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

html {
  scroll-behavior: smooth!important;
}

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

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

.bildlink, .bildlink:focus, .bildlink:active, .bildlink:any-link, .bildlink:link {
  border: none!important;
}

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


h2 {
  font-family: sans-serif;
  font-size: medium;
  font-weight: bold;
  padding-left: 0.4em;
  border-bottom: 1px dashed lightgray;
  margin-top: 2em;
}

h3 {
  font-family: sans-serif;
  font-size: medium;
  font-weight: bold;
  padding-left: 0.4em;
}

p {
  color: #555555;
  line-height: 140%;
  padding-left: 1em;
  border-left: 1px dotted #d3d3d3;
  font-size: medium;
}

li {
  color: #555555;
  line-height: 140%;
}

#navigation {
  margin-top: 0px;
  display: inline-block;
  width: 100%;
  background:#302c2d;
  background-image:url('blogb.jpg');
  background-repeat: no-repeat;
  background-position: right;
  box-shadow: 1px 1px 1px 1px lightgray;
  min-height: 80px;
  padding: 1em;
  box-sizing: border-box;
  position:fixed;
  top: 0px;
  }

#NaviUe {
  color: white;
  padding-left: 5%;
  display: inline-block;
  font-size: 1.2em;
}

#NaviButtonReihe {
  display: inline-block;
  padding-left: 5%;
  padding-top: 5px;

}

.navibutton {
  color: black;
  background: #dddddd;
  text-decoration: none;
  font-family: sans-serif;
  padding: 3px;
  border-radius: 6px;
  font-size: 0.9em;
  padding-left: 1em;
  padding-right: 1em;
}

.navibutton:hover {
  color: #5e5e5e;
  background: white;
}


#Inhalt {
  margin: auto;
  width: 70%;
  max-width: 90em;
  margin-top: 3em;
  background:white;
  box-sizing: border-box;
  border: 1px solid whitesmoke;
  box-shadow: 3px 3px 3px 3px lightgray;
  border-top: none;
  margin-bottom: 2em;
  padding-bottom: 5em;

  }

#Ueberschrift {
  background: #f9f9f9;
  padding-left: 8%;
  padding-right: 8%;
  padding-top: 3em;
  padding-bottom: 1.5em;
  margin-bottom: 3em;
}

#hueZeile1 {
  font-size: small;
  color: #6a6a6a;
}
#hueZeile2 {
  padding-top: 0.3em;
  font-size: xx-large;
  border-bottom: dotted gray 1px;
}
#hueZeile3 {
  font-size: small;
  text-align: right;
  font-style: italic;
}

#hueZeile4 {
  text-align: right;
  padding-top: 10px;
}

.Flagge {
  width: 40px;
}

.derText {
  padding-left: 8%;
  padding-right: 8%;
  font-family: sans-serif;
  font-size: medium;
}


#abschlussdiv {
  background: #302c2d;
  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: 170px;
}

#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;
}


.fn {
  font-size: 75%;
  line-height: 0;
}

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

  #Inhalt {
    width:90%;
  }

}

@media screen and (max-width: 1000px) {
  body{
  }
  #Inhalt {
    width: 100%;
    margin-top: 0px;
  }
  #Passfoto {
    display: none;
  }
  #fusszeile {
    padding-left: 1.4em;
  }
  #navigation {
    position:absolute;
  }

  #css4LogoImp {
    display: none;
  }
}

@media print {
  .navibutton {
    display: none;
  }

  #Passfoto {
    width: 2cm;
    max-width: 2cm;
  }

  #css4LogoImp {
    background: gray;
    width: 2cm;
  }

  #KommFormular {
    display: none;
  }
}
