  #mapid{
    z-index: 0;
  }
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6{
  font-family: 'Comfortaa', cursive;
  font-weight: 700;
}
.navbar .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255,255,255, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}

//particles
 #particles-js {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #b61924;
  background-image: url("");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 50%;
}
  /* ---- stats.js ---- */ 
  .count-particles{ background: radial-gradient(
      rgba(0, 150, 202, 0.8) ,
      rgba(0, 150, 202, 1) 
    ); 
    position: absolute; 
    top: 48px; 
    left: 0; 
    width: 80px; 
    color: #13E8E9; 
    font-size: .8em;
     text-align: left;
      text-indent: 4px;
       line-height: 14px;
        padding-bottom: 2px;

         } 
         
#particles-js canvas{
    position: absolute;
    width: 100%;
    height: auto;
    z-index: -1;
     background:


    /* top, transparent red */
    radial-gradient(
      rgba(0, 150, 202, 0.8) ,
      rgba(0, 150, 202, 1) 
    );
}
 #particles-js-flavourate {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: -1;
  background-image: url("");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 50%;
}

#particles-js-flavourate canvas{
    position: absolute;
    z-index: -1;
    width: 100%;
    height: auto;
    
     background: 


    /* top, transparent red */
    radial-gradient(
      
        rgba(52, 58, 64, 0.9) ,
        rgba(52, 58, 64, 1)

    );
}
#particles-js-medu canvas{
    position: absolute;
    z-index: -1;
    width: 100%;
    height: auto;
    
     background: #D92067;
}
//test
.cc-message{
   font-family: 'Comfortaa', cursive;
   font-weight: 700;
}
.form-radio 
{
     -webkit-appearance: none;
     -moz-appearance: none;
     appearance: none;
     display: inline-block;
     position: relative;
     background-color: #f1f1f1;
     color: white;
     top: 10px;
     height: 30px;
     width: 30px;
     border: 0;
     border-radius: 50px;
     cursor: pointer;     
     margin-right: 7px;
     outline: none;
     box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.15), 0 3px 10px 0 rgba(0, 0, 0, 0.13);
}
.form-radio:checked::before
{
     position: absolute;
     font: 13px/1 'Roboto', sans-serif;
     font-weight:900;
     left: 11px;
     top: 7px;
     content: '\02143';
     transform: rotate(40deg);
}
.form-radio:hover
{
     background-color: #f7f7f7;
}
.form-radio:checked
{
     background-color: #28a745;

}
.form-radio-label label
{
     font: 700 19px/1.7 'Roboto Slab', serif;
     font-weight:700;
     color: #666;
     cursor: pointer;
} 
.social-share-button {
  .ssb-icon {
    background-size: 35px 35px;
    height: 35px;
    width: 35px;
  }
}
 
.expandable {

 transition: margin 300ms cubic-bezier(0.17, 0.04, 0.03, 0.94);
 
 }

 .title_blue{
  background:


    /* top, transparent red */
    radial-gradient(
      rgba(0, 150, 202, 0.8) ,
      rgba(0, 150, 202, 1) 
    );

    display: flex;
    align-items: center;
    justify-content: center;
    background-size: cover;
    background-position: center;
  
}
 .light_blue{
 background:rgba(0, 150, 202, 0.075);
 display: flex;
    
    
    background-size: cover;
    background-position: center;
}
.curvy_background{

    background: url('../images/Element_3_big.png');
    display: flex;
    align-items: center;
    justify-content: center;
    background-size: cover;
    background-position: center;
}
.tech_background{

    background: url('../images/technologies.png');
    display: flex;
    align-items: center;
    justify-content: center;
    background-size: cover;
    background-position: center;
}
.header-background{
   background:url('../images/illustration_application.png');
    display: flex;
    align-items: center;
    justify-content: center;
    background-size: cover;
    background-position: right top;

}
.startup-background{

  background:url('../images/Startup_rocket_big.png');
    display: flex;
    align-items: center;
    justify-content: center;
    background-size: cover;
    background-position: left top;
}
.big_data{

    background: url('../images/big_data_big.png');
    display: flex;
    align-items: center;
    justify-content: center;
    background-size: cover;
    background-position: right bottom;
}
.seo{

    background: url('../images/seo_big.png');
    display: flex;
    align-items: center;
    justify-content: center;
    background-size: cover;
    background-position: left top;
}
.search{

    background: url('../images/Search_big.png');
    display: flex;
    align-items: center;
    justify-content: center;
    background-size: cover;
    background-position: left top;
}
.mobile{
  display: none;
}

.desktop{
  display: block;
}
@media only screen and (max-width: 760px) {
.mobile{
  display: block;
}
.navbar_mobile_dark{
   background:


    /* top, transparent red */
    radial-gradient(
      rgba(0, 150, 202, 1) ,
      rgba(0, 150, 202, 1) 
    ); 
 }

.desktop{
  display: none;
}

}
//test

.form-radio 
{
     -webkit-appearance: none;
     -moz-appearance: none;
     appearance: none;
     display: inline-block;
     position: relative;
     background-color: #f1f1f1;
     color: white;
     top: 10px;
     height: 30px;
     width: 30px;
     border: 0;
     border-radius: 50px;
     cursor: pointer;     
     margin-right: 7px;
     outline: none;
     box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.15), 0 3px 10px 0 rgba(0, 0, 0, 0.13);
}
.form-radio:checked::before
{
     position: absolute;
     font: 13px/1 'Roboto', sans-serif;
     font-weight:900;
     left: 11px;
     top: 7px;
     content: '\02143';
     transform: rotate(40deg);
}
.form-radio:hover
{
     background-color: #f7f7f7;
}
.form-radio:checked
{
     background-color: #28a745;

}
.form-radio-label label
{
     font: 700 19px/1.7 'Roboto Slab', serif;
     font-weight:700;
     color: #666;
     cursor: pointer;
} 


//test




.leaflet-control-attribution{
  display: none;
}
.dashed_white{
  border:1px dotted #fff;
}
.margin-buffer{

margin-top:30px

}
.margin-buffer-main{

margin-top:60px

}
.leaflet-popup-content-wrapper{
  color:white;
  background:
    linear-gradient(
        60deg,
        rgba(160, 39, 35, 1) 10%,
        rgba(175, 54, 50, 1) 80%
      );
  font-family: 'Roboto Slab', serif;
  font-weight: 400;


}
.carousel-inner img {
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
.leaflet-popup-content-wrapper a:link {
color: white;
font-family: 'Roboto Slab', serif;
  font-weight: 700;
}
.leaflet-popup-tip{
  background:
    linear-gradient(
        60deg,
        rgba(160, 39, 35, 1) 10%,
        rgba(175, 54, 50, 1) 80%
      );
}
.tooltip > .tooltip-inner {
  background:
    linear-gradient(
        60deg,
        rgba(160, 39, 35, 1) 10%,
        rgba(175, 54, 50, 1) 80%
      );
  color:white;
  font-family: 'Roboto Slab', serif;
  font-weight: 400;

}
.tooltip > .tooltip-arrow { 
  border-bottom-color:rgba(175, 54, 50, 1);
}


.link_color a:link {
color: grey;
}
.link_color a:visited {
color: #999999;
}
.link_color a:hover {
color: gba(160, 39, 35, 1);
}
.link_color_white a:link {
color: white;
}.link_color_white a:visited {
color: white;
}
.link_color_white a:hover {
color: white;

}
.card-img-top{
  object-fit: cover;
}
.flavourate_red_pure{
  background: rgba(175, 54, 50, 1);

}

.flavourate_red{
  background:
    linear-gradient(
        60deg,
        rgba(160, 39, 35, 1) 10%,
        rgba(175, 54, 50, 1) 80%
      );
}
.bg-flavourate-dark{
  background:
    radial-gradient(
        
        rgba(52,58,64, 1),
        rgba(52,58,64, 0.9) 
      );
}
.flavourate_red textarea {
    color: #fff;
    }
.flavourate_red input {
    color: #fff;
    }

 .btn-file {
    position: relative;
    overflow: hidden;
}
 .btn-file input[type=file] {
    position: absolute;
    top: 0;
    right: 0;
    min-width: 100%;
    min-height: 100%;
    font-size: 100px;
    text-align: right;
    filter: alpha(opacity=0);
    opacity: 0;
    outline: none;
    background: white;
    cursor: inherit;
    display: block;
}
.roboto_slab{
font-family:' Roboto', sans-serif;
  font-weight: 700;
}


.roboto_slab_light{
font-family:' Roboto', sans-serif;
  font-weight: 300;
}

.roboto_mono{
  font-family: 'Roboto Mono', monospace;
} 

.roboto_condensed{
  font-family: 'Roboto Condensed', sans-serif;
} 

.link-white{
  a:link {
  color: white;
  }
}

.rotate{
    -moz-transition: all .35s ease-in-out;
    -webkit-transition: all .35s ease-in-out;
    transition: all .35s ease-in-out;
}

.rotate.down{
    -ms-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

.graf--hasDropCap {
    clear: left;
}
.graf-dropCap {
    --x-height-multiplier: 0.342;
    --baseline-multiplier: 0.22;
    letter-spacing: -.02em;
    font-weight: 700;
    font-style: normal;
    letter-spacing: 0;
    font-size: 72px;
    
    margin-left: -5px;
    margin-right: 7px;
    letter-spacing: -.03em;
    line-height: .83;
    margin-bottom: -.08em;
    display: block;
    position: relative;
    float: left;
}

.card-columns {
  @include media-breakpoint-only(lg) {
    column-count: 2;
  }

}
.btn-flavourate{

  background:
    linear-gradient(
        45deg,
        rgba(175, 54, 50, 0.9) 50%,
        rgba(175, 54, 50, 0.8) 50%
      ),
      linear-gradient(
        135deg,
        rgba(175, 54, 50, 0.7) 50%,
        rgba(175, 54, 50, 1) 50%
      );
      color:white;
      display: flex;
    align-items: center;
    justify-content: center;
    background-size: cover;
    background-position: center;
  }
 .jump-in {
   display: inline-block;
   vertical-align: middle;
   -webkit-transform: perspective(1px) translateZ(0);
   transform: perspective(1px) translateZ(0);
   box-shadow: 0 0 1px rgba(0, 0, 0, 0);
   -webkit-transition-duration: 0.5s;
   transition-duration: 0.5s;
 }
 .jump-in:hover, .jump-in:focus, .jump-in:active {
   -webkit-transform: scale(1.2);
   transform: scale(1.2);
   -webkit-transition-timing-function: cubic-bezier(0.47, 2.02, 0.31, -0.36);
   transition-timing-function: cubic-bezier(0.47, 2.02, 0.31, -0.36);
 }
 .center{
   text-align: center;
 }
 .align-left{
   text-align: left;
   align-items: right;
 }
 .align-right{
   text-align: right;
   align-items: right;
 }
 .link-grow {
   display: inline-block;
   vertical-align: middle;
   -webkit-transform: perspective(1px) translateZ(0);
   transform: perspective(1px) translateZ(0);
   box-shadow: 0 0 1px rgba(0, 0, 0, 0);
   -webkit-transition-duration: 0.3s;
   transition-duration: 0.3s;
   -webkit-transition-property: transform;
   transition-property: transform;
 }
 .link-grow:hover, .link-grow:focus, .link-grow:active {
   -webkit-transform: scale(1.1);
   transform: scale(1.1);
 }

 .btn-circle.btn-xl {
    width: 70px;
    height: 70px;
    padding: 10px 16px;
    border-radius: 35px;
    font-size: 24px;
    line-height: 1.33;
}
.btn-circle.btn-lg {
  width: 50px;
  height: 50px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 25px;
}
.btn-circle {
    width: 30px;
    height: 30px;
    padding: 6px 0px;
    border-radius: 15px;
    text-align: center;
    font-size: 12px;
    line-height: 1.42857;
}
.circle {
    width: 30px;
    height: 30px;
    padding: 6px 0px;
    border-radius: 50%;
    text-align: center;
    font-size: 12px;
    line-height: 1.42857;
}
.circle.small {
    width:50px;
    height: 50px;
    

}
.cc-deny{
  opacity: 0.4;
}
.cc-window{
  font-family: 'Roboto', sans-serif !important;
  font-weight:400 !important;
  letter-spacing: -0.02em !important;
  font-size: 13px !important;
}

.circle.medium {
    width:80px;
    height: 80px;
    

}
.circle.large {
    width:100px;
    height: 100px;
    

}

.circle.extralarge {
    width:150px;
    height: 150px;
    

}
.hyphens{
  -ms-hyphens: auto;
  -moz-hyphens: auto;
  -webkit-hyphens: auto;
  hyphens: auto;
}

 .light-shadowed{
   box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.15), 0 3px 10px 0 rgba(0, 0, 0, 0.13);
 }
 .shadowed{
   box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
 }


 html{
    scroll-behavior:smooth;
}


body{
  font-family: 'Roboto', sans-serif;
  font-weight:300;
  letter-spacing: -0.02em;
  text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;

    /* These are technically the same, but use both */
  overflow-wrap: break-word;
  word-wrap: normal;

  // -ms-word-break: break-all;
  /* This is the dangerous one in WebKit, as it breaks things wherever */
 // word-break: break-all;
  /* Instead use this non-standard one: */
  //word-break: break-word;

  /* Adds a hyphen where the word breaks, if supported (No Blink) */
  //-ms-hyphens: auto;
  //-moz-hyphens: auto;
  //-webkit-hyphens: auto;
  //hyphens: auto;


}
.no_word_break{
hyphens: none
}
.playfair{
  font-family: 'Playfair Display', serif;
}
.light{
  font-weight: 100;
}
.regular{
  font-weight: 300;
}
.medium{
  font-weight: 500;
}
.bold{
  font-weight: 700;
}
.black{
  font-weight: 900;
}

.align-left{
  text-align: left;
  align-items: right;
}
.align-right{
  text-align: right;
  align-items: right;
}
.flavourate_red .form-control{
  border: none;
  border-radius: 0px;
  border-bottom: 1px solid;
  background-color: transparent;
  color: white;
}
.flavourate_red .dark .form-control{
  border: none;
  border-radius: 0px;
  border-bottom: 1px solid;
  background-color: transparent;
  color: black;
}
.flavourate_red .dark .form-control::placeholder{
  font-family: 'Roboto Slab', serif;
  color: black;
  
}


.transparent .form-control{
  border: none;
  border-radius: 0px;
  border-color: white;
  border-bottom: 1px solid;
  background-color: transparent;
  
}


.transparent_white .form-control{
  border: none;
  border-radius: 0px;
  border-color: white;
  border-bottom: 1px solid;
  background-color: transparent;
  color: white;

}
.transparent_white .form-control::placeholder{
  font-family: 'Roboto Slab', serif;
  color: white;
  
}
.flavourate_red .form-control::placeholder{
  font-family: 'Roboto Slab', serif;
  color: white;
  
}
.transparent_white select{
  font-family: 'Roboto Slab', serif;
  color: white;
  
}


.test_event_index{

  background:


    /* top, transparent red */
    linear-gradient(
        60deg,
        rgba(160, 39, 35, 1) 10%,
        rgba(175, 54, 50, 1) 80%
      );

    display: flex;
    align-items: center;
    justify-content: center;
    background-size: cover;
    background-position: center;

}
.nb-reveal-after-scroll{
  display: block;
}
.nb-display-none{
  display: none;
}
.magazine-button{
  z-index:1100;
    position: fixed;
   
   

    bottom: 20px;
    right: 20px;
}

.social-button{
  position: fixed;
    z-index: 9999;
   

    bottom: 100px;
    right: 0px;
}

.modal {

   background:

       /* top, transparent red */
        linear-gradient(
      45deg,
       rgba(128, 0, 50, 0.50) 50%,
         rgba(128, 0, 50, 0.70) 50%) !important;
}
.gastro_header_background{

  background:
  linear-gradient(
      45deg,
      rgba(128, 0, 50, 0.0) 20%,
      rgba(255, 255, 255, 0.1) 50%
    ),
  url('../images/Zeichenfläche 3-min.png');

    display: flex;
    align-items: center;
    justify-content: center;
    background-size: cover;
    background-position: center;

}


.modal {

   background:

       /* top, transparent red */
        linear-gradient(
      45deg,
       rgba(128, 0, 50, 0.50) 50%,
         rgba(128, 0, 50, 0.70) 50%) !important;
}
.modal-background{
  background:


    /* top, transparent red */
    radial-gradient(
      
      rgba(40, 40, 40, 0.90) ,
      rgba(40, 40, 40, 0.70) 
    ),
    /* your image */
    url('../images/restaurant-tisch.jpg');

    display: flex;
    align-items: center;
    justify-content: center;
    background-size: cover;
    background-position: center;
  
}
.dark-shadowed{
   box-shadow: 0 10px 25px 0 rgba(0, 0, 0, 0.4), 0 20px 40px 0 rgba(0, 0, 0, 0.3);
 }
 .overlap{
  margin-top:-100px;
}
.header-size{
  min-height:70vh
}

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

.overlap{
  margin-top: 0px;
}
.header-full-screen{
  min-height:60vh;
}
.header-size{
  min-height:30vh
}

  }



.dark-shadowed{
   box-shadow: 0 10px 25px 0 rgba(0, 0, 0, 0.4), 0 20px 40px 0 rgba(0, 0, 0, 0.3);
 }
