/* open-sans-300 - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 300;
  src: url('fonts/open-sans-v10-latin-300.eot'); /* IE9 Compat Modes */
  src: local('Open Sans Light'), local('OpenSans-Light'),
       url('fonts/open-sans-v10-latin-300.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('fonts/open-sans-v10-latin-300.woff2') format('woff2'), /* Super Modern Browsers */
       url('fonts/open-sans-v10-latin-300.woff') format('woff'), /* Modern Browsers */
       url('fonts/open-sans-v10-latin-300.ttf') format('truetype'), /* Safari, Android, iOS */
       url('fonts/open-sans-v10-latin-300.svg#OpenSans') format('svg'); /* Legacy iOS */
}
/* open-sans-regular - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: url('fonts/open-sans-v10-latin-regular.eot'); /* IE9 Compat Modes */
  src: local('Open Sans'), local('OpenSans'),
       url('fonts/open-sans-v10-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('fonts/open-sans-v10-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('fonts/open-sans-v10-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('fonts/open-sans-v10-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('fonts/open-sans-v10-latin-regular.svg#OpenSans') format('svg'); /* Legacy iOS */
}
/* open-sans-300italic - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 300;
  src: url('fonts/open-sans-v10-latin-300italic.eot'); /* IE9 Compat Modes */
  src: local('Open Sans Light Italic'), local('OpenSansLight-Italic'),
       url('fonts/open-sans-v10-latin-300italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('fonts/open-sans-v10-latin-300italic.woff2') format('woff2'), /* Super Modern Browsers */
       url('fonts/open-sans-v10-latin-300italic.woff') format('woff'), /* Modern Browsers */
       url('fonts/open-sans-v10-latin-300italic.ttf') format('truetype'), /* Safari, Android, iOS */
       url('fonts/open-sans-v10-latin-300italic.svg#OpenSans') 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: #444;
    font-family: "Open Sans";
    font-size: 16px;
    font-weight: 300;
    letter-spacing: 1px;
    line-height: 25px;
    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 {
    color: #43c0c2;
    line-height: 130%;
    margin: 24px 0 30px;
    text-align: center;
}
h2 {
    font-size: 1.5em;
		line-height: 130%;
}
#wrapper {
    overflow: hidden;
    position: relative;
    width: 100%;
}
header {
    background-color: #ffffff;
    border-bottom: 1px solid #43c0c2;
    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: 50%;
    margin-left: -100px;
    padding: 23px 0 21px;
    position: absolute;
    text-align: center;
    width: 200px;
}
#header.fixed #header-logo {
    height: 91px;
    margin-left: -50px;
    margin-top: 36px;
    padding-top: 36px;
    width: 100px;
}
@keyframes headerlogo {
  from {padding-bottom: 140px;}
  to {padding-bottom: 69px;}
}

#header-logo img {
    width: 190px;
}
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: #7aa7ae;
    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: 3px 6px 0;
    vertical-align: text-top;
    width: 10px;
}
header .mail {
    margin: 3px 6px 0;
    vertical-align: text-top;
    width: 13px;
}

header nav.hauptnavigation {
    overflow: visible;
		position: relative;
    z-index: 20;
}
.fixed nav.hauptnavigation {
    margin-top: 10px;
    overflow: visible;
    transition: all 0.15s ease 0s;
}
header nav.hauptnavigation > ul {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    left: 50%;
    margin: 0 0 0 -259px;
    max-width: 920px;
    padding: 0;
    position: absolute;
    text-transform: uppercase;
    top: 59px;
    width: 100%;
}
header nav.hauptnavigation > ul > li.page_gruppen-cwc,
header nav.hauptnavigation > ul > li.newsletter-li,
header nav.hauptnavigation > ul > li.stage7 {
    padding-bottom: 18px;
}   
header nav.hauptnavigation > ul > li.newsletter-li {
    display: none;
}   
header nav.hauptnavigation > ul > li {
    padding: 10px 0 0;
		position: relative;
}
header nav li a::after,
header nav li.aktiv strong::after {
    background: #7aa7ae none repeat scroll 0 0;
    bottom: 3px;
    content: "";
    height: 3px;
    left: 50%;
    position: absolute;
		transition: all 0.2s;
    width: 0;
    z-index: 2;
}    
header nav li a:hover:after,
header 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;
    padding-bottom: 15px;
    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,
.fixed .subnavigation-3 {
    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: 285px;
    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: 350px;
    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: 340px;
    z-index: 10;
}
.hauptnavigation ul > li:nth-of-type(4):hover .subnavigation-3 {
    display: block;
}
.subnavigation-3 {
    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: 340px;
    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: 137px;
}
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: 760px;
}
main .inside > div > h1 {
    line-height: 130%;
}
#main .inside > div:nth-last-of-type(2) > div:last-of-type {
    border: none;
}
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 li::before {
    color: #7aa7ae;
    content: "■";
    font-family: arial;
    font-size: 1em;
    line-height: 120%;
    margin: 1px 0 0 -20px;
    position: absolute;
}
.ce_text ul li li::before {
    content: "►";
    font-size: 0.8em;
    margin: 4px 0 0 -22px;
    transform: scale(0.9, 1);
    transform-origin: center center 0;
}
.ce_text ol li {
    padding: 0 26px 10px 0;
    position: relative;
}
.ce_text ul li {
    padding: 0 26px 10px 20px;
    position: relative;
}
.ce_text ul li li {
    padding: 0 26px 10px 22px;
}
.ce_text a {
    color: #43c0c2;
    display: inline-block;
    position: relative;
    text-decoration: none;
}
.ce_text a::after {
    background-color: #43c0c2;
    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 #43c0c2;
    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 #43c0c2;
    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;
}
.ueber-mich em {
    display: block;
    padding-bottom: 12px;
}
.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;
}
.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: #7aa7ae;
    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;
}

.ce_hyperlink.button-mailchimp {
    display: flex;
    justify-content: center;
    padding: 8px 0 0;
}
.pad {
    padding: 16px 0 8px;
}
.button-mailchimp a {
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    background-color: #43c0c2;
    border: 0 none #43c0c2;
    border-radius: 3px;
		cursor: pointer;
    color: #fff;
    font-family: inherit;
    font-size: 18px;
    font-weight: 400;
    padding: 8px 38px;
		text-align: center;
		text-decoration: none;
		transition: all .2s;
}
.button-mailchimp a:hover {
    background-color: #3db2b4;
}


footer {
    margin-top: 50px;
}
footer .inside {
		text-align: center;
}
footer .kontakt {
    border-top: 1px solid #43c0c2;
    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: #7aa7ae;
    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 #43c0c2;
		padding: 11px 30px 8px;
}
footer nav.mod_customnav {
    border-top: 1px solid #43c0c2;
		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: 230px;
}
footer nav li {
    padding: 10px 0 15px;
		position: relative;
}
footer nav li a::after,
footer nav li.aktiv strong::after {
    background: #7aa7ae none repeat scroll 0 0;
    bottom: 3px;
    content: "";
    height: 3px;
    left: 50%;
    position: absolute;
		transition: all 0.2s;
    width: 0;
    z-index: 2;
}    
footer nav li a:hover:after,
footer nav li.aktiv strong::after {
    left: 0;
    width: 100%;
}    
footer nav a {
		padding-bottom: 15px;
		text-decoration: none;
}    
footer nav a,
.copyright {
		color: #444;
}    
.copyright {
		padding: 10px 30px 40px;
} 
.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: #11626f;
}
.brandingLogo {
    padding-top: 60px;
    text-align: center;
}

.contao-cookiebar a:hover::after,
.contao-cookiebar .cc-info > a:hover::after {
		left: 0;
    width: 100%;
}
.contao-cookiebar a::after,
.contao-cookiebar .cc-info > a::after {
		background-color: #43c0c2;
		bottom: 0;
		content: "";
		height: 1px;
		left: 50%;
		position: absolute;
		transition: all 0.2s ease 0s;
		width: 0;
		z-index: 2;
}
.contao-cookiebar a,
.contao-cookiebar .cc-info > a,
.contao-cookiebar .cc-info > a:hover {
		color: #43c0c2;
		display: inline-block;
		position: relative;
		text-decoration: none;
}
.bewerbungsformular button.submit:hover,
.contao-cookiebar .highlight .cc-btn.success:hover {
		background-color: #3babae;
    color: #fff;
}
.contao-cookiebar .highlight .cc-btn.success {
		background-color: #43C0C2;
    border: none;
    color: #fff;
}
.contao-cookiebar input:checked + label::before {
		background-color: #f5fdfd;
		border-color: #43C0C2;
}
.contao-cookiebar input:checked + label::after {
		background-color: #43C0C2;
}
@media (max-width: 1645px) {
.subnavigation-3 {
		left: inherit;
		position: fixed;
		top: 88px;
		right: -43px;
}
}    
@media (max-width: 1386px) {
header nav.hauptnavigation > ul {
    max-width: 840px;
}
}    
@media (max-width: 1023px) {
header,
header.fixed {
    height: 93px;
		top: 0;
    z-index: 3;
}
#header.fixed {
    top: -21px;
}
#header .inside {
    margin: 0 auto;
    max-width: 800px;
    padding: 0 20px;
    width: 100%;
}
#header-logo,
#header.fixed #header-logo {
    left: inherit;
    margin: 0;
		padding: 23px 0 12px;
}
#header.fixed #header-logo {
		height: 81px;
    top: 2px;
}
#header-logo,
#header.fixed #header-logo,
#header-logo img {
    width: 100px;
}
#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 #43c0c2;
    left: 101%;
    opacity: 0;
    position: absolute;
    top: 83px;
    width: 100%;
}
header.aktiv nav {
    left: 0;
    opacity: 1;
}
header nav.hauptnavigation,
header.fixed nav.hauptnavigation {
    max-height: calc(100vh - 71px);
    overflow-x: hidden;
    overflow-y: auto;
}
header nav.hauptnavigation ul {
    left: 0;
    margin: 0;
    padding: 20px 20px 40px;
    position: relative;
    top: 0;
    width: 100%;
}
header nav.hauptnavigation li {
    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: #11626F;
    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) {
#header,
#header.fixed  {
		position: fixed;
    top: -21px;
}
header .kontakt {
		display: none;
}
#header-logo {
    height: 76px;
    padding-bottom: 0;
    top: 17px;
}
#header.fixed #header-logo {
    height: 74px;
    padding-bottom: 0;
    top: 17px;
}

#header-logo, 
#header.fixed #header-logo, 
#header-logo img {
    width: 79px;
}
.hamburger {
    top: 33px;
}
#container {
    padding-top: 62px;
}
h1 {
  font-size: 1.5em;
	margin: 15px 0 20px;
}
.ce_accordion {
    margin-left: -18px;
    width: calc(100% + 36px);
}
footer .kontakt div {
    display: block;
}
}  
@media (max-width: 580px) {
#intense-formate h2 br {
    display: none;
}
}
