@font-face {
	font-family: GrandHotel_Regular;
	src: url(../fonts/GrandHotel_Regular.otf),
		url(../fonts/GrandHotel_Regular.eot);
}

@font-face {
	font-family: TSTARPRO_Regular;
	src: url(../fonts/TSTARPRO_Regular.otf),
		url(../fonts/TSTARPRO_Regular.eot);
}

@font-face {
	font-family: TSTARPRO_Medium;
	src: url(../fonts/TSTARPRO-Medium.otf),
		url(../fonts/TSTARPRO-Medium.eot);
}

@font-face {
	font-family: TSTARPRO_Bold;
	src: url(../fonts/TSTARPRO-Bold.otf),
		url(../fonts/TSTARPRO-Bold.eot);
}

@font-face {
	font-family: TSTARMonoRoundLig;
	src: url(../fonts/TSTARMonoRoundLig.eot),
		url(../fonts/TSTARMonoRoundLig.otf);
}

@font-face {
	font-family: TSTARMonoRoundBol;
	src: url(../fonts/TSTARMonoRoundBol.eot),
		url(../fonts/TSTARMonoRoundBol.otf);
}

:root {
	--clr-yellow: #fae100;
}

body {
	margin: 0;
	background-color: #000 !important;
	color: #fff !important;
	font-family: TSTARPRO_Regular !important;
	line-height: 26px !important;
}

body a,
body a:hover {
	color: #fff;
	text-decoration: underline;
}

img {
	max-width: none !important;
}

strong {
	font-family: TSTARPRO_Bold;
}

#ie8 {
	display: none;
	color: red;
	font-weight: bold;
	text-align: center;
}

#logo {
	/*margin-left: 50%;
	left: -325px;
	position: absolute;*/
}

#logogif {
	position: absolute;
	margin-left: 50%;
}

#scrolldown {
	position: absolute;
	margin-left: 50%;
	left: -50px;
	bottom: 20px;
}

#vvk {
	position: absolute;
	width: 200px;
	height: 200px;
	top: 10%;
	right: 22%;
}

.section {
	position: relative;
}

#mobile_nav {
	display: none;
}

.menu {
	position: fixed;
	left: 4.5%;
	top: 100px;
	z-index: 1;
	letter-spacing: 1px;
}

.menu ul {
	margin-bottom: 0;
}

.menu ul li {
	list-style: none;
	/*line-height: 50px !important;*/
	margin-bottom: 30px;
	/*NOUVEAU*/
	padding: 0 5px;
}

.menu ul li a {
	font-family: TSTARMonoRoundLig;
	text-decoration: none;
}

.menu.black ul li a {
	color: #fff;
}

.menu.yellow ul li a {
	color: #000;
}

#nav_home .active {
	background-image: url(../img/nav/home.png);
	background-repeat: no-repeat;
	background-size: 46px 17px;
}

#nav_infos .active {
	background-image: url(../img/nav/infos.png);
	background-repeat: no-repeat;
}

#nav_bands .active {
	background-image: url(../img/nav/bands.png);
	background-repeat: no-repeat;
	background-size: 53px 17px;
}

#nav_lokale .active {
	background-image: url(../img/nav/lokale.png);
	background-repeat: no-repeat;
	background-size: 62px 17px;
}

#nav_galerie .active {
	background-image: url(../img/nav/galerie.png);
	background-repeat: no-repeat;
	background-size: 72px 17px;
}

#nav_kontakt .active {
	background-image: url(../img/nav/kontakt.png);
	background-repeat: no-repeat;
	background-size: 72px 17px;
}

/*#nav {
	position: fixed;
	left: 4.5%;
	top: 100px;
	z-index: 1;
}

#nav ul li {
	list-style: none;
	line-height: 50px !important;
}

#nav ul li a {
	font-family: TSTARPRO_Regular;
}*/

#home,
#bands,
#galerie,
#bands_mobile,
#galerie_mobile {
	background-color: #fae100;
	color: #000;
}

#home a,
#bands a,
#galerie a,
#home a:hover,
#bands a:hover,
#galerie a:hover {
	color: #000;
}

.nebeneinander {
	display: flex;
	align-items: center;
}

#intro {
	background-image: url(../img/cable/INCO_1359_Honkytonk_2026_Gif_Startseite_2560x1440.gif);
	background-repeat: no-repeat;
}

#home {
	background-image: url(../img/cable/home.png);
	background-repeat: no-repeat;
}

#infos {
	background-image: url(../img/cable/infos_kurz.png);
	background-repeat: no-repeat;
}

#lokale {
	background-image: url(../img/cable/28lokale_desktop.png);
	background-repeat: no-repeat;
}

#lokale {
	overflow: hidden;
	/*cursor: move !important;*/
}

.barinfo {
	background-image: url(../img/pubbox.png);
	background-repeat: no-repeat;
	width: 300px;
	height: 274px;
}

.barinfo.tall {
	background-image: url(../img/pubbox_tall.png);
	height: 360px;
}

.text {
	max-width: 900px;
	margin: 0 auto;
	padding: 100px 0;
}

#home .text {
	text-align: center;
}

.title {
	font-size: 24px;
	line-height: 28px;
	margin-bottom: 30px;
}

#infos .title {
	margin: 0 0 0 20px;
	font-family: TSTARMonoRoundLig;
}

.underLine {
	margin: 13px 0 10px 20px;
	width: 120px;
}

.hasTitle {
	padding-top: 230px;
}

.point {
	margin-bottom: 60px;
}

#input_email {
	background: none;
	border: 1px solid #fff;
	color: #fff;
	font-family: TSTARMonoRoundBol;
	border-radius: 0;
	height: 14px;
	width: 200px;
}

#input_submit {
	margin-left: 30px;
	border: none;
	background: none;
	color: #fff;
	font-family: TSTARPRO_Regular;
	text-decoration: underline;
	/*vertical-align: bottom;*/
}

/*.point a,
.point a:hover,
.point a:visited {
	color: #fae100;
}*/

.pic {
	margin-bottom: 40px;
}

.band {
	font-family: TSTARMonoRoundLig;
	margin-bottom: 40px;
}

.bandbox p {
	margin: 30px 0 10px;
	font-family: TSTARMonoRoundBol;
	line-height: 22px;
}

.bandbox .span6 {
	font-family: TSTARMonoRoundBol;
	/*TSTARMonoRoundLig*/
	line-height: 18px;
}

#hidden_bands {
	display: none;
}

.colorbox {
	font-family: TSTARMonoRoundBol;
}

#message {
	left: 645px;
	position: absolute;
	text-align: right;
	top: 184px;
}

.stern,
.barinfo,
#infobutton {
	position: absolute;
}

.stern span,
#infobutton span {
	cursor: pointer;
}

.pubtext {
	margin: 30px 40px;
	color: #000;
	font-family: TSTARMonoRoundLig;
	line-height: 18px;
}

.pubtext a,
.pubtext a:hover {
	color: #000;
}

#infobutton {
	left: 1053px;
	top: 196px;
}

#lokale_mobile,
#bands_mobile,
#galerie_mobile {
	display: none;
}

#lokale_mobile .ui-widget-content,
#lokale_mobile .ui-state-default,
#lokale_mobile a {
	background: none;
	border: none;
	color: #fff;
	padding-right: 0;
}

#lokale_mobile .ui-widget-content,
#bands_mobile .ui-widget-content {
	padding-top: 0;
}

#bands_mobile .ui-widget-content,
#bands_mobile .ui-state-default,
#bands_mobile a {
	background: none;
	border: none;
	color: #000;
	padding-right: 0;
}

#lokale_mobile .ui-state-default {
	border-top: 1px solid #fae100;
	border-radius: 0;
}

#bands_mobile .ui-state-default {
	border-top: 1px solid #fff;
	border-radius: 0;
}

#lokale_mobile h3,
#bands_mobile h3 {
	font-family: TSTARMonoRoundBol;
}

#lokale_mobile p,
#bands_mobile p {
	font-family: TSTARMonoRoundLig;
}

.bands_text_mobile {
	font-family: TSTARPRO_Regular;
}

#bandscounter {
	position: relative;
	text-align: center;
	top: -40px;
	width: 100%;
}

#kontakt {
	font-family: TSTARMonoRoundLig;
	line-height: 18px;
}

.title_mobile,
#logo {
	display: none;
}

/*.title_mobile img {
	width: 150px;
	position: absolute;
	top: 70px;
	left: -75px;
	margin-left: 50%;
}*/

#logo img {
	width: 250px;
	position: absolute;
	top: 100px;
	left: -125px;
	margin-left: 50%;
}

#galerie .span3 {
	width: 200px;
}

/* colorbox */
#colorbox,
#cboxWrapper {
	background-image: url(../img/bandbox.png) !important;
	background-repeat: no-repeat !important;
	height: 560px !important;
	width: 680px !important;
}

#cboxContent {
	margin: 90px 0 0 75px !important;
}

#cboxLoadedContent {
	border: none !important;
}

/*#colorbox {
	margin: -10% 0 0 -10% !important;
}*/

#cboxClose {
	top: -25px !important;
	right: -55px !important;
}

#cboxNext {
	top: 260px !important;
	right: -65px !important;
}

#cboxPrevious {
	top: 260px !important;
	left: -50px !important;
}

#cboxCurrent {
	display: none !important;
}

#moveMapHelperTop,
#moveMapHelperBottom {
	position: absolute;
	width: 100%;
	height: 100px;
	display: none;
}

#bands_mobile .title_mobile img {
	width: 120px;
	left: -60px
}

.sponsorenLogos {
	position: absolute;
	top: 20px;
	right: 40px;
	z-index: 10;
}

.sponsorenLogos a img {
	max-height: 54px;
}

.sponsorenLogos .ks_kaderschulen {
	width: 200px;
	margin: 0 10px;
}

@media (max-width: 1300px) {
	#nav {
		top: 50px;
		left: 40px;
	}

	.text {
		max-width: 600px;
		margin: 0 40px 0 250px;
	}

	#infos .row-fluid .span6 {
		margin: 0 !important;
		width: 100% !important;
	}

	#map {
		margin-left: -350px;
	}

}

@media (min-width: 1680px) {
	#vvk {
		width: 300px;
		height: 300px;
		right: 22%;
		top: 10%;
	}
}

@media (max-width: 1024px) {
	#intro {
		background-image: url(../img/cable/INCO_1359_Honkytonk_2023_Gif_Startseite_1024x668.gif);
	}

	#home {
		background-image: url(../img/cable/home_tablet.png);
	}

	#infos {
		background-image: url(../img/cable/infos_tablet.png);
	}

	#bands {
		background-image: url(../img/cable/bands_tablet2.png);
	}

	#lokale {
		background-image: url(../img/cable/lokale_tablet.png);
	}

	#galerie .span3 {
		width: 130px;
	}

	#galerie .pic {
		width: auto;
		max-width: 100%;
		position: relative;
	}

	#galerie img {
		width: 100%;
	}

	#vvk {
		right: 14%;
	}

}

@media (max-width: 768px) {

	#intro,
	#home,
	#infos,
	#bands,
	#lokale,
	#galerie,
	#kontakt {
		background-image: none;
	}

	.title_mobile,
	#logo {
		display: block;
		text-align: center;
	}

	#logo img {
		width: 330px;
		position: absolute;
		top: 200px;
		left: -165px;
		margin-left: 50%;
	}

	.title_mobile img {
		width: 150px;
		position: relative;
		top: -100px;
	}

	#title_mobile_lokale img {
		top: 70px;
		margin: 0 40px 0 250px;
		max-width: 600px;
		width: 200px;
	}

	#galerie .span3 {
		width: 90%;
		margin: 0 auto;
	}

	#galerie .pic {
		width: auto;
		max-width: 100%;
		position: relative;
	}

	#galerie img {
		width: 100%;
	}

	#home .text,
	#bands .text {
		padding-top: 150px;
	}

	#vvk {
		top: 58%;
		right: 26%;
	}
}

@media (max-width: 900px) {
	#mobile_nav {
		display: block;
		position: fixed;
		top: 0;
		z-index: 11;
		width: 100%;
	}

	.menu,
	#galerie,
	#lokale,
	#bands,
	#scrolldown {
		display: none !important;
	}

	#home .text,
	#bands .text {
		padding-top: 100px;
	}

	#bands_mobile .text,
	#lokale_mobile .text {
		padding-top: 150px;
	}

	#home .text {
		padding-top: 170px;
	}

	.text {
		margin: 0 20px;
	}

	#lokale_mobile,
	#bands_mobile,
	#galerie_mobile {
		display: block;
	}

	.title_mobile,
	#logo {
		display: block;
	}

	#logo img {
		width: 250px;
		position: absolute;
		top: 70px;
		left: -125px;
		margin-left: 50%;
	}

	.title_mobile img {
		width: 150px;
		position: absolute;
		top: 70px;
		left: -75px;
		margin-left: 50%;
	}

	#kontakt_mobile {
		font-family: TSTARMonoRoundLig;
	}

	#intro {
		min-height: 500px !important;
	}


	.sponsorenLogos {
		text-align: center;
		position: relative;
		left: 0;
		right: 0;
		margin: 0 0 40px 0;
		min-width: 320px;
		overflow: hidden;
	}

	.sponsorenLogos a img {
		max-height: 40px;
	}

}

@media (max-width: 480px) {
	#vvk {
		height: 150px;
		width: 150px;
		right: 5%;
		top: 60%;
	}
}

a.form-link:visited,
a.form-link {
	border: 1px solid white;
	display: inline-block;
	text-decoration: none;
	font-size: 1.25rem;
	padding: .5rem 1rem .4rem 1rem;
	user-select: none;
	transition: all .2s ease;
}

@media (hover: hover) {
	a.form-link:hover {
		border-color: var(--clr-yellow);
		text-decoration: none;
		background-color: var(--clr-yellow);
		color: black;
	}
}

.form-link-arrow {
	font-size: 2rem;
	position: relative;
	top: .5rem;
	display: inline-block;
	margin-right: .75rem;
	user-select: none;
}