
@font-face {
  font-family: 'Quicksand';
  font-style: normal;
  font-display: swap;
  src: url(../fonts/Quicksand-Regular.ttf) ;
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}



html, body {
  margin: 0;
  padding: 0;
  position: relative;
  height: 100%;
  width: 100%;
  color: #FFFFFF;
  font-family: 'Quicksand', sans-serif;
}
body {
  background: url(../images/bg.jpg) no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.main {
  width: 100%;
  overflow:hidden;
  top: 20%;
  position: relative;
  padding-bottom: 30px;
}

.vertical-align {
    display: flex;
    align-items: center;
}

.line {
  width: 1px;
  height: 100px;
  background-color: rgba(255, 255, 255, 0.3);
}

.icon-user {
  mask: url(../images/user.svg);
}

.icon {
  margin-right: 10px;
  width: 20px;
  height: 20px;
  filter: brightness(0) invert(1);
}

.content {
  width: 100%;
  height: 100%;
  position: relative;
}

.content h2 {
  margin: 0;
  padding: 0;
  word-break: break-all;
}

.content .contact-person {
  width: 100%;
  max-width: 250px;
  padding: 20px;
  display: inline-block;
}

.content .contact-person img {
  border-radius:  50%;
  width: 100%;
  border: 2px solid #FFFFFF;
}

.content .info-box {
  width: calc(100% - 1px);
  padding: 0 30px;
}

.content .info-box .info-list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.content .info-box .info-list li {
  padding: 5px;
  font-style: italic;
  color: #b0bdc4;
}

footer {
  position: relative;
  height: 140px;
  padding-left: 30px;
  margin-top: -170px;
}

footer .address {
  position: fixed;
  bottom: 20px;
  right: 170px;
  font-size: 12px;
  text-align: right;
  color: #b0bdc4;
}

footer .impressum {
  position: fixed;
  bottom: 20px;
  right: 30px;
  font-size: 12px;
  text-align: right;
  color: #b0bdc4;
}

.bottomlogo {
  position: fixed;
  text-align: left;
  bottom: 20px;
  left: 30px;
}
a {
  color: #b0bdc4;
  text-decoration: none;

}
a, a:hover, a:active, a:visited, a:focus {
  text-decoration:none;
}
.accordion-button {
  background-color: transparent;
  border: #FFFFFF;
  color: #FFFFFF;
  text-align: left;
}

button:focus {outline:0;}

.accordion-body {
  font-size: 15px;
  padding-bottom: 10px;
  margin-left: 20px;
}