/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 03.04.2019, 09:44:16
    Author     : Preussner
*/


@font-face { font-family: 'pantaray';
             src: url('/fonts/PantaRay_Regular.woff2') format('woff2'); }

@font-face { font-family: 'pantaray-medium';
             src: url('/fonts/PantaRay_Medium.woff2') format('woff2'); }

@font-face { font-family: 'pantaray-bold';
             src: url('/fonts/PantaRay_Bold.woff2') format('woff2'); }

@font-face { font-family: 'pantaray-light';
             src: url('/fonts/PantaRay_Light.woff2') format('woff2'); }

@font-face { font-family: 'SummerLoving';
             src: url('/fonts/SummerLoving.otf') format('opentype'); }

@font-face { font-family: 'robotoMono';
             src: url('/fonts/RobotoMono-VariableFont_wght.ttf') format('truetype'); }


.mainColor {
    color: #1db6bc;
}

.sandColor {
    color: rgb(161,131,107);
}

.cosmopolyColor {
    color: #a098bb;
}

.cafePlusColor {
    color: #faae64;
}

* {
    padding: 0px;
    margin: 0px;    
    border: none;
    outline: none;
}

html {
    width: 100%;
    height: 100%;
}


body {
    color: #949296;
    background-color: #030405;
    font-family: 'pantaray';
    font-size: 16px;
    /*font-size: 1vw;*/
    font-size: 1.3vw;
    font-size: 16px;
    /*line-height: 1.4;*/
    line-height: 1.7;
    /* overflow-y: scroll; */
}



#header {
    width: 100%;
    height: 68px;
    background-color: #030405;
}

 .navItem {
     margin-left: 35px;
     float: left;
     text-transform: uppercase;
     font-size: 13px;
     z-index: 1000;
 }
 
 .navItemSand {
     margin-left: 35px;
     float: left;
     text-transform: uppercase;
     font-size: 13px;
     z-index: 1000;
 }
 
.navHolder {   
     float: left;
     width: calc(100% - 120px);
     margin: 21px 0px 0px 0px;
 }
 
.navHolderCC {   
     float: left;
     width: calc(100% - 220px);
     margin: 21px 0px 0px 0px;
 }
 
 .navHolderMobil {   
     float: left;
     width: 22px;
     height: 22px;
     margin: 21px 0px 0px 0px;
     display: none;
 }
 
 .navHolderMobilSection {
     background-color: #030405;
     margin-bottom: 5vw;
     display: none;
 }
 
 .navItemMobil {
     margin: auto;
     margin-bottom: 2vw;
     width: 133px;
 }
 
 .navItemMobilSand {
     margin: auto;
     margin-bottom: 2vw;
     width: 133px;
 }
 

 
 .registerbox {
     position: relative;
     width: calc(100% / 4 - 70px);
     padding: 25px;
     margin: 10px;
     background-color: #131213;
     float: left;
 }
 
 .thirdbox {
     background-color: #1db6bc;
     color: #ffffff;
 }
 
 .registerboxfree {
     width: calc(100% / 4 - 70px);
     padding: 25px;
     
     margin: 10px;
     float: left;
     color: #ffffff;
     background: rgb(161,131,107);
    background: -moz-linear-gradient(90deg, rgba(161,131,107,1) 0%, rgba(223,211,195,1) 100%);
    background: -webkit-linear-gradient(90deg, rgba(161,131,107,1) 0%, rgba(223,211,195,1) 100%);
    background: linear-gradient(90deg, rgba(161,131,107,1) 0%, rgba(223,211,195,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#a1836b",endColorstr="#dfd3c3",GradientType=1);
 }
 
h1 {
    font-weight: 300;
    font-size: 1.5em;
    font-size: 1.5vw;
    font-size: 26px;
    color: #1db6bc;
    color: #ffffff;;
    text-transform: uppercase;
    font-family: "pantaray";
}

.itemHeader {
    font-weight: 300;
    font-size: 1.5em;
    font-size: 1.5vw;
    font-size: 26px;
    color: #1db6bc;
    color: #ffffff;;
    text-transform: uppercase;
    font-family: "pantaray";
}

 .summerloving{
     font-family: 'SummerLoving';
     font-size: 5.5vw;
     letter-spacing: 2.7px;
     text-transform: initial;
     line-height: 1;
     margin-bottom: 25px;
 }

.hPre {
    font-size: 26px;
}

h2 {
    font-weight: 300;
    font-size: 1.3em;
    font-size: 1.3vw;
    font-size: 24px;
}

h3 {
    font-weight: 300;
    font-size: 1.3em;
    font-size: 1.3vw;
    font-size: 24px;
}


 
 
 .navItem a           { text-decoration:none; outline: none;}
 .navItem a:link      { text-decoration:none; color: #75767b; }
 .navItem a:visited   { text-decoration:none; color: #75767b; }
 .navItem a:hover     { text-decoration:none; color: #1db6bc; }
 .navItem a:active    { text-decoration:none; color: #75767b; }
 
 .navItemSand a           { text-decoration:none; outline: none;}
 .navItemSand a:link      { text-decoration:none; color: #75767b; }
 .navItemSand a:visited   { text-decoration:none; color: #75767b; }
 .navItemSand a:hover     { text-decoration:none; color: #cfbeab; }
 .navItemSand a:active    { text-decoration:none; color: #75767b; }
 
 .footerItemSmall a           { text-decoration:none; outline: none;}
 .footerItemSmall a:link      { text-decoration:none; color: #949296; }
 .footerItemSmall a:visited   { text-decoration:none; color: #949296; }
 .footerItemSmall a:hover     { text-decoration:none; color: #1db6bc; }
 .footerItemSmall a:active    { text-decoration:none; color: #949296; }
 
 .footerItem a           { text-decoration:none; outline: none;}
 .footerItem a:link      { text-decoration:none; color: #ffffff; }
 .footerItem a:visited   { text-decoration:none; color: #ffffff; }
 .footerItem a:hover     { text-decoration:none; color: #1db6bc; }
 .footerItem a:active    { text-decoration:none; color: #ffffff; }
 
 
 .navActive a           { text-decoration:none; outline: none;}
 .navActive a:link      { text-decoration:none; color: #1db6bc; }
 .navActive a:visited   { text-decoration:none; color: #1db6bc; }
 .navActive a:hover     { text-decoration:none; color: #1db6bc; }
 .navActive a:active    { text-decoration:none; color: #1db6bc; }
 
 .navActiveSand a           { text-decoration:none; outline: none;}
 .navActiveSand a:link      { text-decoration:none; color: #cfbeab; }
 .navActiveSand a:visited   { text-decoration:none; color: #cfbeab; }
 .navActiveSand a:hover     { text-decoration:none; color: #cfbeab; }
 .navActiveSand a:active    { text-decoration:none; color: #cfbeab; }

 .btnoutline a           { text-decoration:none; outline: none;}
 .btnoutline a:link      { text-decoration:none; color: #75767b; }
 .btnoutline a:visited   { text-decoration:none; color: #75767b; }
 .btnoutline a:hover     { text-decoration:none; color: #3ba8b6; }
 .btnoutline a:active    { text-decoration:none; color: #75767b; }
 
 .aInvers a           { text-decoration:underline; outline: none;}
 .aInvers a:link      { text-decoration:underline; color: #ffffff; }
 .aInvers a:visited   { text-decoration:underline; color: #ffffff; }
 .aInvers a:hover     { text-decoration:underline; color: #ffffff; }
 .aInvers a:active    { text-decoration:underline; color: #ffffff; }
 
 .aWhite a           { text-decoration:underline; outline: none;}
 .aWhite a:link      { text-decoration:underline; color: #030405; }
 .aWhite a:visited   { text-decoration:underline; color: #030405; }
 .aWhite a:hover     { text-decoration:underline; color: #030405; }
 .aWhite a:active    { text-decoration:underline; color: #030405; }
 
 .price a           { text-decoration:none; outline: #3ba8b6;}
 .price a:link      { text-decoration:none; color: #3ba8b6; }
 .price a:visited   { text-decoration:none; color: #3ba8b6; }
 .price a:hover     { text-decoration:underline; color: #3ba8b6; }
 .price a:active    { text-decoration:none; color: #3ba8b6; }
 
 .tuerkiesLink a           { text-decoration:underline; outline: #3ba8b6;}
 .tuerkiesLink a:link      { text-decoration:underline; color: #3ba8b6; }
 .tuerkiesLink a:visited   { text-decoration:underline; color: #3ba8b6; }
 .tuerkiesLink a:hover     { text-decoration:underline; color: #3ba8b6; }
 .tuerkiesLink a:active    { text-decoration:underline; color: #3ba8b6; }
 
  .right {
    float: right;
}

.left {
    float: left;
}

.clear {
    clear: both;
}

.pointer {
    cursor: pointer;
}

.afterIcon {    
    display: inline-block;
    vertical-align: middle;
    margin-top: 5px;
}

.iconLi {
    width: 28px;
    height: auto;
    margin-right: 7px;
    vertical-align:bottom;
}

.afterIconLi {    
    display: inline-block;
    vertical-align: text-bottom;
}

.iconGoal {
    width: 44px;
    height: auto;
    margin-right: 7px;
    vertical-align:middle;
    margin: 5px 25px 5px 5px;
}

.inline {
    display: inline-block;
    vertical-align: top;
}

.spacer15 {
    margin-top: 15px;
}

.spacer25 {
    margin-top: 25px;
}

.spacer50 {
    margin-top: 50px;
}

.spacer100 {
    margin-top: 100px;
}

.iconHeader {
    width: 22px;
    height: auto;
    margin-right: 7px;
    vertical-align:bottom;
}

.searchStore {
    width: 35px;
    height: auto;
    margin-right: 7px;
    vertical-align:text-top;
}

.iconHeaderNews {
    height: 22px;
    width: auto;
    margin-right: 7px;
    vertical-align:bottom;
}

.icon {
    width: 32px;
    height: 32px;
    margin-right: 15px;
    vertical-align:middle;
}

.footerLogoBar {
    width: 84%;
    height: 35px;
    margin: auto;
    margin-top: 7vw;
    margin-bottom: 2.5vw;
}

.footerLogoBar img {
    width: auto;
    height: 35px;
}



#footer {
    width: 100%;
    background-color: #131213;
    padding-top: 25px;
   
}

.footerHolder {
     margin-left: calc(100% / 6 / 2);
}

.footerItem {
    float: left;
    width: calc(100% / 5);
}

.appIconHolder {
    float: left;
    width: calc(100% / 3 - 20px);
    margin: 10px;
}

#footer ul {
    list-style: none;
}

.listScroller {
    min-width: 1600px;
    
}

.listScrollerholder {
    /* width: calc(100% - 70px); */
    width: 100%;
    overflow: auto;
    background-color: #ededed;
}

#footer li {
    margin: 10px 0px 10px 0px;
}

.footerItemSmall {
    float: left;
    /* width: calc(100% / 5); */
    margin-right: 35px;
}

.wrapper {
    width: 95%;
    margin: auto;
}

#logo {
    padding-top: 15px;
    width: 120px;
}

#logoCC {
    padding-top: 24px;
    width: 220px;
}

.half {
    width: calc(50% - 3px);
    display: inline-block;
    vertical-align: top;
}

.halfMiddel {
    width: calc(50% - 3px);
    display: inline-block;
    vertical-align: middle;
}

.halfFeedback {
    width: calc(50% - 3px);
    display: inline-block;
    vertical-align: top;
}

.halfStatic {
    width: calc(50% - 3px);
    display: inline-block;
    vertical-align: top;
}

.width30 {
    width: calc(30% - 3px);
    display: inline-block;
    vertical-align: top;
}

.width70 {
    width: calc(70% - 3px);
    display: inline-block;
    vertical-align: top;
}

.width40 {
    width: calc(40% - 3px);
    display: inline-block;
    vertical-align: top;
}

.width60 {
    width: calc(60% - 3px);
    display: inline-block;
    vertical-align: top;
}



.vision_charli_content {
    width: calc(100% - 6vw);
   padding: 4vw 3vw 1vw 3vw;
}

.vision_charli_bottomContent {
    width: 100%;    
}

.vision_charli_contentBottom {
    border-top: 1px solid #1cbcbd;
    width: calc(100% - 6vw);
    padding: 1vw 3vw 1vw 3vw;
}

.bannerHolder {
    position: relative;
    width: 100%;
    height: 100%;
}

.bannerContent {
    position: absolute;
    width: 100%;
    height: 100%;
}

.abTag {
    position: absolute;
    bottom: 0px;
    right: 0px;
    width: 100%;
    height: auto;
    text-align: right;
    font-size: 16px;
    color: #42bdcd;
    padding-right: 5px;
    background-color: rgba(0,0,0,0.75);
    /* display: none; */
}

.sm_icon_gast {
    width: 20px;
    height: auto;
    display: inline-block;
    margin: 10px 20px 10px 0px;
    vertical-align: top;
}


.sm_icon {
    width: 65px;
    height: 50px;
    display: inline-block;
}

.sm_icon img {
   width: 45px;
   height: auto;
}

.sm_icon_footer {
    width: 55px;
    height: 50px;
    display: inline-block;
}

.sm_icon_footer img {
   width: 25px;
   height: auto;
}

.sm_icon_footerbar_right {
    width: calc(100% / 4 - 10px);
    display: inline-block;
    margin-left: 5px;
    text-align: right;
}

.sm_icon_footerbar_left {
    width: calc(100% / 5 - 14px);
    display: inline-block;
    margin-right: 10px;
}

.sm_icon_footerbar_right img{
    width: 100%;
    max-width: 55px;
    margin: auto;
    height: auto;
}

.sm_icon_footerbar_left img{
    width: 100%;
    max-width: 20px;
    margin: auto;
    height: auto;
}

#pantaraypreloader {
    position: fixed;
    background-color: #000000;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    text-align: center;
    z-index: 99999;
}

#pantaraypreloader img {
    position:relative;
    width: 100px;
    height: auto;
    top: 50%;
    margin-top: -50px;
}

.btnFieldBorderHalf {
    width: calc(100% / 2 - 33px);
    float: left;
    padding: 10px;
    margin: 5px;
    border: 1px solid #ffffff;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    text-align: center;
}

.pay_widgetHolder{
    width: 50%;    
    color:#ffffff;    
    margin: auto;
    margin-top: 5%;
    
}

.pay_widgetHead {
    width: 100%;
    min-height: 25px;
    background: rgb(161,131,107);
    background: -moz-linear-gradient(90deg, rgba(161,131,107,1) 0%, rgba(223,211,195,1) 100%);
    background: -webkit-linear-gradient(90deg, rgba(161,131,107,1) 0%, rgba(223,211,195,1) 100%);
    background: linear-gradient(90deg, rgba(161,131,107,1) 0%, rgba(223,211,195,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#a1836b",endColorstr="#dfd3c3",GradientType=1);
    width: 100%;
    -webkit-border-top-left-radius: 20px;
    -webkit-border-top-right-radius: 20px;
    -moz-border-radius-topleft: 20px;
    -moz-border-radius-topright: 20px;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    color: #ffffff;
}

.pay_widgetContent {
    background-color: #1db6bc;
    padding: 20px;
}

.pay_widgetFooter {
    width: calc(100% - 40px);
    min-height: 25px;
    background: rgb(161,131,107);
    background: -moz-linear-gradient(90deg, rgba(161,131,107,1) 0%, rgba(223,211,195,1) 100%);
    background: -webkit-linear-gradient(90deg, rgba(161,131,107,1) 0%, rgba(223,211,195,1) 100%);
    background: linear-gradient(90deg, rgba(161,131,107,1) 0%, rgba(223,211,195,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#a1836b",endColorstr="#dfd3c3",GradientType=1);
    -webkit-border-bottom-right-radius: 20px;
    -webkit-border-bottom-left-radius: 20px;
    -moz-border-radius-bottomright: 20px;
    -moz-border-radius-bottomleft: 20px;
    border-bottom-right-radius: 20px;
    border-bottom-left-radius: 20px;
    padding: 20px;
}

#widgetOverlay {
    position: fixed;
    overflow-y: auto;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    display: none;
    z-index: 2000;
}

#flatWidgetOverlay {
    position: fixed;
    overflow-y: auto;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    z-index: 2000;
}

.register_widgetHolder {    
    width: 40%;
    min-width: 380px;
    color:#ffffff;    
    margin: auto;
}



.register_widgetHead {
    width: 100%;
    min-height: 25px;
    background: rgb(161,131,107);
    background: -moz-linear-gradient(90deg, rgba(161,131,107,1) 0%, rgba(223,211,195,1) 100%);
    background: -webkit-linear-gradient(90deg, rgba(161,131,107,1) 0%, rgba(223,211,195,1) 100%);
    background: linear-gradient(90deg, rgba(161,131,107,1) 0%, rgba(223,211,195,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#a1836b",endColorstr="#dfd3c3",GradientType=1);
    width: 100%;
    -webkit-border-top-left-radius: 20px;
    -webkit-border-top-right-radius: 20px;
    -moz-border-radius-topleft: 20px;
    -moz-border-radius-topright: 20px;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    color: #ffffff;
}

.register_widgetContent {
    background-color: #1db6bc;
    padding: 20px;
}

.register_widgetFooter {
    width: calc(100% - 40px);
    min-height: 25px;
    background: rgb(161,131,107);
    background: -moz-linear-gradient(90deg, rgba(161,131,107,1) 0%, rgba(223,211,195,1) 100%);
    background: -webkit-linear-gradient(90deg, rgba(161,131,107,1) 0%, rgba(223,211,195,1) 100%);
    background: linear-gradient(90deg, rgba(161,131,107,1) 0%, rgba(223,211,195,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#a1836b",endColorstr="#dfd3c3",GradientType=1);
    -webkit-border-bottom-right-radius: 20px;
    -webkit-border-bottom-left-radius: 20px;
    -moz-border-radius-bottomright: 20px;
    -moz-border-radius-bottomleft: 20px;
    border-bottom-right-radius: 20px;
    border-bottom-left-radius: 20px;
    padding: 20px;
}

.register_widgetStep2 {
    display: none;
}

.kennenlernstella {
    position: absolute;
    width: 200px; 
    left: calc(50% - 100px); 
    top: -80px;
    display: inline-block;
}

@media (max-width: 1000px){
    
    .kennenlernstella {
        display: none;
    }
    
    #hand_palette {
        display: none;
    }
    
    .preregisterarrow {
        display: none;        
    }
    
    .registerbox {
        width: calc(100% / 2 - 70px);
    }
    
    .thirdbox {
        margin-top: 55px;
    }
    
    .registerboxfree {
        width: calc(100% / 2 - 70px);
    }
    
    .half {
        width: 100%;   
    }
    
    .halfMiddel {
        width: 100%;   
    }
    


    .vision_charli_content {
        position: relative;
        width: 90%;
        left: 0px;
        padding: 15px 5% 15px 5%;
        margin-top: 25px;
    }

    .vision_charli_bottomContent {
        position: relative;
        width: 90%;
        left: 0px;
        padding: 15px 5% 15px 5%;
        margin-left: 0px;
    }

    .btnFieldBorderHalf {
        float: none;
        width: calc(100% - 33px);
        margin: auto;
    }

    .pay_widgetHolder{
        width: 80%;         
    }
    
    .appIconHolder {        
        width: calc(100% / 2 - 20px);        
    }
    
}

@media (max-width: 1400px){
    .halfFeedback {
        width: 100%;
    }
}

@media screen and (min-width: 1400px){


    .navHolderMobilSection {
        display: none;
    }
    
    

}

@media screen and (max-width: 1399px) and (min-width: 1000px) {
   
    .navHolderMobilSection {
        display: none;
    }
    
  
}

@media screen and (max-width: 1223px) and (min-width: 1000px) {
      
    
    .navHolder {
        display: none;
    }
    
    .navHolderCC {
        display: none;
    }
    
    .navHolderMobil {
        display: inline-block;
    }
}

@media screen and (max-width: 999px) and (min-width: 700px) {

    .sm_icon {
        width: 55px;
        height: auto;
    }
    
    .navItem {
        font-size: 11px;
        margin-left: 25px;
    }
    
    .navHolderMobilSection {
        display: none;
    }
    
    .chooseHolderMobil {
        display: inline-block;
    }
    
    .navHolder {
        display: none;
    }
    
    .navHolderCC {
        display: none;
    }
    
    .navHolderMobil {
        display: inline-block;
    }
    
    .btnFieldBorderHalf {
        float: none;
        width: calc(100% - 33px);
        margin: auto;
    }
}

@media screen and (max-width: 820px) and (min-width: 700px) {
    
    #logo {
        padding-top: 20px;
        width: 80px;
    }
    
    .navHolder {
        display: none;
    }
    
    .navHolderCC {
        display: none;
    }
    
    .navHolderMobil {
        display: inline-block;
    }
    
    .btnFieldBorderHalf {
        float: none;
        width: calc(100% - 33px);
        margin: auto;
    }
}



@media (max-width: 700px){
    
    .sm_icon {
        width: 35px;
        height: auto;
        margin-left: 5px;
        margin-right: 5px;
    }
    
    .sm_icon img {
        width: 25px;
        height: auto;
    }
    
    #logo {
        padding-top: 20px;
        width: 80px;
    }
    
    h1 {
        font-size: 4vw;
    }
    
    .itemHeader {
        font-size: 4vw;
    }

    .navHolder {
        display: none;
    }
    
    .navHolderCC {
        display: none;
    }
    
    .navHolderMobil {
        display: inline-block;
    }
    
    .registerbox {
        width: calc(100% - 70px);
    }
    
    .registerboxfree {
        width: calc(100% - 70px);
    }
    
    .summerloving{
        /* font-size: 50px; */
        font-size: 3em;
    }
    
    .width30 {
        width: 100%;   
    }
    
    .width70 {
        width: 100%;   
    }
    
    .width40 {
        width: 100%;   
    }
    
    .width60 {
        width: 100%;   
    }
    
    .btnFieldBorderHalf {
        float: none;
        width: calc(100% - 33px);
        margin: auto;
    }
}

.padding {
    padding: 0% 5% 0% 5%;
}

.paddingpx {
    padding: 0px 40px 0px 40px;
}

.slashBeforeinvert:before {
    color:#ffffff;
    content: "// ";  
    margin-left: -20px;
}

.slashBeforeinvert {
    padding-left: 20px;
}


.slashBefore:before {
    color:#1cbcbd;
    content: "// ";  
    margin-left: -20px;
}

.slashBefore {
    padding-left: 20px;
}

.slashBeforeOrange:before {
    color:#ef7c3a;
    content: "// ";  
    margin-left: -20px;
}

.slashBeforeOrange {
    padding-left: 20px;
}

.slashBeforeCosmopoly:before {
    color:#a098bb;
    content: "// ";  
    margin-left: -20px;
}

.slashBeforeCosmopoly {
    padding-left: 20px;
}

.slashBeforeCafePlus:before {
    color:#faae64;
    content: "// ";  
    margin-left: -20px;
}

.slashBeforeCafePlus {
    padding-left: 20px;
}

.bigNum {
    color: #ffffff;
    font-size: 4vw;
    margin-bottom: -2vw;
}

.bestoffer {
    position: absolute;
    width: 100%;
    left: 0px;
    top: -45px;
    color: #ffffff;
    height: 40px;
    font-weight: 600;
    padding-top: 5px;
    font-size: 20px;
    background: -moz-linear-gradient(90deg, rgba(161,131,107,1) 0%, rgba(223,211,195,1) 100%);
    background: -webkit-linear-gradient(90deg, rgba(161,131,107,1) 0%, rgba(223,211,195,1) 100%);
    background: linear-gradient(90deg, rgba(161,131,107,1) 0%, rgba(223,211,195,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#a1836b",endColorstr="#dfd3c3",GradientType=1);
}

 .btn {
    background-color:#3ba8b6;
    border:1px solid #318b97;
    display:inline-block;
    cursor:pointer;
    color:#ffffff;
    /* font-size:14px;*/
    /* font-size:1vw; */
    padding:0.4vw 0.9vw 0.4vw 0.9vw;
    text-decoration:none;
    text-transform: uppercase;
    margin: 5px 0px 5px 0px;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;        
}

.btn:hover {
	background-color:#42bdcd;
}

.btnbrown {
    background-color: #a1836b;
    border:1px solid #a1836b;
}

.btnbrown:hover {
    background-color: #b1937b;
}

 .btnoutline {
    border:1px solid #3ba8b6;
    display:inline-block;
    cursor:pointer;
    padding:0.4vw 0.9vw 0.4vw 0.9vw;
    text-decoration:none;
    text-transform: uppercase;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;      
    margin-top: -9px;
}

.btnoutline:hover {
    border:1px solid #42bdcd;
	
}


 .btninvers {
    background-color:#000000;
    display:inline-block;
    cursor:pointer;
    color:#ffffff;
    /* font-size:14px;*/
    /* font-size:1vw; */
    padding:0.4vw 0.9vw 0.4vw 0.9vw;
    text-decoration:none;
    text-transform: uppercase;
    margin: 5px 0px 5px 0px;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
        
}
.btninvers:hover {
	background-color:#333333;
}

.pantaround {
    max-width: 150px;
    height: auto;
    margin: auto;
}

.smallInfoHeader {
    display: inline-block;
    margin-bottom: 10px;
}

.pin {
    border: none;
}

.sm_holderOuter {
    width: 210px;
    margin: auto;
    text-align: center;
}

.sm_holder {
    width: 32px;
    height: 32px;
    margin: 10px;
    display: inline-block;
}

.embed-container {

  position: relative;
  /* padding-bottom: 41.66666667%; */
  padding-bottom: 55.666667%;
  overflow: hidden;
  max-width: 100%;
  background: black;
}

.embed-container iframe,
.embed-container object,
.embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#cookieWarning {
    position: fixed;
    background: #949296; /* Old browsers */
    background: -moz-linear-gradient(left, #000000 0%, #131213 50%, #000000 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left, #000000 0%,#131213 50%,#000000 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, #000000 0%,#131213 50%,#000000 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#131213',GradientType=1 ); /* IE6-9 */
    border-top: 2px solid #3ba8b6;
    bottom: 0px;
    text-align: center;
    width: 100%;
    min-height: 75px;    
    z-index: 99999;
    font-size: 1.1em;
    display: none;
    padding-bottom: 10px;
}

#cookieWarning p{
    padding: 20px;
    width: 90%;
    margin: auto;
}

#cookieHolder {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    min-height: 100%;
    background-color: rgba(0,0,0,0.75);
    z-index: 5000;
    display: none;
}

#cookieInner {
    position: fixed;   
    height: auto;
    width: 90%;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    max-width: calc(100vw - 60px);
    max-height: calc(100vh - 60px);
     max-width: 500px;
    overflow-y: auto;
    padding: 15px;
    margin: auto;
    background-color: #fafafa;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    -webkit-box-shadow: 10px 10px 25px 6px rgba(0,0,0,0.75);
    -moz-box-shadow: 10px 10px 25px 6px rgba(0,0,0,0.75);
    box-shadow: 10px 10px 25px 6px rgba(0,0,0,0.75);
    color: #000000;
    z-index: 5001;
}

#cookieInner h2 {
    color: #000000;
}

#cookieInner small {
    display: inline-block;
    line-height: 1.2;
}

._checkbox2
{
    display: none;
}


._checkbox2:checked + label
{
    background-color: #42bdcd;
    box-shadow: 0 7px 10px #d0d0d0;
}

._checkbox2:checked + label:before
{
    width: 0;
    height: 0;
}

._checkbox2:checked + label .tick_mark:before, ._checkbox2:checked + label .tick_mark:after
{
    transform: translate(0);
    opacity: 1;
}

.dsgvoCheck label
{
    position: absolute;    
    /* top: 50%; */
    right: 0;    
    width: 35px;
    height: 35px;
    margin: 0 auto;
    margin-top: 10px;
    margin-right: 15px;
    background-color: #e5e6e8;
    transform: translateY(-50%);
    border-radius: 50%;
    cursor: pointer;
    transition: 0.2s ease transform, 0.2s ease background-color, 0.2s ease box-shadow;
    overflow: hidden;
    z-index: 2999;
}

.dsgvoCheck label:before
{
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    left: 0;
    width: 30px;
    height: 30px;
    margin: 0 auto;
    /* background-color: #fff; */
    transform: translateY(-50%);
    border-radius: 50%;
    transition: 0.2s ease width, 0.2s ease height;
}



.dsgvoCheck label:active
{
    transform: translateY(-50%) scale(0.9);
}

.tick_mark
{
    position: absolute;
    top: 8px;
    right: 0;
    left: -4px;
    width: 26px;
    height: 14px;
    margin: 0 auto;
    margin-left: 10px;
    transform: rotateZ(-40deg);
}

.tick_mark:before, .tick_mark:after
{
    content: "";
    position: absolute;
    background-color: #fff;
    border-radius: 2px;
    opacity: 0;
    transition: 0.2s ease transform, 0.2s ease opacity;
}

.tick_mark:before
{
    left: 0;
    bottom: 0;
    width: 5px;
    height: 17px;
    box-shadow: -2px 0 5px rgba(0,0,0,0.23);
    transform: translateY(-68px)
}

.tick_mark:after
{
    left: 0;
    bottom: 0;
    width: 100%;
    height: 5px;
    box-shadow: 0 3px 5px rgba(0,0,0,0.23);
    transform: translateX(78px)
}

.abobtn {
    color: #75767b;
}

.abobtn:hover {
    color: #1db6bc;
}

.aboFooter {
    cursor: pointer;
    color:#ffffff;
}

.aboFooter:hover {
    color: #1db6bc;
}

.textCenter {
    text-align: center;
}

   .slider {
    -webkit-appearance: none;  /* Override default CSS styles */
    appearance: none;
    width: 100%; /* Full-width */
    height: 25px; /* Specified height */
    background: none; /* Grey background */
    outline: none; /* Remove outline */    
    -webkit-transition: .2s; /* 0.2 seconds transition on hover */
    transition: opacity .2s;
    z-index: 100;
  } 
  
  .slider::-webkit-slider-thumb {
  -webkit-appearance: none; 
  appearance: none;
  width: 20px; 
  height: 35px; 
    background: #aaa7ab; 
  border-left: 5px solid #56565e;
  border-right: 5px solid #56565e;
  cursor: pointer; 
}

#kennstdu {
    position: fixed;
    background-color: #232323;
    width: 200px;
    min-height: 380px;
    right: 15px;
    bottom: 15px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    z-index: 2000;
    -webkit-box-shadow: 5px 5px 15px 5px #000000; 
    box-shadow: 5px 5px 15px 5px #000000;
    display: none;
    text-align: center;
    color: #42bdcd;
    padding-top: 3px;
}

#gratisPopup {
    position: fixed;
    background-color: #232323;
    width: calc(100% - 40px);
    max-width: 455px;
    min-height: 200px;
    left: 15px;
    bottom: 15px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    z-index: 2000;
    -webkit-box-shadow: 5px 5px 15px 5px #000000; 
    box-shadow: 5px 5px 15px 5px #000000;
    display: none;
    text-align: center;    
    color: #42bdcd;
    padding: 5px;
    padding-top: 3px;
}

#wachstumPopup {
    position: fixed;
    background-color: #232323;
    width: calc(100% - 40px);
    max-width: 455px;
    min-height: 200px;
    left: 15px;
    bottom: 15px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    z-index: 2000;
    -webkit-box-shadow: 5px 5px 15px 5px #000000; 
    box-shadow: 5px 5px 15px 5px #000000;
    display: none;
    text-align: center;    
    color: #42bdcd;
    padding: 5px;
    padding-top: 3px;
}

#kennstduclose {
    position: absolute;
    right: -5px;
    top: -5px;
    width: 20px;
    height: 20px;
    cursor: pointer;
}

.kennstduimg {
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    -webkit-box-shadow: 5px 5px 15px 5px #000000; 
    box-shadow: 5px 5px 15px 5px #000000;
}

.kennstduBtn {
    display: inline-block;
    width: 32px;
    height: 32px;
    margin-top: 2px;
}

.slider::-moz-range-thumb {
  width: 20px; 
  height: 35px; 
  background: #aaa7ab; 
  border-left: 5px solid #56565e;
  border-right: 5px solid #56565e;
  cursor: pointer;
}

#gutscheinCode {
    position: fixed;
    width: 500px;
    left: 50%;
    transform: translateX(-50%);
    max-width: calc(100vw - 60px);
    max-height: calc(100vh - 120px);
    overflow-y: auto;
    padding: 15px;
    margin: auto;
    background-color: #fafafa;
    z-index: 2000;
    display: none;
    border: 2px solid #3ba8b6;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    -webkit-box-shadow: 10px 10px 25px 6px rgba(0,0,0,0.75);
    -moz-box-shadow: 10px 10px 25px 6px rgba(0,0,0,0.75);
    box-shadow: 10px 10px 25px 6px rgba(0,0,0,0.75);
    text-align: center;
}

#gutscheinCode h1 {
    color: #000000;
}

.txtblack {
    color:#135861;
}

#nachfass {
    display: none;
    width: 300px;
    margin-top: 15%;
    margin-left: calc(50% - 150px);
    position: fixed;
    height: 100px;
    background-color: #1db6bc;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    border-radius: 25px;
    text-align: center;
    padding: 15px;
    color: #ffffff;
    z-index: 2000;
    -webkit-box-shadow: 5px 5px 15px 5px #000000; 
    box-shadow: 5px 5px 15px 5px #000000;
}
#nachfassB {
    display: none;
    width: 300px;
    margin-top: 15%;
    margin-left: calc(50% - 150px);
    position: fixed;
    height: 100px;
    background-color: #1db6bc;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    border-radius: 25px;
    text-align: center;
    padding: 15px;
    color: #ffffff;
    z-index: 2000;
    -webkit-box-shadow: 5px 5px 15px 5px #000000; 
    box-shadow: 5px 5px 15px 5px #000000;
}

.embedVorschau {
    display: none;
}

.feedbackHolder {
    position: relative;
    width: 75%;
    max-width: 600px;
    margin: auto;
    text-align: center;
}

.feedbackItem {
    position: relative;
    width: 100%;
}

.feedbackImage {
    position: relative;
    width: 100%;
    height: auto;
}

.feedbackContent {
    position: absolute;
    top: 21%;
    left: 36%;
    width: 51%; 
    height: 46%;
    max-height: 500px;
    display: flex; 
    display: -webkit-flex; 
}

.feedbackContent p {
    text-align: center; 
    margin: auto;
}

.greyBG {
    background-color: #131213;
    margin: 0px;
    padding: 20px;
}

.textInfo {
    font-size: 125%;
    line-height: 1.5;
}

.textFlow{
    line-height: 1.5;
}

.textFlow p {
    margin: 25px 0px;
}

.textPadding {
    padding: 15px;
}

.max400 {
    max-width: 400px;
    margin: auto;
    text-align: left;
}

.max600 {
    max-width: 600px;
    margin: auto;
    text-align: left;
}

.max800 {
    max-width: 800px;
    margin: auto;
    padding: 15px;
}

.max850 {
    max-width: 850px;
    margin: auto;
}
.max900 {
    max-width: 900px;
    margin: auto;
    padding: 15px;
}

.max1920 {
    max-width: 1920px;
    margin: auto;
    padding: 15px;
}

.max90p {
    width: 90%;
    margin: auto;
    text-align: left;
    padding: 25px;
}

.bigIcon {
    width: 80%;
    max-width: 350px;
    margin: 25px auto 25px auto;
    padding: 0px 25px 0px 25px;
}

.breaker {
    width: 100%;
    height: 32px;    
    margin: 50px 0px;
    background-image: url("/front/img/breaker.png");
    background-position-x: center;
}

.breakerSand {
    width: 100%;
    height: 32px;    
    margin: 50px 0px;
    background-image: url("/front/img/breaker_sand.png");
    background-position-x: center;
}

.breakerSingle {
    width: 90%;
    height: 1px;
    margin: 50px auto;
    background-color: #1db6bc;
}