@font-face {
  font-family: BerlinSansFBDemi;
  src: url(../fonts/BRLNSDB.woff) format("woff"), url(../fonts/BRLNSDB.TTF) format("truetype")
}

@font-face {
  font-family: Unica77LL;
  src: url(../fonts/unica77ll.woff) format("woff"), url(../fonts/unica77ll.TTF) format("truetype")
}

@font-face {
  font-family: BaddaBB;
  src: url(../fonts/BADABB.woff) format("woff"), url(../fonts/BADABB.TTF) format("truetype")
}



body {
  background-color: #fab400;
  background-image: url('../img/background.jpg');
  background-size: cover;
  background-attachment: fixed;
  font-family: BUnica77LL,Helvetica,Arial,sans-serif;
  font-size: 20px;
  margin: 0;
}

h1 {
  font-weight: bold;
  font-size: 65px;
  line-height: 60px;
  color: #000000;
  font-family: BaddaBB;
}

h2 {
  font-family: BaddaBB,Helvetica,Arial,sans-serif;
  font-weight: bold;
  font-size: 30px;
  line-height: 35px;
  color: #000000;
}


h3 {
  font-family: Unica77LL,Helvetica,Arial,sans-serif;
  font-size: 30px;
  font-weight: bold;
  text-decoration: none;
  -moz-font-feature-settings: "ss01";
  -ms-font-feature-settings: "ss01";
  -webkit-font-feature-settings: "ss01";
  -o-font-feature-settings: "ss01";
  font-feature-settings: "ss01";
  color: #000000;
}

hr {
  color: #000000;
  width: 200px;
  margin: 20px 0 20px 0;
}

strong {
  font-family: Unica77LL,Helvetica,Arial,sans-serif;
  font-weight: bold;
  font-style: normal;
  -moz-font-feature-settings: "ss01";
  -ms-font-feature-settings: "ss01";
  -webkit-font-feature-settings: "ss01";
  -o-font-feature-settings: "ss01";
  font-feature-settings: "ss01";
  font-size: 15px;
  color: #000000;
}

b {
  font-family: Unica77LL,Helvetica,Arial,sans-serif;
  font-size: 20px;
  font-weight: bold;
  text-decoration: none;
  -moz-font-feature-settings: "ss01";
  -ms-font-feature-settings: "ss01";
  -webkit-font-feature-settings: "ss01";
  -o-font-feature-settings: "ss01";
  font-feature-settings: "ss01";
  font-size: 24px;
  color: #000000;
}

a {
  color: #ffffff;
  text-decoration: none;
}


.lastLogoNav {
  font-family: BUnica77LL,Helvetica,Arial,sans-serif;
  font-weight: 950;
  font-size: 40px;
  color: #ffffff;
  letter-spacing: -4px;
}

.conSchrift {
  color: #ffffff;
  font-size: 100px;
  font-family: BaddaBB;
  padding-top:20px;
  margin-left: -25px;
}

.conNummer {
  color: #ffffff;
  font-size: 145px;
  font-family: BaddaBB;
  margin-left: 20px;
  margin-top: -22px;
}

.headerLogoBox {
  padding-left: 10vw; 
  display: flex; 
  justify-content: left;
}

.genduronLogoNav {
  font-family: BerlinSansFBDemi,Helvetica,Arial,sans-serif;
  font-size: 15px;
  color: #ffffff;
  padding-left: 50px;
}

.lastLogoBottom {
  font-family: BUnica77LL,Helvetica,Arial,sans-serif;
  font-weight: 950;
  font-size: 15px;
  color: #ffffff;
  padding-left: 10vw;
}

.genduronLogoBottom {
  font-family: BerlinSansFBDemi,Helvetica,Arial,sans-serif;
  font-size: 15px;
  color: #ffffff;
  padding-left: 50px;
  padding-right: 10vw;
}

/* the top Navbar */
.headerBox {
  position: fixed; /* Set the navbar to fixed position */
  display: flex;
	align-items: center; /* Vertikale Zentrierung */
  justify-content: space-between; /* Horizontale Zentrierung */
  top: 0; /* Position the navbar at the bottom of the page */
  left: 0;
  width: 100%; /* Full width */
  z-index: 100;
  background-color: #000000;
  padding: 10px 0 10px 0;
}

.headerBox a {
  text-decoration: none;
  font-size: 30px;
  color: #ffffff;
  font-family: BaddaBB;
  padding-right: 20px;
}

.navBox {
  color: #FFFFFF; 
  padding-right: 10vw;
}

.navBoxMobile {
  display: none;
  position: fixed; /* Set the navbar to fixed position */
  top: 0; /* Position the navbar at the bottom of the page */
  left: 0;
  width: 100%; 
  height: 80px;
}

.footerLine {
  position: fixed; /* Set the navbar to fixed position */
  display: flex;
	align-items: center; /* Vertikale Zentrierung */
  justify-content: space-between; /* Horizontale Zentrierung */
  bottom: 0; /* Position the navbar at the bottom of the page */
  left: 0;
  width: 100%; /* Full width */
  height: 30px;
  z-index: 99;
  background-color: #000000;
  color: #ffffff!important;
  font-size: 15px;
}

.mainbox {
  width: 100%;
  height: 90vh;
  display: flex;
  justify-content: center;
  margin-top: 150px;
}


.cosplayerBox {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 500px;
}

.cosplayerBoxImg {
  height: 100%;
}

.titelBild {
  background: url("../img/titelbild.jpg");
  width: 100vw;
  height: calc(100vh - 150px);
  margin-top: 145px;
  background-position-x: center;
  background-size: cover;
  background-repeat: no-repeat;
}



 @media screen and (max-width: 1024px) {
  .headerLogoBox {
    padding-left: 2vw; 
  }
  .navBox { display: none; } 
  .navBoxMobile {display: block;}
  .titelBild {
	background: url("../img/titelbildmobil.jpg");
  }
 }



 /* Burger Menu */
.nav-bar {
	position: absolute;
	background-color: #000000;
	top: 0;
	right: 100%;
	height: 100vh;
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	transition: position 2.9s;
	-webkit-transition: position 2.9s;
	-moz-transition: position 2.9s;
	-ms-transition: position 2.9s;
	-o-transition: position 2.9s;
}

.toggle {
	left: 0;
}

.toggle-menu {
	background-color: rgba(0, 0, 0, 0);
	position: fixed;
	top: 55px;
	right: 20px;
	width: 40px;
	height: 30px;
	display: flex;
	flex-direction: column;
	justify-content: space-around;
    padding: 2px 2px 2px 3px;
	border-radius: 5px;
	cursor: pointer;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
  z-index: 200;
}

.line {
	width: 100%;
	height: 3px;
	border-radius: 5px;
	background-color: #fff;
	transition: transform 0.2s ease-out;
	-webkit-transition: transform 0.2s ease-out;
	-moz-transition: transform 0.2s ease-out;
	-ms-transition: transform 0.2s ease-out;
	-o-transition: transform 0.2s ease-out;
}

.toggle .line1 {
	background-color: #000000;
	transform: scale(0.9) rotateZ(-45deg) translate(-6px, 4px);
}

.toggle .line2 {
	display: none;
}

.toggle .line3 {
	background-color: #000000;
	transform: scale(0.9) rotateZ(45deg) translate(-6px, -4px);
}

.toggle .toggle-menu {
	background-color: white;
}

.nav-list {
	list-style: none;
}

.nav-list a {
  color: #ffffff;
  text-decoration: none;
}

.nav-list img {
  width: 30px;
  padding-right: 30px;
}



/* Burger Menu */