
* {font-family: poppins, sans-serif;}

body{
  padding-top: 150px;
}

.header {
  padding-left: 50px;
  top: 0px;
  left: 0px;
  right: 0px;
  height: 120px;
  display: block;
  line-height: 1.75em;
  font-weight: 500;
  font-size: 14px;
  width:auto;
  position: fixed;
  border-bottom: #eee 1px solid;
  margin-left: auto;
  margin-right: auto;
   box-shadow: 0 4px 8px 0 #eee;
   background-color: #ffffff;
   z-index: 100;
}

.header table {
  height: 100%;
  margin: auto;
}

.header td a {
  padding: 20px;
  text-decoration: none;
  text-transform: uppercase;
}

.subheader {
  height: 65px;
  left: 0px;
  margin-top: 0px;
  margin-bottom: 20px;
  margin-left: 0px;
  margin-right: 0px;
  padding-left: 100px;
  background: url("images/botguy.png") no-repeat #f8f8f8; 
  background-position: 50px 50%; 
  background-size: 40px;
  vertical-align: middle;
  position: absolute;
  top: 125px;
  width:100%;
}

a {
  color: #50555D;
  font-weight: 300;
}

a.important {
  font-weight: bold;
}

a:hover, li>a.important:hover {
  color: #003C8B;
  font-weight: bold;
}
li>a:hover {
  font-weight: normal;
}

h1 { 
    position: relative;
    font-size: 16px; 
    top: 16px;
}

.content img.qr {
  float: right;
  width: 200px;
  height: 200px;
}

figure {
  margin: 20px 0px;
}

/* Tabs mit radio-Buttons */
.tabbed {
  margin-top: 50px;
}
.tabbed menu { 
	list-style-type: none;
}

.tabbed > input,
.tabbed menu>li {
	display: none;
}

li>.content>li {
  display: block;
}

.tabbed menu>li {
  padding: 20px;
  width: 95%;
  border: 1px solid silver;
  background: #fff;
  line-height: 1.5em;
  letter-spacing: 0.3px;
  color: #444;
    box-shadow: 0px -4px 6px 2px #E0E0E0;
}

#tab1:checked ~ menu .tab1,
#tab2:checked ~ menu .tab2 {
  display: flex; 
  justify-content: space-between; 
  padding-bottom: 2em; 
}

.nav label {
   float: left;
   padding: 15px 15px;
   margin-right: 5px;
   border-top: 1px solid silver;
   border-right: 1px solid silver;
   background: #E0E0E0;
   color: #50555D;
   text-transform: uppercase;
}
.nav label[for="tab1"] {
   margin-left: 40px;
}

.nav label:nth-child(1) { border-left: 1px solid silver; }
.nav label:nth-child(2) { border-left: 1px solid silver; }
.nav label:hover {
   background: #ffffff;
   color: #003C8B;
   font-weight: bold;
}
.nav label:active { background: #ffffff; }

#tab1:checked ~ .nav label[for="tab1"],
#tab2:checked ~ .nav label[for="tab2"] {
  background: white;
  color: #111;
  position: relative;
  border-bottom: none;
  box-shadow: 0px -2px 6px 2px #E0E0E0;
  font-weight: normal;
}

#tab1:checked ~ .nav label[for="tab1"]:after,
#tab2:checked ~ .nav label[for="tab2"]:after {
  content: "";
  display: block;
  position: absolute;
  height: 2px;
  width: 100%;
  background: white;
  left: 0;
  bottom: -1px;
}
