@charset "UTF-8";
/* CSS Document */

html {
  scroll-behavior: smooth;
}

body {
  background-image: url("background.png");
  background-attachment: fixed;
  margin: 0px;
  scroll-behavior: smooth;
  }

.jpgBild {
  min-height: 50px;
  background: url("progress.gif");
  background-position: center;
  background-repeat: no-repeat;
  text-align: center;
  font-size: small;
  color: black;
}


#offNavigationDIV {
  width: 100%;
  background: white;
  padding: 10px;
  box-shadow: 1px 1px 5px 4px gray;
  z-index: 15;
  position: fixed;
}

#OffLogo {
  height: 80px;
  margin-left: 1%;
  margin-right: 1%;
  float: left;
}

#NaviSchrift {
  font-family: sans-serif;
  font-weight: bolder;
  font-size: 40px;
  color: #f8f8f8;
  display: inline-block;
  padding-top: 25px;
  text-shadow: 1px 1px 3px gray;
}

#offTopnavigationInnen {
  position: fixed;
  top: 0;
  width: 85%;
  text-align: right;
  z-index: 30;
}

.navilink, .navilink:link, .navilink:any-link, .navilink:visited, .navilink:focus  {
  font-size: 1.1em;
  padding: 1em;
  background: darkgreen;
  display: inline-block;
  color:white;
  text-decoration: none;
  border-radius: 0px 0px 10px 10px;
  font-family: sans-serif;
  font-weight: bolder;
  box-shadow: 1px 1px 4px 1px rgba(0,0,0,0.5);
  user-select: none;
}

.navilink:hover {
  background: lightgreen;

}

h1 {
  font-weight: bolder;
  text-shadow: 1px 1px 1px rgba(107,107,107,0.79);
  font-family: sans-serif;

}

h2 {
  font-weight: bold;
  font-family: sans-serif;
  margin-top: 3em;
  background: #f5f5f5;
  background: linear-gradient(28deg, rgba(245,245,245,1) 50%, rgba(255,255,255,1) 100%);
  padding: 0.5em;
}

h3 {
  font-family: sans-serif;
  margin-top: 3em;
  padding: 0.5em;
  border-bottom: 1px dotted gray;
  padding-bottom: 0.1em;
}


.erklaerung {
  margin-top: 2em;
  margin-bottom: 2em;
  line-height: 1.5;
  border-left: 1px dotted gray;
  padding-left: 1em;

}

#Inhalt {
  margin: auto;
  width: 80%;
  background:white;
  padding: 5%;
  box-sizing: border-box;
  border: 20px solid whitesmoke;
  box-shadow: 3px 3px 3px 3px lightgray;
  border-radius: 0px 0px 50px 50px;
  border-top: none;
  margin-bottom: 0px;
  padding-top: 14em;
  }


#abschlussdiv {
  background: #005500;
  position: fixed;
  bottom: 0px;
  width: 100%;
  min-height: 30px;
}

#fusszeile {
  font-size: medium;
  color: white;
  padding-top: 5px;
  padding-left: 200px;
}

#fussdatum {
  font-size: small;
  font-style: italic;
}

#Passfoto {
  position: absolute;
  bottom: 0px;
  filter: drop-shadow(1px 1px 5px #6c6c6c);
  user-select: none;
  width: 180px;
}

#css4LogoImp {
	position: fixed;
	bottom: 0px;
	z-index: 12;
	right: 0px;
	width: 20%;
	max-width: 300px;
  min-width: 150px;
	filter: drop-shadow(1px 1px 2px black);
  user-select: none;
}


.inlink {
  color:inherit;
  font-size: inherit;
  text-decoration: underline dotted 1px #6f6f6f;
}

.inlink:hover {
  color: blue;
  text-decoration: underline;
  text-shadow: 0px 0px 5px rgba(255,255,255,1);
}

.inlink::before {
  content: url(link.png);
}

hr {
  border: 1px dotted grey;
}

@media screen and (max-width: 1500px) {
  body{
    background: white;

  }
  #Inhalt {
    width: 100%;
    padding-bottom: 5em;
    border-radius: 0px;
    box-shadow: none;
    border-bottom: none;
  }


}

@media screen and (max-width: 1080px) {

  #Inhalt {
    padding-top: 20em;
  }


  #abschlussdiv {
    position: relative;
    display: inline-block;
  }

  #fusszeile {
    display: inline-block;
    font-size: small;
  }

  #offTopnavigationInnen {
    position: absolute;
    width: 100%;
    text-align: left;
    padding-top: 7em;
  }

  #offNavigationDIV {
    position: absolute;
  }

  .navilink, .navilink:any-link, .navilink:link, .navilink:visited {
    width: 90%;
    border-radius: 0px 10px 10px 0px;
    margin-top: 15px;
    box-sizing: border-box;
  }




  #fusszeile > a, #fusszeile > span {
    width: 100%;
    display: inline-block;
  }



}
