.tabellenrahmen, .tabellenrahmen2 {
    border-collapse: collapse;
}

.tabellenrahmen .listheader, .tabellenrahmen2 .listheader {
    border-top-width: 2px;
    border-bottom-width: 2px;
    font-weight: bold;
}

ol, ol ol {
    margin-bottom: 5px;
}

@font-face {
    font-family: Ubuntu;
    font-style: normal;
    font-weight: 300;
    src: url(../fonts/ubuntu-v11-latin-ext_latin-300.eot);
    src: local('Ubuntu Light'), local('Ubuntu-Light'), url(../fonts/ubuntu-v11-latin-ext_latin-300.eot?#iefix) format('embedded-opentype'), url(../fonts/ubuntu-v11-latin-ext_latin-300.woff2) format('woff2'), url(../fonts/ubuntu-v11-latin-ext_latin-300.woff) format('woff'), url(../fonts/ubuntu-v11-latin-ext_latin-300.ttf) format('truetype'), url(../fonts/ubuntu-v11-latin-ext_latin-300.svg#Ubuntu) format('svg');
}

@font-face {
    font-family: Ubuntu;
    font-style: italic;
    font-weight: 300;
    src: url(../fonts/ubuntu-v11-latin-ext_latin-300italic.eot);
    src: local('Ubuntu Light Italic'), local('Ubuntu-LightItalic'), url(../fonts/ubuntu-v11-latin-ext_latin-300italic.eot?#iefix) format('embedded-opentype'), url(../fonts/ubuntu-v11-latin-ext_latin-300italic.woff2) format('woff2'), url(../fonts/ubuntu-v11-latin-ext_latin-300italic.woff) format('woff'), url(../fonts/ubuntu-v11-latin-ext_latin-300italic.ttf) format('truetype'), url(../fonts/ubuntu-v11-latin-ext_latin-300italic.svg#Ubuntu) format('svg');
}

@font-face {
    font-family: Ubuntu;
    font-style: normal;
    font-weight: 400;
    src: url(../fonts/ubuntu-v11-latin-ext_latin-regular.eot);
    src: local('Ubuntu Regular'), local('Ubuntu-Regular'), url(../fonts/ubuntu-v11-latin-ext_latin-regular.eot?#iefix) format('embedded-opentype'), url(../fonts/ubuntu-v11-latin-ext_latin-regular.woff2) format('woff2'), url(../fonts/ubuntu-v11-latin-ext_latin-regular.woff) format('woff'), url(../fonts/ubuntu-v11-latin-ext_latin-regular.ttf) format('truetype'), url(../fonts/ubuntu-v11-latin-ext_latin-regular.svg#Ubuntu) format('svg');
}

@font-face {
    font-family: Ubuntu;
    font-style: italic;
    font-weight: 400;
    src: url(../fonts/ubuntu-v11-latin-ext_latin-italic.eot);
    src: local('Ubuntu Italic'), local('Ubuntu-Italic'), url(../fonts/ubuntu-v11-latin-ext_latin-italic.eot?#iefix) format('embedded-opentype'), url(../fonts/ubuntu-v11-latin-ext_latin-italic.woff2) format('woff2'), url(../fonts/ubuntu-v11-latin-ext_latin-italic.woff) format('woff'), url(../fonts/ubuntu-v11-latin-ext_latin-italic.ttf) format('truetype'), url(../fonts/ubuntu-v11-latin-ext_latin-italic.svg#Ubuntu) format('svg');
}

@font-face {
    font-family: Ubuntu;
    font-style: normal;
    font-weight: 500;
    src: url(../fonts/ubuntu-v11-latin-ext_latin-500.eot);
    src: local('Ubuntu Medium'), local('Ubuntu-Medium'), url(../fonts/ubuntu-v11-latin-ext_latin-500.eot?#iefix) format('embedded-opentype'), url(../fonts/ubuntu-v11-latin-ext_latin-500.woff2) format('woff2'), url(../fonts/ubuntu-v11-latin-ext_latin-500.woff) format('woff'), url(../fonts/ubuntu-v11-latin-ext_latin-500.ttf) format('truetype'), url(../fonts/ubuntu-v11-latin-ext_latin-500.svg#Ubuntu) format('svg');
}

@font-face {
    font-family: Ubuntu;
    font-style: italic;
    font-weight: 500;
    src: url(../fonts/ubuntu-v11-latin-ext_latin-500italic.eot);
    src: local('Ubuntu Medium Italic'), local('Ubuntu-MediumItalic'), url(../fonts/ubuntu-v11-latin-ext_latin-500italic.eot?#iefix) format('embedded-opentype'), url(../fonts/ubuntu-v11-latin-ext_latin-500italic.woff2) format('woff2'), url(../fonts/ubuntu-v11-latin-ext_latin-500italic.woff) format('woff'), url(../fonts/ubuntu-v11-latin-ext_latin-500italic.ttf) format('truetype'), url(../fonts/ubuntu-v11-latin-ext_latin-500italic.svg#Ubuntu) format('svg');
}

@font-face {
    font-family: Ubuntu;
    font-style: normal;
    font-weight: 700;
    src: url(../fonts/ubuntu-v11-latin-ext_latin-700.eot);
    src: local('Ubuntu Bold'), local('Ubuntu-Bold'), url(../fonts/ubuntu-v11-latin-ext_latin-700.eot?#iefix) format('embedded-opentype'), url(../fonts/ubuntu-v11-latin-ext_latin-700.woff2) format('woff2'), url(../fonts/ubuntu-v11-latin-ext_latin-700.woff) format('woff'), url(../fonts/ubuntu-v11-latin-ext_latin-700.ttf) format('truetype'), url(../fonts/ubuntu-v11-latin-ext_latin-700.svg#Ubuntu) format('svg');
}

@font-face {
    font-family: Ubuntu;
    font-style: italic;
    font-weight: 700;
    src: url(../fonts/ubuntu-v11-latin-ext_latin-700italic.eot);
    src: local('Ubuntu Bold Italic'), local('Ubuntu-BoldItalic'), url(../fonts/ubuntu-v11-latin-ext_latin-700italic.eot?#iefix) format('embedded-opentype'), url(../fonts/ubuntu-v11-latin-ext_latin-700italic.woff2) format('woff2'), url(../fonts/ubuntu-v11-latin-ext_latin-700italic.woff) format('woff'), url(../fonts/ubuntu-v11-latin-ext_latin-700italic.ttf) format('truetype'), url(../fonts/ubuntu-v11-latin-ext_latin-700italic.svg#Ubuntu) format('svg');
}

/* ---- new div layout ---- */

body {
    display:flex;
    align-items:center;
    flex-direction:column;
    background-image: url(../img/layout/background_index2.gif);
    background-repeat: repeat-x;
    background-color: #757575;
    font-family: Ubuntu, Verdana, Arial, Tahoma;
    font-size: 13px;
    font-style: normal;
    font-weight: 500;
    text-transform: none;
    font-variant: normal;
    text-decoration: none;
    color: #000;
    margin: 20px 0;
    line-height: 1;
}

.page-container {
    width: 780px;
    border: 1px solid #D4D3D2;
    padding: 1px;
    background: #000;
}

.page-header {
    display: grid;
    grid-template-columns: 167px 613px;
    grid-template-rows: auto;
    grid-template-areas: 
        "logo header-slider"
        "logo navigation"
}

.logo {
    grid-area: logo;
    width: 167px;
    height: 165px;
}

.header-slider {
    grid-area: header-slider;
    height: 139px;
}

.navigation {
    grid-area: navigation;
    display: flex;
    justify-content: space-around;
    align-items: center;
    background-color:#1D1C1C;
    white-space:nowrap;
    height: 26px;
}

.navigation a,
.navigation a:link,
.navigation a:visited {
    color: #BBBBBB;
    font-size: 13px;
    text-transform: uppercase;
    padding: 5px;
}

.navigation a:hover,
.navigation a:active,
.navigation a.active:hover
{
    color: #68B4D3;
}

.navigation a.active {
    color: #008ABA;
}

.page-body {
    display: grid;
    grid-template-columns: 167px auto;
}

.page-body-sidebar {
    background-color: #CACAC9;
    border-right: 1px solid #B0B0B0;
}

.subnavigation {
    background-color: #68B4D3;
    padding-top: 30px;
    padding-left: 10px;
    padding-bottom: 0px;
    border-bottom: 1px solid #B0B0B0;
}

.subnavigation div {
    white-space: nowrap;
    display: flex;
    align-items: center;
}

.subnavigation div.subPage:before {
    content: url('../img/layout/ball_small2.gif');
    margin-top: 2px;
    width: 20px;
}

.subnavigation div.active,
.subnavigation div:hover {
    background-color: #81C5E0;
}

.subnavigation div > a {
    color: #fff;
    text-decoration: none;
    display: block;
    font-family: Ubuntu, Verdana, Arial, Tahoma;
    font-size: 13px;
    font-style: normal;
    font-weight: 500;
    font-variant: normal;
    line-height: 1.4;
    padding: 5px;
    width: 100%;
}

.subnavigation div > a.black {
    color: #000;
}

.subnavigation div ~ div {
    border-top: 1px solid #CACAC9;
}

.page-body-content {
    background-color: #fff;
}

.printmenu {
    text-align: right;
    padding-right: 20px;
    padding-top: 15px;
}

.content {
    padding-left: 33px;
}

.copyright-banner {
    font-size: 9px;
    color: #BBBBBB;
    margin-top: 5px;
}

/* --------------- */

.content {
    line-height: 1.4;
}

.headline2, .headline3, .headlineCrape {
    background-color: #CACAC9;
    text-transform: none;
    color: #000;
    text-decoration: none;
    font-style: normal;
    font-variant: normal;
    font-weight: 500;
    font-family: Ubuntu, Verdana, Arial, Tahoma;
    font-size: 13px;
}

.headlineCrape {
    color: #fff;
    background-color: #000;
}

.headline2 > img, 
.headline3 > img,
.headline4 > img,
.headlineCrape > img {
    vertical-align: middle;
}

.headline_mv {
    background-color: #AFDBED;
    text-transform: none;
    color: #000;
    text-decoration: none;
    font-style: normal;
    font-variant: normal;
    font-weight: 700;
    font-family: Ubuntu, Verdana, Arial, Tahoma;
    font-size: 13px;
}

.headline2 + .headline2, 
.headline3 + .headline3,
.headline_mv + .headline_mv,
.headline + .headline,
.headline2topic + .headline2topic {
    padding: 3px 4px 4px 0;
}

.headline {
    font-family: Ubuntu, Verdana, Arial, Tahoma;
    font-size: 13px;
    font-style: normal;
    font-weight: 500;
    text-transform: none;
    font-variant: normal;
    text-decoration: none;
    color: #000;
}

.headline2topic {
    background-color: #68B4D3;
    text-transform: none;
    color: #000;
    text-decoration: none;
    font-style: normal;
    font-variant: normal;
    font-weight: 500;
    font-family: Ubuntu, Verdana, Arial, Tahoma;
    font-size: 13px;
    padding: 5px;
}

.headline3 {
    text-align: center;
}

td {
    text-align: justify;
}

.top {
    text-align: right;
}

td.hinweis_block {
    border: 2px solid #CACAC9;
    border-right-width: 10px;
    border-left-width: 10px;
    padding: 10px;
    text-align: center;
    line-height: 2;
    background-color: #eee;
    opacity: 0.8;
    background-image: repeating-radial-gradient(circle at 0 0, #0000 0, #eee 5px), repeating-linear-gradient(#eee, #AFDBED);
    /* background: repeating-linear-gradient(-45deg, #eee, #37C0F955, #eee 3px, #AFDBED 3px); */
}

hr.hinweis_block {
    border: none;
    border-top: 1px solid #CACAC9;
    color: #CACAC9;
    overflow: visible;
    text-align: center;
    height: 5px;
    width: 70%;
    margin-top: 20px;
    margin-bottom: 17px;
}

hr.hinweis_block:after {
    background: #fff;
    content: url(/img/layout/ball_small.gif);
    padding: 0 5px 0 0;
    position: relative;
    top: -9px;
}

.info-badge {
    font-size: 9px;
    background-color: #ffd700;
    padding: 2px;
}

.subnav a:active, .subnav a:hover, .subnav a:link, .subnav a:visited, .subnavspecial a:active, .subnavspecial a:hover, .subnavspecial a:link, .subnavspecial a:visited {
    color: #fff;
    text-decoration: none;
    font-style: normal;
    display: block;
}

.subnav.red {
    color: #ac0000 !important;
}

.subnav.orange {
    color: #aa6521 !important;
}

.subnav.black {
    color: #000 !important;
}

.subnavspecial {
    font-family: Ubuntu, Verdana, Arial, Tahoma;
    font-size: 13px;
    font-style: normal;
    line-height: normal;
    font-weight: 500;
    font-variant: normal;
}

.subnav img.ball {
    margin-right: 3px;
} 

tr > td.subnav > a {
    padding-left: 3px;
}

img {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
}

.red {
    color: #933 !important;
}
.orange {
    color: #c60 !important;
}

.headerimg {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

#slideshow img {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
    width: 613px;
    height: 139px;
}

a:active, a:link, a:visited {
    color: #336;
    text-decoration: none;
    font-style: normal;
}

a:hover {
    color: #369;
    text-decoration: none;
    font-style: normal;
}

div.mv_download {
    float: right; 
    padding: 4px; 
    margin-right: -5px;
    margin-bottom: -5px;
}

.tabellenrahmen {
    border-spacing: 0;
}

.tabellenrahmen.exclusive tr:first-child td,
.tabellenrahmen.exclusive tr:last-child td {
    border: none;
}

.tabellenrahmen td {
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    background-color: #fff;
    padding: 2px;
    font-size: 12px;
}

.tabellenrahmen2 td {
    border: 1px solid #ccc;
    background-color: #fff;
    padding: 2px;
    font-size: 12px;
    line-height: 1.2;
}

td .listediv {
    border: 1px #ccc;
    background-color: #ccc;
    padding: 0;
}

.top {
    position: relative;
    bottom: 10px;
    right: 10px;
}

.liste, ol, ol ol {
    text-align: left;
}

ol {
    margin-left: -13px;
    font-weight: 500;
}

ol ol {
    margin-left: -20px;
    margin-top: 5px;
    font-weight: 300;
}

ol.mv {
    background-color: #eeeeee;
    margin: 10px 0 10px 0;
    padding: 10px 20px 10px 40px;
    border-top: 1px solid #CACAC9;
    border-bottom: 1px solid #CACAC9;
    line-height: 1.2;
}
ol.mv li {
    font-weight: 500;
    padding-top: 3px;
    padding-bottom: 3px;
    font-size: 13px;
}
ol.mv ol {
    margin-left: 0;
    margin-bottom: 0;
    counter-reset: item;
}
ol.mv ol > li {
    display: block;
    margin-left: -40px;
    font-size: 12px;
}
ol.mv ol > li::before {
    content: counter(item, lower-alpha) ')';
    counter-increment: item;
    padding-right: 5px;
}

ul.download li {
    list-style-type: '\2913';
    padding-left: 5px;
}

#lightbox, #loading {
    text-align: center;
    line-height: 0;
    position: absolute;
    width: 100%;
    left: 0;
}

marquee {
    -webkit-animation: fadein 4s;
    -moz-animation: fadein 4s;
    -ms-animation: fadein 4s;
    -o-animation: fadein 4s;
    animation: fadein 4s;
}

@keyframes fadein {
    0%, 50% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@-moz-keyframes fadein {
    0%, 50% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@-webkit-keyframes fadein {
    0%, 50% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@-ms-keyframes fadein {
    0%, 60% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

input.textfield, textarea {
    font-family: Ubuntu, Verdana, Arial, Tahoma;
    font-size: 13px;
    font-weight: 300;
    color: #000;
    background-color: #EEE;
    border: 1px solid #CCC;
    padding-left: 1px;
    padding-right: 1px;
}

input.button, input.button:focus, input.button:hover {
    font-family: Ubuntu, Verdana, Arial, Tahoma;
    font-size: 13px;
    font-weight: 500;
    color: #000;
    border: 1px solid #CCC;
    padding-left: 1px;
    padding-right: 1px;
}

input.button {
    background-color: #EEE;
}

input.button:focus, input.button:hover {
    background-color: #CCC;
}

.thumbnail {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    border: 1px solid #CCC;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
}

.thumbnail:hover {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    box-shadow: 0 5px 5px #888;
}

#lightbox {
    z-index: 100;
}

#lightbox a img {
    border: none;
}

#outerImageContainer {
    position: relative;
    background-color: #fff;
    width: 250px;
    height: 250px;
    margin: 0 auto;
}

#imageContainer {
    padding: 10px;
}

#loading {
    top: 40%;
    height: 25%;
}

#hoverNav {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 10;
}

#imageContainer > #hoverNav {
    left: 0;
}

#hoverNav a {
    outline: 0;
}

.nextLink, .prevLink {
    width: 49%;
    height: 100%;
    background: url(../img/layout/blank.gif) no-repeat;
    display: block;
}

.prevLink {
    left: 0;
    float: left;
}

.nextLink {
    right: 0;
    float: right;
}

.prevLink:hover, .prevLink:visited:hover {
    background: url(../img/layout/prevlabel.gif) left 15% no-repeat;
}

.nextLink:hover, .nextLink:visited:hover {
    background: url(../img/layout/nextlabel.gif) right 15% no-repeat;
}

.nextLinkLast, .prevLinkFirst {
    width: 49%;
    height: 100%;
    background: url(../img/layout/blank.gif) no-repeat;
    display: block;
}

.prevLinkFirst {
    left: 0;
    float: left;
}

.nextLinkLast {
    right: 0;
    float: right;
}

.prevLinkFirst:hover, .prevLinkFirst:visited:hover {
    background: url(../img/layout/prevlabel2.gif) left 15% no-repeat;
}

.nextLinkLast:hover, .nextLinkLast:visited:hover {
    background: url(../img/layout/nextlabel2.gif) right 15% no-repeat;
}

#imageDataContainer {
    font: 10px Ubuntu, Verdana, Helvetica, sans-serif;
    background-color: #fff;
    margin: 0 auto;
    line-height: 1.4em;
}

#imageData {
    padding: 0 10px;
    color: #666;
}

#imageData #imageDetails {
    width: 70%;
    float: left;
    text-align: left;
}

#imageData #caption {
    font-weight: 500;
}

#imageData #numberDisplay {
    display: block;
    clear: left;
    padding-bottom: 1em;
}

#imageData #bottomNavClose {
    width: 66px;
    float: right;
    padding-bottom: .7em;
}

#overlay, .lbWidth {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}

#overlay {
    z-index: 90;
    height: 500px;
    background-color: #000;
}

.lbWidth {
    min-width: 790px;
}

* html .lbContent {
    margin-left: -790px;
    position: relative;
}

* html .lbMinWidth {
    padding-left: 790px;
}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

* html .clearfix {
    height: 1%;
}

.clearfix {
    display: block;
}

#table iframe {
    width: 550px;
}


table.knzpt {
    /*border-collapse: collapse;*/
}

table.knzpt th {
    border: 2px solid #757575;
    background-color: #757575;
    font-weight: bold; 
    color: #fff; 
    padding: 5px; 
    text-align: center;
}

table.knzpt th.empty {
    border: none;
    background-color: transparent;
}

table.knzpt th.basic {
    border-color: green;
    background-color: green;
}

table.knzpt th.warn {
    border-color: orange;
    background-color: orange;
}

table.knzpt th.alarm {
    border-color: red;
    background-color: red;
}

table.knzpt tr > td {
    border: 2px solid #757575;
    text-align: left; 
    vertical-align: top; 
    padding: 10px;
}

table.knzpt tr > td.head {
    background-color: #757575;
    color: #fff; 
    vertical-align: middle; 
    text-align: center;
    font-weight: bold;
}

table.knzpt tr > td.basic {
    border-color: green;
    background-color: #dbffdb;
}

table.knzpt tr > td.warn {
    border-color: orange;
    background-color: #ffebc6;
}

table.knzpt tr > td.alarm {
    border-color: red;
    background-color: #fdd;
}

table.knzpt tr > td ul {
    list-style-type: square;
    margin-left: 15px;
    padding-left: 0;
}

.banner-important {
    width: 550px; 
    border: 2px solid red; 
    padding: 5px;
    margin: 10px 0;
    background-color: #fdd;
    text-align: center;
    font-weight:  bold;
    color: #000;
}

.banner-warning {
    width: 550px; 
    border: 2px solid orange; 
    padding: 5px;
    margin: 10px 0;
    background-color: #fed;
    text-align: center;
    font-weight:  bold;
    color: #000;
}

.banner-blue {
    width: 550px; 
    border: 2px solid #336699;
    padding: 5px;
    margin: 10px 0;
    background-color: #bfd4ea;
    text-align: center;
    font-weight:  bold;
    color: #000;
}

/* external consent slider */

.external-consent {
    border-top: 1px solid #CACAC9;
    border-bottom: 1px solid #CACAC9;
    background-color: #eeeeee;
    padding: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    column-gap: 10px;
    margin: 5px 0;
}

.external-consent .text > span {
    font-size: 10px;
    font-style: italic;
}

.external-consent .text.error {
    text-align: center;
}

.external-consent .switch-box {
  position: relative;
  display: inline-block;
  width: 56px;
  height: 30px;
}

.external-consent .switch-box > input {
  opacity: 0;
  width: 0;
  height: 0;
}

.external-consent .switch-box > .switch {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #CACAC9;
  -webkit-transition: .4s;
  transition: .4s;
  border-radius: 10px;
}

.external-consent .switch-box > .switch:before {
  position: absolute;
  content: "";
  height: 22px;
  width: 24px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: .2s;
  transition: .2s;
  border-radius: 6px;
}

.external-consent .switch-box > input:focus-visible + .switch {
  outline: auto;
}

.external-consent .switch-box > input:checked + .switch {
  background-color: #68B4D3;
}

.external-consent .switch-box > input:checked + .switch:before {
  -webkit-transform: translateX(24px);
  -ms-transform: translateX(24px);
  transform: translateX(24px);
}

.icon-youtube::before {
  font-size: 18px;
  content: url('/img/layout/icon-youtube.png');
  vertical-align: middle;
  padding-right: 5px;
  line-height: 18px;
}
