@charset "utf-8";
input[type="text"]::before,input[type="password"]::before,input[type="file"]::before, textarea::before, select::before, input[type="text"]::after,input[type="password"]::after, textarea::after, select::after
{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
#fullAdinControls > div{
	padding:5px 5px 5px 5px;
}
input.error {
    /*background-color: #FF5757!important;*/
    background-color: #F67E7E!important;
    border: 1 solid #aabbcc!important;
}
select.error {
    /*background-color: #FF5757!important;*/
    background-color: #F67E7E!important;
    border: 1 solid #aabbcc!important;
}
/*neu*/
input[type="text"],input[type="password"],input[type="file"], textarea, select {
	/*border-radius: 3px;*/
	border-style: solid;
    border-radius: 8px;
    border-width: 2px;
    /*border-color: rgb(126, 126, 126);*/
	/*border-color: rgb(92, 190, 211);*/
	border-color: rgb(85, 166, 200);
	background-color: #FFFFFF;
    color: rgb(69, 69, 69);
    font-size: 14px;
    padding-top: 5px;
    padding-right: 5px;
    padding-bottom: 5px;
    padding-left: 5px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 20px;
    margin-left: 0px;
	line-height: 1em;
}
input[type="text"].no-top-and-bottom-margins,input[type="password"].no-top-and-bottom-margins,input[type="file"].no-top-and-bottom-margins, textarea.no-top-and-bottom-margins, select.no-top-and-bottom-margins {
    padding-top: 0px!important;
    padding-bottom: 0px!important;
    margin-bottom: 0px!important;
}

input:focus, select:focus, textarea:focus {
    outline: none;
}
input.middle:focus {
    outline-width: 0;
}

a.button {
	display:inline-block;
	width:20%;
	padding:15px 15px 15px 15px;
	text-transform:none;
}
span.error{
	color: #FF5757;
}
span.warning{
	color: #c25d0c;
}
span.hint{
	color: #6A0000;
}
#default-hints-content {
	display: none;
}
a.homePageDownloadLink{
	color: #FFF;
}
a.homePageDownloadLink:hover{
	color: #D5B165;
}
span.info_small, div.info_small{
	/*color:#595a5c;
	color: #6A0000;*/
	color: #333;
	font-size:0.7em;
	margin-right:10px;
}
span.info{
	font-size:0.9em;
}
span.info_bl{
	font-size: 0.9em;
	color: #1f6a95 !important;
}
span.black{
	color: black;
}
.strong_only{
	font-weight: bold;
}
.emphasize_in_alert {
	color: black!important;
	font-weight: bold!important;	
}
.circle-padding-15 {
padding: 15px 15px 15px 15px;
margin: 1% 0 1% 0;
min-width: 150px;
}

.circle-padding-15-center {
padding: 15px 15px 15px 15px;
margin: 1% auto;
min-width: 150px;
}
.margin-top-small {
margin-top: 15px!important;
}
.padding-top-botton-medium {
padding: 15px 0px 15px 0px;
}
.no-margin {
  /*unten/links/oben/rechts*/
  padding: 5px 5px 5px 5px!important; 
  margin-bottom: 0px;
  margin-top: 0px;
}
.half-margin {
  /*unten/links/oben/rechts*/
  padding: 5px 5px 5px 5px;
  margin-bottom: 30px;
}
.under-headline{
	font-weight:bold;
}
.top-half-margin{
	margin-top:30px;
}
.stdImgBtn{
	width:19px;
	height:19px;
	padding:2 2 2 2;
}
.edittext-small {
	width: 10%;
	min-width: 3px;
	/*min-width: 15px;*/
}
.edittext-regular {
	width: 40%;
	min-width: 20px;
	/*min-width: 15px;*/
}
.edittext-long {
	width: 95%;
	min-width: 50px;
}
.content-middle { 
	position:absolute; top:50%; height:10em; margin-top:-5em 
}
.dataLabel {
	padding:2 2 2 2;
	display: inline-block;
	width:50%;
}
.noBreak{
	overflow:hidden;
	white-space:nowrap;
}
.float-right{
float:right;
}
.ok{
float:right;
}
.okAlternative{
clear:both;
float:none;
display:block;
margin: 3% auto;
}
.float-left{
float:left;
}
.cancel{
float:left;
}
.clear {
	clear:both;
}
.text-right {
text-align:right;
}
.text-center {
text-align:center;
}
.user-message {
text-align:center;
}
.naviOverView{
line-height: 16px;
font-size: 13px;
}
.invisible {
	display:none!important;
}
.userResult {
	width:90%;
	border:dotted;
}
.detailsCol{
	width:20%;
}
.odd{
	background: #CCC;
}
span.dynTable{
	margin-top:10px;
	margin-bottom:15px;
	margin-left:2px;
	margin-right:2px;
	text-align:center;
	display:block;
	border-style:groove;
	border-radius:5px;
	padding:5px 5px 5px 5px;
}
.actionButton {
  display: block;
  color: white;
  text-align: center;
  padding: 5px 10px;
  margin: 5px 0 1px 0;
  border-radius: 5px;
  font: 0.9em 'lato_regular', Arial;
  text-transform: none;
  background-color: #6cccee;
  -webkit-transition: background-color 1s, color 1s; /* Safari */
      transition: background-color 1s, color 1s;
  -moz-box-shadow:    inset 1px 1px 1px rgba(255,255,255, 0.3), 1px 1px 1px rgba(0,0,0, 0.3);
     -webkit-box-shadow: inset 1px 1px 1px rgba(255,255,255, 0.3), 1px 1px 1px rgba(0,0,0, 0.3);
     box-shadow:         inset 1px 1px 1px rgba(255,255,255, 0.3), 1px 1px 1px rgba(0,0,0, 0.4);
}
.actionButton.long {
	width: 250px;
}
.actionButton.regular {
	width: 150px;
}
.actionButton.small {
	width: 100px;
}

.actionButton:hover {
  background-color: #1f6a95;
  color: #6cccee;
  cursor:pointer;
}
.inline {display: inline!important}
.oneThreeEm
{
	font-size: 1.3em!important;
}
.alert{
	width:96%; height:auto;
	background-color:#feefb3;
	-moz-border-radius:15px;
	-webkit-border-radius:10px;
	border-radius:10px;
	border:2px solid #D5B165;/*btn-border color*/
	display:block;
	padding:10px;
	margin:5px auto;
	text-align:center;
}
div.alert>h1{
	font-size:1.5em;
	color:#6A0000;
	margin-bottom: 2%;
}
h4.alert
/*, div.alert*/
{
	font-size:1.2em;
	font-weight:bold;
	text-align:center;
	color:#333;
	/*color: #595a5c;
	color:#A66B0E;
	color: #D86D16;
	color:#6A0000;*/
	/*margin:0;*/
}
span.alert, p.alert
{
	color:#333;
	/*color: #595a5c;
	color: #6A0000;
    /*color: #6C572F;*/
	margin:10px;
	text-align:center;
}
a.alert
{ 
	text-decoration:none; border-bottom:1px dashed #cae6ee;
}
a.alert:hover
{ 
	color:#1057a8; text-decoration:none; border-bottom:1px dashed #1057a8;
}
img.alert 
{ 
	margin-right:5px;
}
h4.impressum{
	font-weight:bold;
}
.messagebox{
box-sizing:border-box;
position:fixed;
margin: 10%;
left:0;
width:60%;
padding:.6em 1.2em;
/*background-color:#4b4b4b;*/
background-color: #feefb3;
color:#fff;
font-size:1em;
text-align:center;
z-index:10
}

.messagebox *
{
box-sizing:border-box
}
.messagebox-active
{
display:flex!important;
justify-content:center;
align-items:center;
flex-wrap:wrap
}
.messagebox-position-top
{
top: 10%;
margin: 10% auto;
border-style: solid;
border-color: #836E24;
border-radius: 10px 10px 10px 10px;
display:block;
left: 20%;
width: 55%;
}
.messagebox-position-bottom
{
bottom:0
}
.messagebox_message,.messagebox_text,.warning
{
/*margin-right:1.5em;*/
margin-top:5%;
text-align:justify;
text-align: center;
color: #c25d0c;
}
.messagebox_hint_label
{
	font-size:1.3em;
	font-weight:1000;
	margin-bottom:4%;
	margin-top: 2%;
	text-align:justify;
	text-align: center;
	color: black
}
.messagebox_link
{
color:#fff;
text-decoration:underline
}
.messagebox_link:hover
{
text-decoration:none
}
.messagebox_button
{
	margin: 3% auto;
	padding:.6em 1.2em;
	border-style:groove;
	border-color:#836E24;
	border-radius:20px 20px 20px 20px;
	/*background-color:#4ea55e;*/
	background-color:#6cccee;
	color:#fff;	
	font-weight:700;
	cursor:pointer;
	min-width:150px;
	/*margin-right:4%;*/
}
#messagebox-text
{
	color: #249cd7;
}
#messagebox-text.info
{
	color: #249cd7;
}
#messagebox-text.error
{
	color: #FF5757;
}
#messagebox-text.warning
{
	color: #c25d0c;
}
.messagebox_button:hover
{
/*background-color:#3e824a;*/
background-color: #1f6a95;
}
.messagebox_analytics
{
margin-right:1.5em
}
.messagebox_analytics-label
{
cursor:pointer
}
.messagebox_analytics-checkbox
{
margin-right:5px
}

@media all and (max-width: 650px) {

.edittext-long, .mobile-support, .edittext-regular {
	width: 95%;
	margin: 1% auto;
}
.circle-padding-15, .circle-padding-15-center {
margin: 1% auto;
width:100%;
}
.alert{
	width:90%;
	}
.messagebox_button{
	min-width: 80px;
}
/* The checkbox_container */
.checkbox_container {
  display: block;
  position: relative;
  /*padding-left: 35px;
  margin-bottom: 12px;
  margin-right: 10px;*/
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Hide the browser's default checkbox */
.checkbox_container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */
.nice_checkbox {
  position: relative;
  top: 0;
  left: 0;
  height: 15px;
  width: 15px;
  border: solid;
  /*margin: 1%;*/
  border-width: 1px 1px 1px 1px;
  border-color: black;
  /*background-color: #eee;*/
  background-color: #FFF;
  float: left;
}

/* On mouse-over, add a grey background color */
.checkbox_container:hover input ~ .nice_checkbox {
  background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.checkbox_container input:checked ~ .nice_checkbox {
  /*background-color: #2196F3;*/
  background-color: #FFF;
}

/* Create the nice_checkbox/indicator (hidden when not checked) */
.nice_checkbox:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the nice_checkbox when checked */
.checkbox_container input:checked ~ .nice_checkbox:after {
  display: block;
}

/* Style the nice_checkbox/indicator */
.checkbox_container .nice_checkbox:after {
  left: 4px;
  top: 0px;
  width: 5px;
  height: 10px;
  border: solid green;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}




