
/**
Global CSS Properties
**/
:root {
    --main-customer-color: #485b70;
    --main-button-color: var(--main-customer-color);
}



/*
**********************
        Fonts
**********************
*/

/*
******************************
       Header Font sizes
******************************
*/
.h1, h1 {
    color: #485b70;
    font-size: 2rem;
    text-align: center;
}

.h2, h2 {
    color: #485b70;
    font-size: 1.5rem;
    text-align: center;
}

.h3, h3 {
    font-size: 1.3rem;
}

.h4, h4 {
    font-size: 1.2rem;
}


/*
**********************
       General
**********************
*/
a {
    color: #485b70;
}

body {
    background-color: #fff;
    /*background-image: url("/starxm/static/images/telekom/telekom_bg-cea063f8ba3af8b91f988e1f2578c8a6.jpg");*/
    font-family: "Arial", Helvetica, Geneva, sans-serif;
    font-size: 0.9rem;
    line-height: 1.3rem;
    color: #000;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

#cookieNotice {
    background-color: #bb1119 !important;
    color: #FFFFFF;
}

#cookieNoticeCloser {
    background-color: #fff !important;
    color: #bb1119 !important;
}

main {
    /*background-color: !important;*/
    /*color: !important;*/
    /*border-color: !important;*/
    /*border-width: !important;*/
    /*font-family: !important;*/
    /*font-size: !important;*/
    /*font-style: !important;*/
    /*font-weight: !important;*/
}

main > * {
    /*background-color: !important;*/
    /*color: !important;*/
    /*border-color: !important;*/
    /*border-width: !important;*/
    /*font-family: !important;*/
    /*font-size: !important;*/
    /*font-style: !important;*/
    /*font-weight: !important;*/
    /*padding-bottom: !important;*/
    /*padding-left: !important;*/
    /*padding-right: !important;*/
    /*padding-top: !important;*/
    margin-bottom: 8px !important;
    /*margin-top: !important;*/
    /*margin-left: !important;*/
    /*margin-right: !important;*/
}

section {
    margin-bottom: 1.5rem;
}

.headerVariant1{
    visibility: hidden;
    display: none;
}

.headerVariant2{
    visibility: visible;
    display: block;
}

.headerVariant2-title{
    background-color: #bb1119;
    color: #FFFFFF;
}

.variant2-lower-part {
    /*background-color: white !important;*/
    height: 30px !important;
}

#headerLogo {
    text-align: right;
}

.dropdown-item {
    font-size: 14px !important;
    color: inherit;
}

.dropdown-label {
    font-size: 12px;
    font-weight: bold;
    margin-top: 10px;
    color: inherit;
}

.dropdown-header {
    font-size: 16px;
    color: inherit;
}

#headerContact {
    margin-top: 20px;
    margin-bottom: 15px;
    height: 40px;
}

.dropdown-menu {
    padding-right: 35px;
    padding-left: 35px;
}

.disabled-item:visited, .disabled-item:active, .disabled-item:hover {
    background-color: #fff;
    color: inherit;
}

#dropdownMenuLink {
    color: #FFFFFF !important;
    /*margin-top: 4px;*/
}

.modal {
    text-align: left;
}

.text-element {
    margin-bottom: 1.5rem;

    /* Center element including i-Button */
    /*justify-content: center;*/
    /*text-align: center;*/
}

/*Headline-Element 1*/
#headlineElementHeader1 {
    /*background-color: ;*/
    /*color: ;*/
    /*border-color: ;*/
    /*border-width: ;*/
    /*font-family: ;*/
    font-size: 2.7rem;
    /*font-style: ;*/
    /*font-weight: ;*/
    /*padding-bottom: ;*/
    /*padding-left: ;*/
    /*padding-right: ;*/
    /*padding-top: ;*/
    margin-bottom: 1.8rem;
    /*margin-top: ;*/
    /*margin-left: ;*/
    /*margin-right: ;*/
    /*text-align: ;*/
    justify-content: center;
}

/*Headline-Element 2*/
#headlineElementHeader2 {
    /*background-color: !important;*/
    /*color: !important;*/
    /*border-color: !important;*/
    /*border-width: !important;*/
    /*font-family: !important;*/
    /*font-size: !important;*/
    /*font-style: !important;*/
    /*font-weight: !important;*/
    /*padding-bottom: !important;*/
    /*padding-left: !important;*/
    /*padding-right: !important;*/
    /*padding-top: !important;*/
    margin-bottom: 1.8rem;
    /*margin-top: !important;*/
    /*margin-left: !important;*/
    /*margin-right: !important;*/

    /* Center element including i-Button */
    /*justify-content: center;*/
}

/*Headline-Element 2*/
.introText {
    text-align: left;
    justify-content: left;
}



#headlineElement .text-element {

    /* Center element including i-Button */
    justify-content: left;
    text-align: left;
}

@media screen and (max-width: 600px) {
    #headlineElementHeader1 {
        font-size: 8vw;
    }
}

#page {
    border: 1px solid #757575;
    background-color: white;
}



.navbar {
    /*background-color: white;*/
    color: #EEEEEE;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    /*border-bottom: 1px solid #D9D9D9;*/
    /*padding-right: 30px;*/
    /*background-image: linear-gradient(to left top, #3c6799 0%, #001f3c 100%);*/
    /*filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#3c6799',endColorstr='#001f3c');*/
    height: 85px;
    padding: 0 0 0 0;
}

.navbar-brand {
    /*font-family: ;*/
    font-size: 1.2rem;
    /*font-style: ;*/
    /*font-weight: ;*/
    /*margin-left: ;*/
}

.navbar-toggler {
    float: right;
    padding: unset;
}

.navbar-toggler-icon {
    /*margin-right: ;*/
}

.nav-ul {
    width: 100%;
    /*width: fit-content;*/
}

#nav-logo {
    height: 100%;
    width: 100%;
    max-width: 150px;
}

#navbar-brand-li{
    /*height: 0px;*/
}

#header_service-heading{
    /*visibility: hidden;*/
    /*height: 0px;*/
    color: #FFFFFF;
    font-size: 0.8rem;
    margin-left: 7px;
}

#header_service-heading2{
    visibility: visible;
    margin-bottom: 20px;
    margin-left: 30px;
    font-size: 1rem;
    font-weight: bold;
}

#login-header {
    height: 80px;
}

#login-header-left{
    background-color: rgba(0,0,0,0.3);
    height: 80px;
    margin: .5rem .25rem .5rem 0;
    visibility: visible;
}

#login-header-right{
    justify-content: center;
    align-items: center;
    background-color: white;
    height: 80px;
    margin: .5rem 0 .5rem .25rem;
    min-width: 160px;
    width: 100%;
    visibility: visible;
    display: inherit;
}

.alternativeNavigationLogoSplitted-ul {
    display: none;
}

#nav-logo-right {
    height: 15px;
    float: right;
    margin-bottom: 20px;
    margin-top: 20px;
}

.login-logo-top-img {
    height: 0px;
    visibility: hidden;
}

.login-logo-top-img-login-header{
    height: 90px;
    text-align: center;
    /* margin-left: -10px; */
    /* margin-top: 3px; */
}

.login-row {
    background-color: white;
    height: 90px;
}

.navbar-expand-lg .navbar-collapse {

    flex-basis: 200px;
}

.brand-color {
    color: #767676;
}

.background-brand-color {
    background-color: #000000;
}

/*
**********************
       Login
**********************
*/
body.login-bg {
    /* The image used */
    /*background-image: url("/starxm/static/images/telekom/telekom_bg-cea063f8ba3af8b91f988e1f2578c8a6.jpg");*/
    background-color: #fff;
}

.login-bg #page {
    width: 100%;
    border: 0;
    background-color: transparent;
}

.login-logo-bottom {
    display: none;
}

.login-logo-top {
    height: 0px;
    visibility: hidden;
}

#login-box {
    /*Abstand vom rechten und linken Rand*/
    margin-left: auto;
    margin-right: auto;
    margin-top: 30px;
    /*font: ;*/
    /*font-family: ;*/
    /*font-size: ;*/
}

#login-box h1 {
    padding-top: 45px; /*Abstand Oberer Rand bis Serviceüberschrift*/
    padding-bottom: 15px; /*Abstand Serviceüberschrift bis Eingabeblock*/
    /*color: #767676;*/
    /*font: ;*/
    /*font-family: ;*/
    /*font-size: ;*/
}

#login-box a {
    /*font: ;*/
    /*font-family: ;*/
    /*font-size: ;*/
}

#login-control {
    padding: 24px; /*Abstand (top, left, right, buttom) innerhalb des Eingabeblocks zu den Controls*/
    margin-bottom: 16px; /*Abstand Eingabeblock und Login-Button*/

    /*transparent*/
    background: rgba(255, 255, 255, 0.8);
    background-light: #e0e0e0;
    border-radius: 4px;
    border: 1px solid #dee2e6;
}

/*Abstand zwischen Controls / Textsnipptes*/
#login-control > div {
    margin-top: 24px;
    margin-bottom: 24px;
}



#login-box button {
    margin-bottom: 15px; /*Abstand Login-Button und Logo*/
}

#login-box .md-form.form-lg label {
    /*font-family: ;*/
    /*font-size: .9rem;*/
    font-size: 20px;
    /*font-weight: ;*/
    /*font-style: ;*/
}

#login-box .md-form.form-lg label.active {
    /*font-family: ;*/
    /*font-size: .65rem;*/
    font-size: 12px;
    /*font-weight: ;*/
    /*font-style: ;*/
}

.login-md-form input {
    width: 100%;
}

#login-forgotten-links {
    display: flex;
    flex-direction: column;
}

.login-links {
    /*text-align: right;*/
    /*font-size: 16px;*/
    color: #485b70;
    font-weight: 700;
}

#login-forgotten-links > span {
    text-align: right;
    font-size: 16px;
}

.login-bg label.custom-control-label {
    /*font-size: 1rem;*/
    font-size: 16px;
}

/*
**********************
  Navigation/Mainmenu
**********************
*/

.navigation-cards-block {
    margin: 20px auto 0;
}

.navigation-cards {
    /* Only edit min-/max-width, if .card-custom width (in common.css) or margin is changed. */
    min-width: calc(2 * (9.5rem + 2 * 0.5rem));
    width: 100%;
    /* Negative margin to compensate outer margins of cards */
    margin: 0 -0.5rem 1rem;
}

.card-custom {
    /* If width or margin is changed, the following properties have to be adjusted accordingly:
       .navigation-cards min-width, max-width, margin */
    margin: 0.5rem;
    background-color: transparent;
    color: #000;
    /*font-family: ;*/
    font-size: 11pt;
    /*font-style: ;*/
    /*font-weight: ;*/
    /*line-height: ;*/
    /*text-align: left;   !* In case a customer doesn't want to have centered icon and text inside the card. *!*/
    /*-webkit-box-shadow: 0 2px 5px 0 rgba(0,0,0,.16), 0 2px 10px 0 rgba(0,0,0,.12);*/
    /*box-shadow: 0 2px 5px 0 rgba(0,0,0,.16), 0 2px 10px 0 rgba(0,0,0,.12);*/
}

.card-custom:hover {
    /* If width or margin is changed, the following properties have to be adjusted accordingly:
       .navigation-cards min-width, max-width, margin */
    color: #000;
    /*font-family: ;*/
    /*font-style: ;*/
    /*font-weight: ;*/
    /*line-height: ;*/
    /*text-align: left;   !* In case a customer doesn't want to have centered icon and text inside the card. *!*/
    /*-webkit-box-shadow: 0 2px 5px 0 rgba(0,0,0,.16), 0 2px 10px 0 rgba(0,0,0,.12);*/
    /*box-shadow: 0 2px 5px 0 rgba(0,0,0,.16), 0 2px 10px 0 rgba(0,0,0,.12);*/
}

.card-custom .card-icon-wrapper img {
    margin: .8rem 0 0 0;
}

.card-custom .card-title {
    margin: .5rem 0 0 0;
}

/* Footer */
footer.page-footer {
    margin-top: 24px; /* Distance to main page content */
    padding: 16px 30px; /* Inner distance to footer content */
    background-color: #fff !important;
    border-top: 1px solid #D9D9D9;
}

footer.page-footer {
    color: #ffffff;
    font-family: "Arial", Helvetica, Geneva, sans-serif;
    /*font-style: ;*/
    /*font-weight: ;*/
}

footer.page-footer a {
    color: #485b70;
    font-family: "Arial", Helvetica, Geneva, sans-serif;
    /*font-style: ;*/
    /*font-weight: ;*/
}

a:hover {
    color: #485b70;
    text-decoration: underline;
    font-family: "Arial", Helvetica, Geneva, sans-serif;
    /*font-style: ;*/
    /*font-weight: ;*/
}

footer.page-footer a:hover {
    color: #485b70;
    text-decoration: underline;
}

#footer-copyright-label {
    font-weight: bold;
}

#footerlist a {
    margin-right: 30px; /* Horizontal distance between footer list elements */
}

#footerlist.footer-multiline > div:not(:last-of-type) {
    margin-bottom: 10px; /* Line distance */
}

#footerlist.footer-multiline > div.indented {
    margin-left: 20px; /* Indentation of footer list elements */
}

input [type="text"], input [type="email"], input [type="password"] {
    /*background-color: !important;*/
    /*color: !important;*/
    /*border-color: !important;*/
    /*border-width: !important;*/
    /*font-family: !important;*/
    /*font-size: !important;*/
    /*font-style: !important;*/
    /*font-weight: !important;*/
    /*padding-bottom: !important;*/
    /*padding-left: !important;*/
    /*padding-right: !important;*/
    /*padding-top: !important;*/
    /*margin-bottom: !important;*/
    /*margin-top: !important;*/
    /*margin-left: !important;*/
    /*margin-right: !important;*/
}

input [type="radio"] {
    /*background-color: ##004a96 !important;*/
    /*color: #fff !important;*/
    /*border-color: !important;*/
    /*border-width: !important;*/
    /*font-family: !important;*/
    /*font-size: !important;*/
    /*font-style: !important;*/
    /*font-weight: !important;*/
    /*padding-bottom: !important;*/
    /*padding-left: !important;*/
    /*padding-right: !important;*/
    /*padding-top: !important;*/
    /*margin-bottom: 16px !important;*/
    /*margin-top: !important;*/
    /*margin-left: !important;*/
    /*margin-right: !important;*/
}

input [type="radio"]:active {
    /*background-color: ##004a96 !important;*/
    /*color: #fff !important;*/
    /*border-color: !important;*/
    /*border-width: !important;*/
    /*font-family: !important;*/
    /*font-size: !important;*/
    /*font-style: !important;*/
    /*font-weight: !important;*/
}

input [type="checkbox"] {
    /*background-color: ##004a96 !important;*/
    /*color: #fff !important;*/
    /*border-color: !important;*/
    /*border-width: !important;*/
    /*font-family: !important;*/
    /*font-size: !important;*/
    /*font-style: !important;*/
    /*font-weight: !important;*/
    /*padding-bottom: !important;*/
    /*padding-left: !important;*/
    /*padding-right: !important;*/
    /*padding-top: !important;*/
    /*margin-bottom: !important;*/
    /*margin-top: !important;*/
    /*margin-left: !important;*/
    /*margin-right: !important;*/
}

/*checkbox color*/
.custom-checkbox .custom-control-input:checked ~ .custom-control-label::before {
    background-color: #bb1119 !important;
    border-color: #bb1119 !important;
    color: #fff !important;
}

.custom-control-input ~ .custom-control-label::before {
    border: 1px solid #bb1119;
}

.custom-checkbox .custom-control-label::before,
.custom-checkbox .custom-control-label::after {
    top: 0.1rem !important;
    left: -2rem !important;
    width: 26px !important;
    height: 26px !important;
    margin-left: 6px !important;
    font-size: 22px !important;
}

.custom-checkbox .custom-control-label {
    padding-left: 0.5rem;
    padding-top: 3px;
}

input[type="checkbox"]:checked {
    background-color: #bb1119 !important;
    color: #fff !important;
    border-color: #bb1119 !important;
    /*border-width: !important;*/
    /*font-family: !important;*/
    /*font-size: !important;*/
    /*font-style: !important;*/
    /*font-weight: !important;*/
}

.password-validation-control-input-margin-bottom {
    margin-bottom: 40px;
}

label.btn {
    margin-bottom: 2rem !important;
}

#starx-login_continue{
    background-color: #bb1119  !important;
    border-color: #bb1119  !important;
    color: white !important;
}

/*Primärbutton*/
.btn-primary {
    background-color: #bb1119  !important;
    color: #FFFFFF !important;
    border-color: #bb1119  !important;
    border-radius: 0px;
    box-shadow: none;
    /*border-width: !important;*/
    /*font-family: !important;*/
    /*font-size: !important;*/
    /*font-style: !important;*/
    /*font-weight: !important;*/
}

.btn-primary:checked {
    /*background-color: #004a96 !important;*/
    /*color: #fff !important;*/
    /*border-color: !important;*/
    /*border-width: !important;*/
    /*font-family: !important;*/
    /*font-size: !important;*/
    /*font-style: !important;*/
    /*font-weight: !important;*/
    box-shadow: none;
}

.btn-primary:disabled {
    /*background-color: #004a96 !important;*/
    /*color: #fff !important;*/
    /*border-color: !important;*/
    /*border-width: !important;*/
    /*font-family: !important;*/
    /*font-size: !important;*/
    /*font-style: !important;*/
    /*font-weight: !important;*/
    box-shadow: none;
}

.btn-primary:hover {
    background-color: #bb1119  !important;
    color: #FFFFFF !important;
    border-color: #bb1119  !important;
    box-shadow: none;
    /*border-width: !important;*/
    /*font-family: !important;*/
    /*font-size: !important;*/
    /*font-style: !important;*/
    /*font-weight: !important;*/
}

.btn-primary:not([disabled]):not(.disabled).active, .btn-primary:not([disabled]):not(.disabled):active, .show > .btn-primary.dropdown-toggle {
    color: #FFFFFF !important;
    border-color: #bb1119  !important;
    background-color: #bb1119  !important;
    box-shadow: none;
    /*border-width: !important;*/
    /*font-family: !important;*/
    /*font-size: !important;*/
    /*font-style: !important;*/
    /*font-weight: !important;*/
}

/* Sekundärbutton*/
.btn-outline-primary {
    background-color: transparent !important;
    color: #bb1119  !important;
    border-color: #bb1119  !important;
    border-radius: 0px;
    box-shadow: none;
    /*border-width: !important;*/
    /*font-family: !important;*/
    /*font-size: !important;*/
    /*font-style: !important;*/
    /*font-weight: !important;*/
}

.btn-outline-primary:checked {
    /*background-color: #004a96 !important;*/
    /*color: #fff !important;*/
    /*border-color: !important;*/
    /*border-width: !important;*/
    /*font-family: !important;*/
    /*font-size: !important;*/
    /*font-style: !important;*/
    /*font-weight: !important;*/
    box-shadow: none;
}

.btn-outline-primary:disabled {
    /*background-color: #fff !important;*/
    /*color: #004a96 !important;*/
    /*border-color: #004a96 !important;*/
    /*border-width: !important;*/
    /*font-family: !important;*/
    /*font-size: !important;*/
    /*font-style: !important;*/
    /*font-weight: !important;*/
    box-shadow: none;
}

.btn-outline-primary:hover {
    background-color: #bb1119  !important;
    color: #FFFFFF !important;
    border-color: #bb1119  !important;
    /*border-width: !important;*/
    /*font-family: !important;*/
    /*font-size: !important;*/
    /*font-style: !important;*/
    /*font-weight: !important;*/
    box-shadow: none;
}

.btn-outline-primary:not([disabled]):not(.disabled).active, .btn-outline-primary:not([disabled]):not(.disabled):active, .show > .btn-outline-primary.dropdown-toggle {
    color: #FFFFFF !important;
    border-color: #bb1119  !important;
    background-color: #bb1119  !important;
    /*border-width: !important;*/
    /*font-family: !important;*/
    /*font-size: !important;*/
    /*font-style: !important;*/
    /*font-weight: !important;*/
    box-shadow: none;
}

.btn, .btn[class*=btn-outline-] {
    text-transform: initial !important;
    border-width: 2px !important;
    border-style: solid !important;
    font-size: 1rem;
    box-shadow: none;
}

.btn {
    margin: inherit;
    margin-bottom: 1rem;
    box-shadow: none;
}

.btn-preassign {
    font-size: 1rem;
}

button.btn-other {
    background-color: #bb1119 !important;
    border: 1px solid #bb1119 !important;
}

.btn.btn-small {
    padding: 0.7rem;
    border-radius: 0px !important;
    margin: 0px 7px 0px 0px;
}

.btn-primary:not([disabled]):not(.disabled).active, .btn-vote.active {
    background-color: #bb1119 !important;
    color: #FFFFFF !important;
    border-color: #bb1119 !important;
    box-shadow: none;
}

.btn-vote:not([disabled]):not(.disabled).active, .btn-vote:not([disabled]):not(.disabled):active, .show > .btn-vote.dropdown-toggle {
    color: #FFFFFF !important;
    border-color: #bb1119 !important;
    background-color: #bb1119 !important;
    box-shadow: none;
}


.btn-vote {
    display: block;
    width: 100%;
    background-color: transparent !important;
    color: #bb1119 !important;
    border-color: #bb1119 !important;
    font-size: 0.9rem !important;
}

button.btn-center {
    float: initial;
    margin-left: auto;
    margin-right: auto;
}

.topheader3 a {
    color: #485b70;
    text-decoration: underline;
}


/* Erste Spalte breiter*/
.voting-table th:first-of-type {
    width: 75%;
}

.fa-info-circle {
    color: #004758;
    font-size: 25px;
}

.custom-checkbox {
    margin-bottom: 1.5rem;
}

#postbox-file-input {
    margin-bottom: 2rem;
}

/* Error-Section */
#errorsection.alert {
    padding: .75rem 1.25rem;
    /*margin-right: ;*/
    /*margin-left: ;*/
    margin-bottom: 1rem;
    border-radius: .25rem;
    /*font-family: ;*/
    /*font-size: ;*/
    /*font-style: ;*/
    /*font-weight: ;*/
}

#errorsection.alert-danger {
    background-color: #f8d7da;
    border-color: #f5c6cb;
}

#errorsection .alert-heading {
    padding-left: 0.5rem;
    /*font-family: ;*/
    /*font-size: ;*/
    /*font-style: ;*/
    /*font-weight: ;*/
}

#errorsection .error-section-icon-and-headline {
    margin-bottom: .5rem;
}

/* End Error-Section */

table {
    margin-bottom: 1.5rem;
}

.table {
    table-layout: fixed;
}

.table thead th {
    font-size: 0.9rem;
    padding: 1px !important;
    height: 15px;
    /*background-color: #004a96;*/
    /*color: #FFFFFF;*/
    color: black;
    text-align: left;
    font-weight: bold;
    /*border: 1px solid white;*/
    /*border-radius: 6px;*/
    /*line-height: 40px;*/
}

/*.table thead bordered {*/
/*border-color: #FFFFFF;*/
/*}*/

.address {
    margin-left: 20px;
    padding-left: 20px;
    line-height: 30px;
}

/**
Header User Icon
 */
#user-icon {
    color: transparent;
    /*outline-color: #004a96;*/
    outline-color: white;
    -webkit-text-stroke-width: 2px;
    -webkit-text-stroke-color: white;
}

.vote-group {
    margin-top: 15px;
}

.login-icons {
    color: #485b70;
    padding-right: 10px;
    display: inline;
    font-size: 12px;
}

/* test */
.md-form input[type=date]:focus:not([readonly]), .md-form input[type=datetime-local]:focus:not([readonly]), .md-form input[type=email]:focus:not([readonly]), .md-form input[type=number]:focus:not([readonly]), .md-form input[type=password]:focus:not([readonly]), .md-form input[type=search-md]:focus:not([readonly]), .md-form input[type=search]:focus:not([readonly]), .md-form input[type=tel]:focus:not([readonly]), .md-form input[type=text]:focus:not([readonly]), .md-form input[type=time]:focus:not([readonly]), .md-form input[type=url]:focus:not([readonly]), .md-form textarea.md-textarea:focus:not([readonly]) {
    -webkit-box-shadow: 0 1px 0 0 black !important;
    box-shadow: 0 1px 0 0 black !important;
    border-bottom: 1px solid black !important;
    color: black !important;
}

/*
.custom-checkbox .custom-control-input:checked ~ .custom-control-label::before {
    background-color: #004a96 !important;
    color: #fff !important;
}

.custom-control-input ~ .custom-control-label::before {
    border: 1px solid #004a96;
}


Test */

/*Eingabefelder*/
.md-form {
    position: relative;
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
    /*text-align: center;*/
}

.md-form input {
    top: 0;
    width: 50%;
    font-weight: 500;
    font-size: medium;
}

.md-form label {
    display: inline-block;
    position: absolute;
}


.md-form label.active {
    font-size: .9rem !important;
    color: #000 !important;
    font-weight: 500;
}

.form-control {
    width: 50%;
    display: inline-block;
}

@media screen and (max-width: 768px) {
    .form-control {
        width: 100%;
    }

    #nav-logo-right {
        display: none;
    }
}

@media screen and (max-width: 768px) {
    .md-form input {
        width: 100%;
    }
}

@media screen and (min-width: 370px) {
    .login-md-form input {
        width: 100%;
    }
}

#starx-reg-daten_div-no-mail {
    margin-top: 25px;
    font-size: 1rem;
    float: right;
}

#starx-reg-daten_send-reg, #starx-reg-daten-ma_send-reg, #starx-newsletter-reg_continue {
    margin-top: 45px;
    float: right;
}

.panel-heading {
    border-color: black;
    background-color: transparent;
    color: #767676;
    /*font-family: ;*/
    /*font-size: ;*/
    /*font-style: ;*/
    /*font-weight: ;*/
}

.panel-title > a {
    color: #485b70 !important;
    /*font-family: ;*/
    font-size: 16px !important;
    /*font-style: ;*/
    font-weight: bold !important;
}

.panel-heading {
    padding: 5px;
}

.panel {
    margin-bottom: 20px;
}

.overlay-app-container {
    background-color: #fff;
}

/*.input-elements {*/
/*text-align: center;*/
/*}*/

/*.input-elements label {*/
/*width: 55%;*/
/*}*/

/*.input-elements h2.d-flex {*/
/*display: inline;*/
/*}*/

