<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 28.05.2020, 09:09:37
    Author     : Armin
*/

/* Large Devices, Wide Screens */
@media only screen and (max-width : 1200px) {

}

/* Medium Devices, Desktops */
@media only screen and (max-width : 991px) {
        #menu-item-8 {
            display: none;
        }
        .head-menu-wrap .head-menu-list {
            margin-left: 100px;
        }
}

@media only screen and (min-width : 768px) {
    .logo-block {
        background: none;
    }

    .logo-block:after {
        display: none;
    }

    .logo-block:before {
        display: none;
    }

    .logo-block .logo-img {
        max-height: 130px;
        max-width: 130px;
        margin-top: 10px;
    }
    #hoverdrop {
        line-height: 60px;
    }
}

/* Small Devices, Tablets */
@media only screen and (max-width : 767px) {
    
    .firstline {
        background-color: #333333;
        height: 20px;
    }
    .head-menu-container {
        background-color: #ae0d10;
        
    }

    .logo-block {
        background: none;
        margin-top: 10px;
    }
    .logo-block:before, .logo-block:after {
        display: none;
    }
    .navbar-toggle {
        background-color: #ae0d10;
    }
    .navbar-toggle span {
        background-color: #ffffff;
    }
    
    #hoverdrop li a{
        font-size: 14px;
        font-weight: 400;
        line-height: 40px;
        height: 40px;
    }
    #menu-item-8 {
        display: block;
    }
    .head-menu-wrap .head-menu-list {
            margin-left: 0;
    }
}

/* Extra Small Devices, Phones */ 
@media only screen and (max-width : 480px) {
    /* Navigation Bar Styling */
    .tophead {
        height: 80px;
        display: flex;
        flex-direction: row;
    }
    .tophead .firstline {
        width: inherit;
        height: 80px;
        background-color: #ae0d10;
    }
    
    .tophead .firstline .container {
        margin-left: 30px;
        margin-top: 10px;
    }
    
    .tophead .firstline .logo-block {
        margin-left: 0;
        left: 0;
        margin-top: 0;
    }
    .tophead .secondline {
        width: 80px;
        align-items: flex-end;
        justify-content: center;
        box-shadow: none;
        background-color: #ae0d10;
        display: flex;
        align-items: center;
    }
    .tophead .secondline .head-menu-container {
        background-color: #333333;
        margin-top: 0;
    }
    
    .logo-block {
        background: none;
    }
    
    .logo-block:after {
        display: none;
    }
    
    .logo-block:before {
        display: none;
    }
    
    .logo-block img {
        height: 60px;
        width: 60px;
        vertical-align: top;
    }
    
    .logo-block .logo-img-wrap {
        height: 60px;
        width: 60px;
    }
    
    .head-menu-container .in {
        position: absolute;
        z-index: 4;
        left: 0;
        height: auto;
        right: 0;
        top: 80px;
    }
    .head-menu-container .collapsing {
        display: none;
    }
    
    .head-menu-container .head-menu-wrap {
        padding-left: 0;
        padding-right: 0;
    }
    .head-menu-container .head-menu-wrap .head-menu-list {
        z-index: 0;
        margin: 0;
    }
    
    .dropdown-toggle-wrap {
        background-color: #ae0d10;
    }
    .navbar-toggle {
        background-color: #ae0d10;
    }
    .navbar-toggle span {
        background-color: #FFFFFF;
    }
}

/* Custom, iPhone Retina */ 
@media only screen and (max-width : 320px) {
       
}


@media only screen and (min-width : 768px) and (max-width : 782px) {
}


@media only screen and (min-width : 783px) {

}





</pre></body></html>