/* =================================
   LAYOUT

grau 303030
gelb FFFF00
lila 915ABA
hellblau 00A5D4
grün 7AAC2B
rot D50717
hellgrau 9A9A9A
orange F96700
taupe 558fe8
   ================================= */

.bg-grey {
  background: #303030;
}

.bg-yellow {
  background: #ffff00;
}

.bg-pink {
  background: #915ABA;
}

.bg-blue {
  background: #00a5d4;
}

.bg-green {
  background: #7aac2b;
}

.bg-red {
  background: #d50717;
}

.bg-light {
  background: #9a9a9a;
}

.bg-orange {
  background: #F96700;
}

.bg-taupe {
  background: #558fe8;
}

.bg-white {
  background: #FFF;
}

.page {
  min-height: 100%;
  position: relative;
  width: 100%;
}

header {
  position: absolute;
  z-index: 999;
  /* background: rgba(255, 200, 255, 0.5);*/
  width: 100%;
  max-height: 532px;
  height: 50vh;
}

.main-content {
  display: flex;
}

.col-main-full {
  width: 100%;
  /*padding-right: 15px;*/
  padding-right: 25px;

}

.col-margin {
  width: 30%;
  word-break: break-word;
}

.col-margin-sidenav {
  word-break: break-word;
}

.col-margin .inline-image {
    width: 100%;
    height: auto;
}


.main-content:after, .platocontent:after {
  content: "";
  display: block;
  clear: both;
}

footer {
  margin-top: 50px;
  padding: 90px 0;
  background: #303030;
  font-size: 80%;
  line-height: 1.8;
}

footer, footer a {
  color: white !important;
}

footer a:link:hover, footer a:visited:hover, footer a.active {
  color: #ffff00 !important;
}

.logo img {
  width: auto;
  height: 100%;
  margin: 50px 0;
  max-height: 40rem;
}

.header-box {
  display: flex;
  justify-content: space-between;
  height: 50vh;
  max-height: 35vh;
}

.tools {
  display: flex;
  margin-top: 20px;
  height: 50px;
}

footer nav {
  column-count: 3;
}

footer nav a {
  display: block;
}

header .soc img {
  width: 40px;
  margin-right: 10px;
}

/* BLUE BLOCK CSS */
.fullwidth-bg {
  position: relative;
  margin-top: 1px;
  width: 100%;
  overflow-x: hidden;
  overflow-y: visible;
}

.fullwidth-bg .article-div {
  padding: 60px 0;
}

.fullwidth-bg .article-div:after {
  width: 100vw;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  background: rgba(229, 229, 229, 0.53);
  content: "";
  display: block;
  position: absolute;
  height: 100%;
  top: 0;
  z-index: 0;
}

/* CSS CLASS */
.fullwidth-div {
  background: rgba(204, 192, 0, 0.52);
  width: 100vw;
  margin-left: 50%;
  transform: translateX(-50%);
  padding: 20px 0;
}

.win-os .ct-nr-0 .fullwidth-div {
  width: calc(100vw - 17px);
}

.p-sb:not(.was_clicked):active, .form-table button:not(.was_clicked):active, a.p-sb:not(.was_clicked):active {
        background: #737373 url(/layout/arrow_right.svg) no-repeat calc(100% - 40px) center / 20px auto;
}

/*
******** ONEPAGE MODEL *************
******** ONEPAGE MODEL *************
******** ONEPAGE MODEL *************
*/
article {
  overflow: hidden;
  max-width: 100%;
}

.sectiondiv {
  padding: 0 0 0 0;
  /*overflow: hidden;
  max-width: 100%;*/
}

.beratung-psychologisch-mitarbeiterinnen .sectiondiv {

  overflow: hidden;

}



/* fullwidth - bg help! */
.sectiondiv {
  position: relative;
  z-index: 1;
}

.article-div, .iwsetter, .fullwidth-div > div {
  max-width: 1500px; /* Max Page Size */
  padding: 0 20px; /* GOLBAL 20px sides */
  margin: 0 auto;
}

.iwsetter {
  padding: 0 40px;
}

.subpage {
}

.subpage.sp-1 {
}

.subpage.sp-2 {
}


.alt-one {
  margin-bottom: 0;
  padding-bottom: 0;
}

.alt-two .content-wrapper, .two-col {
  -webkit-column-count: 2;
  -webkit-column-gap: 80px;
  -moz-column-count: 2;
  -moz-column-gap: 80px;
  column-count: 2;
  column-gap: 80px;
}

/*
******** 50% FLOAT mit 20 Gutter *************
*/
.subpage.page-grid-1 .article-div > section {
  width: 50%;
  float: left;
}

.subpage.page-grid-1 .article-div > section:nth-child(odd) {
  padding-right: 10px;
}

.subpage.page-grid-1 .article-div > section:nth-child(even) {
  padding-left: 10px;
}

/*
******** 33% FLOAT mit 20 Gutter *************
*/
.subpage.page-grid-2 .article-div > section {
  width: calc(33.3333% - (2 * 20px / 3));
  float: left;
  margin-left: 20px;
}

.subpage.page-grid-2 .article-div > section:nth-child(3n+1) {
  clear: both;
  clear-after: both;
}

.subpage.page-grid-2 .article-div > section:nth-child(3n+1 ) {
  margin-left: 0px;
}

/*
******** 25% FLOAT mit 20 Gutter *************
*/
.subpage.page-grid-3 .article-div > section {
  width: calc(25% - (3 * 20px / 4));
  float: left;
  margin-left: 20px;
}

.subpage.page-grid-3 .article-div > section:nth-child(4n+1) {
  clear: both;
  clear-after: both;
}

.subpage.page-grid-3 .article-div > section:nth-child(4n+1 ) {
  margin-left: 0px;
}

/*
******** 33%/66% FLOAT mit 20 Gutter *************
*/
.subpage.page-grid-4 .article-div > section:nth-child(odd) {
  width: calc(33.3333% - (1 * (20px + 5px) / 2));
  float: left;


}

.subpage.page-grid-4 .article-div > section:nth-child(even) {
  width: calc(66.6666% - (1 * (20px - 5px) / 2));
  float: left;
  margin-left: 20px;

}

.subpage.page-grid-4 .article-div > section:nth-child(2n+1) {
  clear: both;
  clear-after: both;
}


/*
******** 66%/33% FLOAT mit 20 Gutter *************
*/
.subpage.page-grid-5 .article-div > section:nth-child(even) {
  width: calc(33.3333% - (1 * (20px + 5px) / 2));
  float: left;


}

.subpage.page-grid-5 .article-div > section:nth-child(odd) {
  width: calc(66.6666% - (1 * (20px - 5px) / 2));
  float: left;
  margin-left: 20px;

}

.subpage.page-grid-5 .article-div > section:nth-child(2n+1) {
  clear: both;
  clear-after: both;
}


.subpage.page-grid .article-div:after, .subpage.page-grid:after {
  clear: both;
  display: block;
  content: "";
}

.subpage.page-grid .article-div {
  clear: both;
}

.subpage.page-grid .article-div > section > .sectiondiv {
  /*background: #eee url(/layout/test_bullseye.svg) no-repeat center center / auto 100% ;*/
}

.subpage.page-grid .article-div > section > .sectiondiv > .content-block {
  padding: 10px;
  background: rgba(255, 206, 238, 0.13);
}


.column-blocks > div {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.col-block-1 > div > .co-bl-inn {
  flex-basis: calc(50% - 10px);

}

.col-block-2 > div > .co-bl-inn {
  flex-basis: calc(33.1% - 10px);
}

.col-block-3 > div > .co-bl-inn {
  flex-basis: calc(25% - 10px);
}

.col-block-4 > div > .co-bl-inn:nth-child(1) {
  flex-basis: calc(33.1% - 10px);
}

.col-block-4 > div > .co-bl-inn:nth-child(2) {
  flex-basis: calc(66.666% - 10px);
}

.col-block-5 > div > .co-bl-inn:nth-child(2) {
  flex-basis: calc(33.333% - 10px);
}

.col-block-5 > div > .co-bl-inn:nth-child(1) {
  flex-basis: calc(66.666% - 10px);
}

.col-block-6 > div > .co-bl-inn:nth-child(1) {
  flex-basis: calc(75% - 10px);
}

.col-block-6 > div > .co-bl-inn:nth-child(2) {
  flex-basis: calc(25% - 10px);
}

.col-block-7 > div > .co-bl-inn:nth-child(2) {
  flex-basis: calc(75% - 10px);
}

.col-block-7 > div > .co-bl-inn:nth-child(1) {
  flex-basis: calc(25% - 10px);
}

.co-bl-inn {
  /*border:1px dotted red;*/
}

/*
******** ONEPAGE MODEL *************
******** ONEPAGE MODEL *************
******** ONEPAGE MODEL *************
*/
/*
header {
  position: fixed;
  z-index: 50;
  width: 100%;
  top:0;
  left:0;
}
*/

.col-main-full, .col-margin, .col-margin-sidenav {
  margin-top: 45px;
}
.error-css header {
  position: static;
  height: auto;
  background: #D50717;
}
.search-box {
  padding-left: 20px;
}
#searchformglobal .p-ti {
  border: none;
  background: white;
  height: 40px;
  border-radius: 0;

}

.lang-change {
  position: relative;
  margin-left: 10px;
  display: flex;
}

.lang-change > div {
  background: #fff;
  width: 40px;
  height: 40px;
  text-align: center;

  line-height: 40px;

}
.lang-change > div:last-child{
  margin-left: 10px;
}
.lang-change a {
  color: #303030;
  display: block;
}

.lang-change a:hover {
  background-color: #ffff00;
}

.otherlang {
  position: absolute;

  text-align: center;


  opacity: 0;
  pointer-events: none;
}

.otherlang a {
  width: 40px;
  height: 40px;
  line-height: 40px;
  display: block;
  background: #fff;
}

.otherlang.active {
  opacity: 1;
  pointer-events: auto;
}

.clickstream {
  margin-top: 30px;

  text-align: right;
  color: #666;
  font-size: 1.5rem;

}
.clickstream > div {
  background: url("/layout/clickstream.svg") no-repeat center left / 15px auto;
  display: inline-block;
  padding-left: 24px;
}
.clickstream a {
  color: #666;
}

.side-nav {
  margin-bottom: 30px;
  white-space: nowrap;
}

.side-nav a {
  display: block;
  padding: 15px 15px 15px 30px;
  background: #9a9a9a;
  color:white !important;
  margin-bottom: 10px;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  font-size: 1.5rem;
/*  white-space: pre-wrap;*/
}

.side-nav a:hover {
  opacity: 0.8;
  color:white !important;
}
.side-nav a.active {
  color:white !important;
}
.side-nav a.snl-3 {
  padding: 8px 15px 8px 30px;
  margin-top: -9px;
  font-size: 80%;
  text-transform: none;
 display: block;
 
}
.snl-2 .snl-3 {
    display: none;
  }
 .snl-2.active .snl-3 {
  
  display: block;
  
}


.mobile-navi-container,.advert-mobile {
  display: none;
}

/*
.content-wrapper table {
  border: none;
}

.content-wrapper table td {
  padding: 8px;
}
.content-wrapper table tr td:first-child {
  padding-left: 0;
}
*/


.content-wrapper table.data-table {
  border-top: 5px solid #d0d0d0;
  /*border-bottom: 5px solid #ccc;*/
  margin:20px 0;
}

.data-table th, .data-table td {
  text-align: left;
  vertical-align: top;
  padding: 8px;
}

.data-table th {
  padding-top: 10px;
  padding-bottom: 10px;
  border-bottom: 5px solid #d0d0d0;
}

.data-table td {
  padding: 8px;
}

.data-table tr:nth-child(odd) td {
  background: #fafafa;
}

/* FORM


 */
#end_date, #start_date, #apply_date {
  width:140px;
}

div.val-help {
  display: none;
  position: absolute;
  clear: both;
  z-index: 100;
  margin: 3px 0;
  color: #222;
  background: #fff;
  border: 1px solid #ccc;
  padding: 10px;
}
.canteen-day-nav {
  display: flex;
  padding: 20px 0 20px 0;
}
.canteen-day-nav li {
  margin-right:10px;
}
.canteen-day-nav a {

  
  padding: 1rem 3rem;
  background: #9a9a9a;
  color: white !important;
  margin-bottom: 10px;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  display: block;
}

.meal-hide {
  opacity: 0.3;
}

.box-square-bg {
  background: #9a9a9a;
  position: relative;
}

.box-square-bg:hover .box-square {
  opacity: 1;
  transition: opacity 0.25s ease-in-out;
}

.box-square-bg:hover .box-txt {
  color: #303030;
}

.box-square {
  padding:50%;
  position: relative;
  background: url(/layout/htg-grau-struktur.jpg) no-repeat center / cover;
  opacity: 0;
  transition: opacity 0.25s ease-in-out;
}
.box-square img {
  width: 100%;
  position: absolute;
  bottom: 50px;
  left: 0;

  overflow: hidden;
  max-height: 200px;
  height: auto;
}
/*.bg-housing img,*/
/*.bg-catering img {*/
/*  transform: scale(2.0);*/
/*}*/

.box-square-bg .box-txt {
  text-align: center;
/*  font-weight: bold;*/
  font-size: 3rem;
  position: absolute;
  top:10%;
  left:50%;
  transform: translateX(-50%);
  color: white;
  text-transform: uppercase;
}

.box-square-bg .box-txt.box-bg-txt {
  top:50%;
  transform: translate(-50%, -50%);
  font-size: 4rem;
}

.box-square-bg:focus  {
      outline: none;
    -moz-outline-style: none;
    box-shadow: 0 0 2px 2px #cd1b4d;
}

.box-square-focus a {
      display: block;
}



.new_login_box > a:focus-visible  {
  color: #fff !important;
  background-color: #000;
  font-weight: bold;
}


/*.box-square.bg-child{*/
/*  background: url(/layout/htg-kind-rot.jpg) no-repeat center / cover;*/
/*}*/

/*.box-square.bg-catering{*/
/*  background: url(/layout/htg-gastronomie-gruen.jpg) no-repeat center / cover;*/
/*}*/
/*.box-square.bg-housing{*/
/*  background: url(/layout/htg-wohnen-hellblau.jpg) no-repeat center / cover;*/
/*}*/
/*.box-square.bg-consulting{*/
/*  background: url(/layout/htg-beratung-orange.jpg) no-repeat center / cover;*/
/*}*/
/*.box-square.bg-finance{*/
/*  background: url(/layout/htg-geld-blau.jpg) no-repeat center / cover;*/
/*}*/
/*.box-square.bg-international{*/
/*  background: url(/layout/htg-international-lila.jpg) no-repeat center / cover;*/
/*}*/



.image-box {
  height: 50%;
}

.image-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;

}



.image-box-txt {
  height: 100%;
  border: 1px solid #9A9A9A;
  border-top: none;
  position: relative;
  padding: 20px 10px 100px 10px;
}

.image-box-txt .ibt-btn {
  position: absolute;
  bottom: 10px;
  left: 10px;
  width: calc(100% - 20px);

  padding: 10px 50px 10px 20px;
  background: #9A9A9A url(/layout/arrow_right.svg) no-repeat calc(100% - 20px) center / 20px auto;
  color: white;

  text-transform: uppercase;
}

.image-box-txt .ibt-btn:hover {
  color: white;
  background-color: #303030;
}

.image-box h3 {
  text-transform: uppercase;
  color: #9A9A9A;
}






.icon-box {
  height: 50%;
}

.icon-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;

}



.icon-box-txt {
  position: relative;
  padding-top:50px;
}

.icon-box-txt .ibt-btn {
  position: absolute;
  bottom: 10px;
  left: 10px;
  width: calc(100% - 20px);

  padding: 10px 0 10px 20px;
  background: #9A9A9A url(/layout/arrow_right.svg) no-repeat calc(100% - 20px) center / 20px auto;
  color: white;

  text-transform: uppercase;
}

.icon-box-txt .ibt-btn:hover {
  color: white;
  background-color: #303030;
}






/*


.css-green .platocontent a,
.css-green .platomargin a
{
  color: #9A9A9A;
  text-decoration: none;
  font-size: inherit;
}

.platocontent a:hover, .platomargin a:hover, a:hover {
  color: #757474;
  text-decoration: none;
}
*/
/*

COLOR STYLES

grau 303030
gelb FFFF00
lila 915ABA
hellblau 00A5D4
grün 7AAC2B
rot D50717
hellgrau 9A9A9A
orange F96700
taupe
 */


.main-content .content-wrapper a:hover
{
  text-decoration: underline;
} 

 
 .acc-h {
   text-transform: uppercase;
    letter-spacing: 0.06em;
    font-weight: normal !important;
 }
.css-green div.acc-h,.css-green summary.acc-h,.css-green summary.faq-q,
.css-green div.residential-header,
.css-green div.faq-q,
.css-green .side-nav a.active, a.nav-green:before, .info-path.nav-green,
.css-green .side-nav a.inpath, 
.css-green .platocontent ul.stdlist li:before {
  background-color: #7aac2b;
}

#ddnav {
  z-index: 9999;
}
#ddnav ul li.lvl-1.nav-green:hover > a,
#ddnav ul li.lvl-1.nav-green:focus > a,
#ddnav ul li.lvl-1.nav-green.clicked > a,
#ddnav .lvl-1.active.nav-green > a,
#ddnav .lvl-1.inpath.nav-green > a {
  border-color: #7aac2b;
}



#ddnav .lvl-1.nav-green .lvl-2.active a,
.css-green .main-content a {
  color:#7aac2b;
}

#ddnav .lvl-1.nav-green .lvl-2.nav-green:hover > a,
#ddnav .lvl-1.nav-green .lvl-2.nav-green:focus > a
{
  color: #7aac2b;
  
}
.css-green .main-content a:hover,
.css-green .main-content a:focus
{
  text-decoration: underline;
}

summary {
  
  list-style:none;
}
.css-blue div.acc-h,.css-blue summary.acc-h,.css-blue summary.faq-q,
.css-blue div.residential-header,
.css-blue div.faq-q,
.css-blue .side-nav a.active, a.nav-blue:before, .info-path.nav-blue,
.css-blue .platocontent ul.stdlist li:before 
{
  background-color: #00a5d4;
}

#ddnav ul li.lvl-1.nav-blue:hover > a,
#ddnav ul li.lvl-1.nav-blue.clicked > a,
#ddnav .lvl-1.active.nav-blue > a,
#ddnav .lvl-1.inpath.nav-blue > a {
  border-color: #00a5d4;
}
#ddnav .lvl-1.nav-blue .lvl-2.active a,
.css-blue .main-content a, .wohnen h3 {
  color:#00a5d4;
}

#ddnav .lvl-1.nav-blue .lvl-2.nav-blue:hover > a{
  color: #00a5d4;
/*  text-decoration: underline;*/
}



.css-pink div.acc-h,.css-pink summary.acc-h,.css-pink summary.faq-q,
.css-pink div.faq-q,
.css-pink .side-nav a.active, a.nav-pink:before, .info-path.nav-pink,
.css-pink .platocontent ul.stdlist li:before {
  background-color: #915ABA;
}

#ddnav ul li.lvl-1.nav-pink:hover > a,
#ddnav ul li.lvl-1.nav-pink.clicked > a,
#ddnav .lvl-1.active.nav-pink > a,
#ddnav .lvl-1.inpath.nav-pink > a {
  border-color: #915ABA;
}

#ddnav .lvl-1.nav-pink .lvl-2.active a,
.css-pink .main-content a {
  color:#915ABA;
}


#ddnav .lvl-1.nav-pink .lvl-2.nav-pink:hover > a{
  color: #915ABA;
}


.css-taupe div.acc-h,.css-taupe summary.acc-h,.css-taupe summary.faq-q,
.css-taupe div.faq-q,
.css-taupe .side-nav a.active, a.nav-taupe:before, .info-path.nav-taupe,
.css-taupe .platocontent ul.stdlist li:before {
  background-color: #558fe8;
}

#ddnav ul li.lvl-1.nav-taupe:hover > a,
#ddnav ul li.lvl-1.nav-taupe.clicked > a,
#ddnav .lvl-1.active.nav-taupe > a,
#ddnav .lvl-1.inpath.nav-taupe > a {
  border-color: #558fe8;
}

#ddnav .lvl-1.nav-taupe .lvl-2.active a,
.css-taupe .main-content a {
  color:#558fe8;
}

#ddnav .lvl-1.nav-taupe .lvl-2.nav-taupe:hover > a{
  color: #558fe8;
}





.css-orange div.acc-h,.css-orange summary.acc-h,.css-orange summary.faq-q,
.css-orange div.faq-q,
.css-orange .side-nav a.active, a.nav-orange:before, .info-path.nav-orange,
.css-orange  .platocontent ul.stdlist li:before {
 background-color: #F96700;
}

#ddnav ul li.lvl-1.nav-orange:hover > a,
#ddnav ul li.lvl-1.nav-orange.clicked > a,
#ddnav .lvl-1.active.nav-orange > a,
#ddnav .lvl-1.inpath.nav-orange > a {
  border-color: #F96700;
}

#ddnav .lvl-1.nav-orange .lvl-2.active a,
.css-orange .main-content a {
  color:#F96700;
}


#ddnav .lvl-1.nav-orange .lvl-2.nav-orange:hover > a{
  color: #F96700;
}


.css-red div.acc-h,.css-red summary.acc-h,.css-red summary.faq-q,
.css-red div.faq-q,
.css-red div.daycare-header,
.css-red .side-nav a.active, a.nav-red:before, .info-path.nav-red,
.css-red .platocontent ul.stdlist li:before {
  background-color: #D50717;
}

#ddnav ul li.lvl-1.nav-red:hover > a,
#ddnav ul li.lvl-1.nav-red.clicked > a,
#ddnav .lvl-1.active.nav-red > a,
#ddnav .lvl-1.inpath.nav-red > a {
  border-color: #D50717;
}

#ddnav .lvl-1.nav-red .lvl-2.active a,
.css-red .main-content a {
  color:#D50717;
}
#ddnav .lvl-1.nav-red .lvl-2.nav-red:hover > a{
  color: #D50717;
}


.css-yellow div.acc-h,.css-yellow summary.acc-h,.css-yellow summary.faq-q,
.css-yellow div.faq-q,
.css-yellow .side-nav a.active, a.nav-yellow:before, .info-path.nav-yellow,
.css-yellow .platocontent ul.stdlist li:before {
  background-color: #303030;
}



.css-yellow .side-nav a.active, a.nav-yellow:before, .info-path.nav-yellow {
  border-color: #ffff00;
}

#ddnav ul li.lvl-1.nav-yellow:hover > a,
#ddnav ul li.lvl-1.nav-yellow.clicked > a,
#ddnav .lvl-1.active.nav-yellow > a,
#ddnav .lvl-1.inpath.nav-yellow > a {
  border-color: #ffff00;
}

#ddnav .lvl-1.nav-yellow .lvl-2.active a
 {
  color:#ffff00;
}
.css-yellow .main-content a {
  color:#303030;
}


#ddnav .lvl-1.nav-yellow .lvl-2.nav-yellow:hover > a{
  color: #ffff00;
}

.css-yellow .side-nav a.active {
    color: #ffff00 !important;
}



.css-white .side-nav a.active, a.nav-white:before, .info-path.nav-white
{
  background-color: #303030;
}

.info-path.nav-white
{
  background-color: #FFF;
  color: #000;
}
#ddnav a {
    font-size: 1.6rem;
}

 


select.green-dd, select.p-dd {
    cursor: pointer;
    color: #737373;
    padding: 0 0.4rem;
    background: #fff url(/layout/chevron-down.png) no-repeat center right / 32px auto;
    padding-right: 42px !important;
    border:1px solid #7aac2b;
  width: 100%;
}
select.p-dd {
  background: #fff url(/layout/chevron-down-grey.png) no-repeat center right / 32px auto;
  border: 1px solid #303030;
}
/*
grau 303030
gelb FFFF00
lila 915ABA
hellblau 00A5D4
grün 7AAC2B
rot D50717
hellgrau 9A9A9A
orange F96700
taupe 558fe8
*/
.wohnen #residential_location.p-dd,  .wohnen-zimmervermittlung select.p-dd {
  background: #fff url(/layout/chevron-down-blue.png) no-repeat center right / 32px auto;
  border: 1px solid #00a5d4;
}

.geld .p-dd,  .geld select.p-dd {
  background: #fff url(/layout/chevron-down-taupe.png) no-repeat center right / 32px auto;
  border: 1px solid #558fe8;
}

.beratung .p-dd,  .beratung select.p-dd {
  background: #fff url(/layout/chevron-down-orange.png) no-repeat center right / 32px auto;
  border: 1px solid #F96700;
}

.international .p-dd,  .international select.p-dd {
  background: #fff url(/layout/chevron-down-lila.png) no-repeat center right / 32px auto;
  border: 1px solid #915ABA;
}

.yellow .p-dd,  .yellow select.p-dd {
  background: #fff url(/layout/chevron-down-gelb.png) no-repeat center right / 32px auto;
  border: 1px solid #FFFF00;
}

.grey .p-dd,  .grey select.p-dd {
  background: #fff url(/layout/chevron-down-grey.png) no-repeat center right / 32px auto;
  border: 1px solid #303030;
}


.kind .p-dd,  .kind select.p-dd {
  background: #fff url(/layout/chevron-down-rot.png) no-repeat center right / 32px auto;
  border: 1px solid #D50717;
}

.mein_account .p-dd,  
.mein_account select.p-dd
.registrieren .p-dd,  
.registrieren select.p-dd
.event .p-dd,  
.event select.p-dd
{
  background: #fff url(/layout/chevron-down-grey.png) no-repeat center right / 32px auto;
  border: 1px solid #303030;
}

.menu_dropdowns{
  /*display: flex;*/
}

.mealicon_2 {
  
  
  vertical-align: bottom;
}

.mensatype {
  vertical-align: top;
  text-transform: uppercase;
  font-weight: 600;
  color: #737373;
  padding: 15px 10px 15px 5px;
  border-bottom:1px solid #7aac2b;
}

.mensatypeborder {
border-bottom:1px solid #7aac2b;
}



.mtd-icon {
    width: 6rem;
    background: white !important;
    vertical-align: top;
    text-align: right;
    white-space: nowrap;
    padding: 0 1rem 0 0;
}

.mensatype span {
white-space:nowrap;
width:75px;
display:block;
margin-right:20px;
font-weight:bold;
}

.mensatype div {
width:100px;
display:block;
font-weight:bold;
}

.mensadata {
vertical-align:top;
width:99%;
padding:15px 10px 15px 0px;
border-bottom:1px solid #7aac2b;
color: #737373;
}

.bgp {
	background:white;
	white-space: nowrap;
	padding:0px 2px 0px 3px;
	}

.bgp small {
color:#AAA;
  }

.canteen_nav img {
float:right;margin-top:4px;
}


.mtd-icon div {
	background:white;
}
.meal-hide {
filter:alpha(opacity=20); 
-moz-opacity:0.20;
opacity:0.2;	
}

.meal-detail-table {
    width: 100%;
}

.fullwidth-div-tl  .layout-img-11 {
  
  position: relative;
  max-height: 400px;
overflow: hidden;

}
.fullwidth-div-tl .image-subscription {

font-size: 3rem !important;
font-weight: normal;
margin: 0;
padding: 0 0 10px 0;
line-height: normal;
letter-spacing: 0.06em;
text-transform: uppercase;
color: #fff;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
  text-align: center;
  pointer-events: none;
}

.fullwidth-div-tl {

  
}


.thumb.start-news {
    float: right;
    width: 100%;
    /*max-width: 300px !important;*/
}

.start-news-box {
    /*border-bottom: 1px solid;*/
    padding: 20px 0 20px 0;
}

.start-news-box h1{
  color: #3e3e3e;
  padding-bottom: 5px;
  font-weight: 400;
}
.start-news-box h1:hover, .start-news-box a, .start-news-box a:hover{
  color: #3e3e3e;
}
.refectory-image .fancybox-image img{
  
  max-width: 100%;
}


/* =================================
   Accordion
   =================================
*/
div.acc-box,details.acc-box  {
  margin-top: 10px;
  
}

div.acc-h,div.faq-q,
summary.acc-h,summary.faq-q
{
  padding: 15px 50px 15px 20px;
  /*font-weight: bold;*/
  cursor: pointer;
  background: #303030 url(/layout/plus-white.svg) no-repeat calc(100% - 20px) center / 25px 25px;
  color: white;
  margin-bottom: 10px;
}

div.acc-h:hover {
}



div.acc-box.active div.acc-h,div.faq-box.active div.faq-q,
details[open]>summary.acc-h,details[open]>summary.faq-q
{
  background-image: url(/layout/minus-white.svg);
}

div.acc-c {
  display: none;
  padding: 20px 20px 10px 20px;
  background: #fff;
}

div.acc-box.active .acc-c {
  display: block;
}

div.acc-c img.inline-image.ii-b{
    width: calc(100% + 40px);
    padding-bottom: 10px;
    padding-top: 10px;
    margin-left: -20px;
}

div.acc-c img{
/*  float: left;*/
}




details>div.faq-a {
  display: flow-root;

}


.canteen-teaser,.resendial-teaser {
    margin-bottom: 5rem;
}

.wohnen h3{
  font-size: 1.8rem;
  font-weight: bold;
  
}


.platocontent ul.stdlist li:before {
    width: 10px;
    height: 10px;
    content: "";
    top: 0.9rem;
    left: 7px;
    border-radius: 1px;
    position: absolute;
    color: inherit;
    background-color: #303030;
}

.platocontent ul.stdlist li {
  
  margin-left: 10px;
}

.residential-overview {
  display: flex;
  padding-top: 25px;
}

.residential-header {
  
  background-color: grey;
  color: white;
  padding: 10px 0 10px 20px;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  margin-bottom: 2px;
}

.res_box {
  min-height: 675px;
  position: relative;
}
.ref_box {
  min-height: 600px;
  position: relative;
}
.residential-box, .refectory-box, .daycare-box {
  font-size: 1.5rem;
  border: 1px solid #d0d0d0;
}

.residential-image img {
  overflow: hidden;
  width: 100%;
  height: 300px;
  object-fit: cover;
}

.residential-info {
/*  border: 1px solid #d0d0d0;
  border-top:none;
  border-bottom: none;*/
  max-width: 434px;
  padding: 20px 0 5px 20px;
}

.residential-info img {
  
  visibility: hidden;
  display: none !important;
}

.residential-openinghours {
    width: 5rem;
    float: right;
    margin: 2.75rem 2rem 0 0;
}

.residential-info-link {
  position: absolute;
  right: 10px;
  bottom: 0;
}

.residential-info ul {
  
  list-style: none;
  display: flex;
    justify-content: flex-start;
    position: relative;
    padding: 0;
    flex-flow: wrap;
}

.residential-info li:before {
  
      content: "";
    top: 0;
    margin-left: -16px;
    position: absolute;
    color: inherit;
    opacity: 0.9;
    left:0;
    background-color: transparent !important;
}

.residential-info  ul.stdlist li{
  
  margin: 0px;
  padding: 0;
  padding-right: 3px;
  
}
.residential-info ul.stdlist li:not(:last-child):after
/*.residential-info  ul.stdlist li:after */
{
  content: ',' !important;
}

.residential-info  ul.stdlist:last-child li:after {
  content: '';
}


.residential-interior {
    padding-top: 10px;
}

.wohnen #residential_location.p-dd,  .wohnen-zimmervermittlung select.p.dd {
  background: #fff url(/layout/chevron-down-blue.png) no-repeat center right / 32px auto;
  border: 1px solid #00a5d4;
}

.residential-reset .btn, .refectory-reset .btn, .daycare-reset .btn{
cursor: pointer;
    color: #737373;
    padding: 0.25rem 0.4rem;
    background: #00a5d4 url(/layout/close.svg) no-repeat  center  / 21px ;
    height: 32px;
    width: 32px;
    float: right;
}


.refectory-reset .btn{                          
    background:  #7aac2b url(/layout/close.svg) no-repeat  center  / 21px ;                    
}

.residential-reset .lbl, .refectory-reset .lbl , .daycare-reset .lbl {
  cursor: pointer;
    float: left;
    padding: 1px 5px;
    
    vertical-align: middle;
}

.refectory-reset {
    border: 1px solid  #7aac2b ;
    display: flex;
}

.residential-info-bottom {
  border-top:none;
  column-count: 2;
}

.residential-info-icon {
    float: left;
}
.residential-info-icon img{
    width: 30px;
    margin: 10px 20px 10px 20px;
    cursor: pointer;
}

.residential-info-text, .refectory-info-text , .daycare-info-text {
    text-align: right;
    padding-right: 10px;
    text-transform: uppercase;
    color: #00a5d4;
    line-height: 7rem;
    cursor: pointer;
    
}

.refectory-info-text {
    color: #7aac2b;
}

.daycare-info-text {
    color: #D50717;
}

.residential-extra {
    opacity: 0.75;
    background-color: #000;
    z-index: 10;
    padding: 10px; 
    color: #fff;
}

.residential-extra img{
  overflow: hidden;
  width: 100%;
  height: 300px;
  object-fit: cover;
  z-index: 5;
}


#ddnav .lvl-1:hover > ul {
  left: auto;
  opacity: 1;
}


.meal_lines_wrapper .row > * {
  padding: 0 0 5px 20px;
}


.meal_lines_wrapper img {
  width: 30px;
}


.conf_headline {
  width: 15%;
}

.conf_lines {

}

.gfxadditives_image_wrapper {
  width: 45px;
  display: inline-flex;
  justify-content: center;
}

.gfxadditives_image_wrapper img {
  width: 100%;
  height: auto;
  max-width: 25px;
  max-height: 25px;
}

.mensadata img{
    width: 3rem;
    height: 28px;
}

.page_wrapper {
  max-width: 1920px;
  margin: 0 auto;
}

.wohnen .sectiondiv {
  padding: 0px;
}

.news_border {
  border-bottom: 1px solid;
  width: 70%;
  margin: 0 auto;
  padding-top: 35px;

}

.residential-overview {
  display: flex;
  padding-top: 25px;
}

.daycare-header {
  
  background-color: grey;
  color: white;
  padding: 10px 0 10px 20px;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  margin-bottom: 2px;
}

.res_box {
  min-height: 675px;
  position: relative;
}
.ref_box {
  min-height: 600px;
  position: relative;
}

.daycare-image img {
  overflow: hidden;
  width: 100%;
  height: 300px;
  object-fit: cover;
}

.daycare-info {
/*  border: 1px solid #d0d0d0;
  border-top:none;
  border-bottom: none;*/
  max-width: 395px;
  padding: 20px 0 5px 20px;
}

.daycare-info img {
  
  visibility: hidden;
  display: none !important;
}
.daycare-image-3d img{
    width:100%;
}
.daycare-info-link {
  position: absolute;
  right: 10px;
  bottom: 0;
}

.daycare-info ul {
  
  list-style: none;
  display: flex;
    justify-content: flex-start;
    position: relative;
    padding: 0;
    flex-flow: wrap;
}

.daycare-info li:before {
  
      content: "";
    top: 0;
    margin-left: -16px;
    position: absolute;
    color: inherit;
    opacity: 0.9;
    left:0;
    background-color: transparent !important;
}

.daycare-info  ul.stdlist li{
  
  margin: 0px;
  padding: 0;
  padding-right: 3px;
  
}
.daycare-info ul.stdlist li:not(:last-child):after
/*.daycare-info  ul.stdlist li:after */
{
  content: ',' !important;
}

.daycare-info  ul.stdlist:last-child li:after {
  content: '';
}


.daycare-interior {
    padding-top: 10px;
}

daycare-3d


.refectory-reset .btn{                          
    background:  #7aac2b url(/layout/close.svg) no-repeat  center  / 21px ;                    
}


.daycare-info-bottom {
  border-top:none;
  column-count: 2;
}

.daycare-info-icon {
    float: left;
}
.daycare-info-icon img{
    width: 30px;
    margin: 10px 20px 10px 20px;
    cursor: pointer;
}


.daycare-extra {
    opacity: 0.75;
    background-color: #000;
    z-index: 10;
    padding: 10px; 
    color: #fff;
}

.daycare-extra img{
  overflow: hidden;
  width: 100%;
  height: 300px;
  object-fit: cover;
  z-index: 5;
}


/*Müsste evtl noch woanders hin*/
@media (min-width: 1024px) {
  header {
    z-index: 9999;
  }
  .news_content_wrap {
    padding-top: 50px;
  }
  .news_border {
    padding-top: 25px;

  }
}

.wohnen-unsere-wohnheime h3 {
    font-size: 1.5rem;
    font-weight: bold;
    color: #3e3e3e;
}


.icon-box_wrapper {
  padding-top: 100px;
}

.icon-box_wrapper img{
  width: 100%;
  height: 100%;
  object-fit: contain;
  max-height: 450px;
  padding-bottom: 50px;
}






.faq-a img {
    max-width: 1124px;
    margin: 0 -20px 0 -20px;
}


.text-dec-skip {
  text-decoration-skip: none;
  -webkit-text-decoration-skip: none;
}


.new_login_box {
  font-size: 1.2rem;
  padding: 3px 0;
  margin-top: 5px;
  text-align: center;
  background: #fff;
}

.new_login_box a {
  color: rgba(0, 0, 0, 0.75);
  display: block;
  text-transform: uppercase;
}

.new_login_box.logged-in {
  display: flex;
  gap: 10px;
  justify-content: center;
}


.new_login_box a{
  color: rgba(0, 0, 0, 0.75);
}

/*.mein_account .box-square img {*/
/*  max-height: 130px;*/
/*}*/

.mein_account .box-square-bg .box-txt.box-bg-txt ,
.mein_account .box-square-bg .box-txt{
  font-size: 2rem;
}




div.faq-box.active .faq-a {
    display: flow-root;
}


.mensa-card-table {
display: flex;
column-gap: 10px;width: 100%;
}

.mand-hint {
    background: #737373;
    color:#FFF;
}



/* =================================
   COOKIE CONSENT 2
   ================================= */
#consent_info label {
  padding-right: 0;
/*  margin-left: 40px;*/
      font-size: 1.5rem;
    text-transform: uppercase;
    font-weight: bold;
}
#consent_info a {
  color:#3e3e3e !important;
  text-decoration: none;
}
#consent_info a:hover {
  text-decoration: underline;
}



#consent_info input[type="checkbox"] + label:before {
  /*border: 1px solid #cc0000 !important;*/
  
}

#consent_info input[type="checkbox"]:checked + label:before {
    /*background: #ff7f00;*/
/*  content: "âœ”";*/
  
  border:none !important;
  
}
#consent_info input[type="checkbox"][id="cookie_tech"] + label:before {
  /*border: 1px solid #777 !important;*/

}

#consent_info input[type="checkbox"][id="cookie_tech"] + label {
  opacity: 0.7;
  cursor: default !important;
}



#cookie_settings_details {
    margin: 6px 0 4px 0;
    /* width: 100%; */
    /* max-width: 100%; */
/*    margin-top: 15px;*/
    float: right;
}

#consent_info .con-cxs {

  display:block;
}

#consent_details {
  display: none;
  text-align: left;
  padding: 10px;
  
  max-width: 900px;
  margin: 0 auto;
}

  a .cookie-note {
	color:black;
}




.cookie-note-mood {
    background: #ff7f00b0;
    padding: 25px;
    position: fixed;
    z-index: 2;
    top: 50%;
    align-items: center;
    justify-content: center;
    /* margin: auto; */
    display: none;
    color: #fff;
    /* min-width: 60%; */
}
.cookie-note-mood a{
    
    color:#fff;
    text-decoration: underline;
}

.cookie-info {
    margin-top: 10px;
    display: block;
}




.checkbox-toggle {
    margin: 0 auto;
    /* column-count: 2; */
    position: relative;
    vertical-align: bottom;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.checkbox-col.left {
    position: relative;
    max-width: calc(95% - 10px);
}
.checkbox-col.right {
    float: right;
    position: relative;
}

#consent_info label {
    padding-right: 0;
       
}


.switch {
    display: inline-block;
    height: 20px;
    position: relative;
    width: 45px;
}

.slider.round {
    border-radius: 34px;
}

.slider {
    background-color: #ccc;
    bottom: 0;
    cursor: pointer;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    transition: .4s;
}


#consent_first_buttons {
  
  display: flex;
  justify-content: flex-end;
  margin: 0 1rem 0 0 ;
  white-space: nowrap;
}

#consent_info_intro{
  
  text-align: left;
}


.details-close-button {
    float: right;
    font-size: 25px;
    font-family: Font Awesome\ 5 Free;
    top: 60px;
    right: 10px;
    cursor: pointer;
    text-transform: uppercase;
    font-weight: bold;
    
}
input:checked + .slider:before {
    transform: translateX(20px);
        background-color: #ffff00;
}
.slider.round:before {
    border-radius: 50%;
}
.slider:before {
    background-color: #fff;
    bottom: 3px;
    content: "";
    height: 14px;
    left: 6px;
    position: absolute;
    transition: .4s;
    width: 14px;
}

input:checked + .slider {
    background-color: #636363;
     
}
input:checked + .slider:before {
    left: 8px;
     
}


.cookie-consent-hr hr {
  
  border-bottom: 2px solid #d0d0d0;
}

.cookie_settings_text h2 {
  font-weight: bold;
}

.cookie_settings_text  {
  margin: 0 0 2rem 0;
}
#consent_info {
position: fixed;
    height: auto;
    bottom: 0;
    width: 100%;
    background-color: rgba(255, 255, 255, 0.98);
    text-align: center;
    z-index: 99999;
    /* border-top: 1px solid #eee; */
    box-shadow: 0px 0px 9px -2px rgb(0 0 0 / 35%);
    max-height: 100%;
    overflow: auto;
    
}


.checkbox-toggle img {
    width: 14px;
    height: 14px;
    vertical-align: text-top;
   margin-right: 8px;
}

.cookie-more-info {
    float: left;
    margin: 0.5rem 0.5rem 0 0;
    height: 14px;
    background: #fff url(/layout/chevron-down-grey.png) no-repeat top left / 14px auto;
    width: 14px;
}

.cookie-more-info-text{
  display: none;
  padding-top:10px;
}

.cookie-more-settings {
  display: flex;
  margin:20px 0;
}
.rotate {
  -webkit-transform:rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}

.cookie-note {
    background: #EFEFEF;
    position: relative;
                    
    
}

div#cookie-cookie img {
    /* float: right; */
    position: fixed;
    right: 0;
    max-width: 70px;
    margin: 2rem 2rem;
    display: none;
}

img#cookie-smallcookie {
    width: 3rem;
    vertical-align: middle;
    margin: 0 1rem;
}

.cookie-note-text {
  

    color: #000;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    background: #fff;
    padding: 1rem;

}

.advert-desktop  .cookie-note-text {
      top: 25%;
    left: 25%;
    transform: translate(-18%, -18%);
}

.cookie-note img.inline-image {
    max-width: 100%;
}

.faq-a .cookie-note img {
  
      margin: 0 ;
}
.lxe-box{

border:1px solid #888;
width:50%;
background:white;
margin:0 auto;
padding:20px;  
box-shadow: 0px 0px 9px -2px rgb(0 0 0 / 35%);
z-index: 999999999;
height:100%;
font-size: 12px;
max-width: 60rem;
  
  
}

.lex-box-header:after{
  
  background: #fff url(/layout/studentenwerk_karlsruhe_printlogo.gif) no-repeat top left / 14px auto;
   content:"";
  
 
}

.lxe-box .mfp-close{
  
  position: relative;
  opacity: 1;
  font-family: inherit;
  margin-left: 10px;
}

.lxe-box img{
  
  float: right;
    height: 60px;
    margin-left: 15px;
}
.lxe-buttons .p-sb{
  white-space: nowrap;
      padding: 1.25rem 7rem;
      
    text-align: left;
}

.lxe-buttons{
      margin-top:3rem;
}
.lex-box-header {
    font-size: 13px;
    font-weight: bold;
}

.external-map {
    cursor: pointer;
    background: #9a9a9a;
    color: #fff;
    margin: 1rem auto;
    max-width: 20rem;
}

.p-sb.external-map:not(.was_clicked):active {
    background: #9a9a9a;
}


.jobboard-external_overview {
  overflow: auto;
  display: block;
}


.error-css img {
 max-height: 25rem;
}

.platocontent ul.cl li.minus, .platomargin ul.cl li.minus {
    background: url(/layout/cancel_off.svg) no-repeat 0 7px / 11px 10px;
    color: #aaa;
}


table.room-board-tab {
    width: 100%;
}

table.room-board-tab tr td.first {
  width: 30rem;
}
table.room-board-tab tr td {
  padding: 2px 0 2px 0;
  vertical-align: top;
}

.data-table div:nth-child(odd)  {
  background: #fafafa;
}


.download-box a[class*="dl-"]{
    background: url(/images/mime_types/generic.svg) no-repeat 3px 0px;
    
    /* line-height: 4rem; */
    /* height: 7rem; */
    
    font-size: 1.35rem; 
    padding: 1rem 4rem 2.5rem 4rem;
    line-height: 4rem;
 background-size: 2rem;
}




.download-box a.dl-pdf{
    background: url(/images/mime_types/pdf.svg) no-repeat 3px 0px;
        padding-left: 4rem;
    /* line-height: 4rem; */
    /* height: 7rem; */
    background-size: 2rem;
    
}

a.dl-pdf {

}

 .download-link-desc {
    line-height: 4rem;
    /* display: block;*/
}

#platomargin .download-box .row{
  
  justify-content: space-between;
  
}

/*@media (max-width: 680px){*/
/*div.col-small-12 {*/
/*    flex-basis: 50% !important;*/
/*}*/
/*}*/


.shrink-row .data-table  td {
     background:#558fe8;
}

tr.shrink-row td.odd {
  background: #fafafa;
}

tr.collapsed {
    
}
tr.odd.shrink-row.collapsed, tr.odd.shrink-row {
    background: #fafafa;
}
tr.shrink-row.collapsed, tr.shrink-row {
/*    background: #ccc;*/
}

.stoggle {
    margin-bottom: 10px;
}

td.shrinkable {
      padding-left: 10px;
}

*:focus-visible {
  /* remove default focus style */
  outline: none;
  /* custom focus styles */
  -moz-outline-style: none;
  box-shadow: 0 0 2px 2px #cd1b4d;
  
  
}

#ddnav .lvl-1:focus-within > ul {
  left: auto;
  opacity: 1;
}

.acc-h:focus-within ~ div.acc-c {
  display: block;
}

  .global-header-area .iwsetter {
        position: relative;
        height: 100%;
      }

      .global-header-text > div {
        padding: 20px;
        background: rgba(255, 255, 255, 0.6);
      }

      .global-header-text {
        position: absolute;
        left: 20px; /* padding iwsetter */
        bottom: 50%;
        color: #222;
        max-width: 600px;
        text-align: center;
        transform: translateY(calc(50% + (165px / 2)));
        line-height:2.4rem;
      }

      .global-header-image {
          height: 50vh;
        max-height: 532px;
        position: relative;
        background: no-repeat center center / cover;
      }

      .large-header .global-header-image {
        height: 532px;
      }

      .global-header-image.hide-small {
      }

      .global-header-image.show-small {
        height: 200px;
      }

      @media (max-width: 960px) {

        .global-header-text {
          left: 0px; /* padding iwsetter */
          max-width: unset;
        }
        .global-header-image {
          height: 400px;
        }

      }
      
      
.std-table, .canteen-day table 
{
 border-spacing: 0;
 border: 0;
 width:100%;
 border-collapse: collapse; 

}      
      
.canteen-day tr, .canteen-day td {


}  

.meal-detail-table {
  border-spacing: 3px;border: 0;width:100%
  
}

.ct-nr-27 .fullwidth-div {
        padding: 0;
    }

    .ct-nr-27 .fullwidth-div > .content-div-inner {
        max-width: unset;
        padding: 0 ;
    }

    .fullwidth-div .dc-slideshow .bx-wrapper .bx-pager {
        left: -20px;
    }

    .dc-slideshow li {
        max-height: 500px; 
    }

    .dc-slideshow {
        margin: 0 auto 35px auto;   
    }

    .dc-slideshow .bx-cpcustom-textpager {
        right: 0;
        margin-top: 5px;
        position: absolute;
    }

    .dc-slideshow .bx-cpcustom-textpager a {
        padding: 0 0 0 20px;
    }

    .dc-slideshow .bx-cpcustom-textpager a.active {
        color: #002F68 !important;
    }


    /* CUSTOM dyn content slides */
    .dc-slideshow {
    }

    /* custom pager */
    .dc-slideshow .bx-wrapper .bx-pager {
        top: auto;
        bottom: -35px;
        padding: 0;
        text-align: right;
        height: 30px;
        color: white;
        z-index: 91;
    }

    .dc-slideshow .bx-wrapper .bx-pager a {
        color: transparent;
        content: " ";
    }

    .dc-slideshow .bx-wrapper .bx-pager.bx-default-pager a {
        width: 6px;
        height: 6px;
    }

    .dc-slideshow .bx-pager a.active {
        background: #666 !important;
    }

    .dc-slideshow .bx-pager a {
        background: #ccc !important;
    }


    /* custom prev-next */
    .dc-slideshow .bx-wrapper .bx-prev, .dc-slideshow .bx-wrapper .bx-next, .dc-slideshow .bx-wrapper .bx-controls-direction a {
        background: url(/layout/icon_left.svg) no-repeat center center / 30px 30px;
        width: 60px;
        height: 60px;
        opacity: 0.5;
        z-index: 91;
        margin-top: -31px;

        -webkit-filter: drop-shadow(0 1px 2px rgba(255, 255, 255, .8));
        -moz-filter: drop-shadow(0 1px 2px rgba(255, 255, 255, .8));
        -o-filter: drop-shadow(0 1px 2px rgba(255, 255, 255, .8));
        filter: drop-shadow(0 1px 2px rgba(255, 255, 255, .8));
    }

    .dc-slideshow .bx-wrapper .bx-prev:hover, .dc-slideshow .bx-wrapper .bx-next:hover, .dc-slideshow .bx-wrapper .bx-controls-direction a:hover {
        background: url(/layout/icon_left.svg) no-repeat center center / 30px 30px;
        opacity: 0.8;
    }

    .dc-slideshow .bx-next:hover, .dc-slideshow .bx-next {
        background-image: url(/layout/icon_right.svg) !important;
    }

    /* custom prev-next size
    .dc-slideshow .bx-next:hover, .dc-slideshow .bx-next, .dc-slideshow .bx-prev:hover, .dc-slideshow .bx-prev {
        background-size: 50% !important;
    } */

    
    .grey-mode {
             -webkit-filter: grayscale(100%);
             filter: grayscale(100%);
    }
    
    div .row.focus a{
      
      display:block;
    }
    
    .event-board .thumb {
      max-width: 400px;
      height: auto;
    }