﻿@charset "UTF-8";
/*! normalize.css v2.1.3 | MIT License | git.io/normalize */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
video {
  display: inline-block;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden],
template {
  display: none;
}

html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

a {
  background: transparent;
}

a:focus {
  outline: thin dotted;
}

a:active,
a:hover {
  outline: 0;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

mark {
  background: #ff0;
  color: #000;
}

code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em;
}

pre {
  white-space: pre-wrap;
}

q {
  quotes: "“" "”" "‘" "’";
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 0;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

button,
input,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  margin: 0;
}

button,
input {
  line-height: normal;
}

button,
select {
  text-transform: none;
}

button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

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

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

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

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

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

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

@font-face {
  font-family: "Prata";
  font-style: normal;
  font-weight: 400 900;
  font-display: swap;
  src: url(fonts/Prata-Regular.ttf) format("truetype");
}
@font-face {
  font-family: "Work Sans";
  font-style: normal;
  font-weight: 100 700;
  font-display: swap;
  src: url(fonts/WorkSans-VariableFont_wght.ttf) format("truetype");
}
@font-face {
  font-family: "Work Sans";
  font-style: italic;
  font-weight: 100 900;
  font-display: swap;
  src: url(fonts/WorkSans-Italic-VariableFont_wght.ttf) format("truetype");
}
@font-face {
  font-family: "Oswald";
  font-style: normal;
  font-weight: 200 700;
  font-display: swap;
  src: url(fonts/Oswald-VariableFont_wght.ttf) format("truetype");
}
/*$gray-darker: lighten(#000, 13.5%); // #222
$gray-dark: lighten(#000, 20%); // #333
$gray: lighten(#000, 33.5%); // #555
$gray-light: #F0F0F0;
$gray-middle: #454545;
$gray-lighter: lighten(#000, 93.5%); // #eee
$footergray: #2E2E2E;
$buttongray: #181818;
$white-light: #F8F8F8;
*/
/*$brand-primary: #BE2819; //V1
$brand-secondary: #D47659;
$brand-background: #D7C2B2;
$brand-background-darker: #C7B3A6;

$brand-text: #010101;
$brand-success: #5cb85c;
$brand-danger: #ff0000;
$brand-primary-light: lighten($brand-primary,55%);
*/
* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  font-family: "Futura LT W04 Light", sans-serif;
  letter-spacing: 1px;
}

body {
  word-wrap: break-word;
  hyphens: auto;
  font-size: 16px;
}

main {
  margin: 0;
  justify-content: stretch;
}

.ccs-container {
  width: 100%;
  max-width: 1600px;
  margin: 0 auto;
  padding: 1rem;
}

.ccs-container-small {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 2rem 1rem;
}

.ccs-container-fluid,
.ccs-container-fluid-parallax {
  width: 100%;
  margin: 0;
  padding: 0;
}

.ccs-container-fluid-parallax {
  margin: -2rem 0 -5rem 0;
}

.ql-align-center,
.center {
  text-align: center;
}

.left {
  text-align: left;
}

.right {
  text-align: right;
}

.error {
  color: red;
}

h1, h2, h3, h4, h5 {
  /*    font-family: "Futura LT W04 Light", sans-serif;
  */
  font-family: Georgia, "Times New Roman", Times, serif;
  font-weight: 400;
  letter-spacing: 1px;
}

h1,
.ql-snow .ql-editor h1 {
  font-size: clamp(2rem, 3vw, 4rem);
  margin: 0.5rem 0;
}

h2,
.ql-snow .ql-editor h2 {
  font-size: clamp(1.6rem, 2vw, 3rem);
}

h3,
.ql-snow .ql-editor h3 {
  font-size: clamp(1.4rem, 2vw, 2.25rem);
}

h4,
.ql-snow .ql-editor h4 {
  font-size: clamp(1.2rem, 1.5vw, 2rem);
}

h5,
.ql-snow .ql-editor h5 {
  font-size: clamp(1rem, 2.5vw, 1.5rem);
}

.d-none {
  display: none;
}

p, td,
p strong, td strong,
ul li,
.ql-editor p,
.ql-editor ul li,
.ql-editor ol li {
  font-family: "Futura LT W04 Light", sans-serif;
  font-size: clamp(1rem, 1.5vw, 1.25rem);
}
p a:link,
p a:visited, td a:link,
td a:visited,
p strong a:link,
p strong a:visited, td strong a:link,
td strong a:visited,
ul li a:link,
ul li a:visited,
.ql-editor p a:link,
.ql-editor p a:visited,
.ql-editor ul li a:link,
.ql-editor ul li a:visited,
.ql-editor ol li a:link,
.ql-editor ol li a:visited {
  color: rgb(168.5866666667, 103.6266666667, 5.4133333333);
  font-weight: 600;
}
p a:hover,
p a:active, td a:hover,
td a:active,
p strong a:hover,
p strong a:active, td strong a:hover,
td strong a:active,
ul li a:hover,
ul li a:active,
.ql-editor p a:hover,
.ql-editor p a:active,
.ql-editor ul li a:hover,
.ql-editor ul li a:active,
.ql-editor ol li a:hover,
.ql-editor ol li a:active {
  color: #fed842;
}

p.ql-align-justify {
  text-align: justify;
}

p img,
div img {
  width: 100%;
  height: auto;
}

@media screen and (max-width: 420px) {
  .ccsheader span {
    display: none;
  }
}
img.hoverable {
  width: 100%;
  height: auto;
  object-position: center;
  object-fit: cover;
  transition: all 0.25s ease-in-out;
}

img.hoverable:hover {
  filter: saturate(120%) brightness(1.2);
  transition: all 0.25s ease-in-out;
}

/* for Honeypot */
.mt-36 {
  display: none;
}

/*

 ############  Anpassungen und Korrekturen für MudBlazor-Komponenten ######################

*/
.admintableheader {
  background-color: #2a3a57;
  color: white !important;
}
.admintableheader th.mud-table-cell,
.admintableheader span.mud-button-root {
  color: white !important;
}

.admintablerow {
  height: 100px !important;
  overflow-y: auto !important;
}

.admintablepager {
  background-color: #BDBDBD;
}

.admin-drawer div.mud-drawer-content {
  padding-top: 10px !important;
}

hr.mud-divider.navmenudivider {
  border-color: black !important;
}

.navmenuclosebutton {
  color: #616161 !important;
}

.mud-popover .mud-list {
  min-width: 3.5rem !important;
}

.baustelle {
  display: flex;
  width: 100%;
  max-width: 700px;
  background-color: white;
  padding: 1rem;
  border: 1px solid black;
  border-radius: 10px;
  margin: 2rem auto;
}
.baustelle .image {
  width: 50%;
  max-width: 300px;
  padding: 2rem;
}
.baustelle .image img {
  width: 100%;
  min-width: 80px;
  height: auto;
}
.baustelle .text {
  padding: 1rem;
  width: 50%;
  max-width: 400px;
}

@media screen and (max-width: 480px) {
  .baustelle {
    flex-direction: column;
  }
  .baustelle img {
    width: 100%;
  }
  .baustelle img .text {
    padding: 1rem;
    width: 100%;
    text-align: center;
  }
}
.topappbar {
  position: relative;
}
.topappbar .toplogo {
  position: absolute;
  top: 10px;
  Left: 60px;
}
.topappbar ul {
  display: flex;
  justify-content: right;
  margin-left: 380px;
}
.topappbar ul li {
  font-size: 1rem;
}
.topappbar ul li a:link,
.topappbar ul li a:visited {
  color: #100c0b;
  text-transform: uppercase;
  text-decoration: none;
  letter-spacing: 1px;
  display: block;
  padding: 1rem;
  border-radius: 4px;
  letter-spacing: 1px;
  font-weight: bold !important;
  padding: 6px 8px;
}
.topappbar ul li a:hover,
.topappbar ul li a:active {
  background-color: white;
  color: #ffa724;
}
.topappbar div.loginview {
  display: flex;
  align-items: center;
}
.topappbar div.hamburger {
  display: block;
}

@media screen and (max-width: 1135px) {
  .topappbar ul {
    display: none;
  }
  .topappbar div.hamburger {
    display: block;
  }
}
@media screen and (max-width: 920px) {
  .topappbar .toplogo {
    top: 10px;
  }
  .topappbar .toplogo img {
    width: 220px;
    height: auto;
  }
}
@media screen and (max-width: 600px) {
  .topappbar .toplogo {
    top: 10px;
  }
  .topappbar .toplogo img {
    width: 110px;
    height: auto;
  }
}
@media screen and (max-width: 360px) {
  .topappbar div.loginview {
    display: none;
  }
}
.mainnavmenu ul li a:link,
.mainnavmenu ul li a:visited {
  color: #100c0b;
  text-transform: uppercase;
  text-decoration: none;
  letter-spacing: 1px;
  display: block;
  padding: 1rem;
  border-radius: 4px;
  letter-spacing: 1px;
  font-weight: bold;
  padding: 6px 8px;
}
.mainnavmenu ul li a:hover,
.mainnavmenu ul li a:active,
.mainnavmenu ul li a.active {
  background-color: white;
  color: #0A0A0A;
}

@media screen and (max-width: 1176px) {
  .mainnavmenu {
    display: none;
  }
}
/*@media screen and (max-width: 1135px) {

    .mainnavmenusmall {
        display: block;
        padding: 0.2rem 1rem;
    }
}

@media screen and (max-width: 540px) {
    .mainnavmenusmall {

        ul {
            li {
                font-size: 0.75rem;

                a {
                    font-weight: normal;
                }
            }
        }
    }
}

@media screen and (max-width: 430px) {
    .mainnavmenusmall {
        height: 74px;
    }
 }
*/
.mainnavmenusmall {
  width: 100%;
  padding: 0.4rem 1rem;
  background-color: #FED842;
  height: 60px;
  display: none;
  position: relative;
}
.mainnavmenusmall ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding-top: 0.75rem;
}
.mainnavmenusmall ul li {
  font-size: 1rem;
}
.mainnavmenusmall ul li a:link,
.mainnavmenusmall ul li a:visited {
  color: #100c0b;
  text-transform: uppercase;
  text-decoration: none;
  letter-spacing: 1px;
  display: block;
  padding: 1rem;
  border-radius: 4px;
  letter-spacing: 1px;
  font-weight: bold;
  padding: 6px 8px;
}
.mainnavmenusmall ul li a:hover,
.mainnavmenusmall ul li a:active,
.mainnavmenusmall ul li a.active {
  background-color: white;
  color: #0A0A0A;
}

@media screen and (max-width: 1176px) {
  .mainnavmenusmall {
    display: block;
    padding: 0.2rem 1rem;
  }
}
@media screen and (max-width: 582px) {
  .mainnavmenusmall ul li {
    font-size: 0.75rem;
  }
  .mainnavmenusmall ul li a {
    font-weight: normal;
  }
}
@media screen and (max-width: 476px) {
  .mainnavmenusmall {
    height: 74px;
  }
}
.rendermodeinfo {
  position: absolute;
  top: 0;
  z-index: 9000;
  background-color: rgba(255, 255, 255, 0.6666666667);
  color: black;
  visibility: visible;
  font-size: 0.75rem;
}

.rendermodenone {
  display: none;
}

.top-row {
  border-bottom: 1px solid #d6d5d5;
  height: 5rem;
  display: flex;
  align-items: center;
  padding: 0 1.5rem;
  background: #fed842;
}
.top-row .widescreen {
  visibility: visible;
}

.mainarea {
  display: flex;
  flex-direction: row;
  z-index: 0;
  margin: 0;
  padding: 0;
}
.mainarea .sidebar {
  width: 100% !important;
  max-width: 250px;
  background-color: #fed842;
}

main {
  display: block;
  margin: 0 !important;
  padding: 0 !important;
}

@media (max-width: 640.98px) {
  .top-row .widescreen {
    visibility: hidden;
  }
  .mainarea {
    flex-direction: column;
  }
  .mainarea .sidebar {
    width: 100%;
    max-width: none;
  }
}
/*@media (min-width: 641px) {
}
*/
.navbar-toggler {
  appearance: none;
  cursor: pointer;
  width: 3.5rem;
  height: 2.5rem;
  color: white;
  position: absolute;
  top: 1rem;
  right: 1rem;
  border: 1px solid rgba(0, 0, 0, 0.9);
  border-radius: 4px;
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%280, 0, 0, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e") no-repeat center/1.75rem rgba(0, 0, 0, 0);
}

.navbar-toggler:checked {
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e") no-repeat center/1.75rem rgba(0, 0, 0, 0);
  /* 
      background-color: rgba(0, 0, 0, 0.9);
      border: 1px solid rgba(0, 0, 0, 0.9);
  */
  background-color: #ffa724;
  border: 1px solid #ffa724;
  border-radius: 4px;
}

.nav-scrollable {
  display: none;
}

.navbar-toggler:checked ~ .nav-scrollable {
  display: block;
  width: 100%;
}

@media (min-width: 641px) {
  .navbar-toggler {
    display: none;
  }
  .nav-scrollable {
    /* Never collapse the sidebar for wide screens */
    display: block;
    width: 100%;
    /* Allow sidebar to scroll for tall menus */
    height: calc(100vh - 3.5rem);
    overflow-y: auto;
  }
}
footer {
  width: 100%;
  background-color: #212121;
}
footer section.infos {
  width: 100%;
  max-width: 1600px;
  margin: 0 auto;
  padding: 2rem 1rem 0 1rem;
  display: flex;
  flex-wrap: wrap;
  color: #F0F0F0;
  justify-content: space-around;
  flex-direction: row;
}
footer section.infos .kontakt,
footer section.infos .menuwohnen,
footer section.infos .menurathaus,
footer section.infos .menustadt,
footer section.infos .menutourismus {
  max-width: 20%;
  min-width: 200px;
  margin-bottom: 2rem;
}
footer section.infos .kontakt h3,
footer section.infos .menuwohnen h3,
footer section.infos .menurathaus h3,
footer section.infos .menustadt h3,
footer section.infos .menutourismus h3 {
  font-size: 1.5rem;
  margin-bottom: 1rem;
}
footer section.infos .kontakt ul,
footer section.infos .menuwohnen ul,
footer section.infos .menurathaus ul,
footer section.infos .menustadt ul,
footer section.infos .menutourismus ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
footer section.infos .kontakt ul li,
footer section.infos .menuwohnen ul li,
footer section.infos .menurathaus ul li,
footer section.infos .menustadt ul li,
footer section.infos .menutourismus ul li {
  margin-bottom: 0.5rem;
  border-bottom: 1px dotted #F0F0F0;
}
footer section.infos .kontakt ul li a,
footer section.infos .menuwohnen ul li a,
footer section.infos .menurathaus ul li a,
footer section.infos .menustadt ul li a,
footer section.infos .menutourismus ul li a {
  text-decoration: none;
  transition: color 0.3s;
  font-weight: normal;
  color: #ffa724;
  font-size: 1rem;
}
footer section.infos .kontakt ul li a:hover,
footer section.infos .menuwohnen ul li a:hover,
footer section.infos .menurathaus ul li a:hover,
footer section.infos .menustadt ul li a:hover,
footer section.infos .menutourismus ul li a:hover {
  color: #FFD700;
}
footer .kontakt {
  text-align: left;
}
footer .kontakt p {
  font-size: 1rem;
}
footer .kontakt a {
  text-decoration: none;
  transition: color 0.3s;
  font-weight: 100;
  color: #ffa724;
  font-size: 1rem;
}
footer .kontakt a:hover {
  color: #FFD700;
}
footer section.footermenubottom {
  margin: 0 auto;
  padding: 0;
}
footer section.footermenubottom ul.footermenuallgemein {
  margin: 0 1rem;
  padding: 0;
  list-style-type: none;
  display: flex;
  flex-wrap: wrap;
  justify-items: center;
  justify-content: center;
}
footer section.footermenubottom ul.footermenuallgemein li a:link,
footer section.footermenubottom ul.footermenuallgemein li a:visited {
  font-weight: 100;
  font-size: 0.75rem;
  display: inline-block;
  margin-right: 1rem;
  margin-bottom: 1rem;
  color: #ffa724;
  text-decoration: none;
}
footer section.footermenubottom ul.footermenuallgemein li a:hover,
footer section.footermenubottom ul.footermenuallgemein li a:active {
  color: #FFD700;
}
footer section.copyright {
  background-color: #101010;
  color: #C0C0C0;
  text-align: center;
  padding: 2rem 0;
}

@media screen and (max-width: 1000px) {
  footer section.infos .menubottom {
    text-align: left;
  }
}
@media screen and (max-width: 660px) {
  footer section.infos {
    flex-direction: column;
    align-items: stretch;
  }
  footer section.infos .kontakt,
  footer section.infos .menuwohnen,
  footer section.infos .menurathaus,
  footer section.infos .menustadt,
  footer section.infos .menutourismus {
    width: 100%;
    max-width: 100%;
  }
}
.newsteaserflexcontainer {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  padding-top: 2rem;
}

.newsteaserimg {
  background-size: cover;
  background-position: center;
  width: 50%;
  min-width: 300px;
}

.newsteaserarea {
  width: 50%;
  min-width: 300px;
}

@media screen and (max-width: 809px) {
  .flexcontainer {
    flex-direction: row;
  }
  .newsteaserimg {
    width: 100%;
    height: 300px;
  }
  .newsteaserarea {
    width: 100%;
  }
}
ul.newsteaserlist {
  margin-top: 1rem;
  margin-bottom: 1rem;
  padding: 0 1rem;
}
ul.newsteaserlist li {
  padding: 0.2rem 0;
  font-size: 1.2rem;
}
ul.newsteaserlist li a:link,
ul.newsteaserlist li a:visited {
  word-wrap: break-word !important;
  hyphens: auto !important;
  color: #D0D0D0;
  text-decoration: none;
}
ul.newsteaserlist li a:hover,
ul.newsteaserlist li a:active {
  color: #fff;
}

@media screen and (max-width: 809px) {
  .newsteaserarea ul.newsteaserlist li {
    margin-bottom: 1rem;
  }
}
.teaserbox {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 400px;
  min-width: 260px;
  height: 400px;
  margin: 1rem 1rem 2rem 1rem;
  padding: 2rem 1rem;
  border: 1px solid #F0F0F0;
  border-radius: 1rem;
  transform: scale(1);
  transition: ease-in-out transform 0.5s;
}

.teaserbox:hover {
  background-image: url("../images/specialimages/citycom-software-header-40.jpg");
  /*      background-position: center;  */
  background-size: cover;
  transform: scale(1.05);
}

.teaserbox:hover .teaserkurztext {
  color: #fff;
  text-shadow: 0 0 0.4rem rgb(0, 0, 0);
}

.teaserbox:hover .teaserlangtext {
  color: #fff;
  text-shadow: 0 0 0.4rem rgb(0, 0, 0);
}

.teasericon {
  display: block;
}

.teaserbutton {
  margin: 1rem 0;
}

input.form-control {
  height: 3rem;
  border-radius: 4px;
  padding: 0.5rem;
  width: 100%;
  max-width: 280px;
}

input.form-control.valid {
  border: 1px solid #808080;
}

input.form-control.invalid {
  border: 1px solid #ff0000;
}

input.form-control:focus {
  box-shadow: none;
}

.form-label {
  display: inline-block;
  width: 150px;
}

.login-text-danger {
  display: inline-block;
  margin-left: 156px;
  font-size: 12px;
  color: red;
}

.whitetolightgray1 {
  background: linear-gradient(to bottom, #ffffff, #E3E4E7);
}

.lightgraytowhite1 {
  background: linear-gradient(to bottom, #E3E4E7, #FFFFFF);
}

div.ccs-colored-dot {
  width: 6rem;
  height: 3rem;
  border: 1px solid #000;
  border-radius: 4px;
  margin-right: 2rem;
}

div.ccs-colored-dot-table {
  width: 100%;
  height: 2rem;
  margin: 2px 5px;
  border: 1px solid #000;
  border-radius: 4px;
  margin-right: 2rem;
}

div.colorpreview {
  width: 100%;
  max-width: 190px;
  display: flex;
  flex-direction: column;
  height: 60px;
  text-align: center;
  margin: 4px;
  border: 1px solid #E0E0E0;
}
div.colorpreview .maincolor,
div.colorpreview .secondarycolor {
  width: 100%;
  height: 50%;
  padding-top: 4px;
}
div.colorpreview .subs {
  display: flex;
  flex-direction: row;
  width: 100%;
  height: 50%;
}
div.colorpreview .subs .colorlight {
  width: 50%;
  padding-top: 4px;
}
div.colorpreview .subs .colordark {
  width: 50%;
  padding-top: 4px;
}

.newsentry {
  width: 100%;
  max-width: 100%;
  margin-bottom: 1rem;
  /*   padding: 1rem;
      border: 1px solid gray;
      border-radius: 8px;
      -webkit-box-shadow: 5px 5px 15px 0px rgba(0,0,0,0);
      box-shadow: 5px 5px 15px 0px rgba(0,0,0,0);
      transition: all ease-in-out 0.25s;

      img {
          border: 2px solid gray;
      }
  */
}
.newsentry h2 {
  font-size: 1.5rem;
  padding: 1rem;
  text-align: center;
}
.newsentry h3 {
  font-size: 1.25rem;
  padding: 1rem;
  text-align: center;
}

/*.newsentry:hover {
    transform: scale(1.01);
    -webkit-box-shadow: 5px 5px 15px 0px rgba(0,0,0,0.5);
    box-shadow: 5px 5px 15px 0px rgba(0,0,0,0.5);
}
*/
.roundedbuttoncontainer {
  --backgroundcolor: #be3e35;
  --contrastcolor: #fff;
  width: 11rem;
  height: 11rem;
  margin: 2rem auto 3rem auto;
  border: 2px solid var(--backgroundcolor);
  border-radius: 1000px;
  background-color: var(--backgroundcolor);
  color: var(--contrastcolor);
}

.roundedbuttoncontainer .roundedbuttontext,
.roundedbuttoncontainer .roundedbuttontext {
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  margin-top: 2.6rem;
  font-weight: bold;
  color: var(--contrastcolor);
}

.roundedbuttoncontainer:hover {
  background-color: var(--contrastcolor);
}

.roundedbuttoncontainer:hover .roundedbuttontext {
  color: var(--backgroundcolor);
}

.expansionpanelsappbar {
  text-align: right;
  border: 1px solid #c2c2c2;
  margin: 0 0.75rem 2rem 0.75rem;
  padding: 0.25rem 0.5rem !important;
  width: 100%;
  background: #e0e0e0;
  background: -moz-linear-gradient(top, #e0e0e0 0%, white 52%, #e0e0e0 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #e0e0e0 0%, white 52%, #e0e0e0 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #e0e0e0 0%, white 52%, #e0e0e0 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}

/*.expansionpanelsappbarlight {
    text-align: right;
    border: 1px solid darken($MudBackgroundGrey,20%);
    margin: 0 0.75rem 2rem 0.75rem;
    padding: 0.25rem 0.5rem !important;
    width: 100%;
    -webkit-box-shadow: 5px 5px 15px 0px rgba(0,0,0,0.5);
    box-shadow: 5px 5px 15px 0px rgba(0,0,0,0.5);*/
/*background: #e0e0e0;
background: -moz-linear-gradient(top, $MudTableLines 0%, $MudWhite 52%, $MudTableLines 100%);*/ /* FF3.6-15 */
/*background: -webkit-linear-gradient(top, $MudTableLines 0%,$MudWhite 52%,$MudTableLines 100%);*/ /* Chrome10-25,Safari5.1-6 */
/*background: linear-gradient(to bottom, $MudTableLines 0%,$MudWhite 52%,$MudTableLines 100%);*/ /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
/*}*/
/*.expansionpanelsappbardark {
    text-align: right;
    border: 1px solid darken($MudDark,20%);
    margin: 0 0.75rem 2rem 0.75rem;
    padding: 0.25rem 0.5rem !important;
    width: 100%;
    -webkit-box-shadow: 5px 5px 15px 0px rgba(0,0,0,0.5);
    box-shadow: 5px 5px 15px 0px rgba(0,0,0,0.5);*/
/*background: #101010;
background: -moz-linear-gradient(top, $MudDividerLight 0%,$MudGrayDark 52%, $MudDividerLight 100%);*/ /* FF3.6-15 */
/*background: -webkit-linear-gradient(top, $MudDividerLight 0%,$MudGrayDark 52%,$MudDividerLight 100%);*/ /* Chrome10-25,Safari5.1-6 */
/*background: linear-gradient(to bottom, $MudDividerLight 0%,$MudGrayDark 52%,$MudDividerLight 100%);*/ /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
/*background: linear-gradient(to bottom, $MudGrayDarker 0%,$MudGrayLight 52%,$MudGrayDarker 100%);*/ /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
/*}*/
.expansionpanel div.mud-expand-panel-header {
  padding: 1rem;
}
.expansionpanel div.mud-expand-panel-header .kurztext {
  font-size: clamp(0.75rem, 2vw, 1rem) !important;
  font-weight: bold;
  word-wrap: break-word;
  hyphens: auto;
}
.expansionpanel .kurztext {
  word-break: break-word !important;
  hyphens: auto !important;
  font-size: clamp(0.75rem, 2vw, 1rem) !important;
  font-weight: bold !important;
  color: black !important;
}
.expansionpanel a.downloadlink {
  word-break: break-all !important;
  hyphens: auto !important;
}

@media screen and (max-width: 600px) {
  .expansionpanel div.mud-expand-panel-header {
    padding: 0.5rem;
  }
}
div.card {
  width: 100%;
  max-width: 240px;
  height: 220px;
  border: 1px solid gray;
  padding-bottom: 20px;
}

div.card div.cardheaderimage {
  width: 100%;
  max-width: 240px;
  height: 120px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

div.card div.content {
  padding: 4px 4px 0 4px;
  height: 40px;
  text-align: center;
}

div.card div.action {
  padding-top: 16px;
  height: 60px;
  text-align: center;
}

div.main {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 2rem;
}
div.main .notfoundcontent {
  width: 100%;
  max-width: 600px;
  text-align: center;
  padding: 2rem;
  margin: 0 1rem;
  border: 1px solid #808080;
  border-radius: 4px;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: white;
}
div.main .notfoundcontent img {
  width: 100%;
  max-width: 240px;
  height: auto;
  margin: 2rem 0;
}

@media (max-width: 600px) {
  main {
    margin: 4rem auto 4rem auto;
  }
  main .notfoundcontent {
    padding: 1rem;
  }
  main .notfoundcontent img {
    margin: 1rem 0;
  }
}
.filemanagercard {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  max-width: 300px;
  margin: 1rem;
  padding: 0;
}
.filemanagercard div.mud-card-media.mudcardmediaimage {
  height: 100%;
  max-height: 180px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

div.vfifdialogimagelistitem {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  max-height: 200px;
}
div.vfifdialogimagelistitem .image {
  width: 50%;
  padding: 1rem;
}
div.vfifdialogimagelistitem .image img {
  max-height: 200px;
  width: auto;
}
div.vfifdialogimagelistitem .link {
  width: 50%;
  padding: 1rem;
}

div.vfifdialogpdflistitem {
  margin-left: 1rem;
  margin-right: 1rem;
  display: flex;
  align-items: center;
}

div.vfifdialogpdfitem {
  margin: 1rem;
  padding: 0.5rem;
  border: 1px solid black;
  border-radius: 4px;
  display: flex;
  align-items: center;
  background-color: #F8F8F8;
}

.mainheaderstdani {
  margin: 0;
  padding: 0;
  flex-direction: column;
  color: #fff;
}

.carouselbullets {
  color: #fff;
  width: 10px;
  height: 10px;
  transform: scale(0.5);
}

.mainheaderstdani,
.mainheader {
  position: relative;
  width: 100%;
  height: 36.1vw;
  margin: 0;
}
.mainheaderstdani img,
.mainheader img {
  width: 100%;
  height: auto;
}
.mainheaderstdani .slogans,
.mainheader .slogans {
  position: absolute;
  bottom: 10px;
  width: 100%;
  height: 75%;
  text-align: left;
  color: #FFF;
  text-shadow: 0 0 0.5rem rgb(0, 0, 0);
  padding: 10% 5% 10% 5%;
}
.mainheaderstdani .slogans .slogan1,
.mainheader .slogans .slogan1 {
  position: absolute;
  bottom: 60px;
}
.mainheaderstdani .slogans .slogan1 h1,
.mainheader .slogans .slogan1 h1 {
  font-size: clamp(0.8rem, 3vw, 8rem);
  margin: 0;
  padding: 0;
}
.mainheaderstdani .slogans .slogan2,
.mainheader .slogans .slogan2 {
  position: absolute;
  bottom: 20px;
}
.mainheaderstdani .slogans .slogan2 h3,
.mainheader .slogans .slogan2 h3 {
  font-size: clamp(0.6rem, 2vw, 2rem);
  margin: 0;
  padding: 0;
}

.tickertextborder {
  width: 100%;
  padding: 0 1rem;
  margin-top: 1rem;
  background-color: rgb(255, 248.9726027397, 240);
}
.tickertextborder .tickertext {
  width: 100%;
  padding: 0.75rem 1rem 0.5rem 1rem;
  color: #f44336;
  font-weight: bold;
  font-size: 1.1rem;
  white-space: nowrap;
  overflow: hidden;
}
.tickertextborder .tickertext p {
  display: inline-block;
  padding-left: 100%;
  animation: marquee 15s linear infinite;
  margin: 0 1rem 0 1rem;
}
@keyframes marquee {
  0% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(-100%, 0);
  }
}

@media screen and (max-width: 1125px) {
  .tickertextborder {
    margin-top: 0;
  }
}
.dnone {
  display: none;
}

div.breadcrumbmenu {
  padding: 0 1rem;
  margin-top: 2rem;
  margin-bottom: 0;
}
div.breadcrumbmenu ul.mud-breadcrumbs.mud-typography-body1.breadcrumbtext {
  margin-bottom: 0 !important;
  padding-bottom: 0 !important;
}
div.breadcrumbmenu ul.mud-breadcrumbs.mud-typography-body1.breadcrumbtext li.mud-breadcrumb-item a {
  font-size: 14px !important;
  font-weight: normal !important;
}

@media screen and (max-width: 1125px) {
  div.breadcrumbmenu {
    padding: 0 1rem;
    margin: 0;
  }
  div.breadcrumbmenu ul.mud-breadcrumbs.mud-typography-body1.breadcrumbtext {
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
  }
  div.breadcrumbmenu ul.mud-breadcrumbs.mud-typography-body1.breadcrumbtext li.mud-breadcrumb-item a {
    font-size: 12px !important;
  }
}
.asideborderdbox {
  padding: 1rem;
  border: 1px solid #000;
  border-radius: 8px;
  margin-bottom: 2rem;
}

.cardmitarbeiter {
  width: 300px;
  margin-bottom: 2rem;
  background-color: #f0f0f0;
}

.cardstadtrat {
  width: 300px;
  margin-bottom: 1.5rem;
  background-color: #f0f0f0;
}
.cardstadtrat .cardcontent {
  font-size: 1.25rem;
  font-weight: bold;
}
.cardstadtrat .cardcontent span {
  font-size: 1rem;
  font-weight: normal;
}

@media screen and (max-width: 386px) {
  .cardstadtrat {
    width: 210px;
  }
  .cardstadtrat .cardcontent {
    font-size: 1rem;
    font-weight: bold;
  }
}
.cardortsteile {
  max-width: 360px;
  min-width: 240px;
  margin-bottom: 2rem;
  background-color: #f0f0f0;
}
.cardortsteile .cardortsteileheader {
  background-color: #ffa724;
  color: #ffffff;
}

.cardvereine {
  width: 360px;
  margin-bottom: 2rem;
  background-color: #f0f0f0;
}
.cardvereine .cardvereineheader {
  font-size: 1.25rem;
  word-wrap: break-word;
}
.cardvereine div.mud-card-content .mengentext {
  font-size: 1rem;
}
.cardvereine div.mud-card-content .mengentext p {
  font-size: 1rem;
}
.cardvereine div.mud-card-content .mengentext p strong {
  font-size: 1rem;
}
.cardvereine div.mud-card-content a:link,
.cardvereine div.mud-card-content a:visited {
  color: #ffa724;
  word-break: break-all;
  hyphens: auto;
}
.cardvereine div.mud-card-content a:link .icon,
.cardvereine div.mud-card-content a:visited .icon {
  transform: translateY(4px);
}
.cardvereine div.mud-card-content a:hover,
.cardvereine div.mud-card-content a:active {
  color: #da8607;
}

.vmonth {
  margin: 1.5rem 0 1rem 0;
}

.cardveranstaltung {
  display: flex;
  flex-direction: row;
  padding-top: 1rem;
  padding: 0.5rem;
  border: 1px solid gray;
}
.cardveranstaltung .datums {
  margin: 0 1rem 0 0;
  align-items: start;
}
.cardveranstaltung .beschreibung {
  margin-bottom: 0;
}
.cardveranstaltung .beschreibung p {
  font-size: 1rem;
}
.cardveranstaltung .beschreibung p span a:link,
.cardveranstaltung .beschreibung p span a:visited {
  color: #ffa724;
}
.cardveranstaltung .beschreibung p span a:hover,
.cardveranstaltung .beschreibung p span a:active {
  color: #da8607;
}
.cardveranstaltung .beschreibung span {
  font-style: italic;
}
.cardveranstaltung .beschreibung span a:link,
.cardveranstaltung .beschreibung span a:visited {
  color: #ffa724;
}
.cardveranstaltung .beschreibung span a:hover,
.cardveranstaltung .beschreibung span a:active {
  color: #da8607;
}

.cardunterkunft {
  width: 360px;
  margin-bottom: 2rem;
  background-color: #f0f0f0;
}
.cardunterkunft .cardunterkunftheader {
  font-size: 1.25rem;
  word-wrap: break-word;
}
.cardunterkunft div.mud-card-content a:link,
.cardunterkunft div.mud-card-content a:visited {
  color: #ffa724;
  word-break: break-all;
  hyphens: auto;
}
.cardunterkunft div.mud-card-content a:link .icon,
.cardunterkunft div.mud-card-content a:visited .icon {
  transform: translateY(4px);
}
.cardunterkunft div.mud-card-content a:hover,
.cardunterkunft div.mud-card-content a:active {
  color: #da8607;
}

.cardausflugsziel {
  width: 490px;
  margin-bottom: 2rem;
  background-color: #f0f0f0;
}
.cardausflugsziel .cardausflugszielheader {
  font-size: 1.25rem;
  word-wrap: break-word;
}
.cardausflugsziel div.mud-card-content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.cardausflugsziel div.mud-card-content .image {
  width: 150px;
  padding: 5px 10px 0 0;
  height: auto;
}
.cardausflugsziel div.mud-card-content .image img {
  width: 140px;
  height: auto;
}
.cardausflugsziel div.mud-card-content .mengentext {
  font-size: 1rem;
}
.cardausflugsziel div.mud-card-content .mengentext p {
  font-size: 1rem;
  font-weight: normal;
}
.cardausflugsziel div.mud-card-content .mengentext p strong {
  font-size: 1rem;
}
.cardausflugsziel div.mud-card-content a:link,
.cardausflugsziel div.mud-card-content a:visited {
  color: #ffa724;
  word-break: break-all;
  hyphens: auto;
}
.cardausflugsziel div.mud-card-content a:link .icon,
.cardausflugsziel div.mud-card-content a:visited .icon {
  transform: translateY(4px);
}
.cardausflugsziel div.mud-card-content a:hover,
.cardausflugsziel div.mud-card-content a:active {
  color: #da8607;
}

.cardphotoselector {
  width: 240px;
  margin-bottom: 2rem;
}
.cardphotoselector .cardphotoselectorheader {
  font-size: 1rem;
  font-weight: bold;
  word-wrap: anywhere;
  hyphens: auto;
}
.cardphotoselector div.mud-card-content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.cardphotoselector div.mud-card-content .image {
  width: 160px;
  padding: 0px 10px 0 0;
  height: auto;
}
.cardphotoselector div.mud-card-content .image img {
  width: 160px;
  height: auto;
}
.cardphotoselector div.mud-card-content .checker {
  font-size: 1rem;
}

.freshul ul li {
  list-style: none;
  position: relative;
  padding: 3px 0 2px 25px;
}
.freshul ul li::before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  left: 4px;
  top: 13px;
  border-top: 9px solid transparent;
  border-right: 9px solid #ffa724;
  transform: rotate(10deg);
  z-index: 100;
}
.freshul ul li::after {
  content: "";
  position: absolute;
  border: 0 solid transparent;
  border-top: 3px solid #ffa724;
  border-radius: 20px 0 0 0;
  top: 10px;
  left: -5px;
  width: 12px;
  height: 12px;
  transform: rotate(45deg);
  z-index: 100;
}
.freshul ul li.ql-indent-2 {
  list-style: none;
  position: relative;
  padding: 3px 0 2px 25px;
  transform: translateX(30px);
}
.freshul ul li.ql-indent-2::before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  left: 4px;
  top: 13px;
  border-top: 9px solid transparent;
  border-right: 9px solid #ffa724;
  transform: rotate(10deg);
  z-index: 100;
}
.freshul ul li.ql-indent-2::after {
  content: "";
  position: absolute;
  border: 0 solid transparent;
  border-top: 3px solid #ffa724;
  border-radius: 20px 0 0 0;
  top: 10px;
  left: -5px;
  width: 12px;
  height: 12px;
  transform: rotate(45deg);
  z-index: 100;
}

.ccsdialog-container {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.75);
  z-index: 2000;
  display: flex;
  justify-content: center;
  align-items: center;
}

.ccsdialog {
  position: relative;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 0 1rem;
}

.ccsdialog-body {
  position: relative;
  background-color: transparent;
}
.ccsdialog-body img {
  object-fit: contain;
  width: 800px;
  max-width: 90%;
  height: auto;
  max-height: 90%;
  filter: drop-shadow(0px 0px 2px #fff) drop-shadow(0px 0px 2px #fff) saturate(100%) brightness(1);
  transition: all 0.25s ease-in-out;
}
.ccsdialog-body img:hover {
  transition: all 0.25s ease-in-out;
  filter: drop-shadow(0px 0px 2px #fff) drop-shadow(0px 0px 2px #fff) saturate(120%) brightness(1.2);
}
.ccsdialog-body .ccsdialog-button {
  position: absolute;
  width: 3rem;
  height: 3rem;
  text-align: center;
  background-color: rgba(0, 0, 0, 0.25);
  color: #C0C0C0;
  top: -1.5rem;
  right: 1.5rem;
  z-index: 2010 !important;
  border: 4px solid #fff;
  border-radius: 1000px;
}
.ccsdialog-body .ccsdialog-button button.btn {
  padding-top: 4px;
  font-size: 1.75rem;
  font-weight: bold;
  color: #fff;
}

.infoboxroundedtr,
.infoboxrounded4 {
  width: 100%;
  margin-bottom: 1.5rem;
  border-top-right-radius: 1rem;
  padding: 1rem;
}
.infoboxroundedtr .infoboxrounded4-content h3,
.infoboxrounded4 .infoboxrounded4-content h3 {
  font-size: 1.5rem;
  font-weight: bold;
  margin-bottom: 0.5rem;
}
.infoboxroundedtr .infoboxrounded4-content p,
.infoboxrounded4 .infoboxrounded4-content p {
  line-height: 1.5;
}
.infoboxroundedtr .infoboxrounded4-content .infoboxrounded4-link,
.infoboxrounded4 .infoboxrounded4-content .infoboxrounded4-link {
  margin-top: 1.5rem;
}
.infoboxroundedtr .infoboxrounded4-content .infoboxrounded4-link a:link,
.infoboxroundedtr .infoboxrounded4-content .infoboxrounded4-link a:visited,
.infoboxrounded4 .infoboxrounded4-content .infoboxrounded4-link a:link,
.infoboxrounded4 .infoboxrounded4-content .infoboxrounded4-link a:visited {
  text-transform: uppercase;
  font-weight: bold;
}
.infoboxroundedtr .infoboxrounded4-content .infoboxrounded4-link a:hover,
.infoboxroundedtr .infoboxrounded4-content .infoboxrounded4-link a:active,
.infoboxrounded4 .infoboxrounded4-content .infoboxrounded4-link a:hover,
.infoboxrounded4 .infoboxrounded4-content .infoboxrounded4-link a:active {
  text-decoration: underline;
}
.infoboxroundedtr img.round,
.infoboxrounded4 img.round {
  border-radius: 50%;
  margin: 0;
  padding: 0;
}

div.infoboxrounded4 {
  border-radius: 1rem;
  max-width: 360px;
}

.infoboxbar {
  width: 100%;
  padding: 1rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  background-color: #D0D0D0;
  padding-top: 2rem;
  padding-bottom: 2rem;
}
.infoboxbar .infobox {
  min-width: 260px;
  max-width: 288px;
  width: 100%;
}
.infoboxbar .infobox .infobox-content h3 {
  font-size: 1.5rem;
  font-weight: bold;
  margin-bottom: 0.5rem;
}
.infoboxbar .infobox .infobox-content p {
  line-height: 1.5;
}
.infoboxbar .infobox .infobox-content div.infobox-link {
  /*                margin-top: 0.5rem;
                  margin-bottom: 3rem;
                  border: 1px solid black;
                  border-radius: 0.5rem;
                  padding: 1rem;
  */
}
.infoboxbar .infobox .infobox-content div.infobox-link a:link,
.infoboxbar .infobox .infobox-content div.infobox-link a:visited {
  display: inline-block;
  text-transform: uppercase;
  font-weight: bold;
  margin-top: 0.5rem;
  margin-bottom: 3rem;
  border: 1px solid black;
  border-radius: 0.5rem;
  padding: 1rem;
}
.infoboxbar .infobox .infobox-content div.infobox-link a:hover,
.infoboxbar .infobox .infobox-content div.infobox-link a:active {
  background-color: #424242;
  color: white;
}

.infoboxstadtteaser {
  width: 100%;
  margin-bottom: 1rem;
}
.infoboxstadtteaser .header {
  background-color: #FED842;
  color: #ffffff;
  border-top-right-radius: 2rem;
  font-size: 1rem;
  padding: 0.5rem 0.5rem 0.5rem 0.5rem;
}
.infoboxstadtteaser .header .icon {
  padding-top: 0.25rem;
}
.infoboxstadtteaser .header .text h3 {
  font-size: 1.25rem;
}
.infoboxstadtteaser .content {
  background-color: #E0E0E0;
  border-bottom-right-radius: 2rem;
}
.infoboxstadtteaser .content .textarea {
  padding: 0.5rem 0.5rem 1.5rem 0.5rem;
}
.infoboxstadtteaser .content .textarea p {
  margin-bottom: 0.5rem;
}
.infoboxstadtteaser .content .textarea .morelink a:link,
.infoboxstadtteaser .content .textarea .morelink a:visited {
  text-transform: uppercase;
  font-weight: bold;
}
.infoboxstadtteaser .content .textarea .morelink a:hover,
.infoboxstadtteaser .content .textarea .morelink a:active {
  text-decoration: underline;
}

.infoboxtourismusteaser {
  width: 100%;
}
.infoboxtourismusteaser .header {
  background-color: #FED842;
  color: #ffffff;
  border-top-right-radius: 2rem;
  font-size: 1rem;
  padding: 0.5rem 0.5rem 0.5rem 0.5rem;
}
.infoboxtourismusteaser .header .icon {
  padding-top: 0.25rem;
}
.infoboxtourismusteaser .header .text h3 {
  font-size: 1.25rem;
}
.infoboxtourismusteaser .content {
  background-color: transparent;
  text-align: center;
}
.infoboxtourismusteaser .content .morelink {
  transform: translateY(-2.5rem);
}
.infoboxtourismusteaser .content .morelink a:link,
.infoboxtourismusteaser .content .morelink a:visited {
  display: inline-block;
  text-transform: uppercase;
  font-weight: bold;
  margin-top: 0.5rem;
  border-radius: 0.5rem;
  padding: 1rem;
  background-color: #D0D0D0;
  color: #000;
}
.infoboxtourismusteaser .content .morelink a:hover,
.infoboxtourismusteaser .content .morelink a:active {
  background-color: #424242;
  color: white;
}

.box-wanderkarte div a:link,
.box-wanderkarte div a:visited {
  color: rgb(168.5866666667, 103.6266666667, 5.4133333333);
  font-weight: 600;
}
.box-wanderkarte div a:hover,
.box-wanderkarte div a:active {
  color: #fed842;
}

.cardnewsteaser3 {
  width: 100%;
  max-width: 360px;
}
.cardnewsteaser3 div.mud-card.content div.content {
  font-size: 1rem;
}

@media screen and (max-width: 1154px) {
  .cardnewsteaser3 {
    max-width: 1154px;
  }
}
.dropzone {
  position: relative;
  overflow: hidden;
  border: 2px dotted rgba(0, 0, 0, 0.2);
  background-color: rgba(0, 0, 0, 0.09);
  margin-bottom: 20px;
  border-radius: 5px;
}

.dropzone.dropzone-active {
  background-color: #999;
}

.dropzone label {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  line-height: 1.1rem;
  font-size: 0.8rem;
  width: 100%;
  padding: 0.5rem;
}

.mud-progress-linear.mud-progress-linear-rounded .mud-progress-linear-bars {
  vertical-align: middle !important;
  border: 1px solid black !important;
}

div.mud-card-header.upload {
  padding: 1rem 0 0 1rem !important;
}

.uploadcardheader {
  font-size: 1rem;
  font-weight: bold;
  text-transform: uppercase;
  margin: 0;
  padding: 0;
}

.newsexpansionpanel {
  margin-top: 2rem;
  background-color: whitesmoke;
  color: #424242;
}
.newsexpansionpanel div.mud-expand-panel-header {
  padding: 1rem;
}
.newsexpansionpanel div.mud-expand-panel-header .kurztext {
  font-size: clamp(0.75rem, 2vw, 1rem) !important;
  font-weight: bold;
  word-wrap: break-word;
  hyphens: auto;
}
.newsexpansionpanel .bildcontainer {
  display: flex;
  flex-direction: row;
  justify-content: left;
  align-items: flex-start;
}
.newsexpansionpanel .bildcontainer div.img {
  margin: 0 1rem 0 0;
  flex-grow: 1;
  max-width: 30%;
}
.newsexpansionpanel .bildcontainer div.img img.newsimage {
  width: 100%;
  margin: 0 auto;
  max-width: 500px;
  height: auto;
}
.newsexpansionpanel .bildcontainer div.img div.txt {
  width: 69.9%;
  flex-grow: 2;
}
.newsexpansionpanel .bildcontainer .pdfcontainer {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
.newsexpansionpanel .bildcontainer .pdfcontainer a {
  word-break: break-all;
  hyphens: auto;
}
@media (max-width: 600px) {
  .newsexpansionpanel div.mud-expand-panel-header {
    padding: 0.5rem;
  }
  .newsexpansionpanel div.mud-expand-panel-header .bildcontainer {
    display: flex;
    flex-direction: column;
    align-content: center;
  }
  .newsexpansionpanel div.mud-expand-panel-header .bildcontainer div.img {
    margin: 0;
    max-width: 100%;
    text-align: center;
    align-self: center;
  }
  .newsexpansionpanel div.mud-expand-panel-header .bildcontainer div.img img.newsimage {
    margin: 0 auto;
    width: 100%;
    max-width: 300px;
    height: auto;
  }
}

.nocontent {
  margin: 2rem auto;
  max-width: 80%;
  background-color: whitesmoke;
  color: #424242;
  padding: 1rem;
  text-align: center;
  font-size: 1.5rem;
  font-weight: bold;
  word-wrap: break-word;
  hyphens: auto;
  border: 1px solid #272c34;
  border-radius: 10px;
  padding: 2rem;
  font-weight: normal;
}

.bottomlink {
  margin: 2rem auto 0 auto;
  text-align: center;
  font-size: 1rem;
  word-wrap: break-word;
  hyphens: auto;
  /*    a {
          color: $MudDark;
      }
  */
}

.stadtrat .fraktion {
  width: 100% !important;
  padding: 1rem;
  font-size: 1.5rem;
  font-weight: bold;
  margin-bottom: 1rem;
  background-color: whitesmoke;
  text-align: center;
}
.stadtrat .mitglieder {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 3rem;
  border: 1px solid lightgray;
  margin-top: 0;
  padding-top: 2rem;
}

@media screen and (max-width: 386px) {
  .stadtrat {
    width: 240px;
  }
  .stadtrat .fraktion {
    font-size: 1.25rem;
    font-weight: bold;
  }
}
.immobilien div.header {
  font-size: 1.1rem;
  font-weight: bold;
  padding-bottom: 0.5rem;
}
.immobilien div.header span {
  display: inline-block;
  transform: translateY(10px);
}
.immobilien p.ergaenzung,
.immobilien p.link {
  font-size: 0.75rem;
  padding-left: 3rem;
  font-weight: normal;
  padding-bottom: 0.5rem;
}
.immobilien p.link {
  padding-bottom: 1rem;
}

.buergerservice img {
  width: 16px;
  height: 16px;
}

.adressen a:link,
.adressen a:visited {
  color: #ffa724;
  word-break: break-all;
  hyphens: auto;
}
.adressen a:link .icon,
.adressen a:visited .icon {
  transform: translateY(4px);
}
.adressen a:hover,
.adressen a:active {
  color: #da8607;
}

/*
    https: //css-tricks.com/adaptive-photo-layout-with-flexbox/
*/
section.imagelist ul {
  display: flex;
  flex-wrap: wrap;
  margin: 2vmin;
}
section.imagelist ul:after {
  content: "";
  display: block;
  flex-grow: 10;
}
section.imagelist li {
  height: 30vh;
  flex-grow: 1;
  margin: 2vmin;
}
section.imagelist li:last-child {
  flex-grow: 10;
}
@media (max-aspect-ratio: 1/1) {
  section.imagelist li {
    height: 20vh;
  }
}
@media (max-height: 480px) {
  section.imagelist li {
    height: 70vh;
  }
}
section.imagelist img {
  max-height: 100%;
  min-width: 100%;
  object-fit: cover;
  vertical-align: bottom;
  border-radius: 1vmin;
  border: 1px solid #808080;
  transition: all 0.25s ease-in-out;
}
section.imagelist img:hover {
  filter: saturate(120%) brightness(1.2);
  transition: all 0.25s ease-in-out;
  /*
  transform: scale(1.01);
  */
}
@media (max-aspect-ratio: 1/1) and (max-width: 480px) {
  section.imagelist ul {
    flex-direction: row;
  }
  section.imagelist li {
    height: auto;
    width: 100%;
  }
  section.imagelist img {
    width: 100%;
    max-height: 75vh;
    min-width: 0;
  }
}

div.anfahrt div.controlbar {
  background-color: #ffa724;
  padding: 0.25rem;
  margin-bottom: 1rem;
}
div.anfahrt div#summary {
  background-color: #ffffff;
  padding: 0.5rem 1rem;
  border: 1px solid #808080;
  border-radius: 0.25rem;
  visibility: hidden;
}
div.anfahrt table.wegbeschreibung {
  margin: 1rem auto 2rem auto;
}
div.anfahrt table.wegbeschreibung tr.row0 {
  background-color: lightgray;
}
div.anfahrt table.wegbeschreibung tr.row1 {
  background-color: #F0F0F0;
}
div.anfahrt table.wegbeschreibung td {
  font-size: 14px;
  padding: 6px;
}
div.anfahrt table.wegbeschreibung td.right {
  text-align: right;
  vertical-align: top;
}
