@font-face {
    font-family: "Glyphicons Halflings";
    src: url("../fonts/glyphicons-halflings-regular.eot");
    src: url("../fonts/glyphicons-halflings-regular.eot?#iefix") format("embedded-opentype"), url("../fonts/glyphicons-halflings-regular.woff2") format("woff2"), url("../fonts/glyphicons-halflings-regular.woff") format("woff"), url("../fonts/glyphicons-halflings-regular.ttf") format("truetype"), url("../fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular") format("svg");
}

.glyphicon {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: "Glyphicons Halflings";
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.glyphicon-search:before { content: "\e003"; }
.glyphicon-user:before { content: "\e008"; }
.glyphicon-remove:before { content: "\e014"; }
.glyphicon-trash:before { content: "\e020"; }
.glyphicon-envelope:before { content: "\2709"; }
.glyphicon-edit:before { content: "\e065"; }
.glyphicon-log-out:before { content: "\e163"; }
.glyphicon-floppy-disk:before { content: "\e172"; }

.hide {
    display: none !important;
}

.text-right {
    text-align: right !important;
}

.pull-right {
    float: right !important;
}

.pull-left {
    float: left !important;
}

.img-responsive {
    display: block;
    max-width: 100%;
    height: auto;
}

body {
    font-size: 14px;
    line-height: 1.42857143;
    color: #333;
}

a,
a:focus,
a:hover {
    color: #000;
    text-decoration: none;
}

h1,
h2,
h3,
.h1,
.h2,
.h3 {
    margin-top: 20px;
    margin-bottom: 10px;
}

h3,
.h3 {
    font-size: 24px;
}

.container {
    padding-right: 15px;
    padding-left: 15px;
}

.row {
    --bs-gutter-x: 30px;
}

:root {
    --oc-primary-title-size: 34px;
    --oc-header-subtitle-size: 24px;
}

@media (min-width: 768px) {
    .container {
        width: 750px;
        max-width: 750px;
    }
}

@media (min-width: 992px) {
    .container {
        width: 970px;
        max-width: 970px;
    }
}

@media (min-width: 1200px) {
    .container {
        width: 970px;
        max-width: 970px;
    }
}

.btn-default {
    --bs-btn-color: #333;
    --bs-btn-bg: #fff;
    --bs-btn-border-color: #ccc;
    --bs-btn-hover-color: #333;
    --bs-btn-hover-bg: #e6e6e6;
    --bs-btn-hover-border-color: #adadad;
    --bs-btn-focus-shadow-rgb: 173, 173, 173;
    --bs-btn-active-color: #333;
    --bs-btn-active-bg: #e6e6e6;
    --bs-btn-active-border-color: #adadad;
    --bs-btn-disabled-color: #333;
    --bs-btn-disabled-bg: #fff;
    --bs-btn-disabled-border-color: #ccc;
}

.btn {
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    border-radius: 4px;
    background-image: none !important;
    box-shadow: none !important;
    text-shadow: none;
}

.btn:focus,
.btn:active,
.btn.active {
    box-shadow: none !important;
}

.btn-primary {
    --bs-btn-color: #fff;
    --bs-btn-bg: #e3b500;
    --bs-btn-border-color: #9b7c00;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #a68400;
    --bs-btn-hover-border-color: #9b7c00;
    --bs-btn-focus-shadow-rgb: 166, 132, 0;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #a68400;
    --bs-btn-active-border-color: #9b7c00;
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #a68400;
    --bs-btn-disabled-border-color: #9b7c00;
    background-color: #e3b500;
    background-image: none !important;
}

.btn-block {
    display: block;
    width: 100%;
}

.input-group-btn {
    display: flex;
}

.input-group-btn > .btn {
    position: relative;
    z-index: 2;
}

.panel {
    margin-bottom: 20px;
    background-color: #fff;
    border: 1px solid transparent;
    border-radius: 4px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
}

.panel-body {
    padding: 15px;
}

.panel-heading {
    padding: 10px 15px;
    border-bottom: 1px solid transparent;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}

.panel-default {
    border-color: #ddd;
}

.panel-default > .panel-heading,
.panel-default > .panel-heading-custom {
    color: #333;
    background-color: #f5f5f5;
    border-color: #ddd;
}

.panel-group {
    margin-bottom: 20px;
}

.well {
    min-height: 20px;
    padding: 19px;
    margin-bottom: 20px;
    background-color: #f5f5f5;
    border: 1px solid #e3e3e3;
    border-radius: 4px;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
}

.form-group {
    margin-bottom: 15px;
}

.form-control {
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    border-radius: 4px;
}

.form-horizontal .control-label,
.control-label {
    color: #999;
    padding-top: 7px;
    margin-bottom: 0;
    font-weight: 700;
}

.form-label {
    color: #999;
    font-weight: 700;
}

label {
    color: #999;
    font-weight: 700;
}

.form-horizontal .form-group {
    display: flex;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}

.form-horizontal .form-group > [class*="col-"] {
    padding-right: 15px;
    padding-left: 15px;
}

@media (min-width: 1200px) {
    .form-horizontal .control-label {
        text-align: right;
    }
}

@media (min-width: 992px) {
    .oc-account-page .form-horizontal .control-label {
        text-align: right;
    }
}

.checkbox-inline {
    position: relative;
    display: inline-block;
    padding-left: 20px;
    margin-bottom: 0;
    font-weight: 400;
    vertical-align: middle;
    cursor: pointer;
}

.checkbox-inline input[type="checkbox"] {
    position: absolute;
    margin-left: -20px;
}

.has-error,
.has-error .help-block,
.has-error .control-label {
    color: #a94442;
}

.has-error .form-control {
    border-color: #a94442;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
}

.has-feedback {
    position: relative;
}

.has-feedback .form-control {
    padding-right: 42.5px;
}

.form-horizontal .form-group.has-feedback > [class*="col-"] {
    position: relative;
}

.form-control-feedback {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    display: block;
    width: 34px;
    height: 34px;
    line-height: 34px;
    text-align: center;
    pointer-events: none;
}

.form-horizontal .form-group.has-feedback > [class*="col-"] .form-control-feedback {
    right: 15px;
}

.col-xs-12 {
    flex: 0 0 auto;
    width: 100%;
}

.visible-xs-block,
.visible-sm-block {
    display: none !important;
}

@media (max-width: 767.98px) {
    .hidden-xs {
        display: none !important;
    }

    .visible-xs-block {
        display: block !important;
    }
}

@media (min-width: 768px) and (max-width: 991.98px) {
    .hidden-sm {
        display: none !important;
    }

    .visible-sm-block {
        display: block !important;
    }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
    .hidden-md {
        display: none !important;
    }
}

@media (min-width: 992px) {
    .col-lg-offset-1 { margin-left: 8.33333333%; }
    .col-lg-offset-2 { margin-left: 16.66666667%; }
    .col-lg-offset-3 { margin-left: 25%; }
    .col-lg-offset-4 { margin-left: 33.33333333%; }
    .col-lg-offset-5 { margin-left: 41.66666667%; }
    .col-lg-offset-6 { margin-left: 50%; }
    .col-lg-offset-7 { margin-left: 58.33333333%; }
    .col-lg-offset-8 { margin-left: 66.66666667%; }
    .col-lg-offset-9 { margin-left: 75%; }
    .col-lg-offset-10 { margin-left: 83.33333333%; }
    .col-lg-offset-11 { margin-left: 91.66666667%; }
    .col-lg-offset-12 { margin-left: 100%; }
}

.dropdown-menu > li > a {
    display: block;
    width: 100%;
    padding: .25rem 1rem;
    clear: both;
    font-weight: 400;
    color: var(--bs-dropdown-link-color);
    text-align: inherit;
    text-decoration: none;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
}

.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
    color: var(--bs-dropdown-link-hover-color);
    background-color: var(--bs-dropdown-link-hover-bg);
}

.dropdown-menu > li > a.active {
    color: var(--bs-dropdown-link-active-color);
    background-color: var(--bs-dropdown-link-active-bg);
}

.header-title h2 {
    font-size: var(--oc-primary-title-size) !important;
    font-weight: 700;
    line-height: 1.1;
}

.header-title h2 small,
.header-title h2 .small {
    color: #999;
    font-size: var(--oc-header-subtitle-size) !important;
    font-weight: 700;
    line-height: inherit;
    vertical-align: baseline;
}

.oc-default-page .header > .container,
.oc-default-page .main > .container {
    width: 1170px;
    max-width: 1170px;
}

.oc-default-title-row {
    height: 95px;
    padding-top: 45px;
}

.oc-page-title {
    margin-top: 0;
    margin-bottom: 8px;
    color: #333;
    font-size: var(--oc-primary-title-size);
    font-weight: 700;
    line-height: 1.1;
}

.oc-default-layout {
    align-items: flex-start;
}

.oc-default-menu {
    flex: 0 0 260px;
    max-width: 260px;
    padding-top: 50px;
}

.oc-default-content {
    flex: 1 1 0;
    max-width: calc(100% - 260px);
}

.oc-default-page .main-content {
    width: 100%;
}

.oc-default-page .text-info {
    color: #31708f !important;
}

.oc-default-page .table {
    color: #555;
}

.oc-default-page .table > thead > tr > th,
.oc-default-page .table > thead > tr > th > a {
    color: #333;
    font-weight: 700;
    text-decoration: none;
}

.oc-default-page .table > tbody > tr > td {
    border-top: 1px solid #ddd;
}

.oc-default-page .mgl-summary {
    clear: both;
    padding-bottom: 20px;
}

.oc-default-page .mgl-edit {
    width: 100%;
    overflow-x: hidden;
}

.oc-default-page .mgl-edit-table {
    table-layout: fixed;
    width: 100%;
}

.oc-default-page .mgl-edit-table th,
.oc-default-page .mgl-edit-table td {
    padding-left: .35rem;
    padding-right: .35rem;
    overflow-wrap: anywhere;
    vertical-align: middle;
}

.oc-default-page .mgl-edit-table .mgl-col-nr {
    width: 9%;
    white-space: nowrap;
    overflow-wrap: normal;
}

.oc-default-page .mgl-edit-table .mgl-col-vorname {
    width: 11%;
}

.oc-default-page .mgl-edit-table .mgl-col-nachname {
    width: 12%;
}

.oc-default-page .mgl-edit-table .mgl-col-geburt {
    width: 6%;
}

.oc-default-page .mgl-edit-table .mgl-col-strasse {
    width: 13%;
}

.oc-default-page .mgl-edit-table .mgl-col-plz {
    width: 7%;
}

.oc-default-page .mgl-edit-table .mgl-col-ort {
    width: 11%;
}

.oc-default-page .mgl-edit-table .mgl-col-deleg {
    width: 8%;
}

.oc-default-page .mgl-edit-table .mgl-col-stimmrecht {
    width: 6%;
    white-space: nowrap;
    overflow-wrap: normal;
}

.oc-default-page .mgl-edit-table .mgl-col-grund {
    width: 7%;
    white-space: nowrap;
    overflow-wrap: normal;
}

.oc-default-page .mgl-edit-table .mgl-col-action {
    width: 5%;
    padding-left: .1rem;
    padding-right: .1rem;
    white-space: nowrap;
}

.oc-default-page .mgl-edit-table .mgl-action-button {
    min-width: 30px;
    width: 30px;
    padding-left: 0;
    padding-right: 0;
}

.vertical-menu,
.vertical-collapse-menu {
    color: #000;
}

.vertical-menu > li > a,
.vertical-collapse-menu a {
    color: #000 !important;
    text-decoration: none !important;
    white-space: normal;
}

.vertical-menu > li > a.active,
.vertical-menu > li > a.active:hover {
    color: #000;
    font-weight: 700;
}

.horizontal-header-menu a,
.horizontal-footer-menu a {
    color: #000;
    text-decoration: none;
}

.oc-account-page .header-title h2 {
    font-size: var(--oc-primary-title-size) !important;
    font-weight: 700;
    line-height: 1.1;
}

.oc-account-page .header-title h2 small,
.oc-account-page .header-title h2 .small {
    display: none !important;
}

.oc-account-page h3 {
    font-size: 24px;
    font-weight: 700;
}

.oc-account-page .control-label {
    color: #999;
    font-weight: 700;
}

.oc-account-page .form-horizontal .text-right a {
    color: #000;
    text-decoration: none;
}

@media (max-width: 1199.98px) {
    .oc-default-page .header > .container,
    .oc-default-page .main > .container {
        width: 970px;
        max-width: 970px;
    }
}

@media (max-width: 991.98px) {
    .oc-default-page .header > .container,
    .oc-default-page .main > .container {
        width: auto;
        max-width: 100%;
    }

    .oc-default-title-row {
        height: auto;
        padding-top: 40px;
    }

    .oc-default-content {
        flex: 0 0 100%;
        max-width: 100%;
    }
}
