@charset "UTF-8";
* {
	box-sizing: border-box;
}

body {
	font-family: 'Montserrat', sans-serif;
	font-size: 100%;
	line-height: 1.7;
	color: #ffcc66;
	/*komisches grün vom plakat #7ae7c7*/
	background: -webkit-gradient(linear, center top, center bottom, from(#ff6600), to(#330066));
    background: -webkit-linear-gradient(#ffcc66,#ff6600, #330066,#000033);
    background: -moz-linear-gradient(#ffcc66,#ff6600, #330066,#000033);
    background: -o-linear-gradient(#ffcc66,#ff6600, #330066,#000033);
    background: -ms-linear-gradient(#ffcc66,#ff6600, #330066,#000033);
	background: linear-gradient(#ffcc66,#ff6600, #330066,#000033); 
}

/*layout*/
.col-1 {width:8.33%}
.col-2 {width: 16.66%;}
.col-3 {width: 25%;}
.col-4 {width: 33.33%;}
.col-5 {width: 41.66%;}
.col-6 {width: 50%;}
.col-7 {width: 58.33%;}
.col-8 {width: 66.66%;}
.col-9 {width: 75%;}
.col-10 {width: 83.33%;}
.col-11 {width: 91.66%;}
.col-12 {width: 100%;}
.col-15 {width: 100%}

[class*="col-"] {
    float: left;
}

.row::after {
    content: "";
    clear: both;
    display: table;
}


/*allg styling*/
h2 {
	margin: 0;
	margin-top: 2em;
	
}

h2+h3 {
	margin: 0;
	margin-top: 1em;
}

.list>h2 {
	margin-top: 0.875em;
}
	
h3 {
	margin: 0;
	margin-top: 1.875em;
	margin-bottom: 1em;
}

h4 {
	margin: 0;
	margin-top: 1em;
}

p {
	margin: 0;
}

ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

/*textstyling link*/
.location {
	text-decoration: underline;
	color: rgb(255, 255, 255);
}

.location:hover {
	color: #ff6600;
}

/*navigation*/
header .col-12 {
	background-color: #FFFFFF;
	min-height: 3em;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 100000;
}

#logo {
	position: fixed;
	max-width: 100px;
	top: 15px;
	left: 15px;
	z-index: 10000000000;
}

.menu a {
	text-decoration: none;
	color: #000000;
	font-size: 0.875em;
}

.menu a:hover {
	text-decoration: underline;
	color: #ff6600;
}

/*icons*/
.menu .fa {
	font-size: 1.125em;
	color: rgb(0, 0, 0);
}

#SKHC {
	top: 65px;
	position: fixed; 
	max-width: 12%;
	
	
	
}

/*titelbilder*/
#illu-rennen {
	background-image:url(Rennen-Hintergrund.png);
	position:relative;
	display: block;
	max-width: 100%;
	height: auto;
	padding-top: 60px;
	padding-bottom: 50px;
	margin: 0 auto;
}

#RACERGIF {
	background-image:url("bilder/RACERGIF2");
	position:absolute; 
    left:150px;
    top: 100px;
	size:50%;
}

#illu-workshop, #illu-vernissage {
	display: block;
	max-width: 100%;
	height: auto;
	padding-top: 100px;
	padding-bottom: 50px;
	margin: 0 auto;
	align-content: left
}

#team {
	max-width:75%;
	padding-top:90px;
	padding-right: 400px;
}

/*teilnahmevoraussetzungen*/
.list {
	
	border-bottom: solid thick black;
	border-top: solid thick black;
	padding: 0 10px 25px 10px;
	background: #660033;
	/*background: -webkit-linear-gradient(#660033, #330066);
    background: -moz-linear-gradient(#660033, #330066);
    background: -o-linear-gradient(#660033, #330066);
    background: -ms-linear-gradient(#660033, #330066);
    background: linear-gradient(#660033, #330066); 
	margin-top: 12px;*/
	text-decoration-color: #FFFFFF;
}

.list ul {
	list-style: disc;
	margin: 0;
	padding: 0;
	list-style-position: inside;
	text-align: inherit;
	left: 20px;
}

/*text*/

#Teilnahme {color:#ffffff;
}

#feier,#feierei, #feiereiei,#jubelfeier {
	color: white}







/*footer*/
footer {
	border-top: solid thin #ffffff;
	padding-top: 20px;
	margin-top: 100px;
	background-color: rgba(75,98,161,0.37);
}

footer a, p a{
	color: rgb(255, 255, 255);
}

footer a:hover, p a:hover{
	color: #ff6600;
}

/*impressum*/
.impressum {
	display: block;
	width: 100%;
	max-height: 0;
	overflow: hidden;
	transition: max-height .3s cubic-bezier(0,1,0,1);
}

.impressum.visible {
	max-height: 10000000000px;
	transition: max-height .3s cubic-bezier(1,0,1,0);
}

.btn-impressum {
	text-decoration: underline;
	cursor: pointer;
}

.btn-impressum:hover {
	color: #DD0168;
}

/*sponsoren*/
#logos-small {
	display: none;
}

#logos-large {
	display: block;
	margin: 50px 0 50px 0;
	max-width: 50%;
}

/*_________________Mobile_________________*/
@media (max-width: 849px){

.col-1, .col-2, .col-3, .col-4, .col-5, .col-6 , .col-7, .col-8, .col-9, .col-10, .col-11, .col-12 {width: 100%;}
	
/*navigation*/
#logo {
	max-width: 75px;
}

.fa-navicon {
	position: fixed;
	z-index: 10000000000;
	top: 16px;
	right: 25px;
	cursor: pointer;
}

.menu {
	position: fixed;
	background-color: #ffffff;
	width: 100%;
	left: 0;
	top: 49px;
	z-index: 10;

	display: block;
	max-height: 0;
	overflow: hidden;
	transition: max-height .3s cubic-bezier(0,1,0,1);
}

/* oder nur .visible selektieren, wenn du sie allgemeiner verwenden möchtest */
.menu.visible {
	max-height: 10000px;
	transition: max-height .3s cubic-bezier(1,0,1,0);
}

.nav-item {
	position: relative;
	padding: 10px;
	display: block;
	border-bottom: solid 1px black;
	margin: 0 auto;
	text-align: center;
}
	
.nav-item:hover {
	background-color: #DD0168;
}
	
.nav-item a:hover {
	color: #FFFFFF;
}

/*allg styling*/
p, h1, h2, h3, h4 {
	padding: 0 20px;
	position: relative;
	z-index: 1;
}

/*titelbilder*/
#illu-rennen {
    max-width: 90%;
    height: auto;
	margin: 0 auto;
	padding-top: 80px;
	padding-bottom: 20px;
}

#illu-workshop, #illu-vernissage {
	display: block;
	margin: 0 auto;
	max-width: 90%;
	padding-bottom: 0px;
	padding-top: 25px;
}

#illu-vernissage {
	padding-top: 0px;

}

#team {
	left:50px;
	max-width:80;
}

/*logos*/
#logos-small {
	display: block;
	max-width: 90%;
	padding-left: 20px;
	/*position: relative;
	left: 50%;
	transform: translateX(-50%);*/
}

#logos-large {
	display: none;
}

.archivlinks {
	padding-left: 20px;
	padding-right: 10px;
}
}

/* Large */
@media (min-width: 850px) {

/*navigation*/
#nav li {
    float: left;
	margin: 10px;
	display: inline;
}

.fa {
    font-size: 1.5em;
	color: #000000;
}

.fa-navicon {
    display: none;
	color: #000000;
}

.menu {
	display: table;
	margin: 0 auto;
	position: fixed;
	top: 0;
	z-index: 10000000000;
	left: 50%;
	-ms-transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	background-color: none;
}
}