
/* Anker Id Block */
.achor-id {
    height: 20px;
    width: 100%;
    /* margin-top: -55px; */
}

@media screen and (max-width: 800px){
    .achor-id {
        height: 140px;
        width: 100%;
        margin-top: -120px;
    }
}

/* General */

.w100{
    width: 100%;
}

.position-relative {
    position: relative;
}

/* Buttons */

.tm-btn {
    border: 3px solid var(--primary);
    text-transform: uppercase;
    font-weight: 600;
    color: var(--primary);
    padding: 8px 8px 10px 15px;
    -webkit-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
    background-color: transparent;
    margin: 3px 0 10px;
    display: inline-block;
}

.tm-btn::after {
    content: '\276F';
    width: 20px;
    height: 20px;
    margin-left: 12px;
    display: inline-block;
    -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
            transform: translateX(0);
    -webkit-transition: all 0.4s ease;
        -o-transition: all 0.4s ease;
            transition: all 0.4s ease;
}

.tm-btn.light,
.dark-box .tm-btn {
    border-color: #fff;
    color: #fff;
    background-color: var(--primary);
}

.tm-btn.light.noborder{
    border-color: var(--primary);
}

.tm-btn:hover {
    /* background-color: var(--primary-transparent-light);
    color: var(--primary); */
    background-color: var(--primary);
    color: #fff;
        -webkit-transform: scale(1.02);
                -ms-transform: scale(1.02);
            transform: scale(1.02);
}

.tm-btn:hover::after {
    -webkit-transform: translateX(7px);
        -ms-transform: translateX(7px);
            transform: translateX(7px);
}

.tm-btn.light:hover,
.dark-box .tm-btn:hover {
    /* color: #fff;
    background-color: rgba(255, 255, 255, 0.2); */
    color: var(--primary);
    background-color: #fff;
    border-color: var(--primary);
}

/*Slider Controls*/
.slick-prev:before, .slick-next:before {
    color: var(--primary)!important;
    font-size: 45px!important;
    background-color: #fff !important;
    padding: 0 10px 5px !important;
    /* border: 1px solid var(--primary-transparent-light); */
}

.slick-prev, .slick-next {
    width: 65px !important;
    height: 30px !important;
    z-index: 99999999999;
}

.headerslider .slick-next {
    -webkit-transform: translate(-40px, 120px) !important;
    -ms-transform: translate(-40px, 120px) !important;
        transform: translate(-40px, 120px) !important;
}

.headerslider .slick-prev {
    -webkit-transform: translate(40px, 120px) !important;
    -ms-transform: translate(40px, 120px) !important;
        transform: translate(40px, 120px) !important;
}

@media screen and (max-width: 1200px){

    .headerslider .slick-next {
        -webkit-transform: translate(-25px, 120px) !important;
        -ms-transform: translate(-25px, 120px) !important;
            transform: translate(-25px, 120px) !important;
    }
    
    .headerslider .slick-prev {
        -webkit-transform: translate(25px, 120px) !important;
        -ms-transform: translate(25px, 120px) !important;
            transform: translate(25px, 120px) !important;
    }
    
}

.slick-dots li button:before {
    font-size: 15px!important;
    color: var(--primary)!important;
    margin-top: 15px;
}

.slick-prev:before {
    content: "\2B05" !important;

    min-width: 35px!important;
    color: transparent!important;
    background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg id='uuid-b629d74f-02bc-47bd-8ca4-5c63871a0d34' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 354.38 141.75'%3E%3Crect x='70.88' y='38.87' width='283.51' height='64.02' transform='translate(425.26 141.75) rotate(-180)' style='fill:%23008351;'/%3E%3Cpolygon points='0 70.88 81.27 0 81.27 141.75 0 70.88' style='fill:%23008351;'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-size: 35px;
    background-position: center center;
  }
  
.slick-next:before {
    content: "\27A1" !important;
    
    min-width: 35px!important;
    color: transparent!important;
    background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg id='uuid-8e1b7bea-b6e4-4325-91f6-972bdcfd5ee7' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 354.38 141.75'%3E%3Crect y='38.87' width='283.51' height='64.02' style='fill:%23008351;'/%3E%3Cpolygon points='354.38 70.88 273.12 0 273.12 141.75 354.38 70.88' style='fill:%23008351;'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-size: 35px;
    background-position: center center;
}


/* USercentrics Blocker Styling*/

.embedded-blocker {
    border: 1px solid var(--grey);
    position: relative;
    min-height: 340px;
}

.embedded-blocker .info {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    padding: 20px;
    background-color: rgba(0, 0, 0, 0.3);
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

.embedded-blocker.map .cover {
    background: url(/app/themes/generatepress-child/components/assets/map.jpg) no-repeat 50%;
    background-size: cover;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.embedded-blocker .info div {
    background: #fff;
    border-radius: 2px;
    -webkit-box-shadow: 0 3px 6px rgb(0 0 0 / 50%);
    box-shadow: 0 3px 6px rgb(0 0 0 / 50%);
    /* text-align: center; */
    max-width: 500px;
    margin: 0 auto;
    padding: 1rem 2rem;
}

.embedded-blocker .info div h5{
    font-weight: 600;
    margin-top: 10px;
}

/*Sanierungsrechner*/

.embedded-blocker.sanierungsrechner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    border: 2px solid rgba(0, 0, 0, 0.3);
}

.embedded-blocker.sanierungsrechner .info {
    width: 50%;
    position: relative;
    top: 0;
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0);
    padding: 0;
}

.sanierungsrechner-leftside {
    width: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    background-color: var(--dark);
    color: #fff;
    font-size: 3rem;
    font-weight: 900;
    padding: 0 50px 70px;
    letter-spacing: 1px;
}

@media screen and (max-width: 900px){
    .embedded-blocker.sanierungsrechner .info {
        width: 100%;
    }
    .sanierungsrechner-leftside {
        display: none;
    }
}

.sanierungsrechner-leftside span {
    max-width: 300px;
}

.embedded-blocker.sanierungsrechner  .info div {
    background: #fff;
    -webkit-box-shadow: none;
    box-shadow: none;
    max-width: 100%;
}

.sanierungsrechner .tm-btn.small {
    border: 3px solid var(--primary);
    text-transform: uppercase;
    font-weight: 600;
    color: var(--primary);
    padding: 8px 8px 10px 15px;
    -webkit-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
    background-color: transparent;
    margin: 3px 0 10px;
    display: inline-block;
    font-size: 15px;
}

/* Apply Button */
.appy-btn {
    position: fixed;
    right: 0;
    bottom: 20px;
    background-color: var(--primary);
    padding: 15px 20px 15px 15px;
    color: #fff;
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
    border: 1px solid #fff;
    z-index: 999999999999;
    -webkit-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.appy-btn:before {
    content: '\270E';
    display: inline-block;
    margin-right: 5px;
    font-size: 30px;
    line-height: 0px;
    -webkit-transform: translateY(5px);
        -ms-transform: translateY(5px);
            transform: translateY(5px);
}

.appy-btn:hover {
    background-color: var(--grey);
    color: var(--primary);
    border: 1px solid var(--primary);
    border-right: 1px solid var(--grey);
}
