/* ================ OFF-CANVAS-MENUE ======================= */

.overlay {
    height: 0%;
    width: 100%;
    position: fixed;
    z-index: 50;
    top: 0;
    left: 0;
    background-color: rgba(24,65,147, 0.9);

    overflow-y: hidden;
    transition: 0.5s;
}

.lightbar_above {
    position: relative;
    top: -20px;
    width: 100%;
    margin-top: 0px;
    padding:30px 0;
    background-color: rgba(255,255,255, 1);
}

.overlay-content {
    position: relative;
    top: 0px;
    width: 100%;
    margin-top: 0px;
    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: 19.0%;
        height: 100px;
        margin:2px 0.2%;
        border: 1px solid #4F4F4F;
        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: 'Montserrat', Helvetica, Arial, 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: #4F4F4F;

}

.goto2 {
        background: #5F5F5F;
        background: #000000;
}

.goto1:hover,
.goto2:hover {
        cursor:pointer;
        color: #FFFFFF;
        border: 1px solid #DFDFDF;
        background: #184193;


        transform: scale(1.05);

        -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.0%;
                }
}

/* Small screens */
@media all and (max-width: 560px) {
         .goto1,
         .goto2 {
                width: 49.0%;
                }
}




/* ----------------- 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: 10px;  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: #c3916a 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:#5F5F5F;
}


@media all and (max-width: 1000px) {
        a.tip:hover span { display: none }
        a.tip:hover {cursor: pointer;}
}




.black {
        color: #000;

}