/*******************|         |********************/
/*******************| /HEADER |********************/
/*******************|_________|********************/

.logo-col {
    max-width: 190px;
    position: relative;
    top: 25px;
    z-index: 222;
}

.menu {
    background-color: #939598;
    font-family: BebasNeueRegular;
    height: 75px;
    text-transform: initial !important;
}

.menubar {
    position: relative;
    top: 30px;
}

.menuitem {
    display: inline-block;
}

.menuitem.login {
    float: right;
}

.menu-border {
    border-left: 3px solid #d2232a;
    line-height: 14px;
    display: inline-block;
}

.menu-link {
    /*border-left: 3px solid #d2232a;*/
    color: white !important;
    letter-spacing: 2px;
    font-size: 18px;
    font-family: BebasNeueRegular;
    text-decoration: none !important;
    line-height: 14px;
    margin-top: 0px;
    margin-bottom: 0px;
}

.login-button {
    color: #FFF !important;
    background-color: #afb1b4;
    padding: 9px 20px 7px 20px;
    border-top-right-radius: 10px;
    border-bottom-left-radius: 10px;
    letter-spacing: 4px;
    font-family: BebasNeueBold;
    transition: 0.2s;
    font-size: 18px;
    position: relative;
    top: -1px;
}

.logged-in {
    color: #231f20 !important;
    background-color: #fff;
}

.logged-in img {
    width: 20px;
    height: auto;
}

.login-button:hover {
    background-color: #ffffff94;
    color: #FFF !important;
    transition: 0.2s;
}

.menu-link:hover {
    color: #d2232a !important;
    transition: 0.2s;
}

.empty-b {
    max-width: 190px;
}

.tags {
    position: relative;
    top: 6px;
}

.tagitem {
    display: inline-block;
    line-height: 24px;
    font-family: AllerRegular;
}

.tag-link {
    color: #d2232a !important;
    font-size: 19px;
    text-decoration: none !important;
    font-family: AllerRegular;
}

.tag-link .hash {
    font-weight: bold;
    position: relative;
    font-size: 14px;
    top: -2px;
    right: -2px;
}

.tag-link:hover .tag-text {
    margin-top: 37px;
    color: #d2232a;
    transition: 0.2s;
}

.tag-text {
    color: #939598;
    font-family: AllerRegular;
    font-size: 14px;
    text-transform: uppercase;
    bottom: 2px;
    letter-spacing: 2px;
    position: relative;
}

.searchbar {
    background-color: #e5e6e7;
    display: block;
    width: 100%;
    border: none;
    outline: none;
}

.submit {
    background: url('/images/search.jpg');
    background-size: auto;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: 100% 7px;
    height: 35px;
    width: 30px;
    right: 2px;
    border: none;
    outline: none;
    background-size: contain;
    display: block;
    position: relative;
}

/*---------------------------------------------*/
/**************** /MOBIL HEADER ****************/
/*---------------------------------------------*/

header {
    position: relative;
}

.mobile-menubar {
    width: 100%;
}

.navbar-icons {
    position: absolute;
    right: 10px;
    top: 10px;
}

button.navbar-toggler {
    outline: none;
}

.navbar-toggler-icon {
    background: url('/images/mobil_menu.png');
    background-repeat: no-repeat;
    background-size: 40px;
    width: 2em;
    height: 2em;
}

.mobile-menubar .login {
    position: absolute;
    right: 70px;
    top: 7px;
}

.mobile-menubar .login .login-button {
    padding: 8px;
    font-size: 17px;
}

#navbarResponsivedesk2 {
    transition: all 0.3s ease 0s;
    background-color: #e7e7e8;
    padding: 10px;
    position: absolute;
    z-index: 221;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    top: 60px;
}

/*#navbarResponsivedesk2 .menuitem:hover {
    background-color: #d2232a;
    transition: 0.2s;
}

#navbarResponsivedesk2 .menuitem:hover a {
    color: #FFF !important;
    transition: 0.2s;
}

#navbarResponsivedesk2 .menuitem:hover a:hover {
    color: #FFF !important;
    transition: 0.2s;
}*/
#navbarResponsivedesk2 .menuitem a {
    color: #231f20 !important;
}

#navbarResponsivedesk2 .menuitem a:hover {
    color: #FFF !important;
    background-color: #d2232a;
    transition: 0.2s;
    padding-top: 10px;
    padding-bottom: 10px;
}

.mobile-menu-container {
    max-width: 300px;
    margin: 0 auto;
}

.mobile-menu-container .searchbar {
    background-color: #edeeee;
}

.mobile-menu-container .menu-border {
    width: 100%;
}

.mobile-menu-container .menu-border .menu-link {
    display: block;
}