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


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

body {
	/* overflow-y: scroll; */
	overflow-x:hidden;
	font-family:'Open Sans', sans-serif;
	color:#444;
	font-size:18px;
	line-height:1.7;
	background:#fff;
}
body.no-scroll {
	overflow:hidden;
	-webkit-overflow-scrolling: touch;
}

#content {
	/* background:#535353 url('../i/bg-cnt.jpg') 50% 0% no-repeat fixed;
    background-size:cover; */
}

.head-font,
.btn:not(.btn-default) {
	font-family: inherit, sans-serif;
}
.head-font .thin {
	font-weight:300;
	font-size: 105%;
}

h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
	font-family: inherit, sans-serif;
	margin-top:0;
	color: #7a1b15;
	font-weight:400;
	text-transform: none;
	text-align:center;
}

h1, .h1 {
	margin-bottom:30px;
    font-size:37px;
    font-weight:400;
}
h1 small, .h1 .small,
h1 .small, .h1 small {
	font-weight:400;
	color: #7a1b15;
}
h2, .h2 {
	margin-bottom:20px;
	font-weight:400;
	font-size:26px;
}
.maintext h2, .maintext .h2,
.maintext h3, .maintext .h3,
.maintext h4, .maintext .h4,
.maintext h5, .maintext .h5 {
	text-align:left;
}
h3, .h3 {
	margin-bottom:20px;
	font-size:23px;
}
h5, .h5 {
	color:#ccc;
}

.h-mb-0 h2, .h-mb-0 .h2,
.h-mb-0 h3, .h-mb-0 .h3,
.h-mb-0 h4, .h-mb-0 .h4,
.h-mb-0 h5, .h-mb-0 .h5,
.h-mb-0 h6, .h-mb-0 .h6 {
	margin-bottom:0;
}

.title .bracket {
	font-size:85%;
}

blockquote {
	margin: 0;
	border-left:3px solid #7a1b15;
	background:#f9f9f9;
}
blockquote footer {
	color:#70afdb;
}

.paragraph:first-letter {
	font-size:310%;
	font-weight: 300;
	float: left;
	padding:10px 5px 0 0;
	line-height: .7;
	color:#7a1b15;
}

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

a:active, a:focus {
	outline:0px !important;
	text-decoration:none;
	-webkit-appearance:none;
}
a {
	color:#7a1b15;
}
a:hover, a:focus {
    color: #a8a7a7;
    text-decoration: none;
}
a:not([href]) {
	font-size:0;
	line-height: 0;
}

.title a, a.title {
	color:#7a1b15;
}
.title a:hover, .title a:focus,
a.title:hover, a.title:focus {
    color: #000;
    text-decoration: none;
}

#XXXcontent a:not(.btn) {
	font-weight: normal;
}

b {
	font-weight:600;
}

.text-muted {
    color:#888;
}
.text-normal {
	color:#444;
}
.lh-normal {
	line-height:normal;
}
.text-link {
	color:#70afdb;
}
.text-warning {
    color:#f90;
}
a.text-warning:hover {
    color:#006d8a;
}
.text-danger {
    color:#e10019;
}
.text-danger:hover {
    color:#111;
}
.text-ellipsis {
	display:block;
	overflow:hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.tel {
	display:inline-block;
	white-space:nowrap;
}
.tel .ico {
	font-size:90%;
}

.lead {
	margin:auto;
	margin-bottom:30px;
	max-width:850px;
	font-size:22px;
	color: #555;
}
.lead.small {
	margin-bottom: 30px;
	font-size: initial;
	font-weight: 400;
	color: #888;
}
.lead b {
	font-weight: 400;
}

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

.flip-x {
	transform: scaleX(-1);
}
.flip-y {
	transform: scaleY(-1);
}

.hidn {display:none}

.checker, .outrange,
.form-checker #f_email + input,
.form-checker #f_email + .input-group .input-group-addon + input {
	position:absolute;left:-3000px;width:1px;height:1px;overflow:hidden;
}

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

.alert {
	border:0;
}

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

.form-control, .btn, .dropdown-menu {
	border-radius:3px;
	font-size: 16px;
}
.btn-lg {
	font-size:20px;
}
.ico + .text {
	margin-left:5px;
}
.dropdown:not(.bootstrap-select) .ico + .text {
	margin-left:8px;
}

.box-form-big .status .alert {
	margin:0;
}
.box-form-big .control-label {
	font-size:75%;
}
.box-form-big .control-label small {
	font-weight:normal;
	color:#888;
}
.box-form-big .title {
	margin:20px 0 10px;
	text-align: left;
}

.form-control {
	height:36px;
	box-shadow: none;
}
.btn-sm {
	padding: 4px 10px;
	font-size:14px;
}
.btn-xs {
	font-size:13px;
}

.fa-sm {
	font-size:85%;
}

.btn {
	font-size: 15px;
	font-weight: 400;
	text-transform: uppercase;
}
.btn:not(.btn-default):not(.outline) {
    border-color:transparent;
}
.btn.outline {
	background-color:transparent;
	border-width:2px;
}
.btn.outline:hover {
	background-color:transparent;
}
.btn-default {
	color: #fff;
	border-color:transparent;
	background-color:#999;
}
.btn-default:hover {
	color:#fff;
	border-color:transparent;
	background-color:#000;
}
.btn-default.outline {
	color: #555;
	border-color:#ddd;
	background-color:#fff;
}
.btn-default.outline:hover {
	color:#7a1b15;
	background-color:#fff;
}
.btn-dark {
	color: #fff;
	background-color:#1c1b1b;
}
.btn-dark:hover {
	color:#fff;
	background-color:#555;
}
.btn-primary {
    background-color: #7a1b15;
}
.btn-primary:hover {
    background-color: #a8a7a7;
}
.btn-primary.outline {
	color:#7a1b15;
    border-color:#7a1b15;
}
.btn-primary.outline:hover {
	color:#a8a7a7;
    border-color:#a8a7a7;
}
.btn-primary.outline.dark:hover {
	color:#fff;
    border-color:#fff;
}
.btn-success {
    background-color: #007a2b;
}
.btn-success:hover {
    background-color: #1c1b1b;
}
.btn-danger {
    background-color: #e10019;
}
.btn-danger:hover {
    background-color: #1c1b1b;
}

#gotop {
	position:fixed;
	z-index:9;
	bottom:12px;
	right:10px;
	padding:0;
	border:0;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    color:#fff;
	background:#a8a7a7;
	transform: scale(0);
}
#gotop.is-visible {
	transform: scale(1);
}
#gotop .ico {
	font-size:22px;
}

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

.box-header .dropdown.share {
	float:none !important;
	margin-left:10px;
}
.dropdown.shareX .dropdown-toggle .ico {
	font-size: 1.33333em;
    line-height: 0.75em;
    vertical-align: -15%;
}
.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: 14px;
    width: 19px;
}

.share-page.scrollto:not(.btn) {
	font-size: 25px;
}

.box-sharing {
	text-align:center;
	padding:30px 0;
}
.box-sharing  .list-socials {
	margin:-8px;
}
.box-sharing  .list-socials li {
	padding:8px;
}
.list-socials a {
	display:inline-block;
}
.list-socials a:hover {
	transform: scale(1.3);
}
.box-sharing  .list-socials .text {
	display:none;
}
.list-socials .ico {
	color:#fff !important;
	width:44px;
	height:44px;
	line-height:44px;
	font-size:24px;
	text-align:center;
	border-radius:50%;
}
.list-socials .ico {
	background:#666;
}
.list-socials .facebook .ico {
	background:#3b5998;
}
.list-socials .twitter .ico {
	background:#55acee;
}
.list-socials .instagram .ico {
	background:#e4405f;
}
.list-socials .youtube .ico {
	background:#cd201f;
}
.list-socials .vimeo .ico {
	background:#1ab7ea;
}
.list-socials .soundcloud .ico {
	background:#ff3300;
}
.list-socials .bandcamp .ico {
	background:#619aa9;
}
.list-socials .snapchat .ico {
	background:#FFFC00;
}
.list-socials .pinterest .ico {
	background:#cb2027;
}
.list-socials .whatsapp .ico {
	background:#4dc247;
}
.list-socials .fbmessenger .ico {
	background:#0084ff;
}
.list-socials .email .ico {
}
.list-socials .clipboard.active .ico {
	transform: rotateY(-180deg);
}

.list-links {
	margin:0 auto 30px;
	text-align: center;
}
.list-links .btn {
	border-radius:10px;
}

.list-btns {
	margin:0 0 20px;
}
.list-btns li {
	display: inline-block;
	margin:0 5px 10px;
}

.list-icon {
	margin:0;
}
.list-icon .list-item {
	padding:0;
}
.list-icon .list-item a {
	position: relative;
	display: inline-block;
	padding-left: 36px;
	line-height: normal;
}
.list-icon .list-item a:before {
	position: absolute;
	left:0;
	display: inline-block;
	margin-right:10px;
    font-family: 'Font Awesome 5 Pro';
    content: "\f00c";
    font-size:15px;
    font-weight:600;
    color:#fff;
    background:#fd6239;
    border-radius: 50%;
	width:26px;
	height:26px;
	line-height:26px;
	text-align: center;
	transition: all 0.18s ease-out;
}

.list-contact li {
	padding-left:22px;
	line-height: 1.8;
}
.list-contact li .ico {
	position:absolute;
	margin-left:-22px;
	line-height: 1.8;
	color:rgba(0,0,0,.5);
}

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

#cookie-info {
	display:none;
	position: fixed;
	z-index:99999;
	bottom:60px;
	left:0; right:0;
	margin: auto;
	padding:0 10px;
	width:280px;
}
#cookie-info .inner {
	margin:0 auto;
	padding:15px;
	width:100%;
	background:#fff;
	border: 1px 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-family: arial;
	font-size: 13px;
	font-weight:500;
}
#XXXcookie-info .text a {
	color:#31a8f0;
}
#cookie-info .btn {
    display: inline-block;
    margin: 10px 0 0;
    font-size: 14px;
    width:100%; /* 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: 102%;
}

.vcenter {
	position: relative;
	display:block;
	overflow:hidden;
	padding-bottom:67%;
}
.vcenter img {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	font-size:10px;
	line-height:normal;
	text-align: center;
	color: #777;
}
.vcenter.fit img {
	width:100.2%;
	max-width:none;
	height:100.2%;
	object-fit:cover;
}

.pic-bar .pic-wrapper,
.maintext img.pic-bar {
	border-bottom: 4px solid #7a1b15;
}
.XXXpic-bar:after {
	position:absolute;
	content:' ';
	z-index:1;
	bottom:1px;
	left:0;
	width:70%;
	height:4px;
	background:#10b8db;
	transform: rotate(-3.6deg);
}
.XXXbox-team .pic-bar:after {
	transform: rotate(-4.3deg);
}
.XXXpic-bar .pic-wrapper {
	overflow:hidden;
	border-radius:0px;
	border-bottom-left-radius: 0;
	box-shadow:none; /*2px 2px 8px rgba(0,0,0,.08);*/
}

.pic-wrapperX.sloped {
	clip-path: none;
	/* polygon(0 0, 100% calc(0% + 2vw), 100% 100%, 0 calc(100% - 2vw)) */
}

.box-head {
	position: relative;
	clip-path: none;
	/* polygon(0 0, 100% calc(0% + 4vw), 100% 100%, 0 calc(100% - 4vw)); */
}
.no-box-head {
	padding-top:90px;
}
.box-head .mov-wrapper {
	padding:20px 0 4vw;
	background:#000;
}
.box-head .mov {
	padding-bottom:calc(44% - 4vw);
}

.headpic {
	padding-bottom:550px;
	background-color:rgba(83,22,17,1.8);
	background-size:cover;
	background-blend-mode:overlay;
	background-position:50% 50%;
}
@media (min-width: 768px) and (orientation: portrait){
	.headpic {
		padding-bottom:45vh;
	}
}
.headpic:before {
	position: absolute;
	display:none;
    z-index: 1;
    content: '';
    width: 100%;
    height: 100%;
    background:rgba(0,0,0,.35);
}
.headpic .wrapper {
    position: absolute;
    width: 100%;
    height: 100%;
	transform: scale(1);
	transition: all 6s ease-out;
}
.headpic img {
	min-width:103%;
	min-height: 100%;
	object-fit: cover;
	opacity:0;
}

.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 {
	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;
}

.box-image {
	position:relative;
	padding-bottom:55%;
}
.box-image .inner {
	position: absolute;
	height: 100%;
	width: 100%;
	background:rgba(83,22,17,1.8) url('') 50% 50% fixed no-repeat;
    background-size:cover;
    box-shadow: 0 15px 15px -15px rgba(0,0,0,.2) inset, 0 -15px 15px -15px rgba(0,0,0,.2) inset;
    background-blend-mode:overlay;
}
.box-imageXXX .inner:before {
	position: absolute;
	content:'';
	left:0;
	bottom:0;
	background:url('') 0 no-repeat;
	background-size: contain;
	height: 150px;
	width: 150px;
	opacity:.4;
}
.box-image .lzy-bg {
	position: absolute;
	width: 100%;
	height: 100%;
}
.lzy-bg.lazyloaded {
	opacity:0;
}
.ios .box-image .inner {
	background-attachment: scroll;
}
.box-image .citate {
	position: absolute;
    margin: auto;
	left: 0;
	right: 0;
	max-width:800px;
	width: 90%;
    top: 50%;
	transform: translateY(-50%);
    color: #fff;
    text-align: center;
    line-height: 1.05;
	font-size: 30px;
	font-weight: 300;
	text-transform: uppercase;
	text-shadow: 0 0 15px rgba(0,0,0,.4);
}
.box-image .citate small {
	font-size:60%;
	font-style:italic;
}
.box-image .citate a {
	color:#a8a7a7;
}
.box-image .citate b {
	font-weight:500;
}

.disable-select {
	user-select: none;
}
.disable-pointer {
	pointer-events: none;
}

.fx-zoom-pic .pic-wrapper {
	position:relative;
	overflow:hidden;
	border-radius: 0;
}
.fx-zoom-pic .ico-fx {
	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%;
    background:#7a1b15;
    color:#fff;
    text-align:center;
    opacity:0;
	transform: scale(2.5);
}
.fx-zoom-pic .pic,
.fx-zoom-pic .ico-fx,
.fx-zoom-pic img {
	transition: all 0.75s ease-out;
}
.fx-zoom-pic:hover .ico-fx {
	opacity:1;
	transform: scale(1);
}
.fx-zoom-pic:hover .pic {
	transform: scale(1.25);
}

.box-pics .fx-zoom-pic img,
.vcenter.fit img {
	height:100.2%;
	object-fit:cover;
}

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

.containerX {
	max-width:970px;
}
.container-max {
	margin-left:auto;
	margin-right:auto;
	max-width:970px;
}
.container-text {
	margin-left:auto;
	margin-right:auto;
	max-width:750px;
}

@media (min-width: 1680px){
	.full-widthXXX {
		background:#fff8e5 url('../i/bg.jpg') 50% 0% no-repeat fixed;
		background-size:cover;
	}
}
.full-width-inner {
	display:block;
	margin:0 auto;
	max-width:none; /*1680px*/
}

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

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

.row-elm {
	margin-top:-30px;
}
.row-elm .col {
	margin-top:30px;
}
.row-elm.solid {
	margin-top:-15px;
}
.row-elm.solid .col {
	margin-top:15px;
}

.img-grid {
	display: flex;
	flex-wrap:wrap;
	justify-content:center;
}
.img-grid > .elm-grid {
	width:25%;
}
.img-grid > .elm-grid:nth-child(n+9){
	display:none;
}
@media (min-width: 600px) and (max-width: 767px){
	.img-grid > .elm-grid { width:20%; }
	.img-grid > .elm-grid:nth-child(n+11){ display:none; }
}
@media (min-width: 768px) and (max-width: 991px){
	.img-grid > .elm-grid { width:16.66667%; }
	.img-grid > .elm-grid:nth-child(n+7){ display:none; }
}
@media (min-width: 992px) and (max-width: 1199px){
	.img-grid > .elm-grid { width:14.28571%; }
	.img-grid > .elm-grid:nth-child(n+8){ display:none; }
}
@media (min-width: 1200px) and (max-width: 1599px){
	.img-grid > .elm-grid { width:12.5%; }
	.img-grid > .elm-grid:nth-child(n+9){ display:none; }
}
@media (min-width: 1600px){
	.img-grid > .elm-grid { width:11.11111%; }
	.img-grid > .elm-grid:nth-child(n+10){ display:none; }
}

.box-standard {
    padding:80px 0;
    position: relative;
}
.box-standard.box-sub {
	padding:40px 0;
}
.box-standard.small-margin {
	padding:40px 0;
}

.box-standard.dark {
	background-color:#e0e0e0;
}
.box-standard.darkXXX .title {
	color:#1c1b1b;
}
.box-standard.darkXXX .lead {
	color:rgba(28,27,27,1.7);
}

.box-intro.sub .text:not(.lead) {
	margin-bottom:30px;
}

.box-header.sub {
	text-align: left;
}

.box-content ul {
	margin:30px 0 10px -30px;
    padding-left: 0;
    list-style:none;
    text-align:left;
    font-size:0;
}
.box-content ul li {
	position: relative;
	display: inline-block;
	width:calc(50% - 30px);
	margin-bottom:30px;
	margin-left:30px;
	padding-left:34px;
	vertical-align: top;
	font-size:16px;
}
.box-content ul li:before {
	position: absolute;
	display: block;
    left:0;
    font-family: 'Font Awesome 5 Pro';
    content: "\f00c";
    font-size:14px;
    font-weight: 900;
    color:#fff;
    background:#10b8db;
    border-radius: 50%;
	width:24px;
	height:24px;
	line-height:24px;
	text-align: center;
	-webkit-transition: all 0.18s ease-out;
	transition: all 0.18s ease-out;
}
.box-content ul li:hover:before {
	transform: scale(1.4);
}

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

.table-special {
	margin:15px 0;
	border-radius: 0px;
	border:0 solid #10b8db;
	border-width:0;
}
.table-special .table {
	margin:0;
	border-radius: 2px;
}
.table-special td,
.table-special th {
	position: relative;
	padding:10px 15px !important;
	transition: all 0.18s ease-out;
	border-color:#eee !important;
}
.table-special thead th {
	font-weight: 700;
	border: 0 !important;
}
.table-special tbody tr > td:nth-child(1) {
	font-weight:600;
}
.table-special tbody > tr:nth-of-type(2n+1) td {
    background-color: #f9f9f9;
}

.table-special tbody tr:hover td,
.table-special tbody td.hovered {
	background-color: rgba(16,184,219,.075) !important;
	transition: all 0.18s ease-out;
}
.table-special tbody td.hovered:hover {
	color: #fff;
	background: rgba(16,184,219,.65) !important;
}

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

#header {
	position:relative;
	z-index:9;
	left: 0;
	right: 0;
	margin: auto;
	padding:0;
    width: 100%;
    height:auto;
    min-height:100px;
    background:#e0e0e0; /*rgba(0,0,0,.5)*/
}

#header .box-logo {
	position: relative;
	padding:15px 0;
}
#header .box-logo .inner {
	display:flex;
	justify-content: space-between;
	align-items: end;
}

#header .logo {
	position:absolute;
	z-index: 1;
	display:inline-block;
	top:-1px;
	margin:0;
	height: 56px;
	vertical-align: top; /*svg hack*/
}
#header .logo .transition {
	transition: all .5s ease-out;
}
#header .logo .elm-subline {
	display: none;
}
#header .logo .img {
	display:block;
	margin:auto;
	height:75px;
	padding: 0;
	background: #fff;
}
#header .logo:hover .elm-border {
	fill:#a8a7a7;
}
#header .logo:hover .elm-name {
	fill:#7a1b15;
}

#header .header-contact {
	display:flex;
	justify-content: space-between;
	align-items: center;
	margin-left: auto;
}
#header .header-contact .elm {
	position: relative;
	padding: 0 35px;
	font-size: 65%;
	font-weight: 600;
	line-height: 1.3;
	text-transform: uppercase;
}
#header .header-contact .elm.phone {
	border:0;
	padding-right: 0;
	margin-right: 0;
	text-align: right;
}
#header .header-contact .elm:before {
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	display:inline-block;
	font-family: 'Font Awesome 5 Pro';
	content: "\f3c5";
	font-size: 24px;
	font-weight: 300;
	color:#7a1b15;
}
#header .header-contact .elm.claim:before {
	content: "\f501";
}
#header .header-contact .elm.phone:before {
	content: "\f879";
}
#header .header-contact .elm a {
	color:#888; /*d0d0d0 + fff*/
}
#header .header-contact .elm a:hover {
	color:#555;
}

#header .header-socials a {
	display:inline-block;
}
#header .header-socials a + a {
	margin-left:10px;
}
#header .header-socials .ico {
	width: 30px;
	height: 30px;
	line-height: 28px;
	font-size: 14px;
	color: #006d8a;
	text-align: center;
	border:1px solid rgba(0,0,0,.2);
	border-radius: 50%;
}
#header .header-socials a:hover .ico {
	color:#fff;
	background:#7a1b15;
	border-color:transparent;
}


#header nav {
	top:-80px;
	padding:0;
}

#header .box-nav {
	position: relative;
	float:none;
	background: #fff;
	border-top: 0px solid #7a1b15;
}
#header .box-nav .nav {
	margin:0;
	padding:0;
	float:none;
	line-height: 0;
	text-align: right;
}
#header .nav > li {
	display: inline-block;
	float:none;
	margin:0;
	padding:0;
}
#header .nav > li + li {
	margin-left:75px;
}
#header .nav > li > a {
	position: relative;
	z-index: 1;
	margin:0;
	padding:0;
    color:#888;
    font-size:15px;
    line-height:45px;
    font-weight:600;
    text-transform:uppercase;
    background:transparent;
    border:0;
    border-radius:0;
    text-align:center;
}
#header .nav > li > a:hover,
#header .nav > li.open > a {
	color:#7a1b15;
}
#header .nav > li.active > a,
#header .nav > li.active > a:hover {
	color:#7a1b15;
}

#header .nav > li.request {
	float: right;
	margin:0;
	border: 0;
}
#header .nav > li.request > a {
	position:relative;
	z-index: 0;
	padding: 0 20px;
	line-height: 42px;
	font-size: 85%;
	font-weight: normal;
	color: #1d1d1d;
}
#header .nav > li.request > a:hover {
	color: #fff;
}
#header .nav > li.request > a:before {
	position:absolute;
	z-index:-1;
	content:'';
	right: 0;
	width:100%;
	height:100%;
	background: #f2c32d;
	transition: all 0.3s ease-in;
}
#header .nav > li.request > a:hover:before {
	width:0;
}

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

#header .dropdown.open > a {
	z-index:1001;
}
#header .dropdown:not(.mega) .dropdown-menu {
	margin:0 0 0 -0px;
    padding:0;
    box-shadow:none;
    background:none;
    border:0;
    border-radius:0;
    border-top:0;
}
#header .dropdown-menu > li {
	display: block;
	margin:2px 0 0;
}
#header .dropdown-menu > li > a {
	position:relative;
	margin:0;
	padding:0 15px;
	line-height:35px;
    font-size: 85%;
    font-weight: 600;
    text-transform:uppercase;
	color: #222;
	background:#e0e0e0;
}
#header .dropdown-menu > li.active > a {
	color:#7a1b15;
	background:#e0e0e0;
}
#header .dropdown-menu > li > a:hover {
	background:#c0c0c0;
}

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

#headerXXX .dropdown-menu:not(.wide) > li:first-child > a {
	border:0;
}
#header .dropdown-menu.wide > li:nth-of-type(2n) > a {
	border-right:0;
}
#headerXXX .dropdown-menu > li:last-child > a {
	border-bottom:0;
}

#header .dropdown.mega {
	position:static;
}
#header .dropdown.mega .dropdown-menu {
	left:0; right:0;
	margin:11px 0 0;
	padding: 0;
	float: none;
	border: 0;
	background:none;
	box-shadow:none;
}
#header .dropdown.mega .dropdown-menu .inner {
	padding:7.5px 15px;
	background:#f0f0f0;
	border-radius: 3px;
}
#header .dropdown.mega .row {
	margin: 0 -7.5px;
}
#header .dropdown.mega .row >.col {
	margin: 0;
	padding: 0 7.5px;
}
@media (min-width: 992px){
	#headerXXX .dropdown.mega .row >.col {
		width:20%;
	}
}
#header .dropdown.mega .elm {
	display: block;
	padding:7.5px 0;
}
#header .dropdown.mega .elm .pic-wrapper {
	border-radius:4px;
}
#header .dropdown.mega .elm .title {
	display: block;
	margin-top:3px;
	color:rgba(102,102,102,.78);
}
#header .dropdown.mega .elm:hover .title {
	color:#fd6239;
}

#header .nav > li.lang {
	float: right;
	border:0;
}
#header .nav > li.lang > a {
	padding-left:0 !important;
}
#header .nav > li.lang .dropdown-menu {
	min-width:0;
}

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

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

#footer {
	position:relative;
	padding:0;
}

/* #footer .box-info {
	font-size:80%;
	text-align:center;
}
#footer .box-info .logo {
	display:inline-block;
	margin-bottom:15px;
}
#footer .box-info .logo img {
	width:360px;
	max-width:70%;
}
#footer .box-info .title {
	display:block;
	margin-bottom:10px;
	color:#fff;
}
#footer .box-info .text {
	max-width:600px;
	margin:auto;
	color:#999;
} */

.box-logos {
	position: relative;
	/* padding: 40px 0;*/
	text-align:center;
	background:#fff;
}
.box-logos .container-fluid {
	max-width: 1680px;
}
.box-logos .text {
	margin-bottom:30px;
}
.box-logos .logos {
	margin-top:-20px;
}
.box-logos .logos .elm {
	display:inline-block;
	margin:20px 20px 0;
	opacity:1;
	-webkit-filter: grayscale(0);
    filter: grayscale(0);
}
.box-logos .logos .elm:hover {
	opacity:1;
	-webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}
.box-logos .logos img {
	height:80px;
	background:none;
}
.box-logos .logos .small1 img {
	height:calc(80px - 1em);
}
.box-logos .logos .small2 img {
	height:calc(80px - 1.75em);
}
.box-logos .logos .small3 img {
	height:calc(80px - 2.5em);
}

.map .iframe-wrapper, .map iframe {
    height:350px;
    overflow: hidden;
    width: 100%;
}
.iframe-wrapper {
	position: relative;
}
.iframe-wrapper:not(.ready) {
	cursor:pointer;
	background:rgba(0,0,0,.03) url('../i/dummy-map.png') 50% 50% no-repeat;
    background-size: auto 110%;
}
.iframe-wrapper:not(.ready):hover {
	background-color:rgba(0,0,0,.04);
	background-size: auto 150%;
}
.iframe-wrapper.ready .info {
	display:none;
}
.iframe-wrapper:not(.ready) .info {
	position:absolute;
	top:60px; left:0; right:0; bottom:0;
	margin: auto;
	width:100%;
	height:30px;
	line-height:30px;
	text-align: center;
	color:#000;
}
.iframe-wrapper:not(.ready) .info:before {
	position:absolute;
	display: inline-block;
	font-family: 'Font Awesome 5 Pro';
	content: "\f3c5";
	top:-90px; left:0; right:0; bottom:0;
	margin: auto;
	width:46px;
	height:46px;
	line-height:44px;
	font-size:20px;
	font-weight: 900;
	text-align: center;
	border: 2px solid transparent;
	border-radius: 50%;
	color:#fff;
	background:#7a1b15;
}
.iframe-wrapper:not(.ready):hover .info:before {
	color:#fff;
	background:#a8a7a7;
}
.iframe-wrapper iframe {
	width:100%;
}
.iframe-wrapper:not(.ready) iframe {
	display:none;
}

.map-content.fs .inner {
	position:fixed;
	z-index:10;
	top: 0; left: 0; right: 0; bottom: 0;
	height: 100%;
	width: 100%;
	margin: auto;
	padding: 15px;
	background: rgba(0,0,0,.65);
}
.map-content .iframe-wrapper,
.map-content iframe {
    height:420px;
    border-radius:4px;
    background: #f6f6f6;
}
.map-content.fs .iframe-wrapper,
.map-content.fs iframe {
	height: 100%;
}
.map-content iframe.special {
	margin-top: -150px;
	height: 570px;
}
.map-content.fs iframe.special {
	margin-top: -150px;
	height: calc(100% + 150px);
}
@media (max-width: 767px), (max-height: 600px){

	.map-content.fs .inner {
		padding:0;
	}
	.map-content.fs .iframe-wrapper {
		overflow:unset; /*hack*/
	}
	.map-content.fs .iframe-wrapper,
	.map-content.fs iframe {
		border-radius:0;
	}
}
@media (max-height: 600px) and (orientation: landscape){
	
	.map-content .iframe-wrapper,
	.map-content iframe {
		height:90vh;
	}
	.map-content iframe.special {
		margin-top: -150px;
		height: calc(90vh + 150px);
	}
}

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

#XXXfooter .copy {
	display:block;
	margin:10px 0 0 !important;
}

#footer .designer {
	display:block;
	margin:10px 0 0 !important;
	font-size: 85%;
	opacity:.55;
}
#footerXXX .designer .ico {
	color:#10b8db;
}

XXXbody:not(.sec-home) .box-contact:not(.solo) {
	background:#f6f6f6;
}

.box-contact > .container {
	max-width: 970px;
}

.box-contact .row-elm {
	margin-top:-40px;
}
.box-contact .row-elm .col {
	margin-top:40px;
}

.box-contact .col-logo .logo:hover .elm-border {
	fill:#a8a7a7;
}
.box-contact .col-logo .logo:hover .elm-name {
	fill:#7a1b15;
}

.box-contact .lead .tel {
	display:block;
	margin-top:5px;
	font-size:36px;
	font-weight: 300 !important;
	/* color:#7a1b15; */
}
.box-contact .lead .tel .ico {
	font-weight: 300
}

.box-contactXXX form .form-control {
	border:0;
}
.box-contactXXX form .form-group {
    margin-bottom: 10px;
}
.box-contact form .form-control::-moz-placeholder {
	color: #aaa;
}
.box-contact form .form-control:-ms-input-placeholder {
	color: #aaa;
}
.box-contact form .form-control::-webkit-input-placeholder {
	color: #aaa;
}
.box-contact form .submit {
	float:right;
	border:0;
}
.box-contact form .hint {
	font-size:13px;
	line-height: normal;
	vertical-align:text-top;
	border:0 !important;
}

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

.box-buzzwords {
	padding:20px 0;
	background:#f2f2f2;
}
.list-buzzwords {
	display:flex;
	justify-content: center;
	flex-wrap: wrap;
}
.list-buzzwords .list-item {
	margin:5px 15px;
	font-weight:600;
	text-transform: uppercase;
	font-family: 'Open Sans Condensed';
}
.list-buzzwords .list-item,
.list-buzzwords .list-item a {
	color: #707070;
}
.list-buzzwords .list-item a:hover {
	color: #444;
}
.list-buzzwords .list-item a:hover:before {
	transform:scale(1.2);
}

.box-advantages .elm .ico {
	margin-bottom:30px;
	width: 100px;
	height: 100px;
	line-height: 96px;
	font-size: 36px;
	color: #f4b200;
	text-align: center;
	background:transparent;
	border-radius: 50%;
	border: 2px solid #f4b200;
}
.box-advantages .elm .title {
	margin-bottom:15px;
}
.box-advantages .elm .title:after {
	display:block;
	content:'';
	margin:20px auto 0;
	width:50px;
	height:1px;
	background:#fff;
	opacity:.4;
}
.box-advantages .elm .text {
	opacity:.7;
}

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

.box-special {
	overflow: hidden;
	text-align:center;
}
.box-special .inner {
	padding: 20px 10px;
}

.Xbox-special.sloped .inner {
	padding: calc(20px + 4vw) 10px 10px;
	clip-path: polygon(0 0, 100% calc(0% + 4vw), 100% 100%, 0 103%);
	/* clip-path: polygon(0 calc(0% + 4vw), 100% 0, 100% 103%, 0 100%); */
}

.box-special .btn,
.box-special input:not([type=radio]) {
	margin:10px 5px 0;
	vertical-align: middle;
	border-color: transparent;
}
.box-special .btn,
.box-special input:not([type=radio]) {

}

.box-special.light .inner {
	background:#f3f3f3;
}

.XXXbox-special.dark {
	background: rgba(0,0,0,.07);
}
.box-special.dark .inner {
	color:#fff;
	background:#70afdb;
}
.box-special.dark .title,
.box-special.dark .lead {
	color:#7a1b15;
}
.box-special.dark .lead,
.box-special.light .lead {
	margin-bottom:0;
}
.box-special.dark a:not(.btn) {
	color:#fff;
}
.box-special.dark .text-muted {
	color: rgba(255,255,255,.5) !important;
}
.box-special.dark .tel,
.box-special.light .tel {
	display:block;
	font-size:36px;
	border:0 !important;
	font-weight: 300 !important;
}

.XXXbox-special.light a {
	color:#7a1b15;
}

.box-special.important {
	text-align:center;
	background:#ffe660;
}
.box-special.important .inner {
	padding:10px 0;
	color:#000;
	font-size:75%;
}
.box-special.important .inner a {
	color: #f30;
}

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

.pic2.lbx {
	display:inline-block;
	float:left;
	margin:0 20px 10px 0;
	padding:0;
	width:160px;
	height:120px;
	overflow:hidden;
	border:0;
	text-decoration:none;
}
.pic2.lbx.vert {
	height:160px;
	width:120px;
}
.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 .elm {
	display:inline-block;
	float: none;
	padding:7.5px;
}
.gal .elm a {
    height:0;
}
.gal .elm a:hover {
	opacity:0.8;
}
.gal .elm img {
	min-height: 100%;
}
.gal .elm img.pano {
	max-height: 100%;
    max-width: none;
}

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

.slider {
	white-space:nowrap;
}
.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: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.5) 100%);
	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: -o-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: 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: 1.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:30px;
	color: #fff;
	cursor:pointer;
}
.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: 10px;
	font-weight: 900;
	color:#fff;
	opacity:0.4;
}
.slider .slick-dots li:hover:after {
	opacity:0.7;
}
.slider .slick-dots li.slick-active:after {
	opacity:1;
	color:#fff;
}

.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-wrapper {
	position:absolute;
	bottom:30px;
	left:0;
	right: 0;
}
.home-slider .slick-dots {
	width:100%;
	top:0;
	bottom:auto;
	left: auto;
	right: 15px;
	text-align: right;
}
.home-slider .slick-prev,
.home-slider .slick-next {
	top: 50%;
    height: 50px;
    margin-top: -25px;
}
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: 1.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;
}

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

.bg-video {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
}
.bg-video .elm {
	position: absolute;
	top: 50%;
	left: 50%;
	width:177.77777778vh; /* 100 * 16 / 9 */
	height: 100%;
	min-width: 200%;
	min-height: 56.25vw; /* 100 * 9 / 16 */
	transform: translate(-50%,-50%);
	pointer-events: none;
}
.bg-video img.elm  {
	min-width: 103%;
	object-fit: cover;
}

.XXXbox-splash-wrapper {
	background:#fff;
}
.box-splash {
	position: relative;
	overflow: hidden;
	width:100%;
	max-width:none;
	height:auto;
	margin:auto;
	padding-bottom:615px;
	background:#f3f3f3;
	text-align:center;
	clip-path: none; /*polygon(0 0, 100% calc(0% + 4vw), 100% 100%, 0 calc(100% - 4vw))*/
}
@media (max-width: 570px) and (max-height: 900px) {
	.box-splash {padding-bottom: 480px; }
	.XXXbox-splash .skip {display:inline-block !important;}
}
@media (min-width: 1280px) and (min-height: 1024px) {
	.box-splash {padding-bottom: 715px; }
}
@media (min-width: 2000px) and (min-height: 1200px) {
	.box-splash {padding-bottom: 900px !important; }
}

.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 .container {
	position: relative;
}
.box-splash .overground .txt-wrapper {
	position: absolute;
	width:100%;
	/* top: 50%;
	transform: translateY(-50%); */
	bottom:60px;
	margin-top:-0px; /*box-search fix*/
	text-align:left;
	white-space: normal;
}
.box-splash .overground .txt-wrapper .inner {
	padding:0px;
	width:500px;
	max-width: 85%;
	font-size:22px;
	font-weight:300;
	line-height:1.3;
	color: #fff;
	border-radius:4px;
	text-shadow: 0 0 20px rgba(0,0,0,.5);
}
.XXXbox-splash .item-mov .overground .txt-wrapper .inner {
	max-width: 40vw;
}
@media (min-width: 1920px){
	.box-splashXXX .overground .inner {
		width:420px;
	}
}
.box-splash .overground .box-pic {
    position: absolute;
    top:200px;
    right: 0;
    bottom: 0;
    margin: 0;
}
.box-splash .overground .box-pic img {
	position: absolute;
	right:0;
	bottom: 0;
	height: 100%;
	width: auto;
	background: none;
}
@media (max-height: 420px){
	.box-splash .overground .txt-wrapper .inner {
		width:370px;
		max-width: 50%;
	}
}

.box-splash .overground .box-pic + .text > span,
.box-splash .overground .box-mov + .text span {
	margin-top:20px;
}

.box-splash .overground .box-mov {
	position:absolute;
	right: 15px;
	bottom: 0;
	width: 35vw;
	max-width: 450px;
	overflow: hidden;
	border-radius:6px;
}
.box-splash .overground .box-mov .pic-mov {
	position:absolute;
	z-index:1;
	display:block;
	left: 0; top: 0; right: 0; bottom: 0;
	overflow: hidden;
}
.box-splash .overground .box-mov .pic-mov img {
	position: absolute;
	height: 100%;
	width: 100%;
	object-fit: cover;
}
.box-splash .overground .box-mov .pic-mov:hover img {
	transform: scale(1.2);
}

.box-splash .overground .title {
	margin-bottom:10px;
	font-size:45px;
	font-weight:300;
	line-height: 1;
	text-transform:uppercase;
}
.box-splash .overground .text {
	max-width:100%;
}
.XXXbox-splash .mov-2 .overground .text {
	font-size:85%;
	line-height: 1.2;
	text-align:left;
}
.box-splash .overground .text > span {
	display:block;
}
.box-splash .overground .btn {
	text-shadow:none;
	margin:15px 10px 0 0;
}

.box-splash .bg-image {
	position: absolute;
	z-index:0;
	width: 100%;
	height: 100%;
	opacity: 1.5;
	transition: opacity .5s;
	background-color:rgba(83,22,17,1.8);
	background-size:cover;
	background-blend-mode:overlay;
	background-position:50% 50%;
}
.box-splash .bg-image img {
	position: absolute;
	display: block;
	width:100%;
	min-height:100%;
	top:50%;
	left:50%;
	transform: translate(-50%,-50%);
	object-fit: cover;
	background-color:transparent;
	opacity:0;
}

.box-splash .item-mov .btn-play.loading .ico {
	animation: fa-spin 2s linear infinite;
}
.box-splash .item-mov .btn-play.loading .ico:before {
	content: "\f021";
}

.box-splash .toggle-btn {
	display:inline-block;
	margin-right:10px;
	width: 38px;
	height: 24px;
	line-height: 23px;
	text-transform:uppercase;
	font-size:14px;
	font-weight: bold;
	color: #fff;
	background: rgba(0,0,0,.4);
	border-radius: 8px;
	text-align: center;
	vertical-align: middle;
}
body:not(.mobile) .box-splash .toggle-btn:hover {
	color:#fff;
	background:#70afdb;
}
.box-splash .toggle-btn .text {
	display:none;
}
.box-splash .toggle-btn:after {
	display:inline-block;
	font-family: 'Font Awesome 5 Pro';
	content: "\f2e2";
	font-weight: 600;
}
.box-splash .toggle-btn.on:after {
	content: "\f028";
}
.box-splash .toggle-btn.toggle-play:after {
	content: "\f04b";
	font-size: 12px;
	margin-left: 2px;
}
.box-splash .toggle-btn.toggle-play.on:after {
	content: "\f04c";
	margin-left: 0;
}

.box-splash .mov-1 .mov-toggles {
	display:none;
	position: relative;
	margin-top:15px;
	line-height: 0;
}
.box-splash .mov-1.mov-started .mov-toggles {
	display:block;
}

.box-splash .mov-1 .bg-image,
.box-splash .mov-1 .bg-video,
.box-splash .mov-1 .bg-video img,
.box-splash .mov-1 .bg-video .mov-elm {
	transition: opacity .5s;
}
.box-splash .mov-1.mov-started .bg-image,
.box-splash .mov-1:not(.mov-started) .bg-video,
.box-splash .mov-1.mov-started:not(.mov-paused) .bg-video img,
.box-splash .mov-1.mov-paused .bg-video .mov-elm {
	opacity: 0;
}
.box-splash .mov-1 .btn-play.autostart:not(.big),
.box-splash .mov-1 .btn-play.big:not(.autostart),
.box-splash .mov-1.mov-started .btn-play {
	display:none;
}
.box-splash .mov-1.mov-started .bg-video {
	background:#333;
}

.box-splash .mov-2.mov-started .overground .box-mov .pic-mov {
	display:none;
}

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

.box-splash .item-mov .btn-play.big {
	position:absolute;
	z-index:3;
	top:50%;
	left: 50%;
	transform: translate(-50%,-50%);
}
.box-splash .item-mov .btn-play.big .ico {
	height: 60px;
    width: 60px;
    line-height: 60px;
    font-size: 22px;
	box-shadow: 0 0 10px rgba(0,0,0,.35);
}
.box-splash .item-mov .btn-play.big:hover .ico {
	transform: scale(1.2);
}

.box-splash .skip {
	position: absolute;
	z-index:3;
	display:none;
	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-splash .txt-wrapper .extra {
	margin-top:10px;
}
.box-splash .txt-wrapper .extra .stars {
	font-size:105%;
}
.box-splash .txt-wrapper .extra .price {
	display: inline-block;
	margin-left:15px;
	font-size:105%;
	font-weight:900;
}
.XXXbox-splash .txt-wrapper .extra .price .ico {
	position: relative;
	margin-right:4px;
	font-size:85%;
	color:#fff;
}
.XXXbox-splash .txt-wrapper .extra .price .ico:after {
	position: absolute;
	left:1px;
	content: "\f164";
	font-weight: 300;
	color: #000;
}

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

#video {
	position:fixed;
	display:flex;
	justify-content: center;
	align-items: center;
	z-index: 9999;
	top:0;
	left:-100%;
	width:100%;
	height:100%;
	background:rgba(0,0,0,.8);
	opacity:0;
}
#video.open {
	left:0;
	opacity:1;
}
#video .inner {
	padding: 0 15px;
	width: 100%;
	max-width:1200px;
}
@media (max-width: 767px){
	#video .inner {padding:0;}
}
@media (max-height: 600px) and (orientation: landscape){
	#video .inner {max-width:160vh;}
}
#video iframe {
	background:rgba(30,30,30,.8);
}
#video .title {
	display:block;
    padding:5px 15px;
    width:100%;
    color: #fff;
    text-align: center;
    background:rgba(30,30,30,0.8);
	border-bottom-right-radius:2px;
	border-bottom-left-radius:2px;
}
#video .exit {
	position: absolute;
    z-index: 999;
    right: 10px;
    top: 10px;
    margin: 0;
    padding: 0 10px;
    font-size:30px;
    font-weight: 600;
    line-height: 20px;
    color: #fff;
    background:none;
}

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

.box-gallery.is-cols .pic {
	padding-bottom:67%;
}
.box-gallery.is-cols .pic.vert {
	background: #eee;
}
.box-gallery.is-cols .pic.vert img {
	object-fit:contain;
	height: 125%;
}

.box-gallery.is-grid .inner {
	padding:1px 0;
	background: #eee;
}
.box-gallery.is-grid .img-grid {
	margin: 0 -1px;
}
.box-gallery.is-grid .elm-grid {
	padding: 1px;
}
.box-gallery .elm-grid .vcenter {
	padding-bottom:56%;
}
.box-gallery .elm-grid .pic-wrapper {
	position:relative;
	overflow:hidden;
}
.pic-mov .ico,
.box-gallery .elm-grid .ico {
	position: absolute;
	z-index: 1;
    top:0; bottom:0; left:0; right:0;
    margin:auto;
    line-height:36px;
    height:36px;
    width:36px;
    font-size:14px;
    border-radius:50%;
    color:rgba(255,255,255,.9);
    background:#7a1b15;
    box-shadow: 0 0 20px rgba(0,0,0,.2);
    text-align:center;
}
.pic-mov:not(.loading) .ico,
.box-gallery .elm-grid .elm-mov .ico {
	padding-left:4px;
}
@media (max-width: 540px){
	.pic-mov .ico,
	.box-gallery .elm-grid .ico {
		line-height:24px;
		height:24px;
		width:24px;
		font-size:9px;
    }
    .pic-mov:not(.loading) .ico,
    .box-gallery .elm-grid .elm-mov .ico {
		padding-left:2px;
	}
}
.box-gallery .elm-grid .elm:not(.elm-mov) .ico {
	opacity:0;
}
.pic-mov:hover .ico,
.box-gallery .elm-grid .elm:hover .ico {
	color:#fff;
    background:#a8a7a7;
    opacity:1
}
.box-gallery.fx-gray .elm .pic {
	filter: grayscale(50%);
}
.box-gallery.fx-gray .elm:hover .pic {
	filter: grayscale(0);
}
.box-gallery .elm-grid .elm:hover .pic {
	transform: scale(1.1);
}
.box-gallery .elm-grid img {
	object-fit: cover;
	height: 103%;
	min-width: 103%;
	background-color:transparent;
}

.box-gallery.has-gallery-row {
	background:#f3f3f3;
}
.gallery-row .col {
	padding:0;
}
.gallery-row .pic {
	padding-bottom:56%;
}
.gallery-row .pic img {
	height:101%;
	object-fit: cover;
}

.box-gallery .fx-zoom-pic.elm-mov .ico-fx {
	padding-left:5px;
	opacity: 1;
	transform: none;
	background:#7a1b15;
}
.box-gallery .fx-zoom-pic.elm-mov:hover .ico-fx {
	background: #a8a7a7;
}

.gallery-row .title {
	position: absolute;
	bottom: 0;
	font-size: 70%;
	text-align: center;
	display: inline-block;
	margin: auto;
	left: 0;
	right: 0;
	color: #fff;
	background: rgba(0,0,0,.5);
}

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

.XXXbox-welcome.box-standard {
	background:rgba(0,0,0,.027); /* 16,184,219,.095 */
	color:rgba(0,0,0,.65);
}
.XXXbox-welcome .box-header,
.XXXbox-welcome .lead {
	color:#fff;
}
.XXXbox-welcome a {
	color:#fff;
	border-bottom: 1px solid rgba(255,255,255,.55);
}
.box-welcome .pic-wrapper {
	margin-bottom:30px;
}
.box-welcome .pic {
	padding-bottom:56%;
}
.box-welcome .pic img {
	top:0;
	transform:translate(-50%,-5%);
}

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

body:not(.sec-home) .box-spektrum:not(.multi-solo) {
	background:#f3f3f3;
}

.box-spektrum > .box-standard {
	overflow:hidden;
}

.box-spektrum .box-intro .lead {
	margin-bottom:50px;
}

.box-spektrum .maintext {
	margin-bottom:40px;
}

.box-spektrum .box-group .row {
	display:flex;
	align-items: center;
}
.box-spektrum .box-group .row + .row {
	margin-top:50px;
}

.box-spektrum .pic-wrapper {
    position: relative;
}
.box-spektrum .pic-wrapper .pic {
    padding-bottom:56%;
    background-color:#fff; 
	background-blend-mode:luminosity;
}
.box-spektrum .more-pic:hover .pic {
	background-color:transparent;
}
.box-spektrum .pic-wrapper .logo {
    position: absolute;
    z-index: 1;
    top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
    min-width: 0;
    height: auto;
    width: 40%;
    max-width: 450px;
}

.box-spektrum .box-group .title {
	text-align:left;
}
.XXXbox-spektrum .box-group .text {
	margin-bottom:15px;
	font-weight:bold;
}

.more-btn {
	margin-left:-15px;
}
.more-btn .btn {
	margin:15px 0 0 15px;
}
.XXXmore-btn .btn + .btn {
	margin-left:15px;
}

.box-spektrum .box-group .row:nth-child(even) .col:first-child {
	order:2
}
.box-spektrum .box-group .row:nth-child(even) .col:last-child,
.box-spektrum .box-group .row:nth-child(even) .title {
	text-align:right;
}

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

.box-partner.solo .row-elm .col {
	width:25%;
}

.box-partner.solo .elm .pic-wrapper {
	margin-bottom:5px;
	padding: 10px;
	border: 0px solid #ddd;
	border-radius: 8px;
	background:#f7f7f7;
}
.box-partner.solo .elm:hover .pic-wrapper {
	border-color:#7a1b15;
	background:rgba(122,27,21,.1);
}
.box-partner .elm .pic {
	padding-bottom: 100%;
}
.box-partner .elm img {
	object-fit: contain;
	min-width: 0;
	width: 100%;
	height: 100%;
	max-height: 60%;
	background-color: transparent;
}
.box-partner .elm .title {
	font-weight:600;
	font-size:85%;
}
.box-partner .elm:hover .title {
	color:#7a1b15;
}

.box-partner .box-more {
	margin-top:40px;
}

.box-partner.minimal .row-elm {
	text-align:center;
}
.box-partner.minimal .row-elm .col {
	width:20%;
}
.box-partner.minimal .elm .pic-wrapper {
	overflow: visible;
}
.box-partner.minimal .elm .title {
	display:none;
}
.box-partner.minimal .elm:not(:hover) img {
	filter: grayscale(100%);
}

.box-partner-item .headpic .logo {
	z-index:1;
	object-fit: contain;
	top: 50%;
	transform: translate(-50%,-50%);
	width: 60%;
	min-width: 0;
	max-width: 500px;
	min-height: 0;
	max-height: 65%;
	height: auto;
	/* filter: drop-shadow(0 0 30px #fff); */
}

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

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

.pagination > li > a {
	font-weight:500 !important;
	color:#45749f;
    background-color:#edf8ff;
    border-color:transparent;
}
.pagination > li > a:hover {
	color:#45749f;
    background-color:#d9efff;
    border-color:transparent;
}
.pagination > .active > a {
	color:#fff !important;
	background-color: #45749f !important;
	border-color:transparent !important;
}
.pnav .pagination .disabled span {
	color:#94c1eb;
	background-color:#d9efff;
    border-color:transparent;
}

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

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

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

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

.box-head,
.article-single:not(.box-intro),
body.sec-kontakt .box-special.contact {
	background:#fff;
}

.box-welcome + .box-special {
	background:#fff;
}
.box-welcome + .box-special +.box-image {
	background:linear-gradient(to bottom, #f3f3f3 50%, rgba(0,0,0,0) 51%);
}

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

.box-team .box-group .row-elm {
	margin-top:-20px;
	text-align:center;
}
.box-team .box-group .row-elm .col {
	margin-top:40px;
	text-align:left;
}

.box-team .box-group .pic-elm {
	display:block;
	margin-bottom:15px;
}
.box-team .box-group .pic {
	padding-bottom:100%;
}
.box-team .box-group .pic img {
	top: 0;
	transform: translateX(-50%);
	height: auto;
	min-height: 100%;
}
.box-team .box-group .name {
	margin-bottom:5px;
	text-align:left;
}
.box-team .box-group .position {
	margin-bottom:10px;
}

.box-team .box-group .text + .vita {
	display:inline-block;
	margin-top:10px;
}

.box-team-single .list-contact {
	text-align:center;
	margin-bottom:30px;
}

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

.box-news .elm .pic-wrapper {
	margin-bottom:15px;
}
.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:none;
	margin-bottom:4px;
    font-weight:300;
}
.box-news .elm .title {
	text-align:left;
}
.box-newsXXX .elm:hover .title {
	color:#648571;
}
.box-news .elm .text {

}
.box-news .elm:hover .text {
	color:#333;
}

.box-news .box-more {
	margin-top:40px;
}

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

.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;
	line-height:50px;
	font-size:32px;
	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 {
	filter: blur(15px);
}

.article-nav-sub {
	margin-top:30px;
	display:flex;
	justify-content: center;
}
.article-nav-sub .elm {
	padding:5px 15px;
	border:1px solid #eee;
	border-radius:50px;
}
.article-nav-sub .elm + .elm {
	margin-left:20px;
}

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

.article-single .container:not(.normal) {
	margin-left:auto;
	margin-right:auto;
	max-width:970px;
}

.article-singleX {
	margin-bottom:30px;
}

.article-single .pretext,
.article-single .maintext,
.article-single .video,
.article-single .box-movie,
.article-single .gal,
.article-single .box-gallery {
	margin-bottom:30px;
}

.article-single .maintext ul li,
.article-single .maintext ol li,
.article-single .maintext dd {
	margin-bottom:20px;
}

.article-single .date-info {
	margin-top:20px;
}

.maintext {
	text-align: justify;
}
.maintext img {
	width:100%;
	height:auto;
}

.article-spektrum .headpic .logo {
	position:absolute;
	z-index:1;
	min-width: 0;
	height: auto;
	width: 40%;
	max-width: 450px;
}
.article-spektrum .box-more {
	margin-top:30px;
	text-align:center;
}

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

/* not-phone */
@media (min-width: 768px){
	
	.article-single .lead {
		text-align:justify;
	}
	
	.maintext dl dt {
		float: left;
		width: 160px;
		overflow: hidden;
		clear: left;
		text-align: right;
		text-overflow: ellipsis;
		white-space: nowrap;
		font-weight: 500;
	}
	.maintext dl dd {
    	margin-left: 180px;
	}
	
	#header nav.affix {
		position: fixed;
		padding:0;
		z-index: 9;
		top: 0;
		width: 100%;
		background:#fff;
		transition: all 0.3s ease-in;
		box-shadow: 0 0 10px rgba(0,0,0,.15);
		border-bottom: 0px solid #7a1b15;
	}
	#header nav.affix .box-logo {
		position:static;
		padding: 0;
		font-size: 0;
		min-height: 0;
	}
	#header nav.affix .box-logo .inner {
		position: unset;
		display: inline-block;
		padding: 0;
	}
	#header nav.affix .nav > li.lang,
	#header nav.affix .nav > li.request,
	#header nav.affix .logo .elm-dann,
	#header nav.affix .logo .elm-arnold,
	#header nav.affix .header-contact {
		display:none;
	}
	#header nav.affix .header-socials {
		display: none;
		position: absolute;
		top:10px;
		right:15px;
	}
	#header nav.affix .header-socials .ico {
		font-size: 16px;
		border-color: transparent;
	}
	#header nav.affix .logo {
		position: absolute;
		z-index: 1;
		top:12px;
		overflow:hidden;
	}
	#header nav.affix .logo .img {
		height:55px;
	}
	#header nav.affix .logo .elm-icon path {
		fill:rgba(255,255,255,.75);
	}
	#header nav.affix .logo:hover .elm-icon path {
		fill:#7a1b15;
	}
	
	#header nav.affix .box-nav {
		border: 0;
	}
	#XXXheader nav.affix .nav > li + li  {
		margin-left: 50px;
	}
	#XXXheader nav.affix .nav > li > a {
		font-size: 14px;
	}
	#header nav.affix .dropdown.mega .dropdown-menu {
		margin-top:15px;
	}
	#XXXheader nav.affix .menu-icons {
		right: 0px;
	}
	
	#header .box-claim .text:after {
		padding:0 8px;
		content:'\00b7';
	}

	#header .nav li.phone {
		display:none;
		position: absolute;
		right: 0;
		top:-30px;
		padding: 0;
		margin: 0;
		border: 0;
		line-height: 1;
		text-align:right;
	}
	#header .nav li.phone > a {
		margin:0;
		line-height: 1;
		color:#10b8db;
		font-size:140%;
		text-transform: none;
	}
	
	.menu-icons {
		position:fixed !important;
		z-index: 9;
		right:0px;
		top:200px;
		margin:0 !important;
		border: 0 !important;
	}
	.menu-icons li {
		display:block;
		text-align:right;
	}
	.menu-icons li + li {
		margin-top:5px;
	}
	.menu-icons a {
		display:inline-block;
		white-space: nowrap;
		margin:0;
		padding:0;
		max-width:30px;
		height:30px;
		border-radius:3px;
		border-top-right-radius: 0;
		border-bottom-right-radius: 0;
		color:#fff;
		background:#7a1b15;
		transition: all 0.3s ease-out;
	}
	.menu-icons a:hover {
		max-width:250px;
	}
	.menu-icons a:hover,
	.menu-icons a:focus {
		color:#fff;
		background:#a7a8a8;
	}
	.menu-icons .ico {
		width:30px;
		font-size:14px;
		text-align:center;
		line-height: 30px;
	}
	.XXXmenu-icons a:hover .ico {
		transform:scale(1.125);
	}
	.menu-icons .text {
		display:none;
		margin: 0 10px 0 0;
		font-size:85%;
		text-transform: uppercase;
	}
	.menu-icons a:hover .text {
		display:inline-block;
	}
	#XXXheader nav.affix .menu-icons .text {
		color:#aaa;
	}
	
	.box-contact .box-intro .lead {
		margin-bottom:30px;
	}
	
	.box-contact .col-logo {
		position:relative;
	}
	.box-contact .col-logo:before {
		position: absolute;
    	content: '';
    	height:2px;
    	width:90%;
    	bottom:49%;
    	left:5%;
    	background:#7a1b15;
	}
	.box-contact .col-logo .logo {
		position:relative;
		display:block;
		width:200px;
		margin: 0 auto 60px;
	}
	.box-contact .col-logo .logo:hover {
		transform: scale(1.1);
	}
	.box-contact .col-logo .img {
		padding:0 30px;
		width:100%;
		background:#fff;
	}
}

/* not-phone */
@media (min-width: 768px) and (orientation: portrait){

	.XXXmenu-icons {
		top: 46%;
	}
}


/* desktop */
@media (min-width: 992px){
	
	.headpic.pic-pos-1 img,
	.box-splash .bg-image.pic-pos-1 img { /*top*/
		top:0;
		transform: translate(-50%,-7%);
	}
	.headpic.pic-pos-1,
	.box-splash .bg-image.pic-pos-1 {
		background-position:50% 10%;
	}
	.headpic.pic-pos-2 img,
	.box-splash .bg-image.pic-pos-2 img { /*btm*/
		top:auto;
		bottom:0;
		transform: translate(-50%,7%);
	}
	.headpic.pic-pos-2,
	.box-splash .bg-image.pic-pos-2 {
		background-position:50% 90%;
	}
	
}

/* desktop large */
@media (min-width: 1200px){
	
	.box-image {
		padding-bottom:40%;
	}
	
	.box-logos .logos .elm {
		margin-left:40px;
		margin-right:40px;
	}
}

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

	
}

/* desktop big */
@media (min-width: 1900px){
	
	.headpic {
		padding-bottom:750px;
	}
	
	.box-image {
		padding-bottom:40%;
	}
	.box-image.last {
		padding-bottom:50%;
	}
}

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

	#XXXheader nav.affix .nav > li + li {
		margin-left: 25px;
	}
}

/* tablet */
@media (min-width: 768px) and (max-width: 991px){
	
	.box-image {
		padding-bottom:75%;
	}
	
	#content {
		min-height: calc(100% - 430px); /* header+footer hack */
	}
	
	#header .logo.wide .img {
		height: 32px;
	}
	
	#header .header-contact .elm {
		margin-right: 15px;
		padding-right: 15px;
	}
	
	#header .nav > li + li {
		margin-left:40px;
	}
	#XXXheader .nav > li > a {
		font-size: 15px;
	}
	
	#header nav.affix .header-socials {
		display:none;
	}
	#XXXheader nav.affix .nav > li + li {
		margin-left: 25px;
	}
	#XXXheader nav.affix .nav > li > a {
		font-size: 14px;
	}
	#header nav.affix .logo.wide {
		margin-right:25px;
	}
}

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

}

/* phone landscape */
@media (max-height: 500px) and (orientation: landscape){

	#header nav {
		position: static !important;
	}
}

/* phone */
@media (max-width: 764px){
	
	body {
		color:#333;
		font-size:17px;
	}
	
	.article-single .lead {
		text-align:left;
	}
	
	.map:not(.map-content) .iframe-wrapper, 
	.map:not(.map-content) iframe {
		height:420px;
	}
	
	.space-big-top {
    	margin-top:40px;
	}
	
	.headpic {
		padding-bottom:67%;
	}
	.headpic img {
		height: 100%;
		max-width: none;
	}
	
	.box-image {
		padding-bottom:100%;
	}
	.box-image .citate {
		font-size: 24px;
	}
	
	.row-elm {
		margin-top:-20px;
	}
	.row-elm .col {
		margin-top:20px;
		margin-bottom: 0 !important;
	}

	.box-standard {
		padding:40px 0;
	}
	
	.row-xs {
		margin-left:-10px;
    	margin-right:-10px;
	}
	.row-xs .col {
		margin-bottom: 15px;
		padding-left:5px;
    	padding-right:5px;
	}
	
	.maintext {
		text-align: unset;
	}
	
	h1, .h1 {
		font-size: 29px;
		margin-bottom: 20px;
	}
	h2, .h2 {
    	font-size: 22px;
	}
	h3, .h3 {
    	font-size: 22px;
	}
	
	.lead {
		font-size:19px;
		color: #444;
	}
	
	.box-content ul li {
		width: 100%;
		margin-bottom:20px;
		margin-left: 24px;
		padding-left: 32px;
		font-size: initial;
	}
	.box-content ul li::before {
		width: 24px;
		height: 24px;
		line-height: 24px;
		font-size: 14px;
	}
	
	.list-buzzwords {
		justify-content: normal;
	}
	.list-buzzwords .list-item {
		margin: 10px 15px;
	}
	
	.menu-toggle {
		position:absolute;
		z-index:9;
		right:4px;
		top:1px;
		padding:10px 10px;
		color: #888 !important;
	}
	.menu-toggle .ico {
		font-weight:400;
	}
	.mobile-menu .menu-toggle .ico {
		font-weight:300;
	}
	.mobile-menu .menu-toggle .ico:before {
		content:"\f00d";
	}
	
	#header {
		padding:0;
		height:50px;
		min-height:0;
	}
	#header .box-logo {
		padding:0;
	}
	#header .box-nav {
		background:none;
	}
	#header .logo {
		position: absolute;
		z-index:6;
		margin:0;
		height: 0;
		top:10px;
		left:15px;
		right: 0;
		text-align: center;
	}
	#header .logo .img {
		height:50px;
		margin: 0;
	}
	.mobile-menu #header .logo {
		top:12px;
	}
	.mobile-menu #header .logo .img {
		height:50px;
	}
	.XXXmobile-menu #header .logo .icon {
		fill:rgba(255,255,255,.55);
	}
	
	#header .header-contact {
		display:block;
		margin:12px 0 0 60px;
	}
	#header .header-contact .claim {
		padding:0;
		font-size:10px;
	}
	#header .header-contact .elm:before {
		display:none;
	}
	
	#header nav {
		position: static;
		padding:0;
	}
	#header .nav {
		position: absolute;
		z-index: 5;
		left: -100%;
		margin:0;
		padding:140px 0 40px;
		width: 100%;
		text-align: left;
		background:transparent;
	}
	.mobile-menu #header .nav {
		left:0;
		top: 12px;
		padding:20px 0 30px;
		background:#fff;
		box-shadow: 0 0 20px rgba(0,0,0,.25);
	}
	#header .nav > li {
		display:block;
		margin:0 auto !important;
		padding:5px 0;
    	width:100%;
    	max-width:240px;
	}
	#header .nav > li > a {
		display: inline-block;
		margin: 0;
		padding:8px 15px;
		font-size: 20px;
		line-height: 1;
		background:none !important;
		text-align: left;
	}
	#header .nav > li.icons {
		width:100%;
	}
	#header .nav > li.icons a {
		margin:0 5px;
		padding: 8px 0;
	}
	#header .dropdown-menu {
		position:relative;
		left:0;
		width:90% !important;
		margin: 0 0 0 5% !important;
		text-align:center;
		transform: translateX(0);
	}
	#header .dropdown-menu.wide > li {
		width:100%;
	}
	#header .dropdown-menu > li > a {
		background:none !important;
		padding:0 25px;
		color:#888;
		text-align:right;
	}
	#header .dropdown-menu > li > a:hover {
		color:#7a1b15;
	}
	#header .nav > li.active > a .ico,
	#header .dropdown-menu > li.active > a {
		color:rgba(0,0,0,.6);
	}
	#header .nav li.phone {
		display:none;
	}
	#header .nav li.phone > a {
		font-size: 21px;
	}
	
	#header .dropdown.mega .dropdown-menu {
		width: 100% !important;
		margin: 0 !important;
	}
	#header .dropdown.mega .dropdown-menu .container {
		padding:0;
	}
	#header .dropdown.mega .dropdown-menu .inner {
		padding:0;
		background:none;
	}
	#header .dropdown.mega .elm .title {
		color:#fff;
	}
	
	.menu-icons {
		padding: 15px 0 0 !important;
		width: 100% !important;
		animation-name: none;
	}
	.menu-icons li {
		display:inline-block;
	}
	.menu-icons a {
		margin:0 15px;
	}
	.menu-icons .ico {
		font-size: 120%;
		color:#999;
	}
	.menu-icons .text {
		display:none;
	}
	
	.dropdown > .dropdown-menu {
		min-width:100%;;
	}
	.bootstrap-select > .dropdown-menu {
		max-width: calc(100vw - 50px) !important;
		
	}
	.box-search .bootstrap-select > .dropdown-menu {
		min-width: calc(100% + 2em) !important; /*hack:input-group*/
	}
	
	#footer {
		margin-top:0;
	}
	
	.box-logos .logos .elm {
		margin-left:10px;
		margin-right:10px;
	}
	.box-logos .logos img {
		height:60px;
	}
	.box-logos .logos .small1 img {
		height:calc(60px - 0.5em);
	}
	.box-logos .logos .small2 img {
		height:calc(60px - 0.75em);
	}
	.box-logos .logos .small3 img {
		height:calc(60px - 1.25em);
	}
	
	.slider .headpic img {
		height: 100%;
		max-width: none;
		width: auto;
	}
	.slider .slick-prev,
	.slider .slick-next,
	.XXXslider .slick-dots {
		display:none !important;
	}
	.slider .caption {
		padding-bottom: 15px;
	}
	.slider .caption .inner {
		width:100%;
		max-width:300px;
	}
	.slider .caption .title {
		font-size: 19px;
	}
	.slider .caption p {
		margin-top:5px;
		font-size:14px;
	}
	.slider .caption .btn {
		margin-top:5px;
		padding:3px 6px;
		font-size:13px;
		text-shadow:none;
	}
	.home-slider .slick-dots-wrapper {
		bottom: 30px;
		padding: 0;
	}
	
	.box-splash .overground .box-pic {
		top:50%;
	}
	.box-splash .overground .box-mov {
		position: static;
		width: 250px;
		max-width: 75%;
		margin-bottom: 10px;
	}
	.box-splash .overground .txt-wrapper {
		bottom:40px;
		margin:0;
		transform:none;
	}
	.box-splash .overground .txt-wrapper .inner {
		max-width:100% !important;
	}
	.box-splash .overground .title {
		font-size:32px;
	}
	
	.XXXmov-toggles {
		top: 12px;
		right: 60px;
	}
	.XXXmov-toggles .toggle-btn {
		margin:0 0 0 25px;
	}
	.XXXmov-toggles .toggle-btn::after {
		font-size: 130%;
	}
	.XXXmov-toggles .toggle-btn .text {
		display:none;
	}
	
	.article-nav .prev, 
	.article-nav .next {
		width: 40px;
	}
	.article-nav .prev .ico, 
	.article-nav .next .ico {
		font-size: 25px;
	}
	
	.article-single .bg-image {
		position:static;
		height:200px;
	}
	.article-single .blk-content {
		float:none;
		margin-top: 0px;
		margin-bottom: 68px;
	}
	
	.pic2.lbx {
		display:block;
		float:none;
		width:100%;
		height:auto;
	}
	
	.box-contact .lead .tel,
	.box-special.contact .tel {
    	font-size:21px;
    	font-weight:500 !important;
	}
	.box-special.important .inner {
    	font-size: 75%;
	}
	
	.box-welcome .text {
    	font-size: initial;
    	text-align: left;
	}
	
	.box-spektrum .box-group .row {
		display:block;
	}
	.box-spektrum .more-pic {
		display:block;
		margin-bottom:15px;
	}
	
	.box-form textarea {
		min-height:200px;
	}
	
	.box-contact.sketch:before {
		background-size:auto 200px;
	}
	
	.box-contact .col-logo .logo {
		display: block;
		margin: 0 auto 40px;
		width: 170px;
		height: 164px;
	}
	.box-contact .col-logo img {
		width:100%;
	}
	
	#footer .box-main {
		padding-top:50px;
	}
	#footer .box-intro .tel {
    	font-size:25px;
	}
	#footer address {
		margin-bottom: 0;
	}
	
	#footer .bar {
		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;
	}
}

/* small phone */
@media (max-width: 539px){
	
}

/* large phone */
@media (min-width: 540px) and (max-width: 764px){

}