html, body {
    padding: 0;
    margin: 0;
    width: 100%
}

#impressum * {
    text-align: center
}

#impressum header {
    margin-bottom: 3rem;
}

#impressum .impressum {
    padding-top: 10rem;
    max-width: 900px;
    margin: 0 auto;
}


/* Schriften */

@import url("https://p.typekit.net/p.css?s=1&k=ssx2ibv&ht=tk&f=35206.35207.35208&a=36373294&app=typekit&e=css");



@font-face {
font-family:"bicyclette";
src:url("https://use.typekit.net/af/87f362/00000000000000007735acdc/30/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3") format("woff2"),url("https://use.typekit.net/af/87f362/00000000000000007735acdc/30/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3") format("woff"),url("https://use.typekit.net/af/87f362/00000000000000007735acdc/30/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3") format("opentype");
font-display:auto;font-style:normal;font-weight:400;font-stretch:normal;
}

@font-face {
font-family:"bicyclette";
src:url("https://use.typekit.net/af/d80c57/00000000000000007735ace1/30/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i4&v=3") format("woff2"),url("https://use.typekit.net/af/d80c57/00000000000000007735ace1/30/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i4&v=3") format("woff"),url("https://use.typekit.net/af/d80c57/00000000000000007735ace1/30/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i4&v=3") format("opentype");
font-display:auto;font-style:italic;font-weight:400;font-stretch:normal;
}

@font-face {
font-family:"bicyclette";
src:url("https://use.typekit.net/af/e8d041/00000000000000007735ace5/30/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n7&v=3") format("woff2"),url("https://use.typekit.net/af/e8d041/00000000000000007735ace5/30/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n7&v=3") format("woff"),url("https://use.typekit.net/af/e8d041/00000000000000007735ace5/30/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n7&v=3") format("opentype");
font-display:auto;font-style:normal;font-weight:700;font-stretch:normal;
}


@font-face {
    font-family: vardgeon;
    src: url("../fonts/Vardgeon.otf");
}


@font-face {
    font-family: weaser;
    src: url("../fonts/Weaser.otf");
}

@font-face {
    font-family: poppins;
    src: url("../fonts/Poppins-Regular.ttf");
}


* {
    font-family: bicyclette;
    box-sizing: border-box;
    opacity: 1;
}

a {
    text-decoration: none;
}

ul {
    margin: 0;
}

li {
    list-style-type: none;
}

header {
    position: fixed;
    z-index: 100;
    top: 0;
    width: 100%;
    opacity: 100000;
}

nav {
    background-color: #dedcda;
    height: 110px;
    position: relative;
    opacity: 12;
}

.navHolder {
    max-width: 1600px;
    margin: 0 auto;
    height: 110px;
    opacity: 100;
}

.navHolder .col {
    width: 18%;
}

.navHolder a {
    letter-spacing: 6px;
}

.navHolder #logoCol {
    display: flex;
    justify-content: center;
    align-items: center;
}

.navHolder .col .logo a{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    max-width: 200px;
    height: auto;
}

.navHolder .col .logo a img {
    width: 100%;
    height: auto;
}

.navHolder .col:first-of-type{
    width: 40%;
    display: flex;
    align-content: center;
    justify-content: space-around;
}

.navHolder .col:last-of-type {
    width: 40%;
    display: flex;
    justify-content: space-around;
    align-content: center;
}

.navHolder .col li {
    display: flex;
    align-items: center;
}

.navHolder .col li:nth-of-type(1) a {

    padding-right: 0px;
}

.navHolder .col li:nth-of-type(2) a {

    padding-right: 0px;
    padding-left: 10px;
}

.navHolder {
    width: 100%;
    display: flex;
    justify-content: center;
}


.navHolder a {
    color: #252525;
    text-transform: uppercase;
    font-size: 14px;
}

.navHolder .logo h1 {
    text-transform: lowercase;
    font-family: weaser;
}

.smLogos {
    display: flex;
}

.SMlogo {
    display: flex;
    align-items: center;
    max-width: 35px;
    max-height: auto;
    padding: 5px;
}

 #telefonlogoheader img {
    width: 90% !important;
}

#instalogoheader {
    margin-top: 5px;
}

.SMlogo img {
    width: 100%;
    height: auto;
}

/* Header-Ende */

#showcase .headerImg  {
    background: unset;
    height: 100%;
}

#showcase #ablauf h2 {
    padding-top: 4rem !important;
}


.downerVideo {
   
    height: max-content;
}

.downerVideo {
   height: 100%;
}

.downerVideo > video {
    width: 100%;  
    height: 100%;
    display: block;
}

.downerVideo * {
    width: 100%;
    height: 100%;
}

.cols {
    display: flex;
    justify-content: space-between;
    padding: 70px;
}

.cols .col {
    width: 33%;
}

.cols .col .top:first-of-type {
    height: 450px;
    display: flex;
    align-items: baseline;
    flex-direction: column;
    justify-content: center;
    position: relative;
}

.cols .col .top {
    height: 429px;
    width: 429px;
}

.cols .col .top a {
    position: absolute;
    bottom: 60px;
    left: 0;
}

.cols .col:first-of-type h5 {
    margin: 0;
    text-align: left;
    font-size: 30px;
    font-weight: 100;
    text-transform: uppercase;
    letter-spacing: 7px;
    font-weight: 400;
    padding-left: 2px;
}

.cols .col:first-of-type h6 {
    margin: 0;
    text-align: left;
    font-size: 23px;
    font-weight: 100;
    margin-bottom: 30px;
    text-transform: uppercase;
    font-weight: 200;
    letter-spacing: 5px;
}

.cols .col:first-of-type a {
    color: #fff;
    background: #878680;
    padding: 15px 25px;
    transition: all 0.3s ease-in;
    border: 1px solid #878680;
    letter-spacing: 1px;
    font-weight: 300;
}

.cols .col:first-of-type a:hover {
    background: #e2ddd3;
    color: #878680;
    border: 1px solid #878680;
}

.cols .col:nth-of-type(2) .top {
    height: 429px;
    background: url("../img/Jessica_Fulczyk_n.jpg");
    background-position: top right;
    background-repeat: no-repeat;
    background-size: cover;
    filter: brightness(100%);
    transition: all 0.3s ease-in;
}

.cols .col:nth-of-type(2) .top:hover {
    filter: brightness(60%);
}

.cols .col:nth-of-type(3) .top {
    height: 429px;
    background: url("../img/DSC_0088_n.jpg");
    background-position: center -125px;
    background-repeat: no-repeat;
    background-size: cover;
    filter: brightness(100%);
    transition: all 0.3s ease-in;
}

.cols .col:nth-of-type(3) .top:hover {
    filter: brightness(60%);
}
.cols .col .bottom h5 {
    margin-top: 70px;
    font-size: 20px;
    margin-bottom: 15px;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.cols .col .bottom span {
    padding-right: 40px;
    display: block;
    margin-bottom: 25px;
    font-weight: 100;
}

.cols .col .bottomLinks a {
    margin-right: 44px;
    text-transform: uppercase;
    color: #000;
    border-bottom: 1px solid transparent;
    transition: all 0.3s ease-in;
    letter-spacing: 2px;
    font-weight: 300;
    font-size: 14px;
}

.cols .col .bottomLinks a:hover {
    border-bottom: 1px solid #000;
}




/* SLIDES */

.splide__track {
    max-width: 100%;
    max-height: auto;

}

.splide__track img {
    max-width: 100%;
    max-height: 100%;
}

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

.splide1 {
    max-width: 100% !important;
    max-height: 100% !important;
    visibility: visible;
    margin: 0 auto;
}

.iziModal-content {
    max-width: 800px;
}


.iziModal {
    background-color: transparent;
    box-shadow: none;
    max-width: 700px !important;
  }


/* Leistungen */


#leistungen {
    background: #cdc6b9;
    padding: 70px;
    min-height: 100vh;
}


#leistungen .splide__arrow--prev {
    left: -3em !important;
    top: 13.5rem !important;
}

#leistungen .splide__arrow--next {
    right: -3em !important;
    top: 13.5rem !important;
}

#leistungen .splide__arrow {
    background: #ffffff59 !important;
}

#leistungen h2 {
    text-align: center;
    margin: 0;
    padding: 0;
    margin-bottom: 50px;
    color: #fff;
}


li .splide__slide {
    opacity: 1;
}

.cols:nth-of-type(2) {
    background: #dedcda;
}

.leistung {
    min-height: 500px;
    padding: 15px;
    opacity: 1;
}

.leistung .leistungsBild {
    height: 415px;
    width: 415px;
    background: #878680;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    filter: brightness(60%);
    transition: all 0.3s ease-in;
    opacity: 1;
}

.leistung > .leistungsBild {
    width: 100%;
}

.leistung #lb1 {
    background: url("../img/DSC03603_n.jpg");
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    filter: brightness(60%);
    transition: all 0.3s ease-in;
    filter: brightness(60%);
}


#showcase .leistung #lb1  {
    background: url("../img/kundenbilder/Beitraege_Instagram_Jessica.jpg    ");
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    filter: brightness(60%);
    transition: all 0.3s ease-in;
    filter: brightness(60%);
}

.leistung #lb2 {
    background: url("../img/DSC_0147.JPG");
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    filter: brightness(60%);
    transition: all 0.3s ease-in;
    filter: brightness(60%);
}

#showcase .leistung #lb2  {
    background: url("../img/kundenbilder/Beitraege_Instagram_Jessica2.jpg");
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    filter: brightness(60%);
    transition: all 0.3s ease-in;
    filter: brightness(60%);
}

.leistung #lb5 {
    background: url("../img/DSC02808-2_n.jpg");
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    filter: brightness(60%);
    transition: all 0.3s ease-in;
    filter: brightness(60%);
}

#showcase .leistung #lb3  {
    background: url("../img/kundenbilder/Beitraege_Instagram_Jessica5.jpg");
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    filter: brightness(60%);
    transition: all 0.3s ease-in;
    filter: brightness(60%);
}

.leistung #lb6 {
    background: url("../img/DSC_0439_n.jpg");
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    filter: brightness(60%);
    transition: all 0.3s ease-in;
    filter: brightness(60%);
}

#showcase .leistung #lb4  {
    background: url("../img/kundenbilder/Beitraege_Instagram_Jessica9.jpg");
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    filter: brightness(60%);
    transition: all 0.3s ease-in;
    filter: brightness(60%);
}

#showcase .leistung #lb5  {
    background: url("../img/kundenbilder/Beitraege_Instagram_Jessica7.jpg");
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    filter: brightness(60%);
    transition: all 0.3s ease-in;
    filter: brightness(60%);
}

#showcase .leistung #lb6  {
    background: url("../img/kundenbilder/Beitraege_Instagram_Jessica8.jpg");
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    filter: brightness(60%);
    transition: all 0.3s ease-in;
    filter: brightness(60%);
}

#showcase .leistung #lb7  {
    background: url("../img/kundenbilder/Beitraege_Instagram_Jessica3.jpg");
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    filter: brightness(60%);
    transition: all 0.3s ease-in;
    filter: brightness(60%);
}

#showcase .leistung #lb8  {
    background: url("../img/kundenbilder/Beitraege_Instagram_Jessica6.jpg");
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    filter: brightness(60%);
    transition: all 0.3s ease-in;
    filter: brightness(60%);
}

#showcase .leistung #lb9  {
    background: url("../img/kundenbilder/Beiträge_Instagram_Jessica63.jpg");
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    filter: brightness(60%);
    transition: all 0.3s ease-in;
    filter: brightness(60%);
}


#showcase .leistung #lb10  {
    background: url("../img/showcase/bowls.jpg");
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    filter: brightness(60%);
    transition: all 0.3s ease-in;
    filter: brightness(60%);
}

.leistung .leistungsBild:hover, #lb1:hover {
    filter: brightness(100%) !important;
}

.leistung * {
    color: #fff;
}

.leistung .leistungsBtns {
    display: flex;
    justify-content: left;
    align-items: start;
}


.leistung .moreBTN {
    background: #ffffff59;
    padding: 15px 25px;
    transition: all 0.25s ease-in;
    font-size: 16px;
    letter-spacing: 1px;
    font-weight: 200;
}

.leistung .moreBTN:hover {
    background: #191918;
    color: #fff;
}


.leistungsBtnImg {
    max-width: 60px;
    height: auto;
    margin-left: 20px;
}

.leistungsBtnImg img {
    width: 100%;
    height: auto;
}


#leistungstext1 {
    width: 90%;
}

#leistungstext2 {
    width: 94%;
}


.splide__pagination__page {
    background: #878680 !important;
}

.splide__pagination__page.is-active {
    background: #fff !important;
}


.splide:not(.is-overflow) .splide__pagination {
    display: block !important;
    display: flex !important;
    margin-top: 40px !important;
}

.splide__pagination {
    bottom: -2em !important;
}

.video-container {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 100%; /* Erzeugt das quadratische Verhältnis */
    overflow: hidden;
  }

  .video-container video {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    min-width: 100%;
    min-height: 100%;
  }

#branding .headerImg {
    height: 100vh;
    background: url(../img/downerImg.jpg);
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}

#leistungbrand {
    width: 80%;
}

#contentcreation {
    width: 80%;
}

#leistungsvideography {
    width: 84%;
}

.leistung .splide__list {
    width: 100%;
}
/* Ablauf */


#ablauf {
    background-color: #dedcda;
    min-height: 100vh;
}

#ablauf h2 {
    text-align: center;
    padding-top: 120px;
    text-transform: uppercase;
    letter-spacing: 8px;
    margin-top: 0;
}

#ablauf h2:last-of-type {
    padding-bottom: 70px;
    font-family: 'bicyclette';
    text-transform: uppercase;
    letter-spacing: normal;
    margin-bottom: 0;
    font-weight: 400;
    font-size: 30px;
    letter-spacing: 7px;
}

#ablauf .cols {
    display: flex;
    justify-content: space-between;
    padding-top: 0;
}

#ablauf .col {
    width: 30%;
    text-align: center;
}

#ablauf .col h3 {
    font-family: weaser;
    font-size: 54px;
    font-weight: 100;
    margin-bottom: 25px;
}

#ablauf .col h4 {
    margin-top: 0;
    text-transform: uppercase;
    letter-spacing: 4px;
    font-weight: 400;
}

#ablauf .col span {
    font-weight: 100;
    display: block;
    margin: 0 auto;
    
}

#ablauf1 span {
    width: 90%;
}

#ablauf2 span {
    width: 90%;
}


#ablauf3  span {
    width: 90%;
}




.leistungsContent h3 {
    font-weight: 400;
    font-size: 20px;
    margin-bottom: 15px;
    text-transform: uppercase;
    letter-spacing: 3px;
}

.leistungsContent p {
    font-weight: 200;
    width: 74%;
}


.bounce {
	-webkit-border-radius:50%;
	-moz-border-radius:50%;
	-ms-border-radius:50%;
	border-radius:50%;
	animation: bounce 2s infinite;
	-webkit-animation: bounce 2s infinite;
	-moz-animation: bounce 2s infinite;
	-o-animation: bounce 2s infinite;
}
 
@-webkit-keyframes bounce {
	0%, 20%, 50%, 80%, 100% {-webkit-transform: translateY(0);}	
	40% {-webkit-transform: translateY(-30px);}
	60% {-webkit-transform: translateY(-15px);}
}
 
@-moz-keyframes bounce {
	0%, 20%, 50%, 80%, 100% {-moz-transform: translateY(0);}
	40% {-moz-transform: translateY(-30px);}
	60% {-moz-transform: translateY(-15px);}
}
 
@-o-keyframes bounce {
	0%, 20%, 50%, 80%, 100% {-o-transform: translateY(0);}
	40% {-o-transform: translateY(-30px);}
	60% {-o-transform: translateY(-15px);}
}
@keyframes bounce {
	0%, 20%, 50%, 80%, 100% {transform: translateY(0);}
	40% {transform: translateY(-15px);}
	60% {transform: translateY(-7px);}
}
/* Ablauf Ende */


#downerImg {
    height: 100vh;
    background: #878680;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}


/* Footer */

footer { 
    background-color: #dedcda;
    min-height: 590px;
} 

#footerHolder {
    padding-top: 70px;
    margin-top: -10px;
}

#footerHolder .row:first-of-type {
    display: flex;
    justify-content: space-around;
}

#footerHolder .row:first-of-type .col {
    
    display: flex;
    align-items: center;
    justify-content: space-between;
}

#footerHolder .row:first-of-type .col:first-of-type, #footerHolder .row:first-of-type .col:last-of-type  {
    width: 10%;
}

#footerHolder .row:first-of-type .col:nth-of-type(2) ul li a{
    color: #000;
    letter-spacing: 9px;
    font-size: 13px;
    border-bottom: 1px solid transparent;
    transition: all 0.2s ease-in;
    text-transform: uppercase;
}

#footerHolder .row:first-of-type .col:nth-of-type(2) ul li a:hover {
    border-bottom: 1px solid #000;
}

#footerHolder .row:first-of-type .col:nth-of-type(2) ul li {
    margin: 50px 0px;
    text-align: center;
}

#footerHolder .row:first-of-type .col:nth-of-type(2) ul li:first-of-type {
    margin-top: 0;
}

#footerHolder .row:first-of-type .col:nth-of-type(2) ul li:last-of-type {
    margin-bottom: 0;
}

#footerHolder .row:last-of-type {
    display: flex;
    justify-content: center;
    margin-top: 100px;
    text-transform: uppercase;
    padding-bottom: 7rem;
}

#footerHolder .row:last-of-type span {
    margin: 0 10px;
}

#footerHolder .row:last-of-type span a, #footerHolder .row:last-of-type span  {
    color: #000;
    letter-spacing: 6px;
}

#footerHolder .row:last-of-type span:first-of-type {
    padding-right: 20px;
    border-right: 1px solid #000;
}


#footerHolder .row:last-of-type span:last-of-type {
    padding-left: 20px;
    border-left: 1px solid #000;
}

#footerHolder .row:last-of-type span {
    font-size: 10px;
    letter-spacing: 7px;
}

#footerHolder a {
    width: 30px;
    height: auto;
}

#footerHolder #facebookLogo {
    width: 20px;
}

#footerHolder a img {
    width: 100%;
    height: auto;
}

#footerHolder .col ul {
    padding-left: 0;
}

#logoUnten {
    max-width: 200px;
    height: auto;
    display: block;
    margin: 0 auto;
    margin-top: 3.5rem;
}

/* Mobile-änderungen*/

.menu-btn {
    display: none;
    max-width: 30px;
    height: auto;
}

.menu-btn img {
    width: 100%;
    height: auto;
}

#mobileLogo {
    display: none;
}


.socialLinks {
    display: flex;
    justify-content: center;
    margin-right: 68px;
}

.socialLinks a {
    max-width: 30px !important;
    height: auto !important;
}

.socialLinks a img {
    width: 18px !important;
    height: auto !important;
}


#instamobilenav {
    margin-left: 17px;
}


#hamburgerLogo {
    max-width: 200px;
    height: auto;
    display: flex;
    justify-content: center;
    margin-bottom: 100px;
    position: absolute;
    top: 155px;
    left: -10px;
}

#hamburgerLogo a {
    max-width: 80%;
    height: auto;
    margin: 0 auto;
}

#hamburgerLogo a img {
    max-width: 100%;
    height: auto;
    margin: 0 auto;
}

#pushyLogo {
    display: block !important;
}

#pushyLogo img {
    width: 100px;
    height: 100px;
}


body .pushy a {
    padding: 15px 21px !important;
    text-transform: uppercase;
    font-size: 11px;
    letter-spacing: 1px;
}

.pushy ul {
    padding-left: 0 !important;
    margin-left: -14px;
}

body .pushy .socialLinks a {
    padding: 15px 10px !important;
}


/* Responsiveness */


@media (max-width: 1400px) {
    #footerHolder .row:last-of-type span a, #footerHolder .row:last-of-type span {
        letter-spacing: 3px;
    }

    .cols .col .top {
        height: 329px !important;
        width: 329px !important;
    }



}



@media (max-width: 1290px) {

    .cols {
        flex-direction: column;
        align-items: center;
    }

    .cols .col {
        width: 60%;
        margin-bottom: 6rem;
    }

    .cols .col:first-of-type .top {
        margin-top: 0;
        height: 300px;
    }

    .cols .col .bottom h5 {
        margin-top: 1rem;
    }

    .menu-btn {
        display: block;
        position: absolute;
        top: calc(50% - 15px);
        right: 30px;
    }

    .navHolder {
        display: none;
    }

    #mobileLogo {
        display: block;
        max-width: 200px;
        height: auto;
    }

    nav {
        display: flex;
        justify-content: center;
        align-items: center;
    }

    #mobileLogo img {
        width: 100%;
        height: auto;
    }


    #ablauf1 {
        width: 70% !important;
    }
    
    #ablauf2 {
        width: 65% !important;
    }
    
    #ablauf3 {
        width: 74% !important;
    }

    #ablauf1 span {
        width: 100%;
    }
    
    #ablauf2 span {
        width: 100%;
    }
    
    
    #ablauf3  span {
        width: 100%;
    }


    #ablauf h2:last-of-type {
        padding-top: 0;
    }

    
}


@media (max-width: 1115px) {
    #footerHolder .row:last-of-type span a, #footerHolder .row:last-of-type span {
        font-size: 10px;
    }
}

@media (max-width: 965px)  {
    #footerHolder .row:last-of-type {
        flex-direction: column;
        align-items: center;
    }

    #footerHolder .row:last-of-type span:first-of-type {
        margin-bottom: 0rem;
        border-right: 0px;
    }

    #footerHolder .row:last-of-type span:last-of-type {
        border-left: 0px;
        padding-left: 0px;
    }

    #footerHolder .row:last-of-type span a, #footerHolder .row:last-of-type span {
        margin-top: 1rem;
    }
}


@media (max-width: 860px) {

    #leistungen {
        padding: 35px;

    }
    .downerVideo {
        max-height: 600px;
    }
    
    .cols .col {
        width: 80%;
    }

    #footerHolder .row:first-of-type .col:first-of-type, #footerHolder .row:first-of-type .col:last-of-type {
        flex-direction: column;
        align-content: center;
        justify-content: space-around;
    }

    #ablauf .col {
        width: 70%;
    }
}


@media (max-width: 600px) {
    .cols .col {
        width: 100%;
    }


    .cols {
        padding: 10px;
    }

    .splide__slide {
        width: 100% !important;
    }

    .downerVideo {
        max-height: 400px;
    }
}


@media (max-width: 500px) {
    #ablauf h2:last-of-type {
        width: 88%;
        margin: 0 auto;
        display: block;
        padding-top: 120px;
    }
}

h1, h2, h3, h4, h5 {
    font-weight: 300 !important;
}