/* #################################################
# Projekt 	: CSS - Allerweltsmusik
# Stand     : 28.11.17
# Autor		: 300design.com
#################################################### */


html, body {
	height: 100%;
	min-height:100%;
}

body {
	/* overflow-y: scroll; */
	overflow-x:hidden;
	/* font-family: 'Open Sans', sans-serif; */
	background:#fffaea;
	color:#333;
}

body,
.btn,
.form-control {
	font-size:16px;
}

.head-font,
.btn {
	/* font-family: 'Oswald', sans-serif; */
}
h3.head-font,
.h3.head-font {
	font-size:28px;
}

a:active, a:focus {
	outline:0px !important;
	text-decoration:none;
	-webkit-appearance:none;
}
a {
	color:#f08b11;
}
a:hover, a:focus {
    color: #666;
    text-decoration: none;
}

.lead b {
	font-weight: 500;
}

.text-normal {
	color:#333;
}
.text-warning {
    color:#e60;
}
a.text-warning:hover {
    color:#111;
}
.text-danger {
    color:#c00;
}

.alert-default {
	color:#fffaea;
	background:#222;
}

.fx-color:hover {
	background-color:rgba(238,102,0, 1);
	margin: 0 -7px;
    padding-left: 7px !important;
    padding-right: 7px !important;
}

.fx-color-img {
	position:relative;
	display: block;
}
.fx-color-img .fx-color-plate,
.fx-color-img .fx-color-ico,
.fx-color-img .ico-video {
	opacity:0;
	position: absolute;
	background-color:rgba(254,213,43, 0.4);
    top:30px; right:30px; bottom:30px; left:30px;
    margin: auto;
  	z-index: 1;
  	text-align: center;
}
.fx-color-img .fx-color-ico,
.fx-color-img .ico-video {
	width:40px;
	height:40px;
	line-height:40px;
	background-color:#f7ac1e;
	border-radius:40px;
}
.fx-color-img .ico-video {
	opacity:1;
	background-color:rgba(0,0,0, 0.5);
}
.fx-color-img:hover .fx-color-plate,
.fx-color-img.hover .fx-color-plate,
.fx-color-img:hover .fx-color-ico,
.fx-color-img.hover .fx-color-ico {
	opacity:1;
    top:0; right:0; bottom:0; left:0;
}

.fx-color-img:hover .fx-color-ico {
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-backface-visibility: visible;
          backface-visibility: visible;
  -webkit-animation-name: flipping;
          animation-name: flipping;
}

.fx-color-img .fx-color-ico .ico,
.fx-color-img .ico-video .ico {
	vertical-align: middle;
	color:#fff;
	font-size: 1.25em;
}
.fx-color-img .ico-video .ico {
	margin-left:5px;
}

.fx-color-blk {
	position:relative;
	display: block;
	z-index:1;
}
.fx-color-blk .fx-color-plate {
	opacity:0;
	position: absolute;
	background-color:rgba(238,102,0, 1);
    top:30px; right:30px; bottom:30px; left:30px;
    margin: 0;
  	z-index: -1;
}
.fx-color-blk:hover .fx-color-plate {
	opacity:1;
    top:-7px; right:-7px; bottom:-7px; left:-7px;
}

.transition, a, .btn {
	-webkit-transition: all 0.18s ease-out;
	-moz-transition: all 0.18s ease-out;
	-ms-transition: all 0.18s ease-out;
	-o-transition: all 0.18s ease-out;
	transition: all 0.18s ease-out;
}

.hidn {display:none}
.checker, .outrange {position:absolute;left:-2000px;top:-2000px;width:1px;height:1px;overflow:hidden}

.menu .has-error,
.has-error .form-control {
	background-color:#fff5f5;
	box-shadow: 0 0 6px #f00;
}

textarea {
	min-width:100%;
	max-width:100%;
	min-height:30px;
}

.form-control, 
.btn, 
.input-group-addon,
.nav-pills > li > a {
	border-radius:2px;
	border-color: transparent !important;
}

.form-control {
	box-shadow:none;
}

.has-clear {
	display:inline-block;
	padding-right:40px;
}
.btn-clear {
	position:absolute;
	z-index: 3;
	margin:0 0 0 -40px;
	color:#bbb;
	font-size: 21px;
    font-weight: 700;
    line-height: 0.8;
    text-decoration:none !important;
}

.btn {
    font-weight: 600;
}
.btn-warning {
    background-color: #f7ac1e;
    font-weight: 600;
    border-color:transparent !important;
}
.btn-warning:hover {
    background-color: #111;
    color:#fff;
}

/* -------------------- */

.site {
  display: flex;
  flex-direction: column;
  height: 100%; /* 1, 3 */
}

.site-header,
.site-footer {
  flex: none; /* 2 */
}

.site-content {
  flex: 1 0 auto; /* 2 */
  padding: var(--space) var(--space) 0;
  width: 100%;
}
.site-content::after {
  content: '\00a0'; /* &nbsp; */
  display: block;
  margin-top: var(--space);
  height: 0px;
  visibility: hidden;
}
@media (--break-lg) {
  .site-content {
    padding-top: var(--space-lg);
  }
  .site-content::after {
    margin-top: var(--space-lg);
  }
}

.site-content--full {
  padding: 0;
}
.site-content--full::after {
  content: none;
}

/* -------------------- */

.list-choose {
	margin-bottom:15px;
}
.list-choose li {
	position: relative;
	margin-top:5px;
	padding-left:16px;
}
.list-choose li a {
	color:#555;
}
.list-choose li a:hover {
	color:#111;
}
.list-choose li.active a {
	color:#333;
	font-weight:bold;
}
.list-choose li:after {
	position: absolute;
    content: "\f10c";
    display: block;
    font-family: FontAwesome;
    font-size:13px;
    left: 0;
    line-height: 1.7;
    top:1px;
    transition: all 0.18s ease-out;
    color:rgba(0,0,0,.4);
}
.list-choose li.active:after {
	content: "\f192";
	color:#333;
}

/* -------------------- */

img.lzy {
	background:rgba(230,230,230, 0.5) url('../i/lzyload.png') 50% 50% no-repeat;
}
.img-responsive {
    min-width: 100.5%;
}

.vcenter {
	position: relative;
	display:block;
	overflow:hidden;
	padding-bottom:56.25%;
}
.vcenter img {
	position: absolute;
	top:0%;
	left:50%;
	-webkit-transform: translateY(-0%) translateX(-50%);
	-ms-transform: translateY(-0%) translateX(-50%);
	transform: translateY(-0%) translateX(-50%);
}

.headpic-wrapper {
	position: relative;
}
.headpic {
	padding-bottom:46%;
}
.headpicXXX .wrapper {
    position: absolute;
    width: 100%;
    height: 100%;
	will-change: transform;
}
@keyframes headpic-zoomXXX {
	to {
		-webkit-transform: translate3d(0,0,0) scale(1.1);
		-ms-transform: translate3d(0,0,0) scale(1.1);
		transform: translate3d(0,0,0) scale(1.1);
	}
}
.headpicXXX .wrapper.active {
	animation: headpic-zoom 6s both;
}
.headpic img {
	min-width:100.2%
}
.headpic.blur-bg .pic {
	position: absolute;
	display:block;
    z-index: 1;
    width: 100%;
    height: 100%;
}
.headpic.blur-bg .pic img {
	min-width:0;
	min-height: 101%;
	max-height: 100%;
}
.headpic.blur-bg .bg {
	-webkit-filter: blur(15px);
	-ms-filter: blur(15px);
	filter: blur(15px);
}

.select-none {
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-o-user-select: none;
	user-select: none;
}

.sponsor {
	position:relative;
}
.sponsor:before {
	content: 'Anzeige';
	position: absolute;
	font-size: 7px;
	background: rgba(0,0,0,.5);
	color: #fff;
	text-transform: uppercase;
	font-weight: bold;
	padding: 1px 2px;
	bottom: 0;
	-webkit-transform: rotate(-90deg) translate(0, 100%);
	-ms-transform: rotate(-90deg) translate(0, 100%);
	transform: rotate(-90deg) translate(0, 100%);
	-webkit-transform-origin: 0% 100%;
	-ms-transform-origin: 0% 100%;
	transform-origin: 0% 100%;
}

.box-header .dropdown.share {
	float:none !important;
	margin-left:10px;
}
.dropdown.share .dropdown-toggle .ico {
	font-size:65%;
    vertical-align: middle;
}
.dropdown.share .dropdown-toggle .text {
    display:none;
}
.dropdown.share .dropdown-menu {
    margin-top:10px;
}
.dropdown.share .dropdown-menu a {
    padding:8px 20px;
}
.dropdown.share .dropdown-menu .ico {
    font-size: 17px;
    width: 19px;
}
.dropdown.share .dropdown-menu .ico.text-muted {
	color: rgba(0,0,0,0.6);
}

.box-sharing {
	text-align:center;
	margin-top:50px;
}
.box-sharing  .list-socials {
	margin:-12px;
}
.box-sharing  .list-socials li {
	padding:12px;
}
.box-sharing  .list-socials a {
	display:inline-block;
}
.box-sharing  .list-socials a:hover {
	-webkit-transform: scale(1.3);
	-ms-transform: scale(1.3);
	transform: scale(1.3);
}
.box-sharing  .list-socials .text {
	display:none;
}
.box-sharing  .list-socials .ico {
	color:#fff !important;
	width:50px;
	height:50px;
	line-height:50px;
	font-size:30px;
	text-align:center;
	border-radius:50%;
}
.list-socials .ico {
	background:#666;
}
.list-socials .facebook .ico {
	background:#3b5998;
}
.list-socials .twitter .ico {
	background:#00aced;
}
.list-socials .googleplus .ico {
	background:#dd4b39;
}
.list-socials .pinterest .ico {
	background:#cb2027;
}
.list-socials .whatsapp .ico {
	background:#4dc247;
}
.list-socials .fbmessenger .ico {
	background:#0084ff;
}
.list-socials .email .ico {
	background:#666;
	font-size:27px;
}

/* -------------------- */

.full-widthXXX {
	/* background:#f6f6f6; */
}
.full-width-innerXXX {
	display:block;
	margin:0 auto;
	max-width:1680px;
}

.row.solid {
    margin-left:-5px;
    margin-right:-5px;
}
.row.solid > .col {
    margin-bottom: 10px;
    padding-left: 5px;
    padding-right: 5px;
}
.row.inline > .col {
	display: inline-block;
    float: none;
    vertical-align: top;
}

.box-standard {
	margin-bottom:60px;
}

/* -------------------- */

#bg {
	position:fixed;
	top:0;
	left:0;
	z-index:-1;
	width:100%;
	height:100%;
	background:url('') 50% 0% no-repeat fixed;
	background-size:cover;
}
.ios #bg {
	background-attachment:scroll;
}

/* -------------------- */

#header {
	position:relative;
	margin-bottom:50px;
	padding:0;
    width: 100%;
    background:#000;
}
body:not(.sec-start) #header {
	background: url('../i/bg-3.jpg') 50% 80%;
	background-size: cover;
}
#header .bg {
	position:absolute;
	z-index:1;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background: -moz-linear-gradient(top, rgba(0,0,0,.05) 0, rgba(0,0,0,.15) 60%, rgba(0,0,0,0.85) 100%);
	background: -webkit-linear-gradient(top, rgba(0,0,0,.05) 0, rgba(0,0,0,.15) 60%,rgba(0,0,0,0.85) 100%);
	background: linear-gradient(to bottom, rgba(0,0,0,.05) 0, rgba(0,0,0,.15) 60%,rgba(0,0,0,0.85) 100%);
}

#header .top-bar {
	position: relative;
	z-index:2;
	margin:0;
	line-height:35px;
	background:#585858; /* rgba(0,0,0,.5); 255,250,234,.85*/
}
#header .top-bar ul {
	margin:0;
}
#header .nav-sub a {
	color:#fffaea;
	font-size:13px;
}
#header .top-bar .btn {
	padding: 0 8px;
	vertical-align: baseline;
	line-height: 20px;
}
#header .claim {
	font-size:14px;
    font-weight: 600;
    color:#fffaea;
}

#header .logo {
	position: relative;
	z-index:1;
	display:inline-block;
	margin:10px 0;
	padding:0;
}
.sec-start #header .logo {
	position: absolute;
	margin: 0;
	bottom: 60px;
	width: 100%;
	text-align:center;
}
#header .logo img {
	width:280px;
	margin:0;
}
.sec-start #header .logo img {
	width:50%;
	margin:auto;
}

#header .nav-wrapper {
	position: relative;
}

#header .nav {
	position: absolute;
	z-index:3;
	right:15px;
	bottom:0;
	margin:0 auto;
	padding:0;
	text-align:left;
}
.sec-start #header .nav {
	text-align:center;
	left:0;
	right:0;
}
#header .nav li {
	display: inline-block;
    float: none;
    margin:0 0 0 5px;
}
.sec-start #header .nav > li {
	margin:0 5px;
}
#header .nav > li:first-child {
	display:none;
}
#header .nav li > a {
	padding:0 15px;
    color:#fffaea;
    font-size:15px;
    font-weight:600;
    line-height:38px;
    background:rgba(255,255,255,.15);
    border-radius: 0;
}
.sec-start #header .nav li > a {
	font-size:18px;
	line-height:45px;
}
#header .nav > li > a {
	border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}
#header .nav li > a:hover,
#header .nav li.open > a {
	color:#333;
	background:#fffaea;
	text-shadow:none;
}
#header .nav li.active > a {
	color:#333;
	background:#fffaea;
}

#header .dropdown-menu {
	margin:0;
    padding:0;
    min-width:200px;
    border-radius:0;
    border:0;
    box-shadow:none;
    background:transparent;
}
#header .dropdown-menu > li {
	display: block;
	margin:0;
}
#header .dropdown-menu > li > a {
	position:relative;
	margin:2px 0 0;
	background:#585858;
}
.sec-startXXX #header .dropdown-menu > li > a {
	background:rgba(0,0,0,0.8);
}
#header .dropdown-menu > li > a:hover {
	background:#222;
	color:#fffaea;
}

#header .nav .socials {
	float:right;
}
#header .nav .socials a {
	display:inline-block;
	margin:7px 0 0 2px;
	padding: 0;
	width: 30px;
	height: 30px;
    line-height: 30px;
	border-radius: 30px;
	text-align: center;
}
#header .nav .socials a:last-child {
	margin-right:2px;
}
#header .nav .socials a .ico {
	font-size: 1.1em;
}	
#header .nav .socials a:hover {
	background:#e60;
	color:#fff;
}

/* -------------------- */

.box-newsletter {
	padding:50px 0;
	background: #222;
	color: #fffaea;
}
.box-newsletter .status {
    margin-bottom: 10px;
}
.box-newsletter .form-control, .box-newsletter .btn {
	margin:0 15px;
	width: 240px;
}

.box-logos {
	padding:40px 0 20px;
	text-align:center;
}
.box-logos .title {
	color:#333 !important;
}
.box-logos .text {
	margin-bottom:30px;
}
.box-logos .logos a {
	display:inline-block;
	margin: 0 20px 20px;
	opacity:1;
}
.box-logos .logos a:hover {
	opacity:.7;
}
.box-logos .logos img {
	height:60px;
}
.box-logos .logos .small img {
	height:45px;
}

body:not(.sec-start) #footer {
	margin-top:80px;
}

#footer .box-main {
	padding:25px 0;
	background:#585858;
}
.sec-start #footer .box-main {
	padding:60px 0;
}
#footer .box-main,
#footer .box-main a {
	color:#aaa;
}
#footer .box-main a:hover {
	color:#fff;
}

#footer .logo {
	display:block;
	margin:0 0 10px;
	padding:0;
}
#footer .logo img {
	width:100%;
}

#footer .claim {
	display: block;
	margin: 0 0 15px;
    font-weight: 600;
    color:#fff;
}

#footer .title {
	margin:0 0 20px;
	font-weight:600;
	color:#fffaea;
}

#footer .box-about a {
	color:#fffaea;
}

#footer .nav-sub li {
	margin-top:7px;
}
#footer .nav-sub li:first-child {
	margin-top:0;
}

#footer .bar {
    padding:13px 0;
    font-size:85%;
    background: #585858;
}
#footer .bar,
#footer .bar a {
	color:#999;
}
#footer .bar a:hover {
	color:#fffaea;
}
#footer .bar ul {
	margin:0;
}
#footer .bar li {
	margin:0 0 0 10px;
	padding:0 0 0 10px;
}
#footer .bar li:first-child {
	margin:0;
	padding:0;
}

#gotop {
	display:none;
	position:fixed;
	bottom:9px;
	right:15px;
	padding:0;
	opacity:0.85;
	border:0;
    border-radius: 50%;
    width: 35px;
    height: 35px;
    color:#fffaea !important;
    background:rgba(0,0,0,.5) !important;
}
#gotop .ico {
	line-height: 35px;
}

/* -------------------- */

.pnav {
	margin-bottom:30px;
}
.pnav ul {
	display:inline-block;
	margin:0;
	padding:0;
}
.pnav li {
	display:inline-block;
	margin:0 10px 0 0;
	list-style:none;
	border:0;
}
.pnav .disabled {
	display:none;
}
.pnav .spacer span {
	background:none;
	color:#555;
}
.pnav a,
.pnav span {
	display: block;
    margin: 0;
    padding:0 8px;
    font-size:16px;
    line-height:30px;
    color:#333;
    background:#none;
    border:0px solid #eee;
    border-radius:2px;
}
.pnav .prev .ico,
.pnav .next .ico {
	color:#333;
}
.pnav a:hover {
	background:#eee;
}
.pnav .active a,
.pnav .active a:hover {
	color:#fff;
	background:#333;
}

/* -------------------- */

.pic2.lbx {
	display:inline-block;
	float:left;
	margin:0 20px 10px 0;
	padding:0;
	width:128px;
	height:96px;
	overflow:hidden;
	border:0;
	text-decoration:none;
}
.pic2.lbx.vert {
	height:128px;
	width:96px;
}
.pic2.lbx img {
	width:100%;
}
.pic2.lbx.right {
	float:right;
	margin:0 0 10px 20px;
}


.gal {
	margin:15px -7.5px -7.5px;
	font-size:0; /*gap hack*/
}
.gal .elm {
	display:inline-block;
	float: none;
	padding:7.5px;
}
.gal .elm a {
	position: relative;
	display:block;
	overflow: hidden;
    padding-bottom: 63%;
    height:0;
}
.gal .elm img {
	position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.galX a.lbx {
	display:inline-block;
	margin:15px 0 0 15px;
	padding:0;
	width:135px;
	height:101px;
	overflow:hidden;
	border:0;
	text-decoration:none;
}
.galX a.lbx img {
	width:100%;
}

/* -------------------- */

.slider {
	white-space:nowrap;
}

.slider .slick-list {
	background:transparent;
}

.slider .item {
	outline: none;
	position:relative;
}
.slider .item img {
	width: 100%;
}

.slider .caption {
	position: absolute;
	display:block;
    bottom:0;
    left:0;
    width:100%;
    min-height:100px; /*gradient ani hack*/
    padding-bottom:20px;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0)), color-stop(100%,rgba(0,0,0,0.5)));
	background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.5) 100%);
	background: -ms-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.5) 100%);
	background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0.5) 100%);
}
.slider .caption .inner {
	padding:0;
	color:#fff;
	white-space: normal;
	text-align:center;
	text-shadow: 0 0 20px #000, 0 0 40px #000;
}
.slider .caption .title {
	margin:0;
	font-size:40px;
    line-height: 1;
}
.slider .caption p {
	margin:0px 0 0;
	font-size: 21px;
	font-weight: 600;
}
.slider .caption .btn {
	padding:8px 14px;
	display:none;
}

.slider .no-link a:not(.btn) {
	cursor:default;
}

.slider .slick-prev,
.slider .slick-next {
	position: absolute;
	z-index:1;
	top:0;
	bottom:0;
	width: 15%;
	text-align: center;
	background-repeat: repeat-x;
	opacity: 0;
	cursor:pointer;
}
.slider:hover .slick-prev,
.slider:hover .slick-next {
	opacity:0.5;
}
.slider .slick-prev:hover,
.slider .slick-next:hover {
	opacity:1;
}
.slider .slick-prev {
	/* background-image: linear-gradient(to right, rgba(0,0,0,0.5) 0px, rgba(0,0,0,0) 100%); */
}
.slider .slick-next {
	left: auto;
    right: 0;
	/* background-image: linear-gradient(to right, rgba(0,0,0,0) 0px, rgba(0,0,0,0.5) 100%); */
}
.slider .slick-prev .ico,
.slider .slick-next .ico {
	position:absolute;
	top:50%;
	left:15px;
	margin-top:-25px;
	width:50px;
	height:50px;
	font-size: 50px;
	color: #fff;
}
.slider .slick-next .ico {
	right:15px;
	left:auto;
}
.slider .slick-prev.disabled,
.slider .slick-next.disabled {
	opacity: 0.5;
	cursor: default;
}
.slider .slick-prev.slick-disabled,
.slider .slick-next.slick-disabled {
	opacity: 0 !important;
	cursor: default;
}

.slider .slick-dots {
	position: absolute;
	z-index:1;
	top:15px; bottom:auto; left: 0; right: 0;
	display: block;
    margin: auto;
    padding: 0 15px 0 0;
    width: 100%;
    list-style: none;
    text-align: right;
}
.slider .slick-dots li {
	margin:0 6px;
	padding: 0;
	display: inline-block;
}
.slider .slick-dots li button {
	display:block;
	margin:1px;
	padding:0;
	width:6px;
	height:6px;
	border-radius:50%;
	background:rgba(230,230,230,0.5);
	border:0;
	text-indent: -9999em;
}
.slider .slick-dots li.slick-active button {
	background:#fff;
}

.home-slider {
	width: 100%;
	height: 0;
	overflow: hidden;
}
.home-slider,
.home-slider .headpic {
	padding-bottom: 40%;
}
.home-slider .slick-dots,
.home-slider .slick-prev,
.home-slider .slick-next,
.home-slider .caption {
	display:none !important;
}
.home-slider .item img {
	top:15%;
	-webkit-transform: translateY(-15%) translateX(-50%);
	-ms-transform: translateY(-15%) translateX(-50%);
	transform: translateY(-15%) translateX(-50%);
}

/* -------------------- */

.article-nav .prev,
.article-nav .next {
	display:block;
	position:absolute;
	z-index:2;
	top:0;
	bottom:0;
	left:0;
	width:100px;
	text-align: center;
	cursor:pointer;
	opacity:0.4;
}
.article-nav .next {
	right:0;
	left:auto;
}
.article-nav .prev:hover {
	opacity:1;
	background-image: linear-gradient(to right, rgba(0,0,0,0.5) 0px, rgba(0,0,0,0) 100%);
}
.article-nav .next:hover {
	opacity:1;
	background-image: linear-gradient(to right, rgba(0,0,0,0) 0px, rgba(0,0,0,0.5) 100%);
}
.article-nav .prev .ico,
.article-nav .next .ico {
	position:absolute;
	top:50%;
	left:50%;
	margin-top:-25px;
	margin-left:-25px;
	width:50px;
	height:50px;
	font-size: 50px;
	color: #fff;
	text-shadow: 0 0 30px rgba(0, 0, 0, 0.4);
}

/* -------------------- */

.home .blk-rgt {
	padding-left:0;
}

.home .more {
	display:block;
	margin-top:10px;
	font-weight:600;
}

.blk .blk-content {
	margin-bottom:15px;
}
.blk .head-font {
	margin:0 0 25px 0;
	font-weight: 700;
	text-transform:uppercase;
}

/* .blk-sections .blk-content,
.blk-sections .elm,
.blk-news-big .blk-content,
.blk-news-big .elm,
.blk-news-small.blk-content,
.blk-news-small .elm,
.blk-clipwoche .blk-content,
.blk-clipwoche .elm {
	padding-left:7.5px;
    padding-right:7.5px;
} */

.blk-content .text {
	margin:0;
}

.blk-sections .title {
	margin:10px 0 0;
}

.home .blk-sections .pic {
	padding-bottom:55%;
}

.blk-news-big .title,
.blk-news-small .title {
	margin:0 0 20px;
}

.blk.blk-news .elm {
	display:block;
	margin-top:25px;
	height:88px;
	color:#333;
}
.blk.blk-news .elm.firstX {
	margin-top:-30px;
}
.blk.blk-news .title {
	margin-top:0;
	font-weight:bold;
	text-transform:uppercase;
}
.blk.blk-news img {
	float:left;
	margin:0 10px 0px 0;
	width:65px;
	border: 1px solid #eee;
}


.blk-rgt .title {
	margin:0px 0 15px;
}

.blk-dates .elm {
	margin-top:15px;
	padding-top:15px;
	border-top:1px solid #ddd;
}
.blk-dates .elm:first-child {
	margin:0;
	padding:0;
	border:0;
}
.blk-dates b {
	font-weight:600;
}
.blk-dates .tr {
	float:left;
	display:table;
	width:85%;
}
.blk-dates .td {
	display:table-cell;
	width:auto;
}
.blk-dates .icons {
	float:right;
	width:15%;
	text-align:right;
	white-space:nowrap;
}
.blk-dates .icons .ico {
	margin-left:10px;
}
.blk-dates .td.date {
	width:100px;
}
.blk-dates .city {
	width:25%;
	padding-right:15px;
}
.blk-dates .info {
	padding-top:10px;
	padding-left:100px;
}
.blk-dates .info .data {
	display:block;
	margin-top:10px;
}
.blk-dates .info .text {
	max-width:600px;
}


.blk.blk-datesX .date {
	float:left;
	text-align:center;
	font-weight:700;
	text-transform:uppercase;
	line-height: 1.5em;
	margin-bottom:0;
	font-size:17px;
}
.blk.blk-datesX .date .big {
	display:block;
	font-size:28px;
}
.blk.blk-datesX .title {
	margin:0 0 5px;
	font-weight:bold;
	text-transform:uppercase;
}
.blk.blk-datesX .location {
	overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.blk.blk-datesX .tickets {
	margin-top:5px;
}
.blk.blk-datesX .rgt {
	margin-left:45px;
	line-height: 1.1;
}

.blk.blk-links .row {
	display: flex;
    flex-wrap: wrap;
}
.blk.blk-links .elm {
	display: flex;
}
.blk.blk-links .title {
	display:block;
	margin-bottom:10px;
	font-weight:600;
}

/* -------------------- */

.box-news .box-wrapper {
	margin-bottom:-30px;
}
.box-news .lead {
	margin-bottom:40px;
}
.box-news .col {
	margin-bottom:30px;
}
.box-newsX .elm:hover .pic-wrapper {
	-webkit-transform: scale(1.075);
	-ms-transform: scale(1.075);
	transform: scale(1.075);
}
.box-news .elm .pic {
	background-color:rgba(190,198,219,1);
}
.box-news .elm img {
	min-height: 100%;
}
.box-news .elm img.vert {
	min-width:0;
	max-height:100%;
}
.box-news .elm img.pano {
	max-height: 100%;
    max-width: none;
}
.box-newsX .elm .ico {
	color:#fff;
	background:rgba(204,153,0,0.75);
}
.box-news .elm .info {
	display:block;
	margin: 15px 0 4px;
    font-size: 75%;
    color:rgba(0,0,0,.3);
}
.box-news .elm .title {
	margin:0px 0 0;
	padding:0 0 10px;
    font-weight:600;
}
.box-newsXXX .elm:hover .title {
	color:#a00000;
}
.box-news .elm .text {
	color:rgba(0,0,0,.6);
}
.box-news .elm:hover .text {
	color:#333;
}

/* -------------------- */

.box-service {
	padding-top:60px;
	background:#585858;
}

.box-service .box-standard {
	margin-bottom: 0;
	/* padding-bottom: 40px;
	border-bottom: 1px solid #333; */
}

.box-service .box-wrapper {
	margin-bottom:-30px;
}
.box-service .flex-group {
	display:flex;
	-webkit-display:flex;
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
}
.box-service .col {
	margin-bottom:30px;
}
.box-service .panel {
	height:100%;
	display:flex;
	-webkit-display:flex;
	flex-direction: column;
	-webkit-display-direction:flex;
	margin:0;
	border:0;
	border-radius:0;
	background:#444;
	color: #fff;
}
.box-service .elm:hover .panel {
	background:#222;
	color:#fff;
}
.box-service .panel-image {
	overflow:hidden;
	/*border-top-left-radius: 3px;
    border-top-right-radius: 3px;*/
}
.box-service .panel-body {
	flex:1;
	-webkit-flex:1;
}
.box-service .title {
	margin-top:0;
	font-weight:bold;
	color: #fffaea;
}
.box-service .text {
	opacity:.6;
}
.box-service .panel-footer {
	display:none;
	padding-top:0;
	background:none;
	border:0;
	opacity:.7;
}

/* -------------------- */

.article {
	margin-bottom:30px;
}

.article-single .container-text {
	margin:auto;
	max-width:700px;
}
.article-single .headpic {
	margin-bottom:30px;
}
.article-single .box-header {
	margin:0 0 20px;
}
.article-single .pretext {
	margin-bottom:30px;
}
.article-single .gal {
	margin-top:30px;
}
.article-single .date-info {
	margin-top:20px;
}

/* -------------------- */

.profil-multi .blk-genres .title {
	margin:0 0 20px;
}

.profil-multi .blk-genres {
	text-align:center;
}
.profil-multi .blk-genres .genre {
	margin:0;
	list-style:none;
}
.profil-multi .blk-genres .genre li {
	margin:15px 0;
}
.profil-multi .blk-genres .btn {
	border:0;
	font-size:18px;
	font-weight:normal;
	background:none;
}
.profil-multi .blk-genres .active .btn,
.profil-multi .blk-genres .btn:hover {
	background:#444;
	color:#fffaea;
}
.profil-multi .blk-genres button.btn {
	color:#999 !important;
	background:none !important;
	cursor:default;
}
.profil-multi .blk-genres .genre .badge {
	padding:2px 5px;
	font-size:10px;
	color:#333;
	border: 1px solid #bbb;
	background:#fffaea;
	vertical-align: top;
}

.profil-multi .blk-user .title {
	margin:0 0 20px;
}

.profil-multi .blk-user .row {
	margin-left:-7.5px;
    margin-right:-7.5px;
}
.profil-multi .blk-user .elm {
	position:relative;
	margin-bottom:15px;
	padding-left:7.5px;
    padding-right:7.5px;
}
.profil-multi .blk-user .elm .pic {
	padding-bottom: 56.25%;
}
.profil-multi .blk-user .elm .title {
	margin:5px 0 0;
}
.profil-multi .blk-user .elm .plusgen {
	position:absolute;
	z-index:2;
	top: 4px;
	right: 12px;
}

/* -------------------- */

.plusgen {
    display: inline-block;
    padding: 0.2em 0.6em 0.3em;
    font-size: 85%;
    font-weight: 700;
    line-height: 1;
    text-align: center;
    vertical-align: bottom;
    white-space: nowrap;
	border-radius: 0.25em;
	background-color: #5bc0de;
	color: #fff !important;
}
.plusgen.big {
	font-size: 90%;
}

.profil-single .title {
	margin:0 0 20px;
}

.profil-single .pic {
	margin:0 0 40px;
	padding-bottom: 56.25%;
}

.profil-single .text {
	margin:0 0 40px;
}

.profil-single .blk-rgt .inner {
	border-left: 2px solid rgba(0,0,0,.065);
	padding-left: 15px;
}

.profil-single .linksX {
	margin:0 0 40px;
}
.profil-single .links li {
	margin:0 0 5px;
}
.profil-single .links a {
	color:#333;
}
.profil-single .links .ico {
	width:20px;
}

/* -------------------- */

.article-gallery .box-intro {
	margin-bottom:30px;
}
.box-gallery .col {
	margin-bottom:30px;
}
.box-gallery .pic {
	padding-bottom:100%;
    background: rgba(0,0,0,0.1);
    border-radius:2px;
}
.box-gallery .pic img {
    min-width: 0;
    max-width: 100%;
    max-height: 100%;
    top: 50%;
	left: 50%;
	-webkit-transform: translateY(-50%) translateX(-50%);
	-moz-transform: translateY(-50%) translateX(-50%);
	-ms-transform: translateY(-50%) translateX(-50%);
	transform: translateY(-50%) translateX(-50%);
}

/* -------------------- */

.dates .blk-elm {
	margin-bottom:30px;
}
.dates .blk-elm:last-child {
	margin-bottom:0;
}
.dates .blk-elm .head-font {
	margin-bottom:15px;
	font-size:15px;
}

.dates .fx-color-blk:hover .fx-color-plate {
	bottom:0;
}

.dates .elm {
	margin-bottom:7px;
	padding-bottom:7px;
	border-bottom:1px dashed #ccc;
}
.dates .elm:last-child {
	border:0;
}

.dates .elm .date {
	float:left;
	margin-right:15px;
}
.dates .elm .time {
	display:none;
}

.dates .elm .loca {
	float:left;
}
.dates .elm .loca strong {
	font-weight:600;
}

.dates .elm .info {
	display:none;
	margin: 4px 0 10px;
}

.dates .elm .icons {
	float:right;
}
.dates .elm .icons a {
	display:inline-block;
	margin-left:12px;
	color:#999;
}
.dates .elm .icons a:hover {
	color:#000;
}
.dates .elm .icons .ico {
	font-size:17px;
}

.dates .event {
	padding: 1px 4px;
	font-size:8px;
	text-transform:uppercase;
	vertical-align: middle;
	background-color:#eee;
	color:#333;
}
.dates .eventXX {
	color:#f00; /*konzert*/
}


/* -------------------- */

.blk-formXXX {
	margin-top:-15px;
}

form label {
    font-weight: 600;
}

form.newpass {
	display:none;
}

.tab-content {
    margin:30px 0 30px;
}

/* -------------------- */

.account .blk-form {
	margin-top:0;
}

.account .status {
	margin-top:30px;
}

.account .title {
	margin:0 0 20px;
}

.XXXaccount .menu {
	margin: -10px 0 0 -10px;
}
.account .menu li {
    margin: 10px 0 0 0px;
}
.account .menu a {
	color:#333;
	font-weight: 700;
	border: 1px solid #ddd;
}
.account .menu .active a,
.account .menu .active a:hover,
.account .menu .active a:focus {
	background:#888;
	border-color:#888;
}

.help-block {
	color:#999;
}
.help-inline {
	display:inline-block;
	margin-left: 15px;
	vertical-align: text-top;
}

/* .account .nav-tabs a {
	color:#777;
}
.account .nav-tabs .active a,
.account .nav-tabs .active a:focus {
	color:#333;
	background:#f6f6f6;
} */

/* -------------------- */

#contact {
	margin:25px 0 -10px;
}
#contact label {
	display:none;
	white-space:nowrap;
}

/* -------------------- */

.kleinanzeige-multi .box-list .elm {
	display:block;
}
.kleinanzeige-multi .box-list .elm + .elm {
	border-top: 1px solid rgba(0,0,0,.05);
    margin-top: 30px;
    padding-top: 30px;
}
.kleinanzeige-multi .box-list .title {
	display:block;
	margin:0 0 10px;
	font-weight:bold;
}

.kleinanzeige-single dl {
	margin-bottom:30px;
}
.kleinanzeige-single dt {
	font-size:85%;
	width:120px;
	line-height: 1.7;
	text-align: left;
}
.kleinanzeige-single dd {
	margin-left: 130px;
	margin-bottom: 5px;
}
.kleinanzeige-single .title {
	margin:0 0 20px;
}

/* -------------------- */

/* desktop large */
@media (min-width: 1200px){
	
}

/* desktop big */
@media (min-width: 1600px){

	.home-slider,
	.home-slider .headpic {
		padding-bottom: 35%;
	}
}

/* desktop */
@media (min-width: 992px){
	
	.home .blk-news-small {
		overflow: hidden;
		height:220px;
	}
	.home .blk-news-small .pic {
		padding-bottom:190px;
	}
	.home .blk-news-small .pic img {
		height:190px;
		max-width:none;
	}
	
	.home .blk-rgt .blk-content {
		overflow: hidden;
		height:173px; /*185*/
	}
	.home .blk-rgt .blk-content.has-img {
		height:325px;
	}
	
	.home .blk-rgt .title {
		margin-bottom:0;
		padding-bottom:15px;
		overflow: hidden;
    	text-overflow: ellipsis;
    	white-space: nowrap;
	}
	.home .blk-rgt .pic {
		margin-bottom: 10px;
		padding-bottom:152px;
	}
	.home .blk-rgt .pic img {
		height:152px;
		max-width:none;
	}
	
}

/* desktop small */
@media (min-width: 992px) and (max-width: 1199px){
	
}


/* tablet */
@media (min-width: 768px) and (max-width: 991px){
	
	body.modal-open {
		margin-right:0;
	}
	
	#slider,
	#slider .carousel,
	#slider .item,
	#slider .link {
		height:290px;
	}
	#slider {
		height:320px;
	}
	
	.blk.blk-news .title {
		margin-bottom:4px;
	}
	.blk.blk-news img {
		display:none;
	}
	
	.home .blk-news-small > .elm:first-child {
		margin:0 7.5px 4px 0;
	}
	.home .blk-news-small > .elm:last-child {
		float:none;
		width:auto;
	}
	.home .blk-news-small .pic {
		padding-bottom:130px;
	}
	.home .blk-news-small .pic img {
		height:130px;
	}
	
	.home .blk-rgt .pic {
		padding-bottom:110px;
	}
	.home .blk-rgt .pic img {
		height:110px;
		max-width:none;
	}
	
	.blk-gallery img {
		max-height: 100px;
		max-width: 160px;
	}
	
	.box-logos .logos a {
		margin-left:13px;
		margin-right:13px;
	}
}


/* phone */
@media (max-width: 767px){
	
	.menu-toggle {
		position:absolute;
		z-index:9;
		right:15px;
		top:15px;
		padding: 4px 6px;
		color: #333 !important;
		background:rgba(255,255,255,0.9);
		box-shadow:0 0 5px rgba(0,0,0,0.1);
	}
	
	#header {
		padding:15px 0;
	}
	#logo {
		margin-right:45px;
		padding:0;
	}
	#header .nav {
		margin-top:15px;
		padding:7.5px;
	}
	#header .nav > li {
		margin:0;
		padding: 7.5px;
    	width: 33.3333%;
	}
	#header .nav > li > a {
		padding:7.5px 0;
		line-height: 1;
		color:#333 !important;
		background:none !important;
	}
	#header .nav .socials {
    	float:none;
    	margin-left:-10px;
    	width:66%;
	}
	#header .nav .socials a {
		line-height: 1;
	}
	#header .dropdown-menu {
		float:right;
		left: auto;
    	right: 0;
    	margin-right:7.5px;
    	min-width:0;
	}
	
	#footer {
		position:static;
		margin-top:0;
	}
	
	#slider,
	#slider .carousel,
	#slider .item,
	#slider .link {
		height:130px;
	}
	#slider {
		height:160px;
	}
	#slider .carousel-caption {
		bottom:0;
		padding: 10px 15px;
		width:100%;
		text-align:left;
	}
	#slider .carousel-caption .head-font {
		font-size:15px;
	}
	#slider .carousel-control {
		display:none;
	}
	#slider .carousel-indicators {
		padding: 5px 10px 10px;
	}
	#slider .carousel-indicators li {
		width:7px !important;
		height:7px !important;
	}
	
	.article-single .bg-image {
		position:static;
		height:200px;
	}
	.article-single .blk-content {
		float:none;
		margin-top: 0px;
		margin-bottom: 68px;
	}
	
	.home .blk .blk-content {
		height:auto;
	}
	.home .vcenter,
	.home .blk-sections .pic {
		padding:0;
		overflow:visible;
	}
	.home .vcenter img {
		position: relative;
		top:0;left:0;
		height:auto;
		-webkit-transform:none;
		-moz-transform:none;
		-ms-transform:none;
		transform:none;
	}
	
	.blk-dates .tr {
		float:none;
		display:block;
		width:auto;
	}
	.blk-dates .td {
		display: inline-block;
    	width: 100%;
	}
	.blk-dates .icons {
		width:90px;
	}
	.blk-dates .info {
		padding:0;
	}
	
	#footer .copy {
		float:none;
		display:block;
	}
}

/* -------------------- */

@-webkit-keyframes flipping {
  0% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
            transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }

  40% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
            transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }

  50% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
            transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }

  80% {
    -webkit-transform: perspective(400px) scale3d(.95, .95, .95);
            transform: perspective(400px) scale3d(.95, .95, .95);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }

  100% {
    -webkit-transform: perspective(400px);
            transform: perspective(400px);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
}

@keyframes flipping {
  0% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
            transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }

  40% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
            transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }

  50% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
            transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }

  80% {
    -webkit-transform: perspective(400px) scale3d(.95, .95, .95);
            transform: perspective(400px) scale3d(.95, .95, .95);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }

  100% {
    -webkit-transform: perspective(400px);
            transform: perspective(400px);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
}