/* ================== NAVIGATION MENU ===================== */
nav {   z-index:100;
        height:150px;
        background:rgba(255,255,255,0.9);
        position: fixed;
        top:0;
        right:0;
        left:0;
        transition:transform .25s .1s ease-in-out;
        }

.down nav {
        transform:translate3d(0, -150px, 0);
        }

.headgap   {border-left: 0px solid; height: 160px; width: 0px;}

@media all and (max-width: 1200px) {
                         nav { height:150px; }
                         .down nav {transform:translate3d(0, -150px, 0);}
         }

@media all and (max-width: 1000px) {
                         nav { height:120px; }
                         .down nav {transform:translate3d(0, -120px, 0);}
                         .headgap   {height: 130px;}
         }

@media all and (max-width: 600px) {
                         nav { height:90px; }
                         .down nav {transform:translate3d(0, -90px, 0);}
                         .headgap   {height: 95px;}
         }









nav {
  padding-right: 40px;
}
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: #000000;
  font-family: 'Roboto', 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: #0080FF;
  text-decoration: none;
}



@media screen and (max-width: 700px) {
  .nav-container {
    position: fixed;
    top: -1000px;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: -50;
    background: rgba(255,255,255,0.95);
    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 0px;

    color: #1B498F;
    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: #0F0F0F;
    border-radius: 0px;
    margin-left: 14px;
  }
  .nav-open i:nth-child(1) {
    margin-top: 16px;
  }
  .nav-open i:nth-child(2) {
    margin-top: 4px;
    opacity: 1;
  }
  .nav-open i:nth-child(3) {
    margin-top: 4px;
  }
}
#nav:checked + .nav-open {
  transform: rotate(45deg);
}
#nav:checked + .nav-open i {
  background: #0F0F0F;
  transition: transform 0.2s ease;
}
#nav:checked + .nav-open i:nth-child(1) {
  transform: translateY(6px) rotate(180deg);
}
#nav:checked + .nav-open i:nth-child(2) {
  opacity: 0;
}
#nav:checked + .nav-open i:nth-child(3) {
  transform: translateY(-6px) 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;
}







/* ================ OFF-CANVAS-MENUE ======================= */

.overlay {
    height: 0%;
    width: 100%;
    position: fixed;
    z-index: 50;
    top: 0;
    left: 0;
    background-color: rgba(0,0,0, 0.8);

    overflow-y: hidden;
    transition: 0.5s;
}

.lightbar_above {
    position: relative;
    top: -20px;
    width: 100%;
    margin-top: 00px;
    padding:30px 0;
    background-color: rgba(255,255,255, 1);
}

.overlay-content {
    position: relative;
    top: 0px;
    width: 100%;
    margin-top: 00px;
    padding:20px 0;
}

.overlay a {
    display: block;
    color: #CFCFCF;
    transition: 0.3s;
}

.overlay a:hover, .overlay a:focus {
    color: #c3916a;
}





.overlay .closebtn {
    position: absolute;
    top: -12px;
    right: 5px;
    font-size: 80px;
    z-index:200;
}


@media all and (min-width: 1000px) {
        .overlay .closebtn {top: 10px; right: 10px; font-size: 100px;}

}



@media screen and (max-height: 650px) {
  .overlay {overflow-y: auto;}
}

.img_logo_canvas {width:10%;}

@media screen and (max-width: 650px) {.img_logo_canvas {width:25%;}}






/* ============= fly out buttons =========== */


.goto1,
.goto2 {
        width: 16.2%;
        height: 100px;
        margin:2px 0.2%;
        border: 0px solid #FFFFFF;
        border-radius: 0px;

          display: -webkit-flex;
          display:         flex;
          -webkit-align-items: center;
                  align-items: center;
          -webkit-justify-content: center;
                  justify-content: center;
        float:left;

        font-family: 'Roboto', sans-serif;
                font-size: 80%;
                font-weight:600;
                color: #FFFFFF;
                line-height:1.3em;
                letter-spacing: 0.1em;
                text-align:center;
                text-transform: uppercase;


        -webkit-transition: .3s ease-in-out;
          transition: .2s ease-in-out;
}


.goto1 {
        background: #7F7F7F;

}

.goto2 {
        background: #7F7F7F;
}

.goto1:hover,
.goto2:hover {
        cursor:pointer;
        color: #FFFFFF;
        border: 0px solid #AFAFAF;
        background: #c3916a;
        transform: scale(1.1);

        -webkit-transition: .3s ease-in-out;
          transition: .2s ease-in-out;
         opacity:0.9;
}


/* Mid screens */
@media all and (max-width: 1200px) {
         .goto1,
         .goto2 {
                width: 24.55%;
                }
}

/* Small screens */
@media all and (max-width: 560px) {
         .goto1,
         .goto2 {
                width: 49.6%;
                }
}




/* ----------------- TYPO IM CANVAS-MENÜ --------------------------------------------------------------- */


.flyoutheads {
        font-family: 'Roboto', sans-serif;
        font-size: 100%;
        font-weight: 600;
        color: #FFFFFF;
        text-align:left;
        letter-spacing: 0.05em;
        line-height:100%;


}



.flyoutmenue_tx {
        font-family: 'Roboto', sans-serif;
        font-size: 110%;
        font-weight:600;
        color: #fff;
        line-height:1.1em;
        letter-spacing: 0.05em;
        text-align:left;
        text-transform:uppercase;
                margin-top:8px;
                margin-bottom:8px;

}


.flyoutmenue_tx:hover {
        color: #2f7839;
}



@media all and (max-width: 960px) {
        .flyoutmenue_tx {
                font-size:90%;
                }
}


@media all and (max-width: 740px) {
        .flyoutmenue_tx {
                font-size:80%;
                }
}


@media all and (max-width: 560px) {
        .flyoutmenue_tx {
                font-size:80%;
                }
}






/* ----------------- 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: 50; opacity: 1;}
.nav_call    {position: fixed; background-color: none; width: 50px; bottom: 5px; right: 10px; z-index: 50; opacity: 1; }
.nav_whatsapp{position: fixed; background-color: none; width: 50px; bottom: 15px; right: 10px; z-index: 50; opacity: 1; }
.nav_up      {position: fixed; background-color: none; width: 50px; bottom: 5px; right:42%;  z-index: 50;  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;}
}




.black {
        color: #000;

}