
@media (min-width: 1200px){
    .container, .container-lg, .container-md, .container-sm, .container-xl {
        max-width: 1460px !important;
    }
    /* #home_3box .container{
        max-width: 1340px !important;
    } */
    /* #block_service .container{
        max-width: 1560px !important;
        padding: 50px;
        background: #f2f4f2;
    } */
}

#home_slider .item{
    position: relative;
    display: flex;
    justify-content: center;
}
#home_slider .item .container{
    position: absolute;
    top: 0;
    display: flex;
    height: 100%;
}
#home_slider .item .container .content{
    align-self: center;
}

#home_slider .subtitle{
    font-size: 40px;
    color: #00522B;
    margin-bottom: 0;
}
#home_slider .title{
    font-size: 40px;
    color: #8EC043;
    margin-bottom: 3.5rem;
    background: #00522B;
    padding: 10px 20px;
}
#home_slider .text{
    font-size: 18px;
    color:#626262;
    margin-bottom: 3.5rem;
}
#home_slider .first_btn{
    background:#00522B;
    padding: 10px 40px;
    color: white;
    text-decoration: none;
    margin-right: 15px;
    border-radius: 21px;
    border: 1px solid #00522B;
}
#home_slider .first_btn:hover{
    background: white;
    color: #00522B;
    border: 1px solid #00522B;
    transition: background .5s ease-in-out;
}
#home_slider .second_btn{
    background: #8EC043;
    text-decoration: none;
    padding: 10px 40px;
    font-size: 20px;
    display: flex;
    width: fit-content;
    color: #00522B;
}
#home_slider .second_btn:hover{
    background: #00522B;
    transition: background .5s ease-in-out;
    color: #8EC043;
}
#home_3box{
    margin-top: 50px;
    margin-bottom: 80px;
}
/* #home_3box .col-sm-4{
    padding-left: 20px;
    padding-right: 20px;
} */
#home_3box .small_img img{
    width: 50px;
    height: 50px;
}
#home_3box .col-content-container{
    border: 2px solid #e8e8e8;
    padding: 40px 30px;
    text-align: center;
    background: #f7f7f7;
    -webkit-box-shadow: 10px 10px 18px 0px rgba(96,96,96,0.16);
    -moz-box-shadow: 10px 10px 18px 0px rgba(96,96,96,0.16);
    box-shadow: 10px 10px 18px 0px rgba(96,96,96,0.16);
}

#home_3box .col-content-container .block-header{
    font-size: 22px;
    color:#00522B;
    margin-top: 30px;
    margin-bottom: 20px;
}
#home_3box .col-content-container .block-content, #block_about_us .text{
    color: #626262;
}
/*#home_3box .block-content{
    margin-bottom:70px;
}*/
#block_about_us .title{
    font-size: 30px;
    color: #00522B;
    margin-bottom: 2rem;
}
#block_service .text, #block_service .service_list{
    margin-bottom: 2rem;
}
#block_about_us .about_us_btn{
    background: #8EC043;
    padding: 10px 40px;
    color:#00522B;
    font-size: 20px;
    text-decoration: none;
}

#block_service{
    margin-top: 80px;
    margin-bottom: 80px;
}
#footer h3{
    color: #8EC043;
    font-size: 18px;
    font-weight: normal;
    text-decoration-line: underline;
}
#footer{
    background: #00522B;
    color: #d7d7d7;
    padding-top: 65px;
}
#footer a{
    text-decoration: none;
    color: #d7d7d7;
}

#footer ul{
    list-style: none;
    padding-left: 0;
}
#footer #copyRight{
    font-size: 14px;
    color:#d7d7d7;
    padding: 40px 15px 0;
}
#footer #copyRight .container{
    border-top: 1px solid #44506b;
    padding: 20px 0 5px;
}
#footer .social_icons{
    display: flex;
}
#footer .social_icons li{
    margin-right: 10px;
}
/* @media(max-width:1200px){ */
    #block_about_us img{
        width: 100%;
    }
/* } */
#block_service ul{
    list-style: none;
    padding-left: 0;
}
#block_service .service_list li{
    display: flex;
}
#block_service .service_list .ul_style{
    width: 7px;
    height: 5px;
    background: white;
    align-self: center;
    margin-right: 10px;
}

#home_slider .slick-dots{
    list-style: none;
    display: flex;
    position: absolute;
    bottom: 0;
    width: 100%;
    padding-left: 0;
    justify-content: center;
}
#home_slider .slick-dots li{
    margin-right: 25px;
}

#home_slider .slick-arrow{
    display: none !important;
}
#home_slider .slick-dots li button{
    border: none;
    box-shadow: none;
    border-radius: 100%;
    width: 20px;
    height: 20px;
    color: transparent;
    background: white;
}
#home_slider .slick-dots .slick-active button{
    border: 2px solid #8EC043;
}
button:focus, .container:focus, .slick-slide, a:focus{
    outline: none !important;
}

.navbar-light.bg-light{
    background: white !important;
}

.block_search .form-inline{
    position: relative;
    margin-left: 10px;
}
.block_search .form-inline button{
    position: absolute;
    right: 0;
    color: #00522B;
    border: none;
    font-size: 20px;
    padding: 0;
}
.block_search .form-inline input{
    border: none;
    border-bottom: 1px solid;
    border-radius: 0;
    border-color: #cdcdcd;
    padding-left: 0;
    padding-bottom: 0;
}
.block_search .form-inline button:hover{
    background-color: unset;
    
}
.block_search .form-inline button:focus, .block_search .form-inline input:focus{
    box-shadow: unset;
}
.block_search .form-inline input::placeholder{
    color: #cdcdcd;
}
#navbarSupportedContent .nav-item a{
    color: #626262;
    font-size: 18px;
}
#block_about_us .about_us_btn:hover{
    background: #00522B;
    /*border: 1px solid #8EC043;*/
    color: #8EC043;
    transition: background 0.5s ease-in-out;
}
@media (max-width:767px){
    #home_3box .col-sm-4{
        max-width: 100%;
        flex: 100%;
        margin-bottom: 20px;
    }
    #home_3box .block-content{
        margin-bottom: initial;
    }
}

ul#socialLinks li {
    margin-left: 10px;
    padding: 3px 10px;
    border: 1px solid transparent;
}
ul#socialLinks li:first-child{
    margin-left: 20px;
}
ul#socialLinks li:hover{
    border: 1px solid #8EC043;
    /*border-radius: 21px;*/
}
.navbar {
    padding: 0.5rem 0rem !important;
}
#home_slider .item2, #home_slider .item3{
    background-image: url('../assets/images/Fd-Dental-Header-img.jpg');
    height: 550px;
}
#home_slider .item1{
	background-image: url('../assets/images/home_slider.jpg');
	height: 550px;
	/*background-position: center;*/
    background-repeat: no-repeat;
    background-size: cover;
}
@media(max-width:430px){
    #home_slider .first_btn, #home_slider .second_btn{
        padding: 10px !important;
    }
    #home_slider .item{
        height: 500px;
    }
	#home_slider .item1{
		background-position:right;
	}
	#home_slider .subtitle,#home_slider .title{
		font-size: 36px;
	}
}


@media (min-width: 576px){
    .form-control.mr-sm-2 {
        margin-right: 0 !important;
    }
}


/* #navbarSupportedContent .form-inline:hover{
    border: 1px solid green;
    border-radius: 21px;
    overflow: hidden;
    padding-right: 10px;
}
#navbarSupportedContent .form-inline:hover button{
    padding-right: 10px;
} */
#block_service .item{
    height: 500px;
}
#block_service .image1{
    background: url('../assets/images/service_slider_img2.jpg');
    background-repeat: no-repeat;
    background-size: cover;
}
#block_service .image2{
    background: url('../assets/images/service_slider_img1.jpg');
    background-repeat: no-repeat;
    background-size: cover;
}

#block_service .service_content{
    height: 100%;
    padding: 40px 70px;
    background:rgba(0,82,43,0.8);
}
#block_service .service_list, #block_service .text, #block_service .title{
    color: white;
}
#block_service .title{
    font-size: 30px;
    margin-bottom: 30px;
}
#block_service .row, #block_service .col-sm-6{
    height: 100%;
}

#block_service .btn-slider-right .right_arrow, #block_service .btn_slider-left .left_arrow{
    content: url('../assets/images/bp-arrow-white.svg');
    width: 20px;
}
#block_service .btn-slider-right , #block_service .btn_slider-left{
    position: absolute;
    z-index: 1;
    background: black;
    opacity: 0.5;
    border: none;
    display: flex;
    top: 45%;
    padding: 5px;
}
#block_service .btn-slider-right{
    transform: rotate(180deg);
}
#block_service .btn_slider-left{
    right: 0;
}
#block_about_us{
    background: #f7f7f7;
    padding: 40px;
}
#block_service .row{
    margin-right: 0;
}

/* Sticky button style */
#sticky-container {
    position: fixed;
    top: 30%;
    right: 0;
    z-index: 999999;
}

.sticky-container-class {
    position: inherit;
    z-index: 10;
}
.sticky-hidden-content {
    display: inline-grid;
    z-index: 5;
    position: absolute;
    right: -600px;
    top:0;
    background: white;
    border: 1px solid #00522B;
    min-width: 280px;
    padding: 10px;
}

#sticky-container .field {
    margin-bottom: 15px !important
} 

.close-sticky {
    width: 30px;
    height: 30px;
    border: 2px solid #00522B;
    border-radius: 50%;
    position: absolute;
    top: -15px;
    left: -15px;
    background: white;
    padding-left: 9px;
    padding-top: 1px;
    cursor: pointer;
}
.sticky-container-class{
    list-style:none;
}
#sticky-container ul li{
    padding: 6px 12px;
    font-size: 24px;
    background:#00522B;
    margin-bottom: 2px;
}
#sticky-container ul li a{
    color: white;
}
#sticky-container ul li:hover{
    background:#8EC043;
    transition: background .5s ease-in-out;
    transform: scaleX(1.1);
    position: relative;
}
#sticky-container ul li:hover a{
    color: white;
}
#sticky-container #contact label{
	margin-bottom: 0px;
	font-weight: 700;
} 
#sticky-container #contact input,#sticky-container #contact textarea{
    width: 100%;
    border: 1px solid #cdcdcd;
    padding: 2px 5px;
}
#sticky-container #contact .button{
	color: white;
    background: #007BC5;
    border:none;
    padding: 7px 10px;
	font-weight: 700;
}
#header_block{
	border-bottom: 1px solid #8EC043;
}
/* #sticky-container .contact_form_open_custom.open_left {
    overflow-y: scroll;
    overflow-x: hidden;
    padding-right: 10px;
} */
@media (max-width: 767px){
	#sticky-container .contact_form_open_custom.open_left {
		width: 300px !important;
    }
    #einkaufen_page .last_step .contact_btn, #verkaufen_page .last_step .contact_btn, #wertermittlung_page .last_step .contact_btn{
        margin-top: 10px;
    }
    #formular_last-step .checkmark{
        top: 0;
    }
    #block_service .col-sm-6, #block_about_us .col-sm-6, #footer .col-sm-3{
        max-width: 100%;
        flex: 100%;
    }
    #block_about_us .title{
        margin-top: 3rem;
    }
    #einkaufen_page .slider_image .green_text, #verkaufen_page .slider_image .green_text, #wertermittlung_page .slider_image .green_text{
        font-size: 24px !important;
    }
    #einkaufen_page .slider_image .white_text, #verkaufen_page .slider_image .white_text, #wertermittlung_page .slider_image .white_text {
        font-size: 18px !important;
    }
    #einkaufen_page .subtittle, #verkaufen_page .subtittle, #wertermittlung_page .subtittle {
        font-size: 24px !important;
    }
}
@media (max-width: 420px){
	#sticky-container .contact_form_open_custom.open_left {
		width: 220px !important;
	}
	#home_slider .slider_buttons{
		margin-bottom: 40px;
	}
}
/* sticky button end style */
@media(min-width:992px){
	.header_content{
		display: flex;
    	justify-content: space-between;
		padding: 4px 0;
	}
	#header_block .nav_search,#header_block .nav_search .block_search{
		display: flex;
	}
	#header_block .nav_search #socialLinks{
		display: flex;
		flex-direction: row;
		height: fit-content;
		align-self: center;
	}
	.navbar .navbar-nav.ml-auto li{
    	margin-left: 10px;
	}
	.navbar .navbar-nav.ml-auto li a{
		padding-left: 20px !important;
		padding-right: 20px !important;
		border: 1px solid transparent;
	}
	.navbar .navbar-nav.ml-auto .nav-item .active {
		background: #8EC043;
		color: #00522B !important;
		/*border-radius: 21px;*/
	}
	.navbar .navbar-nav.ml-auto .nav-item a:hover{
		color: #626262 !important;
		border: 1px solid #8EC043;
		/*border-radius: 21px;*/
		background: transparent !important;
	}
	/*#home_3box .block-content{
   		height: 70px;
	}*/
}
#home_3box .block-content p{
    margin-bottom: 0;
}
.btn-outline-success:not(:disabled):not(.disabled).active, .btn-outline-success:not(:disabled):not(.disabled):active, .show>.btn-outline-success.dropdown-toggle{
	color: inherit !important;
	border-color: transparent!important;
	background-color: transparent !important;
}
.btn-outline-success:not(:disabled):not(.disabled).active:focus, .btn-outline-success:not(:disabled):not(.disabled):active:focus, .show>.btn-outline-success.dropdown-toggle:focus {
    box-shadow: none !important;
}
@media(max-width:991px){
	.header_content, #header_block .nav_search, #header_block .logo,
	#header_block .nav_search .block_search, #header_block .nav_search .navbar.navbar-expand-lg{
		display:flex;
	}
	#header_block .logo{
		float: right;
	}
	#header_block .logo a{
		margin-right: 0;
	}
	#header_block #socialLinks{
		display: none;
	}
	#header_block .header_content{
		width: 100%;
		width: 100%;
		flex-direction: row-reverse;
		justify-content: space-between;
		padding: 5px 0;
	}
	.block_search .form-inline{
		margin-left: 0 !important;
	}
	img#siteLogo {
    	width: 190px !important;
	}
    .logo a{
        padding: 0;
        display: flex;
    }
	#header_block #navbarSupportedContent{
		margin-top: 20px;
    }
    #einkaufen_page .col-sm-4, #verkaufen_page .col-sm-4, #wertermittlung_page .col-sm-4{
        max-width: 100%;
        flex: 100%;
    }
    #einkaufen_page .box_content, #verkaufen_page .box_content, #wertermittlung_page .box_content{
        margin-bottom: 10px;
    }
}

@media(max-width:575px){
    #block_service .service_content {
        padding: 20px 35px;
    }
    #block_service .text, #block_service .service_list{
        margin-bottom: 10px;
    }
    #block_service .item {
        height: auto;
    }
    #referenzen_page .work_img{
        margin-bottom: 15px;
    }
    /* #einkaufen_page .field.comment, #verkaufen_page .field.comment{
        margin-top: 20px;
    } */
    #verkaufen_page #form_tel, #einkaufen_page #form_tel, #wertermittlung_page #form_tel{
        margin-top: 30px;
    }
    #sticky-container .col-sm-6{
        padding-left: 15px !important;
        padding-right: 15px !important;
    }
    #sticky-container .field.comment{
        margin-top: 15px;
    }
    #sticky-container #contact textarea {
        height: 50px !important;
    }
    #einkaufen_page .slider_image, #verkaufen_page .slider_image, #wertermittlung_page .slider_image{
        height: 120px;
    }
    #einkaufen_page .boxes, #verkaufen_page .boxes, #wertermittlung_page .boxes{
        margin-top: 10px;
        margin-bottom: 10px !important;
        top: unset !important;
    }
    #einkaufen_page .slider_image .green_text, #verkaufen_page .slider_image .green_text, #wertermittlung_page .slider_image .green_text{
        font-size: 20px !important;
        line-height: 1.2;
    }
    #einkaufen_page .slider_image .white_text, #verkaufen_page .slider_image .white_text, #wertermittlung_page .slider_image .white_text{
        font-size: 16px !important;
        margin-bottom: 0;
    }
    #einkaufen_page .box_content .box_text, #verkaufen_page .box_content .box_text, #wertermittlung_page .box_content .box_text {
        padding: 10px 0 !important;
    }
    #einkaufen_page .box_content .box_text, #verkaufen_page .box_content .box_text, #wertermittlung_page .box_content .box_text {
        font-size: 20px !important;
    }
    #einkaufen_page .subtittle, #verkaufen_page .subtittle, #wertermittlung_page .subtittle{
        font-size: 22px !important;
        margin-bottom: 0;
    }

}
#einkaufen_page .select_field, #einkaufen_page input, #verkaufen_page .select_field, #verkaufen_page input,
#wertermittlung_page .select_field, #wertermittlung_page input{
    width: 100%;
    padding: 10px;
    margin-bottom: 30px;
    border: 1px solid #cdcdcd;
    color: #626262;

}
#einkaufen_page #form_email, #verkaufen_page #form_email, #wertermittlung_page #form_email{
    margin-bottom: 0;
}
#einkaufen_page .field.comment textarea, #verkaufen_page .field.comment textarea, #wertermittlung_page .field.comment textarea{
    padding: 10px;
    width: 100%;
    border: 1px solid #cdcdcd;
}
#einkaufen_page .contakt_text, #verkaufen_page .contakt_text,#wertermittlung_page .contakt_text{
    color: #626262;
}
#einkaufen_page .subtittle, #verkaufen_page .subtittle, #wertermittlung_page .subtittle{
    font-size: 30px;
    color: #00522B;
    word-break: break-all;
}
#einkaufen_page .text, #verkaufen_page .text, #wertermittlung_page .text{
    margin-top: 80px;
    margin-bottom: 30px;
    color: #626262;
}
#einkaufen_page .text a, #verkaufen_page .text a, #wertermittlung_page .text a{
    color: #00522B;
}
#einkaufen_page .btn, #verkaufen_page .btn, #wertermittlung_page .btn{
    width: 100%;
    margin-bottom: 50px;
}
#einkaufen_page button, #verkaufen_page button, #wertermittlung_page button{
    color: #00522B;
    background:#8EC043;
    font-size: 20px;
    padding: 10px 40px;
    border:none;
    text-decoration: none;
}
#einkaufen_page textarea, #verkaufen_page textarea, #wertermittlung_page textarea{
    height: 121px;
}

#formular_last-step .container {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 10px;
    cursor: pointer;
    font-size: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
  }
  
  /* Hide the browser's default checkbox */
  #formular_last-step .container input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
  }
  
  /* Create a custom checkbox */
  #formular_last-step .checkmark {
    position: absolute;
    top: 10px;
    left: 0;
    height: 25px;
    width: 25px;
    border: 1px solid #8EC043;
    border-radius: 4px;
  }
  /* When the checkbox is checked, add a blue background */
  #formular_last-step .container input:checked ~ .checkmark {
    background-color:#8EC043;
  }
  
  /* Create the checkmark/indicator (hidden when not checked) */
  #formular_last-step .checkmark:after {
    content: "";
    position: absolute;
    display: none;
  }
  
  /* Show the checkmark when checked */
  #formular_last-step .container input:checked ~ .checkmark:after {
    display: block;
  }
  
  /* Style the checkmark/indicator */
  #formular_last-step .container .checkmark:after {
    left: 8px;
    top: 1px;
    width: 8px;
    height: 15px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
  }
#formular_last-step a{
    margin-left: 30px;
    color: #626262;
    margin-right: 25px;
}
#formular_last-step a:hover{
    text-decoration: none;
}
/* #einkaufen_page .contact_btn{
    text-align: center;
    margin-top: 20px;
} */
#einkaufen_page #contact_form, #verkaufen_page #contact_form, #wertermittlung_page #contact_form{
    padding: 30px;
    margin: 40px 0;
    background:#f7f7f7;
}
#einkaufen_page .kontakt_tittle, #verkaufen_page .kontakt_tittle, #wertermittlung_page .kontakt_tittle{
    font-size: 30px;
    color: #626262;
}
#einkaufen_page .last_step, #verkaufen_page .last_step, #wertermittlung_page .last_step{
    display: block;
    float: right;
    margin-top: 13px;
}
#einkaufen_page .last_step #formular_last-step, #einkaufen_page .last_step .contact_btn,
#verkaufen_page .last_step #formular_last-step, #verkaufen_page .last_step .contact_btn,
#wertermittlung_page .last_step #formular_last-step, #wertermittlung_page .last_step .contact_btn{
    display: inline-block;
}

.green_border{
    border: 1px solid #8EC043 !important;
}

#einkaufen_page input, #einkaufen_page textarea, #einkaufen_page select{
    outline-color: #8EC043;
}
/* input:-webkit-autofill {
    border: 1px solid #8EC043 ;
} */
/* Change the white to any color ;) */
input:-webkit-autofill,
input:-webkit-autofill:hover, 
input:-webkit-autofill:focus, 
input:-webkit-autofill:active,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus  {
    -webkit-box-shadow: 0 0 0 30px white inset !important;
    border: 1px solid #8EC043 !important ;
}
#datenschutzerklarung .content, #impressum .content{
    background: #f7f7f7;
    padding: 20px;
    word-break: break-word;
}

#datenschutzerklarung span, #impressum span{
    font-weight: 700;
}
#datenschutzerklarung a{
    color: #00522B;
    text-decoration: underline;
}
#impressum a{
    color: #00522B;
}
#footer a:hover{
    color: #8EC043;
}
#footer a:hover svg{
    color: #8EC043;
}

#sticky-container #contact{
    background: #f7f7f7;
    padding: 15px;
    margin-top: 15px;
}
#sticky-container #contact textarea{
    height: 120px;
}
#sticky-container .field.comment{
    margin-bottom: 0 !important;
}
#sticky-container .contact_btn button{
    color: #00522B;
    padding: 5px 10px;
    background: #8EC043;
    text-decoration: none;
    border:none;
    font-size: 18px;
}
#sticky-container .contact_btn{
    float: right;
    margin-top: 7px;
}

@media(min-width:768px) and (max-width:1199px){
    #block_service .service_content{
        padding: 10px 30px;
    }
    #block_service .item {
        height: auto;
    }
    #home_3box .col-content-container{ 
        padding: 40px 10px !important;
    }
}

/* Ankauf_page */
#einkaufen_page .slider_image, #verkaufen_page .slider_image, #wertermittlung_page .slider_image{
    position: relative;
    display: flex;
    justify-content: center;
}
#einkaufen_page .slider_image .slider_text, #verkaufen_page .slider_image .slider_text, #wertermittlung_page .slider_image .slider_text{
    position: absolute;
    top: 0;
    display: flex;
    height: 100%;
}
#einkaufen_page .slider_image .slider_text div, #verkaufen_page .slider_image .slider_text div, #wertermittlung_page .slider_image .slider_text div{
    align-self: center;
}
#einkaufen_page .slider_image .green_text, #verkaufen_page .slider_image .green_text, #wertermittlung_page .slider_image .green_text{
    font-size: 30px;
    color: #8EC043;
    margin-bottom: 0;
}
#einkaufen_page .slider_image .white_text, #verkaufen_page .slider_image .white_text, #wertermittlung_page .slider_image .white_text{
    font-size: 24px;
    color: white;
}
#einkaufen_page .box_content, #verkaufen_page .box_content, #wertermittlung_page .box_content{
    display: flex;
    border: 2px solid #e4e7e4;
}
#einkaufen_page .box_content .tick, #verkaufen_page .box_content .tick, #wertermittlung_page .box_content .tick{
    width: 20%;
    background: #dff0df;
    display: flex;
    justify-content: center;
}
#einkaufen_page .box_content .tick img, #verkaufen_page .box_content .tick img,  #wertermittlung_page .box_content .tick img{
    width: 30px;
}
#einkaufen_page .box_content .box_text, #verkaufen_page .box_content .box_text, #wertermittlung_page .box_content .box_text{
    padding: 20px 0;
    width: 100%;
    background:#f7f7f7;
    text-align: center;
    color: #626262;
    font-size: 24px;
    line-height: 1.2;
}
#einkaufen_page .boxes, #verkaufen_page .boxes, #wertermittlung_page .boxes{
    position: relative;
    top: -20px;
    margin-bottom: 20px;
}
@media(min-width:992px) and (max-width:1199px){
    #einkaufen_page .box_content, #verkaufen_page .box_content, #wertermittlung_page .box_content {
        height: 120px;
        background: #f7f7f7;
    }
    #einkaufen_page .box_content .box_text, #verkaufen_page .box_content .box_text, #wertermittlung_page .box_content .box_text{
        padding: unset !important;
        align-self: center;
    }
    #home_3box .col-content-container .block-content{
        height: 70px;
        margin-bottom: 50px;
    }
}

@media(max-width:1199px){
    #home_3box .col-content-container .block-header {
        font-size: 24px;
    }
}
.btn-slider-right.slick-arrow{
	margin-left: 1px;
}
@media(min-width:768px) and (max-width:991px){
	#home_3box .block-content{
		height: 140px;
        margin-bottom: 50px;
	}
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    .navbar-brand{
        display: flex !important;
        align-self: center;
    }
    #home_slider .item .container{
        position:  relative !important;
    }
    #home_slider .item{
        justify-content: flex-start;
    }
	#block_service .btn-slider-right .right_arrow, #block_service .btn_slider-left .left_arrow{
		background: url('../assets/images/bp-arrow-white.svg');
		width: 20px;
		height: 40px;
	}
	#home_3box .col-content-container{
		padding: 37px 30px;
	}
	#einkaufen_page .box_content .tick img, #verkaufen_page .box_content .tick img, #wertermittlung_page .box_content .tick img{
		height: 96px;
	}
	
	#einkaufen_page .slider_image .slider_text, #verkaufen_page .slider_image .slider_text, #wertermittlung_page .slider_image .slider_text{
		left: 9.5%;
	}
}

#referenzen_page .work_img img{
    width: 100%;
}
#referenzen_page .referenzen_content{
    margin-bottom: 150px;
}

#verkaufen_page .slider_image{
    background: url(../assets/images/kontakt_slider_img.jpg);
    height: 400px;
    background-repeat: no-repeat;
    background-size: cover;
}
#verkaufen_page .slider_image .green_text{
    background: #00522B;
    padding: 10px 20px;
}

#referenzen_page .ref_title{
    margin-top: 60px;
    font-size: 36px;
    margin-bottom: 40px;
    color: #00522B;
}
.uber_uns_btn{
    margin-top: 50px;
}
#sticky-phone svg, #sticky-mail svg{
    color: #8EC043;
}
#sticky-container ul li:hover svg{
    color: #00522B;
}