/*  ---------------------------------------------------------------------------*/
/* Markenstudio Custom CSS */
/*  ---------------------------------------------------------------------------*/

/* 30px Rand oben und unten vom Theme "Bookit" entfernen */
.site-content {
    margin-top: 0 !important;
	margin-bottom: 0 !important;
}
/* Worttrennung (hypens) deaktivieren */
/*div.elementor-widget-text-editor p {
  hyphens: none;
}*/

/* Abstand zwischen 2 Absätzen im Elementor Fließtext (=Texteditor)
und normale Abstände */
.elementor-widget-text-editor p {
  margin-bottom: 15px;
}
.elementor-widget-text-editor li {
  margin-bottom: 5px;
}

.elementor-widget-text-editor ul {
  margin-top: 10px;
  margin-bottom: 10px;
  padding-left: 20px; /* sorgt für saubere Einrückung */
}

/* Für das Hauptmenü */
.jet-menu .jet-menu-item {
	padding-top: 3px;
	padding-bottom: 3px;
}

/* Für den "Jetzt reisen" Button im Header */
#headerbutton .elementor-button-text {
	padding-top: 12px;
    padding-bottom: 12px;
}

/* Vertikales Zentrieren der Texte in Textfeldern mit dieser gesetzten Klasse */
@media screen and (min-width: 768px) {
  .center-vert {
    display: flex;
	align-items: center;
	height: 100%;
  }
  .center-vert p {
    margin-bottom: 0;
  }
}

/* Keine Unterstreichung für Mail-Adresse im Header */
.no-underline a,
.no-underline a:hover,
.no-underline a:visited,
.no-underline a:focus {
	color: #FFFFFF !important;
    text-decoration: none !important;
}

/* Gesamten Header sticky machen */
header[data-elementor-type="header"],
.elementor-location-header {
    position: sticky !important;
    top: 0 !important;
    z-index: 9999 !important;
    background: white !important;
    width: 100% !important;
}

/* Beide Header-Sections zusammenhalten */
.elementor-location-header .elementor-section {
    position: relative !important;
}

/* Footer E-Mail Styling */
.footer-email,
.footer-email a {
    color: #D7005B !important;
    text-decoration: none;
    transition: color 0.3s ease;
}

.footer-email:hover,
.footer-email a:hover {
    color: #E24D8B !important;
    text-decoration: none;
}

/* ========================================
   CONTACT FORM 7 - LABEL STYLING
======================================== */
        
/* Alle Labels im Formular */
.wpcf7 .form-label {
	font-size: 16px;
    font-weight: 800;
    color: #333333;
}

.wpcf7 input[type="text"],
.wpcf7 input[type="email"],
.wpcf7 input[type="tel"],
.wpcf7 textarea {
	font-size: 16px;
	font-weight: 300;
	color: #333333;
}

/* Mobile responsive */
        
@media (max-width: 768px) {
	/* Labels kleiner auf Mobile */
	.wpcf7 .form-label {
        font-size: 14px;
		font-weight: 700
		color: #333333;
    }

    /* Inputs kleiner auf Mobile */
    .wpcf7 input[type="text"],
    .wpcf7 input[type="email"],
    .wpcf7 input[type="tel"],
    .wpcf7 textarea {
		font-size: 14px;
		font-weight: 300;
        padding: 10px 12px;
    }
	
	/* Absende-Buttons kleiner auf Mobile */
	.wpcf7 input.wpcf7-submit {
        font-size: 12px !important;
    }
}

.wpcf7-submit {
    font-family: "Montserrat", Sans-serif !important;
    font-size: 14px !important;
    font-weight: 600 !important;
    text-transform: uppercase !important;
    line-height: 1em !important;
    letter-spacing: 1px !important;
	background: #D7005B !important;
	color: #FFFFFF !important;
	border-radius: 0px !important;
	padding: 15px !important;
}

/*  ---------------------------------------------------------------------------*/
/*  BUSREISEBOX Anpassungen                                                    */
/*  ---------------------------------------------------------------------------*/

/* Auf Wunsch von Marion, Suchleiste komplett ausblenden */
.brb-complete-search {
    display: none !important;
}

/* "Reise merken" ausblenden */
.brb-trip-saved-tile {
	display: none !important;
}

.brb-search {
	background: #E9E9E9 !important;
	border: 1px solid #777777 !important;
}

input.brb-form-submit-btn {
	font-family: "Montserrat", Sans-serif !important;
    font-size: 14px !important;
    font-weight: 600 !important;
    text-transform: uppercase !important;
    line-height: 1em !important;
    letter-spacing: 1px !important;
	background: #D7005B !important;
	color: #FFFFFF !important;
}

#brb-tabs-menu::before {
	background: #333333 !important;
}

.brb-details-container {
	margin-top: 50px !important;
}

h1.brb-heading {
	color: #D7005B !important;
}

p.brb-date,
p.brb-location,
div.brb-services,
.brb-price span.brb-price-text,
.brb-price span.brb-price-amount {
	color: #333333 !important;
}

.brb-order-button.brb-order-button {
	font-family: "Montserrat", Sans-serif !important;
    font-size: 14px !important;
    font-weight: 600 !important;
    text-transform: uppercase !important;
    line-height: 1em !important;
    letter-spacing: 1px !important;
	background: #D7005B !important;
	color: #FFFFFF !important;
	border-radius: 0px !important;
	padding: 15px !important;
}

/* Durch das padding 15px (im Block drüber), brauch ma mehr Abstand */
.brb-card-order-bottom {
	margin-top: 20px !important;
	margin-bottom: 20px !important;
}

@media (max-width: 768px) {
	/* Die BRB-Buttons kleiner auf Mobile */
	.brb-order-button.brb-order-button {
		font-size: 12px !important;
	}
	
	/* Überschrift in der Reisedetailseite */
	h1.brb-heading {
		font-size: 24px !important;
	}
	
	/* Fließtext in der Reisedetailseite */
	.brb-services p {
		font-size: 14px !important;
		font-weight: 300 !important;
		line-height: 1.7em !important;
	}
}

.brb-nav-item.active {
	border-top: 1px solid #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
	padding-top: 3px !important;
	padding-bottom: 3px !important;
}

/* Feld "Abfahrtsort" ausblenden (Desktop) */
#locationField input#autocomplete,
#locationField .brb-input-icon {
    visibility: hidden;
}

/* Feld "Abfahrtsort" ausblenden (Mobile) */
.brb-container-mobile #locationField {
    display: none;
}


/*  ---------------------------------------------------------------------------*/
/*  Mobile Optimierungen                                                       */
/*  ---------------------------------------------------------------------------*/
