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

.header {
	float:left;
	width:100%;
	height:auto;
	padding:0 20px 22px 25px;
	background:#ffffff;
	position:relative;
}
.logo {
	float:left;
	width:230px;
	height:auto;
	display:block;
	margin:25px 0 0 0;
}
.logo_text {
	float:right;
	width:140px;
	height:auto;
	display:block;
	margin:80px 0 0 0;
}
.menunav {
	position:absolute;
	right:21px;
	top:26px;
	width:32px;
	height:32px;
	cursor:pointer;
}
.menu_navigation {
	position:absolute;
	right:20px;
	top:0;
	width:310px;
	height:310px;
	background:#000000;
	z-index:999;
	transition:all 0.2s ease-in;
	transform:translateY(-320px);
}
.menu_navigation.active {
	position:absolute;
	right:20px;
	top:0;
	width:310px;
	height:310px;
	background:#000000;
	z-index:999;
	transition:all 0.3s ease-out;
	transform:translateY(0px);
}
.teaser_mobile {
	float:left;
	width:100%;
	height:400px;
	display:inline-block;
	background-image:url(../img/teaser_mobile.jpg);
	background-position:center center;
	background-repeat:no-repeat;
	background-size:cover;
}
.teaser_mobile_leistungen {
	display:none;
	float:left;
	width:100%;
	height:auto;
	background:#000000;
	text-align:right;
	color:#ffffff;
	font-family: 'Playfair Display';
	font-weight: 400;
    font-style: normal;
	font-size:22px;
	line-height:32px;
	padding:20px 35px 25px 20px;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.teaser_mobile_leistungen_a {
	display:none;
}
.leistungen_nur_tablet {
	display:inline-block;
	float:left;
	width:100%;
	height:auto;
	background:#000000;
	text-align:right;
	color:#ffffff;
	font-family: 'Playfair Display';
	font-weight: 400;
    font-style: normal;
	font-size:30px;
	line-height:44px;
	padding:28px 40px 35px 25px;
}
.bubble_fullservice {
	position:absolute;
	width:540px;
	height:540px;
	background:#f7e820;
	border-radius:50%;
	left:50%;
	top:270px;
	text-align:left;
	padding:99px 20px 0 100px;
	font-family: 'Roboto';
	font-weight:300;
	font-size:40px;
	line-height:48px;
	transform-origin:center center;
	transform:scale(1.0) translateX(-50%);
	display:inline-block;
}
.mobiledota {
	position:absolute;
	left:10px;
	top:105px;
	width:130px;
	height:130px;
	border-radius:50%;
	background-color:#f7e820;
	display:inline-block;
	transform:scale(1.0);
	-webkit-animation: bubble_design_ani 6s infinite linear;
	-moz-animation: bubble_design_ani 6s infinite linear;
	-o-animation: bubble_design_ani 6s infinite linear;
}
.mobiledotb {
	position:absolute;
	right:45px;
	top:170px;
	width:150px;
	height:150px;
	border-radius:50%;
	background-color:#f7e820;
	display:inline-block;
	transform:scale(1.0);
	-webkit-animation: bubble_design_ani 6s infinite linear;
	-moz-animation: bubble_design_ani 6s infinite linear;
	-o-animation: bubble_design_ani 6s infinite linear;
}
.mobiledotc {
	position:absolute;
	right:-3%;
	top:395px;
	width:125px;
	height:125px;
	border-radius:50%;
	background-color:#f7e820;
	display:inline-block;
	transform:scale(1.0);
	-webkit-animation: bubble_design_ani 6s infinite linear;
	-moz-animation: bubble_design_ani 6s infinite linear;
	-o-animation: bubble_design_ani 6s infinite linear;
}
.mobiledotd {
	position:absolute;
	left:-40px;
	top:400px;
	width:115px;
	height:115px;
	border-radius:50%;
	background-color:#f7e820;
	display:inline-block;
	transform:scale(1.0);
	-webkit-animation: bubble_design_ani 6s infinite linear;
	-moz-animation: bubble_design_ani 6s infinite linear;
	-o-animation: bubble_design_ani 6s infinite linear;
}
.mobiledote {
	position:absolute;
	right:190px;
	top:494px;
	width:115px;
	height:115px;
	border-radius:50%;
	background-color:#f7e820;
	display:inline-block;
	transform:scale(1.0);
	-webkit-animation: bubble_design_ani 6s infinite linear;
	-moz-animation: bubble_design_ani 6s infinite linear;
	-o-animation: bubble_design_ani 6s infinite linear;
}
.bubble_hallo {
	position:relative;
	width:240px;
	height:240px;
	background:#f7e820;
	border-radius:50%;
	left:75px;
	top:10px;
	padding:0 0 0 0;
	transform-origin:center center;
	transform:scale(1.0);
	-webkit-animation: bubble_produktion_ani 6s infinite linear;
	-moz-animation: bubble_produktion_ani 6s infinite linear;
	-o-animation: bubble_produktion_ani 6s infinite linear;
}
.einleitung {
	float:left;
	width:100%;
	height:auto;
	margin:60px 0 60px 0;
}
.einleitung .rechts {
	float:left;
	width:100%;
	height:auto;
	position:relative;
	margin:60px 0 0 0;
	padding:0 150px 0 120px;
	font-family: 'Roboto';
	font-weight:100;
	font-size:22px;
	line-height:30px;
}
.einleitung .rechts p {
	margin:0 0 16px 0;
}
.einleitung .rechts .projekttext {
	float:left;
	width:100%;
	height:auto;
	margin:35px 0 10px 0;
	font-family: 'Playfair Display';
	font-weight:900;
}	
.projekte_bereich {
	float:left;
	width:100%;
	height:auto;
	margin:40px 0 40px 0;
	padding:0 40px 0 40px;
}
.pro30 {
	float:left;
	width:35%;
	height:auto;
	font-family: 'Playfair Display';
	font-weight:900;
	font-size:28px;
	line-height:38px;
	margin:45px 5% 0 0;
}
.pro30 p {
	float:left;
	width:100%;
	height:auto;
	margin:5px 0 5px 0;
	font-family: 'Roboto';
	font-weight:100;
	font-size:28px;
	line-height:38px;
}
.pro70 {
	float:left;
	width:60%;
	height:auto;
	margin:0 0 0 0;
	padding-right:0;
}
.pro50a {
	float:left;
	width:48%;
	height:auto;
	margin:0 2% 0px 0;
	padding-left:0%;
}
.pro50b {
	float:left;
	width:48%;
	height:auto;
	margin:0 0 0 2%;
	padding-right:0%;
}

.pro70a {
	float:left;
	width:60%;
	height:auto;
	margin:0 0 0 0;
	padding-left:0%;
}
.pro30a {
	float:left;
	width:35%;
	height:auto;
	font-family: 'Playfair Display';
	font-weight:900;
	font-size:28px;
	line-height:38px;
	margin:25px 0 0 5%;
}
.pro30a p {
	float:left;
	width:100%;
	height:auto;
	margin:10px 0 0 0;
	font-family: 'Roboto';
	font-weight:100;
	font-size:28px;
	line-height:38px;
}
.projektbox_big {
	float:left;
	width:100%;
	height:370px;
	position:relative;
	overflow:hidden;
	transition:all 0.3s ease-out;
	transform:scale(1.0);
	transform-origin:center center;
}
.projektbox_big .bild {
	position:absolute;
	left:0;
	top:0;
	width:calc(100% - 188px);
	height:370px;
	z-index:200;
	background-repeat:no-repeat;
	background-position:center center;
	background-size:cover;
	transition:all 0.3s ease-out;
	transform:scale(1.0);
	transform-origin:center center;
}
.projektbox_big:hover {
	transform:scale(1.1);
}
.projektbox_big .cover {
	position:absolute;
	left:calc(100% - 190px);
	top:0;
	height:370px;
	width:190px;
	z-index:300;
	background:#000000;
	color:#ffffff;
	font-family: 'Roboto';
	font-weight:300;
	font-size:15px;
	line-height:22px;
	padding:23px 15px 25px 15px;
}
.projektbox_big .cover .headline {
	float:left;
	width:100%;
	height:auto;
	padding:0;
	margin:0 0 20px 0;
	font-size:15px;
	line-height:22px;
	font-family: 'Roboto';
	font-weight:400;
}
.projektbox_big_a {
	float:left;
	width:100%;
	height:370px;
	position:relative;
	overflow:hidden;
	transition:all 0.3s ease-out;
	transform:scale(1.0);
	transform-origin:center center;
}
.projektbox_big_a .bild {
	position:absolute;
	left:0;
	top:0;
	width:calc(100% - 188px);
	height:370px;
	z-index:200;
	background-repeat:no-repeat;
	background-position:center center;
	background-size:cover;
	transition:all 0.3s ease-out;
	transform:scale(1.0);
	transform-origin:center center;
}
.projektbox_big_a:hover {
	transform:scale(1.1);
}
.projektbox_big_a .cover {
	position:absolute;
	left:calc(100% - 190px);
	top:0;
	height:370px;
	width:190px;
	z-index:300;
	background:#000000;
	color:#ffffff;
	font-family: 'Roboto';
	font-weight:300;
	font-size:15px;
	line-height:22px;
	padding:23px 15px 25px 15px;
}
.projektbox_big_a .cover .headline {
	float:left;
	width:100%;
	height:auto;
	padding:0;
	margin:0 0 20px 0;
	font-size:15px;
	line-height:22px;
	font-family: 'Roboto';
	font-weight:400;
}
.projektbox_small {
	float:left;
	width:100%;
	height:370px;
	position:relative;
	overflow:hidden;
	transition:all 0.3s ease-out;
	transform:scale(1.0);
	transform-origin:center center;
}
.projektbox_small .bild {
	position:absolute;
	left:0;
	top:0;
	width:calc(100% - 188px);
	height:370px;
	z-index:200;
	background-repeat:no-repeat;
	background-position:center center;
	background-size:cover;
	transition:all 0.3s ease-out;
	transform:scale(1.0);
	transform-origin:center center;
}
.projektbox_small:hover {
	transform:scale(1.1);
}
.projektbox_small .cover {
	position:absolute;
	left:calc(100% - 190px);
	top:0;
	height:370px;
	width:190px;
	z-index:300;
	background:#000000;
	color:#ffffff;
	font-family: 'Roboto';
	font-weight:300;
	font-size:15px;
	line-height:22px;
	padding:23px 15px 25px 15px;
}
.projektbox_small .cover .headline {
	float:left;
	width:100%;
	height:auto;
	padding:0;
	margin:0 0 20px 0;
	font-size:15px;
	line-height:22px;
	font-family: 'Roboto';
	font-weight:400;
}
.projektabschluss .rechts {
	float:left;
	width:100%;
	height:auto;
	position:relative;
	margin:0;
	padding:0 20px 0 120px;
	font-family: 'Roboto';
	font-weight:100;
	font-size:26px;
	line-height:34px;
}
.ueber_box_wrap {
	float:left;
	width:100%;
	height:auto;
	margin:20px 0 80px 0;
	padding:0 50px;
	position:relative;
	min-height:710px;
}
.ueber_box_links {
	float:none;
	width:42%;
	height:400px;
	background-image:url(../img/bild_sonja.jpg);
	background-position:center center;
	background-size:cover;
	background-repeat:no-repeat;
	margin:0 0 0 0;
	position:absolute;
	left:0;
	top:0;
	z-index:500;
}
.ueber_box_rechts {
	float:none;
	width:65%;
	height:auto;
	background:#d3d3d3;
	margin:0 0 0 2%;
	padding:60px 40px 55px 90px;
	font-family: 'Roboto';
	font-weight:300;
	font-size:18px;
	line-height:27px;
	text-align:left;
	position:absolute;
	left:33%;
	top:90px;
	z-index:450;
}
.onlytablet {
	display:block;
}
.onlysmartphone_nottablet {
	display:none;
}
.pr_umbruch_box {
	display:none;
}
.kunden_logos_wrap {
	float:left;
	width:100%;
	height:auto;
	margin:90px 0 60px 0;
	padding:0 20px;
}
.kunden_logos_zeile {
	float:left;
	width:100%;
	height:auto;
	margin:10px 0 40px 0;
	padding:0 0px;
}
.kunden_logos_zeile img {
	width:100%;
	height:auto;
	display:block;
}
.kundenlogo_auszug {
	float:left;
	width:20%;
	height:50px;
	font-size:16px;
	line-height:22px;
	font-family: 'Roboto';
	font-weight:100;
	margin:0px 0 0 0;
}
.kundenlogo_logo_a {
	float:left;
	width:4%;
	height:auto;
	font-size:18px;
	line-height:28px;
	font-family: 'Roboto';
	font-weight:100;
	text-align:center;
	margin:0 3% 0 3.5%;
}
.kundenlogo_logo_b {
	float:left;
	width:9%;
	height:auto;
	font-size:18px;
	line-height:28px;
	font-family: 'Roboto';
	font-weight:100;
	text-align:center;
	margin:0 3.5%;
}
.kundenlogo_logo_c {
	float:left;
	width:10%;
	height:auto;
	font-size:18px;
	line-height:28px;
	font-family: 'Roboto';
	font-weight:100;
	text-align:center;
	margin:19px 3.5% 0 3.5%;
}
.kundenlogo_logo_d {
	float:left;
	width:4.5%;
	height:auto;
	font-size:18px;
	line-height:28px;
	font-family: 'Roboto';
	font-weight:100;
	text-align:center;
	margin:0 3.5%;
}
.kundenlogo_logo_e {
	float:left;
	width:11%;
	height:auto;
	font-size:18px;
	line-height:28px;
	font-family: 'Roboto';
	font-weight:100;
	text-align:center;
	margin:0px 3% 0 3.5%;
}
.kundenlogo_logo_f {
	float:left;
	width:4.5%;
	height:auto;
	font-size:18px;
	line-height:28px;
	font-family: 'Roboto';
	font-weight:100;
	text-align:center;
	margin:0 0 0 3%;
}
.kundenlogo_logo_g {
	float:left;
	width:12%;
	height:auto;
	font-size:18px;
	line-height:28px;
	font-family: 'Roboto';
	font-weight:100;
	text-align:center;
	margin:8px 3% 0 0%;
}
.kundenlogo_logo_h {
	float:left;
	width:8%;
	height:auto;
	font-size:18px;
	line-height:28px;
	font-family: 'Roboto';
	font-weight:100;
	text-align:center;
	margin:6px 3% 0 3%;
}
.kundenlogo_logo_i {
	float:left;
	width:8%;
	height:auto;
	font-size:18px;
	line-height:28px;
	font-family: 'Roboto';
	font-weight:100;
	text-align:center;
	margin:6px 3% 0 3%;
}
.kundenlogo_logo_j {
	float:left;
	width:6%;
	height:auto;
	font-size:18px;
	line-height:28px;
	font-family: 'Roboto';
	font-weight:100;
	text-align:center;
	margin:6px 3% 0 3%;
}
.kundenlogo_logo_k {
	float:left;
	width:8.5%;
	height:auto;
	font-size:18px;
	line-height:28px;
	font-family: 'Roboto';
	font-weight:100;
	text-align:center;
	margin:6px 3% 0 3%;
}
.kundenlogo_logo_l {
	float:left;
	width:3.5%;
	height:auto;
	font-size:18px;
	line-height:28px;
	font-family: 'Roboto';
	font-weight:100;
	text-align:center;
	margin:0 3% 0 3%;
}
.kundenlogo_logo_m {
	float:left;
	width:4%;
	height:auto;
	font-size:18px;
	line-height:28px;
	font-family: 'Roboto';
	font-weight:100;
	text-align:center;
	margin:0 3% 0 3%;
}
.kundenlogo_logo_n {
	float:left;
	width:8%;
	height:auto;
	font-size:18px;
	line-height:28px;
	font-family: 'Roboto';
	font-weight:100;
	text-align:center;
	margin:6px 0% 0 3%;
}
.kundenlogo_logo_o {
	float:left;
	width:8.5%;
	height:auto;
	font-size:18px;
	line-height:28px;
	font-family: 'Roboto';
	font-weight:100;
	text-align:center;
	margin:10px 3% 0 0%;
}
.kundenlogo_logo_p {
	float:left;
	width:5%;
	height:auto;
	font-size:18px;
	line-height:28px;
	font-family: 'Roboto';
	font-weight:100;
	text-align:center;
	margin:5px 3% 0 3%;
}
.kundenlogo_logo_q {
	float:left;
	width:7%;
	height:auto;
	font-size:18px;
	line-height:28px;
	font-family: 'Roboto';
	font-weight:100;
	text-align:center;
	margin:14px 3% 0 3%;
}
.kundenlogo_logo_r {
	float:left;
	width:3.5%;
	height:auto;
	font-size:18px;
	line-height:28px;
	font-family: 'Roboto';
	font-weight:100;
	text-align:center;
	margin:0px 3% 0 3%;
}
.kundenlogo_logo_s {
	float:left;
	width:7.5%;
	height:auto;
	font-size:18px;
	line-height:28px;
	font-family: 'Roboto';
	font-weight:100;
	text-align:center;
	margin:9px 3% 0 3%;
}
.kundenlogo_logo_t {
	float:left;
	width:10.5%;
	height:auto;
	font-size:18px;
	line-height:28px;
	font-family: 'Roboto';
	font-weight:100;
	text-align:center;
	margin:7px 3% 0 3%;
}
.kundenlogo_logo_u {
	float:left;
	width:3.5%;
	height:auto;
	font-size:18px;
	line-height:28px;
	font-family: 'Roboto';
	font-weight:100;
	text-align:center;
	margin:0px 3% 0 3%;
}
.kundenlogo_logo_v {
	float:left;
	width:12.5%;
	height:auto;
	font-size:18px;
	line-height:28px;
	font-family: 'Roboto';
	font-weight:100;
	text-align:center;
	margin:10px 0% 0 3%;
}
.rechtlichertext {
	float:left;
	width:100%;
	height:auto;
	margin:20px 0 60px 0;
	padding:0 20px;
	font-family: 'Roboto';
	font-weight:300;
	font-size:18px;
	line-height:30px;
}
.rechtlichertext h2 {
	float:left;
	width:100%;
	height:auto;
	margin:0px 0 0px 0;
	padding:0;
	font-family: 'Roboto';
	font-weight:700;
	font-size:33px;
	line-height:40px;
	text-transform:uppercase;
}
.rechtlichertext h3 {
	float:left;
	width:100%;
	height:auto;
	margin:0px 0 0px 0;
	padding:0;
	font-family: 'Roboto';
	font-weight:500;
	font-size:18px;
	line-height:30px;
}
.rechtlichertext h4 {
	float:left;
	width:100%;
	height:auto;
	margin:20px 0 10px 0;
	padding:0;
	font-family: 'Roboto';
	font-weight:500;
	font-size:22px;
	line-height:34px;
}
.rechtlichertext p {
	float:left;
	width:100%;
	height:auto;
	margin:0px 0 30px 0;
	padding:0;
	font-family: 'Roboto';
	font-weight:300;
	font-size:18px;
	line-height:28px;
}
.rechtlichertext p a {
	outline:none;
	text-decoration:none;
	color:#000000;
}
.rechtlichertext p a:hover {
	text-decoration:underline;
}
.rechtlichertext ul {
	float:left;
	width:100%;
	height:auto;
	margin:0px 0 30px 0;
	padding:0;
	font-family: 'Roboto';
	font-weight:300;
	font-size:18px;
	line-height:28px;
	list-style:none;
}
.rechtlichertext ul li {
	float:left;
	width:calc(100% - 20px);
	height:auto;
	list-style:disc outside;
	margin:0 0 0 20px;
	padding:0;
}

.footer {
	float:left;
	width:100%;
	height:auto;
	margin:0px 0 0px 0;
	padding:60px 20px 40px 20px;
	background:#f7e820;
}
.footer_unten {
	float:left;
	width:100%;
	height:auto;
	margin:0px 0 0px 0;
	padding:34px 20px 30px 20px;
	background:#e2e1e2;
	font-family: 'Roboto';
	font-weight:100;
	font-size:14px;
	line-height:22px;
}
.footer_logo {
	float:left;
	width:235px;
	height:auto;
	margin:10px 20px 0 0;
}
.footer_logo a {
	outline:none;
}
.footer_logo img {
	width:100%;
	height:auto;
	display:block;
}

.footer_rechts {
	float:left;
	width:calc(100% - 255px);
	height:auto;
	text-align:right;
}
.footer_logo_text {
	display:inline-block;
	width:145px;
	height:auto;
	margin:32px 0 0px 0;
}
.footer_mitte {
	float:left;
	width:80%;
	height:auto;
	margin:0px 0 0 0;
}
.footer_pin_mobile {
	float:left;
	width:20%;
	height:auto;
}
.footer_mitte .blocka {
	float:left;
	width:100%;
	height:auto;
	margin:0px 0 40px 0;
	font-family: 'Playfair Display';
	font-weight:400;
	font-size:22px;
	line-height:30px;
}
.footer_mitte .blockb {
	float:left;
	width:100%;
	height:auto;
	margin:0px 0 20px 0;
	font-family: 'Roboto';
	font-weight:100;
	font-size:22px;
	line-height:30px;
}
.footer_pin_m {
	float:left;
	width:18%;
	height:auto;
	display:block;
	margin:50px 15% 0px 67%;
	text-align:center;
}
.footer_pin_m img {
	width:100%;
	height:auto;
	display:block;
}
.footer_nav ul li {
	float:left;
	width:auto;
	height:auto;
	text-align:left;
	font-family: 'Roboto';
	font-weight:100;
	font-size:15px;
	line-height:25px;
	margin:3px 9px 0 0;
	color:#888888;
}
.footer_nav ul li a {
	text-decoration:none;
	color:#000000;
	outline:none;
	margin:0 9px 0 0;
}
}


@media only screen and (min-width: 1000px) {
.ueber_box_wrap {
	float:left;
	width:100%;
	height:auto;
	margin:20px 0 80px 0;
	padding:0 50px;
	position:relative;
	min-height:600px;
}
.ueber_box_links {
	width:40%;
	height:400px;
	background-image:url(../img/bild_sonja.jpg);
	background-position:center center;
	background-size:cover;
	background-repeat:no-repeat;
	margin:0 0 0 0;
	position:absolute;
	left:0;
	top:0;
	z-index:100;
}
.ueber_box_rechts {
	width:70%;
	height:auto;
	background:#d3d3d3;
	margin:0 0 0 2%;
	padding:60px 40px 55px 165px;
	font-family: 'Roboto';
	font-weight:300;
	font-size:18px;
	line-height:27px;
	text-align:left;
	position:absolute;
	left:28%;
	top:90px;
	z-index:50;
}
}