.hy {
  text-align: center;
  margin-top: 15px;
  font-family: Rajdhani;
  font-weight: 500;
  font-size: 10em;
  text-transform: uppercase;
  width: 100%;
}
  
.hy span:nth-child(2) {
	 margin-left: 1%;
}
.hy span {
    background-color: rgb(32, 32, 32);
    padding: 1% 3% 0 3%;
    color: #ffe14d;
    display: inline-block;
    width: 49.5%;
}

.dc {
    width: 100%;
    display: table;
    background-color: rgb(255, 225, 77);
    margin-top: 1%;
    font-size: 50px;
    color: #202020;
    text-align: center;
    font-family: Raleway;
    font-weight: 300;
}

.db {
    background-color: #202020;
    color: #ffe14d;
    font-family: Rajdhani;
    font-weight: 400;
    letter-spacing: 1px;
    font-size: 59px;
    /* height: 45vh; */
    padding-top: 10px;
    padding-bottom: 10px;
    /* height: 37vh; */
}

.tb {
    display: inline-block;
}

.ds a {
    font-size: 18px;
    color: #000000;
    padding: 0 !important;
    position: relative;
    top: -10px;
    font-family: rajdhani;
    font-weight: 600;
    letter-spacing: -.2px;
}

.bottom {
    position: relative;
    display: block;
    text-align: center;
    margin-bottom: 15px;
}

span.split {
    font-weight: 100;
    font-size: 30px;
    top: -7px;
    position: relative;
    display: inline-block;
    margin-left: -5px;
    margin-right: -5px;
}

.hy a:hover span {
    background-color: #666666;
    transition: all .2s ease;
}
.sponsor-bild img {
    width: 100%;
    height: auto !important;
}

/* --------------------- DSVGO ------------------------------------------------- */
.dsgvo p {
    font-size: 16px;
}
.dsgvo {
    text-align: left;
    background-color: white;
    color: black;
    margin: 0;
    padding: 0 !important;
    display: inline-block;
}
.txt-center {
    text-align: center;
}
.dsgvo h2 {
    /* background: #ffe14d; */
    display: block;
    padding: 5px 0;
    font-size: 22px;
    font-weight: 600;
}
.dsgvo h4 {
    margin-top: 30px;
    font-weight: 600;
}
.dsgvo ul li {
    margin-top: -10px;
}
.dsgvo ul li ul {
	margin-bottom: 20px;
}
.dsgvo ul li ul li {
    list-style: square !important;
    font-size: 16px !important;
    margin-top: 0px;
}


.go_to_grupharem a {
    background-color: #010c12;
    width: 100%;
    display: table;
    text-align: center;
    padding: 5px;
    font-size: 50px;
    font-family: rajdhani;
    font-weight: 900;
    color: white;
}



/* === RESPONSIVE Anfang ====================================================== */
@media (max-width: 940px) {

	.hy {
		margin-top: 0;
	}
	
	.hy span:nth-child(2) {
		 margin-left: 1%;
		 margin-top: 0;
	}
	.hy span {
		padding: 1% 3% 0 3%;
		color: white;
		display: inline-block;
		font-size: 109px;
	}
}

@media (min-width: 761px) {
	.dsgvo {
		padding-left: 50px !important;
		padding-right: 50px !important;
	}
}
@media (max-width: 760px) {

	.hy {
		margin-top: -;
	}
	.hy span:nth-child(2) {
		 margin-left: 1%;
		 margin-top: 0;
	}
	.hy span {
		padding: 1% 0% 0 0%;
		color: white;
		display: block;
		font-size: 70px;
		width: 50%;
		margin: 0 !important;
		float: left;
	}
}

@media (max-width: 480px) {

	.hy {
		margin-top: 0%;
	}

	.hy span:nth-child(2) {
		 margin-left: 1%;
		 margin-top: 0;
	}
	.hy span {
		padding: 0;
		color: white;
		display: block;
		font-size: 70px;
		width: 100%;
		margin: 0 !important;
		float: none;		
	}
	.dc {
		/* width: 100%; */
		/* display: table; */
		/* background-color: rgb(255, 225, 77); */
		margin-top: 1%;
		font-size: 40px;
		/* color: #202020; */
		/* text-align: center; */
	}
	.dsgvo p {
		font-size: 16px;
		word-break: break-word;
	}
	.bottom .splitt {
		display: none;
	}
	
}