﻿html {
background: url('hg2020.png')50% 50% #555555 fixed;
background-size: cover;
font-family: Helvetica, Arial, sans-serif; color: #fff;
}
 

A:link { text-decoration: none; color: #fff;} 
A:visited { text-decoration: none; color: #fff;} 

 /* *** Schriften  *** */
h1 {font-family: Helvetica, Arial, sans-serif; font-size: 1.2em;}
h2 {font-family: Helvetica, Arial, sans-serif; font-size: 1.1em;}
h3 {font-family: Helvetica, Arial, sans-serif; font-size: 1.0em;}
h4 {font-family: Helvetica, Arial, sans-serif; font-size: 0.9em; color: #fff;}
.mm {font-family: Arial Narrow, Arial; font-size: 0.9em; text-align: center; color: #fff;}
.cbb {font-family: Arial Narrow, Arial; font-size: 1.1em;}
hr {border: 0; border-top: 1px solid rgba(255,165,0,0.4);} 
.aus{font-family: Helvetica, Arial, sans-serif; font-size: 1.5em;}
img { border: 0;}

 /* ***Navigation resp*** */
.topnav {
  overflow: hidden;
background: linear-gradient(transparent, rgba(0,0,0,0.4) 0%); 

}
.topnav a {
  float: left;
  display: block;
background:transparent;
  text-align: center;
  padding-right: 10px;
  padding-left: 10px;
  padding-top: 8px;
  padding-bottom: 10px;
  margin: 0;
  text-decoration: none;
  font-size: 1.2em;
}
.topnav a:hover {
background: linear-gradient(transparent, rgba(88,106,139,0.3) 0%); 

}
.topnav a.active {
background: linear-gradient(transparent, rgba(0,0,0,0.2) 0%); 

}
.topnav .icon {
  display: none;
  padding: 10px;
}
@media screen and (max-width: 800px) {
  .topnav a:not(:first-child) {display: none;}
  .topnav a.icon {
    float: right;
    display: block;
  }
}
@media screen and (max-width: 800px) {
  .topnav.responsive {position: relative;}
  .topnav.responsive .icon {
    position: absolute;
    right: 0;
    top: 0;
  }
  .topnav.responsive a {
    float: none;
    display: block;
    text-align: left;
  }
}
 /* ***Logo und Linien*** */
 
 .header {
background: transparent; 
}
.header1 {
background: orange; 
height: 3px;
}
.header2 {
background: orange; 
height: 2px;
}
.dsg{
 padding-right: 30;   /* Abstand in rechts */
 padding-left: 30;    /* Abstand in links */
 background: #fff;
  }

 
* {
  box-sizing: border-box;}
  
 /*****linke Box 1 Seite*****/
.intro {
background: transparent; 
  float: left;
  width: 100%;  
padding: 2px;
  height: auto;
  text-align: center;
  overflow: hidden;
}
 /*****linke Box Box*****/
.main {
background: transparent; 
  float: left;
  width: 60%;  
  padding: 10px;
   padding-bottom: 20px;
  height: auto;
  text-align: left;
  overflow: hidden;
}
 /*****rechte Box*****/
.right {
background: linear-gradient(transparent, rgba(190,190,190,0.7) 0%);   
 float: left;
  width: 40%; 
  margin-top:10px; 
  margin-bottom:20px; 
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 20px;
  padding-bottom: 50px;
  height: auto;
  text-align: left;
  color: #000;
  border-style: solid;
  border-width: 1px;
  border-color: orange;
}

@media only screen and (max-width:800px) {
  /* For tablets: */
  .main {
    width: 80%;
    padding: 0;
  }
  .right {
    width: 100%;
  }
}
@media only screen and (max-width: 600px) {
  /* For mobile phones: */
  .menu, .main, .right {
    width: 100%;
  }
}


 /*****Boxen DIV*****/

.cop {
background-color: #transparent;  /****Text klein Kontakt****/
width: 100%;
height: auto;
padding: 10px;
font-size: 12px; color: #fff;
}
 /*****Boxen innen*****/
.in { 
background: transparent; 
width: 100%;
padding-top 10px;
padding-bottom: 10px;
padding-left: 15px;
padding-right: 15px;
height: auto;
font-size: 16px; color: white;
}
.inFS { 
background: transparent; 
width: 100%;
padding-top 10px;
padding-bottom: 10px;
padding-left: 15px;
padding-right: 15px;
height: auto;
font-size: 16px; color: white;
text-align: center;
}

.but{
width: 18px;
height: auto;
}

.fs {
text-align: center;
}

.box {  
background: transparent;              
padding: 10px;
height: auto;
font-size: 16px; color: black;
text-align: center;
}
.box1 {  
background: transparent;              
padding: 10px;
height: auto;
font-size: 16px; color: black;
text-align: left;
}
.boxK {  
background: transparent;              
height: auto;
text-align: center;
}

 
 /*****Bilder*****/
 .foto {
  max-width: 100%;
  height: auto;
  text-align: center;
}

.logo {
width: 100%;
height: auto;
}
.logoB {                        
width: 100%;
height: auto;
}
.pix {
width: 100%;
height: auto;
padding: 20px;
}
.pic {
max-width: 100%;
height: auto;
padding: 20px;
}

.ver {
width: 120px;
height: auto;
padding: 20px;
}

 /*****Button Link:*****/
button {
display: inline-block;
background-color: #4A4B47;
border-radius: 5px; border: 0;
color: #eeeeee;
text-align: center;
font-size: 0.8em;
padding: 5px;
width: auto;
-webkit-transition: all 0.2s;
-moz-transition: all 0.2s;
-o-transition: all 0.2s;
transition: all 0.2s;
cursor: pointer;
margin: 5px;
}
button:hover {
background-color: #7D7E77;
}

/* ************Media************** */
/* For mobile phones: */
[class*="col-"] {
  width: 100%;
}


 /****Accordeon****/

.NFacc {
background: linear-gradient(transparent, rgba(76,74,74,0.7) 0%); 
  cursor: pointer;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 1em;
  transition: 0.4s;
}
.active, .NFacc:hover {
background: linear-gradient(transparent, rgba(76,74,74,0.7) 0%); 
}
.panel {
  display: none;
background-color: grey; 
text-align: left;
  overflow: hidden;
  font-size: 0.8em;
  padding: 20px;
}

 /****slide show automatisch****/

* {box-sizing: border-box;}

body {font-family: Verdana, sans-serif;}
.mySlides {display: none;}
img {vertical-align: middle;}

/* Slideshow container */
.slideshow-container {
  max-width: 1000px;
  position: relative;
  margin: auto;
}
/* Caption text */
.text {
  color: #f2f2f2;
  font-size: 15px;
  padding: 8px 12px;
  position: absolute;
  bottom: 5px;
  width: 100%;
  text-align: center;
}
/* Number text (1/10 etc) */

/* The dots/bullets/indicators */
.dot {
  height: 0.3em;
  width: 0.2em;
  margin: 0 2px;
  background-color: #fff;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.5s ease;
}
.active {
  background-color: #transparent;
}
/* Fading animation */
.fade {
  animation-name: fade;
  animation-duration: 1.0s;
}
@keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}
/* On smaller screens, decrease text size */
@media only screen and (max-width: 300px) {
  .text {font-size: 11px}
}

 /******slide show mit Pfeilen******/
  
* {box-sizing: border-box}

.mySlides {display: none}
img {vertical-align: middle;
}

/* Slideshow container2 */
.slideshow-container2 {
  max-width: 1000px;
  position: relative;
  margin: auto;
}
/* Next & previous buttons */
.prev, .next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  padding: 5px;
  margin-top: -22px;
  color: white;
  font-weight: bold;
  font-size: 20px;
  transition: 0.8s ease;
  border-radius: 0 1px 1px 0;
  user-select: none;
}
/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 1px 0 0 1px;
}
/* On hover, add a black background color with a little bit see-through */
.prev:hover, .next:hover {
background: linear-gradient(transparent, rgba(76,74,74,0.8) 0%); 
}
/* Caption text */
.text {
  color: #f2f2f2;
  font-size: 20px;
  padding: 5px 5px;
  position: absolute;
  bottom: 8px;
  width: 100%;
  text-align: center;
}
/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}
/* The dots/bullets/indicators */
.dot {
  cursor: pointer;
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.9s ease;
}
.active, .dot:hover {
  background-color: #717171;
}
/* Fading animation */
.fade {
  animation-name: fade;
  animation-duration: 1.5s;
}
@keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}
/* On smaller screens, decrease text size */
@media only screen and (max-width: 300px) {
  .prev, .next,.text {font-size: 11px}
}
 /****** slide show mit Pfeilen Ende******/
 
 