@charset "utf-8";
/* CSS Document */


 /* --------------------Font Styles------------------------ */

@font-face {
	font-family: 'roboto_condensedbold';
	src: url('robotocondensed-bold-webfont.woff2') format('woff2'), url('robotocondensed-bold-webfont.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'roboto_condensedbold_italic';
	src: url('robotocondensed-bolditalic-webfont.woff2') format('woff2'), url('robotocondensed-bolditalic-webfont.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'roboto_condenseditalic';
	src: url('robotocondensed-italic-webfont.woff2') format('woff2'), url('robotocondensed-italic-webfont.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'roboto_condensedlight';
	src: url('robotocondensed-light-webfont.woff2') format('woff2'), url('robotocondensed-light-webfont.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'roboto_condensedlight_italic';
	src: url('robotocondensed-lightitalic-webfont.woff2') format('woff2'), url('robotocondensed-lightitalic-webfont.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'roboto_condensedregular';
	src: url('robotocondensed-regular-webfont.woff2') format('woff2'), url('robotocondensed-regular-webfont.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}
/* -------------------------------------- General  -------------------------------------- */ 

* {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
html, body {
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	font-size: 100%;
}
body {
	max-width: 1920px;
	font-family: 'roboto_condensedregular';
}
.clearfix {
	clear: both;
}
.signature {
	width: 100%;
	max-width: 300px;
	height: auto;
	text-align: center;
	display: block;
}
img {
	width: auto;
	max-width: 100%;
	height: auto;
}
/* -------------------------------------- Navigation -------------------------------------- */ 

#hamburger {
	position: fixed;
	top: 00px;
	right: 20px;
	z-index: 10;
}
#nav-icon {
	width: 30px;
	height: 30px;
	position: relative;
	margin: 20px auto;
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	transform: rotate(0deg);
	-webkit-transition: .5s ease-in-out;
	-moz-transition: .5s ease-in-out;
	-o-transition: .5s ease-in-out;
	transition: .5s ease-in-out;
	cursor: pointer;
	z-index: 8;
}
#nav-icon span {
	display: block;
	position: absolute;
	height: 4px;
	width: 100%;
	background-color: #5E5E5E;
	opacity: 1;
	left: 0;
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	transform: rotate(0deg);
	-webkit-transition: .25s ease-in-out;
	-moz-transition: .25s ease-in-out;
	-o-transition: .25s ease-in-out;
	transition: .25s ease-in-out;
}
#nav-icon span:nth-child(1) {
	top: 0px;
}
#nav-icon span:nth-child(2), #nav-icon3 span:nth-child(3) {
	top: 12px;
}
#nav-icon span:nth-child(4) {
	top: 24px;
}
#nav-icon.open span:nth-child(1) {
	top: 12px;
	width: 0%;
	left: 50%;
}
#nav-icon.open span:nth-child(2) {
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
	top: 8px;
}
#nav-icon.open span:nth-child(3) {
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
	top: 8px;
}
#nav-icon.open span:nth-child(4) {
	top: 18px;
	width: 0%;
	left: 50%;
}
#navigation {
	width: 100%;
	height: 100%;
	display: block;
	background-color: rgba(0,158,223,0.90);
	z-index: 6;
	position: fixed;
	top: -100%;
	bottom: 0;
	right: 0%;
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	-o-transition: all .5s ease;
	transition: all .5s ease;
}
.nav-on {
	top: 0 !important;
	position: absolute;
}
#nav-inner {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	text-align: center;
}
#nav-inner a:link, #nav-inner a:visited, #nav-inner a:active {
	font-size: 3em;
	font-weight: bold;
	text-decoration: none;
	line-height: 200%;
	color: #FFF;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
#nav-inner a:focus, #nav-inner a:hover {
	color: #EFEDED;
}
/* --------------------Map Styles------------------------ */
	
.mapicon {
	width: 48px;
	height: 48px;
	margin: 0 auto;
	opacity: 1;
	cursor: pointer;
	text-align: center;
	display: block;
}
.mapicon:hover {
	opacity: 0.8;
}
#mapcontainer {
	width: 100%;
	display: none;
	text-align: center;
	margin: 0 auto;
}
#map {
	width: 100%;
	height: 400px;
	margin-top: 10px;
	border: 1px solid #232323;
}
/* --------------------Form Confirmation Styles------------------------ */

#confbg {
	width: 100%;
	max-width: 500px;
	margin: 0 auto;
	margin-bottom: 100px;
	height: 50%;
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 1.3em;
	line-height: normal;
	font-weight: normal;
	font-style: normal;
	color: #fff;
	text-align: center;
	position: relative;
	top: 50%;
	transform: translateY(-50%);
}
.confh1 {
	font-family: 'Roboto Condensed', sans-serif;
	color: #fbc22b;
	font-size: 2.2em;
}
a.closebutton {
	padding: 12px;
	color: #232323;
	background-color: #fbc22b;
	font-size: 1em;
	text-transform: uppercase;
	text-decoration: none;
	font-family: 'Roboto Condensed', sans-serif;
	border: none;
	text-align: center;
	margin: 30px auto 0 auto;
	position: relative;
	cursor: pointer;
}
a.closebutton:hover {
	color: #232323;
	background-color: #FFF;
	text-decoration: none;
}
#startphone {
	float: left;
	clear: right;
	padding-right: 45px;
	height: auto;
	width: 100%;
	max-width: 282px;
	position: relative;
}
#sf1 {
	float: right;
	clear: left;
	padding-left: 35px;
	position: relative;
	top: 20px;
}
#sf2 {
	float: left;
	clear: right;
	top: 35px;
	padding-right: 35px;
}
#sf3 {
	float: right;
	clear: left;
	top: 35px;
	padding-left: 35px;
}
.textbox {
	width: 100%;
	max-width: 1200px;
	height: auto;
}
.vcenter {
	height: auto;
	width: 100%;
	max-width: 1200px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
.hidden {
	opacity: 0;
}
.visible {
	opacity: 1;
}
/* --------------------Text Styles------------------------ */
    
p {
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 1.3em;
	line-height: 1.5em;
	color: #FFF;
}
li {
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 1.3em;
	line-height: 1.5em;
	list-style-type: disc;
	list-style-position: inside;
}
h1 {
	font-size: 3em;
	font-weight: normal;
}
h2 {
	font-size: 2.4em;
	font-weight: normal;
}
h3 {
	font-size: 1.6em;
	font-weight: normal;
}
a:link, a:visited, a:active {
	text-decoration: underline;
	color: inherit;
}
a:focus, a:hover {
	color: #333;
}

#logo {
width: 100%;
max-width: 160px;
padding-top: 20px;
}

.greeting {
	width: 100%;
	padding: 20px;
}
.greeting-content {
	display: inline-block;
	width: 100%;
	vertical-align: middle;
}
#greeting-content-a {
	margin-right: 30px;
	max-width: 30%;
}
#greeting-content-b {
	max-width: 60%;
}
.greeting h1 {
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 3em;
	line-height: 1.2em;
	color: #0066CC;
}
.greeting p {
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 2em;
	line-height: 1.2em;
	color: #0066CC;
}
.greeting img {
	width: 100%;
	max-width: 280px;
	min-width: 200px;
	height: auto;
}
/* --------------------General Styles------------------------ */
    
.centercontent {
	text-align: center;
	display: block;
}
.centertable {
	margin: 0 auto;
}
.separator {
	width: 100%;
	max-width: 400px;
	height: auto;
}
/* --------------------Header / Header Nav Styles------------------------ */
    
.startbt {
	width: 68px;
	height: 68px;
	margin: 0 auto;
	text-align: center;
	display: block;
	bottom: 45px;
	position: absolute;
	left: 0;
	right: 0;
	padding: 4px;
	border-radius: 50%;
	background-color: #0066CC;
	background-image: url(../images/startarrow.svg);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 30px 30px;
	-webkit-transition: all .03s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.startbt:hover {
	background-color: #1379E0;
}
/* --------------------Form Styles------------------------ */
    
#contactform {
	margin: 0 auto;
	display: table;
	border: 2px dashed #FFF;
	padding: 0 15px 0 15px;
	width: 500px;
}
.formholder {
	width: 100%;
	height: auto;
	margin: 0 auto;
	position: relative;
	padding: 0;
}
.formtable {
	width: 100%;
	margin: 0;
	padding: 0;
}
.formtable td {
}
	

	::-webkit-input-placeholder { /* WebKit browsers */
 color: #999;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
 color: #999;
 opacity:  1;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
 color: #999;
 opacity:  1;
}
:-ms-input-placeholder { /* Internet Explorer 10+ */
 color: #999;
}
.formtextfield {
	width: 100%;
	padding: 10px;
	border: 1px solid #0066CC;
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 1.3em;
	color: #0066CC;
	margin-bottom: 8px;
	background: none;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.formtextfield:focus {
	background-color: #E8E8E8;
}
.location {
	width: 100%;
	padding: 10px;
	border: 1px solid #FFF;
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 1.3em;
	color: #fbc22b;
	margin-bottom: 8px;
	background: none;
	display: inline-block;
}
.location:focus {
	background-color: #333;
}
#nachricht {
	width: 100%;
	min-height: 200px;
}
#plz {
	width: 75px;
	float: left;
	clear: right;
	margin-right: 8px;
}
#ort {
	width: 100%;
	max-width: 408px;
	float: right;
}
label {
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 1.3em;
	color: #0066CC;
	width: 200px;
	vertical-align: top;
	display: inline-block;
	height: auto;
	margin: 10px 0 0 0;
	padding: 0;
}
.formbutton {
	padding: 12px;
	color: #FFF;
	background-color: #0066CC;
	font-size: 1.3em;
	text-transform: uppercase;
	font-family: 'Roboto Condensed', sans-serif;
	border: none;
	text-align: center;
	margin: 30px auto 0 auto;
	position: relative;
	cursor: pointer;
}
.formbuttontd {
	text-align: center;
}
.formbutton:hover {
	color: #FFF;
	background-color: #46A3FF;
}
.contacttablehead {
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 1.3em;
	color: #fbc22b;
	padding: 30px 0 20px 0;
	text-align: center;
}
/* --------------------Form Textfield Validation Styles------------------------ */
    
.requiredtextfield, .valtextfieldmsg, .textfieldMinValueMsg, .textfieldMaxValueMsg, .textfieldMinCharsMsg, .textfieldMaxCharsMsg, .textfieldValidMsg {
	display: none;
}
.textfieldRequiredState .requiredtextfield, .textfieldInvalidFormatState .valtextfieldmsg, .textfieldMinValueState .textfieldMinValueMsg, .textfieldMaxValueState .textfieldMaxValueMsg, .textfieldMinCharsState .textfieldMinCharsMsg, .textfieldMaxCharsState .textfieldMaxCharsMsg {
	display: block;
	color: #FF0000;
	border: none;
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 1.3em;
	margin-left: 110px;
	margin-top: -4px;
	margin-bottom: 2px;
}
.textfieldValidState input, input.textfieldValidState {
}
input.textfieldRequiredState, .textfieldRequiredState input, input.textfieldInvalidFormatState, .textfieldInvalidFormatState input, input.textfieldMinValueState, .textfieldMinValueState input, input.textfieldMaxValueState, .textfieldMaxValueState input, input.textfieldMinCharsState, .textfieldMinCharsState input, input.textfieldMaxCharsState, .textfieldMaxCharsState input {
	border: 1px solid #F00;
}
.textfieldFlashText input, input.textfieldFlashText {
	color: red !important;
}
.textfieldHintState input, input.textfieldHintState {
/*color: red !important;*/
        
;
}
/* --------------------Form Textarea Validation Styles------------------------ */
    
.requiredtextarea, .textareaMinCharsMsg, .textareaMaxCharsMsg, .textareaValidMsg {
	display: none;
}
.textareaRequiredState .requiredtextarea, .textareaMinCharsState .textareaMinCharsMsg, .textareaMaxCharsState .textareaMaxCharsMsg {
	display: inline;
	border: 1px solid #F00;
}
.textareaValidState textarea, textarea.textareaValidState {
	background-color: #FDF6F2;
}
textarea.textareaRequiredState, .textareaRequiredState textarea, textarea.textareaMinCharsState, .textareaMinCharsState textarea, textarea.textareaMaxCharsState, .textareaMaxCharsState textarea {
	border: 1px solid #F00;
}
.textareaFlashState textarea, textarea.textareaFlashState {
	color: red !important;
}
textarea.textareaHintState, .textareaHintState textarea {
/* color: red !important;*/
        
;
}
.status {
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 2em;
	color: #fff;
	font-weight: normal;
	margin-top: 0px;
	margin-bottom: 50px;
	padding: 12px;
	width: 100%;
	height: auto;
	position: relative;
	text-align: center;
	top: 25px;
	float: left;
}
/* --------------------Section Styles------------------------ */
    
.section {
	width: 100%;
	position: relative;
	margin: 0;
	padding: 0;
}
#start {
	height: 100vh;
	background-image: url("../images/bg01.jpg");
	position: relative;
}
#ueberuns {
	background-attachment: scroll;
	height: auto;
	color: #232323;
	background-color: #0066CC;
}
#leistungen {
	background-image: url(../images/bg03.png);
	background-position: top;
	background-attachment: scroll;
	height: auto;
	color: #232323;
}
#kontakt {
	background-position: center center;
	height: auto;
	color: #0066CC;
	background-color: #FFF;
}
.content {
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
	padding: 100px 20px 20px 20px;
}
.content1 p {
	color: #FFF
}
.content2 {
	width: 100%;
	max-width: 1100px;
	margin: 0 auto;
	padding: 100px 20px 20px 20px;
	z-index: 2;
}
.content2 p {
	color: #0066CC
}
.content2 h2 {
	color: #0066CC;
}
.textleft {
	/* [disabled]float: left;
*/
	/* [disabled]clear: right;
*/
	width: 100%;
}
#about {
	max-width: 700px;
}
#service {
	max-width: 440px;
}
/* --------------------Chalkboard Styles------------------------ */
    
.menuboard {
	background-image: url(../images/chalkboard_black.png);
	padding: 15px;
	text-align: center;
	color: #FFF;
	float: right;
}
#eventboard {
	width: 300px;
	margin-left: 15px;
}
#tfboard {
	max-width: 380px;
}
/* --------------------Lightbox Thumbnail Styles------------------------ */
    
.imgcontent {
	margin: 0 auto;
	text-align: center;
	max-width: 900px;
}
.lbimg {
	width: 31%;
	height: auto;
	margin: 5px;
	opacity: 1;
	padding: 1px;
	border: 3px solid #FFF;
}
.lbimg:hover {
	opacity: 0.8;
}
/* --------------------Contact Styles------------------------ */
    
.accordionButton {
	width: 100%;
	color: #fbc22b;
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 1.3em;
	font-weight: normal;
	text-decoration: none;
	text-transform: uppercase;
	padding: 0 0 10px 0px;
	cursor: pointer;
	display: block;
	text-align: center;
}
.accordionContent {
	padding: 15px 0 15px 0;
}
.on {
	width: 100%;
	text-decoration: underline;
	background-image: url(../images/icon_arrowup.png);
	background-position: center bottom;
	background-repeat: no-repeat;
}
.over {
	background-image: url(../images/icon_arrowdown.png);
	background-position: center bottom;
	background-repeat: no-repeat;
}
.contacttable {
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 1.3em;
	font-weight: normal;
	color: #FFF;
}
.contacttable td {
	padding: 5px 10px 5px 0;
	vertical-align: top;
}
.formicon {
	padding-right: 10px;
}
/* --------------------Footer Styles------------------------ */
    
.footer {
	width: 100%;
	height: auto;
	background-color: #0066CC;
	text-align: center;
	padding: 85px 10px 85px 10px;
}
.footer span {
	color: #FFF;
	display: block;
}
.footer-container {
	width: 100%;
	max-width: 1200px;
	display: block;
	margin: 0 auto;
}
.footer-content {
	color: #FFF;
	display: inline-block;
	padding: 0 30px 0 30px;
	text-align: left;
	font-size: 1em;
	line-height: 150%;
}
.footer a:link, .footer:visited, .footer a:active {
	text-decoration: none;
	color: #FFF !important;
}
.footer a:focus, .footer a:hover {
	color: #FFF !important;
	text-decoration: underline;
}
#impressum {
	display: none;
	padding: 30px 15px 25px 15px;
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 1em;
	color: #FFF;
	width: 100%;
	max-width: 1200px;
	height: auto;
	margin: 0 auto;
	text-align: left;
	margin-top: 30px;
}
#openimprint {
	float: right;
	margin: 0 50px 0 0;
	text-align: right;
}
#openimprint:hover, #closeimprint:hover {
	text-decoration: underline;
}
#closeimprint {
	text-align: left;
}
a.clickme {
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: normal;
	text-decoration: none;
	color: #FFF;
}
.gotoidid {
	padding: 12px 12px 12px 50px;
	color: #0066CC !important;
	background: transparent;
	font-size: 1.3em;
	font-weight: bold;
	text-decoration: none !important;
	font-family: 'Roboto Condensed', sans-serif;
	border: 2px solid #0066CC;
	text-align: center;
	margin: 30px auto 0 auto;
	position: relative;
	cursor: pointer;
	background-image: url(../images/pencil.svg);
	background-position: 10px center;
	background-size: 30px 30px;
	background-repeat: no-repeat;
	background-color: transparent;
	-webkit-transition: all .03s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	border-radius: 6px;
}
.gotoidid:hover {
	background-color: rgba(255,255,255,0.89);
}
.filler {
	width: 100%;
	height: 60vh;
	background-size: cover;
	background-position: center center;
}
#filler-a {
	background-image: url("../images/bg_filler-a.jpg");
}
#filler-b {
	background-image: url("../images/bg_filler-b.jpg");
}
.text-white h1,  .text-white h2,  .text-white h3 {
	font-family: 'roboto_condensedbold';
	color: #FFF !important;
}
.text-white p,  .text-white a {
	color: #FFF !important;
}
.text-black h1,  .text-black h2,  .text-black h3 {
	font-family: 'roboto_condensedbold';
	color: #0066CC !important;
}
.text-black p,  .text-black a {
	color: #000 !important;
}
.text-blue h1,  .text-blue h2,  .text-blue h3 {
	font-family: 'roboto_condensedbold';
	color: #525252 !important;
}
.text-blue p,  .text-blue a {
	color: #0066CC !important;
}
#unternehmen {
	background-color: #0066CC;
}
.produkt {
	display: inline-block;
	width: 100%;
	max-width: 240px;
	height: auto;
	text-align: center;
	margin: 20px;
	padding: 10px;
	border: 1px solid #D1D1D1;
}
.produkt strong {
	color: #0066CC
}
.produkt img {
	display: block;
	padding-bottom: 20px;
	text-align: center;
	margin: 0 auto;
}
/* --------------------------------------Lightbox-------------------------------------- */



.lightbox .gallery a:hover img {
	-webkit-transform: scale(1.05);
	-moz-transform: scale(1.05);
	-o-transform: scale(1.05);
	-ms-transform: scale(1.05);
	transform: scale(1.05);
	z-index: 5;
}
navText {
	display: none !important;
}
.lightbox .gallery a.big img {
	width: 40%;
}
.ppxlb-overlay {
	position: fixed;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background-color: rgba(0,0,0,0.81);
	display: none;
	z-index: 1006
}
.ppxlb-wrapper {
	z-index: 1000
}
.ppxlb-wrapper button {
	border: 0;
	background: 0 0;
	font-size: 24px;
	padding: 0;
	cursor: pointer
}
.ppxlb-wrapper button:hover {
	opacity: .7
}
.ppxlb-wrapper .ppxlb-close {
	display: none;
	position: fixed;
	right: 20px;
	top: 20px;
	z-index: 1015;
	background-image: url("../images/lightbox-close.svg");
	width: 20px;
	height: 20px;
	background-size: contain;
	font-size: 0;
}
.ppxlb-close {
	-webkit-transition: all .03s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.ppxlb-wrapper .ppxlb-counter {
	display: none;
	position: fixed;
	top: 30px;
	left: 30px;
	z-index: 1015;
	color: #FFF;
}
.ppxlb-wrapper .ppxlb-navigation {
	width: 100%;
	display: none
}
.ppxlb-wrapper .ppxlb-navigation button {
	position: fixed;
	top: 50%;
	margin-top: -10px;
	height: 30px;
	width: 30px;
	line-height: 30px;
	text-align: center;
	display: block;
	z-index: 1015;
	font-size: 0;
}
.ppxlb-wrapper .ppxlb-navigation button.ppxlb-next {
	right: 40px;
	background-image: url("../images/lightbox-arrow-right.svg");
}
.ppxlb-wrapper .ppxlb-navigation button.ppxlb-prev {
	left: 40px;
	background-image: url("../images/lightbox-arrow-left.svg");
}
.ppxlb-wrapper .ppxlb-image {
	position: fixed;
	-ms-touch-action: none;
	touch-action: none;
	z-index: 10000
}
.ppxlb-wrapper .ppxlb-image img {
	margin: 0;
	padding: 0;
	display: block
}
.ppxlb-wrapper .ppxlb-image iframe {
	border: 0;
	background: #000
}
.ppxlb-wrapper .ppxlb-image .ppxlb-caption {
	display: none;
	padding: 10px;
	color: #fff;
	background: transparent;
	position: absolute;
	left: 0;
	right: 0;
	text-align: center;
}
.ppxlb-wrapper .ppxlb-image .ppxlb-caption.pos-top {
	bottom: auto;
	top: 0
}
.ppxlb-wrapper .ppxlb-image .ppxlb-caption.pos-outside {
	bottom: auto
}
.ppxlb-wrapper .ppxlb-image .ppxlb-download {
	display: none;
	position: absolute;
	bottom: 5px;
	right: 5px;
	color: #fff;
	z-index: 1005
}
.ppxlb-spinner {
	display: none;
	border: 5px solid #333;
	border-radius: 40px;
	height: 40px;
	left: 50%;
	margin: -20px 0 0 -20px;
	opacity: 0;
	position: fixed;
	top: 50%;
	width: 40px;
	z-index: 1007;
	-webkit-animation: pulsate 1s ease-out infinite;
	-moz-animation: pulsate 1s ease-out infinite;
	-ms-animation: pulsate 1s ease-out infinite;
	-o-animation: pulsate 1s ease-out infinite;
	animation: pulsate 1s ease-out infinite
}
.ppxlb-scrollbar-measure {
	position: absolute;
	top: -9999px;
	width: 50px;
	height: 50px;
	overflow: scroll
}
@-webkit-keyframes pulsate {
0% {
transform:scale(.1);
opacity:0
}
50% {
opacity:1
}
100% {
transform:scale(1.2);
opacity:0
}
}
@keyframes pulsate {
0% {
transform:scale(.1);
opacity:0
}
50% {
opacity:1
}
100% {
transform:scale(1.2);
opacity:0
}
}
@-moz-keyframes pulsate {
0% {
transform:scale(.1);
opacity:0
}
50% {
opacity:1
}
100% {
transform:scale(1.2);
opacity:0
}
}
@-o-keyframes pulsate {
0% {
transform:scale(.1);
opacity:0
}
50% {
opacity:1
}
100% {
transform:scale(1.2);
opacity:0
}
}
@-ms-keyframes pulsate {
0%, 100% {
opacity:0
}
0% {
transform:scale(.1)
}
50% {
opacity:1
}
100% {
transform:scale(1.2)
}
}
.screenshots img {
	width: 100%;
	max-width: 500px;
	height: auto;
	display: inline-block;
	padding: 10px;
	border: 1px solid transparent;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	position: relative;
	z-index: 1;
}
.lightbox a::after {
	content: "";
	position: absolute;
	background-image: url("../images/icon_magnify.svg");
	background-size: 30px 30px;
	background-repeat: repeat;
	background-position: center center;
	width: 30px;
	height: 30px;
	z-index: 2;
	display: block;
}

@media only screen and (max-width: 768px) {
body {
	font-size: 80%;
}
    
    #start {
    height: auto;
    min-height: 100vh;    
    }    
    
.startbt {
	display: none;
}
.greeting {
	padding: 20px;
}
.greeting-content {
	display: block;
	width: 100%;
	vertical-align: top;
}
#greeting-content-a {
	max-width: 100%;
	display: block;
	text-align: center;
	margin-top: 40px;
}
#greeting-content-b {
	max-width: 100%;
	display: block;
	text-align: center;
}
.greeting img {
	width: 100%;
	max-width: 100px;
	min-width: 60px;
	height: auto;
}
    
    .content {
    padding: 30px 20px 20px 20px;
    }    
    
    .produkt {
    display: block;
    width: 100%;
    max-width: 240px;
    height: auto;
    text-align: center;
    margin: 0 auto;
    padding: 10px;
    border: 1px solid #D1D1D1;
    margin-bottom: 20px;
}
    
.footer-content {
	display: block;
	margin-bottom: 20px;
}
}
