@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] {
  box-sizing: border-box;
  padding: 0;
}

input[type=search] {
  -webkit-appearance: textfield;
  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;
}

* {
  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;
  background-color: transparent;
}

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

a:visited {
  color: rgb(0, 134.75, 231);
}

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;
  transition: background 200ms ease;
  border: 0 none;
  cursor: pointer;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  border-radius: 0;
}
a.button span[class*=fa] {
  display: inline-block;
  margin-right: 0.5rem;
  vertical-align: middle;
}
a.button:hover {
  text-decoration: none;
  color: #fff;
  background: rgb(0, 119.875, 205.5);
}
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 caption,
table.columns-s th,
table.columns-s td {
  font-size: 1rem;
}
table.columns-s caption div,
table.columns-s th div,
table.columns-s td div {
  font-size: 1rem;
}
table.columns-m caption,
table.columns-m th,
table.columns-m td {
  font-size: 0.875rem;
}
table.columns-m caption div,
table.columns-m th div,
table.columns-m td div {
  font-size: 0.875rem;
}
table.columns-l caption,
table.columns-l th,
table.columns-l td {
  font-size: 0.75rem;
}
table.columns-l caption div,
table.columns-l th div,
table.columns-l td div {
  font-size: 0.75rem;
}
table.columns-xl caption,
table.columns-xl th,
table.columns-xl td {
  font-size: 0.6875rem;
}
table.columns-xl caption div,
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 td:first-child {
  padding-left: 0;
}
.no-table-styles tr:hover td {
  background: #fff;
}

.body-row.second table.max-columns-2 td:first-child {
  width: 50%;
}
.body-row.second table {
  margin: 10px 0;
}
.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;
  flex: 0 1 60px;
}

.root-web-descriptions.hide-xsmall {
  display: none;
}
@media (min-width: 780px) {
  .root-web-descriptions.hide-xsmall {
    display: flex;
  }
}
.root-web-descriptions {
  float: left;
  font-size: 0.825rem;
}
.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: flex;
  flex-flow: row nowrap;
  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);
  flex: 0 1 calc(100% - 60px);
  padding-right: 10px;
  margin-top: -2px;
}
.root-web-labels.hide-xsmall {
  display: none;
}
@media (min-width: 780px) {
  .root-web-labels.hide-xsmall {
    display: block;
  }
}
.root-web-labels p {
  margin: 0;
}
.root-web-labels {
  float: left;
  font-size: 0.825rem;
}

.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;
  box-sizing: border-box;
}
.search .ms-qSuggest-container {
  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;
}
@media (min-width: 768px) {
  .language .mobile-language-selection {
    display: none;
  }
}
.language .mobile-language-selection {
  line-height: 1.25rem;
  position: absolute;
  top: 12px;
  right: 20px;
}
.language .mobile-language-selection .on.mobile {
  background-color: #0069B4;
}
.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;
}
.Edit.stick-header .sticky-header {
  display: none;
}
.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;
  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-image: url("data:image/svg+xml,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20width%3D%22101.4px%22%20height%3D%22100px%22%20viewBox%3D%220%200%20101.4%20100%22%20style%3D%22enable-background%3Anew%200%200%20101.4%20100%3B%22%20xml%3Aspace%3D%22preserve%22%3E%3Cpath%20fill%3D%22%23fff%22%20class%3D%22st0%22%20d%3D%22M0%2C0v100h101.4V0H0z%20M82.9%2C69.7H18.5c-1.5%2C0-2.8-1.2-2.8-2.7s1.3-2.7%2C2.8-2.7h64.4c1.5%2C0%2C2.8%2C1.2%2C2.8%2C2.7%20S84.4%2C69.7%2C82.9%2C69.7z%20M82.9%2C53H18.5c-1.5%2C0-2.8-1.2-2.8-2.7s1.3-2.7%2C2.8-2.7h64.4c1.5%2C0%2C2.8%2C1.2%2C2.8%2C2.7S84.4%2C53%2C82.9%2C53z%20M82.9%2C35.6H18.5c-1.5%2C0-2.8-1.2-2.8-2.7s1.3-2.7%2C2.8-2.7h64.4c1.5%2C0%2C2.8%2C1.2%2C2.8%2C2.7S84.4%2C35.6%2C82.9%2C35.6z%22%2F%3E%3C%2Fsvg%3E");
  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;
  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;
  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;
}
.footer:after {
  content: "";
  display: table;
  clear: both;
}
.footer {
  color: #fff;
  background-color: #0069B4;
  font-size: 0.825rem;
  line-height: 3.75rem;
  padding: 0 20px;
}
@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/x.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:after {
  content: "";
  display: table;
  clear: both;
}
.top-links {
  font-size: 0.75rem;
}
.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: flex;
    flex-flow: row;
    width: 100%;
    overflow: hidden;
  }
}
.top-links li {
  float: none;
  display: flex;
  padding: 0;
  overflow: hidden;
  flex: auto 1 1;
  margin-bottom: 0;
  align-content: center;
}
.top-links li:last-child {
  padding-right: 0;
}
.top-links li img {
  max-width: 100%;
  max-height: 100%;
  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: flex;
  flex-flow: row wrap;
}
.top-links li img {
  display: inline-block;
  vertical-align: middle;
}
.top-links li span,
.top-links li .text {
  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;
  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;
    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;
  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: rgb(0, 75.25, 129);
}
.info-panel button[role=tab]:focus {
  background-color: rgb(0, 75.25, 129);
}
.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: 8px 0 5px 0;
  font-size: 0.9rem;
  font-weight: normal;
  text-transform: uppercase;
}
.info-panel h3:first-child {
  margin: 0 0 10px 0;
}
.info-panel .panel {
  padding: 10px;
  color: #000;
  opacity: 1;
  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 p,
.info-panel .panel div,
.info-panel .panel span,
.info-panel .panel div.Gesetze,
.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;
  }
  .info-panel .informations > ul > li:after {
    content: "";
    display: table;
    clear: both;
  }
  .info-panel .informations > ul > li {
    position: relative;
  }
  .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;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  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 {
  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;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide {
  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%;
  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: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  margin: 0 -10px 20px -10px;
}
.video-carousel .static-videos > div {
  margin-bottom: 20px;
  padding: 0 10px;
  flex: 1 1 100%;
}
@media (min-width: 480px) {
  .video-carousel .static-videos > div {
    flex: 0 1 50%;
  }
}
@media (min-width: 768px) {
  .video-carousel .static-videos > div {
    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;
  }
  .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;
  }
  .TileListNavigation li.tile,
  .TileNavigation li.tile {
    margin-bottom: 4.347826087%;
  }
}
@media (min-width: 768px) {
  .TileListNavigation li.tile,
  .TileNavigation li.tile {
    width: 30.7692307692%;
    float: left;
  }
  .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;
  }
  .TileListNavigation li.tile,
  .TileNavigation li.tile {
    margin-bottom: 3.8461538462%;
  }
}
.TileListNavigation .fontawesome:hover a,
.TileNavigation .fontawesome:hover a {
  background: transparent;
}
.TileListNavigation .fontawesome span[class*=fa],
.TileNavigation .fontawesome span[class*=fa] {
  display: none;
}
@media (min-width: 480px) {
  .TileListNavigation .fontawesome span[class*=fa],
  .TileNavigation .fontawesome span[class*=fa] {
    display: block;
    width: 100%;
    position: relative;
    font-size: 150px;
    background-color: #fff;
    z-index: -1;
  }
  .TileListNavigation .fontawesome span[class*=fa]:after,
  .TileNavigation .fontawesome span[class*=fa]:after {
    content: "";
    display: block;
    padding-bottom: 100%;
  }
  .TileListNavigation .fontawesome span[class*=fa]:before,
  .TileNavigation .fontawesome span[class*=fa]:before {
    position: absolute;
    text-align: center;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
  }
}
@media (min-width: 768px) {
  .TileListNavigation .fontawesome span[class*=fa],
  .TileNavigation .fontawesome span[class*=fa] {
    font-size: 120px;
  }
}
@media (min-width: 960px) {
  .TileListNavigation .fontawesome span[class*=fa],
  .TileNavigation .fontawesome span[class*=fa] {
    font-size: 150px;
  }
}
@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;
  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 {
  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: flex;
  flex-flow: row wrap;
  margin: 1.5rem 0;
}
.gr-tpl-img-text h2 {
  flex: 0 0 100%;
  margin: 0 0 6px;
}
.gr-tpl-img-text figure {
  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 {
    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 {
    flex: 0 1 calc(25% - 1rem);
    max-width: calc(25% - 1rem);
  }
}
.gr-tpl-img-text .gr-tpl-text {
  flex: 0 0 100%;
  max-width: 100%;
}
@media (min-width: 480px) {
  .gr-tpl-img-text .gr-tpl-text {
    flex: 0 1 50%;
    max-width: 50%;
  }
}
@media (min-width: 768px) {
  .gr-tpl-img-text .gr-tpl-text {
    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-color: #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;
  transition: all 200ms ease;
  position: relative;
}
.video-manager .controls button a:active, .video-manager .controls button:hover, .video-manager .controls button:focus {
  background: rgb(0, 134.75, 231);
}
.video-manager .controls button:after {
  width: 2rem;
  height: 2rem;
  content: "";
  position: absolute;
  transform: translate(-50%, -50%);
  color: #fff;
  top: 50%;
  left: 50%;
  background-image: url("../images/video-manager/play.svg");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 50%;
}
.video-manager .controls button.playpause:after {
  background-image: url("../images/video-manager/play.svg");
}
.video-manager .controls button.stop:after {
  background-image: url("../images/video-manager/stop.svg");
}
.video-manager .controls button.rwd:after {
  background-image: url("../images/video-manager/backward.svg");
}
.video-manager .controls button.fwd:after {
  background-image: url("../images/video-manager/forward.svg");
}
.video-manager .controls button.soundDown:after {
  background-image: url("../images/video-manager/volume-down.svg");
}
.video-manager .controls button.soundup:after {
  background-image: url("../images/video-manager/volume-up.svg");
}
.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;
}

.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] {
  transition: all 500ms ease;
}
.search input[type=text]:focus {
  box-shadow: 0 0 10px rgba(255, 255, 255, 0.7);
  text-indent: 4px;
}
.search input[type=text]:focus::-moz-placeholder {
  color: rgb(158.28125, 196.96875, 227.91875);
  text-indent: 4px;
}
.search input[type=text]:focus::placeholder {
  color: rgb(158.28125, 196.96875, 227.91875);
  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: rgb(0, 45.5, 78);
  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 {
  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 {
  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 {
  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 {
  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 {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.6);
}

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

.important-links a:focus {
  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;
  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;
}

.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;
}
@media (min-width: 768px) {
  .Display .body-container select {
    font-size: 0.875rem;
  }
}
.Display .body-container select {
  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;
}
.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 .DropDownList label,
.AutoFormWebPart .DateTime label,
.AutoFormWebPart .Date label,
.AutoFormWebPart .FileUploadWithFormLabel label,
.AutoForm .DropDownList label,
.AutoForm .DateTime label,
.AutoForm .Date label,
.AutoForm .FileUploadWithFormLabel label {
  display: block;
  margin-bottom: 0.125rem;
}
.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;
  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% - 0.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;
}
.AutoFormWebPart .CreditCardValidUntil:after,
.AutoForm .CreditCardValidUntil:after {
  content: "";
  display: table;
  clear: both;
}
.AutoFormWebPart .CreditCardValidUntil,
.AutoForm .CreditCardValidUntil {
  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 label {
  font-size: 0.9rem;
  color: #4F4F4F;
}
.NationalratswahlenResultateGesamtUndNachGemeinden .DropDownList {
  margin-top: 0.75rem;
  padding: 0.5rem;
  background: #E6F0F8;
}

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

.rcCaptchaAudioLink:before {
  content: "";
  background-image: url("../images/captcha-play-button.svg?i=u1pedtb");
  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].k-state-selected.k-alt td, .AutoList tr[role=row].k-state-selected td {
  background: #f35800;
}
.AutoList tr[role=row].k-state-selected.k-alt td a,
.AutoList tr[role=row].k-state-selected.k-alt td a:active,
.AutoList tr[role=row].k-state-selected.k-alt td a:hover,
.AutoList tr[role=row].k-state-selected.k-alt td a:visited, .AutoList tr[role=row].k-state-selected td a,
.AutoList tr[role=row].k-state-selected td a:active,
.AutoList tr[role=row].k-state-selected td a:hover,
.AutoList tr[role=row].k-state-selected td a:visited {
  color: #E6F0F8;
}
.AutoList tr[role=row].k-state-selected.k-alt td a:hover, .AutoList tr[role=row].k-state-selected td a:hover {
  -webkit-text-decoration: underline solid #E6F0F8;
          text-decoration: underline solid #E6F0F8;
}
.AutoList tr[role=row]:hover td, .AutoList tr[role=row].k-alt:hover td {
  background: #DADADA;
}
.AutoList tr[role=row].k-state-selected.k-alt:hover td, .AutoList tr[role=row].k-state-selected:hover td {
  background: #cf5712;
}
.AutoList tr[role=row].k-state-selected.k-alt:hover td a,
.AutoList tr[role=row].k-state-selected.k-alt:hover td a:active,
.AutoList tr[role=row].k-state-selected.k-alt:hover td a:hover,
.AutoList tr[role=row].k-state-selected.k-alt:hover td a:visited, .AutoList tr[role=row].k-state-selected:hover td a,
.AutoList tr[role=row].k-state-selected:hover td a:active,
.AutoList tr[role=row].k-state-selected:hover td a:hover,
.AutoList tr[role=row].k-state-selected:hover td a:visited {
  color: #E6F0F8;
}
.AutoList tr[role=row].k-state-selected.k-alt:hover td a:hover, .AutoList tr[role=row].k-state-selected:hover td a:hover {
  -webkit-text-decoration: underline solid #E6F0F8;
          text-decoration: underline solid #E6F0F8;
}
.AutoList tr:hover td {
  background: #DADADA;
}
.AutoList .tableHeaderEnabled th a {
  color: #fff;
}

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

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

.k-column-menu.k-popup.k-group {
  background-color: #E6F0F8;
}
.k-column-menu.k-popup.k-group .k-menu {
  background-color: rgb(190.15625, 216.09375, 236.84375);
  border-color: rgb(190.15625, 216.09375, 236.84375);
}
.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: rgb(190.15625, 216.09375, 236.84375);
}

.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 th a.k-active-filter,
.AutoList th a.k-state-active, .AutoList th a.k-state-active:hover {
  background-color: inherit;
}

.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;
}
.lang-it .AutoList [id*=updatePanelAutoListWebPart] input[type=text] {
  width: calc(100% - 78px - 100px);
}
.lang-rm .AutoList [id*=updatePanelAutoListWebPart] input[type=text] {
  width: calc(100% - 105px - 128px);
}
.AutoList [id*=updatePanelAutoListWebPart] .DropDownList {
  margin-bottom: 0.75rem;
}
.AutoList [id*=updatePanelAutoListWebPart] .DropDownList:last-child {
  margin-bottom: 0;
}
.AutoList [id*=updatePanelAutoListWebPart] label {
  display: block;
  font-size: 0.875rem;
  margin-bottom: 0.125rem;
}
.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: "\f107";
  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: "\f106";
}
.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;
}

.AutoList table caption {
  position: static;
  width: auto;
  height: auto;
  clip: auto;
  overflow: visible;
  text-align: center;
  font-weight: bold;
  padding: 5px 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 1.875rem 0;
  border-top: 1px solid #DADADA;
  padding-top: 1.875rem;
}
.ContactDetailsWithMap ul.ContactDetailsWithMap li:first-child {
  border-top: 0 none;
  padding-top: 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;
  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;
  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");
}

.cqfeed .icon.rss-icon {
  content: "";
  display: inline-block;
  vertical-align: bottom;
  width: 2.375rem;
  height: 2.375rem;
  background-image: url("../images/icons-set/blau/rss.svg");
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: cover;
  background-color: transparent;
  margin-right: 12px;
}

.cqfeed .RssFeed .link-text {
  display: inline-block;
  vertical-align: bottom;
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.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: flex;
  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%;
  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 {
    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 {
    flex: 0 1 25%;
    margin-bottom: 0;
  }
}
@media (min-width: 768px) {
  ul.news-database.with-image li .details {
    flex: 0 1 75%;
  }
}

ul.news-database.without-image li {
  display: flex;
  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%;
  flex: 0 1 100%;
}
@media (min-width: 768px) {
  ul.news-database.without-image li .date {
    flex: 0 1 110px;
  }
  ul.news-database.without-image li > a,
  ul.news-database.without-image li .description {
    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;
}
.main-content .Box.Item1:after {
  content: "";
  display: table;
  clear: both;
}
.main-content .Box.Item1 {
  padding: 20px 0 0 0;
}
@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%;
}

.gr-accordion-content .gr-accordion-header,
.gr-accordion-content h2.accordion,
.accordion-content .gr-accordion-header,
.accordion-content h2.accordion {
  position: relative;
  border-bottom: 1px solid #DADADA;
  margin: 0;
  padding: 20px 32px 20px 10px;
  cursor: pointer;
}
.gr-accordion-content .gr-accordion-header:after,
.gr-accordion-content h2.accordion:after,
.accordion-content .gr-accordion-header:after,
.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;
}
.gr-accordion-content .gr-accordion-header.open:after,
.gr-accordion-content h2.accordion.on:after,
.accordion-content .gr-accordion-header.open:after,
.accordion-content h2.accordion.on:after {
  content: "\f106";
}
.gr-accordion-content .gr-accordion-panel,
.gr-accordion-content .accordion-container,
.accordion-content .gr-accordion-panel,
.accordion-content .accordion-container {
  padding: 10px;
  border-bottom: 1px solid #DADADA;
}

.gr-accordion-container {
  margin: 20px 0;
}

.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] {
  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;
}

#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;
}

.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: -3px !important;
  left: 0 !important;
}
.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;
  box-sizing: border-box;
  margin-bottom: 2.5rem;
}
.search-locale-results.ms-srch-result .ms-srch-group-content.search-locale-results .ms-srch-item {
  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;
  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 {
  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;
}

#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 #PagingSelf a,
.ms-srch-result #PagingLink a {
  cursor: pointer;
  padding-left: 7px !important;
}

.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;
}

.ms-srch-result .ms-srch-Paging #PagingSelf a,
.ms-srch-result .ms-srch-Paging #PagingLink a {
  top: -2px;
}
.ms-srch-result .ms-srch-Paging li {
  display: inline-block !important;
  vertical-align: middle;
  margin-bottom: 0 !important;
  line-height: 24px;
  height: 24px;
}
.ms-srch-result .ms-srch-Paging li a {
  display: inline-block;
  line-height: 24px;
}

/* 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: flex;
  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 {
    flex: 0 1 100%;
  }
}

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

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

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

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

.AuthoritiesFilters,
.FullTextSearch,
.SearchPanel {
  margin-bottom: 0.75rem;
}
.AuthoritiesFilters label,
.FullTextSearch label,
.SearchPanel label {
  color: #4F4F4F;
  font-size: 0.875rem;
  margin-top: 0.375rem;
  margin-bottom: 0.1875rem;
  display: block;
}
.AuthoritiesFilters,
.FullTextSearch,
.SearchPanel {
  background: #E6F0F8;
  padding: 0.75em;
}
.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]:before {
  content: "» ";
}
a[data-breadcrumb-organization]:first-child:before {
  content: "";
}
a[data-breadcrumb-organization] {
  margin-right: 6px;
}
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:after {
  content: "";
  display: table;
  clear: both;
}
.video-static {
  margin-bottom: 0.75rem;
}
.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: rgb(12.75, 12.75, 12.75);
}
.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;
  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;
  transform: translate(-50%);
  position: absolute;
  left: 50%;
  top: 50%;
}

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

.videofeed-archive ul {
  opacity: 0;
  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;
  }
}

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

.ms-webpart-controlBox {
  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;
            print-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;
  }
}
.events-overview:after {
  content: "";
  display: table;
  clear: both;
}
.events-overview {
  margin-bottom: 2rem;
}
.events-overview ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.events-overview img {
  max-width: 100%;
  height: auto;
}
.events-overview .title {
  font-weight: bold;
  font-size: 1.1rem;
  margin-bottom: 10px;
}
.events-overview p {
  margin: 0;
}
.events-overview a {
  text-decoration: none;
}

[class^=ms-] .events-overview img,
[class^=js-] .events-overview img {
  max-width: 100% !important;
}

.events-overview.normal .tiles:after {
  content: "";
  display: table;
  clear: both;
}
.events-overview.normal img {
  min-width: 100%;
  height: auto;
}
.events-overview.normal span.more {
  display: inline-block;
  margin-top: 10px;
  width: 40px;
  height: 40px;
  background-color: #0069B4;
  background-image: url(../images/icons-set/weiss/arrows/pfeile-right.svg);
  background-repeat: no-repeat;
  background-size: 40px 40px;
  background-position: 100% 50%;
  text-indent: -9999px;
}
.events-overview.normal .details {
  border-top: 2px solid #0069B4;
}
.events-overview.normal .details li {
  border-bottom: 2px solid #0069B4;
}
.events-overview.normal .details li a {
  padding: 10px 60px 10px 0;
  display: block;
  background-image: url(../images/icons-set/blau/arrows/pfeil-right.svg);
  background-repeat: no-repeat;
  background-size: 60px 60px;
  background-position: calc(100% + 20px) 50%;
}

.events-overview.compressed li:after {
  content: "";
  display: table;
  clear: both;
}
.events-overview.compressed li {
  background-color: #0069B4;
  margin-bottom: 1.25rem;
}
.events-overview.compressed li a {
  padding: 10px 60px 10px 10px;
  text-decoration: none;
  color: #000;
}
.events-overview.compressed li a:hover {
  text-decoration: none;
}
.events-overview.compressed li p.date {
  font-weight: bold;
}
.events-overview.compressed li .left {
  width: 100%;
}
@media (min-width: 768px) {
  .events-overview.compressed li .left {
    width: 120px;
  }
}
.events-overview.compressed li .middle {
  width: 60%;
  padding: 0 15px 0 0;
}
@media (min-width: 768px) {
  .events-overview.compressed li .middle {
    width: calc(50% - 60px);
    padding: 0 15px;
  }
}
.events-overview.compressed li .right {
  width: 40%;
}
@media (min-width: 768px) {
  .events-overview.compressed li .right {
    width: calc(50% - 60px);
    padding: 0 15px;
  }
}
.flexbox .events-overview.compressed li a {
  display: flex;
  flex-flow: row wrap;
}
.flexbox .events-overview.compressed li .left {
  width: 100%;
}
@media (min-width: 768px) {
  .flexbox .events-overview.compressed li .left {
    width: 120px;
    flex: 0 0 auto;
  }
}
.flexbox .events-overview.compressed li .middle {
  width: 60%;
  padding: 0 15px 0 0;
}
@media (min-width: 768px) {
  .flexbox .events-overview.compressed li .middle {
    width: calc(50% - 60px);
    padding: 0 15px;
  }
}
.flexbox .events-overview.compressed li .right {
  width: 40%;
}
@media (min-width: 768px) {
  .flexbox .events-overview.compressed li .right {
    width: calc(50% - 60px);
    padding: 0 15px;
  }
}

.events-overview.compressed li.has-image a {
  width: 100%;
  float: left;
}
.events-overview.compressed li.has-image .thumbnail {
  margin-top: 0;
  margin-right: 5.8823529412%;
  margin-bottom: 0;
  margin-left: 0;
  background-image: url(../images/placeholder-400x300.jpg);
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: cover;
  width: 14.2857142857%;
  float: left;
  margin-right: 2.8571428571%;
}
.events-overview.compressed li.has-image .thumbnail:after {
  content: " ";
  display: block;
  width: 100%;
  min-height: 100%;
  padding-bottom: 100%;
}
.events-overview.compressed li.has-image .datetime.left {
  width: 14.2857142857%;
  float: left;
  margin-right: 2.8571428571%;
}
.events-overview.compressed li.has-image .content.right {
  width: 65.7142857143%;
  float: right;
  margin-right: 0;
}
.flexbox .events-overview.compressed li.has-image a {
  padding: 0 60px 0 0;
  align-items: stretch;
}
.flexbox .events-overview.compressed li.has-image .thumbnail {
  width: 14.2857142857%;
  padding-bottom: inherit;
  min-height: inherit;
  height: auto;
}
@media (min-width: 768px) {
  .flexbox .events-overview.compressed li.has-image .thumbnail {
    width: 14.2857142857%;
  }
}
.flexbox .events-overview.compressed li.has-image .datetime.left {
  width: 31.4285714286%;
  padding: 10px 0;
}
@media (min-width: 768px) {
  .flexbox .events-overview.compressed li.has-image .datetime.left {
    width: 22.8571428571%;
  }
}
.flexbox .events-overview.compressed li.has-image .content.right {
  width: 31.4285714286%;
  padding: 10px 0;
}
@media (min-width: 768px) {
  .flexbox .events-overview.compressed li.has-image .content.right {
    width: 57.1428571429%;
  }
}

.events-overview.compressed li a, .events-overview.compact li a {
  background-image: url(../images/icons-set/blau/arrows/pfeil-right.svg);
  background-repeat: no-repeat;
  background-size: 60px 60px;
  background-position: 100% 50%;
}

.events-overview.compact li {
  background-color: #0069B4;
  margin-bottom: 1.25rem;
}
.events-overview.compact li a {
  padding: 0 60px 0 0;
  display: block;
  color: #000;
  display: flex;
  flex-flow: row nowrap;
}
.events-overview.compact li .thumbnail {
  margin-top: 0;
  margin-right: 5.8823529412%;
  margin-bottom: 0;
  margin-left: 0;
  background-image: url(../images/placeholder-400x300.jpg);
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: cover;
  flex: 0 0 29.4117647059%;
}
.events-overview.compact li .thumbnail:after {
  content: " ";
  display: block;
  width: 100%;
  min-height: 100%;
  padding-bottom: 100%;
}
@media (min-width: 768px) {
  .events-overview.compact li .thumbnail {
    margin-right: 2.8571428571%;
    flex: 0 0 14.2857142857%;
  }
}
.events-overview.compact li .details {
  padding: 10px 0;
  flex: 0 0 64.7058823529%;
}
@media (min-width: 768px) {
  .events-overview.compact li .details {
    flex: 0 0 82.8571428571%;
  }
}

.CentralEventList li.compressed .datetime {
  display: none;
}
.CentralEventList li.compressed .title {
  font-size: 1rem;
}
.CentralEventList li.compressed .content {
  font-size: 0.875rem;
}
.flexbox .CentralEventList li.compressed a .right,
.flexbox .CentralEventList li.compressed a .middle {
  width: 100%;
}

.events-overview.normal-compact .tiles {
  float: left;
  width: 100%;
}
.events-overview.normal-compact .tiles .tile.event {
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .events-overview.normal-compact .tiles .tile.event {
    width: 31.4285714286%;
    float: left;
    margin-right: 2.8571428571%;
  }
}
.events-overview.normal-compact .tiles .tile.events {
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .events-overview.normal-compact .tiles .tile.events {
    width: 31.4285714286%;
    float: right;
    margin-right: 0;
  }
}
@media (min-width: 768px) {
  .flexbox .events-overview.normal-compact .tiles {
    display: flex;
    flex-flow: row nowrap;
  }
}
.flexbox .events-overview.normal-compact .tiles .tile.event {
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .flexbox .events-overview.normal-compact .tiles .tile.event {
    margin-right: 2.8571428571%;
    flex: 0 0 31.4285714286%;
  }
}
@media (min-width: 768px) {
  .flexbox .events-overview.normal-compact .tiles .tile.events {
    flex: 0 0 31.4285714286%;
  }
}
.flexbox .events-overview.normal-compact .tiles ul.events {
  flex: 0 0 100%;
}
@media (min-width: 768px) {
  .flexbox .events-overview.normal-compact .tiles ul.events {
    flex-flow: row wrap;
    flex: 0 0 65.7142857143%;
  }
}
.events-overview.normal-compact ul.tiles.details {
  border-top: 0 none;
  display: block;
  width: 100%;
}
.events-overview.normal-compact li.compact {
  background-color: #0069B4;
  margin-bottom: 1.25rem;
  border-top: 2px solid #0069B4;
  border-bottom: 2px solid #0069B4;
  width: 100%;
  display: block;
  clear: both;
}
.events-overview.normal-compact li.compact a {
  padding: 0 40px 0 0;
  display: block;
  width: 100%;
  color: #000;
}
.events-overview.normal-compact li.compact a:after {
  content: "";
  display: table;
  clear: both;
}
.events-overview.normal-compact li.compact .thumbnail {
  margin-top: 0;
  margin-right: 5.8823529412%;
  margin-bottom: 0;
  margin-left: 0;
  background-image: url(../images/placeholder-400x300.jpg);
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: cover;
  height: 29.4117647059%;
}
.events-overview.normal-compact li.compact .thumbnail:after {
  content: " ";
  display: block;
  width: 100%;
  min-height: 100%;
  padding-bottom: 100%;
}
.events-overview.normal-compact li.compact .thumbnail {
  width: 14.2857142857%;
  float: left;
  margin-right: 2.8571428571%;
}
.events-overview.normal-compact li.compact .details {
  padding: 5px 0;
  width: 64.7058823529%;
  float: right;
  margin-right: 0;
  font-size: 0.8rem;
  border-top: 0 none;
}
.events-overview.normal-compact li.compact .details *:last-child {
  margin-bottom: 0;
}
.events-overview.normal-compact li.compact .title {
  font-size: 1rem;
  margin-bottom: 0;
}
.flexbox .events-overview.normal-compact li.compact a {
  padding: 0 40px 0 0;
  display: block;
  width: 100%;
  color: #000;
  display: flex;
  flex-flow: row nowrap;
}
.flexbox .events-overview.normal-compact li.compact .thumbnail {
  flex: 0 0 29.4117647059%;
}
.flexbox .events-overview.normal-compact li.compact .details {
  flex: 0 0 64.7058823529%;
}

@media (min-width: 768px) {
  .events-overview.normal-compact.items-1 .tile.events {
    width: 65.7142857143%;
    float: right;
    margin-right: 0;
  }
  .flexbox .events-overview.normal-compact.items-1 .tile.events {
    flex: 0 0 65.7142857143%;
  }
  .events-overview.normal-compact.items-1 .tile.events .event a .thumbnail {
    flex: 0 0 14.2857142857%;
  }
  .events-overview.normal-compact.items-1 .tile.events .event a .details {
    flex: 0 0 82.8571428571%;
  }
}

.flexbox .CentralEventList .events-overview.normal-compact .tiles ul.tiles {
  flex-flow: row wrap;
}
.CentralEventList .events-overview.compact li .details .time {
  display: none;
}
.CentralEventList .events-overview.compact li .details .date:after {
  content: "";
}
@media (min-width: 768px) {
  .CentralEventList .events-overview.compact li .details {
    padding-left: 10px;
  }
  .flexbox .CentralEventList .events-overview.compact li .details {
    flex: 0 0 64.7058823529%;
  }
}

.CentralEventList .events-overview.compact li a {
  background-position: 105.9% 50%;
}

.datetime span.date:after {
  content: " | ";
  line-height: inherit;
}

li.list.no-date .datetime {
  display: none;
}

.events-overview .tiles.multiple .tile.importantcontent {
  margin-bottom: 4.347826087%;
}
@media (min-width: 768px) {
  .events-overview .tiles.multiple:after {
    content: "";
    display: table;
    clear: both;
  }
  .events-overview .tiles.multiple .important-objects {
    width: 65.7142857143%;
    float: left;
    margin-right: 2.8571428571%;
  }
  .events-overview .tiles.multiple .important-objects .tile.importantcontent a {
    display: block;
  }
  .events-overview .tiles.multiple .important-objects .tile.importantcontent {
    width: 47.8260869565%;
    float: left;
  }
  .events-overview .tiles.multiple .important-objects .tile.importantcontent:nth-child(2n+1) {
    margin-left: 0;
    margin-right: -100%;
    clear: both;
    margin-left: 0;
  }
  .events-overview .tiles.multiple .important-objects .tile.importantcontent:nth-child(2n+2) {
    margin-left: 52.1739130435%;
    margin-right: -100%;
    clear: none;
  }
  .events-overview .tiles.multiple .tile.events {
    width: 31.4285714286%;
    float: right;
    margin-right: 0;
  }
  .flexbox .events-overview .tiles.multiple {
    display: flex;
    flex-flow: row nowrap;
  }
  .flexbox .events-overview .tiles.multiple .important-objects {
    display: flex;
    flex: 0 0 65.7142857143%;
    flex-flow: row wrap;
    margin-right: 2.8571428571%;
    align-content: flex-start;
  }
  .flexbox .events-overview .tiles.multiple .important-objects .tile.importantcontent {
    display: flex;
    width: 47.8260869565%;
    margin: 0;
    margin-right: 4.347826087%;
    overflow: hidden;
  }
  .flexbox .events-overview .tiles.multiple .important-objects .tile.importantcontent:nth-child(even) {
    margin-right: 0;
  }
  .flexbox .events-overview .tiles.multiple .important-objects .tile.importantcontent img {
    display: block;
    width: 100%;
  }
  .flexbox .events-overview .tiles.multiple .tile.events {
    flex: 0 0 31.4285714286%;
  }
}

.objects-grid {
  margin-right: -12px;
  margin-bottom: 12px;
  margin-left: -12px;
}
.objects-grid .grid-sizer,
.objects-grid .object {
  width: 50%;
  padding: 12px;
}
.objects-grid .grid-sizer img,
.objects-grid .object img {
  width: 100%;
  height: auto;
  display: block;
}
.objects-grid .object.important-object {
  width: 100%;
  padding-bottom: 0;
}
.objects-grid .object.important-object img {
  width: 100%;
  height: auto;
  display: block;
}
.objects-grid .object.important-object a {
  display: block;
  background-color: #E6F0F8;
}
.objects-grid .object.important-object a:hover {
  text-decoration: none;
}
.objects-grid .object.important-object a h3,
.objects-grid .object.important-object a p,
.objects-grid .object.important-object a button {
  margin-right: 12px;
  margin-left: 12px;
}
.objects-grid .object.important-object a p {
  margin-top: 0;
  margin-bottom: 0;
}
.objects-grid .object.important-object a h3 {
  color: #0069B4;
  margin-top: 12px;
  margin-bottom: 6px;
}
.objects-grid .object.important-object a p.detail {
  color: #000;
}
@media (min-width: 768px) {
  .objects-grid .grid-sizer,
  .objects-grid .object {
    width: 25%;
  }
  .objects-grid .object.important-object {
    width: 50%;
  }
}
.objects-grid .important-object {
  margin-bottom: 12px;
}
.objects-grid button {
  background: #0069B4;
  display: inline-block;
  overflow: hidden;
  width: 40px;
  height: 40px;
  font-size: 0;
  padding: 0;
  border: 0 none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  margin-top: 12px;
  margin-bottom: 12px;
  cursor: pointer;
}
.objects-grid button:before {
  content: "";
  display: inline-block;
  background-image: url(../images/icons-set/weiss/arrows/pfeile-right.svg);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-color: #0069B4;
  width: 40px;
  height: 40px;
}

button.button.load-entries {
  position: relative;
  background-color: #0069B4;
  border: 0 none;
  border-radius: 0;
  display: inline-block;
  line-height: 40px;
  color: #fff;
  height: 40px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  padding: 0 50px 0 10px;
  vertical-align: middle;
  cursor: pointer;
  transition: all 200ms ease;
}
button.button.load-entries:after {
  content: "";
  display: inline-block;
  background-image: url(../images/icons-set/weiss/arrows/pfeile-right.svg);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-color: #0069B4;
  width: 40px;
  height: 40px;
  vertical-align: middle;
  position: absolute;
  top: 0;
  right: 0;
  transition: all 200ms ease;
}
button.button.load-entries:hover {
  background-color: rgb(0, 134.75, 231);
}
button.button.load-entries:hover:after {
  background-color: rgb(0, 134.75, 231);
}

.events-overview .tile.event a {
  opacity: 1;
}
.events-overview .tile.event a:hover {
  opacity: 1;
  box-shadow: 0 0 0 transparent;
}

.tiles .tile a,
.tiles .tile.events:hover a {
  opacity: 1;
  box-shadow: 0 0 0 transparent;
}

.tiles .tile a:visited,
.events-overview .tile.event a:visited {
  color: #0069B4;
}

.body-row.has-eventinfo {
  padding: 40px;
  background-color: #E6F0F8;
}
@media (min-width: 768px) {
  .body-row.has-eventinfo {
    padding-right: 100px;
    padding-left: 100px;
  }
}
@media (min-width: 1025px) {
  .body-row.has-eventinfo {
    padding-right: 100px;
    padding-left: 300px;
  }
}
@media (min-width: 1500px) {
  .body-row.has-eventinfo {
    padding-left: calc(50% - 450px);
  }
}

.wcag_eventdetail .main-content .pageContent {
  margin-top: 9px;
}

.wcag_eventdetail .eventinfo dl {
  max-width: 100%;
  border-top: 2px solid #0069B4;
}
@media (min-width: 1025px) {
  .wcag_eventdetail .eventinfo dl {
    width: 48.5714285714%;
  }
}
.wcag_eventdetail .eventinfo dl dt {
  float: left;
  width: 160px;
  font-weight: bold;
  padding: 5px 0;
}
.wcag_eventdetail .eventinfo dl dd {
  padding: 5px 0;
  border-bottom: 2px solid #0069B4;
}

.organization-chart:after {
  content: "";
  display: table;
  clear: both;
}
.organization-chart {
  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: flex;
  flex-flow: row wrap;
}
.organization-chart ul li.main > div[typeof=Person] {
  width: 100%;
  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] {
  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 h2 {
  margin-top: 0;
}
.RegierungsratswahlenDetails {
  margin: 1.5rem 0 0 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,<svg xmlns="http://www.w3.org/2000/svg" width="30" height="30"><path d="M21.4 18.2c-1.2 0-2.3.5-3 1.5l-.1.1-6.2-3.5v-.1c.1-.4.2-.8.2-1.3 0-.4-.1-.9-.2-1.3v-.1l6.2-3.5.1.1c.7 1 1.8 1.5 3 1.5 2.1 0 3.8-1.7 3.8-3.8 0-2.1-1.7-3.8-3.8-3.8s-3.8 1.7-3.8 3.8c0 .4.1.9.2 1.3v.1l-6.2 3.5-.1-.1c-.7-1-1.8-1.5-3-1.5-2.1 0-3.8 1.7-3.8 3.8s1.7 3.8 3.8 3.8c1.2 0 2.3-.6 3.1-1.5l.1-.1 6.2 3.5v.1c-.1.4-.2.8-.2 1.3 0 2.1 1.7 3.8 3.8 3.8s3.8-1.7 3.8-3.8c0-2-1.7-3.8-3.9-3.8zm0-13.1c1.5 0 2.8 1.3 2.8 2.8s-1.3 2.8-2.8 2.8c-1.5 0-2.8-1.3-2.8-2.8s1.3-2.8 2.8-2.8zM8.6 17.8c-1.5 0-2.8-1.3-2.8-2.8s1.3-2.8 2.8-2.8 2.8 1.3 2.8 2.8-1.3 2.8-2.8 2.8zm12.8 7.1c-1.5 0-2.8-1.3-2.8-2.8s1.3-2.8 2.8-2.8c1.5 0 2.8 1.3 2.8 2.8s-1.2 2.8-2.8 2.8z" fill="#fff"/></svg>');
}

.on.info-panel .i.social-sharing {
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="30" height="30"><path d="M21.4 18.2c-1.2 0-2.3.5-3 1.5l-.1.1-6.2-3.5v-.1c.1-.4.2-.8.2-1.3 0-.4-.1-.9-.2-1.3v-.1l6.2-3.5.1.1c.7 1 1.8 1.5 3 1.5 2.1 0 3.8-1.7 3.8-3.8 0-2.1-1.7-3.8-3.8-3.8s-3.8 1.7-3.8 3.8c0 .4.1.9.2 1.3v.1l-6.2 3.5-.1-.1c-.7-1-1.8-1.5-3-1.5-2.1 0-3.8 1.7-3.8 3.8s1.7 3.8 3.8 3.8c1.2 0 2.3-.6 3.1-1.5l.1-.1 6.2 3.5v.1c-.1.4-.2.8-.2 1.3 0 2.1 1.7 3.8 3.8 3.8s3.8-1.7 3.8-3.8c0-2-1.7-3.8-3.9-3.8zm0-13.1c1.5 0 2.8 1.3 2.8 2.8s-1.3 2.8-2.8 2.8c-1.5 0-2.8-1.3-2.8-2.8s1.3-2.8 2.8-2.8zM8.6 17.8c-1.5 0-2.8-1.3-2.8-2.8s1.3-2.8 2.8-2.8 2.8 1.3 2.8 2.8-1.3 2.8-2.8 2.8zm12.8 7.1c-1.5 0-2.8-1.3-2.8-2.8s1.3-2.8 2.8-2.8c1.5 0 2.8 1.3 2.8 2.8s-1.2 2.8-2.8 2.8z" fill="#0069B4"/></svg>');
}

.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;
  transform: scale(0.9, 0.9);
}
.panel-social-sharing li.facebook a:before {
  background-image: url('data:image/svg+xml,<svg version="1.2" baseProfile="tiny" xmlns="http://www.w3.org/2000/svg" width="30" height="30" overflow="hidden"><path fill="#0069B4" d="M21.4 4.5H8.6c-2.3 0-4.1 1.9-4.1 4.1v12.7c0 2.3 1.9 4.1 4.1 4.1h12.7c2.3 0 4.1-1.9 4.1-4.1V8.6c.1-2.2-1.8-4.1-4-4.1zm-4.2 19.7h-1.3v-7H14v-1.3h1.9v-3.5c0-.9.7-1.6 1.6-1.6h2.2v1.3h-1c-.7 0-1.5.6-1.5 1.6V16h1.9v1.3h-1.9v6.9zm7-2.8c0 1.6-1.3 2.9-2.9 2.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 0-2.9 1.8-2.9 2.9v2.2h-1.9v3.8h1.9v5.7h-6c-1.6 0-2.9-1.3-2.9-2.9V8.6C5.8 7 7 5.8 8.6 5.8h12.7c1.6 0 2.9 1.3 2.9 2.9v12.7z"/></svg>');
}
.panel-social-sharing li.twitter a:before {
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 30 30" style="enable-background:new 0 0 30 30" xml:space="preserve"><path d="m17 13.4 7.6-8.9h-1.8l-6.6 7.7-5.3-7.7H4.7l8 11.7-8 9.3h1.8l7-8.1 5.6 8.1h6.1L17 13.4zm-2.5 2.9-.8-1.2-6.5-9.2H10l5.2 7.5.8 1.2 6.8 9.7H20l-5.5-8z" style="fill:#0069B4"/></svg>');
}
.panel-social-sharing li.mail a:before {
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="30" height="30"><style>.st0{fill:#0069B4}</style><path class="st0" d="M24.1 5.9H5.9C4.3 5.9 3 7.2 3 8.8v12.4c0 1.6 1.3 2.9 2.9 2.9H24c1.6 0 2.9-1.3 2.9-2.9V8.8c.1-1.6-1.2-2.9-2.8-2.9zM26 21.2c0 .9-1 1.9-1.9 1.9H5.9c-.9 0-1.9-1-1.9-1.9V8.8c0-.9 1-1.9 1.9-1.9H24c.9 0 1.9 1 1.9 1.9l.1 12.4z"/><path class="st0" d="M23.9 20.6L18 15l-.1-.1.1-.1 5.9-5.3c.2-.2.2-.5 0-.7-.1-.1-.2-.2-.4-.2-.1 0-.3 0-.3.1L15.1 16l-.1.1-.1-.1-1.6-1.4-.1-.1-6.4-5.8c-.1-.1-.2-.1-.4-.1-.1 0-.3.1-.4.2-.2.2-.2.5 0 .7l5.9 5.3.1.1v.1l-5.9 5.5c-.2.2-.2.5 0 .7.1.1.2.2.4.2.1 0 .3 0 .4-.1l6-5.6.1-.1.1.1 1.6 1.5c.1.1.2.1.3.1.1 0 .3 0 .3-.1l1.7-1.5.1-.1.1.1 6 5.7c.1.1.2.1.4.1.1 0 .3-.1.4-.2.1-.2.1-.6-.1-.7z"/></svg>');
}
.panel-social-sharing li.whatsapp a:before {
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="30" height="30"><style>.st0{fill:#0069B4}</style><path class="st0" d="M23.6 6.4C21.4 4.2 18.5 3 15.4 3c-1.5 0-3 .3-4.5.9-1.4.6-2.7 1.4-3.8 2.5-2.2 2.2-3.4 5.1-3.4 8.2 0 1.9.4 3.7 1.3 5.3v.1l-2 5.7c-.1.3 0 .7.2 1 .3.3.6.3 1 .2l5.7-2h.1c1.6.8 3.5 1.3 5.3 1.3 3.1 0 6-1.2 8.2-3.4 2.2-2.2 3.4-5.1 3.4-8.2.1-3.1-1.1-6-3.3-8.2zm-.8 15.7c-2 2-4.6 3.1-7.5 3.1-1.7 0-3.4-.4-4.9-1.2-.2-.1-.5-.1-.7-.1l-5.5 1.9 1.9-5.5c.1-.2.1-.5-.1-.7-.8-1.5-1.2-3.2-1.2-4.9 0-2.8 1.1-5.5 3.1-7.5s4.6-3.1 7.5-3.1c2.8 0 5.5 1.1 7.5 3.1s3.1 4.6 3.1 7.5-1.2 5.4-3.2 7.4z"/><path class="st0" d="M20.9 17.4l-1.6-1.6c-.5-.5-1.2-.5-1.7 0l-.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 0-.3-.1-.6-.3-.8l-1.6-1.6c-.2-.2-.5-.3-.8-.3-.3 0-.6.1-.8.3l-1.3 1.3c-.7.7-.7 1.8-.1 3.3.6 1.3 1.6 2.8 2.9 4.1 1.3 1.3 2.8 2.4 4.1 2.9 1.5.6 2.7.6 3.3-.1l1.3-1.3c.2-.2.3-.5.3-.8.1-.2 0-.5-.2-.8zm-2 2.3c-.2.2-.4.2-.7.2-.4 0-.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 1.9 1.9-.9.9c-.3.3-.3.7-.2 1 1 1.9 2.5 3.4 4.3 4.3.3.2.8.1 1-.2l.9-.9 1.9 1.9-1.4 1.4z"/></svg>');
}

/* TEST 2017-12-28 */
.organigramm .level {
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
  padding-top: 5px;
  padding-bottom: 5px;
}
.organigramm .person {
  flex: 1 1 200px;
  text-align: center;
}
@media (min-width: 768px) {
  .organigramm .person {
    flex: 0 1 200px;
  }
}
.organigramm .person {
  margin: 5px;
}
.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: "\f0e0";
  font-family: "Font Awesome 5 Pro";
  font-style: normal;
  font-weight: 400;
  display: inline-block;
  margin-right: 4px;
}
.organigramm .person .c .phone:before {
  content: "\f095";
  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: "\f08e";
  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: rgb(200.1171875, 222.0703125, 239.6328125);
}
.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: rgb(238.4, 238.4, 238.4);
}
.organigramm .level-1 .person {
  flex: 1 1 300px;
}
@media (min-width: 768px) {
  .organigramm .level-1 .person {
    flex: 0 1 300px;
  }
}
.organigramm .level-1.single-entry .person {
  flex: 1 1 100%;
}
@media (min-width: 768px) {
  .organigramm .level-1.single-entry {
    flex: 0 1 100%;
  }
}
.organigramm .level-1 .c {
  background: #0069B4;
  color: #fff;
}
.organigramm .level-2 {
  flex-wrap: wrap;
  background: rgb(238.4, 238.4, 238.4);
}
.organigramm .level-2 .person {
  flex: 1 1 300px;
}
@media (min-width: 768px) {
  .organigramm .level-2 {
    flex-wrap: nowrap;
  }
  .organigramm .level-2 .person {
    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 {
  flex-wrap: wrap;
  justify-content: space-between;
}
.organigramm .level-3 .person {
  display: block;
}
.organigramm .level-3 .person b {
  display: block;
  word-break: initial;
}
.organigramm .level-3 .group {
  flex: 1 1 100%;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .organigramm .level-3 .group {
    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 {
  flex: 0 1 100%;
}
@media (min-width: 480px) {
  .organigramm .level-3.has-8-items .group {
    flex: 1 1 50%;
  }
}
@media (min-width: 768px) {
  .organigramm .level-3.has-8-items .group {
    flex: 1 1 50%;
  }
}
@media (min-width: 1025px) {
  .organigramm .level-3.has-8-items .group {
    flex: 1 1 25%;
  }
}
.organigramm .group1 .c {
  background-color: rgb(0, 69.3, 118.8);
}
.organigramm .group1 .sublevel .c {
  background-color: rgb(0, 99.05, 169.8);
}
.organigramm .group2 .c {
  background-color: rgb(0, 69.3, 118.8);
}
.organigramm .group2 .sublevel .c {
  background-color: rgb(0, 99.05, 169.8);
}
.organigramm .group3 .c {
  background-color: rgb(0, 69.3, 118.8);
}
.organigramm .group3 .sublevel .c {
  background-color: rgb(0, 99.05, 169.8);
}
.organigramm .group4 .c {
  background-color: rgb(0, 69.3, 118.8);
}
.organigramm .group4 .sublevel .c {
  background-color: rgb(0, 99.05, 169.8);
}
.organigramm .group5 .c {
  background-color: rgb(0, 69.3, 118.8);
}
.organigramm .group5 .sublevel .c {
  background-color: rgb(0, 99.05, 169.8);
}
.organigramm .group6 .c {
  background-color: rgb(0, 69.3, 118.8);
}
.organigramm .group6 .sublevel .c {
  background-color: rgb(0, 99.05, 169.8);
}
.organigramm .group7 .c {
  background-color: rgb(0, 69.3, 118.8);
}
.organigramm .group7 .sublevel .c {
  background-color: rgb(0, 99.05, 169.8);
}
.organigramm .group8 .c {
  background-color: rgb(0, 69.3, 118.8);
}
.organigramm .group8 .sublevel .c {
  background-color: rgb(0, 99.05, 169.8);
}
.organigramm .group9 .c {
  background-color: rgb(0, 69.3, 118.8);
}
.organigramm .group9 .sublevel .c {
  background-color: rgb(0, 99.05, 169.8);
}
.organigramm .group10 .c {
  background-color: rgb(0, 69.3, 118.8);
}
.organigramm .group10 .sublevel .c {
  background-color: rgb(0, 99.05, 169.8);
}

ul.date-title-lead-text.summary-news:after {
  content: "";
  display: table;
  clear: both;
}
ul.date-title-lead-text.summary-news {
  margin: 1.75rem 0;
  padding: 0;
  list-style: none;
}
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);
  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 {
  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;
}
.mm-panel:not(.mm-hidden) {
  display: block;
}
.mm-panel {
  transform: translate3d(100%, 0, 0);
  transition: transform 0.4s ease;
}
.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;
  transform: translate3d(0%, 0, 0);
}

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

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

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

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

.mm-listitem_vertical > .mm-panel {
  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 {
  transform: rotate(225deg);
  right: 19px;
}

.mm-btn {
  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: "";
  box-sizing: content-box;
  display: block;
  width: 5px;
  height: 5px;
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  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;
  box-sizing: content-box;
  display: block;
  width: 8px;
  height: 8px;
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
}

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

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

[dir=rtl] .mm-btn_next:after {
  transform: rotate(-45deg);
  left: 23px;
  right: auto;
}
[dir=rtl] .mm-btn_prev:before {
  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;
  transition: opacity 0.4s ease;
}
.mm-navbar > * {
  box-sizing: border-box;
  display: block;
  padding: 12px;
  padding: calc((var(--mm-navbar-size) - var(--mm-line-height)) * 0.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: flex;
  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;
  flex-grow: 1;
  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) * 0.75 - var(--mm-line-height)) * 0.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 {
  box-sizing: border-box;
  position: relative;
}

.mm-slideout {
  transition: 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 {
  transform: translate3d(80vw, 0, 0);
}

@media all and (max-width: 300px) {
  .mm-wrapper_opening .mm-menu_offcanvas.mm-menu_opened ~ .mm-slideout {
    transform: translate3d(240px, 0, 0);
  }
}
@media all and (min-width: 550px) {
  .mm-wrapper_opening .mm-menu_offcanvas.mm-menu_opened ~ .mm-slideout {
    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;
  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 {
  transition: none 0.4s ease;
  transition-property: transform, height;
}
.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-] {
  transition-property: width;
}
[class*=mm-menu_columns-] .mm-panels > .mm-panel {
  right: auto;
  transition-property: width, 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 {
  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) {
  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 {
  transform: translate3d(80vw, 0, 0);
}

@media all and (max-width: 300px) {
  .mm-wrapper_opening .mm-menu_columns-0.mm-menu_opened ~ .mm-slideout {
    transform: translate3d(240px, 0, 0);
  }
}
@media all and (min-width: 0px) {
  .mm-wrapper_opening .mm-menu_columns-0.mm-menu_opened ~ .mm-slideout {
    transform: translate3d(0px, 0, 0);
  }
}
.mm-wrapper_opening .mm-menu_columns-0.mm-menu_position-right.mm-menu_opened ~ .mm-slideout {
  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 {
    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 {
    transform: translate3d(0px, 0, 0);
  }
}
[class*=mm-menu_columns-] .mm-panels > .mm-panel_columns-1 {
  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) {
  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 {
  transform: translate3d(80vw, 0, 0);
}

@media all and (max-width: 300px) {
  .mm-wrapper_opening .mm-menu_columns-1.mm-menu_opened ~ .mm-slideout {
    transform: translate3d(240px, 0, 0);
  }
}
@media all and (min-width: 550px) {
  .mm-wrapper_opening .mm-menu_columns-1.mm-menu_opened ~ .mm-slideout {
    transform: translate3d(440px, 0, 0);
  }
}
.mm-wrapper_opening .mm-menu_columns-1.mm-menu_position-right.mm-menu_opened ~ .mm-slideout {
  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 {
    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 {
    transform: translate3d(-440px, 0, 0);
  }
}
[class*=mm-menu_columns-] .mm-panels > .mm-panel_columns-2 {
  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) {
  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 {
  transform: translate3d(80vw, 0, 0);
}

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

@media all and (max-width: 300px) {
  .mm-wrapper_opening .mm-menu_columns-3.mm-menu_opened ~ .mm-slideout {
    transform: translate3d(240px, 0, 0);
  }
}
@media all and (min-width: 1650px) {
  .mm-wrapper_opening .mm-menu_columns-3.mm-menu_opened ~ .mm-slideout {
    transform: translate3d(1320px, 0, 0);
  }
}
.mm-wrapper_opening .mm-menu_columns-3.mm-menu_position-right.mm-menu_opened ~ .mm-slideout {
  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 {
    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 {
    transform: translate3d(-1320px, 0, 0);
  }
}
[class*=mm-menu_columns-] .mm-panels > .mm-panel_columns-4 {
  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) {
  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 {
  transform: translate3d(80vw, 0, 0);
}

@media all and (max-width: 300px) {
  .mm-wrapper_opening .mm-menu_columns-4.mm-menu_opened ~ .mm-slideout {
    transform: translate3d(240px, 0, 0);
  }
}
@media all and (min-width: 2200px) {
  .mm-wrapper_opening .mm-menu_columns-4.mm-menu_opened ~ .mm-slideout {
    transform: translate3d(1760px, 0, 0);
  }
}
.mm-wrapper_opening .mm-menu_columns-4.mm-menu_position-right.mm-menu_opened ~ .mm-slideout {
  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 {
    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 {
    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 {
  transition-property: width, min-width, max-width, 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;
  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)) * 0.75);
  padding-bottom: 6px;
  padding-bottom: calc((var(--mm-listitem-size) - var(--mm-line-height)) * 0.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 {
  transition-duration: 0s;
}

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

.mm-wrapper_dropdown .mm-slideout {
  transform: none !important;
  z-index: 0;
}
.mm-wrapper_dropdown .mm-wrapper__blocker {
  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;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
  display: block;
  width: 15px;
  height: 15px;
  position: absolute;
  z-index: 0;
  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;
  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 > * {
  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;
  transition-property: transform, width;
}
.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;
  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;
  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;
  transition-property: transform, width;
}
[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: 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) {
  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)) * 0.5);
  padding-bottom: 12px;
  padding-bottom: calc((var(--mm-navbar-size) - var(--mm-line-height)) * 0.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: flex;
}
.mm-searchfield input {
  border: none !important;
  outline: 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;
  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 {
  flex: 1;
  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;
  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;
  box-sizing: border-box;
  width: 20px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: -20px;
  z-index: 15;
  transition: right 0.4s ease;
  display: flex;
  flex-direction: column;
  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 {
  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 {
  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 {
  transition-property: width, transform;
}
.mm-wrapper_sidebar-collapsed .mm-page,
.mm-wrapper_sidebar-expanded .mm-page {
  background: inherit;
  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));
  transform: translate3d(44px, 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));
  transform: translate3d(440px, 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 {
  transform: translate3d(0, 0, 0);
}

[dir=rtl].mm-wrapper_sidebar-expanded .mm-slideout {
  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 {
  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;
  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 {
  transition: transform 0.4s ease;
}

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

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

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

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

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

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

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

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

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

.mm-menu_fx-menu-fade {
  opacity: 0;
  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 {
  transition-property: none;
}
.mm-menu_fx-panels-none .mm-panel.mm-panel_opened-parent,
.mm-panel_fx-none.mm-panel_opened-parent {
  transform: translate3d(0, 0, 0);
}

.mm-menu_fx-panels-zoom .mm-panel,
.mm-panel_fx-zoom {
  transform-origin: left center;
  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 {
  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 {
  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 {
  transform: translate3d(0, 0, 0);
}

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

.mm-panel_fx-slide-up,
.mm-menu_fx-panels-slide-up .mm-panel {
  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 {
  transform: translate3d(0, 0%, 0);
}

.mm-panel_fx-slide-right,
.mm-menu_fx-panels-slide-right .mm-panel {
  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 {
  transform: translate3d(0, 0%, 0);
}

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

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

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

.mm-menu_fx-listitems-fade .mm-listitem {
  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 {
  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 {
  transform: translate3d(100vw, 0, 0);
}

@media all and (max-width: 140px) {
  .mm-wrapper_opening .mm-menu_fullscreen.mm-menu_opened ~ .mm-slideout {
    transform: translate3d(140px, 0, 0);
  }
}
@media all and (min-width: 10000px) {
  .mm-wrapper_opening .mm-menu_fullscreen.mm-menu_opened ~ .mm-slideout {
    transform: translate3d(10000px, 0, 0);
  }
}
.mm-wrapper_opening .mm-menu_fullscreen.mm-menu_position-right.mm-menu_opened ~ .mm-slideout {
  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 {
    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 {
    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: flex;
  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 {
  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: flex;
  flex-direction: column;
}
.mm-menu_listview-justify .mm-panels > .mm-panel .mm-listitem__text,
.mm-panels > .mm-panel_listview-justify .mm-listitem__text {
  box-sizing: border-box;
  flex: 1 0 auto;
  display: flex;
  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;
  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 {
  transition: opacity 0.4s ease;
  opacity: 0;
  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;
  transform: translate3d(-50%, -50%, 0);
}
.mm-menu_popup.mm-menu_opened ~ .mm-slideout {
  transform: none !important;
  z-index: 0;
}
.mm-menu_popup.mm-menu_opened ~ .mm-wrapper__blocker {
  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 {
  transform: translate3d(-80vw, 0, 0);
}

@media all and (max-width: 300px) {
  .mm-wrapper_opening .mm-menu_position-right.mm-menu_opened ~ .mm-slideout {
    transform: translate3d(-240px, 0, 0);
  }
}
@media all and (min-width: 550px) {
  .mm-wrapper_opening .mm-menu_position-right.mm-menu_opened ~ .mm-slideout {
    transform: translate3d(-440px, 0, 0);
  }
}
.mm-menu_position-front,
.mm-menu_position-top,
.mm-menu_position-bottom {
  transition: 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 {
  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 {
  transform: translate3d(-100%, 0, 0);
}
.mm-menu_position-front.mm-menu_position-right {
  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 {
  transform: translate3d(0, -100%, 0);
}

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

.mm-menu_position-bottom {
  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 {
  transform: translate3d(0, 0, 0);
}

.mm-menu_shadow-page:after {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  box-shadow: var(--mm-shadow);
  content: "";
  display: block;
  width: 20px;
  height: 120%;
  position: absolute;
  left: 100%;
  top: -10%;
  z-index: 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%;
  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 {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  box-shadow: var(--mm-shadow);
}

.mm-menu_shadow-panels .mm-panels > .mm-panel {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  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;
}
.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-panel_tileview .mm-listitem {
  width: 50%;
  height: 0;
  padding-top: 50%;
}
.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%;
  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 {
  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 {
  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;
  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%3Argb%28229.5%2C%20229.5%2C%20229.5%29%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;
  box-shadow: 1px 1px 1px rgb(0, 93.1, 159.6), 0px 0px 1px rgb(0, 93.1, 159.6);
  background: #fff;
  border-radius: 1.3px;
  border: 0.2px solid rgb(0, 93.1, 159.6);
}
.gr-audio-player input[type=range]::-webkit-slider-thumb {
  box-shadow: 1px 1px 1px rgb(0, 93.1, 159.6), 0px 0px 5px rgb(0, 93.1, 159.6);
  border: 1px solid rgb(0, 93.1, 159.6);
  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 rgb(0, 93.1, 159.6), 0px 0px 1px rgb(0, 93.1, 159.6);
  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 rgb(0, 93.1, 159.6), 0px 0px 5px rgb(0, 93.1, 159.6);
  border: 1px solid rgb(0, 93.1, 159.6);
  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 rgb(0, 93.1, 159.6);
  border-radius: 2.6px;
  box-shadow: 1px 1px 1px rgb(0, 93.1, 159.6), 0px 0px 1px rgb(0, 93.1, 159.6);
}
.gr-audio-player input[type=range]::-ms-fill-upper {
  background: #fff;
  border: 0.2px solid rgb(0, 93.1, 159.6);
  border-radius: 2.6px;
  box-shadow: 1px 1px 1px rgb(0, 93.1, 159.6), 0px 0px 1px rgb(0, 93.1, 159.6);
}
.gr-audio-player input[type=range]::-ms-thumb {
  box-shadow: 1px 1px 1px rgb(0, 93.1, 159.6), 0px 0px 1px rgb(0, 93.1, 159.6);
  border: 1px solid rgb(0, 93.1, 159.6);
  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: flex;
  flex-flow: row wrap;
}
.gr-audio-player .track-selection .form-control {
  flex: 0 1 100%;
  padding: 0 6px;
  margin-bottom: 6px;
}
@media (min-width: 768px) {
  .gr-audio-player .track-selection .form-control {
    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%3Argb%28229.5%2C%20229.5%2C%20229.5%29%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;
}

.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;
}

.env-dev .tile img {
  filter: grayscale(100%);
  position: relative;
  z-index: -1;
}
.env-dev .tile a {
  opacity: 0.9;
  transition: all 500ms ease-in;
  z-index: 0;
}
.env-dev .tile a:before {
  transition: all 500ms ease-in;
}
.env-dev .tile:hover a {
  box-shadow: 0 0 8px 2px rgba(0, 105, 180, 0.8);
  opacity: initial;
}

@media (min-width: 1025px) {
  .Display #welcomeMenuBox {
    position: absolute;
    top: auto;
    bottom: 108px;
    left: 40px;
    right: auto;
    z-index: 200;
  }
  .Display #welcomeMenuBox a.ms-signInLink {
    display: inline-block;
    color: #fff;
    background: #0069B4;
    font-size: 0.825rem;
    padding: 0.25rem 0.5rem;
    text-decoration: none;
    transition: background 300ms ease;
    margin: 5px 10px;
  }
  .Display #welcomeMenuBox a.ms-signInLink:hover {
    color: #fff;
    background: rgb(0, 119.875, 205.5);
    text-decoration: none;
  }
  .Display #welcomeMenuBox a.ms-signInLink:active, .Display #welcomeMenuBox a.ms-signInLink:visited {
    color: #fff;
    background: #0069B4;
    text-decoration: none;
  }
}

@media (min-width: 1025px) {
  .LoggedOn #welcomeMenuBox {
    position: static;
    height: auto;
    line-height: inherit;
  }
}
.DetailForm.fancybox-content span:not(.fa),
.detail-overlay span:not(.fa) {
  margin: 0 5px 0 1px;
}

.news-slick-carousel-manual .gr-article-entry p,
.news-slick-carousel-manual .gr-article-entry strong,
.news-slick-carousel-manual .gr-article-entry p strong {
  font-weight: normal;
}

.scroll-margin-top {
  scroll-margin-top: 130px;
}

.e-portal-button {
  display: inline-flex;
  color: #000;
  width: 120px;
  height: 2.125rem;
}
.e-portal-button .e-portal-text {
  white-space: nowrap;
}
.e-portal-button a {
  background: #fff;
  color: #000;
  display: flex;
  padding: 0 10px;
  gap: 6px;
  align-items: center;
  width: 100%;
  font-size: 0.875rem;
  line-height: 2.125rem;
  transition: background-color 300ms ease;
  justify-content: center;
}
.e-portal-button a .icon-e-portal {
  line-height: 1;
}
.e-portal-button a:hover {
  text-decoration: none;
  background-color: #E6F0F8;
}
.e-portal-button a .fa-light {
  font-size: 18px;
}
.language .e-portal-button {
  display: none;
}
@media (min-width: 768px) {
  .language .e-portal-button {
    display: inline-flex;
    margin-left: 5px;
    vertical-align: top;
    margin-top: -6px;
  }
}

.mm-listitem .e-portal-button a {
  padding-top: 4px;
  width: 120px;
}

.mm-listitem .e-portal-button {
  height: auto;
}

.e-portal.mm-listitem::after {
  border-bottom-width: 0;
}

.top-links {
  position: relative;
}
.top-links .e-portal-button {
  position: absolute;
  top: 0;
  left: 80px;
}
.top-links .e-portal-button a {
  padding-block: 8px;
}

@media (min-width: 768px) {
  .language #sticky-LanguageSelectionList,
  .language #LanguageSelectionList {
    display: inline-flex;
  }
  .top-links .e-portal-button {
    display: none;
  }
}
ul.gr-tab-control {
  list-style-type: none;
  margin: 1rem 0 0;
  padding: 0;
}

li.gr-tab-item {
  display: inline-block;
  margin: 0;
}

.gr-tab-control button.gr-tab-link {
  display: inline-block;
  background-color: #fff;
  color: #000;
  border: 1px solid #DADADA;
  margin: 0 0 -1px 0;
  padding: 0.5rem 1rem;
  font-size: 0.925rem;
  font-weight: bold;
  cursor: pointer;
}
.gr-tab-control button.gr-tab-link.active {
  color: #0069B4;
  border-bottom-color: #fff;
}

div.gr-tab-content {
  padding: 0.5rem;
  border: 1px solid #DADADA;
}

div.gr-tab-pane {
  display: none;
}

div.gr-tab-pane.show.active {
  display: block;
}

.gr-tab-pane .ms-srch-resultscount,
.gr-tab-pane .ms-srch-result {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.gr-tab-pane .ms-srch-resultscount h2,
.gr-tab-pane .ms-srch-result h2 {
  font-size: 1rem;
  margin: 0;
}
.gr-tab-pane h3 a.ms-srch-item-link {
  font-weight: bold;
}
.gr-tab-pane .ms-srch-result {
  margin-top: 0;
}
.gr-tab-pane .search-locale-results .ms-srch-item,
.gr-tab-pane .ms-srch-group-content .ms-srch-item {
  padding: 0.5rem !important;
}

/* wcag_extendedediting */
.custom-layout-page,
.wcag_mediamessageflex,
.wcag_extendedediting {
  --main-column-width: 100%;
  --main-column-max-width: 1024px;
  --body-row-padding: 40px;
  --gap: 30px;
  --half-gap: 15px;
}
@media (min-width: 768px) {
  .custom-layout-page,
  .wcag_mediamessageflex,
  .wcag_extendedediting {
    --body-row-padding: 100px;
  }
}
.custom-layout-page.Edit,
.wcag_mediamessageflex.Edit,
.wcag_extendedediting.Edit {
  --main-column-max-width: 100%;
}
.custom-layout-page .body-row.has-main-content,
.wcag_mediamessageflex .body-row.has-main-content,
.wcag_extendedediting .body-row.has-main-content {
  padding-right: var(--body-row-padding);
  padding-left: var(--body-row-padding);
}
.custom-layout-page .main-column,
.wcag_mediamessageflex .main-column,
.wcag_extendedediting .main-column {
  width: var(--main-column-width);
  float: none;
  max-width: var(--main-column-max-width);
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 1025px) {
  .custom-layout-page .main-column,
  .wcag_mediamessageflex .main-column,
  .wcag_extendedediting .main-column {
    padding-right: 0;
  }
}

.custom-layout-page .main-column [class^=ms-] img,
.wcag_mediamessageflex .main-column [class^=ms-] img,
.wcag_extendedediting .main-column [class^=ms-] img {
  max-width: 100% !important;
}
.custom-layout-page .main-column .cell,
.wcag_mediamessageflex .main-column .cell,
.wcag_extendedediting .main-column .cell {
  vertical-align: top;
  padding-right: var(--half-gap);
  padding-left: var(--half-gap);
  margin-bottom: var(--gap);
  flex: 0 0 100%;
  margin-bottom: 30px;
}
.custom-layout-page .main-column .cell > div,
.wcag_mediamessageflex .main-column .cell > div,
.wcag_extendedediting .main-column .cell > div {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.custom-layout-page .main-column .cell,
.wcag_mediamessageflex .main-column .cell,
.wcag_extendedediting .main-column .cell {
  height: auto !important;
}
.custom-layout-page .main-column .row,
.wcag_mediamessageflex .main-column .row,
.wcag_extendedediting .main-column .row {
  display: flex;
  flex-flow: row wrap;
  margin-left: -15px;
  margin-right: -15px;
}
@media (min-width: 768px) {
  .custom-layout-page .main-column .row,
  .wcag_mediamessageflex .main-column .row,
  .wcag_extendedediting .main-column .row {
    flex-flow: row nowrap;
  }
  .custom-layout-page .main-column .row.has1cells,
  .wcag_mediamessageflex .main-column .row.has1cells,
  .wcag_extendedediting .main-column .row.has1cells {
    flex: 0 1 100%;
  }
  .custom-layout-page .main-column .row.has2cells .cell,
  .wcag_mediamessageflex .main-column .row.has2cells .cell,
  .wcag_extendedediting .main-column .row.has2cells .cell {
    flex: 0 1 50%;
  }
  .custom-layout-page .main-column .row.has2cells.ratio-3x7 .cell:first-child,
  .wcag_mediamessageflex .main-column .row.has2cells.ratio-3x7 .cell:first-child,
  .wcag_extendedediting .main-column .row.has2cells.ratio-3x7 .cell:first-child {
    flex: 0 1 33.333333%;
  }
  .custom-layout-page .main-column .row.has2cells.ratio-3x7 .cell:last-child,
  .wcag_mediamessageflex .main-column .row.has2cells.ratio-3x7 .cell:last-child,
  .wcag_extendedediting .main-column .row.has2cells.ratio-3x7 .cell:last-child {
    flex: 0 1 66.66666%;
  }
  .custom-layout-page .main-column .row.ratio-8x4 .cell:first-child,
  .wcag_mediamessageflex .main-column .row.ratio-8x4 .cell:first-child,
  .wcag_extendedediting .main-column .row.ratio-8x4 .cell:first-child {
    flex: 0 1 75%;
  }
  .custom-layout-page .main-column .row.ratio-8x4 .cell:last-child,
  .wcag_mediamessageflex .main-column .row.ratio-8x4 .cell:last-child,
  .wcag_extendedediting .main-column .row.ratio-8x4 .cell:last-child {
    flex: 0 1 25%;
  }
  .custom-layout-page .main-column .row.ratio-4x8 .cell:first-child,
  .wcag_mediamessageflex .main-column .row.ratio-4x8 .cell:first-child,
  .wcag_extendedediting .main-column .row.ratio-4x8 .cell:first-child {
    flex: 0 1 25%;
  }
  .custom-layout-page .main-column .row.ratio-4x8 .cell:last-child,
  .wcag_mediamessageflex .main-column .row.ratio-4x8 .cell:last-child,
  .wcag_extendedediting .main-column .row.ratio-4x8 .cell:last-child {
    flex: 0 1 75%;
  }
  .custom-layout-page .main-column .row.has3cells .cell,
  .wcag_mediamessageflex .main-column .row.has3cells .cell,
  .wcag_extendedediting .main-column .row.has3cells .cell {
    flex: 0 1 33.33333%;
  }
  .custom-layout-page .main-column .row.has4cells .cell,
  .wcag_mediamessageflex .main-column .row.has4cells .cell,
  .wcag_extendedediting .main-column .row.has4cells .cell {
    flex: 0 1 25%;
  }
}

.custom-layout-page .sp-component-webpart,
.wcag_mediamessageflex .sp-component-webpart,
.wcag_extendedediting .sp-component-webpart {
  margin: 1.25rem 0;
}
.custom-layout-page blockquote,
.wcag_mediamessageflex blockquote,
.wcag_extendedediting blockquote {
  position: relative;
  margin: 40px 0 30px 0;
  font-style: italic;
  font-family: times, serif;
}
.custom-layout-page blockquote:before,
.wcag_mediamessageflex blockquote:before,
.wcag_extendedediting blockquote:before {
  content: "«";
  position: absolute;
  top: -60px;
  left: 50%;
  transform: translate(-50%, 0);
  font-size: 50px;
  color: #0069B4;
  font-style: normal;
  font-family: times, serif;
}
.custom-layout-page blockquote:after,
.wcag_mediamessageflex blockquote:after,
.wcag_extendedediting blockquote:after {
  content: "»";
  position: absolute;
  bottom: -60px;
  left: 50%;
  transform: translate(-50%, 0);
  font-size: 50px;
  color: #0069B4;
  font-style: normal;
  font-family: times, serif;
}
.custom-layout-page .cell div[id^=i],
.wcag_mediamessageflex .cell div[id^=i],
.wcag_extendedediting .cell div[id^=i] {
  margin-bottom: 1rem;
}
.custom-layout-page .cell h2,
.wcag_mediamessageflex .cell h2,
.wcag_extendedediting .cell h2 {
  margin-top: 1.5rem;
}

.custom-layout-page .responsive-map,
.custom-layout-page .responsive-video,
.wcag_mediamessageflex .responsive-map,
.wcag_mediamessageflex .responsive-video,
.wcag_extendedediting .responsive-map,
.wcag_extendedediting .responsive-video {
  width: 100%;
  max-width: 100%;
  position: relative;
  margin-top: 15px;
  margin-bottom: 15px;
  z-index: 0;
}
.custom-layout-page .responsive-map:before,
.custom-layout-page .responsive-video:before,
.wcag_mediamessageflex .responsive-map:before,
.wcag_mediamessageflex .responsive-video:before,
.wcag_extendedediting .responsive-map:before,
.wcag_extendedediting .responsive-video:before {
  content: "";
  display: block;
}
.custom-layout-page .responsive-map video,
.custom-layout-page .responsive-map iframe,
.custom-layout-page .responsive-video video,
.custom-layout-page .responsive-video iframe,
.wcag_mediamessageflex .responsive-map video,
.wcag_mediamessageflex .responsive-map iframe,
.wcag_mediamessageflex .responsive-video video,
.wcag_mediamessageflex .responsive-video iframe,
.wcag_extendedediting .responsive-map video,
.wcag_extendedediting .responsive-map iframe,
.wcag_extendedediting .responsive-video video,
.wcag_extendedediting .responsive-video iframe {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.custom-layout-page .responsive-video:before,
.wcag_mediamessageflex .responsive-video:before,
.wcag_extendedediting .responsive-video:before {
  padding-bottom: 56.25%;
}
.custom-layout-page .responsive-map:before,
.wcag_mediamessageflex .responsive-map:before,
.wcag_extendedediting .responsive-map:before {
  padding-bottom: 75%;
}

.gr-accordion-container .AutoList h2 {
  margin-top: 0;
  margin-bottom: 0.25rem;
}

.gr-infogram {
  margin: 20px 0;
  background-color: rgb(16, 57, 86);
  color: #fff;
  display: flex;
  flex-flow: row nowrap;
}
.gr-infogram .right,
.gr-infogram .left {
  padding: 10px;
  flex: 1 1 100%;
  vertical-align: middle;
  display: inline-flex;
}
.gr-infogram .icon {
  font-size: 30px;
}
.gr-infogram .text {
  color: #fff;
  position: relative;
  padding-top: 36px;
}
.gr-infogram .text * {
  color: #fff;
  font-size: 1rem;
}
.gr-infogram .text:before {
  content: "\f10e";
  font-family: "FontAwesome";
  color: #fff;
  font-size: 28px;
  transform: translate(-50%, 0);
  position: absolute;
  top: 0;
  left: 50%;
}
@media screen and (min-width: 768px) {
  .gr-infogram .left {
    flex: 1 1 60px;
  }
  .gr-infogram .right {
    flex: 1 1 calc(100% - 80px);
  }
}

.custom-layout-page a[data-sp-asset=true] {
  display: inline-block;
  margin: 0 0 12px 0;
}
.custom-layout-page img[data-sp-image=true] {
  display: block;
  margin: 0 0 12px 0;
}
.custom-layout-page figure img[data-sp-image=true] {
  margin-bottom: 0;
}
.custom-layout-page .media-message-section {
  margin: 0 0 40px 0;
}
.custom-layout-page .media-message-section a[data-sp-asset=true] {
  margin: 0.125rem 0;
}
.custom-layout-page .media-message-section .content p:last-child {
  margin-bottom: 0;
}
.custom-layout-page .media-message-section h2 {
  font-size: 1.125rem;
  margin-top: 0;
  margin-bottom: 8px;
}
.custom-layout-page .media-message-section img {
  margin: 0 0 8px 0;
}
.custom-layout-page .media-message-section [data-gr-field=content] + img.gr-image-field {
  margin-top: 10px;
}
.custom-layout-page .media-message-section .leadtext {
  font-weight: bold;
  margin-bottom: 0.75rem;
}
.custom-layout-page .intro-leadtext {
  font-weight: bold;
  margin: 0 0 1rem 0;
}

.custom-layout-page figure {
  margin-top: 20px;
  margin-bottom: 20px;
}
.custom-layout-page figure h2 {
  margin-top: 20px;
  margin-bottom: 5px;
}
.custom-layout-page figure img {
  margin-bottom: 0;
}
.custom-layout-page figure figcaption {
  font-size: 0.8125rem;
}
.custom-layout-page .media-message-section figure h2 {
  margin-bottom: 5px;
}
.custom-layout-page .media-message-section img:last-child {
  margin-bottom: 0;
}
.custom-layout-page .media-message-section figure img {
  margin-bottom: 0;
}

.custom-layout-page .gr-responsible-department {
  margin-top: 0;
  margin-bottom: 15px;
}
.custom-layout-page .gr-contacts {
  margin-top: 15px;
  margin-bottom: 15px;
}
.custom-layout-page .gr-contacts h2 {
  margin-top: 10px;
  font-size: 1.125rem;
  margin-bottom: 2px;
}
.custom-layout-page .gr-contacts ul {
  margin-bottom: 0;
}

.custom-layout-page .media-message-section .gr-photo-attachment {
  display: inline-block;
  margin-right: 10px !important;
}
.custom-layout-page .media-message-section .gr-photo-attachment:last-child {
  margin-right: 0;
}

.custom-layout-page .gr-infogram a {
  color: #fff;
}

.custom-layout-page .gr-photo-area {
  margin-top: 20px;
}
.custom-layout-page .gr-photo-area h2 {
  margin-top: 0;
  font-size: 1.125rem;
  margin-bottom: 5px;
}
.custom-layout-page .gr-photo-area img {
  margin-bottom: 10px;
}

/* end wcag_extendedediting */
.main-content .gjs-mdl-header .gjs-mdl-btn-close {
  font-size: 36px;
  opacity: 1;
}
.main-content .gjs-mdl-header .gjs-mdl-btn-close:hover {
  opacity: 0.6;
}

#ImportantPageData {
  background: #E6F0F8;
  padding: 0 20px;
}
#ImportantPageData input {
  width: calc(100% - 12px);
  background: #fff;
}
#ImportantPageData .ms-formfieldcontainer {
  padding: 10px 0 0 0;
}
#ImportantPageData .ms-formfieldcontainer:last-of-type {
  padding: 0 0 15px 0;
}
#ImportantPageData h1 {
  margin-bottom: 20px;
}

.counter-proposal {
  color: transparent;
  position: relative;
}

.counter-proposal::before {
  color: black;
  position: absolute;
}

html[lang=DE] .counter-proposal::before {
  content: "Gegenentwurf";
}

html[lang=RM] .counter-proposal::before {
  content: "Cuntraproposta";
}

html[lang=IT] .counter-proposal::before {
  content: "Controprogetto";
}