@font-face {
  font-family: "HelveticaNowVarItalic";
  src: url('../fonts/HelveticaNowVarItalic/font.woff2') format('woff2'), url('../fonts/HelveticaNowVarItalic/font.woff') format('woff');
}
@font-face {
  font-family: "HelveticaNowVar";
  src: url('../fonts/HelveticaNowVar/font.woff2') format('woff2'), url('../fonts/HelveticaNowVar/font.woff') format('woff');
}

/* roboto-300 - latin */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 300;
  src: url('../fonts/roboto-v20-latin-300.eot'); /* IE9 Compat Modes */
  src: local('Roboto Light'), local('Roboto-Light'),
       url('../fonts/roboto-v20-latin-300.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/roboto-v20-latin-300.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/roboto-v20-latin-300.woff') format('woff'), /* Modern Browsers */
       url('../fonts/roboto-v20-latin-300.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/roboto-v20-latin-300.svg#Roboto') format('svg'); /* Legacy iOS */
}

/* roboto-regular - latin */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/roboto-v20-latin-regular.eot'); /* IE9 Compat Modes */
  src: local('Roboto'), local('Roboto-Regular'),
       url('../fonts/roboto-v20-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/roboto-v20-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/roboto-v20-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('../fonts/roboto-v20-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/roboto-v20-latin-regular.svg#Roboto') format('svg'); /* Legacy iOS */
}

/* roboto-500 - latin */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 500;
  src: url('../fonts/roboto-v20-latin-500.eot'); /* IE9 Compat Modes */
  src: local('Roboto Medium'), local('Roboto-Medium'),
       url('../fonts/roboto-v20-latin-500.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/roboto-v20-latin-500.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/roboto-v20-latin-500.woff') format('woff'), /* Modern Browsers */
       url('../fonts/roboto-v20-latin-500.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/roboto-v20-latin-500.svg#Roboto') format('svg'); /* Legacy iOS */
}

/* roboto-700 - latin */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  src: url('../fonts/roboto-v20-latin-700.eot'); /* IE9 Compat Modes */
  src: local('Roboto Bold'), local('Roboto-Bold'),
       url('../fonts/roboto-v20-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/roboto-v20-latin-700.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/roboto-v20-latin-700.woff') format('woff'), /* Modern Browsers */
       url('../fonts/roboto-v20-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/roboto-v20-latin-700.svg#Roboto') format('svg'); /* Legacy iOS */
}
html {
  scroll-padding-top: 230px;
}
html,body{-moz-font-smoothing:antialiased;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;}
*{outline:none;}
body{margin:0;padding:0;overflow:scroll;font-family: 'HelveticaNowVar', sans-serif;font-weight: 350;font-size:16px;overflow-x:hidden;color:#1c1c1c;-webkit-hyphens: auto;-moz-hyphens: auto;-ms-hyphens: auto;hyphens: auto;}
/*Standards*/
h1, h2, h3, h4, h5 {font-weight:400;padding:0;margin:0 0 15px 0;}
h1{font-size:28px;color: #005a9c;border-bottom: 1px solid #005a9c;}
h2{font-size:24px;}
h3{font-size:20px;}
h5{font-size:18px;}
a {color: #0064a2;line-height: inherit;text-decoration: none;}
a.active, a:hover {color: #f2940a;}
hr {border-top: 1px solid #ddd;border-bottom: none;}
.footer a {color: #fff;}
p {margin: 0 0 20px 0;line-height: 24px;}

.ce-bodytext p:last-child, .frame-type-text p:last-child {
  margin: 0;
}

img {width: 100%;height: auto;max-width: 100%;vertical-align:middle;}
ul li, ol li {line-height: 23px;margin-bottom: 16px;}
.frame {margin: 0 0 30px 0;}
.orange{background: #ea8b2b;}
.textorange{color: #ea8b2b;}
.blue{background: #0063a4;}
.ce-headline-center, .text-center {text-align: center;}
.lupe::before {font-family: 'Font Awesome 5 Free';font-weight: 600;content: '\f002';}
.mobnav{display:none;}
table.tdgrey, table.tdorange, table.tdblue, table.tdorangem {
  width: 100%;
  border-collapse: collapse;
}	
table.tdgrey th {
  font-weight: bold;
  text-align: left;
  padding: 10px;
}
table.tdgrey tr {
  border-bottom: 1px dotted #000;
}
table.tdgrey td:nth-child(2n+1){width:25%;}
table.tdgrey td{width:75%;padding:10px;text-align:left;}
table.tdorange th, table.tdorangem th {
  font-weight: bold;
  text-align: left;
  padding: 10px;
}
table.tdorange td:nth-child(2n+1){width:25%;background: #ea8b2b;color:#fff;}
table.tdorange td{width:75%;padding:10px;text-align:left;background: #f2f2f2;border-bottom: 2px solid #fff;}
table.tdblue th {
  font-weight: bold;
  text-align: left;
  padding: 10px;
}
table.tdblue td:nth-child(2n+1){width:25%;background: #0063a4;color:#fff;}
table.tdblue td{width:75%;padding:10px;text-align:left;background: #f2f2f2;border-bottom: 2px solid #fff;}
table.tdblue th {
  font-weight: bold;
  text-align: left;
  padding: 10px;
}
table.tdorangem td:nth-child(1){width:25%;background: #ea8b2b;color:#fff;}
table.tdorangem td{padding:10px;text-align:left;background: #f2f2f2;border-bottom: 2px solid #fff;}
/* Link Buttons */
.bdiblue{
  color: #fff;
  background-color: #0865a2;
  text-align: center;
  padding: 6px 15px;
  margin: 0;
  font-size: 18px;
  display: inline-block;
}
.bdiorange{
  color: #fff;
  background-color: #ea8b2b;
  text-align: center;
  padding: 6px 15px;
  margin: 0;
  font-size: 18px;
  display: inline-block;
}
.bdibluexl{
  color: #fff;
  background-color: #0865a2;
  text-align: center;
  padding: 12px 25px;
  margin: 0;
  font-size: 26px;
  display: inline-block;
}
.bdiorangexl{
  color: #fff;
  background-color: #ea8b2b;
  text-align: center;
  padding: 12px 25px;
  margin: 0;
  font-size: 26px;
  display: inline-block;
}
a.bdiorange:hover, a.bdiblue:hover, a.bdiorangexl:hover, a.bdibluexl:hover{color: #fff;}

.bditrenner {
  display: block;
  border-top: double 6px #0865a2;
  padding: 15px 0;
  font-size: 22px;
  border-bottom: double 6px #0865a2;
  color: #0865a2;
}
/* Form */

form .form-group {
  overflow: hidden;
}
form label {
  margin: 0 0 5px 0;
  display: inline-block;
}
form legend {
  font-size: 18px;
  font-weight: bold;
  border-bottom: 1px dotted #000;
  display: block;
  width: 100%;
  padding: 0 0 5px 0;
  margin: 0 0 10px 0;
}
form fieldset{
  border: none;  margin-bottom: 15px;padding: 0;
}
form input, form textarea, form select {
  background-color: #f9f9f9;
  border: 1px solid #d3d3d3;
  color: #707173;
  padding: 5px;
  margin-bottom: 10px;
  display: block;
  width: calc(100% - 10px);
  box-sizing: border-box;
}
input[type="checkbox"] {
    float: left;
    display: block;
    width: 20px;
    height: 20px;
    -webkit-appearance: checkbox;
  
}
form .clearfix p {
  font-size: 16px;
}
form .col-xs-4.col-sm-4.col-md-4.col-lg-4 {
  flex: auto; max-width: 50%;
}
form .col-xs-6.col-sm-6.col-md-6.col-lg-6 {
  flex: auto; max-width: 50%;
}

.inputs-list .form-group {
  display: flex;
  justify-content: flex-start;
}
.inputs-list .form-group .radio {
  min-width: 30%;
  float: left;
}
.inputs-list .form-group .radio input[type="radio"] {
  float: left;
  width: unset;
  margin-top: 5px;
}
form#gastAnmeldung-1706 .required {color: red;}
form#dITAnmeldung-1718 .required {color: red;}
form#gastAnmeldung-1706 .inputs-list .form-group .radio {min-width: 6%;}
form#dITAnmeldung-1718  .inputs-list .form-group .radio {min-width: 6%;}
form#gastAnmeldung-1706 p.teilnehmen, form#dITAnmeldung-1718 p.teilnehmen {
  padding-bottom: 20px;
  width: 99%;
  font-family: "Roboto",sans-serif;
  color: #737373;
  font-size: 16px;
  font-weight: bold;
  margin: 20px 0;
  line-height: 22px;
  border-bottom: 1px solid #bbb; 
}
form#gastAnmeldung-1706 > .form-group > .input-text .control-label, form#dITAnmeldung-1718 > .form-group > .input-text .control-label {
  font-family: "Roboto",sans-serif;
  color: #737373;
  font-size: 16px;
  font-weight: bold;
  margin: 0 0 10px 0;
  line-height: 22px;
}
form#gastAnmeldung-1706 p.tag-und-datum, form#dITAnmeldung-1718 p.tag-und-datum {
  font-size: 19px;
  color: #0865a2;
  font-family: "Roboto",sans-serif;
  margin-bottom: 15px;
  font-weight: 400;
  font-style: normal;
  text-rendering: optimizeLegibility;
}
form#gastAnmeldung-1706 .row-datenschutz {display: block;}
form#dITAnmeldung-1718 .row-datenschutz {display: block;}
form#gastAnmeldung-1706 .btn, form#dITAnmeldung-1718 .btn{
  background-color: #0865a2;
  padding: 5px;
  color: #ffffff;
  border: none;
  margin-top: 10px;
}
form#gastAnmeldung-1706 .col-xs-6.col-sm-6.col-md-6.col-lg-6 {max-width: unset;}
form#dITAnmeldung-1718 .col-xs-6.col-sm-6.col-md-6.col-lg-6 {max-width: unset;}
form#gastAnmeldung-1706 .row-datenschutz > .col-xs-6.col-sm-6.col-md-6.col-lg-6 {float: left}
form#dITAnmeldung-1718 .row-datenschutz > .col-xs-6.col-sm-6.col-md-6.col-lg-6 {float: left}
form#gastAnmeldung-1706 .pflichtfelder {margin-top: 55px;}
form#dITAnmeldung-1718 .pflichtfelder {margin-top: 55px;}
form#gastAnmeldung-1706 .datenschutz-box .required {display: none;}
form#dITAnmeldung-1718 .datenschutz-box .required {display: none;}
form#gastAnmeldung-1706 .datenschutz-text p, form#dITAnmeldung-1718 .datenschutz-text p {  
  color: #737373;
  cursor: auto;
  font-family: "Roboto",sans-serif;
  font-style: normal;
  font-weight: 300;
  line-height: 1.5;
  font-size: 100%;
  display: inline;
}
.roterstern {
  float: right;
  color: red;
}
#c1712 {
  display: inline-flex;
  width: 100%;
}
#c1712 .roterstern {
  float: none;
}
.hotel-checkbox .control-label {display: none;}
.hotel-checkbox .input-text {margin-left: 20px;}
.table {
  width: 100%;
}
.table td {
  padding: 10px;
}
.table b {
  font-size: 18px;
  border-bottom: 1px dotted #000;
  padding: 0 0 5px 0;
  display: block;
}
.table td.summary-table-first-col {
  width: 25%;
}

/* new header */
#headerwrapper {
    width: 100%;
    height: 135px;
    position: fixed;
    z-index: 200;
    background: #fff;
    top: 0;
}
.headerrow {
    background: #fdbe8f;
    box-shadow: 2px 4px 15px -4px rgba(0,0,0,.4);
    width: 100%;
    height: 80px;
    padding: 10px 0;
}
.header {
    width: 100%;
    max-width: 1170px;
    margin: 0 auto;
    position: relative;
    height: 80px;
}
.logo {
    width: 230px;
    float: left;
}
.logo img {
    width: 230px;
	height:auto;
}
.shortcuts {
    position: relative;
    width: 100%;
    height: 25px;
    overflow: hidden;
    text-align: right;
    max-width: 1170px;
    margin: 5px auto;
    color:#0064a2;
}
.shortcuts p {
    margin: 0;
    padding: 0;
  	font-size: 14px;
}
/* Haupt-Navigation */
.nav {
    position: relative;
    float: right;
    height: 90px;
}
.nav ul {margin: 0;padding: 0;list-style: none;}
.submenu {
    max-width: none;
    width: 800px;
    position: absolute;
    top: 89px;
    right: 0;
    background-color: #fff;
    transition: max-height 600ms ease;
    max-height: 0px;
    overflow: hidden;
   
}
.header .active, .header .sub {
    height: 70px;
}
.header ul li ul li.active {height:unset;}
.nav ul li{font-size:18px;line-height:70px;float:left;padding:20px 15px 0 15px;margin:0;text-decoration:none;overflow:visible;list-style:none;}
.nav ul li .submenu ul li::before{font-family: 'Font Awesome 5 Free';content: "\f105";color:#0865a2;font-size: 18px;margin-right: 5px;font-weight:600;}
.nav li a{text-decoration:none;color:#0965a2;transition: 300ms ease;font-weight:normal;}
.nav li a.active{border-bottom: 2px solid #f2940a;padding-bottom: 3px;}
.nav ul li.sub:hover {cursor:pointer;cursor:hand;}
.nav ul li.sub:hover a, .nav ul li:hover a {color:#f2940a;}
.nav ul li:hover .submenu {
    height: auto;
    max-height: 250px;
    box-shadow: 4px 15px 10px 0 rgba(0,0,0,.2);
}
.nav ul li ul li {
    background-color: #ffffff;
    font-weight: 200;
    line-height: 25px;
    /*width: calc(25% - 15px);*/
    padding: 10px 0 20px 15px;
}
.nav ul li ul li a{text-decoration:none;color:#333333 !important;text-transform:none;font-weight:normal;}
.nav ul li ul li a:hover, .nav ul li ul li a.active {
    color: #f2940a !important;
    border: none;
    padding: unset;
}
.submenu ul {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
}
.submenu ul li {font-size:16px;}
.level3 {
    display: block;
    overflow: hidden;
}
.level3 ul {
    display: block;
    overflow: hidden;
  	padding-bottom: 5px;
}
.level3 ul li::before {
    display: none;
}
.level3 ul li {
    display: block;
    float: unset;
    width: 100% !important;
    padding: 0 0 0 15px !important;
    font-size: 14px;
}

.fixed,#mobnav {display:none;z-index:600;position:relative;}
.fixed{position:fixed;overflow:hidden;width:100%;top:0;}
#menu{display:none;}

/* Sidebar */
#sidebar {position: fixed;right: 0;top: 180px;z-index: 500;overflow: hidden;}
#sidebaricons {width: 72px;height: auto;overflow: hidden;float: left;}
.sbi {background-color:rgba(8,101,161,0.8);border:solid 1px rgba(8,101,161,0.8);color:#ffffff;text-align:center;width:70px;height:55px;margin:0 0 3px 0;overflow:hidden;padding:15px 0 0 0;}
#sidebar a:focus-within .sidebarbutton{background-color:#b00;}
.sbi:hover {background-color:#fff;color: #0063a4;}
.sbi p{margin:0;text-transform: uppercase;font-size:12px;}
.sbi:hover p{color: #0063a4;}
.sbi i{font-size:21px;}
#sidebarcontent {position: fixed;right: -330px;width: 308px;overflow: hidden;color: #ffffff;padding: 10px;margin: 0 0 0 2px;background: rgba(8,101,161,0.8);}
#sidebarcontent p {color: #fff;}
/* Slider */
#slider {
    background-color: #9de1f4;
    border-top: solid 1px #fff;
    margin-top:135px;
}
.flexslider {
    max-width: 1170px;
    margin: 0 auto 30px auto;
}
.sliderow {
    position: relative;
}
.slidemsg {
    position: absolute;
    bottom: 10%;
    right: 5%;
    background: rgba(0,0,0,0.6);
    width: 500px;
    padding: 10px 15px;
    color: #fff;
}
.flex-control-nav {
    bottom: 5px;
    position: absolute;
}
/* Content Navigation */
.subnav {
    display: block;
    margin-bottom: 30px;
    overflow: hidden;
}
.subnav ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}
.subnav ul li {
    margin: 5px 0;
    border-bottom: dotted 1px #000;
    padding: 0 0 5px 0;
    overflow: hidden;
}
.subnav ul li ul {
    height:auto;
    max-height:0;
    transition: max-height 700ms linear;
    overflow: hidden;
}
.subnav ul li:hover ul {
    max-height:300px;
    
}
.subnav ul li.show ul {
    max-height: 300px;
}
.subnav ul li ul li {
    margin: 5px 0 5px 15px;
    border: none;
}

/* Content */
#startcontent {
    width: 100%;
    max-width: 1170px;
    margin: 180px auto 20px auto;
    overflow: hidden;
    display: flex;
    justify-content: space-between;
    position: relative;
}
/* Start News */
/*
#c1804, #c1400 {position: relative;}
#c1804 .news-img-wrap, #c1400 .news-img-wrap {float: left; width: 100%; position: relative; margin-top: 140%;}
#c1804 .news-text-wrap, #c1400 .news-text-wrap {position: absolute;}
.news-img-wrap video {width: 100%; height: auto;}
*/
/* .newsrow{width: 100%;overflow: hidden;display: flex;justify-content: space-between;}
.newsrow .frame{
  display: inline-block;
  width: calc(31% - 20px);
  overflow: hidden;
  position: relative;
  padding: 10px;
  border: solid 1px #ddd;
}*/
.wrapper .news{margin-bottom:30px;background:#fff;padding:15px 15px;}
.newsrow .news {
    padding-bottom: 10px;
}
.newsrow a.more {
    position: absolute;
    bottom: 10px;
}
.news-list-view.startnews {width: 100%;overflow: hidden;display: flex;justify-content: space-between;flex-wrap: wrap;}
.newsblock {
 display: inline-block;
  width: calc(31% - 20px);
  overflow: hidden;
  position: relative;
  padding: 10px;
  margin: 0 0 30px 0;
  border: solid 1px #ddd;
}
.newsblock h2, .newstext h2 {
  font-size: 18px;
  color: #005a9c;
}
.newsblock img {width: 100%;height: auto;}
/*.newstext{margin:10px;}*/
.news-list-date {margin: 0;font-size: 14px;}
.startmorebutton {position: absolute;bottom: 10px;left: 10px;}
.more.button {
    position: absolute;
    bottom: 0px;
}
.newstext {
  padding-bottom: 20px;
}
.startnews .newsblock .more {
  position: absolute;
  bottom: 10px;
}
.more::before {
  font-family: 'Font Awesome 5 Free';
  font-weight: 600;
  content: '\f105';
}
.news-single .article .news-img-wrap {margin-left: 10px !important;}
p.news-img-caption {font-size: 10px;}
/* Breadcrumbs */

#breadcrumbs {
    margin: 170px auto 20px auto;
    max-width: 1170px;
    overflow: hidden;
    position: relative;
}
/* Content */
#content {
    width: 100%;
    max-width: 1170px;
    margin: 20px auto;
    overflow: hidden;
    display: flex;
    justify-content: space-between;
    position: relative;
    min-height: calc(100vh - 400px);
}
.main {
    width: 65%;
    overflow: hidden;
}
.mainwide {
    width: 100%;
    overflow: hidden;
}
.rightRow {
    width: 30%;
    overflow: hidden;
    margin-left:2%;
}
/* Teaser */
.teaser {
    width: 100%;
    overflow: hidden;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    
}
.tblock {
    display: inline-block;
    width: calc(31% - 20px);
    overflow: hidden;
    position: relative;
    margin: 0 0 40px 0;
    padding:10px;
    border: solid 1px #ddd;
}
.tblock img{
    width:100%;
	height:auto;
}
.tblock h2 {
    font-size: 18px;
  color: #005a9c;
}
.tblock p {
    
    padding-bottom: 30px;
}
.tblock .morelink::before {
    font-family:'Font Awesome 5 Free';
    font-weight:600;
    content:'\f105'
}
/* Image-Teaser-Row*/
.teaser .imgteaser {
    width: calc(32% - 8px);
    
}
.teaser .imageblock {
    margin: 0;
}
.teaser .imageblock img {
  border: solid 3px #0865a2;
  width: calc(100% - 6px);
}


.morelink {
    /*background: #0865a2;
    padding: 10px;
    color: #fff;*/
    position: absolute;
    bottom: 0;
    margin: 0 0 10px 0;
}

.boxblue {
    background: #0063a4;
    padding: 20px;
    color: #fff !important;
	margin: 0 0 40px 0;
}

.boxorange {
    background: #ea8b2b;
    padding: 20px;
    color: #fff !important;
    margin: 0 0 40px 0;
}
/* Suche */
.tx-kesearch-pi1 {
  margin: 30px 0 0 0;
}
.tx-kesearch-pi1 .kesearchbox {
  width: 75%;
  display: inline-block;
}
.tx-kesearch-pi1 .submitbutt {
  width: 20%;
  display: inline-block;
  float: right;
}
/* Titel Bild Block rechte Spalte Startseite */
.imageblock {
    overflow: hidden;
    margin-bottom: 30px;
}
.blockimage {
    /*margin-bottom: 8px;*/
    min-height: 200px;
    width: 100%;
    float: right;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    background-position-x: center;
    background-position-y: center;
}

.imageblock h2 {
    color: #fff;
    background-color: #0865a2;
    text-align: left;
    padding: 6px 15px;
    margin: 0;
  font-size: 18px;
}
.imageblocktxt {
  margin: 15px;
  color: #fff;
  /*text-shadow: 2px 2px #00000069;*/
  font-size: 18px;
  font-weight: 400;
}
.imageblocktxt h2 {
  color: unset;
  background-color: unset;
  text-align: left;
  padding: unset;
  margin: 0;
  font-size: 22px;
}
/* textblock */
.txtblock {
    background: #f2f2f2;
    position: relative;
    display: block;
    overflow: hidden;
    margin-bottom: 30px;
}
.txtblock h2 {
    padding: 6px 15px;
    font-size: 18px;
    background: #0064a2;
    color: #fff;
    margin: 0;
}
.txtblock p {
    margin: 10px 15px;
}
.txtblocklnk {
    display: inline-block;
    background: #0064a2;
    margin: 10px;
	padding:6px 10px;
    color: #fff;
}
/* Accordion */
.accordion .ui-state-default, .accordion .ui-state-active{
    border: none;
    background: #0865a2;
    font-weight: 400;
    color: #fff;
    padding: 10px;
}
.ui-accordion-header::after {
    font-family: 'Font Awesome 5 Free';
    font-weight: 600;
    content: '\f107';
    float: right;
}
.ui-accordion-header.ui-state-active::after {
    font-family: 'Font Awesome 5 Free';
    font-weight: 600;
    content: '\f106';
    float: right;
}
.accordion .ui-icon-triangle-1-e {
    background-position: unset;
}
.accordion .ui-icon, .accordion .ui-widget-content .ui-icon {
    background-image: none;
}
.accordion .ui-icon {
    display: inline-block;
    vertical-align: unset;
    margin-top: unset;
    position: relative;
    text-indent: unset;
    overflow: hidden;
    background-repeat: no-repeat;
    width: unset;
    height: unset;
}
.accordion-mit-bild img {
  width: 15%;
}
.ui-accordion .accordion_titel {
  overflow: hidden;
}
/* Tabs */
.tabrow {width: 100%;margin: 0 auto;overflow: hidden;}
.tabrow .ui-widget-content {
  	padding: 0;
}
#tabs {margin:0 0;}
#tabs .ui-tabs-nav.ui-helper-reset.ui-helper-clearfix.ui-widget-header.ui-corner-all {
    margin: 0;
    padding: 0 !important;
    display: block;
    width: 100%;
    overflow: hidden;
    height:39px;
}
li.ui-tabs-tab.ui-corner-top.ui-state-default.ui-tab:hover {
    background: #0064a2;
}
li.ui-tabs-tab.ui-corner-top.ui-state-default.ui-tab:hover a{
    color: #fff;
}
#tabs .ui-state-default.ui-corner-top.ui-tabs-active.ui-state-active {
    margin: 0 !important;
    padding: 0;
    display: inline-block;
}
#tabs .ui-state-default.ui-corner-top {
    margin: 0 !important;
    padding: 0;
    display: inline-block;
}
#tabs .ui-tabs-active {
    background: #0064a2 !important;
    border-radius: 0;
}
#tabs .ui-tabs-panel {
    background-color: #f2f2f2 !important;
    padding: 15px;
    border: solid 1px #041e42;
    overflow:hidden;
}
#tabs .ui-tabs-active .ui-tabs-anchor{color: #fff !important;}
#tabs ul li::before{content: none;}
#tabs ul li {list-style-type:none;text-indent:0;font-size: 14px;}
.tabrow .ui-tabs .ui-tabs-nav li a {
    float: left;
    padding: 6px 15px;
    text-decoration: none;
}
#tabs ul li a i {
    font-size: 30px;
    vertical-align: top;
    padding-right: 10px;
    float: left;
    color: #041e42;
}
.tabrow li.ui-tabs-active.ui-state-active a i {color: #ffffff !important;}
.tabrow .ui-widget-header {
    border: none;
    background: none;
}
.tabrow .ui-widget-content {
    border: none !important;
    background: none;
}
#tabs ul li a p {margin: 0;overflow: hidden;font-size: 16px;}
/*IMGteaser Block*/
.imgteaser {width: 100%;overflow: hidden;display: flex;margin-bottom:30px;}
.coltxt {display: inline-block;width: calc(69% - 40px);padding: 20px;color:#fff;}
.colbgimg {width: 31%;background: no-repeat;background-size: cover;background-position-x: center;background-position-y: center;}
.button{}
.button::before {
  font-family: 'Font Awesome 5 Free';
  font-weight: 600;
  content: '\f105';
}
.white{padding:6px 10px;display:inline-block;background-color:#fff;color:#0063a4;border:1px solid #fff;}
.white:hover{background:#0063a4;border:1px solid #fff;color:#fff;}

/*Linkbox*/
.linkbox {
    display: block;
    overflow: hidden;
}
.linkrow {
    background: #005a9d;
    padding: 10px;
    margin-bottom: 2px;
    color: #fff;
    display: flex;
    justify-content: flex-start;
}
.linkrow p{margin:0;}
.pdficon::before {
    font-family: 'Font Awesome 5 Free';
    content: "\f1c1";
    color: #fff;
    font-size: 18px;
    margin-right: 10px;
    font-weight: 600;
    font-style: normal;
    line-height: 24px;
}
.linkicon::before {
    font-family: 'Font Awesome 5 Free';
    content: "\f0c1";
    color: #fff;
    font-size: 18px;
    margin-right: 10px;
    font-weight: 600;
    font-style: normal;
    line-height: 24px;
}

/* News */

.news .f3-widget-paginator {
  margin: 0;
  padding: 0;
}
.news .page-navigation ul {
  float: right;
}
.news ul.f3-widget-paginator li {
  display: inline-block;
  padding: 0 2px;
  background: none;
}
.news .f3-widget-paginator li {
  margin-right: 10px;
  display: inline-block;
}
.news ul.f3-widget-paginator li a {
  display: block;
}
.newsdate {
  font-size: 14px;
  margin: 0;
}
.news .article .news-img-wrap {
  float: right;
  margin: 0 10px 0 0;
  background: none;
}
.news .article .teaser-text {
  margin: 0 0 10px 0;
}
.news .article {
  border-bottom: 1px dotted #555;
  padding-bottom: 15px;
  margin-bottom: 15px;
}
.news .article .news-img-wrap a {
  display: block;
  float: left;
  padding: 4px;
  border: none;
  background: #fff;
}
.newsdate p {
  margin: 0;
}
.news .header {height:unset;}


/* Grids */
.row {width:100%;display:flex;justify-content:space-between;overflow:hidden;}
.col2{width:calc(100% / 2 - 1%);overflow:hidden;position: relative;}
.col4{width:calc(100% / 4 - 1%);overflow:hidden;position: relative;}

/*BDI Aktuell - ePaper und pdf*/
.bdiaktuell table {
  width: 100%; 
  border: 1px solid #ccc;
  background: none repeat scroll 0 0 #fff;
  margin-bottom: 1.25rem;
  table-layout: auto;
}
.bdiaktuell tr {}
.bdiaktuell td {
  color: #737373; 
  display: table-cell;
  line-height: 1.125rem;
  font-size: 1.4rem;
  padding: 10px;
  text-align: center;
}
.bdiaktuell table tr:nth-child(2n+1) {
  background: #F6F6F6;
}
.bdiaktuell_pdf table {
  width: 100%;
  border: 1px solid #ccc;
  background: none repeat scroll 0 0 #fff;
  margin-bottom: 1.25rem;
}
.bdiaktuell_pdf tr td{
  padding: 10px;
  text-align: center;
  background-color: #eeeeee;
  vertical-align: middle;
  border-bottom: solid 2px #ffffff;
  display: table-cell;
  line-height: 1.125rem;
}
.bdiaktuell_pdf .pdficon::before {color: #0064a2;}

/* Footer */
#footerwrapper {
    background-color: #0064a2;
    overflow: hidden;
}
.footer {width:100%;max-width:1170px;overflow:hidden;color:#fff;margin: 20px auto;font-size: 12px;}
.socialmedia {
    display: flex;
    justify-content: space-between;
    max-width: 250px;
    margin: 15px auto 30px auto;
}
i.fab, i.fa-brands {
    font-size: 30px;
}
.footertxt{text-align:center;}

/* Anmeldeformular */

.anmeldung {
    display: block;
    margin: 0 0 30px 0;
    background: #0865a2;
    color: #fff;
    padding:10px 15px;
}
.anmeldung fieldset {
    border: none;
    padding: 0;
}
.anmeldung input {
    margin: 10px 0;
    padding: 10px;
    display: block;
    width: 100%;
    border: none;
}

.members {
  color: #0865a2;
  background: #fff;
  display: block;
  padding: 5px;
  text-align: center;
  margin: 10px 0;
}

/* Veranstaltung */
ul.bdifilter {list-style-type: none;padding: 0; margin-bottom:15px;}
ul.bdifilter li {padding:5px;border: 1px solid #ddd;display: inline-block;}
ul.bdifilter li.cfilter {background-color: #005a9d;color: #fff;}
ul.bdifilter li.cfilter:hover {color: #f2950a;}
ul.bdifilter li.seminar::before {font-weight: 400;content: '\f0c8';width: 20px;height: 20px;margin-right: 5px;font-family: 'Font Awesome 5 Free';color: #f2950a;}
ul.bdifilter li.seminar::before {font-weight: 400;content: '\f0c8';width: 20px;height: 20px;margin-right: 5px;font-family: 'Font Awesome 5 Free';color: #f2950a;}
ul.bdifilter li.intensiv::before {font-weight: 400;content: '\f0c8';width: 20px;height: 20px;margin-right: 5px;font-family: 'Font Awesome 5 Free';color: #006ca9;}
ul.bdifilter li.praxis::before {font-weight: 400;content: '\f0c8';width: 20px;height: 20px;margin-right: 5px;font-family: 'Font Awesome 5 Free';color: #41c8f4;}
ul.bdifilter li.webinar::before {font-weight: 400;content: '\f0c8';width: 20px;height: 20px;margin-right: 5px;font-family: 'Font Awesome 5 Free';color: #00a957;}
ul.bdifilter li.internist::before {font-weight: 400;content: '\f0c8';width: 20px;height: 20px;margin-right: 5px;font-family: 'Font Awesome 5 Free';color: #8FCA49;}
ul.bdifilter li.praesenz::before {font-weight: 400;content: '\f0c8';width: 20px;height: 20px;margin-right: 5px;font-family: 'Font Awesome 5 Free';color: #bdbdbd;}
ul.bdifilter li.online::before {font-weight: 400;content: '\f0c8';width: 20px;height: 20px;margin-right: 5px;font-family: 'Font Awesome 5 Free';color: #dfdfdf;}
ul.bdifilter li.jung::before {font-weight: 400;content: '\f0c8';width: 20px;height: 20px;margin-right: 5px;font-family: 'Font Awesome 5 Free';color: #e94190;}

ul.bdifilter li.seminarfull::before {font-weight: 600;content: '\f45c';width: 20px;height: 20px;margin-right: 5px;font-family: 'Font Awesome 5 Free';color: #f2950a;}
ul.bdifilter li.intensivfull::before {font-weight: 600;content: '\f45c';width: 20px;height: 20px;margin-right: 5px;font-family: 'Font Awesome 5 Free';color: #006ca9;}
ul.bdifilter li.praxisfull::before {font-weight: 600;content: '\f45c';width: 20px;height: 20px;margin-right: 5px;font-family: 'Font Awesome 5 Free';color: #41c8f4;}
ul.bdifilter li.webinarfull::before {font-weight: 600;content: '\f45c';width: 20px;height: 20px;margin-right: 5px;font-family: 'Font Awesome 5 Free';color: #00a957;}
ul.bdifilter li.internistfull::before {font-weight: 600;content: '\f45c';width: 20px;height: 20px;margin-right: 5px;font-family: 'Font Awesome 5 Free';color: #8FCA49;}
ul.bdifilter li.praesenzfull::before {font-weight: 600;content: '\f45c';width: 20px;height: 20px;margin-right: 5px;font-family: 'Font Awesome 5 Free';color: #bdbdbd;}
ul.bdifilter li.onlinefull::before {font-weight: 600;content: '\f45c';width: 20px;height: 20px;margin-right: 5px;font-family: 'Font Awesome 5 Free';color: #dfdfdf;}
ul.bdifilter li.jungfull::before {font-weight: 600;content: '\f45c';width: 20px;height: 20px;margin-right: 5px;font-family: 'Font Awesome 5 Free';color: #e94190;}

.terminrow.praxis {border-color: #41c8f4;}
.terminrow.seminar {border-color: #f2950a;}
.terminrow.webinar {border-color: #00a957;}
.terminrow.internistentag {border-color: #8FCA49;}
.terminrow {width: 98%;border-top: 10px solid #006ca9;padding-left: 5px;display: flex;flex-wrap: wrap;justify-content: start;margin: 0 0 25px 0;}
.terminrow.praxis {border-color: #41c8f4;}
.terminrow.seminar {border-color: #f2950a;}
.terminrow.webinar {border-color: #00a957;}
.terminrow.internistentag {border-color: #8FCA49;}
.terminrow.jungerbdi {border-color: #e94190;}
.terminrow.schirmherrschaften {border-color: #868485;}
.terminrow.verbandstermin {border-color: #253D92;}
.termincol {padding: 10px;}
.termincol:nth-child(2n+1) {width: calc(25% - 22px);border-right: 2px solid #fff;}
.termincol:nth-child(2n) {width: calc(75% - 20px);}

.termincol h2 {font-weight: 600;font-size: 24px;margin: 0 0 0 0;color: #000;letter-spacing: 0.3px;line-height: 28px;}
.termincol h2 a {color: #000;}
.termincol p.kurstyp {font-weight: 700;font-size: 16px;margin: 0;letter-spacing: 0.3px;color: #006ca9;}
.terminrow.praxis .termincol p.kurstyp {color: #41c8f4;}
.terminrow.seminar .termincol p.kurstyp {color: #f2950a;}
.terminrow.webinar .termincol p.kurstyp {color: #00a957;}
.terminrow.internistentag .termincol p.kurstyp {color: #8FCA49;}
.terminrow.jungerbdi .termincol p.kurstyp {color: #e94190;}
.terminrow.schirmherrschaften .termincol p.kurstyp {color: #868485;}
.terminrow.verbandstermin .termincol p.kurstyp {color: #253D92;}
.termincol p.untertitel, .vhead p.untertitel {font-weight: 300; font-size: 22px;margin: 2px 0 0 0;line-height: 28px;letter-spacing: 0.2px;}
.termincol p {margin: 15px 0 0 0;}

span.magenta {color: #e94190;font-weight: bold;background: orange;border-radius: 50px;width: 12px;height: 12px;display: inline-block; border: 2px solid #e94190;vertical-align: middle;}

p.calicon {margin: 33px 0 15px 0;height: 53px;}
p.locicon {font-size: 16px;}
.valert {background: #fff;padding: 5px;text-align: center;border: solid 2px red;color: red;font-size: 12px;}
.vhead {width: calc(100% - 20px);border-top: 10px solid #006ca9;padding: 5px 0 5px 0;display: block;margin-bottom: 50px;position: relative;}
.vdate {float: right;}
.vhead.praxis {border-color: #41c8f4;}
.vhead.seminar {border-color: #f2950a;}
.vhead.webinar {border-color: #00a957;}
.vhead.internistentag {border-color: #8FCA49;}
.vhead.jungerbdi {border-color: #e94190;}
.vhead.verbandstermin {border-color: #253D92;}
.vhead.schirmherrschaften {border-color: #868485;}
.aiwkostenfrei {width: 80px;float: right;}

.vhead h1 {font-weight: 600;font-size: 24px;margin: 0 0 0 0;color: #000;letter-spacing: 0.3px;line-height: 28px;border-bottom: none;}
.vart {
  margin: 15px 0 15px 0;
}
.vdata {padding: 10px 0 0 0;}
.vdata button {border: solid 1px #0865a2;padding: 5px;background: #0865a2;color: #fff;}
.vdata button:hover {color: #0865a2;background: #fff;cursor: pointer;}
button.praesenz::before {font-weight: 600;content: '\f500';font-family: 'Font Awesome 5 Free';padding-right: 5px;}
button.livestream::before {font-weight: 600;content: '\f144';font-family: 'Font Awesome 5 Free';padding-right: 5px;}
button.programm::before {font-weight: 600;content: '\f518';font-family: 'Font Awesome 5 Free';padding-right: 5px;}
button.bescheinigung::before {font-weight: 600;content: '\f0f0';font-family: 'Font Awesome 5 Free';padding-right: 5px;}

/*.vinfo {margin: 0 0 0 20px;}*/
/*.vart {font-weight: bold;}*/
.vtyp {margin: 0;font-weight: bold;color: #006ca9;}
.vhead.praxis .vtyp {color: #41c8f4;}
.vhead.seminar .vtyp {color: #f2950a;}
.vhead.webinar .vtyp {color: #00a957;}
.vhead.internistentag .vtyp {color: #8FCA49;}
.vhead.jungerbdi .vtyp {color: #e94190;}
.vhead.verbandstermin .vtyp {color: #253D92;}
.vhead.schirmherrschaften .vtyp {color: #868485;}
.vrow {display: flex;justify-content: flex-start;flex-wrap: wrap;border-bottom: 1px dotted #000;margin: 10px 0 0 0;}
.vcol:nth-child(2n+1) {width: calc(24%);margin-right: 1%;}
.vcol {
  width: 75%;
}
.vcol h3 {
  font-size: 16px;
}
.vcol .accordion .ui-state-default, .accordion .ui-state-active {
  background: unset;
  font-weight: 400;
  color: #313030;
  padding: 5px;
  border: 1px solid #000;
}
.vcol .accordion table td p strong{font-size:18px;font-weight: 600;}
.eventrow {
  border-bottom: 1px dotted #000;
  margin: 0 0 10px 0;
  padding: 0 0 10px 0;
}
.tabtext.event p {
  margin: 0;
  font-size: 14px;
}
.eventtitle {
  font-weight: bolder;
  font-size: 16px !important;
}

.tx-bdi-veranstaltungen ul.f3-widget-paginator {width: 100%;overflow: hidden;list-style: none;padding: 0;margin: 30px 0;}
.tx-bdi-veranstaltungen ul.f3-widget-paginator {list-style: none;}
.f3-widget-paginator::before {content: 'Seite: ';}
ul.f3-widget-paginator li.current {font-weight: bold;}
.tx-bdi-veranstaltungen ul.f3-widget-paginator li {display: inline-block;padding: 0 10px;}


/*Mobile*/
@media screen and (max-width: 1195px) {
  .shortcuts, .header {width:98%;margin:5px 1%;}
  .header {width:98%;margin:0 1%;}
  #startcontent{width:98%;margin: 180px 1% 20px 1%;}
  #content, #breadcrumbs{width:98%;}
  .footer {width:98%;margin:20px 1%;}
}
/**** news - video ****/
@media screen and (max-width: 1130px){
  #c1804 .news-img-wrap {margin-top: 150%;}
}
@media screen and (max-width: 1085px){
  #c1804 .news-img-wrap {margin-top: 160%;}
}
@media screen and (max-width: 1060px){
  #c1804 .news-img-wrap {margin-top: 170%;}
}
@media screen and (max-width: 1040px){
  #c1804 .news-img-wrap {margin-top: 180%;}
}
@media screen and (max-width: 980px){
  #c1804 .news-img-wrap {margin-top: 190%;}
}
@media screen and (max-width: 950px){
  #c1804 .news-img-wrap {margin-top: 200%;}
}
@media screen and (max-width: 930px){
  #c1804 .news-img-wrap {margin-top: 210%;}
}
@media screen and (max-width: 910px){
  #c1804 .news-img-wrap {margin-top: 220%;}
}
@media screen and (max-width: 880px){
  #c1804 .news-img-wrap {margin-top: 230%;}
}
@media screen and (max-width: 860px){
  #c1804 .news-img-wrap {margin-top: 240%;}
}
@media screen and (max-width: 840px){
  #c1804 .news-img-wrap {margin-top: 255%;}
}
@media screen and (max-width: 810px){
  #c1804 .news-img-wrap {margin-top: initial;}
}
/**** news - video - ende ****/

@media screen and (max-width: 1000px) {
  .nav ul li {font-size: 16px;padding: 20px 5px 0 5px;}
  .submenu ul li {font-size: 14px;}
}

@media screen and (max-width: 810px) {
  .nav {display:none;}
  .mobnav{display: inline;}
  #startcontent, #content{display: block;justify-content: unset;}
  .main {width: 100%;}
  .mainwide {width: 100%;}
  .rightRow {width: 100%;overflow: hidden;margin: 0;}
}
@media screen and (max-width: 600px) {
  
  .newsblock {width: calc(48% - 20px);}
  .terminrow {display: block;}
  .termincol:nth-child(2n+1) {width: calc(100% - 22px);border-right: unset;}
  .termincol:nth-child(2n) {width: calc(100% - 20px);}
  .vrow {  display: block;}
  .vcol:nth-child(2n+1) {width: 100%;margin-right: unset;}
  .vcol {width: 100%;}
}
@media screen and (max-width: 490px) {
  .datenschutz-text {font-size: 14px;}
  .news .article .news-img-wrap {float: none;margin: unset !important;width: 100%;padding: unset;}
  .news .article .news-img-wrap img {width: 100%;height: auto;}
  .news .article .news-img-wrap a {float: unset;}
  .media2click-ratio {padding-bottom: 100% !important;}
  .media2click-placeholder-content.media2click-haspreview {
  background-position: center top;
  background-size: contain;
  background-repeat: no-repeat;
  background-color: #bfdbed;
  }
  .playbutton {
    top:17vw !important;
}
.me
}
@media screen and (max-width: 430px) {
  .datenschutz-text {font-size: 13px;}
}
@media screen and (max-width: 400px) {
  
  .newsblock {width: calc(100% - 20px);}
  .teaser .imgteaser {width: calc(100% - 8px);}
  .datenschutz-text {font-size: 12px;}
}
@media screen and (max-width: 370px) {
  .datenschutz-text {font-size: 11px;}
}
/*Visitenkarte*/
.vtext {
    overflow: hidden;
    margin: 0 0 30px 0;
}
img.vbild {
  max-width: 100%;
  float: left;
  margin-right: 10px;
  width: 150px;
}
/*Stellenbörse*/
.stepstone {
  background: #f0f0f0;
  padding: 20px;
}
.stpbut {
  background: #0064a2;
  color: #fff;
  padding: 10px;
  display: inline-block;
}
/*Downloadbereich*/
.fal-securedownload ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.fal-securedownload ul li ul {
  padding: 10px 0 0 25px;
}
.fal-securedownload li span.icon-folder::before {
  font-family: 'Font Awesome 5 Free';
  content: "\f07b";
  color: #0865a2;
  font-size: 18px;
  margin-right: 5px;
  font-weight: 600;
}
.fal-securedownload li span.icon-file::before {
  font-family: 'Font Awesome 5 Free';
  content: "\f15b";
  color: #ea8b2b;
  font-size: 18px;
  margin-right: 5px;
  font-weight: 600;
}
span.icon-folder {
  cursor: pointer;
}
/* Ke_search*/
#kesearch_pagebrowser_top, #kesearch_pagebrowser_bottom {
    text-align: center;
    word-wrap: break-word;
    color: #707070;
}
#kesearch_pagebrowser_bottom .pages_total {
    border-top: 1px solid #cccccc;
}
#kesearch_pagebrowser_top div.result_txt, #kesearch_pagebrowser_bottom div.result_txt {
    margin: 15px 0 5px 0;
}
.kesearch_pagebrowser ul {
    display: inline;
    margin: 0;
    padding: 0;
    list-style: none;
}
.kesearch_pagebrowser ul li {
    list-style-type: none;
    display: inline;
    margin: 0;
}
#kesearch_pagebrowser_top a, #kesearch_pagebrowser_bottom a {
    padding: 3px;
}

.clearfix h2 {
  font-size: 20px;
}
.logoutbutton {
  background: #E0020C;
  color: #fff;
  
}


#bDIHauptstadtforum2023AnmeldungBDI-1857 .clearfix p, #bDIHauptstadtforum2023Gastanmeldung-1862 .clearfix p {
  font-size: 16px;
  font-weight: bold;
}

#bDIHauptstadtforum2023AnmeldungBDI-1857 .form-group, #bDIHauptstadtforum2023Gastanmeldung-1862  .form-group {
  overflow: hidden;
  border-bottom: 1px solid #ddd;
  margin-bottom: 5px;
}

#bDIHauptstadtforum2023AnmeldungBDI-1857 .form-group .form-group, #bDIHauptstadtforum2023Gastanmeldung-1862  .form-group .form-group {
border:none;
}

.slidemsg.hsforum {
  position: absolute;
  bottom: 10%;
  right: 5%;
  max-width: 500px;
  padding: 10px 15px;
}
.slidemsg.hsforumleft {
  position: absolute;
  bottom: 10%;
  left: 5%;
  max-width: 500px;
  padding: 10px 15px;
}
.bluewhite {
  background: rgba(0, 90, 157, 0.7);
  color: #fff;
}
.whiteblue {
  background: rgba(255, 255, 255, 0.7);
  color: rgb(0, 90, 157);
}
.orangewhite {
  background: rgba(232, 139, 43, 0.7);
  color: #fff;
}
.whiteorange {
  background: rgba(255, 255, 255, 0.7);
  color: rgb(232, 139, 43);
}
.whitegrey {
  background: rgba(0, 0, 0, 0.7);
  color: #fff;
}


.gallerie {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  overflow:hidden;
}
.accordion a.jnlightbox{
  width: 33%;
  height: auto;
  overflow: hidden;
}
.gallerie img {
  filter: blur(1px) brightness(70%);
  margin-bottom:15px;
}
.gallerie img:hover {
  filter: blur(0) brightness(100%);
}

.lb-dataContainer {
  margin: 0 auto;
  padding-top: 5px;
  width: 100%;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  position: relative;
}
.lb-data .lb-details {
  width: 85%;
  float: left;
  text-align: left;
  line-height: 1.1em;
  position: absolute;
  bottom: 50px;
  left: 50px;
}
.lb-data .lb-caption {
  font-size: 28px;
  font-weight: 700;
  line-height: 1em;
}
.error.help-block {
  color: red;
}

.media2click-placeholder.media2click-haspreview {
  text-shadow: unset !important;
}
.media2click-placeholder-inner {
  background-color: unset !important;
}
.media2click-content {
    background: #fff !important;
    padding: 15px !important;
    position: absolute !important;
    bottom: 0 !important;
    border: 3px solid #0865a2 !important;
}



/* mediaclick */
.media2click-placeholder-inner {
  position: absolute !important;
  width: calc(100% - 20px) !important;
  
  box-sizing: border-box !important;
  padding: .5em !important;
  overflow-y: auto !important;
  
  bottom: 10px !important;
  
}
.media2click-content p {
  margin: 0 !important;
  padding: 0 !important;
}
.media2click-controls {
  display: block !important;
  position: relative !important;
  bottom: unset !important;
  right: unset !important;
}
.media2click-content > *:last-child {
    margin-bottom: unset !important;
}
.media2click-controls .media2click-button {
  display: inline-block !important;
  background-color: #0865a2 !important;
  color: #fff !important;
  text-decoration: none !important;
  text-shadow: none !important;
  padding: .25em .5em !important;
  border-radius: .25em !important;
  margin: .25em !important;
}

.playbutton {
  background: red;
  width: 120px;
  border-radius: 22px;
  position: absolute;
  left: calc(50% - 60px);
  top: 35%;
  content: 'A';
  color: #fff;
  font-size: 30px;
  padding: 15px 0;
  text-align: center;
}

/*.sponsoren {display:none;}*/
.bdi-slogos {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
}
.bdi-slogos a.slogo {
  width: 30%;
  padding: 1% !important;
  background: #fff;
  overflow: hidden;
  display: flex !important;
  align-items: center !important;
  justify-content: space-between;
  margin-bottom: 20px;
  margin-right: 2%;
  flex-direction: column;
}
.bdi-slogos a.slogo {
    border: solid 1px #ddd;
    box-sizing: border-box;
    margin-right: 5%;
}
.slogo img {
    width: auto;
    height: auto;
    max-height: 100%;
    max-width: 100%;
}
a.slogo:nth-child(3n) {
    margin-right: 0 !important;
}
.slogotext {
  color: #1c1c1c;
  display: block;
  margin: 0;
}



/* NEW STYLES VERANSTALTUNGS EXTENSION -> ergänzen */
.vrow .vcol .ui-accordion-content .accprog {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.vrow .vcol .ui-accordion-content .timecol {
  width: 30%;
}
.vrow .vcol .ui-accordion-content .contcol {
  width: 70%;
}
.sponsorrow {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}



