/*
 * Copyright 2015 JAWINK e.U., all rights reserved.
 * Designed & developed by PixelFactory Austria.
 */

/* ==================== SCREEN ==================== */
body {
	background: #282828;
	font-family: "Montserrat", sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #FFF;
	text-decoration: none;
	overflow-x: hidden;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
}




/* =============== ANIMATE =============== */
.animate {
	-moz-transition: all 0.25s linear;
	-webkit-transition: all 0.25s linear;
	-o-transition: all 0.25s linear;
	transition: all 0.25s linear;
}

.animation { opacity: 0 }




/* =============== TYPOGRAPHY =============== */
p, span, div {
	font-family: "Montserrat", sans-serif;
	font-size: 14px;
	font-weight: 400;
	color: #FFF;
	text-decoration: none;
}

a {
	font-family: "Montserrat", sans-serif;
	font-size: 14px;
	font-weight: 400;
	color: #FFF;
	text-decoration: none;
	cursor: pointer;
}



/* ========== HEADINGS ========== */
h1, h2, h3, h4, h5 {
	font-family: "Montserrat", sans-serif;
	font-weight: 700;
	color: #FFF;
	text-transform: uppercase;
}

h1 {
	font-size: 32px;
	letter-spacing: 5px;
}

h2 {
	font-size: 28px;
	letter-spacing: 4px;
}

h3 {
	font-size: 24px;
	letter-spacing: 3px;
}

h4 {
	font-size: 20px;
	letter-spacing: 2px;
}

h5 {
	font-size: 16px;
	letter-spacing: 1px;
}




/* =============== IMAGES =============== */
img { border: none }




/* =============== ICONGRAPGY =============== */
.slider-icon {
    display: block;
	height: 64px;
	width: 64px;
	color: #FFF;
	overflow: hidden;
	cursor: pointer;
}

.slider-icon i {
	height: 64px;
	line-height: 64px;
	width: 64px;
	vertical-align: middle;
	text-align: center;
}

.socialmedia-icon {
    display: block;
	background-color: #282828;
	background-image: no-repeat center center;
	-moz-background-size: cover !important;
	-webkit-background-size: cover !important;
	-o-background-size: cover !important;
	background-size: cover !important;
	height: 10vw;
	min-height: 160px;
	width: 10vw;
	border: none;
	color: #FFF;
	text-align: center;
	overflow: hidden;
	cursor: pointer;
}

.socialmedia-icon i {
	height: 10vw;
	min-height: 160px;
	line-height: 10vw;
	width: 10vw;
	vertical-align: middle;
	text-align: center;
}

@media screen and (max-width: 1600px), (max-device-width: 1600px) {
.socialmedia-icon i {
	line-height: 160px;
}
}

.socialmedia-icon:hover { background-color: #4D1818 }

.featherlight i {
	height: 64px;
	line-height: 64px;
	width: 64px;
	vertical-align: middle;
	text-align: center;
}




/* =============== FORMS =============== */
button,
input,
textarea {
	-webkit-appearance: none;
	-webkit-border-radius: 0;
}

a:focus,
button:focus,
input:focus,
textarea:focus { outline: 0 }




/* =============== IFRAME =============== */
iframe { border: none }




/* =============== LOADER =============== */
#loader {
	position: fixed;
	background: #FFF;
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
	margin: 0;
	padding: 0;
	z-index: 9999;
}

.loader-icon {
	position: absolute;
	height: 64px;
	width:64px;
	top: 50%;
	left: 50%;
	margin: -32px 0 0 -32px;
}




/* =============== SITE =============== */
#container {
	position: absolute;
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
	margin: 0;
	padding: 0;
}

header {
	position: fixed;
	height: 100px;
	width: 100%;
	top: 0;
	left: 0;
	margin: 0;
	padding: 0;
	text-align: center;
	z-index: 2020;
}

#banner {
	height: 100vh;
	width: 100vw;
	margin: 0;
	padding: 0;
}

#sidebar { display: none }

main {
	height: auto;
	width: 100%;
	margin: 0;
	padding: 0;
}

#maintenance {
	position: relative;
	height: calc(100vh - 100px);
	height: -moz-calc(100vh - 100px);
	height: -webkit-calc(100vh - 100px);
	height: -o-calc(100vh - 100px);
	width: 100%;
	margin: 0;
	padding: 0;
}

footer {
	position: relative;
	height: auto;
	width: 100%;
	margin: 0;
	padding: 0;
}



/* ========== HEADER ========== */
header { background: transparent }

header.single-page,
header.sticky { background: #5D1818 }

#header-container {
	background: transparent;
	height: auto;
	width: calc(100vw - 200px);
	width: -moz-calc(100vw - 200px);
	width: -webkit-calc(100vw - 200px);
	width: -o-calc(100vw - 200px);
	margin: 40px 100px;
	padding: 0;
}

@media screen and (max-width: 1024px), (max-device-width: 1024px) {
#header-container {
	width: calc(100vw - 40px);
	width: -moz-calc(100vw - 40px);
	width: -webkit-calc(100vw - 40px);
	width: -o-calc(100vw - 40px);
	margin: 40px 20px;
}
}


/* ===== HEADER-BRAND ===== */
#header-brand {
	float: left;
	background: transparent;
	height: 20px;
	width: 200px;
	margin: 0;
	padding: 0;
	text-align: left;
}

#header-brand a {
	display: block;
	background: transparent;
	height: 20px;
	width: auto;
	margin: 0;
	padding: 0;
	cursor: pointer;
}

#header-brand a:hover { opacity: 0.75 }


/* ===== HEADER-NAVIGATION ===== */
#header-navigation {
	float: left;
	background: transparent;
	height: 20px;
	width: calc(100vw - 400px);
	width: -moz-calc(100vw - 400px);
	width: -webkit-calc(100vw - 400px);
	width: -o-calc(100vw - 400px);
	margin: 0;
	padding: 0;
	list-style: none;
	text-align: right;
}

@media screen and (max-width: 1024px), (max-device-width: 1024px) {
#header-navigation {
	width: calc(100vw - 240px);
	width: -moz-calc(100vw - 240px);
	width: -webkit-calc(100vw - 240px);
	width: -o-calc(100vw - 240px);
}
}

#header-navigation .navigation {
	display: inline-block;
	background: transparent;
	height: 20px;
	width: auto;
	margin: 0 auto;
	padding: 0;
	list-style: none;
}

#header-navigation .navigation-item {
	float: left;
	position: relative;
	height: 20px;
	width: auto;
	margin: 0 0 0 20px;
	padding: 0;
	opacity: 1;
	-moz-transition: all 0.25s linear;
	-webkit-transition: all 0.25s linear;
	-o-transition: all 0.25s linear;
	transition: all 0.25s linear;
}

#header-navigation .navigation-item:first-child {
	margin-left: 0;
}

#header-navigation .navigation-item a {
	font-size: 13px;
	font-family: "Montserrat", sans-serif;
	font-weight: 700;
	text-transform: uppercase;
	line-height: 20px;
	letter-spacing: 1px;
	color: #FFF;
}

#header-navigation .navigation-item.current a { color: #FFF }

#header-navigation:hover .navigation-item a { opacity: 0.75 }

#header-navigation .navigation-item a:hover { opacity: 1.0 }

#header-navigation .subnavigation { display: none }


/* ========== BANNER ========== */
#banner { background: transparent }

#banner-container {
	background: transparent;
	height: auto;
	width: auto;
	margin: 0;
	padding: 0;
}


/* ===== BANNER-IMAGE ===== */


/* ===== BANNER-IMAGE ===== */
#banner-video {
	position: absolute;
	top: 0;
	left: 0;
}


/* ===== BANNER-SLIDER ===== */
#banner-slider {
	background: transparent;
	height: 100vh;
	width: 100%;
	margin: 0;
	padding: 0;
}

#banner-slider .slider-item { display: none }

#banner-slider nav {
	position: absolute;
	background: transparent;
	height: 100vh;
	width: 100%;
	top: 0;
	left: 0;
	margin: 0;
	padding: 0;
}

#banner-slider nav .prev {
	position: absolute;
	background: transparent;
	height: 100vh;
	width: 40%;
	top: 0;
	left: 0;
	margin: 0;
	padding: 0;
}

#banner-slider nav .prev a {
	position: absolute;
	top: 50%;
	left: 36px;
	margin: -32px 0 0;
	padding: 0;
	opacity: 0;
}

#banner-slider nav .prev:hover > .slider-icon { opacity: 1 }

#banner-slider nav .prev:hover > .slider-icon:hover { opacity: 0.75 }

#banner-slider nav .next {
	position: absolute;
	background: transparent;
	height: 100vh;
	width: 40%;
	top: 0;
	right: 0;
	margin: 0;
	padding: 0;
}

#banner-slider nav .next a {
	position: absolute;
	top: 50%;
	right: 36px;
	margin: -32px 0 0;
	padding: 0;
	opacity: 0; 
}

#banner-slider nav .next:hover > .slider-icon { opacity: 1 }

#banner-slider nav .next:hover > .slider-icon:hover { opacity: 0.75 }



/* ========== SIDEBAR ========== */
#sidebar { background: transparent }

#sidebar-container {
	background: transparent;
	height: auto;
	width: 100%;
	margin: 0 auto;
	padding: 0;
	overflow: hidden;
}



/* ========== MAIN ========== */
main { background: transparent }

main.single-page { margin-top: 100px }

#main-container {
	background: transparent;
	height: auto;
	width: 100%;
	margin: 0 auto;
	padding: 0;
	overflow: hidden;
}

/* PAGE */
.page {
	position: relative;
	background: transparent;
	height: auto;
	min-height: 100px;
	width: auto;
	margin: 0;
	padding: 100px;
}

.page-title {
	position: relative;
	background: transparent;
	height: 100px;
	width: 100%;
	margin: 0;
	padding: 0;
	text-align: center;
	vertical-align: middle;
}

.page-title .left-icon {
	position: inherit;
	background: transparent;
	height: 50px;
	width: 90px;
	top: 15px;
	right: 20px;
	margin: 0;
	padding: 0;
	text-align: center;
}

.page-title .right-icon {
	position: inherit;
	background: transparent;
	height: 50px;
	width: 90px;
	top: 15px;
	left: 20px;
	margin: 0;
	padding: 0;
	text-align: center;
}

.page-content {
	background: transparent;
	height: auto;
	width: 100%;
	margin: 0 auto;
	padding: 0;
	text-align: center;
}

@media screen and (max-width: 1024px), (max-device-width: 1024px) {
.page-content p { padding: 0 20px }
}

.subpage {
	position: relative;
	background: transparent;
	height: auto;
	min-height: 100px;
	width: auto;
	margin: 100px 0 0;
	padding: 0;
}

.subpage-title {
	position: relative;
	background: transparent;
	height: 100px;
	width: 100%;
	margin: 0;
	padding: 0;
	text-align: center;
	vertical-align: middle;
}

.subpage-content {
	background: transparent;
	height: auto;
	width: 100%;
	margin: 0 auto;
	padding: 0;
	text-align: center;
}

/* ABOUT US */
#page-ueber-uns {
	background: transparent;
	width: 100vw;
	padding: 100px 0;
}

#about-us {
	max-width: 1024px;
	margin: 0 auto;
}

/* TEAM */
#team {
	display: inline-block;
	min-height: 20vw;
	width: auto;
	max-width: 100%;
	margin: 0 auto;
	padding: 0;
}

.team-item {
	float: none;
	height: 20vw;
	width: 50vw;
	margin: 20px auto 0;
	padding: 0;
}

.team-item:first-child { margin: 0 auto }

.team-container {
	display: block;
	background: #4D1818;
	height: 100%;
	width: 100%;
	margin: 10px;
	padding: 0;
	text-align: center;
}

.team-image {
	float: left;
	background: transparent no-repeat center center;
	-moz-background-size: cover !important;
	-webkit-background-size: cover !important;
	-o-background-size: cover !important;
	background-size: cover !important;
	height: 20vw;
	width: 30vw;
	margin: 0;
	padding: 0;
}

.team-title {
	float: right;
	height: 4vw;
	line-height: 2vw;
	width: calc(100% - 30vw - 40px);
	width: -moz-calc(100% - 30vw - 40px);
	width: -webkit-calc(100% - 30vw - 40px);
	width: -o-calc(100% - 30vw - 40px);
	margin: 0;
	padding: 7vw 20px 0;
}

.team-info {
	float: right;
	height: 10px;
	line-height: 10px;
	width: calc(100% - 30vw - 40px);
	width: -moz-calc(100% - 30vw - 40px);
	width: -webkit-calc(100% - 30vw - 40px);
	width: -o-calc(100% - 30vw - 40px);
	margin: 0;
	padding: 0 20px 20px;
	font-size: 12px;
	text-transform: uppercase;
}

.team-content { display: none }

@media screen and (max-width: 1024px), (max-device-width: 1024px) {
.team-item {
	float: none;
	height: auto;
	width: 50vw;
	margin: 20px auto 0;
	padding: 0;
}

.team-image {
	float: none;
	height: 30vw;
	width: 50vw;
}

.team-title {
	float: none;
	height: auto;
	min-heigt: 25px;
	line-height: 25px;
	width: calc(100% - 40px);
	width: -moz-calc(100% - 40px);
	width: -webkit-calc(100% - 40px);
	width: -o-calc(100% - 40px);
	padding: 20px 20px 0;
}

.team-rank {
	float: none;
	height: 20px;
	line-height: 20px;
	width: calc(100% - 40px);
	width: -moz-calc(100% - 40px);
	width: -webkit-calc(100% - 40px);
	width: -o-calc(100% - 40px);
	padding: 10px 20px 20px;
}
}

/* GALLERY */
#gallery {
	float: none;
	display: inline-block;
	background: transparent;
	min-height: 20vw;
	width: auto;
	max-width: 100vw;
	margin: 0 auto;
	padding: 0;
	list-style: none;
}

.gallery-item {
	display: none;
	float: left;
	height: 20vw;
	width: 20vw;
	margin: 0;
	padding: 0;
}

.gallery-container {
	display: inline-block;
	position: relative;
	background: transparent;
	height: 20vw;
	width: 20vw;
	margin: 0;
	padding: 0;
	opacity: 1.0;
	cursor: pointer;
}

.gallery-thumb {
	position: absolute;
	background: transparent no-repeat center center;
	-moz-background-size: cover !important;
	-webkit-background-size: cover !important;
	-o-background-size: cover !important;
	background-size: cover !important;
	height: 20vw;
	width: 20vw;
	top: 0;
	left: 0;
	margin: 0;
    padding: 0;
	z-index: -3;
	opacity: 1;
}

.gallery-container:hover > .gallery-thumb {
	filter: grayscale(1);
	-moz-filter: grayscale(1);
	-webkit-filter: grayscale(1);
	-o-filter: grayscale(1);
}

@media screen and (max-width: 1024px), (max-device-width: 1024px) {
#gallery { min-height: 25vw }

.gallery-item {
	height: 25vw;
	width: 25vw;
}

.gallery-container {
	height: 25vw;
	width: 25vw;
}

.gallery-thumb {
	height: 25vw;
	width: 25vw;
}
}

/* HYGIENE & SICHERHEIT */
#page-hygiene-sicherheit {
	background: transparent;
	width: 100vw;
	padding: 100px 0;
}

#page-hygiene-sicherheit .page-content { max-width: 1024px }

/* equipment */
#page-equipment {
	background: transparent;
	width: 100vw;
	padding: 100px 0;
}

#equipment {
	display: inline-block;
	min-height: 20vw;
	width: auto;
	max-width: 100%;
	margin: 0 auto;
	padding: 0;
}

.equipment-item {
	float: left;
	height: 30vw;
	width: 30vw;
	margin: 0 auto 20px;
	padding: 0 10px;
}

.equipment-container {
	display: block;
	background: #4D1818;
	height: 100%;
	width: 100%;
	margin: 10px;
	padding: 0;
	text-align: center;
}

.equipment-image {
	float: none;
	background: transparent no-repeat center center;
	-moz-background-size: cover !important;
	-webkit-background-size: cover !important;
	-o-background-size: cover !important;
	background-size: cover !important;
	height: 20vw;
	width: 30vw;
	margin: 0;
	padding: 0;
}

.equipment-title {
	float: none;
	height: 10vw;
	line-height: 5vw;
	width: calc(30vw - 40px);
	width: -moz-calc(30vw - 40px);
	width: -webkit-calc(30vw - 40px);
	width: -o-calc(30vw - 40px);
	margin: 0;
	padding: 0 20px;
}

.equipment-info { display: none }

.equipment-content { display: none }

@media screen and (max-width: 1024px), (max-device-width: 1024px) {
.equipment-item {
	float: none;
	height: auto;
	width: 50vw;
	margin: 20px auto 0;
	padding: 0;
}

.equipment-image {
	float: none;
	height: 30vw;
	width: 50vw;
}

.equipment-title {
	float: none;
	height: 50px;
	line-height: 50px;
	width: calc(100% - 40px);
	width: -moz-calc(100% - 40px);
	width: -webkit-calc(100% - 40px);
	width: -o-calc(100% - 40px);
	padding: 20px;
}
}

@media screen and (min-width: 1490px), (min-device-width: 1490px) {
.equipment-title {
	line-height: 10vw;
}
}

/* PORTOFOLIO */
#page-portfolio {
	background: transparent;
	width: 100vw;
	padding: 100px 0;
}

#portfolio-filter {
	float: none;
	display: inline-block;
	min-height: 40px;
	width: auto;
	max-width: 100vw;
	margin: -10px auto 0;
	padding: 0;
	list-style: none;
}

#portfolio-filter li {
	float: left;
	display: block;
	height: 40px;
	margin: 10px;
	padding: 0;
}

#portfolio-filter li span {
	background: #383838;
	height: 20px;
	line-height: 20px;
	margin: 0;
	padding: 10px;
	font-family: "Montserrat", sans-serif;
	font-size: 13px;
	font-weight: 400;
	color: #FFF;
	text-transform: uppercase;
	cursor: pointer;
	-moz-transition: all 0.25s linear;
	-webkit-transition: all 0.25s linear;
	-o-transition: all 0.25s linear;
	transition: all 0.25s linear;
}

#portfolio-filter li span.current { background: #4D1818 }

#portfolio-filter li span:hover { opacity: 0.75 }

#portfolio {
	float: none;
	display: inline-block;
	background: transparent;
	min-height: 20vw;
	width: auto;
	max-width: 100vw;
	margin: 0 auto;
	padding: 0;
	list-style: none;
}

.portfolio-item {
	display: none;
	float: left;
	height: 20vw;
	width: 20vw;
	margin: 0;
	padding: 0;
}

.portfolio-container {
	display: inline-block;
	position: relative;
	background: transparent;
	height: 20vw;
	width: 20vw;
	margin: 0;
	padding: 0;
	opacity: 1.0;
	cursor: pointer;
}

.portfolio-title {
	height: 10%;
	line-height: 20px;
	margin: 45% 10px 0;
	padding: 0;
	color: #4D1818 !important;
	letter-spacing: 1px;
	opacity: 0;
}

.portfolio-info {
	line-height: 20px;
	margin: 0 10px;
	padding: 0;
	font-size: 12px;
	color: #FFF;
	text-transform: uppercase;
	opacity: 0;
}

.portfolio-category {
	line-height: 20px;
	margin: 0 10px 10px;
	font-size: 12px;
	font-weight: 400;
	color: #4D1818 !important;
	letter-spacing: 2px;
	text-transform: uppercase;
	opacity: 0;
}

.portfolio-container:hover > .portfolio-title,
.portfolio-container:hover > .portfolio-info,
.portfolio-container:hover > .portfolio-category { opacity: 1 }

.portfolio-title,
.portfolio-info,
.portfolio-category { display: none }

.portfolio-thumb {
	position: absolute;
	background: transparent no-repeat center center;
	-moz-background-size: cover !important;
	-webkit-background-size: cover !important;
	-o-background-size: cover !important;
	background-size: cover !important;
	height: 20vw;
	width: 20vw;
	top: 0;
	left: 0;
	margin: 0;
    padding: 0;
	z-index: -3;
	opacity: 1;
}

.portfolio-container:hover > .portfolio-thumb {
	filter: grayscale(1);
	-moz-filter: grayscale(1);
	-webkit-filter: grayscale(1);
	-o-filter: grayscale(1);
}

.portfolio-content {
	position: absolute;
	height: 0 !important;
	width: 0 !important;
	top: 0;
	left: 0;
	margin: 0;
    padding: 0;
	overflow: hidden;
}

@media screen and (max-width: 1024px), (max-device-width: 1024px) {
#portfolio { min-height: 25vw }

.portfolio-item {
	height: 25vw;
	width: 25vw;
}

.portfolio-container {
	height: 25vw;
	width: 25vw;
}

.portfolio-thumb {
	height: 25vw;
	width: 25vw;
}
}

/* CONTACT */
#page-kontakt {
	background: transparent;
	width: 100vw;
	padding: 100px 0;
}

#contact {
	height: auto;
	width: 40vw;
	margin: 0 auto;
	padding: 0;
	border: none;
}

.contact-container {
	background: transparent;
	height: auto;
	width: 40vw;
	border: none;
	margin: 0 auto;
	padding: 0;
}

#contact label { display: none }

.contact-input {
	background: transparent;
	height: 18px !important;
	line-height: 20px;
	width: calc(40vw - 42px);
	width: -moz-calc(40vw - 42px);
	width: -webkit-calc(40vw - 42px);
	width: -o-calc(40vw - 42px);
	margin: 10px auto 0;
	padding: 20px;
	border: 1px solid #383838;
	font-family: "Monserrat", sans-serif;
	font-size: 13px;
	color: #FFF;
	-moz-transition: all 0.25s linear;
	-webkit-transition: all 0.25s linear;
	-o-transition: all 0.25s linear;
	transition: all 0.25s linear;
}

.contact-input:focus { border-color: #484848 }

#contact-firstname {
	float: left;
	width: calc(20vw - 31px);
	width: -moz-calc(20vw - 31px);
	width: -webkit-calc(20vw - 31px);
	width: -o-calc(20vw - 31px);
	margin-top: 0 !important;
	padding-right: 10px;
	border-right: none;
}

#contact-lastname {
	float: left;
	width: calc(20vw - 31px);
	width: -moz-calc(20vw - 31px);
	width: -webkit-calc(20vw - 31px);
	width: -o-calc(20vw - 31px);
	margin-top: 0 !important;
	padding-left: 10px;
	border-left: none;
}

#contact-phone1 {
	float: left;
	width: 39px;
	padding-right: 10px;
	border-right: none;
}

#contact-phone2 {
	float: left;
	width: calc(40vw - 101px);
	width: -moz-calc(40vw - 101px);
	width: -webkit-calc(40vw - 101px);
	width: -o-calc(40vw - 101px);
	padding-left: 10px;
	border-left: none;
}

.contact-textarea {
	background: transparent;
	height: 200px;
	width: calc(40vw - 42px);
	width: -moz-calc(40vw - 42px);
	width: -webkit-calc(40vw - 42px);
	width: -o-calc(40vw - 42px);
	margin: 10px auto 0 !important;
	padding: 20px;
	border: 1px solid #383838;
	border-bottom: none;
	font-family: "Montserrat", sans-serif;
	font-size: 13px;
	color: #FFF;
	clear: both;
	overflow: auto;
	resize: none;
	-moz-transition: all 0.25s linear;
	-webkit-transition: all 0.25s linear;
	-o-transition: all 0.25s linear;
	transition: all 0.25s linear;
}

.contact-textarea:focus { border-color: #484848 }

.contact-submit {
	background: #282828;
	height: 60px;
	width: 40vw;
	margin: 0 auto !important;
	padding: 0;
	font-family: "Montserrat", sans-serif;
	font-weight: 700;
	font-size: 14px;
	color: #FFF;
	text-transform: uppercase;
	letter-spacing: 1px;
	text-align: center;
	vertical-align: middle;
	border: none;
	white-space: nowrap;
	clear: both;
	overflow: hidden;
	cursor: pointer;
	-moz-transition: all 0.25s linear;
	-webkit-transition: all 0.25s linear;
	-o-transition: all 0.25s linear;
	transition: all 0.25s linear;
}

.contact-submit:hover { background: #4D1818 }

@media screen and (max-width: 1024px), (max-device-width: 1024px) {
#contact { width: 50vw }

.contact-container { width: 50vw }

.contact-input {
	width: calc(50vw - 42px);
	width: -moz-calc(50vw - 42px);
	width: -webkit-calc(50vw - 42px);
	width: -o-calc(50vw - 42px);
}

#contact-firstname {
	width: calc(25vw - 31px);
	width: -moz-calc(25vw - 31px);
	width: -webkit-calc(25vw - 31px);
	width: -o-calc(25vw - 31px);
}

#contact-lastname {
	width: calc(25vw - 31px);
	width: -moz-calc(25vw - 31px);
	width: -webkit-calc(25vw - 31px);
	width: -o-calc(25vw - 31px);
}

#contact-phone2 {
	width: calc(50vw - 101px);
	width: -moz-calc(50vw - 101px);
	width: -webkit-calc(50vw - 101px);
	width: -o-calc(50vw - 101px);
}

.contact-textarea {
	width: calc(50vw - 42px);
	width: -moz-calc(50vw - 42px);
	width: -webkit-calc(50vw - 42px);
	width: -o-calc(50vw - 42px);
}

.contact-submit { width: 50vw }
}

#contact-result {
	height: auto;
	max-height: 75px;
	width: 100%;
	border: none;
	margin: 0 auto;
}



/* ========== MAINTENANCE ========== */
#maintenance { background: #282828 url('../img/maintenance.jpg') center center }

#maintenance-container {
	background: transparent;
	height: 100%;
	width: 100%;
	margin: 0 auto;
	padding: 0;
	overflow: hidden;
	text-align: center;
}

.maintenance-title {
	position: relative;
	height: 100px;
	line-height: 100px;
	width: 100%;
	margin: 100px auto 0;
	text-align: center;
	vertical-align: middle;
}

.maintenance-title .left-icon {
	position: inherit;
	background: transparent;
	height: 50px;
	width: 90px;
	top: 15px;
	right: 20px;
	margin: 0;
	padding: 0;
	text-align: center;
}

.maintenance-title .right-icon {
	position: inherit;
	background: transparent;
	height: 50px;
	width: 90px;
	top: 15px;
	left: 20px;
	margin: 0;
	padding: 0;
	text-align: center;
}

.maintenance-content {
	font-size: 20px;
}



/* ========== FOOTER ========== */
footer { background: #181818 }

#footer-container {
	background: transparent;
	height: auto;
	width: 100%;
	margin: 0 auto;
	padding: 0;
}


/* ===== FOOTER-WIDGETS ===== */
#footer-widgets {
	background: transparent;
	height: 20vw;
	min-height: 320px;
	width: 100vw;
	top: 0;
	left: 0;
	margin: 0;
	padding: 0;
	z-index: 101;
}

@media screen and (max-width: 1024px), (max-device-width: 1024px) {
#footer-widgets {
	background: transparent;
	height: auto;
	width: 100vw;
	margin: 0 auto;
	padding: 0;
}
}

/* WIDGETS */
#footer-widgets .widgets {
	position: relative;
	height: 100%;
	width: 100%;
	margin: 0;
	padding: 0;
}

#footer-widgets .widget-1 {
	float: left;
	position: relative;
	height: 20vw;
	min-height: 320px;
	width: 40vw;
	margin: 0;
	padding: 0;
}

#footer-widgets .widget-2 {
	float: left;
	height: 20vw;
	min-height: 320px;
	width: 20vw;
	margin: 0;
	padding: 0;
	text-align: left;
}

#footer-widgets .widget-3 {
	float: left;
	height: 20vw;
	min-height: 320px;
	width: 20vw;
	margin: 0;
	padding: 0;
	text-align: left;
}

#footer-widgets .widget-4 {
	float: left;
	height: 20vw;
	min-height: 320px;
	width: 20vw;
	margin: 0;
	padding: 0;
}

#footer-widgets .widget-title {
	background: transparent;
	min-height: 25px;
	line-height: 20px;
	margin: 0;
	font-size: 20px;
	letter-spacing: 2px;
	color: #FFF;
}

#footer-widgets .widget-content p {
	font-size: 13px;
	line-height: 16px;
	color: #FFF;
}

#footer-widgets .widget-content a {
	font-size: inherit;
	color: #FFF;
}

@media screen and (max-width: 1024px), (max-device-width: 1024px) {
#footer-widgets .widgets {
	position: inherit;
	height: auto;
	width: 100%;
}

#footer-widgets .widget {
	position: inherit;
	float: none;
	height: auto;
	width: 100%;
	top: 0;
	left: 0;
}

#footer-widgets .widget-1 {
	height: 25vw;
	width: 100vw;
	margin: 0 auto;
	text-align: center;
}

#footer-widgets .widget-2 {
	margin: 50px auto 0;
	text-align: center;
}

#footer-widgets .widget-3 {
	margin: 50px auto 0;
	text-align: center;
}

#footer-widgets .widget-4 {
	margin: 50px auto;
	text-align: center;
}
}

/* WIDGET IMPRESSUM */
#widget-impressum .widget-title {
	padding: 25px 25px 0;
}

#widget-impressum .widget-content {
	padding: 0 25px 25px;
}

/* WIDGET LINKS */
#widget-links .widget-title {
	padding: 25px 25px 0;
}

#widget-links .widget-content {
	padding: 0 25px 25px;
}

/* WIDGET MAP */
#widget-anfahrt .widget-title { display: none }

#widget-anfahrt .widget-content {
	height: 100%;
	width: 100%;
}

#map {
	position: absolute;
	height: 20vw;
	min-height: 320px;
	width: 40vw;
	top: 0;
	left: 0;
	margin: 0;
	padding: 0;
	z-index: 1;
}

#map-mask {
	position: absolute;
	height: 20vw;
	min-height: 320px;
	width: 40vw;
	top: 0;
	left: 0;
	margin: 0;
	padding: 0;
	z-index: 2;
}

@media screen and (max-width: 1024px), (max-device-width: 1024px) {
#map {
	height: 25vw;
	width: 100vw;
}

#map-mask {
	height: 25vw;
	width: 100vw;
}
}

/* WIDGET SOCIALMEDIA */
#widget-socialmedia .widget-title { display: none }

#widget-socialmedia .widget-content {
	height: 100%;
	width: 100%;
}

#socialmedia {
	display: inline-block;
	background: transparent;
	height: auto;
	width: auto;
	margin: 0;
	padding: 0;
	list-style: none;
}

.socialmedia-item {
	float: left;
	height: 10vw;
	min-height: 160px;
	width: 10vw;
	margin: 0;
	padding: 0;
}

@media screen and (max-width: 1024px), (max-device-width: 1024px) {
#widget-socialmedia .widget-title { display: inline-block }

#socialmedia { margin: 10px auto -10px }

.socialmedia-item { margin: 10px }
}



/* ===== FOOTER-COPYRIGHT ===== */
#footer-copyright {
	display: block;
	background: #3D1818;
	height: 100px;
	line-height: 100px;
	width: 100%;
	margin: 0;
	padding: 0;
	font-size: 12px;
	text-align: center;
	color: #FFF;
}




/* =============== LAYOUT =============== */
.fix-width { width: 1024px }

.full-width { width: 100% }

.left { float: left }

.right { float: right }





/* ==================== MAXIMAGE ==================== */
.mc-hide-scrolls { overflow:hidden }

body .mc-cycle {
	position: absolute;
	height: 100vh;
	width: 100%;
	top: 0;
	left: 0;
	overflow: hidden;
	z-index: -1;
}

div.mc-image {
	background: no-repeat center center;
	-moz-background-size: cover !important;
	-webkit-background-size: cover !important;
	-o-background-size: cover !important;
	background-size: cover !important;
	height: 100vh;
	width: 100%;
	overflow: hidden;
	-moz-transition: opacity 1s ease-in-out;
	-webkit-transition: opacity 1s ease-in-out;
	-o-transition: opacity 1s ease-in-out;
	transition: opacity 1s ease-in-out;
}

.mc-old-browser .mc-image { overflow: hidden }




/* ==================== FEATHERLIGHT ==================== */
.featherlight {
	display: none;
	position: fixed;
	background: #282828;
	background: rgba(40, 40, 40, 0);
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	text-align: center;
	white-space: nowrap;
	overflow: hidden;
	cursor: pointer;
	z-index: 9090;
}
	
.featherlight:last-of-type {
	background: rgba(255, 255, 255, 0.75);
}

.featherlight:before {
	content: '';
	display: inline-block;
	height: 100%;
	vertical-align: middle;
	margin-right: -0.25em;
}

.featherlight .featherlight-content {
	display: inline-block;
	position: relative;
	background: #181818;
	min-height: 50vh;
	max-height: 100vh;
	min-width:  50vh;
	max-width:  100vw;
	margin: 0;
	padding: 0;
	text-align: center;
	vertical-align: middle;
	white-space: normal;
	overflow: hidden;
	cursor: auto;
}

.featherlight .featherlight-inner { display: block }

.featherlight .featherlight-close-icon {
	position: absolute;
	background: transparent;
	height: 64px;
	line-height: 64px;
	width: 64px;
	top: 0;
	right: 0;
	color: #FFF;
	cursor: pointer;
	z-index: 9191;
	opacity: 1;
	-moz-transition: all 0.25s linear;
	-webkit-transition: all 0.25s linear;
	-o-transition: all 0.25s linear;
	transition: all 0.25s linear;
}

.featherlight .featherlight-close-icon:hover { opacity: 0.75 }

.featherlight .featherlight-image { width: 100% }

.featherlight-iframe .featherlight-content { width: 100vw }

.featherlight-iframe .featherlight-content iframe {
	height: 100%;
	width: 100%;
}

.featherlight-previous {
	display: block;
	position: absolute;
	background: transparent;
	height: 100%;
	width: 40%;
	top: 0;
	left: 0;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	cursor: pointer;
}
	
.featherlight-next {
	display: block;
	position: absolute;
	height: 100%;
	width: 40%;
	top: 0;
	right: 0;
	cursor: pointer;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.featherlight-previous > span {
	display: inline-block;
	position: absolute;
	top: 50%;
	left: 36px;
	height: 64px;
	width: 64px;
	margin: -32px 0 0;
	color: #FFF;
	opacity: 0;
	-moz-transition: all 0.25s linear;
	-webkit-transition: all 0.25s linear;
	-o-transition: all 0.25s linear;
	transition: all 0.25s linear;
}

.featherlight-next > span {
	display: inline-block;
	position: absolute;
	top: 50%;
	right: 36px;
	height: 64px;
	width: 64px;
	margin: -32px 0 0;
	color: #FFF;
	opacity: 0;
	-moz-transition: all 0.25s linear;
	-webkit-transition: all 0.25s linear;
	-o-transition: all 0.25s linear;
	transition: all 0.25s linear;
}

.featherlight-next:hover > span,
.featherlight-previous:hover > span { opacity: 1 }

.featherlight-next span:hover,
.featherlight-previous span:hover { opacity: 0.75 }

.featherlight-loading .featherlight-previous,
.featherlight-loading .featherlight-next { display: none }