﻿
.footer-copyright {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
}
.ban-box-out {
    padding-bottom: 0px !important;
    margin-bottom: 0px !important;
}

.ban-head-box {
    margin-bottom: 0px !important;
}


.home-banner>.container {
    margin-top: 0px !important;
    margin-bottom: 0px !important;
    padding-bottom: 0px !important;
}

/* anfrage-form */

.captcha input.form-control {
    max-width: 210px;
}
        .anfrage-form .form-control {
            border: 1px solid #007f7f !important;
            padding: 11px 22px !important;
            height: unset !important;
            box-shadow: 1px 1px 2px #00000024 inset;
            border-radius: 10px;
            font-size: 16px !important;
}
.anfrage-form .optional input {
    border: 1px solid #007f7f !important;
    /* padding: 11px 22px !important; */
    height: 50px !important;
    border-radius: 10px;
}

.ls-leistungen .leistung> div {
    background: #007f7f;
}
input.addmore-btn {
    height: unset !important;
    background: #333333 !important;
    color: #fff;
    border-radius:10px;
}
.ls-leistungen .leistung textarea {
    padding: 10px;
    border-radius: 7px;
    border: 1px solid #d1d1d1;
}

.ls-leistungen .leistung {
    padding: 15px 15px 9px !important;
    border: 0px solid #d1d1d1;
    background: #ffffff !important;
    box-shadow: 2px 4px 6px #00000017;
}
.container.service-form.anfrage-form {
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    background: #f7f7f7;
}
.container.service-form.anfrage-form>div:first-child h2 {
    text-align: center;
    line-height: 1.3 !important;
    border-bottom: 1px dashed #b8b8b8;
    padding-bottom: 30px;
}

.container.service-form.anfrage-form>div:first-child .custom-divider.divider.divider-primary.divider-small.my-3 {
    display: none;
}
.anfrage-page {
    display: none;
}
form#anfrage_form h2 {
    font-size: 24px;
    font-weight: 600;
    color: #007f7f;
    margin-bottom: 15px;
    letter-spacing: 0.2px;
}
textarea#sonstiges {
    height: 139px !important;
    margin-bottom: 0px !important;
    background: #fff;
}

section#sonstiges {
    margin-top: 20px;
}

/* anfrage-form */
.ban-head-box {
    background: #ffffffd1;
    padding: 25px !important;
    border-radius: 15px;
}
.service-boxes>div div:nth-child(3) {
    margin-bottom: 3rem;
}

.cus-list {
    width: 100%;
}
.service-boxes>div>div {
    min-width: 300px;
    padding: 0px 15px !important;
    max-width: 25%;
}
.service-boxes h3 {
    padding: 0px 5px !important;
}
.service-boxes>div {
    justify-content: center;
    align-items: flex-start;
}
/* mobile-footer */
a.m-form span {
    background: #ff214f;
    padding: 10px;
    border-radius: 50%;
}
div#mobile-footer {
    position: fixed;
    bottom: 0;
    width: 100%;
    z-index: 99;
    display: none;
    flex-direction: row;
    flex: 1;
    background: #fff;
    border-radius: 30px 30px 0px 0px;
    box-shadow: 0px 5px 36px #0000001a;
}

a.m-call {
    flex: 1;
    flex: 2;
    background: #ff214f;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 5px 10px;
    border-radius: 30px 0px 0px 0px;
}

a.m-form {
    flex: 1;
    background: #fff;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    border-radius: 0px 30px 0px 0px;
}

a.m-call>div {
    display: flex;
    flex-direction: column;
}

a.m-call>div span {
    color: #fff !important;
}

a.m-call>div span:nth-child(2) {
    font-size: 19px;
}


/* mobile-footer */

.new-form>div>div:first-child {
    padding-right: 30px;
}

.service-form {
    padding: 35px !important;
    box-shadow: 2px 10px 40px #0000000d;
    border-radius: 50px;
}

.service-form .custom-form-style-1 .form-control {
    padding: 15px 22px;
}

.home-banner h2.home-head {
    /* background: #ff214f; */
    line-height: 60px !important;
    color: #ff214f;
    /* display: inline; */
    margin-bottom: 0px !important;
    font-size: 44px !important;
}

.home-banner strong.home-sub-head {
    /* background: #ff214f; */
    color: #212529 !important;
    margin-top: 4px;
    display: block !important;
}

.home-banner a.scroll-d {
    color: #ff214f !important;
    display: flex !important;
    margin-top: 10px;
}



.home-banner .parallax-background:before {
    content: "";
    /* background-image: linear-gradient(139deg, #ffffffbf 50%, transparent 100%); */
    position: absolute;
    top: 0px;
    left: 0px;
    height: 100%;
    width: 100%;
    opacity: 1;
} 


/* float-btn */
 .side-floating {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    position: fixed;
    top: 41%;
    right: -10px;
    z-index: 999;
    background: #ff214f;
    border-radius: 10px;
    padding: 10px 20px 10px 13px;
    width: 256px;
    transform: translateX(189px);
    transition: transform 0.3s ease-in-out;
}

 .side-floating {
    color: #fff;
    font-size: 21px;
    padding-left: 12px;
}

 .side-floating:hover {
    transform: translateX(0px);
    text-decoration: none !important;
    color: #fff;
}
a.side-floating span {
    padding-left: 10px;
    font-weight: 600;
}

a.cus-top {
    display: none;
}
/* float-btn */

@media only screen and (max-width:767px){
    /* .home-banner {
        padding: 100px 0px 70px 0px !important;
    } */
    .header-snd-row {
        flex-direction: column !important;
    }
    
    .header-snd-row .header-row {
        align-self: center !important;
    }
    .ban-box-out {
        padding: 0px 15px;
    }
    
    .ban-head-box {
        padding: 15px !important;
    }
    html, body {
        scroll-behavior: smooth !important;
    }
    a.cus-top {
        display: block !important;
        bottom: 73px !important;
        border-radius: 10px !important;
        /* transition: opacity 0.3s; */
        background: #404040;
        color: #FFF;
        display: block;
        height: 9px;
        /* opacity: 0; */
        padding: 10px 10px 35px;
        position: fixed;
        right: 10px;
        text-align: center;
        text-decoration: none;
        min-width: 50px;
        z-index: 9999999;
        font-size: 0.8em;
}
    .footer-copyright {
        padding-bottom: 73px !important;
    }
    .service-form {
        padding: 20px !important;
        border-radius: 30px !important;
    }
    .new-form>div>div:first-child {
        padding-right: 15px;
    }
    #footer .footer-copyright {
        background: #1c2023;
    }

    div#mobile-footer{
        display: flex;
    }
    .side-floating{
display: none;
    }
    .home-banner h2.home-head {
        line-height: 45px !important;
        font-size: 32px !important;
    }
    
    .home-banner strong.home-sub-head {
        font-size: 18px !important;
    }
}










a.ban-call-btn {
    display: flex;
    align-items: center;
    gap: 8px;
}
a.btn.ban-btn {
    margin-left: 0px !important;
    margin-top: 8px;
}
.home-banner {
    padding: 73px 0px 34px 0px !important;
}
.ban-call-btn span:nth-child(2) {
    font-size: 37px;
    font-weight: bold;
    color: #fff;
    transition: all 0.2s linear;
}
a.ban-call-btn:hover  span:nth-child(2) {
    color: #ff8da4;
}
    .ban-call-btn span:first-child {
    background: #ff214f;
    height: 50px;
    width: 50px;
    position: relative;
    display: inline-block;
    border-radius: 32px;
}

.ban-call-btn span:first-child svg {
    height: 50px;
    width: 50px;
}
    a.btn.ban-btn {
    min-width: 300px;
}
    .home-banner .parallax-background:before{
        background-image: linear-gradient(139deg, #00000075 50%, #00000075 100%);
    }
    .home-banner>.container {
    display: flex;
    justify-content: space-between;
}

.home-banner>.container div {
    margin: unset !important;
    width: unset;
}
.ban-box-out-r>div {
    background: #fff;
    padding: 40px !important;
    border-radius: 15px;
}

.ban-box-out-r>div h3 {
    margin-bottom: 18px;
}

.ban-head-box {
    background: unset;
}

.home-banner h2.home-head {
    color: #fff;
}

.home-banner strong.home-sub-head {
    color: #fff !important;
}
ul.ban-list {list-style-type: none;padding-left: 0px;display: flex;flex-direction: column;gap: 10px !important;}

ul.ban-list a span:first-child svg {
    height: 18px;
    width: 18px;
    stroke: #fff !important;
}

ul.ban-list a span:first-child {
    padding: 3px 5px 7px 6px;
    background: #ff214f;
}

ul.ban-list li {
  
}

ul.ban-list li a {
    display: flex;
    align-items: center;
    gap: 11px;
}
ul.ban-list {list-style-type: none;padding-left: 0px;display: flex;flex-direction: column;gap: 12px !important;}

ul.ban-list a span:first-child svg {
    height: 18px;
    width: 18px;
    stroke: #fff !important;
    /* background: #ff214f; */
}

ul.ban-list a span:first-child {
    padding: 3px 5px 7px 6px;
    background: #ff214f;
}

ul.ban-list li {
    background: #f6f6f5;
    border-radius: 5px;
    overflow: hidden;
}

ul.ban-list li a {
    display: flex;
    /* justify-content: center; */
    align-items: center;
    gap: 11px;
    font-size: 16px;
    padding-right: 20px;
    color: #000;
    transition: all 0.2s linear !important;
    /* border-radius: 5px !important; */
    /* overflow: hidden; */
}

ul.ban-list a span:nth-child(2) {
    /* color: #000; */
}

ul.ban-list a span:nth-child(2):hover {
    text-decoration: none;
}

ul.ban-list li a:hover {
    text-decoration: none;
    color: #ff214f;
}

ul.ban-list a span:nth-child(2):hover {
    color: #ff214f;
}

@media only screen and (max-width:1024px){
    .home-banner{
        padding: 70px 0px 70px 0px !important;
    }

a.ban-call-btn:hover  span:nth-child(2) {
    color: #ff8da4;
}

.home-banner>.container {
    flex-direction: column;
}

a.btn.ban-btn {
    min-width: unset;
    width: 100%;
}

.ban-box-out-r>div {
    padding: 30px !important;
    /* margin-top: 43px !important; */
}

.ban-head-box {
    padding: 0px !important;
}

.ban-box-out {
    padding: 0px !important;
    padding-bottom: 35px !important;
}

.ban-call-btn span:nth-child(2) {
    font-size: 27px;
}

.ban-call-btn span:first-child {width: 35px;height: 35px;}

.ban-call-btn span:first-child svg {
    height: 35px;
    width: 35px;
}

.home-banner>.container>div {
    flex: 1;
}

.ban-box-out-r {
    /* background: #fff; */
    padding-bottom: 0px !important;
}

.ban-box-out-r>div {
    width: 100% !important;
}
}   


#leistung_hochladen_vorlage{display:none}#anfrage_form #sonstiges{margin-bottom:40px}#sonstiges textarea{width:100%;box-sizing:border-box;height:250px}#anfrage_form input[type=submit]{padding:5px 15px}#alle_leistungen{display:flex;flex-wrap:wrap}.leistung{width:100%;max-width:350px;border:1px solid #eee;border-radius:7px;margin:0 20px 20px 0;position:relative;padding:7px 15px;background:#fafafa}.leistung select{width:100%;height:50px;border:solid 1px #eee;padding-left:10px}.leistung textarea{width:100%;height:150px;margin-top:10px}.leistung > div{background:#ffd0cf;color:#fff;position:absolute;right:-13px;top:-13px;padding:2px 7px 0;border-radius:100%;cursor:pointer;width:27px;text-align:center}



.custom-nav-list-effect-1 > li > a:before {
	border-top-color: #007f7f;
}

.custom-nav-list-effect-1 > li.active > a,
.custom-nav-list-effect-1 > li.open > a,
.custom-nav-list-effect-1 > li:hover > a {
	color: #007f7f !important;
}
/*
* Datepicker
*/
.datepicker thead tr:first-child th:hover,
.datepicker tfoot tr th:hover,
.datepicker table tr td span:hover {
	background: #007f7f;
}

.datepicker .datepicker-switch:hover,
.datepicker .prev:hover,
.datepicker .next:hover {
	background: #007f7f;
}

.datepicker table thead tr:last-child th:hover {
	color: #007f7f;
}

.datepicker table tbody tr td.day:hover {
	background: #007f7f;
}

.datepicker table tbody tr td.day.active {
	background: #15467c;
}

.captcha{margin:20px 0}.captcha input{display:block}.form_message{font-weight:700}.form_message.error{color:red}.form_message.success{color:green}
.reload_captcha{font-weight:700;font-size:1.5em;cursor:pointer}@media (max-width:479px){.captcha img{margin-bottom:10px}}@media (min-width:480px){.captcha{display:flex}.captcha input{max-width:170px;padding:5px!important;height:40px!important;margin-left:25px}}#bereits_ab{color:#fff;background:#007f7f;font-size:25px;text-align:center;font-weight:bold;margin-top:33px;}