/* Style für Anmeldeformular auf /news-form.php */


div#sib_embed_signup {
	margin: 2em 0 3em;
}
/* Meldungs-Boxen über und unter dem Formular, Fehler-Tooltips */
div#sib_embed_signup .needsfilled input {
	border-color: #B94A48 !important;
 	color: #B94A48 !important;
}
div#sib_embed_signup .needsfilled {
	color: #B94A48 !important;
}
div#sib_embed_signup div.message_area button.close {
	position: absolute;
	right: 8px;
	top: 8px;
	color: inherit;
	background: 0 0;
	border: 0;
	padding: 0px;
	-webkit-appearance: none;
	cursor: pointer;
	font-weight: bold;
	font-size: 14px;
}
div#sib_embed_signup div.message_area {
	position: relative;
	padding: 10px 20px;
	box-sizing: border-box;
}
.tipicon{
	cursor: pointer;
	padding: 3px 7px;
	font-size: 12px;
	font-weight: bold;
	line-height: 1.2;
	color: #fff;
	text-align: center;
	vertical-align: baseline;
	background-color: #999;
	border-radius: 10px;
	text-decoration: none;
}
.tooltip{
	display: inline;
	position: absolute;
	left: 97%;
}
 .tooltip:hover:after{
	background: #333;
	background: rgba(0,0,0,.8);
	border-radius: 5px;
	color: #fff;
	content: attr(data-title);
	right: -2px;
	bottom: 26px;
	padding: 5px 15px;
	position: absolute;
	z-index: 98;
	width: 220px;
}
 .tooltip_small:hover:after{
	padding: 5px 5px;
	width: 150px;
}
 .tooltip:hover:before{
	border: solid;
	border-color: #333 transparent;
	border-width: 6px 6px 0 6px;
	bottom: 20px;
	content: "";
	left: 1px;
	position: absolute;
	z-index: 99;
}

/* Anmelde-Button */
.byline {
	font-weight:bold;
	display: block;
	text-align: left;
}
.button div {
	color: rgb(255, 255, 255)!important;
}
.button {
	background: #e4c548 none repeat scroll 0% 0%;
	display: inline-block;
	white-space: nowrap;
	min-height: 2em;
	margin: 0px 5px 0px 0px;
	padding: 0px 22px;
	text-decoration: none;
	text-transform: uppercase;
	text-align: center;
	font-weight: bold;
	font-style: normal;
	cursor: pointer;
	border: 0px none;
	vertical-align: top;
	height: auto;
	line-height: 150%;
}
/* div#sib_embed_signup .sib-container .button{
	color: #ffffff;
}
div#sib_embed_signup .sib-container .button{
	background: #106fb8;
} */

/* Größe und Aussehen Formularfelder */
div#sib_embed_signup input[type="text"] {
	border: 1px solid #CCCCCC;
}
div#sib_embed_signup input[type=number]::-webkit-inner-spin-button, div#sib_embed_signup input[type=number]::-webkit-outer-spin-button {
	-webkit-appearance: none;
	-moz-appearance: none;
	margin:0;
 }
div#sib_embed_signup input[type=number] {
	-moz-appearance: textfield;
}
.icon-arrow{
	display: inline-block;
	width:0px;
	height: 0px;
	margin-left:2px;
	margin-top:5px;
	border-top:4px dashed;
	border-right:4px solid transparent;
	border-left:4px solid transparent;
	vertical-align: text-top;
}
div#sib_embed_signup .forms-builder-wrapper{
  max-width: 80%;
}
div#sib_embed_signup .header{
 padding: 0 20px;
}
div#sib_embed_signup div.description{
 padding: 0 20px 15px;
}
div#sib_embed_signup div.row{
 padding:10px 0 10px;
}
div#sib_embed_signup input[type=text]{
  padding: 5px 2%;
  width:100% !important;
  box-sizing: border-box;
  margin-top: 5px;
}
div#sib_embed_signup input[type=number]{
	padding: 10px 4px;
	width:100% !important;
	box-sizing: border-box;
}

/* Anmelde-Button Newsletter */

body.display_ws .button div {
	color: #000!important;
}
body.display_ws .button {
	background: #fff none repeat scroll 0% 0%;
}
body.display_sw .button {
	background: #000 none repeat scroll 0% 0%;