<style type="text/css">
/*Allgemeine Definitionen incl DIVS*/
* {
     box-sizing: border-box;
}
body {
     font-family: arial, verdana, sans-serif;
     background-color: #ffffff;
     margin: 0;
     overflow-x: hidden;
     scroll-behavior: smooth;
}
img {
     display: block;
     margin-left: auto;
     margin-right: auto;
     margin-bottom: 0px;
     max-width: 100%;
}
div.img_responsive {
  width:100%;
  height:auto;
  float: right;
  margin-top: 15px;
  margin-bottom: 15px;
  margin-left: 20px;
}
@media screen and (min-width:28em) {
  div.img_responsive {
    width:40%;
  }
}
@media screen and (min-width:50em) {
  div.img_responsive {
    width:25%;
  }
}
/*HEADER_BEREICH*/
.column {
     float: left;
     width: 50%;
     padding: 0px;
}
/* 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: 1100px) {
     .column {
         width: 100%;
     }
}
div.header {
     max-width: 70%;
     margin: auto;
     background: #ffffff;
     padding: 0px;
}
/*SIDENAV Facebook und co*/
* {
     box-sizing: border-box;
}
#mySidenav a {
    position: absolute;
    left: -149px;
    transition: 0.3s;
    padding: 15px;
    width: 200px;
    text-decoration: none;
    font-size: 20px;
    color: white;
    border-radius: 0 10px 10px 0;
}
#mySidenav a:hover {
    left: 0;
}
#instagram {
    top: 20px;
    background-color: #2196F3;
}
#facebook {
    top: 80px;
    background-color: #2196F3;
}
.links {
     float: right;
     margin-left: 10px;
}
/*TOP NAVIGATION*/

.topnav {
  overflow: hidden;
  background-color: #013145;
}
.topnav a {
  float: left;
  display: block;
  color: #f2f2f2;
  text-align: center;
  padding: 16px 16px;
  text-decoration: none;
  font-size: 18px;
}
.active {
  background-color: #B45F04;
  color: white;
}
.topnav .icon {
  display: none;
}
.dropdown {
    float: left;
    overflow: hidden;
}
.dropdown .dropbtn {
    font-size: 18px;    
    border: none;
    outline: none;
    color: white;
    padding: 16px 16px;
    background-color: #013145;
    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;
  font-size: 18px;
}
.dropdown-content a:hover {
    background-color: #cccccc;
    color: black;
}
.dropdown:hover .dropdown-content {
    display: block;
}
@media screen and (max-width: 860px) {
  .topnav a:not(:first-child), .dropdown .dropbtn {
    display: none;
  }
  .topnav a.icon {
    float: right;
    display: block;
  }
}
@media screen and (max-width: 860px) {
  .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;
  }
}
div.nav_inner {
     max-width: 70%;
     margin: auto;
     background: #013145;
     padding: 0px;
}
div.nav_outer {
     max-width: 100%;
     margin: auto;
     background: #013145;
     padding: 0px;
}
/*CONTENT-BEREICH*/
section {
     max-width: 70%;
     height: 100%;
     margin: auto;
     background: #eeeeee;
     padding: 0px;
     margin-top: 15px;
     margin-bottom: 15px;
     box-shadow: 0px 0px 20px #cccccc;
}
article {
     float: right;
     padding: 20px;
     width: 65%;
     background-color: #ffffff;
}
aside {
     float: right;
     padding: 20px;
     width: 35%;
     background-color: #eeeeee;
}
/* Clear floats after the columns */
section:after {
     content: "";
     display: table;
     clear: both;
}
/* 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: 1100px) {
     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: 1100px) {
     nav, aside {
        width: 100%;
        height: auto;
     }
}
/*SCHRIFTEN USW*/
h1 {
    display: block;
    font-size: 2em;
    margin-left: 0;
    margin-right: 0;
    margin-top: 5px;
    margin-bottom: 5px;
    font-weight: bold;
}
div.h1 {
   padding-bottom: 0px;
}
@media screen and (min-width: 1201px) {
   div.h1 {
     font-size: 32px;
   }
}
@media screen and (max-width: 1200px) {
   div.h1 {
     font-size: 22px;
   }
}
h2 {
    display: block;
    font-size: 1.5em;
    margin-left: 0;
    margin-right: 0;
    margin-top: 5px;
    font-weight: bold;
}
div.h2 {
   padding-bottom: 5px;
}
@media screen and (min-width: 1201px) {
   div.h2 {
     font-size: 26px;
   }
}
@media screen and (max-width: 1200px) {
   div.h2 {
     font-size: 20px;
   }
}
p {
    display: block;
    font-size: 1em;
    margin-left: 0;
    margin-right: 0;
    margin-top: 5px;
    font-weight: normal;
}
div.p {
   padding-bottom: 5px;
}
@media screen and (min-width: 1201px) {
   div.p {
     font-size: 18px;
   }
}
@media screen and (max-width: 1200px) {
   div.p {
     font-size: 15px;
   }
}
small { 
    font-size: smaller;
}
/*Tabellen Definitionen*/
#customers {
     font-family: arial, verdana, 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;
}
/*GOOGLE MAPS*/
.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: arial, verdana, 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;
}
div.slide {
     max-width: 100%;
     margin: auto;
     background: #ffffff;
     padding: 0px;
     margin-top: 0px;
     margin-bottom: 0px;
     box-shadow: 0px 0px 0px #cccccc;
}
/*BILDERGALERIE*/
div.gallery {
    border: 0px solid #ccc;
}
div.gallery:hover {
    border: 0px solid #777;
}
div.gallery img {
    width: 100%;
    height: auto;
}
div.desc {
    padding: 15px;
    text-align: center;
}
* {
    box-sizing: border-box;
}
.responsive_galerie {
    padding: 0 6px;
    float: left;
    width: 24.99999%;
}
@media only screen and (max-width: 1000px) {
    .responsive_galerie {
        width: 49.99999%;
        margin: 6px 0;
    }
}
@media only screen and (max-width: 600px) {
    .responsive_galerie {
        width: 100%;
    }
}
.clearfix:after {
    content: "";
    display: table;
    clear: both;
}
div.inhalt {
     max-width: 70%;
     margin: auto;
     background-color: #ffffff;
     padding: 15px 10px 15px 10px;
     margin-top: 15px;
     margin-bottom: 15px;
     box-shadow: 0px 0px 20px #cccccc;
}
/*OVERLAY*/
.container {
  position: relative;
  width: 100%;
}
.image {
  display: block;
  width: 100%;
  height: auto;
}
.overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #670E01;
  background: rgba(0, 0, 0, 0.5); /* Black see-through */
  overflow: hidden;
  width: 100%;
  height: 0;
  transition: .5s ease;
}
.container:hover .overlay {
  height: 100%;
}
.text {
  color: white;
  font-size: 20px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
}
/*Bild drehen*/
.flip-box {
  background-color: transparent;
  perspective: 1000px;
}
.flip-box-inner {
  position: relative;
  transition: transform 0.8s;
  transform-style: preserve-3d;
}
.flip-box:hover .flip-box-inner {
  transform: rotateY(180deg);
}
.flip-box-front, .flip-box-back {
  position: absolute;
  width: 100%;
  height: 100%;
  backface-visibility: hidden;
}
.flip-box-front {
  background-color: #bbb;
  color: black;
}
/*Spalten Definitionen*/
.group,
[class*=colgroup] { zoom:1 }
.group:after,
[class*=colgroup]:after { /** Alle Elemente, deren class "colgroup" enth�lt **/
    content:".";
    display:block;
    height:0;
    clear:both;
    visibility:hidden
}
.col { position:relative; text-align: center; color: #ffffff; padding: 25px;}
.col :first-child { margin-top:0}
@media all and (min-width: 50em) and (max-width: 90em) {
    [class*=colgroup] .col {
        float:left;
        width:47.5%;
        margin-left:5%
    }
    [class*=colgroup] .col:nth-of-type(2n+1),
    .colspan-2+.col {
        clear:left;
        margin-left:0
    }
    .colgroup-1 .col {
        width:120%;
        float:none;
        margin-left:0
    }
    .colgroup-3 .colspan-2,
    .colgroup-3 .colspan-2+.col,
    .colgroup-3 .col.primary,
    .colgroup-3 .col.secondary {
        width:100%;
        float:none;
        margin-left:0
    }
    .colgroup-3 .col.secondary { margin:2em 0 0 0 }
}
@media all and (min-width: 90em) {
    [class*=colgroup] .col {
    margin-left:5%;
    float:left
    }
    [class*=colgroup] .col:first-of-type { margin-left:0 }
    .colgroup-4 .col { width:21.2% }
    .colgroup-4 .col:nth-of-type(4n+1) {
        clear:left;
        margin-left:0
    }
    .colgroup-4 .col.colspan-3 { width:73.8%}
    .colgroup-3 .col { width:30%}
    .colgroup-3 .col:nth-of-type(3n+1) {
        clear:left;
        margin-left:0
    }
    .colgroup-3 .col.colspan-2 { width:64% }
    .colgroup-3 .col.middle {
        margin:0 auto;
        float:none
    }
    .colgroup-3 .col.colspan-2>p {
        line-height:1.4;
        margin-top:0.7em
    }
    .colgroup-3 .col.primary { float:right }
    .colgroup-3 .col.secondary {
        float:left;
        margin-left:0
    }
    .colgroup-2 .col { width:47.5%}
    .colgroup-2 .col:nth-of-type(2n+1) {
        clear:left;
        margin-left:0
    }
    .colgroup-1 .col {
        width:100%;
        margin-left:0
    }
}
footer {
     background-color: #013145;
     padding: 10px;
     text-align: center;
     color: white;
}
div.seitenfuss_outer {
     max-width: 100%;
     margin: auto;
     background: #013145;
     padding: 0px;
}
div.seitenfuss_inner {
     max-width: 70%;
     margin: auto;
     background: #013145;
     padding: 0px;
}
/*AUFKLAPPMENU CONTENTBEREICH*/

.collapsible {
  background-color: #777;
  color: white;
  cursor: pointer;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 15px;
}

.active, .collapsible:hover {
  background-color: #B45F04;
}

.content_aufklappmenu {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
  background-color: #f1f1f1;
}
div.aufklappmenu {
     max-width: 100%;
     margin: auto;
     background-color: #ffffff;
}
/* Center the loader */
#loader {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 1;
  width: 150px;
  height: 150px;
  margin: -75px 0 0 -75px;
  border: 16px solid #f3f3f3;
  border-radius: 50%;
  border-top: 16px solid #013145;
  width: 120px;
  height: 120px;
  -webkit-animation: spin 2s linear infinite;
  animation: spin 2s linear infinite;
}
@-webkit-keyframes spin {
  0% { -webkit-transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); }
}
@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}
/* Add animation to "page content" */
.animate-bottom {
  position: relative;
  -webkit-animation-name: animatebottom;
  -webkit-animation-duration: 1s;
  animation-name: animatebottom;
  animation-duration: 1s
}
@-webkit-keyframes animatebottom {
  from { bottom:-100px; opacity:0 } 
  to { bottom:0px; opacity:1 }
}
@keyframes animatebottom { 
  from{ bottom:-100px; opacity:0 } 
  to{ bottom:0; opacity:1 }
}
#myDiv {
  display: none;
  text-align: left;
}
/*BACKEND*/
textarea {
    display: block;
    width: 100%;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
}
input[type="text"] {
  width: 100%;
  display: block;
  margin-bottom: 10px;
}
input[type="password"] {
  width: 100%;
  display: block;
  margin-bottom: 10px;
}
div.inhalt_backend {
	  max-width: 800px;
     width: 70%;
     margin: auto;
     background-color: #ffffff;
     padding: 15px 10px 15px 10px;
     margin-top: 15px;
     margin-bottom: 15px;
     box-shadow: 0px 0px 20px #cccccc;
}
div.img_responsive_backend { 
  text-align: center;
  display: block;
  float: none;
  margin-top: 5px;
  margin-bottom: 5px;
  margin-right: 5px;
}
</style>