/*General*/
* {
  font-size: 16px;
  box-sizing: border-box;
  margin: 0 auto 0 auto;
  box-sizing: border-box;
}

html {
  background-color: white;
}
body {
    background-color: white;
    color: black;
    display: flex;
    flex-wrap: wrap;
    min-width: 320px;
    max-width: 1060px;
    margin: 19px auto 19px auto;
    padding: 0px 20px 20px 20px;
    width: 100%;

}
h1 {
  font-weight: 400;
  font-size: 19px;
  float: left;
  display: inline;
  line-height: 1.3;
  width: 100%;
}
h2, h3, h4 {
  font-weight: 400;
  padding-top: 0px;
  margin-top: 0px;
  border-top: 0px;
  padding-bottom: 5px;
  font-size: 17px;
}
img, embed, object, video {
  max-width: 100%;
}
nav ul {
  list-style: none;
  padding: 0;
  overflow:hidden;
}
nav li {
  display: inline-block;
  width: 100%;
}

nav2 ul {
  list-style: none;
  padding: 0;
  overflow:hidden;
}
nav2 li {
  display: inline-block;
  width: 100%;
}


.center {
  text-align: center;
}
.left {
  text-align: left;
}

/*Header and Footer*/
.black {
  color: #000000;
}
.full-width-container {
  width: 100%;
}
nav a:hover {
  font-weight: 600;
}
.menu {
  line-height: 1.8;
  width: 100%;
  font-family: Arial, Helvetica, sans-serif;
}
.menu, a {
  color: #000000;
  text-decoration: none;
}

.menu a:hover {
  text-decoration: none;
  font-weight: 600;
}

main a:hover {
    text-decoration: none;
    font-weight: 600;
    color: black;
}

.selected {
  font-weight: 600;
}
header {
  width: 100%;
  margin-top: 40px;
  margin-bottom: 15px;
}
main {
  width: 100%;
  padding-top: 25px;
}
footer {
  border-radius: 50%;
  width: 100%;
  height: 50px;
  text-align: center;
  padding-top: 1px;
  margin-bottom: 20px;
  position:
}
footer a:hover {
    text-decoration: underline;
    color: black;
}
.footer-font {
  font-size: 12px;
  font-family: Arial, Helvetica, sans-serif;
  color: #333333;
    text-align: center;
}
adress a:hover {
    text-decoration: underline;
    color: #333;
}

.trennlinie {
  color: red;
  border: 1px solid #eeeeee;
  margin: 2px 0px 2px 0px;
}


.navigation {
  font-size: 320px;
  color: red;
}


.container {
  width: 100%
}


.news {
  background-color: #f8f8f8;
  padding: 13px;
  border-radius: 0px;

}
.news-container {

}

.news-container a:hover {
    text-decoration: underline ;
    font-weight: 400;
    text-decoration-color: #006ABC;
}

.newstext {
  font-size: 15px;
}

.actionbereich {
  padding-top: 5px;
  font-family: ;
}

.action {
  white-space: nowrap;
  font-size: 13px;
  color: #006ABC;
}

.color {
  color: #006ABC;
}

/*Content*/
.text {
  width: 100%;
  line-height: 1.8;
  padding: 20px 0px 10px 0px;
  font-size: 16px;
}

.text2 {
  font-family: Times, "Times New Roman", serif;
  width: 100%;
  line-height: 1.8;
  padding: 20px 0px 10px 0px;
  text-align: center;
  font-size: 16px;
}

.text2 li {

}

.text-left {
  float: left;
  width: 100%;
  line-height: 1.8;
  padding: 20px 0px 10px 0px;
  text-align: left;
  font-size: 16px;
}
.text-right {
  float: right;
  width: 100%;
  line-height: 1.8;
  padding: 20px 0px 10px 0px;
  text-align: left;
  font-size: 16px;
}

.bildtitel {
  font-family: Times, "Times New Roman", serif;

}



.text-small {
  width: 100%;
  line-height: 2;
  padding: 20px 0px 10px 0px;
  text-align: left;
  float: left;
}

.text ul {
  list-style-type: disc;
}
.foto {
  width: 100%;
}

figure {
   display: inline-block;
}

.overview {
    text-align: left;
    padding: 0px;
    float: left;
}

.overview3 {
    text-align: left;
    padding: 0px;
    width: 16%;
}


.overview {
  max-height: 225px;
}

.overview2 figcaption {
  padding-top: 10px;
  font-family: Times New Roman;
  font-size: 13px;
  text-align: left;
  background: ;
  width: 100%;
  height: 100px;
  float:left;
}



.bio-table {
  width: 100%;
}
.bio-table td {
    vertical-align: top;
    min-width: 50px;
    width: 50px;
    height: 35px;
    padding: 10px 10px 10px 0px;
}
.print {
  display: none;
}
.large {
  display: none;
}
.medium {
  display: none;
}
.display-none {
  display: none;
}
.card a:hover {
  text-decoration: underline;
  color: black;
}
.button {

}
.button-font {
  color: #fff;
}
.button {
  width: 100%;
  height: 70px;
  left: 234px;
  top: 154px;
  background: #000000;
  border-color: black;
  border: none;
}

.button:hover {
  background: #222222;

}

.button:active, .button:focus {
  background: #111111;
}
