/*
Theme Name: Kopp Gruppe
Author: eloq GmbH
Author URI: https://eloq.swiss/
Description: Die eloq GmbH macht nicht einfach Internetseiten. Wir bieten Ihnen durchdachte Konzepte, mischen Designkompetenz mit technischem Können und streben so nach der perfekten Internet-Präsenz unseres Kunden. Das vorliegende Theme wurde von uns mit Passion und Freude handgefertigt. Wir hoffen, Ihnen gefällt unsere Arbeit!
Version: 1.5.7
*/

/* Imports */

@import url("css/typo.css");
@import url("css/utilities.css");
@import url("css/header.css");
@import url("css/footer.css");
@import url("https://fonts.googleapis.com/icon?family=Material+Icons");
@import url("https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css");

/*
COLOR DEFINITIONS - GOES BELOW:
*/

/* === Theme Specific === */

/* ----- GENERAL ----- */

/* custom gallery caption - needs work */
.pswp__ui--fit .pswp__caption {
  background-color: var(--Dunkelgrau);
}

.pswp__caption__center {
  text-align: center;
  color: var(--Weiss);
  font-size: 26px;
  font-family: "HelveticaNeueLTPro-Ex";
}

:root {
  --Blau: #004897;
  --Gelb: #ffc72c;
  --Dunkelgrau: #666666;
  --Hellgrau: #999999;
  --GrauHintergrund: #f4f4f4;
  --Gelb2: #ffd255;
  --Blau2: #1867c0;
  --Weiss: #ffffff;
}

body {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  min-height: 100vh;
}

body > main {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

section,
a {
  position: relative;
}

.gelb {
  background-color: var(--Gelb);
}

.blau {
  background-color: var(--Blau);
  color: var(--Hellgrau);
}

.grau {
  background-color: var(--GrauHintergrund);
}

.weiss {
  background-color: var(--Weiss);
}

section.text p.label,
section.bild_text_ p.label,
section.bild_text_gross p.label {
  font-weight: 700;
  font-size: 16px;
  font-family: "HelveticaNeueLTPro-BdEx", serif;
}
/* END GENERAL */

/* .fancybox .round (modal opener) - image gallery button */

.fancybox.round {
  position: absolute;
  top: 10px;
  right: 10px;
  -webkit-box-shadow: 0px 0.5px 2px rgba(96, 105, 116, 0.1), 0px 2px 3px rgba(96, 105, 116, 0.1), 0px 4px 4px rgba(96, 105, 116, 0.1), 0px 8px 5px rgba(96, 105, 116, 0.1);
  box-shadow: 0px 0.5px 2px rgba(96, 105, 116, 0.1), 0px 2px 3px rgba(96, 105, 116, 0.1), 0px 4px 4px rgba(96, 105, 116, 0.1), 0px 8px 5px rgba(96, 105, 116, 0.1);
  border-radius: 450px;
}

.fancybox.round:hover {
  text-decoration: none;
}

.fancybox.round::after {
  font-family: "Material Icons";
  content: "\f1ce";
  font-size: 16px;
  color: #fff;
  width: 30px;
  height: 30px;
  border-radius: 100%;
  background-color: var(--Gelb);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.fancybox.round:hover::after {
  background-color: var(--Gelb2);
}

/* ----- WP ADMIN BAR ----- */

/*#wpadminbar {
    display: none;
  }*/

/* END WP ADMIN BAR */

/* ----- BUTTONS ----- */

/* Button classes:
        - btn_xyz_primary
        - btn_xyz_secondary 
*/

/* Button Reset */

button {
  border: none;
  margin: 0;
  padding: 6px 10px 6px 12px;
  width: auto;
  overflow: visible;
  background: transparent;
  /* inherit font & color from ancestor */
  color: inherit;
  font: inherit;
  /* Normalize `line-height`. Cannot be changed from `normal` in Firefox 4+. */
  line-height: normal;
  /* Corrects font smoothing for webkit */
  -webkit-font-smoothing: inherit;
  -moz-osx-font-smoothing: inherit;
  /* Corrects inability to style clickable `input` types in iOS */
  -webkit-appearance: none;
}

.btn_kopp {
  font-family: "HelveticaNeueLTPro-Ex";
  color: var(--Dunkelgrau);
  border: 2px solid var(--Gelb);
  background: -o-linear-gradient(var(--Gelb), var(--Gelb)) padding-box, -o-linear-gradient(top, #ffe59c 0%, #ffc72c 100%) border-box;
  background: -webkit-gradient(linear, left top, left bottom, from(var(--Gelb)), to(var(--Gelb))) padding-box, -webkit-gradient(linear, left top, left bottom, from(#ffe59c), to(#ffc72c)) border-box;
  background: linear-gradient(var(--Gelb), var(--Gelb)) padding-box, linear-gradient(to bottom, #ffe59c 0%, #ffc72c 100%) border-box;
  display: inline-block;
  border-radius: 100px;
  margin: 0px 5px 0px 0px;
  position: relative;
  text-decoration: none;
  z-index: 1;
  padding: 10px 30px 5px 15px;
  text-align: left;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  overflow: hidden;
}

.gelb .btn_kopp {
  background: var(--Weiss);
  border-color: var(--Weiss);
}

.btn_kopp:before {
  content: "";
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  background-image: -o-linear-gradient(top, #ffd359, #ffc72c);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ffd359), to(#ffc72c));
  background-image: linear-gradient(to bottom, #ffd359, #ffc72c);
  z-index: -1;
  opacity: 0;
  -webkit-transition: opacity 0.2s ease-in-out;
  -o-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out;
}
.gelb .btn_kopp:before {
  content: none;
}

.btn_kopp::after {
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='17' height='18' viewBox='0 0 17 18' fill='white'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M7.4595 2.58081L11.9105 7.45082H0V10.4613H11.9105L7.4595 15.3308H11.1475L17 8.95527L11.1475 2.58081H7.4595Z' fill='white'/%3E%3C/svg%3E");
  position: absolute;
  right: 7px;
  top: calc(50% - 8px);
  width: 17px;
  height: 19px;
  z-index: -1;
}

.gelb .btn_kopp::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='17' height='18' viewBox='0 0 17 18' fill='%23FFC72C'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M7.4595 2.58081L11.9105 7.45082H0V10.4613H11.9105L7.4595 15.3308H11.1475L17 8.95527L11.1475 2.58081H7.4595Z' fill='%23FFC72C'/%3E%3C/svg%3E");
}
/* Hover effect */

.btn_kopp:hover {
  color: var(--Dunkelgrau);
  border: 2px solid transparent;
  -webkit-box-shadow: 0px 0.5px 2px rgba(96, 105, 116, 0.1), 0px 2px 3px rgba(96, 105, 116, 0.1), 0px 4px 4px rgba(96, 105, 116, 0.1), 0px 8px 5px rgba(96, 105, 116, 0.1);
  box-shadow: 0px 0.5px 2px rgba(96, 105, 116, 0.1), 0px 2px 3px rgba(96, 105, 116, 0.1), 0px 4px 4px rgba(96, 105, 116, 0.1), 0px 8px 5px rgba(96, 105, 116, 0.1);
}

.gelb .btn_kopp:hover {
  background: var(--Weiss);
  -webkit-box-shadow: 0px 0.5px 2px rgba(125, 103, 18, 0.1), 0px 2px 3px rgba(125, 103, 18, 0.1), 0px 4px 4px rgba(125, 103, 18, 0.1), 0px 8px 5px rgba(125, 103, 18, 0.1);
  box-shadow: 0px 0.5px 2px rgba(125, 103, 18, 0.1), 0px 2px 3px rgba(125, 103, 18, 0.1), 0px 4px 4px rgba(125, 103, 18, 0.1), 0px 8px 5px rgba(125, 103, 18, 0.1);
}

.blau .btn_kopp:hover {
  -webkit-box-shadow: 0px 1px 4px #00254f, 0px 4px 6px rgba(0, 37, 79, 0.4), 0px 8px 8px rgba(0, 37, 79, 0.4), 0px 10px 16px rgba(0, 37, 79, 0.4);
  box-shadow: 0px 1px 4px #00254f, 0px 4px 6px rgba(0, 37, 79, 0.4), 0px 8px 8px rgba(0, 37, 79, 0.4), 0px 10px 16px rgba(0, 37, 79, 0.4);
}

.btn_kopp:hover::before {
  opacity: 1;
}

/* end Hover effect */

/* Active & Focus */

.weiss .btn_kopp:active,
.weiss .btn_kopp:focus,
.gelb .btn_kopp:active,
.gelb .btn_kopp:focus,
.grau .btn_kopp:active,
.grau .btn_kopp:focus {
  border: 2px solid var(--Blau);
}

.blau .btn_kopp:active,
.blau .btn_kopp:focus {
  border: 2px solid var(--Weiss);
}

/* end Active & Focus */

/* Disabled */

.blau .btn_kopp.disabled {
  border: 1px solid var(--GrauHintergrund);
}

.weiss .btn_kopp.disabled,
.grau .btn_kopp.disabled,
.gelb .btn_kopp.disabled {
  border: 1px solid var(--Hellgrau);
}

/* End Disabled */

/* .btn_filter specifics */

.btn_filter {
  font-family: "HelveticaNeueLTPro-Ex";
  color: var(--Dunkelgrau);
  border: 2px solid var(--Gelb);
  background: -o-linear-gradient(var(--Gelb), var(--Gelb)) padding-box, -o-linear-gradient(top, #ffe59c 0%, #ffc72c 100%) border-box;
  background: -webkit-gradient(linear, left top, left bottom, from(var(--Gelb)), to(var(--Gelb))) padding-box, -webkit-gradient(linear, left top, left bottom, from(#ffe59c), to(#ffc72c)) border-box;
  background: linear-gradient(var(--Gelb), var(--Gelb)) padding-box, linear-gradient(to bottom, #ffe59c 0%, #ffc72c 100%) border-box;
  display: inline-block;
  border-radius: 100px;
  margin: 5px 5px 0px 0px;
  position: relative;
  text-decoration: none;
  z-index: 1;
  padding: 8px 35px 5px 15px;
  text-align: left;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  overflow: hidden;
}

.btn_filter.active {
  color: #fff;
  border: 2px solid var(--Blau);
  background: -o-linear-gradient(var(--Blau), var(--Blau)) padding-box, -o-linear-gradient(top, #769fce 0%, #004797 100%) border-box;
  background: -webkit-gradient(linear, left top, left bottom, from(var(--Blau)), to(var(--Blau))) padding-box, -webkit-gradient(linear, left top, left bottom, from(#769fce), to(#004797)) border-box;
  background: linear-gradient(var(--Blau), var(--Blau)) padding-box, linear-gradient(to bottom, #769fce 0%, #004797 100%) border-box;
}

.btn_filter:before {
  content: "";
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  background-image: -o-linear-gradient(top, #ffd359, #ffc72c);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ffd359), to(#ffc72c));
  background-image: linear-gradient(to bottom, #ffd359, #ffc72c);
  z-index: -1;
  opacity: 0;
  -webkit-transition: opacity 0.2s ease-in-out;
  -o-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out;
}

.btn_filter.active:before {
  background-image: -o-linear-gradient(top, #185eac, #004797);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#185eac), to(#004797));
  background-image: linear-gradient(to bottom, #185eac, #004797);
}

.btn_filter:after {
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' height='20' width='20'%3E%3Cpath d='m6.062 15.667-1.729-1.729L8.271 10 4.333 6.062l1.729-1.729L10 8.271l3.938-3.938 1.729 1.729L11.729 10l3.938 3.938-1.729 1.729L10 11.729Z' fill='%23666666'/%3E%3C/svg%3E");
  position: absolute;
  right: 7px;
  top: calc(50% - 10px);
  width: 24px;
  height: 24px;
  z-index: -1;
}
.btn_filter.active:after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' height='24' width='24'%3E%3Cpath d='m9.55 18.2-5.9-5.9 1.625-1.625L9.55 14.95l9.175-9.175L20.35 7.4Z' fill='%23ffc72c'/%3E%3C/svg%3E");
  top: calc(50% - 12px);
}

.btn_filter:hover {
  border: 2px solid transparent;
  -webkit-box-shadow: 0px 0.5px 2px rgba(96, 105, 116, 0.1), 0px 2px 3px rgba(96, 105, 116, 0.1), 0px 4px 4px rgba(96, 105, 116, 0.1), 0px 8px 5px rgba(96, 105, 116, 0.1);
  box-shadow: 0px 0.5px 2px rgba(96, 105, 116, 0.1), 0px 2px 3px rgba(96, 105, 116, 0.1), 0px 4px 4px rgba(96, 105, 116, 0.1), 0px 8px 5px rgba(96, 105, 116, 0.1);
}
.btn_filter:hover::before {
  opacity: 1;
}

/* End .btn_filter specifics */

/* A button without arrows */

.btn_default {
  color: var(--Dunkelgrau);
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  background: var(--Gelb);
  display: inline-block;
  border-radius: 100px;
  margin: 0px 5px 0px 0px;
  position: relative;
  text-decoration: none;
  z-index: 1;
  padding: 10px 40px 5px 15px;
  text-align: left;
}

.gelb .btn_default {
  background: var(--Weiss);
}

/* Hover effect */

.gelb .btn_default:hover {
  background: var(--Weiss);
  color: var(--Hellgrau);
  -webkit-box-shadow: 0px 0.5px 2px rgba(125, 103, 18, 0.1), 0px 2px 3px rgba(125, 103, 18, 0.1), 0px 4px 4px rgba(125, 103, 18, 0.1), 0px 8px 5px rgba(125, 103, 18, 0.1);
  box-shadow: 0px 0.5px 2px rgba(125, 103, 18, 0.1), 0px 2px 3px rgba(125, 103, 18, 0.1), 0px 4px 4px rgba(125, 103, 18, 0.1), 0px 8px 5px rgba(125, 103, 18, 0.1);
}

.weiss .btn_default:hover,
.grau .btn_default:hover {
  color: var(--Hellgrau);
  background: var(--Gelb2);
  -webkit-box-shadow: 0px 0.5px 2px rgba(125, 103, 18, 0.1), 0px 2px 3px rgba(125, 103, 18, 0.1), 0px 4px 4px rgba(125, 103, 18, 0.1), 0px 8px 5px rgba(125, 103, 18, 0.1);
  box-shadow: 0px 0.5px 2px rgba(125, 103, 18, 0.1), 0px 2px 3px rgba(125, 103, 18, 0.1), 0px 4px 4px rgba(125, 103, 18, 0.1), 0px 8px 5px rgba(125, 103, 18, 0.1);
}

.blau .btn_default:hover {
  background: var(--Gelb2);
  color: var(--Hellgrau);
  -webkit-box-shadow: 0px 0.5px 2px rgba(96, 105, 116, 0.1), 0px 2px 3px rgba(96, 105, 116, 0.1), 0px 4px 4px rgba(96, 105, 116, 0.1), 0px 8px 5px rgba(96, 105, 116, 0.1);
  box-shadow: 0px 0.5px 2px rgba(96, 105, 116, 0.1), 0px 2px 3px rgba(96, 105, 116, 0.1), 0px 4px 4px rgba(96, 105, 116, 0.1), 0px 8px 5px rgba(96, 105, 116, 0.1);
}

/* end Hover effect */

/* Active & Focus */

.weiss .btn_default:active:focus,
.gelb .btn_default:active:focus,
.grau .btn_default:active:focus {
  border: 1px solid var(--Blau);
}

.blau .btn_default:active:focus {
  border: 1px solid var(--Weiss);
}

/* end button without arrows */

/* WPForms */

footer .kontaktformular h3 {
  color: var(--Blau) !important;
}

/** WPFORMS WPFORMSLABEL **/
.wpforms-form .wpforms-field-label {
  color: var(--Blau) !important;
}

.wpforms-form .wpforms-field input.wpforms-error,
.wpforms-form .wpforms-field textarea.wpforms-error,
.wpforms-form .wpforms-field select.wpforms-error {
  border: 2px solid #de350b !important;
}

.wpforms-container label.wpforms-error {
  display: block;
  color: #de350b;
  font-size: 12px;
  float: none;
}

.wpforms-container input[type="date"],
.wpforms-container input[type="datetime"],
.wpforms-container input[type="datetime-local"],
.wpforms-container input[type="email"],
.wpforms-container input[type="month"],
.wpforms-container input[type="number"],
.wpforms-container input[type="password"],
.wpforms-container input[type="range"],
.wpforms-container input[type="search"],
.wpforms-container input[type="tel"],
.wpforms-container input[type="text"],
.wpforms-container input[type="time"],
.wpforms-container input[type="url"],
.wpforms-container input[type="week"],
.wpforms-container select,
.wpforms-container textarea {
  background-color: transparent !important;
  border: 2px solid var(--Hellgrau) !important;
  border-radius: 3px;
}

.wpforms-container input:focus,
.wpforms-container select:focus,
.wpforms-container textarea:focus {
  border: 2px solid var(--Blau) !important;
}

/* .wpforms-form input[type="submit"],
.wpforms-form button[type="submit"] {
  border-radius: 100px;
  background-color: var(--Weiss) !important;
  color: var(--Dunkelgrau);
  -webkit-transition: all 0.2s ease-in-out !important;
  -o-transition: all 0.2s ease-in-out !important;
  transition: all 0.2s ease-in-out !important;
  border: none;
  padding: 6px 12px !important;
}

.wpforms-form input[type="submit"]:hover,
.wpforms-form button[type="submit"]:hover {
  background-color: var(--Weiss) !important;
  color: var(--Hellgrau);
  -webkit-box-shadow: 0px 0.5px 2px rgba(125, 103, 18, 0.1), 0px 2px 3px rgba(125, 103, 18, 0.1),
    0px 4px 4px rgba(125, 103, 18, 0.1), 0px 8px 5px rgba(125, 103, 18, 0.1);
  box-shadow: 0px 0.5px 2px rgba(125, 103, 18, 0.1), 0px 2px 3px rgba(125, 103, 18, 0.1),
    0px 4px 4px rgba(125, 103, 18, 0.1), 0px 8px 5px rgba(125, 103, 18, 0.1);
} */

.wpforms-form input[type="submit"],
.wpforms-form button[type="submit"] {
  font-family: "HelveticaNeueLTPro-Ex";
  color: var(--Dunkelgrau) !important;
  border: 2px solid var(--Gelb) !important;
  background: -o-linear-gradient(var(--Gelb), var(--Gelb)) padding-box, -o-linear-gradient(top, #ffe59c 0%, #ffc72c 100%) border-box !important;
  background: -webkit-gradient(linear, left top, left bottom, from(var(--Gelb)), to(var(--Gelb))) padding-box, -webkit-gradient(linear, left top, left bottom, from(#ffe59c), to(#ffc72c)) border-box !important;
  background: linear-gradient(var(--Gelb), var(--Gelb)) padding-box, linear-gradient(to bottom, #ffe59c 0%, #ffc72c 100%) border-box !important;
  display: inline-block;
  border-radius: 100px;
  margin: 0px 5px 0px 0px;
  position: relative;
  text-decoration: none;
  z-index: 1;
  padding: 10px 30px 5px 15px !important;
  text-align: left;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  overflow: hidden;
  line-height: 1.5;
}

.gelb .wpforms-form input[type="submit"],
.gelb .wpforms-form button[type="submit"] {
  background: var(--Weiss) !important;
  border-color: var(--Weiss) !important;
}

.wpforms-form input[type="submit"]:before,
.wpforms-form button[type="submit"]:before {
  content: "";
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  background-image: -o-linear-gradient(top, #ffd359, #ffc72c);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ffd359), to(#ffc72c));
  background-image: linear-gradient(to bottom, #ffd359, #ffc72c);
  z-index: -1;
  opacity: 0;
  -webkit-transition: opacity 0.2s ease-in-out;
  -o-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out;
}
.gelb .wpforms-form input[type="submit"]:before,
.gelb .wpforms-form button[type="submit"]:before {
  content: none;
}

.wpforms-form input[type="submit"]::after,
.wpforms-form button[type="submit"]::after {
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='17' height='18' viewBox='0 0 17 18' fill='white'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M7.4595 2.58081L11.9105 7.45082H0V10.4613H11.9105L7.4595 15.3308H11.1475L17 8.95527L11.1475 2.58081H7.4595Z' fill='white'/%3E%3C/svg%3E");
  position: absolute;
  right: 7px;
  top: calc(50% - 8px);
  width: 17px;
  height: 19px;
  z-index: -1;
}

.gelb .wpforms-form input[type="submit"]::after,
.gelb .wpforms-form button[type="submit"]::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='17' height='18' viewBox='0 0 17 18' fill='%23FFC72C'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M7.4595 2.58081L11.9105 7.45082H0V10.4613H11.9105L7.4595 15.3308H11.1475L17 8.95527L11.1475 2.58081H7.4595Z' fill='%23FFC72C'/%3E%3C/svg%3E");
}
/* Hover effect */

.wpforms-form input[type="submit"]:hover,
.wpforms-form button[type="submit"]:hover {
  color: var(--Dunkelgrau) !important;
  border: 2px solid transparent !important;
  -webkit-box-shadow: 0px 0.5px 2px rgba(96, 105, 116, 0.1), 0px 2px 3px rgba(96, 105, 116, 0.1), 0px 4px 4px rgba(96, 105, 116, 0.1), 0px 8px 5px rgba(96, 105, 116, 0.1);
  box-shadow: 0px 0.5px 2px rgba(96, 105, 116, 0.1), 0px 2px 3px rgba(96, 105, 116, 0.1), 0px 4px 4px rgba(96, 105, 116, 0.1), 0px 8px 5px rgba(96, 105, 116, 0.1);
}

.gelb .wpforms-form input[type="submit"]:hover,
.gelb .wpforms-form button[type="submit"]:hover {
  background: var(--Weiss) !important;
  -webkit-box-shadow: 0px 0.5px 2px rgba(125, 103, 18, 0.1), 0px 2px 3px rgba(125, 103, 18, 0.1), 0px 4px 4px rgba(125, 103, 18, 0.1), 0px 8px 5px rgba(125, 103, 18, 0.1);
  box-shadow: 0px 0.5px 2px rgba(125, 103, 18, 0.1), 0px 2px 3px rgba(125, 103, 18, 0.1), 0px 4px 4px rgba(125, 103, 18, 0.1), 0px 8px 5px rgba(125, 103, 18, 0.1);
}

.wpforms-form input[type="submit"]:hover::before,
.wpforms-form button[type="submit"]:hover::before {
  opacity: 1;
}

/* end Hover effect */

/* Active & Focus */

.wpforms-form input[type="submit"]:active,
.wpforms-form button[type="submit"]:active,
.wpforms-form input[type="submit"]:focus,
.wpforms-form button[type="submit"]:focus {
  border: 2px solid var(--Blau) !important;
}

/* section.akkordeon .wpforms-form input[type="submit"],
section.akkordeon .wpforms-form button[type="submit"],
section.text :not(.gelb) .wpforms-form input[type="submit"],
section.text :not(.gelb) .wpforms-form button[type="submit"] {
  background-color: var(--Gelb) !important;
  color: var(--Dunkelgrau);
  -webkit-box-shadow: 0px 0.5px 2px rgba(125, 103, 18, 0.1), 0px 2px 3px rgba(125, 103, 18, 0.1),
    0px 4px 4px rgba(125, 103, 18, 0.1), 0px 8px 5px rgba(125, 103, 18, 0.1);
  box-shadow: 0px 0.5px 2px rgba(125, 103, 18, 0.1), 0px 2px 3px rgba(125, 103, 18, 0.1),
    0px 4px 4px rgba(125, 103, 18, 0.1), 0px 8px 5px rgba(125, 103, 18, 0.1);
}

section.akkordeon .wpforms-form input[type="submit"]:hover,
section.akkordeon .wpforms-form button[type="submit"]:hover,
section.text :not(.gelb) .wpforms-form input[type="submit"]:hover,
section.text :not(.gelb) .wpforms-form button[type="submit"]:hover {
  background-color: var(--Gelb2) !important;
  color: var(--Hellgrau);
  -webkit-box-shadow: 0px 0.5px 2px rgba(125, 103, 18, 0.1), 0px 2px 3px rgba(125, 103, 18, 0.1),
    0px 4px 4px rgba(125, 103, 18, 0.1), 0px 8px 5px rgba(125, 103, 18, 0.1);
  box-shadow: 0px 0.5px 2px rgba(125, 103, 18, 0.1), 0px 2px 3px rgba(125, 103, 18, 0.1),
    0px 4px 4px rgba(125, 103, 18, 0.1), 0px 8px 5px rgba(125, 103, 18, 0.1);
} */

section.akkordeon div.wpforms-container-full {
  margin-left: 0;
} /* placeholder style until it's implemented as columns */

/* End WP Forms */

/* SVG color */

/* ----- LAZYLOAD EFFECT ----- */

img.bg_static_cover {
  -webkit-filter: blur(3px);
  filter: blur(3px);
  transition: filter 500ms, -webkit-filter 500ms;
}

img.bg_static_cover.lazyloaded {
  -webkit-filter: blur(0);
  filter: blur(0);
}

/* END LAZYLOAD EFFECT */

/* HubSpot Form General */

.hbspt-form ul,
.hs-form-private ul {
  list-style: none !important;
  padding: 0;
  margin: 0;
}

.hs-form-private fieldset {
  max-width: none !important;
}

.hbspt-form div.input input,
.hbspt-form div.input input.hs-input,
.hbspt-form div.input select.hs-input,
.hbspt-form div.input textarea.hs-input,
.hs-form-private div.input input,
.hs-form-private div.input input.hs-input,
.hs-form-private div.input select.hs-input,
.hs-form-private div.input textarea.hs-input {
  width: 100%;
  border: 2px solid var(--Hellgrau);
  border-radius: 3px;
  padding: 10px 8px 10px 8px;
}

.hs-form-private fieldset.form-columns-1 .hs-input.hs-fieldtype-intl-phone {
  width: 100% !important;
  display: flex;
  justify-content: space-between;
}

select#phone_ext-8792d306-8256-42c1-a219-371225dc38f5,
input#phone_ext-8792d306-8256-42c1-a219-371225dc38f5 {
  width: auto;
}

input#phone-8792d306-8256-42c1-a219-371225dc38f5 {
  margin-left: 30px;
}

.hbspt-form div.input div.hs-input {
  width: 100%;
  border: none;
  border-radius: 0;
  padding: 0;
}

.hbspt-form div.legal-consent-container,
.hs-form-private div.legal-consent-container {
  margin-top: 15px;
  margin-bottom: 15px;
}

.hbspt-form div.legal-consent-container input.hs-input {
  width: auto;
}

.hbspt-form .hs-error-msg,
.hs-form-private .hs-error-msg {
  color: #f2545b;
}

.hbspt-form div.input ul.inputs-list .hs-form-booleancheckbox-display,
.hs-form-private.hsForm_8792d306-8256-42c1-a219-371225dc38f5 .legal-consent-container .hs-form-booleancheckbox-display {
  display: flex;
}

.hbspt-form div.actions {
  display: flex;
}

.hbspt-form div.actions input.hs-button.primary.large,
.hs-form-private div.actions input.hs-button.primary.large {
  font-family: "HelveticaNeueLTPro-Ex";
  display: inline-block;
  border-radius: 100px;
  margin: 0px 5px 0px 0px;
  position: relative;
  text-decoration: none;
  z-index: 1;
  padding: 10px 15px 5px 15px;
  text-align: left;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  overflow: hidden;
}

/* Hubspot - Form Specific */

/* Newsletter */

.hbspt-form #hsForm_a7f879b9-1ae4-48ca-ade7-28d82a6214ea div.actions,
.hbspt-form #hsForm_0e99ee1a-0eb6-4a49-a028-66fdc7e0606a div.actions {
  justify-content: flex-end;
}

.hbspt-form #hsForm_a7f879b9-1ae4-48ca-ade7-28d82a6214ea input.hs-button.primary.large,
.hbspt-form #hsForm_0e99ee1a-0eb6-4a49-a028-66fdc7e0606a input.hs-button.primary.large {
  color: var(--Dunkelgrau);
  border: 2px solid var(--Gelb);
  background: -o-linear-gradient(var(--Gelb), var(--Gelb)) padding-box, -o-linear-gradient(top, #ffe59c 0%, #ffc72c 100%) border-box;
  background: -webkit-gradient(linear, left top, left bottom, from(var(--Gelb)), to(var(--Gelb))) padding-box, -webkit-gradient(linear, left top, left bottom, from(#ffe59c), to(#ffc72c)) border-box;
  background: linear-gradient(var(--Gelb), var(--Gelb)) padding-box, linear-gradient(to bottom, #ffe59c 0%, #ffc72c 100%) border-box;
}

.hbspt-form #hsForm_a7f879b9-1ae4-48ca-ade7-28d82a6214ea input.hs-button.primary.large:hover,
.hbspt-form #hsForm_0e99ee1a-0eb6-4a49-a028-66fdc7e0606a input.hs-button.primary.large:hover {
  border: 2px solid transparent;
  -webkit-box-shadow: 0px 0.5px 2px rgba(96, 105, 116, 0.1), 0px 2px 3px rgba(96, 105, 116, 0.1), 0px 4px 4px rgba(96, 105, 116, 0.1), 0px 8px 5px rgba(96, 105, 116, 0.1);
  box-shadow: 0px 0.5px 2px rgba(96, 105, 116, 0.1), 0px 2px 3px rgba(96, 105, 116, 0.1), 0px 4px 4px rgba(96, 105, 116, 0.1), 0px 8px 5px rgba(96, 105, 116, 0.1);

  /* Workaround - wasn't working with ::before */
  background: -o-linear-gradient(var(--Gelb2), var(--Gelb)) padding-box, -o-linear-gradient(top, #ffe59c 0%, #ffc72c 100%) border-box;
  background: -webkit-gradient(linear, left top, left bottom, from(var(--Gelb2)), to(var(--Gelb))) padding-box, -webkit-gradient(linear, left top, left bottom, from(#ffe59c), to(#ffc72c)) border-box;
  background: linear-gradient(var(--Gelb2), var(--Gelb)) padding-box, linear-gradient(to bottom, #ffe59c 0%, #ffc72c 100%) border-box;
}

/* Kontaktform */

.hbspt-form #hsForm_8792d306-8256-42c1-a219-371225dc38f5 div:not(.legal-consent-container) > input,
.hbspt-form #hsForm_fa73bd29-470c-444d-b0b9-5d20c75ee50a div:not(.legal-consent-container) > input,
.hbspt-form #hsForm_8792d306-8256-42c1-a219-371225dc38f5 div:not(.legal-consent-container) > select,
.hbspt-form #hsForm_fa73bd29-470c-444d-b0b9-5d20c75ee50a div:not(.legal-consent-container) > select,
.hbspt-form #hsForm_8792d306-8256-42c1-a219-371225dc38f5 div:not(.legal-consent-container) > textarea,
.hbspt-form #hsForm_fa73bd29-470c-444d-b0b9-5d20c75ee50a div:not(.legal-consent-container) > textarea {
  background: transparent;
  color: var(--Dunkelgrau);
  width: 100%;
}

.hbspt-form #hsForm_8792d306-8256-42c1-a219-371225dc38f5 div.actions input.hs-button.primary.large,
.hbspt-form #hsForm_fa73bd29-470c-444d-b0b9-5d20c75ee50a div.actions input.hs-button.primary.large {
  color: var(--Dunkelgrau);
  border: 2px solid var(--Weiss);
  background: var(--Weiss);
  width: auto;
}

section.akkordeon.weiss .hbspt-form #hsForm_8792d306-8256-42c1-a219-371225dc38f5 div.actions input.hs-button.primary.large,
section.akkordeon.weiss .hbspt-form #hsForm_fa73bd29-470c-444d-b0b9-5d20c75ee50a div.actions input.hs-button.primary.large {
  color: var(--Dunkelgrau);
  border: 2px solid var(--Gelb);
  background: -o-linear-gradient(var(--Gelb), var(--Gelb)) padding-box, -o-linear-gradient(top, #ffe59c 0%, #ffc72c 100%) border-box;
  background: -webkit-gradient(linear, left top, left bottom, from(var(--Gelb)), to(var(--Gelb))) padding-box, -webkit-gradient(linear, left top, left bottom, from(#ffe59c), to(#ffc72c)) border-box;
  background: linear-gradient(var(--Gelb), var(--Gelb)) padding-box, linear-gradient(to bottom, #ffe59c 0%, #ffc72c 100%) border-box;
}

.hbspt-form #hsForm_8792d306-8256-42c1-a219-371225dc38f5 div.actions input.hs-button.primary.large:hover,
.hbspt-form #hsForm_fa73bd29-470c-444d-b0b9-5d20c75ee50a div.actions input.hs-button.primary.large:hover {
  background: var(--Weiss);
  -webkit-box-shadow: 0px 0.5px 2px rgba(125, 103, 18, 0.1), 0px 2px 3px rgba(125, 103, 18, 0.1), 0px 4px 4px rgba(125, 103, 18, 0.1), 0px 8px 5px rgba(125, 103, 18, 0.1);
  box-shadow: 0px 0.5px 2px rgba(125, 103, 18, 0.1), 0px 2px 3px rgba(125, 103, 18, 0.1), 0px 4px 4px rgba(125, 103, 18, 0.1), 0px 8px 5px rgba(125, 103, 18, 0.1);
}

section.akkordeon.weiss .hbspt-form #hsForm_8792d306-8256-42c1-a219-371225dc38f5 div.actions input.hs-button.primary.large:hover,
section.akkordeon.weiss .hbspt-form #hsForm_fa73bd29-470c-444d-b0b9-5d20c75ee50a div.actions input.hs-button.primary.large:hover {
  border: 2px solid transparent;
  -webkit-box-shadow: 0px 0.5px 2px rgba(96, 105, 116, 0.1), 0px 2px 3px rgba(96, 105, 116, 0.1), 0px 4px 4px rgba(96, 105, 116, 0.1), 0px 8px 5px rgba(96, 105, 116, 0.1);
  box-shadow: 0px 0.5px 2px rgba(96, 105, 116, 0.1), 0px 2px 3px rgba(96, 105, 116, 0.1), 0px 4px 4px rgba(96, 105, 116, 0.1), 0px 8px 5px rgba(96, 105, 116, 0.1);

  /* Workaround - wasn't working with ::before */
  background: -o-linear-gradient(var(--Gelb2), var(--Gelb)) padding-box, -o-linear-gradient(top, #ffe59c 0%, #ffc72c 100%) border-box;
  background: -webkit-gradient(linear, left top, left bottom, from(var(--Gelb2)), to(var(--Gelb))) padding-box, -webkit-gradient(linear, left top, left bottom, from(#ffe59c), to(#ffc72c)) border-box;
  background: linear-gradient(var(--Gelb2), var(--Gelb)) padding-box, linear-gradient(to bottom, #ffe59c 0%, #ffc72c 100%) border-box;
}

.hbspt-form #hsForm_8792d306-8256-42c1-a219-371225dc38f5 .legal-consent-container .hs-form-booleancheckbox-display p {
  color: var(--Dunkelgrau);
}

/* HubSpot Form Downloads + Lightbox */

#lightbox {
  position: fixed;
  z-index: 998;
  width: 100%;
  height: 100%;
}

#lightbox::before {
  content: "";
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 998;
  background-color: var(--Blau);
}

div.lightbox-container {
  width: 50%;
  margin: 0 auto;
  margin-top: 250px;
  position: relative;
  z-index: 999;
  display: flex;
  flex-direction: column;
  align-items: center;
}

div.lightbox-container div#formContainer {
  width: 100%;
}

div.lightbox-container h2 {
  align-self: flex-start;
  color: var(--Gelb);
}

div.lightbox-container button.close_button {
  display: flex;
  align-self: flex-end;
  background-color: var(--Gelb);
  border-radius: 25px;
  padding: 10px;
  margin-bottom: 15px;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

div.lightbox-container button.close_button:hover {
  -webkit-box-shadow: 0px 1px 4px #00254f, 0px 4px 6px rgba(0, 37, 79, 0.4), 0px 8px 8px rgba(0, 37, 79, 0.4), 0px 10px 16px rgba(0, 37, 79, 0.4);
  box-shadow: 0px 1px 4px #00254f, 0px 4px 6px rgba(0, 37, 79, 0.4), 0px 8px 8px rgba(0, 37, 79, 0.4), 0px 10px 16px rgba(0, 37, 79, 0.4);
}

div.lightbox-container button.close_button i {
  color: var(--Dunkelgrau);
}

div.lightbox-container div.actions input.hs-button.primary.large {
  text-transform: capitalize;
  color: var(--Dunkelgrau);
  border: 2px solid var(--Gelb);
  background: -o-linear-gradient(var(--Gelb), var(--Gelb)) padding-box, -o-linear-gradient(top, #ffe59c 0%, #ffc72c 100%) border-box;
  background: -webkit-gradient(linear, left top, left bottom, from(var(--Gelb)), to(var(--Gelb))) padding-box, -webkit-gradient(linear, left top, left bottom, from(#ffe59c), to(#ffc72c)) border-box;
  background: linear-gradient(var(--Gelb), var(--Gelb)) padding-box, linear-gradient(to bottom, #ffe59c 0%, #ffc72c 100%) border-box;
}

div.lightbox-container div.actions input.hs-button.primary.large:hover {
  -webkit-box-shadow: 0px 1px 4px #00254f, 0px 4px 6px rgba(0, 37, 79, 0.4), 0px 8px 8px rgba(0, 37, 79, 0.4), 0px 10px 16px rgba(0, 37, 79, 0.4);
  box-shadow: 0px 1px 4px #00254f, 0px 4px 6px rgba(0, 37, 79, 0.4), 0px 8px 8px rgba(0, 37, 79, 0.4), 0px 10px 16px rgba(0, 37, 79, 0.4);
  /* Workaround - wasn't working with ::before */
  background: -o-linear-gradient(var(--Gelb2), var(--Gelb)) padding-box, -o-linear-gradient(top, #ffe59c 0%, #ffc72c 100%) border-box;
  background: -webkit-gradient(linear, left top, left bottom, from(var(--Gelb2)), to(var(--Gelb))) padding-box, -webkit-gradient(linear, left top, left bottom, from(#ffe59c), to(#ffc72c)) border-box;
  background: linear-gradient(var(--Gelb2), var(--Gelb)) padding-box, linear-gradient(to bottom, #ffe59c 0%, #ffc72c 100%) border-box;
}

div.lightbox-container .hbspt-form div.input ul.inputs-list .hs-form-booleancheckbox-display,
div.lightbox-container .legal-consent-container .hs-form-booleancheckbox-display {
  display: flex;
}

div.lightbox-container .hbspt-form div.actions {
  display: flex;
}

div.lightbox-container div.legal-consent-container input.hs-input {
  width: auto !important;
}

div.lightbox-container .legal-consent-container .hs-form-booleancheckbox-display p,
div.lightbox-container .legal-consent-container .hs-form-booleancheckbox-display p + span {
  color: var(--Gelb);
}

@media (max-width: 768px) {
  div.lightbox-container {
    margin: 5px;
    padding: 25px;
    padding-right: 40px;
    width: 100vw;
  }
}

#dialogoverlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 9998;
}

#dialogbox {
  display: none;
  position: fixed;
  width: 600px;
  background: var(--Blau);
  z-index: 9999;
  left: 50%;
  transform: translateX(-50%);
  border-radius: 8px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.5);
  color: var(--Gelb);
}

#dialogboxhead {
  background: var(--Gelb);
  padding: 10px;
  margin: 5px;
  border-radius: 8px;
  font-size: 18px;
  font-weight: bold;
  color: var(--Blau);
}
#dialogboxhead i {
  color: inherit; /* Ensures it inherits the color from #dialogboxhead */
}

#dialogboxbody {
  padding: 20px;
  font-size: 16px;
}

#dialogboxfoot {
  padding: 10px;
  text-align: right;
}



/* === Modal Overlay & Box === */

#modalOverlay {
    position: fixed;
    inset: 0;
    background: rgba(0, 73, 151, 0.205);
    display: none;      
    z-index: 9998;
  }
  
  #modalBox {
    position: fixed;
    inset: 0;
    margin: auto;
    width: 90%;
    max-width: 600px;
    background: #004897;   
    border-radius: 8px;
    display: none;            
    z-index: 9999;
    padding: 10px;
    color: #ffc72c;      
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.5);
    height: max-content;
  }
  

  .modalInner {
    min-height: 200px;
    max-height: 400px;
  }
  

  #modalHead {
    background: #ffc72c;
    padding: 10px;
    margin-bottom: 30px;
    border-radius: 8px;
    font-size: 18px;
    font-weight: bold;
    color: #004897;
  }
  
  #modalHead i {
    color: inherit;
  }
  

  #modalBody {
    font-size: 16px;
  }
  
  /* Responsive tweak */
  @media (max-width: 768px) {
    #modalBox {
      width: 95%;
      padding: 16px;
    }
  }
  