@import url("../webfonts/Cantarell_Regular/stylesheet.css");
@import url("../webfonts/BebasNeue/stylesheet.css");

/* --- Für alle Gerätebreiten soll alles gelten --*/

#-/-/-/-/-bis---480px--/-/-/-mobil---{}

* {
padding:0;
margin:0;	
}
	
#header {
	background-color: #ECECEC;
}

#logo {
	display: block;
	margin-right: auto;
	margin-left: auto;
	padding-top: 1em;
	padding-bottom: 1em;
	width: 100%;
	max-width:150px;
}
	
body {
	/* [disabled]background-image: url(../bilder/higru-bildname.png); */
	/* [disabled]background-repeat: repeat-x; */
	}	
#header h1 {
	color: #FFF;
	font: 1.0em "Cantarell Regular", sans-serif;
	text-transform: uppercase;
	padding: 0.625em;
	right: auto;
	margin-right: auto;
	margin-left: auto;
}

.headerpic {
	height:auto;
	max-width: 1232px;
	width: 100%;
	display: block;
	margin-left: auto;
	margin-right:auto;
}
	
.boxenabstand {
	margin: 0.625em;
}

#sliderbox {
	overflow: hidden;
	background-color: #FFFFFF;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
}

#content p {
	line-height: 1.4em;
	margin-top: .625em;
	margin-bottom: .625em;
}

.headline {
	font-size:1.5em;
}
#clients {
	list-style: none;
}

#clients li {
	line-height: 0px;
	float: left;
	width: 49%;
	margin-right: 2%;
	margin-bottom: 2%;
}
#clients li:nth-child(2n) {
	margin-right:0;
}

#clients li img {
	width: 100%;
	max-width:330px;
}


/* Anfang Icons-Generierung icons*/

/* für alle PDF-Links soll dynamisch am Anfang des Verweises das pdf-icon geladen werden*/
a[href $=".pdf"] {
	background-image: url(../bilder/icons/pdf.png);
	background-repeat: no-repeat;
	padding-left: 20px;
	background-position: left bottom;
}

/* für alle zip-Links soll dynamisch am Anfang des Verweises das pdf-icon geladen werden*/
a[href $=".zip"] {
	background-image: url(../bilder/icons/zip.png);
	background-repeat: no-repeat;
	padding-left: 20px;
	background-position: left bottom;
}


/* für alle mp3-Links soll dynamisch am Anfang des Verweises das pdf-icon geladen werden*/
a[href $=".mp3"] {
	background-image: url(../bilder/icons/mp3.png);
	background-repeat: no-repeat;
	padding-left: 20px;
	background-position: left bottom;
}


/* für alle externen links soll dynamisch am Ende des Verweises das icon "external" geladen werden*/
a[href^="http://"] {
	background-image: url(../bilder/icons/external.png);
	background-repeat: no-repeat;
	padding-right: 20px;
	background-position: right bottom;
}


/* für alle email links soll dynamisch am Anfang des Verweises das icon "email" geladen werden*/
a[href^="mailto:"] {
	background-image: url(../bilder/icons/email.png);
	background-repeat: no-repeat;
	padding-left: 20px;
	background-position: left bottom;
}


h1{
	font-family: Verdana, Geneva, sans-serif;
}

/* Ende Icons-Generierung icons*/


.map {
	background-image: url(../bilder/icons/map.png);
	background-repeat: no-repeat;
	background-position: left bottom;
	padding-left: 25px;
	line-height: 25px;
}

.tel {
	background-image: url(../bilder/icons/tel.png);
	background-position: left center;
	padding-left: 25px;
	background-repeat: no-repeat;
}

.email {
	background-image: url(../bilder/icons/email.png);
	background-position: left center;
	padding-left: 25px;
	background-repeat: no-repeat;
}
.linkedin {
	background-position: left center;
	padding-left: 25px;
	background-repeat: no-repeat;
	background-image: url(../linkedin-button.jpg);
}

.twitter {
	background-image: url(../bilder/icons/twiter.png);
	background-position: left center;
	padding-left: 25px;
	background-repeat: no-repeat;
}

#footer-oben {
	background-color: #D9E0F2;
	padding: 0.625em;
	font-size: 0.9em;
}

#footer-oben address {
	font-style: normal;
	line-height: 1.4em;
	font-family: Verdana, Geneva, sans-serif;
}

#footer-oben  a {
	color: #0066CC;
	text-decoration: none;
	font-style: italic;
}


#footer-oben h3 {
	color: #0066CC;
	text-transform: uppercase;
	font: 1.0em "Cantarell Regular";
}

#footer-oben strong {
	color: #A4A4A4;
}

#footer-unten {
	background-color: #CED7EF;
	padding: 0.625em;
	font-size: 0.9em;
	color: #999999;
	line-height: 1.4em;
}

video {
	width:100%;
	height:100%
	margin:0.625em o;
	
	}

/* Anfang Kontaktformular */


#form1 {
	margin-top: 1em;
	font-family: BebasNeue;
}

label {
	background-color: #E1E4FD;
	display: block;
}

#senden {
	width: 100px;
	padding-top: 2em;
	height: 3.5em;
	background-color: #33CC00;
}

#loeschen {
	width: 100px;
	padding-top: 2em;
	height: 3.5em;
	background-color: #FF6600;
}

input[type="text"],
textarea
{
	width: 98%;
	height: 2em;
	font: 0.9em Verdana, Geneva,
	sans-serif;
	border: 1px solid #0F0;
	color: #000;
}

.email {
	background-image: url(../icons/email.png);
	padding-left: 25px;
	background-repeat: no-repeat;
}


/* ---- ab 481px soll gelten ,alle Eigenschaften werden von der oberen Ansicht vererbt, und nur dass, welches anders sein soll, wird 
U e b e r s c h r i e b e n --*/

#-/-/-/-/-bis---768px--tablet-/-/-/-{}

@media only screen and (min-width:481px){
	
#headerbox {
	background-image: url(../bilder/comic/5_250px.png);
	background-repeat: no-repeat;
	background-position: right bottom;
	height: 260px;
}
			
#logo {

	margin:0;
	padding:90px 0 0 0.625em;
}

.halbe {	
width:49%;
float:left;
margin-right:2%;
}
	
.abstand {
margin-right:0;
}

	}

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

	}


/* ---- ab 769px soll gelten ,alle Eigenschaften werden von der smartphone und tablet- Ansicht vererbt, und nur dass, welches anders sein soll, wird 
U e b e r s c h r i e b e n --*/

#--/-/-/-/---bis---1232px--desktop--/-/-/-/-{}

@media only screen and (min-width:769px){
	
#header {
	background-color:transparent;		
}
		/*body *{
		display:none;
		}
		body:after{
		content:"Don`t waste paper";
		}*/
		 
		 
	body {
	color: #000;
	background-color: #E1E4FD;
	background-image:none;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12pt;
}
	
#header,#content,#sliderbox,.footerbox{
	width:96%;
	max-width:1232px;
	margin-right:auto;
	margin-left:auto;
}

#clients li:nth-child(2n){
	margin-right:2%;
}

#clients li {
	line-height: 0px;
	float: left;
	width: 23.5%;
	margin-right: 2%;
	margin-bottom: 2%;
}

#clients li:nth-child(4n) {
	margin-right:0;
}

}


#--/-/-/-/--FLEXIBLE NAVIGATION--/-/-/-/-{ }



/* ----------------------Formatierung der Navigation------------------*/



#----flexible-navigation---{}
/* ----------------------Formatierung der Navigation------------------*/

/* Clearfix */
.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    *zoom: 1;
}


/* Desktop-First , gracefull degradation - Von desktop zu smartphone */


/* Basic Styles */
nav {
	height: 40px;
	width: 100%;
	font-size: 1em;
	font-weight: bold;
	position: relative;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #003399;
	background-color: #E1E4FD;
	text-align: center;
	text-decoration: none;
	line-height: 40px;/* Buttons-Farbe! */
}

nav ul {
	padding: 0;
	margin: 0 auto;
	width:960px;
	height: 40px;
	
}
nav li {
	width:16.66666%;
	display: inline;
	float: left;
	
}

nav a {
	color: #666666;
	display: block;
	display: block;
	text-align: center;
	text-decoration: none;
	line-height: 40px;
}

nav li a {
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #000099;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #000099;
}

nav li:last-child a {
	border-right: 1px;
}

nav a:hover, nav a:active ,nav a#aktiv{
	background-color: #CCCCCC;
	color: #000066;
	display: block;
	display: block;
	text-align: center;
	text-decoration: none;
	line-height: 40px;
}

nav a#pull {
	display: none;
}


/*tablet bis 768px und niedriger bis 0*/
@media screen and (max-width: 768px) {
	nav { 
  		height: auto;
}
	
  	nav ul {
  		width: 100%;
  		display: block;
  		height: auto;
}
	
	
  	nav li {
  		width: 50%;
  		float: left;
  		position: relative;
}
	
	
  	nav li a {
		border-bottom: 1px solid #576979;
		border-right: 1px solid #576979;
}
	
	
  	nav a {
	  	text-align: left;
	  	width: 100%;
	  	text-indent: 25px;
  	}
	
}

/*Styles for screen 480px and lower*/
@media only screen and (max-width : 480px) {
	nav {
		border-bottom: 0;
}
	
	nav ul {
		display: none;
		height: auto;
}
	
	nav a#pull {
		display: block;
		background-color: #283744;
		width: 100%;
		position: relative;
	}
	
	nav a#pull:after {
		content:"";
		background: url('../bilder/nav-icon.png') no-repeat;
		width: 30px;
		height: 30px;
		display: inline-block;
		position: absolute;
		right: 15px;
		top: 10px;
}
}


/*Smartphone*/
@media only screen and (max-width : 320px) {
	nav li {
		display: block;
		float: none;
		width: 100%;
}
	
	nav li a {
		border-bottom: 1px solid #576979;
}

}




		/* P R I N T - O P T I M I E R U N G */ /* Alles greift, was nicht geändert wird!!!!*/

		@media print{

	nav, #sliderbox, #footer-oben, #clients{/* ACHTUNG: Was drinn bleiben soll, RAUSNEHMEN in dieser Liste von disply:none!!!!*/
	display:none;
	}

	#header #footer-unten {
	background-color:transparent;
	color:#000;
}

	#header h1 {
	background-color: #FFF;
	text-align: left;
	color: #000;
}

.headline {
	/* [disabled]font-family: "Cantarell Regular"; */
}


	/* für alle externen links soll der Zielpfad bzw. die Webadresse mit ausgedruckt werden */
	a[href^="http://"]:after {
	content:" [ "attr(href)" ] ";
}

	a[href^="http://"] {
	background-image:none;
	padding-right:0px;
}

	a {
	color: #000;
	}
	
#form1 {
	margin-top: 1em;
	background-color: #DFDFDF;
}

	.seitenumbruch {
	page-break-before: always;
}

}
.Infotextzeile {
	font-size: 0.8em;
}
