/* css released under Creative Commons License -  http://creativecommons.org/licenses/by/2.0/deed.en  */
/* html5 + CSS 3 Template created by miss monorom  http://intensivstation.ch 2013 */

/* Browser reset */
* {
margin: 0;
padding: 0;
box-sizing: border-box;
}
/* render html5 elements as block  */

/*header, footer, section, aside, nav, article { display: block;}*/
article,aside,details,figcaption,figure,footer,header,hgroup,main,nav,section,summary{
	display: block;
	/*padding: 10px 20px 10px 20px; /*abstand  für alle seiteneelemente*/
	}
	
	
html{font:100%/1.0 "Roboto;","Roboto-Light;","Roboto-LightItalic;","Architects+Daughter;", Helvetica, Arial, sans-serif;
    font-family: 'Architects+Daughter', cursive;
    font-family: 'Roboto', sans-serif;
	font-family: 'Roboto-Light', sans-serif;
	font-family: 'Roboto-LightItalic', sans-serif;
	}
	
.Roboto { 
	font-family: Roboto;
	font-weight:100;
}
.Roboto-Light { 
	font-family: Roboto-Light;
	font-weight:300;
}
.Architects Daughter{ 
	font-family: Architects Daughter;
	font-weight:300;
}

body {
color:#fff; /* schrift weiss*/
background-color:#fff;/*weisser fenster hintergrund*/
margin: 0;
font-size: 14.5px;
line-height: 15px;
font-family: Roboto, sans-serif, Helvetica, Arial, sans-serif;
	}
	
	/*zitat definiert den urheber geht mit article*/
cite{ 
	color:#fff;
	font-size: 0.5em;
	font-style:normal;
	}

 /*---- LINKS -------*/
a {font-size:1em; font-weight:400; text-decoration:none;}
a:link {color:#000;}
a:visited {color:#000;}
a:hover {color: #000;  text-decoration:underline;}
a:active { color:#000;} /**/

.mailweiss:link {color:#fff;}
.mailweiss:visited {color:#fff;}
.mailweiss:hover {color: #ddd;  text-decoration:none;}
.mailweiss:active { color:#fff;} /**/

.angebote:link {color:#7d7d7d; font-size:1.15em; line-height:1em; font-weight:300; text-decoration:none;}
.angebote:visited {color:#7d7d7d;}
.angebote:hover {color: #000;  text-decoration:none;}
.angebote:active { color:#000;}

a::after {
	margin-left: .1em;}	

/* --------Überschriften ----*/
 h1,h2,h3,h4,h5{
	 /*line-height:2.667em;*/
	 font-family: font-family: Roboto, sans-serif; Helvetica, Arial, sans-serif;
	 }

h1{
color:#000; /*Ueberschrift weiß*/
font-size: 2em;
line-height:1.15em;
font-weight: 400;
margin: 1.5em 0 1.5em 0em;
} 
.klupph1{
color:#000; /*Ueberschrift weiß*/
font-size: 1.5em;
line-height:0.5em;
font-weight: 400;
margin: 13px 0 0 90px;
} 

h2 {
color:#000; 
font-size:1.5em;
line-height:1.5em;
margin: 1em 0.5em 1em 0.5em;
font-weight: 400;
}
.klupph2 {
color:#000; 
font-size:0.9em;
line-height:1.10em;
font-weight: 300;
margin: 11px 0 0 90px;
}

h3 {
font-size: 1.25em;
line-height: 1.5em;
font-weight: 400;
margin: 1em 0.5em 1em 0.5em;
color:#fff;
text-align: center;
}

h4 {
font-size: 1.25em;
line-height: 1.3em;
font-weight: 600;
color:#00b2d9;
text-align: left;
margin: 2em 0.5em 1em 0.5em;
}

h5 {
font-size: 1.15em;
line-height: 1.3em;
font-weight: 400;
color:#000;
text-align: left;
margin: 1.5em 1em 2em 1em;
}

img.download {vertical-align:middle;}
img{
	border: 0;
}

hr {
border: 1px;
border-top: 1px solid #ddd;
width: 33%;
margin: 1% 0 5% 33%;
}


	
/* ----------container umfasst gesamten head inhalt-------------- */

#container { /* -- oberste Hülle --*/
max-width: 100%; /*absolute maximale breite*/
min-width: 300px; /*absolute mindeste Breite eines browserfenster*/
margin:0  auto; /*zentriert*/
background-color: #fff; /*hintergrundfarbe dunkelblau*/
}

/* ----------header -------------- */
#top:after{
    height: 0;
    content: "."; /*für den screenreader angabe, dass eine pause gemacht wird beim lesen nah einem punkt und unsichtbar */
    display: block;
		float: none;
    clear: both;
	visibility:hidden;
	} 
	
#top header{ /* header fuer Namen */
	padding:15px 75px 100px 60px;
	text-align:left;
	/*background-color: #040f2f;*/
	
	color:#fff; /*Name weiss*/
	width: 100%;
	height: 110px;
	float: none;
	background-color: rgba(238,238,238,.95);
	}
.impressum{ /* space */
	font-size: 1.000em;
	padding:0 4em 0 4em;
	}  
.mini, .menubutton, .mini-smart{ /*menübutton (grafik) nicht anzeigen grafik einundaus geblendet*/
  	display:none;
  	}
	
.menubutton a { /*css3 befehl: hand mit zeigefinger soll kommen*/
	 cursor:pointer;
	}

  /*--------------------Navigation---------*/
 nav{
	display:block; 
    position:absolute;
    left:0px;
	margin: 31px 0 0 0px;
	padding: 0;
	background-color: rgb(222,222,222);
	width: 100%;
	}  
.servicenav { /*kontakt etcbuttons oben*/
    display:block; 
    position:absolute;
	font-weight: 300;
    right: 65px;
    top:22px;
	font-size: 0.8em;
	line-height: 1.22em;
	color: #000;
    z-index: 400;
	}  
.servicenav a.selected { /*ausgewählter link.. da wo ich bin andere farbe auf button*/
  color:#000; /*textfarbe*/
  background-color: #fff;
  text-decoration: underline; 
	} 
/*:after Pseudoelement :: in dem fall punt (.) als pause für den screenreader - barrierefreiheit */
nav ul:after { 
   height: 0;
   content: ".";
   display: block;
   clear: both;
  visibility:hidden;
  } 
  
  /*navigation sitzt links elemente floaten rechts davon*/
nav ul {
  list-style-type: none;
  text-align:left;
  vertical-align: bottom; 
  height:13px;
}  

nav li {
  float: left; /*leserichtung von links nach rechts*/ 
  margin: 0 0px 0px 0px; /*abstand zwischen den buttons*/
  }
  
/*navigationeelemente*/
nav a, nav a:visited { /*aufzählung, leerzeichen nachfolgeselektor*/
	background-color: rgba(222,222,222,.9);
	color: #000; /*linkfarbe in der Navigation schwarz*/
	display: block;
	padding: 5px 13px 0px 13px; /*innenabstände der navbox zum text*/
	text-decoration: none; 
	font-size: 0.9em;
	height: 23px;
	font-weight: 300;
	transition: all 0.7s linear; /*css3 befehl: farbverlauf, blendeffekt, innerhalb von 0.5s wird der verlauf dargestellt*/
	border-top:0px solid rgba(0,0,0,1);
	/*border-bottom:1px solid rgba(205,205,205,1);*/
	border-radius: 0px;
	}

nav a:hover { /*rollover Hintergrund-, Text- und Rahmenfarbe werden verändert*/
	text-decoration: none; 
	background-color: rgba(246,246,246,.9);
	color: #000;
	}
nav a:active { 
	color:#000; /**/
}
nav a.selected { /*ausgewählter link.. da wo ich bin andere farbe auf button*/
  color:#000; /*textfarbe*/
  background-color: #f7f7f7;
  text-decoration: none; 
	} 

.anker{
	padding-top:140px;	
}

/* ----------------- content--------------------- */
section{
	margin: 0 0 0em 0; /**/
	background-color: #ddd; /* --- weiss --*/
	}

section:before { /*wieder für lesegeräte punkt */
    height: 0;
    content: ".";
    display: block;
    clear: both;
	visibility:hidden;
  }
 /*--------------hier content ganze breite 100% */

section#farbe { 
	float: left;
	width: 100%; 
	background-color: #fff; /* --- weiss --*/
	min-height: 150px;
}
section#hell { 
	float: left;
	width: 100%; 
	background-color: #fff; /* --- weiss --*/
	min-height: 300px;
	padding: 1em 7em 3em 7em; /*abstand zum rand vom gesamten conten*/
	border-bottom: 1px solid #ddd; /*grau trennlinie gepunktet*/
}
section header { 
	/*float: left; */text-align: center;
	padding: 0em 0 0em 0; /**/
}

 /*-------------- claim*/	
.claim{
	color:#0099cc; /*Slogan in grün*/
	font-family: "Architects Daughter";
	font-weight: 400;
	font-style: italic;
	font-size: 1.5em;
	text-align: center;
	line-height: 1.25em;
	margin: 1em;
} 


 /*-------------- Textformate Absatzformatierung */

p, pre{
	
	line-height: 1.500em;
	text-align: left;
	}

.text-klein{
	line-height: 1.500em;
	font-size: 0.92em;
	}
.text-bold{
	color: #fff;
	font-size: 1.25em;
	font-weight: 400;
	}
.linksbuendig{
	text-align: left;
	}
.text-blau-bold{
	color: #0099cc;
	font-weight: 400;
	}
.text-blau-block{
	color: #0099cc;
	text-align: justify;
	margin: 1em 1em 1em 1em;
	}
.text-schwarz{
	color: #000;
	}
	
article{
	line-height: 1.500em;
	text-align: left; 
	color: #000;
	/* border-radius: 12px;
	background-color: #f5f5f5; --- hellgrau --*/
	}
	
article p{
	margin: 1em 1em 1em 1em;
	font-weight: 300;
	}

article ul{	
	margin-left: 1em;
	padding-left: 1em; 
	text-align: left; 
	color: #303030;
	font-weight: 300;
	font-size: 1.15em;
	line-height: 1.500em;
	}
	
article header{
	margin:0px 0 0px 0;
	font-size: 1.3em; 
	}
	
article footer{
	border-bottom:1px solid #333;
	color:#564B47;
	margin:0 0 5px 0;
}

ol, ul {
  margin-left: 0em;
  padding-bottom: 0em; 
  text-align: left; 
  color: #303030;
  font-weight: 300;
} 

/* farb-elemenet unterseiten -------------------------------------------------------------------*/

/*farbbalken mit icon auf unterseiten*/
.farbbalken{ 
	margin-top: 110px; 
	padding-top: 25px;
	width: 100%; 
	height: 150px;
}
.gruen {
	background-color: #95d739;
}
.violett {
	background-color: #ba1067;
}.rot {
	background-color: #fe3f2f;
}
.pflaume {
	background-color: #511f6b;
}
.dunkelblau {
	background-color: #0a3d91;
}
.tuerkis {
	background-color: #45b9b1;
}
.orange {
	background-color: #fea531;
}
.blau	{
	background-color: #36c6ef; /*Hausfarbe tuerkis hell blau Klupp*/
}

.rahmen { 
	vertical-align: top; /*ausrichtung obere kante bei allen gleich, vertical-align: bottom; ausrichtung unten*/
	margin: 2em 0em 2.5em 0em;
	width: 100%;
	vertical-align: top;
	min-height: 10px;
	text-align: center; /*zentriert die icons auf der startseite*/
}

/*Textbausteine  -------------------------------------------------------------------*/
.textcontainer{  /*umfasste alle inhalte*/
	margin: 0px 0px 0px 0em;
	padding: 0px 0px 15px 0;
	vertical-align: top;
	width: 100%; 
	min-height: 35px;
	border-radius: 5px;
	text-align: center; 
	float: left; /*mit float right oben angebracht*/
}
.icon-rahmen {  /*icons auf der Startseite*/
	vertical-align: top;
	margin: 2em 0em 2.5em 0em;
	width: 100%; 
	vertical-align: top;
	min-height: 10px;
	text-align: center; /*zentriert die icons auf der startseite*/
}
.textcontainer-middle { /*container für einführungstextblock und navigation*/
	text-align: center; 
	vertical-align: center; 
	margin: 3em 5em 2em 5em;
	padding: 0 0em 0 0;
	min-height: 10px;
	float: none; /*mit float right oben angebracht*/
}
.textcontainer-ueberschrift { /*container für überschriften grau abgerundete ecken*/
	margin: 3em 0em 2em 0em;
	padding: 10px 5px 10px 5px;
	vertical-align: center;
	min-height: 35px;
	background-color: #ddd;
	border-radius: 12px;
	text-align: center; 
}
.textcontainer-left { /*hauputtextfeld links*/
	vertical-align: top; 
	width: 70%; 
	margin: 0px 0px 1em 2em;
	padding: 0 1.5em 0 0;
	min-height: 10px;
	text-align: left; 
	float: left; /*mit float right oben angebracht*/
}
.textcontainer-right { /*nebeninfo umd aufzählungen rechts*/
	margin: 3em 0em 2em 2em;
	vertical-align: top; 
	text-align: left; 
	width: 25%; 
	font-size: 0.95em;
	min-height: 10px;
	float: left; /*mit float right oben angebracht*/
}


/*icons auf der startseite --------------------------------------------------*/

.article-rahmen { 
	vertical-align: top; /*ausrichtung obere kante bei allen gleich, vertical-align: bottom; ausrichtung unten*/
	margin: 2em 0em 2.5em 0em;
	width: 100%; 
	vertical-align: top;
	min-height: 10px;
	text-align: center; /*zentriert die icons auf der startseite*/
}

div#angebote{
	position:relative;
	display: inline-block;
    width: 100%; /**/
	margin: 0em 0em 0em 0em;
	vertical-align:middle;
}
.angeboticon{
	position:relative;
	display: inline-block; 
	vertical-align: top;
	min-height: 10px;
	margin: 0.10em 0em 0em 0em;
	padding: 1em 1em 1em 1em;
}
.angebotetext{
	position:relative;
	display: block;
	vertical-align: top;
	min-height: 40px;
	margin: 0.5em 0em 0.75em 0em;
	}
	
/* -------------aside class sidebar ------------------------*/
.sidebar-rechts{
    float: right;
    width: 300px;
    margin: 1em 0em 1em 1.5em;
	padding: 1em 0em 1em 1.5em;
    background: none repeat scroll 0% 0% #F0F0F0;
    border-radius: 12px;
    text-align: left;
}
.sidebar-links{
    float: left;
    width: 100%;
    margin: 1em 1.5em 1em 0em;
	padding: 0em 1em 1em 1em;
    background: rgba(0,163,217,.9);
    border-radius: 12px;
    text-align: left;
	color: #fff;
}

aside ul{
	font-size:0.800em;
	line-height:1.500em;
	font-weight: 300;
	color:#333;
	text-align:left;
	padding: 0 1em 0 1em;
}
aside li{
	list-style-type: circle; /*eigentlich list-style-type wird für li definiert*/
	}
	
/* -----------footer--------------------------- */
footer.footer {
	padding: 60px;
	clear:both; /*hebt alle floats auf*/
	background-color: #333;
	font-size:0.8em;
	line-height: 1.25em;
	text-align: left;
	font-weight: 300;
	}

.footer-segment { /**/
    display: inline-block; /*nebeneinander blöcke 32% = pro block 1/3 des browserfensters // tabelleneffekt ohne tabellen */
    vertical-align: top; /*ausrichtung obere kante bei allen gleich, vertical-align: bottom; ausrichtung unten*/
    width: 40%; /**/
	margin-top: 15px;
}


/* -------responsive bilder ---------*/
	
.img-responsive-indexbild {
	display: block;
	float: left;
	max-width: 100%;
	height: auto;
	margin-bottom: 2em;
  	}
.img-responsive {
	display: block;
	float: left;
	max-width: 100%;
	height: auto;
  	}
	
.clear {
	clear: both;
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}


/* ------------- Media Queries (css3 befehl::breakpoints für die versch ausgabegeräte) ----- */

/*nur für bildschirme - tabletts - bezieht sich nur auf den KOPF */
@media only screen and (max-width: 860px) { 
 #top header{
	display:block; 
    width:100%;
	height: 95px;
  }
nav{
	display:block; 
    position:absolute;
    left:0px;
	margin: 15px 0 0 0px;
	padding: 0;
	width: 100%;
	}  
  
.mini{ /*eingeblendet */
    display:block; 
  } 
.maxi{ /*ausgeblendet*/
    display:none;
}
.menubutton { /*gullilogo steht rechts neben dem logo ungefloatet damit immer oben rechts*/
    display:block; 
    position:absolute;
    right:10px;
    top:35px;
    z-index: 400;
  }
  /*--------------hier content ganze breite 100% */
section#hell { 
	float: left;
	width: 100%; 
	background-color: #fff; /* --- weiss --*/
	min-height: 300px;
	padding: 1em 2em 1em 2em; /*abstand zum rand vom gesamten conten*/
}
.farbbalken{ 
	margin-top: 95px; 
	padding: 0px;
	width: 100%; 
	height: 110px;
}

/*angebotsbeschreibung von 3 spaltig zu einspaltig untereinander*/  
 .textcontainer-right, .textcontainer-left { 
	vertical-align: top; 
	width: 100%; 
	margin: 0px 0px 5px 0px;
	padding: 0 4px 0 0;
	vertical-align: top;
	min-height: 10px;
	display: block;
}
.textcontainer-middle { 
	vertical-align: top; 
	width: 100%; 
	margin: 1em 0 1em 0;
	display: block;
}
 .servicenav { /*kontakt etcbuttons oben*/
    display:block; 
    position:absolute;
	font-size: 0.7em;
    right:10px;
    top:7px;
    z-index: 400;
	} 

div#angebote{
	display: inline-block; 
	color: #000; 
	vertical-align: top; /*ausrichtung obere kante bei allen gleich, vertical-align: bottom; ausrichtung unten*/
	margin: 0px 0 5px 0;
    width: 32%; /**/
	line-height: 1.200em;
	font-size: 1em; 
}	
.angeboticon{
	position:relative;
	padding: 0em 2em 0em 2em;
}
.angebotetext{
	position:relative;
	display: inline-block; 
	color: #000;
	font-size: 1em;
	line-height: 1.1em;
	padding: 0.5em 0em 1.0em 0em;
	}

 nav li {
    float: none; /*kein float = senkrechte navigation*/
    width:100%; /*navigation geht auf gesamte breite*/
    display:block;
	background-color: rgb(170,170,170);

  } 
 footer.footer {
	padding: 30px 10px 30px 60px;
	clear:both; /*hebt alle floats auf*/
	background-color: #333;	
	font-size:0.75em;
	line-height: 1.5em;
	text-align: left;
	font-weight: 300;
	}

.footer-segment { /**/
    display: inline-block; /*nebeneinander blöcke 32% = pro block 1/3 des browserfensters // tabelleneffekt ohne tabellen */
    vertical-align: top; /*ausrichtung obere kante bei allen gleich, vertical-align: bottom; ausrichtung unten*/
    width: 49%; /**/
	margin-top: 15px;
	padding: 0px 30px 0px 0px;
}

}


/*--------SMARTPHONES-----*/
@media only screen and (max-width: 620px) {

#top header{ /* header fuer Namen */
	padding:5px 40px 0px 15px;
	text-align:left;
	width: 100%;
	height: 85px;
	float: none;
	background-color: rgba(238,238,238,.95);
	}
/*--------------hier content ganze breite 100% */
section#hell { 
	width: 100%; 
	background-color: #fff; /* --- weiss --*/
	min-height:100px; 
	min-height:300px; 
	padding: 0 1.25em 1em 1.25em;
	/*float: none;*/
	width: 100%;
	padding: 0em 0 0 0 0;
}		
nav{
	display:block; 
    position:absolute;
    left:0px;
	margin: 12px 0 0 0px;
	padding: 0;
	background-color: rgba(205,205,205,.9);
	width: 100%;
	}  
.angebote:link {color:#7d7d7d; font-size:0.95em; line-height:1em; font-weight:300; text-decoration:none;}
.angebote:visited {color:#7d7d7d;}
.angebote:hover {color: #000;  text-decoration:none;}
.angebote:active { color:#000;}


article p{
	margin: 1em 0em 1em 0em;
	font-weight: 300;
	}
.text-blau-block{
	color: #0099cc;
	text-align: justify;
	font-size: 0.9em;
	font-weight: 400;
	margin: 1em 0em 1em 0em;
	}	
.farbbalken{ 
	vertical-align: middle; /*ausrichtung obere kante bei allen gleich, vertical-align: bottom; ausrichtung unten*/
	margin-top: 85px; 
	width: 100%; 
	height: 115px;
	vertical-align:middle;
}
h1{
color:#000; /*Ueberschrift weiß*/
font-size: 1.5em;
line-height:1.25em;
font-weight: 400;
margin: 1px 1 1px 1em;
} 
.klupph1{
color:#000; /*Ueberschrift weiß*/
font-size: 1.25em;
line-height:0.5em;
font-weight: 400;
margin: 8px 0 0 65px ;
} 
.klupph2 {
color:#000; 
font-size:0.8em;
line-height:1.1em;
font-weight: 300;
margin: 9px 0 0 65px;
}
h2 {
color:#000; 
font-size:1.25em;
line-height:1.em;
font-weight: 400;
margin: 10px 0px 15px 0px ;
}
h3 {
font-size: 0.95em;
line-height: 1.35em;
font-weight: 400;
color:#fff;
text-align: center;
}
h4 {
font-size: 1em;
line-height: 1.35em;
font-weight: 400;
margin: 1em 0.5em 1em 0.5em;
color:#00b2d9;
text-align: center;
}
h5 {
font-size: 1em;
line-height: 1.35em;
font-weight: 400;
margin: 1.5em 0em 1em 0em;
color:#0099cc; /* Blue Shrift*/
text-align: left;
}

p, pre{
	margin: 5px 0px 5px 0px;
	font-size:0.9em;
	line-height: 1.500em;
	text-align: left;
	}
.textcontainer-ueberschrift { 
	margin: 0px 0px 10px 0em;
	padding: 10px 10px 10px 10px;
	vertical-align: center;
	min-height: 35px;
	background-color: #F0F0F0;
	border-radius: 12px;
	text-align: center; 
}

div#angebote{/*bunten icons*/
	display: inline-block; 
	vertical-align: top; /*ausrichtung obere kante bei allen gleich, vertical-align: bottom; ausrichtung unten*/
	margin: 0;
    width: 43%; /**/
	margin: 0px 5px 0px 5px;
	padding: 0px 0px 0px 0px; /*innenabstände der box zum text*/
	z-index: 200;
}
.angeboticon{ /*icons startseite*/
	position:relative;
	display: inline-block; 
	vertical-align: top;
	min-height: 10px;
	padding: 10px 10px 10px 10px;
}
.angebotetext{/*text unter den bunten icons*/
	position:relative;
	display: inline-block; 
	color: #000;
	font-size: 1em;
	line-height: 1.1em;
	padding: 5px 0 3px 0;
}

p, pre{
	/*margin: 10px 10px 10px 10px; abstand textfelder*/
	line-height: 1.5em;
	text-align: left;
	}

nav li {
    float: none; /*kein float = senkrechte navigation*/
    width:100%; /*navigation geht auf gesamte breite*/
    display:block;
  } 
nav a {
	  font-size:0.8em;

    position:relative;
  }
    
nav a:not(.selected):after { /*alle elemente die nicht selected sind bekommen die guillments absolut am rechten rand*/
    content:'»';
    position:absolute; /*absolute position */
    right:10px; /*nach rechts noch 10px vom rechten rand*/
  }
  
.mini-smart{ /*fuer smartphones - kleines bild eingeblendet*/
    display:block; 
  } 
  
.maxi-smart{ /*fuer smartphones - großes bild wird ausgeblendet*/
    display:none;
}

footer.footer {
	padding: 15px;
	font-size: 0.75em;
	line-height: 1.5em;
	clear:both; /*hebt alle floats auf*/
	}
	
.footer-segment { 
    display: block;
	margin-top: 15px;
    width: 100%;
	}

}

