body {
    background-color: #fff;
}

section {
    overflow: hidden;
}

.section-first {
    background-color: #101010;

}
.icon.navbar-right-icon a,.icon.navbar-right-icon-scroll  a{
    width: 20px;
    height: 28px;
}
.icon.navbar-right-icon a svg,.icon.navbar-right-icon-scroll  a svg{
    margin-top: 15%;
}
.process.section-padding {
    background-image: url('../../img/bgcontact.webp');
    background-repeat: repeat;
    padding: 220px 160px;
}

.process:after {
    display: none;
}

.process .container h1.unser {
    text-transform: uppercase;
}

.process-text-col .btn {
    display: block;
    background: #fff;
    border-radius: 24px;
    padding: 12px 70px 8px 20px;
    width: auto;
    font-size: 24px;
    text-align: left;
    position: relative;
}

.process-padding .process-text-col .btn:before {
    content: '';
    background-image: url('../../img/arrowright.webp');
    right: 24px;
    width: 28px;
    height: 28px;
    background-repeat: no-repeat;
    position: absolute;
    display: inline-block;
    background-size: contain;
}

.process .container .about-img img {
    transform: scale(1);
}

.process .container {
    min-height: 600px;
}
.process .btn:hover{
    color: #ffffff;
    background-color: #0C0C12 !important;
    cursor: pointer;
}
.process .btn:hover::before {
    background-image: url('../../img/arrowrightwhite.webp');
}

footer {
    background: none;
    position: relative;
}
.process.section-padding{
    padding: 220px 0px;
}
.appointment input[type="text"],.appointment textarea {
    color: #fff !important;
}

@media only screen and (max-width: 600px) {
    .appointment .appointment-background .termin-description {
        display: none;
    }

    .process.section-padding {
        padding: 0px;
    }

    .process .color-white {
        font-size: 14px;
    }

    .process-text-col .btn {
        padding: 12px 70px 8px 20px;
        width: auto;
        font-family: Sawton;
    }

    .process-text-col .btn:before {
        background-image: url('../../img/arrowright.webp');
        right: 24px;
        width: 28px;
        height: 28px;
    }

    .process .container .about-img img {
        transform: scale(1.1);
    }

    .process-text-col {
        margin-top: -130px;
    }

    .process .container h1.unser {
        text-transform: uppercase;
        font-size: 66px;
    }

    .process.section-padding {
        padding-bottom: 200px;
    }

    .appointment {
        margin-top: -150px;
        margin-bottom: -150px;
        max-width: calc(100% - 40px);
        background-color: #101010;
        z-index: 1;
    }

    .appointment-left {
        text-transform: uppercase;
        padding: 0px;
        color: #fff;
    }

    .appointment .help img {
        width: auto;
        margin-right: 35px;
        margin-top: -32px;
        z-index: 1;
    }

    .appointment-left:before {
        height: 60px;
        width: 60px;
        bottom: 28px;
        top: 25px;
        left: 45px;
        transform: rotate(110deg);
    }

    .form1 .input {
        background-color: #24242a;
        border: none;
    }

    .form1 .input::placeholder {
        color: #fff !important;
        opacity: .8;
        /* Firefox */
    }

    .form1 .input::-ms-input-placeholder {
        /* Edge 12 -18 */
        color: #fff !important;
        opacity: .8;
    }

    .form1 .btn-form1-submit {
        background-color: #fff;
        border: none;
        color: black;
        font-size: 20px;
    }

    .form1 .input.textarea {
        border-radius: 30px;
        padding: 20px;
    }

    .col-2 {
        display: inline-block;
        width: 100%;
    }

    .google-map {
        position: relative;
        -webkit-filter: none;
        filter: none;
        min-height: 500px;
    }
}

/* map start */
.map-section {
    margin-bottom: -50px;
}



.map-color {
    background-color: red;
    opacity: .2;
}

.google-map iframe {
    z-index: -1;
}

.map-color,
.google-map iframe {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

.footer>.container {
    position: relative;
    z-index: 1;
}

/* map end */
/* @media only screen and (min-width: 1366px) { */
@media only screen and (min-width: 320px) {
    .appointment-left:after {
        top: 5px !important;
        right: 40px !important;
    }
}
@media only screen and (min-width: 375px) {
    .appointment-left:after {
        right:70px !important;
    }
    .appointment-left:before {
        top: 35px;
        left: 65px;
    }
}
@media only screen and (min-width: 425px) {
    .appointment-left:before {
        height: 60px;
        width: 60px;
        bottom: 28px;
        top: 45px;
        left: 85px;
    }
}
@media only screen and (max-width: 767px) {
    .appointment-left:after {
        content: "";
        background-image: url('../../img/smiling_em_red.webp');
        background-repeat: no-repeat;
        position: absolute;
        display: inline-block;
        background-size: contain;
        height: 50px;
        width: 50px;
        top: 10px;
        right: 80px;
    }
}
@media only screen and (min-width: 425px) and (max-width: 767px) {
    .appointment-left:after {
        height: 50px;
        width: 50px;
        top: 10px;
        right: 80px;
    }
}
@media only screen and (min-width: 768px) {

    .navbar .navbar-nav .nav-link:hover {
        color: #d3071f;
    }
    .process-padding .process-text-col .btn:before {
        top:18px;
    }
    .google-map {
        position: relative;
        -webkit-filter: none;
        filter: none;
        min-height: 600px;
    }

    .process .container .about-img img {
        /* margin-top: -140px;
        transform: scale(1);
        width: 500px; */
        margin-top: -101px;
        transform: scale(1.6);
        position: relative;
        right: 100px;
    }


    .process .color-white {
        font-size: 14px;
    }
    .process-text-col{
        margin-bottom: 40px !important;
        margin-top: -30px;
        position: relative;
        top: -40px;
    }
    .process-text-col p{
        padding-top:30px;
    }
    .process-text-col .btn{
        font-family: 'Sawton';
    }
    .process .container h1.unser {
        font-size: 66px;
    }

    .appointment {
        margin-bottom: -150px;
        max-width: calc(100% - 40px);
        background-color: #101010;
        z-index: 1;
    }

    .appointment-right {
        order: 0;
    }
    .appointment-left-parent{
        padding-left: 80px;
    }
    .appointment-left {
        text-transform: uppercase;
        padding: 0px;
        color: #fff;
        order: 1;

    }

    .appointment .help img {
        width: auto;
        margin-right: 35px;
        margin-top: -32px;
        z-index: 1;
    }

    .appointment-left:before {
        height: 60px;
        width: 60px;
        bottom: 28px;
        top: 25px;
        left: 45px;
        transform: rotate(110deg);
    }

    .form1 .input {
        background-color: #24242a;
        border: none;
    }

    .form1 .input::placeholder {
        color: #fff !important;
        opacity: .8;
        /* Firefox */
    }

    .form1 .input::-ms-input-placeholder {
        /* Edge 12 -18 */
        color: #fff !important;
        opacity: .8;
    }

    .form1 .btn-form1-submit {
        background-color: #fff;
        border: none;
        color: black;
        font-size: 20px;
    }

    .form1 .input.textarea {
        border-radius: 30px;
        padding: 20px;
    }

    .appointmentWrapper {
        flex-direction: row-reverse;
        justify-content: space-between;
        padding: 0px 35px;
        /* padding: 0px 120px;
        max-width: 100%; */
    }
    .booking-box{
        max-width: 100%;
    }

    .appointment-background {
        /* width: 100%; */
    }

    .appointment-left-parent,
    .appointment-right-parent {
        /* width: auto; */
    }

    .appointment .ready {
        max-width: 550px;
    }

    .appointment .appointment-background .termin-description {
        color: #555559;
    }

    .appointment-left,
    .appointment-down-text {
        font-size: 60px;
        line-height: 50px;
    }

    .col-2 {
        display: inline-block;
        width: 50%;
    }

    .appointment-left:before {
        position: absolute;
        height: 100px;
        width: 150px;
        bottom: 28px;
        top: 45px;
        left: -35px;
        transform: rotate(150deg);
    }

    .appointment-left:after {
        content: "";
        background-image: url('../../img/smiling_em_red.webp');
        background-repeat: no-repeat;
        position: absolute;
        display: inline-block;
        background-size: contain;
        height: 70px;
        width: 70px;
        top: -50px !important;
        left: 105px;
    }

    .btn-form1-submit span {
        font-size: 16px;
        margin: 0px;
    }
}
@media only screen and (min-width: 768px) and (max-width:1023px) {
    .process.section-padding{
        padding: 220px 20px;
        padding-bottom: 400px;
    }
    .process-text-col,.about-section-text{
        width: 50%;
    }
    .process .container .about-img img{
        position: relative;
        right: 60px;
    }
    .appointment{
        align-items:flex-start;
        min-height: 0px;
    }
    .appointmentWrapper{
        flex-direction: row;
        padding: 60px 20px;
        align-items:flex-start;
    }
    .appointmentWrapper .appointment-left-parent{
        padding: 0px;
    }
    .booking-box{
        padding: 0px;
        margin: 0px;
    }
    .form1 .btn-form1-submit{
        width: 100%;
        margin-left: 0px;
    }
    .input2_inner.textarea,.input2_inner.textarea textarea{
        margin: 0px;
    }
    .col-2{
        display: block;
        width: 100%;
    }
    .ready{
        display: flex;
        flex-direction: column-reverse;
        min-height: 600px;
        justify-content: space-between;
    }
    .appointment-left:before {
        position: absolute;
        height: 100px;
        width: 100px;
        top: 150px;
        left: 80px;
        transform: rotate(10deg);
    }
    .appointment-left{
        width: 230px;
    }
    .appointment-left br{
        display: none;
    }
    .appointment-left:after{
        top: 70px !important;
        left: 195px;
    }
}
@media only screen and (min-width: 1024px) {
    .termin-description {
        margin-top: 60px;

    }
    .appointment-left{
        position: relative;
        font-size: 60px;
        line-height: 50px;
    }
    .process .color-white {
        font-size: 22px;
    }
    .process .container h1.unser{
        font-size: 130px;
    }
    .process-text-col{
        padding-left: 30px;
        margin-bottom: 100px !important;
        margin-top: -30px;
        position: relative;
        top: 10px;
    }
    .process.section-padding{
        padding-bottom: 400px;
    }
    .process .container .about-img img{
        margin-top: -100px;
        transform: scale(1.5);
    }
}
@media only screen and (min-width: 1366px) {
    .process-text-col{
        padding-left: 60px;
        top:50px;
    }
    .process .container .about-img img {
        /* margin-top: -210px;
        width: 700px; */
        transform: scale(1.4);
    }
}
.map-btn .btn-form1-submit{
    position: absolute;
    right: 100px;
    bottom: 140px;
    width: auto;
    padding: 0px 24px;
    background: #fff;
    border: none;
    color: #0C0C12;
}
.map-btn .btn-form1-submit span{
    margin-left: 10px;
}
.zooming{
    position: absolute;
    left: 100px;
    bottom: 140px;
    display: flex;
}
.zooming .zoom-in{
    margin-left: 10px;
}

@media only screen and (max-width: 600px) {
    .zooming{
        left: 16px;
    }
    .map-btn .btn-form1-submit{
        right: 16px;
    }
    .process .container {
        min-height: 0px;
    }
}
@media only screen and (min-width: 601px) {
    .zooming{
        left: 30px;
    }
    .map-btn .btn-form1-submit{
        right: 30px;
    }
    .process .container {
        min-height: 0px;
    }
}
@media only screen and (max-width: 1023px) {
    .map-btn .btn-form1-submit{
        background-color: #D32027;
        color: #fff;
    }
}
@media only screen and (min-width: 1366px) {
    .zooming{
        left: 50px;
    }
    .map-btn .btn-form1-submit{
        right: 50px;
    }
    .process .container {
        min-height: 0px;
    }
}
@media only screen and (min-width: 1440px) {

    .appointment-left{
        position: relative;
        font-size: 80px;
        line-height: 70px;
    }
    .appointment-left:before {
        height: 100px;
        width: 190px;
        top: 95px;
    }
    .appointment-left:after{
        height: 100px;
        width: 130px;
        top: -60px;
        left: 145px;
    }
}

.process-text-col{
    z-index: 1;
}

.google-map{
    display: flex;
}
.google-map .container{
    position: relative;
}
.section-first:after {
    content: "";
    background-image: url('../../img/contacttopgradient.webp');
    background-repeat: no-repeat;
    position: absolute;
    background-size: cover;
    height: 100%;
    width: 100vw;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
}

.form1 .btn-form1-submit:hover{
    background:#d3071f;
    color:#fff;
}
