@font-face {
    font-family: 'Politica';
    src: url('/wp-content/uploads/Politica-Bold.eot');
    src: url('/wp-content/uploads/Politica-Bold.eot?#iefix') format('embedded-opentype'),
        url('/wp-content/uploads/Politica-Bold.woff2') format('woff2'),
        url('/wp-content/uploads/Politica-Bold.woff') format('woff'),
        url('/wp-content/uploads/Politica-Bold.ttf') format('truetype'),
        url('/wp-content/uploads/Politica-Bold.svg#Politica-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

/*** BODY ***/
.colorback h2, .colorback p {
  color: #ffffff;
}
.entry-content h2 {
  margin-bottom: 0px;
}
ul {
  margin: 0 0 1em 1em;
}

/*** NAVI ***/
img.custom-logo {
  width: 300px;
  height: auto;
}

.main-header-menu > .menu-item > .menu-link {
  margin: 0 5px;
}

#masthead .ast-mobile-header-wrap .ast-below-header-bar {
  display: none;
}
.navi-tel-oben a {
  color: #cd1719;
  background: #ffffff;
  font-family: 'Politica';
  font-size: 20px;
  padding: 12px 15px;
  border-radius: 0;
}
.navi-tel-oben a:hover {
  color: #ffffff;
  background: #cd1719;
}
.navi-tel-oben .fa, .navi-tel .fas {
  margin-right: 5px;
}
.navi-tel {
  display: none;
  color: #cd1719;
  background: #ffffff;
  font-size: 20px;
  padding: 10px 5px 10px 10px;
  border-radius: 0;
}
.navi-tel:hover {
  color: #ffffff;
  background: #cd1719;
}
.navi-tel .fa, .navi-tel .fas {
  margin-right: 5px;
}
button {
  padding-right: 0px;
  padding-left: 0px;
}


/*** CAROUSEL ***/
.carousel-slider .carousel-slider__item img {
  max-width: 85%;
}

/*** TILES ***/
.tile-heizung .wp-caption-text {
  padding: 10px 0px;
}
.tile-heizung .wp-caption img[class*="wp-image-"] {
  display: inline;
}


/*** CONTACT ***/
.contact-form {
  margin-left: 25px;
}
.contact-form .contact-row {
  width: 99%;
  display: flex;
}
.contact-field {
  width: 49%;
}
.wpcf7 select {
  width: 92.5%;
  background: none;
  border: 2px solid #cd1719;
}
.wpcf7 textarea {
  height: 250px;
  width: 97%;
  background: none;
  border: 2px solid #cd1719;
}
.consent {
  font-size: 14px;
  margin: 20px 0px;
}
.wpcf7 input:not([type="submit"]) {
  width: 98%;
  background: none;
  border: 2px solid #cd1719;
}
input[type="email"], input[type="number"], input[type="password"], input[type="reset"], [type="search"], input[type="tel"], input[type="text"], input[type="url"], select, textarea {
  color: #333333;
}
.wpcf7 input[type="checkbox"], .wpcf7 input[type="radio"] {
  width: 1.4em !important;
}
.submit-button {
  float: right;
}
input[type="submit"]:hover {
  color: #ffffff;
  background-color: #000000;
  border-color: #000000;
}

/*** FOOTER ***/
.site-primary-footer-wrap[data-section="section-primary-footer-builder"] .ast-builder-grid-row {
  max-width: 1300px;
}
.footer-spalten {
  display: table;
  position: relative;
  max-width: 35rem;
  padding: 0 0 0 0;
}
.footer-spalten .fas {
  color: #cd1719;
  font-size: 20px;
  padding-right: 10px;
  display: block;
  width: 5%;
  text-align: center;
  display: table-cell;
  vertical-align: middle;
}
.texte {
  display: block;
  width: 95%;
  display: table-cell;
  vertical-align: middle;
  text-align: left;
}

/****** RESPONSIVE ******/

@media (max-width: 1690px) {
}
@media (max-width: 1280px) {
}
@media (max-width: 980px) {
}
@media (max-width: 820px) {
}
@media (max-width: 544px) {
  #masthead .ast-mobile-header-wrap .ast-below-header-bar { display: block; }
  .navi-tel { display: block; }
  .navi-tel-oben { display: none; }
}
@media (max-width: 480px) {
}
