/* ====================================================================
   WDS GmbH - Lippstadt / Germany
   https://www.dachwerkstatt-krinke.de
   Project: Dachwerkstatt Krinke
   Document: style.scss
   Author: Gordon P. Ries, Tim Atthakasem
===================================================================== */

.fontLight,
#filter li a,
.container-box-contact .box-1 .asterisk,
.container-box-contact .box-1 form input[type=text],
.container-box-contact .box-1 form input[type=email],
.container-box-contact .box-1 form select,
.container-box-contact .box-1 form textarea,
.newsitem .colright .news-text p,
.newsitem .colright .date,
.box-to-contact p,
.service-text p,
.teaser-references .vertical-teaser .text,
.container-box-about-us .box-3 .diploma .subline,
.about-us-container .teaser p,
.list-tradition p,
.block-grey-2-col-text p,
.teaser-startpage .vertical-teaser .text,
.circle-steps .subline,
.text-intro-mood p,
.text-intro-nomood p,
footer .footer-adress,
footer .footer-number a,
footer .meta-bottom-nav ul a,
.meta-top-nav ul a,
.meta-header .meta .callus {
  /* Neuzeit Grotesk Regular */
  font-family: neuzeit-grotesk, sans-serif;
  font-weight: 300;
  font-style: normal;
}

.fontRegular,
#filter li.active a,
.service-item,
.teaser-references h4,
.teaser-startpage h4,
footer .meta-bottom-nav ul a:hover,
footer .meta-bottom-nav ul a.active,
.main-nav ul a,
.meta-top-nav ul a:hover,
.meta-top-nav ul a.active {
  /* Neuzeit Grotesk Regular */
  font-family: neuzeit-grotesk, sans-serif;
  font-weight: 400;
  font-style: normal;
}

.fontBold,
.container-box-contact .box-1 h5,
.text-disclaimer h5,
.box-to-contact h2,
.service-text h5,
.teaser-references .vertical-teaser h5,
.teaser-references h3,
.container-box-about-us .box-3 .diploma .title,
.container-box-about-us .box h5,
.about-us-container .teaser h2,
.list-tradition h5,
.container-tradition h3,
.number-circle,
.block-grey-2-col-text h2,
.teaser-startpage .vertical-teaser h5,
.teaser-startpage h3,
.text-intro-mood h1,
.text-intro-nomood h2,
.text-intro-nomood h1,
footer .footer-adress .hl-point,
footer .footer-headline-number,
.meta-header .meta .callus .highlight {
  /*  Neuzeit Grotesk Bold */
  font-family: neuzeit-grotesk, sans-serif;
  font-weight: 700;
  font-style: normal;
}

.transitions,
footer .meta-bottom-nav ul a:hover,
footer .meta-bottom-nav ul a.active,
.main-nav ul a:hover,
.main-nav ul a.active,
.meta-top-nav ul a:hover,
.meta-top-nav ul a.active {
  transition: 0.3s color;
}

.service-image,
.teaser-references .vertical-teaser .image,
.teaser-startpage .vertical-teaser .image {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.container-box-contact .box-1 .button,
.mrc-btn,
.box-to-contact .button,
.teaser-references .vertical-teaser .button,
.teaser-startpage .vertical-teaser .button,
.button {
  border: none;
  outline: none;
  color: #fff;
  background-color: #000;
  text-transform: uppercase;
  border-radius: 4px;
  font-weight: normal;
  text-decoration: none;
  transition: 0.2s background;
  font-size: 14px;
  padding: 10px 14px 10px 14px;
}

.container-box-contact .box-1 .button:hover,
.mrc-btn:hover,
.teaser-references .vertical-teaser .button:hover,
.teaser-startpage .vertical-teaser .button:hover,
.button:hover {
  background-color: #c6883d;
  color: #fff;
}

.redDashedButton {
  text-decoration: none !important;
  color: #b10f0f;
  text-transform: uppercase;
  font-size: 17px;
  font-weight: 700;
  border: 1px dashed #b10f0f;
  padding: 8px 16px;
  border-radius: 6px;
  margin-bottom: 25px;
  display: inline-block;
  transition: 0.2s all;
}

.redDashedButton:hover {
  background-color: #b10f0f;
  color: #fff;
  border: 1px dashed #fff;
}

* {
  box-sizing: border-box;
}

*:focus {
  outline: none !important;
}

html,
body {
  width: 100vw;
  height: 100vh;
}

body {
  color: #545454;
  overflow-x: hidden;
}

a,
a:active,
a:hover {
  color: #a76a21;
  text-decoration: underline;
  background-color: transparent;
}

a.noStyle {
  text-decoration: none;
  color: #fff;
}

h4 {
  color: #000;
}

.background-cover,
.newspic,
.xs,
.xl,
.background-cover-then-contain {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.background-cover-then-contain {
  background-color: #000;
}

@media (min-width: 1367px) {
  .background-cover-then-contain {
    background-size: contain;
  }
}

@media (max-width: 1170px) {
  .mood-wide {
    height: 37vw !important;
  }
}

.xl {
  height: 600px;
}

@media (max-width: 1170px) {
  .xl {
    height: 50vw;
  }
}

@media (min-width: 576px) {
  .xl {
    margin-top: -66px;
  }
}

@media (min-width: 768px) {
  .xl {
    margin-top: -66px;
  }
}

@media (min-width: 992px) {
  .xl {
    margin-top: -66px;
  }
}

@media (min-width: 1200px) {
  .xl {
    margin-top: -66px;
  }
}

.xs {
  height: 420px;
}

@media (max-width: 1170px) {
  .xs {
    height: 50vw;
  }
}

@media (min-width: 576px) {
  .xs {
    margin-top: -66px;
  }
}

@media (min-width: 768px) {
  .xs {
    margin-top: -66px;
  }
}

@media (min-width: 992px) {
  .xs {
    margin-top: -66px;
  }
}

@media (min-width: 1200px) {
  .xs {
    margin-top: -66px;
  }
}

.newspic {
  height: 350px;
}

.gradientTopHeader,
.meta-header {
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#c6883d+1,c6883d+50,a76a21+50,a76a21+100 */
  background: #c6883d;
  /* Old browsers */
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #c6883d 1%, #c6883d 50%, #a76a21 50%, #a76a21 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#c6883d", endColorstr="#a76a21", GradientType=1);
  /* IE6-9 */
}

.gradientDiagonale {
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#c6883d+1,c6883d+50,a76a21+50,a76a21+100 */
  background: #c6883d;
  /* Old browsers */
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(135deg, #c6883d 1%, #c6883d 50%, #a76a21 50%, #a76a21 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#c6883d", endColorstr="#a76a21", GradientType=1);
  /* IE6-9 fallback on horizontal gradient */
}

.meta-header {
  height: 112px;
}

.meta-header .meta {
  height: 48px;
  line-height: 48px;
}

.meta-header .meta .callus {
  color: #fff;
  font-size: 18px;
}

.meta-header .meta .callus .highlight {
  font-size: 17px;
  text-transform: uppercase;
}

@media screen and (max-width: 576px) {
  .meta-header .meta .callus .highlight {
    display: none;
  }
}

.meta-top-nav ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.meta-top-nav ul li {
  display: inline-block;
  position: relative;
  transition: 0.2s background-color;
}

.meta-top-nav ul a {
  color: #eabc84;
  padding: 0px 9px 0px 9px;
  text-decoration: none;
  font-size: 14px;
}

.meta-top-nav ul a:hover,
.meta-top-nav ul a.active {
  color: #fff;
}

@media screen and (max-width: 576px) {
  .meta-top-nav ul li:nth-child(3) {
    display: none;
  }
}

.main-navigation {
  position: relative;
  background: white;
  height: 130px;
  margin-top: -64px;
  z-index: 500 !important;
}

.main-nav ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  padding-top: 54px;
}

.main-nav ul li {
  display: inline-block;
  position: relative;
  transition: 0.2s background-color;
}

.main-nav ul a {
  color: #000;
  padding: 0px 12px 0px 12px;
  text-transform: uppercase;
  text-decoration: none;
  font-size: 16px;
  letter-spacing: 0px;
}

.main-nav ul a:hover,
.main-nav ul a.active {
  color: #c6883d;
}

footer {
  background-color: #3b3b39;
  padding-top: 3rem;
  padding-bottom: 2.5rem;
}

footer .meta-bottom-nav ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  padding-top: 20px;
}

footer .meta-bottom-nav ul li {
  display: inline-block;
  position: relative;
  transition: 0.2s background-color;
}

footer .meta-bottom-nav ul a {
  color: #ababab;
  padding: 0px 12px 0px 12px;
  text-decoration: none;
  font-size: 14px;
}

footer .meta-bottom-nav ul a:hover,
footer .meta-bottom-nav ul a.active {
  color: #fff;
}

footer .footer-headline-number {
  color: #fff;
  font-size: 21px;
  padding: 25px 50px 10px 50px;
}

footer .footer-number {
  padding-top: 0px;
}

footer .footer-number a {
  font-size: 35px;
  text-decoration: none;
  color: #c6883d;
}

@media (min-width: 576px) {
  footer .footer-number a {
    font-size: 35px;
  }
}

@media (min-width: 768px) {
  footer .footer-number a {
    font-size: 45px;
  }
}

@media (min-width: 992px) {
  footer .footer-number a {
    font-size: 45px;
  }
}

@media (min-width: 1200px) {
  footer .footer-number a {
    font-size: 45px;
  }
}

footer .footer-adress {
  color: #ababab;
  font-size: 14px;
  padding-top: 5px;
}

footer .footer-adress .hl-point {
  color: #c6883d;
  font-size: 18px;
  padding: 0 6px 0 6px;
}

footer .footer-email a {
  color: #c6883d;
  text-decoration: none;
  font-size: 14px;
}

.text-intro-nomood h1 {
  font-size: 38px;
  padding-bottom: 1.5rem;
  color: #000;
}

.text-intro-nomood h1 .highlight {
  color: #c6883d;
}

.text-intro-nomood h2 {
  font-size: 22px;
  padding-top: 1.8rem;
  padding-bottom: 1rem;
  color: #000;
}

.text-intro-nomood p {
  font-size: 20px;
  color: #545454;
}

.text-intro-nomood p strong {
  font-weight: bold;
  color: #000;
}

.text-intro-nomood p .number a {
  font-size: 45px;
  color: #c6883d;
  text-decoration: none;
}

.text-intro-mood {
  text-align: center;
  padding-top: 25px;
}

@media (min-width: 576px) {
  .text-intro-mood {
    padding-top: 100px;
  }
}

@media (min-width: 768px) {
  .text-intro-mood {
    padding-top: 140px;
  }
}

@media (min-width: 992px) {
  .text-intro-mood {
    padding-top: 160px;
  }
}

@media (min-width: 1200px) {
  .text-intro-mood {
    padding-top: 160px;
  }
}

.text-intro-mood h1 {
  font-size: 28px;
  color: #fff;
}

@media (min-width: 576px) {
  .text-intro-mood h1 {
    padding-bottom: 1rem;
    font-size: 28px;
  }
}

@media (min-width: 768px) {
  .text-intro-mood h1 {
    padding-bottom: 1rem;
    font-size: 38px;
  }
}

@media (min-width: 992px) {
  .text-intro-mood h1 {
    padding-bottom: 1.5rem;
    font-size: 38px;
  }
}

@media (min-width: 1200px) {
  .text-intro-mood h1 {
    padding-bottom: 1.5rem;
    font-size: 38px;
  }
}

.text-intro-mood p {
  color: #fff;
  font-size: 17px;
}

@media (min-width: 576px) {
  .text-intro-mood p {
    padding-bottom: 1rem;
    font-size: 17px;
  }
}

@media (min-width: 768px) {
  .text-intro-mood p {
    padding-bottom: 1rem;
    font-size: 20px;
  }
}

@media (min-width: 992px) {
  .text-intro-mood p {
    padding-bottom: 1.5rem;
    font-size: 20px;
  }
}

@media (min-width: 1200px) {
  .text-intro-mood p {
    padding-bottom: 1.5rem;
    font-size: 20px;
  }
}

.circle-steps .subline {
  color: #000;
  text-transform: uppercase;
  font-size: 16px;
  padding-top: 15px;
}

.circle-steps-arrow {
  width: 50px;
  padding: 0;
}

.rotate-arrow {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  margin-top: 25px;
  margin-bottom: 25px;
}

@media (min-width: 576px) {
  .rotate-arrow {
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
    margin-top: 25px;
    margin-bottom: 25px;
  }
}

@media (min-width: 768px) {
  .rotate-arrow {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
    margin-top: 60px;
    margin-bottom: 60px;
  }
}

@media (min-width: 992px) {
  .rotate-arrow {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
    margin-top: 60px;
    margin-bottom: 60px;
  }
}

@media (min-width: 1200px) {
  .rotate-arrow {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
    margin-top: 60px;
    margin-bottom: 60px;
  }
}

.teaser-startpage {
  padding: 5rem 0 5rem 0;
}

.teaser-startpage h3 {
  color: #fff;
  font-size: 36px;
}

.teaser-startpage h4 {
  color: #fff;
  font-size: 28px;
  margin-bottom: 4rem;
}

.teaser-startpage .vertical-teaser {
  margin-bottom: 2rem;
  padding: 20px;
}

@media (min-width: 576px) {
  .teaser-startpage .vertical-teaser {
    padding: 20px;
  }
}

@media (min-width: 768px) {
  .teaser-startpage .vertical-teaser {
    padding: 0px;
  }
}

@media (min-width: 992px) {
  .teaser-startpage .vertical-teaser {
    padding: 0px;
  }
}

@media (min-width: 1200px) {
  .teaser-startpage .vertical-teaser {
    padding: 0px;
  }
}

.teaser-startpage .vertical-teaser h5 {
  font-size: 28px;
  color: #000;
  margin-bottom: 1rem;
}

.teaser-startpage .vertical-teaser .text {
  min-height: 300px;
  text-align: center;
  background-color: #ffffff;
  padding: 30px;
  position: relative;
  transition: 0.2s background-color;
  font-size: 16px;
  color: #5e5e5e;
}

@media (min-width: 576px) {
  .teaser-startpage .vertical-teaser .text {
    min-height: 250px;
  }
}

@media (min-width: 768px) {
  .teaser-startpage .vertical-teaser .text {
    min-height: 225px;
  }
}

@media (min-width: 992px) {
  .teaser-startpage .vertical-teaser .text {
    min-height: 300px;
  }
}

@media (min-width: 1200px) {
  .teaser-startpage .vertical-teaser .text {
    min-height: 300px;
  }
}

.teaser-startpage .vertical-teaser .image {
  width: 100%;
  height: 190px;
}

@media (min-width: 400px) {
  .teaser-startpage .vertical-teaser .image {
    height: 300px;
  }
}

@media (min-width: 768px) {
  .teaser-startpage .vertical-teaser .image {
    height: 234px;
  }
}

.teaser-startpage .vertical-teaser .button {
  position: absolute;
  bottom: 3px;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.logo-foerderung {
  padding: 25px;
}

.block-grey-2-col-text {
  background: #ebebeb;
}

.block-grey-2-col-text h2 {
  font-size: 24px;
  color: #000;
  padding-bottom: 2rem;
}

.block-grey-2-col-text p {
  font-size: 16px;
}

.roofer-man {
  padding: 10px;
  width: 280px;
  margin: 0 auto;
}

@media (min-width: 1200px) {
  .roofer-man {
    position: absolute;
    right: 160px;
    width: 306px;
    height: 922px;
    margin: 0 auto;
    margin-top: -165px;
    padding: 0;
  }
}

.number-circle {
  display: inline-block;
  color: #fff;
  width: 35px;
  line-height: 32px;
  border-radius: 50%;
  text-align: center;
  font-size: 24px;
  border: 2px solid #fff;
  background-color: #b10f0f;
  margin: 0 auto;
  margin-bottom: 1rem;
}

.container-tradition h3 {
  color: #fff;
  font-size: 24px;
  margin-bottom: 30px;
}

@media (min-width: 576px) {
  .container-tradition h3 {
    padding-left: 0px;
    margin-bottom: 30px;
  }
}

@media (min-width: 768px) {
  .container-tradition h3 {
    padding-left: 0px;
    margin-bottom: 30px;
  }
}

@media (min-width: 992px) {
  .container-tradition h3 {
    padding-left: 0px;
    margin-bottom: 30px;
  }
}

@media (min-width: 1200px) {
  .container-tradition h3 {
    padding-left: 50px;
    margin-bottom: 20px;
  }
}

@media (min-width: 1200px) {
  .list-tradition {
    max-width: 700px;
  }
}

.list-tradition h5 {
  color: #fff;
  font-size: 18px;
  padding: 0;
  margin: 0;
}

.list-tradition p {
  color: #fff;
  font-size: 16px;
  padding-bottom: 3px;
}

@media (min-width: 576px) {
  .list-tradition p {
    padding-bottom: 10px;
  }
}

@media (min-width: 768px) {
  .list-tradition p {
    padding-bottom: 10px;
  }
}

@media (min-width: 992px) {
  .list-tradition p {
    padding-bottom: 10px;
  }
}

@media (min-width: 1200px) {
  .list-tradition p {
    padding-bottom: 3px;
  }
}

.about-us-container {
  height: 275px;
}

.about-us-container.dgrey {
  background-color: #80857f;
}

@media (min-width: 992px) {
  .about-us-container.dgrey {
    border-left: 1px solid white;
    border-right: 1px solid white;
  }
}

.about-us-container.lgrey {
  background: #a7aca6;
}

.about-us-container .teaser {
  padding: 30px;
  color: #fff;
}

.about-us-container .teaser h2 {
  font-size: 34px;
  text-transform: uppercase;
  padding-bottom: 10px;
}

.about-us-container .teaser p {
  font-size: 19px;
}

.container-box-about-us {
  height: 100%;
  min-height: 100%;
  width: 100%;
  display: flex;
  flex-direction: column;
}

.container-box-about-us .box {
  text-align: left;
  padding: 25px;
  font-size: 15px;
  text-align: justify;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.container-box-about-us .box h5 {
  color: black;
  font-size: 24px;
}

.container-box-about-us .box-1 {
  background-color: white;
  flex: 1;
  margin-bottom: 25px;
}

.container-box-about-us .box-2 {
  background-color: white;
  flex: 1;
}

.container-box-about-us .box-3 {
  background-color: #c6883d;
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
}

.container-box-about-us .box-3 h5 {
  color: #fff;
  padding-bottom: 25px;
}

.container-box-about-us .box-3 .diploma img {
  margin-bottom: 20px;
  box-shadow: 3px 3px 10px -5px rgba(0, 0, 0, 0.8);
}

.container-box-about-us .box-3 .diploma .title {
  font-size: 17px;
}

.container-box-about-us .box-3 .diploma .subline {
  font-size: 16px;
}

.teaser-references {
  padding: 5rem 0 5rem 0;
}

.teaser-references h3 {
  color: #fff;
  font-size: 36px;
}

.teaser-references h4 {
  color: #fff;
  font-size: 28px;
  margin-bottom: 4rem;
}

.teaser-references .vertical-teaser {
  margin-bottom: 2rem;
}

.teaser-references .vertical-teaser h5 {
  font-size: 18px;
  color: #000;
  margin-bottom: 1rem;
}

.teaser-references .vertical-teaser .text {
  height: 245px;
  text-align: center;
  background-color: #ebebeb;
  padding: 32px;
  position: relative;
  transition: 0.2s background-color;
  font-size: 16px;
  color: #5e5e5e;
}

@media (min-width: 576px) {
  .teaser-references .vertical-teaser .text {
    min-height: 160px;
  }
}

@media (min-width: 768px) {
  .teaser-references .vertical-teaser .text {
    min-height: 160px;
  }
}

@media (min-width: 992px) {
  .teaser-references .vertical-teaser .text {
    min-height: 160px;
  }
}

@media (min-width: 1200px) {
  .teaser-references .vertical-teaser .text {
    min-height: 160px;
  }
}

.teaser-references .vertical-teaser .image {
  width: 100%;
}

.teaser-references .vertical-teaser .button {
  position: absolute;
  bottom: 5px;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.service-item {
  background: white;
  height: 48px;
  margin-bottom: 6px;
  color: #000;
  font-size: 18px;
  cursor: pointer;
}

.service-item:hover,
.service-item.active {
  background: #b10f0f;
  color: #fff;
}

.service-item:last-of-type {
  margin-bottom: 0px;
}

.service-image {
  width: 100%;
  height: 340px;
  margin-top: 10px;
}

.service-text h5 {
  font-size: 24px;
  text-align: left;
}

.service-text p {
  font-size: 16px;
}

.box-to-contact h2 {
  color: #000;
  font-size: 24px;
  margin-bottom: 2rem;
}

.box-to-contact .button {
  display: inline-block;
  margin-top: 1rem;
}

.newsitem {
  margin-bottom: 3rem;
}

.newsitem .colleft {
  background-color: #ebebeb;
}

.newsitem .colright {
  background: white;
  min-height: 150px;
}

.newsitem .colright .date {
  padding-top: 30px;
  color: #5e5e5e;
  font-size: 16px;
}

.newsitem .colright .news-text h5 {
  font-size: 24px;
  color: #000;
}

.newsitem .colright .news-text p {
  padding-top: 10px;
  color: #5e5e5e;
  font-size: 17px;
}

.mrc-btn {
  margin-bottom: 35px;
}

.mrc-btn-wrap {
  display: inline-block;
  margin: 15px 0;
}

.mrc-shadow {
  pointer-events: none;
  position: absolute;
  height: 100px;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 999;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffffff+0,ffffff+50,ffffff+100&0+0,0.5+50,1+100 */
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.5) 50%, white 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#00ffffff", endColorstr="#ffffff", GradientType=0);
  /* IE6-9 */
}

.text-disclaimer {
  font-size: 16px;
  text-align: justify;
}

.text-disclaimer h5 {
  color: #000;
  font-size: 19px;
  padding-top: 2rem;
}

.text-disclaimer ul {
  list-style-type: none;
  -webkit-padding-start: 2rem !important;
          padding-inline-start: 2rem !important;
}

.text-disclaimer ul li {
  margin-bottom: 1rem;
  margin-right: 2rem;
}

.text-disclaimer ul ul {
  list-style-type: circle;
}

.referenz-category {
  color: #c6883d;
  font-size: 15px;
}

.container-box-contact {
  height: 100%;
  min-height: 100%;
  width: 100%;
  display: flex;
  flex-direction: column;
}

.container-box-contact .box {
  text-align: left;
  padding: 25px;
  font-size: 15px;
  text-align: justify;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.container-box-contact .box-1 {
  background-color: white;
  flex: 1;
}

.container-box-contact .box-1 h5 {
  color: #000;
  font-size: 24px;
  padding-bottom: 15px;
}

.container-box-contact .box-1 form input[type=text],
.container-box-contact .box-1 form input[type=email],
.container-box-contact .box-1 form input[type=submit],
.container-box-contact .box-1 form select {
  height: 42px;
}

.container-box-contact .box-1 form input[type=text],
.container-box-contact .box-1 form input[type=email],
.container-box-contact .box-1 form select,
.container-box-contact .box-1 form textarea {
  width: 100%;
  padding: 8px;
  border: 1px solid #cccccc;
  color: #000;
  font-size: 17px;
}

.container-box-contact .box-1 form textarea {
  height: 130px;
}

.container-box-contact .box-1 form input[type=file] {
  padding: 0;
  margin-top: 8px;
  height: 39px;
  font-size: 16px;
}

.container-box-contact .box-1 .button {
  width: 160px;
}

.container-box-contact .box-1 .asterisk {
  font-size: 13px;
  margin-top: 10px;
}

.container-box-contact .box-2 {
  background-color: #c6883d;
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
}

.container-box-contact .box-2 p {
  margin-bottom: 1.5rem;
  font-size: 18px;
}

.container-box-contact .box-2 p i {
  font-size: 2.3rem;
  color: #5e5e5e;
  margin-bottom: 5px;
}

.container-box-contact .box-2 p:last-child {
  margin-bottom: 0px;
}

/* filter */

#filter {
  width: 100%;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0px;
  margin: 0px;
}

#filter li {
  display: inline-block;
  float: left;
}

#filter li::after {
  content: "|";
  color: #a76a21;
  font-size: 20px;
}

#filter li:last-child::after {
  content: "";
}

#filter li a {
  padding: 3px 8px;
  color: #ebd0af;
  text-decoration: none;
  display: inline-block;
  font-size: 18px;
}

#filter li a:hover {
  text-decoration: none;
}

#filter li.active a {
  color: #fff;
}

.fz-15 {
  font-size: 15px;
}

.team-box {
  margin-bottom: 30px;
}

.team-box .team-box-image {
  background-image: url(http://via.placeholder.com/350x310);
  width: 100%;
  height: 310px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  display: none;
}

.team-box .team-box-content {
  background-color: #ebebeb;
  text-align: center;
  padding: 31px 12px 10px 12px;
  min-height: 163px;
}

.team-box .team-box-content h3 {
  font-size: 17px;
  margin-bottom: 4px;
  font-weight: bold;
  color: #000;
}

.team-box .team-box-content a {
  text-decoration: none;
  color: #c6883d;
}

.ziehharmonika h3 {
  font-size: 22px;
  border-radius: 0;
  background-color: #999999;
  padding: 10px 26px;
}

.ziehharmonika h3.active {
  background-color: #b10f0f;
  margin-bottom: 10px;
}

.ziehharmonika > div {
  border-radius: 0;
  border: none;
}

.ziehharmonika .collapseIcon {
  font-size: 15px;
  top: 50%;
}

.ziehharmonika h4 {
  font-size: 22px;
  font-weight: bold;
}

.ziehharmonika .h4-subheadline {
  color: #000;
  margin-bottom: 11px;
  font-weight: 600;
}

.ziehharmonika a {
  text-decoration: none;
}

.iframe-container {
  position: relative;
  width: 100%;
  padding-bottom: 56.25%;
  height: 0;
}

.iframe-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

