/* Neue Formulare */
form.forms {
  width: calc( 100% - 2px );
  line-height: 150%;
  font-family: 'Roboto', sans-serif;
  border: 1px solid #CCC;
}

form.forms fieldset {
  margin: 30px 0 ;
  padding-top: 0;
  border: 0;
}

form.forms legend {
  padding: 3px;
  font-size: 14px;
  font-weight: 700;
  color: rgb(30, 30, 30);
  text-align: left;
}
h1.legend {
  padding: 3px;
  padding-left: 20px;
  font-size: 15px;
  font-weight: 700;
  color: black;
  text-align: left;
}

form.forms label.left, form.forms label.right, form.forms div.label-left, form.forms div.label-right {
  position: relative;
  width: 220px;
  margin: 3px;
  margin-right: 10px;
  margin-top: 2px;
  padding: 0;
  vertical-align: top;
  text-align: right;
  line-height: 1.8;
  display: block;
  float: left;
}
form.forms label.right {
  width: 100%;
  text-align: left;
}
form.forms div.label-right {
  position: relative;
  text-align: left;
}
form.forms div.label-left.datenschutz {
  text-align: left;
  width: 20px;
}
form.forms fieldset ol {
  margin: 0;
  padding: 0;
}
form.forms fieldset li {
  list-style: none;
  padding: 2px;
  margin: 0 0 0 0;
  margin-top: 0;
  margin-bottom: 0;
  clear: both;
}
form.forms fieldset li.sectiondesc {
  padding: 8px 45px 8px 20px;
  margin-bottom: 7px;
  font-size: 14px;
}
form.forms fieldset li.comment {
  font-size: 90%;
  padding-top: 7px;
}

form.forms fieldset li.formsp {
  display: none;
}

div.formsprolog {
  width: 100%;
  margin: 0;
  margin-top: 10px;
  padding: 0;
  font-size: 0.83em;
  clear: both;
}
div.formsprologabove {
  margin-bottom: 10px;
  font-size: 0.93em;
}

div.formsprolog + fieldset {
  margin-top: 10px;
}

div.forms-headermessage-ok, div.forms-headermessage-failure {
  position: relative;
  padding: 3px 3px 3px 25px;
  margin-bottom: 20px;
  border: 1px solid #C00;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  background-color: #C00;
  color: white;
  text-align: left;
  clear: both;
}
div.forms-headermessage-failure a:link, div.forms-headermessage-failure a:visited, div.forms-headermessage-failure a:focus, div.forms-headermessage-failure a:hover, div.forms-headermessage-failure a:active {
  color: #FFFFFF;
  font-weight: bold;
  text-decoration: underline;
}
div.forms-headermessage-failure a:focus, div.forms-headermessage-failure a:hover, div.forms-headermessage-failure a:active {
  text-decoration: none;
}
div.forms-headermessage-ok {
  background-color: #060;
  border: 1px solid #060; 
}
div.forms-headermessage-ok .icon, div.forms-headermessage-failure .icon { 
  position: absolute;
  top: 3px;
  left: 10px;
}


div.forms-buttons {
  text-align: right;
  clear: both;
}

div.forms-buttons input[type="submit"], div.forms-buttons input[type="submit"]:hover, div.forms-buttons input[type="submit"]:focus,
div.forms-buttons input[type="reset"], div.forms-buttons input[type="reset"]:hover, div.forms-buttons input[type="reset"]:focus {
  position: relative;
  padding: 6px 15px;
  border: 0;
  border-bottom: 2px solid rgb(80, 80, 80);
  border-radius: 2px;
  box-shadow: none;
  background: #666;
  font-size: 0.87em;
  color: white;
  text-shadow: 0 1px 1px rgba(200, 200, 200, 0.25);
  vertical-align: top;
  cursor: pointer;
  outline: none;

}
div.forms-buttons input[type="submit"]:hover, div.forms-buttons input[type="submit"]:focus,
div.forms-buttons input[type="reset"]:hover, div.forms-buttons input[type="reset"]:focus {
  background: #999;
}
div.forms-buttons input[type="submit"]:active,
div.forms-buttons input[type="reset"]:active {
  transform: translate(0, 1px);
  outline: none;
  box-shadow: none;
}


div.forms-buttons span {
  position: relative;
}
div.forms-buttons .ok::before {
  position: absolute;
  top: 2px;
  left: -18px;
  content: "\2714";
  font-size: 1.8em;
  font-weight: bold;
  color: #55bc55;
}
div.forms-buttons .fail::before {
  position: absolute;
  top: 2px;
  left: -18px;
  content: "\2718";
  font-size: 1.8em;
  font-weight: bold;
  color: #ea0000;
}

form.forms div.readonly {
  position: relative;
  margin-top: 4px;
  display: block;
  float: left;
}

span.forms-obligate {
  font-weight: 700;
  color: red;
}

div.forms-error {
  position: relative;
  margin-top: 2px;
  padding: 0 5px 0 5px;
  background-color: #666;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  font-size: 11px;
  color: #FFF;
  clear: both;
  float: left;
  -moz-box-shadow: 0 0 2px 2px #DDD;
  -webkit-box-shadow: 0 0 2px 2px #DDD;
  box-shadow: 0 0 2px 2px #DDD;
}
div.forms-error img {
  position: absolute;
  top: -4px;
  left: 10px;
  width: 6px;
  height: 4px;
}

div.forms-error-poigeo {
 position: relative;
 width: 140px;
 margin-top: 4px;
 padding: 0 5px 0 5px;
 background-color: #666;
 -webkit-border-radius: 3px;
 -moz-border-radius: 3px;
 border-radius: 3px;
 -moz-box-shadow: 0 0 2px 2px #DDD;
 -webkit-box-shadow: 0 0 2px 2px #DDD;
 box-shadow: 0 0 2px 2px #DDD;
 font-size: 11px;
 color: #FFF;
 float: right;
}
div.forms-error-poigeo img {
  position: absolute;
  top: -4px;
  left: 10px;
  width: 6px;
  height: 4px;
}

div.forms-readonlyvalue {
  position: relative;
  width: 302px;
  min-height: 16px;
  margin-left: 236px;
  border: 1px solid #CCCCCC;
  background-color: #EEEEEE;
  color: #000000;
  display: block;
  clear: both;
}

div.forms-warning {
  position: relative;
  margin-top: 2px;
  color: #C00;
  font-size: 11px;
  padding: 0 5px 0 5px;
  background-color: #666;
  color: #FFF;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  display: block;
  clear:both;
  float: left;
  -moz-box-shadow: 0 0 2px 2px #DDD;
  -webkit-box-shadow: 0 0 2px 2px #DDD;
  box-shadow: 0 0 2px 2px #DDD;
}
div.forms-warning img {
  position: absolute;
  top: -4px;
  left: 10px;
  width: 6px;
  height: 4px;
}

form.forms input, form.forms select, form.forms textarea.forms-textarea, form.forms textarea.forms-textarealong, form.forms textarea.forms-textarealong2 {
  margin: 3px;
  border: 1px solid #CCC;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -moz-box-shadow: inset 2px 0 2px #EEE;
  -webkit-box-shadow: inset 2px 0 2px #EEE;
  box-shadow: inset 1px 1px 1px 1px #EEE;
  margin-left: 0;
  font-family: 'Roboto', sans-serif;
  font-size: 12px;
  background-color: white;
  padding: 3px 5px 3px 5px;
}

form.forms select.forms-select, form.forms select.forms-selectbox, form.forms select.forms-selectgroups  {
  min-width: 160px;
  float: left;
}
form.forms select.forms-select-error, form.forms select.forms-selectbox-error, form.forms select.forms-selectgroups-error  {
  min-width: 160px;
  -moz-box-shadow: inset 0 0 1px 1px #E66;
  -webkit-box-shadow: inset 0 0 1px 1px #E66;
  box-shadow: inset 0 0 1px 1px #E66;
  float: left;
}
form.forms select.forms-select-warning, form.forms select.forms-selectbox-warning, form.forms select.forms-selectgroups-warning {
  min-width: 160px;
  -moz-box-shadow: inset 0 0 1px 1px rgb(246,208,143);
  -webkit-box-shadow: inset 0 0 1px 1px rgb(246,208,143);
  box-shadow: inset 0 0 1px 1px rgb(246,208,143);
  float: left;
}

form.forms li.selectlong select {
  width: 100%;
}

form.forms input.forms-textline, form.forms input.forms-textline-error, form.forms input.forms-textline-warning {
  width: 200px;
  max-width: calc( 100% - 10px );
  float: left;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -moz-box-shadow: inset 2px 0 2px #EEE;
  -webkit-box-shadow: inset 2px 0 2px #EEE;
  box-shadow: inset 1px 1px 1px 1px #EEE;
  padding: 3px 5px 3px 5px;
}
form.forms input.forms-textline[rel="colorpicker"] {
  width: 80px;
  -moz-box-shadow: inset 0 0 1px #999;
  -webkit-box-shadow: inset 0 0 1px #999;
  box-shadow: inset 0 0 1px #999;
    background-position: right 2px;
  background-image: url(/_templates/shared/images/hg-colorpicker.gif);
  background-repeat: no-repeat;
  cursor: pointer; 

}
form.forms input.forms-textline-error {
  -moz-box-shadow: inset 0 0 1px 1px #E66;
  -webkit-box-shadow: inset 0 0 1px 1px #E66;
  box-shadow: inset 0 0 1px 1px #E66;
}
form.forms input.forms-textline-warning {
  -moz-box-shadow: inset 0 0 1px 1px rgb(246,208,143);
  -webkit-box-shadow: inset 0 0 1px 1px rgb(246,208,143);
  box-shadow: inset 0 0 1px 1px rgb(246,208,143);
}

form.forms input.forms-password, form.forms input.forms-password-error, form.forms input.forms-password-warning {
  width: 160px;
  float: left;
}
form.forms input.forms-password-error {
  -moz-box-shadow: inset 0 0 1px 1px #E66;
  -webkit-box-shadow: inset 0 0 1px 1px #E66;
  box-shadow: inset 0 0 1px 1px #E66;
}
form.forms input.forms-password-warning {
  -moz-box-shadow: inset 0 0 1px 1px rgb(246,208,143);
  -webkit-box-shadow: inset 0 0 1px 1px rgb(246,208,143);
  box-shadow: inset 0 0 1px 1px rgb(246,208,143);
}

form.forms input.forms-textlinelong, form.forms input.forms-textlinelong-error, form.forms input.forms-textlinelong-warning {
  width: 320px;
  max-width: calc( 100% - 10px );
  float: left;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -moz-box-shadow: inset 2px 0 2px #EEE;
  -webkit-box-shadow: inset 2px 0 2px #EEE;
  box-shadow: inset 1px 1px 1px 1px #EEE;
  padding: 3px 5px 3px 5px;
}
form.forms input.forms-textlinelong-error {
  -moz-box-shadow: inset 0 0 1px 1px #E66;
  -webkit-box-shadow: inset 0 0 1px 1px #E66;
  box-shadow: inset 0 0 1px 1px #E66;
}
form.forms input.forms-textlinelong-warning {
  -moz-box-shadow: inset 0 0 1px 1px rgb(246,208,143);
  -webkit-box-shadow: inset 0 0 1px 1px rgb(246,208,143);
  box-shadow: inset 0 0 1px 1px rgb(246,208,143);
}

form.forms input.forms-integer, form.forms input.forms-integer-error, form.forms input.forms-integer-warning {
  width: 10%;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -moz-box-shadow: inset 2px 0 2px #EEE;
  -webkit-box-shadow: inset 2px 0 2px #EEE;
  box-shadow: inset 1px 1px 1px 1px #EEE;
  padding: 3px 5px 3px 5px;
  float: left;
}
form.forms input.forms-integer-error {
  -moz-box-shadow: inset 0 0 1px 1px #E66;
  -webkit-box-shadow: inset 0 0 1px 1px #E66;
  box-shadow: inset 0 0 1px 1px #E66;
}
form.forms input.forms-integer-warning {
  -moz-box-shadow: inset 0 0 1px 1px rgb(246,208,143);
  -webkit-box-shadow: inset 0 0 1px 1px rgb(246,208,143);
  box-shadow: inset 0 0 1px 1px rgb(246,208,143);
}

form.forms input.forms-float, form.forms input.forms-float-error, form.forms input.forms-float-warning {
  width: 20%;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -moz-box-shadow: inset 2px 0 2px #EEE;
  -webkit-box-shadow: inset 2px 0 2px #EEE;
  box-shadow: inset 1px 1px 1px 1px #EEE;
  padding: 3px 5px 3px 5px;
  text-align: left;
  float: left;
}
form.forms input.forms-float-error {
  -moz-box-shadow: inset 0 0 1px 1px #E66;
  -webkit-box-shadow: inset 0 0 1px 1px #E66;
  box-shadow: inset 0 0 1px 1px #E66;
}
form.forms input.forms-float-warning {
  -moz-box-shadow: inset 0 0 1px 1px rgb(246,208,143);
  -webkit-box-shadow: inset 0 0 1px 1px rgb(246,208,143);
  box-shadow: inset 0 0 1px 1px rgb(246,208,143);
}

form.forms input.forms-captcha, form.forms input.forms-captcha-error, form.forms input.forms-captcha-warning {
  width: 180px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -moz-box-shadow: inset 2px 0 2px #EEE;
  -webkit-box-shadow: inset 2px 0 2px #EEE;
  box-shadow: inset 1px 1px 1px 1px #EEE;
  padding: 3px 5px 3px 5px;
  float: left;
}
form.forms input.forms-captcha-error {
  -moz-box-shadow: inset 0 0 1px 1px #E66;
  -webkit-box-shadow: inset 0 0 1px 1px #E66;
  box-shadow: inset 0 0 1px 1px #E66;
}
form.forms input.forms-captcha-warning {
  -moz-box-shadow: inset 0 0 1px 1px rgb(246,208,143);
  -webkit-box-shadow: inset 0 0 1px 1px rgb(246,208,143);
  box-shadow: inset 0 0 1px 1px rgb(246,208,143);
}
div.captchadesc {
  position: relative;
  margin-top: 8px;
  margin-bottom: 5px;
  font-size: 12px;
  line-height: 1.0;
}


form.forms input.forms-date, form.forms input.forms-date-error, form.forms input.forms-date-warning {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -moz-box-shadow: inset 2px 0 2px #EEE;
  -webkit-box-shadow: inset 2px 0 2px #EEE;
  box-shadow: inset 1px 1px 1px 1px #EEE;
  padding: 3px 5px 3px 5px;
  float: left;
  background-position: right 2px;
  background-image: url(/_templates/shared/images/hg-datepicker.gif);
  background-repeat: no-repeat;
  cursor: pointer; 
}
form.forms input.forms-date-error {
  -moz-box-shadow: inset 0 0 1px 1px #E66;
  -webkit-box-shadow: inset 0 0 1px 1px #E66;
  box-shadow: inset 0 0 1px 1px #E66;
}
form.forms input.forms-date-warning {
  -moz-box-shadow: inset 0 0 1px 1px rgb(246,208,143);
  -webkit-box-shadow: inset 0 0 1px 1px rgb(246,208,143);
  box-shadow: inset 0 0 1px 1px rgb(246,208,143);
}

form.forms input.forms-datetime, form.forms input.forms-datetime-error, form.forms input.forms-datetime-warning {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -moz-box-shadow: inset 2px 0 2px #EEE;
  -webkit-box-shadow: inset 2px 0 2px #EEE;
  box-shadow: inset 1px 1px 1px 1px #EEE;
  padding: 3px 5px 3px 5px;
  float: left;
  background-position: right 2px;
  background-image: url(/_templates/shared/images/hg-datepicker.gif);
  background-repeat: no-repeat;
  cursor: pointer; 

}
form.forms input.forms-datetime-error {
  -moz-box-shadow: inset 0 0 1px 1px #E66;
  -webkit-box-shadow: inset 0 0 1px 1px #E66;
  box-shadow: inset 0 0 1px 1px #E66;
}
form.forms input.forms-datetime-warning {
  -moz-box-shadow: inset 0 0 1px 1px rgb(246,208,143);
  -webkit-box-shadow: inset 0 0 1px 1px rgb(246,208,143);
  box-shadow: inset 0 0 1px 1px rgb(246,208,143);
}

form.forms input.forms-time, form.forms input.forms-time-error, form.forms input.forms-time-warning {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -moz-box-shadow: inset 2px 0 2px #EEE;
  -webkit-box-shadow: inset 2px 0 2px #EEE;
  box-shadow: inset 1px 1px 1px 1px #EEE;
  padding: 3px 5px 3px 5px;
  float: left;
    background-position: right 2px;
  background-image: url(/_templates/shared/images/hg-timepicker.gif);
  background-repeat: no-repeat;
  cursor: pointer; 

}
form.forms input.forms-time-error {
  -moz-box-shadow: inset 0 0 1px 1px #E66;
  -webkit-box-shadow: inset 0 0 1px 1px #E66;
  box-shadow: inset 0 0 1px 1px #E66;
}
form.forms input.forms-time-warning {
  -moz-box-shadow: inset 0 0 1px 1px rgb(246,208,143);
  -webkit-box-shadow: inset 0 0 1px 1px rgb(246,208,143);
  box-shadow: inset 0 0 1px 1px rgb(246,208,143);
}

form.forms textarea.forms-textarea, form.forms textarea.forms-textarea-warning, form.forms textarea.forms-textarea-error {
  width: 320px;
  height: 100px;
  max-width: calc( 100% - 10px );
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -moz-box-shadow: inset 2px 0 2px #EEE;
  -webkit-box-shadow: inset 2px 0 2px #EEE;
  box-shadow: inset 1px 1px 1px 1px #EEE;
  padding: 3px 5px 3px 5px;
  font-family: 'Roboto', sans-serif;
}
form.forms textarea.forms-textarea-error {
  -moz-box-shadow: inset 1px 1px #E66;
  -webkit-box-shadow: inset 1px 1px #E66;
  box-shadow: inset 1px 1px #E66;

}
form.forms textarea.forms-textarea-warning {
  -moz-box-shadow: inset 0 0 1px 1px rgb(246,208,143);
  -webkit-box-shadow: inset 0 0 1px 1px rgb(246,208,143);
  box-shadow: inset 0 0 1px 1px rgb(246,208,143);
}

form.forms textarea.forms-textarealong, form.forms textarea.forms-textarealong-warning, form.forms textarea.forms-textarealong-error {
  width: 450px;
  height: 220px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -moz-box-shadow: inset 2px 0 2px #EEE;
  -webkit-box-shadow: inset 2px 0 2px #EEE;
  box-shadow: inset 1px 1px 1px 1px #EEE;
  padding: 3px 5px 3px 5px;
}
form.forms textarea.forms-textarealong-error {
  -moz-box-shadow: inset 1px 1px #E66;
  -webkit-box-shadow: inset 1px 1px #E66;
  box-shadow: inset 1px 1px #E66;
}
form.forms textarea.forms-textarealong-warning {
  -moz-box-shadow: inset 0 0 1px 1px rgb(246,208,143);
  -webkit-box-shadow: inset 0 0 1px 1px rgb(246,208,143);
  box-shadow: inset 0 0 1px 1px rgb(246,208,143);
}

form.forms textarea.forms-textarealong2, form.forms textarea.forms-textarealong2-warning, form.forms textarea.forms-textarealong2-error {
  width: 450px;
  height: 140px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -moz-box-shadow: inset 2px 0 2px #EEE;
  -webkit-box-shadow: inset 2px 0 2px #EEE;
  box-shadow: inset 1px 1px 1px 1px #EEE;
  padding: 3px 5px 3px 5px;
}
form.forms textarea.forms-textarealong2-error {
  -moz-box-shadow: inset 1px 1px #E66;
  -webkit-box-shadow: inset 1px 1px #E66;
  box-shadow: inset 1px 1px #E66;
}
form.forms textarea.forms-textarealong2-warning {
  -moz-box-shadow: inset 0 0 1px 1px rgb(246,208,143);
  -webkit-box-shadow: inset 0 0 1px 1px rgb(246,208,143);
  box-shadow: inset 0 0 1px 1px rgb(246,208,143);
}

form.forms input.forms-checkbox {
  margin: 0;
  margin-top: 5px;
  padding: 0;
}

form.forms input.forms-radio, form.forms input.forms-radio-error, form.forms input.forms-radio-warning {
  margin: 5px;
  vertical-align: middle;
}
form.forms div.forms-radioitem, form.forms div.forms-radioitem-error, form.forms div.forms-radioitem-warning {
}
form.forms div.forms-radioitem-error {
  background-color: rgb(255,181,181);
}
form.forms div.forms-radioitem-warning {
  background-color: rgb(246,208,143);
}

form.forms input.forms-rate, form.forms input.forms-rate-error, form.forms input.forms-rate-warning {
  margin: 5px;
  vertical-align: middle;
}
form.forms div.forms-rateitem, form.forms div.forms-rateitem-error, form.forms div.forms-rateitem-warning {
}
form.forms div.forms-rateitem-error {
  background-color: rgb(255,181,181);
}
form.forms div.forms-rateitem-warning {
  background-color: rgb(246,208,143);
}


form.forms input.forms-fileupload, form.forms input.forms-fileupload-error, form.forms input.forms-fileupload-warning {
  width: 290px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -moz-box-shadow: inset 2px 0 2px #EEE;
  -webkit-box-shadow: inset 2px 0 2px #EEE;
  box-shadow: inset 1px 1px 1px 1px #EEE;
  padding: 3px 5px 3px 5px;
}
form.forms input.forms-fileupload-error {
  border: 1px solid #C66;
}
form.forms input.forms-fileupload-warning {
  border: 1px solid #E78608;
}

form.forms select.forms-textlinewithhistory {
}
form.forms select.forms-textlinewithhistory-error {
  background-color: rgb(255,181,181);
}
form.forms select.forms-textlinewithhistory-warning {
  background-color: rgb(246,208,143);
}
form.forms input.forms-textlinewithhistory, form.forms input.forms-textlinewithhistory-error, form.forms input.forms-textlinewithhistory-warning {
  width: 250px;
}
form.forms input.forms-textlinewithhistory-error {
  background-color: rgb(255,181,181);
}
form.forms input.forms-textlinewithhistory-warning {
  background-color: rgb(246,208,143);
}

div.textlinewithhistory {
  position: relative;
  float: left;
}

form.forms input:focus, form.forms textarea:focus {
  /*background-color: rgb(240,240,240); */
}

table.slider_table {
  border: 1px solid rgb(200,200,200);
}
td.slider_title {
  text-align: center;
  font-size: 9px;
  border-right: 1px solid gray;
}
td.slider_trenner {
  height: 5px;
}
td.slidercell_off {
  width: 15px;
  height: 10px;
  border-right: 1px solid rgb(200,200,200);
  background-color: rgb(230,238,230);
}
td.slidercell_on {
  width: 15px;
  height: 10px;
  border-right: 1px solid rgb(200,200,200);
  background-color: rgb(74,101,123);
}

div.comment1, div.comment2   {
  position: relative;
  clear: both;
}
/*div.comment1 {
  padding: 5px 0 0 15px;
}*/
div.comment2 {
  padding-bottom: 5px;
  font-size: 85%;
}

form.forms div.container-right {
  position: relative;
  width: calc( 100% - 240px );
  float: left;
}
form.forms div.container-right.datenschutz {
  width: calc( 100% - 40px );
}
form.forms div.container-left {
  position: relative;
  width: calc( 100% - 240px );
  float: right;
}


div.forms-poigeo-daten {
  position: relative;
  padding: 10px 0 10px 0;
}

form.forms input.forms-poigeo-error {
  -moz-box-shadow: inset 0 0 1px 1px #E66;
  -webkit-box-shadow: inset 0 0 1px 1px #E66;
  box-shadow: inset 0 0 1px 1px #E66;
}

/* Bussinesshours */
form.forms input.bh-button {
  background-color: #EFEFEF;
  width: 24px;
  height: 24px;
  border: 0;
  text-align: center;
  font-size: 11px;
  border: 1px solid #EFEFEF;
  -moz-box-shadow: inset -1px -1px 2px 2px #CCC;
  -webkit-box-shadow: inset -1px -1px 2px 2px #CCC;
  box-shadow: inset -1px -1px 2px 2px #CCC;
  cursor: pointer;
  padding: 2px;
  margin: 0 5px 0 5px;
  overflow: hidden;
}
form.forms select.bh-time {
  width: 50px;
  margin: 0 2px 10px 2px;
}
form.forms table.bh-table tr td {
  white-space : nowrap;
}

form.forms input:focus, form.forms input:hover, form.forms select:focus, form.forms select:hover, form.forms textarea:focus, form.forms textarea:hover {
  border: 1px solid #DAA;
}

div.textarea-editor {
  margin-top: 2px;
  padding: 3px;
  border-radius: 3px;
  width: 456px;
  background-color: #EFEFEF;
}
div.textarea-editor a:link, div.textarea-editor a:visited, div.textarea-editor a:focus, div.textarea-editor a:hover, div.textarea-editor a:active,
div.textarea-editor a.marked:link, div.textarea-editor a.marked:visited, div.textarea-editor a.marked:focus, div.textarea-editor a.marked:hover, div.textarea-editor a.marked:active{
  display: inline-block;
  border: 1px solid #CCC;
  min-width: 10px;
  border-radius: 2px;
  padding: 0 6px 0 6px;
  margin-right: 3px;
  background-color: #FFF;
  text-align: center;
  color: #000;
}
div.textarea-editor a.marked:link, div.textarea-editor a.marked:visited, div.textarea-editor a.marked:focus, div.textarea-editor a.marked:hover, div.textarea-editor a.marked:active{
  background-color: #999;
  color: #FFF;
}

div.textarea-editor-insertimg {
  position: relative;
  min-width: 10px;
  padding: 5px;
  border: 1px solid #CCC;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  background-color: white;
}
