@charset "UTF-8";
/*-----------------------------------------------------------
Stylesheet Quadro
Stand: Mai 2018
Datei: q.css
Autor: Claudia Renner
-------------------------------------------------------------*/
/* roboto-300 - latin */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 300;
  src: local('Roboto Light'), local('Roboto-Light'),
       url('../fonts/roboto-v19-latin-300.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
       url('../fonts/roboto-v19-latin-300.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* roboto-regular - latin */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  src: local('Roboto'), local('Roboto-Regular'),
       url('../fonts/roboto-v19-latin-regular.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
       url('../fonts/roboto-v19-latin-regular.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* roboto-500 - latin */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 500;
  src: local('Roboto Medium'), local('Roboto-Medium'),
       url('../fonts/roboto-v19-latin-500.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
       url('../fonts/roboto-v19-latin-500.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* roboto-700 - latin */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  src: local('Roboto Bold'), local('Roboto-Bold'),
       url('../fonts/roboto-v19-latin-700.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
       url('../fonts/roboto-v19-latin-700.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

@media all {

/*-----------------------------------------------------------
Allgemeine Basis-Angaben
-------------------------------------------------------------*/
.push {
	height: 3em; /* .push must be the same height as .footer */
}
html, body {
	height: 100%;
}
html {
	overflow-y: scroll;
}
body, div, html,
h1, h2, h3, h4, h5, h6,
p, blockquote, pre, code,
ul, ol, li, dl, dt, dd,
table, th, td,
form, fieldset, legend, input, textarea {
	margin: 0;
	padding: 0;
}
body {
	color: #666;
	letter-spacing: 0.1em;
	background-color: #999;
	margin: 0;
	padding: 0;
	font: 400 100%/160% 'Roboto', Arial, Helvetica, sans-serif;
}
/*-----------------------------------------------------------
Images
-------------------------------------------------------------*/
a img { 
	border: none;
}
img {
	max-width: 100%;
	height: auto;
}
/*-----------------------------------------------------------
Float
-------------------------------------------------------------*/
.clearfloat { 
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}
/*-----------------------------------------------------------
Text
-------------------------------------------------------------*/
p {
	font-size: 0.85em; /*13,6px*/
	padding-bottom: 0.4em;
}
h1 {
	font-size: 1.125em; /*18px*/
	font-weight: 700;
	line-height: 1.125em;
	padding-bottom: 0.75em;
}
h2 {
	font-size: 1em;/*16px*/
	font-weight: 700;
	line-height: 1.375em;
	padding-bottom: 0.5em;/*12px*/
}
h3 {
	font-size: 1em;/*16px*/
	font-weight: 700;
	line-height: 1.375em;
	padding-bottom: 0.75em;
}
h4 {
	font-size: 0.75em; /*12px*/
	padding-bottom: 0.4em;
	font-weight: 400;
}
h5 {
	font-size: 1.5em; /*24px*/
	font-weight: 700;
	line-height: 1.125em;
	padding-bottom: 0.75em;
}

.white {
	color:#FFF;
}
.red {
	color:#F00;
}
.grau {
	color: #e8e8e8;
}
.black {
	color: #000;
}
.fehler {
	color: #F00;
	font-weight: bold;
}
.dark_grey {
	background-color: #333;	
}
.back_grey_1 {
	background-color: #C2C2C2;	
}
.back_grey_2 {
	background-color: #666;	
}
.back_grey_3 {
	background-color: #999;	
}
.back_grey_4 {
	background-color: #DADADA;
}
.back_grey_5 {
	background-color: #f9f9f9;
}
.back_grey_6 {
	background-color: #aaa;
}
.back_grey_7 {
	background-color: #888;
}
.back_grey_8 {
	background-color: #777;
}
.back_grey_9 {
	background-color: #A2A2A2;
}
.back {
	background-color: #e8e8e8;
}
.back_transparent {
	background-color: transparent;
}
.back_red {
	background-color: #f00;
}
.einzug {
	padding-left: 5%;
}
.center {
	margin: 0 auto;
}	
.text-center {
	text-align: center;
}
.pt-16 {
	padding-top: 16px;
}
/*--------------------------------------------------------------------
Hauptcontainer: 
-----------------------------------------------------------------------*/
#header{
	display: block;
	padding: 0;
	position: fixed;
	top: 0;
	width: 100%;
	margin: 0 auto;
	z-index: 805;
}
#header_content {
	display: block;
	max-width: 1600px;
	margin: 0 auto;
	width: 100%;
	position: relative;
}
#logo_container {
	width: 30%;
	display: block;
	position: absolute;
	z-index: 106;
	top: 0;
	right: 5%;
}
#logo {
	background-size: contain;
	position: absolute;
	width: 100%;
	top: 0;
	background-image: url(../images/q_logo.png);
	background-image: url(../images/q_logo.svg), none;
	background-repeat: no-repeat;
	background-position: right top;
	z-index: 106;
	height: 100%;
}
#container {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	width: 100%;
	max-width: 1600px;
	background-color: #666;
	display: block;
	margin: 0 auto;
	color: #444;
}
#footer{
	display: block;
	padding: 0;
	width: 100%;
	z-index: 99;
	position: relative;
	bottom: 0;
	margin: 0 auto;
	clear: both;
}
#footer_content {
	height: 3.5em;
	display: block;
	max-width: 1600px;
	width: 100%;
	position: relative;
	text-align: center;
	color: #FFF;
	font-size: 80%;
	background-color: #666;
	padding-top: 1.45em;
	margin: 0em auto 0;
}
#footer a {
	color: #E8E8E8;
}
/*-----------------------------------------------------------
Navigation mobile first, media all
-------------------------------------------------------------*/
/*im html-quelltext wird mit <html class="no-js"> über javaScript abgefragt ob javaScript aktiviert oder deaktiviert ist und wenn ja durch js ersetzt
im navi-Bereich ist ein <h3>Element, mit dem Menuebutton zum Ein- und Ausklappen des Navigationsleiste
ganz am Ende des Codes ist der Verweis auf die javaScript Datei "navigation.js"
mit javaScript wird beim klicken auf den Button die class="toggled-on" eingefügt und die Navigation ein- bzw. ausgeklappt*/
a {
	text-decoration: none;
}
a:link, a:visited {
	color: #666;
}
a:hover, a:active {
	color: #000;
}
#navi {
	background-color: #666;
	width: 100%;
	overflow: hidden;
}
/* .menu-toggle Gestaltung des menu-Klapp-Buttons*/
.js .menu-toggle {
	display: block;
	cursor: pointer;
	width: 95%;
	background-image: url(../images/menu.png);
	background-image: url(../images/menu.svg), none;
	background-repeat: no-repeat;
	background-position: left bottom;
	height: 16px;
	margin: 0.3em 0 0.3em 5%;
}

/*wenn javaScript nicht aktiv wird menu-toggle ausgeblendet*/
.no-js .menu-toggle {
	display:none;
}
/*wenn javaScript aktiv wird navi mit ungeordneter Liste ausgeblendet, nur menu-toggle ist zu sehen*/
.js #navi ul {
	display: none;
}
/*wenn menu-toggle geklickt wird, oder javaScript nicht aktiv: wird navigationsliste angezeigt
die Klasse toggled-on wird durch das javaScipt "navigation" hinzugefügt, wenn der menu-Klapp-Button gedrückt wird*/

#navi ul.toggled-on,.no-js #navi ul{
	list-style: none;
	display: block;
	float: none;
	padding-left: 0;
}
#navi ul.toggled-on li{
	display: block;
	float: none;
	border-bottom: 1px solid #a9a5aa;
	font-size: 1.25em;
}
.no-js #navi li {
	display: block;
	float: none;
	border-bottom: 1px solid #a9a5aa;
	font-size: 90%;
}
#navi ul.toggled-on a, .no-js #navi a{
	border-left: none;
	color: #a9a5aa;
	background-color: #333;
	display: block;
	padding-top: 0.3em;
	padding-right: 0;
	padding-bottom: 0.3em;
	padding-left: 5%;
}
#navi ul.toggled-on li:first-child {
	border-top: 1px solid #a9a5aa;
}
/*[data-icon]:before {
	content:attr(data-icon);
	speak:none;
	display:inline-block;
	font-size:200%;
}*/
.screen-reader-text {
	position: absolute;
	top: -9999px;
	left: -99999px;
}
/*--------------------------------------------------------------------
end Navigation
-----------------------------------------------------------------------*/
/*--------------------------------------------------------------------
Container: 
-----------------------------------------------------------------------*/
.platzhalter{
	width: 100%;
	display: block;
	position: relative;	
}
.platzhalter img{
	visibility: hidden;
}
.wrapper_1 {
	margin: 0 auto;
	position: relative;
	display: block;
	width: 100%;
	padding-top: 64px;
}
.wrapper_2 {
	position: relative;
	display: block;
	width: 100%;
	margin: 0 auto;
}
.container_i1, .container_i2, .container_t1, .container_t2, .formular_container, .kontform {
	position: relative;
	display: block;
	float: none;
	margin: 0 auto;
	width: 100%;
}
#famab_container {
	position: relative;
	display: block;
	width: 75%;
	max-height:145px;
	margin: 0px auto;
	padding: 48px 0px 24px;
}
.infobox_wrap {
	width: 100%;
	padding: 0;
	margin: 0;
	display: block;
}
.infobox, .infobox_2 {
	display: block;
	text-align: center;
	padding: 24px 3px;
}
.infobox a:link{
	color: #fff;
}
.infobox_2 a:link {
	color: #000;
}
.infobox_2 a:hover{
	color: #f00;
}
.infobox_1, .anzeige {
	text-align: left;
	display: block;
	padding: 24px 5%;
}
.anzeige{
	border: medium outset #f9f9f9;
	font-size: 110%;
	margin-bottom: 8px;	
}
/*-----------------------------------------------------------
index
-------------------------------------------------------------*/
.js #kreativ_container {
	width: 120px;
	float: left;
	left: 5%;
	margin-top: 40px;
	position: absolute;
	z-index: 104;
	visibility: visible;
}
#kreativ_container.toggled-on, .no-js #kreativ_container{
	visibility: hidden;	
}
#kreativ {
	background-size: contain;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background-image: url(../images/kreativ_a.png);
	background-image: url(../images/kreativ_a.svg), none;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	z-index: 104;
}
#seit_container {
	width: 15%;
	position: absolute;
	z-index: 104;
	display: block;
	top: 25px;
	right: 5%;
}
#seit {
	background-size: contain;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	opacity: 0.7;
	background-image: url(../images/seit_1.png);
	background-image: url(../images/seit_1.svg), none;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	z-index: 104;
}
.container_text {
	position: relative;
	display: block;
	float: none;
	margin: 0 auto;
	width: 100%;
	background-color: #e8e8e8;
}
.content_text {
	text-align: center;
	padding: 24px 5%;
}
/*-----------------------------------------------------------
Projekte 
-------------------------------------------------------------*/
.intro {
	display: block;
	width: 100%;
	position: relative;
	float: none;
	margin: 0 auto;
}
.projekte_foto {
	display: block;
	width: 100%;
	position: relative;
	float: none;
	margin: 0 auto;
}
.projekte_nav {
	width: 100%;
	background-color: #666;
	cursor: pointer;
	color: #A9A5AA;
	display: block;
	text-align: center;
	width: 100%;
	font-size: 1.25em;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-top: 0;
	margin-bottom: 0;
	border-top: 1px solid #A9A5AA;
	padding: 0.3em 0;
}
.border_bottom {
	border-bottom: solid 1px #A9A5AA;
}
.aktiv {
	color: #FFFFFF;
	background-color: #FF0000;
	cursor: default;
}
/*-----------------------------------------------------------
end Projekte
-------------------------------------------------------------*/
/*-----------------------------------------------------------
slider
-------------------------------------------------------------*/
.cycle-prev {
	left: 0px;
	background-attachment: scroll;
	background-color: transparent;
	background-image: url(../images/dreieck_m_l.png);
	background-image: url(../images/dreieck_m_l.svg), none;
	background-repeat: no-repeat;
	background-position: 50% 50%;
}
.intr.cycle-prev, .intr.cycle-next {
	position: absolute;
	top: 0px;
	width: 10%;
	opacity: 0;
	z-index: 800;
	height: 100%;
	cursor: pointer;
}
.cycle-prev, .cycle-next {
	position: absolute;
	top: 0px;
	width: 10%;
	opacity: 1;
	z-index: 800;
	height: 100%;
	cursor: pointer;
}
.cycle-next {
	right: 0px;
	background-attachment: scroll;
	background-color: transparent;
	background-image: url(../images/dreieck_m_l.png);
	background-image: url(../images/dreieck_m_r.svg), none;
	background-repeat: no-repeat;
	background-position: 50% 50%;
}
.intr.cycle-prev:hover, .intr.cycle-next:hover {
    opacity: 1;
}
.cycle_back {
	background-color: #F00;
	padding-top: 0.25em;
	padding-bottom: 0.25em;
}
.cycle-overlay {
	position: absolute;
	bottom: 1em;
	width: 100%;
	z-index: 600;
	color: #FFF;
	font-size: 1em;
	text-align: center;
	opacity: 0.75;
	background-attachment: scroll;
	background-image: none;
	background-repeat: repeat;
	background-position: 0% 0%;
	font-weight: 700;
}

/*-----------------------------------------------------------
end slider
-------------------------------------------------------------*/

/*-----------------------------------------------------------
end index
-------------------------------------------------------------*/

/*-----------------------------------------------------------
Referenzen
-------------------------------------------------------------*/
.foto {
	display: block;
	width: 50%;
	height: 50%;
	margin: 0;
	float: left;
	position: relative;
	cursor: pointer;
	text-align: center;
}
.foto img {
	display: block;
}
.foto span {
	text-align: center;
	height: 100%;
	width: 100%;
	position: absolute;
	display: none;
	cursor: none;	
}
.text {
	display: block;
	width: 50%;
	height: 50%;
	margin: 0;
	float: left;
	position: relative;
}
.text img {
	display: block;
	visibility: hidden;
}
.text span {
	color: #a9a5aa;
	background-color: #333;
	text-align: center;
	height: 100%;
	width: 100%;
	position: absolute;
	left: 0;
	display: block;
	top: 0;
	overflow: hidden;
}
.text span p {
	font-size: 90%;
	line-height: 130%;
	padding-top: 32px;	
}
.foto span p {
	font-size: 90%;
	line-height: 130%;
	padding-top: 8px;	
}
.ref {
	outline: 0 none;
	color: #FFF;
	border-radius: 0px;
	position: absolute;
	top: 50%;
	left: 50%;
	height: 40%;
	width: 40%;
	cursor: pointer;
	border-top-style: none;
	border-bottom-style: none;
	border-right-style: none;
	border-left-style: none;
	background-color: #FF0000;
	font-size: 90%;
	line-height: 120%;
	padding: 4px;
	text-align: center;
	display: block;
	margin: -20% 0 0 -20%;
}
#liste{
	cursor: pointer;
}
/*-----------------------------------------------------------
end Referenzen
-------------------------------------------------------------*/
/*-----------------------------------------------------------
Impressum
-------------------------------------------------------------*/

.impressum {
	text-align: center;
	background-color: #f9f9f9;
	padding: 24px 5% 0;
}
.impressum ul {
	text-align: center;
	padding-top: 1em;
	padding-bottom: 1.5em;
	list-style-type: none;
}
.impressum li {
	padding-top: 1em;
}
/*-----------------------------------------------------------
end Impressum
-------------------------------------------------------------*/


/*-----------------------------------------------------------
Unternehmen
-------------------------------------------------------------*/
.aktiv_un {
	color: #000;
}
.team {
	width: 100%;
	display: block;
	padding: 0;
	margin: 0 auto;
}
.team_foto {
	width: 100px;
	display: block;
	padding: 0;
	height: 100px;
	float: left;
	margin: 24px 24px 16px 0;
}
.team_text {
	color: #c2c2c2;
	float: left;
	display: block;
	margin-top: 24px;
	margin-bottom:16px;
}
.team_text h3{
	padding-bottom: 0.5em;
}
hr {
	width: 100%;
	height: 1px;
	margin: 0 auto;
	color: #666;
	border: solid 1px #444;
	background-color: #444;
    }
.team_text a:link {
	color:#FFF;
}
.team_text a:hover {
	color:#F00;
}
.unnw {
	text-align: left;
	display: block;
	padding: 12px 5% 2px;
}
.acc_un {
	display: block;
	width: 100%;
	position: relative;
}
.acc_un .un_inhalt {
	display: block;
	width: 100%;
	position: relative;
	float: none;
	margin: 0 auto;
}
.acc_un .un_nav {
	width: 100%;
	display: block;
	float: none;
	margin: 0 auto;
	cursor: pointer;
}
.kontform {
	width: 100%;
	position: relative;
	display: block;
}
.Close{
	position: absolute;
	top: 5px;
	right: 5px;
	display: block;
	width: 38px;
	height: 19px;
	text-indent: -9999px;
	background-image: url(images/controls.png);
	background-image: url(images/controls.svg), none;
	background-repeat: no-repeat;
	background-position: center top;
	cursor:pointer;
}
.Close:hover{background-position:bottom center;}

/*-----------------------------------------------------------
end Unternehmen
-------------------------------------------------------------*/
/*-----------------------------------------------------------	
radio button neu
-------------------------------------------------------------*/


[type="radio"] {
  border: 0; 
  clip: rect(0 0 0 0); 
  height: 1px; margin: -1px; 
  overflow: hidden; 
  padding: 0; 
  position: absolute; 
  width: 1px;
}
/* One radio button per line */
label {
  display: inline-block;
  cursor: pointer;
  font-size: 1em;
  line-height: 1.5em;
}
[type="radio"] + span.legende {
  display: block;
  margin-right: 1em;
}
/* the basic, unchecked style */
[type="radio"] + span.legende:before {
  content: '';
  display: inline-block;
  width: 1em;
  height: 1em;
  vertical-align: -0.25em;
  border-radius: 1em;
  background: white;
  border: 1px solid #000;
  box-shadow: inset 0px 0px 0px 2px white;
  margin-right: 0.75em;
  transition: 0.5s ease all;
}
/* the checked style using the :checked pseudo class */
[type="radio"]:checked + span.legende:before {
  background: #F00;
  /*box-shadow: 0 0 0 0.25em #000;*/
}
/* never forget focus styling */
[type="radio"]:focus + span.legende:after {
	content: '\0020\2190';
	font-size: 1.5em;
	line-height: 1;
	vertical-align: -0.125em;
}
/*-----------------------------------------------------------	
Formular
-------------------------------------------------------------*/
span.pflichtfeld {
   color: #F00;
	font-weight: bold;
}
span.hilfetext {
	color: #666;
}
input[type="submit"]{
	background-color: #666;
	display: block;
	width: 100%;
	box-shadow: none;
	-webkit-appearance: none;
	border-radius: 0;
	outline: none;
	vertical-align: top;
	font-size: 16px;
	margin-top: 1em;
	margin-bottom: 1em;
	color: #FFF;
	border: none;
	padding: 1em 0 1.25em;
}
form {
	padding: 0;
	width: 100%;
}
fieldset {
	padding: 0;
	border: none;
	width: 100%;
	margin: auto;
	outline: none;	
}
label.textfeld {
	display: block;
	cursor: pointer;
	font-size: 16px;
}
input.textfeld {
	-webkit-appearance: none;
	display: block;
	width: 96%;
	border: 1px solid #666;
	background-color: #FFF;
	padding: 0.5em 2%;
	outline: none;
	vertical-align: top;
	font-size: 16px;
	border-radius: 0px;
	margin-bottom: 8px;
}
textarea.textfeld {
	-webkit-appearance: none;
	display: block;
	width: 96%;
	height: 160px;
	border: 1px solid #666;
	background-color: #FFF;
	padding: 0.5em 2%;
	outline: none;
	vertical-align: top;
	font-size: 16px;
	border-radius: 0px;
	margin-bottom: 8px;
}
input:focus, textarea:focus{
	border: 1px solid #F00;
}
}
/*-----------------------------------------------------------
end media all
-------------------------------------------------------------*/
@media only screen and (min-width:320px) {
#logo_container {
	width: 25%;
	right: 3.3%;
}	
.js #kreativ_container {
	width: 160px;	
	margin-top: 42px;	
}
.cycle-overlay {
	font-size: 1.5em;
}
}
@media only screen and (min-width:420px) {
	.impressum {
	text-align: center;
	background-color: #f9f9f9;
	padding: 24px 5% 0;
	font-size: 90%;
}
#logo_container {
	width: 22.5%;
}	
.js #kreativ_container {
	width: 200px;	
	margin-top: 40px;	
}
#seit_container {
	top: 30px;
}
.wrapper_1 {
	padding-top: 80px;
}
.cycle_back {
	padding-top: 0.5em;
	padding-bottom: 0.5em;
}
.cycle-overlay {
	bottom: 0.75em;
	font-size: 2em;	
}
}
@media only screen and (min-width:540px) {
#logo_container {
	width: 20%;
}	
.js #kreativ_container {
	width: 240px;	
	margin-top: 40px;
}
.wrapper_1 {
	padding-top: 90px;
}
}
@media only screen and (min-width:768px) {

p {
	font-size: 1em; /*16px*/
	line-height: 1.75em;
	padding-bottom: 0.6em;
}
h1 {
	font-size: 1.375em; /*22px*/
	font-weight: 700;
	line-height: 1.375em;
	padding-bottom: 0.5em;
}
h2 {
	font-size: 1.125em;/*18px*/
	font-weight: 700;
	line-height: 1.375em;
	padding-bottom: 0.75em;/*12px*/
}
h3 {
	font-size: 1.25em;/*20px*/
	font-weight: 700;
	line-height: 1.375em;
	padding-bottom: 1em;
}
h4 {
	font-size: 0.75em; /*12px*/
	padding-bottom: 0.4em;
	font-weight: 400;
}
h5 {
	font-size: 1.5em; /*24px*/
	font-weight: 700;
	line-height: 1.125em;
	padding-bottom: 0.75em;
}

.einzug {
	padding-left: 28px;
}
#container, #header_content, #footer_content {
	width: 90%;
}
#logo_container {
	width: 15%;
	right: 21px;
}
/*-----------------------------------------------------------
Navigation
-------------------------------------------------------------*/
/*.js .menu-toggle {
	display: none;
}
a:hover {
	color: #666;
}
a:active {
	color: #666;
}
#navi ul, .no-js #navi ul, .js #navi ul {
	display: block;
	list-style: none;
	margin: 0;
	padding: 0;
	float: left;
}
#navi li, .no-js #navi li {
	display: inline-block;
	float: left;
	border-bottom: none;
}
#navi a, .no-js #navi a {
	font-size: 95%;
	display: block;
	padding: 0.5em 1.8em 0.6em 28px;
	color: #e8e8e8;
	background-color: transparent;
}
#navi a:hover, #nav a:active {
	background-color: #333;
}
.menu-toggle {
	display: none;
}*/
/*-----------------------------------------------------------
end Navigation
-------------------------------------------------------------*/
.js #kreativ_container, .no-js #kreativ_container {
	visibility: visible;
	width: 40%;
	margin-top: 50px;
	left: 5%;
}
#seit_container {
	width: 12%;
	top: 30px;
	right: 22px;
}
#seit {
	opacity: 1;
	background-image: url(../images/seit.png);
	background-image: url(../images/seit.svg), none;
}
.wrapper_1 {
	padding-top: 80px;
}


#famab_container {
	width: 40%;
}
.infobox_1, .anzeige {
	padding-right: 28px;
	padding-left: 28px;	
}
/*.infobox_2 {
	text-align: left;
	padding: 40px 4px 40px 28px;
}*/
.infobox_2 {
	text-align: left;
	padding-right:4px;
	padding-left: 28px;
}
.infobox_wrap {
	width: 50%;
	float: left;
}

/*.impressum {
	text-align: left;
}*/
/*.infobox_wrap {
	width: 100%;
	float: none;
}*/
.intro {
	position: relative;
	display: block;
	width: 63%;
	margin: 0 auto;
	padding-top: 30px;
}
.intro_wrap {
	position: relative;
	display: block;
	width: 100%;
	margin: 0 auto;
	background-color: #333;
}
#box {
	display: block;
	width: 63%;
	position: relative;
	margin: 0 auto;
	padding-bottom: 30px;
}
.content_text {
	text-align: left;
	padding: 40px 18.5% 48px;
}
.foto, .text {
	height: 25%;
	width: 25%;
}
.impressum {
	text-align: left;
	padding: 40px 28px 48px;
}
.impressum ul {
	text-align: left;
	list-style-type: square;
	padding-left: 3em;	
}
.cycle-overlay {
	bottom: 1em;
	font-size: 2.5em;	
}
.unnw {
	padding: 24px 28px;
}
}
/*-------------------------------------------------------------------------------------------------------------------
end mmedia only screen and (min-width:816px)
---------------------------------------------------------------------------------------------------------------------*/
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation : landscape) {
body {
	font-size: 70%;
}
.einzug {
	padding-left: 20px;
}
/*87.5% von 1024px = 896px*/
#container, #header_content, #footer_content {
	width:90%;
}
#logo_container {
	width: 15%;
	right: 17px;
}
/*-----------------------------------------------------------
Navigation
-------------------------------------------------------------*/
/*.js .menu-toggle {
	display: none;
}
a:hover {
	color: #666;
}
a:active {
	color: #666;
}
#navi ul, .no-js #navi ul, .js #navi ul {
	display: block;
	list-style: none;
	margin: 0;
	padding: 0;
	float: left;
}
#navi li, .no-js #navi li {
	display: inline-block;
	float: left;
	border-bottom: none;
}
#navi a, .no-js #navi a {
	font-size: 100%;
	display: block;
	padding: 0.5em 1.8em 0.6em 20px;
	color: #e8e8e8;
	background-color: transparent;
}
#navi a:hover, #nav a:active {
	background-color: #333;
}
.menu-toggle {
	display: none;
}*/
/*-----------------------------------------------------------
end Navigation
-------------------------------------------------------------*/
.js #kreativ_container, .no-js #kreativ_container {
	visibility:visible;
	width: 40%;
	margin-top: 50px;
	left: 5%;
}
#seit_container {
	width: 12%;
	top: 30px;
	right: 28px;
}
#seit {
	opacity: 1;
	background-image: url(../images/seit.png);
	background-image: url(../images/seit.svg), none;
}
.wrapper_1 {
	padding-top: 70px;
}
.container_i1 {
	float: right;
	width: 60%;
}
.container_i2 {
	float: left;
	width: 40%;
}
.container_t1 {
	float: left;
	width: 60%;
}
.container_t2 {
	float: right;
	width: 40%;
}
.kontform {
	float: right;
	width: 40%;
}
#famab_container {
	width: 40%;
}
.infobox_1, .anzeige {
	padding-right: 24px;
	padding-left: 24px;
}
.infobox_2 {
	text-align: left;
	margin-top: 0;
	font-size: 90%;
	padding: 12px 4px 8px 20px;
}
.infobox_wrap {
	width: 100%;
	float: none;
}
.infobox_2 p:first-child{
	font-size: 80%;
}/*62.5% von 896px = 560px*/
.intro {
	display: block;
	width: 63%;
	margin: 0 auto;
	padding-top: 20px;
}
.intro_wrap {
	position: relative;
	display: block;
	width: 100%;
	margin: 0 auto;
	background-color: #333;	
}
#box {
	display: block;
	width: 63%;
	position: relative;
	margin: 0 auto;
	padding-bottom: 20px;
}
.content_text {
	text-align: left;
	padding: 20px 18.5% 48px;
}
.impressum {
	text-align: left;
	padding: 12px 20px 48px;
}
.unnw {
	padding: 24px;
}
label.textfeld, input.textfeld, textarea.textfeld {
	font-size: 12px;
}
textarea.textfeld {
	height: 120px;
}
}
/*-------------------------------------------------------------------------------------------------------------------
end media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation : landscape)
---------------------------------------------------------------------------------------------------------------------*/
@media only screen and (min-width:1120px) {

h4 {
	font-size: 1em;
	padding-bottom: 0.6em;
}
#logo_container {
	width: 14%;
}	
.wrapper_1 {
	padding-top: 90px;
}
.container_i1 {
	float: right;
	width: 60%;
}
.container_i2 {
	float: left;
	width: 40%;
}
.container_t1 {
	float: left;
	width: 60%;
}
.container_t2 {
	float: right;
	width: 40%;
}
.kontform {
	float: right;
	width: 40%;
}
.infobox_wrap {
	width: 100%;
	float: none;
}
.infobox {
	font-size: 90%;
}
#famab_container {
	width: 20%;
}
	

}

@media only screen and (min-width:1280px) {
	
/*-----------------------------------------------------------
Navigation
-------------------------------------------------------------*/
.js .menu-toggle {
	display: none;
}
a:hover {
	color: #666;
}
a:active {
	color: #666;
}
#navi ul, .no-js #navi ul, .js #navi ul {
	display: block;
	list-style: none;
	margin: 0;
	padding: 0;
	float: left;
}
#navi li, .no-js #navi li {
	display: inline-block;
	float: left;
	border-bottom: none;
}
#navi a, .no-js #navi a {
	font-size: 100%;
	display: block;
	padding: 0.5em 1.8em 0.6em 20px;
	color: #e8e8e8;
	background-color: transparent;
}
#navi a:hover, #nav a:active {
	background-color: #333;
}
.menu-toggle {
	display: none;
}
/*-----------------------------------------------------------
end Navigation
-------------------------------------------------------------*/	
body {
	font-size: 100%;
}
.einzug {
	padding-left: 32px;
}
#container, #header_content, #footer_content {
	max-width: 1120px;
	width: 80%;
}
#logo_container {
	right: 30px;
}
#navi a, .no-js #navi a {
	padding-left: 32px;
}
.infobox_2, .infobox {
	padding-left: 32px;
}
.infobox_1, .anzeige {
	padding-right: 32px;
	padding-left: 32px;	
}
.team_foto {
	width: 140px;
	height: 140px;
}
.impressum {
	padding-right: 32px;
	padding-left:32px;
}
}
@media only screen and (min-width:1480px) {
#container, #header_content, #footer_content {
	max-width: 1240px;
	width: 80%;
}
.wrapper_1 {
	padding-top: 110px;
}
#seit_container {
	width: 12%;
	top: 40px;
	right: 62px;
}
.container_i1 {
	float: right;
	width: 70%;
}
.container_i2 {
	float: left;
	width: 30%;
}
.container_t1 {
	float: left;
	width: 70%;
}
.container_t2 {
	float: right;
	width: 30%;
}
.kontform {
	width: 30%;	
}
.content_text {
	padding-right: 20%;
	padding-left: 20%;	
}	
.infobox_2 {
	font-size: 90%;
}
.infobox {
	font-size: 100%;	
}
.intro {
	width: 60%;
	padding-top: 40px;
}
#box {
	width: 60%;
	padding-bottom: 40px;
}
.cycle_back {
	padding-top: 0.5em;
	padding-bottom: 0.5em;
}
.cycle-overlay {
	bottom: 1em;
	font-size: 3em;
}
}
 @media only screen and (min-width:1600px) {
#container, #header_content, #footer_content {
	max-width: 1600px;
	width: 80%;
}
#logo_container {
	width: 13%;	
}	
.wrapper_1 {
	padding-top: 140px;
}		
#seit_container {
	right: 82px;
}
.infobox_2 {
	font-size: 100%;
}
.infobox {
	font-size: 120%;	
}
}
/*-----------------------------------------------------------
Ende des stylesheets
-------------------------------------------------------------*/
