/*
Theme Name: hb-base
Author: Oliver Schwarz, helloblack
Author URI: helloblack.digital
Description: hb Webseiten-Paket > Basis-Version <
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/


/* Webfonts */
/* quicksand-700 - latin */
@font-face {
  font-family: 'Quicksand';
  font-style: normal;
  font-weight: 700;
  src: url('../hb-base/fonts/quicksand-v22-latin-700.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../hb-base/fonts/quicksand-v22-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../hb-base/fonts/quicksand-v22-latin-700.woff2') format('woff2'), /* Super Modern Browsers */
       url('../hb-base/fonts/quicksand-v22-latin-700.woff') format('woff'), /* Modern Browsers */
       url('../hb-base/fonts/quicksand-v22-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../hb-base/fonts/quicksand-v22-latin-700.svg#Quicksand') format('svg'); /* Legacy iOS */
}
/* quicksand-regular - latin */
@font-face {
  font-family: 'Quicksand';
  font-style: normal;
  font-weight: 400;
  src: url('../hb-base/fonts/quicksand-v22-latin-regular.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../hb-base/fonts/quicksand-v22-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../hb-base/fonts/quicksand-v22-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('../hb-base/fonts/quicksand-v22-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('../hb-base/fonts/quicksand-v22-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../hb-base/fonts/quicksand-v22-latin-regular.svg#Quicksand') format('svg'); /* Legacy iOS */
}


/* Variables */
:root {
  /* Colours */
  --primary: #ff1d1d !important;
  --secondary: #75776A !important;
  --text: #4C4D45 !important;
  --metatext: #4C4D45 !important;
  --rowbg: #C3C3B9 !important;
  --white: #FFF !important;
  --black: #000 !important;
  /* */
  /* Fonts */
  --mainfont: 'Quicksand';
  --mainfontregular: 400;
  --mainfontbold: 700;
  /* */
}
/* LOGO-BREITE */

.logo img {
  width: 340px;
  height: auto;
}


html {
  overflow-x: hidden !important;
}

* {
	text-rendering: optimizeLegibility;
	-webkit-font-smoothing:antialiased;
	-moz-osx-font-smoothing:grayscale;
}

body {
  background-color: var(--white);
	color: var(--text);
  font-family: var(--mainfont);
  font-weight: var(--mainfontregular);
  font-style: normal;
	font-size: 20px;
	line-height: 30px;
  margin: 0px;
	padding: 0px;
  overflow-x: hidden;
}

/* Headings */
h1,
.h1 {
  font-family: var(--mainfont);
  font-weight: var(--mainfontbold);
  text-transform: uppercase;
  color: var(--primary);
  font-size: 48px;
  line-height: 58px;
  margin: 0px 0px 28px 0px;
  padding: 0px;
}
h2,
.h2 {
  font-family: var(--mainfont);
  font-weight: var(--mainfontbold);
  font-size: 34px;
  line-height: 44px;
  margin: 0px 0px 28px 0px;
  padding: 0px;
}

h3,
.h3 {
  font-family: var(--mainfont);
  font-weight: var(--mainfontbold);
  font-size: 28px;
  line-height: 38px;
  margin: 0px 0px 28px 0px;
  padding: 0px;
}
/* h4,
.h4 {
  font-style: normal;
  font-size: 16px;
  line-height: 24px;
  text-transform: uppercase;
  margin: 0px 0px 12px 0px;
  padding: 0px;
}
h5,
.h5 {
  font-family: 'Play';
  font-weight: 700;
  font-style: normal;
  font-size: 24px;
  line-height: 28px;
  margin: 0px 0px 12px 0px;
  padding: 0px;
}
h6,
.h6 {
  font-weight: 300;
  font-style: normal;
  font-size: 16px;
  line-height: 20px;
  margin: 0px 0px 10px 0px;
  padding: 0px;
} */

/* Styles & Helper */
b, strong {
  font-style: normal !important;
  font-weight: var(--mainfontbold) !important;
}
p {
	margin: 0px 0px 20px 0px;
}
img {
	max-width: 100%;
	height: auto;
}
iframe {
  display: block;
}
:focus {
  outline: 0px !important;
}
/* Editor */
img.alignright {float:right; margin:0 0 1em 1em}
img.alignleft {float:left; margin:0 1em 1em 0}
img.aligncenter {display: block; margin-left: auto; margin-right: auto}
a img.alignright {float:right; margin:0 0 1em 1em}
a img.alignleft {float:left; margin:0 1em 1em 0}
a img.aligncenter {display: block; margin-left: auto; margin-right: auto}
/* */

/* Links */
a:link,
a:visited {
  color: var(--secondary);
  opacity: 1;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
a:hover,
a:focus {
  opacity: 0.7;
  text-decoration: none;
}
/* Backbutton */
button.backbutton {
  position: relative;
  font-weight: var(--mainfontregular);
  cursor: pointer;
  display: inline-block;
  font-size: 16px;
  line-height: 24px;
  text-transform: uppercase;
  background: none;
  border: none;
  padding: 20px 0px 10px 0px;
  opacity: 1;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;

}
button.backbutton:hover {
  opacity: 0.6;
}
button.backbutton::before {
  position: relative;
  display: inline-block;
  font-family: 'Font Awesome 5 Free';
  font-weight: 600;
  content: '\f053';
  font-size: 16px;
  padding: 0px 5px 0px 0px;
  left: 0px;
  top: 0px;
}

/* */


/* Hintergrundfarben */
.bg-standard {
  background: #FFF !important;
  color: var(--dark) !important;
}
.bg-row {
  background: var(--rowbg) !important;
  color: var(--dark) !important;
}
.bg-primary {
  background: var(--primary) !important;
  color: #FFF !important;
}
.bg-secondary {
  background: var(--secondary) !important;
  color: #FFF !important;
}
/* Textfarben */
.text-primary {
  color: var(--primary) !important;
}
.text-secondary {
  color: var(--secondary) !important;
}
/* */


/* Abstände */
.padding-none-top {
  padding-top: 0px;
}
.padding-none-bottom {
  padding-bottom: 0px;
}
.padding-small-top {
  padding-top: 40px;
}
.padding-small-bottom {
  padding-bottom: 40px;
}
.padding-normal-top {
  padding-top: 80px;
}
.padding-normal-bottom {
  padding-bottom: 80px;
}
.padding-big-top {
  padding-top: 100px;
}
.padding-big-bottom {
  padding-bottom: 100px;
}
.margin-small-top {
  margin-top: -40px;
}
.margin-normal-top {
  margin-top: -80px;
}
.margin-big-top {
  margin-top: -100px;
}
@media (max-width: 767.98px) {
  .padding-small-top {
    padding-top: 20px;
  }
  .padding-small-bottom {
    padding-bottom: 20px;
  }
  .padding-normal-top {
    padding-top: 40px;
  }
  .padding-normal-bottom {
    padding-bottom: 40px;
  }
  .padding-big-top {
    padding-top: 50px;
  }
  .padding-big-bottom {
    padding-bottom: 50px;
  }
  .margin-small-top {
    margin-top: -20px;
  }
  .margin-normal-top {
    margin-top: -40px;
  }
  .margin-big-top {
    margin-top: -50px;
  }
}

.container-fluid.no-padding {
  padding-right: 0px;
  padding-left: 0px;
}
/* */


/* Header START */
.head {
  background: var(--white);
  height: 120px;
  -webkit-box-shadow: 0px 2px 10px -10px rgba(120,115,110,0.5) !important;
  -moz-box-shadow: 0px 2px 10px -10px rgba(120,115,110,0.5) !important;
  box-shadow: 0px 2px 10px -10px rgba(120,115,110,0.5) !important;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.mega-menu-wrap {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.head.tinyHead {
  -webkit-box-shadow: 0px 5px 10px -10px rgba(120,115,110,0.5) !important;
  -moz-box-shadow: 0px 5px 10px -10px rgba(120,115,110,0.5) !important;
  box-shadow: 0px 5px 10px -10px rgba(120,115,110,0.5) !important;
  -webkit-transition: all 0.3s ease-in-out !important;
  -moz-transition: all 0.3s ease-in-out !important;
  -o-transition: all 0.3s ease-in-out !important;
  transition: all 0.3s ease-in-out !important;
}

@media (min-width: 1200px) {
  .responsive-head {
    display: none;
  }
}
/* Hauptnavigation */
/*.mainmenu {
  padding-top: 32px;
}*/
div#mega-menu-wrap-hauptnavigation {
  font-family: var(--mainfont);
}
#mega-menu-wrap-hauptnavigation #mega-menu-hauptnavigation > li.mega-menu-item > a.mega-menu-link {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 1199.98px) {
  div#mega-menu-wrap-hauptnavigation #mega-menu-hauptnavigation > li.mega-menu-item > a.mega-menu-link:hover {
    color: var(--primary);
  }
  #mega-menu-wrap-hauptnavigation #mega-menu-hauptnavigation > li.mega-menu-item.iconbutton {
    display: inline-grid;
    width: 100%;
    margin: 5px 0px;
  }
}
/* Navi underline */
#mega-menu-wrap-hauptnavigation #mega-menu-hauptnavigation > li.mega-menu-item > a.mega-menu-link {
  display: inline-block !important;
  position: relative;
}
div#mega-menu-wrap-hauptnavigation #mega-menu-hauptnavigation > li.mega-menu-item.mega-current-menu-item > a.mega-menu-link::after,
div#mega-menu-wrap-hauptnavigation #mega-menu-hauptnavigation > li.mega-menu-item.mega-current-menu-parent > a.mega-menu-link::after {
  display: inline-block !important;
  content: "";
  position: absolute;
  background-color: var(--primary);
  transition: 300ms;
  height: 2px;
  left: 14px;
  width: -webkit-calc(100% - 28px);
  width:    -moz-calc(100% - 28px);
  width:         calc(100% - 28px);
}
div#mega-menu-wrap-hauptnavigation #mega-menu-hauptnavigation > li.mega-menu-item > a.mega-menu-link:hover  {
  opacity: 1;
}
div#mega-menu-wrap-hauptnavigation #mega-menu-hauptnavigation > li.mega-menu-item > a.mega-menu-link::after {
  display: inline-block !important;
  content: "";
  position: absolute;
  background-color: var(--primary);
  transition: 300ms;
  height: 2px;
  left: 14px;
}
div#mega-menu-wrap-hauptnavigation #mega-menu-hauptnavigation > li.mega-menu-item > a.mega-menu-link::after {
  width: 0px;
  bottom: 0px;
}
div#mega-menu-wrap-hauptnavigation #mega-menu-hauptnavigation > li.mega-menu-item > a.mega-menu-link:hover::after {
  display: inline-block !important;
  left: 14px;
  width: -webkit-calc(100% - 28px);
  width:    -moz-calc(100% - 28px);
  width:         calc(100% - 28px);
}
/* Navi underline mobile disable */
@media (max-width: 1199.98px) {
  div#mega-menu-wrap-hauptnavigation #mega-menu-hauptnavigation > li.mega-menu-item.mega-current-menu-item > a.mega-menu-link::after,
  div#mega-menu-wrap-hauptnavigation #mega-menu-hauptnavigation > li.mega-menu-item.mega-current-menu-parent > a.mega-menu-link::after {
    display: none !important;
  }
  div#mega-menu-wrap-hauptnavigation #mega-menu-hauptnavigation > li.mega-menu-item > a.mega-menu-link::after {
    display: none !important;
  }
  div#mega-menu-wrap-hauptnavigation #mega-menu-hauptnavigation > li.mega-menu-item > a.mega-menu-link::after {
    display: none !important;
  }
  div#mega-menu-wrap-hauptnavigation #mega-menu-hauptnavigation > li.mega-menu-item > a.mega-menu-link:hover::after {
    display: none !important;
  }
}


/* Header responsive */
@media (max-width: 1199.98px) {
  .head {
    display: none;
  }
  .responsive-head {
    display: block;
  }
  div#mega-menu-wrap-hauptnavigation {
    padding: 0px;
  }
  .mega-menu-wrap.tinyHead {
    -webkit-box-shadow: 0px 5px 10px -10px rgba(120,115,110,0.5) !important;
    -moz-box-shadow: 0px 5px 10px -10px rgba(120,115,110,0.5) !important;
    box-shadow: 0px 5px 10px -10px rgba(120,115,110,0.5) !important;
    -webkit-transition: all 0.3s ease-in-out !important;
    -moz-transition: all 0.3s ease-in-out !important;
    -o-transition: all 0.3s ease-in-out !important;
    transition: all 0.3s ease-in-out !important;
  }
}
/* Header ENDE */


/* Content START */
.content {
	margin-top: 120px;
}
@media (max-width: 1199.98px) {
  .content {
    margin-top: 0px;
  }
}
/* Content ENDE */


/* Headerslider START */
.carousel-item.normal {
  height: 540px;
}
.carousel-item.small {
  height: 380px;
}
.carousel-item.big {
  height: 640px;
}
.carousel-item img {
  position: absolute;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.carousel-caption {
  bottom: 15%;
}
.carousel-caption h3 {
  font-size: 54px;
  line-height: 120%;
  text-transform: uppercase;
  margin: 0px;
  text-shadow: 2px 2px 2px rgba(0,0,0,0.5);
}
.carousel-caption p {
  font-size: 34px;
  line-height: 120%;
  text-shadow: 2px 2px 2px rgba(0,0,0,0.5);
}
/* Headerslider Abstände */
.container-fluid.slider {
  padding-left: 0px;
  padding-right: 0px;
}
@media (min-width: 1200px) and (max-width: 1340px) {
  .carousel-item.normal,
  .carousel-item.small,
  .carousel-item.big {
    height: 500px;
  }
  .carousel-item img {
    position: relative;
    left: 0% !important;
    top: -50% !important;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .carousel-item.normal,
  .carousel-item.small,
  .carousel-item.big {
    height: 500px;
  }
  .carousel-item img {
    position: relative;
    left: 0% !important;
    top: -30% !important;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
}
@media (max-width: 991.98px) {
  .carousel-item.normal,
  .carousel-item.small,
  .carousel-item.big {
    height: auto;
  }
  .carousel-item img {
    position: relative;
    left: 0% !important;
    top: 0% !important;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
}

@media (max-width: 575.98px) {
	.carousel-caption h3 {
	  font-size: 42px;
	}
	.carousel-caption p {
 	 font-size: 24px;
	}
}


/* Headerslider ENDE */


/* Teaserboxen START */
.teaserbox {
  position: relative;
  cursor: pointer;
  display: block;
  margin: 15px 0px 15px 0px;
  padding: 20px;
  opacity: 1;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.teaserbox:hover {
  opacity: 0.7;
}
.teaserbox h3 {
  font-weight: var(--fontbold);
  font-size: 24px;
  line-height: 34px;
}
.col-lg-6 .teaserbox {
  height: 100px;
}
.col-lg-4 .teaserbox {
  height: 128px;
}
.col-lg-3 .teaserbox {
  height: 140px;
}
.teaserbox:after {
  position: absolute;
  font-family: 'Font Awesome 5 Free';
  font-size: 24px;
  line-height: 24px;
  font-weight: 600;
  content: '\f0a9';
  right: 20px;
  bottom: 20px;
}
/* Teaserboxen ENDE */


/* Teaserboxen mit Bild START */
.teaserbox-bild-wrapper {
  position: relative;
  font-weight: var(--fontbold);
  cursor: pointer;
  display: block;
  font-size: 20px;
  line-height: 28px;
  text-transform: uppercase;
  margin: 15px 0px 15px 0px;
  opacity: 1;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.teaserbox-bild-wrapper:hover {
  opacity: 0.7;
}
.teaserbox-bild {
  padding: 20px;
}
.col-lg-6 .teaserbox-bild-wrapper {
  height: 340px;
}
.col-lg-6 .teaserbox-bild-wrapper img {
  width: 100%;
  height: 240px;
  object-fit: cover;
}
.col-lg-4 .teaserbox-bild-wrapper {
  height: 300px;
}
.col-lg-4 .teaserbox-bild-wrapper img {
  width: 100%;
  height: 180px;
  object-fit: cover;
}
.col-lg-3 .teaserbox-bild-wrapper {
  height: 320px;
}
.col-lg-3 .teaserbox-bild-wrapper img {
  width: 100%;
  height: 160px;
  object-fit: cover;
}
.teaserbox-bild:after {
  position: absolute;
  font-family: 'Font Awesome 5 Free';
  font-size: 24px;
  line-height: 24px;
  font-weight: 600;
  content: '\f0a9';
  right: 20px;
  bottom: 20px;
}
/* Teaserboxen mit Bild ENDE */


/* Teaserboxen mit Icon START */
.teaserbox-icon-wrapper {
  display: block;
  margin: 0 auto;
  text-align: center;
  cursor: pointer;
  padding: 10px 0px 10px 0px;
  opacity: 1;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.teaserbox-icon-wrapper:hover {
  opacity: 0.6;
}
.iconelement {
  padding: 10px 0px 20px 0px;
}
.iconelement .svg-inline--fa {
  width: 48px !important;
  height: auto !important;
}
.titelelement h3 {
  font-size: 22px;
  line-height: 28px;
  text-transform: uppercase;
  margin: 0px 0px 20px 0px;
}
.textelement {
  font-size: 18px;
  line-height: 28px;
}
/* Teaserboxen mit ICON ENDE */


/* Google Maps START */
/* Abstände Google Maps */
.container-fluid.gmaps {
  padding-left: 0px;
  padding-right: 0px;
}
/* Google Maps ENDE */


/* Accordion START */
.card {
  background: transparent !important;
  border: 0 !important;
  border-radius: 0 !important;
}
.card:first-of-type {

}
.card-header {
  padding: 0px 0px 0px 34px !important;
  margin: 0px 0px 3px 0px !important;
  border-radius: 0 !important;
}
.card-header .btn {
  font-weight: 700;
  font-size: 20px;
  line-height: 28px;
  color: var(--white);
  padding: 10px 10px 8px 10px !important;
  opacity: 1;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.card-header .btn:hover {
  text-decoration: none !important;
  opacity: 0.7;
}
.card-header .btn:focus {
  text-decoration: none !important;
}
.card-header .btn:before {
  position: absolute;
  font-family: 'Font Awesome 5 Free';
  font-weight: 600;
  content: '\f067';
  font-size: 14px;
  left: 14px;
  top: 10px;
}
.card-body {
  display: inline-block;
  background: var(--rowbg);
  color: var(--text);
  margin-bottom: 10px;
}
/* Accordion ENDE */


/* Call to action START */
.cta {
  padding-top: 20px;
}
a.cta-button {
  display: inline-block;
  font-size: 20px;
  line-height: 24px;
  font-weight: var(--mainfontbold);
  text-transform: uppercase;
  padding: 15px 20px;
  margin: 0px 5px;
  opacity: 1;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
a.cta-button:focus,
a.cta-button:hover {
  opacity: 0.7;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.bt-t3 {
  padding-top: 10px;
}
/* Bootstrap overwrite */
a.bg-primary:focus,
a.bg-primary:hover {
  background-color: var(--primary) !important;
}
a.bg-secondary:focus,
a.bg-secondary:hover {
  background-color: var(--secondary) !important;
}
@media (max-width: 575.98px) {
  a.cta-button {
    display: block;
    font-size: 18px;
    line-height: 20px;
    margin: 0px 0px 5px 0px;
  }
}
/* Call to action ENDE */


/* Teaser START */
.blogteaser {
  background: var(--rowbg);
  border-bottom-left-radius: 8px;
  -webkit-border-bottom-left-radius: 8px;
  -moz-border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
  -webkit-border-bottom-right-radius: 8px;
  -moz-border-bottom-right-radius: 8px;
}
.wp-post-image {
  width: 100%;
  height: 220px;
  object-fit: cover;
}
.post-metas {
  padding: 24px 20px;
}
.blogteaser h3 {
  font-weight: var(--mainfontbold);
  font-size: 20px;
  line-height: 24px;
  text-transform: uppercase;
}
.wp-post-date,
.wp-post-author {
  color: var(--metatext);
  font-size: 14px;
  line-height: 22px;
}
a.post-link {
  display: block;
  font-weight: var(--mainfontbold);
  color: var(--text);
  font-size: 16px;
  line-height: 22px;
  padding-top: 14px;
}
a.post-link::before {
  position: relative;
  display: inline-block;
  content: "";
  width: 23px;
  height: 23px;
  top: 6px;
  margin-right: 10px;
  background-image: url(img/circle-arrow.svg);
  background-size: contain;
}
@media (max-width: 575.98px) {
  .blogteaser {
    margin-bottom: 20px;
  }
}
/* Teaser ENDE */


/* Bildergalerie START */
.tz-gallery {
  padding: 15px;
}
.tz-gallery .lightbox img {
  width: 100%;
  margin-bottom: 30px;
  transition: 0.2s ease-in-out;
  box-shadow: 0 2px 3px rgba(0,0,0,0.2);
}
.tz-gallery .lightbox img:hover {
  transform: scale(1.05);
  box-shadow: 0 8px 15px rgba(0,0,0,0.3);
}
.tz-gallery img {
}
.baguetteBox-button {
  background-color: transparent !important;
}
/* Bildergalerie ENDE */


/* Video START */
.video-wrapper .play {
  position: absolute;
  width: 80px;
  height: 80px;
  top: 50%;
  left: 50%;
  margin: -40px 0 0 -40px;
  border-radius: 50%;
  background: var(--primary);
  cursor: pointer;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.video-wrapper .play:hover {
  background: var(--secondary);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.video-wrapper .play .icon {
  width: 0;
  height: 0;
  margin: 20px 0 0 30px;
  border-style: solid;
  border-width: 20px 0 20px 30px;
  border-color: transparent transparent transparent var(--white);
}
/* Video ENDE */


/* Bild-Text Teaser (Bild links) START */
@media (max-width: 767.98px) {
  .left-column,
  .right-column {
    padding-top: 10px;
    padding-bottom: 10px;
  }
}
@media (max-width: 991.98px) {
  .column-reverse {
    -ms-flex-direction: column-reverse!important;
    flex-direction: column-reverse!important;
  }
}
/* Bild-Text Teaser (Bild links) ENDE */


/* Formular START */
.form-row {
  display: block !important;
}
span.formular-label {
  margin: 14px 0px 10px 0px;
  display: block;
}
::placeholder {
  color: var(--text) !important;
}
input.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required,
input.wpcf7-form-control.wpcf7-text,
textarea.wpcf7-form-control.wpcf7-textarea,
input.wpcf7-form-control.wpcf7-date {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: var(--white) !important;
  border: none;
  color: var(--text);
  width: 100% !important;
  height: auto !important;
  padding: 20px;
  margin: 0px 0px 10px 0px;
  font-size: 18px;
  line-height: 24px;
  font-weight: 300;
  -webkit-box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.2);
  -moz-box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.2);
  box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.2);
}
input.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required::-webkit-input-placeholder,
input.wpcf7-form-control.wpcf7-text::-webkit-input-placeholder,
textarea.wpcf7-form-control.wpcf7-textarea::-webkit-input-placeholder {
  color: var(--text) !important;
}
.wpcf7-form-control-wrap {
  margin-bottom: 20px;
}
textarea.wpcf7-form-control.wpcf7-textarea.wpcf7-validates-as-required {
  height: 220px !important;
}
.send-button input.wpcf7-submit {
  float: left;
  font-weight: var(--mainfontbold);
  font-size: 20px !important;
  line-height: 24px;
  padding: 15px 24px 12px 24px !important;
  background: var(--primary);
  border: none;
  border-radius: 0 !important;
  color: var(--white);
  opacity: 1;
  transition: opacity .25s ease-in-out;
  -moz-transition: opacity .25s ease-in-out;
  -webkit-transition: opacity .25s ease-in-out;
}
input.wpcf7-submit:hover,
.send-button input.wpcf7-submit:hover {
  opacity: 0.7;
  cursor: pointer;
}
span.wpcf7-list-item {
  display: inline-block !important;
}
span.wpcf7-not-valid-tip {
  font-size: 14px !important;
  position: relative;
  top: -10px;
  left: 40px;
}
div.wpcf7-validation-errors,
div.wpcf7-mail-sent-ok,
div.wpcf7-spam-blocked {
  display: inline-block;
}
.wpcf7-response-output.wpcf7-display-none.wpcf7-mail-sent-ok {
  color: green;
  font-size: 16px;
  text-align: center;
}
.wpcf7-response-output.wpcf7-display-none.wpcf7-validation-errors {
  color: red;
  font-size: 16px;
  text-align: center;
}
span.wpcf7-list-item-label {
  display: inline-flex;
  position: relative;
  left: 10px;
  font-size: 16px;
  line-height: 24px;
}
.wpb_column.vc_column_container.vc_col-lg-12.checkbox-box {
  font-size: 16px;
  line-height: 24px;
  margin-top: 0px;
  padding-bottom: 30px;
}
span.checkbox-text {
  display: block;
  font-size: 16px;
  line-height: 24px;
  margin: -34px 0px 0px 40px;
}
.spacer {
  width: 100%;
  height: 36px;
}
span.wpcf7-list-item {
  margin: 0px !important;
}
input[type="checkbox"] {
  -webkit-appearance: none;
   -moz-appearance: none;
   appearance: none;
   width: 1px;
   height: 1px;
   background: var(--white);
   border-radius: 0px;
   border: 0px solid var(--white);
}
input[type="checkbox"]::before {
  position: relative;
  top: 0px;
  left: 0px;
  width: 24px;
  height: 24px;
  border: 1px solid var(--secondary);
  background-color: var(--white);
  display: block;
  content: "";
  float: left;
  margin-right: 5px;
  -webkit-box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.2);
  -moz-box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.2);
  box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.2);
}
input[type="checkbox"]:checked::before {
  box-shadow: inset 0px 0px 0px 2px var(--white);
  background-color: var(--primary);
}
/* Formular ENDE */


/* Footer START */
footer {
  font-size: 18px;
  line-height: 24px;
  background: var(--primary);
  color: #FFF;
  margin: 0px;
  padding: 60px 0px 60px 0px;
}
footer h2 {
  font-weight: var(--mainfontbold);
  font-size: 24px;
  line-height: 28px;
  margin: 0px 0px 20px 0px;
  display: block;
}
footer p {
  margin: 0px;
}
footer a:link,
footer a:visited {
  color: #FFF;
}
.menu-rechtliches-container ul  {
  list-style: none;
  margin: 0px;
  padding: 0px;
}
.menu-rechtliches-container ul li {
  display: block;
  margin: 0px;
  padding: 0px;
  text-align: left;
}
.menu-rechtliches-container a:link,
.menu-rechtliches-container a:visited {
  color: #FFF;
  font-size: 16px;
  line-height: 24px;
  text-decoration: none;
}
.menu-rechtliches-container a:link::before {
  content: "\00BB";
  display: inline-block;
  margin: 0px 5px 0px 0px;
}
.menu-rechtliches-container ul li.current-menu-item a {
  opacity: 0.7;
}
@media (max-width: 767.98px) {
  footer {
    padding: 30px 0px 30px 0px;
  }
  .footer-s1,
  .footer-s2,
  .footer-s3,
  .footer-s4 {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}
/* Footer ENDE */
