/*
red:			#e20e19
*/

@charset "UTF-8";

html
	{
	font-size: 	14px;
	margin: 0px;
	width: 100%;
	height: 100%;
	min-width: 100%;
	min-height: 100%;
	font-family: 'Montserrat', sans-serif;
	}

body
	{
	-webkit-overflow-scrolling: touch;
	margin: 0px 0px 0px 0px;
 	padding: 0;
  height: 100%;
  position: relative;
	font-family: 'Montserrat', sans-serif;
	}

.pagebg-container
	{
	background-image: url(../images/backs/6.jpg);
	background-image: url(../images/backs/sindustry_back_2023.jpg);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	height: 100%;
	position: fixed;
	width: 100%;
	overflow: hidden;
	z-index: 1;
	}

.pagebg-container1
	{
	position: relative;
	padding: 0px;
	margin: 0px;
	top: 0px;
	left: 0px;
	width: 100%;
	z-index: 2;
	}

#myVideo {
  position: fixed;
  right: 0;
  bottom: 0;
  min-width: 100%;
  min-height: 100%;
}


iframe[data-scaling="true"] {
  min-width: 100%;
  max-width: 100%;
}

table.header
	{
	margin: 25px auto;
	transition: all 0.8s ease;
	}

table.scrolled
	{
	margin: 2px auto;
	transition: all 0.8s ease;
	}

table td.book
	{
	padding: 5px 0px;
	transition: all 0.5s ease;
	font-size: 12px;
	color: #fff;
	}

table td.book:hover
	{
	background: #e20e19;
	background: #fff;
	cursor: pointer;
	padding: 15px 0px;
	transition: all 0.3s ease;
	font-size: 22px;
	color: #000;
	}

table td.tdpic div
	{
	position: relative;
	z-index: 9994;
	width: 100%;
	height: 100%;
	opacity: 0.6;
	transition: all 0.4s ease;
	}

table td.tdpic div:hover
	{
	z-index: 9999;
	transform: scale(1.0);
	opacity: 1.0;
	transition: all 0.4s ease;
	}

table.info
	{
	font-size: 18px;
	}

#header
	{
	position: fixed;
	background-color: #000;
	background-image: url(../images/logos/zahnrad.png);
	background-position: center -200%;
	background-repeat: no-repeat;
	top: 0px;
	width: 100%;
	color: #fff;
	font-size: 16px;
	z-index: 9997;
	transition: all 0.8s ease;
	text-align: center;
	padding: 0px;
	box-shadow: 0px 0px 4px #000;
	}

#header.scrolled
	{
	background-image: url(../images/logos/zahnrad.png);
	background-position: center top;
	background-repeat: no-repeat;
	transition: all 0.8s ease;
	font-size: 14px;
	}

#messages
{
	padding: 0 10px;
	margin: 1em 0;
	border: 1px solid #999;
	background: #f8f8f8;
	text-align: left;
	font-size: 12px;
	color: #454544;
}

#menue
	{
	position: fixed;
	top: 0px;
	left: -370px;
	width: 350px;
	height: 100%;
	background: #fff;
	box-shadow: 0px 0px 10px 4px #000;
	z-index: 9998;
	}

#menueback
	{
	position: fixed;
	background: url(../images/opacity2.png);
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	z-index: 9998;
	display: none;
	}

#headermobile
	{
	position: fixed;
	top: 0px;
	width: 100%;
	transition: all 0.8s ease;
	color: #fff;
	z-index: 9998;
	background-image: url(../images/logos/sinwheels_2.png);
	background-position: center -160px;
	background-repeat: no-repeat;
	background-color: #000;
	padding: 15px 0px 10px 15px;
	display: none;
	}

#headermobile.scrolled
	{
	background-position: center -50px;
	transition: all 0.8s ease;
	box-shadow: 0px 0px 4px #000;
	}


#menuemobile
	{
	z-index: 9997;
	position: fixed;
	overflow: auto;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	color: #fff;
	background: url(../images/opacity2.png);
	display: none;
	}

#logo
	{
	position: fixed;
	top: 15px;
	left: -300px;
	font-size: 12px;
	color: #fff;
	transition: all 0.8s ease;
	z-index: 9998;
	}

#logo.scrolled
	{
	left: 15px;
	transition: all 0.8s ease;
	}

#logo2
	{
	display: none;
	position: fixed;
	top: 25px;
	right: -300px;
	font-size: 12px;
	color: #fff;
	transition: all 0.8s ease;
	z-index: 9999;
	}

#logo2.scrolled
	{
	right: 15px;
	right: -300px;
	transition: all 0.8s ease;
	}

#logo3
	{
	position: fixed;
	bottom: 110px;
	left: 0px;
	width: 100%;
	padding: 0px;
	text-align: center;
	transition: all 0.8s ease;
	z-index: 9999;
	opacity: 1.0;
	}

#logo3.scrolled
	{
	opacity: 0.0;
	transition: all 0.8s ease;
	}

#logo4
	{
	position: fixed;
	top: 20px;
	left: 20px;
	transition: all 0.8s ease;
	width: 135px;
	height: 260px;
	z-index: 9998;
	background-image: url(../images/SIN_Logo_2022_white_scratches_300_shadow.png);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center center;
	}

#logo4.scrolled
	{
	top: 0px;
	width: 70px;
	height: 135px;
	transition: all 0.8s ease;
	}


#menuegrid
	{
	z-index: 9999;
	position: fixed;
	top: 20px;
	left: 20px;
	width: 60px;
	height: 45px;
	cursor: pointer;
	}

#menuelist
	{
	font-size: 18px;
	text-align: left;
	padding: 0px;
	margin-top: 120px;
	color: #878788;
	cursor: pointer;
	display: none;
	transition: all 0.4s ease;
	}

#menuelist p
	{
	transition: all 0.4s ease;
	margin-top: 0px;
	margin-bottom: 0px;
	}

#menuelist p:hover
	{
	transition: all 0.4s ease;
	margin-left: 15px;
	color: #000;
	}

div.divheader, div.divheader2
	{

	background-repeat: no-repeat;
	background-position: -30% center;
	background-size: 30%;
	background-color: #fff;
	background-color: #e20e19;
	background-color: #0a0a0a;
	width: 100%;
	padding: 25px 0px 25px 20px;
	text-align: left;
	font-size: 65px;
	font-weight: bolder;
	color: #000;
	color: #fff;
	font-family: 'Anton';
	}

div.divheader2
	{
	background-image: url(../images/logos/Sindustry_Logo_Sawblade_white.png);
	background-color: #000;
	color: #fff;
	}


table.news2
	{
	width: 100%;
	box-shadow: 0px 0px 8px #000;
	}

td.mainmenue
	{
	color: #fff;
	font-size: 18px;
	text-align: center;
	padding: 10px 15px;
	transition: all 0.8s ease;
	border-radius: 2px;
	font-family: 'Anton';
	}

td.mainmenue:hover
	{
	cursor: pointer;
	background: #e20e19;
	color: #fff;
	transition: all 0.8s ease;
	}

.imgover
	{
	transition: all 0.8s ease;
	box-shadow: 0px 0px 15px #444;
	}

.imgover:hover
	{
	box-shadow: 0px 0px 12px #333;
	transition: all 0.8s ease;
	}

#languages
	{
	display: none;
	width: 120px;
	background: url(images/opacity.png);
	text-align: center;
	font-size: 14px;
	color: #fff;
	border: 1px solid #fff;
	position: fixed;
	top: 80px;
	right: 60px;
	z-index: 9998
	}

#languages.scrolled
	{
	background: #000;
	}

.language
	{
	width: 100%;
	transition: all 0.4s ease;
	padding: 10px 0px 10px 0px;
	}

.language:hover
	{
	cursor: pointer;
	background: #fff;
	transition: all 0.4s ease;
	color: #787877;
	}

img
	{
	margin: 0px;
	}

.opacity5
	{
	transition: all 0.8s ease;
	opacity: 0.5;
	}

.opacity5:hover
	{
	transition: all 0.8s ease;
	opacity: 1.0;
	cursor: pointer;
	}

p.headline
	{
	display: inline-block;
	text-align: center;
	font-size: 20px;
	padding: 15px 30px;
	background: rgba(255,255,255,0.5);
	}

p.headline1
	{
	display: inline-block;
	font-size: 20px;
	font-weight: 600;
	text-align: center;
	color: #000;
	padding: 5px 15px;
	}

p.subheadline
	{
	display: inline-block;
	font-size: 22px;
	font-weight: 100;
	text-align: center;
	color: #8d8d8d;
	padding: 5px 15px;
	}

p.letters50
	{
	font-size: 50px;
	text-align: center;
	margin: auto;
	}

#kontakt,#linkcollection,#newsletter
	{
	display: none;
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	text-align: center;
	background: rgba(0,0,0,0.8);
	z-index: 9999;
	overflow: auto;
	}

#stdpopup
		{
		display: none;
		position: fixed;
		top: 0px;
		left: 0px;
		width: 100%;
		height: 100%;
		text-align: center;
		background: rgba(0,0,0,0.9);
		padding: 60px;
		z-index: 9999;
		}

.kontaktinner
	{
	background: #fff;
	color: #333;
	text-align: center;
	padding: 20px;
	box-shadow: 0px 0px 20px #000;
	width: 60%;
	margin: 20px auto;
	font-size: 16px;
	border-radius: 10px;
	}

.feature
	{
	border-top: 4px solid #fff;
	border-bottom: 4px solid #fff;
	border-left: 2px solid #fff;
	border-right: 2px solid #fff;
	height: 550px;
	}

.changewidth10
	{
	width: 100%;
	margin: 0px;
	}

.changewidth9
	{
	width: 90%;
	margin: auto;
	}

.changewidth8
	{
	width: 85%;
	margin: auto;
	}

.changewidth7
	{
	width: 70%;
	margin: auto;
	}

.changewidth6
	{
	width: 60%;
	margin: auto;
	}

.changewidth5
	{
	width: 50%;
	margin: auto;
	}

div.newstext
	{
	transition: all 0.6s ease;
	width: 96%;
	border-left: 5px solid #000;
	background: #fff;
	text-align: left;
	padding: 15px;
	margin: 15px auto;
	font-size: 14px;
	}

div.newstext:hover
	{
	transition: all 0.6s ease;
	border-left: 5px solid #e20e19;
	box-shadow: 0px 0px 5px #999;
	}

.autoheight500,.autoheight5002
	{
	height: 500px;
	}

.video
{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.responsive-video iframe {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}

.responsive-video {
position: relative;
padding-bottom: 56.25%; /* Default for 1600x900 videos 16:9 ratio*/
padding-top: 0px;
height: 0;
overflow: hidden;
}

#popupouter
	{
	display: none;
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background: url(../images/icons/opacity4.png);
	z-index: 9999;
	text-align: center;
	}

div.popupinner
	{
	display: inline-block;
	width: 60%;
	height: 90%;
	margin-top: 3%;
	background: #fff;
	border-radius: 20px;
	text-align: center;
	}

div.popupcontent
	{
	display: inline-block;
	width: 91%;
	padding: 2%;
	margin-top: 15px;
	overflow-y: auto;
	height: 90%;
	background: #fff;
	color: #787888;
	font-size: 14px;
	text-align: justify;
	}

div.infotext1
	{
	padding-left: 10px;
	text-align: justify;
	border-left: 5px solid #fff;
	transition: all 0.8s ease;
	}

div.infotext1:hover
	{
	text-align: justify;
	border-left: 5px solid #7abb3f;
	color: #333;
	transition: all 0.8s ease;
	}

div.infotext2
	{
	padding-right: 10px;
	text-align: justify;
	border-right: 5px solid #fff;
	transition: all 0.8s ease;
	}

div.infotext2:hover
	{
	text-align: justify;
	border-right: 5px solid #7abb3f;
	color: #333;
	transition: all 0.8s ease;
	}

.infotext3
	{
	width: 50%;
	color: #fff;
	text-align: left;
	font-size: 22px;
	padding-top: 40px;
	padding-bottom: 30px;
	transition: all 0.3s ease;
	}

.infotext3:hover
	{
	padding-top: 20px;
	padding-bottom: 50px;
	transition: all 0.3s ease;
	}

div.videotile
	{
	text-align: center;
	color: #fff;
	margin: 0px;
	background-position: center center;
	background-size: cover;
	padding: 0px;
	}

div.videotile2
	{
	width: 100%;
	height: 100%;
	padding: 270px 20px 40px 20px;
	background-color: rgba(0,0,0,0.5);
	background-image: url(../images/icon_play.png);
	background-position: center center;
	background-repeat: no-repeat;
	transition: all 0.8s ease;
	text-align: center;
	color: #fff;
	font-size: 18px;
	}

div.newstile
	{
	margin: 0px;
	color: #fff;
	text-align: center;
	padding: 0px;
	transition: all 0.8s ease;
	border: 3px solid #000;
	}

div.newstile:hover
	{
	border: 3px solid #e20e19;
	transition: all 0.8s ease;
	cursor: pointer;
	}

div.band
	{
	padding: 20px;
	text-align: center;
	font-family: 'Oswald';
	font-size: 24px;
	color: #fff;
	background: #e20e19;
	transition: all 0.8s ease;
	}

div.band:hover
	{
	cursor: pointer;
	color: #000;
	background: #fff;
	transition: all 0.8s ease;
	}

div.videotile2:hover
	{
	cursor: pointer;
	background-color: rgba(0,0,0,0.0);
	transition: all 0.8s ease;
	}

div.animatednumber
	{
	text-align: center;
	font-size: 40px;
	font-weight: 700;
	}

#kontakt1
	{
	position: fixed;
	top: 10px;
	right: 30px;
	z-index: 9995;
	color: #454555;
	font-size: 10px;
	transition: all 0.8s ease;
	}

#kontakt1.scrolled
	{
	color: #fff;
	position: fixed;
	top: 17px;
	right: 10px;
	transition: all 0.8s ease;
	}

/*
div.entrance
	{
	position: relative;
	top: 0px;
	left: 0px;
	text-align: center;
	font-size: 30px;
	width: 100%;
	z-index: 2;
	background-image: url(../images/SIN_Logo_2022_white_scratches_300.png);
	background-image: url(../pics/2023/SINDUSTRY_Dualism_Single.jpg);
	background-image: url(../pics/2023/SINDUSTRY-Album-Announcement.jpg);
	background-position: center 150px;
	background-repeat: no-repeat;
	background-size: 80% auto;
	}
*/

div.entrance
	{
	position: relative;
	top: 0px;
	left: 0px;
	z-index: 2;
  background: rgba(0, 0, 0, 0.5);
  background-color: #fff;
  color: #f1f1f1;
  width: 100%;
  padding: 0px;
	}

	#LPVideo
	{
	object-fit: cover;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100vh;
	}


div.entrance2
	{
	position: relative;
	width: 100%;
	height: 500px;
	z-index: 2;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 100% auto;
	}

div.entrancemobile
	{
	position: relative;
	top: 0px;
	left: 0px;
	text-align: center;
	z-index: 2;
	width: 100%;
	background-image: url(../images/SIN_Logo_2022_white_scratches_300.png);
	background-position: center 100px;
	background-repeat: no-repeat;
	background-size: auto 300px;
	display: none;
	}

div.bullet,div.bullet2
	{
	width: 97%;
	background: #fff;
	margin: auto;
	padding: 0px 0px 0px 0px;
	transition: all 0.8s ease;
	box-shadow: 0px 0px 5px #d0d0d0;
	border-bottom: 5px solid #fff;
	}

div.bullet:hover,div.bullet2:hover
	{
	transition: all 0.8s ease;
	border-bottom: 5px solid #13242f;
	box-shadow: 0px 0px 10px 4px #d0d0d0;
	cursor: pointer;
	}

div.bullet2
	{
	box-shadow: none;
	}

div.bullet2:hover
	{
	box-shadow: none;
	}

div.color1, div.color2, div.color3, div.color4, div.color5
	{
	width: 100%;
	color: #454544;
	background: #fff;
	text-align: center;
	padding: 20px 0px;
	transition: all 0.8s ease;
	cursor: pointer;
	font-weight: bolder;
	}

div.color1:hover
	{
	transition: all 0.8s ease;
	background: #2381de;
	color: #fff;
	}

div.color2:hover
	{
	transition: all 0.8s ease;
	background: #663382;
	color: #fff;
	}

div.color3:hover
	{
	transition: all 0.8s ease;
	background: #ff3363;
	color: #fff;
	}

div.color4:hover
	{
	transition: all 0.8s ease;
	background: #663382;
	color: #fff;
	}

div.color5:hover
	{
	transition: all 0.8s ease;
	background: #87c70f;
	color: #fff;
	cursor: pointer;
	}

div.contentwrap1
	{
	height: 0;
	border-style: solid;
	border-width: 60px 95vw 0 0;
	border-color: transparent #efefef #efefef transparent;
	background: #fff;
	}

div.contentwrap2
	{
	height: 0;
  border-style: solid;
  border-width: 60px 95vw 0 0;
  border-color: #fff transparent transparent #fff;
	background: #fff;
	}

hr.style-one
	{
  border: 0;
  height: 1px;
  background-image: linear-gradient(to right, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.75), rgba(255, 255, 255, 0));
	}

hr.style-two
	{
  border: 0;
  height: 1px;
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0));
	}

hr.style-three
	{
  border: 0;
  height: 1px;
  background-color: #8d8d8d;
	}

hr.style-four
	{
  border: 0;
  height: 1px;
  background-color: #e5e5e5;
	}

div.content1
	{
	position: absolute;
	bottom: 0px;
	left: 0px;
	width: 100%;
	padding-top: 30px;
	padding-bottom: 40px;
	background-color: #fff;
	z-index: 4;
	text-align: center;
	color: #fff;
	}

div.content1a
	{
	padding-top: 40px;
	z-index: 4;
	text-align: center;
	color: #fff;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#2780dd+1,1b599a+100 */
	background: #2780dd; /* Old browsers */
	background: -moz-radial-gradient(center, ellipse cover, #2780dd 1%, #1b599a 100%); /* FF3.6-15 */
	background: -webkit-radial-gradient(center, ellipse cover, #2780dd 1%,#1b599a 100%); /* Chrome10-25,Safari5.1-6 */
	background: radial-gradient(ellipse at center, #2780dd 1%,#1b599a 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2780dd', endColorstr='#1b599a',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
	background-image: url(../images/backs/3.jpg);
	background-size: cover;
	background-position: center 40%;
	}

div.content2
	{
	width: 100%;
	text-align: center;
	font-size: 14px;
	z-index: 5;
	background: rgba(0,0,0,0.5);
	color: #fff;
	}

div.content3
	{
	background: rgba(0,0,0,0.5);
	font-size: 14px;
	z-index: 4;
	text-align: center;
	color: #fff;
	}

div.content4
	{
	background-image: url(../images/layout/back_dates2.jpg);
	background-size: cover;
	background-position: top center;
	font-size: 14px;
	z-index: 4;
	text-align: center;
	color: #fff;
	padding: 0px;
	}

div.content5
	{
	background: rgba(0,0,0,0.5);
	font-size: 14px;
	z-index: 4;
	text-align: center;
	color: #fff;
	}

div.content6
	{
	background: rgba(0,0,0,0.5);
	font-size: 14px;
	z-index: 4;
	text-align: center;
	color: #fff;
	}

div.livedate
	{
	background: rgba(0,0,0,0.4);
	padding: 0px;
	border-bottom: 2px solid #000;
	border: 1px solid #111;
	transition: all 0.8s ease;
	margin-bottom: 5px;
	}

div.livedate:hover
	{
	background: rgba(0,0,0,0.7);
	cursor: pointer;
	transition: all 0.8s ease;
	border-bottom: 2px solid #e20e19;
	border: 1px solid #e20e19;
	}


div.partner2
	{
	padding: 100px 15px 10px 15px;
	}

div.iframe
	{
	display: inline-block;
	background: #fff;
	box-shadow: 0px 0px 4px #888;
	border-radius: 10px;
	width: 70%;
	margin-top: 20px;
	padding: 20px;
	}

div.newsletter
	{
	text-align: left;
	color: #fff;
	padding: 20px 10px 10px 50px;
	color: #9b9b9b;
	font-size: 14px;
	}

div.footer
	{
	padding-top: 0px;
	padding-bottom: 30px;
	background: #fff;
	text-align: center;
	width: 100%;
	z-index: 9;
	color: #7d9d45;
	}

#footermenue2
	{
	display: none;
	}

div.imprint
	{
	z-index: 10;
	display: none;
	padding-top: 40px;
	padding-bottom: 50px;
	background: #000;
	text-align: center;
	width: 100%;
	}

div.slogan,div.sloganmobile
	{
	width: 100%;
	margin: auto;
	position: absolute;
	bottom: 0px;
	text-align: center;
	font-size: 45px;
	color: #fff;
	background: rgba(0,0,0,0.4);
	font-family: 'Oswald';
	padding-top: 20px;
	padding-bottom: 20px;
	}

p.title1
	{
	left: 0px;
	font-weight: 600;
	margin-top: 0px;
	display: table;
	font-size: 36px;
	background: #000;
	text-align: right;
	padding: 25px 40px 35px 40px;
	color: #fff;
	margin-bottom: 0px;
	}

p.title2
	{
	left: 0px;
	color: #fff;
	margin-top: 0px;
	margin-bottom: 0px;
	display: table;
	font-size: 25px;
	background: #2381de;
	text-align: right;
	padding: 15px 20px 15px 40px;
	color: #fff;
	box-shadow: 0px 0px 5px #000;
	margin-top: -20px;
	}

table.contactinfo td
	{
	font-size: 17px;
	transition: all 0.5s ease;
	background: #e20e19;
	background: #fff;
	color: #000;
	}

table.scrolled td
	{
	font-size: 16px;
	transition: all 0.5s ease;
	font-family: 'Oswald';
	}

table.scrolled2 td
	{
	font-size: 14px;
	transition: all 0.5s ease;
	background: #232323;
	color: #fff;
	}

table.scrolled3 td
	{
	font-size: 0px;
	transition: all 0.5s ease;
	background: #000;
	height: 0px;
	padding: 0px;
	}

#scrolldown
	{
	display: inline-block;
	position: absolute;
	bottom: 10px;
	margin-left: -30px;
	left: 50%;
	height: 60px;
	width: 60px;
	border-radius: 50%;
	background-color: rgba(0,0,0,0.3);
	background-image: url(../images/scrolldown.png);
	background-position: center center;
	background-repeat: no-repeat;
	cursor: pointer;
	text-align: center;
	}

div.title
	{
	position: absolute;
	bottom: 120px;
	left: 0;
	text-align: left;
	}

div.title2
	{
	position: absolute;
	bottom: 150px;
	left: 5%;
	text-align: left;
	padding-top: 20px;
	padding-bottom: 20px;
	font-size: 22px;
	}

p.title
	{
	left: 0px;
	padding: 7px 25px 7px 10px;
	color: #fff;
	font-weight: 500;
	font-size: 26px;
	background: url(../images/icons/opacity2.png);
	margin-top: 0px;
	margin-bottom: 0px;
	display: inline-block;
	display: table;
	}

.col-md-42
	{
	margin-top: -60px;
	box-shadow: 0px 0px 3px #000;
	}

#title
	{
	width: 100%;
	position: absolute;
	bottom: 160px;
	left: 0px;
	text-align: left;
	}

#topscroll
	{
	display: 	none;
	position: 	fixed;
	bottom: 	30px;
	right: 		50px;
	background-color: rgba(0,0,0,0.5);
	background-image: url(../images/scrollup.png);
	background-position: center center;
	background-repeat: no-repeat;
	transition: all 0.8s ease;
	width: 60px;
	height: 60px;
	border-radius: 50%;
	z-index: 9998;
	}

#topscroll:hover
	{
	transition: all 0.8s ease;
	background-color: rgba(0,0,0,1.0);
	cursor: pointer;
	}

.button1,.closepopup
	{
	display: inline-block;
	margin: 30px auto;
	padding: 10px 30px;
	color: #fff;
	background: #e20e19;
	text-align: center;
	font-size: 16px;
	transition: all 0.8s ease;
	}

.button1:hover,.closepopup:hover
	{
	transition: all 0.8s ease;
	cursor: pointer;
	color: #fff;
	background: #000;
	}

.button,.button2
	{
	display: inline-block;
	margin: 20px auto 20px auto;
	padding: 10px 15px 10px 15px;
	color: #000;
	text-align: center;
	font-size: 14px;
	transition: all 0.8s ease;
	background: #fff;
	}

.button a
	{
	color: #fff;
	transition: all 1.0s ease;
	}

.button:hover,.button2:hover
	{
	transition: all 0.8s ease;
	background: #000;
	color: #fff;
	cursor: pointer;
	}

.button:hover a
	{
	color: #fff;
	transition: all 1.0s ease;
	}

.button3
	{
	transition: all 0.8s ease;
	color: #fff;
	cursor: pointer;
	padding: 10px 20px;
	display: inline-block;
	margin: 20px auto;
	border-radius: 3px;
	background: #e20e19;
	}

p.button3:hover
	{
	background: #fff;
	color: #000;
	transition: all 0.8s ease;
	}

p.button4
	{
	margin: 20px auto;
	text-align: center;
	display: inline-block;
	transition: all 0.8s ease;
	color: #fff;
	cursor: pointer;
	padding: 5px 10px;
	font-size: 12px;
	background: #13242f;
	border-radius: 3px;
	}

p.button4:hover
	{
	background: #e20e19;
	color: #fff;
	transition: all 0.8s ease;
	}

p.button5
	{
	margin: 10px auto;
	text-align: center;
	display: inline-block;
	transition: all 0.8s ease;
	color: #000;
	cursor: pointer;
	padding: 5px 10px;
	font-size: 12px;
	background: #fff;
	border-radius: 3px;
	}

p.button5:hover
	{
	background: #e20e19;
	color: #fff;
	transition: all 0.8s ease;
	}


p.shout
	{
	font-family: 'Oswald', sans-serif;
	width: 100%;
	text-align: center;
	color: #fff;
	font-size: 64px;
	font-weight: 800;
	}

p.shout2
	{
	font-family: 'Oswald', sans-serif;
	width: 100%;
	text-align: left;
	color: #fff;
	font-size: 20px;
	font-weight: 800;
	color: #232323;
	margin: 5px 0px;
	}

p.newsinfo
	{
	width: 100%;
	text-align: left;
	color: #206eb1;
	font-size: 11px;
	margin: 5px 0px;
	}

#this_msg
	{
	font-size: 18px;
	position: fixed;
	bottom: 0px;
	left: 0px;
	width: 100%;
	padding-top: 70px;
	padding-bottom: 70px;
	text-align: center;
	display: none;
	background: #000;
	color: #fff;
	z-index: 9999;
	}

#this_vid
	{
	font-size: 18px;
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	text-align: center;
	display: none;
	background: url(../images/opacity2.png);
	color: #fff;
	z-index: 9999;
	}

table td.live_date
	{
	font-size: 35px;
	}
table td.live_city
	{
	font-size: 28px;
	}
table td.live_show
	{
	font-size: 32px;
	}

table.ffm
	{
	border-left: 4px solid #fff;
	}

tr.anfahrt
	{
	display: none;
	}

table.menue2 td.class1
	{
	transition: all 0.9s ease;
	padding: 2px 0px 2px 3px;
	}

table.menue2 td.class1:hover
	{
	transition: all 0.9s ease;
	cursor: pointer;
	color: #fff;
	background: #fff;
	}

table.menue3 td.class1
	{
	transition: all 0.9s ease;
	padding: 2px 0px 2px 3px;
	}

table.menue3 td.class1:hover
	{
	transition: all 0.9s ease;
	cursor: pointer;
	color: #333;
	background: #fff;
	}

table.menue3 td.class2
	{
	transition: all 0.9s ease;
	color: #444;
	}

table.menue3 td.class2:hover
	{
	transition: all 0.9s ease;
	cursor: pointer;
	color: #fff;
	background: #fff;
	}

table.menue3 tr.class1
	{
	color: #333;
	}

table.menue3 tr.class2
	{
	color: #000;
	}

table.menue4 td.class1
	{
	transition: all 0.9s ease;
	padding: 2px 0px 2px 3px;
	color: #454544;
	}

table.menue4 td.class1:hover
	{
	transition: all 0.9s ease;
	cursor: pointer;
	color: #fff;
	background: #fff;
	}

table.menue4 td.class2
	{
	transition: all 0.9s ease;
	color: #444;
	}

table.menue4 td.class2:hover
	{
	transition: all 0.9s ease;
	cursor: pointer;
	color: #fff;
	background: #fff;
	}

table.menue4 tr.class1
	{
	color: #454544;
	}

table.menue3 tr.class2
	{
	color: #000;
	}

table.mobilefooter
	{
	display: none;
	}

div.back:hover .backinner,
div.back:focus .backinner {
  transform: scale(1.2);
}

table td.mobilemenue
	{
	width: 100%;
	background: #383737;
	padding: 10px;
	text-align: center;
	color: #fff;
	font-size: 18px;
	transition: all 0.8s ease;
	}

table td.mobilemenue:hover
	{
	background: #e20e19;
	cursor: pointer;
	transition: all 0.8s ease;
	}

div.footermenue1, div.footermenue3
	{
	padding: 50px 10px 5px 10px;
	text-align: center;
	color: #fff;
	width: 100%;
	font-weight: 200;
	transition: all 0.3s ease;
	}

div.footermenue1:hover, div.footermenue3:hover
	{
	padding: 35px 10px 20px 10px;
	background: #e20e19;
	color: #fff;
	transition: all 0.3s ease;
	cursor: pointer;
	}

div.footermenue2
	{
	padding: 5px 10px 5px 10px;
	text-align: center;
	color: #fff;
	background: #e20e19;
	}

div.footermenue2:hover
	{
	background: #fff;
	transition: all 0.8s ease;
	cursor: pointer;
	color: #000;
	}

.hiddentr
	{
	display: none;
	}

a.afue
	{
	text-decoration: none;
	}

/* FORMS/INPUT LOOK */
.form-style-8,.form-style-9
	{
  padding: 20px;
  background: #fff;
  margin: 10px auto;
	transition: all 0.8s ease;
	box-shadow: 0px 0px 6px #d6d6d6;
	}

.form-style-8 h2
	{
	background: #4aa84a;
	text-transform: uppercase;
	color: #797979;
	font-size: 18px;
	font-weight: 100;
	padding: 20px;
	margin: -30px -30px 30px -30px;
	}

.form-style-8 input[type="text"],
.form-style-9 input[type="text"],
.form-style-8 input[type="date"],
.form-style-8 input[type="datetime"],
.form-style-8 input[type="email"],
.form-style-9 input[type="email"],
.form-style-8 input[type="number"],
.form-style-8 input[type="search"],
.form-style-8 input[type="time"],
.form-style-8 input[type="url"],
.form-style-8 input[type="password"],
.form-style-8 textarea
	{
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  outline: none;
  display: block;
  width: 100%;
  padding: 10px 3px;
  border: none;
  border-bottom: 1px dotted #d9d9d9;
  background: #fff;
	margin: 1px auto;
	color: #555;
	transition: all 0.8s ease;
	}

.form-style-8 input[type="text"]:focus,
.form-style-8 input[type="email"]:focus,
.form-style-8 input[type="password"]:focus
	{
	color: #000;
	box-shadow: 2px 2px 3px #d5d5d5;
	background: #e2f1fc;
	transition: all 0.8s ease;
	border-bottom: 1px solid #fff;
	}

.form-style-8 select
	{
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  outline: none;
  display: block;
  width: 100%;
  padding: 10px 3px;
  border: none;
  border-bottom: 0px solid #ddd;
	background: #e2f1fc;
	margin: 1px auto;
	}

.form-style-8 textarea
	{
  resize:none;
  overflow: hidden;
	}

.form-style-8 input[type="button"],
.form-style-8 input[type="submit"],
.form-style-9 input[type="button"],
.form-style-9 input[type="submit"]
	{
  margin: 30px 0px;
	background-color: #4a9fd8;
  display: inline-block;
  cursor: pointer;
  color: #fff;
  font-size: 16px;
  padding: 15px 25px;
  text-decoration: none;
  text-transform: uppercase;
	transition: all 0.8s ease;
	border-radius: 2px;
	border: 0px;
	}

.form-style-8 input[type="button"]:hover,
.form-style-8 input[type="submit"]:hover,
.form-style-9 input[type="button"]:hover,
.form-style-9 input[type="submit"]:hover
	{
  background-color:#74ba6a;
	color: #fff;
	transition: all 0.8s ease;
	}

input[type=checkbox]
	{
  transform: scale(1.5);
	}

/* RESPONSIVE - FOR SMALLER VIEWPORT */
@media (max-width: 1200px)
	{
	#logo1,#logo4
		{
		display: none;
		}
	.col-md-6,.col-md-4,.col-md-3
		{
		margin-bottom: 30px;
		}
	table.info
		{
		font-size: 14px;
		}
	div.container
		{
		width: 95%;
		margin: auto;
		}
	#topscroll
		{
		width: 40px;
		height: 40px;
		left: 50%;
		margin-left: -20px;
		bottom: 2px;
		transition: all 0.8s ease;
		background-size: 80% auto;
		padding: 0px;
		}
	table.changewidth
		{
		width: 95%;
		}
	.changewidth7,.changewidth6,.changewidth5,.changewidth8,.changewidth9
		{
		width: 90%;
		margin: auto;
		}
	.video
		{
		width: 100%;
		padding: 0px 0px 0px 0px;
		margin: 0px;
		color: #fff;
		}
	div.divheader,div.divheader2
		{
		background-position: -30% center;
		background-size: 30%;
		padding: 25px 0px 25px 60px;
		font-size: 40px;
		}
	table td.live_date
		{
		font-size: 16px;
		}
	table td.live_city
		{
		font-size: 16px;
		}
	table td.live_show
		{
		font-size: 16px;
		}
	}

@media (max-height: 600px)
	{
	div.slogan
		{
		display: none;
		}
	}

@media (max-width: 1000px)
	{
	table.ffm
		{
		border-left: 0px solid #fff;
		}
		table td.live_date
			{
			font-size: 16px;
			}
		table td.live_city
			{
			font-size: 16px;
			}
		table td.live_show
			{
			font-size: 16px;
			}
}

@media (max-width: 1100px)
	{
	div.entrance
		{
		font-size: 25px;
		width: 100%;
		z-index: 2;
		background-image: url(../images/SIN_Logo_2022_white_scratches_300.png);
		background-position: center 120px;
		background-size: 200px;
		}
	div.entrance2
		{
		height: 250px;
		}
	#myVideo
		{
		display: none;
		}
	.autoheight500
		{
		height: auto;
		}
	.autoheight5002
		{
		height: 500px;
		}
	#header
		{
		display: none;
		}
	#headermobile
			{
			display: block;
			}
	.socialitems,.hidethis
		{
		display: none;
		}
	div.feature
		{
		border-top: 2px solid #fff;
		border-bottom: 2px solid #fff;
		border-left: 0px;
		border-right: 0px;
		}
	.formular
		{
		font-size: 10px;
		width: 100%;
		}
	p.letters50,div.animatednumber
		{
		font-size: 20px;
		}
	#arrowdiv,#arrowdiv2
		{
		display: none;
		}
	div.container
		{
		width: 95%;
		margin: auto;
		}
	img.whitelogo
		{
		display: none;
		}
	div.soon
		{
		border-radius: 10px;
		background: #fff;
		display: inline-block;
		padding: 40px 60px 40px 60px;
		margin-top: 80px;
		width: 80%;
		font-size: 12px;
		}
	#logo1
		{
		display: none;
		}
	.kontaktinner
		{
		width: 90%;
		}
	td.arrowright
		{
		display: none;
		}
	div.popupinner
		{
		width: 90%;
		}
	p.change
		{
		color: #fff;
		}
	p.shout
		{
		font-size: 26px;
		}
	p.shout2
		{
		font-size: 16px;
		}
	p.headline1
		{
		font-size: 18px;
		}
	.changewidth5,.changewidth6,.changewidth7,.changewidth8,.changewidth9
		{
		width: 95%;
		margin: auto;
		}
	div.partner2
		{
		padding: 10px 15px 10px 15px;
		}
	div.iframe
		{
		width: 90%;
		}
	div.newsletter
		{
		padding: 20px 10px 10px 10px;
		margin-bottom: 50px;
		}
	div.bereich,div.bereich2
		{
		width: 100%;
		}
	#footermenue1
		{
		display: none;
		}
	#footermenue2
		{
		display: block;
		}
	#menueback
		{
		background: #000;
		text-align: center;
		}
	table.changewidth
		{
		width: 95%;
		margin: auto;
		}
	table.fullmenue
		{
		display: none;
		}
	#mobileheader,#scrolldown3
		{
		display: block;
		}
	#menue1,#menue2,#scrolldown2,#menue3
		{
		display: none;
		}
	table.footer
		{
		display: none;
		}
	table.mobilefooter
		{
		display: inline;
		margin: auto;
		}
	#headerspace
		{
		display: none;
		}
	#this_msg
		{
		font-size: 12px;
		}
	.referenz1,.referenz2,.referenz3,.referenz4,.referenz5,.referenz6,.referenz7
		{
		padding-top: 25px;
		padding-bottom: 25px;
		}
	.col-md-42
		{
		margin-top: 0px;
		box-shadow: none;
		}
	#nav-icon1, #nav-icon2, #nav-icon3, #nav-icon4 {
			  left: 0px;
				top: 12px;
			  width: 45px;
			  height: 45px;
			  position: relative;
			  -webkit-transform: rotate(0deg);
			  -moz-transform: rotate(0deg);
			  -o-transform: rotate(0deg);
			  transform: rotate(0deg);
			  -webkit-transition: .5s ease-in-out;
			  -moz-transition: .5s ease-in-out;
			  -o-transition: .5s ease-in-out;
			  transition: .5s ease-in-out;
			  cursor: pointer;
			}

			#nav-icon1 span, #nav-icon3 span, #nav-icon4 span {
			  display: block;
			  position: absolute;
			  height: 1px;
			  width: 100%;
			  background: #fff;
			  opacity: 1;
			  left: 0;
			  -webkit-transform: rotate(0deg);
			  -moz-transform: rotate(0deg);
			  -o-transform: rotate(0deg);
			  transform: rotate(0deg);
			  -webkit-transition: .25s ease-in-out;
			  -moz-transition: .25s ease-in-out;
			  -o-transition: .25s ease-in-out;
			  transition: .25s ease-in-out;
			}

			#nav-icon1 span:nth-child(1) {
			  top: 0px;
			}

			#nav-icon1 span:nth-child(2) {
			  top: 6px;
			}

			#nav-icon1 span:nth-child(3) {
			  top: 12px;
			}
			#nav-icon1 span:nth-child(4) {
			  top: 18px;
			}

			#nav-icon1.open span:nth-child(1) {
			  top: 9px;
			  -webkit-transform: rotate(135deg);
			  -moz-transform: rotate(135deg);
			  -o-transform: rotate(135deg);
			  transform: rotate(135deg);
			}

			#nav-icon1.open span:nth-child(2) {
			  opacity: 0;
			  left: -60px;
			}

			#nav-icon1.open span:nth-child(3) {
			  top: 9px;
			  -webkit-transform: rotate(-135deg);
			  -moz-transform: rotate(-135deg);
			  -o-transform: rotate(-135deg);
			  transform: rotate(-135deg);
			}

			#nav-icon1.open span:nth-child(4) {
			  opacity: 0;
			  left: -60px;
			}
	}
