html, body{
	padding: 0;
	margin: 0;
	height: 100%;
	font-family: "Open Sans", sans-serif;
	font-size: 20px;
	line-height: 1.2;
	font-weight: 100;
}

h1{
	font-size: 46px;
	font-weight: 800;
	margin-top: -12px;
	/*margin-bottom:0;*/
	hyphens: auto;
	-moz-hyphens: auto;
	-ms-hyphens: auto;
	-webkit-hyphens: auto;
}

h2{
	font-size: 30px;
	font-weight: 500;
	margin: 0;
	hyphens: auto;
	-moz-hyphens: auto;
	-ms-hyphens: auto;
	-webkit-hyphens: auto;
}

h3{
	font-size: 30px;
	font-weight: 500;
	margin: 0;
	text-align: center;
}

header{
	height: 60px;
	width: 100%;
	background: rgb(0,105,161);
	background: linear-gradient(90deg, rgba(0,105,161,1) 0%, rgba(42,56,95,1) 100%);
	color: #fff;
	font-weight: 600;
	font-size: 14pt;
}

.clear{
	clear: both;
	margin-bottom: 15px;
}

.head{
	padding-left:10px;
	padding-right:10px;
	height: 60px;
}

.logo-wrapper{
	max-height: 100%;
}

.menu{
	float:left;
	padding-left: 10px;
}

.text-content{
	padding: 30px;
}

.menu span{
	position: relative;
	top: 20px;
}

.logo-wrapper{
	float: right;
	padding-right:10px;
}

.logo-text{
	float: left;
	height: 60px;
}

.logo-wrapper span{
	position: relative;
	top: 20px;
}

.logo-wrapper img{
	height: 40px;
	width: 21.8px;
}

.logo-img{
	height: 40px;
	padding: 10px;
	padding-right: 10px;
	padding-right: 0;
	float: right;
}

.wrapper{
	max-width: 1280px;
	margin: 0 auto;
}

.left-50{
	width: 50%;
	float: left;
}

.right-50{
	width: 50%;
	float: right;
}

.left-20{
	width: 20%;
	float: left;
}

.left-30{
	width: 30%;
	float: left;
}

.left-40{
	width: 40%;
	float: left;
}

.left-10{
	width: 20%;
	float: left;
}

.left-25{
	width: 25%;
	float: left;
}

.left-55{
	width: 55%;
	float: left;
}

.right-45{
	width: 45%;
	float: right;
}

.left-50{
	width: 50%;
	float: left;
}

.right-50{
	width: 50%;
	float: right;
}

.left-75{
	width: 75%;
	float: left;
}

.right-25{
	width: 25%;
	float:right;
}

.logo-wrapper a{
	color: #fff;
	text-decoration: none;
}

.petition-img{
	width: calc(100% - 20px);
	padding-left: 20px;
	padding-bottom: 30px;
	padding-top: 30px;
	padding-right: 0;
	
}

.icon-people{
	width: 57px;
	float:left;
	margin-top:-2px;
	height: 46.9px;
}

.icon-ssl{
	width: 25px;
	height: 32.8167px;
}

.text-ssl{
	position: relative;
	top: -8px;
	left: 7px;
	font-weight: 700;
}

.people-count{
	font-size: 55px;
	float:left;
	font-weight: 800;
	padding-left: 7px;
	margin-top: -14px;
}

.people-count-desc{
	font-size: 26px;
	padding-left: 15px;
	font-weight: 400;
	top: -6px;
	position: relative;
}

.target-count{
	padding-left: 15px;
	font-size: 16px;
	position: relative;
	top: -8px;
}

.spacer{
	width: 100%;
	height: 80px;
}

.sm-link{
	padding-right:10px;
}

img.sm-icon{
	width:25px;
	height:25px;
}

.row{
	width:100%;
	clear:both;
}

sm-icon:hover img{
  filter: invert(27%) sepia(51%) saturate(2878%) hue-rotate(346deg) brightness(104%) contrast(97%);
}

.progressbar-bg{
	height: 30px;
	background-color: #ddd;
	border-radius: 15px;
	z-index:1;
	position: relative;
}

.progressbar{
	height: 30px;
	background-color: #bc0633;
	border-radius: 15px;
	z-index: 5;
	position: relative;
	top: -30px;
	animation: progressBar 3s cubic-bezier(0.5, 1, 0.89, 1);
    animation-fill-mode:both;
}

.form{
	background: rgb(0,105,161);
	background: linear-gradient(90deg, rgba(0,105,161,1) 0%, rgba(42,56,95,1) 100%);
	color: #fff;
	font-weight: 400;
	font-size: 14pt;
	border-bottom: 4px solid #e00137;
}

.form-nav{
	padding-left: 10px;
	text-align: center;
}

.error{
	outline: 4px solid #bc0633;
	background: url('https://petitionfuerdemokratie.de/assets/exclamation-triangle-fill.svg') no-repeat 95% 50% #FFD9E3;
	background-size: 25px;
}

.error-msg small{
	color: #e00137;
	font-size: 0.8em;
}

.h-50{
	height: 50px;
}

.m-t-5{
	margin-top: 5px;
}

.m-t-10{
	margin-top: 10px;
}

.m-t-30{
	margin-top: 30px;
}

.p-t-10{
	padding-top: 10px;
}

.p-t-15{
	padding-top: 15px;
}

.p-10{
	padding: 10px;
}

.p-20{
	padding: 20px;
}

.p-20-mob{
	padding: 20px;
}

.p-30{
	padding:30px;
}

.content{
	height: 140px;
}

.circle{
	border: 2px solid #fff;
	border-radius: 30px;
	padding: 22px;
	font-size: 18px;
	position: absolute;
	z-index: 1;
	margin-top: -12px;
	margin-left: -9px;
}

.circle-text{
	z-index: 5;
}

.dsgvo{
	font-size: 12px;
}
/*
.content label{
	float:left;
	padding-right: 20px;
}*/

.form-bar{
	height: 190px;
	padding-top: 30px;
}

label{
	cursor: pointer;
	padding-right: 10px;
}

button{
	background-color: #bc0633;
	color: #fff;
	padding:8px 15px;
	border-radius: 5px;
	border: none;
	font-size: 14pt;
	cursor: pointer;
	width: 170px;
	font-family: "Open Sans", sans-serif;
}

.w-75{
	width: 75%;
}

.w-65{
	width: 65%;
}

input{
	border-radius: 5px;
	padding: 8px 15px;
	border:none;
	font-size:18px;
	font-family: "Open Sans", sans-serif;
}

input[type="text"], input[type="email"]{
	-webkit-box-shadow:inset -2px 2px 6px rgba(0,0,0,.35);
	-moz-box-shadow:inset -2px 2px 6px rgba(0,0,0,.35);
	box-shadow: inset -2px 2px 6px rgba(0,0,0,.35);
}

input[type="radio"]{
	scale: 1.2;
}

input[type="checkbox"], input[type="radio"]{
	width: 20px;
	cursor: pointer;
}

input[type="checkbox"]:focus, input[type="radio"]:focus{
    outline: none;
}

input[type="checkbox"]:checked, input[type="radio"]:checked{
	accent-color: #bc0633;
	color:#fff;
}

input:focus{
    outline: 4px solid #fff;/* #bc0633 */
}

.invisible{
	display: none;
}

ul{
	margin: 0;
	padding:0;
}

.left-55 ul{
	margin-left: 20px;
}

.signs li{
	list-style: none;
	padding: 4px 7px;
	border: 1px solid #5fa1bb;
	border-radius: 3px;
	font-size: 15px;
	margin:5px 2px;
	display: inline-block;
}

.no{
	color: #747476;
	border: 1px solid #8fbfce;
}

.signatures{
	padding-top:15px;
}

footer{
	background-color:#35455f;
	color: #fff;
	bottom: 0;
	/* padding: 40px; */
	text-align: center;
	height: 170px;
	width: 100%;
	/* position: absolute; */
	clear:both;
	font-size: 17px;
}

footer a{
	color: #fff;
	font-size: 18px;
	font-weight: 400;
	padding: 40px;
}

.footer-links{
	padding-top: 20px;	
}

.footer-content{
	position: relative;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

/*
 * Made by Erik Terwan
 * 24th of November 2015
 * MIT License
 *
 *
 * If you are thinking of using this in
 * production code, beware of the browser
 * prefixes.
 */

#menuToggle
{
  display: block;
  position: relative;
  /*left: 50px;*/
  
  z-index: 1;
  
  -webkit-user-select: none;
  user-select: none;
}

#menuToggle a
{
  text-decoration: none;
  color: #232323;
  
  transition: color 0.3s ease;
}

#menuToggle a:hover
{
  color: tomato;
}


#menuToggle input
{
  display: block;
  width: 40px;
  height: 32px;
  position: absolute;
  top: -7px;
  left: -5px;
  
  cursor: pointer;
  
  opacity: 0; /* hide this */
  z-index: 2; /* and place it over the hamburger */
  
  -webkit-touch-callout: none;
}

/*
 * Just a quick hamburger
 */
#menuToggle span
{
  display: block;
  width: 25px;
  height: 4px;
  margin-bottom: 3.5px;
  position: relative;
  
  background: #ffffff;
  border-radius: 1px;
  
  z-index: 1;
  
  transform-origin: 4px 0px;
  
  transition: transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0),
              background 0.5s cubic-bezier(0.77,0.2,0.05,1.0),
              opacity 0.55s ease;
}

#menuToggle span:first-child
{
  transform-origin: 0% 0%;
}

#menuToggle span:nth-last-child(2)
{
  transform-origin: 0% 100%;
}

/* 
 * Transform all the slices of hamburger
 * into a crossmark.
 */
#menuToggle input:checked ~ span
{
  opacity: 1;
  transform: rotate(45deg) translate(-2px, -1px);
  background: #232323;
}

/*
 * But let's hide the middle one.
 */
#menuToggle input:checked ~ span:nth-last-child(3)
{
  opacity: 0;
  transform: rotate(0deg) scale(0.2, 0.2);
}

/*
 * Ohyeah and the last one should go the other direction
 */
#menuToggle input:checked ~ span:nth-last-child(2)
{
  transform: rotate(-45deg) translate(0, -1px);
}

/*
 * Make this absolute positioned
 * at the top left of the screen
 */
#menu
{
  position: absolute;
  width: 300px;
  margin: -100px 0 0 -50px;
  padding: 50px;
  padding-top: 125px;
  
  background: #ffffff;
  list-style-type: none;
  -webkit-font-smoothing: antialiased;
  /* to stop flickering of text in safari */
  
  transform-origin: 0% 0%;
  transform: translate(-100%, 0);
  
  transition: transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0);
}

#menu li
{
  padding: 10px 0;
  font-size: 22px;
}

/*
 * And let's slide it in from the left
 */
#menuToggle input:checked ~ ul
{
  transform: none;
}

.menu-text{
	padding-left: 35px;
	margin-top: -5px;	
}

.desktop-item{
	display: block;
}

.mobile-item{
	display: none;
}

.l55{
	width: 55%;
	float: left;
}

.l45{
	width: 45%;
	float: left;
}

.expire{
	position: absolute;
	top: 30px;
	right: 0px;
}

.expire-3{
	position: absolute;
	top: 20px;
	right: 20px;
}

.bottom-link{
	background: linear-gradient(90deg, rgb(0, 105, 161) 0%, rgb(42, 56, 95) 100%);
	font-size: 1.2em;
	font-weight: 600;
}

.link-line{
	width: 450px;
	margin-top: 10px !important;
	background-image: linear-gradient(to right, rgba(255,0,0,0), #bc0633, rgba(255,0,0,0));
	height: 6px;
	margin: auto;
}

.p-all-20{
	padding: 20px;
}

.expire-2{
	position: absolute;
	top: 110px;
	right: 20px;
	width: calc(100% - 40px);
}

.text-expired{
	background-color: #aaa;
	color: white;
	position: absolute;
	width: calc(100% - 60px);
	margin-top: -5px;
	font-size: 1.05em;
	font-weight: 600;
	padding: 10px;
	text-align: center;
	text-transform: uppercase;
}

.p-20-mob2{
	padding-top:20px;
}

.left-form{
	padding-top: 14px;
}

.right-button{
	margin-top: -6px;
}

.left-form-text{
	margin-top: -22px;
}

.check-text{
	font-size: 12pt;
	font-weight: 600;
	text-align: center;
}

.check-box{
	float:left;
	width: 5%;
}

.check-box input[type="checkbox"]{
	scale: 1.5;
	margin-top:30px;
}

.check-label a{
	color: #fff;
}

.check-label{
	float: left;
	width: 90%;
}

.check-label label{
	font-size: 10.5pt;
}

.check-label strong{
	font-size: 12pt;
	font-weight: 700;
}

.check-label br{
	margin-bottom: 5px;
}




/*
@media only screen and (max-width: 1170px) {
	.r-45{
		line-height: 0.9;
	}
	
	.people-count{
		font-size: 55px;
	}
	
	.icon-people{
		width: 55px;
	}
	
	.people-count-desc{
		font-size: 24px;
	}
	
	.target-count{
		font-size: 14px;
	}
	
	.spacer{
		height: 40px;
	}
	
	.progressbar-bg{
		height: 25px;
	}
	
	.progressbar{
		height: 25px;
		top: -25px;
	}
}*/
@media only screen and (max-width: 1255px) {
	.icon-people{
		width: 51px;
		margin-top:-6px;
	}
	.people-count{
		font-size: 49px;
	}
	.people-count-desc{
		top: -8px;
	}
	.target-count{
		top: -16px;
	}
}

@media only screen and (max-width: 1170px) {
	h1{
		font-size: 35px;
		hyphens: auto;
		-moz-hyphens: auto;
		-ms-hyphens: auto;
		-webkit-hyphens: auto;
	}
	
	.r-45{
		line-height: 1.1;
	}
	.l55{
		width: 60%;
	}
	.r45{
		width: 40%;
		float:left;
	}
	
	.people-count{
		font-size: 40px;
	}
	
	.icon-people{
		width: 40px;
		height: 31.5px;
	}
	
	.people-count-desc{
		font-size: 19px;
	}
	
	.target-count{
		font-size: 13px;
	}
	
	.spacer{
		height: 40px;
	}
	
	.progressbar-bg{
		height: 22px;
	}
	
	.progressbar{
		height: 22px;
		top: -22px;
	}
}

@media only screen and (max-width: 900px) {
	.head{
		padding-left: 20px;
		padding-right: 20px;
	}
	
	label{
		padding-right:0;
	}
	
	.expire-2{
		top: 90px;
	}
	
	.text-expired{
		font-size: 0.9em;
	}
	
	.menu-text{
		display: none;
	}
	
	.left-55{
		width: 100%;
		max-width: 500px;
		margin:auto;
		float: none;
	}
	
	h1{
		font-size: 35px;
		hyphens: auto;
		-moz-hyphens: auto;
		-ms-hyphens: auto;
		-webkit-hyphens: auto;
	}
	
	.desktop-item{
		display: none;
	}
	
	.mobile-item{
		display: block;
	}
	
	.petition-img{
		width: 100%;
		padding: 0;
		max-width: 500px;
		margin:auto;
		float: none;
	}
	
	.right-45{
		width: 100%;
		clear: both;
		max-width: 500px;
		margin:auto;
		float: none;
	}
	
	.mobile-p-30{
		padding-top: 0 !important;
		padding-bottom: 0 !important;
	}
	
	.spacer{
		height: 10px;
	}
	
	.icon-people{
		width: 40px;
		height: 28px;
		margin-top: 3px;
	}
	
	.people-count{
		font-size: 40px;
		margin-top: -9px;
	}
	
	.mobile-sp-line{
		line-height: 0.8;
	}
	
	.people-count-desc{
		padding-left: 5px;
		font-size: 18px;
		font-weight: bold;
	}
	
	.target-count{
		padding-left: 5px;
		font-size: 14px;
		top: -10px;
		position: relative;
	}
	
	.progressbar-bg{
		height: 20px;
	}
	
	.progressbar{
		height: 20px;
		top: -20px;
	}
	
	.mobile-b-p-20{
		padding-bottom: 20px;
		max-height: 50px;
	}
	
	.social-media{
		text-align: center;
		max-height: 30px;
	}
	
	.sm-link{
		padding-right: 15px;
	}
	
	.form{
		border-bottom: 12px solid #e00137;
	}
	
	.form-bar{
		padding-left: 30px;
		padding-right: 30px;
		height: 600px;
	}
	
	.left-75{
		width: 100%;
		max-width: 500px;
		margin:auto;
		float: none;
	}
	
	.h-50{
		text-align: center;
	}
	
	.left-10{
		width: 100%;
		max-width: 500px;
		margin:auto;
		float: none;
	}
	.left-20{
		width: 100%;
		max-width: 500px;
		margin:auto;
		float: none;
	}
	.left-30{
		width: 100%;
		max-width: 500px;
		margin:auto;
		float: none;
	}
	.left-40{
		width: 100%;
		max-width: 500px;
		margin:auto;
		float: none;
	}
	
	
	.left-50{
		width: 100%;
		max-width: 500px;
		clear: both;
		float:none;
		margin: auto;
	}
	
	.right-50{
		width: 100%;
		max-width: 500px;
		clear: both;
		float: none;
		margin: auto;
	}
	
	.w-75{
		width: 90%;
	}
	
	.w-65{
		width: 90%;
	}
	
	input[type="checkbox"]{
		margin-left: -5px;
		width: 30px;
		scale: 1.5;
	}
	
	input{
		margin-bottom:15px;
	}
	
	.right-25{
		width: 100%;
		max-width: 500px;
		margin:auto;
		float: none;
	}
	
	.form-nav{
		padding-left: 0;
		padding-top: 30px;
	}
	
	button{
		font-size: 20px;
		width: 220px;
	}
	
	.p-t-15{
		padding-top: 20px;
	}
	
	.text-ssl{
		font-size: 16pt;
	}
	
	.m-t-10{
		padding-left: 10px;
		padding-right: 10px;
	}
	
	.p-20{
		padding-bottom: 0;
	}
	
	.footer-content{
		padding: 30px;
	}
	
	footer{
		font-size: 14px;
		height: 240px;
		padding-bottom: 40px;
	}
	
	footer a{
		padding: 0 !important;
		margin-bottom: 15px;
		display: block;
	}
	
	.p-20-mob{
		padding: 20px 20px 20px 0;
	}
	
	.p-20-mob2{
		padding: 20px 20px 20px 20px;
	}
	
	.top-petition{
		padding: 30px;
	}
	
	.no-pd{
		padding: 0 !important;
	}
	
	.expire{
		position: absolute;
		top: 0px;
		right: 0px;
		max-width: 100%;
	}
	
	.link-line{
		width: 250px;
	}
	
	.check-box{
		width:14%;
	}
	
	.check-label{
		width: 85%;
		padding-bottom: 15px;
	}
}

@media only screen and (max-width: 422px) {
	.logo-text{
		font-size: 12pt;
	}
}


@media only screen and (max-width: 400px) {
	
	.r45{
		clear:both;
		width: 100%;
	}
	
	.l55{
		width:85%;
	}
	
	.expire{
		max-width: 100%;
	}
	
	.donate-link{
		display: none;
	}
	.donate-link-mobile{
		display:block !important;
		color: white;
		background-color: #bc0633;
		border-radius: 3px;
		padding: 5px 10px;
		text-decoration: none;
		font-size: 0.9em;
	}
	
}
.donate-picture{
	max-width: 100%;
}
.wrapper-donate{
	max-width: 700px;
	margin: auto;
}
.paypal-widget{
	background-color: #35455f;
	color: #fff;
	padding: 5px;
}
.paypal-widget-wrapper{
	border: 1px solid #fff;
	padding: 30px 50px;
}
.paypal-desc{
	font-size: 0.85em;
	margin-top: 10px;
}
@media (max-width: 600px) {
	.paypal-widget-wrapper{
		padding: 30px 30px;
	}
	.paypal-title{
		font-size: 1.1em !important;
	}
	.paypal-desc{
		font-size: 0.85em !important;
	}
	.donate-hand{
		position: relative !important;
		margin-top: -15px;
	}
}

.paypal-widget-item-left{
	float: left;
	width: 5%;
}
.paypal-widget-item-right{
	/*float:left;*/
	/*width: 95%;*/
	text-align: center;
}
.paypal-title{
	font-size: 1.4em;
	font-weight: bold;
	margin: 0;
}
.donate{
	float: left;
	margin-top: 17px;
}
.donate-link{
	color: white;
	background-color: #bc0633;
	border-radius: 3px;
	padding: 5px 10px;
	text-decoration: none;
	font-size: 0.9em;
}
.donate-link:hover{
	color: white;
	background-color: #a1062c;
	border-radius: 3px;
	padding: 5px 10px;
	text-decoration: none;
	font-size: 0.9em;
}
.donate-link-mobile{
	display:none;
}
.donate-link-mobile:hover{
	color: white;
	background-color: #a1062c;
	border-radius: 3px;
	padding: 5px 10px;
	text-decoration: none;
	font-size: 0.9em;
}
.paypal-input{
	float: left;
	border-radius: 0;
	width: 50px;
	margin-right:10px;
	padding-left: 25px;
	color: #757575;
}
.paypal-button{
	border-radius: 0;
	color: #0074c5;
	background-color: #fff;
	font-size: 18px;
	padding: 8px 15px;
	cursor: pointer;
	max-width: 400px;
	text-decoration: none;
	margin: 0 auto;
	display: block;
}
.paypal-logo{
	height: 15px;
	
}
.paypal-button-text{
	margin-left: 7px;
	font-weight: 600;
}
.paypal-euro-symbol{
	position: absolute;
	color: #757575;
	top: 10px;
	left: 8px;
	font-size: 18px;
}
.social-media-header{
	margin-top:30px;
	text-align: center;
}
.social-media-title{
	font-size: 1.6em;
	font-weight: bold;
	color: #35455f;
	font-style: italic;
	text-align: center;
}
.social-media{
	text-align: center;
}
.divider-red{
	width: 450px;
	height: 2px;
	background-image: linear-gradient(to right, rgba(255,0,0,0), rgba(188,6,51, 1), rgba(255,0,0,0));
	margin-top: 5px;
	margin-bottom: 25px;
	margin-left: auto;
	margin-right: auto;
	max-width: 100%;
}
.donate-hand{
	width: 50px;
	position: absolute;
	left: 0;
}
.expired-pic{
	filter: grayscale(100%);
}
/*
Blauer Verlauf:
Links: #0069a1
Rechts: #2a385f

Rote Linie: #e00137
Rot: #bc0633

Grau: #c6c6c6
Dunkelgrau (abgelaufen): #616161

Blauer Rahmen: #5fa1bb
Blauer Rahmen NÖ: #8fbfce

Schrift NÖ: #939396 

ICONS: #555c8c 

	*/