/*
Theme Name: balcok.de
Author: Travelseller GmbH
Description: Balcok-Theme. CSS-Framework is Bootstrap5.
Version: 1.0
Tags: balcok
*/

/* new site css - stand 16.32 uhr */

#main-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 80px;
  background: transparent;
  z-index: 2000;
}

#main-header::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 1100px;
  height: 100%;
  background-color: #212d6b;
  z-index: -1;
}

#main-header .navbar {
  height: 100%;
  display: flex;
  align-items: center;
}

#main-header .navbar-brand {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  margin: 0;
}

#main-header .navbar-brand img {
  height: 48px;
  width: auto;
}

body.admin-bar #main-header {
  top: 32px;
}

#main-header .primary-nav {
  position: absolute;
  top: 50%;
  left: calc(50% - 550px + 32px);
  transform: translateY(-50%);
  display: flex;
  align-items: center;
  gap: 28px;
  z-index: 5;
}

#main-header .primary-nav .nav-link {
  color: #ffffff;
  font-size: 0.95rem;
  font-weight: 500;
  white-space: nowrap;
}

#main-header .primary-nav .nav-link:hover,
#main-header .primary-nav .current-menu-item > .nav-link {
  opacity: 0.85;
}

#main-header .primary-nav {
  max-width: calc(50% - 140px);
}

#main-header .top-nav {
  position: absolute;
  top: 50%;
  right: calc(50% - 550px + 32px);
  transform: translateY(-50%);
  display: flex;
  align-items: center;
  gap: 20px;
  z-index: 5;
}

#main-header .top-nav .nav-link {
  color: #ffffff;
  font-size: 0.9rem;
  font-weight: 500;
  white-space: nowrap;
}

#main-header .top-nav .menu-item:last-child .nav-link {
  background: #7bc143;
  padding: 10px 18px;
  border-radius: 4px;
  font-weight: 600;
  color: #ffffff;
}

#main-header .top-nav .menu-phone > .nav-link {
  display: grid;
  grid-template-columns: 18px auto;
  grid-template-rows: auto auto;
  column-gap: 8px;
  row-gap: 2px;

  align-items: start;
  font-size: 0.9rem;
  font-weight: 500;
  color: #ffffff;
  line-height: 1.2;
}

#main-header .top-nav .menu-phone i {
  grid-row: 1 / 2;
  grid-column: 1 / 2;
  font-size: 15px;
  margin-top: 2px;
}

#main-header .top-nav .menu-phone > .nav-link {
  white-space: nowrap;
}

#main-header .top-nav .menu-phone small {
  grid-column: 2 / 3;
  font-size: 0.75rem;
  opacity: 0.85;
  font-weight: 400;
}

#main-header .navbar > .container {
  height: 100%;
  align-items: center;
}

#main-header .navbar-toggler {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 44px;
  width: 44px;
  margin-top: 0;
  padding: 0;
  border: 1px solid rgba(255,255,255,0.5);
  border-radius: 6px;

  background: transparent;
}

#main-header .navbar-toggler-icon {
  filter: brightness(0) invert(1);
  opacity: 0.9;
}

/* Weißes Menü auf Umrah-Seite */
body.umrah-theme #main-header::before {
  background-color: #ffffff !important;
}

body.umrah-theme #main-header .primary-nav .nav-link,
body.umrah-theme #main-header .top-nav .nav-link {
  color: #212D6B !important;
}

body.umrah-theme #main-header .primary-nav .nav-link:hover {
  opacity: 0.8;
}
/* Weißes Menü auf Umrah-Seite Ende */

.elementor-widget-html .elementor-widget-container {
  position: relative;
  height: 600px;
}
.hero-video {
  position: relative;
  width: 100%;
  overflow: hidden;
  height: 600px;
}

.hero-video iframe {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100vw;
  height: 56.25vw; /* 16:9 */
  min-height: 100%;
  min-width: 100%;
  transform: translate(-50%, -50%);
}

.footer-main {
  background-color: #212D6B;
}

/* site stuff */

.image-badge {
  transition: transform 0.2s ease;
}

.image-badge:hover {
  transform: translateY(-3px);
}

.api-generated-list {
  list-style: disc;
  padding-left: 20px;
  margin: 0;
  color: #212D6B;
  font-weight: 500;
  line-height: 1.7;
}

/* media stuff */

@media (min-width: 1200px) {
  #main-header .navbar-toggler {
    display: none !important;
  }
}

@media (max-width: 1199.98px) {
  #newsletter-headline h2 {
		font-size: 20px;
  }
  #main-header .top-nav .menu-item:last-child {
    display: none;
  }
  #main-header .top-nav {
    position: static;
    margin-left: auto;
    margin-right: auto;
    transform: none;
    gap: 0;
  }
  #main-header {
    height: 80px;
  }
  #main-header .navbar {
    min-height: 0;
    padding: 0;
  }
  #main-header .navbar-brand {
    top: 50%;
    transform: translate(-50%, -50%);
  }
  #main-header::before {
    height: 100%;
  }
  #main-header .navbar-collapse {
    position: absolute;
    top: 80px;
    left: 0;
    width: 100%;
    background-color: #212d6b;
    padding: 20px 0;
    z-index: 1999;
  }
  body.umrah-theme #main-header .navbar-collapse {
    background-color: #ffffff !important;
  }

  body.umrah-theme #main-header .primary-nav .nav-link {
    color: #212D6B !important;
    border-bottom: 1px solid rgba(33,45,107,0.15);
  }

  body.umrah-theme #main-header .primary-nav .nav-link:hover {
    background: rgba(33,45,107,0.05);
  }
  body.admin-bar #main-header .navbar-collapse {
    top: calc(80px + 32px);
  }
  body.umrah-theme #main-header .navbar-toggler {
    border-color: rgba(33,45,107,0.4);
  }

  body.umrah-theme #main-header .navbar-toggler-icon {
    filter: none !important;
    background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='%23212D6B' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
  }	
  #main-header .primary-nav {
    position: static;
    transform: none;
    flex-direction: column;
    align-items: flex-start;
    gap: 0;
    max-width: 100%;
    padding: 0 24px;
  }
  #main-header .primary-nav .nav-link {
    width: 100%;
    padding: 14px 0;
    font-size: 1.05rem;
    font-weight: 600;
    color: #ffffff;
    border-bottom: 1px solid rgba(255,255,255,0.15);
  }

  #main-header .primary-nav .nav-link:hover {
    background: rgba(255,255,255,0.08);
  }
}
@media (min-width: 900px) and (max-width: 1199.98px) {

  #main-header .navbar-collapse {
    width: 75%;
    max-width: 75%;
  }
}

@media (max-width: 899.98px) {
  .hero-video {
    height: 450px;
  }
  #newsletter-imagecontainer{
	display:none;
  }
}

@media screen and (max-width: 782px) {
  body.admin-bar #main-header {
    top: 46px;
  }
}
@media (max-width: 767px) {
  .advantages-bar {
    display: none!important;
  }
}
@media (max-width: 599.98px) {
  .hero-video {
    height: 320px;
  }
}

/* old site css */

/*
body .btn {
	border-radius: 0 !important;
	font-weight: 700;
}

body .btn-success {
	--bs-btn-bg: #7bc143;
	--bs-btn-border-color: #7bc143;
	--bs-btn-hover-border-color: hsla(93, 50%, 61%, 1); 
	--bs-btn-hover-bg: hsla(93, 50%, 61%, 1);
}

.circle-icon {
    width: 80px;
    height: 80px;
    border-radius: 50%;
	border: 1px solid #396192;
    text-align: center;
    line-height: 100px;
    vertical-align: middle;
    padding: 30px;
}

.lobster {
	font-family: "DM Serif Display", serif;
  	font-weight: 400;
  	font-style: italic;
}

body h1 {
	font-size: 4rem;
}

body .bg-primary {
	background-color: #21368c !important;
}

body .text-primary {
	color: #396192 !important;
}

body .text-success {
	color: #2A6F91 !important;
}

.navbar-expand-xl {
	background-color: #fff;
}

.nav.navbar-dark .nav-link {
	color: #fff !important;
}

#topnav .nav-link {
	font-size: 0.71429rem;
	font-weight: 700;
}

#primarynav .nav-link,
#primarynav .navbar-light .navbar-nav .nav-link {
	color:  #333;
	text-transform: uppercase;
	font-size: 0.92857rem;
	padding-left: 20px;
	padding-right: 20px;
	font-weight: 700;
}

#primarynav .nav-link:hover {
	color: #3949a0 !important;
}

body .dropdown-item.active, body .dropdown-item:active {
	background-color: rgb(255, 202, 44);
} 

.color-red {
	color: #CB102C;
}

.slick-item-cover {
	height: 600px;
	max-height: 100vh;
	background-repeat: no-repeat;
	background-size: auto 100%;	
	background-position: center;
}

.slick-item-cover .usp {
	width: 90%;
}

.slick-item-cover .usp .teaser {
	background: #fff;
	font-size: 0.875rem;
	padding: 0.6rem;
	margin-top: 0.4rem;
	color: #d71313;
	font-weight: bold;
}

.slider-vertical {
  writing-mode: bt-lr; 
  -webkit-appearance: slider-vertical; 
  width: 8px;
  height: 150px;
  transform: rotate(-180deg); 
}

.slick-item-cover .usp .price-box {
	background: rgba(255, 255, 255, 0.8);
	padding: 1.2rem 0.8rem 1.2rem 1.2rem;
	font-size: 0.7rem;
	display: inline-block;
	text-align: right;
	color: #2A6F91;
}

.slick-item-cover .usp .price {
	font-size: 2rem;
	font-weight: 700;
	margin-left: 0.3rem;	
}

@media only screen and (min-width: 601px) {
	.slick-item-cover {
		background-size: 100% auto;
	}
	.slick-item-cover .usp {
		width: 50%;
	}
}

.slick-item-cover h3 {
	background: rgba(237, 225, 216, 0.8);
	font-size: 1.5rem;
	padding: 0.6rem;
	font-weight: 800;
	color: #CB102C;
	text-align: right;
	margin-bottom: 0.2rem;
}
.button-red {
	background-color: #CB102C !important;
  	border-color: #CB102C !important;
}

body .nav-tabs .nav-item.show .nav-link, 
body .nav-tabs .nav-link.active {
	background-color: #2A6F91;
	border-color: #e9ecef #e9ecef transparent transparent;
}

body .nav-tabs .nav-link,
body .nav-tabs .nav-item.show .nav-link {
	background-color: #CB102C;
	border-color: #e9ecef #e9ecef transparent transparent;
}


.slick-next {
	right: 15px;
}
.slick-prev {
    left: 0;
}
.slick-prev, .slick-next {
	width: 36px;
	height: 36px;
	z-index: 200;
}

#reader .slick-prev::before, #reader .slick-next::before {
	color: #fff;
	opacity: initial !important;
}

.slick-prev::before, .slick-next::before {
	font-size: 35px;
	color: #405d80;
	opacity: initial !important;
}
h5 {
	font-size: 0.8rem;
	font-weight: bold;
}
h4 {
	font-size: 1rem;
}
.card-title {
	height: 30px;
}

.ort {
	height: 50px;
}

.headlinecolor {
	color: #CB102C;
}




#footernav .nav-link {
font-size: 0.875rem;
}
*/