@charset "UTF-8";
/* plantahof 2017*/
/* plantahof vars
  $granit: #817e65;
  $granit-aplha: rgba(129,126,101, 0.91);

  $brand-color: $granit;
  $light-brand-color: #f2f2f0;
*/
/* @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: #817e65;
  text-decoration: none;
  cursor: pointer;
  background-color: transparent;
}

a:hover {
  color: #817e65;
  -webkit-text-decoration: underline solid #817e65;
          text-decoration: underline solid #817e65;
}

a:visited {
  color: #9a977f;
}

a:active {
  color: #817e65;
}

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

h1 {
  font-size: 1.5rem;
  color: #817e65;
  margin-bottom: 40px;
  line-height: 1;
}

h2 {
  font-size: 1.25rem;
  color: #817e65;
  margin-top: 40px;
  margin-bottom: 18px;
  line-height: 1;
}
h3 {
  font-size: 1.1rem;
  color: #000;
  line-height: 1;
  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: #817e65;
  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: #8f8c70;
}
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: #817e65;
  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: #f2f2f0;
}

.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 {
  margin: 10px 0;
}
.body-row.second table.max-columns-2 td:first-child {
  width: 50%;
}
.body-row.second table th {
  background: transparent;
  color: #000;
  padding: 8px 4px;
}
.body-row.second table th:first-child {
  padding-left: 0;
}
.body-row.second table th:last-child {
  padding-right: 0;
}
.body-row.second table td {
  background: transparent;
  padding: 8px 4px;
}
.body-row.second table td:first-child {
  padding-left: 0;
}
.body-row.second table td:last-child {
  padding-right: 0;
}
.body-row.second table tr {
  border-bottom: 2px solid #817e65;
}
.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: #817e65 !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: #817e65;
  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 {
  float: left;
  font-size: 0.825rem;
}
.root-web-descriptions.hide-xsmall {
  display: none;
}
@media (min-width: 780px) {
  .root-web-descriptions.hide-xsmall {
    display: flex;
  }
}
.root-web-descriptions ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.root-web-descriptions ul li {
  margin: 0;
}
.root-web-descriptions a,
.root-web-descriptions a:visited,
.root-web-descriptions a:hover,
.root-web-descriptions a:active {
  color: #fff;
  text-decoration: none;
}

.logo .image img {
  float: left;
}
.logo a,
.logo a:visited,
.logo a:hover,
.logo a:active {
  display: 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;
  float: left;
  font-size: 0.825rem;
}
.root-web-labels.hide-xsmall {
  display: none;
}
@media (min-width: 780px) {
  .root-web-labels.hide-xsmall {
    display: block;
  }
}
.root-web-labels p {
  margin: 0;
}

.search {
  position: relative;
  float: left;
  width: 100%;
  margin: 100px 0 0 0;
  padding: 0 20px;
  z-index: 0;
}
@media (min-width: 768px) {
  .search {
    padding: 0 60px;
    margin-top: 87px;
  }
}
@media (min-width: 1025px) {
  .search {
    margin-top: 40px;
    padding: 0;
    width: calc(100% - 300px);
    padding-right: 100px;
    float: left;
  }
}
@media (min-width: 1300px) {
  .search {
    float: left;
    width: 900px;
    padding-right: 0;
  }
}
@media (min-width: 1500px) {
  .search {
    float: left;
    width: 900px;
  }
}
.search input[type=text] {
  border: 0 none;
  border-bottom: 2px solid #fff;
  background: transparent;
  width: 100%;
  color: #fff;
  line-height: 2.5em;
  height: 2.5em;
  padding: 0 37px 0 0;
  margin: 0;
  font-size: 1.125rem;
  font-family: Arial, sans-serif;
  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;
}
.language .mobile-language-selection {
  line-height: 1.25rem;
  position: absolute;
  top: 12px;
  right: 20px;
}
@media (min-width: 768px) {
  .language .mobile-language-selection {
    display: none;
  }
}
.language .mobile-language-selection .on.mobile {
  background-color: #817e65;
}
.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(129, 126, 101, 0.91);
  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: #817e65;
  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: #817e65;
  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: #817e65;
}
@media (min-width: 768px) {
  .scroll-top {
    bottom: 110px;
  }
}
.scroll-top.show {
  cursor: pointer;
  opacity: 0.8;
}
.scroll-top.show:hover {
  background-color: #817e65;
  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: #f2f2f0;
}
@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: #f2f2f0;
}
.body-row.video-carousel-row {
  padding-right: 0;
  padding-left: 0;
}

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

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

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

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

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

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

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

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

.footer {
  clear: both;
  color: #fff;
  background-color: #817e65;
  font-size: 0.825rem;
  line-height: 3.75rem;
  padding: 0 20px;
}
.footer:after {
  content: "";
  display: table;
  clear: both;
}
@media (min-width: 768px) {
  .footer {
    padding: 0 40px;
    line-height: 6.25rem;
  }
}
@media (min-width: 1025px) {
  .footer {
    padding: 0 40px;
  }
}
.footer a {
  color: #fff;
  text-decoration: none;
}
.footer a:hover {
  text-decoration: underline;
}
.footer .utilities {
  display: none;
}
.footer .utilities ul {
  margin: 0;
  padding: 0;
}
.footer .utilities li {
  display: inline-block;
  line-height: 1.875rem;
  margin-right: 0.75em;
  margin-bottom: 0;
  vertical-align: middle;
}
.footer .utilities li.copyright {
  font-weight: bold;
}
.footer .utilities li.home a {
  content: "";
  display: block;
  background-image: url("../images/icons-set/weiss/home.svg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50%;
  width: 30px;
  height: 30px;
  vertical-align: middle;
  text-indent: -99999px;
}
@media (min-width: 768px) {
  .footer .utilities {
    display: block;
    float: left;
  }
}
.footer .social-sharing,
.footer .social-media {
  text-align: center;
}
.footer .social-sharing ul,
.footer .social-media ul {
  margin: 0;
  padding: 0;
}
.footer .social-sharing li,
.footer .social-media li {
  display: inline-block;
  line-height: 1.875rem;
  margin-bottom: 0;
  margin-left: 6px;
  vertical-align: middle;
}
.footer .social-sharing li a,
.footer .social-media li a {
  display: block;
  vertical-align: middle;
  width: 30px;
  height: 30px;
  text-indent: -9999px;
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}
.footer .social-sharing li.social-icon-facebook a, .footer .social-sharing li.fb a,
.footer .social-media li.social-icon-facebook a,
.footer .social-media li.fb a {
  background-image: url("../images/icons-set/weiss/social/facebook.svg");
}
.footer .social-sharing li.youtube a,
.footer .social-media li.youtube a {
  background-image: url("../images/icons-set/weiss/social/youtube.svg");
}
.footer .social-sharing li.social-icon-twitter a, .footer .social-sharing li.twitter a,
.footer .social-media li.social-icon-twitter a,
.footer .social-media li.twitter a {
  background-image: url("../images/icons-set/weiss/social/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 {
  font-size: 0.75rem;
}
.top-links:after {
  content: "";
  display: table;
  clear: both;
}
.top-links h2 {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.top-links a,
.top-links a:visited,
.top-links a:hover,
.top-links a:active {
  color: #817e65;
}
.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/granit/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: #817e65;
}
@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/granit/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: #f2f2f0;
  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: #817e65;
  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: #64624f;
}
.info-panel button[role=tab]:focus {
  background-color: #64624f;
}
.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: #817e65;
  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;
    position: relative;
  }
  .info-panel .informations > ul > li:after {
    content: "";
    display: table;
    clear: both;
  }
  .info-panel .informations > ul > li .panel {
    position: absolute;
    background-color: #DADADA;
    top: 0;
    left: 40px;
    width: 260px;
  }
  .info-panel .informations > ul > li:nth-child(2) .panel {
    top: -46px;
  }
  .info-panel .informations > ul > li:nth-child(3) .panel {
    top: -92px;
  }
  .info-panel .informations > ul > li:nth-child(4) .panel {
    top: -138px;
  }
  .info-panel .informations > ul > li:nth-child(5) .panel {
    top: -184px;
  }
  .info-panel .informations > ul > li:last-child .i {
    margin-bottom: 0;
  }
  .info-panel .i {
    float: left;
    width: 40px;
    margin-right: 0;
    margin-bottom: 6px;
  }
  .info-panel.has-2-items .panel {
    min-height: 86px;
  }
  .info-panel.has-3-items .panel {
    min-height: 132px;
  }
  .info-panel.has-4-items .panel {
    min-height: 178px;
  }
  .info-panel.has-5-items .panel {
    min-height: 224px;
  }
}

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

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

.informations > ul > li .i .close-button {
  display: none;
}
.informations > ul > li.clicked {
  z-index: 300;
}
.informations > ul > li.clicked button[role=tab],
.informations > ul > li.clicked .i {
  position: relative;
  background-color: #DADADA;
}
.informations > ul > li.clicked button[role=tab] .close-button,
.informations > ul > li.clicked .i .close-button {
  display: block;
  position: absolute;
  width: 40px;
  height: 40px;
  left: 0;
  top: 0;
  z-index: 4000;
}
.informations > ul > li.clicked button[role=tab].contact,
.informations > ul > li.clicked .i.contact {
  background-image: url(../images/icons-set/granit/context-menu/kontakt.svg);
}
.informations > ul > li.clicked button[role=tab].links,
.informations > ul > li.clicked .i.links {
  background-image: url(../images/icons-set/granit/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/granit/context-menu/deklarationssoftware.svg);
}
.informations > ul > li.clicked button[role=tab].documents,
.informations > ul > li.clicked .i.documents {
  background-image: url(../images/icons-set/granit/context-menu/dokumente.svg);
}
.informations > ul > li.clicked button[role=tab].services,
.informations > ul > li.clicked .i.services {
  background-image: url(../images/icons-set/granit/context-menu/services.svg);
}
.informations > ul > li.clicked button[role=tab].laws,
.informations > ul > li.clicked .i.laws {
  background-image: url(../images/icons-set/granit/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: #817e65;
  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: #817e65;
  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: #817e65;
  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;
  display: none;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

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

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

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

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

/* Icons */
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  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: #817e65;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
  color: #817e65;
  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(129, 126, 101, 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: #817e65 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 #817e65;
}

.TileListNavigation ul,
.TileNavigation ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.TileListNavigation ul:after,
.TileNavigation ul:after {
  content: "";
  display: table;
  clear: both;
}
.TileListNavigation li.tile,
.TileNavigation li.tile {
  margin-bottom: 35px;
  position: relative;
}
@media (min-width: 480px) {
  .TileListNavigation li.tile,
  .TileNavigation li.tile {
    width: 47.8260869565%;
    float: left;
    margin-bottom: 4.347826087%;
  }
  .TileListNavigation li.tile:nth-child(2n+1),
  .TileNavigation li.tile:nth-child(2n+1) {
    margin-left: 0;
    margin-right: -100%;
    clear: both;
    margin-left: 0;
  }
  .TileListNavigation li.tile:nth-child(2n+2),
  .TileNavigation li.tile:nth-child(2n+2) {
    margin-left: 52.1739130435%;
    margin-right: -100%;
    clear: none;
  }
}
@media (min-width: 768px) {
  .TileListNavigation li.tile,
  .TileNavigation li.tile {
    width: 30.7692307692%;
    float: left;
    margin-bottom: 3.8461538462%;
  }
  .TileListNavigation li.tile:nth-child(3n+1),
  .TileNavigation li.tile:nth-child(3n+1) {
    margin-left: 0;
    margin-right: -100%;
    clear: both;
    margin-left: 0;
  }
  .TileListNavigation li.tile:nth-child(3n+2),
  .TileNavigation li.tile:nth-child(3n+2) {
    margin-left: 34.6153846154%;
    margin-right: -100%;
    clear: none;
  }
  .TileListNavigation li.tile:nth-child(3n+3),
  .TileNavigation li.tile:nth-child(3n+3) {
    margin-left: 69.2307692308%;
    margin-right: -100%;
    clear: none;
  }
}
.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: #817e65;
  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(129, 126, 101, 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: #817e65;
  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: #817e65;
  padding-top: 30px;
}
.TileListNavigation .pages-overview .toggle,
.TileNavigation .pages-overview .toggle {
  position: absolute;
  background: #817e65;
  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: #817e65;
  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: #817e65;
  display: inline-block;
  color: #817e65;
  padding: 0.25rem;
  width: 2rem;
  height: 2rem;
  border-radius: 50%;
  overflow: hidden;
  text-overflow: clip;
  border: 0 solid #817e65;
  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: #9a977f;
}
.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;
}

.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/granit/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/granit/file/pdf.svg");
}
.Documents li.doc a:before, .Documents li.docx a:before {
  background-image: url("../images/icons-set/granit/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/granit/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/granit/file/excel.svg");
}
.Documents li.txt a:before {
  background-image: url("../images/icons-set/granit/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/granit/file/image.svg");
}

.TargetInfo {
  display: none;
}

.AutoList a .icon {
  display: inline-block;
  width: 24px;
  height: 24px;
  background-image: url("../images/icons-set/granit/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/granit/file/pdf.svg");
}
.AutoList a.doc .icon,
.AutoList a.docx .icon {
  background-image: url("../images/icons-set/granit/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/granit/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/granit/file/excel.svg");
}
.AutoList a.txt .icon {
  background-image: url("../images/icons-set/granit/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/granit/file/image.svg");
}

.editor-icon {
  display: inline-block;
  width: 20px;
  height: 20px;
  background-image: url("../images/icons-set/granit/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/granit/file/pdf.svg");
}
.doc .editor-icon, .docx .editor-icon {
  background-image: url("../images/icons-set/granit/file/word.svg");
}
.pps .editor-icon, .ppsxs .editor-icon, .ppt .editor-icon, .pptxs .editor-icon {
  background-image: url("../images/icons-set/granit/file/power-point.svg");
}
.xls .editor-icon, .xlsx .editor-icon, .xlt .editor-icon, .xltx .editor-icon {
  background-image: url("../images/icons-set/granit/file/excel.svg");
}
.txt .editor-icon {
  background-image: url("../images/icons-set/granit/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/granit/file/image.svg");
}

.Computed .icon,
.Attachments .icon {
  display: inline-block;
  width: 20px;
  height: 20px;
  background-image: url("../images/icons-set/granit/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/granit/file/pdf.svg");
}
.Computed .doc .icon,
.Computed .docx .icon,
.Attachments .doc .icon,
.Attachments .docx .icon {
  background-image: url("../images/icons-set/granit/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/granit/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/granit/file/excel.svg");
}
.Computed .txt .icon,
.Attachments .txt .icon {
  background-image: url("../images/icons-set/granit/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/granit/file/image.svg");
}

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

.Display .body-container input[type=file] {
  color: #999;
}
.Display .body-container input[type=text],
.Display .body-container input[type=password],
.Display .body-container input[type=file],
.Display .body-container textarea {
  font-size: 1rem;
  padding: 0.75rem;
  width: 100%;
  max-width: 100%;
  display: block;
  border: 0 none;
  background: #fff;
  font-family: inherit;
  line-height: normal;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  border-radius: 0;
}
@media (min-width: 768px) {
  .Display .body-container input[type=text],
  .Display .body-container input[type=password],
  .Display .body-container input[type=file],
  .Display .body-container textarea {
    font-size: 0.875rem;
  }
}
.Display .body-container input[type=text].k-input,
.Display .body-container input[type=email].k-input,
.Display .body-container input[type=file].k-input {
  display: inline;
  padding: 0.177em 0;
  line-height: 1.65em;
  font-size: 1rem;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  border-radius: 0;
}
.Display .body-container textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0;
  min-height: 200px;
}
.Display .body-container textarea[rows="3"] {
  min-height: 90px;
}
.Display .body-container textarea[rows="4"] {
  min-height: 100px;
}
.Display .body-container textarea[rows="5"] {
  min-height: 110px;
}
.Display .body-container textarea[rows="6"] {
  min-height: 120px;
}
.Display .body-container textarea[rows="7"] {
  min-height: 140px;
}
.Display .body-container textarea[rows="8"] {
  min-height: 160px;
}
.Display .body-container textarea[rows="9"] {
  min-height: 180px;
}
.Display .body-container select {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0.75rem;
  border: 0 none;
  font-size: 1rem;
  font-family: inherit;
  line-height: normal;
  color: #000;
  background-color: #fff;
  border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' version='1.1' width='32' height='24' viewBox='0 0 32 24'><polygon points='0,0 32,0 16,24' style='fill: rgb%28138, 138, 138%29'></polygon></svg>");
  background-size: 9px 6px;
  background-position: right -1rem center;
  background-origin: content-box;
  background-repeat: no-repeat;
  padding-right: 1.5rem;
}
@media (min-width: 768px) {
  .Display .body-container select {
    font-size: 0.875rem;
  }
}
.Display .body-container [type=checkbox],
.Display .body-container [type=radio] {
  margin: 0 0 1rem 0;
}
.Display .body-container input[type=checkbox],
.Display .body-container input[type=radio] {
  display: inline-block;
  vertical-align: middle;
}
.Display .body-container [type=checkbox] + label,
.Display .body-container [type=radio] + label {
  display: inline-block;
  margin-left: 0.5rem;
  margin-bottom: 1rem;
  vertical-align: middle;
  max-width: calc(100% - 1.6rem);
}
.Display .body-container [type=checkbox] + label[for],
.Display .body-container [type=radio] + label[for] {
  cursor: pointer;
}
.Display .body-container input[type=button],
.Display .body-container input[type=submit],
.Display .body-container button[type=submit],
.Display .body-container .submit-button,
.Display .body-container .default-button {
  display: inline-block;
  background-color: #817e65;
  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 #817e65;
  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: #f2f2f0;
  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 #817e65;
  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 #817e65;
  padding-left: 0.45rem;
}
.AutoFormWebPart .TextBoxWithFormLabel label,
.AutoForm .TextBoxWithFormLabel label {
  position: absolute;
  font-size: 0.875rem;
  line-height: 1;
  color: #999;
  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;
  clear: both;
}
.AutoFormWebPart .CreditCardValidUntil:after,
.AutoForm .CreditCardValidUntil:after {
  content: "";
  display: table;
  clear: both;
}
.AutoFormWebPart .CreditCardValidUntil img.Help,
.AutoForm .CreditCardValidUntil img.Help {
  top: 1.4375rem;
}
.AutoFormWebPart .CreditCardValidUntil span.Help,
.AutoForm .CreditCardValidUntil span.Help {
  top: 3.9375rem;
}
.AutoFormWebPart .CreditCardValidUntil div.DropDownList:nth-child(1),
.AutoFormWebPart .CreditCardValidUntil div.DropDownList:nth-child(2),
.AutoForm .CreditCardValidUntil div.DropDownList:nth-child(1),
.AutoForm .CreditCardValidUntil div.DropDownList:nth-child(2) {
  width: 50%;
  float: left;
}
.AutoFormWebPart .CreditCardValidUntil div.DropDownList:nth-child(2) select,
.AutoForm .CreditCardValidUntil div.DropDownList:nth-child(2) select {
  margin-top: 23px;
}
.AutoFormWebPart .cc-amount .TextBoxWithFormLabel.CreditCardAmount,
.AutoForm .cc-amount .TextBoxWithFormLabel.CreditCardAmount {
  width: 50%;
  float: left;
}
.AutoFormWebPart .cc-amount .separator,
.AutoForm .cc-amount .separator {
  float: left;
  width: 20px;
  text-align: center;
  font-weight: bold;
  font-size: 2rem;
}
.AutoFormWebPart .cc-amount .TextBoxWithFormLabel.cc-cent,
.AutoForm .cc-amount .TextBoxWithFormLabel.cc-cent {
  float: left;
  width: calc(50% - 20px);
}
.AutoFormWebPart .cc-amount .TextBoxWithFormLabel.cc-cent input[type=text],
.AutoForm .cc-amount .TextBoxWithFormLabel.cc-cent input[type=text] {
  width: 120px;
}

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

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

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

.rcCaptchaAudioLink:before {
  content: "";
  background-image: url("../images/captcha-play-button.svg?i=ux0pwnw");
  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: #817e65;
  background-color: #817e65;
  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: #817e65;
  color: #fff;
  padding: 8px 4px;
  text-align: left;
}
.AutoList td {
  padding: 8px 4px;
  background: #f2f2f0;
}
.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: #f2f2f0;
}
.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: #f2f2f0;
}
.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 #f2f2f0;
          text-decoration: underline solid #f2f2f0;
}
.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: #f2f2f0;
}
.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 #f2f2f0;
          text-decoration: underline solid #f2f2f0;
}
.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: #f2f2f0;
}
.k-column-menu.k-popup.k-group .k-menu {
  background-color: #dadad5;
  border-color: #dadad5;
}
.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: #dadad5;
}

.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: #f2f2f0;
  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: #817e65;
  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: #f2f2f0;
  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: #f2f2f0;
  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: #817e65;
  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/granit/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/granit/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/granit/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/granit/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;
  padding: 20px 0 0 0;
}
.main-content .Box.Item1:after {
  content: "";
  display: table;
  clear: both;
}
@media (min-width: 768px) {
  .main-content .ImageWebPart,
  .main-content .TagCloud {
    width: 47%;
    float: left;
  }
  .main-content .TagCloud {
    float: right;
  }
}

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

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

.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: #f2f2f0;
  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: #817e65 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: #817e65 !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/granit/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/granit/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: #817e65;
  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: #817e65;
  width: 100%;
  font-size: 0.875rem;
}

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

#PageLinkNext .ms-promlink-button-image {
  background: url(../images/icons-set/granit/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 #f2f2f0;
  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: #f2f2f0;
}
.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: #f2f2f0;
  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: #f2f2f0;
}

.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/granit/arrows/pfeil-left.svg");
}
.ImageSlideShowGallery .html5gallery-car-right-0 {
  background: url("../images/icons-set/granit/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;
  background: #f2f2f0;
  padding: 0.75em;
}
.AuthoritiesFilters label,
.FullTextSearch label,
.SearchPanel label {
  color: #4F4F4F;
  font-size: 0.875rem;
  margin-top: 0.375rem;
  margin-bottom: 0.1875rem;
  display: block;
}
.AuthoritiesFilters input[type=button],
.AuthoritiesFilters a.Button,
.FullTextSearch input[type=button],
.FullTextSearch a.Button,
.SearchPanel input[type=button],
.SearchPanel a.Button {
  line-height: 1;
  margin-right: 0.75rem;
  vertical-align: middle;
  margin-bottom: 0.25rem;
  text-decoration: none;
  display: inline-block;
  background-color: #817e65;
  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 #817e65;
  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: #f2f2f0;
}
.Staatskalender .PersonDetails table th {
  background: #f2f2f0;
  color: #000;
  width: 150px;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}
.Staatskalender .PersonDetails table td {
  background: #f2f2f0;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}

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

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

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

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

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

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

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

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

.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/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: #f2f2f0;
}
@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: #817e65;
}
.wcag_testimonial .TestimonialPage blockquote:before {
  content: '"';
  color: #817e65;
  margin-right: 0.05rem;
  font-size: 1.125rem;
}
.wcag_testimonial .TestimonialPage blockquote:after {
  content: '"';
  color: #817e65;
  margin-left: 0.05rem;
  font-size: 1.125rem;
}
.wcag_testimonial .TestimonialPage .CitationTitle {
  font-weight: bold;
  padding: 0;
}
.wcag_testimonial .TestimonialPage .PersonInfo div {
  display: inline-block;
  vertical-align: baseline;
  margin-right: 0.2rem;
}
.wcag_testimonial .TestimonialPage .CompanyName {
  padding-bottom: 0;
}
.wcag_testimonial .WebPartZone {
  clear: both;
  float: left;
  width: 100%;
}

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

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

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

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

.search input[type=text] {
  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: #c7c7bf;
  text-indent: 4px;
}
.search input[type=text]:focus::placeholder {
  color: #c7c7bf;
  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: #484638;
  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(129, 126, 101, 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(129, 126, 101, 0.8);
}

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

[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;
  }
}
/*!
 * 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: #817e65;
  --mm-color-background-highlight: #64624f;
  --mm-color-background-emphasis: #64624f;
  --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: #817e65;
  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: #817e65;
  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;
  transform: translate3d(100%, 0, 0);
  transition: transform 0.4s ease;
}
.mm-panel:not(.mm-hidden) {
  display: block;
}
.mm-panel:before, .mm-panel:after {
  content: "";
  display: block;
  height: 20px;
}

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

.mm-panel_opened {
  z-index: 1;
  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: #817e65;
  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: #64624f;
  tap-highlight-color: #64624f;
  -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: #64624f;
  background: var(--mm-color-background-emphasis);
}

.mm-listitem_opened > .mm-listitem__btn,
.mm-listitem_opened > .mm-panel {
  background: #64624f;
  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: #64624f;
  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;
  -webkit-clip-path: inset(50%) !important;
          clip-path: inset(50%) !important;
  white-space: nowrap !important;
  width: 1px !important;
  min-width: 1px !important;
  height: 1px !important;
  min-height: 1px !important;
  padding: 0 !important;
  overflow: hidden !important;
  position: absolute !important;
}

.mm-menu_autoheight {
  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: #64624f;
  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: #64624f;
  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: #64624f;
  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: #64624f;
  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: #64624f;
  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: #64624f;
  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: #817e65;
  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;
  -webkit-clip-path: polygon(-20px 0, 0 0, 0 100%, -20px 100%);
          clip-path: polygon(-20px 0, 0 0, 0 100%, -20px 100%);
}
.mm-menu_shadow-page.mm-menu_position-right:after {
  left: auto;
  right: 100%;
  -webkit-clip-path: polygon(20px 0, 40px 0, 40px 100%, 20px 100%);
          clip-path: polygon(20px 0, 40px 0, 40px 100%, 20px 100%);
}
.mm-menu_shadow-page.mm-menu_position-front:after {
  content: none;
  display: none;
}

.mm-menu_shadow-menu {
  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;
  width: 50%;
  height: 0;
  padding-top: 50%;
}
.mm-menu_tileview .mm-listitem:after,
.mm-panel_tileview .mm-listitem:after {
  left: 0;
  top: 0;
  border-right-width: 1px;
  border-right-style: solid;
  z-index: -1;
}
.mm-menu_tileview .mm-listitem.mm-tile-xs,
.mm-panel_tileview .mm-listitem.mm-tile-xs {
  width: 12.5%;
  padding-top: 12.5%;
}
.mm-menu_tileview .mm-listitem.mm-tile-s,
.mm-panel_tileview .mm-listitem.mm-tile-s {
  width: 25%;
  padding-top: 25%;
}
.mm-menu_tileview .mm-listitem.mm-tile-l,
.mm-panel_tileview .mm-listitem.mm-tile-l {
  width: 75%;
  padding-top: 75%;
}
.mm-menu_tileview .mm-listitem.mm-tile-xl,
.mm-panel_tileview .mm-listitem.mm-tile-xl {
  width: 100%;
  padding-top: 100%;
}
.mm-menu_tileview .mm-listitem__text,
.mm-panel_tileview .mm-listitem__text {
  line-height: 1px;
  text-align: center;
  padding: 50% 10px 0 10px;
  margin: 0;
  position: absolute;
  top: 0;
  right: 1px;
  bottom: 1px;
  left: 0;
}
.mm-menu_tileview .mm-listitem__btn,
.mm-panel_tileview .mm-listitem__btn {
  width: auto;
}
.mm-menu_tileview .mm-listitem__btn:before, .mm-menu_tileview .mm-listitem__btn:after,
.mm-panel_tileview .mm-listitem__btn:before,
.mm-panel_tileview .mm-listitem__btn:after {
  content: none;
  display: none;
}
.mm-menu_tileview .mm-listitem_divider,
.mm-panel_tileview .mm-listitem_divider {
  display: none;
}

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

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

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

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

.mm-menu li.active > a {
  background: #64624f;
}
.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: 16px;
}

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

.standalone-app a,
.standalone-app a:visited,
.standalone-app a:active {
  color: #817e65 !important;
  text-decoration: none;
  font-weight: bold;
}

.standalone-app .job-list th {
  background: #817e65;
  color: #fff;
}

.logo img {
  width: auto;
}
.logo .root-web-labels,
.logo .root-web-descriptions {
  display: none;
}