@charset "UTF-8";
/* redesign 2017 gr.ch  main.css  contains all the relevant css */
/* @group Reset */
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, main, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, main {
  display: block;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '"';
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

:focus {
  outline: 0;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

/* @end */
/* @group default margin/padding */
/*let's start with the lists*/
/* @end */
/* @group Forms */
form {
  margin: 0;
}

legend {
  border: 0;
  *margin-left: -7px;
  text-shadow: 0 1px 1px #d4d4d4;
}

input, select, label {
  vertical-align: middle;
}

button, input, select, textarea {
  font-size: 100%;
}

button, input {
  line-height: normal;
}

input[type=checkbox],
input[type=radio] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0;
}

input[type=search] {
  -webkit-appearance: textfield;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

textarea {
  overflow: auto;
  vertical-align: top;
}

/* @end */
.nav ul {
  list-style: none;
}

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

body {
  font-family: Arial, sans-serif;
  font-size: 100%;
  line-height: 1.5;
  background-color: #fff;
  overflow-x: hidden;
  color: #000;
  opacity: 1 !important;
}

a {
  color: #0069B4;
  text-decoration: none;
  cursor: pointer;
}

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

a:visited {
  color: #0087e7;
}

a:active {
  color: #0069B4;
}

img {
  max-width: 100%;
  height: auto;
}

h1 {
  font-size: 1.5rem;
  color: #0069B4;
  margin-bottom: 40px;
  line-height: 1.3;
}

h2 {
  font-size: 1.25rem;
  color: #0069B4;
  margin-top: 40px;
  margin-bottom: 18px;
  line-height: 1.3;
}
h3 {
  font-size: 1.1rem;
  color: #000;
  line-height: 1.3;
  margin-top: 30px;
  margin-bottom: 0.75rem;
}

p {
  margin: 0 0 9px 0;
}

ul,
ol {
  margin: 0 0 18px 20px;
}

ul {
  list-style-type: square;
}
ul ul {
  list-style-type: disc;
}
ul ul ul {
  list-style-type: circle;
}

ol li,
ul li {
  margin-bottom: 0.75rem;
}

.main-content div {
  font-size: 1rem;
}

.SizeAndTargetInfo {
  font-size: 0.75rem;
}

a.button {
  display: inline-block;
  padding: 5px 10px;
  background: #0069B4;
  font-size: inherit;
  text-decoration: none;
  color: #fff;
  -webkit-transition: background 200ms ease;
  transition: background 200ms ease;
  border: 0 none;
  cursor: pointer;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  border-radius: 0;
}
a.button:hover {
  text-decoration: none;
  color: #fff;
  background: #0078ce;
}
a.button:visited, a.button:active {
  text-decoration: none;
  color: #fff;
}

.skip-link,
.skip-links,
.skiplink,
.skiplinks {
  position: absolute;
}

table {
  border-collapse: collapse;
  width: 100%;
  margin: 10px 0;
}

th,
td {
  font-size: 0.75rem;
}
.main-content th div,
.main-content td div {
  font-size: 0.75rem;
}

table th.left,
table td.left {
  text-align: left;
}
table th.center,
table td.center {
  text-align: center;
}
table th.right,
table td.right {
  text-align: right;
}

table.content-table {
  overflow: auto;
  overflow-y: hidden;
  overflow-x: auto;
  display: block;
  width: 100%;
}
.medium-width table.content-table {
  overflow: auto;
  overflow-y: auto;
  overflow-x: auto;
  display: table;
}

table.fixedWidth {
  table-layout: fixed;
}

table.columns-s th,
table.columns-s td {
  font-size: 1rem;
}
table.columns-s th div,
table.columns-s td div {
  font-size: 1rem;
}
table.columns-m th,
table.columns-m td {
  font-size: 0.875rem;
}
table.columns-m th div,
table.columns-m td div {
  font-size: 0.875rem;
}
table.columns-l th,
table.columns-l td {
  font-size: 0.75rem;
}
table.columns-l th div,
table.columns-l td div {
  font-size: 0.75rem;
}
table.columns-xl th,
table.columns-xl td {
  font-size: 0.6875rem;
}
table.columns-xl th div,
table.columns-xl td div {
  font-size: 0.75rem;
}

th {
  background: #0069B4;
  color: #fff;
  padding: 8px 4px;
}
th a,
th a:hover,
th a:visited,
th a:active {
  color: #fff;
}

td {
  padding: 8px 4px;
  background: #fff;
}

th.right,
td.right {
  text-align: right;
}
th.center, th.centered,
td.center,
td.centered {
  text-align: center;
}
th.left,
td.left {
  text-align: left;
}

.normalRow td {
  background: #fff;
}

.no-alternating-row-class:not(.no-table-styles) tr:nth-child(even) td,
.alternatingRow td {
  background: #E6F0F8;
}

.no-alternating-row-class:not(.no-table-styles) tr:nth-child(even):hover td,
tr:hover td {
  background: #DADADA;
}

.no-table-styles th:first-child,
.no-table-styles td:first-child {
  padding-left: 0;
}
.no-table-styles tr:hover td {
  background: #fff;
}

.body-row.second table {
  margin: 10px 0;
}
.body-row.second table.max-columns-2 td:first-child {
  width: 50%;
}
.body-row.second table th {
  background: transparent;
  color: #000;
  padding: 8px 4px;
}
.body-row.second table th:first-child {
  padding-left: 0;
}
.body-row.second table th:last-child {
  padding-right: 0;
}
.body-row.second table td {
  background: transparent;
  padding: 8px 4px;
}
.body-row.second table td:first-child {
  padding-left: 0;
}
.body-row.second table td:last-child {
  padding-right: 0;
}
.body-row.second table tr {
  border-bottom: 2px solid #0069B4;
}
.body-row.second table tr:last-child {
  border-bottom-width: 0;
}
.body-row.second table tr:nth-child(odd) td, .body-row.second table tr:nth-child(even) td {
  background: transparent;
}

.Text {
  margin-top: 1rem;
}

.DateAndByLine {
  margin-bottom: 1rem;
}

div.SystemMessages {
  margin: 0.75rem 0;
  color: red;
}

table caption,
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
  white-space: normal;
}

.gr-only-edit-mode {
  height: 0;
  width: 0;
  overflow: hidden;
}
.Edit .gr-only-edit-mode {
  height: auto;
  width: auto;
  overflow: visible;
}

.m-0 {
  margin: 0;
}

.m-1 {
  margin: 0.25rem;
}

.m-2 {
  margin: 0.5rem;
}

.m-3 {
  margin: 1rem;
}

.m-4 {
  margin: 0.1rem 0.5;
}

.m-5 {
  margin: 3rem;
}

.m-auto {
  margin: auto;
}

.mt-0 {
  margin-top: 0;
}

.mt-1 {
  margin-top: 0.25rem;
}

.mt-2 {
  margin-top: 0.5rem;
}

.mt-3 {
  margin-top: 1rem;
}

.mt-4 {
  margin-top: 0.1rem 0.5;
}

.mt-5 {
  margin-top: 3rem;
}

.mt-auto {
  margin-top: auto;
}

.mr-0 {
  margin-right: 0;
}

.mr-1 {
  margin-right: 0.25rem;
}

.mr-2 {
  margin-right: 0.5rem;
}

.mr-3 {
  margin-right: 1rem;
}

.mr-4 {
  margin-right: 0.1rem 0.5;
}

.mr-5 {
  margin-right: 3rem;
}

.mr-auto {
  margin-right: auto;
}

.mb-0 {
  margin-bottom: 0;
}

.mb-1 {
  margin-bottom: 0.25rem;
}

.mb-2 {
  margin-bottom: 0.5rem;
}

.mb-3 {
  margin-bottom: 1rem;
}

.mb-4 {
  margin-bottom: 0.1rem 0.5;
}

.mb-5 {
  margin-bottom: 3rem;
}

.mb-auto {
  margin-bottom: auto;
}

.ml-0 {
  margin-left: 0;
}

.ml-1 {
  margin-left: 0.25rem;
}

.ml-2 {
  margin-left: 0.5rem;
}

.ml-3 {
  margin-left: 1rem;
}

.ml-4 {
  margin-left: 0.1rem 0.5;
}

.ml-5 {
  margin-left: 3rem;
}

.ml-auto {
  margin-left: auto;
}

.mx-0 {
  margin-right: 0;
  margin-left: 0;
}

.mx-1 {
  margin-right: 0.25rem;
  margin-left: 0.25rem;
}

.mx-2 {
  margin-right: 0.5rem;
  margin-left: 0.5rem;
}

.mx-3 {
  margin-right: 1rem;
  margin-left: 1rem;
}

.mx-4 {
  margin-right: 0.1rem 0.5;
  margin-left: 0.1rem 0.5;
}

.mx-5 {
  margin-right: 3rem;
  margin-left: 3rem;
}

.mx-auto {
  margin-right: auto;
  margin-left: auto;
}

.my-0 {
  margin-top: 0;
  margin-bottom: 0;
}

.my-1 {
  margin-top: 0.25rem;
  margin-bottom: 0.25rem;
}

.my-2 {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}

.my-3 {
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.my-4 {
  margin-top: 0.1rem 0.5;
  margin-bottom: 0.1rem 0.5;
}

.my-5 {
  margin-top: 3rem;
  margin-bottom: 3rem;
}

.my-auto {
  margin-top: auto;
  margin-bottom: auto;
}

.brand-color {
  color: #0069B4 !important;
}

.default-color {
  color: #000 !important;
}

.info-color {
  color: #001554 !important;
}

.success-color {
  color: #005500 !important;
}

.alert-color {
  color: #e76700 !important;
}

.error-color {
  color: #bf0000 !important;
}

table thead td {
  font-weight: bold;
}

.header {
  background-color: #0069B4;
  color: #fff;
  padding: 20px;
  background-image: url("../images/header-image-small.jpg");
  background-position: 50% top;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}
.header:after {
  content: "";
  display: table;
  clear: both;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .header {
    background-image: url("../images/header-image-medium.jpg");
    padding: 40px;
  }
}
@media (min-width: 1025px) {
  .header {
    background-image: url("../images/header-image.jpg");
    padding: 40px 0;
    min-height: 296px;
  }
}

.logo {
  float: left;
}
@media (min-width: 1025px) {
  .logo {
    margin-left: 40px;
  }
}
.logo img {
  width: 60px;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 60px;
          flex: 0 1 60px;
}

.root-web-descriptions {
  float: left;
  font-size: 0.825rem;
}
.root-web-descriptions.hide-xsmall {
  display: none;
}
@media (min-width: 780px) {
  .root-web-descriptions.hide-xsmall {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.root-web-descriptions ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.root-web-descriptions ul li {
  margin: 0;
}
.root-web-descriptions a,
.root-web-descriptions a:visited,
.root-web-descriptions a:hover,
.root-web-descriptions a:active {
  color: #fff;
  text-decoration: none;
}

.logo .image img {
  float: left;
}
.logo a,
.logo a:visited,
.logo a:hover,
.logo a:active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  color: #fff;
  text-decoration: none;
}
.logo a:after,
.logo a:visited:after,
.logo a:hover:after,
.logo a:active:after {
  content: "";
  display: table;
  clear: both;
}

.root-web-labels {
  word-wrap: break-word;
  overflow-wrap: break-word;
  width: calc(100% - 60px);
  -webkit-box-flex: 0;
      -ms-flex: 0 1 calc(100% - 60px);
          flex: 0 1 calc(100% - 60px);
  padding-right: 10px;
  margin-top: -2px;
  float: left;
  font-size: 0.825rem;
}
.root-web-labels.hide-xsmall {
  display: none;
}
@media (min-width: 780px) {
  .root-web-labels.hide-xsmall {
    display: block;
  }
}
.root-web-labels p {
  margin: 0;
}

.search {
  position: relative;
  float: left;
  width: 100%;
  margin: 100px 0 0 0;
  padding: 0 20px;
  z-index: 0;
}
@media (min-width: 768px) {
  .search {
    padding: 0 60px;
    margin-top: 87px;
  }
}
@media (min-width: 1025px) {
  .search {
    margin-top: 40px;
    padding: 0;
    width: calc(100% - 300px);
    padding-right: 100px;
    float: left;
  }
}
@media (min-width: 1300px) {
  .search {
    float: left;
    width: 900px;
    padding-right: 0;
  }
}
@media (min-width: 1500px) {
  .search {
    float: left;
    width: 900px;
  }
}
.search input[type=text] {
  border: 0 none;
  border-bottom: 2px solid #fff;
  background: transparent;
  width: 100%;
  color: #fff;
  line-height: 2.5em;
  height: 2.5em;
  padding: 0 37px 0 0;
  margin: 0;
  font-size: 1.125rem;
  font-family: Arial, sans-serif;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.search .ms-qSuggest-container {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.search label {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.search img {
  max-width: 100%;
  max-height: 100%;
}
.search button,
.search input.search-button {
  border: 0 none;
  background: transparent;
  position: absolute;
  right: 20px;
  bottom: 5px;
  margin: 0;
  padding: 0;
  width: 35px;
  height: 31px;
  cursor: pointer;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .search button,
.search input.search-button {
    right: 60px;
  }
}
@media (min-width: 1025px) {
  .search button,
.search input.search-button {
    right: 100px;
    width: 40px;
    height: 35px;
  }
}
@media (min-width: 1300px) {
  .search button,
.search input.search-button {
    right: 0;
  }
}

.search ::-webkit-input-placeholder {
  color: #fff;
}
.search :-moz-placeholder {
  /* Firefox 18- */
  color: #fff;
}
.search ::-moz-placeholder {
  /* Firefox 19+ */
  color: #fff;
}
.search :-ms-input-placeholder {
  color: #fff;
}

.language {
  float: right;
  font-size: 0.75rem;
  line-height: 1;
}
@media (min-width: 1025px) {
  .language {
    margin-right: 40px;
  }
}
.language ul {
  margin: 0;
}
.language #sticky-LanguageSelectionList,
.language #LanguageSelectionList {
  display: none;
}
@media (min-width: 768px) {
  .language #sticky-LanguageSelectionList,
.language #LanguageSelectionList {
    display: block;
  }
}
.language #sticky-LanguageSelectionList li,
.language #LanguageSelectionList li {
  display: inline-block;
  margin-bottom: 0;
  margin-left: 10px;
}
.language .selected > a,
.language .selected em {
  font-weight: bold;
  font-style: normal;
}
.language a {
  color: #fff;
  text-decoration: none;
}
.language a:hover {
  text-decoration: underline;
}
.language .mobile-language-selection {
  line-height: 1.25rem;
  position: absolute;
  top: 12px;
  right: 20px;
}
@media (min-width: 768px) {
  .language .mobile-language-selection {
    display: none;
  }
}
.language .mobile-language-selection li {
  display: none;
  text-align: right;
  margin-bottom: 0;
  padding: 5px;
}
.language .mobile-language-selection ul {
  background-color: transparent;
}
.language .mobile-language-selection .on li {
  display: block;
}
.language .mobile-language-selection li.selected {
  display: block;
}
.language .mobile-language-selection li.selected em {
  font-style: normal;
  color: #fff;
}

.stick-header .mobile-navigation {
  position: fixed;
  left: 0;
  top: 8px;
  z-index: 2001;
}

.sticky-header {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  width: 100%;
  background-image: none;
  z-index: 2000;
  display: none;
  background-color: rgba(0, 89, 151, 0.901);
  color: #fff;
  padding: 8px 0;
  height: 3.5rem;
}
@media (min-width: 1025px) {
  .sticky-header {
    padding: 20px 0;
    height: auto;
  }
}
.stick-header .sticky-header {
  display: block;
}
.sticky-header .main-navigation {
  display: none;
}
.sticky-header .logo {
  display: none;
  width: 260px;
  margin-left: 40px;
  padding-left: 0;
}
@media (min-width: 1025px) {
  .sticky-header .logo {
    display: block;
  }
}
@media (min-width: 1500px) {
  .sticky-header .logo {
    width: calc(50% - 490px);
  }
}
.sticky-header .logo .root-web-descriptions {
  padding-right: 10px;
}
.sticky-header .search {
  margin: 10px 0 0 0;
  padding: 0 40px 0 80px;
}
@media (min-width: 1025px) {
  .sticky-header .search {
    margin: 20px 0 0 0;
    padding: 0 100px 0 0;
  }
}
@media (min-width: 1300px) {
  .sticky-header .search {
    padding-right: 0;
  }
}
.sticky-header .search input[type=text] {
  border: 0 none;
  border-bottom: 2px solid #fff;
  background: transparent;
  width: 100%;
  color: #fff;
  line-height: 1.7em;
  height: 1.7em;
  padding: 0 37px 0 0;
  margin: 0;
  font-family: Arial, sans-serif;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media (min-width: 1025px) {
  .sticky-header .search input[type=text] {
    padding: 0 37px 0 0;
    line-height: 2.5em;
    height: 2.5em;
    font-size: 1.125rem;
    border-bottom-width: 2px;
  }
}
.sticky-header .search button,
.sticky-header .search input.search-button {
  right: 40px;
  bottom: 5px;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .sticky-header .search button,
.sticky-header .search input.search-button {
    right: 40px;
  }
}
@media (min-width: 1025px) {
  .sticky-header .search button,
.sticky-header .search input.search-button {
    right: 100px;
    width: 40px;
    height: 35px;
  }
}
@media (min-width: 1300px) {
  .sticky-header .search button,
.sticky-header .search input.search-button {
    right: 0;
  }
}
.sticky-header .language {
  position: absolute;
  right: 0;
  top: 0;
  margin-right: 0;
  display: none;
}
@media (min-width: 1025px) {
  .sticky-header .language {
    display: block;
    right: 40px;
    top: 20px;
  }
}

.sticky-header .root-web-descriptions li {
  display: none;
}

.mobile-navigation {
  display: block;
  position: absolute;
  z-index: 200;
  left: 0;
  right: 0;
  top: auto;
  bottom: 100px;
  width: 40px;
  background-color: transparent;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .mobile-navigation {
    bottom: 40px;
  }
}
@media (min-width: 1025px) {
  .mobile-navigation {
    display: none;
  }
}
.mobile-navigation .menu-toggle {
  cursor: pointer;
}

form .mobile-navigation .menu-toggle {
  background: url(../images/burger.svg) no-repeat 0 0;
  background-color: #0069B4;
  background-size: cover;
  width: 40px;
  height: 40px;
  display: block;
  cursor: pointer;
}

.mm-navbar .close-mobile-menu {
  background: url(../images/icons-set/weiss/arrows/pfeil-left.svg) no-repeat 50%;
  background-size: 100% auto;
  padding: 2px;
  display: block;
  width: 30px;
  height: 30px;
  float: right;
}

.main-navigation {
  line-height: 1;
  clear: both;
  display: none;
  padding-top: 34px;
}
.main-navigation ul {
  margin: 0;
  padding: 0;
}
@media (min-width: 1025px) {
  .main-navigation {
    display: block;
    width: 300px;
    float: left;
  }
}
@media (min-width: 1500px) {
  .main-navigation {
    width: calc(50% - 450px);
    float: left;
  }
}
.main-navigation .main-categories,
.main-navigation .meta-navigation {
  float: left;
  width: 100%;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .main-navigation .title {
    display: none;
  }
}
.main-navigation li {
  line-height: 1;
  margin-bottom: 0.5em;
}
.main-navigation a {
  text-decoration: none;
  color: #fff;
}
.main-navigation a:visited, .main-navigation a:hover, .main-navigation a:active {
  color: #fff;
}
.main-navigation a:hover {
  text-decoration: underline;
}

.main-categories {
  text-transform: uppercase;
  margin-left: 89px;
  border-left: 1px solid #fff;
}
.main-categories ul {
  margin: 0;
  padding: 0;
}
.main-categories ul li ul {
  display: none;
}
.main-categories li {
  border-left: 4px solid transparent;
  margin-left: -2px;
}
.main-categories li a {
  display: inline-block;
  padding: 0 5px 0 9px;
  font-size: 1rem;
}
.main-categories li.selected {
  border-left-color: #fff;
}

.meta-navigation {
  margin-left: 89px;
  border-left: 1px solid #fff;
}
.meta-navigation ul {
  margin: 0;
  padding: 0;
}
.meta-navigation li {
  font-size: 0.9rem;
}
.meta-navigation li a {
  display: inline-block;
  padding: 0 0 0 10px;
}
.meta-navigation li:last-child {
  margin-bottom: 0;
}

.scroll-top {
  width: 48px;
  height: 48px;
  background-color: #0069B4;
  border: 0 none transparent;
  -webkit-box-shadow: 0 0 0 transparent;
          box-shadow: 0 0 0 transparent;
  background-image: url("../images/icons-set/weiss/arrows/pfeil-top.svg");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 80%;
  position: fixed;
  right: 0;
  bottom: 70px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  padding: 0 !important;
  border: 0 none !important;
  z-index: 1200;
  opacity: 0;
  min-width: 48px !important;
  -webkit-transition: opacity 300ms ease;
  transition: opacity 300ms ease;
}
.scroll-top:focus {
  outline: 0 none !important;
  background-color: #0069B4;
}
@media (min-width: 768px) {
  .scroll-top {
    bottom: 110px;
  }
}
.scroll-top.show {
  cursor: pointer;
  opacity: 0.8;
}
.scroll-top.show:hover {
  background-color: #0069B4;
  opacity: 1;
}

.Edit .scroll-top,
.Edit .scroll-top.show {
  display: none !important;
}

.meta-navigation [id*=JobOffer],
.meta-navigation [id*=AZIndex],
.meta-navigation [id*=Sitemap] {
  display: none;
}

svg {
  overflow: hidden !important;
}

.form-container {
  overflow: hidden;
}

.body-container:after {
  content: "";
  display: table;
  clear: both;
}

.body-row {
  padding: 30px 40px;
}
.body-row:after {
  content: "";
  display: table;
  clear: both;
}
.body-row.top-links-row {
  background-color: #E6F0F8;
}
@media (min-width: 768px) {
  .body-row {
    padding: 90px 100px;
  }
  .body-row.top-links-row {
    padding: 40px 100px;
  }
}
@media (min-width: 1025px) {
  .body-row {
    padding: 100px 0;
  }
  .body-row.top-links-row {
    padding: 40px 0;
  }
}
.body-row.alternate, .body-row.second {
  background-color: #E6F0F8;
}
.body-row.video-carousel-row {
  padding-right: 0;
  padding-left: 0;
}

.mobile-body-row1 {
  background-color: #E6F0F8;
}
@media (min-width: 768px) {
  .mobile-body-row1 {
    background-color: transparent;
  }
}

@media (min-width: 1025px) {
  .aside-1 {
    width: 300px;
    float: left;
    min-height: 10px;
  }
}
@media (min-width: 1500px) {
  .aside-1 {
    width: calc(50% - 450px);
    float: left;
    min-height: 10px;
  }
}

@media (min-width: 1500px) {
  .aside-2 {
    width: calc(50% - 450px);
  }
}

@media (min-width: 1025px) {
  .Box.Item2:after {
    content: "";
    display: table;
    clear: both;
  }
}

.body-row.second div.WebPartZone-Vertical,
.body-row.second div.Text {
  position: relative;
  z-index: 1;
}
@media (min-width: 1025px) {
  .body-row.second div.WebPartZone-Vertical,
.body-row.second div.Text {
    float: left;
    margin-left: 300px;
    width: calc(100% - 300px);
    padding-right: 100px;
  }
}
@media (min-width: 1300px) {
  .body-row.second div.WebPartZone-Vertical,
.body-row.second div.Text {
    float: left;
    width: 900px;
    padding-right: 0;
  }
}
@media (min-width: 1500px) {
  .body-row.second div.WebPartZone-Vertical,
.body-row.second div.Text {
    float: none;
    width: 900px;
    margin: 0 auto;
  }
}
.body-row.second .bottom-image {
  position: absolute;
  z-index: 0;
  right: -100px;
  bottom: 0;
}
.body-row.second .bottom-image img {
  visibility: hidden;
  display: block;
}

.body-row.additional-content.empty {
  display: none;
}

@media (min-width: 1025px) {
  .main-column {
    float: left;
    width: calc(100% - 300px);
    padding-right: 100px;
  }
}
@media (min-width: 1300px) {
  .main-column {
    float: left;
    width: 900px;
    padding-right: 0;
  }
}
@media (min-width: 1500px) {
  .main-column {
    float: left;
    width: 900px;
  }
}

iframe.postfinance {
  width: 100%;
  max-width: 100%;
  height: 800px;
}

.footer {
  clear: both;
  color: #fff;
  background-color: #0069B4;
  font-size: 0.825rem;
  line-height: 3.75rem;
  padding: 0 20px;
}
.footer:after {
  content: "";
  display: table;
  clear: both;
}
@media (min-width: 768px) {
  .footer {
    padding: 0 40px;
    line-height: 6.25rem;
  }
}
@media (min-width: 1025px) {
  .footer {
    padding: 0 40px;
  }
}
.footer a {
  color: #fff;
  text-decoration: none;
}
.footer a:hover {
  text-decoration: underline;
}
.footer .utilities {
  display: none;
}
.footer .utilities ul {
  margin: 0;
  padding: 0;
}
.footer .utilities li {
  display: inline-block;
  line-height: 1.875rem;
  margin-right: 0.75em;
  margin-bottom: 0;
  vertical-align: middle;
}
.footer .utilities li.copyright {
  font-weight: bold;
}
.footer .utilities li.home a {
  content: "";
  display: block;
  background-image: url("../images/icons-set/weiss/home.svg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50%;
  width: 30px;
  height: 30px;
  vertical-align: middle;
  text-indent: -99999px;
}
@media (min-width: 768px) {
  .footer .utilities {
    display: block;
    float: left;
  }
}
.footer .social-sharing,
.footer .social-media {
  text-align: center;
}
.footer .social-sharing ul,
.footer .social-media ul {
  margin: 0;
  padding: 0;
}
.footer .social-sharing li,
.footer .social-media li {
  display: inline-block;
  line-height: 1.875rem;
  margin-bottom: 0;
  margin-left: 6px;
  vertical-align: middle;
}
.footer .social-sharing li a,
.footer .social-media li a {
  display: block;
  vertical-align: middle;
  width: 30px;
  height: 30px;
  text-indent: -9999px;
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}
.footer .social-sharing li.social-icon-facebook a, .footer .social-sharing li.fb a,
.footer .social-media li.social-icon-facebook a,
.footer .social-media li.fb a {
  background-image: url("../images/icons-set/weiss/social/facebook.svg");
}
.footer .social-sharing li.youtube a,
.footer .social-media li.youtube a {
  background-image: url("../images/icons-set/weiss/social/youtube.svg");
}
.footer .social-sharing li.social-icon-twitter a, .footer .social-sharing li.twitter a,
.footer .social-media li.social-icon-twitter a,
.footer .social-media li.twitter a {
  background-image: url("../images/icons-set/weiss/social/twitter.svg");
}
.footer .social-sharing li.social-icon-mail a,
.footer .social-media li.social-icon-mail a {
  background-image: url("../images/icons-set/weiss/social/mail.svg");
}
.footer .social-sharing li.social-icon-whatsapp a,
.footer .social-media li.social-icon-whatsapp a {
  background-image: url("../images/icons-set/weiss/social/whatsapp.svg");
}
.footer .social-sharing li img,
.footer .social-media li img {
  vertical-align: middle;
  height: 30px;
  max-height: 30px;
  max-width: 30px;
  display: block;
}
@media (min-width: 768px) {
  .footer .social-sharing,
.footer .social-media {
    display: block;
    float: right;
  }
}

.form-container {
  min-height: 100vh;
  padding-bottom: 60px;
  position: relative;
}
@media (min-width: 768px) {
  .form-container {
    padding-bottom: 100px;
  }
}
.form-container .footer {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0;
}

.top-links-row.empty {
  display: none;
}

.top-links-container h2 {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.top-links {
  font-size: 0.75rem;
}
.top-links:after {
  content: "";
  display: table;
  clear: both;
}
.top-links h2 {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.top-links a,
.top-links a:visited,
.top-links a:hover,
.top-links a:active {
  color: #0069B4;
}
.top-links ul {
  width: 100%;
  margin: 0;
  padding: 0;
}
@media (min-width: 768px) {
  .top-links ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row;
            flex-flow: row;
    width: 100%;
    overflow: hidden;
  }
}
.top-links li {
  float: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0;
  overflow: hidden;
  -webkit-box-flex: 1;
      -ms-flex: auto 1 1;
          flex: auto 1 1;
  margin-bottom: 0;
  -ms-flex-line-pack: center;
      align-content: center;
}
.top-links li:last-child {
  padding-right: 0;
}
.top-links li img {
  max-width: 100%;
  max-height: 100%;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  vertical-align: middle;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .top-links li img {
    height: 30px;
    width: 43px;
  }
}
.top-links li a {
  height: 100%;
  padding: 0 0.125em 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
}
.top-links li img {
  display: inline-block;
  vertical-align: middle;
}
.top-links li span,
.top-links li .text {
  -webkit-box-flex: 1;
      -ms-flex: auto 1 1;
          flex: auto 1 1;
  vertical-align: middle;
  font-weight: bold;
  font-size: 1rem;
  text-align: center !important;
  line-height: 1.125rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  vertical-align: bottom;
  overflow-wrap: anywhere;
  -ms-flex-line-pack: center;
      align-content: center;
}
.top-links li span,
.top-links li .text {
  max-width: 100%;
  overflow-x: hidden;
}

.mobile-top-links-info-panel-container .top-links-container ul {
  margin: 0;
  padding: 0;
}
.mobile-top-links-info-panel-container .top-links-container.fontawesome span[class*=fa],
.mobile-top-links-info-panel-container .top-links-container .fontawesome i,
.mobile-top-links-info-panel-container .top-links-container img {
  vertical-align: middle;
}
.mobile-top-links-info-panel-container .top-links-container span,
.mobile-top-links-info-panel-container .top-links-container .text {
  display: inline-block;
  font-weight: bold;
  vertical-align: middle;
  margin-left: 0.75rem;
  font-size: 0.75rem;
}

.top-links .toggle-top-links {
  width: 40px;
  height: 40px;
  display: block;
  background: transparent url(../images/icons-set/blau/file/top-links.svg) no-repeat 0 0;
  background-size: cover;
  z-index: 200000;
  cursor: pointer;
}
.top-links .toggle-top-links.has-text {
  display: inline-block;
  width: auto;
  padding-left: 40px;
  background-size: 40px 40px;
}
.top-links .toggle-top-links.has-text .toggle-button-text {
  display: block;
  line-height: 2.5rem;
  font-size: 1rem;
  vertical-align: middle;
  padding: 0 5px;
  color: #0069B4;
}
@media (min-width: 768px) {
  .top-links .toggle-top-links {
    display: none;
  }
  .top-links .toggle-top-links.has-text {
    display: none;
  }
}
.top-links .top-links-container {
  visibility: hidden;
  height: 0;
}
@media (min-width: 768px) {
  .top-links .top-links-container {
    display: block;
    margin: 0 auto;
    width: 100%;
    opacity: 1;
    visibility: visible;
    height: auto;
  }
  .top-links .top-links-container.open {
    margin: 0 auto;
  }
}
@media (min-width: 1025px) {
  .top-links .top-links-container {
    width: calc(100% - 300px);
    padding-right: 100px;
    margin-left: 300px;
  }
  .top-links .top-links-container.open {
    margin-left: 300px;
    padding-right: 100px;
  }
}
@media (min-width: 1300px) {
  .top-links .top-links-container {
    float: left;
    width: 900px;
    padding-right: 0;
  }
  .top-links .top-links-container.open {
    padding-right: 0;
  }
}
@media (min-width: 1500px) {
  .top-links .top-links-container {
    width: 900px;
    margin: 0 calc(50% - 450px);
  }
  .top-links .top-links-container.open {
    margin: 0 calc(50% - 450px);
  }
}
.top-links.open .toggle-top-links {
  background-color: #DADADA;
}
.top-links.open .top-links-container {
  opacity: 1;
  height: auto;
  visibility: visible;
  background: #DADADA;
  margin: 0 -40px;
}
@media (min-width: 768px) {
  .top-links.open .top-links-container {
    background: transparent;
    margin: 0 auto;
  }
}
@media (min-width: 1025px) {
  .top-links.open .top-links-container {
    margin: 0;
    margin-left: 300px;
  }
}
@media (min-width: 1500px) {
  .top-links.open .top-links-container {
    margin: 0 calc(50% - 450px);
  }
}
@media (max-width: 767px) {
  .top-links.open .top-links-container li {
    display: block;
    text-align: left;
    float: none;
    width: auto;
    max-width: none;
    padding: 10px 40px;
  }
  .top-links.open .top-links-container li.fontawesome span[class*=fa], .top-links.open .top-links-container li.fontawesome i {
    display: inline-block;
    width: 30px;
    line-height: 1.875rem;
    font-size: 1.625rem;
    vertical-align: middle;
    margin: 0 5px 0 0;
  }
  .top-links.open .top-links-container li img {
    display: inline-block;
    width: 30px;
    vertical-align: middle;
    margin: 0 5px 0 0;
  }
  .top-links.open .top-links-container li .text {
    display: inline-block;
    vertical-align: middle;
  }
}

@media (max-width: 767px) {
  .has-top-links-and-context-nav .top-links {
    position: absolute;
    width: 40px;
    height: 40px;
    left: 40px;
    top: 30px;
  }
  .has-top-links-and-context-nav .top-links .toggle-top-links {
    width: 40px;
    height: 40px;
    display: block;
    background: transparent url("../images/icons-set/blau/file/top-links.svg") no-repeat 0 0;
    background-size: cover;
    z-index: 200000;
    cursor: pointer;
  }
  .has-top-links-and-context-nav .top-links.on {
    left: 0;
    top: 30px;
    z-index: 200;
  }
  .has-top-links-and-context-nav .top-links.on .toggle-top-links {
    background-color: #DADADA;
    margin-left: 40px;
    position: relative;
  }
  .has-top-links-and-context-nav .top-links.open {
    float: left;
  }
  .has-top-links-and-context-nav .top-links.open .top-links-container {
    background-color: #DADADA;
    padding-left: 40px;
  }
  .has-top-links-and-context-nav .top-links.open .top-links-container ul {
    display: block;
    height: auto;
  }
  .has-top-links-and-context-nav .top-links.open .top-links-container ul li {
    display: block;
    float: none;
    max-width: none;
    text-align: left;
  }
  .has-top-links-and-context-nav .top-links.open .top-links-container ul li a {
    display: block;
  }
  .has-top-links-and-context-nav .top-links.open .top-links-container ul li.fontawesome span[class*=fa], .has-top-links-and-context-nav .top-links.open .top-links-container ul li.fontawesome i {
    width: 30px;
    line-height: 1.875rem;
    font-size: 1.625rem;
    display: inline-block;
    vertical-align: middle;
  }
  .has-top-links-and-context-nav .top-links.open .top-links-container ul li img {
    width: 30px;
    display: inline-block;
    vertical-align: middle;
  }
  .has-top-links-and-context-nav .top-links.open .top-links-container ul li .text {
    display: inline-block;
    vertical-align: middle;
    margin-left: 5px;
  }
}
.has-top-links-and-context-nav .top-links .top-links-container {
  display: none;
}
@media (min-width: 768px) {
  .has-top-links-and-context-nav .top-links .top-links-container {
    display: block;
  }
}

.mobile-top-links-info-panel-container {
  display: block;
}
.mobile-top-links-info-panel-container .top-links-container {
  background-color: #DADADA;
  position: relative;
  z-index: 1;
  padding: 10px 40px;
  margin: 40px -40px -30px -40px;
}
.mobile-top-links-info-panel-container .top-links-container ul {
  display: block;
  height: auto;
}
.mobile-top-links-info-panel-container .top-links-container ul li {
  display: block;
  float: none;
  max-width: none;
  text-align: left;
  font-size: 0.875rem;
  margin: 0 0 5px;
}
.mobile-top-links-info-panel-container .top-links-container ul li a {
  display: block;
  padding: 5px 0;
}
.mobile-top-links-info-panel-container .top-links-container ul li.fontawesome span[class*=fa], .mobile-top-links-info-panel-container .top-links-container ul li.fontawesome i {
  width: 30px;
  line-height: 1.875rem;
  font-size: 1.625rem;
  display: inline-block;
  vertical-align: middle;
}
.mobile-top-links-info-panel-container .top-links-container ul li img {
  width: 30px;
  display: inline-block;
  vertical-align: middle;
}
.mobile-top-links-info-panel-container .top-links-container ul li .text {
  display: inline-block;
  vertical-align: middle;
  margin-left: 10px;
  font-weight: bold;
}
@media (min-width: 768px) {
  .mobile-top-links-info-panel-container {
    display: none;
  }
}

.info-panel.empty {
  display: none;
}

.info-panel {
  background: #E6F0F8;
  padding: 30px 40px;
  position: static;
}
.info-panel:after {
  content: "";
  display: table;
  clear: both;
}
.info-panel .informations {
  position: relative;
  float: left;
}
@media (min-width: 768px) {
  .info-panel {
    position: absolute;
    top: 476px;
    background: transparent;
    padding: 0;
    right: -260px;
    width: 300px;
    -webkit-transition: right 200ms ease;
    transition: right 200ms ease;
  }
  .has-medium-header .info-panel {
    top: 448px;
  }
  .info-panel .informations {
    position: static;
    float: left;
  }
}
@media (min-width: 768px) {
  .info-panel {
    top: 600px;
  }
  .has-medium-header .info-panel {
    top: 470px;
  }
}
.info-panel button[role=tab],
.info-panel .i {
  background-image: url(../images/icons-set/weiss/context-menu/services.svg);
  background-color: #0069B4;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: 80%;
  display: inline-block;
  width: 40px;
  height: 40px;
  cursor: pointer;
  overflow: hidden;
  opacity: 1;
  border: 0 none;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.info-panel button[role=tab] span,
.info-panel .i span {
  background-size: 1px;
  background-position: 60px;
  background-repeat: no-repeat;
}
.info-panel button[role=tab]:hover {
  background-color: #004b81;
}
.info-panel button[role=tab]:focus {
  background-color: #004b81;
}
.info-panel button[role=tab].download-linklist,
.info-panel .i.download-linklist {
  background-image: url(../images/icons-set/weiss/context-menu/deklarationssoftware.svg);
}
.info-panel button[role=tab].download-linklist span,
.info-panel .i.download-linklist span {
  background-image: url(../images/icons-set/weiss/context-menu/deklarationssoftware.svg);
}
.info-panel button[role=tab].links,
.info-panel .i.links {
  background-image: url(../images/icons-set/weiss/context-menu/links.svg);
}
.info-panel button[role=tab].links span,
.info-panel .i.links span {
  background-image: url(../images/icons-set/weiss/context-menu/links.svg);
}
.info-panel button[role=tab].contact,
.info-panel .i.contact {
  background-image: url(../images/icons-set/weiss/context-menu/kontakt.svg);
}
.info-panel button[role=tab].contact span,
.info-panel .i.contact span {
  background-image: url(../images/icons-set/weiss/context-menu/kontakt.svg);
}
.info-panel button[role=tab].laws,
.info-panel .i.laws {
  background-image: url(../images/icons-set/weiss/context-menu/gesetze.svg);
}
.info-panel button[role=tab].laws span,
.info-panel .i.laws span {
  background-image: url(../images/icons-set/weiss/context-menu/gesetze.svg);
}
.info-panel button[role=tab].services,
.info-panel .i.services {
  background-image: url(../images/icons-set/weiss/context-menu/services.svg);
}
.info-panel button[role=tab].services span,
.info-panel .i.services span {
  background-image: url(../images/icons-set/weiss/context-menu/services.svg);
}
.info-panel button[role=tab].documents,
.info-panel .i.documents {
  background-image: url(../images/icons-set/weiss/context-menu/dokumente.svg);
}
.info-panel button[role=tab].documents span,
.info-panel .i.documents span {
  background-image: url(../images/icons-set/weiss/context-menu/dokumente.svg);
}
.info-panel ul,
.info-panel li {
  list-style: none;
  margin: 0;
  padding: 0;
}
.info-panel h3 {
  color: #0069B4;
  margin: 0 0 10px 0;
  font-size: 0.9rem;
  font-weight: normal;
  text-transform: uppercase;
}
.info-panel .panel {
  padding: 10px;
  color: #000;
  opacity: 1;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
}
.info-panel .panel:focus {
  opacity: 1;
}
.info-panel .panel h2 {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}
.info-panel .panel ul.Documents li.Document {
  padding: 0 0 0 20px;
}
.info-panel .panel li {
  font-size: 0.875rem;
}
.info-panel .panel a {
  color: #000;
}
.info-panel .panel ul li {
  display: block;
}
.info-panel .panel ul.LinkList li {
  margin-bottom: 0.5rem;
}
.info-panel .informations > ul {
  position: relative;
}
.info-panel .informations > ul > li {
  display: inline-block;
  margin-right: 10px;
}
.info-panel .informations > ul > li .panel {
  display: none;
  background-color: #DADADA;
}
@media (min-width: 768px) {
  .info-panel .informations > ul > li {
    display: block;
    margin-right: 0;
    position: relative;
  }
  .info-panel .informations > ul > li:after {
    content: "";
    display: table;
    clear: both;
  }
  .info-panel .informations > ul > li .panel {
    position: absolute;
    background-color: #DADADA;
    top: 0;
    left: 40px;
    width: 260px;
  }
  .info-panel .informations > ul > li:nth-child(2) .panel {
    top: -46px;
  }
  .info-panel .informations > ul > li:nth-child(3) .panel {
    top: -92px;
  }
  .info-panel .informations > ul > li:nth-child(4) .panel {
    top: -138px;
  }
  .info-panel .informations > ul > li:nth-child(5) .panel {
    top: -184px;
  }
  .info-panel .informations > ul > li:last-child .i {
    margin-bottom: 0;
  }
  .info-panel .i {
    float: left;
    width: 40px;
    margin-right: 0;
    margin-bottom: 6px;
  }
  .info-panel.has-2-items .panel {
    min-height: 86px;
  }
  .info-panel.has-3-items .panel {
    min-height: 132px;
  }
  .info-panel.has-4-items .panel {
    min-height: 178px;
  }
  .info-panel.has-5-items .panel {
    min-height: 224px;
  }
}

.toggle-button {
  display: none;
  position: absolute;
  left: 0;
  top: 0;
  width: 40px;
  height: 40px;
  z-index: 2000;
  cursor: pointer;
}
.has-2-items .toggle-button {
  width: 90px;
}
.has-3-items .toggle-button {
  width: 140px;
}
.has-4-items .toggle-button {
  width: 190px;
}
.has-5-items .toggle-button {
  width: 240px;
}

@media (min-width: 768px) {
  .has-5-items .toggle-button,
.has-4-items .toggle-button,
.has-3-items .toggle-button,
.has-2-items .toggle-button,
.toggle-button {
    width: 40px;
    height: 100%;
  }
}
.info-panel.open {
  right: 0;
  z-index: 1;
}
.info-panel.open .toggle-button {
  display: none;
}
@media (min-width: 768px) {
  .info-panel.open .panel {
    display: block;
  }
}

.informations > ul > li .i .close-button {
  display: none;
}
.informations > ul > li.clicked {
  z-index: 300;
}
.informations > ul > li.clicked button[role=tab],
.informations > ul > li.clicked .i {
  position: relative;
  background-color: #DADADA;
}
.informations > ul > li.clicked button[role=tab] .close-button,
.informations > ul > li.clicked .i .close-button {
  display: block;
  position: absolute;
  width: 40px;
  height: 40px;
  left: 0;
  top: 0;
  z-index: 4000;
}
.informations > ul > li.clicked button[role=tab].contact,
.informations > ul > li.clicked .i.contact {
  background-image: url(../images/icons-set/blau/context-menu/kontakt.svg);
}
.informations > ul > li.clicked button[role=tab].links,
.informations > ul > li.clicked .i.links {
  background-image: url(../images/icons-set/blau/context-menu/links.svg);
}
.informations > ul > li.clicked button[role=tab].download-linklist,
.informations > ul > li.clicked .i.download-linklist {
  background-image: url(../images/icons-set/blau/context-menu/deklarationssoftware.svg);
}
.informations > ul > li.clicked button[role=tab].documents,
.informations > ul > li.clicked .i.documents {
  background-image: url(../images/icons-set/blau/context-menu/dokumente.svg);
}
.informations > ul > li.clicked button[role=tab].services,
.informations > ul > li.clicked .i.services {
  background-image: url(../images/icons-set/blau/context-menu/services.svg);
}
.informations > ul > li.clicked button[role=tab].laws,
.informations > ul > li.clicked .i.laws {
  background-image: url(../images/icons-set/blau/context-menu/gesetze.svg);
}
.informations > ul > li.clicked .panel {
  background-color: #DADADA;
}
@media (min-width: 768px) {
  .informations > ul > li.clicked .panel {
    display: block;
  }
}

.has-top-links-and-context-nav .mobile-body-row1 {
  padding: 30px 40px;
  position: relative;
  min-height: 100px;
}
@media (min-width: 768px) {
  .has-top-links-and-context-nav .mobile-body-row1 {
    padding: 0;
    position: static;
    min-height: 0;
  }
}
.has-top-links-and-context-nav .mobile-body-row1 .body-row {
  padding: 0;
}
@media (min-width: 768px) {
  .has-top-links-and-context-nav .mobile-body-row1 .body-row {
    padding: 40px 100px;
  }
  .has-top-links-and-context-nav .mobile-body-row1 .body-row.info-panel {
    padding: 0;
  }
}
@media (min-width: 1025px) {
  .has-top-links-and-context-nav .mobile-body-row1 .body-row {
    padding: 40px 0;
  }
}

@media (max-width: 767px) {
  .has-top-links-and-context-nav .info-panel {
    position: absolute;
    right: 40px;
    top: 30px;
    background: transparent;
    padding: 0;
  }
  .has-top-links-and-context-nav .info-panel .informations > ul > li {
    margin-left: 10px;
    margin-right: 0;
  }
  .has-top-links-and-context-nav .info-panel.on {
    right: 0;
    top: 30px;
  }
  .has-top-links-and-context-nav .info-panel.open.has-1-items li .i {
    position: absolute;
    top: 0;
  }
  .has-top-links-and-context-nav .info-panel.open.has-1-items li:first-child .i {
    right: 40px;
  }
  .has-top-links-and-context-nav .info-panel.open.has-2-items li .i {
    position: absolute;
    top: 0;
  }
  .has-top-links-and-context-nav .info-panel.open.has-2-items li:first-child .i {
    right: 90px;
  }
  .has-top-links-and-context-nav .info-panel.open.has-2-items li:nth-child(2) .i {
    right: 40px;
  }
  .has-top-links-and-context-nav .info-panel.open.has-3-items li .i {
    position: absolute;
    top: 0;
  }
  .has-top-links-and-context-nav .info-panel.open.has-3-items li:first-child .i {
    right: 140px;
  }
  .has-top-links-and-context-nav .info-panel.open.has-3-items li:nth-child(2) .i {
    right: 90px;
  }
  .has-top-links-and-context-nav .info-panel.open.has-3-items li:nth-child(3) .i {
    right: 40px;
  }
  .has-top-links-and-context-nav .info-panel.open.has-4-items li .i {
    position: absolute;
    top: 0;
  }
  .has-top-links-and-context-nav .info-panel.open.has-4-items li:first-child .i {
    right: 190px;
  }
  .has-top-links-and-context-nav .info-panel.open.has-4-items li:nth-child(2) .i {
    right: 140px;
  }
  .has-top-links-and-context-nav .info-panel.open.has-4-items li:nth-child(3) .i {
    right: 90px;
  }
  .has-top-links-and-context-nav .info-panel.open.has-4-items li:nth-child(4) .i {
    right: 40px;
  }
  .has-top-links-and-context-nav .info-panel.open.has-5-items li .i {
    position: absolute;
    top: 0;
  }
  .has-top-links-and-context-nav .info-panel.open.has-5-items li:first-child .i {
    right: 230px;
  }
  .has-top-links-and-context-nav .info-panel.open.has-5-items li:nth-child(2) .i {
    right: 190px;
  }
  .has-top-links-and-context-nav .info-panel.open.has-5-items li:nth-child(3) .i {
    right: 140px;
  }
  .has-top-links-and-context-nav .info-panel.open.has-5-items li:nth-child(4) .i {
    right: 90px;
  }
  .has-top-links-and-context-nav .info-panel.open.has-5-items li:nth-child(5) .i {
    right: 40px;
  }
}

.mobile-top-links-info-panel-container {
  display: block;
}
.mobile-top-links-info-panel-container .panel {
  background-color: #DADADA;
  margin: 40px -40px -40px -40px;
  padding: 20px 40px;
}
.mobile-top-links-info-panel-container .panel ul,
.mobile-top-links-info-panel-container .panel li {
  list-style: none;
  margin: 0;
  padding: 0;
  font-size: 0.875rem;
}
.mobile-top-links-info-panel-container .panel ul.Documents li.Documents {
  padding: 0 0 0 20px;
}
.mobile-top-links-info-panel-container .panel h3 {
  color: #0069B4;
  margin: 0 0 5px 0;
}
@media (min-width: 768px) {
  .mobile-top-links-info-panel-container {
    display: none;
  }
}

.tree-navigation {
  display: none;
  line-height: 1.2;
  font-size: 0.9rem;
}
@media (min-width: 1025px) {
  .tree-navigation {
    display: block;
    padding: 0 20px 0 100px;
  }
}
.tree-navigation a, .tree-navigation a:visited, .tree-navigation a:hover, .tree-navigation a:active {
  text-decoration: none;
  display: block;
  color: #0069B4;
  margin-bottom: 0.5rem;
  overflow: hidden;
  text-overflow: ellipsis;
}
.tree-navigation a:hover {
  text-decoration: underline;
}
.tree-navigation .selected > a {
  font-weight: bold;
}
.tree-navigation .content-navigation ul, .tree-navigation .content-navigation li {
  list-style: none;
  margin: 0;
  padding: 0;
}
.tree-navigation .content-navigation > ul {
  margin-right: 10px;
}
.tree-navigation .content-navigation > ul a {
  margin: 0 0 0.5rem 0;
  padding: 1px 0;
}
.tree-navigation .content-navigation > ul > li {
  text-transform: uppercase;
}
.tree-navigation .content-navigation > ul > li li {
  text-transform: none;
}
.tree-navigation .content-navigation ul ul a {
  border-left: 4px solid transparent;
  padding: 1px 0 1px 8px;
  margin: 0 0 0.5em 12px;
}
.tree-navigation .content-navigation ul ul a:hover,
.tree-navigation .content-navigation ul ul .selected > strong > a {
  border-left-color: #0069B4;
  text-decoration: none;
}
.tree-navigation .content-navigation ul ul ul a {
  border-left: 0 none;
  padding: 1px 0 1px 12px;
  margin-bottom: 0.5em;
  margin-left: 24px;
  font-size: 0.875rem;
}
.tree-navigation .content-navigation ul ul ul a:hover,
.tree-navigation .content-navigation ul ul ul .selected > strong > a {
  border-left-color: transparent;
}

@media (min-width: 1025px) {
  .startpage .body-row2 .main-column {
    float: none;
    width: 46%;
    margin: auto;
  }
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

.news-slick-carousel-manual .slick-slide,
.news-slick-carousel .slick-slide,
.video-carousel .slick-slide {
  height: auto;
}

.slick-slide.item {
  padding: 0;
  clear: none;
}

/* Slider */
.slick-loading .slick-list {
  background: #fff url("../vendor/slick/ajax-loader.gif") center center no-repeat;
}

/* Icons */
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}
.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}
.slick-prev:hover:before, .slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}
.slick-prev:before,
.slick-next:before {
  font-family: sans-serif;
  font-size: 1.25rem;
  line-height: 1;
  color: transparent;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -25px;
}
[dir=rtl] .slick-prev {
  left: auto;
  right: -25px;
}
.slick-prev:before {
  content: "←";
}
[dir=rtl] .slick-prev:before {
  content: "→";
}

.slick-next {
  right: -25px;
}
[dir=rtl] .slick-next {
  left: -25px;
  right: auto;
}
.slick-next:before {
  content: "→";
}
[dir=rtl] .slick-next:before {
  content: "←";
}

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}
.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  opacity: 1;
}
.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "■";
  width: 20px;
  height: 20px;
  font-family: sans-serif;
  font-size: 25px;
  line-height: 1.25rem;
  text-align: center;
  color: #0069B4;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
  color: #0069B4;
  opacity: 0.75;
}

.videofeed-carousel,
.video-carousel {
  width: 100%;
  position: relative;
}

.videofeed-carousel .slick-slide,
.video-carousel .slick-slide {
  width: 360px;
  margin: 45px 0 10px 0;
}
.videofeed-carousel .slick-slide a,
.video-carousel .slick-slide a {
  display: block;
  margin: 0 20px;
  position: relative;
}
.videofeed-carousel .slick-slide a:before,
.video-carousel .slick-slide a:before {
  content: " ";
  background-image: url("../images/icons-set/weiss/play.svg");
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: 50px 50px;
  position: absolute;
  z-index: 200;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.videofeed-carousel .slick-slide img,
.video-carousel .slick-slide img {
  width: 100%;
  opacity: 0.6;
  height: 180px;
}
.videofeed-carousel .slick-slide .playtime,
.video-carousel .slick-slide .playtime {
  position: absolute;
  left: 5px;
  top: 5px;
  background: rgba(0, 0, 0, 0.7);
  padding: 1px 4px;
  line-height: 1;
  color: #fff;
  font-size: 0.625rem;
}
.videofeed-carousel .slick-slide .title,
.video-carousel .slick-slide .title {
  display: block;
  padding: 5px 20px;
  text-align: center;
  opacity: 0.5;
  font-size: 0.75rem;
}
.videofeed-carousel .slick-slide.slick-active,
.video-carousel .slick-slide.slick-active {
  margin-top: 40px;
}
.videofeed-carousel .slick-slide.slick-active a,
.video-carousel .slick-slide.slick-active a {
  margin: 0 15px;
}
.videofeed-carousel .slick-slide.slick-active img,
.video-carousel .slick-slide.slick-active img {
  height: 185px;
}
.videofeed-carousel .slick-slide.slick-active .title,
.video-carousel .slick-slide.slick-active .title {
  padding: 5px 15px;
}
.videofeed-carousel .slick-slide.slick-center,
.video-carousel .slick-slide.slick-center {
  position: relative;
  margin-top: 23px;
}
.videofeed-carousel .slick-slide.slick-center a,
.video-carousel .slick-slide.slick-center a {
  margin: 0;
}
.videofeed-carousel .slick-slide.slick-center a:before,
.video-carousel .slick-slide.slick-center a:before {
  content: " ";
  background-image: url("../images/icons-set/weiss/play.svg");
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: 50px 50px;
}
.videofeed-carousel .slick-slide.slick-center .title,
.video-carousel .slick-slide.slick-center .title {
  opacity: 1;
  padding: 5px 0;
}
.videofeed-carousel .slick-slide.slick-center img,
.video-carousel .slick-slide.slick-center img {
  opacity: 1;
  height: 202px;
}
.videofeed-carousel .slick-dots li,
.video-carousel .slick-dots li {
  margin: 0;
}

.video-carousel-row h1 {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}
.Edit .video-carousel-row h1 {
  display: block;
  margin: 0 0 10px 0;
}

.video-carousel .static-videos {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin: 0 -10px 20px -10px;
}
.video-carousel .static-videos > div {
  margin-bottom: 20px;
  padding: 0 10px;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 100%;
          flex: 1 1 100%;
}
@media (min-width: 480px) {
  .video-carousel .static-videos > div {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 50%;
            flex: 0 1 50%;
  }
}
@media (min-width: 768px) {
  .video-carousel .static-videos > div {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 33.3333%;
            flex: 0 1 33.3333%;
  }
}
.video-carousel .static-videos a {
  margin: 0;
  position: relative;
  display: inline-block;
}
.video-carousel .static-videos a img {
  display: block;
}
.video-carousel .static-videos a:before {
  content: " ";
  background-image: url("../images/icons-set/weiss/play.svg");
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: 50px 50px;
  background-color: rgba(0, 125, 250, 0.3);
  position: absolute;
  z-index: 200;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.video-carousel .static-videos .playtime {
  position: absolute;
  left: 5px;
  top: 5px;
  background: rgba(0, 0, 0, 0.7);
  padding: 1px 4px;
  line-height: 1;
  color: #fff;
  font-size: 0.625rem;
}
.video-carousel .static-videos .title {
  display: block;
  padding: 5px 20px;
  text-align: center;
  opacity: 0.5;
  font-size: 0.75rem;
}

.news-slick-carousel-manual .date,
.news-slick-carousel .date {
  display: block;
  font-style: italic;
}
.news-slick-carousel-manual img,
.news-slick-carousel img {
  max-width: 100%;
  height: auto;
}
.news-slick-carousel-manual h1.lead,
.news-slick-carousel-manual h2.lead,
.news-slick-carousel-manual .lead,
.news-slick-carousel h1.lead,
.news-slick-carousel h2.lead,
.news-slick-carousel .lead {
  font-weight: bold;
  margin-top: 5px;
  margin-bottom: 10px;
  font-size: 1rem;
}
.news-slick-carousel-manual a,
.news-slick-carousel a {
  text-decoration: none;
  display: block;
  color: #000;
}
.news-slick-carousel-manual a:visited,
.news-slick-carousel a:visited {
  color: #000;
}
.news-slick-carousel-manual .more,
.news-slick-carousel .more {
  margin-top: 10px;
  display: block;
  width: 40px;
  height: 40px;
  padding: 5px;
  background: #0069B4 url("../images/icons-set/weiss/arrows/pfeile-right.svg") no-repeat 50% 50%;
  background-size: 100%;
}

.news-slick-carousel-manual,
.news-slick-carousel {
  margin: 0 -20px;
}
.news-slick-carousel-manual .slick-arrow,
.news-slick-carousel .slick-arrow {
  overflow: hidden;
  width: 30px;
  height: 80px;
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: auto 100%;
  margin: -40px 0;
}
.news-slick-carousel-manual .slick-arrow img,
.news-slick-carousel .slick-arrow img {
  position: absolute;
  top: 0;
  left: -25px;
  width: 80px;
  height: 80px;
  max-width: 80px;
}
.news-slick-carousel-manual .slick-next,
.news-slick-carousel .slick-next {
  right: -15px;
}
@media (min-width: 768px) {
  .news-slick-carousel-manual .slick-next,
.news-slick-carousel .slick-next {
    right: -40px;
  }
}
.news-slick-carousel-manual .slick-prev,
.news-slick-carousel .slick-prev {
  left: -15px;
}
@media (min-width: 768px) {
  .news-slick-carousel-manual .slick-prev,
.news-slick-carousel .slick-prev {
    left: -40px;
  }
}
.news-slick-carousel-manual .slick-slide,
.news-slick-carousel .slick-slide {
  margin: 0 20px;
}
.news-slick-carousel-manual .slick-slide img,
.news-slick-carousel .slick-slide img {
  min-width: 100%;
  height: auto;
}

.news ul, .news li {
  list-style: none;
}

.main-column .image-header {
  float: left;
  width: 100%;
  margin-bottom: 20px;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .main-column .image-header {
    margin-bottom: 30px;
  }
}
.main-column .image-header img:nth-child(2),
.main-column .image-header img:nth-child(3) {
  display: none;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .main-column .image-header img {
    float: left;
  }
  .main-column .image-header img:first-child {
    display: inline-block;
    width: 66%;
    margin-right: 2%;
  }
  .main-column .image-header img:nth-child(2) {
    display: inline-block;
    width: 32%;
  }
}
@media (min-width: 1025px) {
  .main-column .image-header img:first-child {
    display: inline-block;
    width: 49%;
    margin-right: 2%;
  }
  .main-column .image-header img:nth-child(2) {
    width: 23.5%;
    margin-right: 2%;
  }
  .main-column .image-header img:nth-child(3) {
    display: inline-block;
    width: 23.5%;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .main-column .text {
    width: 66%;
  }
}
@media (min-width: 1025px) {
  .main-column .text {
    width: 49%;
  }
}
.main-column .text h2 {
  color: black;
  margin: 0 0 12px 0;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .main-column .text h2 {
    margin-bottom: 18px;
  }
}

@media (min-width: 768px) and (max-width: 1024px) {
  .row-2-elements h1 {
    margin: 0 0 40px 0;
  }
}

@media (min-width: 1025px) {
  .row-1-element .main-column {
    width: 46%;
    margin: 0 auto;
    float: none;
  }
}
.row-1-element .main-content h2 {
  color: black;
  margin: 0 0 12px 0;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .row-1-element .main-content h2 {
    margin-bottom: 18px;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .row-1-element .main-content .column {
    width: 49%;
  }
  .row-1-element .main-content .column1 {
    float: left;
  }
  .row-1-element .main-content .column2 {
    float: right;
  }
}
.row-1-element .grid {
  clear: both;
  padding-top: 30px;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .row-1-element .grid {
    padding-top: 40px;
  }
}
@media (min-width: 1025px) {
  .row-1-element .grid {
    padding-top: 80px;
  }
}
.row-1-element .grid table {
  width: 100%;
}
.row-1-element .grid table td {
  font-size: 0.85em;
  padding: 4px 0;
  border-bottom: 3px solid #0069B4;
}

.TileListNavigation ul,
.TileNavigation ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.TileListNavigation ul:after,
.TileNavigation ul:after {
  content: "";
  display: table;
  clear: both;
}
.TileListNavigation li.tile,
.TileNavigation li.tile {
  margin-bottom: 35px;
  position: relative;
}
@media (min-width: 480px) {
  .TileListNavigation li.tile,
.TileNavigation li.tile {
    width: 47.8260869565%;
    float: left;
    margin-bottom: 4.347826087%;
  }
  .TileListNavigation li.tile:nth-child(2n+1),
.TileNavigation li.tile:nth-child(2n+1) {
    margin-left: 0;
    margin-right: -100%;
    clear: both;
    margin-left: 0;
  }
  .TileListNavigation li.tile:nth-child(2n+2),
.TileNavigation li.tile:nth-child(2n+2) {
    margin-left: 52.1739130435%;
    margin-right: -100%;
    clear: none;
  }
}
@media (min-width: 768px) {
  .TileListNavigation li.tile,
.TileNavigation li.tile {
    width: 30.7692307692%;
    float: left;
    margin-bottom: 3.8461538462%;
  }
  .TileListNavigation li.tile:nth-child(3n+1),
.TileNavigation li.tile:nth-child(3n+1) {
    margin-left: 0;
    margin-right: -100%;
    clear: both;
    margin-left: 0;
  }
  .TileListNavigation li.tile:nth-child(3n+2),
.TileNavigation li.tile:nth-child(3n+2) {
    margin-left: 34.6153846154%;
    margin-right: -100%;
    clear: none;
  }
  .TileListNavigation li.tile:nth-child(3n+3),
.TileNavigation li.tile:nth-child(3n+3) {
    margin-left: 69.2307692308%;
    margin-right: -100%;
    clear: none;
  }
}
@media (min-width: 768px) {
  .TileListNavigation .tiles-4 li.tile,
.TileNavigation .tiles-4 li.tile {
    width: 47.8260869565%;
    float: left;
  }
  .TileListNavigation .tiles-4 li.tile:nth-child(2n+1),
.TileNavigation .tiles-4 li.tile:nth-child(2n+1) {
    margin-left: 0;
    margin-right: -100%;
    clear: both;
    margin-left: 0;
  }
  .TileListNavigation .tiles-4 li.tile:nth-child(2n+2),
.TileNavigation .tiles-4 li.tile:nth-child(2n+2) {
    margin-left: 52.1739130435%;
    margin-right: -100%;
    clear: none;
  }
}
.TileListNavigation a.site-link,
.TileNavigation a.site-link {
  display: block;
  position: relative;
  background-color: #0069B4;
  text-decoration: none;
}
.TileListNavigation a.site-link:visited,
.TileNavigation a.site-link:visited {
  color: #fff;
}
.TileListNavigation a.site-link img,
.TileNavigation a.site-link img {
  display: none;
}
@media (min-width: 480px) {
  .TileListNavigation a.site-link img,
.TileNavigation a.site-link img {
    display: block;
    width: 100%;
    height: auto;
  }
}
.TileListNavigation a.site-link img[src*=".svg"],
.TileNavigation a.site-link img[src*=".svg"] {
  background: #fff;
}
.TileListNavigation a.site-link:before,
.TileNavigation a.site-link:before {
  content: " ";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media (min-width: 480px) {
  .TileListNavigation a.site-link:before,
.TileNavigation a.site-link:before {
    background: rgba(0, 125, 250, 0.3);
  }
}
.TileListNavigation a.site-link .site-title,
.TileNavigation a.site-link .site-title {
  position: relative;
  height: 3.75rem;
  text-decoration: none;
  color: #fff;
  display: block;
  font-size: 1rem;
  font-weight: normal;
  background-color: #0069B4;
  overflow: hidden;
  text-align: center;
}
.TileListNavigation a.site-link .site-title span,
.TileNavigation a.site-link .site-title span {
  position: absolute;
  top: 50%;
  left: 50%;
  padding: 10px;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
  overflow: hidden;
  word-wrap: break-word;
  overflow-wrap: break-word;
  line-height: 1;
}
.TileListNavigation .pages-overview,
.TileNavigation .pages-overview {
  position: relative;
  background: #0069B4;
  padding-top: 30px;
}
.TileListNavigation .pages-overview .toggle,
.TileNavigation .pages-overview .toggle {
  position: absolute;
  background: #0069B4;
  cursor: pointer;
  width: 30px;
  height: 30px;
  margin: 0 -15px 0 -15px;
  left: 50%;
  top: 0;
  z-index: 3;
}
.TileListNavigation .pages-overview .toggle:before,
.TileNavigation .pages-overview .toggle:before {
  content: " ";
  background-image: url("../images/icons-set/weiss/arrows/pfeile-bottom.svg");
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  color: #fff;
  display: block;
  width: 30px;
  height: 30px;
  text-align: center;
}
.TileListNavigation .pages-overview .toggle.on:before,
.TileNavigation .pages-overview .toggle.on:before {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.TileListNavigation .pages-overview .pages,
.TileNavigation .pages-overview .pages {
  position: relative;
  z-index: 2;
  width: 100%;
  padding: 30px 0.5rem 0.5rem 0.5rem;
  background: #0069B4;
  font-size: 0.75rem;
}
@media (min-width: 480px) {
  .TileListNavigation .pages-overview .pages,
.TileNavigation .pages-overview .pages {
    position: absolute;
  }
}
.TileListNavigation .pages-overview .pages a,
.TileNavigation .pages-overview .pages a {
  color: #fff;
  padding: 5px 10px;
  display: block;
  text-decoration: none;
}
.TileListNavigation .pages-overview .pages a:before,
.TileNavigation .pages-overview .pages a:before {
  content: "» ";
  color: #fff;
}

.ArticleLeft .Text ul {
  clear: both;
}

.Article figure.PublishingPageImage {
  padding: 0;
  margin: 0.25rem 0 0.75rem 0;
  float: none;
  clear: both;
}
.Article figure.PublishingPageImage figcaption {
  font-size: 0.875rem;
}
.Article figure.PublishingPageImage.default {
  float: none;
}
.Article figure.PublishingPageImage.large {
  width: 100%;
  height: auto;
  float: none;
}
.Article figure.PublishingPageImage.large img {
  width: 100%;
  min-width: 100%;
  height: auto;
}
@media (min-width: 768px) {
  .Article figure.PublishingPageImage.small {
    float: left;
    width: 27%;
    margin-right: 2%;
  }
}
@media (min-width: 768px) {
  .Article figure.PublishingPageImage.medium {
    float: left;
    width: 49%;
    margin-right: 2%;
  }
}
.Article figure.PublishingPageImage.right {
  float: right;
  margin-left: 1rem;
}
.Article figure.PublishingPageImage.left {
  float: left;
  margin-right: 1rem;
}
.Article figure.PublishingPageImage.center img {
  display: block;
  float: none;
  margin: 0 auto;
}
.Article figure + h2,
.Article figure + h3 {
  clear: both;
}

.PublishingPageImage .Legend {
  font-size: 0.8125rem;
}

.gr-tpl-img-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  margin: 1.5rem 0;
}
.gr-tpl-img-text h2 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  margin: 0 0 6px;
}
.gr-tpl-img-text figure {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%;
  margin: 0 0 1rem 0;
}
.gr-tpl-img-text figure img {
  max-width: 100% !important;
  height: auto;
}
@media (min-width: 480px) {
  .gr-tpl-img-text figure {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 calc(50% - 1rem);
            flex: 0 1 calc(50% - 1rem);
    max-width: calc(50% - 1rem);
    margin: 0 1rem 0 0;
  }
}
@media (min-width: 768px) {
  .gr-tpl-img-text figure {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 calc(25% - 1rem);
            flex: 0 1 calc(25% - 1rem);
    max-width: calc(25% - 1rem);
  }
}
.gr-tpl-img-text .gr-tpl-text {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%;
}
@media (min-width: 480px) {
  .gr-tpl-img-text .gr-tpl-text {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 50%;
            flex: 0 1 50%;
    max-width: 50%;
  }
}
@media (min-width: 768px) {
  .gr-tpl-img-text .gr-tpl-text {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 75%;
            flex: 0 1 75%;
    max-width: 75%;
  }
}
.gr-tpl-img-text .gr-tpl-text ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.gr-tpl-img-text .gr-tpl-text ul li {
  margin: 0;
  padding: 0;
}
.gr-tpl-img-text .gr-tpl-subtitle {
  font-weight: bold;
}

.LoggedOn.Edit .RadEditor img[alt=""],
.LoggedOn.Edit .RadEditor img[alt="-"] {
  outline: 3px dotted red;
}
.LoggedOn.Edit .RadEditor img[src*="blank.gif"] {
  outline: 0 transparent;
}
.LoggedOn.Edit .RadEditor a[target=_blank] {
  outline: 3px dotted red;
}

.video-manager {
  background: transparent;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}
.video-manager .controls {
  padding: 0.25rem;
}
.video-manager .controls button {
  background: #0069B4;
  display: inline-block;
  color: #0069B4;
  padding: 0.25rem;
  width: 2rem;
  height: 2rem;
  border-radius: 50%;
  overflow: hidden;
  text-overflow: clip;
  border: 0 solid #0069B4;
  font-size: 0.75rem;
  cursor: pointer;
  margin: 0 0.25rem 0 0;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  position: relative;
}
.video-manager .controls button a:active, .video-manager .controls button:hover, .video-manager .controls button:focus {
  background: #0087e7;
}
.video-manager .controls button:after {
  font-family: "FontAwesome";
  font-style: normal;
  font-weight: 400;
  position: absolute;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  color: #fff;
  top: 50%;
  left: 50%;
}
.video-manager .controls button.playpause:after {
  content: "";
}
.video-manager .controls button.stop:after {
  content: "";
}
.video-manager .controls button.rwd:after {
  content: "";
}
.video-manager .controls button.fwd:after {
  content: "";
}
.video-manager .controls button.soundDown:after {
  content: "";
}
.video-manager .controls button.soundup:after {
  content: "";
}
.video-manager .time {
  font-size: 0.625rem;
  padding: 0.25rem;
  line-height: 1;
  background: rgba(0, 0, 0, 0.7);
  color: #fff;
  position: absolute;
  right: 0.25rem;
  bottom: 0.25rem;
}

.multiple-images {
  float: left;
  width: 100%;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .multiple-images {
    margin-bottom: 30px;
  }
}
.multiple-images figure img {
  width: 100%;
  height: auto;
}
.multiple-images.images-2 figure:nth-child(2),
.multiple-images.images-2 figure:nth-child(3), .multiple-images.images-3 figure:nth-child(2),
.multiple-images.images-3 figure:nth-child(3) {
  display: none;
}
@media (min-width: 768px) {
  .multiple-images figure {
    float: left;
  }
  .multiple-images.images-2 figure:first-child {
    display: inline-block;
    width: 49%;
    margin-right: 2%;
  }
  .multiple-images.images-2 figure:nth-child(2) {
    display: inline-block;
    width: 49%;
  }
  .multiple-images.images-3 figure:first-child {
    display: inline-block;
    width: 66%;
    margin-right: 2%;
  }
  .multiple-images.images-3 figure:nth-child(2) {
    display: inline-block;
    width: 32%;
  }
}
@media (min-width: 1025px) {
  .multiple-images.images-3 figure:first-child {
    display: inline-block;
    width: 49%;
    margin-right: 2%;
  }
  .multiple-images.images-3 figure:nth-child(2) {
    width: 23.5%;
    margin-right: 2%;
  }
  .multiple-images.images-3 figure:nth-child(3) {
    display: inline-block;
    width: 23.5%;
  }
}

.Documents ul.Documents {
  margin: 0 0 0.5rem 0;
  padding: 0;
}
.Documents li.Documents {
  list-style: none;
}
.Documents li a:before {
  content: " ";
  display: inline-block;
  width: 26px;
  height: 26px;
  background-image: url("../images/icons-set/blau/file/dokumente.svg");
  background-repeat: no-repeat;
  background-position: left top;
  background-size: 100%;
  margin: 0 5px 0 0;
  vertical-align: middle;
}
.Documents li {
  margin-bottom: 0.25rem;
}
.Documents li.pdf a:before {
  background-image: url("../images/icons-set/blau/file/pdf.svg");
}
.Documents li.doc a:before, .Documents li.docx a:before {
  background-image: url("../images/icons-set/blau/file/word.svg");
}
.Documents li.pps a:before, .Documents li.ppsxs a:before, .Documents li.ppt a:before, .Documents li.pptxs a:before {
  background-image: url("../images/icons-set/blau/file/power-point.svg");
}
.Documents li.xls a:before, .Documents li.xlsx a:before, .Documents li.xlt a:before, .Documents li.xltx a:before {
  background-image: url("../images/icons-set/blau/file/excel.svg");
}
.Documents li.txt a:before {
  background-image: url("../images/icons-set/blau/file/text.svg");
}
.Documents li.image a:before, .Documents li.jpg a:before, .Documents li.jpeg a:before, .Documents li.tiff a:before, .Documents li.tif a:before, .Documents li.png a:before, .Documents li.gif a:before {
  background-image: url("../images/icons-set/blau/file/image.svg");
}

.TargetInfo {
  display: none;
}

.AutoList a .icon {
  display: inline-block;
  width: 24px;
  height: 24px;
  background-image: url("../images/icons-set/blau/file/dokumente.svg");
  background-repeat: no-repeat;
  background-position: left top;
  background-size: 24px;
  margin-top: -3px;
  margin-right: 3px;
  vertical-align: middle;
}
.AutoList a.pdf .icon {
  background-image: url("../images/icons-set/blau/file/pdf.svg");
}
.AutoList a.doc .icon,
.AutoList a.docx .icon {
  background-image: url("../images/icons-set/blau/file/word.svg");
}
.AutoList a.pps .icon,
.AutoList a.ppsxs .icon,
.AutoList a.ppt .icon,
.AutoList a.pptxs .icon {
  background-image: url("../images/icons-set/blau/file/power-point.svg");
}
.AutoList a.xls .icon,
.AutoList a.xlsx .icon,
.AutoList a.xlt .icon,
.AutoList a.xltx .icon {
  background-image: url("../images/icons-set/blau/file/excel.svg");
}
.AutoList a.txt .icon {
  background-image: url("../images/icons-set/blau/file/text.svg");
}
.AutoList a.image .icon,
.AutoList a.jpg .icon,
.AutoList a.jpeg .icon,
.AutoList a.tiff .icon,
.AutoList a.tif .icon,
.AutoList a.png .icon,
.AutoList a.gif .icon {
  background-image: url("../images/icons-set/blau/file/image.svg");
}

.editor-icon {
  display: inline-block;
  width: 20px;
  height: 20px;
  background-image: url("../images/icons-set/blau/file/dokumente.svg");
  background-repeat: no-repeat;
  background-position: left top;
  background-size: 20px;
  margin-top: -3px;
  margin-right: 3px;
  vertical-align: middle;
}
.pdf .editor-icon {
  background-image: url("../images/icons-set/blau/file/pdf.svg");
}
.doc .editor-icon, .docx .editor-icon {
  background-image: url("../images/icons-set/blau/file/word.svg");
}
.pps .editor-icon, .ppsxs .editor-icon, .ppt .editor-icon, .pptxs .editor-icon {
  background-image: url("../images/icons-set/blau/file/power-point.svg");
}
.xls .editor-icon, .xlsx .editor-icon, .xlt .editor-icon, .xltx .editor-icon {
  background-image: url("../images/icons-set/blau/file/excel.svg");
}
.txt .editor-icon {
  background-image: url("../images/icons-set/blau/file/text.svg");
}
.image .editor-icon, .jpg .editor-icon, .jpeg .editor-icon, .tiff .editor-icon, .tif .editor-icon, .png .editor-icon, .gif .editor-icon {
  background-image: url("../images/icons-set/blau/file/image.svg");
}

.Computed .icon,
.Attachments .icon {
  display: inline-block;
  width: 20px;
  height: 20px;
  background-image: url("../images/icons-set/blau/file/dokumente.svg");
  background-repeat: no-repeat;
  background-position: left top;
  background-size: 20px;
  vertical-align: middle;
}
.Computed .pdf .icon,
.Attachments .pdf .icon {
  background-image: url("../images/icons-set/blau/file/pdf.svg");
}
.Computed .doc .icon,
.Computed .docx .icon,
.Attachments .doc .icon,
.Attachments .docx .icon {
  background-image: url("../images/icons-set/blau/file/word.svg");
}
.Computed .pps .icon,
.Computed .ppsxs .icon,
.Computed .ppt .icon,
.Computed .pptxs .icon,
.Attachments .pps .icon,
.Attachments .ppsxs .icon,
.Attachments .ppt .icon,
.Attachments .pptxs .icon {
  background-image: url("../images/icons-set/blau/file/power-point.svg");
}
.Computed .xls .icon,
.Computed .xlsx .icon,
.Computed .xlt .icon,
.Computed .xltx .icon,
.Attachments .xls .icon,
.Attachments .xlsx .icon,
.Attachments .xlt .icon,
.Attachments .xltx .icon {
  background-image: url("../images/icons-set/blau/file/excel.svg");
}
.Computed .txt .icon,
.Attachments .txt .icon {
  background-image: url("../images/icons-set/blau/file/text.svg");
}
.Computed .image .icon,
.Computed .jpg .icon,
.Computed .jpeg .icon,
.Computed .tiff .icon,
.Computed .tif .icon,
.Computed .png .icon,
.Computed .gif .icon,
.Attachments .image .icon,
.Attachments .jpg .icon,
.Attachments .jpeg .icon,
.Attachments .tiff .icon,
.Attachments .tif .icon,
.Attachments .png .icon,
.Attachments .gif .icon {
  background-image: url("../images/icons-set/blau/file/image.svg");
}

.KreiswahlenDetails a.pdf:before {
  content: " ";
  display: inline-block;
  width: 20px;
  height: 20px;
  background-image: url("../images/icons-set/blau/file/pdf.svg");
  background-repeat: no-repeat;
  background-position: left top;
  background-size: 20px;
  vertical-align: middle;
}

.Display .body-container input[type=file] {
  color: #4F4F4F;
}
.Display .body-container input[type=text],
.Display .body-container input[type=password],
.Display .body-container input[type=file],
.Display .body-container textarea {
  font-size: 1rem;
  padding: 0.75rem;
  width: 100%;
  max-width: 100%;
  display: block;
  border: 0 none;
  background: #fff;
  font-family: inherit;
  line-height: normal;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  border-radius: 0;
}
@media (min-width: 768px) {
  .Display .body-container input[type=text],
.Display .body-container input[type=password],
.Display .body-container input[type=file],
.Display .body-container textarea {
    font-size: 0.875rem;
  }
}
.Display .body-container input[type=text].k-input,
.Display .body-container input[type=email].k-input,
.Display .body-container input[type=file].k-input {
  display: inline;
  padding: 0.177em 0;
  line-height: 1.65em;
  font-size: 1rem;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  border-radius: 0;
}
.Display .body-container textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0;
  min-height: 200px;
}
.Display .body-container textarea[rows="3"] {
  min-height: 90px;
}
.Display .body-container textarea[rows="4"] {
  min-height: 100px;
}
.Display .body-container textarea[rows="5"] {
  min-height: 110px;
}
.Display .body-container textarea[rows="6"] {
  min-height: 120px;
}
.Display .body-container textarea[rows="7"] {
  min-height: 140px;
}
.Display .body-container textarea[rows="8"] {
  min-height: 160px;
}
.Display .body-container textarea[rows="9"] {
  min-height: 180px;
}
.Display .body-container select {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0.75rem;
  border: 0 none;
  font-size: 1rem;
  font-family: inherit;
  line-height: normal;
  color: #000;
  background-color: #fff;
  border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' version='1.1' width='32' height='24' viewBox='0 0 32 24'><polygon points='0,0 32,0 16,24' style='fill: rgb%28138, 138, 138%29'></polygon></svg>");
  background-size: 9px 6px;
  background-position: right -1rem center;
  background-origin: content-box;
  background-repeat: no-repeat;
  padding-right: 1.5rem;
}
@media (min-width: 768px) {
  .Display .body-container select {
    font-size: 0.875rem;
  }
}
.Display .body-container [type=checkbox],
.Display .body-container [type=radio] {
  margin: 0 0 1rem 0;
}
.Display .body-container input[type=checkbox],
.Display .body-container input[type=radio] {
  display: inline-block;
  vertical-align: middle;
}
.Display .body-container [type=checkbox] + label,
.Display .body-container [type=radio] + label {
  display: inline-block;
  margin-left: 0.5rem;
  margin-bottom: 1rem;
  vertical-align: middle;
  max-width: calc(100% - 1.6rem);
}
.Display .body-container [type=checkbox] + label[for],
.Display .body-container [type=radio] + label[for] {
  cursor: pointer;
}
.Display .body-container input[type=button],
.Display .body-container input[type=submit],
.Display .body-container button[type=submit],
.Display .body-container .submit-button,
.Display .body-container .default-button {
  display: inline-block;
  background-color: #0069B4;
  color: #fff;
  font-size: 0.875rem;
  padding: 0.5rem 1.5rem 0.5rem 0.5rem;
  border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 1px solid #0069B4;
  cursor: pointer;
  background-image: url(../images/icons-set/weiss/arrows/pfeile-right.svg);
  background-repeat: no-repeat;
  background-size: 24px 24px;
  background-position: right -24px center;
  background-origin: content-box;
  vertical-align: middle;
}
.Display .body-container .default-button {
  background-image: none;
  padding-right: 0.5rem;
  vertical-align: middle;
}

.Display .radio-button-with-form-label {
  margin-bottom: 0.25rem;
}
.Display .radio-button-with-form-label label {
  line-height: 1.3;
}
.Display .radio-button-with-form-label span {
  display: inline-block;
  vertical-align: top;
}
.chrome .Display .radio-button-with-form-label span {
  line-height: 1.3;
}
.Display .radio-button-with-form-label span input[type=radio] {
  margin: 0 0.5rem 0 0;
}

.Display.LoggedOn input[type=submit],
.Display.LoggedOn button[type=submit] {
  min-width: 2px;
  margin: 0;
}

.InvalidFieldValue {
  color: red;
  font-size: 0.75rem;
}

.AutoFormWebPart,
.AutoForm {
  background: #E6F0F8;
  padding: 1rem;
}
.AutoFormWebPart .Text,
.AutoForm .Text {
  margin-top: 0;
}
.AutoFormWebPart fieldset,
.AutoForm fieldset {
  border: 1px solid #fff;
  margin-bottom: 0.75rem;
  padding: 0.75rem;
}
.AutoFormWebPart fieldset legend,
.AutoForm fieldset legend {
  color: #000;
  font-size: 1rem;
  padding: 0 0.5rem;
  text-shadow: 0 0 0 transparent;
}
.AutoFormWebPart fieldset > div,
.AutoForm fieldset > div {
  padding-top: 3px;
  margin-bottom: 0.75rem;
}
.AutoFormWebPart div[class*=Item],
.AutoFormWebPart .FileUploadWithFormLabel,
.AutoForm div[class*=Item],
.AutoForm .FileUploadWithFormLabel {
  margin-bottom: 0.75rem;
}
.AutoFormWebPart h2,
.AutoForm h2 {
  background: #fff;
  margin: -1rem -1rem 0 -1rem;
  padding-bottom: 1rem;
  margin-bottom: 1rem;
}
.AutoFormWebPart label,
.AutoForm label {
  color: #000;
  font-size: 0.875rem;
}
.AutoFormWebPart .Required select,
.AutoForm .Required select {
  border-left: 0.3rem solid #0069B4;
  padding-left: 0.4rem;
}
.AutoFormWebPart span[style*="visibility:hidden"],
.AutoForm span[style*="visibility:hidden"] {
  display: none;
}
.AutoFormWebPart .upload-filetype-error,
.AutoFormWebPart span[style*="visibility: visible"],
.AutoFormWebPart .RequiredFieldValidator,
.AutoFormWebPart .CheckBoxValidator,
.AutoFormWebPart .RequiredField,
.AutoForm .upload-filetype-error,
.AutoForm span[style*="visibility: visible"],
.AutoForm .RequiredFieldValidator,
.AutoForm .CheckBoxValidator,
.AutoForm .RequiredField {
  font-size: 0.75rem;
  color: red;
}
.AutoFormWebPart .DateTime label,
.AutoFormWebPart .Date label,
.AutoFormWebPart .FileUploadWithFormLabel label,
.AutoForm .DateTime label,
.AutoForm .Date label,
.AutoForm .FileUploadWithFormLabel label {
  display: block;
}
.AutoFormWebPart .TextBoxWithFormLabel,
.AutoForm .TextBoxWithFormLabel {
  position: relative;
}
.AutoFormWebPart .TextBoxWithFormLabel.Required input[type=text],
.AutoFormWebPart .TextBoxWithFormLabel.Required textarea,
.AutoForm .TextBoxWithFormLabel.Required input[type=text],
.AutoForm .TextBoxWithFormLabel.Required textarea {
  border-left: 0.3rem solid #0069B4;
  padding-left: 0.45rem;
}
.AutoFormWebPart .TextBoxWithFormLabel label,
.AutoForm .TextBoxWithFormLabel label {
  position: absolute;
  font-size: 0.875rem;
  line-height: 1;
  color: #4F4F4F;
  top: 0.875rem;
  left: 0.75rem;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}
.AutoFormWebPart .TextBoxWithFormLabel.is-focused label, .AutoFormWebPart .TextBoxWithFormLabel.is-filled label,
.AutoForm .TextBoxWithFormLabel.is-focused label,
.AutoForm .TextBoxWithFormLabel.is-filled label {
  top: 0.3125rem;
  font-size: 0.625rem;
  line-height: 1;
}
.AutoFormWebPart .TextBoxWithFormLabel.Date label, .AutoFormWebPart .TextBoxWithFormLabel.DateTime label,
.AutoForm .TextBoxWithFormLabel.Date label,
.AutoForm .TextBoxWithFormLabel.DateTime label {
  position: static;
}

.AutoFormWebPart .has-help div.DropDownList,
.AutoForm .has-help div.DropDownList {
  position: relative;
}
.AutoFormWebPart .has-help div.DropDownList img.Help,
.AutoForm .has-help div.DropDownList img.Help {
  top: 1.5rem;
}
.AutoFormWebPart .has-help.CreditCardValidUntil img.Help,
.AutoForm .has-help.CreditCardValidUntil img.Help {
  height: 2.625rem;
}
.AutoFormWebPart .has-help input[type=text],
.AutoFormWebPart .has-help input[type=email],
.AutoFormWebPart .has-help select,
.AutoForm .has-help input[type=text],
.AutoForm .has-help input[type=email],
.AutoForm .has-help select {
  width: calc(100% - 40px);
}
.AutoFormWebPart .has-help textarea,
.AutoForm .has-help textarea {
  padding-right: 60px;
}
.AutoFormWebPart .has-help img.Help,
.AutoForm .has-help img.Help {
  position: absolute;
  right: 0;
  top: 0.1875rem;
  width: 40px;
  cursor: pointer;
  background: #DADADA;
  border: 6px solid #DADADA;
}
.AutoFormWebPart .has-help.Required .KendoDateTimePicker input[type=text],
.AutoForm .has-help.Required .KendoDateTimePicker input[type=text] {
  width: calc(100% - .55rem) !important;
}
.AutoFormWebPart .has-help .RegularExpression[style*="visibility: hidden"],
.AutoFormWebPart .has-help .InvalidFieldValue[style*="visibility: hidden"],
.AutoFormWebPart .has-help .RequiredField[style*="visibility: hidden"],
.AutoFormWebPart .has-help span.Help[style*="visibility: hidden"],
.AutoForm .has-help .RegularExpression[style*="visibility: hidden"],
.AutoForm .has-help .InvalidFieldValue[style*="visibility: hidden"],
.AutoForm .has-help .RequiredField[style*="visibility: hidden"],
.AutoForm .has-help span.Help[style*="visibility: hidden"] {
  display: none;
}
.AutoFormWebPart .has-help span.Help,
.AutoForm .has-help span.Help {
  position: absolute;
  right: 0;
  top: 2.5rem;
  font-size: 0.75rem;
  background: #DADADA;
  padding: 5px;
  z-index: 200;
}
.AutoFormWebPart .has-help.DateTime img.Help,
.AutoForm .has-help.DateTime img.Help {
  top: 0.875rem;
}
.AutoFormWebPart .has-help.DateTime span.Help,
.AutoForm .has-help.DateTime span.Help {
  top: 3.375rem;
}

.AutoFormWebPart .has-helplink a.hover.link,
.AutoForm .has-helplink a.hover.link {
  position: absolute;
  top: 0.1875rem;
  right: 0;
  width: 40px;
  height: 40px;
  background: #DADADA;
}
.AutoFormWebPart .has-helplink a.hover.link img,
.AutoForm .has-helplink a.hover.link img {
  width: 40px;
  height: 40px;
  display: block;
}
.AutoFormWebPart .has-helplink span.Information,
.AutoForm .has-helplink span.Information {
  position: absolute;
  right: 0;
  top: 40px;
  font-size: 0.75rem;
  background: #DADADA;
  padding: 5px;
  z-index: 200;
}
.AutoFormWebPart .has-help.has-helplink a[tabindex="0"],
.AutoForm .has-help.has-helplink a[tabindex="0"] {
  right: 40px;
}
.AutoFormWebPart .has-help.has-helplink span.Information,
.AutoForm .has-help.has-helplink span.Information {
  right: 40px;
}

.AutoFormWebPart .CheckboxGroup:after,
.AutoForm .CheckboxGroup:after {
  content: "";
  display: table;
  clear: both;
}

.AutoFormWebPart .CreditCardValidUntil,
.AutoForm .CreditCardValidUntil {
  position: relative;
  clear: both;
}
.AutoFormWebPart .CreditCardValidUntil:after,
.AutoForm .CreditCardValidUntil:after {
  content: "";
  display: table;
  clear: both;
}
.AutoFormWebPart .CreditCardValidUntil img.Help,
.AutoForm .CreditCardValidUntil img.Help {
  top: 1.4375rem;
}
.AutoFormWebPart .CreditCardValidUntil span.Help,
.AutoForm .CreditCardValidUntil span.Help {
  top: 3.9375rem;
}
.AutoFormWebPart .CreditCardValidUntil div.DropDownList:nth-child(1),
.AutoFormWebPart .CreditCardValidUntil div.DropDownList:nth-child(2),
.AutoForm .CreditCardValidUntil div.DropDownList:nth-child(1),
.AutoForm .CreditCardValidUntil div.DropDownList:nth-child(2) {
  width: 50%;
  float: left;
}
.AutoFormWebPart .CreditCardValidUntil div.DropDownList:nth-child(2) select,
.AutoForm .CreditCardValidUntil div.DropDownList:nth-child(2) select {
  margin-top: 23px;
}
.AutoFormWebPart .cc-amount .TextBoxWithFormLabel.CreditCardAmount,
.AutoForm .cc-amount .TextBoxWithFormLabel.CreditCardAmount {
  width: 50%;
  float: left;
}
.AutoFormWebPart .cc-amount .separator,
.AutoForm .cc-amount .separator {
  float: left;
  width: 20px;
  text-align: center;
  font-weight: bold;
  font-size: 2rem;
}
.AutoFormWebPart .cc-amount .TextBoxWithFormLabel.cc-cent,
.AutoForm .cc-amount .TextBoxWithFormLabel.cc-cent {
  float: left;
  width: calc(50% - 20px);
}
.AutoFormWebPart .cc-amount .TextBoxWithFormLabel.cc-cent input[type=text],
.AutoForm .cc-amount .TextBoxWithFormLabel.cc-cent input[type=text] {
  width: 120px;
}

.AutoForm .saferpay .cc-amount:after {
  content: "";
  display: table;
  clear: both;
}
.AutoForm .saferpay .cc-amount .Betrag {
  width: 50%;
  float: left;
}

.NationalratswahlenResultateGesamtUndNachGemeinden .DropDownList {
  margin-top: 0.75rem;
  padding: 0.5rem;
  background: #E6F0F8;
}
.NationalratswahlenResultateGesamtUndNachGemeinden .DropDownList label {
  font-size: 0.9rem;
  color: #4F4F4F;
}

iframe.payment-form {
  width: 100%;
  height: 450px;
}

.rcCaptchaAudioLink:before {
  content: "";
  background-image: url("../images/captcha-play-button.svg?i=u3681rg");
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  display: inline-block;
  vertical-align: middle;
  width: 23px;
  height: 1.5rem;
  line-height: 1.5;
  margin-right: 0.25rem;
}

.AutoForm input[readonly],
.AutoForm input[type=text][readonly],
.AutoForm input[type=email][readonly],
.AutoForm input[type=password][readonly],
.AutoForm input[type=number][readonly],
.AutoForm textarea[readonly],
.AutoForm select[readonly] {
  background: rgba(255, 255, 255, 0.5);
}

.AutoForm .readonly .label {
  color: #000;
  font-size: 0.8125rem;
}
.AutoForm .readonly .information.readonly {
  padding: 0.75rem;
  width: 100%;
  max-width: 100%;
  background: #DADADA;
}
@media (min-width: 768px) {
  .AutoForm .readonly .information.readonly {
    font-size: 0.875rem;
  }
}

.AutoList ul,
.AutoListWebPart ul,
.AutoListDataList ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.AutoList ul li,
.AutoListWebPart ul li,
.AutoListDataList ul li {
  margin-bottom: 0;
}

.AutoList table {
  border-collapse: collapse;
  width: 100%;
  margin: 10px 0;
}
.AutoList th,
.AutoList td {
  font-size: 0.75rem;
}
.AutoList .k-grid-header .k-header {
  border-color: #0069B4;
  background-color: #0069B4;
  color: #fff;
}
.AutoList .k-grid-header .k-header .k-link {
  color: #fff;
}
.AutoList .k-widget,
.AutoList .k-grid th,
.AutoList .k-grid td {
  border-color: transparent;
}
.AutoList th {
  background: #0069B4;
  color: #fff;
  padding: 8px 4px;
  text-align: left;
}
.AutoList td {
  padding: 8px 4px;
  background: #E6F0F8;
}
.AutoList tr.normalRow td,
.AutoList .GroupTable tr:nth-child(odd) td {
  background: #fff;
}
.AutoList tr:hover td {
  background: #DADADA;
}
.AutoList .GroupTable tr:hover td,
.AutoList tr.alternatingRow:hover td {
  background: #DADADA;
}
.AutoList tr.GroupLevel1 td {
  background: #fff;
  font-weight: bold;
}
.AutoList tr[role=row] td {
  background: #fff;
}
.AutoList tr[role=row].k-alt td {
  background: #E6F0F8;
}
.AutoList tr[role=row]:hover td, .AutoList tr[role=row].k-alt:hover td {
  background: #DADADA;
}
.AutoList tr:hover td {
  background: #DADADA;
}
.AutoList .tableHeaderEnabled th a {
  color: #fff;
}

.AutoListWebPart tr:hover td {
  background: #DADADA;
}

.AutoList tr.select-item:hover {
  cursor: -webkit-grab;
  cursor: grab;
}

.k-column-menu.k-popup.k-group {
  background-color: #E6F0F8;
}
.k-column-menu.k-popup.k-group .k-menu {
  background-color: #bed8ed;
  border-color: #bed8ed;
}
.k-column-menu.k-popup.k-group .k-menu li[class*=k-],
.k-column-menu.k-popup.k-group .k-menu .k-state-focused,
.k-column-menu.k-popup.k-group .k-menu .k-state-selected,
.k-column-menu.k-popup.k-group .k-menu .k-state-default {
  border-color: #bed8ed;
}

.k-pager-wrap.k-grid-pager {
  font-size: 0.825rem;
}

.AutoList .k-grid {
  width: 100%;
  margin: 0 0 1em;
}
.AutoList .k-grid table {
  min-width: 480px;
}
.AutoList .k-grid::-webkit-scrollbar {
  -webkit-appearance: none;
  width: 7px;
  height: 7px;
}
.AutoList .k-grid::-webkit-scrollbar-thumb {
  border: 10px solid #fff;
  background-color: #fff;
}

.AutoList .k-grid-content.k-auto-scrollable {
  overflow-y: auto;
}
.AutoList .k-grid-header {
  padding-right: 0 !important;
}

.AutoList .Search,
.AutoList .Filter {
  background: #E6F0F8;
  padding: 10px;
}
.AutoList .Search {
  margin-bottom: 0.75rem;
}
.AutoList .Search input[type=submit] {
  margin: 10px 10px 0 0;
}
.AutoList .SearchMessage {
  margin: 10px 0;
}
.AutoList [id*=updatePanelAutoListWebPart] input[type=text] {
  width: calc(100% - 78px - 126px);
  display: inline-block;
}
.AutoList [id*=updatePanelAutoListWebPart] label {
  display: block;
}
.AutoList [id*=updatePanelAutoListWebPart] input[type=submit] {
  margin: 0;
}
.AutoList [id*=updatePanelAutoListWebPart] input[type=submit].ResetSearchFilter {
  margin-left: 2px;
}

.fancybox-inner {
  max-width: 100%;
}
.fancybox-inner .DetailForm {
  font-size: 0.75rem;
}
.fancybox-inner .DetailForm .FieldLabel,
.fancybox-inner .DetailForm .FieldValue {
  display: block;
  padding: 5px 0 5px 5px;
}
@media (min-width: 767px) {
  .fancybox-inner .DetailForm .FieldLabel,
.fancybox-inner .DetailForm .FieldValue {
    border-bottom: 1px dotted #DADADA;
    display: table-cell;
  }
}
.fancybox-inner .DetailForm .FieldValue {
  max-width: 500px;
}
.fancybox-inner .DetailForm .FieldControl {
  display: block;
  width: 100%;
}
@media (min-width: 767px) {
  .fancybox-inner .DetailForm .FieldControl {
    display: table;
  }
}
.fancybox-inner .DetailForm .FieldControl:last-child .FieldLabel,
.fancybox-inner .DetailForm .FieldControl:last-child .FieldValue {
  border-bottom: 0 none;
}
.fancybox-inner .DetailForm .FieldLabel {
  padding: 5px 5px 5px 10px;
  font-weight: bold;
  width: 131px;
}
.fancybox-inner .DetailForm a {
  margin-top: 10px;
  display: inline-block;
}
.fancybox-inner .DetailForm .FieldControl a {
  margin-top: auto;
}
.fancybox-inner .DetailForm fieldset {
  border: 1px solid #DADADA;
  margin: 10px 0;
  padding: 10px;
}
.fancybox-inner .DetailForm fieldset .FieldLabel {
  width: 130px;
  padding-left: 0;
}
.fancybox-inner .DetailForm legend {
  color: black;
  font-size: 0.75rem;
  padding: 0 5px;
  margin: 0 5px;
}

.fancybox-outer .fancybox-inner h2 {
  font-size: 0.875rem;
}

.AutoList h3.HeaderTableGroup {
  cursor: pointer;
}
.AutoList h3.HeaderTableGroup:before {
  content: "";
  font-family: "Font Awesome 5 Pro";
  font-family: "FontAwesome";
  font-style: normal;
  font-weight: 400;
  color: #0069B4;
  display: inline-block;
  vertical-align: top;
  margin-right: 10px;
  font-weight: normal;
}
.AutoList h3.HeaderTableGroup.collapsible {
  margin-bottom: 1em;
}
.AutoList h3.HeaderTableGroup.expanded {
  margin-bottom: 0.5em;
}
.AutoList h3.HeaderTableGroup.expanded:before {
  content: "";
}
.AutoList table.GroupingTable.collapsible {
  display: none;
  margin-bottom: 1em;
}
.AutoList table.GroupingTable.expanded {
  margin-bottom: 1em;
}

.ImageLinkButton {
  display: inline-block;
  margin-bottom: 0.5rem;
}

.listResultContainer ul,
.MultiTableView ul {
  list-style: none;
  margin: 0 0 0.5rem 0;
  padding: 0;
}
.listResultContainer ul li,
.MultiTableView ul li {
  list-style: none;
  margin: 0 0 0.5rem 0;
}

tr.tableHeaderDisabled {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

.show-list {
  display: inline-block;
  margin-bottom: 1rem;
}

table caption {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.ContentByQueryWebPart ul, .ContentByQueryWebPart li {
  list-style: none;
}
.ContentByQueryWebPart ul {
  margin: 0;
  padding: 0;
}

.ExtendedContentByQueryWebPart .cbq-layout-main ul,
.ExtendedContentByQuery .cbq-layout-main ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.ExtendedContentByQueryWebPart .cbq-layout-main ul:after,
.ExtendedContentByQuery .cbq-layout-main ul:after {
  content: "";
  display: table;
  clear: both;
}
.ExtendedContentByQueryWebPart .cbq-layout-main ul li,
.ExtendedContentByQuery .cbq-layout-main ul li {
  float: left;
  width: 100%;
  margin: 0 0 0.75rem 0;
}

.Documents ul.Documents li {
  margin: 0 0 0.75rem 0;
}

.ContactDetailsWithMap ul.ContactDetailsWithMap {
  margin: 1rem 0;
}
.ContactDetailsWithMap ul.ContactDetailsWithMap li {
  margin: 0 0 0.125rem 0;
}
.ContactDetailsWithMap ul.ContactDetailsWithMap li.Map {
  margin-top: 0.75rem;
}

.ContactDetailsWithMapAndRoute p span,
.ContactDetailsWithMap p span {
  display: block;
  margin-bottom: 0.125rem;
}
.ContactDetailsWithMapAndRoute .map-view,
.ContactDetailsWithMap .map-view {
  margin-top: 0.75rem;
}

.DateTitleLeadTextImage .cbq-layout-main ul:after,
.TitleLeadTextImage .cbq-layout-main ul:after {
  content: "";
  display: table;
  clear: both;
}
.DateTitleLeadTextImage .cbq-layout-main ul li,
.TitleLeadTextImage .cbq-layout-main ul li {
  float: left;
  width: 100%;
  margin: 0 0 0.75rem 0;
}
.DateTitleLeadTextImage .cbq-layout-main ul li .Image,
.TitleLeadTextImage .cbq-layout-main ul li .Image {
  float: left;
  width: 100%;
  margin-bottom: 0.5rem;
}
@media (min-width: 480px) {
  .DateTitleLeadTextImage .cbq-layout-main ul li .Image,
.TitleLeadTextImage .cbq-layout-main ul li .Image {
    width: 49%;
    margin-bottom: 0;
  }
}
@media (min-width: 768px) {
  .DateTitleLeadTextImage .cbq-layout-main ul li .Image,
.TitleLeadTextImage .cbq-layout-main ul li .Image {
    width: 33%;
  }
}
.DateTitleLeadTextImage .cbq-layout-main ul li a:nth-child(3),
.DateTitleLeadTextImage .cbq-layout-main ul li span.Date,
.DateTitleLeadTextImage .cbq-layout-main ul li a.Title,
.DateTitleLeadTextImage .cbq-layout-main ul li .Description,
.DateTitleLeadTextImage .cbq-layout-main ul li .content,
.TitleLeadTextImage .cbq-layout-main ul li a:nth-child(3),
.TitleLeadTextImage .cbq-layout-main ul li span.Date,
.TitleLeadTextImage .cbq-layout-main ul li a.Title,
.TitleLeadTextImage .cbq-layout-main ul li .Description,
.TitleLeadTextImage .cbq-layout-main ul li .content {
  float: right;
  width: 100%;
}
@media (min-width: 480px) {
  .DateTitleLeadTextImage .cbq-layout-main ul li a:nth-child(3),
.DateTitleLeadTextImage .cbq-layout-main ul li span.Date,
.DateTitleLeadTextImage .cbq-layout-main ul li a.Title,
.DateTitleLeadTextImage .cbq-layout-main ul li .Description,
.DateTitleLeadTextImage .cbq-layout-main ul li .content,
.TitleLeadTextImage .cbq-layout-main ul li a:nth-child(3),
.TitleLeadTextImage .cbq-layout-main ul li span.Date,
.TitleLeadTextImage .cbq-layout-main ul li a.Title,
.TitleLeadTextImage .cbq-layout-main ul li .Description,
.TitleLeadTextImage .cbq-layout-main ul li .content {
    width: 49%;
  }
}
@media (min-width: 768px) {
  .DateTitleLeadTextImage .cbq-layout-main ul li a:nth-child(3),
.DateTitleLeadTextImage .cbq-layout-main ul li span.Date,
.DateTitleLeadTextImage .cbq-layout-main ul li a.Title,
.DateTitleLeadTextImage .cbq-layout-main ul li .Description,
.DateTitleLeadTextImage .cbq-layout-main ul li .content,
.TitleLeadTextImage .cbq-layout-main ul li a:nth-child(3),
.TitleLeadTextImage .cbq-layout-main ul li span.Date,
.TitleLeadTextImage .cbq-layout-main ul li a.Title,
.TitleLeadTextImage .cbq-layout-main ul li .Description,
.TitleLeadTextImage .cbq-layout-main ul li .content {
    width: 65%;
  }
}

.TitleIntroTextImage .cbq-layout-main ul:after {
  content: "";
  display: table;
  clear: both;
}
.TitleIntroTextImage .cbq-layout-main ul li {
  float: left;
  width: 100%;
  margin: 0 0 0.75rem 0;
}
.TitleIntroTextImage .cbq-layout-main ul li .Image {
  float: left;
  width: 100%;
  margin-bottom: 0.5rem;
}
@media (min-width: 480px) {
  .TitleIntroTextImage .cbq-layout-main ul li .Image {
    width: 49%;
    margin-bottom: 0;
  }
}
@media (min-width: 768px) {
  .TitleIntroTextImage .cbq-layout-main ul li .Image {
    width: 33%;
  }
}
.TitleIntroTextImage .cbq-layout-main ul li .content {
  float: right;
  width: 100%;
}
@media (min-width: 480px) {
  .TitleIntroTextImage .cbq-layout-main ul li .content {
    width: 49%;
  }
}
@media (min-width: 768px) {
  .TitleIntroTextImage .cbq-layout-main ul li .content {
    width: 65%;
  }
}

.ExtendedContentByQuery .cbq-layout-main ul.News:after {
  content: "";
  display: table;
  clear: both;
}
.ExtendedContentByQuery .cbq-layout-main ul.News li.News {
  float: left;
  width: 100%;
  margin: 0 0 0.75rem 0;
}
.ExtendedContentByQuery .cbq-layout-main ul.News li.News .Date {
  float: left;
  width: 100%;
}
@media (min-width: 480px) {
  .ExtendedContentByQuery .cbq-layout-main ul.News li.News .Date {
    width: 24%;
  }
}
@media (min-width: 480px) {
  .ExtendedContentByQuery .cbq-layout-main ul.News li.News .Date {
    width: 14%;
  }
}
.ExtendedContentByQuery .cbq-layout-main ul.News li.News a:nth-child(3),
.ExtendedContentByQuery .cbq-layout-main ul.News li.News .Description {
  float: right;
  width: 100%;
}
@media (min-width: 480px) {
  .ExtendedContentByQuery .cbq-layout-main ul.News li.News a:nth-child(3),
.ExtendedContentByQuery .cbq-layout-main ul.News li.News .Description {
    width: 74%;
  }
}
@media (min-width: 768px) {
  .ExtendedContentByQuery .cbq-layout-main ul.News li.News a:nth-child(3),
.ExtendedContentByQuery .cbq-layout-main ul.News li.News .Description {
    width: 84%;
  }
}

.DateTitleLeadText .cbq-layout-main ul:after {
  content: "";
  display: table;
  clear: both;
}
.DateTitleLeadText .cbq-layout-main ul li {
  float: left;
  width: 100%;
  margin: 0 0 0.75rem 0;
}
.DateTitleLeadText .cbq-layout-main ul li .Date {
  float: left;
  width: 100%;
}
@media (min-width: 480px) {
  .DateTitleLeadText .cbq-layout-main ul li .Date {
    width: 24%;
  }
}
@media (min-width: 480px) {
  .DateTitleLeadText .cbq-layout-main ul li .Date {
    width: 14%;
  }
}
.DateTitleLeadText .cbq-layout-main ul li a:nth-child(3),
.DateTitleLeadText .cbq-layout-main ul li .Description {
  float: right;
  width: 100%;
}
@media (min-width: 480px) {
  .DateTitleLeadText .cbq-layout-main ul li a:nth-child(3),
.DateTitleLeadText .cbq-layout-main ul li .Description {
    width: 74%;
  }
}
@media (min-width: 768px) {
  .DateTitleLeadText .cbq-layout-main ul li a:nth-child(3),
.DateTitleLeadText .cbq-layout-main ul li .Description {
    width: 84%;
  }
}

.TitleFullLeadText .cbq-layout-main ul li {
  margin: 0 0 1.45rem 0;
}
.TitleFullLeadText .cbq-layout-main a.Title {
  margin-bottom: 0.25rem;
}
.TitleFullLeadText .cbq-layout-main .Description p {
  margin-bottom: 0;
}

.ContactDetailsPoliticalPerson .FullName {
  font-size: 1.1rem;
}
.ContactDetailsPoliticalPerson ul.ContactDetailsPoliticalPerson > li {
  background-color: #E6F0F8;
  padding: 0.75rem;
  margin-bottom: 0.75em;
}
.ContactDetailsPoliticalPerson ul.ContactDetailsPoliticalPerson li.UserField2 {
  padding-top: 0;
  padding-bottom: 0.75em;
  margin-bottom: 0.75em;
}
.ContactDetailsPoliticalPerson ul.ContactDetailsPoliticalPerson li.UserField2 span {
  display: table-cell;
  padding: 0.25em 0.75em 0.25em 0;
  font-size: 0.8rem;
}
.ContactDetailsPoliticalPerson p {
  margin: 0;
}
.ContactDetailsPoliticalPerson p > span {
  display: table-row;
}
.ContactDetailsPoliticalPerson p > span div,
.ContactDetailsPoliticalPerson p > span span {
  display: table-cell;
  padding: 0.25em 0.75em 0.25em 0;
  font-size: 0.8rem;
}
.ContactDetailsPoliticalPerson dl {
  font-size: 0.825rem;
}
.ContactDetailsPoliticalPerson dl:after {
  content: "";
  display: table;
  clear: both;
}
.ContactDetailsPoliticalPerson dl dt {
  float: left;
  clear: left;
  width: 90px;
  margin-top: 3px;
  margin-right: -90px;
}
.ContactDetailsPoliticalPerson dl dd {
  float: left;
  margin-top: 3px;
  margin-left: 100px;
  width: calc(100% - 100px);
}

li.ContactDetailsWithMap,
li.ContactDetails {
  white-space: pre-wrap;
}

.main-content ul.ContactDetails li.ContactDetails {
  margin-bottom: 1rem;
  background: #E6F0F8;
  padding: 0.75em;
}
ul.ContactDetails li.ContactDetails p span {
  display: block;
  margin-bottom: 0.125rem;
}
ul.ContactDetails li.ContactDetails li {
  margin-bottom: 0.125rem;
}

.ContactDetailsWithMapAndRoute .map-view .MapLink,
.ContactDetailsWithMapAndRoute p .Map,
.ContactDetailsWithMapAndRoute .map-route .MapLink,
.ContactDetailsWithMapAndRoute .Map .MapLink,
.ContactDetailsWithMap .map-view .MapLink,
.ContactDetailsWithMap p .Map,
.ContactDetailsWithMap .map-route .MapLink,
.ContactDetailsWithMap .Map .MapLink {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

.ExtendedContentByQuery .cbq-layout-main .ContactDetails .social-contacts li,
.ContactDetails .social-contacts li {
  display: inline-block;
  width: auto;
  float: none;
  margin: 0 0.5rem 0 0;
}
.ExtendedContentByQuery .cbq-layout-main .ContactDetails .social-contacts li a,
.ContactDetails .social-contacts li a {
  position: relative;
  display: inline-block;
  line-height: 2.375rem;
  vertical-align: middle;
}
.ExtendedContentByQuery .cbq-layout-main .ContactDetails .social-contacts li a:before,
.ContactDetails .social-contacts li a:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 2.375rem;
  height: 2.375rem;
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: cover;
  background-color: transparent;
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
}
.ExtendedContentByQuery .cbq-layout-main .ContactDetails .social-contacts li a:hover:before,
.ContactDetails .social-contacts li a:hover:before {
  background-color: #fff;
}
.ExtendedContentByQuery .cbq-layout-main .ContactDetails .social-contacts li a:after,
.ContactDetails .social-contacts li a:after {
  content: "(" attr(href) ")";
  position: absolute;
  left: -2.375rem;
  top: 2.375rem;
  font-size: 0.75rem;
  line-height: 1.5rem;
  padding-right: 0.25rem;
  padding-left: 0.25rem;
  background-color: #fff;
  color: #0069B4;
  vertical-align: middle;
  opacity: 0;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
}
.ExtendedContentByQuery .cbq-layout-main .ContactDetails .social-contacts li a:hover:after,
.ContactDetails .social-contacts li a:hover:after {
  opacity: 1;
  z-index: 222;
}
.ExtendedContentByQuery .cbq-layout-main .ContactDetails .social-contacts li.facebook a:before,
.ContactDetails .social-contacts li.facebook a:before {
  background-image: url("../images/icons-set/blau/social/facebook.svg");
}
.ExtendedContentByQuery .cbq-layout-main .ContactDetails .social-contacts li.youtube a:before,
.ContactDetails .social-contacts li.youtube a:before {
  background-image: url("../images/icons-set/blau/social/youtube.svg");
}
.ExtendedContentByQuery .cbq-layout-main .ContactDetails .social-contacts li.twitter a:before,
.ContactDetails .social-contacts li.twitter a:before {
  background-image: url("../images/icons-set/blau/social/twitter.svg");
}

.TitleLeadText li.News {
  margin-bottom: 1rem;
}

.KreiswahlenDetails ul.Legend {
  margin: 0.5rem 0;
  padding: 0;
}
.KreiswahlenDetails ul.Legend li {
  list-style: none;
  margin-bottom: 0.25rem;
  line-height: 1.4rem;
  font-size: 0.9rem;
  vertical-align: middle;
}
.KreiswahlenDetails ul.Legend li img {
  margin-right: 0.25rem;
  display: inline-block;
  width: 16px;
  vertical-align: middle;
}

.ExtendedContentByQuery ul.LinkHorizontalList li,
ul.LinkHorizontalList li {
  float: left;
  margin: 0 0.5em 0.5em 0;
  width: auto;
}
.ExtendedContentByQuery ul.LinkHorizontalList li a,
ul.LinkHorizontalList li a {
  font-size: 0.875rem;
}

.ExtendedContentByQuery .cqfeed {
  text-align: left;
}

.sl-card.sl-warning {
  display: none;
}

ul.news-database {
  list-style: none;
  margin: 0;
  padding: 0;
}
ul.news-database li {
  list-style: none;
}
ul.news-database.with-image li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  margin-right: -12px;
  margin-left: -12px;
  margin-bottom: 24px;
}
ul.news-database.with-image li .details,
ul.news-database.with-image li .news-image {
  padding-left: 12px;
  padding-right: 12px;
  width: 100%;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 100%;
          flex: 0 1 100%;
  overflow: hidden;
}
@media (min-width: 480px) {
  ul.news-database.with-image li .details,
ul.news-database.with-image li .news-image {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 50%;
            flex: 0 1 50%;
  }
}
ul.news-database.with-image li .news-image {
  margin-bottom: 12px;
}
@media (min-width: 768px) {
  ul.news-database.with-image li .news-image {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 25%;
            flex: 0 1 25%;
    margin-bottom: 0;
  }
}
@media (min-width: 768px) {
  ul.news-database.with-image li .details {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 75%;
            flex: 0 1 75%;
  }
}

ul.news-database.without-image li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  margin-right: -12px;
  margin-left: -12px;
  margin-bottom: 24px;
}
ul.news-database.without-image li .date,
ul.news-database.without-image li > a,
ul.news-database.without-image li .description {
  padding-left: 12px;
  padding-right: 12px;
  width: 100%;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 100%;
          flex: 0 1 100%;
}
@media (min-width: 768px) {
  ul.news-database.without-image li .date {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 110px;
            flex: 0 1 110px;
  }
  ul.news-database.without-image li > a,
ul.news-database.without-image li .description {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 calc(100% - 110px);
            flex: 0 1 calc(100% - 110px);
  }
  ul.news-database.without-image li .description {
    margin-left: auto;
  }
}

.news-database .news-image img {
  display: block;
}
@media (min-width: 480px) {
  .news-database .news-image img {
    margin-top: 5px;
  }
}
.news-database .details .date {
  display: block;
  font-size: 0.825rem;
}
.news-database .details > a {
  display: block;
  font-weight: bold;
  text-decoration: none;
  font-size: 1rem;
  margin-bottom: 4px;
}
.news-database .details .description {
  font-size: 0.9rem;
}

.main-content .TagCloud .RadTagCloud {
  padding: 10px;
}
.main-content .Box.Item1 {
  clear: both;
  padding: 20px 0 0 0;
}
.main-content .Box.Item1:after {
  content: "";
  display: table;
  clear: both;
}
@media (min-width: 768px) {
  .main-content .ImageWebPart,
.main-content .TagCloud {
    width: 47%;
    float: left;
  }
  .main-content .TagCloud {
    float: right;
  }
}

.ImageOfSeasonAndDaytimeWebPart {
  margin-bottom: 20px;
}
.ImageOfSeasonAndDaytimeWebPart img {
  min-width: 100%;
}

.ClientWebPart iframe {
  width: 100% !important;
  min-width: 100%;
}

.accordion-content h2.accordion {
  position: relative;
  border-bottom: 1px solid #DADADA;
  margin: 0;
  padding: 20px 10px;
  cursor: pointer;
}
.accordion-content h2.accordion:after {
  content: "\f107";
  position: absolute;
  display: inline-block;
  font-family: "FontAwesome";
  font-style: normal;
  font-weight: 400;
  right: 10px;
  top: 20px;
  width: 20px;
  height: 22px;
  line-height: 1.25rem;
  font-size: 1.25rem;
  text-align: center;
  color: #DADADA;
}
.accordion-content h2.accordion.on:after {
  content: "\f106";
}
.accordion-content .accordion-container {
  padding: 10px;
  border-bottom: 1px solid #DADADA;
}

.WebPart.accordion h2 {
  position: relative;
  border-bottom: 1px solid #DADADA;
  margin: 0;
  padding: 20px 10px;
  cursor: pointer;
}
.WebPart.accordion h2.on {
  border-bottom-color: transparent;
}
.WebPart.accordion h2:after {
  content: "\f107";
  position: absolute;
  display: inline-block;
  font-family: "FontAwesome";
  font-style: normal;
  font-weight: 400;
  right: 10px;
  top: 20px;
  width: 20px;
  height: 22px;
  line-height: 1.25rem;
  font-size: 1.25rem;
  text-align: center;
  color: #DADADA;
}
.WebPart.accordion h2.on:after {
  content: "\f106";
}
.WebPart.accordion .collapsible {
  border-bottom: 1px solid #DADADA;
  overflow: hidden;
  opacity: 0;
  height: 0;
}
.WebPart.accordion .collapsible.expanded {
  height: auto;
  opacity: 1;
}

.SearchBoxScriptWebPart #SearchBox {
  background: #E6F0F8;
  padding: 10px;
  position: relative;
}
.SearchBoxScriptWebPart #SearchBox input[type=text] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: calc(100% - 40px);
  line-height: 2.5rem;
  height: 2.5rem;
  padding: 0 12px;
  -moz-appearance: none;
  -webkit-appearance: none;
}
.SearchBoxScriptWebPart #SearchBox a.ms-srch-sb-searchLink {
  display: block;
  width: 2.5rem;
  height: 2.5rem;
  line-height: 2.5rem;
  background: #0069B4 url(../images/icons-set/weiss/suche.svg) no-repeat 50% 50%;
  background-size: 30px;
  position: absolute;
  right: 10px;
  top: 10px;
}

.is-mobile .SearchBoxScriptWebPart #SearchBox a.ms-srch-sb-searchLink {
  right: 10px;
  top: 11px;
}

.search-locale-results.ms-srch-result ul.ms-srch-Paging li.active > a,
.ResultScriptWebPart .ms-srch-result ul.ms-srch-Paging li.active > a {
  color: #0069B4 !important;
}
.search-locale-results.ms-srch-result ul.ms-srch-Paging li .ms-promlink-button-image,
.ResultScriptWebPart .ms-srch-result ul.ms-srch-Paging li .ms-promlink-button-image {
  width: 24px;
  height: 24px;
  display: inline-block;
  position: relative;
  overflow: hidden;
  vertical-align: middle;
  cursor: pointer;
  top: -4px;
  left: -4px;
}
.search-locale-results.ms-srch-result ul.ms-srch-Paging li a[data-bind*=NextPage] .ms-promlink-button-image,
.ResultScriptWebPart .ms-srch-result ul.ms-srch-Paging li a[data-bind*=NextPage] .ms-promlink-button-image {
  background: url(../images/icons-set/blau/arrows/pfeil-right.svg) no-repeat 50%;
}
.search-locale-results.ms-srch-result ul.ms-srch-Paging li a[data-bind*=PreviousPage] .ms-promlink-button-image,
.ResultScriptWebPart .ms-srch-result ul.ms-srch-Paging li a[data-bind*=PreviousPage] .ms-promlink-button-image {
  background: url(../images/icons-set/blau/arrows/pfeil-left.svg) no-repeat 50%;
}
.search-locale-results.ms-srch-result ul.ms-srch-Paging li.inactive a[data-bind*=NextPage] .ms-promlink-button-image,
.ResultScriptWebPart .ms-srch-result ul.ms-srch-Paging li.inactive a[data-bind*=NextPage] .ms-promlink-button-image {
  background: url(../images/icons-set/grau/arrows/pfeil-right.svg) no-repeat 50%;
}
.search-locale-results.ms-srch-result ul.ms-srch-Paging li.inactive a[data-bind*=PreviousPage] .ms-promlink-button-image,
.ResultScriptWebPart .ms-srch-result ul.ms-srch-Paging li.inactive a[data-bind*=PreviousPage] .ms-promlink-button-image {
  background: url(../images/icons-set/grau/arrows/pfeil-left.svg) no-repeat 50%;
}

.search-locale-results.ms-srch-result .ms-srch-group-content.search-locale-results {
  margin: 0;
  padding: 0;
  list-style: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-bottom: 2.5rem;
}
.search-locale-results.ms-srch-result .ms-srch-group-content.search-locale-results .ms-srch-item {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  padding: 0.3125rem 0;
  margin: 0 0 0.9375rem 0;
}
.search-locale-results.ms-srch-result .ms-srch-group-content.search-locale-results .ms-srch-item .ms-srch-item-title h3 {
  line-height: 1.2;
  font-size: 1rem;
  margin-top: 2px;
  margin-bottom: 0.3125rem;
}
.search-locale-results.ms-srch-result .ms-srch-group-content.search-locale-results .ms-srch-item .ms-srch-item-summary {
  padding: 0;
  display: block;
  font-size: 0.875rem;
}
.search-locale-results.ms-srch-result .ms-srch-group-content.search-locale-results .ms-srch-item .ms-srch-item-path {
  color: #0069B4;
  width: 100%;
  font-size: 0.875rem;
}

.ResultScriptWebPart .ms-srch-resultscount {
  font-size: 0.875rem;
}
.ResultScriptWebPart .ms-srch-result-groups {
  margin-top: 0.625rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-bottom: 2.5rem;
}
.ResultScriptWebPart .ms-srch-result-groups ul.ms-srch-group-content {
  margin: 0;
  padding: 0;
}
.ResultScriptWebPart .ms-srch-result-groups .ms-srch-item {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  padding: 0.3125rem 0;
  margin: 0 0 0.9375rem 0;
}
.ResultScriptWebPart .ms-srch-result-groups .ms-srch-item .ms-srch-item-title h3 {
  line-height: 1.2;
  font-size: 1rem;
  margin-top: 2px;
  margin-bottom: 0.3125rem;
}
.ResultScriptWebPart .ms-srch-result-groups .ms-srch-item .ms-srch-item-summary {
  padding: 0;
  display: block;
  font-size: 0.875rem;
}
.ResultScriptWebPart .ms-srch-result-groups .ms-srch-item .ms-srch-item-path {
  color: #0069B4;
  width: 100%;
  font-size: 0.875rem;
}

#PagingImageLink .ms-promlink-button-image {
  width: 24px;
  height: 24px;
  display: inline-block;
  position: relative;
  overflow: hidden;
  vertical-align: middle;
  cursor: pointer;
}
#PagingImageLink img {
  display: none;
}

#PageLinkPrev .ms-promlink-button-image {
  background: url(../images/icons-set/blau/arrows/pfeil-left.svg) no-repeat 50%;
}

#PageLinkNext .ms-promlink-button-image {
  background: url(../images/icons-set/blau/arrows/pfeil-right.svg) no-repeat 50%;
}

.ms-srch-result #PagingLink a {
  cursor: pointer;
}

.ms-qSuggest-container {
  display: none;
  left: 0;
  margin: 10px 0 0 0;
  background: #fff;
  border: 1px solid #E6F0F8;
  padding: 10px;
}

.ms-srch-item-body {
  width: auto;
  display: block;
  overflow: inherit;
}
.ms-srch-item-body * {
  width: auto;
}
.ms-srch-item-body .ms-srch-item-link {
  display: block;
  white-space: pre-wrap;
}
.ms-srch-item-body h3 {
  margin-bottom: 0.25rem;
}
.ms-srch-item-body .ms-srch-item-summary {
  padding-top: 0;
  margin: 0 0 0.25rem 0;
  font-size: 1rem;
  display: block;
  color: #000;
}
.ms-srch-item-body .ms-srch-item-highlightedText {
  background: #E6F0F8;
}
.ms-srch-item-body .ms-srch-item-path {
  width: auto;
  max-width: 100%;
  display: inline-block;
  margin: 0;
  color: #000;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 0.875rem;
}
.ms-srch-item-body .ms-srch-item-path.ms-srch-item-path-selected {
  border: 1px solid #DADADA;
}

.ms-srch-sb .ms-qSuggest-hListItem,
.ms-srch-sb .ms-qSuggest-listItem {
  background-color: #E6F0F8;
  cursor: pointer;
  padding-left: 5px;
}

.ms-qSuggest-container .ms-qSuggest-list {
  color: #000;
  font-size: 0.9rem;
}
.ms-qSuggest-container .ms-qSuggest-list .ms-qSuggest-listItem {
  background-color: #fff;
}
.ms-qSuggest-container .ms-qSuggest-list .ms-qSuggest-listItem:hover {
  background-color: #E6F0F8;
}

/* Foundation v2.1.4 http://foundation.zurb.com */
/* Artfully masterminded by ZURB  */
/* --------------------------------------------------
   Table of Contents
-----------------------------------------------------
:: Shared Styles
:: Page Name 1
:: Page Name 2
*/
/* -----------------------------------------
   Shared Styles
----------------------------------------- */
table th {
  font-weight: bold;
}

table td, table th {
  padding: 9px 10px;
  text-align: left;
}

/* Mobile */
@media only screen and (max-width: 767px) {
  table.responsive {
    margin-bottom: 0;
  }

  .pinned {
    position: absolute;
    left: 0;
    top: 0;
    background: #fff;
    width: 35%;
    overflow: hidden;
    overflow-x: scroll;
    border-right: 1px solid #ccc;
    border-left: 1px solid #ccc;
  }

  .pinned table {
    border-right: none;
    border-left: none;
    width: 100%;
  }

  .pinned table th,
.pinned table td {
    white-space: nowrap;
  }

  .pinned td:last-child {
    border-bottom: 0;
  }

  div.table-wrapper {
    position: relative;
    margin-bottom: 20px;
    overflow: hidden;
    border-right: 1px solid #ccc;
  }

  div.table-wrapper div.scrollable {
    margin-left: 35%;
  }

  div.table-wrapper div.scrollable {
    overflow: scroll;
    overflow-y: hidden;
  }

  table.responsive td,
table.responsive th {
    position: relative;
    white-space: nowrap;
    overflow: hidden;
  }

  table.responsive th:first-child,
table.responsive td:first-child,
table.responsive td:first-child,
table.responsive.pinned td {
    display: none;
  }
}
.ImageSlideShowGallery .html5gallery-car-left-0 {
  background: url("../images/icons-set/blau/arrows/pfeil-left.svg");
}
.ImageSlideShowGallery .html5gallery-car-right-0 {
  background: url("../images/icons-set/blau/arrows/pfeil-right.svg");
}

.LinkRegisterContainer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  margin-right: -12px;
  margin-left: -12px;
}
.LinkRegisterContainer .AZIndex,
.LinkRegisterContainer .Column {
  padding-right: 12px;
  padding-left: 12px;
}

.AZIndex {
  margin: 0.75rem 0;
  width: 100%;
  max-width: 100%;
}
.AZIndex ul {
  list-style: none;
  margin: 0.75rem 0;
  padding: 0;
}
.AZIndex li {
  display: inline-block;
  margin: 0 8px 8px 0;
}
.AZIndex li a,
.AZIndex li span {
  display: block;
  width: 1.875rem;
  height: 1.875rem;
  text-align: center;
  line-height: 1.875rem;
  font-size: 0.9rem;
  border: 1px solid #DADADA;
}

div[class*=Column] .Column {
  border-width: 0;
  border-right: 0 none;
  width: 100%;
  max-width: 100%;
  overflow-x: auto;
}
div[class*=Column] .Column ul {
  margin: 0;
  list-style-type: none;
}

@media (min-width: 768px) {
  .Column1 .Column {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 100%;
            flex: 0 1 100%;
  }
}

@media (min-width: 768px) {
  .Column2 .Column {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 50%;
            flex: 0 1 50%;
  }
}

@media (min-width: 768px) {
  .Column3 .Column {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 33.33333%;
            flex: 0 1 33.33333%;
  }
}

@media (min-width: 768px) {
  .Column4 .Column {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 25%;
            flex: 0 1 25%;
  }
}

@media (min-width: 768px) {
  .Column5 .Column {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 20%;
            flex: 0 1 20%;
  }
}

.AuthoritiesFilters,
.FullTextSearch,
.SearchPanel {
  margin-bottom: 0.75rem;
  background: #E6F0F8;
  padding: 0.75em;
}
.AuthoritiesFilters label,
.FullTextSearch label,
.SearchPanel label {
  color: #4F4F4F;
  font-size: 0.875rem;
  margin-top: 0.375rem;
  margin-bottom: 0.1875rem;
  display: block;
}
.AuthoritiesFilters input[type=button],
.AuthoritiesFilters a.Button,
.FullTextSearch input[type=button],
.FullTextSearch a.Button,
.SearchPanel input[type=button],
.SearchPanel a.Button {
  line-height: 1;
  margin-right: 0.75rem;
  vertical-align: middle;
  margin-bottom: 0.25rem;
  text-decoration: none;
  display: inline-block;
  background-color: #0069B4;
  color: #fff;
  font-size: 0.875rem;
  padding: 0.5rem 1.5rem 0.5rem 0.5rem;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  border-radius: 0;
  border: 1px solid #0069B4;
  cursor: pointer;
  background-image: url(../images/icons-set/weiss/arrows/pfeile-right.svg);
  background-repeat: no-repeat;
  background-size: 24px 24px;
  background-position: right -24px center;
  background-origin: content-box;
}
.AuthoritiesFilters .AuthorityName,
.FullTextSearch .AuthorityName,
.SearchPanel .AuthorityName {
  margin-bottom: 0.75rem;
}
.AuthoritiesFilters div.WaiTextBox,
.AuthoritiesFilters div.StaatskalenderAuthorities,
.FullTextSearch div.WaiTextBox,
.FullTextSearch div.StaatskalenderAuthorities,
.SearchPanel div.WaiTextBox,
.SearchPanel div.StaatskalenderAuthorities {
  margin-bottom: 0.75rem;
}

.Staatskalender div.FullTextSearch {
  display: none;
}

.Staatskalender .ResultsInfo {
  display: block;
  margin: 1.5rem 0 0.75rem 0;
}
.Staatskalender .PersonDetails table {
  background: #E6F0F8;
}
.Staatskalender .PersonDetails table th {
  background: #E6F0F8;
  color: #000;
  width: 150px;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}
.Staatskalender .PersonDetails table td {
  background: #E6F0F8;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}

.LinkRegisterContainer ul {
  list-style-type: none;
}

#details-container {
  width: 100%;
  float: left;
  font-size: 0.825rem;
}
#details-container h2 {
  margin: 0 0 5px 0;
  font-size: 1rem;
}
#details-container dl dt {
  float: left;
  width: 100px;
  margin: 0 -100px 6px 0;
  clear: left;
}
#details-container dl dd {
  float: left;
  width: calc(100% - 106px);
  margin: 0 0 6px 106px;
}

a[data-breadcrumb-organization] {
  margin-right: 6px;
}
a[data-breadcrumb-organization]:before {
  content: "» ";
}
a[data-breadcrumb-organization]:first-child:before {
  content: "";
}
a[data-breadcrumb-organization]:last-child {
  margin-right: 0;
}

.headline a:first-child {
  font-weight: bold;
}
.headline a:first-child:after {
  font-weight: normal;
}

.video-static {
  margin-bottom: 0.75rem;
}
.video-static:after {
  content: "";
  display: table;
  clear: both;
}
.video-static .static-videos div {
  margin-bottom: 3.8461538462%;
}
@media (min-width: 768px) {
  .video-static .static-videos div {
    width: 30.7692307692%;
    float: left;
  }
  .video-static .static-videos div:nth-child(3n+1) {
    margin-left: 0;
    margin-right: -100%;
    clear: both;
    margin-left: 0;
  }
  .video-static .static-videos div:nth-child(3n+2) {
    margin-left: 34.6153846154%;
    margin-right: -100%;
    clear: none;
  }
  .video-static .static-videos div:nth-child(3n+3) {
    margin-left: 69.2307692308%;
    margin-right: -100%;
    clear: none;
  }
}
.video-static .title.comment {
  font-size: 0.75rem;
  color: #0d0d0d;
}
.video-static .various {
  display: block;
  position: relative;
}
.video-static .various img {
  display: block;
}
.video-static .playtime {
  position: absolute;
  left: 5px;
  top: 5px;
  background: rgba(0, 0, 0, 0.7);
  padding: 1px 4px;
  line-height: 1;
  color: #fff;
  font-size: 0.625rem;
}
.video-static .play {
  position: absolute;
  width: 40px;
  height: 40px;
  background: transparent url(../images/icons-set/weiss/play.svg) no-repeat 50%;
  background-size: cover;
  margin: -20px;
  left: 50%;
  top: 50%;
}

.aside-1 .SpecialTopic {
  margin: 0 0 40px 0;
  font-size: 0.9rem;
}
.aside-1 .SpecialTopic > h1,
.aside-1 .SpecialTopic > h2,
.aside-1 .SpecialTopic > h3 {
  font-size: 1.1rem;
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  .aside-1 .SpecialTopic {
    margin: 0 0 20px 0;
  }
}
@media (min-width: 1025px) {
  .aside-1 .SpecialTopic {
    margin: 0 20px 0 100px;
    margin-top: calc(40px + 1.5rem);
  }
}

.main-content ul.VideoArchiveList li {
  list-style: none;
  clear: both;
  position: relative;
  margin: 0;
  padding: 6px 0;
  float: left;
  width: 100%;
  border-bottom: 1px dotted #DADADA;
}

.main-content ul.VideoArchiveList li:first-child {
  margin-top: 10px;
  border-top: 1px dotted #DADADA;
}

.main-content ul.VideoArchiveList {
  margin: 0;
  padding: 0;
  float: left;
  width: 100%;
}

ul.VideoArchiveList li img {
  float: left;
  position: relative;
  margin: 2px 0;
  border: 0 none transparent;
  width: 100px;
  height: 75px;
}

ul.VideoArchiveList li a.various {
  position: absolute;
  background: url("../images/play-weiss.svg") no-repeat 50% 50%;
  width: 100px;
  height: 56px;
  text-indent: -9999px;
  top: 8px;
  left: 0;
}

ul.VideoArchiveList li a.directLink {
  text-indent: 0;
  position: static;
  background-image: none;
  margin-left: 115px;
  display: block;
  width: auto;
  height: auto;
}

.main-content ul.VideoArchiveList li h3,
.main-content ul.VideoArchiveList li span {
  margin-left: 115px;
  display: block;
}

.main-content ul.VideoArchiveList li span.videoDate {
  margin-left: 0;
  font-weight: normal;
}

.main-content li h3.videoHeader {
  margin-top: 1px;
}

.main-content ul.VideoArchiveList li span.playtime {
  padding: 2px 4px;
  display: inline-block;
  margin: 0;
  position: absolute;
  color: #fff;
  top: 47px;
  font-size: 0.5625rem;
  background: rgba(0, 0, 0, 0.7);
  left: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.videofeed-archive {
  position: relative;
}

.videofeed-archive:after {
  content: "";
  background-image: url("../images/gr-spinner-oval.svg");
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: cover;
  display: inline-block;
  width: 50px;
  height: 50px;
  -webkit-transform: translate(-50%);
          transform: translate(-50%);
  position: absolute;
  left: 50%;
  top: 50%;
}

.videofeed-archive.loaded:after {
  display: none;
}

.videofeed-archive ul {
  opacity: 0;
  -webkit-transition: opacity 500ms ease;
  transition: opacity 500ms ease;
}

.videofeed-archive.loaded ul {
  opacity: 1;
}

@media (min-width: 1025px) {
  .wcag_portal_specialcontent .header,
.wcag_portal .header {
    padding-bottom: 100px;
    min-height: 419px;
  }
  .wcag_portal_specialcontent .header .search,
.wcag_portal .header .search {
    margin-top: 100px;
  }
}
@media (min-width: 1025px) and (min-width: 1025px) {
  .wcag_portal_specialcontent .header .search,
.wcag_portal .header .search {
    margin-top: 140px;
  }
}
@media (min-width: 1025px) {
  .wcag_portal_specialcontent .header .main-navigation,
.wcag_portal .header .main-navigation {
    padding-top: 96px;
  }
}

.wcag_portal_specialcontent .mobile-body-row1 {
  background-color: #fff;
}
.wcag_portal_specialcontent .body-row.has-main-content {
  background-color: #E6F0F8;
}
@media (min-width: 768px) {
  .wcag_portal_specialcontent .body-row.additional-content.empty,
.wcag_portal_specialcontent .body-row.additional-content {
    display: block;
    background-image: url(../images/footer.jpg);
    background-position: 50% top;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 300px;
  }
  .wcag_portal_specialcontent .body-row.additional-content.empty.lazy-bg-image,
.wcag_portal_specialcontent .body-row.additional-content.lazy-bg-image {
    background-image: none;
  }
}
.wcag_portal_specialcontent .tree-navigation .content-navigation,
.wcag_portal_specialcontent .Box.Item2 {
  display: none;
}

.video-carousel-row .WebPart h2 {
  margin-top: 0;
  padding: 0 40px;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .video-carousel-row .WebPart h2 {
    padding: 0 100px;
  }
}
@media (min-width: 1025px) {
  .video-carousel-row .WebPart h2 {
    padding: 0;
    width: 46%;
    margin: 0 auto;
  }
}

.wcag_portal_specialcontent .body-row.top-links-row,
.wcag_portal .body-row.top-links-row {
  background-color: #fff;
}
@media (min-width: 768px) {
  .wcag_portal_specialcontent .body-row.top-links-row,
.wcag_portal .body-row.top-links-row {
    padding: 60px 100px;
  }
}
@media (min-width: 1025px) {
  .wcag_portal_specialcontent .body-row.top-links-row,
.wcag_portal .body-row.top-links-row {
    padding: 60px 0;
  }
}
@media (min-width: 1300px) {
  .wcag_portal_specialcontent .body-row.top-links-row,
.wcag_portal .body-row.top-links-row {
    padding: 100px 0;
  }
}

.wcag_portal_specialcontent .top-links ul,
.wcag_portal .top-links ul {
  width: 100%;
  margin: 0;
  padding: 0;
}
@media (min-width: 768px) {
  .wcag_portal_specialcontent .top-links ul,
.wcag_portal .top-links ul {
    display: table;
    width: 100%;
    table-layout: fixed;
  }
}
.wcag_portal_specialcontent .top-links li,
.wcag_portal .top-links li {
  float: none;
  display: table-cell;
  padding: 0 0.5em 0 0;
  vertical-align: top;
  max-width: 33.33333%;
  overflow: hidden;
  text-align: center;
}
.wcag_portal_specialcontent .top-links li:last-child,
.wcag_portal .top-links li:last-child {
  padding-right: 0;
}
.wcag_portal_specialcontent .top-links li img,
.wcag_portal .top-links li img {
  display: block;
  max-width: 100%;
  max-height: 100%;
  height: auto;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .wcag_portal_specialcontent .top-links li img,
.wcag_portal .top-links li img {
    width: 50px;
  }
}
.wcag_portal_specialcontent .top-links li a,
.wcag_portal .top-links li a {
  display: block;
  text-decoration: none;
  height: 100%;
  padding: 0 0.125em 0 0;
}
@media (min-width: 768px) {
  .wcag_portal_specialcontent .top-links li img,
.wcag_portal .top-links li img {
    width: 80px;
    max-width: 80px;
    max-height: 80px;
  }
}
.wcag_portal_specialcontent .top-links li.fontawesome span[class*=fa], .wcag_portal_specialcontent .top-links li.fontawesome i,
.wcag_portal .top-links li.fontawesome span[class*=fa],
.wcag_portal .top-links li.fontawesome i {
  display: block;
  max-width: 100%;
  max-height: 100%;
  height: auto;
  font-size: 1.875rem;
  line-height: 1.875rem;
  overflow: hidden;
  margin: 0 auto;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .wcag_portal_specialcontent .top-links li.fontawesome span[class*=fa], .wcag_portal_specialcontent .top-links li.fontawesome i,
.wcag_portal .top-links li.fontawesome span[class*=fa],
.wcag_portal .top-links li.fontawesome i {
    width: 50px;
  }
}
@media (min-width: 768px) {
  .wcag_portal_specialcontent .top-links li.fontawesome span[class*=fa], .wcag_portal_specialcontent .top-links li.fontawesome i,
.wcag_portal .top-links li.fontawesome span[class*=fa],
.wcag_portal .top-links li.fontawesome i {
    width: 80px;
    max-width: 80px;
    height: 80px;
    line-height: 5rem;
    font-size: 4.0625rem;
  }
}
.wcag_portal_specialcontent .top-links li img,
.wcag_portal .top-links li img {
  display: block;
  margin: 0 auto;
}
.wcag_portal_specialcontent .top-links li span,
.wcag_portal_specialcontent .top-links li .text,
.wcag_portal .top-links li span,
.wcag_portal .top-links li .text {
  display: inline-block;
  vertical-align: middle;
  font-weight: bold;
}
@media (min-width: 768px) {
  .wcag_portal_specialcontent .top-links li span,
.wcag_portal_specialcontent .top-links li .text,
.wcag_portal .top-links li span,
.wcag_portal .top-links li .text {
    display: block;
  }
}
.wcag_portal_specialcontent .top-links li span,
.wcag_portal_specialcontent .top-links li .text,
.wcag_portal .top-links li span,
.wcag_portal .top-links li .text {
  max-width: 100%;
  overflow-x: hidden;
}
.wcag_portal_specialcontent .top-links.open .toggle-top-links,
.wcag_portal .top-links.open .toggle-top-links {
  background-color: #DADADA;
}
@media (min-width: 768px) {
  .wcag_portal_specialcontent .top-links.open .top-links-container,
.wcag_portal .top-links.open .top-links-container {
    background: #fff;
  }
}

.wcag_testimonial .TestimonialPage:after {
  content: "";
  display: table;
  clear: both;
}
.wcag_testimonial .TestimonialPage .CompanyLogo {
  margin-left: 17.6470588235%;
  padding-bottom: 1rem;
}
.wcag_testimonial .TestimonialPage .Image.left {
  width: 11.7647058824%;
  float: left;
  margin-right: 5.8823529412%;
}
.wcag_testimonial .TestimonialPage .CitationTitle,
.wcag_testimonial .TestimonialPage blockquote,
.wcag_testimonial .TestimonialPage .CompanyName,
.wcag_testimonial .TestimonialPage .PersonInfo,
.wcag_testimonial .TestimonialPage .Text.right {
  width: 82.3529411765%;
  float: right;
  margin-right: 0;
  padding-bottom: 0.75rem;
}
.wcag_testimonial .TestimonialPage blockquote {
  padding: 1rem 0;
  color: #0069B4;
}
.wcag_testimonial .TestimonialPage blockquote:before {
  content: '"';
  color: #0069B4;
  margin-right: 0.05rem;
  font-size: 1.125rem;
}
.wcag_testimonial .TestimonialPage blockquote:after {
  content: '"';
  color: #0069B4;
  margin-left: 0.05rem;
  font-size: 1.125rem;
}
.wcag_testimonial .TestimonialPage .CitationTitle {
  font-weight: bold;
  padding: 0;
}
.wcag_testimonial .TestimonialPage .PersonInfo div {
  display: inline-block;
  vertical-align: baseline;
  margin-right: 0.2rem;
}
.wcag_testimonial .TestimonialPage .CompanyName {
  padding-bottom: 0;
}
.wcag_testimonial .WebPartZone {
  clear: both;
  float: left;
  width: 100%;
}

.WCAG_BlankFullSizeWebpartPage .aside-1,
.wcag_blankfullsizewebpartpage .aside-1 {
  display: none !important;
}
@media (min-width: 768px) {
  .WCAG_BlankFullSizeWebpartPage .main-column,
.wcag_blankfullsizewebpartpage .main-column {
    padding: 0;
  }
}
@media (min-width: 1025px) {
  .WCAG_BlankFullSizeWebpartPage .main-column,
.wcag_blankfullsizewebpartpage .main-column {
    margin: 0 100px;
    width: auto;
    float: none;
  }
}
@media (min-width: 1300px) {
  .WCAG_BlankFullSizeWebpartPage .main-column,
.wcag_blankfullsizewebpartpage .main-column {
    margin: 0 100px;
    width: auto;
    padding: 0;
    float: none;
  }
}

.wcag_azindex .AZIndex {
  margin: 10px 0;
}
.wcag_azindex .AZIndex li {
  display: inline-block;
  margin: 0 8px 8px 0;
}
.wcag_azindex .AZIndex li a,
.wcag_azindex .AZIndex li span {
  display: block;
  width: 30px;
  height: 30px;
  text-align: center;
  line-height: 1.875rem;
  font-size: 0.9rem;
  border: 1px solid #DADADA;
}
.wcag_azindex .Column {
  border-width: 0;
}
.wcag_azindex .Column ul {
  margin: 0;
}

@media (min-width: 768px) {
  .wcag_contentpagetworowswithimage .body-row.additional-content.empty,
.wcag_contentpagetworowswithimage .body-row.additional-content {
    display: block;
    background-image: url(../images/footer.jpg);
    background-position: 50% top;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 300px;
    margin-top: 100px;
  }
}

.logo .image a:focus,
.language a:focus,
.meta-navigation a:focus,
.main-navigation a:focus,
.mobile-navigation a:focus {
  outline: 2px dotted rgba(255, 255, 255, 0.9);
}

.search input[type=text] {
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
.search input[type=text]:focus {
  -webkit-box-shadow: 0 0 10px rgba(255, 255, 255, 0.7);
          box-shadow: 0 0 10px rgba(255, 255, 255, 0.7);
  text-indent: 4px;
}
.search input[type=text]:focus::-webkit-input-placeholder {
  color: #9ec5e4;
  text-indent: 4px;
}
.search input[type=text]:focus:-ms-input-placeholder {
  color: #9ec5e4;
  text-indent: 4px;
}
.search input[type=text]:focus::-ms-input-placeholder {
  color: #9ec5e4;
  text-indent: 4px;
}
.search input[type=text]:focus::placeholder {
  color: #9ec5e4;
  text-indent: 4px;
}
.search input.search-button:focus {
  outline: 2px dotted rgba(255, 255, 255, 0.9);
}

.mobile-menu-toggle {
  display: inline-block;
}

#MobileNavigationContainer li.mm-selected a:focus,
#mmenu li.mm-selected a:focus {
  outline: 4px dotted rgba(255, 255, 255, 0.9);
}

#MobileNavigationContainer li a:focus,
#mmenu li a:focus,
.mm-navbar a.mm-btn:focus,
.mm-navbars_bottom .mm-navbar a:focus {
  outline: 4px dotted rgba(255, 255, 255, 0.9);
}

.noindex .skip-links {
  position: absolute;
  margin: 0;
  padding: 0;
  list-style: none;
}
.noindex .skip-links li {
  list-style: none;
}
.noindex .skip-links li a {
  position: absolute;
  left: -99999px;
  top: -99999px;
  white-space: nowrap;
}
.noindex .skip-links li a:focus {
  left: 0;
  top: 0;
  display: inline-block;
  padding: 10px;
  color: #fff;
  background: #002e4e;
  z-index: 2000;
  outline: 2px dotted rgba(255, 255, 255, 0.9);
}

.footer a:focus {
  outline: 2px dotted rgba(255, 255, 255, 0.9);
}

.tree-navigation a:focus,
.main-column a:focus,
.main-content a:focus {
  outline: 2px dotted rgba(0, 0, 0, 0.6);
}
.tree-navigation a.site-link:focus,
.main-column a.site-link:focus,
.main-content a.site-link:focus {
  outline: 4px dotted rgba(0, 0, 0, 0.6);
}

.AutoList .ButtonExportToExcel input:focus {
  outline: 2px dotted rgba(0, 0, 0, 0.6);
}

.AutoList table.k-selectable:focus {
  border: 2px dotted rgba(0, 0, 0, 0.6);
}

.events-carousel div.item:focus,
.events-carousel a:focus,
.events-carousel button:focus,
.news-carousel div.item:focus,
.news-carousel a:focus,
.news-carousel button:focus {
  -webkit-box-shadow: 0 0 6px rgba(0, 0, 0, 0.6) inset;
          box-shadow: 0 0 6px rgba(0, 0, 0, 0.6) inset;
}

a.button:focus {
  outline: 2px dotted rgba(0, 0, 0, 0.6);
}

.AuthoritiesFilters a.Button,
.AuthoritiesFilters input[type=button],
.AuthoritiesFilters input[type=submit],
.AuthoritiesFilters button,
.SearchPanel a.Button,
.SearchPanel input[type=button],
.SearchPanel input[type=submit],
.SearchPanel button,
.AutoForm a.Button,
.AutoForm input[type=button],
.AutoForm input[type=submit],
.AutoForm button {
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
.AuthoritiesFilters a.Button:focus,
.AuthoritiesFilters input[type=button]:focus,
.AuthoritiesFilters input[type=submit]:focus,
.AuthoritiesFilters button:focus,
.SearchPanel a.Button:focus,
.SearchPanel input[type=button]:focus,
.SearchPanel input[type=submit]:focus,
.SearchPanel button:focus,
.AutoForm a.Button:focus,
.AutoForm input[type=button]:focus,
.AutoForm input[type=submit]:focus,
.AutoForm button:focus {
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.6);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.6);
}
.AuthoritiesFilters input[type=text],
.AuthoritiesFilters input[type=number],
.AuthoritiesFilters input[type=email],
.AuthoritiesFilters input[type=radio],
.AuthoritiesFilters input[type=checkbox],
.AuthoritiesFilters select,
.SearchPanel input[type=text],
.SearchPanel input[type=number],
.SearchPanel input[type=email],
.SearchPanel input[type=radio],
.SearchPanel input[type=checkbox],
.SearchPanel select,
.AutoForm input[type=text],
.AutoForm input[type=number],
.AutoForm input[type=email],
.AutoForm input[type=radio],
.AutoForm input[type=checkbox],
.AutoForm select {
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
.AuthoritiesFilters input[type=text]:focus,
.AuthoritiesFilters input[type=number]:focus,
.AuthoritiesFilters input[type=email]:focus,
.AuthoritiesFilters input[type=radio]:focus,
.AuthoritiesFilters input[type=checkbox]:focus,
.AuthoritiesFilters select:focus,
.SearchPanel input[type=text]:focus,
.SearchPanel input[type=number]:focus,
.SearchPanel input[type=email]:focus,
.SearchPanel input[type=radio]:focus,
.SearchPanel input[type=checkbox]:focus,
.SearchPanel select:focus,
.AutoForm input[type=text]:focus,
.AutoForm input[type=number]:focus,
.AutoForm input[type=email]:focus,
.AutoForm input[type=radio]:focus,
.AutoForm input[type=checkbox]:focus,
.AutoForm select:focus {
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.6);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.6);
}

.gr-searchbox input:focus {
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.6);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.6);
}

.important-links a:focus {
  -webkit-box-shadow: 0 0 6px rgba(0, 0, 0, 0.6) inset;
          box-shadow: 0 0 6px rgba(0, 0, 0, 0.6) inset;
}

.sr-only,
.screen-reader-only,
.visually-hidden {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

.map-view .leaflet-control-attribution a {
  background-color: rgba(0, 105, 180, 0.3);
  display: inline-block;
  -webkit-box-shadow: 0 0 5px 2px rgba(255, 255, 255, 0.9);
          box-shadow: 0 0 5px 2px rgba(255, 255, 255, 0.9);
  color: #000 !important;
  text-shadow: 0 0 0 transparent;
  margin: 0 2px;
  padding: 2px 4px;
}
.map-view .leaflet-control-attribution a:hover {
  color: #fff !important;
  background-color: rgba(0, 105, 180, 0.8);
}

h1[id*=headingPageTitle] a {
  text-decoration: underline;
}
h1[id*=headingPageTitle] a:hover {
  text-decoration: none;
}

[class^=ms-],
[class^=js-] {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}
[class^=ms-] img,
[class^=js-] img {
  max-width: none !important;
}

.ms-webpart-controlBox {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}

.ms-webpart-titleText.ms-webpart-titleText,
.ms-webpart-titleText > a {
  font-family: "Helvetica Neue", Arial, sans-serif;
}

.search .ms-srch-sb-border,
.search .ms-srch-sb-borderFocused {
  border: 0 none;
}
.search .ms-srch-sb-navLink {
  position: absolute;
  right: -10px;
  z-index: -2;
}
.search .ms-srch-sb > input {
  height: auto;
}
.ie .search .ms-srch-sb > input {
  height: 2.5em;
}
.search .ms-srch-sb {
  display: block;
}
.search .ms-srch-sb-searchLink {
  border: 0 none;
  background: transparent url(../images/icons-set/search-white.svg) no-repeat 50% 50%;
  background-size: cover;
  position: absolute;
  right: 20px;
  bottom: 5px;
  margin: 0;
  padding: 0;
  width: 35px;
  height: 31px;
  cursor: pointer;
}
@media (min-width: 768px) {
  .search .ms-srch-sb-searchLink {
    right: 100px;
  }
}
@media (min-width: 1025px) {
  .search .ms-srch-sb-searchLink {
    right: 0;
    width: 40px;
    height: 35px;
  }
}

.ms-webpart-menuArrowImg {
  max-width: none !important;
}

.ms-webpart-titleText {
  font-size: 1rem;
}

.ms-formfieldlabel {
  font-size: 0.875rem;
}

.header h1 .ms-formfieldlabel {
  font-size: 0.875rem;
  text-transform: capitalize;
}

.page-content .ms-webpart-chrome-title {
  margin-bottom: 20px;
}

#navImg,
#searchImg {
  display: none !important;
}

.content .ms-webpart-controlBox {
  width: 100px;
}

.hidden {
  display: none;
}

#aspnetForm[style*=background-image] {
  background-image: none !important;
}
#aspnetForm[style*=background-image] .footer,
#aspnetForm[style*=background-image] .header {
  outline: 18px dashed #e9cd20;
}
.LoggedOn.Display #aspnetForm[style*=background-image] .footer,
.LoggedOn.Display #aspnetForm[style*=background-image] .header {
  outline-offset: -18px;
}

button.k-button {
  min-width: 10px;
}

ul.k-editor-toolbar li {
  margin-bottom: 0;
}

#ArticleTabContainer {
  font-size: 0.75rem;
}

.ms-formfieldvaluecontainer textarea[id*=_NoteFieldKeywords] {
  width: calc(100% - 1rem);
  font-family: monospace;
  font-size: 1rem;
  min-height: 2rem;
}

@media print {
  * {
    -webkit-print-color-adjust: exact;
    color-adjust: exact;
  }

  body {
    padding: 0;
    margin: 0;
    width: 100%;
    overflow: initial !important;
    overflow-x: initial !important;
    max-width: 210mm !important;
  }

  ul, img {
    page-break-inside: avoid;
  }

  .mm-menu,
.header .search,
.header .language,
.header .mobile-navigation,
.header .main-navigation,
.sticky-header,
.footer,
.aside-1,
.top-links-row,
.mobile-body-row,
.info-panel,
#welcomeMenuBox,
#s4-ribbonrow,
.scroll-top,
.scroll-top.show,
#suiteBar {
    display: none !important;
  }

  .medium-header.header,
.header {
    min-height: inherit !important;
    padding: 20px 40px !important;
  }

  .root-web-descriptions a {
    color: #000;
    text-decoration: none;
  }

  .body-container .body-row,
.body-container .additional-content.body-row {
    padding: 20px 40px !important;
  }
  .body-container .main-column {
    width: 100% !important;
    max-width: 100% !important;
    overflow: initial !important;
  }
}
.organization-chart {
  clear: both;
}
.organization-chart:after {
  content: "";
  display: table;
  clear: both;
}
.organization-chart ul {
  list-style: none;
  margin: 0;
  padding: 0;
  font-size: 0.8125rem;
  color: #fff;
}
.organization-chart ul li {
  margin-bottom: 0;
  text-align: center;
}
.organization-chart ul li.main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
}
.organization-chart ul li.main > div[typeof=Person] {
  width: 100%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
.organization-chart ul a {
  color: #fff;
  text-decoration: underline;
}
.organization-chart ul span {
  display: block;
}
.organization-chart ul span[property=worksFor] span {
  font-size: 0.9375rem;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 1.3;
}
.organization-chart ul div[typeof=Person] {
  background: #0069B4;
  text-align: center;
  color: #fff;
  font-size: 0.875rem;
  padding: 6px;
  margin-bottom: 16px;
}
.organization-chart ul [class*=group] {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  margin-bottom: 16px;
  width: 100%;
}
.organization-chart ul [class*=group] li {
  padding: 6px;
  border-top: 1px solid #fff;
}
.organization-chart ul [class*=group] li:first-child {
  min-height: 100px;
  border-top: 0 none;
}
@media (min-width: 480px) {
  .organization-chart ul [class*=group] {
    width: calc(50% - 8px);
  }
  .organization-chart ul [class*=group]:nth-child(2n+3) {
    margin-left: 16px;
  }
}
@media (min-width: 768px) {
  .organization-chart ul [class*=group] {
    width: calc((100% - 48px) / 4);
    margin-right: 16px;
  }
  .organization-chart ul [class*=group]:nth-child(2n+3) {
    margin-left: 0;
  }
  .organization-chart ul [class*=group]:nth-child(4n+5) {
    margin-right: 0;
  }
}
.organization-chart ul .group1 li {
  background: rgba(44, 29, 72, 0.7);
}
.organization-chart ul .group1 li:first-child {
  background: #2c1d48;
}
.organization-chart ul .group2 li {
  background: rgba(24, 45, 64, 0.7);
}
.organization-chart ul .group2 li:first-child {
  background: #182d40;
}
.organization-chart ul .group3 li {
  background: rgba(62, 81, 96, 0.7);
}
.organization-chart ul .group3 li:first-child {
  background: #3E5160;
}
.organization-chart ul .group4 li {
  background: rgba(130, 130, 130, 0.7);
}
.organization-chart ul .group4 li:first-child {
  background: #828282;
}
.organization-chart ul .group5 li {
  background: rgba(92, 70, 14, 0.7);
}
.organization-chart ul .group5 li:first-child {
  background: #5c460e;
}
.organization-chart ul .group6 li {
  background: rgba(124, 118, 64, 0.7);
}
.organization-chart ul .group6 li:first-child {
  background: #7c7640;
}
.organization-chart ul .group7 li {
  background: rgba(0, 107, 114, 0.7);
}
.organization-chart ul .group7 li:first-child {
  background: #006b72;
}
.organization-chart ul .group8 li {
  background: rgba(0, 64, 125, 0.7);
}
.organization-chart ul .group8 li:first-child {
  background: #00407d;
}
.organization-chart ul .group9 li {
  background: rgba(89, 64, 75, 0.7);
}
.organization-chart ul .group9 li:first-child {
  background: #59404b;
}
.organization-chart ul .group10 li {
  background: rgba(123, 15, 0, 0.7);
}
.organization-chart ul .group10 li:first-child {
  background: #7b0f00;
}

tr.GroupHeader td,
td.bold,
th.bold,
tr.bold {
  font-weight: bold;
}

span.notElected {
  display: none;
}

span.elected {
  background: url(../images/icons-set/poll/poll-elected.gif) no-repeat 0 0;
  display: inline-block;
  text-indent: -99999px;
  width: 30px;
  height: 18px;
  background-size: auto 100%;
}

.Regierungsratswahlen label .value,
.NrOfSeats .value,
.ElectionParticipation .value {
  margin-left: 5px;
}

.Benchmark img {
  min-height: 20px;
  border-left: 1px solid #6394fb;
  display: inline-block;
  vertical-align: middle;
}
.elected .Benchmark img {
  border-left: 1px solid #5da216;
}
.AbsolutesMehr .Benchmark img {
  border-left: 1px solid #ff0100;
}

.Regierungsratswahlen {
  margin-bottom: 1.5rem;
}

.RegierungsratswahlenDetails {
  margin: 1.5rem 0 0 0;
}
.RegierungsratswahlenDetails h2 {
  margin-top: 0;
}
.RegierungsratswahlenDetails table th {
  text-align: center;
}
.RegierungsratswahlenDetails table td {
  text-align: right;
}
.RegierungsratswahlenDetails table td:first-child {
  text-align: left;
}

.ImageLinkButton {
  display: inline-block;
  margin-right: 1rem;
  font-size: 0.875rem;
}
.ImageLinkButton input {
  margin-right: 0.5rem;
  display: inline-block;
  vertical-align: middle;
}
.ImageLinkButton a {
  display: inline-block;
  vertical-align: middle;
}

.Kreiswahlen table th,
.Kreiswahlen table td {
  text-align: center;
}
.Kreiswahlen table th:first-child,
.Kreiswahlen table td:first-child {
  text-align: left;
}

.ElectionStatus {
  text-align: center;
}

table.PersonResults td {
  padding-top: 6px;
  padding-bottom: 0;
}
table.PersonResults td div.Item {
  margin: 0;
  padding: 0;
}
table.PersonResults td div.Item:after {
  content: "";
  display: table;
  clear: both;
}

table tr.Header td {
  background: #0069B4;
  color: #fff;
  font-weight: bold;
}

.p-stv .main-content fieldset table tr td,
.p-stv .main-content fieldset table tr th {
  background: transparent;
  padding: 4px 2px;
}
.p-stv .main-content fieldset table tr th {
  color: #000;
}
.p-stv .main-content fieldset table tr:nth-child(odd), .p-stv .main-content fieldset table tr:nth-child(even) {
  background: transparent;
}
.p-stv .main-content .tooltip {
  margin: 0;
  font-size: 0.875rem;
}
.p-stv .main-content input[type=submit],
.p-stv .main-content .buttons input,
.p-stv .main-content span.k-button {
  border-radius: 0;
  text-shadow: 0 0 0 transparent;
  width: auto;
}
.p-stv label {
  font-size: 1rem;
}
.p-stv .textbox,
.p-stv fieldset {
  background: #E6F0F8;
}
.p-stv fieldset {
  padding: 10px;
}
.p-stv input[type=button] {
  display: inline-block;
  background-color: #0069B4;
  color: #fff;
  font-size: 0.875rem;
  padding: 0.5rem 1.5rem 0.5rem 0.5rem;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  border-radius: 0;
  border: 1px solid #0069B4;
  cursor: pointer;
  background-image: url(../images/icons-set/weiss/arrows/pfeile-right.svg);
  background-repeat: no-repeat;
  background-size: 24px 24px;
  background-position: right -24px center;
  background-origin: content-box;
}

.main-content .StvGGSt table tr td,
.main-content .StvGGSt table tr th {
  background: transparent;
  padding: 4px 2px;
}
.main-content .StvGGSt table tr th {
  color: #000;
}
.main-content .StvGGSt table tr:nth-child(odd), .main-content .StvGGSt table tr:nth-child(even) {
  background: transparent;
}
.main-content .StvGGSt .topDateFields input[type=text] {
  display: block !important;
}
@media (min-width: 768px) {
  .main-content .StvGGSt .topDateFields input[type=text] {
    display: inline-block !important;
  }
}
.main-content .StvGGSt .topDateFields label {
  width: auto;
}
@media (min-width: 768px) {
  .main-content .StvGGSt .topDateFields label {
    width: 250px;
  }
}
.main-content .StvGGSt .inputFields table.content-table {
  display: block;
  overflow: auto;
  overflow-y: hidden;
  overflow-x: auto;
  width: 290px;
}
@media (min-width: 480px) {
  .main-content .StvGGSt .inputFields table.content-table {
    display: table;
    width: 100%;
  }
}
.main-content .StvGGSt .inputFields table.content-table label {
  width: auto;
}
.main-content .StvGGSt .span_label {
  width: auto;
}
.main-content .StvGGSt label {
  font-size: 1rem;
}
.main-content .StvGGSt .textbox,
.main-content .StvGGSt fieldset {
  background: #E6F0F8;
}
.main-content .StvGGSt fieldset {
  padding: 10px 4px;
}
.Display .body-container .main-content .StvGGSt input[type=text] {
  display: inline-block;
  width: auto;
}
.main-content .StvGGSt .tooltip {
  margin: 0;
  font-size: 0.875rem;
}
.main-content .StvGGSt input[type=submit],
.main-content .StvGGSt .buttons input,
.main-content .StvGGSt span.k-button {
  border-radius: 0;
  text-shadow: 0 0 0 transparent;
  width: auto;
}

.main-content .StvGGSt .topDateFields {
  padding-left: 5px;
  margin-left: 0;
}
.main-content .StvGGSt .topDateFields .tooltip {
  margin-top: 10px;
}
.main-content .inputFields table td:nth-child(2) {
  vertical-align: bottom;
}
.main-content .StvGGSt .divLabelContainerEingeruecktBtnErfassen {
  margin-top: 0;
}
.main-content .StvGGSt .divFunktionsumfang {
  background: #E6F0F8;
  font-size: 0.875rem;
}

.main-content div.StvSteuerrechner > div {
  padding-left: 0;
}
.main-content .Steuerrechner fieldset {
  padding: 10px;
}
.main-content .Steuerrechner label {
  width: auto;
  overflow-x: hidden;
  text-overflow: ellipsis;
}
.main-content .Steuerrechner .lefthalf label {
  width: 100%;
  white-space: nowrap;
  display: inline-block;
}
.main-content .Steuerrechner .Gemeinde .Fraktionsliste {
  margin-top: 5px;
  margin-left: 0;
}
.main-content .Steuerrechner .GemeindeFraktion .Tarif,
.main-content .Steuerrechner .GemeindeFraktion .Kinder {
  margin-left: 0;
}
.main-content .Steuerrechner .GemeindeFraktion .labelTarifBd,
.main-content .Steuerrechner .GemeindeFraktion .labelTarifBdVal {
  font-size: 1rem;
  margin-top: 0.75rem;
}
.main-content .Steuerrechner .GemeindeFraktion .TarifKt label,
.main-content .Steuerrechner .GemeindeFraktion label.labelTarifBd {
  text-indent: 0;
}
.main-content .Steuerrechner .GemeindeFraktion .Kinder label {
  width: auto;
}
.main-content .Steuerrechner input[type=button] {
  margin-left: 0;
}
.main-content .Steuerrechner .righthalf,
.main-content .Steuerrechner .lefthalf {
  width: 49% !important;
  padding-top: 0;
}
.main-content .Steuerrechner .righthalf h3,
.main-content .Steuerrechner .lefthalf h3 {
  margin-top: 12px;
  margin-bottom: 0;
}
.main-content .Steuerrechner .lefthalf label {
  margin-left: 0;
}
.main-content .Steuerrechner .lefthalf.divResultat {
  width: 100% !important;
}
.main-content .Steuerrechner .righthalf .EinKtSatz {
  margin-top: 28px;
  margin-bottom: 0;
}
.safari .main-content .Steuerrechner .righthalf .EinKtSatz {
  margin-top: 30px;
}
.main-content .Steuerrechner .righthalf .EinBdSatz,
.main-content .Steuerrechner .righthalf .VerKtSatz {
  margin-top: 29px;
  margin-bottom: 0;
}
.safari .main-content .Steuerrechner .righthalf .EinBdSatz,
.safari .main-content .Steuerrechner .righthalf .VerKtSatz {
  margin-top: 30px;
}

#MainContent.main-content fieldset[id$=fstEingaben] .lefthalf h3 {
  margin-left: 0 !important;
}

.Gemeindesteuerfuesse fieldset {
  padding: 10px;
}
.Gemeindesteuerfuesse .lefthalf {
  width: 49%;
}
.Gemeindesteuerfuesse div[id$=_divListe] [type=radio] + label {
  margin-bottom: 0;
}
.Gemeindesteuerfuesse div[id$=_divListe] input[type=text] {
  display: inline-block;
  width: 80px;
}
.Gemeindesteuerfuesse div[id$=_divListe] input[type=submit] {
  margin-left: 10px;
}

.Kapitalabfindung div.StvKapitalabfindung > div {
  padding-left: 0;
}
.Kapitalabfindung label {
  width: auto;
}
.Kapitalabfindung .StvKapitalabfindung .label,
.Kapitalabfindung .StvKapitalabfindung .labelTarifKt {
  margin-left: 0;
}
.Kapitalabfindung .StvKapitalabfindung .Fraktionsliste {
  margin-left: 0;
}
.Kapitalabfindung .StvKapitalabfindung .Tarif {
  margin-left: 0;
}
.Kapitalabfindung .StvKapitalabfindung .labelTarifKt label {
  width: auto;
  text-indent: 0;
}
.Kapitalabfindung .StvKapitalabfindung .label {
  margin-left: 0;
}
.Kapitalabfindung .StvKapitalabfindung .righthalf,
.Kapitalabfindung .StvKapitalabfindung .lefthalf {
  width: 49% !important;
}
.Kapitalabfindung .StvKapitalabfindung .righthalf h3,
.Kapitalabfindung .StvKapitalabfindung .lefthalf h3 {
  margin-top: 12px;
  margin-bottom: 0;
}
.Kapitalabfindung .StvKapitalabfindung .lefthalf.divResultat {
  width: 100% !important;
}
.Kapitalabfindung .StvKapitalabfindung .righthalf {
  float: right;
}
.Kapitalabfindung .StvKapitalabfindung .righthalf .FormLabel {
  margin-top: 6px;
}
.safari .Kapitalabfindung .StvKapitalabfindung .righthalf .FormLabel {
  margin-top: 8px;
}
.Kapitalabfindung .StvKapitalabfindung .righthalf label[id$=_txtSatz_FormLabel] {
  display: block;
  visibility: hidden;
}

.p-stv .main-content table th,
.p-stv h3 {
  font-size: 1rem;
}
.p-stv .k-window-titlebar {
  font-size: 0.875rem;
  padding-bottom: 20px;
}
.p-stv .htContainer table td, .p-stv .htContainer table th {
  font-size: 0.75rem;
}
.p-stv .LoggedOn.Display .btnBerechnen {
  margin-top: 6px;
}

.main-content .StvGGSt .divLabelContainerEingeruecktWertInv .labelWithInfo,
.main-content .StvGGSt span[id$=_pVerluste],
.main-content .StvGGSt span[id$=_pGewinne],
.main-content .StvGGSt .span_label,
.main-content .StvGGSt label {
  font-size: 1rem;
}
.main-content .divLabelContainerEingeruecktBtnErfassen span.k-button {
  margin: 0;
}
.main-content .divLabelContainerEingeruecktBtnErfassen .k-button.disabled.tooltip {
  font-size: 0.75rem;
}
.main-content .divLabelContainerEingeruecktBtnErfassen [id$=_spanToolTipBtnErfassen] {
  font-size: 0.875rem;
}
.main-content .StvGGSt fieldset div {
  margin: 0;
}

.main-content .StvGGSt table.content-table,
table.htCore.content-table {
  overflow: auto;
  overflow-y: auto;
  overflow-x: auto;
  display: table;
  width: 100%;
}

.p-stv .main-content .divResultat tr:nth-child(even) td {
  background-color: #E6F0F8;
}
.p-stv .main-content .divResultat table.columns-s th, .p-stv .main-content .divResultat table.columns-s td {
  font-size: 0.875rem !important;
}

.p-stv .Gemeindekontakt .Gemeinde label {
  width: auto;
}
.p-stv .Gemeindekontakt [id$=_LabelText],
.p-stv .Gemeindekontakt span.label {
  display: none;
}
.p-stv div.WebPart div.StvZahlungserleichterung {
  margin-left: 0;
}

.workingplan .bold {
  font-weight: bold;
}
.workingplan ul.workingplan {
  margin: 1rem 0 0.75rem;
  padding: 0;
}
.workingplan ul.workingplan > li {
  list-style: none;
  padding-bottom: 1rem;
  margin-bottom: 1rem;
}
.workingplan ul.workingplan > li > p:first-child {
  font-weight: bold;
}
.workingplan ul.workingplan ul.day-list {
  list-style: none;
  margin: 0.75rem 0 0.75rem 0;
  padding-left: 1rem;
}
.workingplan ul.workingplan ul.topic-list {
  list-style: square;
  margin: 0 0 0 1.55rem;
  padding: 0;
}
.info-panel .i.social-sharing {
  background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2230%22%20height%3D%2230%22%3E%3Cpath%20d%3D%22M21.4%2018.2c-1.2%200-2.3.5-3%201.5l-.1.1-6.2-3.5v-.1c.1-.4.2-.8.2-1.3%200-.4-.1-.9-.2-1.3v-.1l6.2-3.5.1.1c.7%201%201.8%201.5%203%201.5%202.1%200%203.8-1.7%203.8-3.8%200-2.1-1.7-3.8-3.8-3.8s-3.8%201.7-3.8%203.8c0%20.4.1.9.2%201.3v.1l-6.2%203.5-.1-.1c-.7-1-1.8-1.5-3-1.5-2.1%200-3.8%201.7-3.8%203.8s1.7%203.8%203.8%203.8c1.2%200%202.3-.6%203.1-1.5l.1-.1%206.2%203.5v.1c-.1.4-.2.8-.2%201.3%200%202.1%201.7%203.8%203.8%203.8s3.8-1.7%203.8-3.8c0-2-1.7-3.8-3.9-3.8zm0-13.1c1.5%200%202.8%201.3%202.8%202.8s-1.3%202.8-2.8%202.8c-1.5%200-2.8-1.3-2.8-2.8s1.3-2.8%202.8-2.8zM8.6%2017.8c-1.5%200-2.8-1.3-2.8-2.8s1.3-2.8%202.8-2.8%202.8%201.3%202.8%202.8-1.3%202.8-2.8%202.8zm12.8%207.1c-1.5%200-2.8-1.3-2.8-2.8s1.3-2.8%202.8-2.8c1.5%200%202.8%201.3%202.8%202.8s-1.2%202.8-2.8%202.8z%22%20fill%3D%22%23fff%22%2F%3E%3C%2Fsvg%3E");
}

.on.info-panel .i.social-sharing {
  background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2230%22%20height%3D%2230%22%3E%3Cpath%20d%3D%22M21.4%2018.2c-1.2%200-2.3.5-3%201.5l-.1.1-6.2-3.5v-.1c.1-.4.2-.8.2-1.3%200-.4-.1-.9-.2-1.3v-.1l6.2-3.5.1.1c.7%201%201.8%201.5%203%201.5%202.1%200%203.8-1.7%203.8-3.8%200-2.1-1.7-3.8-3.8-3.8s-3.8%201.7-3.8%203.8c0%20.4.1.9.2%201.3v.1l-6.2%203.5-.1-.1c-.7-1-1.8-1.5-3-1.5-2.1%200-3.8%201.7-3.8%203.8s1.7%203.8%203.8%203.8c1.2%200%202.3-.6%203.1-1.5l.1-.1%206.2%203.5v.1c-.1.4-.2.8-.2%201.3%200%202.1%201.7%203.8%203.8%203.8s3.8-1.7%203.8-3.8c0-2-1.7-3.8-3.9-3.8zm0-13.1c1.5%200%202.8%201.3%202.8%202.8s-1.3%202.8-2.8%202.8c-1.5%200-2.8-1.3-2.8-2.8s1.3-2.8%202.8-2.8zM8.6%2017.8c-1.5%200-2.8-1.3-2.8-2.8s1.3-2.8%202.8-2.8%202.8%201.3%202.8%202.8-1.3%202.8-2.8%202.8zm12.8%207.1c-1.5%200-2.8-1.3-2.8-2.8s1.3-2.8%202.8-2.8c1.5%200%202.8%201.3%202.8%202.8s-1.2%202.8-2.8%202.8z%22%20fill%3D%22%230069B4%22%2F%3E%3C%2Fsvg%3E");
}

.panel-social-sharing li a {
  display: block;
}
.panel-social-sharing li a:before {
  content: "";
  display: inline-block;
  width: 40px;
  height: 40px;
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 100% auto;
  vertical-align: middle;
  -webkit-transform: scale(0.9, 0.9);
          transform: scale(0.9, 0.9);
}
.panel-social-sharing li.facebook a:before {
  background-image: url("data:image/svg+xml,%3Csvg%20version%3D%221.2%22%20baseProfile%3D%22tiny%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2230%22%20height%3D%2230%22%20overflow%3D%22hidden%22%3E%3Cpath%20fill%3D%22%230069B4%22%20d%3D%22M21.4%204.5H8.6c-2.3%200-4.1%201.9-4.1%204.1v12.7c0%202.3%201.9%204.1%204.1%204.1h12.7c2.3%200%204.1-1.9%204.1-4.1V8.6c.1-2.2-1.8-4.1-4-4.1zm-4.2%2019.7h-1.3v-7H14v-1.3h1.9v-3.5c0-.9.7-1.6%201.6-1.6h2.2v1.3h-1c-.7%200-1.5.6-1.5%201.6V16h1.9v1.3h-1.9v6.9zm7-2.8c0%201.6-1.3%202.9-2.9%202.9h-2.9v-5.7h1.9v-3.8h-1.9v-1c0-.3.2-.3.3-.3H21V10c0-.3-.2-.3-.7-.3h-2.7c-2.1%200-2.9%201.8-2.9%202.9v2.2h-1.9v3.8h1.9v5.7h-6c-1.6%200-2.9-1.3-2.9-2.9V8.6C5.8%207%207%205.8%208.6%205.8h12.7c1.6%200%202.9%201.3%202.9%202.9v12.7z%22%2F%3E%3C%2Fsvg%3E");
}
.panel-social-sharing li.twitter a:before {
  background-image: url("data:image/svg+xml,%3Csvg%20id%3D%22Ebene_1%22%20data-name%3D%22Ebene%201%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2030%2030%22%3E%3Cdefs%3E%3Cstyle%3E.cls-1{fill%3A%230069B4}%3C%2Fstyle%3E%3C%2Fdefs%3E%3Cpath%20class%3D%22cls-1%22%20d%3D%22M25.3%208.1a.71.71%200%2000-.6-.3%201.42%201.42%200%2000.2-.6.81.81%200%2000-.3-.9.75.75%200%2000-.9%200%207.1%207.1%200%2001-1.8.8%204.72%204.72%200%2000-3.2-1.2%204.91%204.91%200%2000-4.8%205%2010%2010%200%2001-6.6-4%201.14%201.14%200%2000-.7-.3h-.1a.68.68%200%2000-.6.4%205.83%205.83%200%2000-.6%202.6%205.45%205.45%200%2000.5%202.2.1.1%200%2000-.1.1.67.67%200%2000-.4.7v.1a5.23%205.23%200%20001.6%203.7.62.62%200%2000-.1.7%205%205%200%20002.5%203%207.27%207.27%200%2001-2.9.7%202.77%202.77%200%2001-.9-.1h-.1a1%201%200%2000-.8.5%201%201%200%2000.3%201%2011.83%2011.83%200%20006.5%202%2011.35%2011.35%200%20009-4.2%2013.54%2013.54%200%20003.1-8.6v-.2a9.09%209.09%200%20001.8-2.1.76.76%200%20000-1zm-2.6%202.7v.6a11.38%2011.38%200%2001-11.2%2011.8%2010.56%2010.56%200%2001-5.7-1.7h.6a7.68%207.68%200%20005-1.8l.2-.2h-.2a3.94%203.94%200%2001-3.6-2.7%203.28%203.28%200%20001.7-.1l.3-.1-.4-.1a4%204%200%2001-3.1-3.9%204.8%204.8%200%20001.7.5h.3l-.4-.1a4.08%204.08%200%2001-1.7-3.4%204.14%204.14%200%2001.5-1.9%2011.15%2011.15%200%20008.2%204.3h.1v-.1a2.77%202.77%200%2001-.1-.9%204%204%200%20013.9-4.1%203.72%203.72%200%20012.8%201.3h.1a9.17%209.17%200%20002.3-.9%204%204%200%2001-1.6%202l-.4.2.4-.1a11.7%2011.7%200%20002-.5%207.51%207.51%200%2001-1.7%201.9z%22%2F%3E%3Cpath%20class%3D%22cls-1%22%20d%3D%22M11.4%2024.3a11.91%2011.91%200%2001-6.6-2%201%201%200%2001-.4-1.1.87.87%200%2001.9-.6h.1c.3%200%20.5.1.8.1a7.51%207.51%200%20002.6-.5%205.13%205.13%200%2001-2.3-2.9%201.13%201.13%200%2001.1-.8%205.14%205.14%200%2001-1.5-3.7v-.1a1%201%200%2001.5-.8%207%207%200%2001-.4-2.3A4.84%204.84%200%20015.9%207a.75.75%200%2001.7-.5.91.91%200%2001.8.4%2010.11%2010.11%200%20006.4%203.9%205.06%205.06%200%20014.9-5A4.72%204.72%200%200121.9%207a5.31%205.31%200%20001.7-.8%201.08%201.08%200%20011.1%200%201%201%200%2001.3%201%20.76.76%200%2001-.2.4.85.85%200%2001.5.3%201%201%200%2001.1%201.2%209.09%209.09%200%2001-1.8%202.1v.1a13.82%2013.82%200%2001-3.1%208.7%2011.32%2011.32%200%2001-9.1%204.3zm-6.1-3.5A.64.64%200%20005%2022a11.59%2011.59%200%20006.5%202%2011.25%2011.25%200%20008.9-4.1%2013.08%2013.08%200%20003.1-8.5v-.2h.1a9.09%209.09%200%20001.8-2.1.62.62%200%2000-.1-.8.86.86%200%2000-.6-.3h-.2l.1-.2a1.42%201.42%200%2000.2-.6.57.57%200%2000-.2-.7.48.48%200%2000-.7%200%206.39%206.39%200%2001-1.9.8h-.1l-.1-.1A5%205%200%200018.7%206a4.72%204.72%200%2000-4.6%204.9v.2h-.2a10.49%2010.49%200%2001-6.7-4%20.6.6%200%2000-.6-.3.55.55%200%2000-.5.3%205.42%205.42%200%2000-.6%202.5%205%205%200%2000.5%202.1v.2l-.1.1h-.1a.6.6%200%2000-.3.6v.1A4.75%204.75%200%20007%2016.3v.1a.66.66%200%2000-.1.6%205%205%200%20002.4%202.9l.2.1-.3.1a7.35%207.35%200%2001-3%20.7zm6.1%202.6a10.9%2010.9%200%2001-5.8-1.7l-.5-.3h1.2a7.81%207.81%200%20004.8-1.7%204.19%204.19%200%2001-3.6-2.8l-.1-.2h.2a3.3%203.3%200%20001.4%200%204.2%204.2%200%2001-3-4v-.3l.2.1a3.71%203.71%200%20001.5.4%204.42%204.42%200%2001-1.6-3.4%204.55%204.55%200%2001.5-2l.1-.2.1.2a10.82%2010.82%200%20008%204.2%202.77%202.77%200%2001-.1-.9%204.21%204.21%200%20014-4.3%203.93%203.93%200%20012.9%201.3%209.17%209.17%200%20002.3-.9l.4-.2-.1.4a4.26%204.26%200%2001-1.5%202%208.45%208.45%200%20001.7-.5l.5-.2-.3.6a8.13%208.13%200%2001-1.8%201.9v.5a11.59%2011.59%200%2001-11.4%2012zm-5.1-1.7a10.56%2010.56%200%20005.2%201.3%2011.34%2011.34%200%200011.1-11.7v-.6l.1-.1a7.11%207.11%200%20001.5-1.5%207.49%207.49%200%2001-1.6.4l-1.1.1.9-.6a3.64%203.64%200%20001.4-1.6%206.79%206.79%200%2001-2%20.7h-.1l-.1-.1a3.57%203.57%200%2000-2.7-1.2%203.83%203.83%200%2000-3.7%204%202.77%202.77%200%2000.1.9l.1.3h-.3A11.37%2011.37%200%20017%207.8a2.61%202.61%200%2000-.6%201.8%203.9%203.9%200%20001.7%203.3l.7.5H8a2.82%202.82%200%2001-1.5-.4%203.84%203.84%200%20003%203.5l.9.2-.9.3a3.81%203.81%200%2001-1.5.1%204%204%200%20003.4%202.4h.6l-.5.4a8.63%208.63%200%2001-5.2%201.8z%22%2F%3E%3C%2Fsvg%3E");
}
.panel-social-sharing li.mail a:before {
  background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2230%22%20height%3D%2230%22%3E%3Cstyle%3E.st0{fill%3A%230069B4}%3C%2Fstyle%3E%3Cpath%20class%3D%22st0%22%20d%3D%22M24.1%205.9H5.9C4.3%205.9%203%207.2%203%208.8v12.4c0%201.6%201.3%202.9%202.9%202.9H24c1.6%200%202.9-1.3%202.9-2.9V8.8c.1-1.6-1.2-2.9-2.8-2.9zM26%2021.2c0%20.9-1%201.9-1.9%201.9H5.9c-.9%200-1.9-1-1.9-1.9V8.8c0-.9%201-1.9%201.9-1.9H24c.9%200%201.9%201%201.9%201.9l.1%2012.4z%22%2F%3E%3Cpath%20class%3D%22st0%22%20d%3D%22M23.9%2020.6L18%2015l-.1-.1.1-.1%205.9-5.3c.2-.2.2-.5%200-.7-.1-.1-.2-.2-.4-.2-.1%200-.3%200-.3.1L15.1%2016l-.1.1-.1-.1-1.6-1.4-.1-.1-6.4-5.8c-.1-.1-.2-.1-.4-.1-.1%200-.3.1-.4.2-.2.2-.2.5%200%20.7l5.9%205.3.1.1v.1l-5.9%205.5c-.2.2-.2.5%200%20.7.1.1.2.2.4.2.1%200%20.3%200%20.4-.1l6-5.6.1-.1.1.1%201.6%201.5c.1.1.2.1.3.1.1%200%20.3%200%20.3-.1l1.7-1.5.1-.1.1.1%206%205.7c.1.1.2.1.4.1.1%200%20.3-.1.4-.2.1-.2.1-.6-.1-.7z%22%2F%3E%3C%2Fsvg%3E");
}
.panel-social-sharing li.whatsapp a:before {
  background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2230%22%20height%3D%2230%22%3E%3Cstyle%3E.st0{fill%3A%230069B4}%3C%2Fstyle%3E%3Cpath%20class%3D%22st0%22%20d%3D%22M23.6%206.4C21.4%204.2%2018.5%203%2015.4%203c-1.5%200-3%20.3-4.5.9-1.4.6-2.7%201.4-3.8%202.5-2.2%202.2-3.4%205.1-3.4%208.2%200%201.9.4%203.7%201.3%205.3v.1l-2%205.7c-.1.3%200%20.7.2%201%20.3.3.6.3%201%20.2l5.7-2h.1c1.6.8%203.5%201.3%205.3%201.3%203.1%200%206-1.2%208.2-3.4%202.2-2.2%203.4-5.1%203.4-8.2.1-3.1-1.1-6-3.3-8.2zm-.8%2015.7c-2%202-4.6%203.1-7.5%203.1-1.7%200-3.4-.4-4.9-1.2-.2-.1-.5-.1-.7-.1l-5.5%201.9%201.9-5.5c.1-.2.1-.5-.1-.7-.8-1.5-1.2-3.2-1.2-4.9%200-2.8%201.1-5.5%203.1-7.5s4.6-3.1%207.5-3.1c2.8%200%205.5%201.1%207.5%203.1s3.1%204.6%203.1%207.5-1.2%205.4-3.2%207.4z%22%2F%3E%3Cpath%20class%3D%22st0%22%20d%3D%22M20.9%2017.4l-1.6-1.6c-.5-.5-1.2-.5-1.7%200l-.7.7-.1-.1c-1.5-.8-2.7-2.1-3.6-3.6l-.1-.1.7-.7c.2-.2.3-.5.3-.8%200-.3-.1-.6-.3-.8l-1.6-1.6c-.2-.2-.5-.3-.8-.3-.3%200-.6.1-.8.3l-1.3%201.3c-.7.7-.7%201.8-.1%203.3.6%201.3%201.6%202.8%202.9%204.1%201.3%201.3%202.8%202.4%204.1%202.9%201.5.6%202.7.6%203.3-.1l1.3-1.3c.2-.2.3-.5.3-.8.1-.2%200-.5-.2-.8zm-2%202.3c-.2.2-.4.2-.7.2-.4%200-.9-.1-1.5-.4-1.2-.5-2.6-1.5-3.8-2.7-1.2-1.2-2.2-2.6-2.7-3.8-.4-1-.5-1.9-.2-2.2l1.4-1.4%201.9%201.9-.9.9c-.3.3-.3.7-.2%201%201%201.9%202.5%203.4%204.3%204.3.3.2.8.1%201-.2l.9-.9%201.9%201.9-1.4%201.4z%22%2F%3E%3C%2Fsvg%3E");
}

/* TEST 2017-12-28 */
.organigramm .level {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-top: 5px;
  padding-bottom: 5px;
}
.organigramm .person {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 200px;
          flex: 1 1 200px;
  text-align: center;
  margin: 5px;
}
@media (min-width: 768px) {
  .organigramm .person {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 200px;
            flex: 0 1 200px;
  }
}
.organigramm .person .c {
  background: #DADADA;
  padding: 5px 10px;
  font-size: 0.9rem;
  display: block;
}
.organigramm .person .c a,
.organigramm .person .c a:visited,
.organigramm .person .c a:active {
  color: #fff;
}
.organigramm .person .c a.wo-fullname[href^="mailto:"]:before {
  content: "";
  font-family: "Font Awesome 5 Pro";
  font-style: normal;
  font-weight: 400;
  display: inline-block;
  margin-right: 4px;
}
.organigramm .person .c .phone:before {
  content: "";
  font-family: "Font Awesome 5 Pro";
  font-style: normal;
  font-weight: 400;
  display: inline-block;
  margin-right: 4px;
}
.organigramm .person .c a[href^=http]:after {
  content: "";
  font-family: "Font Awesome 5 Pro";
  font-style: normal;
  font-weight: 400;
  display: inline-block;
  margin-left: 4px;
}
.organigramm .person .c p {
  margin: 0 0 3px 0;
}
.organigramm .person.room-planning .c {
  background-color: #c8def0;
}
.organigramm .departement > .level-1 {
  padding-top: 0;
}
.organigramm .departement > .level-1 > .person1 {
  margin: 0 0 5px 0;
}
.organigramm .departement > .level-3 {
  margin-right: -5px;
  margin-left: -5px;
}
.organigramm .departement > .level-2.has-0-items {
  background: #fff;
  margin-top: -10px;
}
.organigramm .level-1 {
  background: #eeeeee;
}
.organigramm .level-1 .person {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 300px;
          flex: 1 1 300px;
}
@media (min-width: 768px) {
  .organigramm .level-1 .person {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 300px;
            flex: 0 1 300px;
  }
}
.organigramm .level-1.single-entry .person {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 100%;
          flex: 1 1 100%;
}
@media (min-width: 768px) {
  .organigramm .level-1.single-entry {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 100%;
            flex: 0 1 100%;
  }
}
.organigramm .level-1 .c {
  background: #0069B4;
  color: #fff;
}
.organigramm .level-2 {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  background: #eeeeee;
}
.organigramm .level-2 .person {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 300px;
          flex: 1 1 300px;
}
@media (min-width: 768px) {
  .organigramm .level-2 {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
  .organigramm .level-2 .person {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 37%;
            flex: 0 0 37%;
  }
}
.organigramm .level-2 .c {
  border-radius: 10px;
  background: #DADADA;
}
.organigramm .level-2 .c a,
.organigramm .level-2 .c a:visited,
.organigramm .level-2 .c a:active {
  color: #000;
}
.organigramm .level-3 {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.organigramm .level-3 .person {
  display: block;
}
.organigramm .level-3 .person b {
  display: block;
  word-break: initial;
}
.organigramm .level-3 .group {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 100%;
          flex: 1 1 100%;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .organigramm .level-3 .group {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 180px;
            flex: 0 1 180px;
  }
}
.organigramm .level-3 .group .c {
  color: #fff;
}
.organigramm .level-3 .group .sublevel {
  margin-top: -4px;
}
.organigramm .level-3 .group .sublevel .person {
  margin: 0px 5px 1px 5px;
}
.organigramm .level-3.has-8-items .group {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 100%;
          flex: 0 1 100%;
}
@media (min-width: 480px) {
  .organigramm .level-3.has-8-items .group {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 50%;
            flex: 1 1 50%;
  }
}
@media (min-width: 768px) {
  .organigramm .level-3.has-8-items .group {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 50%;
            flex: 1 1 50%;
  }
}
@media (min-width: 1025px) {
  .organigramm .level-3.has-8-items .group {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 25%;
            flex: 1 1 25%;
  }
}
.organigramm .group1 .c {
  background-color: #004577;
}
.organigramm .group1 .sublevel .c {
  background-color: #0063aa;
}
.organigramm .group2 .c {
  background-color: #004577;
}
.organigramm .group2 .sublevel .c {
  background-color: #0063aa;
}
.organigramm .group3 .c {
  background-color: #004577;
}
.organigramm .group3 .sublevel .c {
  background-color: #0063aa;
}
.organigramm .group4 .c {
  background-color: #004577;
}
.organigramm .group4 .sublevel .c {
  background-color: #0063aa;
}
.organigramm .group5 .c {
  background-color: #004577;
}
.organigramm .group5 .sublevel .c {
  background-color: #0063aa;
}
.organigramm .group6 .c {
  background-color: #004577;
}
.organigramm .group6 .sublevel .c {
  background-color: #0063aa;
}
.organigramm .group7 .c {
  background-color: #004577;
}
.organigramm .group7 .sublevel .c {
  background-color: #0063aa;
}
.organigramm .group8 .c {
  background-color: #004577;
}
.organigramm .group8 .sublevel .c {
  background-color: #0063aa;
}
.organigramm .group9 .c {
  background-color: #004577;
}
.organigramm .group9 .sublevel .c {
  background-color: #0063aa;
}
.organigramm .group10 .c {
  background-color: #004577;
}
.organigramm .group10 .sublevel .c {
  background-color: #0063aa;
}

ul.date-title-lead-text.summary-news {
  margin: 1.75rem 0;
  padding: 0;
  list-style: none;
}
ul.date-title-lead-text.summary-news:after {
  content: "";
  display: table;
  clear: both;
}
ul.date-title-lead-text.summary-news li.News {
  list-style: none;
  float: left;
  width: 100%;
  margin: 0 0 0.75rem 0;
}
ul.date-title-lead-text.summary-news li.News .Date {
  float: left;
  width: 100%;
}
@media (min-width: 480px) {
  ul.date-title-lead-text.summary-news li.News .Date {
    width: 24%;
  }
}
@media (min-width: 480px) {
  ul.date-title-lead-text.summary-news li.News .Date {
    width: 14%;
  }
}
ul.date-title-lead-text.summary-news li.News a,
ul.date-title-lead-text.summary-news li.News .Description {
  float: right;
  width: 100%;
}
@media (min-width: 480px) {
  ul.date-title-lead-text.summary-news li.News a,
ul.date-title-lead-text.summary-news li.News .Description {
    width: 74%;
  }
}
@media (min-width: 768px) {
  ul.date-title-lead-text.summary-news li.News a,
ul.date-title-lead-text.summary-news li.News .Description {
    width: 84%;
  }
}

ul.title-lead-text.summary-news {
  margin: 1.75rem 0;
  padding: 0;
  list-style: none;
}
ul.title-lead-text.summary-news li.News {
  list-style: none;
  float: left;
  width: 100%;
  margin: 0 0 0.75rem 0;
}

p.news-summary-title {
  font-weight: bold;
  color: #0069B4;
  margin: 0 0 0.75rem 0;
}

p.news-summary-date {
  margin-bottom: 0;
}

.btn-panel {
  margin-top: 2rem;
}
.btn-panel input[type=button] {
  margin-left: 0 !important;
}

.gr-article-entry {
  margin: 1.5rem 0;
}
.gr-article-entry h1.gr-title-field {
  font-size: 1.25rem;
  margin-bottom: 0.75rem;
}
.gr-article-entry .gr-leadtext-field {
  font-size: 1.1rem;
}

/*!
 * jQuery mmenu v7.3.0
 * @requires jQuery 1.7.0 or later
 *
 * mmenujs.com
 *	
 * Copyright (c) Fred Heusschen
 * www.frebsite.nl
 *
 * License: CC-BY-NC-4.0
 * http://creativecommons.org/licenses/by-nc/4.0/
 */
.mm-menu {
  --mm-line-height: 20px;
  --mm-listitem-size: 44px;
  --mm-navbar-size: 44px;
  --mm-offset-top: 0;
  --mm-offset-right: 0;
  --mm-offset-bottom: 0;
  --mm-offset-left: 0;
  --mm-color-border: #fff;
  --mm-color-button: #fff;
  --mm-color-text: #fff;
  --mm-color-text-dimmed: #fff;
  --mm-color-background: #0069B4;
  --mm-color-background-highlight: #319de5;
  --mm-color-background-emphasis: #319de5;
  --mm-shadow: 0 0 10px rgba( 0,0,0, 0.3 );
}

.mm-hidden {
  display: none !important;
}

.mm-wrapper {
  overflow-x: hidden;
  position: relative;
}

.mm-menu {
  background: #0069B4;
  border-color: #fff;
  color: #fff;
  background: var(--mm-color-background);
  border-color: var(--mm-color-border);
  color: var(--mm-color-text);
  line-height: 20px;
  line-height: var(--mm-line-height);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: block;
  padding: 0;
  margin: 0;
  position: absolute;
  z-index: 0;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  top: var(--mm-offset-top);
  right: var(--mm-offset-right);
  bottom: var(--mm-offset-bottom);
  left: var(--mm-offset-left);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.mm-menu a,
.mm-menu a:link,
.mm-menu a:active,
.mm-menu a:visited,
.mm-menu a:hover {
  color: inherit;
  text-decoration: none;
}

[dir=rtl] .mm-menu {
  direction: rtl;
}

.mm-panels,
.mm-panels > .mm-panel {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 0;
}

.mm-panels,
.mm-panel {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: #0069B4;
  border-color: #fff;
  color: #fff;
  background: var(--mm-color-background);
  border-color: var(--mm-color-border);
  color: var(--mm-color-text);
}

.mm-panels {
  overflow: hidden;
}

.mm-panel {
  -webkit-overflow-scrolling: touch;
  overflow: scroll;
  overflow-x: hidden;
  overflow-y: auto;
  width: 100%;
  padding: 0 20px;
  -webkit-transform: translate3d(100%, 0, 0);
          transform: translate3d(100%, 0, 0);
  -webkit-transition: -webkit-transform 0.4s ease;
  transition: -webkit-transform 0.4s ease;
  transition: transform 0.4s ease;
  transition: transform 0.4s ease, -webkit-transform 0.4s ease;
}
.mm-panel:not(.mm-hidden) {
  display: block;
}
.mm-panel:before, .mm-panel:after {
  content: "";
  display: block;
  height: 20px;
}

.mm-panel_has-navbar {
  padding-top: 44px;
  padding-top: var(--mm-navbar-size);
}

.mm-panel_opened {
  z-index: 1;
  -webkit-transform: translate3d(0%, 0, 0);
          transform: translate3d(0%, 0, 0);
}

.mm-panel_opened-parent {
  -webkit-transform: translate3d(-30%, 0, 0);
          transform: translate3d(-30%, 0, 0);
}

.mm-panel_highest {
  z-index: 2;
}

.mm-panel_noanimation {
  -webkit-transition: none !important;
  transition: none !important;
}
.mm-panel_noanimation.mm-panel_opened-parent {
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}

[dir=rtl] .mm-panel:not(.mm-panel_opened) {
  -webkit-transform: translate3d(-100%, 0, 0);
          transform: translate3d(-100%, 0, 0);
}
[dir=rtl] .mm-panel.mm-panel_opened-parent {
  -webkit-transform: translate3d(30%, 0, 0);
          transform: translate3d(30%, 0, 0);
}

.mm-listitem_vertical > .mm-panel {
  -webkit-transform: none !important;
          transform: none !important;
  display: none;
  width: 100%;
  padding: 10px 0 10px 10px;
}
.mm-listitem_vertical > .mm-panel:before, .mm-listitem_vertical > .mm-panel:after {
  content: none;
  display: none;
}

.mm-listitem_opened > .mm-panel {
  display: block;
}

.mm-listitem_vertical > .mm-listitem__btn {
  height: 44px;
  height: var(--mm-listitem-size);
  bottom: auto;
}
.mm-listitem_vertical .mm-listitem:last-child:after {
  border-color: transparent;
}

.mm-listitem_opened > .mm-listitem__btn:after {
  -webkit-transform: rotate(225deg);
          transform: rotate(225deg);
  right: 19px;
}

.mm-btn {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 44px;
  padding: 0;
}
.mm-btn:before, .mm-btn:after {
  border-color: #fff;
  border-color: var(--mm-color-button);
  border-width: 2px;
  border-style: solid;
}

.mm-btn_close:before, .mm-btn_close:after {
  content: "";
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  display: block;
  width: 5px;
  height: 5px;
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.mm-btn_close:before {
  border-right: none;
  border-bottom: none;
  right: 18px;
}
.mm-btn_close:after {
  border-left: none;
  border-top: none;
  right: 25px;
}

.mm-btn_prev:before,
.mm-btn_next:after {
  content: "";
  border-bottom: none;
  border-right: none;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  display: block;
  width: 8px;
  height: 8px;
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
}

.mm-btn_prev:before {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  left: 23px;
  right: auto;
}

.mm-btn_next:after {
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
  right: 23px;
  left: auto;
}

[dir=rtl] .mm-btn_next:after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  left: 23px;
  right: auto;
}
[dir=rtl] .mm-btn_prev:before {
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
  right: 23px;
  left: auto;
}
[dir=rtl] .mm-btn_close:before, [dir=rtl] .mm-btn_close:after {
  right: auto;
}
[dir=rtl] .mm-btn_close:before {
  left: 25px;
}
[dir=rtl] .mm-btn_close:after {
  left: 18px;
}

.mm-navbar {
  background: #0069B4;
  border-color: #fff;
  color: #fff;
  background: var(--mm-color-background);
  border-color: var(--mm-color-border);
  color: var(--mm-color-text-dimmed);
  border-bottom-width: 1px;
  border-bottom-style: solid;
  text-align: center;
  display: none;
  height: 44px;
  height: var(--mm-navbar-size);
  padding: 0 44px;
  margin: 0;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  opacity: 1;
  -webkit-transition: opacity 0.4s ease;
  transition: opacity 0.4s ease;
}
.mm-navbar > * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: block;
  padding: 12px;
  padding: calc( (var( --mm-navbar-size ) - var( --mm-line-height )) * .5 );
  padding-left: 0;
  padding-right: 0;
}
.mm-navbar a,
.mm-navbar a:hover {
  text-decoration: none;
}

.mm-navbar__title {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.mm-navbar__btn {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
}
.mm-navbar__btn:first-child {
  text-align: left;
  left: 0;
}
.mm-navbar__btn:last-child {
  text-align: right;
  right: 0;
}

.mm-panel_has-navbar .mm-navbar {
  display: block;
}

[dir=rtl] .mm-navbar__btn:first-child {
  text-align: right;
  right: 0;
  left: auto;
}
[dir=rtl] .mm-navbar__btn:last-child {
  text-align: left;
  left: 0;
  right: auto;
}

.mm-listview,
.mm-listitem {
  list-style: none;
  display: block;
  padding: 0;
  margin: 0;
}

.mm-listitem {
  color: #fff;
  color: var(--mm-color-text);
  border-color: #fff;
  border-color: var(--mm-color-border);
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.mm-listitem:after {
  content: "";
  border-color: inherit;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  display: block;
  position: absolute;
  left: 20px;
  right: 0;
  bottom: 0;
}
.mm-listitem a,
.mm-listitem a:hover {
  text-decoration: none;
}

.mm-listitem__text,
.mm-listitem__btn {
  color: inherit;
  display: block;
  padding-top: 12px;
  padding-top: calc( (var( --mm-listitem-size ) - var( --mm-line-height )) / 2 );
  padding-bottom: 12px;
  padding-bottom: calc( (var( --mm-listitem-size ) - var( --mm-line-height )) / 2 );
}

.mm-listitem__text {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  padding-left: 20px;
  padding-right: 10px;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -ms-flex-preferred-size: 10%;
      flex-basis: 10%;
}

.mm-listitem__btn {
  -webkit-tap-highlight-color: #319de5;
  tap-highlight-color: #319de5;
  -webkit-tap-highlight-color: var(--mm-color-background-emphasis);
  tap-highlight-color: var(--mm-color-background-emphasis);
  background: rgba(3, 2, 1, 0);
  border-color: inherit;
  width: auto;
  padding-right: 54px;
  position: relative;
}
.mm-listitem__btn:not(.mm-listitem__text) {
  border-left-width: 1px;
  border-left-style: solid;
}

.mm-listitem_selected > .mm-listitem__text {
  background: #319de5;
  background: var(--mm-color-background-emphasis);
}

.mm-listitem_opened > .mm-listitem__btn,
.mm-listitem_opened > .mm-panel {
  background: #319de5;
  background: var(--mm-color-background-highlight);
}

.mm-panels > .mm-panel > .mm-listview {
  margin: 20px -20px;
}
.mm-panels > .mm-panel > .mm-listview:first-child,
.mm-panels > .mm-panel > .mm-navbar + .mm-listview {
  margin-top: -20px;
}

.mm-listitem_divider {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  background: #319de5;
  background: var(--mm-color-background-highlight);
  font-size: 75%;
  text-transform: uppercase;
  min-height: 20px;
  min-height: var(--mm-line-height);
  padding: 6.5px;
  padding: calc( ((var( --mm-listitem-size ) * .75) - var( --mm-line-height )) * .5 );
  padding-right: 10px;
  padding-left: 20px;
}

.mm-listitem_spacer {
  padding-top: 44px;
  padding-top: var(--mm-listitem-size);
}
.mm-listitem_spacer > .mm-btn_next {
  top: 44px;
  top: var(--mm-listitem-size);
}

[dir=rtl] .mm-listitem:after {
  left: 0;
  right: 20px;
}
[dir=rtl] .mm-listitem__text {
  padding-left: 10px;
  padding-right: 20px;
}
[dir=rtl] .mm-listitem__btn {
  padding-left: 54px;
  border-left-width: 0;
  border-left-style: none;
}
[dir=rtl] .mm-listitem__btn:not(.mm-listitem__text) {
  padding-right: 0;
  border-right-width: 1px;
  border-right-style: solid;
}

.mm-page {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
}

.mm-slideout {
  -webkit-transition: -webkit-transform 0.4s ease;
  transition: -webkit-transform 0.4s ease;
  transition: transform 0.4s ease;
  transition: transform 0.4s ease, -webkit-transform 0.4s ease;
  z-index: 1;
}

.mm-wrapper_opened {
  overflow-x: hidden;
  position: relative;
}

.mm-wrapper_background .mm-page {
  background: inherit;
}

.mm-menu_offcanvas {
  display: none;
  position: fixed;
  right: auto;
  z-index: 0;
}
.mm-menu_offcanvas.mm-menu_opened {
  display: block;
}

.mm-menu_offcanvas {
  width: 80%;
  min-width: 240px;
  max-width: 440px;
}

.mm-wrapper_opening .mm-menu_offcanvas.mm-menu_opened ~ .mm-slideout {
  -webkit-transform: translate3d(80vw, 0, 0);
          transform: translate3d(80vw, 0, 0);
}

@media all and (max-width: 300px) {
  .mm-wrapper_opening .mm-menu_offcanvas.mm-menu_opened ~ .mm-slideout {
    -webkit-transform: translate3d(240px, 0, 0);
            transform: translate3d(240px, 0, 0);
  }
}
@media all and (min-width: 550px) {
  .mm-wrapper_opening .mm-menu_offcanvas.mm-menu_opened ~ .mm-slideout {
    -webkit-transform: translate3d(440px, 0, 0);
            transform: translate3d(440px, 0, 0);
  }
}
.mm-wrapper__blocker {
  background: rgba(3, 2, 1, 0);
  overflow: hidden;
  display: none;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 2;
}

.mm-wrapper_blocking {
  overflow: hidden;
}
.mm-wrapper_blocking body {
  overflow: hidden;
}
.mm-wrapper_blocking .mm-wrapper__blocker {
  display: block;
}

[dir=rtl] .mm-menu_offcanvas {
  /*left: unset;
  right: 0;*/
}

.mm-sronly {
  border: 0 !important;
  clip: rect(1px, 1px, 1px, 1px) !important;
  -webkit-clip-path: inset(50%) !important;
          clip-path: inset(50%) !important;
  white-space: nowrap !important;
  width: 1px !important;
  min-width: 1px !important;
  height: 1px !important;
  min-height: 1px !important;
  padding: 0 !important;
  overflow: hidden !important;
  position: absolute !important;
}

.mm-menu_autoheight {
  -webkit-transition: none 0.4s ease;
  transition: none 0.4s ease;
  -webkit-transition-property: height, -webkit-transform;
  transition-property: height, -webkit-transform;
  transition-property: transform, height;
  transition-property: transform, height, -webkit-transform;
}
.mm-menu_autoheight:not(.mm-menu_offcanvas) {
  position: relative;
}
.mm-menu_autoheight.mm-menu_position-top, .mm-menu_autoheight.mm-menu_position-bottom {
  max-height: 80%;
}

.mm-menu_autoheight-measuring .mm-panel {
  display: block !important;
}
.mm-menu_autoheight-measuring .mm-listitem_vertical:not(.mm-listitem_opened) .mm-panel {
  display: none !important;
}
.mm-menu_autoheight-measuring .mm-panels > .mm-panel {
  bottom: auto !important;
  height: auto !important;
}

[class*=mm-menu_columns-] {
  -webkit-transition-property: width;
  transition-property: width;
}
[class*=mm-menu_columns-] .mm-panels > .mm-panel {
  right: auto;
  -webkit-transition-property: width, -webkit-transform;
  transition-property: width, -webkit-transform;
  transition-property: width, transform;
  transition-property: width, transform, -webkit-transform;
}
[class*=mm-menu_columns-] .mm-panels > .mm-panel_opened,
[class*=mm-menu_columns-] .mm-panels > .mm-panel_opened-parent {
  display: block !important;
}

[class*=mm-panel_columns-] {
  border-right: 1px solid;
  border-color: inherit;
}

.mm-menu_columns-1 .mm-panel_columns-0,
.mm-menu_columns-2 .mm-panel_columns-1,
.mm-menu_columns-3 .mm-panel_columns-2,
.mm-menu_columns-4 .mm-panel_columns-3 {
  border-right: none;
}

[class*=mm-menu_columns-] .mm-panels > .mm-panel_columns-0 {
  -webkit-transform: translate3d(0%, 0, 0);
          transform: translate3d(0%, 0, 0);
}

.mm-menu_columns-0 .mm-panels > .mm-panel {
  z-index: 0;
}
.mm-menu_columns-0 .mm-panels > .mm-panel else {
  width: 100%;
}
.mm-menu_columns-0 .mm-panels > .mm-panel:not(.mm-panel_opened):not(.mm-panel_opened-parent) {
  -webkit-transform: translate3d(100%, 0, 0);
          transform: translate3d(100%, 0, 0);
}

.mm-menu_columns-0 {
  width: 80%;
  min-width: 240px;
  max-width: 0px;
}

.mm-wrapper_opening .mm-menu_columns-0.mm-menu_opened ~ .mm-slideout {
  -webkit-transform: translate3d(80vw, 0, 0);
          transform: translate3d(80vw, 0, 0);
}

@media all and (max-width: 300px) {
  .mm-wrapper_opening .mm-menu_columns-0.mm-menu_opened ~ .mm-slideout {
    -webkit-transform: translate3d(240px, 0, 0);
            transform: translate3d(240px, 0, 0);
  }
}
@media all and (min-width: 0px) {
  .mm-wrapper_opening .mm-menu_columns-0.mm-menu_opened ~ .mm-slideout {
    -webkit-transform: translate3d(0px, 0, 0);
            transform: translate3d(0px, 0, 0);
  }
}
.mm-wrapper_opening .mm-menu_columns-0.mm-menu_position-right.mm-menu_opened ~ .mm-slideout {
  -webkit-transform: translate3d(-80vw, 0, 0);
          transform: translate3d(-80vw, 0, 0);
}

@media all and (max-width: 300px) {
  .mm-wrapper_opening .mm-menu_columns-0.mm-menu_position-right.mm-menu_opened ~ .mm-slideout {
    -webkit-transform: translate3d(-240px, 0, 0);
            transform: translate3d(-240px, 0, 0);
  }
}
@media all and (min-width: 0px) {
  .mm-wrapper_opening .mm-menu_columns-0.mm-menu_position-right.mm-menu_opened ~ .mm-slideout {
    -webkit-transform: translate3d(0px, 0, 0);
            transform: translate3d(0px, 0, 0);
  }
}
[class*=mm-menu_columns-] .mm-panels > .mm-panel_columns-1 {
  -webkit-transform: translate3d(100%, 0, 0);
          transform: translate3d(100%, 0, 0);
}

.mm-menu_columns-1 .mm-panels > .mm-panel {
  z-index: 1;
  width: 100%;
}
.mm-menu_columns-1 .mm-panels > .mm-panel else {
  width: 100%;
}
.mm-menu_columns-1 .mm-panels > .mm-panel:not(.mm-panel_opened):not(.mm-panel_opened-parent) {
  -webkit-transform: translate3d(200%, 0, 0);
          transform: translate3d(200%, 0, 0);
}

.mm-menu_columns-1 {
  width: 80%;
  min-width: 240px;
  max-width: 440px;
}

.mm-wrapper_opening .mm-menu_columns-1.mm-menu_opened ~ .mm-slideout {
  -webkit-transform: translate3d(80vw, 0, 0);
          transform: translate3d(80vw, 0, 0);
}

@media all and (max-width: 300px) {
  .mm-wrapper_opening .mm-menu_columns-1.mm-menu_opened ~ .mm-slideout {
    -webkit-transform: translate3d(240px, 0, 0);
            transform: translate3d(240px, 0, 0);
  }
}
@media all and (min-width: 550px) {
  .mm-wrapper_opening .mm-menu_columns-1.mm-menu_opened ~ .mm-slideout {
    -webkit-transform: translate3d(440px, 0, 0);
            transform: translate3d(440px, 0, 0);
  }
}
.mm-wrapper_opening .mm-menu_columns-1.mm-menu_position-right.mm-menu_opened ~ .mm-slideout {
  -webkit-transform: translate3d(-80vw, 0, 0);
          transform: translate3d(-80vw, 0, 0);
}

@media all and (max-width: 300px) {
  .mm-wrapper_opening .mm-menu_columns-1.mm-menu_position-right.mm-menu_opened ~ .mm-slideout {
    -webkit-transform: translate3d(-240px, 0, 0);
            transform: translate3d(-240px, 0, 0);
  }
}
@media all and (min-width: 550px) {
  .mm-wrapper_opening .mm-menu_columns-1.mm-menu_position-right.mm-menu_opened ~ .mm-slideout {
    -webkit-transform: translate3d(-440px, 0, 0);
            transform: translate3d(-440px, 0, 0);
  }
}
[class*=mm-menu_columns-] .mm-panels > .mm-panel_columns-2 {
  -webkit-transform: translate3d(200%, 0, 0);
          transform: translate3d(200%, 0, 0);
}

.mm-menu_columns-2 .mm-panels > .mm-panel {
  z-index: 2;
  width: 50%;
}
.mm-menu_columns-2 .mm-panels > .mm-panel else {
  width: 100%;
}
.mm-menu_columns-2 .mm-panels > .mm-panel:not(.mm-panel_opened):not(.mm-panel_opened-parent) {
  -webkit-transform: translate3d(300%, 0, 0);
          transform: translate3d(300%, 0, 0);
}

.mm-menu_columns-2 {
  width: 80%;
  min-width: 240px;
  max-width: 880px;
}

.mm-wrapper_opening .mm-menu_columns-2.mm-menu_opened ~ .mm-slideout {
  -webkit-transform: translate3d(80vw, 0, 0);
          transform: translate3d(80vw, 0, 0);
}

@media all and (max-width: 300px) {
  .mm-wrapper_opening .mm-menu_columns-2.mm-menu_opened ~ .mm-slideout {
    -webkit-transform: translate3d(240px, 0, 0);
            transform: translate3d(240px, 0, 0);
  }
}
@media all and (min-width: 1100px) {
  .mm-wrapper_opening .mm-menu_columns-2.mm-menu_opened ~ .mm-slideout {
    -webkit-transform: translate3d(880px, 0, 0);
            transform: translate3d(880px, 0, 0);
  }
}
.mm-wrapper_opening .mm-menu_columns-2.mm-menu_position-right.mm-menu_opened ~ .mm-slideout {
  -webkit-transform: translate3d(-80vw, 0, 0);
          transform: translate3d(-80vw, 0, 0);
}

@media all and (max-width: 300px) {
  .mm-wrapper_opening .mm-menu_columns-2.mm-menu_position-right.mm-menu_opened ~ .mm-slideout {
    -webkit-transform: translate3d(-240px, 0, 0);
            transform: translate3d(-240px, 0, 0);
  }
}
@media all and (min-width: 1100px) {
  .mm-wrapper_opening .mm-menu_columns-2.mm-menu_position-right.mm-menu_opened ~ .mm-slideout {
    -webkit-transform: translate3d(-880px, 0, 0);
            transform: translate3d(-880px, 0, 0);
  }
}
[class*=mm-menu_columns-] .mm-panels > .mm-panel_columns-3 {
  -webkit-transform: translate3d(300%, 0, 0);
          transform: translate3d(300%, 0, 0);
}

.mm-menu_columns-3 .mm-panels > .mm-panel {
  z-index: 3;
  width: 33.34%;
}
.mm-menu_columns-3 .mm-panels > .mm-panel else {
  width: 100%;
}
.mm-menu_columns-3 .mm-panels > .mm-panel:not(.mm-panel_opened):not(.mm-panel_opened-parent) {
  -webkit-transform: translate3d(400%, 0, 0);
          transform: translate3d(400%, 0, 0);
}

.mm-menu_columns-3 {
  width: 80%;
  min-width: 240px;
  max-width: 1320px;
}

.mm-wrapper_opening .mm-menu_columns-3.mm-menu_opened ~ .mm-slideout {
  -webkit-transform: translate3d(80vw, 0, 0);
          transform: translate3d(80vw, 0, 0);
}

@media all and (max-width: 300px) {
  .mm-wrapper_opening .mm-menu_columns-3.mm-menu_opened ~ .mm-slideout {
    -webkit-transform: translate3d(240px, 0, 0);
            transform: translate3d(240px, 0, 0);
  }
}
@media all and (min-width: 1650px) {
  .mm-wrapper_opening .mm-menu_columns-3.mm-menu_opened ~ .mm-slideout {
    -webkit-transform: translate3d(1320px, 0, 0);
            transform: translate3d(1320px, 0, 0);
  }
}
.mm-wrapper_opening .mm-menu_columns-3.mm-menu_position-right.mm-menu_opened ~ .mm-slideout {
  -webkit-transform: translate3d(-80vw, 0, 0);
          transform: translate3d(-80vw, 0, 0);
}

@media all and (max-width: 300px) {
  .mm-wrapper_opening .mm-menu_columns-3.mm-menu_position-right.mm-menu_opened ~ .mm-slideout {
    -webkit-transform: translate3d(-240px, 0, 0);
            transform: translate3d(-240px, 0, 0);
  }
}
@media all and (min-width: 1650px) {
  .mm-wrapper_opening .mm-menu_columns-3.mm-menu_position-right.mm-menu_opened ~ .mm-slideout {
    -webkit-transform: translate3d(-1320px, 0, 0);
            transform: translate3d(-1320px, 0, 0);
  }
}
[class*=mm-menu_columns-] .mm-panels > .mm-panel_columns-4 {
  -webkit-transform: translate3d(400%, 0, 0);
          transform: translate3d(400%, 0, 0);
}

.mm-menu_columns-4 .mm-panels > .mm-panel {
  z-index: 4;
  width: 25%;
}
.mm-menu_columns-4 .mm-panels > .mm-panel else {
  width: 100%;
}
.mm-menu_columns-4 .mm-panels > .mm-panel:not(.mm-panel_opened):not(.mm-panel_opened-parent) {
  -webkit-transform: translate3d(500%, 0, 0);
          transform: translate3d(500%, 0, 0);
}

.mm-menu_columns-4 {
  width: 80%;
  min-width: 240px;
  max-width: 1760px;
}

.mm-wrapper_opening .mm-menu_columns-4.mm-menu_opened ~ .mm-slideout {
  -webkit-transform: translate3d(80vw, 0, 0);
          transform: translate3d(80vw, 0, 0);
}

@media all and (max-width: 300px) {
  .mm-wrapper_opening .mm-menu_columns-4.mm-menu_opened ~ .mm-slideout {
    -webkit-transform: translate3d(240px, 0, 0);
            transform: translate3d(240px, 0, 0);
  }
}
@media all and (min-width: 2200px) {
  .mm-wrapper_opening .mm-menu_columns-4.mm-menu_opened ~ .mm-slideout {
    -webkit-transform: translate3d(1760px, 0, 0);
            transform: translate3d(1760px, 0, 0);
  }
}
.mm-wrapper_opening .mm-menu_columns-4.mm-menu_position-right.mm-menu_opened ~ .mm-slideout {
  -webkit-transform: translate3d(-80vw, 0, 0);
          transform: translate3d(-80vw, 0, 0);
}

@media all and (max-width: 300px) {
  .mm-wrapper_opening .mm-menu_columns-4.mm-menu_position-right.mm-menu_opened ~ .mm-slideout {
    -webkit-transform: translate3d(-240px, 0, 0);
            transform: translate3d(-240px, 0, 0);
  }
}
@media all and (min-width: 2200px) {
  .mm-wrapper_opening .mm-menu_columns-4.mm-menu_position-right.mm-menu_opened ~ .mm-slideout {
    -webkit-transform: translate3d(-1760px, 0, 0);
            transform: translate3d(-1760px, 0, 0);
  }
}
[class*=mm-menu_columns-].mm-menu_position-bottom, [class*=mm-menu_columns-].mm-menu_position-top {
  width: 100%;
  max-width: 100%;
  min-width: 100%;
}

.mm-wrapper_opening [class*=mm-menu_columns-].mm-menu_position-front {
  -webkit-transition-property: width, min-width, max-width, -webkit-transform;
  transition-property: width, min-width, max-width, -webkit-transform;
  transition-property: width, min-width, max-width, transform;
  transition-property: width, min-width, max-width, transform, -webkit-transform;
}

.mm-counter {
  color: #fff;
  color: var(--mm-color-text-dimmed);
  text-align: right;
  display: block;
  min-width: 44px;
  float: right;
}

.mm-listitem_nosubitems > .mm-counter {
  display: none;
}

[dir=rtl] .mm-counter {
  text-align: left;
  float: left;
}

.mm-listitem_divider {
  opacity: 1;
  -webkit-transition: opacity 0.4s ease;
  transition: opacity 0.4s ease;
}

.mm-menu_dividers-light .mm-listitem_divider {
  background: inherit;
  font-size: inherit;
  color: #fff;
  color: var(--mm-color-text-dimmed);
  padding-top: 18px;
  padding-top: calc( (var( --mm-listitem-size ) - var( --mm-line-height )) * .75 );
  padding-bottom: 6px;
  padding-bottom: calc( (var( --mm-listitem-size ) - var( --mm-line-height )) * .25 );
}

.mm-menu_border-none .mm-listitem_divider {
  border-top-width: 1px;
  border-top-style: solid;
}

.mm-listview_fixeddivider {
  background: inherit;
  display: none;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 10;
}
.mm-listview_fixeddivider:after {
  content: none !important;
  display: none !important;
}

.mm-panel_dividers .mm-listview_fixeddivider {
  display: block;
}

.mm-wrapper_opened.mm-dragging .mm-menu,
.mm-wrapper_opened.mm-dragging .mm-slideout {
  -webkit-transition-duration: 0s;
          transition-duration: 0s;
}

.mm-menu_dropdown {
  -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
          box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
  height: 80%;
}

.mm-wrapper_dropdown .mm-slideout {
  -webkit-transform: none !important;
          transform: none !important;
  z-index: 0;
}
.mm-wrapper_dropdown .mm-wrapper__blocker {
  -webkit-transition-delay: 0s !important;
          transition-delay: 0s !important;
  z-index: 1;
}
.mm-wrapper_dropdown .mm-menu_dropdown {
  z-index: 2;
}
.mm-wrapper_dropdown.mm-wrapper_opened:not(.mm-wrapper_opening) .mm-menu_dropdown {
  display: none;
}

[class*=mm-menu_tip-]:before {
  content: "";
  background: inherit;
  -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
          box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
  display: block;
  width: 15px;
  height: 15px;
  position: absolute;
  z-index: 0;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.mm-menu_tip-left:before {
  left: 22px;
}

.mm-menu_tip-right:before {
  right: 22px;
}

.mm-menu_tip-top:before {
  top: -8px;
}

.mm-menu_tip-bottom:before {
  bottom: -8px;
}

.mm-menu {
  --mm-iconbar-size: 44px;
}

.mm-iconbar {
  color: #fff;
  color: var(--mm-color-text-dimmed);
  border: 0 solid #fff;
  border-color: var(--mm-color-border);
  border-right-width: 1px;
  text-align: center;
  overflow: hidden;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 44px;
  width: var(--mm-iconbar-size);
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  z-index: 2;
}

.mm-menu_iconbar .mm-panels,
.mm-menu_iconbar .mm-navbars_top,
.mm-menu_iconbar .mm-navbars_bottom {
  left: 44px;
  left: var(--mm-iconbar-size);
}

.mm-iconbar__top,
.mm-iconbar__bottom {
  width: inherit;
  position: absolute;
}
.mm-iconbar__top > *,
.mm-iconbar__bottom > * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: block;
  padding: 11px 0;
}
.mm-iconbar__top a,
.mm-iconbar__top a:hover,
.mm-iconbar__bottom a,
.mm-iconbar__bottom a:hover {
  text-decoration: none;
}

.mm-iconbar__top {
  top: 0;
}

.mm-iconbar__bottom {
  bottom: 0;
}

.mm-iconbar__tab_selected {
  background: #319de5;
  background: var(--mm-color-background-emphasis);
}

.mm-menu {
  --mm-iconpanel-size: 44px;
}

.mm-panel_iconpanel-1, .mm-panel_iconpanel-1.mm-panel_opened ~ .mm-listview_fixeddivider {
  width: calc( 100% - ( 44px * 1 ) );
  width: calc( 100% - ( var( --mm-iconpanel-size ) * 1 ) );
}

.mm-panel_iconpanel-2, .mm-panel_iconpanel-2.mm-panel_opened ~ .mm-listview_fixeddivider {
  width: calc( 100% - ( 44px * 2 ) );
  width: calc( 100% - ( var( --mm-iconpanel-size ) * 2 ) );
}

.mm-panel_iconpanel-3, .mm-panel_iconpanel-3.mm-panel_opened ~ .mm-listview_fixeddivider {
  width: calc( 100% - ( 44px * 3 ) );
  width: calc( 100% - ( var( --mm-iconpanel-size ) * 3 ) );
}

.mm-panel_iconpanel-first ~ .mm-panel,
.mm-panel_iconpanel-first ~ .mm-panel_opened ~ .mm-listview_fixeddivider {
  width: calc( 100% - 44px );
  width: calc( 100% - var( --mm-iconpanel-size ) );
}

.mm-menu_iconpanel .mm-panels > .mm-panel,
.mm-menu_iconpanel .mm-panels > .mm-listview_fixeddivider {
  left: auto;
  -webkit-transition-property: width, -webkit-transform;
  transition-property: width, -webkit-transform;
  transition-property: transform, width;
  transition-property: transform, width, -webkit-transform;
}
.mm-menu_iconpanel .mm-panels > .mm-panel:not(.mm-panel_iconpanel-first):not(.mm-panel_iconpanel-0) {
  border-left-width: 1px;
  border-left-style: solid;
}
.mm-menu_iconpanel .mm-panels > .mm-panel_opened,
.mm-menu_iconpanel .mm-panels > .mm-panel_opened-parent {
  display: block !important;
}
.mm-menu_iconpanel .mm-panels > .mm-panel_opened-parent {
  overflow-y: hidden;
  -webkit-transform: unset;
          transform: unset;
}

.mm-menu_hidenavbar .mm-panel_opened-parent .mm-navbar,
.mm-menu_hidedivider .mm-panel_opened-parent .mm-listitem_divider {
  opacity: 0;
}

.mm-panel__blocker {
  background: inherit;
  opacity: 0;
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 3;
  -webkit-transition: opacity 0.4s ease;
  transition: opacity 0.4s ease;
}

.mm-panel_opened-parent .mm-panel__blocker {
  opacity: 0.6;
  bottom: -100000px;
}

[dir=rtl] .mm-menu_iconpanel .mm-panels > .mm-panel,
[dir=rtl] .mm-menu_iconpanel .mm-panels > .mm-listview_fixeddivider {
  left: 0;
  right: auto;
  -webkit-transition-property: width, -webkit-transform;
  transition-property: width, -webkit-transform;
  transition-property: transform, width;
  transition-property: transform, width, -webkit-transform;
}
[dir=rtl] .mm-menu_iconpanel .mm-panels > .mm-panel:not(.mm-panel_iconpanel-first):not(.mm-panel_iconpanel-0) {
  border-left: none;
  border-right: 1px solid;
  border-color: inherit;
}

.mm-menu_keyboardfocus a:focus, .mm-menu_keyboardfocus.mm-menu_opened ~ .mm-wrapper__blocker a:focus {
  outline: none;
  background: #319de5;
  background: var(--mm-color-background-emphasis);
}

.mm-wrapper__blocker .mm-tabstart {
  cursor: default;
  display: block;
  width: 100%;
  height: 100%;
}
.mm-wrapper__blocker .mm-tabend {
  opacity: 0;
  position: absolute;
  bottom: 0;
}

.mm-navbars_top,
.mm-navbars_bottom {
  background: inherit;
  border-color: inherit;
  border-width: 0;
  position: absolute;
  left: 0;
  right: 0;
  z-index: 1;
}
.mm-navbars_top > .mm-navbar,
.mm-navbars_bottom > .mm-navbar {
  border-width: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}
.mm-navbars_top > .mm-navbar:not(.mm-navbar_has-btns),
.mm-navbars_bottom > .mm-navbar:not(.mm-navbar_has-btns) {
  padding: 0;
}
.mm-navbars_top > .mm-navbar > :not(img):not(.mm-btn),
.mm-navbars_bottom > .mm-navbar > :not(img):not(.mm-btn) {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.mm-navbars_top {
  border-bottom-style: solid;
  border-bottom-width: 1px;
  top: 0;
  bottom: auto;
}

.mm-menu_navbar_top-1 .mm-panels {
  top: 44px;
  top: calc( var( --mm-navbar-size ) * 1 );
}

.mm-menu_navbar_top-2 .mm-panels {
  top: 88px;
  top: calc( var( --mm-navbar-size ) * 2 );
}

.mm-menu_navbar_top-3 .mm-panels {
  top: 132px;
  top: calc( var( --mm-navbar-size ) * 3 );
}

.mm-menu_navbar_top-4 .mm-panels {
  top: 176px;
  top: calc( var( --mm-navbar-size ) * 4 );
}

.mm-navbars_bottom {
  border-top-style: solid;
  border-top-width: 1px;
  bottom: 0;
  top: auto;
}

.mm-menu_navbar_bottom-1 .mm-panels {
  bottom: 44px;
  bottom: calc( var( --mm-navbar-size ) * 1 );
}

.mm-menu_navbar_bottom-2 .mm-panels {
  bottom: 88px;
  bottom: calc( var( --mm-navbar-size ) * 2 );
}

.mm-menu_navbar_bottom-3 .mm-panels {
  bottom: 132px;
  bottom: calc( var( --mm-navbar-size ) * 3 );
}

.mm-menu_navbar_bottom-4 .mm-panels {
  bottom: 176px;
  bottom: calc( var( --mm-navbar-size ) * 4 );
}

.mm-navbar_size-2 {
  height: 88px;
  height: calc( var( --mm-navbar-size ) * 2 );
}

.mm-navbar_size-3 {
  height: 132px;
  height: calc( var( --mm-navbar-size ) * 3 );
}

.mm-navbar_size-4 {
  height: 176px;
  height: calc( var( --mm-navbar-size ) * 4 );
}

.mm-navbar__breadcrumbs {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
  overflow-x: auto;
  text-align: left;
  padding: 0 0 0 20px;
}
.mm-navbar__breadcrumbs > * {
  display: inline-block;
  padding-right: 6px;
  padding-top: 12px;
  padding-top: calc( (var( --mm-navbar-size ) - var( --mm-line-height )) * .5 );
  padding-bottom: 12px;
  padding-bottom: calc( (var( --mm-navbar-size ) - var( --mm-line-height )) * .5 );
}
.mm-navbar__breadcrumbs > a {
  text-decoration: underline;
}

.mm-navbar_has-btns .mm-navbar__breadcrumbs {
  margin-left: -44px;
}
.mm-navbar_has-btns .mm-btn:not(.mm-hidden) + .mm-navbar__breadcrumbs {
  margin-left: 0;
  padding-left: 0;
}

.mm-navbar__tab_selected {
  background: inherit !important;
  color: inherit !important;
  border-width: 1px;
  border-style: solid;
  border-color: inherit;
}
.mm-navbar__tab_selected:first-child {
  border-left: none;
}
.mm-navbar__tab_selected:last-child {
  border-right: none;
}

.mm-navbars_top.mm-navbars_has-tabs .mm-navbar_tabs,
.mm-navbars_top.mm-navbars_has-tabs .mm-navbar_tabs ~ .mm-navbar {
  background: inherit !important;
  color: inherit !important;
}

.mm-navbars_top .mm-navbar_tabs:not(:last-child) {
  border-bottom-width: 1px;
  border-bottom-style: solid;
}
.mm-navbars_top .mm-navbar__tab_selected {
  border-bottom: none;
  margin-bottom: -1px;
}
.mm-navbars_top .mm-navbar_tabs:first-child .mm-navbar__tab_selected {
  border-top: none;
}

.mm-navbars_bottom.mm-navbars_has-tabs .mm-navbar {
  background: inherit;
  color: inherit;
}

.mm-navbars_bottom .mm-navbar_tabs:not(:first-child) {
  border-top-width: 1px;
  border-top-style: solid;
}
.mm-navbars_bottom .mm-navbar__tab_selected {
  border-top: none;
  margin-top: -1px;
}
.mm-navbars_bottom .mm-navbar_tabs:last-child .mm-navbar__tab_selected {
  border-bottom: none;
}

.mm-navbars_top.mm-navbars_has-tabs > .mm-navbar:not(.mm-navbar_tabs),
.mm-navbars_bottom.mm-navbars_has-tabs .mm-navbar_tabs ~ .mm-navbar,
.mm-navbar_tabs > a:not(.mm-navbar__tab_selected) {
  background: #319de5;
  background: var(--mm-color-background-emphasis);
  color: #fff;
  color: var(--mm-color-text-dimmed);
}

.mm-searchfield {
  height: 44px;
  height: var(--mm-navbar-size);
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.mm-searchfield input {
  border: none !important;
  outline: none !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  border-radius: 4px;
  background: #319de5;
  background: var(--mm-color-background-highlight);
  color: #fff;
  color: var(--mm-color-text);
  font: inherit;
  font-size: inherit;
  line-height: 35.2px;
  line-height: calc( var( --mm-navbar-size ) * 0.7 );
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  max-width: 100%;
  height: 24px;
  height: calc( var( --mm-navbar-size ) * 0.7 );
  min-height: unset;
  max-height: unset;
  margin: 0;
  padding: 0 10px;
}
.mm-searchfield input::-ms-clear {
  display: none;
}

.mm-searchfield__input {
  padding: 6.6px 10px 0 10px;
  padding-top: calc( var( --mm-navbar-size ) * 0.15 );
  position: relative;
}

.mm-panel__noresultsmsg {
  color: #fff;
  color: var(--mm-color-text-dimmed);
  text-align: center;
  font-size: 150%;
  padding: 44px 0;
}

.mm-searchfield__btn {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
}

.mm-panel_search {
  left: 0 !important;
  right: 0 !important;
  width: 100% !important;
  border-left: none !important;
}

.mm-searchfield__input {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  max-width: 100%;
}

.mm-searchfield__cancel {
  line-height: 44px;
  line-height: var(--mm-navbar-size);
  text-decoration: none;
  display: block;
  padding-right: 10px;
  margin-right: -100px;
  -webkit-transition: margin 0.4s ease;
  transition: margin 0.4s ease;
}

.mm-searchfield__cancel-active {
  margin-right: 0;
}

.mm-panel > .mm-searchfield {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.mm-panel_has-searchfield {
  padding-top: 44px;
  padding-top: var(--mm-navbar-size);
}

.mm-panel_has-navbar.mm-panel_has-searchfield {
  padding-top: 88px;
  padding-top: calc( var( --mm-navbar-size ) * 2 );
}
.mm-panel_has-navbar.mm-panel_has-searchfield > .mm-searchfield {
  top: 44px;
  top: var(--mm-navbar-size);
}

.mm-listitem_nosubitems > .mm-listitem__btn {
  display: none;
}
.mm-listitem_nosubitems > .mm-listitem__text {
  padding-right: 10px;
}

.mm-sectionindexer {
  background: inherit;
  text-align: center;
  font-size: 12px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 20px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: -20px;
  z-index: 15;
  -webkit-transition: right 0.4s ease;
  transition: right 0.4s ease;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
}
.mm-sectionindexer a {
  color: #fff;
  color: var(--mm-color-text-dimmed);
  line-height: 1;
  text-decoration: none;
  display: block;
}
.mm-sectionindexer ~ .mm-panels {
  -webkit-transition: right 0.4s ease;
  transition: right 0.4s ease;
}

.mm-menu_has-sectionindexer .mm-sectionindexer {
  right: 0;
}
.mm-menu_has-sectionindexer .mm-panels {
  right: 20px;
}

.mm-menu_navbar_top-1 .mm-sectionindexer {
  top: 46px;
  top: calc( ( var( --mm-navbar-size ) * 1 ) + 2px );
}

.mm-menu_navbar_top-2 .mm-sectionindexer {
  top: 90px;
  top: calc( ( var( --mm-navbar-size ) * 2 ) + 2px );
}

.mm-menu_navbar_top-3 .mm-sectionindexer {
  top: 134px;
  top: calc( ( var( --mm-navbar-size ) * 3 ) + 2px );
}

.mm-menu_navbar_top-4 .mm-sectionindexer {
  top: 178px;
  top: calc( ( var( --mm-navbar-size ) * 4 ) + 2px );
}

.mm-menu_navbar_bottom-1 .mm-sectionindexer {
  bottom: 46px;
  bottom: calc( ( var( --mm-navbar-size ) * 1 ) + 2px );
}

.mm-menu_navbar_bottom-2 .mm-sectionindexer {
  bottom: 90px;
  bottom: calc( ( var( --mm-navbar-size ) * 2 ) + 2px );
}

.mm-menu_navbar_bottom-3 .mm-sectionindexer {
  bottom: 134px;
  bottom: calc( ( var( --mm-navbar-size ) * 3 ) + 2px );
}

.mm-menu_navbar_bottom-4 .mm-sectionindexer {
  bottom: 178px;
  bottom: calc( ( var( --mm-navbar-size ) * 4 ) + 2px );
}

.mm-menu_selected-hover .mm-listitem > .mm-listitem__text,
.mm-menu_selected-hover .mm-listitem > .mm-listitem__btn,
.mm-menu_selected-parent .mm-listitem > .mm-listitem__text,
.mm-menu_selected-parent .mm-listitem > .mm-listitem__btn {
  -webkit-transition: background 0.4s ease;
  transition: background 0.4s ease;
}

.mm-menu_selected-hover .mm-listview:hover > .mm-listitem_selected .mm-listitem__text {
  background: none;
}
.mm-menu_selected-hover .mm-listitem__text:hover,
.mm-menu_selected-hover .mm-listitem__btn:hover {
  background: #319de5;
  background: var(--mm-color-background-emphasis);
}

.mm-menu_selected-parent .mm-panel_opened-parent .mm-listitem:not(.mm-listitem_selected-parent) .mm-listitem__text {
  background: none;
}
.mm-menu_selected-parent .mm-listitem_selected-parent > .mm-listitem__text,
.mm-menu_selected-parent .mm-listitem_selected-parent > .mm-listitem__btn {
  background: #319de5;
  background: var(--mm-color-background-emphasis);
}

.mm-menu,
.mm-slideout {
  --mm-sidebar-collapsed-size: 44px;
  --mm-sidebar-expanded-size: 440px;
}

.mm-wrapper_sidebar-collapsed body,
.mm-wrapper_sidebar-expanded body {
  position: relative;
}
.mm-wrapper_sidebar-collapsed .mm-slideout,
.mm-wrapper_sidebar-expanded .mm-slideout {
  -webkit-transition-property: width, -webkit-transform;
  transition-property: width, -webkit-transform;
  transition-property: width, transform;
  transition-property: width, transform, -webkit-transform;
}
.mm-wrapper_sidebar-collapsed .mm-page,
.mm-wrapper_sidebar-expanded .mm-page {
  background: inherit;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  min-height: 100vh;
}

.mm-wrapper_sidebar-collapsed .mm-menu_sidebar-collapsed,
.mm-wrapper_sidebar-expanded .mm-menu_sidebar-expanded {
  display: block !important;
  top: 0 !important;
  right: auto !important;
  bottom: 0 !important;
  left: 0 !important;
}

.mm-wrapper_sidebar-collapsed:not(.mm-wrapper_opening) .mm-menu_hidenavbar .mm-navbar,
.mm-wrapper_sidebar-collapsed:not(.mm-wrapper_opening) .mm-menu_hidedivider .mm-listitem_divider {
  opacity: 0;
}

.mm-wrapper_sidebar-collapsed .mm-slideout {
  width: calc( 100% - 44px );
  width: calc( 100% - var( --mm-sidebar-collapsed-size ) );
  -webkit-transform: translate3d(44px, 0, 0);
          transform: translate3d(44px, 0, 0);
  -webkit-transform: translate3d(var(--mm-sidebar-collapsed-size), 0, 0);
          transform: translate3d(var(--mm-sidebar-collapsed-size), 0, 0);
}

.mm-wrapper_sidebar-expanded .mm-menu_sidebar-expanded {
  border-right-width: 1px;
  border-right-style: solid;
  min-width: 0 !important;
  max-width: 100000px !important;
}
.mm-wrapper_sidebar-expanded .mm-menu_sidebar-expanded.mm-menu_pageshadow:after {
  content: none;
  display: none;
}
.mm-wrapper_sidebar-expanded.mm-wrapper_blocking,
.mm-wrapper_sidebar-expanded.mm-wrapper_blocking body {
  overflow: visible;
}
.mm-wrapper_sidebar-expanded .mm-wrapper__blocker {
  display: none !important;
}
.mm-wrapper_sidebar-expanded:not(.mm-wrapper_sidebar-closed) .mm-menu_sidebar-expanded.mm-menu_opened ~ .mm-slideout {
  width: calc( 100% - 440px );
  width: calc( 100% - var( --mm-sidebar-expanded-size ) );
  -webkit-transform: translate3d(440px, 0, 0);
          transform: translate3d(440px, 0, 0);
  -webkit-transform: translate3d(var(--mm-sidebar-expanded-size), 0, 0);
          transform: translate3d(var(--mm-sidebar-expanded-size), 0, 0);
}
.mm-wrapper_sidebar-expanded .mm-menu_sidebar-expanded {
  width: 440px;
  width: var(--mm-sidebar-expanded-size);
}

.mm-menu__blocker {
  background: rgba(3, 2, 1, 0);
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 3;
}

.mm-menu_opened .mm-menu__blocker {
  display: none;
}

[dir=rtl].mm-wrapper_sidebar-collapsed .mm-slideout {
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}

[dir=rtl].mm-wrapper_sidebar-expanded .mm-slideout {
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
[dir=rtl].mm-wrapper_sidebar-expanded:not(.mm-wrapper_sidebar-closed) .mm-menu_sidebar-expanded.mm-menu_opened ~ .mm-slideout {
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}

label.mm-toggle {
  border-radius: 34px;
  min-width: 58px;
  width: 58px;
  height: 34px;
  margin: 0 10px;
  margin-top: 5px;
  margin-top: calc( ( var( --mm-listitem-size ) - 34px ) / 2 );
}
label.mm-toggle:before {
  content: "";
  display: block;
  border-radius: 34px;
  width: 32px;
  height: 32px;
  margin: 1px;
}

input.mm-toggle {
  position: absolute;
  left: -10000px;
}

input.mm-toggle:checked ~ label.mm-toggle:before {
  float: right;
}

label.mm-toggle {
  background: #fff;
  background: var(--mm-color-border);
}
label.mm-toggle:before {
  background: #0069B4;
  background: var(--mm-color-background);
}

input.mm-toggle:checked ~ label.mm-toggle {
  background: #4bd963;
}

label.mm-check {
  width: 34px;
  height: 34px;
}
label.mm-check:before {
  border-color: #fff;
  border-color: var(--mm-color-text);
  content: "";
  display: block;
  border-left: 3px solid;
  border-bottom: 3px solid;
  width: 40%;
  height: 20%;
  margin: 25% 0 0 20%;
  opacity: 0.1;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

input.mm-check {
  position: absolute;
  left: -10000px;
}

input.mm-check:checked ~ label.mm-check:before {
  opacity: 1;
}

[dir=rtl] input.mm-toggle:checked ~ label.mm-toggle:before {
  float: left;
}

.mm-menu_border-none .mm-listitem:after,
.mm-panel_border-none .mm-listitem:after {
  content: none;
}

.mm-menu_border-full .mm-listitem:after,
.mm-panel_border-full .mm-listitem:after {
  left: 0 !important;
}

.mm-menu_border-offset .mm-listitem:after,
.mm-panel_border-offset .mm-listitem:after {
  right: 20px;
}

.mm-menu_fx-menu-zoom {
  -webkit-transition: -webkit-transform 0.4s ease;
  transition: -webkit-transform 0.4s ease;
  transition: transform 0.4s ease;
  transition: transform 0.4s ease, -webkit-transform 0.4s ease;
}

.mm-wrapper_opened .mm-menu_fx-menu-zoom {
  -webkit-transform: scale(0.7, 0.7) translate3d(-30%, 0, 0);
          transform: scale(0.7, 0.7) translate3d(-30%, 0, 0);
  -webkit-transform-origin: left center;
          transform-origin: left center;
}

.mm-wrapper_opening .mm-menu_fx-menu-zoom {
  -webkit-transform: scale(1, 1) translate3d(0%, 0, 0);
          transform: scale(1, 1) translate3d(0%, 0, 0);
}

.mm-wrapper_opened .mm-menu_fx-menu-zoom.mm-menu_position-right {
  -webkit-transform: scale(0.7, 0.7) translate3d(30%, 0, 0);
          transform: scale(0.7, 0.7) translate3d(30%, 0, 0);
  -webkit-transform-origin: right center;
          transform-origin: right center;
}

.mm-wrapper_opening .mm-menu_fx-menu-zoom.mm-menu_position-right {
  -webkit-transform: scale(1, 1) translate3d(0%, 0, 0);
          transform: scale(1, 1) translate3d(0%, 0, 0);
}

.mm-menu_fx-menu-slide {
  -webkit-transition: -webkit-transform 0.4s ease;
  transition: -webkit-transform 0.4s ease;
  transition: transform 0.4s ease;
  transition: transform 0.4s ease, -webkit-transform 0.4s ease;
}

.mm-wrapper_opened .mm-menu_fx-menu-slide {
  -webkit-transform: translate3d(-30%, 0, 0);
          transform: translate3d(-30%, 0, 0);
}

.mm-wrapper_opening .mm-menu_fx-menu-slide {
  -webkit-transform: translate3d(0%, 0, 0);
          transform: translate3d(0%, 0, 0);
}

.mm-wrapper_opened .mm-menu_fx-menu-slide.mm-menu_position-right {
  -webkit-transform: translate3d(30%, 0, 0);
          transform: translate3d(30%, 0, 0);
}

.mm-wrapper_opening .mm-menu_fx-menu-slide.mm-menu_position-right {
  -webkit-transform: translate3d(0%, 0, 0);
          transform: translate3d(0%, 0, 0);
}

.mm-menu_fx-menu-fade {
  opacity: 0;
  -webkit-transition: opacity 0.4s ease;
  transition: opacity 0.4s ease;
}

.mm-wrapper_opening .mm-menu_fx-menu-fade {
  opacity: 1;
}

.mm-menu_fx-panels-none .mm-panel,
.mm-panel_fx-none {
  -webkit-transition-property: none;
  transition-property: none;
}
.mm-menu_fx-panels-none .mm-panel.mm-panel_opened-parent,
.mm-panel_fx-none.mm-panel_opened-parent {
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}

.mm-menu_fx-panels-zoom .mm-panel,
.mm-panel_fx-zoom {
  -webkit-transform-origin: left center;
          transform-origin: left center;
  -webkit-transform: scale(1.5, 1.5) translate3d(100%, 0, 0);
          transform: scale(1.5, 1.5) translate3d(100%, 0, 0);
}
.mm-menu_fx-panels-zoom .mm-panel.mm-panel_opened,
.mm-panel_fx-zoom.mm-panel_opened {
  -webkit-transform: scale(1, 1) translate3d(0%, 0, 0);
          transform: scale(1, 1) translate3d(0%, 0, 0);
}
.mm-menu_fx-panels-zoom .mm-panel.mm-panel_opened-parent,
.mm-panel_fx-zoom.mm-panel_opened-parent {
  -webkit-transform: scale(0.7, 0.7) translate3d(-30%, 0, 0);
          transform: scale(0.7, 0.7) translate3d(-30%, 0, 0);
}

.mm-menu_fx-panels-slide-0 .mm-panel_opened-parent,
.mm-panel_fx-slide-0.mm-panel_opened-parent {
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}

.mm-menu_fx-panels-slide-100 .mm-panel_opened-parent,
.mm-panel_fx-slide-100.mm-panel_opened-parent {
  -webkit-transform: translate3d(-100%, 0, 0);
          transform: translate3d(-100%, 0, 0);
}

.mm-panel_fx-slide-up,
.mm-menu_fx-panels-slide-up .mm-panel {
  -webkit-transform: translate3d(0, 100%, 0);
          transform: translate3d(0, 100%, 0);
}

.mm-panel_fx-slide-up.mm-panel_opened,
.mm-menu_fx-panels-slide-up .mm-panel_opened,
.mm-menu_fx-panels-slide-up .mm-panel_opened-parent {
  -webkit-transform: translate3d(0, 0%, 0);
          transform: translate3d(0, 0%, 0);
}

.mm-panel_fx-slide-right,
.mm-menu_fx-panels-slide-right .mm-panel {
  -webkit-transform: translate3d(-100%, 0, 0);
          transform: translate3d(-100%, 0, 0);
}

.mm-panel_fx-slide-right.mm-panel_opened,
.mm-menu_fx-panels-slide-right .mm-panel_opened,
.mm-menu_fx-panels-slide-right .mm-panel_opened-parent {
  -webkit-transform: translate3d(0, 0%, 0);
          transform: translate3d(0, 0%, 0);
}

[class*=mm-menu_fx-listitems-] .mm-listitem {
  -webkit-transition: none 0.4s ease;
  transition: none 0.4s ease;
}
[class*=mm-menu_fx-listitems-] .mm-listitem:nth-child(1) {
  -webkit-transition-delay: 50ms;
          transition-delay: 50ms;
}
[class*=mm-menu_fx-listitems-] .mm-listitem:nth-child(2) {
  -webkit-transition-delay: 100ms;
          transition-delay: 100ms;
}
[class*=mm-menu_fx-listitems-] .mm-listitem:nth-child(3) {
  -webkit-transition-delay: 150ms;
          transition-delay: 150ms;
}
[class*=mm-menu_fx-listitems-] .mm-listitem:nth-child(4) {
  -webkit-transition-delay: 200ms;
          transition-delay: 200ms;
}
[class*=mm-menu_fx-listitems-] .mm-listitem:nth-child(5) {
  -webkit-transition-delay: 250ms;
          transition-delay: 250ms;
}
[class*=mm-menu_fx-listitems-] .mm-listitem:nth-child(6) {
  -webkit-transition-delay: 300ms;
          transition-delay: 300ms;
}
[class*=mm-menu_fx-listitems-] .mm-listitem:nth-child(7) {
  -webkit-transition-delay: 350ms;
          transition-delay: 350ms;
}
[class*=mm-menu_fx-listitems-] .mm-listitem:nth-child(8) {
  -webkit-transition-delay: 400ms;
          transition-delay: 400ms;
}
[class*=mm-menu_fx-listitems-] .mm-listitem:nth-child(9) {
  -webkit-transition-delay: 450ms;
          transition-delay: 450ms;
}
[class*=mm-menu_fx-listitems-] .mm-listitem:nth-child(10) {
  -webkit-transition-delay: 500ms;
          transition-delay: 500ms;
}
[class*=mm-menu_fx-listitems-] .mm-listitem:nth-child(11) {
  -webkit-transition-delay: 550ms;
          transition-delay: 550ms;
}
[class*=mm-menu_fx-listitems-] .mm-listitem:nth-child(12) {
  -webkit-transition-delay: 600ms;
          transition-delay: 600ms;
}
[class*=mm-menu_fx-listitems-] .mm-listitem:nth-child(13) {
  -webkit-transition-delay: 650ms;
          transition-delay: 650ms;
}
[class*=mm-menu_fx-listitems-] .mm-listitem:nth-child(14) {
  -webkit-transition-delay: 700ms;
          transition-delay: 700ms;
}
[class*=mm-menu_fx-listitems-] .mm-listitem:nth-child(15) {
  -webkit-transition-delay: 750ms;
          transition-delay: 750ms;
}

.mm-menu_fx-listitems-slide .mm-listitem {
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-transform: translate3d(50%, 0, 0);
          transform: translate3d(50%, 0, 0);
  opacity: 0;
}

.mm-wrapper_opening .mm-menu_fx-listitems-slide .mm-panel_opened .mm-listitem {
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  opacity: 1;
}

.mm-menu_fx-listitems-fade .mm-listitem {
  -webkit-transition-property: opacity;
  transition-property: opacity;
  opacity: 0;
}

.mm-wrapper_opening .mm-menu_fx-listitems-fade .mm-panel_opened .mm-listitem {
  opacity: 1;
}

.mm-menu_fx-listitems-drop .mm-listitem {
  -webkit-transition-property: opacity, top;
  transition-property: opacity, top;
  opacity: 0;
  top: -25%;
}

.mm-wrapper_opening .mm-menu_fx-listitems-drop .mm-panel_opened .mm-listitem {
  opacity: 1;
  top: 0;
}

.mm-menu_fullscreen {
  width: 100%;
  min-width: 140px;
  max-width: 10000px;
}

.mm-wrapper_opening .mm-menu_fullscreen.mm-menu_opened ~ .mm-slideout {
  -webkit-transform: translate3d(100vw, 0, 0);
          transform: translate3d(100vw, 0, 0);
}

@media all and (max-width: 140px) {
  .mm-wrapper_opening .mm-menu_fullscreen.mm-menu_opened ~ .mm-slideout {
    -webkit-transform: translate3d(140px, 0, 0);
            transform: translate3d(140px, 0, 0);
  }
}
@media all and (min-width: 10000px) {
  .mm-wrapper_opening .mm-menu_fullscreen.mm-menu_opened ~ .mm-slideout {
    -webkit-transform: translate3d(10000px, 0, 0);
            transform: translate3d(10000px, 0, 0);
  }
}
.mm-wrapper_opening .mm-menu_fullscreen.mm-menu_position-right.mm-menu_opened ~ .mm-slideout {
  -webkit-transform: translate3d(-100vw, 0, 0);
          transform: translate3d(-100vw, 0, 0);
}

@media all and (max-width: 140px) {
  .mm-wrapper_opening .mm-menu_fullscreen.mm-menu_position-right.mm-menu_opened ~ .mm-slideout {
    -webkit-transform: translate3d(-140px, 0, 0);
            transform: translate3d(-140px, 0, 0);
  }
}
@media all and (min-width: 10000px) {
  .mm-wrapper_opening .mm-menu_fullscreen.mm-menu_position-right.mm-menu_opened ~ .mm-slideout {
    -webkit-transform: translate3d(-10000px, 0, 0);
            transform: translate3d(-10000px, 0, 0);
  }
}
.mm-menu_fullscreen.mm-menu_position-top {
  height: 100vh;
  min-height: 140px;
  max-height: 10000px;
}

.mm-menu_fullscreen.mm-menu_position-bottom {
  height: 100vh;
  min-height: 140px;
  max-height: 10000px;
}

.mm-menu_listview-justify .mm-panels > .mm-panel:before, .mm-menu_listview-justify .mm-panels > .mm-panel:after,
.mm-panels > .mm-panel_listview-justify:before,
.mm-panels > .mm-panel_listview-justify:after {
  content: none;
  display: none;
}
.mm-menu_listview-justify .mm-panels > .mm-panel .mm-listview,
.mm-panels > .mm-panel_listview-justify .mm-listview {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
  margin-top: 0;
  margin-bottom: 0;
}
.mm-menu_listview-justify .mm-panels > .mm-panel .mm-listitem,
.mm-panels > .mm-panel_listview-justify .mm-listitem {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
  min-height: 44px;
  /* for Safari :( */
}
.mm-menu_listview-justify .mm-panels > .mm-panel .mm-listitem:not(.mm-listitem_divider),
.mm-panels > .mm-panel_listview-justify .mm-listitem:not(.mm-listitem_divider) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.mm-menu_listview-justify .mm-panels > .mm-panel .mm-listitem__text,
.mm-panels > .mm-panel_listview-justify .mm-listitem__text {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.mm-listview_inset {
  list-style: inside disc;
  width: 100%;
  padding: 0 30px 15px 30px;
  margin: 0;
}
.mm-listview_inset .mm-listitem {
  padding: 5px 0;
}

.mm-menu_multiline .mm-listitem__text,
.mm-panel_multiline .mm-listitem__text {
  text-overflow: clip;
  white-space: normal;
}

[class*=mm-menu_pagedim].mm-menu_opened ~ .mm-wrapper__blocker {
  opacity: 0;
}

.mm-wrapper_opening [class*=mm-menu_pagedim].mm-menu_opened ~ .mm-wrapper__blocker {
  opacity: 0.3;
  -webkit-transition: opacity 0.4s ease 0.4s;
  transition: opacity 0.4s ease 0.4s;
}

.mm-menu_opened.mm-menu_pagedim ~ .mm-wrapper__blocker {
  background: inherit;
}
.mm-menu_opened.mm-menu_pagedim-black ~ .mm-wrapper__blocker {
  background: #000;
}
.mm-menu_opened.mm-menu_pagedim-white ~ .mm-wrapper__blocker {
  background: #fff;
}

.mm-menu_popup {
  -webkit-transition: opacity 0.4s ease;
  transition: opacity 0.4s ease;
  opacity: 0;
  -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
          box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
  height: 80%;
  min-height: 140px;
  max-height: 880px;
  top: 50%;
  left: 50%;
  bottom: auto;
  right: auto;
  z-index: 2;
  -webkit-transform: translate3d(-50%, -50%, 0);
          transform: translate3d(-50%, -50%, 0);
}
.mm-menu_popup.mm-menu_opened ~ .mm-slideout {
  -webkit-transform: none !important;
          transform: none !important;
  z-index: 0;
}
.mm-menu_popup.mm-menu_opened ~ .mm-wrapper__blocker {
  -webkit-transition-delay: 0s !important;
          transition-delay: 0s !important;
  z-index: 1;
}

.mm-wrapper_opening .mm-menu_popup {
  opacity: 1;
}

.mm-menu_position-right {
  left: auto;
  right: 0;
}

.mm-wrapper_opening .mm-menu_position-right.mm-menu_opened ~ .mm-slideout {
  -webkit-transform: translate3d(-80vw, 0, 0);
          transform: translate3d(-80vw, 0, 0);
}

@media all and (max-width: 300px) {
  .mm-wrapper_opening .mm-menu_position-right.mm-menu_opened ~ .mm-slideout {
    -webkit-transform: translate3d(-240px, 0, 0);
            transform: translate3d(-240px, 0, 0);
  }
}
@media all and (min-width: 550px) {
  .mm-wrapper_opening .mm-menu_position-right.mm-menu_opened ~ .mm-slideout {
    -webkit-transform: translate3d(-440px, 0, 0);
            transform: translate3d(-440px, 0, 0);
  }
}
.mm-menu_position-front,
.mm-menu_position-top,
.mm-menu_position-bottom {
  -webkit-transition: -webkit-transform 0.4s ease;
  transition: -webkit-transform 0.4s ease;
  transition: transform 0.4s ease;
  transition: transform 0.4s ease, -webkit-transform 0.4s ease;
}
.mm-menu_position-front.mm-menu_opened,
.mm-menu_position-top.mm-menu_opened,
.mm-menu_position-bottom.mm-menu_opened {
  z-index: 2;
}
.mm-menu_position-front.mm-menu_opened ~ .mm-slideout,
.mm-menu_position-top.mm-menu_opened ~ .mm-slideout,
.mm-menu_position-bottom.mm-menu_opened ~ .mm-slideout {
  -webkit-transform: none !important;
          transform: none !important;
  z-index: 0;
}
.mm-menu_position-front.mm-menu_opened ~ .mm-wrapper__blocker,
.mm-menu_position-top.mm-menu_opened ~ .mm-wrapper__blocker,
.mm-menu_position-bottom.mm-menu_opened ~ .mm-wrapper__blocker {
  z-index: 1;
}

.mm-menu_position-front {
  -webkit-transform: translate3d(-100%, 0, 0);
          transform: translate3d(-100%, 0, 0);
}
.mm-menu_position-front.mm-menu_position-right {
  -webkit-transform: translate3d(100%, 0, 0);
          transform: translate3d(100%, 0, 0);
}

.mm-menu_position-top,
.mm-menu_position-bottom {
  width: 100%;
  min-width: 100%;
  max-width: 100%;
}

.mm-menu_position-top {
  -webkit-transform: translate3d(0, -100%, 0);
          transform: translate3d(0, -100%, 0);
}

.mm-menu_position-top {
  height: 80vh;
  min-height: 140px;
  max-height: 880px;
}

.mm-menu_position-bottom {
  -webkit-transform: translate3d(0, 100%, 0);
          transform: translate3d(0, 100%, 0);
  top: auto;
}

.mm-menu_position-bottom {
  height: 80vh;
  min-height: 140px;
  max-height: 880px;
}

.mm-wrapper_opening .mm-menu_position-front,
.mm-wrapper_opening .mm-menu_position-top,
.mm-wrapper_opening .mm-menu_position-bottom {
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}

.mm-menu_shadow-page:after {
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: var(--mm-shadow);
          box-shadow: var(--mm-shadow);
  content: "";
  display: block;
  width: 20px;
  height: 120%;
  position: absolute;
  left: 100%;
  top: -10%;
  z-index: 100;
  -webkit-clip-path: polygon(-20px 0, 0 0, 0 100%, -20px 100%);
          clip-path: polygon(-20px 0, 0 0, 0 100%, -20px 100%);
}
.mm-menu_shadow-page.mm-menu_position-right:after {
  left: auto;
  right: 100%;
  -webkit-clip-path: polygon(20px 0, 40px 0, 40px 100%, 20px 100%);
          clip-path: polygon(20px 0, 40px 0, 40px 100%, 20px 100%);
}
.mm-menu_shadow-page.mm-menu_position-front:after {
  content: none;
  display: none;
}

.mm-menu_shadow-menu {
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: var(--mm-shadow);
          box-shadow: var(--mm-shadow);
}

.mm-menu_shadow-panels .mm-panels > .mm-panel {
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: var(--mm-shadow);
          box-shadow: var(--mm-shadow);
}

.mm-menu_theme-white {
  --mm-color-border: rgba( 0,0,0, 0.1 );
  --mm-color-button: rgba( 0,0,0, 0.3 );
  --mm-color-text: rgba( 0,0,0, 0.7 );
  --mm-color-text-dimmed: rgba( 0,0,0, 0.3 );
  --mm-color-background: #fff;
  --mm-color-background-highlight: rgba( 0,0,0, 0.06 );
  --mm-color-background-emphasis: rgba( 0,0,0, 0.03 );
  --mm-shadow: 0 0 10px rgba( 0,0,0, 0.2 );
}

.mm-menu_theme-dark {
  --mm-color-border: rgba( 0,0,0, 0.3 );
  --mm-color-button: rgba( 255,255,255, 0.4 );
  --mm-color-text: rgba( 255,255,255, 0.85 );
  --mm-color-text-dimmed: rgba( 255,255,255, 0.4 );
  --mm-color-background: #333;
  --mm-color-background-highlight: rgba( 255,255,255, 0.08 );
  --mm-color-background-emphasis: rgba( 0,0,0, 0.1 );
  --mm-shadow: 0 0 20px rgba( 0,0,0, 0.5 );
}

.mm-menu_theme-black {
  --mm-color-border: rgba( 255,255,255, 0.25 );
  --mm-color-button: rgba( 255,255,255, 0.4 );
  --mm-color-text: rgba( 255,255,255, 0.75 );
  --mm-color-text-dimmed: rgba( 255,255,255, 0.4 );
  --mm-color-background: #000;
  --mm-color-background-highlight: rgba( 255,255,255, 0.2 );
  --mm-color-background-emphasis: rgba( 255,255,255, 0.15 );
  --mm-shadow: none ;
}

.mm-menu_tileview .mm-listview,
.mm-panel_tileview .mm-listview {
  margin: 0 !important;
}
.mm-menu_tileview .mm-listview:after,
.mm-panel_tileview .mm-listview:after {
  content: "";
  display: block;
  clear: both;
}
.mm-menu_tileview .mm-listitem,
.mm-panel_tileview .mm-listitem {
  padding: 0;
  float: left;
  position: relative;
  width: 50%;
  height: 0;
  padding-top: 50%;
}
.mm-menu_tileview .mm-listitem:after,
.mm-panel_tileview .mm-listitem:after {
  left: 0;
  top: 0;
  border-right-width: 1px;
  border-right-style: solid;
  z-index: -1;
}
.mm-menu_tileview .mm-listitem.mm-tile-xs,
.mm-panel_tileview .mm-listitem.mm-tile-xs {
  width: 12.5%;
  padding-top: 12.5%;
}
.mm-menu_tileview .mm-listitem.mm-tile-s,
.mm-panel_tileview .mm-listitem.mm-tile-s {
  width: 25%;
  padding-top: 25%;
}
.mm-menu_tileview .mm-listitem.mm-tile-l,
.mm-panel_tileview .mm-listitem.mm-tile-l {
  width: 75%;
  padding-top: 75%;
}
.mm-menu_tileview .mm-listitem.mm-tile-xl,
.mm-panel_tileview .mm-listitem.mm-tile-xl {
  width: 100%;
  padding-top: 100%;
}
.mm-menu_tileview .mm-listitem__text,
.mm-panel_tileview .mm-listitem__text {
  line-height: 1px;
  text-align: center;
  padding: 50% 10px 0 10px;
  margin: 0;
  position: absolute;
  top: 0;
  right: 1px;
  bottom: 1px;
  left: 0;
}
.mm-menu_tileview .mm-listitem__btn,
.mm-panel_tileview .mm-listitem__btn {
  width: auto;
}
.mm-menu_tileview .mm-listitem__btn:before, .mm-menu_tileview .mm-listitem__btn:after,
.mm-panel_tileview .mm-listitem__btn:before,
.mm-panel_tileview .mm-listitem__btn:after {
  content: none;
  display: none;
}
.mm-menu_tileview .mm-listitem_divider,
.mm-panel_tileview .mm-listitem_divider {
  display: none;
}

.mm-menu_tileview .mm-panel,
.mm-panel_tileview {
  padding-left: 0;
  padding-right: 0;
}
.mm-menu_tileview .mm-panel:before, .mm-menu_tileview .mm-panel:after,
.mm-panel_tileview:before,
.mm-panel_tileview:after {
  content: none;
  display: none;
}

body.modal-open .mm-slideout {
  z-index: unset;
}

.mm-menu .mm-navbars_top .mm-navbar .mm-btn:last-child {
  left: auto;
}

.mm-menu .mm-navbars_top .mm-navbar .mm-btn_close:after, .mm-menu .mm-navbars_top .mm-navbar .mm-btn_close:before {
  border: 0 none;
}
.mm-menu .mm-navbars_top .mm-navbar .mm-btn_close:before {
  content: " ";
  width: 20px;
  height: 40px;
  background: url(../images/icons-set/weiss/arrows/pfeil-left.svg) no-repeat 50%;
  background-size: auto 100%;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}

.mm-menu li.active > a {
  background: #319de5;
}
.mm-menu li.active > a.mm-next {
  border-bottom: 1px solid #fff;
}

.mm-page.mm-slideout {
  overflow-x: hidden;
}

.gr-icon:before {
  content: " ";
  display: inline-block;
  margin-top: -5px;
  width: 30px;
  height: 30px;
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: cover;
}

.gr-home:before {
  background-image: url(../images/icons-set/weiss/home.svg);
}

.gr-contact:before {
  background-image: url(../images/icons-set/weiss/context-menu/kontakt.svg);
}

.mm-panel_has-navbar .mm-navbar {
  text-align: left;
  text-transform: uppercase;
}
.mm-panel_has-navbar .mm-navbar .mm-navbar__title {
  font-size: 1rem;
}

#mmenu.mm-panel.mm-panel_has-navbar .mm-navbar {
  display: none;
}
#mmenu.mm-panel.mm-panel_has-navbar .mm-listview {
  margin-top: -63px;
}

.mm-btn_next:after, .mm-btn_next:before {
  -webkit-transform: rotate(0);
          transform: rotate(0);
  border: 0 none;
}
.mm-btn_next:after {
  background-image: url(../images/icons-set/weiss/arrows/pfeil-right.svg);
  background-position: 50%;
  background-size: auto 100%;
  background-repeat: no-repeat;
  width: 20px;
  height: 40px;
}

.mm-btn_prev:after, .mm-btn_prev:before {
  -webkit-transform: rotate(0);
          transform: rotate(0);
  border: 0 none;
}
.mm-btn_prev:before {
  background-image: url(../images/icons-set/weiss/arrows/pfeil-left.svg);
  background-position: 50%;
  background-size: auto 100%;
  background-repeat: no-repeat;
  width: 20px;
  height: 40px;
}

.mm-listitem:after {
  left: 0;
}

.gr-banner {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  color: #fff;
  background: #000033;
  z-index: 200000;
}
.gr-banner * {
  color: #fff;
}
.gr-banner .banner-content {
  padding: 20px 50px 10px 40px;
  max-width: 100%;
  width: 1000px;
  margin: 0 auto;
  font-size: 0.9rem;
  position: relative;
}
.gr-banner .banner-content h1 {
  color: #fff;
  font-size: 1.125rem;
  font-weight: 400;
  margin: 0 0 10px 0;
}
.gr-banner .banner-content ul {
  margin: 0 0 5px 20px;
}
.gr-banner .banner-content ul li {
  margin: 0 0 2px 0;
}
.gr-banner .banner-content p {
  margin: 0 0 5px 0;
}
.gr-banner .banner-content a {
  text-decoration: underline;
  color: #fff;
}
.gr-banner .banner-content a:hover {
  text-decoration: none;
  color: #fff;
}
.gr-banner .banner-content .close-button {
  position: absolute;
  right: 10px;
  top: 10px;
}
.gr-banner .banner-content .close-button .default-button {
  display: inline-block;
  background: transparent;
  color: #fff;
  border: 0 none;
  -webkit-box-shadow: 0 0 0 transparent;
          box-shadow: 0 0 0 transparent;
  font-size: 2rem;
  line-height: 2rem;
  cursor: pointer;
}

.gr-audio-player {
  background: #0069B4;
  padding: 6px;
}
.gr-audio-player .fa-broadcast-tower {
  display: inline-block;
  margin-right: 5px;
}
.gr-audio-player label[for=adjustVolumne] {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.gr-audio-player .btn {
  display: inline-block;
  background: #0069B4;
  padding: 4px;
  border: 0 none;
  vertical-align: middle;
  cursor: pointer;
}
.gr-audio-player .btn:before {
  content: "";
  display: inline-block;
  width: 25px;
  height: 25px;
  cursor: pointer;
  background-image: none;
  background-repeat: no-repeat;
  background-position: 0 50%;
  background-size: 17px;
}
.gr-audio-player .fast-rewind {
  font-size: 0;
}
.gr-audio-player .fast-rewind:before {
  content: "";
  display: inline-block;
  width: 25px;
  height: 25px;
  cursor: pointer;
  background-image: url("data:image/svg+xml,%3Csvg%20viewBox%3D%220%200%20724%20862%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20style%3D%22fill%3A%23fff%3B%22%20d%3D%22M365.492%20139.018V1.07L179.415%20172.658l186.077%20171.587V200.092c165.796.436%20300.057%20134.98%20300.057%20300.881%200%20166.073-134.83%20300.904-300.903%20300.904-166.184%200-300.903-134.719-300.903-300.904H2.67c0%20199.914%20162.062%20361.977%20361.976%20361.977%20199.78%200%20361.976-162.196%20361.976-361.977%200-199.634-161.608-361.522-361.13-361.955zm.686%20407.193l24.61-2.083c1.823%2011.979%206.055%2020.985%2012.695%2027.018%206.641%206.033%2014.649%209.05%2024.024%209.05%2011.284%200%2020.833-4.254%2028.645-12.761%207.813-8.507%2011.719-19.791%2011.719-33.854%200-13.368-3.754-23.915-11.263-31.64-7.508-7.726-17.339-11.589-29.492-11.589-7.552%200-14.366%201.714-20.443%205.143-6.076%203.429-10.85%207.878-14.323%2013.347l-22.005-2.865%2018.49-98.047h94.922v22.396h-76.172l-10.287%2051.302c11.459-7.986%2023.481-11.979%2036.068-11.979%2016.667%200%2030.729%205.773%2042.187%2017.318%2011.459%2011.545%2017.188%2026.389%2017.188%2044.531%200%2017.274-5.035%2032.205-15.104%2044.792-12.24%2015.451-28.95%2023.177-50.13%2023.177-17.361%200-31.532-4.861-42.513-14.584-10.981-9.722-17.253-22.613-18.816-38.672zm-60.026%2050h-23.437V446.863c-5.642%205.381-13.043%2010.763-22.201%2016.145-9.158%205.382-17.382%209.419-24.674%2012.11v-22.657c13.108-6.163%2024.566-13.628%2034.375-22.395%209.809-8.768%2016.753-17.275%2020.833-25.521h15.104v191.666z%22%2F%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
  background-position: 0 50%;
  background-size: 21px;
}
.gr-audio-player .fast-forward {
  font-size: 0;
}
.gr-audio-player .fast-forward:before {
  content: "";
  display: inline-block;
  width: 25px;
  height: 25px;
  cursor: pointer;
  background-image: url("data:image/svg+xml,%3Csvg%20viewBox%3D%220%200%20724%20862%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20style%3D%22fill%3A%23fff%3B%22%20d%3D%22M363.8%20139.018V1.07l186.078%20171.588L363.8%20344.245V200.092c-165.796.436-300.057%20134.98-300.057%20300.881%200%20166.073%20134.83%20300.904%20300.903%20300.904%20166.184%200%20300.903-134.719%20300.903-300.904h61.073c0%20199.914-162.062%20361.977-361.976%20361.977-199.78%200-361.976-162.196-361.976-361.977%200-199.634%20161.609-361.522%20361.13-361.955zm-133.275%20412.89l23.437-3.125c2.691%2013.281%207.27%2022.851%2013.737%2028.711%206.467%205.859%2014.345%208.789%2023.633%208.789%2011.025%200%2020.334-3.82%2027.93-11.459%207.595-7.638%2011.393-17.1%2011.393-28.385%200-10.764-3.515-19.64-10.547-26.628-7.031-6.987-15.972-10.481-26.823-10.481-4.427%200-9.939.868-16.536%202.604l2.604-20.573c1.563.174%202.821.26%203.776.26%209.983%200%2018.967-2.604%2026.953-7.812%207.986-5.208%2011.979-13.238%2011.979-24.089%200-8.593-2.908-15.712-8.724-21.354-5.815-5.642-13.324-8.463-22.526-8.463-9.114%200-16.71%202.864-22.786%208.593-6.076%205.73-9.983%2014.323-11.719%2025.782l-23.437-4.167c2.864-15.712%209.375-27.886%2019.531-36.524%2010.156-8.637%2022.786-12.955%2037.891-12.955%2010.416%200%2020.008%202.235%2028.776%206.705%208.767%204.471%2015.473%2010.569%2020.117%2018.295%204.644%207.725%206.966%2015.929%206.966%2024.609%200%208.247-2.214%2015.755-6.641%2022.526-4.427%206.771-10.981%2012.153-19.661%2016.146%2011.285%202.604%2020.052%208.008%2026.302%2016.211s9.375%2018.468%209.375%2030.794c0%2016.667-6.076%2030.794-18.229%2042.383-12.153%2011.589-27.518%2017.383-46.094%2017.383-16.753%200-30.664-4.991-41.732-14.974-11.067-9.983-17.383-22.917-18.945-38.802zm148.177-43.75c0-22.57%202.322-40.734%206.966-54.492%204.644-13.759%2011.545-24.371%2020.703-31.836%209.158-7.466%2020.682-11.198%2034.571-11.198%2010.243%200%2019.227%202.061%2026.953%206.185%207.725%204.123%2014.106%2010.069%2019.14%2017.838%205.035%207.769%208.985%2017.231%2011.849%2028.386%202.865%2011.154%204.297%2026.193%204.297%2045.117%200%2022.396-2.3%2040.473-6.901%2054.232-4.6%2013.758-11.48%2024.392-20.638%2031.901-9.158%207.508-20.725%2011.263-34.7%2011.263-18.403%200-32.856-6.598-43.36-19.792-12.587-15.885-18.88-41.754-18.88-77.604zm24.089%200c0%2031.337%203.667%2052.192%2011.002%2062.565%207.335%2010.373%2016.385%2015.56%2027.149%2015.56s19.813-5.209%2027.148-15.625c7.335-10.417%2011.003-31.25%2011.003-62.5%200-31.424-3.668-52.301-11.003-62.63-7.335-10.33-16.471-15.495-27.409-15.495-10.764%200-19.357%204.557-25.781%2013.672-8.073%2011.632-12.109%2033.116-12.109%2064.453z%22%2F%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
  background-position: 0 50%;
  background-size: 21px;
}
.gr-audio-player .stop-start {
  font-size: 0;
}
.gr-audio-player .stop-start:before {
  content: "";
  display: inline-block;
  width: 25px;
  height: 25px;
  cursor: pointer;
  background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%20576%20512%22%3E%3Cpath%20style%3D%22fill%3A%23f21400%3B%22%20d%3D%22M40.55%200c-6.2%200-11.97%203.53-14.54%209.17C9.45%2045.43%200%2085.59%200%20128c0%2042.4%209.45%2082.57%2026.01%20118.83%202.58%205.64%208.35%209.17%2014.54%209.17%2011.7%200%2019.2-12.08%2014.34-22.72C40.26%20201.15%2032%20165.55%2032%20128s8.26-73.15%2022.9-105.28C59.75%2012.08%2052.26%200%2040.55%200zm285.89%20178.84C341.87%20167.14%20352%20148.81%20352%20128c0-35.3-28.72-64-64-64s-64%2028.7-64%2064c0%2020.92%2010.23%2039.35%2025.79%2051.03l-137.13%20315.4c-1.76%204.05.1%208.77%204.15%2010.53l14.7%206.38c4.05%201.76%208.76-.1%2010.52-4.15L209.51%20352h157.3l67.47%20155.19c1.76%204.05%206.47%205.91%2010.52%204.15l14.7-6.38a8.005%208.005%200%200%200%204.15-10.53L326.44%20178.84zM288%2096c17.67%200%2032%2014.33%2032%2032s-14.33%2032-32%2032-32-14.33-32-32%2014.33-32%2032-32zm-64.58%20224l56.03-128.87c2.82.38%205.62.87%208.55.87%203.03%200%205.94-.49%208.86-.9L352.9%20320H223.42zM118.99%20192c10.7%200%2018.1-10.24%2015.15-20.53-3.97-13.82-6.14-28.38-6.14-43.47s2.17-29.65%206.14-43.47C137.09%2074.24%20129.69%2064%20118.99%2064h-.15c-6.93%200-13.28%204.42-15.21%2011.07C98.73%2091.89%2096%20109.62%2096%20128s2.73%2036.11%207.63%2052.93c1.94%206.66%208.28%2011.07%2015.21%2011.07h.15zM457.16%2064h-.15c-10.7%200-18.1%2010.24-15.15%2020.53C445.83%2098.35%20448%20112.91%20448%20128s-2.17%2029.65-6.14%2043.47c-2.95%2010.29%204.45%2020.53%2015.15%2020.53h.15c6.94%200%2013.28-4.42%2015.22-11.07%204.89-16.82%207.62-34.54%207.62-52.93s-2.73-36.11-7.62-52.93C470.44%2068.42%20464.09%2064%20457.16%2064zm92.83-54.83C547.41%203.53%20541.65%200%20535.45%200c-11.7%200-19.19%2012.08-14.34%2022.72C535.74%2054.85%20544%2090.45%20544%20128s-8.26%2073.15-22.9%20105.28c-4.85%2010.65%202.64%2022.72%2014.34%2022.72%206.2%200%2011.97-3.53%2014.54-9.17C566.56%20210.57%20576%20170.4%20576%20128c0-42.41-9.44-82.57-26.01-118.83z%22%2F%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
  background-position: 0 50%;
  background-size: 17px;
  margin-right: 6px;
}
.gr-audio-player .stop-start:after {
  content: "";
  display: inline-block;
  width: 25px;
  height: 25px;
  cursor: pointer;
  background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%20448%20512%22%3E%3Cpath%20style%3D%22fill%3A%23fff%3B%22%20d%3D%22M48%20479h96c26.5%200%2048-21.5%2048-48V79c0-26.5-21.5-48-48-48H48C21.5%2031%200%2052.5%200%2079v352c0%2026.5%2021.5%2048%2048%2048zM32%2079c0-8.8%207.2-16%2016-16h96c8.8%200%2016%207.2%2016%2016v352c0%208.8-7.2%2016-16%2016H48c-8.8%200-16-7.2-16-16V79zm272%20400h96c26.5%200%2048-21.5%2048-48V79c0-26.5-21.5-48-48-48h-96c-26.5%200-48%2021.5-48%2048v352c0%2026.5%2021.5%2048%2048%2048zM288%2079c0-8.8%207.2-16%2016-16h96c8.8%200%2016%207.2%2016%2016v352c0%208.8-7.2%2016-16%2016h-96c-8.8%200-16-7.2-16-16V79z%22%2F%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
  background-position: 0 50%;
  background-size: 17px;
}
.gr-audio-player .stop-start.stopped:before {
  opacity: 0.5;
  background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%20576%20512%22%3E%3Cpath%20style%3D%22fill%3A%23e6e6e6%3B%22%20d%3D%22M40.55%200c-6.2%200-11.97%203.53-14.54%209.17C9.45%2045.43%200%2085.59%200%20128c0%2042.4%209.45%2082.57%2026.01%20118.83%202.58%205.64%208.35%209.17%2014.54%209.17%2011.7%200%2019.2-12.08%2014.34-22.72C40.26%20201.15%2032%20165.55%2032%20128s8.26-73.15%2022.9-105.28C59.75%2012.08%2052.26%200%2040.55%200zm285.89%20178.84C341.87%20167.14%20352%20148.81%20352%20128c0-35.3-28.72-64-64-64s-64%2028.7-64%2064c0%2020.92%2010.23%2039.35%2025.79%2051.03l-137.13%20315.4c-1.76%204.05.1%208.77%204.15%2010.53l14.7%206.38c4.05%201.76%208.76-.1%2010.52-4.15L209.51%20352h157.3l67.47%20155.19c1.76%204.05%206.47%205.91%2010.52%204.15l14.7-6.38a8.005%208.005%200%200%200%204.15-10.53L326.44%20178.84zM288%2096c17.67%200%2032%2014.33%2032%2032s-14.33%2032-32%2032-32-14.33-32-32%2014.33-32%2032-32zm-64.58%20224l56.03-128.87c2.82.38%205.62.87%208.55.87%203.03%200%205.94-.49%208.86-.9L352.9%20320H223.42zM118.99%20192c10.7%200%2018.1-10.24%2015.15-20.53-3.97-13.82-6.14-28.38-6.14-43.47s2.17-29.65%206.14-43.47C137.09%2074.24%20129.69%2064%20118.99%2064h-.15c-6.93%200-13.28%204.42-15.21%2011.07C98.73%2091.89%2096%20109.62%2096%20128s2.73%2036.11%207.63%2052.93c1.94%206.66%208.28%2011.07%2015.21%2011.07h.15zM457.16%2064h-.15c-10.7%200-18.1%2010.24-15.15%2020.53C445.83%2098.35%20448%20112.91%20448%20128s-2.17%2029.65-6.14%2043.47c-2.95%2010.29%204.45%2020.53%2015.15%2020.53h.15c6.94%200%2013.28-4.42%2015.22-11.07%204.89-16.82%207.62-34.54%207.62-52.93s-2.73-36.11-7.62-52.93C470.44%2068.42%20464.09%2064%20457.16%2064zm92.83-54.83C547.41%203.53%20541.65%200%20535.45%200c-11.7%200-19.19%2012.08-14.34%2022.72C535.74%2054.85%20544%2090.45%20544%20128s-8.26%2073.15-22.9%20105.28c-4.85%2010.65%202.64%2022.72%2014.34%2022.72%206.2%200%2011.97-3.53%2014.54-9.17C566.56%20210.57%20576%20170.4%20576%20128c0-42.41-9.44-82.57-26.01-118.83z%22%2F%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
  background-position: 0 50%;
  background-size: 17px;
}
.gr-audio-player .stop-start.stopped:after {
  background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%20448%20512%22%3E%3Cpath%20style%3D%22fill%3A%23fff%3B%22%20d%3D%22M424.4%20214.7L72.4%206.6C43.8-10.3%200%206.1%200%2047.9V464c0%2037.5%2040.7%2060.1%2072.4%2041.3l352-208c31.4-18.5%2031.5-64.1%200-82.6zm-16.2%2055.1l-352%20208C45.6%20483.9%2032%20476.6%2032%20464V47.9c0-16.3%2016.4-18.4%2024.1-13.8l352%20208.1c10.5%206.2%2010.5%2021.4.1%2027.6z%22%2F%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
  background-position: 0 50%;
  background-size: 17px;
}
.gr-audio-player .toggle-mute {
  font-size: 0;
}
.gr-audio-player .toggle-mute:before {
  background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%20256%20512%22%3E%3Cpath%20style%3D%22fill%3A%23fff%3B%22%20d%3D%22M231.81%2064a23.44%2023.44%200%200%200-16.78%207l-89%2089H24a24%2024%200%200%200-24%2024v144a24%2024%200%200%200%2024%2024h102.06L215%20441a23.47%2023.47%200%200%200%2016.81%207c12.33%200%2024.19-9.52%2024.19-24V88c0-14.51-11.86-24-24.19-24zM224%20404.67L139.31%20320H32V192h107.31L224%20107.33v297.34z%22%2F%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
  background-position: 0 50%;
  background-size: auto 24px;
}
.gr-audio-player .toggle-mute.sound-on:before {
  background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%20480%20512%22%3E%3Cpath%20style%3D%22fill%3A%23fff%3B%22%20d%3D%22M342.91%20193.57c-7.81-3.8-17.5-.48-21.34%207.5-3.81%207.97-.44%2017.53%207.53%2021.34C343.22%20229.2%20352%20242.06%20352%20256c0%2013.94-8.78%2026.8-22.9%2033.58-7.97%203.81-11.34%2013.38-7.53%2021.34%203.86%208.05%2013.54%2011.29%2021.34%207.5C368.25%20306.28%20384%20282.36%20384%20256s-15.75-50.29-41.09-62.43zM231.81%2064c-5.91%200-11.92%202.18-16.78%207.05L126.06%20160H24c-13.26%200-24%2010.74-24%2024v144c0%2013.25%2010.74%2024%2024%2024h102.06l88.97%2088.95c4.87%204.87%2010.88%207.05%2016.78%207.05%2012.33%200%2024.19-9.52%2024.19-24.02V88.02C256%2073.51%20244.13%2064%20231.81%2064zM224%20404.67L139.31%20320H32V192h107.31L224%20107.33v297.34zm256-148.68c0-66.12-34.02-126.62-88.81-157.87-7.69-4.38-17.59-1.78-22.04%205.89-4.45%207.66-1.77%2017.44%205.96%2021.86%2044.77%2025.55%2072.61%2075.4%2072.61%20130.12s-27.84%20104.58-72.61%20130.12c-7.72%204.42-10.4%2014.2-5.96%2021.86%204.3%207.38%2014.06%2010.44%2022.04%205.89C445.98%20382.62%20480%20322.12%20480%20255.99z%22%2F%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
  background-position: 0 50%;
  background-size: auto 24px;
}
.gr-audio-player .time-info {
  display: inline-block;
  vertical-align: middle;
  font-size: 0.625rem;
  color: #fff;
  width: 80px;
  text-align: right;
}

.gr-audio-player input[type=range] {
  -webkit-appearance: none;
  margin: 30px 0 10px 0;
  width: 100%;
  background-color: transparent;
}
@media (min-width: 768px) {
  .gr-audio-player input[type=range] {
    margin: 3px 0 3px 10px;
    width: calc(100% - 250px);
  }
}
.gr-audio-player input[type=range]:focus {
  outline: none;
}
.gr-audio-player input[type=range]::-webkit-slider-runnable-track {
  width: 100%;
  height: 8.4px;
  cursor: pointer;
  animate: 0.2s;
  -webkit-box-shadow: 1px 1px 1px #005da0, 0px 0px 1px #005da0;
          box-shadow: 1px 1px 1px #005da0, 0px 0px 1px #005da0;
  background: #fff;
  border-radius: 1.3px;
  border: 0.2px solid #005da0;
}
.gr-audio-player input[type=range]::-webkit-slider-thumb {
  -webkit-box-shadow: 1px 1px 1px #005da0, 0px 0px 5px #005da0;
          box-shadow: 1px 1px 1px #005da0, 0px 0px 5px #005da0;
  border: 1px solid #005da0;
  height: 22px;
  width: 22px;
  border-radius: 50%;
  background: #fff;
  cursor: pointer;
  -webkit-appearance: none;
  margin-top: -7px;
}
.gr-audio-player input[type=range]:focus::-webkit-slider-runnable-track {
  background: #1ba0ff;
}
.gr-audio-player input[type=range]::-moz-range-track {
  width: 100%;
  height: 8.4px;
  cursor: pointer;
  animate: 0.2s;
  box-shadow: 1px 1px 1px #005da0, 0px 0px 1px #005da0;
  background: #fff;
  border-radius: 1.3px;
  border: 0.2px solid #010101;
}
.gr-audio-player input[type=range]::-moz-range-thumb {
  box-shadow: 1px 1px 1px #005da0, 0px 0px 5px #005da0;
  border: 1px solid #005da0;
  height: 22px;
  width: 22px;
  border-radius: 50%;
  background: #fff;
  cursor: pointer;
}
.gr-audio-player input[type=range]::-ms-track {
  width: 100%;
  height: 8.4px;
  cursor: pointer;
  animate: 0.2s;
  background: transparent;
  border-color: transparent;
  border-width: 16px 0;
  color: transparent;
}
.gr-audio-player input[type=range]::-ms-fill-lower {
  background: #fff;
  border: 0.2px solid #005da0;
  border-radius: 2.6px;
  box-shadow: 1px 1px 1px #005da0, 0px 0px 1px #005da0;
}
.gr-audio-player input[type=range]::-ms-fill-upper {
  background: #fff;
  border: 0.2px solid #005da0;
  border-radius: 2.6px;
  box-shadow: 1px 1px 1px #005da0, 0px 0px 1px #005da0;
}
.gr-audio-player input[type=range]::-ms-thumb {
  box-shadow: 1px 1px 1px #005da0, 0px 0px 1px #005da0;
  border: 1px solid #005da0;
  height: 22px;
  width: 22px;
  border-radius: 50%;
  background: #fff;
  cursor: pointer;
}
.gr-audio-player input[type=range]:focus::-ms-fill-lower {
  background: #1ba0ff;
}
.gr-audio-player input[type=range]:focus::-ms-fill-upper {
  background: #1ba0ff;
}

.gr-audio-player .track-selection {
  padding-top: 6px;
  padding-bottom: 6px;
  margin-left: -3px;
  margin-right: -3px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
}
.gr-audio-player .track-selection .form-control {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 100%;
          flex: 0 1 100%;
  padding: 0 6px;
  margin-bottom: 6px;
}
@media (min-width: 768px) {
  .gr-audio-player .track-selection .form-control {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.3333333%;
            flex: 0 0 33.3333333%;
    max-width: 33.3333333%;
  }
}
.gr-audio-player .track-selection label {
  color: #fff;
  font-size: 0.825rem;
}
.gr-audio-player .track-selection select {
  line-height: 1.2;
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  margin-bottom: 5px;
  background-color: #fff;
}
.gr-audio-player .track-selection .start-selected {
  margin-left: 6px;
  color: #fff;
  font-size: 0.825rem;
  position: relative;
  height: 25px;
  line-height: 25px;
  padding-left: calc(25px + 5px);
  opacity: 1;
}
.gr-audio-player .track-selection .start-selected[disabled], .gr-audio-player .track-selection .start-selected.disabled {
  opacity: 0.4;
}
.gr-audio-player .track-selection .start-selected:before {
  position: absolute;
  left: 0;
  background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%20448%20512%22%3E%3Cpath%20style%3D%22fill%3A%23fff%3B%22%20d%3D%22M424.4%20214.7L72.4%206.6C43.8-10.3%200%206.1%200%2047.9V464c0%2037.5%2040.7%2060.1%2072.4%2041.3l352-208c31.4-18.5%2031.5-64.1%200-82.6zm-16.2%2055.1l-352%20208C45.6%20483.9%2032%20476.6%2032%20464V47.9c0-16.3%2016.4-18.4%2024.1-13.8l352%20208.1c10.5%206.2%2010.5%2021.4.1%2027.6z%22%2F%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
  background-position: 0 50%;
  background-size: 17px;
}

.gr-audio-player .no-audio span,
.gr-audio-player .no-audio button {
  display: inline-block;
  vertical-align: middle;
  height: 25px;
  line-height: 25px;
  color: #fff;
  margin-right: 5px;
  font-size: 0.825rem;
}
.gr-audio-player .no-audio span:first-child {
  vertical-align: middle;
  position: relative;
  padding-left: calc(25px + 5px);
}
.gr-audio-player .no-audio span:first-child:before {
  content: "";
  display: inline-block;
  width: 25px;
  height: 25px;
  cursor: pointer;
  position: absolute;
  left: 0;
  background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%20576%20512%22%3E%3Cpath%20style%3D%22fill%3A%23e6e6e6%3B%22%20d%3D%22M40.55%200c-6.2%200-11.97%203.53-14.54%209.17C9.45%2045.43%200%2085.59%200%20128c0%2042.4%209.45%2082.57%2026.01%20118.83%202.58%205.64%208.35%209.17%2014.54%209.17%2011.7%200%2019.2-12.08%2014.34-22.72C40.26%20201.15%2032%20165.55%2032%20128s8.26-73.15%2022.9-105.28C59.75%2012.08%2052.26%200%2040.55%200zm285.89%20178.84C341.87%20167.14%20352%20148.81%20352%20128c0-35.3-28.72-64-64-64s-64%2028.7-64%2064c0%2020.92%2010.23%2039.35%2025.79%2051.03l-137.13%20315.4c-1.76%204.05.1%208.77%204.15%2010.53l14.7%206.38c4.05%201.76%208.76-.1%2010.52-4.15L209.51%20352h157.3l67.47%20155.19c1.76%204.05%206.47%205.91%2010.52%204.15l14.7-6.38a8.005%208.005%200%200%200%204.15-10.53L326.44%20178.84zM288%2096c17.67%200%2032%2014.33%2032%2032s-14.33%2032-32%2032-32-14.33-32-32%2014.33-32%2032-32zm-64.58%20224l56.03-128.87c2.82.38%205.62.87%208.55.87%203.03%200%205.94-.49%208.86-.9L352.9%20320H223.42zM118.99%20192c10.7%200%2018.1-10.24%2015.15-20.53-3.97-13.82-6.14-28.38-6.14-43.47s2.17-29.65%206.14-43.47C137.09%2074.24%20129.69%2064%20118.99%2064h-.15c-6.93%200-13.28%204.42-15.21%2011.07C98.73%2091.89%2096%20109.62%2096%20128s2.73%2036.11%207.63%2052.93c1.94%206.66%208.28%2011.07%2015.21%2011.07h.15zM457.16%2064h-.15c-10.7%200-18.1%2010.24-15.15%2020.53C445.83%2098.35%20448%20112.91%20448%20128s-2.17%2029.65-6.14%2043.47c-2.95%2010.29%204.45%2020.53%2015.15%2020.53h.15c6.94%200%2013.28-4.42%2015.22-11.07%204.89-16.82%207.62-34.54%207.62-52.93s-2.73-36.11-7.62-52.93C470.44%2068.42%20464.09%2064%20457.16%2064zm92.83-54.83C547.41%203.53%20541.65%200%20535.45%200c-11.7%200-19.19%2012.08-14.34%2022.72C535.74%2054.85%20544%2090.45%20544%20128s-8.26%2073.15-22.9%20105.28c-4.85%2010.65%202.64%2022.72%2014.34%2022.72%206.2%200%2011.97-3.53%2014.54-9.17C566.56%20210.57%20576%20170.4%20576%20128c0-42.41-9.44-82.57-26.01-118.83z%22%2F%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
  background-position: 0 50%;
  background-size: 17px;
}
.gr-audio-player .no-audio button {
  background-color: #0069B4;
  border: 1px solid transparent;
  position: relative;
  padding-left: calc(25px + 5px);
}
.gr-audio-player .no-audio button:before {
  content: "";
  display: inline-block;
  width: 25px;
  height: 25px;
  cursor: pointer;
  position: absolute;
  left: 0;
  vertical-align: middle;
  background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%20320%20512%22%3E%3Cpath%20style%3D%22fill%3A%23fff%3B%22%20d%3D%22M193.94%20256L296.5%20153.44l21.15-21.15c3.12-3.12%203.12-8.19%200-11.31l-22.63-22.63c-3.12-3.12-8.19-3.12-11.31%200L160%20222.06%2036.29%2098.34c-3.12-3.12-8.19-3.12-11.31%200L2.34%20120.97c-3.12%203.12-3.12%208.19%200%2011.31L126.06%20256%202.34%20379.71c-3.12%203.12-3.12%208.19%200%2011.31l22.63%2022.63c3.12%203.12%208.19%203.12%2011.31%200L160%20289.94%20262.56%20392.5l21.15%2021.15c3.12%203.12%208.19%203.12%2011.31%200l22.63-22.63c3.12-3.12%203.12-8.19%200-11.31L193.94%20256z%22%2F%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
  background-position: 0 50%;
  background-size: 17px;
}

.gr-audio-player button[type=button][disabled] {
  background-color: inherit;
  border-color: inherit;
}

.infogram-embed {
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.main-content .EmbedExternalContent {
  overflow-x: auto;
}

.p-telefonverzeichnis .Staatskalender .AZIndex,
.p-staatskalendersuche .Staatskalender .AZIndex {
  display: none;
}

#iconlistTable td {
  vertical-align: middle;
}

#iconlistTable td img {
  height: 50px !important;
  width: auto !important;
}

.fal {
  font-weight: 300 !important;
}

.fontawesome span.fal {
  font-weight: 300 !important;
}

.tile a {
  opacity: 0.9;
  -webkit-transition: all 500ms ease-in;
  transition: all 500ms ease-in;
}
.tile a:before {
  -webkit-transition: all 500ms ease-in;
  transition: all 500ms ease-in;
}
.tile:hover a {
  -webkit-box-shadow: 0 0 8px 2px rgba(0, 105, 180, 0.8);
          box-shadow: 0 0 8px 2px rgba(0, 105, 180, 0.8);
  opacity: 1;
}

body.LoggedOn {
  overflow-y: auto !important;
  overflow-x: hidden;
  position: static;
  font-family: Arial, sans-serif;
  font-size: 100%;
  line-height: 1.5;
  background-color: #fff;
  color: #000;
}

.LoggedOn h1,
.LoggedOn h2,
.LoggedOn h3,
.LoggedOn h4,
.LoggedOn h5,
.LoggedOn h6,
.LoggedOn p,
.LoggedOn em,
.LoggedOn strong,
.LoggedOn li,
.LoggedOn td,
.LoggedOn th,
.LoggedOn textarea,
.LoggedOn input,
.LoggedOn label {
  font-family: Arial, sans-serif;
}

.LoggedOn h1,
.LoggedOn h2,
.LoggedOn h3,
.LoggedOn h4,
.LoggedOn h5,
.LoggedOn h6,
.LoggedOn strong {
  font-weight: bold;
}

#welcomeMenuBox {
  display: none;
}
@media (min-width: 1025px) {
  #welcomeMenuBox {
    display: block;
    position: absolute;
    bottom: 8px;
    left: 40px;
    z-index: 200;
  }
  #welcomeMenuBox a[id*=ExplicitLogin] {
    color: white;
    background: #0069B4;
    font-size: 0.75rem;
    line-height: 1.875rem;
    padding: 0;
  }
  #welcomeMenuBox a[id*=ExplicitLogin]:hover {
    text-decoration: none;
  }
  .LoggedOn #welcomeMenuBox {
    position: static;
    height: auto;
    line-height: inherit;
  }
}

#suiteBar,
#s4-ribbonrow,
.js-webpart-menuCell,
.ms-webpart-controlBox {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}
#suiteBar *,
#s4-ribbonrow *,
.js-webpart-menuCell *,
.ms-webpart-controlBox * {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}
#suiteBar img,
#s4-ribbonrow img,
.js-webpart-menuCell img,
.ms-webpart-controlBox img {
  max-width: none !important;
}

#s4-workspace {
  width: 100% !important;
  height: auto !important;
}

body #s4-workspace {
  overflow: visible;
}

.cms-internal {
  float: right;
  background: #fff;
  padding: 6px;
  border: 1px solid #DADADA;
  width: 100%;
  margin: 20px 0;
}

@media (min-width: 768px) {
  .page-content.main-2aside .cms-internal {
    float: right;
    width: 100%;
    margin: 20px 0;
  }
}
@media (min-width: 768px) {
  .flexbox .page-content.main-2aside .cms-internal {
    margin: 20px 0;
    -webkit-box-flex: 1;
        -ms-flex: 1 100%;
            flex: 1 100%;
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .no-flexbox .page-content.main-2aside .cms-internal {
    float: right;
    width: 100%;
    margin: 20px 0;
  }
}

h1 p {
  font-size: inherit !important;
}

.LoggedOn .page-content > h2 {
  float: left;
  width: 100%;
}

.LoggedOn .aside1 .ms-SPZoneLabel {
  background: #fff;
}

.RadEditor.reWrapper {
  width: 100% !important;
}

.WebPartZone-Vertical.empty {
  display: none;
}

.internetexplorer.Edit .content-item .image img {
  width: 100%;
}

.pagenotfounderror .MainNavigation {
  display: none;
}

.content .ms-webpart-controlBox {
  width: 100px;
}

.hidden {
  display: none;
}

.Edit .Text,
.Edit .WebPartZone {
  float: left;
  width: 100%;
  clear: both;
}
.Edit table[class^=re] {
  margin: 0;
}
.Edit table[class^=re] td,
.Edit table[class^=re] th {
  font-size: inherit;
}
.Edit [class^=ms-] table {
  width: inherit;
  margin: inherit;
}
.Edit .info-panel.empty {
  display: block;
  float: right;
  position: static;
}
.Edit .info-panel {
  position: static;
  display: block;
  float: right;
  margin-right: 40px;
  padding-top: 100px;
}
.Edit .header {
  display: none;
}
.Edit .body-row {
  margin: 0;
  padding-left: 100px;
  padding-right: 100px;
}
.Edit .body-row.has-tree-navigation {
  margin: 0 -350px 0 0;
  padding-right: 0;
}
.Edit .body-row.has-tree-navigation .aside-1 {
  display: none;
}
.Edit .body-row.has-tree-navigation .tree-navigation {
  display: none;
}
@media (min-width: 768px) {
  .Edit .top-links ul {
    height: auto;
    overflow: inherit;
  }
}
.Edit .top-links .top-links-container {
  width: 100%;
  max-width: 1000px;
  margin: 0;
}
.Edit.wcag_portal_specialcontent .body-row.body-row.has-tree-navigation {
  margin-right: 0;
  padding-right: 100px;
}
.Edit.wcag_portal_specialcontent .main-column {
  width: 100%;
  max-width: 1000px;
}
.Edit .body-row.top-links-row,
.Edit .body-row.video-carousel-row {
  margin: 0;
  padding-top: 20px;
  padding-right: 100px;
  padding-bottom: 20px;
}
.Edit .body-row.video-carousel-row .ms-SPZone.ms-webpart-zone.ms-fullWidth {
  width: 100%;
  max-width: 1000px;
  margin: 0;
}
.Edit .body-row.video-carousel-row .ms-SPZone.ms-webpart-zone.ms-fullWidth .ms-webpart-controlBox {
  min-width: 50px;
}
.Edit .news-carousel {
  max-width: 800px;
}
.Edit .body-row ul[class^=ms-] {
  display: inherit;
}
.Edit .body-row ul[class^=ms-] li {
  display: inherit;
  width: inherit;
  text-align: inherit;
  min-height: inherit;
  min-width: inherit;
}
.Edit .body-row ul[class^=ms-] li a,
.Edit .body-row ul[class^=ms-] li img,
.Edit .body-row ul[class^=ms-] li span {
  font-weight: inherit;
  font-size: inherit;
  display: inherit;
  width: inherit;
  text-align: inherit;
  min-height: inherit;
  min-width: inherit;
  overflow-y: inherit;
  overflow-x: inherit;
}
.Edit .top-links ul[class^=ms-] {
  display: block;
}
.Edit .top-links ul[class^=ms-] li {
  display: block;
  width: inherit;
  text-align: inherit;
  min-height: inherit;
  min-width: inherit;
}
.Edit .top-links ul[class^=ms-] li a,
.Edit .top-links ul[class^=ms-] li img,
.Edit .top-links ul[class^=ms-] li span {
  font-weight: inherit;
  font-size: inherit;
  display: inherit;
  width: inherit;
  text-align: inherit;
  min-height: inherit;
  min-width: inherit;
}
.Edit .Box.Item2 {
  clear: both;
  padding-top: 20px;
}

.wcag_blankfullsizewebpartpage.Edit .main-column {
  margin-left: 0 !important;
  float: left;
  width: 100%;
  max-width: 1000px;
}
.wcag_blankfullsizewebpartpage.Edit .body-row.has-tree-navigation {
  margin: 0;
  padding-right: 0;
}
.wcag_blankfullsizewebpartpage.Edit .body-row.has-tree-navigation .aside-1 {
  display: none;
}
.wcag_blankfullsizewebpartpage.Edit .body-row.has-tree-navigation .tree-navigation {
  display: none;
}

.Edit .top-links-row.empty {
  display: block !important;
}

div a.reTool span.QualidatorOptimizeHtml {
  background-image: url("../images/rte-icons/qualidator.gif");
}

div a.reTool span.InsertAccordion {
  background-image: url("../images/rte-icons/insert-accordion.png");
  background-position: 0 50%;
}

div a.reTool span.InsertImageAdvanced {
  background-image: url("../images/rte-icons/rteAdvancedImage.png");
}

div a.reTool span.InsertNonBreakingSpace {
  background-image: url("../images/rte-icons/rte-nbsp.png?2020-07-14-1612");
  background-position: 50%;
  background-size: cover;
}

.LoggedOn .SearchBoxScriptWebPart #SearchBox .ms-srch-sb.ms-srch-sb-borderFocused.gr-searchbox,
.LoggedOn .SearchBoxScriptWebPart #SearchBox .ms-srch-sb.ms-srch-sb-border.gr-searchbox {
  margin: 0;
  padding: 0;
  width: 100%;
  border: 0 none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.LoggedOn .SearchBoxScriptWebPart #SearchBox .ms-srch-sb.ms-srch-sb-borderFocused.gr-searchbox input,
.LoggedOn .SearchBoxScriptWebPart #SearchBox .ms-srch-sb.ms-srch-sb-border.gr-searchbox input {
  margin: 0;
  height: auto;
  border: 1px solid transparent;
}

.ie .LoggedOn .SearchBoxScriptWebPart #SearchBox .ms-srch-sb.ms-srch-sb-borderFocused.gr-searchbox input,
.ie .LoggedOn .SearchBoxScriptWebPart #SearchBox .ms-srch-sb.ms-srch-sb-border.gr-searchbox input {
  margin: 0;
  height: 42px;
  border: 1px solid transparent;
}

.LoggedOn .ms-core-webpartadder {
  z-index: 100;
}

.wcag_articleleft.Edit .body-row,
.wcag_contentpagetworowswithimage.Edit .body-row {
  padding-left: 20px;
  padding-right: 20px;
  margin: 0;
}
.wcag_articleleft.Edit .body-row .main-column,
.wcag_contentpagetworowswithimage.Edit .body-row .main-column {
  width: calc(100% - 560px);
  padding-right: 20px;
}
.wcag_articleleft.Edit .info-panel.empty,
.wcag_contentpagetworowswithimage.Edit .info-panel.empty {
  display: block;
  float: right;
  position: static;
  width: auto;
  padding: 0;
}

.ms-wpContentDivSpace div.RandomTitleImages ul.ImageList {
  width: 890px !important;
}

#aspnetForm[style*=background-image] {
  background-image: none !important;
}
#aspnetForm[style*=background-image] .footer,
#aspnetForm[style*=background-image] .header {
  outline: 18px dashed #e9cd20;
}
.LoggedOn.Display #aspnetForm[style*=background-image] .footer,
.LoggedOn.Display #aspnetForm[style*=background-image] .header {
  outline-offset: -18px;
}

#aspnetForm[style*=intwww2019] .footer,
#aspnetForm[style*=intwww2019] .header {
  outline: 18px dashed #24FF0B;
}
.LoggedOn.Display #aspnetForm[style*=intwww2019] .footer,
.LoggedOn.Display #aspnetForm[style*=intwww2019] .header {
  outline-offset: -18px;
}

.wcag_mediamessage.Edit .main-column {
  width: auto;
  max-width: calc(100% - 300px);
  padding-right: 80px;
  margin-top: 200px;
}
@media (min-width: 1025px) {
  .wcag_mediamessage.Edit .main-column {
    margin-top: 0;
    width: calc(100% - 730px);
  }
}

.LoggedOn .info-panel button.i {
  min-width: 1px;
  margin-left: 0;
}

.k-icon.k-i-SPImage:before,
.k-tool-icon.k-icon.k-i-SPImage:before {
  content: "";
}

.k-icon.k-i-Show-paragraphs:before,
.k-tool-icon.k-icon.k-i-Show-paragraphs:before {
  content: "";
}

.k-icon.k-i-SPKeep-space:before,
.k-tool-icon.k-icon.k-i-SPKeep-space:before {
  content: "";
}

.k-icon.k-i-Delete-empty-pTags:before {
  content: "";
}

.reTool span.DeleteEmptyPTags {
  background-image: url("../images/rte-icons/rte-delete-empty-p.png?d=2020-09-23-1702");
  background-position: 50%;
  background-size: cover;
}

.reTool span.ShowParagraphs {
  background-position: -1836px -6px;
}

.LoggedOn .k-editor-dialog .k-editor-textarea {
  width: 800px;
  height: 520px;
}

.LoggedOn .k-editor-dialog.k-viewhtml-dialog .k-editor-textarea {
  width: calc(100% - 2rem);
  height: auto;
}

button.k-button {
  min-width: 10px;
}

ul.k-editor-toolbar li {
  margin-bottom: 0;
}

#ArticleTabContainer {
  font-size: 0.75rem;
}

.ms-formfieldvaluecontainer textarea[id*=_NoteFieldKeywords] {
  width: calc(100% - 1rem);
  font-family: monospace;
  font-size: 1rem;
  min-height: 2rem;
}

.WebPart .link-item-large,
.WebPart .link-item-large a,
.WebPart .link-item-large a:link {
  font-size: 1.25rem;
}
.WebPart .groupheader {
  font-size: 0.75rem;
}
.WebPart .large {
  font-size: 1.125rem;
}
.WebPart .small {
  font-size: 0.625rem;
}
.WebPart .medium {
  font-size: 1rem;
}
.WebPart .headertitle,
.WebPart .headertitle a,
.WebPart .headertitle a:link {
  font-size: 0.75rem;
}
.WebPart .headertitle-large,
.WebPart .headertitle-large a,
.WebPart .headertitle-large a:link {
  font-size: 1rem;
}
.WebPart .headertitle-small,
.WebPart .headertitle-small a,
.WebPart .headertitle-small a:link {
  font-size: 0.625rem;
}
.WebPart .headertitle-band,
.WebPart .headertitle-band a,
.WebPart .headertitle-band a:link {
  font-size: 0.75rem;
}
.WebPart div.title-With-Background a,
.WebPart div.title-With-Background a:link,
.WebPart div.title-With-Background a:hover,
.WebPart div.title-With-Background a:visited,
.WebPart div.title-With-Background a:active {
  font-size: 1rem;
}