@font-face {
  font-family: United Sans-Black;
  src: url("../fonts/UnitedSansReg-Black.otf") format("opentype");
}

@font-face {
  font-family: United Sans-Bold;
  src: url("../fonts/UnitedSansReg-Bold.otf") format("opentype");
}

@font-face {
  font-family: United Sans-Heavy;
  src: url("../fonts/UnitedSansReg-Heavy.otf") format("opentype");
}

@font-face {
  font-family: United Sans-Light;
  src: url("../fonts/UnitedSansReg-Light.otf") format("opentype");
}

@font-face {
  font-family: United Sans-Medium;
  src: url("../fonts/UnitedSansReg-Medium.otf") format("opentype");
}

.content {
  background: #ecf0f1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  text-align: left;
  padding: 2% 3%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
}

.content__openinghours {
  width: 320px;
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: 20px 60px auto;
      grid-template-rows: 20px 60px auto;
  -ms-grid-columns: 120px auto;
      grid-template-columns: 120px auto;
  padding-bottom: 5%;
}

@media screen and (max-width: 768px) {
  .content__openinghours {
    -ms-grid-columns: auto;
        grid-template-columns: auto;
    -ms-grid-rows: auto;
        grid-template-rows: auto;
    width: 100%;
    -webkit-column-gap: 30px;
            column-gap: 30px;
    margin-bottom: 20px;
  }
}

.content__openinghours--hdr {
  -ms-grid-column: 1;
  -ms-grid-column-span: 2;
  grid-column: 1/3;
  -ms-grid-row: 2;
  grid-row: 2/2;
}

@media screen and (max-width: 768px) {
  .content__openinghours--hdr {
    text-align: center;
  }
}

.content__openinghours--days {
  -ms-grid-column: 1;
  grid-column: 1/1;
  -ms-grid-row: 3;
  grid-row: 3/3;
}

@media screen and (max-width: 768px) {
  .content__openinghours--days {
    text-align: right;
  }
}

.content__openinghours--times {
  -ms-grid-column: 2;
  grid-column: 2/2;
  -ms-grid-row: 3;
  grid-row: 3/3;
}

@media screen and (max-width: 768px) {
  .content__openinghours--times {
    text-align: left;
  }
}

.content #closed {
  color: red;
}

.content__mapbox {
  height: 300px;
  border: 0;
  border-radius: 5px;
  -webkit-box-shadow: 0 0 5px #57606f;
          box-shadow: 0 0 5px #57606f;
  -ms-flex-preferred-size: 350px;
      flex-basis: 350px;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  margin-bottom: 3%;
}

@media screen and (max-width: 768px) {
  .content__mapbox {
    width: 100%;
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    margin-bottom: 40px;
  }
}

.content__mapbox--map {
  width: 100%;
  height: 100%;
  border-radius: 5px;
}

.content__mapbox--nocookie {
  z-index: 3;
  position: relative;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  font-weight: 600;
  text-align: center;
}

.content__mapbox--nocookie button {
  padding: 10px 20px;
  border: none;
  outline: none;
  color: #fff;
  background-color: #40739e;
  font-size: 16px;
  font-weight: 500;
  border-radius: 5px;
  cursor: pointer;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.content__mapbox--nocookie button:hover {
  background-color: #2a89d6;
}

.content__contactbox {
  display: inline-block;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -ms-flex-preferred-size: 600px;
      flex-basis: 600px;
  margin-top: 50px;
  margin-bottom: 100px;
}

.content__contactbox--form #name {
  width: 35%;
  height: 10%;
}

.content__contactbox--form #email {
  display: none;
}

.content__contactbox--form #address {
  width: 55%;
  height: 10%;
}

.content__contactbox--form #subject {
  width: 55%;
  height: 10%;
}

.content__contactbox--form #telephone {
  width: 35%;
  height: 10%;
}

.content__contactbox--form #message {
  width: 92.5%;
  height: 150px;
}

.content__contactbox--form #message::-webkit-scrollbar {
  width: 1em;
}

.content__contactbox--form #message::-webkit-scrollbar-track {
  background-color: transparent;
}

.content__contactbox--form #message::-webkit-scrollbar-corner {
  background-color: transparent;
}

.content__contactbox--form #message::-webkit-scrollbar-thumb {
  -webkit-box-shadow: inset 0 0 6px #82ccdd;
          box-shadow: inset 0 0 6px #82ccdd;
  border-radius: 24px;
}

.content__contactbox--form #Datenschutz {
  color: #7f8c8d;
}

.content__contactbox--form #button {
  font-size: 1rem;
  background-color: #40739e;
  padding: 14px 32px;
  border: none;
  border-radius: 4px;
  color: #f7f7f7;
  margin-top: 2rem;
  cursor: pointer;
  position: relative;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  outline: none;
}

.content__contactbox--form #button span {
  position: relative;
  z-index: 2;
  color: #f7f7f7;
  text-decoration: none;
}

.content__contactbox--form #button:after {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  background-color: #2a89d6;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border-radius: 4px;
}

.content__contactbox--form #button:hover:after {
  width: 100%;
}

.content__contactbox--form input[type=text], .content__contactbox input[type=email], .content__contactbox input[type=tel], .content__contactbox textarea {
  border: 0;
  background: none;
  margin: 5px auto;
  margin-right: 2%;
  text-align: left;
  font-size: 1em;
  border: 1px solid #c6bcbc;
  padding: 14px 10px;
  outline: none;
  color: #82ccdd;
  border-radius: 24px;
  -webkit-transition: 0.25s;
  transition: 0.25s;
}

.content__contactbox--form input[type=text]:focus, .content__contactbox input[type=email]:focus, .content__contactbox input[type=tel]:focus, .content__contactbox textarea:focus {
  padding-left: 20px;
  border-color: #82ccdd;
}

.content__caption {
  text-align: center;
  position: absolute;
  bottom: 10px;
}

p {
  color: #222121;
  font-size: 1.2rem;
}

small {
  font-size: 12pt;
}

.small-link {
  text-align: left;
  font-size: 12pt !important;
  color: #40739e;
}

.small-link:hover {
  color: #2a89d6;
  text-decoration: none;
}
/*# sourceMappingURL=contact.css.map */