
/* Reset */
	html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
		margin: 0;
		padding: 0;
		border: 0;
		font-size: 100%;
		font: inherit;
		vertical-align: baseline;
	}
	article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
		display: block;
	}
	body {
		line-height: 1;
	}
	ol, ul {
		list-style: none;
	}
	blockquote, q {
		quotes: none;
	}
	blockquote:before, blockquote:after, q:before, q:after {
		content: '';
		content: none;
	}
	table {
		border-collapse: collapse;
		border-spacing: 0;
	}
	body {
		-webkit-text-size-adjust: none;
	}

	
	
	
/* Box Model */
	*, *:before, *:after {
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
	}
	
	
	
	
/* Basic */	
	body {
		margin: 0;
		padding: 0;
		font-family: 'Open Sans', Arial, Helvetica, sans-serif;
		font-size: 18px;
		-webkit-text-size-adjust: none;
		line-height: 1.71429;
		color: #000;
		background: #000;
	}
	
	html {
		height: 100%;
	}
	
	strong, b {
		font-weight: 700;
	}
	
	em {
		font-style: italic;
	}
	
	p {
		margin: 0 0 10px 0;
	}
	
	a {
		-moz-transition: border-bottom-color 0.2s ease, color 0.2s ease;
		-webkit-transition: border-bottom-color 0.2s ease, color 0.2s ease;
		-ms-transition: border-bottom-color 0.2s ease, color 0.2s ease;
		transition: border-bottom-color 0.2s ease, color 0.2s ease;
		text-decoration: none;
		color: #8544a7;
		border-bottom: 1px solid;
	}

	ol {
		padding: 0 0 10px 20px;
		list-style-type: decimal;
	}
	ul {
		padding: 0 0 10px 20px;
		list-style-type: disc;
	}
	
	hr {
		display: block;
		height: 1px;
		border: 0;
		border-top: 1px solid rgba(0,0,0,0.2);
		margin: 0 6em;
		padding: 0;
		clear: both;
		max-width: 68em;
	}
	
	h1, h2, h3, h4, h5, h6 {
		margin: 0 0 1em 0;
		font-weight: normal;
		line-height: 1.16;
		letter-spacing: 0px;
	}
	
	h1 {
		font-size: 2.25em;
		margin: 0 0 0.5em 0;
		line-height: 1.3;
		font-weight: normal;
	}
	
	h2 {
		font-size: 1.5em;
	}
	
	h3 {
		font-size: 1.25em;
	}
	
	@media screen and (max-width: 736px) {

		h1 {
			font-size: 2em;
			line-height: 1.4;
		}

		h2 {
			font-size: 1.25em;
		}

	}
	
	.clear, .clearSpace {
		margin: 0;
		padding: 0;
		overflow: hidden;
		clear: both;
		height: 0;
	}
	
	.clearSpace {
		height: 20px;
	}
		
	.left {
		float: left;
	}
	
	.right {
		float: right;
	}
	
	.txtCenter {
		text-align: center;
	}
	
	.txtKap {
		text-transform: uppercase;
	}
	
	.hidden {
		display: none !important;
		visibility: hidden !important;
	}
	
	.help {
		cursor: help;
	}
	
	.col-padding {
		padding-right: 1em;
	}
	
	
	


	

/* Row */		
	.row {
		display: -webkit-box;
		display:flex;
		display:-webkit-flex;
		display: -ms-flexbox;
		width:100%;
		flex-wrap:wrap;
		-webkit-flex-wrap:wrap;
		-moz-flex-wrap:wrap;
		overflow: hidden;
	} 	
	
	.col50 {
		width: 50%;
	}
	
	.col60 {
		width: 60%;
	}
	
	.col40 {
		width: 40%;
	}
	
	.col29 {
		width: 29%;
	}
	
	.col30 {
		width: 30%;
	}
	
	.col39 {
		width: 39%;
	}
	
	.col25 {
		width: 25%;
	}
	
	.col70 {
		width: 70%;
	}
	
	.col33 {
		width: 33.33333%;
	}
	
	@media only screen and (max-width: 767px) {

		.col33 {
			width: 100%;
		}
		
		footer .col33 {
			width: 33.33333%;
		}
	}
	
	
	.col50 img , .col40 img{
		max-width: 90%;
		margin: 2em 0 2em 0;
		float: right;
	}





	
/* Wrapper */
	#wrapper {
		position: relative;
	}
	
	#wrapper > * > .inner {
		width: 100%;
		max-width: 68em;
		margin: 0 auto;
		padding: 1.75em 2.5em;
	}

	@media screen and (max-width: 736px) {

		#wrapper > * > .inner {
			padding: 1em 1.25em;
		}

	}


	
/* Header */		
	#header {
		height: 450px;
		width: 100%;
		position: relative;
		background: url(../img/WeVoteForEurope.jpg) no-repeat;
		background-position: 50% 50%;
		-webkit-background-size: cover;
		-moz-background-size: cover;
		-o-background-size: cover;
		background-size: cover;
	}
	
	@media only screen and (max-width: 980px) {
		
		#header {
			max-height: 220px;
		}
		
	}
	
	@media only screen and (max-width: 767px) {
		
		#header {
			max-height: 140px;
		}
		
	}
	
	#header h1 {
		text-indent: -9999999em;
		position: absolute;
	}
	
	
	
	
	
	
	
	
/* Sections */		
	#video {
		width: 100%;
		overflow: hidden;
		background: url(../img/background04.png) no-repeat;
		background-position: 50% 50%;
		-webkit-background-size: cover;
		-moz-background-size: cover;
		-o-background-size: cover;
		background-size: cover;
		text-align: center;
	}
	
	.responsive-video {
		position: relative;
		padding-bottom: 55%;
		padding-top: 15px;
		height: 0;
		overflow: hidden;
	}
	
	#video iframe {
		/*width: 100%;
		height: 534px;
		margin: 3em auto 3em auto;
		padding: 0;
		overflow: hidden;
		border: none;*/
		
		position: absolute;
		top: 4em;
		left: 0;
		width: 70%;
		height: 70%;
		margin: 0;
		
		left: 50%;
		-webkit-transform: translateX(-50%);
		transform: translateX(-50%)
	}
	
	@media only screen and (max-width: 767px) {
		
		#video iframe {
			top: 1.5em;
			width: 80%;
			height: 80%;
		}
		
	}	
	
	#info {
		/*background: #d6edf2;
		background: #e6e2ec;
		background: #00b790;
		background: #0032ff;
		background: #8544a7;*/
		background: #ffcb00;
		color: #000;
		overflow: hidden;
		position: relative;
		font-weight: 600;
	}
	
	#info2nd {
		background: #fff;
		color: #000;
		overflow: hidden;
		position: relative;
	}
	
	@media only screen and (max-width: 767px) {
		
		#info2nd .col60, #info2nd .col40	{
			width: 100%;
		}
		
		#info2nd img {
			float: none;
		}
	
	}
	
	#supported {
		background: #ff3d00;
		overflow: hidden;
		color: #fff;
		font-style: italic;
	}

	#whywedo	 {
		background: #ffcb00;
		background: #000;
		color: #fff;
	}
	
	#logos {
		background: #000;
		color: #fff;
	}
	
	#logos img {
		max-width: 65%;
		margin: 0 0 2em 0;
	}
	
	#logos a {
		color: #fff;
		border-bottom: none;
	}
	
	#supported ul {
		-moz-column-count: 3;
		-moz-column-gap: 1em;
		-webkit-column-count: 3;
		-webkit-column-gap: 1em;
		column-count: 3;
		column-gap: 1em;
		margin: 0;
		padding: 0;
		list-style-type:none;
		
	}
	
	@media only screen and (max-width: 980px) {
		
		#supported ul {
			-moz-column-count: 2;
			-moz-column-gap: 1em;
			-webkit-column-count: 2;
			-webkit-column-gap: 1em;
			column-count: 2;
			column-gap: 1em;
		}
		
	}
	
	@media only screen and (max-width: 767px) {
		
		#supported ul {
			-moz-column-count: 1;
			-moz-column-gap: 1em;
			-webkit-column-count: 1;
			-webkit-column-gap: 1em;
			column-count: 1;
			column-gap: 1em;
		}
		
	}
	
	#supported ul li {
		display: block;
		overflow: hidden;
		margin: 0;
		padding: 0 0 1em 0;
		font-size: 16px;
		line-height: 18px;
	}
	
	
	
	#impressum {
		color: #fff;
		font-size: 16px;
	}
	
	#datenschutz {
		background: #fff;
		font-size: 16px;
	}
	
	#datenschutz ul {
		list-style-image: none;
		list-style-type: square;
		padding: 0 0 10px 20px;
	}
	
	
	
	
/* Footer */
	footer {
		width: 100%;
		height: 140px;
		overflow: hidden;
		background: url(../img/background01.png) no-repeat;
		background-position: 50% 50%;
		-webkit-background-size: cover;
		-moz-background-size: cover;
		-o-background-size: cover;
		background-size: cover;
		text-align: center;
	}
	
	@media only screen and (max-width: 767px) {
		
		footer {
			height: 100px;
		}
	}
	
	
	footer img {
		max-width: 65%;
		margin: 0 0 2em 0;
	}
	
	footer a {
		color: #fff;
		border-bottom: none;
	}
	
	footer span {
		display: table;
		margin: 35px auto 0 auto;
		font-size: 52px;
		color: #d6edf2;
		text-transform: uppercase;
		background: #0032ff;
		background: #ff3d00;
		padding: 0 .05em;
		line-height: 45px;
		transform: rotate(-2deg);
		display: none;
	}
	
	@media only screen and (max-width: 767px) {
		
		footer span {
			margin: 35px auto 0 auto;
			font-size: 32px;
			line-height: 32px;
		}
	}
	
	
	
	
	
	
	
	
	
	
	

	
	