@charset "utf-8";
/* CSS Document */

body {
  background: #E7E6E5;
  margin: 0;
  padding: 0;
  color: #303030;
}

/* --- Text-Styles --- */
p {
  font: 100%/1.8 Helvetica, Arial, Verdana, sans-serif;
  padding: 0 0 0 0;
}
.bold {
  font-weight: bold;
}
h1, h2, h3, h4, h5, h6 {
  /* --- color: #2e2e2e;
  text-transform: uppercase; --- */
  letter-spacing: 1pt;
}
h1 {
  font: 100%/1.5 Verdana, Helvetica, Arial, sans-serif;
  /* color: #3a3634; --- */
  font-size: 16px;
  padding: 0 0 0 0;
}
h2 {
  font: 100%/1.5 Verdana, Helvetica, Arial, sans-serif;
  color: #8f7f6b;
  font-size: 16px;
  padding: 0 0 0 0;
}
h3 {
  font: 100%/0.5 Verdana, Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-weight: bold;
  padding: 20px 0 0 0;
}

/* --- Layout / Divs --- */
.container {
  width: 60%;
  max-width: 1260px;
  min-width: 780px;
  background: #ffffff;
  margin: 0 auto;
}
.menu {
  font: 100%/1.8 Helvetica, Arial, Verdana, sans-serif;
  background: #ffffff;
  padding: 10px 0 0 0;
  margin: 5px 15px 0 15px;
}
.qisense-text {
  float: left;
  width: 30%;
  margin: 0 0 0 10px;
}
.title-image {
  margin: 0 15px 0 15px;
}
.theme-text {
  font: 100%/1.8 Verdana, Helvetica, Arial, sans-serif;
  font-size: 16px;
  background: #AAA3A0;
  padding: 20px 0 20px 0;
  color: #ffffff;
  text-align: center;
  margin: 0 15px 0 15px;
}
.content-container {
  width: 100%;
  background: #ffffff;
  padding: 0 0 0 0;
}
.sidebar-left {
  float: left;
  width: 25%;
  background: #ffffff;
}
.content {
  font: 100%/1.8 Helvetica, Arial, Verdana, sans-serif;
  font-size: 14px;
  float: left;
  width: 65%;
  background: #ffffff;
  padding: 40px 0 0 0;
}
.footer {
  padding: 10px 0;
  background: #ffffff;
  position: relative;
  clear: both;
}

/* --- Navigation- / Link-Styles --- */
.nav {
  height: 40px:;
  float: right;
}
.navlink {
  height: 40px:;
  float: right;
  text-align: center;
}
.navlink a, .navlink a:link, .navlink a:visited, .navlink a:active, .navlink a:focus {
  padding: 5px 5px 5px 5px;
  display: block;
  text-decoration: none;
  background: #ffffff;
  color: #303030;
}
.navlink a:hover {
  background: #ffffff;
  color: #f2b66b;
}

/* --- Dropdown --- */
/* Style The Dropdown Button */
.dropbtn {
  font: 100%/1.8 Helvetica, Arial, Verdana, sans-serif;
  color: #303030;
  padding: 5px 5px 5px 5px;
  background-color: #ffffff;
  border: none;
  cursor: pointer;
}

/* The container <div> - needed to position the dropdown content */
.dropdown {
  position: relative;
  display: inline-block;
}

/* Dropdown Content (Hidden by Default) */
.dropdown-content {
  display: none;
  position: absolute;
  background-color: #ffffff;
  text-align: left;
  padding: 8px 8px 8px 8px;
  min-width: 240px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}

/* Links inside the dropdown */
.dropdown-content a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}

/* Change color of dropdown links on hover */
.dropdown-content a:hover {background-color: #f4f4f4}

/* Show the dropdown menu on hover */
.dropdown:hover .dropdown-content {
  display: block;
}

/* Change the background color of the dropdown button when the dropdown content is shown */
.dropdown:hover .dropbtn {
  background-color: #ffffff;
}

/* --- Button --- */
.button {
  width: 200px;
  height: 40px:;
  float: right;
  text-align: center;
  margin-bottom: 10px;
}
.button a, .button a:link, .button a:visited, .button a:active, .button a:focus {
  padding: 5px 5px 5px 5px;
  display: block;
  text-decoration: none;
  background: #AAA3A0;
  color: #ffffff;
}
.button a:hover {
  background: #829dd1;
  color: #ffffff;
}

/* --- Link-Styles --- */
a:link {
  color:#4464a1;
}
a:visited {
  color: #4464a1;
}
a:hover, a:active, a:focus {
  color: #f2b66b;
  text-decoration: none;
}

/* --- Element-Styles --- */
a img {
  border: none;
}
.stretch-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
hr {
  border: none;
  height: 20px;
  width: 100%;
  height: 40px;
  margin-top: 0;
  border-bottom: 1px solid #ffffff;
  box-shadow: 0 6px 6px -6px #d2d2d2;
  margin: -50px auto 10px; 
}
ul, ol, dl {
  padding: 0;
  margin: 0;
}
li::marker {
  color: #f2b66b;
}
.listyle {
  font: 100%/1.5 Helvetica, Arial, Verdana, sans-serif;
}

/* --- float/clear-Klassen --- */
.float-right {
  float: right;
  margin-left: 8px;
}
.float-left {
  float: left;
  margin-right: 8px;
}
.clearfloat {
  clear:both;
  height:0;
  font-size: 1px;
  line-height: 0px;
}