@CHARSET "utf-8";
/* BASIC RESET */
@import url(http://weloveiconfonts.com/api/?family=fontawesome|zocial);

/* fontawesome */
[class*="fontawesome-"]:before {
  font-family: 'FontAwesome', sans-serif;
  text-decoration: none;
}

/* zocial */

[class*="zocial-"]:before {
  font-family: 'zocial', sans-serif;
}
* {
    outline: none;
}
html{
	position: relative;
	height: 100%;
	width: 100%;
	margin: 0;
	padding: 0;
	overflow: hidden !important;
}
body{
	position: relative;
	z-index: 100;	
	
	left: 0;
	top: 0;
	
	margin: 0;
	padding: 0;
	
	width: 100%;
	height: 100%;
	
	overflow: hidden !important;
	font-family: 'Source Sans Pro', sans-serif;
}
/* BACKGROUND */
.background{
	position: absolute;
	z-index: 110;
	
	top: 0;
	margin: 0;
	padding: 0;
	
	width: 200%;
	height: 100%;
	
	background-image: url(../bgs/docksprinzenbar-august16.jpg);
  	-webkit-background-size: cover;
 	-moz-background-size: cover;
  	-o-background-size: cover;
	background-size: cover;
	background-position: center;
}

/* SIX-PACK */
.logo{
	position: absolute;
	cursor: pointer;
	z-index: 115;
	display: block;
	
	margin: 0;
	padding: 0;
	
	width: 47%;
	height: 123px;
	
	background-repeat: no-repeat; /* IE 8 */
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";

  /* IE 5-7 */
  filter: alpha(opacity=60);

  /* Netscape */
  -moz-opacity: 0.6;

  /* Safari 1.x */
  -khtml-opacity: 0.6;
	opacity: 0.6;
}
.logo.docks{
	margin: 0;
	padding: 0;
	right: 53%;
	background-position: right top;
	background-image: url(../images/logos/02_DocksFull.png);
}
.logo.prinzenbar{
	margin: 0;
	padding: 0;
	left: 53%;
	background-position: left top;
	background-image: url(../images/logos/02_PrinzFull.png);
}
.logo.docks:hover,
.logo.docks.active,
.logo.prinzenbar:hover,
.logo.prinzenbar.active{
	margin: 0;
	padding: 0;
	background-image: url(../images/logos/01_DocksFull.png); /* IE 8 */
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";

  /* IE 5-7 */
  filter: alpha(opacity=100);

  /* Netscape */
  -moz-opacity: 1;

  /* Safari 1.x */
  -khtml-opacity: 1;
	opacity: 1;
}
.logo.prinzenbar:hover,
.logo.prinzenbar.active{
	margin: 0;
	padding: 0;
	background-image: url(../images/logos/01_PrinzFull.png);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";

  /* IE 5-7 */
  filter: alpha(opacity=100);

  /* Netscape */
  -moz-opacity: 1;

  /* Safari 1.x */
  -khtml-opacity: 1;
	opacity: 1;
}
/* CONTENT */
.content-view{
	position: relative;
	z-index: 120;
	
    margin: 0 auto;
    
    width: 100%;
    max-width: 980px;	
}
.headline {
	position: absolute;
	z-index: 530;
	
	top: 178px;
	
	width: 100%;
	max-width: 980px;	
	height: 38px;
	
	margin: 0;
	padding: 0;
}

menu a{
	position: relative;
	z-index: 140;
	display: inline;
}

.content{
	position: absolute;
	z-index: 130;
	
	top: 217px;
	width: 100%;
	max-width: 980px;
	height: auto;
	
	overflow-x: hidden;
	overflow-y: hidden;
	box-shadow: 0px 40px 130px 3px rgba(0,0,0,0.7);
	/*border-bottom: 3px solid #000000;*/
}

/* ARTICLE AND COLS */
.content-article .col{
	display: block;
	float: left;
	height: 100%;
}
.content-article .col img{
	width: 0;
	height: auto;
	float: left;
}

.content-article .col.c-mid{
	min-width: 60px;
	width: 8%;
	max-width: 100px;
	text-align: center;
	height: 125px;
	position: relative;
}
.content-article.auto-height .col.c-mid{
	width: 20%;
	min-height: 10px;
}
.content-article.auto-height .col.c-mid{
	height: auto;
}
.content-article .col.c-mid .next-or-still{
	margin: 35px 17px;
	height: 19px;
	width: 66px;
}
.content-article .col.c-right{
	width: 81%;
	overflow: hidden;
	padding-left: 28px;
}

nav{
	position: absolute;
	z-index: 120;
	
	left: 20px;
	bottom: 10px;
	
	width: auto;
	text-align: left;
	font-size: 18px;
    text-transform: uppercase;
}
.nicescroll-rails{
	overflow: hidden !important;
}
/* HEADLINE AND TABS */

/* font-sized date, title, genre */
.content .content-article .title h1,
.content .content-article .title h2,
.content .content-article mark{
	font-size: 30px;
    padding: 0 5px 0 0;
}

.content .content-article .title h2{
	font-size: 18px; 	
}
.headline{	
	line-height: 36px;
	text-align: center;
}
.headline .tab{
	cursor: pointer;
	display: inline-block;
	
	margin: 0;
	padding: 0 12px;
	
	line-height: 42px;
	height: inherit;
	font-size: 12px;
	font-weight: normal;
	text-decoration: none;
	text-transform: uppercase;
}
.headline .tab.grey{
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
	cursor: default;
	
	/* IE 5-7 */
	filter: alpha(opacity=40);
	
	/* Netscape */
	-moz-opacity: 0.4;
	
	/* Safari 1.x */
	-khtml-opacity: 0.4;
	opacity: 0.4;
}
.headline .year{
	position: absolute;
	right: 15px;	
}
.headline .year h1{
	top: -2px;
	height: inherit;
	font-size: 18px;
}
.headline .year .tab{
	position: absolute;
}
.headline .year-next,
.headline .year-prev{
	color: #ffffff;
	font-size: 14px;
	top: -1px;
}
.headline .tab.year-next{
	right: -10px;
}
.headline .tab.year-prev{
	right: 70px;
}
.headline .tab.active{
	height: inherit;
	font-size: 14px;
}


.headline.info .tab{	
	width: 12.4%;
	margin: 0;
	padding: 0;
}
.headline.media .tab{	
	width: 50%;
	margin: 0;
	padding: 0;
}

menu{
	position: absolute;
	margin: 0;
	padding: 0;
	width: 47%;
	top: 148px;
	display: none;
}
menu.docks{
	right: 53%;
	text-align: right;
}
menu.prinzenbar{
	left: 53%;
	text-align: left;
}
menu a{		
	margin: 5px 0;
	padding: 0 18px;
	
	font-size: 18px;
	height: auto;
	line-height: 18px;
	text-transform: uppercase;
}
nav a,
nav a:visited{
	margin-right: 20px;
	text-decoration: none;
	color: #cccccc;
	color: rgba(255,255,255, 0.6);
}
nav a:hover{
	margin-right: 20px;
	text-decoration: none;
	color: #ffffff;
	color: rgba(255,255,255, 1);
}

/* content article */
.content .content-article[data-ng-click]{
	cursor: pointer;	
}
.content .content-article{
	position: relative;
	padding: 0;
}
.content .content-article.auto-height{
	height: auto;
	overflow: hidden;
}
.content-article.auto-height .col img{
	height: auto;
	width: 150px;
	padding: 0 15px 15px 0;	
}
/* col right */
.content .content-article .title,
.content .content-article .details,
.content .content-article .info,
.content .content-article .mehr{
	margin: 10px 0;
	padding: 0;
	background: none;
	width: 98%;
}
.content .content-article div.details,
.content .content-article .details[class*="fontawesome-"],
.content .content-article .details[class*="zocial-"]{
	padding-left: 0;
	padding-right: 15px;
}
.content .content-article .details div{
	margin: 5px 0;
}
.content .content-article .details h3,
.content .content-article .details,
.content .content-article .details div,
.content .content-article div.details{
	display: none;
	font-size: 18px;
	font-weight: 200;	
}
.content .content-article .details span{
	margin: 0 10px 0 0;
}
.content .content-article .details span.veranstalter{
	margin: 0;
}

.content .content-article .details span.inkl{
	margin: 0 25px 0 -5px;
}

.content .content-article .details h3 span{
	margin: 0 4px 0 0;
}
.content .content-article .title h1{
	display: inline;
	font-weight: 700;
	text-transform: uppercase;
}
.content.docks .content-article .title h1,
.content.docks .content-article .mehr,
.content.docks .content-article .close{
	color: #ba2824;
}
.content.prinzenbar .content-article .title h1,
.content.prinzenbar .content-article .mehr,
.content.prinzenbar .content-article .close{
	color: #a7c53e;
}
.content.docks .content-article.konzert .title{
	position: relative;
	padding-left: 28px;
	left: -30px;
	background: url(../images/stern-black.png) left 13px no-repeat;
}
.content.prinzenbar .content-article.konzert .title{
	position: relative;
	padding-left: 28px;
	left: -28px;
	background: url(../images/krone-black.png) left 15px no-repeat;
}
.content .content-article .title h2{
	margin: 0;
	padding: 0;
	display: inline-block;	
	font-weight: 200;	
	text-transform: uppercase;
}
.content .content-article h6{
	margin: 5px;
	padding: 0;
	font-size: 18px;
	font-weight: 200;	
}
.content .content-article .info{		
	height: 42px;	
	font-weight: normal;	
	font-size: 16px;
	overflow: hidden;
}

.content .content-article .mehr{
	display: block;
	font-size: 14px;
	line-height: 20px;
	font-weight: normal;	
	margin: 2px 0 4px 0;
	cursor: pointer;
	text-decoration: none;
	text-align: center;
	
	position: absolute;
	bottom: 0;
	left: 0;
}
.content .content-article .close{
	position: absolute;
	display: none;
	top: 7px;
	right: 15px;
	font-size: 18px;
	line-height: 20px;
	cursor: pointer;
	padding: 6px;
	text-decoration: none;
}
.content .content-article .close:hover,
.content .content-article:hover .mehr{
	text-decoration: none;
	font-size: 20px;
}

/* COL MID*/
.content .content-article time{
	position: relative;
	top: 3px;
	
	font-size: 18px;
	font-weight: 200;
	text-transform: uppercase;
}
.content .content-article mark{
	position: relative;
	top: 10px;
	left: 3px;
	
	font-weight: 400;
	background: none;
}


.statusmeldung-stamp{
	position: absolute;	
  -webkit-transform: rotate(-45deg);  /* Chrome, Opera 15+, Safari 3.1+ */
      -ms-transform: rotate(-45deg);  /* IE 9 */
          transform: rotate(-45deg);  /* Firefox 16+, IE 10+, Opera */
		  
	width: 100px;
		  
	border: 2px solid #BB1C1C;
		  
	color: #BB1C1C;
		  -webkit-border-radius: 5px;
		  -moz-border-radius: 5px;
		  border-radius: 5px;
		  z-index: 9999999;
	left: 0px;
	top: 50px;
	text-transform: uppercase;
	font-size: 14px;
}
.content-article iframe.g-maps{
	padding: 10px 20px;
}
.content .content-article.auto-height .info{
	height: auto;
	overflow: visible;
}
.content-article.auto-height .col img.fotoVideo{
	height: auto;
	width: 200px;
	padding: 10px 28px 15px 0;	
}
.content-article .fotos{
	height: 85px;
	overflow: hidden;
}
.content-article .video {
	display: none;
}
.content-article .video iframe {
	width: 640px !important;
	height: 360px !important;
}
.gallery{
	position: absolute;
	width: 100%;
	height: 100%;
	display: none;
	z-index: 800000;
	background: rgb(0,0,0);
	background: rgba(0,0,0, 0.9);
	text-align: center;
}
.gallery img{
	position: relative;
	z-index: 800001;
	height: 100%;
	width: auto;
}
.gallery .image{
	position: absolute;
	top: 5%;
	left: 5%;
	z-index: 800001;
	width: 90%;
	height: 90%;
	background-size: contain;
	background-position: center center;
	background-repeat: no-repeat;
}
.gallery .nextImage{
	cursor: pointer;
	position: absolute;
	right: 30px;
	top: 45%;
	margin-top: -38px;
	z-index: 800002;
	font-size: 75px;
	color: #ffffff;
}
.gallery .prevImage{
	cursor: pointer;
	position: absolute;
	left: 30px;
	top: 48%;
	margin-top: -38px;
	z-index: 800002;
	font-size: 75px;
	color: #ffffff;
}
.gallery .closeLb{
	cursor: pointer;
	position: absolute;
	right: 30px;
	top: 15px;
	z-index: 800002;
	font-size: 70px;
	color: #ffffff;
}
input[type="checkbox"]{
	margin: 0 3px 0 10px;
	position: relative;
	top: 2px;
}
input[type="text"]{
	border: 1px solid transparent;
	background: rgb(136,136,136);
	outline: none;
	color: rgb(230, 230, 230);
}
input[type="text"]:focus{
	border: 1px solid rgb(200, 200, 200);
	outline: none;
	color: rgb(230, 230, 230);
}
input[type="submit"]{
	margin: 0;
	border: 1px solid transparent;
	padding: 3px 6px;
	background: rgb(136, 136, 136);
	color: rgb(230, 230, 230);
}
input[type="submit"]:focus{
	margin: 0;
	border: 1px solid rgb(200, 200, 200);
	padding: 3px 6px;
	background: rgb(136, 136, 136);
	color: rgb(230, 230, 230);
}
@media all and (max-height:800px) {
	.logo{
		height: 70px;
	}
	.logo.docks:hover,
	.logo.docks.active{
		background-image: url(../images/logos/01_Docks05.png);
	}
	.logo.prinzenbar:hover,
	.logo.prinzenbar.active{
		background-image: url(../images/logos/01_Prinz05.png);
	}
	.logo.docks{
		right: 54%;
		background-image: url(../images/logos/02_Docks05.png);
	}
	.logo.prinzenbar{
		left: 54%;
		background-image: url(../images/logos/02_Prinz05.png);
	}
	menu{
		top: 75px;
	}
	.headline{
		top: 100px;
	}
	.content{
		top: 139px;
	}
}
