:root {
  --primary-color: #5b7896;
  --secondary-color: #b91548;
  --third-color: #aec7db;
    --fourth-color: #C7D3BF;
  --grey-color: #9d9d9c;
    --grey-color-lighter: #f3f3f3;
  --body-bg: #FAF9F6;
  --body-color:#22262a;
}

    .container-top-a {
        grid-column: full-start / full-end !Important;
      display:block !Important;
    }


/*fonts */ 
/* open-sans-regular - latin */
@font-face {
  font-display: swap; 
  font-family: 'MaxPro';
    font-display:swap;
  font-style: normal;
  font-weight: 400;
  src: url('/media/templates/site/cassiopeia/fonts/MaxPro-Book.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}


/*Basic Body und abstaende*/
.site-grid .grid-child{
  margin-top:2vh;
  margin-bottom:2vh;
}
body{
      max-width: 100vw !important;
    overflow-x: hidden;
  font-size:16px;

}

@media only screen and (max-width: 250px) {

  body{
   word-break: break-word;;
}
}

.site-grid{
   max-width: 100vw !important;
    overflow-x: hidden;
}

.icons{
  display:none;
}
.jmodedit{
  display:none;
}
b{
      color: #384a5d;
}
p{text-align:justify;}

figure{margin:0px !important;}
/*this gives rows seperation*/
.row>* {
    padding-right: calc(var(--gutter-x)* .5);
    padding-left: calc(var(--gutter-x)* .5);
    padding-bottom: calc(var(--gutter-x)* .5);
  padding-top: calc(var(--gutter-x)* .5);

}
/*deactivate card*/
.card{
  border:0px !important;
}

.card-header {
    color: var(--card-cap-color);
    background-color: unset !important;
  border-bottom: 0px solid !important;
}

.card-body{
  padding:0px !important;
}

/*hideon*/

.hideonphone{
  display:block;
}
.hideonpc{
  display:none;
}

@media only screen and (max-width: 576px) {
.hideonphone{
  display:none !important;
}
  .hideonpc{
  display:block !important;
}
}


/*fonts*/
/* open-sans-regular - latin
@font-face {src: url('https://kutzner-beratung.com/media/templates/site/cassiopeia/fonts/MaxPro-Book.woff2') format('woff2'); font-display: swap; font-family: 'MaxPro'; font-style: normal; font-weight: 400}*/

/*basics*/
a {color:var(--primary-color);}
a:hover{color:var(--secondary-color);}
a:focus {color:var(--third-color);}

.centertext{
text-align:center;
}

.abstandshalter{
padding:20px;
}

.flexwrapper{
  display:flex;
}

.flexwrapper p{
  padding:0px !important;
  margin-bottom:0px !Important;
}

.flexwrapper i{
margin-right:5px;
      align-content: center;
}

@media
 only screen and (max-width: 600px) {
  .flexwrapper{
  display:block;
}
     .flexwrapper a{
  display:block;
       margin-bottom:10px;
       width:100%;
}
}


.verticalcenter{
  position: relative;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
/*text*/
h1,h2{
color: #111111;
  font-family:MaxPro,sans-serif;
  
}

h3{
  font-weight:400;
}
h1 a, h2 a, h3 a, h4 a{
text-decoration:none !Important;
}
h1{
     text-transform: uppercase;
  color:var(--primary-color);
}

h2{
  margin-bottom:20px;
  font-size:2.5em;
      font-weight: 500;
}
/*Color*/
.primarycolor{
  color: var(--primary-color);
}
.secondarycolor{color:#b91548;} 
.thirdcolor{color:#aec7db;} 
.fourthcolor{color:#C7D3BF;} 

.white{
color:white;
}

.primarybg{
  padding:40px;
background-color: var(--primary-color);
  color:white;
}

.primarybg h2{
  color:white;
}

.secondarybg{
  padding:40px;
background-color: var(--secondary-color);
}

.greybg{
    padding:40px;
background-color: var(--grey-color);
}

@media
 only screen and (max-width: 800px) {
  .primarybg,.secondarybg, .greybg {
    padding:20px;
  }
}

@media
 only screen and (max-width: 400px) {
  .primarybg,.secondarybg, .greybg {
    padding:10px;
  }
}

/*boxen*/

.fullwidthox{
    margin-left: calc(-50vw + 50% + 10px);
    margin-right: calc(-50vw + 50%);
    max-width: calc(100vw - 20px);
    padding-top: 30px;
    padding-bottom: 20px;
}


.whitebox{
  background:#fffefd;
  border-radius:20px;
  height:100%;
  color:black !important;
 box-shadow: rgba(100, 100, 111, 0.1) 0px 7px 7px 0px;
  overflow:hidden;
}
.whitebox h2, .whitebox h3, .whitebox h4, .whitebox p, .whitebox a{
  padding:10px;
}

.whitebox figure{
  overflow:Hidden;
}
.centerbox{
width:fit-content;
margin:auto;
}

.width60{
width:60%;
margin:auto;
}

@media
 only screen and (max-width: 1200px) {
  .width60{
    width:80%;
}
}

@media
 only screen and (max-width: 600px) {
  .width60{
    width:98%;
    overflow-x:hidden;
}
}

.width80{
  width:80%;
margin:auto;
}

@media
 only screen and (max-width: 1000px) {
.width80{
  width:90%;
}
}

@media
 only screen and (max-width: 600px) {
.width80{
  width:97%;
  overflow-x:hidden;
}
}

/*btn*/
button{
  color: black;
  border:1px solid black;
  background:transparent;
   padding:10px 15px 10px 15px;
   border-radius:20px;
}

button:hover{
  background: rgba(0, 0, 0, 0.05);
}
button i{
  margin-right:5px;
}
.flexwrapper a{
     margin-right:5px;
}
.primarybtn{
    padding:7px 35px 7px 35px;
    background:var(--primary-color);
background: linear-gradient(96deg,rgba(87, 114, 143, 1) 0%, rgba(91, 120, 150, 1) 56%, rgba(95, 125, 158, 1) 90%);
  width:fit-content;
  border-radius:10px;
  border:0px solid;
    color:white;
    text-decoration:none;
  text-transform:uppercase;
  font-weight:500;
   box-shadow: rgba(100, 100, 111, 0.1) 0px 7px 7px 0px;

}
@media only screen and (max-width: 768px) {

.primarybtn, .secondarybtn, .whitebtn, .whiteoutlinebtn, .btn-secondary{
     padding:20px 40px 20px 40px !important;
}
}

@media only screen and (max-width: 400px) {

.primarybtn, .secondarybtn, .whitebtn, .whiteoutlinebtn, .btn-secondary{
     padding:20px 40px 20px 40px !important;
  display:block;
}
}

.primarybtn:hover{
  opacity:0.8;
      color:white !Important;
    background-color:var(--primary-color);
     box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 7px 0px;
}

.primarybtn:focus,.primarybtn:focus-visible{
  border:1px solid #2d343b;
      box-shadow: rgba(100, 100, 111, 0.3) 0px 7px 7px 0px;
}

.secondarybtn{
       padding:7px 35px 7px 35px;
    background-color:transparent;
  width:fit-content;
  border-radius:10px;
  border:2px solid var(--primary-color);
    color:var(--primary-color);
    text-decoration:none;
    text-transform:uppercase;
  font-weight:500;
     box-shadow: rgba(100, 100, 111, 0.1) 0px 7px 7px 0px;

}
.secondarybtn:hover{
 opacity:0.8;
  color:var(--primary-color);
       box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 7px 0px;
     
}

.secondarybtn:focus, .secondarybtn:focus-visible{
  border:3px solid var(--primary-color);
         box-shadow: rgba(100, 100, 111, 0.3) 0px 7px 7px 0px;
     
}


.whitebtn{
 padding:7px 35px 7px 35px;
    background-color:white;
  width:fit-content;
  border-radius:10px;
    color:var(--primary-color);
    text-decoration:none;
    text-transform:uppercase;
    font-weight:500;
     box-shadow: rgba(100, 100, 111, 0.1) 0px 7px 7px 0px;
}

.whitebtn:hover{
  opacity:0.8;
  color:var(--primary-color);
}

.whitebtn:focus, .whitebtn:focus-visible{
    border:1px solid #2d343b;
  color:var(--primary-color);
}

.whiteoutlinebtn{
 padding:7px 35px 7px 35px;
    background-color:transparent;
  width:fit-content;
  border-radius:10px;
  border:2px solid white;
    color:white;
    text-decoration:none;
    text-transform:uppercase;
    font-weight:500;
     box-shadow: rgba(100, 100, 111, 0.1) 0px 7px 7px 0px;
}

.btn-secondary{
   background-color:var(--primary-color);
  color:white;
    font-weight:500;
  }
.btn-secondary:hover{
   background-color:var(--primary-color);
  color:white;
   opacity:0.8;
  }
.btn-secondary:focus{
     background-color:var(--primary-color);
  color:white;
   opacity:0.8;
  }
.readmore span{
  display:none;
}

/* nav (weiß) mit Cassiopeia Collap / Dropdown */

.container-nav .metismenu.mod-menu .metismenu-item a{
  padding:5px;
  font-size:18px;
 
  
}
.container-nav .mod-menu  .metismenu-item a:hover{
  color:var(--primary-color);
}
.container-nav .mod-menu .metismenu-item a:focus,.container-nav .mod-menu  .metismenu-item a:focus-visible{
    border:1px solid var(--primary-color);
}
.container-header .mod-menu{
 justify-content: end !important;
}
.container-header {
    background-color: #fffefd;
    color:black;
    background-image: none;
  box-shadow: rgba(100, 100, 111, 0.1) 0px 7px 7px 0px;
  position:sticky;
  top:0;
}
.container-header .navbar-toggler {
    border: 0px solid #fff;
    color:  var(--primary-color);
    cursor: pointer;
}

.metismenu-item{
  color:black;
}

.container-header .container-nav .container-search:only-child{
  margin:auto !Important;
}

.metismenu.mod-menu .mm-toggler:after {
    border-left: 0.3em solid transparent;
    border-right: 0.3em solid transparent;
    border-top: 0.3em solid;
  }
    .header .mod-languages {
        order: 2;
    }

@media (width <= 988px){
  .navbar-expand-lg{
    order:2;
    width:100%;
  }
      .mod-languages {
        order: 1;
    }
}
/*nav toggle stays right */
.navbar{
  display:block !important;
  text-align:right;
}
.container-header .container-nav {
    justify-content: space-between !important;
    padding:20px !Important;
  max-width:95%;
}

/* Footer */
.footer{
   background-color: #DCDCDA;
    background-image: none;
  color:#404040 !Important;
}

.footer a{
   text-decoration:none;
}
.footer a:focus, .footer a:focus-visible{
   color:black !important;
  font-weight:bold;
  border:1px solid black;
}

.footer .mod-custom {
width:100%;
}

.footer a:hover{
     text-decoration:underline;
  color:black !Important;
}

/*Screen kleiner als 200 */
@media
 only screen and (max-width: 200px) {
h1, h2, h3{
  font-size:0.8em !important;
    word-wrap: break-word !important;
}
  }

@media
 only screen and (max-width: 200px) {
p{
  font-size:0.8em !important;
  word-wrap: break-word !important;

}
  }

.first{
  order:1 !important;
}

.second{
  order:2 !important;
}

.third{
  order:3 !important;
}

.row{
  list-style:none;
      padding-left: 0rem;
}

.row li{
  display:grid;
}

.offline-card{
  max-width:100%;

}

.offline-card .header{
    background-image: none;
    background-image: none;
  color:black;
  height: 50vh;
   background-image: url(/images/Home/titelbild_test_13.webp);
  background-size:cover;
  background-repeat:no-repeat;
    }

.offline-card .header p{
      text-align: center;
}

    .btn-primary {
    background-color: #ad003f;
    border:0px solid;
    color:White;
}
.offline-card .logo-icon{
  display:none;
}

.offline-card .header h1 img{
  display:none !Important;
}
.offline-card .header h1{
    background-image: url(/images/testlogo.png);
    height: 5vw;
    width: 100%;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
  }

/*header*/
.headerwrapper{
  width:100%;
  height:100vh;
background-image: url(/images/Home/titelbild_test_13.webp);
  background-size:cover;
  background-repeat:no-repeat;
  
background-position-y: 0px;
   background-position-x: 0px;
  animation: rotate 0.8s linear infinite;
  animation-play-state: paused;
  animation-delay: calc(var(--scroll) * -1s);

  animation-iteration-count: 1;
  animation-fill-mode: both;
  background-position:center;
}

@keyframes rotate {
  to {
    background-position-y: -90px;
     background-position-x: 90px;

  }
}

.headerinnerwrapper{
  max-width:50%;
  margin:auto;
  position: relative;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    animation-name: headerAnimation;
  animation-duration: 0.5s;
}

@keyframes headerAnimation {
  from {    transform: translateY(-40%); opacity:0;}
  to {    transform: translateY(-50%); opacity:1;}
}

@media only screen and (max-width: 400px) {
.headerinnerwrapper{
  max-width:80%;
  }
}

@media only screen and (max-width: 1200px) {
.headerinnerwrapper .secondarybtn{
  background:rgba(255, 255, 255, 0.8);
  }
}



.headerinnerwrapper hr{
  max-width:40%;
  margin:Auto;
  margin-top:20px;
  margin-bottom:20px;
}

.headerinnerwrapper h1{
  text-align:center; 
}

.headerinnerwrapper .subh1{
  color:#2b2e31;
}
.headerinnerwrapper .flexwrapper{
  text-align:center; 
  margin:auto;
  width:fit-content;
}

.roundedimg{
  border-radius:20px;
}


.reveal {
  position: relative;
  opacity: 0;
}
.reveal.active {
  opacity: 1;
}
.active.fade-bottom {
  animation: fade-bottom 0.5s ease-in;
}
.active.fade-left {
  animation: fade-left 0.5s ease-in;
}
.active.fade-right {
  animation: fade-right 0.5s ease-in;
}


@keyframes fade-bottom {
  0% {
    transform: translateY(50px);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes fade-left {
  0% {
    transform: translateX(-100px);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}
@keyframes fade-right {
  0% {
    transform: translateX(100px);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}

.responsive-video iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }

.responsive-video {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 25px;
    height: 0;
}

.videoinnerwrapper {
  background-image: url(/images/Home/screenshot%20video%20blur.png);
  height:100%;
  width:100%;
  border-radius:20px;
  background-repeat:no-repeat;
  background-size:contain;
}

.calltoaction{
  padding:0px;
  position:relative;
}

.calltoaction p a{
color:white;
}

.calltoaction .ansprechpartnerin{
top: -150px;
    left: 20px;
    max-width: 20vw;
    position: absolute;
    border-radius: 200px;
    overflow: hidden;
    border: 1px solid white;
}

 .ansprechpartnerinneu{


   max-width: 20vw;
    border-radius: 2000px;
    overflow: hidden;
    border: 1px solid white;
    margin-top: -60px !important;
       box-shadow: 5px 10px 10px 0px #404455;
}

@media only screen and (max-width: 768px) {
.calltoaction{
     <!--padding-top: 30px;
    padding-bottom: 20px; -->
}
  .calltoaction .ansprechpartnerin{
top:  unset !important;
    right:20px;
    left:unset !important; 
    }

   .ansprechpartnerinneu{
   max-width: unset !Important;
     margin-right:10px;
}
}

.calltoaction .textwrapper{
 /* padding-top:15vh;
    padding-bottom:15vh;*/
  margin-right:auto;
  margin-left:auto;
  padding-top:50px;
}

@media only screen and (max-width: 768px) {
 .calltoaction .textwrapper {
    padding: 20px;
  }
}




/* Slider */
.slick-slider
{
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
  height:inherit !important;
  
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: flex !important;
    margin-left: auto;
    margin-right: auto;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}

/*vorteileslider*/


 .vorteileslider .slick-prev:before, .vorteileslider .slick-next:after{
       color:black !important;
       border-radius:20px;
     padding: 4px;
    font-family: sans-serif;
    font-size: 18px;

  }

        .slick-next:before{
     content: ' ❮ ';
  }
          .slick-prev:after{
     content: ' ❯ ';
  }
.vorteileslider button{
  background:White;
  border:0px solid !Important;
   box-shadow: rgba(100, 100, 111, 0.1) 0px 7px 7px 0px;
}
       .vorteileslider button:hover{
            box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 7px 0px;
       }

  .vorteileslider button:focus-visible,  .vorteileslider button:focus{
            border:1px solid black  !Important;
       }
  .vorteileslider .slick-prev{
    bottom: -5vh !important;
    left: unset !important;
    top: unset !important;
    right: 12%;
        transform: unset !important;
     aspect-ratio: unset !Important;
    position:absolute;
  }
@media only screen and (max-width: 1600px) {

.vorteileslider .slick-prev{
   right: 15%;
}
}

@media only screen and (max-width: 1000px) {

.vorteileslider .slick-prev{
   right: 25%;
}
}

@media only screen and (max-width: 600px) {

.vorteileslider .slick-prev{
   right: 30%;
}
}

@media only screen and (max-width: 350px) {

.vorteileslider .slick-prev{
  right: 5% !important;
    top: unset !important;
    bottom: 0vh !important;
}
}



  .vorteileslider .slick-next{
      right: 5% !important;
    top: unset !important;
    bottom: -5vh !important;
        transform: unset !important;
        aspect-ratio: unset !Important;
    position:absolute;
    
      }

  .vorteileslider .slide {
    padding:10px;
      height:inherit !important;
  }
  .vorteileslider .slide .sliderinnerwrapper{
    padding:20px;
    border-radius:20px;
    display:grid;
    aspect-ratio:2;
  }
  .vorteileslider .slide .sliderinnerwrapper i{
    margin-bottom:10px;
  }
 .vorteileslider .slide:nth-child(3n+1) .sliderinnerwrapper{
  background: white;
            box-shadow: rgba(100, 100, 111, 0.1) 0px 7px 7px 0px;
}

  .vorteileslider .slide:nth-child(3n+2) .sliderinnerwrapper{
background:var(  --third-color);
             box-shadow: rgba(100, 100, 111, 0.1) 0px 7px 7px 0px;
}

 .vorteileslider .slide:nth-child(3n+3) .sliderinnerwrapper{
  background: var(--fourth-color);
    box-shadow: rgba(100, 100, 111, 0.1) 0px 7px 7px 0px;
}
.slick-slide
{
    height: inherit !important;
}


details{
    background: var(--primary-color);
  color: white;
  font-size: 1.5rem;
  margin-bottom:10px;
   box-shadow: rgba(100, 100, 111, 0.1) 0px 7px 7px 0px;
  border-radius:5px;
}
details:hover{
     box-shadow: rgba(100, 100, 111, 0.5) 0px 7px 7px 0px;
}

details:focus, details:focus-visible{
     border:1px solid black;
}


summary {
  padding: .7em 1.7rem;
  list-style: none;
  display: flex;
  justify-content: space-between;
  transition: height 1s ease;
  font-weight:500;
  font-size:18px !important;
}
@media only screen and (max-width: 768px) {
summary {
  padding: .9em 1.8rem;
}
  }

summary::-webkit-details-marker {
  display: none;
}

summary:after{
  content: "\002B";
}
.foldout{
  background-color:white;
    padding:10px;
  }
details[open] summary {
    /*border-bottom: 1px solid #aaa;
    margin-bottom: .5em;*/
}

details[open] summary:after{
  content: "\00D7";
}

details[open] div{
  padding: .5em 1em;
}
  .accordion summary, .foldout{
    font-size:1rem;
  }

  .accordion .foldout{
      border-top:1px solid #b5b5b5;
        background: #fbfbfb;
    color:black;
  }


/*price*/

.pricewrapper{
  padding:10px;
}

.pricewrapper ul li{
  padding-top:10px;
  padding-bottom:10px;
}
.pricewrapper .primarybtn{
  float:right;
  margin:10px;
}

.pricewrapper ul{
  display:grid;
    grid-template-columns: 1fr 1fr;
}
.pricewrapper .whitebox{
  padding:20px;
  height:100%;
}
@media only screen and (max-width: 768px) {
.pricewrapper .whitebox{
  padding:10px;
}
  .pricewrapper ul{
    display:block;
  }
    .pricewrapper .flexwrapper{
    display:flex !important;
  }
  .pricewrapper .primarybtn{
  float:left !Important;
}

}


.pricewrapper .whitebox .flexwrapper p{
  padding:0px !important;
  margin-bottom:0px !Important;
}

.pricewrapper .whitebox .flexwrapper i{
margin-right:5px;
}

.pricewrapper .pinkbox{
background:#E3B2C2 !Important;
  }

.pricewrapper .greenbox{
    background: var(--fourth-color) !Important;
  }

.pricewrapper .price{
  font-size:2em;
  font-weight:600;
}

.pricewrapper .priceper{
}
@media only screen and (max-width: 1300px) {

.pricewrapper{
  padding:10px;
}
}



/*visform*/

.formwrapper .pbBtnCon .col-10{
  width:100%;
}
.formwrapper {
  background:#efefef;
  background: linear-gradient(90deg,rgba(224, 224, 224, 1) 0%, rgba(239, 239, 239, 1) 6%);
  /*margin-top:-30px;*/
}
.formwrapper .form-group{
  display:block !Important;
  margin-bottom:5px !Important;
}

.formwrapper .form-group row div{
  display:none !Important;
}
.formwrapper .form-group .col-9{
  width:100% !Important;
}
.visCSSlabel  {
  margin-top:0px !important;
}
.mod-visform1{
  display:flex !important;
}
.visCSSinput{
  width:100% !Important;
  border-radius:20px !Important;
}
.form-control{
    border-radius:5px !Important;
      padding: .2rem .4rem;
}

.formwrapper label{
  color:#595959;
}
.visform p{
  color:black !Important;
}
.visform .btn{
    padding:5px 10px 5px 10px;
    background-color:var(--primary-color);
  width:fit-content;
  border-radius:20px;
  color:white;
  width:100%;
}

#mod-visform1, #mod-visform2{
  width:90%;
  margin:auto !important;
}

#mod-visform1 .row label{
  padding-top:1px !Important;
    padding-bottom:1px !Important;
  
}

#mod-visform1 .row .offset-3{
  padding:0px !Important;
  
}

#mod-visform1 textarea{
  max-height:200px;
}

.calltoaction .textwrapper{
/*margin-right:auto;
margin-left:auto;*/
  
}
/*visform datenschutz anpassen, dazu Klassen bei Visform Feld ergänzen */
.datenschutzlabel{
  display:none;
}
.datenschutzinput{
  width:100%;
    text-align:center;
}

form#mod-visform1 div.required .asterix-ancor:after{
  display:none !important;
}

.backtohomepage{
margin:20px;
}




@media only screen and (max-width: 768px) {

.screenshotwrapper{
  padding:10px;
}
}

.textsidebysidewrapper{
  padding:0px;
}

@media only screen and (max-width: 768px) {

.textsidebysidewrapper{
  padding:20px;
}
}



/* video */
.videowrapper .videoinnerwrapper{
  max-height:30vh;
}

@media only screen and (max-width: 768px) {

.videowrapper .videoinnerwrapper{
  max-height:80vh;
}
}

.videowrapper iframe{
  border-radius:20px;
}

.videowrapper{
background: var(--primary-color);
}

.bgonphone{
  
}

  .videowrapper h2{
    text-align:left;
}

@media only screen and (max-width: 768px) {

.bgonphone{
  background:var(--grey-color-lighter);
}
  .videowrapper h2{
text-align:center;
}
  

}

.welleoben{
  padding:0px !important;
  margin-bottom:-1px;
      margin-top: -10vh;
}
.welleunten{
  padding:0px !important;
  margin-top:-1px;
}


.logowrapper:hover{
  opacity:0.7;
  transition:0.3s;
}

/* sign up button*/
.signupbtn{}


.signupbtn{
    padding:7px 35px 7px 35px !important;
    background-color:var(--primary-color);
  border-radius:10px !important;
  width:fit-content ;
  border-radius:10px !important;
  border:0px solid;
    color:white !important;
    text-decoration:none;
  text-transform:uppercase;
  font-weight:500;
   box-shadow: rgba(100, 100, 111, 0.1) 0px 7px 7px 0px;

}
@media only screen and (max-width: 768px) {

.signupbtn{
     padding:20px 40px 20px 40px !important;
  display:block;
}
}

.signupbtn:hover{
  opacity:0.8;
      color:white !Important;
    background-color:var(--primary-color);
     box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 7px 0px;
}

.signupbtn:focus,.signupbtn:focus-visible{
  border:1px solid #2d343b;
      box-shadow: rgba(100, 100, 111, 0.3) 0px 7px 7px 0px;
}


/*boxen nach farbe */
.pinkbox{
background:#E3B2C2 !Important;
  }

.greenbox{
    background: var(--fourth-color) !Important;
  }


.bluebox{
background:var(  --third-color);
}


/* mehr vorteile*/
.mehrvorteilewrapper li .whitebox{
  display:grid;
  padding:20px;
}

.mehrvorteilewrapper li .whitebox h3{
order:2;
}

.mehrvorteilewrapper li .whitebox i{
order:1;
  padding:10px;
}

.mehrvorteilewrapper li .whitebox p{
order:3;
}


/* homenewswrapper */ 
.textwrappernews{
  padding:10px;
  text-align:left;
}
@media only screen and (max-width: 992px) {
.textwrappernews{
  text-align:center;
}
  .textwrappernews p{
  text-align:center;
}
  }


#mod-custom120 li .whitebox{
display:grid; 
  padding-bottom:20px;
}


#mod-custom120 li .whitebox figure{
  order:1;
}

#mod-custom120 li .whitebox h3, #mod-custom120 li .whitebox h4 {
  order:2;
  text-align:center;
}

#mod-custom120 li .whitebox p{
  order:3;
  text-align:left;
}

#mod-custom120 li {
  padding:10px 20px;
}




#mod-custom120 .slick-prev:before, .#mod-custom120 .slick-next:after{
       color:black !important;
       border-radius:20px;
     padding: 4px;
    font-family: sans-serif;
    font-size: 18px;

  }

      /* #mod-custom120 .slick-next:after{
     content: ' ❯';
  }
         #mod-custom120 .slick-prev:before{
     content: '❮ ';
  }*/
#mod-custom120 button{
  background:White;
  border:0px solid !Important;
   box-shadow: rgba(100, 100, 111, 0.1) 0px 7px 7px 0px;
}
       #mod-custom120 button:hover{
            box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 7px 0px;
       }

  #mod-custom120 button:focus-visible,  #mod-custom120 button:focus{
            border:1px solid black  !Important;
       }
  #mod-custom120 .slick-prev{
    bottom: -5vh !important;
    left: unset !important;
    top: unset !important;
    right: 12%;
        transform: unset !important;
     aspect-ratio: unset !Important;
    position:absolute;
  }
@media only screen and (max-width: 1600px) {

#mod-custom120 .slick-prev{
   right: 15%;
}
}

@media only screen and (max-width: 1000px) {

#mod-custom120 .slick-prev{
   right: 25%;
}
}

@media only screen and (max-width: 600px) {

#mod-custom120 .slick-prev{
   right: 30%;
}
}

@media only screen and (max-width: 350px) {

#mod-custom120 .slick-prev{
  right: 40% !important;
    top: unset !important;
    bottom: -5vh !important;
}
}



   #mod-custom120 .slick-next{
      right: 5% !important;
    top: unset !important;
    bottom: -5vh !important;
        transform: unset !important;
        aspect-ratio: unset !Important;
    position:absolute;
    
      }

  #mod-custom120  ul{
overflow: unset !Important;
}


  #mod-custom120 .readmore{
    order:4 !important;
    margin:auto;
    margin-top:30px;
  }

#mod-custom120 .text{
  max-width:80%;
  margin:auto;
}

@media only screen and (max-width: 600px) {

#mod-custom120 .text{
  max-width:98%;
}
  #mod-custom120 li {
  padding:5px;
}
  
}

.readmore .btn-secondary:focus-visible{
    border:1px solid #22262a;
  color:var(--secondary-color);
  font-weight:700;
  
}

.readmore .btn-secondary:active{
    border:0px solid #22262a;
  color:var(--third-color);
    font-weight:700;
  background:transparent;
}


.readmore .btn-secondary{
 padding:7px 35px 7px 35px;
    background-color:transparent;
  width:fit-content;
  border-radius:10px;
    color:var(--primary-color);
    text-decoration:underline;
    text-transform:uppercase;
    font-weight:500;
    /* box-shadow: rgba(100, 100, 111, 0.1) 0px 7px 7px 0px;*/
  color:#22262a;
  border:0px solid;
}

.readmore .btn-secondary:hover{
  opacity:0.8;
  color:var(--primary-color);
}

/*mockupimg*/
@media only screen and (min-width: 992px) {

.mockupimg{
  background:#fffefd;
      box-shadow: rgba(100, 100, 111, 0.1) 0px 7px 7px 0px;
}
  }


/*blog*/
 .layout-blog .published time{
  color:#919191 !Important;
   width:100%;
   text-align:Center;
   display:block;
}
.layout-blog .published span{
  display:none !Important;
}
.view-category .blog-item{
      background: #fffefd;
    border-radius: 20px;
    height: 100%;
    color: black !important;
    box-shadow: rgba(100, 100, 111, 0.1) 0px 7px 7px 0px;
    overflow: hidden;
}

.view-category .blog-item  .item-content{
  order:2;
  margin-top:20px;
}

.view-category .blog-item  .item-content h2{
Text-align:Center;
}

.view-category .blog-item  figure{
  order:1;
}
.view-category .blog-item .text{
      max-width: 80%;
    margin: auto;
}

.view-category .readmore .btn-secondary{
  text-align:center;
  width:100%;
}


.layout-blog .page-header{
  text-align:center;
}

/*language*/

 .header div.mod-languages ul li {
    padding: 5px;
}

.header.mod-languages{
  order:3;
}
@media only screen and (max-width: 988px) {

.header .mod-languages{
  order:2;
}
}

.header div.mod-languages ul{
    position: relative;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  margin-left:20px;
  background:#e3e3e3;
  border-radius:200px;
  overflow:hidden;
}

.header div.mod-languages ul li.lang-active{
  font-weight:bold;
  background:#C7D3BF;
}

.header div.mod-languages ul li{
  margin:0px !important;
}
.header div.mod-languages a{
  color:black;
}


@media only screen and (max-width: 576px) {
.header .mod-languages{
  display:none !Important;
}


}

/*gdpr*/
.cc-window .cc-message a{
  width:100%;
  margin-top:5px;

}

.cc-window .cc-message {
    line-height: 1.5;
}

.cc-window cc-btn btn {
  
}

.cc-window cc-btn btn:hover {
  
}

.cc-color-override-421869248 .cc-highlight .cc-btn.cc-deny, .cc-color-override-421869248 .cc-highlight .cc-btn.cc-allow{
   border-radius:5px;
  margin-top:5px;
  }

.cc-color-override-421869248 .cc-highlight .cc-btn.cc-deny:focus, .cc-color-override-421869248 .cc-highlight .cc-btn.cc-allow:focus{
    border:1px solid #b91548 !important;
  }


.cc-color-override-421869248 .cc-highlight .cc-btn.cc-deny:active, .cc-color-override-421869248 .cc-highlight .cc-btn.cc-allow:active{
    border:2px solid #b91548 !important;
    color: #b91548 !important;
}

div.gdprlock-placeholder-text{
  color:black;
}
