.navbar-toggler:hover,
.navbar-toggler:active,
.navbar-toggler:focus {
    box-shadow: none;
}

.header-button {
    display: inline-block;
    background: #971d20;
    color: #fff;
    font-weight: 600;
    border: 1px solid #be0009;
    border-radius: 4px;
    font-size: 20px;
    padding: 5px 15px 4px 15px;
}

.header-button:hover {
    background: #be0009;
    color: #fff;
}


@media (max-width: 975px) {
    .header-button {
        margin-top: 10px !important;
    }
}

@media (max-width: 988px) {
    header {
        max-height: 100vh;
        overflow: auto;
    }    
}


.dropdown-menu {
    border: none !important;
}

.headline-wrapper {
    font-size: 20px;
    text-align: center;
    min-height: 60px;
    background: #303030;
    color: #fff;
    padding: 15px 0px 0px 0px;
    font-weight: 300;
}

.color-yellow {
    color: yellow;
}

.nav-search-form {
    position: relative;
    float: right;
    margin-top: 8px;
    vertical-align: middle;
    border: 2px solid #d40808;
    border-radius: 6px;
}

.nav-search-box {
    border: 0px solid #d40808;
    border-radius: 4px;
    outline:none;
    font-size: 15px;
    text-align: center;
    height: 1.5em;
}

.nav-search-button {
    width: 40px;
    height: 30px;
    border: 1px solid #d40808;
    background: #d40808;
    text-align: center;
    color: #fff;
    cursor: pointer;
    font-size: 20px;
}