#mc_embed_signup{
	background: transparent !important;
	width: 100% !important;
}

#mc_embed_signup form{
	margin: 0 !important;
}

#mc_embed_signup .mc-field-group{
	padding-bottom: 28px !important;
}

#mc_embed_signup .mc-field-group label,
#mc_embed_signup .indicates-required{
	color: #FFF !important;
}

#mc_embed_signup .indicates-required{
	margin-top: -20px;
	margin-bottom: 20px;
	float: right;
}

#mc_embed_signup .helper_text{
	background-color: transparent;
}

#mc_embed_signup .mc-field-group input{
    color: #FFF !important;
    text-indent: 0 !important;
}

#mc_embed_signup .mc-field-group input{
    background-color: rgba(255,255,255,0.16)!important;
    border: none;
    border-radius: 0;
    height: 72px;
    padding: 24px 32px;
    font-size: 16px;
    font-weight: 500;
    width: 100% !important;
}

#mc_embed_signup .mc-field-group input::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #AAA;
  opacity: 1; /* Firefox */
}

#mc_embed_signup .asterisk{
	color: #FFF;
}

.av-checkbox.gdpr{
	display: none !important;
}

#mc_embed_signup input[type=checkbox]+span{
	position: relative;
	padding-left: 50px;
	display: block;
	color: #AAA !important;
	font-size: 16px;
}

#mc_embed_signup input[type=checkbox]+span a{
	color: #AAA;
	text-decoration: underline;
}

#mc_embed_signup input[type=checkbox]+span:before{
	position: absolute;
	left: 0px;
}
#mc-embedded-subscribe{
	background-color: #FFF !important;
	border-radius: 0 !important;
	color: #000 !important;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-size: 12px;
	font-weight: 700!important;
	border: 0;
	padding: 14px 51px 14px 24px !important;
	height: auto !important;
	text-align: center !important;
	background-image: url(/_assets/img/24_Pfeil-rechts_B.svg);
	background-position: 93% center;
	background-size: 24px auto;
	background-repeat: no-repeat;
}

#mc_embed_signup input[type=checkbox]+label{
  cursor:pointer;
}
#mc_embed_signup input[type=checkbox]+label:before, 
#mc_embed_signup input[type=checkbox]+span:before {
  content:' ';
    opacity: 0.4;
    border: solid 2px #fff;
}
#mc_embed_signup input[type=checkbox]+label:before, 
#mc_embed_signup input[type=checkbox]+span:before, 
#mc_embed_signup input[type=radio]+label:before {
    visibility: visible;
    display: block;
    width: 24px;
    height: 24px;
}
#mc_embed_signup input[type=checkbox]:checked+label:before, 
#mc_embed_signup input[type=checkbox]:checked+span:before {
    content: url(/_assets/img/24_Check_B.svg);
    opacity: 1;
    background: #fff;
}

/* The container must be positioned relative: */
.custom-select {
  position: relative;
  font-family: Arial;
}

.custom-select select {
  display: none; /*hide original SELECT element: */
}

.select-selected {
    background-color: rgba(255,255,255,0.16)!important;
    border: none;
    border-radius: 0;
    height: 72px;
    padding: 24px 32px;
    font-size: 16px;
    font-weight: 500;
    width: 100% !important;
    cursor: pointer;
    color: #AAA;
}

.has-selection + .select-selected{
	color: #FFF;
}

/* Style the arrow inside the select element: */
.select-selected:after {
  position: absolute;
  content: "";
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border: 6px solid transparent;
  border-color: #fff transparent transparent transparent;
}

/* Point the arrow upwards when the select box is open (active): */
.select-selected.select-arrow-active:after {
  border-color: transparent transparent #fff transparent;
}

/* style the items (options), including the selected item: */
.select-items div{
  color: #ffffff;
  padding: 8px 16px;
  border: 1px solid transparent;
  border-color: transparent transparent rgba(0, 0, 0, 0.1) transparent;
  cursor: pointer;
}

/* Style items (options): */
.select-items {
  position: absolute;
  background-color: #555;
  top: 100%;
  left: 0;
  right: 0;
  z-index: 9999;
  height: auto;
  max-height: 220px;
  overflow-y: auto;
  -webkit-user-select: none; /* Safari */
  -ms-user-select: none; /* IE 10 and IE 11 */
  user-select: none; /* Standard syntax */
}

/* Hide the items when the select box is closed: */
.select-hide {
  display: none;
}

.select-items div:hover, .same-as-selected {
  background-color: #888;
  color: #000;
}