<style type="text/css">
/*Allgemeine Definitionen*/
* {
     box-sizing: border-box;
}
body {
     font-family: Georgia, Helvetica, sans-serif;
     background-color: #cccccc;
     margin: 0 0 0 0;
}
.content {
     max-width: 85%;
     margin: auto;
     background: #ffffff;
     padding: 0px;
}
section {
     max-width: 100%;
     height: 100%;
     margin: auto;
     background: #ffffff;
     padding: 0px;
}
table {
     margin-top: 0px;
     margin-bottom: 35px;
}
a:link, a:visited { 
    color: (internal value);
    text-decoration: none;
}

a:link:active, a:visited:active { 
    color: (internal value);
}
h1 {
    display: block;
    font-size: 2em;
    margin-left: 0;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 10px;
    font-weight: normal;
    
}
div.h1 {
   padding-bottom: 25px;
}
@media screen and (min-width: 1201px) {
   div.h1 {
     font-size: 35px;
   }
}
@media screen and (max-width: 1200px) {
   div.h1 {
     font-size: 24px;
   }
}
p {
    display: block;
    font-size: 1.2em;
    margin-bottom: 2em;
    margin-left: 0;
    margin-right: 0;
}
small { 
    font-size: smaller;
}
header {
     background-color: #cccccc;
     padding: 0px;
     text-align: center;
     font-size: 35px;
     color: white;
}
aside {
     float: right;
     padding: 20px;
     width: 35%;
     background-color: #E8F4C6;
}
article {
     float: right;
     padding: 20px;
     width: 65%;
     background-color: #ffffff;
}
/* Clear floats after the columns */
section:after {
     content: "";
     display: table;
     clear: both;
}
footer {
     background-color: #777;
     padding: 10px;
     text-align: center;
     color: white;
}
/* Responsive layout - makes the two columns/boxes stack on top of each 
other instead of next to each other, on small screens */
@media (max-width: 900px) {
     nav, article {
        width: 100%;
        height: auto;
     }
}
/* Responsive layout - makes the two columns/boxes stack on top of each 
other instead of next to each other, on small screens */
@media (max-width: 900px) {
     nav, aside {
        width: 100%;
        height: auto;
     }
}
img {
     display: block;
     margin-left: auto;
     margin-right: auto;
     margin-bottom: 15px;
     max-width: 100%;
}
* {
     box-sizing: border-box;
}
.column {
     float: left;
     width: 50%;
     padding: 0px;
     margin: 0 0 0 0;
}
/* Clearfix (clear floats) */
.row::after {
     content: "";
     clear: both;
     display: table;
}
/* Responsive layout - makes the three columns stack on top of each 
other instead of next to each other */
@media screen and (max-width: 1000px) {
     .column {
         width: 100%;
         margin: 0 0 0 0;
     }
}
/*Navigation*/
.topnav {
  overflow: hidden;
  background-color: #4CAF50;
  margin: 0 0 0 0;
}
.topnav a {
  float: left;
  display: block;
  color: #f2f2f2;
  text-align: center;
  padding: 20px 18px;
  text-decoration: none;
  font-size: 17px;
}
.active {
  background-color: #4CAF50;
  color: white;
}
.topnav .icon {
  display: none;
}
.dropdown {
    float: left;
    overflow: hidden;
}
.dropdown .dropbtn {
    font-size: 17px;    
    border: none;
    outline: none;
    color: white;
    padding: 14px 16px;
    background-color: inherit;
    font-family: inherit;
    margin: 0;
}
.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
}
.dropdown-content a {
    float: none;
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
    text-align: left;
}
.topnav a:hover, .dropdown:hover .dropbtn {
  background-color: #555;
  color: white;
}
.dropdown-content a:hover {
    background-color: #ddd;
    color: black;
}
.dropdown:hover .dropdown-content {
    display: block;
}
@media screen and (max-width: 880px) {
  .topnav a:not(:first-child), .dropdown .dropbtn {
    display: none;
  }
  .topnav a.icon {
    float: right;
    display: block;
  }
}
@media screen and (max-width: 880px) {
  .topnav.responsive {position: relative;}
  .topnav.responsive .icon {
    position: absolute;
    right: 0;
    top: 0;
  }
  .topnav.responsive a {
    float: none;
    display: block;
    text-align: left;
  }
  .topnav.responsive .dropdown {float: none;}
  .topnav.responsive .dropdown-content {position: relative;}
  .topnav.responsive .dropdown .dropbtn {
    display: block;
    width: 100%;
    text-align: left;
  }
}
/*Tabellen Definitionen*/
#customers {
     font-family: "Georgia", Arial, Helvetica, sans-serif;
     border-collapse: collapse;
     width: 100%;
}
#customers td, #customers th {
     border: 1px solid #ddd;
     padding: 8px;
}
#customers tr:nth-child(even){background-color: #f2f2f2;}
#customers tr:hover {background-color: #ddd;}
#customers th {
     padding-top: 12px;
     padding-bottom: 12px;
     text-align: left;
     background-color: #4CAF50;
     color: white;
}
.responsive_map {
height: 0;
overflow: hidden;
padding-bottom: 56%;
position: relative;
}

.responsive_map iframe {
height: 100%;
left: 0;
position: absolute;
top: 0;
width: 100%;
}
/*Bildslider
@keyframes slidy {
0% { left: 0%; }
20% { left: 0%; }
25% { left: -100%; }
45% { left: -100%; }
50% { left: -200%; }
70% { left: -200%; }
75% { left: -300%; }
95% { left: -300%; }
100% { left: -400%; }
}
* {
   box-sizing: border-box;
}
body, figure {
   margin: 0; background: #ffffff;
   font-family: Istok Web, sans-serif;
   font-weight: 100;
}
div#captioned-gallery {
   width: 100%; overflow: hidden;
}
figure.slider {
   position: relative; width: 500%;
   font-size: 0; animation: 20s slidy infinite;
}
figure.slider figure {
   width: 20%; height: auto;
   display: inline-block;  position: inherit;
}
figure.slider img { width: 100%; height: auto; }
figure.slider figure figcaption {
   position: absolute; bottom: 0;
   background: rgba(0,0,0,0.4);
   color: #fff; width: 100%;
   font-size: 2rem; padding: .6rem;
}*/