@charset "UTF-8";
/*
Theme Name: regio-it-darksite Child theme
Description:
Version: 1.0
Author: Talha Sariyürek
Template: kc-parent-theme
Author URI: https://konzeptcode.com
*/
/*
@include max($tablet) {
	height: 60px;
}
*/
/*
Beispiel:
@include default_text_specs(
    $css-variable-prepend: "kc-teaser-title",
    $font-weight: 700,
    $line-height: 1,
    $text-align: "center"
);
*/
/*
Beispiel:
@include default_h1_specs(
    $css-variable-prepend: "",
    $font-weight: 700,
    $line-height: 1,
    $text-align: "center"
);
*/
/*
Beispiel:
@include default_h2_specs(
    $css-variable-prepend: "",
    $font-weight: 700,
    $line-height: 1,
    $text-align: "center"
);
*/
/*
Beispiel:
@include css_variable_prepend(
    $property: "font-size",
    $prepend-string: 'kc-teaser-title',
    $default-value: 20px
);
*/
/*
@extend %transition;
*/
/*
@extend %transition-timing;
*/
/*
@include max($tablet) {
	height: 60px;
}
*/
:root,
body,
html {
  --primary-color: #a40b1e;
  --primary-color-dark: #7a1420;
  --secondary-color: #95a6b1;
  --secondary-color-dark: #667782;
  --text-color: #000000;
  --grey: #d9d9d9;
  --grey-light: #f2f2f2;
  --grey-lightest: #f5f5f5;
  --white: #fff;
  --primary-font: "Quebec Serial", sans-serif;
  --secondary-font: "Quebec Serial", sans-serif;
  --block-default-width: 1600px;
  --content-max-width: 1600px;
  --content-width: 1600px;
  --text-width: 1000px;
  --screen-width-mobileonly: 720px;
}
@media (max-width: 480px) {
  :root,
body,
html {
    --global-padding: 10px;
  }
}

header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
  display: block;
  width: 100%;
  padding: 30px var(--global-padding);
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  background-color: #fff;
}
@media (max-width: 960px) {
  header {
    padding: 20px var(--global-padding);
  }
}
header.dimm:before {
  content: "";
  background-color: #667782;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100vw;
  height: 100vh;
  opacity: 0.75;
  z-index: -1;
}
header #header-main {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: var(--content-max-width);
  margin: 0 auto;
}
header #header-main #logo {
  display: block;
  width: 100%;
  max-width: 245px;
}
@media (max-width: 960px) {
  header #header-main #logo {
    max-width: 143px;
  }
}
header #header-main #logo img {
  display: block;
  width: 100%;
  height: auto;
}
header #header-main ul {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  flex-direction: column;
  align-items: baseline;
  padding: 50px 20px;
  z-index: -1;
  background-color: var(--grey-light);
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  gap: 20px;
  margin: 0;
  list-style: none;
}
header #header-main ul:before {
  content: "";
  position: absolute;
  top: -5px;
  left: 0;
  width: 100%;
  height: 5px;
  background-color: transparent;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}
@media (min-width: 768px) {
  header #header-main ul {
    background-color: transparent;
    display: flex !important;
    position: relative;
    top: 0;
    left: 0;
    width: auto;
    flex-direction: row;
    align-items: center;
    padding: 0;
    z-index: 0;
    box-shadow: none;
  }
  header #header-main ul:before {
    display: none;
  }
}
header #header-main ul li a {
  display: block;
  color: #000;
  font-size: 20px;
  text-decoration: none;
  text-transform: uppercase;
}
header #header-main ul li.current-menu-item a {
  color: var(--primary-color);
}
header #header-main ul li.primary {
  display: flex;
}
header #header-main ul li.primary a {
  background-color: var(--primary-color);
  color: #fff;
  padding: 10px 25px;
  border-radius: 5px;
  overflow: hidden;
}
header #header-main ul li.primary a.logout {
  font-family: var(--font-awesome-font);
  font-weight: 900;
  background-color: var(--primary-color-dark);
}
header #header-main ul li.primary.logged-in a:first-child {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
header #header-main ul li.primary.logged-in a:last-child {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
header #header-main #burger-open {
  display: block;
  width: 35px;
  height: auto;
}
@media (min-width: 768px) {
  header #header-main #burger-open {
    display: none;
  }
}
header #header-main #burger-close {
  display: none;
}

:target {
  scroll-margin-top: 300px;
  /* Höhe deines Headers */
}

footer {
  background-color: var(--grey);
  padding: 10px var(--global-padding);
  width: 100%;
  margin-top: 60px;
}
footer * {
  font-size: 14px;
  white-space: nowrap;
  color: #000;
}
footer #footer-content {
  width: 100%;
  max-width: var(--content-max-width);
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media (max-width: 768px) {
  footer #footer-content {
    flex-direction: column-reverse;
    gap: 15px;
    align-items: center;
  }
}
footer #footer-content #menu-footer {
  display: flex;
  gap: 15px;
  list-style: none;
  margin: 0;
  padding: 0;
}
footer #footer-content #menu-footer li {
  list-style: none;
  margin: 0;
  padding: 0;
}
footer #footer-content #menu-footer li a {
  text-decoration: none;
}

@media (max-width: 768px) {
  body.page-id-118 {
    --spacer-35px-height: 20px;
  }
  body.page-id-118 .wp-block-image {
    max-width: 143px;
    --image-margin: 0 auto;
  }
}
body.page-id-118 #wrapper > section {
  min-height: calc(100vh - var(--header-height) - 41px) !important;
}
body.page-id-118:not(.logged-in) #header-outer-wrapper {
  margin-bottom: 0;
}
body.page-id-118 #login-area .wp-block-group__inner-container {
  width: 100%;
  max-width: 1000px;
  margin: 80px auto;
  padding: 80px 130px;
  border: 4px solid var(--secondary-color);
  border-radius: 20px;
  background-color: var(--grey-light);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
@media (max-width: 768px) {
  body.page-id-118 #login-area .wp-block-group__inner-container {
    padding: 40px 25px;
  }
}
body.page-id-118 #kc-login-form-container {
  max-width: 550px;
}
@media (max-width: 768px) {
  body.page-id-118 #kc-login-form-container {
    max-width: 100%;
  }
}
body.page-id-118 #kc-login-form-container .kc-login-field-wrapper {
  margin-bottom: 20px;
}
body.page-id-118 #kc-login-form-container label {
  display: block;
  font-weight: 400;
  margin-bottom: 10px;
  font-size: 18px;
}
body.page-id-118 #kc-login-form-container input[type=text],
body.page-id-118 #kc-login-form-container input[type=password] {
  width: 100%;
  padding: 10px;
  border: 1px solid #95a6b1;
  border-radius: 5px;
  overflow: hidden;
  font-size: 25px;
}
body.page-id-118 #kc-login-form-container input[type=submit] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: none;
  box-shadow: none;
  background-color: var(--primary-color);
  color: #fff;
  padding: 10px 15px;
  border-radius: 5px;
  font-size: 16px;
  font-weight: 400;
  cursor: pointer;
  font-family: var(--primary-font);
}
body.page-id-118 #dienstleistungen-container,
body.page-id-118 #dokumente-container,
body.page-id-118 .accordion-container {
  display: none;
}
body.page-id-118 footer {
  margin-top: 0;
}

html,
body {
  font-family: var(--p-font-family);
  font-weight: var(--p-font-weight);
  font-size: var(--p-font-size);
  line-height: 1.5;
  color: var(--text-color);
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  margin: 0;
  background-color: var(--white);
}

*,
*::before,
*::after {
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}

article#wrapper {
  --header-height: 122px;
  --footer-height: calc(41px + 60px);
  margin-top: var(--header-height);
  min-height: calc(100vh - var(--header-height) - var(--footer-height)) !important;
}
@media (max-width: 960px) {
  article#wrapper {
    --header-height: 90px;
  }
}
@media (max-width: 768px) {
  article#wrapper {
    --header-height: 77px;
    --footer-height: 77px;
  }
}

.wir-sind-fuer-sie-da-container {
  --group-width: var(--group-inner-width);
}