@charset "utf-8";
/* CSS Document */

/*---------- Google Fonts ----------*/
/* font-family: 'Poppins', sans-serif; */
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

html {
	height: 100%;
}

body{
	font-family: 'Poppins', sans-serif;
	font-weight: 400;
	background-color: #ffffff;
	height: 100%;
}

a,
input,
button,
textarea { outline: none !important; }

a {
	transition: all ease-in-out 300ms;
	-webkit-transition: all ease-in-out 300ms;
	-ms-transition: all ease-in-out 300ms;
	-o-transition: all ease-in-out 300ms;
	-moz-transition: all ease-in-out 300ms;
}

/*==================================================================*/
/*========== Header Start ==========*/
/*==================================================================*/



/*==================================================================*/
/*========== Header End ==========*/
/*==================================================================*/



/*==================================================================*/
/*========== New Class Add Start ==========*/
/*==================================================================*/
.tanznund-section {
	position: relative;
	width: 100%;
	height: 100%;
}

.tanznund-section .tanznund-video {
	width: 100%;
	height: 100%;
}

.tanznund-section .tanznund-video video {
	float: left;
	width: 100%;
	height: 100%;
	object-fit: cover;
	font-family: 'object-fit: cover';
}

.tanznund-section .tanznund-description {
	position: absolute;
	left: 0;
	right: 0;
	top: 50%;
	z-index: 9;
	text-align: center;
	transform: translate(0, -50%);
	-webkit-transform: translate(0, -50%);
	-moz-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	-o-transform: translate(0, -50%);
}

.tanznund-section .tanznund-logo {
	margin-bottom: 35px;
}

.tanznund-section .tanznund-logo a {
	display: inline-block;
}

.tanznund-section .tanznund-logo img {
	width: 440px;
}

.tanznund-section .tanznund-detail ul {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	margin: 0;
	padding: 0;
	list-style-type: none;
}

.tanznund-section .tanznund-detail ul li {
	display: inline-flex;
	align-items: center;
	margin: 0 35px 10px;
	padding: 0;
	list-style-type: none;
	font-weight: 600;
	font-size: 22px;
	line-height: 22px;
	color: #ffffff;
}

.tanznund-section .tanznund-detail ul li:first-child {
	margin-left: 0;
}

.tanznund-section .tanznund-detail ul li:last-child {
	margin-right: 0;
}

.tanznund-section .tanznund-detail ul li svg,
.tanznund-section .tanznund-detail ul li img {
	margin-right: 10px;
}

.tanznund-section .tanznund-detail ul li a {
	text-decoration: none;
	color: inherit;
}

.tanznund-section .tanznund-detail ul li a:hover {
	opacity: 0.75;
}
/*==================================================================*/
/*========== New Class Add End ==========*/
/*==================================================================*/



/*==================================================================*/
/*========== Footer Start ==========*/
/*==================================================================*/

/*==================================================================*/
/*========== Footer End ==========*/
/*==================================================================*/
