.clear {
    clear: both;
}
body {
    opacity: 0;
    transition-timing-function: cubic-bezier(.47,0,.745,.715);
    transition-duration: 1.2s;
    transition-property: opacity,transform;
}
body.aos-animate {
    opacity: 1;
}
body.active:before {
    content: '';
    position: fixed;
    z-index: 9;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.25);
}
/*header*/
.main-header {
	background:#141D47;
}
.inner-main-header {
	display: flex;
    justify-content: space-between;
    align-items: center;
}

/*banner*/ 
.banner { 
	background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
	position:relative;
}
.banner .container {
	position:relative;
	min-height: 673px;
}
.info-banner {
	background:#141D47;
	padding:75px 56px 56px 56px;
	border-radius:9px;
	position:absolute;
	bottom:-47px;
	right:20px;
	max-width:628px;
	width:100%;
	min-height:434px;
} 
.info-banner:before {
	content:'';
	position:absolute;
	top: -35px;
    right: 20px;
	background:url('../images/star.svg') center center no-repeat;
	    width: 75px;
    height: 70px;
}
.info-banner h2 {
	color:#E6EFF5;
}
/*who-we-are*/
.who-we-are {
	padding-top:114px;
	padding-bottom:117px;
}
.who-we-are h2 {
	text-transform: uppercase;
	margin-top:0;
} 
.who-we-are .box-description {
	padding-bottom:95px;
	padding-right:280px;
}
.container-full {
	max-width:1447px;
	width:100%;
	padding:0;
	margin: 0 auto;
}
.wrap-slider {
	padding-left:100px;
}
.wrap-slider .item {
	padding:0 9px;
	position:relative;  
}
.wrap-slider .item:before {
	content:'';
	position:absolute;
	left:9px;
	right:9px; 
	height:100%;
	background: linear-gradient(180deg, rgba(17, 23, 48, 0.1197) 0.2%, rgba(17, 23, 48, 0.57) 82.21%); 
	border-radius: 32px;
	z-index:9;
}
.wrap-slider .item img {
	width:100%;
	border-radius: 32px;
}
.wrap-slider .slick-list {
	margin:0 -9px;
	    padding-right: 330px;
}
.wrap-slider .item .info {
	position:absolute;
	left:0;
	right:0;
	bottom:0;
	z-index:1;
	padding:0 34px 34px 34px;
	min-height:140px;
	z-index:10;
}
.wrap-slider .item .info h3 {
	margin:0;
}
.wrap-slider .item .info p {
	font-family: 'Inter';
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 24px; 
	color: #E6EFF5;
}
/**/
.our-services {
	background:#141D47;
	padding:97px 0 107px 0;
}
.our-services .container {
	position:relative;
}
.our-services .container:before {
	content:'';
	position:absolute;
	top:-85px;
	right:-40px;
	background:url('../images/star2.svg') center center no-repeat;
	width: 226px;
    height: 209px;
} 
.our-services h2 {
	color:#fff;
	text-transform:uppercase;
	margin:0;
}

.booking-service.list-services {
    display: block;
}

.list-services {
	display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 29px 29px; 
	padding-top:85px;
}
.box-service {
	padding:25px;
	background:#242B4A;
	border-radius:12px;
	 grid-column: span 2;
}
.box-service:nth-last-child(1),
.box-service:nth-last-child(2) {
	grid-column: span 3;
}
.list-services.special .box-service:nth-last-child(2) {
	grid-column: span 2;
}
.box-service.full {
	grid-column: 1 / -1;
}
.box-service .top {
	position:relative;
}
.box-service .top h3 {
	color:#fff;
	padding-right:120px;
	margin:0;
}
.box-service .top span {
	position:absolute;
	top:0;
	right:0;  
	font-size: 18px;
	line-height: 24px; 
	color: #E6EFF5;  
	font-family: 'Exo 2';
	font-style: normal;
	font-weight: 400;
	font-size: 18px;  
}
.box-service .top strong { 
	font-family: 'Exo 2';
	font-style: normal;
	font-weight: 700;
	font-size: 32px;
	line-height: 38px;
	text-transform: uppercase; 
	color: #FFFFFF;   
	display:block;
}
.box-service ul {
	margin:16px 0 0 0;
	padding:0;
}
.box-service ul li {
	list-style:none; 
	font-size: 13px;
	line-height: 24px;
	margin-bottom:8px;	
	color: #FFFFFF;  
	display: flex;
    align-items: center;
}
.box-service ul li svg {
	width:20px;
	margin-right:12px;
}
.box-service .btn-book-now {
	display: block;
    line-height: 46px;
    font-family: 'Exo 2';
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    text-align: center;
    color: #E6EFF5;
	border-radius:4px;
	background:#00497C;
	margin-top:16px;
	-webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.box-service .btn-book-now:hover {
	background:#DD8402;
	color:#141D47;
}

.booking-service-wrap {
    display: flex;
	gap: 30px;
    align-items: flex-start;
}

.booking_section {
	display: none;
}

.booking_section.active {
	display: block;
}

.booking-service-wrap .booking-form {
    width: 100%;
    background: #fff;
    border-radius: 12px;
    padding: 30px 40px;
}

.booking-form .ea-bootstrap .ui-datepicker {
    border: 0;
    box-shadow: inherit;
    padding: 0;
    margin: 0;
    width: 61%;
    padding-right: 35px;
    border-right: 1px solid #C7CAD3;
    border-radius: 0;
    position: relative;
}

.booking-form .ui-datepicker .ui-datepicker-title {
    font-size: 21px;
    line-height: 24px;
    font-family: 'Exo 2';
    color: #141D47;
}

html .booking-form .ea-bootstrap {
    font-family: 'Inter';
}

.booking-form .ui-datepicker table, .booking-form .ui-datepicker th,.booking-form  .ui-datepicker td {
    border: 0;
}

.booking-form .ea-bootstrap .ui-widget-header {
    margin-bottom: 30px;
}

.booking-form .ui-datepicker .ui-datepicker-current-day a {
    background: transparent;
}

.booking-form .ui-datepicker .ui-datepicker-current-day a {
    border: 1px solid #00497C;
    border-radius: 8px;
	display: block;
	width: 42px;
	height: 42px;
}

.booking-form .ui-datepicker .ui-datepicker-calendar thead {
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    color: #7C8190;
}

.booking-form .time-row {
    position: absolute;
    left: 100%;
    width: 270px;
    top: 0;
    max-height: 100%;
    overflow-y: auto;
	padding-right: 4px; 
    scrollbar-width: thin; 
    scrollbar-color: #c0c0c0 transparent;
}

.booking-form .time-row::-webkit-scrollbar {
    width: 6px;
}

.booking-form .time-row::-webkit-scrollbar-track {
    background: transparent;
}

.booking-form .time-row::-webkit-scrollbar-thumb {
    background-color: #c0c0c0;
    border-radius: 4px;
    transition: background-color 0.2s ease-in-out;
}

.booking-form .time-row::-webkit-scrollbar-thumb:hover {
    background-color: #999;
}

.booking-form .ea-bootstrap .ui-datepicker .ui-datepicker-calendar .time-value {
    border: 0;
    border-bottom: 1px solid #C7CAD3;
    width: 100%;
    max-width: 100%;
    text-align: left;
    padding: 24px 12px;
    font-weight: 700;
    color: #7C8190;
    line-height: 1;
}

.booking-form .ea-bootstrap .ui-datepicker .ui-datepicker-calendar .time-value:hover {
	background: transparent;
}

.booking-form .ea-bootstrap .ui-datepicker .ui-datepicker-calendar .time-value.selected-time {
    background: #00497c;
    color: #fff;
}

.booking-form .ea-bootstrap .time-row td {
    display: block;
}

.booking-form .ea-bootstrap .time-row .time {
    display: flex;
    flex-direction: column;
    width: 100%;
    background: transparent;
    border: 0;
    box-shadow: inherit;
    padding-top: 0;
    padding-bottom: 0;
}

.booking-form .ea-bootstrap .btn-primary {
    background: #00497C;
    border-radius: 4px;
    font-family: 'Exo 2';
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    text-align: center;
    letter-spacing: 0.04em;
    color: #fff;
    line-height: 46px;
    display: inline-block;
    padding: 0 25px;
}

.booking-form .ea-bootstrap .ea-cancel {
    border: 0;
	font-family: 'Exo 2';
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    color: #00497C;
}

#booking-overview, #booking-overview-header {
    display: none;
}

.booking-form .ui-datepicker .ui-datepicker-calendar td:hover,
.booking-form .ui-datepicker .ui-datepicker-current-day {
    background: transparent !important;
}

.booking-form .ui-datepicker .ui-datepicker-calendar td a {
    font-size: 16px;
    line-height: 40px;
    font-weight: 500;
    color: #191922;
    margin: 0 auto;
}

.booking-form .ui-datepicker .ui-datepicker-calendar td.ui-state-disabled {
    font-size: 16px;
    line-height: 24px;
    color: #7C8190;
    font-weight: 500;
}

.booking_section .head h3, .booking-service-wrap .box-service .top h3 {
    font-size: 32px;
    text-transform: uppercase;
    text-align: center;
    padding: 0;
    line-height: 1.2;
}

.booking_section .ea-bootstrap .form-horizontal .form-group {
    display: flex;
    flex-direction: column;
}

.booking_section .ea-bootstrap .form-horizontal .control-label {
    text-align: left;
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    color: #191922;
    margin-bottom: 3px;
}

.booking_section .ea-bootstrap .form-control {
    background: #EAEAED;
    padding: 12px;
    border-radius: 4px;
    height: 44px;
    border: 0;
    box-shadow: inherit;
}

.booking-service-wrap .box-service .top p {
    font-size: 12px;
    color: #fff;
    text-align: center;
    padding: 0;
    line-height: 1.2;
    margin-top: 21px;
}

.booking-service-wrap .box-service .middle {
    border-top: 1px solid #7C8190;
    border-bottom: 1px solid #7C8190;
    margin-top: 19px;
    padding-top: 26px;
    padding-bottom: 21px;
}

.booking-service-wrap .box-service .middle strong {
    font-size: 32px;
    color: #fff;
    text-align: center;
    display: block;
    font-family: 'Exo 2';
    font-weight: 700;
    margin-bottom: 14px;
}

.booking-service-wrap .box-service .middle span {
    font-size: 18px;
    color: #fff;
    text-align: center;
    display: block;
    font-family: 'Exo 2';
    font-weight: 400;
}

.booking-service-wrap .box-service {
    width: 345px;
    min-width: 345px;
    padding: 42px 32px 40px;
}

.booking-service-wrap .booking-form {
    width: 100%;
}

.booking_section .head .back {
    position: absolute;
    left: 0;
    top: 0;
}

.booking_section .head {
    position: relative;
    text-align: center;
    margin-bottom: 80px;
}

body .ea-bootstrap {
    max-width: inherit !important;
}

.step.final.disabled {
    display: none;
}

/***our-work****/
.our-work {
	padding-top:110px;
	padding-bottom:77px;
}
.our-work >.container ul {
	margin:0;
	padding:0;
	display:flex;
	align-items:center;
}
.our-work >.container ul li {
	list-style:none;
	margin-left:37px;
	cursor:pointer;
}
.wrap-slider-multi-img {
	padding-left:100px;
}
.our-work .container {
	padding-bottom:50px;
	position:relative;
	display:flex;
	align-items:center;
	    justify-content: space-between; 
}
.our-work .container .box-left {
	max-width:869px;
}
.our-work .container .box-left h2 {
	margin:0;
}
 
 
.wrap-slider-multi-img .slick-list {  
	margin:0 -13.5px;
	padding-right:460px;
}
.wrap-slider-multi-img .item-slider {
	padding:0 13.5px;
}
.wrap-slider-multi-img .item-slider img {
	margin-bottom:29px;
	border-radius:26px;
}

/***faqs*****/
.faqs {
	padding:90px 0 142px;
	background:#F3F6F9;
}
.faqs .top {
	max-width:840px;
	width:100%;
	margin:0 auto 60px;
} 
.faqs h2 {
	text-align:center;
	margin:0;
}
.faqs .box-description {
	text-align:center;
}
.list-faqs {
	max-width:906px;
	width:100%;
	margin:0 auto;
}
.list-faqs ul {
	margin:0;
	padding:0;
}
.list-faqs ul li {
	list-style:none;
	padding:28px 63px 28px 46px;
	border-radius:12px;
	border:1px solid #C7CAD3;
	margin-bottom:15px;
	position:relative;
	cursor:pointer;
}
.list-faqs ul li h3 {
	margin:0;  
	font-weight: 600; 
	text-align: left; 
	color: #141D47;  
}
.list-faqs ul li p { 
	font-size: 16px;
	line-height: 24px;  
	color: #141D47; 
}
.list-faqs ul li .info { 
	margin-top:30px;
}
.list-faqs ul li .info p {
	margin:0;
} 
.list-faqs ul li svg {
	position:absolute;
	top:28px;
	right:46px;
}
.list-faqs ul li svg.close {
	/* display:none; */
}

/*footer*/
footer {
	background:#141D47;
	padding:32px 0 29px 0;
	border-bottom:1px solid #FFFFFF1A;
}
footer .top-footer,
footer .bottom-footer {
	display: flex;
    align-items: center;
    justify-content: space-between;
}
footer .box-address {
	display:flex;
}
footer .box-address a {
	margin-right:43px;
}
footer .box-address a { 
	color: #FFFFFF;  
}
footer .service-box span {
	color: #DD8402;
    display: block;
}
footer .service-box p {
	margin:0;
	    color: #FFFFFF;
}
footer .box-address a span { 
	color: #DD8402; 
	display:block;
}
footer .bottom-footer ul {
	margin:0;
	padding:0;
}
footer .bottom-footer {
	padding-top:35px;
	padding-bottom:30px;
}
footer .bottom-footer ul li {
	list-style:none;
	display:inline-block;
	margin-right:60px;
}
footer .bottom-footer ul li a { 
	color: #FFFFFF;  
}
footer .bottom-footer .box-soaial a {
	margin-left:21px;
} 
.container.desktop-none ul li {
	margin-left:0;
	margin-right:37px;
}
h1 { 
	font-family: 'Exo 2';
	font-style: normal;
	font-weight: 500;
	font-size: 50px;
	line-height: 60px; 
	color: #E6EFF5; 
	margin:0;
}
h2 {
	font-family: 'Exo 2';
	font-style: normal;
	font-weight: 700;
	font-size: 22px;
	line-height: 38px; 
	color: #141D47; 
}
h3 { 
	font-family: 'Exo 2';
	font-style: normal;
	font-weight: 700;
	font-size: 21px;
	line-height: 24px; 
	color: #E6EFF5; 
}
.info-banner a.custom-btn {
	margin-top:36px;
}
.wrap-404 {
	max-width: 767px;
    margin: 0 auto;
    width: 100%;
    min-height: 75vh;
	display:flex;
	align-items:center;
	text-align:center;
	justify-content:center;
}
.inner-404 h1 {
	color:#141D47;
}
.inner-404 h1 span {
	font-size:20px;
}
.inner-404 p {
	font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #141D47;
}

.booking-form .ea-bootstrap .step.form-group {
    display: none;
}

.booking_section .ea-bootstrap .form-horizontal .form-group .col-sm-8 {
    width: 100%;
}
.entry-content {
	padding-top:45px;
	padding-bottom:45px;
}
.entry-content ul {
	padding:0 30px;
}
.entry-content h1 {
	color:#141D47;
}
.icon-play {
	    position: absolute;
    bottom: 20px;
    left: 10px;
    width: 50px;
	cursor:pointer;
	z-index:999;
}
@media only screen and (max-width: 1366px) {
	.wrap-slider,
	.wrap-slider-multi-img {
		padding-left: 0;
	}
	.wrap-slider .slick-list,
	.wrap-slider-multi-img .slick-list {
		margin:0;
	}
	.container-full {
		max-width: 1287px;
		margin: 0 auto;
		padding: 0 0 0 10px;
	}
	.our-services .container:before {
		right:0;
	}
	.wrap-slider .slick-list,
	.wrap-slider-multi-img .slick-list	{ 
		padding-right: 190px;
	}
}

@media only screen and (max-width: 1024px) {
	.our-work .container .box-left,
	.who-we-are .box-description	{
		padding-right:0;
	} 
	.our-work .container .box-left {
		padding-right:60px;
	}
	.wrap-slider-multi-img .slick-list {
		padding-right:460px;
	}
	.wrap-slider-multi-img .item-slider img {
		width:100%;
	}
	.booking-service-wrap {
		display: flex;
		flex-direction: column;
		align-items: center;
	}
	footer .box-address a {
		margin-right: 10px;
	}
}
@media only screen and (min-width: 768px) {
	.desktop-none,
	.icon-play{
		display:none!important;
	}
}
@media only screen and (max-width: 767px) {
	.booking-form .ea-bootstrap .ui-datepicker {
		width: 100%;
		padding: 0;
		border: 0;
        margin-bottom: 300px;
	}
	.booking-service-wrap .booking-form {
		padding: 25px 35px;
	}
	.booking-form .time-row {
		position: absolute;
		left: auto;
		top: 100%;
		width: 100%;
		display: block;
		max-height: 300px;
		right: auto;
	}
	.mobile-none {
		display:none!important;
	}
	.container.desktop-none { 
		margin-top:37px;
	} 
	.wrap-slider-multi-img .slick-list {
        padding-right: 100px;
    }
	.list-services { 
		grid-template-columns: repeat(1, 1fr);
		gap: 29px 0;
	}
	.our-services .container:before {
		width: 142px;
		height: 131px;
		background-size: cover;
	}
	.info-banner {
		right: 20px;
		width: calc(100% - 150px);
		left: 20px;
		margin: 0 auto;
		padding:35px;
	}
	.our-work .container .box-left {
		padding-right:0;
	}
	.who-we-are {
		padding-top: 95px;
		padding-bottom: 55px;
	}
	.who-we-are .box-description {
		padding-bottom:20px;
	}
	.our-work {
		padding-top: 30px;
		padding-bottom: 10px;
	}
	.our-work .container {
		padding-bottom:20px;
	}
	.faqs {
		padding: 60px 0 40px; 
	}
	.faqs .top {
		margin-bottom:30px;
	}
	footer .top-footer, footer .bottom-footer {
		display:block;
		text-align:center;
	}
	footer .box-address {
		flex-direction: column;
		text-align: center;
	}
	footer .box-address a:first-child {
		margin:0;
	}
	footer .bottom-footer ul li {
		display: block;
		margin-right: 0;
		text-align: center;
		margin-bottom:20px;
	}
	footer .bottom-footer .box-soaial a {
		margin-left: 11px;
		margin-right: 11px;
	}
	.top-footer .logo {
		margin-bottom:32px;
		padding-bottom:32px;
		border-bottom:1px solid #FFFFFF1A;
	}
	footer .box-address a,
	footer .service-box { 
		margin-bottom:20px!important;
	}
	.banner .container {
		min-height: 558px;
	}
	.info-banner {
		min-height:325px;
	}
	h1 {		
		font-size: 37px;
		line-height: 44px;
	}
	.wrap-slider-multi-img .item-slider {
		padding: 0 9px;
	} 
	.info-banner h2 {
		text-align:center;
	}
	footer .box-address a {
		margin-right:0;
	}
	.box-video {
		display:none;
	}
	.info-banner h1 {
		font-size:28px;
		line-height:35px;
	}
	.info-banner h2 {
		font-size:16px;
		line-height:22px;
	}
}
@media only screen and (max-width: 640px) {
	.wrap-slider .slick-list {
		padding-right: 60px;
	}
	.info-banner h1 {
		text-align:center;
	}
	.info-banner a {
		display:block;
	}
	.wrap-slider-multi-img .slick-list {
        padding-right: 50px;
    }
}
@media only screen and (max-width: 480px) { 
	
}



/**********************************/
/******responsive******/
@media only screen and (min-width: 1025px) {
	body.active:before {
		display:none;
	}
}
@media only screen and (max-width: 980px) {
     
}

 /* ---------- Privacy-Policy – Tabelle “Purposes & Legal Bases” ---------- */
/* Wir gehen davon aus, dass der gesamte Text in einem Container
   mit der Klasse .privacy-policy liegt. Passe den Klassennamen an,
   falls dein Mark-up anders lautet. */

/* Grundlayout der Tabelle */
.privacy-policy table {
  width: 100%;
  border-collapse: collapse;
  margin: 1.5rem 0;
  font-size: 0.95rem;
}

/* Zellen & Kopfzeile */
.privacy-policy th,
.privacy-policy td {
  padding: 0.75rem 1rem;
  border: 1px solid #ddd;
  text-align: left;
  vertical-align: top;
}

.privacy-policy thead th {
  background: #f5f5f5;
  font-weight: 600;
  letter-spacing: 0.02em;
}

/* Zebra-Streifen für bessere Lesbarkeit */
.privacy-policy tbody tr:nth-child(odd) {
  background: #fafafa;
}

/* Mobile: horizontales Scrollen */
@media (max-width: 600px) {
  .privacy-policy table {
    display: block;
    overflow-x: auto;
    white-space: nowrap;          /* verhindert Zellumbruch */
    -webkit-overflow-scrolling: touch;
  }
	
	.logo img {
		height: 50px;
	}
	.dv-main-navigation ul li.custom-btn a {
		font-size: 14px;
	}
	.dv-main-navigation ul li.custom-btn {
		margin-left: 10px;
	}
	.dv-main-navigation ul li.custom-btn:before {
		display: none;
	}
	
	.dv-main-navigation ul.main-menu >li.wpml-ls-item a {
		padding: 11px 22px 11px 9px;
	}
	.info-banner a.custom-btn {
		font-size: 14px;
		padding-left: 5px;
		padding-right: 5px;
	}
}