@import "../lib/bootstrap-3.3.7/dist/css/bootstrap.min.css";
@font-face {
  font-family: "Corporate S W01 Medium";
  src: url("/assets/lib/Fonts/FS-WebFonts-147528565/Fonts/885782/5e021646-d455-442e-a10d-d1a65b861d71.eot?#iefix");
  src: url("/assets/lib/Fonts/FS-WebFonts-147528565/Fonts/885782/5e021646-d455-442e-a10d-d1a65b861d71.eot?#iefix") format("eot"), url("/assets/lib/Fonts/FS-WebFonts-147528565/Fonts/885782/f7a452cc-f77a-4c02-afcb-67f709cc9f81.woff2") format("woff2"), url("/assets/lib/Fonts/FS-WebFonts-147528565/Fonts/885782/7c16e23a-e645-4635-8952-8ca7e6b979fb.woff") format("woff"), url("/assets/lib/Fonts/FS-WebFonts-147528565/Fonts/885782/1215bf1e-14df-4eb9-8230-d2881452c1ef.ttf") format("truetype");
}
@font-face {
  font-family: "Corporate S W01 Bold";
  src: url("/assets/lib/Fonts/FS-WebFonts-147528565/Fonts/885800/de32da31-65d4-42c6-8c6a-078a0b3ef99d.eot?#iefix");
  src: url("/assets/lib/Fonts/FS-WebFonts-147528565/Fonts/885800/de32da31-65d4-42c6-8c6a-078a0b3ef99d.eot?#iefix") format("eot"), url("/assets/lib/Fonts/FS-WebFonts-147528565/Fonts/885800/7bf17ab0-a4d3-4f2c-9c1e-b8c8cddc4cf3.woff2") format("woff2"), url("/assets/lib/Fonts/FS-WebFonts-147528565/Fonts/885800/1d969a3e-30d0-4540-946b-30330632931a.woff") format("woff"), url("/assets/lib/Fonts/FS-WebFonts-147528565/Fonts/885800/5c6fc7d1-9c6e-4fe5-b783-0799062f2738.ttf") format("truetype");
}
* {
  outline: 0 !important;
}
html,
body {
  font-size: 100%;
  width: 100%;
  height: 100%;
}
body {
  font-size: 100.0%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-backface-visibility: hidden;
}
strong {
  font-weight: normal;
  font-family: "Corporate S W01 Bold";
}
a {
  text-decoration: none;
}
a:active,
a:visited,
a:focus,
a:hover {
  text-decoration: none;
}
ul {
  padding: 0px;
  margin: 0px;
}
ul li {
  padding: 0px;
  margin: 0px;
  list-style: none;
}
.tr {
  display: table;
  width: 100%;
  height: 100%;
}
.tr .td {
  display: table-cell;
  width: 100%;
  height: 100%;
  vertical-align: middle;
  text-align: center;
}
.tr .td.bottom {
  vertical-align: bottom;
}
.abs {
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 1;
}
.abs.height-auto {
  bottom: inherit;
}
.noselect {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.blau {
  color: #21bbe6;
}
.schwarz {
  color: #000 !important;
}
.sixteen-nine {
  position: relative;
}
.sixteen-nine:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 56.25%;
}
.sixteen-nine > .content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.visual {
  position: relative;
}
.visual:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 41.52777777%;
}
.visual > .content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.visual > .content > img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.visual > .content > .box .tr .td {
  text-align: right;
}
.visual > .content > .box .tr .td .blue-canvas {
  background-color: rgba(33,187,230,0.75);
}
.pdf-insight {
  position: relative;
  cursor: pointer;
}
.pdf-insight .pdf-preview {
  position: relative;
  -webkit-box-shadow: 5px 5px 5px 1px rgba(0,0,0,0.3);
  box-shadow: 5px 5px 5px 1px rgba(0,0,0,0.3);
  border: 1px solid #000;
  padding-bottom: 10px;
  margin-bottom: 30px;
  transition: all 300ms cubic-bezier(0.250,0.460,0.450,0.940);
}
.pdf-insight .pdf-preview:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 136.640625%;
}
.pdf-insight .pdf-preview > img {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: calc(100% - 10px);
  object-fit: cover;
  object-position: center;
  font-family: 'object-fit:cover;object-position:center;';
}
.pdf-insight:hover .pdf-preview {
  -webkit-box-shadow: 5px 5px 5px 1px rgba(0,0,0,0.1);
  box-shadow: 5px 5px 5px 1px rgba(0,0,0,0.1);
}
.pdf-insight .ilabel {
  color: #21bbe6;
  font-family: "Corporate S W01 Bold";
  font-size: 25px;
  line-height: 28px;
  position: relative;
}
.pdf-insight .ilabel:after {
  display: block;
  margin-top: 25px;
  margin-bottom: 25px;
  width: 116px;
  height: 4px;
  background-color: #21bbe6;
  content: "";
}
.text-xs-left {
  text-align: left;
}
.text-xs-right {
  text-align: right;
}
.text-xs-center {
  text-align: center;
}
.text-xs-justify {
  text-align: justify;
}
@media (min-width: 768px) {
  .text-sm-left {
    text-align: left;
  }
  .text-sm-right {
    text-align: right;
  }
  .text-sm-center {
    text-align: center;
  }
  .text-sm-justify {
    text-align: justify;
  }
}
@media (min-width: 1024px) {
  .text-md-left {
    text-align: left;
  }
  .text-md-right {
    text-align: right;
  }
  .text-md-center {
    text-align: center;
  }
  .text-md-justify {
    text-align: justify;
  }
}
@media (min-width: 1280px) {
  .text-lg-left {
    text-align: left;
  }
  .text-lg-right {
    text-align: right;
  }
  .text-lg-center {
    text-align: center;
  }
  .text-lg-justify {
    text-align: justify;
  }
}
.close {
  float: none;
  font-size: inherit;
  font-weight: inherit;
  line-height: auto;
  color: inherit;
  text-shadow: none;
  opacity: 1;
  filter: none;
}
.close:hover {
  opacity: 1;
}
.flickity-enabled {
  position: relative;
}
.flickity-enabled:focus {
  outline: none;
}
.flickity-viewport {
  overflow: hidden;
  position: relative;
  height: 100%;
}
.flickity-slider {
  position: absolute;
  width: 100%;
  height: 100%;
}
.flickity-enabled.is-draggable {
  -webkit-tap-highlight-color: transparent;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.flickity-enabled.is-draggable .flickity-viewport {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab;
}
.flickity-enabled.is-draggable .flickity-viewport.is-pointer-down {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}
.flickity-button {
  position: absolute;
  background: rgba(255,255,255,0.75);
  border: none;
  color: #333;
}
.flickity-button:hover {
  background: white;
  cursor: pointer;
}
.flickity-button:focus {
  outline: none;
  box-shadow: 0 0 0 5px #19F;
}
.flickity-button:active {
  opacity: 0.6;
}
.flickity-button:disabled {
  opacity: 0.3;
  cursor: auto;
  pointer-events: none;
}
.flickity-button-icon {
  fill: currentColor;
}
.flickity-prev-next-button {
  top: 50%;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  transform: translateY(-50%);
}
.flickity-prev-next-button.previous {
  left: 10px;
}
.flickity-prev-next-button.next {
  right: 10px;
}
.flickity-rtl .flickity-prev-next-button.previous {
  left: auto;
  right: 10px;
}
.flickity-rtl .flickity-prev-next-button.next {
  right: auto;
  left: 10px;
}
.flickity-prev-next-button .flickity-button-icon {
  position: absolute;
  left: 20%;
  top: 20%;
  width: 60%;
  height: 60%;
}
.flickity-page-dots {
  position: absolute;
  width: 100%;
  bottom: -25px;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
  line-height: 1;
}
.flickity-rtl .flickity-page-dots {
  direction: rtl;
}
.flickity-page-dots .dot {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0 8px;
  background: #fff;
  border-radius: 50%;
  opacity: 0.25;
  cursor: pointer;
}
.flickity-page-dots .dot.is-selected {
  opacity: 1;
}
body {
  background-color: #fff;
}
body #page {
  background-color: #fff;
  padding-top: 70px;
  padding-top: 90px;
}
body header {
  display: block;
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 75px;
  height: 110px;
  background-color: #fff;
  z-index: 99;
}
body header .innerheader {
  position: absolute;
  top: 0px;
  top: 40px;
  left: 0px;
  width: 100%;
}
body header .marquee-outer {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 40px;
}
body header .marquee-holder {
  background-color: #21bbe6;
  height: 40px;
  margin: 0px -15px;
}
body header .marquee {
  overflow: hidden;
}
body header .marquee a,
body header .marquee span {
  display: inline-block;
  padding-right: 30px;
  font-family: "Corporate S W01 Bold";
  color: #fff;
  font-size: 18px;
  line-height: 39px;
}
body header .marquee a {
  font-family: "Corporate S W01 Bold";
  color: #fff;
  font-size: 18px;
  line-height: 39px;
}
body header #logo {
  display: block;
  position: relative;
  width: 242px;
  margin-top: 15px;
  margin-left: 0px;
}
body header #logo:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 18.6746987951807%;
}
body header #logo > svg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
body header #burger {
  width: 48px;
  height: 48px;
  position: absolute;
  top: -2px;
  right: 0px;
  z-index: 10;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .5s ease-in-out;
  -moz-transition: .5s ease-in-out;
  -o-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  cursor: pointer;
}
body header #burger span {
  display: block;
  position: absolute;
  height: 1.5px;
  width: 24px;
  background: #21bbe6;
  border-radius: 0px;
  opacity: 1;
  left: 10.5px;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .25s ease-in-out;
  -moz-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
}
body header #burger span:nth-child(1) {
  top: 17px;
}
body header #burger span:nth-child(2),
body header #burger span:nth-child(3) {
  top: 23.0px;
}
body header #burger span:nth-child(4) {
  top: 29px;
}
body header #main_navigation {
  display: none;
}
body header #main_navigation .tr {
  height: 70px;
}
body header #main_navigation ul {
  padding-right: 54px;
  white-space: nowrap;
}
body header #main_navigation ul li {
  display: inline-block;
  margin-right: 35px;
}
body header #main_navigation ul li:last-child {
  margin-right: 0px;
}
body header #main_navigation ul li a {
  font-family: "Corporate S W01 Bold";
  font-size: 15px;
  line-height: 20px;
  color: #000;
  text-transform: uppercase;
}
body header #main_navigation ul li a:hover {
  color: #21bbe6;
}
body header #main_navigation ul li.active > a {
  color: #21bbe6;
}
body #navigation_mobile {
  position: fixed;
  top: 0px;
  left: -100%;
  width: 100%;
  height: 100%;
  background-color: #fff;
  z-index: 98;
  transition: left 600ms cubic-bezier(0.250,0.460,0.450,0.940);
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
}
body #navigation_mobile .inner {
  padding: 90px 0px 20px 0px;
}
body #navigation_mobile .inner > nav > ul {
  padding-right: 54px;
}
body #navigation_mobile .inner > nav > ul > li {
  display: block;
  margin-bottom: 10px;
}
body #navigation_mobile .inner > nav > ul > li:last-child {
  margin-right: 0px;
}
body #navigation_mobile .inner > nav > ul > li a {
  font-family: "Corporate S W01 Bold";
  font-size: 20px;
  line-height: 24px;
  color: #000;
  text-transform: uppercase;
}
body #navigation_mobile .inner > nav > ul > li a:hover,
body #navigation_mobile .inner > nav > ul > li a:active,
body #navigation_mobile .inner > nav > ul > li a:focus,
body #navigation_mobile .inner > nav > ul > li a:visited {
  color: #000;
}
body #navigation_mobile .inner > nav > ul > li.active a {
  color: #21bbe6;
}
body #navigation_mobile .inner > nav > ul > li > .ul > ul {
  padding: 20px 0px 10px 0px;
}
body #navigation_mobile .inner > nav > ul > li > .ul > ul li {
  display: block;
  margin-bottom: 10px;
  padding-left: 20px;
}
body #navigation_mobile .inner > nav > ul > li > .ul > ul li:last-child {
  margin-right: 0px;
}
body #navigation_mobile .inner > nav > ul > li > .ul > ul li a {
  font-family: "Corporate S W01 Bold";
  font-size: 15px;
  line-height: 18px;
  color: #000;
  text-transform: uppercase;
}
body #navigation_mobile .inner > nav > ul > li > .ul > ul li a:hover,
body #navigation_mobile .inner > nav > ul > li > .ul > ul li a:active,
body #navigation_mobile .inner > nav > ul > li > .ul > ul li a:focus,
body #navigation_mobile .inner > nav > ul > li > .ul > ul li a:visited {
  color: #000;
}
body #navigation_mobile .inner > nav > ul > li > .ul > ul li.active a {
  color: #21bbe6;
}
body.show-navigation header #burger span:nth-child(1) {
  top: 18px;
  width: 0%;
  left: 50%;
}
body.show-navigation header #burger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
body.show-navigation header #burger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
body.show-navigation header #burger span:nth-child(4) {
  top: 18px;
  width: 0%;
  left: 50%;
}
body.show-navigation #navigation_mobile {
  left: 0px;
}
body footer .bg-gray {
  background-color: #4c4c4c;
  padding: 10px 15px;
  margin: 0px -15px;
}
body footer .bg-gray .col-sm-6,
body footer .bg-gray .margin-col-top {
  margin-top: 40px;
}
body footer .bg-white {
  background-color: #fff;
  padding: 20px 0px;
  font-family: "Corporate S W01 Bold";
  font-size: 18px;
  color: #000;
}
body footer .bg-white a {
  display: block;
  margin-left: 0px;
  font-family: "Corporate S W01 Bold";
  font-size: 18px;
  color: #000;
  text-decoration: none;
  text-transform: uppercase;
}
body footer .bg-white a:hover,
body footer .bg-white a:visited,
body footer .bg-white a:active {
  text-decoration: none;
  color: #000;
}
body footer h2 {
  font-family: "Corporate S W01 Bold";
  font-size: 24px;
  line-height: 24px;
  text-transform: uppercase;
  color: #21bbe6;
  font-weight: normal;
  padding: 0px;
  margin: 0px;
  position: relative;
  margin-bottom: 40px;
  padding-top: 32px;
}
body footer .img_head {
  display: block;
  position: relative;
  margin-bottom: 40px;
}
body footer .img_head img {
  display: block;
  width: auto;
  height: 34px;
}
body footer h2:after,
body footer .img_head:after {
  position: absolute;
  content: "";
  bottom: -24px;
  left: 0px;
  right: 0px;
  border-bottom: 1px solid #fff;
}
body footer h2:after {
  bottom: -18px;
}
body footer .col-sm-6:last-child .img_head:after {
  right: 0px;
}
body footer .icon_row a {
  display: inline-block;
  width: 26px;
  height: 26px;
  position: relative;
  margin-right: 8px;
}
body footer .icon_row a img {
  display: block;
  width: 100%;
  height: 100%;
}
body footer h3 {
  font-family: "Corporate S W01 Bold";
  font-size: 18px;
  line-height: 21.5px;
  color: #fff;
  padding: 0px;
  margin: 0px 0px 21.5px 0px;
  text-transform: uppercase;
}
body footer p {
  font-family: "Corporate S W01 Medium";
  font-size: 18px;
  line-height: 21.5px;
  color: #fff;
  padding: 0px;
  margin: 0px 0px 27.5px 0px;
}
body footer a {
  color: #fff;
  text-decoration: none;
}
body footer a:hover,
body footer a:visited,
body footer a:active {
  text-decoration: underline;
  color: #fff;
}
body .visual {
  margin: 0px -15px 0px -15px;
}
body .visual >.content > .box {
  display: none;
}
body #top > .blue-canvas {
  display: block;
  padding: 10px 15px;
  margin: 0px -15px 0px -15px;
  text-align: left;
  background-color: #21bbe6;
}
body #top > .blue-canvas p {
  hyphens: auto;
  margin-bottom: 12px;
}
body #top > .blue-canvas .gross {
  font-family: "Corporate S W01 Medium";
  font-size: 20px;
  line-height: 24px;
  color: #fff;
}
body #top > .blue-canvas .mittelgross {
  font-family: "Corporate S W01 Medium";
  font-size: 20px;
  line-height: 24px;
  color: #fff;
}
body #top > .blue-canvas .mittel {
  font-family: "Corporate S W01 Medium";
  font-size: 20px;
  line-height: 24px;
  color: #fff;
}
body #top > .blue-canvas .mittel a {
  color: #fff !important;
  text-decoration: none !important;
}
body #top > .blue-canvas .klein {
  font-family: "Corporate S W01 Medium";
  font-size: 14px;
  line-height: 16px;
  color: #fff;
}
body main {
  padding-top: 30px;
}
body aside h1 {
  font-family: "Corporate S W01 Bold";
  font-size: 24px;
  color: #21bbe6;
  text-transform: uppercase;
  padding: 0px;
  margin: 0px 0px 10px 0px;
}
body aside h2 {
  font-family: "Corporate S W01 Bold";
  font-size: 24px;
  color: #000;
  padding: 0px;
  margin: 0px 0px 0px 0px;
  position: relative;
}
body aside h2:after {
  display: block;
  margin-top: 40px;
  width: 116px;
  height: 4px;
  background-color: #21bbe6;
  content: "";
}
body article {
  padding-top: 40px;
  padding-bottom: 40px;
}
body article p {
  font-family: "Corporate S W01 Medium";
  font-size: 20px;
  line-height: 23.5px;
  color: #000;
  padding: 0px;
  margin: 0px 0px 27.5px 0px;
  hyphens: auto;
}
body article p strong {
  font-weight: normal;
  font-family: "Corporate S W01 Bold";
}
body article p.extrasmall {
  font-size: 12px;
}
body article p span {
  font-size: 20px !important;
  line-height: 23.5px !important;
}
body article h3 {
  font-family: "Corporate S W01 Bold";
  font-size: 24px;
  line-height: 27.5px;
  font-weight: normal;
  color: #000;
  padding: 0px;
  margin: 50px 0px 27.5px 0px;
}
body article h3:first-child {
  margin-top: 0px;
}
body article ul {
  margin: -20px 0px 27.5px 0px;
}
body article ul li {
  list-style: none;
  padding-left: 16px;
  position: relative;
  font-family: "Corporate S W01 Medium";
  font-size: 20px;
  line-height: 23.5px;
  color: #000;
  margin-bottom: 10px;
}
body article ul li:before {
  position: absolute;
  top: 0px;
  left: 0px;
  content: "·";
  font-family: "Corporate S W01 Medium";
  font-size: 20px;
  line-height: 23.5px;
  color: #21bbe6;
}
body article a {
  font-family: "Corporate S W01 Medium";
  font-size: 20px;
  line-height: 23.5px;
  color: #000;
  text-decoration: none;
}
body article a:hover {
  color: #000;
}
body article a.button {
  display: inline-block;
  border: 1px solid #21bbe6;
  padding: 12px 35px;
}
body article a.button:hover {
  color: #000;
}
body .quotes {
  position: relative;
  margin-top: 50px;
}
body .quotes .quotes-holder {
  position: relative;
  background-color: #21bbe6;
  left: 0px;
  width: 100%;
  padding: 30px 30px 60px 30px;
}
body .quotes .quotes-holder .quotes-slider .quote {
  width: 100%;
}
body .quotes h3 {
  color: #fff;
}
body .quotes .image {
  text-align: center;
}
body .quotes .image img {
  display: inline-block;
  width: 100%;
  max-width: 250px;
  height: auto;
  border-radius: 50%;
  margin-bottom: 1em;
}
body .quotes .image h6 {
  font-family: "Corporate S W01 Bold";
  font-size: 16px;
  color: #fff;
  text-transform: uppercase;
}
body .quotes .copy p {
  font-size: 17px;
  line-height: 19.5px;
  color: #fff;
  margin-bottom: 19.5px;
}
body .quotes .copysmall p {
  font-size: 14px;
  line-height: 19.5px;
  color: #fff;
  margin-bottom: 19.5px;
}
body .fb3d-modal-shadow {
  overflow: hidden;
}
body body::before {
  position: fixed;
  content: ' ';
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  z-index: -10;
  opacity: 0;
  transition: opacity 0.5s, z-index 0.5s step-end;
}
body body.fb3d-modal-shadow::before {
  z-index: 10;
  opacity: 0.5;
  transition: opacity 0.5s;
}
body .fb3d-modal {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  box-shadow: 0 0 5px #fff;
  z-index: -9;
  opacity: 0;
  transition: opacity 0.5s, z-index 0.5s step-end;
}
body .fb3d-modal.visible {
  z-index: 111;
  opacity: 1;
  transition: opacity 0.5s;
}
body .fb3d-modal::before {
  position: absolute;
  content: ' ';
  width: 100%;
  height: 100%;
  opacity: 1;
  z-index: -1;
}
body .fb3d-modal.light::before {
  background-color: #fff;
}
body .fb3d-modal.dark::before {
  background-color: #000;
}
body .fb3d-modal .cmd-close {
  font-size: 16pt;
  color: #ccc;
  position: absolute;
  right: 10px;
  top: 10px;
  z-index: 1;
}
body .fb3d-modal.light .cmd-close {
  color: #555;
}
body .fb3d-modal .mount-container {
  width: 100%;
  height: 100%;
}
body .fb3d-modal .cmd-close:hover {
  color: #eee;
}
body .fb3d-modal.light .cmd-close:hover {
  color: #111;
}
body .fb3d-modal .cmd-close:active {
  font-size: 14pt;
  padding-top: 2px;
  padding-right: 2px;
}
body .light .mount-container.fullscreen {
  background-image: url('../images/inverse-texture.jpg');
}
body .dark .mount-container.fullscreen {
  background-image: url('../images/texture.jpg');
}
body .border {
  border: 1px solid #dee2e6 !important;
}
body .rounded {
  border-radius: 0.25rem !important;
}
body .view-modes .row {
  margin-bottom: 25px;
}
body .welcome-img {
  text-align: center;
}
body .welcome-img img {
  max-width: 100%;
}
body .inline-icon {
  height: 25px;
}
body .fb3d-button {
  display: inline-block;
  font-size: 13px;
  margin: 0;
  cursor: pointer;
  border-width: 1px;
  border-style: solid;
  border-radius: 3px;
  white-space: nowrap;
  box-sizing: border-box;
  min-height: 32px;
  line-height: 2.30769231;
  padding: 0 12px;
  color: #fff;
  background: #007cba;
  border-color: #007cba;
  text-decoration: none;
  text-shadow: none;
}
body a.fb3d-button,
body a.fb3d-button:visited {
  color: #fff;
}
body .fb3d-button:focus,
body .fb3d-button:hover {
  background: #0071a1;
  border-color: #0071a1;
  color: #fff;
  text-decoration: none;
}
body .fb3d-button:focus {
  box-shadow: 0 0 0 1px #fff, 0 0 0 3px #007cba;
}
body .fb3d-button:active {
  background: #00669b;
  border-color: #00669b;
  box-shadow: none;
  color: #fff;
}
body .fb3d-thumbnail {
  position: relative;
  display: inline-block;
  line-height: 0;
}
body .fb3d-thumbnail .book-thumbnail {
  perspective: 1200px;
  transform-style: preserve-3d;
  display: inline-block;
  transition: box-shadow .25s ease-in-out;
}
body .fb3d-thumbnail:hover .book-thumbnail {
  box-shadow: 0 0 7px rgba(0,0,0,0.5);
}
body .fb3d-thumbnail:active .book-thumbnail {
  box-shadow: 0 0 5px rgba(0,0,0,0.5);
  transition: box-shadow .15s ease-in-out;
}
body .fb3d-thumbnail .book-thumbnail img {
  border-radius: 0;
  transform-origin: left;
  transition: transform .25s;
  height: 200px;
}
body .fb3d-thumbnail:hover .book-thumbnail img {
  transform: rotateY(-20deg);
}
body .fb3d-thumbnail:active .book-thumbnail img {
  transform: rotateY(-17deg);
  transition: transform .15s;
}
body .fb3d-thumbnail .book-heading {
  position: absolute;
  width: 100%;
  height: 100%;
  pointer-events: none;
  overflow: hidden;
}
body .fb3d-thumbnail .book-heading h3 {
  box-sizing: border-box;
  position: absolute;
  width: 100%;
  margin: 0;
  padding: 5px;
  font-weight: normal;
  font-size: 14px;
  line-height: 120%;
  color: #fff;
  text-decoration: none;
  z-index: 1;
  background: rgba(60,60,60,0.8);
  bottom: -100%;
  transition: bottom .3s ease .2s;
}
body .fb3d-thumbnail:hover .book-heading h3 {
  bottom: 5px;
  transition-delay: 0s;
}
body .fb3d-thumbnail .book-heading h3 a {
  color: #fff;
  text-decoration: none;
}
@media (min-width: 768px) {
  body {
    background-color: #fff;
  }
  body header {
    height: 95px;
    height: 130px;
  }
  body header #logo {
    width: 303px;
    margin-top: 19px;
  }
  body header #burger {
    top: 23px;
  }
  body #page {
    padding-top: 95px;
    padding-top: 135px;
  }
  body main {
    padding-top: 40px;
  }
  body .container {
    width: 100%;
  }
  body #top > .blue-canvas {
    display: none;
  }
  body .visual {
    margin: 0px -15px;
  }
  body .visual >.content > .box {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
  }
  body .visual >.content > .box .tr .td {
    padding-right: 45px;
  }
  body .visual >.content > .box .tr .td .blue-canvas {
    display: inline-block;
    width: 350px;
    height: auto;
    padding: 20px 10px 10px 20px;
    text-align: left;
  }
  body .visual >.content > .box .tr .td .blue-canvas p {
    hyphens: manual;
  }
  body .visual >.content > .box .tr .td .blue-canvas .gross {
    font-family: "Corporate S W01 Medium";
    font-size: 28px;
    line-height: 34px;
    color: #fff;
  }
  body .visual >.content > .box .tr .td .blue-canvas .mittelgross {
    font-family: "Corporate S W01 Medium";
    font-size: 30px;
    line-height: 32.5px;
    color: #fff;
    padding-right: 10px;
  }
  body .visual >.content > .box .tr .td .blue-canvas .mittel {
    font-family: "Corporate S W01 Medium";
    font-size: 24px;
    line-height: 27.5px;
    color: #fff;
    margin-bottom: 27.5px;
    padding-right: 10px;
  }
  body .visual >.content > .box .tr .td .blue-canvas .mittel a {
    color: #fff !important;
    text-decoration: none !important;
  }
  body .visual >.content > .box .tr .td .blue-canvas .klein {
    font-family: "Corporate S W01 Medium";
    font-size: 17.5px;
    line-height: 22.5px;
    padding-right: 10px;
    color: #fff;
  }
  body #navigation_mobile .inner {
    padding: 140px 15px 20px 15px;
  }
  body #navigation_mobile .inner ul {
    padding-right: 54px;
  }
  body #navigation_mobile .inner ul li a {
    font-size: 45px;
    line-height: 56px;
  }
  body footer .bg-gray {
    position: relative;
    padding: 40px 15px;
  }
  body footer .bg-gray .col-sm-6,
  body footer .bg-gray .margin-col-top {
    margin-top: 0px;
  }
  body footer .bg-white a {
    display: inline-block;
    margin-left: 20px;
  }
  body footer .ic-col {
    position: inherit;
  }
}
@media (min-width: 1024px) {
  body {
    background-color: #333333;
  }
  body header {
    transition: height 300ms cubic-bezier(0.250,0.460,0.450,0.940);
    background-color: transparent;
    height: 140px;
    height: 180px;
  }
  body header .marquee-holder {
    margin: 0px 0px;
  }
  body header .white {
    background-color: #fff;
    height: 140px;
    transition: height 300ms cubic-bezier(0.250,0.460,0.450,0.940);
  }
  body header #logo {
    width: 403px;
    margin-top: 31px;
    margin-left: 30px;
    transition: all 300ms cubic-bezier(0.250,0.460,0.450,0.940);
  }
  body header #burger {
    display: none;
  }
  body header #main_navigation {
    display: block;
    position: absolute;
    top: 73px;
    left: 0px;
  }
  body header #main_navigation .tr .td {
    text-align: left;
  }
  body header #main_navigation nav > ul {
    padding-right: 0px;
    padding-left: 126px;
  }
  body header #main_navigation nav > ul > li {
    position: relative;
  }
  body header #main_navigation nav > ul > li:hover > .ul {
    display: block;
  }
  body header #main_navigation nav > ul > li > .ul {
    position: absolute;
    display: none;
    left: -15px;
    top: 18px;
    width: auto;
    min-width: 200px;
    background-color: #fff;
    z-index: 2;
    text-align: left;
    padding-bottom: 10px;
    padding-top: 12px;
  }
  body header #main_navigation nav > ul > li > .ul ul {
    padding: 0px;
    margin: 0px;
  }
  body header #main_navigation nav > ul > li > .ul ul li {
    display: block;
    padding: 0px 15px;
    margin: 0px;
  }
  body.header-small header {
    height: 80px;
  }
  body.header-small header .white {
    height: 80px;
  }
  body.header-small header #logo {
    width: 270px;
    margin-top: 16px;
  }
  body.header-small header #main_navigation {
    top: 5px;
  }
  body.header-small header #main_navigation nav > ul {
    padding-left: 366px;
    transform: scale(0.9);
  }
  body.header-small header #main_navigation nav > ul li {
    margin-right: 25px;
  }
  body .visual {
    margin: 0px;
  }
  body .visual >.content > .box {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
  }
  body .visual >.content > .box .tr .td {
    padding-right: 45px;
  }
  body .visual >.content > .box .tr .td .blue-canvas {
    display: inline-block;
    width: 650px;
    width: 500px;
    height: 265px;
    height: auto;
    min-height: 205px;
    padding: 40px 10px 10px 40px;
    text-align: left;
  }
  body .visual >.content > .box .tr .td .blue-canvas .gross {
    font-family: "Corporate S W01 Medium";
    font-size: 35px;
    line-height: 40px;
    color: #fff;
  }
  body .visual >.content > .box .tr .td .blue-canvas .mittelgross {
    font-family: "Corporate S W01 Medium";
    font-size: 30px;
    line-height: 32.5px;
    color: #fff;
    padding-right: 30px;
  }
  body .visual >.content > .box .tr .td .blue-canvas .mittel {
    font-family: "Corporate S W01 Medium";
    font-size: 24px;
    line-height: 27.5px;
    color: #fff;
    margin-bottom: 27.5px;
    padding-right: 30px;
  }
  body .visual >.content > .box .tr .td .blue-canvas .mittel a {
    color: #fff !important;
    text-decoration: none !important;
  }
  body .visual >.content > .box .tr .td .blue-canvas .klein {
    font-family: "Corporate S W01 Medium";
    font-size: 17.5px;
    line-height: 22.5px;
    padding-right: 30px;
    color: #fff;
  }
  body #page {
    padding-top: 140px;
  }
  body main {
    padding: 60px 30px;
  }
  body #navigation_mobile {
    display: none;
  }
  body footer .bg-gray {
    background-color: #4c4c4c;
    padding: 50px 30px;
    margin: 0px 0px;
  }
  body footer .bg-gray .col-sm-6 {
    margin-top: 0px;
  }
  body footer .bg-white {
    background-color: #fff;
    padding: 20px 30px;
    font-family: "Corporate S W01 Bold";
    font-size: 18px;
    color: #000;
  }
  body footer .bg-white a {
    font-family: "Corporate S W01 Bold";
    font-size: 18px;
    color: #000;
    text-decoration: none;
    text-transform: uppercase;
  }
  body footer .bg-white a:hover,
  body footer .bg-white a:visited,
  body footer .bg-white a:active {
    text-decoration: none;
    color: #000;
  }
  body footer h2 {
    font-family: "Corporate S W01 Bold";
    font-size: 24px;
    line-height: 24px;
    text-transform: uppercase;
    color: #21bbe6;
    font-weight: normal;
    padding: 0px;
    margin: 0px;
    position: relative;
    margin-bottom: 40px;
    padding-top: 22px;
  }
  body footer .img_head {
    display: block;
    position: relative;
    margin-bottom: 40px;
  }
  body footer .img_head img {
    display: block;
    width: auto;
    height: 40px;
  }
  body footer h2:after,
  body footer .img_head:after {
    position: absolute;
    content: "";
    bottom: -24px;
    left: 0px;
    right: -30px;
    border-bottom: 1px solid #fff;
  }
  body footer h2:after {
    bottom: -18px;
  }
  body footer .col-sm-6:last-child .img_head:after {
    right: 0px;
  }
  body footer .icon_row {
    position: absolute;
    bottom: 77.5px;
  }
  body footer .icon_row a {
    display: inline-block;
    width: 30px;
    height: 30px;
    position: relative;
    margin-right: 8px;
  }
  body footer .icon_row a img {
    display: block;
    width: 100%;
    height: 100%;
  }
  body footer h3 {
    font-family: "Corporate S W01 Bold";
    font-size: 18px;
    line-height: 21.5px;
    color: #fff;
    padding: 0px;
    margin: 0px 0px 21.5px 0px;
    text-transform: uppercase;
  }
  body footer p {
    font-family: "Corporate S W01 Medium";
    font-size: 18px;
    line-height: 21.5px;
    color: #fff;
    padding: 0px;
    margin: 0px 0px 27.5px 0px;
  }
  body footer a {
    color: #fff;
    text-decoration: none;
  }
  body footer a:hover,
  body footer a:visited,
  body footer a:active {
    text-decoration: underline;
    color: #fff;
  }
  body aside h1 {
    font-family: "Corporate S W01 Bold";
    font-size: 24px;
    color: #21bbe6;
    text-transform: uppercase;
    padding: 0px;
    margin: 0px 0px 10px 0px;
  }
  body aside h2 {
    font-family: "Corporate S W01 Medium";
    font-size: 45px;
    line-height: 50px;
    color: #000;
    padding: 0px;
    margin: 0px 0px 40px 0px;
    position: relative;
  }
  body aside h2:after {
    display: block;
    margin-top: 40px;
    width: 116px;
    height: 4px;
    background-color: #21bbe6;
    content: "";
  }
  body article p {
    hyphens: none;
  }
  body article h3 {
    font-size: 30px;
    line-height: 27.5px;
  }
  body .quotes {
    margin-bottom: -100px;
    margin-top: 100px;
  }
  body .quotes .quotes-holder {
    padding: 50px 30px;
  }
  body .quotes .image {
    padding-right: 40px;
  }
}
@media (min-width: 1280px) {
  .col-xl-7 {
    width: 58.33333333%;
  }
  .col-xl-5 {
    width: 41.66666667%;
  }
  body .container {
    width: 1280px;
  }
  body header #main_navigation {
    display: block;
    position: relative;
    top: auto;
    left: auto;
  }
  body header #main_navigation .tr {
    height: 140px;
    transition: height 300ms cubic-bezier(0.250,0.460,0.450,0.940);
  }
  body header #main_navigation .tr .td {
    text-align: right;
  }
  body header #main_navigation nav > ul {
    padding-right: 54px;
    padding-left: 0px;
  }
  body header #main_navigation nav > ul li {
    margin-right: 25px;
  }
  body.header-small header #main_navigation {
    top: auto;
  }
  body.header-small header #main_navigation .tr {
    height: 80px;
  }
  body.header-small header #main_navigation nav > ul {
    padding-right: 54px;
    padding-left: 0px;
    transform: scale(1);
  }
  body main {
    padding: 60px 150px;
  }
  body aside h1 {
    font-family: "Corporate S W01 Bold";
    font-size: 20px;
    color: #21bbe6;
    text-transform: uppercase;
    padding: 0px;
    margin: 0px 0px 10px 0px;
  }
  body aside h2 {
    font-family: "Corporate S W01 Medium";
    font-size: 48px;
    line-height: 53px;
    color: #000;
    padding: 0px;
    margin: 0px 0px 40px 0px;
    position: relative;
  }
  body aside h2:after {
    display: block;
    margin-top: 40px;
    width: 116px;
    height: 4px;
    background-color: #21bbe6;
    content: "";
  }
  body footer .bg-gray {
    padding: 50px 150px;
  }
  body footer .bg-white {
    padding: 20px 150px;
  }
}
@media (min-width: 1440px) {
  body header #logo {
    width: 503px;
    margin-top: 19px;
  }
  body .container {
    width: 1440px;
  }
}
