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

html {
  scroll-behavior: smooth;
}

body {
  background:lightslategray;
  margin: 0px;
  scroll-behavior: smooth;
  }

.portDarueberDiv {
  width: 100%;
  display: inline-block;
}

.portBeschreibung {
  display: inline-block;
}

.bildlinkneu {
  border:none!important;
}

.in, .in:any-link, .in:link, .in:visited {
  font-size: x-large;
  text-decoration: none;
  font-family: sans-serif;
  font-weight: bold;
  display: inline-block;
  background: #403d6c;
  color: white;
  padding-left: 1em;
  padding-right: 1em;
  padding-top: 0.4em;
  padding-bottom: 0.4em;
  border-radius: 10px;
  box-shadow: 1px 1px 1px 1px gray;
  transition: all 0.5s;
}

.in:hover {
  box-shadow: none;
  background-color: #778899;
  transition: all 0.5s;
}
.VorschauBild {
  min-height: 50px;
  background: url("progress.gif");
  background-position: center;
  background-repeat: no-repeat;
  text-align: center;
  font-size: small;
  color: black;
  width: 20%;
  border: 1px solid gray;
  box-shadow: 4px 4px 6px 1px gray;
  float: left;
  margin-right: 3em;
}

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;
  border-left: 1px dotted gray;
  padding-left: 2em;
  font-size: medium;
  font-size: 1.2em;
  line-height: 1.4;

}

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


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

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

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

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

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

.auflistung {
  padding-left: 1em;
  display: inline-block;
}

.inlin {
  color:inherit;
  font-size: inherit;
  text-decoration: underline dotted 1px #6f6f6f;
  transition: all 0.5s;
}

.inlin:hover {
  text-decoration: underline;
  transition: all 0.5s;
}

.inlin::before {
  content: url(link.png);
  transition: all 0.5s;
}

hr {
  border: none;
  border-top: 1px dotted grey;
  margin-top: 3em;
  margin-bottom: 3em;
}

@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: 1000px) {

  #Inhalt {
    padding-top: 15em;
  }

  #Passfoto {
    display: none;
  }

  #fusszeile {
    padding-left: 3em;
  }

  #navigation {
    position: absolute;
    width: 100%;
    text-align: left;
  }

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

@media screen and (max-width: 900px) {
  .VorschauBild {
    float: none;
    width: 100%;
    max-width: 320px;
    margin-bottom: 2em;
  }

  .portBeschreibung {
    width: 100%;
  }
}
