/********* vars ***********/
:root {
    --shadow: 2px 8px 20px 0px hsla(108, 54%, 15%, 0.15);
    --shadow-soft: 2px 8px 40px 0px hsla(108, 54%, 15%, 0.10);
    --radius-boxes: 8px;
    --primary-color: #0e3a2f;
    --secondary-color: #0e3a2f;
    --tertiary-color: #419468;
    --text-color: #0e3a2f;
    --text-color-light: rgba(46, 45, 53, 0.25);
    --main-gradient-125deg: linear-gradient(to right, var(--secondary-color), var(--primary-color));
    --reise-button-color: hsl(37, 45%, 56%);
    --reise-button-color-hover: hsl(37, 45%, 62%);
    --primary-color-a015: rgba(180, 206, 86, 0.15);
    --primary-color-900: rgb(1, 153, 97);
    --overflowing-bg-color: rgba(180, 206, 86, 0.15);

    --reisemobil-color: #002732;

    --fs-body: 15px;
    --fs-h2-header: 1.25rem; /* should be h1  */
    --fs-h3-header: 0.95rem;
    --fs-h2: 2.2rem;
    --fs-h3: 1.75rem;
    --fs-h4: 1.1rem;
}

::selection {
    background-color: var(--primary-color);
    color: #fff;
}


@media (min-width: 761px) {
    :root {
        --fs-h1-header: 2rem;
        --fs-h3-header: 1.65rem;
    }
}

@media (min-width: 1200px) {
    :root {
        --fs-h1-header: 4rem;
        --fs-h3-header: 2.15rem;
    }
}


/***** Typography ****/

body {
    font-size: var(--fs-body);
    color: var(--text-color);
    font-family: "SKODANext", "Helvetica", sans-serif;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    font-family: "SKODANext", "Helvetica", sans-serif;
}

body:not(.fe-admin-area) p:not(.audaris-widget p) {
    line-height: 185%;
    margin-top: 1.85rem;
}

small {
    line-height: 175%;
    margin-top: 1.75rem;
    color: var(--text-color-light);
}

.quicksearch h2 {
    font-weight: 700;
    color: #2e2d35 !important;
}

.headline-h2 {
    color: var(--primary-color) !important;
    font-weight: 700;
    font-size: var(--fs-h2);
    line-height: 125%;
}

.headline-h3 {
    font-size: var(--fs-h3);
    font-weight: 700;
    color: #2e2d35;
    line-height: 1.4em;
}

.dot-headline-h3 {
    font-size: var(--fs-h3);
    font-weight: 700;
    color: #2e2d35;
    line-height: 1.5em;
    padding-left: 48px;
    position: relative;
}

.dot-headline-h3:before {
    content: "";
    background: var(--secondary-color);
    padding: 10px;
    border-radius: 50%;
    position: absolute;
    transform: translate(-200%, 50%);
}

h4 {
    font-size: var(--fs-h4);
    font-weight: bold;
    line-height: 160%;
}

ol.breadcrumb li, ol.breadcrumb a {
    color: #606060;
    text-transform: uppercase;
}

ol.breadcrumb > li:last-child:not(:first-child) a {
    color: var(--primary-color);
}

body.pageid-12549 ol.breadcrumb li,
.pageid-12549 ol.breadcrumb a {
    color: #fff;
    text-transform: uppercase;
}

body.pageid-12549 ol.breadcrumb > li:last-child:not(:first-child) a {
    color: #fff;
    text-decoration: underline;
}

.price-label {
    text-align: center;
    margin: 2rem 0;
}

.price-label > h3,
.form-configurable form h3:not(.popover-title) {
    font-size: var(--fs-h3);
    color: var(--text-color);
    font-weight: 700;
    border-bottom: 2px solid var(--primary-color);
    position: relative;
    display: inline-block;
}

.price-label > h3::before,
.form-configurable form h3:not(.popover-title)::before {
    content: "";
    position: absolute;
    top: -35px;
    left: calc(50% - 1ch);
    font-weight: lighter;
}

.price-label > h3::before {
    content: "Є";
}

.form-configurable form h3:not(.popover-title)::before {
    content: "\f002";
    font-family: "FontAwesome";
}

.reisemobile .dot-headline-h3 {
    font-size: var(--fs-h4);
    color: #fff;
}

.reisemobile .dot-headline-h3::before {
    font-size: var(--fs-h4);
    color: #fff;
}

.rounded-block .dot-headline-h3 {
    padding: 0;
}

.rounded-block .dot-headline-h3::before {
    padding: 6.5px;
}

#pre_area strong {
    text-transform: uppercase;
}

/***** Buttons *****/

body:not(.fe-admin-area) .btn:not(.text-center.btn-default) {
    padding: 0.7rem 2.5rem;
}

body:not(.fe-admin-area) .btn:not(.dropdown-toggle, .btn-block, .btn-header),
.audaris-widget .btn:not(.btn-header) {
    margin: 1.4rem 0;
    text-transform: uppercase;
    border-radius: 50px;
    text-align: center;
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    font-weight: 600;
    font-size: 15px;
    display: inline-block;
    line-height: unset;
    transition: all ease-in-out .25s;
    transform: translate3d(0, 0, 0);
    color: #fff;
}

.navbar-nav li:last-child .btn {
    padding: 0 10px !important;
}

.audaris-widget .btn:not(.btn-header) {
    margin: 5px !important;
}

#sss-search .audaris-widget div.mb-4:nth-child(5) {
    justify-content: center;
    max-width: 400px;
}

body:not(.fe-admin-area) .btn::before {
    content: "";
}

body:not(.fe-admin-area) .btn:not(.dropdown-toggle, .btn-block, .btn-header):hover {
    transform: translate3d(0, -5px, 0);
    box-shadow: var(--shadow);
}

body:not(.fe-admin-area) .btn.dropdown-toggle {
    border-bottom: var(--primary-color) solid 2px;;
}

.bootstrap-select .btn-default:hover,
.bootstrap-select .btn-default:active,
.bootstrap-select .btn-default.active,
.bootstrap-select.open > .dropdown-toggle.btn-default,
.btn-default:hover, :not([data-btn="select"]).btn-default.active {
    color: var(--primary-color-a015);
    border-bottom: var(--primary-color) solid 2px;
    background-color: transparent;
    border-color: transparent;
}

/** default **/
body:not(.fe-admin-area) .btn.btn-default{
    color: var(--primary-color);
    border: 2px solid var(--primary-color);
}

body:not(.fe-admin-area) .btn.btn-default:hover,
body:not(.fe-admin-area) .btn.btn-default:active,
body:not(.fe-admin-area) .btn.btn-default.active,
body:not(.fe-admin-area) .btn.btn-default:focus{
    background-color: #e6e6e6;
}

/** primary **/

body:not(.fe-admin-area) .btn.btn-primary:not(.btn-block) {
    background: var(--primary-color);
    background: var(--main-gradient-125deg) !important;
    background-size: 100% 100% !important;
    background-repeat: no-repeat !important;
}

body:not(.fe-admin-area) .btn.btn-primary:not(.btn-block):hover {
    background: var(--secondary-color);
    background: var(--main-gradient-125deg) !important;
    background-size: 160% 100% !important;
}


/** secondary **/

body:not(.fe-admin-area) .btn.btn-secondary {
    background: transparent;
    font-size: 16px;
    display: inline-block;
    border: 2px solid var(--primary-color);
    color: var(--primary-color) !important;
}

body:not(.fe-admin-area) .btn.btn-secondary:hover {
    border-color: var(--secondary-color) !important;
    color: var(--secondary-color) !important;
    transform: translate3d(0, 0, 0);
    background-color: var(--primary-color-100);
    box-shadow: none;
}

body:not(.fe-admin-area) .btn.btn-secondary::before {
    color: #648ba8;
}

body:not(.fe-admin-area) .btn.btn-secondary:hover::before {
    color: #fff;
}

#page_sidebar .navbar-nav li > .dropdown-menu > li a {
    color: #2e2d35;
}

/** reise version **/

body:not(.fe-admin-area) .btn.btn-reise:not(.btn-block) {
    background: var(--reise-button-color) !important;
}

body:not(.fe-admin-area) .btn.btn-reise:not(.btn-block):hover {
    background: var(--reise-button-color-hover) !important;

}

/** btn-block (offnungzeiten, phone, route-berechnen etc.) **/

body:not(.fe-admin-area) .btn.btn-block {
    background: transparent;
    border: 2px solid var(--primary-color);
    color: var(--primary-color) !important;
    border-radius: 50px;
    padding: 4px 24px;
    transition: all ease-in-out .25s;
}

body:not(.fe-admin-area) .btn.btn-block:hover {
    border-color: var(--secondary-color) !important;
    color: var(--secondary-color) !important;
    transform: translate3d(0, 0, 0);
    background-color: var(--primary-color-100);
    box-shadow: none;
}

body:not(.fe-admin-area) .btn.btn-block::before {
    color: #648ba8;
}

body:not(.fe-admin-area) .btn.btn-block:hover::before {
    color: #fff;
}


/***** Quicksearch *****/

.quicksearch {
    max-width: 1200px;
    margin: 0 auto;
    background: rgba(255, 255, 255, 0);
    border-radius: var(--radius-boxes);
    position: relative;
    z-index: 10;
    padding: 24px;
}

.quicksearch .audaris-widget > div.flex > div:last-child {
    flex: initial;
    padding: 1.25rem 0;
}

.quicksearch .audaris-widget > div.flex > div:last-child > .btn i,
#section-vehicle-inquiry-form p,
.menu-header-picture,
.menu-header-picture-overlay,
.menu-header-text{
    display: none;
}

.quicksearch .audaris-widget > div.flex > div:last-child > .btn::after {
    content: "anzeigen!";
    text-transform: uppercase;
}

.quicksearch .form-select {
    border: none;
    border-bottom: rgba(0, 0, 0, 0.15) solid 1px;
    background-color: rgba(255, 255, 255, 0) !important;
}


/**** Header + Slider *****/
#header {
    background: linear-gradient(to bottom, #000, transparent);
    border: none;
    border-top-width: 10px;
    border-top-style: solid;
    border-image-slice: 1;
    border-image-source: var(--main-gradient-125deg);
    transition: all ease-in-out .4s;
    top: 0;
}

.navbar.navbar-inverse > div.container-fluid {
    border-bottom: 1px solid #fff;
}

#header-slider {
    border-bottom: none;
    min-height: 200px;
}

#header-slider .fill {
    min-height: 200px;
}

body:not(.site-home) #header-slider .fill {
    padding-bottom: 23%;
}

#header-slider .carousel-caption .h2 {
    animation-delay: 0s;
    background: transparent;
    color: #fff;
    text-transform: uppercase;
    font-weight: bold;
    text-shadow: var(--shadow);
    font-size: var(--fs-h1-header);
}

#header-slider .carousel-caption .h3 {
    line-height: 1;
    margin: 0;
    padding: 5px;
    color: #fff;
    text-shadow: var(--shadow);
    background: transparent;
    font-weight: 700;
    font-size: var(--fs-h3-header);
}

#header #optional-header-icons a:hover {
  color: #78faae;
}

@media (min-width: 1380px) {
  #header .nav-area-lines .navbar-nav {
    float: right;
    margin: 0 auto;
  }
  #header .nav-area-lines .navbar-nav li:nth-last-of-type(1) .dropdown-menu, 
  #header .nav-area-lines .navbar-nav li:nth-last-of-type(2) .dropdown-menu, 
  #header .nav-area-lines .navbar-nav li:nth-last-of-type(3) .dropdown-menu, 
  #header .nav-area-lines .navbar-nav li:nth-last-of-type(4) .dropdown-menu, 
  #header .nav-area-lines .navbar-nav li:nth-last-of-type(5) .dropdown-menu {
    left: 0;
    right: auto;
  }
}

.nav-area-lines li ul {
    background: var(--reisemobil-color);
}

.carousel-caption {
    display: none !important;
}

/**** Boxes ****/

@media (min-width: 992px) {
    .module-block.canvas {
        margin: -150px 0 24px 0 !important;
    }
}

.boxes {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: space-evenly;
}

.boxes--box {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background-color: transparent;
    border-radius: var(--radius-boxes);
    position: relative;
    padding: 48px;
    max-width: 350px;
    min-width: 300px;
    text-align: center;
    box-shadow: none;
    cursor: pointer;
    transition: all ease-in-out .25s;
}

.boxes--box:hover,
.boxes--box:focus,
.boxes--box:active {
    box-shadow: var(--shadow);
    background-color: #fff;
}

.orb-container {
    visibility: hidden;
    position: absolute;
    z-index: -1;
    opacity: 0;
    transform-origin: center;
    transition: opacity ease-in 1.25s;
    display: none;
}

.box--orb {
    width: 100px;
    height: 100px;
    border-radius: 999px;
}

.navbar-inverse{
    background-color: var(--primary-color);
}

.orb-container:nth-child(1) .box--orb {
    background-color: var(--primary-color-900);
}

.orb-container:nth-child(2) .box--orb {
    background-color: var(--secondary-color);
}

.boxes--box .orb-container:nth-child(1) {
    transform: translate3d(50%, -50%, 0);
}

.boxes--box .orb-container:nth-child(2) {
    transform: translate3d(-50%, 50%, 0);
}

/* .boxes--box:hover .orb-container:nth-child(1) {
	top: 0;
	right: 0;
	opacity: 1;
	visibility: visible;
}

.boxes--box:hover .orb-container:nth-child(2) {
	bottom: 0;
	left: 0;
	opacity: 1;
	visibility: visible;
} */


.moon {
    width: 100%;
    height: 100%;
    position: absolute;
    animation: rotation 25s infinite linear;
    border-radius: 50%;
    padding: 100px;
    border: none;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.moon::before {
    content: "";
    width: 20px;
    height: 20px;
    background-color: deeppink;
    position: absolute;
    left: -20px;
    top: -20px;
    border-radius: 50%;
    margin: 51px;
}

.moon::after {
    content: "";
    width: 40px;
    height: 40px;
    background-color: var(--primary-color-900);
    position: absolute;
    left: 100px;
    top: -10px;
    border-radius: 50%;
}

.orb-container:nth-child(2) .moon::before {
    content: "";
    width: 20px;
    height: 20px;
    background-color: deeppink;
    position: absolute;
    right: -20px;
    bottom: -20px;
    left: unset;
    top: unset;
    border-radius: 50%;
    margin: 51px;
}

.orb-container:nth-child(2) .moon::after {
    content: "";
    width: 40px;
    height: 40px;
    background-color: var(--primary-color-900);
    position: absolute;
    right: 100px;
    bottom: -10px;
    left: unset;
    top: unset;
    border-radius: 50%;
}

/* @keyframes rotation {
	0% {
		transform: translate(-50%, -50%) rotate(-360deg);
	}
}

@keyframes rotation-side {
	0% {
		transform: translate(-24px, -50%) rotate(-360deg);
	}
} */


/**** Showroom ****

.VehicleSlider {
    position:relative;
}

.VehicleSlider > div:nth-child(1) {
    position:absolute;
    top:50%;
    transform:translateY(-50%);
    z-index:10;
}

.VehicleSlider > div:nth-child(1) > button:nth-child(1) {
    position:relative;
    left:-4vw;
}

.VehicleSlider > div:nth-child(1) > button:nth-child(2) {
    position:relative;
    left:83vw;
}

.VehicleSlider > div:nth-child(2) > div:nth-child(1) > div {
    padding:48px 0;
}

.VehicleSlider a.vehicle-card-3 {
    box-shadow:var(--shadow);
    padding-bottom:54px;
    margin:24px 12px;
    border-bottom:5px solid var(--primary-color);
    border-radius:var(--radius-boxes);
}

a.vehicle-card-3 > div:last-child > div > i,
a.vehicle-card-3 > div:last-child > div:last-child > div:first-child {
    display:none;
}

a.vehicle-card-3 > div:nth-child(3) {
    border:none;
}

a.vehicle-card-3 > div:nth-child(2) > h3 > span:nth-child(1) {
    color:#2e2d35;
    text-transform:uppercase;
    font-weight:700;
}

a.vehicle-card-3 > div:nth-child(2) > h3 {
    padding-top:24px;
}

a.vehicle-card-3 > div:nth-child(2) > h3 > span:nth-child(2) {
    color:var(--primary-color);
}

a.vehicle-card-3 > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) {
    position:absolute;
    bottom:45px;
    right:45px;
    text-align:right;
}
*/

.audaris-widget .fa-long-arrow-right,
.audaris-widget .fa-long-arrow-left {
    color: var(--primary-color);
    font-weight: 700;
    transition: all ease-in-out .25s;
}

.audaris-widget .fa-long-arrow-right:hover,
.audaris-widget .fa-long-arrow-left:hover {
    color: var(--secondary-color);
}

.audaris-widget .fa-long-arrow-right::before {
    content: "\f054" !important;
}

.audaris-widget .fa-long-arrow-left::before {
    content: "\f053" !important;
}


/**** Rounded-Block *****/

.rounded-block {
    background: var(--main-gradient-125deg);
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    display: flex;
    justify-content: end;
    padding: 24px;
    flex-direction: column-reverse;
    align-items: center;
    text-align: center;
    margin: 32px 0;
}

.rounded-block img {
    border-radius: 6px;
}

.portrait-planet {
    width: 282px;
    height: 282px;
    position: absolute;
    /* animation: rotation-side 40s infinite linear; */
    border-radius: 50%;
    padding: 100px;
    border: none;
    right: 0;
    top: 50%;
    transform: translate(-24px, -50%);
    display: none
}

.reisemobile {
    background: var(--reisemobil-color);
    color: #fff;
}

.rounded-block address {
    padding: 24px 48px;
}

.rounded-block address > a {
    margin-left: -12px !important;
}

/**** Footer ****/

.white-box {
    padding: 32px 32px;
    box-shadow: var(--shadow);
    border-radius: var(--radius-boxes);
    background-color: #fff;
}

#footer a:not(.btn):hover {
  color: #78faae;
}

#socials {
    display: flex;
    justify-content: space-evenly;
    width: 100%;
}

#socials li {
    padding: 24px;
}

#socials li a span {
    transition: all cubic-bezier(0.165, 0.84, 0.44, 1) .2s;
    transform: scale3d(1, 1, 1);
    transform-origin: center;
    font-size: 3rem;
}

#socials li a:hover span {
    color: var(--primary-color);
    transform: scale3d(1.2, 1.2, 1);
}

.no-list-style {
    list-style: none;
    margin: 0;
    padding: 0;
}

@media (min-width: 1660px) {
    #menu-social-floating {
        left: auto;
    }
}

/**** Accordion ****/

body:not(.fe-admin-area) .panel {
    border-width: 0 0 2px 0;
    border-style: solid;
    border-color: #ececec;
    background: none;
    box-shadow: none;
}

body:not(.fe-admin-area) .panel-group .panel + .panel {
    margin-top: 0;
}

body:not(.fe-admin-area) .panel-heading {
    border-radius: 0;
    border: none;
    color: var(--text-color);
    font-weight: 700;
    padding: 0;
}

body:not(.fe-admin-area) .panel-title a {
    display: block;
    color: var(--text-color);
    padding: 15px;
    position: relative;
    font-size: 16px;
    font-weight: 700;
}

body:not(.fe-admin-area) .panel-body {
    background: #fff;
}

/* #accordion rotate icon option */

#accordion .panel-heading a:before {
    content: "\f078";
    position: absolute;
    font-family: "FontAwesome";
    right: 5px;
    top: 18px;
    transform: rotate(180deg);
    transition: all 0.5s;
}

#accordion .panel-heading a.collapsed:before {
    transform: rotate(0deg);
    transition: all 0.5s;
}

/**** Overflowing Boxxxes ***/

.overflowing-boxes-container {
    position: relative;
    display: flex;
    justify-content: center;
    flex-direction: row;
    flex-wrap: wrap;
}

.overflowing-boxes-container::after {
    content: "";
    background: var(--overflowing-bg-color);
    position: absolute;
    top: 10%;
    left: 0;
    bottom: 10%;
    right: 0;
    z-index: -1;
}

.overflowing-boxes-container > div {
    flex-basis: calc(100% - 4rem);
    margin: 2rem;
    display: flex;
    flex-direction: column;
    box-shadow: var(--shadow);
    max-width: 500px;
    border-radius: var(--radius-boxes);
}

.overflowing-boxes-container article {
    background: #fff;
    padding: 24px;
}

/**** Forms ****/

body:not(.fe-admin-area) .auda-form-cal {
    margin-top: 20px;
}

body:not(.fe-admin-area) .auda-form-cal input.form-control {
    padding: 0 7px;
}

body:not(.fe-admin-area) .auda-form-cal input.form-control:not(:focus) ~ label {
    font-size: 20px;
    left: 5px;
    top: -2px;
}

#section-service-brands-ajax #location-request{
    background-color: transparent;
}

#section-service-brands-ajax #location-request .h3{
    color: var(--primary-color);
}

body:not(.fe-admin-area) .auda-form-cal input.form-control:focus ~ label, body:not(.fe-admin-area) textarea.form-control:focus ~ label {
    transform: translateY(-40px) translateX(10px) scale(0.75);
}

body:not(.fe-admin-area) .auda-form-group select.form-control {
    padding: 6px 8px;
}

@media (max-width: 1200px) {
    body:not(.fe-admin-area) .auda-form-cal {
        margin-top: 50px;
    }
}

.well {
    background-color: rgba(255, 255, 255, 0.15);
    border-radius: var(--radius-boxes);
    box-shadow: var(--shadow);
    margin-bottom: 42px;
    margin-right: auto;
    margin-left: auto;
    padding: 80px 35px 20px 35px;
    border: 0;
}

.well > div.row:nth-child(1) > div:nth-child(1) {
    text-align: center;
}

div.form-group,
#probefahrt-form-check div:last-child,
body:not(.no_header) .well div:last-child,
.form-horizontal div:last-child {
    margin-bottom: 30px;
    position: relative;
}

body:not(.fe-admin-area) .form-control {
    background-color: white;
    border: none;
    border-bottom: #ececec 2px solid;
    font-size: 14px;
    color: var(--text-color);
    height: 100%;
    outline: 0;
}

body:not(.fe-admin-area) label,
#section-testimonials-form .option {
    color: var(--text-color);
    font-weight: 700;
    line-height: 14px;
}

/* .form-group label, label */
body:not(.fe-admin-area) input.form-control ~ label,
body:not(.fe-admin-area) textarea.form-control ~ label {
    position: absolute;
    pointer-events: none;
    top: 10px;
    transform-origin: 0 50%;
    transition: transform 200ms, color 200ms;
}

body:not(.fe-admin-area) .checkbox label,
body:not(.fe-admin-area) .form-group label:first-child {
    position: static;
    pointer-events: all;
}

/* floating labels - make sure body:not(.fe-admin-area) is used */

body:not(.fe-admin-area) .auda-textarea textarea.form-control:focus ~ label,
body:not(.fe-admin-area) input.form-control:focus ~ label,
body:not(.fe-admin-area) .auda-textarea.form-group textarea:not(:placeholder-shown) ~ label,
body:not(.fe-admin-area) .form-group input:not(:placeholder-shown) ~ label,
body:not(.fe-admin-area) textarea.form-control:focus ~ label {
    transform: translateY(-25px) translateX(10px) scale(0.75);
}

body:not(.fe-admin-area) .form-control:focus ~ label {
    color: var(--primary-color) !important;
}

#section-testimonials-form .slider.slider-horizontal {
    width: 100%;
    margin: 24px 0;
}

.slider-track {
    background-color: var(--text-color-light);
    background-image: none;
}

.slider-selection {
    background-image: none;
    background: var(--main-gradient-125deg)
}

.well .btn.pull-left {
    display: none !important;
}

#formular-actions > div {
    display: flex;
    justify-content: center;
    align-items: center;
}

/**** Queries *****/
@media (max-width: 576px) {
    .well {
        padding: 80px 15px 20px 15px;
    }

    #menu-social-floating li {
        margin: 0 5px;
    }
}

@media (min-width: 768px) {
    .rounded-block {
        border-top-right-radius: 8px;
        border-bottom-right-radius: 8px;
        display: flex;
        justify-content: end;
        padding: 24px;
        flex-direction: row;
        align-items: center;
        text-align: unset;
        margin: 0;
    }
}


@media (min-width: 992px) {
    #header {
        border: none;
        transition: all ease-in-out .4s;
        top: 0;
    }

    .navbar.navbar-inverse > div.container-fluid {
        border-bottom: 1px solid #fff;
    }

    #header-slider .carousel-caption .h2 {
        animation-delay: 0s;
        background: transparent;
        color: #fff;
        text-transform: uppercase;
        font-weight: bold;
        text-shadow: var(--shadow);
    }

    #header-slider .carousel-caption .h3 {
        line-height: 1;
        margin: 0;
        padding: 5px;
        color: #fff;
        text-shadow: var(--shadow);
        background: transparent;
        font-weight: 700;
    }

    .quicksearch {
        background: rgba(255, 255, 255, 0.5);
        margin-top: -148px !important;
    }

    .quicksearch .form-select {
        background-color: rgba(255, 255, 255, 1) !important;
    }

    .portrait-planet {
        display: block;
    }

    .white-box {
        padding: 32px 64px;
    }

    .overflowing-boxes-container > div {
        flex-basis: calc(50% - 4rem);
    }
}


/**** Auda-Classes *****/

.auda-align-center {
    align-items: center;
}

.auda-justify-center {
    justify-content: center;
}

.auda-cr-center {
    align-items: center;
    justify-content: center;
}

.auda-hv-center {
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.auda-space {
    padding: 20px;
}

.auda-space-xl {
    padding: 45px;
}

.auda-space-x-xl {
    padding: 0 50px;
}

.auda-h-100 {
    height: 100%
}

#fmForm-510.well {
    padding: 70px 50px 10px;
}

#section-direction-compact .service-area-open-time {
    padding: 10px;
    background: #e3e3e3;
    margin: 20px 0 0;
}

/************ Leah Fry LF ******************/
.auda-zoom {
    transition: transform .2s;
}

.auda-zoom:hover {
    transform: scale(1.1);
}

.pic {
    box-shadow: var(--shadow);
}

.pic-reisemobile {
    box-shadow: 3px 3px 35px #000;
}

#section-consultants:not(.consultants-view-1):not(.consultants-view-2) h2.headline-h2 {
    text-align: center;
}

@media only screen and (max-width: 600px) {
    .auda-space {
        padding: 15px;
    }

    .auda-space-xl {
        padding: 30px;
    }

    .auda-space-x-xl {
        padding: 0 20px;
    }
}


/**************************Reisemobile*********************/
.pageid-12549 #header {
    border-color: #c29c5d;
    border-image-source: none;
}

.pageid-12549 #site-content {
    background: #002732 no-repeat center top;
    color: #fff;
}

.pageid-12549 a {
    color: #c29c5d;
}

.pageid-12549 .breadcrumb_area {
    background: #002732;
}

/***********Fahrzeuganfrage*********************/
.pageid-535 .well {
    padding: 20px 35px 20px 35px;
}

/*************** Adhoc fixes ****************/

#page_sidebar li .btn {
    margin: 12px auto !important;
    text-align: center;
    padding: 0rem 1.5rem !important;
    max-width: 200px;
    width: 100%;
}

#wrapper.toggled #page_sidebar {
    margin-left: 0;
    width: 100% !important;
}

@media (min-width: 400px) {
    #wrapper.toggled #page_sidebar {
        margin-left: 0;
        width: 400px !important;
    }
}

#page_sidebar {
    background: #fff;
    width: 400px !important;
    height: 100%;
    margin-left: -400px;
    overflow-y: auto;
    transition: all .5s ease-in-out;
    z-index: 1000;
    position: fixed;
    left: 0;
    top: 0;
}


@media only screen and (max-width: 600px) {
    #header-slider .carousel-caption .h2 {
        font-size: 25px;
    }

    #header-slider .carousel-caption .h3 {
        line-height: 1;
        margin: 0;
        padding: 5px;
        color: #fff;
        text-shadow: var(--shadow);
        background: transparent;
        font-weight: 700;
        font-size: 18px;
    }
}

.header-menu-fixed #header #logo-primary-box .logo-link img {
    max-width: 180px;
}

#header #menu-toggle .menu-toggle-text {
    margin-top: 5px;
}

#page_sidebar ul.nav:nth-child(2) > li:nth-child(7) {
    padding: 24px 0;
}

#page_sidebar ul.nav:nth-child(2) > li:nth-child(7) > div {
    width: 100%;
}

.header-menu-fixed #header {
    height: 80px !important;
}

#header {
    height: 45px !important;
}

@media (min-width: 500px) {
    .header-menu-fixed #header #logo-primary-box .logo-link img {
        max-width: 300px;
    }
}

@media (max-width: 279px) {
    #menu-favorites {
        display: none !important;
    }
}

.auda-py-70 {
    padding: 70px 0;
}

.auda-bg-green {
    background: #f1f2f2;
}

/************ SW AUDA CARD 1 ********************/

.auda-card-group-1 {
    display: flex;
    flex-wrap: wrap;
}

.auda-card-group-1 .ge-content {
    height: 100%;
}

.auda-card-group-1 .column {
    margin-bottom: 30px;
}

.auda-card-group-1 .auda-card {
    background: #fff;
    position: relative;
    display: flex;
    flex-direction: column;
    height: 100%;
}

.auda-card-group-1 .auda-card-body {
    flex: 1 1 auto;
    padding: 1.25rem;
}

.auda-card-group-1 .auda-card-footer {
    padding: 1.25rem;
}

/************ SW END AUDA CARD 1 ********************/

@media (min-width: 768px) {
  body:not(.no_header) #header-container {
    height: 65px;
  }
}

@media (min-width: 1380px) {
  body:not(.no_header) #header-container {
    height: 155px;
  }
  #header .nav-area-lines .navbar-nav li .dropdown-menu {
    right: auto !important;
  }
}
