/* defaultkram */

@font-face {
  font-family: 'Graublau Web';
  src: url('../../font/graublauweb.eot');
  src: url('../../font/graublauweb.eot?#iefix') format('embedded-opentype'),
       url('../../font/graublauweb.woff') format('woff'),
       url('../../font/graublauweb.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;

}


@font-face {
  font-family: 'Graublau Web';
  src: url('../../font/graublauwebbold.eot');
  src: url('../../font/graublauwebbold.eot?#iefix') format('embedded-opentype'),
       url('../../font/graublauwebbold.woff') format('woff'),
       url('../../font/graublauwebbold.ttf') format('truetype');
  font-weight: bold;
  font-style: normal;

}


/* hind-regular - latin */
@font-face {
font-family: 'Hind';
font-style: normal;
font-weight: 400;
src: url('../fonts/hind-v8-latin-regular.eot'); /* IE9 Compat Modes */
src: local('Hind Regular'), local('Hind-Regular'),
     url('../fonts/hind-v8-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
     url('../fonts/hind-v8-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
     url('../fonts/hind-v8-latin-regular.woff') format('woff'), /* Modern Browsers */
     url('../fonts/hind-v8-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
     url('../fonts/hind-v8-latin-regular.svg#Hind') format('svg'); /* Legacy iOS */
}
/* hind-600 - latin */
@font-face {
font-family: 'Hind';
font-style: normal;
font-weight: 600;
src: url('../fonts/hind-v8-latin-600.eot'); /* IE9 Compat Modes */
src: local('Hind SemiBold'), local('Hind-SemiBold'),
     url('../fonts/hind-v8-latin-600.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
     url('../fonts/hind-v8-latin-600.woff2') format('woff2'), /* Super Modern Browsers */
     url('../fonts/hind-v8-latin-600.woff') format('woff'), /* Modern Browsers */
     url('../fonts/hind-v8-latin-600.ttf') format('truetype'), /* Safari, Android, iOS */
     url('../fonts/hind-v8-latin-600.svg#Hind') format('svg'); /* Legacy iOS */
}

/* titillium-web-300 - latin */
@font-face {
font-family: 'Titillium Web';
font-style: normal;
font-weight: 300;
src: url('../fonts/titillium-web-v6-latin-300.eot'); /* IE9 Compat Modes */
src: local('Titillium Web Light'), local('TitilliumWeb-Light'),
     url('../fonts/titillium-web-v6-latin-300.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
     url('../fonts/titillium-web-v6-latin-300.woff2') format('woff2'), /* Super Modern Browsers */
     url('../fonts/titillium-web-v6-latin-300.woff') format('woff'), /* Modern Browsers */
     url('../fonts/titillium-web-v6-latin-300.ttf') format('truetype'), /* Safari, Android, iOS */
     url('../fonts/titillium-web-v6-latin-300.svg#TitilliumWeb') format('svg'); /* Legacy iOS */
}
@font-face {
  font-family: 'Titillium Web';
  font-style: normal;
  font-weight: 600;
  src: url('../fonts/titillium-web-v6-latin-600.eot'); /* IE9 Compat Modes */
  src: local('Titillium Web Light'), local('TitilliumWeb-Light'),
       url('../fonts/titillium-web-v6-latin-600.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/titillium-web-v6-latin-600.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/titillium-web-v6-latin-600.woff') format('woff'), /* Modern Browsers */
       url('../fonts/titillium-web-v6-latin-600.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/titillium-web-v6-latin-300.svg#TitilliumWeb') format('svg'); /* Legacy iOS */
  }
/* nothing-you-could-do-regular - latin */
@font-face {
font-family: 'Nothing You Could Do';
font-style: normal;
font-weight: 400;
src: url('../fonts/nothing-you-could-do-v7-latin-regular.eot'); /* IE9 Compat Modes */
src: local('Nothing You Could Do'), local('NothingYouCouldDo'),
     url('../fonts/nothing-you-could-do-v7-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
     url('../fonts/nothing-you-could-do-v7-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
     url('../fonts/nothing-you-could-do-v7-latin-regular.woff') format('woff'), /* Modern Browsers */
     url('../fonts/nothing-you-could-do-v7-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
     url('../fonts/nothing-you-could-do-v7-latin-regular.svg#NothingYouCouldDo') format('svg'); /* Legacy iOS */
}

.row {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(-1 * var(--bs-gutter-y));
  margin-right: calc(-0.8 * var(--bs-gutter-x))!important;
  margin-left: calc(-0.8 * var(--bs-gutter-x))!important;
  }
.row>* {

  padding-right: calc(var(--bs-gutter-x) * .8)!important;
  padding-left: calc(var(--bs-gutter-x) * .8)!important;

  }
ul.grid {
  margin-right: calc(-0.4 * var(--bs-gutter-x))!important;
  margin-left: calc(-0.4 * var(--bs-gutter-x))!important;
} 


  .ce-border img, .ce-border iframe {
    border: 1px solid #999!important;
    padding: 0px;
    }

html {
  font-family: 'Hind', sans-serif !important;
  font-weight: 400;
  font-size: 17px;
  background-color: #fff;
}

body {
  background-color: transparent;
  font-family: 'Hind', sans-serif !important;
  font-size: 1rem;
  background-size: 8px 8px;
  color: #000;  
}

h1, h2, h3, h4 {
  font-family: 'Titillium Web', sans-serif;
}
p {
  font-size: 1.03rem;
  line-height: 1.7rem;
  margin: 0 0 1.2rem 0;
  /* letter-spacing: -.7px; */
}

.frame-layout-2 p {
  /* font-size: 1.4rem; */
/*  */
  /* margin: 1rem 0 1.2rem 0; */
  /* letter-spacing: -.7px; */
}
a.normal {
  color: #fff;
}

.header-vdm {
  width: 238px;
  position: absolute;
  right: 100px;
  top: 42px;

}
.header-vdm img {
 margin-top: 8px;
}
.header-qm {
  width: 140px;
  position: absolute;
  right: 747px;
  top: 75px;
}
.header-vdm img,.header-qm img {
  width: 100%!important;
  height: auto!important;
  min-height: auto!important;
}

@media (max-width: 960px) {
  .header-vdm img {
    width: 60%!important;
    }
  }
  
a {
  color: #ef7107;
  text-decoration: underline;
  /* -webkit-transition: color 0.25s ease-in-out, color 0.25s ease-in-out;
  transition: color 0.25s ease-in-out, color 0.25s ease-in-out; */
}

a.pic-link {
  position: absolute;
  top: -50px;
  max-width: 200px;
  right: 33px;
  z-index: 1000000000;
}

a.pic-link:hover {
  opacity: 0.5;
}

a:hover,
a:focus {
  color: #094455;
  text-decoration: underline;
  -webkit-transition: color 0.25s ease-in-out, color 0.25s ease-in-out;
  transition: color 0.25s ease-in-out, color 0.25s ease-in-out;
  transition: background 300ms ease-in-out, color 300ms ease-in-out, box-shadow 300ms ease-in-out;
  -webkit-transition: background 300ms ease-in-out, color 300ms ease-in-out, box-shadow 300ms ease-in-out;
}

.abstandoben {
  margin-top: 40px;
  padding: 50px;
  padding-top: 0;
}

span.news-list-date {
  margin-bottom: 30px;
  display: block;
}

h1,
h2,
h3,
h4 {}

h1 {
  font-size: 2.3rem;
  line-height: 2.6rem;
  color: #cd0606;
  margin-top: 0rem;
  margin-bottom: 1.8rem;
  font-weight: 300;
}

h2 {
  font-size: 1.6rem;
  line-height: 2rem;
  color: #000;
  margin-top: 0rem;
  margin-bottom: 1rem;
  font-weight: 300;
}

h3 {
  font-size: 1.2rem;
  line-height: 1.4rem;
  color: #000;
  margin-top: 0rem;
  margin-bottom: 1rem;
font-weight: 600;
}

h4 {
  font-size: 1rem;
line-height: 1.2rem;
color: #000;
/* margin-top: 1.5rem; */
margin-bottom: 1rem;font-weight: 600;

}
h4 a {
text-decoration: none;
}
ol {
  padding: 16px;
}
.news-single h2 {
  font-size: 2.7rem;
  line-height: 3.2rem;
  color: #ef7107;
  margin-top: 2.5rem;
  margin-bottom: 2rem;

}

ul.smaller li a,
.psmall p {
  font-size: 16px;
}

.psmall {
  min-width: 292px;

}
#c702 {

}
.header-meta {
  width: 100%;
  height: auto;
 
  padding: 10px 0 0;
  float: left;
 
  background-position: right;
  background-repeat: no-repeat;
  background-size: contain;
}

.header-meta img {
  float: right;
  width: 827px;
}
/* .header-logo a { */
  /* height: 200px; */
  /* width: 200px; */
  /* display: block; */
    /* } */


.frame-layout-2:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 100vw;
  height: 100%;
  background-color: #FBF8F3;
}

.frame-layout-2 {
  position: relative;
  padding: 70px 0;
}


.frame-layout-2 .h2center {
  background-color:#FBF8F3;

}

.frame-layout-3:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 100vw;
  height: 100%;
  background-color: #ffa007;
}

.frame-layout-3 {
  position: relative;
  padding: 70px 0;
}


.frame-layout-3 .h2center {
  background-color: #ffa007;
  color: #fff;
}

.frame-layout-4 {
  background-color: hsla(225, 65%, 36%, 0.108);
  padding: 20px 20px;
 /*  display: inline-block; */
}

.frame-layout-5 {
  background-color: #FFF9E7;
  padding: 20px 20px;
  border-left: #F5C013 solid 9px;
  display: inline-block;
}


.accordion-button:not(.collapsed) {
  background-color:#ddd;
  color:#000;
}
.eins {

  background-image: url(../Icons/eins.svg);
  background-repeat: no-repeat;
  background-size: 33%;
  background-position: center;
  background-position-y: 12px;

}



.zwei {

  background-image: url(../Icons/zwei.svg);
  background-repeat: no-repeat;
  background-size: 33%;
  background-position: center;
  background-position-y: 12px;


}

.drei {

  background-image: url(../Icons/drei.svg);
  background-repeat: no-repeat;
  background-size: 17%;
  background-position: center;
  background-position-y: 12px;


}

.vier {

  background-image: url(../Icons/vier.svg);
  background-repeat: no-repeat;
  background-size: 33%;
  background-position: center;
  background-position-y: 12px;


}

.fuenf {

  background-image: url(../Icons/fuenf.svg);
  background-repeat: no-repeat;
  background-size: 33%;
  background-position: center;
  background-position-y: 12px;


}

.sechs {

  background-image: url(../Icons/sechs.svg);
  background-repeat: no-repeat;
  background-size: 16%;
  background-position: center;
  background-position-y: 12px;


}

.instrument-button {
  padding-bottom: 29px;
  padding-top: 109px;
  width: 100%;
  margin: 15px;
  /* border: #0072BC solid 1px; */
  border-radius: 4px;
  text-align: center;
  font-weight: bold;
  -webkit-transition: color 0.25s ease-in-out, color 0.25s ease-in-out;
  transition: color 0.25s ease-in-out, color 0.25s ease-in-out;
  transition: background 300ms ease-in-out, color 300ms ease-in-out, box-shadow 300ms ease-in-out;
  -webkit-transition: background 300ms ease-in-out, color 300ms ease-in-out, box-shadow 300ms ease-in-out;
}


.instrument-button:hover {

  text-decoration: none;
  color: #0072BC;
  background-color: hsla(204, 100%, 37%, 0.287);

  -webkit-transition: color 0.25s ease-in-out, color 0.25s ease-in-out;
  transition: color 0.25s ease-in-out, color 0.25s ease-in-out;
  transition: background 300ms ease-in-out, color 300ms ease-in-out, box-shadow 300ms ease-in-out;
  -webkit-transition: background 300ms ease-in-out, color 300ms ease-in-out, box-shadow 300ms ease-in-out;
}
@media (max-width: 450px) {
.instrument-button {
 
  width:auto;
}
.events .newsitems {
  padding: 0px;
  }
.newsitemdate {
  height: 100%;
  width: 113px;
  float: left;
 border-right: 0px solid #056FAE; 
  color: #056FAE;
  font-size: 45px;
  line-height: 43px;
  padding: 12px;
  padding-top: 28px;
  font-weight: bold;
  padding-bottom: 0;
  }
  .newsitemcontent-page {
    display: block;
    width: 100%;
    float: left;
    padding: 20px;
    padding-top: 0;
    padding-left: 14px;
    }
}

.kachel a,
.kachel a:hover {
  text-decoration: none;
  color: #6080a1;
}

@media (max-width: 900px) {

  .col.psmall {
    width: 100%;
    min-width: 100%;
    margin-bottom: 42px;
    border-bottom: 1px dotted;
    padding-bottom: 8px;
  }
}

.rs-module-wrap {
  margin: initial !important;
}

.wabe {
  width: 100%;
  max-width: 800px;
  height: auto;
  margin: 50px auto 0;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 30px;
  padding: 20px;
  box-sizing: border-box;
}

.wabe-innen-img {
  position: relative;
  text-align: center;
  flex: 0 0 auto;
  margin: 10px 0;
  transition: transform 0.3s ease;
}

.wabe-innen-img:hover {
  transform: translateY(-5px);
}

.wabe-innen {
  width: 100%;
  max-width: 235px;
  height: auto;
  display: block;
  margin: 0 auto;
}

/* Responsive adjustments */
@media (max-width: 768px) {
  .wabe {
    gap: 10px 80px;
   /*  padding: 10px; */
  }
  
  .wabe-innen-img {
    flex: 0 0 calc(50% - 10px);
    max-width: 180px;
    margin: 8px 0;
  }
  
  .teaser_2_item_img {
    width: 180px;
    height: 180px;
    background-size: cover;
  }
  
  .wabe-innen-text {
    height: 180px;
  }
  
  .wabe-innen-text-inner {
    font-size: 18px;
    line-height: 24px;
    padding: 0 20px;
    padding-top: 60px;
  }
  
  .wabe-innen-text-inner-center {
    width: 180px;
  }
}

@media (max-width: 480px) {
  .wabe {
    flex-direction: column;
    align-items: center;
    gap: 15px;
  }
  
  .wabe-innen-img {
    flex: 0 0 auto;
    width: 100%;
    max-width: 200px;
    margin: 5px 0;
  }
  
  .teaser_2_item_img {
    width: 200px;
    height: 200px;
  }
  
  .wabe-innen-text {
    height: 200px;
  }
  
  .wabe-innen-text-inner {
    font-size: 19px;
    line-height: 26px;
    padding: 0 25px;
    padding-top: 70px;
  }
  
  .wabe-innen-text-inner-center {
    width: 200px;
  }
}

.teaser_2_item_img {
  background-position: 0px -11px;
  width: 235px;
  height: 235px;
  background-size: 235px;
  clip-path: circle(50.0% at 50% 50%);
  border: 12px solid #ef7107;
border-radius: 50%;
}

.teaser_2_item_img:hover {
  /* filter: blur(0px);
  -webkit-filter: blur(0px); */
}

/* Removed absolute positioning in favor of flexbox */

.wabe-innen-img:nth-child(3) {
  left: 615px;
}
.wabe-innen-img:nth-child(4) {
  left: 920px;
}

.wabe-innen-img {
  position: relative;
  z-index: 1;
}

.wabe-innen-text {
  z-index: 1000;
  top: 0;
  position: absolute;
  /* Position the background text */
  bottom: 0;
  /* At the bottom. Use top:0 to append it to the top */
  background: rgb(0, 0, 0);
  /* Fallback color */
  background: rgba(0, 0, 0, 0.0);
  width: 235px;
  height: 235px;
  /* Full width */
  clip-path: circle(50.0% at 50% 50%);
  -webkit-transition: color 0.25s ease-in-out, color 0.25s ease-in-out;
  transition: color 0.25s ease-in-out, color 0.25s ease-in-out;
  transition: background 300ms ease-in-out, color 300ms ease-in-out, box-shadow 300ms ease-in-out;
  -webkit-transition: background 300ms ease-in-out, color 300ms ease-in-out, box-shadow 300ms ease-in-out;
}

.wabe-innen-text:hover {
  background: rgb(0, 0, 0);
  /* Fallback color */
  
  background: rgba(0, 0, 0, 0.4);
  /* Black background with 0.5 opacity */
  /* Black background with 0.5 opacity */
  -webkit-transition: color 0.25s ease-in-out, color 0.25s ease-in-out;
  transition: color 0.25s ease-in-out, color 0.25s ease-in-out;
  transition: background 300ms ease-in-out, color 300ms ease-in-out, box-shadow 300ms ease-in-out;
  -webkit-transition: background 300ms ease-in-out, color 300ms ease-in-out, box-shadow 300ms ease-in-out;
}

.wabe-innen-text:hover>.wabe-innen-text-inner {
  /* opacity: 0.0; */
}

.wabe-innen-text-inner {
  text-align: center;
  color: #fff;
  font-size: 23px;
  line-height: 30px;
  padding: 0 33px;
  -moz-hyphens: auto;
  -o-hyphens: auto;
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
  /* width: 375px; */
  height: 100%;
  position: absolute;
  display: table;
  padding-top: 93px;
}

.wabe-innen-text-inner-center {
  display: table-cell;
  vertical-align: middle;
  width: 235px;
  height: 100%;
  -moz-hyphens: auto;
  -o-hyphens: auto;
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
  max-width: 300px;
}





@media only screen and (max-width: 1024px) {

  .wabe-innen-img:nth-child(2) {
    left: 42px;
    top: 0px;
  }

  .wabe-innen-img:nth-child(3) {
    left: 42px;
    top: 502px;
  }

  .wabe-innen-img:nth-child(4) {
    left: 42px;
    top: 751px;
  }

  /* .teaser_2_item_img { */
    /* background-position: 2px -20px; */
    /* width: 323px; */
    /* height: 287PX; */
    /* background-size: 321px; */
    /* clip-path: polygon(25% 0%, 75% 0%, 100% 49%, 75% 100%, 25% 100%, 0% 50%); */
  /* } */
/*  */
  /* .wabe-innen-text { */
    /* height: 284px; */
  /* } */
/*  */
  /* .wabe-innen-text-inner { */
    /* text-align: center; */
    /* color: #fff; */
    /* font-size: 32px; */
    /* line-height: 63px; */
    /* padding: 0 35px; */
    /* -moz-hyphens: auto; */
    /* -o-hyphens: auto; */
    /* -webkit-hyphens: auto; */
    /* -ms-hyphens: auto; */
    /* hyphens: auto; */
    /* width: 325px; */
    /* height: 100%; */
    /* position: absolute; */
    /* display: table; */
  /* } */
}




















.img100 {
  position: relative;
}

.img100text_wrap {
  position: absolute;
  right: 0;
  top: 0;
  height: auto;
  width: auto;
  background-color: hsla(0, 0%, 100%, .5);
  -webkit-backdrop-filter: saturate(180%) blur(20px);
  backdrop-filter: saturate(180%) blur(20px);
}

.img100text {
  font-size: 45px;
  color: #fff;
  padding: 3px 20px;
}

.news-img-caption {
  color: #949494;
  font-size: 17px;
  padding-top: 5px;
}

.img-max {
  margin-top: 40px;
  max-width: 1200px;
}

.nopadding {
  padding: 10px;
  padding-bottom: 0;
}

/* .frame-type-text ::before {
  display: block;
  content: "";
  height: 120px;
  margin-top: -120px;
  visibility: hidden;
} */

.max1000 {
  padding: 0 50px;
  max-width: 1250px !important;

}

.ce-gallery figcaption {
  display: table-caption;
  caption-side: bottom;
  text-align: left;
  padding-top: 6PX;
  font-size: 16px;
  color: #949494;
}

img {
  border: 0;
  width: 100%;
  height: auto;
}

.newsheadline a {
  color: #000 !important;
  text-decoration: none;
  font-weight: bold;
  font-size: 20px;
  display: block;
}

.newsitemdate {
  position: relative;
}

.newsitemdate time::after {
  content: ".";
  position: absolute;
  bottom: 54px;
  right: 17px;
}

.datemonth time::after {
  display: none;
}

.newsitemcontent-page {
  display: block;
  width: 70%;
  float: left;
  padding: 20px;
}
@media (min-width: 768px){
.hundert {
flex: 1 0 100%;
}
}
.events .newsitems {
  padding: 10px; 
}

.news .white {
  background-color: #fff;
  margin: 10px;    min-height: 178px;
}

.white p,
.white h4 {
  color: #000 !important;
}
.subitem {
  margin-bottom: 28px;
}
.news-img-wrap {
  overflow: hidden;margin-bottom: 30px;
}

.news-img-wrap a img {
  -webkit-transition: all .2s;
  -moz-transition: all .2s;
  -o-transition: all .2s;
  transition: all .2s
}

.news-img-wrap:hover a img {
  -webkit-transition: all .2s;
  -moz-transition: all .2s;
  -o-transition: all .2s;
  transition: all .2s -ms-transform: scale(1.03);
  -moz-transform: scale(1.03);
  -webkit-transform: scale(1.03);
  -o-transform: scale(1.03);
  transform: scale(1.03)
}

.newsitemdate {
  height: 100%;
  width: 113px;
  float: left;
  border-right: 1px solid #213F99;
  color: #213F99;
  font-size: 57px;
  line-height: 43px;
  padding: 12px;
  padding-top: 28px;
  font-weight: bold;
  text-align: center;
}

.datemonth {
  display: block;
  font-size: 20px;
  font-weight: normal;
  text-align: center;
}

.teaser_img_wrap {
  width: 100%;
  height: auto;

  overflow: hidden;
}

.teaser_img {
  width: 100%;
  height: auto;
  background-size: cover;
  overflow: hidden;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;

}

.teaser_img:hover {
  -ms-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.12);
  -o-transform: scale(1.1);
  transform: scale(1.1);
  -webkit-transition: all .3s;
}

.teaser_img:hover .teaser-title {
  -ms-transform: scale(1);
  -moz-transform: scale(1);
  -webkit-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all .3s;
}


.teaser-title {
  display: block;
  padding: 14px;
  color: #fff;
  font-weight: bold;
  font-size: 21px;
  background-color: #dc3545a6;
  position: absolute;
  bottom: 0px;
  left: 20px;
  width: 85%;
  transition: background 200ms ease-in-out, color 200ms ease-in-out, box-shadow 200ms ease-in-out;
  -webkit-transition: background 200ms ease-in-out, color 200ms ease-in-out, box-shadow 200ms ease-in-out;
}

.c-accordion-title {
  display: block;
  position: relative;
  box-sizing: border-box;
  padding: 15px 3em 15px 0 !important;
  font-size: 1.06em !important;

  font-weight: bold !important;
  transition: all .3s;
  border: 0px solid transparent;
  padding-left: 22px !important;
  padding-right: 30px !important;
  margin-bottom: 10px !important;
  background: #F3F3F3;
}

.c-accordion-item {
  width: 100%;
  border-bottom: 0px solid #ddd !important;
}

.c-accordion-title::before {
  height: 0.9em;
  width: 2px;
  right: 0.45em;
  margin-right: 18px !important;
  margin-top: -0.15em !important;
}

.c-accordion-title::after {
  width: 0.9em;
  height: 2px;
  right: 19px !important;
  margin-top: 4px !important;
}



.act .c-accordion-title {
  background-color: #cd0606;
  color: #fff;



}


.act .c-accordion-title::after {
  top: 1.26em;
  position: absolute;
  content: '';
  background: #fff;
  transition: all .3s;
}



.c-accordion-content {

  padding: 0 20px!important;
}


@media only screen and (max-width: 1000px) {
  .teaser-title {

    padding: 6px;
    color: #fff;

    font-size: 17px;

    position: absolute;


    left: 18px;

  }
}

/* .teaser-title:hover { */
/* background-color: hsla(204, 100%, 37%, 1); */
/* transition: background 200ms ease-in-out, color 200ms ease-in-out, box-shadow 200ms ease-in-out; */
/* -webkit-transition: background 200ms ease-in-out, color 200ms ease-in-out, box-shadow 200ms ease-in-out; */
/* } */
/*  */
/* a:hover .teaser_img .teaser-title { */
/* background-color: hsla(204, 100%, 37%, 1); */
/* transition: background 200ms ease-in-out, color 200ms ease-in-out, box-shadow 200ms ease-in-out; */
/* -webkit-transition: background 200ms ease-in-out, color 200ms ease-in-out, box-shadow 200ms ease-in-out; */
/* } */

.teaser-title a {
  color: #fff;
  text-decoration: none;

}

.teaser-title a:hover {
  color: #fff;
  text-decoration: underline;
}

.relative {
  position: relative;

}

.mb26 {
  margin-bottom: 26px;
}


.linkbutton {
  display: block;
  margin: 30px 10px 10px 0: display: flex;
  justify-content: center;
  align-items: center;
}

.linkbutton_center {
  text-align: center;
}

.btn,
.cc-btn {
  border-radius: 0;


  font-size: 1rem;
  color: #fff;
  box-shadow: 0 0 0rem 0 rgb(0 0 0 / 25%);
  border: 1px #dc3545 solid;
  padding: 10px;
  transition: all .1s ease-out;
  background-color: #dc3545;
  margin: 30px 10px 10px 0;
  min-width: 220px;
}

.btn:not(:disabled):focus,
.btn:not(:disabled):hover,
.cc-btn:not(:disabled):focus,
.cc-btn:not(:disabled):hover {
  color: #fff;
  text-decoration: none;
  border: 1px #cd0606 solid;
  background-color: #cd0606;
  box-shadow: 0 0 0rem 0 rgba(0, 0, 0, .55);

}

.frame-layout-3 .cc-btn, .frame-layout-3 .btn {
  color: #000!important;
  border: 0px #dc3545 solid;
  background-color: #fff;  font-size: 1rem;
}

.frame-layout-3 .cc-btn, .frame-layout-3 .btn:hover {
  color: #fff!important;
  border: 0px #cd0606 solid;
  background-color: #cd0606;  font-size: 1rem;
}


.topnews {
  position: relative;
}

.topnews .news-img-wrap::after {
  content: "Top-Meldung";
  position: absolute;
  top: 0;
  left: 0;
  height: 30px;
  width: auto;
  background-color: #AE121C;
  color: #fff;
  padding: 3px 21px;
  clip-path: polygon(0% 0%, 100% 0, 100% 0, 91% 99%, 0 100%);
}

.news-list p {
  font-size: 1.2rem;
  line-height: 1.6rem;
}



.hcenter-line {
  width: 100%;
  height: 60px;

  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 50px;

}

.hcenter-line::before {
  content: "";
  position: absolute;
  height: 2px;
  border-bottom: 3px dotted  #dc35457a;
  ;
  width: 100%;
  z-index: 0;

}


.frame-layout-3 .hcenter-line::before {
  content: "";
  position: absolute;
  height: 2px;
  border-bottom: 3px dotted rgba(255, 255, 255, 0.607);
  width: 100%;
  z-index: 0;

}

.frame-layout-3 h4,
.frame-layout-3 p,
.frame-layout-3 .text-muted,
.frame-layout-3 a {
  color: #fff;
}

.frame-layout-3 .btn,
.frame-layout-3 .cc-btn {

 /*  border: 1px #fff solid; */
}

.h2center  {
  font-size: 2.2rem;
  line-height: 3.0rem;
  color: #cd0606;
  text-align: center;
  /* text-transform: uppercase; */
  background-color: #fff;
  padding: 0 20px;
  position: absolute;

}
h1.hxtcenter, h2.hxtcenter, h3.hxtcenter  {
  font-size: 2.2rem;
  line-height: 3.0rem;
  color: #cd0606;
}
.frame-layout-3 h1.hxtcenter, .frame-layout-3 h2.hxtcenter, .frame-layout-3 h3.hxtcenter, .frame-layout-3 h3 {

  color: #fff; 
}


.frame-layout-4 h2 {
  font-size: 1.4rem;
}
.frame-layout-4 p {
  font-size: 0.93rem;
}

li {
  /* font-size: 16px; */
  /* list-style-type: disclosure-closed !important; */
  margin-bottom: 10px;
}

ul {
  padding-left: 20px;
}

/* .team { */
  /* position: fixed; */
  /* top: 0; */
  /* left: 0; */
  /* width: 100%; */
  /* height: 100%; */
  /* background-color: #ccc; */
/* } */
/*  */
/* .team-vita { */
  /* position: absolute; */
  /* top: 20%; */
  /* left: 20%; */
  /* width: 60%; */
  /* height: 60%; */
  /* background-color: #fff; */
  /* overflow: auto; */
/* } */
.ce-uploads img {
  float: left;
  padding-right: 1em;
  vertical-align: top;
  width: auto;
  padding-top: 6px;
  max-width: 100px;
}
.header {
  float: left;
  width: 100%;
  position: relative;
}

.team {
  display: block;
min-height: 400px; 
  margin-bottom: 10px;
  position: relative;
}
.team-tel {
  margin-bottom: 10px;
 

}
.team-vita {
  display: none;
  background: #444;
  padding: 33px;
  top: 42%;
  z-index: 1000000;
  /* position: absolute; */
  margin: 0;
  left: 0%;
  /* height: 129%; */
  color: #fff;
 /*  overflow: auto; */
}

.team-vita::after {
  content: "X";
  padding: 2px 10px;
  position: absolute;
  right: 3px;
  top: 54px;
  height: 31px;
  width: 31px;
  color: #000;
  background-color: #fff;
}

@media (max-width: 550px) {
.team-vita {
 
  padding: 100px 20px;
 
  }
}

.team-tel a, .team a {
display: initial!important;
padding-right: 20px;

}
.team-video {
 /*  */
  /* background: #ECECEC; */
  /* min-height: 471px; */
  margin-bottom: 25px;
}

.team-name {
  color: #000;

  font-size: 1.45rem;
  line-height: 1.9rem;
  margin-bottom: 0.25rem;
  margin-top: 1rem;
}

.team-titel {
  color: #888;
  font-size: 1.0rem;
  margin-bottom: 0.85rem;
 
}
.lightbox {
  z-index: 9999!important;
}
.mh70 {
  min-height: 76px;
}
.ce-below .ce-gallery {
  margin-top: 10px;
  width: 100%;
  }
.grid video {
  display: inline-block;
  vertical-align: baseline;
  width: 100%;
  height: auto;
}
.header-logo img {
width: 100%!important;
height: auto;
min-width: 300px!important
}
/* origninallogo */
/* .header-logo { */
  /* width: 304px; */
  /* height: auto; */
  /* float: left; */
  /* margin: 1px 23px 0px 30px; */
  /* } */
  .header-logo {
    width: 300px;
    height: auto;
    float: left;
    margin: 2px 26px 32px 48px;
  }
/* .headerfix { */
/* position: fixed; */
/* top: 0; */
/* width: 100%; */
/* height: 107px; */
/* background: #fff; */
/* z-index: 10000000; */
/* background-color: hsla(0, 0%, 100%, .8); */
/* -webkit-backdrop-filter: saturate(180%) blur(20px); */
/* backdrop-filter: saturate(180%) blur(20px); */
/* } */

/* Start Teaser Box*/
.start_teaser_wrap {
  width: 100%;
  height: auto;
}

.start_teaser {
  margin: auto;
}

.w30 {
  float: left;
  width: 30%;
  margin: 1.5%;
  min-height: 350px;
  position: relative;
}

.subnav {
  width: 100% float:left;
  height: 40px;
  text-align: left;
  font-size: 20px;
  border-bottom: 1px solid #33322f;
  color: #33322f;
  padding-bottom: 10px;
  margin-bottom: 35px;
}

.subnav a {
  font-size: 20px;
  /*  text-transform: uppercase; */
}

.subnav a:hover {
  text-decoration: none;
  color: #33322f;
}

a.act {
  /* color: #33322f !important; */
}




.frame-space-after-medium {
  margin-bottom: 3em !important;
}

.frame-space-after-small {
  margin-bottom: 2em !important;
}

.blue {
  width: 100%;
  background-color: rgb(224, 236, 246);
  padding: 35px 0;
  float: left;
  margin-top: 157px;
  min-height: 800px;
}

.p0 {
  padding-left: 0;
  position: relative;
  height: 0
}

.logobild {
  max-width: 100px;
  position: absolute;
  top: 73px;
  right: -114px;
  z-index: 10000000000;
}

.logotext_wrap {
  width: 93%;
  margin-left: 30px;
}

.logotext {
  width: 100%;
  margin: auto;
  height: 220px;
  text-align: center;
}

p.header_logo {
  line-height: 82px;
  padding-top: 38px;
  margin-bottom: 23px;
}

.header_logo {
  font-size: 90px;
}

p.hklein {
  line-height: 80px;
  padding-top: 0px;
  margin-bottom: 5px;
  font-size: 25px;
}

.head-oben a {
  text-decoration: none;
}

.head-oben a:hover {
  text-decoration: none;
}

.sublineheader {
  color: #887E6E;
  /* text-align: left; */
  font-size: 27px;
}

@media (max-width: 900px) {
  p.header_logo {
    line-height: 40px !important;
    padding-top: 20px;
    margin-bottom: 15px;
    font-size: 40px !important;
  }

  p.hklein {
    line-height: 80px;
    padding-top: 0px;
    margin-bottom: 5px;
    font-size: 25px;
  }

  .sublineheader {
    color: #887E6E;
    /* text-align: left; */
    font-size: 25px !important;
  }

  .ani {
    /* margin-top: 140px !important; */
  }

  .logobild h1 {
    font-size: 10px !important;
    margin-top: 0px !important;
  }

  .logobild {
    max-width: 70px;
    padding-top: 59px;
    position: absolute;
    top: 0;
    right: -34px;
  }
}

.header_logo {
  padding-top: 20px !important;
}
}

footer p {
  /* -moz-hyphens: none;
  -o-hyphens: none;
  -webkit-hyphens: none;
  -ms-hyphens: none;
  hyphens: none; */
}

.tx-sremailsubscribe-pi1 input {
  margin: 0;
  padding: 10px !important;
}

.tx-sremailsubscribe-pi1 label {
  margin: 0;
  padding: 10px;
  font-weight: normal !important;
}

.tx-sremailsubscribe-pi1 input[type="checkbox"] {
  width: 20px;
  height: 35px;
}

select[multiple],
select[size] {
  height: auto;
  background: #e4e4e4;
  color: #33322f;
  padding: 5px;
  border: none;
}

.hidden {
  display: none;
}

.small {
  font-size: 13px;
}

.box-rechts {
  position: absolute;
  right: 0;
  top: 43px;
  height: 80px;
  width: 250px;
}

.box-rechts ul {}

.box-rechts li {
  text-align: right;
  list-style-type: none;
}

.logooben {
  height: auto;
  width: 250px;
  float: left;
  margin-bottom: 10px;
}

.logooben img {
  height: auto;
  width: 95px;
}

.logounten {
  height: auto;
  width: 250px;
  float: left;
}

.logounten img {
  height: auto;
  width: 95px;
}

.abstand_hori {
  margin-bottom: 40px;
}

.abstand_hori2 {
  margin-top: 60px;
}

/* defaultkram */
/* Gallerie bis 992px auf volle Breite */
@media (max-width: 992px) {
  .ce-gallery {
    width: 100%;
  }

  .leftsidemob {
    margin-left: 20px;
  }
}

.hh-slider .pagination {
  list-style: none;
  padding-top: 10px;
}

.slider-slide figure {
  margin: 1em 40px;
  position: relative;
}

.hh-slider figcaption {
  left: 5px;
  position: absolute;
  top: inherit;
  bottom: -60px;
}

.hh-slider figcaption p {
  font-size: 15px;
  color: #444;
}

@media (min-width: 640px) and (max-width: 2800px) {

  /* Spaltenbreiten je nach eingestellten Columns */
  .ce-gallery[data-ce-columns="2"] .ce-column {
    width: 48%;
    margin-right: 10px;
  }

  .ce-gallery[data-ce-columns="3"] .ce-column {
    width: 32%;
    margin-right: 10px;
  }

  .ce-gallery[data-ce-columns="4"] .ce-column {
    width: 24%;
    margin-right: 10px;
  }

  .ce-gallery[data-ce-columns="5"] .ce-column {
    width: 19%;
    margin-right: 10px;
    }
  }
  .justified-gallery {

    z-index: 1;
    }
  .ce-gallery .ce-column {
    margin: 0;
    /* Abstand zwischen Bildern */
    /* padding: 0 5px; */
    box-sizing: border-box;
  }

  .ani .ce-gallery .ce-column {
    margin: 0;
    /* Abstand zwischen Bildern */
    padding: 0 0px;
    box-sizing: border-box;
  }
}

/* Anpassungen von kleinen bis groeßeren Geraeten */
@media (min-width: 640px) and (max-width: 1200px) {

  /* Kein Abstand beim ersten und letzten Bild */
  .ce-gallery .ce-column:first-child {
    padding-left: 0;
  }

  .ce-gallery .ce-column:last-child {
    margin-right: 0;
  }

  /* Fluid Image Tags */
  .ce-gallery img,
  .ce-gallery picture {
    width: 100%;
    height: auto;
  }
}

/* Anpassungen fuer kleine Geraete */
@media (max-width: 640px) {
  .frame-layout-3 {
    padding: 20px 19px;
  }

  .col,
  .col-1,
  .col-10,
  .col-11,
  .col-12,
  .col-2,
  .col-3,
  .col-4,
  .col-5,
  .col-6,
  .col-7,
  .col-8,
  .col-9,
  .col-auto,
  .col-lg,
  .col-lg-1,
  .col-lg-10,
  .col-lg-11,
  .col-lg-12,
  .col-lg-2,
  .col-lg-3,
  .col-lg-4,
  .col-lg-5,
  .col-lg-6,
  .col-lg-7,
  .col-lg-8,
  .col-lg-9,
  .col-lg-auto,
  .col-md,
  .col-md-1,
  .col-md-10,
  .col-md-11,
  .col-md-12,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9,
  .col-md-auto,
  .col-sm,
  .col-sm-1,
  .col-sm-10,
  .col-sm-11,
  .col-sm-12,
  .col-sm-2,
  .col-sm-3,
  .col-sm-4,
  .col-sm-5,
  .col-sm-6,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9,
  .col-sm-auto,
  .col-xl,
  .col-xl-1,
  .col-xl-10,
  .col-xl-11,
  .col-xl-12,
  .col-xl-2,
  .col-xl-3,
  .col-xl-4,
  .col-xl-5,
  .col-xl-6,
  .col-xl-7,
  .col-xl-8,
  .col-xl-9,
  .col-xl-auto {
    position: relative;
    width: 100%;
    padding-right: 10px;
    padding-left: 10px;
  }

  /* Ein Bild pro Zeile */
  .ce-gallery .ce-column {
    margin: 0 0 10px;
    width: 100%;
    box-sizing: border-box;
  }

  /* Fluid Image Tags */
  .ce-gallery img,
  .ce-gallery picture {
    width: 100%;
    height: auto;
  }
}

@media (max-width: 500px) {
  .tx-sremailsubscribe-pi1 input {
    background: #e4e4e4;
    color: #33322f;
    padding: 5px;
    border: none;
    width: 200px;
  }

  select#tx-sremailsubscribe-pi1-static_info_country {
    height: auto;
    background: #e4e4e4;
    color: #33322f;
    padding: 5px;
    border: none;
    width: 200px;
  }

  tx-sremailsubscribe-pi1 label {
    margin: 0;
    padding: 10px;
    font-weight: normal !important;
    font-size: 13px;
  }
}

@media (max-width: 800px) {
  .zitat p {
    font-size: 24px;
    line-height: 44px;
  }

  .teaser2 {
    position: fixed;
    right: 20px;
    top: 287px;
    height: auto;
    width: 159px;
    display: block;
    z-index: 10000000000000000000000;
  }
}

@media (max-width: 700px) {
  .tx-sremailsubscribe-pi1 dt {
    width: 35% !important;
  }
}

.tx-sremailsubscribe-pi1 p.tx-sremailsubscribe-pi1-click-to-edit {
  margin-left: 2em;
  margin-right: 2em;
  margin-top: 50px;
}

.leftside {
  margin-left: 20px;
}

.cd {
  /*  text-transform: uppercase; */
  -moz-hyphens: none;
  -o-hyphens: none;
  -webkit-hyphens: none;
  -ms-hyphens: none;
  hyphens: none;
}

/*NEWSLETTER FORMULAR*/
fieldset {
  border: 0px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

.powermail_field {
  margin-bottom: 20px;
}

.cc_container .cc_message {
  font-size: 0.8em !important;
  line-height: 16px !important;
}

.cc_container .cc_btn {
  padding: 15px 15px !important;
}

.cc_container .cc_btn,
.cc_container .cc_btn:visited {
  color: #fff !important;
  background-color: #224385 !important;
  transition: background 200ms ease-in-out, color 200ms ease-in-out, box-shadow 200ms ease-in-out;
  -webkit-transition: background 200ms ease-in-out, color 200ms ease-in-out, box-shadow 200ms ease-in-out;
  border-radius: 0px;
  -webkit-border-radius: 0px;
}

.ce-table {
  margin-bottom: 15px;
}

.ce-table td {
  padding: 8px;
  border-right: 1px #a8a8a8 solid;
}

.ce-table tr {
  padding: 8px;
  border-bottom: 1px #a8a8a8 solid;
  border-left: 1px #a8a8a8 solid;
  border-top: 1px #a8a8a8 solid;
}

.contenttable {
  margin-bottom: 15px;
  width: 100%;
}

.contenttable th {
  padding: 8px;
  background-color: #eeeeee;
  border-right: 1px #a8a8a8 solid;
}

.contenttable td {
  vertical-align: top;
  padding: 8px;
  border-right: 1px #a8a8a8 solid;
}

.contenttable tr {
  padding: 8px;
  border-bottom: 1px #a8a8a8 solid;
  border-left: 1px #a8a8a8 solid;
  border-top: 1px #a8a8a8 solid;
}

/* .ce-uploads span { */
  /* display: block; */
  /* float: left; */
/* } */

.ce-uploads-filesize {
  /* margin-left: 10px; */
  /* border-left: 1px solid #999; */
  /* padding-left: 8px; */
  color: #999;
}

.teaser {
  height: auto;
  width: 100%;
  color: #70797E;
  background: #fff;
  padding-right: 15px;
  margin-bottom: 30px;
}

.teaser_bild {
  width: 170px;
  float: left;
  height: 170px;
  margin-right: 20px;
  display: inline-block;
  background: white;
  overflow: hidden;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  transition: all .3s ease;
}

.teaser_bild img {
  display: block;
  margin: 0;
  padding: 0;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  transition: all .3s ease;
}

.teaser:hover>.teaser_bild {
  background: #70254a;
}

.teaser:hover>.teaser_bild img {
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  transform: scale(1.2);
  opacity: .8;
  filter: alpha(opacity=100);
}

.teaser_bild_q {
  width: 170px;
  height: 170px;
  background-size: cover;
  background-repeat: no-repeat;
}

.teaser_text {
  padding-top: 20px;
  background: #fff;
  margin-bottom: 25px;
  min-height: 170px;
  padding-bottom: 10px;
  height: auto;
  padding-left: 190px;
  color: #70254a;
}

.gruen .teaser_text {
  color: rgb(14, 105, 61);
}

span.bold {
  text-transform: uppercase;
  font-weight: 600;
}

.teaser_text p {
  color: #33322f !important;
  font-size: 16px;
  line-height: 22px;
}

.button {
  color: #fff;
  margin-top: 30px;
  margin-bottom: 30px;
  margin: auto;
  /* width: 200px; */
}

.button a {
  color: #fff;
  padding: 8px 15px;
  background: #1D4574;
  font-family: 'Hind';
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
}

.button a:hover {
  background: rgb(0, 177, 44);
  -webkit-transition: color 0.25s ease-in-out, color 0.25s ease-in-out;
  transition: color 0.25s ease-in-out, color 0.25s ease-in-out;
  transition: background 300ms ease-in-out, color 300ms ease-in-out, box-shadow 300ms ease-in-out;
  -webkit-transition: background 300ms ease-in-out, color 300ms ease-in-out, box-shadow 300ms ease-in-out;
}

.button2 {
  clear: both;
  height: 35px;
  display: revert;
  color: #fff;
  margin-top: 15px !important;
  margin-bottom: 30px;
  margin: auto;
}

.button2 a {
  color: #fff;
  padding: 3px 15px;
  padding-top: 5px;
  background: #1D4574;
  font-family: 'Hind';
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

.button2 a:hover {
  background: rgb(0, 177, 44);
  -webkit-transition: color 0.25s ease-in-out, color 0.25s ease-in-out;
  transition: color 0.25s ease-in-out, color 0.25s ease-in-out;
  transition: background 300ms ease-in-out, color 300ms ease-in-out, box-shadow 300ms ease-in-out;
  -webkit-transition: background 300ms ease-in-out, color 300ms ease-in-out, box-shadow 300ms ease-in-out;
}

.text-muted {
  font-size: 17px;
  padding-top: 0px;
  color: #000 !important;
  display: block;
  width: 100%;
  clear: both;
  margin-top: 10px;
  float: left;
  font-weight: bold;
}



.swiper-slide {
  -webkit-transform: translateZ(0);
  -webkit-backface-visibility: hidden;
}

.ani {
  /* background:   rgb(246, 246, 246); */
  width: 100%;
  /* background-image: linear-gradient(45deg, #fff 25%, #fbfbfb 25%, #fbfbfb 50%, #fff 50%, #fff 75%, #fbfbfb 75%, #fbfbfb); */
  background-size: 10px 10px;
  margin-bottom: 80px;
  margin-top: 53px;
 display: inline-block;
}


.ani.addmt {

  margin-top: 200px;

}

.animax {
  /* max-width: 1500px; */
  margin: auto;
  
  margin-bottom: -65px;
}
.ariadne {
  margin-bottom: 60px;
}
.frame-container-accordion {
  margin-bottom: 30px;
}
@media (min-width:1967px) {
  .animax {

    max-width: 1600px;
  }
}

@media (min-width:845px) and (max-width:1200px) {
  .abstand_hori {
    padding: 80px 40px;
  }

  .blau {
    padding: 0px 40px;
  }
}

.logo {
  width: 10px;
  height: 100px;
}

.nav-open .navopen {
  opacity: 0.3;
}

.header {
  /* width: 140%;
  height: auto;
  margin-left: 150px;
  min-height: 100px;
  margin-bottom: 20px; */
}

.flb .header {
  width: 160%;
}

.news-single .header {
  width: 100%;
  height: auto;
  margin-left: 0px;
  min-height: 10px;
  margin-bottom: 0px;
}

.header img {
  width: 100%;
  height: auto;
  /* margin-top: 22px; */
}

.fixed .header img {
  max-width: 85px;
}

.ce-media .lightbox {
  font-weight: normal;
  line-height: 0;
  position: relative;
  width: 100%;
}

.ariadne a {
  padding-right: 12px;
}

span.nolink {
  font-weight: 600;
}

i. fa {
  border-left: 1px solid #33322f;
}

p.nomargin {
  margin-bottom: 3px;
}

.rootline {
  margin-top: 10px;
  width: 100%;
  display: block;
}

.rootline a,
.rootline {
  font-size: 13px;
  padding-right: 10px;
  color: #888;
}

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

.ce-gallery img {
  display: block;
  height: auto;

 
  min-width: 144px;
}
.ani .ce-gallery img {
  display: block;
  height: auto;
width: fit-content;
 
  min-width: 100px;
}

footer .ce-gallery img {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

ul.news-tags {
  padding: 0;
}

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

ul.news-tags li a {
  color: #116fa2;
}

.csc-default {
  margin-bottom: 10px
}

.ce-bodytext ul {
  margin-bottom: 10px;
  /*margin-top: 20px;*/
  padding-left: 20px;
}

.ce-bodytext ul li {
  margin-bottom: 16px;
  padding-left: 4px;
  font-weight: bold;
  list-style-image: url(../Images/li-bubble.png);
  /* list-style-type: none; */
  /*  font-size: 18px; */
}

.ce-bodytext li ul li {
  list-style-image: none;
  font-size: 17px;
  padding-left: 0px;
  list-style-type: disc;
  color: #6a6a6a;
  font-weight: normal;
  margin-bottom: 5px;
}

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

.nav-open .cont {
  opacity: 0.5;
  filter: alpha(opacity=50);
  /* For IE8 and earlier */
}

.csc-textpic-imagewrap img {
  border: 0 none;
  height: auto;
  width: 100%;
}

.centerfigcaption {
  margin: auto;
}

.grau {
  background: #333;
}

/*accordion*/
h3.t3ddy-accordion-header {
  margin-bottom: 10px !important;
}

.t3ddy-accordion-header {
  background: #1D4574;
  color: #fff;
  border: 0;
  border-radius: 0;
}

.ui-widget-content {
  border: 0;
}

.ui-state-default .ui-icon {
  background: rgba(0, 0, 0, 0) url("../Images/trigger_icon.gif") no-repeat scroll 0 0;
  background-position-x: 0px;
  background-position-y: 0px;
  background-size: auto auto;
  background-position-x: 0px;
  background-position-y: 0px;
  color: #fff;
  display: block;
  padding: 5px 0 5px 40px;
  text-decoration: none;
  z-index: 1111;
  background-position: left -4px;
  height: 30px;
  width: 30px;
  background-size: 70%;
}

.ui-icon-triangle-1-s {
  background-position: left -28px !important;
}

/*top*/
.scrollToTop {
  background: transparent url("../Images/nachoben.svg") no-repeat scroll 0 0 / 50% auto;
  bottom: 5px;
  color: #444;
  display: none;
  font-weight: bold;
  height: 60px;
  padding: 10px;
  position: fixed;
  right: -30px;
  text-align: center;
  text-decoration: none;
  width: 100px;
  z-index: 100000;
  opacity: 1;
}

.scrollToTop:hover {
  text-decoration: none;
}

hr {
  margin: 40px 0 40px 0;
  border-top: 3px solid #eee;
}

hr.ce-div {
  margin: 40px 0 40px 0;
  border-top: 3px dotted #ef7107;
  opacity: 1;
}

.sk-video-modal .disclaimer {
  display: block;
  margin-bottom: 1em;
  padding: 3em 0 !important;
  max-height: 250px !important;
}

/* .video-embed {
  position: relative;
     padding-bottom: 56.25%;
     padding-top: 0;
     height: 0;
     overflow: hidden;
}

.video-embed iframe,
.video-embed object,
.video-embed embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
} */

footer span {
  color: #fff;
  margin-bottom: 20px;
  display: block;
  font-size: 15px;
  -moz-hyphens: auto;
  -o-hyphens: auto;
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
}

footer ul {
  padding: 0;
  text-align: left;
  margin-bottom: 30px;
}

footer li {
  color: #fff;
  list-style-type: none;
  margin: 0;
  display: block;
  padding-bottom: 10px;
  line-height: 21px;

  -moz-hyphens: auto;
  -o-hyphens: auto;
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
}

footer li a {
  color: #fff;
}

footer li a:hover {
  color: #fff;
  text-decoration: underline;
}

footer {
  min-height: 250px;
  padding: 0 40px;
  float: left;
  width: 100%;
  background: #424D53;
  margin-top: 40px;
}

.fooline {
  border-top: 1px solid #949494;
  padding-top: 1.5rem;
  margin-top: 3rem;
  margin-bottom: 4rem;
  color: #949494;
}

footer h4 {
  color: #fff;
}

footer p,
footer a {
  color: #fff;
}

footer a:hover {
  color: #fff;
}

.footer2 {
  margin-top: 0px;
  min-height: 20px;
  background: #333;
  color: #fff;
  padding: 5x 0 5px;
  float: left;
  width: 100%;
}

.footer2 p,
.footer2 a {
  color: #fff;
  font-weight: 300;
  margin: 2px;
  font-size: 12px;
}

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

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

b,
strong {
  font-weight: bold;
}

.container {
  max-width: initial;
}
.container.kachel {
  padding-left: calc(var(--bs-gutter-x) * 0);
  padding-right: calc(var(--bs-gutter-x) * 0);

}
/*News config*/
.newsitems p {
  float: left;
}

.newsitems ul {
  float: right;
  padding: 0;margin-top: 40px;
}

.newsitems ul li {
  float: left;
  display: block;

  background: none;
  margin-right: 12px;

}

.newsitems ul li.current {
  color: #fff;
  padding: 6px 14px;
  background: #cd0606;
    border: 2px solid #cd0606;


}
.newsitems ul li a {
  display: block;


  color: #cd0606;
padding: 6px 14px;
  background: #fff;
  border: 2px solid #cd0606;

}
.newsitems ul li a:hover {
  color: #fff;
  padding: 6px 14px;
  background: #cd0606;
    border: 2px solid #cd0606;

}

.headernews h4 {
  font-size: 17px;
  font-weight: 500;
}

.news p {
  font-size: 18px;
  margin-bottom: 9px;
}

.news-single p {
  font-size: 19px;
  margin-bottom: 8px;
}

.news .headernews h4 {
  font-size: 17px;
  font-weight: 500;
  margin-bottom: 4px;
  /*  text-transform: uppercase; */
}

a.more {
  float: left;
  clear: both;
  font-weight: 500;
  color: #cd0606;
}

.headeritem {
  /* margin-top: 30px; */
  padding: 0 40px !important;
}

.ce-gallery .ce-column {
  /* margin-right: 10px;
  width: 32%; */
}

.contentp {
  padding: 0;
}

/*MediaQuery*/
@media only screen and (max-width: 1030px) {
  .teaser_text p {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
}

@media (max-width: 1000px) {

  /* h1 { */
    /* font-size: 1.8rem; */
    /* line-height: 2.4rem; */
    /* color: #056FAE; */
    /* margin-top: 0.5rem; */
    /* margin-bottom: 1rem; */
  /* } */
/*  */
/*  */
  /* h2 { */
    /* font-size: 2.4rem; */
    /* line-height: 3.2rem; */
    /* color: #056FAE; */
    /* margin-top: 0.5rem; */
    /* margin-bottom: 1.9rem; */
  /* } */
/*  */


  .teaser_bild {
    display: none;
  }

  .teaser_text {
    padding-left: 15px;
  }

  .teaser_text p {
    white-space: inherit;
  }

  .blau .abstandoben {
    margin-top: 40px;
    padding: 0px;
  }
}

@media (min-width: 768px) {
  .rootline {
    /* display: none; */
  }

  .container {
    width: 100%;
  }
}



@media (max-width: 650px) {
  .box-rechts {
    position: absolute;
    right: 0px;
    top: 13px;
    /* height: 200px; */
    width: 120px;
  }

  .logounten,
  .logooben {
    width: 100%;
  }

  .text11,
  .text112 {
    display: none;
  }

  .header {
    height: auto;
    margin-left: 10px;

    margin: 0 auto;
    margin-left: auto;
    margin-left: 49px;
  }
}

@media (max-width: 768px) {
  .frame-layout-2 {
    position: relative;
    padding: 18px 0;
    }

    .frame-space-before-medium {
      margin-top: 2em;
      }
      .frame-space-before-large {
        margin-top: 2.8em;
        }

  h2 {
    font-size: 2rem;
    line-height: 2.6rem;
  }
  .hcenter-line::before {
    display: none;
  }
  .hcenter-line {
   
    margin-bottom: 6px;
    }
  .h2center {
    font-size: 1.4rem;
    line-height: 2.1rem;    background: transparent;
  }



  .leftside {
    margin-left: 0px;
  }

  .abstandoben {
    margin-top: 40px;
    padding: 10px !important;
  }

  h3 {
    font-size: 32px;line-height: 2.3rem;
  }

  .fixed .header {
    display: none;
  }

  .ce-uploads-filesize {
    display: none !important;
  }

  .ce-uploads li {
    padding: 10px 0;
    list-style-type: none !important;
  }

  span.nolink {
    font-weight: 600;
  }

  #nav ul {
    /*   right: 20px !important; */
  }

  i. fa {
    border-left: 1px solid #33322f;
  }

  .rootline {
    margin-top: 10px;
    width: 100%;
    display: block;
  }

  .rootline a,
  .rootline {
    font-size: 13px;
    padding-right: 10px;
    color: #888;
  }

  .ui-accordion .ui-accordion-content {
    padding: 1em 0.8em;
    border-top: 0;
    overflow: auto;
  }

  .header {
    height: auto;
    margin-left: 10px;
   
    margin: 0 auto;

  }


  .header h1 {
    margin-top: 0px;
    width: 400px;
    margin-left: 73px;
  }

  .box-rechts {
    position: absolute;
    right: 15px;
    top: 43px;
    height: 80px;
    width: 250px;
  }
}

.slidertext {
  position: absolute;
 /*  left: 50px; */
  bottom: 40px;
  padding: 10px 20px;
 /*  background-color: rgba(5, 111, 174, 0.9); */
  color: #FFF;
  font-size: 58px;
  font-weight: bold;
  font-family: "Nothing You Could Do";
  /*  text-transform: uppercase; */
}

.slidertext a {
  color: #FFF;
  padding-right: 30px;
  text-decoration: none;
}

.slidertext a::after {
  content: "";
  display: block;
  height: 30px;
  width: 30px;
  background-size: 30px;
  background-repeat: no-repeat;
  background-image: url(../Images/link.svg);
  position: absolute;
  top: 38px;
  right: 3px;

}

.swiper-r {
  height: auto;
  margin: 0px 0;
  padding-bottom: 39%;
  overflow: hidden;
  padding-top: 0;
  position: relative;
  margin-bottom: 20px;
}

.swiper-container {
  width: 100%;
  height: 600px;
}

.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;

  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}

.frame-default {
  clear: both;
}
@media (max-width: 550px) {
  .slidertext {
    position: absolute;
    left: 0px;
    bottom: initial;
    padding-left: 10px 20px;
    background-color: rgba(5, 111, 174, 0.7);
    color: #FFF;
    font-size: 18px;
    font-weight: normal;
   top:0;
    }
    .slidertext a::after {
      content: "";
      display: block;
      height: 19px;
      width: 19px;
      background-size: 19px;
      background-repeat: no-repeat;
      background-image: url(../Images/link.svg);
      position: absolute;
      top: 17px;
      right: 11px;
      }
}




@media only screen and (min-width: 960px) {

  .navi {
    float: left;
    /* margin-right: 210px; mit Icons */
    margin-right: 40px;
    margin-top: 19px;
  }
}

@media only screen and (max-width: 450px) {
  .ce-column {
    margin-right: 10px;
    width: 95%;
  }

  .headeritem {
    margin-top: 30px;
    padding: 0 20px !important;
  }

  #navtop ul li {
    margin-left: 8px;
  }

  #navtop ul li a {
    /*font-size: 13px;*/
  }

  h1 {
    font-size: 28px !important;
    line-height: 36px !important;
    margin-bottom: 0.5rem;
  }

  h2 {
    font-size: 26px !important;
    line-height: 36px !important;
    margin-bottom: 0.5rem;
  }

  h3 {
    font-size: 23px;
    font-weight: 600;
    margin-bottom: 0rem;
  }

  #navtop ul {
    float: right;
    margin-left: 0;
    margin-right: 15px;
    padding: 0;
    width: 290px !important;
  }

  #navtop ul li {
    float: right;
    list-style-type: none;
  }
}



@media only screen and (max-width: 470px) {
  #header img {
    width: 50% !important;
  }
}

@media (max-width: 500px) {
  .max1000 {
    padding: 0 20px;
  }

  p {
    font-size: 1.1rem;
    line-height: 1.7rem;
    -moz-hyphens: auto;
    -o-hyphens: auto;
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
  }

  .newsitems .subitem:first-child {
    padding-right: 10px;
    margin-bottom: 35px;
  }

  .newsitems .subitem:last-child {
    padding-left: 10px;
    margin-bottom: 0px;
  }

  .newsitems .subitem:nth-child(2n) {
    padding-right: 10px;
    padding-left: 10px;
    margin-bottom: 35px;
  }

  .img100 {
    position: relative;
    display: none;
  }

  .ani {
    margin-top: 116px !important
  }

  .frame-space-before-large {
    margin-top: 0.5em;
  }

  .headerfix {
    position: absolute;
    top: 0;
    width: 100%;
    height: 62px;
  }
}

@media only screen and (max-width: 495px) {
  .teaserbilder .csc-textpic-caption {
    background: none;
    color: #fff;
    float: left;
    font-size: 20px;
    letter-spacing: 0.4px;
    line-height: 20px;
    padding: 0px 12px;
    position: absolute;
    text-align: center;
    width: 90% !important;
    z-index: 100000;
    top: 10px;
  }

  .teaserbilder div.csc-textpic-left .csc-textpic-imagewrap {
    margin-bottom: 20px;
  }

  .teaserbilder h3 {
    display: none;
  }

  .ce-textpic,
  .ce-nowrap .ce-bodytext,
  .ce-gallery,
  .ce-row,
  .ce-uploads li,
  .ce-uploads div {
    overflow: visible;
  }
}

@media only screen and (max-width: 575px) {
  .header img {
    width: 134px;
    margin-top: 0px !important;
    margin-left: 0px;
  }
  .header-logo {
    width: 147px;
    float: right;
    margin: 6px 15px 0px 12px;
}
  .header h1 {
    margin-top: 0px;
    width: 400px;
    margin-left: 0px;
  }

  .box-rechts {
    position: absolute;
    right: 15px;
    top: 23px;
    height: 80px;
    width: 250px;
  }
}

@media only screen and (max-width: 550px) {
  .ce-column {
    margin-right: 10px;
    margin-bottom: 10px;
    width: 95%;
  }

  .ce-gallery figure {
    display: table;
    margin: auto 0;
  }

  #header img {
    height: auto;
    margin-left: 20px;
    margin-top: 20px;
    max-height: 160px;
    width: 40%;
  }

  .cbp-hrmenu>ul>li {
    border-bottom: 0px solid #fff;
  }

  #header {
    height: 110px;
  }
}

@media only screen and (max-width: 670px) {
  .header-vdm, .header-qm {
    display: none;
}
.wabe-innen-img {
    position: static;
    z-index: 1;
}


}
@media only screen and (max-width: 830px) {}


@media only screen and (max-width: 1276px) {

  .header-meta {

    background-position: 968px;
  
}
ul.metanav li a {
  color: #fff!important;
}
.header-vdm, .header-qm {
 
  right:  34px;
}

}
@media only screen and (max-width: 1190px) {
  ul.metanav li a {
    color: #000!important;
  }
}

@media only screen and (max-width: 1158px) {
.header-vdm, .header-qm {
  right: 106px;
}
}

@media print {
  #nav {
    display: none;
  }

  /* hidden elements for print view */
  #header,
  #rootline,
  #footer,
  #printlink,
  #servicemenu,
  .nav,
  #search,
  #logo {
    display: none;
  }