@media (max-width: 1300px) {
    .about_section {


        padding-left: 5%;
        padding-right: 5%;

    }

    .about_section .box {
        align-items: center;
    }
}

@media (max-width: 1120px) {}

@media (max-width: 992px) {
    .hero_area {
        height: auto;
        //height: 750px;
        background-size: cover;
    }

    .contact_nav_container {
        display: none;
    }

    .custom_nav-container {
        padding: 15px 0;
    }

    
    .why_section .why_container {
        flex-wrap: wrap;
    }

    .why_section .box {
        flex: none;
        flex-basis: calc(50% - 20px);
    }

    .why_section .hundert {
        flex: none;
        flex-basis: calc(100% - 0px);
    }

    .why_section .re {
        flex: none;
        width: 40%;
	right: 8%;
	position: absolute;
    }

}

@media (max-width: 768px) {
    
    .info_section .row>div {
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: center;
    }

    .info_section .row>div:not(:nth-last-child(1)) {
        margin-bottom: 45px;
    }

    .info_section .info_links {
        flex-direction: column;
        align-items: center;
    }

    .t1 {
	//position: fixed;
	top: 0%;
	left: 0%;
	width: 100%;
	z-index: 15;
    }

    .beschreibung {
  	//height: 60px;
	overflow: hidden;
  	display: -webkit-box;
  	-webkit-box-orient: vertical;
 	// -webkit-line-clamp: 4;
    }

    .modal-wrapper {
    	max-width: 80%;
    	position: fixed;
    	top: 50%;
    	left: 50%;
    	transform: translate(-50%, -50%);
    }

    #willkommen  {
	bottom: 10%;

}


}

@media (max-width: 576px) {
    .hero_area {
        height: 750px;
    }

    
    .contact_section .contact-form .top_input {
        flex-direction: column;
    }

    .contact_section .contact-form .top_input input {
        width: 100%;
    }

    .client_section .box {
        flex-direction: column;
    }

    .client_section .box .client_detail {
        margin-left: 0;
        padding-left: 25px;
        padding-top: 75px;
        margin-top: -45px;
    }

    .client_section .box .img-box {
        margin-left: 45px;
    }

    .modal-wrapper {
    	max-width: 80%;
    	position: fixed;
    	top: 50%;
    	left: 50%;
    	transform: translate(-50%, -50%);
    }
}

@media (max-width: 480px) {
    .why_section .box {
        flex-basis: calc(100% - 20px);
    }

}

@media (max-width: 420px) {}

@media (max-width: 360px) {}

//@media (min-width: 1200px) {
    .container {
        max-width: 1170px;
    }

}