@charset "UTF-8";/* raleway-regular - latin */
@font-face {src: url('https://peter-seven.de/templates/template-seven/fonts/raleway-v22-latin-regular.eot'); src: local(''), url('https://peter-seven.de/templates/template-seven/fonts/raleway-v22-latin-regular.eot#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('https://peter-seven.de/templates/template-seven/fonts/raleway-v22-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */ url('https://peter-seven.de/templates/template-seven/fonts/raleway-v22-latin-regular.woff') format('woff'), /* Modern Browsers */ url('https://peter-seven.de/templates/template-seven/fonts/raleway-v22-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */ url('https://peter-seven.de/templates/template-seven/fonts/raleway-v22-latin-regular.svg#Raleway') format('svg'); font-family: 'Raleway'; font-style: normal; font-weight: 400; font-display: swap}
/* raleway-700 - latin */
@font-face {src: url('https://peter-seven.de/templates/template-seven/fonts/raleway-v22-latin-700.eot'); src: local(''), url('https://peter-seven.de/templates/template-seven/fonts/raleway-v22-latin-700.eot#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('https://peter-seven.de/templates/template-seven/fonts/raleway-v22-latin-700.woff2') format('woff2'), /* Super Modern Browsers */ url('https://peter-seven.de/templates/template-seven/fonts/raleway-v22-latin-700.woff') format('woff'), /* Modern Browsers */ url('https://peter-seven.de/templates/template-seven/fonts/raleway-v22-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */ url('https://peter-seven.de/templates/template-seven/fonts/raleway-v22-latin-700.svg#Raleway') format('svg'); font-family: 'Raleway'; font-style: bold; font-weight: 700; font-display: swap}
/* open-sans-700 - latin */
@font-face {src: url('https://peter-seven.de/templates/template-seven/fonts/open-sans-v17-latin-700.eot'); src: local('Open Sans Bold'), local('OpenSans-Bold'), url('https://peter-seven.de/templates/template-seven/fonts/open-sans-v17-latin-700.eot#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('https://peter-seven.de/templates/template-seven/fonts/open-sans-v17-latin-700.woff2') format('woff2'), /* Super Modern Browsers */ url('https://peter-seven.de/templates/template-seven/fonts/open-sans-v17-latin-700.woff') format('woff'), /* Modern Browsers */ url('https://peter-seven.de/templates/template-seven/fonts/open-sans-v17-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */ url('https://peter-seven.de/templates/template-seven/fonts/open-sans-v17-latin-700.svg#OpenSans') format('svg'); font-family: 'Open Sans'; font-style: normal; font-weight: 700; font-display: swap}
html {
  overflow-y: scroll
}

body {
  height: 100%;
  font-size: 16px;
  line-height: 160%;
  text-align: left;
  font-family: 'Raleway', sans-serif;
  color: #000;
  background: #fff;
  font-weight: 400;
  overflow-x: hidden
}
strong {
  font-family: 'Raleway', sans-serif;
  font-weight: 700;
}
.brand-logo img {
  width: 160px;
  margin: 0.6% 0 0 2%;
  display: inline-block
}
a:link, a:visited {
  color: #4E4E4E;
  text-decoration: none;
}

.ui.button, body {
  font-style: normal
}
.clr, .footer, hr {
  clear: both
}
ul {
  margin-left: -20px
}
div.cc-window.cc-floating {
  max-width: 42em;
}
.cc-revoke.cc-bottom {
  bottom: 0;
  left: 3em;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
div.cc-revoke {
  font-size: 11px;
}
/****Angebot****/
body {
  margin: 0;
  display: grid;
  place-items: center;
}
body div.bubble p {
  transform: translatey(0px);
  animation: float 5s ease-in-out infinite;
  mix-blend-mode: multiply;
  text-align: center;
  text-transform: uppercase;
  font-weight: bold;
  letter-spacing: 3px;
  font-size: 20px;
  color: #ffffff;
  background-color: #FB0096;
  padding: 40px;
  border-radius: 21px;
  position: relative;
  box-shadow: 20px 20px rgba(0, 0, 0, 0.3);
  border: 1px solid #FB0096;
}
div.bubble p a {
  color: #ffffff;
}
body div.bubble p:after {
  font-family: 'Open Sans', cursive;
  transform: translatey(0px);
  animation: float2 5s ease-in-out infinite;
  content: ".";
  font-weight: bold;
  -webkit-text-stroke: 0.5px #FB0096;
  -webkit-text-fill-color: #FB0096;
  border: 1px solid #FB0096;
  text-shadow: 22px 22px rgba(0, 0, 0, 0.3);
  text-align: left;
  font-size: 55px;
  width: 55px;
  height: 11px;
  line-height: 30px;
  border-radius: 11px;
  background-color: #FB0096;
  position: absolute;
  display: block;
  bottom: -30px;
  left: 0;
  box-shadow: 22px 22px rgba(0, 0, 0, 0.3);
  z-index: -2;
}
@keyframes float {
  0% {
    transform: translatey(0px);
  }
  50% {
    transform: translatey(-20px);
  }
  100% {
    transform: translatey(0px);
  }
}
@keyframes float2 {
  0% {
    line-height: 30px;
    transform: translatey(0px);
  }
  55% {
    transform: translatey(-20px);
  }
  60% {
    line-height: 10px;
  }
  100% {
    line-height: 30px;
    transform: translatey(0px);
  }
}
#menu, .bggrey, .holdontop, .wrapper {
  width: 100%
}
.holdontop {
  position: fixed;
  z-index: 9999;
  top: 0;
  height: 80px;
  background: linear-gradient(45deg, #fb0096 59%, #EA0C8B 57%)
}
#menu {
  position: fixed;
  z-index: 99999999;
  padding: 0.5% 1% 1% 13%;
  margin: 0px 0 0 0
}
.footer {
  text-align: left;
  padding: 1% 2%;
  color: #fff;
  background: #555;
  line-height: 110%
}
.center, .ui.button, a.readmore {
  text-align: center
}
.footer-wrapper {
  margin: 0 auto;
  max-width: 1150px
}
/******Pagebuilder****/
a.sppb-btn-default {
  color: #fff;
  padding: 10px 30px;
  background-color: #EA088B
}
.sp-slider-content-align-left, .sp-slider-image-align-left {
  width: 60% !important;
}
.sp-slider .sp-item .sp-background {
  background-position: top center;
}
.sppb-addon-image-layout-caption {
  color: #333;
  background: transparent !important;
  padding: 10px 15px;
  position: relative;
  z-index: 1;
}
.sppb-addon-image-layout-caption {
  text-align: center;
}
#sppb-addon-1643709321014 #sp-slider-item-1643709321014-num-0-key.sp-item .sp-background::after, #sppb-addon-1643709321014 #sp-slider-item-1643709321014-num-0-key.sp-item .sp-video-background-mask {
  top: 60%;
}
#sppb-addon-1644480744666 .image-layout-preset-style-card .sppb-addon-image-layout-content {
  padding: 0 30px 0 30px !important;
  margin: 0 0 0 -50px;
}
.sp-page-builder .page-content #section-id-1644592424312 {
  background-position: 50% 50% !important;
}
.sppb-sp-slider-button .sp-slider-btn-text {
  display: block;
  color: #fff;
  background: #EA0C8B;
  padding: 10px 20px;
  transition-duration: .4s;
  transition-property: color, background;
  font-size: 16px;
  border-radius: 2px;
}
/*********************/
a.readmore {
  padding: 10px;
  font-size: .9em;
  float: left;
  display: inline;
  background: #000;
  color: #fff;
  font-weight: 200;
  margin: 10px 0 5px;
  border-radius: 0
}
.icon, .mapprint, .ui.form .field > label, .ui.form .inline.field > :first-child, a.chronoforms6_credits {
  display: none
}
.readmore a:hover {
  text-decoration: underline
}
a[href^=tel] {
  color: inherit;
  text-decoration: none
}
.h1, .h2, .h3, h1, h2, h3 {}
.ui.form textarea {
  border-radius: .005714rem;
  color: rgba(0, 0, 0, 1);
  font-size: 1em;
  line-height: 1.2857;
  margin: 5px 0;
  padding: 1.4em 1em;
  border: 1px solid #000
}
ul.nav {
  list-style: none;
  display: flex;
  flex-direction: row;
  margin-top: -55px;
}
ul.footer {
  list-style: none;
  display: flex;
  flex-direction: row;
  margin-top: 0px;
}
ul.nav li {
  position: relative;
}
ul.nav a {
  display: block;
  color: #fff;
  text-decoration: none;
  font-size: 20px;
  font-weight: 700;
  padding: 22px;
}
ul.nav li:hover {
  background: #494442;
}
ul.nav ul {
  position: absolute;
  top: -9999px;
  left: -9999px;
  list-style: none;
  margin: 0;
  display: flex;
  flex-direction: column;
  background: #333;
  box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.6);
}
ul.nav ul li {
  float: none;
  width: 200px;
  margin: 0 0 0 -40px;
  border-bottom: 1px solid #555;
}
ul.nav ul li a {
  font-weight: 400;
  padding: 17px;
}
ul.nav li:hover > ul {
  top: 100%;
  left: 0;
}
ul.nav ul li:hover > ul {
  top: 0;
  left: 200px;
}
ul.nav ul.container-nav__sub > a:after {
  position: relative;
  float: right;
  content: '';
  margin-left: 10px;
  margin-top: 5px;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid #fff;
  border-bottom: 5px solid transparent;
}
ul.nav ul li.container-nav__sub a:after {
  margin-left: auto;
  margin-right: -10px;
  border-left: 5px solid #fff;
  border-right: 5px solid transparent;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
}
ul.nav ul li:last-child {
  border-bottom: none;
}
i.large.icon, i.large.icons {
  line-height: 1;
  vertical-align: middle;
  font-size: 1.1em
}
.footer a {
  color: #FB0096;
  text-align: left;
}
h1, h2 {
  line-height: 115%
}
.h1, .h2, h1, h2, h3, .h3 {
  margin: 20px 0 30px;
  text-transform: uppercase;
  font-weight: 700;
}
.h1, h1 {
  font-size: 35px
}
.h2, h2 {
  font-size: 27px
}
.h3, h3 {
  font-size: 22px
}
h4 {
  font-weight: 400
}
#burger {
  display: none;
}
@media (max-width:1440px) {
  #menu {
    padding: 0.5% 1% 1% 20%;
  }
  ul.nav a {
    display: block;
    color: #fff;
    text-decoration: none;
    font-size: 18px;
    font-weight: 700;
    padding: 22px 15px;
  }
  .image-layout-preset-style-card .sppb-addon-image-layout-content {
    background: 0 0;
    padding: 30px 30px 0 0px;
  }
}
@media (max-width:1000px) {
    
 .image-layout-preset-style-card .sppb-img-responsive {
    height: 40% !important;
}    
  #burger {
    display: block;
    z-index: 99999999999999;
  }
  /**** Main menu positionning ***/
  ul.nav {
    margin-top: 60px;
  }
  .main-nav {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    text-align: center;
    background: #FFF;
    opacity: 0;
    z-index: -1;
    visibility: hidden;
    transition: all .375s;
  }
  .main-nav.is-open {
    opacity: 1;
    z-index: 100;
    visibility: visible;
  }
  /* Yellow band effect */
  .main-nav::before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: -15px;
    background: #FB0096;
    transform-origin: 0 0;
    transition: all .275s .1s;
  }
  .main-nav.is-open::before {}
  ul.nav a {
    padding: 12px 15px;
  }
  /* Skewing effect on menu links */
  .main-nav ul {
    /*display: inline-flex;*/
    flex-direction: column;
    height: 93%; /* Should be 100%, but we have a notice message :D */
    align-items: flex-start;
    justify-content: left;
  }

ul.nav ul {
  position: relative;
  top: 0;
  left: 0px;
  list-style: none;
  margin: 0;
  display: flex;
  flex-direction: column;
     background: transparent !important;
 
  box-shadow: none;
}
    ul.nav li {
  position: static;
}   
    ul.nav li:hover > ul {
  top: auto;
  left: 0;
        
}
ul.nav ul li {
  float: none;
    list-style: square;
  width: 400px;
  margin: 0 0 0 20px;
    
}
  .main-nav li {
    display: block;
    margin: 0rem 0;
    text-align: left;
  }
  /* Apparition effect on links */
  .main-nav a {
    opacity: 0;
  }
  .main-nav.is-open a {
    opacity: 1;
    transform: translateY(0);
  }
  .main-nav li:nth-child(1) a {
    transition: all 275ms 175ms
  }
  .main-nav li:nth-child(2) a {
    transition: all 275ms 225ms
  }
  .main-nav li:nth-child(3) a {
    transition: all 275ms 275ms
  }
  .main-nav li:nth-child(4) a {
    transition: all 275ms 325ms
  }
  .main-nav li:nth-child(5) a {
    transition: all 275ms 375ms
  }
  /* Decoration */
  .main-nav ul, .main-nav li {
    list-style: none;
    padding: 0;
  }
  .main-nav a {
    display: block;
    padding: 12px 0;
    color: #5A3B5D;
    font-size: 1.4em;
    text-decoration: none;
    font-weight: bold;
  }
  /* Burger Style: @see: https://codepen.io/CreativeJuiz/full/oMZNXy */
  .open-main-nav {
    position: fixed;
    top: 15px;
    padding-top: 20px;
    right: 15px;
    z-index: 1000;
    background: none;
    border: 0;
    cursor: pointer;
  }
  .open-main-nav:focus {
    outline: none;
  }
  .burger {
    position: relative;
    display: block;
    width: 28px;
    height: 4px;
    margin: 0 auto;
    background: #fff;
    transform: skew(5deg);
    transition: all .275s;
  }
  .burger:after, .burger:before {
    content: '';
    display: block;
    height: 100%;
    background: #fff;
    transition: all .275s;
  }
  .burger:after {
    transform: translateY(-12px) translateX(-2px) skew(-20deg);
  }
  .burger:before {
    transform: translateY(-16px) skew(-10deg);
  }
  /* Toggle State part */
  .is-open .burger {
    transform: skew(5deg) translateY(-8px) rotate(-45deg);
  }
  .is-open .burger:before {
    transform: translateY(0px) skew(-10deg) rotate(75deg);
  }
  .is-open .burger:after {
    transform: translateY(-12px) translateX(10px) skew(-20deg);
    opacity: 0;
  }
  /* MENU Text part */
  .burger-text {
    display: block;
    font-size: .675rem;
    letter-spacing: .05em;
    margin-top: .5em;
    text-transform: uppercase;
    font-weight: 500;
    text-align: center;
    color: #fff;
  }
  /***************/
}
@media (max-width:769px) {
.sp-page-builder .page-content #section-id-1643728153322 {
          background-image: none;  
    }    
    .sp-page-builder .page-content #section-id-1644325864810 {
        background-attachment: scroll;
    }    
#sp-page-builder .sppb-section-title .sppb-title-heading {
  font-size: 26px;
  line-height: 30px;
}    
  holdontop {
    display: none;
  }
  .brand-logo img {
    width: 140px;
    margin: 3% 0 0 2%;
  }
  .sp-slider-content-align-left, .sp-slider-image-align-left {
    width: 80% !important;
  }
  .sppb-sp-slider-button .sp-slider-btn-text {
    padding: 7px 15px;
    font-size: 14px;
    border-radius: 4px;
  }
.h1, h1 {
  font-size: 25px
}    
}


