body,html {
	margin: 0;
	padding: 0;
} 

body {
	color: #3b4151;
	font-size: 12px;
	font-family: arial;
}

body.landing_page {
	background: url(../img/bg.jpg) center 50px no-repeat #ffffff;
}

@media(min-width: 1780px) {
	body.landing_page {
		background-size: 100% auto;
	}
}
/* Smartphones (portrait) ----------- */
@media(max-width : 1340px) {
	.stripe {
		display: none;
	}
	.jahre {
		opacity: 0;
		z-index: -10 !important;
	}
}

ul {
	padding: 0;
	margin: 0;
}

li {
	list-style-type: none;
}

a {
	text-decoration: none;
	color: rgba(59,65,81,0.8);
}

input::-ms-clear {
    display: none;
}
a:hover {
	text-decoration: underline;
	color: rgba(59,65,81,1);
}
body.landing_page .container {
	width: 1024px;
	margin: 0 auto;
	position: relative;
}

header {
	height: 50px;
	text-align: right;
}

.menu {
	padding-top: 20px;
	padding-bottom: 15px;
	display: inline-block;
}

.menu li {
	margin: 0px 20px;
	float: left;
}

.menu li:first-child {
	margin-left: 0px;
}

body.landing_page .content {
	height: 706px;
	width: 815px;
	margin: 0 auto;
}

input.search {
	display: inline-block;
	vertical-align: top;
	margin-top: 14px;
	width: 130px;
	padding: 2px;
	text-shadow: 0px 1px 0px #fff;
	outline: none;
	border: 1px solid rgba(0,0,0,0.1);
	background: url(../img/search_bg.gif) center right no-repeat;
}

.stripe {
	position: fixed;
	right: 0px;
	width: 24px;
	height: 100%;
	background: url(../img/stripe.gif) top center;
	background-size: 24px 100%;
	animation: move 10s infinite;
	z-index: 11;
}

.arrows {
	background: url(../img/arrows.png) 223px center no-repeat;
	position: relative;
	margin: 75px 0 75px 0;
	height: 556px;
}

.logo_h {
	background: url(../img/logo.png) center center no-repeat;
	margin: 75px 0 75px 0;
}

.animation_arrows {
	animation: arrows 4s ease-out;
	-moz-animation: arrows 4s ease-out;
	-webkit-animation: arrows 4s ease-out;
	-o-animation: arrows 4s ease-out;
	-ms-animation: arrows 4s ease-out;
}
.animation_logo {
	animation: logo 3s ease-out;
	-moz-animation: logo 3s ease-out;
	-webkit-animation: logo 3s ease-out;
	-o-animation: logo 3s ease-out;
	-ms-animation: logo 3s ease-out;
}
@keyframes arrows {
	0%{
		opacity: 0;
		transform: rotate(-10deg);
	}
	
	80% {
		opacity: 0;
		transform: rotate(-10deg);
	}
	
	82% {
		transform: rotate(0deg);
	}
	100% {
		opacity: 1;
	}
}

@-moz-keyframes arrows {
	0%{
		opacity: 0;
		-moz-transform: rotate(-10deg);
	}
	
	80% {
		opacity: 0;
		-moz-transform: rotate(-10deg);
	}
	
	82% {
		-moz-transform: rotate(0deg);
	}
	100% {
		opacity: 1;
	}
}

@-webkit-keyframes arrows {
	0%{
		opacity: 0;
		-webkit-transform: rotate(-10deg);
	}
	
	80% {
		opacity: 0;
		-webkit-transform: rotate(-10deg);
	}
	
	82% {
		-webkit-transform: rotate(0deg);
	}
	100% {
		opacity: 1;
	}
}
@-o-keyframes arrows {
	0%{
		opacity: 0;
		-o-transform: rotate(-10deg);
	}
	
	80% {
		opacity: 0;
		-o-transform: rotate(-10deg);
	}
	
	82% {
		-o-transform: rotate(0deg);
	}
	100% {
		opacity: 1;
	}
}

@-ms-keyframes arrows {
	0%{
		opacity: 0;
		-ms-transform: rotate(-10deg);
	}
	
	80% {
		opacity: 0;
		-ms-transform: rotate(-10deg);
	}
	
	82% {
		-ms-transform: rotate(0deg);
	}
	100% {
		opacity: 1;
	}
}

@keyframes logo {
	0% {
		transform: scale(0);
		opacity: 0;
	}
	
	30% {
		transform: scale(0);
		opacity: 0;
	}
	
	60% {
		transform: scale(1.1);
		opacity: 1;
	}
	80% {
		transform: scale(0.95)
	}
	
	90% {
		transform: scale(1);
	}
	100% {
		transform: scale(1);
	}
}

@-moz-keyframes logo {
	0% {
		-moz-transform: scale(0);
		opacity: 0;
	}
	
	30% {
		-moz-transform: scale(0);
		opacity: 0;
	}
	
	60% {
		-moz-transform: scale(1.1);
		opacity: 1;
	}
	80% {
		-moz-transform: scale(0.95)
	}
	
	90% {
		-moz-transform: scale(1);
	}
	100% {
		-moz-transform: scale(1);
	}
}

@-webkit-keyframes logo {
	0% {
		-webkit-transform: scale(0);
		opacity: 0;
	}
	
	30% {
		-webkit-transform: scale(0);
		opacity: 0;
	}
	
	60% {
		-webkit-transform: scale(1.1);
		opacity: 1;
	}
	80% {
		-webkit-transform: scale(0.95)
	}
	
	90% {
		-webkit-transform: scale(1);
	}
	100% {
		-webkit-transform: scale(1);
	}
}

@-o-keyframes logo {
	0% {
		-o-transform: scale(0);
		opacity: 0;
	}
	
	30% {
		-o-transform: scale(0);
		opacity: 0;
	}
	
	60% {
		-o-transform: scale(1.1);
		opacity: 1;
	}
	80% {
		-o-transform: scale(0.95)
	}
	
	90% {
		-o-transform: scale(1);
	}
	100% {
		-o-transform: scale(1);
	}
}

@-ms-keyframes logo {
	0% {
		-ms-transform: scale(0);
		opacity: 0;
	}
	
	30% {
		-ms-transform: scale(0);
		opacity: 0;
	}
	
	60% {
		-ms-transform: scale(1.1);
		opacity: 1;
	}
	80% {
		-ms-transform: scale(0.95)
	}
	
	90% {
		-ms-transform: scale(1);
	}
	100% {
		-ms-transform: scale(1);
	}
}
.arrows li {
	width: 200px;
	height: 90px;
	margin-left: 20px;
	position: absolute;
}

.arrows li h2{
	font-size: 16px;
	text-transform: uppercase;
	margin: 0px 0px 10px 0px;
}

.arrows li h2 a {
	transition-duration: 500ms;
	-moz-transition-duration: 500ms;
	-webkit-transition-duration: 500ms;
	-ms-transition-duration: 500ms;
	-o-transition-duration: 500ms;
	display: block;
}
.arrows li:nth-child(1) {
	top: 0;
	left: 50%;
	padding-left: 20px;
	margin-left: -100px;
}

.arrows li:nth-child(1):hover a{
	color: #ec7410;
	margin-left: 20px;
	text-decoration: underline;
}

.arrows li:nth-child(2):hover a {
	color: #11315b;
	margin-left: 20px;
	text-decoration: underline;
}
.arrows li:nth-child(3):hover a {
	color: #3b4151;
	margin-left: 20px;
	text-decoration: underline;
}

.arrows li:nth-child(2) {
	right: 0;
	top: 50%;
	margin-top: -80px;
}

.arrows li:nth-child(3) {
	bottom: 0;
	left: 50%;
	margin-left: -120px;
}

.arrows li span {
	color: #3b4151;
}

@keyframes move {
	0% {background-position: top center;}
	50%{background-position: -50px center;}
	100% {background-position: top center;}
}

footer {
	bottom: 0;
	width: 100%;
	position: fixed;
	text-align: center;
	background: #fff;
	z-index: 10;
	height: 35px;
}

.footermenu {
	padding: 10px 0px;
}
.footermenu li {
	margin: 0px 20px;
	display: inline-block;
}

.footermenu li:first-child{
	margin: 0;	
}

.clear {
	clear: both;
}

/* Folgeseite*/
body.folgeseite {
	background: url(../img/folgeseite/folgeseite_bg.png) center top repeat-x;
}

body.folgeseite #everything {
	background: url(../img/folgeseite/plan/folgeseite_plan_industrie.png) left top no-repeat;
	position: relative;
}

body.folgeseite .container{
	width: 1024px;
	margin: 0 auto;
	position: relative;
}

.slider {
	padding: 10px;
	background: rgb(240,240,240);
	box-shadow: 0 0 3px rgba(0, 0, 0, 0.1), 0 0 1px rgb(255, 255, 255) inset, 0 10px 10px -10px rgba(0,0,0,0.5);
}

.slider ul {
	position: relative;
	height: 230px;
	width: 723px;
	overflow: hidden;
	box-shadow: 0 0 2px rgba(0,0,0,0.4);
}

.slider ul li {
	position: absolute;
	height: 100%;
	width: 100%;
	left: 0;
	top: 0;
}
.left {
	float: left;
	width: 743px;
	padding-right: 35px;
}

.right{
	float: right;
}

.folgeseite_logo {
	position: absolute;
	top: 20px;
	left: -4px;
	width: 160px;
	height: 127px;
	background: url(../img/folgeseite/folgeseite_logo.png);
	z-index: 100;
}

.box_small_outer {
	padding: 10px;
	background: rgb(240,240,240);
	box-shadow: 0 0 3px rgba(0, 0, 0, 0.1), 0 0 1px rgb(255, 255, 255) inset, 0 10px 10px -10px rgba(0,0,0,0.5);
	position: relative;
}

.box_content {
	height: 230px;
	width: 226px;
	background: #124123;
	box-shadow: 0 0 2px rgba(0,0,0,0.4);
}

.jahre {
	position: fixed;
	bottom: 0;
	left: 0;
	z-index: 11;
	transition-duration: 500ms;
	-moz-transition-duration: 500ms;
	-webkit-transition-duration: 500ms;
	-ms-transition-duration: 500ms;
	-o-transition-duration: 500ms;
}

.active_marker a {
	color: #fff;
}

.active_marker .marker span{
	transform: scale(1,1) !important;
	-moz-transform: scale(1,1) !important;	
	-webkit-transform: scale(1) !important;
	-ms-transform: scale(1,1) !important;	
	-o-transform: scale(1,1) !important;
	display: block !important;
	opacity: 1 !important;
	margin-left: 0px !important;
}

#xy {
	position: absolute;
	right: 0;
	top: 0;
	width: 150px;
	margin-right: -121px;
}

#xy li .marker, #xy li .marker span {
	background-repeat: no-repeat;
	display: block;
}

#xy li .marker span {
	transform: scale(0,1);
	-webkit-transform: scale(0,1);
	-moz-transform: scale(0,1);
	-ms-transform: scale(0,1);
	-o-transform: scale(0,1);
	transition-duration: 500ms;
	-moz-transition-duration: 500ms;
	-webkit-transition-duration: 500ms;
	-ms-transition-duration: 500ms;
	-o-transition-duration: 500ms;
	transition-timing-function: ease-out;
	-moz-transition-timing-function: ease-out;
	-webkit-transition-timing-function: ease-out;
	-ms-transition-timing-function: ease-out;
	-o-transition-timing-function: ease-out;
	opacity: 0;
	margin-left: -3px;
}

#xy li:hover .marker span{
	transform: scale(1,1);
	-moz-transform: scale(1,1);	
	-webkit-transform: scale(1);
	-ms-transform: scale(1,1);	
	-o-transform: scale(1,1);		
	transform-origin: right;
	-moz-transform-origin: right;
	-webkit-transform-origin: right;
	-ms-transform-origin: right;
	-o-transform-origin: right;
	margin-left: 0px;
	opacity: 1;
}

#xy li:hover a{
	color: #fff;
	text-decoration: none;
}
#xy li .marker{
	width: 50px;
}

#xy li:first-child .marker{
	height: 77px;
	background-image: url(../img/folgeseite/marker/folgeseite_marker_industrie_inaktiv.png);
}

#xy li:first-child .marker span {
	display: block;
	background-image: url(../img/folgeseite/marker/folgeseite_marker_industrie_aktiv.png);
	height: 77px;
}

#xy li:nth-child(2) .marker{
	height: 65px;
	background-image: url(../img/folgeseite/marker/folgeseite_marker_privat_inaktiv.png);
}

#xy li:nth-child(2) .marker span {
	display: block;
	background-image: url(../img/folgeseite/marker/folgeseite_marker_privat_aktiv.png);
	height: 65px;
}

#xy li:last-child .marker{
	height: 77px;
	background-image: url(../img/folgeseite/marker/folgeseite_marker_unternehmen_inaktiv.png);
}

#xy li:last-child .marker span {
	display: block;
	background-image: url(../img/folgeseite/marker/folgeseite_marker_unternehmen_aktiv.png);
	height: 77px;
}
#xy li a {
	position: absolute;
	margin-top: 30px;
	text-transform: uppercase;
	font-weight: bold;
	left: 60px;
	width: 150px;
	transition-duration: 300ms;
	-moz-transition-duration: 300ms;
	-webkit-transition-duration: 300ms;
	-ms-transition-duration: 300ms;
	-o-transition-duration: 300ms;
}

#xy li:nth-child(2) a {
	margin-top: 20px;
}

.submenu {
	background: rgb(240,240,240);
	box-shadow: 0 0 3px rgba(0, 0, 0, 0.1), 0 0 1px rgb(255, 255, 255) inset, 0 10px 10px -10px rgba(0,0,0,0.5);
	width: 246px;
	float: left;
}

.submenu li {
	padding: 7px 0px 7px 20px;
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
	box-shadow: 0 1px 3px rgb(255,255,255) inset;
	
}

.submenu li:hover {
	box-shadow: 0 -1px 0 rgba(0,0,0,0.1), 0 1px 3px rgba(0,0,0,0.1) inset, 0 0 15px rgba(0,0,0,0.1) inset;
}

.inhalt {
	padding-left: 90px;
	float: right;
	width: 407px;
	text-align: justify;
}

#standorte {
	padding: 10px;
}
#standorte form{
	position: relative;
	margin-top: 10px;
}
#standorte fieldset {
	border: 0 none;
	width: 322px;
	position: absolute;
	padding: 20px 30px;
	transition-duration: 500ms;
	transition-timing-function: ease-in-out;
	background: rgb(240,240,240);
	box-shadow: 0 0 3px rgba(0, 0, 0, 0.1), 0 0 1px rgb(255, 255, 255) inset;
}

.active {
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);			
	opacity: 1;
	transform: rotateX(0deg);
	-moz-transform: rotateX(0deg);
	-webkit-transform: rotateX(0deg);
	-ms-transform: rotateX(0deg);
	-o-transform: rotateX(0deg);
	z-index: 11;
}

#standorte fieldset:not(.active) {
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	opacity: 0;
	transform: rotateX(180deg) rotateY(30deg);
	-moz-transform: rotateX(180deg) rotateY(30deg);
	-webkit-transform: rotateX(180deg) rotateY(30deg);
	-ms-transform: rotateX(180deg) rotateY(30deg);
	-o-transform: rotateX(180deg) rotateY(30deg);
	margin-top: 50px;
	z-index: 10;
}

input[type="submit"]{
	background: none repeat scroll 0 0 #E3E3E3;
    border: 1px solid #BBBBBB;
    border-radius: 3px 3px 3px 3px;
    box-shadow: 0 0 1px 1px #F6F6F6 inset;
    color: #333333;
    font: bold 12px/1 "helvetica neue",helvetica,arial,sans-serif;
    padding: 8px 0 9px;
    text-shadow: 0 1px 0 #FFFFFF;
    width: 80px;
}
#standorte input[type="submit"]{
	float: right;
}

#standorte input[type="text"]{
	float: left;
	width: 230px;
}
#standorte input {
	padding: 5px;
	text-shadow: 0px 1px 0px #fff;
	outline: none;
	border: 1px solid rgba(0,0,0,0.1);
}

#standorte ul li:not(.result){
	display: none;
}

#note {
	display: none;
	text-align: center;
}

#results {
	margin-top: 20px;
}
#results li {
	float: left;
	opacity: 1;
	transition: 500ms;
	display: block !important;
	transition-timing-function: ease-in-out;
	margin-bottom: 20px;
}

#results li span {
	width: 160px;
	height: 120px;
	overflow: hidden;
	display: block;
	position: relative;
}
#results li img {
	transition: 500ms;
}
#results li:nth-child(even){
	margin-left: 66px;
}

#results li img {
	width: 160px;
	height: 120px;
}

#results li div {
	text-align: center;
}

#select-all:checked ~ #results li {
	opacity: 1;
}

#select-au:checked ~ #results li:not(.select-au),
#select-oe:checked ~ #results li:not(.select-oe),
#select-de:checked ~ #results li:not(.select-de),
#select-it:checked ~ #results li:not(.select-it),
#select-po:checked ~ #results li:not(.select-po),
#select-ch:checked ~ #results li:not(.select-ch),
#select-un:checked ~ #results li:not(.select-un){
	opacity: 0.1;
	transform: scale(0.5);
}

#results li:hover img {
	transform: scale(1.5);
}

#results li .mask{
    width: 160px;
    height: 120px;
    position: absolute;
    overflow: hidden;
    top: 0;
    left: 0
}
#results li img {
    display: block;
    position: relative
}
#results li h2 {
    text-transform: uppercase;
    color: #fff;
    text-align: center;
    position: relative;
    font-size: 17px;
    background: rgba(0, 0, 0, 0.8);
}
#results li p {
    font-family: Georgia, serif;
    font-style: italic;
    font-size: 12px;
    position: relative;
    color: #fff;
    padding: 10px 20px 20px;
    text-align: center
}

#results li .mask {
    background-color: rgba(0,0,0,0.6);
    opacity: 0;
    transform: translate(460px, -100px) rotate(180deg);
    transition: all 0.2s 0.4s ease-in-out;
}
#results li h2{
    transform: translateY(-100px);
    transition: all 0.2s ease-in-out;
}
#results li p {
    transform: translateX(300px) rotate(90deg);
    transition: all 0.2s ease-in-out;
}

#results li a.info {
    transform: translateY(-200px);
    transition: all 0.2s ease-in-out;
} 

#results li:hover .mask {
    opacity:1;
    transition-delay: 0s;                           
    transform: translate(0px, 0px);
}
#results li:hover h2 {
    transform: translateY(0px);
    transition-delay: 0.2s;
}
#results li:hover p {
    transform: translateX(0px) rotate(0deg);
    transition-delay: 0.4s;
}




/* 4. Versuch */


#standort form{
	position: relative;
	width: 400px;
}
#standort fieldset {
	border: 0 none;
	transition-duration: 500ms;
	transition-timing-function: ease-in-out;
	background: rgb(240,240,240);
	padding: 0;
	margin: 0;
	box-shadow: 0 0 3px rgba(0, 0, 0, 0.1), 0 0 1px rgb(255, 255, 255) inset;
}

#standort fieldset .inner {
	margin: 20px 30px;
	height: 26px;
	position: relative;

}

#standort fieldset:not(.active){
	transform: perspective(600px) rotateX(-90deg);
	transform-origin: top;
	opacity: 0;
}

.active {
	transform: perspective(600px) rotateX(0deg);
	transform-origin: top;
	opacity: 1;
}

input[type="submit"]{
	background: none repeat scroll 0 0 #E3E3E3;
    border: 1px solid #BBBBBB;
    border-radius: 3px 3px 3px 3px;
    box-shadow: 0 0 1px 1px #F6F6F6 inset;
    color: #333333;
    font: bold 12px/1 "helvetica neue",helvetica,arial,sans-serif;
    padding: 8px 0 9px;
    text-shadow: 0 1px 0 #FFFFFF;
    width: 80px;
}
#standort input[type="submit"]{
	float: right;
}

#standort input[type="text"]{
	float: left;
	width: 98%;
}
#standort input {
	padding: 5px;
	text-shadow: 0px 1px 0px #fff;
	outline: none;
	border: 1px solid rgba(0,0,0,0.1);
}

.result li {
	transition: 1s;
}

.up {
	opacity: 1;
}

.down {
	opacity: 0;
}
