@CHARSET "UTF-8";
@import url("transitions.css");
@import url("shapes.css");
@import url("fonts.css");
@import url("menu.css");
@import url("submenu.css");
@import url("footer.css");

* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

body, ul, li, h1, h2, h3, img, p {
	padding: 0;
	margin: 0;
	border: 0;
	list-style: none;
	
	-webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

input, textarea, select {
	font-size: 17px;
	width: 100%;
	border-radius: 7px;
    border-width: 1px;
    font-family: arial;
    padding: 3px;
}

#body {
	height: 100%;
	width: 100%;
	max-width: 100%;
	overflow: hidden;
	margin: 0px;
	background-color: black;
}

#main {
	padding-top: 50px
}

#main .titlePic {
	background-position-y: 50%;
	background-size: cover;
	height: calc(100% - 150px);
	background-repeat: no-repeat;
}

#drawer  {
	
}

.fake {
	color: inherit;
}

#drawer:before {
	content: "";
	position: absolute;
	width: 0;
	height: 0;
	border-left: 100px solid transparent;
	border-right: 100px solid transparent;
	border-bottom: 100px solid black;
	left: 50%;
	margin-left: -100px;
	margin-top: -100px;
	z-index: 10;
}


.bright_content {
	background-color:white;
	font-family: Gudea;
	-background: url("/style2/dots.png");
}

.dark_content {
	background-color: black;
	font-family: Gudea;
	text-align: center;
}

.link {
	width: 140px;
	height: 50px;
	background-color: rgb(53, 53, 53);
	border-radius: 10px;
	box-sizing: border-box;
	text-align: center;
	padding-top: 14px;
	color: #6ebe45;
	margin: 15px;
	display: inline-block;
	font-size: 16px;
	text-transform: uppercase;
	cursor: pointer;
	pointer-events: fill;
	-webkit-user-select: text;
}

.link:hover {
	background-color: #6ebe45;
	color: black;
}

.icon {
	width: 120px;
	height: 120px;
	border-radius: 60px;
	background-color: #6ebe45;
	display: inline-block;
	position: relative;
	text-align: center;
	padding-top: 4px;
	box-sizing: border-box;
	vertical-align: text-top;
	font-family: montserrat;
	color: black;
	font-size: 90px;
	float: left;
	margin-right: 15px;
	margin-bottom: 10px;
}

.titlePreview {
	width: 360px;
	height: 580px;
	display: inline-block;
	border: 1px solid;
	box-sizing: border-box;
	text-align: center;
	padding-top: 150px;
}

.titlePreview .icon {
	display: inline-block;
	position: absolute;
	margin-top: -74px;
	margin-left: -152px;
	opacity: 0.5;
}

.titlePreview .icon img {
	width: 146px;
}

.titlePreview:before {
	content: "";
	width: 160px;
	height: 160px;
	border-radius: 80px;
	background-color: #6ebe45;
	display: inline-block;
	position: relative;
	top: -80px;
	box-shadow: 0px 0px 42px -10px white;
}

.titlePreview > .text {
	display: inline-block;
	box-sizing: border-box;
	padding: 25px;
	top: inherit;
	margin-top: -70px;
	bottom: inherit;
	overflow: hidden;
	text-align: left;
	height: 202px;
	color: rgb(128, 128, 128);
	font-size: 18px;
	margin-bottom: 15px;
}

.tpTitle {
	text-align: center;
	color: white;
	font-size: 45px;
	display: block;
	top: -70px;
	position: relative;
	font-family: montserrat;
}


.subHeadline {
	width: 100%;
  display: inline-block;
  background-color: rgb(236, 236, 236);
  color: grey;
  height: 50px;
  font-family: 'Open Sans';
  font-size: 23px;
  padding-left: 100px;
  padding-top: 10px;
  box-sizing: border-box;
}

#subContent {
	width: 100%;
	color: white;
	overflow: overlay;
	background-color: #ffffff;
	-min-height: 400px;
}

.screenshot {
	width: 100%;
	height: 100%;
	background: url(/screenshots/adressverifizierung.jpg);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: 50%;
	-webkit-transform: rotateY(20deg) scale(0.7);
	transition-property: -webkit-transform;
	transition-duration: 0.2s;
	transition-timing-function: ease-out;
	transition-delay: 0;
}

.screenshot:hover {
	-webkit-transform: rotateY(0) scale(1);
}

.mainItem {
	background-color: rgb(246, 246, 246);
	color: rgb(145, 145, 145);
	font-family: "Gudea";
	padding: 5px;
	font-size: 16px;
	display: inline-block;
	float: left;
	width: 50%;
	min-height: 200px;
	box-sizing: border-box;
	/* text-align: center; */
	padding-left: 87px;
	padding-right: 87px;
	padding-top: 50px;
	padding-bottom: 50px;
	transition-property: background-color, color;
	transition-duration: 0.3s;
	transition-timing-function: ease-out;
	transition-delay: 0;
}



.screenshotItem {
	background-color: rgb(246, 246, 246);
	color: rgb(145, 145, 145);
	font-family: "Gudea";
	padding: 5px;
	font-size: 16px;
	display: inline-block;
	float: left;
	width: 50%;
	height: 300px;
	box-sizing: border-box;
	/* text-align: center; */
	-webkit-perspective: 1000px;
}

.mainItem.big, .screenshotItem.big{
	-height: 450px;
}

.mainItem.wide, .screenshotItem.wide {
	width: 100%;
}

/*:nth-child(2n+1)*/

.mainItem, .screenshotItem {
	border-left: 1px solid rgb(225, 225, 225);
	border-bottom: 1px solid rgb(225, 225, 225);
}

.mainItem:hover {
	background-color: rgb(42, 42, 42);
	color: rgb(199,199,199);
}

.mainItem a {
	color: rgb(145, 145, 145);
}

.mainItem .headline {
	font-size: 20px;
	margin-bottom: 8px;
}

.mainItem:hover .chevron {
	padding: 3px;
}

.mainItem:hover .chevron:before, .mainItem:hover .chevron:after {
	background-color: #6EBE45;
}

.partnerLink {
	padding: 5px;
	cursor: pointer;
}

/* scroller */
#homeButton {
	width: 70px;
	height: 70px;
	position: fixed;
	cursor: pointer;
	background-color: white;
	bottom: 50px;
	right: 50px;
	display: none;
	background: url(button_up.png);
	background-size: contain;
	pointer-events: fill;
	z-index: 1000;
	-webkit-user-select: text;
}

.iScrollHorizontalScrollbar {
	
}

.iScrollVerticalScrollbar {
	position: absolute;
	z-index: 9999;
	width: 16px;
	bottom: 2px;
	top: 2px;
	right: 2px;
	overflow: hidden;
}

.iScrollIndicator {
	position: absolute;
	border-width: 1px;
	border-style: solid;
	-border-color: #36582D #2F7C28 #387C28 #97EB97;
	border-color: #583E2D #7C5328 #7C5928 #EBBB97;
	border-radius: 5px;
	width: 8px;
	background: -moz-linear-gradient(top, #69AD61 0%, #1E7A20 100%);
	background: -webkit-linear-gradient(top, #69AD61 0%,#1E7A20 100%);
	background: -o-linear-gradient(top, #69AD61 0%,#1E7A20 100%);
	background: -ms-linear-gradient(top, #69AD61 0%,#1E7A20 100%);
	background: linear-gradient(to bottom, #69AD61 0%,#1E7A20 100%);
	
	background: linear-gradient(to bottom, #F18F19 0%,#FA5A20 100%);
}

.iScrollBothScrollbars{
	
}


#gallery {
	z-index: 1;
	width: 100%;
	height: 400px;
	overflow: hidden;

	/* Prevent native touch events on Windows */
	-ms-touch-action: none;

	/* Prevent the callout on tap-hold and text selection */
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;

	/* Prevent elements to be highlighted on tap */
	-webkit-tap-highlight-color: rgba(0,0,0,0);

	/* Prevent text resize on orientation change, useful for web-apps */
	-webkit-text-size-adjust: none;
	-moz-text-size-adjust: none;
	-ms-text-size-adjust: none;
	-o-text-size-adjust: none;
	text-size-adjust: none;
}

#deck {
	position: relative;
	z-index: 10;
	width: 100%;
	height: 100%;
	background: #5E8F4E;
}

.card {
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 10;

	/* Put the scroller into the HW Compositing layer right from the start */
	-webkit-transform: translateZ(0);
	-moz-transform: translateZ(0);
	-ms-transform: translateZ(0);
	-o-transform: translateZ(0);
	transform: translateZ(0);
}

.card div {
	position: relative;
	width: 100%;
	height: 100%;

	padding: 20px;
	background: #fff;
	background-position: 50% 50%;
	background-size: cover;
	background-repeat: no-repeat;
	font-size: 1.6em;
}

.card img {
	float: left;
	margin: 0 10px 10px 0;
	border: 1px solid #000;
}

.card h3 {
	text-shadow: 0px 0px 5px black;
	color: white;
}


.bannerButton {
	border: 2px solid rgb(84, 156, 82);;
	padding: 5px;
	box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.61);
    background-color: rgba(0, 0, 0, 0.33);
	display: inline-block;
	cursor: pointer;
	pointer-events: fill;
	-webkit-user-select: text;
	width: initial;
	height: initial;
	border-radius: initial;
	box-sizing: border-box;
	
}

.bannerButton div {
	background-color: rgb(84, 156, 82);
	color: white;
	font-family: 'open Sans';
    font-size: 50px;
    padding-left:15px;
	padding-right:15px;
	cursor: pointer;
	pointer-events: fill;
	-webkit-user-select: text;
}

.bannerButton:hover {
	background-color: rgb(84, 156, 82);
	
}

.bannerButton:hover div{
	color: black;
}


@media (min-width: 501px) {
	#menu {
		left:0px !important;
	}
}



/* HANDY */
@media (max-width: 800px) {
	.mainItem, .screenshotItem {
		width: 100%;
		border: none;
		border-bottom: 1px solid rgb(225, 225, 225);
		float: right;
	 }
	 
	 .subHeadline, #shadowHeadline {
	 	font-size: 20px;
	 }
	 
	 #homeButton {
		right: 25px;
		bottom: 25px;
	}
}

@media (max-width: 500px) {
	#menu {
		width: 150px;
		height:100%;
		top:0px;
		left: -150px;
		transition-property: left;
		transition-duration: 0.1s;
		transition-timing-function: ease-out;
		transition-delay: 0s;
		text-align: left;
		z-index: 1000;
	}
			
	#menu #btn_menu {
		display: inline-block;
		content: "";
		background: url(menu.png);
		background-position-x: 10px;
  		background-position-y: 10px;
  		background-repeat: no-repeat;
		position:absolute;
		color: white;
		left:150px;
		width: 50px;
  		height: 50px;
  		top: 0px;
	}
	
	#menu .menuItem {
		display:block;
		padding-top:15px;
		font-size:15px;
	}
	
	#menu .menuItem:nth-child(2) {
		margin-top: 50px;
	}
	
	#menu .logo {
		margin-top: 6px;
		margin-left: 10px;
	}
	
	#logo {
		width:90%;
	}
	
	.mainItem {
		padding-left: 30px;
		padding-right: 30px;
		padding-bottom: 30px;
		padding-top: 40px;
	} 
	
	.subHeadline, #shadowHeadline {
		padding-left: 30px;
		font-size: 15px;
	}
	
	.subHeadline {
		height: 40px;
	}
	
	.subMenu_Item h1 {
		font-size: 10px;
	}
	
	.subMenu_Item {
		font-size: 12px;
		width: 170px;
	}
	
	#shadowHeadline {
		top: 145px;
		height: 40px;
	}
	
	.subMenu {
		height: 145px;
	}
	
	#subMenuPos {
		height: 145px;
	}
	
	#homeButton {
		right: 15px;
		bottom: 15px;
	}
	
	.bannerButton div {
		font-size: 40px;
	}
	
}

@media (max-height: 400px) {
	#main .titlePic {
		height: calc(100% - 50px);	
	}
}
