body {
  font-family: 'Poppins', sans-serif;
  overflow-x: hidden;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

#keinrand{
  position:absolute; 
  top: 0px; 
  right:0px;  
  width:100%;
  max-height:60px;
}

#minigalerieblock {   	
  width:1000px;
  height:700px;
  margin: auto;
}

#navbarinhalt{
  margin-left: auto;
  margin-right: auto; 
  width: 1365px;
}

#sliderabstand {
  position:absolute; 
  top: 76px;
  left:0px;
  right:0px; 
  z-index: 0;
}

#grauerblockabstand {
  position:absolute; 
  top: 90px;
  left:0px;
  right:0px; 
  z-index: 0;
}

/* Navbar container */
.navbar {
  overflow: hidden;
  background-color: #333;
  font-family: 'Poppins', sans-serif; 
  z-index: 900;
}

#navbarinfo {
  float: left;
  font-size: 32px;
  color: white;
  text-align: center;
  padding: 14px 16px;
  z-index: 1000;
}

/* Links inside the navbar */
.navbar a {
  float: left;
  font-size: 32px;
  color: white;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  z-index: 1000;
}

/* The dropdown container */
.dropdown {
  float: left;
  overflow: hidden;
}

/* Dropdown button */
.dropdown .dropbtn {
  font-size: 32px;
  border: none;
  outline: none;
  color: white;
  padding: 14px 16px;
  background-color: inherit;
  font-family: inherit; /* Important for vertical align on mobile phones */
  margin: 0; /* Important for vertical align on mobile phones */
}

/* Add a grey background color to navbar links on hover */
.navbar a:hover, .dropdown:hover .dropbtn {
  background-color: grey;
}

/* Dropdown content (hidden by default) */
.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: 1000;
}

/* Links inside the dropdown */
.dropdown-content a {
  float: none;
  font-size: 20px;
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  text-align: left;
  z-index: 1000;
}

/* Add a grey background color to dropdown links on hover */
.dropdown-content a:hover {
  background-color: #ddd;
  z-index: 1000;
}

/* Show the dropdown menu on hover */
.dropdown:hover .dropdown-content {
  display: block;
  z-index: 1000;
}



#grauerblock {
	margin-top: 0px;
  margin-left: auto;
  margin-right: auto;
	width:1080px;
	background: #D8D8D8;
	text-align: center;
	background-position: center;
  z-index: 0;
}
#grauerblockgalerie {
	margin: auto;
	width:1800px;
	background: #D8D8D8;
	text-align: center;
	background-position: center;
  z-index: 0;
}
#textblock {
	margin: auto;
	width:1000px;
	font-size: 18px;
	font-weight: 400;
	text-align: justify;
}

#bildueberschrift {
	margin: auto;
	font-size: 30px;
	text-align: center;
  background-color: black;
  color: white;
  width:1000px;
}
#bildunterschrift {
	margin: auto;
	text-align: center;
  background-color: black;
  color: white;
  width:1000px;
  font-size: 22px;
}

#bildtitel {
	margin: auto;
	font-size: 32px;
	font-weight: 900;
	text-align: center;
}

#kleinetitel {
	margin: auto;
	font-size: 26px;
	font-weight: 600;
	text-align: center;
}

#meinegalerielinks {
	margin: auto;
	font-size: 22px;
	font-weight: 300;
	text-align: center;
}

#logo {
  margin: auto; 
  background: #ffffff;
  text-align: center;
  background-position: center;
  color: #f33f3f;
  text-transform: uppercase;
  text-decoration: none;
  margin-bottom: 70px;
}



