/*
====================================
large Screen - Others
====================================
*/
@media screen and (min-width: 1200px) and (max-width: 1399px) {

	.header-navigation-link ul {
		margin-left: 180px;
	}

	/*=== story area start ===*/

	.story-area .container {
	    max-width: 1200px;
	}


}







@media screen and (min-width: 992px) and (max-width: 1199px) {

	.header-area .container {
		max-width: 960px;
	}

	.header-navigation-content {
		justify-content: space-between;
	}

	.header-logo img {
		max-width: 170px;
	}

	.header-navigation-link ul {
		margin-left: 0px;
	}

	.header-navigation-link ul li a {
		margin-right: 12px;
	}

	/*=== main content start ===*/

	.about-left p {
		margin-bottom: 50px;
	}

	.about-right {	
	    padding: 45px 24px;
	}

	/*=== about area start ===*/

	.company-content ul li a img {
	    max-width: 100px;
	}

	.company-content ul li:nth-of-type(9) a img {
	    max-width: 130px;
	}

	.company-content ul li:nth-of-type(10) a img {
	    max-width: 130px;
	}

	.company-content ul li:nth-of-type(11) a img {
	    max-width: 130px;
	}

	/*=== story area start ===*/

	.story-area .container {
	    max-width: 960px;
	}

	.story-left {
	    max-width: 400px;
	    padding: 30px 0;
	}

	.story-left h2 {
	    margin-bottom: 20px;
	}

	.story-left p {
	    margin-bottom: 20px;
	}

	.story-left-inner {
	    padding-top: 25px;
	}

	.story-right-inner {
	    width: 530px;
	}

	.story-right-inner img {
	    height: 560px;
	}

	/*=== team area start ===*/

	.team-title {
		padding-top: 20px;
	}

	.team-title > span {
		margin-bottom: 30px;
	}

	/*=== contact area start ===*/

	.contact-right {
	    padding-left: 30px;
	}

	/*=== footer area start ===*/

	.footer-item a.button {
		font-size: 14px;
		padding: 7.5px 18px;
	}






}

/*
====================================
Small Screen - Tablate
====================================
*/
@media screen and (min-width: 768px) and (max-width: 991px) {

	.title-large {
		font-size: 42px;
	}

	.header-area .container {
		max-width: 720px;
	}

	/*=== main content start ===*/

	.about-left p {
	    margin-bottom: 30px;
	}

	.about-left ul li a.button {
	    margin-bottom: 10px;
	}

	.about-right {
	    padding: 35px 20px;
	}

	/*=== about area start ===*/

	.company-content ul li {
	    width: 25%;
	}

	/*=== counter area start ===*/

	.counter-left img {
	    min-height: 380px;
	}

	.counter-right ul li {
	    min-height: 190px;
	}

	.counter-right ul li i {
	    font-size: 40px;
	    margin-bottom: 20px;
	}

	.counter-right ul li h2 {
	    font-size: 28px;
	}

	.counter-right ul li p {
	    font-size: 15px;
	}

	/*=== service area start ===*/

	.service-left h2 {
	    font-size: 36px;
	}

	/*=== commercial area start ===*/

	.commercial-area {
		padding-bottom: 70px;
	}

	.tab-menu-second ul li a i {
	    font-size: 38px;
	    min-height: 38px;
	}

	/*=== story area start ===*/

	.story-area .container {
	    max-width: 720px;
	}

	/*=== team area start ===*/
	
	.team-content {
	    grid-template-columns: repeat(3, 1fr);
	}

	.team-title {
		padding-top: 20px;
	}

	.team-title > span {
		margin-bottom: 30px;
	}

	/*=== advice area start ===*/

	.advice-content {
	    grid-template-columns: repeat(2, 1fr);
	}

	/*=== contact area start ===*/

	.contact-left {
	    margin-bottom: 30px;
	}

	.contact-right {
	    width: 100%;
	    padding-left: 0px;
	}





}

/*
====================================
Small Screen - Mobile
====================================
*/
@media screen and (max-width: 767px) {

	.title-large {
		font-size: 32px;
	}

	.header-area .container {
		max-width: 540px;
	}

	.header-top {
		display: none;
	}

	.header-logo img {
	    max-width: 160px;
	}

	.slider-container {
	    padding: 200px 15px 170px;
	}

	.banner-item h1 {
	    font-size: 42px;
	    line-height: 130%;
	}

	.banner-item p {
	    font-size: 18px;
	}

	/*=== main content start ===*/

	.about-left p {
	    margin-bottom: 30px;
	}

	.about-left ul {
		justify-content: center;
	}

	.about-left ul li a.button {
	    margin: 0 0 20px;
	}

	.about-right {
	    padding: 30px 18px;
	}

	/*=== about area start ===*/

	.company-area {
		padding-bottom: 20px;
	}

	.company-content ul li {
	    width: 33.333%;
	    margin: 10px 0 20px;
	}

	/*=== counter area start ===*/

	.counter-left img {
	    min-height: auto;
	}

	.counter-right ul li {
	    min-height: 200px;
	}

	.counter-right ul li i {
	    font-size: 40px;
	    margin-bottom: 20px;
	}

	.counter-right ul li h2 {
	    font-size: 28px;
	}

	.counter-right ul li p {
	    font-size: 15px;
	}

	/*=== service area start ===*/

	.service-area:after {
	    display: none;
	}

	.service-left {
	    padding-bottom: 20px;
	}

	.service-right {
	    padding-left: 0px;
	}

	.service-right h2 {
	    font-size: 28px;
	}

	/*=== commercial area start ===*/

	.commercial-area {
	    padding: 70px 0;
	}

	.tab-menu-second ul li {
	    width: 33.333%;
	}

	.tab-menu-second ul li a i {
	    font-size: 38px;
	    min-height: 38px;
	}

	.commercial-item-left {
		width: 100%;
		padding: 0;
	}

	.commercial-item-left h2 {
		font-size: 28px;
	}

	.commercial-item-left ul:last-of-type {
		padding-bottom: 22px;
	}

	.commercial-item-left-inner {
	    padding-top: 10px;
	}

	.commercial-item-right {
		width: 100%;
		padding: 0;
	}

	/*=== story area start ===*/

	.story-area .container {
	    max-width: 540px;
	}

	/*=== question area start ===*/

	.question-title {
	    margin-bottom: 30px;
	}

	.question-content {
	    grid-template-columns: repeat(1, 1fr);
	}

	.question-right {
		padding-top: 20px;
	}

	/*=== team area start ===*/

	.team-content {
	    grid-template-columns: repeat(2, 1fr);
	}

	.team-title {
	    padding-top: 30px;
	}

	/*=== advice area start ===*/

	.advice-upper p br {
	    display: none;
	}

	.advice-content {
	    grid-template-columns: repeat(2, 1fr);
	}

	/*=== contact area start ===*/

	.contact-left {
	    width: 100%;
	    margin-bottom: 30px;
	}

	.contact-right {
	    width: 100%;
	    padding-left: 0px;
	}

	/*=== map area start ===*/

	.map-item {
		display: none;
	}

	/*=== footer area start ===*/

	.footer-top {
	    padding: 70px 0 40px;
	}

	/*=== impressum page start ===*/

	.impressum-item h2 {
	    font-size: 28px;
	}




}


@media screen and (max-width: 575px) {

	/*=== about area start ===*/

	.company-content ul li {
	    width: 50%;
	}

	/*=== team area start ===*/

	.team-content {
	    grid-template-columns: repeat(1, 1fr);
	}

	/*=== advice area start ===*/

	.advice-content {
	    grid-template-columns: repeat(1, 1fr);
	}

	.cookie-bar {
		width: 100%;
    	left: 0px;
    	right: 0px;
	}

	.cookie-bar-inner ul li {
	    width: 100%;
	}

	.cookie-bar-inner ul li:last-of-type {
	    width: 100%;
	}


}