@font-face {
    font-family: 'Roboto';
    src: url('../fonts/Roboto-Light.woff2') format('woff2'),
        url('../fonts/Roboto-Light.woff') format('woff'),
        url('../fonts/Roboto-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Roboto';
    src: url('../fonts/Roboto-Thin.woff2') format('woff2'),
        url('../fonts/Roboto-Thin.woff') format('woff'),
        url('../fonts/Roboto-Thin.ttf') format('truetype');
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Roboto';
    src: url('../fonts/Roboto-Regular.woff2') format('woff2'),
        url('../fonts/Roboto-Regular.woff') format('woff'),
        url('../fonts/Roboto-Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Roboto';
    src: url('../fonts/Roboto-Medium.woff2') format('woff2'),
        url('../fonts/Roboto-Medium.woff') format('woff'),
        url('../fonts/Roboto-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Roboto';
    src: url('../fonts/Roboto-Bold.woff2') format('woff2'),
        url('../fonts/Roboto-Bold.woff') format('woff'),
        url('../fonts/Roboto-Bold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Playfair Display';
    src: url('../fonts/PlayfairDisplay-ExtraBold.woff2') format('woff2'),
        url('../fonts/PlayfairDisplay-ExtraBold.woff') format('woff'),
        url('../fonts/PlayfairDisplay-ExtraBold.ttf') format('truetype');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Playfair Display';
    src: url('../fonts/PlayfairDisplay-Bold.woff2') format('woff2'),
        url('../fonts/PlayfairDisplay-Bold.woff') format('woff'),
        url('../fonts/PlayfairDisplay-Bold.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

*, *:before, *:after {
    -webkit-box-sizing: border-box; /* Safari/Chrome, andere WebKit-Browser */
    -moz-box-sizing: border-box; /* Firefox, andere Gecko-Browser */
    box-sizing: border-box; /* Opera/IE 8+ */
}

.pagewrap {
	float:left;
	width:100%;
	height:100vh;
	position:relative;
	background:#ffffff;
}

.wrapper_max {
	width:100%;
	height:auto;
	margin:0 auto;
	padding:0 0px;
	position:relative;
	overflow:hidden;
}
.wrapper_1250 {
	width:100%;
	height:auto;
	margin:0 auto;
	padding:0 0px;
	position:relative;
}
.header {
	float:left;
	width:100%;
	height:auto;
	padding:0 20px 20px 30px;
	background:#ffffff;
	position:relative;
}
.logo {
	float:left;
	width:160px;
	height:auto;
	display:block;
	margin:15px 0 0 0;
}
.logo_text {
	float:right;
	width:113px;
	height:auto;
	display:block;
	margin:75px 0 0 0;
}
.menunav {
	position:absolute;
	right:21px;
	top:18px;
	width:32px;
	height:32px;
	cursor:pointer;
}
.menunav span {
	float:left;
	width:100%;
	height:2px;
	background:#000000;
	margin:11px 0 3px 0;
}
.menunav span:nth-of-type(2n+2) {
	margin:4px 0 3px 0;
}
.menunav img {
	width:100%;
	height:auto;
	display:block;
}

.menu_navigation {
	position:absolute;
	right:20px;
	top:0;
	width:calc(100% - 40px);
	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:calc(100% - 40px);
	height:310px;
	background:#000000;
	z-index:999;
	transition:all 0.3s ease-out;
	transform:translateY(0px);
}
.menu_navigation ul {
	float:left;
	width:calc(100% - 105px);
	height:auto;
	list-style:none;
	margin:45px 0px 0 105px;
}
.menu_navigation ul li {
	float:left;
	width:100%;
	height:auto;
	margin:2px 0 2px 0;
}
.menu_navigation ul li a {
	color:#ffffff;
	text-decoration:none;
	outline:none;
	font-family: 'Roboto';
	font-weight:300;
	font-size:20px;
	line-height:34px;
}
.menu_navigation ul li a:hover {
	text-decoration:underline;
}
.menu_navigation_close {
	float:left;
	width:100%;
	height:auto;
	font-family: 'Roboto';
	font-weight:300;
	font-size:22px;
	line-height:34px;
	color:#ffffff;
	text-align:right;
	padding:20px;
}
.menu_navigation_close img {
	float:right;
	width:20px;
	height:20px;
	display:block;
	cursor:pointer;
}

.teaser {
	float:left;
	width:100%;
	height:auto;
	display:none;
}
.teaser img {
	width:100%;
	height:auto;
	display:block;
}
.teaser_mobile {
	float:left;
	width:100%;
	height:38vh;
	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:inline-block;
	float:left;
	width:100%;
	height:26vh;
	background:#000000;
	text-align:right;
	color:#ffffff;
	font-family: 'Playfair Display';
	font-weight: 400;
    font-style: normal;
	font-size:19px;
	line-height:27px;
	padding:15px 25px 24px 20px;
}
.teaser_mobile_leistungen_a {
	display:inline-block;
	float:left;
	width:100%;
	height:auto;
	background:#ffffff;
	text-align:right;
	color:#000000;
	font-family: 'Playfair Display';
	font-weight: 400;
    font-style: normal;
	font-size:28px;
	line-height:36px;
	margin:15px 0 0 0;
	padding:0px 30px 0px 30px;
}
.leistungen_nur_tablet {
	display:none;
	float:left;
	width:100%;
	height:26vh;
	background:#000000;
	text-align:right;
	color:#ffffff;
	font-family: 'Playfair Display';
	font-weight: 400;
    font-style: normal;
	font-size:19px;
	line-height:27px;
	padding:15px 25px 24px 20px;
}
.einleitung {
	float:left;
	width:100%;
	height:auto;
	margin:26px 0 60px 0;
}
.einleitung .links {
	float:left;
	width:100%;
	height:auto;
	position:relative;
	margin:0;
}
.einleitung .rechts {
	float:left;
	width:100%;
	height:auto;
	position:relative;
	margin:50px 0 0 0;
	padding:0 20px 0 20px;
	font-family: 'Roboto';
	font-weight:300;
	font-size:20px;
	line-height:28px;
}
.einleitung .rechts p {
	margin:0 0 16px 0;
}
.einleitung .rechts .projekttext {
	float:left;
	width:100%;
	height:auto;
	margin:45px 0 10px 0;
	font-family: 'Playfair Display';
	font-weight:900;
}
.projekttext_link {
	float:left;
	width:100%;
	height:70px;
	text-align:center;
	margin:20px 0 0 0;
	position:relative;
}
.projekttext_link a {
	outline:none;
}
.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);
}
.projektabschluss {
	float:left;
	width:100%;
	height:auto;
	margin:20px 0 60px 0;
}
.projektabschluss .links {
	float:left;
	width:100%;
	height:auto;
	position:relative;
	margin:0;
}
.projektabschluss .rechts {
	float:left;
	width:100%;
	height:auto;
	position:relative;
	margin:0;
	padding:0 20px 0 20px;
	font-family: 'Roboto';
	font-weight:300;
	font-size:22px;
	line-height:30px;
}
.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_wrap {
	float:left;
	width:100%;
	height:auto;
	margin:40px 0 0 0;
	padding:0 20px;
	text-align:center;
}
.waskannichfuersietun {
	display:inline-block;
	width:auto;
	height:auto;
	margin:0px auto 10px auto;
	font-family: 'Playfair Display';
	font-weight:900;
	font-size:22px;
	line-height:30px;
	text-align:left;
}

#flex-container {
	display: -webkit-flex;
   display: -ms-flex;
   display: flex;
   -webkit-flex-wrap: wrap;
   -ms-flex-wrap: wrap;
   flex-wrap: wrap;
}

.ueber_box_wrap {
	float:left;
	width:100%;
	height:auto;
	margin:20px 0 80px 0;
	padding:0 20px;
	position:relative;
	min-height:500px;
}
.ueber_box_links {
	float:left;
	width:100%;
	height:320px;
	background-image:url(../img/bild_sonja.jpg);
	background-position:center center;
	background-size:cover;
	background-repeat:no-repeat;
	margin:0 0 0 0;
	position:inherit;
}
.ueber_box_rechts {
	float:left;
	width:100%;
	height:auto;
	background:#d3d3d3;
	margin:30px 0 0 0%;
	padding:40px 30px 35px 30px;
	font-family: 'Roboto';
	font-weight:300;
	font-size:16px;
	line-height:25px;
	text-align:left;
	position:inherit;
}
.onlytablet {
	display:none;
}
.onlysmartphone_nottablet {
	display:block;
}
.kunden_logos_wrap {
	float:left;
	width:100%;
	height:auto;
	margin:100px 0 40px 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:100%;
	height:auto;
	font-size:16px;
	line-height:22px;
	font-family: 'Roboto';
	font-weight:300;
	margin:0px 0 10px 0;
}
.kundenlogo_logo_a {
	float:left;
	width:10%;
	height:auto;
	font-size:18px;
	line-height:28px;
	font-family: 'Roboto';
	font-weight:100;
	text-align:center;
	margin:0 6% 0 0%;
}
.kundenlogo_logo_b {
	float:left;
	width:22%;
	height:auto;
	font-size:18px;
	line-height:28px;
	font-family: 'Roboto';
	font-weight:100;
	text-align:center;
	margin:0 6%;
}
.kundenlogo_logo_c {
	float:left;
	width:22%;
	height:auto;
	font-size:18px;
	line-height:28px;
	font-family: 'Roboto';
	font-weight:100;
	text-align:center;
	margin:14px 6% 0 6%;
}
.kundenlogo_logo_d {
	float:left;
	width:10%;
	height:auto;
	font-size:18px;
	line-height:28px;
	font-family: 'Roboto';
	font-weight:100;
	text-align:center;
	margin:0 0 0 6%;
}
.kundenlogo_logo_e {
	float:left;
	width:20%;
	height:auto;
	font-size:18px;
	line-height:28px;
	font-family: 'Roboto';
	font-weight:100;
	text-align:center;
	margin:0px 5% 0 0%;
}
.kundenlogo_logo_f {
	float:left;
	width:9%;
	height:auto;
	font-size:18px;
	line-height:28px;
	font-family: 'Roboto';
	font-weight:100;
	text-align:center;
	margin:0 5% 0 5%;
}
.kundenlogo_logo_g {
	float:left;
	width:25%;
	height:auto;
	font-size:18px;
	line-height:28px;
	font-family: 'Roboto';
	font-weight:100;
	text-align:center;
	margin:8px 5% 0 5%;
}
.kundenlogo_logo_h {
	float:left;
	width:16%;
	height:auto;
	font-size:18px;
	line-height:28px;
	font-family: 'Roboto';
	font-weight:100;
	text-align:center;
	margin:6px 0% 0 5%;
}
.kundenlogo_logo_i {
	float:left;
	width:22%;
	height:auto;
	font-size:18px;
	line-height:28px;
	font-family: 'Roboto';
	font-weight:100;
	text-align:center;
	margin:12px 5% 0 0%;
}
.kundenlogo_logo_j {
	float:left;
	width:15%;
	height:auto;
	font-size:18px;
	line-height:28px;
	font-family: 'Roboto';
	font-weight:100;
	text-align:center;
	margin:11px 5% 0 5%;
}
.kundenlogo_logo_k {
	float:left;
	width:23%;
	height:auto;
	font-size:18px;
	line-height:28px;
	font-family: 'Roboto';
	font-weight:100;
	text-align:center;
	margin:9px 5% 0 5%;
}
.kundenlogo_logo_l {
	float:left;
	width:10%;
	height:auto;
	font-size:18px;
	line-height:28px;
	font-family: 'Roboto';
	font-weight:100;
	text-align:center;
	margin:0 0% 0 5%;
}
.kundenlogo_logo_m {
	float:left;
	width:13%;
	height:auto;
	font-size:18px;
	line-height:28px;
	font-family: 'Roboto';
	font-weight:100;
	text-align:center;
	margin:0 5% 0 0%;
}
.kundenlogo_logo_n {
	float:left;
	width:24%;
	height:auto;
	font-size:18px;
	line-height:28px;
	font-family: 'Roboto';
	font-weight:100;
	text-align:center;
	margin:6px 5% 0 5%;
}
.kundenlogo_logo_o {
	float:left;
	width:21%;
	height:auto;
	font-size:18px;
	line-height:28px;
	font-family: 'Roboto';
	font-weight:100;
	text-align:center;
	margin:10px 5% 0 5%;
}
.kundenlogo_logo_p {
	float:left;
	width:12%;
	height:auto;
	font-size:18px;
	line-height:28px;
	font-family: 'Roboto';
	font-weight:100;
	text-align:center;
	margin:5px 0% 0 5%;
}
.kundenlogo_logo_q {
	float:left;
	width:19%;
	height:auto;
	font-size:18px;
	line-height:28px;
	font-family: 'Roboto';
	font-weight:100;
	text-align:center;
	margin:11px 5% 0 0%;
}
.kundenlogo_logo_r {
	float:left;
	width:9%;
	height:auto;
	font-size:18px;
	line-height:28px;
	font-family: 'Roboto';
	font-weight:100;
	text-align:center;
	margin:0px 5% 0 5%;
}
.kundenlogo_logo_s {
	float:left;
	width:18%;
	height:auto;
	font-size:18px;
	line-height:28px;
	font-family: 'Roboto';
	font-weight:100;
	text-align:center;
	margin:9px 5% 0 5%;
}
.kundenlogo_logo_t {
	float:left;
	width:24%;
	height:auto;
	font-size:18px;
	line-height:28px;
	font-family: 'Roboto';
	font-weight:100;
	text-align:center;
	margin:7px 0% 0 5%;
}
.kundenlogo_logo_u {
	float:left;
	width:10%;
	height:auto;
	font-size:18px;
	line-height:28px;
	font-family: 'Roboto';
	font-weight:100;
	text-align:center;
	margin:0px 5% 0 0%;
}
.kundenlogo_logo_v {
	float:left;
	width:32%;
	height:auto;
	font-size:18px;
	line-height:28px;
	font-family: 'Roboto';
	font-weight:100;
	text-align:center;
	margin:10px 0% 0 5%;
}


.bubble_hallo {
	position:relative;
	width:240px;
	height:240px;
	background:#f7e820;
	border-radius:50%;
	left:40px;
	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;
}
.bubble_hallo_text {
	position:relative;
	left:40px;
	top:44px;
	width:280px;
	height:auto;
	font-size:50px;
	line-height:54px;
	font-family: 'Playfair Display';
	font-weight:400;
	text-align:left;
}
.bubble_hallo_text_a {
	position:relative;
	left:40px;
	top:48px;
	width:280px;
	height:auto;
	font-size:48px;
	font-family: 'Roboto';
	font-weight:300;
	text-align:left;
}

.projekte_bereich {
	float:left;
	width:100%;
	height:auto;
	margin:40px 0 40px 0;
	padding:0 20px 0 20px;
}
.projekte_bereich img {
	width:100%;
	height:auto;
	display:block;
}
.projektbox_big {
	float:left;
	width:100%;
	height:330px;
	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:50.5%;
	height:330px;
	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:50%;
	top:0;
	height:330px;
	width:50%;
	z-index:300;
	background:#000000;
	color:#ffffff;
	font-family: 'Roboto';
	font-weight:300;
	font-size:14px;
	line-height:20px;
	padding:23px 15px 25px 15px;
}
.projektbox_big .cover .headline {
	float:left;
	width:100%;
	height:auto;
	padding:0;
	margin:0 0 30px 0;
	font-size:14px;
	line-height:20px;
	font-family: 'Roboto';
	font-weight:400;
}
.projektbox_big_a {
	float:left;
	width:100%;
	height:330px;
	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:50.5%;
	height:330px;
	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:50%;
	top:0;
	height:330px;
	width:50%;
	z-index:300;
	background:#000000;
	color:#ffffff;
	font-family: 'Roboto';
	font-weight:300;
	font-size:13px;
	line-height:19px;
	padding:23px 15px 25px 15px;
}
.projektbox_big_a .cover .headline {
	float:left;
	width:100%;
	height:auto;
	padding:0;
	margin:0 0 30px 0;
	font-size:14px;
	line-height:20px;
	font-family: 'Roboto';
	font-weight:400;
}
.projektbox_small {
	float:left;
	width:100%;
	height:220px;
	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:50.5%;
	height:220px;
	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:50%;
	top:0;
	height:220px;
	width:50%;
	z-index:300;
	background:#000000;
	color:#ffffff;
	font-family: 'Roboto';
	font-weight:300;
	font-size:13px;
	line-height:19px;
	padding:23px 15px 25px 15px;
}
.projektbox_small .cover .headline {
	float:left;
	width:100%;
	height:auto;
	padding:0;
	margin:0 0 30px 0;
	font-size:14px;
	line-height:20px;
	font-family: 'Roboto';
	font-weight:400;
}

.pro30 {
	float:left;
	width:100%;
	height:auto;
	font-family: 'Playfair Display';
	font-weight:900;
	font-size:28px;
	line-height:38px;
	margin:0px 0 0 0;
}
.pro30 p {
	float:left;
	width:100%;
	height:auto;
	margin:0px 0 40px 0;
	font-family: 'Roboto';
	font-weight:300;
	font-size:28px;
	line-height:38px;
}
.pro70 {
	float:left;
	width:100%;
	height:auto;
	margin:0 0 0 0;
	padding-right:0;
}

.pro50a {
	float:left;
	width:100%;
	height:auto;
	margin:0 0% 40px 0;
	padding-left:0%;
}
.pro50b {
	float:left;
	width:100%;
	height:auto;
	margin:0 0 0 0%;
	padding-right:0%;
}

.pro70a {
	float:left;
	width:100%;
	height:auto;
	margin:0 0 0 0;
	padding-left:0%;
}
.pro30a {
	float:left;
	width:100%;
	height:auto;
	font-family: 'Playfair Display';
	font-weight:900;
	font-size:28px;
	line-height:38px;
	margin:0px 0 40px 0%;
}
.pro30a p {
	float:left;
	width:100%;
	height:auto;
	margin:10px 0 0 0;
	font-family: 'Roboto';
	font-weight:300;
	font-size:28px;
	line-height:38px;
}


.projektwrap {
	float:left;
	width:100%;
	height:auto;
	margin:40px 0;
}
.rechtlichertext {
	float:left;
	width:100%;
	height:auto;
	margin:20px 0 60px 0;
	padding:0;
	font-family: 'Roboto';
	font-weight:300;
	font-size:16px;
	line-height:28px;
	-webkit-hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
}
.rechtlichertext h2 {
	float:left;
	width:100%;
	height:auto;
	margin:0px 0 0px 0;
	padding:0;
	font-family: 'Roboto';
	font-weight:500;
	font-size:30px;
	line-height:36px;
	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:16px;
	line-height:28px;
}
.rechtlichertext h4 {
	float:left;
	width:100%;
	height:auto;
	margin:20px 0 10px 0;
	padding:0;
	font-family: 'Roboto';
	font-weight:500;
	font-size:20px;
	line-height:32px;
}
.rechtlichertext p {
	float:left;
	width:100%;
	height:auto;
	margin:0px 0 30px 0;
	padding:0;
	font-family: 'Roboto';
	font-weight:300;
	font-size:16px;
	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:16px;
	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;
}


.sideicon {
	display:none;
	position:fixed;
	top:160px;
	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;
	z-index:995;
}
.sideicon:hover {
	position:fixed;
	top:160px;
	right:0px;
	width:62px;
	height:52px;
	border:solid 1px #ffffff;
	background-color:#f7e820;
	transform:translateX(12px);
	transition:all 0.2s ease-out;
}
.sideicon a {
	display:block;
	width:62px;
	height:52px;
	outline:none;
}

.footer {
	float:left;
	width:100%;
	height:auto;
	margin:0px 0 0px 0;
	padding:60px 0 40px 0;
	background:#f7e820;
}
.footer_unten {
	float:left;
	width:100%;
	height:auto;
	margin:0px 0 0px 0;
	padding:34px 0 30px 0;
	background:#e2e1e2;
	font-family: 'Roboto';
	font-weight:100;
	font-size:14px;
	line-height:22px;
}
.footer_unten h3 {
	float:left;
	width:100%;
	height:auto;
	margin:0 0 10px 0;
	font-family: 'Roboto';
	font-weight:100;
	font-size:15px;
	line-height:22px;
	color:#000000;
}
.wrapper_footer {
	width:100%;
	height:auto;
	margin:0;
	padding:0 20px;
	position:relative;
}
.onlymobile {
	display:block;
}
.onlydesktop {
	display:none;
}
.pr_umbruch_box {
	display:inline-block;
}
.footer_logo {
	float:left;
	width:165px;
	height:auto;
	margin:0px 10px 0 0;
}
.footer_logo a {
	outline:none;
}
.footer_logo img {
	width:100%;
	height:auto;
	display:block;
}
.footer_mitte {
	float:left;
	width:90%;
	height:auto;
	margin:0px 0 0 0;
}
.footer_pin_mobile {
	float:left;
	width:10%;
	height:auto;
}
.footer_mitte .trenner {
	margin:0 15px;
	color:#a0980b;
	display:none;
	font-weight:100;
	font-family: 'Roboto';
}
.footer_rechts {
	float:left;
	width:calc(100% - 185px);
	height:auto;
	text-align:right;
}
.footer_logo_text {
	width:105px;
	height:auto;
	display:inline-block;
	margin:29px 0 0px 0;
}
.footer_mitte .blocka {
	float:left;
	width:100%;
	height:auto;
	margin:0px 0 40px 0;
	font-family: 'Playfair Display';
	font-weight:400;
	font-size:16px;
	line-height:24px;
}
.footer_mitte .blockb {
	float:left;
	width:100%;
	height:auto;
	margin:0px 0 20px 0;
	font-family: 'Roboto';
	font-weight:300;
	font-size:15px;
	line-height:22px;
}
.footer_mitte a {
	color:#000000;
	text-decoration:none;
	outline:none;
}
.footer_mitte a:hover {
	text-decoration:underline;
}
.footer_rechts a {
	color:#000000;
	text-decoration:none;
	outline:none;
}
.footer_pin {
	float:left;
	width:14%;
	height:auto;
	display:block;
	margin:80px 16% 50px 70%;
	text-align:center;
}
.footer_pin img {
	width:100%;
	height:auto;
	display:block;
}
.footer_pin_m {
	float:left;
	width:70%;
	height:auto;
	display:block;
	margin:50px 30% 0px 0%;
	text-align:center;
}
.footer_pin_m img {
	width:100%;
	height:auto;
	display:block;
}
.footer_nav {
	float:left;
	width:100%;
	height:auto;
	margin:34px 0 0 0%;
	padding:0 0 0 0px;
}
.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:300;
	font-size:12px;
	line-height:22px;
	margin:3px 5px 0 0;
	color:#888888;
}
.footer_nav ul li a {
	text-decoration:none;
	color:#000000;
	outline:none;
	margin:0 5px 0 0;
}
.footer_nav ul li a:hover {
	text-decoration:underline;
}

.unterseite_content_a {
	float:left;
	width:100%;
	height:auto;
	margin:0;
	padding:0 20px;
}


.bubble_produktion {
	position:absolute;
	width:350px;
	height:350px;
	background:#f7e820;
	border-radius:50%;
	right:155px;
	top:110px;
	text-align:center;
	padding:148px 0 0 0;
	font-weight:900;
	font-family: 'Playfair Display';
	font-size:44px;
	transform-origin:center center;
	transform:scale(1.0);
	display:none;
	-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:360px;
	height:360px;
	background:#f7e820;
	border-radius:50%;
	left:0px;
	top:240px;
	text-align:center;
	padding:150px 0 0 0;
	font-weight:900;
	font-family: 'Playfair Display';
	font-size:44px;
	transform-origin:center center;
	transform:scale(1.0);
	display:none;
	-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:340px;
	height:340px;
	background:#f7e820;
	border-radius:50%;
	left:460px;
	top:390px;
	text-align:center;
	padding:140px 0 0 0;
	font-weight:900;
	font-family: 'Playfair Display';
	font-size:44px;
	transform-origin:center center;
	transform:scale(1.0);
	display:none;
	-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:280px;
	height:280px;
	background:#f7e820;
	border-radius:50%;
	left:50%;
	top:230px;
	text-align:left;
	padding:47px 20px 0 59px;
	font-family: 'Roboto';
	font-weight:300;
	font-size:20px;
	line-height:26px;
	transform-origin:center center;
	transform:scale(1.0) translateX(-50%);
	display:inline-block;
}
.bubble_konzept {
	position:absolute;
	width:340px;
	height:340px;
	background:#f7e820;
	border-radius:50%;
	left:200px;
	top:680px;
	text-align:center;
	padding:140px 0 0 0;
	font-weight:900;
	font-family: 'Playfair Display';
	font-size:44px;
	transform-origin:center center;
	transform:scale(1.0);
	display:none;
	-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:360px;
	height:360px;
	background:#f7e820;
	border-radius:50%;
	right:0px;
	top:610px;
	text-align:center;
	padding:150px 0 0 0;
	font-weight:900;
	font-family: 'Playfair Display';
	font-size:44px;
	transform-origin:center center;
	transform:scale(1.0);
	display:none;
	-webkit-animation: bubble_produktion_ani 6s infinite linear;
	-moz-animation: bubble_produktion_ani 6s infinite linear;
	-o-animation: bubble_produktion_ani 6s infinite linear;
}

.mobiledota {
	position:absolute;
	left:0px;
	top:85px;
	width:95px;
	height:95px;
	border-radius:50%;
	background-color:#f7e820;
	display:inline-block;
}
.mobiledotb {
	position:absolute;
	right:28px;
	top:164px;
	width:112px;
	height:112px;
	border-radius:50%;
	background-color:#f7e820;
	display:inline-block;
}
.mobiledotc {
	position:absolute;
	right:-50px;
	top:290px;
	width:85px;
	height:85px;
	border-radius:50%;
	background-color:#f7e820;
	display:inline-block;
}
.mobiledotd {
	position:absolute;
	left:-40px;
	top:400px;
	width:85px;
	height:85px;
	border-radius:50%;
	background-color:#f7e820;
	display:inline-block;
}
.mobiledote {
	position:absolute;
	right:145px;
	top:444px;
	width:75px;
	height:75px;
	border-radius:50%;
	background-color:#f7e820;
	display:inline-block;
}


@-moz-keyframes bubble_produktion_ani {
0% { transform:scale(1.0); }
50% { transform:scale(1.05); }
100% { transform:scale(1.0); }
}
@-webkit-keyframes bubble_produktion_ani {
0% { transform:scale(1.0); }
50% { transform:scale(1.05); }
100% { transform:scale(1.0); }
}
@-o-keyframes bubble_produktion_ani {
0% { transform:scale(1.0); }
50% { transform:scale(1.05); }
100% { transform:scale(1.0); }
}

@-moz-keyframes bubble_design_ani {
0% { transform:scale(1.0); }
50% { transform:scale(1.04); }
100% { transform:scale(1.0); }
}
@-webkit-keyframes bubble_design_ani {
0% { transform:scale(1.0); }
50% { transform:scale(1.04); }
100% { transform:scale(1.0); }
}
@-o-keyframes bubble_design_ani {
0% { transform:scale(1.0); }
50% { transform:scale(1.04); }
100% { transform:scale(1.0); }
}

@-moz-keyframes bubble_fullservice_ani {
0% { transform:scale(1.0); }
50% { transform:scale(1.01); }
100% { transform:scale(1.0); }
}
@-webkit-keyframes bubble_fullservice_ani {
0% { transform:scale(1.0); }
50% { transform:scale(1.01); }
100% { transform:scale(1.0); }
}
@-o-keyframes bubble_fullservice_ani {
0% { transform:scale(1.0); }
50% { transform:scale(1.01); }
100% { transform:scale(1.0); }
}


@-moz-keyframes bubble_kontakt_ani {
0% { transform:scale(1.0); }
50% { transform:scale(1.2); }
100% { transform:scale(1.0); }
}
@-webkit-keyframes bubble_kontakt_ani {
0% { transform:scale(1.0); }
50% { transform:scale(1.2); }
100% { transform:scale(1.0); }
}
@-o-keyframes bubble_kontakt_ani {
0% { transform:scale(1.0); }
50% { transform:scale(1.2); }
100% { transform:scale(1.0); }
}








