@import url('https://fonts.googleapis.com/css?family=Lobster+Two:700');
html,body {
	font-family: 'open_sanslight', sans-serif;
	letter-spacing:0.04em;
	line-height: 1.6em;
	/* font-size:1.1em; */
	font-size:100%;
}
.clear{
	clear: both;
}
/* .emotion{
	width:100%;
	margin:0 auto;
} */
.startlogo{
	position:absolute;
	margin-left: auto;
	margin-right: auto;
	left: 0;
	right: 0;
	width:55%;
	z-index:50;
	margin-top:15%;
/* 	padding-top:2%;
	padding-bottom:0.5%;
	padding-right:5%;
	padding-left:5%; */
	padding:2% 5% 0.5% 5%;
	/* background-color:rgba(255,255,255,0.8); */
	/* background-color:rgba(0,0,0,0.5); */
background: -moz-linear-gradient(left, rgba(0,0,0,0) 8%, rgba(0,0,0,0.2) 34%, rgba(0,0,0,0.6) 41%, rgba(0,0,0,0.71) 43%, rgba(0,0,0,1) 50%, rgba(0,0,0,0.96) 51%, rgba(0,0,0,0.71) 57%, rgba(0,0,0,0.2) 67%, rgba(0,0,0,0) 92%); /* FF3.6-15 */
background: -webkit-linear-gradient(left, rgba(0,0,0,0) 8%,rgba(0,0,0,0.2) 34%,rgba(0,0,0,0.6) 41%,rgba(0,0,0,0.71) 43%,rgba(0,0,0,1) 50%,rgba(0,0,0,0.96) 51%,rgba(0,0,0,0.71) 57%,rgba(0,0,0,0.2) 67%,rgba(0,0,0,0) 92%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right, rgba(0,0,0,0) 20%,rgba(0,0,0,0.2) 34%,rgba(0,0,0,0.6) 41%,rgba(0,0,0,0.71) 43%,rgba(0,0,0,1) 50%,rgba(0,0,0,0.96) 51%,rgba(0,0,0,0.71) 57%,rgba(0,0,0,0.2) 67%,rgba(0,0,0,0) 92%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#00000000',GradientType=1 );
}


.startlogo img{
	width:100%;
}
img{
	width: 100%;
	height:auto;
}
p a:hover{
	color:#ec761d;
	transition:ease-out 0.6s;
}
.startseite{
	padding-top:4%;
}

::selection {
	background-color:rgba(236,118,29, 1);
    color: white;
	opacity:1;
}
.contentstart {
	padding: 4% 4% 4% 4%;
	margin-top: 6%;
}
.contentfull {
	margin: 4% 0%;
	position:relative;
}
.wire{
	margin:0 auto;
	width:97%;
	border:solid 2px rgba(255,255,255,0.8);
	position:absolute;
	z-index:50;
	margin: auto;
	top: 3%; 
	left: 0; 
	bottom: 5%; 
	right: 0;
}
.wirecontent{
	width:100%;
	margin-top:15%;
}
.wiretitle{
	text-align:center;
	font-size:4em;
	color:rgba(255,255,255,0.8);
	font-family: 'Lobster Two', cursive;
}
.wirebutton{
	width:26%;
	margin:4% auto;
	background-color:rgba(255,255,255,1);
	/* background-color:#ec761d; */
	/* border:solid 1px #ec761d; */
	text-align:center;
	/* font-weight:600; */
	padding:10px;
	color:#ec761d;
	/* color:white; */
	/* color:rgba(0,0,0,0.7); */
	cursor:pointer;
}
.wirebutton:hover, .wirebutton:focus{
	background-color:rgba(255,255,255,0.8);
	transition: ease-out 0.6s;
}
.button-mail{
	margin:0 auto;
	width:100%;
	white-space: nowrap;
	margin-bottom:2%;
	padding:1% 2%;
	text-align:center;
	border:solid 1px #6f7072;
	cursor:pointer;
	color:#6f7072;
	padding: 10px 25px;
	display: block;
}
.button-mail:hover, .button-mail:focus{
	transition:ease-out 0.6s;
	color:#ec761d;
	border:solid 1px #ec761d;
}

.kontakt-button{
	margin:0 auto;
	width:100%;
	margin-top: 2%;
	margin-bottom:2%;
	padding:1% 2%;
	text-align:center;
	border:solid 1px #6f7072;
	cursor:pointer;
	color:#6f7072;
	display: none;
}
.kontakt-button:hover, .kontakt-button:focus{
	transition:ease-out 0.6s;
	color:#ec761d;
	border:solid 1px #ec761d;
}

.cards{
	border:solid 1px rgba(0,0,0,0.1);
	margin:1%;
}
.cards img{
	padding: 5% 0% 2% 20%;
	width:80%;
}
.cardcontent{
	text-align:center;
	background-color:rgba(0,0,0,0.02);
	padding-top:2%;
	padding-bottom:2%;
	color:	#6f7072;
}
.cards:hover {
	cursor:pointer;
}
.cards:hover .cardcontent h3{
}
.cards:hover .cardcontent{
	transition:ease-out 0.6s;
}
.cards:hover {
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
	transition:ease-out 0.2s;
}
.cardcontentlinie{
	width:60%;
	margin:0 auto;
	margin-top:1%;
	margin-bottom:1%;
	border-bottom:solid 0.5px;
	border-color:rgba(0,0,0,0.08);
}

/* ScrollAnimation */
.down a {
	position: absolute;
	bottom: 20px;
	left: 50%;
	z-index: 2;
	display: inline-block;
	-webkit-transform: translate(0, -50%);
	transform: translate(0, -50%);
	color: #ec761d;
	font : normal 400 20px/1 'Josefin Sans', sans-serif;
	letter-spacing: .1em;
	text-decoration: none;
	transition: opacity .3s;
}
.down a:hover {
	opacity: .5;
}

#section10 a {
	padding-top: 60px;
}
#section10 a span {
	position: absolute;
	top: 0;
	left: 50%;
	width: 35px;
	height:60px;
	margin-left: -15px;
	border: 2px solid #ec761d;
	border-radius: 50px;
	box-sizing: border-box;
}
#section10 a span::before {
	position: absolute;
	top: 10px;
	left: 50%;
	content: '';
	width: 6px;
	height: 6px;
	margin-left: -3px;
	background-color: #ec761d;
	border-radius: 100%;
	-webkit-animation: sdb10 2s infinite;
	animation: sdb10 2s infinite;
	box-sizing: border-box;
}
@-webkit-keyframes sdb10 {
	0% {
		-webkit-transform: translate(0, 0);
		opacity: 0;
	}
	40% {
		opacity: 1;
	}
	80% {
		-webkit-transform: translate(0, 20px);
		opacity: 0;
	}
	100% {
		opacity: 0;
	}
}
@keyframes sdb10 {
	0% {
		transform: translate(0, 0);
		opacity: 0;
	}
	40% {
		opacity: 1;
	}
	80% {
		transform: translate(0, 20px);
		opacity: 0;
	}
	100% {
		opacity: 0;
	}
}

.wirefullmobil{
	display:none;
	padding-top:2%;
}
/* -------------------------------------- */
			/* Textauszeichnungen */
p{
	font-size:1em;
	letter-spacing:0.04em;
}
.right{
	text-align:right;
}
.center{
	text-align:center;
}
.left{
	text-align:left;
	padding-right:5%;
}
.titel, h1{
	font-size:1.4em;
	margin-bottom:1%;
	/* margin-top:2%; */
	font-weight:500;
}
.claim, h2{
	letter-spacing:0.04em;
	font-size:1.2em;
	margin-bottom:2%;
	margin-top:1%;
	/* color:	#ababab; */
	font-variant:small-caps;
}
h3{
	letter-spacing:0.08em;
	font-size:1.8em;
	padding-bottom:2%;
	padding-top:1%;
	/* color:	rgba(0,0,0,0.8); */
	/* color:	#6f7072; */
	font-variant:small-caps;
	font-weight:800;
}
.linie{
	width:60%;
	margin:0 auto;
	/* margin-top:1%; */
	border-bottom:solid 0.5px;
	border-color:rgba(236,118,29,0.8);
}
.liniegrau{
	width:60%;
	margin:0 auto;
	margin-top:1%;
	border-bottom:solid 0.5px;
	border-color:rgba(0,0,0,0.3);
}
.liniegreen{
	width:60%;
	margin:0 auto;
	margin-top:1%;
	border-bottom:solid 0.5px;
	border-color:rgba(111,176,33,0.8);
}
.details{
	font-family: 'open_sansregular', sans-serif;
}	
.orange{
	color:#ec761d;
}
.times{
	font-family: 'times', serif;
	font-size:1.6em;
	line-height:1.6em;
}
#claim p{
	font-size:2em;
	margin-bottom:-1%;
	/* color:#6f7072; */
	color:white;
	margin-left:8%;
}	
#claim{
	width:80%;
	margin:0 auto;
	margin-top:2%;
	height:auto;
	line-height:2em;
	/* background-color:red; */
}
.einzug{
	padding-left:25%;
	font-size:1.6em;
	/* color:#6f7072; */
	color:white;
}
/* #textzweispaltig > p {
	padding: 1%;
} */
#textzweispaltig, .textzweispaltig{
	/* background-color:red; */
	margin-top: 3%;
	margin-bottom: 4%;
	-moz-column-count: 2;
	-webkit-column-count: 2;
	column-count: 2;
	-moz-column-width: 400px;
	-webkit-column-width: 400px;
	column-width: 400px;
	text-align: justify;
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	-ms-hyphens: auto;
	hyphens: auto;
	-webkit-column-gap: 40px; /* Chrome, Safari, Opera */
    -moz-column-gap: 40px; /* Firefox */
    column-gap: 40px;
}		
.greenlink{
	/* color:#6fb021; */
}
.greenlink:hover{
	color:#6fb021;
	transition:0.6s ease-out;
}
#buttonbox{
	margin:0 auto;
	margin-top:8%;
	width:70%;
	margin-bottom:1%;
	padding:1%;
	font-size:1.2em;
}
.buttonlink1, .buttonlink2, .buttonlink3, .buttonlink4{
	display:block;
	letter-spacing:0.04em;
	/* border: solid 1px #ec761d ; */
	/* border: solid 2px #00FFFF ; */
	/* border: solid 2px #009ee0 ; */
	width:100%;
	padding:4%;
	/* color:#6f7072; */
	/* color:#ec761d; */
	color:white;
	text-align:center;
	margin-bottom:6%;
	/* background-color:rgba(236,118,29,0.2); */
	/* background-color:rgba(236,118,29,0.6); */
	background-color:rgba(111,112,114,0.6);
}
.buttonlink4{
	background-color:rgba(111,176,33,0.6);
	color:white;
	/* color:#6f7072 ; */
}
.buttonlink1:hover, .buttonlink2:hover, .buttonlink3:hover{
	color:white;
	background-color:#ec761d ;
	/* background-color:#009ee0 ; */
	transition: 0.8s ease-out ;
}
.greenbutton{
	/* border: solid 2px #6fb021 ; */
}
.greenbutton:hover{
	background-color:#6fb021 ;
	transition: 0.8s ease-out ;
	color:white;
}
.info{
	font-size:0.9em;
	letter-spacing:0.04em;
	line-height:1.6em
}
/* ------------------------------- */
		/* Countdown */
ul#countdown {
  list-style: none;
  margin: 50px 0;
  padding: 0;
  display: block;
  text-align: center;
  color:black;
  color:white;
  opacity:0.4;
}
ul#countdown li { 
	display: inline-block; 
}
ul#countdown li span {
	  font-size: 1em;
	  font-weight: 300;
}
ul#countdown li.seperator {
  font-size: 1em;
  vertical-align: top;
}
ul#countdown li p {
  /* color: white; */
  /* color: #a7abb1; */
  font-size: 25px;
}
@media (max-width: 1415px){
#claim p{
	font-size:1.6em;
}	
.einzug{
	padding-left:10%;
	font-size:1.6em;
	line-height:1em;
}
.times{
	font-size:1.2em;
	line-height:1.4em;
}
}
@media (max-width: 950px){
#claim p{
	font-size:1.4em;
}	
.einzug{
	padding-left:10%;
	font-size:1.4em;
	line-height:1em;
}
.times{
	font-size:1.2em;
	line-height:1.2em;
}
}
@media (max-width: 600px){
.wirefull{
	display:none;
}
.wirefullmobil{
	display:block;
}
}