@charset "UTF-8";
/*
Theme Name: KEWE
Description: Theme Koordinierte Energiewende im Landkreis Roth
Author: OAO Kreation GmbH
Template:
Version: 1.0.0
*/
/* ---- FONT ---- */
@import url("https://use.typekit.net/jkd1dlw.css");
/* ---- DEF ---- */
* {
  margin: 0px;
  padding: 0px;
  box-sizing: border-box;
}

h1, h3, h4, h6 {
  color: #7baa57;
  font-family: "mic-32-new-rounded-web", sans-serif;
  font-weight: 600;
  font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased;
  text-transform: uppercase;
}

h2 {
  color: #004587;
  font-family: "mic-32-new-rounded-web", sans-serif;
  font-weight: 600;
  font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased;
  text-transform: uppercase !important;
}

a, p, label, span, article, button, li, th, td {
  font-family: "mic-32-new-rounded-web", sans-serif;
  font-weight: 300;
  font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased;
  font-size: 16px;
  line-height: 140%;
}

strong {
  font-weight: 600;
  font-style: normal;
}

a {
  color: #7baa57;
  text-decoration: none;
}
a:hover, a:focus {
  text-decoration: underline;
}
a:link, a:visited {
  text-decoration: none;
}

.clear {
  clear: both;
}

::selection,
::-moz-selection {
  background: #003669;
  color: #fff;
}

/* ---- MAIN ---- */
img {
  display: block;
  width: 100%;
  margin: 0px;
  padding: 0px;
}
img.circle {
  border-radius: 50%;
}

.no-margin {
  margin-bottom: 0px !important;
}

.darkened {
  background-color: rgba(0, 0, 0, 0.3);
  background-blend-mode: darken;
}

.darkened--50 {
  background-color: rgba(0, 0, 0, 0.5);
  background-blend-mode: darken;
}

.darkened--70 {
  background-color: rgba(0, 0, 0, 0.7);
  background-blend-mode: darken;
}

/* ---- HEADER ---- */
header {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100px;
  padding: 0px;
  margin: 0px;
  z-index: 300;
  transition: all 1s ease;
}
header .header-inner {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  padding: 0px 15px;
  transition: all 1s ease;
}
header .brand {
  display: block;
  width: calc(33.3333333333% - 40px);
  max-width: 250px;
  margin-bottom: 0px;
  padding: 20px;
  transition: all 1s ease;
}
header nav {
  display: flex;
  width: 20%;
  justify-content: space-between;
  align-items: center;
  padding: 0px;
}
header nav .menu-toggle {
  display: flex;
  flex-direction: column;
  cursor: pointer;
  z-index: 100;
}
header nav .menu-toggle span {
  height: 3px;
  width: 30px;
  background: #7baa57;
  margin: 4px 0;
  transition: all 1s ease;
}
header nav #menu {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100vw;
  height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  transition: transform 1s ease-in-out;
  display: flex;
  align-items: center;
}
header nav #menu ul {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
header nav #menu ul li {
  list-style: none;
  padding: 20px 50px;
  align-items: center;
}
header nav #menu ul li a {
  font-size: 1.75rem;
  color: #7baa57;
  text-decoration: none;
  text-transform: uppercase;
}
@media (min-width: 992px) {
  header {
    position: fixed !important;
    top: 0px;
    left: 0px;
    width: 100vw;
    height: 100px;
    padding: 0px;
    margin: 0px;
    z-index: 300;
    transition: all 1s ease;
    background: linear-gradient(90deg, #7baa57 0%, #7baa57 40%, #003669 100%);
  }
  header .header-inner {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    width: 100%;
    max-width: 1400px;
    margin: 0 auto;
    padding: 0px 15px;
    transition: all 1s ease;
  }
  header .brand {
    display: block;
    width: calc(33.3333333333% - 40px);
    max-width: 250px;
    margin-bottom: 0px;
    padding: 20px;
    transition: all 1s ease;
  }
  header nav {
    display: flex;
    width: calc(100% - 400px);
    align-items: center;
    padding: 0px;
  }
  header nav .menu-toggle {
    display: none;
  }
  header nav #menu {
    position: relative !important;
    width: 100%;
    height: auto;
    background: none;
    display: flex;
    flex-direction: row;
    justify-content: center;
    transition: transform 1s ease-in-out;
    transform: translateX(0) !important;
    align-items: center;
  }
  header nav #menu ul {
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
  }
  header nav #menu ul li {
    position: relative;
    list-style: none;
    padding: 20px 20px;
    align-items: center;
  }
  header nav #menu ul li::after {
    display: block;
    position: absolute;
    top: 50%;
    right: -2px;
    content: " ";
    background: #fff;
    border-radius: 50%;
    width: 4px;
    height: 4px;
  }
  header nav #menu ul li:last-of-type::after {
    display: none;
  }
  header nav #menu ul li a {
    font-size: 16px;
    color: #fff;
    text-decoration: none;
    text-transform: none;
    font-weight: normal;
  }
  header nav #menu ul li ul {
    display: none;
  }
  header nav #menu ul li:hover ul, header nav #menu ul li:focus ul {
    display: block;
    position: absolute;
    background: #003669;
    top: calc(100% - 5px);
    clip-path: polygon(0 0, calc(100% - 40px) 0, 100% 40px, 100% 100%, 0 100%);
    width: 275px;
    padding-top: 10px;
    padding-bottom: 10px;
  }
  header nav #menu ul li:hover ul li, header nav #menu ul li:focus ul li {
    padding: 10px 20px;
  }
  header nav #menu ul li:hover ul li::after, header nav #menu ul li:focus ul li::after {
    display: none;
  }
}
@media (max-width: 600px) {
  header {
    height: 80px;
  }
  header .brand {
    width: calc(60% - 40px);
    max-width: 120px;
  }
}
/* ---- SECTION ---- */
section {
  position: relative;
  width: 100vw;
  background-size: auto;
  background-position: center center;
  z-index: 0;
}
section:first-of-type {
  padding-top: 100px !important;
}
section.flex {
  display: flex;
  flex-direction: row;
  align-items: center;
  flex-wrap: wrap;
}
section.flex.flex-start {
  align-items: flex-start;
}
section.flex.flex-end {
  align-items: flex-end;
}
section.no-margin-top .content:first-of-type {
  padding-top: 0px !important;
}
section.full-height {
  min-height: 100vh;
}
section.height--50 {
  min-height: 50vh;
}
section.height--55 {
  min-height: 55vh;
}
section.height--60 {
  min-height: 60vh;
}
section.height--65 {
  min-height: 65vh;
}
section.height--70 {
  min-height: 70vh;
}
section.height--75 {
  min-height: 75vh;
}
section.padding {
  padding: 100px;
}
section.sticky {
  position: sticky;
  top: 0px;
}
section.bg--green {
  background: #7baa57;
}
section.bg--blue {
  background: #003669;
}
section.bg--gradient h1, section.bg--gradient h2, section.bg--gradient h3, section.bg--gradient h4, section.bg--gradient h5, section.bg--gradient h6,
section.bg--gradient p, section.bg--gradient ul, section.bg--gradient ol, section.bg--gradient label, section.bg--gradient span, section.bg--green h1, section.bg--green h2, section.bg--green h3, section.bg--green h4, section.bg--green h5, section.bg--green h6,
section.bg--green p, section.bg--green ul, section.bg--green ol, section.bg--green label, section.bg--green span, section.bg--blue h1, section.bg--blue h2, section.bg--blue h3, section.bg--blue h4, section.bg--blue h5, section.bg--blue h6,
section.bg--blue p, section.bg--blue ul, section.bg--blue ol, section.bg--blue label, section.bg--blue span {
  color: #fff;
}
section.bg--gradient h1.border--after::after, section.bg--gradient h2.border--after::after, section.bg--green h1.border--after::after, section.bg--green h2.border--after::after, section.bg--blue h1.border--after::after, section.bg--blue h2.border--after::after {
  background: #fff;
}
section.bg--gradient a, section.bg--green a, section.bg--blue a {
  color: #fff;
}
section.bg--gradient a.button, section.bg--green a.button, section.bg--blue a.button {
  display: inline-block;
}
section.bg--gradient a.button.outline, section.bg--green a.button.outline, section.bg--blue a.button.outline {
  background: none;
  border: 1px solid #fff;
  color: white;
}
section.overlay--gradient::before {
  position: absolute;
  content: " ";
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background: linear-gradient(200deg, rgba(255, 255, 255, 0) 0%, rgba(123, 170, 87, 0.65) 80%, rgba(0, 54, 105, 0.65) 100%);
}
section.overlay--gradient-dark::before {
  position: absolute;
  content: " ";
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-image: url("../images/KEWE_Energieversorgung_LK_Roth.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
section#start {
  min-height: 100vh;
  padding: 0px !important;
  z-index: 1;
}
section#start .content {
  min-height: 100vh;
  display: flex;
  align-items: flex-end;
}
section#start .content h1 {
  font-size: 3rem;
  line-height: 2.9rem;
  position: relative;
}
section#start .content h1::after {
  content: " ";
  position: absolute;
  top: -30px;
  left: -30px;
  width: 25px;
  height: 25px;
  border: 2px solid #fff;
  border-radius: 50%;
}

/* ---- HEADER IMG ---- */
.header-img {
  width: 100%;
  height: 70vh;
  padding: 0px !important;
  padding-top: 0px !important;
  z-index: 1;
  background: none !important;
}
.header-img img {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: calc(100% - 100px);
  object-fit: cover;
  object-position: center center;
}
.header-img .content {
  align-self: flex-end;
  padding-bottom: 0px !important;
}
.header-img .content .flex-row .col {
  margin-bottom: 0px;
}
.header-img .content .flex-row .col h1, .header-img .content .flex-row .col h2 {
  margin-bottom: 10px;
}

@media (max-width: 600px) {
  .header-img {
    width: 100%;
    height: 35vh;
    margin-top: 0px;
    padding-left: 15px;
    padding-right: 15px;
  }
}
/* ---- CONTENT ---- */
.content {
  padding-top: 100px !important;
  padding-bottom: 0px !important;
  color: #000000;
}
.content h2 {
  position: relative;
}
.content h2::after {
  content: " ";
  position: absolute;
  top: -30px;
  left: -30px;
  width: 25px;
  height: 25px;
  background: linear-gradient(200deg, rgba(0, 54, 105, 0.85) 25%, rgba(123, 170, 87, 0.85) 100%);
  border-radius: 50%;
}
.content h1 {
  position: relative;
}
.content h1::after {
  content: " ";
  position: absolute;
  top: -30px;
  left: -30px;
  width: 25px;
  height: 25px;
  border: 2px solid #fff;
  border-radius: 50%;
}
.content h5 {
  position: relative;
  padding-left: 80px;
  padding-bottom: 20px;
}
.content h5::after {
  content: " ";
  position: absolute;
  top: 9px;
  left: -30px;
  width: 57px;
  height: 57px;
  border: 2px solid #fff;
  border-radius: 50%;
  margin-left: 30px;
}
.content .right h5 {
  padding-left: 150px;
  text-align: right;
}
.content .right h5::after {
  content: " ";
  position: absolute;
  top: 9px;
  left: 400px;
  width: 57px;
  height: 57px;
  border: 2px solid #fff;
  border-radius: 50%;
  margin-left: 30px;
}
.content.full-width {
  max-width: none;
  padding-left: 30px !important;
  padding-right: 30px !important;
}
.content.padding {
  padding: 100px !important;
}
.content.sticky {
  position: sticky;
  top: 0px;
}
.content.leistung {
  padding-top: 0px !important;
  margin-top: -125px !important;
  position: relative;
}
.content.leistung::before {
  position: absolute;
  content: " ";
  top: 150px;
  left: calc(-50vw + 700px);
  width: 100vw;
  height: calc(100% - 150px);
  background: #7baa57;
}
.content.leistung h1, .content.leistung h2, .content.leistung h3, .content.leistung h4, .content.leistung h5, .content.leistung h6,
.content.leistung p, .content.leistung ul, .content.leistung ol, .content.leistung label, .content.leistung span {
  color: #fff !important;
}
.content .flex-row .col.box, .content .flex-row .col .box {
  padding: 40px !important;
  background: #fff;
  border-radius: 0px;
}
.content .flex-row .col.box h1 strong, .content .flex-row .col.box h2 strong, .content .flex-row .col.box h3 strong, .content .flex-row .col.box h4 strong, .content .flex-row .col.box h5 strong, .content .flex-row .col.box h6 strong,
.content .flex-row .col.box p strong, .content .flex-row .col.box ul strong, .content .flex-row .col.box ol strong, .content .flex-row .col.box label strong, .content .flex-row .col.box span strong, .content .flex-row .col .box h1 strong, .content .flex-row .col .box h2 strong, .content .flex-row .col .box h3 strong, .content .flex-row .col .box h4 strong, .content .flex-row .col .box h5 strong, .content .flex-row .col .box h6 strong,
.content .flex-row .col .box p strong, .content .flex-row .col .box ul strong, .content .flex-row .col .box ol strong, .content .flex-row .col .box label strong, .content .flex-row .col .box span strong {
  color: #7baa57 !important;
}
.content .flex-row .col.box.bg-light, .content .flex-row .col .box.bg-light {
  background: #e8e8e8;
}
.content .flex-row .col.box.bg--grey, .content .flex-row .col .box.bg--grey {
  background: #e8e8e8;
}
.content .flex-row .col.box.bg--green, .content .flex-row .col .box.bg--green {
  background: #7baa57 !important;
  color: #fff !important;
}
.content .flex-row .col.box.bg--green h1, .content .flex-row .col.box.bg--green h2, .content .flex-row .col.box.bg--green h3, .content .flex-row .col.box.bg--green h4, .content .flex-row .col.box.bg--green h5, .content .flex-row .col.box.bg--green h6,
.content .flex-row .col.box.bg--green p, .content .flex-row .col.box.bg--green ul, .content .flex-row .col.box.bg--green ol, .content .flex-row .col.box.bg--green label, .content .flex-row .col.box.bg--green span, .content .flex-row .col .box.bg--green h1, .content .flex-row .col .box.bg--green h2, .content .flex-row .col .box.bg--green h3, .content .flex-row .col .box.bg--green h4, .content .flex-row .col .box.bg--green h5, .content .flex-row .col .box.bg--green h6,
.content .flex-row .col .box.bg--green p, .content .flex-row .col .box.bg--green ul, .content .flex-row .col .box.bg--green ol, .content .flex-row .col .box.bg--green label, .content .flex-row .col .box.bg--green span {
  color: #fff !important;
}
.content .flex-row .col.box.bg--green h1 strong, .content .flex-row .col.box.bg--green h2 strong, .content .flex-row .col.box.bg--green h3 strong, .content .flex-row .col.box.bg--green h4 strong, .content .flex-row .col.box.bg--green h5 strong, .content .flex-row .col.box.bg--green h6 strong,
.content .flex-row .col.box.bg--green p strong, .content .flex-row .col.box.bg--green ul strong, .content .flex-row .col.box.bg--green ol strong, .content .flex-row .col.box.bg--green label strong, .content .flex-row .col.box.bg--green span strong, .content .flex-row .col .box.bg--green h1 strong, .content .flex-row .col .box.bg--green h2 strong, .content .flex-row .col .box.bg--green h3 strong, .content .flex-row .col .box.bg--green h4 strong, .content .flex-row .col .box.bg--green h5 strong, .content .flex-row .col .box.bg--green h6 strong,
.content .flex-row .col .box.bg--green p strong, .content .flex-row .col .box.bg--green ul strong, .content .flex-row .col .box.bg--green ol strong, .content .flex-row .col .box.bg--green label strong, .content .flex-row .col .box.bg--green span strong {
  color: #fff !important;
}
.content .flex-row .col.box.cut-tr, .content .flex-row .col .box.cut-tr {
  /* Größe der Schräge: */
  /* 45°-Abschrägung oben rechts */
  clip-path: polygon(0 0, calc(100% - 40px) 0, 100% 40px, 100% 100%, 0 100%);
}
.content .flex-row .col.box img, .content .flex-row .col .box img {
  max-width: 100%;
  max-height: 80px;
  object-fit: contain;
  object-position: center center;
  margin-bottom: 25px;
}
.content .flex-row .col.hexagon, .content .flex-row .col .hexagon {
  display: block;
  aspect-ratio: 0.85;
  clip-path: polygon(50% 0%, 100% 22%, 100% 78%, 50% 100%, 0% 78%, 0% 22%);
  overflow: hidden;
  position: relative;
  margin-bottom: 50px;
}
.content .flex-row .col.hexagon img, .content .flex-row .col .hexagon img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.content .flex-row .col.hexagon.border, .content .flex-row .col .hexagon.border {
  border: none;
  background: #fff;
}
.content .flex-row .col.hexagon.border img, .content .flex-row .col .hexagon.border img {
  margin: 3px;
  width: calc(100% - 6px);
  height: calc(100% - 6px);
  clip-path: polygon(50% 0%, 100% 22%, 100% 78%, 50% 100%, 0% 78%, 0% 22%);
}
.content h5 {
  color: #ffffff;
  font-family: "mic-32-new-rounded-web", sans-serif;
  font-weight: 300;
  font-size: 2rem;
  font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased;
  text-transform: uppercase;
}
.content h1 {
  font-family: "mic-32-new-rounded-web", sans-serif;
  font-size: 3rem;
  line-height: 3rem;
  margin-bottom: 20px;
}
.content h1.big {
  font-size: 4.5rem;
  line-height: 4.5rem;
}
.content h1.border--after {
  position: relative;
  padding-bottom: 20px;
  margin-bottom: 40px !important;
}
.content h1 span .highlight {
  position: relative;
}
.content h1 span .highlight::before {
  position: absolute;
  display: block;
  width: 100%;
  top: 50%;
  left: 0px;
  height: 75%;
  content: " ";
  background: #003669;
}
.content h2 {
  font-size: 2.2rem;
  line-height: 2.2rem;
  margin-bottom: 20px;
  text-transform: none;
}
.content h2.big {
  font-size: 4.5rem;
  line-height: 4.5rem;
}
.content h2.border--after {
  position: relative;
  padding-bottom: 20px;
  margin-bottom: 40px !important;
}
.content h2.border--after::after {
  display: block;
  position: absolute;
  width: 40%;
  height: 3px;
  background: #7baa57;
  content: " ";
  top: 100%;
  left: 0px;
}
.content h3 {
  font-size: 1.5rem;
  line-height: 1.75rem;
  margin-bottom: 20px;
}
.content h4 {
  font-size: 1.25rem;
  line-height: 1.25rem;
  margin-bottom: 10px;
}
.content p {
  line-height: 1.55rem;
  font-weight: 400;
  margin-bottom: 20px;
}
.content p strong.highlight {
  color: #7baa57;
}
.content a.button, .content p a.button {
  display: inline-block;
  min-height: 38px;
  padding: 8px 25px 5px;
  color: #fff;
  background: #003669;
  font-weight: normal;
  margin: 0px 3px;
  text-transform: uppercase;
}
.content a.button.outline, .content p a.button.outline {
  background: none;
  border: 1px solid #003669;
  color: #003669;
}
.content ul, .content p ul {
  padding-left: 10px;
}
.content ul li, .content p ul li {
  line-height: 1.55rem;
  font-weight: 400;
  margin-bottom: 5px;
  padding-left: 10px;
}
.content ul li::marker, .content p ul li::marker {
  content: " ";
  display: block;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  font-size: 1.55em;
  color: #7baa57;
  border: 1px solid #7baa57;
}
.content label, .content span {
  line-height: 1.55rem;
  font-weight: 400;
}
.content .text-pull-center {
  text-align: center;
}
.content .text-pull-right {
  text-align: right;
}
.content a.button {
  display: inline-block;
  min-height: 38px;
  padding: 8px 25px 5px;
  color: #fff;
  background: #7baa57;
  margin: 0px 3px;
  text-transform: uppercase;
}
.content a.button.outline {
  background: none;
  border: 1px solid #7baa57;
  color: white;
}
.content .social-links {
  display: block;
  padding: 8px 0px 0px;
}
.content .social-links a.social-link-single {
  font-size: 24px;
  color: white;
  margin-right: 10px;
}
.content .social-links a.social-link-single:last-of-type {
  margin-right: 0px;
}
.content button {
  display: inline-block;
  min-height: 38px;
  padding: 8px 15px;
  color: black;
  background: white;
  border: none;
  outline: none;
  margin: 0px 3px;
}
.content button.outline {
  background: none;
  border: 1px solid white;
  color: white;
}
.content .highlight-button {
  display: flex;
  aspect-ratio: 1;
  flex-direction: row;
  align-items: center;
  width: 180px;
  background: #7baa57;
  border: 10px solid #fff;
  position: absolute;
  top: -90px;
  right: 50px;
  z-index: 5;
  border-radius: 50%;
}
.content .highlight-button.left-bottom {
  top: auto;
  right: auto;
  bottom: -90px;
  left: 50px;
}
.content .highlight-button span {
  color: #fff;
  text-align: center;
  width: 100%;
  line-height: 120%;
}

@media (max-width: 600px) {
  #intro {
    padding-top: 80px;
  }
  h1 {
    font-size: 40px !important;
    white-space: normal;
    overflow-wrap: break-word;
    -webkit-hyphens: auto; /* Safari/Chrome */
    -ms-hyphens: auto; /* IE/Edge */
    hyphens: auto; /* Standard */
  }
  section#start .content h1::after {
    content: " ";
    position: absolute;
    top: -40px;
    left: -30px;
    width: 25px;
    height: 25px;
    border: 2px solid #fff;
    border-radius: 50%;
    margin-left: 20px;
  }
  .content h2::after {
    content: " ";
    position: absolute;
    top: -35px;
    left: -30px;
    width: 25px;
    height: 25px;
    background: linear-gradient(200deg, rgba(0, 54, 105, 0.85) 25%, rgba(123, 170, 87, 0.85) 100%);
    border-radius: 50%;
    margin-left: 20px;
  }
  .content {
    padding-top: 120px !important;
    padding-bottom: 70px !important;
  }
  .content.full-width {
    max-width: none;
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
  .content.full-height {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    min-height: 0px !important;
  }
  .content.full-height .flex-row {
    width: 100%;
    flex-direction: column;
  }
  .content.full-height .flex-row .col {
    display: flex;
    align-items: center;
  }
  .content.full-height .flex-row .col.padding-left--150 {
    padding-left: 0px;
  }
  .content.full-height .flex-row .col.padding-right--150 {
    padding-right: 0px;
  }
  .content.full-height .flex-row .col.lg-6 {
    width: 100%;
  }
  .content.full-height .flex-row .col:last-of-type {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .content.full-height .flex-row .col img.img--brand-start {
    max-width: 200px !important;
    margin: 0 auto;
  }
  .content.padding {
    padding: 15px !important;
  }
  .content.leistung {
    padding-top: 0px !important;
    margin-top: -60px !important;
    position: relative;
  }
  .content.leistung::before {
    position: absolute;
    content: " ";
    top: 150px;
    left: 0px;
    width: 100vw;
    height: calc(100% - 150px);
    background: #7baa57;
  }
  .content.leistung .hexagon {
    max-width: 90%;
    margin-left: auto;
    margin-right: auto;
  }
  .content.leistung h1, .content.leistung h2, .content.leistung h3, .content.leistung h4, .content.leistung h5, .content.leistung h6,
  .content.leistung p, .content.leistung ul, .content.leistung ol, .content.leistung label, .content.leistung span {
    color: #fff !important;
  }
  .content h1, .content h2 {
    font-size: 1.8rem;
    line-height: 1.8rem;
    margin-bottom: 20px;
  }
  .content h1.big, .content h2.big {
    font-size: 3.5rem;
    line-height: 3.5rem;
  }
  .content h3 {
    font-size: 1.35rem;
    line-height: 1.5rem;
    margin-bottom: 20px;
  }
  .content h4 {
    font-size: 1.25rem;
    line-height: 1.25rem;
    margin-bottom: 10px;
  }
  .content .text-pull-center {
    text-align: center;
  }
  .content .text-pull-right {
    text-align: left !important;
  }
  .content .info {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
  }
  .content .info .info--col {
    flex: 1 0 50%;
    padding: 15px 20px;
    border-right: none;
  }
  .content .info .info--col:first-of-type {
    border-right: 1px dotted #7baa57;
    border-bottom: 1px dotted #7baa57;
  }
  .content .info .info--col:nth-of-type(2) {
    border-bottom: 1px dotted #7baa57;
  }
  .content .info .info--col:nth-of-type(3) {
    border-right: 1px dotted #7baa57;
  }
  .content .info .info--col.width--50 {
    width: 50%;
  }
  .content .info .info--col:last-of-type {
    border-right: none;
  }
  .content .info .info--col span {
    text-align: center;
  }
  .content .info .info--col span.big {
    font-size: 1.5rem;
    line-height: 1.75rem;
    margin-bottom: 5px;
  }
}
/* ---- HIGHLIGHT CARD ---- */
.content .flex-row.highlight--card {
  min-height: 40vh;
}
.content .flex-row.highlight--card .col .mission-bg {
  position: relative;
  display: flex;
  align-items: flex-start;
}
.content .flex-row.highlight--card .col .mission-content {
  background-color: #e8e8e8;
  width: 60%;
  min-height: 100%;
  position: relative;
  z-index: 1;
}
.content .flex-row.highlight--card .col .mission-image {
  height: 80%;
  max-height: 80vh; /* optional, damit es nicht zu groß wird */
  border-radius: 20px;
  width: auto;
  object-fit: cover;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
}
.content .flex-row.highlight--card .col:first-of-type::after {
  content: "";
  position: absolute;
  top: 0;
  right: -50%;
  width: 50%;
  height: 100%;
  background-color: #e8e8e8;
  border-radius: 0 20px 20px 0; /* rechts rund */
  z-index: 0;
}
.content .flex-row.highlight--card .col.highlight--text {
  position: relative;
  background: #e8e8e8;
  padding: 40px 40px 40px 40px;
  display: flex;
  flex-direction: row;
  border-radius: 20px 0 0 20px !important; /* links rund */
}
.content .flex-row.highlight--card .col.highlight--text .highlight--text-inner {
  align-self: center;
}
.content .flex-row.row-reverse.highlight--card .col .mission-image {
  height: 80%;
  max-height: 80vh; /* optional, damit es nicht zu groß wird */
  border-radius: 20px;
  width: auto;
  object-fit: cover;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
}
.content .flex-row.row-reverse.highlight--card .col:first-of-type::after {
  content: "";
  position: absolute;
  top: 0;
  left: -50%;
  width: 50%;
  height: 100%;
  background-color: #e8e8e8;
  border-radius: 20px 0px 0px 20px; /* links rund */
  z-index: 0;
}
.content .flex-row.row-reverse.highlight--card .col.highlight--text {
  padding: 40px 40px 40px 40px;
  clip-path: none;
  border-radius: 0px 20px 20px 0px !important; /* rechts rund */
}

/* ---- CONTENT SLIDER ---- */
.content-slider button {
  margin: auto 0px !important;
  z-index: 50;
}
.content-slider .carousel-arrow {
  position: absolute;
  display: flex;
  justify-content: center;
  top: 0;
  bottom: 10px;
  margin-block: auto;
  height: fit-content;
  width: 45px;
  height: 45px;
  background: linear-gradient(200deg, rgb(0, 54, 105) 25%, rgb(123, 170, 87) 100%) !important;
  color: #fff;
  border: none;
  border-radius: 50%;
  font-size: 40px;
  line-height: 35px;
  padding: 0;
  cursor: pointer;
  opacity: 1;
  transition: opacity 100ms;
}
.content-slider .carousel-arrow:hover, .content-slider .carousel-arrow:focus {
  opacity: 1;
}
.content-slider .carousel-arrow.carousel-arrow--prev {
  left: -25px !important;
}
.content-slider .carousel-arrow.carousel-arrow--next {
  right: -25px !important;
}
.content-slider .carousel-container {
  width: 100%;
  padding-block: 16px 32px;
  overflow-x: auto;
  display: flex;
  width: 100%;
  gap: 25px;
  scroll-snap-type: x mandatory;
  flex-flow: row nowrap;
  scroll-behavior: smooth;
  scrollbar-width: none;
}
.content-slider .carousel-container.feature .carousel-slide {
  align-items: flex-start;
  text-align: left;
  background: #e8e8e8;
}
.content-slider .carousel-container.feature .carousel-slide h1, .content-slider .carousel-container.feature .carousel-slide h2, .content-slider .carousel-container.feature .carousel-slide h4, .content-slider .carousel-container.feature .carousel-slide h5, .content-slider .carousel-container.feature .carousel-slide h6,
.content-slider .carousel-container.feature .carousel-slide ul, .content-slider .carousel-container.feature .carousel-slide ol, .content-slider .carousel-container.feature .carousel-slide label, .content-slider .carousel-container.feature .carousel-slide span {
  color: #fff !important;
}
.content-slider .carousel-container.feature .carousel-slide h3 {
  color: #cf7859;
  font-weight: 300;
  padding: 30px 30px 0 30px;
}
.content-slider .carousel-container.feature .carousel-slide p {
  color: #000000;
  padding: 0 30px 30px 30px;
}
.content-slider .carousel-container.feature .carousel-slide h1.border--after::after, .content-slider .carousel-container.feature .carousel-slide h2.border--after::after {
  background: #fff;
}
.content-slider .carousel-container.leistung .carousel-slide {
  flex: 1 0 30%;
  aspect-ratio: 1;
  align-items: flex-start;
  text-align: left;
  background: #e8e8e8;
}
.content-slider .carousel-container.leistung .carousel-slide h1.border--after::after, .content-slider .carousel-container.leistung .carousel-slide h2.border--after::after {
  background: #e8e8e8;
}
.content-slider .carousel-container.img--slider .carousel-slide {
  flex: 1 0 100%;
  aspect-ratio: 1.5;
}
.content-slider .carousel-container.img--slider .carousel-slide img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.content-slider .carousel-container.img--slider.flex--1 .carousel-slide {
  flex: 1 0 100%;
  aspect-ratio: 1;
}
.content-slider .carousel-container.img--slider.flex--1 .carousel-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.content-slider .carousel-container.img--slider.flex--4 .carousel-slide {
  flex: 1 0 25%;
  aspect-ratio: 1;
}
.content-slider .carousel-container.img--slider.flex--4 .carousel-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.content-slider.title {
  width: 100%;
  height: 100%;
}
.content-slider.title .carousel-container {
  width: 100%;
  height: 100%;
  padding-block: 0px;
  gap: 0px;
}
.content-slider.title .carousel-container.img--slider .carousel-slide {
  flex: 1 0 100%;
  width: 100%;
  height: 100%;
}
.content-slider.title .carousel-container.img--slider .carousel-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.content-slider .carousel-container::-webkit-scrollbar {
  display: none !important;
  height: 14px;
  width: calc(100% - 48px);
}
.content-slider .carousel-container::-webkit-scrollbar-track {
  background: none !important;
}
.content-slider .carousel-container::-webkit-scrollbar-thumb {
  background: none !important;
}
.content-slider .carousel-container::-webkit-scrollbar-track-piece:start {
  background: none !important;
}
.content-slider .carousel-slide {
  flex: 0 0 30%;
  flex-flow: column nowrap;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #e8e8e8;
  scroll-snap-align: center;
}
.content-slider .carousel-slide.cut-tr {
  border-radius: 20px;
}
.content-slider .carousel-slide .flex-row {
  height: 100%;
  min-height: 0px;
}
.content-slider .carousel-slide .flex-row .col:first-of-type {
  height: 100% !important;
}
.content-slider .carousel-slide .flex-row .col:first-of-type img {
  display: flex;
  aspect-ratio: 1;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  margin-bottom: 0px !important;
  padding: 30px;
}
.content-slider .carousel-slide .flex-row .col:last-of-type {
  padding-top: 30px;
  padding-bottom: 30px;
}
.content-slider .carousel-slide .flex-row.flex-bottom {
  height: 100%;
  min-height: 0px;
}
.content-slider .carousel-slide .flex-row.flex-bottom .col:first-of-type {
  height: 100% !important;
}
.content-slider .carousel-slide .flex-row.flex-bottom .col:first-of-type img {
  display: flex;
  aspect-ratio: 1;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  margin-bottom: 0px !important;
  padding: 30px;
}
.content-slider .carousel-slide .flex-row.flex-bottom .col:last-of-type {
  padding-bottom: 30px;
}
.content-slider .carousel-controls {
  display: block;
  width: 100%;
  text-align: center;
}
.content-slider .carousel-controls .carousel-controls--container {
  display: inline-block;
  margin: 0 auto;
}
.content-slider .carousel-controls a {
  display: block;
  float: left;
  width: 10px;
  height: 10px;
  border-radius: 5px;
  background: #7baa57 !important;
  margin-right: 10px;
  opacity: 0.5;
}
.content-slider .carousel-controls a.active {
  opacity: 1;
}

/* ---- CONTENT SLIDER WIDE---- */
.content-slider-wide button {
  margin: auto 0px !important;
  z-index: 50;
}
.content-slider-wide .carousel-arrow {
  position: absolute;
  display: flex;
  justify-content: center;
  top: 0;
  bottom: 10px;
  margin-block: auto;
  height: fit-content;
  width: 45px;
  height: 45px;
  background: linear-gradient(200deg, rgb(0, 54, 105) 25%, rgb(123, 170, 87) 100%) !important;
  color: #fff;
  border: none;
  border-radius: 50%;
  font-size: 40px;
  line-height: 35px;
  padding: 0;
  cursor: pointer;
  opacity: 1;
  transition: opacity 100ms;
}
.content-slider-wide .carousel-arrow:hover, .content-slider-wide .carousel-arrow:focus {
  opacity: 1;
}
.content-slider-wide .carousel-arrow.carousel-arrow--prev {
  left: -25px !important;
}
.content-slider-wide .carousel-arrow.carousel-arrow--next {
  right: -25px !important;
}
.content-slider-wide .carousel-container-wide {
  width: 100%;
  padding-block: 16px 32px;
  overflow-x: auto;
  display: flex;
  width: 100%;
  gap: 25px;
  scroll-snap-type: x mandatory;
  flex-flow: row nowrap;
  scroll-behavior: smooth;
  scrollbar-width: none;
  padding-top: 50px;
}
.content-slider-wide .carousel-container-wide.feature .carousel-slide-wide {
  align-items: flex-start;
  text-align: left;
  background: #e8e8e8;
}
.content-slider-wide .carousel-container-wide.feature .carousel-slide-wide h1, .content-slider-wide .carousel-container-wide.feature .carousel-slide-wide h2, .content-slider-wide .carousel-container-wide.feature .carousel-slide-wide h4, .content-slider-wide .carousel-container-wide.feature .carousel-slide-wide h5, .content-slider-wide .carousel-container-wide.feature .carousel-slide-wide h6,
.content-slider-wide .carousel-container-wide.feature .carousel-slide-wide ul, .content-slider-wide .carousel-container-wide.feature .carousel-slide-wide ol, .content-slider-wide .carousel-container-wide.feature .carousel-slide-wide label, .content-slider-wide .carousel-container-wide.feature .carousel-slide-wide span {
  color: #fff !important;
}
.content-slider-wide .carousel-container-wide.feature .carousel-slide-wide h3 {
  color: #cf7859;
  font-weight: 300;
  padding: 30px 30px 0 30px;
}
.content-slider-wide .carousel-container-wide.feature .carousel-slide-wide p {
  color: #000000;
  padding: 0 30px 30px 30px;
}
.content-slider-wide .carousel-container-wide.feature .carousel-slide-wide h1.border--after::after, .content-slider-wide .carousel-container-wide.feature .carousel-slide-wide h2.border--after::after {
  background: #fff;
}
.content-slider-wide .carousel-container-wide.leistung .carousel-slide-wide {
  flex: 1 0 30%;
  aspect-ratio: 1;
  align-items: flex-start;
  text-align: left;
  background: #e8e8e8;
}
.content-slider-wide .carousel-container-wide.leistung .carousel-slide-wide h1.border--after::after, .content-slider-wide .carousel-container-wide.leistung .carousel-slide-wide h2.border--after::after {
  background: #e8e8e8;
}
.content-slider-wide .carousel-container-wide.img--slider .carousel-slide {
  flex: 1 0 100%;
  aspect-ratio: 1.5;
}
.content-slider-wide .carousel-container-wide.img--slider .carousel-slide img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.content-slider-wide .carousel-container-wide.img--slider.flex--1 .carousel-slide {
  flex: 1 0 100%;
  aspect-ratio: 1;
}
.content-slider-wide .carousel-container-wide.img--slider.flex--1 .carousel-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.content-slider-wide .carousel-container-wide.img--slider.flex--4 .carousel-slide {
  flex: 1 0 25%;
  aspect-ratio: 1;
}
.content-slider-wide .carousel-container-wide.img--slider.flex--4 .carousel-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.content-slider-wide .carousel-container-wide h3 {
  position: relative;
}
.content-slider-wide .carousel-container-wide h3::after {
  content: " ";
  position: absolute;
  top: -50px;
  left: 600px;
  width: 150px;
  height: 150px;
  background-image: url("../images/KEWE_BenSchwarz.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 50%;
}
.content-slider-wide.title {
  width: 100%;
  height: 100%;
}
.content-slider-wide.title .carousel-container-wide {
  width: 100%;
  height: 100%;
  padding-block: 0px;
  gap: 0px;
}
.content-slider-wide.title .carousel-container-wide.img--slider .carousel-slide-wide {
  flex: 1 0 100%;
  width: 100%;
  height: 100%;
}
.content-slider-wide.title .carousel-container-wide.img--slider .carousel-slide-wide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.content-slider-wide .carousel-container-wide::-webkit-scrollbar {
  display: none !important;
  height: 14px;
  width: calc(100% - 48px);
}
.content-slider-wide .carousel-container-wide::-webkit-scrollbar-track {
  background: none !important;
}
.content-slider-wide .carousel-container-wide::-webkit-scrollbar-thumb {
  background: none !important;
}
.content-slider-wide .carousel-container-wide::-webkit-scrollbar-track-piece:start {
  background: none !important;
}
.content-slider-wide .carousel-slide-wide {
  flex: 0 0 60%;
  flex-flow: column nowrap;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #e8e8e8;
  scroll-snap-align: center;
}
.content-slider-wide .carousel-slide-wide.cut-tr {
  border-radius: 20px;
}
.content-slider-wide .carousel-slide-wide .flex-row {
  height: 100%;
  min-height: 0px;
}
.content-slider-wide .carousel-slide-wide .flex-row .col:first-of-type {
  height: 100% !important;
}
.content-slider-wide .carousel-slide-wide .flex-row .col:first-of-type img {
  display: flex;
  aspect-ratio: 1;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  margin-bottom: 0px !important;
  padding: 30px;
}
.content-slider-wide .carousel-slide-wide .flex-row .col:last-of-type {
  padding-top: 30px;
  padding-bottom: 30px;
}
.content-slider-wide .carousel-slide-wide .flex-row.flex-bottom {
  height: 100%;
  min-height: 0px;
}
.content-slider-wide .carousel-slide-wide .flex-row.flex-bottom .col:first-of-type {
  height: 100% !important;
}
.content-slider-wide .carousel-slide-wide .flex-row.flex-bottom .col:first-of-type img {
  display: flex;
  aspect-ratio: 1;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  margin-bottom: 0px !important;
  padding: 30px;
}
.content-slider-wide .carousel-slide-wide .flex-row.flex-bottom .col:last-of-type {
  padding-bottom: 30px;
}
.content-slider-wide .carousel-controls {
  display: block;
  width: 100%;
  text-align: center;
}
.content-slider-wide .carousel-controls .carousel-controls--container {
  display: inline-block;
  margin: 0 auto;
}
.content-slider-wide .carousel-controls a {
  display: block;
  float: left;
  width: 10px;
  height: 10px;
  border-radius: 5px;
  background: #7baa57 !important;
  margin-right: 10px;
  opacity: 0.5;
}
.content-slider-wide .carousel-controls a.active {
  opacity: 1;
}

@media (max-width: 800px) {
  .content-slider {
    margin: 40px 0 40px 0;
  }
  .col:last-of-type {
    height: 400px;
    width: 100%;
    margin-top: -120px;
  }
  .content-slider .carousel-slide {
    flex: 1 0 100%;
  }
  .content-slider .carousel-slide .flex-row {
    width: 80%;
    max-width: 500px;
  }
  .content-slider .carousel-slide .flex-row img {
    margin-bottom: 20px;
  }
}
@media (max-width: 600px) {
  .content-slider .carousel-container {
    width: 100%;
    padding-block: 16px 32px;
    overflow-x: auto;
    display: flex;
    width: 100%;
    gap: 25px;
    scroll-snap-type: x mandatory;
    flex-flow: row nowrap;
    scroll-behavior: smooth;
    scrollbar-width: none;
  }
  .content-slider .carousel-container.img--slider .carousel-slide {
    flex: 1 0 100%;
    aspect-ratio: 1.5;
  }
  .content-slider .carousel-container.img--slider .carousel-slide img {
    width: 100%;
    height: 100%;
    object-fit: contain;
  }
  .content-slider .carousel-container.img--slider.flex--4 .carousel-slide {
    flex: 1 0 100%;
    aspect-ratio: 1;
  }
}
/* ---- TABS ---- */
.tab-buttons {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
  margin-bottom: 50px;
  background: #e8e8e8;
  position: sticky;
  z-index: 10;
  top: 100px;
}
.tab-buttons a {
  flex: 1 1 0;
  max-width: 100%;
}
.tab-buttons a button {
  background: #888;
  color: #fff;
  display: flex;
  width: 100%;
  height: 100%;
  align-items: center;
  gap: 10px;
  padding: 15px;
  border: none;
  cursor: pointer;
}
.tab-buttons a button span {
  display: inline;
  text-align: left;
  margin: 0;
  padding: 0;
  line-height: 120%;
}
.tab-buttons a button.active {
  background: #7baa57;
  color: #fff;
}

.tab-content {
  display: none;
  margin: 0px -20px;
}
.tab-content.active {
  display: block;
}

/* ---- FOOTER ---- */
footer {
  width: 100%;
  padding: 0px;
  margin: 0px;
  z-index: 300;
  transition: all 1s ease;
  background: #7baa57;
  border-top: 2px solid #fff;
}
footer .footer--inner {
  display: flex;
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  padding: 45px 30px;
  transition: all 1s ease;
}
footer .footer--inner img {
  max-height: 50%;
}
footer .footer--inner p {
  font-size: 16px;
  color: #fff !important;
  display: block;
  width: 100%;
}
footer .footer--inner p a {
  font-size: 16px;
  color: #fff !important;
}
footer .footer--inner p a:hover, footer .footer--inner p a:focus {
  text-decoration: underline;
}
footer .footer--inner a {
  font-size: 16px;
  color: #fff !important;
}
footer .footer--inner a:hover, footer .footer--inner a:focus {
  text-decoration: underline;
}
footer .footer--inner a:last-of-type {
  padding-right: 0px;
  border-right: none;
  margin-right: 0px;
}
footer .footer--inner a i {
  font-size: 25px;
}
footer .footer--inner .footer--row {
  width: 100% !important;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
footer .footer--inner .footer--row .footer--col {
  position: relative;
  display: block;
  float: left;
  margin-left: 20px;
  margin-right: 20px;
}
footer .footer--inner .footer--row .footer--col.text-pull-center {
  text-align: center;
}
footer .footer--inner .footer--row .footer--col.text-pull-right {
  text-align: right;
}
footer .footer--inner .footer--row .footer--col.footer--social {
  text-align: right;
}
footer .footer--inner .footer--row .footer--col.footer--social a {
  margin-left: 15px;
}

/*# sourceMappingURL=oao-kewe-default.css.map */
