
* {
	margin: 0;
	padding: 0;
	font-family: pragmatica-extended, sans-serif;
	font-weight: 800;
	font-style: normal;
	line-height: 1.2;
}


body {
	xbackground-color: #ED6A5B;
	background-color: #00A181;
	color: #fff;
	/* background: url("img/background.png") no-repeat center center fixed; */
}


header {
	position: fixed;
	z-index: 999;
	box-sizing: border-box;
	padding: 1em;
	padding-bottom: 0;
	/*background-color: red;*/
    width: -webkit-calc(100%);
	width:    -moz-calc(100%);
    width:         calc(100%);
    height: 6em;
}



h1 {
    float: left;    
}

.logo {
	width: 30%;
	transition: all 0.2s linear;
}

.change {
	width: 15%!important;	
}

h1 img {
	width: 100%;
	padding: 0.4em;
	/*background-color: #CD1316;*/
	margin-bottom: 2em;
	transform: rotate(-2deg);
}



h2 {
	font-size: 3em; 
	line-height: 1em;
	margin-bottom: 1em;
	text-transform: uppercase;
}

h3 {
	font-size: 1.5em;
	text-transform: uppercase;
	color: #FFF;
}


nav {
	font-size: 1.5em;
	float: right;
	text-transform: uppercase;
}

nav ul {
    /*list-style-type: none;*/
}

nav li {
	display: inline;

}

nav li a {
	text-decoration: none;
	padding: 0.15em;
	background-color: #00A181;
	margin-bottom: 2em;
	line-height: 1.3em;

}

nav li a:hover {  
    background-color: #CD1316;
	
}


.cta {
	font-size: 0.6em !important; 
	font-weight: 900;
	text-transform: uppercase;
	color: #FFF;
	text-decoration: none;
	padding: 0.2em;
	background-color: #CD1316;
/*	margin-bottom: 2em;
*/	display: inline-block;
	transition: all 0.1s linear;
}

.cta:hover { 
  transform: rotate(-2deg);
}


.anfahrt {
	line-height: 1em;
	font-size: 0.6em; !important
	font-weight: 900;
	text-transform: uppercase;
	color: #FFF;
	text-decoration: none;
	padding: 0.2em;
	display: block;
	margin-top: 5vw;
}

.tilt {
	transform: rotate(-2deg);
}

.tilt2 {
	transform: rotate(2deg);
}

.sbahn {
	width: 3vw;
}


.foto {
	transform: rotate(-2deg);
	width: 60%;
}




section {
	/*margin-bottom: 7em;*/
	padding-bottom: 7em;
	overflow:hidden;
}

section img {
	width: 100%;
}

#intro {
	height: auto;
	padding: 1em;
	background: url("img/2019_background.png") no-repeat center center fixed; 	
}


#programm {
	padding: 1em;	
		background: url("img/2019_background.png") no-repeat center center fixed; 
		padding-bottom: 5em;
}

/*#sponsoren {
	padding: 1em;
	background-color: #FFF;
	margin-bottom: 0em;
	color: #00A181;
}


#sponsoren img {
	width: 95%;
}
*/

.textleft {
	text-align: left;
}

#partner {
	padding: 1em;
	background-color: #fff;
	color: #00A181;
	text-align: center;
	padding-top: 2em;
	padding-bottom: 3em;
	/*margin-top: 4em;*/
}

/*.justify {
	text-align: justify!important;
	width: 100%;
}*/

/* float left, letztes floatright?*/

#partner img {
	width: auto;
	height: 3.3vw;
	/*height: 3.7vw;*/    /*ohne IB-Logo*/
}

#partner img:hover {
transform: rotate(-4deg);
}

.partnerlogo {
	float: left;
	/*margin-right: 4.2vw;*/ /*ohne IB-Logo*/
	margin-right: 3.6vw;
	/*background-color: yellow;*/
}

.partnerlogo-right {
	float: left;
	margin-right: 2vw;
	/*background-color: green;*/
}




#bands {
	padding: 1em;
	padding-top: 6em;
	padding-bottom: 6em;
	background: url("img/2019_background2.png") no-repeat center center fixed; 
	margin-bottom: 0em;
}


#teilnehmer {
	padding: 1em;
	padding-top: 6em;
	padding-bottom: 6em;
	background: url("img/background2.png") no-repeat center center fixed; 
	/*background-color: #00A181;*/
	background-color: #ED6A5B;
	
	margin-bottom: 0em;
}

#kontakt {
	padding: 1em;
	padding-top: 4em;
	background-color: white;
	color: #CD1316;
	padding-bottom: 4em;
}
 
/* Bild fixed*/
	#ssssstart { 
		background: url("img/elisa.gif") no-repeat center center fixed; 
	  	-webkit-background-size: cover;
	  	-moz-background-size: cover;
	 	-o-background-size: cover;
	  	background-size: cover;
		background-size: 100%;
		background-repeat: no-repeat;
		height: 1200px; 
		padding: 1em;
	}

#start {
	background: url("img/elisa.gif") no-repeat; 
  	-webkit-background-size: cover;
  	-moz-background-size: cover;
 	-o-background-size: cover;
  	background-size: cover;
	background-size: 100%;
	background-repeat: no-repeat;
	height: 1300px; 
	padding: 1em;
}


.introtext {
	font-size: 4em; 
	/*margin-top: 15%;*/
	text-align: center;
	text-transform: uppercase;
	transform: rotate(-1deg);
	letter-spacing: -0.025em;
}

.starttext {
    font-size: 2.4em;
    margin-top: 22%;
    width: 80%;

}



.big {
	font-size: 3em; 
}




.time .act-info {
	text-transform: uppercase;
	margin-bottom: -0.2em;
}

.act {
	text-transform: uppercase;
	font-size: 3em; 
	line-height: 1em;
}

.desc {
	font-size: 0.9em;
	padding-bottom: 0.5em;
	font-family: pragmatica-extended, sans-serif;
	font-weight: 500!important;
	font-style: normal;

}

.link-white {
	color: #FFF;
	font-weight: 500;
}

.website {
	padding-top: 0.3em;
	font-size: 0.9em;
}




.white {
	background-color: #FFF;
	padding: 0.5em;
	margin-bottom: 1em;
	transition: all 0.1s linear;
}

.white:hover{
	 transform: rotate(-1.5deg);
}

.main {
	color: #CD1316;
}

.more {
	color: #00A181;
}


.name {
	margin-bottom: 3em;
	transition: all 0.1s linear;
}

.name:hover{
	
	 transform: rotate(-2deg);
}


.footer2018 {
	padding: 1em;
	margin-bottom: 2em;
	overflow:hidden;

}

footer {
	background: url("img/2019_background2.png") no-repeat center center fixed; 
	/*background-color: #00A181;*/

	padding: 1em;
	padding-bottom:2em;
	/*margin-bottom: 2em;*/
	overflow:hidden;

}






footer a{
	color:green;
}



.text {
	padding: 1em;
}



.left {
	float: left;
	width: 46%;
}
.right {
	float: right;
	width: 46%;
}

.left-3column{
	float: left;
	width: 28%;
	margin-right: 8%;
}

.right-3column{
	float: right;
	width: 28%;
}




.rotated {
  	transform: rotate(-2deg); /* Equal to rotateZ(45deg) */
}

.rotated2 {
  	transform: rotate(2deg); /* Equal to rotateZ(45deg) */
}

.proz70 {
	width: 70%;
	margin-bottom: 0.5em;
}

.proz80 {
	width: 80%;
	margin-bottom: 0.5em;
}


.full {
	float: left;
	width: 100%;
}

.top {
	margin-top: 8em;
}




.head {
	font-size: 1.5em;	
}

.column4 {
	float: left;
	width: 17.5%;
	padding-right: 10%;
}


.column_r {
	float: right;
	width: 17.5%;
	overflow:hidden;
}

li a {
	color: #FFF;
}

p a {
	color: #CD1316;
}



a {
	color: #FFF;
}

a:hover {
    text-decoration: none;
}





.visual {
	width: 30%;
	margin: 0;
}

.visual-mittig{
	width: 35%;
	margin: auto;
}





@media (max-width: 800px) {


.visual {
	width: 100%;
}

.visual-mittig {
	width: 100%;
}


.foto
	{
		width: 100%;
	}

	.logo {
	width: 50%;
	transition: none;
}

.change {
	width: 50%;	
	visibility : hidden;
}



	nav li {
		display: block;
	}

	header {
		/*background-color: #ED6A5B;*/
	}

	.column4 {
		width: 100%;
	}

	.column_r {
		float: left;
		width: 100%;
	}

	.top {
		margin-top: 2em;
	}


	.left {
		width: 100%;
	}

	.right {
		width: 100%;
		float: left;
	}

	#start {
		background-size: 100%;
		height: 600px; 
}

	section {
		margin-bottom: 3.5em;
	}

	/*Typo*/

	h1 {
		margin-top: 0.4em;
		width: 50%;
	}

	h1 img {
		width: 100%;	
		padding: 0em;
		background-color: transparent;	
		margin-bottom: 0em;
		transform: rotate(-2deg);

	}

	h2 {
		font-size: 2em;
	}

	nav {
		font-size: 1em;
	}

	.starttext {
    	font-size: 1.5em;
    	margin-top: 22%;
    	width: 80%;
	}


	.introtext {
		font-size: 1.5em; 
		/*margin-top: 40%;*/
				/*width: 80%;*/
		width: 100%;
	}

	.big {
		font-size: 2em; 
	}


	.act {
		font-size: 2em; 
	}

	

	.left-3column{
	float: left;
	width: 100%;
	}

	.right-3column{
	float: left;
	width: 100%;
	}


/*	#partner img {
	width: auto;
	height: 10vw;
	margin-right: 6vw;
	margin-bottom: 3vw;
}*/


#partner img {
	width: auto;
	height: 10vw;
}

.partnerlogo {
	float: left;
	margin-right: 7vw;
	margin-bottom: 4vw;
}

.partnerlogo-right {
	height: 10vw;
	float: left;
}







}



