/* cmsms stylesheet: Accessibility and cross-browser tools modified: Dienstag, 29. August 2023 19:11:37 */
/* accessibility */
/* menu links accesskeys */
span.accesskey {
	text-decoration: none;
}
/* accessibility divs are hidden by default, text, screenreaders and such will show these */
.accessibility, hr {
/* position set so the rest can be set out side of visual browser viewport */
	position: absolute;
/* takes it out top side */
	top: -999em;
/* takes it out left side */
	left: -999em;
}
/* definition tags are also hidden, these are also used for accessibility menu links */
dfn {
	position: absolute;
	left: -1000px;
	top: -1000px;
	width: 0;
	height: 0;
	overflow: hidden;
	display: inline;
}
/* end accessibility */
/* wiki style external links */
/* external links will have "(external link)" text added, lets hide it */
a.external span {
	position: absolute;
	left: -5000px;
	width: 4000px;
}
a.external {
/* make some room for the image, css shorthand rules, read: first top padding 0 then right padding 12px then bottom then right */
	padding: 0 12px 0 0;
}
/* colors for external links */
a.external:link {
	color: #18507C;
/* background image for the link to show wiki style arrow */
	background: url(http://linkworks.de/uploads/NCleanBlue/external.gif) no-repeat 100% -100px;
}
a.external:visited {
	color: #18507C;
/* a different color can be used for visited external links */
/* Set the last 0 to -100px to use that part of the external.gif image for different color for active links external.gif is actually 300px tall, we can use different positions of the image to simulate rollover image changes.*/
	background: url(http://linkworks.de/uploads/NCleanBlue/external.gif) no-repeat 100% -100px;
}
a.external:hover {
	color: #18507C;
/* Set the last 0 to -200px to use that part of the external.gif image for different color on hover */
	background: url(http://linkworks.de/uploads/NCleanBlue/external.gif) no-repeat 100% 0;
	background-color: inherit;
}
/* end wiki style external links */
/* clearing */
/* clearfix is a hack for divs that hold floated elements. it will force the holding div to span all the way down to last floated item. We strongly recommend against using this as it is a hack and might not render correctly but it is included here for convenience. Do not edit if you dont know what you are doing*/
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clear {
	height: 0;
	clear: both;
	width: 90%;
	visibility: hidden;
}
#main .clear {
	height: 0;
	clear: right;
	width: 90%;
	visibility: hidden;
}
* html>body .clearfix {
	display: inline-block;
	width: 100%;
}
* html .clear {
/* Hides from IE-mac \*/
	height: 1%;
	clear: right;
	width: 90%;
/* End hide from IE-mac */
}
/* end clearing */
/* cmsms stylesheet: formbuddyBBK modified: Dienstag, 29. August 2023 19:43:07 */
/* =====================
NeuroRAd
===================*/
/* body dazu ween Arial*/
  body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	color: #000;
	line-height: 1.3em;
	margin: 0px 0px 5px 0px;
	padding: 0px;
	text-align: left;
	background-color: #FFFFFF;

}

a:link, a:visited {
	color: #003399 ;
	text-decoration: none;
}

a:hover {
	color:  #003399 ;
	text-decoration: underline;
}

h1 {
	font-size: 2em;
	line-height: 1.2em;
	color: #6E93C3  ;
	font-weight: normal;
	margin: 0px 0px 10px -5px;
	padding: 5px;
	border-bottom: 1px dashed #003399;
}

h2 {
	font-size: 1.4em;
	line-height: 1.2em;
	color: #333;
	font-weight: normal;
	margin: 20px 0px 10px -1px;	
}

h3 {
	font-size: 1em;
	line-height: 1.2em;
	color: #333;
	font-weight: bold;
	margin: 20px 0px 10px -1px;	
}
h4 {
	font-size: 0.9em;
	line-height: 1.2em;
	color:#3F3F3F;
	font-weight: bold;
	margin: 10px 0px 10px -1px;	
}

.bu {
	font-size: 0.8em;
	line-height: 1.2em;
}



/* ================================
Desktop
================================ */

/* the wraping container */
.container {
    width: 92%;
    min-width: 980px;
    max-width: 1260px;
border-left: 2px solid #7EA2D2;
border-right: 1px dashed #003399;
padding: 0px 20px 0px 20px;
}
/* align the site */
.leftaligned {
    margin: 0 auto 0  0
}
.rightaligned {
    margin: 0 0 0 auto
}
.centered {
    margin: 0 auto
}

/* =====================================
Tablet (Portrait) 
===================================== */
@media only screen and (min-width: 768px) and (max-width: 1024px) and (orientation : portrait) {
    .container {
        width: 92%;
        min-width: 768px;
        max-width: 1024px;
border-left: 2px solid #7EA2D2;
border-right: 1px dashed #003399;
padding: 0px 20px 0px 20px;

    } 
}

/* =====================================
Smartphones (Portait) 
===================================== */
@media only screen and (max-width: 320px) {
    .container {
        width: 92%;
        min-width: 300px;
        max-width: 320px;

    } 
}

/* =====================================
Smartphones (Landscape) 
===================================== */
@media only screen and (min-width: 321px) and (max-width: 767px) {
    .container {
        width: 92%;
        min-width: 321px;
        max-width: 767px;
border-left: 2px solid #7EA2D2;
border-right: 1px dashed #003399;
padding: 0px 20px 0px 20px;

    } 
}



/* Forms 
------------------------------------------------- */
.formbuddy	{
	padding:10px 2px;
background-color: #efefef;
}
.formbuddy div {
	margin: 0 0 20px 0;

}
.formbuddy legend	{
	padding: 4px 0;
}
.formbuddy label {
	font-weight: 600;
}
.formbuddy .submit input	{
	

display: inline-block;
    padding: 6px 15px;
    margin-bottom: 0;
    font-size: 16px;
    font-weight: bold;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 4px solid #100e8900;
        border-top-color: rgba(16, 14, 137, 0);
        border-right-color: rgba(16, 14, 137, 0);
        border-bottom-color: rgba(16, 14, 137, 0);
        border-left-color: rgba(16, 14, 137, 0);
    border-radius: 4px;
    color: #333;
    background-color: #e1f9fb;
    border-color: #003399;
}
.formbuddy .submit input:focus,
.formbuddy .submit input:active:focus,
.formbuddy .submit input.active:focus {
  	outline: thin dotted;
  	outline: 5px auto -webkit-focus-ring-color;
  	outline-offset: -2px;
}
.formbuddy .submit input:hover,
.formbuddy .submit input:focus {
  	text-decoration: none;
  	color: #333;
	background-color: #c5f7fb;
	border-color: #0c50d8;
}
.formbuddy .submit input:active,
.formbuddy .submit input.active {
  background-image: none;
  outline: 0;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
          box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
}
.formbuddy input[type="text"], .formbuddy input[type="email"], .formbuddy input[type="password"], .formbuddy textarea {
	display: block;
  	width: 90%; /* war 100%*/
  	height: 34px;
  	padding: 6px 12px;
  	font-size: 14px;
  	line-height: 1.42857143;
  	color: #555;
  	background-color: #fff;
  	background-image: none;
  	border: 1px solid #ccc;
  	border-radius: 4px;
  	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
  	-webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.formbuddy input:focus, .formbuddy textarea:focus, .formbuddy select:focus, .formbuddy checkbox:focus {
	border-color: #66afe9;
  	outline: 0;
  	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
}
.formbuddy input::-moz-placeholder,
.formbuddy textarea::-moz-placeholder {
  color: #999;
  opacity: 1;
}
.formbuddy input:-ms-input-placeholder,
.formbuddy textarea:-ms-input-placeholder {
  color: #999;
}
.formbuddy input::-webkit-input-placeholder,
.formbuddy textarea::-webkit-input-placeholder {
  color: #999;
}
.formbuddy textarea {
	overflow:auto;
	min-height: 200px;
}
.error_message	{
	color:red;
}
/* cmsms stylesheet: FormBuilder Default Style modified: Freitag, 18. August 2023 18:44:08 */
/* Sample FormBuilder CSS base */
form {
	margin-top: 0
}
form, td, th, li {
	font-size: 100%
}
form div {
	margin-bottom: 0
}
fieldset div {
	margin-bottom: 0.5em;
	margin-left: 1em;
}
fieldset div div {
	margin-top: 0.5em;
	margin-left: 1em
}
fieldset {
	margin-bottom: 1em;
	border: 1px solid #F60;
	padding: 0.5em
}
fieldset label {
	width: auto;
}
legend {
	color: #FFF;
	background: #F60;
	font-style: italic;
	font-size: 1.2em;
	margin-bottom: 0.5em;
	padding: 0.2em;
	width: auto;
	border: 1px solid #CCC
}
textarea {
	margin: 0.5em 0;
	width: 98%;
	height: 6em
}
/* Apply this class to text/select input fields with shorter labelsto help alignment */
.short-label label {
	float: left;
	width: 10em
}
.short-label fieldset div input, .short-label fieldset div select {
	width: 16em
}
/* Pretty up your Captcha image output */
.captcha {
	margin: 0.5em 0;
	width: 200px;
	text-align: center
}
.captcha img {
	border: 1px solid #F60;
	margin-bottom: 0.5em
}
.captcha input {
	width: 196px;
	margin-top: 0.5em
}
/* Just a bit more room for the Submit button */
.submit {
	margin-top: 0.5em
}
.contactform input {
	border: 1px solid #f60;
}
.contactform input.checkbox {
	border: none;
}
.contactform label {
	display: block;
	float: left;
	width: 150px;
}
.contactform label.label {
	display: inline;
	float: none;
	width: 50px;
	font-size: 10px;
}
.contactform textarea {
	background-color: #ffc;
	border: 1px solid #f60;
}
.formbuilderform .message {
	line-height: 16px;
	padding: 0 0 8px 0;
}
