/* Customlayout CascadingStyleSheets for Layout: Nationalfond_25_V1_0*/

.formheader_logo > img {
    max-width: 450px;
    width: auto;
}

.characterCount {
    clear: both;
    text-align: right;
}

.field input[type=text]:not(:disabled), .field input[type=password]:not(:disabled), .field input[type=date]:not(:disabled), .field input[type=tel]:not(:disabled), .field input[type=number]:not(:disabled), .field input[type=email]:not(:disabled), .field output:not(:disabled), .field textarea:not(:disabled) {
    outline-color: #333333;
}

option:disabled {
 display:none;
}

/*Sprache Button*/
/*.translation_selector_area {
	float:left;
	padding-left: 10%;
}*/
.translation_selector_area .translation_selector {
	font-size: 100%;
}
.translation_selector_area:hover .translation_selector,
.translation_selector_area .translation_selector {
	color: #ffffff;
	background-color:#c22e0c;
	border-radius: 0.33em;
}
.translation_selector_area:hover .translation_selector,
.translation_selector_area .translation_selector:hover {
	text-decoration: underline;
}
.translation_selector_area .showTranslations ul li:not(.current):hover {
    background-color:#ffffff;
    text-decoration: underline;
}
/*@media (max-width: 1400px) {
  .translation_selector_area {
    	float:left;
    }
}*/