body {
min-height: 100vh;
display: flex;
flex-direction: column;
}
#page {
flex: 1 0 auto;
}
.site-footer{
flex-shrink: 0;
}
.container.grid-container {
width: 100%;
} .main-nav > ul.menu > li.menu-item > a {
position:relative;
}
.main-nav > ul.menu > li.menu-item > a:after {
content: "";
width: 100%;
height: 20px;
position: absolute;
top:50%;
left:0;
transform: translateY(-50%);
border-right: 1px solid #e6e6e6;
z-index:9999; 
}
@media (min-width: 769px) { 
nav .main-nav .mega-menu {
position: static;
}
nav .main-nav .mega-menu > ul {
position: absolute;
width: 100%;
left: 0 !important;
display: flex;
flex-wrap: wrap;
box-shadow: none!important;
border-top: 1px solid #D7B56D;
padding-top: 20px!important;
padding-bottom: 20px!important;		
}
}
nav .main-nav .mega-menu > ul {
position: absolute;
width: 100%;
left: 0 !important;
display: flex;
flex-wrap: wrap;
box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px!important;
}
nav .main-nav .mega-menu > ul > li > a {
font-weight: bold;
}
nav .main-nav .mega-menu>ul>li {
display: inline-block;
width: 25%;
vertical-align: top;
margin: 10px 0;
padding: 0 10px;
border-right: 1px solid #ddd;	
}
nav .main-nav .mega-menu.mega-menu-col-2>ul>li {
width: 50%;
}
nav .main-nav .mega-menu.mega-menu-col-3>ul>li {
width: 33.3333%;
}
nav .main-nav .mega-menu.mega-menu-col-5>ul>li {
width: 20%;
}
nav .main-nav .mega-menu > ul > li:hover > a,
nav .main-nav .mega-menu > ul > li:focus > a,
nav .main-nav .mega-menu > ul > li[class*="current-"] > a,
nav .main-nav .mega-menu ul ul {
background-color: transparent !important;
color: inherit;
}
nav .main-nav .mega-menu ul .sub-menu {
position: static;
display: block;
opacity: 1;
visibility: visible;
width: 100%;
box-shadow: 0 0 0;
left: 0;
height: auto;
pointer-events: auto;
transform: scale(1);
}
nav .main-nav .mega-menu ul.toggled-on .sub-menu {
pointer-events: auto;
}
nav .main-nav .mega-menu .sub-menu .menu-item-has-children .dropdown-menu-toggle {
display: none;
}
@media (max-width: 768px) {
.top-bar
{
display: none!important;
}	
.secondary-navigation {
display: none;
}
.search-item {
display: none;
}	
}
.secondary-navigation {
position: relative;
}
.secondary-navigation,
.site-header,
#mobile-header
{
position: relative;
box-shadow: 0px 1px 3px 0px rgba(0,0,0,.3);
}
.main-navigation {
position: relative;
}
.start-text{	
background: rgba(0, 0, 0, 0.5);	
}
.hide-coupon{
display:none!important;	
}
.sub-menu .wp-post-image{
margin-top:20px;	
margin-bottom:20px;	
box-shadow: 3px 3px 4px #ccc;
border-radius: 5px;	
} #site-navigation {
background-color:transparent!important;   
}
.loader {
position: fixed;
left: 50%;
top: 50%;  
z-index: 9999;	
border: 16px solid #f3f3f3;
border-radius: 50%;
border-top: 16px solid #212121;
width: 120px;
height: 120px;
-webkit-animation: spin 2s linear infinite; animation: spin 2s linear infinite;	
}
#overlay {
position: fixed; 
width: 100%;
height: 100%;
top: 0;
left: 0;
right: 0;
bottom: 0;
background-color: rgba(0,0,0,0.5);
z-index: 999999!important;
cursor: pointer;
} @-webkit-keyframes spin {
0% { -webkit-transform: rotate(0deg); }
100% { -webkit-transform: rotate(360deg); }
}
@keyframes spin {
0% { transform: rotate(0deg); }
100% { transform: rotate(360deg); }
} .header {
position: fixed;
top: 0px;
z-index:99999 ;
width: 100%;  
}
.progress-bar {
height: 3px;
background: #D7B56D;
width: 0%;
} .fade-in {
opacity: 0;
transform: translateY(20vh);
visibility: hidden;
transition: opacity 0.6s ease-out, transform 1.2s ease-out;
will-change: opacity, visibility;
}
.fade-in.is-visible {
opacity: 1;
transform: none;
visibility: visible;
}
#page {
-webkit-animation: fadein 2s;
animation: fadein 2s;
}
@-webkit-keyframes fadein {
from { opacity: 0; }
to   { opacity: 1; }
}
@keyframes fadein {
from { opacity: 0; }
to   { opacity: 1; }
} body.home .navigation-stick .main-nav > ul.menu > li.menu-item > a:after{
border-right: 1px solid #ddd!important;
}
body.page-id-19 .inside-article
{
background-color: #f7f8f9!important;
}
body.page-id-23 .inside-article
{
background-color: #f7f8f9!important;
}
body.page-id-496 .inside-article
{
background-color: #f7f8f9!important;
}
body.page-id-526 .inside-article
{
background-color: #f7f8f9!important;
}
body.page-id-1013 .inside-article
{
background-color: #f7f8f9!important;
}
body.home .inside-article
{
background-color: #f7f8f9!important;
}
body.home ._brlbs-caption
{
height:658px!important;	
}
body.home .main-nav > ul.menu > li.menu-item > a:after {
border-right: 0px!important;	
} .gb-container.post-container > .gb-inside-container > .gb-grid-wrapper::-webkit-scrollbar {
background-color: #fff;
width: 16px;
}
.gb-container.post-container > .gb-inside-container > .gb-grid-wrapper::-webkit-scrollbar-track {
background-color: #fff;
}
.gb-container.post-container > .gb-inside-container > .gb-grid-wrapper::-webkit-scrollbar-thumb {
background-color: #babac0;
border-radius: 16px;
border: 4px solid #fff;
}
.gb-container.post-container > .gb-inside-container > .gb-grid-wrapper::-webkit-scrollbar-button {
}
.gb-container.post-container > .gb-inside-container > .gb-grid-wrapper {
height:555px;   
overflow-y: auto;
} .section-title span.gb-icon {
order: 2;	 
margin-left: 10px!important;    
}
.gb-headline, .gb-headline-text, .gb-button-wrapper {
-webkit-animation: fadein 2s;
animation: fadein 2s;
}
@-webkit-keyframes fadein {
from { opacity: 0; }
to   { opacity: 1; }
}
@keyframes fadein {
from { opacity: 0; }
to   { opacity: 1; }
} .module-title {
text-align: center;
padding-bottom: 40px;
position: relative;    
}
.module-title{
padding-bottom: 44px;
}
.module-title .main-title {
margin: 0;
text-align: center;
line-height: 1;
text-transform: uppercase;
color: #212121;	
margin-top: 1px;
position: relative;
background-attachment: scroll;
background-image: url(https://mystarcab.de/wp-content/uploads/2022/12/divider.png);
background-repeat: repeat-x;
background-position: center center;
}
.module-title h2 {
z-index: 10;
margin: 0;
font-size: 36px;
position: relative;
display: inline-block;
background: #f7f8f9;
padding: 0 30px;
line-height: 1;
color: #212121;
background-color: #f7f8f9;
}
.module-title h2 span {
color: #D7B56D;
text-shadow: 1px 1px 1px #333333;
}
.has-sb .module-title h2 {
font-size: 30px;
}
.module-title .sub-title p {
margin: 0;
color: #888;
font-size: 18px;
}
@media (max-width: 768px) {
.module-title .main-title {
background-image: display:none!important;  	
}	
.module-title h2 {
font-size: 28px!important; 
padding: 0 5px!important; 
}
} .gb-button,.read-more {
box-shadow: rgba(0, 0, 0, 0.1) 0px 20px 25px -5px, rgba(0, 0, 0, 0.04) 0px 10px 10px -5px;
} span.wpcf7-not-valid-tip { display: none; }
input[aria-invalid="true"], select[aria-invalid="true"] { border-color: red; background-color: rgba(153,0,0,0.3) !important; }
span.wpcf7-form-control-wrap {display:block !important;} .wpcf7 input[type="text"],
.wpcf7 input[type="email"],
.wpcf7 input[type="tel"],
.wpcf7 textarea
{
min-height:55px!important;
background-color: #fff!important;
color: #333!important;	
}
.wpcf7-submit {
box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 2px 6px 2px;
}
.wpcf7-submit:hover {
box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 2px, rgba(0, 0, 0, 0.07) 0px 2px 4px, rgba(0, 0, 0, 0.07) 0px 4px 8px, rgba(0, 0, 0, 0.07) 0px 8px 16px, rgba(0, 0, 0, 0.07) 0px 16px 32px, rgba(0, 0, 0, 0.07) 0px 32px 64px;
}
.wpcf7 textarea {
height: 100px;
}
.wpcf7-form {
display: flex;
flex-wrap: wrap;
justify-content: space-between;
}
.wpcf7-form * {
width: 100%;
}
.wpcf7-form p:nth-of-type(1),
.wpcf7-form p:nth-of-type(2),
.wpcf7-form p:nth-of-type(3),
.wpcf7-form p:nth-of-type(4) {
max-width: calc( 50% - 5px );
}
.wpcf7-acceptance input[type=checkbox] {
width: auto;
height: 1em;
}
@media (max-width: 768px) {
.sidebar {
display: none;
}
.wpcf7-form p:nth-of-type(1),
.wpcf7-form p:nth-of-type(2),
.wpcf7-form p:nth-of-type(3),
.wpcf7-form p:nth-of-type(4) {
max-width: calc( 100% - 5px );
margin-top:-30px;
}
} .alert-cookie{
padding: 20px!important;
background-color: #D7B56D;
color: white;
margin-top:50px!important;
margin-bottom:50px!important;
} .generate-columns .inside-article {
box-shadow: 0px 0px 20px rgb(200 200 200 / 20%);
padding: 40px;
}
.image-shadow{
box-shadow: rgba(0, 0, 0, 0.19) 0px 10px 20px, rgba(0, 0, 0, 0.23) 0px 6px 6px;	
}	
.featured-image img,
.post-image img {
box-shadow: rgba(0, 0, 0, 0.19) 0px 10px 20px, rgba(0, 0, 0, 0.23) 0px 6px 6px;
}
.tags-links {
font-size: 0;
}
.tags-links a {
display: inline-block;
font-size: 15px; 
padding: 5px;
margin-right: 5px;
margin-top: 5px;
border-radius: 4px;
text-decoration: none !important;
background-color: #eeeeee;
color: #333;
}
.tags-links a:hover {
opacity: 0.7;
text-decoration: none !important;
} .rabattcoupon {	
margin:10px;
font-weight:bold;	
}
.booking{
margin-top:15px!important;	
}
.wrapper {
display: flex;
justify-content: center;
align-items: center;
}
.box {
position: relative;
width: 350px;
height: 250px;
background-color: #fff;
margin-top:30px;
overflow: hidden;
border:2px dashed #D7B56D;
}
.box p{
padding:10px
}
.ribbon {
position: absolute;
display: inline-block;  
top: 0.3em;
right: 0.8em;  
max-width: 5em;  
color: #fff;  
z-index: 1;
}
.ribbon::after {
position: absolute;
top: -1.5em;
right: -6em;
content: "";  
height: 5em;
width: 15em;  
transform: rotatez(45deg);
background-color: #D7B56D;
z-index:-1;
}
.is-hidden {
display: none !important;
}
.is-desktop {
display: block;
}
@media (max-width: 768px) {
.is-desktop {
display: none !important;
}
}
.is-mobile {
display: none !important;
}
@media (max-width: 768px) {
.is-mobile {
display: block !important;
}
}
.announcement {
position: relative;
display: flex;
justify-content: center;
align-items: center;
background: #D7B56D;
padding: 0.5rem;
}
@media (max-width: 768px) {
.announcement {
flex-direction: column-reverse;
position: fixed;
left: 0;
bottom: 0;
width: 100%;
z-index: 4;
}
}
@media print {
.announcement {
display: none;
}
}
.announcement .text {
padding: 0 1rem;
color: #fff;
}
@media (max-width: 768px) {
.announcement .text {
padding-bottom: 0.5rem;
}
}
.announcement input,
.announcement button {	
letter-spacing: 1px;
text-transform: uppercase;
padding: 0.5rem;
border: 2px dashed #fff;
height: 50px;
}
.announcement input {
background: #D7B56D;
color: #fff;
text-align: center;
border-right: 0;
font-size: 16px;
font-weight:bold;
}
.announcement button {
background: #fff;
color: #D7B56D;
cursor: pointer;
box-shadow: none;
border-radius: 0;
font-size: 1rem;
width:100px;
}
.announcement #timer {	
background: #fff;
color: #e60000;
padding: 0.5rem;
margin-left: 1rem;
width: 500px;
text-align: center;
border: 1px dashed #e60000;
margin-right: 2.5rem;
height: 50px;
}
.announcement .coupon {
display: flex;
align-items: center;
}
@media (max-width: 768px) {
.announcement .coupon {
margin: 1rem auto;
}
}
.announcement .close {
cursor: pointer;
position: absolute;
top: -3rem;
left: 50%;
margin-right:30px;
transform: translateX(-50%);
padding: 0;
background: #D7B56D;
color: #212121;
height: 35px;
width: 35px;
line-height: 35px;
text-align: center;
border-radius: 50%;
}
@media (min-width: 769px) {
.announcement .close {
top: 50%;
transform: translateY(-50%);
border-radius: 50%;
left: inherit;
right: 0.5rem;
background:#fff;
color: #D7B56D;
}
}
.announcement .tooltip {
position: relative;
display: inline-block;
color: #fff;
opacity: 1;
line-height: inherit;
font-size: inherit;
z-index: inherit;
}
.announcement .tooltip .tooltiptext {
visibility: hidden;
position: absolute;
bottom: 130%;
left: 50%;
background-color: #212121;
color: #fff;
width: 170px;
font-size: smaller;
text-align: center;
padding: 5px;
margin-left: -75px;
opacity: 0;
transition: opacity 0.3s;
z-index: 1;
}
.announcement .tooltip:hover .tooltiptext {
visibility: visible;
opacity: 1;
bottom: -100%;
}
@media (max-width: 768px) {
.announcement .tooltip:hover .tooltiptext {
bottom: 150%;
}
.announcement .tooltip .tooltiptext::after {
top: 100%;
transform: rotate(0deg);
}
} .boxzilla-load-more-articles {
box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 3px 0px, rgba(0, 0, 0, 0.06) 0px 1px 2px 0px;
}
.boxzilla-load-more-articles .first-child{
background-color:#333333;
color:white;	
}
.display-posts-listing.image-left .listing-item {
overflow: hidden; 
margin-bottom: 32px;
width: 100%;
}
.display-posts-listing.image-left .image {
float: left;
margin: 0 16px 0 0;
width:100px;
border: 1px solid #eeeeee;
padding: 0.5em;
}
.display-posts-listing .excerpt-more   {
display: block;    
}
.display-posts-listing.image-left .title {
display: block;
}
.display-posts-listing.image-left .excerpt-dash { 
display: none; 
}
.display-posts-listing .excerpt { 
font-size: smaller;
} .accordion-container {
display: none;
padding: 20px;
}
.accordion-container.toggle-open {
display: block;
}
.accordion-toggle {
cursor: pointer;
}
.accordion-toggle {    
padding: 10px 20px;
margin-top: 10px;
margin-bottom: 0;
}
.accordion-toggle:after {
content: '\002B';
color: #777;
font-weight: bold;
float: right;
margin-right: 20px;
}
h4.accordion-toggle.toggle-open:after {
content: "\2212";
} body.home .ui-tabs-nav{
background-color: #fff!important;
margin-top:-60px!important;	
border-top:1px solid #D7B56D;	
}
body.home .chbs-button-style-1{
width:100%!important;	
text-align:center;
margin-bottom:-30px;
padding:20px!important;	
}
body.home .chbs-form-field-extra-time{
margin-bottom:-30px;
}
body:not(.home) .ui-widget-content {
box-shadow:none!important;	
}
.chbs-button:hover {
color:#ffffff!important;
background-color:#D7B56D!important;
border:2px solid #D7B56D!important;
}
.chbs-google-map-summary{
display:none!important;	
}
.chbs-notice{
padding: 20px;
background-color: #212121;
color: #fff!important;	
}
[data-active] {
font-weight:bold!important;	
}
label._brlbs-title{
margin-left:10px;	
}
.chbs-vehicle-image{
box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
}
.address{
padding: 20px;
background-color: #cce0ff;
box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
}
.address span{
margin-right: 10px;
}
.chbs-booking-complete{
padding: 20px;
background-color: #cce0ff;
box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
}
.chbs-meta-icon-tick div {
display:none!important;
}
.chbs-meta-icon-tick  {
border-radius:50%;
border:1px solid #eeeeee;
Background-color:#fafafa;
box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
}
.chbs-button,.chbs-button-step-next{
border-radius:0px!important;
box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 15px -3px, rgba(0, 0, 0, 0.05) 0px 4px 6px -2px!important;
}
.chbs-meta-icon-2 {
width: 0 auto;
padding-top: 15px;	
}
.chbs-summary{
background-color:#fff!important;
box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 6px -1px, rgba(0, 0, 0, 0.06) 0px 2px 4px -1px;
}
.chbs-vehicle-content-price {
background-color: #f2f2f2;  
padding: 6px 10px;  
border-radius: 5px;
box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 6px -1px, rgba(0, 0, 0, 0.06) 0px 2px 4px -1px;
}
.badge {
background-color: #e60000;
color: white;
padding: 4px 8px;
text-align: center;
border-radius: 5px;
}
.chbs-booking-form-extra-description,.badge {
background-color: #fafafa;
color: #333!important;
padding: 4px 8px;  
border-radius: 5px;
width:300px!important;
}
.iti__selected-flag{
padding-top: 30px!important;
margin-left:25px;
}
.iti--allow-dropdown{
margin-left:-20px!important;
}
input[name="chbs_client_contact_detail_phone_number_placeholder"] {
padding-top: 17px!important;	
margin-left:20px!important;
}
.ui-selectmenu-button{
padding-top: 20px!important;  	
}
input[type=text] {
padding-top: 15px!important;
} .boxzilla-rabattcode {
box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 3px 0px, rgba(0, 0, 0, 0.06) 0px 1px 2px 0px!important;
border-left:6px solid #D7B56D!important;
} @media(min-width: 769px) {
.both-sidebars .site-content {			
display: flex;
}
#left-sidebar, #primary, #right-sidebar {
left: unset;
}
#left-sidebar {
order: -1;
}
.inside-left-sidebar, .inside-right-sidebar {
background-color:#ffffff;
position: -webkit-sticky;
position: sticky;
top: 100px;  
box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 3px 0px, rgba(0, 0, 0, 0.06) 0px 1px 2px 0px;	
}
}
.inside-left-sidebar, .inside-right-sidebar h2 {
font-size: 20px;
font-weight: 700;
padding: 0 0 0 0;
margin: 0 0 15px 0;
color: #556270;
position: relative;
}
.inside-left-sidebar, .inside-right-sidebar ul {
list-style: none;
padding: 0;
}
.inside-left-sidebar, .inside-right-sidebar ul li + li {
padding-top: 10px;
}
.inside-left-sidebar, .inside-right-sidebar ul a {
color: #556270;
transition: 0.3s;
}
.inside-left-sidebar, .inside-right-sidebar ul a:hover {
color: #88241F;
}
.inside-left-sidebar, .inside-right-sidebar .tag-cloud-link {
border:1px solid #cccccc;
padding:10px;
}
.sidebar h2.widgettitle {
text-align:center;
}
.sidebar hr {
margin-top: 0px!important;
margin-bottom: 0px!important;
} .rpwwt-widget li{	
border-bottom:1px solid #eeeeee;	
}
.rpwwt-post-excerpt{
font-size: 13px;	
color:#a6a6a6;		
}
.rpwwt-widget ul{
margin-top:35px!important;	
}
.rpwwt-widget li:hover{
background-color:#fafafa;
} .footernavbar {
overflow: hidden;  
position: fixed;
z-index:999!important;	
bottom: 0;
width: 100%;
color: #d7d7d7;
border: solid 1px #333;
background: #333;
background: -webkit-gradient(linear, left top, left bottom, from(#666), to(#000));
background: -moz-linear-gradient(top,  #666,  #000);
filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#666666', endColorstr='#000000');
}
.footernavbar a {
float: left;
display: block;
width:25%;
color: #f2f2f2;
text-align: center;
padding: 18px 20px;
text-decoration: none;
font-size: 17px;  
}
.footernavbar .borderactive {
border-right:1px solid #262626;
}
.footernavbar a:hover {
background: #000;
background: -webkit-gradient(linear, left top, left bottom, from(#444), to(#000));
background: -moz-linear-gradient(top,  #444,  #000);
filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#444444', endColorstr='#000000');
}
.footernavbar a.active {
color: #666;
background: -webkit-gradient(linear, left top, left bottom, from(#000), to(#444));
background: -moz-linear-gradient(top,  #000,  #444);
filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#000000', endColorstr='#666666');
}
.footernavbar svg {
-webkit-filter: drop-shadow( 2px 2px 1px rgba(0, 0, 0, .7));
filter: drop-shadow( 2px 2px 1px rgba(0, 0, 0, .7));
}
@media (max-width: 768px) {
.footer-bar{
margin-bottom:50px!important;	
}
}
@media (min-width: 769px) and (max-width:1024px) {
.site-footer .inside-footer-widgets > div {
flex-basis: 50%;
margin-bottom:50px;
padding-left:50px;
}
.site-footer .inside-footer-widgets {
flex-wrap: wrap;
}
.copyright-bar {
display: none;
}
}
@media (max-width: 1024px) {
#right-sidebar {
display: none;
}
.boxzilla-load-more-articles
{
display: none;
}
#primary {
width: 100%;
float: none;
left: 0;
}
.separate-containers .site-main {
margin-left: 0;
}
}
@media (max-width: 768px) {
.generate-back-to-top {
margin-bottom: 70px;
right:10px;
}
}.rpwwt-widget ul { list-style: outside none none; margin-left: 0; margin-right: 0; padding-left: 0; padding-right: 0; }
.rpwwt-widget ul li { overflow: hidden; margin: 0 0 1.5em; }
.rpwwt-widget ul li:last-child { margin: 0; }
.rpwwt-widget .screen-reader-text {border: 0; clip: rect(1px, 1px, 1px, 1px); -webkit-clip-path: inset(50%); clip-path: inset(50%); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute !important; width: 1px; word-wrap: normal !important; word-break: normal; }
.rpwwt-widget .screen-reader-text:focus {background-color: #f1f1f1; border-radius: 3px; box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6); clip: auto !important; -webkit-clip-path: none; clip-path: none; color: #21759b; display: block; font-size: 0.875rem; font-weight: 700; height: auto; right: 5px; line-height: normal; padding: 15px 23px 14px; text-decoration: none; top: 5px; width: auto; z-index: 100000; }
.rpwwt-widget ul li img { display: inline; float: left; margin: .3em .75em .75em 0; }
#rpwwt-recent-posts-widget-with-thumbnails-3 img { width: 100px; height: 100px; }
#rpwwt-recent-posts-widget-with-thumbnails-4 img { width: 100px; height: 100px; }