@media screen and (max-width: 991px) {
  .k63-nav-small {
    display: block;
    position: fixed;
    left: 0px;
    top: 0px;
    z-index: 10000;
    width: 100%;
  }
  .k63-nav-small .k63-navbar {
    background-color: #eee;
    border-bottom: 30px solid #fff;
  }
  .k63-nav-small .k63-navbar button {
    background-color: #d99107;
    color: #fff;
    width: 50px;
    height: 50px;
    border: 0px;
  }
  .k63-nav-small .k63-navbar-collapse {
    background-color: #eee;
    padding: 3px;
  }
  body {
    padding-top: 80px;
  }
  .k63-menu-navbar ul {
    list-style: none;
    padding: 0px;
    margin: 0px;
  }
  .k63-menu-navbar li {
    text-align: left;
    margin: 3px;
  }
  .k63-menu-navbar li.active a {
    font-weight: bold;
  }
  .k63-menu-navbar a {
    display: block;
    height: 35px;
    border: 1px solid #cccccc;
    padding: 8px 10px;
    color: #333333;
    background-color: #ffffff;
    font-weight: normal;
    text-decoration: none;
  }
  .k63-menu-navbar a:hover {
    color: #333333;
    background-color: #f7f7f7;
    text-decoration: none;
  }
}
@media screen and (min-width: 991px) {
  .k63-nav-small {
    display: none;
  }
  body {
    background-color: #d99107;
    padding: 10px;
  }
  .k63-page {
    background-color: #ffffff;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
    -webkit-box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.5);
    box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.5);
    padding: 0px;
  }
  .k63-page-header {
    height: 150px;
    position: relative;
  }
  .k63-page-header .k63-logo {
    position: absolute;
    left: 30px;
    bottom: 15px;
  }
  .k63-page-header .k63-slogan {
    position: absolute;
    left: 230px;
    right: 270px;
    top: 40px;
    bottom: 50px;
    font-family: arial;
    font-weight: bold;
    color: #d99107;
    font-size: 35px;
    line-height: 40px;
  }
  .k63-page-header .k63-flag-de {
    position: absolute;
    right: 50px;
    bottom: 50px;
  }
  .k63-page-header .k63-flag-en {
    position: absolute;
    right: 15px;
    bottom: 50px;
  }
  .k63-page-header .k63-menu-header {
    position: absolute;
    right: 15px;
    bottom: 15px;
  }
  .k63-page-header .k63-menu-header ul {
    list-style: none;
    display: inline-block;
    margin: 0px;
    padding: 0px;
  }
  .k63-page-header .k63-menu-header li {
    float: left;
    display: inline-block;
    font-size: 10pt;
    font-weight: bold;
    color: #5a5a5a;
  }
  .k63-page-header .k63-menu-header li.active {
    text-decoration: underline;
  }
  .k63-page-header .k63-menu-header li span {
    display: inline-block;
    width: 10px;
    text-align: center;
  }
  .k63-page-header .k63-menu-header li span:after {
    content: '|';
  }
  .k63-page-header .k63-menu-header a {
    font-size: 10pt;
    font-weight: bold;
    color: #5a5a5a;
    text-decoration: none;
  }
  .k63-page-header .k63-menu-header a:hover {
    color: #d99107;
  }
  .t3-mainbody {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.k63-page-header-small {
  position: relative;
}
.k63-page-header-small .k63-slogan {
  font-family: arial;
  font-weight: bold;
  color: #d99107;
  font-size: 25px;
  line-height: 30px;
  margin: 15px 0px 15px 0px;
}
.k63-page-header-small .k63-flag-de {
  position: absolute;
  right: 50px;
  top: 0px;
}
.k63-page-header-small .k63-flag-en {
  position: absolute;
  right: 15px;
  top: 0px;
}
a.k63-flag-de {
  width: 30px;
  height: 16px;
  display: inline-block;
  background-image: url('../../../templates/koe63/images/koe63/flag-deu.png');
}
a.k63-flag-en {
  width: 30px;
  height: 16px;
  display: inline-block;
  background-image: url('../../../templates/koe63/images/koe63/flag-eng.png');
}
.k63-breadcrumb {
  border-top: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc;
}
.breadcrumb,
.breadcrumb > .active {
  color: #ffffff !important;
  background-color: #5a5a5a;
  font-size: 8pt;
  padding: 2px 3px 2px 15px;
}
.breadcrumb a {
  color: #d99107;
}
.breadcrumb a:hover {
  color: #d99107;
  text-decoration: underline;
}
.k63-slideshow {
  background-color: #5a5a5a;
}
.k63-slideshow div > img {
  border: 3px solid #c4c4c4;
}
.k63-slideshow div > img:nth-of-type(2),
.k63-slideshow div > img:nth-of-type(3) {
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
}
.k63-slideshow .row {
  margin: 0px;
  padding: 5px;
}
.k63-slideshow .col-xs-3 {
  padding-left: 0px;
  padding-right: 0px;
}
.k63-slideshow .slidesow_box {
  margin: 5px;
  position: relative;
}
.k63-page-footer .k63-menu-footer {
  text-align: center;
  padding: 15px;
}
.k63-page-footer .k63-menu-footer ul {
  list-style: none;
  margin: 0px;
  padding: 0px;
  display: inline-block;
}
.k63-page-footer .k63-menu-footer li {
  float: left;
  display: inline-block;
  font-size: 8pt;
  color: #5a5a5a;
  text-decoration: none;
}
.k63-page-footer .k63-menu-footer li span {
  display: inline-block;
  width: 10px;
  text-align: center;
}
.k63-page-footer .k63-menu-footer li span:after {
  content: '|';
}
.k63-page-footer .k63-menu-footer a {
  font-size: 8pt;
  color: #5a5a5a;
  text-decoration: none;
}
.k63-page-footer .k63-menu-footer a:hover {
  color: #272727;
  text-tecoration: unterline;
}
.k63-modul-dashed {
  padding: 3px;
  margin: 0px;
  margin-bottom: 10px;
  background-color: #ffffff;
  background-image: url("../../../templates/koe63/images/koe63/pfeilb.gif");
  background-repeat: no-repeat;
  background-position: 4px 7px;
  border-bottom: 0px solid #d19501;
}
.k63-modul-dashed .k63-modul-heading {
  font-size: 10pt;
  font-weight: bold;
  margin: 0px;
  padding: 0px;
  padding-left: 15px;
  padding-bottom: 5px;
  color: #d99107;
  margin-bottom: 5px;
  background-image: url("../../../templates/koe63/images/koe63/punkte_unten.gif");
  background-repeat: repeat-x;
  background-position: 0px 18px;
}
.k63-modul-content td,
.article-content td {
  border-top: 0px;
}
#DS2018 h2 {
  font-size: 20px;
  font-weight: 600;
}
#DS2018 h3 {
  font-size: 16px;
  font-weight: 600;
}
#DS2018 ul {
  margin: 0px 0px 0px 0px;
  list-style: none;
  padding-left: 0px;
}
#DS2018 ul ul {
  list-style: square;
  padding-left: 15px;
}
#DS2018 ul ul li {
  padding-bottom: 5px;
}
#DS2018 p {
  text-align: justify;
}