@charset "UTF-8";
/**** Schriften und icons includieren ****/
@font-face {
  font-family: "Montserrat";
  src: url("inc/assets/fonts/Montserrat-Bold.eot");
  src: url("inc/assets/fonts/Montserrat-Bold.eot?#iefix") format("embedded-opentype"), url("inc/assets/fonts/Montserrat-Bold.woff2") format("woff2"), url("inc/assets/fonts/Montserrat-Bold.woff") format("woff"), url("inc/assets/fonts/Montserrat-Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Montserrat";
  src: url("inc/assets/fonts/Montserrat-LightItalic.eot");
  src: url("inc/assets/fonts/Montserrat-LightItalic.eot?#iefix") format("embedded-opentype"), url("inc/assets/fonts/Montserrat-LightItalic.woff2") format("woff2"), url("inc/assets/fonts/Montserrat-LightItalic.woff") format("woff"), url("inc/assets/fonts/Montserrat-LightItalic.ttf") format("truetype");
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Montserrat";
  src: url("inc/assets/fonts/Montserrat-Light.eot");
  src: url("inc/assets/fonts/Montserrat-Light.eot?#iefix") format("embedded-opentype"), url("inc/assets/fonts/Montserrat-Light.woff2") format("woff2"), url("inc/assets/fonts/Montserrat-Light.woff") format("woff"), url("inc/assets/fonts/Montserrat-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Montserrat";
  src: url("inc/assets/fonts/Montserrat-Regular.eot");
  src: url("inc/assets/fonts/Montserrat-Regular.eot?#iefix") format("embedded-opentype"), url("inc/assets/fonts/Montserrat-Regular.woff2") format("woff2"), url("inc/assets/fonts/Montserrat-Regular.woff") format("woff"), url("inc/assets/fonts/Montserrat-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Montserrat";
  src: url("inc/assets/fonts/Montserrat-BoldItalic.eot");
  src: url("inc/assets/fonts/Montserrat-BoldItalic.eot?#iefix") format("embedded-opentype"), url("inc/assets/fonts/Montserrat-BoldItalic.woff2") format("woff2"), url("inc/assets/fonts/Montserrat-BoldItalic.woff") format("woff"), url("inc/assets/fonts/Montserrat-BoldItalic.ttf") format("truetype");
  font-weight: bold;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Montserrat";
  src: url("inc/assets/fonts/Montserrat-MediumItalic.eot");
  src: url("inc/assets/fonts/Montserrat-MediumItalic.eot?#iefix") format("embedded-opentype"), url("inc/assets/fonts/Montserrat-MediumItalic.woff2") format("woff2"), url("inc/assets/fonts/Montserrat-MediumItalic.woff") format("woff"), url("inc/assets/fonts/Montserrat-MediumItalic.ttf") format("truetype");
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Montserrat";
  src: url("inc/assets/fonts/Montserrat-Medium.eot");
  src: url("inc/assets/fonts/Montserrat-Medium.eot?#iefix") format("embedded-opentype"), url("inc/assets/fonts/Montserrat-Medium.woff2") format("woff2"), url("inc/assets/fonts/Montserrat-Medium.woff") format("woff"), url("inc/assets/fonts/Montserrat-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Montserrat";
  src: url("inc/assets/fonts/Montserrat-Italic.eot");
  src: url("inc/assets/fonts/Montserrat-Italic.eot?#iefix") format("embedded-opentype"), url("inc/assets/fonts/Montserrat-Italic.woff2") format("woff2"), url("inc/assets/fonts/Montserrat-Italic.woff") format("woff"), url("inc/assets/fonts/Montserrat-Italic.ttf") format("truetype");
  font-weight: normal;
  font-style: italic;
  font-display: swap;
}
/**** Farbvariabeln und mixins ****/
html,
body {
  font-size: 14px;
}

@media Screen and (min-width: 768px) {
  html,
  body {
    font-size: 16px;
  }
}
/** Schriften und Schriftgrößen **/
/** Standardabstand Strukturelement wie sections / Footer etc. **/
/** Grundfarben **/
/*$cprimary: #053C48;*/
/** Linkfarben Header/Menu **/
/** hlc = head_link_color **/
/*$cprimary: rgba(0, 0, 0, 0.6);
$cprimary: rgba(0, 0, 0, 1);
$cprimary: rgba(0, 0, 0, 0.3);*/
/** Linkfarben Content **/
/** clc = content_link_color **/
/** Linkfarben Footer **/
/** flc = footer_link_color **/
/**** transition setzen ******/
/**** wird nicht als mixin gemacht da das mixin auch immer ausgegeben wird - so sparen wir cis-zeilen ***/
a,
a:link,
.siteimage,
a.paddaction,
.redlogo,
.redlogo svg,
.toggle-wrapper,
.scriptlogo,
.scriptlogo svg,
.megamenu,
*:after,
*:before,
header.page-header,
input[type=submit],
button,
.navbar-nav {
  -webkit-transition: all 400ms ease-in-out;
  -moz-transition: all 400ms ease-in-out;
  -ms-transition: all 400ms ease-in-out;
  -o-transition: all 400ms ease-in-out;
  transition: all 400ms ease-in-out;
}

/**** Globale Angaben für Links, Abstände, Forms, Buttons etc. ****/
body {
  font-family: "Montserrat", sans-serif;
  font-weight: normal;
  padding: 0;
  color: #151515;
  -ms-hyphens: auto;
  -webkit-hyphens: auto;
  hyphens: auto;
  word-break: normal;
  word-wrap: normal;
  font-weight: 500;
}

.site-content {
  background: #fff url(inc/assets/img/bgright.svg) no-repeat right 40px;
  background-size: 25vh;
}

.home .site-content {
  background-position: right 90px;
}

.element-hint {
  display: none;
}

.logged-in.admin-bar .section-element {
  border-top: 1px solid #75ca11;
  position: relative;
}
.logged-in.admin-bar .section-element .element-hint {
  position: absolute;
  right: 20px;
  top: 0;
  padding: 7px 12px 5px;
  background: #75ca11;
  color: #FFF;
  text-shadow: 1px 1px #000;
  font-size: 0.8rem;
  letter-spacing: 0.02em;
  border-radius: 0 0 5px 5px;
  display: block;
  z-index: 444;
}

.bgsand {
  background-color: #f2f4f4;
}
.bgsand .bgsand {
  background-color: #f2f4f4;
  box-shadow: 0 0 4px 4px rgba(0, 0, 0, 0.2);
}

.bgwhite {
  background-color: rgb(255, 255, 255);
}

/**** Breite des Contents***/
.container-fluid {
  max-width: 1180px;
  margin: 0 auto;
}

.screen-reader-text {
  display: none;
}

a {
  color: #e5352c;
  text-decoration: none;
  background-color: transparent;
}

a:active,
a:hover {
  color: rgb(197.6455696203, 32.7848101266, 24.3544303797);
  text-decoration: none;
  box-shadow: none;
  outline: none;
  background-color: transparent;
}

a.paddaction {
  padding-left: 0;
}
a.paddaction:hover, a.paddaction:focus {
  padding-left: 1rem;
}

.icon-linkarrow::before {
  width: 2em;
  display: inline-block;
  top: 2px;
  position: relative;
  margin-right: 15px;
}

h1,
h2,
h3,
h5 {
  font-family: "Montserrat", sans-serif;
}

h4 {
  font-family: "Montserrat", sans-serif;
  letter-spacing: 0.095em;
}

h1,
h2 {
  color: #151515;
  line-height: 1.125em;
  font-size: 2.69rem;
  margin-bottom: 1em;
}

.bgcolor h1,
.bgcolor h2 {
  color: rgb(255, 255, 255);
}

h3,
h4 {
  color: #151515;
}
h3.red,
h4.red {
  color: #e5352c;
}

@media Screen and (min-width: 768px) {
  h1,
  h2.h1,
  h1 {
    font-size: 3.25rem;
  }
  h2 {
    font-size: 2.2rem;
  }
}
@media Screen and (min-width: 1440px) {
  h2 {
    font-size: 2.75rem;
  }
}
.bgcolor {
  color: #FFF;
  background: #e5352c;
}

/**** Margin / Padding Überschriften bis im Design genaues festgelegt wird ***/
/*** Section ***/
section {
  padding-top: 4rem;
  padding-bottom: 4rem;
}

@media Screen and (min-width: 768px) {
  section {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
}
/*** content colors ***/
#content h1 {
  color: #151515;
}

#content .txtwrap h2,
#content .txtwrap h3,
#content .txtwrap h4,
#content .txtwrap h5 {
  margin: 2em 0 0.65em 0;
}
#content .txtwrap h1:first-child,
#content .txtwrap h2:first-child,
#content .txtwrap h3:first-child,
#content .txtwrap h4:first-child,
#content .txtwrap h5:first-child {
  padding-top: 0;
  margin-top: 0;
}
#content .txtwrap.first-child h2 {
  margin-top: 0;
}
#content .txtwrap ul,
#content .txtwrap ol {
  padding: 0.5em 1em;
}
#content .txtwrap ul li,
#content .txtwrap ol li {
  margin-bottom: 0.25rem;
}
#content .txtwrap em,
#content .txtwrap italic {
  font-family: "Montserrat", sans-serif;
  color: #151515;
  font-size: 1.15em;
  margin: 1em 0;
  letter-spacing: 0.095rem;
}

.btn-primary {
  color: #fff;
  font-family: "Montserrat", sans-serif;
  font-weight: normal;
  background-color: #e5352c;
  border-color: #e5352c;
  padding: 0.75em 3em 0.75em 3em;
  border-radius: 50px;
}

.btn-primary:hover,
.btn-primary:focus {
  color: #e5352c;
  font-family: "Montserrat", sans-serif;
  background-color: #fff;
  border-color: #e5352c;
}

.form-control {
  border: 1px solid #151515;
}

.form-control:focus {
  border: 1px solid #e5352c;
  box-shadow: none;
  outline: none;
}

.txtwrap {
  font-size: 1em;
  letter-spacing: 0.1px;
  line-height: 1.75rem;
  max-width: 1100px;
}

/*** Mobilefun ****/
.fullheight {
  min-height: 100vh;
  display: flex;
  width: 100vw;
  flex-direction: row;
  align-content: center;
  justify-content: center;
  position: relative;
}
.fullheight > .container,
.fullheight > .container-fluid {
  align-content: center;
  justify-content: center;
  display: flex;
  flex-direction: column;
}

.twocols p:nth-child(even) {
  color: #e5352c;
}

@media Screen and (min-width: 768px) {
  .twocols {
    columns: 2;
    gap: 30px;
    -ms-hyphens: auto;
    -webkit-hyphens: auto;
    hyphens: auto;
  }
  .twocols p:nth-child(even) {
    color: #e5352c;
  }
}
@media Screen and (min-width: 768px) {
  .calendly-badge-widget {
    right: 20px;
    left: auto;
  }
  .calendly-badge-widget .calendly-badge-widget .calendly-badge-content {
    padding: 21px 30px;
    display: block;
  }
}
.wp-content-wrap {
  padding-top: 150px;
  padding-bottom: 150px;
}
.wp-content-wrap .txtwrap {
  font-size: 1.625rem;
  line-height: 2.6rem;
}
.wp-content-wrap.starter .txtwrap {
  font-size: 1.15rem;
  line-height: 1.65em;
}
.wp-content-wrap.starter .txtwrap a {
  margin-top: 3rem;
  margin-bottom: 1rem;
  display: block;
  border: none;
  padding: 0 0 0 0;
  color: #151515;
  font-size: 1.25rem;
}
.wp-content-wrap.starter .txtwrap a:before {
  font-family: "winter_standard";
  content: "\e82f";
  font-style: normal;
  font-weight: normal;
  speak: never;
  display: inline-block;
  text-decoration: inherit;
  width: 2em;
  margin-right: 0.8em;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  line-height: 1em;
  margin-left: 0em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.wp-content-wrap.starter .txtwrap a:hover, .wp-content-wrap.starter .txtwrap a:focus {
  background: transparent;
  border: none;
  padding: 0 0 0 10px;
}

.wp-the-content {
  line-height: 1.45em;
}
.wp-the-content h1,
.wp-the-content h2,
.wp-the-content h3,
.wp-the-content h4,
.wp-the-content h5 {
  padding-bottom: 0.5em;
  padding-top: 2em;
}
.wp-the-content h3 {
  font-weight: 700;
}

.txt-image-element .txtwrap {
  padding-left: 10px;
}
.txt-image-element .txtwrap ul {
  font-size: 1rem;
  padding-left: 0;
  list-style-type: none;
}
.txt-image-element .txtwrap ul li {
  padding-bottom: 0.25em;
  padding-left: 1.15em;
  position: relative;
}
.txt-image-element .txtwrap ul li:before {
  content: "";
  width: 0.5em;
  height: 2px;
  top: 0.6em;
  left: 0;
  background: #151515;
  display: block;
  position: absolute;
}
.txt-image-element .txtwrap h2,
.txt-image-element .txtwrap h3,
.txt-image-element .txtwrap h4 {
  margin-bottom: 2rem;
}
.txt-image-element picture {
  display: block;
  margin-top: 20px;
  margin-bottom: 45px;
}

.lead {
  font-size: 1.15em;
  color: #151515;
  font-weight: 500;
}

@media Screen and (min-width: 990px) {
  .txt-image-element .txtwrap ul {
    font-size: 1.625rem;
  }
  .txt-image-element .flex-md-row-reverse .txtwrap {
    padding: 0 30px 0 0;
  }
  .txt-image-element .txtwrap {
    padding: 0 0 0 30px;
  }
}
#content .txt-image-starter .txtwrap a {
  color: #e5352c;
  padding-bottom: 0px;
  position: relative;
}
#content .txt-image-starter .txtwrap a:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0px;
  height: 1px;
  background: rgb(255, 255, 255);
}
#content .txt-image-starter .txtwrap a:hover:after {
  right: 50%;
}
#content .txt-image-starter .txtwrap p {
  margin-bottom: 0.5em;
}

@media Screen and (min-width: 990px) {
  section.txt-image-starter {
    padding-top: 9rem;
    padding-bottom: 9rem;
  }
  section.abouts-starter {
    padding-top: 9rem;
    padding-bottom: 9rem;
  }
}
#content a.btn.btn-teaser,
a.btn.btn-teaser {
  padding: 0.75em 3em 0.75em 1.2em;
  background: #e5352c;
  color: #FFF;
  border-radius: 50px;
  cursor: pointer;
}
#content a.btn.btn-teaser:hover, #content a.btn.btn-teaser:focus,
a.btn.btn-teaser:hover,
a.btn.btn-teaser:focus {
  background: rgb(220.3481012658, 36.5506329114, 27.1518987342);
  cursor: pointer !important;
}

/**** Header und Main-/oder megamenu. ****/
header.page-header {
  margin: 0;
  padding: 0;
  background: rgba(255, 255, 255, 0);
  background: linear-gradient(180deg, #f2f4f4 0%, rgba(242, 244, 244, 0.7) 55%, rgba(242, 244, 244, 0) 80%, rgba(242, 244, 244, 0) 100%);
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0);
  padding: 0;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  z-index: 600;
}
header.page-header .header-wrapper {
  max-width: 100%;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}

.header-wrapper .navbar {
  padding: 0;
}
@media screen and (max-width: 992px) {
  .header-wrapper .menu-item.level-0 > a {
    font-size: 2.5rem;
  }
}

.page-text-header {
  display: flex;
  width: 100vw;
  padding-top: 25vh;
  padding-bottom: 5vh;
  min-height: 40vh;
}

@media Screen and (min-width: 990px) {
  .page-text-header {
    padding-top: 36vh;
    padding-bottom: 7vh;
    min-height: 66vh;
  }
}
.page-header img {
  width: auto;
  height: 100%;
}
.page-header .redlogo,
.page-header .redlogo svg,
.page-header .toggle-wrapper {
  height: 100px;
  width: 100px;
}
.page-header .scriptlogo svg {
  height: 60px;
  width: auto;
  display: inline-block;
  margin-left: 50px;
}
.page-header .scriptlogo svg .fontcolor {
  fill: #151515;
}

.sticky .page-header .redlogo,
.sticky .page-header .redlogo svg,
.sticky .page-header .toggle-wrapper {
  height: 50px;
  width: 50px;
}
.sticky .page-header .scriptlogo svg {
  height: 40px;
  width: auto;
  margin-left: 20px;
}
.sticky .page-header .scriptlogo svg .fontcolor {
  fill: #121212;
}

.sticky header.page-header {
  background: rgb(255, 255, 255);
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
}

@media Screen and (min-width: 768px) {
  .page-header .redlogo,
  .page-header .redlogo svg,
  .page-header .toggle-wrapper {
    height: 160px;
    width: 160px;
  }
  .page-header .scriptlogo svg {
    height: 80px;
  }
  .sticky .page-header .redlogo,
  .sticky .page-header .redlogo svg,
  .sticky .page-header .toggle-wrapper {
    height: 80px;
    width: 80px;
  }
  .sticky .page-header .scriptlogo svg {
    height: 60px;
  }
}
@media Screen and (min-width: 992px) {
  .page-header .redlogo,
  .page-header .redlogo svg,
  .page-header .toggle-wrapper {
    height: 200px;
    width: 200px;
  }
  .page-header .scriptlogo svg {
    height: 100px;
  }
  .sticky .page-header .redlogo,
  .sticky .page-header .redlogo svg,
  .sticky .page-header .toggle-wrapper {
    height: 100px;
    width: 100px;
  }
  .sticky .page-header .scriptlogo svg {
    height: 80px;
  }
}
@media Screen and (min-width: 1200px) {
  .page-header .redlogo,
  .page-header .redlogo svg {
    height: 155px;
    width: 155px;
  }
  .page-header .scriptlogo svg {
    height: 110px;
  }
  .sticky .page-header .redlogo,
  .sticky .page-header .redlogo svg,
  .sticky .page-header .toggle-wrapper {
    height: 90px;
    width: 90px;
  }
  .sticky .page-header .scriptlogo svg {
    height: 70px;
  }
}
@media Screen and (min-width: 1440px) {
  .page-header .redlogo,
  .page-header .redlogo svg {
    height: 240px;
    width: 240px;
  }
  .page-header .scriptlogo svg {
    height: 140px;
  }
  .sticky .page-header .redlogo,
  .sticky .page-header .redlogo svg,
  .sticky .page-header .toggle-wrapper {
    height: 120px;
    width: 120px;
  }
  .sticky .page-header .scriptlogo svg {
    height: 90px;
  }
}
.toggle-wrapper {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin: 0 0 0 auto;
}
@media Screen and (min-width: 1200px) {
  .toggle-wrapper {
    display: none;
  }
}

.navbar-toggler {
  width: 75px;
  height: 75px;
  z-index: 510;
  font-size: 30px;
  overflow: hidden;
  color: #e5352c;
  border-radius: 0px;
  -webkit-border-radius: 0px;
  padding: 10px;
  position: relative;
  /*z-index: 1140;*/
  border: none !important;
  box-shadow: none;
  -webkit-box-shadow: none;
}

.navbar-toggler.collapsed,
.navbar-toggler:focus,
.navbar-toggler:active {
  border: none !important;
  box-shadow: none;
  -webkit-box-shadow: none;
}

.navbar-toggler .icon-bar {
  width: 40px;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  background: #e5352c;
  height: 3px;
  border-radius: 0;
  -webkit-border-radius: 0;
  display: block;
  position: absolute;
}

.navbar-toggler.collapsed .icon-bar:nth-of-type(1) {
  transform: translate3d(0, 0, 0) rotate(0deg);
  width: 55px;
  left: 12px;
  top: 25px;
  height: 4px;
  background: #e5352c;
}

.navbar-toggler.collapsed .icon-bar:nth-of-type(2) {
  transform: translate3d(0, 0, 0) rotate(0deg);
  width: 55px;
  left: 12px;
  height: 4px;
  top: 39px;
  display: block;
  background: #e5352c;
}

.navbar-toggler .icon-bar:nth-of-type(1) {
  transform: rotate(-45deg);
  transform-origin: center center;
  width: 40px;
  height: 4px;
  top: 31px;
  left: 16px;
  background: rgb(255, 255, 255);
}

.navbar-toggler .icon-bar:nth-of-type(2) {
  transform: rotate(-135deg);
  transform-origin: center center;
  width: 40px;
  height: 4px;
  top: 31px;
  left: 16px;
  background: rgb(255, 255, 255);
}

@media Screen and (max-width: 768px) {
  .navbar-toggler {
    background: transparent;
    width: 50px;
    height: 50px;
  }
  .navbar-toggler.collapsed .icon-bar:nth-of-type(1) {
    width: 35px;
    left: 5px;
    top: 20px;
  }
  .navbar-toggler.collapsed .icon-bar:nth-of-type(2) {
    width: 35px;
    left: 5px;
    height: 4px;
    top: 30px;
    display: block;
    background: #e5352c;
  }
  .navbar-toggler .icon-bar:nth-of-type(1) {
    transform: rotate(-45deg);
    transform-origin: center center;
    width: 30px;
    height: 4px;
    top: 22px;
    left: 3px;
    background: rgb(255, 255, 255);
  }
  .navbar-toggler .icon-bar:nth-of-type(2) {
    transform: rotate(-135deg);
    transform-origin: center center;
    width: 30px;
    height: 4px;
    top: 22px;
    left: 3px;
    background: rgb(255, 255, 255);
  }
  .navbar-toggler.collapsed .icon-bar:nth-of-type(1),
  .navbar-toggler.collapsed .icon-bar:nth-of-type(2) {
    background: #e5352c;
  }
  .navbar-toggler .icon-bar:nth-of-type(1),
  .navbar-toggler .icon-bar:nth-of-type(2) {
    background: rgb(255, 255, 255);
  }
}
@media Screen and (max-width: 990px) {
  .navbar-brand > a {
    width: 220px;
    margin-left: 0px;
  }
}
/**** Siteimage - Standard für Home Fullscreen und Subpages eingeschränkt ****/
.siteimage-wrapper {
  position: relative;
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: column;
  justify-content: end;
  background-color: #f2f4f4;
  background-size: contain;
  background-position: right bottom;
  background-repeat: no-repeat;
}
@media Screen and (min-width: 1200px) {
  .siteimage-wrapper.fullheight {
    height: 100vh;
  }
}
@media Screen and (min-width: 1024px) {
  .siteimage-wrapper.gradient:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 20;
    background-color: #f2f4f4;
    background: #f2f4f4;
    background: linear-gradient(90deg, #f2f4f4 0%, #f2f4f4 45%, rgba(242, 244, 244, 0) 60%, rgba(242, 244, 244, 0) 100%);
  }
}
@media Screen and (min-width: 1024px) and (min-width: 1440px) {
  .siteimage-wrapper.gradient:after {
    background: linear-gradient(90deg, #f2f4f4 0%, #f2f4f4 53%, rgba(242, 244, 244, 0) 67%, rgba(242, 244, 244, 0) 100%);
  }
}
@media Screen and (min-width: 1024px) and (min-width: 1800px) {
  .siteimage-wrapper.gradient:after {
    background: linear-gradient(90deg, #f2f4f4 0%, #f2f4f4 60%, rgba(242, 244, 244, 0) 75%, rgba(242, 244, 244, 0) 100%);
  }
}
.siteimage-wrapper .head-content-wrapper {
  position: relative;
  padding: 2rem 0;
  display: flex;
  z-index: 30;
}
.siteimage-wrapper .head-content-wrapper .container-fluid {
  max-width: 100%;
}
@media Screen and (min-width: 1200px) {
  .siteimage-wrapper .head-content-wrapper .container-fluid {
    margin-left: 30px;
    margin-right: 30px;
  }
}
@media Screen and (min-width: 1500px) {
  .siteimage-wrapper .head-content-wrapper .container-fluid {
    margin-left: 100px;
    margin-right: 100px;
  }
}
.siteimage-wrapper .head-content-wrapper h1 {
  margin: 0;
  font-weight: 600;
  font-size: 1.75rem;
}
.siteimage-wrapper .head-content-wrapper h1 .red {
  color: #e5352c;
}
@media Screen and (min-width: 768px) {
  .siteimage-wrapper .head-content-wrapper h1 {
    font-size: 1.35rem;
  }
}
@media Screen and (min-width: 992px) {
  .siteimage-wrapper .head-content-wrapper h1 {
    font-size: 1.8rem;
  }
}
@media Screen and (min-width: 1200px) {
  .siteimage-wrapper .head-content-wrapper h1 {
    font-size: 1.8rem;
  }
}
@media Screen and (min-width: 1440px) {
  .siteimage-wrapper .head-content-wrapper h1 {
    font-size: 2rem;
  }
}
.siteimage-wrapper .head-content-wrapper .headline {
  margin: 150px 25px 0 25px;
}
@media Screen and (min-width: 768px) {
  .siteimage-wrapper .head-content-wrapper .headline {
    margin: 180px 40px 0 40px;
  }
}
@media Screen and (min-width: 1200px) {
  .siteimage-wrapper .head-content-wrapper .headline {
    margin: 240px 40px 0 40px;
  }
}

a.page-scroller {
  display: inline-block;
  bottom: 4rem;
  position: absolute;
  color: #e5352c;
  font-size: 1.6rem;
  transform: rotate(90deg);
  /*
  margin-left: -1.4rem;*/
  animation: bounce 1s infinite alternate;
  -webkit-animation: bounce 1s infinite alternate;
}

@keyframes bounce {
  from {
    transform: translateY(0px) rotate(90deg);
  }
  to {
    transform: translateY(-15px) rotate(90deg);
  }
}
@-webkit-keyframes bounce {
  from {
    transform: translateY(0px) rotate(90deg);
  }
  to {
    transform: translateY(-15px) rotate(90deg);
  }
}
a.page-scroller:hover {
  color: #e5352c;
}

.txtblocks-intro {
  padding: 0 0 80px 0;
}

.blockrow .blockitemwrapper {
  margin: 0;
  padding: 30px 20px 20px 20px;
  background-image: url(inc/assets/img/littlew.png);
  background-position: 20px 30px;
  background-repeat: no-repeat;
  height: 100%;
}
.blockrow .blockitemwrapper .blockitem {
  padding: 0 0 10px 30px;
  height: 100%;
}
.blockrow .blockitemwrapper h4 {
  color: #e5352c;
  font-weight: 700;
}

.textblock-with-headline h3 {
  font-size: 2.25rem;
  color: #e5352c;
}
.textblock-with-headline .txtwrap {
  padding: 40px 0 70px 0;
}

@media Screen and (min-width: 768px) {
  .textblock-with-headline h3 {
    font-size: 2.75rem;
    color: #e5352c;
  }
  .textblock-with-headline .txtwrap {
    padding: 40px 0 70px 0;
  }
}
@media Screen and (min-width: 992px) {
  .textblock-with-headline h3 {
    font-size: 2.75rem;
  }
  .textblock-with-headline .txtwrap {
    padding: 8px 0 0 70px;
  }
  .textblock-with-headline .lead {
    font-size: 1.675em;
    line-height: 1.3em;
  }
}
.homepage-text-header {
  padding: 2rem;
}
.homepage-text-header h3.subheadline {
  font-size: 2.69rem;
  white-space: break-spaces;
}

@media Screen and (min-width: 758px) {
  .homepage-text-header {
    padding: 5rem;
  }
  .homepage-text-header h3.subheadline {
    font-size: 3.25rem;
  }
}
.section-kundenstimme {
  border-top: 1px solid #151515;
  color: #151515;
}
.section-kundenstimme .svgfiller {
  fill: #151515;
}
.section-kundenstimme .quotter {
  width: 50px;
  display: block;
  margin: 7px auto;
}
.section-kundenstimme .quotter img {
  width: auto;
  max-width: 100%;
}
.section-kundenstimme .client {
  text-align: center;
}
.section-kundenstimme .client .txtwrap {
  padding-top: 40px;
  font-size: 1.15em;
  line-height: 1.75em;
  font-style: italic;
  padding-bottom: 15px;
  margin-bottom: 30px;
  position: relative;
  letter-spacing: 0.05em;
  color: #e5352c;
  font-family: "Montserrat", sans-serif;
}
.section-kundenstimme .client .txtwrap:after {
  display: block;
  content: "";
  width: 12%;
  height: 2px;
  background: #151515;
  position: absolute;
  bottom: 0;
  right: 44%;
}
.section-kundenstimme .client .txtwrap .quote-before {
  position: relative;
  width: 80px;
  height: 80px;
  top: -40px;
  left: 50%;
  margin-left: -40px;
  display: block;
}
.section-kundenstimme.red {
  background: #e5352c;
  color: #151515;
  border: none;
  border-bottom: 1px solid #FFF;
}
.section-kundenstimme.red .txtwrap {
  color: #FFF;
}
.section-kundenstimme.red .svgfiller {
  fill: #fff;
}
.section-kundenstimme.red h2,
.section-kundenstimme.red h3,
.section-kundenstimme.red h4,
.section-kundenstimme.red h5 {
  color: #FFF;
}
.section-kundenstimme.red .lead {
  color: rgb(84.75, 84.75, 84.75);
}
.section-kundenstimme.red .svgfiller {
  fill: #FFF;
}
.section-kundenstimme.kundenstimme-small {
  padding-top: 35px;
  padding-bottom: 35px;
  border: none !important;
}
.section-kundenstimme.kundenstimme-small .client {
  text-align: left;
}
.section-kundenstimme.kundenstimme-small .client .txtwrap {
  padding-top: 0;
  padding-bottom: 10px;
  margin-bottom: 20px;
  font-size: 1.05em;
  line-height: 1.5em;
}
.section-kundenstimme.kundenstimme-small .client .txtwrap:after {
  right: 88%;
}

.fullimage-element {
  display: block;
  position: relative;
  padding-top: 2rem;
  padding-bottom: 2rem;
}
.fullimage-element .fullimage {
  background-size: cover;
  display: block;
  height: 30vh;
  background-position: center center;
  background-repeat: none;
}

.contactstripe {
  background: rgb(84.75, 84.75, 84.75);
}

.form-wrapper {
  max-width: 600px;
}
.form-wrapper label {
  display: block;
}

.home-starter .introtxtwrap {
  font-size: 1.45rem;
  color: #151515;
}
.home-starter .introtxtwrap ul li {
  padding-bottom: 0.5em;
}

@media Screen and (min-width: 992px) {
  .home-starter {
    padding-bottom: 12rem;
    padding-top: 12rem;
  }
  .home-starter h2 {
    font-size: 3.5rem;
  }
}
.newsrow article {
  display: flex;
  height: 100%;
}
.newsrow .news-item {
  padding: 0px 0px 20px 0px;
  background: rgb(255, 255, 255);
}
.newsrow .news-item img {
  background-color: rgb(255, 255, 255);
  background-size: 80% auto;
  background-repeat: no-repeat;
  background-position: center center;
}
.newsrow .news-item h4 {
  font-weight: 700;
  color: #e5352c;
}
.newsrow .news-item a {
  color: #e5352c;
}
.newsrow .news-item .txtwrap {
  padding: 20px 20px 10px 20px;
}

.section-news {
  background: #f2f4f4 url(inc/assets/img/bgnews.svg) no-repeat 18% top;
  background-size: 500px;
}
.section-news .news-item {
  border: none;
}
.section-news .news-item {
  padding: 0px 0px 20px 0px;
  background: rgb(255, 255, 255);
}

.section-news.news-home {
  background: rgb(255, 255, 255);
  background-size: 500px;
}
.section-news.news-home .news-item {
  border: none;
  padding: 0px 0px 20px 0px;
  background: #f2f4f4;
}
.section-news.news-home .news-item img {
  border: 1px solid #f2f4f4;
}

.competence-wrap {
  margin: 0 0 20px 0;
  padding: 0 60px 0 30px;
  background: #fff url(inc/assets/img/littlew.png) no-repeat 0 2px;
}
.competence-wrap h4 {
  color: #e5352c;
  font-weight: 700;
  padding-bottom: 20px;
}

.doubleimage-wrapper {
  position: relative;
}
.doubleimage-wrapper img {
  position: relative;
  z-index: 20;
}
.doubleimage-wrapper .double-img-txt {
  position: absolute;
  left: 55%;
  right: 10%;
  top: 20%;
  z-index: 22;
  font-size: 3.25rem;
  font-weight: 500;
  line-height: 1.25em;
}
.doubleimage-wrapper .double-img-txt span {
  display: block;
  font-size: 2.45rem;
  font-weight: 500;
  line-height: 1.1em;
}

.site-end-teaser {
  display: block;
  color: rgb(255, 255, 255);
  background: #e5352c url(inc/assets/img/siteimage_default/newsimage.jpg) no-repeat center center;
  background-size: cover;
  padding-top: 80px;
  padding-bottom: 80px;
  font-size: 1.75rem;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.95);
}
.site-end-teaser a,
.site-end-teaser a:link,
.site-end-teaser a:visited {
  display: block;
  color: rgb(255, 255, 255);
  margin-top: 2rem;
  font-size: 1.25rem;
}
.site-end-teaser a:hover, .site-end-teaser a:focus,
.site-end-teaser a:link:hover,
.site-end-teaser a:link:focus,
.site-end-teaser a:visited:hover,
.site-end-teaser a:visited:focus {
  color: rgb(255, 255, 255);
}
.site-end-teaser h4 {
  font-size: 2.25rem;
  margin-bottom: 1rem;
  color: rgb(255, 255, 255);
  font-weight: 700;
}
.site-end-teaser .tsrtxt {
  width: 80%;
}
.site-end-teaser.schwarz {
  text-shadow: 1px 1px 4px rgb(255, 255, 255);
  color: #000;
}
.site-end-teaser.schwarz h2,
.site-end-teaser.schwarz h3,
.site-end-teaser.schwarz h4,
.site-end-teaser.schwarz a,
.site-end-teaser.schwarz a:link,
.site-end-teaser.schwarz a:visited {
  color: #000;
}

@media Screen and (max-width: 768px) {
  .site-end-teaser {
    font-size: 1.75rem;
    line-height: 1.2em;
  }
}
@media Screen and (min-width: 990px) {
  .site-end-teaser {
    padding-top: 120px;
    padding-bottom: 120px;
    min-height: 500px;
  }
}
footer.sitefooter {
  color: rgb(255, 255, 255);
  background: #e5352c;
}

#footer-widget {
  padding-top: 50px;
  padding-bottom: 50px;
  color: rgb(255, 255, 255);
  font-size: 1.75rem;
  line-height: 1.3em;
  letter-spacing: 0.025em;
  font-weight: normal;
}
#footer-widget a:link,
#footer-widget a:hover {
  color: rgb(255, 255, 255);
}
#footer-widget a:link:hover, #footer-widget a:link:focus, #footer-widget a:link:active,
#footer-widget a:hover:hover,
#footer-widget a:hover:focus,
#footer-widget a:hover:active {
  color: rgb(255, 255, 255);
}
#footer-widget .redlogo,
#footer-widget .redlogo svg {
  width: 100px;
  height: 100px;
}

#footer-widget .menu-footer-menu-container {
  display: flex;
  flex-direction: column;
  align-content: flex-end;
}
#footer-widget .menu-col {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
}
#footer-widget ul.menu {
  padding: 0;
  margin: 0 0 0 auto;
}
#footer-widget ul.menu li {
  display: inline-block;
  padding-left: 20px;
}
#footer-widget ul.menu .menu-item a,
#footer-widget ul.menu .menu-item a.nav-link {
  font-size: 1.5rem;
  line-height: 1.3em;
  color: rgb(255, 255, 255);
  padding: 0.5em 0;
  margin: 0;
  position: relative;
}
#footer-widget ul.menu .menu-item a:after,
#footer-widget ul.menu .menu-item a.nav-link:after {
  position: absolute;
  content: "";
  left: 0;
  right: 100%;
  bottom: 0;
  height: 3px;
  background: rgb(255, 255, 255);
}
#footer-widget ul.menu .menu-item a:hover, #footer-widget ul.menu .menu-item a:focus, #footer-widget ul.menu .menu-item a:active,
#footer-widget ul.menu .menu-item a.nav-link:hover,
#footer-widget ul.menu .menu-item a.nav-link:focus,
#footer-widget ul.menu .menu-item a.nav-link:active {
  color: rgb(255, 255, 255);
}
#footer-widget ul.menu .menu-item a:hover:after, #footer-widget ul.menu .menu-item a:focus:after, #footer-widget ul.menu .menu-item a:active:after,
#footer-widget ul.menu .menu-item a.nav-link:hover:after,
#footer-widget ul.menu .menu-item a.nav-link:focus:after,
#footer-widget ul.menu .menu-item a.nav-link:active:after {
  right: 0;
}

body {
  positon: relative;
}

.megamenu {
  display: block;
  position: fixed;
  left: auto;
  top: 0;
  bottom: 0;
  right: 0;
  background: #e5352c;
  z-index: 500;
  width: 100vw;
  min-height: 70vh;
  height: 100%;
  overflow: hidden;
}
.megamenu .menuwrapper {
  display: flex;
  width: 100%;
  padding: 150px 20px 20px 20px;
  align-items: center;
}

.megamenu.collapse:not(.show) {
  display: block;
  width: 0;
  overflow: hidden;
}

.megamenu .menu-item a {
  color: rgba(255, 255, 255, 0.5);
  font-size: 1.75rem;
  margin-bottom: 0.3em;
  display: block;
  padding-left: 0;
  padding-right: 0.5em;
}
.megamenu .menu-item a:hover, .megamenu .menu-item a:focus {
  color: rgb(255, 255, 255);
  padding-left: 0.5em;
  padding-right: 0;
}
.megamenu .menu-item a:active {
  color: rgb(255, 255, 255);
}
.megamenu .menu-item.current-menu-parent > a, .megamenu .menu-item.current_page_item > a {
  color: rgb(255, 255, 255);
  font-weight: 500;
}
.megamenu .menu-item.current-menu-parent > a > a, .megamenu .menu-item.current_page_item > a > a {
  color: rgba(255, 255, 255, 0.5);
}

.megamenu .menu-item {
  display: block;
  word-break: keep-all;
}

.menu-item.level-0 > a {
  font-size: 2.4rem;
}

.menu-menu-1-container .menu-item:last-child a {
  font-size: 1.2rem;
  margin-top: 1rem;
  display: block;
  color: rgba(255, 255, 255, 0.6);
}
.menu-menu-1-container .menu-item:last-child a:hover, .menu-menu-1-container .menu-item:last-child a:focus, .menu-menu-1-container .menu-item:last-child a:active {
  color: white;
}

@media Screen and (min-width: 990px) {
  .megamenu {
    width: 20vw;
    height: 100vh;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    align-content: center;
  }
  .megamenu .menuwrapper {
    padding: 20px 70px 20px 20px;
    height: 100%;
    width: 440px;
    display: block;
  }
  .megamenu.collapse.show {
    width: 440px;
  }
  .menu-item.level-0 {
    margin-bottom: 2rem;
  }
  .menu-item.level-0 > a {
    font-size: 2.25rem;
    line-height: 1.35em;
  }
  .menu-menu-1-container .menu-item:last-child a {
    font-size: 1rem;
  }
}
@media screen and (min-width: 1200px) {
  .navbar-expand-xl .navbar-nav {
    margin-right: 1rem;
    margin-bottom: 4rem;
  }
  .navbar-expand-xl .navbar-nav .nav-link {
    padding: 0;
    font-size: 1.25em;
    margin-right: 2rem;
    position: relative;
    color: #151515;
  }
  .navbar-expand-xl .navbar-nav .nav-link:before {
    content: "";
    position: absolute;
    left: 50%;
    right: 50%;
    bottom: 0;
    height: 2px;
    background: rgba(229, 53, 44, 0);
  }
  .navbar-expand-xl .navbar-nav .nav-link:hover, .navbar-expand-xl .navbar-nav .nav-link:focus {
    color: #e5352c;
  }
  .navbar-expand-xl .navbar-nav .nav-link:hover:before, .navbar-expand-xl .navbar-nav .nav-link:focus:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 2px;
    background: #e5352c;
  }
  .navbar-expand-xl .navbar-nav .active .nav-link {
    color: #e5352c;
  }
  .navbar-expand-xl .navbar-nav .active .nav-link:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 2px;
    background: #e5352c;
  }
  .sticky header .navbar-expand-xl .navbar-nav {
    margin-right: 0;
    padding-top: 1rem;
    margin-bottom: 0;
  }
}
