<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/* CSS Document */

/* Stylesheet für mediaqueries - 
Smartphone und Tablet optimierte Darstellung.
*/


@media screen and (max-width: 1100px) {

nav li {
	margin: 10px 10px 0px;
}

}

@media screen and (max-width: 950px) {

nav li {
	font-size: 16px;
}



}

@media screen and (max-width: 800px) {

nav {
	width: 100%;
    margin-right: 0px;
    height: 175px;
    text-align: center;
    background-color: #fff;
	display: none;
	border: none;
	border-bottom: 1px solid #eee;
	margin-top: 15px;
}

nav ul {
	width: 100%;
}

nav li {
	display:block;
	font-size: 20px;
}

.logo {
	width: 45%;
	float: left;
	display: inline-block;
	margin-left: 20px;
}

.logo img {
	width: 60%;
}

.button {
	display: inline;
}

header {
	width: 100%;
	position:fixed;
	height: 100px;
	border-bottom: 1px solid #eee;
}

.top {
	width: 100%;
	height: 300px;
	background-position:right;
	background-size: contain;
	background-repeat:no-repeat;
}


}

@media screen and (max-width: 600px) {
	
/* ---- 
---- Grundeinstellungen - Ende
---- Content/Inhalt ---
---- */

.container_1 h2, .container_2 h2, .container_3 h2, .container_4 h2, footer h2, .container_5 h2 {
	font-size: 26px;
	padding: 10px 30px;
	border: 10px double #fff;
}

.container_1 p, .container_2 p, .container_3 p, .container_4 p {
	font-size: 18px;
	line-height: 24px;
}

.top {
	width: 100%;
	height: 335px;
	background-position:right;
	background-size: contain;
	background-repeat:no-repeat;
}

.grid {
	max-width: 1200px;
	padding: 0px 30px;
	margin: 0 auto;
}

nav {
	width: 100%;
    margin-right: 0px;
    height: 175px;
    text-align: center;
    background-color: #fff;
	display: none;
	border: none;
	border-bottom: 1px solid #eee;
	margin-top: 0px;
}
nav ul {
	width: 100%;
}

nav li {
	display:block;
}

nav li:first-child {
	margin-top: 20px !important;
}

.logo {
	width: 100%;
	float: left;
	display: inline-block;
	margin-left: 0px;
}

.logo img {
	width: 60%;
}

.button {
	display: inline;
}

header {
	position:fixed;
	height: 100px;
	border-bottom: 1px solid #eee;
}

/*  -----
---- .container_1 - die Agentur/ das Team ---
---- */

.container_1 {
	height: 1200px;
	background-color: insert;
	margin-top: -100px;
}


.team {
	height: auto;
}

.t1 {
	float: none;
	height: auto;
	margin: 0 auto !important;
	margin-bottom: 40px !important;
}


/*  -----
---- .container_2 - Leistungen ---
---- */
	

.l1 {
	width: 300px ;
	height: 420px !important;
	background-color: #fff;
	margin: 0px 30px;
}

.l1 i {
	 font-size: 40px;
	 margin-bottom: 30px;	
}

.l1 p {
	font-size: 11px;
	line-height: 16px;
	color: #111;
}

.slick-next {
	right: -30px;
	margin-top: -50px;
}

.slick-prev {
	left: -30px;
	margin-top: -50px;
}

/* ----
---- Ausblendung von Pagination und Instagram 
---- */

.slick-dots {
	display: block;
	bottom: -40px;
}

#instafeed a img, .instafeedpic a img {
	float: left;
	width: 33.3333333%;
}



/*  -----
---- .container_4 - Referenzen ---
---- */


.container_4 {
	height: auto;
}

.r1 {
	height: 650px;
}

.r2 {
	width: 45%;
	margin: 1% 1%;
}

.image img {
	max-width: 90%;
}



/*  -----
---- footer ---
---- */

footer {
	height: auto;
	padding-top: 20px;
	padding-bottom: 40px;
}


.f1 {
	width: 100%;
	float: none;
	margin-bottom: 40px;
}


/*  -----
---- container 5 ---
---- */

.container_5 {
	padding: 2%;
	padding-bottom: 5%;
	padding-top: 5%;
	margin-top: -100px;
}

.c5 {
	width: 100%;
	float: none;
}
}

@media screen and (max-width: 320px) {
	
.container_2 {
	height: 1070px;
}
	
.l1 {
	height: 530px !important;
	
}
}
</pre></body></html>