/* KBV Sandysoft Custom Elements */

.abnrw-headelement img {
  margin-bottom: 0;
}
.abnrw-headelement h2 {
  font-size: 2rem;
  background-color: rgb(0,118,185);
  color: rgb(255,255,255);
  padding: .5rem 0 .5rem 3.75rem;
  margin: 0;
}
.abnrw-headelement .cap {
  /* text-transform: uppercase; */
}
@media only screen and (max-width: 64rem) {
  .abnrw-headelement > .col-12 {
    padding-left: 0;
    padding-right: 0;
  }
  .abnrw-headelement h2 {
    padding-left: 0.9375rem;
    font-size: 1.75rem;
  }
}
@media only screen and (max-width: 767px) {
  .abnrw-headelement h2 {
    font-size: 1.25rem;
  }
}

/*! Rocksolid Custom Elements */

/* Hauptueberschrift + Bild */
.ce_rsce_head-element {
  	max-width: 100%;
}
.ce_rsce_head-element h2 {
  background-color: rgb(0,118,185);
  color: rgb(255,255,255);
  margin: 0;
  padding: 0.75rem 1.125rem;
}
.ce_rsce_head-element h2 {
  font-size: .8em;
  left: auto;
  max-width: 100%;
  padding-left: 0.9375rem;
  position: relative;
  top: auto;
}
@media (min-width: 768px) {
  .ce_rsce_head-element h2 {
    font-size: 1.125em;
  }
}
@media only screen and (max-width: 767px) {
  .ce_rsce_head-element > .col-12 {
    padding-left: 0;
    padding-right: 0;
  }
}
@media only screen and (min-width: 768px) {
  .ce_rsce_head-element {
  	min-height: 340px;
    position: relative;
  }
  .ce_rsce_head-element img {
    position: absolute;
  	z-index: -2;
    margin-bottom: 0; /* overwrite normal img here */
  }
  .ce_rsce_head-element .main-title {
    /*! overflow-y: hidden; */	
    position: relative;
  }
  .ce_rsce_head-element h2 {
  	left: -0.625rem;
  	max-width: 24.25rem;
    padding-left: 4.375rem;
  	position: absolute;
  	top: 5rem;
  }
  /*
  .ce_rsce_head-element h2:after {
    content: '';
    display: block;
    border-top: 0;
    border-bottom: 200px solid transparent;
    border-left: 12px solid rgb(150,150,150);
    position: absolute; 
    right: -6px;
    bottom: 0;
    top: 6px;
    z-index: -1;
  }
  */
}
@media only screen and (min-width: 64rem) {
  .ce_rsce_head-element h2 {
    font-size: 2.25rem;
    font-weight: 400;
  }
}
.ce_rsce_head-element img {
  border-bottom: 0.25rem solid rgb(0,118,185);
}
.homepage .ce_rsce_head-element img {
  border-bottom: 0px none;
}

/* Hellblaue Rahmenflaeche */
.ce_rsce_wrapper {
  background-color: rgb(235,241,248);
  margin-bottom: 4.6875rem;
  padding: 1rem;
}
.col-12 .ce_rsce_wrapper {
  margin-right: -0.9375rem;
  margin-left: -0.9375rem;
}
@media screen and (min-width: 60em) {
  .ce_rsce_wrapper {
    padding: 3.125rem 3.75rem 3.75rem 3.75rem;
  }
  .col-12 .ce_rsce_wrapper {
    margin-right: 0;
    margin-left: 0;
  }
}
.ce_rsce_wrapper > .ce_text > h4,
.ce_rsce_wrapper > .ce_headline > h4 {
  color: rgb(59,59,59);
  margin-bottom: 0.5rem;
  margin-top: -0.875rem;
}
.ce_rsce_wrapper h3,
.ce_rsce_wrapper h4 {
  color: rgb(68,68,68);
  line-height: 1.2;
}
.ce_rsce_wrapper .ce_rsce_headline-info h2 {
  color: rgb(68,68,68);
  line-height: 1.2;
  margin-bottom: 1.1875rem;
}
  
/* Karteireiter */
.umsetzung .mm-tabs {
  margin-bottom: 3.75rem;
}
.mm-tabs [role="tablist"], .mm-tabs ul[role="tablist"] {
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  /*
  Das margin ist hier für die Tabs (Filter) wichtig:
  http://bugs.anatom5.de/view.php?id=7751
  Muss dann aber für normale Accordions (ce_accordion) wieder anders sein
  -> theme-05-00-content.css
  */
  margin: 0 0 -0.1em;
  overflow: visible;
  padding: 0;
}
.mm-tabs [role="tablist"] > li {
  margin: 0;
  padding: 0;
  display: block;
  width: auto;
  margin-right: 0.25rem;
}
.mm-tabs [role="tab"] {
  background-color: rgb(182,203,228);
  border-right-color: rgb(235,241,248);
  display: block;
  font-family: inherit;
  font-size: 1rem;
  margin: 0 1px 2px 0;
  overflow: visible;
  padding: .25rem;
  position: relative;
  text-align: left;
}
.mm-tabs [role="tab"]:hover,
.mm-tabs [role="tab"]:focus,
.mm-tabs [role="tab"]:active {
  outline: 0;
  border-top-color: rgb(0,118,185);
  color: inherit;
  outline: 0;
}
.mm-tabs [role="tab"][aria-selected="true"] {
  background-color: rgb(0,118,185);
  border-color: rgb(0,118,185);
  border-right-color: rgb(145,175,213);
  color: rgb(255,255,255);
}
.mm-tabs [role="tab"][aria-selected="true"]:hover,
.mm-tabs [role="tab"][aria-selected="true"]:focus {
  border-left-color: rgb(255,255,255);
  border-right-color: rgb(255,255,255);
  border-top-color: rgb(109,154,1);
}
@media only screen and (min-width: 37.5rem) {
  .mm-tabs [role="tab"] {
    border: 0.125rem solid rgb(182,203,228);
    font-size: 1.3125rem;
    margin: 0 0 0.125rem 0;
    padding: 1.375rem 1.75rem;
  }
}


.mm-tabs [role="tabpanel"] {
  background-color: rgb(0,118,185);
  border: 0.125rem solid rgb(0,118,185);
  color: rgb(255,255,255);
  padding: 1.5rem 1rem 1rem 1rem;
  position: relative;
  scroll-margin-top: 14rem;
  z-index: 2;
}
@media only screen and (min-width: 50rem) {
  .mm-tabs [role="tabpanel"] {
    padding: 3.25rem 3.75rem;
  }
  .mm-tabs [role="tabpanel"] [role="tabpanel"] {
    padding: 0;
  }
  .mm-tabs [role="tabpanel"] [role="tabpanel"] .container {
    padding: 1.125rem 0;
  }
}
.mm-tabs [role="tabpanel"] h4.focusable, 
.mm-tabs [role="tabpanel"] h5.focusable, 
.mm-tabs [role="tabpanel"] h6.focusable {
  color: rgb(255,255,255);
}

.mm-tabs [role="tabpanel"] > figure.image_container {
  margin-bottom: 1em;
}
@media only screen and (min-width: 48rem) {
  .mm-tabs [role="tabpanel"] > figure.image_container {
    float: left;
    padding-right: 1.875rem;
    max-width: 40%;
  }
  .mm-tabs [role="tabpanel"] div.text {
    overflow: hidden;
  }
  .mm-tabs [role="tabpanel"] .ce_accordion {
    clear: both;
  }
}

.mm-tabs .ui-accordion-content {
  padding-top: 1em;
}

.mm-tabs-umsetzung [role="tab"] {
  /*
  background-color: rgb(255,255,255);
  border: 0 solid rgb(255,255,255);
  border-right-color: rgb(235,241,248);
   */
  background-color: rgb(182,203,228);
  border: 0 solid rgb(182,203,228);
  border-right-color: rgb(182,203,228);
  color: rgb(68,68,68);
  font-size: .8rem;
  line-height: 2rem;
  padding: 0 .5rem;
  display:-webkit-box;
  display:-webkit-flex;
  display:-ms-flexbox;
  display:flex;
  -ms-flex-align: center;
  align-items: center;
}
@media only screen and (min-width: 22rem) {
  .mm-tabs-umsetzung [role="tab"] {
    font-size: 1rem;
  }
}
@media only screen and (min-width: 38rem) {
  .mm-tabs-umsetzung [role="tab"] {
    border-width: 0.125rem;
    font-size: 1.3125rem;
    line-height: 3.75rem;
    padding: 0 1.875rem;
  }
}
.mm-tabs-umsetzung [role="tab"]:hover,
.mm-tabs-umsetzung [role="tab"]:focus,
.mm-tabs-umsetzung [role="tab"]:active {
  border-left-color: rgb(0,118,185);
  border-right-color: rgb(0,118,185);
  border-top-color: rgb(0,118,185);
}
.mm-tabs-umsetzung [role="tab"][aria-selected="true"] {
  background-color: rgb(235,241,248);
  border: 0.125rem solid rgb(235,241,248);
  color: rgb(68,68,68);
  padding: 0;
}
@media only screen and (min-width: 38rem) {
  .mm-tabs-umsetzung > ul > li  > [role="tab"][aria-selected="true"] {
    background-image: url("/files/util/img/icons/icon_reiter-aktiv.svg");
    background-repeat: no-repeat;
    background-position: 0.9375rem center;
    padding: 0 1.875rem 0 3.75rem;
  }
}

.mm-tabs-umsetzung [role="tabpanel"] {
  background-color: rgb(235,241,248);
  border: 0.125rem solid rgb(235,241,248);
  color: rgb(68,68,68);
}

#thema-tab > ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
#thema-tab .theme > a {
  display: block;
  text-align: center;
  text-decoration: none;
}
#thema-tab .theme .info-tab-icon {
  margin-bottom: 1.875rem;
}

@media only screen and (max-width: 37.5rem) {
  #thema-tab .theme {
    margin-left: 0;
    position: relative;
  }
  #thema-tab .theme + li {
    margin-top: 1em;
  }
  #thema-tab .theme > a figure {
    align-items: center;
    display: flex;
    margin: 0;
  }
  #thema-tab .theme > a figure .circle-wrapper {
    margin: 0 1em 0 0;
  }
  #thema-tab .theme > a figure figcaption {
    margin: 0;
    text-align: left;
  }
  #thema-tab .theme > a + button {
    position: absolute; top: .625em; right: -.8rem;
    width: auto;
  }
}

@media only screen and (min-width: 37.5rem) {
  #thema-tab > ul {
    display: -ms-flexbox;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    width: 100%;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  #thema-tab .theme {
    border-right: 5px dotted rgb(95,137,191);
    flex: 1;
    margin: 0;
    text-align: center;
  }
  #thema-tab .theme:last-child {
    border-right: 0px none;
  }
  #thema-tab .theme .info-tab-icon {
    margin-bottom: 0;
  }
}

.tabs [aria-hidden="true"] {
  display: none;
}

/* Modal-Dialogboxen */
a.thema-tab-icon figure {
  display: block;
  margin: 0 auto;
  text-align: center;
  position: relative;
}
a.thema-tab-icon figcaption {
  background-color: transparent;
}
.thema-tab-icon .circle-wrapper {
  width: 20%;
  padding-bottom: 20%;
  position: relative;
  margin: 0 auto;
}
@media only screen and (min-width: 37.5rem) {
  .thema-tab-icon .circle-wrapper {
    width: 54.141%;
    padding-bottom: 54.141%;
  }
}
.thema-tab-icon .circle {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgb(235,241,248);
  border: 2px solid rgb(235,241,248);
  border-radius: 50%;
  color: rgb(255,255,255);
}
li.active > a.thema-tab-icon .circle,
a.thema-tab-icon:hover .circle,
a.thema-tab-icon:focus .circle,
a.thema-tab-icon:active .circle {
  background-color: rgb(109,154,0);
}
.thema-tab-icon img {
  height: 60%;
  margin-top: 20%;
  width: 60%;
}
.thema-tab-icon figcaption {
  text-align: center;
  text-transform: uppercase;
  margin: .5rem auto 1rem auto;
}
@media only screen and (min-width: 37.5rem) {
  .thema-tab-icon figcaption {
    margin: 0.875rem auto 1.9375rem auto;
  }
}
button.info-tab-icon {
  background-color: transparent;
  border: 0.125rem solid transparent;
  font-size: 0.875rem;
  line-height: 1.75rem;
  padding: 0;
  text-align: center;
  width: 100%;
}
.ce_rsce_headline-info h2,
.ce_rsce_headline-info h3,
.ce_rsce_headline-info h4,
.ce_rsce_headline-info h5,
.ce_rsce_headline-info h6 {
  display: inline-block;
  padding-right: 2.5rem;
  position: relative;
}
.ce_rsce_headline-info button.info-tab-icon {
  display: inline-block;
  width: auto;
  position: absolute;
  top: -0.50em;
  right: 0;
}

button.info-tab-icon span {
  display: none;
}
button.info-tab-icon:hover, button.info-tab-icon:focus, button.info-tab-icon:active {
  background-color: rgb(235,241,248);
  border: 0.125rem solid rgb(235,241,248);
  border-radius: 0.9375rem;
  color: rgb(0,118,185);
  max-width: 10.6em;
  outline: 0px none;
  text-align: left;
  outline: .1875rem solid rgb(0,118,185);
}
button.info-tab-icon:hover img, button.info-tab-icon:focus img, button.info-tab-icon:active img,
button.info-tab-icon:hover span, button.info-tab-icon:focus span, button.info-tab-icon:active span {
  display: inline-block;	
}

[role="alertdialog"],
[role="dialog"] {
  padding: 2.5rem 1.875rem 1.875rem 1.875rem;
  background-color: #fff;
  min-height: 100vh;
  color: rgb(0,0,0);
}

#colorbox[role="alertdialog"],
#colorbox[role="dialog"] {
  	background-color: rgb(0,118,185);
  	color: rgb(255,255,255);
  	min-height: 5em;
}
#cboxContent {
  	background-color: rgb(0,118,185);
  	color: rgb(255,255,255);
  	margin-top: 0;
  	padding: 2.875rem 2.5rem 2.5rem 2.5rem;
}
#cboxLoadedContent {
    border: 5px solid rgb(0,118,185);
    background: rgb(0,118,185);
    color: rgb(255,255,255);
}
#cboxCurrent {
  color: rgb(255,255,255);
  font-size: 1.125rem;
  right: 4.875rem;
  top: 0.5rem;
}
#cboxTitle {
  top: 0.5rem;
  left: 0.5rem;
}
#cboxPrevious, #cboxNext, #cboxClose {
  font-family: inherit !important;
  display: inline-block !important;
}
#cboxClose {
  background: rgb(109,154,1) url(/files/util/img/icons/icon-schliessen.svg) no-repeat center center;
  border: 0.25rem solid rgb(109,154,1);
  color: rgb(255,255,255);	
  position: absolute;
  top: 0;
  right: 0;
  width: 3.125rem;
  height: 2.125rem;
  text-indent: -9999px;
}
#cboxClose:hover, #cboxClose:focus, #cboxClose:active {
  background-position: center center;
  outline-style: solid;
  outline-width: 0.1875rem;
  outline-color: rgb(0,118,185);
  overflow: hidden;
}
#cboxNext {
  background: rgb(109,154,1) url(/files/util/img/icons/pfeil_next.svg) no-repeat center center;
  border: 0.25rem solid rgb(109,154,1);
  color: rgb(255,255,255);	
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -32px;
  width: 28px;
  height: 65px;
  text-indent: -9999px;
}
#cboxNext:hover, #cboxNext:focus, #cboxNext:active {
  background-position: center center;
  outline-style: solid;
  outline-width: 0.1875rem;
  outline-color: rgb(0,118,185);
  overflow: hidden;	
}
#cboxPrevious {
  background: rgb(109,154,1) url(/files/util/img/icons/pfeil_previous.svg) no-repeat center center;
  border: 0.25rem solid rgb(109,154,1);
  color: rgb(255,255,255);	
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -32px;
  width: 28px;
  height: 65px;
  text-indent: -9999px;
}
#cboxPrevious:hover, #cboxPrevious:focus, #cboxPrevious:active {
  background-position: center center;
  outline-style: solid;
  outline-width: 0.1875rem;
  outline-color: rgb(0,118,185);	
  overflow: hidden;	
}

@media screen and (min-width: 40rem) {
  [role="alertdialog"],
  [role="dialog"] {
    position: absolute;
    top: 2rem;
    left: 50vw;  /* move to the middle of the screen (assumes relative parent is the body/viewport) */
    transform: translateX(-50%);  /* move backwards 50% of this element's width */
    min-width: calc(640px - (15px * 2));  /* == breakpoint - left+right margin */
    min-height: auto;
    box-shadow: 0 19px 38px rgba(0, 0, 0, 0.12), 0 15px 12px rgba(0, 0, 0, 0.22);
  }
  #colorbox[role="alertdialog"],
  #colorbox[role="dialog"] {
  	min-width: 1px;
  	padding: 0;
  }
}

.dialog_label {
  text-align: center;
}

.dialog_form {
  margin: 15px;
}

.dialog_form_actions {
  position: absolute;
  top: 0;
  right: 0;
}
.dialog_form_actions button {
  background-color: rgb(109,154,1);
  border: 0.25rem solid rgb(109,154,1);
  color: rgb(255,255,255);
  height: 2em;
}
.dialog_form_actions button:hover,
.dialog_form_actions button:focus {
  outline-style: solid;
  outline-width: 0.1875rem;	
  outline-color: rgb(0,118,185);
}
.dialog_close_button {
  float: right;
  position: absolute;
  top: 10px;
  left: 92%;
  height: 25px;
}
.dialog_close_button img {
  border: 0;
}

/* native <dialog> element uses the ::backdrop pseudo-element */
/* dialog::backdrop, */
.dialog-backdrop {
  display: none;
  position: fixed;
  overflow-y: auto;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 9999;
}
@media screen and (min-width: 40rem) {
  .dialog-backdrop {
    background: rgba(0,118,185,0.8);
  }
}
.dialog-backdrop.active {
  display: block;
}
.no-scroll {
  overflow-y: auto !important;
}
/* this is added to the body when a dialog is open */
.has-dialog {
  overflow: hidden;
}

.dialog-backdrop.active h5,
.mm-tabs [role="tabpanel"] .dialog-backdrop h5 { 
  color: rgb(0,118,185);
  font-size: 1.3125rem;	
  font-weight: bold;
  margin-bottom: 1rem;
  text-align: left;
}
.dialog_desc .text { 
  border-bottom: 4px dotted rgb(216,226,239);
  display: block;
  margin-bottom: 2.0625rem;
  padding-bottom: 0.9375rem;
}
.dialog_desc h6,
.mm-tabs [role="tabpanel"] .dialog_desc h6{ 
  color: rgb(0,118,185);
  font-size: 1.3125rem;	
  font-weight: bold;
  margin-bottom: 1rem;
  text-align: left;
}
.dialog_form_actions button { 
	
}

/* Umsetzungen im Karteireiter */
.mm-tabs-umsetzung h4 {
  color: rgb(68,68,68);
}
.mm-tabs-umsetzung h5 {
  color: rgb(68,68,68);
}
.mm-tabs-umsetzung h6 {
  color: rgb(68,68,68);
}
@media only screen and (min-width: 38rem) {
  .mm-tabs-umsetzung h4 {
    font-size: 1.625rem;
  }
  .mm-tabs-umsetzung h5 {
    font-size: 1.3125rem;
  }
  .mm-tabs-umsetzung h6 {
    font-size: 1.3125rem;
  }
}


/* 3er Box */
.ce_rsce_box_3er .a5-box {
  margin-bottom: 1.625rem;
}
.ce_rsce_box_3er figure {
  position: relative;
}
.ce_rsce_box_3er .caption {
  background-color: rgba(255,255,255,0.6);
  bottom: 0;
  color: rgb(68,68,68);
  display: inline-block;
  font-size: 0.875rem;
  line-height: 1.5;
  padding: 0.28125rem 0.625rem;
  position: absolute;
  right: 0;
}
.ce_rsce_box_3er h3,
.ce_rsce_box_3er h4,
.ce_rsce_box_3er h5,
.ce_rsce_box_3er h6 {
  font-size: 1.625rem;
}
.ce_rsce_box_3er .headline {
  display: block;
  padding-top: 1.25rem;
}
.ce_rsce_box_3er a {
  display: block;
}
.ce_rsce_box_3er a:link, .ce_rsce_box_3er a:visited {
  text-decoration: none;
}
.ce_rsce_box_3er a:hover, .ce_rsce_box_3er a:focus, .ce_rsce_box_3er a:active {
  outline: .1875rem solid rgb(109,154,0);
}
.ce_rsce_box_3er figure {
  margin-bottom: 0.875rem;	
}

/* 2er Box */
.ce_rsce_box_2er-headline h2, 
.ce_rsce_box_2er-headline h3, 
.ce_rsce_box_2er-headline h4, 
.ce_rsce_box_2er-headline h5, 
.ce_rsce_box_2er-headline h6 {
  background-repeat: no-repeat;
  background-position: left top;
  background-size: 2.5rem 2.5rem;
  margin-bottom: 2.0625rem;
  padding-left: 3.75rem;
  font-size: 1.625rem;
}
.a5-symbol-none h2,
.a5-symbol-none h3,
.a5-symbol-none h4,
.a5-symbol-none h5,
.a5-symbol-none h6 {
  padding-left: 0;	
}
.a5-symbol-gebaeude h2,
.a5-symbol-gebaeude h3,
.a5-symbol-gebaeude h4,
.a5-symbol-gebaeude h5,
.a5-symbol-gebaeude h6 {
  background-image: url("/files/util/img/icons/icon_content_gebaeude.svg");
}
.a5-symbol-mobilitaet h2,
.a5-symbol-mobilitaet h3,
.a5-symbol-mobilitaet h4,
.a5-symbol-mobilitaet h5,
.a5-symbol-mobilitaet h6 {
  background-image: url("/files/util/img/icons/icon_content_mobilitaet-verkehr.svg");
}
.a5-symbol-it h2,
.a5-symbol-it h3,
.a5-symbol-it h4,
.a5-symbol-it h5,
.a5-symbol-it h6 {
  background-image: url("/files/util/img/icons/icon_content_it-dokumente.svg");
}
.a5-symbol-hilfen h2,
.a5-symbol-hilfen h3,
.a5-symbol-hilfen h4,
.a5-symbol-hilfen h5,
.a5-symbol-hilfen h6 {
  background-image: url("/files/util/img/icons/icon_content_technische-hilfen.svg");
}
.a5-symbol-sprache h2,
.a5-symbol-sprache h3,
.a5-symbol-sprache h4,
.a5-symbol-sprache h5,
.a5-symbol-sprache h6 {
  background-image: url("/files/util/img/icons/icon_content_leichte-sprache.svg");
}

.ce_rsce_box_2er {
  background-color: rgb(235,241,248);
  padding: 1rem 0;
  margin-bottom: 3.75rem;
}
@media screen and (min-width: 60em) {
  .ce_rsce_box_2er {
    padding: 3.25rem 2.8125rem 2.4375rem  2.8125rem;
  }
}

@media (min-width: 48rem) {
  .ce_rsce_box_2er .a5-box:nth-of-type(1) {
    padding-right: 3.625rem;
  }
  .ce_rsce_box_2er .a5-box:nth-of-type(2) {
    background: url("/files/util/img/icons/icon_dotline.svg") repeat-y left top;
    padding-left: 3.875rem;
  }
}
.ce_rsce_box_2er h2, 
.ce_rsce_box_2er h3, 
.ce_rsce_box_2er h4, 
.ce_rsce_box_2er h5, 
.ce_rsce_box_2er h6 {
  font-size: 1.625rem;
}
.ce_rsce_box_2er .description ul {
  list-style: none;
  margin: 0 0 0.9375rem 0;
  padding: 0;
}
.ce_rsce_box_2er .description li {
  background: url("/files/util/img/icons/icon_square.svg") no-repeat left 0.50em;
  margin: 0;
  padding-left: 1.125rem;
}
.ce_rsce_box_2er a {
  color: rgb(0,118,185);
}
.ce_rsce_box_2er a:hover, .ce_rsce_box_2er a:focus, .ce_rsce_box_2er a:active {
  outline: .1875rem solid rgb(0,118,185);
}
  
/* Accessible Videoplayer */
@media only screen and (min-width: 620px) {
  .custom-controls .transcript-link {
    margin-top: -44px;
  }
}
.transcript-single {
  border-bottom: 2px solid black-thirty;
}
.transcript-single.hidden {
  display: none;
}
.session--watch {
  margin-bottom: HalfLineHeight;
}
.session--watch .button {
  background: black-sixty;
  margin-top: QuarterLineHeight;
}
.session--watch .button:hover,
.session--watch .button:active,
.session--watch .button:focus {
  background: black-seventy;
}
.sr-only {
  position: absolute !important;
  clip: rect(1px, 1px, 1px, 1px);
  padding: 0 !important;
  border: 0 !important;
  height: 1px !important;
  width: 1px !important;
  overflow: hidden;
}
.hide {
  display: none;
}
.show-inline {
  display: inline-block;
}
.ce_rsce_accessiblevideo {
  border: 0.25rem solid rgb(0, 118, 185);
  padding: 0.5rem;
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.px-video-container {
  overflow: hidden;
  min-width: 300px;
}
.px-video-img-captions-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
}
.px-video {
  position: absolute;
  top: 0;
  left: 0;
  margin-top: 0;
  width: 100%;
  height: 100%;
}
.px-video-img-captions-container * {
  box-sizing: border-box;
}
.px-video-img-captions-container {
  position: relative;
}
.px-video-wrapper {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  z-index: 1;
}
.px-video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.progress-bar {
  width: 85%;
}
@media only screen and (min-width: 480px) {
  .progress-bar {
    width: 89%;
  }
}
@media only screen and (min-width: 970px) {
  .progress-bar {
    width: 95%;
  }
}
@media only screen and (min-width: 1795px) {
  .progress-bar {
    width: 97.5%;
  }
}
.px-video-controls {
  margin-bottom: 10px;
  margin-top: 10px;
}
.px-video-controls:after {
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
  visibility: hidden;
}
.px-video-progress {
  display: block;
  width: 100%;
  margin-bottom: 10px;
  height: 10px;
}
.px-video-progress[value] {
  -webkit-appearance: none;
  border: none;
}
.px-video-progress[value]::-webkit-progress-bar {
  background-color: #e6e6e6;
}
.px-video-progress[value]::-webkit-progress-value {
  background-color: #009cdf;
}
.px-video-time {
  font-family: inherit;
  float: right;
  line-height: 30px;
  margin-top: -30px;
  font-size: 14px;
}
.px-video-captions {
  box-sizing: border-box;
  position: absolute;
  top: 1px;
  left: 0;
  width: 100%;
  padding: 0.5em;
  min-height: 2.5em;
  background-color: #000;
  color: #fff;
  font-size: 1.1em;
  text-align: center;
  opacity: 0.75;
  z-index: 2;
}
.px-video-playback-buttons {
  float: left;
  line-height: 20px;
  min-width: 145px;
}
@media only screen and (min-width: 620px) {
  .px-video-playback-buttons {
    float: none;
    left: 50%;
    margin-left: -120px;
    min-width: 200px;
    position: absolute;
    width: 200px;
  }
}
.px-video-controls button {
  border: 1px transparent solid;
  background: transparent;
  padding: 0;
  margin: 0 5px;
  width: 25px;
  height: 25px;
  overflow: hidden;
  background: no-repeat url("/files/util/img/video/px-video-sprite.svg");
}
@media only screen and (min-width: 620px) {
  .px-video-controls button {
    background-size: 150%;
    width: 40px;
    height: 40px;
  }
}

.px-video-controls button:focus {
  border: 1px #999 dotted;
  outline: none;
}
.px-video-controls button {
  cursor: pointer;
}
.px-video-controls button.px-video-restart {
  background-position: -9px -331px;
}
.px-video-controls button.px-video-restart:hover,
.px-video-controls button.px-video-restart:focus {
  background-position: -9px -295px;
}
@media only screen and (min-width: 620px) {
  .px-video-controls button.px-video-restart {
    background-position: -9px -523px;
  }
}
@media only screen and (min-width: 620px) {
  .px-video-controls button.px-video-restart:hover,
  .px-video-controls button.px-video-restart:focus {
    background-position: -9px -466px;
  }
}
.px-video-controls button.px-video-rewind {
  background-position: -9px -187px;
}
.px-video-controls button.px-video-rewind:hover,
.px-video-controls button.px-video-rewind:focus {
  background-position: -9px -151px;
}
@media only screen and (min-width: 620px) {
  .px-video-controls button.px-video-rewind {
    background-position: -9px -295px;
  }
  .px-video-controls button.px-video-rewind:hover,
  .px-video-controls button.px-video-rewind:focus {
    background-position: -9px -238px;
  }
}
.px-video-controls button.px-video-play {
  background-position: -8px -43px;
}
.px-video-controls button.px-video-play:hover,
.px-video-controls button.px-video-play:focus {
  background-position: -8px -7px;
}
@media only screen and (min-width: 620px) {
  .px-video-controls button.px-video-play {
    background-position: -8px -67px;
  }
  .px-video-controls button.px-video-play:hover,
  .px-video-controls button.px-video-play:focus {
    background-position: -8px -10px;
  }
}
.px-video-controls button.px-video-pause {
  background-position: -9px -115px;
}
.px-video-controls button.px-video-pause:hover,
.px-video-controls button.px-video-pause:focus {
  background-position: -9px -79px;
}
@media only screen and (min-width: 620px) {
  .px-video-controls button.px-video-pause {
    background-position: -9px -182px;
  }
}
@media only screen and (min-width: 620px) {
  .px-video-controls button.px-video-pause:hover,
  .px-video-controls button.px-video-pause:focus {
    background-position: -9px -124px;
  }
}
.px-video-controls button.px-video-forward {
  background-position: -10px -259px;
}
.px-video-controls button.px-video-forward:hover,
.px-video-controls button.px-video-forward:focus {
  background-position: -10px -223px;
}
@media only screen and (min-width: 620px) {
  .px-video-controls button.px-video-forward {
    background-position: -10px -409px;
  }
  .px-video-controls button.px-video-forward:hover,
  .px-video-controls button.px-video-forward:focus {
    background-position: -10px -352px;
  }
}
.px-video-fullscreen-btn-container {
  float: left;
  width: 25px;
}
.px-video-fullscreen-btn-container label {
  display: inline-block;
  width: 25px;
  height: 20px;
  margin-top: 3px;
  margin-left: 1px;
  background: no-repeat url("/files/util/img/video/px-video-sprite.svg");
  background-position: -6px -943px;
}
@media only screen and (min-width: 540px) {
  .px-video-fullscreen-btn-container label {
    margin-top: 5px;
  }
}

.px-video-fullscreen-btn-container input[type="checkbox"]:focus+label {
  outline: 1px #999 dotted;
  background-position: -6px -907px;
}
.px-video-fullscreen-btn-container input[type="checkbox"]:hover+label {
  background-position: -6px -907px;
  cursor: pointer;
}
.px-video-fullscreen-btn-container input[type="checkbox"]:focus+label {
  outline: 1px #999 dotted;
  background-position: -6px -907px;
}
.px-video-fullscreen-btn-container input[type="checkbox"]:checked+label {
  background-position: -6px -979px;
}
.px-video-fullscreen-btn-container input[type="checkbox"]:checked:hover+label {
  background-position: -6px -1015px;
}
.px-video-captions-btn-container {
  float: left;
}
@media only screen and (min-width: 540px) {
  .px-video-captions-btn-container {
    clear: none;
    margin-top: 1px;
    margin-left: 10px;
  }
}
.px-video-captions-btn-container label {
  display: inline-block;
  width: 25px;
  height: 20px;
  margin-top: 3px;
  background: no-repeat url("/files/util/img/video/px-video-sprite.svg");
  background-position: -6px -835px;
}
@media only screen and (min-width: 540px) {
  .px-video-captions-btn-container label {
    margin-top: 4px;
  }
}
.px-video-captions-btn-container input[type="checkbox"]:focus+label {
  outline: 1px #999 dotted;
  background-position: -6px -799px;
}
.px-video-captions-btn-container input[type="checkbox"]:hover+label {
  background-position: -6px -799px;
  cursor: pointer;
}
.px-video-captions-btn-container input[type="checkbox"]:focus+label {
  outline: 1px #999 dotted;
  background-position: -6px -799px;
}
.px-video-captions-btn-container input[type="checkbox"]:checked+label {
  background-position: -6px -871px;
}
.px-video-volume-controls {
  float: right;
  overflow: hidden;
  min-width: 133px;
}
@media only screen and (min-width: 540px) {
  .px-video-volume-controls {
    margin-top: 1px;
  }
}
.px-video-mute-btn-container {
  float: left;
  width: 26px;
}
.px-video-mute-btn-container label {
  display: inline-block;
  width: 25px;
  height: 20px;
  margin-top: 3px;
  background: no-repeat url("/files/util/img/video/px-video-sprite.svg");
  background-position: -6px -476px;
}
@media only screen and (min-width: 540px) {
  .px-video-mute-btn-container label {
    margin-top: 6px;
  }
}
.px-video-mute-btn-container input[type="checkbox"]:focus+label {
  outline: 1px #999 dotted;
  background-position: -6px -440px;
}
.px-video-mute-btn-container input[type="checkbox"]:hover+label {
  background-position: -6px -440px;
  cursor: pointer;
}
.px-video-mute-btn-container input[type="checkbox"]:focus+label {
  outline: 1px #999 dotted;
  background-position: -6px -440px;
}
.px-video-mute-btn-container input[type="checkbox"]:checked+label {
  background-position: -6px -692px;
}
.px-video-mute-btn-container input[type="checkbox"]:checked:hover+label,
.px-video-mute-btn-container input[type="checkbox"]:checked:focus+label {
  background-position: -6px -656px;
}
.px-video-volume-slider {
  float: left;
  width: 80px;
}
@media only screen and (min-width: 540px) {
  .px-video-volume-slider {
    width: 95px;
  }
}
.px-video-controls input[type='range'] {
  -webkit-appearance: none;
  height: 6px;
  width: 70px;
  margin-top: 9px;
  margin-right: 0;
  margin-left: 5px;
  background-color: #e6e6e6;
  outline: none;
}
@media only screen and (min-width: 540px) {
  .px-video-controls input[type='range'] {
    margin-top: 12px;
    width: 85px;
  }
}
.px-video-controls input[type='range']:focus::-webkit-slider-thumb {
  outline: 1px #999 dotted;
}
.px-video-controls input[type='range']::-moz-range-track {
  -moz-appearance: none;
  height: 6px;
  background-color: #e6e6e6;
  border: none;
}
.px-video-controls input[type='range']::-webkit-slider-thumb {
  -webkit-appearance: none !important;
  height: 10px;
  width: 6px;
  background-color: #666;
}
.px-video-controls input[type='range']::-moz-range-thumb {
  background-color: #666;
  border: none;
  height: 12px;
  width: 8px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .px-video-controls input[type='range'] {
    position: relative;
    padding: 0;
    height: 8px;
    top: -3px;
  }
  .px-video-controls .px-video-time {
    margin-top: 4px;
  }
  .px-video-controls .px-video-captions {
    padding: 8px;
    min-height: 36px;
  }
}
.px-video-controls {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  align-content: center;
}
.progress-bar {
  flex-grow: 1;
  width: 75%;
}

/* Newsletter Teaser */

.teaser-newsletter {
  background-color : rgb(109, 154, 0);
  color            : rgb(255, 255, 255);
  flex             : content;
  padding          : .9375rem;
}

@media screen and (min-width : 22em) {
  .teaser-newsletter {
    padding : 1.25rem 1.875rem 1.875rem 1.875rem;
  }
}


@media screen and (min-width : 620px) {
  .teaser-newsletter-inner {
    display: flex;
    align-items: center;
  }
}

.teaser-newsletter-inner::before {
  content: '';
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 640 512'%3E%3C!--! Font Awesome Pro 6.2.1 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license (Commercial License) Copyright 2022 Fonticons, Inc.--%3E%3Cpath fill='%23ffffff' d='M48 64C21.5 64 0 85.5 0 112c0 15.1 7.1 29.3 19.2 38.4l217.6 163.2c11.4 8.5 27 8.5 38.4 0l57.4-43c23.9-59.8 79.7-103.3 146.3-109.8l13.9-10.4c12.1-9.1 19.2-23.3 19.2-38.4 0-26.5-21.5-48-48-48H48zm246.4 275.2a63.9 63.9 0 0 1-76.8 0L0 176v208c0 35.3 28.7 64 64 64h296.2c-25.1-30.4-40.2-69.5-40.2-112 0-5.6.3-11.1.8-16.6l-26.4 19.8zM640 336a144 144 0 1 0-288 0 144 144 0 1 0 288 0zm-76.7-43.3c6.2 6.2 6.2 16.4 0 22.6l-72 72c-6.2 6.2-16.4 6.2-22.6 0l-40-40c-6.2-6.2-6.2-16.4 0-22.6s16.4-6.2 22.6 0l28.7 28.7 60.7-60.7c6.2-6.2 16.4-6.2 22.6 0z'/%3E%3C/svg%3E%0A") no-repeat;
  width: 150px;
  height: 150px;
  display: block;
}

@media screen and (min-width : 620px) {
  .teaser-newsletter-inner::before {
    background-size: 60%;
  }
}

.teaser-newsletter-headline {
  color: rgb(255, 255, 255);
}

.teaser-newsletter p {
  font-size: 1.1em;
  font-weight: bold;
  margin-top: 0.5rem;
  margin-bottom: 2rem;
}

.teaser-newsletter-link {
  display          : inline-block;
  font-size        : 1.125rem;
  line-height      : 1.66667;
  /*padding          : 0 0.625em 0 1.75rem;*/
  position         : relative;

  background: rgb(255,255,255);
  padding: 1.25rem 1.25rem 1.25rem 2.25rem;
  color: rgb(0, 118, 185) !important;
}

.teaser-newsletter-link span {
  display: inline-block;
  line-height: inherit;
  padding: 0 0.625rem;
}

.teaser-newsletter-link:before {
  color       : rgb(255, 255, 255);
  content     : '';
  background  : rgb(0, 118, 185) url('/files/util/img/icons/pfeil_weiterlesen.svg') no-repeat center center;
  display     : inline-block;
  height      : 100%;
  line-height : 1.66667;
  padding     : 0 0.625rem;
  position    : absolute;
  top         : 0;
  left        : 0;
  width       : 1.75rem;
}

.teaser-newsletter-link:hover,
.teaser-newsletter-link:active,
.teaser-newsletter-link:focus {
  outline: .1875rem solid rgb(0, 118, 185);
}

@media only screen and (min-width: 480px) {
  .progress-bar {
    width: 75%;
  }
}
@media only screen and (min-width: 590px) {
  .progress-bar {
    width: 85%;
  }
}
@media only screen and (min-width: 970px) {
  .progress-bar {
    width: 85%;
  }
}
@media only screen and (min-width: 1795px) {
  .progress-bar {
    width: 85%;
  }
}
.px-video-progress {
  margin-top: 10px;
  width: 100%;
}
.px-video-time {
  flex-grow: 0;
  flex-shrink: 0;
  padding-left: 10px;
  margin-top: 0;
}
.px-video-playback-buttons {
  flex-grow: 1;
  min-width: auto;
}
@media only screen and (min-width: 620px) {
  .px-video-playback-buttons {
    left: auto;
    margin-left: auto;
    min-width: auto;
    position: relative;
    width: auto;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    align-content: center;
    padding-left: 96px;
  }
}
@media only screen and (min-width: 620px) {
  .has-captions .px-video-playback-buttons {
    padding-left: 130px;
  }
}
.px-video-controls button {
  margin: 0 5px;
}
.px-video-volume-controls {
  min-width: auto;
}
@media only screen and (min-width: 540px) {
  .px-video-volume-controls {
    margin-top: 0;
  }
}
  
