/* FlexiContact, Re-Designed by website-bauen.de  */
.fc_page {}
.fc_form {height: auto;max-width: 640px;margin: 8px auto;padding: 2px 2px 8px 2px;color: #444;font-size: 13px}
.fc_form fieldset {font-family: Arial, sans-serif !important;font-size: 13px}
.fc_form fieldset {border: 1px solid #17f;border-radius: 8px;background:#ddd}
.fc_form legend {display: none;/*font-size: 18px;margin: -8px 8px 4px 12px;padding: 0px 8px 4px 8px;color: #e81*/}
.fc_form .fc_left   {display: inline-block;vertical-align: top;text-align: right}
.fc_form .fc_right {display: inline-block;vertical-align: top;text-align: left}
.fc_form .fc_left   {width: 65px;padding: 10px 0 0 0}
.fc_form .fc_right {width: 80%;min-width:280px;padding: 8px 0 0 0}
.fc_form .fc_full {display: block;padding: 6px 0 3px 70px}
.fc_form input[type="text"], .fc_form textarea {background: #f6f6f6;border: 1px solid #aaa;cursor: text;color:#333}
.fc_form input:hover, .fc_form textarea:hover {background: #fff;border: 1px solid #000} 
.fc_form input[type="text"] {width: 200px;padding: 2px 2px;/*font-size: 14px*/}
.fc_form textarea {height: 86px;width: 100%;min-width:240px;max-width: 460px;padding: 3px;}
.fc_form textarea {resize: none;overflow-y: auto;/*font-size: 14px*/}
.fc_form input[type="checkbox"] {vertical-align: middle;margin-left: 6px;font-size: 16px}
.fc_form input.secq {width: 20px;height: 19px;margin-top: 1px;font-size: 13px;padding: 0 1px 0 2px}
.fc_error {display:block; font-size: 12px;color: red;margin-left: 22%}
.fc_inactive  {border-radius: 5px;border: 2px solid transparent}
.fc_active     {border-radius: 5px;border: 2px solid red}
.fc_form input[type="submit"]   {width:auto !important; height:auto !important}
input.fc_button {background:#17f; border:1px solid #fff; border-radius:5px;
	margin:2px 2px 2px 0;padding:3px 6px;text-align:center;
	font-size:13px; font-weight:bold;color:#fff;cursor:pointer;}	
input.fc_button:hover {background: #fff !important;border:1px solid #07f;color: #07f;text-decoration: none;}
input.fc_button:disabled {opacity:0.6;cursor: not-allowed;}

.cookiebuttons .btn {background: #17f;border: 1px solid #fff;border-radius: 5px}	
.cookiebuttons .btn {font-size: 13px;line-height: 13px;color: #fff;cursor: pointer}
.cookiebuttons .btn:hover {background: #fff;border: 1px solid #17f;color: #17f;text-decoration: none}

@media screen and (max-width: 520px) {
.fc_form .fc_left{text-align: left;padding: 12px 0 0 0}
.fc_form .fc_right, .fc_form .fc_full {padding: 0 4px 0 0 !important}
.fc_form textarea {margin-bottom: 6px}
.fc_error {margin-left: 0}
}