.menu {
    padding: 0;
}

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

    .header-container {
        top: 0;
        position: fixed;
        z-index: 5;
        width: 100%;
    }

    /*      Active Menu Item    */
    .current-menu-item:not(.menu-item-footer, .menu-item-home) > a > span {
        color: #980267;
    }

    .current-menu-item > .sub-menu > .menu-item > a > span {
        color: #000;
    }

    .menu-container {
        margin-left: -15px !important;
        margin-right: -15px !important;
        background-color: rgba(255, 255, 255, 1);
        box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .3)
    }

    #menu-hauptmenue {
        padding: 0;
        display: flex;
        -webkit-justify-content: flex-start;
        justify-content: flex-start;
        align-items: center;
    }

    #menu-hauptmenue > li:first-child {
        justify-self: flex-start;
    }

    .menu-header > ul.menu > .menu-item {
        display: inline-block;
        padding: 40px 0 40px 0;
    }

    .menu-header > ul.menu > .menu-item:first-child {
        padding: 5px 5px 5px 0;
    }

    .menu-header > ul.menu > .menu-item:first-child > a, .menu-header > ul.menu > .menu-item:last-child > a {
        border: 0;
    }

    .menu-header > ul.menu > .menu-item > a {
        padding: 0 8px 0 8px;
        font-weight: normal;
        font-size: 21px;
        color: #000;
        border-right: 1px solid #e1e1e1;
        text-decoration: none;
        cursor: pointer;
		white-space: nowrap;
    }

    .menu-header > ul.menu > .menu-item > a:hover {
        color: #980267;
    }

    .menu-header > ul.menu > .menu-item:first-child > a > span {
        padding-left: 5px;
        border-left: 1px solid transparent;
    }

    /*      Front Page Picture  */
    #header-image-container {
        margin: 0;
        background-image: url("../img/kuppel_bundestag-h.png");
        background-repeat: no-repeat !important;
        background-attachment: scroll !important;
        background-position: center center !important;
        background-size: cover !important;
    }

    #header-image {
        min-height: 100vmin;
    }

    /*
        ===============

        Top Line of Header

        ===============
     */
    .header-contact-section {
        /*    width: 100%;
            background-color: rgba(255,255,255,.1);*/
    }

    .contact-scrolled {
        display: none;
        transition: 2s;
    }

    /*
        Text
     */
    .header-contact-text {
        font-size: 13px;
        margin-bottom: 0;
        padding: 4px 0;
    }

    .icon {
        display: none;
    }

    .sub-menu > li > a {
        text-decoration: none;
        cursor: pointer;
        color: #000;
        font-size: 11px;
    }

    .menu-header > ul.menu > .menu-item:first-child > a {
        font-weight: bold;
        padding: 15px 30px 20px 10px;
    }

    .fa {
        float: right;
        font-size: 12px;
        text-align: center;
        text-decoration: none !important;
    }

    .menu-facebook {
        font-size: 21px;
    }
}

@media only screen and (max-width: 1404px) {

    #menu-hauptmenue {
        width: 100%;
        list-style: none;
        margin-top: 10px;
    }

    .icon {
        position: absolute;
        right: 50px;
        padding: 3px 11px;
        top: 0;
        z-index: 5;
        font-size: 25px;
    }

    .icon:hover {
        background-color: #E3000F;
        color: white;
        transition: .5s;
    }

    .hide-menu {
        display: none;
    }

    .show-menu {
        display: block;
        transition: .5s;
    }

    .menu-item:not(:first-child) {
        margin: 15px 50px 0 0;
        text-align: right;
    }

    .menu-header > ul.menu > .menu-item > a {
        padding: 0 8px;
        font-weight: normal;
        font-size: 21px;
        color: #000;
        /*border-right: 1px solid #e1e1e1;*/
        text-decoration: none;
        cursor: pointer;
    }

    .col-lg-4.menu-item {
        max-width: 100% !important;
        width: auto;
    }

    .sub-menu > li > a {
        text-decoration: none;
        cursor: pointer;
        color: #000;
        font-size: 9px;
    }

    .menu-header > ul.menu > .menu-item:first-child > a {
        font-weight: bold;
        font-size: 15px;
        padding: 15px 30px 20px 10px;
    }

    #header-image-container {
        /*max-width: 100%;
        width: 100%;
        height: auto;*/
        margin: 0 -30px 0 -15px;
        background-image: url("../img/kuppel_bundestag-h.png");
        background-repeat: no-repeat !important;
        background-attachment: scroll !important;
        background-position: center center !important;
        background-size: cover !important;
    }

    #header-image {
        min-height: 65vmin;
    }

    .header-container {
        top: 0;
        position: absolute;
        z-index: 5;
        width: 100%;
        background-color: rgba(255, 255, 255, 1);
    }

    .menu-container {
        background-color: rgba(255, 255, 255, 1);
        box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .3);
        margin-left: -15px !important;
        margin-right: -15px !important;
        padding-top: 10px !important;
    }
}

/*

    Visible all the time

 */

.sub-menu {
    position: relative;
    list-style: none;
    padding: 0;
    margin-left: 63px;
    margin-top: -16px;
}

.menu-header > ul.menu > .menu-item:hover > .sub-menu > li > a {
    color: #fff;
    transition: .5s;
}

.menu-header > ul.menu > .menu-item > .sub-menu > li:hover > a {
    text-decoration: none;
}

.menu-header > ul.menu > .menu-item:first-child:hover > a {
    background-color: #E3000F;
    transition: .5s;
}

.menu-header > ul.menu > .menu-item:first-child > a > span {
    padding-left: 5px;
    border-left: 1px solid transparent;
}

.menu-header > ul.menu > .menu-item:first-child:hover > a > span {
    color: #fff;
    background-color: transparent;
    transition: .5s;
    border-left: 1px solid white;
}

/*
    Social Media Buttons
 */

.menu-spd {
    margin-top: -5px;
    height: 27px;
    width: 27px;
}

.fa-facebook, .fa-twitter, .fa-instagram {
    line-height: 31px;
    background-color: transparent;
    color: #000;
    border-radius: 5px;
    border-right: 2px solid transparent;
    padding: 0 7px !important;
}

.fa-twitter:hover, .fa-facebook:hover, .fa-instagram:hover {
    transition: .8s;
    text-decoration: none;
    color: #fff !important;
}

.fa-facebook:hover {
	background-color: #3B5998;
}

.fa-twitter:hover {
	background-color: #00ACEE;
}

.fa-instagram:hover {
	background-color: #405de6;
}

.fa-no-float {
    float: none;
}
