@import url(https://cdnjs.cloudflare.com/ajax/libs/animate.css/3.5.2/animate.css);
body,
html {
    font-size: 16px;
    line-height: 1.4;
    height: 100%;
    margin: 0;
    padding: 0;
}
a {
    color: inherit;
}
a:hover {
    color: #1f2235;
}
.container,
.container-lg,
.container-md,
.container-sm,
.container-xl {
    max-width: 1300px;
}
.header {
    left: 0;
    right: 0;
    height: 110px;
    line-height: 110px;
    color: #fff;
    background: #fff;
}
.header__logo {
    font-weight: 700;
    float: left;
}
.header_meta {
     background: rgb(181,126,17);
background: linear-gradient(90deg, rgba(181,126,17,1) 0%, rgba(250,240,163,1) 35%, rgba(230,195,93,1) 100%); 
    height: 44px;
    line-height: 44px;
    font-size: 14px;
    color: #000;
}
.header_meta ul {
    list-style: none;
}
.header_meta ul li {
    float: left;
    width: 210px;
}
.header_meta ul li:last-child {
    float: right;
    text-align: right;
    line-height: 40px;
}
.header_meta a:hover {
    color: #000000;
    text-decoration: none;
    transition: all 0.5s ease;
}
.header_meta i {
    font-size: 20px;
}
.header_meta .btn {
    padding: 5px 20px;
    font-weight: 100;
    font-size: 12px;
}
.menulogo {
    max-width: 280px;
    margin-top: 45px;
}
.menulogo-xs {
    max-width: 200px;
    margin-top: 18px;
}
ul.mainmenu {
    margin: 0;
    padding: 0;
    list-style: none;
    float: right;
}
ul.mainmenu li {
    float: left;
    padding-top: 0;
    padding-left: 20px;
    padding-right: 20px;
}
ul.mainmenu li a {
    text-transform: uppercase;
    color: #494948;
    font-weight: 700;
    font-size: 15px;
    line-height: 50px;
    transition: all 0.5s ease;
    padding-bottom: 5px;
}
ul.mainmenu li a:hover {
    color: #b57e11;
    text-decoration: none;
    transition: all 0.2s ease;
    border-bottom: 3px solid #b57e11;
}
ul.mainmenu li:last-child {
    padding-right: 0;
}
ul.mainmenu li a.active {
    color: #b57e11;
}
.dropdown-toggle {
    cursor: pointer;
}
.dropdown-menu {
    min-width: 250px;
    border-radius: 0;
}
.dropdown-menu li {
    line-height: normal !important;
    float: none !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
}
li.dropdown li a {
    display: block;
    width: 100%;
    padding-left: 20px !important;
    padding-right: 20px !important;
    line-height: 40px;
    font-size: 14px;
    padding-bottom: 0;
}
li.dropdown li a:hover {
    border-bottom: none;
    background-color: #b57e11;
    color: #fff;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 700;
}
h1 {
    font-size: 40px;
    color: #fff;
    padding-bottom: 4px;
}
h2 {
    font-size: 30px;
    margin-bottom: 20px;
    font-weight: 500;
}
h3 {
    font-size: 20px;
    font-weight: 500;
}
.carousel-caption {
    left: 17%;
    top: 20%;
    text-align: left;
}
.slider-black {
    background: rgba(0, 0, 0, 0.8);
    max-width: 40%;
    padding: 20px;
    margin-bottom: 20px;
}
.slider-title {
    font-size: 38px;
    font-weight: lighter;
}
.slider-subtext {
    font-size: 32px;
    color: #e2c870;
    margin: 0;
    font-weight: lighter;
}
.fw-400 {
    font-weight: 400;
}
section {
    padding: 60px 0 60px 0;
}
h2.subtitle {
    margin-bottom: 0;
}
span.subtitle {
    font-size: 16px;
    display: block;
    color: #575757;
    margin-bottom: 30px;
}
.service-box {
    border-bottom: 4px solid #ddd;
    margin-top: 25px;
}
.service-box h3 {
    font-size: 20px;
    margin: 15px 0 15px 15px;
}
.service-box p {
    margin: 0 15px 15px 15px;
}
.service-box .btn {
    padding: 10px 15px;
    border-radius: 3px;
    margin-left: 15px;
    margin-bottom: 20px;
    color: #fff;
    font-weight: 400;
}
.service-box .btn:hover {
    color: #fff;
}
.mainpage .carousel-item {
    height: 450px !important;
    background-position: center center !important;
}
.car-gallery .carousel-item {
    height: 450px !important;
    background-position: center center !important;
}
.page-header {
    padding: 0;
    background-position: center top;
}
.page-header .overlay-dark {
    padding: 110px 0;
    background-color: rgb(0, 0, 0, 0.5);
    color: #fff;
}
.page-header p {
    font-size: 18px;
}
.page-header h2 {
    color: #fff;
    margin-bottom: 0;
}
.bg-white {
    background: #fff;
}
.bg-grey {
    background: #f7f7f7;
}
.bg-yellow {
    background: #f8d11c;
}
.bg-black {
    background: #0b0b0b;
}
.bg-darkblue {
    background: #24263b;
}
.bg-darkblue p {
    color: #fff;
}
.bg-darkblue h1 {
    color: #fff;
}
.bg-lightblack {
    background: #494948;
    color: #fff;
}
.bg-white h1 {
    color: #000;
}
.mt-30 {
    margin-top: 30px;
}
.mb-30 {
    margin-bottom: 30px;
}
.p-20 {
    padding: 20px 5px;
}
.form {
    padding: 30px;
    padding-top: 0;
}
.form h5 {
    margin-top: 30px;
    font-weight: 500;
}
.form .form-control {
    border-radius: 0;
}
.ad:hover {
    transition: all 0.5s ease;
    background: #f7f7f7 !important;
}
.ad a:hover {
    text-decoration: none !important;
}
.ad-title {
    font-size: 22px;
}
.ad-details {
    color: #949494;
}
.ad-price {
    font-size: 22px;
    font-weight: 700;
    margin-top: 5px;
    margin-bottom: 7px;
    display: block;
}
.ad-info {
    padding: 8px 0;
    border-bottom: 1px solid #ccc;
    display: block;
}
ul.contact-data {
    padding: 0;
}
ul.contact-data li {
    list-style: none;
}
ul.contact-data li i {
    font-size: 40px;
}
ul.contact-data li h4 {
    font-size: 25px;
    font-weight: 600;
    margin-left: 0;
}
ul.contact-data li p {
    clear: both;
    padding-left: 50px;
    margin-bottom: 30px;
}
.carousel-item {
    background-position: center center;
    background-size: contain !important;
}
.table-cardetails {
    margin-top: 50px;
}
.table-ausstattung {
    margin-top: 20px;
}
.th_blue {
    background: #0f6eb5;
    color: #fff;
}
.btn {
    border-radius: 5px;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 1px;
    padding: 15px 20px 15px 20px;
    border: 0;
}
.btn-success {
    background: #66c341;
}
.btn-success:focus,
.btn-success:hover {
    background: #83f353;
}
.btn-primary {
    background: #b57e11;
}
.btn-primary:hover {
    color: #fff !important;
}
.btn-primary-light {
    background: #8c74ff;
    color: #fff;
}
.btn-primary-light:focus,
.btn-primary-light:hover {
    background: #e7c660;
    color: #fff;
}
.btn-anmelden {
    float: right;
}
.btn-primary:focus,
.btn-primary:hover {
    background: #cfa239 !important;
    transition: all 0.5s ease;
    border: 0;
    box-shadow: none;
}
p.dsgvo_mail_text {
    font-size: 12px;
    margin: 0;
}
p.dsgvo_mail_text a {
    text-decoration: underline;
    font-weight: 700;
}
a.nav-link {
    color: #1f2235;
}
a.nav-link h2 {
    margin: 0;
}
.nav-link.active {
    background: #1f2235 !important;
    border-radius: 5px 5px 0 0;
}
.tab-pane {
    padding: 20px;
}
.cookie-message {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background: #494948;
    border-bottom: 1px solid #ccc;
    z-index: 9999;
    min-height: 50px;
    color: #fff;
    font-size: 15px;
    font-weight: 400;
    line-height: 50px;
}
.cookie-message .btn {
    padding: 10px;
}
footer {
    background-color: #000;
    color: #fff;
}
footer h3 {
    margin-bottom: 20px;
    color: #fff;
    font-size: 20px;
}
footer ul.footerlinks {
    list-style: none;
    margin: 0;
    padding: 0;
    line-height: 18px;
}
footer ul.footerlinks li a {
    text-decoration: none;
    font-size: 15px;
    color: #fff;
}
footer ul.footerlinks li a:hover {
    color: #d8d1fa;
    transition: all 0.5s ease;
}
footer section.footer {
    padding: 40px 0 35px 0;
}
section.footer_socket {
    padding: 20px 0 20px 0;
    font-size: 12px !important;
    background: rgb(181,126,17);
background: linear-gradient(90deg, rgba(181,126,17,1) 0%, rgba(250,240,163,1) 35%, rgba(230,195,93,1) 100%);
}
section.footer_socket span.copyright {
    color: #000;
}
section.footer_socket ul {
    list-style: none;
    padding: 0;
    margin: 0;
    float: right;
}
section.footer_socket ul li {
    float: right;
    padding-right: 20px;
}
section.footer_socket ul li a {
    text-decoration: none;
    color: #000;
}
section.footer_socket ul li a:hover {
    color: #000000;
    text-decoration: underline;
}
.grey {
    color: #212529;
}
.text-content {
    font-size: 17px;
    line-height: 1.7em;
}
.info-banner {
    background: #ececec;
    display: block;
    padding: 35px 38px;
    position: relative;
    border: 1px solid #e7e7e7;
}
.info-content {
    float: left;
    font-size: 18px;
    padding-right: 200px;
}
.info-banner p {
    margin: 2px 0 0 0;
    color: #888;
}
.info-banner a.button {
    position: absolute;
    top: 50%;
    transform: translateY(-51%);
    -webkit-transform: translateY(-51%);
    right: 40px;
    margin: 0;
    font-size: 14px;
    padding: 11px 17px;
}
.info-banner h3 {
    font-size: 20px;
    font-weight: 500;
    line-height: 32px;
    font-weight: 600;
    padding: 0;
    margin: 0;
}
.info-banner-fw {
    background-color: #666;
    font-size: 32px;
    font-weight: 300;
    line-height: 40px;
    color: #fff;
    padding: 45px 0;
    text-align: center;
    margin: 0;
}
.info-banner-fw a {
    color: #fff;
    font-weight: 600;
    font-size: 14px;
    border: 2px solid #fff;
    background-color: transparent;
    text-transform: uppercase;
    padding: 15px 20px;
    margin: 0 0 0 30px;
    position: relative;
    top: -7px;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.info-banner-fw a:hover {
    background-color: #fff;
    color: #666;
}
