/*
#E50152
#EC6D8E
#F6A101
#FED500
*/

/* Fonts */

/* BaWueSansWeb-regular - latin */
@font-face {
font-family:'BaWueSansWeb';
src: url('/fileadmin/templates/fonts/BaWueSansWeb-Regular.woff2') format('woff2');
font-weight: 500;
font-style: normal;
}

@font-face {
font-family:'BaWueSansWeb';
src: url('/fileadmin/templates/fonts/BaWueSansWeb-SemiBold.woff2') format('woff2');
font-weight: 600;
font-style: normal;
}

@font-face {
font-family:'BaWueSansWeb';
src: url('/fileadmin/templates/fonts/BaWueSansWeb-Bold.woff2') format('woff2');
font-weight: 700;
font-style: normal;
}
@font-face {
font-family:'BaWueSerif';
src: url('/fileadmin/templates/fonts/BaWueSerifWeb-Regular.woff2') format('woff2');
font-weight: 400;
font-style: normal;
}
@font-face {
font-family:'BaWueSerif';
src: url('/fileadmin/templates/fonts/BaWueSerifWeb-Bold.woff2') format('woff2');
font-weight: 700;
font-style: normal;
}

textarea,
input {
  font-size: inherit;
  border-radius: 3px;
}

input[type="text"],
input[type="number"],
input[type="email"],
input[type="date"],
input[type="password"] {
  width: 100%;
  border: 1px solid #ccc;
  padding: 5px;
}

input[type="reset"]:disabled,
input[type="submit"]:disabled {
  opacity: 0.3;
}

 input[type='checkbox'],
 input[type='radio'] { 
     transform: scale(1.4); 
     margin: 3px 8px 0 3px;
 }

input:focus {
}

select {
    /* Reset default styles */
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    
    /* Your custom styles */
    background-color: white;
    border: 1px solid #ccc;
    border-radius: 3px;
    padding: 8px 12px;
    font-size: 14px;
    outline: none;
    
    /* Add custom dropdown arrow */
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3e%3cpath stroke='%236b7280' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M6 8l4 4 4-4'/%3e%3c/svg%3e");
    background-position: right 8px center;
    background-repeat: no-repeat;
    background-size: 16px;
    padding-right: 32px; /* Make room for the arrow */
}

select:focus {
    border-color: #999;
    box-shadow: 0 0 0 2px rgba(153, 153, 153, 0.2);
}

/* Remove default arrow in IE */
select::-ms-expand {
    display: none;
}

.archiv .pagebrowser {
  display: none;
}

/* General */

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

p {
  margin: 8px 0;
}

/* remove focus outline for divs */
div:focus,
ul:focus {
  outline-width: 0;
  outline: none;
}

address,
article,
aside,
div,
footer,
header,
hgroup,
layer,
main,
nav,
section {
  display: block;
}

html,
body {
  width: 100%;
  height: 100%;
}

body {
  margin: 0;
  padding: 0;
  -moz-box-sizing: border-box;
  background: #fffef9;
  color: #333;
  font-family: "BaWueSansWeb";
  font-size: 0.90em;
}

body.variante {
  background: #ffffeb;
}

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

.align-right {
  text-align: right;
}

video.video-embed-item,
svg,
img {
  border: 0;
  max-width: 100%;
  height: auto;
  width: auto;
}

.visHidden {
  display: inline-block;
  visibility: hidden;
  width: 0px !important;
  height: 0px !important;
  overflow: hidden !important;
}

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

/* doppelte <hr> verhindern */
hr + hr {
  display: none;
}

hr {
  border: 0px solid #ccc;
  padding: 0;
  margin: 0;
  height: 1px;
  border-top: 1px solid #ccc;
}

/* links */

/*a:focus,*/
a:active {
  background: #fff;
  outline: 0;
  box-shadow: rgba(0, 68, 54, 0.5) 0 0 4px;
  -webkit-tap-highlight-color: #bc0042;
}

a,
a:visited {
  text-decoration: none;
  color: #000;
}

a:focus {
  box-sizing: border-box;
  border: 1px solid #000 !important;
}

.main-content a:focus,
.main-content a:active,
.main-content a:hover {
  text-decoration: underline;
}


.btn {
  margin: 0px;
  line-height: 30px;
  text-align: center;
  font-weight: 600;
  transition: all 0.3s;
  padding: 0px 15px;
  display: inline-block;
  border-radius: 3px;
  border-radius: 3px;
  cursor: pointer;
}

input[type=submit],
a.button,
input.button,
.button a {
  margin: 0px;
  line-height: 30px;
  text-align: center;
  font-weight: 600;
  transition: all 0.3s;
  padding: 2px 15px;
  display: inline-block;
  border-radius: 3px;
  border: 2px solid #E50152;
  border-radius: 3px;
  cursor: pointer;
  background: none;
  color: #E50152;
}

.theme_orange .main-content .btn-primary,
.btn-primary {
  color: #000;
  border: 2px solid #E50152;
}

input[type=submit]:hover,
a.button:hover,
input.button:hover,
.button a:hover,
.btn-primary:hover {
  color: #fff !important;
  background: #E50152 !important;
}

.theme_orange .main-content a.btn-danger,
.btn-danger,
a.btn-secondary,
.btn-secondary {
  background: #FED500;
  color: #000;
  border: 0px solid #bc0042;
}

.mandatory {
  color: #E50152;
}

.lettercount {
  position:absolute;
  background: rgba(0,0,0,.3);
  padding: 2px;
  color: #fff;
  width: 85px;
  text-align: right;
  display: none;
}

body .main-content a.button:hover,
body .main-content a.button:focus,
body .main-content input.button:hover,
body .main-content input.button:focus,
body .main-content .button a:hover,
body .main-content .button a:focus {
  background: #E50152;
  text-decoration: none;
  color: #fff;
}

/* .link-internal fügt das Dreieck auf der linken Seite hinzu */
.link-internal {
  padding-left: 0.8em;
  position: relative;
  display: inline-block;
}

.link-internal:before {
  content: "";
  position: absolute;
  top: 0.25em;
  left: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0.35em 0 0.35em 0.5em;
  border-color: transparent transparent transparent #8d8d8d;
}

a.white {
  color: #fff !important;
}

a.internal-link,
li.internal-link a,
.external-link-new-window,
.external-link,
.download,
.mail,
.email,
.tel,
.fax,
.path > a,
.news-related-files .news-related-files-link a {
  cursor: pointer;
  display: inline;
}

.hidden {
  display: none;
}

/* tooltips */
.tel:after,
.fax:after {
  border: 1px solid #555;
  background: #fefefe;
  position: absolute;
  top: -2.5em;
  left: 0;
  /* 	margin-left: 110%; */
  padding: 0.3em;
  z-index: 999;
  display: none;
  pointer-events: none;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
}
.tel:hover:after,
.fax:hover:after {
  display: block;
}
.tel:hover,
.fax:hover {
  text-decoration: underline;
}


/* ↗︎ ⬈ ➚ ⇲ ➞ ➡︎ ✉ ✆ ☎ ☏  */

a.internal-link:before,
li.internal-link a:before,
.path > a:before {
  content:"➔";
  padding: 0 4px 0px 3px;
  color: rgba(0, 0, 0, 0.7);
  font-size: 80%;
}

.external-link-new-window:before,
.external-link:before {
  content:"⇲";
  padding: 0 0 5px 5px;
  color: rgba(0, 0, 0, 0.7);
  font-size: 120%;
  transform: rotate(270deg);
  display: inline-block;
  /*transform: scaleY(-1);*/
}

.download:before,
.news-related-files .news-related-files-link a:before {
  content:"⇲";
  padding-right: 4px;
  color: rgba(0, 0, 0, 0.7);
  font-size: 120%;
}

.mail:before,
.email:before {
  content:"✉";
  padding-right: 4px;
  color: rgba(0, 0, 0, 0.697);
  font-size: 120%;
  /*background-image: url(../images/icon_mail.gif);*/
}

.tel:before {
  content:"✆";
  padding-right: 4px;
  color: rgba(0, 0, 0, 0.697);
  font-size: 110%;
  /*background-image: url(../images/icon_phone.gif);*/
}
.tel:after {
  content: "Telefonnummer";
}

.fax {
  /*background-image: url(../images/icon_fax.gif);*/
}
.fax:after {
  content: "Faxnummer";
}

.skiplink {
  /* 	skiplinks aus dem DOM verschieben damit nur sichtbar für screenreader */
  position: absolute;
  top: -1px;
  left: -1px;
}

.skiplink a {
  /* 	skiplinks aus dem DOM verschieben damit nur sichtbar für screenreader */
  position: absolute;
  height: 1px;
  width: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  clip-path: inset(100%);
  white-space: nowrap; 
}

.skiplink a:not(:focus) {
  position: absolute;
  height: 1px;
  width: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  clip-path: inset(100%);
  white-space: nowrap; 
}

#timer {
  text-align: center;
  font-size: 250%;
  color: #E50152;
}

.rot {
  color: #ff0000;
}

/* header */

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
  font-family: "BaWueSerif";
  margin-bottom: 0.5em;
  letter-spacing: 0.02em;
  line-height: 125%;
}

.dropdown h3.active,
.drop-block.active > a {
  font-weight: bold !important;
}

h1,
h2,
h3 {
  color: #E50152;
}

.main-nav > li:nth-of-type(2) h2:after {
  content: "Geschichte, Auftrag, Struktur";
}

.main-nav > li:nth-of-type(3) h2:after {
  content: "Denkmale";
}

.main-nav > li:nth-of-type(4) h2:after {
  content: "Publikationen";
}

h1,
.dropdown-title h2 {
  font-size: 200%;
}
h2 {
  font-size: 160%;
}
h3 {
  font-size: 140%;
}
h4 {
  font-size: 115%;
  color: #bc0042;
}
h5 {
  font-size: 100%;
}
h6 {
  font-size: 100%;
}

h4,
h5,
h6 {
}

/* forms */

.form .containerRow {
  display: grid;
  grid-template-columns: calc(50% - 15px) calc(50% - 15px);
  column-gap: 30px;
}

.form .row {
  padding: 3px 0;
}

.form .label {
  color: #666;
  font-weight: 200;
}

.validation-error,
.form label.error {
  color: #bc0042;
  display: block;
}

.main-content fieldset {
  border: 0;
  padding: 0;
  margin: 1em 0;
}

ul {
  margin: 0;
  padding: 0;
  list-style: initial;
}

ol li {
  margin-left: 20px;
}

li {
  list-style-type: none;
}

#inhalt .frame-default li,
.news-single li {
  list-style-type: none;
  margin-left: 12px;
  text-indent: -12px;
  padding-bottom: 5px;
}

#inhalt .frame-default li:before {
  content: "❯";
  color: #666;
  padding-left: 2px;
  margin-right: 3px;
}

.ce-intext.ce-left ol,
.ce-intext.ce-left ul {
  padding: 0;
}

/* imageMaps */
/* Karte UDB */

@media (max-width: 920px) {
  #c31892 ul {
    column-count: 2;
  }
}

#c31892 li.active a {
  font-weight: bold;
  color: #bc0042;
}

#fluesse {
  display: none;
}

#staedte,
#Schrift-Kreise {
  pointer-events: none;
}

#Stadtkreise a path:hover {
  fill:#bc0042 !important;
}

#kreiseNeu a path:hover {
  fill:#bc0042 !important;
}

#kreiseNeu a path.active {
  fill:#bc0042 !important;
}


img[usemap] {
  /*width: 100%;*/
  height: auto !important;
}

.clearer {
  clear: both !important;
}

.centering,
.dropdown {
  max-width: 1560px;
  width: 100%;
  margin: 0 auto;
  height: auto;
  position: relative;
}

#wrapper {
  width: 100%;
  min-height: 100%;
  margin-bottom: -80px;
}

/* Sitemap */

.ce-menu.ce-menu-2 {
  line-height: 1.5em;
}

.ce-menu.ce-menu-2 ul {
  margin-left: 1.5em;
  list-style-position: inside;
  margin-bottom: 0.5em;
}

.ce-menu.ce-menu-2 ul li {
  list-style-type: none;
}

/* Header */

#wrapper > header {
  overflow: hidden;
  min-height: 120px;
}

#header-img-start {
  /*min-height: 160px;*/
  width: 100%;
  background-repeat: no-repeat;
  background-position: left top;
  background-size: cover;
  position: relative;
}

#header-img-start h1,
#header-img-start h2,
#header-img-start h3,
#header-img-start h4 {
  display: none;
}

#header-img-start > div {
  width: 100%;
}

#header-img-start > div div {
  margin: 0px;
}

/* Slider Keyvisual */

.keyControl {
  position: absolute;
  right: 25px;
  bottom: 4px;
  z-index: 1;
}

.keyControl img {
  height: 22px;
  cursor: pointer;
}

.hide,
.keyControl .hide {
  display: none;
}

.contenitor-slider-keyvisual img {
  height: auto !important;
  object-fit: cover;
}

#header-img-start .spacer {
  display: none;
}

#uid1 #header-img-start .spacer {
  display: block;
  margin-bottom: -4px;
}

#header-img-start.sliderteaser
  .slider-keyvisual
  .contenitor-slider-keyvisual
  .ce-textpic {
  position: absolute;
  display: none;
}

#header-img-start.sliderteaser .slider-keyvisual .ce-column {
  padding-right: 0;
}

#header-img-start.sliderteaser .slider-keyvisual .ce-bodytext {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  padding: 5px 0;
  color: #fff;
  background: #000;
  opacity: 0.8;
  text-align: center;
  opacity: 0;
}

#header-img-start.sliderteaser .slider-keyvisual .ce-bodytext.show {
  opacity: 1;
  transition: opacity 0.6s ease 1.5s;
}

#header-img-start.sliderteaser .slider-keyvisual .ce-bodytext.showsofort {
  opacity: 1;
}

#logo {
  position: absolute;
  top: 20px;
  left: 10px;
  z-index: 11;
  width: auto !important;
  background: #fffef9;
}

#logoWA a,
#logo a {
  display: block;
  padding: 5px 5px 2px 5px;
}

#logo svg,
#logo img {
  height: 50px;
  transition: all 500ms;
}

#logoWA  {
  position: absolute;
  top: 20px;
  right: 10px;
  z-index: 11;
  width: auto !important;
  background: #fffef9;
}

#logoWA svg,
#logoWA img {
  height: 46px;
  transition: all 500ms;
}

.topNavi {
  width: 100%;
  background-color: #E50152;
  border-bottom: 4px solid #4a4044;
  padding: 5px 10px 5px 10px;
}

.topNavi .centering {
  display: flex;
  justify-content: space-between; 
}

.topNaviLeft {
  display: flex;
  justify-content: flex-start;
}

#search form {
  display: flex;
  margin-right: 10px;
}

#search label {
  color: transparent;
}

#search form#tx_indexedsearch.search-form {
  position: relative;
  display: block;
}

#search input[type="text"] {
  border: 0;
  background: #fff;
  -webkit-appearance: none;
  padding: 0px 0px;
  width: 150px;
  height: 25px;
  text-indent: 10px;
  line-height: 25px !important;
  margin: 0px 2px 0 0;
}

#search input[type="image"] {
  background: #4a4044;
  height: 15px;
  padding: 5px 11px;
  position: relative;
  box-sizing: content-box;
}

#tx_indexedsearch fieldset > div {
  padding: 4px 0;
}

/* ie >=10 */
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  #search input[type="text"] {
    height: 24px;
    top: 7px !important;
    right: 45px;
    line-height: 24x !important;
  }
}

#search input:focus::-webkit-input-placeholder {
  color: transparent;
}
#search input:focus:-moz-placeholder {
  color: transparent;
}
#search input:focus::-moz-placeholder {
  color: transparent;
}
#search input:focus:-ms-input-placeholder {
  color: transparent;
}

.leichteSprache {
  display: flex;
  justify-content: flex-end;
}

.leichteSprache > div a {
  background-color: #4a4044 !important;
  line-height: 25px;
  padding: 0 5px;
  color: #fff;
}

#ls a {
  background: url(/fileadmin/templates/images/icon-leichtesprache.png) no-repeat 4px 3px;
  background-size: 20px;
  padding-left: 28px;
}

#gs a {
  background: url(/fileadmin/templates/images/icon-gebaerdensprache.png) no-repeat 4px 3px;
  background-size: 20px;
  padding-left: 28px;
}

.leichteSprache > div a:hover {
  background-color: #000 !important;
}

#ls {
  display: flex;
    height: 25px;
}

#gs {
  display: flex;
    height: 25px;
  margin-right: 10px;
}

@media (max-width: 520px) {
  #search input[type="text"] {
    width: 100px;
    height: 20px;
    text-indent: 4px;
    line-height: 20px !important;
  }
  
  #search input[type="image"] {
    background: #4a4044;
    height: 10px;
    padding: 5px 11px;
    position: relative;
    box-sizing: content-box;
  }
  
  .leichteSprache > div a {
    line-height: 20px;
    padding: 0 3px;
  }
  
  #ls a {
    background: url(/fileadmin/templates/images/icon-leichtesprache.png) no-repeat 4px 3px;
    background-size: 15px;
    padding-left: 23px;
  }
  
  #gs a {
    background: url(/fileadmin/templates/images/icon-gebaerdensprache.png) no-repeat 4px 3px;
    background-size: 15px;
    padding-left: 23px;
  }
  
  #ls {
    height: 20px;
  }
  
  #gs {
    height: 20px;
    margin-right: 5px;
  }
}

.social {
  padding: 0px;
  display: flex;
}

.social a {
  display: block;
  width: 25px;
  height: 25px;
  margin-right: 5px;
}

.social .druck-icon {
  display: block;
  width: 25px;
  height: 25px;
  background: #ffffff;
  border-radius: 13px;
  position: relative;
  cursor: pointer;
}

.social .druck-icon img {
  padding: 5px 4px;
  opacity: 0.8;
}

.area-option-druck {
  width: 110px;
  height: 52px;
  background: #ffffff;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.4);
  display: none;
  position: absolute;
  left: -62px;
  top: 35px;
}

.area-option-druck ul {
  list-style-image: none;
  padding: 0;
  margin: 0;
}

.area-option-druck ul li {
  list-style-image: none;
  width: 100%;
  height: 26px;
  line-height: 26px;
  padding-left: 5px;
  background: #ffffff;
  font-size: 13px;
}

.area-option-druck ul li:first-of-type {
  border-bottom: 1px solid #555555;
}

.area-option-druck ul li:hover,
.area-option-druck ul li:active {
  background: #828282;
  color: #ffffff;
}

.area-option-druck .pfeil {
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 5px 8px 5px;
  border-color: transparent transparent #ffffff transparent;
  left: 69px;
  top: -8px;
}

/* Main Menu */

nav {
  z-index: 1000;
  margin-top: -1px;
}

nav.fixed {
  position: fixed;
  top: 0;
  width: 100%;
  box-shadow: 1px 1px 3px 3px rgba(0, 0, 0, 0.3);
}

.mobi-nav {
  display: none;
  background: #444;
  width: 100%;
  z-index: 991;
  position: absolute;
  font-size: 130%;
  height: 45px;
}

.mobi-nav .toggle-menu {
  display: inline-block;
  color: #fff;
  font-size: 100%;
  line-height: 35px;
  padding: 0 10px;
  font-family: "BaWueSerif";
  min-width: 45%;
  line-height: 45px;
}

.startlink {
  display: none;
}

#menu-icon {
  height: 0.8em;
  width: 0.8em;
  position: relative;
}

.bg-menu {
  background: #555555;
  height: 45px;
}

.main-nav > li {
  float: left;
  white-space: nowrap;
  margin-right: 1px;
  z-index: 999;
}

.main-nav > li > a {
  color: #ffffff;
  padding: 0 30px;
  line-height: 45px;
  background: #646464;
  display: block;
  font-family: "BaWueSerif";
  font-size: 130%;
  font-weight: 400;
}

.main-nav > li:hover > a {
  background: #828282;
}

.main-nav > li.active > a {
  background: #ffffff;
  background: linear-gradient(
    to bottom,
    #ffffff 0%,
    #e6e6e6 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e6e6e6',GradientType=0 ); /* IE6-9 */
  color: #343434;
  box-shadow: inset 0px 1px 10px rgba(0, 0, 0, 0.1);
}

.main-nav > li.active:hover > a {
  background: #fff;
}

.dropdown {
  position: absolute;
  top: 45px;
  left: 0;
  z-index: 998;
  background: #fff;
  -moz-box-sizing: border-box;
  box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.4);
  white-space: normal;
  display: inline-block;
  visibility: visible;
  width: 0px;
  height: 0px;
  overflow: hidden ;
}

.dropdown-inner {
  padding: 15px 30px 0 30px;
}

.dropdown-list {
  column-count: 5;
  line-height: 1.2em;
}

.dropdown-list.noColumns {
  column-count: 1;
}

@media (max-width: 820px) {
  .dropdown-list {
    column-count: 3;
  }
}

.drop-block {
  display: inline-block; /* hackish break-inside: avoid */
  -webkit-column-break-inside: avoid; /* Chrome, Safari, Opera */
  page-break-inside: avoid; /* Firefox */
  break-inside: avoid; /* IE 10+ */
}

.drop-block ul {
  margin-bottom: 0.5em;
}

.drop-block li {
  padding: 0.2em 0;
}

.drop-block li.active {
  font-weight: bold;
}

.dropdown-list h3 {
  margin: 0.5em 0;
  line-height: 1.5em;
}

.dropdown-list h3 a {
  color: inherit;
}

.dropdown-list .drop-block > a,
.dropdown-list h3 a {
  margin: 0.5em 0;
  line-height: 1.5em;
  color: inherit;
  color: #bc0042;
  font-size: 120%;
  font-family: "BaWueSerif";
  display: block;
}

.dropdown-title {
  width: 100%;
  text-align: right;
}

.dropdown-title h2 {
  display: inline-block;
  font-size: 150%;
  margin: 0;
}

.dropdown a:hover {
  color: #000;
  text-decoration: underline;
}

.dropdown-title img {
  height: 1.8em;
  padding-left: 1em;
  position: relative;
  top: 0.25em;
  opacity: 0.5;
}

.dropdown-border {
  clear: both;
  height: 3px;
  width: 100%;
  margin-top: 10px;

  background: #6a6a6a; /* Old browsers */
  background: radial-gradient(
    ellipse at center,
    #6a6a6a 0%,
    #b4b4b4 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6a6a6a', endColorstr='#b4b4b4',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}

.main-nav > li:hover .dropdown {
  display: block;
  width: auto;
  height: auto;
  visibility: visible;
}

/* Breadcrumb */
.breadcrumb {
  font-size: 80%;
  color: #333;
  margin-bottom: 35px !important;
  grid-area: breadcrumb;
}

.breadcrumb a {
  color: inherit !important;
}

/* YouTube iframe */
iframe {
  max-width: 100%;
}

.youtubeFrame {
  display: inline-block;
  position: relative;
  background-size: contain !important;
}

.youtubeFrame .click {
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  z-index: 1;
  color: #fff;
}

.youtubeFrame .click:hover {
  cursor: pointer;
  background: rgba(0, 0, 0, 0.8);
}

.youtubeFrame .click p {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  padding: 0 10px;
  text-align: center;
  pointer-events: none;
}

.youtubeFrame .click p a {
  pointer-events: all;
  color: #bc0042;
  font-weight: 700;
}

.youtubeFrame .click.hide {
  display: none;
}

/* Searchpage */
.tx-indexedsearch-icon {
  display: none;
}

.tx-indexedsearch-searchbox legend {
  display: none;
}

.tx-indexedsearch-browsebox li {
  float: left;
}

.tx-indexedsearch-browsebox li:before {
  content: "" !important;
  padding: 0px;
  margin: 0px;
}

.tx-indexedsearch-browsebox li a {
  padding-right: 1em;
  display: inline-block;
}

.tx-indexedsearch-searchbox label {
  display: inline-block;
  width: 20%;
}

.tx-indexedsearch-searchbox .row {
  padding: 5px 0px;
}

.tx-indexedsearch > .tx-indexedsearch-res {
  clear: both;
  margin: 3em 0 1em 0;
}

.tx-indexedsearch-res {
  border-top: 1px solid #aaa;
  padding-top: 1em;
  clear: both;
}

.tx-indexedsearch-res .tx-indexedsearch-res:nth-of-type(1) {
  border-top: 0 solid #aaa;
  padding-top: 0;
}

.tx-indexedsearch-browsebox,
.tx-indexedsearch-whatis {
  margin: 1em 0;
  clear: both;
}

.tx-indexedsearch-percent,
.tx-indexedsearch-whatis {
  color: #aaa;
}

.tx-indexedsearch-title {
  width: 80%;
}

.tx-indexedsearch-percent {
  text-align: right;
  float: right;
  width: 20%;
}

td.tx-indexedsearch-icon.icon {
  display: none;
}

.tx-indexedsearch-rules {
  display: none;
}

.tx-indexedsearch-info {
  margin-top: 10px;
}

.tx-indexedsearch-info dd,
.tx-indexedsearch-info dt {
  float: left;
}

.tx-indexedsearch-info dd {
  margin-right: 5px;
  color: #999;
}

.tx-indexedsearch-info dt.tx-indexedsearch-text-item-path {
  clear: left;
}

/* Veranstaltungen neu */

.veranstaltungen-list-view .spaltentitel,
.veranstaltungen.listGrid {
  display: grid;
  grid-template-columns: 15% 15% 70%;
}

.veranstaltungen.listGrid {
  border-top: 1px solid #ccc;
}

.veranstaltungen.listGrid > div {
  padding: 3px;
  box-sizing: border-box;
}

.veranstaltungen-list-view .spaltentitel {
  font-weight: bold;
  color: #666;
}

.veranstaltungen-list-view.ausstellungen .categories {
  display: none;
}

.veranstaltung p {
  margin: 7px 0;
}

.veranstaltung .orgSimple p,
.veranstaltung .locationDescription p {
  margin: 0px 0;
}

.veranstaltung .Datum {
  font-weight: noemal;
  font-size: 120%;
  color: #666;
}

.veranstaltung a {
  color: #bc0042;
}

.veranstaltung .ics {
  margin-top: 15px;
}

.veranstaltung .news-list-category {
  font-weight: normal;
  color: #bc0042;
}

.veranstaltung .adressen {
  display: flex;
}

.veranstaltung .adressen > div:nth-child(2) {
  padding-left: 50px;
}

.veranstaltung .location,
.veranstaltung .organizer,
.veranstaltung .author,
.news-single .veranstaltung .news-related-wrap {
  margin-top: 15px;
}

.news-single .veranstaltung .news-related {
  border-top: 0px solid #fff;
}

.news-single .article .news-img-wrap 
.news .article .news-img-wrap {
  background: none;
}

.news .article .news-img-wrap a {
  border: 0px;
  background: none;
  padding: 0px;
}

.news-single .article .veranstaltung .news-img-wrap {
  width: 200px;
}

#inhalt .news .article .news-img-wrap a,
.news .article .veranstaltung .news-img-wrap a {
  padding: 0px;
  float: none;
  border: 0px solid #fff;
}

.news-single .news-img-caption {
  color: #555;
  font-size: 90%;
  line-height: 110%;
}

/* Login */
.frame-type-felogin_login fieldset > div {
  margin: 10px 0;
}

.frame-type-felogin_login legend {
  display: none;
}

.frame-type-felogin_login label {
  display: flex;
}

.frame-type-felogin_login label span {
  width: 150px;
}

.frame-type-felogin_login input {
  margin: 0px 10px;
  width: 200px;
}


/* Tables */
table {
  border-spacing: 0;
  width: 100%;
}

td,
th {
  padding: 0.5em 1em 0.5em 0;
  vertical-align: top;
  text-align: left;
  border: 0;
}

tr.news-list-item {
  font-weight: normal;
  background: none;
}

table.nostyle,
.csc-textpic table {
  border: none;
}

.nostyle tr,
.csc-textpic tr {
  background: none;
  font-weight: 400;
}

.csc-textpic td {
  padding: 0;
}

/************************************/
/*********** Sitemap ****************/
/************************************/

.frame-type-menu_sitemap > ul > li {
  margin-bottom: 20px;
}

.frame-type-menu_sitemap > ul > li > a {
  font-weight: bold;
  color: #bc0042;
}

.frame-type-menu_sitemap > ul > li > ul > li {
  margin-bottom: 5px;
}

.frame-type-menu_sitemap > ul > li > ul > li > a {
  font-weight: bold;
}

.frame-type-menu_sitemap ul ul {
  margin-left: 30px;
}

.frame-type-menu_sitemap ul ul li {
  list-style-type: disc;
}

/* Footer */
.push {
  height: 80px;
}

footer {
  border-top: 4px solid #E50152;
  font-size: 80%;
  margin-top: 20px;
}

.footer-site {
  width: 100%;
  height: 60px;
  background: #565656;
  z-index: 10;
  position: relative;
  padding-top: 8px;
}

.main-content.footer-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

#footlogo {
  height: 30px;
  opacity: 0.7;
}

.footer-menu {
  padding-left: 10px;
}

.footer-menu > li {
  float: left;
  white-space: nowrap;
  margin-right: 10px;
}

body footer .main-content .footer-menu > li > a {
  color: #ffffff;
  font-family: "BaWueSerif";
  font-weight: 400;
}

body footer .main-content .footer-menu > li > a:hover {
  text-decoration: underline;
}

.footer-right {
  color: #fff;
  display: flex;
  align-items: center;
}

.toplink {
  padding: 0px 12px 0 0;
  position: relative;
  display: inline-block;
  color: inherit !important;
  margin-right: 20px;
}

.toplink:after {
  content: "";
  position: absolute;
  top: 9px;
  margin-top: -0.3em;
  right: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0.35em 0.5em 0.35em;
  border-color: transparent transparent #fff transparent;
}

.footer-right .logoWW img {
  height: 30px;
}

@media (max-width: 680px) {
  .footer-site {
    height: 56px;
  }
  
  .footer-right > a {
    text-align: right;
  }
  
  .toplink {
    margin-right: 5px;
    flex-grow: 2;
  }
  
  #footlogo {
    height: 25px;
    display: none;
  }
  
  .footer-menu {
    padding-left: 0px;
    width: 60%;
  }
}

/*************************************************************************/
/********************         content elements          ******************/
/*************************************************************************/

.akkordeon .frame > div {
  max-height: 0px;
  overflow: hidden;
  transition: all 0.5s ease-in-out;
}

.akkordeon.open .frame > div {
  max-height: 2000px;
  transition: all 0.5s ease-in-out;
}

.akkordeon header:before {
  content: "+";
  font-weight: 900;
  font-size: 120%;
}

.akkordeon.open header:before {
  content: "–";
}

.akkordeon header h2,
.akkordeon header h3,
.akkordeon header h4 {
  display: inline-block;
  margin: 0px;
  padding: 0px !important;
}

/* Context / Content-right */
.content-right h1,
.content-right h2,
.content-right h3,
.content-right h1 a,
.content-right h2 a,
.content-right h3 a {
  color: #000 !important;
}

.content-right h1 {
  font-size: 120%;
}

.content-right > div {
  margin-bottom: 0em;
}

.content-right p {
  margin-bottom: 0.5em;
}

.dl-link {
  font-size: 50%;
}

.subpages li {
  display: block;
  margin-bottom: 0.5em;
}

/* Content */

.main-content {
  width: 100%;
  min-height: 100%;
  padding: 5px 30px 0px 30px;
  font-size: 105%;
  
  display: grid;
  grid-template-columns: 75% 25%;
  grid-template-rows: auto;
  grid-template-areas: 
    "breadcrumb breadcrumb"
    "contentLeft contentRight";
}

#uid1 main .main-content {
  display: block;
}

.content-left {
  padding: 15px 80px 0 0;
  line-height: 145%;
  grid-area: contentLeft;
}
@media (max-width: 1024px) {
  .content-left {
    padding: 15px 40px 0 0;
  }
}

.content-right {
  padding: 18px 0px 0 0px;
  grid-area: contentRight;
}

.content-full {
  -moz-box-sizing: border-box;
  width: 100%;
  padding: 15px 0px 0 0;
  min-height: 1px;
}

.main-content > div h3,
.main-content > div h4 {
  padding-top: 20px;
}

.main-content > div .tx-cart-products h3 {
  padding-top: 0px;
}

.main-content > div .ce-bodytext h3,
.main-content > div .ce-bodytext h4 {
  padding-top: 0px;
}

.main-content .content-left .ce-textpic {
  margin-bottom: 10px;
}

.ce-column {
  margin: 0;
  padding-right: 2px;
  width: auto !important;
}

.ce-column:last-child {
  padding-right: 0px;
}

.ce-column img {
  max-width: 100%;
  height: auto !important;
  margin: 0;
}

figcaption {
  left: 0;
  bottom: 0;
  padding: 0.3em 0.5em;
  font-size: 75%;
  line-height: 115%;
  pointer-events: none;
  width: 100%;
  -moz-box-sizing: border-box;
}

.ce-image [data-ce-columns="2"] .ce-row,
.ce-image [data-ce-columns="3"] .ce-row,
.ce-image [data-ce-columns="4"] .ce-row,
.ce-textpic [data-ce-columns="2"] .ce-row,
.ce-textpic [data-ce-columns="3"] .ce-row,
.ce-textpic [data-ce-columns="4"] .ce-row {
  display: flex;
  flex-wrap: wrap;
}
.ce-image [data-ce-columns="2"] .ce-row > div,
.ce-image [data-ce-columns="3"] .ce-row > div,
.ce-image [data-ce-columns="4"] .ce-row > div,
.ce-textpic [data-ce-columns="2"] .ce-row > div,
.ce-textpic [data-ce-columns="3"] .ce-row > div,
.ce-textpic [data-ce-columns="4"] .ce-row > div {
  flex-grow: 1;
  overflow: hidden;
}
.ce-image [data-ce-columns="2"] .ce-row > div .image img,
.ce-image [data-ce-columns="3"] .ce-row > div .image img,
.ce-image [data-ce-columns="4"] .ce-row > div .image img,
.ce-textpic [data-ce-columns="2"] .ce-row > div .image img,
.ce-textpic [data-ce-columns="3"] .ce-row > div .image img,
.ce-textpic [data-ce-columns="4"] .ce-row > div .image img {
}

.ce-intext.ce-left .ce-gallery {
  margin-right: 20px;
}

.ce-gallery .ce-outer a {
  display: block;
}

.ce-gallery .ce-row a:link img {
  box-sizing: border-box;
  background-color: #fff;
  border: 0px solid #fff;
  /* clip-path: inset(1px); */
  -moz-clip-path: inset(1px);
}

.ce-gallery .ce-row a:focus img, .ce-gallery .ce-row a:hover img, .ce-gallery .ce-row a:active img {
   background-color: #f00;
}

.ce-border img {
  border: 1px solid #bbb !important;
  /*width: 100% !important;*/
  height: auto !important;
  clip-path: inset(0px) !important;
}

@media (max-width: 560px) {
  .ce-intext > div {
    width: 100%;
    float: none;
  }
  .ce-intext.ce-left .ce-gallery {
    margin-right: 0px;
  }
}


/* Startseie */

/* Veranstaltungen & Publikationen */
.events-container {
  margin-bottom: 30px;
  display: flex;
  justify-content: space-between;
}

.events-container > div {
  width: calc(50% - 10px);
}

.events > p,
.publications > p {
  float: left;
  width: 65%;
  -moz-box-sizing: border-box;
  padding-right: 15px;
}

.events h3 a,
.events h3 a:visited,
.events h3 a:hover,
.publications h3 a,
.publications h3 a:visited,
.publications h3 a:hover {
  text-decoration: none;
}

.events h3 a:hover,
.publications h3 a:hover {
  text-decoration: underline;
}

.events-container .ce-gallery {
  max-width: 50%;
}

@media (max-width: 780px) {

  .events-container .ce-intext > div {
    float: none;
  }
  
  .events-container .ce-gallery {
    max-width: inherit;
    margin-right: 0px !important;
  }
}

/* Mitteilungen */

.mitteilungen {
  margin: 0 0px;
}

.events-list-container .page-navigation,
.mitteilungen .news-list-container .page-navigation,
.mitteilungen .news-list-container .news-clear {
  display: none;
}

.news-title-mitteilungen,
.events-title-mitteilungen {
  color: #000000;
  font-weight: bold;
  font-size: 110%;
  padding: 10px 0px 7px 0px;
  position: relative;
}

.news-title-mitteilungen a:link,
.news-title-mitteilungen a:visited,
.news-title-mitteilungen a,
.events-title-mitteilungen a:link,
.events-title-mitteilungen a:visited,
.events-title-mitteilungen a {
  color: #bc0042;
  font-weight: normal;
  text-decoration: none;
}

.main-content .mitteilungen .news-item a:hover {
  text-decoration: none;
}

.main-content .mitteilungen .news-item .news-date a {
  color: #484848;
}

.news-wrap,
.events-wrap {
  position: relative;
}

.news-inner,
.events-inner {
  position: relative;
}

.news-all,
.events-all {
  width: 100%;
  padding: 0 0px;
  min-height: 1px;
  -moz-box-sizing: border-box;
}

.news-scroll,
.events-scroll {
  overflow: hidden;
  width: 100%;
}

.news-scroll-inner,
.events-scroll-inner {
  -webkit-transition: margin-left 400ms ease-in-out;
  -moz-transition: margin-left 400ms ease-in-out;
  -ms-transition: margin-left 400ms ease-in-out;
  -o-transition: margin-left 400ms ease-in-out;
  transition: margin-left 400ms ease-in-out;
  display: flex;
}

.news-scroll .teaser-text,
.news-scroll .news-img-wrap,
.news-list-view .teaser-text,
.news-list-view .news-img-wrap {
  display: none;
}

.news-pager,
.events-pager {
  position: absolute;
  top: -3em;
  right: 20px;
  font-size: 80%;
}

.arrow-left,
.arrow-right {
  width: 16px;
  position: absolute;
  top: 0;
  height: 100%;
  z-index: 50;
}

.arrow-left a,
.arrow-right a {
  display: block;
  width: 100%;
  height: 40px;
  color: #bc0042;
}

.arrow-left a:hover,
.arrow-right a:hover {
  color: #600021;
}

.mini-arrow-right,
.mini-arrow-left {
  position: absolute;
  top: 2px;
  padding: 3px;
}

.mini-arrow-left:before {
  content: "⟨";
  font-weight: 900;
  font-size: 130%;
}

.mini-arrow-right:before {
  content: "⟩";
  font-weight: 900;
  font-size: 130%;
}

.arrow-left,
.arrow-left .arrow {
  right: 30px;
}

.arrow-right,
.arrow-right .arrow {
  right: 0;
}

.arrow {
  width: 30px;
  height: 30px;
  position: absolute;
  top: 50%;
  margin-top: -15px;
  opacity: 1;
  cursor: pointer;
  z-index: 10;
}

.arrow:hover {
  opacity: 0.5;
}

.events-item {
  -moz-box-sizing: border-box;
  padding: 0 20px 0px 20px;
  float: left;
  border-right: 1px solid #ccc;
}

.events-item:nth-child(1) {
  padding: 0 20px 0px 0px;
}

.events-item:nth-child(4n+4) {
  border-right: 0px solid #ccc;
  padding: 0 0px 0px 20px;
}

.events-item .news-text span {
  font-weight: bolder;
}

@media (max-width: 1030px) {
  .events-item {
    padding: 0 10px 0px 10px;
  }
  
  .events-item:nth-child(1) {
    padding: 0 10px 0px 0px;
  }
  
  .events-item:nth-child(4n+4) {
    padding: 0 0px 0px 10px;
  }
}

@media (max-width: 820px) {
  .events-item {
    padding: 0 5px 0px 5px;
  }
  
  .events-item:nth-child(1) {
    padding: 0 5px 0px 0px;
  }
  
  .events-item:nth-child(4n+4) {
    padding: 0 0px 0px 5px;
  }
}

@media (max-width: 620px) {
  
  .events-item:nth-child(2n+2) {
    padding: 0 0px 0px 5px;
    border-right: 0px solid #ccc;
  }
}

.news-date,
.events-date {
  color: #484848;
  margin-bottom: 7px;
  display: block;
}

.news-more,
.events-more {
  margin-top: 7px;
}

.news-list-view {
  margin: 28px 0;
}

.news .news-list-view .article {
  display: table;
  padding-bottom: 0px;
  margin-bottom: 14px;
}

.news .news-list-view .news-list-date {
  display: table-cell;
  padding-right: 19px;
  float: none;
  padding-left: 0;
  font-size: inherit;
}

.news-list-view .header {
  display: table-cell;
}

.f3-widget-paginator li:before {
  display: none;
}

.f3-widget-paginator {
  display: flex;
  margin: 5px 0;
  padding: 5px 0;
  border-bottom: 1px solid #999;
}

.f3-widget-paginator li {
  list-style-type: none !important;
  margin: 0 5px !important;
  text-indent: 0px !important;
}

.news-single .news-text-wrap {
  margin-bottom: 0;
}

.news-single .teaser-text p {
  line-height: 140%;
  color: #666;
  font-weight: 600;
}

.news-single .footer {
  border: 0;
  padding: 0;
  margin-top: 13px;
  margin-bottom: 23px;
  color: #555555;
}

.news-related.news-related-files li,
.news-single .news-related li {
  list-style-type: none;
  background: none;
  padding: 0px;
  margin-bottom: 0 0 7px 0;
}

.news-related.news-related-files li:before {
  content: "" !important;
}

.news-single .news-related-wrap {
  display: block;
  margin-top: 0px;
  width: 100%;
}

.news-single .news-related {
  width: 100%;
  padding: 5px 0 0 0;
  border: 0;
  border-top: 1px solid #ccc;
  display: block;
}

.news-related ul li span {
  color: #555555;
  border: 0;
  margin-right: 0px;
}

/* Bottom Teaser (Denkmalpflege in BW / Geschichte, Auftrag, Struktur / Filme) */

.bottom-teaser-wrap {
  margin: 45px 0px 0 0px;
}

.bottom-teaser-wrap div.csc-textpic .csc-textpic-imagewrap figure,
div.csc-textpic figure.csc-textpic-imagewrap {
  display: inline;
}

.bottom-teaser-wrap {
  display: flex;
  justify-content: space-between;
  font-size: 65%;
  flex-wrap: wrap;
}

.bottom-teaser-wrap > div {
 width: calc(25% - 10px);
 margin-bottom: 20px;
}

.bottom-teaser-wrap > div div {
  margin: 0 !important;
}

.bottom-teaser-wrap p {
  margin-left: 45%;
  padding-right: 1em;
}

.bottom-teaser-wrap img {
  width: 100% !important;
  height: auto !important;
  float: left;
  -moz-box-sizing: border-box;
}

.denkmal-in-bw {
  padding-right: 0.1%;
}

.geschichte {
  padding-right: 0.1%;
}

/* Custom Teaser Box */
.teaser-box {
  display: inline-block;
}

.teaser-box:hover {
  letter-spacing: 1px;
}

.teaser-box .ce-textpic {
  position: relative;
}

.teaser-box .ce-column {
  padding-right: 0;
}

.teaser-box .ce-textpic .ce-bodytext {
  width: 100%;
  position: absolute;
  display: block;
  background: rgba(138, 3, 50, 0.851);
  color: #ffffff;
  bottom: 0;
  pointer-events: none;
  transition: all 1000ms;
  text-align: center;
}

.teaser-box:hover .ce-textpic .ce-bodytext {
  background: rgba(90, 0, 31, 0.851);
}

.teaser-box .ce-textpic img {
  transition: all 1s ease-in-out;
}

.teaser-box:hover .ce-textpic img {
  transform: scale(1.1);
  transition: all 1s ease-in-out;
}

.teaser-box .ce-textpic .ce-bodytext p {
  margin: 0 !important;
  font-size: 165%;
  padding: 5px 14px !important;
  line-height: 110%;
}

.teaser-box .ce-textpic .ce-bodytext p small {
  font-size: 75%;
}

@media (max-width: 1240px) {
  body {
    font-size: 0.9em;
  }
}

@media (max-width: 1130px) {
  .teaser-box .ce-textpic .ce-bodytext p {
    font-size: 145%;
    line-height: 100%;
  }
}
@media (max-width: 900px) {
  body {
    font-size: 85%;
  }
}

@media (max-width: 640px) {
  .teaser-box .ce-textpic .ce-bodytext p {
    font-size: 155%;
    line-height: 100%;
    padding: 2px 5px 2px 5px !important;
  }
}

@media (max-width: 410px) {
  .teaser-box .ce-textpic .ce-bodytext p {
    font-size: 145%;
    line-height: 100%;
    padding: 4px 14px !important;
  }
}

/* Bilderbogen */

#bilderbogen {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}


#bilderbogen > div {
  width: calc(33.333% - 4px);
}

#bilderbogen > div .ce-textpic {
  margin-bottom: 0 !important;
}

#bilderbogen .grid-sizer {
  display: none;
}

#bilderbogen .ce-gallery {
  margin: 0;
}

#bilderbogen .ce-gallery {
  width: 100%;
  text-align: center;
  overflow: hidden;
}

#bilderbogen .ce-gallery img {
  display: inline-block;
  height: auto;
}

#bilderbogen .ce-gallery img:hover {
  opacity: 0.8;
}

#bilderbogen .ce-bodytext {
  display: none;
}

/********************* Zwölf Kirchen *******************/

.zwoelfK {
  width: 100%;
  height: auto;
  position: relative;
  position: relative;
}

.zwoelfK .bg {
  width: 100%;
  position: relative;
}

.zwoelfK .row {
  width: 100%;
  height: 18%;
  position: absolute;
  z-index: 10;
}

.zwoelfK .row1 {
  margin-top: 34.4%;
}

.zwoelfK .row2 {
  margin-top: 58.5%;
}

.zwoelfK .row3 {
  margin-top: 82.6%;
}

.zwoelfK .row4 {
  margin-top: 106.8%;
}

.zwoelfK .row .button {
  width: 21.5%;
  height: 100%;
  margin: 1px;
  float: left;
}

.zwoelfK .row .button.one {
  margin-left: 17.5%;
}

.zwoelfK .row .button a {
  width: 100%;
  height: 100%;
  display: block;
  background: rgba(0, 0, 0, 0.1);
}

.zwoelfK .row .button a:hover {
  background: rgba(0, 0, 0, 0);
}

/* News */
.news-list-container table {
  border: 0px;
}

.news-single-item img {
  /* 	float: right; */
  /* 	padding: 0 0 10px 10px; */
}

.news-single-item h2 {
  font-size: 110%;
  line-height: 140%;
  color: #000;
}

.news-single .date {
  font-style: italic;
}

.news-single video {
  height: auto !important;
}

.news-single-files img {
  /* 	display: none; */
  height: 1em;
  position: relative;
  top: 2px;
}

.news-single-files dd a:nth-of-type(1) {
  display: none;
}

.news-single .news-related-files-link a {
  color: #bc0042;
}

.news-single-additional-info {
  margin: 5px 0;
  line-height: 140%;
}

.news-single .pagebrowser {
  margin-top: 33px;
}

.pagebrowser,
.pagebrowse {
  border-top: 1px dotted #ccc;
  padding: 0.3em 0;
  margin: 10px 0;
}

.pagebrowser,
.pagebrowse ul {
  display: flex;
  justify-content: space-between;
}

.pagebrowse li {
  list-style-type: none !important;
  margin-left: 0px !important;
}

.pagebrowse li:before {
  content: "" !important; 
}

.pagebrowser a,
.pagebrowse a {
  display: inline-block;
  padding: 0 0.2em;
  opacity: 0.8;
}

.pagebrowser a:hover,
.pagebrowser a:active,
.pagebrowse a:hover,
.pagebrowse a:active {
  opacity: 1;
  text-decoration: none;
}

.pagebrowser .back,
.pagebrowser .previous,
.pagebrowser .next,
.pagebrowse .back,
.pagebrowse .previous,
.pagebrowse .next {
  width: 30%;
  line-height: 26px;
  background-size: 19px 19px;
  background-repeat: no-repeat;
  color: transparent;
}

.pagebrowse .previous,
.pagebrowse .next {
  width: 30px;
  height: 30px;
  display: block;
}

.pagebrowse .right font {
  display: none;
}

.pagebrowser .back,
.pagebrowser .previous,
.pagebrowse .back,
.pagebrowse .previous {
  background-position: 3px 4px;
  padding: 0px;
  height: 30px;
  background-image: url(/fileadmin/templates/images/arrow-left.svg);
}

.news-single .pagebrowser .back {
  padding-left: 32px;
  text-align: left;
}

.news-single .pagebrowser .next a ,
.news-single .pagebrowser .back a {
  color: #707070;
  display: inline;
  background: none;
  padding-right: 0;
}

.pagebrowser .next,
.pagebrowse .next {
  background-position: 100% 4px;
  text-align: right;
  background-image: url(/fileadmin/templates/images/arrow-right.svg);
}

.news-single .pagebrowser .next {
  padding-right: 32px;
}


/* News Reihen */

.reihen {
  border-top: 1px solid #ccc;
  padding: 10px 2px;
  
  display: grid;
  grid-template-columns: calc(20% - 20px) 80%;
  column-gap: 20px;
  grid-template-rows: auto;
}

.reihen .textcontainer {
  position: relative;
}

.reihen .news-list-category,
.reihen .autor {
  padding-right: 100px;
}

.news-list-view .reihen .teaser-text {
  display: block;
}

.news-list-view .reihen .news-img-wrap {
  display: block;
}

.news-list-view .reihen .newsIMG img {
  max-width: 100%;
  border: 1px solid #ccc;
}

.news-list-view .reihen .newsIMG .news-text-wrap {
  display: none;
}

.reihen .footer {
  display: none;
}

.reihen .news-related {
    width: 100%;
  padding: 0px;
  border: 0px solid #fff;
    margin: 0 0 10px 0;
}

.reihen .news-related-files-link a {
  background: none;
}

.reihen .news-related-files .news-related-files-link a {
  padding-left: 0px !important;
}

.reihen .news-related-files-size {
  display: none;
}

.reihen h4 {
  font-weight: 600;
  font-family: "BaWueSansWeb";
}

.reihen .button.hidden {
  display: none;
}

.reihen .orderTags {
  display: none;
}

.reihen .bestellen {
  position: absolute;
  top: 0px;
  right: 0px;
}

.reihen .autor {
  margin-top: 10px;
}

.reihen .teaser-text {
  margin-top: 10px;
}

.news-related ul li {
  line-height: inherit;
  margin-bottom: 0px;
}

.news-related-files ul li {
  margin-bottom: 0px !important;
  line-height: inherit !important;
  margin-left: 21px !important;
}

/* @group ttAddress */

.adRow {
  border-bottom: 1px dotted #ccc;
  padding: 5px;
  display: block;
}

.adRow h2 {
  font-weight: bold;
  margin: 0;
}

.adRow h3 {
  font-size: 11px;
  font-weight: bold;
  margin: 0;
}

.adRow b {
  font-weight: bolder !important;
  size: 120%;
}
.labelDirectory {
  font-weight: bold;
}

.tx-nz-directory .contact {
  border-bottom: 1px dotted #ccc;
  padding: 15px 5px;
}
.tx-nz-directory .contact p {
  font-weight: bold;
}
.tx-nz-directory .searchby,
.tx-nz-directory .searchfor,
.tx-nz-directory .backbutton {
  width: 100%;
  height: 22px;
  text-align: center;
  background-color: #f4f4f4 !important;
}
.tx-nz-directory .space {
  width: 100%;
  height: 3px;
  background-color: #fff;
}
.tx-nz-directory ul li hr {
  margin-left: -15px;
}
.tx-nz-directory ul li:last-of-type hr {
  display: none;
}
.details .detailsInfo {
  border: 1px solid #ccc;
  padding: 10px;
}
.details .detailsInfo table td {
  vertical-align: top;
}
.details .backLink {
  text-align: center;
  background-color: #eee;
  padding: 5px;
}

address {
  font-style: normal;
}


/******************************************/
/********** Infobroschüren tx_cart *********/
/******************************************/

label[for=orderItem-acceptRevocationInstruction],
label[for=orderItem-acceptTermsAndConditions] {
  display: none;
}
.stock.in-stock,
.regular_price,
#checkout-step-summary,
.tx-cart-products.no-stock > .cart_form {
  display: none;
}

.cart_form form {
}

.cart_form input {
  margin-bottom: 5px;
}

.checkout-product-table tr th:nth-child(2),
.checkout-product-table tr th:nth-child(4),
.checkout-product-table tr td:nth-child(2),
.checkout-product-table tr td:nth-child(4) {
  display: none;
}

.checkout-step-content-list input[type=text] {
  width: 100%;
}

.checkout-step-content-list textarea {
  width: 100%;
  height: 40px;
}

.tx-cart.cart-preview {
  position: sticky;
  top: 20px; /* Abstand von oben */
  z-index: 1000;
  margin-bottom: 20px;
  padding: 5px;
  border: 1px solid #ddd;
  background: rgba(0,0,0,0.03);
}

.tx-cart.cart-preview .checkout-link {
  text-align: left;
  padding: 0px;
  margin-top: 15px;
}

/******************************************/
/********** Adressen / tt_address *********/
/******************************************/

.tx-ttaddress .fn {
  font-weight: bold;
}

.tx-ttaddress .vcard {
  display: table;
  width: 100%;
}

.tx-ttaddress .vcard span {
  /* 	display: block; */
}

.tx-ttaddress .vcard .country-name {
  display: none;
}

.tx-ttaddress .vcard .name-org *,
.tx-ttaddress .vcard .adr *,
.tx-ttaddress .vcard .tel-email * {
  margin-top: 3px;
}

.tx-ttaddress .vcard .name-org,
.tx-ttaddress .vcard .firstBlock,
.tx-ttaddress .vcard .adr,
.tx-ttaddress .vcard .tel-email {
  display: table-cell;
  width: 33.33333333%;
}

.content-right .tx-ttaddress .vcard .name-org,
.content-right .tx-ttaddress .vcard .firstBlock,
.content-right .tx-ttaddress .vcard .adr,
.content-right .tx-ttaddress .vcard .tel-email {
  display: block;
  width: 100%;
}

.tx-ttaddress .vcard .name-org .fn {
  display: inline-block;
}

.tx-ttaddress .vcard .tel-email .tel.phone,
.tx-ttaddress .vcard .locality,
.tx-ttaddress .vcard .postal-code {
  display: inline;
}

.tx-ttaddress .vcard .tel-email a {
  display: block;
}

.content-right .tx-ttaddress .vcard {
  display: inline;
}

#uid276 .vcard.udblist.display1 {
  border-bottom: 1px solid #ccc;
  padding: 10px 2px;
}

.vcard.udblist p {
  margin: 5px 0;
}

.vcard .lastname,
.vcard .firstname {
  font-weight: 600;
}

.tx-ttaddress .description {
  width: 100%;
  display: inline-block;
}

.vcard .organization {
  width: 100%;
  display: inline-block;
}


/*Mitarbeiter*/

.suchfeld,
.addressFilter {
  display: flex;
  width: 100%;
}

.addressFilter input {
  line-height: 26px;
  max-width: 50%;
}

.addressFilter .showall {
  display: inline-block;
  margin-left: 10px;
  cursor: pointer;
}

.addressFilter .showall a {
  padding: 0 10px;
}

.alphabet {
  display: flex;
  justify-content: space-between;
  margin-top: 20px;
  border-bottom: 3px solid #ccc;
}

.alphabet li {
  list-style: none !important;
  margin-left: 0px !important;
}

.content-left .alphabet li:before {
  content: "";
  padding: 0;
}

.content-left .alphabet li a {
  padding: 3px;
  cursor: pointer;
}

.content-left .alphabet li a:hover {
  color: #bc0042;
}

.vcard.display0 {
  overflow: hidden;
  height: 0px;
  padding: 0px;
  display: block;
  border-bottom: 0px solid #ccc;
  margin: 0px;
}

.vcard {
  margin-bottom: 20px;
}

#seite_3060 .vcard.display0,
.vcard.display0.show {
  overflow: auto;
  height: auto;
  padding: 10px 2px;
  border-bottom: 1px solid #ccc;
}

.vcard .lastname {
  float: left;
}

.vcard .firstname:before {
  content:", ";
}

.vcard .firstname {
  display: inline-block;
}

.vcard .address {
  margin-top: 5px;
}

#uid276 .organization,
#uid276 .jobTitle,
#uid276 .referat {
  font-weight: 600;
}

.content-right .vcard .referat,
.content-right .vcard .jobTitle,
.content-right .vcard .description {
  display: none;
}

.content-right .vcard .address,
.content-right .vcard .organization {
margin-top: 0px;
}

.content-left .tt_address_list .country {
  display: none;
}


/* Subpages */
.content-right .subpages {
  margin-bottom: 2em;
}
.content-right .subpages ul ul {
  margin: 3px 0 -2px 0;
}
.content-right .subpages a {
  color: #000;
}
.content-right .subpages li.active {
  font-weight: bold;
}
.content-right .subpages li.active li {
  font-weight: normal;
}
.content-right .subpages li.active li.active {
  font-weight: bold;
}
.content-right .subpages li {
  background: rgba(0, 0, 0, 0.08);
  padding: 4px 10px;
  margin-bottom: 1px;
  background: linear-gradient(
    to right,
    rgba(0, 0, 0, 0.1) 0%,
    rgba(0, 0, 0, 0) 100%
  ); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6000000', endColorstr='#00000000',GradientType=1 ); /* IE6-9 */
}
.content-right .subpages li li {
  padding: 4px 10px;
  margin-bottom: 1px;
  background: rgba(255, 255, 255, 0.5);
}

.content-right .subpages li.trenner {
  background: none;
  font-weight: bolder;
  font-size: 110%;
}

/* Safari 6.1+ */
@media screen and (min-color-index: 0) and(-webkit-min-device-pixel-ratio:0) {
  @media {
    #search input[type="text"] {
      top: -7px;
      font-size: 80%;
    }
  }
}

/* responsive */
@media (max-width: 1560px) {
  #logo {
    left: 0px;
  }
  #logoWA  {
    right: 0px;
  }
}
@media (max-width: 840px) {
  #wrapper > header {
    min-height: 75px;
  }

  #header-img-start .tx-imagecycle-pi1 img {
    width: auto;
  }

  .main-content {
    padding: 5px 20px 0px 20px;
    display: block;
    grid-template-columns: 100%;
  }

  .dropdown-inner {
    padding: 10px 20px 0 20px;
  }

  .arrow-left,
  .arrow-right {
    width: 30px;
  }

  .news-all {
    padding: 0 35px;
  }

  .main-nav > li > a {
    font-size: 100%;
    line-height: 35px;
  }

  .bg-menu {
    height: 35px;
  }

  .main-nav > li > a {
    line-height: 35px;
  }

  .area-option-druck {
    left: -80px;
    top: 30px;
  }

  .area-option-druck .pfeil {
    left: 85px;
  }

  .dropdown {
    top: 35px;
  }
  
  .bottom-teaser-wrap > div {
     width: calc(50% - 5px);
     margin-bottom: 10px;
  }
}

@media (max-width: 640px) {
  
  #search input[type="text"] {
    top: -0.9em;
    font-size: 80%;
    line-height: 28px;
    display: none;
  }
  #search form {
    margin-right: 5px;
  }
  
  .topNavi {
    padding: 5px;
  }
  
  .topNaviLeft {
    padding-top: 3px;
    font-size: 95%;
  }

  .main-content {
    padding: 5px 10px 0px 10px;
  }

  .dropdown-inner {
    padding: 0 10px 0 10px;
  }

  .content-right {
    min-height: 0;
    margin: 0px;
    padding: 1em 10px 0 10px;
  }
}

/* smartphone view */
@media (max-width: 560px) {
  body {
    font-size: 75%;
  }
  
  #header-img-start {
    min-height: 80px;
    overflow: hidden;
  }
  
  #header-img-start .slider-keyvisual figure img {
    min-height: 90px !important;
    max-height: 90px;
    width: initial !important;
  }
  
  #uid1 #header-img-start .spacer,
  #uid1 #header-img-start .slider-keyvisual figure img {
    min-height: 185px !important;
    max-height: 185px;
    width: initial !important;
    border-bottom: 34px solid #000;
  }
  
  .keyControl {
    right: 5px;
  }
  
  #header-img-start.sliderteaser .slider-keyvisual .ce-bodytext {
    padding: 3px 20px 6px 5px;
    min-height: 34px;
  }
  
  #logoWA,
  #logo {
    top: 5px;
  }
  
  #logoWA svg,
  #logo svg,
  #logoWA img,
  #logo img {
    height: 35px;
  }

  nav {
    width: 100%;
  }

  .mobi-nav {
    display: grid;
    grid-template-columns:  30% 70%;
  }

  .main-nav > li {
    float: none;
    margin-right: 0px;
    margin-bottom: 1px;
  }

  .main-nav > li > a {
    padding: 0 10px;
    font-size: 130%;
    line-height: 45px;
  }

  .bg-menu {
    position: absolute;
    width: 100%;
    z-index: 990;
    padding-top: 47px;
    display: none;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    height: auto;
    overflow: visible;
    
    border-bottom: 3px solid #E50152;
    box-shadow: 0px 5px 10px rgba(0,0,0,0.7);
  }

  .dropdown {
    padding: 0;
    position: relative;
    display: none;
    height: auto;
    width: 100%;
    top: 0px;
  }
  
  .active .dropdown {
    display: block;
  }

  .dropdown-inner {
    padding: 10px 10px 0 10px;
  }

  .dropdown-list {
    column-count: 1;
  }
  
  .dropdown-border,
  .dropdown-title {
    display: none;
  }

  .main-nav > li:hover .dropdown {
    display: none;
  }
  
  .main-nav > li.active:hover .dropdown {
    display: block;
  }

  .startlink {
    display: list-item;
  }

  .breadcrumb {
    margin-top: 0px;
  }
}


@media (max-width: 420px) {
  #logoWA svg,
  #logo svg,
  #logoWA img,
  #logo img {
    height: 30px;
  }
}

/* Vollbild */

.fullscreen .main-content,
.fullscreen .content-full {
  width: 100%;
  padding: 0;
  overflow: hidden;
}

.fullscreen-footer {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 0.5em;
  -moz-box-sizing: border-box;
  background: #555555;
  color: #ffffff;
}

.fullscreen-footer > a {
  color: #ffffff;
}

.fullscreen .push {
  height: 37px;
}

.fullscreen .main-content .csc-default {
  margin: 0;
}

/* linkliste */
.behoelist {
  display: inline-block;
  float: left;
  width: 50%;
  -moz-box-sizing: border-box;
}

.organigramm-inter .zeile {
  background-color: #e6eaec;
  color: rgb(85, 85, 85);
  border-bottom: 2px solid #ffffff;
  padding: 3px 0 3px 9px;
  display: table-cell;
  border-right: 2px solid white;
}

.organigramm-inter .zeile.bor-bot-gr {
  border-bottom: 1px solid #9b9398;
}

.organigramm-inter .row {
  display: table;
}

.organigramm-inter .zeile.margb15 {
  margin-bottom: 15px;
}

.organigramm-inter .zeile.margt15 {
  margin-top: 15px;
}

.organigramm-inter .zeile.ora {
  background-color: #f08c70;
  color: #ffffff;
}

.organigramm-inter .zeile.gra {
  background-color: #9b9398;
  color: #ffffff;
}

.organigramm-inter .zeile a {
  text-decoration: none;
  color: #707070;
}

.organigramm-inter .zeile a:hover {
  color: #000;
  text-decoration: underline;
}

.organigramm-inter .zeile.gra a {
  color: #ffffff;
  text-decoration: none;
}

.organigramm-inter .zeile.gra a:hover {
  text-decoration: underline;
}

.organigramm-inter .zeile.zeile100 {
  width: 100%;
  display: block;
}

.organigramm-inter .zeile.nobor-r {
  border-right: 0;
}

.organigramm-inter .zeile.zeile46 {
  width: 46%;
}

.organigramm-inter .zeile.zeile18 {
  width: 18%;
}

.organigramm-inter .zeile.zeile28 {
  width: 28%;
}

.mapLinks {
  width: 100%;
  height: 100%;
  display: block;
  position: relative;
}

.mapLinks a.hide {
  display: none;
}

.mapLinks a {
  display: block;
  position: absolute;
  width: 14.7%;
  height: 7%;
  background: rgba(0,0,0,0);
}

.mapLinks a.al {
  top: 2.3%;
  left: 23%;
  width: 28%;
  height: 8%;
}

.mapLinks a.rf81-1 {
  top: 11.5%;
  left: 7%;
}

.mapLinks a.rf81-2 {
  top: 11.5%;
  left: 23%;
}

.mapLinks a.rf81-3 {
  top: 11.5%;
  left: 39%;
}

.mapLinks a.rf81-4 {
  top: 11.5%;
  left: 53.5%;
}

.mapLinks a.rf82-1 {
  top: 18.8%;
  left: 7%;
}

.mapLinks a.rf82-2 {
  top: 18.8%;
  left: 23%;
}

.mapLinks a.rf82-3 {
  top: 18.8%;
  left: 38.5%;
}

.mapLinks a.rf82-4 {
  top: 18.8%;
  left: 53.5%;
}

.mapLinks a.rf83 {
  top: 27.5%;
  left: 7%;
  width: 80%;
  height: 3%;
}

.mapLinks a.rf831-1 {
  top: 31.5%;
  left: 7%;
}

.mapLinks a.rf831-2 {
  top: 31.5%;
  left: 23%;
}

.mapLinks a.rf831-3 {
  top: 31.5%;
  left: 38.5%;
}

.mapLinks a.rf832-1 {
  top: 40.5%;
  left: 7%;
}

.mapLinks a.rf832-2 {
  top: 40.5%;
  left: 23%;
}

.mapLinks a.rf832-3 {
  top: 40.5%;
  left: 38.5%;
}

.mapLinks a.rf832-4 {
  top: 40.5%;
  left: 53.5%;
}

.mapLinks a.rf832-5 {
  top: 40.5%;
  left: 69%;
}

.mapLinks a.rf832-6 {
  top: 40.5%;
  left: 84.5%;
}

.mapLinks a.rf833-1 {
  top: 49%;
  left: 7%;
}

.mapLinks a.rf833-2 {
  top: 49%;
  left: 23%;
}

.mapLinks a.rf833-3 {
  top: 49%;
  left: 38.5%;
}

.mapLinks a.rf833-4 {
  top: 49%;
  left: 53.5%;
}

.mapLinks a.rf84 {
  top: 58.5%;
  left: 7%;
  width: 80%;
  height: 3%;
}

.mapLinks a.rf841-1 {
  top: 63.8%;
  left: 7%;
}

.mapLinks a.rf841-2 {
  top: 63.8%;
  left: 23%;
}

.mapLinks a.rf841-3 {
  top: 63.8%;
  left: 38.5%;
}

.mapLinks a.rf841-4 {
  top: 63.8%;
  left: 53.5%;
}

.mapLinks a.rf841-5 {
  top: 63.8%;
  left: 69%;
}

.mapLinks a.rf841-6 {
  top: 63.8%;
  left: 84.5%;
}

.mapLinks a.rf842-1 {
  top: 72.2%;
  left: 7%;
}

.mapLinks a.rf842-2 {
  top: 72.2%;
  left: 23%;
}

.mapLinks a.rf842-3 {
  top: 72.2%;
  left: 38.5%;
}

.mapLinks a.rf842-4 {
  top: 72.2%;
  left: 53.5%;
}

.mapLinks a.rf843-1 {
  top: 80%;
  left: 7%;
}

.mapLinks a.rf843-2 {
  top: 80%;
  left: 23%;
}

.mapLinks a.rf843-3 {
  top: 80%;
  left: 38.5%;
}

.mapLinks a.rf844-1 {
  top: 88.5%;
  left: 7%;
}

.mapLinks a.rf844-2 {
  top: 88.5%;
  left: 23%;
}

.mapLinks a.rf844-3 {
  top: 88.5%;
  left: 38.5%;
}

/****************** Cookies *********************/

.cookiesonly {
  display: none;
}

.cookiesonly.show {
  display: block;
}

/***************************************/
/******** TDOD Reformations Karte ******/
/***************************************/

#c27309 .nzreformation {
  opacity: 0.2;
}

#c27309 .nzreformation.show {
  opacity: 1;
}

#c27309 .tx_nzreformation-slider {
  display: none;
}

#c27309 iframe {
  margin-top: 20px;
  max-width: 100%;
}

#c27309 .tx_nzreformation-teaser .intro-events,
#c27309 .tx_nzreformation-teaser .intro-links {
  display: none;
}

#c27309 .explanationHL {
  display: none;
}

.loading.hide {
  display: none;
}

.loading .ladebalken {
  background: #ddd;
  width: 100%;
  height: 10px;
}

.loading .ladeani {
  background: #ca6a2a;
  height: 10px;
  animation-name: loading;
  animation-duration: 5s;
  animation-iteration-count: 1;
}

@keyframes loading {
  from {
    width: 0%;
  }

  to {
    width: 100%;
  }
}


/***************************************/
/******** Anmeldungen Counter ******/
/***************************************/

.counter-warning, 
.counter-details,
.progress-bar {
  display: none;
} 

.participation-counter {
  padding: 10px;
  background: #E50152;
  color: #fff;
  margin-bottom: 30px;
}

/***************************************/
/******** Cookies ******/
/***************************************/
.cc-window {
  width: 90%;
  max-width: 1560px;
  margin-bottom: 30px;
  box-shadow: 0px 0px 5px rgba(0,0,0,0.5);
  padding: 10px 30px;
  left:50%; 
  transform: translate(-50%, 0%);
  font-size: 90%;
  border: 1px solid #ccc;
}

.cc-window .cc-message {
  padding: 0px;
}

.cc-window .hide {
  display: none;
}

.cc-window .dp--cookie-check {
  display: flex;
}

.cc-window .cc-body {
  display: block;
}

.cc-compliance {
  display: flex;
  justify-content: space-around;
}

.cc-compliance .cc-btn {
  background-color: #f8dbc8;
  border: 0px solid #390;
  width: 40% !important;
  margin-top: 0.25rem;
}

.cc-compliance .cc-btn.cc-allow-all {
  background-color: #390;
}

.cc-compliance .cc-btn:hover {
  background-color: #933c02 !important;
  color: #fff !important;
}

.cc-compliance .cc-allow {
  display: none;
}

.cc-compliance .cc-allow.show {
  display: block;
}

.cc-compliance .cc-deny {
  display: none;
}

.dp--cookie-check {
  opacity: 0;
  height: 0px;
  overflow: hidden;
}

.dp--cookie-check.show {
  opacity: 1;
  height: auto;
  overflow: visible;
}
