/*
Theme Name: Schloss Nedaschuetz Theme
Author: kinderDerZeit
Requires at least: WordPress 5.2
Version: 0.1
License: Proprietäre Software
License URI:
Text Domain: SchlossNedaschuetzTheme
 */
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
@import "css/vendor/bootstrap.min.css";
@import "css/vendor/swiper.min.css";
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}
/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}
/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}
/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}
/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}
/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}
/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}
/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}
/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}
/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}
/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}
/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}
/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}
/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}
/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}
/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}
/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}
/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}
/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}
/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}
/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}
/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}
/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}
/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}
/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}
/* playfair-display-regular - latin */
@font-face {
  font-family: 'Playfair Display';
  font-style: normal;
  font-weight: 400;
  src: url('fonts/playfair-display-v14-latin-regular.eot');
  /* IE9 Compat Modes */
  src: local('Playfair Display Regular'), local('PlayfairDisplay-Regular'), url('fonts/playfair-display-v14-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('fonts/playfair-display-v14-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */ url('fonts/playfair-display-v14-latin-regular.woff') format('woff'), /* Modern Browsers */ url('fonts/playfair-display-v14-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */ url('fonts/playfair-display-v14-latin-regular.svg#PlayfairDisplay') format('svg');
  /* Legacy iOS */
}
/* cabin-regular - latin */
@font-face {
  font-family: 'Cabin Regular';
  font-style: normal;
  font-weight: 400;
  src: url('fonts/cabin-v13-latin-regular.eot');
  /* IE9 Compat Modes */
  src: local('Cabin'), local('Cabin-Regular'), url('fonts/cabin-v13-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('fonts/cabin-v13-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */ url('fonts/cabin-v13-latin-regular.woff') format('woff'), /* Modern Browsers */ url('fonts/cabin-v13-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */ url('fonts/cabin-v13-latin-regular.svg#Cabin') format('svg');
  /* Legacy iOS */
}
/* cabin-700 - latin */
@font-face {
  font-family: 'Cabin Bold';
  font-style: normal;
  font-weight: 700;
  src: url('fonts/cabin-v13-latin-700.eot');
  /* IE9 Compat Modes */
  src: local('Cabin Bold'), local('Cabin-Bold'), url('fonts/cabin-v13-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('fonts/cabin-v13-latin-700.woff2') format('woff2'), /* Super Modern Browsers */ url('fonts/cabin-v13-latin-700.woff') format('woff'), /* Modern Browsers */ url('fonts/cabin-v13-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */ url('fonts/cabin-v13-latin-700.svg#Cabin') format('svg');
  /* Legacy iOS */
}
@font-face {
  font-family: 'Hand Test';
  src: url('fonts/HandTest.woff2') format('woff2'), url('fonts/HandTest.woff') format('woff'), url('fonts/HandTest.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: 'icomoon';
  src: url('fonts/icomoon.eot?yb7w2a');
  src: url('fonts/icomoon.eot?yb7w2a#iefix') format('embedded-opentype'), url('fonts/icomoon.ttf?yb7w2a') format('truetype'), url('fonts/icomoon.woff?yb7w2a') format('woff'), url('fonts/icomoon.svg?yb7w2a#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
}
[class^="icon-"],
[class*=" icon-"] {
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-address:before {
  content: "\e900";
}
.icon-phone:before {
  content: "\e901";
}
.icon-mail:before {
  content: "\e902";
}
.icon-plus:before {
  content: "\f067";
}
.icon-minus:before {
  content: "\f068";
}
.icon-star:before {
  content: "\f005";
}
.icon-star-o:before {
  content: "\f006";
}
.icon-check:before {
  content: "\f00c";
}
.icon-close:before {
  content: "\f00d";
}
.icon-remove:before {
  content: "\f00d";
}
.icon-times:before {
  content: "\f00d";
}
.icon-chevron-left:before {
  content: "\f053";
}
.icon-chevron-right:before {
  content: "\f054";
}
.icon-bars:before {
  content: "\f0c9";
}
.icon-navicon:before {
  content: "\f0c9";
}
.icon-reorder:before {
  content: "\f0c9";
}
.icon-angle-double-left:before {
  content: "\f100";
}
.icon-angle-double-right:before {
  content: "\f101";
}
.icon-angle-double-up:before {
  content: "\f102";
}
.icon-angle-double-down:before {
  content: "\f103";
}
.icon-angle-left:before {
  content: "\f104";
}
.icon-angle-right:before {
  content: "\f105";
}
.icon-angle-up:before {
  content: "\f106";
}
.icon-angle-down:before {
  content: "\f107";
}
.icon-spinner:before {
  content: "\f110";
}
.icon-star-half-empty:before {
  content: "\f123";
}
.icon-star-half-full:before {
  content: "\f123";
}
.icon-star-half-o:before {
  content: "\f123";
}
/*
Unitize mixin
================================================
The unitize mixins converts values from px-units to the relative rem-units, providing all the benefits of units like em and rem, without you having to do any calculations yourself.

######Syntax:
`@property` = the property that should be unitized.<br/>
`@value` = pixel-value<br/>
`@baseValue` (optional) = default browser font-size (@remScaleFactor in most cases)<br/>

######Example Unitize mixin with custom property
`.unitize(@property, @value);`<br/>
`.unitize(font-size, 16);`

######Specific built-in functions
In addition to the general `.unitize()` mixin, Shopware contains specific mixins to quickly calculate values which (for example) have more than one property.<br/>
<br/>

`.unitize-height(@value)`<br/>
`.unitize-width(@value)`<br/>
`.unitize-max-height(@value)`<br/>
`.unitize-max-width(@value)`<br/>
`.unitize-min-width(@value)`<br/>
`.unitize-padding(@topValue, @rightValue: @topValue, @bottomValue: @topValue, @leftValue: @rightValue)`<br/>
`.unitize-margin(@topValue, @rightValue: @topValue, @bottomValue: @topValue, @leftValue: @rightValue)`<br/>
`.unitize-variable(@value)`<br/>
*/
.reset-all {
  all: initial;
}
.defaul-shadow {
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
}
.pseudo-h3 {
  font-size: 32px;
  font-size: 2rem;
  line-height: 44px;
  line-height: 2.75rem;
  text-transform: uppercase;
  font-weight: 600;
}
.bold {
  font-family: 'Cabin Bold', sans-serif;
  font-weight: 700;
}
.low-key-link {
  color: #757575;
}
.low-key-link:hover {
  color: #FF4106;
}
.text--left {
  text-align: left;
}
.text--center {
  text-align: center;
}
.text--right {
  text-align: right;
}
.text--primary {
  color: #CB3304;
}
.text--xs {
  font-size: 16px;
  font-size: 1rem;
  line-height: 28px;
  line-height: 1.75rem;
}
.text--s {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 30px;
  line-height: 1.875rem;
}
.text--normal {
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 32px;
  line-height: 2rem;
}
.text--l {
  font-size: 22px;
  font-size: 1.375rem;
  line-height: 34px;
  line-height: 2.125rem;
}
.text--xl {
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 36px;
  line-height: 2.25rem;
}
.pseudo-image {
  visibility: hidden;
  height: calc(100% - 100px);
}
.bg--primary {
  background-color: #CB3304;
}
.bg--secondary {
  background-color: #118acb;
}
.bg--color-white {
  background-color: #fff;
}
.bg--light {
  background-color: #F9F9F9;
}
.bg--dark {
  background-color: #1C1C1C;
}
.is--flex {
  display: flex;
  flex-wrap: wrap;
}
.is--flex.no--wrap {
  flex-wrap: nowrap;
}
.is--flex.flex-center-h {
  justify-content: center;
  justify-items: center;
}
.is--flex.flex-center-v {
  align-items: center;
  align-content: center;
}
.is--flex.flex-column {
  flex-direction: column;
}
.is--flex.flex-column.flex-reverse {
  flex-direction: column-reverse;
}
.is--flex.flex-reverse {
  flex-direction: row-reverse;
}
body {
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 32px;
  line-height: 2rem;
  font-family: 'Cabin Regular', sans-serif;
  color: #757575;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Playfair Display', sans-serif;
  margin-top: 0;
  color: #1C1C1C;
}
h1 {
  font-size: calc(52px * 0.75);
  line-height: calc(68px * 0.75);
  word-break: break-word;
  margin-bottom: 20px;
}
h2 {
  font-size: calc(42px * 0.75);
  line-height: calc(50px * 0.75);
  word-break: break-word;
  margin-bottom: 16px;
}
.subtitle {
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 24px;
  line-height: 1.5rem;
  font-weight: 400;
  text-transform: uppercase;
}
h3 {
  font-size: calc(32px * 0.75);
  line-height: calc(44px * 0.75);
  word-break: break-word;
  font-weight: 700;
}
p {
  margin-top: 0;
  margin-bottom: 24px;
  margin-bottom: 1.5rem;
}
a {
  color: #CB3304;
  text-decoration: none;
  transition: color 0.3s ease-in-out, background-color 0.3s ease-in-out;
  word-break: break-word;
}
a:hover {
  color: #FF4106;
  text-decoration: none;
  transition: color 0.3s ease-in-out, background-color 0.3s ease-in-out;
}
b,
strong {
  font-family: 'Cabin Bold', sans-serif;
}
.hand-font {
  font-family: 'Hand Test', serif;
}
@media screen and (min-width: 768px) {
  h1 {
    font-size: 52px;
    font-size: 3.25rem;
    line-height: 68px;
    line-height: 4.25rem;
    margin-bottom: 20px;
    word-break: normal;
  }
  h2 {
    font-size: 42px;
    font-size: 2.625rem;
    line-height: 50px;
    line-height: 3.125rem;
    margin-bottom: 16px;
    word-break: normal;
  }
  .subtitle {
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 24px;
    line-height: 1.5rem;
    font-weight: 400;
    text-transform: uppercase;
  }
  h3 {
    font-size: 32px;
    font-size: 2rem;
    line-height: 44px;
    line-height: 2.75rem;
    font-weight: 700;
    word-break: normal;
  }
  a {
    word-break: normal;
  }
}
button:hover,
input[type="submit"]:hover {
  cursor: pointer;
}
.btn {
  display: inline-block;
  background: gray;
  color: #fff;
  border: 1px solid lightgrey;
  outline: none;
  border-radius: 5;
  padding: 14px 28px 14px 28px;
  padding: 0.875rem 1.75rem 0.875rem 1.75rem;
  cursor: pointer;
  text-transform: uppercase;
  font-family: 'Cabin Regular', sans-serif;
  width: auto;
  font-size: 16px;
  font-size: 1rem;
  line-height: 16px;
  line-height: 1rem;
}
.btn:hover {
  background: lightgray;
}
.btn.btn--primary {
  color: #fff;
  background: #CB3304;
  border: 1px solid #FF4106;
}
.btn.btn--primary:hover {
  background: #FF4106;
}
.btn.btn--secondary {
  color: #fff;
  background: #118acb;
  border: 1px solid #006ba4;
}
.btn.btn--secondary:hover {
  background: #006ba4;
}
* {
  box-sizing: border-box;
}
.container {
  max-width: 1600px;
  margin: auto;
  padding: 0 8px;
}
.content__inner {
  display: flex;
  flex-wrap: wrap;
}
.content__inner .entry-content {
  width: 100%;
}
.content__inner .sidebar {
  width: 100%;
}
@media screen and (min-width: 960px) {
  .content__inner .entry-content {
    width: calc(80% - 20px * 1 / 2);
    padding-left: 20px;
    padding-left: 1.25rem;
  }
  .content__inner .sidebar {
    width: calc(20% - 20px * 1 / 2);
  }
}
.pagination {
  display: flex;
  justify-content: center;
  align-items: center;
}
.pagination .next {
  margin-left: 10px;
  margin-left: 0.625rem;
}
.pagination .prev {
  margin-right: 10px;
  margin-right: 0.625rem;
}
.pagination .screen-reader-text {
  display: none;
}
.pagination .icon-chevron-left,
.pagination .icon-chevron-right {
  vertical-align: middle;
}
.pagination .icon-chevron-right {
  margin-left: 8px;
}
.pagination .icon-chevron-left {
  margin-right: 8px;
}
.page-numbers.current {
  font-weight: 900;
}
input,
select,
textarea {
  width: 100%;
}
label {
  margin-bottom: 2px;
}
input[type="submit"] {
  width: auto;
}
input[type="checkbox"],
input[type="radio"] {
  width: auto;
}
input[type="text"],
input[type="email"],
input[type="tel"],
input[type="number"],
select,
textarea {
  background: #F9F9F9;
  border: none;
  border-radius: 5;
  font-size: 16px;
  padding: 6px 12px;
  margin-bottom: 12px;
}
input[type="text"],
input[type="email"],
input[type="tel"],
input[type="number"],
select {
  height: 42px;
}
div[class*="form-row"] {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.form-row-25 > *,
.form-row-33 > *,
.form-row-50 > *,
.form-row-100 > * {
  width: 100%;
  margin-bottom: 16px;
}
.bootstrap-filestyle.input-group {
  width: auto;
  display: inline-block;
}
@media screen and (min-width: 768px) {
  .form-row-50 > * {
    width: calc(50% - 20px);
  }
  .form-row-33 > * {
    width: calc(33.33% - 20px);
  }
  .form-row-25 > * {
    width: calc(25% - 20px);
  }
}
* {
  box-sizing: border-box;
}
img {
  width: 100%;
  height: auto;
}
ul {
  list-style: none;
  padding: 0;
}
.ribbon {
  padding: 16px 16px 16px 16px;
  padding: 1rem 1rem 1rem 1rem;
  color: #fff;
}
.ribbon a {
  color: #fff;
}
.ribbon a:hover {
  color: #FF4106;
}
.ribbon [class*="icon"] {
  font-size: 42px;
  margin-right: 6px;
}
.ribbon__item {
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: 'Cabin Bold', sans-serif;
  font-weight: 700;
  margin-bottom: 16px;
  margin-bottom: 1rem;
  height: 56px;
}
@media screen and (min-width: 768px) {
  .ribbon {
    padding: 40px 40px 40px 40px;
    padding: 2.5rem 2.5rem 2.5rem 2.5rem;
  }
  .ribbon__item {
    margin-bottom: 0;
  }
  .ribbon [class*='col'] .ribbon__item {
    position: relative;
    /* lighter line */
    /* darker line */
  }
  .ribbon [class*='col'] .ribbon__item::before {
    content: '';
    position: absolute;
    right: -7px;
    top: 50%;
    transform: translateY(-50%);
    height: 175%;
    width: 1px;
    background: #FF4106;
  }
  .ribbon [class*='col'] .ribbon__item::after {
    content: '';
    position: absolute;
    right: -8px;
    top: 50%;
    transform: translateY(-50%);
    height: 175%;
    width: 1px;
    background: #671a02;
  }
  .ribbon [class*='col']:last-child .ribbon__item {
    /* darker line */
  }
  .ribbon [class*='col']:last-child .ribbon__item::before {
    content: none;
  }
  .ribbon [class*='col']:last-child .ribbon__item::after {
    content: none;
  }
}
.affix {
  position: fixed;
  z-index: 100;
  top: 0;
  width: 100vw;
  left: 0;
  border-radius: 0;
  background: #fff;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
  margin-top: 0 !important;
}
.affix + .affix-spacer {
  height: 130px;
}
.affix .header__contact {
  display: none;
}
@media screen and (min-width: 768px) {
  .affix .header__logo-container {
    width: 165px;
    transition: width 0.3s ease-in-out;
  }
}
.header__inner {
  line-height: 0;
}
.header__top {
  padding: 20px 8px 20px 8px;
  padding: 1.25rem 0.5rem 1.25rem 0.5rem;
  background-color: #118acb;
}
.header__top > .kdz-container.kdz-container--header.is--flex {
  justify-content: space-between;
}
.header__top > .container--header.is--flex {
  justify-content: space-between;
}
.header__logo {
  max-width: 75%;
}
.header__logo > a {
  flex-wrap: nowrap;
}
.header__logo > a > img {
  width: 110px;
  margin-right: 30px;
}
.header__contact {
  display: none;
}
.header__navigation {
  margin-top: 20px;
  margin-top: 1.25rem;
}
@media screen and (min-width: 768px) {
  .header__logo-container {
    padding: 16px 0px 0px 0px;
    padding: 1rem 0rem 0rem 0rem;
    width: 100%;
    display: flex;
    align-items: center;
    height: 100%;
    max-width: 385px;
    max-width: 24.0625rem;
  }
  .header__navigation {
    margin-bottom: 16px;
    margin-bottom: 1rem;
  }
}
@media screen and (min-width: 1024px) {
  .header__logo-container {
    padding: 16px 0px 16px 0px;
    padding: 1rem 0rem 1rem 0rem;
  }
  .header__contact {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    align-items: center;
    margin-top: 16px;
    margin-top: 1rem;
    padding-right: 8px;
    padding-right: 0.5rem;
  }
  .header__contact a {
    color: #757575;
  }
  .header__contact a:hover {
    color: #FF4106;
  }
  .header__contact > div:last-child {
    margin-left: 16px;
    margin-left: 1rem;
  }
  .header__contact [class*="icon"] {
    margin-right: 6px;
    margin-right: 0.375rem;
  }
}
@media screen and (min-width: 1600px) {
  .header__navigation {
    margin-bottom: 0;
  }
}
@media screen and (min-width: 768px) {
  #menu-hauptmenue {
    list-style: none;
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
    flex-direction: row;
    padding: 0;
    margin: 0;
  }
  #menu-hauptmenue li a {
    color: #757575;
  }
  #menu-hauptmenue li a:hover {
    color: #FF4106;
  }
  #menu-hauptmenue li.current-menu-item > a {
    color: #CB3304;
  }
  #menu-hauptmenue li.current-menu-item > a:hover {
    color: #FF4106;
  }
  #menu-hauptmenue > li {
    margin: 0;
  }
  #menu-hauptmenue > li > a {
    display: block;
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 20px;
    line-height: 1.25rem;
    text-transform: uppercase;
    padding: 4px 6px 4px 6px;
    padding: 0.25rem 0.375rem 0.25rem 0.375rem;
  }
  #menu-hauptmenue > li.menu-item-has-children {
    position: relative;
  }
  #menu-hauptmenue > li.menu-item-has-children:hover > .sub-menu {
    max-height: 1000px;
    overflow: visible;
  }
  #menu-hauptmenue > li > .sub-menu {
    position: absolute;
    top: 100%;
    margin: 0;
    padding: 0;
    list-style: none;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
    border-radius: 6px;
    overflow: hidden;
    max-height: 0;
    min-width: 240px;
    z-index: 100;
  }
  #menu-hauptmenue > li > .sub-menu > li:first-child > a {
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
  }
  #menu-hauptmenue > li > .sub-menu > li:last-child > a {
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
  }
  #menu-hauptmenue > li > .sub-menu > li > a {
    display: block;
    background: #fff;
    line-height: 28px;
    padding: 10px 16px;
  }
  #menu-hauptmenue > li > .sub-menu > li {
    display: block;
  }
  #menu-hauptmenue > li > .sub-menu > li.menu-item-has-children {
    position: relative;
  }
  #menu-hauptmenue > li > .sub-menu > li.menu-item-has-children > .sub-menu {
    position: absolute;
    left: 100%;
    top: 0;
    margin: 0;
    padding: 0;
    list-style: none;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
    border-radius: 6px;
    overflow: hidden;
    max-width: 0;
  }
  #menu-hauptmenue > li > .sub-menu > li.menu-item-has-children > .sub-menu > li > a {
    display: block;
    background: #fff;
    line-height: 28px;
    padding: 10px 16px;
  }
  #menu-hauptmenue > li > .sub-menu > li.menu-item-has-children > .sub-menu > li:first-child > a {
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
  }
  #menu-hauptmenue > li > .sub-menu > li.menu-item-has-children > .sub-menu > li:last-child > a {
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
  }
  #menu-hauptmenue > li > .sub-menu > li.menu-item-has-children:hover > .sub-menu {
    max-width: 1000px;
    overflow: visible;
    min-width: 160px;
  }
}
@media screen and (min-width: 1024px) {
  #menu-hauptmenue > li > a {
    font-size: 16px;
    font-size: 1rem;
    line-height: 24px;
    line-height: 1.5rem;
    padding: 4px 8px 4px 8px;
    padding: 0.25rem 0.5rem 0.25rem 0.5rem;
  }
}
@media screen and (min-width: 1600px) {
  #menu-hauptmenue > li > a {
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 28px;
    line-height: 1.75rem;
  }
}
@media screen and (max-width: 767px) {
  .header__logo-container {
    display: flex;
    justify-content: space-between;
    width: 100%;
  }
  .header__logo-container img {
    width: calc(100vw - 32px - 72px);
    max-width: 320px;
    margin-top: 8px;
    margin-top: 0.5rem;
  }
  .mobile-btn-container {
    margin-top: 8px;
    margin-top: 0.5rem;
  }
  #menu-hauptmenue {
    position: fixed;
    top: 0;
    left: calc(-1 * (100vw - 16px - 72px));
    height: 100vh;
    width: calc(100vw - 16px - 72px);
    z-index: 100;
    background: #fff;
    transition: left 0.3s ease-in-out;
    padding: 20px 10px 20px 10px;
    padding: 1.25rem 0.625rem 1.25rem 0.625rem;
    overflow-y: scroll;
  }
  #menu-hauptmenue.active {
    box-shadow: 2px 0 6px rgba(0, 0, 0, 0.3);
    left: 0;
    transition: left 0.3s ease-in-out;
  }
  #menu-hauptmenue li a {
    display: block;
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 20px;
    line-height: 1.25rem;
    text-transform: uppercase;
    padding: 10px 6px 10px 6px;
    padding: 0.625rem 0.375rem 0.625rem 0.375rem;
    color: #757575;
  }
  #menu-hauptmenue li a:hover {
    color: #FF4106;
  }
  #menu-hauptmenue li.current-menu-item > a {
    color: #CB3304;
  }
  #menu-hauptmenue li.current-menu-item > a:hover {
    color: #FF4106;
  }
  #menu-hauptmenue .menu-item-has-children .sub-menu {
    padding-left: 10px;
  }
}
@media screen and (min-width: 768px) {
  .mobile-btn-container {
    display: none;
  }
}
.footer__cols {
  padding: 30px 0px 30px 0px;
  padding: 1.875rem 0rem 1.875rem 0rem;
}
.footer__inner {
  padding: 36px 0px 36px 0px;
  padding: 2.25rem 0rem 2.25rem 0rem;
}
.footer .widget__title {
  margin-bottom: 10px;
  margin-bottom: 0.625rem;
  font-weight: 700;
  color: #1C1C1C;
}
.footer__col-item {
  margin-bottom: 20px;
  margin-bottom: 1.25rem;
}
.footer__col-item [class*=" icon-"],
.footer__col-item [class^=icon-] {
  margin-right: 16px;
  margin-right: 1rem;
  margin-top: 4px;
  margin-top: 0.25rem;
}
.footer__column {
  color: #1C1C1C;
  margin-bottom: 16px;
  margin-bottom: 1rem;
}
.footer__column ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.footer__column ul > li {
  margin-bottom: 4px;
  margin-bottom: 0.25rem;
}
.footer__column a {
  color: #1C1C1C;
}
.footer__column a:hover {
  color: #FF4106;
}
.footer .custom-html-widget img {
  vertical-align: text-top;
  width: 100px;
  margin-left: 6px;
  margin-left: 0.375rem;
}
#menu-footer-menue {
  padding: 0;
  margin: 0;
  margin-top: 16px;
  list-style: none;
}
#menu-footer-menue > li {
  display: inline-block;
  margin: 0 4px;
}
#menu-footer-menue > li > a {
  font-size: 14px;
}
@media screen and (min-width: 768px) {
  .footer__column {
    margin-bottom: 0;
  }
}
.flex-grid {
  display: flex;
  flex-wrap: wrap;
}
.grid-box {
  width: 100%;
  padding: 20px;
  background: #fff;
  margin-top: 10px;
  margin-bottom: 10px;
}
.grid-box__date {
  border-bottom: 1px dashed #F9F9F9;
  font-size: 28px;
  font-size: 1.75rem;
  line-height: 36px;
  line-height: 2.25rem;
  font-weight: 900;
  padding-bottom: 16px;
  margin-bottom: 16px;
}
.grid-box__title {
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 32px;
  line-height: 2rem;
  font-weight: 900;
  height: 120px;
  overflow: hidden;
}
.grid-box__link {
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 28px;
  line-height: 1.75rem;
  text-transform: uppercase;
}
.grid-box__link a {
  color: #CB3304;
}
.grid-box__link a:hover {
  color: #757575;
}
@media screen and (min-width: 768px) {
  .grid-box {
    width: calc(33.33% - 20px * 2 / 3);
  }
  .grid-box:nth-child(n):not(:nth-child(3n)) {
    margin-right: 20px;
    margin-right: 1.25rem;
  }
}
/**
ADDED VIA PLUGIN (https://de.wordpress.org/plugins/widget-css-classes/)
 */
.kdz-sidebar-news ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.kdz-sidebar-news ul li {
  margin-bottom: 16px;
  padding-bottom: 16px;
  border-bottom: 1px solid #F9F9F9;
}
.kdz-sidebar-news ul li:last-child {
  border-bottom: none;
}
.kdz-content {
  padding: 16px 0px 16px 0px;
  padding: 1rem 0rem 1rem 0rem;
}
@media screen and (min-width: 768px) {
  .kdz-content {
    padding: 40px 0px 40px 0px;
    padding: 2.5rem 0rem 2.5rem 0rem;
  }
}
.searchform--kdz .btn--search {
  color: #118acb;
  border: none;
  outline: none;
  background-color: #CB3304;
  border-radius: 0 5 5 0;
  padding: 8px 16px;
  font-size: 14px;
}
.searchform--kdz #s {
  background-color: #F9F9F9;
  border-radius: 5 0 0 5;
  border: none;
  outline: none;
  padding: 7px 16px;
  font-size: 14px;
}
.kdz-recent-posts__text-container {
  padding: 16px 16px 16px 16px;
  padding: 1rem 1rem 1rem 1rem;
  height: 100%;
  background: #F9F9F9;
}
.kdz-recent-posts__title {
  margin-bottom: 40px;
  margin-bottom: 2.5rem;
}
.kdz-recent-posts__text {
  margin-bottom: 40px;
  margin-bottom: 2.5rem;
}
.kdz-recent-posts__image {
  height: 100%;
}
.kdz-recent-posts__image > a {
  height: 100%;
  width: 100%;
  display: block;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center top;
  min-height: 280px;
}
@media screen and (min-width: 568px) {
  .kdz-recent-posts__image > a {
    min-height: 380px;
  }
}
@media screen and (min-width: 768px) {
  .kdz-recent-posts__image > a {
    min-height: unset;
  }
}
@media screen and (min-width: 1024px) {
  .kdz-recent-posts__text-container {
    padding: 55px 40px 55px 40px;
    padding: 3.4375rem 2.5rem 3.4375rem 2.5rem;
  }
}
.swiper-slide.kdz-opinion {
  padding-bottom: 46px;
}
/**
    pagination
 */
.kdz-opinions__swiper-pagination .swiper-pagination-bullet {
  width: 13px;
  height: 13px;
}
.kdz-opinions__swiper-pagination .swiper-pagination-bullet {
  opacity: 1;
  background: #000;
}
.kdz-opinions__swiper-pagination .swiper-pagination-bullet-active {
  background: #CB3304;
}
.kdz-opinions__swiper-container.swiper-container-horizontal > .swiper-pagination-bullets,
.kdz-opinions__swiper-container .swiper-pagination-custom,
.kdz-opinions__swiper-container .swiper-pagination-fraction {
  bottom: 10px;
}
/**
    pagination
 */
.kdz-services__swiper-pagination .swiper-pagination-bullet {
  width: 13px;
  height: 13px;
}
.kdz-services__swiper-pagination .swiper-pagination-bullet {
  opacity: 1;
  background: #000;
}
.kdz-services__swiper-pagination .swiper-pagination-bullet-active {
  background: #CB3304;
}
.kdz-services__swiper-container.swiper-container-horizontal > .swiper-pagination-bullets,
.kdz-services__swiper-container .swiper-pagination-custom,
.kdz-services__swiper-container .swiper-pagination-fraction {
  bottom: 10px;
}
.kdz-service {
  background: #fff;
  margin-bottom: 64px;
  margin-bottom: 4rem;
}
.kdz-service__wrapper {
  padding: 20px 20px 20px 20px;
  padding: 1.25rem 1.25rem 1.25rem 1.25rem;
  text-align: center;
}
.kdz-service__title {
  margin-bottom: 40px;
  margin-bottom: 2.5rem;
}
.kdz-service__link {
  margin-bottom: 20px;
  margin-bottom: 1.25rem;
}
.kdz-service__image {
  height: 300px;
  position: relative;
  overflow: hidden;
}
.kdz-service__image img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: 100% !important;
  width: auto;
  max-width: none !important;
}
.archive__image {
  height: 300px;
  position: relative;
  overflow: hidden;
}
.archive__image img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: 100%;
  width: auto;
}
.archive__wrapper {
  text-align: center;
}
.archive__title {
  margin-bottom: 20px;
  margin-bottom: 1.25rem;
}
.archive__excerpt {
  margin-bottom: 40px;
  margin-bottom: 2.5rem;
}
.elementor-widget.kdz-gallery div[id^="gallery-"] img {
  border: none !important;
}
.elementor-widget.kdz-gallery .gallery-item {
  filter: grayscale(1);
}
.elementor-widget.kdz-gallery .gallery-item:hover {
  filter: grayscale(0);
  transition: filter 0.3s ease-in-out;
}
.elementor-lightbox .elementor-lightbox-image {
  height: 100%;
  width: auto;
}
@media screen and (min-width: 1600px) {
  .kdz-spacer .elementor-spacer-inner {
    height: 320px !important;
  }
}
/*  */
.border-slider {
  position: relative;
}
.border-slider::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  border: 24px solid rgba(255, 255, 255, 0.74);
  z-index: 1;
}
