
/* -----------------------
Hauptfarbe:
Leises Grün: #BCBA44

Akzentfarbe:
Petrol: #18899F

Farbe Copy Text:
Grau #444444

Abgestufte Werte Grün:
Dunkles Grün #808000
Helles Grün #F2F2E5
Lichtes Grün #???
------------------------ */

/* noto-sans-regular - latin */
@font-face {
  font-family: 'Noto Sans';
  font-style: normal;
  font-weight: 400;
  src: local('Noto Sans'), local('NotoSans'),
       url('../fonts/noto-sans-v9-latin-regular.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
       url('../fonts/noto-sans-v9-latin-regular.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

/* noto-sans-italic - latin */
@font-face {
  font-family: 'Noto Sans';
  font-style: italic;
  font-weight: 400;
  src: local('Noto Sans Italic'), local('NotoSans-Italic'),
       url('../fonts/noto-sans-v9-latin-italic.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
       url('../fonts/noto-sans-v9-latin-italic.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

/* noto-sans-700 - latin */
@font-face {
  font-family: 'Noto Sans';
  font-style: normal;
  font-weight: 700;
  src: local('Noto Sans Bold'), local('NotoSans-Bold'),
       url('../fonts/noto-sans-v9-latin-700.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
       url('../fonts/noto-sans-v9-latin-700.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

/* noto-sans-700italic - latin */
@font-face {
  font-family: 'Noto Sans';
  font-style: italic;
  font-weight: 700;
  src: local('Noto Sans Bold Italic'), local('NotoSans-BoldItalic'),
       url('../fonts/noto-sans-v9-latin-700italic.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
       url('../fonts/noto-sans-v9-latin-700italic.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

/* noto-serif-regular - latin */
@font-face {
  font-family: 'Noto Serif';
  font-style: normal;
  font-weight: 400;
  src: local('Noto Serif'), local('NotoSerif'),
       url('../fonts/noto-serif-v8-latin-regular.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
       url('../fonts/noto-serif-v8-latin-regular.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

/* noto-serif-700 - latin */
@font-face {
  font-family: 'Noto Serif';
  font-style: normal;
  font-weight: 700;
  src: local('Noto Serif Bold'), local('NotoSerif-Bold'),
       url('../fonts/noto-serif-v8-latin-700.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
       url('../fonts/noto-serif-v8-latin-700.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

body, html {
  font-family:'Noto Sans';
  font-weight: 400;
  color: #444;
}

strong, b {
  font-family:'Noto Sans';
  font-weight: 700;
}

h1,h2,h3,h4,h5,h6 {
    color: #18899f;
    font-family:'Noto Serif';
    font-weight: 400;
}

h3,h5 {
    color: #444;
}

h1,h2,h3 {
    text-transform: uppercase;
}

h1,h2 {
    text-transform: uppercase;
    font-size: 32px;
    line-height: 43px;
    margin-bottom: 15px;
}

h3,h4,h5 {
    font-size: 26px;
    line-height: 37px;
    margin-bottom: 15px;
    margin-top: 35px;
}

p {
    font-size: 18px;
    line-height: 28px;
}

.mainmenu, #myNavbar, .header-top {
    font-family:'Noto Serif';
    font-weight: 400;
}

/* Link Styles  */

a {
    color: #18899f;
    transition: all .3s;
}

a:hover {
    color: #18899f;
    text-decoration: underline;
}

a:active, a:focus {outline: none;}

.lead a {
    color: #18899f;
    display: block;
    padding: 0 12px 0px 12px;
    font-size: 21px;
    font-weight: 400;
    letter-spacing: 0px;
    line-height: 28px;
    border: 1px solid #18899f;
    max-width: max-content;
    max-width: -moz-fit-content;
    min-width: 445px;
}

.lead a:hover {
    color: #fff;
    background: #18899f;
    transition: all .3s;
	   text-decoration: none;
}

.frame {
    margin-bottom: 40px;
}

.image img {
    width: 100%;
    height: auto;
}

.logo {
  position: relative;
  z-index: 2;
  top: 86px;
}

.logo img {
    height: auto;
    max-width: 200px;
    box-shadow: 0px 4px 7px #111;
    -webkit-box-shadow:  0px 4px 7px #999;
    -moz-box-shadow:  0px 4px 7px #999;
}

.header-wrapper {
    background: rgb(68,68,68);
    background: linear-gradient(180deg, rgba(68,68,68,1) 0%, rgba(68,68,68,1) 33%, rgba(0,0,0,1) 36%, rgba(255,255,255,1) 36%);
    box-shadow: 0px 2px 15px #111;
    margin-bottom: 30px;
    padding-bottom: 15px;
}

.header-top {
    box-shadow: inset 0 -9px 8px -6px black;
    -webkit-box-shadow:  inset 0 -9px 8px -6px black;
    -moz-box-shadow:  inset 0 -9px 8px -6px black;
    height: 86px;
}

.header-bottom {
    background:#fff;
    height:152px;
    height:80px;
    box-shadow: 0px 2px 15px #111;
    -webkit-box-shadow:  0px 2px 15px #999;
    -moz-box-shadow:  0px 2px 15px #999;
}

/* MAINMENU */

.mainmenu {
margin-top: 200px;
}

.mainmenu .tile-inner {
    width: 100%;
    height: 100%;
}

.mainmenu .tile {
    width: 100%;
    display: inline-block;
    box-sizing: border-box;
    background: #fff;
    padding: 0;
    background-color: #BCBA44;
    margin-bottom:30px;
    transition: all .3s;
}

.mainmenu .tile:hover {
    background: #18899f;
    transition: all .3s;
}

.mainmenu .active {
    background: #18899f;
}

.mainmenu .title {
    padding: 20px 20px 0 20px;
    font-size: 22px;
    min-height: 111px;
    text-transform: uppercase;
}

.mainmenu a  {
    text-align: center;
    text-decoration: none;
    color: #fff;
}

.mainmenu img {
    width:100%;
    height: auto;
}

.navbar-light .navbar-nav .active > .nav-link, .navbar-light .navbar-nav .nav-link.active {
    color: #18899f;
}

/* Navbar Toggle Icon */
.navbar-toggler>.close {
    font-size: 59px;
    font-weight: 700;
    color: #18899F;
    opacity: 1;
    padding-right: 3px;
}

.navbar .close:not(:disabled):not(.disabled):focus, .close:not(:disabled):not(.disabled):hover {
    opacity: 1;
}

.navbar-toggler.collapsed>.close, .navbar-toggler:not(.collapsed)>.navbar-toggler-icon {
    display:none;
}

button:focus, button:visited {
    outline: 0;
}

#home .navbar {
    display:none;
}


/* CONTENT */

.main {
    padding:40px 0 0 0;
    background: #F2F2E5;
    line-height: 28px;
    font-size: 21px;
}

.main .container-full{
    padding-bottom:100px;
}

.main li {
    margin-bottom: 5px;
    list-style: square;
    font-size: 18px;
}

/* HEAD CONTACT */

.head-contact {
    width: 6em;
  	width: 90%;
    -moz-box-shadow: -1px 4px 8px -1px #000;
    -webkit-box-shadow: -1px 4px 8px -1px #000;
    box-shadow: -1px 4px 8px -1px #000;
}

.head-contact ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
}

.head-contact li a {
    color: #BCBA44;
    display: block;
    padding: 18px 15px 0px 15px;
    background-color: #F2F2E5;
    font-size: 18px;
    font-weight: 400;
    letter-spacing: 0px;
    text-align: center;
    padding: 18px 0 2px 0;
    text-transform: uppercase;
    transition: all .3s;
}

.head-contact li a:hover {
    background-color: #18899f;
    transition: all .3s;
    color: #fff;
  	text-decoration: none !important;
}

/* LANGUAGE MENU */

.head-langselect {
    text-align: right;
    margin-top: 17px;
}

#language_menu {
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
    font-size: 18px;
    text-transform: uppercase;
}

#language_menu a {
    color: #fff;
}

#language_menu a:hover {
    text-decoration: none;
    color: #18899f;
    transition: all .3s;
}

#language_menu .active a{
    color: #808000;
}

#language_menu .active a:hover{
    color: #808000;
}

#language_menu .text-muted {
    color: #fff !important;
}

/* FOOTER */

footer {
    padding:35px 0 35px 0;
    background: #BCBA44;
    font-size: 16px;
}

footer ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
}

footer li {
    float: left;
    margin-right: 40px;
}

footer li a {
    color: #fff;
    padding-right: 16px;
}

footer li a:hover {
    color: #808000;
    text-decoration: none;
    transition: all .3s;
}

/* MENU */

#myNavbar {
    background-color: #fff;
}

.navbar-expand-md .navbar-nav {
    -ms-flex-direction: row;
    flex-direction: row;
}

.nav-item {
   font-size: 20px;
   text-transform: uppercase;
   color: #BCBA44 !important;
   white-space: nowrap;
   text-align: center;
   transition: all .3s;
}

.nav-item:hover {
    background: #18899f;
    transition: all .5s;
}

.nav-item:hover a{
    color: #fff;
}

.navbar-light .navbar-nav .nav-link:focus {
    color: rgba(255,255,255,1);
    color: #BCBA44;
}

.navbar-light .navbar-nav .nav-link:hover {
    color: rgba(255,255,255,1);
    color: #fff;
}

.navbar {
    padding: 0;
}

.navbar-light .navbar-nav .nav-link {
    color: #BCBA44;
}

.navbar-light .navbar-toggler {
    color: rgba(0,0,0,0) !important;
    border-color: rgba(0,0,0,0) !important;
    position: relative;
    right: -9px;
    top: -2px;
}

.navbar-light .navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke='rgba(24, 137, 159, 1)' stroke-width='6' stroke-linecap='butt' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 0;
    height: 0;
    overflow: hidden;
}

.video-container iframe,
.video-container object,
.video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}



iframe {
border: 0;
width:100%;
}


/* Media Queries  */

@media only screen and (max-width: 1199px) {

.mainmenu .title {
    padding: 27px 20px 0 20px;
    font-size: 18px;
}

.head-contact {
    width: 78%;
}
}  /* END 1199 */

@media only screen and (max-width: 991px) {

.mainmenu .title {
    padding: 17px 20px 0 20px;
    font-size: 14px;
    min-height: 97px;
}

.head-contact {
    width: 84%;
}

.navbar-toggler {
    padding: 0;
    font-size: 2.5rem;
}

.navbar {
    padding: 12px 0 0 0;
}

#myNavbar {
    margin-top: 63px;
}

#myNavbar {
    margin-top: 34px;
    box-shadow: 0 16px 14px #555;
    -moz-box-shadow: 0 12px 14px #555;
    background-color: #fff;
    position: absolute;
    width: 200%;
    padding: 0;
    margin: 0;
    right: 50%;
    left: -50%;
    top: 80px;
}

.navbar-nav {
    margin-bottom: 50px;
    border-top: 1px solid #eee;q
}

.nav-item {
    border-bottom: 1px solid #eee;
}

.lead a {
    max-width: 100%;
    min-width: 100%;
}

}  /* END 991 */




@media only screen and (max-width: 767px) {

.logo {
    top: 55px;
  }

/* Nur Firefox */
@-moz-document url-prefix() {
.logo {
    top: 53px;
  }
}

.reducer {
    width: 250px;
}

.head-contact {
    width: 145%;
    float: left;
    position: relative;
    left: -15%;
}

.mainmenu {
    margin-top: 220px;
}

.mainmenu .title {
    padding: 15px 20px 0 20px;
    font-size: 22px;
}

.header-top {
    height: 120px;
}

.header-bottom {
    height: 88px;
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
}

.head-contact li a {
    padding-top: 30px;
}

#language_menu {
    margin-top:27px;
}
#language_menu li {
    line-height: 1.1;
}

}  /* END 767 */

@media only screen and (max-width: 575px) {

.head-contact {
    width: 145%;
    left: -23%;
}

.header-bottom {
    background: #fff;
    height: 100px;
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
}

.main {
    padding: 40px 20px 0 20px;
    background: #F2F2E5;
    margin: 20px 15px 0 15px;
}

.main .container-full{
    padding-bottom:50px;
}

.mainmenu {
    margin-top: 235px;
}

.mainmenu a{
    height: 70vw;
    display: block;
}

.mainmenu .title {
    padding: 33px 20px 0 20px;
    font-size: 28px;
    line-height: 33px;
}

.mainmenu .tile {
    border-bottom: 1px solid #D8D8D8;
    margin-bottom:0;
    height: 70vw;
}

.frame {
    margin-bottom: 40px;
}

.mainmenu .tile-inner{
    bottom:0;
    position:relative;
}

.mainmenu img {
    width: 76.2%;
    height: auto;
    bottom: 0;
    position: absolute;
    right: 0%;
}

.mainmenu .title {
    padding-top: 20px;
    position: absolute;
    z-index: 200;
    margin: auto;
    width: 93vw;
}

.tile-inner.tile-image-4 {
    position: relative;
    z-index: 100;
}

.mainmenu .menuimage-4 {
    width: 100%;
    height: auto;
}

.mainmenu .menuimage-2{
    right: 8.5%;
}

.tile-inner{
	display: none;
}

.mainmenu .tile {
    height: 100px;
}
}  /* END 575 */

@media only screen and (max-width: 400px) {

footer li {
    float: none;
}
}  /* END 400 */

@media only screen and (max-width: 360px) {

.main a, h1,h2,h3,h4 {
    hyphens: auto;
}

.main {
    padding: 40px 8px 0 8px;
}

.mainmenu {
     margin-top: 235px;
}

.mainmenu .title {
    padding: 15px 20px 0 20px;
    font-size: 20px;
    line-height: 27px;
}

.mainmenu .title {
    width: 92vw;
}

.header-bottom {
    min-height: 100px;
    max-height: 120px;
}

.mainmenu .tile {
    height: 79px;
    width: 100%;
}

footer li {
    float: none;
}
}  /* END 360 */

@media only screen and (max-width: 300px) {

.logo img {
    height: auto;
    width: 182px;
}

.mainmenu .title {
    width: 89vw;
}
} /* END 300 */

@media only screen and (max-width: 262px) {

h1, h2 {
    text-transform: uppercase;
    font-size: 25px;
    line-height: 33px;
    margin-bottom: 15px;
}

p {
    font-size: 14px;
    line-height: 21px;
}

.lead a {
    font-size: 14px;
    line-height: 17px;
}

.mainmenu {
    margin-top: 200px;
}

.col.d-md-none {
    display:none !important;
}

.empty {
    display:none !important;
}

#language_menu {
    font-size: 15px;
}

.logo {
    display:none !important;
}

#myNavbar {
    top: 70px;
}

.header-top {
    height: 100px;
}

.header-bottom {
    height: 70px;
    min-height: 70px;
}

.navbar {
    padding: 5px 0 0 0;
}

.head-contact li a {
    font-size: 15px !important;
}

.head-contact {
    width: 4.9em !important;
}

.mainmenu .title {
    width: 90vw;
}
}  /* END 360 */

/* Cookie Hinweis */

#cookienote a {color:#D8D8D8;text-decoration:underline;}
#cookienote a:hover {text-decoration:underline;color: #fff}
#cookienote div {padding:25px 20px; padding-right:130px;}
#cookienote {
	color: #D8D8D8;
	text-align:left;
	background: #444;
	position:fixed;
	bottom:0px;
	z-index:10000;
	width:100%;
	font-size: 16px;
	line-height: 21px;
	box-shadow: 0px 2px 15px #111;
	-webkit-box-shadow: 0px 2px 15px #111;
	-moz-box-shadow: 0px 2px 15px #111;
   }
#cookienotecloser {
   color: #fff;
   position: absolute;
   right: 20px;
   text-decoration: none;
   top: 25px;
   cursor:pointer;
   padding:10px;
   background: #18899f;
 }
#cookienotecloser:hover {background: #D8D8D8;color: #444;transition: all .3s;}

@media (max-width: 640px) {
#cookienote div {padding-bottom: 65px;padding-right:25px;}
#cookienotecloser {
    left: 20px;
    right: inherit;
    top: inherit;
    bottom: 15px;
}
}
@media (min-width: 1500px) {
	#cookienote div {
	    max-width: 1025px;
	    padding-left: 13%;
	    padding-right: 0;
	}
	#cookienotecloser {
		right: 12%;
 	}
}
/* Cookie Hinweis Ende*/


/* Ausnahmen */

.ce-column {
    margin-bottom: 10px;
}

@media only screen and (min-width: 991px) {

#c188 .ce-gallery figure {
    width: 82%;
}

}
