@charset "UTF-8";
@font-face {
  font-family: 'FontAwesome';
  src: url('../vendor/font-awesome-v4.7.0/fonts/fontawesome-webfont.eot?v=4.7.0');
  src: url('../vendor/font-awesome-v4.7.0/fonts/fontawesome-webfont.eot?#iefix&v=4.7.0') format('embedded-opentype'),
  url('../vendor/font-awesome-v4.7.0/fonts/fontawesome-webfont.woff2?v=4.7.0') format('woff2'),
  url('../vendor/font-awesome-v4.7.0/fonts/fontawesome-webfont.woff?v=4.7.0') format('woff'),
  url('../vendor/font-awesome-v4.7.0/fonts/fontawesome-webfont.ttf?v=4.7.0') format('truetype'),
  url('../vendor/font-awesome-v4.7.0/fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
html {
  width: 100%;
  height: 100%;
  overflow-y: scroll;
  overflow-x: hidden;
}
body {
  width: 100%;
  height: auto;
  font-size: 14px;
  font-family: arial, sans-serif;
  line-height: 1.5em;
  letter-spacing: 0;
  font-weight: 300;
  background-color: rgb(255, 255, 255);
  -webkit-transition: opacity 0.3s ease-in-out;
  -moz-transition: opacity 0.3s ease-in-out;
  -ms-transition: opacity 0.3s ease-in-out;
  -o-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
  opacity: 0;
  overflow: hidden;
}
body.c7n-loaded {
  opacity: 1;
  background-color: rgb(175, 22, 2);
}
body.cke_editable {
  background-color: #FFFFFF;
}
#PoweredByFooter {
  display: none !important;
}
#cookie-note {
  background-color: rgb(14, 69, 99) !important;
  background-color: rgb(175, 22, 2) !important;
  padding: 15px !important;
  max-width: calc(100% - 40px);
}
#cookie-note p {
  font-size: 0.9em !important;
  color: #ffffff !important;
}
#cookie-note a {
  color: #ffffff !important;
}
#cookie-note button {
  display: block;
  padding: 10px 15px;
  border: 0;
  border-radius: 0;
  background-color: rgb(18, 47, 74);
  background-color: rgb(61, 130, 167);
  background-color: rgb(197, 19, 21);
  text-transform: uppercase;
  color: #fff;
  margin: 0 auto;
}
#cookie-note button:hover {
  background-color: rgb(18, 58, 88);
  background-color: rgb(14, 69, 99);
  background-color: rgba(197, 19, 21, 0.8);
  color: #fff;
}
div#preview-content {
  padding-bottom: 0px !important;
}
::-moz-selection {
  background: rgba(18, 47, 74, 1);
  text-shadow: none;
  color: #ffffff;
}
::selection {
  background: rgba(18, 47, 74, 1);
  text-shadow: none;
  color: #ffffff;
}
.c7n-content-tpl {
  padding-bottom: 30px;
}
.c7n-center-vertically {
  left: 50%;
  position: relative;
  top: 50%;
  transform: translate(-50%, -50%);
}
hr.c7n-backend-only {
  margin: 0;
  padding: 0;
  height: 0;
  visibility: hidden;
  display: block;
  width: 100%;
  clear: both;
}
#c7n-overlay {
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: rgba(28, 28, 28, 0.6);
  z-index: 800;
  -webkit-transition: opacity 0.3s ease-in-out;
  -moz-transition: opacity 0.3s ease-in-out;
  -ms-transition: opacity 0.3s ease-in-out;
  -o-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
  opacity: 0;
  visibility: hidden;
}
#c7n-overlay.c7n-active {
  opacity: 1;
  visibility: visible;
}
header {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
.c7n-home header {
  min-height: 100%;
  background-image: url('/images/content/layout/imagebilder_ch-direct_nov_2019_12-compressor.jpg');
}
#c7n-meta {
  display: none;
}
.c7n-links ul,
.c7n-associations ul {
  padding: 0;
  margin: 0;
  width: auto;
  display: inline-block;
}
.c7n-associations ul {
  font-size: 0;
}
.c7n-links ul {
  padding-right: 15px;
}
.c7n-links ul li,
.c7n-associations ul li {
  padding: 0;
  margin: 0;
  width: auto;
  display: inline-block;
  font-size: 14px;
}
.c7n-icons a,
.c7n-links ul li a,
.c7n-associations ul li a {
  padding-top: 10px;
  padding-bottom: 10px;
  padding-right: 15px;
  display: inline-block;
  color: rgba(255, 255, 255, 1);
  font-size: 0.9em;
  letter-spacing: 0.05em;
}
.c7n-associations ul li a {
  padding-right: 20px;
  padding-left: 20px;
  text-transform: uppercase;
  border-left: 1px solid rgba(255, 255, 255, 0.1);
}
.c7n-icons a:hover,
.c7n-icons a.active,
.c7n-navtree a:hover,
.c7n-navtree a.c7n-active:hover,
.c7n-links ul li a:hover,
.c7n-links ul li a.active,
.c7n-associations ul li a:hover {
  color: rgba(255, 255, 255, 0.66);
  text-decoration: none;
}
.c7n-associations ul li a:hover {
  background-color: rgba(18, 47, 74, 1);
}
.c7n-associations ul li a.c7n-active {
  color: rgb(255, 255, 255);
  background-color: rgba(255, 255, 255, 0.1);
  border-left: 1px solid rgba(255, 0, 0, 0);
}
#c7n-navbar {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  background-color: rgb(175, 22, 2);
}
#c7n-navbar.c7n-small {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 700;
}
#c7n-meta .container,
#c7n-navbar .container {
  padding-left: 30px;
  padding-right: 30px;
}
#c7n-navbar .container > .row {
  background-color: rgb(197, 20, 22);
}
#c7n-meta .container > .row {
  background-color: rgb(197, 20, 22);
}
#c7n-navbar .c7n-logo {
  max-height: 100px;
}
#c7n-navbar.c7n-small .c7n-logo-small,
#c7n-navbar.c7n-logo-large {
  display: inline-block;
}
#c7n-navbar.c7n-small .c7n-logo-large,
#c7n-navbar .c7n-logo-small {
  display: none;
}
#c7n-navbar .c7n-logo-large {
  max-height: 105px;
  height: auto;
  max-width: 100%;
  width: auto;
  transform: translate(12px,-5px);
}
#c7n-navbar.c7n-small .c7n-logo-small {
  height: 65px;
  max-width: 100%;
  width: auto;
}
.c7n-functions {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.c7n-icons,
.c7n-navtree {
  color: rgb(223, 233, 240);
  margin-right: 15px;
  opacity: 0;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  visibility: hidden;
  display: none;
}
.c7n-home .c7n-navtree {
  display: none !important;
}
#c7n-navbar.c7n-small .c7n-icons,
#c7n-navbar.c7n-small .c7n-navtree,
#c7n-content .c7n-navtree {
  opacity: 1;
  visibility: visible;
  display: block;
}
#c7n-content .c7n-navtree {
  font-size: 0.9em;
  color: rgba(61, 130, 167, 0.6);
}
#c7n-navbar.c7n-small .c7n-icons {
  white-space: nowrap;
}
.c7n-navtree a {
  color: rgb(255, 255, 255);
  padding-right: 10px;
}
#c7n-content .c7n-navtree a {
  color: rgba(116, 116, 116, 0.8);
  border-bottom: 1px solid rgba(223, 233, 240, 0);
}
#c7n-content .c7n-navtree a:hover {
  color: rgb(175, 22, 2);
  border-bottom: 1px solid rgba(223, 233, 240, 0);
}
.c7n-navtree a.c7n-active {
  color: rgba(255, 255, 255, 0.66);
}
.c7n-navtree a:after {
  color: rgb(255, 255, 255);
  font-family: "FontAwesome";
  content: "\f105";
  padding-left: 10px;
}
#c7n-content .c7n-navtree a:after {
  color: rgba(116, 116, 116, 0.8);
}
.c7n-navtree a:last-child:after {
  display: none;
}
#c7n-navbar-placeholder {
  height: 0px;
}
.c7n-headline {
  padding-top: 45px;
  padding-bottom: 45px;
  display: none;
}
.c7n-home .c7n-headline {
  display: inline-block;
  cursor: pointer;
}
.c7n-headline > .row {
  background-color: rgb(197, 20, 22);
  background-color: rgb(175, 22, 2);
}
.c7n-headline-content {
  padding: 30px 30px 60px 30px;
  color: #ffffff;
  position: relative;
  overflow: hidden;
  min-height: 350px;
}
.c7n-headline-pager {
  display: flex;
  flex-direction: row;
  justify-content: center;
  position: absolute;
  bottom: 30px;
  width: calc(100% - 60px);
}
.c7n-pager-element:before {
  content: "\f096";
  font-family: "FontAwesome";
  padding: 0 7px;
  font-size: 0.75em;
  color: rgb(18, 47, 74);
  color: rgb(223, 233, 240);
}
.c7n-pager-element.cycle-pager-active:before {
  content: "\f0c8";
  color: rgb(18, 47, 74);
  color: rgb(223, 233, 240);
}
.c7n-pager-element:hover:before {
  color: #ffffff;
  text-decoration: none;
  cursor: pointer;
}
.c7n-headline-image {
  padding: 0;
  height: 280px;
}
.c7n-headline-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  font-family: 'object-fit: cover;';
}
.c7n-slide {
  display: flex !important;
  width: 100%;
}
#c7n-registers {
  position: absolute;
  top: 100px;
  z-index: 600;
  right: 0px;
}
.c7n-register {
  position: absolute;
  width: 0px;
  height: auto;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  right: 0px;
  top: 0;
  z-index: -999999;
}
.c7n-is-mobile .c7n-register {
  -webkit-transition: all 0s ease-in-out;
  -moz-transition: all 0s ease-in-out;
  -ms-transition: all 0s ease-in-out;
  -o-transition: all 0s ease-in-out;
  transition: all 0s ease-in-out;
}
.c7n-is-mobile .c7n-register.c7n-open {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.c7n-register h1,
.c7n-register h2,
.c7n-register h3,
.c7n-register h4,
.c7n-register a {
  color: #ffffff;
  text-decoration: none;
}
.c7n-register.c7n-open {
  right: 300px;
  z-index: 601;
  right: 0px;
  width: 332px;
}
.c7n-register-tab {
  position: absolute;
  padding: 0px 20px;
  line-height: 40px;
  top: 0;
  left: -40px;
  height: 40px;
  background-color: rgb(51, 51, 51);
  -webkit-transform-origin: 0% 0%;
  -moz-transform-origin: 0% 0%;
  -ms-transform-origin: 0% 0%;
  -o-transform-origin: 0% 0%;
  transform-origin: 0% 0%;
  -webkit-transform: rotate(-90deg) translate(-100%, 0%);
  -moz-transform: rotate(-90deg) translate(-100%, 0%);
  -ms-transform: rotate(-90deg) translate(-100%, 0%);
  -o-transform: rotate(-90deg) translate(-100%, 0%);
  transform: rotate(-90deg) translate(-100%, 0%);
  color: #ffffff;
  text-transform: uppercase;
  cursor: pointer;
  letter-spacing: 0.05em;
  text-align: center;
  white-space: nowrap;
}
.c7n-register:first-child .c7n-register-tab {
  font-size: 0;
}
.c7n-register .c7n-register-tab.c7n-icon-profile:before,
.c7n-register .c7n-register-tab.c7n-icon-login:before {
  font-family: 'FontAwesome';
  width: 100%;
  height: 100%;
  font-size: 16px;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}
.c7n-register .c7n-register-tab.c7n-icon-login:before {
  content: "\f090";
}
.c7n-register .c7n-register-tab.c7n-icon-profile:before {
  content: "\f007";
}
.c7n-register-tab:hover {
  background-color: rgba(51, 51, 51, 0.8);
}
.c7n-register:nth-of-type(3n + 2) .c7n-register-tab,
.c7n-register:nth-of-type(3n + 2) .c7n-register-content {
  background-color: rgba(116, 116, 116, 1);
}
.c7n-register:nth-of-type(3n + 3) .c7n-register-tab,
.c7n-register:nth-of-type(3n + 3) .c7n-register-content {
  background-color: rgba(175, 22, 2, 1);
}
.c7n-register:nth-of-type(3n + 2) .c7n-register-tab:hover {
  background-color: rgba(116, 116, 116, 0.8);
}
.c7n-register:nth-of-type(3n + 3) .c7n-register-tab:hover {
  background-color: rgba(175, 22, 2, 0.8);
}
.c7n-register-content {
  padding: 15px;
  background-color: rgb(51, 51, 51);
  color: #ffffff;
  min-height: 160px;
  position: relative;
  width: 332px;
}
.c7n-is-mobile .c7n-register-content {
  width: 0px;
  overflow: hidden;
  padding: 0px;
}
.c7n-is-mobile .c7n-register.c7n-open .c7n-register-content {
  width: 300px;
  padding: 15px;
}
.c7n-register-close {
  position: absolute;
  top: 15px;
  right: 15px;
  padding-left: 20px;
  padding-bottom: 10px;
  cursor: pointer;
}
.c7n-register-close img {
  width: 10px;
  height: 10px;
  opacity: 0.85;
  vertical-align: top;
}
.c7n-register-close:hover img {
  opacity: 1;
}
#c7n-boxes {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: rgb(255, 255, 255);
}
.c7n-box {
  background-color: rgb(238, 238, 238);
  padding: 15px;
  position: relative;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  margin-bottom: 15px;
}
.c7n-box.c7n-compact {
  margin-bottom: 1px;
}
.c7n-box.c7n-with-image,
.c7n-box.c7n-with-image h2,
.c7n-box.c7n-with-image h3 {
  color: #ffffff !important;
  text-shadow: 0px 0px 2px rgba(30, 30, 30, 1);
}
.c7n-box h2,
.c7n-box h3 {
  -webkit-hyphens: auto !important;
  -moz-hyphens: auto !important;
  hyphens: auto !important;
  word-wrap: break-word;
  overflow-wrap: break-word;
}
.c7n-box.c7n-important-note,
.c7n-box.c7n-search {
  background-color: rgb(175, 22, 2);
  min-height: auto;
  color: #ffffff;
}
.c7n-box.c7n-search .clx-contact-form-label {
  color: rgb(223, 233, 240);
}
.c7n-box.c7n-search input[type="text"],
.c7n-box.c7n-search select {
  line-height: 38px;
  height: 40px;
  border: 0px solid rgb(14, 69, 99);
  width: 100%;
  padding: 0 10px;
  background-color: rgb(238, 238, 238);
  color: rgb(14, 69, 99);
}
.c7n-box.c7n-search input[type="submit"] {
  line-height: 38px;
  height: 40px;
  border: 0px solid rgb(14, 69, 99);
  width: 100%;
  padding: 0 10px;
  background-color: rgb(51, 51, 51);
  color: rgb(255, 255, 255);
}
.c7n-box.c7n-search input[type="submit"]:hover {
  background-color: rgb(197, 19, 21);
  color: rgb(255, 255, 255);
}
time,
.c7n-box time {
  color: rgb(116, 116, 116);
  margin-bottom: 10px;
  display: block;
  font-size: 0.9em;
}
.c7n-contact-person {
  padding-top: 30px;
}
.c7n-contact-person img {
  padding-bottom: 15px;
}
.c7n-box .c7n-box-buttons,
.c7n-news .c7n-news-buttons,
.c7n-gallery .c7n-gallery-buttons,
.c7n-employee .c7n-employee-buttons {
  text-align: right;
}
img.c7n-news-image {
  width: 100%;
  margin-bottom: 30px;
}
.c7n-box.c7n-compact .c7n-box-buttons {
  text-align: left;
}
.c7n-box.c7n-hover .c7n-box-buttons {
  display: none;
}
.c7n-box figure {
  margin-left: -15px;
  margin-top: -15px;
  margin-bottom: 15px;
  background-repeat: no-repeat;
  background-position: top left;
  background-size: cover;
  width: calc(100% + 30px);
  padding: 0;
  position: relative;
}
.c7n-box figure img {
  width: 100%;
}
.c7n-box figure img.uniform {
  height: 150px;
  object-fit: contain;
  background-color: white;
}
.c7n-image-label {
  margin-bottom: 10px;
  margin-top: 5px;
  display: block;
  font-size: 0.8em;
  font-style: italic;
}
.c7n-news-image,
.c7n-gallery-image,
.c7n-employee-image {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
.c7n-detail-hover,
.c7n-box.c7n-hover {
  position: relative;
  display: block;
  border-bottom: 0px !important;
}
.c7n-box.c7n-hover.c7n-with-image {
  min-height: 185px;
}
.c7n-detail-hover:hover:before,
.c7n-box.c7n-hover:hover:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  font-family: "FontAwesome";
  content: "\f00e";
  display: flex;
  font-size: 2em;
  background-color: rgba(197, 20, 22, 0.8);
  justify-content: center;
  align-items: center;
  color: #ffffff;
  cursor: pointer;
}
.c7n-box.c7n-hover:hover:before {
  content: "\f105";
}
#swipebox-overlay {
  background-color: rgba(18, 47, 74, 1);
}
#swipebox-bottom-bar,
#swipebox-top-bar {
  background-color: rgba(18, 47, 74, 0.8);
}
#swipebox-title {
  text-shadow: 0 0;
  color: rgb(223, 233, 240);
  font-size: 0.9em;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  font-family: arial, sans-serif;
  font-weight: 100;
}
.c7n-dam-navtree a {
  border-bottom: 0 !important;
}
.c7n-dam-navtree a:before {
  font-family: "FontAwesome";
  content: "\f105";
  padding-right: 10px;
  margin-left: 10px;
}
.c7n-dam-navtree a:first-child:before,
.c7n-dam-navtree.c7n-dam-media a:nth-child(2):before {
  font-family: "FontAwesome";
  content: "";
  padding-right: 0px;
  margin-left: 0px;
}
.c7n-dam-media a:nth-child(1) {
  display: none;
}
.c7n-dam-media-files {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  height: 400px;
}
.c7n-two-col {
  width: calc(100% + 30px);
  column-count: 1;
  margin-left: -15px;
  margin-right: -15px;
  column-break-after: column;
}
h1, h2, h3, h4, h5 {
  color: rgb(197, 20, 22);
  color: rgb(175, 22, 2);
  font-weight: 300;
  display: inline-block;
  width: 100%;
}
h2 {
  margin-top: 0.75em;
  margin-bottom: 0.325em;
}
.c7n-content-tpl h2:first-child,
.c7n-box h2:first-child {
  margin-top: 0em;
}
h3 {
  margin-top: 0.5em;
}
.c7n-box.c7n-compact h3 {
  margin-top: 0em;
  font-size: 1.5rem;
}
#c7n-content h1 b,
#c7n-content h1 strong,
#c7n-content h2 b,
#c7n-content h2 strong,
#c7n-content h3 b,
#c7n-content h3 strong,
#c7n-content h4 b,
#c7n-content h4 strong,
#c7n-content h5 b,
#c7n-content h5 strong {
  font-weight: 300;
}
h1 {
  margin: 0;
  padding: 0;
}
.c7n-headline-content h2,
.c7n-box.c7n-important-note h2,
.c7n-box.c7n-important-note h3,
.c7n-box.c7n-important-note h4 {
  color: #ffffff;
}
h2 a,
h3 a,
h4 a,
h5 a {
  border-bottom: 0 !important;
}
h2 b {
  font-weight: 300;
}
.c7n-dam-category h2,
.c7n-dam-category h3,
.c7n-dam-category h4 {
  position: relative;
  padding-left: 45px;
}
.c7n-dam-category h2:before,
.c7n-dam-category h3:before,
.c7n-dam-category h4:before {
  font-family: "FontAwesome";
  content: "\f07c";
  position: absolute;
  left: 0px;
}
.c7n-dam-file,
.c7n-dam-image {
  background-color: rgb(238, 238, 238);
  padding: 10px;
  margin-bottom: 5px;
}
.c7n-dam-file:hover,
.c7n-dam-image:hover {
  background-color: rgba(238, 238, 238, 0.8);
}
.c7n-dam-file h5,
.c7n-dam-image h5 {
  position: relative;
  padding-left: 30px;
  margin-bottom: 0;
  font-size: 1.1em;
}
.c7n-dam-file h5:before,
.c7n-dam-image h5:before {
  font-family: "FontAwesome";
  content: "\f019";
  position: absolute;
  left: 0px;
}
.c7n-dam-image .row {
  margin-left: 0;
  margin-right: 0;
}
.c7n-dam-image figure {
  margin-bottom: 0;
  min-height: 110px;
  padding: 0;
}
.c7n-dam-image figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  font-family: 'object-fit: cover;';
}
img.img-fluid {
  height: auto !important;
}
p {
  margin-bottom: 15px;
}
hr {
  margin-top: 15px;
  margin-bottom: 15px;
  border: 0;
  border-top: 1px solid rgb(223, 233, 240);
}
table {
  margin: 0 0 30px 0 !important;
  padding: 0 !important;
  width: 100% !important;
  height: auto !important;
  display: inline-table;
  border: 0;
}
.c7n-box table {
  border-top: 1px solid rgba(14, 69, 99, 0.1) !important;
}
table tbody,
table thead {
  width: 100% !important;
  display: inline-table;
  min-width: 300px;
}
table th,
.mega4dv .bg4 {
  padding: 8px 15px;
  background-color: rgb(175, 22, 2);
  color: #ffffff;
  font-weight: 300;
  border-right: 1px solid rgba(255, 255, 255, 1);
  border-bottom: 1px solid rgba(255, 255, 255, 1);
  border-left: 0 !important;
  border-top: 0 !important;
  white-space: nowrap;
  vertical-align: top;
  width: auto;
}
table td {
  padding: 7px 15px;
  border-right: 1px solid rgba(255, 255, 255, 1);
  border-bottom: 1px solid rgba(255, 255, 255, 1);
  border-left: 0 !important;
  border-top: 0 !important;
  vertical-align: top;
  width: auto;
}
.c7n-box table th,
.c7n-box table td {
  border-right: 1px solid rgba(255, 255, 255, 0);
  border-bottom: 1px solid rgba(255, 255, 255, 0);
  padding: 10px 15px 10px 0px;
  border-bottom: 1px solid rgba(14, 69, 99, 0.1);
}
table tr:nth-child(odd) td {
  background-color: rgb(238, 238, 238);
}
.mega4dv table tr:nth-child(odd) td {
  background-color: unset;
}
.mega4dv td {
  padding: 1px 0 1px 1px !important;
}
.mega4dv .bg4 {
  background-color: rgb(175, 22, 2) !important;
  color: white !important;
  padding: 8px 15px !important;
}
.mega4dv .bg4 a {
  color: white !important;
}
.mega4dv li {
  padding: 0 !important;
}
.mega4dv li:before {
  display: none !important;
  padding: 0 !important;
}
.mega4dv #headerDiv,
.mega4dv #breadcrump,
.mega4dv .body,
.mega4dv #azContentTab {
  width: 100%;
  display: block;
}
table.c7n-light-table {
  border-left: 1px solid rgba(116, 116, 116, 1);
  border-top: 1px solid rgba(116, 116, 116, 1);
}
table.c7n-light-table th {
  background-color: rgb(197, 20, 2);
  color: rgb(255, 255, 255);
  border-right: 1px solid rgba(116, 116, 116, 1);
  border-bottom: 1px solid rgba(116, 116, 116, 1);
  font-weight: 500;
}
table.c7n-light-table td {
  border-right: 1px solid rgba(116, 116, 116, 1);
  border-bottom: 1px solid rgba(116, 116, 116, 1);
}
table.c7n-light-table tr:nth-child(even) td {
  background-color: rgba(223, 233, 240, 0);
}
.c7n-box.c7n-important-note p:last-child {
  margin-bottom: 0px;
}
#c7n-content a {
  color: rgb(197, 20, 22);
  text-decoration: none;
  border-bottom: 1px solid rgb(197, 20, 22);
}
#c7n-content .c7n-important-note a {
  color: rgb(255, 255, 255);
  border-bottom: 1px solid rgb(255, 255, 255);
}
a.shadowbox {
  border-bottom: 0px !important;
}
#c7n-content table th a,
.c7n-headline-content a {
  color: rgb(255, 255, 255);
  text-decoration: none;
  border-bottom: 1px solid rgb(255, 255, 255);
}
#c7n-content .c7n-contact-person a {
  color: rgb(197, 20, 22);
  text-decoration: none;
  border-bottom: 1px solid rgba(197, 20, 22, 0);
}
#c7n-content a:hover {
  color: rgba(197, 20, 22, 0.6);
  cursor: pointer;
  border-bottom: 1px solid rgba(197, 20, 22, 0.6);
}
#c7n-content .c7n-important-note a:hover,
#c7n-content table th a:hover {
  color: rgba(255, 255, 255, 0.6);
  border-bottom: 1px solid rgba(255, 255, 255, 0.6);
}
.c7n-headline-content a:hover {
  color: rgb(255, 255, 255, 0.6);
  text-decoration: none;
  border-bottom: 1px solid rgb(255, 255, 255, 0.6);
}
.c7n-register a:hover {
  color: rgb(197, 20, 22);
  cursor: pointer;
  border-bottom: 1px solid rgb(197, 20, 22);
}
#c7n-content ul,
.c7n-register ul {
  padding: 0;
  margin: 0 0 15px 0;
}
#c7n-content ol {
  padding: 0;
  margin: 0 0 15px 17px;
}
.c7n-register ul:last-child,
#c7n-content ol:last-child,
#c7n-content ul:last-child {
  margin-bottom: 0px;
}
#c7n-content ul li,
.c7n-register li {
  padding: 0 0 4px 15px;
  margin: 0;
  position: relative;
  list-style: none;
}
#c7n-content ul li:before,
.c7n-register ul li:before {
  font-family: "FontAwesome";
  content: "\f0c8";
  content: "\f0da";
  content: "\f054";
  content: "\f105";
  color: rgb(175, 22, 2);
  position: absolute;
  left: 1px;
  font-size: 1.1em;
}
#c7n-content th ul li:before,
#c7n-content .c7n-important-note ul li:before,
.c7n-register ul li:before {
  color: rgb(255, 255, 255);
}
#c7n-content strong,
#c7n-content b {
  font-weight: bold;
}
.c7n-two-cols ul {
  column-count: 1;
  column-gap: 30px;
}
p {
  font-weight: 500;
}
p:last-child {
  margin-bottom: 0px;
}
.c7n-box.c7n-compact p {
  margin-bottom: 7.5px;
}
.c7n-intro {
  font-size: 1.3em;
  font-weight: 400;
  line-height: 1.5em;
}
.c7n-box a {
  color: #000000;
}
.c7n-box a:hover {
  color: #000000;
  text-decoration: none;
  cursor: default;
}
.c7n-button {
  display: inline-block;
  padding: 10px 15px;
  background-color: rgb(197, 20, 22);
  color: #ffffff !important;
  text-align: center;
  margin-left: 1px;
  margin-top: 1px;
  border: 0px !important;
}
.c7n-box .c7n-button {
  width: calc(50% - 1px);
}
.c7n-box.c7n-compact .c7n-button {
  background-color: rgba(61, 130, 167, 0);
  padding: 0px 30px 0px 0px;
  color: rgba(197, 20, 22, 1) !important;
  text-align: left;
}
.c7n-box.c7n-compact .c7n-button:after {
  display: none;
}
.c7n-box.c7n-compact .c7n-button:before {
  font-family: "FontAwesome";
  content: "\f105";
  padding-right: 10px;
}
.c7n-box.c7n-compact .c7n-button:hover {
  color: rgba(197, 20, 22, 0.6) !important;
  cursor: pointer;
}
.c7n-button:first-child {
  margin-left: 0px;
}
.c7n-button.c7n-more {
  min-width: 100px;
}
.c7n-button.c7n-more:after {
  min-width: 100px;
  font-family: "FontAwesome";
  content: "\f105";
  padding-left: 10px;
}
.c7n-button.c7n-phone:before,
a.c7n-phone:before {
  font-family: "FontAwesome";
  content: "\f095";
  padding-right: 10px;
}
.c7n-button.c7n-mail:before,
a.c7n-mail:before {
  font-family: "FontAwesome";
  content: "\f0e0";
  padding-right: 10px;
}
.c7n-button.c7n-logout:after {
  font-family: "FontAwesome";
  content: "\f08b";
  padding-left: 10px;
}
.c7n-download:after {
  font-family: "FontAwesome";
  content: "\f019";
  padding-left: 10px;
}
.c7n-button.c7n-export:before {
  font-family: "FontAwesome";
  content: "\f08b";
  padding-right: 10px;
}
.c7n-button.c7n-registration:before {
  font-family: "FontAwesome";
  content: "\f234";
  padding-right: 10px;
}
.c7n-button:hover {
  background-color: rgb(175, 22, 2);
  cursor: pointer !important;
  text-decoration: none;
}
.c7n-register .c7n-button:hover {
  background-color: rgb(175, 22, 2);
}
#c7n-content {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: rgb(255, 255, 255);
  min-height: calc(100vh - 100px - 130px);
  overflow: hidden;
}
.c7n-home #c7n-content {
  min-height: auto !important;
  padding-bottom: 0;
}
iframe {
  background-color: rgba(255, 255, 255, 0);
  width: 100%;
  padding: 0;
  padding: 0;
  overflow: hidden;
}
footer {
  background-color: rgb(175, 22, 2);
  color: #ffffff;
}
footer .container {
  padding-left: 30px;
  padding-right: 30px;
}
footer .container > .row {
  padding-top: 15px;
  padding-bottom: 15px;
  height: auto;
  background-color: rgb(197, 20, 2);
}
footer a {
  color: #ffffff;
  border-bottom: 1px solid rgba(255, 255, 255, 0);
}
footer a:hover {
  color: #ffffff;
  border-bottom: 1px solid rgba(255, 255, 255, 1);
  text-decoration: none;
}
footer .c7n-claim-address {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.c7n-download-col {
  height: 100%;
  margin-bottom: 0px;
}
.c7n-user-notification-success-message p,
.c7n-user-notification-failed-message li {
  font-size: 16px;
}
.c7n-user-notification-success-message a {
  width: 100%;
}
#c7n-desktop-navigation {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}
#c7n-desktop-navigation > ul {
  list-style: none;
  padding: 0;
  margin: 0;
  height: calc(100% + 30px);
  display: -webkit-box;
  display: -moz-box;
  -webkit-box-align: start;
  -moz-box-align: start;
  width: 100%;
}
#c7n-desktop-navigation .clx-level-1 > ul {
  position: absolute;
  height: auto;
  max-height: calc(100vh - 146px);
  padding: 20px 15px;
  width: 40%;
  margin-left: -15px;
  opacity: 0%;
  visibility: hidden;
  z-index: 999;
  background-color: #c51416;
  margin-top: 14px;
  pointer-events: none;
  box-shadow: 5px 7px 5px 0 rgb(32 33 36 / 23%), -5px 7px 5px 0 rgb(32 33 36 / 23%);
  transition: opacity 0.3s, visibility 0s .3s, height 0.3s;
  overflow-y: auto;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
#c7n-desktop-navigation .clx-level-1 > ul::-webkit-scrollbar {
  display: none;
}
#c7n-desktop-navigation .clx-level-1:hover > ul {
  opacity: 100%;
  pointer-events: auto;
  visibility: visible;
  transition: opacity 0.3s;
}
.c7n-small-header #c7n-desktop-navigation .clx-level-1 > ul {
  max-height: calc(100vh - 80px)
}
.c7n-small-header #c7n-desktop-navigation .clx-level-1:hover > ul {
  margin-top: 9px;
}
#c7n-desktop-navigation .clx-level-2 > ul {
  display: none;
  height: auto;
  padding-left: 7.5px;
  width: 100%;
  list-style: none;
  margin-bottom: 30px;
}
#c7n-desktop-navigation li.clx-level-1 {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
}
#c7n-desktop-navigation li.clx-level-2 {
  margin-bottom: 20px;
  display: block;
  z-index: 2;
  height: auto;
  width: 100%;
  padding: 0;
}
#c7n-desktop-navigation li.clx-level-3 {
  width: 100%;
  height: auto;
  padding: 5px 0;
  flex-direction: column;
}
#c7n-desktop-navigation a {
  color: #fff;
  text-decoration: none;
}
#c7n-desktop-navigation a.clx-level-1 {
  font-size: 17px;
  padding-bottom: 30px;
  color: #ffffffe6;
}
#c7n-desktop-navigation a.active,
#c7n-desktop-navigation a.starter_active {
  font-weight: 600;
}
#c7n-desktop-navigation a.clx-level-2 {
  display: block;
  font-size: 17px;
  padding-right: 10%;
  padding-bottom: 5px;
  color: #ffffffe6;
  width: 100%;
}
#c7n-desktop-navigation .clx-level-1:hover > a,
#c7n-desktop-navigation .clx-level-2:hover > a {
  font-weight: 600;
}
#c7n-desktop-navigation a.clx-level-3 {
  font-size: 15.5px;
}
#c7n-desktop-navigation .c7n-navigation-level-2-icon i {
  display: none;
}
#c7n-desktop-navigation .clx-level-2.c7n-active-menu-level-2 .c7n-navigation-level-2-icon {
  display: inline-block;
  position: absolute;
  margin: -6px 0 0 81.5%;
  width: 10%;
  text-align: center;
  cursor: pointer;
}
#c7n-desktop-navigation .clx-level-2.c7n-active-menu-level-2 .c7n-navigation-level-2-icon i {
  color: #fff !important;
  display: inline-block;
  font-size: 30px;
  transition: transform .3s ease-out;
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}
#c7n-desktop-navigation .clx-level-2.c7n-active-menu-level-2 .c7n-navigation-level-2-icon.c7n-level-3-closed i {
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
}
#clx-mobile-navigation .clx-level-2 > ul {
  background-color: #af1603;
  display: block;
}
#clx-mobile-navigation a.clx-level-3 {
  padding: 10px 30px 10px 40px;
  font-size: 1rem;
}
#clx-mobile-navigation a.clx-level-3:hover {
  background-color: #991200;
}
#clx-mobile-navigation li.clx-level-2.separator:after {
  display: none;
}
.c7n-meta-navbar ul {
  margin: 0;
  padding: 0;
}
.news-wide h3 {
  margin-top: unset;
}
.news-wide .container.c7n-full-width {
  padding: 15px;
  max-width: 1140px;
}
.c7n-contact-centered{
  margin-top: 15%;
}
.invisible {
  visibility: hidden !important
}
.hidden-xs-up {
  display: none !important;
}
.hidden-xl-down {
  display: none !important;
}

/*
 * Sitemap
 */
div#sitemap ul li.sitemap_level_2 {
  margin-left: 16px;
}
div#sitemap ul li.sitemap_level_3 {
  margin-left: 32px;
}
div#sitemap ul li.sitemap_level_4 {
  margin-left: 48px;
}
div#sitemap ul li.sitemap_level_5 {
  margin-left: 60px;
}

/* ********************************************************
 * Media Queries
 * ********************************************************/
@media (max-width: 575px) {
  .hidden-xs-down {
    display: none !important;
  }
}
@media (min-width: 576px) {
  .c7n-headline-content {
    height: 375px;
  }
  .c7n-box {
    margin-bottom: 30px;
  }
  .c7n-box.c7n-compact {
    margin-left: -15px;
    margin-right: -14px;
    min-height: 140px;
  }
  .c7n-two-cols ul {
    column-count: 2;
    column-gap: 30px;
  }
  .c7n-box.c7n-search input[type="text"],
  .c7n-box.c7n-search select {
    width: 70%;
  }
  .c7n-box.c7n-search.c7n-multi input[type="text"],
  .c7n-box.c7n-search.c7n-multi select {
    width: 100%;
  }
  .c7n-box.c7n-search input[type="submit"] {
    width: 30%;
    vertical-align: top;
  }
  .hidden-sm-up {
    display: none !important;
  }
}
@media (max-width: 767px) {
  .hidden-sm-down {
    display: none !important;
  }
}
@media (min-width: 768px) {
  header {
    min-height: 126px;
    height: 126px;
  }
  .c7n-home header {
    min-height: 600px;
  }
  #c7n-meta {
    width: 100%;
    background-color: rgb(175, 22, 2);
    height: auto;
    font-size: 0.9em;
    display: inline-block;
  }
  #c7n-navbar .container > .row {
    padding-top: 0px;
  }
  #c7n-navbar .c7n-logo-large {
    transform: translate(10px, -25px);
  }
  #c7n-registers {
    top: 182px;
  }
  .c7n-register-tab {
    line-height: 45px;
    left: -45px;
    height: 45px;
  }
  .c7n-register:first-child .c7n-register-tab {
    font-size: 1em;
    padding-right: 45px;
  }
  .c7n-register:first-child .c7n-register-tab:before {
    width: 45px;
  }
  .c7n-headline-content,
  .c7n-headline-image {
    height: 387px;
  }
  #c7n-content {
    min-height: calc(100vh - 41px - 85px - 115px);
  }
  footer .container > .row {
    height: 115px;
  }
  aside .c7n-box {
    min-height: auto;
  }
  .c7n-two-cols ul {
    column-count: 1;
    column-gap: 30px;
  }
  .hidden-md-up {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .hidden-md-down {
    display: none !important;
  }
}
@media (min-width: 992px) {
  header {
    min-height: 111px;
    height: 111px;
  }
  #c7n-registers {
    top: 189px;
  }
  .c7n-headline-content,
  .c7n-headline-image {
    height: 387px;
  }
  .c7n-box .c7n-button {
    width: auto;
  }
  .c7n-two-cols ul {
    column-count: 2;
    column-gap: 30px;
  }
  .c7n-box.c7n-search input[type="text"],
  .c7n-box.c7n-search select {
    width: 50%;
  }
  .c7n-box.c7n-search input[type="submit"] {
    width: 25%;
  }
  #c7n-content {
    min-height: calc(100vh - 41px - 85px - 95px);
  }
  footer .container > .row {
    height: 95px;
  }
  #c7n-navbar .c7n-logo {
    max-height: 70px;
  }
  #c7n-navbar .c7n-logo-large {
    transform: translate(10px, -36px);
  }
  .hidden-lg-up {
    display: none !important;
  }
}
@media (max-width: 1199px) {
  .hidden-lg-down {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  header {
    min-height: 126px;
    height: 126px;
  }
  #c7n-registers {
    top: 201px;
  }
  .c7n-headline-content,
  .c7n-headline-image {
    height: 375px;
  }
  .c7n-box.c7n-search input[type="text"],
  .c7n-box.c7n-search select {
    width: 35%;
  }
  .c7n-box.c7n-search input[type="submit"] {
    width: 15%;
  }
  #c7n-content {
    min-height: calc(100vh - 41px - 85px - 95px);
  }
  .c7n-meta-navbar ul {
    margin: 0 -15px;
  }
  #c7n-desktop-navigation {
    bottom: 10px;
  }
  #c7n-navbar .container > .row {
    padding-bottom: 15px;
  }
  #c7n-navbar.c7n-small .container > .row {
    padding-bottom: 0;
  }
  #c7n-navbar .c7n-logo-large {
    transform: translate(-7px, -30px);
  }
  .hidden-xl-up {
    display: none !important;
  }
}
@media (max-width: 1599px) {
  .hidden-xl-down {
    display: none !important;
  }
}
@media (min-width: 1600px) {
  .hidden-xxl-up {
    display: none !important;
  }
}
@media (min-width: 1900px) {
  .container.c7n-full-width,
  #c7n-boxes > .container {
    max-width: 1900px;
  }
  .container.c7n-full-width .col-xl-4,
  #c7n-boxes .col-xl-4 {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }
  .container.c7n-full-width .col-xl-3,
  #c7n-boxes .col-xl-3 {
    -ms-flex: 0 0 16.6666%;
    flex: 0 0 16.6666%;
    max-width: 16.6666%;
  }
  .container.c7n-full-width .c7n-content-tpl {
    max-width: 1140px;
    margin: 0 auto;
    position: relative !important;
  }
}
@media (min-height: 1000px) {
  #c7n-registers {
    position: fixed;
  }
}
