<style type="text/css">
/*Allgemeine Definitionen incl DIVS*/
* {
     box-sizing: border-box;
}
/* lobster-regular - latin */
@font-face {
  font-family: 'Lobster';
  font-style: normal;
  font-weight: 400;
  src: url('./fonts/lobster-v28-latin-regular.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('./fonts/lobster-v28-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('./fonts/lobster-v28-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('./fonts/lobster-v28-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('./fonts/lobster-v28-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('./fonts/lobster-v28-latin-regular.svg#Lobster') format('svg'); /* Legacy iOS */
}
/* arimo-regular - latin */
@font-face {
  font-family: 'Arimo';
  font-style: normal;
  font-weight: 400;
  src: url('./fonts/arimo-v27-latin-regular.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('./fonts/arimo-v27-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('./fonts/arimo-v27-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('./fonts/arimo-v27-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('./fonts/arimo-v27-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('./fonts/arimo-v27-latin-regular.svg#Arimo') format('svg'); /* Legacy iOS */
}
body {
     font-family: 'Arimo', 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.banner {
  height:auto;
  float: left;
  width:100%;
  margin-top: 5px;
  margin-bottom: 5px;
  margin-left: 15px;
  margin-bottom: 15px;
}
div.img_responsive {
  width:30%;
  height:auto;
  float: left;
  margin-top: 10px;
  margin-bottom: 5px;
  margin-left: 15px;
  margin-bottom: 15px;
}
@media screen and (max-width:500px) {
  div.img_responsive {
    width:40%;
    margin-top: 5px;
    margin-bottom: 5px;
  }
}
@media screen and (max-width:400px) {
  div.img_responsive {
    width:100%;
    margin-top: 5px;
    margin-bottom: 5px;
    margin-left: 15px;
    margin-bottom: 15px;
  }
}
div.img_responsive_inhalt {
  width:35%;
  height:auto;
  float: right;
  margin-top: 10px;
  margin-bottom: 10px;
  margin-left: 30px;
}
@media screen and (max-width:600px) {
  div.img_responsive_inhalt {
    width:45%;
    margin-top: 5px;
    margin-bottom: 10px;
    margin-left: 20px;
  }
}
@media screen and (max-width:400px) {
  div.img_responsive_inhalt {
    width:100%;
    margin-top: 5px;
    margin-bottom: 10px;
    padding-left: 10px;
    margin-right: -10px;
  }
}
/*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 {
     width: 60%;
     margin: auto;
     background: #ffffff;
     padding: 0px;
}
@media screen and (max-width:800px) {
  div.header {
    width:100%;
  }
}
/*TOP NAVIGATION*/

.topnav {
  overflow: hidden;
  background-color: #89685d;
}
.topnav a {
  float: left;
  display: block;
  color: #f2f2f2;
  text-align: center;
  padding: 16px;
  text-decoration: none;
  font-size: 22px;
}
.active {
  background-color: #B45F04;
  color: white;
}
.topnav .icon {
  display: none;
}
.dropdown {
    float: left;
    overflow: hidden;
}
.dropdown .dropbtn {
    font-size: 22px;    
    border: none;
    outline: none;
    color: white;
    padding: 16px;
    background-color: #89685d;
    font-family: inherit;
    margin: 0;
}
.dropdown-content {
    display: none;
    position: absolute;
    background-color: #D8D8D8;
    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: 16px;
    text-decoration: none;
    display: block;
    text-align: left;
}
.topnav a:hover, .dropdown:hover .dropbtn {
  background-color: #57443e;
  color: #cccccc;
  font-size: 22px;
}
.dropdown-content a:hover {
    background-color: #cccccc;
    color: black;
}
.dropdown:hover .dropdown-content {
    display: block;
}
@media screen and (max-width: 1000px) {
  .topnav a:not(:first-child), .dropdown .dropbtn {
    display: none;
  }
  .topnav a.icon {
    float: right;
    display: block;
    background-color: #57443e;
  }
}
@media screen and (max-width: 1000px) {
  .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: #89685d;
     padding: 0px;
}
@media only screen and (max-width: 800px) {
    div.nav_inner {
        max-width: 90%;
    }
}
div.nav_outer {
     max-width: 100%;
     margin: auto;
     background: #89685d;
     padding: 0px;
}
/*CONTENT-BEREICH*/
section {
     width: 70%;
     height: 100%;
     margin: auto;
     background: #89685d;
     padding: 0px;
     margin-top: 15px;
     margin-bottom: 15px;
     box-shadow: 0px 0px 20px #cccccc;
}
@media screen and (max-width:800px) {
  section {
    width:90%;
  }
}
article {
     float: right;
     padding: 20px;
     width: 60%;
     background-color: #ffffff;
}
aside {
     float: right;
     padding: 22px 30px 30px 30px;
     width: 40%;
     background-color: #89685d;
     margin: 20px;
}
/* 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;
        margin: 0px 0px 20px 0px;
     }
}
/*SCHRIFTEN USW*/
.blink {
    animation-name: animation_blink;
    animation-timing-function: ease-in;
    animation-duration: 2s; 
    animation-iteration-count: infinite;            
}

@keyframes animation_blink {
    0% { opacity: 1; }
    50% { opacity: 0.1; }
    100% { opacity: 1; }    
}
h1 {
	 font-family: 'Lobster', cursive;
    display: block;
    margin-left: 0;
    margin-right: 0;
    margin-top: 5px;
    margin-bottom: 5px;
    font-weight: bold;
    color: #ffffff;
    text-shadow: 1px 1px 2px #89685d, 0 0 25px #89685d, 0 0 5px #89685d;
}
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;
   }
}
.weiss {
	color: #FFFFFF;
	text-shadow: 1px 1px 2px #57443e, 0 0 25px #57443e, 0 0 5px #57443e;
}

h2 {
	 font-family: 'Lobster', cursive; 
    display: block;
    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: 25px;
   }
}
@media screen and (max-width: 1200px) {
   div.h2 {
     font-size: 21px;
   }
}
a {
	color: #333333;
}
p {
    font-family: 'Arimo', sans-serif;
    line-height: 150%;
    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: 22px;
   }
}
@media screen and (max-width: 1200px) {
   div.p {
     font-size: 16px;
   }
}
small { 
    font-size: smaller;
}
/*Tabellen Definitionen*/
#customers {
     font-family: 'Arimo', sans-serif;
     border-collapse: collapse;
     width: 100%;
}
#customers td, #customers th {
     border: 0px solid #ddd;
     vertical-align: bottom;
}
#customers tr:nth-child(even){background-color: #f2f2f2;}
#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%;
}
/*Bildfader*/
.fader {
  max-width: 100%;
  height: 400px;
  margin: auto;
  position: relative;
}
.fader1,.fader2,.fader3,.fader4,.fader5 {
  position: absolute;
  width: 100%;
  height: 100%;
}
.fader1 {
  background: url("media/001.jpg");
      background-size: cover;
    animation:fade 20s infinite;
-webkit-animation:fade 20s infinite;
  background-position: top;
} 
.fader2 {
  background: url("media/002.jpg");
      background-size: cover;
    animation:fade2 20s infinite;
-webkit-animation:fade2 20s infinite;
background-position: top;
}
.fader3 {
    background: url("media/003.jpg");
      background-size: cover;
    animation:fade3 20s infinite;
-webkit-animation:fade3 20s infinite;
background-position: top;
}
.fader4 {
    background: url("media/004.jpg");
      background-size: cover;
    animation:fade4 20s infinite;
-webkit-animation:fade4 20s infinite;
background-position: top;
}
.fader5 {
    background: url("media/005.jpg");
      background-size: cover;
    animation:fade5 20s infinite;
-webkit-animation:fade5 20s infinite;
background-position: top;
}
@keyframes fade
{
  0%   {opacity:1}
  20% { opacity: 0}
  40% { opacity: 0}
  60% { opacity: 0}
  80% { opacity: 0}
  100% { opacity: 1}
}
@keyframes fade2
{
  0%   {opacity:0}
  20% { opacity: 1}
  40% { opacity: 0}
  60% { opacity: 0}
  80% { opacity: 0}
  100% { opacity: 0}
}
@keyframes fade3
{
  0%   {opacity:0}
  20% { opacity: 0}
  40% { opacity: 1}
  60% { opacity: 0}
  80% { opacity: 0}
  100% { opacity: 0}
}
@keyframes fade4
{
  0%   {opacity:0}
  20% { opacity: 0}
  40% { opacity: 0}
  60% { opacity: 1}
  80% { opacity: 0}
  100% { opacity: 0}
}
@keyframes fade5
{
  0%   {opacity:0}
  20% { opacity: 0}
  40% { opacity: 0}
  60% { opacity: 0}
  80% { opacity: 1}
  100% { opacity: 0}
}
/*BILDERGALERIE*/
div.gallery {
    border: 1px solid #ccc;
}
div.gallery:hover {
    border: 1px 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;
    margin: 6px 0;
    float: left;
    width: 24.9%;
}
@media only screen and (max-width: 1200px) {
    .responsive_galerie {
        width: 32.9%;
        margin: 6px 0;
    }
}
@media only screen and (max-width: 900px) {
    .responsive_galerie {
        width: 49.9%;
        margin: 6px 0;
    }
}
@media only screen and (max-width: 500px) {
    .responsive_galerie {
        width: 99.9%;
    }
}
.clearfix:after {
    content: "";
    display: table;
    clear: both;
}
div.inhalt {
     width: 100%;
     height: 100%;
     margin: auto;
     background-color: #ffffff;
     padding: 30px;
     margin-top: 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: #89685d;
  background: rgba(0, 0, 0, 0.3); /* Black see-through */
  overflow: hidden;
  width: 100%;
  height: 100%;
  transition: .5s ease;
}
.container:hover .overlay {
  height: 0%;
}
.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: #89685d;
     padding: 10px;
     text-align: center;
     color: white;
}
div.seitenfuss_outer {
     max-width: 100%;
     margin: auto;
     background: #89685d;
     padding: 30px;
}
div.seitenfuss_inner {
     max-width: 70%;
     margin: auto;
     background: #89685d;
     padding: 0px;
}
@media only screen and (max-width: 600px) {
    div.seitenfuss_inner {
        max-width: 90%;
    }
}
/*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: 55%;
  top: 50%;
  z-index: 10;
  width: 200px;
  height: 200px;
  margin: -75px 0 0 -75px;
  border: 2px solid #89685d;
  border-radius: 50%;
  border-top: 2px solid #ffffff;
  width: 40px;
  height: 40px;
  -webkit-animation: spin 1s linear infinite;
  animation: spin 1s linear infinite;
}
@media screen and (max-width: 600px) {
  #loader {
    left: 65%;
  }
}

@-webkit-keyframes spin {
  0% { -webkit-transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); }
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

#myDiv {
  display: none;
  text-align: center;
}
/* 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;
}
/*BREADCRUMB*/
/* Style the list */
ul.breadcrumb {
  padding: 0px 0px;
  list-style: none;
}

/* Display list items side by side */
ul.breadcrumb li {
  display: inline;
  font-size: 18px;
}

/* Add a slash symbol (/) before/behind each list item */
ul.breadcrumb li+li:before {
  padding: 8px;
  color: black;
  content: "/\00a0";
}

/* Add a color to all links inside the list */
ul.breadcrumb li a {
  color: #0275d8;
  text-decoration: none;
}

/* Add a color on mouse-over */
ul.breadcrumb li a:hover {
  color: #01447e;
  text-decoration: underline;
}
</style>