@media only screen and (min-width: 1200px) {
.wrapper_max {
	max-width:1180px;
	height:auto;
	margin:0 auto;
	padding:0 10px;
	position:relative;
}
.wrapper_1250 {
	max-width:1180px;
	height:auto;
	margin:0 auto;
	padding:0 10px;
	position:relative;
}
.header {
	float:left;
	width:100%;
	height:auto;
	padding:0 0 20px 0px;
	background:#ffffff;
	position:relative;
}
.logo {
	float:left;
	width:275px;
	height:auto;
	display:block;
	margin:65px 0 0 0;
}
.logo_text {
	float:right;
	width:165px;
	height:auto;
	display:block;
	margin:58px 10px 0 0;
}
.menunav {
	position:absolute;
	right:260px;
	top:78px;
	width:32px;
	height:32px;
	cursor:pointer;
}

.menu_navigation {
	position:absolute;
	right:250px;
	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:250px;
	top:0;
	width:310px;
	height:310px;
	background:#000000;
	z-index:999;
	transition:all 0.3s ease-out;
	transform:translateY(0px);
}
.pagewrap {
	float:left;
	width:100%;
	height:100vh;
	position:relative;
	background:#ffffff;
}	
.teaser {
	float:left;
	width:100%;
	height:auto;
	display:inline-block;
}
.teaser img {
	width:100%;
	height:auto;
	display:block;
}
.teaser_mobile {
	display:none;
}
.teaser_mobile_leistungen {
	display:none;
}
.teaser_mobile_leistungen_a {
	display:none;
}
.leistungen_nur_tablet {
	display:none;
}
.einleitung {
	float:left;
	width:100%;
	height:auto;
	margin:160px 0 100px 0;
}
.einleitung .links {
	float:left;
	width:410px;
	height:auto;
	position:relative;
	margin:0 0 0 40px;
}
.einleitung .rechts {
	float:left;
	width:calc(100% - 450px);
	height:auto;
	position:relative;
	margin:0;
	padding:0 80px 0 0;
	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:65px 0 10px 0;
	font-family: 'Playfair Display';
	font-weight:900;
}

.bubble_hallo {
	position:relative;
	width:310px;
	height:310px;
	background:#f7e820;
	border-radius:50%;
	left:0px;
	top:20px;
	padding:0 0 0 0;
	transform-origin:center center;
	transform:scale(1.0) translateX(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;
}
.bubble_hallo_text {
	position:relative;
	left:55px;
	top:35px;
	width:440px;
	height:auto;
	font-size:62px;
	line-height:66px;
	font-family: 'Playfair Display';
	font-weight:400;
	text-align:left;
}
.bubble_hallo_text_a {
	position:relative;
	left:55px;
	top:45px;
	width:440px;
	height:auto;
	font-size:60px;
	font-family: 'Roboto';
	font-weight:100;
	text-align:left;
}
.projekttext_link {
	float:left;
	width:100%;
	height:70px;
	text-align:center;
	margin:20px 0 0 0;
	position:relative;
}
.projekttext_link a {
	outline:none;
}
.projektabschluss {
	float:left;
	width:100%;
	height:auto;
	margin:20px 0 60px 0;
}
.projektabschluss .links {
	float:left;
	width:450px;
	height:auto;
	position:relative;
	margin:0;
}
.projektabschluss .rechts {
	float:left;
	width:calc(100% - 450px);
	height:auto;
	position:relative;
	margin:0;
	padding:0 80px 0 0;
	font-family: 'Roboto';
	font-weight:100;
	font-size:24px;
	line-height:32px;
}
.projektabschluss .rechts p {
	margin:0 0 16px 0;
}
.projektabschluss .rechts .projekttext {
	float:left;
	width:100%;
	height:auto;
	margin:0px 0 10px 0;
	font-family: 'Playfair Display';
	font-weight:900;
}
.waskannichfuersietun {
	display:inline-block;
	width:auto;
	height:auto;
	margin:0px auto 10px auto;
	font-family: 'Playfair Display';
	font-weight:900;
	font-size:24px;
	line-height:32px;
	text-align:left;
}
.kontakt_dot {
	position:absolute;
	left:50%;
	top:10px;
	width:50px;
	height:50px;
	margin-left:-25px;
	background:#f7e820;
	border-radius:50%;
	transition:all 0.3s ease;
	-webkit-animation: bubble_kontakt_ani 3s infinite linear;
	-moz-animation: bubble_kontakt_ani 3s infinite linear;
	-o-animation: bubble_kontakt_ani 3s infinite linear;
}
.kontakt_dot:hover {
	transform:scale(1.2);
}
.projekte_bereich {
	float:left;
	width:100%;
	height:auto;
	margin:40px 0 50px 0;
	padding:0 0px 0 0;
}
.projektbox_big {
	float:left;
	width:100%;
	height:413px;
	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:67%;
	height:413px;
	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:67%;
	top:0;
	height:413px;
	width:33%;
	background:#000000;
	color:#ffffff;
	font-family: 'Roboto';
	font-weight:300;
	font-size:16px;
	line-height:24px;
	padding:30px 25px 25px 23px;
}
.projektbox_big .cover .headline {
	float:left;
	width:100%;
	height:auto;
	padding:0;
	margin:0 0 40px 0;
	font-size:16px;
	line-height:24px;
	font-family: 'Roboto';
	font-weight:400;
}
.projektbox_big_a {
	float:left;
	width:100%;
	height:421px;
	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:67%;
	height:421px;
	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:67%;
	top:0;
	height:421px;
	width:33%;
	background:#000000;
	color:#ffffff;
	font-family: 'Roboto';
	font-weight:300;
	font-size:16px;
	line-height:24px;
	padding:30px 25px 25px 23px;
}
.projektbox_big_a .cover .headline {
	float:left;
	width:100%;
	height:auto;
	padding:0;
	margin:0 0 40px 0;
	font-size:16px;
	line-height:24px;
	font-family: 'Roboto';
	font-weight:400;
}
.projektbox_small {
	float:left;
	width:100%;
	height:335px;
	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:57%;
	height:335px;
	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:57%;
	top:0;
	height:335px;
	width:43%;
	background:#000000;
	color:#ffffff;
	font-family: 'Roboto';
	font-weight:300;
	font-size:16px;
	line-height:24px;
	padding:30px 25px 25px 23px;
}
.projektbox_small .cover .headline {
	float:left;
	width:100%;
	height:auto;
	padding:0;
	margin:0 0 40px 0;
	font-size:16px;
	line-height:24px;
	font-family: 'Roboto';
	font-weight:400;
}
	
.bubble_produktion {
	position:absolute;
	width:240px;
	height:240px;
	background:#f7e820;
	border-radius:50%;
	right:10px;
	top:190px;
	text-align:center;
	padding:104px 0 0 0;
	font-weight:400;
	font-family: 'Playfair Display';
	font-size:30px;
	transform-origin:center center;
	transform:scale(1.0);
	display:inline-block;
	-webkit-animation: bubble_produktion_ani 6s infinite linear;
	-moz-animation: bubble_produktion_ani 6s infinite linear;
	-o-animation: bubble_produktion_ani 6s infinite linear;
}	
.bubble_strategie {
	position:absolute;
	width:250px;
	height:250px;
	background:#f7e820;
	border-radius:50%;
	left:10px;
	top:220px;
	text-align:center;
	padding:109px 0 0 0;
	font-weight:400;
	font-family: 'Playfair Display';
	font-size:30px;
	transform-origin:center center;
	transform:scale(1.0);
	display:inline-block;
	-webkit-animation: bubble_produktion_ani 6s infinite linear;
	-moz-animation: bubble_produktion_ani 6s infinite linear;
	-o-animation: bubble_produktion_ani 6s infinite linear;
}
.bubble_design {
	position:absolute;
	width:240px;
	height:240px;
	background:#f7e820;
	border-radius:50%;
	left:295px;
	top:320px;
	text-align:center;
	padding:104px 0 0 0;
	font-weight:400;
	font-family: 'Playfair Display';
	font-size:30px;
	transform-origin:center center;
	transform:scale(1.0);
	display:inline-block;
	-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_fullservice {
	position:absolute;
	width:440px;
	height:440px;
	background:#f7e820;
	border-radius:50%;
	left:510px;
	top:320px;
	text-align:left;
	padding:65px 20px 0 110px;
	font-family: 'Roboto';
	font-weight:100;
	font-size:30px;
	line-height:44px;
	display:inline-block;
	transform-origin:center center;
	transform:scale(1.0) translateX(0);
}
.bubble_konzept {
	position:absolute;
	width:240px;
	height:240px;
	background:#f7e820;
	border-radius:50%;
	left:35px;
	top:650px;
	text-align:center;
	padding:104px 0 0 0;
	font-weight:400;
	font-family: 'Playfair Display';
	font-size:30px;
	transform-origin:center center;
	transform:scale(1.0);
	display:inline-block;
	-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_beratung {
	position:absolute;
	width:250px;
	height:250px;
	background:#f7e820;
	border-radius:50%;
	right:15px;
	top:620px;
	text-align:center;
	padding:109px 0 0 0;
	font-weight:400;
	font-family: 'Playfair Display';
	font-size:30px;
	transform-origin:center center;
	transform:scale(1.0);
	display:inline-block;
	-webkit-animation: bubble_produktion_ani 6s infinite linear;
	-moz-animation: bubble_produktion_ani 6s infinite linear;
	-o-animation: bubble_produktion_ani 6s infinite linear;
}
.onlymobile {
	display:none;
}
.onlydesktop {
	display:block;
}

.kunden_logos_wrap {
	float:left;
	width:100%;
	height:auto;
	margin:200px 0 70px 0;
	padding:0 0px;
}
.kundenlogo_auszug {
	float:left;
	width:20%;
	height:50px;
	font-size:17px;
	line-height:22px;
	font-family: 'Roboto';
	font-weight:100;
	margin:4px 0 0 0;
}

.footer {
	float:left;
	width:100%;
	height:auto;
	margin:0px 0 0px 0;
	padding:80px 20px 40px 20px;
	background:#f7e820;
}
.footer_unten {
	float:left;
	width:100%;
	height:auto;
	margin:0px 0 0px 0;
	padding:44px 20px 40px 20px;
	background:#e2e1e2;
	font-family: 'Roboto';
	font-weight:100;
	font-size:17px;
	line-height:28px;
}	
.footer_unten h3 {
	float:left;
	width:100%;
	height:auto;
	margin:0 0 10px 0;
	font-family: 'Roboto';
	font-weight:100;
	font-size:18px;
	line-height:28px;
	color:#000000;
}
.wrapper_footer {
	width:100%;
	height:auto;
	margin:0;
	padding:0 10px;
	position:relative;
}
.footer_mitte .trenner {
	margin:0 15px;
	color:#a0980b;
	display:inline-block;
	font-weight:100;
	font-family: 'Roboto';
}
.footer_logo {
	float:left;
	width:265px;
	height:auto;
	margin:0px 0 0 0;
}
.footer_logo a {
	outline:none;
}
.footer_logo img {
	width:100%;
	height:auto;
	display:block;
}
.footer_mitte {
	float:left;
	width:calc(70% - 265px);
	height:auto;
	margin:0px 2% 0 3%;
}
.footer_rechts {
	float:left;
	width:25%;
	height:auto;
}
.footer_logo_text {
	float:left;
	width:55%;
	height:auto;
	display:block;
	margin:7px 0 20px 45%;
}
.footer_mitte .blocka {
	float:left;
	width:100%;
	height:auto;
	margin:86px 0 40px 0;
	font-family: 'Playfair Display';
	font-weight:400;
	font-size:26px;
	line-height:36px;
}
.footer_mitte .blockb {
	float:left;
	width:100%;
	height:auto;
	margin:0px 0 20px 0;
	font-family: 'Roboto';
	font-weight:100;
	font-size:26px;
	line-height:36px;
}
.footer_nav {
	float:left;
	width:97%;
	height:auto;
	margin:34px 0 0 3%;
	padding:0 0 0 265px;
}
.footer_nav ul {
	list-style:none;
	margin:0;
	padding:0;
}
.footer_nav ul li {
	float:left;
	width:auto;
	height:auto;
	text-align:left;
	font-family: 'Roboto';
	font-weight:100;
	font-size:15px;
	line-height:24px;
	margin:3px 14px 0 0;
	color:#888888;
}
.footer_nav ul li a {
	text-decoration:none;
	color:#000000;
	outline:none;
	margin:0 14px 0 0;
}
.footer_nav ul li a:hover {
	text-decoration:underline;
}
.ueber_box_wrap {
	float:left;
	width:100%;
	height:auto;
	margin:20px 0 80px 0;
	padding:0 0px;
	min-height:650px;
}
.projektbox_big {
	float:left;
	width:100%;
	height:413px;
	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:67.2%;
	height:413px;
	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:67%;
	top:0;
	height:413px;
	width:33%;
	background:#000000;
	color:#ffffff;
	font-family: 'Roboto';
	font-weight:300;
	font-size:16px;
	line-height:24px;
	padding:30px 25px 25px 23px;
}
.projektbox_big_a {
	float:left;
	width:100%;
	height:421px;
	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:67.2%;
	height:421px;
	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:67%;
	top:0;
	height:421px;
	width:33%;
	background:#000000;
	color:#ffffff;
	font-family: 'Roboto';
	font-weight:300;
	font-size:16px;
	line-height:24px;
	padding:30px 25px 25px 23px;
}
.projektbox_small {
	float:left;
	width:100%;
	height:335px;
	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:57.2%;
	height:335px;
	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:57%;
	top:0;
	height:335px;
	width:43%;
	background:#000000;
	color:#ffffff;
	font-family: 'Roboto';
	font-weight:300;
	font-size:16px;
	line-height:24px;
	padding:30px 25px 25px 23px;
}

.pro30 {
	float:left;
	width:40%;
	height:auto;
	font-family: 'Playfair Display';
	font-weight:900;
	font-size:44px;
	line-height:54px;
	margin:50px 0 0 0;
}
.pro30 p {
	float:left;
	width:100%;
	height:auto;
	margin:30px 0 0 0;
	font-family: 'Roboto';
	font-weight:100;
	font-size:44px;
	line-height:54px;
}
.pro70 {
	float:left;
	width:60%;
	height:auto;
	margin:0 0 0 0;
	padding-right:6%;
}

.pro50a {
	float:left;
	width:47%;
	height:auto;
	margin:0 3% 0 0;
	padding-left:5%;
}
.pro50b {
	float:left;
	width:47%;
	height:auto;
	margin:0 0 0 2%;
	padding-right:5%;
}

.pro70a {
	float:left;
	width:60%;
	height:auto;
	margin:0 0 0 0;
	padding-left:5%;
}
.pro30a {
	float:left;
	width:35%;
	height:auto;
	font-family: 'Playfair Display';
	font-weight:900;
	font-size:44px;
	line-height:54px;
	margin:20px 0 0 5%;
}
.pro30a p {
	float:left;
	width:100%;
	height:auto;
	margin:30px 0 0 0;
	font-family: 'Roboto';
	font-weight:100;
	font-size:44px;
	line-height:54px;
}

.mobiledota {
	display:none;
}
.mobiledotb {
	display:none;
}
.mobiledotc {
	display:none;
}
.mobiledotd {
	display:none;
}
.mobiledote {
	display:none;
}

.projektwrap {
	float:left;
	width:100%;
	height:auto;
	margin:40px 0;
}
.sideicon {
	display:inline-block;
	position:fixed;
	top:420px;
	right:0px;
	width:62px;
	height:52px;
	border:solid 1px #ffffff;
	background-color:#f7e820;
	background-image:url(../img/icon_sprechblasen.png);
	background-size:32px;
	background-repeat:no-repeat;
	background-position:8px center;
	transform:translateX(12px);
	transition:all 0.2s ease-in;
}
.sideicon:hover {
	position:fixed;
	top:420px;
	right:0px;
	width:62px;
	height:52px;
	border:solid 1px #ffffff;
	background-color:#f7e820;
	transform:translateX(2px);
	transition:all 0.2s ease-out;
}
.sideicon a {
	display:block;
	width:62px;
	height:52px;
	outline:none;
}
}





@media only screen and (min-width: 1400px) {
.pagewrap {
	float:left;
	width:100%;
	height:100vh;
	position:relative;
	background:#ffffff;
}
.wrapper_max {
	max-width:100%;
	height:auto;
	margin:0 auto;
	padding:0 20px;
	position:relative;
}
.wrapper_1250 {
	max-width:1250px;
	height:auto;
	margin:0 auto;
	padding:0 10px;
	position:relative;
}
.header {
	float:left;
	width:100%;
	height:auto;
	padding:0 20px 20px 60px;
	background:#ffffff;
	position:relative;
}
.menunav {
	position:absolute;
	right:350px;
	top:78px;
	width:32px;
	height:32px;
	cursor:pointer;
}
.menu_navigation {
	position:absolute;
	right:300px;
	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:300px;
	top:0;
	width:310px;
	height:310px;
	background:#000000;
	z-index:999;
	transition:all 0.3s ease-out;
	transform:translateY(0px);
}
.logo {
	float:left;
	width:275px;
	height:auto;
	display:block;
	margin:65px 0 0 0;
}
.logo_text {
	float:right;
	width:165px;
	height:auto;
	display:block;
	margin:58px 0px 0 0;
}
.einleitung {
	float:left;
	width:100%;
	height:auto;
	margin:180px 0 100px 0;
}
.einleitung .links {
	float:left;
	width:500px;
	height:auto;
	position:relative;
	margin:0 0 0 40px;
}
.einleitung .rechts {
	float:left;
	width:calc(100% - 540px);
	height:auto;
	position:relative;
	margin:0;
	padding:0 200px 0 0;
	font-family: 'Roboto';
	font-weight:100;
	font-size:26px;
	line-height:34px;
}	
.projektabschluss .links {
	float:left;
	width:540px;
	height:auto;
	position:relative;
	margin:0;
}
.projektabschluss .rechts {
	float:left;
	width:calc(100% - 540px);
	height:auto;
	position:relative;
	margin:0;
	padding:0 80px 0 0;
	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 0px;
	min-height:550px;
}
.ueber_box_links {
	float:left;
	width:48%;
	height:auto;
	background-image:url(../img/bild_sonja.jpg);
	background-position:center center;
	background-size:cover;
	background-repeat:no-repeat;
	margin:0 2% 0 0;
	position:inherit;
}
.ueber_box_rechts {
	float:left;
	width:48%;
	height:auto;
	background:#d3d3d3;
	margin:0 0 0 2%;
	padding:75px 40px 55px 70px;
	font-family: 'Roboto';
	font-weight:300;
	font-size:19px;
	line-height:28px;
	text-align:left;
	position:inherit;
}

.bubble_produktion {
	position:absolute;
	width:280px;
	height:280px;
	background:#f7e820;
	border-radius:50%;
	right:65px;
	top:195px;
	text-align:center;
	padding:118px 0 0 0;
	font-weight:400;
	font-family: 'Playfair Display';
	font-size:34px;
	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;
}	
.bubble_strategie {
	position:absolute;
	width:290px;
	height:290px;
	background:#f7e820;
	border-radius:50%;
	left:15px;
	top:210px;
	text-align:center;
	padding:122px 0 0 0;
	font-weight:400;
	font-family: 'Playfair Display';
	font-size:34px;
	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;
}
.bubble_design {
	position:absolute;
	width:280px;
	height:280px;
	background:#f7e820;
	border-radius:50%;
	left:320px;
	top:350px;
	text-align:center;
	padding:118px 0 0 0;
	font-weight:400;
	font-family: 'Playfair Display';
	font-size:34px;
	transform-origin:center center;
	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_fullservice {
	position:absolute;
	width:490px;
	height:490px;
	background:#f7e820;
	border-radius:50%;
	left:580px;
	top:320px;
	text-align:left;
	padding:75px 20px 0 110px;
	font-family: 'Roboto';
	font-weight:100;
	font-size:34px;
	line-height:48px;
	transform-origin:center center;
	transform:scale(1.0);
}
.bubble_konzept {
	position:absolute;
	width:280px;
	height:280px;
	background:#f7e820;
	border-radius:50%;
	left:35px;
	top:650px;
	text-align:center;
	padding:118px 0 0 0;
	font-weight:400;
	font-family: 'Playfair Display';
	font-size:34px;
	transform-origin:center center;
	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_beratung {
	position:absolute;
	width:290px;
	height:290px;
	background:#f7e820;
	border-radius:50%;
	right:20px;
	top:600px;
	text-align:center;
	padding:122px 0 0 0;
	font-weight:400;
	font-family: 'Playfair Display';
	font-size:34px;
	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;
}
.footer {
	float:left;
	width:100%;
	height:auto;
	margin:0px 0 0px 0;
	padding:80px 0 40px 0;
	background:#f7e820;
}
.footer_unten {
	float:left;
	width:100%;
	height:auto;
	margin:0px 0 0px 0;
	padding:44px 0 40px 0;
	background:#e2e1e2;
	font-family: 'Roboto';
	font-weight:100;
	font-size:19px;
	line-height:30px;
}	
.footer_unten h3 {
	float:left;
	width:100%;
	height:auto;
	margin:0 0 10px 0;
	font-family: 'Roboto';
	font-weight:100;
	font-size:20px;
	line-height:30px;
	color:#000000;
}
.wrapper_footer {
	max-width:1250px;
	height:auto;
	margin:0 auto;
	padding:0 10px;
	position:relative;
}
}




@media only screen and (min-width: 1600px) {
.einleitung .links {
	float:left;
	width:510px;
	height:auto;
	position:relative;
	margin:0 0 0 30px;
}
.einleitung .rechts {
	float:left;
	width:calc(100% - 540px);
	height:auto;
	position:relative;
	margin:0;
	padding:0 380px 0 0;
	font-family: 'Roboto';
	font-weight:100;
	font-size:26px;
	line-height:34px;
}	
.ueber_box_wrap {
	float:left;
	width:100%;
	height:auto;
	min-height:200px;
	margin:0 0 80px 0;
	padding:0 0px;
}
.bubble_hallo {
	position:relative;
	width:330px;
	height:330px;
	background:#f7e820;
	border-radius:50%;
	left:0px;
	top:40px;
	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;
}
.bubble_hallo_text {
	position:relative;
	left:65px;
	top:45px;
	width:450px;
	height:auto;
	font-size:64px;
	line-height:68px;
	font-family: 'Playfair Display';
	font-weight:400;
	text-align:left;
}
.bubble_hallo_text_a {
	position:relative;
	left:65px;
	top:55px;
	width:450px;
	height:auto;
	font-size:62px;
	font-family: 'Roboto';
	font-weight:100;
	text-align:left;
}
.bubble_produktion {
	position:absolute;
	width:300px;
	height:300px;
	background:#f7e820;
	border-radius:50%;
	right:165px;
	top:155px;
	text-align:center;
	padding:128px 0 0 0;
	font-weight:400;
	font-family: 'Playfair Display';
	font-size:38px;
	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;
}	
.bubble_strategie {
	position:absolute;
	width:310px;
	height:310px;
	background:#f7e820;
	border-radius:50%;
	left:20px;
	top:220px;
	text-align:center;
	padding:130px 0 0 0;
	font-weight:400;
	font-family: 'Playfair Display';
	font-size:38px;
	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;
}
.bubble_design {
	position:absolute;
	width:300px;
	height:300px;
	background:#f7e820;
	border-radius:50%;
	left:430px;
	top:350px;
	text-align:center;
	padding:128px 0 0 0;
	font-weight:400;
	font-family: 'Playfair Display';
	font-size:38px;
	transform-origin:center center;
	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_fullservice {
	position:absolute;
	width:510px;
	height:510px;
	background:#f7e820;
	border-radius:50%;
	left:700px;
	top:320px;
	text-align:left;
	padding:85px 20px 0 110px;
	font-family: 'Roboto';
	font-weight:100;
	font-size:38px;
	line-height:50px;
	transform-origin:center center;
	transform:scale(1.0);
}
.bubble_konzept {
	position:absolute;
	width:300px;
	height:300px;
	background:#f7e820;
	border-radius:50%;
	left:200px;
	top:650px;
	text-align:center;
	padding:128px 0 0 0;
	font-weight:400;
	font-family: 'Playfair Display';
	font-size:38px;
	transform-origin:center center;
	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_beratung {
	position:absolute;
	width:310px;
	height:310px;
	background:#f7e820;
	border-radius:50%;
	right:40px;
	top:610px;
	text-align:center;
	padding:130px 0 0 0;
	font-weight:400;
	font-family: 'Playfair Display';
	font-size:38px;
	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;
}
	
}