/*body {
    font-family: 'Montserrat', sans-serif;
    font-weight: 900;
}





/* Please ❤ this if you like it! */


@import url('https://fonts.googleapis.com/css?family=Poppins:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i&subset=devanagari,latin-ext');

/* #Primary
================================================== */

body {
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    line-height: 24px;
    font-weight: 900;
    background-size: cover; /* Bild so skalieren, dass es den gesamten Bildschirm abdeckt */
    background-repeat: no-repeat; /* Bild nicht wiederholen */
    overflow-x: hidden;
    transition: all 200ms linear;
	/*background-color: #212121;*/
}

::selection {
	color: #fff;
	background-color: rgb(244,125,48);
}
::-moz-selection {
	color: #fff;
	background-color: rgb(244,125,48);
}


/* #Navigation
================================================== */

.start-header {
	opacity: 1;
	transform: translateY(0);
	/* padding: 20px 0; */
	-webkit-transition : all 0.3s ease-out;
	transition : all 0.3s ease-out;
}
.start-header.scroll-on {
	padding: 10px 0;
	-webkit-transition : all 0.3s ease-out;
	transition : all 0.3s ease-out;
}
.start-header.scroll-on .navbar-brand img{
	height: 24px;
	-webkit-transition : all 0.3s ease-out;
	transition : all 0.3s ease-out;
}
.navigation-wrap{
	position: fixed;
	width: 100%;
	top: 0;
	left: 0;
	z-index: 1000;
	-webkit-transition : all 0.3s ease-out;
	transition : all 0.3s ease-out;
}
.navbar{
	padding: 0;
}
.navbar-brand img{
	height: 45px;
	width: auto;
	display: block;
  filter: brightness(100%);
	-webkit-transition : all 0.3s ease-out;
	transition : all 0.3s ease-out;
}
.navbar-toggler {
	float: right;
	border: none;
	padding-right: 0;
}
.navbar-toggler:active,
.navbar-toggler:focus {
	outline: none;
}
.navbar-light .navbar-toggler-icon {
	width: 24px;
	height: 17px;
	background-image: none;
	position: relative;
	border-bottom: 1px solid #000;
    transition: all 300ms linear;
}
.navbar-light .navbar-toggler-icon:after, 
.navbar-light .navbar-toggler-icon:before{
	width: 24px;
	position: absolute;
	height: 1px;
	background-color: #000;
	top: 0;
	left: 0;
	content: '';
	z-index: 2;
    transition: all 300ms linear;
}
.navbar-light .navbar-toggler-icon:after{
	top: 8px;
}
.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:after {
	transform: rotate(45deg);
}
.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:before {
	transform: translateY(8px) rotate(-45deg);
}
.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon {
	border-color: transparent;
}
.nav-link{
	color: #212121 !important;
	font-weight: 500;
    transition: all 200ms linear;
}
.nav-item:hover .nav-link{
	color: rgb(244,125,48);
}
.nav-item.active .nav-link{
	color: #777 !important;
}
.nav-link {
	position: relative;
	padding: 5px 0 !important;
	display: inline-block;
}
.nav-item:after{
	position: absolute;
	bottom: -5px;
	left: 0;
	width: 100%;
	height: 2px;
	content: '';
	background-color: rgb(244,125,48);
	opacity: 0;
    transition: all 200ms linear;
}
.nav-item:hover:after{
	bottom: 0;
	opacity: 1;
}
.nav-item.active:hover:after{
	opacity: 0;
}
.nav-item{
	position: relative;
    transition: all 200ms linear;
}

/* #Primary style
================================================== */

.bg-light {
    transition: all 200ms linear;
}
.section {
    position: relative;
	width: 100%;
	display: block;
}
.full-height {
    height: 100vh;
}
.over-hide {
    overflow: hidden;
}
.absolute-center {
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
  margin-top: 40px;
	transform: translateY(-50%);
	z-index: 20;
}
h1{
	font-size: 48px;
	line-height: 1.2;
	font-weight: 700;
	color: #212112;
	text-align: center;
}
p{
	text-align: center;
	margin: 0;
	padding-top: 10px;
	opacity: 1;
	transform: translate(0);
    transition: all 300ms linear;
    transition-delay: 1700ms;
}
body.hero-anime p{
	opacity: 0;
	transform: translateY(40px);
    transition-delay: 1700ms;
}
h1 span{
	display: inline-block;
    transition: all 300ms linear;
	opacity: 1;
	transform: translate(0);
}
body.hero-anime h1 span:nth-child(1){
	opacity: 0;
	transform: translateY(-20px);
}
body.hero-anime h1 span:nth-child(2){
	opacity: 0;
	transform: translateY(-30px);
}
body.hero-anime h1 span:nth-child(3){
	opacity: 0;
	transform: translateY(-50px);
}
body.hero-anime h1 span:nth-child(4){
	opacity: 0;
	transform: translateY(-10px);
}
body.hero-anime h1 span:nth-child(5){
	opacity: 0;
	transform: translateY(-50px);
}
body.hero-anime h1 span:nth-child(6){
	opacity: 0;
	transform: translateY(-20px);
}
body.hero-anime h1 span:nth-child(7){
	opacity: 0;
	transform: translateY(-40px);
}
body.hero-anime h1 span:nth-child(8){
	opacity: 0;
	transform: translateY(-10px);
}
body.hero-anime h1 span:nth-child(9){
	opacity: 0;
	transform: translateY(-30px);
}
body.hero-anime h1 span:nth-child(10){
	opacity: 0;
	transform: translateY(-20px);
}
h1 span:nth-child(1){
    transition-delay: 1000ms;
}
h1 span:nth-child(2){
    transition-delay: 700ms;
}
h1 span:nth-child(3){
    transition-delay: 900ms;
}
h1 span:nth-child(4){
    transition-delay: 800ms;
}
h1 span:nth-child(5){
    transition-delay: 1000ms;
}
h1 span:nth-child(6){
    transition-delay: 700ms;
}
h1 span:nth-child(7){
    transition-delay: 900ms;
}
h1 span:nth-child(8){
    transition-delay: 800ms;
}
h1 span:nth-child(9){
    transition-delay: 600ms;
}
h1 span:nth-child(10){
    transition-delay: 700ms;
}
body.hero-anime h1 span:nth-child(11){
	opacity: 0;
	transform: translateY(30px);
}
body.hero-anime h1 span:nth-child(12){
	opacity: 0;
	transform: translateY(50px);
}
body.hero-anime h1 span:nth-child(13){
	opacity: 0;
	transform: translateY(20px);
}
body.hero-anime h1 span:nth-child(14){
	opacity: 0;
	transform: translateY(30px);
}
body.hero-anime h1 span:nth-child(15){
	opacity: 0;
	transform: translateY(50px);
}
h1 span:nth-child(11){
    transition-delay: 1300ms;
}
h1 span:nth-child(12){
    transition-delay: 1500ms;
}
h1 span:nth-child(13){
    transition-delay: 1400ms;
}
h1 span:nth-child(14){
    transition-delay: 1200ms;
}
h1 span:nth-child(15){
    transition-delay: 1450ms;
}
#switch,
#circle {
	cursor: pointer;
	-webkit-transition: all 300ms linear;
	transition: all 300ms linear; 
} 
#switch {
	width: 60px;
	height: 8px;
	border: 2px solid rgb(244,125,48);
	border-radius: 27px;
	background: #000;
	position: relative;
	display: block;
	margin: 0 auto;
	text-align: center;
	opacity: 1;
	transform: translate(0);
    transition: all 300ms linear;
    transition-delay: 1900ms;
}
body.hero-anime #switch{
	opacity: 0;
	transform: translateY(40px);
    transition-delay: 1900ms;
}
#circle {
	position: absolute;
	top: -11px;
	left: -13px;
	width: 26px;
	height: 26px;
	border-radius: 50%;
	background: #000;
}
.switched {
	border-color: #000 !important;
	background: rgb(244,125,48) !important;
}
.switched #circle {
	left: 43px;
	background: rgb(244,125,48);
}
.nav-item .dropdown-menu {
    transform: translate3d(0, 10px, 0);
    visibility: hidden;
    opacity: 0;
	max-height: 0;
    display: block;
	padding: 0;
	margin: 0;
    transition: all 200ms linear;
}
.nav-item.show .dropdown-menu {
    opacity: 1;
    visibility: visible;
	max-height: 999px;
    transform: translate3d(0, 0px, 0);
}
.dropdown-menu {
	padding: 10px!important;
	margin: 0;
	font-size: 13px;
	letter-spacing: 1px;
	color: #212121;
	background-color: rgb(244,125,48);
	border: none;
	border-radius: 3px;
    transition: all 200ms linear;
}
.dropdown-toggle::after {
	display: none;
}

.dropdown-item {
	padding: 3px 15px;
	color: #212121;
	border-radius: 2px;
    transition: all 200ms linear;
}
.dropdown-item:hover, 
.dropdown-item:focus {
	color: #fff;
	background-color: rgb(244,125,48);
}

body.dark{
	color: #fff;
	background-color: #1f2029;
}
body.dark .navbar-brand img{
  filter: brightness(100%);
}
body.dark h1{
	color: #fff;
}
body.dark h1 span{
    transition-delay: 0ms !important;
}
body.dark p{
	color: #fff;
    transition-delay: 0ms !important;
}
body.dark .bg-light {
	background-color: #14151a !important;
}
body.dark .start-header {
	box-shadow: 0 10px 30px 0 rgba(0, 0, 0, 0.15);
}
body.dark .start-header.scroll-on {
}
body.dark .nav-link{
	color: #fff !important;
}
body.dark .nav-item.active .nav-link{
	color: #999 !important;
}
body.dark .dropdown-menu {
	color: #fff;
	background-color: #1f2029;
}
body.dark .dropdown-item {
	color: #fff;
}
body.dark .navbar-light .navbar-toggler-icon {
	border-bottom: 1px solid #fff;
}
body.dark .navbar-light .navbar-toggler-icon:after, 
body.dark .navbar-light .navbar-toggler-icon:before{
	background-color: rgb(244,125,48);
}
body.dark .navbar-toggler[aria-expanded="true"] .navbar-toggler-icon {
	border-color: transparent;
}

.bg-light {
	background-color: transparent !important;
}
.navbar-nav .nav-link .colornav {
	color: black !important;
}



/* #Media
================================================== */

@media (max-width: 767px) { 
	.bg-light {
		background-color: rgb(244,125,48) !important;
	}
	h1{
		font-size: 38px;
	}
	.nav-item:after{
		display: none;
	}
	.nav-item::before {
		position: absolute;
		display: block;
		top: 15px;
		left: 0;
		width: 11px;
		height: 1px;
		content: "";
		border: none;
		background-color: #000;
		vertical-align: 0;
	}
	.dropdown-toggle::after {
		position: absolute;
		display: block;
		top: 10px;
		left: -23px;
		width: 1px;
		height: 11px;
		content: "";
		border: none;
		background-color: #000;
		vertical-align: 0;
		transition: all 200ms linear;
	}
	.dropdown-toggle[aria-expanded="true"]::after{
		transform: rotate(90deg);
		opacity: 0;
	}
	.dropdown-menu {
		padding: 0 !important;
		background-color: transparent;
		box-shadow: none;
		transition: all 200ms linear;
	}
	.dropdown-toggle[aria-expanded="true"] + .dropdown-menu {
		margin-top: 10px !important;
		margin-bottom: 20px !important;
	}
	body.dark .nav-item::before {
		background-color: #fff;
	}
	body.dark .dropdown-toggle::after {
		background-color: #fff;
	}
	body.dark .dropdown-menu {
		background-color: transparent;
		box-shadow: none;
	}
	.colornav {
		color: #fff !important;
	}
}



@media (min-width: 768px) {
    .navbar-nav .nav-link {
        color: #fff !important;
		font-weight: 600;
    }
}

/* #Link to page
================================================== */

.logo {
	position: absolute;
	bottom: 30px;
	right: 30px;
	display: block;
	z-index: 100;
	transition: all 250ms linear;
}
.logo img {
	height: 26px;
	width: auto;
	display: block;
  	filter: brightness(10%);
	transition: all 250ms linear;
}
body.dark .logo img {
  	filter: brightness(100%);
}







@media (max-width: 767px) {
    .table-container {
        margin-top: 25%;
    }
}



.table-container {
    border: 1px solid #F47D30;
    border-radius: 10px;
    width: 70%;
    margin: 0 auto;
    overflow-x: auto;
    box-shadow: 0 0 20px rgba(0, 0, 0, 80); /* Schatten in alle Richtungen stärker machen */
    overflow-y: hidden;
}


  table {
    width: 100%;
    border-collapse: collapse;
    border-radius: 8px;
    overflow: hidden;
  }
  th, td {
    border: 1px solid #F47D30;
    padding: 1px;
    text-align: left;
    background-color: white; /* Hintergrundfarbe weiß */
  }
  th {
    background-color: #ffffff;
  }
  .top-border, .bottom-border {
    border-top: 2px solid #F47D30;
    border-bottom: 2px solid #F47D30;
  }


  

  .table-container table {
    width: 100%;
    border-collapse: collapse; /* Zusätzliche Zeile für die Zellengrenzen */
}

.table-container th,
.table-container td {
    padding: 8px;
    text-align: center; /* Zentriert den Text horizontal */
}

.table-container .top-border {
    border-top: 2px solid #F47D30;
}

.table-container .bottom-border {
    border-bottom: 2px solid #F47D30;
}


.table-container th,
.table-container td {
    padding: 1px;
    text-align: center; /* Zentriert den Text horizontal */
    font-weight: 600; /* Fettstil für den Text in der Tabelle */
}


/* .table-container { */
   /* margin-top: max(20%, calc(300px)); */
/* } */



@media (max-width: 900px) {
    .table-container {
        margin-top: 10%;
    }
}


.table-container {
    position: relative; /* Damit das absolute positionierte Bild relativ zum Container positioniert wird */
    z-index: 1; /* Stellt sicher, dass die Tabelle vor dem Bild liegt */
}


body {
	height: 500px; /* You must set a specified height */
	background-position: center; /* Center the image */
	background-repeat: no-repeat; /* Do not repeat the image */
	background-size: cover; /* Resize the background image to cover the entire container */
}

.image-container {
    position: relative;
    float: right;
    width: 33.33%; /* Legt die Breite auf ein Drittel des Elternelements fest */
}

.image-container img {
    position: absolute;
    right: 0; /* Das Bild wird auf der rechten Seite des Containers platziert */
    top: 0;
    z-index: -1; /* Stellt sicher, dass das Bild hinter anderen Elementen liegt */
	width: 75%;
	margin-top: -5vh;
}

@media (max-width: 1050px) {
	.image-container img {
		margin-top: 10vh !important;
		margin-left: 35vw;
		margin-right: 35vw;
		margin-bottom: 180px;
		padding-bottom: 12vh;
	}
}



.image-container2 {
    position: relative;
    float: left;
    width: 33.33%; /* Legt die Breite auf ein Drittel des Elternelements fest */
}

.image-container2 img {
    position: absolute;
    top: 0;
    z-index: -1; /* Stellt sicher, dass das Bild hinter anderen Elementen liegt */
    width: 75%;
    margin-top: -5vh;
    margin-left: -0vw; /* Positioniert das Bild ein wenig weiter links */
}

@media (min-width: 901px) { 

}

@media (min-width: 1025px) and (max-width: 1050px) {
    .image-container2 img {
        display: none; /* Versteckt das Bild ab einer Bildschirmbreite von 900px */
    }
}

@media (max-width: 1024px) {
	.image-container2 img {
		z-index: -2;
		opacity: 50%;
		position: fixed !important;
		margin-left: -15vw;
		margin-top: 6vh !important;
		/* top: auto !important; */
		width: 150%;
	}
}


@media (max-width: 376px) {
	.image-container2 img {
		bottom: -196px !important;
	}
}

@media (min-width: 358px) and (max-width: 368px) {
	.image-container2 img {
		top: 184px !important;
	}
}


@media (min-width: 535px) and (max-width: 550px) {
	.image-container2 img {
		bottom: -495px !important;
	}
}

@media (max-width: 300px) {
	.image-container2 img {
		bottom: -80px !important;
	}
}


@media (min-width: 1785px) and (max-width: 1977px) {
	.image-container2 {
		bottom: 59% !important;
	}
}

@media (min-width: 1051px) and (max-width: 1700px) {
	.image-container2 img {
		bottom: -80px;
	}
}



@media (min-width: 768px) and (max-width: 1050px) {
	.image-container2 img {
		top: -80px !important;
	}
}


.pagination {
  text-align: center;
  margin-top: 20px;
}


.hidden {
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  height: 1px;
  overflow: hidden;
  position: absolute;
  white-space: nowrap;
  width: 1px;
}


.page-item.active .page-link {
  border-color: rgb(244,125,48) !important;
  color: rgb(244,125,48) !important;
  background-color: white !important;
  box-shadow: none !important; /* Entfernt den box-shadow f�r den aktiven Button */
}

.page-link {
	color: rgb(244,125,48) !IMPORTANT;
}

.page-link:hover {
	color: rgb(244,125,48) !IMPORTANT;
}


.panel {
	color: white;
}

.panel a {
	padding: 14px;
}


.panel-heading h1 {
	color: white;
}


.fieldset {
	font-weight: 400 !important;
}


.fieldset h3 {
	font-weight: 700 !important;
}





@media (max-width: 1250px) {
	.table-container {
		width: 90%;
	}
	#sponsoring-adv {
		width: 85% !important;
	}
	#liveticker {
		width: 85% !important;
	}
}



/*
@media (max-width: 1024px) {
	.image-container2 {
		position: fixed;
		top: calc(100% - 1px);  
	}
}
*/


@media (min-width: 992px) and (max-width: 1250px) { 
	#sponsoring-adv {
		width: 87.5% !important;
	}
	#liveticker {
		width: 87.5% !important;
	}
}




@media (max-width: 456px) { 
	#sponsoring-adv {
		width: 86% !important;
	}
	#liveticker {
		width: 86% !important;
	}
}