/*!
 * Start Bootstrap - Grayscale Bootstrap Theme (http://startbootstrap.com)
 * Code licensed under the Apache License v2.0.
 * For details, see http://www.apache.org/licenses/LICENSE-2.0.
 */

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


/*! ------------------------------------------------------->>  lauftext */
body {
    width: 100%;
    height: 100%;
    font-family: Lora, "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: #273036;
    /*#0b0f11;
   /* background-color: #000;*/
 /*   webkit-tap-highlight-color: rgba(255, 255, 255, .2);*/
    
}

/*p { }*/
.text-white-75 {
  color: rgba(255, 255, 255, 0.75) !important;
}
/*! ------------------------------------------------------->>  lauftext ENDE */
/*! ------------------------------------------------------->>  headline */


h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0 0 0px;
    text-transform: uppercase;
    font-family: Montserrat, "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 700;
    letter-spacing: 1px;
}

/*! ------------------------------------------------------->>  headline ENDE*/
.text-white-75 {
  color: rgba(255, 255, 255, 0.) !important;
}

.video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
}

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



/*! ------------------------------------------------------->>  zeilenumbruch */

p {
    margin: 0 0 15px;
    font-size: 0.8rem;
    line-height: 1rem;
}

@media(min-width:767px) {
    p {
        margin: 0 0 25px;
        font-size: 1.1rem;
         line-height: 1.1;
    }
}

/*! ------------------------------------------------------->>  Link */
.splittingDiv {
    border-bottom-color: gba( 255, 255, 255, 0.25 );
    border-bottom: 2px;
    border-bottom-style: dotted;
    z-index: 1;
}

.abstand {
    margin-bottom: 100px;
}

@media(min-width:767px) {
    .abstand {
        margin-bottom: 150px;
    }
}

a {
    color: #219ab3;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

move {
    color: #219ab3;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

a:hover,
a:focus {
    text-decoration: none;
    color: #11505d;
}

.light {
    font-weight: 00;
}

/*! ------------------------------------------------------->>  
.navbar-custom {
    margin-top: 0px;
    padding-top: 0px;
    border-bottom: 1px solid rgba(255,255,255,.3);
    text-transform: uppercase;
    font-family: Cuprum,"Helvetica Neue",Helvetica,Arial,sans-serif;
    background-color: #000;
     border-bottom: 1px solid rgba(255,255,255,.3);
        box-shadow: 0px 10px 25px rgba(0,0,0,0.7);
}

.navbar-custom .navbar-brand {
    font-weight: 700;
}

.navbar-custom .navbar-brand:focus {
    outline: 0;
}

.navbar-custom .navbar-brand .navbar-toggle {
    padding: 40px 60px;
    font-size: 16px;
    color: #fff;
}

.navbar-custom .navbar-brand .navbar-toggle:focus,
.navbar-custom .navbar-brand .navbar-toggle:active {
    outline: 0;
}

.navbar-custom a {
    color: #fff;
}

.navbar-custom .nav li.active {
    outline: none;
    background-color: rgba(255,255,255,.3);
}

.navbar-custom .nav li a {
    -webkit-transition: background 1.3s ease-in-out;
    -moz-transition: background 1.3s ease-in-out;
    transition: background 1.3s ease-in-out;
}

.navbar-custom .nav li a:hover,
.navbar-custom .nav li a:focus,
.navbar-custom .nav li a.active {
    outline: 0;
    background-color: rgba(255,255,255,.2);
}


    .navbar {
        padding: 10px 0;
        border-bottom: 0;
        letter-spacing: 1px;
        background: 0 0;
        box-shadow: none;
       -webkit-transition: background .5s ease-in-out,padding .5s ease-in-out;
        -moz-transition: background .5s ease-in-out,padding .5s ease-in-out;
        transition: background .5s ease-in-out,padding .5s ease-in-out;

  
    }

    
    
    
    .top-nav-collapse { 
        padding: 0;
      background-color: rgba(0,0,0,.7);
        border-bottom: 1px solid rgba(255,255,255,.3);
        box-shadow: 0px 10px 25px rgba(0,0,0,0.7);
        
    }

   .navbar-custom.top-nav-collapse {
       background-color: rgba(0,0,0,.7);
        border-bottom: 1px solid rgba(255,255,255,.3);
        box-shadow: 0px 10px 25px rgba(0,0,0,0.7);
    }

Nav */




.start {
    padding: 0.5rem !Important;
   /* background-color: black;*/
}


#angebot {
    position: absolute !important;
    right: 0px;
    top: 200px;
    bottom: 0px;
    z-index: 1;

}

.intro {
    display: table;

    width: 100%;
    height: auto;
    padding: 100px 0;
    text-align: center;
    color: #fff;
    background: url(../img/intro-bg7.jpg) no-repeat bottom center scroll;
    background-color: #000;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}

.intro .intro-body {
    display: table-cell;
    vertical-align: middle;
}

.intro .intro-body .brand-heading {
    font-size: 40px;
}

.intro .intro-body .intro-text {
    font-size: 18px;
    margin-bottom: 50px;
}

@media(min-width:767px) {
    .intro {
        height: 100%;
        padding: 0;
    }

    /* #logo {
     background-color:  #11f1f1;
        -webkit-transition: background 4.3s ease-in-out;
        
     }    */

/*
    .btn-circle {
        width: 450px;
        height: auto;
        margin-top: 15px;
        padding: 3px 13px;
        border: 3px solid #fff;
        border-radius: 35px;
        font-size: 40px;
        color: #fff;
        background: 0 0;
        background-color: #fff;
        -webkit-transition: background .3s ease-in-out;
        -moz-transition: background .3s ease-in-out;
        transition: background .3s ease-in-out;
    }

*/


    .intro .intro-body .brand-heading {
        font-size: 100px;
    }

    .intro .intro-body .intro-text {
        font-size: 25px;
    }
}


.btn-circle {
    width: 60px;
    height: 60px;
    
    margin-top: 0px;
    padding: 0px;
    border: 3px solid #fff;
    border-radius: 40px;
    font-size: 40px;
    color: #fff;
    background: 0 0;
    //   background-color: #fff;
    -webkit-transition: background .3s ease-in-out;
    -moz-transition: background .3s ease-in-out;
    transition: background .3s ease-in-out;
}



@media(min-width:1064px) {}


.btn-circle:hover,
.btn-circle:focus {

    outline: 10;
    color: #fff;
    background: rgba(255, 255, 255, 0.1);
}

.btn-circle i.animated {
    -webkit-transition-property: height;
    -webkit-transition-duration: 1s;
    -moz-transition-property: -moz-transform;
    -moz-transition-duration: 1s;


}

.btn-circle:hover i.animated {
    -webkit-animation-name: pulse;
    -moz-animation-name: pulse;
    -webkit-animation-duration: 1.2s;
    -moz-animation-duration: 1.2s;
    -webkit-animation-iteration-count: infinite;
    -moz-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    -moz-animation-timing-function: linear;


}

@-webkit-keyframes pulse {
    0 {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    50% {
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@-moz-keyframes pulse {
    0 {
        -moz-transform: scale(1);
        transform: scale(1);
    }

    50% {
        -moz-transform: scale(1.2);
        transform: scale(1.2);
    }

    100% {
        -moz-transform: scale(1);
        transform: scale(1);
    }
}




.content-section {
    padding-top: 20px;
    background-color: #f00;
    margin-bottom: 100px;
}

/*.teaser {
    
    background-image: url(../assets/img/features_start.png);
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: left:1rem;
    background-blend-mode: ;
    
}*/

.pfeil {
    background-image: url(../assets/img/pfeil.png);
    background-size: auto;
    background-repeat: no-repeat;


}

.connector {
   /* margin-top: 7rem;*/
    border: 1rem;
    display: flex;
    /*flex-direction: column;*/
    min-height: 100px;
    position: relative;
    width: 100%;
    margin-bottom: 10rem;

    /*  background-image: url(../assets/img/fruity.svg) ;
    background-size: auto;
    background-repeat: no-repeat;
 */

}

.connectorOne {
    margin-top: 1rem;
    border: 1rem;
    display: flex;
    /*flex-direction: column;*/
    min-height: 100px;
    position: relative;
    width: 100%;
    margin-bottom: 3rem;

    /*  background-image: url(../assets/img/fruity.svg) ;
    background-size: auto;
    background-repeat: no-repeat;
 */

}




.connector h1 {}

.connector h1 {}

.connector h3 {
    font-size: 1.5rem;
    text-transform: none;
}

.connectorOne h3 {
    font-size: 1.5rem;
    text-transform: none;
}

@media(max-width: 630px) {
    .connector {margin-bottom: 8rem;}
    .connector h1 {
        font-size: 2rem;
    }
}


@media(max-width: 444px) {
    .connector {margin-bottom: 7rem;}
    .connector h1 {
        font-size: 2rem;
    }

    .connector h2 {
        font-size: 1.7rem;
    }

    .connectorOne h3 {
        font-size: 1.2rem;
    }
}


.connectorBarR {
    position: absolute;
    right: -1rem;
    max-width: 6rem;
    height: 50px;
    top: -1.0rem;

}
.connectorBarL {
    position: absolute;
    left: 1.7rem;
   /* max-width: 6rem;*/
    height: 50px;
    top: 0.3rem;
    z-index: -1;

}
.connectorBarBL {
    position: absolute;
    left: 1.7rem;
    max-width: 6rem;
    height: 50px;
    top: -1.7rem;

}
.connectorBarBR {
    position: absolute;
    right: +2rem;
    max-width: 6rem;
    height: 50px;

    top: -1.7rem;
}    
    
 
@media(max-width:768px){
.connectorBarR {
    position: absolute;
    right: -1rem;
    max-width: 6rem;
    height: 50px;
    top: -1.3rem;

}
.connectorBarL {
    position: absolute;
    left: 1.7rem;
   /* max-width: 6rem;*/
    height: 50px;
    top: 1rem;
    z-index: -1;

}
    
}
@media(max-width:576px){
    .connectorBarR {
    position: absolute;
    right: calc(0.5vw*0.7);
    max-width: 6rem;
    height: 35px;
    top: -1.0rem;

}
    .connectorBarL {
        position: absolute;
        left: calc(0.5vw*4);
       /* max-width: 6rem;*/
        height: 35px;
        top: 1.2rem;
        z-index: -1;

    }
    .connectorBarBL {
        position: absolute;
        left: 1rem;
        
        height: 35px;
        top: -1.7rem;

    }
    .connectorBarBR {
        position: absolute;
        right: +1rem;
        max-width: 6rem;
        height: 35px;

        top: -1.7rem;
    }    

    
    
    
}



.connectorIcon {
    position: absolute;
    left: 1.7rem;
   /* max-width: 6rem;*/
    height: 50px;
    top: -1.7rem;

}


.connectorBarBB {
    position: absolute;
    right: +2rem;
    max-width: 6rem;
    height: 50px;

    bottom: -1.7rem;
}
.connectorBarB {
    position: absolute;
    left: 1rem;
    max-width: 6rem;
    top: -4rem;

}
.connectorBarTEST {
    position: relative;
    /* vertical-align: super;*/
    width: 100%;
    /* left: auto;*/
    text-align: center;
    /*  min-width: 560px;*/
    top: 3rem;
    height: 120px;
    background-image: url(../assets/img/bottombg.svg);
    padding-top: 2.2rem;
    color: white;
    /* background-color: white;*/
    background-size: 100%;
}
@media(max-width:360px){
    .connectorBarTEST{
        height: 80px;
    }
     .connectorBarTEST h1{
        font-size: 50px!important;
    }
}
@media(max-width: 576px) {

    .connector {
        top;
        100px;
        /*  height: 450px;*/
    }


    .connectorBarTEST {
        padding-top: 0.9rem;
        top: 1.5rem;
    }

   /* .teaserImg {
        display: block;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        background: url(../assets/img/features_start_xs.png) no-repeat;
        width: 100%;
        height: auto;
        
    }*/
}

@media(min-width:561px) {

    .connectorBarTEST {
        padding-top: 1.0rem;

    }

    .connector {}

    .teaserImg {
        display: block;
        -moz-box-sizing: border-box;

        box-sizing: border-box;
        background: url(../assets/img/features_start.png) no-repeat;
        background-size: cover;
        background-position: center center;
        max-width: 100%;
        height: auto;
        /*  width: auto; /* Width of new image */
        /*  height: 587px; /* Height of new image */
    }


}
.respoH{
    font-size: 2rem;
    line-height: 1.9rem;
}
@media(max-width: 520px) {
    
    .respoH{
    font-size: 1.25rem;
        line-height: 1.1rem;
        
        }
    
    .connectorIcon {
    position: absolute;
    left: 0.7rem;
   /* max-width: 6rem;*/
    height: 30px;
    top: -1.3rem;

}
    
  

}
    
}


.overflowHidden {
    overflow: hidden;
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    top: 0;
}



.inhalt {

    background-size: 80%;
    padding-left: px;
    background-color: #3d4b46; // height:400px;

}



.contact-section {
    /*    margin-top:450px;
   background-color: #000;*/
}

#map {
    width: 100%;
    height: 400px;
    margin-top: 400px;

}


@media(min-width:767px) {
    .content-section {
        padding-top: 100px;

    }

    .download-section {
        padding: 150px;
    }

     #map {
     height: 250px;
     margin-top: 950px;
    }
}

.btn {
    text-transform: uppercase;
    font-family: Montserrat, "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 400;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.btn-default {
    border: 1px solid #219ab3;
    color: #219ab3;
    background-color: transparent;
}

.btn-default:hover,
.btn-default:focus {
    border: 1px solid #219ab3;
    outline: 0;
    color: #000;
    background-color: #219ab3;
}

ul.banner-social-buttons {
    margin-top: 0;
}

@media(max-width:1199px) {
    ul.banner-social-buttons {
        margin-top: 15px;
    }
}

@media(max-width:767px) {
    ul.banner-social-buttons li {
        display: block;
        margin-bottom: 20px;
        padding: 0;
    }

    ul.banner-social-buttons li:last-child {
        margin-bottom: 0;
    }
}

footer {
    padding: 10px 0;
    color: black;
    background: rgba(252, 145, 0, 0.73);
}

footer p {
    margin: 0;
}

::-moz-selection {
    text-shadow: none;
    background: #fcfcfc;
    background: rgba(255, 255, 255, .2);
}

::selection {
    text-shadow: none;
    background: #fcfcfc;
    background: rgba(255, 255, 255, .2);
}

img::selection {
    background: 0 0;
}

img::-moz-selection {
    background: 0 0;
}





.top-components {
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    border-top-width: 5px;
    border-top-style: double;
   /* border-bottom: double;
    /* border-top: 5px solid #dee2e6 !important;*/
    border-color: rgb(80, 120, 229, 0.3) !important;
}

.bg-feature-components {
    background-color: rgba(80, 120, 229, 0.42) !important;
}

.list-group-item-setup {
    color: #ffffff;
    background-color: rgba(80, 120, 229, 0.1);
    /*  background-color: rgba(28, 29, 31, 0.78);*/
}

.top-ingredients {
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    border-top-width: 5px;
    border-top-style: double;
    /*    border-top: 3px solid #dee2e6 !important;*/
    border-top-color: rgb(193, 30, 68, 0.3) !important;
}

.bg-feature-ingredients {
    background-color: rgba(193, 30, 68, 1) !important;
}

.list-group-item-ingredients {
    color: #ffffff;
    background-color: rgba(80, 120, 229, 0.1);
    /*  background-color: rgba(28, 29, 31, 0.78);*/
}



.top-recipes {
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    border-top-width: 5px;
    border-top-style: double;
    /*    border-top: 3px solid #dee2e6 !important;*/
    border-top-color: rgba(255, 255, 255, 0.3) !important;
}

.bg-feature-recipes {
    background-color: rgba(123, 4, 131, 0.29) !important;
}

.list-group-item-recipe {
    color: #ffffff;
    background-color: rgba(123, 4, 131, 0.1);
    /*  background-color: rgba(28, 29, 31, 0.78);*/
}





.top-taste {
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    border-top-width: 5px;
    border-top-style: inset;
    /*    border-top: 3px solid #dee2e6 !important;*/
    border-top-color: #9938ae !important;
}

.bg-feature-taste {
    background-color: rgba(80, 12, 101, 0.29) !important;
}






.premium {
  /*  border-top: 10px !Important;
    border-top-color: aqua;*/
    
}
@media(min-width:1080px) {
.premium h3 {
        font-weight: 800;
        font-size: 2.6rem;
    }
}
@media(max-width:1080px) {
    .premium h3 {
        font-weight: 800;
        font-size: 2.0rem;
    }
 }
@media(max-width:768px) {
    .premium h1 {
        font-weight: 500;
        font-size: 1.4rem;
    }

    .premium h2 {
        font-weight: 500;
        /*font-size: 1.0rem;*/
    }

    .premium h3 {
        font-weight: 800;
        font-size: 1.8rem;
    }
    
    
    .premium h4 {
        font-weight: 400;
        font-size: 1.2rem;
    }

    .premium p {
        font-size: 1.0rem;
    }
}
@media(max-width:456px) {
    .premium h1 {
        font-weight: 500;
        font-size: 1.0rem;
    }

    .premium h2 {
        font-weight: 500;
        font-size: 1.5rem;
    }

    .premium h3 {
        font-weight: 800;
        font-size: 0.8rem;
    }
    
    .premium h4 {
        font-weight: 400;
        font-size: 0.8rem;
    }

    .premium p {
        font-size: 0.8rem;
    }
}



.about-section {
    padding-top: 2rem;
    /* background: linear-gradient(to bottom, #000000 0%, rgba(0, 0, 0, 0.9) 75%, rgba(0, 0, 0, 0.8) 100%);*/
}

.about-section p {
    margin-bottom: 5rem;
}


/* VIDVIDVID*/

    
    
    .signup-section {
    padding: 10rem 0;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0.5) 75%, #000000 100%), url("../assets/img/bg-signup.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-size: cover;
}

.signup-section .form-inline input {
    box-shadow: 0 0.1875rem 0.1875rem 0 rgba(0, 0, 0, 0.1) !important;
    padding: 1.25rem 2rem;
    height: auto;
    font-family: "Varela Round", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-size: 80%;
    text-transform: uppercase;
    letter-spacing: 0.15rem;
    border: 0;
}

.download-section {

    
    /* height:auto;
   /* padding: 50px 0;*/
    color: #fff;
    /*  background: url(../assets/img/features_start_xs.png) no-repeat;
     width: 50;
     height: auto;
   background-color: #fff;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;*/
}

.contact-section {
    padding-top: 0rem;
    z-index: 10;
}

.contact-section .card {
    border: 0;
    border-bottom: 0.25rem solid #64a19d;
}

.contact-section .card h4 {
    font-size: 0.8rem;
    font-family: "Varela Round", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    text-transform: uppercase;
    letter-spacing: 0.15rem;
}

.contact-section .card hr {
    border-color: #64a19d;
    border-width: 0.25rem;
    width: 3rem;
}

.contact-section .social {
    margin-top: 5rem;
}

.contact-section .social a {
    text-align: center;
    height: 4rem;
    width: 4rem;

    /*  background: rgba(252, 145, 0, 0.73);*/
    border-radius: 100%;
    line-height: 4.6rem;
    color: rgba(255, 255, 255, 0.3);
}

.contact-section .social a:hover {
    color: rgba(255, 255, 255, 0.5);
}

.contact-section .social a:active {
    color: #fff;
}




.spacer {
    height: 15rem;

}
@media (max-height: 700px) {
    .spacer {
        height: 6rem;
    }
}

/*responsive Contact BTN*/
@media (max-width: 410px) {
    .social a {
        margin-left: 0.5rem;
        margin-right: 0.5rem;
        height: 3rem;

    }
    .footer {
        padding: 0.4rem 0;}
}
@media (min-width: 410px) {
    .social a {
        margin-left: 1rem;
        margin-right: 1rem;
        height: 3rem;

    }
}


.footer {
    padding: 1.2rem 0;
    /*  height:50px;
    position:absolute;
    /*margin: 0rem;
    /*margin-top: 5rem;*/
    margin-bottom: 0rem;
    /* height: -30px;*/
}







/*.LastPart {
    margin-top: 7rem;
    border: 1rem;
    display: flex;
   
    min-height: 100px;
    position: relative;
    width: 100%;
    margin-bottom: 5rem;

}*/

/*
@media (max-width: 766px) {
    .spacer{
    height:15rem;
}
@media (max-width: 544px) {
    .spacer{
    height:10rem;
}
*/
.connector-footer {
    margin-top: 0rem;
    border: 0rem;
    display: flex;
    /*flex-direction: column;*/
    min-height: 100px;
    position: relative;
    width: 100%;
    margin-bottom: 0rem;

    /*  background-image: url(../assets/img/fruity.svg) ;
    background-size: auto;
    background-repeat: no-repeat;
 */

}

.splitting {
    border-bottom-width: 4px;
    border-bottom-style: double;
    border-bottom-color: rgba(255, 189, 11, 1);
}

.decorative {

    
    color: rgba(255, 255, 255, 1);
    font-size: 85px;
    font-weight: 100;
    /* font-family: 'Allura', cursive;*/
    font-family: 'Playball', cursive;
    font-family: 'Frijole', cursive;
    font-family: 'Bungee Outline', cursive;
    font-family: 'Sedgwick Ave Display', cursive;
    /* font-family: 'Codystar', cursive;
    font-family: 'Libre Barcode 128 Text', cursive;
    font-family: 'Libre Barcode 39 Extended Text', cursive;
    font-family: 'Miss Fajardose', cursive;
    font-family: 'Sedgwick Ave Display', cursive;
    font-family: 'Trade Winds', cursive;
   font-family: 'Rock Salt', cursive;
   /* font-family: 'Frijole', cursive;
    font-style: italic;*/
    /*text-transform: uppercase;*/
    /* z-index: -50;*/
    
    
    
}
.decorative h2{


    color: rgba(255, 255, 255, 1);
    font-size: 40px;
    font-weight: 100;

    font-family: 'Sedgwick Ave Display', cursive;
 
}




@media(max-width:768px) {
    .decorative {
        font-size: 60px;
    }
    
      .decorative h2{
        font-size: 30px!important;
        
    }
    
}

@media(max-width:544px) {
    .decorative {
        font-size: calc(1vw*10)!important;
    }
     .decorative h2 {
        font-size: 30px!important;
        
    }
    
    
}

@media(max-width:476px) {
/*
    .decorative {
       font-size: calc(1vw*7)!important;
    }
    
*/
    .decorative h2{
        font-size: calc(1vw*5.8)!important;
        
    }
}



.Step0{
    
    margin-top: 7rem;
}

@media(max-width:412px){
    .Step0{
    
    margin-top: 5rem;
}
    
}



.barcode {

    /*color: rgba(255, 255, 255, 0.1);*/
    color: black;
    font-size: 70px;
    font-family: 'Libre Barcode 128 Text', cursive;
}

.barcode h1{

    /*color: rgba(255, 255, 255, 0.1);*/
    color: black;
    font-weight: 100;
    font-size: 70px;
    font-family: 'Libre Barcode 128 Text', cursive;
}

.rotate {
    /*  font-size: 30px;
   text-shadow: 2px 2px rgba(255, 216, 0, 0.26);*/
    margin-top: 15rem;
    z-index: -100;
    color: rgba(255, 255, 255, 0.1);
    transform: rotate(-7deg);
}
@media(max-width:768px){
    .rotate {
        
        margin-top: 5rem;
        
    }
    .spacer   {
        height: 0rem;
    }
    .barcode{
        font-size: 60px;
    }
}

.benefits ul {
    position: relative;
    list-style: none;
    margin-left: 0;
    padding-left: 1.2em;
}

.benefits ul li:before {
    content: "◘";
    line-height: 0.6rem;
    position: absolute;
    left: 0;
    padding-top: -1rem;
}

@media(min-width:770px){
    
    .benefits ul li:before {
    content: "◘";
    line-height: 0.9rem;
    position: absolute;
    left: 0;
    padding-top: -1rem;
}
    
}

/*
.benefits{
    
     list-style-type:none;

}
}
/*

ul {
  list-style: none;
  margin-left: 0;
  padding-left: 0;
}

li {
  padding-left: 1em;
  text-indent: -1em;
}

li:before {
  content: "+";
  padding-right: 5px;
}

*/


#playBTN {
    position: absolute;
   
    top: calc((100% - 50px)/2);
    left: calc((100% - 50px)/2);
    z-index: 3;
}

.playBtn {
    width: 50px;
    height: 50px;
 position:absolute;
    top: -50%;
    cursor: pointer;
    transition: 0.5s;
    opacity: 0;

}


/*
.playBtn {
    width: 50px;
    height: 50px;
    position: relative;
    top: -50%;
    cursor: pointer;
    transition: 0.5s;
    opacity: 0;

}
*/
.vid:hover .playBtn {
    opacity: 1;
}

.modal-content {

    /* background-color: black !importent;
    border:none !importent;*/
}

/*
#myModal_1 .modal-content {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: none !important;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
  border: none;
  border-radius: 0.3rem;
  outline: 0;
}
*/


/*
body.modal-open > :not(.modal) {
        -webkit-filter: blur(5px);
    -moz-filter: blur(5px);
    -o-filter: blur(5px);
    -ms-filter: blur(5px);
    filter: blur(5px);
   
}


/* ------- Modal´s ------- */
.rotateModal{
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.7) 75%, rgb(0, 0, 0) 100%), url("../assets/img/intro-bg7.jpg");
   /*    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.5) 0%, rgba(7, 7, 7, 0.7) 20%, #000000 100%), url("../assets/img/intro-bg7.jpg");*/ 
    

  background-position: center;
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-size: cover;
   /* background-color: black !important;*/
}

.rotateModal .modal-content{
    background-color: rgba(255, 255, 255, 0)!important;
}
.rotateModal .modal-body{
    background-color: none!important;
}





#ageModal {
    background-color: rgba(0, 0, 0, 0.74) !important;
}

#ageModal .btn {
    padding: 0.4rem;
    /*width: 200px;*/
}

#ageModal .modal-header {
    text-align: center !important color: darkred !important;
    background-color: #0f171a !important;
    border-bottom-style: double;
    border-bottom: 4px double;
    border-bottom-color: rgba(255, 255, 255, 0.12);!important;
    padding: 0rem;
    /*   padding: 1rem 1rem!important;*/
}

#ageModal .close {
    color: white;
    text-shadow: none;
}


#ageModal .modal-title{
    text-align: center !important;
     padding: 0rem important;
    /* border-bottom: 4px double;*/
    padding-top: 0.2rem;
    padding-right: 0.3rem;
    padding-bottom: 0.2rem;
}


#ageModal .modal-content {
    color: white !important !;
    text-align: center !important;
    background-color: #0f171a !important;
}

#ageModal .modal-body {}

/*myfluid*/
.my-fixed-col {
    width: 260px;
}

.my-fluid-col {
    width: calc(100%/2 - 130px);

}

/* ------- VIDEO ------- */
/*
body.modal-open {
    overflow: visible;
}
*/
* ------- VIDEO ------- */

.ModalVid .modal-dialog {
    margin: auto;
    
    
}

.ModalVid .modal-dialog-centered {
  display: flex;
  align-items: center;
  min-height: calc(100% - 3rem);
}
.ModalVid .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - 1rem);
  height: -webkit-min-content;
  height: -moz-min-content;
  height: min-content;
  content: "";
}  

.ModalVid .modal-content {
    max-height: 95vh
}

.ModalVid .modal-header {
   /* background-color: #0f171a !important;*/
  /*  border-bottom-color: aqua;*/
/*    border-bottom-style: double;*/
    border: none;
  padding-top: 0rem;
    padding-right: 0.4rem;
    padding-bottom: 0rem;
    margin-bottom: 0rem;
}


.ModalVid .modal-body {
    color: white;
    text-shadow: none;
 /*   background-color: red  !important;*/
    padding: 0rem;
  /*  border-bottom-right-radius: 0rem;
  border-bottom-left-radius: 0rem;*/
}

.modalVid .modal-body video{
    max-height: 90vh;
}

.ModalVid .modal-footer {
background-color: #22292c!important;
    margin: 0;
    border: none;
    padding: 0.2rem;
    padding-right: 0.5rem;
}
.ModalVid .btn{
    color: white;
    padding: 0;
    background-color: rgba( 0, 0, 0, 0 )!important;
    letter-spacing:inherit;
    text-transform: capitalize;
    border:none;
   
}
.ModalVid .close {
    color: white;
    text-shadow: none;
}







@media screen and (max-aspect-ratio: 9/14){
.ModalVid .close {
    color: white;
    text-shadow: none;
}
.ModalVid .btn{
    color: white;
    padding: 0;
    background-color: rgba( 0, 0, 0, 0 )!important;
    letter-spacing:inherit;
    text-transform: capitalize;
    border:none;
   
}




.ModalVid .modal-dialog {
    margin: auto;
    
/*    margin-top: 5vh;*/
    max-width: 87vw;
/*    max-height: 70vh!important;*/
    
}

 .ModalVid .modal-dialog-centered {
  display: flex;
  align-items: center;
  min-height: calc(95vh - 2rem);
}
.ModalVid .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - 1rem);
  height: -webkit-min-content;
  height: -moz-min-content;
  height: min-content;
  content: "";
}  

.ModalVid .modal-content {
    max-height: 100vh;
}

.ModalVid .modal-header {

    
   border-bottom:none;
    padding: none;
    padding-top: 0rem;
    padding-right: 0.4rem;
    padding-bottom: 0rem;
    margin-bottom: 0rem;
}

.ModalVid .modal-body {
    max-height: 95vh;
/*    max-width: 100px;*/
    color: white;
    text-shadow: none;

 background-color:#22292c !important;
/*   padding: 0rem;
  border-bottom-right-radius: 0rem;
  border-bottom-left-radius: 0rem;
*/
}

.ModalVid .modal-body video{
    max-height: 90vh;
    
}



.ModalVid .modal-footer {
   background-color: #22292c !important;
    margin: 0;
    border: none;
    padding: 0.2rem;
    padding-right: 0.5rem;
}

}
/* ------- INFO ------- */

.ModalInfo  {
    color: white;
    background-color: rgba(7, 9, 10, 0.83) !important;
    
    
    
    
    
}

.ModalInfo .modal-content{
   background-color: rgba(34, 41, 44, 0.18)!important;
/*    background-color: none !important;*/
/*
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.7) 75%, rgb(0, 0, 0) 100%), url("../assets/img/modal_bg.png");
    background-size:cover;
*/
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.7) 75%, rgb(0, 0, 0) 100%)10%;
 
}


.ModalInfo .modal-header {
   /* background-color: #0f171a !important;*/
  /*  border-bottom-color: aqua;*/
/*    border-bottom-style: double;*/
/*border-bottom-style: double;
    border-bottom: 4px double;
    /*border-bottom-color: rgba(255, 255, 255, 0.12);!important;*/
    padding-top: 0.2rem;
    padding-right: 0.3rem;
    padding-bottom: 0rem;
/*     background-color: rgba(0, 0, 0, 0.57) !important;*/
    border-bottom: none;
    margin-bottom:0rem;
}
.ModalInfo  .btn{
    color: white;
    padding: 0;
    background-color: rgba( 0, 0, 0, 0 )!important;
    letter-spacing:inherit;
    text-transform: capitalize;
   
}
.ModalInfo .modal-body{
    padding-top: 0rem;
}
.ModalInfo .modal-footer{
    border-top:none;
    padding-top:0rem;
    padding-bottom:0.3rem;
    padding-right:0.5rem;
}
 .Step1 .modal-header{
border-color: rgb(80, 120, 229, 0.5) !important;
    /* border-bottom-style: double;*/
  /*  border-top: 4px double;*/
     border-top-width: 2px;
    /* border-bottom: none;*/
}
.Step1 .modal-footer{
    border-top: none;/**/
   /* border-color: rgb(80, 120, 229, 0.5) !important;
     border-bottom-style: double;
    border-bottom: 4px double;*/
/*
    padding-top: 0.3rem;
    padding-bottom: 0.3rem;
*/
        
}

 .Step2 .modal-header{
border-top-color: rgba(193, 30, 68, 1) !important;
    /* border-bottom-style: double;*/ 
   /* border-top: 4px double;*/
     border-top-width: 2px;
     border-bottom: none;
}
.Step2 .modal-footer{
    border-top: none;/**/
   /* border-color: rgba(193, 30, 68, 1) !important;
     border-bottom-style: double;
    border-bottom: 4px double;*/
/*
    padding-top: 0.3rem;
    padding-bottom: 0rem;
*/
        
}



.Taste .modal-body{
     background: linear-gradient(to bottom, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.7) 75%, rgb(0, 0, 0) 100%), url("../assets/img/combine_bg.png")!important;
    background-repeat: no-repeat!important;
    background-position:left!important;
    background-size: auto!important;
}





/* ------- PARTICLE ------- */

canvas {
    display: block;
    vertical-align: bottom;
}

#particles-js {
    position: absolute;
    opacity: 46%;
    margin-left: 0rem;
    width: 100%;
    height: 100%;
    background: linear-gradient(185deg, #22292c 9%, #000000 57%);
    background: $background;

}

#particles2-js {
    position: absolute;
    z-index: -40;
    opacity: 75%;
    margin-left: 0rem;
    width: 100%;
    height: 100%;
     background: linear-gradient(185deg, #22292c 9%, #0f171a 57%);
    background: $background;

}