/* blank */
@font-face {
    font-family: "Stem";
    src: url("../fonts/Stem-Regular.otf");
}

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

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

@font-face {
    font-family: "Stem-ExtraLight";
    src: url("../fonts/Stem-ExtraLight.otf");
}
@font-face {
    font-family: "Stem-Medium";
    src: url("../fonts/Stem-Medium.otf");
}


body {
    font-family: Stem;
    scroll-behavior: smooth;
}

.container {
    max-width: 1440px;
    padding: 0;
    position: relative;
}

.acs-header-section {
    height: 1024px;
    position: relative;
}

.acs-header-headline {
    color: white;
    font-size: 58px;
    line-height: 68px;
    text-transform: uppercase;
    letter-spacing: 0.15em;
    position: absolute;
    top: 500px;
    left: 150px;
}

.acs-header-menu-button {
    position: absolute;
    right: 150px;
    top: 60px;
    z-index: 11;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.acs-header-menu-button:hover{
    cursor: pointer;
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

.acs-header-shadow-lower {
    height: 403px;
    width: 100%;
    background: -o-linear-gradient(bottom, #100F0F 0%, rgba(16, 15, 15, 0) 100%);
    background: -webkit-gradient(linear, left bottom, left top, from(#100F0F), to(rgba(16, 15, 15, 0)));
    background: linear-gradient(0deg, #100F0F 0%, rgba(16, 15, 15, 0) 100%);
    position: absolute;
    bottom: 0;
}

.acs-header-shadow-upper {
    height: 403px;
    width: 100%;
    background: -o-linear-gradient(top, #100F0F 0%, rgba(16, 15, 15, 0) 100%);
    background: -webkit-gradient(linear, left top, left bottom, from(#100F0F), to(rgba(16, 15, 15, 0)));
    background: linear-gradient(180deg, #100F0F 0%, rgba(16, 15, 15, 0) 100%);
    opacity: 0.9;
    position: absolute;
    top: 0;
}

.acs-logo-container {
    position: absolute;
    left: 150px;
    top: 60px;
    width: 381px;
    color: white;
    z-index: 2;
}

.acs-header-section .container {
    position: relative;
}
.acs-logo-container img{
    width: 97px;
    -webkit-transition: 0.5s all ease;
    -o-transition: 0.5s all ease;
    transition: 0.5s all ease;
}
.acs-logo-container img:hover{
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
    cursor: pointer;
}

.acs-logo-container p {
    margin: 0;
    display: inline-block;
    margin-left: 20px;
}

.acs-our-services-section {
    height: 1162px;
    background: #100F0F;
}

.acs-services-container {
    max-width: 465px;
    color: white;
}

.acs-our-services-section .container {
    padding-left: 150px;
    padding-top: 140px;
    height: 100%;
}

.acs-services-image-wrapper {
    width: 708px;
    height: 1097px;
    -webkit-box-shadow: 0px 8px 22px -6px rgba(10, 29, 44, 0.12), 0px 14px 64px -4px rgba(10, 29, 44, 0.18);
    box-shadow: 0px 8px 22px -6px rgba(10, 29, 44, 0.12), 0px 14px 64px -4px rgba(10, 29, 44, 0.18);
    position: absolute;
    right: 0;
    bottom: -75px;
    background: grey;
}

.acs-services-contact-button {
    height: 48px;
    width: 428px;
    background: white;
    color: #601C16;
    font-size: 22px;
    line-height: 26px;
    text-align: center;
    -webkit-box-shadow: 0px 8px 22px -6px rgba(10, 29, 44, 0.12), 0px 14px 64px -4px rgba(10, 29, 44, 0.18);
    box-shadow: 0px 8px 22px -6px rgba(10, 29, 44, 0.12), 0px 14px 64px -4px rgba(10, 29, 44, 0.18);
    outline: none;
    border: none;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    position: absolute;
    bottom: 364px;
    left: -214px;
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
    letter-spacing: 0.34em;
}

.acs-services-contact-button:hover {
    background: #601C16;
    color: white;
}

.acs-driving-service-section {
    height: 1117px;
    background: #601C16;
}

.acs-section-headline {
    font-size: 42px;
    line-height: 49px;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    font-family: Stem-Bold;
    color: white;
    max-width: 461px;
    margin-bottom: 40px;
}

.acs-services-icon-grid {
    width: 465px;
    margin-top: 92px;
}

.acs-driving-service-slide {
    width: 1140px;
    height: 727px;
    background: #100F0F;
    border-radius: 48px;
    -webkit-box-shadow: 0px 8px 22px -6px rgba(0, 0, 0, 0.34), 0px 14px 64px -4px rgba(0, 0, 0, 0.55);
    box-shadow: 0px 8px 22px -6px rgba(0, 0, 0, 0.34), 0px 14px 64px -4px rgba(0, 0, 0, 0.55);
    overflow: hidden;
    position: relative;
}
.acs-driving-service-slide-front{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    width: 100%;
    height: 100%;
    position: absolute;
    -webkit-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
}
.acs-driving-service-slide-front.show{
    opacity: 1;
}
.acs-driving-service-slide-front.hidden{
    opacity: 0;
}
.acs-driving-service-slide-back.show{
    opacity: 1;
    right: 0;
}
.acs-driving-service-slide-back.hidden{
    opacity: 0;
    right: 100%;
}
.acs-driving-service-slide-back{
    width: 100%;
    height: 100%;
    background: #100F0F;
    position: absolute;
    padding: 120px 100px 130px 115px;
    opacity: 0;
    -webkit-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
    overflow: hidden;
    right: 100%;
}


.acs-driving-service-section {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.acs-drive-service-slide-text {
    width: 540px;
    height: 100%;
    padding: 120px 100px 75px 75px;
    position: relative;
}

.acs-driving-service-headline {
    color: white;
    font-size: 42px;
    line-height: 49px;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    font-family: Stem-Bold;
    margin-bottom: 50px;
}

.acs-drive-service-slide-text p {
    font-size: 16px;
    line-height: 19px;
    color: white;
    margin-bottom: 33px;
    letter-spacing: 0.1em;
}

.acs-drive-service-slide-text h2{
    font-size: 22px;
    line-height: 26px;
    color: white;
    letter-spacing: 0.15em;
    font-family: Stem-Bold;
    text-transform: uppercase;
}

.acs-service-cleaning-section {
    height: 2290px;
    background: -o-linear-gradient(bottom, rgba(96, 28, 22, 0.4) 0%, rgba(96, 28, 22, 0) 100%), #100F0F;
    background: -webkit-gradient(linear, left bottom, left top, from(rgba(96, 28, 22, 0.4)), to(rgba(96, 28, 22, 0))), #100F0F;
    background: linear-gradient(0deg, rgba(96, 28, 22, 0.4) 0%, rgba(96, 28, 22, 0) 100%), #100F0F;
}

.acs-driving-service-button:hover {
    cursor: pointer;
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

.acs-driving-service-button {
    position: absolute;
    right: 30px;
    bottom: 20px;
    -webkit-transition: 0.5s all ease;
    -o-transition: 0.5s all ease;
    transition: 0.5s all ease;
}

#acs-back-to-front-slide{
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.acs-car-support-section {
    height: 1206px;
    background: #100F0F;
}

.acs-real-estate-management-section {
    height: 1203px;
    background: #601C16;
}

.acs-icon-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.acs-icon-container img {
    margin-bottom: 20px;
}

.row.lower {
    margin-top: 65px;
}

.acs-inquire-driving-button {
    width: 388px;
    height: 48px;
    -webkit-box-shadow: 0px 8px 22px -6px rgba(10, 29, 44, 0.3), 0px 14px 64px -4px rgba(10, 29, 44, 0.3);
    box-shadow: 0px 8px 22px -6px rgba(10, 29, 44, 0.3), 0px 14px 64px -4px rgba(10, 29, 44, 0.3);
    background: #601C16;
    border: 0;
    outline: none;
    color: white;
    margin-top: 42px;
    font-family: Stem-Bold;
    font-size: 22px;
    line-height: 26px;
    letter-spacing: 0.34em;
    text-transform: uppercase;
    -webkit-transition: 0.5s all ease;
    -o-transition: 0.5s all ease;
    transition: 0.5s all ease;
}
.acs-inquire-driving-button:hover{
    cursor: pointer;
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
    background: #222222 ;
}

.acs-service-cleaning-section .container {
    padding-top: 190px;
    padding-left: 150px;
    height: 100%;
}

.acs-section-subtext {
    color: white;
    max-width: 461px;
    letter-spacing: 0.1em;
    font-size: 16px;
    line-height: 19px;
    font-family: Stem-Light;
}

.acs-cleaning-card {
    width: 542px;
    height: 784px;
    background: #100F0F;
    border-radius: 48px;
    -webkit-box-shadow: 0px 9.59657px 26.3906px -7.19743px rgba(0, 0, 0, 0.34), 0px 16.794px 76.7726px -4.79829px rgba(0, 0, 0, 0.55);
    box-shadow: 0px 9.59657px 26.3906px -7.19743px rgba(0, 0, 0, 0.34), 0px 16.794px 76.7726px -4.79829px rgba(0, 0, 0, 0.55);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.acs-cleaning-card-headline,
.acs-cleaning-card-headline-backside{
    font-family: Stem-Bold;
    font-size: 48px;
    line-height: 56px;
    letter-spacing: 0.1em;
    color: white;
    text-transform: uppercase;
}
.acs-cleaning-card-headline-backside{
    color: #601C16;
}

.acs-cleaning-card-inner ul,
.acs-cleaning-card-backside ul{
    font-family: Stem-Light;
    font-size: 16px;
    line-height: 28px;
    letter-spacing: 0.1em;
    color: white;
    opacity: 0.4;
    margin-top: 30px;
}
.acs-cleaning-card-backside ul{
    color: white;
    opacity: 1;
}
.acs-cleaning-card-backside-price-container{
    width: 290px;
    max-height: 90px;
    height: 100%;
    position: absolute;
    bottom: 22px;
    right: 58px;
    text-align: right;
}
.acs-cleaning-card-backside-price{
    color: white;
    font-family: Stem-Bold;
    font-size: 48px;
    line-height: 56px;
    letter-spacing: 0.1em;
    margin-bottom: 0;
}
.acs-cleaning-card-backside-time{
    color: white;
    font-family: Stem-Bold;
    font-size: 16px;
    line-height: 18px;
    letter-spacing: 0.1em;
}

.acs-cleaning-card-inner {
    width: 469px;
    height: 703px;
    position: relative;
    padding: 56px 56px 0 58px;
    border: 6px solid #601C16;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transition: 0.5s all ease;
}
.acs-cleaning-card-inner:hover{
    -webkit-box-shadow: 0px 0px 32px 15px rgba(96,28,22,0.57);
    box-shadow: 0px 0px 32px 15px rgba(96,28,22,0.57);
}
.acs-cleaning-card-flipper{
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-perspective: 1000px;
    perspective: 1000px;
    -webkit-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
    position: relative;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
}
.acs-cleaning-card-flipper.animated{
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg);
}
.acs-cleaning-card-backside{
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg);
    border: 6px solid #601C16;
    padding: 56px 56px 0 58px;
    background: -o-linear-gradient(bottom, rgba(96, 28, 22, 0.4) 0%, rgba(96, 28, 22, 0) 100%);
    background: -webkit-gradient(linear, left bottom, left top, from(rgba(96, 28, 22, 0.4)), to(rgba(96, 28, 22, 0)));
    background: linear-gradient(0deg, rgba(96, 28, 22, 0.4) 0%, rgba(96, 28, 22, 0) 100%);
}
.acs-cleaning-card-button {
    position: absolute;
    bottom: 51px;
    right: 56px;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.acs-cleaning-card-button:hover {
    cursor: pointer;
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

.acs-cleaning-card-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 88px;
}

.acs-cleaning-card {
    margin: 20px 24px;
}

.acs-cleaning-service-addition {
    text-align: center;
    font-family: Stem-Light;
    font-size: 16px;
    line-height: 19px;
    letter-spacing: 0.1em;
    color: white;
    opacity: 0.3;
    position: absolute;
    bottom: 60px;
    left: 150px;
    right: 0;
    margin: 0 auto;
}

.acs-car-support-box {
    width: 1140px;
    height: 755px;
    -webkit-box-shadow: 8px 8px 48px -1px rgba(75, 24, 24, 0.32), 0px 10px 88px 78px rgba(75, 24, 24, 0.14);
    box-shadow: 8px 8px 48px -1px rgba(75, 24, 24, 0.32), 0px 10px 88px 78px rgba(75, 24, 24, 0.14);
    border-radius: 48px;
    background: #100F0F;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    position: relative;
}

.acs-car-support-section {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.acs-car-support-text-wrapper {
    padding: 100px 73px 120px 97px;
    max-width: 558px;
}
.acs-car-support-box-image{
    width: 582px;
    height: 100%;
}

.acs-car-support-headline {
    font-family: Stem-Bold;
    font-size: 42px;
    line-height: 49px;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    color: white;
}

.acs-car-support-subtext {
    font-family: Stem-Light;
    font-size: 16px;
    line-height: 19px;
    letter-spacing: 0.1em;
    color: white;
    margin-top: 50px;
}

.acs-car-support-features {
    font-family: Stem-Bold;
    font-size: 22px;
    line-height: 26px;
    letter-spacing: 0.15em;
    text-transform: uppercase;
    color: #601C16;
    margin-top: 50px;
}

.acs-car-support-button {
    width: 388px;
    height: 48px;
    -webkit-box-shadow: 0px 8px 22px -6px rgba(10, 29, 44, 0.12), 0px 14px 64px -4px rgba(10, 29, 44, 0.18);
    box-shadow: 0px 8px 22px -6px rgba(10, 29, 44, 0.12), 0px 14px 64px -4px rgba(10, 29, 44, 0.18);
    background: #601C16;
    font-family: Stem-Bold;
    font-size: 22px;
    line-height: 26px;
    letter-spacing: 0.34em;
    text-transform: uppercase;
    color: white;
    position: absolute;
    bottom: -24px;
    right: 0;
    border: 0;
    outline: none;
    -webkit-transition: 0.5s all ease;
    -o-transition: 0.5s all ease;
    transition: 0.5s all ease;
}
.acs-car-support-button:hover{
    cursor: pointer;
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
}

.acs-real-estate-management-section .container {
    padding-left: 150px;
    padding-top: 88px;
    position: relative;
}

.acs-icon-wrapper-full {
    max-width: 450px;
    margin-top: 90px;
}

.acs-icon-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 170px;
    max-width: 300px;
    margin: 0 auto;
}

.acs-icon-text {
    text-align: center;
    color: white;
    font-size: 16px;
    line-height: 19px;
    letter-spacing: 0.1em;
}

.acs-icon-headline {
    margin-top: 15px;
    margin-bottom: 10px;
    color: white;
    font-family: Stem-Bold;
    font-size: 16px;
    line-height: 19px;
    letter-spacing: 0.1em;
    text-align: center;
}

.acs-immo-slider-container {
    position: absolute;
    right: 150px;
    top: 0;
    width: 582px;
    height: 1008px;
}

#acs-immo-slider {
    width: 100%;
    height: 100%;
    -webkit-box-shadow: 0px 8px 22px -6px rgba(0, 0, 0, 0.34), 0px 14px 64px -4px rgba(0, 0, 0, 0.55);
    box-shadow: 0px 8px 22px -6px rgba(0, 0, 0, 0.34), 0px 14px 64px -4px rgba(0, 0, 0, 0.55);
}

#acs-immo-slider .carousel-indicators {
    margin-bottom: 25px;
}

#acs-immo-slider .carousel-indicators button {
    border-radius: 50%;
    width: 10px;
    height: 10px;
    opacity: 0.25;
}

#acs-immo-slider .carousel-indicators button.active {
    opacity: 1;
}

.carousel-control-next,
.carousel-control-prev {
    height: 90px;
    top: auto;
}

.carousel-control-prev img {
    -webkit-transform: scaleX(-1);
    -ms-transform: scaleX(-1);
    transform: scaleX(-1);
}

.acs-about-me-section {
    height: 1204px;
    background: #100F0F;
}

.acs-about-me-text-container {
    position: absolute;
    right: 247px;
    top: 218px;
    width: 370px;
    z-index: 2;
}

.acs-about-me-section {
    position: relative;
}

.acs-about-me-headline {
    color: white;
    font-family: Stem-Bold;
    font-size: 42px;
    line-height: 49px;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}

.acs-about-me-text {
    color: white;
    font-size: 16px;
    line-height: 19px;
    letter-spacing: 0.1em;
    font-family: Stem-ExtraLight;
}

.acs-text-slider {
    font-size: 800px;
    line-height: 700px;
    text-align: center;
    letter-spacing: 0.15px;
    color: #222222;
    opacity: 0.7;
    white-space: nowrap;
    overflow: hidden;
    font-family: Stem-Bold;
    position: absolute;
    top: 513px;
    width: 100%;
}

.acs-text-slider span {
    display: inline-block;
    padding-left: 100%;
    -webkit-animation: acs-text-slider 10s linear infinite;
    animation: acs-text-slider 10s linear infinite;
}

@-webkit-keyframes acs-text-slider {
    0% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
    }
    100% {
        -webkit-transform: translate(-100%, 0);
        transform: translate(-100%, 0);
    }
}

@keyframes acs-text-slider {
    0% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
    }
    100% {
        -webkit-transform: translate(-100%, 0);
        transform: translate(-100%, 0);
    }
}

.acs-about-me-image-wrapper {
    width: 896px;
    height: 601px;
    top: 236px;
    position: absolute;
    left: 0;
}

.acs-about-me-section .container {
    position: relative;
    z-index: 2;
}

.acs-about-me-fragment-lower {
    position: absolute;
    bottom: 0;
}

.acs-about-me-fragment-upper {
    position: absolute;
    top: 10px;
}

.acs-about-me-fragment-middle {
    left: 324px;
    top: 255px;
    position: absolute;
}

.acs-about-me-image {
    position: absolute;
    left: 150px;
    -webkit-box-shadow: 0px 8px 22px -6px rgba(0, 0, 0, 0.34), 0px 14px 64px -4px rgba(0, 0, 0, 0.55);
    box-shadow: 0px 8px 22px -6px rgba(0, 0, 0, 0.34), 0px 14px 64px -4px rgba(0, 0, 0, 0.55);
}

.acs-gallery-section {
    background: #100F0F;
    height: 1800px;
}
.acs-gallery-section .container{
    padding-left: 150px;
    overflow: hidden;
    height: 100%;
}
.acs-gallery-item{
    background: -o-linear-gradient(left, rgba(96, 28, 22,0.4) 0%, rgba(96, 28, 22, 0) 100%);
    background: -webkit-gradient(linear, left top, right top, from(rgba(96, 28, 22,0.4)), to(rgba(96, 28, 22, 0)));
    background: linear-gradient(90deg, rgba(96, 28, 22,0.4) 0%, rgba(96, 28, 22, 0) 100%);
    width: 100%;
    height: 100%;
    position: absolute;
}
.acs-gallery-fahrservice{
    width: 558px;
    height: 401px;
    position: absolute;
}
.acs-gallery-image{
    height: 100%;
}
.acs-gallery-immobilien{
    width: 903px;
    height: 701px;
    position: absolute;
    left: 635px;
    top: 330px;
}
.acs-gallery-car-support{
    width: 975px;
    height: 701px;
    position: absolute;
    left: 95px;
    top: 900px
}

.acs-gallery-fahrzeugreinigung{
    width: 558px;
    height: 401px;
    position: absolute;
    left: 829px;
    top: 1250px;
}
@-webkit-keyframes acs-gallery-spin {
    0% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
    100% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
}
@keyframes acs-gallery-spin {
    0% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
    100% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
}
.acs-fahrservice-circle{
    position: absolute;
    z-index: 2;
    bottom: -84px;
    left: 55px;
    -webkit-animation: acs-gallery-spin linear 10s infinite;
    animation: acs-gallery-spin linear 10s infinite;
}
.acs-car-support-circle{
    position: absolute;
    z-index: 2;
    bottom: 151px;
    left: 341px;
    -webkit-animation: acs-gallery-spin linear 10s infinite;
    animation: acs-gallery-spin linear 10s infinite;
}
.acs-immobilien-circle{
    position: absolute;
    z-index: 2;
    bottom: 181px;
    left: 423px;
    -webkit-animation: acs-gallery-spin linear 10s infinite;
    animation: acs-gallery-spin linear 10s infinite;
}
.acs-fahrzeugreinigung-circle{
    position: absolute;
    z-index: 2;
    bottom: 200px;
    left: 214px;
    -webkit-animation: acs-gallery-spin linear 10s infinite;
    animation: acs-gallery-spin linear 10s infinite;
}
.acs-footer-section{
    height: 1505px;
    background: -o-linear-gradient(bottom, rgba(96, 28, 22, 0.4) 0%, rgba(96, 28, 22, 0) 100%), #100F0F;
    background: -webkit-gradient(linear, left bottom, left top, from(rgba(96, 28, 22, 0.4)), to(rgba(96, 28, 22, 0))), #100F0F;
    background: linear-gradient(0deg, rgba(96, 28, 22, 0.4) 0%, rgba(96, 28, 22, 0) 100%), #100F0F;
    overflow: hidden;
    position: relative;
    padding-top: 150px;
}
.acs-contact-form-container{
    width: 1140px;
    height: 833px;
    -webkit-box-shadow: 0px 8px 22px -6px rgba(0, 0, 0, 0.34), 0px 14px 64px -4px rgba(0, 0, 0, 0.55);
    box-shadow: 0px 8px 22px -6px rgba(0, 0, 0, 0.34), 0px 14px 64px -4px rgba(0, 0, 0, 0.55);
    background: #601C16;
    border-radius: 48px;
    margin: 0 auto;
}
.acs-contact-form-container{
    padding-left: 98px;
    padding-top: 67px;
}
.acs-contact-headline-upper,
.acs-contact-headline-lower{
    width: 470px;
    font-size: 40px;
    line-height: 125%;
    letter-spacing: 1px;
    font-family: Stem-Bold;
}
.acs-contact-headline-upper{
    color: white;
}
.acs-contact-headline-lower{
    color: #100F0F;
}
.acs-contact-subtext{
    width: 428px;
    color: white;
    font-family: Stem-Light;
    font-size: 18px;
    line-height: 25px;
}
.acs-contact-car{
    position: absolute;
    left: 650px;
    top: 170px;
}
.acs-contact-form{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 360px;
}
.acs-contact-form label{
    font-size: 14px;
    line-height: 25px;
    letter-spacing: 1px;
    color: white;
    font-family: Stem-Light;
    margin-top: 20px;
}
.acs-contact-form input{
    width: 100%;
    height: 40px;
    border: 0;
    outline: 0;
    border-radius: 3px;
    padding-left: 10px;
}
.acs-contact-form textarea{
    width: 100%;
    height: 173px;
    border-radius: 3px;
    border: 0;
    outline: none;
    margin-top: 25px;
    resize: none;
    padding-left: 10px;
}
#acs-contact-submit{
    background: #100F0F;
    color: white;
    font-family: Stem-Bold;
    font-size: 22px;
    line-height: 26px;
    letter-spacing: 0.34em;
    position: absolute;
    width: 301px;
    height: 48px;
    bottom: 80px;
    left: 650px;
    z-index: 2;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
#acs-contact-submit:hover{
    background: white;
    color: #100F0F;
}
.acs-footer-container{
    height: 251px;
    width: 100%;
    -webkit-box-shadow: 0px 8px 22px -6px rgba(0, 0, 0, 0.34), 0px 14px 64px -4px rgba(0, 0, 0, 0.55);
    box-shadow: 0px 8px 22px -6px rgba(0, 0, 0, 0.34), 0px 14px 64px -4px rgba(0, 0, 0, 0.55);
    position: absolute;
    bottom: 50px;
}
.acs-footer-text-container{
    height: 180px;
    width: 509px;
    margin-left: 250px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.acs-footer-copyright{
    font-size: 22px;
    line-height: 26px;
    text-transform: uppercase;
    font-family: Stem-Medium;
    color: white;
}
.acs-footer-company{
    font-family: Stem-Light;
    font-size: 16px;
    line-height: 19px;
    letter-spacing: 0.1em;
    color: white;
}
.acs-footer-opening-times,
.acs-footer-contact-information{
    font-family: Stem-Light;
    font-size: 16px;
    line-height: 19px;
    letter-spacing: 0.1em;
    color: white;
}
.acs-footer-container .container{
    position: relative;
    height: 100%;
    padding-top: 40px;
    padding-bottom: 35px;
}
.acs-footer-misc-container{
    height: 100%;
    width: 510px;
    position: absolute;
    right: 0;
    top: 0;
}
.acs-footer-fragment-upper{
    position: absolute;
    right: 0;
    top: -9px;
    width: 418px;
    height: 92px;
}
.acs-footer-fragment-lower{
    width: 477px;
    height: 58px;
    position: absolute;
    right: 0;
    top: 94px;
    padding-left: 60px;
    color: white;
    font-family: Stem-Medium;
    font-size: 18px;
    line-height: 21px;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    padding-top: 16px;
}
.acs-footer-fragment-upper img{
    position: absolute;
    left: 150px;
    top: 13px;
    width: 120px;
}
.acs-footer-impressum{
    color: #601C16;
    font-family: Stem-Bold;
    font-size: 16px;
    line-height: 19px;
    letter-spacing: 0.1em;
}
.acs-footer-links{
    position: absolute;
    bottom: 35px;
    height: 53px;
}
.acs-footer-social-media{
    text-align: right;
    margin-bottom: 16px;
}
.acs-menu-list{
    list-style-type: none;
    color: white;
    text-align: right;
    width: 250px;
    position: absolute;
    right: 150px;
    top: 130px;
    height: 0;
    overflow: hidden;
    -webkit-transition: all 2s ease;
    -o-transition: all 2s ease;
    transition: all 2s ease;
    opacity: 0;
    z-index: 11;
}
.acs-menu-list.animated{
    height: 220px;
    opacity: 1;
}
.acs-menu{
    position: absolute;
    width: 100%;
}

.acs-menu-list li{
    font-family: Stem-Light;
    font-size: 16px;
    line-height: 26px;
    letter-spacing: 0.1em;

}
.acs-menu-list li a{
    color: white;
    text-decoration: none;
}
.acs-menu-list li:hover{
    cursor: pointer;
    font-family: Stem-Bold;
}
.acs-slider-button{
    height: 48px;
    width: 509px;
    background: white;
    color: #601C16;
    font-family: Stem-Bold;
    font-size: 22px;
    line-height: 26px;
    letter-spacing: 0.34em;
    text-transform: uppercase;
    -webkit-box-shadow: 0px 8px 22px -6px rgba(10, 29, 44, 0.12), 0px 14px 64px -4px rgba(10, 29, 44, 0.18);
    box-shadow: 0px 8px 22px -6px rgba(10, 29, 44, 0.12), 0px 14px 64px -4px rgba(10, 29, 44, 0.18);
    outline: none;
    border: 0;
    position: absolute;
    top: 468px;
    z-index: 2;
    right: -254px;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}
.acs-slider-button:hover{
    background: #601C16;
    color: white;
}
.acs-header-button{
    width: 301px;
    height: 48px;
    background: #222222;
    font-family: Stem-Bold;
    font-size: 22px;
    line-height: 26px;
    letter-spacing: 0.34em;
    color: white;
    text-transform: uppercase;
    border: 0;
    outline: none;
    margin-top: 62px;
    -webkit-transition: 500ms all ease;
    -o-transition: 500ms all ease;
    transition: 500ms all ease;
}
.acs-header-button:hover{
    -webkit-transform: scale(1.03);
    -ms-transform: scale(1.03);
    transform: scale(1.03);
}
.acs-driving-service-backside-headline{
    font-family: Stem-Bold;
    font-size: 42px;
    line-height: 49px;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: white;
    max-width: 500px;
}
.acs-driving-service-slide-back .row{
    margin-top: 100px;
}
.acs-driving-service-backside-headline-small{
    font-family: Stem-Bold;
    font-size: 22px;
    line-height: 26px;
    letter-spacing: 0.15em;
    text-transform: uppercase;
    color: white;
}
.acs-driving-service-price-list{
    font-family: Stem-Light;
    font-size: 16px;
    line-height: 19px;
    letter-spacing: 0.1em;
    color: white;
    margin-top: 30px;
}
.acs-driving-service-price-list strong{
    font-family: Stem-Bold;
}
.acs-driving-service-daily{
    height: 50%;
}
.acs-driving-service-daily-price{
    font-family: Stem-Light;
    font-size: 16px;
    line-height: 19px;
    letter-spacing: 0.1em;
    color: white;
    margin-top: 10px;
}
strong{
    font-family: Stem-Bold;
}
.acs-driving-service-short-price{
    font-family: Stem-Light;
    font-size: 16px;
    line-height: 19px;
    letter-spacing: 0.1em;
    color: white;
    margin-top: 10px;
}
.acs-fahrservice-image-container{
    height: 100%;
    width: 600px;
    border-radius: 48px;
}

.acs-footer-contact-information a{
    color: white;
    text-decoration: none;
}
.acs-footer-contact-information a:hover{
    color: #601C16;
}
.acs-footer-impressum a{
    color: #601C16;
    text-decoration: none;
}
.acs-footer-impressum a:hover{
    color: white;
}
.acs-footer-social-media a{
    text-decoration: none;
}
.acs-logo-container a{
    text-decoration: none;
}
.toast.success{
    background-color: #222222;
    position: fixed;
    top: 30px;
    right: 30px;
    color: white;
    border-left: 4px solid #601C16;
    z-index: 10;
    height: 70px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 15px;
    -webkit-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
    max-width: 350px;
    width: 100%;
    -webkit-box-shadow: 3px 5px 20px 1px #000000;
    box-shadow: 3px 5px 20px 1px #000000;
}

.reveal{
    -webkit-transform: translateY(50px);
    -ms-transform: translateY(50px);
    transform: translateY(50px);
    opacity: 0;
    -webkit-transition: 1s all ease;
    -o-transition: 1s all ease;
    transition: 1s all ease;
}

.reveal.active{
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
}
.acs-contact-car.reveal{
    -webkit-transform: translate(150px, -40px);
    -ms-transform: translate(150px, -40px);
    transform: translate(150px, -40px);
    opacity: 1;
}
.acs-contact-car.reveal.active{
    -webkit-transform: translate(0);
    -ms-transform: translate(0);
    transform: translate(0);
    opacity: 1;
}
.acs-rent-button-wrapper{
    margin-top: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
}