/* ================== NAVIGATION MENU ===================== */
nav {   z-index:1000;
        height:110px;
        background:rgba(35,35,35,0.9);
        position: fixed;
        top:0;
        right:0;
        left:0;
        transition:transform .25s .1s ease-in-out;

  border-bottom:0px solid #000;

/*  box-shadow:   0px 10px 40px rgba(120, 130, 160, 0.7);	*/
        }

.down nav   {transform:translate3d(0, -180px, 0);}
.headgap   {border: 0px solid; height: 110px;}


@media all and (max-width: 1400px) {
                         nav { height:110px; }
                        .down nav {transform:translate3d(0, -180px, 0);}
						.headgap  {height: 90px; border:0px solid #FFffff;}
         }


@media all and (max-width: 1200px) {
                         nav { height:110px; }
                        .down nav {transform:translate3d(0, -180px, 0);}
						.headgap  {height: 90px; border:0px solid #FF00ff;}
         }

@media all and (max-width: 1000px) {
                         nav { height:110px; }
                         .down nav {transform:translate3d(0, -180px, 0);}
                         .headgap  {height: 90px; border:0px solid #FF0000;}
         }

@media all and (max-width: 768px) {
                         nav { height:90px; }
                         .down nav {transform:translate3d(0, -120px, 0);}
                         .headgap  {height: 90px; border:0px solid #ffffff;}
         }






.bgcolor_points {
        background:
                 radial-gradient(#545459 15%, transparent 16%) 0 0,
                 radial-gradient(#545459 15%, transparent 16%) 6px 6px,
                 radial-gradient(rgba(255,255,255,.2) 15%, transparent 20%) ,
                 radial-gradient(rgba(255,255,255,.2) 15%, transparent 20%) 4px 4px;
        background-color:#000000;
        background-size:12px 12px;        
        margin: 0px;       
}


nav {
  padding-right: 5%;
}
nav ul {
  float: right;
}



nav ul li {
  display: inline-block;
  float: left;
  margin-top: 45px;

}
nav ul li:not(:first-child) {
  margin-left: 25px;
}
nav ul li a {
  display: inline-block;
  outline: none;
  color: #FFFFFF;
  font-family: 'Sofia Sans Semi Condensed', Helvetica, Arial, sans-serif;
  font-weight:500;
  line-height:1.2em;
  font-size: 16px;
  text-transform:uppercase;
  text-decoration: none;
  letter-spacing: 0.04em;

  
}
nav ul li a:hover {
  color: #d6860d;
  text-decoration: none;
}

.inactivegrey {
  display: inline-block;
  color: #6f6f6f;
  font-family: 'Sofia Sans Semi Condensed', Helvetica, Arial, sans-serif;
  font-weight:500;
  line-height:1.2em;
  font-size: 16px;
  text-transform:uppercase;
  letter-spacing: 0.04em;
}

/* damit die menü-navigationspunkte nicht mit li-element der bestellseite kollidieren */
.navpoint {
  display: inline-block;
  outline: none;
  color: #FFFFFF;
  background:none;
}

@media screen and (max-width: 700px) {
  .nav-container {
    position: fixed;
    top: -1000px;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: -50;
    background:rgba(35,35,35,0.9);
    opacity: 0;
    transition: all 0.2s ease;
  }
  .nav-container ul {
    position: absolute;
    top: 30%;
    transform: translateY(-50%);
    width: 100%;
  }
  .nav-container ul li {
    display: block;
    float: none;
    width: 100%;
    text-align: left;
    margin:0px 0 30px 0;
  }
  .nav-container ul li:nth-child(1) a {
    transition-delay: 0.2s;
  }
  .nav-container ul li:nth-child(2) a {
    transition-delay: 0.3s;
  }
  .nav-container ul li:nth-child(3) a {
    transition-delay: 0.4s;
  }
  .nav-container ul li:nth-child(4) a {
    transition-delay: 0.5s;
  }
  .nav-container ul li:not(:first-child) {
    margin-left: 0;

  }
  .nav-container ul li a {
    padding: 0px 00px 0px 30px;
	
    color: #ffffff;
    font-size: 20px;
    font-weight: 500;
    transform: translateY(-20px);
    transition: all 0.2s ease;

  }
  .nav-open {
    position: fixed;
    right: 20px;
    top: 30px;
    display: block;
    width: 60px;
    height: 60px;
    cursor: pointer;
    z-index: 9999;
    border-radius: 0%;

  }
  .nav-open i {
    display: block;
    width: 40px;
    height: 2px;
    background: #FFFFFF;
    border-radius: 0px;
    margin-left: 14px;
  }
  .nav-open i:nth-child(1) {
    margin-top: 10px;
  }
  .nav-open i:nth-child(2) {
    margin-top: 10px;
    opacity: 1;
  }
  .nav-open i:nth-child(3) {
    margin-top: 10px;
  }
}
#nav:checked + .nav-open {
  transform: rotate(45deg);
}
#nav:checked + .nav-open i {
  background: #FFFFFF;
  transition: transform 0.2s ease;
}
#nav:checked + .nav-open i:nth-child(1) {
  transform: translateY(12px) rotate(180deg);
}
#nav:checked + .nav-open i:nth-child(2) {
  opacity: 0;
}
#nav:checked + .nav-open i:nth-child(3) {
  transform: translateY(-12px) rotate(90deg);
}
#nav:checked ~ .nav-container {
  z-index: 9990;
  opacity: 1;
  top: 0px;
}
#nav:checked ~ .nav-container ul li a {
  opacity: 1;
  transform: translateY(0);
}
.hidden {
  display: none;
}


/* ----------------- NAVI --------------------------------------------------------------- */

.menuebar    {position: fixed; background-color:#000000; width: 100%; height: 55px; bottom: 0px; z-index: 10; opacity: 1;}

.mennu       {position: fixed; background-color: none; width: 50px; top: 8px; right: 10px; z-index: 1000; opacity: 1;}
.nav_call    {position: fixed; background-color: none; width: 50px; bottom: 5px; right: 10px; z-index: 1000; opacity: 1; }
.nav_whatsapp{position: fixed; background-color: none; width: 50px; bottom: 15px; right: 10px; z-index: 1000; opacity: 1; }
.nav_up      {position: fixed; background-color: none; width: 50px; bottom: 5px; right:42%;  z-index: 1000;  opacity: 1; display:none;}

.mennu:hover,
.nav_whatsapp:hover,
.nav_up:hover,
.nav_call:hover  {filter: brightness(0.8); transition: 0.2s;}






@media all and (min-width: 560px) {
         .menuebar {position: fixed; background-color:#FFFFFF; width: 100%; height: 60px; bottom: 0px; z-index: 100; opacity: 1;}
}

@media all and (min-width: 1000px) {
        .menuebar {position: fixed; background-color:none; width: 100%; height: 0px; bottom: -10px; z-index: 100; opacity: 1;}
        .mennu    {width: 70px; top: 15px;  right: 25px; opacity: 1; }
        .nav_whatsapp{width: 70px; bottom: 100px; right: 25px; opacity: 1; display:block;}
        .nav_up   {width: 70px; bottom: 20px; right: 25px; opacity: 1; display:block;}
        .nav_call {width: 70px; top: 120px;  right: 25px; opacity: 1; }
}




.fixed   {color:#7F7F7F;
         text-align:center;
         font-size: 80%;
         font-family: 'Roboto', sans-serif;
         font-weight: 600;
}


a.tip {
    text-decoration: none
}
a.tip:hover {
    cursor: help;
    position: relative;
}
a.tip span {
    display: none
}
a.tip:hover span {
    border-bottom: #BFBFBF 1px solid;
    padding: 5px 10px 5px 5px;
    display: block;
    z-index: 100;
    background: none;
    right: 75px;
    margin-top: -25px;
    width: 120px;
    position: absolute;
    top: 0px;
    text-decoration: none;

    font-family: 'Roboto', sans-serif;
        font-size: 95%;
        font-weight: 600;
        letter-spacing: .03em;
        word-spacing: 0.1em;
        line-height:130%;
        text-align:right;
        color:#F0F0F0;
}


@media all and (max-width: 1000px) {
        a.tip:hover span { display: none }
        a.tip:hover {cursor: pointer;}
}








/* ==== LOGO ======= */
.logo { width:240px; margin:20px 0 0px 15%;}
@media all and (max-width: 1200px) {.logo { width:200px; margin:20px 0 0px 15px;} }
@media all and (max-width: 1000px) {.logo { width:180px; } }
@media all and (max-width: 600px)   {.logo { width:140px; } }


.logofooter { width:65%}




