@import url("reset.css");
img, figure{
    pointer-events: none;
}

/* Elemente mit der Klasse .notsafe erhalten ihre Pointer-Events zurück*/
.notsafe{
	pointer-events: auto !important;
}

/* 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('../fonts/open-sans-v40-latin-regular.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
       url('../fonts/open-sans-v40-latin-regular.ttf') format('truetype'); /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
}

/* open-sans-600 - 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: 600;
  src: url('../fonts/open-sans-v40-latin-600.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
       url('../fonts/open-sans-v40-latin-600.ttf') format('truetype'); /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
}

/* open-sans-700 - 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: 700;
  src: url('../fonts/open-sans-v40-latin-700.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
       url('../fonts/open-sans-v40-latin-700.ttf') format('truetype'); /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
}

/* modernline */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'modernline';
  font-style: normal;
  font-weight: 700;
  src: url('../fonts/modernline.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
       url('../fonts/modernline.ttf') format('truetype'); /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
}



.clear {clear: both;}
*{box-sizing: border-box;-o-box-sizing: border-box;-webkit-box-sizing: border-box;-moz-box-sizing: border-box;-ms-box-sizing: border-box;}
a{transition: ease .8s;-o-transition: ease .8s;-webkit-transition: ease .8s;-moz-transition: ease .8s;-ms-transition: ease .8s;}
body {font: 400 16px/27px 'Open Sans'; color: #000;}

header {background: url(../images/arrows.svg) no-repeat right -90px bottom 50px / 200px, url(../images/kniebeuge.jpg) no-repeat center top / cover; height: 90vh;position: relative; }


nav {position: fixed; left: 0; top: 0; width: 100%;padding: 30px 15%; z-index: 105}
nav ul {display: flex; justify-content: space-between; flex-wrap: nowrap;}
nav ul li {margin: 0 15px;position: relative;color: #009acc;}
nav ul li a {color: #fff; text-transform: uppercase; text-decoration: none;}
nav ul li a:hover {color: #009acc}
.menu-fixed {background: rgba(0, 0, 0, 0.5);}

.contact {position: fixed; left: 5%; bottom: 8%; z-index: 105}
.contact a {display: block; padding: 10px; background:#009acc; margin: 5px 0 }
.contact a:hover {background: #000}
.contact a img{width: 25px; height: 25px; display: block;}

.logo {position: absolute; width: 350px; left: calc(50% - 175px); top: 40vh}
.link { position: absolute; right: -146px; bottom: 35%; transform: rotate(-90deg); background: #000; padding: 5px 10px 7px; color: #fff; text-decoration: none;}
.link:hover {background: #fff; color: #009acc}


.wrapper {padding: 150px 10%;}
.box {width: 32%; background: #000; padding: 100px 25px; text-align: center; color: #fff;position: relative;}
.box .btn {position: absolute; left: 15%; bottom: -20px; width: 70%; background: #009acc; padding: 10px 15px; text-decoration: none; color: #fff}
.box .btn:hover {background: #fff; color: #009acc}

.leistungen {background: url(../images/hanteln-fitness.jpg) no-repeat center / cover; position: relative; margin-top: 100px; padding: 50px 0; background-attachment: fixed;}
.rel {position: absolute; left: 10%; top: -20%; width: 80%}

h1 {position: relative; font-size: 35px; color: #000; text-transform: uppercase; text-align: center; margin-bottom: 50px; z-index: 101!important}
.line { height: 1px; width: 150px; background: #009acc; display: block; margin: 20px auto 50px;}
.line-l { height: 1px; width: 150px; background: #009acc; display: block; margin: 20px 0 50px;}

.headline, .hl-sport, .hl-sportmedizin, .hl-aging, .hl-maenner, .hl-fitness, .hl-transform, .hl-herausforderung, .hl-frauen, .hl-gesund, .hl-gewicht, .hl-anti, .hl-gemeinschaft, .hl-kontakt {position: relative;}
.headline:before {position: absolute; content: 'Sports meets Medicine'; font-family:'modernline'; font-size: 60px; color: #cae4f0; text-transform: none; left: calc(50% - 310px)}
.hl-sport:before {position: absolute; content: 'Sport'; font-family:'modernline'; font-size: 40px; color: #009acc; text-transform: none; left: calc(50% - 55px); top: -10px; z-index: 100}
.hl-sportmedizin:before {position: absolute; content: 'Sportmedizin'; font-family:'modernline'; font-size: 40px; color: #009acc; text-transform: none; left: calc(50% - 123px); top: -10px; z-index: 100}
.hl-aging:before {position: absolute; content: 'Anti Aging'; font-family:'modernline'; font-size: 40px; color: #009acc; text-transform: none; left: calc(50% - 120px); top: -10px; z-index: 100}
.hl-maenner:before {position: absolute; content: 'Männer'; font-family:'modernline'; font-size: 60px; color: rgba(255, 255, 255, 0.6); text-transform: none; left:-25px; top: -10px; z-index: 100}
.hl-fitness:before {position: absolute; content: 'Fitness'; font-family:'modernline'; font-size: 60px; color: rgba(255, 255, 255, 0.6); text-transform: none; left:-25px; top: -10px; z-index: 100}
.hl-transform:before {position: absolute; content: 'Körpertransformation'; font-family:'modernline'; font-size: 50px; color: rgba(255, 255, 255, 0.6); text-transform: none; left:-25px; top: -5px; z-index: 100}
.hl-herausforderung:before {position: absolute; content: 'sportl. Herausforderung'; font-family:'modernline'; font-size:50px; color: #cae4f0; text-transform: none; left:-25px; top: -10px; z-index: 100}
.hl-frauen:before {position: absolute; content: 'Frauen'; font-family:'modernline'; font-size:60px; color: rgba(255, 255, 255, 0.6); text-transform: none; left:-25px; top: -10px; z-index: 100}
.hl-gesund:before {position: absolute; content: 'Gesundheit'; font-family:'modernline'; font-size:30px; color: #000; text-transform: none; left:calc(50% - 85px); top: -10px; z-index: 100}
.hl-gewicht:before {position: absolute; content: 'Gewichtsmanagement'; font-family:'modernline'; font-size:30px; color: #000; text-transform: none; left:calc(50% - 150px); top: -10px; z-index: 100}
.hl-anti:before {position: absolute; content: 'Anti Aging'; font-family:'modernline'; font-size:30px; color: #000; text-transform: none; left:calc(50% - 90px); top: -10px; z-index: 100}
.hl-gemeinschaft:before {position: absolute; content: 'Gemeinschaft'; font-family:'modernline'; font-size:30px; color: #000; text-transform: none; left:calc(50% - 102px); top: -10px; z-index: 100}
.hl-kontakt:before {position: absolute; content: 'Kontakt'; font-family:'modernline'; font-size: 60px; color: #cae4f0; text-transform: none; left:-15px; top: -10px; z-index: 100}


h2 {font-size: 35px; color: #fff; text-transform: uppercase;  margin-bottom: 50px; position: relative; z-index: 101}
h3, .box h2 {font-size: 25px; color: #fff; text-transform: uppercase; text-align: center; margin-bottom: 20px; position: relative; z-index: 101}

.flex {display: flex; flex-wrap: nowrap; justify-content: space-between}
.center {align-items: center;}
.col {width: 48%}
#maenner {position: relative; color: #fff}
#maenner:after {position: absolute; content: ''; background: url(../images/gemeinsam-leistung-tragen.svg) no-repeat left top / 100%;  left: 0px; bottom: 0; height: 90px; width: 100%; z-index: 90}
.dark {background: #000; padding: 150px 10% 150px}
.bilder {display: flex; flex-wrap: nowrap; justify-content: space-around}
.bilder img{width: 37%; height: 450px; object-fit: cover}
.bilder img:nth-of-type(1) {margin-top: 50px}

.fitness {background: url(../images/arrows-r.svg) no-repeat left -150px top 0 / 250px, linear-gradient(hsla(0, 0%, 0%, 1) 0%, hsla(0, 0%, 0%, .7) 40%, hsla(0, 0%, 0%, 0) 100%), url(../images/bg.jpg) no-repeat center / cover; padding: 150px 10% 250px; position: relative}

.mann {position: absolute; left: 10%; bottom: 0; width: 30%; z-index: 91}

#sportlich .col-2:first-child .line-l{background: #fff}
#sportlich .col-2:first-child {background: url(../images/koerpertransformation.jpg) no-repeat left center / cover; padding: 150px 5% 150px 10%; color: #fff}
#sportlich .col-2:last-child {background: url(../images/ausdauer-laufband.jpg) no-repeat right center / cover; padding: 150px 10% 150px 5%; }
#sportlich .col-2:last-child h2 {color: #000}
.col-2 {width: 50%;}

.count {background: linear-gradient(hsla(0, 0%, 0%, .5) 0%, hsla(0, 0%, 0%, .5) 0%, hsla(0, 0%, 0%, .5) 0%), url(../images/plank.jpg) no-repeat center / cover; padding: 150px 10%; display: flex; background-attachment: fixed; position: relative}
.count:after {position: absolute; content: ''; background: url(../images/arrows.svg) no-repeat left center / cover; width: 150px; height: 150px; right: 0; bottom: -75px}

.kunden {width: 33%; text-align: center; color: #fff; text-transform: uppercase; font-size: 30px; line-height: 35px}
.kunden p span {font-size: 80px; font-weight: 600; margin-bottom: 10px; display: inline-block; line-height: 100px}

#frauen {background: #000; color: #fff}
#frauen .wrapper {padding-bottom: 300px}
.boxen {background: linear-gradient(hsla(0, 0%, 0%, 1) 0%, hsla(0, 0%, 0%, .7) 40%, hsla(0, 0%, 0%, 0) 100%), url(../images/kurse.jpg) no-repeat center / cover; position: relative; padding: 0 0 450px 0; background-attachment: fixed;}
.boxen:after {position: absolute; content: ''; background: url(../images/ziele-erreichen.svg) no-repeat left top / 100%;  left: 0px; bottom: 0; height: 90px; width: 100%; z-index: 90}

.bluebox {width: 24%; background: #009acc; padding:100px 25px; text-align: center;position: relative;}
.bluebox .btn {
  position: absolute;
  left: 10%;
  bottom: -20px;
  width: 80%;
  background: #000;
  padding: 10px 15px;
  text-decoration: none;
    color: #fff;}
.bluebox .btn:hover {background: #fff; color: #009acc}
.abs {position: absolute; top: -150px; width: 100%}

#bewertung {background: url(../images/arrows-r.svg) no-repeat left -150px bottom 10% / 250px, url(../images/bg-light.jpg)no-repeat center / cover; position: relative}
.black {background: #000; padding: 50px; text-align: center;}
.black iframe {width: 100%; height: 500px}
.name {font-size: 25px; color: #009acc; margin-bottom: 25px}
.slider {position: relative;}
.slider:before {position: absolute; content: '"'; color:rgba(0, 154, 204, 0.3); left: 5%; top: 60%; font-size: 150px; font-style: italic}
.slider div {text-align: center}

footer {background: #fff}
footer h2 {color: #000}
footer .col-2:first-child{background: url(../images/team-fitness.jpg) no-repeat center / cover; position: relative}
footer .col-2:first-child img {width: 70%; position: absolute; left: 15%; bottom: 15%}
footer .col-2:last-child{padding: 150px 10% 100px 5%}
footer a {color:#009acc; text-decoration: underline;}
.color {color: #009acc}
strong {font-weight: 600}
.sm {background:#009acc; padding: 15px 5%; text-align: right; display: inline-block; vertical-align: middle; width: 100%}
.sm img {width: 20px; margin: 0 5px}
.sm a:last-child img {width: 25px}
.data {position: fixed; left: 0; bottom: 0; background: #000; padding: 2px 10px; color: #009acc;z-index: 105}
.data a {color: #fff; text-decoration: none; font-size: 13px; display: inline-block;}

.list li {position: relative; margin-left: 20px;}
.list li:before {position: absolute; left: -20px; top: 5px; content: ''; background: url(../images/check.svg) no-repeat center / cover; width: 15px; height: 17px}


/*POPUP*/
.style-popup {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    height: auto;
    width: 60%;
    background: url(../images/bg.jpg) no-repeat center / cover;
    text-align: left;
    padding: 75px;
    display: none;
    z-index: 1000;
    color: #fff
}

.style-popup .thematik-img {
    width: 65%;
    padding-top: 15px;
}


#overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6);
    z-index: 999;
}

.close-popup {
    border: none;
    background-color: transparent;
    position: absolute;
    right: -20px;
    top: -16px;
}

.close-popup img {
    width: 40px !important;
    height: 40px !important
}


/*POPUP ENDE*/


/*----RESP NAVI -----*/
.sidenav,
.open-nav {
    display: none
}


.open-nav {
    position: fixed;
    top: 35px;
    right: 5%;
    width: 56px;
    height: 50px;
    cursor: pointer;
    z-index: 110;
    transition: all 1s;
}


.open-nav img {
    width: 41px;
    height: 31px;
    position: absolute;
    top: 9px;
    left: 7px;
    margin: 0;
}

.sidenav {
    display: block;
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 111;
    top: 0;
    right: 0;
    background: #000;
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 35px;
}

.sidenav a {
    padding: 17px 0 8px 0;
    text-decoration: none;
    font-size: 23px;
    color: #fff;
    display: block;
    transition: 0.3s;
    text-align: center;
}

.sidenav a:nth-child(2) {
    margin-top: 150px;
}

.sidenav a:hover,
.offcanvas a:focus {
    color: #009acc;
}

.sidenav a img {
    width: 29px;
}

.sidenav .closebtn {
    position: absolute;
    top: 30px;
    right: 6%;
    font-size: 45px;
    margin-left: 50px;
    background: #fff;
    color: #009acc;
    padding: 5px 8px 7px 8px;
}

.sidenav .closebtn:hover {
    color: #fff;
    background: #009acc;
}

/*----RESP NAVI ENDE-----*/

/*COOKIE*/
.clear {
    clear: both;
}

.cookie-page1 {
    transition: visibility 0s, opacity 0.5s linear;
}

.cookie-page2 {
    visibility: hidden;
    float: none;
    width: 100%;
    opacity: 0;
    transition: visibility 0s, opacity 0.5s linear;
}

.cookie-page2.show-page {
    visibility: visible;
    opacity: 1;
    transition: visibility 0s, opacity 0.5s linear;
}

.cookie-page2 strong {
    font-size: 18px;
    margin-bottom: 10px;
}

.cookie-page2 a {
    color: black;
    font-size: 16px;
    line-height: 24px;
    display: inline-block;
    text-decoration: none;
    padding: 10px 10px 10px 30px;
    border-radius: 5px;
    background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAABmJLR0QA/wD/AP+gvaeTAAAAmUlEQVRIie2VQQ6DIBQFJ72DpEfS3sQe1y66V+5RN5CaqJ8nUDd2EsKG9wYNAfhzkAfggY8xIsqaFVMiWCxILtigAYZfCRzwCpk4VxMsd/4G7jUFW+VSXhHslVcRWOUSlqC43BKo5Vm/6MjOswRPvufcWeFcAUAvlBcJVFb5W0GZxOkCH+bUlW1d06Ml7NDehL0xAm3Gh16ZGZhnhhStKN5+AAAAAElFTkSuQmCC');
    background-size: 12px 12px;
    background-repeat: no-repeat;
    background-position: 10px 16px;
    background-color: #d8d8d8;
}

.cookie-page2 a.back-to-cookie {
    display: block;
    width: 80%;
    max-width: 100px;
    margin: 30px 0;
    background-repeat: no-repeat;
    background-size: 12px 12px;
    background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAABmJLR0QA/wD/AP+gvaeTAAAAY0lEQVRIie2UMQqAMBAEJ2Lhs3yR+hTt/I4f89JEBBHiQa4QdiCkCMzkigSEeCGVFSbfgD0icskNOIExUj5J3kzeVc7tEWxOAlbuKWZFahH3Q+sdAQOWsg/A4bvfd0I/O/FDMq2DH/bYYYYxAAAAAElFTkSuQmCC');
    background-position: 10px 16px;
    background-color: #d8d8d8
}

.cookie-overlay-dsa.show-cookie {
    display: block;
}

.cookie-overlay-dsa {
    display: none;
    background-color: rgba(0, 0, 0, 0.60);
    position: fixed;
    z-index: 99999999;
    top: 0;
    height: 100vh;
    width: 100vw;
    line-height: 20px;
}

.dsa-cookie-notice-form {
    min-height: 300px;
    width: 500px;
    z-index: 9999999999;
    position: absolute;
    top: 40%;
    left: calc(48% - 250px);
    background-color: white;
    padding: 2%;
}

.dsa-cookie-notice-form fieldset p {
    margin-bottom: 15px;
    text-align: center;
}

.dsa-cookie-notice-form .cookie-item {
    width: 33.33%;
    float: left;
    text-align: center
}

.cookie-overlay-headline {
    text-align: center;
    display: block;
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 15px;
    text-transform: uppercase;
    color: #009acc;
}

.dsa-cookie-notice-form fieldset label {
    cursor: pointer;
    text-align: center;
    color: #555555;
}

#dsa-check-all.dsa-cookie-button {
    background-color: #000;
    margin-top: 15px;
    color: #fff;
}

.dsa-cookie-button {
    display: block;
    margin: 0 50px;
    background-color: #009acc;
    margin-bottom: 5px;
    padding: 10px 20px;
    text-align: center;
    text-decoration: none;
    color: #fff;
}

.dsa-cookie-notice-form input[type="checkbox"] {
    display: none;
}

.dsa-cookie-notice-form input[type="checkbox"] + label::before {
    width: 15px;
    height: 15px;
    border: 2px solid #000;
    background-color: #fff;
    display: block;
    content: "";
    margin: 10px auto;
}

.dsa-cookie-notice-form input[type="checkbox"]:checked + label::before {
    box-shadow: inset 0px 0px 0px 3px #fff;
    background-color: #000;
}

.dsa-cookie-notice-form input[type="checkbox"]:disabled + label::before {
    box-shadow: inset 0px 0px 0px 3px #fff;
    background-color: #000;
}

.cookie-notice-verwendung,
.cookie-notice-link {
    display: inline-block;
    text-align: center;
    margin: 10px auto 0 auto;
    text-decoration: none;
    color: grey;
}

.cookie-end-links {
    width: 80%;
    margin: auto;
    text-align: center
}

@media screen and (max-width: 550px) {
    .dsa-cookie-notice-form {
        width: 86%;
        left: 7%;
        padding: 5%;
    }

    .cookie-notice-link {
        margin-top: 25px;
    }
}

@media screen and (max-height: 570px) {
    .dsa-cookie-notice-form {
        top: 20%;
    }
}


/*---------------------------------------
MEDIA Queries | Tablet | Phone
---------------------------------------*/

@media screen and (max-width: 1400px) {
  /*CSS*/
    .mann {width: 45%;}
    .fitness .col:last-child {position: relative; z-index: 101}
    .bluebox {width: 48%; margin: 25px 0; padding: 60px 25px}
    .boxen .flex{flex-wrap: wrap;}
    .boxen {padding: 150px 0 700px}
    #frauen .bilder img:nth-of-type(1) {  object-position: -240px  center}
    
}

@media screen and (max-width: 1150px) {
  /*CSS*/
    #sportlich .col-2 {width: 100%; }
    #sportlich .col-2:first-child, #sportlich .col-2:last-child {padding: 150px 10%}
    #sportlich .flex, #bewertung .flex {flex-wrap: wrap}
    
    #bewertung .col {width: 100%;}
    #bewertung .col:first-child {margin-bottom: 100px}
    .rel {left: 5%; width: 90% }
    .count {padding: 150px 5%}
    .wrapper, .dark, #sportlich .col-2:first-child, #sportlich .col-2:last-child {padding: 150px 5%}
    .fitness {padding: 150px 5% 250px}
    .black {width: 80%!important; margin: auto}
    footer .col-2:last-child { padding: 150px 5% 100px 5%;}
    .leistungen, .count, .boxen {background-attachment: inherit;}
    nav {padding: 30px 10%}
    nav ul {justify-content: center}
    
}

@media screen and (max-width: 920px) {
  /*CSS*/
    .box {width: 48%;padding: 60px 25px; margin: 25px 0}
    .box:nth-of-type(3) {width: 100%!important}
    .flex {flex-wrap: wrap;}
    .leistungen {padding-bottom: 350px}
    .fitness {padding: 0 5% 350px; background:  linear-gradient(hsla(0, 0%, 0%, 1) 0%, hsla(0, 0%, 0%, .7) 40%, hsla(0, 0%, 0%, 0) 100%), url(../images/bg.jpg) no-repeat center / cover}
    .fitness .col {width: 100%}
    #maenner .col, #frauen .col {width: 100%;}
    #maenner .col:first-child{margin-bottom: 35px}
     #frauen .col:last-child {margin-top: 100px}
    .kunden {width: 100%; margin: 35px 0}
    .count, footer{flex-wrap: wrap;}
    .col-2 {width: 100%}
    footer .col-2:first-child {height: 350px}
    .count {    padding: 80px 5%;  }
    .style-popup {width: 90%; padding: 70px 25px 35px}
    .bilder img {width: 45%}
    .dark {background: url(../images/arrows-r.svg) no-repeat left -150px bottom 100px / 250px, #000}
    #maenner::after, .boxen::after {height: 35px}
}


@media screen and (max-width: 800px) {
  /*CSS*/
    nav {display: none}
    .open-nav {display: block;}
}

@media screen and (max-width: 720px) {
  /*CSS*/
    .bluebox, .box, .col {width: 100%}
    .abs {position: relative; padding: 0 5%}
    .boxen {    padding: 150px 0 200px;  }
    #frauen .wrapper {  padding-bottom: 100px;}
    .black {width: 100%!important}
    .mann {width: 60%}
    .leistungen {    padding-bottom: 550px;  }
    .headline::before {font-size: 40px; left: calc(50% - 207px)}
    header {height: 75vh}
}

@media screen and (max-width: 480px) {
   /*CSS*/
    h1 {font-size: 30px} 
    .headline::before {font-size: 30px;left: calc(50% - 151px);  }
    h2 {font-size: 25px}
    h3 {font-size: 19px}
    
    .hl-sportmedizin:before {font-size: 30px;left: calc(50% - 92px)}
    .hl-aging:before {font-size: 30px; left:  calc(50% - 89px)}
    .hl-sport::before {font-size: 30px; left: calc(50% - 41px)}
    .hl-maenner::before, .hl-fitness::before, .hl-transform::before, .hl-frauen::before {font-size: 40px; left: -15px}
    .hl-herausforderung::before {font-size: 30px; left: -5px; top: 0}
    .hl-gesund::before {font-size: 20px; left: calc(50% - 57px); top: 0}
    .hl-gewicht::before {font-size: 20px; left: calc(50% - 99px); top: 0}
    .hl-anti::before {font-size: 20px; left: calc(50% - 60px); top: 0}
    .hl-gemeinschaft::before {font-size: 20px; left: calc(50% - 70px); top: 0}
    #maenner::after, .boxen::after {height: 20px}
    .link {padding: 2px 10px 4px; right: -149px; position: fixed; bottom: 23.5%; z-index: 101} 
    .wrapper, .dark, #sportlich .col-2:first-child, #sportlich .col-2:last-child { padding: 100px 5%;  }
    .bilder img {height: 300px}
     #frauen .bilder img:nth-of-type(1) {  object-position: -140px center;  }
    .leistungen { padding-bottom: 700px;  }
    *{hyphens: auto;-o-hyphens: auto;-webkit-hyphens: auto;-moz-hyphens: auto;-ms-hyphens: auto;}
}

@media screen and (max-width: 390px) {
   /*CSS*/
    .hl-transform::before, .hl-herausforderung::before{content: none}
    .logo {width: 90%; left: calc(50% - 45%)}
}
@media screen and (max-width: 360px) {
   /*CSS*/
    .headline::before {    font-size: 25px;    left: calc(50% - 130px);  }
}