body {
  margin: 0;
  font-family: 'Config Rounded';
    src: local('Config Rounded Light'), local('Config-Rounded-Light'),
        url('fonts/ConfigRoundedLight.woff2') format('woff2'),
        url('fonts/ConfigRoundedLight.woff') format('woff'),
        url('fonts/ConfigRoundedLight.ttf') format('truetype');
    src: local('Config Rounded Semibold'), local('Config-Rounded-Semibold'),
        url('fonts/ConfigRoundedSemibold.woff2') format('woff2'),
        url('fonts/ConfigRoundedSemibold.woff') format('woff'),
        url('fonts/ConfigRoundedSemibold.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
/*  padding-left: 16px;
  padding-right: 16px; */
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed; 
    }


/*titel*/

.tit {
	
	font-family: 'Open Sans', sans-serif;
	position: relative;
	top: 110px;
	text-transform: uppercase;
	font-size: 40px;
	text-decoration: none;
	background-color: transparent;
}



.lead {
	position: relative;
	top: 110px;
	font-family: 'Open Sans', sans-serif;
	font-size: 30px;
}

@media screen and (max-width: 600px) {
	.tit {font-size: 20px;}
	.lead {font-size: 15px;}
}

h1 { color: #ca9b52;
	
}
h2 { color: #ca9b52;

}

h3 {color: white;}

.text {
	 position: relative;
	top: 80px;
	width: 90%;
       background-color: white;  
    /*	opacity:0.8; */
    	border-radius: 4px;
    	font-size: 18px;
 	}
 	
.geschichte {
  position: relative;
  top: 80px;
 }

/*galerie fotos - aktuell*/

#container {
    position: relative;
    margin: 20px auto;
    padding: 0px;
    max-width: 900px;
    height: 675px;
    overflow:hidden;
    white-space : nowrap;
}
#bildbox{
    position: absolute;
    width: 1805px;
    right: 0px;
    white-space: nowrap;
    }
    
    
img {
    line-height: 0;
    max-width: 100%;
    border-radius: 4px;
    opacity:1;
}
	
#nextBtn, #prevBtn {
		position: absolute;
		z-index: 10;
		cursor: pointer;
        top: calc(50% - 100px);
        transition: opacity 2s;
	}
	
#nextBtn {
		right: 0px;  
	}
	
#prevBtn {
		left: 0px;
	}


/*---------------- navigationsleiste -----------------
//https://www.w3schools.com/howto/howto_js_bottom_nav_responsive.asp
/* Toggle between adding and removing the "responsive" class to the navbar when the user clicks on the icon */
																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																					
/* Add a black background color to the top navigation */
.topnav {
  overflow: hidden;
  background-color: #333; /*dunkelgrau*/
  
}
/* Style the links inside the navigation bar */
.topnav a {
  float: left;
  display: block;
  color: #f2f2f2; /*hell graue schrift*/
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 17px;
 
}
/* Add a color to the active/current link */
.active {
  background-color: #04AA6D; /*grün*/
  color: white;
}

.topnav .icon {
  display: none;
}

.dropdown {
  float: left;
  overflow: hidden;
}

.dropdown a {
 color: #f2f2f2; /*hell graue schrift*/
}

.dropdown .dropbtn {
  font-size: 17px;    
  border: none;
  outline: none;
  color: #f2f2f2; 
  padding: 14px 16px;
  background-color:  #b2a2f2; /*violett*/
 /* background-color: inherit;*/
  font-family: inherit; 
  margin: 0;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color:  #b2a2f2;
 /* 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: #f2f2f2;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  text-align: left;
}
/* Change the color of links on hover */
.topnav a:hover .dropdown a:hover .dropbtn a:hover .dropdown-content a:hover {
  background-color: #555; /*dunkelgrau*/
  color: white;
}

/*.dropdown-content a:hover {
  background-color: #ddd;
  color: black;
}
*/
.dropdown-content a:active {
  background-color: #04AA6D;
  color: white;
}


.dropdown:hover .dropdown-content {
  display: block;
}

@media screen and (max-width: 600px) {
  .topnav a:not(:first-child), .dropdown .dropbtn {
    display: none;
  }
  .topnav a.icon {
    float: right;
    display: block;
  }
}

@media screen and (max-width: 600px) {
  .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;
  }
}



