/* open-sans-300 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 300;
  src: url('/assets/fonts/open-sans/open-sans-v34-latin-300.eot'); /* IE9 Compat Modes */
  src: url('/assets/fonts/open-sans/open-sans-v34-latin-300.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('/assets/fonts/open-sans/open-sans-v34-latin-300.woff2') format('woff2'), /* Super Modern Browsers */
       url('/assets/fonts/open-sans/open-sans-v34-latin-300.woff') format('woff'), /* Modern Browsers */
       url('/assets/fonts/open-sans/open-sans-v34-latin-300.ttf') format('truetype'), /* Safari, Android, iOS */
       url('/assets/fonts/open-sans/open-sans-v34-latin-300.svg#OpenSans') format('svg'); /* Legacy iOS */
}
/* open-sans-regular - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: url('/assets/fonts/open-sans/open-sans-v34-latin-regular.eot'); /* IE9 Compat Modes */
  src: url('/assets/fonts/open-sans/open-sans-v34-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('/assets/fonts/open-sans/open-sans-v34-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('/assets/fonts/open-sans/open-sans-v34-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('/assets/fonts/open-sans/open-sans-v34-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('/assets/fonts/open-sans/open-sans-v34-latin-regular.svg#OpenSans') format('svg'); /* Legacy iOS */
}
/* open-sans-500 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 500;
  src: url('/assets/fonts/open-sans/open-sans-v34-latin-500.eot'); /* IE9 Compat Modes */
  src: url('/assets/fonts/open-sans/open-sans-v34-latin-500.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('/assets/fonts/open-sans/open-sans-v34-latin-500.woff2') format('woff2'), /* Super Modern Browsers */
       url('/assets/fonts/open-sans/open-sans-v34-latin-500.woff') format('woff'), /* Modern Browsers */
       url('/assets/fonts/open-sans/open-sans-v34-latin-500.ttf') format('truetype'), /* Safari, Android, iOS */
       url('/assets/fonts/open-sans/open-sans-v34-latin-500.svg#OpenSans') format('svg'); /* Legacy iOS */
}
body, h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6{
    font-family: 'Open Sans' !important;
    color: #2f2f2f;
}
/* Helper */
.grid-container {
    max-width: 100rem;
}
h1, .h1, h2, .h2, h3, .h3, h4, .h4{
    text-transform: uppercase;
    color: #0e71b8;
}
h1::before, h2::before{
    content: url(/assets/img/layout/h1Item-min.png);
    padding-right: 1rem;
}
/* header */
.banner{
    background: rgb(226,226,226);
    background: linear-gradient(0deg, rgba(226,226,226,1) 0%, rgba(255,255,255,1) 100%);
    margin-bottom: 120px;
}
.banner h2{
    font-size: 2.5vw;
    font-weight: 500;
    color: #0e71b8;
    padding-top: 2rem;
    padding-bottom: 2vw;
    text-transform: none;
}
.banner h2::before, .cblock h1::before, .cblock h2::before{
    content: none;
}
.cblock h1::before, .cblock h2::before{
    padding-right: 0;
}
.bannerText{
    padding-left: 2.5rem;
}
.bannerText p{
    font-size: 1.25vw;
}
.bannerStartseite{
    margin-bottom: -120px;
}
.contentBanner img{
    width: 100%;
}
/* Medium */
@media screen and (min-width: 40em) and (max-width: 63.9375em) {
    .banner{
        margin-top: 2rem;
    }
}
/* Small */
@media screen and (max-width: 39.9375em) {
    .banner h2{
        font-size: 5vw; 
        padding-bottom: 2rem;
        text-align: center;
    }
    .bannerText{
        padding-left: 0;
    }
    .footerItem{
        text-align: center;
    }
}
@media screen and (min-width: 1980px){
    .bannerText p{
        font-size: 1.5rem;
        padding-bottom: 3.5rem;
    }
    .banner h2{
        font-size: 3rem;
    }
    
}
@media screen and (max-width: 39.9375em) {
    .logo{
        text-align: center;
    }
}
/* Navigation */
#navigation{
    padding-bottom: 15px;
}
.main-nav-outer{
    padding-top: 2rem;    
}
.main-nav ul {
    width: 100%;
    padding-top: 2rem;
}
.main-nav .has-submenu {
    position: relative;
}
.main-nav .has-submenu ul{
    display: none;
    background: #cce0ef;
    position: absolute;
    border-left: solid 8px #1770b8;
    margin-top: 4px;
    margin-left: 0;
    padding-left: 0;
    padding-top: 10px;
    padding-bottom: 10px;
    width: auto;
    min-width: 100%;
}
.main-nav .has-submenu ul li{
    padding-left: 5px;
    padding-right: 10px;
    margin-right: 0px;
    text-align: left;
    width: 100%;
    border-top: solid #cce0ef 4px;
    border-bottom: solid #cce0ef 4px;
}
.main-nav .has-submenu ul li.level2.active{
    background: #be1522;
    border-top: solid #be1522 4px;
    border-bottom: solid #be1522 4px;
}
.main-nav .has-submenu ul li.level2.active a{
    color: #fff;
}
.main-nav .has-submenu ul li:hover{
    border-color: #1770b8;
    background: #1770b8;
}
.main-nav .has-submenu ul li:hover a{
    color: #fff;
}
.main-nav .has-submenu ul li a{
    font-size: 1.0rem
}
.main-nav .has-submenu:hover ul, .main-nav .has-submenu:focus ul{
    
    display: block;
}
.main-nav li {
	float: left;
	list-style: none;
	margin-right: 35px;
    border-bottom: solid #fff 4px;
}
.main-nav li:hover, .main-nav li:focus{
    border-bottom: solid #be1522 4px;
}
.main-nav li.active a, .main-nav li:hover a, .main-nav li:focus a{
    color: #1468a0;
}
.main-nav li a{
    text-transform: uppercase;
	font-size: 1.1vw;
	color: #2f2f2f;
}
@media screen and (max-width: 1190px){
    .main-nav li a{
        font-size: 1.35vw;
        
    }
    .main-nav li {
        padding-right: 0;
    }
}
/* Mobilnav */
.menu-icon.dark::after{
    height: 4px;
    background: #0e71b8;
    box-shadow: 0 9px 0 #0e71b8, 0 18px 0 #0e71b8;
}
.menu-icon.dark:hover::after {
    background: #be111f;
    box-shadow: 0 9px 0 #be111f, 0 18px 0 #be111f;
}
.menu-icon.dark {
    width: 30px;
}
/* sliding buttons */
.toggle-outer{
    position: relative;
}
.icon-item-box{
    min-height: 55px;
    right: 35px;
    width: 350px;
    top: 30px;
    position: absolute;
    font-size: 2rem;
    padding-left: 1rem;
    padding-right: 1rem;
    font-weight: 300;
    border-radius: 15px;
}
@media screen and (max-width: 39.9375em) {
    .icon-item-box{
        width: 250px;
    }
}
.icon-item-box a{
    color:#fff;
}
.icon-item-box > a:hover{
    text-decoration: underline;
}
.icon-bar {
  position: fixed;
  top: 35%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 0;
  z-index: 990;    
}
.icon-bar > .toggle-outer > a {
  display: block;
  text-align: center;
  padding: 10px 15px;
  transition: all 0.3s ease;
  color: white;
  font-size: 25px;
  margin-bottom: 0.15rem;    
}
.icon-bar > .toggle-outer > a:hover {
  background-color: #616161;
}
.icon-item i{
  font-weight: 600;
}
#search-outer{
    background: #c8c7c7;
    border: solid 2px #0e71b8; 
}
.simplesearch-search-form .left{
    float: left;
    width: 80%;
}
.simplesearch-search-form .right{
    float: left;
    width: 20%;
    color: #1779ba;
}
.simplesearch-search-form .right i{
    color: #1779ba;
}
.sucheOuter .simplesearch-search-form{
    
}
.simplesearch-search-form input{
    float: left;
    
}
.simplesearch-search-form input[type='text']{
    width: 30%;
}
.simplesearch-search-form input[type='submit']{
    border-color: #0e71b8;
    color: #0e71b8;
    height: 39px;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
    border-radius: 0 15px 15px 0;
}
.simplesearch-search-form input[type='submit']:hover, .simplesearch-search-form input[type='submit']:focus{
    color: #fff;
    background: #0e71b8;
    border-color: #be111f;
}
.simplesearch-paging{
    margin-bottom: 2rem;
}
.simplesearch-results-list{
    margin-bottom: 2rem;
}
/* Small */
@media screen and (max-width: 39.9375em) {
    .simplesearch-search-form input[type='text']{
        width: 60%;
    }
    .simplesearch-search-form input[type='submit']{
        width: 35%;
    }
}
.toggle-outer .simplesearch-search-form input[type='text']{
    width: 100%;
}
/* Sidenavigation */
.sidenav ul{
    list-style: none;
}

.sidenav a{
    font-size: 1.25rem;
    padding-left: 10px;
    color: #2f2f2f;
}

.sidenav .level1::before{
    font-size: 1.25rem;
    content: "\f0c8";
    margin-right:5px;
    color: #1779ba;
    font-family: 'Font Awesome 5 Free';
    font-weight: 400;
}
.sidenav .level1:active:before,.sidenav .level1:hover:before, .sidenav .level1.active:before {
    font-size: 1.25rem;
    content: "\f0c8";
    margin-right:5px;
    color: #1779ba;
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
}
/* Contentblöcke */
/* Content */
.content h1{
    padding-top: 2rem;
    padding-bottom: 1.75rem;
}
/* Accordion */
.accordion-title{
    font-size: 1.5rem;
    line-height: 1.4;
    padding: 0;
    min-height: 97px;
}
.accordion-item.is-active .accordion-title{
    border-bottom: solid 2px #1770b8;
}
.accordion-item.is-active{
    border-radius: 3rem 0 3rem 3rem ;
}
.accordion-item {
    border: solid 2px #1770b8;
    margin-bottom: 2rem;
    overflow: hidden;
    border-radius: 3rem 0 0 0;
}
.accordion-title::before {
    position: absolute;
    top: 50%;
    right: 1rem;
    margin-top: -0.5rem;
    content: '\f0ab';
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    color: #be111f;
}
.is-active > .accordion-title::before {
    content: '\f057';
}
.dateBox{
    color: #fff;
    background: #1770b8;
    width: 35px;
    text-align: center;
    border-radius: 0 0 3rem 0;
    overflow: hidden;
    margin-left: -1.1rem;
    padding-left: 1rem;
    margin-top: -1rem;
    padding-top: 2.25rem;
}
.titelBox{
    padding: 1.25rem 1rem;
    padding-right: 3.5rem;
    color: #3e3e3e;
    min-height: 97px;
}
.tag{
    width: 100%;
    font-size: 0.75rem;
    padding-bottom: 0.2rem;
}
.monat{
    width: 100%;
    font-size: 0.9rem;
    padding-bottom: 0.2rem;
}
.jahr{
    width: 100%;
    font-size: 1.25rem;
}
.bottomInfo{
    color: #1770b8;
}
.bottomInfo i{
    font-size: 1.5rem;
}
.bottomInfo span{
    color: #3e3e3e;
}
.bottomInfo a{
    text-decoration: underline;
}
/* Medium */
@media screen and (min-width: 40em) and (max-width: 63.9375em) {
    .accordion-title {
        font-size: 1.35rem;
    }
}
/* Small */
@media screen and (max-width: 39.9375em) {
    .accordion-title {
        font-size: 1.25rem;
    }
    .dateBox{
        border-radius: 0 0 0 0;
        padding-top: 0;
        margin-left: 0rem;
        width: 101% !important;
    }
    .datum{
        width: 100%;
        font-size: 1.2rem;
        padding-bottom: 0.5rem;
        margin-left: 0;
        padding-left: 0;
        margin-top: -1rem;
        padding-top: 2.5rem;
    }
}
/* Startseite */
.newsTop img{
    width: 100%;
    margin-bottom: -5px;
} 
.newsBot img{
    width: 100%;
    margin-top: -5px;
}
.newsInner{
    background: #eaeaea;
    z-index: 9;
    position: relative;
}
.langLinks a{
    /*
    font-size: 1.6rem;
    text-decoration: underline;
    */
    font-size: 1.25rem;
    text-decoration: underline;
}
.langLinks a.activLang{
    color: #2f2f2f;
    text-decoration: none;
}
.langLinks i{
    /*
    font-size: 3rem;
    */
    font-size: 2rem;
}
.langLinksTop{
    margin-bottom: 1rem;
}
.langLinksTop a:first-child{
    padding-right: 1rem;
}
.langLinks::before{
    content: url('/assets/img/layout/NavTrenner-KI-VesD-min.png');
    position: absolute;
}
.langLinksBot i:hover{
    color: #be111f;
}
/* Medium */
@media screen and (min-width: 40em) and (max-width: 63.9375em) {
    .langLinks::before{
        content: none !important;
    }
}
/* Small */
@media screen and (max-width: 39.9375em) {
    .langLinks::before{
        content: none !important;
    }
}
@media screen and (min-width: 40em) and (max-width: 63.9375em) {
        .langLinksBot{
            border-left: solid 2px #0e71b8;
            border-right: solid 2px #0e71b8;
        }
    }
/* Team */
.profilOuter{
    margin-bottom: 2rem;
}
.profilImg img{
    width: 100%;
    filter: opacity(0.75) grayscale(100%) brightness(100%); 
    /*filter: opacity(0.5) drop-shadow(0 0 0 LightSkyBlue);*/
    transition: all .5s ease-in-out;
}
.profilOuter:hover > .profilImg img{
    filter: opacity(1) grayscale(0%) brightness(100%);
}
.profilImg{
    background: #1770b8;
    border-radius: 35px 35px 35px 35px;
    overflow: hidden;
    margin-bottom: 2.5rem;    
}
.profilImg h3, .profilImg h4{
    color: #fff;
    text-align: center;
}
.profilImg h3{
    font-size: 1.25rem;
    margin-top: 1rem;
    margin-bottom: 1rem;
}
.profilImg h4{
    font-size: 0.75rem;
    margin-bottom: 1rem;
}
.profilText{
    margin-left: 1.5rem;
    margin-right: 1.5rem;
}
.profilText ul{
    list-style-type: square;
}
.profilText li::marker{
    color: #d10007 !important;
}
/* Newsletter */
.cr_button{
    background: #1770b8;
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
    padding-left: 3rem;
    padding-right: 3rem;
    color: #fff;
    border-radius: 35px 12px;
    font-size: 1.25rem;
    border: solid 2px #fff;
}
.cr_button:hover{
    background: #cce0ef;
    color: #1770b8;
    cursor: pointer;
    border: solid 2px #1770b8;
}
.cr_form-component--submit img{
    margin-top: -2.5rem;
}
.newsItemOuter{
    background: #fff;
    border: solid 1px #b0b0b0;
    box-shadow: #2f2f2f 0px 0px 10px;
    border-radius: 0 0 35px 0;
}
.newsItemOuter:hover{
    border: solid 1px #1770b8;
    box-shadow: #1770b8 0px 0px 10px;
}
.newsText{
    padding: 0 0.85rem; 
    padding-top: 1.5rem;
}
.newsText h4 a{
    color: #2f2f2f;
}
.newsItemOuter:hover .newsText h4 a{
    color: #0e71b8;
}
/*
 * adopted to fit the centered image into a fixed-size container from
 * https://stackoverflow.com/a/19193308
 */
.newsBild {
    position: relative;
    display: inline-block;
    height: 400px;
    width: 100%;
}
.newsBild img{
    position: absolute;
    display: block;
    max-width: 100%;
    max-height: 100%;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}
/* Error */
input.error, textarea.error{
    border-color: red;
}
div.error{
    border: dotted 2px red;
}
.alert-error{
    color: red;
}
/* Key Points */
.keyPoints h3{
    color: #be111f;
    text-align: center;
    font-size: 2rem;
    text-transform: none;
    padding-bottom: 2rem;
}
.keyPoints .kreisOuter{
    text-align: center;
    padding-bottom: 2rem;
}
.keyPoints .kreisOuter img{
    border-radius: 250px;
    border: 5px solid #0e71b8;
}
.schatten{
    box-shadow: #cce0ef 20px 13px;
}
/* Termine */
.terminlist{
    padding-bottom: 25px;
}
.day, .month, .year{
	text-align: center;
	color: #ffffff;
	margin-bottom: -5px;
	background: #0f5075;
}
.day{
	font-size: 2rem;
	font-weight: bold;
	position: relative;
}
.day::after{
	display: block;
    border: inset 6px;
    content: '';
    border-left-style: solid;
    border-color: transparent transparent transparent #efeac7;
    position: absolute;
    top: 50%;
    margin-top: -6px;
}
.month, .year{
	font-size: 1.2rem;
}
/** Timeline v2 **/

.timelines h2 {
	text-align: center;
	color: #fff;
	font-weight: 600;
	margin-bottom: 40px;
	font-size: 32px;
}
.d-flex-2 {
	display: flex;
	align-items: center;
}
.timeline-area {
	padding: 80px 0;
}
.all-timelines {
	position: relative;
}
.timelines h2 {
	text-align: center;
	color: #0a0a0a;
	font-weight: 600;
	margin-bottom: 40px;
}
.all-timelines::before {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	margin: auto;
	height: 100%;
	width: 2px;
	background: #006e9d;
	top: 20px;
}
.single-timeline {
	margin-bottom: 22px;
}
.timeline-blank {
	width: 50%;
}
.timeline-text {
	width: 50%;
	padding-left: 30px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	position: relative;
}
.timeline-text h6 {
	color: #006e9d;
	font-weight: 900;
	display: inline-block;
	font-size: 1rem;
}
.timeline-text span {
	color: #0a0a0a;
	display: block;
	width: 100%;
}
.single-timeline:nth-child(even) .timeline-text span {
	text-align: right;
}
.t-square {
	content: "";
	position: absolute;
	width: 12px;
	height: 12px;
	left: -6px;
	background: #006e9d;
}
.single-timeline:nth-child(even) {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse;
}
.single-timeline:nth-child(even) .t-square {
	right: -6px;
	left: unset;
}
.single-timeline:nth-child(even) .timeline-text {
	padding-left: 0;
	padding-right: 30px;
	text-align: right;
}

@media all and (max-width: 991px) {
}
@media all and (max-width: 768px) {
	.all-timelines::before {
		right: unset;
		top: 0;
	}
	.single-timeline:nth-child(2n) .timeline-text {
		padding-left: 30px;
		padding-right: 0;
		text-align: left;
	}
	.single-timeline:nth-child(2n) .t-square {
		left: -6px;
		right: unset;
	}
	.timeline-blank {
		display: none;
	}
	.timeline-text {
		width: 100%; 
	}
	.single-timeline:nth-child(even) .timeline-text span {
		text-align: left !important;
	}
}
@media all and (max-width: 575px) {
}
@media all and (max-width: 360px) {
	.all-timelines::before {
		top: 32px;
	}
}

/** Timeline V2 - ENDE **/
/* Blog */
.posts{
    padding-top: 25px;
}
.post_date{
    padding-right: 5px;
}
.post_text{
    padding-left: 15px;
}
.post{
	padding-bottom: 25px;
}
.post h2{
		font-size: 1.5rem;
		line-height: 1.1;
}
.post h2 a{
	color: #e30613;
	font-size: 1.5rem;
}
.vorschau{
	border: solid 5px #5a5a5a;
}
.day{
	font-size: 2rem;
	font-weight: bold;
	background: #e30613;
}
.month, .year{
	font-size: 1.2rem;
	background: #9d9c98;
}
.readmore{
	background-color: transparent;
	border: 1px solid #5a5a5a;
    border-radius: 5px;
    color: #5a5a5a;
    padding-left: 35px;
    padding-right: 35px;
    float: right;
}
.readmore:hover, .readmore:focus {
    background-color: #ebebeb;
    color: #5a5a5a;
}
.aktuelles a.readmore{
    position: absolute;
    bottom: 0;
}
.paging{
	padding-bottom: 25px;
}
.paging li:before{
	content: none !important;
}
.paging li{
	float:left;
	list-style: none;
	padding-right: 15px;
}
.blogTags h3, .blogArchiv h3{
    color: #0f5075;
    font-size: 1.5rem;
}
.blogTags a, .blogArchiv a{
	color: #5a5a5a;
}
.blogTags ul, .blogArchiv ul{
    list-style: none;
}
/* Kontakt */
.faerstaeggt {
    display: none;
}
.content input.error, .content textarea.error, .content div.error {
    border-color: #ff0000;
}
.content div.error {
    border: dotted 1px #ff0000;
}
.alert .alert-error{
    color: #ff0000;
}
.kontaktForm tbody tr:nth-child(even), .kontaktForm tr{
    background: none;
}
.kontaktForm tbody{
    border: none;
}

/* Footer */
.footer{
    padding-bottom: 8rem;
}
.footer, .footer a{
    color: #2f2f2f;
}
.prefotter{
    margin-top: 3rem;
}
.prefotter img{
    width: 100%;
}
.footer ul{
    list-style-type: none;
}
.footer ul li a:before{
    content: "\f0c8";
    margin-right:5px;
    color: #1779ba;
    font-family: 'Font Awesome 5 Free';
    font-weight: 400;
}
.footer ul li a:active:before,.footer ul li a:hover:before {
    content: "\f0c8";
    margin-right:5px;
    color: #1779ba;
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
}
/* Back to Top */
	.cd-top {
		z-index:500;
		display: inline-block;
	  	height: 40px;
	  	width: 40px;
	  	position: fixed;
	  	bottom: 53px;
	  	right: 10px;
	  	box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
	  /* image replacement properties */
	  	overflow: hidden;
	  	text-indent: 100%;
	  	white-space: nowrap;
	  	background: rgba(120, 138, 146, 0.8) url(/assets/img/layout/cd-top-arrow.svg) no-repeat center 50%;
	  	/*visibility: hidden;*/
	  	opacity: 0;
	  	-webkit-transition: opacity .3s 0s, visibility 0s .3s;
	  	-moz-transition: opacity .3s 0s, visibility 0s .3s;
	  	transition: opacity .3s 0s, visibility 0s .3s;
	}
	.cd-top.cd-is-visible, .cd-top.cd-fade-out, .no-touch .cd-top:hover {
	  	-webkit-transition: opacity .3s 0s, visibility 0s 0s;
	  	-moz-transition: opacity .3s 0s, visibility 0s 0s;
	  	transition: opacity .3s 0s, visibility 0s 0s;
	}
	.cd-top.cd-is-visible {
	  /* the button becomes visible */
	  visibility: visible;
	  opacity: 1;
	}
	.cd-top.cd-fade-out {
	  /* if the user keeps scrolling down, the button is out of focus and becomes less visible */
	  	opacity: .5;
	}
	.no-touch .cd-top:hover {
	  	background-color: #788a92;
	  	opacity: 1;
	}
/* 4K-Anpassungen  */
@media screen and (min-width: 1980px){
    .main-nav li a{
        font-size: 1.6rem;    
    }
    .banner img{
        width: 100%;
    }
}
