* {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

*:before,
*:after {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

body,
div,
h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
ol,
li,
dl,
dt,
dd,
img,
form,
fieldset,
blockquote {
    border: 0;
    margin: 0;
    padding: 0;
}

body {
    background: #f5f5f5;
    color: #000000;
    font: 18px TundraPro, Times, serif;
    min-width: 320px;
}

a {
    -moz-transition: .2s;
    -ms-transition: .2s;
    -o-transition: .2s;
    -webkit-transition: .2s;
    color: #000;
    outline: none;
    text-decoration: underline;
}

a:hover {
    text-decoration: none;
}

input,
select,
textarea {
    border: #abb2b5 1px solid;
    color: #333333;
    font: 14px Arial, Helvetica, sans-serif;
    padding: 8px;
}

li {
    list-style: none;
}

h1 {
    font: bold 32px/1 AvenirNextLTPro;
    margin: 0 0 .5em;
    text-transform: uppercase;
}

h2 {
    font: bold 24px AvenirNextLTPro;
    margin: 0 0 .2em;
    text-transform: uppercase;
}

h3 {
    font-size: 22px;
    font-style: italic;
    font-weight: bold;
    line-height: 1;
    padding-top: 4px;
}

h4 {
    font: 13px AvenirNextLTPro;
    margin: 0 0 .5em;
}

h5 {
    font: 12px AvenirNextLTPro;
}

h6 {
    font: 15px AvenirNextLTPro;
    margin-top:5px
}

h7, .CCSS344 {
    font-size: 15px;
}
p {
    line-height: 1.4em;
    padding: 0 0 1.5em;
}

.article-text p {
    line-height: 1.4em;
    padding: 0 0 0.5em;
}

em {
    font-family: 'TundraPro-Italic';

}

table {
    border-collapse: collapse;
    width: 100%;
}

img {
    display: block;
}

.page-frame {
    padding-top: 63px;
}

.page-container,
.page-footer {
    margin: 0 auto;
    max-width: 1124px;
    padding: 0 20px;
}

.page-top-bar {
    background: #fff;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 100
}

.page-container {
    padding-top: 35px;
}

.page-header {
    height: 63px;
    position: relative;
    z-index: 10;
}

.header-logo {
    left: 20px;
    position: absolute;
    top: 17px;
}

.header-logo-mobile{
  display: none;
  left: 20px;
  position: absolute;
  top: 17px;
}

.page-title {
    height: 600px;
    position: relative;
}

.page-title-fancybox {
    bottom: 0;
    color: #fff;
    display: block;
    font-size: 30px;
    left: 0;
    padding: 20px 20px 0 0;
    position: absolute;
    right: 0;
    text-align: right;
    text-decoration: none;
    top: 0;
}

.page-title-fancybox:hover {
    color: #49585f;
}

.nav-language-search {
    color: #49585f;
    font-size: 15px;
    line-height: 63px;
    position: absolute;
    right: 140px;
    top: 7px;
}

.nav-language-search a {
    color: #49585f;
    margin: 0 0 0 15px;
    text-decoration: none;
    display: block;
}

.btn-language{
    float: left;
    font: 500 11px/63px AvenirNextLTPro;
    margin: 0 25px 0 0;
    text-transform: uppercase;
}


.btn-newsletter{
    float: left;
    font: 500 11px/63px AvenirNextLTPro;
    margin: 0 25px 0 0;
    text-transform: uppercase;
}

.nav-language-search .btn-newsletter a {
    display: inline;
    margin: 0 0 0 8px;
}

.btn-newsletter::before {
    content: "\e010";
    font: 18px ElegantIcons;
}

.btn-search {
    float: left;
    font-size: 18px;
    cursor: pointer;
    line-height: 70px;
}

.headline-small-centered {
    font: 11px AvenirNextLTPro;
    margin-bottom: 20px;
    text-align: center;
    text-transform: uppercase;
}

.nav-bar {
    background: #f5f5f5;
    bottom: 0;
    display: none;
    float: none;
    height: auto;
    margin: 0;
    max-height: 100%;
    overflow: hidden;
    overflow-y: auto;
    padding: 40px 10px 20px 30px;
    position: fixed;
    right: 0;
    top: 63px;
    width: 500px;
    z-index: 10;
}

.nav1 {
    color: #49585f;
    font: 12px AvenirNextLTPro;
}

.nav1 a {
    color: #49585f;
    text-decoration: none;
}

.nav1 a:hover {
    color: #aac600;
}

.nav1 .btn-language {
    display: none;
    margin-bottom: 15px;
}

.nav-primary {
    font-size: 48px;
    font-weight: bold;
    margin-bottom: 15px;
}

.nav-primary a:before {
    content: "\24";
    font: 30px ElegantIcons;
    padding: 0 10px 0 0
}

.nav-tags-head {
    color: #aac600;
    font-size: 32px;
    font-weight: bold;
    margin-bottom: 5px;
}

.nav-tags-head:before {
    content: "\e017";
    font: 26px ElegantIcons;
    padding: 0 10px 0 0
}

.nav-tags {
    font: 22px AvenirNextLTW01-Regular;
    margin-bottom: 30px;
    padding: 0 0 0 38px;
    text-transform: uppercase;
    display: flex;
    flex-wrap: wrap;
}

.nav-tags li {
    flex: 0 1 auto;
    margin: 0 10px 10px 0;
}

.nav-tags a {
    border: 1px solid #aac600;
    color: #aac600;
    display: block;
    padding: 4px 10px;
}

.nav-tags a:hover {
    background: #aac600;
    color: #fff;
}

.nav-secondary {
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 35px;
    padding: 0 0 0 7px;
}

.nav-secondary a:before {
    content: "\24";
    font: 20px ElegantIcons;
    padding: 0 10px 0 0
}

.nav-secondary i {
    font-size: 20px;
}

.nav-contacts {
    font-size: 12px;
}

.nav2 {
    font: 15px AvenirNextLTPro;
    margin-bottom: 30px;
    text-align: center;
}

.nav2 li {
    display: inline-block;
    margin: 0 20px;
}

.nav2 a {
    text-decoration: none;
}

.nav2 .active a,
.nav2 a:hover {
    text-decoration: underline;
}

.filters-group {
    text-align: center;
}

.nav-filter {
    display: inline-block;
    font: 15px AvenirNextLTPro;
    font-weight: normal;
    margin: 0 0 30px;
    position: relative;
    text-align: left;
}

.nav-filter li {
    display: block;
    line-height: normal;
    margin: 0 10px 5px;
}

.nav-filter a {
    color: #000;
    display: block;
    overflow: hidden;
    text-decoration: none;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.nav-filter a:hover,
.nav-filter .active a {
    background: #fff;
    color: #333;
}

.nav-filter:hover {
    z-index: 10
}

.nav-filter ul {
    background: #f5f5f5;
    border: 1px solid #000;
    display: none;
    left: 0;
    padding: 2px 0;
    position: absolute;
    top: 30px;
    width: 100%;
    z-index: 1;
}

.nav-filter:hover ul {
    display: block;
}

.nav-filter:hover .btn-filter {
    background: #f5f5f5;
    border-bottom: 0;
}

.btn-filter {
    border: 1px solid #000;
    color: #000;
    cursor: pointer;
    display: inline-block;
    line-height: 31px;
    padding: 0 10px;
    position: relative;
    text-decoration: none;
    width: 250px;
    z-index: 2;
}

.btn-filter:after {
    content: "\33";
    font: 22px ElegantIcons;
    position: absolute;
    right: 5px;
    top: 3px;
}

.btn-filter.active:after,
.nav-filter:hover .btn-filter:after {
    content: "\32";
}

.progress-indicator {
    background-color: #49585f;
    height: 5px;
    left: 0;
    position: fixed;
    top: 63px;
    z-index: 1;
}

.intro-box {
    background: #fff;
    margin-bottom: 20px;
    padding: 25px;
    position: relative;
    text-align: center;
}

.intro-box-text {
    padding-bottom: 10px;
}

.intro-box-shift {
    margin-top: -145px;
}

.intro-text {
    margin: 0 auto;
    max-width: 665px;
    text-align: center
}

.page-columns {
    padding: 20px 0;
}

.isotope-grid {
    margin: 0 -11px 30px;
    text-align: center;
}

.grid-sizer {
    width: 33.3%;
}

.grid-item {
    padding: 0 11px;
    width: 33.3%;
}

.list-articles {
    margin: 20px 0;
    text-align: center;
}

.article-item {
    border-right: 1px dotted #b2b2b2;
    min-height: 140px;
    padding-bottom: 5px;
    padding-top: 5px
}

.article-item:last-child {
    border: none;
}

.article-head {
    font-size: 21px;
    margin-bottom: 5px;
}

.article-head a {
    color: #000;
    text-decoration: none;
}

.article-head a:hover {
    text-decoration: underline;
}

.article-head-icon {
    margin-bottom: 15px;
    text-align: center;
}

.article-subtitle {
    color: #9f9e9e;
    font: 11px AvenirNextLTPro;
    margin-bottom: 7px;
}

.intro-box .article-subtitle {
    color: #000;
}

.article-text {
    font-size: 16px;
    line-height: 1.2;
    margin-bottom: 5px;
}

.article-liked {
    color: #cf1152;
    font: 12px AvenirNextLTPro;
    margin-bottom: 5px;
    text-transform: uppercase;
    /*cursor: pointer; */
}
.article-liked a {
    color: #cf1152;
    text-decoration: none;
}
.article-liked:before {
    content: "\e030";
    display: block;
    font: 18px ElegantIcons;
}
.article-likedActive {
    color: #cf1152;
    font: 12px AvenirNextLTPro;
    margin-bottom: 5px;
    text-transform: uppercase;
    cursor: pointer;
}
.article-likedActive a {
    color: #cf1152;
    text-decoration: none;
}
.article-likedActive:before {
    content: "\e089";
    display: block;
    font: 18px ElegantIcons;
}
.article-tags {
    color: #aac600;
    font: 12px AvenirNextLTPro;
    margin-bottom: 5px;
    text-transform: uppercase;
}

.article-tags a {
    color: #aac600;
    text-decoration: none;
}

.article-tags a:after {
    content: ',';
}

.article-tags a:last-child:after {
    display: none;
}

.article-tags a:hover {
    text-decoration: underline;
}

.article-tags:before {
    content: "\e017";
    display: block;
    font: 18px ElegantIcons;
    margin-bottom: 3px;
}

.article-digital{
    color: #e73137;
    font: 12px AvenirNextLTPro;
}

.article-digital:before {
    content: "\e00b";
    font: 18px ElegantIcons;
    margin-bottom: 3px;
}

.accordeon-headline {
    border-top: 1px solid #0f4367;
    cursor: pointer;
    font-weight: 600;
    margin-bottom: -1px;
    padding: 10px 25px 10px 0;
    position: relative;
    width: 100%;
}

.accordeon-headline::after {
    color: black;
    content: "\4c";
    font: 25px ElegantIcons;
    margin: -15px 0 0;
    position: absolute;
    right: 0;
    top: 50%;
}
.cms_accordion.is-open .accordeon-headline:after{
  content: "\4b";
}

.article-mail {
    color: #49585f;
    font: 12px AvenirNextLTPro;
    text-transform: uppercase;
}

.article-mail:before {
    content: "\e010";
    display: block;
    font: 18px ElegantIcons;
    margin-bottom: 3px;
}

.list-tags {
    font: 13px AvenirNextLTPro;
    text-align: center;
    text-transform: uppercase;
}

.list-tags a {
    color: #aac600;
    margin: 0 5px;
    text-decoration: none;
}
.list-tags a:hover {
    text-decoration: underline;
}
.article-details {
    margin: 0 auto;
    max-width: 660px;
}

.article-details h1 {
    font: italic 48px TundraPro;
    text-transform: none;
}
.article-h h1 {
    margin: .5em 0 .5em 0;
}
.article-details h4 {
    font-size: 18px;
    font-weight: 500;
    text-align: center;
    margin-bottom: 5px;
}

.article-intro {
    text-align: center;
}

.article-intro h4 {
    font-size: 18px;
    font-weight: bold;
    line-height: 1.4em;
    padding: 0 0 1.5em;
}

.article-intro .article-item {
    min-height: inherit;
}

.article-pic {
    margin: 0 auto 35px;
    max-width: 768px;
    position: relative;
}

.article-pic img {
    height: auto;
    width: 100%;
}

.article-quote {
    font: 22px AvenirNextLTPro;
    margin: 0 auto 40px;
    max-width: 500px;
    text-align: center
}

.article-quote p {
    padding: 0
}

.article-quote cite {
    font-size: 14px;
    font-style: normal;
}

.article-banner img {
    height: auto;
    margin: 0 auto 35px;
    max-width: 100%;
}

.article-author {
    font: 13px AvenirNextLTPro;
    margin: 0 auto 25px;
    max-width: 260px;
    text-align: center;
    padding-top: 1px; 
clear: both;
}

.article-author-pic {
    margin: 40px 0 10px
}

.article-author-pic img {
    display: inline-block;
    height: auto;
    max-width: 100%;
    padding-top: 8px;
}

.article-soclinks {
    color: #bebcbd;
    font: 15px AvenirNextLTPro;
    margin-bottom: 35px;
    text-align: center;
}

.article-soclinks a {
    color: #bebcbd;
    text-decoration: none;
}

.article-soclinks a:hover {
    color: #cf1152;
}

.article-soclinks h5 {
    font-size: 15px;
}

.btn-link {
    display: block;
    font-family: AvenirNextLTPro;
    margin-bottom: 10px;
}

.btn-link i {
    font-size: 18px;
}

.btn-link .icon_heart_alt {
    color: #cf1152;
}

.btn-soclinks {
    font-size: 18px;
    margin-bottom: 10px;
}

.btn-soclinks a {
    margin: 0 5px;
}

.list-themes {
    margin-bottom: 20px;
}

.theme-item {
    margin-bottom: 23px;
}

.theme-pic {
    height: 234px;
    position: relative;
}

.theme-pic-link {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
}

.theme-info {
    background: #fff;
    font-size: 16px;
    margin: -23px 15px 0;
    min-height: 240px;
    padding: 10px;
    position: relative;
    text-align: center;
}

.theme-info a {
    text-decoration: none;
}

.theme-info a:hover {
    text-decoration: underline;
}

.theme-head{
    padding: 3px 0 2px
}

.theme-text {
    line-height: 1.2;
    padding: 0 0 10px;
}

.theme-subhead {
    color: #9f9e9e;
}

.theme-overview-headline {
    font-size: 30px;
    margin-bottom: 20px;
    text-align: center;
}

.theme-overview-pic img {
    height: auto;
    margin: 0 auto 20px;
    max-width: 100%;
}

.theme-overview .article-item {
    border-bottom: 1px solid #cdcdcd;
    border-right: 0;
    margin-bottom: 25px;
    min-height: inherit;
    padding: 0 0 25px;
}

.form-search {
    background: #fff;
    display: none;
    height: 32px;
    overflow: hidden;
    position: absolute;
    right: 20px;
    top: 15px;
    width: 280px;
    z-index: 1;
}

.form-search input {
    background: none;
    border: 1px solid #abb2b5;
    color: #49585f;
    float: left;
    padding: 6px;
    width: 72%;
}

.btn-search-submit, .btn-search-submit_fr {
    background: none;
    border: 0;
    color: #49585f;
    cursor: pointer;
    float: left;
    font-size: 18px;
    padding: 6px 13px;
}

.btn-search-close {
    color: #49585f;
    cursor: pointer;
    float: right;
    font-size: 30px
}

.btn-search-submit:hover,
.btn-search-close:hover,
.btn-search-submit_fr:hover,
.btn-search-close_fr:hover {
    color: #000;
}

.form-news {
    font-size: 15px;
    text-align: center;
}

.form-news-label {
    display: block;
    margin-bottom: 10px;
}

.form-news-input {
    display: inline-block;
    font-size: 11px;
    height: 25px;
    padding: 3px;
}

.form-news-btn {
    background: #fff;
    border: 1px solid #abb2b5;
    color: #abb2b5;
    cursor: pointer;
    display: inline-block;
    height: 25px;
    margin: 0 0 0 5px;
    padding: 0;
    vertical-align: middle;
    width: 25px;
}

.form-news-btn i {
    float: left;
    font-size: 28px;
    margin: -3px 0 0 -3px;
}

.btn-more {
    font: 500 14px AvenirNextLTPro;
}

.social-side-bar {
    position: fixed;
    right: 0;
    top: 130px;
    width: 34px;
    z-index: 10
}

.social-side-bar li {
    position: relative;
}

.social-side-bar a {
    background: #fff;
    color: #bebcbd;
    display: block;
    height: 35px;
    line-height: 35px;
    margin-bottom: 2px;
    text-align: center;
    text-decoration: none;
    width: 34px;
}

.social-side-bar a:hover {
    color: #aac600;
}

.social_share-icons ul {
    display: none;
    position: absolute;
    right: 34px;
    top: 0;
    width: 136px;
}

.social_share-icons:hover ul {
    display: block;
}

.social_share-icons li {
    float: left;
}

.btn-more-text{
    text-align: center;
    text-decoration: underline;
    font: 14px AvenirNextLTPro;
    cursor: pointer;
    margin-bottom: 30px;
    display: block;
}

.more-text-expand {
        display: none;
}




.page-footer {
    color: #49585f;
    font: 12px AvenirNextLTPro;
    padding: 20px 0 20px;
}

.page-footer a {
    color: #49585f;
    text-decoration: none;
}

.page-footer a:hover {
    text-decoration: underline;
}

.footer-logo {
    margin-bottom: 20px;
}

.footer-logo img {
    height: auto;
    max-width: 100%;
}

.footer-headline {
    align-items: center;
    color: #cdcdcd;
    display: flex;
    margin-bottom: 20px;
}

.footer-headline-text {
    color: #a09f9f;
    flex: 1 0 auto;
    font-size: 11px;
    padding: 0 10px 0 0
}

.footer-headline-overline {
    border-top: 1px solid #cdcdcd;
    flex: 1 1 100%;
}

.footer-soclinks {
    font-size: 15px;
    font-weight: bold;
    text-align: right;
}

.footer-soclinks li {
    margin-bottom: .3em;
}

.footer-copyright {
    color: #869aa5;
    font-size: 11px; 
    text-align: right;
}

.footer-copyright a {
    color: #869aa5;
    text-decoration: none;
}

.footer-copyright a:hover {
    text-decoration: underline;
}

hr {
    border: 0;
    border-top: 1px solid #cdcdcd;
    margin-bottom: 20px;
    margin-top: 20px;
}

.pic img {
    height: auto;
    margin: 0 0 20px;
    width: 100%;
}

.border-right {
    border-right: 1px dotted #b2b2b2;
}

/*- 'Hamburger' Icon -*/

.menu-label {
    color: #49585f;
    font: 500 15px AvenirNextLTPro;
    margin: 0 10px 0 0;
    position: relative;
    text-transform: uppercase;
    top: -4px;
}

.hamburger {
    background-color: transparent;
    border: 0;
    box-shadow: none;
    color: inherit;
    cursor: pointer;
    font: inherit;
    height: 63px;
    outline: none;
    overflow: visible;
    padding: 0;
    padding: 10px 15px 0;
    position: absolute;
    right: 0;
    text-transform: none;
    top: 5px;
    transition-duration: 0.15s;
    transition-property: opacity, filter, -webkit-filter;
    transition-property: opacity, filter;
    transition-property: opacity, -webkit-filter;
    transition-timing-function: linear;
}

.hamburger.is-active {
    background: #f5f5f5
}

.hamburger::-moz-focus-inner {
    border: 0;
}

.hamburger:hover {
    /*opacity: 0.7*/
}

.hamburger-box {
    display: inline-block;
    height: 20px;
    position: relative;
    width: 35px
}

.hamburger-inner {
    display: block;
    margin-top: -1px;
    top: 50%
}

.hamburger-inner,
.hamburger-inner::before,
.hamburger-inner::after {
    background-color: #49585f;
    border-radius: 0;
    height: 3px;
    position: absolute;
    transition-duration: 0.15s;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    transition-timing-function: ease;
    width: 30px
}

.hamburger-inner::before,
.hamburger-inner::after {
    content: "";
    display: block
}

.hamburger--slider .hamburger-inner {
    top: 0;
}

.hamburger--slider .hamburger-inner::before {
    top: 9px;
    transition-duration: 0.2s;
    transition-property: opacity, -webkit-transform;
    transition-property: transform, opacity;
    transition-property: transform, opacity, -webkit-transform;
    transition-timing-function: ease;
}

.hamburger--slider .hamburger-inner::after {
    top: 18px;
}

.hamburger--slider.is-active .hamburger-inner {
    -webkit-transform: translate3d(0, 9px, 0) rotate(45deg);
    transform: translate3d(0, 9px, 0) rotate(45deg);
}

.hamburger--slider.is-active .hamburger-inner::before {
    -webkit-transform: rotate(-45deg) translate3d(-5.71429px, -6px, 0);
    opacity: 0;
    transform: rotate(-45deg) translate3d(-5.71429px, -6px, 0);
}

.hamburger--slider.is-active .hamburger-inner::after {
    -webkit-transform: translate3d(0, -16px, 0) rotate(-90deg);
    transform: translate3d(0, -18px, 0) rotate(-90deg);
}
.CCSS331 h3, .CCSS340 h3{
    line-height: 1.4em;
    text-align: center;
    font: 22px AvenirNextLTPro;
    margin: 18px auto 10px auto;
    max-width: 500px;
}
.CCSS332 h4, .CCSS342 h4{
    font-size: 14px;
    font-style: normal;
    margin-bottom:20px
}
.CCSS325 img {
    height: auto;
    margin: 0 auto 5px;
    max-width: 100%;
}
.autor-info {
    background: #fff;
    font-size: 16px;
    margin: -23px 15px 0;
    min-height: 110px;
    padding: 10px;
    position: relative;
    text-align: center;
}
.autoren {
    font-size: 18px;
    font-weight: bold;
    padding-top: 10px;
    padding-bottom: 10px;
}
.autor-pic {
    margin: 0 auto 35px;
    max-width: 346px;
    position: relative;
    padding-top:30px
}
.m-height {
    min-height: 324px;
}
.m-height-s {
    min-height: 313px!important;
}
.title-p{
    padding: 10px 0 10px 0;
}
.detailseite h4 {
    text-align: left;
}

.cms_item ul li, .box ul li {
    list-style: disc;
    list-style-position: outside;
    margin-left: 20px;
}
.cms_item ol li, .box ol li {
    list-style: decimal;
    list-style-position: outside;
    margin-left: 20px;
}
.error-m{
    min-height: 400px;
}
.legende {
    margin-top: -30px;
}
.CCSS347 .legende {
    margin-top: 5px;
}

.CCSS325 .legende  {
    font-size:15px
}


.sp-link-color{
    color: #9f9e9e;
}
a.author {
    text-decoration: none;
}
a.author:hover {
    text-decoration: underline;
}
.print-logo {
    display:none
}
.sp-float {
    margin: auto;
    float: initial;
    display: inline-grid;
}
h2.kat-sp {
    padding: 10px 0 16px 0;
}
.kommentar-titel-klein{
    font-style: italic;
}
.kommentar-titel{
    text-align: center;
    font: italic 28px TundraPro;
    text-transform: none;
    padding: 10px 0 10px 0;
}
.box {
    padding: 30px 50px 30px 50px;
    background: white;
    font: normal 16px/1.4 AvenirNextLTPro;
}
.CCSS324 p {
    padding: 0px;
}

.CCSS345{
  text-align: center;
  padding-bottom: 13px;
}

.icon_images {
    top: 10px;
    right: 15px;
    position: absolute;
    color:white;
    font-size: 35px;
}
.gruen{
    color: #aac600;
}


.kurznachrichten{
  background-color: #ffffff;
  margin-bottom: 40px;
  margin-top: 40px;
}

.kurznachrichten h4 {
    font-size: 22px;
    font-weight: 700;
    padding: 15px 15px 5px 15px;
}

.kurznachrichten li {
    border-bottom: 1px dotted #b2b2b2;
    padding: 15px;
}
.kurznachrichten a {
    line-height: 1em;
    text-decoration: none;
    padding: 0;
    font-weight: 500;
    font: bold 18px AvenirNextLTPro;
}

.kurznachrichten a:hover {
    text-decoration: underline;
}
.kurznachrichten .gruen {
    font-size: 16px;
    display: flex;
    float: left;
}
.kurznachrichten img {
    display: flex;
    float: left;
}
.kurznachrichten b {
    line-height: 1.2;
}

.kurznachrichtenmobile
{
  display: none;
}


.editclosed{
  display:none
}
.layer {
    z-index: 1;
}
