html {
  overflow-y: scroll;
}

body {
    max-width: 720px;
    margin:auto;
    padding:0;
    background-color:#FFFFFF;
    text-align:center;
    font-size:12px;
    font-weight:400;
    color: #606e7e;
    font-family:verdana, helvetica;
    line-height: 140%;
}

a.wk:visited  {color: white;      text-decoration: none; font-size:14px; font-weight: 500;}
a.wk:active   {color: steelblue;  text-decoration: none; font-size:14px; font-weight: 500;}
a.wk:hover    {color: steelblue;  text-decoration: none; font-size:14px; font-weight: 500;}
a.wk:link     {color: white;      text-decoration: none; font-size:14px; font-weight: 500;}

a.w:visited  {color: white;      text-decoration: none; font-size:17px; font-weight: 600;}
a.w:active   {color: steelblue;  text-decoration: none; font-size:17px; font-weight: 600;}
a.w:hover    {color: steelblue;  text-decoration: none; font-size:17px; font-weight: 600;}
a.w:link     {color: white;      text-decoration: none; font-size:17px; font-weight: 600;}

a.gr:visited {color: #a7d6a5;      text-decoration: none; font-size:12px; font-weight: 600;}
a.gr:active {color: #93a192;  text-decoration: none; font-size:12px; font-weight: 600;}
a.gr:hover {color: #93a192;  text-decoration: none; font-size:12px; font-weight: 600;}
a.gr:link {color: #a7d6a5;      text-decoration: none; font-size:12px; font-weight: 600;}

a.b:visited  {color: #8A2908;  text-decoration: none; font-size:19px; font-weight: 600;}
a.b:active   {color: indianred; text-decoration: none; font-size:19px; font-weight: 600;}
a.b:hover    {color: indianred; text-decoration: none; font-size:19px; font-weight: 600;}
a.b:link     {color: #8A2908;  text-decoration: none; font-size:19px; font-weight: 600;}

a.l:visited  {color: steelblue;  text-decoration: none; font-size:20px; font-weight: 900;}
a.l:active   {color: powderblue; text-decoration: none; font-size:20px; font-weight: 900;}
a.l:hover    {color: powderblue; text-decoration: none; font-size:20px; font-weight: 900;}
a.l:link     {color: steelblue;  text-decoration: none; font-size:20px; font-weight: 900;}

hr {
    border: 0;
    height: 0;
    border-top: 1px solid rgba(0, 0, 0, 0.5);
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}

hr.dashed {
    border: 0;
    height: 0;
    border-top: 1px dashed rgba(0, 0, 0, 0.5);
    border-bottom: 1px dashed rgba(255, 255, 255, 0.1);
}

hr.dotted {
    border: 0;
    height: 0;
    border-top: 3px dotted rgba(70, 130, 180, 1);
    border-bottom: 3px dotted rgba(70, 130, 180, 0);
}

hr.w {
    border: 0;
    height: 0;
    border-top: 1px solid rgba(255, 255, 255, 1);
    border-bottom: 1px solid rgba(255, 255, 255, 1);
}

p {
    font-family: "Tahoma";
    color: #606e7e;
    font-size: 14px;
    margin-top: 4px;
    margin-bottom: 16px;
    margin-left: 0px;
    margin-right: 0px;
}

p1 { 
    font-family: "Tahoma"; 
    color: #8A2908;
    font-size: 30px;
    font-weight: 900; 
    line-height: 100%; 
    text-transform: uppercase;
}

p2 { 
    font-family: "Tahoma"; 
    color: #8A2908;
    font-size: 20px;
    font-weight: 500; 
    line-height: 150%; 
    text-transform: uppercase;
}

p3 { 
    font-family: "Tahoma"; 
    color: white;
    font-size: 12px;
    font-weight: 900; 
    line-height: 100%; 
    text-transform: uppercase;
}

p5 { 
    font-family: "Tahoma"; 
    color: white;
    font-size: 16px;
    font-weight: 900; 
    line-height: 100%; 
    text-transform: uppercase;
}

img.color {
  transition: filter .5s ease-in-out;
  -webkit-filter: grayscale(100%); /* Ch 23+, Saf 6.0+, BB 10.0+ */
  filter: grayscale(100%); /* FF 35+ */
}
img.color:hover {
  -webkit-filter: grayscale(0%); /* Ch 23+, Saf 6.0+, BB 10.0+ */
  filter: grayscale(0%); /* FF 35+ */
}

#titel {
    float:left;
    box-sizing: border-box;
    min-width: 10px;
    min-height:10px; 
    padding:10px;
    
    padding:4px;
    padding-bottom: 2px;
    padding-top: 2px;
    
    margin:0px;
    margin-bottom: 10px;
    background-color: #8A2908;
    position: static;
}

#titelgross {
    float:left;
    box-sizing: border-box;
    min-width: 10px;
    min-height:10px; 
    padding:10px;
    
    padding:0px;
    
    margin:0px;
    margin-left: -2px;
    margin-bottom: 20px;
    background-color:rgba(255, 255, 255, 0);
    position: static;
}

/* HANDY - SLIM */
@media screen and (max-width: 600px) {
    
    
#content {
    float:right;
    box-sizing: border-box;
    width:100%;
    padding:0px;

    padding-left:30px;
    padding-right:30px;

    margin:0px;
    background-color:rgba(255, 255, 255, 0);
    position:static;
}

#spa {
    float:left;
    box-sizing: border-box;
    width:100%; 
    padding:0px;
    margin:0px;
    height:10px;
    background-color:rgba(255, 255, 255, 0);
    position:static;
}

#box1er {
    float:left;
    box-sizing: border-box;
    width:100%; 
    padding:10px;
    
    padding-left:0px;
    padding-right:0px;
    
    margin:0px;
    background-color:rgba(255, 255, 255, 0);
    position:static;
}

#box2zu1 {
    float:left;
    box-sizing: border-box;
    width:100%;
    padding:10px;

    padding-left:0px;
    padding-right:0px;

    margin:0px;
    background-color:rgba(255, 255, 255, 0);
    position:static;
    text-align: left;
}

#box3zu1 {
    float:left;
    box-sizing: border-box;
    width:100%;
    padding:10px;

    padding-left:0px;
    padding-right:0px;

    margin:0px;
    background-color:rgba(255, 255, 255, 0);
    position:static;
    text-align: left;
}

#gallery {
    float:right;
    box-sizing: border-box;
    width:100%;

    padding-right:5px;
    padding-left: 0px;
    padding-top: 5px;
    padding-bottom: 5px;
    margin:0px;

    background-color:rgba(255, 255, 255, 0);
    position:static;
}

#bilder {
    float:center;
    box-sizing: border-box;
    width:100%; 
    height:430px;
    padding:20px;
    
    margin:0px;
    background-color:rgba(255, 0, 255, .5);
    position:static;
    border-radius: 10px;
}

#youtube {
    float:left;
    box-sizing: border-box;
    width:100%;
    aspect-ratio: 16 / 9;
    padding:10px;
    
    padding-left:0px;
    padding-right:0px;
    
    margin:0px;
    background-color:rgba(255, 255, 255, 0);
    position:static;
}

} 

/* PC - WIDE */
@media screen and (min-width: 601px){

    
#content {
    float:right;
    box-sizing: border-box;
    width:100%;
    padding:0px;

    padding-left:0px;
    padding-right:0px;

    margin:0px;
    background-color:rgba(255, 255, 255, 0);
    position:static;
}

#spa {
    float:left;
    box-sizing: border-box;
    width:100%; 
    padding:10px;
    margin:0px;
    height:30px;
    background-color:rgba(255, 255, 255, 0);
    position:static;
}

#box1er {
    float:left;
    box-sizing: border-box;
    width:100%; 
    padding:10px;
    
    padding-left:5px;
    padding-right:5px;
    
    margin:0px;
    background-color:rgba(255, 255, 255, 0);
    text-align: left;
    position:static;
}

#box2zu1 {
    float:left;
    box-sizing: border-box;
    width:50%;
    padding:10px;
    margin:0px;
    background-color:rgba(255, 255, 255, 0);
    position:static;
    text-align: left;
}

#box3zu1 {
    float:left;
    box-sizing: border-box;
    width:33.3%;
    padding:10px;
    margin:0px;
    background-color:rgba(255, 255, 255, 0);
    position:static;
    text-align: left;
}

#gallery {
    float:right;
    box-sizing: border-box;
    width:33.3%;
    height:235px;
    padding:5px;
    margin:0px;
    margin-bottom:0px;
    background-color:rgba(255, 255, 255, 0);
    position:static;
}

#bilder {
    float:center;
    box-sizing: border-box;
    width:100%; 
    height:260px;
    padding:20px;
    
    margin:0px;
    background-color:rgba(255, 0, 255, .5);
    position:static;
    border-radius: 10px;
}

#youtube {
    float:left;
    box-sizing: border-box;
    width:100%;
    aspect-ratio: 16 / 9;
    padding:5px;

    
    margin:0px;
    background-color:rgba(255, 255, 255, 0);
    position:static;
}

}

#neutral {
    float:left;
    box-sizing: border-box;
    width:10%;
    padding:0px;
    margin:0px;
    position:static;
}

#neutral100 {
    float:left;
    box-sizing: border-box;
    width:100%;
    padding:0px;
    margin:0px;
    position:static;
}

#newline {
    float:left;
    box-sizing: border-box;
    width:100%; 
    padding-top:1px;
    padding-bottom:1px;
    padding-left:0px;
    padding-right:0px;
    background-color:rgba(255, 255, 255, 0);
    position:static;
}

/* Popup Bilder */


a img {
	border: 0px solid #BBB;
	padding: 0px;
	margin: 0px 0px 0px 0;
	vertical-align: top;
}

a img.last {
	margin-right: 0;	
}




#myImg {
    border-radius: 0px;
    cursor: pointer;
    transition: 0.3s;
}

#myImg:hover {opacity: 0.7;}

/* The Modal (background) */
.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    padding-top: 100px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.9); /* Black w/ opacity */
}

/* Modal Content (image) */
.modal-content {
    margin: auto;
    display: block;
    width: 80%;
    max-width: 700px;
}

/* Caption of Modal Image */
#caption {
    margin: auto;
    display: block;
    width: 80%;
    max-width: 700px;
    text-align: center;
    color: #ccc;
    padding: 10px 0;
    height: 150px;
}

/* Add Animation */
.modal-content, #caption {    
    -webkit-animation-name: zoom;
    -webkit-animation-duration: 0.6s;
    animation-name: zoom;
    animation-duration: 0.6s;
}

@-webkit-keyframes zoom {
    from {-webkit-transform:scale(0)} 
    to {-webkit-transform:scale(1)}
}

@keyframes zoom {
    from {transform:scale(0)} 
    to {transform:scale(1)}
}

/* The Close Button */
.close {
    position: absolute;
    top: 15px;
    right: 35px;
    color: #f1f1f1;
    font-size: 40px;
    font-weight: bold;
    transition: 0.3s;
}

.close:hover,
.close:focus {
    color: #bbb;
    text-decoration: none;
    cursor: pointer;
}

/* 100% Image Width on Smaller Screens

@media only screen and (max-width: 700px){
    .modal-content {
        width: 100%;
    }
}

*/




/* Kontaktformular */

@import url(https://fonts.googleapis.com/css?family=Montserrat:400,700);


form { max-width:305px; margin:0px auto; }

.feedback-input {
  color:black;
  font-family: Helvetica, Arial, sans-serif;
  font-weight:500;
  font-size: 12px;
  border-radius: 0px;
  line-height: 1px;
  background-color: transparent;
  border:1px solid gray;
  transition: all 0.3s;
  padding: 5px;
  margin-bottom: 5px;
  width:100%;
  box-sizing: border-box;
  outline:0;
}

.feedback-input:focus { border:1px solid black; }

textarea {
  height: 100px;
  line-height: 100%;
  resize:none;
}

[type="submit"] {
  font-family: 'Montserrat', Arial, Helvetica, sans-serif;
  width: 100%;
  background:white;
  border-radius:0px;
  border:1px solid gray;
  cursor:pointer;
  color:black;
  font-size:12px;
  padding-top:5px;
  padding-bottom:5px;
  transition: all 0.3s;
  margin-top:0px;
  font-weight:50;
}
[type="submit"]:hover { background:white; }



/* Menu */

.dropdown {
    position: relative;
    display: inline-block;
    margin-left:0px;
    margin-right:0px;
    margin-bottom:0px;
    margin-top:0px;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #fcfcfc;
    box-shadow: 0px 0px 0px 0px rgba(0,0,0,0.2);
    margin-left:5px;
    margin-right:5px;
    margin-bottom:5px;
    margin-top:0px;
    padding-left:10px;
    padding-right:10px;
    text-align: left;
    z-index: 1;
    font-size: 11px;
    width: 120px;
}

.dropdown:hover .dropdown-content {
  display: block;
}


.site-navigation {
  display: block;
  font-family: 'Titillium Web', sans-serif;
  font-size: 11px;
  font-weight: bold;
  margin: 0px;

  display: block;
  justify-content: center;

}

.site-navigation ul {
  list-style: none;
  margin: 0;
  padding-left: 0px;
  height: 43px;
  text-align:left;

  justify-content: center;
}

.site-navigation li {
  color: #fff;
  display: block;
  float: left;
  margin: 0 0 0 0;
  padding: 13px;
  padding-left: 13px;
  padding-right: 13px;
  position: relative;
  text-decoration: none;
  text-transform: uppercase;

  min-width:50px;
}
  
.site-navigation li a {
  color: #fff;
  text-decoration: none;
  display: block;
}

.site-navigation li:hover {
  @include transition(background, 0.2s);
  background: #97B2D2;
  cursor: pointer;
}

.site-navigation ul li ul {
  background: #97B2D2;
  visibility: hidden;
  float: left;
  min-width: 155px;
  position: absolute;
  transition: visibility 0.05s ease-in;
  margin-top:14px;
  left: 0;
  z-index: 999;
}

.site-navigation ul li:hover > ul,
.site-navigation ul li ul:hover {
   visibility: visible;
}

.site-navigation ul li ul li {
  clear: both;
  padding: 10px 0px 10px 10px;
  width: 100%;
}

.site-navigation ul li ul li:hover {
  background: #97B2D2;
}

#blue {
  float:center;
  box-sizing: border-box;
  width:100%; 
  padding:0px;
  margin:0px;
  margin-top:50px;
  background: url('images/mnu.jpg') ;
  border-radius:10px;
  position:static;
  text-align:center;
  font-size: 11px;
}

#sub-menu {
  background-color:#97B2D2;
}

ul {
  position: absolute;
  display: flex;
  align-items: center;
}
