h1,
h2,
h3,
h4,
h5,
h6 {
  /*font-family: "TT Interphases Regular";
  font-weight: normal;*/
}

h1 strong,
h2 strong,
h3 strong,
h4 strong,
h5 strong,
h6 strong,
p strong,
li strong,
strong,
h1 b,
h2 b,
h3 b,
h4 b,
h5 b,
h6 b,
p b,
li b,
b {
  /*font-family: "TT Interphases DemiBold";*/
}

/*
h2 {
  font-weight: normal;
  margin-bottom: 20px;
}
*/

.form-group {
  text-align: left;
}
.form-group .form-label {
  display: none;
}
#contact-417 {
  max-width: 845px;
}

@media (min-width: 768px) {
  .form-row {
    margin: 0 -50px;
    div[class*="col-"] {
      padding: 0 50px;
    }
  }
}
.form-check {
  margin-bottom: 4px;
}
.form-check label {
  font-size: 20px;
  line-height: normal;
  color: #000;
  position: relative;
  padding-left: 60px;
}
.form-check label:after,
.form-check label:before {
  content: "";
  position: absolute;
  width: 20px;
  height: 20px;
  background: transparent;
  border: 1px solid #707070;
  top: 1px;
  left: 0;
  border-radius: 0;
}

@media (max-width: 1199px) {
  .form-check label {
    font-size: 17px;
    padding-left: 50px;
  }
  .form-check label:after,
  .form-check label:before {
    width: 20px;
    height: 20px;
    top: 2px;
  }
}
.ce-bodytext .ce-inner > form > h2 {
  display: none;
}

.form-check input {
  display: none;
}
.form-check label.checked:after {
  content: "";
  background: url("/fileadmin/templates/website/media/images/Allgemein/GEKA_Haken.png")
    no-repeat;
  border: 0;
  background-size: 100%;
  width: 15px;
  height: 15px;
  margin: 3px;
}

.actions {
  text-align: left;
}

.actions .btn.btn-primary {
  border: 1px solid #707070;
  color: #000;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  -webkit-appearance: none;
  -webkit-border-radius: 0px;
  padding: 0.3rem 1.111rem !important;
  width: 13rem !Important;
  font-size: 1em;
  font-family: 'Roboto';
  background-color: #FFF;
  cursor: pointer;
}
.actions .btn-toolbar {
  justify-content: center;
  padding: 0 0 40px 0;
}

.pills-checkbox-block .single-pill-checkbox a {
  border: 1px solid;
  border-radius: 8px;
  cursor: pointer;
  font-family: TT Interphases DemiBold;
  font-size: 16px;
  margin-bottom: 0;
  padding: 15px 35px;
  color: #000;
}

.input.checkbox {
  display: flex;  
  margin: 2em 0;
}
.input.checkbox .form-check label {
  padding-left: 45px;
  display: flex;
}
.input.checkbox .form-check label > span {
  position: relative;
  padding-left: 0;
  padding-top: 0.2rem;
  display: block;
  font-size: 14px;
  line-height: 1.2em;
  max-width: 70%;
}
.input.checkbox .form-check label span a {
  color: #000;
  font-weight: 600;
}

.input.checkbox .form-text {  
  position: relative;
  padding-left: 0;
  padding-top: 0.2rem;
  display: block;
  font-size: 0.9em;
  line-height: 1.2em;
  max-width: 70%;
}

.news-list-view {
  margin-left: -16px;
  margin-right: -16px;
  display: flex;
  flex-wrap: wrap;
}

.single-news {
  flex: 0 0 50%;
  max-width: 50%;
  padding-left: 16px;
  padding-right: 16px;
}

.news-single .header {
  width: 100%;
  text-align: center;
}

.news-single .header h2 {
  font-weight: bold;
  padding: 20px 0;
}

.news-single .news-list-date {
  font-weight: bold;
}

.news-info .news-list-date {
  display: inline-block;
  font-weight: bold;
  padding-right: 40px;
}

.news.news-single .news--description p {
  font-weight: bold;
  font-size: 26px;
  line-height: 34px;
}

.news.news-single .article .news-img-wrap {
  margin: 25px 0;
  float: unset;
  width: 100%;
}
.news.news-single .article .news-img-wrap img {
  width: 100%;
}

.ce-image.ce-center.ce-above figure.image {
  text-align: center;
}

.sy_frame--border {
  border: 1px solid #707070;
  padding: 50px 100px;
}

.background-color-black-light,
.bg-theme-color {
  color: white;
}


.frame-space-before- {
  padding-top: 40px;
  margin-top: 0;
}

.frame-space-before-extra-small {
  padding-top: 10px;
  margin-top: 0;
}

.frame-space-before-small {
  padding-top: 20px;
  margin-top: 0;
}

.frame-space-before-medium {
  padding-top: 40px;
  margin-top: 0;
}

.frame-space-before-large {
  padding-top: 80px;
  margin-top: 0;
}

.frame-space-before-extra-large {
  padding-top: 160px;
  margin-top: 0;
}

.frame-space-after- {
  padding-bottom: 40px;
  margin-bottom: 0;
}

.frame-space-after-extra-small {
  padding-bottom: 10px;
  margin-bottom: 0;
}

.frame-space-after-small {
  padding-bottom: 20px;
  margin-bottom: 0;
}

.frame-space-after-medium {
  padding-bottom: 40px;
  margin-bottom: 0;
}

.frame-space-after-large {
  padding-bottom: 80px;
  margin-bottom: 0;
}

.frame-space-after-extra-large {
  padding-bottom: 160px;
  margin-bottom: 0;
} 

@media (max-width: 767px) {
  
  .frame-space-before-extra-small {
    padding-top: 10px;
    margin-top: 0;
  }

  .frame-space-before-small {
    padding-top: 20px;
    margin-top: 0;
  }

  .frame-space-before-medium {
    padding-top: 40px;
    margin-top: 0;
  }

  .frame-space-before-large {
    padding-top: 80px;
    margin-top: 0;
  }

  .frame-space-before-extra-large {
    padding-top: 160px;
    margin-top: 0;
  }

  .frame-space-after-extra-small {
    padding-bottom: 10px;
    margin-bottom: 0;
  }

  .frame-space-after-small {
    padding-bottom: 20px;
    margin-bottom: 0;
  }

  .frame-space-after-medium {
    padding-bottom: 40px;
    margin-bottom: 0;
  }

  .frame-space-after-large {
    padding-bottom: 80px;
    margin-bottom: 0;
  }

  .frame-space-after-extra-large {
    padding-bottom: 160px;
    margin-bottom: 0;
  }
  
  .single-news {
        flex: 0 0 100%;
        max-width: 100%;
        padding-left: 16px;
        padding-right: 16px;
    }
}



@media (max-width: 480px) {
  
  .frame-space-before-extra-small,
  .frame-space-before-small,
  .frame-space-before-medium,
  .frame-space-before-large,
  .frame-space-before-extra-large {
    padding-top: 0;
    margin-top: 0;
  }

  .frame-space-after-extra-small,
  .frame-space-after-small,
  .frame-space-after-medium,
  .frame-space-after-large,
  .frame-space-after-extra-large {
    padding-bottom: 0;
    margin-bottom: 0;
  }
  
}

.tx-indexedsearch-searchbox {
  width: 100%;
  max-width: 988px;
  margin: 0 auto;
}

@media only screen and (max-width: 900px) {
  .tx-indexedsearch-searchbox {
    padding: 0 15px 30px;
  }
}

.tx-indexedsearch-searchbox fieldset input {
  width: 100%;
  max-width: 380px;
  height: 46px;
  border-radius: 0;
  border: 1px solid #303e47;
}

.tx-indexedsearch-searchbox fieldset button {
  transform: rotate(8deg);
  transition: opacity 0.3s ease-in-out;
  padding: 0;
  position: absolute;
  margin-left: -35px;
  font-size: 23px;
  background: none;
  border: 0;
  cursor: pointer;
  color: #000;
  opacity: 1;
  height: 46px;
}

.tx-indexedsearch-searchbox fieldset button&:hover {
  opacity: 0.7;
  cursor: pointer;
}

.tx-indexedsearch-results {
  width: 100%;
  max-width: 988px;
  margin: 40px auto 0;
}
@media only screen and (max-width: 900px) {
  .tx-indexedsearch-results {
    padding: 0 15px;
  }
}

.tx-indexedsearch-results .tx-indexedsearch-res {
  margin-bottom: 50px;
}

ul.tx-indexedsearch-browsebox {
  width: 100%;
  max-width: 988px;
  margin: 40px auto 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

@media only screen and (max-width: 900px) {
  ul.tx-indexedsearch-browsebox {
    padding: 0 15px;
  }
}

ul.tx-indexedsearch-browsebox li {
  padding: 0;
  margin: 0 5px;
  font-size: 14px;
}
ul.tx-indexedsearch-browsebox li&:before {
  display: none;
}

header.main-header
  .header-bottom
  nav.navbar
  .navbar-collapse
  .menu-wrapper
  ul.nav
  li.nav-item.dropdown
  > .dropdown-menu
  li.nav-item.dropdown:before {
  z-index: -1;
}

/*.submenu-opener {
  width: 40px;
  height: 40px;
}
.submenu-opener:after {
  font-size: 40px;
}
*/
.text-container ul {
  list-style-position: outside;
  padding-left: 0;
  margin: 20px 0 40px;
}
.text-container ul li {
  margin-left: 27px;
}

.text-container ol {
  font-family: TT Interphases Regular;
  font-size: 24px;
  line-height: 32px;
  margin-bottom: 0;
}
.text-container p+ol {
  margin-top: 20px;
}

.contenttable {
  min-width: 70%;
  margin: 0 auto;
}

figure.image img {
  max-width: 100%;
  height: auto;
}

figcaption.image-caption {
  /* margin-top: 25px; */
}


.sy_contentteaser {
  position: relative;
  height: 450px;
}
.sy_contentteaser .sy_contentteaser-overlay-text {
    align-items: center;
    background: rgba(72,81,86,.51);
    border-radius: 10px;
    cursor: pointer;
    display: flex;
    flex-direction: column;
    height: 60%;
    justify-content: center;
    left: 50%;
    padding: 30px;
    position: absolute;
    top: 50%;
    transform: translate(-50%,-50%);
    transition: all .3s ease-in-out;
    width: 65%;
    transition: .4s;
}
.sy_contentteaser:hover .sy_contentteaser-overlay-text {
  background: rgba(72,81,86,.8);
}
.sy_contentteaser .sy_contentteaser-overlay-text h1,
.sy_contentteaser .sy_contentteaser-overlay-text h2,
.sy_contentteaser .sy_contentteaser-overlay-text h3,
.sy_contentteaser .sy_contentteaser-overlay-text h4,
.sy_contentteaser .sy_contentteaser-overlay-text p {
  margin-bottom: 0;
}
.sy_contentteaser .sy_contentteaser-overlay-text img {
  margin-top: 20px;
}

.sy_contentteaser--modal .modal-content {  
  width: auto;
  margin: 0 auto;
}
.sy_contentteaser--modal .video-player {
  width: 1200px;
  max-width: 100%;
}


.accordion {
  align-items: center;
  display: flex;
  flex-direction: column;
  row-gap: 1rem;
  width: 100%;
}
.accordion__item {
  cursor: pointer;
  position: relative;
  width: 100%;
}
.accordion__item p {
  padding-right: 25px;
  position: relative;
  transition: 0.4s ease-in;
}
.accordion__item p span {
  display: block;
  display: inline-block;
  position: absolute;
  right: 0;
  transition: 0.5s;
  transform-origin: center center;
}
.accordion__item p span:before {
  color: #485156;
  content: "\f105";
  font-family: Fontawesome;
  font-size: 32px;
}
.accordion__item p:hover span {
  transform: rotate(90deg);
}
.accordion__item .accordion-heading.active p span {
  transform: rotate(90deg);
}


.accordion__item .accordion-content {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
}
.accordion__item .accordion-content .accordion-content-wrapper {
  padding: 20px 0;
}
@media (max-width: 991px) {
  .accordion__item .accordion-content .accordion-content-wrapper {
    padding: 30px 0;
  }
}
@media (max-width: 767px) {
  .accordion__item
    .accordion-content
    .accordion-content-wrapper
    .container
    .row
    ul,
  .accordion__item .accordion-content .accordion-content-wrapper .d-copy-reg-18,
  .accordion__item .accordion-content .accordion-content-wrapper p,
  .accordion__item .accordion-content .accordion-content-wrapper section ul,
  .container
    .row
    .accordion__item
    .accordion-content
    .accordion-content-wrapper
    ul,
  section .accordion__item .accordion-content .accordion-content-wrapper ul {
    margin-top: 20px;
  }
}
.accordion__item + .accordion__item {
  margin-top: 20px;
}
@media (max-width: 991px) {
  .accordion__item + .accordion__item {
    margin-top: 30px;
  }
}
@-webkit-keyframes animateAccorcion {
  0%,
  to {
    width: 100%;
  }
  1%,
  20% {
    width: 0;
  }
}
@keyframes animateAccorcion {
  0%,
  to {
    width: 100%;
  }
  1%,
  20% {
    width: 0;
  }
}
@-webkit-keyframes animateAccorcion992 {
  0%,
  to {
    width: 83.33%;
  }
  1%,
  20% {
    width: 0;
  }
}
@keyframes animateAccorcion992 {
  0%,
  to {
    width: 83.33%;
  }
  1%,
  20% {
    width: 0;
  }
}





.sy_linktotop {
  display: flex;
  position: fixed;
  right: 40px;
  bottom: 100px;
  cursor: pointer;
  width: 40px;
  height: 40px;
  border-radius: 8px;
  color: white;
  background-color: #586166;
  justify-content: center;
  align-items: center;
  transform: rotate(-90deg);
}
.sy_linktotop:before {
  color: white;
  content: "\f105";
  font-family: Fontawesome;
  font-size: 32px;
}

a .single-why {
  color: black;
}


.text-center{text-align:center;}

h4.f-black {
    color: #000;
}

@media (min-width: 560px) {
  .col-sm-12 {
    width: 100%;
  }
}
@media (min-width: 768px) {
  .col-md-4  {
    width: 29.33%;
  }
  form .col-md-4  {
    width: 33.3333333%;
  }
}
@media (min-width: 1024px) {
  .col-lg-4  {
    width: 29.33%;
  }
  form .col-lg-4  {
    width: 33.3333333%;
  }
}
@media (min-width: 1200px) {
  .col-xl-4  {
    width: 29.33%;
  }
  form .col-xl-4  {
    width: 33.3333333%;
  }
}
@media (min-width: 1600px) {
  .col-xxl-4  {
    width: 29.33%;
  }
  form .col-xxl-4  {
    width: 33.3333333%;
  }
}