@charset "UTF-8";
/* CSS Document */

* {
	padding:0 0 0 0;
	margin:0 0 0 0;
	box-sizing: border-box;
}

body {
	font-family: 'Helvetica', sans-serif;
	color: #fff;
	background-color: #222;	
}

a:link { text-decoration: underline; color:#fff;}
a:visited { text-decoration:none; color:#fff;}
a:hover { text-decoration:none; color: #222;}
a:active { text-decoration:none; color:#fff;}
a:focus { text-decoration:none; color: #fff;}

.cta {
	position: absolute;
	bottom: -37px;
	left: 10%;
	padding: 20px 40px;
	background-color: white;
	font-size:24px;
	line-height:34px;
	font-weight: 600;
	text-align: center;
	color: #222 !important;
	text-decoration: none !important;
}

a:hover.cta {
	color: #760D47 !important;
}

h1 {
	font-size: 12.53vw;
	font-weight: 800;
}

h2 {
	font-size: 3vw;
	font-weight: 800;
}

h3 {
	font-size: 32px;
	font-weight: 700;
	margin-bottom: 34px;
}

p {
	font-size:24px;
	line-height:34px;
	font-weight: 300;
}

p strong {
	font-weight: 600 !important;
}

#logo {
	position: fixed;
	top: 70px;
	right: 4%;
	width: 350px;
	z-index: 9999;
}

#logo img {
	height: 100%;
	width: 100%;
}

#image {
	position: absolute;
	top: 70px;
	padding: 0 4%;
	width: 100%;
}

#image img {
	height: 100%;
	width: 100%;
}

.img-hor-vert {
    -moz-transform: scale(-1, -1);
    -o-transform: scale(-1, -1);
    -webkit-transform: scale(-1, -1);
    transform: scale(-1, -1);
}

#info {
	position: absolute;
	top: 200px;
	width: 100vw;
	height: 55vh;
	padding: 3.2%;
	overflow: hidden;
	
	text-align: left;
}


/* Scroll Down */

.arrow {
  text-align: center;
  position: absolute;
  left: 50%;
  bottom: 35px;
  margin-left: -10px;
  width: 20px;
}
.arrow img {
	width: 20px;
}
.bounce {
  -moz-animation: bounce 2s infinite;
  -webkit-animation: bounce 2s infinite;
  animation: bounce 2s infinite;
}
@keyframes bounce {
  0%,
  20%,
  50%,
  80%,
  100% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(-30px);
  }
  60% {
    transform: translateY(-15px);
  }
}

#bauhaus100 {
	position: absolute;
	bottom: 70px;
	right: 4%;
	width: 100px;
}

#bauhaus100 img{
	width: 100%;
}


/* Content */

.text {
	position: relative;
	width: 100vw;
	margin-top: 350px;
	padding: 4% 10%;
	color: #fff;
	background-color: #760D47;
	z-index: 10;
}

.text p {
	position: relative;
	width: 55%;
	margin-right: 5%;
	margin-bottom: 34px;
	text-align: left;
	float: left;
}


.impressum p {
	position: relative;
	width: 100%;
	font-size: 16px;
	line-height: 22px;
}

.text .imgcontainer {
	position: relative;
	width: 40%;
	float: left;
}

.text .imgcontainer img {
	width: 100%;
	height: 100%;
}

.intro {
	margin-top: 110vh;
}

.intro p {
}

.intro .imgcontainer img {
}

.besucherinfo {
}

.besucherinfo p{
}

.smallmargin {
	margin-top: 180px;
}

.nomargin {
	margin-top: 0;
}

.editions video{
	margin-top: -200px;
	width: 40%;
	padding-left: 10%;
}

.editions p{
}

/* Die Editionen */




.slider {
	position: relative;
	width: 40%;
	margin-top: -200px;
	float: left;
}

.sliderimgcontainer {
	position: relative;
	width: 100%;
	float: left;
}

.sliderimgcontainer img {
	display: block;
	margin: 0 auto;
	width: 80%;
	height: 80%;
}

.slider p {
	position: relative;
	width: 100%;
	padding-left: 10%;
	margin-top: 10px;
	text-align: left;
}

.cta {
	position: absolute;
	bottom: -37px;
	left: 10%;
	padding: 20px 40px;
	background-color: white;
	font-size:24px;
	line-height:34px;
	font-weight: 600;
	text-align: center;
	color: #222 !important;
	text-decoration: none !important;
}




.row {
	position: relative;
    width: 100vw;
    top: 80vh;
}
.row-center {
    text-align:center;
}
.col-center {
    display:inline-block;
    float:none;
}
.video_attr {
    width: 100%;
}

.numbers video{
	margin-top: -200px;
	width: 40%;
	padding-left: 10%;
}


/* Footer */


footer {
	position: relative;
	top: 0px;
	left: 0px;
	width: 100vw;
	margin-top: 400px;
	padding: 4%;
	background-color: #760D47;
	overflow: auto;
}
footer a {
	text-decoration: none;
	font-weight: 700;
	color: ;
}
footer .inside {
	position: relative;
	top: 0px;
	left: 0px;
	max-width: 1440px;
	width: 90%;
	margin-left: auto;
	margin-right: auto;
}

footer .ansprache {
	font-size: 45px;
	font-weight: 300;
	line-height: 1.27em;
}
footer .adresse {
	margin-top: 55px;
}
footer .adresse p {	
	float: left;
	margin: 0px 50px 15px 0px;
}

footer .copyright {
	margin-top: 125px;
}

#sponsoren {
	position: relative;
	width: 100%;
}
#sponsoren img {
	width: 100%;
}



/*  nav  */

#burger {
	opacity: 0;
	z-index: 20;
}

body input + label {
  position: fixed;
  top: 72px;
  left: 50%;
  margin-left: -20px;
  height: 26px;
  width: 40px;
  z-index: 20;
}
body input + label span {
  position: absolute;
  width: 100%;
  height: 3px;
  top: 50%;
  margin-top: -1px;
  left: 0;
  display: block;
  background: white;
  transition: 0.5s;
}
body input + label span:first-child {
  top: 3px;
}
body input + label span:last-child {
  top: 23px;
}
body label:hover {
  cursor: pointer;
}
body input:checked + label span {
  opacity: 0;
  top: 50%;
}
body input:checked + label span:first-child {
  opacity: 1;
  transform: rotate(45deg);
}
body input:checked + label span:last-child {
  opacity: 1;
  transform: rotate(-45deg);
}
body input ~ nav {
  background: #760D47;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 0px;
  z-index: 15;
  transition: 0.5s;
  transition-delay: 0.1s;
  overflow: hidden;
}
body input ~ nav > ul {
  text-align: center;
  position: absolute;
  top: 50%;
  margin-top: -120px;
  left: 20%;
  right: 20%;
  list-style-type: none;
}
body input ~ nav > ul > li {
  opacity: 0;
  transition: 0.5s;
  transition-delay: 0s;
}
body input ~ nav > ul > li > a {
  text-decoration: none !important;
  font-size: 40px;
  font-weight: 700;
  line-height: 60px;
  display: block;
}
body input:checked ~ nav {
  height: 100%;
  transition-delay: 0s;
}
body input:checked ~ nav > ul > li {
  opacity: 1;
  transition-delay: 0.3s;
}

.clear, #clear {
    height: .1px;
    font-size: .1px;
    line-height: .1px;
    clear: both;
}







