@charset "UTF-8";
/* CSS Document */

/* kleine Devices */

@media (max-width: 575.98px){
body {
	font-size: 0.8em;
}
h1 {font-size: 1.7em;}
	
.zoomslider {
    width: 100%;
	display: flex;
	align-items: center;
  	justify-content: top;
}
	
header#navtop {
	height: 15%;
	padding-top: 1%;
}

header nav ul {display: none;}
nav role {display: inline;}

.logo{
	position: sticky;
	top:0px;
	height: 40px;
	margin-right: -35px;
	margin-bottom: 20px;
	}	
.center {
	width: 100%;
	height: auto;
}
.column2 {width: 95%; margin: 0% 5% 15% 2%;}
.column3 {width: 30%;}
.column4 {width: 31%;}
.columncontent img {width: 100%; height: 100%;}
	
.startinfo {
	height: 140px;
	width: 60%;
	overflow: auto;
	margin-right: 5%;
	margin-left: 5%;
	margin-bottom: 250px;
}
	
section.columncontent {
	width: 100%;
	margin-bottom: 150px;
}
.preise img {
	width: 80%;
}
	
aside.column4 {
	display: none;
}
aside menu { display: none; }

.projecttxt {
	width: 90%;
	margin-left: 5%;
}

.client {
	width: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 10px;
	margin-top: 10px;
}

footer {
	height: 120px;
	font-size: 1em;
	padding-top: 10px;
}
footer li {
	float: none;
}
footer nav li {
	text-align: right;
	padding-right: 1px;
	padding-bottom: 1px;
}
footer li:last-child {
	margin-right: inherit;
	margin-bottom: 20%;
}
.footer_pic{display: none;}

.work a{width: 90%; height: 45%;}
.work {width: 90%;; height: 45%;}
}

/*Tabletts*/
@media (min-width: 576px) and (max-width: 767.98px) {
body {
	font-size: 0.8em;
}
h1 {font-size: 2.5em;}
header {
	position: sticky;
	top: 0%;
	z-index: 1;
	background: white;
	margin-top: -38px;
}
header nav ul {display: none;}
nav role {display: inline;}
	
.logo{width: 200px;}	

.center {
	width: 100%;
	height: auto;
}
.column2 {width: 95%; margin: 0% 5% 15% 2%;}
.column3 {width: 30%;}
.column4 {width: 19%;}
.columncontent img {width: 100%;}

.startinfo {
	width: 100%;
	float: left;
	padding-left: 4%;
	padding-top: 15%;
}
	
section.columncontent {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 174px;
}
	
aside.column4 {
	display: none;
}
aside menu { display: none; }

.projecttxt {
	width: 100%;
}
.work a{
	width: 100%;
	/* [disabled]height: 1%; */
}
.work {
	width: 36%;
	/* [disabled]height: 76%; */
}
.work img {
	width: 100%;
}
	
.clientsingle { overflow: hidden; float: left; width: 20%;}

footer {
	width: 100%;
	height: auto;
	font-size: 1em;
}
footer li {line-height: 1.4; float: none; margin: 1px; padding: 1px;}
footer nav li { text-align: right; padding-right: 10px;}
footer li:last-child {
	margin-right: inherit;
	margin-bottom: 20px;
}
}
/*Mittlere Monitore*/
@media (min-width: 768px) and (max-width: 991.98px) {
body {font-size: 0.8em;}

/* HEADER */
header{width: 100%;}		
header nav {
	width: 75%;
	margin-left: -18%;
}
header nav ul {
	font-size: 1.13em;
	display: inline;
}

.logo{
	width: 136px;
	margin-top: 10px;
	margin-right: 20px;
}
.column3 {width: 455px;}
.columncontent img {width: 100%;}

nav a, menu a {
	text-decoration: none;
	color: #000000;
}
.work a{
	width: 100%;
	/* [disabled]height: 1%; */
}
.work {
	width: 36%;
	/* [disabled]height: 76%; */
}

}
/*Grosse Monitore*/
@media (min-width: 992px) and (max-width: 1199.98px) {
body {
	font-size: 0.95em;
}
h1 {font-size: 2.8em;}

header{width: 100%;}		
header nav {
	width: 68%;
	margin-top: 32px;
	margin-left: -70px;
}
header nav ul {
	font-size: 1.13em;
}
.logo{
	width: 150px;
	margin-top: 10px;
}
.column3 {width: 455px;}
footer li {
	font-size: 0.8em;
	height: auto;
}

.work a{
	width: 100%;
	/* [disabled]height: 1%; */
}
.work {
	width: 36%;
	/* [disabled]height: 76%; */
}
}
