
.dividerMADE {
	background-position: top;
}

.dividerMADE .big-divider-content {
	background: rgba(100, 100, 100, 0.7);
	/*background: rgba(0, 142, 193, 0.5);*/
}

/**********************************/
/* FRG-Logo
/**********************************/

/* Mobilansicht mit "_orig" FRG-Logo */
/*
@media screen and (max-width: 991px) {
  .frg-logo img {
	  background-size: contain;
	  background-image: url('/typo3conf/ext/fdgi_template/Resources/Public/I/frg-logo-header_orig.png');
	  padding-left: 200px;
  }
}
*/




/**********************************/
/**********************************/
/* AB HIER: Dauerhafte Änderungen */
/**********************************/
/**********************************/

/* Schriftgröße im Teaser-Bild auf Handys */
@media screen and (max-width: 991px) {
  .flexslider .slides h1 {
		font-size: 25px;
	}
}

/**********************************/
/* Powermail-Formulare            */
/**********************************/

form.powermail_form button.btn-primary {
	background-color: #777 !important;
	border-color: #333 !important;
}

fieldset.powermail_fieldset legend {
	margin-top: 25px;
	margin-bottom: 0px;
}

fieldset.powermail_fieldset label {
	margin-top: 10px;
}

fieldset.powermail_fieldset .powermail_field input.powermail_input {
	width: 100%;
}

fieldset.powermail_fieldset .powermail_tab_navigation {
	margin-top: 25px;
}

fieldset.powermail_fieldset div.radio, fieldset.powermail_fieldset div.radio label,
fieldset.powermail_fieldset div.checkbox, fieldset.powermail_fieldset div.checkbox label
{
	margin-top: 0px;
}

fieldset.powermail_fieldset textarea.powermail_textarea {
	width: 100%;
	margin-top: 0px;
}

fieldset.powermail_fieldset ul.parsley-errors-list>li{
	color: red;
}

fieldset.powermail_fieldset .btn {
	background-color: #777;
	border-color: #333;
}

fieldset.powermail_fieldset .btn-primary {
	background-color: #333;
	border-color: #333;
}