@import url('https://fonts.googleapis.com/css2?family=Gloria+Hallelujah&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto&display=swap');

* {
    margin: 0px auto;
    padding: 0px;
}

html { 
  background-color: #dadada;
}
body { 
  background-color:  #dadada;
  font-family: Arial, Helvetica, sans-serif;
  text-align: center;
}

body h1 {
  text-align: left;
  font-family: 'Gloria Hallelujah', cursive;
  color: rgb(31, 70, 28);
  font-size: 24px;
  line-height: 1.2em;
  padding-top: 20px;
  padding-left: 10px;
  padding-right: 10px;
  padding-bottom: 10px;
 }

.header {
  width: 100%;
  border: 0px solid orange;
  background-color: #1d3a00;
 }

 .header h1 {
  font-family: 'Gloria Hallelujah', cursive;
  color: #ffffff;
  font-size: 1.65em;
  text-align: right;
  padding-right: 20px
 }
 
 .sticky {
   position: -webkit-sticky;
   position: sticky;
   top: 0;
 }

.page {
 margin: auto;
 width: 95%;
 max-width: 960px;
 min-height: 90%;
 border: 1px solid rgb(42, 97, 81);
 clear: both;
 content: "";
 display: table;
 background-color:   #d5ffd8;
}

.page p {
	margin-bottom: 10px;
}

/* Beginn Navigation  */
.navbar {
 width: 100%;
 overflow: hidden;
 border: 0px solid yellow;
 background-color: #001f03;
}

.navbar a {
  float: left;
  font-size: 0.8em;
  color: white;
  text-align: center;
  padding: 10px 10px;
  text-decoration: none;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}

.navbar a:active, .navbar a:hover, .dropdown:active .dropdown:hover .dropbtn {
  background-color: red;
}

           /* Beginn Navigation DropDown */

.dropdown {
  float: left;
  overflow: hidden;
}
.dropdown {
  text-align: left;
  color: #2a5003;
}


.dropdown .dropbtn {
  font-size: 0.8em;  
  border: none;
  outline: none;
  color: white;
  padding: 8px 8px;
  background-color: inherit;
  font-family: inherit;
  margin: 0;
}

.dropdown-content {
  max-width: 10em;
  display: none;
  position: absolute;
  line-height: 0.2em;
  background-color: #f9f9f9;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}

.dropdown-content a {
  color: #030303;
  padding: 2px 20px;
  float: none;
  padding: 12px 14px;
  text-decoration: none;
  display: block;
  text-align: left;
}

.dropdown-content a:hover {
  background-color: #ddd;
}

.dropdown-content a:active {
  background-color: #ddd;
}

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

.dropbtn {
  background-color: #2a5003;
    text-align: left;
    font-family: 'Roboto', sans-serif;
    font-size: 1.0em;
    color: #ffffff;
    padding-left: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-right: 5px;
    border: none;
}
.dropdown-content {
    font-family: 'Roboto', sans-serif;
    font-size: 1.0em;
    display: none;
    text-decoration: none;
    position: absolute;
    background-color: #b7b7b7;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}
.dropdown-content a:active {background-color: #f0f0f0;}
.dropdown-content a:active {color: #2a5003;}
.dropdown:hover .dropdown-content {display: block;}
.dropdown:hover .dropbtn {background-color: red}
/* Ende Navigation DropDown und Nav */

#inhalt  {
 background-color: #d5ffd8;
 max-width: 650px;
 margin: auto;
 height: 100%;
 padding-top: 5px;
 padding-left: 5px;
 padding-right: 5px;
 padding-bottom: 10px;
 text-align: center;
}

@media only screen and (max-width: 640px) {
#inhalt img {
  width: 80%;
  height: auto;
}}

#inhalt h1 {
 text-align: left;
 font-family: 'Gloria Hallelujah', cursive;
 color: rgb(31, 70, 28);
 font-size: 1.5em;
 line-height: 1.2em;
 padding-top: 20px;
 padding-left: 10px;
 padding-right: 10px;
 padding-bottom: 15px;
}

#inhalt h2 {
 text-align: left;
 font-family: 'Gloria Hallelujah', cursive;
 color: rgb(31, 70, 28);
 font-size: 1.3em;
 line-height: 1.2em;
 padding-top: 10px;
 padding-left: 20px;
 padding-bottom: 15px;
}

#inhalt h3 {
 text-align: center;
 font-family: 'Gloria Hallelujah', cursive;
 font-size: 1.2em;
 line-height: 1.2em;
 padding-top: 5px;
 padding-bottom: 10px;
}
#inhalt h4 {
  text-align: center;
  font-family: 'Gloria Hallelujah', cursive;
  font-size: 1.0em;
  line-height: 1.0em;
  padding-top: 5px;
  padding-bottom: 10px;
 }
#inhalt h6 {
 text-align: left;
 font-family: Arial, Helvetica, sans-serif;
 font-size: 1.0em;
 color: rgb(30, 70, 30);
 padding-top: 5px;
 padding-bottom: 10px;
 padding-right: 20px;
 margin-bottom: 30px;
}

#inhalt p {
 text-align: left;
 font-family: 'Arial', sans-serif;
 font-size: 1.0em;
 color: rgb(30, 70, 30);
 padding-top: 0px;
 padding-left: 10px;
 padding-right: 20px;
 padding-bottom: 10px;
}

#inhalt_banner {
 background-image: url(Bilder/2017_Streber_von_damals.jpg);
 width: 100%;
 height: 140px;
 background-size: cover;
 background-position: center;
}

#inhalt_banner h1 {
 font-family: 'Gloria Hallelujah', cursive;
 text-shadow: 5px 5px 10px black;
 font-size: 1.3em;
 color: #ffff00;
 text-align: right;
 line-height: 1.0em;
 padding-right: 20px;
 padding-top: 95px;
}

#inhalt_neu  {
  max-width: 640px;
  margin: auto;
  height: 100%;
  padding-top: 10px;
  padding-left: 5px;
  padding-right: 5px;
  padding-bottom: 30px;
  text-align: left;
 }

 @media only screen and (max-width: 640px) {
  #inhalt_neu img {
    width: 80%;
    height: auto;
  }}

#inhalt_map {
  background-image: url("Bilder/Karte_D_T.png");
  background-size: 350px;
  width: 100%;
  background-repeat: no-repeat;
	background-position-x: 160px;
  background-position-y: 30px;
	height: auto;
  text-align: left;
}
@media only screen and (max-width: 640px) {
  #inhalt_map  {
    width: 100%;
    height: auto;
    background-size: 200px;     /* Bildgroesse von 350 auf 200px reduziert*/
  }}
  
hr {
    width: 400px;
    margin-top: 20px;
    margin-bottom: 20px;
}

.absatz {
  padding-bottom: 90px;
 }

.ort {
 text-align: right;
 display: flex;
 flex-flow: row wrap;
 margin-top: 0px;
}

.ort_wappen {
 padding-left: 10px;
 padding-top: 20px;
 padding-bottom: 10px;
 margin-left: 20px;
 margin-right: 10px;
}

.ort_text {
 padding-top: 15px;
 padding-right: 0px;
 text-align: left;
 margin-left: 0;
 margin-right: 0px;
}

.fotos {
 display: flex;
 flex-flow: row wrap;
 display: inline-block;
}
.rahmen {
 padding: 1px;
 border-style: solid;
 border-color: #ffffff;
}
.rahmen_r {
  padding: 1px;
  border-style: solid;
  border-color: #ffffff;
  border-radius: 20px;
 }
 .rahmen_rg {
  border-width: 5px;
  border-style: solid;
  border-color: #ceb34d;
  border-radius: 20px;
 }

.ohne_rahmen {
 width: 70%;
 height: auto;
}


#ende {
    height: 30px;
    padding-bottom: 20px;
}

#ende a {
    text-align: center;
    font-size: 2.5em;
    color: #2a5003;
    padding-bottom: 20px;
    text-decoration: none;
}

.footer {
  width: 100%;
  height: 10px;
  background-color: #2c5007;
  margin-top: 10px;
 }

