/*Reset CSS*/
	html, body, div, span, applet, object, iframe,
	h1, h2, h3, h4, h5, h6, p, blockquote, pre,
	a, abbr, acronym, address, big, cite, code,
	del, dfn, em, img, ins, kbd, q, s, samp,
	small, strike, strong, sub, sup, tt, var,
	b, u, i, center,
	dl, dt, dd, ol, ul, li,
	fieldset, form, label, legend,
	table, caption, tbody, tfoot, thead, tr, th, td,
	article, aside, canvas, details, embed,
	figure, figcaption, footer, header, hgroup,
	menu, nav, output, ruby, section, summary,
	time, mark, audio, video
	{
		margin: 0;
		padding: 0;
		border: 0;
		font-size: 100%;
		font: inherit;
		vertical-align: baseline;
	}

	/* HTML5 display-role reset for older browsers */
	article, aside, details, figcaption, figure,
	footer, header, hgroup, menu, nav, section
	{
		display: block;
	}

	body
	{
		line-height: 1;
		background-color: #000 !important;
		background-image: url(images/smallstate.jpg);
		background-position: top center;
		background-repeat:  no-repeat;

	}

	.no-image{
		background-image: none !important;
	}

	body > img{

	}

	ol, ul
	{
		list-style: none;
	}

	blockquote, q
	{
		quotes: none;
	}

	blockquote:before, blockquote:after,
	q:before, q:after
	{
		content: '';
		content: none;
	}

	table {
		border-collapse: collapse;
		border-spacing: 0;
	}


	@font-face { font-family: 'Kenyan';
	             src: url('fonts/kenyan-coffee-rg.ttf') format('truetype'); }

#header{
	padding-top: 80px;
	padding-bottom: 40px;
	position: relative;
}

.song-title-wrapper{
	text-align: center;
}

.title{
	font-size: 40px;
	font-family: "Roboto Condensed", sans-serif;
  font-optical-sizing: auto;
  font-weight: bold;
  font-style: normal;
	color:white;
	letter-spacing: 0.55px;
	margin-bottom: 60px;
	margin-top:60px;
	text-align: center;
}

.contact .title > a{
	font-weight: 800 !important;
	color: #005366 !important;
}

p.title > a:hover{
	font-weight: 800 !important;
	color: white !important;
}

.song-title{
	font-size: 56px;
	font-family: "Roboto Condensed", sans-serif;
  font-optical-sizing: auto;
  font-weight: bold;
  font-style: normal;
	color:white;
	letter-spacing: 0.55px;
	border-bottom: 1px solid white;
	text-align: center;
	padding-bottom: 30px;
	padding-left: 20px;
	padding-top:30px;
	margin-bottom: 0px;
}

.song-wrapper{
	display: flex;
	justify-content: center;

}

.song-text{
	font-size: 24px;
	color: white;
	font-family: "Roboto Condensed", sans-serif;
  font-optical-sizing: auto;
  font-weight: bold;
  font-style: normal;
	line-height: 36px;
	letter-spacing: 0.25px;
	text-align: left;
	margin-bottom: 160px;
}

.impressum-hl{
	font-family: "Roboto Condensed", sans-serif;
  font-optical-sizing: auto;
  font-weight: bold;
  font-style: normal;
	text-transform: uppercase;
	font-size: 36px;
}

a{
	color: white !important;
}

.song-title:hover{
	text-decoration: none !important;
}

.lyrics-hover > p:hover{
	background-color: rgba(255,255,255,0.3);
	text-decoration: none !important;
}

a:hover{
	text-decoration: none !important;
}


/*Screendesign CSS*/
	#main-wrapper
	{
		width: 100%;
		min-height: 100%;
		height: 100%;
		padding: 0;
}

.imprint-image{
	max-width: 320px;
}

.flex-center{
	display: flex;
	justify-content: center;
}

#wrapper {
    /*position: absolute;*/
    /*bottom: 0 !important;*/
    width: 100%;
    height: 360px;
    margin-bottom: 40px;
	top: 0;
}

.footer_content_box{
	height: 640px;
	background-size: 100%;
	margin-left: auto;
	margin-right: auto;
}

.content_box_logo{
	background:url(images/Logo.svg) no-repeat;
	max-width:476px;
	height: 862px;
	background-size: 100%;
	margin-left: auto;
	margin-right: auto;
}

.content_box_2{
	background:url(images/BTN_Visit_Online_Shop_1.svg) no-repeat;
	max-width:476px;
	height: 200px;
	background-size: 100%;
	margin-top: 0px;
	margin-left: auto;
	margin-right: auto;
}

.content_box_3{
	margin-top: 0px;
	margin-left: auto;
	margin-right: auto;
	max-width:476px;
	display: flex;
  justify-content: space-between;
}

.container.instagram{
	max-width: 860px;
	height: auto;
}

.grid-container {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(2, 1fr);
    gap: 10px;
    width: 100%;
    max-width: auto;
}

.grid-item {
    background-color: #fff;
    border: 1px solid #ccc;
    padding: 10px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

.grid-item img {
    width: 100%;
    height: auto;
    display: block;
}

.container.youtube{
	max-width: 860px;
	height: auto;
}

.video-container {
    position: relative;
    width: 100%;
    max-width: 860px;
    padding-bottom: 45%; /* Verhältnis 16:9 */
    height: 0;
    margin: 0 auto;
    background-color: #000;
}

.video-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: none;
}

.container.contact{
	max-width: 860px;
	height: auto;
}


.meta-links{
	font-family: "Roboto Condensed", sans-serif;
  font-optical-sizing: auto;
  font-weight: bold;
  font-style: normal;
	font-size: 18px;
	color: white !important;
	letter-spacing: 0.035px;
}

.next-song{
	font-family: "Roboto Condensed", sans-serif;
  font-optical-sizing: auto;
  font-weight: bold;
  font-style: normal;
	font-size: 56px;
	color: white;
	letter-spacing: 0.035px;
	padding: 30px;
	with: auto;
}

.meta-links:first-child{
	margin-right: 10px;
}

.meta-links:last-child{
	margin-left: 10px;
}


.meta-links:hover{
	text-decoration:none !important;
	color: #005366 !important;
}

.mobile_spacer{
		height:200px;
	}


	.cookie {
		position: fixed;
		left: 0;
		bottom: 0;
		width: 100vw;
		height: auto;
		z-index: 9998;
		background: #005366;
		color: white;
	}
	
	.cookie .cookie__inner {
		display: flex;
		align-items: center;
		justify-content: space-between;
		max-width: 100%;
		width: calc(100% - 120px);
		margin: 0 auto;
		padding: 20px 0;
	}
	
	.cookie .cookie__notice {
		font-size: 18px;
		font-family: "Roboto Condensed", sans-serif !important;
  		font-optical-sizing: auto;
  		font-weight: bold;
  		font-style: normal;
		line-height: 34px;
		font-weight: 400;
		padding: 0 60px 0 0;
		letter-spacing: 0.7px;
	}
	
	.cookie .cookie__notice a{
	  color: white;
	  font-family: "Roboto Condensed", sans-serif;
  font-optical-sizing: auto;
  font-weight: bold;
  font-style: normal;
	  letter-spacing: 0.9px;
	}
	
	.cookie .cookie__notice a:hover{
	  text-decoration-color: white;
	  text-decoration: none;
	}
	
	
	.cookie .cookie__accept .accept {
		font-size: 16px;
		font-family: "Roboto Condensed", sans-serif;
  font-optical-sizing: auto;
  font-weight: bold;
  font-style: normal;
		line-height: 24px;
		font-weight: 600;
		display: flex;
		align-items: center;
		justify-content: center;
		width: 150px;
		height: 40px;
		color: white !important;
		background-color: transparent;
		color: white;
		border: 1px solid white;
		transition: background-color 350ms cubic-bezier(0.21, 0.4, 0.48, 1);
		letter-spacing: 0.9px;
	}
	
	.cookie .cookie__accept a:hover{
	  cursor: pointer;
	}
	
	.remove {
		transform:translate3d(0, -100%, 0);
	}
	

	@media only screen
and (min-width : 100px)
and (max-width : 768px){
	.container.instagram{
	}
}


@media only screen
and (min-width : 375px)
and (max-width : 667px){
	body{
		background-image: url(images/smallstate_mobile.jpg) !important;
		background-size: cover;
		}

		.content_box_logo{
			background:url(images/Logo.svg) no-repeat;
			max-width:576px;
			height: 240px;
			background-size: 100%;
			margin-left: auto;
			margin-right: auto;
			margin-top:140px;
		}

		.title{
			font-size: 28px !important;
			font-family: "Roboto Condensed", sans-serif;
  font-optical-sizing: auto;
  font-weight: bold;
  font-style: normal;
			color:white;
			line-height: 44px;
			letter-spacing: 0.55px;
			margin-bottom: 60px;
			margin-top: 20px;
		}

		.mail{
			margin-top:100px;
		}

		#footer {
	    position: absolute;
	    bottom: 0 !important;
	    width: 100%;
	    height: 190px;
			margin-left: auto;
			margin-right: auto;
	    margin-bottom: 20px;
	}

	.footer_content_box{
		transform: scale(0.8);
		margin-bottom: -50px;
	}

	
}

@media only screen
and (min-device-width : 320px)
and (max-device-width : 374px){
	body{
		background-image: url(images/smallstate_mobile.jpg) !important;
		background-size: cover;
		}

		.content_box_logo{
			background:url(images/Logo.svg) no-repeat;
			max-width:680px;
			height: 240px;
			background-size: 100%;
			margin-left: auto;
			margin-right: auto;
			margin-top:140px;
		}

		.content_box_2{
			height: 160px;
		}

		.fixed-image{
			background: url(images/Logo.svg) no-repeat !important;
			background-size: cover !important;
			position:fixed !important;
		}

		.title{
			font-size: 28px !important;
			font-family: "Roboto Condensed", sans-serif;
  font-optical-sizing: auto;
  font-weight: bold;
  font-style: normal;
			color:white;
			line-height: 44px;
			letter-spacing: 0.55px;
			margin-bottom: 60px;
			margin-top: 20px;
		}

		.mail{
			margin-top:100px;
		}

		#footer {
	    position: absolute;
	    bottom: 0 !important;
	    width: 100%;
	    height: 190px;
			margin-left: auto;
			margin-right: auto;
	    margin-bottom: 20px;
	}

	.footer_content_box{
		transform: scale(0.8);
		margin-top:-140px !important;
		margin-bottom: -50px;
		margin-left: -40px;
	}

	.cookie .cookie__notice {
		padding: 0 0 0 0;
	}

	.cookie__inner {
		display: flex;
		flex-direction: column; /* Stellt sicher, dass die Elemente übereinander stehen */
		align-items: center; /* Zentriert die Elemente horizontal */
		justify-content: center; /* Zentriert die Elemente vertikal */
		text-align: center; /* Zentriert den Text */
	}
}


@media only screen
and (min-device-width : 320px)
and (max-device-width : 374px){

	.cookie .cookie__notice {
		padding: 0 0 0 0;
	}

	.cookie__inner {
		display: flex;
		flex-direction: column; /* Stellt sicher, dass die Elemente übereinander stehen */
		align-items: center; /* Zentriert die Elemente horizontal */
		justify-content: center; /* Zentriert die Elemente vertikal */
		text-align: center; /* Zentriert den Text */
	}
}

@media only screen and (min-device-width: 320px) and (max-device-width: 568px){
	.cookie .cookie__notice {
		padding: 0 0 0 0;
	}

	.cookie__inner {
		display: flex;
		flex-direction: column; /* Stellt sicher, dass die Elemente übereinander stehen */
		align-items: center; /* Zentriert die Elemente horizontal */
		justify-content: center; /* Zentriert die Elemente vertikal */
		text-align: center; /* Zentriert den Text */
	}
}


@media only screen and (min-device-width: 320px) and (max-device-width: 568px) and (orientation: landscape){
}


@media only screen
and (min-device-width : 375px)
and (max-device-width : 667px) {
	
}

@media only screen
and (min-device-width : 375px)
and (max-device-width : 667px)
and (orientation : landscape){
	
}


@media only screen
and (min-device-width : 414px)
and (max-device-width : 736px)
{
	
}

@media only screen
and (min-device-width : 414px)
and (max-device-width : 736px) and (orientation : landscape)
{
	
}

@media only screen
and (min-device-width : 375px)
and (max-device-width : 812px)
and (-webkit-device-pixel-ratio : 3)
and (orientation : portrait){
	
}

@media only screen
and (min-device-width : 375px)
and (max-device-width : 812px)
and (-webkit-device-pixel-ratio : 3)
and (orientation : landscape){
	
}
