.slider-wrapper {
	min-height: 100vh;
	display: flex;
	flex-direction: column;
	touch-action: none!important;
}

.bihler-logo-70 {
    width: 100px;
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 12px;
    right: 40px;
    z-index: 999;
}

.bihler-logo-70 img {
    max-height: 50px;
    min-height: auto;
    padding-right: 8px;
}

.bihler-slider {
	min-height: 100vh;
	height: 100vh;
	position: relative;
}

.bihler-slide {
	border: 0!important;
		/**min-height: 100vh!important;**/
	width: 100%;
	height: 100vh!important;
	overflow: hidden;
	background-color: black;
	position: relative;
}
 #headquarter{
 	transform: scale3d(1.03, 1.03, 1.03);
}

.slick-active #headquarter{
  animation-name: zoomInImage;
  opacity: 0;
  animation-duration: 6s;
  transition:opacity 0.3 ease-in-out 6s;
  animation-fill-mode: forwards;
}

.prev, .next {
	position: absolute;
	top: 45%;
	cursor: pointer;
	font-size: 20px;
	color: white;
	width: 2rem;
	height: 2rem;
	fill: white;
}

.prev {
	left: 2%;
	transform: rotate(-90deg);
}

.next {
	right: 2%;
	transform: rotate(90deg);
}

.bihler-slide__text {
	position: absolute;
	top: 140px;
	width: 85%;
	left: 20px;
	color: white;
	font-size: 1.2rem;
	z-index:10;
	text-shadow: 1px 1px 1px black;
}

.bihler-slide__text [data-animation-in] {
	opacity: 0;
}
.bihler-slide__title {
	font-size: 2rem;
}
.bihler-slide__subtitle {
	padding-top:3px;
	font-size: 1.5rem;
}

.bihler-slide img, .bihler-slide video {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.bihler-slide img {
	object-position: 50% 30%;
}

#slide-team {
	object-position: 50% 100%;
}

#bihler-retro {
	object-position: 50% 20%;
}

video {
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	min-width: 100%;
	min-height: 100%;
	width: auto;
	height: auto;
	transform: translate(-50%, -50%);
}

.hamburger-menu {
	position: absolute;
	width:40px;
	top: 20px;
	left: 20px;
	font-size: 20px;
	cursor: pointer;
	color: white;
	fill: white;
}

.hamburger-menu svg {
	width: 30px;
	fill: white;
}

.modal {
	position: fixed;
	top: 0;
	left: -250px;
	width: 100%;
	max-width: 250px;
	height: 100vh;
	background-color: white;
	transition: left 0.3s ease-in-out;
	z-index: 999;
	touch-action: none!important;
}

.modal a {
	color: #102c47;
	text-decoration: none;
}

.modal a:hover {
	color: #f37607;
}

.modal.open {
	left: 0;
}

.modal-content {
	display: flex;
	flex-direction: column;
	justify-content: space-around;
	height: 100%;
	margin: 30px;
}

.modal-close {
	position: absolute;
	top: 30px;
	left: 30px;
	width: 15px;
	height: 20px;
	color: #333;
	cursor: pointer;
}

.modal-links-block {
	display: flex;
	flex-direction: column;
	gap: 10px;
	padding-bottom: 20px;
}

.modal-links-block a {
	color: #333;
	text-decoration: none;
	font-size: 1.2 rem;
}

.modal-links-block a:nth-child(3n) {
	padding-bottom: 20px;
}

.modal-dropdown {
	max-width: 60px;
	position: relative;
}

.modal-dropdown__button {
	position: relative;
	display: flex;
	align-items: center;
	font-size: 15px;
	line-height: 18px;
	color: #444444;
	width: 100%;
	text-align: left;
	background: #ffffff;
	border: 1px solid #fff;
	height: 20px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 0px;
	padding-right: 20px;
	cursor: pointer;
}

.modal-dropdown__button::after {
	content: "▾";
	position: absolute;
	top: 0px;
	font-size:25px;
	left: 22px;
	pointer-events: none;
	transition: 200ms ease;
}

.modal-dropdown__button_active::after {
	transform: rotate(-180deg);
}

.modal-dropdown__list {
	margin: 0;
	padding: 0;
	list-style-type: none;
	position: absolute;
	display:flex;
	flex-direction: column;
	padding: 5px 0px;
	left: -10px;
	top: 20px;
	box-shadow: 0px 10px 15px 0px #88919d4d;
	border: 1px solid #fff;
	border-radius: 4px;
	background: #ffffff;
	overflow: hidden;
	width: 100%;
	z-index: 1;
	opacity: 0;
	visibility: hidden;
	transition: 200ms ease;
}

.modal-dropdown__list_visible {
	opacity: 1;
	visibility: visible;
}

.modal-dropdown__list-item {
	display:inline-block;
	margin: 0;
	padding: 3px 0px;
	padding-left: 10px;
	cursor: pointer;
	font-size: 15px;
	line-height: 18px;
	color: #444444;
	transition: 200ms ease;
}

.modal-dropdown__list-item_active {
	background: #f5f8fa;
}

.modal-dropdown__list-item:hover {
	background: #f5f8fa90;
}

.modal-dropdown__input_hidden {
	display: none;
}
.modal-dataprotection-wrapper {
	display: flex;
	flex-direction: column;
	font-size:14px;
	margin-bottom:50px;
}
.ccm-settings-summoner.ccm-show {
	width: 25px;
	height:25px;
	bottom:5px;
	left:30px;
}

@keyframes zoomInImage {
  0% {
    transform: scale3d(1, 1, 1);
  }
  70% {
    transform: scale3d(1.03, 1.03, 1.03);
  }
  100% {
    transform: scale3d(1.03, 1.03, 1.03);
  }
}

@media all and (min-width:992px) {
	.bihler-logo-70 {
    	width: 200px;
    	top: 20px;
	}
	.bihler-logo-70 img {
	   	max-height: 75px;
	   	min-height: 55px;
    	padding-right: 15px;
	}
	
	.bihler-slide__title {
		font-size: 3.5rem;
	}
	.bihler-slide__subtitle {
		padding-top:3px;
		font-size: 1.7rem;
	}
	.bihler-slide__text {
		top: 12%;
		left: 8%;
	}
	
	.hamburger-menu {
		top: 30px;
		left: 30px;
		font-size: 20px;
	}
	
	.ccm-settings-summoner.ccm-show {
		width: 48px;
		height:48px;
		bottom:40px;
		left:40px;
	}
	.modal-dataprotection-wrapper {
		margin-bottom:0px;
	}
	.prev, .next {
	width: 2.5rem;
	height: 2.5rem;
}

}
@media all and (max-height:420px) {
	.modal { 
		max-width:450px;
		left:-450px;
	}
	.modal-content, .modal-center { 
		display:flex;
		flex-direction: row;
		justify-content: center;
		margin-left:37px;
	}
	.modal-dropdown {
	    margin: 0 30px;
	}
	.bihler-slide__text {
	    top: 100px;
	    width: 85%;
	    left: 80px;
	    color: white;
	    font-size: 1rem;
	}
}
