/*xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx*/
/*General Style****************************************************************/
body {
  background: white;
  font-size: 100%;
  font-family: 'Montserrat', arial, sans-serif;
  margin: 0em;
  padding: 0em;
  color: #282828;
}
p {
  font-size: 1.0em;
  font-family: 'Montserrat', arial, sans-serif;
  margin: 5px;
  padding: 5px;
  color: #282828;
}
a {
  text-decoration: none;
font-size: 1.2em;
  color: #282828;
}
a:hover {
  color: lightgrey;
}
h1{
  font-family: 'Montserrat', arial, sans-serif;
  font-weight: normal;
  margin: 0px;
  padding: 5px;
  font-size: 1.2em;
}
h2{
  font-family: 'Montserrat', arial, sans-serif;
  font-weight: bold;
  margin: 0px;
  padding: 5px;
  font-size: 1.0em;
}
h3{
  font-family: 'Montserrat', arial, sans-serif;
  font-weight: bold;
  margin: 0px;
  padding: 5px;
  font-size: 1.0em;
}
h5{
  font-family: 'Montez', cursive;
  font-weight: normal;
  margin: 0px;
  padding: 5px;
  font-size: 1.8em;
}
nav{
  width: 100%;
  text-align: center;
  margin: 0px;
  position: -webkit-sticky;
  position: sticky;
  top: 0px;
  z-index: 90;

}
nav ul {
  width: 100%;
  text-align: center;
  margin: 0px;
  padding: 0px;
  background-color: white;
  position: relative;
}
nav ul li {
  list-style:none;
  display: inline-block;
  font-size: 0.85em;
  color: #282828;
  padding: 15px;
}
nav ul li a{
  color: #282828;
}
main {
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  text-align: left;
  padding: 20px 0px 20px 0px;
}
footer {
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  text-align: center;
}
button{

}
.contact_box{
  width: 300px;
  height: 420px;
  background-color: #eaeaea;
  margin: 15px;
  padding: 25px;
  border: 0px;
  text-align: center;

}
.datenschutz_box{
  width: 100%;
  height: auto;
  background-color: #eaeaea;
  padding: 20px;
  margin-bottom: 20px;
}
.faq_box{
  width: 100%;
  height: auto;
  background-color: #eaeaea;
  margin: 15px 0px 15px 0px;
  padding: 25px;
  border: 0px;
  text-align: left;

}
.mosaik {
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  display: flex;
  display : -ms-flexbox;
  justify-content:center;
  -ms-flex-pack : center;
  flex-wrap : wrap;
  -ms-flex-wrap : wrap;
}
#copy{
  font-size: 0.80em;
}
#social{
  position: absolute;
  top: -20px;
  right: 0px;
}
#logo{
  width: 100%;
  max-width: 1200px;
  margin-top: 20px;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  text-align: center;
}
#logo_img{


}
#sub_nav{
  width: 100%;
  height: 40px;
  background-color: #d3d3d3;
  text-align: center;
  margin: 0px;
  padding-top: 6px;
}
#line{
  width: 100%;
  max-width: 1200px;
  height: 5px;
  background-color: #282828;
  margin-top: 20px;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  text-align: center;
}
#res_nav{
  display: none;
}
#hide_nav{
  display: none;
}
.rand_pic{
  max-width: 186px;
  max-height: 278px;
  min-width: 186px;
  min-height: 278px;
  object-fit: cover;
}
.rand_pic2{
  max-width: 382px;
  max-height: 278px;
  object-fit: cover;
  min-width: 382px;
  min-height: 278px;
}
.rand_pic_w{
  max-width: 220px;
  max-height: 220px;
  object-fit: cover;
  min-width: 220px;
  min-height: 220px;
}
.rand_pic_box_w{
  max-width: 220px;
  max-height: 220px;
  min-width: 220px;
  min-height: 220px;
  vertical-align: middle;
  box-shadow: 3px 3px 10px grey;
  margin: 5px;
  padding: 0px;
  position: relative;
}
.name_box{
  max-width: 186px;
  max-height: 228px;
  min-width: 186px;
  min-height: 228px;
  position: absolute;
  z-index: 10;
  top: 0px;
  left: 0px;
  background-color: white;
  opacity: 0;
  transition: all ease 1.5s;
  color: black;
  text-align: center;
  font-size: 1.2em;
  padding-top: 50px;
}
.name_box:hover{
  opacity: 0.8;
}
.rand_pic_box{
  max-width: 186px;
  max-height: 278px;
  min-width: 186px;
  min-height: 278px;
  vertical-align: middle;
  box-shadow: 3px 3px 10px grey;
  margin: 5px;
  padding: 0px;
  position: relative;
}
.rand_pic_box2{
  max-width: 382px;
  max-height: 278px;
  min-width: 382px;
  min-height: 278px;
  vertical-align: middle;
  box-shadow: 3px 3px 10px grey;
  margin: 5px;
  padding: 0px;
  position: relative;
}
.link_box{
  width: 100%;
  height: 50px;
  margin: 18px;
  padding: 5px;
  position: relative;
  background-color: #eaeaea;
}
.link_but{
  width: 182px;
  height: 34px;
  border: 1px solid #282828;
  padding: 2px;
  display: block;
  text-align: left;
  float: left;
  margin-right: 15px;
  background-color: white;
}
.link_but:hover{
  border: 1px solid #d850a3;
}
.link_box2{
  position: absolute;
  top: 10px;
  right: 0px;
  text-align: right;
}
.news_pic{

  margin-bottom: 20px;
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.profil_pic{
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.news{
  width: 200px;
  height: 200px;
  margin: 10px;
  padding: 0px;
  position: relative;
}
.profil_bild_box{
  width: 186px;
  height: 278px;
  margin: 5px;
  padding: 0px;
  position: relative;

}
.profil_bild_box_klein{
  width: 88px;
  height: 134px;
  padding: 0px;
  float: left;
  display: block;
}
.n_text{

  width: 800px;
  margin: 10px;
  position: relative;
}
.data{
  width: 400px;
  margin-top: 15px;
  margin-right: 50px;
  height: auto;
  font-size: 0.9em;
}
.description{
  width: 700px;
  height: auto;
  margin-top: 15px;
  font-size: 0.9em;
}
.vita_box{
  width: 100%;
  height: auto;
  margin: 30px 18px 18px 18px;
  font-size: 0.9em;
  position: relative;
  display: flex;
  display : -ms-flexbox;
  justify-content:center;
  -ms-flex-pack : center;
  flex-wrap : wrap;
  -ms-flex-wrap : wrap;
}
.vita_eintrag{
  width: 360px;
  margin: 15px 7px 15px 7px;
  height: auto;
  padding: 5px;
  font-size: 0.9em;
  background-color: #f6f6f6;
}

#div1{
  width: 100%;
  height: auto;
  min-height: 300px;
  text-align: center;
}
#iframe{
  width: 1000px;
  height: 562px;
}
#logo_m{
  display: none;
}
.seitenzahlen{
  width: 100%;
  text-align: center;
  padding: 10px;
  margin: 10px;
}
.us_text{
  width: 60%;
  text-align: left;
}
/*CSS Einstellungen für Smartphones********************************************/
@media screen and (max-width:745px){
/*Hauptnavigationsanpassungen**************************************************/
#logo{
  display: none;
}
.us_text{
  width: 90%; 
  text-align: left;
}
.us{
  width: 320px;
  height: 213px;
}

#logo_m{
  display: block;
  width: 100%;
  max-width: 1200px;
  margin-top: 20px;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  text-align: center;
}
#logo_img_m{
  width: 120px;
}
#res_nav{
  display: block;
  position: absolute;
  padding: 0px;
  margin: 0px;
  top: -75px;
  right: 0px;
  z-index: 98;
}
nav ul{
  min-height: 0px;
  padding: 0px;
  margin: 0px;
}
nav ul li{
  display: none;
}
#hide_nav li{
  display: block;
}
main {
  width: 90%;
  padding: 5%;
}
#social{
  position: relative;
  width: 100%;
  text-align: center;
}
#copy{
  text-align: center;
  margin-bottom: 20px;
}
#iframe{
  width: 372px;
  height: 209px;;
}
.rand_pic{
  max-width: 175px;
  max-height: 262px;
  min-width: 175px;
  min-height: 262px;
}
.rand_pic2{
  max-width: 360px;
  max-height: 262px;
  object-fit: cover;
  min-width: 360px;
  min-height: 262px;
}
.rand_pic_box{
  max-width: 175px;
  max-height: 262px;
  min-width: 175px;
  min-height: 262px;
  vertical-align: middle;
  box-shadow: 3px 3px 10px grey;
  margin: 5px;
  padding: 0px;
  position: relative;
}
.rand_pic_box2{
  max-width: 360px;
  max-height: 262px;
  min-width: 360px;
  min-height: 262px;
  vertical-align: middle;
  box-shadow: 3px 3px 10px grey;
  margin: 5px;
  padding: 0px;
  position: relative;
}
.rand_pic_w{
  max-width: 160px;
  max-height: 160px;
  object-fit: cover;
  min-width: 160px;
  min-height: 160px;
}
.rand_pic_box_w{
  max-width: 160px;
  max-height: 160px;
  min-width: 160px;
  min-height: 160px;
  vertical-align: middle;
  box-shadow: 3px 3px 10px grey;
  margin: 5px;
  padding: 0px;
  position: relative;
}
.profil_bild_box{
  width: 175px;
  height: 262px;
  margin: 5px;
  padding: 0px;
  position: relative;
}
.profil_bild_box_klein{
  width: 82.5px;
  height: 126px;
  padding: 0px;
  float: left;
  display: block;
}
.name_box{
  max-width: 175px;
  max-height: 212px;
  min-width: 175px;
  min-height: 212px;
}
.link_box{
  width: 100%;
  height: auto;
  margin: 18px 0px 18px 0px;
  padding: 0px;
  text-align: center;
  position: relative;
  background-color: #eaeaea;

}
.link_box2{
  position: relative;
  width: 100%;
  top: 0px;
  right: 0px;
  text-align: center;
}
.link_but{
  width: 182px;
  height: 34px;
  border: 1px solid #282828;
  padding: 2px;
  display: block;
  text-align: left;
  float: none;
  margin: 25px 0px 15px 0px;
  background-color: white;
}
h5{
  font-family: 'Montserrat', arial, sans-serif;
  font-weight: normal;
  margin: 0px;
  padding: 0px;
  font-size: 0.85em;
}
