/*! normalize.css v2.1.3 | MIT License | git.io/normalize */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined in IE 8/9.
 */
/* @import url("https://fast.fonts.com/lt/1.css?apiType=css&c=41fba454-d8a6-4197-ab92-d111d19cd7c8&fontids=723797,723827"); */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}
/**
 * Correct `inline-block` display not defined in IE 8/9.
 */
audio,
canvas,
video {
  display: inline-block;
}
/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}
/**
 * Address `[hidden]` styling not present in IE 8/9.
 * Hide the `template` element in IE, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none;
}
/* ==========================================================================
   Base
   ========================================================================== */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}
/**
 * Remove default margin.
 */
body {
  margin: 0;
}
/* ==========================================================================
   Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background: transparent;
}
/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */
a:focus {
  outline: thin dotted;
}
/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0;
}
/* ==========================================================================
   Typography
   ========================================================================== */
/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari 5, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
/**
 * Address styling not present in IE 8/9, Safari 5, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}
/**
 * Address style set to `bolder` in Firefox 4+, Safari 5, and Chrome.
 */
b,
strong {
  font-weight: bold;
}
/**
 * Address styling not present in Safari 5 and Chrome.
 */
dfn {
  font-style: italic;
}
/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}
/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000;
}
/**
 * Correct font family set oddly in Safari 5 and Chrome.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em;
}
/**
 * Improve readability of pre-formatted text in all browsers.
 */
pre {
  white-space: pre-wrap;
}
/**
 * Set consistent quote types.
 */
q {
  quotes: "\201C" "\201D" "\2018" "\2019";
}
/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}
/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
/* ==========================================================================
   Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9.
 */
img {
  border: 0;
}
/**
 * Correct overflow displayed oddly in IE 9.
 */
svg:not(:root) {
  overflow: hidden;
}
/* ==========================================================================
   Figures
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari 5.
 */
figure {
  margin: 0;
}
/* ==========================================================================
   Forms
   ========================================================================== */
/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
/**
 * 1. Correct `color` not being inherited in IE 8/9.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}
/**
 * 1. Correct font family not being inherited in all browsers.
 * 2. Correct font size not being inherited in all browsers.
 * 3. Address margins set differently in Firefox 4+, Safari 5, and Chrome.
 */
button,
input,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 2 */
  margin: 0;
  /* 3 */
}
/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
button,
input {
  line-height: normal;
}
/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 8+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */
button,
select {
  text-transform: none;
}
/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}
/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}
/**
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}
/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box;
}
/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
/**
 * 1. Remove default vertical scrollbar in IE 8/9.
 * 2. Improve readability and alignment in all browsers.
 */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */
}
/* ==========================================================================
   Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}
/**
 * sets all fonts to 10px
 */
/* Neutralize styling: 
   Elements we want to clean out entirely: */
html,
body,
form,
fieldset {
  margin: 0;
  padding: 0;
}
/* Neutralize styling: 
   Elements with a vertical margin: */
h1,
h2,
h3,
h4,
h5,
h6,
p,
pre,
blockquote,
ul,
ol,
dl,
address {
  margin: 0;
  padding: 0;
}
/* Apply left margin:
   Only to the few elements that need it: */
li,
dd,
blockquote {
  margin-left: 1.5em;
}
/**
 * default smooster related css.
 */
img {
  vertical-align: bottom;
}
img[align=left] {
  margin: .30em 1em 0 0;
}
img[align=right] {
  margin: .30em 0 0 1em;
}
input,
button {
  cursor: pointer;
}
ul li {
  min-height: 1em;
}
p ul,
p ol {
  font-size: inherit;
}
.clearfix {
  zoom: 1;
}
.clearfix:after {
  clear: both;
}
.clearfix:before,
.clearfix:after {
  content: "\0020";
  display: block;
  height: 0;
  overflow: hidden;
}
.pull-right {
  float: right;
  margin: .30em 1em 0 0;
  clear: right;
}
.pull-left {
  float: left;
  margin: .30em 1em 0 0;
  clear: left;
}
/* @font-face {
  font-family: "Univers LT W01 45 Light";
  src: url("../fonts/723797/2b61512c-069e-4111-bb23-9a918f94a74d.eot?#iefix");
  src: url("../fonts/723797/2b61512c-069e-4111-bb23-9a918f94a74d.eot?#iefix") format("eot"), url("../fonts/723797/ecf89914-1896-43f6-a0a0-fe733d1db6e7.woff") format("woff"), url("../fonts/723797/7628f343-8c36-4707-9559-8feb86c0462f.ttf") format("truetype"), url("../fonts/723797/11b816e7-d678-48dd-bc75-560de9c19049.svg#11b816e7-d678-48dd-bc75-560de9c19049") format("svg");
}
@font-face {
  font-family: "Univers LT W01 65 Bold";
  src: url("../fonts/723827/db1c462f-8890-4a11-9de5-36872279e20a.eot?#iefix");
  src: url("../fonts/723827/db1c462f-8890-4a11-9de5-36872279e20a.eot?#iefix") format("eot"), url("../fonts/723827/b993da84-c1f6-474a-8f00-8aa797b3de8f.woff") format("woff"), url("../fonts/723827/58403ef6-4c15-4280-b4b6-9acf50804f4f.ttf") format("truetype"), url("../fonts/723827/9178e351-95c5-4913-9eeb-fd0645a18c2d.svg#9178e351-95c5-4913-9eeb-fd0645a18c2d") format("svg");
}
@font-face {
  font-family: "UniversLTW01-47LightCn";
  src: url("../fonts/723803/296c59c2-74b0-41c1-bcfd-23d22a713f86.eot?#iefix");
  src: url("../fonts/723803/296c59c2-74b0-41c1-bcfd-23d22a713f86.eot?#iefix") format("eot"), url("../fonts/723803/609beecf-8d23-4a8c-bbf5-d22ee8db2fc9.woff") format("woff"), url("../fonts/723803/a6595b8d-d4a3-4f01-bf21-0b53617d4b1c.ttf") format("truetype"), url("../fonts/723803/1cd9ef2f-b358-4d39-8628-6481d9e1c8ce.svg#1cd9ef2f-b358-4d39-8628-6481d9e1c8ce") format("svg");
} */
/* delete or comment what you don't need */
.slider .slides .slide {
  -webkit-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  min-height: 600px;
}
.hidden {
  display: none;
}
.mercury-activate {
  position: absolute;
  top: 0px;
  display: block !important;
  width: 100%;
  min-height: 100%;
  overflow: hidden;
  background: white;
  z-index: 2000;
}
.mercury-activate article {
  display: block;
  float: none;
  background-image: none !important;
  border-bottom: 1px solid grey;
  padding-left: 50px;
}
.mercury-activate img {
  max-width: 400px;
  display: block !important;
}
.mercury-activate p {
  font-size: 1.2em;
  width: 70%;
}
.mercury-activate .close_button {
  position: absolute;
  top: 0px;
  right: 100px;
}
/* end config */
/* typo */
body,
input,
select,
textarea,
button {
  /* font-family: "Univers LT W01 45 Light", sans-serif; */
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 300 !important;
  font-weight: 400;
  color: #000000;
}
abbr,
acronym,
dfn {
  font-variant: normal;
  border-bottom: 1px solid #E5E5E5;
  cursor: help;
}
h1 {
  /* font-family: "UniversLTW01-47LightCn"; */
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 300 !important;
  font-size: 2.063em;
  /* text-align: center; */
  margin-bottom: 0;
  font-weight: normal;
}
h2 {
  /* font-family: "UniversLTW01-47LightCn"; */
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 300 !important;
  font-size: 1.9em;
  text-transform: uppercase;
  color: #61a9d3;
  margin-bottom: 0.83em;
  font-weight: normal;
}
h3 {
  /* font-family: "UniversLTW01-47LightCn"; */
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 300 !important;
  font-size: 1.78em;
  text-align: justify;
  color: rgba(0, 0, 0, 0.4);
  line-height: 1.233em;
  border-bottom: 1px solid rgba(0, 0, 0, 0.4);
  border-top: 1px solid rgba(0, 0, 0, 0.4);
  padding: 4px 0 !important;
  font-weight: normal;
}
h4 {
  font-size: 1.9em;
  font-weight: normal;
  text-transform: uppercase;
  color: #61a9d3;
  /* font-family: "UniversLTW01-47LightCn"; */
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 300 !important;
  padding-bottom: 18px;
  margin-bottom: 7px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.4);
}
h5 {
  font-size: 0.83em;
  /* font-family: "Univers LT W01 65 Bold"; */
  font-family: "Roboto Condensed", sans-serif;
  font-weight: bold;
  color: rgba(0, 0, 0, 0.7);
  font-size: .938em;
  font-weight: normal;
}
h6 {
  font-size: 0.67em;
  margin-bottom: 2.33em;
}
a {
  text-decoration: none;
  color: rgba(0, 0, 0, 0.7);
  /* font-family: "Univers LT W01 65 Bold"; */
  font-family: "Roboto Condensed", sans-serif;
  font-weight: bold;
}
strong,
b {
  /* font-family: "Univers LT W01 65 Bold"; */
  font-family: "Roboto Condensed", sans-serif;
  font-weight: bold;
}
small {
  font-size: 82%;
  line-height: 130%;
}
p,
ul,
ol {
  margin-bottom: 1.33em;
  color: rgba(0, 0, 0, 0.8);
  font-size: 0.938em;
  line-height: 1.429em;
}
ul {
  list-style-type: square;
}
li {
  margin-left: 1.1em;
}
ul ul,
ol ol {
  margin-bottom: inherit;
}
span {
  font-size: inherit !important;
}
.grey {
  color: rgba(0, 0, 0, 0.7);
}
.hidden-desktop {
  display: none;
}
/* Layout */
html,
body {
  height: 100%;
}
#wrapper {
  width: 100%;
  background-color: #ffffff;
  min-height: 100%;
  height: auto !important;
  height: 100%;
  margin-bottom: -8px;
}
.row .col-1-3 {
  width: 20.5%;
  float: left;
}
.row .col-2-3 {
  width: 58%;
  float: left;
  margin-left: 35px;
}
.row .col-3-3 {
  width: 15.6%;
  float: left;
}
header {
  background-color: #4891c6;
  height: 195px;
}
/* header #header_picture {
  max-width: 960px;
  margin-right: auto;
  margin-left: auto;
} */
/* @media (min-width: 992px) {

  #header_picture img {
    margin-left: 11px;
  }
} */

.wrap,
#main {
  max-width: 960px;
  margin-right: auto;
  margin-left: auto;
}
#main #bluebox {
  /* width: 524px; */
  height: 35px;
  background-color: #8ac2e6;
  /* margin-left: 244px;
  margin-bottom: 20px; */
}
#main .company_name {
  /* width: 524px; */
  /* margin-bottom: 63px; */
}

#main .content {
  margin-left: 26px;
  margin-right: 35px;
  margin: 0;
}
#main .content #navi ul {
  list-style-type: none;
  border-bottom: 1px solid rgba(0, 0, 0, 0.4);
}
#main .content #navi ul li {
  margin-left: 0px;
}
#main .content #navi ul li a {
  /* font-family: "UniversLTW01-47LightCn"; */
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 300 !important;
  color: #000000;
  font-size: 1.600em;
  letter-spacing: .05em;
  line-height: 1.667em;
  display: block;
  padding-left: 9px;
}
#main .content #navi ul li.current-menu-item > a,
#main .content #navi ul li a.active,
#main .content #navi ul li a.active_sibling_first_class {
  color: #61a9d3;
  border-top: 1px solid rgba(0, 0, 0, 0.4);
  border-bottom: 1px solid rgba(0, 0, 0, 0.4);
}
#main .content #navi ul li.current-menu-item > a + ul,
#main .content #navi ul li.current-menu-parent > a + ul,
#main .content #navi ul li.current-menu-ancestor > a + ul,
#main .content #navi ul li a.active + ul,
#main .content #navi ul li a.active_sibling + ul {
  display: block;
}
#main .content #navi ul li ul {
  display: none;
}
#main .content #navi ul li ul li {
  margin-bottom: 6px;
}
#main .content #navi ul li ul li a {
  font-size: 1.067em;
  letter-spacing: 0em;
}
#main .content #navi ul li ul li.current-menu-item > a,
#main .content #navi ul li ul li a.active {
  background-color: rgba(72, 145, 198, 0.15);
  color: #000000;
  border-bottom: none;
  border-top: none;
  padding-right: 4px;
}
#main .content #navi ul li ul li a.active_sibling {
  color: #000000;
  border: 0;
}
#main .content #navi ul li ul li:first-child {
  margin-top: 10px;
}
#main .content #navi ul li.current-menu-item:last-child > a,
#main .content #navi ul li:last-child a.active {
  border-bottom: none;
}
#main .content #navi ul:first-child {
  margin-bottom: 55px;
}
#main .content .site-main a:after,
#main .content .col-2-3 a:after {
  content: '>>';
  color: #61a9d3;
  padding-right: 3px;
}
#main .content .col-2-3 p {
  padding-right: 43px;
  margin-bottom: 10px;
}
#main .content .col-2-3 #person img,
#main .content .col-2-3 #team img {
  border: 1px solid #c7c6c9;
  margin-bottom: 31px;
}
#main .content .col-2-3 #person .title p,
#main .content .col-2-3 #team .title p {
  /* font-family: "Univers LT W01 65 Bold"; */
  font-family: "Roboto Condensed", sans-serif;
  font-weight: bold;
  margin-bottom: 0px;
}
#main .content .col-2-3 #person .description .row .col-1-2,
#main .content .col-2-3 #team .description .row .col-1-2 {
  width: 31%;
  float: left;
}
#main .content .col-2-3 #person .description .row .col-1-2 p,
#main .content .col-2-3 #team .description .row .col-1-2 p {
  padding-right: 0px;
}
#main .content .col-2-3 #person .description .row .col-2-2,
#main .content .col-2-3 #team .description .row .col-2-2 {
  width: 69%;
  float: left;
}
#main .content .col-2-3 #person .description .row .col-2-2 p,
#main .content .col-2-3 #team .description .row .col-2-2 p {
  padding-right: 0px;
}
#main .content .col-2-3 #person .part,
#main .content .col-2-3 #team .part {
  margin-bottom: 19px;
}
#main .content .col-2-3 #team p {
  margin-bottom: 21px;
}
#main .content .col-2-3 #team img {
  margin-bottom: 11px;
}
#main .content .col-2-3 #order p {
  margin-bottom: 51px;
}
#main .content .col-2-3 #order #order-print p {
  /* font-family: "Univers LT W01 65 Bold"; */
  font-family: "Roboto Condensed", sans-serif;
  font-weight: bold;
  margin-bottom: 27px;
}
#main .content .col-2-3 #order #order-print p img {
  margin-right: 12px;
}
#main .content .col-2-3 #order .col-1-2 {
  width: 48%;
  float: left;
  margin-right: 10px;
}
#main .content .col-2-3 #order .col-2-2 {
  width: 48%;
  float: left;
  margin-left: 10px;
}
#main .content .col-2-3 #order .col-1-2 img,
#main .content .col-2-3 #order .col-2-2 img {
  height: 167px;
  width: 253px;
  border: 1px solid #c7c6c9;
  margin-bottom: 15px;
}
#main .content .col-2-3 .doc p {
  /* font-family: "UniversLTW01-47LightCn"; */
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 300 !important;
  text-align: justify;
  margin-bottom: 0px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.4);
  line-height: 1.857em;
  color: #000000;
  padding-right: 0;
  letter-spacing: -0.006em;
}
#main .content .col-2-3 #adress p {
  letter-spacing: -0.004em;
  border-bottom: none;
}
#main .content .col-2-3 #adress a:after {
  content: '';
}
#main .content .col-2-3 #adress a {
  /* font-family: "Univers LT W01 45 Light", sans-serif !important; */
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 300 !important;
}
#main .content .col-3-3 {
  padding-left: 17px;
  position: relative;
}
#main .content .round-pic {
  position: absolute;
  z-index: 10;
}
#main .content .round-pic:first-child {
  top: 5px;
}
#main .content .round-pic:nth-child(2) {
  top: 75px;
  z-index: 0;
}
#main .content .round-pic:nth-child(3) {
  top: 170px;
}
#main .content .round-pic:nth-child(4) {
  top: 261px;
  z-index: 0;
}
#main .content .bluebox-footer {
  padding-bottom: 22px;
  padding-top: 12px;
}
footer {
  background-color: #4891c6;
  height: 8px;
  width: 100%;
}
footer #bluebox-main {
  max-width: 960px;
  width: 960px;
  margin-left: auto;
  margin-right: auto;
  height: 8px;
}
footer #bluebox-main #bluebox-footer {
  background-color: #8ac2e6;
  width: 521px;
  height: 8px;
  margin-left: 245px;
}
#wrapper.galerie header {
  display: none;
}
#wrapper.galerie #main {
  padding: 0px;
  width: 100%;
}
#wrapper.galerie #main #bluebox {
  max-width: 732px;
  width: auto;
  margin-left: 26px;
}
#wrapper.galerie #main .company_name {
  margin-left: auto;
  margin-right: 201px;
}

#wrapper.galerie #main .content {
  margin-right: 0px;
  position: relative;
}
#main .content .slider.basic {
  max-width: 733px;
  width: auto;
  height: 70vh;
  height: 440px;
  max-height: 580px;
}
#main .content .slider.basic .slides .slide {
  min-height: inherit;
}
#main .content .slider.basic .slides .slide .slide-background-image img {
  width: 100%;
  height: auto;
}
#main .content .slider.basic .slides .slide .slide-background-image {
  height: calc(100% - 90px);
  height: 360px;
  -webkit-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
}
#main .content .slider.basic .slides .slide .slidetext {
  padding-top: 30px;
  padding-bottom: 30px;
  width: 74%;
  /* margin-left: auto; */
}
#main .content .slider.basic .slider__nav {
  display: none;
}
#main .content .slider.basic .slider__arrows .slider__arrows-item--right,
#main .content .slider.basic .slider__arrows .slider__arrows-item--left {
  bottom: 15px;
  z-index: 5;
}
#main .content .slider.basic .slider__arrows .slider__arrows-item--right {
  right: 5px;
  right: 0;
  padding-right: 0;
}
#main .content .slider.basic .slider__arrows .slider__arrows-item--left {
  left: inherit;
  right: 50px;
}
#wrapper.galerie #main .content .back-arrow {
  position: absolute;
  bottom: 306px;
  z-index: 100;
}
#wrapper.galerie #main .content .back-arrow a {
  font-weight: normal;
  font-family: 'Univers LT W01 45 Light';
}
#wrapper.galerie #main .content .back-arrow a:before {
  content: '<<';
  color: #61a8d2;
  font-weight: normal;
  margin-right: 5px;
  font-family: 'Univers LT W01 45 Light';
}
#wrapper.galerie #main .content .gallery-line .col-2-3 {
  border-bottom: 1px solid rgba(0, 0, 0, 0.4);
  margin-bottom: 120px;
  padding: 0px;
}
#wrapper.galerie #main .content .row .col-2-3 {
  margin-left: 0px;
}
footer#gallery-footer #bluebox-main #bluebox-footer {
  margin-left: 218px;
  width: 540px;
}
@media screen and (orientation: portrait), screen and (device-width: 320px) and (device-height: 480px) and (-webkit-device-pixel-ratio: 1), screen and (device-width: 320px) and (device-height: 480px) and (-webkit-device-pixel-ratio: 2), screen and (device-width: 320px) and (device-height: 568px) and (-webkit-device-pixel-ratio: 2), screen and (device-width: 768px) and (device-height: 1024px) and (orientation: portrait), screen and (max-width: 942px) {
  #wrapper {
    border-bottom: 8px solid #8ac2e6;
  }
  #wrapper .hidden-desktop {
    display: block;
  }
  #wrapper header {
    display: none;
  }
  #wrapper #main {
    width: 90%;
    padding-left: 15px;
    padding-right: 15px;
    margin-right: 0px;
    margin-left: 0px;
  }
  #wrapper #main #bluebox {
    width: 100%;
    margin-bottom: 0px;
  }
  #wrapper #main .company_name {
    width: 100%;
  }
  #wrapper #main h1 {
    margin-left: 0px;
    font-size: 1.3em;
    letter-spacing: 0em;
    margin-bottom: 40px;
  }
  #wrapper #main #border {
    text-align: right;
    margin-bottom: 30px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.4);
  }
  
  #wrapper #main .content {
    margin-left: 0px;
    margin-right: 0px;
  }
  #wrapper #main .content h2 {
    font-size: 1.1em;
  }
  #wrapper #main .content .col-1-3,
  #wrapper #main .content .col-2-3 {
    width: 100%;
  }
  #wrapper #main .content .col-1-3 img {
    margin-left: 8px;
  }
  #wrapper #main .content .col-1-3 #mobile-navi {
    text-align: center;
    padding-bottom: 36px;
  }
  #wrapper #main .content #akkreditierung {
    margin-bottom: 46px;
  }
  #wrapper #main .content #information {
    margin-bottom: 31px;
  }
  #wrapper #main .content .col-2-3 {
    margin-left: 0px;
    margin-top: 0px;
  }
  #wrapper #main .content .col-2-3 p {
    padding-right: 0px;
  }
  #wrapper #main .content .col-2-3 #adress {
    margin-bottom: 35px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.4);
  }
  #wrapper #main .content .col-2-3 #adress ul li a:after {
    content: '';
  }
  #wrapper #main .content .col-2-3 #adress ul li a {
    /* font-family: "Univers LT W01 45 Light", sans-serif !important; */
    font-family: "Roboto Condensed", sans-serif;
    font-weight: 300;
  }
  #wrapper #main .content .col-2-3 h3 {
    display: none;
  }
  #wrapper #main .content .col-2-3 #team img {
    width: 100%;
    margin-bottom: 20px;
  }
  #wrapper #main .content .col-2-3 #order h4 {
    font-size: 1.1em;
  }
  #wrapper #main .content .col-2-3 #order .col-1-2,
  #wrapper #main .content .col-2-3 #order .col-2-2 {
    width: 100%;
  }
  #wrapper #main .content .col-2-3 #order .col-2-2 p {
    margin-bottom: 31px;
  }
  #wrapper #main .content .col-2-3 .description .row .col-1-2,
  #wrapper #main .content .col-2-3 .description .row .col-2-2 {
    width: 100%;
    float: left;
  }
  #wrapper #main .content .col-2-3 .hidden-desktop h3 {
    display: block;
  }
  #wrapper #main .content .col-2-3 .hidden-desktop h3:nth-child(2) {
    border-top: none;
    margin-bottom: 12px;
  }
  #wrapper #main .content .col-2-3 .doc ul {
    list-style-type: none;
    margin-bottom: 0px;
  }
  #wrapper #main .content .col-2-3 .doc ul li {
    display: inline;
    line-height: 1.857em;
    color: #000000;
    margin-left: 0px;
    /* font-family: "UniversLTW01-47LightCn"; */
    font-family: "Roboto Condensed", sans-serif;
    font-weight: 300;
    padding-right: 7px;
  }
  #wrapper #main .content .col-2-3 .doc ul li a:after {
    content: '';
  }
  #wrapper #main .content .col-2-3 .doc ul li a {
    /* font-family: "Univers LT W01 45 Light", sans-serif !important; */
    font-family: "Roboto Condensed", sans-serif;
    font-weight: 300;
  }
  #wrapper #main .content .col-2-3 .doc ul li:after {
    content: '|';
    padding-left: 9px;
  }
  #wrapper #main .content .col-2-3 .doc ul li:last-child:after {
    content: none;
  }
  #wrapper #main .content .col-2-3 .doc ul li:nth-child(3) {
    display: inline-block;
  }
  #wrapper #main .content .col-2-3 .doc ul li:nth-child(2):after {
    display: none;
  }
  #wrapper #main .content .col-2-3 .doc ul:first-child {
    border-bottom: none;
  }
  #wrapper #main .content .bluebox-footer {
    padding-bottom: 0px;
    padding-top: 0px;
  }
  #wrapper #main .content .col-3-3 {
    display: none;
  }
  footer #bluebox-main {
    display: none;
  }
  #wrapper.galerie #main #bluebox {
    margin-left: 15px;
    margin-right: 15px;
    max-width: 100%;
  }
  #main .content .slider.basic {
    height: 60vh;
    max-width: 100%;
  }
  #main .content .slider.basic .slides .slide .slide-background-image {
    height: calc(100% - 120px);
  }
  #main .content .slider.basic .slides .slide .slidetext {
    padding-top: 20px;
    padding-left: 16px;
    padding-right: 16px;
    margin: 0px;
  }
  #main .content .slider.basic .slider__arrows .slider__arrows-item--right,
  #main .content .slider.basic .slider__arrows .slider__arrows-item--left {
    bottom: 0px;
  }
  #main .content .slider.basic .slider__arrows .slider__arrows-item--right {
    left: calc(50% - 2px);
  }
  #main .content .slider.basic .slider__arrows .slider__arrows-item--left {
    right: calc(50% - 2px);
    left: inherit;
  }
  #wrapper.galerie #main .content .back-arrow {
    position: static;
    padding-left: 13px;
    padding-right: 13px;
  }
  #wrapper.galerie #main .content .back-arrow a {
    margin-top: 15px;
    border-top: 1px solid rgba(0, 0, 0, 0.4);
    width: 100%;
    display: inline-block;
    padding-top: 20px;
    padding-left: 10px;
    margin-bottom: 120px;
  }
  #wrapper.galerie #main .content .row {
    padding-left: 16px;
    padding-right: 16px;
  }
  #wrapper.galerie #main .content .gallery-line {
    display: none;
  }
}
@media screen and (device-width: 768px) and (device-height: 1024px) and (orientation: landscape) {
  #header_picture,
  #main {
    margin-left: inherit;
  }
}
@media screen and (orientation: landscape) and (max-width: 942px) {
  #main .content .slider.basic {
    height: 75vH;
  }
}
@media screen and (orientation: landscape) and (max-width: 736px) {
  #wrapper.galerie #main #bluebox,
  #wrapper.galerie #main .company_name {
    display: none;
  }
  #main .content .slider.basic {
    height: 100vh;
    max-width: 100%;
  }
  #main .content .slider.basic .slides .slide .slide-background-image {
    height: 100%;
  }
  #main .content .slider.basic .slides .slide .slidetext {
    display: none;
  }
  #main .content .slider.basic .slider__arrows {
    display: none;
  }
  #wrapper.galerie #main .content .back-arrow,
  #wrapper.galerie #main .content #akkreditierung,
  #wrapper.galerie #main .content .bluebox-footer {
    display: none;
  }
  footer {
    display: none;
  }
}

.elementor-location-footer .elementor-widget-heading {
  margin-bottom: 0 !important;

}
.elementor-location-footer p {
  /* font-family: "UniversLTW01-47LightCn"; */
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 300 !important;
  text-align: justify;
  margin-bottom: 0px;
  line-height: 1.857em;
  color: #000000;
  padding-right: 0;
  letter-spacing: -0.006em;
}

.menu-toggle {
  display: block;
  text-align: center;
  margin: 30px 0;
}

#navi {
  display: none;
}

#navi.active {
  display: block;
}

@media (min-width: 992px) {
  #navi {
    display: block;
  }

  .menu-toggle {
    display: none;
  }

  .hero {
    position: relative;
  }
  
  .hero-overlay {
    width: 530px;
    height: 100%;
    background: #004E8E;
    opacity: .4;
    position: absolute;
    top: 0;
    right: 0;
  }
}

.wp-block-image img {
  height: auto;
}




@font-face {
  font-family: 'Roboto Condensed';
  font-style: normal;
  font-weight: 300;
  src: url('/wp-content/themes/silence-child/assets/fonts/roboto-condensed/roboto-condensed-v25-latin-300.eot'); 
  src: local(''),
       url('/wp-content/themes/silence-child/assets/fonts/roboto-condensed/roboto-condensed-v25-latin-300.eot?#iefix') format('embedded-opentype'), 
       url('/wp-content/themes/silence-child/assets/fonts/roboto-condensed/roboto-condensed-v25-latin-300.woff2') format('woff2'), 
       url('/wp-content/themes/silence-child/assets/fonts/roboto-condensed/roboto-condensed-v25-latin-300.woff') format('woff'), 
       url('/wp-content/themes/silence-child/assets/fonts/roboto-condensed/roboto-condensed-v25-latin-300.ttf') format('truetype'), 
       url('/wp-content/themes/silence-child/assets/fonts/roboto-condensed/roboto-condensed-v25-latin-300.svg#RobotoCondensed') format('svg'); 
}

@font-face {
  font-family: 'Roboto Condensed';
  font-style: italic;
  font-weight: 300;
  src: url('/wp-content/themes/silence-child/assets/fonts/roboto-condensed/roboto-condensed-v25-latin-300italic.eot'); 
  src: local(''),
       url('/wp-content/themes/silence-child/assets/fonts/roboto-condensed/roboto-condensed-v25-latin-300italic.eot?#iefix') format('embedded-opentype'), 
       url('/wp-content/themes/silence-child/assets/fonts/roboto-condensed/roboto-condensed-v25-latin-300italic.woff2') format('woff2'), 
       url('/wp-content/themes/silence-child/assets/fonts/roboto-condensed/roboto-condensed-v25-latin-300italic.woff') format('woff'), 
       url('/wp-content/themes/silence-child/assets/fonts/roboto-condensed/roboto-condensed-v25-latin-300italic.ttf') format('truetype'), 
       url('/wp-content/themes/silence-child/assets/fonts/roboto-condensed/roboto-condensed-v25-latin-300italic.svg#RobotoCondensed') format('svg'); 
}

@font-face {
  font-family: 'Roboto Condensed';
  font-style: normal;
  font-weight: 400;
  src: url('/wp-content/themes/silence-child/assets/fonts/roboto-condensed/roboto-condensed-v25-latin-regular.eot'); 
  src: local(''),
       url('/wp-content/themes/silence-child/assets/fonts/roboto-condensed/roboto-condensed-v25-latin-regular.eot?#iefix') format('embedded-opentype'), 
       url('/wp-content/themes/silence-child/assets/fonts/roboto-condensed/roboto-condensed-v25-latin-regular.woff2') format('woff2'), 
       url('/wp-content/themes/silence-child/assets/fonts/roboto-condensed/roboto-condensed-v25-latin-regular.woff') format('woff'), 
       url('/wp-content/themes/silence-child/assets/fonts/roboto-condensed/roboto-condensed-v25-latin-regular.ttf') format('truetype'), 
       url('/wp-content/themes/silence-child/assets/fonts/roboto-condensed/roboto-condensed-v25-latin-regular.svg#RobotoCondensed') format('svg'); 
}

@font-face {
  font-family: 'Roboto Condensed';
  font-style: italic;
  font-weight: 400;
  src: url('/wp-content/themes/silence-child/assets/fonts/roboto-condensed/roboto-condensed-v25-latin-italic.eot'); 
  src: local(''),
       url('/wp-content/themes/silence-child/assets/fonts/roboto-condensed/roboto-condensed-v25-latin-italic.eot?#iefix') format('embedded-opentype'), 
       url('/wp-content/themes/silence-child/assets/fonts/roboto-condensed/roboto-condensed-v25-latin-italic.woff2') format('woff2'), 
       url('/wp-content/themes/silence-child/assets/fonts/roboto-condensed/roboto-condensed-v25-latin-italic.woff') format('woff'), 
       url('/wp-content/themes/silence-child/assets/fonts/roboto-condensed/roboto-condensed-v25-latin-italic.ttf') format('truetype'), 
       url('/wp-content/themes/silence-child/assets/fonts/roboto-condensed/roboto-condensed-v25-latin-italic.svg#RobotoCondensed') format('svg'); 
}

@font-face {
  font-family: 'Roboto Condensed';
  font-style: normal;
  font-weight: 700;
  src: url('/wp-content/themes/silence-child/assets/fonts/roboto-condensed/roboto-condensed-v25-latin-700.eot'); 
  src: local(''),
       url('/wp-content/themes/silence-child/assets/fonts/roboto-condensed/roboto-condensed-v25-latin-700.eot?#iefix') format('embedded-opentype'), 
       url('/wp-content/themes/silence-child/assets/fonts/roboto-condensed/roboto-condensed-v25-latin-700.woff2') format('woff2'), 
       url('/wp-content/themes/silence-child/assets/fonts/roboto-condensed/roboto-condensed-v25-latin-700.woff') format('woff'), 
       url('/wp-content/themes/silence-child/assets/fonts/roboto-condensed/roboto-condensed-v25-latin-700.ttf') format('truetype'), 
       url('/wp-content/themes/silence-child/assets/fonts/roboto-condensed/roboto-condensed-v25-latin-700.svg#RobotoCondensed') format('svg'); 
}

@font-face {
  font-family: 'Roboto Condensed';
  font-style: italic;
  font-weight: 700;
  src: url('/wp-content/themes/silence-child/assets/fonts/roboto-condensed/roboto-condensed-v25-latin-700italic.eot'); 
  src: local(''),
       url('/wp-content/themes/silence-child/assets/fonts/roboto-condensed/roboto-condensed-v25-latin-700italic.eot?#iefix') format('embedded-opentype'), 
       url('/wp-content/themes/silence-child/assets/fonts/roboto-condensed/roboto-condensed-v25-latin-700italic.woff2') format('woff2'), 
       url('/wp-content/themes/silence-child/assets/fonts/roboto-condensed/roboto-condensed-v25-latin-700italic.woff') format('woff'), 
       url('/wp-content/themes/silence-child/assets/fonts/roboto-condensed/roboto-condensed-v25-latin-700italic.ttf') format('truetype'), 
       url('/wp-content/themes/silence-child/assets/fonts/roboto-condensed/roboto-condensed-v25-latin-700italic.svg#RobotoCondensed') format('svg'); 
}