.bg-grey {
    background-color: #F0F0F0;
    color: #222;              
    padding: 90px 0;
}

.bg-white {
    background-color: #ffffff;
    color: #222;
    padding: 90px 0;
}

body {
    background: #F0F0F0;
    font-size: 18px;
    line-height: 1.6;
}

h1, h2, h3, h4, h5, h6 {
    color: #e65100;
    font-weight: bold;
}

h1 {
    padding-top: 110px;
}

h2, h3, h4, h5, h6 {
    margin-top: 0;
}

a {
    color: #e65100;
    text-decoration: underline;
}

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

.img-responsive {
    border-radius: 8px;
    margin-bottom: 30px;
}

.btn-orange {
    background-color: #e65100;
    color: #fff;
    border: none;
    border-radius: 6px;
    padding: 10px 20px;
    font-size: 16px;
    text-decoration: none;
}

.btn-orange:hover,
.btn-orange:focus {
    background-color: #bf360c;
    color: #fff;
    outline: none;
    text-decoration: none;
}

.margin_top_0 {
    margin-top: 0;
}

.margin_top_10 {
    margin-top: 10px;
}

.margin_top_30 {
    margin-top: 30px;
}

.margin_top_60 {
    margin-top: 60px;
}

.margin_bottom_20 {
    margin-bottom: 20px;
}

.margin_bottom_30 {
    margin-bottom: 30px;
}

.margin_bottom_60 {
    margin-bottom: 60px;
}

.margin_bottom_90 {
    margin-bottom: 90px;
}

.margin_right_0 {
    margin-right: 0;
}

.padding_top_0 {
    padding-top: 0;
}

.padding_top_60 {
    padding-top: 60px;
}

.padding_bottom_60 {
    padding-bottom: 60px;
}

.padding_left_0 {
    padding-left: 0;
}

blockquote {
    border-left: 4px solid #e65100;
    padding: 15px 20px;
    margin-top: 60px;
    margin-bottom: 0;
}

.rc_icon_besonderheiten {
    float: left;
    margin-left: 0;
    margin-right: 25px;
    margin-top: 25px;
    margin-bottom: 25px;
}

.panel {
    border: none;
    box-shadow: 0 6px 12px rgba(0,0,0,0.15);
    border-radius: 8px;
}

.panel-heading {
    background-color: #fff3e0 !important;
    color: #222 !important;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
}

.alert-warning {
    background-color: #fff3e0;
    color: #222;
    box-shadow: 0 6px 12px rgba(0,0,0,0.15);
    border-radius: 6px;
}

.alert-warning label {
    font-weight: normal;
}

.navbar-nav > li > a {
    text-decoration: none;
    color: inherit;
}

.navbar-nav > li > a:hover {
    text-decoration: none;
    color: #337ab7;
}

.navbar-btn {
    background-color: #e65100;
    color: white;
    border: none;
    text-decoration: none;
}

.navbar-btn:hover {
    background-color: #bf360c;
    color: white;
}

.navbar-brand {
    font-weight: bold;
    text-decoration: none;
    color: #e65100;
}

.navbar-brand:hover,
.navbar-brand:focus {
    text-decoration: none;
    color: #bf360c;
}

[id] {
    scroll-margin-top: 110px;
}

.anchor-offset::before {
    content: "";
    display: block;
    height: 110px;
    margin-top: -110px;
    visibility: hidden;
}

#email_bestaetigen_group {
    display: none;
}

.pfeil {
    width: 300px;
    margin-top: 30px;
}

.breadcrumb {
    margin-top: 30px;
    margin-bottom: 30px;
    background-color: transparent;
}

.text_16 {
    font-size: 16px;
}

.modal-content {
    border-radius: 8px;
    overflow: hidden;
}

.modal-header {
    min-height: 16px;
    padding: 15px;
    border: 1px solid #e5e5e5;
    background-color: #fff3e0;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
}

.modal-title {
    font-weight: normal;
}

.modal-header .close {
    color: #e65100;
    text-decoration: none;
    opacity: 1;
    font-size: 28px;
    line-height: 1;
}

.modal-header .close:hover,
.modal-header .close:focus {
    color: #bf360c;
    text-decoration: none;
    opacity: 1;
}

input[type="checkbox"] + label {
    font-weight: normal;
}

.checkbox-wrapper {
    display: flex;
    align-items: center;
    gap: 8px;
    cursor: pointer;
    font-size: 16px;
    font-weight: normal;
    justify-content: flex-start;
}

.checkbox-wrapper input[type="checkbox"] {
    accent-color: #e65100;
    width: 20px;
    height: 20px;
    margin: 0;
}

@media (max-width: 767px) {
    
    .action_button_bottom {
        margin-bottom: 60px;
    }
    
    .blockquote_bottom {
        margin-bottom: 60px;
    }
    
}

@media (max-width: 1400px) {
    
.navbar-header {
    float: none;
}

.navbar-left, .navbar-right {
    float: none !important;
}

.navbar-toggle {
    display: block;
}

.navbar-collapse {
    border-top: 1px solid #e7e7e7;
    box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
}

.navbar-collapse.collapse {
    display: none!important;
}

.navbar-nav {
    float: none!important;
    margin-top: 7.5px;
}

.navbar-nav>li {
    float: none;
}

.navbar-nav>li>a {
    padding-top: 10px;
    padding-bottom: 10px;
}

.collapse.in {
    display: block!important;
}
  
}