/*
Theme Name: Creatipster Theme
Theme URI: http://variante-b.de
Author: David Bernhard
Author URI: http://variante-b.de
Description:  Wordpress Theme for Creatipser Website
Version: 1.0
*/
/**
    General
**/
html {
  overflow-x: hidden;
  overflow-y: auto;
  font-size: 62.5%;
  height: 100%;
}
body {
  font-size: 1.5em;
  /* currently ems cause chrome bug misinterpreting rems on body element */
  font-family: bree, sans-serif;
  font-weight: 400;
  font-style: normal;
  line-height: 1.5;
  color: #303030;
  width: 100%;
  height: 100%;
  margin: 0;
  -webkit-overflow-scrolling: touch;
}
/* Typography
–––––––––––––––––––––––––––––––––––––––––––––––––– */
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  line-height: 1.25;
  margin-bottom: 1.25rem;
}
h3,
h4,
h5,
h6 {
  margin-bottom: 0.85rem;
}
h1 {
  font-size: 2.4rem;
  text-transform: uppercase;
}
.heroContent h1 {
  text-transform: none;
  line-height: 1.1;
  font-size: 2.4rem;
  font-weight: 600;
}
h2 {
  font-size: 2.8rem;
  font-weight: 600;
  margin-bottom: 1.25rem;
}
.zwischenHeadline {
  text-align: center;
  font-size: 2.8rem;
  font-family: yrsa, sans-serif;
  font-weight: 600;
  margin-bottom: 1.25rem;
}
h3 {
  font-size: 2.0rem;
}
h3.aboveHeadline {
  font-weight: 300;
  font-size: 1.3rem;
  text-transform: uppercase;
  letter-spacing: 2px;
}
h4 {
  font-size: 1.8rem;
}
h5 {
  font-size: 1.6rem;
}
h6 {
  font-size: 1.5rem;
}
.bgBlume {
  display: inline-block;
  padding: 12px 48px;
  background: url(images/flower.png) left center no-repeat;
  background-size: contain;
}
@media (min-width: 768px) {
  h1,
  .heroContent h1 {
    font-size: 4.8rem;
  }
  h2,
  .zwischenHeadline {
    font-size: 3.6rem;
  }
  .sektionYoutubeVideoTeaser h2,
  .sektionTextAufHintergrund h2 {
    font-size: 4.2rem;
  }
  h3 {
    font-size: 2.4rem;
  }
  .bgBlume {
    padding: 24px 60px;
  }
}
p + h1,
ul + h1,
ol + h1,
table + h1,
p + h2,
ul + h2,
ol + h2,
table + h2 {
  margin-top: 4rem;
}
p + h3,
ul + h3,
ol + h3,
table + h3,
p + h4,
ul + h4,
ol + h4,
table + h4,
p + h5,
ul + h5,
ol + h5,
table + h5,
p + h6,
ul + h6,
ol + h6,
table + h6 {
  margin-top: 2.4rem;
}
p {
  margin-top: 0;
}
a {
  color: #bd0059;
  -webkit-transition: 0.3s color ease;
  transition: 0.3s color ease;
  text-decoration: none;
  outline: 0;
}
a:hover,
a:active,
a:focus {
  color: #7e063f;
  text-decoration: none;
}
.bigger {
  font-size: 125%;
}
.smaller {
  font-size: 85%;
}
/* =WordPress Core
-------------------------------------------------------------- */
img {
  max-width: 100%;
  height: auto;
}
.alignnone {
  margin: 5px 20px 20px 0;
}
.aligncenter,
div.aligncenter {
  display: block;
  margin: 5px auto 5px auto;
}
.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}
.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}
a img.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}
a img.alignnone {
  margin: 5px 20px 20px 0;
}
a img.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}
a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.wp-caption {
  background: #fff;
  border: 1px solid #f0f0f0;
  max-width: 96%;
  /* Image does not overflow the content area */
  padding: 5px 3px 10px;
  text-align: center;
}
.wp-caption.alignnone {
  margin: 5px 20px 20px 0;
}
.wp-caption.alignleft {
  margin: 5px 20px 20px 0;
}
.wp-caption.alignright {
  margin: 5px 0 20px 20px;
}
.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 98.5%;
  padding: 0;
  width: auto;
}
.wp-caption p.wp-caption-text {
  font-size: 11px;
  line-height: 17px;
  margin: 0;
  padding: 0 4px 5px;
}
/* Text meant only for screen readers. */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  white-space: nowrap;
  height: 1px;
  width: 1px;
  overflow: hidden;
}
.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  -webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
          box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}
/* Buttons
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.button,
a.more-link,
button,
input[type="submit"],
input[type="reset"],
input[type="button"] {
  display: inline-block;
  height: 38px;
  padding: 0 30px;
  font-family: basic-sans, sans-serif;
  letter-spacing: 2px;
  color: #fff;
  text-align: center;
  font-weight: 600;
  line-height: 36px;
  text-transform: uppercase;
  text-decoration: none;
  white-space: nowrap;
  background-color: #000;
  border-radius: 0;
  border: 1px solid #000;
  cursor: pointer;
  -webkit-transition: .3s all ease;
  transition: .3s all ease;
  margin-bottom: 8px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.button:hover,
a.more-link:hover,
button:hover,
input[type="submit"]:hover,
input[type="reset"]:hover,
input[type="button"]:hover,
.button:focus,
button:focus,
input[type="submit"]:focus,
input[type="reset"]:focus,
input[type="button"]:focus {
  color: #fff;
  border-color: #bd0059;
  background-color: #bd0059;
  outline: 0;
}
.button.button-primary,
button.button-primary,
input[type="submit"].button-primary,
input[type="reset"].button-primary,
input[type="button"].button-primary {
  color: #FFF;
  background-color: #bd0059;
  border-color: #bd0059;
}
.button.button-primary:hover,
button.button-primary:hover,
input[type="submit"].button-primary:hover,
input[type="reset"].button-primary:hover,
input[type="button"].button-primary:hover,
.button.button-primary:focus,
button.button-primary:focus,
input[type="submit"].button-primary:focus,
input[type="reset"].button-primary:focus,
input[type="button"].button-primary:focus {
  color: #FFF;
  background-color: #7e063f;
  border-color: #7e063f;
}
.button.scratch {
  background: url(images/bg-button.png) center no-repeat;
  width: 240px;
  height: 66px;
  background-size: cover;
  line-height: 66px;
  border-color: transparent;
  color: #fff;
  -webkit-transition: .3s all ease;
  transition: .3s all ease;
  opacity: 0.8;
}
.button.scratch:hover {
  opacity: 1;
}
/* Forms
–––––––––––––––––––––––––––––––––––––––––––––––––– */
input[type="email"],
input[type="number"],
input[type="search"],
input[type="text"],
input[type="tel"],
input[type="url"],
input[type="password"],
textarea,
select {
  height: 38px;
  padding: 6px 12px;
  /* The 6px vertically centers text on FF, ignored by Webkit */
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
textarea {
  height: 100px;
}
/* Removes awkward default styles on some inputs for iOS */
input[type="email"],
input[type="number"],
input[type="search"],
input[type="text"],
input[type="tel"],
input[type="url"],
input[type="password"],
textarea {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
textarea {
  min-height: 65px;
  padding-top: 6px;
  padding-bottom: 6px;
}
input[type="email"]:focus,
input[type="number"]:focus,
input[type="search"]:focus,
input[type="text"]:focus,
input[type="tel"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
textarea:focus,
select:focus {
  border: 1px solid #bd0059;
  outline: 0;
}
label,
legend {
  display: block;
  margin-bottom: .5rem;
  font-weight: 400;
}
fieldset {
  padding: 0;
  border-width: 0;
}
input[type="checkbox"],
input[type="radio"] {
  display: inline;
}
label > .label-body {
  display: inline-block;
  margin-left: .5rem;
  font-weight: normal;
}
form.wpcf7-form img {
  width: auto;
}
form.wpcf7-form p {
  margin: 0;
}
form.wpcf7-form .row {
  margin: 0 -8px;
}
form.wpcf7-form .col {
  padding: 0 8px;
}
form.wpcf7-form input,
form.wpcf7-form textarea {
  margin: 8px 0;
}
span.wpcf7-not-valid-tip {
  font-size: 12px;
  -webkit-transform: translateY(-6px);
          transform: translateY(-6px);
}
input.wpcf7-not-valid,
textarea.wpcf7-not-valid {
  border: 1px solid #f00!important;
  background: #fff1f1!important;
}
span.wpcf7-not-valid-tip {
  font-size: 12px;
}
.wpcf7-response-output.wpcf7-validation-errors {
  border: 1px solid #f00;
  margin: 8px 0 0 0;
  padding: 15px 25px;
  background: #fff1f1;
  font-size: 1.4rem;
  color: #323232;
}
div.wpcf7-mail-sent-ok {
  background-color: #f1fff0;
  border: 1px solid #a8d144;
  font-size: 1.4rem;
  margin-left: 0;
  margin-right: 0;
  padding: 15px 25px;
}
.msg404 {
  font-size: 15rem;
  opacity: .3;
  color: #bd0059;
  font-weight: 600;
}
/* Lists
–––––––––––––––––––––––––––––––––––––––––––––––––– */
ul {
  list-style: disc;
}
ol {
  list-style: decimal;
}
ol,
ul {
  list-style-position: inside;
  padding-left: 15px;
  padding-right: 10%;
  margin-top: 0;
}
ul ul,
ul ol,
ol ol,
ol ul {
  margin: 1.5rem 0 1.5rem 3rem;
  font-size: 90%;
}
li {
  margin-bottom: 1rem;
}
.menu ul,
ul.menu,
ul.menu li {
  margin: 0;
  list-style-type: none;
  padding: 0;
}
.inline ul.menu > li {
  display: inline-block;
}
ul.menu li a {
  margin: 0;
  display: inline-block;
  color: #bd0059;
}
ul.menu li a:hover {
  color: #7e063f;
}
/* Tables
–––––––––––––––––––––––––––––––––––––––––––––––––– */
th,
td {
  padding: 12px 15px;
  text-align: left;
  border-bottom: 1px solid #E1E1E1;
}
th:first-child,
td:first-child {
  padding-left: 0;
}
th:last-child,
td:last-child {
  padding-right: 0;
}
/* Misc
–––––––––––––––––––––––––––––––––––––––––––––––––– */
hr {
  margin-top: 3rem;
  margin-bottom: 3.5rem;
  border-width: 0;
  border-top: 1px solid #E1E1E1;
}
.uppercase {
  text-transform: uppercase;
}
.textalignright {
  text-align: right;
}
.textalignleft {
  text-align: left;
}
.textaligncenter {
  text-align: center;
}
.displayTable {
  width: 100%;
  height: 100%;
  display: table;
}
.displayTableCell {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}
.nowrap {
  white-space: nowrap;
}
section.socialmedia {
  margin: 12px 0;
  padding: 0;
  text-align: center;
}
.socialmedia .col-12 {
  padding: 12px 0;
  border-top: 1px solid #999999;
  border-bottom: 1px solid #999999;
}
.socialmedia span {
  display: inline-block;
  padding-right: 12px;
}
.socialmediaWrap {
  display: inline-block;
}
.socialmedia a {
  color: #000;
  text-align: center;
  display: inline-block;
  width: 32px;
  height: 32px;
  line-height: 34px;
  background: #eee;
  border-radius: 16px;
  font-size: 2rem;
  margin-right: 5px;
  -webkit-transition: .3s all ease;
  transition: .3s all ease;
}
.headerSocials a {
  -webkit-transition: .3s all ease;
  transition: .3s all ease;
}
.socialmedia a:hover,
.headerSocials a:hover {
  opacity: 0.8;
}
.socialmedia a.singleSocialMedia:nth-child(3),
.headerSocials a.singleSocialMedia:nth-child(3) {
  color: #fff;
  background: #e96022;
}
.socialmedia a.singleSocialMedia:nth-child(2),
.headerSocials a.singleSocialMedia:nth-child(2) {
  color: #fff;
  background: #8cacda;
}
.socialmedia a.singleSocialMedia:first-child,
.headerSocials a.singleSocialMedia:first-child {
  color: #fff;
  background: #eb6aa3;
}
.socialmedia a.singleSocialMedia:nth-child(4),
.headerSocials a.singleSocialMedia:nth-child(4) {
  color: #fff;
  background: #069ff4;
}
section.instagram {
  padding: 0;
  margin-top: 30px;
}
video {
  width: 100%;
  height: auto;
}
.videoContainer {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}
.videoContainer iframe,
.videoContainer object,
.videoContainer embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.entry-content img,
.entry-content iframe,
.entry-content object,
.entry-content embed {
  max-width: 100%;
}
.wp-video {
  margin-bottom: 16px;
}
/**
    Header + NAV
**/
header {
  position: fixed;
  top: 0;
  left: 0;
  background-color: #ffffff;
  width: 100%;
  -webkit-box-shadow: 0px 0px 3px 0px rgba(102, 102, 102, 0.63);
          box-shadow: 0px 0px 3px 0px rgba(102, 102, 102, 0.63);
  z-index: 999;
  color: #303030;
}
.admin-bar header {
  top: 32px;
}
header > .container > .row,
header > .container-fluid > .row {
  position: relative;
  height: 70px;
  -webkit-transition: 0.4s height ease;
  transition: 0.4s height ease;
}
.scrolled header > .container > .row,
.scrolled header > .container-fluid > .row {
  height: 70px;
}
header .brand {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
          transform: translateY(-50%) translateX(-50%);
  left: 50%;
  -webkit-transition: 0.4s height ease;
  transition: 0.4s height ease;
}
header .brand a {
  display: inline-block;
  height: 54px;
}
header .brand img {
  height: 100%;
  width: auto;
}
.openNav {
  position: absolute;
  right: 0;
  line-height: 100%;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  display: table;
  -webkit-transition: 0.4s all ease;
  transition: 0.4s all ease;
  padding: 0 15px;
  line-height: 42px;
  font-size: 2rem;
  text-transform: uppercase;
  z-index: 999;
}
.openNav > button {
  display: inline-block;
  vertical-align: middle;
}
.openNav > span {
  padding: 0 0 0 8px;
}
.openNav:hover {
  cursor: pointer;
}
.openNavText {
  color: #333333;
}
.mainNav {
  display: none;
}
.mainNav ul li {
  margin-bottom: 0;
}
/** Slideout.js Stlyes from Plugin **/
.slideout-menu {
  position: fixed;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  z-index: 0;
  width: 256px;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  display: none;
}
.slideout-panel {
  position: relative;
  z-index: 1;
}
.slideout-open,
.slideout-open body,
.slideout-open .slideout-panel {
  overflow: hidden;
}
.slideout-open #menu.slideout-menu {
  display: block;
}
/** End Slideout.js **/
#menu {
  display: none;
  background-color: #252525;
  padding-top: 70px;
}
#menu ul.menu li {
  background: #3a3a3a;
}
#menu ul.menu li.current-menu-item {
  background: transparent;
}
#menu ul.menu li:hover {
  background: rgba(0, 0, 0, 0.9);
  text-indent: 1px;
}
#menu ul.menu li a {
  text-transform: uppercase;
  font-size: 1.5rem;
  color: #fff;
  padding: 12px 15px;
  display: block;
}
#menu ul.menu li a:hover {
  color: #ccc;
}
#menu .languageNav {
  margin-left: 0;
  position: absolute;
  bottom: 0;
  background: #3a3a3a;
  width: 100%;
}
#menu .languageNav ul.menu li {
  background: transparent;
}
#menu .languageNav ul.menu li a {
  color: #ccc;
  padding: 10px 15px;
  border-top: 3px solid transparent;
  border-bottom: 3px solid transparent;
}
#menu .languageNav ul.menu li.active a {
  background: #252525;
  color: #fff;
}
.slideout-open #panel {
  -webkit-box-shadow: -8px 0px 10px 0px rgba(0, 0, 0, 0.55);
          box-shadow: -8px 0px 10px 0px rgba(0, 0, 0, 0.55);
}
/**
    Content area
**/
main {
  margin-top: 70px;
  background-color: #fff;
  -webkit-transition: 0.4s margin ease;
  transition: 0.4s margin ease;
}
section {
  padding: 25px 0;
}
section.location.maps {
  padding: 0;
  position: relative;
}
#map-canvas {
  height: 60vh;
  -webkit-transition: 0.4s all ease;
  transition: 0.4s all ease;
  min-height: 350px;
}
.lg-outer .lg-thumb {
  margin: 0 auto;
}
.lg-outer .lg-thumb-item {
  border-radius: 0;
}
.lg-outer .lg-thumb-item.active,
.lg-outer .lg-thumb-item:hover {
  border-color: #bd0059;
}
/**
  Hero Section
**/
.hero,
.singleSlide {
  width: 100%;
  height: 75vh;
  padding: 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
}
.heroContent {
  position: absolute;
  top: 50%;
  left: 5%;
  width: 90%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  padding: 15px;
  background: #fff;
  -webkit-box-shadow: 0px 0px 0px 8px rgba(255, 255, 255, 0.5);
          box-shadow: 0px 0px 0px 8px rgba(255, 255, 255, 0.5);
}
.heroText {
  font-size: 1.4rem;
}
.heroText1 {
  font-weight: 300;
  letter-spacing: 2px;
}
.heroText2 {
  font-family: basic-sans, sans-serif;
  font-weight: 400;
}
.slideShow.slick-slider {
  margin-bottom: 0;
}
.slideShow ul.slick-dots {
  bottom: 12px;
}
.slideShow ul.slick-dots button {
  -webkit-transform: scale(2);
          transform: scale(2);
  margin-bottom: 0;
}
.slideShow ul.slick-dots li button::before {
  color: #bd0059;
}
.slideShow + a.scrollMe {
  display: none;
}
.slideShow[data-slidesnumber="1"] ul.slick-dots {
  display: none;
}
.slideShow .singleSlide {
  display: none;
}
.slideShow .singleSlide:first-child,
.slideShow .singleSlide.slick-slide {
  display: block;
}
@media (min-width: 576px) and (orientation: landscape) {
  .hero,
  .singleSlide {
    height: calc(100vh - 70px);
  }
}
@media (min-width: 576px) {
  .heroContent {
    text-align: left;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
            transform: translateX(-50%) translateY(-50%);
    max-width: 480px;
    padding: 45px 30px;
  }
}
@media (min-width: 992px) {
  .hero,
  .singleSlide {
    height: 100vh;
    max-height: 720px;
  }
}
@media (min-width: 1200px) {
  .hero,
  .singleSlide {
    height: 100vh;
    max-height: 920px;
  }
}
@media (min-width: 1600px) {
  .hero,
  .singleSlide {
    height: 100vh;
    max-height: 1200px;
  }
}
/**
    end hero
**/
/**
  TeaserBox Section
**/
.singleTeaserBox {
  background: #fcf4f3;
  text-align: center;
  padding: 15px;
  margin-bottom: 45px;
  position: relative;
}
.singleTeaserBox img {
  width: 100%;
  margin-bottom: 12px;
}
.singleTeaserBox h2 {
  text-transform: none;
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 1.2;
  margin-bottom: 15px;
}
.zeigeZahlen .singleTeaserBox:before {
  content: "01";
  position: absolute;
  top: -28px;
  line-height: 1;
  font-size: 4.8rem;
  color: #f4bdbd;
  left: 8px;
}
.zeigeZahlen .col:nth-child(2) .singleTeaserBox:before {
  content: "02";
}
.zeigeZahlen .col:nth-child(3) .singleTeaserBox:before {
  content: "03";
}
.zeigeZahlen .col:nth-child(4) .singleTeaserBox:before {
  content: "04";
}
.teaserBoxText,
.teaserBoxText p {
  margin-bottom: 15px;
  font-family: basic-sans, sans-serif;
  font-weight: 400;
}
@media (max-width: 575.98px) {
  .teaserBoxen {
    padding-top: 48px;
  }
}
@media (min-width: 576px) {
  .teaserBoxen {
    padding-bottom: 50px;
  }
  .singleTeaserBox {
    padding: 25px;
  }
}
@media (min-width: 768px) {
  .singleTeaserBox h2 {
    font-size: 3.6rem;
    font-weight: 600;
  }
}
/**
    end Teaserboxen
**/
/**
  NL Section
**/
.newsletter {
  position: relative;
  padding: 25px 0;
  background-size: cover;
}
.newsletterContent {
  width: 90%;
  margin-left: 5%;
}
.newsletterContentWrap {
  background: #fff;
  padding: 15px;
  -webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.4);
          box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.4);
}
.newsletter input {
  margin-top: 15px;
}
/*
.newsletterContent:before{
  content:" ";
  position: absolute;
  z-index:-18;
  background:@brandColorRose;
  width:100%;
  height:100%;
  left:5px;
  top:0;
  transform:rotate(5deg);
  box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.2);
}

.newsletterContent:after{
  content:" ";
  position: absolute;
  z-index:-17;
  background:#fff;
  width:100%;
  height:100%;
  left:0;
  top:0;
}*/
.nlHeadline {
  font-size: 2.8rem;
  line-height: 1.2;
  font-weight: 600;
  margin-bottom: 12px;
  text-transform: none;
}
.newsletterContent > .row {
  position: relative;
}
.newsletter p {
  margin-bottom: 18px;
}
.newsletter .nlMail {
  height: 40px;
  line-height: 40px;
}
@media (min-width: 768px) {
  .newsletter {
    padding: 50px;
  }
  .newsletterContentWrap {
    text-align: left;
  }
  .nlHeadline {
    font-size: 3.6rem;
  }
  .nlColRight {
    right: 13.5%;
    bottom: -7px;
    position: absolute;
  }
}
/**
    end NL
**/
.sektionTextAufHintergrund {
  padding: 15px 0 250px 0;
  background-size: contain;
  background-position: bottom;
  background-repeat: no-repeat;
}
.sektionTextAufHintergrund h1,
.sektionTextAufHintergrund h2,
.sektionTextAufHintergrund h3,
.sektionTextAufHintergrund h4 {
  margin-top: 0;
}
.textAufHintergrundContentBox {
  background: #fff;
  padding: 25px;
}
/**
  Text auf Hintergrund Section
**/
@media (min-width: 768px) {
  .sektionTextAufHintergrund {
    padding: 72px 0;
    background-size: contain;
    background-position: right center;
  }
}
@media (min-width: 992px) {
  .sektionTextAufHintergrund {
    padding: 90px 0;
  }
}
/**
    end Text auf Hintergrund
**/
/**
  Video
**/
.sektionYoutubeVideoTeaser .container {
  position: relative;
}
.videoTeaserContent {
  background-color: #e3d1e1;
  padding: 25px 25px 50px 25px;
}
.videoTeaser {
  margin-top: -25px;
}
@media (min-width: 992px) {
  .videoTeaserContent {
    padding-right: 120px;
  }
  .videoTeaser {
    position: absolute;
    right: 0;
    margin-top: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}
/**
 Latest Posts
**/
.latestPosts .zwischenHeadline {
  margin-bottom: 32px;
}
.bgBunt {
  background: url(images/bg-bunt.png) center no-repeat;
  background-size: cover;
  display: inline-block;
  width: 220px;
  height: 123px;
}
.postImage {
  -webkit-transition: .3s all ease;
  transition: .3s all ease;
}
.postImage:hover {
  -webkit-transform: scale(1.03);
          transform: scale(1.03);
}
.postBox {
  margin-top: 15px;
  position: relative;
  padding: 0 30px;
  /*background:@lightBg;*/
}
.postBox p:last-child,
.postBox a.more-link {
  margin-bottom: 0;
}
/*
.postBox:after{
  pointer-events:none;
  content:" ";
  position: absolute;
  top:8px;
  left:8px;
  width:100%;
  height:100%;
  border:1px solid @brandColorRose;
}*/
.singleBlogTeaser {
  margin-bottom: 45px;
  text-align: center;
}
.singleBlogTeaser h2 {
  text-transform: none;
  font-weight: 600;
}
.postMeta {
  padding: 0 0 6px 0;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: 400;
  font-family: basic-sans, sans-serif;
}
.singleBlogTeaser .postMeta {
  color: #d8c0cd;
}
.postBox p {
  font-family: yrsa, sans-serif;
  font-weight: 400;
}
@media (min-width: 768px) {
  .postBox:after {
    top: 15px;
    left: 15px;
  }
  .singleBlogTeaser h2 {
    font-size: 2.4rem;
    margin-bottom: 8px;
  }
  .postMeta {
    padding: 6px 0 6px 0;
  }
  .singleBlogTeaser {
    margin-bottom: 75px;
  }
}
@media (min-width: 992px) {
  .postBox {
    margin-top: 0;
    text-align: left;
  }
}
@media (min-width: 1200px) {
  .postBox {
    height: 350px;
  }
}
/**
    end latest posts
**/
/**
  TeaserBox Section
**/
/**
    end Teaserboxen
**/
/**
    Footer
**/
footer {
  background: #fcf4f3;
  color: #000;
  line-height: 1.5;
  padding: 20px 0;
}
footer ul.menu li a {
  color: #000;
  font-size: 1.5rem;
  padding: 2px 0;
  font-weight: normal;
  font-family: basic-sans, sans-serif;
  text-transform: uppercase;
  letter-spacing: 2px;
}
footer .footerBottom ul.menu li {
  display: inline-block;
}
footer .footerBottom ul.menu li a {
  color: #000;
  padding: 0 5px;
}
.aboveFooter {
  padding: 15px 0;
}
.aboveFooter img {
  width: 80%;
  max-width: 240px;
}
footer .socialmedia {
  padding-top: 12px;
  text-align: center;
}
.footerNewsletter {
  padding: 12px 0;
}
.footerNewsletter input[type="text"] {
  font-family: basic-sans, sans-serif;
  font-style: italic;
}
.footerNewsletter .col:first-child {
  padding-right: 0;
}
.copyright,
.footerNav {
  font-size: 1.4rem;
  text-transform: uppercase;
}
.footerLogoWrap {
  text-align: center;
}
.footerLogo {
  max-width: 320px;
}
.footerNav {
  text-align: right;
}
.footerHeadline {
  text-transform: uppercase;
  font-weight: 600;
  margin-bottom: 4px;
  font-size: 1.5rem;
  letter-spacing: 2px;
  font-family: basic-sans, sans-serif;
}
.footerInfos {
  font-size: 1.3rem;
  padding: 24px 0;
}
@media (max-width: 767.98px) {
  .footerNav,
  .copyright {
    text-align: center;
  }
}
@media (min-width: 768px) {
  .footerInfos {
    padding: 48px 0;
  }
  .footerNewsletter {
    font-size: 1.6rem;
  }
}
@media (max-width: 991.98px) {
  .secondMenu {
    padding-top: 18px;
  }
}
@media (min-width: 992px) {
  .footerInfos {
    padding: 72px 0;
  }
  footer .socialmedia {
    padding: 18px 0;
  }
}
/**
    * Media Queries for responsive Design
**/
@media (min-width: 576px) and (orientation: landscape) {
  a.scrollMe {
    display: block;
  }
}
@media (min-width: 576px) {
  section {
    padding: 56px 0;
  }
}
@media (max-width: 767.98px) {
  .navArea {
    display: none;
  }
}
@media (min-width: 768px) {
  .mainNav {
    display: block;
    width: 100%;
    text-align: center;
    border-top: 1px solid #000;
  }
  .mainNav .menu-hauptmenue-container,
  .headerSocials,
  .searchIcon {
    display: inline-block;
  }
  .headerSocials a.singleSocialMedia {
    width: 24px;
    display: inline-block;
    line-height: 24px;
    color: #fff;
    border-radius: 12px;
    background: #000;
  }
  .openNav {
    display: none;
  }
  header > .container > .row,
  header > .container-fluid > .row,
  .scrolled header > .container > .row,
  .scrolled header > .container-fluid > .row {
    height: auto;
  }
  header .brand {
    padding: 8px 0;
    text-align: center;
    position: relative;
    -webkit-transform: none;
            transform: none;
    top: auto;
    left: auto;
    width: 100%;
  }
  header .brand a {
    -webkit-transition: .3s all ease;
    transition: .3s all ease;
    height: 104px;
  }
  .homeLink img {
    height: 34px;
  }
  .scrolled header .brand a {
    height: 72 px;
  }
  .mainNav ul li a {
    padding: 9px 6px;
    color: #000;
    font-weight: 400;
  }
  .mainNav ul li a:hover {
    color: #bd0059;
  }
  main {
    margin-top: calc(40px + 90px);
  }
  .scrolled main {
    margin-top: calc(40px + 70px);
  }
  section {
    padding: 75px 0;
  }
  p + h1,
  ul + h1,
  ol + h1,
  table + h1,
  p + h2,
  ul + h2,
  ol + h2,
  table + h2 {
    margin-top: 6rem;
  }
  p + h3,
  ul + h3,
  ol + h3,
  table + h3,
  p + h4,
  ul + h4,
  ol + h4,
  table + h4 {
    margin-top: 4rem;
  }
  p + h5,
  ul + h5,
  ol + h5,
  table + h5,
  p + h6,
  ul + h6,
  ol + h6,
  table + h6 {
    margin-top: 3.2rem;
  }
}
@media (max-width: 991.98px) {
  .smallBrand {
    display: none;
  }
  .leftNav {
    text-align: center;
  }
  .rightNav {
    text-align: left;
  }
}
@media (min-width: 992px) {
  .mainNav ul li a {
    padding: 9px 15px;
    color: #000;
    font-weight: 300;
    font-size: 1.8rem;
  }
}
@media (min-width: 1200px) {
  section {
    padding: 90px 0;
  }
}
.cmn-toggle-switch {
  display: block;
  position: relative;
  overflow: hidden;
  margin: 0;
  padding: 0;
  width: 32px;
  height: 42px;
  font-size: 0;
  text-indent: -9999px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  border-radius: 0;
  border: none;
  cursor: pointer;
  -webkit-transition: background 0.3s;
  transition: background 0.3s;
  top: -4px;
  background: none;
  color: #333333;
}
.cmn-toggle-switch:hover,
.cmn-toggle-switch:focus,
.cmn-toggle-switch:active {
  background: transparent;
}
.cmn-toggle-switch:focus {
  outline: none;
}
.cmn-toggle-switch span {
  display: block;
  position: absolute;
  top: 22px;
  left: 0px;
  right: 0px;
  height: 4px;
  background: #333333;
}
.cmn-toggle-switch span::before,
.cmn-toggle-switch span::after {
  position: absolute;
  display: block;
  left: 0;
  width: 100%;
  height: 4px;
  background-color: #333333;
  content: "";
}
.cmn-toggle-switch span::before {
  top: -10px;
}
.cmn-toggle-switch span::after {
  bottom: -10px;
}
.cmn-toggle-switch__htx span {
  -webkit-transition: background 0 0.3s;
  transition: background 0 0.3s;
}
.cmn-toggle-switch__htx span::before,
.cmn-toggle-switch__htx span::after {
  -webkit-transition-duration: 0.3s, 0.3s;
  transition-duration: 0.3s, 0.3s;
  -webkit-transition-delay: 0.3s, 0;
  transition-delay: 0.3s, 0;
}
.cmn-toggle-switch__htx span::before {
  -webkit-transition-property: top, -webkit-transform;
  transition-property: top, -webkit-transform;
  transition-property: top, transform;
  transition-property: top, transform, -webkit-transform;
}
.cmn-toggle-switch__htx span::after {
  -webkit-transition-property: bottom, -webkit-transform;
  transition-property: bottom, -webkit-transform;
  transition-property: bottom, transform;
  transition-property: bottom, transform, -webkit-transform;
}
/* active state, i.e. menu open */
.cmn-toggle-switch__htx.active span {
  background: none;
}
.cmn-toggle-switch__htx.active span::before {
  top: 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.cmn-toggle-switch__htx.active span::after {
  bottom: 0;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.cmn-toggle-switch__htx.active span::before,
.cmn-toggle-switch__htx.active span::after {
  -webkit-transition-delay: 0, 0.3s;
  transition-delay: 0, 0.3s;
}
