.btn-default{
    background-color: #c5c6c6;
}
.registration-accept-decline-btn-group > #btn-registration-decline{
    background-color: white;
    color: #e40045;
}

.login-wrapper div .bg-primary-dark {background:transparent;}
.login-wrapper div .bg-primary-dark h3 { color:gray !important; }

h1,
h2 {
    font-family: "MAN", Arial, "Helvetica Neue", Helvetica, sans-serif;
    font-size: 22px;
    font-style: bold;
    line-height: 24px;
    color: #303c49;
}

h3,
.content-divider {
    font-family: "MAN", Arial, "Helvetica Neue", Helvetica, sans-serif;
    font-size: 18px;
    font-weight: bold;
    line-height: 20px;
    color: #303c49;
}

.teaser {
    font-family: "MAN", Arial, "Helvetica Neue", Helvetica, sans-serif;
    font-size: 18px;
    font-weight: bold;
    line-height: 20px;
    color: #838a92;
}

.nav-element {
    font-family: "MAN", Arial, "Helvetica Neue", Helvetica, sans-serif;
    font-size: 16px;
    line-height: 18px;
    color: #303c49;
}

body {
    background-color: white;
    font-family: "MAN", Arial, "Helvetica Neue", Helvetica, sans-serif;
}

#registration-accept-information{
    background-color: #c5c6c6;
    color: #303c49;
    box-shadow: unset;
}

.navbar-default {
    position: relative;
    min-height: 32px;
    background: white;
    font-family: "MAN", Arial, "Helvetica Neue", Helvetica, sans-serif;
    border: none;
    border-top: none;
    z-index: 20;
    /* overlap main-stage */
    margin-bottom: 0;
}
.navbar-default .navbar-nav > .active > a {
    background: white;
}


ul.nav {
    display: block;
    float: left;
    height: 100%;
}

@media (min-width: 767px) {
    ul.nav li {
        position: relative;
        display: block;
        float: left;
        height: 100%;
    }
}
@media (max-width: 767px) {
    ul.nav {
        padding-left: 10px;
    }
}
/*ul.nav    > li + li{
        margin-left: 20px;
        border-left: 2px solid #e40045;
        line-height: 10px;
}
*/

@media (min-width: 767px) {
    ul.nav > li:not(:first-child):before {
        content: '';
        height: 15px;
        width: 1px;

        position: absolute;
        left: 7px;
        top: 5px;

        background-color: #e40045;
    }
    .registration-wizard > ul.nav > li:not(:first-child):before {
        height: 60px;
    }
}

ul.nav li a {
    font-family: "MAN", Arial, "Helvetica Neue", Helvetica, sans-serif;
    position: relative;
    display: block;
    padding: 0;
    color: #303c49;
    text-decoration: none;
    outline: none;
    font-size: 15px;
    margin-left: 15px;
    font-weight: bold;
}

#mainNavigationBar ul.nav li a {
    line-height: 51px;
}
#mainNavigationBar ul.nav > li:not(:first-child):before {
    height: 40px;
}

.block > .nav-tabs > li > a {
    padding-top: 24px;
    padding-bottom: 24px;
    padding-right: 15px;
}

@media (max-width: 767px) {
    ul.nav li a {
        margin-left: 0px;
    }
}

ul.nav li a::before {
    position: absolute;
    content: '';
    height: 4px;
    left: 50%;
    right: 50%;
    bottom: -1px;
    opacity: 1;
    /*        background: #303C49;*/
    background: #e40045;
    -webkit-transition: left .2s ease-in 50ms, right .2s ease-in 50ms, opacity 70ms ease 50ms;
    transition: left .2s ease-in 50ms, right .2s ease-in 50ms, opacity 70ms ease 50ms;
}

ul.nav li a:hover::before {
    left: 0;
    right: 0;
}

ul.nav li.active a::before {
    left: 0;
    right: 0;
}

ul.nav li:first-of-type a {
    margin-left: 0;
}

ul.nav .user-information-toggle{
    font-weight: unset;
}

ul.user-action {
    border: none;
}

ul.user-action li {
    border: none;
}

#main-content {
    font-family: "MAN", Arial, "Helvetica Neue", Helvetica, sans-serif;
    margin-top: 35px;
    display: table;
    width: 100%;
    height: 100%;
}


a {
    color: #303c49;
    font-weight: 400;
}

a:hover {
    color: #838a92;
    text-decoration: none;
}


.infobox {
    padding: 11px;
    background: #EAEBEC;
}

.infobox a, .infobox a:link, .infobox a:active, .infobox a:visited {
    font-weight: bold;
    font-size: 12px;
    text-decoration: none;
    color: #303c49;
}

.infobox .infoboxtitle {
    color: #59636D;
    font-family: "MAN", Arial, "Helvetica Neue", Helvetica, sans-serif;
    font-size: 18px;
    line-height: 20px;
    margin-bottom: 12px;
}

.infobox .infoboxtext {
    color: #303c49;
    font-family: "MAN", Arial, "Helvetica Neue", Helvetica, sans-serif;
    font-weight: normal;
    font-size: 12px;
    line-height: 16px;
    padding: 12px 0 0;
}


.color-man-anthracite {
    color: #303c49;
}

.color-man-red {
    color: #e40045;
}

.color-man-silver {
    color: #838a92;
}



.registration-wizard {
    background-color: #ffffff;
}

.registration-wizard > ul {
    float: none !important;
    border-bottom: 1px solid #D6D8DB !important;
}

.registration-wizard > ul li.active a {
    color: #E40045 !important;
}

.registration-wizard > ul li a {
    /*padding: 0 !important;*/
    color: #303c49 !important;
    border: none !important;
    font-weight: 400 !important;
}

.registration-wizard > ul li a::before {
    background: #E40045;
}

#registration-submit-errors {
    color: #e40045 !important;
}

.btn-danger {
    background-color: #E40045;
}

.btn-danger:hover {
    background-color: #cb0742;
}

.registration-wizard .panel-body h4 {
    font-family: "MAN", Arial, "Helvetica Neue", Helvetica, sans-serif;
}

.registration-form-container .block-content {
    padding-left: 10px;
    padding-right: 10px;
    margin-top: 10px;
}
.navbar-collapse{
    padding-left: 10px;
    padding-right: 10px;
}

.col-xs-12 {
    padding-left: 10px;
    padding-right: 10px;
}

.navbar-toggle {
    margin-left: 10px;
}
/* this comes from old man.php template */
.select2-container .select2-selection--single{
    height: 22px;
}