@font-face {
    font-family: 'MonumentExtended';
    src: url('../fonts/MonumentExtended-Regular.woff') format('woff'); /* Replace 'path/to/font.ttf' with the actual path to your font file */
  }
  @font-face {
	font-family: 'MonumentExtended-Ultrabold';
	src: url('../fonts/MonumentExtended-Ultrabold.woff') format('woff'); /* Replace 'path/to/font.ttf' with the actual path to your font file */
  }
@font-face {
    font-family: 'PPRIGHT';
    src: url('../fonts/PPRightGrotesk-Medium.woff') format('woff'); /* Replace 'path/to/font.ttf' with the actual path to your font file */
  }

  @font-face {
	font-family: 'PPRIGHT-wide';
	src: url('../fonts/PPRightGrotesk-WideMedium.woff') format('woff'); /* Replace 'path/to/font.ttf' with the actual path to your font file */
  }
  @font-face {
	font-family: 'PPRIGHT-bold';
	src: url('../fonts/PPRightGrotesk-Bold.woff') format('woff'); /* Replace 'path/to/font.ttf' with the actual path to your font file */
  }

  @font-face {
	font-family: 'PPRIGHT-SpatialBlack';
	src: url('../fonts/PPRightGrotesk-SpatialBlack.woff') format('woff'); /* Replace 'path/to/font.ttf' with the actual path to your font file */
  }

  
  @font-face {
	font-family: 'PPRIGHT-SpatialBlackItalic';
	src: url('../fonts/PPRightGrotesk-SpatialBlackItalic.woff') format('woff'); /* Replace 'path/to/font.ttf' with the actual path to your font file */
  }
  *{
    margin: 0;
    padding: 0;
    font-family: PPRIGHT;
  }
  a{
    text-decoration: none;
  }
  ul{
    padding: 0;
    list-style-type: none;
  }
 
  .container {
	margin: auto 15px;
}


/* Define the font family */

  /* 
  header  starts
  */
  .header {
	padding: 18px;
	position: absolute;
	width: 100%;
	z-index: 999;
	box-sizing: border-box;
}
.header .logo {
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	align-items: center;
	position: relative;
}
.logo a {
	font-size: 20px;
	font-family: MonumentExtended-Ultrabold;
	font-weight: 800;
	flex: 0 0 20%;
	line-height: 18px;
	color: #ffffff;
}
.logo p {
	margin: 0;
	padding: 0;
	line-height: 1;
	font-size: 12px;
	font-weight: 900;
	font-family: PPRIGHT;
	text-align: center;
	color: white;
    position: absolute;
	width: 100%;
	left: 50%;
	top: 50%;
	margin: 0;
	transform: translate(-50%,-50%);
    max-width: 30%;
}

.logo img {
	width: 17%;
}

img {
	width: 100%;
	height: auto;
}
/* header  ends */
/* Banner Start */
body {
	position: relative;
	background-image: url(../images/MediaAwardNight_bg.jpg);
	background-blend-mode: lighten;
	background-color: #222222;
	background-attachment: fixed;
	background-size: cover      ;
	background-repeat: no-repeat;
}
.loc ul {
	display: flex;
	flex-direction: row;
	justify-content: space-evenly;
}

.content-box {
	padding: 130px 0px 40px 0px;
	color: white !important;
	text-align: center;
    position: relative;
    z-index: 9;
}
.content-box img {
	width: 26px;
	height: 35px;
	margin-bottom: 10px;
}
.loc h3 {
	font-size: 12px;
	font-weight: 900;
	font-family: PPRIGHT;
	text-transform: uppercase;
}
.loc li {
	flex: 0 0 30%;
}

.loc-text {
	max-width: 79%;
	margin: auto;
	margin-top: 35px;
	font-size: 13px;
	font-weight: 500;
	line-height: 16px;
}


/* body::after {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	background: #222222;
	left: 0;
	right: 0;
	opacity: 0.5;
	filter: blur(370px);
} */
  /* 
  Banner ends
  */
/* Ticlets starts */

.tickets,.partner , .haufige-container, .contact{
	padding: 25px 0 25px;
	/* background-color: #222222; */
	/* background-color: transparent; */
}

.partner {
 display: flex;
 align-items: center;
 justify-content: center;
}
.heading {
	font-size: 15px;
	font-weight: 900;
	font-style: italic;
	font-family: PPRIGHT-SpatialBlackItalic !important;
	color: #ffffff;
	text-transform: uppercase;
	text-align: center;
	line-height: 0.7; /* Decreased from 1 to 0.8 */
	margin-bottom: 22px;
}
.heading h3 {
	font-size: 30px;
	font-weight: 900;
	font-style: italic;
	font-family: PPRIGHT-SpatialBlackItalic !important;
	text-transform: uppercase;
	text-align: center;
	line-height: 0.7; /* Decreased from 1 to 0.8 */
	margin-bottom: 22px;
}

.main-tik ul {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	align-items: center;
	justify-content: center;
}

.main-tik ul li a {
	align-items: center;
	background-color: #ffffff;
	border-radius: 12px;
	color: inherit; 
	display: flex;
	height: 180px;
	margin: auto;
	margin-bottom: 20px;
	flex-direction: column;
	justify-content: center;
	padding: 10px;
	text-align: center;
	text-decoration: none;
	transition: transform 0.3s ease;
	width: 280px;
}

.main-tik ul li a:visited {
	color: inherit; 
}

.main-tik ul li a:hover {
	transform: scale(1.02); 
}

.main-tik ul li a:active {
	transform: scale(1.02); 
}


.main-tik ul li h3 {
	font-size: 16px;
	font-weight: 900;
	margin-bottom: 8px;
	line-height: 1;
	font-style: italic;
	font-family: 'PPRIGHT-SpatialBlackItalic';
	text-transform: uppercase;
}

.main-tik ul li h4 {
	font-size: 30px;
	font-weight: 900;
	line-height: 1;
	font-family: 'PPRIGHT-SpatialBlackItalic';
	font-style: italic;
}

.main-tik ul li p {
	font-size: 14px;
	font-weight: 200;
	line-height: 1;
	font-family: PPRIGHT;
	margin-bottom: 12px;
}

.main-tik ul li .event-date { 

}

/* Ticlets ends */
/* Partner Starts */

.part-main{
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;

}
.parts ul {
	display: flex;
	flex-direction: row;
	justify-content: center; /* Changed from flex-start to center */
	align-items: center;
	flex-wrap: wrap;
}

.parts{
	display: flex;
	align-items: center;
	justify-content: center;
	/* background: #000; */
	max-width: 80vw;
}

.parts ul li {
	flex: 0 0 35%;
	padding: 30px 15px;
	background-color: #303030;
	border-radius: 16px;
	margin: auto;
	margin-bottom: 20px;
	width: 200px;
	height: 140px;
	align-items: center;
	justify-content: center;
	display: flex;
}
/* Partner ends */
/* Accordian starts */


.faq {
	padding-bottom: 5px;
	color: #FFFFFF;
	padding-left: 20px;
}

.question {
    cursor: pointer;   /* Add pointer cursor to indicate clickable element */
}


.question-text {
	font-weight: 600;
	font-size: 12px;
}

/* .answer {
    display: none;      
    padding-left: 20px;
    padding-top: 10px;
} */

.answer {
	max-height: 0;
	overflow: hidden;
	padding-left: 20px;
	padding-top: 10px;
	transition: max-height 0.5s ease;
	font-size: 12px;
}
.answer a {
	text-decoration: none;
	color: #fff;
}


/* Accordian ends */
/* Contact starts */
.contact{
    
    text-align: center;
}

.cont-main a {
	padding: 8px 20px;
	background-color: white;
	border-radius: 8px;
	font-size: 12px;
	font-weight: 500;
	display: inline-block;
	color: black;
	margin-left: 20px;
}
.contact .heading {
	margin-bottom: 15px;
}
/* Contact ends */
/* Footer start */



footer {
	padding: 10px 20px;
	background-color: #222222;
	font-size: 12px;
	font-weight: 200;
	color: #FFFFFF;
}

.footer-main {
	display: flex;
	flex-direction: column-reverse;
	justify-content: space-between;
	align-items: center;
}
.footer-menu ul {
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	align-items: center;
}

.footer-menu ul li a {
	font-size: 14px;
	font-weight: 200;
	color: white;
	padding: 10px;
}
.copyright {
	margin-top: 14px;
}
/* Footer ends */


.partnerPic {
	width: 100%;
}

@media only screen and (min-width: 992px){
	.partnerPic {
		width: 180px;
	}
}

.partnerPic.svw,
.partnerPic.fcb,
.partnerPic.pauli {
/*	width: 55%;*/
object-fit: scale-down;
}

.haufige-container {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	margin-right: 10%;
	margin-left: 10%;
}

.imprint p {
	margin-bottom: 20px;
}

.copyright a {
	color: #fff;
}