/* open-sans-300 - latin */
@font-face {
  font-family: 'Questa Grande';
  font-style: normal;
  font-weight: 300;
  src: local('Questa Grande'), local('QuestaGrande'),
       url('../../files/assets/fonts/QuestaGrande-Regular.otf') format('opentype');
}

/* josefin-sans-200 - latin */
@font-face {
  font-family: 'Josefin Sans';
  font-style: normal;
  font-weight: 200;
  src: url('../../files/assets/fonts/josefin-sans-v25-latin-200.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../../files/assets/fonts/josefin-sans-v25-latin-200.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../../files/assets/fonts/josefin-sans-v25-latin-200.woff2') format('woff2'), /* Super Modern Browsers */
       url('../../files/assets/fonts/josefin-sans-v25-latin-200.woff') format('woff'), /* Modern Browsers */
       url('../../files/assets/fonts/josefin-sans-v25-latin-200.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../../files/assets/fonts/josefin-sans-v25-latin-200.svg#JosefinSans') format('svg'); /* Legacy iOS */
}

/* josefin-sans-300 - latin */
@font-face {
  font-family: 'Josefin Sans';
  font-style: normal;
  font-weight: 300;
  src: url('../../files/assets/fonts/josefin-sans-v25-latin-300.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../../files/assets/fonts/josefin-sans-v25-latin-300.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../../files/assets/fonts/josefin-sans-v25-latin-300.woff2') format('woff2'), /* Super Modern Browsers */
       url('../../files/assets/fonts/josefin-sans-v25-latin-300.woff') format('woff'), /* Modern Browsers */
       url('../../files/assets/fonts/josefin-sans-v25-latin-300.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../../files/assets/fonts/josefin-sans-v25-latin-300.svg#JosefinSans') format('svg'); /* Legacy iOS */
}

/* josefin-sans-regular - latin */
@font-face {
  font-family: 'Josefin Sans';
  font-style: normal;
  font-weight: 400;
  src: url('../../files/assets/fonts/josefin-sans-v25-latin-regular.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../../files/assets/fonts/josefin-sans-v25-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../../files/assets/fonts/josefin-sans-v25-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('../../files/assets/fonts/josefin-sans-v25-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('../../files/assets/fonts/josefin-sans-v25-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../../files/assets/fonts/josefin-sans-v25-latin-regular.svg#JosefinSans') format('svg'); /* Legacy iOS */
}

/* josefin-sans-500 - latin */
@font-face {
  font-family: 'Josefin Sans';
  font-style: normal;
  font-weight: 500;
  src: url('../../files/assets/fonts/josefin-sans-v25-latin-500.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../../files/assets/fonts/josefin-sans-v25-latin-500.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../../files/assets/fonts/josefin-sans-v25-latin-500.woff2') format('woff2'), /* Super Modern Browsers */
       url('../../files/assets/fonts/josefin-sans-v25-latin-500.woff') format('woff'), /* Modern Browsers */
       url('../../files/assets/fonts/josefin-sans-v25-latin-500.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../../files/assets/fonts/josefin-sans-v25-latin-500.svg#JosefinSans') format('svg'); /* Legacy iOS */
}

* {
    box-sizing: border-box;
}

.fadein {
    opacity: 1;
    transition: opacity 2s ease 0s;
}
body {
    background: #ffffff none repeat scroll 0 0;
    color: #000;
		font-family: 'Josefin Sans';
    font-size: 18px;
    font-weight: 300;
    line-height: 156%;
    margin: 0;
    opacity: 0;
		overflow-x: hidden;
    padding: 0;
		-moz-text-size-adjust: none;
		-webkit-text-size-adjust: none;
		-ms-text-size-adjust: none;
}
h1, h2, h3, h4, h5, 
.page_blog h2 {
		color: #4EBBC2;
		font-family: 'Questa Grande';
		font-weight: 300;
    line-height: 120%;
}
h1,
h2 {
    font-size: 2em;
    margin: 0 0 24px;
}
h2 {
    margin-top: 20px;
}
#wrapper {
    overflow: hidden;
    position: relative;
    width: 100%;
}
header {
    background-color: #ffffff;
    border-bottom: 1px solid #4ebbc2;
    height: 137px;
    left: 0;
    line-height: 23px;
    position: absolute;
    width: 100%;
    z-index: 20;
}
#header.fixed {
    position: fixed;
    top: -60px;
}
#header-logo {
    background: #ffffff none repeat scroll 0 0;
    left: calc(50% - 710px);
    padding: 17px 0 21px;
    position: absolute;
    text-align: center;
    width: 200px;
}
#header.fixed #header-logo {
		height: 91px;
    margin-top: 36px;
    width: 130px;
}
#header-logo img {
    width: 100%;
}
header.fixed .kontakt {
    top: -20px;
    transition: all 0.15s ease 0s;
}
header .kontakt {
    font-size: 0.7em;
    padding: 2px 20px 0 0;
    position: absolute;
    text-align: right;
    top: 0px;
    width: 100%;
}
header .kontakt a {
    color: #444;
    display: inline-block;
    position: relative;
    text-decoration: none;
}
header .kontakt a::after {
    background-color: #4ebbc2;
    bottom: 0;
    content: "";
    height: 1px;
    left: 50%;
    position: absolute;
    transition: all 0.2s ease 0s;
    width: 0;
    z-index: 2;
}
header .kontakt a:hover:after {
    left: 0;
    width: 100%;
}
header .phone {
    margin: 0 6px 0;
    vertical-align: text-top;
    width: 10px;
}
header .mail {
    margin: 1px 6px 0;
    vertical-align: text-top;
    width: 13px;
}
header nav.hauptnavigation {
    overflow: visible;
    position: relative;
}
header.fixed nav.hauptnavigation {
    margin-top: 10px;
    overflow: visible;
    transition: margin-top .15s;
}
header.fixed nav.hauptnavigation > ul {
    padding-top: 62px;
}
header nav.hauptnavigation > ul {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    margin: 0 auto;
    max-width: 1061px;
    padding: 50px 20px 0 104px;
    width: 100%;
}
sheader nav.hauptnavigation > ul > li.page_gruppen-cwc,
header nav.hauptnavigation > ul > li.newsletter-li {
    padding-bottom: 18px;
}   
header nav.hauptnavigation > ul > li.newsletter-li {
    display: none;
}   
header.fixed nav.hauptnavigation > ul > li {
    margin-bottom: 7px;
}
header nav.hauptnavigation > ul > li {
    margin-bottom: 12px;
    padding: 0;
    position: relative;
}
header nav li a::after, 
header nav li.aktiv strong::after,
footer nav li a::after,
footer nav li.aktiv strong::after {
    background-color: #4ebbc2;
    bottom: -2px;
    content: "";
    height: 1px;
    left: 50%;
    position: absolute;
    transition: all 0.2s ease 0s;
    width: 0;
    z-index: 2;
} 
header nav li a:hover:after,
header nav li.aktiv strong::after,
footer nav li a:hover:after,
footer nav li.aktiv strong::after {
    left: 0;
    width: 100%;
} 
header nav.hauptnavigation > ul > li > a, 
header nav.hauptnavigation > ul > li > strong {
    color: #444444;
    display: block;
    position: relative;
    text-decoration: none;
		z-index: 12;
}
header nav.hauptnavigation > ul > li > strong {
		cursor: default;
}
.subnavigation::before {
    background-color: #ffffff;
    content: "";
    display: block;
    height: 48px;
    left: -21px;
    position: relative;
    top: 0;
    width: calc(100% + 42px);
}
.fixed .subnavigation-0,
.fixed .subnavigation-1,
.fixed .subnavigation-2 {
    top: 19px;
    transition: all 0.15s ease 0s;
}
.hauptnavigation ul > li:nth-of-type(1) .subnavigation-1.geschlossen,
.hauptnavigation ul > li:nth-of-type(2) .subnavigation-1.geschlossen,
.hauptnavigation ul > li:nth-of-type(3) .subnavigation-2.geschlossen {
    display: none;
}
.hauptnavigation ul > li:nth-of-type(1):hover .subnavigation-0 {
    display: block;
}
.subnavigation-0 {
    background: #ffffff none repeat scroll 0 0;
    border-bottom: 1px solid #44c0c2;
    border-left: 1px solid #44c0c2;
    border-right: 1px solid #44c0c2;
    display: none;
    left: -20px;
    overflow: visible;
    padding: 0 20px;
    position: absolute;
    top: 29px;
    width: 364px;
    z-index: 10;
}
.hauptnavigation ul > li:nth-of-type(2):hover .subnavigation-1 {
    display: block;
}
.subnavigation-1 {
    background: #ffffff none repeat scroll 0 0;
    border-bottom: 1px solid #44c0c2;
    border-left: 1px solid #44c0c2;
    border-right: 1px solid #44c0c2;
    display: none;
    left: -20px;
    overflow: visible;
    padding: 0 20px;
    position: absolute;
    top: 29px;
    width: 315px;
    z-index: 10;
}
.hauptnavigation ul > li:nth-of-type(3):hover .subnavigation-2 {
    display: block;
}
.subnavigation-2 {
    background: #ffffff none repeat scroll 0 0;
    border-bottom: 1px solid #44c0c2;
    border-left: 1px solid #44c0c2;
    border-right: 1px solid #44c0c2;
    display: none;
    left: -20px;
    overflow: visible;
    padding: 0 20px;
    position: absolute;
    top: 29px;
    width: 350px;
    z-index: 10;
}
.hauptnavigation .subnavigation ul {
    margin: -26px 0 -10px;
		text-transform: none;
}
.subnavigation li {
    padding: 0;
}
.hauptnavigation .subnavigation a::after {
		bottom: 5px;
    height: 1px;
}    
.subnavigation a, 
.subnavigation strong {
    color: #444444;
    display: inline-block;
    padding-bottom: 15px;
    position: relative;
    text-decoration: none;
}
.subnavigation a.invisible {
    padding: 0;
}
.hamburger {
		display: none;
}
#container {
    padding-top: 167px;
}
main .inside {
    padding: 30px 0;
}
main .inside > div {
    padding: 0 20px ;
}
main .inside > div > h1,
main .inside > div > div {
    margin-left: auto;
    margin-right: auto;
    max-width: 853px;
}
main .inside > div > h1 {
    line-height: 130%;
}
main .inside > div:last-of-type > div:last-of-type,
.ueber-uns > div {
    border-bottom: none;
}
.ce_text {
    /*border-bottom: 1px solid #4ebbc2;*/
    margin-bottom: 20px;
    padding-bottom: 10px;
}
div.mod_article:last-of-type > div:last-of-type {
    border-bottom: medium none;
}
.ce_text figure {
    margin: 3px 0 15px;
}
.ce_text ol {
    list-style-type: decimal;
		padding-left: 40px;
}
.ce_text ul {
    margin-top: 24px;
}
.ce_text.coachings ul,
.ce_text ul ul {
    margin-top: 12px;
}
.ce_text ul.list2 li::before {
    content: url('list2.svg');
}
.ce_text ul li::before {
    content: url('list.svg');
		height: 17px;
    margin: 0 0 0 -20px;
    position: absolute;
		width: 7px; 
}
.ce_text ol li {
		line-height: 120%;
    padding: 0 26px 10px 0;
    position: relative;
}
.ce_text ul li {
		line-height: 120%;
    padding: 0 26px 10px 20px;
    position: relative;
}
.ce_text ul li li {
    padding: 0 26px 10px 22px;
}
.ce_text a {
    color: #4ebbc2;
    display: inline-block;
    position: relative;
    text-decoration: none;
}
.ce_text a::after {
    background-color: #4ebbc2;
    bottom: 0;
    content: "";
    height: 1px;
    left: 50%;
    position: absolute;
    transition: all 0.2s ease 0s;
    width: 0;
    z-index: 2;
}
.ce_text a:hover:after {
    left: 0;
    width: 100%;
}
.anfrage a:last-of-type {
    background: rgba(0, 0, 0, 0) url("mail.svg") no-repeat scroll 20px 15px / 20px auto;
    border: 1px solid #4ebbc2;
    border-radius: 2px;
    color: #444444;
    display: inline-block;
    margin: 5px 0 10px;
    padding: 10px 20px 10px 49px;
    position: relative;
    transition: all 0.2s ease 0s;
}
.anfrage a:last-of-type:hover {
    background-color: #f7ffff;
}
.anfrage a:last-of-type:hover::after {
    left: 50%;
    width: 0;
}
.strong-margin-top strong {
    display: inline-block;
    margin-top: 10px;
}
.ce_accordion {
    /*background-color: #f5f9fa;*/
    border: 1px solid #4ebbc2;
    border-radius: 2px;
    margin: 0 auto 20px;
    max-width: 760px;
    padding: 0;
}
.ce_accordion div.toggler.aktiv-2::before {
    transform: scale(0);
}
.ce_accordion div.toggler::before {
    background: rgba(0, 0, 0, 0) url("select-2.svg") no-repeat scroll 0 0 / 23px auto;
    content: "";
    display: inline-block;
    height: 23px;
    margin: 1px 0 0 -36px;
    position: absolute;
    transform-origin: center center 0;
    transition: all 0.3s ease 0s;
    vertical-align: middle;
    width: 23px;
    z-index: 2;
}
.ce_accordion div.toggler {
    cursor: pointer;
    margin: 0;
		outline: none;
    padding: 12px 10px 17px 53px;
    position: relative;
    transition: all 0.2s ease 0s;
}
.ce_accordion div.toggler:hover {
    background-color: #2eb3b5;
}
.ce_accordion h3 {
    font-size: 1em;
    line-height: 130%;
    margin: 0;
    padding: 0;
}
.ce_accordion div.toggler em {
    font-style: normal;
}
.accordion > div {
    padding: 3px 53px 23px;
}
.accordion ul:nth-of-type(2) li::before {
    content: "►";
    font-size: 0.8em;
    margin: 2px 0 0 -22px;
    transform: scale(0.9, 1);
    transform-origin: center center 0;
}
.fade-slider-container {
    position: relative;
}
.fade-slider-container .ce_gallery {
    position: relative;
}
.fade-slider,
.fade-slider li, 
.fade-slider li img {
		max-width: 853px;
    position: absolute !important;
    top: 0;
    width: 100% !important;		
}
.widget.column {
		flex-flow: column wrap;
}
.warum {
		max-height: 0;
		height: auto;
		opacity: 0;
		overflow: hidden;
		transition: all 1s;
}
.warum.aktiv {
		max-height: 1000px;
		opacity: 1;
}
.widget-text {
    align-items: center;
}
.widget-submit {
		justify-content: center;
    padding-left: 250px;
}
.widget {
    display: flex;
		flex-flow: row wrap;
    margin-bottom: 20px;
}
.warum label {
    width: 100%;
}
label {
    width: 250px;
}
.widget.column select,
.widget.column textarea {
		flex-flow: column wrap;
    width: 100%;
}
input, 
button.submit, 
textarea, 
select {
		-moz-appearance: none;
		-o-appearance: none;
		-webkit-appearance: none;
		appearance: none;
		background: none;
		border: 1px solid #aaa;
		border-radius: 0;
    width: calc(100% - 250px);
}
input, 
button.submit, 
textarea {
		padding: 8px;
}
input:focus, 
textarea:focus, 
select:focus {
		border: 1px solid #ff8882;
		outline: 0 !important;
}
select:focus {
    max-height: 1000px;
}
select {
    background: rgba(0, 0, 0, 0) url("select.svg") no-repeat scroll calc(100% - 8px) 8px / 23px auto;
    max-height: 43px;
		overflow: hidden;
    padding: 12px 45px 9px 8px;
		scrollbar-width: none;
}
option:hover,
option:checked {
  	background-color: #ff8882 !important;
		box-shadow: 0 0 10px 100px #ff8882 inset !important;
		color: #fff !important;
}
option {
		padding: 8px;
}
button.submit:hover {
    background-color: #f3e116;
}
button.submit {
		align-items: center;
    background-color: #f9e830;
		border: none;
		color: #000;
		cursor: pointer;
    display: flex;
    height: 43px;
		justify-content: center;
		transition: all .2s;
    width: 300px;
}
.mod_login {
    margin: 130px auto;
    width: 450px;
}
.mod_login label {
    display: block;
    margin: 8px 0;
}
.mod_login .text {
    padding: 4px 8px;
}
.mod_login .widget-submit {
    margin-top: 15px;
}
.ueber-mich figure {
    height: 560px;
    overflow: hidden;
}
.mod_newslist {
}
.layout_latest {
    border-bottom: 1px solid #11626f;
    padding-bottom: 22px;
    padding-top: 38px;
}
.layout_latest h2 {
    margin: 15px 0 0;
}
.info time {
    color: #11626f;
    font-size: 0.75em;
}
.layout_latest .ce_text,
.layout_full .ce_text {
    border: none;
	  margin-bottom: 10px;
    padding-bottom: 0;
}
.more a, 
.pagination a,
.back a {
    color: inherit;
		position: relative;
    text-decoration: none;
}
.more a::after, 
.pagination a::after,
.back a::after {
    background-color: #4ebbc2;
    bottom: 0;
    content: "";
    height: 1px;
    left: 50%;
    position: absolute;
    transition: all 0.2s ease 0s;
    width: 0;
    z-index: 2;
}
.more a:hover::after, 
.pagination a:hover::after,
.back a:hover::after {
    left: 0;
    width: 100%;
}
.pagination {
    padding-top: 30px;
}
.pagination > p {
    color: #11626f;
}
.pagination > ul {
    display: flex;
    flex-flow: row wrap;
}
.pagination li {
    margin-right: 12px;
}
.pagination .active {
    color: #11626f;
}
.ueber-uns {
    display: flex;
    justify-content: space-between;
    margin: 0 auto;
    max-width: 1061px;
}
main .inside > div.ueber-uns > div {
    margin: 0;
    width: calc(50% - 30px);
}

.impressum > div:first-of-type {
    display: flex;
    flex-flow: row wrap;
}
.impressum h1,
.impressum > div:first-of-type > p {
    width: 100%;
}
.impressum > div:first-of-type > div:first-of-type {
    margin-right: 90px;
}

footer {
    margin-top: 50px;
}
footer .inside {
		text-align: center;
}
footer .kontakt {
    border-top: 1px solid #4ebbc2;
    padding: 20px;
}
footer .kontakt div {
    display: inline-block;
    padding: 10px 10px;
}
footer .kontakt a {
    color: #444;
    display: inline-block;
    position: relative;
    text-decoration: none;
}
footer .kontakt a::after {
    background-color: #4ebbc2;
    bottom: 0;
    content: "";
    height: 1px;
    left: 50%;
    position: absolute;
    transition: all 0.2s ease 0s;
    width: 0;
    z-index: 2;
}
footer .kontakt a:hover:after {
    left: 0;
    width: 100%;
}
footer .phone {
    margin: 0 4px;
    vertical-align: middle;
    width: 15px;
}
footer .mail {
    margin: 0 5px;
    vertical-align: middle;
    width: 19px;
}
footer nav.mod_navigation {
    border-top: 1px solid #4ebbc2;
		padding: 11px 30px 8px;
}
footer nav.mod_customnav {
    border-top: 1px solid #4ebbc2;
		padding: 20px 30px 0;
}
footer nav ul {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    margin: 0 auto 10px;
    padding: 0;
    position: relative;
}
footer nav.mod_navigation ul {
    max-width: 560px;
}
footer nav.mod_customnav ul {
    max-width: 201px;
}
footer nav li {
    padding: 10px 0 0;
		position: relative;
}
footer nav a {
		margin-bottom: 15px;
		text-decoration: none;
}    
footer nav a,
.copyright {
		color: #444;
}    
.copyright {
		padding: 10px 30px 25px;
} 
.newsletter {
		cursor: pointer;
}
main .inside > div.overlay {
    background-color: rgba(0, 0, 0, 0.02);
    display: none;
    height: 100%;
    opacity: 0;
		padding: 0 18px;
    position: fixed;
		transition: all .3s;
    top: 0;
    width: 100%;
    z-index: 100;
}
main .inside > div.overlay.aktiv {
    opacity: 1;
		transition: all .5s;
}
main .inside > div > div.overlay-schliessen {
    height: 100%;
    max-width: 100%;
    position: absolute;
    width: 100%;
}
#mc_embed_signup {
    background-color: #ffffff;
    box-shadow: 0 0 6px 0 #666666;
    clear: left;
    font-family: inherit;
    font-size: inherit;
    height: 100%;
    margin-top: 3vh;
    max-height: 94vh;
    max-width: 860px;
    padding-top: 15px;
    position: relative;
}
#mc_embed_signup .schliessen {
    align-items: center;
    background-color: #ffffff;
    border: 2px solid #11626f;
    border-radius: 20px;
		color: #11626f;
		cursor: pointer;
    display: flex;
    font-size: 28px;
    font-weight: bold;
    height: 25px;
    justify-content: center;
    line-height: 0;
    padding: 0 0 0 1px;
    position: absolute;
    right: -13px;
    top: -13px;
    transform: rotate(45deg);
    width: 25px;
}
#mc_embed_signup form {
    height: 100%;
    overflow-y: auto;
    padding: 7px 6% 30px;
    width: 100%;
}
#mc_embed_signup  h2 {
    font-size: 1.3em;
    padding-bottom: 18px;
}
.mc-field-group {
    margin-bottom: 10px;
}
#mc_embed_signup  label {
    display: block;
    font-weight: 400;
    width: 100%;
}
#mc_embed_signup label.checkbox.subfield {
    font-weight: 300;
		margin-top: 10px;
}
.content__gdpr > p {
    margin: 0;
}
#mc_embed_signup .required.email {
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    border: 2px solid #aaaaaa;
    border-radius: 2px;
    margin: 10px 0;
    max-width: 350px;
    padding: 8px;
    width: 100%;
}
.content__gdpr > p:nth-of-type(2) {
    margin-top: 20px;
}
.optionalParent {
    margin-top: 33px;
    text-align: center;
}
#mc_embed_signup .button {
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    background-color: #11626f;
    border: 0 none;
    border-radius: 3px;
		cursor: pointer;
    color: #ffffff;
    font-family: inherit;
    font-size: 18px;
    font-weight: 400;
    padding: 8px 38px;
}
#mc_embed_signup .button:hover {
    background-color: #0f5662;
}
#mc_embed_signup a {
    color: inherit;
}
#mc_embed_signup a:hover {
    color: #F3E116;
}
.brandingLogo {
    padding-top: 60px;
    text-align: center;
}

.contao-cookiebar {
  color: inherit;
}
.contao-cookiebar input:checked + label::before {
  background-color: #bfeff2;
  border-color: #4ebbc2;
}
.contao-cookiebar input:checked + label::after {
    background-color: #4ebbc2;
}
.contao-cookiebar input:disabled + label::before {
		background-color: #f4f4f4;
		border-color: #c8c7c5;
}
.contao-cookiebar input:disabled + label::after {
		background-color: #c8c7c5;
}
.contao-cookiebar .cc-btn:hover {
    background-color: #d5d5d5;
}
.contao-cookiebar .cc-btn {
		align-items: center;
		background-color: #e5e5e5;
		border: none;
		border-radius: 0;
		color: #000;
		display: inline-flex;
		height: 38px;
		line-height: 100%;
		margin: 9px 8px 0;
		padding: 0 12px;
}
.contao-cookiebar .highlight .cc-btn.success:hover {
		background-color: #F3E116;
}
.contao-cookiebar .highlight .cc-btn.success {
  background-color: #F9E830;
  border-color: none;
  color: #000;
}


@media (max-width: 1470px) {
#header-logo {
    left: 30px;
}
}   
@media (max-width: 1340px) {
header nav.hauptnavigation {
    padding-left: 279px;
}
header nav.hauptnavigation > ul,
header.fixed nav.hauptnavigation > ul {
    margin: 0;
    max-width: 916px;
    padding-left: 0;
}
header nav.hauptnavigation > ul > li {
    margin-right: 20px;
}
}   
@media (max-width: 1064px) {
header nav.hauptnavigation > ul > li {
		font-size: .93em;
}
}    
@media (max-width: 1023px) {
header,
header.fixed {
    height: 93px;
		top: 0;
    z-index: 3;
}
#header.fixed {
    height: 83px;
    top: -21px;
}
#header-logo,
#header.fixed #header-logo {
    margin: 0;
}
#header.fixed #header-logo {
    height: 60px;
    top: 19px;
    width: 100px;
}
#header-logo {
    padding: 5px 0 0;
    width: 150px;
}
#header.fixed .hamburger {
    top: 33px;
}
header nav.hauptnavigation,
#header.fixed nav {
    transition: all 0.8s ease 0s;
}
header nav.hauptnavigation {
    background-color: #ffffff;
		border-bottom: 1px solid #4ebbc2;
    left: 101%;
    opacity: 0;
		padding: 6px 0 0 20px;
    position: absolute;
    top: 82px;
    width: 100%;
}
header.aktiv nav {
    left: 0;
    opacity: 1;
}
header nav.hauptnavigation,
header.fixed nav.hauptnavigation {
		margin-top: 0;
    max-height: calc(100vh - 71px);
    overflow-x: hidden;
    overflow-y: auto;
}
header nav.hauptnavigation ul,
header.fixed nav.hauptnavigation ul {
    left: 0;
    margin: 0;
    padding: 20px 20px 6px;
    position: relative;
    top: 0;
    width: 100%;
}
header nav.hauptnavigation > ul > li,
header.fixed nav.hauptnavigation > ul > li {
		font-size: 1.2em;
		margin-bottom: 36px;
    width: 100%;
}
header nav.hauptnavigation li a:hover::after,
header nav.hauptnavigation li.aktiv strong::after {
    display: none;
}
.hamburger {
    cursor: pointer;
		display: block;
    height: 42px;
    position: absolute;
    right: 15px;
		-webkit-tap-highlight-color: transparent;
    top: 32px;
		transform: scale(0.8);
    width: 52px;
    z-index: 2;
}
.hamburger > div {
		display: block;
		top: 50%;
		margin-top: -2px; 
		top: 2px;
		transition: background-color 0s linear 0.13s;
}
.hamburger > div, 
.hamburger > div::before, 
.hamburger > div::after {
    width: 52px;
    height: 6px;
    background-color: #4ebbc2;
    position: absolute;
    transition-property: transform;
    transition-duration: 0.15s;
    transition-timing-function: ease;
}
.hamburger > div::before, 
.hamburger > div::after {
    content: "";
    display: block;
}
.hamburger > div::before {
    top: 12px;
    transition: top 0.1s cubic-bezier(0.33333, 0.66667, 0.66667, 1) 0.2s, transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19) 0s;
}
.hamburger > div::after {
    top: 24px;
    transition: top 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1) 0.2s, transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19) 0s;
}
header.aktiv .hamburger > div {
    background-color: rgba(0, 0, 0, 0);
    transition-delay: 0.22s;
}
header.aktiv .hamburger > div::before {
    top: 0;
    transform: translate3d(0px, 10px, 0px) rotate(45deg);
    transition: top 0.1s cubic-bezier(0.33333, 0, 0.66667, 0.33333) 0.15s, transform 0.13s cubic-bezier(0.215, 0.61, 0.355, 1) 0.22s;
}
header.aktiv .hamburger > div::after {
    top: 0;
    transform: translate3d(0px, 10px, 0px) rotate(-45deg);
    transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333) 0s, transform 0.13s cubic-bezier(0.215, 0.61, 0.355, 1) 0.22s;
}
header nav.hauptnavigation > ul > li.page_blog {
    padding-bottom: 18px;
}   
header nav.hauptnavigation > ul > li.newsletter-li {
    display: block;
}   
.subnavigation::before {
    display: none;
}
.subnavigation {
    border: medium none;
    display: block;
    position: relative;
    top: 0;
		width: auto;
}
.hauptnavigation .subnavigation ul {
		margin: -16px 0 -10px;
    padding: 0;
}
.subnavigation li {
    padding: 0 0 10px;
}
#container {
    padding-top: 93px;
}
header nav.hauptnavigation > ul > li > a, 
header nav.hauptnavigation > ul > li > strong {
    padding-bottom: 0;
}
}  
@media (max-width: 640px) {
input, 
button.submit, 
textarea, 
select,
label {
    width: 100%;
}
}
@media (max-width: 640px) {
#header,
#header.fixed  {
    height: 83px;
		position: fixed;
    top: -21px;
}
#header #header-logo {
    height: 60px;
    top: 19px;
    width: 100px;
}
header .kontakt {
		display: none;
}
.hamburger {
    top: 33px;
}
#container {
    padding-top: 75px;
}
.ce_accordion {
    margin-left: -18px;
    width: calc(100% + 36px);
}
footer .kontakt div {
    display: block;
}
}  
@media (max-width: 480px) {
.ncoi---behind .ncoi---container {
    border-bottom: none;
    border-left: none;
    border-right: none;
    border-top: 2px solid #0068b4;
    border-radius: 0;
    margin: 0;
    max-height: calc(100% - 76px);
    padding: 20px;
    width: 100%;
}
}
