@import url(https://fonts.googleapis.com/css?family=Open+Sans:100,300,400,700);

/* 0. reset css - eric meyer v2.0 */

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed,  figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video { margin: 0; padding: 0; border: 0; font-size: 100%; font: inherit; vertical-align: baseline; }
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { display: block; } body { line-height: 1; } ol, ul { list-style: none; } blockquote, q { quotes: none; } blockquote:before, blockquote:after, q:before, q:after { content: ''; content: none; } table { border-collapse: collapse; border-spacing: 0; }

/* --------------------------------
	BasicX 
------------------------------------*/

html, body {
  /* important for the full-width image to work */
  height: 100%;
	font-size: 100%;
}

body {
	overflow-x: hidden;
	background: #212121;
	color: #feffff;
	font-family: "Open Sans", sans-serif;
}

a:hover {
	color: #0096ff;
	text-decoration: none;
}

.container {
	padding-right: 15px;
	padding-left: 15px;
	margin-right: auto;
	margin-left: auto
}

@media only screen and (max-width:320px) {

.container {
	width: 310px;
	}

}

@media only screen and (min-width:576px) {

.container {
	width: 558px;
	}

}

@media only screen and (min-width:768px) {

.container {
	width: 750px
}

}

@media only screen and (min-width:992px) {

.container {
	width: 970px
}

}

@media only screen and (min-width:1200px) {

.container {
	width: 1170px
}

}

.img-responsive {
	display: block;
	max-width: 50%;
	height: auto;
	margin-left: auto;
	margin-right: auto;
}


@media only screen and (min-width:768px) {

.img-responsive {
	max-width: 100%;
}

}

.img-rounded {
	border-radius: 6px
}


.hover-img {
	position: relative
}

.hover-img span {
	position: absolute;
	top: 60%;
	right: 0;
	left: 0;
	width: 100%;
	-webkit-transition: all .3s;
	transition: all .3s;
	-webkit-transform: translateY(-455%);
	-ms-transform: translateY(-455%);
	transform: translateY(-455%);
	text-align: center;
	opacity: 0;
	color: #feffff;
	font-size: 3.2em;
}


@media only screen and (min-width:576px) {

.hover-img span {
	font-size: 1.3em;
}
}

@media only screen and (min-width:768px) {

.hover-img span {
	font-size: 1.1em;
}
}

@media only screen and (min-width:992px) {

.hover-img span {
	font-size: 1.6em;
}
}

@media only screen and (min-width:1200px) {

.hover-img span {
	font-size: 2.1em;
}
}

.hover-img:hover span {
	top: 50%;
	right: 0;
	left: 0;
	opacity: 1
}

.hover-img figure {
	background: #000
}

.hover-img figure img {
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
	opacity: 1
}

.hover-img:hover img {
	opacity: .5
}

.hover-img:focus {
	outline: none
}

section {
	padding: 10% 0;
}

section h2.section-heading {
	font-size: 32px;
	margin-top: 0;
	margin-bottom: 15px;
}

section h3.section-subheading {
	margin-bottom: 75px;
	text-transform: none;
	font: italic 400 24px/1.5 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	color: #fefefe;
}

@media only screen and (min-width: 768px) {

section {

}

}

/* Navigation */

#mainNav, .bg-cdorg {
	background-color: #212121;
}

li:hover > ul {
  display: block;
  position: absolute;
    max-height:250px;
  overflow-y:auto;
}

.dropdown-menu{
	background-color: #212121;
	border: 2px solid rgba(0, 126, 255, 0.9);
	border-radius:.25rem;
 	max-height: 200px;
  	overflow-y: auto;
}


#mainNav .navbar-toggler {
	right: 0;
	padding: 8px;
	text-transform: uppercase;
	color: white;
	border: 0;
	background-color: #007fff;
	font: 0.9em 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

#mainNav .navbar-brand {
	color: #007fff;
	font-family: 'Kaushan Script', 'Helvetica Neue', Helvetica, Arial, cursive;
}

#mainNav .navbar-brand.active, #mainNav .navbar-brand:active, #mainNav .navbar-brand:focus, #mainNav .navbar-brand:hover {
	color: #007fff;
}

#mainNav .navbar-nav .nav-item .nav-link{
	padding: 0.75em 0;
	letter-spacing: 1px;
	color: white;
	background-color:transparent;
	font: 100 1em 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

#mainNav .navbar-nav .nav-item .nav-link.active, #mainNav .navbar-nav .nav-item .nav-link:hover{
	color: #007fff;
}


@media only screen and (min-width: 992px) {

.dropdown-menu{
 	max-height: 320px;
}

#mainNav {
	padding-top: 7px;
	padding-bottom: 25px;
	-webkit-transition: padding-top 0.3s, padding-bottom 0.3s;
	-moz-transition: padding-top 0.3s, padding-bottom 0.3s;
	transition: padding-top 0.3s, padding-bottom 0.3s;
	border: none;
	background-color: transparent;
}

#mainNav .navbar-brand {
	font-size: 1.25em;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}

#mainNav .navbar-nav .nav-item .nav-link {
	padding: 1.1em 1em !important;
	font-size: 0.9em;
}


#mainNav.navbar-shrink {
	padding-top: 0;
	padding-bottom: 0;
	background-color: #212121;
}

#mainNav.navbar-shrink .navbar-brand {
	font-size: 0.7em;
	padding: 12px 0;
}

}

header.mainhead {
	text-align: center;
	color: white;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	height: 120%;
	width: 100%;
	background: url(../img/back/BG_006.jpg) top center fixed;
}

header.mainhead .intro-text {
	padding-top: 300px;
	padding-bottom: 100px;
}

header.mainhead .intro-text .intro-lead-in {
	font-weight: 700;
	padding: 2%;
	margin-bottom: 25px;
	font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-size: 24px;
	line-height: 25px;
}

header.mainhead .intro-text .intro-heading {
	font-style: italic;
	margin-bottom: 25px;
	padding-bottom: 2%;
	font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-size: 16px;
	line-height: 16px;
}



@media only screen and (min-width: 567px) {

header.mainhead {
	height: 150%;
}

header.mainhead .intro-text {
	padding-top: 200px;
	padding-bottom: 100px;
}

header.mainhead .intro-text .intro-lead-in {
	font-size: 30px;
	line-height: 20px;
}

header.mainhead .intro-text .intro-heading {
	font-size: 18px;
	line-height: 14px;
}

}


@media only screen and (min-width: 768px) {

header.mainhead {
	height: 100%;
}

header.mainhead .intro-text {
	padding-top: 300px;
	padding-bottom: 200px;
}

header.mainhead .intro-text .intro-lead-in {
	font-size: 35px;
	line-height: 25px;
}

header.mainhead .intro-text .intro-heading {
	font-size: 20px;
	line-height: 16px;
}

}

@media only screen and (min-width: 992px) {

header.mainhead .intro-text {
	padding-top: 300px;
	padding-bottom: 150px;
}

header.mainhead .intro-text .intro-lead-in {
	font-size: 40px;
	line-height: 28px;
}

header.mainhead .intro-text .intro-heading {
	font-size: 25px;
	line-height: 18px;
}

}

@media only screen and (min-width:1200px) {

header.mainhead .intro-text {
	padding-top: 300px;
	padding-bottom: 250px;
}

header.mainhead .intro-text .intro-lead-in {
	font-size: 45px;
	line-height: 30px;
}

header.mainhead .intro-text .intro-heading {
	font-size: 30px;
	line-height: 20px;
}


}


#events, #artist, #kollektiv, #partner, #art, #impress, #aboutus, #team, #contact {
	padding: 90px 0 40px;
	background: #212121;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	height: auto;
	width: 100%;
}



@media only screen and (min-width: 992px) {

#kollektiv, #partner, #aboutus, #team, #contact {
	height: 100%;
	}
}


/*--------------------------------------------------------------
	Events Section
--------------------------------------------------------------*/


@media only screen and (max-width: 768px) {

.col-md-7 h2, .col-md-7 h3, .col-md-7 h4, .col-md-7 p{
	text-align: center;
}

}

/*--------------------------------------------------------------
	Artist Section
--------------------------------------------------------------*/

#artist {
}

#artist .card {
	background: #0096ff no-repeat;
	border-radius: 6px;
	text-align: center;
	margin: 4% 2% 2% 2%;
}

#artist .card-body {
	background: #0096ff;
	color: #feffff;
}

#artist .card-header {
	color: #eaeaea;
	font-size: 1em;
}

#artist .card-header h3 {
	color: #feffff;
	font-weight: bold;
	font-size: 1.1em;
}

.white-popup h3 {
	color: #007fff;
	font-weight: bold;
	font-size: 1.2em;
}

.white-popup p {
	color: #ababab;
	font-size: 0.9em;
}
.white-popup h4 {
	color: #898989;
	font-size: 0.9em;
}

@media only screen and (min-width: 576px) {

#artist .card-header h3 {
	font-size: 0.9em;
}
#artist .card-header {
	font-size: 0.8em;
}
.white-popup h3 {
	font-size: 1.1em;
}

.white-popup p {
	font-size: 0.9em;
}
.white-popup h4 {
	font-size: 0.9em;
}

}

@media only screen and (min-width: 768px) {

#artist .card-header h3 {
	font-size: 0.9em;
}
#artist .card-header {
	font-size: 0.8em;
}
.white-popup h3 {
	font-size: 1.1em;
}

}

@media only screen and (min-width: 992px) {

#artist .card-header h3 {
	font-size: 1.1em;
}
#artist .card-header {
	font-size: 1.0em;
}
.white-popup h3 {
	font-size: 1.3em;
}
.white-popup p {
	font-size: 1.2em;
}
.white-popup h4 {
	font-size: 1.2em;
}

}

@media only screen and (min-width: 1200px) {

#artist .card-header h3 {
	font-size: 1.3em;
}
#artist .card-header {
	font-size: 1.2em;
}
.white-popup h3 {
	font-size: 1.4em;
}
.white-popup p {
	font-size: 1.3em;
}
.white-popup h4 {
	font-size: 1.3em;
}
}

.white-popup {
	border-radius: 6px;
	position: relative;
	max-width: 80%;
	background: #fff;
	margin: 5% auto;
	padding: 2%;
}

#spende.white-popup {
	max-width: 80%;
}

@media screen and (min-width:576px) {

#spende.white-popup {
	max-width: 50%;
}

}


@media screen and (min-width:768px) {

.white-popup {
	max-width: 55%;
}

#spende.white-popup {
	max-width: 50%;
}

}

@media screen and (min-width:992px) {

.white-popup {
	max-width: 60%;
}
#spende.white-popup {
	max-width: 40%;
}

}

@media screen and (min-width:1200px) {

.white-popup {
	max-width: 75%;

}
}

/*--------------------------------------------------------------
	Kollektiv Section
--------------------------------------------------------------*/

#kollektiv {
}


#kollektiv .card {
	background: #797979 no-repeat;
	border-radius: 6px;
	text-align: center;
	margin: 4% 2% 2% 2%;
}

#kollektiv .card-body {
	background: #919191;
	color: #feffff;
}

#kollektiv .card-header {
	color: #eaeaea;
	font-size: 1.1em;
}

#kollektiv .card-header h3 {
	color: #feffff;
	font-weight: bold;
	font-size: 1.2em;
}


@media only screen and (min-width: 576px) {

#kollektiv .card-header h3 {font-size: 0.9em;}
#kollektiv .card-header {font-size: 0.8em;}

}

@media only screen and (min-width: 768px) {

#kollektiv .card-header h3 {
	font-size: 0.9em;
}
#kollektiv .card-header {
	font-size: 0.8em;

}

}

@media only screen and (min-width: 992px) {

#kollektiv .card-header h3 {
	font-size: 1.1em;
}
#kollektiv .card-header {
	font-size: 1.0em;
}

}

@media only screen and (min-width: 1200px) {

#kollektiv .card-header h3 {
	font-size: 1.3em;
}
#kollektiv .card-header {
	font-size: 1.2em;
}
}

/*--------------------------------------------------------------
	Partner Section
--------------------------------------------------------------*/

#partner {
}

/*--------------------------------------------------------------
	impressum Section
--------------------------------------------------------------*/

#impress {
	padding: 60px 0 40px 0;	
	-webkit-transition: padding-top 0.3s, padding-bottom 0.3s;
	-moz-transition: padding-top 0.3s, padding-bottom 0.3s;
	transition: padding-top 0.3s, padding-bottom 0.3s;
	border: none;
}

#impress {
	color: #feffff;
}

#impress a, p,h2,h3,ul,li {
	color: #feffff;
	font-size: 95%;
	line-height: 130%;
}

#impress a:hover {
	color: #73fdff;
}

#impress a {
	color: #a9a9a9;
}

#impress h2{
	font-size: 120%;
	font-weight: bold;
	margin-top: 2%;
	margin-bottom: 1%;
}

#impress h3, h4{
	font-size: 105%;
	font-weight: bold;
	margin-top: 1%;
	margin-bottom: 1%;
}

#impress h4{
	font-size: 100%;
	color: #eaeaea;
}

#impress .fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
	background-color: #212121;
}

#impress .container {
	padding-top: 25px;
}

#impress .btn-info {
  color: #fff;
  background: rgba(0, 150, 255, 0.8);
  border-color: #17a2b8;

    width: 36px;
    height: 36px;
	font-size: 18px;
	border-radius: 50%;
	right: 15px;
	bottom: 15px;
	transition: background 0.5s;
	font-weight: bold;
	padding: 5px 13px 5px 11px;
}

#impress .btn-info:hover {
  color: #fff;
  background-color: #0096ff;
  border-color: #117a8b;
}

#impress ul li {
	list-style: circle inside;
}

/*--------------------------------------------------------------
	art Section 
--------------------------------------------------------------*/

#art {
	-webkit-transition: padding-top 0.3s, padding-bottom 0.3s;
	-moz-transition: padding-top 0.3s, padding-bottom 0.3s;
	transition: padding-top 0.3s, padding-bottom 0.3s;
	border: none;
	background: #0096ff none fixed center;
	}

/*--------------------------------------------------------------
	About Us Section 
--------------------------------------------------------------*/

#aboutus {
	-webkit-transition: padding-top 0.3s, padding-bottom 0.3s;
	-moz-transition: padding-top 0.3s, padding-bottom 0.3s;
	transition: padding-top 0.3s, padding-bottom 0.3s; 
	border: none;
	background: url(../img/back/BG_008.jpg) top center fixed;
	}

#aboutus h4 {
	color: #0048a9;
	margin-top: 1%;
	margin-bottom: 1%;
	font-weight: normal;
	font-style: normal;
	font-size: 1.2em;
}

#aboutus p {
	color: #feffff;
	padding: 2% 2% 2% 4%;
}

#aboutus .card {
	background: rgba(0, 150, 255, 0.6) no-repeat;
	border-radius: 6px;
	text-align: left;
	margin: 4% 2% 2% 2%;
	height: auto;
}

#aboutus .card-header {
	background: rgba(0, 150, 255, 0.8) no-repeat;
	border-radius: 6px;
	text-align: center;
	margin: 1% 1% 1% 1%;
	height: 80px;
}




/*--------------------------------------------------------------
	Team
--------------------------------------------------------------*/
#team  {
}


.team-item {
  position: relative;
  text-align: center;
}
.team-image {
  position: relative;
  overflow: hidden;
}
.team-image img {
  width: 100%;
}
.team-image:after {
  position: absolute;
  background: transparent;
  content: " ";
  display: block;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 1;
}
.team-detail {
  position: absolute;
  width: 100%;
  opacity: 0;
  bottom: 100%;
  left: 0;
  z-index: 2;
  text-align: center;
  font-size: 12px;
  color: #00fcff;
  padding: 20px;
}
.team-detail h5 {
  font-size: 16px;
	padding-bottom: 5px;
}
.team-detail p {
  font-size: 14px;
	color: #feffff;
}
.team-social a {
  display: inline-block;
  color: #aaa;
  padding: 5px 6px;
}
.team-social a:hover {
  color: #FFF;
}
.team-descr {
  margin: 20px 0 0;
}
.team-name {
  font-size: 15px;
  color: #aaa;
	padding: 1%;
}
.team-role {
  font-size: 12px;
  color: #0096ff;
	padding-top: 4px;
}
.team-item:hover .team-image:after {
  background: rgba(0, 0, 0, 0.8);
}
.team-item:hover .team-detail {
  opacity: 1;
  bottom: 50%;
  -webkit-transform: translateY(50%);
  -ms-transform: translateY(50%);
  transform: translateY(50%);
}

/*--------------------------------------------------------------
	Contact
--------------------------------------------------------------*/


#contact {
}


#contact .style {
	color: #feffff;
	line-height: 1.5em;
}


#contact .btn {
	color: #feffff;
	background-color: #007fff;
	margin: 2%;
}


#contact label {
    color: #feffff;
    display: block;
	margin: 1%;
}

#contact .btn-send {
    font-weight: 200;
    letter-spacing: 0.1em;
    margin-bottom: 20px;
}

#contact alertmesssage {
    color: green;
    font-size: 20px;
}


/*--------------------------------------------------------------
	footer 
--------------------------------------------------------------*/

footer .row {
	text-align: center;
	margin-top: 1%;
	margin-bottom: 2%;
}

footer li, ul, a {
  color: #fff;
 }

footer ul {
	overflow: auto;
}

footer ul li {
	list-style-type: none;
	float: none;
}

footer ul li a i {
	background: #205D7A;
	color: #fff;
	width: 36px;
	height: 36px;
	border-radius: 50%;
	font-size: 24px;
	text-align: center;
	margin-right: 10px;
	padding-top: 15%;
	transition: all 0.2s ease-in-out;
}

footer ul li a i:hover {
	opacity: .8;
}

footer .fa-facebook-f {
	background: #3B5998
}


footer .fa-instagram {
	background: #e4405f;
}

footer .fa-instagram:hover {
	background: -webkit-radial-gradient(50px 220px, #ffda75 18%,#ff3a49 43%,#ff3a49 50%,#e518a1 70%,#6634e1 100%);
}

/* Back to top button */

.back-to-top {
	position: fixed;
	display: none;
	background: rgba(0, 150, 255, 0.6);
    width: 36px;
    height: 36px;
	color: #fff;
	padding: 9px 12px 9px 11px;
	font-size: 18px;
	border-radius: 50%;
	right: 15px;
	bottom: 15px;
	transition: background 0.5s;
	font-weight: bold;
}

@media only screen and (max-width: 768px) {

.back-to-top {
	bottom: 15px;
}

}

.back-to-top:focus {
	background: rgba(0, 150, 255, 0.8);
	color: #fff;
	outline: none;
}

.back-to-top:hover {
	background: #0096ff;
	color: #fff;
}

.u-height200 {
	height: 200px
}

.u-height250 {
	height: 250px
}

.u-height300,.u-height330 {
	height: 330px
}

.u-height350 {
	height: 350px
}

.u-height450 {
	height: 450px
}

@media screen and (max-width:767px) {

.u-height450 {
	height: 300px
}

}

.u-height500 {
	height: 500px
}

@media screen and (max-width:767px) {

.u-height500 {
	height: 400px
}

}

.u-height600 {
	height: 600px
}

@media screen and (max-width:767px) {

.u-height600 {
	height: 550px
}

}

.u-height700 {
	height: 700px
}

@media screen and (max-width:767px) {

.u-height700 {
	height: 550px
}

}

.u-MarginAuto {
	margin-right: auto;
	margin-left: auto
}

.u-Margin0 {
	margin: 0
}

.u-MarginTop0 {
	margin-top: 0
}

.u-MarginTop5 {
	margin-top: 5px
}

.u-MarginTop10 {
	margin-top: 10px
}

.u-MarginTop15 {
	margin-top: 15px
}

.u-MarginTop20 {
	margin-top: 20px
}

.u-MarginTop25 {
	margin-top: 25px
}

.u-MarginTop30 {
	margin-top: 30px
}

.u-MarginTop35 {
	margin-top: 35px
}

.u-MarginTop40 {
	margin-top: 40px
}

.u-MarginBottom0 {
	margin-bottom: 0
}

.u-MarginBottom5 {
	margin-bottom: 5px
}

.u-MarginBottom10 {
	margin-bottom: 10px
}

.u-MarginBottom15 {
	margin-bottom: 15px
}

.u-MarginBottom20 {
	margin-bottom: 20px
}

.u-MarginBottom25 {
	margin-bottom: 25px
}

.u-MarginBottom30 {
	margin-bottom: 30px
}

.u-MarginBottom35 {
	margin-bottom: 35px
}

.u-MarginLeft5 {
	margin-left: 5px
}

.u-MarginLeft10 {
	margin-left: 10px
}

.u-MarginRight5 {
	margin-right: 5px
}

.u-MarginRight10 {
	margin-right: 10px
}

.u-MarginRight20 {
	margin-right: 20px
}

.u-MarginRight30 {
	margin-right: 30px
}

.u-right {
	right: 0
}

.u-left {
	left: 0
}

.n-MarginTop5 {
	margin-top: -5px
}

.n-MarginTop10 {
	margin-top: -10px
}

@media screen and (max-width:1170px) {

.u-md-MarginTop10 {
	margin-top: 10px
}

}

@media screen and (max-width:992px) {

.u-sm-MarginTop0 {
	margin-top: 0
}

.u-sm-MarginTop20 {
	margin-top: 20px
}

.u-sm-MarginTop30 {
	margin-top: 30px
}

.u-sm-MarginTop40 {
	margin-top: 40px
}

.u-sm-MarginTop50 {
	margin-top: 50px
}

.u-sm-MarginBottom0 {
	margin-bottom: 0
}

.u-sm-MarginBottom20 {
	margin-bottom: 20px
}

.u-sm-MarginBottom30 {
	margin-bottom: 30px
}

.u-sm-MarginBottom40 {
	margin-bottom: 40px
}

.u-sm-MarginBottom50 {
	margin-bottom: 50px
}

.u-sm-MarginBottom60 {
	margin-bottom: 60px
}

}

@media screen and (max-width:767px) {

.u-xs-Margin0 {
	margin: 0
}

.u-xs-MarginTop0 {
	margin-top: 0
}

.u-xs-MarginTop20 {
	margin-top: 20px
}

.u-xs-MarginTop30 {
	margin-top: 30px
}

.u-xs-MarginTop40 {
	margin-top: 40px
}

.u-xs-MarginTop50 {
	margin-top: 50px
}

.u-xs-MarginTop60 {
	margin-top: 60px
}

.u-xs-MarginBottom0 {
	margin-bottom: 0
}

.u-xs-MarginBottom10 {
	margin-bottom: 10px
}

.u-xs-MarginBottom20 {
	margin-bottom: 20px
}

.u-xs-MarginBottom30 {
	margin-bottom: 30px
}

.u-xs-MarginBottom40 {
	margin-bottom: 40px
}

.u-xs-MarginBottom50 {
	margin-bottom: 50px
}

.u-xs-MarginRight0 {
	margin-right: 0
}

}


/*--------------------------------------------------------------
	Colors
--------------------------------------------------------------*/
.blue {
	color: #007fff;
}
    
.light-gray {
	color: #d5d5d5;
}

.gray {
	color: #929292;
}

.dark-gray {
	color: #5e5e5e;
}


/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8; }

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden; }

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box; }

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle; }

.mfp-align-top .mfp-container:before {
  display: none; }

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045; }

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto; }

.mfp-ajax-cur {
  cursor: progress; }

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out; }

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in; }

.mfp-auto-cursor .mfp-content {
  cursor: auto; }

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none; }

.mfp-loading.mfp-figure {
  display: none; }

.mfp-hide {
  display: none !important; }

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044; }
  .mfp-preloader a {
    color: #CCC; }
    .mfp-preloader a:hover {
      color: #FFF; }

.mfp-s-ready .mfp-preloader {
  display: none; }

.mfp-s-error .mfp-content {
  display: none; }

button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  touch-action: manipulation; }

button::-moz-focus-inner {
  padding: 0;
  border: 0; }

.mfp-close {
  width: 36px;
  height: 36px;
  line-height: 36px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace;
	margin: 1%;
}
  .mfp-close:hover,
  .mfp-close:focus {
    opacity: 1; }
  .mfp-close:active {
    top: 1px; }

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%; }

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap; }

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent; }
  .mfp-arrow:active {
    margin-top: -54px; }
  .mfp-arrow:hover,
  .mfp-arrow:focus {
    opacity: 1; }
  .mfp-arrow:before,
  .mfp-arrow:after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: medium inset transparent; }
  .mfp-arrow:after {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px; }
  .mfp-arrow:before {
    border-top-width: 21px;
    border-bottom-width: 21px;
    opacity: 0.7; }

.mfp-arrow-left {
  left: 0; }
  .mfp-arrow-left:after {
    border-right: 17px solid #FFF;
    margin-left: 31px; }
  .mfp-arrow-left:before {
    margin-left: 25px;
    border-right: 27px solid #3F3F3F; }

.mfp-arrow-right {
  right: 0; }
  .mfp-arrow-right:after {
    border-left: 17px solid #FFF;
    margin-left: 39px; }
  .mfp-arrow-right:before {
    border-left: 27px solid #3F3F3F; }

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px; }
  .mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px; }
  .mfp-iframe-holder .mfp-close {
    top: -40px; }

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%; }
  .mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #000; }

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto; }

/* The shadow behind the image */
.mfp-figure {
  line-height: 0; }
  .mfp-figure:after {
    content: '';
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #444; }
  .mfp-figure small {
    color: #BDBDBD;
    display: block;
    font-size: 12px;
    line-height: 14px; }
  .mfp-figure figure {
    margin: 0; }

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto; }

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px; }

.mfp-image-holder .mfp-content {
  max-width: 100%; }

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer; }

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0; }
  .mfp-img-mobile img.mfp-img {
    padding: 0; }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0; }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px; }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box; }
    .mfp-img-mobile .mfp-bottom-bar:empty {
      padding: 0; }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px; }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0; } }

@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75); }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0; }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%; }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px; } }

.mfp-close-btn-in .mfp-close {
	-webkit-transition: all .3s;
	transition: all .3s;
	opacity: 1;
	color: #fff;
	background: #0096ff;
	border-radius: 6px;
}

.mfp-close-btn-in .mfp-close:hover {
	-webkit-transition: all .3s;
	transition: all .3s;
	background: #00b6ff;
	border-radius: 6px;
}

.sl-default a {
	margin: 2px 2px 2px 0;
	color: #333
}

.sl-default a:hover {
	text-decoration: none;
	opacity: .5
}

.social-links.light-link a {
	color: #fff
}

.social-links.border-link a,.social-links.solid-link a {
	display: inline-block;
	width: 30px;
	height: 30px;
	text-align: center
}


.social-links.border-link a {
	border: 1px solid #333;
	line-height: 30px
}

.social-links.solid-link a {
	color: #000;
	background: #fff;
	line-height: 30px
}

.social-links.circle-link a {
	-webkit-border-radius: 50%;
	border-radius: 50%
}

.social-links.round-link a {
	-webkit-border-radius: 3px;
	border-radius: 3px
}

.social-links.colored-link a,.social-links.colored-link a:hover {
	color: #fff;
}

.social-links.colored-hover a.facebook:hover,.social-links.colored-link a.facebook {
	border-color: #395799;
	background: #395799;
}

.social-links.colored-hover a.soundcloud:hover,.social-links.colored-link a.soundcloud {
	border-color: #f7750f;
	background: #f7750f;
}

.social-links.colored-hover a.mixcloud:hover,.social-links.colored-link a.mixcloud {
	border-color: #273a4a;
	background: #273a4a;
}
.social-links.colored-hover a:hover {
	opacity: 1;
	color: #fff
}

.social-links.gray-border-links a {
	color: #888;
	border-color: #888
}


.text-muted {
  color: #c0c0c0 !important;
}

.rahmen {
	border: 1px solid #fefb00;
}

.rahmen2 {
	border: 1px solid #ff2f92;
}

.trenner {
	width: 100%;
	border-top-style: solid;
	border-top-width: 2px;
	margin-bottom: 5%;
	margin-top: 2%;
}


