@charset "UTF-8";
/* ckd-symposium.org */
/* roboto-300 - latin */
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 300;
  src: url("../../stylesheets/fonts/roboto-v29-latin-300.eot"); /* IE9 Compat Modes */
  src: local(""), url("../../stylesheets/fonts/roboto-v29-latin-300.eot?#iefix") format("embedded-opentype"), url("../../stylesheets/fonts/roboto-v29-latin-300.woff2") format("woff2"), url("../../stylesheets/fonts/roboto-v29-latin-300.woff") format("woff"), url("../../stylesheets/fonts/roboto-v29-latin-300.ttf") format("truetype"), url("../../stylesheets/fonts/roboto-v29-latin-300.svg#Roboto") format("svg"); /* Legacy iOS */
}
/* roboto-regular - latin */
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 500;
  src: url("../../stylesheets/fonts/roboto-v29-latin-regular.eot"); /* IE9 Compat Modes */
  src: local(""), url("../../stylesheets/fonts/roboto-v29-latin-regular.eot?#iefix") format("embedded-opentype"), url("../../stylesheets/fonts/roboto-v29-latin-regular.woff2") format("woff2"), url("../../stylesheets/fonts/roboto-v29-latin-regular.woff") format("woff"), url("../../stylesheets/fonts/roboto-v29-latin-regular.ttf") format("truetype"), url("../../stylesheets/fonts/roboto-v29-latin-regular.svg#Roboto") format("svg"); /* Legacy iOS */
}
/* roboto-700 - latin */
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 700;
  src: url("../../stylesheets/fonts/roboto-v29-latin-700.eot"); /* IE9 Compat Modes */
  src: local(""), url("../../stylesheets/fonts/roboto-v29-latin-700.eot?#iefix") format("embedded-opentype"), url("../../stylesheets/fonts/roboto-v29-latin-700.woff2") format("woff2"), url("../../stylesheets/fonts/roboto-v29-latin-700.woff") format("woff"), url("../../stylesheets/fonts/roboto-v29-latin-700.ttf") format("truetype"), url("../../stylesheets/fonts/roboto-v29-latin-700.svg#Roboto") format("svg"); /* Legacy iOS */
}
/*  // -------------------------------------------------------------------
    //              Name : website.scss
    //              Type : SASS
    // -------------------------------------------------------------------
    //           Project : symposien
    //            Author : Lothar Steidle - lothar@steidle.net
    //              Date : 2022
    // ------------------------------------------------------------------- */
/*
$color1: blue;
$color2: green;
$color3: red;
$color4: orange;
$boxcolor: yellow;
*/
/* allgemein  / reset */
* {
  margin: 0px;
}

html {
  height: 100%;
  padding: 0px;
  margin: 0px;
  font-size: 16px;
  font-family: Roboto, Arial, sans-serif;
  font-weight: 300;
}

body {
  padding: 0;
  margin: 0;
  height: 100%;
  font-size: 16px;
  font-family: Roboto, Arial, sans-serif;
  font-weight: 300;
  background-color: #ffffff;
  color: #000000;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
}

td {
  height: 100%;
  padding: 0px;
  margin: 0px;
  font-size: 16px;
  font-family: Roboto, Arial, sans-serif;
  font-weight: 300;
}

th a {
  color: White;
}

a {
  color: black;
  text-decoration: none;
  font-weight: 700;
}

a.simple {
  text-decoration: none;
}

a.arrow::before {
  text-decoration: none;
  content: "►";
  padding-right: 20px;
  padding-left: 30px;
  font-size: 18px;
  color: greenyellow;
  color: #EBF0F5;
}

form {
  padding: 0;
  margin: 0;
}
form div {
  clear: both;
  margin-bottom: 4px;
}
form textarea {
  font-size: 16px;
  border: 0;
  background-color: white;
  padding: 3px;
  font-family: mainfont;
  font-weight: 500;
  border-radius: 0;
}
form textarea:focus {
  outline: none;
}
form input {
  font-size: 11px;
  line-height: 120%;
  font-size: 16px;
  border: 0;
  background-color: white;
  padding: 3px;
  font-family: Roboto, Arial, sans-serif;
  font-weight: 500;
  border-radius: 0;
}
form input:focus {
  outline: none;
}
form select {
  font-size: 11px;
  line-height: 120%;
  font-size: 16px;
  border: 0;
  background-color: white;
  padding: 3px;
  font-family: Roboto, Arial, sans-serif;
  font-weight: 500;
  border-radius: 0;
}
form label {
  width: 70px;
  margin-right: 10px;
  display: block;
  float: left;
  width: 70px;
}

.line {
  height: 0px;
  background-color: #EBF0F5;
  border-bottom: 1px solid #EBF0F5;
}

video {
  display: block;
}
video::cue {
  font-size: 16px;
}

img {
  border: 0;
}

li {
  line-height: 20px;
}

/* --- header --- */
#header {
  text-align: right;
  position: relative;
  background-color: #ffffff;
  height: 72px;
}
#header #logo {
  position: absolute;
  left: 90px;
  top: 0px;
}
#header #logo img {
  display: none;
}
#header #logo h1 {
  margin-top: 30px;
  margin-left: 10px;
  display: normal;
  font-size: 24px;
  color: #44718B;
}
#header #sciarc {
  margin-right: 70px;
}

nav {
  text-align: center;
}

/* --- suche --- */
#searchbutton {
  margin-left: 15px;
  margin-top: -5px;
  display: inline-block;
  cursor: pointer;
  height: 32px;
  padding: 3px;
  -webkit-appearance: none;
}

#searchbutton.open {
  background-color: #DDE7F1;
}

#searchbox {
  position: absolute;
  width: 270px;
  height: 30px;
  z-index: 110;
  right: 41px;
  top: 118px;
  padding: 5px;
  font-weight: 700;
  background-color: #DDE7F1;
  box-shadow: 2px 2px 5px black;
}
#searchbox input[type=text] {
  width: 170px;
  height: 24px;
  float: left;
}
#searchbox input[type=text]:focus {
  border: 0;
}
#searchbox button[type=submit] {
  width: auto;
  background-color: transparent;
  font-size: 16px;
  color: black;
  border: 0;
  margin-top: 5px;
  margin-left: 5px;
  font-weight: 700;
  cursor: pointer;
  -webkit-appearance: none;
  border-radius: 0;
  float: left;
}

/* keyvisual */
#keyvisualholder {
  height: 110px;
  max-width: 100%;
  margin-bottom: -12px;
  position: relative;
}
#keyvisualholder #keyvisual {
  position: absolute;
  z-index: 100;
  width: 980px;
  height: 98px;
  margin-top: 0px;
  box-shadow: 0px 4px 6px gray;
  margin-bottom: -20px;
  text-align: right;
  background-image: url(keyvisual.png);
}
#keyvisualholder #keyvisual p {
  margin: 0;
  margin-block-start: 0;
}
#keyvisualholder #keyvisual h2 {
  color: white;
  text-shadow: 3px 3px 4px gray;
  font-size: 34px;
  font-weight: 700;
  right: 50px;
  bottom: 5px;
  position: absolute;
  margin: 0;
}
#keyvisualholder #keyvisual h2 a {
  color: white;
}

/* --- menu --- */
.drawer {
  margin-top: 10px;
  position: relative;
}

ul#menu {
  width: 690px;
  padding: 0px;
  margin: 0;
  list-style-type: none;
  margin-left: 27px;
  background-color: transparent;
  width: auto;
  padding: 0;
  margin: 0 auto;
  list-style-type: none;
  display: inline-flex;
}
ul#menu li {
  margin: 0px;
  display: inline;
}
ul#menu li a span {
  padding-left: 3px;
}
ul#menu > li.button {
  display: block;
  font-weight: 700;
  font-size: 20px;
  padding-left: 5px;
  padding-right: 5px;
}
ul#menu > li.button:first-child {
  padding-left: 0;
}
ul#menu > li.button:last-child {
  padding-right: 0;
}
ul#menu > li.button a {
  width: auto;
  text-decoration: none;
  display: block;
  color: #44718B;
}
ul#menu > li.buttonselected {
  display: block;
  float: left;
  font-weight: 700;
  font-size: 20px;
  padding-left: 5px;
  padding-right: 5px;
}
ul#menu > li.buttonselected:first-child {
  padding-left: 0;
}
ul#menu > li.buttonselected:last-child {
  padding-right: 0;
}
ul#menu > li.buttonselected a {
  width: auto;
  text-decoration: none;
  display: block;
}
ul#menu > li.buttonselected ul#cmemenu li .right {
  height: 22px;
}
ul#menu > li.buttonselected > div > a {
  color: #EBF0F5;
}
ul#menu > li.buttonselected > a {
  color: #EBF0F5;
}
ul#menu li.buttonselected ul#cmemenu li {
  height: 22px;
}
ul#menu li.buttonselected ul#cmemenu li .left {
  height: 22px;
}
ul#menu li.buttonselected ul#cmemenu li a {
  background-image: none;
}

/* --- content --- */
#content {
  clear: both;
  padding: 30px;
  padding-top: 0;
  text-align: left;
  padding-top: 0px;
  padding-left: 50px;
  padding-right: 50px;
  min-height: 500px;
  background-color: #DDE7F1;
  /* Menu mit dreiecken */
  /* text header */
}
#content #contentwrapper {
  padding-top: 25px;
  padding-left: 0;
  padding-right: 0;
  padding-bottom: 40px;
}
#content #contentwrapper:after {
  clear: both;
}
#content #contentwrapper > ul {
  list-style-image: none;
  margin-left: 10px;
  padding: 0;
  list-style: none;
}
#content #contentwrapper > ul li {
  list-style-image: none;
  margin-left: 10px;
  padding: 0;
  list-style: none;
}
#content #contentwrapper > ul:not(.menu):not(#thumbs) li::before {
  content: "•";
  font-weight: bold;
  display: inline-block;
  width: 1em;
  margin-left: -1em;
  color: #EBF0F5;
}
#content #contentwrapper > ul#thumbs {
  margin-left: 0;
  padding: 0;
}
#content #contentwrapper > ul#thumbs li {
  margin-left: 0;
  padding: 0;
}
#content h1 {
  text-align: left;
  margin: 0px;
  margin-bottom: 20px;
  font-size: 18px;
}
#content h2 {
  text-align: left;
  text-align: center;
  margin-bottom: 15px;
  margin-top: 15px;
}
#content h3 {
  text-align: left;
  margin-bottom: 15px;
  margin-top: 15px;
  font-size: 16px;
}
#content p {
  margin-top: 0px;
  margin-bottom: 15px;
  display: inline-block;
  line-height: 140%;
  display: block;
  clear: both;
  margin-bottom: 10px;
}
#content .cmebox {
  width: 320px;
  background-color: #B1C6D9;
}
#content .cmebox h3 {
  margin: 0px;
  padding: 2px;
  padding-left: 10px;
  font-size: 16px;
  line-height: 40px;
  padding-left: 15px;
  background-color: #EBF0F5;
  border-bottom: 1px solid #EBF0F5;
}
#content .cmebox #contact label {
  display: block;
  width: 130px;
}
#content .cmebox #contact input {
  display: block;
  width: 220px;
}
#content .cmebox #contact textarea {
  display: block;
  width: 220px;
}
#content .cmebox #contact .formend {
  margin-left: 140px;
}
#content .cmebox p {
  margin-bottom: 10px;
}
#content .big {
  width: 520px;
}
#content .error {
  background-color: White;
  margin-top: 10px;
  margin-bottom: 10px;
  color: Red;
  border-left: 10px solid red;
  padding: 5px;
  padding-left: 20px;
  background-color: transparent;
  border: 0;
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  padding-left: 10px;
  margin-top: 0px;
  color: red;
  padding-top: 10px;
  background-color: #EBF0F5;
}
#content .error span {
  display: block;
  padding-left: 28px;
}
#content .error span::before {
  text-decoration: none;
  content: "►";
  padding-right: 5px;
  margin-left: -23px;
  font-size: 18px;
  color: red;
}
#content .info {
  background-color: White;
  color: Green;
  border-left: 10px solid green;
  padding: 5px;
  padding-left: 20px;
  background-color: transparent;
  border: 0;
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  padding-left: 10px;
  margin-top: 0px;
  color: red;
  padding-top: 10px;
  color: green;
  background-color: #EBF0F5;
}
#content .info span {
  display: block;
  padding-left: 28px;
}
#content .info span::before {
  text-decoration: none;
  content: "►";
  padding-right: 5px;
  margin-left: -23px;
  font-size: 18px;
  color: green;
}
#content ul.menu {
  margin: 0;
}
#content ul.menu li a {
  text-decoration: none;
  font-size: 18px;
  font-weight: bold;
  line-height: 40px;
}
#content ul.menu li a:before {
  text-decoration: none;
  content: "►";
  padding-right: 20px;
  padding-left: 30px;
  font-size: 18px;
  padding-left: 0;
  color: #EBF0F5;
}
#content ul {
  margin-bottom: 20px;
}
#content form p {
  display: block;
}
#content .text {
  padding: 12px;
}
#content .cmebox.big {
  width: 100%;
}
#content #head {
  padding: 15px 50px 15px 50px;
  margin: -25px -50px 30px -50px;
  background-color: #EBF0F5;
  border-bottom: 1px solid #EBF0F5;
}
#content #head h1 {
  text-align: left;
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 0px;
}
#content #head h3 {
  text-align: left;
  font-size: 16px;
  font-weight: 300;
  margin-bottom: 5px;
  margin-top: 3px;
}
#content #head #right {
  float: right;
}
#content #cmenavigation {
  background-color: #EBF0F5;
}

/* --- footer --- */
#subfooter {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  font-weight: 700;
  font-size: 18px;
  margin-top: 13px;
  text-align: center;
}
#subfooter a {
  color: orange;
  color: #44718B;
}
#subfooter #footermenu {
  margin: 0;
  margin-top: 20px;
}

#footer {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  font-weight: 700;
  font-size: 18px;
  margin-top: 13px;
  text-align: center;
  text-align: center;
  margin-top: 0;
  color: white;
  height: 60px;
  background-color: #44718B;
}
#footer ul#menu {
  color: white;
}
#footer ul#menu li {
  line-height: 60px;
  text-align: center;
}
#footer ul#menu > li.button a {
  color: white;
  font-size: 16px;
  font-weight: 500;
}
#footer ul#menu > li.button > a:hover {
  color: white;
  font-size: 16px;
  font-weight: 500;
}
#footer ul#menu > li.buttonselected a {
  color: white;
  font-size: 16px;
  font-weight: 500;
}
#footer ul#menu > li.buttonselected > div a {
  color: white;
  font-size: 16px;
  font-weight: 500;
}
#footer #main ul#menu > li.button a:hover {
  color: #EBF0F5;
}

ul#footermenu {
  padding: 0;
  margin: 0 auto;
  list-style-type: none;
  width: 980px;
  margin-left: auto;
  margin-right: auto;
}
ul#footermenu a {
  font-size: 16px;
  font-weight: 500;
  text-decoration: none;
}
ul#footermenu li {
  margin: 0;
  list-style-type: none;
  display: inline;
  text-align: center;
  line-height: 22px;
  background-repeat: repeat-y;
}
ul#footermenu li .left {
  padding-left: 10px;
}
ul#footermenu li .right {
  padding-right: 5px;
}

ul#footermenucme {
  padding: 0;
  margin: 0 auto;
  list-style-type: none;
}

span#lastchanged {
  z-index: -100;
  font-size: 10px;
  display: block;
  color: gray;
  line-height: 110%;
  text-align: right;
  position: relative;
  margin-top: -20px;
  margin-right: 20px;
  color: #44718B;
}

#profile label {
  width: 140px;
  width: 170px;
}
#profile .formend {
  margin-left: 150px;
  margin-left: 180px;
}

.formend {
  margin-left: 80px;
}

.bordertitel {
  padding: 10px;
  width: 500px;
}

.border {
  padding: 10px;
  margin-bottom: 15px;
  padding: 10px 15px 10px 15px;
}

.borderless {
  width: 676px;
  padding: 0px;
  margin-bottom: 5px;
  margin-top: 5px;
  width: 100%;
  padding: 0px;
  margin-bottom: 5px;
  margin-top: 5px;
}

.box {
  width: 676px;
  margin-bottom: 5px;
  margin-top: 5px;
  padding-top: 5px;
  padding-bottom: 5px;
  background-position: left;
  background-repeat: repeat-y;
  background-color: white;
  font-size: 16px;
  line-height: 22px;
  font-weight: 300;
  border-collapse: collapse;
  padding: 0;
  height: auto;
  width: 100%;
  margin-right: 0;
  margin-bottom: 15px;
  margin-top: 5px;
  padding: 3px;
  padding-top: 5px;
  padding-bottom: 5px;
  border-top: 1px solid #44718B;
  border-bottom: 1px solid #44718B;
}
.box table {
  margin-right: 3px;
  margin-left: 10px;
}
.box td {
  font-size: 11px;
}
.box div {
  padding-left: 20px;
  margin-top: 0px;
  padding-right: 20px;
}
.box strong {
  padding-left: 10px;
  margin-top: 0px;
}
.box .date {
  width: 80px;
  float: left;
  font-size: 16px;
  line-height: 22px;
  width: auto;
  display: blocK;
  float: none;
  padding-left: 10px;
  padding-right: 10px;
  font-weight: 300;
}
.box .title {
  width: 380px;
  float: left;
  font-size: 16px;
  line-height: 22px;
  width: auto;
  float: none;
  font-weight: bold;
  padding-left: 10px;
  padding-right: 10px;
  overflow: hidden;
  white-space: normal;
}
.box .place {
  width: 100px;
  float: left;
  margin-left: 10px;
  width: auto;
  float: none;
  margin-left: 10px;
  padding-left: 10px;
  padding-right: 10px;
  font-weight: 300;
}
.box .clear {
  clear: both;
  clear: both;
}
.box .cmeinfo {
  width: 45px;
  height: 100%;
  padding-top: 2px;
  font-weight: bold;
  border-left: 1px solid black;
  padding: 2px;
  background-position: 5px 5px;
  vertical-align: middle;
  padding: 5px;
  padding-left: 10px;
  border: 0;
  padding-top: 10px;
  padding-right: 10px;
}
.box .cmeinfo img {
  border: 0;
}
.box .htmltext {
  padding: 0;
  margin-left: 10px;
  margin-top: 10px;
}
.box a {
  text-decoration: none;
  font-size: 16px;
  color: Black;
  font-weight: bold;
}
.box .padding {
  padding: 3px;
}
.box a.title {
  padding-left: 0px;
  text-decoration: none;
}
.box .success {
  color: green;
}
.box .failure {
  color: Red;
}
.box .snapshot {
  width: 52px;
  vertical-align: top;
}
.box .snapshot img {
  margin: 6px;
  margin-bottom: 0px;
}
.box .boxinfo {
  vertical-align: top;
  padding-top: 5px;
  padding-bottom: 9px;
  padding-right: 4px;
  font-size: 16px;
  font-weight: 300;
}
.box .boxinfocme {
  vertical-align: middle;
  padding: 5px;
  padding-left: 10px;
  border: 0;
}
.box .emptyinfo {
  width: 45px;
  height: 100%;
  padding-top: 49px;
  padding-left: 10px;
}
.box ul {
  list-style-image: none;
  list-style-type: square;
}
.box .float50 {
  width: 320px;
  margin: 0;
  padding-left: 70px;
  float: left;
}
.box h3 {
  font-size: 18px;
  font-weight: bold;
}

#speaker {
  width: 200px;
  margin-left: 10px;
  font-size: 11px;
  text-align: center;
  margin-bottom: 5px;
  margin-top: 10px;
  padding-top: 0px;
}

.speaker {
  margin-bottom: 5px;
  margin-top: 10px;
  margin-left: 20px;
  width: 150px;
  margin: 0px;
  margin-bottom: 5px;
  margin-top: 21px;
  margin-left: 28px;
}
.speaker img {
  border: 0px solid black;
}

#textchart {
  padding-left: 30px;
  padding-bottom: 14px;
  padding-top: 5px;
  padding-left: 0px;
  padding-bottom: 14px;
  padding-top: 5px;
}
#textchart .title {
  font-size: 16px;
  font-weight: bold;
}

#chartlinks {
  list-style-type: none;
  margin: 0;
  padding: 0;
  margin-left: 20px;
}

#chart {
  width: 676px;
  font-size: 11px;
  padding-bottom: 10px;
  margin-bottom: 2px;
  margin-top: 15px;
  position: relative;
  width: 100%;
  font-size: 16px;
  padding-bottom: 0;
  margin-bottom: -2px;
  margin-top: 15px;
  margin-left: 0;
}

#chartcontainer {
  text-align: center;
  margin-left: 0px;
  text-align: center;
  border: 1px solid #EBF0F5;
  box-sizing: border-box;
  margin-bottom: 4px;
}
#chartcontainer > #moviecontainer {
  margin: 0;
}

#divchart {
  margin-left: auto;
  margin-right: auto;
  background-size: contain;
  width: 100% !important;
  background-repeat: no-repeat;
  margin-left: auto;
  margin-right: auto;
}

.chartdownloads {
  padding-left: 8px;
  vertical-align: bottom;
  position: absolute;
  bottom: 0;
}
.chartdownloads .border {
  margin-bottom: 0px;
  padding-top: 14px;
  margin-left: 20px;
}

#chartdiv.fullvideo .float30 {
  width: 100%;
  margin-top: 100px;
}
#chartdiv.fullvideo .float30 #chartlinks {
  margin-left: 0;
}

.chartinfos {
  padding-left: 10px;
  padding-left: 40px;
}

/* chart nav */
#navigation {
  margin-left: 0px;
  width: 676px;
  height: 42px;
  vertical-align: bottom;
  padding: 0px;
  width: 100%;
  height: auto;
}
#navigation #menuthumbs {
  width: 70px;
  vertical-align: middle;
  padding-top: 4px;
  padding-left: 35px;
  min-width: 70px;
  padding: 0px;
  padding-left: 20px;
  margin: 0px;
  vertical-align: top;
}
#navigation #player {
  width: 430px;
  vertical-align: middle;
  padding-top: 4px;
  text-align: center;
  padding: 0px;
  min-width: 300px;
  margin: 0px;
  text-align: center;
  vertical-align: top;
}
#navigation #previousnext {
  width: 70px;
  vertical-align: middle;
  padding-top: 4px;
  padding-right: 30px;
  text-align: right;
}
#navigation a {
  margin-right: 5px;
  margin-right: 3px;
}
#navigation a:hover {
  background-color: Transparent;
  background-color: Transparent;
}
#navigation img {
  margin-bottom: 10px;
  cursor: hand;
  cursor: pointer;
  margin-bottom: 0px;
  cursor: pointer;
}
#navigation #moviecontainer {
  margin-bottom: 10px;
  margin: 0px;
}
#navigation .navbutton {
  padding-left: 2px;
  padding-right: 2px;
  padding-top: 2px;
  padding-bottom: 0;
  line-height: 36px;
  color: white;
  font-size: 14px;
  text-decoration: none;
  font-weight: 500;
  display: inline-block;
  cursor: pointer;
}
#navigation .navbutton img {
  margin-top: 3px;
  margin-bottom: -3px;
  margin-right: 5px;
}
#navigation div {
  position: relative;
  border: 0px solid #000000;
  margin-left: 0px;
  width: 100%;
  height: 38px;
  vertical-align: bottom;
  margin-top: 1px;
  padding: 0;
  background-image: none;
  background-color: #686767;
  clear: both;
}
#navigation #navthumbs {
  margin-left: 0px;
  width: 160px;
  display: block;
  float: left;
}
#navigation #navplay {
  width: 100px;
  display: block;
  float: right;
}
#navigation #navmove {
  width: 80px;
  display: block;
  float: right;
  text-align: right;
}
#navigation #navchange {
  width: 170px;
  display: block;
  float: left;
  text-align: center;
}
#navigation #navoverview {
  margin-left: 7px;
  display: block;
  float: left;
}
#navigation #navmore {
  display: block;
  float: right;
  text-align: right;
  margin-right: 7px;
}
#navigation table {
  padding: 0px;
}

#cmenavigation {
  width: 676px;
  height: 42px;
  vertical-align: bottom;
  padding: 0px;
  width: 100%;
  height: auto;
  float: left;
  clear: both;
  margin-bottom: 0px;
  background-color: magenta;
  padding: 10px 0 10px 0;
}
#cmenavigation ul {
  padding-inline-start: 10px;
}
#cmenavigation ul li {
  width: 40px;
  height: 36px;
  float: left;
  list-style-image: none;
  list-style-type: none;
}
#cmenavigation ul li a {
  display: block;
  line-height: 36px;
  background-color: magenta;
  color: white;
  background-color: gray;
  color: white;
}
#cmenavigation ul li a.sbuttonused {
  background-color: gray;
  color: white;
  background-color: #44718B;
  color: white;
}
#cmenavigation ul li a.sbuttonselected {
  background-color: orange;
  color: white;
  background-color: #EBF0F5;
  color: white;
}
#cmenavigation li {
  background-color: red;
  margin: 3px;
  line-height: 30px;
  text-align: center;
}
#cmenavigation li a {
  text-decoration: none;
}

#topline {
  height: 1px;
  line-height: 1px;
  margin-bottom: 10px;
  font-size: 0px;
  padding: 0;
  border: 0px;
}

.bigvideo {
  margin-top: 15px;
  margin-left: 10px;
  width: 530px;
  height: 420px;
  width: 100%;
  height: auto;
  margin: 0;
}
.bigvideo video {
  width: 100%;
  margin-top: 2px;
  margin-bottom: 2px;
  height: auto !important;
}
.bigvideo object {
  height: 382px;
  margin-bottom: -3px;
}
.bigvideo div.jp-interface {
  height: 38px;
  line-height: 39px;
  margin-bottom: 3px;
  margin-top: 1px;
}

.video {
  margin-top: 15px;
  margin-left: 10px;
  margin: 0;
}

.audio {
  padding-bottom: 2px;
}

#chartlinks {
  margin-left: 36px;
}
#chartlinks a {
  font-weight: 300;
}

.padding {
  margin-left: 5px;
  padding: 0;
}

#banner img {
  display: block;
  max-width: 100%;
  height: auto;
}
#banner p {
  margin: 0;
}

.maxl {
  margin: 25px;
}

.inline {
  display: inline-block;
}
.inline + .inline {
  margin-left: 10px;
}

#wrapper {
  margin-top: 41px;
  height: auto !important;
  height: 100%;
  margin: 0 auto 0;
  width: 100%;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

#main {
  height: 100%;
  position: relative;
}

/* ---------------------- CME ------------------------- */
#cme {
  position: absolute;
  right: 50px;
  clear: both;
  width: 700px;
  height: 22px;
  top: 60px;
}

#cmemenu {
  height: 22px;
  float: right;
}
#cmemenu a {
  font-weight: bold;
}
#cmemenu li.button a {
  text-decoration: none;
  height: 22px;
  line-height: 22px;
  color: #44718B;
}
#cmemenu li.buttonselected a {
  text-decoration: none;
  height: 22px;
  line-height: 22px;
  background-image: none;
  color: #44718B;
}
#cmemenu li {
  list-style-type: none;
  float: left;
}

ul#cmemenu li {
  width: auto;
}
ul#cmemenu > li.buttonselected a {
  color: #EBF0F5;
}

.cmefrage {
  clear: both;
  margin: 20px;
}

#content.zertifizierung .text {
  padding: 12px;
}

#profile.big {
  width: 600px;
}

.cmebox {
  /* Fragen Antworten */
}
.cmebox label:not(.radio) {
  width: 90px;
}
.cmebox input[type=text] {
  width: 180px;
}
.cmebox input[type=email] {
  width: 180px;
}
.cmebox input[type=password] {
  width: 180px;
}
.cmebox textarea {
  width: 180px;
}
.cmebox .formend {
  margin-left: 100px;
}
.cmebox button {
  color: white;
  border: 0;
  font-size: 16px;
  padding: 7px;
  padding-left: 15px;
  padding-right: 15px;
  min-width: 140px;
  margin-left: 0px;
  margin-top: 10px;
  text-align: center;
  cursor: pointer;
  -webkit-appearance: none;
  border-radius: 0;
  background-color: #44718B;
}
.cmebox input[type=submit] {
  color: white;
  border: 0;
  font-size: 16px;
  padding: 7px;
  padding-left: 15px;
  padding-right: 15px;
  min-width: 140px;
  margin-left: 0px;
  margin-top: 10px;
  text-align: center;
  cursor: pointer;
  -webkit-appearance: none;
  border-radius: 0;
  background-color: #44718B;
}
.cmebox h4.frage {
  font-size: 16px;
  padding: 10px;
  margin-top: 0px;
  display: flex;
  align-items: flex-start;
  line-height: 24px;
}
.cmebox .antwort label {
  width: 95%;
  padding: 5px;
}
.cmebox .antworten {
  clear: both;
  padding-top: 30px;
  padding-bottom: 50px;
  padding-left: 10px;
}
.cmebox .radio {
  color: #444;
  font-size: 16px;
  position: relative;
  margin-left: 24px;
}
.cmebox .radio span {
  position: relative;
  padding-left: 20px;
  margin-left: -24px;
}
.cmebox .radio span:after {
  content: "";
  width: 15px;
  height: 15px;
  border: 3px solid white;
  background-color: white;
  position: absolute;
  left: 0;
  top: 1px;
  box-sizing: border-box;
}
.cmebox .radio input[type=radio] {
  cursor: pointer;
  position: absolute;
  left: -20px;
  width: 100%;
  height: 100%;
  z-index: 1;
  opacity: 0;
}
.cmebox .radio input[type=radio]:checked + span {
  color: black;
  font-weight: 700;
}
.cmebox .radio input[type=radio]:checked + span:before {
  content: "";
  width: 9px;
  height: 9px;
  position: absolute;
  background-color: black;
  left: 3px;
  top: 4px;
  z-index: 100;
}
.cmebox .radio input[type=checkbox] {
  cursor: pointer;
  position: absolute;
  left: -20px;
  width: 100%;
  height: 100%;
  z-index: 1;
  opacity: 0;
}
.cmebox .radio input[type=checkbox]:checked + span {
  color: black;
  font-weight: 700;
}
.cmebox .radio input[type=checkbox]:checked + span:before {
  content: "";
  width: 9px;
  height: 9px;
  position: absolute;
  background-color: black;
  left: 3px;
  top: 4px;
  z-index: 100;
}

.cmebox.big input[type=text] {
  width: 290px;
}
.cmebox.big input[type=email] {
  width: 290px;
}
.cmebox.big input[type=password] {
  width: 290px;
}
.cmebox.big textarea {
  width: 290px;
}

input[type=submit] {
  color: white;
  border: 0;
  font-size: 16px;
  padding: 7px;
  padding-left: 15px;
  padding-right: 15px;
  min-width: 140px;
  margin-left: 0px;
  margin-top: 10px;
  text-align: center;
  cursor: pointer;
  -webkit-appearance: none;
  border-radius: 0;
  background-color: #44718B;
}

/* Charts */
/* Chart groß */
#chartdiv.full .float70 {
  width: 100%;
  float: none;
}
#chartdiv.full .float30 {
  width: 880px;
  height: 76px;
  bottom: -1px;
  right: 19px;
  position: absolute;
  overflow: hidden;
  pointer-events: none;
}
#chartdiv.full .float30 .jp-gui {
  display: none;
}
#chartdiv.full #videoplayer {
  border: 0;
}
#chartdiv.full #moviecontainer {
  height: 102px;
  left: 779px;
  margin-left: 0;
  margin-top: -2px;
  position: relative;
  width: 102px;
  z-index: 500;
}
#chartdiv.full #moviecontainer.breit {
  height: 102px;
  left: 745px;
  margin-left: 0;
  margin-top: -2px;
  position: relative;
  width: 134px;
  z-index: 500;
}
#chartdiv.full #navigation #navmove {
  margin-right: 140px;
}
#chartdiv.full #navigation #navmore {
  margin-right: 140px;
}

#chartdiv.fullvideo .float70 {
  width: 100%;
}

#chartdiv {
  overflow: hidden;
  position: relative;
  display: flex;
}
#chartdiv .float70 {
  width: 70%;
  margin-right: 20px;
}
#chartdiv .float30 {
  width: 40%;
}
#chartdiv > * {
  float: none;
}

#thumbs {
  list-style-image: none;
  list-style-type: none;
  margin: 0;
  display: flex;
  gap: 1%;
  padding: 0;
  flex-wrap: wrap;
}
#thumbs li {
  float: none;
  width: 31%;
  margin-right: 10px;
  margin-bottom: 10px;
}

.thumbnail {
  height: 100%;
  display: block;
  border: 1px solid #EBF0F5;
  box-sizing: border-box;
  margin-bottom: 4px;
}

#bignavigation div {
  margin-left: 0;
  width: 100%;
  margin-right: 0;
  height: 38px;
  vertical-align: bottom;
  margin-top: -3px;
  margin-bottom: 4px;
  padding: 0;
  background-color: #686767;
}
#bignavigation #menuthumbs {
  width: 0px;
  padding: 0px;
  padding-left: 0px;
  margin: 0px;
  vertical-align: top;
  min-width: 70px;
  padding: 0px;
  padding-left: 20px;
  margin: 0px;
  vertical-align: top;
}
#bignavigation a {
  margin-right: 3px;
}
#bignavigation .navbutton {
  padding-left: 2px;
  padding-right: 2px;
  padding-top: 2px;
  padding-bottom: 0;
  line-height: 36px;
  color: white;
  font-size: 14px;
  text-decoration: none;
  font-weight: 500;
  display: inline-block;
  cursor: pointer;
}
#bignavigation .navbutton img {
  margin-top: 3px;
  margin-bottom: -3px;
  margin-right: 5px;
}
#bignavigation #navthumbs {
  margin-left: 0px;
  width: 160px;
  display: block;
  float: left;
}
#bignavigation #navplay {
  width: 100px;
  display: block;
  float: right;
  margin-top: 4px;
  margin-right: 0px;
  margin-left: 20px;
}
#bignavigation #navmove {
  width: 80px;
  display: block;
  float: right;
  text-align: right;
}
#bignavigation #navchange {
  width: 170px;
  display: block;
  float: left;
  text-align: center;
}
#bignavigation #navoverview {
  margin-left: 7px;
  display: block;
  float: left;
}
#bignavigation #navmore {
  display: block;
  float: right;
  text-align: right;
  margin-right: 7px;
}
#bignavigation #player {
  padding: 0px;
  min-width: 300px;
  margin: 0px;
  text-align: center;
  vertical-align: top;
}

#thumbslink {
  margin-left: 7px;
}

#audioinfo {
  width: 100%;
  background-image: none;
  background-color: #686767;
  color: white;
  height: 37px;
  line-height: 30px;
  font-weight: 700;
  font-size: 14px;
  margin-top: 1px;
}

#audiotimecode {
  text-align: right;
  float: right;
  margin-right: 5px;
  margin-top: 4px;
}

#moviecontainer {
  margin-left: 0;
  margin-top: 16px;
}

#moviecontainer.bigvideo {
  margin-top: 5px;
  margin-left: 0px;
}

#chartdownload {
  display: block;
}

#progress {
  display: none;
  position: absolute;
  bottom: 5px;
  right: 5px;
}

#imgchart {
  width: 100%;
  visibility: hidden;
}

.push {
  margin-top: -5px;
  width: 980px;
  margin-left: auto;
  margin-right: auto;
  font-weight: 700;
  font-size: 18px;
  margin-top: 13px;
  text-align: center;
}

.flexcontainer {
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  flex-flow: wrap;
  align-items: flex-start;
  justify-content: space-between;
}
.flexcontainer .floatspace {
  margin-left: 50px;
}
.flexcontainer .float50 {
  width: 49%;
  float: none;
}
.flexcontainer .float30 {
  width: 320px;
  /* todo ist immer richtig? */
  float: none;
}
.flexcontainer .float70 {
  width: 60%;
  float: none;
  padding-right: 20px;
}
.flexcontainer div.box {
  width: 420px;
  margin: 0;
  padding: 0;
  margin-bottom: 15px;
  align-self: flex-start;
}
.flexcontainer table.box {
  width: 410px;
  margin: 0;
  margin-bottom: 15px;
  align-self: flex-start;
}
.flexcontainer > a.simple:nth-child(odd) .box {
  margin-right: 30px;
  margin-left: 0;
}
.flexcontainer > .box:nth-child(odd) {
  margin-right: 30px;
  margin-left: 0;
}

.box.eventbox {
  margin-bottom: 10px;
}

.red {
  color: red;
}

.green {
  color: green;
}

.testinfo {
  width: 200px;
  vertical-align: middle;
}
.testinfo a.arrow {
  font-size: 16px;
  font-weight: 300;
}
.testinfo a.arrow:before {
  padding-left: 0px;
  padding-right: 5px;
}

.boxfull {
  width: 100%;
  margin: 0;
  padding: 0;
  padding-bottom: 20px;
}

.mobile {
  display: none;
}

.ranger-element {
  *left: -9999px;
  opacity: 0;
  position: absolute;
  z-index: -1;
}

.ranger {
  overflow: hidden;
  width: 100%;
}
.ranger * {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.ranger .ranger-track {
  background-color: #686767;
  border: 1px solid #ddd;
  border-radius: 0px;
  float: left;
  height: 8px;
  margin: 3px 0;
  position: relative;
  width: 100%;
}
.ranger .ranger-handle {
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 1px;
}
.ranger .ranger-disc {
  background-color: #686767;
  border-radius: 0;
  cursor: pointer;
  display: block;
  height: 14px;
  margin: -4px 0 0 -6px;
  width: 16px;
}

.ranger.focus .ranger-disc {
  background-color: #686767;
  border-color: #999;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.25);
}

.ranger-labels .ranger-track {
  width: 80%;
}
.ranger-labels .ranger-label {
  display: block;
  float: left;
  font-size: 16px;
  line-height: 28px;
  margin: 0 2% 0 0;
  text-align: right;
  width: 8%;
}
.ranger-labels .ranger-label.max {
  float: right;
  margin: 0 0 0 2%;
  text-align: left;
}

.ranger-vertical {
  height: 200px;
  width: 20px;
}
.ranger-vertical .ranger-track {
  height: 95%;
  margin: 5px;
  width: 8px;
}
.ranger-vertical .ranger-handle {
  bottom: 0;
  height: 1px;
  left: 0;
  top: auto;
  width: 100%;
}
.ranger-vertical .ranger-disc {
  margin: -7px 0 0 -4px;
}
.ranger-vertical .ranger-label {
  clear: both;
  float: none;
  height: 10%;
  padding: 5px 0 0;
  text-align: center;
  width: 100%;
}
.ranger-vertical .ranger-label.max {
  clear: both;
  float: none;
  height: 10%;
  padding: 5px 0 0;
  text-align: center;
  width: 100%;
  padding: 0;
}

.ranger.disabled {
  cursor: default;
  opacity: 0.5;
}
.ranger.disabled .ranger-disc {
  cursor: default;
}

#videoplayer {
  border: 1px solid #EBF0F5;
  box-sizing: border-box;
  margin-bottom: 4px;
}

a.highlight {
  color: #EBF0F5;
}

@media all and (max-width: 1200px) {
  .nomobile {
    display: none !important;
  }
  .mobile {
    display: block;
  }
  body {
    line-height: 150%;
  }
  .drawer ul#menu {
    width: 100%;
    position: absolute;
    top: -4px;
    display: none;
    z-index: 100;
  }
  .drawer.active ul#menu {
    display: flex;
  }
  ul#menu {
    width: 100%;
    padding: 0px;
    list-style-type: none;
    margin-left: 0px;
    background-color: #44718B;
    flex-direction: column;
  }
  ul#menu li.nomobile {
    display: none !important;
  }
  ul#menu li {
    text-align: left;
    margin: 0px;
    display: block;
    line-height: 50px;
    border-bottom: 1px solid black;
  }
  ul#menu li a span {
    padding-left: 10px;
  }
  ul#menu li > div {
    border-bottom: 1px solid #44718B;
  }
  ul#menu li:nth-last-child(2) > div {
    border-bottom: 0;
  }
  ul#menu li.button {
    display: block;
    width: auto;
    float: none;
  }
  ul#menu li.buttonselected {
    display: block;
    width: auto;
    float: none;
  }
  ul#menu li.buttonselected ul#cmemenu li {
    width: 100%;
    height: 38px;
  }
  ul#menu li.buttonselected ul#cmemenu li.buttonselected {
    color: #EBF0F5;
  }
  ul#menu li.buttonselected ul#cmemenu li a {
    display: block;
  }
  ul#menu li.buttonselected a {
    color: #B1C6D9;
  }
  ul#menu li.button#home {
    display: block;
    width: auto;
    float: none;
  }
  ul#menu li.buttonselected {
    height: auto;
    padding: 0px;
  }
  ul#menu li.buttonselected:first-child {
    padding: 0px;
  }
  ul#menu li.buttonselected > div > div > a {
    color: #EBF0F5;
  }
  ul#menu li.buttonselected > div > a {
    color: #EBF0F5;
  }
  ul#menu > li.button {
    padding: 0px;
  }
  ul#menu > li.button a {
    color: white;
  }
  ul#menu > li.button a:hover {
    color: #EBF0F5;
  }
  ul#menu > li.button:first-child {
    padding: 0px;
  }
  ul#cmemenu {
    padding-left: 20px;
    margin-bottom: 10px;
    height: auto;
    float: none;
    margin: 0;
  }
  ul#cmemenu li {
    border: 0;
  }
  ul#cmemenu li.button a {
    width: 100%;
    height: 38px;
  }
  ul#cmemenu li.buttonselected a {
    width: 100%;
    height: 38px;
    color: #B1C6D9;
  }
  #cme {
    position: static;
    height: auto;
    width: 100%;
  }
  .mobilemenu div {
    margin-bottom: 10px;
    margin-top: 10px;
    cursor: pointer;
    z-index: 1000;
    position: relative;
    display: flex;
    right: 5px;
    height: 40px;
    text-align: right;
    justify-content: flex-end;
  }
  .mobilemenu div #mmenu {
    width: 40px;
    background-color: #44718B;
  }
  .mobilemenu div #mobilesearchbutton {
    padding-top: 4px;
    cursor: pointer;
    width: 40px;
    height: 40px;
    display: block;
  }
  #searchbox {
    position: absolute;
    width: 270px;
    height: 30px;
    z-index: 110;
    right: 5px;
    top: 104px;
    padding: 3px;
    box-shadow: 3px 3px 4px gray;
  }
  #footer {
    display: none;
    text-align: center;
    width: 100%;
    margin-top: 0px;
    margin-bottom: 30px;
    margin-top: 0px;
    height: auto;
    background-color: white;
    position: relative;
    text-align: left;
  }
  #header {
    height: 50px;
    overflow: hidden;
  }
  #header #logo {
    left: 5px;
    top: -12px;
  }
  #header #logo img {
    display: none;
  }
  #header #logo h1 {
    padding: 5px;
    font-size: 22px;
    padding-top: 0px;
    display: block;
    margin-left: 0;
  }
  #header #sciarc {
    height: 55px;
    width: auto;
    margin-right: -10px;
    margin-bottom: 10px;
  }
  #wrapper {
    margin-top: 41px;
    height: auto !important;
    height: 100%;
    margin: 0 auto 0;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  #main {
    height: 100%;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  .cmebox input[type=text] {
    width: 100%;
  }
  .cmebox input[type=email] {
    width: 100%;
  }
  .cmebox input[type=password] {
    width: 100%;
  }
  .cmebox textarea {
    width: 100%;
  }
  .cmebox .formend {
    margin-left: 0px;
  }
  .cmebox.big input[type=text] {
    width: 100%;
  }
  .cmebox.big input[type=email] {
    width: 100%;
  }
  .cmebox.big input[type=password] {
    width: 100%;
  }
  .cmebox.big textarea {
    width: 100%;
  }
  .cmetitle {
    float: none;
  }
  #content {
    padding: 0;
    padding-top: 10px;
  }
  #content .cmebox {
    width: auto !important;
  }
  #content .startforms > .cmebox {
    width: auto !important;
  }
  #content #head #right img {
    width: 100px;
  }
  #content #contentwrapper {
    padding: 5px;
  }
  ul#thumbs {
    display: block;
    margin: 0;
  }
  ul#thumbs li {
    float: none;
    margin-right: 0;
    width: 100%;
  }
  #moviecontainer {
    text-align: center;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  #chartdiv.full .float30 {
    right: 0px;
  }
  #chartdiv {
    display: block;
  }
  #chartdiv .float70 {
    width: auto;
    margin: 0;
  }
  #chartdiv table {
    width: 100%;
  }
  #textchart {
    padding-left: 10px;
    padding-bottom: 14px;
    padding-top: 5px;
  }
  #chart {
    width: 100%;
    font-size: 11px;
    padding-bottom: 0;
    margin-bottom: 2px;
    margin-top: 15px;
  }
  #imgchart {
    width: 100%;
  }
  /* Image */
  #divchart {
    background-size: contain;
    width: 100% !important;
    background-repeat: no-repeat;
    margin-left: auto;
    margin-right: auto;
  }
  #chartcontainer {
    text-align: center;
  }
  .chartdownloads .border {
    margin-bottom: 0px;
    padding-top: 14px;
    margin-left: 20px;
    clear: both;
  }
  .chartinfos {
    padding-left: 10px;
  }
  #audioinfo {
    width: 100%;
  }
  .flexcontainer {
    display: block;
    width: 100%;
  }
  .flexcontainer .floatspace {
    margin: 0;
  }
  .flexcontainer .float50 {
    width: 100%;
    float: none;
    padding-bottom: 20px;
    margin-top: 0;
  }
  .flexcontainer .float50 > p {
    padding-left: 10px;
    padding-right: 10px;
  }
  .flexcontainer .float70 {
    width: 100%;
    float: none;
    padding-bottom: 20px;
    margin-top: 0;
  }
  .flexcontainer .float70 > p {
    padding-left: 10px;
    padding-right: 10px;
  }
  .flexcontainer .float30 {
    width: 100%;
    float: none;
    padding-bottom: 20px;
    margin-top: 0;
    margin-bottom: 30px;
    padding-bottom: 0;
    clear: both;
  }
  .flexcontainer .float30 > p {
    padding-left: 10px;
    padding-right: 10px;
  }
  .flexcontainer div.box {
    width: 100%;
    margin: auto;
    margin-bottom: 15px;
  }
  .flexcontainer table.box {
    width: 100%;
    margin: auto;
    margin-bottom: 15px;
  }
  .flexcontainer .box:nth-child(odd) {
    margin-right: 0;
    margin-left: 0;
  }
  .flexcontainer .box:last-of-type {
    margin-left: 0;
  }
  .speaker {
    margin-bottom: 70px;
  }
  .mobilecenter {
    text-align: center;
  }
  #navigation #navthumbs {
    width: 50px;
  }
  #navigation #navmore span {
    display: none;
  }
  #bignavigation #navthumbs {
    width: 50px;
  }
  #sciarcfooter {
    position: absolute;
    right: 10px;
    top: 0px;
  }
  #sciarcfooter img {
    width: 90%;
    margin-left: 20px;
  }
  #subfooter {
    margin-top: 0px;
    width: 100%;
    background-color: white;
    position: relative;
    text-align: left;
  }
  ul#footermenu {
    font-size: 16px;
    width: 70%;
    padding-top: 0px;
    padding-left: 20px;
    padding-bottom: 20px;
  }
  ul#footermenu li {
    padding-left: 0;
    text-align: left;
    word-break: keep-all;
    float: none;
    display: block;
  }
  ul#footermenu li .left {
    padding-left: 0;
  }
  #dockcontainer {
    display: none;
  }
  #profile {
    text-align: left;
  }
  #profile label {
    display: block;
    width: 100%;
  }
  #profile .formend {
    margin-left: 0;
  }
  input[type=text] {
    width: 90%;
  }
  input[type=number] {
    width: 90%;
  }
  input[type=email] {
    width: 90%;
  }
  input[type=password] {
    width: 90%;
  }
  textarea {
    width: 90%;
  }
  #profile.big {
    width: 100%;
  }
  #videoplayer {
    height: auto !important;
  }
}
@media all and (max-width: 320px) {
  #header #logo h1 {
    padding: 5px;
    font-size: 16px;
    padding-top: 0px;
    display: block;
    margin-left: 0;
  }
}
@media screen and (min-width: 740px) {
  .ranger:hover .ranger-track {
    box-shadow: inset 0 0 1px rgba(0, 0, 0, 0.1);
  }
  .ranger:hover .ranger-disc {
    background: #ccc;
    border-color: #999;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.25);
  }
}
/* Zustimmung */
.popup_content {
  display: none;
  margin: 1em;
  max-width: 740px;
  background-color: white;
  padding: 30px;
  font-family: Roboto, Arial, sans-serif;
}
.popup_content h3 {
  margin-bottom: 20px;
}
.popup_content p {
  margin-bottom: 20px;
}
.popup_content .popup_buttons {
  display: flex;
}
.popup_content .popup_disagree {
  background-color: red;
  color: white;
  border: 0;
  width: 48%;
  margin: 2%;
  padding: 10px;
  font-size: 14px;
  font-family: Roboto, Arial, sans-serif;
  cursor: pointer;
}
.popup_content .popup_agree {
  background-color: red;
  color: white;
  border: 0;
  width: 48%;
  margin: 2%;
  padding: 10px;
  font-size: 14px;
  font-family: Roboto, Arial, sans-serif;
  cursor: pointer;
  background-color: green;
}

/* #region tooltip */
.mytooltip {
  width: 200px;
  padding: 10px;
  position: absolute;
  background: #009fda;
  color: #fff;
}
.mytooltip strong {
  font-weight: bold;
}
.mytooltip:after {
  content: " ";
  height: 0;
  position: absolute;
  width: 0;
  border: 7px solid #009fda;
}
.mytooltip:before {
  content: " ";
  height: 0;
  position: absolute;
  width: 0;
  border: 7px solid #009fda;
  border-width: 9px;
}

.mytooltip--cursor-help {
  cursor: help !important;
}

.mytooltip-backing {
  position: absolute;
  width: 100%;
}

.mytooltip.mytooltip-theme-default:before {
  display: none;
}

.mytooltip.mytooltip-theme-danger {
  background: #e04d3b;
}
.mytooltip.mytooltip-theme-danger:after {
  border-color: #e04d3b;
}
.mytooltip.mytooltip-theme-danger:before {
  display: none;
}

.mytooltip.mytooltip-theme-warning {
  background: #e67225;
}
.mytooltip.mytooltip-theme-warning:after {
  border-color: #e67225;
}
.mytooltip.mytooltip-theme-warning:before {
  display: none;
}

.mytooltip.mytooltip-theme-info {
  background: #0e7ac4;
}
.mytooltip.mytooltip-theme-info:after {
  border-color: #0e7ac4;
}
.mytooltip.mytooltip-theme-info:before {
  display: none;
}

.mytooltip.mytooltip-theme-success {
  background: #45b04f;
}
.mytooltip.mytooltip-theme-success:after {
  border-color: #45b04f;
}
.mytooltip.mytooltip-theme-success:before {
  display: none;
}

.mytooltip.mytooltip-theme-light {
  background: #fff;
  color: #000;
  border: 1px solid #e4e4e4;
  box-shadow: 2px 2px 3px gray;
}
.mytooltip.mytooltip-theme-light:after {
  border-color: #fff;
}
.mytooltip.mytooltip-theme-light:before {
  border-color: #e4e4e4;
}

.mytooltip.mytooltip--top:after {
  border-left-color: transparent;
  border-right-color: transparent;
  border-bottom: 0;
  bottom: -7px;
  top: auto;
  left: 50%;
  margin: 0 0 0 -7px;
}
.mytooltip.mytooltip--top:before {
  border-left-color: transparent;
  border-right-color: transparent;
  border-bottom: 0;
  bottom: -7px;
  top: auto;
  left: 50%;
  margin: 0 0 0 -7px;
  bottom: -9px;
  margin: 0 0 0 -9px;
}

.mytooltip.mytooltip--right:after {
  border-top-color: transparent;
  border-bottom-color: transparent;
  border-left: 0;
  left: -7px;
  margin-top: -7px;
  top: 50%;
}
.mytooltip.mytooltip--right:before {
  border-top-color: transparent;
  border-bottom-color: transparent;
  border-left: 0;
  left: -7px;
  margin-top: -7px;
  top: 50%;
  left: -9px;
  margin-top: -9px;
}

.mytooltip.mytooltip--bottom:after {
  border-left-color: transparent;
  border-right-color: transparent;
  border-top: 0;
  margin: 0 0 0 -7px;
  left: 50%;
  top: -7px;
}
.mytooltip.mytooltip--bottom:before {
  border-left-color: transparent;
  border-right-color: transparent;
  border-top: 0;
  margin: 0 0 0 -7px;
  left: 50%;
  top: -7px;
  margin: 0 0 0 -9px;
  top: -9px;
}

.mytooltip.mytooltip--left:after {
  border-top-color: transparent;
  border-bottom-color: transparent;
  border-right: 0;
  margin-top: -7px;
  left: auto;
  right: -7px;
  top: 50%;
}
.mytooltip.mytooltip--left:before {
  border-top-color: transparent;
  border-bottom-color: transparent;
  border-right: 0;
  margin-top: -7px;
  left: auto;
  right: -7px;
  top: 50%;
  margin-top: -9px;
  right: -9px;
}

.mytooltip.mytooltip-noshow-arrow:before {
  content: "";
  display: none;
}
.mytooltip.mytooltip-noshow-arrow:after {
  content: "";
  display: none;
}

/* endregion */
.autocomplete-suggestions {
  text-align: left;
  cursor: default;
  border: 1px solid #ccc;
  border-top: 0;
  background: #fff;
  box-shadow: -1px 1px 3px rgba(0, 0, 0, 0.1);
  position: absolute;
  display: none;
  z-index: 9999;
  max-height: 254px;
  overflow: hidden;
  overflow-y: auto;
  box-sizing: border-box;
}

.autocomplete-suggestion {
  position: relative;
  padding: 0 0.6em;
  line-height: 23px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 1.02em;
  color: #333;
}
.autocomplete-suggestion b {
  font-weight: normal;
  color: #1f8dd6;
}

.autocomplete-suggestion.selected {
  background: #f0f0f0;
}

/* jplayer */
div.jp-audio {
  font-size: 12px;
  line-height: 18px;
  color: white;
}
div.jp-audio div.jp-time-holder {
  position: absolute;
  top: 50px;
}
div.jp-audio div.jp-type-single div.jp-time-holder {
  left: 110px;
  width: 186px;
}
div.jp-audio div.jp-type-playlist div.jp-time-holder {
  left: 166px;
  width: 130px;
}

div.jp-audio-stream {
  font-size: 12px;
  line-height: 18px;
  color: white;
}

div.jp-video {
  font-size: 12px;
  line-height: 18px;
  color: white;
}
div.jp-video div.jp-progress {
  top: 0px;
  left: 0px;
  width: 62%;
  height: 10px;
  margin: 4px;
  float: left;
}
div.jp-video div.jp-current-time {
  margin-left: 20px;
}
div.jp-video div.jp-duration {
  margin-right: 20px;
}

div.jp-interface {
  -moz-user-select: none;
  -webkit-user-select: none;
  user-select: none;
  position: relative;
  background-color: #686767;
  color: white;
  width: 100%;
  border: 0px solid black;
  left: 0px;
  top: -1px;
  height: 18px;
}

div.jp-progress {
  overflow: hidden;
  background-color: white;
}

div.jp-video.bigvideo div.jp-progress {
  margin-top: 14px;
  margin-left: 10px;
  width: 70%;
}

div.bigvideo div.jp-volume-bar2 {
  top: 11px;
  right: 10px;
}

div.jp-seek-bar {
  background-color: white;
  width: 0px;
  width: 180px;
  cursor: pointer;
}

div.jp-play-bar {
  background-color: #bdbdbd;
  width: 0px;
  height: 10px;
}

div.jp-seeking-bg {
  background-color: #bfbfbf;
}

div.jp-volume-bar2 {
  position: relative;
  cursor: pointer;
  background-image: url(../../images/v3/button_speaker.png);
  width: 20px;
  height: 20px;
  float: right;
  top: -1px;
}

div.jp-volume-bar-container {
  display: none;
  position: absolute;
  bottom: 20px;
  width: 20px;
  height: 200px;
}

div.jp-volume-bar-value {
  background-color: black;
  position: absolute;
  border: 1px solid red;
  bottom: 0;
  width: 100%;
}

div.jp-current-time {
  width: 60px;
  font-size: 0.64em;
  font-style: oblique;
  float: left;
  display: inline;
}

div.jp-duration {
  width: 60px;
  font-size: 0.64em;
  font-style: oblique;
  float: right;
  display: inline;
  text-align: right;
}

div.jp-video-play {
  width: 100%;
  overflow: hidden;
  cursor: pointer;
  background-color: rgba(0, 0, 0, 0);
  margin-top: -220px;
  height: 220px;
}
div.jp-video-play:hover a.jp-video-play-icon {
  background: url("../../images/bigplay.png") 0 -100px no-repeat;
}

@media all and (max-width: 1200px) {
  div.jp-video-play {
    margin-top: 0;
    height: 0;
  }
}
a.jp-video-play-icon {
  position: relative;
  display: block;
  width: 112px;
  height: 100px;
  margin-left: -56px;
  margin-top: -50px;
  left: 50%;
  top: 60%;
  background: url(../../images/bigplay.png) 0 0 no-repeat;
  text-indent: -9999px;
}

div.jp-jplayer {
  width: 0px;
  margin-top: 0px;
  margin-bottom: -4px;
}
div.jp-jplayer audio {
  width: 0px;
  margin-top: 0px;
  margin-bottom: -4px;
}

.jp-no-solution {
  padding: 5px;
  font-size: 0.8em;
  background-color: #eee;
  border: 2px solid #009be3;
  color: #000;
  display: none;
}
.jp-no-solution a {
  color: #000;
}
.jp-no-solution span {
  font-size: 1em;
  display: block;
  text-align: center;
  font-weight: bold;
}

#keyvisualholder {
  margin: 0 auto;
  width: 1400px;
  height: 400px;
}
#keyvisualholder #keyvisual {
  box-shadow: none;
  width: 100%;
  height: 400px;
  background-image: url(ckd-Header-diabetes-Home.png?v=3);
}
#keyvisualholder #keyvisual h1,
#keyvisualholder #keyvisual h2 {
  background-color: white;
  opacity: 0.9;
  color: #44718B;
  left: 0;
  bottom: 100px;
  text-align: left;
  padding: 10px 20px;
  font-size: 43px;
  font-weight: 300;
  display: inline-block;
  right: auto;
  text-shadow: none;
}

#keyvisualholdersmall {
  margin: 0 auto;
  width: 1400px;
  height: 120px;
  margin-top: -25px;
}
#keyvisualholdersmall #keyvisual {
  box-shadow: none;
  width: 100%;
  height: 120px;
  background-image: url(ckd-Header-diabetes-Further-Infos.png?v=3);
}

div#contentwrapper section {
  width: 1400px;
  max-width: 100%;
  margin: 0 auto;
}

#content {
  margin: 0;
}
#content #head {
  padding: 40px 50px;
}
#content .flexcontainer {
  display: flex;
}

#topline {
  display: none;
}

.drawer {
  margin-top: 0;
  border-bottom: 3px solid #3873AE;
}

nav.menu {
  display: flex;
  width: 1400px;
  max-width: 100%;
  margin: 0 auto;
}
nav.menu div {
  flex-grow: 2;
  text-align: left;
  font-size: 20px;
  display: flex;
}
nav.menu div span {
  display: inline-block;
  line-height: 62px;
  font-size: 20px;
  color: #44718B;
}
nav.menu div img {
  margin-right: 20px;
  display: inline-block;
  margin-top: 4px;
}

ul#menu {
  display: flex;
  align-content: center;
  height: 62px;
}
ul#menu li {
  line-height: 62px;
  padding: 0;
}
ul#menu li a {
  padding: 0 20px;
  display: block;
  line-height: 62px;
  color: #44718B;
  font-weight: 500;
}
ul#menu li.buttonselected {
  background-color: #44718B;
  padding: 0;
}
ul#menu li.buttonselected > a {
  color: white;
}

#wrapper {
  margin-top: 0;
  border-top: 40px solid #B1C6D9;
}

#keyvisual {
  background-image: url(keyvisual.png);
}

#content #head {
  border: 0;
}

#footer ul#menu > li:first-child span,
#footer ul#menu > li.button a:hover,
#footer ul#menu > li.button a {
  color: white;
  font-size: 16px;
  font-weight: 300;
}

#footer {
  font-size: 14px;
  font-weight: 300;
  font-family: "Roboto";
  height: 150px;
  align-items: center;
}
#footer nav {
  height: 150px;
  margin: 0 auto;
  width: 1400px;
  max-width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#footer nav ul#menu {
  margin: 0;
}
#footer nav ul#menu li {
  flex-grow: 0;
}
#footer nav > div {
  flex-grow: 3;
  align-self: center;
  width: 500px;
  max-width: 100%;
  text-align: right;
  padding-right: 10px;
}
@media all and (max-width: 1200px) {
  #wrapper {
    border-top: 4px solid #B1C6D9;
  }
  .drawer {
    margin-top: -60px;
  }
  .drawer ul#menu {
    top: 54px;
  }
  ul#menu li.button {
    background-color: #44718B;
  }
  #content #head {
    margin: 0;
    margin-top: -20px;
    margin-bottom: 20px;
    padding: 20px 0;
  }
  #footer {
    display: block;
  }
  #footer nav {
    display: flex;
    flex-direction: column;
    height: auto;
  }
  #footer nav > div {
    width: 100%;
    background-color: #44718B;
    text-align: center;
    padding-bottom: 30px;
  }
  #footer nav ul#menu {
    flex-direction: row;
    height: auto;
    width: 100%;
    justify-content: center;
  }
  #footer nav ul#menu li .buttonselected,
  #footer nav ul#menu li.button {
    border: 0;
    line-height: 150%;
    padding: 20px 0;
  }
  #footer nav ul#menu li .buttonselected a,
  #footer nav ul#menu li.button a {
    line-height: 150%;
  }
}