.signature,
.signature a {
  color: #fff;
  margin: 0;
  font-family: Roboto,sans-serif;
  font-weight: 400;
  line-height: 1.45;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

.signature-social-block {
  list-style-type: none;
  padding: 0;
  text-align: center;
}

.signature .copyright,
.signature .signature-social-block li {
  display: inline-block;
}

.cc-grower {
  bottom: 0;
  position: absolute;
  width: 100%;
  z-index: 100000000;
}

/* EB Garamond Font Configuration */

@font-face {
  font-family: 'EB Garamond';
  src: url("/template/fonts/main/EBGaramond-VariableFont_wght.ttf") format("truetype-variations");
  font-weight: 400 800;
  font-style: normal;
}

@font-face {
  font-family: 'EB Garamond';
  src: url("/template/fonts/main/EBGaramond-Italic-VariableFont_wght.ttf") format("truetype-variations");
  font-weight: 400 800;
  font-style: italic;
}

/* Fallback for browsers that don't support variable fonts */

@font-face {
  font-family: 'EB Garamond';
  src: url("/template/fonts/main/static/EBGaramond-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: 'EB Garamond';
  src: url("/template/fonts/main/static/EBGaramond-Italic.ttf") format("truetype");
  font-weight: 400;
  font-style: italic;
}

:root {
  --font-primary: 'EB Garamond', serif;
  --font-heading: 'EB Garamond', serif;
}

/* Global font settings */

html {
  font-family: var(--font-primary);
}

body,
p,
span,
h1,
h2,
h3,
h4,
h5,
h6,
div {
  font-family: var(--font-primary);
}

/*

Hier werden alle Anpassungen die in der Public View am Css gemacht werden
eingetragen.

*/

.grecaptcha-badge {
  visibility: hidden;
}

ul.opening-hours-table li {
  text-transform: none !important;
}

.banner-style-five h1 {
  font-size: 130px;
}

footer .about {
  border: none;
}

ul.opening-hours-table li span {
  width: 160px;
}

ul.opening-hours-table li::after {
  top: auto;
}

.info-color-red {
  background-color: #ac1313 !important;
}

.info-color-red:after {
  background-color: #ac1313 !important;
}

.info-color-red:before {
  background-color: #ac1313 !important;
}

.info-color-blue {
  background-color: #014cad !important;
}

.info-color-blue:after {
  background-color: #014cad !important;
}

.info-color-blue:before {
  background-color: #014cad !important;
}

.info-color-orange {
  background-color: #fe460e !important;
}

.info-color-orange:after {
  background-color: #fe460e !important;
}

.info-color-orange:before {
  background-color: #fe460e !important;
}

.teammodal .modal-dialog {
  max-width: 1000px;
}

.teammodal .modal-image {
  padding: 0 40px;
}

.teammodal .hover-effect {
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}

.teammodal .hover-effect:hover {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}

.teammodal .modal-text {
  padding: 15px;
  font-size: 20px;
}

.teammodal .modal-text strong {
  color: black;
}

.teammodal .modal-header {
  color: black;
  font-size: 25px;
  padding: 20px 35px;
}

.teammodal .modal-header h5 {
  font-size: 25px;
}

.teammodal button:hover::after {
  -webkit-transform: none !important;
          transform: none !important;
  content: none !important;
}

@media (min-width: 767px) {
  .teammodal .modal-image-cont-1 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

@media (max-width: 767px) {
  .teammodal .modal-text {
    margin-top: 15px;
  }
}

.bg-light-blue {
  background-color: #85dfed !important;
}

.bg-footer-gradient {
  --c1:#6e9fb3;
  --c2:#7fb0bf;
  --c3:#8fc0c9;
  --c4:#aacfd7;
  background:linear-gradient(135deg,var(--c1) 0%,var(--c2) 35%,var(--c3) 70%,var(--c4) 100%);
}

.footer-top a {
  background: none !important;
}

footer .contact ul li i {
  background: #00618c !important;
}

footer a:hover {
  text-decoration: underline !important;
}

.sub-heading {
  color: #e7272d !important;
}

.sub-title {
  color: #00618c !important;
}

@media (min-width: 991px) {
  .banner-area {
    height: 80vh !important;
  }
}

@media (min-width: 1024px) {
  .banner-area {
    height: 100vh !important;
  }
}

@media (max-width: 1400px) {
  .banner-style-five-content h1 {
    font-size: 100px !important;
  }
}

@media (max-width: 1199px) {
  .banner-style-five-content h1 {
    font-size: 90px !important;
  }
}

@media (max-width: 991px) {
  .banner-style-five-content h1 {
    font-size: 60px !important;
  }
}

@media (max-width: 767px) {
  .banner-style-five-content h1 {
    font-size: 40px !important;
  }

  .logo-container {
    display: none !important;
  }

  .modal-image {
    padding: 0 5px !important;
  }
}

@media (max-width: 567px) {
  h1 {
    font-size: 30px !important;
  }

  .banner-style-five-content h1 {
    font-size: 30px !important;
  }

  .modal-body {
    padding: 10px 0 !important;
  }

  .modal-header {
    padding: 15px 15px !important;
  }

  .modal-header h5 {
    font-size: 20px !important;
  }
}

.attr-right {
  display: block !important;
}

.services-swiper-nav {
  z-index: 1000000;
}

