/*
	[Table of contents]

	## Global
		- Font Settings
		- Padding/Margin

	## Header
		- Top Header
			-- Social
			-- Top Menu
			-- Logo block
		- Navigation Menu
		- Social Icons

	## Footer
		- Copyright Text	
		
	## Responsive
		-- min-width: 992 to max-width: 1200
		-- min-width: 768 to max-width: 991
		-- min-width: 319 to max-width: 767
		-- min-width: 991
*/

/* ## Global */

body {
  font-family: "Open Sans", sans-serif;
  font-size: 15px;
  color: #000;
  overflow-x: hidden;
}
img {
  max-width: 100%;
  height: auto;
}
a {
  outline: 0 !important;
}

/* - Font Settings */
.logo-block a b,
.ow-navigation .container > a,
.footer-main .widget-title,
.widget-about li,
a.see-more,
a.purchase,
.section-header h3,
.choose-us-content-box h3,
.we-do-more h3,
.we-do-more h2,
.what-we-do-box span,
.driver-info > h3,
.we-are-hire span,
.testimonial .carousel-inner p,
.testimonial .carousel-inner p span,
.get-mobile h3,
.get-mobile h2,
.statistics-box > span,
.about > h3,
.about > h2,
.page-heading > h3,
.blog-area h3,
.widget-title h3,
.online-booking-form .btn,
.contact-form form .btn,
.map .content h3 {
  font-family: "Cabin", sans-serif;
}

.subscribe-box h4,
.subscribe-box .input-group-btn > .btn,
.widget-about li:last-child span {
  font-family: "Montserrat", sans-serif;
}

.contact-form form input,
.contact-form form textarea {
  font-family: "Open Sans", sans-serif;
}

.photos-slider .carousel-caption h2,
a.purchase,
a.see-more,
.section-header h3,
.choose-us-content-box h3,
.choose-us-content-box a,
.we-do-more h3,
.we-do-more h2,
.what-we-do-box span,
.we-are-hire span,
.get-mobile h3,
.get-mobile h2,
.about > h3,
.about > h2,
.about a,
.page-heading > h3,
.blog-area h3,
.widget-title h3,
.map .content h3 {
  text-transform: uppercase;
}

/* - Padding/Margin */
.no-padding {
  padding: 0;
}

ul {
  padding-left: 0;
}

/* - Section Header */
.section-header {
  position: relative;
  background: url("./images/icon/seprator.png");
  background-repeat: no-repeat;
  background-position: bottom;
  display: inline-block;
  width: 100%;
}

/* - Section Padding */
.section-padding {
  padding-top: 20px;
  padding-bottom: 20px;
}

/* ## Header */
/* - Top Header */
/* -- Social */

/* -- Top Menu */

/* -- Logo block */
.middle-header {
  padding-bottom: 0px;
  padding-top: 0px;
  background-color: #fff;
}

/* Desktop View */
.desktop-view {
  display: flex;
  justify-content: flex-end; /* Ändert die Ausrichtung auf rechts */
  align-items: center;
  max-width: 1200px; /* oder die Breite, die Sie für Ihren Container verwenden */
  margin: 0 auto;
  padding: 0 15px;
  position: relative;
}

.logo-block {
  position: absolute; /* Ändern Sie dies zu absolute */
  left: 50%; /* Zentriert das Logo horizontal */
  transform: translateX(-50%); /* Korrigiert die Positionierung */
  top: 50%; /* Zentriert das Logo vertikal */
  transform: translate(
    -50%,
    -50%
  ); /* Korrigiert die Positionierung horizontal und vertikal */
}

.logo-block a {
  padding-left: 0px;
  display: inline-block;
  text-decoration: none;
}

.logo-block a img {
  width: 100px;
  height: auto;
}

.logo-block a b {
  text-transform: uppercase;
  font-size: 24px;
  display: block;
  color: #000;
  margin-top: 3px;
}

.logo-block a span {
  font-size: 13px;
  color: #8c8b8b;
  float: left;
  margin-top: -6px;
}

.navbar-brand.logo-block {
  display: none;
}

.middle-header .col-md-6 {
  text-align: right;
}

.location,
.phone {
  position: relative;
  padding-left: 46px;
  display: inline-block;
  text-align: left;
  margin-left: 20px;
}

.location > img,
.phone > img {
  width: 40px;
  height: 40px;
  position: absolute;
  left: 0;
}

.location p {
  font-size: 16px;
  margin: 0;
}

.location p span {
  display: block;
}

.location p span a {
  color: inherit;
  text-decoration: none;
}

.location p span a:hover {
  text-decoration: underline;
}

.location > img {
  top: 7px;
}

.location p {
  font-size: 15px;
  font-weight: 300;
  text-transform: uppercase;
  margin: 0;
}

.location p span {
  font-size: 20px;
  font-weight: 600;
  color: #000000;
}
.phone p span {
  display: block;
}

.phone p span a {
  color: inherit;
  text-decoration: none;
}

.phone p span a:hover {
  text-decoration: underline;
}

.phone > img {
  top: 7px;
}

.phone p {
  font-size: 15px;
  font-weight: 300;
  text-transform: uppercase;
  margin: 0;
}

.phone p span {
  font-size: 20px;
  font-weight: 600;
  color: #de302f;
}

/* Mobile View */
.mobile-view {
  display: none;
}

/* - Navigation Menu */
/* - Social Icons */

/* ## Footer */
.footer-main {
  background-image: url("images/footer-bg.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 98px;
}
/* -- Widget */
/* -- Widget Subscribe */
.widget-subscribe {
  text-align: center; /* Zentriert alle Elemente */
}

.widget-subscribe .subscribe-box {
  display: inline-block;
  padding: 20px 15px;
  border: 1px solid rgba(209, 209, 209, 0.2);
  color: #eee;
  max-width: 100%; /* Verhindert Überbreite auf kleinen Bildschirmen */
}

.subscribe-box h4 {
  font-weight: bold;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 30px;
  color: #fff;
}

.subscribe-box p {
  font-size: 13px;
  line-height: 24px;
  margin-bottom: 30px;
}

/* Rest des CSS bleibt unverändert */

.widget-subscribe ul {
  margin-top: 22px;
  list-style: none;
  padding-left: 0;
  display: inline-block; /* Ermöglicht die Zentrierung der Iconliste */
}

.widget-subscribe ul li {
  display: inline-block; /* Ändert float zu inline-block für Zentrierung */
  margin: 0 10px; /* Gleicher Abstand auf beiden Seiten */
}

.widget-subscribe ul li:first-child {
  margin-left: 0; /* Optional: Entfernt den linken Margin für das erste Element */
}

.widget-subscribe ul li:last-child {
  margin-right: 0; /* Optional: Entfernt den rechten Margin für das letzte Element */
}

.widget-subscribe ul li a {
  width: 40px;
  height: 40px;
  display: inline-block;
  position: relative;
}

.widget-subscribe ul li a img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.widget-subscribe ul li a:hover img {
  opacity: 1; /* Leichter Hover-Effekt */
}

.footer-main .widget-title {
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
  margin-top: 0;
  color: #fff;
  margin-bottom: 40px;
  background-image: none;
}

/* -- Widget Links */
.footer-main .widget {
  width: 100%;
  display: inline-block;
  margin-bottom: 75px;
  padding-left: 40px; /* Fügt Padding auf der linken Seite hinzu */
}

.widget-links ul {
  padding-left: 0; /* Entfernt das Standard-Padding der Liste */
}

.widget-links ul li {
  display: inline-block;
  width: 100%;
  margin-bottom: 38px;
  padding-left: 21px; /* Erhöht den Abstand für das Icon */
  position: relative; /* Für die absolute Positionierung des Icons */
}

.widget-links ul li:last-child {
  margin-bottom: 0;
}

.widget-links ul li a {
  font-size: 13px;
  color: #fff;
  text-decoration: none;
  display: inline-block; /* Verhindert Zeilenumbruch zwischen Icon und Text */
}

.widget-links ul li a:before {
  content: "";
  background-image: url("images/icon/ftr-link.png");
  background-repeat: no-repeat;
  width: 7px;
  height: 10px;
  display: inline-block;
  position: absolute; /* Positioniert das Icon absolut */
  left: 0; /* Setzt das Icon an den linken Rand des Listenelements */
  top: 50%; /* Zentriert das Icon vertikal */
  transform: translateY(-50%); /* Feinabstimmung der vertikalen Zentrierung */
}

/* -- Widget About */
.widget-about {
  color: #fff;
  font-size: 14px;
}
.widget-about p {
  margin-bottom: 40px;
}
.widget-about li {
  display: inline-block;
  width: 100%;
  position: relative;
  line-height: 19px;
  padding-left: 70px;
  margin-bottom: 40px;
  font-weight: bold;
  min-height: 50px;
}

.widget-about li span {
  display: block;
}
.widget-about li img {
  position: absolute;
  width: 50px;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.widget-about li:last-child {
  margin-bottom: 0;
}
.widget-about li a {
  color: #fff;
  font-weight: normal;
}
/* Zusätzlicher Stil für bessere Textausrichtung */
.widget-about li > span:first-of-type {
  margin-top: 5px; /* Fügt etwas Abstand über dem ersten Textspan hinzu */
}

.sub-nav {
  background-color: #f8f9fa;
  padding: 10px 0;
}

.color-index {
  display: flex;
  justify-content: center;
  align-items: center;
}

.color-item {
  display: flex;
  align-items: center;
  margin: 0 20px; /* Erhöhter Abstand zwischen den Elementen */
  font-weight: bold;
}

.permanent-trip { background-color: #e6f7ff; }
.job-rechazado { background-color: #de7777; }
.job-megagar { background-color: #90ee90; }

.checkbox-nav {
  background-color: #e9ecef;
  padding: 10px 0;
}

.checkbox-group {
  display: flex;
  justify-content: center;
  align-items: center;
}

.checkbox-group label {
  margin: 0 15px;
  display: flex;
  align-items: center;
}

.checkbox-group input[type="checkbox"] {
  margin-right: 5px;
  transform: scale(1.5);
}

/* ## Responsive */

/* -- min-width: 319 to max-width: 767 */
@media only screen and (min-width: 319px) and (max-width: 1200px) {
  /* ## Header */
  .desktop-view {
    display: none;
  }

  .mobile-view {
    display: block;
  }

  .middle-header {
    padding: 0;
  }

  .mobile-header {
    display: flex;
    flex-direction: column;
  }

  .mobile-view .logo-block {
    width: 100%;
    text-align: center;
    background-color: #fff;
    padding: 10px 0;
    order: -1;
    position: static;
    transform: none;
  }

  .mobile-view .logo-block a {
    display: inline-block;
    max-width: 80px;
  }

  .mobile-view .logo-block a img {
    width: 100%;
    height: auto;
    max-width: 80px;
  }

  .mobile-info {
    background-color: #000;
    color: #fff;
    padding: 10px 0;
    display: flex;
    justify-content: space-around;
    align-items: center;
  }

  .mobile-info .location,
  .mobile-info .phone {
    display: flex;
    align-items: center;
    margin: 0;
    padding: 0;
  }

  .mobile-info .location img,
  .mobile-info .phone img {
    width: 20px;
    height: 20px;
    margin-right: 5px;
    position: static;
  }

  .mobile-info p {
    margin: 0;
    font-size: 12px;
    color: #fff;
  }

  .mobile-info .phone p,
  .mobile-info .phone p a {
    font-weight: normal;
	text-decoration: none;
    color: #fff;
  }

  .mobile-info .phone p a {
    color: #fff;
    text-decoration: none;
  }

  .mobile-info .phone p a:hover {
    text-decoration: underline;
  }

  .location,
  .phone {
    margin-left: 10px;
    white-space: nowrap;
  }

  /* Weitere mobile Anpassungen */

  /* ## Footer */
  /*## admintab Leiste*/
  .color-index {
    flex-direction: column;
}

.color-item {
  margin: 0 20px; /* Erhöhter Abstand zwischen den Elementen */
  font-weight: bold;
}

.checkbox-group {
    flex-direction: column;
}

.checkbox-group label {
    margin: 5px 0;
}

.sub-nav .container {
    position: relative;
}

.color-index {
    display: none;
    position: absolute;
    background-color: #f8f9fa;
    padding: 10px;
    border: 1px solid #ddd;
    z-index: 100;
}

.sub-nav .container::before {
    content: "Farbenindex ▼";
    display: block;
    padding: 5px 10px;
    background-color: #e9ecef;
    cursor: pointer;
}

.sub-nav .container:hover .color-index {
    display: block;
}
}

/* -- min-width: 991 */
@media (max-width: 991px) {
}

/* ## min-width: 1200 */
@media (min-width: 1200px) {
  .container {
    width: 1200px;
  }
}


