body {
    background: #fff;
    color:#252525;
}
a {
    color:  #F8981D;
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    line-height: 1.5;
}
.container {
    width: 1280px;
}
header{
    background:#fff url('/image/header_bg.png') no-repeat center top;
    border:0;
    padding: 0;
}
header img, .reg_header img {
    width: 150px;
}
header h1 {
    font-size: 48px;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 20px;
    margin-top: 0;
}
  .features h2 {
    font-size: 48px;
    line-height: 1.2;
    margin-bottom:30px;
    margin-top: 0;
}
header p, .features p {
    color: #6D737A;
    font-size: 19px;
    font-weight: 400;
    margin-bottom: 40px;
    margin-top: 50px;
}
.features div {
    color: #585450;
}
.features .pdb20 {

    height: 100px;
}
.btn {
    border-radius: 5px;
    padding: 8px 16px;
}
#menu {
    display: inline-block;
}
#menu li {
    display: inline-block;

}
#menu a {
    color: #252525;
    font-size: 16px;
    line-height: 1.5;
    display: inline-block;
    padding: 5px 15px;
    font-weight: 600;
}
.mt10 {
    margin-top: 10px;
}
.pdt80 {
    padding-top: 80px;
}
.pdb20 {
    padding-bottom: 20px;
}
.pd0{
    padding: 0 !important;
}
.pdt0{
    padding-top: 0 !important;
}
.sep40{
    height: 40px;
    width: 100%;
}
.sep20{
    height: 20px;
    width: 100%;
}
.sep60{
    height: 60px;
    width: 100%;
}
.sep80{
    height: 80px;
    width: 100%;
}
.cards {
    background: url('/image/cards.png') no-repeat left 20px;
    background-size: 73% auto;
}
.login_bg {
    box-shadow: 0px 0px 20px 0px rgba(53, 53, 53, 0.2);
    border-radius: 10px;
    width: 400px;
    min-height: 500px;
    background: #fff;
    margin-top: 100px;
    padding: 20px;
}
.login_bg h2 {
    font-size: 30px;
    line-height: 1.2;
    font-weight: 600;

}
.login_bg p {
    color:#667085;
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 50px;

}
.login_bg label {
    font-size: 14px;
    color: #344054;
    font-weight: 500;
}
#login {
    width: 100%;
}
.btn-black{
    background: #252525;
    color: #fff;
}
.btn-black:hover{
    color: #e7e7e7;
}

#logos_list {
    /*display: flex;
    align-items: baseline;
    justify-content: space-between;*/
    margin: 0;
    padding: 0;
}
#logos_list li {
    display: inline-block;
}
#logos_list img {
    width: 90px;
/*    margin: 0 auto;*/
}
.cities_bg {
    background: url('/image/city.png') no-repeat center bottom;
    background-size: 100% auto;
}
.reg_cities_bg {
    background: url('/image/reg_cities.png') no-repeat center bottom;
    background-size: 100% auto;
    height: 100%;
}
.features_bg {
    background: linear-gradient(180deg, rgba(27, 27, 27, 0.1) 0%, rgba(0, 0, 0, 0.1) 100%),
    linear-gradient(90.99deg, rgba(255, 255, 255, 0.8) 1.2%, rgba(255, 255, 255, 0.44) 100%);
    padding: 24px 56px 24px 56px;
    border-radius: 32px;
    overflow: hidden;
    margin: 92px 0;
}
.features_bg span {
    font-size: 18px;
    color: #383838;
}
.features_bg h3 {
    height: 60px;
    line-height: 1.2;
}
.ico {
    width: 24px;
}
.features {
    padding: 80px 0;
    overflow: hidden;
}
.feature_item{
    border: 2px solid #EEF0F2;
    background: linear-gradient(0deg, #EEF0F2, #EEF0F2),
    linear-gradient(0deg, #F3F4F5, #F3F4F5);
    border-radius: 16px;
    overflow: hidden;
    padding: 20px;
    font-size: 14px;
    margin-bottom: 40px;
}
.feature_ico {
    height: 64px;
}
.feature_ico img {
    height: 100%;
}
.feature_item h3 {
    font-size: 18px;
    margin-bottom: 20px;
    height: 60px;
}
p.cards_txt {
    color:#ADB2B1;
    font-size: 16px;
    line-height: 1.5;
}
.cards2 {
    background: url('/image/cards2.png') no-repeat center top;
    background-size: contain;
    height: 500px;
}
.w200 {
    width: 200px;
}
.collapse{
    -webkit-transition:-webkit-transform .3s ease;
    -moz-transition:   -moz-transform .3s ease;
    -ms-transition:    -ms-transform .3s ease;
    transition:        transform .3s ease;
}
.collapse.in{

    /* visible */
    -webkit-transform: translate(0, 0%);
    -moz-transform: translate(0, 0%);
    -ms-transform: translate(0, 0%);
    transform: translate(0, 0%);

}
.collapse_lnk {
    font-size: 18px;
    font-weight: 500;
    color: #101828;
    padding:20px 10px;
    border-bottom: 1px solid #EAECF0;
    display: block;
    width: 100%;
}
.collapse_lnk:hover{
    text-decoration: none;
}
.faq_text {
    padding: 20px 10px;
    font-size: 16px;
    color: #667085;
}
.greyed {
    background: #EEF2F4;
    border-radius: 16px;
    padding: 20px;
    margin: 40px 0;
}
.greyed h4 {
    font-size: 20px;
    color: #101828;
    margin-bottom: 0;
    font-weight: 500;
    margin-top: 20px;
}
.greyed p{
    font-size: 18px;
    color: #667085;
    margin-top: 15px;
    margin-bottom: 20px;
}
.city_bottom {
    background: url('/image/city_bottom.png') no-repeat center bottom;
    min-height: 180px;
    background-size: 100% auto;
}
.reg_container .city_bottom {
    background:  url('/image/city_bottom.png') no-repeat center bottom;
    background-size: 100% auto;
    margin-top: -180px;
    z-index: 99;
    position: relative;
}
.white_bg {
    background: #fff;
}
.pdb180 {
    padding-bottom: 180px;
}
footer{
    background: #5B6169;
    padding: 64px;
    color: #fff;
    font-size: 16px;
}
footer img{
    width: 145px;
}
.pd30 {
    padding-top:30px;
}
#month_amount {
    background: #FFF7EE;
    border: 0;
    color: #F29100;
    box-shadow: unset;
    text-align: left;
    padding-left: 0;
    line-height: 1.5;
    font-size: 14px;
    margin-left: -5px;
}
#month_amount option {
    padding:10px;
}
.sep15 {
    width: 100%;
    height: 15px;
}
.cols p {
    color: #F29100;
}
.cols a{
    color: #fff;
}
.cols a:hover{
    color: #f0f0f0;
}
.bottom_footer {
    background: #444850;
    padding: 64px;
    color: #fff;
}
.bottom_footer ul {
    margin: 0;
    padding: 0;
}
.bottom_footer li {
    display: inline-block;
    padding: 0 15px;
}
#logo img{
    max-height: 130px;
}
#logo {
    margin-bottom: 20px;
}
.header h2 {
    margin-bottom: 30px;
}
.inside_container {
    min-height: 400px;
    margin-bottom: 60px;
}
.data_container {
    background: #fff;
    padding: 25px;
    margin: 0 25px 25px;
    -webkit-box-shadow: 1px 0 10px 2px rgb(0 0 0 / 10%);
    box-shadow: 1px 0 10px 2px rgb(0 0 0 / 10%);
    overflow: hidden;
}
.data_container h2 {
    font-size: 21px;
    font-weight: 400;
    text-transform: uppercase;
    margin-bottom: 30px;
}
#admin_nav_icons li {
    padding-right: 0;
    padding-left: 0;
}
#admin_nav_icons li {
    display: inline-block;
}
.required_label::after {
    content: " * ";
}
.reg_header {
    height: 500px;
    background: url("/image/reg_banner.png") no-repeat center bottom;
    background-size: 100% auto;
    padding-top:40px;
}
.reg_header hr {
    border-top: 1px solid #D9D9D9;
}
.reg_header h1 {
    color: #252525;
    font-size: 48px;
    font-weight: 700;
    text-align: center;
    margin-top: 120px;
}
.grey_bg {
    background: #F9F9F9;
}
.reg_container {
}
.reg_container h2{
    font-size: 32px;
    font-weight: 700;
}
.pdt40 {
    padding-top: 40px;
}
.reg_container .nav-tabs>li a{
    color: #c9c9c9;
    font-size: 32px;
    line-height: 1.2;
}
.profile_steps .nav-tabs>li a{
    color: #c9c9c9;
    font-size: 32px;
    line-height: 1.2;
}
.reg_container .nav-tabs>li a:after {
    content: "";
    display: block;
    border-left: 1px solid #c9c9c9;
    height: 35px;
    width: 1px;
    margin: 10px auto;
}
.profile_steps .nav-tabs>li a:after {
    content: "";
    display: block;
    border-left: 1px solid #c9c9c9;
    height: 35px;
    width: 1px;
    margin: 10px auto;
}
.reg_container .nav-tabs>li.active a:before {
    color: #5E6071;
}
.profile_steps .nav-tabs>li.active a:before {
    color: #5E6071;
}
.reg_container .nav-tabs>li a:before {
    color: #AFAFAF;
}
.profile_steps .nav-tabs>li a:before {
    color: #AFAFAF;
}
.reg_container .nav-tabs>li:nth-child(1) a:before {
    content: "ARBEITGEBERDATEN";
    float: right;
    display: block;
    position: absolute;
    margin-left: 65px;
    font-size: 24px;
    margin-top: 5px;
}
.profile_steps .nav-tabs>li:nth-child(1) a:before {
    content: "ARBEITGEBERDATEN";
    float: right;
    display: block;
    position: absolute;
    margin-left: 65px;
    font-size: 16px;
    margin-top: 5px;
}
.reg_container .nav-tabs>li:nth-child(2) a:before {
    content: "ANSPRECHPARTNER";
    float: right;
    display: block;
    position: absolute;
    margin-left: 65px;
    font-size: 24px;
    margin-top: 5px;
}
.profile_steps .nav-tabs>li:nth-child(2) a:before {
    content: "ANSPRECHPARTNER";
    float: right;
    display: block;
    position: absolute;
    margin-left: 65px;
    font-size: 16px;
    margin-top: 5px;
}
.reg_container .nav-tabs>li:nth-child(3) a:before {
    content: "ANSCHRIFT";
    float: right;
    display: block;
    position: absolute;
    margin-left: 65px;
    font-size: 24px;
    margin-top: 5px;
}
.profile_steps .nav-tabs>li:nth-child(3) a:before {
    content: "ANSCHRIFT";
    float: right;
    display: block;
    position: absolute;
    margin-left: 65px;
    font-size: 16px;
    margin-top: 5px;
}
.reg_container .nav-tabs>li:nth-child(4) a:before {
    content: "RECHNUNGSDATEN";
    float: right;
    display: block;
    position: absolute;
    margin-left: 65px;
    font-size: 24px;
    margin-top: 5px;
}
.profile_steps .nav-tabs>li:nth-child(4) a:before {
    content: "RECHNUNGSDATEN";
    float: right;
    display: block;
    position: absolute;
    margin-left: 65px;
    font-size: 16px;
    margin-top: 5px;
}
.reg_container .nav-tabs>li:nth-child(5) a:before {
    content: "KOSTEN";
    float: right;
    display: block;
    position: absolute;
    margin-left: 65px;
    font-size: 24px;
    margin-top: 5px;
}
.profile_steps .nav-tabs>li:nth-child(5) a:before {
    content: "KOSTEN";
    float: right;
    display: block;
    position: absolute;
    margin-left: 65px;
    font-size: 16px;
    margin-top: 5px;
}
.reg_container .nav-tabs>li:last-child a:after {
    display: none;
}
.profile_steps .nav-tabs>li:last-child a:after {
    display: none;
}
.reg_container .nav-tabs>li.active>a, .reg_container .nav-tabs>li.active>a:focus, .reg_container .nav-tabs>li.active>a:hover {
    color: #F8981D;
    cursor: default;
    background-color: transparent;
    border: 0;
    border-bottom-color: transparent;
}
.profile_steps .nav-tabs>li.active>a, .profile_steps .nav-tabs>li.active>a:focus, .profile_steps .nav-tabs>li.active>a:hover {
    color: #F8981D;
    cursor: default;
    background-color: transparent;
    border: 0;
    border-bottom-color: transparent;
}
.reg_container .nav-tabs>li {
    float: none;
    margin-bottom: 35px;
    display: block;
    width: 60px;
    height: 60px;
    border-radius: 30px;
    background: #E8E8E8;
    border: 1px solid #C9C9C9;
    color: #c9c9c9;
    text-align: center;
}
.profile_steps .nav-tabs>li {
    float: none;
    margin-bottom: 35px;
    display: block;
    width: 60px;
    height: 60px;
    border-radius: 30px;
    background: #E8E8E8;
    border: 1px solid #C9C9C9;
    color: #c9c9c9;
    text-align: center;
}
.reg_container .nav-tabs>li.active {

    border: 1px solid #F8981D;
    background: #fff;
    font-size: 32px;
}
.profile_steps .nav-tabs>li.active {

    border: 1px solid #F8981D;
    background: #fff;
    font-size: 32px;
}
.reg_container p{
    font-size: 20px;
    color: #6D737A;
    margin: 35px 0;
}
.profile_steps p{
    font-size: 14px;
    color: #6D737A;
    margin: 35px 0;
}
.reg_container .nav-tabs>li a:hover , .reg_container .nav>li>a:focus, .reg_container .nav>li>a:hover{
    background: transparent;
    border: 1px solid transparent;
    outline: none;
}
.profile_steps .nav-tabs>li a:hover , .profile_steps .nav>li>a:focus, .profile_steps .nav>li>a:hover{
    background: transparent;
    border: 1px solid transparent;
    outline: none;
}
.nav-tabs {
    border-bottom: 0;
}
.pdt25 {
    padding-top: 25px;
}
.custom-file-input {
    color: transparent;
}
.custom-file-input::-webkit-file-upload-button {
    visibility: hidden;
}
.custom-file-input::before {
    content: 'Datei wählen';
    color: #5E6071;
    display: inline-block;
    background: #EAECF0;
    border: 1px solid #EAECF0;
    border-radius: 3px;
    padding: 11px 15px;
    outline: none;
    white-space: nowrap;
    -webkit-user-select: none;
    cursor: pointer;
    font-weight: 600;
    font-size: 14px;
    margin-bottom: 20px;
}
.custom-file-input:hover::before {
    border-color: black;
}
.custom-file-input:active {
    outline: 0;
}
.custom-file-input:active::before {
    background: -webkit-linear-gradient(top, #e3e3e3, #f9f9f9);
}
input[type=file]:focus, input[type=checkbox]:focus, input[type=radio]:focus {
    outline: 0;
    outline-offset: -2px;
}
.pd25 {
    padding: 25px 0;
}
.reg_container #reg_form {
    display: flex;
}
.reg_container #reg_form .btn{
    padding: 11px 20px;
    font-size: 14px;
    margin: 20px 0;
}
.w100 {
    width: 100%;
}
.w50 {
    width: 48%;
}
.w30 {
    width: 30%;
}
.space {
    justify-content: space-between;
}
.btn-primary:hover {
    color: #fff;
    background-color: #f7ac4a;
    border-color: #f7ac4a;
}
.reg_container .input__wrapper img{
    margin-right: 10px;
}
.reg_container .input__wrapper {
    padding: 10px;
    border: 1px solid #EAECF0;
    border-radius: 8px;
    display: flex;
}
.pdb25 {
    padding-bottom: 25px;
}
#li_overlay {
    position: absolute;
    height: 100%;
    background: transparent;
    top: 0;
    z-index: 99;
    width: 100%;
}
.passed {
    background: #F8981D !important;
}
.passed a {

    color: #fff !important;
}
.tab-pane{
    padding-bottom: 50px;
}
.form-control.required.error_input {
    border: 1px solid rgb(255, 0, 0) !important;
}
.code_placeholder{
    position: absolute;
    display: block;
    height: 47px;
    margin-top: -48px;
    border-right: 1px solid #ccc;
    padding: 15px;
    font-size: 16px;
    line-height: 1;
    margin-left: 1px;
}
.login_container {
    min-height: 500px;
}
.grey_bg {
    background: #F9F9F9;
}
.subbanner {
    background: url('/image/subbanner.png') no-repeat center top;
    background-size:  cover;
    min-height: 240px;
}
.flx {
    display: flex;
}
.subhead_logo {
    margin: auto auto !important;

}
#mobile_menu li:hover rect, .adm_menu ul li.active rect, .adm_menu h3:hover rect{
    fill:#F8981D;
}
.sub-nav li {
    padding-left: 45px !important;
}
.adm_menu .ng-fa-icon {
    float: left;
    margin-top: -6px;
    margin-right: 10px;
}
.adm_menu ul {
    margin: 0;
    padding: 0;
}
.adm_menu a , .adm_menu h3{
    color: #fff;
    font-size: 16px;
    padding: 15px 20px 10px 10px;
    width: 100%;
    display: inline-block;
}
.adm_menu ul li , .adm_menu h3{
    display: block;
    padding: 5px 5px 0;
    cursor: pointer;
}
.adm_menu h3 {
    width: unset;
    padding: 15px 20px 10px 10px;
}
.adm_menu ul li.active a, .adm_menu ul li:hover a, .adm_menu h3:hover {
    color: #565D60;
}
.adm_menu .sub-nav a{
    color: #565D60;
    padding-bottom:20px;
}
.adm_menu ul li.active, .adm_menu ul li:hover, .adm_menu h3:hover{
    background: #D7D9DB;
}
.adm_menu .sub-nav {
    background: #E1E3E5;
}
.inside_content {
    padding: 40px 60px;
}
.inside_content h1 {
    color: #252525;
    font-weight: 700;
    font-size: 32px;
    margin-bottom: 40px;
}
.welcome_container {
    font-size: 20px;
    color: #6D737A;
}
.welcome_row {
    box-shadow: 0px 1px 2px 0px #1018280F;
    box-shadow: 0px 1px 3px 0px #1018281A;
    display: flex;
    padding: 20px;
    border-radius: 10px;
    color: #6D737A;
    margin-bottom: 40px;
}
.welcome_row .ng-fa-icon {
    margin-right: 20px;
}
.mh500 {
    min-height: 500px;
}
.swal2-popup #swal2-content {
    font-size: 16px;
}
.cont{
    position: relative;
    overflow: hidden;
    height: 1px;
}
.slider {
    -webkit-transition:-webkit-transform .3s ease;
    -moz-transition:   -moz-transform .3s ease;
    -ms-transition:    -ms-transform .3s ease;
    transition:        transform .3s ease;
}

.slider.opened {
    /* visible */
    -webkit-transform: translate(0, 0%);
    -moz-transform: translate(0, 0%);
    -ms-transform: translate(0, 0%);
    transform: translate(0, 0%);
}
.slider.closed {
    /* completely offscreen */
    -webkit-transform: translate(0, -100%);
    -moz-transform: translate(0, -100%);
    -ms-transform: translate(0, -100%);
    transform: translate(0, -100%);
}
.error{
    color: #f00;
    font-size: 12px;
    text-align: right;
    display: inline-block;
    width: 100%;
}
#mobile_a {
    display: none;
}
.txt16 {
    font-size: 16px;
}
#changePreferences {
    cursor: pointer;
}
#admin_nav_icons a {
    cursor: pointer;
}
#admin_nav_icons a:hover {
    border-radius: 5px;
    box-shadow: 1px 14px 7px rgba(0,0,0,0.5);
}
.open>.dropdown-menu {
    display: block;
    right: 0;
    left: unset;
    background: #FDFEFF;
}
.open>.dropdown-menu li img {
    margin-right: 8px;
}
.open>.dropdown-menu li:hover {
    background: #f5f5f5;
}
.open>.dropdown-menu li a{
    border-bottom: 1px solid #CAC4D0;
    padding: 10px;
}
.open>.dropdown-menu li {
    cursor: pointer;
}
.open>.dropdown-menu li:last-child a {
    border: 0;
}
.dropdown-menu {
    box-shadow: 0px 2px 6px 2px #00000026;
    box-shadow: 0px 1px 2px 0px #0000004D;

}
.mr10 {
    margin-right: 10px;
}

.checkbox {
    position: relative !important;
    left: 30px !important;
    top: 0px !important;
    z-index: 0 !important;
    -webkit-appearance: none !important;
}
.checkbox + label {
    position: relative;
    display: block;
    cursor: pointer;
    line-height: 1.3;
    padding-left:50px;
    position: relative;
    margin-top: -30px;
    color: #6B6B6B;
    font-size: 14px;
    font-weight: 500;
}
.checkbox + label::before {
    width: 40px;
    height: 20px;
    border-radius: 30px;
    border: 0px solid #ddd;
    background-color: #EEE;
    content: "";
    margin-right: 15px;
    transition: background-color 0.5s linear;
    z-index: 5;
    position: absolute;
    left: 0px;
}
.checkbox + label::after {
    width: 20px;
    height: 20px;
    border-radius: 30px;
    background-color: #F8981D;
    content: "";
    transition: margin 0.1s linear;
    position: absolute;
    left: 2px;
    top: 0px;
    z-index: 10;
}
.checkbox:checked + label:before {
    background-color: #F8EFE4;
}
.checkbox:checked + label:after {
    margin: 0 0 0 20px;
}
.fa-question {
    background: #5E6071;
    padding: 13px;
    border-radius: 5px;
    color: #fff;
}
#question_modal li {
    padding: 10px;
}
[type="checkbox"] {
    position: unset;
    left: 0;
    top: 0px;
    z-index: 0;
    -webkit-appearance: checkbox;
}

.multiselect-all, .multiselect-option, .multiselect-container .multiselect-all.active:not(.multiselect-active-item-fallback), .multiselect-container .multiselect-all:not(.multiselect-active-item-fallback):active, .multiselect-container .multiselect-group.active:not(.multiselect-active-item-fallback), .multiselect-container .multiselect-group:not(.multiselect-active-item-fallback):active, .multiselect-container .multiselect-option.active:not(.multiselect-active-item-fallback), .multiselect-container .multiselect-option:not(.multiselect-active-item-fallback):active {
    background: #fff;
    border: 0;
    display: block;
    width: 100%;
    text-align: left;
}
.multiselect-container .multiselect-filter>input.multiselect-search:focus {
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
    box-shadow: unset;
}

.form-check-label {
    font-size: 16px;
    font-weight: 400;
    margin-left:10px;
}
.custom-select {
    display: inline-block;
    width: 200px;
    height: 37px;
    padding: 6px;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    vertical-align: middle;
    background: #fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right .75rem center/8px 10px;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.custom-control-label::before, .custom-file-label, .custom-select {
    transition: background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.multiselect {
    overflow: hidden;
    text-overflow: ellipsis;
    width: 100%;
    text-align: left;
    height: 50px;
    border-radius: 5px;
    padding-left:10px;
}
.btn-group, .btn-group-vertical {
    position: relative;
    display: -ms-inline-flexbox;
    display: inline-flex;
    vertical-align: middle;
    width: 100%;
}

.multiselect-container {
    position: absolute;
    list-style-type: none;
    margin: 0;
    padding: 0;
    width: 100%;
}
.multiselect-container .multiselect-filter>input.multiselect-search {
    border: none;
    border-bottom: 1px solid #d3d3d3;
    padding-left: 27px;
    margin-left: 24px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    width: 93%;
}
.multiselect-container .multiselect-filter>.fa-search {
    z-index: 1;
    padding-left: 2.75rem;
    margin-top: 10px;
    position: absolute;
}
.multiselect-option.dropdown-item label {
    width: 85%;
}
#kosten td{
    border:1px solid #ffffff;
    padding: 8px 10px;
}
#kosten td:nth-child(odd){
    background: #F5F5F5;
    color: #4D4D4D;
}
#kosten td:nth-child(even){
    background: #FFF7EE;
    color: #FF971D;
    padding-left: 15px;
    font-weight: bold;
}
.small, small {
    font-size: 81%;
}
#kosten {
    width: 100%;
}
@media (max-width: 1200px){
    .container{
        width: 100%;
    }
}
@media (max-width: 900px) {
    #mobile_a {
        display: block;
        float: right;
        margin-left: 15px;
    }
    .logout_div a{
        float: none !important;
    }
    .logout_div {
        text-align: center;
        padding-top: 20px;
    }
    .reg_container .nav-tabs>li a:before{
        display: none !important;
    }
}
@media (max-width: 600px){
    .npl, .npr {
        padding: 0 !important;
    }
    .action_buttons {
        width: 100%;
    }
    .action_buttons #admin_nav {
        margin: 0;
        padding: 0;
    }
    .action_buttons li {
        display: block;
        margin: 5px 0;
    }
    .col-sm-hide {
        display: none;
    }
    .flx {
        display: block;
    }
    .inside_content {
        padding: 0px;
    }
    .col-xs-hide {
        display: none;
    }
    #logo {
        text-align: center;
        padding-bottom: 20px;
    }
    .login_bg {
       float: none !important;
        margin: 20px auto ;
    }
    .features_bg div{
        margin-bottom: 20px;
    }
    .feature_item:nth-child(1) {
        margin-top: 20px;
        margin-bottom: 20px;
    }
    .features {
        padding-bottom: 0;
    }
    .cards2 {
        margin-top:40px;
    }
    .collapse_lnk img{
        display: none;

    }
    .city_bottom {
        background-size: 140% auto;
    }
    header h1 {
        font-size: 30px;
    }
    header p, .features p {
        margin-top: 20px;
    }
    .login_btns {
        padding-top: 0;
    }
    .pdt80 {
        padding-top: 40px;
    }
    .sep80 {
        height: 40px;
    }
    .reg_cities_bg {
        background-size: cover;
    }
}

@media (max-width:414px) {
    #logos_list {
        display: block;
    }
    #logos_list li {
        display: block;
        text-align: center;
        padding: 20px 0;
    }
    .login_bg {
        width: 100%;
    }
    .features_bg {
        padding: 24px;
    }
}