/* line 23, ../sass/base/_blue.scss */
.ui-dialog .ui-dialog-titlebar, .ui-widget .ui-widget-header {
  background: #f9ead4;
  background: -moz-linear-gradient(center top, #77abe4 0%, #d6e7f7 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #77abe4), color-stop(1, #d6e7f7));
  background: -o-linear-gradient(top, #77abe4, #d6e7f7);
  background: -ms-linear-gradient(top, #77abe4, #d6e7f7);
  background: linear-gradient(to bottom, #77abe4, #d6e7f7);
}

/* line 35, ../sass/base/_blue.scss */
.content_underline,
.content_header_underline {
  background: #666666;
  background: -moz-linear-gradient(center left, #666666 0%, #d6e7f7 100%);
  background: -webkit-gradient(linear, left top, right top, color-stop(0, #666666), color-stop(1, #d6e7f7));
  background: -o-linear-gradient(left, #666666, #d6e7f7);
  background: -ms-linear-gradient(left, #666666, #d6e7f7);
  background: linear-gradient(to right, #666666, #d6e7f7);
}

/* line 39, ../sass/base/_blue.scss */
.topmenu .menuitem.active > div, .headbox_top {
  background: #d6e7f7;
  background: -moz-linear-gradient(top, #abceef 0%, #ffffff 50%, #abceef 100%);
  background: linear-gradient(to bottom, #abceef 0%, #ffffff 50%, #abceef 100%);
  background: -webkit-linear-gradient(top, #abceef 0%, #ffffff 50%, #abceef 100%);
  background: -o-linear-gradient(top, #abceef 0%, #ffffff 50%, #abceef 100%);
  background: -ms-linear-gradient(top, #abceef 0%, #ffffff 50%, #abceef 100%);
  background: -webkit-gradient(linear, right top, right bottom, color-stop(0%, #abceef), color-stop(50%, #ffffff), color-stop(100%, #abceef));
}

/* line 43, ../sass/base/_blue.scss */
.logo img, .topmenu .menuitem > div, .headbox_top, .contentbox, .contentbox_full, .contentbox_top, .contentbox_top_full, .formularcenterSection, .logouttop {
  -webkit-box-shadow: 3px 3px 2px lightgray;
  -moz-box-shadow: 3px 3px 2px lightgray;
  box-shadow: 3px 3px 2px lightgray;
}

/* line 1, ../sass/styles/_body.scss */
textarea {
  text-align: left;
  font-family: Verdana;
  font-size: 13px;
  color: #5b6c7e;
  margin: 0;
  padding: 0;
}

/* line 10, ../sass/styles/_body.scss */
body {
  text-align: left;
  font-family: Verdana;
  font-size: 13px;
  color: #5b6c7e;
  margin: 0;
  padding: 0;
}
/* line 17, ../sass/styles/_body.scss */
body:before {
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.8);
  -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.8);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.8);
  content: '';
  position: fixed;
  top: -10px;
  left: 0;
  width: 100%;
  height: 0.8em;
  z-index: 100;
}
@media print {
  /* line 17, ../sass/styles/_body.scss */
  body:before {
    -webkit-box-shadow: 0 0 0 transparent;
    -moz-box-shadow: 0 0 0 transparent;
    box-shadow: 0 0 0 transparent;
  }
}

/* line 32, ../sass/styles/_body.scss */
fieldset {
  padding: 0.5em 0.5em 1em !important;
  margin-top: 1em;
  text-align: left;
  border: 0 groove ThreeDFace;
}

/* line 39, ../sass/styles/_body.scss */
a {
  text-decoration: none;
  font-weight: normal;
  color: #000000;
}
/* line 43, ../sass/styles/_body.scss */
a:hover {
  text-decoration: underline;
}

/* line 48, ../sass/styles/_body.scss */
div#body {
  width: 99%;
  height: auto;
  margin: auto;
  padding: 0.5em;
  position: relative;
}

/* line 56, ../sass/styles/_body.scss */
div#wrapper {
  width: 990px;
  margin: auto;
}

/* line 62, ../sass/styles/_body.scss */
html body div.contentbox form, html body div.contentbox_full form {
  height: auto;
}

/* line 66, ../sass/styles/_body.scss */
.input_field {
  display: block;
  min-height: 2em;
  position: relative;
  width: 100%;
}

/* line 73, ../sass/styles/_body.scss */
.selected {
  background-color: #BBCCBB;
  cursor: pointer;
}

/* line 77, ../sass/styles/_body.scss */
.selected:hover {
  background-color: #A8AAFD;
}

/* line 81, ../sass/styles/_body.scss */
.notselected {
  background-color: #e4eeee;
  cursor: pointer;
}

/* line 86, ../sass/styles/_body.scss */
.notselected:hover {
  background-color: #A8AAFD;
}

/* line 90, ../sass/styles/_body.scss */
.nondisplay {
  display: none;
}

/* line 94, ../sass/styles/_body.scss */
span.error {
  display: block;
  margin: 0 auto;
  font-size: 14px;
  font-weight: bold;
  color: red;
  width: 35em;
}

/* line 103, ../sass/styles/_body.scss */
.bold {
  font-weight: 700;
}

/* line 107, ../sass/styles/_body.scss */
.center {
  text-align: center;
}

/* line 111, ../sass/styles/_body.scss */
.footer {
  margin-bottom: 0;
}

/* line 115, ../sass/styles/_body.scss */
.hidden {
  opacity: 0;
}

/* line 119, ../sass/styles/_body.scss */
.red {
  color: #dd0000;
}

/* line 123, ../sass/styles/_body.scss */
.italic {
  font-style: italic;
}

/* line 127, ../sass/styles/_body.scss */
h3 {
  font-size: 13px;
}

/* line 131, ../sass/styles/_body.scss */
.placeholderFooter {
  position: relative;
  height: 150px;
}

/* line 136, ../sass/styles/_body.scss */
.copyright {
  position: absolute;
  top: -18px;
  right: 20px;
  z-index: 2;
}

/* line 1, ../sass/styles/_header.scss */
.logo {
  position: relative;
  width: 100%;
  height: 119px;
  margin: auto;
}
/* line 6, ../sass/styles/_header.scss */
.logo img {
  width: 100%;
  height: 100%;
  border-radius: 11px;
}

/* line 14, ../sass/styles/_header.scss */
.vorgangs_daten {
  font-size: 13px;
  width: 100%;
  padding: 10px;
  height: 110px;
}
/* line 20, ../sass/styles/_header.scss */
.vorgangs_daten .vorgangsDatenHighlight {
  font-size: 16px;
  font-weight: 700;
}

/* line 26, ../sass/styles/_header.scss */
.loggedInAs {
  float: right;
  margin-right: 10px;
  margin-top: 2px;
}

/* line 1, ../sass/styles/_navigation.scss */
.topmenu {
  width: 100%;
  display: table;
  height: 40px;
}
/* line 5, ../sass/styles/_navigation.scss */
.topmenu .menuitem {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
  height: 38px;
  font-size: 16px;
  padding: 0 2px;
}
/* line 13, ../sass/styles/_navigation.scss */
.topmenu .menuitem > div {
  background: #eeeeee;
  background: -moz-linear-gradient(top, #dddddd 0%, #ffffff 50%, #dddddd 100%);
  background: linear-gradient(to bottom, #dddddd 0%, #ffffff 50%, #dddddd 100%);
  background: -webkit-linear-gradient(top, #dddddd 0%, #ffffff 50%, #dddddd 100%);
  background: -o-linear-gradient(top, #dddddd 0%, #ffffff 50%, #dddddd 100%);
  background: -ms-linear-gradient(top, #dddddd 0%, #ffffff 50%, #dddddd 100%);
  background: -webkit-gradient(linear, right top, right bottom, color-stop(0%, #dddddd), color-stop(50%, #ffffff), color-stop(100%, #dddddd));
  height: 40px;
  width: 100%;
  border-radius: 10px;
}
/* line 20, ../sass/styles/_navigation.scss */
.topmenu .menuitem > div a {
  display: block;
  color: #5b6c7e;
  width: 100%;
  height: 100%;
}
/* line 27, ../sass/styles/_navigation.scss */
.topmenu .menuitem:hover .menutext {
  color: #000000;
  text-decoration: underline;
}
/* line 32, ../sass/styles/_navigation.scss */
.topmenu .menuitem:hover > div {
  -webkit-box-shadow: 2px 2px 5px #000000;
  -moz-box-shadow: 2px 2px 5px #000000;
  box-shadow: 2px 2px 5px #000000;
}
/* line 35, ../sass/styles/_navigation.scss */
.topmenu .menuitem.active > div {
  -webkit-box-shadow: 3px 3px 2px #a0a0a0;
  -moz-box-shadow: 3px 3px 2px #a0a0a0;
  box-shadow: 3px 3px 2px #a0a0a0;
}

/* line 42, ../sass/styles/_navigation.scss */
.menuimage {
  width: 40px;
  height: 40px;
  display: inline-block;
}
/* line 46, ../sass/styles/_navigation.scss */
.menuimage img {
  width: 40px;
  height: 40px;
}

/* line 49, ../sass/styles/_navigation.scss */
.menutext {
  display: inline-block;
  height: 20px;
  float: right;
  margin: 8px 40px 0 0;
  line-height: 22px;
}

/* line 57, ../sass/styles/_navigation.scss */
.leftmenu {
  float: left;
  width: 220px;
}

/* line 62, ../sass/styles/_navigation.scss */
.headbox {
  float: left;
  width: 100%;
  margin: 11px auto auto auto;
  padding: 0 0 1px 0;
  text-align: center;
}

/* line 70, ../sass/styles/_navigation.scss */
.headbox_top {
  width: 100%;
  height: 35px;
  margin: 0;
  font-weight: 700;
  border-radius: 11px;
  visibility: hidden;
}
/* line 78, ../sass/styles/_navigation.scss */
.headbox_top div {
  padding: 7px 0 0 0;
  font-size: 15px;
}
/* line 83, ../sass/styles/_navigation.scss */
.headbox_top.notused {
  visibility: hidden;
}

/* line 86, ../sass/styles/_navigation.scss */
.smallsquare {
  float: left;
  width: 16px;
  height: 16px;
  margin-top: 2px;
}

/* line 93, ../sass/styles/_navigation.scss */
.square {
  float: left;
  width: 32px;
  height: 32px;
  margin-top: 2px;
}

/* line 100, ../sass/styles/_navigation.scss */
.middlesquare {
  float: left;
  width: 24px;
  height: 24px;
  margin-top: 2px;
}

/* line 107, ../sass/styles/_navigation.scss */
.menu {
  float: left;
  width: 100%;
  text-align: left;
}
/* line 112, ../sass/styles/_navigation.scss */
.menu img {
  float: left;
  margin-top: -7px;
  width: 32px;
  height: 32px;
}
/* line 119, ../sass/styles/_navigation.scss */
.menu ul {
  position: relative;
  margin: 0;
  padding: 28px 0 0 0;
  list-style-type: none;
  z-index: 2;
}
/* line 125, ../sass/styles/_navigation.scss */
.menu ul li {
  float: left;
  width: 100%;
  height: 35px;
  border-top: 1px solid #93beea;
}
/* line 131, ../sass/styles/_navigation.scss */
.menu ul li:first-of-type {
  border-top: 0;
}
/* line 133, ../sass/styles/_navigation.scss */
.menu ul li a {
  display: block;
  height: 35px;
  font-size: 12px;
  padding: 8px 0 0 4px;
  text-decoration: none;
  color: #5b6c7e;
}
/* line 141, ../sass/styles/_navigation.scss */
.menu ul li a:hover {
  padding-left: 7px;
}
/* line 143, ../sass/styles/_navigation.scss */
.menu ul li.active {
  border: 1px solid #93beea !important;
  border-right: 0 !important;
  border-radius: 10px 0 0 10px;
  width: 105%;
  background-color: #ebf3fb;
}
/* line 149, ../sass/styles/_navigation.scss */
.menu ul li.active + li {
  border-top: 0;
}
/* line 150, ../sass/styles/_navigation.scss */
.menu ul li.active a {
  padding-left: 7px;
}
/* line 152, ../sass/styles/_navigation.scss */
.menu ul li.active a:hover {
  padding-left: 10px;
}
/* line 153, ../sass/styles/_navigation.scss */
.kategorieMenu .menu ul li.active a {
  padding-left: 4px;
}
/* line 155, ../sass/styles/_navigation.scss */
.kategorieMenu .menu ul li.active a:hover {
  padding-left: 7px;
}
/* line 158, ../sass/styles/_navigation.scss */
.menu ul li.active a:before {
  content: '';
  position: absolute;
  background-color: #ebf3fb;
  width: 10px;
  height: 10px;
  right: -12px;
  margin-top: -15px;
  z-index: 4;
}
/* line 169, ../sass/styles/_navigation.scss */
.menu ul li.active a:after {
  content: '';
  position: absolute;
  background-color: #ebf3fb;
  width: 10px;
  height: 10px;
  right: -12px;
  margin-top: 25px;
  z-index: 4;
}
/* line 181, ../sass/styles/_navigation.scss */
.menu ul li.active:before {
  content: '';
  position: absolute;
  background-color: #ffffff;
  border-right: 1px solid #93beea;
  border-bottom: 1px solid #93beea;
  border-radius: 0 0 10px 0;
  width: 10px;
  height: 10px;
  right: -11px;
  margin-top: -11px;
  z-index: 5;
}
/* line 195, ../sass/styles/_navigation.scss */
.menu ul li.active:after {
  content: '';
  position: absolute;
  background-color: #ffffff;
  border-right: 1px solid #93beea;
  border-top: 1px solid #93beea;
  border-radius: 0 10px 0 0;
  width: 10px;
  height: 10px;
  right: -11px;
  margin-top: -8px;
  z-index: 5;
}
/* line 209, ../sass/styles/_navigation.scss */
.menu ul li:last-of-type {
  border-bottom: 0;
}

/* line 1, ../sass/styles/_content.scss */
.contentbox, .contentbox_full {
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  position: relative;
  top: 21px;
  left: 6px;
  z-index: 1;
  width: 760px;
  min-height: 550px;
  margin: auto 4px auto auto;
  overflow: visible;
  text-align: left;
  background-color: #ebf3fb;
  border: 1px solid #93beea;
}

/* line 17, ../sass/styles/_content.scss */
.contentbox_full {
  width: 100%;
  left: 0;
}

/* line 23, ../sass/styles/_content.scss */
.content {
  margin-top: 10px;
}

/* line 27, ../sass/styles/_content.scss */
.contentbox_top, .contentbox_top_full {
  -webkit-border-radius: 11px;
  -moz-border-radius: 11px;
  border-radius: 11px;
  background-color: #EBF3FB;
  border: 1px solid #93BEEA;
  position: relative;
  top: 11px;
  left: 6px;
  width: 760px;
  height: 35px;
  font-weight: 700;
  margin: auto;
  overflow: hidden;
  text-align: left;
  font-size: 13px;
}
/* line 43, ../sass/styles/_content.scss */
.contentbox_top div, .contentbox_top_full div {
  padding: 7px 0 0 11px;
  font-size: 15px;
}

/* line 49, ../sass/styles/_content.scss */
.contentbox_top_full {
  width: 100%;
  left: 0;
}

/* line 55, ../sass/styles/_content.scss */
.content_header {
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  width: 100%;
  height: 88px;
  background-color: #ffffff;
  border-bottom: 1px solid #93beea;
}

/* line 63, ../sass/styles/_content.scss */
.content_headline {
  width: auto;
  float: left;
  margin: 6px 0 0 17px;
  font-size: 18px;
  font-variant: small-caps;
  font-weight: 700;
}

/* line 72, ../sass/styles/_content.scss */
.content_subheadline {
  width: 100%;
  float: left;
  margin: 11px 0 0 26px;
  font-size: 13px;
}

/* line 79, ../sass/styles/_content.scss */
.content_underline,
.content_header_underline {
  height: 2px;
}

/* line 85, ../sass/styles/_content.scss */
.content_underline,
.content_text {
  margin: 20px;
}

/* line 90, ../sass/styles/_content.scss */
.content_text a {
  font-weight: 600;
}

/* line 94, ../sass/styles/_content.scss */
.contentbox .error, .contentbox_full .error {
  position: relative;
  top: 100px;
  width: fit-content;
  max-width: 300px;
  margin: auto;
  font-weight: 700;
}
/* line 101, ../sass/styles/_content.scss */
.contentbox .error fieldset, .contentbox_full .error fieldset {
  background: rgba(0, 0, 0, 0.15);
  background: -moz-linear-gradient(center top, transparent 0%, rgba(0, 0, 0, 0.15) 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0, transparent), color-stop(1, rgba(0, 0, 0, 0.15)));
  background: -o-linear-gradient(top, transparent, rgba(0, 0, 0, 0.15));
  background: -ms-linear-gradient(top, transparent, rgba(0, 0, 0, 0.15));
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.15));
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  color: #dd0000;
  border: 2px groove #ffffff;
  opacity: 1;
  text-align: center;
}
/* line 108, ../sass/styles/_content.scss */
.contentbox .error fieldset legend, .contentbox_full .error fieldset legend {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  background: #d6e7f7;
  font-size: 12px;
  padding: 0px 5px;
  border: 2px ridge #ffffff;
}

/* line 118, ../sass/styles/_content.scss */
.helpBox {
  padding: 10px;
  box-sizing: border-box;
  width: 762px;
}

/* line 124, ../sass/styles/_content.scss */
#fieldset-Detail {
  margin-bottom: 50px;
}

/* line 1, ../sass/styles/_form.scss */
.form_content {
  height: 100%;
}

/* line 5, ../sass/styles/_form.scss */
.selectlist, .JshSelect .placeholder,
.radiolist,
.group > div:not([class^="multiRow"]) > input,
.group > div:not([class^="multiRow"]) > select,
.group > div[class^="multiRow"] {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  display: inline-block;
  max-width: 400px;
  margin: 0 0 5px 0;
  font-size: 13px;
  color: #5b6c7e;
}
/* line 14, ../sass/styles/_form.scss */
.selectlist a, .JshSelect .placeholder a,
.radiolist a,
.group > div:not([class^="multiRow"]) > input a,
.group > div:not([class^="multiRow"]) > select a,
.group > div[class^="multiRow"] a {
  color: #5b6c7e;
}

/* line 17, ../sass/styles/_form.scss */
.group > div {
  height: auto;
  float: left;
  width: 100%;
  margin: 5px 0 0 0;
}
/* line 23, ../sass/styles/_form.scss */
.group > div.reset {
  width: 90px;
  margin-top: 15px;
  margin-left: 310px;
}
/* line 29, ../sass/styles/_form.scss */
.group > div.submit {
  width: 90px;
  margin-top: 15px;
  margin-right: 245px;
  float: right;
}
/* line 41, ../sass/styles/_form.scss */
.group > div:not([class^="multiRow"]) > input[type="submit"]:hover {
  background-color: #006600;
}
/* line 46, ../sass/styles/_form.scss */
.group > div:not([class^="multiRow"]) > input[type="reset"]:hover {
  background-color: #9d2f20;
}
/* line 56, ../sass/styles/_form.scss */
.group > div:not([class^="multiRow"]) > label, .s_radio .group > div:not([class^="multiRow"]) > input[type=radio]:checked + label,
.selectlist .group > div:not([class^="multiRow"]) > input[type=checkbox]:checked + label,
.JshSelect .placeholder .group > div:not([class^="multiRow"]) > input[type=checkbox]:checked + label,
.jshDialog .group > div:not([class^="multiRow"]) > input[type=checkbox]:checked + label {
  float: left;
  display: inline-block;
  width: 290px;
  margin: 0 0 5px 0;
}
/* line 67, ../sass/styles/_form.scss */
.group > div[class^="multiRow"] label, .group > div[class^="multiRow"] .s_radio input[type=radio]:checked + label, .s_radio .group > div[class^="multiRow"] input[type=radio]:checked + label,
.group > div[class^="multiRow"] .selectlist input[type=checkbox]:checked + label,
.selectlist .group > div[class^="multiRow"] input[type=checkbox]:checked + label,
.group > div[class^="multiRow"] .JshSelect .placeholder input[type=checkbox]:checked + label,
.JshSelect .placeholder .group > div[class^="multiRow"] input[type=checkbox]:checked + label,
.group > div[class^="multiRow"] .jshDialog input[type=checkbox]:checked + label,
.jshDialog .group > div[class^="multiRow"] input[type=checkbox]:checked + label {
  width: auto;
  float: left;
}
/* line 71, ../sass/styles/_form.scss */
.group > div[class^="multiRow"] label:first-of-type {
  float: left;
  display: inline-block;
  width: 250px;
  margin: 0 0 5px 0;
}

/* line 81, ../sass/styles/_form.scss */
label ~ select, .s_radio input[type=radio]:checked + label ~ select,
.selectlist input[type=checkbox]:checked + label ~ select,
.JshSelect .placeholder input[type=checkbox]:checked + label ~ select,
.jshDialog input[type=checkbox]:checked + label ~ select,
label ~ textarea,
.s_radio input[type=radio]:checked + label ~ textarea,
.selectlist input[type=checkbox]:checked + label ~ textarea,
.JshSelect .placeholder input[type=checkbox]:checked + label ~ textarea,
.jshDialog input[type=checkbox]:checked + label ~ textarea,
select,
input,
textarea {
  border: 1px solid lightgray;
}

/* line 89, ../sass/styles/_form.scss */
textarea {
  margin-bottom: 10px;
}

/* line 92, ../sass/styles/_form.scss */
input {
  padding: 0 0 0 4px;
}

/* line 96, ../sass/styles/_form.scss */
.hilfetextplatzhalter, .hilfetexticon {
  display: inline-block;
  float: left;
  height: 18px;
  width: 18px;
  margin: -3px 0 0 0;
}

/* line 104, ../sass/styles/_form.scss */
.hilfetexticon {
  background: url("../../images/vivo/icons/Hilfe_1.png") no-repeat scroll bottom left transparent;
  background-size: 16px 16px;
  cursor: pointer;
}
/* line 109, ../sass/styles/_form.scss */
.hilfetexticon .hilfetext {
  position: absolute;
  display: none;
  width: 200px;
  height: fit-content;
  z-index: 99;
  margin: 0 0 0 18px;
  padding: 5px;
  color: #5b6c7e;
  background-color: #bed8f2;
  border: 1px solid #93beea;
  border-radius: 8px;
  overflow: hidden;
  white-space: pre-wrap;
  /* css-3 */
  white-space: -moz-pre-wrap;
  /* Mozilla, since 1999 */
  white-space: -pre-wrap;
  /* Opera 4-6 */
  white-space: -o-pre-wrap;
  /* Opera 7 */
  word-wrap: break-word;
  /* Internet Explorer 5.5+ */
}
/* line 130, ../sass/styles/_form.scss */
.hilfetexticon:hover .hilfetext {
  display: block;
}

/* line 136, ../sass/styles/_form.scss */
.frageLink {
  display: inline-block;
  float: right;
  position: absolute;
  right: -25px;
}
/* line 137, ../sass/styles/_form.scss */
.hiddenquestion .frageLink {
  position: relative;
  right: -29.5px;
}

/* line 147, ../sass/styles/_form.scss */
.label {
  float: left;
  margin-top: 0;
  margin-bottom: 4px;
}
/* line 152, ../sass/styles/_form.scss */
.label span {
  display: inline-block;
  max-width: 400px;
  margin: 0 0 0 0;
  font-size: 13px;
  font-weight: 700;
}

/* line 161, ../sass/styles/_form.scss */
.marker {
  margin-bottom: 1em;
  font-size: 12px;
}

/* line 166, ../sass/styles/_form.scss */
div.errors {
  width: auto;
  padding-right: 1.5em;
  color: #dd0000;
  font-weight: 700;
}

/* line 173, ../sass/styles/_form.scss */
.form_content input[type=radio],
.form_content input[type=checkbox],
.jshDialog input[type=checkbox] {
  display: none;
}

/* line 182, ../sass/styles/_form.scss */
.s_radio input[type=radio] + label, .s_radio input[type=radio]:checked + label,
.s_radio .selectlist input[type=checkbox][type=radio]:checked + label,
.s_radio .JshSelect .placeholder input[type=checkbox][type=radio]:checked + label,
.s_radio .jshDialog input[type=checkbox][type=radio]:checked + label,
.selectlist input[type=checkbox] + label,
.JshSelect .placeholder input[type=checkbox] + label,
.selectlist .s_radio input[type=radio][type=checkbox]:checked + label,
.JshSelect .placeholder .s_radio input[type=radio][type=checkbox]:checked + label,
.selectlist input[type=checkbox]:checked + label,
.selectlist .jshDialog input[type=checkbox]:checked + label,
.JshSelect .placeholder .jshDialog input[type=checkbox]:checked + label,
.jshDialog input[type=checkbox] + label,
.jshDialog .s_radio input[type=radio][type=checkbox]:checked + label,
.jshDialog .selectlist input[type=checkbox]:checked + label,
.jshDialog .JshSelect .placeholder input[type=checkbox]:checked + label,
.jshDialog input[type=checkbox]:checked + label {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-appearance: none;
  width: auto;
  text-shadow: 0;
  padding: 1px 4px 1px 18px;
  display: inline-block;
  position: relative;
  margin: 0 2px 2px 0;
}
/* line 192, ../sass/styles/_form.scss */
.s_radio input[type=radio] + label:after, .s_radio input[type=radio]:checked + label:after,
.s_radio .selectlist input[type=checkbox][type=radio]:checked + label:after,
.s_radio .JshSelect .placeholder input[type=checkbox][type=radio]:checked + label:after,
.s_radio .jshDialog input[type=checkbox][type=radio]:checked + label:after,
.selectlist input[type=checkbox] + label:after,
.JshSelect .placeholder input[type=checkbox] + label:after,
.selectlist .s_radio input[type=radio][type=checkbox]:checked + label:after,
.JshSelect .placeholder .s_radio input[type=radio][type=checkbox]:checked + label:after,
.selectlist input[type=checkbox]:checked + label:after,
.selectlist .jshDialog input[type=checkbox]:checked + label:after,
.JshSelect .placeholder .jshDialog input[type=checkbox]:checked + label:after,
.jshDialog input[type=checkbox] + label:after,
.jshDialog .s_radio input[type=radio][type=checkbox]:checked + label:after,
.jshDialog .selectlist input[type=checkbox]:checked + label:after,
.jshDialog .JshSelect .placeholder input[type=checkbox]:checked + label:after,
.jshDialog input[type=checkbox]:checked + label:after {
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  border-radius: 25px;
  content: ' ';
  width: 12px;
  height: 12px;
  position: absolute;
  background: white;
  top: 4px;
  box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.3);
  text-shadow: 0;
  left: 3px;
  font-size: 20px;
}
/* line 206, ../sass/styles/_form.scss */
.s_radio input[type=radio] + label:active,
.s_radio .selectlist input[type=checkbox][type=radio]:checked + label:active,
.s_radio .JshSelect .placeholder input[type=checkbox][type=radio]:checked + label:active,
.s_radio .jshDialog input[type=checkbox][type=radio]:checked + label:active,
.selectlist input[type=checkbox] + label:active,
.JshSelect .placeholder input[type=checkbox] + label:active,
.selectlist .s_radio input[type=radio][type=checkbox]:checked + label:active,
.JshSelect .placeholder .s_radio input[type=radio][type=checkbox]:checked + label:active,
.selectlist .jshDialog input[type=checkbox]:checked + label:active,
.JshSelect .placeholder .jshDialog input[type=checkbox]:checked + label:active,
.jshDialog input[type=checkbox] + label:active,
.jshDialog .s_radio input[type=radio][type=checkbox]:checked + label:active,
.jshDialog .selectlist input[type=checkbox]:checked + label:active,
.jshDialog .JshSelect .placeholder input[type=checkbox]:checked + label:active {
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05), inset 0 1px 3px rgba(0, 0, 0, 0.1);
}
/* line 213, ../sass/styles/_form.scss */
.s_radio input[type=radio]:checked + label:before,
.s_radio .selectlist input[type=checkbox][type=radio]:checked + label:before,
.s_radio .JshSelect .placeholder input[type=checkbox][type=radio]:checked + label:before,
.s_radio .jshDialog input[type=checkbox][type=radio]:checked + label:before,
.selectlist .s_radio input[type=radio][type=checkbox]:checked + label:before,
.JshSelect .placeholder .s_radio input[type=radio][type=checkbox]:checked + label:before,
.selectlist input[type=checkbox]:checked + label:before,
.JshSelect .placeholder input[type=checkbox]:checked + label:before,
.selectlist .jshDialog input[type=checkbox]:checked + label:before,
.JshSelect .placeholder .jshDialog input[type=checkbox]:checked + label:before,
.jshDialog .s_radio input[type=radio][type=checkbox]:checked + label:before,
.jshDialog .selectlist input[type=checkbox]:checked + label:before,
.jshDialog .JshSelect .placeholder input[type=checkbox]:checked + label:before,
.jshDialog input[type=checkbox]:checked + label:before {
  content: " ";
  position: absolute;
  top: 3px;
  width: 16px;
  height: 16px;
  margin: -2px 0 0 -16px;
  background: url("../../images/vivo/icons/check.png") no-repeat scroll bottom left transparent;
  z-index: 20;
}

/* line 226, ../sass/styles/_form.scss */
.selectlist input[type=checkbox] + label:after, .JshSelect .placeholder input[type=checkbox] + label:after, .selectlist .s_radio input[type=radio][type=checkbox]:checked + label:after, .JshSelect .placeholder .s_radio input[type=radio][type=checkbox]:checked + label:after,
.selectlist input[type=checkbox]:checked + label:after,
.selectlist .jshDialog input[type=checkbox]:checked + label:after,
.JshSelect .placeholder .jshDialog input[type=checkbox]:checked + label:after,
.jshDialog input[type=checkbox] + label:after,
.jshDialog .s_radio input[type=radio][type=checkbox]:checked + label:after,
.jshDialog .selectlist input[type=checkbox]:checked + label:after,
.jshDialog .JshSelect .placeholder input[type=checkbox]:checked + label:after,
.jshDialog input[type=checkbox]:checked + label:after {
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  border-radius: 1px;
}

/* line 231, ../sass/styles/_form.scss */
label.required:after, .s_radio input[type=radio]:checked + label.required:after,
.selectlist input[type=checkbox]:checked + label.required:after,
.JshSelect .placeholder input[type=checkbox]:checked + label.required:after,
.jshDialog input[type=checkbox]:checked + label.required:after {
  content: ' *';
  color: #dd0000;
}

/* line 236, ../sass/styles/_form.scss */
.labellabel {
  font-size: 13px;
  font-weight: 700;
}

/* line 242, ../sass/styles/_form.scss */
.cityLink {
  display: inline-block;
  margin-left: 10px;
}

/* line 247, ../sass/styles/_form.scss */
.cityList td:first-child, .cityList #wrapper table th:first-child, #wrapper table .cityList th:first-child {
  cursor: pointer;
}

/* line 251, ../sass/styles/_form.scss */
.hiddenquestion > :not(.frageLink) {
  display: none !important;
}

/* line 255, ../sass/styles/_form.scss */
.JshSelect {
  margin-left: 310px;
}
/* line 258, ../sass/styles/_form.scss */
.JshSelect .placeholder {
  cursor: pointer;
  float: left;
  height: 32px;
}
/* line 264, ../sass/styles/_form.scss */
.JshSelect .placeholder img {
  width: 32px;
  height: 32px;
}
/* line 268, ../sass/styles/_form.scss */
.JshSelect .placeholder span {
  display: inline-block;
  margin-top: 6px;
}
/* line 274, ../sass/styles/_form.scss */
.JshSelect .displayValues {
  float: left;
  width: 400px;
}

/* line 280, ../sass/styles/_form.scss */
.pflichtfrageninfo {
  position: absolute;
  bottom: 5px;
}

/* line 1, ../sass/styles/_button.scss */
a.button,
button.button,
input.button {
  background: #4091a8;
  display: inline-block;
  position: relative;
  padding: 4px 6px;
  border: 0;
  border-radius: 5px 5px 5px 5px;
  color: #fff !important;
  cursor: pointer;
  font-weight: bold;
  text-decoration: none !important;
  margin: 2px 5px 2px 0;
  line-height: 1em;
  font-weight: normal !important;
  font-size: 12px !important;
  font-family: Verdana;
  box-shadow: 2px 2px 3px #999999;
  box-sizing: border-box;
}
/* line 35, ../sass/styles/_button.scss */
a.button::-moz-focus-inner,
button.button::-moz-focus-inner,
input.button::-moz-focus-inner {
  border: 0;
  padding: 0;
}
/* line 40, ../sass/styles/_button.scss */
a.button:hover,
button.button:hover,
input.button:hover {
  background: #2c6676;
}
/* line 44, ../sass/styles/_button.scss */
.actionbar_center a.button, .actionbar_center
button.button, .actionbar_center
input.button {
  position: relative;
  top: 10px;
}

/* line 1, ../sass/styles/_table.scss */
#wrapper table {
  border-collapse: collapse;
}
/* line 7, ../sass/styles/_table.scss */
#wrapper table th {
  border-top: 0;
}
/* line 10, ../sass/styles/_table.scss */
#wrapper table th:first-child {
  border-left: 0;
}
/* line 11, ../sass/styles/_table.scss */
#wrapper table th:last-child {
  border-left: 0;
}

/* line 15, ../sass/styles/_table.scss */
.plausiErrors {
  display: table;
  width: 100%;
}
/* line 18, ../sass/styles/_table.scss */
.plausiErrors .plausiRow {
  display: table-row;
  background-color: #ffdddd;
}
/* line 22, ../sass/styles/_table.scss */
.plausiErrors .plausiRow:first-of-type {
  background-color: #ffaaaa;
}
/* line 24, ../sass/styles/_table.scss */
.plausiErrors .plausiRow .plausiCell {
  display: table-cell;
  padding-left: 5px;
}
/* line 28, ../sass/styles/_table.scss */
.plausiErrors .plausiRow .plausiCell a {
  text-decoration: underline;
}

/* line 33, ../sass/styles/_table.scss */
.formularcenterSection {
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  border-left: 1px solid lightgray;
  overflow: hidden;
  width: auto;
  margin: 10px;
}

/* line 42, ../sass/styles/_table.scss */
.formularcenterTable {
  display: table;
  border-collapse: collapse;
  vertical-align: top;
  font-size: 13px;
  width: 100%;
}
/* line 49, ../sass/styles/_table.scss */
.formularcenterTable .formularcenterTableHead {
  border-radius: 10px 10px 0 0;
  display: table-row;
  height: 35px;
  font-weight: 700;
  background-color: #2b83d6;
  color: #ffffff;
}
/* line 57, ../sass/styles/_table.scss */
.formularcenterTable .formularcenterTableHead .formularcenterTableCell {
  padding: 7px;
}
/* line 60, ../sass/styles/_table.scss */
.formularcenterTable .formularcenterTableRow {
  display: table-row;
  height: 35px;
  border-bottom: 1px solid #bed8f2;
}
/* line 64, ../sass/styles/_table.scss */
.formularcenterTable .formularcenterTableRow:last-of-type {
  border: 0;
}
/* line 70, ../sass/styles/_table.scss */
.formularcenterTable .formularcenterTableCell {
  display: table-cell;
  padding: 2px 2px 5px 2px;
}
/* line 75, ../sass/styles/_table.scss */
.formularcenterTable .formularcenterTableCell:last-of-type {
  text-align: center;
}
/* line 77, ../sass/styles/_table.scss */
.formularcenterTable .formularcenterTableCell:first-of-type {
  padding-left: 4px;
  width: 60px;
  border-left: 0;
}
/* line 82, ../sass/styles/_table.scss */
.formularcenterTable .formularcenterTableCell:last-of-type {
  width: 90px;
  border-right: 0;
}
/* line 86, ../sass/styles/_table.scss */
.formularcenterTable .formularcenterTableCell:nth-of-type(2) {
  padding-left: 10px;
}
/* line 87, ../sass/styles/_table.scss */
.formularcenterTable .formularcenterTableCell:nth-of-type(3) {
  width: 90px;
}
/* line 90, ../sass/styles/_table.scss */
.formularcenterTable img {
  vertical-align: middle;
}

/* line 94, ../sass/styles/_table.scss */
.formularcenterEmpfaenger {
  display: table-cell;
}
/* line 96, ../sass/styles/_table.scss */
.formularcenterEmpfaenger:first-of-type {
  vertical-align: top;
  padding-right: 5px;
}

/* line 102, ../sass/styles/_table.scss */
.formularcenterHinweis {
  margin: 10px;
}

/* line 106, ../sass/styles/_table.scss */
.multiformButtons {
  margin: 10px;
  font-size: 12px;
}

/* line 111, ../sass/styles/_table.scss */
.beizubringendeList {
  display: table;
  border-collapse: collapse;
  vertical-align: top;
  font-size: 13px;
  width: 100%;
}

/* line 119, ../sass/styles/_table.scss */
.beizubringenHead {
  border-radius: 10px 10px 0 0;
  display: table-row;
  height: 35px;
  font-weight: 700;
  background-color: #2b83d6;
  color: #ffffff;
}
/* line 127, ../sass/styles/_table.scss */
.beizubringenHead .beizubringenCell {
  padding: 7px;
}

/* line 130, ../sass/styles/_table.scss */
.beizubringenRow {
  display: table-row;
  height: 35px;
  border-bottom: 1px solid #bed8f2;
}
/* line 134, ../sass/styles/_table.scss */
.beizubringenRow:last-of-type {
  border: 0;
}

/* line 139, ../sass/styles/_table.scss */
.beizubringenCell {
  display: table-cell;
  padding: 2px 2px 5px 7px;
  vertical-align: middle;
}

/* line 147, ../sass/styles/_table.scss */
.beizubringenMV {
  font-weight: 800;
}

/* line 151, ../sass/styles/_table.scss */
.beizubringenDoc {
  margin: 3px 0 0 20px;
}

/* line 155, ../sass/styles/_table.scss */
.beizubringenName {
  width: 300px;
}

/* line 159, ../sass/styles/_table.scss */
.beizubringenFile {
  width: 200px;
  height: 24px;
}
/* line 163, ../sass/styles/_table.scss */
.beizubringenFile > div {
  float: left;
  margin: 2px 0 0 0;
}
/* line 167, ../sass/styles/_table.scss */
.beizubringenFile img {
  width: 24px;
  height: 24px;
}

/* line 173, ../sass/styles/_table.scss */
.beizubringenLink {
  width: 95px;
  height: 24px;
}
/* line 176, ../sass/styles/_table.scss */
.beizubringenLink > div {
  float: left;
  margin: 2px 0 0 0;
}
/* line 180, ../sass/styles/_table.scss */
.beizubringenLink form {
  display: none;
}
/* line 183, ../sass/styles/_table.scss */
.beizubringenLink img {
  width: 24px;
  height: 24px;
}

/* line 189, ../sass/styles/_table.scss */
.datenversandList {
  display: table;
  border-collapse: collapse;
  vertical-align: top;
  font-size: 13px;
  width: 100%;
}

/* line 197, ../sass/styles/_table.scss */
.datenversandHead {
  border-radius: 10px 10px 0 0;
  display: table-row;
  height: 35px;
  font-weight: 700;
  background-color: #2b83d6;
  color: #ffffff;
}
/* line 205, ../sass/styles/_table.scss */
.datenversandHead .datenversandCell {
  padding: 7px;
}

/* line 208, ../sass/styles/_table.scss */
.datenversandRow {
  display: table-row;
  height: 35px;
  border-bottom: 1px solid #bed8f2;
}

/* line 214, ../sass/styles/_table.scss */
.datenversandCell {
  display: table-cell;
  padding: 8px 2px 8px 7px;
}

/* line 221, ../sass/styles/_table.scss */
.datenversandFormulare {
  margin: 0 10px 0 10px;
  width: 95%;
}

/* line 226, ../sass/styles/_table.scss */
.versandlink {
  float: right;
}

/* line 1, ../sass/styles/_login.scss */
.loginFields,
.registrationFields,
.changeFields {
  width: 50em;
  margin: 0;
}
/* line 6, ../sass/styles/_login.scss */
.loginFields > div,
.registrationFields > div,
.changeFields > div {
  width: 50em;
  min-height: 4em;
  margin: 0 auto;
}
/* line 11, ../sass/styles/_login.scss */
.loginFields > div label, .loginFields > div .s_radio input[type=radio]:checked + label, .s_radio .loginFields > div input[type=radio]:checked + label,
.loginFields > div .selectlist input[type=checkbox]:checked + label,
.selectlist .loginFields > div input[type=checkbox]:checked + label,
.loginFields > div .JshSelect .placeholder input[type=checkbox]:checked + label,
.JshSelect .placeholder .loginFields > div input[type=checkbox]:checked + label,
.loginFields > div .jshDialog input[type=checkbox]:checked + label,
.jshDialog .loginFields > div input[type=checkbox]:checked + label,
.registrationFields > div label,
.registrationFields > div .s_radio input[type=radio]:checked + label,
.s_radio .registrationFields > div input[type=radio]:checked + label,
.registrationFields > div .selectlist input[type=checkbox]:checked + label,
.selectlist .registrationFields > div input[type=checkbox]:checked + label,
.registrationFields > div .JshSelect .placeholder input[type=checkbox]:checked + label,
.JshSelect .placeholder .registrationFields > div input[type=checkbox]:checked + label,
.registrationFields > div .jshDialog input[type=checkbox]:checked + label,
.jshDialog .registrationFields > div input[type=checkbox]:checked + label,
.changeFields > div label,
.changeFields > div .s_radio input[type=radio]:checked + label,
.s_radio .changeFields > div input[type=radio]:checked + label,
.changeFields > div .selectlist input[type=checkbox]:checked + label,
.selectlist .changeFields > div input[type=checkbox]:checked + label,
.changeFields > div .JshSelect .placeholder input[type=checkbox]:checked + label,
.JshSelect .placeholder .changeFields > div input[type=checkbox]:checked + label,
.changeFields > div .jshDialog input[type=checkbox]:checked + label,
.jshDialog .changeFields > div input[type=checkbox]:checked + label {
  float: left;
  height: 4em;
}
/* line 15, ../sass/styles/_login.scss */
.loginFields > div.button,
.registrationFields > div.button,
.changeFields > div.button {
  margin-left: 10px;
}

/* line 19, ../sass/styles/_login.scss */
.changeFields {
  margin: 60px 0 0 0;
}
/* line 21, ../sass/styles/_login.scss */
.changeFields > div {
  float: right;
}

/* line 26, ../sass/styles/_login.scss */
.logout {
  height: 5.5em;
  text-align: center;
  margin: 20px;
  color: #dd0000;
}

/* line 33, ../sass/styles/_login.scss */
.relogin,
.registration {
  height: 100%;
  width: 370px;
  margin: 1em 3em 3em 3em;
}

/* line 40, ../sass/styles/_login.scss */
ul.errors {
  list-style-type: none;
  color: red;
  font-weight: bold;
  margin-top: 0.4em;
}

/* line 46, ../sass/styles/_login.scss */
label.optional, .s_radio input[type=radio]:checked + label.optional,
.selectlist input[type=checkbox]:checked + label.optional,
.JshSelect .placeholder input[type=checkbox]:checked + label.optional,
.jshDialog input[type=checkbox]:checked + label.optional,
label.required,
.s_radio input[type=radio]:checked + label.required,
.selectlist input[type=checkbox]:checked + label.required,
.JshSelect .placeholder input[type=checkbox]:checked + label.required,
.jshDialog input[type=checkbox]:checked + label.required {
  display: inline-block;
  width: 13em;
}
/* line 50, ../sass/styles/_login.scss */
.changeFields label.optional, .changeFields .s_radio input[type=radio]:checked + label.optional, .s_radio .changeFields input[type=radio]:checked + label.optional,
.changeFields .selectlist input[type=checkbox]:checked + label.optional,
.selectlist .changeFields input[type=checkbox]:checked + label.optional,
.changeFields .JshSelect .placeholder input[type=checkbox]:checked + label.optional,
.JshSelect .placeholder .changeFields input[type=checkbox]:checked + label.optional,
.changeFields .jshDialog input[type=checkbox]:checked + label.optional,
.jshDialog .changeFields input[type=checkbox]:checked + label.optional, .changeFields
label.required, .changeFields .s_radio input[type=radio]:checked + label.required, .s_radio .changeFields input[type=radio]:checked + label.required,
.changeFields .selectlist input[type=checkbox]:checked + label.required,
.selectlist .changeFields input[type=checkbox]:checked + label.required,
.changeFields .JshSelect .placeholder input[type=checkbox]:checked + label.required,
.JshSelect .placeholder .changeFields input[type=checkbox]:checked + label.required,
.changeFields .jshDialog input[type=checkbox]:checked + label.required,
.jshDialog .changeFields input[type=checkbox]:checked + label.required {
  width: 15em;
}

/* line 55, ../sass/styles/_login.scss */
div.button {
  float: left;
  height: 2.5em;
  width: 6em;
  margin-left: 2em;
}

/* line 61, ../sass/styles/_login.scss */
.menu_center {
  position: absolute;
  top: 20%;
  left: 30%;
}

/* line 66, ../sass/styles/_login.scss */
.registrationFields div.privacy {
  height: 7em;
}
/* line 68, ../sass/styles/_login.scss */
.registrationFields div.privacy label, .registrationFields div.privacy .s_radio input[type=radio]:checked + label, .s_radio .registrationFields div.privacy input[type=radio]:checked + label,
.registrationFields div.privacy .selectlist input[type=checkbox]:checked + label,
.selectlist .registrationFields div.privacy input[type=checkbox]:checked + label,
.registrationFields div.privacy .JshSelect .placeholder input[type=checkbox]:checked + label,
.JshSelect .placeholder .registrationFields div.privacy input[type=checkbox]:checked + label,
.registrationFields div.privacy .jshDialog input[type=checkbox]:checked + label,
.jshDialog .registrationFields div.privacy input[type=checkbox]:checked + label {
  height: 7em;
}

/* line 66, ../sass/styles/_login.scss */
.loginFields div.privacy {
  height: 7em;
}
/* line 68, ../sass/styles/_login.scss */
.loginFields div.privacy label, .loginFields div.privacy .s_radio input[type=radio]:checked + label, .s_radio .loginFields div.privacy input[type=radio]:checked + label,
.loginFields div.privacy .selectlist input[type=checkbox]:checked + label,
.selectlist .loginFields div.privacy input[type=checkbox]:checked + label,
.loginFields div.privacy .JshSelect .placeholder input[type=checkbox]:checked + label,
.JshSelect .placeholder .loginFields div.privacy input[type=checkbox]:checked + label,
.loginFields div.privacy .jshDialog input[type=checkbox]:checked + label,
.jshDialog .loginFields div.privacy input[type=checkbox]:checked + label {
  height: 7em;
}

/* line 73, ../sass/styles/_login.scss */
.logouttop {
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  background: #194f82;
  background: -moz-linear-gradient(top, #194f82 0%, #2676c2 50%, #194f82 100%);
  background: linear-gradient(to bottom, #194f82 0%, #2676c2 50%, #194f82 100%);
  background: -webkit-linear-gradient(top, #194f82 0%, #2676c2 50%, #194f82 100%);
  background: -o-linear-gradient(top, #194f82 0%, #2676c2 50%, #194f82 100%);
  background: -ms-linear-gradient(top, #194f82 0%, #2676c2 50%, #194f82 100%);
  background: -webkit-gradient(linear, right top, right bottom, color-stop(0%, #194f82), color-stop(50%, #2676c2), color-stop(100%, #194f82));
  margin: 0 20px 10px 0;
  float: right;
}
/* line 80, ../sass/styles/_login.scss */
.logouttop a {
  display: block;
  text-align: center;
  padding: 1px 16px 3px 16px;
  color: white;
}

/* line 88, ../sass/styles/_login.scss */
#wrapper .firstButton {
  margin-left: 130px;
}

/* line 93, ../sass/styles/_login.scss */
.registration label, .registration .s_radio input[type=radio]:checked + label, .s_radio .registration input[type=radio]:checked + label,
.registration .selectlist input[type=checkbox]:checked + label,
.selectlist .registration input[type=checkbox]:checked + label,
.registration .JshSelect .placeholder input[type=checkbox]:checked + label,
.JshSelect .placeholder .registration input[type=checkbox]:checked + label,
.registration .jshDialog input[type=checkbox]:checked + label,
.jshDialog .registration input[type=checkbox]:checked + label {
  width: 13em;
}

/* line 98, ../sass/styles/_login.scss */
.PasswordSecurity {
  width: 170px;
  height: 27px;
  float: left;
  background: url("../../images/vivo/pw_check.gif") no-repeat;
}

/* line 105, ../sass/styles/_login.scss */
.PasswordSecurityLevel {
  height: 24px;
  display: none;
  font-size: 5px;
  width: 1px;
  border: 2px solid #000;
  padding-left: 1px;
  margin-left: 1px;
}

/* line 1, ../sass/styles/_ajax.scss */
#transparent {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0.9;
  z-index: 4000;
  width: 100%;
  height: auto;
  background-attachment: scroll;
  background-clip: border-box;
  background-color: #161616;
  background-origin: padding-box;
  background-position: left top;
  background-repeat: repeat;
  background-size: auto auto;
}

/* line 21, ../sass/styles/_ajax.scss */
#loading {
  padding-top: 1em;
  margin: 25em auto 0;
  z-index: 5000;
  background-color: #161616;
  width: 20%;
  height: 25%;
}

/* line 30, ../sass/styles/_ajax.scss */
#ball {
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
  -webkit-box-shadow: 0 0 35px #2187e7;
  -moz-box-shadow: 0 0 35px #2187e7;
  box-shadow: 0 0 35px #2187e7;
  background-color: transparent;
  border-right: 5px solid rgba(0, 183, 229, 0.9);
  border-bottom: 5px solid rgba(0, 183, 229, 0.9);
  border-top: 5px solid transparent;
  border-left: 5px solid transparent;
  opacity: .9;
  width: 50px;
  height: 50px;
  margin: 0 auto;
  -moz-animation: spin .5s infinite linear;
  -webkit-animation: spin .5s infinite linear;
}

/* line 46, ../sass/styles/_ajax.scss */
#ball1 {
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
  -webkit-box-shadow: 0 0 15px #2187e7;
  -moz-box-shadow: 0 0 15px #2187e7;
  box-shadow: 0 0 15px #2187e7;
  background-color: transparent;
  border-right: 5px solid rgba(0, 183, 229, 0.9);
  border-bottom: 5px solid rgba(0, 183, 229, 0.9);
  border-top: 5px solid transparent;
  border-left: 5px solid transparent;
  opacity: 0.9;
  width: 30px;
  height: 30px;
  margin: 0 auto;
  position: relative;
  top: -50px;
  -moz-animation: spinoff .5s infinite linear;
  -webkit-animation: spinoff .5s infinite linear;
}

/* line 64, ../sass/styles/_ajax.scss */
#glow {
  font-size: 40px;
  width: 50%;
  height: 45px;
  text-align: center;
  margin: 0 auto;
  color: #00b7e5;
  text-shadow: 0 0 20px #2187e7;
}

@-moz-keyframes spin {
  0% {
    -moz-transform: rotate(0deg);
  }
  100% {
    -moz-transform: rotate(360deg);
  }
}
@-moz-keyframes spinoff {
  0% {
    -moz-transform: rotate(0deg);
  }
  100% {
    -moz-transform: rotate(-360deg);
  }
}
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@-webkit-keyframes spinoff {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(-360deg);
  }
}
/* line 1, ../sass/styles/_jquery.scss */
.ui-dialog {
  min-width: 300px;
}
/* line 3, ../sass/styles/_jquery.scss */
.ui-dialog .ui-dialog-titlebar {
  color: #5b6c7e;
}
/* line 7, ../sass/styles/_jquery.scss */
.ui-dialog .ui-dialog-content {
  padding: 0.5em 2em;
}
/* line 10, ../sass/styles/_jquery.scss */
.ui-dialog fieldset {
  border: 2px groove #93beea;
}

/* line 15, ../sass/styles/_jquery.scss */
.ui-widget, .ui-widget select,
.ui-widget input,
.ui-widget textarea,
.ui-widget button {
  font-family: Verdana;
  font-size: 1em;
}
/* line 24, ../sass/styles/_jquery.scss */
.ui-widget .ui-widget-header {
  font-weight: 700;
  border: transparent;
}

/* line 31, ../sass/styles/_jquery.scss */
.ui-widget-overlay {
  background: #161616 !important;
  opacity: 0.5;
}

/* line 36, ../sass/styles/_jquery.scss */
.ui-datepicker-trigger {
  padding-left: 0px;
  padding-right: 0px;
  width: 24px;
  height: 24px;
  margin-top: -3px;
  margin-left: 5px;
}
/* line 43, ../sass/styles/_jquery.scss */
.ui-datepicker-trigger img {
  width: 24px;
  margin: -4px -6px;
}

/* line 1, ../sass/styles/_print.scss */
.printButton {
  position: relative;
  background: none repeat scroll 0% 0% #FFF;
  border: 1px solid #5b6c7e;
  border-radius: 5px;
  color: #5b6c7e;
  font-weight: 600;
  margin: auto;
  text-decoration: none;
  vertical-align: middle;
}

/* line 13, ../sass/styles/_print.scss */
.printButtonDiv {
  width: 600px;
  margin: 10px auto;
}

/* line 18, ../sass/styles/_print.scss */
.printTable {
  width: 600px;
  border: 1px solid #5b6c7e;
  border-collapse: collapse;
}
/* line 22, ../sass/styles/_print.scss */
.printTable a {
  color: #048;
  font-size: 12px;
  text-decoration: none;
}

/* line 31, ../sass/styles/_print.scss */
#printThis.borderless,
#printThis .borderless {
  border: 0 !important;
}
/* line 35, ../sass/styles/_print.scss */
#printThis .printTableCell {
  border: 1px solid #5b6c7e;
  padding: 0 3px 2px 3px;
  vertical-align: top;
}
/* line 39, ../sass/styles/_print.scss */
#printThis .printTableCell.left {
  width: 60%;
}
/* line 42, ../sass/styles/_print.scss */
#printThis .printTableCell.right {
  width: 40%;
}
/* line 46, ../sass/styles/_print.scss */
#printThis.apliste .printTableCell {
  padding: 5px 3px 5px 3px;
}

/* line 50, ../sass/styles/_print.scss */
.fullWidth {
  width: 100%;
}

/* line 54, ../sass/styles/_print.scss */
.halfWidth {
  width: 50%;
}

/* line 58, ../sass/styles/_print.scss */
.smalltext {
  font-size: 11px;
}

/* line 62, ../sass/styles/_print.scss */
.middletext {
  font-size: 14px;
}

/* line 66, ../sass/styles/_print.scss */
.printSubheadline {
  font-size: 18px;
  font-weight: 500;
}

/* line 71, ../sass/styles/_print.scss */
.innerTable {
  border-top: 1px solid #5b6c7e;
  width: 100%;
}

/* line 76, ../sass/styles/_print.scss */
.paddingtop {
  padding-top: 5px;
}

/* line 80, ../sass/styles/_print.scss */
.allsentmail,
.allsentpost,
.allhanded {
  float: right;
}

/* line 85, ../sass/styles/_print.scss */
label.allsentmail, .s_radio input[type=radio]:checked + label.allsentmail,
.selectlist input[type=checkbox]:checked + label.allsentmail,
.JshSelect .placeholder input[type=checkbox]:checked + label.allsentmail,
.jshDialog input[type=checkbox]:checked + label.allsentmail,
label.allsentpost, .s_radio input[type=radio]:checked + label.allsentpost,
.selectlist input[type=checkbox]:checked + label.allsentpost,
.JshSelect .placeholder input[type=checkbox]:checked + label.allsentpost,
.jshDialog input[type=checkbox]:checked + label.allsentpost,
label.allhanded,
.s_radio input[type=radio]:checked + label.allhanded,
.selectlist input[type=checkbox]:checked + label.allhanded,
.JshSelect .placeholder input[type=checkbox]:checked + label.allhanded,
.jshDialog input[type=checkbox]:checked + label.allhanded {
  margin-top: 3px;
}

@media print {
  /* line 91, ../sass/styles/_print.scss */
  body:before {
    content: "";
    position: fixed;
    top: -10px;
    left: 0;
    width: 100%;
    height: 0.8em;
    -webkit-box-shadow: 0 0 0 rgba(0, 0, 0, 0.8);
    -moz-box-shadow: 0 0 0 rgba(0, 0, 0, 0.8);
    box-shadow: 0 0 0 rgba(0, 0, 0, 0.8);
    z-index: 100;
  }

  /* line 104, ../sass/styles/_print.scss */
  .printHeadline {
    font-size: 24px;
    font-weight: 800;
    text-decoration: underline;
  }

  /* line 110, ../sass/styles/_print.scss */
  .noPrint {
    display: none;
  }
}
@media screen {
  /* line 117, ../sass/styles/_print.scss */
  #wrapper .aplistsection {
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    -webkit-box-shadow: 3px 3px 2px lightgray;
    -moz-box-shadow: 3px 3px 2px lightgray;
    box-shadow: 3px 3px 2px lightgray;
    border-left: 1px solid lightgray;
    overflow: hidden;
    width: auto;
    margin: 10px;
  }
  /* line 127, ../sass/styles/_print.scss */
  #wrapper .apliste.printTable {
    width: 100%;
  }
  /* line 130, ../sass/styles/_print.scss */
  #wrapper .apliste tr:first-child {
    border-radius: 10px 10px 0 0;
    font-size: 13px;
    height: 35px;
    font-weight: 700;
    background-color: #2b83d6;
    color: #ffffff;
  }
  /* line 137, ../sass/styles/_print.scss */
  #wrapper .apliste tr:first-child td, #wrapper .apliste tr:first-child table th, #wrapper table .apliste tr:first-child th {
    padding: 7px;
  }
  /* line 143, ../sass/styles/_print.scss */
  #wrapper .checklistsection {
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    -webkit-box-shadow: 3px 3px 2px lightgray;
    -moz-box-shadow: 3px 3px 2px lightgray;
    box-shadow: 3px 3px 2px lightgray;
    border-left: 1px solid lightgray;
    overflow: hidden;
    width: auto;
    margin: 10px;
  }
  /* line 153, ../sass/styles/_print.scss */
  #wrapper .checkliste.printTable {
    width: 100%;
  }
  /* line 156, ../sass/styles/_print.scss */
  #wrapper .checkliste > tbody > tr:first-child {
    border-radius: 10px 10px 0 0;
    font-size: 13px;
    height: 35px;
    font-weight: 700;
    background-color: #2b83d6;
    color: #ffffff;
  }
  /* line 163, ../sass/styles/_print.scss */
  #wrapper .checkliste > tbody > tr:first-child td, #wrapper .checkliste > tbody > tr:first-child table th, #wrapper table .checkliste > tbody > tr:first-child th {
    padding: 9px;
  }
}
/* line 1, ../sass/styles/_uebersicht.scss */
.textUebersicht {
  margin: 10px 10px 10px 40px;
  float: right;
  font-size: 13px;
  line-height: 26px;
}

/* line 8, ../sass/styles/_uebersicht.scss */
.kategorieUebersicht {
  display: inline-block;
  margin: 10px;
  font-size: 13px;
}
/* line 12, ../sass/styles/_uebersicht.scss */
.kategorieUebersicht li {
  list-style: none;
  width: 100%;
  line-height: 26px;
}

/* line 19, ../sass/styles/_uebersicht.scss */
.meldevorgangUebersicht {
  margin: 10px;
  font-size: 13px;
}
/* line 22, ../sass/styles/_uebersicht.scss */
.meldevorgangUebersicht li {
  list-style: none;
  width: 100%;
}

/**
 * @author Alexander Heid <a.heid@charismateam.de>
 * @copyright (c) 2014, CharismaTeam GmbH
 */
/* line 6, ../sass/styles/_callmeback.scss */
#callmeback {
  color: #5b6c7e;
}
/* line 9, ../sass/styles/_callmeback.scss */
#callmeback .title {
  font-weight: 700;
}
/* line 13, ../sass/styles/_callmeback.scss */
#callmeback .values {
  margin: 3px 0 10px 15px;
}
/* line 17, ../sass/styles/_callmeback.scss */
#callmeback .message {
  font-weight: 700;
  text-align: center;
  margin-top: 15px;
}
/* line 23, ../sass/styles/_callmeback.scss */
#callmeback form {
  margin-top: 20px;
}
/* line 25, ../sass/styles/_callmeback.scss */
#callmeback form div {
  margin-top: 10px;
}
/* line 28, ../sass/styles/_callmeback.scss */
#callmeback form div label {
  display: inline-block;
  vertical-align: top;
  width: 35%;
}
/* line 34, ../sass/styles/_callmeback.scss */
#callmeback form div input,
#callmeback form div textarea {
  width: 50%;
  resize: none;
}

/* line 1, ../sass/styles/_wzmodul.scss */
.wzProduct {
  font-size: 12px;
  font-weight: 700;
}

/* line 6, ../sass/styles/_wzmodul.scss */
.wzProductName {
  float: left;
  margin: 3px;
}

/* line 3, ../sass/styles/rainbow/_navigation.scss */
.topmenu .menuitem > div {
  height: 40px;
  width: 100%;
  border-radius: 10px;
}
/* line 10, ../sass/styles/rainbow/_navigation.scss */
.topmenu .menuitem:nth-of-type(1) > div {
  background: #eeeeee;
}
/* line 13, ../sass/styles/rainbow/_navigation.scss */
.topmenu .menuitem:nth-of-type(1):hover > div {
  -webkit-box-shadow: 2px 2px 5px #333333;
  -moz-box-shadow: 2px 2px 5px #333333;
  box-shadow: 2px 2px 5px #333333;
}
/* line 16, ../sass/styles/rainbow/_navigation.scss */
.topmenu .menuitem:nth-of-type(1).active > div {
  background: #eeeeee;
  background: -moz-linear-gradient(top, #bbbbbb 0%, #ffffff 50%, #bbbbbb 100%);
  background: linear-gradient(to bottom, #bbbbbb 0%, #ffffff 50%, #bbbbbb 100%);
  background: -webkit-linear-gradient(top, #bbbbbb 0%, #ffffff 50%, #bbbbbb 100%);
  background: -o-linear-gradient(top, #bbbbbb 0%, #ffffff 50%, #bbbbbb 100%);
  background: -ms-linear-gradient(top, #bbbbbb 0%, #ffffff 50%, #bbbbbb 100%);
  background: -webkit-gradient(linear, right top, right bottom, color-stop(0%, #bbbbbb), color-stop(50%, #ffffff), color-stop(100%, #bbbbbb));
}
/* line 22, ../sass/styles/rainbow/_navigation.scss */
.topmenu .menuitem:nth-of-type(2) > div {
  background: #d6e7f7;
}
/* line 25, ../sass/styles/rainbow/_navigation.scss */
.topmenu .menuitem:nth-of-type(2):hover > div {
  -webkit-box-shadow: 2px 2px 5px #2269ac;
  -moz-box-shadow: 2px 2px 5px #2269ac;
  box-shadow: 2px 2px 5px #2269ac;
}
/* line 28, ../sass/styles/rainbow/_navigation.scss */
.topmenu .menuitem:nth-of-type(2).active > div {
  background: #d6e7f7;
  background: -moz-linear-gradient(top, #abceef 0%, #ffffff 50%, #abceef 100%);
  background: linear-gradient(to bottom, #abceef 0%, #ffffff 50%, #abceef 100%);
  background: -webkit-linear-gradient(top, #abceef 0%, #ffffff 50%, #abceef 100%);
  background: -o-linear-gradient(top, #abceef 0%, #ffffff 50%, #abceef 100%);
  background: -ms-linear-gradient(top, #abceef 0%, #ffffff 50%, #abceef 100%);
  background: -webkit-gradient(linear, right top, right bottom, color-stop(0%, #abceef), color-stop(50%, #ffffff), color-stop(100%, #abceef));
}
/* line 34, ../sass/styles/rainbow/_navigation.scss */
.topmenu .menuitem:nth-of-type(3) > div {
  background: #cde5ce;
}
/* line 37, ../sass/styles/rainbow/_navigation.scss */
.topmenu .menuitem:nth-of-type(3):hover > div {
  -webkit-box-shadow: 2px 2px 5px #3c773f;
  -moz-box-shadow: 2px 2px 5px #3c773f;
  box-shadow: 2px 2px 5px #3c773f;
}
/* line 40, ../sass/styles/rainbow/_navigation.scss */
.topmenu .menuitem:nth-of-type(3).active > div {
  background: #cde5ce;
  background: -moz-linear-gradient(top, #9acc9c 0%, #ffffff 50%, #9acc9c 100%);
  background: linear-gradient(to bottom, #9acc9c 0%, #ffffff 50%, #9acc9c 100%);
  background: -webkit-linear-gradient(top, #9acc9c 0%, #ffffff 50%, #9acc9c 100%);
  background: -o-linear-gradient(top, #9acc9c 0%, #ffffff 50%, #9acc9c 100%);
  background: -ms-linear-gradient(top, #9acc9c 0%, #ffffff 50%, #9acc9c 100%);
  background: -webkit-gradient(linear, right top, right bottom, color-stop(0%, #9acc9c), color-stop(50%, #ffffff), color-stop(100%, #9acc9c));
}
/* line 46, ../sass/styles/rainbow/_navigation.scss */
.topmenu .menuitem:nth-of-type(4) > div {
  background: #ffcce8;
}
/* line 49, ../sass/styles/rainbow/_navigation.scss */
.topmenu .menuitem:nth-of-type(4):hover > div {
  -webkit-box-shadow: 2px 2px 5px #ff34a3;
  -moz-box-shadow: 2px 2px 5px #ff34a3;
  box-shadow: 2px 2px 5px #ff34a3;
}
/* line 52, ../sass/styles/rainbow/_navigation.scss */
.topmenu .menuitem:nth-of-type(4).active > div {
  background: #ffcce8;
  background: -moz-linear-gradient(top, #ffb3dd 0%, #ffffff 50%, #ffb3dd 100%);
  background: linear-gradient(to bottom, #ffb3dd 0%, #ffffff 50%, #ffb3dd 100%);
  background: -webkit-linear-gradient(top, #ffb3dd 0%, #ffffff 50%, #ffb3dd 100%);
  background: -o-linear-gradient(top, #ffb3dd 0%, #ffffff 50%, #ffb3dd 100%);
  background: -ms-linear-gradient(top, #ffb3dd 0%, #ffffff 50%, #ffb3dd 100%);
  background: -webkit-gradient(linear, right top, right bottom, color-stop(0%, #ffb3dd), color-stop(50%, #ffffff), color-stop(100%, #ffb3dd));
}
/* line 58, ../sass/styles/rainbow/_navigation.scss */
.topmenu .menuitem:nth-of-type(5) > div {
  background: #fff5bc;
}
/* line 61, ../sass/styles/rainbow/_navigation.scss */
.topmenu .menuitem:nth-of-type(5):hover > div {
  -webkit-box-shadow: 2px 2px 5px #ccae00;
  -moz-box-shadow: 2px 2px 5px #ccae00;
  box-shadow: 2px 2px 5px #ccae00;
}
/* line 64, ../sass/styles/rainbow/_navigation.scss */
.topmenu .menuitem:nth-of-type(5).active > div {
  background: #fff5bc;
  background: -moz-linear-gradient(top, #ffec7f 0%, #ffffff 50%, #ffec7f 100%);
  background: linear-gradient(to bottom, #ffec7f 0%, #ffffff 50%, #ffec7f 100%);
  background: -webkit-linear-gradient(top, #ffec7f 0%, #ffffff 50%, #ffec7f 100%);
  background: -o-linear-gradient(top, #ffec7f 0%, #ffffff 50%, #ffec7f 100%);
  background: -ms-linear-gradient(top, #ffec7f 0%, #ffffff 50%, #ffec7f 100%);
  background: -webkit-gradient(linear, right top, right bottom, color-stop(0%, #ffec7f), color-stop(50%, #ffffff), color-stop(100%, #ffec7f));
}
