/* 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 */

/* reset */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
/* render html5 elements as block 
   rendert html5 elemente als block  */
header, footer, section, aside, nav, article { display: block;}

body {
  font-size: 1em;
  font-family: ubuntu, Sans-Serif;
  color:#333;
  background: #fff url(bg.png) repeat  center center fixed;
  /*background-size: cover;*/
}

pre, code {
  font-size: 1.3em;
}

a {color: #5a6c86;}
a:visited {color:#999;}
a:hover {color: #666;}
a:active { color:#5a6c86;}

h1 {
  font-size: 2.2em;
  text-align: center;
  letter-spacing: 0.025em;
  font-weight: 600;
  line-height: 1.25em;
  color: #777;
  margin: 0 0 10px;
}
h2 {
    color: #5a6c86;
    font-size: 1.45em;
    font-weight: 500;
    line-height: 1.475em;
    margin: 0 0 10px;
	/* white-space: pre; */
}
h3 {
    color: #666666;
    font-size: 0.785em;
    font-weight: 400;
    letter-spacing: 0.05em;
    margin: 0 0 10px;
}

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

ul{
  list-style-type:none;
}


/* ----------container zentriert das layout-------------- */
#container, footer .inner {
  max-width: 960px;
  min-width:320px;
  margin:0  auto;
}

#container, #content {
    box-shadow: 0 8px 10px 2px #383838;
}

/* ----------header for logo-------------- */
#top:after{
  height: 0;
  content: ".";
  display: block;
  clear: both;
  visibility:hidden;
} 

#top {
    background-color: #ffffff;
}

#top header {
  float: left;
  padding: 10px 0 10px 20px;
  width: 38%;
}
header h1, header h2, header h3  {
  text-align:center;
}	
header p{
  text-align:left;
  font-size:0.8434em;
}
header img{ 
  border:0;
  /*padding: 0 0 10px;*/
  margin-bottom: 5px;
}  
.mini, .menubutton{
  display:none;
}

.menubutton a {
  cursor:pointer;
}
 
/* new nav ----------- */
nav{
  padding:0 20px 0 0;
  float:right;
  width:62%;
} 
nav ul:after {
  height: 0;
  content: ".";
  display: block;
  clear: both;
  visibility:hidden;
} 
nav ul {
  list-style-type: none;
  float:right;
  font-weight: 300;
}   
nav li {
  float: left;
  margin: 0 3px 0 0;
}
nav a, nav a:visited {
  background-color: #aaa;
  color: #FFF;
  display: block;
  padding: 8px 6px;
  text-decoration: none;
  transition: all 0.25s linear 0s;
  font-size: 15px;
  /*border-radius: 0 0 10px 10px;*/

  -moz-transition:all 0.25s linear;    
  -webkit-transition:all 0.25s linear;   
  box-shadow: 0 1px 3px rgba(255,255,255,0.3) ;
}
nav a:hover {
  background-color: rgba(90, 108, 134,0.8);
  color: #ffffff;
  padding:20px 15px 5px;
}
nav a:active { color:#fff;}
nav a.selected {
  color:#fff;
  background-color: #5a6c86;
  padding:30px 15px 5px;
} 

/* ----------------- content--------------------- */
section:before {
  height: 0;
  content: ".";
  display: block;
  clear: both;
  visibility:hidden;
}

section#content {
  float: left;
  width: 100%;
  /*width: 50%;*/
  padding: 20px;
  background-color: #fff;
  /*min-height:600px;
  box-shadow: 0 0 10px 3px #444;*/
  margin: 0 0 20px;
  /*border-radius:20px;*/
}
p, pre{
  padding: 10px 0;
  line-height:1.5em;
}
/*p.facts{
	text-align: center;
	text-transform:uppercase;
	letter-spacing: 0.05em;
}*/

#content-col {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.125), 0 6px 20px 0 rgba(0, 0, 0, 0.13);
    display: inline-table;
    height: 220px;
    margin: 0 3px;
    max-width: calc(100% / 3 - 10px);
	min-width: calc(100% / 3 - 20px);
	text-align:left;
}
#content-col b {
    background-color: #708090;
    color: #ffffff;
    display: block;
    padding: 17px 10px;
    /*white-space: nowrap;*/
	font-weight:400;
	text-align:center;
}
#content-col i {
  font-size: 24px;
  position: relative;
  right: 4px;
  top: 3px;
}
#content-col p {
    font-size: 0.85em;
    padding: 0.7em;
    text-align: center;
}
article header{
  background:#fff;
  padding:0.5em 0 2em;
  width: 100%;
  }
  
article footer{
  color:#564B47;
  padding:0 0 20px;
  /*margin:0 0 20px;*/
}

/* -------------- side infos ------------- */

aside {
  padding:20px;
  float:right;
  width: 25%;
  background:  rgba(255,255,255,0.4) ;
  /*border-radius:20px;*/
}

/* -----------footer---------------------- */
footer.footer {
  display: none; /*kann raus */
  padding: 20px;
  clear:both;
  background-color:rgba(203,204,198,0.6) ;
}

footer a, footer a:visited {
  color: #5a6c86; text-decoration:none;
}

.footer-segment {
  display: inline-block;
  vertical-align: top;
  width: 33%;
}
.inner{ padding:20px;}

#cta-box, #trust-box {display:inline-block;position:relative;width:100%;margin-bottom:10px;margin-top:10px;padding:7px 0;background:#9ACD32;-webkit-border-radius:4px;-moz-border-radius:4px;-o-border-radius:4px;-ms-border-radius:4px;border-radius:4px;}
#cta-box{background-color:#ffffff;background-image:-moz-linear-gradient(left, #ffffff, #d8d8d8 50%,#ffffff 100%);background-image:-webkit-linear-gradient(left, #ffffff, #d8d8d8 50%,#ffffff 100%);background-image:-o-linear-gradient(left, #ffffff, #d8d8d8 50%,#ffffff 100%);background-image:-ms-linear-gradient(left, #ffffff, #d8d8d8 50%,#ffffff 100%);background-image:linear-gradient(left, #ffffff, #d8d8d8 50%,#ffffff 100%);margin-bottom:0px;margin-top:25px;}
#trust-box{background:#fff;text-align:center;clear:both;padding-bottom:0;opacity:0.925;}
#trust-box > span{display:block;font-size:13px;line-height:14px;color:#999;padding-bottom:7px;padding-top:20px;}
#trust-box img{padding-bottom:0;padding-right:2px;padding-top:2px;vertical-align:middle;width:42px;}
figure, .figure{display:inline-block;margin:14px 6px 13px 0;width:128px;}
figcaption, .figcaption{display:inline-block;font-family:Tahoma,Geneva,sans-serif;font-size:10px;line-height:13px;text-align:left;width:75px;vertical-align:top;}
.w3-btn {
  background-color: rgb(126, 126, 126);
  border: 1px solid rgb(120, 120, 120);
  border-radius: 2px;
  color: rgb(250, 240, 230);
  cursor: pointer;
  display: block;
  font-family: ubuntu;
  font-size: 16px;
  font-weight: 500;
  height: 52px;
  margin: 7px auto;
  padding: 10px 30px;
  text-align: center;
  width: 280px;
}
.w3-btn:nth-of-type(2) {
  background-color: rgb(0, 100, 123);
  border-color: rgb(82, 100, 126);
}
.w3-btn:hover {
    opacity: 0.9;
}
#cta-box span {
  color: rgb(90, 108, 134);
  display: inline-block;
  font-size: 16px;
  margin: 5px auto 0;
  text-align: center;
  width: 100%;
}
/* -------------------- Media Queries -------------------- */

@media only screen and (max-width: 980px) { 
 #top header, nav {
  .menubutton {
    display:block;
    position:absolute;
    right:20px;
    top:32px;
    z-index: 400;
  }
  
  .mini {
    display:block;
    /* 20% space rechts fuer .menubutton: */
    width: 80%;
  }  
  .maxi {
    display:none;
  }
 }

@media only screen and (max-width: 860px) { 
 #top header, nav {
    float:none;
    width:100%;
  }
  nav {
    padding:0;
  } 
  nav ul {
    float:none;
  }
  nav li {
    float: left;
    margin: 0;
    width:25%;
  } 
  nav a:hover, nav a.selected  {
    padding: 8px 15px;
  }
  nav a, nav a:visited, section#content, aside {
    border-radius: 0;
  }
  
  .inner{ padding:0; }

}


@media only screen and (max-width: 768px) { 

  section#content {
    float: none;
    width: 100%;
    padding: 20px;
    margin: 0;
  }
  header h2 {
	font-size: 1.2em;
  }
  
  
  aside {
    padding:20px;
    float: none;
    width: 100%;
  }

	#content-col {
	  height: auto;
	  margin: 10px auto;
	  min-width: 100%;
	  text-align: center;
	}

  .footer-segment {
    display: inline-block;
    vertical-align: top;
    width: 49%;
    padding: 0 0 20px;
  }
  .footer-segment:last-child {
    border-top:1px solid #999;
    display: block;
    width: 100%;
    padding:20px 0 0 ;
  }

}



@media only screen and (max-width: 480px) { 
  body { background: #fff url(bg.png) repeat  center center fixed; }
  
  #top header{
	  padding: 10px;
  }
  
  section#content {
    padding: 5px;
    margin: 0;
  }
  header h1 {
	  font-size: 1.65em;
  }
  header h2 {
	  font-size: 0.925em;
	  font-weight: 400;
  }
  nav li {
    float: none;
    margin: 0;
    width:100%;
    display:block;
  } 
  nav a {
    font-size:1.025em;
    position:relative;
	font-weight: 300;
  }    
  nav a:not(.selected):after {
    content:'»';
    position:absolute;
    right:10px;
  }
  


  footer.footer {
    padding: 0;
  }

  .footer-segment, .footer-segment:last-child {
    display: block;
    vertical-align: top;
    width: 100%;
    border-bottom:1px solid #999;
    padding:20px;
  }
  
  #cta-box{background-color:#ffffff;background-image:-moz-linear-gradient(left, #ffffff, #d8d8d8 50%,#ffffff 100%);background-image:-webkit-linear-gradient(left, #ffffff, #d8d8d8 50%,#ffffff 100%);background-image:-o-linear-gradient(left, #ffffff, #d8d8d8 50%,#ffffff 100%);background-image:-ms-linear-gradient(left, #ffffff, #d8d8d8 50%,#ffffff 100%);background-image:linear-gradient(left, #ffffff, #d8d8d8 50%,#ffffff 100%);margin-top:20px;margin-bottom:15px;}
  #trust-box{padding-bottom:15px;}
  #trust-box > span{margin-bottom:5px;text-align:center;width:100%;color:#888888;}
  /*#content ul {line-height: 1.5em;margin-right:10px;max-width: 80%;font-size:1em;}*/
	
}