/* #################################################
# Projekt 	: CSS
# Stand     : 02.10.19
# Autor		: 300design.com
#################################################### */


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

body {
	/* overflow-y: scroll; */
	overflow-x:hidden;
	font-family: 'Montserrat', sans-serif;
	color:#666;
	font-size:16px;
	/* line-height: 1.615; */
	background:#f7e1eb; /*e2cdd6*/
}
body.modal-openXXX {
	margin-right:16px; /*hack: github.com/twbs/bootstrap/issues/9855 */
}

.container {
	margin:auto;
	max-width:900px;
}

.head-font,
.maintext h2,
.maintext h3,
.maintext h4,
.maintext h5,
.box-splash .overground .text h1,
.box-splash .overground .text h2 {
	font-family: 'Playfair Display', sans-serif;
	font-weight:200;
	/* text-transform: uppercase; */
}

.no-topmargin, .mt-0 {
	margin-top:0 !important;
}

.maintext h2,
.h3, h3 {
    font-size: 29px;
    font-weight:400 !important;
    color:#765a73;
}
.box-header.sub {
	font-weight:300 !important;
}

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

b {
	font-weight:500;
}

.text-content ul {
	list-style: none;
	padding-left: 25px;
}
.text-content ul li:before {
	position: absolute;
	margin-left: -11px;
	content: "\2022";
}
.text-content ul li {
	margin-bottom:5px;
}

.text-muted {
    color:rgba(0,0,0,.4);
}
.text-normal {
	color:#666;
}
.text-link {
	color:#6097bf;
}
.text-warning {
    color:#e60;
}
a.text-warning:hover {
    color:#111;
}
.text-danger {
    color:#c00;
}

.paragraph:first-letter {
	font-family: 'Playfair Display';
	font-size: 315%;
	float: left;
	padding:10px 5px 0 0;
	line-height: .7;
	color: #a26177;
}


.lead {
	/* margin:auto 0;
	max-width:850px; */
	margin-bottom: 30px;
	color:rgba(0,0,0,.5);
	font-size:19px;
	line-height: 1.6;
}
.lead.small {
	font-size: 1.6rem;
	color: #555;
}

.pic-fx {
	display:block;
}
.pic-fx .pic-wrapper {
	position:relative;
	overflow:hidden;
}
.pic-fx .ico {
	position: absolute;
	z-index: 1;
    top:0; bottom:0; left:0; right:0;
    margin:auto;
    line-height:50px;
    height:50px;
    width:50px;
    font-size:20px;
    border-radius:50%;
    color:#e57ea1;
    border: 1px solid #e57ea1;
    background:rgba(0,0,0,.7);
    box-shadow: 0 0 20px rgba(0,0,0,.4);
    text-align:center;
    opacity:0;
	transform: scale(2.5);
}
.pic-fx .pic,
.pic-fx .ico {
	-webkit-transition: all 0.5s ease-out;
	transition: all 0.5s ease-out;
}
.pic-fx:hover .ico {
	color:#e2cdd6;
    background:#a26177;
    border-color:#a26177;
	opacity:1;
	transform: scale(1);
}
.pic-fx:hover .pic {
	transform: scale(1.3);
}

.transition, a:not(.no-transition), .btn {
	-webkit-transition: all 0.18s ease-out;
	transition: all 0.18s ease-out;
}
.transition-slow {
	-webkit-transition: all 0.35s ease-out;
	transition: all 0.35s ease-out;
}

.hidn {display:none}

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

.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, .dropdown-menu, .input-group-addon, .modal-content {
	border-radius:3px;
	/* border:0; */
}
.form-control {
	font-size:16px;
}

.btn {
    font-size: 16px;
	line-height: normal;
	font-weight: 400;
}
.btn-primary {
	color: #a26177;
    background-color: transparent;
	border-color:#a26177 !important;
}
.btn-primary:hover,
.btn-primary.set {
	color:#e2cdd6;
    background-color:#a26177;
}

.block-filter {
	margin:10px 0 30px;
}
.block-filter .btn {
	margin:0 5px 5px;
}
.block-filterXXX .btn-default {
	color:rgb(255,255,255);
    background-color:transparent;
    border:1px solid rgb(255,255,255);
}
.block-filterXXX .btn-primary {
	color:#000;
    background-color:rgb(255,255,255);
}

.flt-show {
	transition-property: transform, opacity;
	transition-duration: 0.2s;
	opacity:1;
	transform: translate3d(0px, 0px, 0px) scale3d(1, 1, 1);
	visibility: visible !important;
}
.flt-hide {
	position:absolute;
	opacity:0;
	transform: translate3d(0px, 0px, 0px) scale3d(0.001, 0.001, 1);
}

.alert-box {
	background-color:#f7f7f7;
}

#gotop {
	position:fixed;
	z-index:9;
	bottom:-50px;
	right:10px;
	padding:0;
	border:0;
    border-radius: 50%;
    width: 35px;
    height: 35px;
    font-size: 20px;
    background:rgba(226,205,214,0);
    color:#cc708f;
    border:1px solid #cc708f;
}
#gotop:hover {
	color:#e2cdd6;
	background:#a26177;
}
#gotop.is-visible {
	bottom:20px;
}
#gotop .ico {
	line-height: 33px;
    vertical-align: text-top;
    transition: all .6s ease-out;
}
#gotop:hover .ico {
	transform: rotateY(360deg);
}

.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:left;
	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);
	transform: scale(1.3);
}
.box-sharing  .list-socials .text {
	display:none;
}
.box-sharing  .list-socials .ico {
	color:#fff !important;
	width:40px;
	height:40px;
	line-height:40px;
	font-size:22px;
	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:19px;
}

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

#cookie-info {
	display:none;
	position: fixed;
	z-index:99999;
	bottom:60px;
	padding:0 10px;
	width:100%;
}
#cookie-info .inner {
	margin:0 auto;
	padding:15px;
	max-width:290px;
	background:rgb(247,247,247);
	border:0px solid #ccc;
	border-radius:4px;
	box-shadow: 3px 3px 10px rgba(0,0,0,.2);
}
#cookie-info .text {
	margin:0;
	color:#999;
	line-height:18px;
}
#cookie-info .text,
#cookie-info a {
	font-size: 13px;
	font-weight:500;
}
#cookie-infoXXX .text a {
	color:#31a8f0;
}
#cookie-info .btn {
    display: inline-block;
    margin: 15px 0 0;
    font-size: 14px;
    width: calc(50% - 5px);
}
#cookie-info .btn + .btn {
	margin-left:10px;
}

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

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

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

.box-head {
	position: relative;
}
.box-head .mov-wrapper {
	padding:20px 0;
	background:#000;
}
.box-head .mov {
	padding-bottom:44%;
}

.headpic-wrapper {
	position: relative;
}
.headpic {
	padding-bottom:45.5%;
}
.gal-slider .headpic {
	padding-bottom:56%;
}
.headpic .wrapper {
    position: absolute;
    width: 100%;
    height: 100%;
    -webkit-transform: scale(1);
	transform: scale(1);
	-webkit-transition: all 6s ease-out;
	transition: all 6s ease-out;
}
.headpicX .wrapper.active {
	-webkit-transform: scale(1.2);
	transform: scale(1.2);
}
.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);
	filter: blur(15px);
}

.bg-image {
	position:absolute;
	z-index:-1;
	top:0;
	width:100%;
	height:100%;
}
.bg-image .inner {
	width:100%;
	height:100%;
	background:url('') 50% 50% no-repeat;
    background-size:cover;
    opacity: 0.7;
}


.box-image {
	position:relative;
	padding-bottom:40%;
}
.box-image .inner {
	position: absolute;
	height: 100%;
	width: 100%;
	background:rgba(226,171,200,.2) url('') 50% 50% fixed no-repeat;
    background-size:cover;
    box-shadow: 0 40px 40px -40px rgba(0,0,0,.2) inset, 0 -40px 40px -40px rgba(0,0,0,.2) inset;
    background-blend-mode: luminosity;
}
.box-image .inner:after {
	display:none;
	position:absolute;
	content:'';
	top:0;left:0;right:0;bottom:0;
	background:rgba(226,171,200,.4);
}
.box-image .lzy-bg {
	width:1px;
	height:1px;
}
.ios .box-image .inner {
	background-attachment: scroll;
}

.box-image .citate {
	position: absolute;
    margin: auto;
	left: 0;
	right: 0;
	max-width:700px;
	width: 90%;
    top: 50%;
    -webkit-transform: translateY(-50%);
	transform: translateY(-50%);
    color: #fff;
    text-align: center;
    line-height: 1.05;
	text-shadow: 0 0 10px #000;
	font-size: 26px;
	font-weight: 300;
	text-transform: uppercase;
}

/* #header nav.affix:after,
.home-slider .slider:before,
.home-slider .slider:after,
.box-image:before,
.box-image:after,
.box-head:before,
.box-head:after,
.box-contact:before,
.box-contact:after {
	position:absolute;
	z-index: 3;
	content:'';
	top:0;
	width:100%;
	height:40px;
	background:url('../i/spacer-light.png') 0% -20px repeat-x;
	background-size: auto 100%;
}
#header nav.affix:after,
.box-head:before,
.home-slider .slider:before {
	background-image: url('../i/spacer-dark.png');
}
.box-contact:before {
	top: -40px;
	background-image: url('../i/spacer-dark.png');
	background-position: 100% 20px;
}
#header nav.affix:after {
	top: auto;
	bottom:-40px;
	opacity:.92;
}
.home-slider .slider:after,
.box-image:after,
.box-head:after,
.box-contact:after {
	top:auto;
	bottom:0;
	background-position:20% 20px;
}
.box-image.last:after {
	display:none;
} */

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

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

.XXXbox-gallery {
	padding-top:0 !important;
}

.box-gallery {
	background:#a26177;
}
.box-gallery .col {
	padding:0;
}
.box-gallery .vcenter {
	padding-bottom:56%;
}

.box-gallery .elm {
	position:relative;
	overflow:hidden;
	display:block;
}
.box-gallery .elm .pic-wrapper {
	position:relative;
	overflow:hidden;
}
.box-gallery .elm .ico {
	position: absolute;
	z-index: 1;
    top:0; bottom:0; left:0; right:0;
    margin:auto;
    line-height:46px;
    height:46px;
    width:46px;
    font-size:20px;
    border-radius:50%;
    color:#e57ea1;
    border: 1px solid #e57ea1;
    background:rgba(0,0,0,.7);
    box-shadow: 0 0 20px rgba(0,0,0,.4);
    text-align:center;
}
.box-gallery .elm-mov .ico {
	padding-left: 5px;
}
.box-gallery .elm:hover .ico {
	color:#e2cdd6;
    background:#a26177;
    border-color:#a26177;
    opacity:1
}
.box-gallery .elm:hover .pic-wrapper {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}
.box-gallery .elm img {
	min-width: 103%;
	background-color:transparent;
}

.box-gallery .elm:hover .pic {
	filter: grayscale(100%);
	opacity:.5;
}

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

/* .box-videos {
	margin:30px 0 -25px;
	text-align:center;
}
.box-videos .box-intro {
	margin:-30px 0 30px;
}
.box-videos .col {
	display:inline-block;
	float:none;
}
.box-videos .elm .pic-wrapper {
	position:relative;
	overflow:hidden;
	background:#000;
}
.box-videos .elm .ico {
	position: absolute;
	z-index: 1;
    top:0; bottom:0; left:0; right:0;
    margin:auto;
    padding-left: 4px;
    line-height:50px;
    height:50px;
    width:50px;
    font-size:28px;
    border-radius:50%;
    color:#e57ea1;
    background:rgba(118,90,115,.8);
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
    text-align:center;
}
.box-videos .elm:hover .ico {
	color:#fff;
    background:#e57ea1;
}
.box-videos .elm .pic {
	padding-bottom:56%;
}
.box-videos .elm:not(.no-fx):hover .pic-wrapper {
	-webkit-transform: scale(1.08);
	transform: scale(1.08);
}
.box-videos .elm .title {
	display:block;
	margin:8px 0 25px;
	overflow:hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-align:center;
}
} */


#video {
	position:fixed;
	z-index: 999;
	top:0;
	left:-100%;
	width:100%;
	height:100%;
	background:rgba(0,0,0,0.8);
	opacity:0;
}
#video.open {
	left:0;
	opacity:1;
}
#video .mov {
	display:table;
	margin: auto;
	height:100%;
	width: 100%;
    max-width:1310px;
}
#video .inner {
	display: table-cell;
	padding: 0 15px;
	width: 100%;
	text-align: center;
	vertical-align: middle;
}
#video iframe {
	background:rgba(30,30,30,0.8);
}
#video .title {
	display:block;
    padding:5px 15px;
    width:100%;
    background:rgba(30,30,30,0.8);
	border-bottom-right-radius:2px;
	border-bottom-left-radius:2px;
}
#video .link {
	font-weight: 600;
    line-height: normal;
    color: #aaa;
}
#video .link:hover {
	color: #fff;
}
#video .link:after {
	padding-left: 6px;
	font-family: FontAwesome;
	content: "\f08e";
	font-size: 70%;
}
#video .exit {
	position: absolute;
    z-index: 999;
    right: 10px;
    top: 10px;
    margin: 0;
    font-size:35px;
    font-weight: 600;
    line-height: 20px;
    color: #fff;
    /* text-shadow: 0 2px 0 #000; */
}

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

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

.containerXXX {
    width: 970px;
}

.row.solid {
    margin-left:-5px;
    margin-right:-5px;
}
.row.solid > .col {
    margin-bottom: 10px;
    padding-left: 5px;
    padding-right: 5px;
}

.row.inline > .col:not(.hidn) {
	display: inline-block;
    float: none;
    vertical-align: top;
}

.row-elm {
	display: inline-block; /*hack*/
	width: 100%;
	margin-top:-40px;
}
.row-elm > .col {
	margin-top:40px;
}

.box-standard {
    padding:100px 0;
    position: relative;
}

.box-header,
.box-splash .overground .text h1,
.box-splash .overground .text h2 {
    margin: 0 0 30px;
    color:#a26177;
    font-size:55px;
    text-align: left;
    display: inline-block;
}
.box-header.sub {
	font-size:29px;
}

/* .box-standard .more {
    position: relative;
    width: 100%;
    height: 1px;
    margin:6px 0;
    border-top: 1px solid #e0e0e0;
}
.box-standard .more.zero {
	margin-top:0;
}
.box-standard .more a {
	display: block;
	position: absolute;
    right: 0;
    top:-8px;
    z-index:1;
    padding-left: 5px;
	font-size: 13px;
    line-height: 1;
    background-color: #fff;
} */

.space-big-top {
	margin-top:0px;
}

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

.menu-toggle {
	display:none;
	position:absolute;
	z-index:10;
	right:10px;
	top:13px;
	padding: 6px 6px;
	color:rgba(255,255,255,1) !important;
	font-size: 16px;
	text-shadow: 0 0 10px rgba(0,0,0,.4);
}
body.show-menu .menu-toggle {
	color:rgba(0,0,0,.45) !important;
	text-shadow:none;
}
body.show-menu .menu-toggle .ico:before {
	content: "\f00d";
	font-size: 1.05em;
	font-weight: 300;
}
body.page-home .menu-toggle {
	display:inline-block;
}

#header {
	position: relative;
	z-index: 9;
	padding:0;
    width: 100%;
    height: 25px;
}
.page-home #header {
	position: absolute;
	background:rgba(227,227,227,0);
	height:0; /*hack*/
}
body:not(.page-home) #header {
	height:60px;
	background: rgb(227,227,227);
}

#XXXheader .container {
	max-width: 1300px;
}

#header nav {
	top:-80px;
}
#header nav.affix,
body.show-menu #header nav {
	position: fixed;
	z-index: 9;
	top: 0;
	width: 100%;
    background:rgba(227,227,227,1);
    transition: all 0.3s ease-in;
    /* box-shadow: 0 0 20px rgba(0,0,0,.2); */
}

#header .logo {
	position:absolute;
	z-index:4;
	display:block;
	margin-top:18px;
	margin-left:15px; /*50*/
}
body.page-home:not(.show-menu) #header nav:not(.affix) .logo {
	display:none;
	opacity:0;
}
#header .logo .text,
.logo-home .text {
	color: #a26177;
	font-size: 18px;
	font-weight: 500;
	text-transform: uppercase;
}
#header .logo .text:before,
.logo-home .text:before {
	position:relative;
	content:'';
	display:inline-block;
	margin:0 7px 0 0;
	width:16px;
	height:28px;
	background:url('../i/logo-skull-pink.svg') no-repeat;
	background-size:contain;
	vertical-align: middle;
}
#header nav.affix .logo,
body.show-menu #header nav .logo {
    margin-top:18px;
}
#header .logo img {
	display:none !important;
    width:160px;
    opacity:1.75;
}
#header nav.affix .logo img,
body.show-menu #header nav .logo img {
    width:130px;
}
#header .logo:hover img {
	opacity:1;
}

.logo-home {
	position: absolute;
	z-index:9;
	top:17px;
	left:30px;
	opacity:1;
}
.logo-home .text {
	color:#fff;
	font-weight: 600;
	text-shadow:0 0 10px rgba(0,0,0,.5);
}
.logo-home .text:before {
	width:16px;
	height:28px;
	background:url('../i/logo-skull-white.svg') no-repeat;
	filter:drop-shadow(0 0 10px rgba(0,0,0,.5));
}
body.show-menu .logo-home {
	opacity:0;
}
.logo-home img {
	display:none;
	height:25px;
	filter: drop-shadow(0 0 10px rgba(0,0,0,.4));
}

#header .nav {
	position: relative;
	z-index:4;
	float:right;
	margin:10px 15px 0 0;
	padding:0;
	text-align:left;
}
body.page-home:not(.show-menu) #header nav:not(.affix) .nav {
	margin:25px 0 0;
	opacity:0;
}
#header nav.affix .nav,
body.show-menu #header nav .nav {
    margin:10px 50px 10px 0;
}
#header nav.affix .nav {
	margin-right:15px !important;
}
#header .nav li {
	float: none;
	display: inline-block;
	margin:0;
}
#header .nav li + li {
	margin-left:20px;
}
.XXXpage-home #header nav:not(.affix) .nav li + li {
	margin-left:70px;
}
#header .nav li > a {
	padding:0 2px;
    border-radius: 0px;
    color:rgba(0,0,0,.45);
    font-size:13px;
    font-weight:500;
    text-transform: none;
    line-height:40px;
    background:transparent;
    border:0px solid transparent;
    border-bottom:0;
    text-transform: uppercase;
}
#header .nav li > a:after {
	position:absolute;
	content:'';
	display:block;
	margin:auto;
	width:13px;
	height:25px;
	right:calc(50% - 10px);
	top:9px;
	background:url('../i/logo-skull-pink.svg') no-repeat;
	background-size:contain;
	opacity:0;
	transition: all 0.35s ease-out;
}
#header .nav > li > a:hover:after,
#header .nav > li.active > a:after {
	opacity:1;
	right:-14px;
}
#header .nav > li.active > a:hover:after {
	right:-28px;
}
#XXXheader nav .nav li + li:not(.icons):before {
	position: absolute;
	display: inline-block;
	left: -37px;
	line-height: 40px;
	color: rgba(0,0,0,.35);
	font-family: 'FontAwesome';
	content: "\f111";
	font-size: 10px;
}
#header .nav > li > a:hover,
#header .nav > li.open > a {
	color:#a26177;
}
#header .nav > li.active > a,
#header .nav > li.active > a:hover {
	color:#a26177;
}
#headerXXX .nav > li > a:hover {
	-webkit-transform: scale(1.15);
	transform: scale(1.15);
}

#headerXXX .nav > li.open > a {
	border-color:#ddd;
	border-bottom:0;
    border-bottom-left-radius:0;
	border-bottom-right-radius:0;
	background:#fff !important;
	color:#94928f !important;
}

#header .nav li.icons a {
	display: inline-block;
	padding:0;
	color:rgb(255,255,255);
}
#header .nav li.icons a + a {
	margin-left:7px;
}
#header .nav .ico {
	font-size:110%;
}

#header nav .dropdown.open .dropdown-toggle::after,
.dropdown-spezial.dropdown.open .dropdown-toggle::after {
	border-color: transparent;
    border-style: solid;
    content: " ";
    height: 0;
    left: 50%;
    line-height: 0;
    margin-left: -10px;
    position: absolute;
    width: 0;
    border-width: 0 8px 8px;
    bottom:-5px;
    border-bottom-color:#efefef;
}

#header .dropdown.open > a {
	z-index:1001;
}
#header .dropdown-menu,
.dropdown-spezial .dropdown-menu {
	margin:5px 0 0;
    padding:5px 10px;
    min-width:0;
    box-shadow:none;
    background:none;
    border:0px solid #ddd;
    border-radius:2px;
}
#headerXXX .dropdown-menu-right {
	border-top-left-radius:2px;
	border-top-right-radius:0;
}
#header .dropdown-menu > li,
.dropdown-spezial .dropdown-menu > li {
	display: block;
	margin:0;
}

#header .dropdown-menu.wide {
	padding:0;
	width:210px;
}
#header .dropdown-menu.wide > li {
	float:left;
	margin:0;
	width:210px;
}
#header .dropdown-menu.wide > li > a {
	padding: 0 15px;
 	overflow: hidden;
    text-overflow: ellipsis;
    border-right:0px solid #ebe7e4;
}

#header .dropdown-menu > li > a,
.dropdown-spezial .dropdown-menu > li > a {
	position:relative;
	margin: 0 2px 2px 0;
	padding:0;
    font-size:12px;
	line-height:40px;
	border-bottom:0px solid #ebe7e4;
	background:#efefef;
	color:#333;
	border-radius: 0;
}
#header .dropdown-menu:not(.wide) > li:first-child > a,
.dropdown-spezial .dropdown-menu > li:first-child > a {
	border:0;
}
#header .dropdown-menu.wide > li:nth-of-type(2n) > a {
	border-right:0;
}
#header .dropdown-menu > li:last-child > a,
.dropdown-spezial .dropdown-menu > li:last-child > a {
	border-bottom:0;
}
#header .dropdown-menu > li > a:hover,
.dropdown-spezial .dropdown-menu > li > a:hover {
	background:#606;
	color:#fff;
}

#header .lang-switch > a {
	padding-right:0 !important;
}
#header .lang-switch a:hover .flag {
	opacity:0.75;
}
#headerXXX .lang-switch.open .caret {
	visibility:hidden;
}
#header .lang-switch .dropdown-menu .flag {
	margin-right:6px;
}

.flag {
	display:inline-block;
	width: 16px;
	height: 16px;
	margin-bottom:-3px;
	background:url('../i/flags.png') no-repeat;
}
.flag.flag-de {background-position: -16px 0}
.flag.flag-en {background-position: 0 -16px}
.flag.flag-ru {background-position: -16px -16px}


#header .right {
	float:right;
	width:300px;
}

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

.box-contact {
	background:rgb(247,247,247);
}
.box-contact,
.box-contact .text a {
	color:inherit;
}
.box-contact .box-header.sub {
	color:#a26177;
}

.box-contact .text a:hover {
	color:#a26177;
}

.box-contact form .form-control {
	border-color: #f0f0f0;
    box-shadow: none;
}
.box-contact form .form-control::-moz-placeholder {
	color: #aaa;
}
.box-contact form .form-control::-webkit-input-placeholder {
	color: #aaa;
}
.box-contact form .submit {
	float:right;
}
.box-contact form .hint {
	font-size:11px;
	line-height: normal;
	vertical-align:text-top;
	color: rgba(0,0,0,.35);
}

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

.line-spaced li {
	border-left:0px solid rgba(0,0,0,.065);
}
.line-spaced li:first-child {
	border:0;
}

#footer .bar {
    padding:20px 0;
    font-size:85%;
    text-align:center;
}
#footer .bar,
#footer .bar a {
	color:rgba(0,0,0,.5);
}
#footer .bar a:hover {
	color:#c36679;
}
#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;
}

#footer .designer {
	display:block;
	margin:8px 0 0 !important;
	padding: 0 !important;
	font-size: 85%;
	border: 0;
}
#footer .designer,
#footer .designer a {
	color: rgba(0,0,0,.35);
}
#footer .designer .ico {
	color: rgba(0,0,0,.45);
}
#footerXXX .designer .heart {
	color:rgb(255,148,0);
}

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

.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:0 -7.5px 0 -7.5px;
	font-size:0; /*gap hack*/
}
.gal .pic-wrapper {
    background: rgba(0,0,0,0.15);
}
.gal .elm {
	display:inline-block;
	float: none;
	padding:7.5px;
}
.gal .elm a {
    /* padding-bottom: 63%; */
    height:0;
}

.article-single .gal .pic img {
    min-width: 0;
    max-height: 100%;
}

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

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

.slider .slick-track .slick-slide > div { /*hack*/
	display:flex;
}
.slider .item {
	position:relative;
}
.slider .item img {
	width: 100%;
}

.slider .caption {
	position: absolute;
	display:block;
    bottom:0;
    left:0;
    width:100%;
    color:#fff;
    font-size: 30px;
    line-height: 1.2;
    text-shadow:0 1px 2px rgba(0,0,0,0.6);
	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: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0.5) 100%);
}
.slider .caption .inner {
	padding: 30px 20px 60px;
    text-align: center;
}

.slider .slick-prev,
.slider .slick-next {
	position: absolute;
	z-index: 3;
	top:0;
	bottom:0;
	width: 10%;
	text-align: center;
	opacity: 0.5;
}
.slider .slick-next {
	left: auto;
    right: 0;
}
.slider .slick-prev:hover,
.slider .slick-next:hover {
	opacity:1;
}
.slider .slick-prev .ico,
.slider .slick-next .ico {
	position:absolute;
	top:50%;
	left:15px;
	margin-top:-25px;
	width:50px;
	height:50px;
	line-height:50px;
	font-size:25px;
	color: #fff;
	cursor:pointer;
	text-shadow: 0 0 10px rgba(0,0,0,.85);
}
.slider .slick-next .ico {
	right:15px;
	left:auto;
}
.slider .slick-prev.disabled,
.slider .slick-next.disabled {
	opacity: 0.5;
	cursor: default;
}

.slider.solo .slick-dots {
	display:none;
}
.slider .slick-dots {
	position: absolute;
	z-index: 3;
	bottom:20px; left: 0; right: 0;
	display: block;
    margin: auto;
    padding: 0;
    width: 60%;
    list-style: none;
    text-align: center;
}
.slider .slick-dots li {
	position: relative;
	display: inline-block;
	margin:0 4px;
	padding: 0;
	cursor: pointer;
}
.slider .slick-dots li button {
	display:block;
	margin:2px 0px;
	padding:0;
	width:20px;
	height:20px;
	border-radius:50%;
	background:#fff;
	border:0;
	text-indent: -9999em;
	opacity:0.0;
}
.sliderXXX .slick-dots li:hover button {
	opacity:0.7;
}
.sliderXXX .slick-dots li.slick-active button {
	opacity:1;
}
.slider .slick-dots li:after {
	position: absolute;
	left: 0; right: 0; top: 0; bottom: 0;
    margin: auto;
   	font-family: 'Font Awesome 5 Pro';
	content: "\f111";
	font-size: 12px;
	font-weight:900;
	color:#cc708f;
	opacity:0.4;
}
.slider .slick-dots li:hover:after {
	opacity:0.7;
}
.slider .slick-dots li.slick-active:after {
	opacity:1;
}

.gal-slider {
	position:relative;
	background:none;
}
.gal-slider .slick-prev,
.gal-slider .slick-next {
	opacity:0;
}
.gal-slider:hover .slick-prev,
.gal-slider:hover .slick-next {
	opacity:0.5;
}
.gal-slider .slick-prev:hover,
.gal-slider .slick-next:hover {
	opacity:1;
}
.gal-slider .slick-list {
	background:none;
}
.gal-slider .slick-dots {
	bottom:5px;
}

.home-slider {
	position: relative;
}
.home-slider .slider,
.home-slider .slider .slick-list,
.home-slider .slider .slick-track,
.home-slider .slider .slick-slide,
.home-slider .slider .slick-slide > div,
.home-slider .slider .item {
	height:100%;
}
.home-slider .item {
	overflow: hidden;
}

.home-slider.solo .slick-dots,
.home-slider.solo .slick-prev,
.home-slider.solo .slick-next {
	display:none;
}
.home-slider .slick-dots {
	bottom:20px;
	left: 20px;
	right: auto;
	width:100%;
	text-align: left;
}
.home-slider .slick-prev,
.home-slider .slick-next {
	top: 50%;
    margin-top: -25px;
    height: 50px;
    opacity: 0.5;
}
body:not(.mobile) .home-slider .slick-prev,
body:not(.mobile) .home-slider .slick-next {
	opacity: 0;
}
body:not(.mobile) .home-slider:hover .slick-prev,
body:not(.mobile) .home-slider:hover .slick-next {
	opacity: 0.5;
}
body:not(.mobile) .home-slider .slick-prev:hover,
body:not(.mobile) .home-slider .slick-next:hover {
	opacity:1;
}
.home-slider .link {
	position:absolute;
	z-index: 1;
	display:block;
	top:0;
	width:100%;
	height:100%;
}
.home-slider .caption {
	display:none;
	padding: 15px 0 60px;
	min-height: 125px; /* fadeInUp hack */
}
.home-slider .caption .info {
	display:block;
	text-align:center;
	font-size: 23px;
	line-height: 24px;
	color:#fff;
}
.home-slider .caption .btn {
	display:none;
    float: left;
    margin-right: 20px;
    text-shadow:none;
}
.home-slider .caption small {
	display:block;
	font-size: 65%;
    font-weight: 600;
}

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

.mov-toggles {
	position: absolute;
	z-index:9;
	top:18px;
	right:40px;
}

.toggle-btn {
	display:inline-block;
	margin-right:25px;
	text-transform:uppercase;
	font-size:16px;
	font-weight: 600;
	color: rgb(255,255,255);
	text-shadow: 0 0 10px rgba(0,0,0,.4);
}
body:not(.mobile) .toggle-btn:hover {
	color:#fff;
}
XXXbody.mobile .toggle-btn:hover {
	color: rgba(255,255,255,.7);
}
.toggle-btn:after {
	display:inline-block;
	margin-left:5px;
	font-family: 'Font Awesome 5 Pro';
	content: "\f028";
	font-size: 110%;
	font-weight: 500;
	width: 16px;
	text-align: left;
}
.toggle-btn.on:after {
	content: "\f6a9";
}

.toggle-btn.toggle-play:after {
	content: "\f144";
}
.toggle-btn.toggle-play.on:after {
	content: "\f28b";
}

.toggle-btn {
	opacity:0;
	transform: translate3d(0,-70px,0) scale(3);
}
body.bg-video-active .toggle-btn {
	opacity:1;
	transform: translate3d(0,0,0) scale(1);
}

.box-splash {
	position: relative;
	overflow: hidden;
	width:100%;
	max-width:none;
	height:auto;
	margin:auto;
	padding-bottom:100vh;
	background:rgba(247,247,247);
	text-align:center;
}
@media (min-height: 1200px) and (max-aspect-ratio: 1/1),
	(min-height: 1025px) and (min-aspect-ratio: 1/1),
	(min-height: 1000px) and (min-aspect-ratio: 16/9),
	(max-width: 570px) and (min-height: 900px) {
	.box-splash {
		padding-bottom:60vh;
	}
	.box-splash .skip {display:none !important;}
}
@media (min-height: 1025px) and (min-aspect-ratio: 1/1){
	.box-splash {padding-bottom:50%;}
}
@media (min-height: 1000px) and (min-aspect-ratio: 16/9){
	.box-splash {padding-bottom:40%;}
}

.box-splash > .slider {
	position: absolute;
	left:0; right:0; top:0; bottom:0;
}

.box-splash .overground {
	position: absolute;
	z-index:1;
	width: 100%;
	height: 100%;
	opacity: 1;
	transition: opacity .5s;
}
.box-splash .overground .inner {
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translateY(-50%) translateX(-50%);
	transform: translateY(-50%) translateX(-50%);
	width:450px;
	max-width: 85%;
}
.box-splash .overground.pos-1 .inner {
	top: auto;
	bottom:10%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}
.box-splash .overground.pos-2 .inner {
	top: 10%;
	bottom:auto;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}
@media (min-width: 1330px){
	.box-splash .overground .inner {
		width:550px;
	}
}
@media (min-width: 1920px){
	.box-splash .overground .inner {
		width:700px;
	}
}
.box-splash .overground img {
	width: 100%;
	background: none;
}
@media (max-height: 420px){
	.box-splash .overground .inner {
		width:370px;
		max-width: 50%;
	}
}
.box-splash .overground img.is-logo {
	filter: drop-shadow(0 0 10px rgba(0,0,0,.7));
}
.box-splash .item:not(.item-mov).hover .overground img {
	-webkit-transform: scale(.9);
	transform: scale(.9);
}

.box-splash .overground img + .text span {
	margin-top:15px;
}
.box-splash .overground .text {
	font-size:19px;
	line-height: 1.2;
	color: #fff;
	text-shadow: 0 0 10px rgba(0,0,0,.4);
	text-align:left;
}
.box-splash .overground .text h1,
.box-splash .overground .text h2 {
	color:#e57ea1;
}
.box-splash .overground .text span {
	display:block;
}
.box-splash .overground .btn {
	text-shadow:none;
	margin:15px 10px 0 0;
	color: #e57ea1;
	border-color: #e57ea1 !important;
	background-color: rgba(0,0,0,.7);
	box-shadow: 0 0 20px rgba(0,0,0,.4);
}
.box-splash .overground .btn:hover {
	color:#e2cdd6;
    background-color:#a26177;
	border-color:transparent !important;
}

.box-splash .bg-image {
	position: absolute;
	z-index:0;
	width: 100%;
	height: 100%;
	opacity: 1.5;
	transition: opacity .5s;
}
.box-splash .bg-image img {
	display: block;
	width:100%;
	height:100%;
	object-fit: cover;
	background-color:transparent;
}
body.bg-video-active .box-splash:not(.audio) .item-mov .overground,
body.bg-video-active .box-splash:not(.audio) .item-mov .bg-image,
body.bg-video-active .box-splash:not(.audio) .item-mov .btn-play {
	opacity: 0;
}

.bg-video {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
}
@media (min-aspect-ratio: 16/9) {
  .bg-video { height: 300%; top: -100%; }
}
@media (max-aspect-ratio: 16/9) {
  .bg-video { width: 300%; left: -100%; }
}
.bg-video .screen {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	margin: auto;
	opacity: 0;
	transition: opacity .5s;
	pointer-events: none;
}
body.bg-video-active .box-splash .item-mov .bg-video .screen {
	opacity: 1;
}

.box-splash.audio .bg-video {
	display:none;
}

.box-splash .item-mov .btn-play {
	position:absolute;
	z-index:3;
	top:50%;
	left: 50%;
	margin: -30px 0 0 -30px;
	padding: 0 0 0 7px;
	width: 60px;
	height: 60px;
	line-height: 60px;
	font-size: 28px;
	color: #fff;
	background: rgba(0,0,0,.75);
	box-shadow: 0 0 10px rgba(255,255,255,.5);
	border-radius: 50%;
}
.box-splash .item-mov .btn-play:hover {
	color: #000;
	background: rgba(255,255,255,1);
	box-shadow: 0 0 10px rgba(0,0,0,.5);
	-webkit-transform: scale(1.2);
	transform: scale(1.2);
}

.box-splash .skip {
	position: absolute;
	z-index:3;
	display:inline-block;
	left: 50%;
	bottom:15px;
	margin-left:-20px;
}
.box-splash .skip .ico {
	width:40px;
	height:40px;
	line-height:40px;
	font-size:25px;
	color:#fff;
	background:rgba(0,0,0,0.0);
	text-align:center;
	border-radius:50%;
}

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

.box-shoplink .pic + .text {
	margin-top:30px;
}

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

.card-columns .card {
	display:inline-block;
	width:100%;
}
.card .card-header {
	padding:10px 0 0;
	line-height: 1;
	font-size: 85%;
}
.card.facebookXXX .card-header {
	background:#3b5998;
}
.card .card-header .ico-netw {
	margin-right:10px;
}
.card .img-link:hover img {
	opacity:.7;
}
.card .card-img {
	padding-bottom: 75%;
	background:#222;
}
.card .card-img img {
	min-width: 0;
	max-width: none;
	max-height: 100%;
}
.card.type-video .card-img:before {
	position:absolute;
	z-index:1;
	display:block;
	font-family:'Font Awesome 5 Pro';
	content:"\f04b";
	top:0; bottom:0; left:0; right:0;
    margin:auto;
    padding-left: 5px;
    line-height:50px;
    height:50px;
    width:50px;
    font-size:21px;
    font-weight: 600;
    color:#e57ea1;
    border: 1px solid #e57ea1;
    border-radius:50%;
    background:rgba(0,0,0,.7);
    text-align:center;
    box-shadow: 0 0 20px rgba(0,0,0,.4);
}
.card .card-body {
	padding:10px 0 0;
}
.card .card-header + .card-body {
	padding-top:5px;
}

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

.box-releases .lead {
	margin-bottom:40px;
}
.box-releases .row-elm {
	display: block;
	margin-top:-30px;
}
.box-releases .row-elm > .col {
	margin-top:30px;
}
.box-releases .has-active .elm-img .elm-toggle:not(.active) {
	opacity:.35;
}
.box-releases .pic-wrapper {
	border: 1px solid rgba(0,0,0,.075);
	background: rgba(0,0,0,.05);
	border-radius: 3px;
}
.box-releases .pic {
	padding-bottom:100%;
}
.box-releases .pic img {
	height:100%;
	min-width:0;
}
.box-releases .elm:hover .pic {
	transform: scale(1.08);
}
.box-releases .elm-toggle.active .ico {
	opacity:1;
}
.box-releases .elm .title {
	padding-top:5px;
	font-size:85%;
	text-align: center;
}

.box-release-item {
	position:relative;
	padding:15px;
	border:1px solid rgba(0,0,0,.15);
	border-radius: 3px;
}
.box-release-item .btn-close {
	position:absolute;
	right:-1.25rem;
	top:-1.25rem;
	width: 2.5rem;
	height: 2.5rem;
	padding: 0;
	font-size: 1.25rem;
	background:#f7e1eb;
	border:1px solid rgba(0,0,0,.15);
	border-radius: 50%;
}
.box-release-item .title {
	margin-top:0;
}
.box-release-item .pic {
	border: 1px solid rgba(0,0,0,.075);
	background: rgba(0,0,0,.05);
	border-radius: 3px;
}

.box-release-item .box-buy {
	margin-top:30px;
}

.list-buy {
	margin:0 0 0 -15px;
}
.list-buy li {
	margin:0 0 10px 15px;
	padding:0;
}

.list-buy .btn:before {
	font-family: 'Font Awesome 5 Pro';
	content: "\f07a";
	padding-right: 6px;
}
.XXXlist-buy .btn {
	color: rgb(255,148,0);
	background: none;
	border: 1px solid rgb(255,148,0);
	border-radius: 6px;
}
.XXXlist-buy .btn:hover {
	color:#000;
	background-color:rgb(255,255,255) !important;
}
.list-buyXXX .btn.spotify {
	background:#1DB954;
}
.list-buy .btn.spotify:before {
	content: "\f1bc";
}
.list-buyXXX .btn.amazon {
	background:#ff9900;
}
.list-buy .btn.amazon:before {
	font-family: 'Font Awesome 5 Brands';
	content: "\f270";
}
.list-buyXXX .btn.itunes {
	background:#A3AAAE;
}
.list-buy .btn.itunes:before {
	content: "\f179";
}
.list-buyXXX .btn.googleplay {
	background:#000;
}
.list-buy .btn.googleplay:before {
	content: "\f3ab";
}

.box-release-item .info {
	margin-bottom:30px;
}

.box-release-item .box-tracklist .list-elm {
	margin-bottom:0;
	line-height: normal;
}
.box-release-item .box-tracklist .list-elm + .list-elm {
	margin-top:15px;
}
.box-release-item .box-tracklist .list-elm .elm {
	margin-left:0px;
}
.box-release-item .box-tracklist .list-elm .elm + .elm {
	margin-top:8px;
}
.box-release-item .box-tracklist .actions {
	position: absolute;
	display:inline-block;
	margin-left: -60px;
}
.box-release-item .box-tracklist .actions .act-elm {
	display:inline-block;
	width:15px;
	margin-right:15px;
	font-size: 85%;
}
.box-release-item .box-tracklist .actions .act-elm.audio {
	position: relative;
	text-align:center;
}
.box-release-item .box-tracklist .list-elm .no {
	display:inline-block;
	margin-right:10px;
}

/* -------------------- */
.box-programm {
	background:rgb(247,247,247)
}

.box-programm .toggler,
.box-about .toggler {
    display:block;
    margin:-10px 0 0;
}
.toggler.open .ico {
	webkit-transform: rotate(180deg);
	transform: rotate(180deg);
}
.toggler:not(.open) .opened,
.toggler.open .unopen {
	display:none;
}

.box-about .more-about .elm {
    display: inline-block;
    margin: 0 0 30px;
    width: 100%;
}

.box-programmX .elm + .elm {
	margin-top:30px;
}
.box-programm .poster {
	display:inline-block;
	float:left;
	margin:0 30px 15px 0;
	width:25%;
	/* box-shadow:5px 5px 10px rgba(0,0,0,.2); */
}
.box-programm .more-programm {
	margin:25px 0;
}

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

.box-dates .box-feature {
	margin-bottom:60px;
}
.list-dates .blk-elm + .blk-elm {
    margin-top: 55px;
}
.list-dates .blk-elm > .head-font {
    margin-bottom:20px;
}
.list-dates .row .inner {
	position:relative;
	z-index:1;
	padding:10px 10px;
	border-bottom:0px solid #eee;
}
.list-dates .row:nth-child(2n) .inner {
	background:rgba(226,171,200,.15);
}

.list-dates .fx-block {
	position:absolute;
	z-index: -1;
	left:-0px;
	right:-0px;
	top:0;
	bottom:0;
	background:rgba(255,255,255,.45);
	opacity:0;
	width:0;
	border-radius:0px;
	border-top-right-radius:0;
	border-bottom-right-radius:0;
}
.list-dates .row:hover .fx-block {
	opacity:1;
	width:100%;
}
.list-dates .row:hover .inner {
	background:none;
}

.list-dates .right {
	display: block;
    float: right;
    margin-left: 20px;
    text-align:right;
}
.list-dates .right .link {
	margin-left:20px;
}

.list-dates .label {
	display: inline-block;
	padding: 2px 0px;
	width: 70px;
	font-size: 70%;
	font-weight:500;
	border-radius:3px;
	color:#666;
	border: 1px solid #666;
	background:none;
}
.list-dates .label-1 {
	color:#1992c9; /*solo 5cb85c*/
	border-color:#1992c9;
}
.list-dates .label-2 {
	color:#ee950f; /*mix 337ab7*/
	border-color:#ee950f;
}
.list-dates .label-3 {
	color:#5bc0de; /*tv*/
	border-color:#5bc0de;
}
.list-dates .label-4 {
	color:#f0ad4e; /*diverses*/
	border-color:#f0ad4e;
}

.list-dates .text {
	display:block;
	margin-left:0px;
	line-height: 1.3;
}
.list-dates .title {
	color:#765a73;
	font-size: 115%;
	font-weight: 500;
}
.list-dates .info {
	color:#e00;
	font-size:85%;
}
.XXXlist-dates .addr {
	font-style:italic;
}
.list-dates .more {
	padding-top:5px;
}

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

.article-single {
}
.article-single .gal {
	margin-top:30px;
}

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

.box-news .lead {
	margin-bottom:40px;
}
.box-news .col {
	margin-bottom:30px;
}
.box-newsX .elm:hover .pic-wrapper {
	-webkit-transform: scale(1.075);
	transform: scale(1.075);
}
.box-news .elm .pic {
	background-color:rgba(0,0,0,.05);
}
.box-news .elm img {
	min-height: 100%;
	background-color:transparent;
}
.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:0;
	padding:0 0 10px;
	font-size: 17px;
    font-weight: 700;
}
.box-news .elm:hover .title {
	color:#152a49;
}
.box-news .elm .text {
	color:rgba(0,0,0,.6);
}
.box-news .elm:hover .text {
	color:#333;
}

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

.article-nav {
	background:#000;
}
.article-nav .prev,
.article-nav .next {
	display:block;
	position:absolute;
	z-index:2;
	top:0;
	bottom:0;
	left:0;
	margin:auto;
	width:100px;
	text-align: center;
	cursor:pointer;
	opacity:0.4;
}
.article-nav.mov-wrapper .prev,
.article-nav.mov-wrapper .next {
	height:50px;
}
.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);
}

.article-nav .lbx {
	position: absolute;
	display:block;
    z-index: 1;
    width: 100%;
    height: 100%;
}
.article-nav .lbx img {
	min-width:0;
	min-height: 101%;
	max-height: 100%;
}
.article-nav .bg {
	-webkit-filter: blur(15px);
	filter: blur(15px);
}

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

.pnav {
	text-align:left;
	font-weight:600;
}
.pnav.top .pagination {
	margin-top:0;
}

.pagination > li > a {
	color:#152a49;
}
.pagination > .active > a {
	background-color: #152a49;
    border-color: #152a49;
}

.paginationXXX > li:first-child > a, 
.paginationXXX > li:first-child > span {
    border-bottom-left-radius:2px;
    border-top-left-radius:2px;
}
.paginationXXX > li:last-child > a, 
.paginationXXX > li:last-child > span {
    border-bottom-right-radius:2px;
    border-top-right-radius:2px;
}

.pnav .pagination.arrows {
	margin-right:20px;
}

.pnav .pagination .disabled span {
	color:#ccc;
}

.pnav .pagination .spacer span {
	padding-left:8px;
	padding-right:8px;
}
/* -------------------- */

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

	.logo-home img {
		height:30px;
	}
	#header .nav li + li {
		margin-left:35px;
	}
	#header .nav li > a {
		font-size:14px;
	}
}

/* desktop large */
@media (min-width: 1600px){
	
	.box-image {
		padding-bottom:35%;
	}
	#header .nav li + li {
		margin-left:45px;
	}
}

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

	.box-image {
		padding-bottom:30%;
	}
}

@media (min-width: 992px){
	
	.box-news .elm .title {
		overflow:hidden;
    	text-overflow: ellipsis;
    	white-space: nowrap;
    }
	
	.box-news .elm .text {
		min-height: 70px;
		margin: 0;
	}
	
	.XXXbox-about .more-about {
		-moz-column-count: 2;
		-webkit-column-count: 2;
		column-count: 2;
	}
	
	#item-zoom .pics .item-img.main .wrapper {
		padding-bottom:60%;
	}
}


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

	
}


/* tablet */
@media (min-width: 768px) and (max-width: 991px){
	
	#XXXheader {
		padding:5px 0;
	}
	#XXXheader .logo {
		margin-top:10px;
	}
	#XXXheader .logo img {
		width:210px;
	}
	#header .nav > li + li {
		margin-left:20px;
	}
	
	.box-image {
		padding-bottom:60%;
	}
}


/* not-phone */
@media (min-width: 768px){
	
	body.page-home:not(.show-menu) #header nav:not(.affix) .nav {
		display:none;
	}
	#header .nav li.icons {
		position:fixed;
		right:0;
		top:55%;
		margin:0;
	}
	body.page-home:not(.show-menu) #header nav:not(.affix) .nav li.icons {
		right:-40px;
	}
	#header .nav li.icons a + a {
		margin-left:0px;
	}
	#header .nav li.icons > span {
		display:block;
		text-align:right;
	}
	#header .nav li.icons a {
		display:inline-block;
		white-space: nowrap;
		margin:8px 0 0;
		padding:0 0 0 2px;
		max-width:36px;
		height:36px;
		line-height:1;
		font-size:17px;
		text-align:center;
		border:1px solid #cc708f; /*a26177*/
		border-right:0;
		border-radius:36px;
		border-top-right-radius:0;
		border-bottom-right-radius:0;
		color:#cc708f;
		background:rgba(226,205,214,0);
		-webkit-transition: all 0.3s ease-out;
		transition: all 0.3s ease-out;
		/*
		box-shadow: -1px 1px 0 rgba(247,225,235,.55), -1px -1px 0 rgba(247,225,235,.55);
		text-shadow: -1px 1px 0 rgba(247,225,235,.75), 1px 1px 0 rgba(247,225,235,.75), 1px -1px 0 rgba(247,225,235,.75), -1px -1px 0 rgba(247,225,235,.75);
		*/
	}
	#header .nav li.icons .ico {
		width:34px;
		line-height:34px;
		font-size:115%;
		vertical-align: middle;
		transition: all .6s ease-out;
	}
	#header .nav li.icons .ico.fa-envelope {
		font-size:110%;
	}
	#header .nav li.icons a:hover,
	#header .nav li.icons a:focus {
		color:#a26177;
		background:#e2cdd6;
		border-color:#e2cdd6;
		text-shadow:none;
	}
	#header .nav li.icons a:hover {
		max-width:250px;
	}
	#header .nav li.icons a:hover .ico {
		transform: rotateY(360deg);
	}
	#header .nav li.icons .text {
		display:none;
		padding-right:10px;
		font-weight: bold;
		text-transform: none;
		vertical-align: middle;
		line-height: 34px;
	}
	#header .nav li.icons a:hover .text {
		display:inline-block;
	}
	
	.list-dates .row .inner {
		margin-left:75px;
		margin-bottom:15px;
	}
	.list-dates .date {
		position:absolute;
		left:-75px; top: 0; bottom: 0;
		display: inline-block;
		margin:0;
		text-align:center;
		color:#a26177;
		background:rgba(255,255,255,.0);
		border: 1px solid #d696ab;
		line-height:1.00;
		border-radius:6px;
		border-top-right-radius:0;
		border-bottom-right-radius:0;
		font-family: 'Playfair Display';
		font-size:25px;
		font-weight:600;
		letter-spacing: .015em;
		text-transform:uppercase;
		width:65px;
		height:auto;
		vertical-align: middle;
	}
	.list-dates .row:hover .date {
		color:#e2cdd6;
		background:#a26177;
		border-color:#a26177;
	}
	.list-dates .fx-block {
		transition: all .7s ease-out;
	}
	.list-dates .date .date-inner {
		padding:9px 0;
		transition: all .7s ease-out;
	}
	.list-dates .row:hover .date-inner {
		transform: rotateY(360deg);
	}
	.list-dates .date span {
		display:block;
		font-size:65%;
		opacity:0.8;
	}
	.list-datesXXX .date:hover {
		background:#fff;
		color:#333;
	}
	.list-dates .text {
		margin-left:0px;
	}
}

/* phone + tablet */
@media (max-width: 991px){

	body.page-home #header {
		height: 15px;
	}
	body:not(.page-home) #header {
		height: 60px;
	}
	
	.logo-home {
		left: 20px;
	}
	body:not(.page-home) .logo-home {
		display:none;
	}
	
	body:not(.page-home) .menu-toggle {
		display: inline-block;
		color: #666 !important;
		text-shadow: none;
	}
	
	#header .logo {
		z-index: 9;
		margin-left: 5px;
	}
	body.page-home:not(.show-menu) #header .logo .mobile {
		filter: drop-shadow(0 0 10px rgba(0,0,0,.4));
	}
	body.page-home.show-menu #header .logo .mobile,
	body.page-home:not(.show-menu) #header .logo .desktop {
		display:none !important;
	}
	body.page-home.show-menu #header .logo .desktop {
		left:0;
		text-align: center;
		width: 100%;
	}
	#header .logo img {
		width:130px;
	}
	body.page-home.show-menu #header .logo img {
		width:180px;
	}
	
	#header nav {
		position:static !important;
	}
	
	#header .nav {
		position:absolute !important;
		width: 100%;
		top:0;
		left: -100%;
		background: rgba(227,227,227,96);
		float: none;
		opacity:1 !important;
		margin:0 0 !important;
		padding:80px 0 10px;
		text-align: center;
	}
	body.show-menu #header .nav {
		left:0;
	}
	
	#header .nav > li {
		margin:0 !important;
		padding:20px 0;
    	width: 50%;
	}
	#header .nav > li > a {
		padding:0 0;
		font-size: 16px;
		line-height: 1;
		background:none !important;
	}
	
	#header .dropdown-menu {
		display:none !important;
	}
}


/* phone */
@media (max-width: 767px){
	
	body, .form-control {
		font-size:14px;
	}
	
	body.modal-open {
		margin-right:0;
	}
	
	.lead {
		font-size:16px;
	}
	
	#header .nav > li.icons {
		width:100%;
		margin-top:0px;
	}
	#header .nav > li.icons a {
		margin:0 15px;
		color:#cc708f;
	}
	#header .nav .ico {
		font-size: 140%;
	}
	#header .nav li.icons .text {
		display: none;
		padding-left:10px;
		vertical-align: middle;
	}
	
	.box-header {
		font-size:36px;
		margin-bottom:15px;
	}
	.box-header.sub {
		font-size:24px;
	}
	
	.h3, h3,
	.box-image .citate {
		font-size:26px;
	}
	
	#video .inner {
		padding:0;
	}
	#video .link {
		font-size:18px;
	}
	
	.space-big-top {
    	margin-top:0px;
	}
	
	.row-xs {
		margin-left:-10px;
    	margin-right:-10px;
	}
	.row-xs .col {
		margin-bottom:10px;
		padding-left:5px;
    	padding-right:5px;
	}
	
	.row-elm {
		margin-top:-20px;
	}
	.row-elm > .col {
		margin-top:20px;
		margin-bottom: 0;
	}
	
	.box-standard {
    	padding:40px 0;
	}
	
	.box-image {
		padding-bottom:100%;
	}
	
	#footer {
		margin-top:0;
	}
	
	#slider .item img {
		width:auto;
		height:250px;
	}
	.home-slider .headpic {
		padding-bottom:49%;
	}
	.home-slider .slick-prev,
	.home-slider .slick-next,
	.gal-slider .slick-prev,
	.gal-slider .slick-next,
	.home-sliderXXX .slick-dots {
		display:none !important;
	}
	.home-slider .slider .slick-dots li button {
		width:13px;
	}
	.home-slider .slick-dots {
		bottom: -25px;
	}
	.home-slider .slider .slick-dots li:after {
		color:#999;
		font-size:13px;
	}
	
	.box-splash .skip {
		bottom: 5px;
	}
	
	.gal-slider {
    	padding:0;
	}
	.gal-slider .slick-dots {
    	bottom:-5px;
	}
	
	.mov-toggles {
		top: 12px;
		right: 60px;
	}
	.mov-toggles .toggle-btn {
		margin:0 0 0 25px;
	}
	.mov-toggles .toggle-btn::after {
		font-size: 130%;
	}
	.mov-toggles .toggle-btn .text {
		display:none;
	}
	
	.article-single .bg-image {
		position:static;
		height:200px;
	}
	.article-single .blk-content {
		float:none;
		margin-top: 0px;
		margin-bottom: 68px;
	}
	
	.box-about .more-about {
		margin-top:10px;
	}
	.box-about .more-about .elm {
		margin-bottom:0;
	}
	.box-gallery .elm .ico {
		line-height: 36px;
		height: 36px;
		width: 36px;
		font-size: 14px;
	}
	.box-videos .elm .title {
		margin-bottom:0;
	}
	
	.box-programm .poster {
		display:block;
		float:none;
		margin:0 0 15px 0;
		width:100%;
		box-shadow:none;
	}
	
	.box-contact form textarea {
		min-height:200px;
	}
	
	#footer .bar {
		font-size: 90%;
		text-align: center;
	}
	#footer .bar li {
		margin-top:10px !important;
	}
	#footer .bar .copy,
	#footer .bar .designer {
		display:block;
		margin:0;
		padding: 0;
	}
	#footer .bar .copy + li {
		border:0;
		margin-left:0;
		padding-left:0;
	}
	#footer .designer {
		display:block;
		margin: 8px !important;
		line-height: 2.5;
	}
	
	.list-dates {
		margin-bottom:10px;
		margin-top:10px;
	}
	.list-dates .row .inner {
		margin: 0 -15px;
		padding: 10px 15px;
	}
	.list-dates .date {
		font-weight:600;
		text-transform:uppercase;
	}
	.list-dates .date .day {
		margin-right:5px;
		color: #222;
	}
	.list-dates .date .month {
		color:#b0b0b0;
	}
	.list-dates .text {
		margin-left:0;
	}
	.list-dates .right {
		margin-left:0;
	}
	.list-dates .label {
		width: 55px;
		font-size: 65%;
	}
}