/*-----FONTS-----*/
/* nunito-regular - latin */
@font-face {
    font-family: 'Nunito';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/nunito-v26-latin-regular.eot');
    /* IE9 Compat Modes */
    src: url('../fonts/nunito-v26-latin-regular.eot?#iefix') format('embedded-opentype'),
        /* IE6-IE8 */
        url('../fonts/nunito-v26-latin-regular.woff2') format('woff2'),
        /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
        url('../fonts/nunito-v26-latin-regular.woff') format('woff'),
        /* Chrome 5+, Firefox 3.6+, IE 9+, Safari 5.1+, iOS 5+ */
        url('../fonts/nunito-v26-latin-regular.ttf') format('truetype'),
        /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
        url('../fonts/nunito-v26-latin-regular.svg#Nunito') format('svg');
    /* Legacy iOS */
}

/* nunito-700 - latin */

@font-face {
    font-family: 'Nunito';
    font-style: normal;
    font-weight: 700;
    src: url('../fonts/nunito-v26-latin-700.eot');
    /* IE9 Compat Modes */
    src: url('../fonts/nunito-v26-latin-700.eot?#iefix') format('embedded-opentype'),
        /* IE6-IE8 */
        url('../fonts/nunito-v26-latin-700.woff2') format('woff2'),
        /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
        url('../fonts/nunito-v26-latin-700.woff') format('woff'),
        /* Chrome 5+, Firefox 3.6+, IE 9+, Safari 5.1+, iOS 5+ */
        url('../fonts/nunito-v26-latin-700.ttf') format('truetype'),
        /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
        url('../fonts/nunito-v26-latin-700.svg#Nunito') format('svg');
    /* Legacy iOS */
}

/* yantramanav-300 - latin */
@font-face {
    font-family: 'Yantramanav';
    font-style: normal;
    font-weight: 300;
    src: url('../fonts/yantramanav-v13-latin-300.eot');
    /* IE9 Compat Modes */
    src: url('../fonts/yantramanav-v13-latin-300.eot?#iefix') format('embedded-opentype'),
        /* IE6-IE8 */
        url('../fonts/yantramanav-v13-latin-300.woff2') format('woff2'),
        /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
        url('../fonts/yantramanav-v13-latin-300.woff') format('woff'),
        /* Chrome 5+, Firefox 3.6+, IE 9+, Safari 5.1+, iOS 5+ */
        url('../fonts/yantramanav-v13-latin-300.ttf') format('truetype'),
        /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
        url('../fonts/yantramanav-v13-latin-300.svg#Yantramanav') format('svg');
    /* Legacy iOS */
}

/* yantramanav-regular - latin */
@font-face {
    font-family: 'Yantramanav';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/yantramanav-v13-latin-regular.eot');
    /* IE9 Compat Modes */
    src: url('../fonts/yantramanav-v13-latin-regular.eot?#iefix') format('embedded-opentype'),
        /* IE6-IE8 */
        url('../fonts/yantramanav-v13-latin-regular.woff2') format('woff2'),
        /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
        url('../fonts/yantramanav-v13-latin-regular.woff') format('woff'),
        /* Chrome 5+, Firefox 3.6+, IE 9+, Safari 5.1+, iOS 5+ */
        url('../fonts/yantramanav-v13-latin-regular.ttf') format('truetype'),
        /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
        url('../fonts/yantramanav-v13-latin-regular.svg#Yantramanav') format('svg');
    /* Legacy iOS */
}

/* yantramanav-700 - latin */
@font-face {
    font-family: 'Yantramanav';
    font-style: normal;
    font-weight: 700;
    src: url('../fonts/yantramanav-v13-latin-700.eot');
    /* IE9 Compat Modes */
    src: url('../fonts/yantramanav-v13-latin-700.eot?#iefix') format('embedded-opentype'),
        /* IE6-IE8 */
        url('../fonts/yantramanav-v13-latin-700.woff2') format('woff2'),
        /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
        url('../fonts/yantramanav-v13-latin-700.woff') format('woff'),
        /* Chrome 5+, Firefox 3.6+, IE 9+, Safari 5.1+, iOS 5+ */
        url('../fonts/yantramanav-v13-latin-700.ttf') format('truetype'),
        /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
        url('../fonts/yantramanav-v13-latin-700.svg#Yantramanav') format('svg');
    /* Legacy iOS */
}


/*----------FONTGESTALTUNG----------*/

*{
    scroll-behavior: smooth;
}

html {
    overflow-x: hidden;
    scroll-behavior: smooth;
}

body {
    font-family: 'Yantramanav';
    margin: 0;
    overflow-x: hidden;
}

p {
    color: #646E78;
    font-family: 'Yantramanav';
    font-size: 16px;
    font-weight: 400;
    line-height: 22px;
    margin-bottom: 15px;
}

a {
    color: #646E78;
    text-decoration: none;
    cursor: pointer;
}

h1 {
    color: #528CA3;
    font-family: 'Nunito';
    font-size: 50px;
    font-weight: bold;
    line-height: 20px;
    margin-bottom: 0px;
    text-transform: uppercase;
}

h2 {
    font-family: 'Yantramanav';
    color: #707070;
    font-weight: 500;
    font-size: 50px;
    line-height: 20px;
    margin-bottom: 25px;
}

H3 {
    color: #528CA3;
    font-family: 'Nunito';
    font-size: 33px;
    line-height: 38px;
    margin-bottom: 10px;
    text-transform: uppercase;
}

h4 {
    font-family: 'Yantramanav';
    color: #646E78;
    font-size: 25px;
    font-weight: 300;
    line-height: 22px;
    margin-bottom: 10px;
}

h5 {
    font-family: 'Yantramanav';
    font-size: 22px;
    font-weight: 600;
    line-height: 22px;
    margin-bottom: 10px;
    color: #707070;
}

li {
    color: #707070;
    font-size: 16px;
    list-style: disc;
    margin-bottom: 5px;
}


/*----------NAVI----------*/
.logo {
    position: fixed;
    top: 11px;
    left: 5%;
    overflow: hidden;
    z-index: 999;
}

nav {
    position: fixed;
    width: 100%;
    z-index: 99;
    top: -9px;
    text-align: right;
    background: #fff;
    border-radius: 0 0 30px 30px;
    padding: 20px;
    border-top: 10px solid #bfd6de;
}

.navi{
    display: none;
}

nav ul {
    margin-right: 5%;
}

nav ul li {
    display: inline-block;
    margin: 0 1%;
}

nav ul li a {
    text-decoration: none;
    font-size: 18px;
    color: #707070;
    font-weight: 500;
}

nav ul li a:hover {
    color: #C0D6DF;
}

.navi {
    display: none;
}

.burger-nav {
    position: fixed;
    right: 0;
    top: -6px;
    color: #fff;
    z-index: 999;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    font-size: 30px;
    cursor: pointer;
    transition: all .4s ease-in-out;
    background-color: #528CA3;
    padding: 16px 21px 21px 19px;
}

.burger-nav b {
    transition: all .4s ease-in-out;
    float: left;
    margin-left: 0;
    font-family: 'Roboto';
    font-style: normal;
}

.burger-nav-anim {
    top: -5px;
    color: #fff;
}

.burger-nav-anim b:first-of-type {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.burger-nav-anim b:nth-of-type(2) {
    opacity: 0;
}

.burger-nav-anim b:last-of-type {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    margin-left: -80%;
}

.full-screen-nav {
    position: fixed;
    z-index: 9998;
    width: 100%;
    height: 100vh;
    background: #528CA3;
    display: table;
    visibility: hidden;
    transition: all .4s ease-in-out;
    opacity: 0;
}

.full-screen-nav ul {
    text-align: center;
    display: table-cell;
    vertical-align: middle;
    width: 100%;
}

.full-screen-nav ul li {
    list-style: none;
}

.full-screen-nav ul li a {
    padding: 20px;
    display: block;
    font-size: 30px;
    color: #fff;
    transition: all .4s ease-in-out;
    text-decoration: none;
}

.fadeIn {
    opacity: 1 !important;
    visibility: visible !important;
}

.fadeUp {
    opacity: 1 !important;
    margin-top: 0 !important;
}



/*----------ASIDE----------*/
aside img {
    position: fixed;
    background-color: #fff;
    width: auto;
    height: 20px;
    padding: 10px;
    z-index: 9999;
}

.phone {
    top: 200px;
}

.mail {
    top: 250px;
    width: 20px;
    height: auto;
}

.whatsapp {
    top: 295px;
}

.facebook {
    top: 345px;
}


/*----------SUBNAV----------*/
.subnav {
    position: fixed;
    bottom: 0;
    background-color: #528CA3;
    z-index: 999;
    transition: 0.5s;
    width: 100%;
    text-align: right;
}

.subnav a {
    color: #fff;
    padding: 8px 15px;
    font-size: 14px;
    background-color: 7070700;
    margin-left: 20px;
    line-height: 23px;
}

.subnav a:nth-of-type(2) {
    margin-right: 5%;
}

.subnav a:hover {
    color: #528CA3;
}


/*----------HEADER----------*/

header {
    background: url(../img/header.webp) no-repeat;
    height: 100vh;
    width: 100%;
    top: -10PX;
    overflow: hidden;
    background-position: center;
    background-size: cover;
    background-attachment: fixed;
    position: relative;
}

#header-1 {
    background: url(../img/ruecken-konzept.webp) no-repeat;
    height: 100vh;
    width: 100%;
    top: -10PX;
    overflow: hidden;
    background-position: center;
    background-size: cover;
    background-attachment: fixed;
    position: relative;
}

#header-2{
    background: url(../img/medizinische-trainings-therapie.webp) no-repeat;
    height: 100vh;
    width: 100%;
    top: -10PX;
    overflow: hidden;
    background-position: center;
    background-size: cover;
    background-attachment: fixed;
    position: relative;
}

#header-3 {
    background: url(../img/andullations-therapie.webp) no-repeat;
    height: 100vh;
    width: 100%;
    top: -10PX;
    overflow: hidden;
    background-position: center;
    background-size: cover;
    background-attachment: fixed;
    position: relative;
}

#header-4 {
    background: url(../img/persoenliches.webp) no-repeat;
    height: 100vh;
    width: 100%;
    top: -10PX;
    overflow: hidden;
    background-position: center;
    background-size: cover;
    background-attachment: fixed;
    position: relative;
}

#header-5 {
    background: url(../img/aktuelles.webp) no-repeat;
    height: 100vh;
    width: 100%;
    top: -10PX;
    overflow: hidden;
    background-position: center;
    background-size: cover;
    background-attachment: fixed;
    position: relative;
}

#stoerer {
    position: absolute;
    left: 10%;
    bottom: 35vh;
    background: rgba(225, 255, 255, 0.0);
}

#stoerer-1 {
    position: absolute;
    left: 10%;
    bottom: 60vh;
    background: rgba(225, 255, 255, 0.0);
}

#stoerer-2 {
    position: absolute;
    left: 5%;
    bottom: 35vh;
    background: rgba(225, 255, 255, 0.0);
}

#stoerer-5 {
    position: absolute;
    left: 5%;
    bottom: 50vh;
    background: rgba(225, 255, 255, 0.0);
}

.btn {
    background-color: #528CA3;
    border-radius: 20px;
    padding: 3px 15px;
    color: #fff;
}

.btn:hover {
    background-color: #707070;
    transition: 0.5s;
}


/*----------AUFBAU----------*/
html {
    scroll-behavior: smooth;
}

#article,
#footer {
    padding: 200px 0;
}

.content {
    display: flex;
    width: 90%;
    margin-left: 5%;
}

.col {
    width: 45%;
}

.col:nth-of-type(2) {
    margin-left: 5%;
}


.line {
    width: 240px;
    height: 4px;
    background-color: #bfd6de;
    margin: 30px 0;
}


/*----------BOXEN----------*/
#boxen {
    position: relative;
    width: 80%;
    height: 20vh;
    margin-bottom: 50px;
    margin-top: -80px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 10%;
    z-index: 9;
    padding: 0;
}


.flex {
    display: flex;
    justify-content: center;
}

.box {
    position: relative;
    width: 30%;
    padding: 30px 20px;
    text-align: center;

}

.box:nth-child(1) {
    background-color: #C0D6DF;
    border-radius: 20px 0 0 20px;
}

.box:nth-child(1) h3 {
    color: #fff
}

.box:nth-child(2) {
    background-color: #EAEAEA;
    border-radius: 0px;
}

.box:nth-child(3) {
    background-color: #646E78;
    border-radius: 0 20px 20px 0;
}

.box:nth-child(3) h3 {
    color: #C0D6DF
}

.box:nth-child(3) p {
    color: #fff;
}

.btn2 {
    text-align: center;
    position: absolute;
    bottom: -12px;
    padding: 2px 20px;
    border-radius: 50px;
    margin: 0 auto;
    width: 110px;
    left: 0;
    right: 0;
}

.box:nth-of-type(1) .btn2 {
    background-color: #EAEAEA;
}

.box:nth-of-type(2) .btn2 {
    background-color: #528CA3;
    color: #fff;
}

.box:nth-of-type(3) .btn2 {
    background-color: #C0D6DF;
}

.box .btn2:hover {
    background-color: #969696;
    color: #fff;
}

#dsa-check-all.dsa-cookie-button{
    background-color: #528CA3!important;
}

/*----------TRAINER----------*/

#trainer {
    position: relative;
    height: auto;
    padding: 200px 0 100px;
}

#trainer {
    text-align: inherit;
}

.trainer {
    width: 80%;
    height: auto;
    margin-left: 10%;
    max-width: 500px;
}

.col {
    width: 50%;
}

span {
    margin: 0 15px 0 3px;
}


.btn3 {
    background-color: #528CA3;
    border-radius: 20px;
    padding: 15px;
    text-align: center;
    color: #fff;
    
}

.btn3:hover {
    background-color: #707070!important;
    color: #fff!important;
    transition: 0.5s;
    width: 20%;
}

.btn3:nth-of-type(1) {
    background-color: #528CA3;
    
}

.btn3:nth-of-type(2) {
    background-color: #C0D6DF;
    color: #646E78;
}



.box2 {
    width: 40%;
    background: rgba(255, 255, 255, 0.2);
    padding: 0px;
    border-radius: 20px;
    background-clip: padding-box;
    text-align: left;
}

.button {
    font-size: 1em;
    padding: 5px 35px;
    background-color: #528CA3;
    color: #fff;
    border-radius: 20px;
    text-decoration: none;
    cursor: pointer;
    transition: all 0.3s ease-out;
}

.button:hover {
    background: #646E78;
}

.overlay {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.7);
    transition: opacity 500ms;
    visibility: hidden;
    opacity: 0;
    z-index: 999;
}

.overlay:target {
    visibility: visible;
    opacity: 1;
}

.popup {
    margin: 100px auto;
    padding: 70px;
    background: #fff;
    border-radius: 5px;
    width: 50%;
    position: relative;
    transition: all 5s ease-in-out;
    max-height: 80vh;
    overflow-y: scroll;

}

.popup .content{
    display: block;

}


body {
    font-family: 'Yantramanav';
    background-size: cover;
    height: 100vh;
  }
  
  
  
  .box {
    width: 40%;
    margin: 0 auto;
    padding: 35px;
    border-radius: 20px/50px;
    background-clip: padding-box;
    text-align: center;
  }
  
  .button {
    font-size: 1em;
    padding: 3px 15px;
    background-color: #C0D6DF;
    color: #646E78;
    border-radius: 20px;
    text-decoration: none;
    cursor: pointer;
    transition: all 0.3s ease-out;
  }
  .button:hover {
    background: #969696;
    color: #fff;
     transition: 0.5s;
  }
  
  .overlay {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.7);
    transition: opacity 500ms;
    visibility: hidden;
    opacity: 0;
  }
  .overlay:target {
    visibility: visible;
    opacity: 1;
  }
  
  .popup {
    margin: 70px auto;
    padding: 20px;
    background: #fff;
    border-radius: 5px;
    width: 30%;
    position: relative;
    transition: all 5s ease-in-out;
  }
  
  .popup h2 {
    margin-top: 0;
    color: #528CA3;
    font-family: Tahoma, Arial, sans-serif;
    font-size: 28px;
  }
  .popup .close {
    position: absolute;
    top: 20px;
    right: 30px;
    transition: all 200ms;
    font-size: 30px;
    font-weight: bold;
    text-decoration: none;
    color: #333;
  }
  .popup .close:hover {
    color: #528CA3;
  }
  .popup .content {
    overflow: auto;
    color: #646E78;
    line-height: 25px;
  }
  
  @media screen and (max-width: 700px){
    .box{
      width: 70%;
    }
    .popup{
      width: 70%;
    }
  }











.popup h2 {
    margin-top: 0;
    padding-bottom: 20px;
    line-height: 45px;
    color: #528CA3;
}

.popup h5 {

    color: #528CA3;
}

.popup .close {
    position: absolute;
    top: 20px;
    right: 30px;
    transition: all 200ms;
    font-size: 30px;
    font-weight: bold;
    text-decoration: none;
    color: #333;
}

.popup .close:hover {
    color: #646E78;
}

.popup .content {
    overflow: auto;
}


@media screen and (max-width: 700px) {
    .box {
        width: 50%;
        top: -40px;

    }

    .popup {
        width: 70%;
    }
}



/*----------SLIDER----------*/

#slider {
    background: url(../img/wave.webp) no-repeat;
    background-size: cover;
    background-position: center;
    background-attachment: scroll;
    position: relative;
    width: 100%;
    height: auto;
    text-align: center;
    margin-top: 150px;
    padding: 50px 0 150px;
}

#slider h3 {
    margin: 50px 5% 30px;
}

#slider img {
    padding-bottom: 50px;
}



/*----------THERAPIE----------*/
#therapie {
    background: url(../img/fahrrad.webp) no-repeat;
    background-size: cover;
    background-position: center;
    background-attachment: scroll;
    position: relative;
    width: 100%;
    height: auto;
}

#therapie .col1 {
    padding: 140px 5%;
    width: 40%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.9);
}

#therapie .therapie-moeglichkeiten {
    margin-top: 30px;
    width: 40%;
    height: 100%;
}

#therapie .col:first-of-type {
    margin-left: 5%;
    width: 50%;
}

.btn4 {
    background-color: #528CA3;
    border-radius: 20px;
    padding: 3px 15px;
    text-align: center;
    color: #fff;
    margin-top: 15px;
}

.btn4:hover {
    background-color: #707070;
    transition: 0.5s;
}

.btn4:nth-of-type(2) {
    background-color: #C0D6DF;
    color: #707070;
}

.btn4:nth-of-type(2):hover {
    background-color: #707070;
    color: #fff;
    transition: 0.5s;
}

.btn4:nth-of-type(3) {
    background-color: #707070;
}

.btn4:nth-of-type(3):hover {
    background-color: #528CA3;
    color: #fff;
    transition: 0.5s;
}

.ministoerer {
    position: absolute;
    left: 42%;
    bottom: 5vh; transition: 0.5s;
}

.ministoerer:hover{
    transform: scale(0.95);
    transition: 0.5s;
}


/*----------STOERER----------*/
#stoerer2 {
    text-align: center;
    background-color: #707070;
    padding: 30px 0 50px 0;
}

#stoerer2 h3 {
    color: #fff;
    padding: 0 5% 10px;
}

#stoerer2 .btn4 {
    width: 10%;
    align-content: center;
    margin: auto;
}

#stoerer2 .btn3:hover {
    background-color: #C0D6DF;
    color: #707070;
    transition: 0.5s;
}


/*----------FOOTER----------*/

footer {
    display: flex;
    width: 100%;
}

footer a {
    text-decoration: underline;
}

footer .btn3 {
    text-decoration: none;
}

footer .col1 {
    background: url(../img/kontakt-background.webp) no-repeat;
    background-size: cover;
    background-position: center
}

footer .col1,
footer .col2 {
    width: 30%;
    padding: 120px 10%;
}

footer .btn3 {
    padding: 10px 20px 3px;
    border-radius: 20px;
}

.kontaktformular {
    width: 100%;
    height: 750px;
    z-index: 999;
    border: none;
}



/*----------UNTERSEITEN----------*/

#informationen {
    padding: 150px 0;
}

#informationen a {
    color: #528CA3;
}

.ruecken {
    background: url(../img/ruecken-experte.webp) no-repeat;
    background-size: cover;
    background-position: center;
    position: relative;
    width: 50%;
    height: auto;
    min-height: 450px;
    border-radius: 50px;
}

.gesundheit {
    background: url(../img/gesundheit.webp) no-repeat;
    background-size: cover;
    background-position: center right;
    position: relative;
    width: 50%;
    height: auto;
    margin: 110px 0;
    border-radius: 50px;
}

.praevention {
    background: url(../img/praevention.webp) no-repeat;
    background-size: cover;
    background-position: center;
    position: relative;
    width: 50%;
    height: auto;
    margin: 30px 0;
    border-radius: 50px;
}

.ruecken-training {
    width: 100%;
    height: auto;
    max-width: 600px;
}

.accordion {
    background-color: #bfd6de;
    color: #fff;
    cursor: pointer;
    padding: 18px;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    font-size: 15px;
    transition: 0.4s;
}

.accordion {
    margin-bottom: 10px;
}

.active,
.accordion:hover {
    background-color: #ccc;
}

.accordion:after {
    content: '\002B';
    color: #777;
    font-weight: bold;
    float: right;
    margin-left: 5px;
}

.active:after {
    content: "\2212";
}

.panel {
    padding: 0 18px;
    background-color: white;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
}


/*----------RESPONSIVE----------*/

@media screen and (max-width: 1600px) {
    nav ul {
            display: none;
        }
    
        .navi {
            display: block;
        }
    
        nav {
            background: none;
            box-shadow: 0 0 0;
        }
    
}

@media screen and (max-width: 1366px) {

    header,
    .boxen,
    .trainer,
    .slider,
    .therapie,
    .stoerer2,
    .footer {
        background-attachment: scroll;
    }
}

@media screen and (max-width: 1200px) {
    

    .logo {
        padding: 10px;
        background-color: #fff;
        width: 103px;
        left: 0;
        top: 0;
    }

    .btn2 {
        min-width: 25%;
    }

    .btn3 {
        min-width: 30%;
    }

    .btn3:first-of-type {
        min-width: 35%;
    }
}

@media screen and (max-width: 900px) {
    h1 {
        font-size: 25px;
        line-height: normal;
        text-shadow: 2px 4px 3px rgba(0,0,0,0.3);
    }

    header h2 {
        font-size: 23px;
        text-shadow: 2px 0px 3px rgba(0, 0, 0, 0.6);
        color: white;
        line-height: normal;
    }

    h1 b {
        font-size: 25px;
    }

    header {
        height: 75vh;
    }

    .box h3 {
        font-size: 19px;
    }

    #trainer {
        padding: 100px 0 100px;
    }

    #slider {
        margin-top: 0;
    }

    #therapie .col1 {
        width: 80%;
        padding: 100px 10%
    }

    .ministoerer {
        bottom: -50px;
        left: 50%
    }

    .ministoerer img {
        width: 180px;
    }

    #informationen {
        padding: 50px 0 100px;
    }

    .ruecken,
    .gesundheit,
    .praevention {
        width: 90%;
        height: 500px;
        margin: 0 5%;
    }

    footer {
        display: block;
    }

    footer .col1,
    footer .col2 {
        width: 80%;
    }

    .popup {
        width: 70%;
    }
}

@media screen and (max-width: 700px) {
    header {
        height: 60vh
    }

    #stoerer {
        bottom: 25vh;
        left: 15%;
    }

    h3 {
        font-size: 25px;
    }

    main {
        text-align: center;
    }

    .content {
        display: block;
    }

    .col {
        width: 90%;
    }

    .col:nth-of-type(2) {
        padding: 40px 0 0;
    }

    #boxen {
        position: relative;
        height: auto;
    }

    #boxen .flex {
        display: block;
    }

    #boxen .box {
        width:75%;
        border-radius: 50px;
        margin-bottom: 20px;
        margin-left: 0px;
    }

    aside img{
        padding: 5px;

    }

    .mail {
        top: 240px;
    }

    .whatsapp {
        top: 275px;
    }

    .facebook {
        top: 315px;
    }

    #kontakt .col1 {
        width: 100%;
        padding: 5%;
    }
}


@media screen and (max-width: 500px) {

    .kontaktformular {
        width: min(90%, 400px);
    }
    .box2 {
       width: 200px; 
        }

        #kontakt > div.col2{
            padding-bottom: 150px
        }

        header{
            background-position: right -180px center!important;
        }
    
}

.splide {
    margin-inline: auto;
}