

body {
    color: #333333;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    padding: 5px;
    line-height: 1.43;
}

.container {
  margin-top: 20px;
  margin-bottom: 60px;
}

a, a:link {  
  color: #333333;
  text-decoration: underline;
}

a:hover {
    text-decoration: none;
}

p, ul {
  font-size: 14px;
}

h1 {
  font-size: 20px;
}

h2 {
  font-size: 18px;
}


h3 {
  font-size: 16px;
}

h2.accordion-title {
    font-size: 18px;
}

h2.accordion-title a {
    color: #333;
    text-decoration: none;
    
}


.logos {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #ffffff;
  padding: 10px;
  text-align: center;
  z-index: 999;
}

.logos img {
  margin-right: 20px;
  border: 0;
}


/* Tabs mit radio-Buttons */
.tabbed figure { 
   display: block; 
   margin-left: 0;    
   clear: both;
}

.tabbed > input,
.tabbed figure > div { display: none; }

.tabbed figure>div {  
  width: 100%;    
  background: #fff;    
}


#tab1:checked ~ figure .tab1,
#tab2:checked ~ figure .tab2,
#tab3:checked ~ figure .tab3 { display: block; }

nav label {
   float: left;
   padding: 15px 15px;
   margin-right: 10px;
   margin-bottom: 20px;
   border: 1px solid #E5C231;  
   background: #E5C231;
   color: #000;
}

nav label:nth-child(1) {  }
nav label:hover { background: #000; color: #E5C231;}
nav label:active { background: #000; color: #E5C231; }

#tab1:checked ~ nav label[for="tab1"],
#tab2:checked ~ nav label[for="tab2"],
#tab3:checked ~ nav label[for="tab3"] {
  background: #ffffff; 
  color: #000;
  position: relative;  
}

#tab1:checked ~ nav label[for="tab1"]:after,
#tab2:checked ~ nav label[for="tab2"]:after,
#tab3:checked ~ nav label[for="tab3"]:after {
  content: "";
  display: block;
  position: absolute;
  height: 2px;
  width: 100%;
  background: white;
  left: 0;  
}