@charset 'UTF-8';

body:after {
  content: 'desktop';
  display: none;
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 1000;
  background: #fc0;
  padding: 0.4em;
}
body.dev:after {
  display: block;
}
/**
 * Tablet landscape
 */
@media screen and (min-width: 992px) and (max-width: 1236px) {
  /* Anzeixer */
  body:after {
    content: 'tablet-landscape';
    background: #f90;
  }
}
/**
 * Tablet portrait
 */
@media screen and (min-width: 768px) and (max-width: 991px) {
  /* Anzeixer */
  body:after {
    content: 'tablet-portrait';
    background: #f90;
  }
}
/**
 * Phone landscape
 */
@media screen and (min-width: 480px) and (max-width: 767px) {
  /* Anzeixer */
  body:after {
    content: 'phone-landscape';
    background: #cf0;
  }
}
/**
 * Phone portrait
 */
@media screen and (max-width: 480px) {
  /* Anzeixer */
  body:after {
    content: 'phone-portrait';
    background: #9f0;
  }
}
/* menu colors */
.font_family_bold {
  font-family: "Arial Bold", Arial, Helvetica, sans-serif;
  font-weight: bold;
}
/* Exceptions for "classic" view */
#search-page.classic #content-column,
#list-community.classic #content-column,
#departement-home.classic #content-column {
  width: 75% !important;
}
* {
  margin: 0;
  padding: 0;
  -webkit-font-smoothing: antialiased;
}
#mfPreviewBar {
  display: none;
}
/* visibility of certain elements desktop vs. mobile */
.responsive-visible {
  display: none;
}
.responsive-hidden {
  display: block;
}
html:not(.svg) .svg-hidden {
  display: block;
}
html:not(.svg) .svg-visible {
  display: none;
}
html.svg .svg-hidden {
  display: none;
}
html.svg .svg-visible {
  display: block;
}
html:not(.touch) body.classic .responsive-visible {
  display: none !important;
}
html:not(.touch) body.classic .responsive-hidden {
  display: block !important;
}
/* end of: visibility */
/* only for index-site */
.testable {
  background-color: #F7F8E0;
}
/**
 * Tag-Definitionen
 */
body {
  background: #e0e0e0 url(images/bg-body.png) top left repeat-x;
  line-height: 20px;
  font-size: 62.5%;
  width: 100%;
  position: absolute;
  /* important for vignettes */
}
body.mobile {
  overflow-x: hidden;
}
body,
th,
td,
select,
input,
textarea {
  font-family: Arial, Helvetica, sans-serif;
  color: #000000;
}
body th {
  font-family: "Arial Bold", Arial, Helvetica, sans-serif;
  font-weight: bold;
}
a {
  /* color: @blue_link_medium; */
  color: #1d5f9f;
  text-decoration: none;
}
html.no-touch a:hover {
  text-decoration: underline;
  color: #333333;
}
a:focus {
  background-color: #003366 !important;
  /* background-image: none !important; */
  color: #ffffff !important;
}
a:focus.no-focus {
  background-color: transparent !important;
  color: #00458b !important;
}
a.this {
  color: #d80b3a !important;
}
a.intern {
  /*padding-left: 23px;

}

a.intern:hover {
  /*background-position: 0 -101px;*/
}
* html #context-column a.intern {
  display: inline-block;
}
* + html #context-column a.intern {
  display: inline-block;
}
a.extern {
  /*padding-left: 23px;

}

a.extern:hover {
  /*background-position: 0 -299px;*/
}
* html #context-column a.extern {
  display: inline-block;
}
* + html #context-column a.extern {
  display: inline-block;
}
a img,
#content-column img {
  border: 0;
}
#context-column .box-campaign > a > img {
  width: 100%;
}
/**
 * Wrapper
 */
#wrapper {
  margin-top: -5px;
  position: static;
}
#small-header #wrapper {
  width: 100%;
}
/**
 * Logo & Bereich
 */
#logo {
  position: absolute;
  top: 4px;
  left: 0;
  background-position: 23px 22px;
  background-repeat: no-repeat;
  background-image: url(images/logo.png);
  height: 178px;
  width: 178px;
  font-size: 1.5em;
  z-index: 10;
}
.headerImage {
  position: absolute;
  top: 5px;
  right: 0;
  max-width: 883px;
}
#logo img {
  position: absolute;
  top: 22px;
  left: 23px;
  z-index: 10;
}
#logo div {
  position: absolute;
  padding: 8px 0 0 188px;
  height: 95px;
}
#logo p.identity,
#logo p.identity.three-lines {
  padding: 35px 21px 0 0;
  white-space: nowrap;
}
#logo p.identity.two-lines {
  padding-top: 55px;
}
#logo p.identity.one-line {
  padding-top: 75px;
}
#logo p.identity a.this-home {
  color: #333333;
}
#logo strong {
  font-family: "Arial Black", Arial, Helvetica, sans-serif;
}
#logo a {
  font-size: 0.8em;
}
#logo a:hover {
  text-decoration: underline;
  color: #333333;
}
#logo p.home {
  position: absolute;
  top: 8px;
  left: 147px;
  white-space: nowrap;
}
#logo a.home {
  padding-left: 6px;
}

/**
 * Hauptconainer Inhaltsbereich
 */
#main-area {
  background-color: #ffffff;
  margin: 207px auto 0;
  border: 1px solid #d0d0d0;
  padding-top: 11px;
  padding-bottom: 49px;
}
#search-page #main-area {
  padding-top: 2px;
}
#flyout-static #main-area {
  min-height: 640px;
}
* html #flyout-static #main-area {
  display: table;
  height: 640px;
}

#small-header {
  background-position: 0 -55px;
}
#small-header #main-area {
  margin-top: 150px;
  margin-left: 21px;
  margin-right: 21px;
  padding: 0;
}
#microsite #main-area {
  padding-bottom: 21px;
}

/**
 * Hauptspalte
 */
#content-column {
  float: left;
  min-height: 425px;
}
* html #content-column {
  display: table;
  height: 425px;
}
#board-home.classic #content-column,
#board-home #content-column {
  padding-top: 10px;
}
#small-header #content-column {
  width: 100%;
}
h1 {
  font-size: 2.4em;
  line-height: 1.2;
  font-family: "Arial Bold", Arial, Helvetica, sans-serif;
  font-weight: bold;
  margin: 0 0 30px 0;
  padding-top: 27px;
  border-top: 1px solid #d0d0d0;
}
#departement-home h1 {
  border-top: 0;
  padding-top: 0;
}
#board-home h1 {
  border-top: 0;
  padding-top: 30px;
}
#main-area.without-breadcrumb h1 {
  margin-top: 10px;
}
#board-home #main-area.without-breadcrumb h1,
#departement-home #main-area.without-breadcrumb h1 {
  margin-top: 0;
}
h2 {
  font-size: 2.1em;
  line-height: 1.25;
  margin: 30px 0 21px 0;
  font-weight: normal;
}
#content-column h2 {
  clear: both;
}
#departement-home #content-column h2,
#board-home #content-column h2 {
  margin-top: 0 !important;
  clear: none;
}
#context-column h2,
#context-column h3 {
  font-size: 1.8em;
  margin-bottom: 12px;
}
h3 {
  font-size: 1.8em;
  line-height: 1.25;
  margin: 30px 0 12px;
  font-weight: normal;
}
h3.line-top {
  padding-top: 9px;
  border-top: 1px solid #d0d0d0;
}
/* only if actual box on office start page has an h3 (instead of h2) */
#content-column div.box-actual h3 {
  font-size: 2.1em !important;
}
#departement-home #content-column div.box-actual h3 {
  margin-top: 0 !important;
}
h4 {
  font-size: 1.4em;
  font-family: "Arial Bold", Arial, Helvetica, sans-serif;
  font-weight: bold;
  margin: 30px 0 12px;
}
#search-page h4 {
  margin: 20px 0 0 0;
  font-family: "Arial Bold", Arial, Helvetica, sans-serif;
  font-weight: bold;
}
strong {
  font-family: "Arial Bold", Arial, Helvetica, sans-serif;
  font-weight: bold;
}

form input[type="checkbox"].with-block-label,
form input[type="radio"].with-block-label {
  display: block !important;
}
/**
 * Footer
 */
/*  footer wrapper */
#footer-area {
  background-color: #f8f8f8;
  border-top: 1px solid #d0d0d0;
  margin: 0 auto;
}
.le-footer {
  width: 1166px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
.container.footer-bg {
  padding: 0;
}
.container.footer-bg .col-xl-12 {
  padding: 0;
}
.footer-bg {
  width: 100%;
  background-color: #f8f8f8;
}
.footer-spacer {
  background-color: #e0e0e0;
  height: 10px;
  margin: 1px 0;
}
#footer {
  background-color: #f8f8f8;
  padding: 16px 0 50px 0;
  font-size: 1.2em;
}
#small-header #footer {
  display: none;
}
#footer ul {
  list-style: none !important;
}
#footer li {
  float: left;
}
#footer li.active a {
  color: #333333;
}
/*  start footer styles from prototype */
/**
 * Footer
 */
#small-header #footer {
  display: none;
}
#footer ul {
  list-style: none;
}
#footer li {
  float: left;
  padding-right: 20px;
}
#footer .copyright {
  width: 298px;
  position: relative;
  margin-left: 0;
  left: 0;
  text-align: left;
  padding-right: 22px;
}
/* responsive-new: padding for link to mobile view */
#footer .switch-to-mobile {
  padding-right: 60px;
}
#footer .active a {
  color: #333333;
}
/*  end footer styles from prototype */
/*  classic view: hide mobile-only elements, regardless of viewport */
body.classic #header-mobile,
body.classic #footer p.change-view,
body.classic #footer p.change-view .switch-to-desktop,
body.classic #footer .switch-to-desktop,
body.classic #mobile-content-navigation,
body.classic #nav-meta-footer,
body.classic #nav-lang-footer {
  display: none !important;
}

/*  classic view: ignore responsive Bootstrap classes */
body.classic .hidden-md,
body.classic .hidden-desktop {
  display: block !important;
}
body.classic .visible-md-block {
  display: none !important;
}
/**
 * Generischen Klassen
 */
.clear {
  clear: both;
}
.clear-full {
  clear: both;
  height: 0;
  padding: 0;
  margin: 0!important;
  line-height: 0;
  font-size: 0;
}
.to-left {
  float: left;
}
.to-right {
  float: right;
}
.no-margins {
  margin: 0 !important;
}
.no-borders {
  border: 0 !important;
}
.align-left {
  text-align: left !important;
}
.align-right {
  text-align: right !important;
}

@media screen and (max-width: 1236px) {
  body.classic #logo {
    top: 0;
  }
  body.classic .headerImage {
    top: 0;
  }
  body.classic #flyout {
    top: 130px;
  }
  /* "switch to mobile unclickable link in classic view" bugfix*/
  body.classic #footer .switch-to-mobile {
    position: relative !important;
    padding-right: 0 !important;
  }
}

@media (min-width: 1236px) {
  .le-header {
    position: relative;
    left: -45px;
  }
  #header-nav-top-right {
    position: relative;
    left: -53px;
  }
}
/*------------------------------------*\
    #OBJECTS
\*------------------------------------*/
/**
 * These are design-free objects, abstractions and design patterns. These create
 * constructs that you lay your designs over.
 */
.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 11px;
  padding-right: 11px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media (min-width: 480px) {
  .container {
    width: 100%;
  }
}
@media (min-width: 768px) {
  .container {
    width: 100%;
  }
}
@media (min-width: 992px) {
  .container {
    width: 100%;
  }
}
@media (min-width: 1236px) {
  .container {
    width: 1210px;
  }
}

/**
 * Zwei-Spalten-Layout
 */
div.column {
  width: 276px;
}
#departement-home div.column.to-left {
  width: 574px;
}
/**
 * Label
 */
span.label {
  float: left;
  display: block;
  width: 100px;
}
.arrows-mobile-only {
  top: 50% !important;
  width: 50px !important;
  height: 50px !important;
}

form fieldset {
  border: 0;
  margin-bottom: 20px;
}
form fieldset.fieldset-small {
  margin-bottom: 3px;
}
form fieldset legend {
  font-size: 1.9em;
  color: #000000;
  margin-bottom: 15px;
}
form fieldset legend.legend-small {
  font-size: 1.4em;
  margin-bottom: -4px;
  margin-left: 200px;
}
form fieldset legend.legend-small span {
  width: 375px;
  font-weight: normal;
  line-height: 18px;
  margin-top: -11px;
  padding: 14px 0 8px 0;
  text-align: left;
  white-space: normal !important;
  margin-bottom: -37px;
  position: relative;
  font-family: Arial, Helvetica, sans-serif;
}
* html form fieldset legend.legend-small span {
  width: 183px;
  float: left;
  margin-bottom: 0px;
}
* + html form fieldset legend.legend-small span {
  width: 183px;
  margin-top: 0px;
  float: left;
  margin-bottom: -5px;
}
/* IE8 Hack */
form fieldset legend.legend-small span {
  display: table-cell;
}
form fieldset legend.legend-top-small {
  font-weight: normal;
  margin-bottom: 0;
}
form fieldset fieldset legend.legend-top-small {
  margin-left: 200px;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: normal;
}
form fieldset div.div-legend-small {
  margin-top: -3px;
}
* html form fieldset div.div-legend-small {
  margin-top: -7px;
}
* + html form fieldset div.div-legend-small {
  margin-top: -13px !important;
}
form fieldset fieldset {
  margin-top: 0;
  padding: 0;
}
form fieldset fieldset.fieldset-paragraph {
  margin-top: 15px;
}
form fieldset fieldset legend {
  font-size: 1.4em;
  margin-bottom: 6px;
  margin-left: 200px;
  font-family: "Arial Bold", Arial, Helvetica, sans-serif;
  font-weight: bold;
}
form fieldset.fieldset-small legend.legend-small {
  margin-left: 200px;
}
form label {
  display: block;
  float: none;
  width: 188px;
  padding-right: 10px;
  padding-top: 4px;
  text-align: left;
  font-size: 1.4em;
  margin-left: 200px;
}
form label.radio,
form label.checkbox {
  display: inline;
  float: none;
  text-align: left;
  width: auto;
  margin-left: 0;
}
form .row.two-dates label {
  width: auto;
}
form fieldset fieldset .row.two-dates label {
  margin-left: 0;
}
* html form .row.two-dates label {
  margin-top: -8px;
}
form .row.two-dates label,
form .row.two-dates input {
  float: left !important;
}
form input,
form select,
form textarea {
  font-size: 1.4em;
  margin-left: 200px;
}
form input.text,
form select,
form textarea {
  border: 1px solid #949494;
  height: 1.3em;
  width: 297px;
  padding: 3px;
}
form input.text:active,
form select:active,
form textarea:active,
form input.text:focus,
form select:focus,
form textarea:focus {
  background-color: #eff7ff;
  border: 1px solid #003366;
}
form .row.two-dates input.text.form-date {
  margin-right: 18px;
}
form fieldset fieldset .row.two-dates input.text.form-date {
  margin-left: 0;
}
* html .row.two-dates input.text.form-date {
  margin-top: -3px;
}
form input.form-plz,
form select.select-numbers {
  width: 4em;
}
form input.form-date {
  width: 6em;
}
form textarea {
  width: 365px;
}
* html form textarea {
  width: 356px;
}
form select {
  height: auto;
  width: 304px;
}
form select.subject {
  width: 365px;
}
* html form select {
  width: 295px;
}
* html form select.subject {
  width: 365px;
}
#search-page form select {
  width: 305px;
}
form input[type="file"] {
  height: 27px;
}
form input[type="checkbox"],
form input[type="radio"] {
  margin-left: 0;
}
form input[type="checkbox"].with-block-label,
form input[type="radio"].with-block-label {
  float: left;
}
form input[type="checkbox"].with-block-label + label,
form input[type="radio"].with-block-label + label {
  display: table;
  margin-top: 0;
  width: auto;
}
form input[type="checkbox"].with-block-label.full-width + label,
form input[type="radio"].with-block-label.full-width + label {
  width: auto;
}
* + html form input[type="checkbox"].with-block-label + label {
  margin-top: 0;
  padding-left: 23px;
}
* + html form input[type="radio"].with-block-label + label {
  margin-top: 0px;
  padding-left: 23px ;
}
* + html form div.indent input[type="checkbox"].with-block-label + label {
  margin-top: 0;
  padding-left: 3px;
}
* + html form div.indent input[type="radio"].with-block-label + label {
  margin-top: 0px;
  padding-left: 3px ;
}
#context-column form input[type="checkbox"].with-block-label + label,
#context-column form input[type="radio"].with-block-label + label {
  width: auto;
}
form input[type="radio"],
form input[type="checkbox"] {
  margin-right: 3px;
  margin-top: 6px;
}
form input[type="radio"]:focus,
form input[type="checkbox"]:focus,
form input[type="radio"]:active,
form input[type="checkbox"]:active {
  outline: thin solid #003366 !important;
}
#search-page form input[type="radio"],
#search-page form input[type="checkbox"] {
  margin-top: 0;
}
form input.big-submit,
button.big-submit,
a.small-submit {
  padding: 3px 6px 4px 6px;
  color: #1d5f9f;
  border: 1px solid #bfbfbf;
  background: #e9e9e9 url(images/bg-button.png) top left repeat-x;
  cursor: pointer;
}
form input.small-submit,
button.small-submit,
a.small-submit {
  padding: 3px 6px 4px 6px;
  color: #1d5f9f;
  border: 1px solid #bfbfbf;
  background: #e9e9e9 url(images/bg-button.png) top left repeat-x;
  cursor: pointer;
}
form input.big-submit {
  margin: -18px 0 18px 0;
}
form input.small-submit {
  margin: -18px 0 18px 0;
}
form input[type="submit"].form-margin,
form input[type="reset"].form-margin,
form input[type="button"].form-margin {
  margin-top: 0;
}
* html form input.form-margin {
  margin-top: 0;
}
* html form input[type="reset"] {
  margin-right: 12px !important;
  margin-left: 0 !important;
}
* html form input.form-margin-left {
  margin-left: 12px;
}
form input[type="submit"]:focus,
form input[type="reset"]:focus,
form input[type="button"]:focus,
form input[type="submit"]:active,
form input[type="reset"]:active,
form input[type="button"]:active {
  outline: thin solid #003366 !important;
}

form textarea {
  height: 10.0em;
}
form .two-numbers {
  width: 3.8em !important;
  margin-right: 3px;
}
form .four-numbers {
  width: 5em !important;
}
form div.line {
  border-top: 1px solid #d0d0d0;
  margin: 20px 0 10px 0;
  padding: 0;
  font-size: 1px;
  height: 1px;
}
form .row {
  clear: both;
  padding: 6px 0;
}
form .two-dates {
  padding-left: 200px;
  margin-top: -3px;
}

.classic form .indent,
.classic #content-column form p.indent {
  margin-left: 200px;
}
form p.info {
  font-size: 1.2em !important;
  line-height: 1.2em;
  margin-top: 3px !important;
  margin-bottom: 6px !important;
  width: 297px;
}
#context-column form p.info {
  width: auto;
}
form p.info-error-required {
  color: #c12323 !important;
}
.hide {
  display: none !important;
}
.show {
  display: block !important;
}
.invisible {
  visibility: hidden;
}
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.hidden {
  display: none !important;
  visibility: hidden !important;
}

body:not(.classic) .hidden-xl {
  display: block !important;
}
html body #header-area-dp {
  width: 1184px;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
html body #search {
  top: 161px;
  left: 998px;
  width: 296px;
}
html body #main-area {
  width: 1210px !important;
}
html body #main-area > div.row > div.hidden-mobile {
  visibility: visible !important;
  display: block !important;
}
html body #nav-sub {
  width: 272px !important;
  visibility: visible !important;
  display: block !important;
}
html body #content-column {
  width: 890px !important;
}
html body #context-column {
  width: 296px !important;
}
html #flyout {
  width: 582px !important;
}

@media (max-width: 1235px) {
  html body #header-area-dp {
    margin-right: 0;
  }
  html body #logo {
    width: 1240px;
  }
  html body #nav-meta,
  html body #nav-lang {
    left: 942px;
  }
  html body #search {
    top: 161px;
    left: 942px;
    width: 296px;
  }
  html body div#flyout-body {
    margin-left: 90px !important;
  }
  html body div#flyout-cover {
    min-width: 100%;
    width: 1246px;
  }
  html body #nav-sub {
    margin-right: 11px;
  }
  html body #main-area {
    position: relative;
    left: 29px;
    margin-left: 0;
    margin-right: 28px;
  }
  html body #footer-area {
    padding-left: 29px;
  }
  html body .le-footer {
    padding-left: 0;
    padding-right: 0;
    margin-left: 0;
    margin-right: 0;
    float: none;
    width: 1210px;
  }
  html body .le-footer > .footer-bg {
    width: 1217px !important;
  }
}
.classic div.formspacer {
  height: 30px;
}
.classic button {
  font-size: 15px;
}

.classic div.pageHeader {
  position: relative;
  width: 1239px;
}

/* header icons */
.ktzh-logo-mobile {
  float: left;
}

.ktzh-logo-mobile {
  width: 62px;
  height: 48px;
  background-position: -4822px 0;
}