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

body {
	font-family: 'Montserrat', sans-serif;
	font-size: 100%;
	line-height: 1.7;
	background-color: #f4f4f4;
	/*background: linear-gradient(#fca5f1, #b5ffff);*/
}

/*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%;}

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

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

img {
    max-width: 100%;
    height: auto;
}

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

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

.list>h2 {
	margin-top: 0.875em;
}

.ausstellung h2 {
	margin-top: 0em;
	padding-top: 0em;
}
	
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: black;
}

.location:hover {
	color: #DD0168;
}

/*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: black;
	font-size: 0.875em;
}

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

/*icons*/
.menu .fa {
	font-size: 1.125em;
}

/*titelbilder*/
#illu-rennen {
	display: block;
	max-width: 60%;
	height: auto;
	padding-top: 60px;
	padding-bottom: 50px;
	margin: 0 auto;
}

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

/*teilnahmevoraussetzungen*/
.list {
	/*border-bottom: solid thick #DD0168;
	border-top: solid thick #DD0168;*/
	padding: 0 10px 25px 10px;
	background-color: rgba(236,236,236,1);
	margin-top: 10px;
}

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

.teamfoto {
	font-size: 0.875em;
}

/*footer*/
footer {
	padding-top: 20px;
	margin-top: 100px;
	background-color: rgba(236,236,236, 1);
}

footer a, p a{
	color: black;
}

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

/*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;
}

/*_________________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 #EEEEEE;
	margin: 0 auto;
	text-align: center;
}
	
.nav-item:hover {
	background-color: #DD0168;
}
	
.nav-item a:hover {
	color: black;
}

/*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, #illu-team {
	display: block;
	margin: 0 auto;
	max-width: 90%;
	padding-bottom: 0px;
	padding-top: 25px;
}

#illu-vernissage {
	padding-top: 0px;
}
	
.teamfoto {
	max-width: 75%;
	display: block;
	margin: 0 auto;
}


/*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: #ffffff;
}

.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;
}
	
.teamrow1 {
	margin-bottom: 40px;
}
	
}