/* Globale Stile für die Webseite */
body {
  font-family: Arial, sans-serif;
  background-color: #f1f1f1;
  color: #333;
}

h1 {
            font-family: Arial, Helvetica;
            font-style: normal;
            font-size: 24px;
            color: #21406e;
        }
        h2 {
            font-family: Arial, Helvetica;
            font-style: normal;
            font-size: 20px;
            color: #21406e;  
        }
    
        a {
            font-family: Arial, Helvetica;
            font-style: normal;
            font-size: 16px;
            color: #21406e;
        }
         a2 {
            font-family: Arial, Helvetica;
            font-style: normal;
            font-size: 12px;
            color: #21406e;
        }

.footer {
  background-color: gainsboro;
  text-align: center;
  padding: 5px;
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  color: #888;
    font-size: 10px;
}
/* Weitere Stile können hier definiert werden */
/* Tabs mit radio-Buttons */
.tabbed figure { 
   display: block; 
   margin-left: 0; 
   border-bottom: 1px solid silver;
   clear: both;
}

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

.tabbed figure>div {
  padding: 20px;
  width: 100%;
  border: 1px solid silver;
  background: #fff;
  line-height: 1.5em;
  letter-spacing: 0.3px;
  color: #000000;
}

#tab1:checked ~ figure .tab1,
#tab2:checked ~ figure .tab2,
#tab3:checked ~ figure .tab3,
#tab4:checked ~ figure .tab4,
#tab5:checked ~ figure .tab5,
#tab6:checked ~ figure .tab6,
#tab7:checked ~ figure .tab7
        { display: block; }

nav label {
   float: left;
   padding: 10px 10px;
   border-top: 1px solid silver;
   border-right: 1px solid silver;
   background: #FF9c00;
   color: #FFFFFF;
   font-family: Arial, Helvetia;
   font-style: normal;
   font-size: 14px;
}

nav label:nth-child(1) { border-left: 1px solid silver; }
nav label:hover { background: #21406E; }
nav label:active { background: #ffffff; }

#tab1:checked ~ nav label[for="tab1"],
#tab2:checked ~ nav label[for="tab2"],
#tab3:checked ~ nav label[for="tab3"],
#tab4:checked ~ nav label[for="tab4"],
#tab5:checked ~ nav label[for="tab5"],
#tab6:checked ~ nav label[for="tab6"],
#tab7:checked ~ nav label[for="tab7"]
        {
  background: white;
  color: #111;
  position: relative;
  border-bottom: none;
}

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

.topmenu {
    width: 200px;
    background-color: #21406e;
    color: #ffffff !important;
    font-family: Arial, Helvetica;
    font-weight: bold;
    padding: 5px;
    border-radius: 3px;
        }
        
.topmenu:hover {
    width: 200px;
    background-color: #FF9C00;
    color: #ffffff;
    font-family: Arial, Helvetica;
    font-weight: bold;
    padding: 5px;
    margin: 5px;
    border-radius: 3px;
        }
        
.topmenuactive {
    width: 200px;
    background-color: lightgray;
    color: #21406e;
    font-family: Arial, Helvetica;
    font-weight: bold;
    padding: 5px;
    border-radius: 3px;
    border: 10px;
    border-color: #21406e;
        }
.topmenuhome {
    width: 50px;
    background-color: #21406e;
    color: #ffffff;
    font-family: Arial, Helvetica;
    font-weight: bold;
    padding: 5px;
    border-radius: 3px;
        }
        
.topmenuhome:hover {
    width: 50px;
    background-color: #FF9C00;
    color: #ffffff;
    font-family: Arial, Helvetica;
    font-weight: bold;
    padding: 5px;
    margin: 5px;
    border-radius: 3px;
        }