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

@import 'https://fonts.googleapis.com/css?family=Titillium+Web';

html, body {
	margin: 0;
	padding: 0;
	height: 101%;
	font-family: 'Titillium Web', sans-serif;
	letter-spacing: 1px;
}

.bg {
	background-color: #1b1b1b;
	padding: 0 2% 0 2%;	
}

p {
	font-size: 16px;	
	color: #FFF;
	margin: 1em 0 0 0;
	text-align: left;
}

a {
	color: #FFF;
	-webkit-transition: .5s linear all;
	-moz-transition: .5s linear all;
	-o-transition: .5s linear all;
	transition: .5s linear all;
}

a:hover {
	color: #009fe3;
	text-decoration: none;
}

video { 
    position: fixed;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: -100;
    transform: translateX(-50%) translateY(-50%);
	background: url('//demosthenes.info/assets/images/polina.jpg') no-repeat;
  	background-size: cover;
  	transition: 1s opacity;
}

.caption-intro {
  position: absolute;
  top: 30%;
  width: 100%;
  text-align: center;
  color: #000;
}

.intro-logo {
	margin: 0 2% 0 2%;
	max-width: 800px;	
}


.right-arrow-grey {
	background: url(../gfx/icon/right-arrow-grey.png) no-repeat center center;
	display: inline-block;
	height: 16px;
	width: 40px;
	margin-left: 35px;
}

.right-arrow {
	background: url(../gfx/icon/right-arrow.png) no-repeat center center;
	display: inline-block;
	height: 16px;
	width: 40px;
	margin-left: 35px;
}

.overlay-content a:hover {
	color: #009fe3;
	text-decoration: none;
}

#playart-bg
{
	position:fixed;
	top: 0;
	left: 0;
	min-width: 100%;
	min-height: 100%;
	z-index: 1;
}

#anzeige {
	margin-top: 0;
	z-index: 2;
}

.carousel-cell {
  width: 100%; /* full width */
  height: auto; 
  max-height: 1148px; /* height of carousel */
}

@media screen and (max-width: 1500px) {
	.carousel-cell {
		  width: 100%; /* full width */
		  height: auto; 
		  max-height: 800px; /* height of carousel */
}	
}

.carousel {
  background: #373737;
  margin-top: -4px;
  z-index: 3;
  margin-top: -10px;
}

.row {
	margin: 0
}

.brand {
	min-width: 100%;
	height: auto;
}

.static-banner {
  position: absolute;
  z-index: 1;
  padding: 2px 20px;
  font-size: 20px;
  text-transform: uppercase;
  letter-spacing: 5px;
  color: #000;
  pointer-events: none;
}

.static-banner1 {
  left: 5%;
  bottom: 5px;
}

.static-banner2 {
  left: 55%;
  bottom: 5px;
}

.bgimg-1, .bgimg-2, .bgimg-3 {
  position: relative;
  opacity: 1;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;

}
.bgimg-1 {
  /*background-color: rgba(27,27,27,0.3);*/
  min-height: 100%;
}

.bgimg-2 {
  background-image: url(../gfx/ready2music/ready2music_1920_6.jpg);
  min-height: 80%;
}

.bgimg-3 {
  background-image: url(../gfx/game-hd-wallpapers.jpg);
  min-height: 100%;
}

.caption {
  position: absolute;
  left: 0;
  bottom: 5%;
  width: 90%;
  text-align: center;
  color: #000;
  margin-left: 15px;
}

.caption span.border {
	position: fixed;
	display: block;
	width: 20px;
	height: 35px;
  	border: 1px solid #FFF;
 	border-radius: 35%;
	left: 50%;
}

.caption span.mouse {
	position: fixed;
	display: block;
	width: 1px;
	height: 35px;
  	background-color: #FFF;
	left: 50.5%;
	margin-top: 16px;
}

h1 {
	font-family: 'Titillium Web', sans-serif;
	color: #FFF;
	text-transform: uppercase;	
	font-size: 2em;
	text-align: left;
	margin-left: 25%;
}

h2 {
  letter-spacing: 5px;
  text-transform: uppercase;
  font: 20px 'Titillium Web', sans-serif;
  color: red;
  text-align: left;
}

h3 {
  letter-spacing: 5px;
  text-transform: uppercase;
  font: 28px 'Titillium Web', sans-serif;
  color: #FFF;
  text-align: left;
}

h4 {
  letter-spacing: 5px;
  text-transform: uppercase;
  font: 14px 'Titillium Web', sans-serif;
  color: #FFF;
  text-align: left;
}

.highlight {
	height: 550px;
	background-color: #000;	
}

.highlight img {
	max-height: 400px;	
	margin: 0 auto;
}

#hl-artikel {
	padding: 50px;
	max-width: 710px;
}

.hl-content {
	margin-top: 8em;	
}

.line {
	display:block;
	width: 250px;
	background-color: #FFF;
	height: 1px;
	margin: 2em 0 0 0;
	text-align: left;	
}

.hl-content span.line-dark {
	display:block;
	width: 250px;
	background-color: #000;
	height: 1px;
	margin: 2em 0 0 12px;
	text-align: left;	
}

.hell-bg {
	color: #000;
	font-size: 16px;
	margin: 2em 0 0 1em;
	text-align: left;	
}

.btn {
	padding: 5px 15px 5px 15px;
	border: 1px solid #FFF;	
	background-color: transparent;
	font-size: 1.5em;
	color: #FFF;
	text-transform: uppercase;
	letter-spacing: 5px;
	margin: 2em 0 2em 0;
	-webkit-transition: .5s linear;
	-moz-transition: .5s linear;
	-o-transition: .5s linear;
	transition: .5s linear;
	border-radius: 0;
}

.btn:hover {
	border: 1px solid transparent;
	color: #FFF;
}

.btndark {
	position: absolute;
	left: 15px;
	padding: 5px 15px 5px 15px;
	border: 1px solid #000;	
	background-color: transparent;
	font-size: 1.5em;
	color: #000;
	text-transform: uppercase;
	letter-spacing: 5px;
	margin: 2em 0 0 15px;
	-webkit-transition: .5s linear;
	-moz-transition: .5s linear;
	-o-transition: .5s linear;
	transition: .5s linear;
	border-radius: 0;
}

.btndark:hover {
	border: 1px solid transparent;
	color: #000;
}

img.aimg {
	display: block;
	background-color: #000;	
	margin: 0 auto;
	padding: 1em;
}

.atext {
	padding: 4em;
	font-size: 1vw;
}

.slider-left{
	display: flex;
	flex-items: flex-end;
	position: absolute;
	right: 5px;
	bottom: 5px;
	width: 50px;
	height: auto;	
}
.slider-right {
	display: flex;
	align-times: flex-end;
	position: absolute;
	left: 5px;
	bottom: 5px;
	width: 50px;
	height: auto;	
}

.prosli {
	display: -webkit-flex;
	display: flex;	
}

.mobile {
	height: 380px;	
}

.dvd {
	background-color: #1b1b1b;	
	padding: 2em;
}

.dvdimg {
	margin: 0 2em 0 2em;	
}

.dvdtext {
	padding: 0;
		
}

.http://http://www.still-awake.net/playart {
	margin-top: 5em;
}

#owl .item img{
    display: block;
	width: 100%;
    height: auto;
}

#owl2 .item img{
    display: block;
    width: 100%;
    height: auto;
}

.partner-intro {
	padding: 70px 2% 50px 2%;	
	background-color: #1b1b1b;		
}

.partner-wrapper {
	background-color: #1b1b1b;
	padding: 0 2% 70px 2%;	
}

.partner-list {

}

.partner {
	display: -webkit-flex;
	display: flex;
	border-top: 1px solid #FFF;
	border-left: 1px solid #FFF;
	height: 170px;
	paddding: 0 2% 0 2%;
	text-align: center;
	-webkit-align-items: center;
	align-items: center;
	-webkit-justify-content: center;
	justify-content: center;
}

.partner img {
    -webkit-filter: grayscale(100%); /* Chrome, Safari, Opera */
    filter: grayscale(100%);
}

.partner img:hover {
	-webkit-filter: grayscale(0%);; /* Chrome, Safari, Opera */
    filter: grayscale(0%);
	cursor: pointer;
}


.impressum, .bankverbindung  {
	margin: 120px 0 0 0;	
}


.agb {
	width: 100%;
	-moz-column-count: 3;
	-webkit-column-count: 3;
  	column-count: 3;
	-moz-column-width: 33%;
	-webkit-column-width: 33%;
	column-width: 33%;
  	column-gap: 10px;
	padding: 0 2em 2em 2em;
	background-color: #1b1b1b;
}

.impressum span, .agb span, .agb strong, .bankverbindung span, .fookontakt span, .kontakt span, 
.unserteam span, .wpcf7-list-item span {
	color: #009fe3;	
}

dt {
    color: #009fe3;
    font-weight: bold;
	font-size: 1.2em;
    text-decoration: none;
    cursor: pointer;
	margin: 1em 0 0 0;
}

dd {
    color: #FFF;
}

input {
	background-color: transparent;
	color: #FFF;
	border: none;
	border-bottom: 1px solid #009fe3;
	border-radius: 0;
	margin-top: 1em; 
	width: 100%;		
}

input[type="submit"] {
	color: #FFF;
	border: 1px solid #009fe3;
	padding: 5px 10px 5px 10px;	
	width: 250px;^
	text-align: center;
	-webkit-transition: .5s linear all;
	-moz-transition: .5s linear all;
	-o-transition: .5s linear all;
	transition: .5s linear all;
}

input[type="submit"]:hover {
	color: #1b1b1b;
	border: 1px solid transparent;
	background-color: #FFF;
	padding: 5px 10px 5px 10px;	
	width: 250px;
	text-align: center;
}

input[type="checkbox"], input[type="radio"] {
	width: 25px;
	float: right;	
}

.wpcf7-list-item {
	display: inline-block;	
	width: 150px;
}

.ueberuns {
	width: 66%;
	-moz-column-count: 2;
	-webkit-column-count: 2;
  	column-count: 2;
	-moz-column-width: 33%;
	-webkit-column-width: 33%;
	column-width: 33%;
  	column-gap: 10px;
	padding: 0 2em 4em 2em;
	background-color: #1b1b1b;
	margin-bottom: 5em;
}

.ueberuns p {
	margin: 0 2em 0 0;	
}

.copyright {
	position: relative;
	bottom: 0;
	height: 25px;
	width: 100%;
	text-align: right; 
	font-size: 10px;
	background-color: #000;
	color: #FFF;	
}

.socialmedia  {
	/*display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	-webkit-justify-content: center;
	justify-content: center;
	*/
	background: url(../gfx/icon/facebook.png);
	height: 50px;
	width: 50px;
	margin: 1em 0 1em 0;
	float: left;	
	-webkit-transition: background .5s;
	-moz-transition: background .5s;
	transition: background .5s;
}

.socialmedia:hover {
	/*display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	-webkit-justify-content: center;
	justify-content: center;
	*/
	background: url(../gfx/icon/facebook-hover.png);	
}

dt {
	font-weight:bold;
	float:left;
	width:100%;
	padding:0 10px 0 10px;
	cursor: pointer;
	
}

dd {
	display:none;;
	margin:0 0 15px 0;
	float:left;
	width:100%;
	padding:10px 10px 15px 10px;
	

}

#button {
	float:right;
	display:block;
	height:18px;
	width:17px;
	text-indent:-9999px;
}

.closed { background:url(button.png) left no-repeat; }

.open { background:url(button.png) right no-repeat; }

@media screen and (max-width: 1200px) {
	.impressum, .bankverbindung {
		margin: 25px 0 2em 2em;
	}
	
	.hl-content {
	margin-top: 2em;
	margin-right: 2em;
	margin-left: 2em;	
}
}

@media screen and (max-width: 991px) {
	.partner:nth-child(-n+3) {
	border-top: 1px solid transparent;
	}
	.partner:nth-child(1), .partner:nth-child(4), .partner:nth-child(7), .partner:nth-child(10),
	.partner:nth-child(13), .partner:nth-child(16), .partner:nth-child(19), .partner:nth-child(22),
	.partner:nth-child(25), .partner:nth-child(28), .partner:nth-child(31), .partner:nth-child(34) {
	border-left: 1px solid transparent;	
	}
	.agb-c2 {
	margin-top: 0;	
	}
	
	.agb, .ueberuns {
	width: 100%;
	-moz-column-count: 1;
	-webkit-column-count: 1;
  	column-count: 1;
	-moz-column-width: 100%;
	-webkit-column-width: 100%;
	column-width: 100%;
	}
	
	.intro-logo {
	margin: 0 8% 0 4%;
	max-width: 100%;
	padding-right: 8%;
	}
	
	h1 {
	text-align: center;
	margin: 1em;		
	}
}

@media screen and (min-width: 992px) {
	.partner:nth-child(-n+6) {
	border-top: 1px solid transparent;
	}
	.partner:nth-child(1), .partner:nth-child(7), .partner:nth-child(13), 
	.partner:nth-child(19), .partner:nth-child(25), .partner:nth-child(31) {
	border-left: 1px solid transparent;	
	}
}	
}



@media screen and (max-width: 1280px) {
	#hl-artikel {
		padding: 50px 10px 0;	
	}

}

@media screen and (max-width: 997px) {
	.highlight {
		height: 975px;	
	}
	
	.desktop {
		display: none;	
	}
	
	/*.prosli {
		height: 760px;	
	} */
	
	.slider-left  {
		opacity: 0;
	}
	
	.slider-right  {
		opacity: 0;
	}
	
	.dvdtext {
		padding: 1em 0 0 1em;	
		height: 420px;
	}
	
	.dvdimg {
		margin: 0;
	}
	
	h3 {
		font-size: 20px;	
	}
}

@media screen and (min-width: 998px) {
	.mobile {
		display: none;	
	}
}

@media screen and (max-width:768px ) {
	#video {
		display: none;	
	}

	.bgimg-1 {
		background-attachment: scroll;
	}
	
	.bgimg-2 {
		background-attachment: scroll;
	}
	
	.bgimg-3 {
		background-attachment: scroll;
	}
	
	.partner:nth-child(1) {
		border-top: 1px solid transparent;
	}
	.partner {
		border-bottom: 1px solid #FFF;
		border-left: 0;
	}
	.partner:nth-child(12) {
		border-bottom: 1px solid transparent;
	}
	
	.bgimg-1 {
 		 background-image: url(../gfx/fotolia_82976694.jpg);
 		 min-height: 100%;
		 background-color: transparent;
}

	.static-banner {
		font-size: 14px;
		padding: 6px 0;	
	} 
	
	.caption {
	background-color: rgba(0,0,0,0.8);	
	padding: 10px;
	}
}

