/* PRINT ######################################################################################## */
@media print {

body {
	background: none !important;
	background-color: #fff !important;
	color: #555 !important;
}

h1, h2, h3, h4, h5 {
	color: #777 !important;
}

}


/* MAX CONTENT WIDTH #################################################################################### */
@media screen and (max-width: 1250px) {

	#menulogo {
		left: 5%;
	}

	#mainmenu #toolbar {
		right: 10px;
	}

	#toolbar .nav li {
		font-size: 20px;
		padding: 13px 15px;
	}

	.homeHeaderLogo {
		left: 5%;
		width: 350px;
	}

	#headerSwitch {
		bottom: 50px;
		left: 5%;
	}

	.section {
		width: 90%;
	}

	.home .content-section {
		padding: 150px 5%;
	}

	.com-content-article__body .pagetitle {
		left: 5%;
	}

	#footer-wrapper {
		width: 100%;
	}

	.com-content-article__body {
		max-width: 90%;
	}

	#about-us .mod-custom, #philosophie .mod-custom, #kontakt .mod-custom {
		align-items: center;
	}

	#header {
		min-height: 900px;
		position: relative;
	}


	#header .headerHead {
		display: none;
	}

	.home #mainmenu {
		transform: translateY(0);
	}

	#mobilemenu {
		background-image: url('../images/site/menu.png');
		background-size: contain;
		background-repeat: no-repeat;
		background-position: right;
		cursor: pointer;
  		display: block;
  		height: 50px;
  		margin: 50px 50px 50px 20px;
	}

	#mobilemainmenu {
		background-image: url('../images/site/menu.png');
		background-size: contain;
		background-repeat: no-repeat;
		cursor: pointer;
  		display: block;
  		height: 50px;
  		position: absolute;
  		right: 50px;
  		top: 25px;
  		width: 50px;
	}

	#mobilemenu img {
		height: 100%;
		object-fit: contain;
		width: 100%;
	}

	#mainmenu {
		height: 80px;
	}

	#mainmenu #menulogo {
		height: 80px;
	}

	#mainmenu .nav-border {
		top: 60px;
	}

	#mainmenu #toolbar {
		background-color: white;
    	border-left: 8px solid var(--orange);
    	box-shadow: 0 0 40px #0000005c;
    	height: 100vh;
    	max-width: 90vw;
    	right: 0;
    	transform: translateX(calc(100% + 50px));
    	transition: all 1s ease;
    	width: 400px;
    	z-index: 3;
	}

	#toolbar .nav {
		flex-direction: column;
    	top: 0;
    	transform: translateY(0);
	}

	#toolbar .nav li:last-child:not(#toolbar .nav li ul li:last-child) {
		margin-left: 0;
	}

	#toolbar .nav li ul {
		background-color: transparent;
		box-shadow: unset;
		border-bottom: none;
		left: 0;
		margin: 10px 0 10px 10px;
		position: relative;
		transform: none;
	}

	#toolbar .nav li ul li {
		text-align: left;
	}

	#toolbar .nav li span:hover {
		color: var(--orange);
		cursor: pointer;
		transition: all 0.5s ease;
	}

	.headerimgFront {
		display: none;
	}

	.headerBackgrounds div img {
		object-position: 70% 50%;
		position: relative;
		top: 100px;
	}

	.header-content {
		bottom: 350px;
		left: 50%;
		transform: translateX(-50%);
		top: unset;
		width: 80vw;
	}

	.header-content div:not(.header-content div div) {
		background-color: white;
		border-bottom: 5px solid var(--orange);
		border-right: 5px solid var(--orange);
		padding: 20px 50px;
	}


}



/* TABLET ####################################################################################### */
@media screen and (max-width: 1050px) {

	.footerbox-right {
		display: none !important;
	}

	.footerbox h3 span {
		font-size: 12px;
	}

	#footerbox1 {
		width: 47%;
	}

	#footerbox2 {
		width: 47%;
	}

	.footerbox-left {
		width: 100%;
	}

}



/* TABLET QUER ################################################################################### */
@media screen and (max-width: 850px) {

	body {
		font-size: 14px;
	}

	h1 {
		font-size: 30px;
	}

	h2,
	.header-content h2 {
		font-size: 26px;
		margin-bottom: 15px;
	}

	h3 {
		font-size: 20px;
	}

	h4 {
		font-size: 18px;
	}

	.header-content p.headerLink {
		font-size: 16px;
	}

	#claim-footer {
		font-size: 16px;
	}

	.content-section {
		flex-direction: column;
	}

	.teams .content-section,
	.leistungen .content-section {
		padding-left: 5% !important;
    	padding-right: 5% !important;
	}

	.teams .content-section:not(.teams .content-section.dark),
	.leistungen .content-section:not(.leistungen .content-section.dark) {
		padding: 50px 5% !important;
	}

	.content-section .section-text {
		margin: 20px;
		width: 100%;
	}

	.content-section .section-image {
		margin: 20px;
		width: 100%;
	}

	.leistungen .content-section .section-image {
		width: 100% !important;
	}



}




/* SMARTPHONE ##################################################################################### */
@media screen and (max-width: 720px) {

	.section {
		padding: 40px 0;
	}

	.border-mobile {
  		display: block;
	}

	.border-desktop {
  		display: none;
	}

	#about-us .mod-custom, #philosophie .mod-custom, #kontakt .mod-custom {
		flex-direction: column;
	}

	#about-us .section-text, #philosophie .section-text, #kontakt .section-text,
	#about-us .section-image, #philosophie .section-image, #kontakt .section-image {
		margin: 50px 0;
		width: 90%;
	}

	#klett-numbers .counter {
		margin: 0 10px;
	}

	#klett-numbers .counter-icon {
		width: 40px;
	}

	#klett-numbers .counter-number {
		font-size: 35px;
	}

	#klett-numbers .counter-text {
		font-size: 16px;
	}

	#klett-numbers, #karriere {
		min-height: 500px;
	}

	.tid-3 .col-img:nth-child(1) {
		height: 60vw;
		width: 60vw;
	}

	.tid-3 .col-img:nth-child(1) .colorrotate {
		height: 60vw;
		width: 60vw;
	}

	.tid-3 .col-img:nth-child(2) {
		height: 40vw;
		width: 40vw;
	}

	.tid-3 .col-img:nth-child(2) .colorrotate {
		height: 40vw;
		width: 40vw;
	}

	.tid-3 .col-img:nth-child(3) {
		height: 20vw;
		left: 25%;
		width: 20vw;
	}

	.tid-3 .col-img:nth-child(3) .colorrotate {
		height: 20vw;
		width: 20vw;
	}	

	#leistungen .leistung {
		margin: 20px 0;
		width: 100%;
	}

	#infocenter .mod-custom {
		align-items: center;
		flex-direction: column;
		padding: 100px 0;
	}

	#infocenter .info-item {
		margin: 25px 0;
		padding: 0;
	}

	#infocenter-anfahrt {
		min-width: unset;
	}

	.footerbox h3 {
		display: none !important;
	}

	footer {
		padding: 0 10px;
	}


	.page-header {
		height: 450px;
	}

	.teams .content-section,
	.leistungen .content-section {
		flex-direction: column;
	}

	.teams .content-section.dark,
	.leistungen .content-section.dark {
		flex-direction: column;
	}

	.jobtoggle h3 {
		font-size: 14px;
		padding: 18px 25px 18px 0;
	}

}


