/*
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: 'roboto-medium';
             src: url('/fonts/Roboto/Roboto-Medium.ttf') format('truetype'); }

@font-face { font-family: 'roboto';
             src: url('/fonts/Roboto/Roboto-Light.ttf') format('truetype'); }


.mainColor {
    color: #ff6e00;
}

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

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


.warning {
    width: calc(100% - 40px);
    background-color: #ed6b1d;
    color: #000000;
    text-align: center;
    font-weight: bold;
    padding: 20px;
}

body {
    color: #949296;
    background-color: #030405;
    background-color: #1d1d1d;;
    font-family: 'roboto';
    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: 47px;
    /* background-color: #030405; */
}

 .navItem {
     margin-left: 35px;
     float: left;
     text-transform: uppercase;
     font-size: 13px;
     z-index: 1000;
 }
 
.navHolder {   
     float: left;
     width: calc(100% - 81px);
     margin: 13px 0px 0px 0px;
 }
 
 .navHolderMobil {   
     float: left;
     width: 22px;
     height: 22px;
     margin: 15px 0px 0px 0px;
     display: none;
 }
 
 .navHolderMobilSection {
     /* background-color: #030405; */
     margin-bottom: 5vw;
     text-align: right;
     display: none;
     margin-right: 5%;
 }
 
 .navItemMobil {
     margin: auto;
     margin-bottom: 2vw;
     
 }
 

 
 .registerbox {
     position: relative;
     width: calc(100% / 4 - 70px);
     padding: 25px;
     margin: 10px;
     background-color: #131213;
     float: left;
 }
 
 .thirdbox {
     background-color: #ff6e00;
     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: #ff6e00;
    color: #ffffff;;
    text-transform: uppercase;
    
}

.hPre {
    display: none;
    font-size: 26px;
}

h2 {    
    color: #ffffff;
    font-size: 22px;
    font-weight: 400;
    font-family: "roboto";
}

.lightBackground {
    background-color: #2e3335;
    padding: 25px 0px;
}


.fitContent {
    width: intrinsic;           /* Safari/WebKit uses a non-standard name */
    width: -moz-max-content;    /* Firefox/Gecko */
    width: -webkit-max-content; /* Chrome */
    width: max-content;
}

.innerIframe iframe {
    max-width: 100%;
    display: block;
    margin: auto;
}
 
 
 .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: #ff6e00; }
 .navItem a:active    { text-decoration:none; color: #75767b; }
 
 .content a           { text-decoration:none; outline: none;}
 .content a:link      { text-decoration:none; color: #D53D16; }
 .content a:visited   { text-decoration:none; color: #D53D16; }
 .content a:hover     { text-decoration:underline; color: #D53D16; }
 .content a:active    { text-decoration:none; color: #D53D16; }
 
 .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:underline; color: #ffffff; }
 .footerItem a:active    { text-decoration:none; color: #ffffff; }
 
 .footerItemSmall a           { text-decoration:none; outline: none;}
 .footerItemSmall a:link      { text-decoration:none; color: #bfbfbf; }
 .footerItemSmall a:visited   { text-decoration:none; color: #bfbfbf; }
 .footerItemSmall a:hover     { text-decoration:underline; color: #bfbfbf; }
 .footerItemSmall a:active    { text-decoration:none; color: #bfbfbf; }
 
 
 .navActive a           { text-decoration:underline; outline: none; color: #ffffff;}
 .navActive a:link      { text-decoration:underline; color: #ffffff; }
 .navActive a:visited   { text-decoration:underline; color: #ffffff; }
 .navActive a:hover     { text-decoration:underline; color: #ffffff; }
 .navActive a:active    { text-decoration:underline; color: #ffffff; }

 .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; }
 
  .right {
    float: right;
}

.left {
    float: left;
}

.clear {
    clear: both;
}

.pointer {
    cursor: pointer;
}

.afterIcon {    
    display: inline-block;
    vertical-align: middle;
}

.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;
}

.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;
    background-color: #f67e03;
    background-color: #da4928;    
    padding-top: 25px;
}

.footerHolder {
    text-align: center;
}

.footerItem {
    float: left;
    width: calc(100% / 3);
    text-align: center;
    margin-bottom: 50px;
}

#footer ul {
    list-style: none;
}

.listScroller {
    min-width: 1000px;
    
}

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

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

.footerItemSmall {
    display: inline-block;
    /* width: calc(100% / 5); */
    margin: 0px 25px;
}

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

#logo {
    padding-top: 13px;
    width: 65px;
}

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

.halfVision {
    width: calc(50% - 33px);
    display: inline-block;
    vertical-align: top;
    text-align: justify;
    padding: 15px;
}

.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;
}



.rowHeadlineHolder {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    }

    .breakerHeight {
        height: 40px;
    }
    
.rowHeadlineBreakerLeft {
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
    background-image: url(/img/headerBreaker.png);
    background-repeat: repeat-x;
    background-position: center;
    }

.rowHeadlineHolderItem {
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
    -webkit-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    align-self: auto;
    }

.rowHeadlineBreakerRight {
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
 -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
    background-image: url(/img/headerBreaker.png);
    background-repeat: repeat-x;
    background-position: center;
    }



.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: #ff6e00;
    padding-right: 5px;
    background-color: rgba(0,0,0,0.75);
    display: none;
}

.sm_icon {
    width: 55px;
    height: 50px;
    display: inline-block;
    margin: 0px 0px;
}

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

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

#nuoflixpreloader 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: #ff6e00;
    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%;
    color:#ffffff;    
    margin: auto;
}



.register_widgetHead {
    width: 100%;
    min-height: 25px;
    background-color: #555555;
    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: #383838;
    padding: 20px;
}

.register_widgetFooter {
    width: calc(100% - 40px);
    min-height: 25px;
   background-color: #555555;
    -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;
}


.movieItemThumb {
    position: relative;
    width: calc(33% - 2px);
    display: inline-block;
    margin-bottom: 15px;
}

.movieItemContent {
    width: calc(67% - 28px);
    display: inline-block;
    vertical-align: top;
    margin-left: 25px;
}

pre
{
        white-space: pre-wrap;
}


@media (max-width: 1000px){
    
    #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%;   
    }
    .halfVision {
        width: calc(100% - 33px);   
    }
    


    .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%;         
    }
    
}


@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: 1199px) and (min-width: 1000px) {
      
    
    .navHolder {
        display: none;
    }
    
    .navHolderMobil {
        display: inline-block;
    }
    
    .backarrowHolder {
        display: none;
    }
}

@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;
    }
    
    .backarrowHolder {
        display: none;
    }
    
    .chooseHolderMobil {
        display: inline-block;
    }
    
    .navHolder {
        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) {
    
    
    .breakerHeight {
        height: 22px;
    }

    
    .navHolder {
        display: none;
    }
    
    .navHolderMobil {
        display: inline-block;
    }
    
    .backarrowHolder {
        display: none;
    }
    
    .btnFieldBorderHalf {
        float: none;
        width: calc(100% - 33px);
        margin: auto;
    }
}



@media (max-width: 700px){
    
    .footerItem {
        width: 100%;
        float: none;
    }
    
    .register_widgetHolder {
        width: 90%;
    }
    
    .breakerHeight {
        height: 18px;
    }
    
    .sm_icon {
        width: 35px;
        height: auto;
        margin-left: 5px;
        margin-right: 5px;
    }
    
    .sm_icon img {
        width: 25px;
        height: auto;
    }
    

    
    h1 {
        font-size: 4vw;
    }

    .navHolder {
        display: none;
    }
    
    .navHolderMobil {
        display: inline-block;
    }
    
    .backarrowHolder {
        display: none;
    }
    
    .registerbox {
        width: calc(100% - 70px);
    }
    
    .registerboxfree {
        width: calc(100% - 70px);
    }
    

    
    .width30 {
        width: 100%;   
    }
    
    .width70 {
        width: 100%;   
    }
    
    .width40 {
        width: 100%;   
    }
    
    .width60 {
        width: 100%;   
    }
    
    .btnFieldBorderHalf {
        float: none;
        width: calc(100% - 33px);
        margin: auto;
    }
    
    .movieItemThumb {
        width: 100%;
        margin: auto;
        margin-bottom: 5px;
    }

    .movieItemContent {
        width: 100%;
        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;
}

.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);
}

.playBtn {
    max-width: 75px;
    width: 25%;
    height: auto;
}

 .btn {
    /*background-color:#ff6e00;*/
    background-color:#ed6b1d ;
    background-color:#da4928 ;
    display:inline-block;
    cursor:pointer;
    color:#ffffff;
    /* font-size:14px;*/
    /* font-size:1vw; */
    padding:0.2vw 2.2vw;
    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:#e86344;
}

 .btnHeader {
    /*background-color:#ff6e00;*/
    background-color:#ed6b1d ;
    background-color:#da4928 ;
    display:inline-block;
    cursor:pointer;
    color:#ffffff;
    /* font-size:14px;*/
    /* font-size:1vw; */
    padding:0.1vw 0.5vw 0.1vw 0.5vw;
    text-decoration:none;
    text-transform: uppercase;
    margin: 5px 0px 5px 0px;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;   
    margin-top: 0px;
}


.btnHeader:hover {
	background-color:#e86344;
}



 .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;
}

.embed-container {

  position: relative;
  /* padding-bottom: 41.66666667%; */
  padding-bottom: 56.5%;
  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 #ff6e00;
    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;
}


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

.aboFooter:hover {
    color: #ff6e00;
}

.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; 
}

.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 #ff6e00;
    -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;
}


#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: #e86344;
    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)
}

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

#sysInfoHolder {
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.75);
    z-index: 1500;
}

#sysInfoInner {
    position: absolute;
    padding: 25px;
    top: 25%;
    left: 50%;
    width: 75%;
    max-width: 600px;
    margin: auto;
    background-color: #e9e9e9;
    color: #000000;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    border: 1px solid #da4928;
    transform: translateY(-50%) translateX(-50%);
}