html {
	-webkit-text-size-adjust: none; /* Prevent font scaling in landscape */
	-webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
/* ---------- Overall Specifications ---------- */

body {
	font-family: "Volte", sans-serif;
	font-weight: 400;
	font-style: normal;
	line-height: 37px;
	font-size: 22px;
	word-wrap: break-word;
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	color: #000000;
	position: relative;
	text-align: left;
	background: #ffffff;
}
#page-wrapper {
	background: #ffffff;
}
.mobile-only {
	display: none !important;
}
body.cke_editable div {
	border: 1px solid #eeeeee;
	box-sizing: border-box;
	padding: 2px;
}
::selection {
	background: #2d2d2d;
	background: rgba(65,65,65,0.5);
	color: #ffffff;
}
::-moz-selection {
	background: #2d2d2d;
 	background: rgba(65,65,65,0.5);
 	color: #ffffff;
}
a, a:link, a:visited {
	text-decoration: none;
	color: #000000;
	-webkit-transition: all 0.3s !important;
	-moz-transition: all 0.3s !important;
	transition: all 0.3s !important;
}
a:hover, a:active, a:focus {
	text-decoration: none;
	color: #000000;
}

.with-bg a {
	color: #ffffff;
}

a.alinks-link {
	display: inline;
}
/*a.underline {
	position: relative;
}

a.underline:after {
	content: "";
	position: absolute;
	left: 0;
	width: 100%;
	bottom: 0;
	height: 1px;
	background: #ffffff;
	-webkit-transition: bottom 0.3s, height 0.3s !important;
	-moz-transition: bottom 0.3s, height 0.3s !important;
	transition: bottom 0.3s, height 0.3s !important;
}
a.no-underline {
	position: relative;
}*/


h1, h2, h3, h4, h5, div.h1, h1.subtitle {
	margin: 0;
	padding: 0;
	font-family: "Volte", sans-serif;
	font-style: normal;
}
h1, h2, h3, h4.big, h5.big, div.h1, h1.subtitle {
	font-size: 50px;
	line-height: 60px;
	margin: 0 0 80px 0;
	font-weight: 600;
}
h1.big, div.h1.big, h2.big {
	font-size: 70px;
	line-height: 75px;
}
h4, h5.big, #text-block-links-2 h3, span.h4 {
	font-size: 40px;
	line-height: 46px;
	font-weight: 600;
	margin-bottom: 30px;
	margin-left: -2px !important;
}
h4.small, span.h4.small {
	font-size: 30px;
	line-height: 36px;
}
h5 {
	font-size: 18px;
	line-height: 30px;
	margin: 0 0 10px 0 !important;
	font-weight: 600;
}
h4.small {
	margin-bottom: 30px;
}
span.h4 {
	display: block;
}
div.subtitle {
	color: #aaaaaa;
	margin-bottom: 10px;
}
hr {
	border: 0;
	height: 1px;
	background: #f0f0f0;
	width: 100%;
	margin: 50px 0;
	clear: both;
}
p {
	margin:  0 0 30px 0;
}
b, strong {
	font-weight: bold;
	font-weight: 600;
}

article ul,
#overlay ul {
	margin: 0 0 30px 0;
	padding-left: 0;
}

article ul li,
#overlay ul li {
	list-style: none;
	padding-left: 15px !important;
	position: relative;
}

article ul li:before,
#overlay ul li:before {
  	content: "-";
	position: absolute;
	top: -1px;
	left: 0;
}

article ul li p,
#overlay ul li p {
	margin: 0 !important;
}


div.width-30 {
	width: 28%;
	padding-right: 2%;
	float: left;
}
div.width-50 {
	width: 48%;
	padding-right: 2%;
	float: left;
}
div.width-70 {
	width: 68%;
	padding-right: 2%;
	float: left;
}
img {
	outline: 0;
	-webkit-user-select: none;  /* Chrome all / Safari all */
	-moz-user-select: none;     /* Firefox all */
	-ms-user-select: none;      /* IE 10+ */
	user-select: none;
	max-width: 100%;
	height: auto;
	width: 100%;
	border: 0;
	display: block;
}
img.background.resizetoparent {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
}
img.resizetoparent {
	max-width: inherit !important;
}
.resizecontainer {
	position: relative;
	overflow: hidden;
}
img.lazy {
	/*opacity: 0;*/
	-webkit-transition: opacity 0.3s;
	-moz-transition: opacity 0.3s;
	transition: opacity 0.3s;
}
/*img.lazy.loaded {
	opacity: 1;
}*/


/* --------------- Main Menu ------------ */

#menu-icon,
#header.small.navigation-open #menu-icon {
	position: absolute;
	top: 90px;
	right: 120px;
	z-index: 1099;
	margin: -20px -14px 0 0;
	display: block;
	-webkit-transition: top 0.3s !important;
	-moz-transition: top 0.3s !important;
	transition: top 0.3s !important;
}
#menu-icon span {
	background: #000000;
}
#menu-icon span.ie {
	display: none !important;
}
#menu-icon.active span,
#header.small #menu-icon.active span {
	background: #000000 !important;
}
#menu-icon.background--dark span,
#menu-icon.white span,
body.front.menu-white #menu-icon span,
body.node-type-kontakt #menu-icon span {
	background: #ffffff;
}

#menu-icon.active .path,
#header.small #menu-icon.active .path {
	stroke: #000000 !important;
}
#menu-icon.background--dark .path,
#menu-icon.white .path,
body.front.menu-white #menu-icon .path,
body.node-type-kontakt #menu-icon .path {
	stroke: #ffffff !important;
}

#menu-icon.active .path-rotation:before,
#header.small #menu-icon.active .path-rotation:before {
	background: #000000 !important;
}
#menu-icon.background--dark .path-rotation:before,
#menu-icon.white .path-rotation:before,
body.front.menu-white #menu-icon .path-rotation:before,
body.node-type-kontakt #menu-icon .path-rotation:before {
	background: #ffffff;	
}


/* NAVIGATION WRAPPER */

#navigation-wrapper {
	display: none;
	background: #23221f;
	color: #ffffff;
	z-index: 999;
	position: fixed;
    overflow: hidden;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 1;
	-webkit-transition: -webkit-transform 0.5s;
	-moz-transition: -moz-transform 0.5s;
	transition: transform 0.5s;
	-webkit-transform: translateY(-100%);
	-moz-transform: translateY(-100%);
	transform: translateY(-100%);
	-webkit-transition-timing-function: ease;
	-moz-transition-timing-function: ease;
	transition-timing-function: ease;
}
#navigation-wrapper.open {
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	transform: translateY(0);
}
.cssanimations #navigation-wrapper {
	display: block !important;
}


#navigation-wrapper .right {
	width: 35%;
	height: 100%;
	float: right;
	background: #ffffff;
	opacity: 0;
	-webkit-transition: -webkit-transform 0.5s, opacity 0.5s;
	-moz-transition: -moz-transform 0.5s, opacity 0.5s;
	transition: transform 0.5s, opacity 0.5s;
	-webkit-transform: translateY(-100%);
	-moz-transform: translateY(-100%);
	transform: translateY(-100%);
	-webkit-transition-timing-function: ease;
	-moz-transition-timing-function: ease;
	transition-timing-function: ease;
}
#navigation-wrapper.open .right {
	opacity: 1;
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	transform: translateY(0);
}
/*#navigation-wrapper .right:after {
	content: "";
	position: absolute;
	bottom: 100%;
	height: 60px;
	width: 100%;
	z-index: 199;
	background: -moz-linear-gradient(top, rgba(35,34,31,0) 0%, rgba(35,34,31,1) 100%); 
	background: -webkit-linear-gradient(top, rgba(35,34,31,0) 0%,rgba(35,34,31,1) 100%); 
	background: linear-gradient(to bottom, rgba(35,34,31,0) 0%,rgba(35,34,31,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0023221f', endColorstr='#23221f',GradientType=0 ); 
}*/
#navigation-wrapper .right .region-header {
	position: absolute;
	width: 100%;
	top: 50%;
	right: 0;
	text-align: right;
	color: #000000;
	height: 500px;
	margin-top: -200px;
	opacity: 0;
	-webkit-transition: -webkit-transform 0.5s, opacity 0.5s;
	-moz-transition: -moz-transform 0.5s, opacity 0.5s;
	transition: transform 0.5s, opacity 0.5s;
	-webkit-transform: translateY(-100%);
	-moz-transform: translateY(-100%);
	transform: translateY(-100%);
	-webkit-transition-timing-function: ease;
	-moz-transition-timing-function: ease;
	transition-timing-function: ease;
	transition-delay: 0.4s;
}
#navigation-wrapper.open .right .region-header {
	opacity: 1;
	-webkit-transform: translateY(0%);
	-moz-transform: translateY(0%);
	transform: translateY(0%);
}
#navigation-wrapper .right .region-header #block-block-5 {
	position: absolute;
	right: 0;
	bottom: 0;
	font-size: 20px;
}
#navigation-wrapper .right .region-header #block-block-5 > div {
	margin: 0 140px;
	padding: 0 120px;
}
#navigation-wrapper .right .region-header #block-block-5 p {
	margin: 0 0 30px 0;
}
#navigation-wrapper .right .region-header .social-media {
	margin-top: 50px;
}
#navigation-wrapper .right .region-header .social-media a {
	margin: 0 0 0 10px;
}
#navigation-wrapper .right .region-header a:hover {
	color: #87807c;
}


#navigation-wrapper .navigation-container {
	width: 65%;
	height: 100%;
	float: left;
}
#navigation-wrapper #main-menu {
	margin: 0 120px;
	height: 100%;
	opacity: 0;
	-webkit-transition: -webkit-transform 0.5s, opacity 0.5s;
	-moz-transition: -moz-transform 0.5s, opacity 0.5s;
	transition: transform 0.5s, opacity 0.5s;
	-webkit-transform: translateY(-100%);
	-moz-transform: translateY(-100%);
	transform: translateY(-100%);
	-webkit-transition-timing-function: ease;
	-moz-transition-timing-function: ease;
	transition-timing-function: ease;
	transition-delay: 0.4s;
}
#navigation-wrapper.open #main-menu {
	opacity: 1;
	-webkit-transform: translateY(0%);
	-moz-transform: translateY(0%);
	transform: translateY(0%);
}
#navigation-wrapper #main-menu .region-navigation {
	display: table;
	width: 100%;
	height: 100%;
}
#navigation-wrapper #main-menu .block-menu {
	display: table-cell;
	position: relative;
	vertical-align: middle;
	padding: 200px 140px 100px 140px;
}
/*#navigation-wrapper #main-menu .block-menu:before {
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	left: 0;
	width: 1px;
	height: 40px;
	margin-top: -20px;
	background: #ffffff;
}
#navigation-wrapper #main-menu .block-menu:first-child:before {
	display: none;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
	#navigation-wrapper #main-menu .block-menu:before {
		display: none;
	}
}
#navigation-wrapper #main-menu .block-menu strong.title {
	font-weight: 400;
	font-size: 50px;
	line-height: 60px;
	transition: font-weight 0.3s, color 0.3s, opacity 0.3s;
	position: relative;
}
.touchevents #navigation-wrapper #main-menu .block-menu strong.title {
	 cursor: pointer;
}
#navigation-wrapper #main-menu.childs-shown .block-menu strong.title {
	opacity: 0.3;
}
#navigation-wrapper #main-menu .block-menu strong.title.active {
	font-weight: 700;
	opacity: 1;
}
#navigation-wrapper #main-menu .block-menu strong.title .count {
	font-size: 14px;
	font-weight: 400;
	position: absolute;
	top: 4px;
	right: -25px;
	line-height: 14px;
}*/
#navigation-wrapper #main-menu .block-menu ul.menu {
	margin: 0 !important;
	padding: 0 !important;
}
#navigation-wrapper #main-menu .block-menu ul.menu li {
	list-style: none !important;
	font-size: 50px;
	line-height: 100px;
	margin: 0 !important;
	padding: 0 !important;
}
#navigation-wrapper #main-menu .block-menu ul.menu li a {
	color: #ffffff;
}
#navigation-wrapper #main-menu .block-menu ul.menu li a:hover {
	color: #87807c;
}
#navigation-wrapper #main-menu .block-menu ul.menu li a.active {
	font-weight: 600;
}

/*#navigation-wrapper #main-menu .block-menu {
	opacity: 0;
	-webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
	-moz-transition: -moz-transform 0.3s, opacity 0.3s;
	transition: transform 0.3s, opacity 0.3s;
	-webkit-transform: translateY(-100px);
	-moz-transform: translateY(-100px);
	transform: translateY(-100px);
	-webkit-transition-timing-function: ease;
	-moz-transition-timing-function: ease;
	transition-timing-function: ease;
	transition-delay: 0s !important;
}
#navigation-wrapper.open #main-menu .block-menu {
	transform: translateY(0px);
	opacity: 1;
}
#navigation-wrapper.open #main-menu .block-menu {
	transition-delay: 0.3s !important;
}
#navigation-wrapper.open #main-menu .block-menu:nth-child(2) {
	transition-delay: 0.5s !important;
}
#navigation-wrapper.open #main-menu .block-menu:nth-child(3) {
	transition-delay: 0.7s !important;
}

#navigation-wrapper #main-menu .block-menu:before {
	opacity: 0;
	-webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
	-moz-transition: -moz-transform 0.3s, opacity 0.3s;
	transition: transform 0.3s, opacity 0.3s;
}
#navigation-wrapper.open #main-menu .block-menu:before {
	opacity: 1;
	transition-delay: 1s !important;
}*/



#secondary-menu,
#prev-next,
#referenz-domain {
	position: absolute;
	top: 95px;
	right: 220px;
	z-index: 699;
	opacity: 0;
	-webkit-transition: -webkit-transform 0.3s, opacity 0.3s, top 0.3s;
	-moz-transition: -moz-transform 0.3s, opacity 0.3s, top 0.3s;
	transition: transform 0.3s, opacity 0.3s, top 0.3s;
	-webkit-transform: translateY(-300%);
	-moz-transform: translateY(-300%);
	transform: translateY(-300%);
}

.node-type-referenz #secondary-menu,
.node-type-referenz-neu #secondary-menu {
	display: none !important;
}

#secondary-menu.animate,
#prev-next.animate,
#referenz-domain.animate {
	-webkit-transform: translateY(0%);
	-moz-transform: translateY(0%);
	transform: translateY(0%);
	opacity: 1;
}

#header.small #secondary-menu,
#header.small #prev-next,
#header.small #referenz-domain {
	top: 43px;
}

#header.navigation-open #secondary-menu,
#header.navigation-open #prev-next,
#header.navigation-open #referenz-domain {
	-webkit-transform: translateY(-300%);
	-moz-transform: translateY(-300%);
	transform: translateY(-300%);
	opacity: 0;
}

#secondary-menu ul.menu {
	margin: 0;
	padding: 0;
}
#secondary-menu ul.menu li {
	float: left;
	margin: 0 0 0 50px;
	line-height: 18px;
	padding: 0;
	list-style: none;
	background: none;
}
#secondary-menu ul.menu li a {
	font-size: 16px;
	line-height: 18px;
	color: #000000;
	font-weight: 600;
	padding: 10px 0;
	-webkit-transition: opacity 0.3s !important;
	-moz-transition: opacity 0.3s !important;
	transition: opacity 0.3s !important;
}
#secondary-menu.white ul.menu li a,
body.front.menu-white #secondary-menu ul.menu li a,
body.node-type-kontakt #secondary-menu ul.menu li a {
	color: #ffffff;
}
#secondary-menu ul.menu li a:hover {
	opacity: 0.5;
}
#header.small #secondary-menu ul.menu li a {
	color: #ffffff;
}
#secondary-menu a {
	position: relative;
}
#secondary-menu a .dot {
	height: 12px;
	width: 12px;
	color: #ffffff;
	font-weight: 700;
	text-align: center;
	display: block;
	position: absolute;
	top: 7px;
	right: -8px;
	cursor: pointer;
	line-height: 12px;
	font-size: 8px;
	background: #bf0e0e;
	border-radius: 50%;
	opacity: 0;
	-webkit-transition: opacity 0.3s, -webkit-transform 0.3s !important;
	-moz-transition: opacity 0.3s, -moz-transform 0.3s !important;
	transition: opacity 0.3s, transform 0.3s !important;
	-webkit-transition-timing-function: ease;
	-moz-transition-timing-function: ease;
	transition-timing-function: ease;
	-webkit-transition-delay: 0.5s !important;
	-moz-transition-delay: 0.5s !important;
	transition-delay: 0.5s !important;
}
#secondary-menu.animate a .dot {
	animation: reddotpulse;
	animation-iteration-count: infinite;
	animation-delay: 0.5s;
	animation-duration: 3s;
	animation-timing-function: ease-out;
	opacity: 1;
}
#secondary-menu.animate a .dot:hover {
	-webkit-transform: scale(1.2) !important;
	-moz-transform: scale(1.2) !important;
	transform: scale(1.2) !important;
}
@keyframes reddotpulse {
	0% { transform: scale(1); }
	10% { transform: scale(1.2); }
	20% { transform: scale(1); }
	100% { transform: scale(1); }
}

#prev-next a {
	display: block;
	float: left;
	margin-left: 15px;
	width: 20px;
	text-align: center;
}
#header.small #prev-next a {
	color: #ffffff;
}
#prev-next a:hover i {
	opacity: 0.5;
}
#prev-next a i {
	font-size: 20px;
}
#prev-next a i:before {
	line-height: 20px;
}
#prev-next a.overview i {
	font-size: 14px;
}
#prev-next a.overview .grid {
	display: block;
	width: 16px;
	height: 16px;
	margin: 2px;
	position: relative;
}
#prev-next a.overview .grid span {
	position: absolute;
	width: 6px;
	height: 6px;
	background: #000000;
	display: block;
	transition: top 0.3s, right 0.3s, bottom 0.3s, left 0.3s, opacity 0.3s;
}
#header.small #prev-next a.overview .grid span {
	background: #ffffff;
}
#prev-next a.overview .grid span:nth-child(1) {
	top: 0; left: 0;
}
#prev-next a.overview .grid span:nth-child(2) {
	top: 0; right: 0;
}
#prev-next a.overview .grid span:nth-child(3) {
	bottom: 0; left: 0;
}
#prev-next a.overview .grid span:nth-child(4) {
	bottom: 0; right: 0;
}
#prev-next a.overview:hover .grid span {
	opacity: 0.5;
}
#prev-next a.overview:hover .grid span:nth-child(1) {
	top: -1px; left: -1px;
}
#prev-next a.overview:hover .grid span:nth-child(2) {
	top: -1px; right: -1px;
}
#prev-next a.overview:hover .grid span:nth-child(3) {
	bottom: -1px; left: -1px;
}
#prev-next a.overview:hover .grid span:nth-child(4) {
	bottom: -1px; right: -1px;
}

#referenz-domain {
	right: 350px;
	line-height: 16px;
}
#referenz-domain a {
	display: block;
}
#referenz-domain a:hover i,
#referenz-domain a:hover span.text {
	opacity: 0.5;
}
#referenz-domain a i {
	position: relative;
	font-size: 18px;
	line-height: 16px;
}
#referenz-domain a i:before {
	line-height: 18px;
}
#header.small #referenz-domain a {
	color: #ffffff;
}


/* ------------------ Header ------------------ */

#header {
	position: absolute;
	z-index: 1199;
	padding: 0;
	top: 0;
	left: 0;
	width: 100%;
	height: 0;
	-webkit-transition: background 0.5s, margin-top 0.5s, top 0s;
	-moz-transition: background 0.5s, margin-top 0.5s, top 0s;
	transition: background 0.5s, margin-top 0.5s, top 0s;
}
#header.small {
    position: fixed;
    margin-top: 0;
    top: -100px;
}
#header.small.scrolltop {
    margin-top: 100px;
}
#header.navigation-is-open {
    position: fixed;
    z-index: 1399;
}
#header.small.navigation-is-open {
    margin-top: 100px;
}

#header div.section {
	position: relative;
}

#logo,
#header.small.navigation-open #logo {
	position: absolute;
	top: 95px;
	left: 120px;
	width: 170px;
	z-index: 1099;
	-webkit-transition: top 0.3s !important;
	-moz-transition: top 0.3s !important;
	transition: top 0.3s !important;
}

#logo img {
	max-height: 19px;
}

#header #logo .black {
	display: none;
}

.page-user #logo .white,
.error-404 #logo .white,
.error-403 #logo .white,
.node-type-page #logo .white {
	display: none;
}

.page-user #logo .black,
.error-404 #logo .black,
.error-403 #logo .black,
.node-type-page #logo .black {
	display: block !important;
}

#header.small #logo .white,
#header.navigation-open #logo .white {
	display: block !important;
}
#header.small #logo .black,
#header.navigation-open #logo .black {
	display: none !important;
}


#header.small {
	background: #23221f;
	height: 99px;
	width: 100%;
	z-index: 1399;
	-webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.3);
}

#header.small #logo {
	top: 40px;
}
#header.small #menu-icon {
	top: 38px;
}
#header.small #menu-icon span {
	background: #ffffff;
}
#header.small #menu-icon .path {
	stroke: #ffffff;
}
#header.small #menu-icon .path-rotation:before {
	background: #ffffff;	
}


/* ------------------ Right ------------------ */

#bottom {
	background: #23221f;
	color: #ffffff;
	z-index: 9;
	position: relative;
}
#bottom .region-bottom {
	border-bottom: 1px solid #ffffff;
}
#bottom a {
	color: #ffffff;
}
#bottom a:hover {
	color: #87807c;
}

#block-kontakt {
	padding: 230px 140px;
	position: relative;
}
#block-kontakt .content {
	position: relative;
	color: #ffffff;
}
#block-kontakt .content a {
	color: #ffffff;
}
#block-kontakt  .content a:hover {
	opacity: 0.5;
}
#block-kontakt .content h4.big {
	font-size: 70px;
	line-height: 75px;
	margin: 0 !important;
	color: #ffffff;
}
#block-kontakt .content i {
	position: absolute;
	top: 50%;
	right: 0;
	font-size: 90px;
	margin-top: -45px;
	transition: right 0.5s;
}
#block-kontakt .content a:hover i {
	right: -15px;
}



/* ----------------- Footer ------------------ */

#footer {
	background: #23221f;
	padding: 65px 0;
	position: relative;
	font-size: 16px;
	line-height: 26px;
	color: #ffffff;
	z-index: 9;
}
#footer.with-bottom {
	padding-top: 35px;
}

#footer #block-block-4 {
	float: left;
}
/*#footer #block-block-4 #logo_footer {
	float: left;
	width: 170px;
    height: 19px;
	margin-top: -2px;
}*/
#footer #block-block-4 .kontaktdaten {
	float: left;
    /*margin-left: 50px;*/
}
#footer #block-block-4 br {
    display: none;   
}

#footer #block-block-8 {
	float: right;
	margin: 0;
}
#footer #block-block-8.block-social-media a {
	font-size: 20px;
	margin: 0 0 0 20px;
}

#footer #block-menu-menu-fusszeile {
    float: right;
    margin-right: 50px;
}
#footer #block-menu-menu-fusszeile ul.menu {
    margin: 0 !important;
    padding: 0 !important;
}
#footer #block-menu-menu-fusszeile ul.menu li {
    list-style: none !important;
    float: left;
    margin: 0 0 0 40px !important;
    padding: 0 !important;
}
#footer #block-menu-menu-fusszeile ul.menu li a.active,
#footer #block-menu-menu-fusszeile ul.menu li span.active {
    font-weight: 600;   
}

#footer a {
	color: #ffffff;
}
#footer a:hover {
	color: #87807c;
}
#footer p {
	margin: 0 !important;
}

#mobile-footer {
	display: none;
}


/* --------------- System Tabs  --------------- */

div.tabs {
	position: fixed;
	top: 30px;
	left: 10px;
	z-index: 999;
	-webkit-font-smoothing: auto;
    -moz-osx-font-smoothing: auto;
}
.tabs ul.primary {
	padding: 0;
	margin: 0;
	border: 0 !important;
}
.tabs ul.primary li {
	display: block;
	float: left;
	margin: 0 5px 0 0; /* LTR */
	padding: 0;
}
.tabs ul.primary li a {
	background: #f7f7f7;
	padding: 8px 10px;
	color: #000000;
	border: 0;
	display: block;
	margin: 0;
	font-size: 14px;
	line-height: 14px;
}
.tabs ul.primary li a:hover {
	background: #dddddd;
}
.tabs ul.primary li.active a {
	background: #000000;
	color: #ffffff;
}


/* ---------------- Messages  ----------------- */

#messages {
	padding: 0;
	margin: 0 auto;
}
div.messages {
	margin: 20px 0 40px 0;
	color: #444444;
	padding: 20px;
	text-align: left;
}
div.messages.status {
	border: 1px solid #b2dbb2;
	background: #e5f3e5;
}
div.messages.warning {
	border: 1px solid #f5ed99;
	background: #fcfbe5;
}
div.messages.error {
	border: 1px solid #eab2b2;
	background: #f8e5e5;
}
div.messages h3, div.messages h2 {
	margin-bottom: 10px;
	margin-top: 0;
}
div.messages p {
	margin: 0;
}

#page-wrapper > #messages {
	display: none !important;
}


/* ---------------- Buttons ---------------- */

input.form-submit, a.button, a.button:focus, a.button:link, a.button:visited, div.button {
	color: #000000;
	background: none;
	cursor: pointer;
	text-align: center;
	padding: 0px 25px;
	height: 50px;
	border-radius: 0;
	text-decoration: none;
	display: inline-block;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
	font-weight: 600;
	font-size: 16px;
	line-height: 46px;
	letter-spacing: 0px;
	border: 1px solid #000000 !important;
	-webkit-appearance: none;
	font-family: "Volte", sans-serif;
}
input.form-submit {
	line-height: 30px;
	margin-top: 30px;
}
input.form-submit:hover, input.form-submit:focus, a.button:hover, a.button:active, div.button:hover {
	text-decoration: none;
	color: #ffffff;
	background: #000000;
}

a.button.white, a.button.white:focus, a.button.white:link, a.button.white:visited {
	border-color: #ffffff !important;
	color: #ffffff;
}
a.button.white:hover, a.button.white:active {
	color: #000000;
	background: #ffffff;
}

a.link-button,
div.link-button {
	padding-left: 20px;
	position: relative;
	font-weight: 600;
	color: #aaaaaa;
	font-size: 20px;
	line-height: 30px;
	display: inline-block;
}
a.link-button:before,
div.link-button:before {
	content: '+';
	position: absolute;
	top: 0;
	left: 0;
	transition: transform 0.5s, line-height 0.5s;
	display: block;
}
a.link-button:hover,
div.link-button:hover {
	color: #000000;
}
a.link-button:hover:before,
div.link-button:hover:before {
	transform: rotate(180deg);
	line-height: 26px;
}


/* ---------------- Edit Button ---------------- */

.edit-link {
	background: #aa111e;
	-webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.5);
	-moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.5);
	box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.5);
	color: #ffffff !important;
	padding: 0 14px;
	height: 26px;
	font-size: 12px;
	line-height: 26px;
	border-radius: 13px;
	position: absolute !important;
	top: 5px;
	right: 5px;
	z-index: 999;
	display: none;
}
.edit-link:hover {
	opacity: 0.7;
}
.views-row:hover .edit-link, .block:hover > .edit-link, .view-header:hover > .edit-link, #fotos .section:hover a.edit-link, .nodeblock:hover > a.edit-link, article > a.edit-link, article .item:hover > a.edit-link {
	display: block;
}
.view-header, article, article > .content, .nodeblock {
	position: relative;
}


/* ---------------- Social Links ---------------- */

.block-social-media a {
	color: #ffffff;
	font-size: 25px;
	display: block;
	float: left;
	margin: 0 24px 0 0;
}
.block-social-media a i:before {
	margin: 0;
	width: auto;
}
.block-social-media a:hover {
	color: #173e43;
}
/*.block-social-media a.facebook:hover {
	color: #3b5998;
}
.block-social-media a.twitter:hover {
	color: #55acee;
}
.block-social-media a.google:hover {
	color: #c33728;
}*/


/* ---------------- Slick Slider ---------------- */

.slick-slider {
	position: relative;
	display: block;
	box-sizing: border-box;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-touch-callout: none;
	-khtml-user-select: none;
	-ms-touch-action: pan-y;
	touch-action: pan-y;
	-webkit-tap-highlight-color: transparent;
}
.slick-list {
	position: relative;
	display: block;
	overflow: hidden;
	margin: 0;
	padding: 0;
}
.slick-list:focus {
	outline: none;
}
.slick-list.dragging {
	cursor: pointer;
	cursor: hand;
}
.slick-slider .slick-track, .slick-slider .slick-list {
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	-o-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}
.slick-track {
	position: relative;
	top: 0;
	left: 0;
    display: block;
}
.slick-track:before, .slick-track:after {
	display: table;
	content: '';
}
.slick-track:after {
	clear: both;
}
.slick-loading .slick-track {
	visibility: hidden;
}
.slick-slide {
	display: none;
	float: left;
	height: 100%;
	min-height: 1px;
}
[dir='rtl'] .slick-slide {
	float: right;
}
.slick-slide img {
	display: block;
}
.slick-slide.slick-loading img {
	display: none;
}
.slick-slide.dragging img {
	pointer-events: none;
}
.slick-initialized .slick-slide {
	display: block;
}
.slick-loading .slick-slide {
	visibility: hidden;
}
.slick-vertical .slick-slide {
	display: block;
	height: auto;
	border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
	display: none;
}



#admin-menu {
	-webkit-font-smoothing: auto;
    -moz-osx-font-smoothing: auto;
	z-index: 9999;
}
#admin-menu .dropdown .admin-menu-icon img {
	width: 16px;
}
.krumo-root img {
	width: auto !important;
}



/* OVERLAY */
#overlay {
	position: fixed;
	height: 400px;
	width: 1000px;
	top: 50%;
	left: 50%;
	margin: -200px 0 0 -500px;
	background: #ffffff;
	z-index: 1999;
	opacity: 0;
	-webkit-transition: opacity 0.5s;
	-moz-transition: opacity 0.5s;
	transition: opacity 0.5s;
	-webkit-transition-delay: 0s;
	-moz-transition-delay: 0s;
	transition-delay: 0s;
	-moz-box-shadow: 0 0 15px 0 rgba(0,0,0,0.3);
	-webkit-box-shadow: 0 0 15px 0 rgba(0,0,0,0.3);
	box-shadow: 0 0 15px 0 rgba(0,0,0,0.3);
	overflow: hidden;
}
#overlay.toheight {
	top: 5% !important;
	height: 90% !important;
	margin-top: 0 !important;
}
#overlay.toheight:after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 30px;
	background: -moz-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);
	background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%);
	background: linear-gradient(to bottom, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=0 );
	z-index: 99;
}
#overlay.show {
	opacity: 1;
	-webkit-transition-delay: 0.5s;
	-moz-transition-delay: 0.5s;
	transition-delay: 0.5s;
}
#overlay > a.close {
	position: absolute;
	top: 20px;
	right: 20px;
	width: 30px;
	height: 30px;
	background: #000000;
	border-radius: 50%;
	font-size: 16px;
	color: #ffffff;
	text-align: center;
	z-index: 299;
}
#overlay > a.close i:before {
	line-height: 30px;
}
#overlay > a.close:hover {
	background: #87807c;
}
#overlay > .content-wrapper {
	height: 100%;
	overflow: hidden;
}
#overlay.toheight > .content-wrapper {
	overflow-y: auto;
	-webkit-overflow-scrolling: touch;
}
#overlay > .content-wrapper > .content {
	padding: 100px;
	position: relative;
}
#overlay #node-page {
	background: none !important;
	padding: 0;
	font-size: 14px;
	line-height: 22px;
}
#overlay #node-page .spalte {
	width: auto !important;
}
#overlay #node-page h1, #overlay #node-page h2, #overlay #node-page h3, #overlay #node-page h4.big, #overlay #node-page h5.big {
	font-size: 30px;
	line-height: 40px;
	margin-bottom: 50px;
}
#overlay #node-page h4, #overlay #node-page h5.big {
	font-size: 20px;
	line-height: 30px;
	margin-bottom: 30px;
}
#overlay #node-page h4, #overlay #node-page p {
	margin: 0 0 20px 0;
}
#overlay-bg {
	position: fixed;
	top: 0;
	right: 0;
	width: 100%;
	height: 100%;
	background: #000000;
	background: rgba(0,0,0,0.5);
	z-index: 1899;
	cursor: pointer;
	opacity: 0;
	transition: opacity 0.5s;
	transition-delay: 0.5s;
}
#overlay-bg.show {
	opacity: 1;
	transition-delay: 0s;
}
#overlay-bg > div {
	background: url(../images/ajax-loader.gif) center center no-repeat #23221f;
	height: 80px;
	width: 80px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -40px 0 0 -40px;
	z-index: 199;
	padding: 0 !important;
}
/*.backdropfilter #overlay-bg {
	background: rgba(0,0,0,0.3);
	backdrop-filter: blur(50px);
	-webkit-backdrop-filter: blur(50px);
}*/
.svgasimg.smil #overlay-bg > div {
	background-image: url(../images/ajax-loader.svg);
}
html.noscrolling {
	overflow: hidden;
}
#overlay-animation {
	position: fixed;
	top: 50%;
	left: 50%;
	width: 200vh;
	height: 200vh;
	border-radius: 50%;
	margin: -100vh 0 0 -100vh;
	background: #ffffff;
	transform: scale(0);
	transition: transform 0.5s;
	z-index: 1889;
}
#overlay-animation.show {
	transform: scale(1);
}


/* COOKIE OVERLAY */
#cookie-overlay {
	position: fixed;
	left: 0;
	bottom: 0;
	width: 100%;
	z-index: 1299;
	color: #ffffff;
	background: rgba(0,0,0,0.9);
	transform: translateY(100%);
	transition: transform 0.5s;
	transition-delay: 0s;
}
body.loaded #cookie-overlay.show {
	transform: translateY(0);
	transition-delay: 3s;
}
#cookie-overlay .content-wrapper {
	padding: 15px 20px;
	padding-right: 250px !important;
	font-size: 14px;
	line-height: 20px;
	position: relative;
}
#cookie-overlay a.info {
	color: #ffffff;
	text-decoration: underline;
}
#cookie-overlay a.info:hover {
	opacity: 0.5;
}
#cookie-overlay a.accept {
	position: absolute;
	top: 50%;
	margin-top: -20px;
	right: 30px;
	padding: 0 20px;
	height: 40px;
	line-height: 40px;
}
#cookie-overlay a.accept:hover {
	background: #ffffff;
	color: #000000;
}


/* NICE SELECT */
.nice-select,
.nice-select:active,
.nice-select:focus {
	-webkit-tap-highlight-color: transparent;
	background-color: none;
	border-radius: 0;
	border: 0;
	box-sizing: border-box;
	cursor: pointer;
	display: block;
	font-size: 14px;
	font-weight: 700;
	text-transform: uppercase;
	height: auto;
	line-height: 26px;
	outline: none;
	padding: 10px 50px 10px 20px;
	position: relative;
	text-align: left !important;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	white-space: nowrap;
	width: auto;
	color: #4a4a4a;
	opacity: 1 !important;
	z-index: 1;
}
.nice-select:hover {
	/*background: #4a4a4a;
	color: #ffffff;*/
}
.nice-select.open {
	/*background: #4a4a4a;
	color: #ffffff;*/
}
.nice-select > span:after {
	border-bottom: 2px solid #4a4a4a;
	border-right: 2px solid #4a4a4a;
	content: '';
	display: block;
	height: 6px;
	margin-top: 0;
	pointer-events: none;
	position: absolute;
	right: 20px;
	top: 15px;
	-webkit-transform-origin: 66% 66%;
	-ms-transform-origin: 66% 66%;
	transform-origin: 66% 66%;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	-webkit-transition: all 0.15s ease-in-out;
	transition: all 0.15s ease-in-out;
	width: 6px;
}
/*.nice-select:hover > span:after,
.nice-select.open > span:after {
	border-bottom-color: #ffffff;
	border-right-color: #ffffff;
}*/
.nice-select.open {
	z-index: 119;
}
.nice-select.open > span:after {
	-webkit-transform: rotate(-135deg);
	-ms-transform: rotate(-135deg);
	transform: rotate(-135deg);
}
.nice-select.open .list {
	opacity: 1;
	pointer-events: auto;
	-webkit-transform: scale(1) translateY(0);
	-ms-transform: scale(1) translateY(0);
	transform: scale(1) translateY(0);
}
.nice-select.disabled {
	pointer-events: none;
	opacity: 0.3 !important;
}
.nice-select.disabled > span:after {
	border-color: #cccccc;
}
.nice-select.element-invisible,
.nice-select.shs-enabled {
	display: none !important;
}
.nice-select.wide {
	width: 100%;
}
.nice-select.wide .list {
	left: 0 !important;
	right: 0 !important;
}
.nice-select.right {
	float: right;
}
.nice-select.right .list {
	left: auto;
	right: 0;
}
.nice-select.small {
	font-size: 12px;
	height: 36px;
	line-height: 34px;
}
.nice-select.small > span:after {
	height: 4px;
	width: 4px;
}
.nice-select.small .option {
	line-height: 34px;
	min-height: 34px;
}
.nice-select .list {
	background: #ffffff;
	box-shadow: 0 0 15px 0 rgba(0,0,0,0.2);
	border-radius: 0;
	box-sizing: border-box;
	margin: 2px 0 0 0 !important;
	opacity: 0;
	overflow: hidden;
	padding: 10px 0;
	pointer-events: none;
	position: absolute;
	top: 100%;
	left: 0;
	min-width: 100%;
	max-width: 300px;
	-webkit-transform-origin: 50% 0;
	-ms-transform-origin: 50% 0;
	transform-origin: 50% 0;
	-webkit-transform: scale(0.75) translateY(-21px);
	-ms-transform: scale(0.75) translateY(-21px);
	transform: scale(0.75) translateY(-21px);
	-webkit-transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
	transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
	z-index: 199;
	white-space: normal;
	max-height: 300px;
	overflow-y: auto;
	-webkit-overflow-scrolling: touch;
}
.nice-select .option {
	cursor: pointer;
	font-weight: 400;
	line-height: 18px;
	list-style: none;
	outline: none;
	padding: 8px 20px !important;
	text-align: left;
	-webkit-transition: all 0.2s;
	transition: all 0.2s;color: #000000;
	text-transform: none;
}
.nice-select .option:before {
	display: none !important;
}
.nice-select .option:hover, .nice-select .option.focus, .nice-select .option.selected.focus {
	background-color: #eeeeee;
	color: #000000;
}
.nice-select .option.selected {
	font-weight: 700;
	color: #000000;
}
.nice-select .option.disabled {
	background-color: transparent;
	color: #999;
	cursor: default;
}