/* roboto-slab-100 - latin */
@font-face {
  font-family: 'Roboto Slab';
  font-style: normal;
  font-weight: 100;
  src: url('../fonts/roboto-slab/roboto-slab-v22-latin-100.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/roboto-slab/roboto-slab-v22-latin-100.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/roboto-slab/roboto-slab-v22-latin-100.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/roboto-slab/roboto-slab-v22-latin-100.woff') format('woff'), /* Modern Browsers */
       url('../fonts/roboto-slab/roboto-slab-v22-latin-100.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/roboto-slab/roboto-slab-v22-latin-100.svg#RobotoSlab') format('svg'); /* Legacy iOS */
}

/* roboto-slab-300 - latin */
@font-face {
  font-family: 'Roboto Slab';
  font-style: normal;
  font-weight: 300;
  src: url('../fonts/roboto-slab/roboto-slab-v22-latin-300.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/roboto-slab/roboto-slab-v22-latin-300.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/roboto-slab/roboto-slab-v22-latin-300.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/roboto-slab/roboto-slab-v22-latin-300.woff') format('woff'), /* Modern Browsers */
       url('../fonts/roboto-slab/roboto-slab-v22-latin-300.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/roboto-slab/roboto-slab-v22-latin-300.svg#RobotoSlab') format('svg'); /* Legacy iOS */
}

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

/* roboto-slab-700 - latin */
@font-face {
  font-family: 'Roboto Slab';
  font-style: normal;
  font-weight: 700;
  src: url('../fonts/roboto-slab/roboto-slab-v22-latin-700.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/roboto-slab/roboto-slab-v22-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/roboto-slab/roboto-slab-v22-latin-700.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/roboto-slab/roboto-slab-v22-latin-700.woff') format('woff'), /* Modern Browsers */
       url('../fonts/roboto-slab/roboto-slab-v22-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/roboto-slab/roboto-slab-v22-latin-700.svg#RobotoSlab') format('svg'); /* Legacy iOS */
}




html {
  font-size: 62.5%;
}

body {
  font-size: 18px;
  line-height: 1.6;
  font-weight: 300;
  font-family: 'Roboto Slab', Helvetica Neue, Verdana, Arial, serif;
  color: #1f2e48;
  margin: 20px 0 0 0;
}

a {
  color: #1EAEDB;
}

a:hover {
  color: #0FA0CE;
}

a.lightbox {
  float: left;
  }

.content li {
  list-style: none;
  background-image: url(../img/li-default.png);
  background-repeat: no-repeat;
  background-position: left 6px;
  padding-left: 40px;
  }

.content .li-yellow li {
  list-style: none;
  background-image: url(../img/li-gelb.png);
  background-repeat: no-repeat;
  background-position: left 6px;
  padding-left: 40px;
  }

.content .li-gruen li {
  list-style: none;
  background-image: url(../img/li-gruen.png);
  background-repeat: no-repeat;
  background-position: left 6px;
  padding-left: 40px;
  }

.content .li-blue li {
  list-style: none;
  background-image: url(../img/li-blau.png);
  background-repeat: no-repeat;
  background-position: left 6px;
  padding-left: 40px;
  }

.content .li-magenta li {
  list-style: none;
  background-image: url(../img/li-magenta.png);
  background-repeat: no-repeat;
  background-position: left 6px;
  padding-left: 40px;
  }

.icon-bar {
  background-color: #00a8f4;
    display: block;
    height: 2px;
    margin: 4px 0 0;
  width: 20px;
}

hr {
  margin-top: 3.5rem;
  margin-bottom: 3.5rem;
  border-width: 0;
  border-top: 1px solid #4dc0f9;
}

h1, h2, h3, h4, h5, h6 {
  margin-top: 1rem;
  margin-bottom: 1.5rem;
  font-weight: 300;
}

h1 {
  font-size: 26px;
  line-height: 1.2;
}

h2 {
  font-size: 48px;
  line-height: 1.2;
  /** text-transform: uppercase; */
}

h2.csc-firstHeader {
  margin-top: 40px;
  margin-bottom: 2rem;
}

.li-yellow h2 {
  color: #ffdd00;
  }

.li-gruen h2 {
  color: #dddc00;
  }

.li-blue h2 {
  color: #01b5e2;
  }

.li-magenta h2 {
  color: #fe85c8;
  }

h3 {
  font-size: 16px;
  line-height: 1.3;
  font-weight: bold;
}

h4 {
  font-size: 2.4rem;
  line-height: 1.35;
  letter-spacing: -.08rem;
}

h5 {
  font-size: 1.8rem;
  line-height: 1.5;
  letter-spacing: -.05rem;
}

h6 {
  font-size: 1.5rem;
  line-height: 1.6;
  letter-spacing: 0;
}

p {
  margin-top: 0;
}

b,
strong {
  font-weight: 900;
}

/* ++++ TABELLEN ++++ */

th,
td {
  padding: 12px 15px;
  text-align: left;
  border-bottom: 1px solid #E1E1E1;
}

th:first-child,
td:first-child {
  padding-left: 0;
}

th:last-child,
td:last-child {
  padding-right: 0;
}

/* ++++ LISTEN ++++ */

ul {
  list-style: circle inside;
}

ol {
  list-style: decimal inside;
}

ol, ul {
  padding-left: 0;
  margin-top: 0;
}

ul ul,
ul ol,
ol ol,
ol ul {
  margin: 1.5rem 0 1.5rem 3rem;
  font-size: 90%;
}

li {
  margin-bottom: 1rem;
}

.top-bar {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background-color: #fff;
  padding: 20px 0;
  z-index: 1000;
}

.logo {
  float: right;
}

#home .content {
  padding: 0 0 150px;
}

.content {
  /** padding: 80px 0 150px; */
  padding: 70px 0 70px;
}

.herz {
  width: 50px;
  position: absolute;
  left: 50%;
  margin-left: -25px;
}

.slider {
  margin-top: 80px;
}

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

.tx-simpleslider-pi1-header,
.tx-simpleslider-pi1-subheader {
  display: none;
}

.footer {
  background-color: #f4f2eb;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
}

.footer ul {
  margin: 0;
  padding: 0;
  float: left;
}

.footer ul li {
  margin: 0;
  padding: 0;
  list-style: none;
  float: left;
  padding: 20px 40px 10px 0;
  font-size: 12px;
  line-height: 25px;
}

.footer ul li:last-child {
  padding-right: 0;
}

.footer ul li a {
  color: #1f2e48;
  font-size: 12px;
}

.minusmargin {
  margin-bottom: 20px;
}

.minusmargin .csc-textpic-imagecolumn {
  width: 33%;
  margin: 0;
  padding: 0;
  float: left;
  height: auto;
}

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

.sitetitle {
  min-height: 40px;
}

.sitetitle .title {
  background-color: #fff;
  position: relative;
  z-index: 100;
  padding-right: 15px;
  text-transform: lowercase;
}

.sitetitle hr {
  margin: -12px 0 0 0;
  padding: 0;
  position: relative;
  z-index: 50;
}

.sitetitle .wer {
  color: #f4e413;
  min-height: 40px;
}

.sitetitle .wer hr {
  border-top: 1px solid #f4e413;
}

.sitetitle .media {
  color: #e48dcc;
  min-height: 40px;
}

.sitetitle .media hr {
  border-top: 1px solid #e48dcc;
}

.sitetitle .termine {
  color: #dde324;
  min-height: 40px;
}

.sitetitle .termine hr {
  border-top: 1px solid #dde324;
}

.sitetitle .standard {
  color: #d1cdc5;
  min-height: 40px;
}

.sitetitle .standard hr {
  border-top: 1px solid #d1cdc5;
}

.flexslider {
    border: none;
    border-radius: none;
    box-shadow: none;
    margin: 0 0 30px;
    position: relative;
}

.caption-text {
  display: none;
  }
  
a.lightbox {
  position: relative;
  }

.description {
  position: absolute;
  top: 0;
  left: 0;
  padding: 20px;
  width: 245px;
  height: 245px;
  opacity: 0;  
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  background-color: rgba(46,44,69,0.85);
  color: #fff;
  }
  
a.lightbox:hover .description {
  opacity: 1;
  }
  
.powermail_fieldwrap {
  margin-bottom: 5px;
  }
  
.tx-powermail h3,
.tx-powermail legend.powermail_legend {
  display: none;
}

.tx-powermail label {
  width: 200px;
  float: left;
}

.powermail_fieldwrap_geschlecht label {
  float: none;
}

.tx-powermail legend.powermail_radio_legend {
  margin-top: 10px;
  margin-bottom: 5px;
}

.tx-powermail .powermail_fieldwrap_radio {
  margin-bottom: 10px;
}

.tx-powermail .powermail_radio_inner {
  display: inline-block;
  width: 27%;
}

.tx-powermail .powermail_radio_inner label {
  width: 100px;
}

.tx-powermail input.powermail_submit {
  background-color: #1f2e48;
  color: #fff;
  border: none;
  margin: 20px 0;
}

.tx-powermail .powermail_create {
  margin-top: 30px;
}

/* */

.bg-grey {
  background: #f4f3eb;
  background: -moz-linear-gradient(top, #f4f3eb 0%, #ffffff 100%);
  background: -webkit-linear-gradient(top, #f4f3eb 0%,#ffffff 100%);
  background: linear-gradient(to bottom, #f4f3eb 0%,#ffffff 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f4f3eb', endColorstr='#ffffff',GradientType=0 );
  padding-top: 100px;
}

.bg-blue {
  background: #312C4B;
  background: -moz-linear-gradient(top, #ffffff 0%, #312C4B 100%);
  background: -webkit-linear-gradient(top, #ffffff 0%,#312C4B 100%);
  background: linear-gradient(to bottom, #ffffff 0%,#312C4B 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#312C4B',GradientType=0 );
  padding-bottom: 200px;
}

img {
  max-width: 100%;
  height: auto;
  }
  
.news-home-article {
  position: relative;
  margin-bottom: 2rem;
  }
  
.news-home-img-wrapper {
  background-color: #312C4B;
  -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
  }
  
@media screen and (min-width: 768px) {
  .news-home-header {
    opacity: 0;
  }
}

@media screen and (max-width: 768px) {
  .news-home-img-wrapper img {
    opacity: 0.8;
  }
}

.news-home-header {
  position: absolute;
  -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
  z-index: 1000;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  }
  
.news-home-header.shows {
  opacity: 1;
  -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
  }
  
.news-home-img-wrapper:hover img {
  opacity: 0.8;
  -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
  }
  
.news-home-header a {
  color: #FFFDFD;
  font-size: 24px;
  letter-spacing: 0.1px;
  }
  
.news-home-header a:hover {
  text-decoration: none;
  }
  
.news-home-header a.more {
  font-size: 12px;
  }
  
hr.ce-div {
  color: #2e2c45;
  border-color: currentColor;
  text-align: center;
  margin: 170px 0;
  border-width: 1px;
  }
  
hr.ce-div:after {
    display: inline-block;
    position: relative;
    width: 50px;
    height: 50px;
    content: "";
    background: currentColor url("../img/Cordat-Heart.png");
    background-repeat: repeat;
    border-radius: 50%;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    margin-top: -25px;
    margin-left: -25px;
}

.hr-yellow hr {
  color: #E2DA35;
}

.hr-red hr {
  color: #D36665;
}

.hr-green hr {
  color: #CAE4CE;
}


.termine-home {
  border-bottom: 1px solid #F4F3EB !important;
  margin-bottom: 30px !important;
  padding-bottom: 30px !important;
  }

.termine-home:last-child {
  border-bottom: none !important;
  margin-bottom: 30px !important;
  padding-bottom: 0 !important;
  }

.termine-home h3 {
  font-size: 19px;
  letter-spacing: 0.25px;
  line-height: 25px;
  color: #312C4B;
  margin-bottom: 30px !important;
  font-weight: bold;
  }

.termine-home h3 a {
  color: #312C4B;
  text-decoration: none;
  }
  
.termine-home {
  font-size: 16px;
  letter-spacing: 0.25px;
  line-height: 24px;
  color: #312C4B;
  font-weight: lighter;
  }

.termine-home h4 {
  font-size: 12px;
  text-transform: uppercase;
  color: #f9c637;
  font-weight: bold;
  margin-bottom: 0;
  }
  
.termine-home .meta-info {
  font-size: 12px;
  font-weight: bold;
  }
  
.termine-home a.more {
  color: #CF6864;  
  font-size: 12px;
  font-weight: bold;
  }
  
#c237 h2 {
  margin-bottom: 59px;
  }


.headerimage .news-img-wrap {
  margin: 0 !important;
  margin-bottom: 2.5em !important;
  float: initial !important;
  width: 100% !important;
}

.headerimage .news-img-wrap img {
  width: 100% !important;
  max-height: 350px;
  object-fit: cover;
}

.arrow-left, .arrow-up {
    display: block;
    color: #cf6864;
    margin-top: 3em;
    cursor: pointer;
}

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

.grid .row {
    margin-bottom: 60px;
}

.news-list-view .article h3 {
    margin-top: 0;
}

.news-single .header h2 {
    text-align: center;
}

.news-single .teaser-text {
    font-size: 1.25em;
    color: inherit;
    text-align: center;
    padding-bottom: 5em;
}

@media screen and (min-width: 1200px) {
  .button {
    float: right;
  }
}

.button {
    background: #D36665;
    padding: 0.3rem 6rem;
    border-radius: 10px;
    text-align: center;
    color: #fff;
    font-weight: bold;
    text-transform: lowercase;
}

.button:hover {
    #ffffff;
}

.accBody {
  display: none;
}

.accToggle {
  cursor: pointer;
}
.accToggle::before {
    content: "\2192";
    display: inline-block;
    color: #CF6864;
    margin-right: 1rem;
}
