fieldset {
	padding: 0 !important;
	border: none !important;
	margin-bottom: 0 !important;
}

form .forms-row {
	margin-bottom: 0 !important;
}

form .units-row .unit-100, 
form .units-row .unit-90, 
form .units-row .unit-80, 
form .units-row .unit-75, 
form .units-row .unit-70, 
form .units-row .unit-66, 
form .units-row .unit-65, 
form .units-row .unit-60, 
form .units-row .unit-50, 
form .units-row .unit-40, 
form .units-row .unit-35, 
form .units-row .unit-33, 
form .units-row .unit-30, 
form .units-row .unit-25, 
form .units-row .unit-20, 
form .units-row .unit-10,
form label,
fieldset label  {
	margin-bottom: 1em !important;
	display: block;
}

.message {
    background: #f7f8f8 none repeat scroll 0 0;
    color: #0f0f0f;
    margin-bottom: 1.65em;
    padding: 12px 15px;
}

.message-error {
    background: #f8d5d8 none repeat scroll 0 0;
}

.message-warning {
    background: #fff4cc none repeat scroll 0 0
}

.message-success {
    background: #d5ecd9 none repeat scroll 0 0
}

/* Dropdown in Forms */
select {
   border: 1px solid #111;
   background: #fff;
   padding: 5px 35px 5px 5px;
   font-size: 16px;
   border: 1px solid #ccc;
   height: 36px;
   -webkit-appearance: none;
   -moz-appearance: none;
   appearance: none;
    background: url(bg/arrow-down.png) #fff;
    background-repeat: no-repeat;
    background-position: right center;
} 


/* ------------------------------ MEDIA QUERIES  */

/*target Internet Explorer 9 and Internet Explorer 10:*/
@media screen and (min-width:0\0) { 
    select {
        background:none;
        padding: 5px;
    }
}

@media only screen and (max-width: 767px) {
  .units-mobile-50 .unit-50 {
    float: left;
    margin-left: 3%;
    width: 48.5%;
  }
  
  .units-mobile-50 .unit-33 {
	width: 31.333333333333332%;
 	float: left;
  	margin-left: 3%;
  	margin-bottom: 0;
  }
  
  .units-mobile-50 .unit-50:first-child, .units-mobile-50 .unit-33:first-child {
    margin-left: 0;
  }
  
}

@media only screen and (max-width: 550px) {
	.units-mobile-50 .unit-33 {
    	width: 48.5%;
    	float: left;
    	margin-left: 3%;
	}
	
	.units-mobile-50 .unit-33:last-child {
    	display: none;
	}
}

@media only screen and (max-width: 360px) {
	.units-mobile-50 .unit-33 {
    	width: 100%;
    	float: none;
    	margin-left: 0;
    	margin-bottom: 2em;
	}
	
	.units-mobile-50 .unit-33:last-child {
    	display: block;
    	margin-bottom: 0;
	}
}

/* ------------------------------ BENUTZERKONTO  */

a.address-change {
	color: #2575ED;
}

a.address-change:hover {
	cursor: pointer;
	color: #fff;
	background-color: #2575ED;
}

a.tabActive {
	color: #9F9F9F;
}

a.tabActive:hover {
	color: #9F9F9F;
	text-decoration: none;
	cursor: default;
}

/* ------------------------------ UMFRAGE  */

.grey-box {
	/* background-color: #eaeaea; */
    border: 3px solid #eaeaea;
    border-radius: 5px;
}

.survey-q-container {
	padding: 10px 20px;
	color: #000;
	font-weight: normal;
	font-size: 130%;
	width: 100%;
	/* background-color:  #C61648; */
	/* border-top: 2px solid #eaeaea;
	border-left: 2px solid #eaeaea;
	border-right: 2px solid #eaeaea; */
	border-bottom: 3px solid #eaeaea;
}

.survey-badge {
	width: 27px;
	border-radius: 15px;
	background-color: #2575ed; /* #7c0e2e */
	color: #fff; /* #2575ed */
	padding: 1px 9px 2px 9px;
	margin-right: 10px;
	font-weight: bold;
}

.survey-a-container {
	padding: 10px 40px;
	font-weight: normal;
	font-size: 100%;
	width: 90%;
	margin: 0 auto;
}

.forms label {
	display: inline;
}

.survey-r-perc {
	float: left;
	width: 55px;
	height: 35px;
	background-color: #1b56ae;
	color: #fff;
	position: relative;
	border-radius: 5px 0 0 5px;
	padding: 5px 10px;
}

.survey-r-cont {
	float: left;
	background-color: #ddd;
	border-radius: 0 5px 5px 0;
	width: calc(100% - 55px);
	position: relative;
	z-index: 1;
	height: 35px;
}

.survey-r-q-perc{
	background-color: #2575ED;
	height: 100%;
	position: absolute;
	z-index: 2; 
}

.survey-myvote {
	background-color: #1db127 !important;
}

.survey-r-a {
	z-index: 99;
	position: absolute;
	color: #fff;
	padding: 5px 10px;
}

/* ------------------------------ BUCHDIENST WERBEEINBLENDUNGEN  */

@media only screen and (max-width: 360px) {
	.item {
		margin-bottom: 2em;
	}
}

.item-title {
	text-align: center;
	margin: 0.5em 0;
	line-height: 1.2em;
	font-size: 0.9em;
}

.item-title span {
	font-weight: bold;
}

.advert .btn {
	font-size: 0.9em;
}

.btn-white-outlined {
	background: none;
	color: #fff;
	font-weight: bold;
	font-size: 25px;
	padding: 0.9em 3.5em;
	cursor: pointer;
	border: 1px solid #fff;
}

.btn-white-outlined:hover {
	-webkit-box-shadow:inset 0px 0px 0px 2px #fff;
    -moz-box-shadow:inset 0px 0px 0px 2px #fff;
    box-shadow:inset 0px 0px 0px 2px #fff;
}

.btn-red-underlined {
	background: none;
	color: #000;
	font-weight: bold;
	font-size: 28px;
	padding: 0.3em 3.5em;
	cursor: pointer;
	border: none;
	border-bottom: 2px solid #c61648;
}

.btn-red-underlined:hover {
	border-bottom: 3px solid #c61648;
}

a.popup {
	font-size: 120%;
	color: #aaa;
	text-decoration: none;
}

a.popup:hover {
	font-size: 120%;
	color: #aaa;
	text-decoration: underline;
}

.small{
	font-size: 70% !important;
}

.donate-content {
	color:#fff;
	font-size: 130%;
	padding: 0 25px;
}



@media(max-width: 500px){
	.donate-content {
		font-size: 100%;
		color:#fff;
		padding: 0 25px;
	}

}

@media(max-width: 755px){
	.p2-laptop{
		visibility: hidden;
		display: none;
	}
}

.action-red{
	color: #de2c3b;
}

.action-green{
	color: #2c9f42;
}

.action-yellow{
	color: #ffc800;
}