
/* default styles for extension "tx_frontend" */
    .ce-align-left { text-align: left; }
    .ce-align-center { text-align: center; }
    .ce-align-right { text-align: right; }

    .ce-table td, .ce-table th { vertical-align: top; }

    .ce-textpic, .ce-image, .ce-nowrap .ce-bodytext, .ce-gallery, .ce-row, .ce-uploads li, .ce-uploads div { overflow: hidden; }

    .ce-left .ce-gallery, .ce-column { float: left; }
    .ce-center .ce-outer { position: relative; float: right; right: 50%; }
    .ce-center .ce-inner { position: relative; float: right; right: -50%; }
    .ce-right .ce-gallery { float: right; }

    .ce-gallery figure { display: table; margin: 0; }
    .ce-gallery figcaption { display: table-caption; caption-side: bottom; }
    .ce-gallery img { display: block; }
    .ce-gallery iframe { border-width: 0; }
    .ce-border img,
    .ce-border iframe {
        border: 1px solid #E6E6E6;
        padding: 0px;
    }

    .ce-intext.ce-right .ce-gallery, .ce-intext.ce-left .ce-gallery, .ce-above .ce-gallery {
        margin-bottom: 30px;
    }
    .ce-image .ce-gallery { margin-bottom: 0; }
    .ce-intext.ce-right .ce-gallery { margin-left: 30px; }
    .ce-intext.ce-left .ce-gallery { margin-right: 30px; }
    .ce-below .ce-gallery { margin-top: 30px; }

    .ce-column { margin-right: 15px; }
    .ce-column:last-child { margin-right: 0; }

    .ce-row { margin-bottom: 30px; }
    .ce-row:last-child { margin-bottom: 0; }

    .ce-above .ce-bodytext { clear: both; }

    .ce-intext.ce-left ol, .ce-intext.ce-left ul { padding-left: 40px; overflow: auto; }

    /* Headline */
    .ce-headline-left { text-align: left; }
    .ce-headline-center { text-align: center; }
    .ce-headline-right { text-align: right; }

    /* Uploads */
    .ce-uploads { margin: 0; padding: 0; }
    .ce-uploads li { list-style: none outside none; margin: 1em 0; }
    .ce-uploads img { float: left; padding-right: 1em; vertical-align: top; }
    .ce-uploads span { display: block; }

    /* Table */
    .ce-table { width: 100%; max-width: 100%; }
    .ce-table th, .ce-table td { padding: 0.5em 0.75em; vertical-align: top; }
    .ce-table thead th { border-bottom: 2px solid #dadada; }
    .ce-table th, .ce-table td { border-top: 1px solid #dadada; }
    .ce-table-striped tbody tr:nth-of-type(odd) { background-color: rgba(0,0,0,.05); }
    .ce-table-bordered th, .ce-table-bordered td { border: 1px solid #dadada; }

    /* Space */
    .frame-space-before-extra-small { margin-top: 1em; }
    .frame-space-before-small { margin-top: 2em; }
    .frame-space-before-medium { margin-top: 3em; }
    .frame-space-before-large { margin-top: 4em; }
    .frame-space-before-extra-large { margin-top: 5em; }
    .frame-space-after-extra-small { margin-bottom: 1em; }
    .frame-space-after-small { margin-bottom: 2em; }
    .frame-space-after-medium { margin-bottom: 3em; }
    .frame-space-after-large { margin-bottom: 4em; }
    .frame-space-after-extra-large { margin-bottom: 5em; }

    /* Frame */
    .frame-ruler-before:before { content: ''; display: block; border-top: 1px solid rgba(0,0,0,0.25); margin-bottom: 2em; }
    .frame-ruler-after:after { content: ''; display: block; border-bottom: 1px solid rgba(0,0,0,0.25); margin-top: 2em; }
    .frame-indent { margin-left: 15%; margin-right: 15%; }
    .frame-indent-left { margin-left: 33%; }
    .frame-indent-right { margin-right: 33%; }

/*! normalize.css v7.0.0 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */

html {
    line-height: 1.15; /* 1 */
    -ms-text-size-adjust: 100%; /* 2 */
    -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers (opinionated).
 */

body {
    margin: 0;
}

/**
 * Add the correct display in IE 9-.
 */

article,
aside,
footer,
header,
nav,
section {
    display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */

figcaption,
figure,
main { /* 1 */
    display: block;
}

/**
 * Add the correct margin in IE 8.
 */

figure {
    margin: 1em 40px;
}

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
    box-sizing: content-box; /* 1 */
    height: 0; /* 1 */
    overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
    font-family: monospace, monospace; /* 1 */
    font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */

a {
    background-color: transparent; /* 1 */
    -webkit-text-decoration-skip: objects; /* 2 */
}

/**
 * 1. Remove the bottom border in Chrome 57- and Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
    border-bottom: none; /* 1 */
    text-decoration: underline; /* 2 */
    text-decoration: underline dotted; /* 2 */
}

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */

b,
strong {
    font-weight: inherit;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
    font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
    font-family: monospace, monospace; /* 1 */
    font-size: 1em; /* 2 */
}

/**
 * Add the correct font style in Android 4.3-.
 */

dfn {
    font-style: italic;
}

/**
 * Add the correct background and color in IE 9-.
 */

mark {
    background-color: #ff0;
    color: #000;
}

/**
 * Add the correct font size in all browsers.
 */

small {
    font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Add the correct display in IE 9-.
 */

audio,
video {
    display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */

audio:not([controls]) {
    display: none;
    height: 0;
}

/**
 * Remove the border on images inside links in IE 10-.
 */

img {
    border-style: none;
}

/**
 * Hide the overflow in IE.
 */

svg:not(:root) {
    overflow: hidden;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
    font-family: sans-serif; /* 1 */
    font-size: 100%; /* 1 */
    line-height: 1.15; /* 1 */
    margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
    overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
    text-transform: none;
}

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */

button,
html [type="button"], /* 1 */
[type="reset"],
[type="submit"] {
    -webkit-appearance: button; /* 2 */
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
    outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
    padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
    box-sizing: border-box; /* 1 */
    color: inherit; /* 2 */
    display: table; /* 1 */
    max-width: 100%; /* 1 */
    padding: 0; /* 3 */
    white-space: normal; /* 1 */
}

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
    display: inline-block; /* 1 */
    vertical-align: baseline; /* 2 */
}

/**
 * Remove the default vertical scrollbar in IE.
 */

textarea {
    overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */

[type="checkbox"],
[type="radio"] {
    box-sizing: border-box; /* 1 */
    padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
    -webkit-appearance: textfield; /* 1 */
    outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
    -webkit-appearance: button; /* 1 */
    font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */

details, /* 1 */
menu {
    display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
    display: list-item;
}

/* Scripting
   ========================================================================== */

/**
 * Add the correct display in IE 9-.
 */

canvas {
    display: inline-block;
}

/**
 * Add the correct display in IE.
 */

template {
    display: none;
}

/* Hidden
   ========================================================================== */

/**
 * Add the correct display in IE 10-.
 */

[hidden] {
    display: none;
}

@font-face {
  font-family: 'fontello';
  src: url('../../../typo3conf/ext/satelco/Resources/Public/Vendor/fontello-custom/font/fontello.eot?56167984');
  src: url('../../../typo3conf/ext/satelco/Resources/Public/Vendor/fontello-custom/font/fontello.eot?56167984#iefix') format('embedded-opentype'),
       url('../../../typo3conf/ext/satelco/Resources/Public/Vendor/fontello-custom/font/fontello.woff2?56167984') format('woff2'),
       url('../../../typo3conf/ext/satelco/Resources/Public/Vendor/fontello-custom/font/fontello.woff?56167984') format('woff'),
       url('../../../typo3conf/ext/satelco/Resources/Public/Vendor/fontello-custom/font/fontello.ttf?56167984') format('truetype'),
       url('../../../typo3conf/ext/satelco/Resources/Public/Vendor/fontello-custom/font/fontello.svg?56167984#fontello') format('svg');
  font-weight: normal;
  font-style: normal;
}
/* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */
/* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */
/*
@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: 'fontello';
    src: url('../../../typo3conf/ext/satelco/Resources/Public/Vendor/fontello-custom/font/fontello.svg?56167984#fontello') format('svg');
  }
}
*/
[class^="icon-"]:before, [class*=" icon-"]:before {
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  speak: never;

  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  /* opacity: .8; */

  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;

  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;

  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  margin-left: .2em;

  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */

  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;

  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}

.icon-search:before { content: '\e800'; } /* '' */
.icon-mail:before { content: '\e801'; } /* '' */
.icon-mail-alt:before { content: '\e802'; } /* '' */
.icon-phone:before { content: '\e803'; } /* '' */
.icon-facebook-squared:before { content: '\e804'; } /* '' */
.icon-angle-down:before { content: '\e805'; } /* '' */
.icon-menu:before { content: '\e806'; } /* '' */
.icon-phone-squared:before { content: '\e807'; } /* '' */
.icon-angle-circled-up:before { content: '\e808'; } /* '' */
.icon-angle-circled-right:before { content: '\e809'; } /* '' */
.icon-angle-circled-left:before { content: '\e80a'; } /* '' */
.icon-arrows-cw:before { content: '\e80b'; } /* '' */
.icon-cancel-circled:before { content: '\e80c'; } /* '' */
.icon-angle-right:before { content: '\e80d'; } /* '' */
.icon-left-open:before { content: '\e80e'; } /* '' */
.icon-right-open:before { content: '\e80f'; } /* '' */
.icon-up-open:before { content: '\e810'; } /* '' */
.icon-down-open:before { content: '\e811'; } /* '' */
.icon-left-small:before { content: '\e812'; } /* '' */
.icon-right-small:before { content: '\e813'; } /* '' */
.icon-up-small:before { content: '\e814'; } /* '' */
.icon-down-small:before { content: '\e815'; } /* '' */
.icon-cancel:before { content: '\e816'; } /* '' */
.icon-cancel-circle:before { content: '\e817'; } /* '' */
.icon-cancel-circle-1:before { content: '\e818'; } /* '' */
.icon-youtube-play:before { content: '\f16a'; } /* '' */
.icon-instagram:before { content: '\f16d'; } /* '' */

/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
  filter: alpha(opacity=80); }

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden; }

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle; }

.mfp-align-top .mfp-container:before {
  display: none; }

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045; }

.mfp-inline-holder .mfp-content, .mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto; }

.mfp-ajax-cur {
  cursor: progress; }

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out; }

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in; }

.mfp-auto-cursor .mfp-content {
  cursor: auto; }

.mfp-close, .mfp-arrow, .mfp-preloader, .mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none; }

.mfp-loading.mfp-figure {
  display: none; }

.mfp-hide {
  display: none !important; }

.mfp-preloader {
  color: #cccccc;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044; }
  .mfp-preloader a {
    color: #cccccc; }
    .mfp-preloader a:hover {
      color: white; }

.mfp-s-ready .mfp-preloader {
  display: none; }

.mfp-s-error .mfp-content {
  display: none; }

button.mfp-close, button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  -webkit-box-shadow: none;
  box-shadow: none; }
button::-moz-focus-inner {
  padding: 0;
  border: 0; }

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  filter: alpha(opacity=65);
  padding: 0 0 18px 10px;
  color: white;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace; }
  .mfp-close:hover, .mfp-close:focus {
    opacity: 1;
    filter: alpha(opacity=100); }
  .mfp-close:active {
    top: 1px; }

.mfp-close-btn-in .mfp-close {
  color: #333333; }

.mfp-image-holder .mfp-close, .mfp-iframe-holder .mfp-close {
  color: white;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%; }

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #cccccc;
  font-size: 12px;
  line-height: 18px; }

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  filter: alpha(opacity=65);
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }
  .mfp-arrow:active {
    margin-top: -54px; }
  .mfp-arrow:hover, .mfp-arrow:focus {
    opacity: 1;
    filter: alpha(opacity=100); }
  .mfp-arrow:before, .mfp-arrow:after, .mfp-arrow .mfp-b, .mfp-arrow .mfp-a {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: medium inset transparent; }
  .mfp-arrow:after, .mfp-arrow .mfp-a {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px; }
  .mfp-arrow:before, .mfp-arrow .mfp-b {
    border-top-width: 21px;
    border-bottom-width: 21px;
    opacity: 0.7; }

.mfp-arrow-left {
  left: 0; }
  .mfp-arrow-left:after, .mfp-arrow-left .mfp-a {
    border-right: 17px solid white;
    margin-left: 31px; }
  .mfp-arrow-left:before, .mfp-arrow-left .mfp-b {
    margin-left: 25px;
    border-right: 27px solid #3f3f3f; }

.mfp-arrow-right {
  right: 0; }
  .mfp-arrow-right:after, .mfp-arrow-right .mfp-a {
    border-left: 17px solid white;
    margin-left: 39px; }
  .mfp-arrow-right:before, .mfp-arrow-right .mfp-b {
    border-left: 27px solid #3f3f3f; }

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px; }
  .mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px; }
  .mfp-iframe-holder .mfp-close {
    top: -40px; }

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%; }
  .mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: black; }

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto; }

/* The shadow behind the image */
.mfp-figure {
  line-height: 0; }
  .mfp-figure:after {
    content: '';
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #444444; }
  .mfp-figure small {
    color: #bdbdbd;
    display: block;
    font-size: 12px;
    line-height: 14px; }
  .mfp-figure figure {
    margin: 0; }

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto; }

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #f3f3f3;
  word-wrap: break-word;
  padding-right: 36px; }

.mfp-image-holder .mfp-content {
  max-width: 100%; }

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer; }

/*

.mfp-figure - container that holds image and caption
.mfp-bg     - black overlay
.mfp-preloader - "Loading..." incdicator

*/
.mfp-ready .mfp-figure {
  opacity: 0;
}

.mfp-zoom-in {
  /* start state */
  /* animate in */
  /* animate out */
}
.mfp-zoom-in .mfp-figure {
  opacity: 0;
  transition: all 0.3s ease-out;
  transform: scale(0.9);
}
.mfp-zoom-in.mfp-bg,
.mfp-zoom-in .mfp-preloader {
  opacity: 0;
  transition: all 0.3s ease-out;
}
.mfp-zoom-in.mfp-image-loaded .mfp-figure {
  opacity: 1;
  transform: scale(1);
}
.mfp-zoom-in.mfp-ready.mfp-bg,
.mfp-zoom-in.mfp-ready .mfp-preloader {
  opacity: 0.8;
}
.mfp-zoom-in.mfp-removing .mfp-figure {
  transform: scale(0.9);
  opacity: 0;
}
.mfp-zoom-in.mfp-removing.mfp-bg,
.mfp-zoom-in.mfp-removing .mfp-preloader {
  opacity: 0;
}

/* CSS-based preloader */
.mfp-preloader {
  width: 30px;
  height: 30px;
  background-color: #FFF;
  opacity: 0.65;
  margin: 0 auto;
  animation: rotateplane 1.2s infinite ease-in-out;
}

@keyframes rotateplane {
  0% {
    transform: perspective(120px) rotateX(0deg) rotateY(0deg);
  }
  50% {
    transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
  }
  100% {
    transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
  }
}


@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0; }
  .mfp-img-mobile img.mfp-img {
    padding: 0; }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0; }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px; }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
    .mfp-img-mobile .mfp-bottom-bar:empty {
      padding: 0; }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px; }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0; } }

@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75); }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0; }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%; }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px; } }

.mfp-ie7 .mfp-img {
  padding: 0; }
.mfp-ie7 .mfp-bottom-bar {
  width: 600px;
  left: 50%;
  margin-left: -300px;
  margin-top: 5px;
  padding-bottom: 5px; }
.mfp-ie7 .mfp-container {
  padding: 0; }
.mfp-ie7 .mfp-content {
  padding-top: 44px; }
.mfp-ie7 .mfp-close {
  top: 0;
  right: 0;
  padding-top: 0; }


/* overlay at start */
.mfp-fade.mfp-bg {
  opacity: 0;

  -webkit-transition: all 0.15s ease-out;
  -moz-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
}
/* overlay animate in */
.mfp-fade.mfp-bg.mfp-ready {
  opacity: 0.8;
}
/* overlay animate out */
.mfp-fade.mfp-bg.mfp-removing {
  opacity: 0;
}

/* content at start */
.mfp-fade.mfp-wrap .mfp-content {
  opacity: 0;

  -webkit-transition: all 0.15s ease-out;
  -moz-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
}
/* content animate it */
.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
  opacity: 1;
}
/* content animate out */
.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
  opacity: 0;
}
/** VARIABLES
===================================*/
/** RESET AND LAYOUT
===================================*/
.bx-wrapper {
  position: relative;
  margin-bottom: 60px;
  padding: 0;
  *zoom: 1;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}
.bx-wrapper img {
  max-width: 100%;
  display: block;
}
.bxslider {
  margin: 0;
  padding: 0;
  /*fix flickering when used background-image instead of <img> (on Chrome)*/
  -webkit-perspective: 1000;
}
ul.bxslider {
  list-style: none;
}
.bx-viewport {
  /* fix other elements on the page moving (in Chrome) */
  -webkit-transform: translateZ(0);
}
/** THEME
===================================*/
.bx-wrapper {
  -moz-box-shadow: 0 0 5px #ccc;
  -webkit-box-shadow: 0 0 5px #ccc;
  box-shadow: 0 0 5px #ccc;
  border: 5px solid #fff;
  background: #fff;
}
.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
  position: absolute;
  bottom: -30px;
  width: 100%;
}
/* LOADER */
.bx-wrapper .bx-loading {
  min-height: 50px;
  background: url('../../../typo3conf/ext/satelco/Resources/Public/Vendor/bxslider/images/bx_loader.gif') center center no-repeat #ffffff;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2000;
}
/* PAGER */
.bx-wrapper .bx-pager {
  text-align: center;
  font-size: .85em;
  font-family: Arial;
  font-weight: bold;
  color: #666;
  padding-top: 20px;
}
.bx-wrapper .bx-pager.bx-default-pager a {
  background: #666;
  text-indent: -9999px;
  display: block;
  width: 10px;
  height: 10px;
  margin: 0 5px;
  outline: 0;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active,
.bx-wrapper .bx-pager.bx-default-pager a:focus {
  background: #000;
}
.bx-wrapper .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
  display: inline-block;
  vertical-align: bottom;
  *zoom: 1;
  *display: inline;
}
.bx-wrapper .bx-pager-item {
  font-size: 0;
  line-height: 0;
}
/* DIRECTION CONTROLS (NEXT / PREV) */
.bx-wrapper .bx-prev {
  left: 10px;
  background: url('../../../typo3conf/ext/satelco/Resources/Public/Vendor/bxslider/images/controls.png') no-repeat 0 -32px;
}
.bx-wrapper .bx-prev:hover,
.bx-wrapper .bx-prev:focus {
  background-position: 0 0;
}
.bx-wrapper .bx-next {
  right: 10px;
  background: url('../../../typo3conf/ext/satelco/Resources/Public/Vendor/bxslider/images/controls.png') no-repeat -43px -32px;
}
.bx-wrapper .bx-next:hover,
.bx-wrapper .bx-next:focus {
  background-position: -43px 0;
}
.bx-wrapper .bx-controls-direction a {
  position: absolute;
  top: 50%;
  margin-top: -16px;
  outline: 0;
  width: 32px;
  height: 32px;
  text-indent: -9999px;
  z-index: 9999;
}
.bx-wrapper .bx-controls-direction a.disabled {
  display: none;
}
/* AUTO CONTROLS (START / STOP) */
.bx-wrapper .bx-controls-auto {
  text-align: center;
}
.bx-wrapper .bx-controls-auto .bx-start {
  display: block;
  text-indent: -9999px;
  width: 10px;
  height: 11px;
  outline: 0;
  background: url('../../../typo3conf/ext/satelco/Resources/Public/Vendor/bxslider/images/controls.png') -86px -11px no-repeat;
  margin: 0 3px;
}
.bx-wrapper .bx-controls-auto .bx-start:hover,
.bx-wrapper .bx-controls-auto .bx-start.active,
.bx-wrapper .bx-controls-auto .bx-start:focus {
  background-position: -86px 0;
}
.bx-wrapper .bx-controls-auto .bx-stop {
  display: block;
  text-indent: -9999px;
  width: 9px;
  height: 11px;
  outline: 0;
  background: url('../../../typo3conf/ext/satelco/Resources/Public/Vendor/bxslider/images/controls.png') -86px -44px no-repeat;
  margin: 0 3px;
}
.bx-wrapper .bx-controls-auto .bx-stop:hover,
.bx-wrapper .bx-controls-auto .bx-stop.active,
.bx-wrapper .bx-controls-auto .bx-stop:focus {
  background-position: -86px -33px;
}
/* PAGER WITH AUTO-CONTROLS HYBRID LAYOUT */
.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
  text-align: left;
  width: 80%;
}
.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
  right: 0;
  width: 35px;
}
/* IMAGE CAPTIONS */
.bx-wrapper .bx-caption {
  position: absolute;
  bottom: 0;
  left: 0;
  background: #666;
  background: rgba(80, 80, 80, 0.75);
  width: 100%;
}
.bx-wrapper .bx-caption span {
  color: #fff;
  font-family: Arial;
  display: block;
  font-size: .85em;
  padding: 10px;
}

/*bootstrap inspired grid */
header *, footer *, #content *, .rowwrap, .row, .headercol, #content *:before, #content *:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.rowwrap {
    margin-right: auto;
    margin-left: auto;
    padding-left: 20px;
    padding-right: 20px;
}

.no-overflow {
    overflow: hidden;
}

@media only screen and (min-width: 768px) {
    .rowwrap {
        width: 750px;
        padding-left: 30px;
        padding-right: 30px;
    }
}

@media only screen and (min-width: 992px) {
    .rowwrap {
        width: 970px;
    }
}

@media only screen and (min-width: 1200px) {
    .rowwrap {
        width: 1170px;
    }
}

@media only screen and (min-width: 1280px) {
    .rowwrap {
        width: 1230px;
    }
}

.rowwrap-fluid {
    margin-right: auto;
    margin-left: auto;
    padding-left: 30px;
    padding-right: 30px;
}

.row {
    margin-left: -30px;
    margin-right: -30px;
}

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
    position: relative;
    min-height: 1px;
    padding-left: 30px;
    padding-right: 30px;
    overflow: hidden;
}

@media only screen and (max-width: 767px) {
    .rowwrap-fluid {
        padding-left: 20px;
        padding-right: 20px;
    }

    .row {
        margin-left: -20px;
        margin-right: -20px;
    }

    .col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
        padding-left: 20px;
        padding-right: 20px;
    }
}

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
    float: left;
}

.col-xs-12 {
    width: 100%;
}

.col-xs-11 {
    width: 91.66666667%;
}

.col-xs-10 {
    width: 83.33333333%;
}

.col-xs-9 {
    width: 75%;
}

.col-xs-8 {
    width: 66.66666667%;
}

.col-xs-7 {
    width: 58.33333333%;
}

.col-xs-6 {
    width: 50%;
}

.col-xs-5 {
    width: 41.66666667%;
}

.col-xs-4 {
    width: 33.33333333%;
}

.col-xs-3 {
    width: 25%;
}

.col-xs-2 {
    width: 16.66666667%;
}

.col-xs-1 {
    width: 8.33333333%;
}

.col-xs-pull-12 {
    right: 100%;
}

.col-xs-pull-11 {
    right: 91.66666667%;
}

.col-xs-pull-10 {
    right: 83.33333333%;
}

.col-xs-pull-9 {
    right: 75%;
}

.col-xs-pull-8 {
    right: 66.66666667%;
}

.col-xs-pull-7 {
    right: 58.33333333%;
}

.col-xs-pull-6 {
    right: 50%;
}

.col-xs-pull-5 {
    right: 41.66666667%;
}

.col-xs-pull-4 {
    right: 33.33333333%;
}

.col-xs-pull-3 {
    right: 25%;
}

.col-xs-pull-2 {
    right: 16.66666667%;
}

.col-xs-pull-1 {
    right: 8.33333333%;
}

.col-xs-pull-0 {
    right: auto;
}

.col-xs-push-12 {
    left: 100%;
}

.col-xs-push-11 {
    left: 91.66666667%;
}

.col-xs-push-10 {
    left: 83.33333333%;
}

.col-xs-push-9 {
    left: 75%;
}

.col-xs-push-8 {
    left: 66.66666667%;
}

.col-xs-push-7 {
    left: 58.33333333%;
}

.col-xs-push-6 {
    left: 50%;
}

.col-xs-push-5 {
    left: 41.66666667%;
}

.col-xs-push-4 {
    left: 33.33333333%;
}

.col-xs-push-3 {
    left: 25%;
}

.col-xs-push-2 {
    left: 16.66666667%;
}

.col-xs-push-1 {
    left: 8.33333333%;
}

.col-xs-push-0 {
    left: auto;
}

.col-xs-offset-12 {
    margin-left: 100%;
}

.col-xs-offset-11 {
    margin-left: 91.66666667%;
}

.col-xs-offset-10 {
    margin-left: 83.33333333%;
}

.col-xs-offset-9 {
    margin-left: 75%;
}

.col-xs-offset-8 {
    margin-left: 66.66666667%;
}

.col-xs-offset-7 {
    margin-left: 58.33333333%;
}

.col-xs-offset-6 {
    margin-left: 50%;
}

.col-xs-offset-5 {
    margin-left: 41.66666667%;
}

.col-xs-offset-4 {
    margin-left: 33.33333333%;
}

.col-xs-offset-3 {
    margin-left: 25%;
}

.col-xs-offset-2 {
    margin-left: 16.66666667%;
}

.col-xs-offset-1 {
    margin-left: 8.33333333%;
}

.col-xs-offset-0 {
    margin-left: 0%;
}

@media only screen and (min-width: 768px) {
    .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
        float: left;
    }

    .col-sm-12 {
        width: 100%;
    }

    .col-sm-11 {
        width: 91.66666667%;
    }

    .col-sm-10 {
        width: 83.33333333%;
    }

    .col-sm-9 {
        width: 75%;
    }

    .col-sm-8 {
        width: 66.66666667%;
    }

    .col-sm-7 {
        width: 58.33333333%;
    }

    .col-sm-6 {
        width: 50%;
    }

    .col-sm-5 {
        width: 41.66666667%;
    }

    .col-sm-4 {
        width: 33.33333333%;
    }

    .col-sm-3 {
        width: 25%;
    }

    .col-sm-2 {
        width: 16.66666667%;
    }

    .col-sm-1 {
        width: 8.33333333%;
    }

    .col-sm-pull-12 {
        right: 100%;
    }

    .col-sm-pull-11 {
        right: 91.66666667%;
    }

    .col-sm-pull-10 {
        right: 83.33333333%;
    }

    .col-sm-pull-9 {
        right: 75%;
    }

    .col-sm-pull-8 {
        right: 66.66666667%;
    }

    .col-sm-pull-7 {
        right: 58.33333333%;
    }

    .col-sm-pull-6 {
        right: 50%;
    }

    .col-sm-pull-5 {
        right: 41.66666667%;
    }

    .col-sm-pull-4 {
        right: 33.33333333%;
    }

    .col-sm-pull-3 {
        right: 25%;
    }

    .col-sm-pull-2 {
        right: 16.66666667%;
    }

    .col-sm-pull-1 {
        right: 8.33333333%;
    }

    .col-sm-pull-0 {
        right: auto;
    }

    .col-sm-push-12 {
        left: 100%;
    }

    .col-sm-push-11 {
        left: 91.66666667%;
    }

    .col-sm-push-10 {
        left: 83.33333333%;
    }

    .col-sm-push-9 {
        left: 75%;
    }

    .col-sm-push-8 {
        left: 66.66666667%;
    }

    .col-sm-push-7 {
        left: 58.33333333%;
    }

    .col-sm-push-6 {
        left: 50%;
    }

    .col-sm-push-5 {
        left: 41.66666667%;
    }

    .col-sm-push-4 {
        left: 33.33333333%;
    }

    .col-sm-push-3 {
        left: 25%;
    }

    .col-sm-push-2 {
        left: 16.66666667%;
    }

    .col-sm-push-1 {
        left: 8.33333333%;
    }

    .col-sm-push-0 {
        left: auto;
    }

    .col-sm-offset-12 {
        margin-left: 100%;
    }

    .col-sm-offset-11 {
        margin-left: 91.66666667%;
    }

    .col-sm-offset-10 {
        margin-left: 83.33333333%;
    }

    .col-sm-offset-9 {
        margin-left: 75%;
    }

    .col-sm-offset-8 {
        margin-left: 66.66666667%;
    }

    .col-sm-offset-7 {
        margin-left: 58.33333333%;
    }

    .col-sm-offset-6 {
        margin-left: 50%;
    }

    .col-sm-offset-5 {
        margin-left: 41.66666667%;
    }

    .col-sm-offset-4 {
        margin-left: 33.33333333%;
    }

    .col-sm-offset-3 {
        margin-left: 25%;
    }

    .col-sm-offset-2 {
        margin-left: 16.66666667%;
    }

    .col-sm-offset-1 {
        margin-left: 8.33333333%;
    }

    .col-sm-offset-0 {
        margin-left: 0%;
    }
}

@media only screen and (min-width: 992px) {
    .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
        float: left;
    }

    .col-md-12 {
        width: 100%;
    }

    .col-md-11 {
        width: 91.66666667%;
    }

    .col-md-10 {
        width: 83.33333333%;
    }

    .col-md-9 {
        width: 75%;
    }

    .col-md-8 {
        width: 66.66666667%;
    }

    .col-md-7 {
        width: 58.33333333%;
    }

    .col-md-6 {
        width: 50%;
    }

    .col-md-5 {
        width: 41.66666667%;
    }

    .col-md-4 {
        width: 33.33333333%;
    }

    .col-md-3 {
        width: 25%;
    }

    .col-md-2 {
        width: 16.66666667%;
    }

    .col-md-1 {
        width: 8.33333333%;
    }

    .col-md-pull-12 {
        right: 100%;
    }

    .col-md-pull-11 {
        right: 91.66666667%;
    }

    .col-md-pull-10 {
        right: 83.33333333%;
    }

    .col-md-pull-9 {
        right: 75%;
    }

    .col-md-pull-8 {
        right: 66.66666667%;
    }

    .col-md-pull-7 {
        right: 58.33333333%;
    }

    .col-md-pull-6 {
        right: 50%;
    }

    .col-md-pull-5 {
        right: 41.66666667%;
    }

    .col-md-pull-4 {
        right: 33.33333333%;
    }

    .col-md-pull-3 {
        right: 25%;
    }

    .col-md-pull-2 {
        right: 16.66666667%;
    }

    .col-md-pull-1 {
        right: 8.33333333%;
    }

    .col-md-pull-0 {
        right: auto;
    }

    .col-md-push-12 {
        left: 100%;
    }

    .col-md-push-11 {
        left: 91.66666667%;
    }

    .col-md-push-10 {
        left: 83.33333333%;
    }

    .col-md-push-9 {
        left: 75%;
    }

    .col-md-push-8 {
        left: 66.66666667%;
    }

    .col-md-push-7 {
        left: 58.33333333%;
    }

    .col-md-push-6 {
        left: 50%;
    }

    .col-md-push-5 {
        left: 41.66666667%;
    }

    .col-md-push-4 {
        left: 33.33333333%;
    }

    .col-md-push-3 {
        left: 25%;
    }

    .col-md-push-2 {
        left: 16.66666667%;
    }

    .col-md-push-1 {
        left: 8.33333333%;
    }

    .col-md-push-0 {
        left: auto;
    }

    .col-md-offset-12 {
        margin-left: 100%;
    }

    .col-md-offset-11 {
        margin-left: 91.66666667%;
    }

    .col-md-offset-10 {
        margin-left: 83.33333333%;
    }

    .col-md-offset-9 {
        margin-left: 75%;
    }

    .col-md-offset-8 {
        margin-left: 66.66666667%;
    }

    .col-md-offset-7 {
        margin-left: 58.33333333%;
    }

    .col-md-offset-6 {
        margin-left: 50%;
    }

    .col-md-offset-5 {
        margin-left: 41.66666667%;
    }

    .col-md-offset-4 {
        margin-left: 33.33333333%;
    }

    .col-md-offset-3 {
        margin-left: 25%;
    }

    .col-md-offset-2 {
        margin-left: 16.66666667%;
    }

    .col-md-offset-1 {
        margin-left: 8.33333333%;
    }

    .col-md-offset-0 {
        margin-left: 0%;
    }
}

@media only screen and (min-width: 1200px) {
    .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
        float: left;
    }

    .col-lg-12 {
        width: 100%;
    }

    .col-lg-11 {
        width: 91.66666667%;
    }

    .col-lg-10 {
        width: 83.33333333%;
    }

    .col-lg-9 {
        width: 75%;
    }

    .col-lg-8 {
        width: 66.66666667%;
    }

    .col-lg-7 {
        width: 58.33333333%;
    }

    .col-lg-6 {
        width: 50%;
    }

    .col-lg-5 {
        width: 41.66666667%;
    }

    .col-lg-4 {
        width: 33.33333333%;
    }

    .col-lg-3 {
        width: 25%;
    }

    .col-lg-2 {
        width: 16.66666667%;
    }

    .col-lg-1 {
        width: 8.33333333%;
    }

    .col-lg-pull-12 {
        right: 100%;
    }

    .col-lg-pull-11 {
        right: 91.66666667%;
    }

    .col-lg-pull-10 {
        right: 83.33333333%;
    }

    .col-lg-pull-9 {
        right: 75%;
    }

    .col-lg-pull-8 {
        right: 66.66666667%;
    }

    .col-lg-pull-7 {
        right: 58.33333333%;
    }

    .col-lg-pull-6 {
        right: 50%;
    }

    .col-lg-pull-5 {
        right: 41.66666667%;
    }

    .col-lg-pull-4 {
        right: 33.33333333%;
    }

    .col-lg-pull-3 {
        right: 25%;
    }

    .col-lg-pull-2 {
        right: 16.66666667%;
    }

    .col-lg-pull-1 {
        right: 8.33333333%;
    }

    .col-lg-pull-0 {
        right: auto;
    }

    .col-lg-push-12 {
        left: 100%;
    }

    .col-lg-push-11 {
        left: 91.66666667%;
    }

    .col-lg-push-10 {
        left: 83.33333333%;
    }

    .col-lg-push-9 {
        left: 75%;
    }

    .col-lg-push-8 {
        left: 66.66666667%;
    }

    .col-lg-push-7 {
        left: 58.33333333%;
    }

    .col-lg-push-6 {
        left: 50%;
    }

    .col-lg-push-5 {
        left: 41.66666667%;
    }

    .col-lg-push-4 {
        left: 33.33333333%;
    }

    .col-lg-push-3 {
        left: 25%;
    }

    .col-lg-push-2 {
        left: 16.66666667%;
    }

    .col-lg-push-1 {
        left: 8.33333333%;
    }

    .col-lg-push-0 {
        left: auto;
    }

    .col-lg-offset-12 {
        margin-left: 100%;
    }

    .col-lg-offset-11 {
        margin-left: 91.66666667%;
    }

    .col-lg-offset-10 {
        margin-left: 83.33333333%;
    }

    .col-lg-offset-9 {
        margin-left: 75%;
    }

    .col-lg-offset-8 {
        margin-left: 66.66666667%;
    }

    .col-lg-offset-7 {
        margin-left: 58.33333333%;
    }

    .col-lg-offset-6 {
        margin-left: 50%;
    }

    .col-lg-offset-5 {
        margin-left: 41.66666667%;
    }

    .col-lg-offset-4 {
        margin-left: 33.33333333%;
    }

    .col-lg-offset-3 {
        margin-left: 25%;
    }

    .col-lg-offset-2 {
        margin-left: 16.66666667%;
    }

    .col-lg-offset-1 {
        margin-left: 8.33333333%;
    }

    .col-lg-offset-0 {
        margin-left: 0%;
    }
}

.clearfix:before,
.clearfix:after,
.rowwrap:before,
.rowwrap:after,
.rowwrap-fluid:before,
.rowwrap-fluid:after,
.row:before,
.row:after {
    content: " ";
    display: table;
}

.clearfix:after,
.rowwrap:after,
.rowwrap-fluid:after,
.row:after {
    clear: both;
}

.center-block {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.pull-right {
    float: right !important;
}

.pull-left {
    float: left !important;
}

.hide {
    display: none !important;
}

.show {
    display: block !important;
}

.invisible {
    visibility: hidden;
}

.text-hide {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0;
}

.hidden {
    display: none !important;
    visibility: hidden !important;
}

.affix {
    position: fixed;
}

@-ms-viewport {
    width: device-width;
}

.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
    display: none !important;
}

.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
    display: none !important;
}

@media only screen and (max-width: 767px) {
    .visible-xs {
        display: block !important;
    }

    table.visible-xs {
        display: table;
    }

    tr.visible-xs {
        display: table-row !important;
    }

    th.visible-xs,
    td.visible-xs {
        display: table-cell !important;
    }
}

@media only screen and (max-width: 767px) {
    .visible-xs-block {
        display: block !important;
    }
}

@media only screen and (max-width: 767px) {
    .visible-xs-inline {
        display: inline !important;
    }
}

@media only screen and (max-width: 767px) {
    .visible-xs-inline-block {
        display: inline-block !important;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .visible-sm {
        display: block !important;
    }

    table.visible-sm {
        display: table;
    }

    tr.visible-sm {
        display: table-row !important;
    }

    th.visible-sm,
    td.visible-sm {
        display: table-cell !important;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .visible-sm-block {
        display: block !important;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .visible-sm-inline {
        display: inline !important;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .visible-sm-inline-block {
        display: inline-block !important;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .visible-md {
        display: block !important;
    }

    table.visible-md {
        display: table;
    }

    tr.visible-md {
        display: table-row !important;
    }

    th.visible-md,
    td.visible-md {
        display: table-cell !important;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .visible-md-block {
        display: block !important;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .visible-md-inline {
        display: inline !important;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .visible-md-inline-block {
        display: inline-block !important;
    }
}

@media only screen and (min-width: 1200px) {
    .visible-lg {
        display: block !important;
    }

    table.visible-lg {
        display: table;
    }

    tr.visible-lg {
        display: table-row !important;
    }

    th.visible-lg,
    td.visible-lg {
        display: table-cell !important;
    }
}

@media only screen and (min-width: 1200px) {
    .visible-lg-block {
        display: block !important;
    }
}

@media only screen and (min-width: 1200px) {
    .visible-lg-inline {
        display: inline !important;
    }
}

@media only screen and (min-width: 1200px) {
    .visible-lg-inline-block {
        display: inline-block !important;
    }
}

@media only screen and (max-width: 767px) {
    .hidden-xs {
        display: none !important;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .hidden-sm {
        display: none !important;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .hidden-md {
        display: none !important;
    }
}

@media only screen and (min-width: 1200px) {
    .hidden-lg {
        display: none !important;
    }
}

.visible-print {
    display: none !important;
}

@media print {
    .visible-print {
        display: block !important;
    }

    table.visible-print {
        display: table;
    }

    tr.visible-print {
        display: table-row !important;
    }

    th.visible-print,
    td.visible-print {
        display: table-cell !important;
    }
}

.visible-print-block {
    display: none !important;
}

@media print {
    .visible-print-block {
        display: block !important;
    }
}

.visible-print-inline {
    display: none !important;
}

@media print {
    .visible-print-inline {
        display: inline !important;
    }
}

.visible-print-inline-block {
    display: none !important;
}

@media print {
    .visible-print-inline-block {
        display: inline-block !important;
    }
}

@media print {
    .hidden-print {
        display: none !important;
    }
}

@media print {
    .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
        float: left;
    }

    .col-sm-12 {
        width: 100%;
    }

    .col-sm-11 {
        width: 91.66666666666666%;
    }

    .col-sm-10 {
        width: 83.33333333333334%;
    }

    .col-sm-9 {
        width: 75%;
    }

    .col-sm-8 {
        width: 66.66666666666666%;
    }

    .col-sm-7 {
        width: 58.333333333333336%;
    }

    .col-sm-6 {
        width: 50%;
    }

    .col-sm-5 {
        width: 41.66666666666667%;
    }

    .col-sm-4 {
        width: 33.33333333333333%;
    }

    .col-sm-3 {
        width: 25%;
    }

    .col-sm-2 {
        width: 16.666666666666664%;
    }

    .col-sm-1 {
        width: 8.333333333333332%;
    }
}


/* Border, shadows, ... */
/* Colors */
/* Spacing */
/* Breakpoints */
.klaro .cookie-modal,
.klaro .cookie-notice {
    /* The switch - the box around the slider */
    font-size: 14px;
}

.klaro .cookie-modal .cm-switch-container,
.klaro .cookie-notice .cm-switch-container {
    display: block;
    position: relative;
    padding: 10px;
    padding-left: 66px;
    line-height: 20px;
    vertical-align: middle;
    min-height: 40px;
    border-bottom: 1px solid #ccc;
}

.klaro .cookie-modal .cm-switch-container:last-child,
.klaro .cookie-notice .cm-switch-container:last-child {
    border-bottom: 0;
}

.klaro .cookie-modal .cm-switch-container:first-child,
.klaro .cookie-notice .cm-switch-container:first-child {
    margin-top: 0;
}

.klaro .cookie-modal .cm-switch-container p,
.klaro .cookie-notice .cm-switch-container p {
    margin-top: 0;
}

.klaro .cookie-modal .cm-switch,
.klaro .cookie-notice .cm-switch {
    position: relative;
    display: inline-block;
    width: 50px;
    height: 30px;
}

.klaro .cookie-modal .cm-list-input:checked + .cm-list-label .slider,
.klaro .cookie-notice .cm-list-input:checked + .cm-list-label .slider {
    background-color: #1a936f;
}

.klaro .cookie-modal .cm-list-input.half-checked:checked + .cm-list-label .slider,
.klaro .cookie-notice .cm-list-input.half-checked:checked + .cm-list-label .slider {
    opacity: 0.6;
    background-color: #1a936f;
}

.klaro .cookie-modal .cm-list-input.half-checked:checked + .cm-list-label .slider::before,
.klaro .cookie-notice .cm-list-input.half-checked:checked + .cm-list-label .slider::before {
    -ms-transform: translateX(10px);
    transform: translateX(10px);
}

.klaro .cookie-modal .cm-list-input.only-required + .cm-list-label .slider,
.klaro .cookie-notice .cm-list-input.only-required + .cm-list-label .slider {
    opacity: 0.8;
    background-color: #24cc9a;
}

.klaro .cookie-modal .cm-list-input.only-required + .cm-list-label .slider::before,
.klaro .cookie-notice .cm-list-input.only-required + .cm-list-label .slider::before {
    -ms-transform: translateX(10px);
    transform: translateX(10px);
}

.klaro .cookie-modal .cm-list-input.required:checked + .cm-list-label .slider,
.klaro .cookie-notice .cm-list-input.required:checked + .cm-list-label .slider {
    opacity: 0.8;
    background-color: #24cc9a;
    cursor: not-allowed;
}

.klaro .cookie-modal .slider,
.klaro .cookie-notice .slider {
    box-shadow: 0 4px 6px 0 rgba(0, 0, 0, 0.2), 5px 5px 10px 0 rgba(0, 0, 0, 0.19);
}

.klaro .cookie-modal .cm-list-input,
.klaro .cookie-notice .cm-list-input {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    width: 50px;
    height: 30px;
}

.klaro .cookie-modal .cm-list-title,
.klaro .cookie-notice .cm-list-title {
    font-size: 14px;
    font-weight: 600;
}

.klaro .cookie-modal .cm-list-description,
.klaro .cookie-notice .cm-list-description {
    font-size: 14px;
    padding-top: 4px;
    color: #666;
}

.klaro .cookie-modal .cm-list-label,
.klaro .cookie-notice .cm-list-label {
    /* The slider */
    /* Rounded sliders */
}

.klaro .cookie-modal .cm-list-label .cm-switch,
.klaro .cookie-notice .cm-list-label .cm-switch {
    position: absolute;
    left: 0;
}

.klaro .cookie-modal .cm-list-label .slider,
.klaro .cookie-notice .cm-list-label .slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    transition: 0.4s;
    width: 50px;
    display: inline-block;
}

.klaro .cookie-modal .cm-list-label .slider::before,
.klaro .cookie-notice .cm-list-label .slider::before {
    position: absolute;
    content: '';
    height: 20px;
    width: 20px;
    left: 5px;
    bottom: 5px;
    background-color: #fff;
    transition: 0.4s;
}

.klaro .cookie-modal .cm-list-label .slider.round,
.klaro .cookie-notice .cm-list-label .slider.round {
    border-radius: 30px;
}

.klaro .cookie-modal .cm-list-label .slider.round::before,
.klaro .cookie-notice .cm-list-label .slider.round::before {
    border-radius: 50%;
}

.klaro .cookie-modal .cm-list-label input:focus + .slider,
.klaro .cookie-notice .cm-list-label input:focus + .slider {
    box-shadow: 0 0 1px #48dfb2;
}

.klaro .cookie-modal .cm-list-label input:checked + .slider::before,
.klaro .cookie-notice .cm-list-label input:checked + .slider::before {
    -ms-transform: translateX(20px);
    transform: translateX(20px);
}

.klaro .cookie-modal .cm-list-input:focus + .cm-list-label .slider,
.klaro .cookie-notice .cm-list-input:focus + .cm-list-label .slider {
    box-shadow: 0 4px 6px 0 rgba(125, 125, 125, 0.2), 5px 5px 10px 0 rgba(125, 125, 125, 0.19);
}

.klaro .cookie-modal .cm-list-input:checked + .cm-list-label .slider::before,
.klaro .cookie-notice .cm-list-input:checked + .cm-list-label .slider::before {
    -ms-transform: translateX(20px);
    transform: translateX(20px);
}

.klaro .cookie-modal .slider,
.klaro .cookie-notice .slider {
    box-shadow: 0 4px 6px 0 rgba(0, 0, 0, 0.2), 5px 5px 10px 0 rgba(0, 0, 0, 0.19);
}

.klaro .cookie-modal a,
.klaro .cookie-notice a {
    color: #1a936f;
    text-decoration: none;
}

.klaro .cookie-modal p,
.klaro .cookie-modal strong,
.klaro .cookie-modal h1,
.klaro .cookie-modal h2,
.klaro .cookie-modal ul,
.klaro .cookie-modal li,
.klaro .cookie-notice p,
.klaro .cookie-notice strong,
.klaro .cookie-notice h1,
.klaro .cookie-notice h2,
.klaro .cookie-notice ul,
.klaro .cookie-notice li {
    color: #eee;
}

.klaro .cookie-modal p,
.klaro .cookie-modal h1,
.klaro .cookie-modal h2,
.klaro .cookie-modal ul,
.klaro .cookie-modal li,
.klaro .cookie-notice p,
.klaro .cookie-notice h1,
.klaro .cookie-notice h2,
.klaro .cookie-notice ul,
.klaro .cookie-notice li {
    display: block;
    text-align: left;
    margin: 0;
    padding: 0;
    margin-top: 0.7em;
}

.klaro .cookie-modal .cm-link,
.klaro .cookie-notice .cm-link {
    margin-right: 0.5em;
    vertical-align: middle;
}

.klaro .cookie-modal .cm-btn,
.klaro .cookie-notice .cm-btn {
    background: #555;
    color: #eee;
    border-radius: 6px;
    padding: 6px 10px;
    margin-right: 0.5em;
    border: 0;
    padding: 0.4em;
    font-size: 1em;
}

.klaro .cookie-modal .cm-btn:disabled,
.klaro .cookie-notice .cm-btn:disabled {
    opacity: 0.5;
}

.klaro .cookie-modal .cm-btn.cm-btn-close,
.klaro .cookie-notice .cm-btn.cm-btn-close {
    background: #aaa;
    color: #000;
}

.klaro .cookie-modal .cm-btn.cm-btn-success,
.klaro .cookie-notice .cm-btn.cm-btn-success {
    background: #1a936f;
}

.klaro .cookie-modal .cm-btn.cm-btn-info,
.klaro .cookie-notice .cm-btn.cm-btn-info {
    background: #2581c4;
}

.klaro .cookie-modal {
    width: 100%;
    height: 100%;
    position: fixed;
    overflow: hidden;
    left: 0;
    top: 0;
    z-index: 1000;
}

.klaro .cookie-modal.cm-embedded {
    position: relative;
    height: inherit;
    width: inherit;
    left: inherit;
    right: inherit;
    z-index: 0;
}

.klaro .cookie-modal.cm-embedded .cm-modal.cm-klaro {
    position: relative;
    -ms-transform: none;
    transform: none;
}

.klaro .cookie-modal .cm-bg {
    background: rgba(0, 0, 0, 0.5);
    height: 100%;
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
}

.klaro .cookie-modal .cm-modal.cm-klaro {
    z-index: 1001;
    box-shadow: 0 4px 6px 0 rgba(0, 0, 0, 0.2), 5px 5px 10px 0 rgba(0, 0, 0, 0.19);
    width: 100%;
    max-height: 98%;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    position: fixed;
    overflow: auto;
    background: #333;
    color: #eee;
}

@media (min-width: 660px) {
    .klaro .cookie-modal .cm-modal.cm-klaro {
        border-radius: 4px;
        position: relative;
        margin: 0 auto;
        max-width: 640px;
        height: auto;
        width: auto;
    }
}

.klaro .cookie-modal .cm-modal .hide {
    border-style: none;
    background: none;
    position: absolute;
    top: 20px;
    right: 20px;
    z-index: 1;
}

.klaro .cookie-modal .cm-modal .hide svg {
    stroke: #eee;
}

.klaro .cookie-modal .cm-modal .cm-footer {
    padding: 1em;
    border-top: 1px solid #555;
}

.klaro .cookie-modal .cm-modal .cm-footer-buttons {
    display: flex;
    flex-flow: row;
    justify-content: space-between;
}

.klaro .cookie-modal .cm-modal .cm-footer .cm-powered-by {
    font-size: 0.8em;
    padding-top: 4px;
    text-align: center;
}

.klaro .cookie-modal .cm-modal .cm-footer .cm-powered-by a {
    color: #999;
}

.klaro .cookie-modal .cm-modal .cm-header {
    padding: 1em;
    padding-right: 24px;
    border-bottom: 1px solid #555;
}

.klaro .cookie-modal .cm-modal .cm-header h1 {
    margin: 0;
    font-size: 2em;
    display: block;
}

.klaro .cookie-modal .cm-modal .cm-header h1.title {
    padding-right: 20px;
}

.klaro .cookie-modal .cm-modal .cm-body {
    padding: 1em;
}

.klaro .cookie-modal .cm-modal .cm-body ul {
    display: block;
}

.klaro .cookie-modal .cm-modal .cm-body span {
    display: inline-block;
    width: auto;
}

.klaro .cookie-modal .cm-modal .cm-body ul.cm-apps,
.klaro .cookie-modal .cm-modal .cm-body ul.cm-purposes {
    padding: 0;
    margin: 0;
}

.klaro .cookie-modal .cm-modal .cm-body ul.cm-apps li.cm-purpose .cm-apps .cm-caret,
.klaro .cookie-modal .cm-modal .cm-body ul.cm-purposes li.cm-purpose .cm-apps .cm-caret {
    color: #888;
}

.klaro .cookie-modal .cm-modal .cm-body ul.cm-apps li.cm-purpose .cm-apps .cm-content,
.klaro .cookie-modal .cm-modal .cm-body ul.cm-purposes li.cm-purpose .cm-apps .cm-content {
    margin-left: -40px;
    display: none;
}

.klaro .cookie-modal .cm-modal .cm-body ul.cm-apps li.cm-purpose .cm-apps .cm-content.expanded,
.klaro .cookie-modal .cm-modal .cm-body ul.cm-purposes li.cm-purpose .cm-apps .cm-content.expanded {
    margin-top: 10px;
    display: block;
}

.klaro .cookie-modal .cm-modal .cm-body ul.cm-apps li.cm-app,
.klaro .cookie-modal .cm-modal .cm-body ul.cm-apps li.cm-purpose,
.klaro .cookie-modal .cm-modal .cm-body ul.cm-purposes li.cm-app,
.klaro .cookie-modal .cm-modal .cm-body ul.cm-purposes li.cm-purpose {
    position: relative;
    line-height: 20px;
    vertical-align: middle;
    padding-left: 60px;
    min-height: 40px;
}

.klaro .cookie-modal .cm-modal .cm-body ul.cm-apps li.cm-app:first-child,
.klaro .cookie-modal .cm-modal .cm-body ul.cm-apps li.cm-purpose:first-child,
.klaro .cookie-modal .cm-modal .cm-body ul.cm-purposes li.cm-app:first-child,
.klaro .cookie-modal .cm-modal .cm-body ul.cm-purposes li.cm-purpose:first-child {
    margin-top: 0;
}

.klaro .cookie-modal .cm-modal .cm-body ul.cm-apps li.cm-app p,
.klaro .cookie-modal .cm-modal .cm-body ul.cm-apps li.cm-purpose p,
.klaro .cookie-modal .cm-modal .cm-body ul.cm-purposes li.cm-app p,
.klaro .cookie-modal .cm-modal .cm-body ul.cm-purposes li.cm-purpose p {
    margin-top: 0;
}

.klaro .cookie-modal .cm-modal .cm-body ul.cm-apps li.cm-app p.purposes,
.klaro .cookie-modal .cm-modal .cm-body ul.cm-apps li.cm-purpose p.purposes,
.klaro .cookie-modal .cm-modal .cm-body ul.cm-purposes li.cm-app p.purposes,
.klaro .cookie-modal .cm-modal .cm-body ul.cm-purposes li.cm-purpose p.purposes {
    font-size: 0.8em;
    color: #999;
}

.klaro .cookie-modal .cm-modal .cm-body ul.cm-apps li.cm-app.cm-toggle-all,
.klaro .cookie-modal .cm-modal .cm-body ul.cm-apps li.cm-purpose.cm-toggle-all,
.klaro .cookie-modal .cm-modal .cm-body ul.cm-purposes li.cm-app.cm-toggle-all,
.klaro .cookie-modal .cm-modal .cm-body ul.cm-purposes li.cm-purpose.cm-toggle-all {
    border-top: 1px solid #555;
    padding-top: 1em;
}

.klaro .cookie-modal .cm-modal .cm-body ul.cm-apps li.cm-app span.cm-list-title,
.klaro .cookie-modal .cm-modal .cm-body ul.cm-apps li.cm-purpose span.cm-list-title,
.klaro .cookie-modal .cm-modal .cm-body ul.cm-purposes li.cm-app span.cm-list-title,
.klaro .cookie-modal .cm-modal .cm-body ul.cm-purposes li.cm-purpose span.cm-list-title {
    font-weight: 600;
}

.klaro .cookie-modal .cm-modal .cm-body ul.cm-apps li.cm-app span.cm-opt-out,
.klaro .cookie-modal .cm-modal .cm-body ul.cm-apps li.cm-app span.cm-required,
.klaro .cookie-modal .cm-modal .cm-body ul.cm-apps li.cm-purpose span.cm-opt-out,
.klaro .cookie-modal .cm-modal .cm-body ul.cm-apps li.cm-purpose span.cm-required,
.klaro .cookie-modal .cm-modal .cm-body ul.cm-purposes li.cm-app span.cm-opt-out,
.klaro .cookie-modal .cm-modal .cm-body ul.cm-purposes li.cm-app span.cm-required,
.klaro .cookie-modal .cm-modal .cm-body ul.cm-purposes li.cm-purpose span.cm-opt-out,
.klaro .cookie-modal .cm-modal .cm-body ul.cm-purposes li.cm-purpose span.cm-required {
    padding-left: 0.2em;
    font-size: 0.8em;
    color: #999;
}

.klaro .cookie-notice:not(.cookie-modal-notice) {
    background: #333;
    z-index: 999;
    position: fixed;
    width: 100%;
    bottom: 0;
    right: 0;
}

@media (min-width: 1024px) {
    .klaro .cookie-notice:not(.cookie-modal-notice) {
        box-shadow: 0 4px 6px 0 rgba(0, 0, 0, 0.2), 5px 5px 10px 0 rgba(0, 0, 0, 0.19);
        border-radius: 4px;
        position: fixed;
        bottom: 20px;
        right: 20px;
        max-width: 360px;
    }
}

@media (max-width: 1023px) {
    .klaro .cookie-notice:not(.cookie-modal-notice) {
        border-style: none;
        border-radius: 0;
    }
}

.klaro .cookie-notice:not(.cookie-modal-notice).cn-embedded {
    position: relative;
    height: inherit;
    width: inherit;
    left: inherit;
    right: inherit;
    bottom: inherit;
    z-index: 0;
}

.klaro .cookie-notice:not(.cookie-modal-notice).cn-embedded .cn-body {
    padding-top: 0.5em;
}

.klaro .cookie-notice:not(.cookie-modal-notice) .cn-body {
    margin-bottom: 0;
    margin-right: 0;
    bottom: 0;
    padding: 1em;
    padding-top: 0;
}

.klaro .cookie-notice:not(.cookie-modal-notice) .cn-body p {
    margin-bottom: 0.5em;
}

.klaro .cookie-notice:not(.cookie-modal-notice) .cn-body p.cn-changes {
    text-decoration: underline;
}

.klaro .cookie-notice:not(.cookie-modal-notice) .cn-body .cn-learn-more {
    display: inline-block;
    flex-grow: 1;
}

.klaro .cookie-notice:not(.cookie-modal-notice) .cn-body .cn-buttons {
    display: inline-block;
    margin-top: -0.5em;
}

@media (max-width: 384px) {
    .klaro .cookie-notice:not(.cookie-modal-notice) .cn-body .cn-buttons {
        width: 100%;
    }
}

.klaro .cookie-notice:not(.cookie-modal-notice) .cn-body .cn-buttons button.cm-btn {
    margin-top: 0.5em;
}

@media (max-width: 384px) {
    .klaro .cookie-notice:not(.cookie-modal-notice) .cn-body .cn-buttons button.cm-btn {
        width: calc(50% - 0.5em);
    }
}

.klaro .cookie-notice:not(.cookie-modal-notice) .cn-body .cn-ok {
    margin-top: -0.5em;
    display: flex;
    flex-flow: row;
    flex-wrap: wrap;
    justify-content: right;
    align-items: center;
}

.klaro .cookie-notice:not(.cookie-modal-notice) .cn-body .cn-ok a,
.klaro .cookie-notice:not(.cookie-modal-notice) .cn-body .cn-ok div {
    margin-top: 0.5em;
}

.klaro .cookie-modal-notice {
    z-index: 1001;
    box-shadow: 0 4px 6px 0 rgba(0, 0, 0, 0.2), 5px 5px 10px 0 rgba(0, 0, 0, 0.19);
    width: 100%;
    max-height: 98%;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    position: fixed;
    overflow: auto;
    background: #333;
    color: #eee;
    padding: 1em;
    padding-top: 0.2em;
}

@media (min-width: 400px) {
    .klaro .cookie-modal-notice {
        border-radius: 4px;
        position: relative;
        margin: 0 auto;
        max-width: 400px;
        height: auto;
        width: auto;
    }
}

.klaro .cookie-modal-notice .cn-ok {
    display: flex;
    flex-flow: row;
    justify-content: space-between;
    align-items: center;
    margin-top: 1em;
}

.klaro .cookie-notice-hidden {
    display: none !important;
}


#klaro {
    z-index: 99999;
    position: relative;
}

.cm-header h1 + p {
    font-size: 1rem;
}

/* youtube */
.youtube-disabled {
    position: relative;
}

.youtube-disabled:before {
    content: '';
    display: block;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    position: absolute;
    background: #ddd;
    opacity: 0.75;
    transition: opacity 0.3s ease-in;
    z-index: 10;
}

.youtube-disabled:hover:before {
    opacity: 0.85;
}

.youtube-disabled:after {
    content: 'Klicken Sie bitte hier um externe Videos von YouTube zu aktivieren. Im Cookie Dialog muss der Reiter "Medien" aktiviert werden';
    position: absolute;
    top: 40%;
    display: block;
    left: 0;
    right: 0;
    text-align: center;
    padding: 20px 20px 100px;
    color: #000;
    z-index: 11;
    font-weight: bold;
    background: url('../../../typo3conf/ext/satelco/Resources/Public/Images/play.png') 50% 100% no-repeat;
}

/* little hack to make sure make sure the loaded iframe div gets 100% width even if parents are floating */
.youtube-preview {
    height: 1px;
    overflow: hidden;
    opacity: 0.01;
}

.youtube-disabled .youtube-preview {
    height: auto;
    opacity: 1;
}

.youtube-preview img {
    width: 100%;
    height: auto;
    max-width: 100%;
}

/* end hack */

.embed-container {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    max-width: 100%;
}

.embed-container iframe, .embed-container object, .embed-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/* maps */

.maps-disabled:before {
    content: 'Klicken Sie bitte hier um Google Maps zu aktivieren. Im Cookie Dialog muss der Reiter "Routing" aktiviert werden';
    padding: 50px;
    display: block;
    text-align: center;
    background: #eee;
    border: 1px solid #aaa;
    font-weight: bold;
}


/* cookies */
.call-klaro-btn {
    position: fixed;
    bottom: 0;
    left: 10px;
    z-index: 9999;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    cursor: pointer;
    background: #eee;
    color: #000;
    padding: 10px;
}

#wrapper .call-klaro-btn {
    border-radius: 10px;
    position: static;
    margin: 10px 0;
    display: inline-block;
}

.call-klaro {
    cursor: pointer;
}

.cookie-modal label {
    color: #555;
    background: none;
    border: none;
}

body .klaro .cookie-modal .cm-btn, body .klaro .cookie-notice .cm-btn, body .klaro .cookie-modal .cm-btn.cm-btn-info, body .klaro .cookie-notice .cm-btn.cm-btn-info {
    background-color: #009FE3;
}

body .klaro .cookie-modal .cm-btn.cm-btn-success.cm-btn-accept-all,
body .klaro .cookie-modal .cm-list-input.half-checked:checked + .cm-list-label .slider, body .klaro .cookie-notice .cm-list-input.half-checked:checked + .cm-list-label .slider,
body .klaro .cookie-modal .cm-list-input:checked + .cm-list-label .slider, body .klaro .cookie-notice .cm-list-input:checked + .cm-list-label .slider,
body .klaro .cookie-modal .cm-list-input.required:checked + .cm-list-label .slider, body .klaro .cookie-notice .cm-list-input.required:checked + .cm-list-label .slider {
    background-color: #009FE3;
}

body .klaro .cookie-modal a, body .klaro .cookie-notice a {
    color: #009FE3;
}

body .klaro .cookie-modal .cm-modal.cm-klaro {
    background: #fff;
    color: #555;
}

body .klaro .cookie-modal p, body .klaro .cookie-modal strong, body .klaro .cookie-modal h1, body .klaro .cookie-modal h2, body .klaro .cookie-modal ul, body .klaro .cookie-modal li, body .klaro .cookie-notice p, body .klaro .cookie-notice strong, body .klaro .cookie-notice h1, body .klaro .cookie-notice h2, body .klaro .cookie-notice ul, body .klaro .cookie-notice li {
    color: #555;
}

body .klaro .cookie-modal .cm-btn.cm-btn-success.cm-btn-accept-all {
    cursor: pointer;
}

body .klaro .cookie-modal .cm-modal .cm-footer .cm-powered-by a {
    color: #fff;
}

body .klaro .cookie-modal .cm-list-input.only-required+.cm-list-label .slider, body .klaro .cookie-notice .cm-list-input.only-required+.cm-list-label .slider {
    background: #009FE3;
}
/* Search Styles */
.tx-indexedsearch-info-noresult {
  padding: 20px 0;
}
.tx-indexedsearch-searchbox-button, .tx-indexedsearch-searchbox fieldset, .tx-indexedsearch #tx-indexedsearch-searchbox-button-submit {
  cursor: pointer;
}
.tx-indexedsearch-info dt, .tx-indexedsearch-info dd {
  font-size: 80%;
  float: left;
  margin-right: 3px;
}
.tx-indexedsearch-info dd {
  border-right: 1px solid #606060;
  padding-right: 5px;
  margin-right: 5px;
}
.tx-indexedsearch-info-sword {
  font-weight: bold;
  font-style: italic;
  display: block;
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px dotted #606060;
}
.tx-indexedsearch-text-item-path p {
  margin: 0;
  line-height: 1;
}
.tx-indexedsearch-res {
  clear: both;
  padding: 20px;
  background: #eee;
}
.tx-indexedsearch-res:nth-child(even) {
  background: none;
}
.tx-indexedsearch-res:after {
  content: "";
  display: block;
  clear: both;
}
.tx-indexedsearch-res h3 {
  margin-bottom: 20px;
}
.tx-indexedsearch-browsebox {
  list-style: none;
  margin: 15px 0;
  padding: 0;
}
.tx-indexedsearch-browsebox li {
  display: inline;
}
.tx-indexedsearch-browsebox li:after {
  content: "|";
  margin: 0 8px;
}
.tx-indexedsearch-browsebox li:last-child:after {
  display: none;
}
.tx-indexedsearch-searchbox fieldset {
  border: none;
  margin-left: 0;
  padding-left: 0;
}
.tx-indexedsearch-searchbox legend {
  display: none;
}

/* Form and Button Styles */
.tx-indexedsearch-form, .tx-indexedsearch-search-submit {
  display: inline;
}
.tx-indexedsearch-form label, .tx-indexedsearch-search-submit label {
  display: none;
}
.tx-indexedsearch-form input, .tx-indexedsearch-search-submit input {
  width: auto;
  display: inline;
  margin-right: 20px;
  background: none;
  border: 1px solid #606060;
}

.pid-1250 .tx-indexedsearch-searchbox-sword {
  width: 200px;
}
.pid-1250 #tx-indexedsearch-searchbox-button-submit {
  background: #F37E0C;
  color: #fff;
  border: 1px solid #F37E0C;
  transition: 0.3s ease-in;
  margin: 15px 0 0 0;
  border-radius: 5px;
  transition: all 0.3s ease-in;
}
.pid-1250 #tx-indexedsearch-searchbox-button-submit:hover {
  background: #909090;
  border-color: #909090;
}

#footer-top-inner {
  position: relative;
}
@media only screen and (min-width: 768px) {
  #footer-top-inner {
    padding-right: 320px;
  }
}
#footer-top-inner .tx-indexedsearch-searchbox {
  margin-top: 20px;
  text-align: center;
  position: relative;
}
@media only screen and (min-width: 768px) {
  #footer-top-inner .tx-indexedsearch-searchbox {
    position: absolute;
    right: 0;
    top: -8px;
    margin-top: 0;
  }
}
#footer-top-inner .tx-indexedsearch-searchbox .tx-indexedsearch-form {
  display: inline;
}
#footer-top-inner .tx-indexedsearch-searchbox .tx-indexedsearch-form input {
  margin-right: 5px;
  border-color: #555;
  padding: 8px 40px 8px 8px;
  width: 200px;
  color: #fff;
  transition: all 0.3s ease-in;
}
#footer-top-inner .tx-indexedsearch-searchbox .tx-indexedsearch-form input:hover, #footer-top-inner .tx-indexedsearch-searchbox .tx-indexedsearch-form input:focus {
  border-color: #fff;
}
#footer-top-inner .tx-indexedsearch-searchbox .tx-indexedsearch-form label {
  display: none;
}
#footer-top-inner .tx-indexedsearch-searchbox button {
  background: none;
  color: #555;
  border: none;
  position: absolute;
  right: 10px;
  top: 8px;
  transition: all 0.3s ease-in;
}
#footer-top-inner .tx-indexedsearch-searchbox button :hover {
  color: #fff;
}

/*# sourceMappingURL=search.css.map */

/* encode-sans-300 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Encode Sans";
  font-style: normal;
  font-weight: 300;
  src: url('../../../typo3conf/ext/satelco/Resources/Public/Fonts/encode-sans-v19-latin-300.woff2') format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* encode-sans-regular - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Encode Sans";
  font-style: normal;
  font-weight: 400;
  src: url('../../../typo3conf/ext/satelco/Resources/Public/Fonts/encode-sans-v19-latin-regular.woff2') format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* encode-sans-500 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Encode Sans";
  font-style: normal;
  font-weight: 500;
  src: url('../../../typo3conf/ext/satelco/Resources/Public/Fonts/encode-sans-v19-latin-500.woff2') format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* encode-sans-700 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Encode Sans";
  font-style: normal;
  font-weight: 700;
  src: url('../../../typo3conf/ext/satelco/Resources/Public/Fonts/encode-sans-v19-latin-700.woff2') format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* roboto-300 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Roboto";
  font-style: normal;
  font-weight: 300;
  src: url('../../../typo3conf/ext/satelco/Resources/Public/Fonts/roboto-v30-latin-300.woff2') format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* roboto-regular - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  src: url('../../../typo3conf/ext/satelco/Resources/Public/Fonts/roboto-v30-latin-regular.woff2') format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* roboto-500 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Roboto";
  font-style: normal;
  font-weight: 500;
  src: url('../../../typo3conf/ext/satelco/Resources/Public/Fonts/roboto-v30-latin-500.woff2') format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* roboto-700 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Roboto";
  font-style: normal;
  font-weight: 700;
  src: url('../../../typo3conf/ext/satelco/Resources/Public/Fonts/roboto-v30-latin-700.woff2') format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
.bh, noscript p {
  margin: 10px auto;
  background: #FFDDDD;
  color: #000;
  border: 1px dotted #FF0000;
  padding: 10px;
  text-align: center;
  width: 600px;
  display: block;
}

.error {
  color: #ff0000;
}

.border {
  border: 2px solid red;
}

/* start img handling */
.lazyload_opacity .lazyload,
.lazyload_opacity .lazyloading {
  opacity: 0;
}
.lazyload_opacity .lazyload img,
.lazyload_opacity .lazyloading img {
  opacity: 0;
  transform: translateY(50px);
}

.lazyload img,
.lazyloading img {
  opacity: 0;
  transform: translateY(50px);
}

.lazyloaded img {
  transform: translateY(0);
  opacity: 1;
  transition: all 0.4s;
}

.ce-gallery figcaption {
  display: block;
}

.img-placeholder {
  background: url('../../../typo3conf/ext/satelco/Resources/Public/Images/loader.gif') 50% 50% no-repeat;
  min-height: 40px;
  min-width: 40px;
  margin: auto;
  display: block;
}
.img-placeholder img {
  max-width: 100%;
}

.img-responsive {
  max-width: 100%;
  height: auto;
}

.no-load {
  min-width: 100px;
  min-height: 100px;
}

.sc {
  background: url('../../../typo3conf/ext/satelco/Resources/Public/Images/loader.gif') 50% 50% no-repeat;
  background-size: 100% 100%;
  min-width: 25px;
  min-height: 25px;
  outline: none;
  border: none;
}
.sc .img-responsive {
  background: none;
}
.no-js .sc {
  display: none !important;
  background: none;
}

@media only screen and (max-width: 767px) {
  .max-w-10 {
    max-width: 10px !important;
    margin: auto;
  }
  .max-w-15 {
    max-width: 15px !important;
    margin: auto;
  }
  .max-w-20 {
    max-width: 20px !important;
    margin: auto;
  }
  .max-w-25 {
    max-width: 25px !important;
    margin: auto;
  }
  .max-w-30 {
    max-width: 30px !important;
    margin: auto;
  }
  .max-w-35 {
    max-width: 35px !important;
    margin: auto;
  }
  .max-w-40 {
    max-width: 40px !important;
    margin: auto;
  }
  .max-w-45 {
    max-width: 45px !important;
    margin: auto;
  }
  .max-w-50 {
    max-width: 50px !important;
    margin: auto;
  }
  .max-w-55 {
    max-width: 55px !important;
    margin: auto;
  }
  .max-w-60 {
    max-width: 60px !important;
    margin: auto;
  }
  .max-w-65 {
    max-width: 65px !important;
    margin: auto;
  }
  .max-w-70 {
    max-width: 70px !important;
    margin: auto;
  }
  .max-w-75 {
    max-width: 75px !important;
    margin: auto;
  }
  .max-w-80 {
    max-width: 80px !important;
    margin: auto;
  }
  .max-w-85 {
    max-width: 85px !important;
    margin: auto;
  }
  .max-w-90 {
    max-width: 90px !important;
    margin: auto;
  }
  .max-w-95 {
    max-width: 95px !important;
    margin: auto;
  }
  .max-w-100 {
    max-width: 100px !important;
    margin: auto;
  }
  .max-w-105 {
    max-width: 105px !important;
    margin: auto;
  }
  .max-w-110 {
    max-width: 110px !important;
    margin: auto;
  }
  .max-w-115 {
    max-width: 115px !important;
    margin: auto;
  }
  .max-w-120 {
    max-width: 120px !important;
    margin: auto;
  }
  .max-w-125 {
    max-width: 125px !important;
    margin: auto;
  }
  .max-w-130 {
    max-width: 130px !important;
    margin: auto;
  }
  .max-w-135 {
    max-width: 135px !important;
    margin: auto;
  }
  .max-w-140 {
    max-width: 140px !important;
    margin: auto;
  }
  .max-w-145 {
    max-width: 145px !important;
    margin: auto;
  }
  .max-w-150 {
    max-width: 150px !important;
    margin: auto;
  }
  .max-w-155 {
    max-width: 155px !important;
    margin: auto;
  }
  .max-w-160 {
    max-width: 160px !important;
    margin: auto;
  }
  .max-w-165 {
    max-width: 165px !important;
    margin: auto;
  }
  .max-w-170 {
    max-width: 170px !important;
    margin: auto;
  }
  .max-w-175 {
    max-width: 175px !important;
    margin: auto;
  }
  .max-w-180 {
    max-width: 180px !important;
    margin: auto;
  }
  .max-w-185 {
    max-width: 185px !important;
    margin: auto;
  }
  .max-w-190 {
    max-width: 190px !important;
    margin: auto;
  }
  .max-w-195 {
    max-width: 195px !important;
    margin: auto;
  }
  .max-w-200 {
    max-width: 200px !important;
    margin: auto;
  }
  .max-w-205 {
    max-width: 205px !important;
    margin: auto;
  }
  .max-w-210 {
    max-width: 210px !important;
    margin: auto;
  }
  .max-w-215 {
    max-width: 215px !important;
    margin: auto;
  }
  .max-w-220 {
    max-width: 220px !important;
    margin: auto;
  }
  .max-w-225 {
    max-width: 225px !important;
    margin: auto;
  }
  .max-w-230 {
    max-width: 230px !important;
    margin: auto;
  }
  .max-w-235 {
    max-width: 235px !important;
    margin: auto;
  }
  .max-w-240 {
    max-width: 240px !important;
    margin: auto;
  }
  .max-w-245 {
    max-width: 245px !important;
    margin: auto;
  }
  .max-w-250 {
    max-width: 250px !important;
    margin: auto;
  }
  .max-w-255 {
    max-width: 255px !important;
    margin: auto;
  }
  .max-w-260 {
    max-width: 260px !important;
    margin: auto;
  }
  .max-w-265 {
    max-width: 265px !important;
    margin: auto;
  }
  .max-w-270 {
    max-width: 270px !important;
    margin: auto;
  }
  .max-w-275 {
    max-width: 275px !important;
    margin: auto;
  }
  .max-w-280 {
    max-width: 280px !important;
    margin: auto;
  }
  .max-w-285 {
    max-width: 285px !important;
    margin: auto;
  }
  .max-w-290 {
    max-width: 290px !important;
    margin: auto;
  }
  .max-w-295 {
    max-width: 295px !important;
    margin: auto;
  }
  .max-w-300 {
    max-width: 300px !important;
    margin: auto;
  }
}
.unlist {
  margin: 0;
  padding: 0;
  list-style: none;
}

.ce-gallery, .ce-column {
  max-width: 100%;
}

/* adjust margins according to grid */
.ce-row {
  margin-left: -30px;
  margin-right: -30px;
  margin-bottom: 0;
}

.ce-column {
  padding: 0 30px;
  margin: 0 0 60px;
}

.ce-intext.ce-right .ce-gallery {
  margin: 0 0 0 30px;
  padding: 0 0 0 30px;
}

.ce-intext.ce-left .ce-gallery {
  margin: 0 30px 0 0;
  padding: 0 30px 0 0;
}

.ce-gallery figure {
  display: block;
}

.ce-notext.ce-gallery {
  margin-bottom: 0;
}

@media only screen and (max-width: 767px) {
  .ce-row {
    margin-left: -20px;
    margin-right: -20px;
    margin-bottom: 0;
  }
  .ce-column {
    padding: 0 20px;
    margin: 0 0 10px;
  }
  .ce-intext.ce-right .ce-gallery {
    margin: 0 0 0 20px;
    padding: 0 0 0 20px;
  }
  .ce-intext.ce-left .ce-gallery {
    margin: 0 20px 0 0;
    padding: 0 20px 0 0;
  }
}
/* max column widths */
.ce-row-2 .ce-column {
  max-width: 50%;
}

.ce-row-3 .ce-column {
  max-width: 33.333%;
}

.ce-row-4 .ce-column {
  max-width: 25%;
}

.ce-row-5 .ce-column {
  max-width: 20%;
}

.ce-row-6 .ce-column {
  max-width: 16.666%;
}

.ce-row-7 .ce-column {
  max-width: 14.285%;
}

.ce-row-8 .ce-column {
  max-width: 12.5%;
}

.ce-row-2 .ce-column:nth-child(2n+3),
.ce-row-3 .ce-column:nth-child(3n+4),
.ce-row-4 .ce-column:nth-child(4n+5),
.ce-row-5 .ce-column:nth-child(5n+6),
.ce-row-6 .ce-column:nth-child(6n+7),
.ce-row-7 .ce-column:nth-child(7n+8),
.ce-row-8 .ce-column:nth-child(8n+9) {
  clear: left;
}

.ce-intext .ce-gallery {
  max-width: 50%;
}

.ce-intext .ce-notext.ce-gallery {
  max-width: 100%;
}

/* weird IE bug??*/
.is-IE .ce-outer, .is-IE .ce-inner, .is-IE .ce-column, .is-IE figure.image {
  width: 100%;
}

.is-IE .ce-gallery {
  width: 100%;
}

figure.image img {
  max-width: 100%;
}

.ce-row-1 img {
  width: auto;
}

@media only screen and (max-width: 992px) {
  .ce-intext .ce-gallery {
    max-width: 50%;
  }
  .ce-intext .ce-notext.ce-gallery {
    max-width: 100%;
  }
  .ce-row-5 .ce-column,
  .ce-row-6 .ce-column,
  .ce-row-7 .ce-column,
  .ce-row-8 .ce-column {
    max-width: 25%;
  }
  .ce-row-5 .ce-column:nth-child(5n+6),
  .ce-row-6 .ce-column:nth-child(6n+7),
  .ce-row-7 .ce-column:nth-child(7n+8),
  .ce-row-8 .ce-column:nth-child(8n+9) {
    clear: none;
  }
  .ce-row-5 .ce-column:nth-child(4n+5),
  .ce-row-6 .ce-column:nth-child(4n+5),
  .ce-row-7 .ce-column:nth-child(4n+5),
  .ce-row-8 .ce-column:nth-child(4n+5) {
    clear: left;
  }
  .grid-wrap .ce-row-3 .ce-column,
  .grid-wrap .ce-row-4 .ce-column,
  .grid-wrap .ce-row-5 .ce-column,
  .grid-wrap .ce-row-6 .ce-column,
  .grid-wrap .ce-row-7 .ce-column,
  .grid-wrap .ce-row-8 .ce-column {
    max-width: 50%;
  }
  .grid-wrap .ce-row-3 .ce-column:nth-child(3n+4),
  .grid-wrap .ce-row-4 .ce-column:nth-child(4n+5) {
    clear: none;
  }
  .grid-wrap .ce-row-3 .ce-column:nth-child(2n+3),
  .grid-wrap .ce-row-4 .ce-column:nth-child(2n+3),
  .grid-wrap .ce-row-5 .ce-column:nth-child(2n+3),
  .grid-wrap .ce-row-6 .ce-column:nth-child(2n+3),
  .grid-wrap .ce-row-7 .ce-column:nth-child(2n+3),
  .grid-wrap .ce-row-8 .ce-column:nth-child(2n+3) {
    clear: left;
  }
}
@media only screen and (max-width: 767px) {
  .ce-gallery, .ce-intext .ce-gallery, .ce-left .ce-gallery, .ce-right .ce-gallery, .ce-intext.ce-right .ce-gallery, .ce-intext.ce-left .ce-gallery {
    width: 100%;
    max-width: 100%;
    float: none;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
  }
  .ce-gallery .image, .ce-gallery img {
    width: 100%;
    max-width: 100%;
  }
  .ce-outer, .ce-inner, .ce-column, figure.image, figure.image img {
    max-width: 100%;
    width: auto;
  }
  .ce-row-2 .ce-column,
  .ce-row-3 .ce-column,
  .ce-row-4 .ce-column,
  .ce-row-5 .ce-column,
  .ce-row-6 .ce-column,
  .ce-row-7 .ce-column,
  .ce-row-8 .ce-column {
    max-width: 50% !important;
  }
}
@media only screen and (max-width: 320px) {
  .ce-row-2 .ce-column,
  .ce-row-3 .ce-column,
  .ce-row-4 .ce-column,
  .ce-row-5 .ce-column,
  .ce-row-6 .ce-column,
  .ce-row-7 .ce-column,
  .ce-row-8 .ce-column {
    max-width: 100% !important;
  }
}
/* end img handling */
/* video handling

.ce-gallery iframe {
  max-width:100%;
}
*/
.frame-media-210 .ce-intext.ce-left .ce-gallery,
.frame-media-210 .ce-intext.ce-right .ce-gallery,
.frame-media-210 .ce-gallery,
.frame-media-210 .ce-gallery figure,
.frame-media-210 .ce-column,
.frame-media-210 .ce-outer,
.frame-media-210 .ce-inner {
  position: static;
  float: none;
  display: block;
  margin: 0;
  max-width: 100%;
}
.frame-media-210 .video-embed {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
}
.frame-media-210 .video-embed iframe, .frame-media-210 .video-embed object, .frame-media-210 .video-embed embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.frame-media-420 .ce-row-1 img, .frame-media-420 .ce-row-1 .ce-column {
  width: 100%;
  min-width: 100%;
}

@media only screen and (max-width: 767px) {
  .ce-center .ce-outer, .ce-center .ce-inner {
    float: none;
    position: static;
  }
  .ce-row-1 .ce-column {
    float: none;
  }
  .ce-gallery .ce-row-1 figure {
    display: block;
  }
  .video-embed {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    max-width: 100%;
  }
  .video-embed iframe, .video-embed object, .video-embed embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
}
/* Slider presets */
.bx-wrapper {
  border: none;
  box-shadow: none;
}
.bx-wrapper .img-responsive {
  width: 100% !important;
}

#mainslider {
  clear: both;
  position: relative;
  opacity: 1;
  transition: all 0.3s ease-in;
}
#mainslider .bx-wrapper {
  margin-bottom: 0;
}
#mainslider .bx-wrapper img {
  width: 100%;
  height: auto;
}
#mainslider .slides picture {
  position: relative;
  left: 40%;
  width: 60%;
  display: block;
}
.pid-1200 #mainslider .slides picture {
  left: 10%;
}
#mainslider .slides:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  background: url('../../../typo3conf/ext/satelco/Resources/Public/Images/shape-B.svg') no-repeat;
  background-size: cover;
  z-index: 9999;
  transition: background-color 0.5s ease-in;
}
.pid-1200 #mainslider .slides:before {
  background-image: url('../../../typo3conf/ext/satelco/Resources/Public/Images/shape-A.svg');
}
.preload #mainslider {
  opacity: 0;
}
.preload #mainslider .slides:before {
  background: #fff;
}
#mainslider .slider-content {
  display: block;
  position: absolute;
  z-index: 11001;
  background: rgba(255, 255, 255, 0.75);
  border: 1px solid #E7E7E7;
  border-radius: 20px;
  padding: 30px;
  font-family: "Encode Sans", sans-serif;
  font-style: italic;
  font-weight: 400;
  font-size: 3rem;
  line-height: 1.5;
  left: 15%;
  top: 25%;
  min-width: 570px;
  -webkit-box-shadow: 2px 2px 15px 2px rgba(0, 0, 0, 0.1);
  box-shadow: 2px 2px 15px 2px rgba(0, 0, 0, 0.1);
}
@media only screen and (max-width: 1024px) {
  #mainslider .slider-content {
    padding: 20px;
    font-size: 2rem;
  }
}
@media only screen and (max-width: 767px) {
  #mainslider .slider-content {
    padding: 15px;
    font-size: 1.1rem;
    left: 20px;
    top: 20px;
    min-width: auto;
  }
}
.pid-1200 #mainslider .slider-content {
  left: 50%;
}
@media only screen and (max-width: 767px) {
  .pid-1200 #mainslider .slider-content {
    left: auto;
    right: 20px;
  }
}

.slider {
  list-style: none;
}
.slider img {
  display: none;
}

.bx-viewport {
  height: 1px;
  min-height: 1px;
  transition: height 0.3s;
}

.bx-wrapper a {
  text-decoration: none;
}
.bx-wrapper img {
  display: block;
}
.force100 .bx-wrapper .img {
  width: 100% !important;
}
.bx-wrapper .bx-controls {
  opacity: 0;
  transition: opacity 0.3s ease-in;
}
.bx-wrapper:hover .bx-controls {
  opacity: 1;
}
.bx-wrapper .bx-controls-direction a {
  text-indent: 0;
  color: #fff;
  font-size: 34px;
  background: none !important;
  width: 50px;
  height: 50px;
  text-align: center;
  margin-top: -25px;
  opacity: 0.8;
  z-index: 1000;
}
.bx-wrapper .bx-controls-direction a:hover {
  opacity: 0.9;
}
.contentslider-container .bx-wrapper .bx-controls-direction a {
  color: #606060;
}

/* slider in content */
.slides {
  position: relative;
}
.slides .slider-content {
  display: none;
}
.slides figure, .slides iframe {
  margin: 0;
  border: none;
}
.slides .video-embed {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
}
.slides .video-embed iframe, .slides .video-embed object, .slides .video-embed embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.contentslider > div {
  padding: 40px 60px;
  background: #F3F3F3;
  border-radius: 20px;
}

/************* main */
html, body {
  height: 100%;
  margin: 0;
  padding: 0;
  background: #fff;
  color: #000;
  font: 18px "Roboto", sans-serif;
  letter-spacing: 0.3px;
}
@media only screen and (max-widtH: 1279px) {
  html, body {
    font-size: 16px;
  }
}

a {
  color: #009FE3;
  text-decoration: none;
}

main {
  clear: both;
}

#homelink {
  width: 340px;
  height: 102px;
  background-image: url('../../../typo3conf/ext/satelco/Resources/Public/Images/satelco_ch_logo_pos_mit_claim.svg');
  background-size: 100% auto;
  background-repeat: no-repeat;
  display: block;
  text-decoration: none;
  position: absolute;
  left: 13%;
  top: 120px;
  z-index: 10000;
}
#homelink span {
  display: none;
}
.pid-1200 #homelink {
  background-image: url('../../../typo3conf/ext/satelco/Resources/Public/Images/satelco_ch_logo_pos_ohne_claim.svg');
  width: 360px;
  height: 102px;
}
@media only screen and (max-width: 480px) {
  .pid-1200 #homelink {
    width: 290px;
    height: 88px;
  }
}
@media only screen and (max-width: 1024px) {
  #homelink {
    position: static;
    margin: auto;
  }
}
@media only screen and (max-width: 480px) {
  #homelink {
    width: 290px;
    height: 88px;
  }
}

#content {
  line-height: 1.4;
  padding-top: 40px;
  padding-bottom: 40px;
}

body > header {
  padding-top: 140px;
  position: relative;
}
@media only screen and (max-width: 1024px) {
  body > header {
    padding-top: 70px;
  }
}
@media only screen and (max-width: 480px) {
  body > header {
    padding-top: 40px;
  }
}

/* breadcrumb */
.bc {
  margin: 0;
  padding: 0;
  list-style: none;
  display: none;
}
@media only screen and (max-width: 767px) {
  .bc {
    display: block;
    font-size: 0.9rem;
    padding: 5px 20px;
  }
}
.bc li {
  display: inline;
}
@media only screen and (max-width: 767px) {
  .bc li {
    display: block;
  }
}
.bc li:after {
  content: ">>";
  margin: 0 3px;
}
.bc li.active-bc:after {
  display: none;
}
.bc a {
  color: #606060;
  transition: all 0.3s ease-in;
}
.bc a:hover {
  color: #009FE3;
}
.slider-content .bc {
  font-family: "Roboto", sans-serif;
  font-size: 0.8rem;
  position: absolute;
  bottom: -30px;
  left: 15px;
  display: block;
}
@media only screen and (max-width: 767px) {
  .slider-content .bc {
    display: none;
  }
}

/* nav */
#navbar {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  padding: 25px 0 0 0;
  background: #fff;
  z-index: 10001;
  border-bottom: 1px solid #fff;
  text-align: right;
  min-height: 40px;
  transition: all 0.3s ease-in;
}
.scrolled #navbar {
  border-color: #E7E7E7;
}
#navbar > div > nav > ul {
  padding-right: 60px;
}
#navbar > div > nav > ul > li {
  display: inline;
}
#navbar > div > nav > ul > li > a {
  color: #000;
  padding: 10px;
  margin-right: 5px;
  border-radius: 5px;
  background: #fff;
  transition: background 0.3s ease-in;
}
#navbar > div > nav > ul > li > a.active, #navbar > div > nav > ul > li > a:hover {
  background: #E7E7E7;
}
#navbar > div > nav > ul > li.sub-nav ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#navbar > div > nav > ul > li.sub-nav > ul {
  opacity: 0;
  height: 0;
  overflow: hidden;
  display: block;
  position: fixed;
  margin-top: 15px;
  left: 0;
  right: 0;
  transition-timing-function: ease-in;
  transition-duration: 0.3s;
  transition-property: height, opacity, background-color;
}
#navbar > div > nav > ul > li.sub-nav > ul > li > div {
  position: relative;
  padding-top: 20px;
  padding-bottom: 20px;
  height: 50vh;
}
#navbar > div > nav > ul > li.sub-nav > ul > li > div.height-50 {
  height: 50px;
}
#navbar > div > nav > ul > li.sub-nav > ul > li > div.height-100 {
  height: 100px;
}
#navbar > div > nav > ul > li.sub-nav > ul > li > div.height-150 {
  height: 150px;
}
#navbar > div > nav > ul > li.sub-nav > ul > li > div.height-200 {
  height: 200px;
}
#navbar > div > nav > ul > li.sub-nav > ul > li > div.height-250 {
  height: 250px;
}
#navbar > div > nav > ul > li.sub-nav > ul > li > div.height-300 {
  height: 300px;
}
#navbar > div > nav > ul > li.sub-nav > ul > li > div.height-350 {
  height: 350px;
}
#navbar > div > nav > ul > li.sub-nav > ul > li > div.height-400 {
  height: 400px;
}
#navbar > div > nav > ul > li.sub-nav > ul > li > div.height-450 {
  height: 450px;
}
#navbar > div > nav > ul > li.sub-nav > ul > li > div.height-500 {
  height: 500px;
}
#navbar > div > nav > ul > li.sub-nav > ul > li > div.height-550 {
  height: 550px;
}
#navbar > div > nav > ul > li.sub-nav > ul > li > div.height-600 {
  height: 600px;
}
#navbar > div > nav > ul > li.sub-nav > ul > li > div .menu-content {
  position: absolute;
  left: 0;
  top: 20px;
  width: 300px;
  min-height: 20px;
  color: #555;
  text-align: left;
}
#navbar > div > nav > ul > li.sub-nav > ul > li > div > ul > li {
  padding-right: 200px;
  margin-bottom: 10px;
}
#navbar > div > nav > ul > li.sub-nav > ul > li > div > ul > li > a {
  display: inline-block;
  color: #000;
  width: 250px;
  text-align: left;
  padding: 5px 10px;
  border-radius: 5px;
}
#navbar > div > nav > ul > li.sub-nav > ul > li > div > ul > li > a.active {
  background: #F3F3F3;
}
#navbar > div > nav > ul > li.sub-nav > ul > li > div > ul > li.sub-nav > a {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
#navbar > div > nav > ul > li.sub-nav > ul > li > div > ul > li > ul {
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  position: absolute;
  right: 30px;
  top: 20px;
  bottom: 20px;
  width: 200px;
  padding: 20px;
  text-align: left;
  border-radius: 5px;
  background: #F3F3F3;
  z-index: 0;
  transition: all 0.3s ease-in;
}
#navbar > div > nav > ul > li.sub-nav > ul > li > div > ul > li > ul a {
  display: block;
  color: #000;
  margin-bottom: 10px;
}
#navbar > div > nav > ul > li.sub-nav > ul > li > div > ul > li.first > ul {
  border-top-left-radius: 0;
}
#navbar > div > nav > ul > li.sub-nav > ul > li > div > ul > li:hover a {
  background: #F3F3F3;
}
#navbar > div > nav > ul > li.sub-nav > ul > li > div > ul > li:hover > ul {
  max-height: 45vh;
  opacity: 1;
  z-index: 1;
}
#navbar > div > nav > ul > li.sub-nav:hover > a {
  background: #E7E7E7;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  padding-bottom: 15px;
}
#navbar > div > nav > ul > li.sub-nav:hover > ul {
  background: #E7E7E7;
  height: 50vh;
  opacity: 1;
}
#navbar > div > nav > ul > li.sub-nav:hover > ul.height-50 {
  height: 50px;
}
#navbar > div > nav > ul > li.sub-nav:hover > ul.height-100 {
  height: 100px;
}
#navbar > div > nav > ul > li.sub-nav:hover > ul.height-150 {
  height: 150px;
}
#navbar > div > nav > ul > li.sub-nav:hover > ul.height-200 {
  height: 200px;
}
#navbar > div > nav > ul > li.sub-nav:hover > ul.height-250 {
  height: 250px;
}
#navbar > div > nav > ul > li.sub-nav:hover > ul.height-300 {
  height: 300px;
}
#navbar > div > nav > ul > li.sub-nav:hover > ul.height-350 {
  height: 350px;
}
#navbar > div > nav > ul > li.sub-nav:hover > ul.height-400 {
  height: 400px;
}
#navbar > div > nav > ul > li.sub-nav:hover > ul.height-450 {
  height: 450px;
}
#navbar > div > nav > ul > li.sub-nav:hover > ul.height-500 {
  height: 500px;
}
#navbar > div > nav > ul > li.sub-nav:hover > ul.height-550 {
  height: 550px;
}
#navbar > div > nav > ul > li.sub-nav:hover > ul.height-600 {
  height: 600px;
}
#navbar > div > nav > ul > li.last > a {
  color: #F37E0C;
  margin-right: 0;
}
#navbar > div > nav > ul > li.last:hover > a, #navbar > div > nav > ul > li.last > a.active {
  background: #F37E0C;
  color: #fff;
}

#nav {
  position: relative;
}
@media only screen and (max-width: 1024px) {
  #nav {
    position: absolute;
    top: 12px;
  }
}
#nav li.scroll-logo a {
  opacity: 0;
  content: "";
  display: block;
  width: 180px;
  height: 51px;
  position: absolute;
  left: 0;
  top: -20px;
  background: url('../../../typo3conf/ext/satelco/Resources/Public/Images/satelco_logo_pos_ohne_claim.svg') no-repeat;
  background-size: 100% auto;
  transition: all 0.3s ease-in;
}
@media only screen and (max-width: 1024px) {
  #nav li.scroll-logo a {
    width: 100px;
    height: 30px;
  }
}
#nav li.scroll-logo a:hover {
  background: url('../../../typo3conf/ext/satelco/Resources/Public/Images/satelco_logo_pos_ohne_claim.svg') no-repeat;
  background-size: 100% auto;
}
.scrolled #nav li.scroll-logo a {
  opacity: 1;
}

/* subnav */
.subnav-accordion {
  display: none;
  height: 30px;
  position: relative;
  border-radius: 5px;
  background: #606060;
  color: #fff;
  margin-bottom: 15px;
}
@media only screen and (max-width: 1024px) {
  .subnav-accordion {
    display: block;
  }
}
.subnav-accordion i {
  position: absolute;
  right: 10px;
  top: 5px;
  z-index: 1;
  transition: all 0.3s ease-in;
}
.subnav-accordion .icon-cancel {
  opacity: 0;
  z-index: 0;
}
.subnav-accordion.active .icon-cancel {
  opacity: 1;
}
.subnav-accordion.active .icon-menu {
  opacity: 0;
}

#subnav {
  margin: 0;
  padding: 0;
  list-style: none;
}
@media only screen and (max-width: 1024px) {
  #subnav {
    display: none;
  }
}
#subnav a {
  background: #ddd;
  color: #606060;
  border-radius: 5px;
  padding: 10px;
  display: block;
  margin-bottom: 10px;
  transition: all 0.3s ease-in;
}
#subnav a:hover, #subnav a.active {
  background: #009FE3;
  color: #fff;
}
#subnav a.active.has-ul {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  margin-bottom: 0;
}
#subnav ul {
  margin: 0;
  padding: 0;
  list-style: none;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  overflow: hidden;
  margin-bottom: 10px;
}
#subnav ul a {
  background: #ddd;
  margin-bottom: 0;
  border-bottom: 1px solid #fff;
  border-radius: 0;
}
#subnav ul a:hover {
  background: #E7E7E7;
  color: #606060;
}
#subnav ul a.active {
  background: #E7E7E7;
  color: #009FE3;
}
#subnav ul ul {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  margin-bottom: 0;
}
#subnav ul ul a {
  background: #E7E7E7;
}
#subnav ul ul a:hover {
  background: #ddd;
}
#subnav ul ul a:before {
  padding-left: 5px;
  content: "-";
  margin-right: 3px;
}
#subnav > li > ul > li.last > a {
  border-bottom: none;
}

/* sidenav */
#sidenav {
  margin: 0;
  padding: 0;
  list-style: none;
  position: fixed;
  top: 200px;
  right: 0;
  color: #fff;
  font-size: 26px;
  overflow: hidden;
  z-index: 12001;
}
#sidenav li {
  margin-bottom: 10px;
  display: block;
  width: 45px;
}
#sidenav a {
  display: block;
  height: 40px;
  position: relative;
  background: #F37E0C;
  color: #fff;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  width: 45px;
  margin-left: 5px;
  border-right: 5px solid #F37E0C;
  transition: all 0.3s ease-in;
}
#sidenav a:hover {
  margin-left: 0;
}
#sidenav a i {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.snc {
  opacity: 0;
  position: fixed;
  top: 0;
  bottom: 0;
  width: 400px;
  right: -400px;
  z-index: 12002;
  background: #009FE3;
  color: #fff;
  padding: 40px;
  transition: all 0.3s ease-in;
}
.snc .rowwrap {
  width: auto;
}
.snc h1, .snc h2, .snc h3 {
  color: #fff;
  font-family: "Encode Sans", sans-serif;
  font-weight: 300;
  line-height: 1.5;
  font-size: 1.5rem;
}
.snc a {
  color: #fff;
  text-decoration: underline;
}
.snc .hide-snc {
  display: block;
  color: #fff;
  text-align: right;
  font-size: 1.5rem;
  margin-bottom: 10px;
}
.snc .hide-snc i {
  cursor: pointer;
}
.snc.active {
  opacity: 1;
  right: 0;
}

/* footer */
#footer-top {
  background: #000;
  color: #fff;
  padding-top: 15px;
  padding-bottom: 15px;
}
#footer-top ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#footer-top ul li {
  display: inline;
  margin-right: 40px;
}
#footer-top ul li.last {
  margin-right: 0;
}
@media only screen and (max-width: 767px) {
  #footer-top ul li {
    display: block;
    text-align: center;
    margin: 8px 0;
  }
}
#footer-top a {
  color: #fff;
  transition: color 0.3s ease-in;
}
#footer-top a.active, #footer-top a:hover {
  color: #F37E0C;
}

#footer-main {
  background: #555;
  padding-top: 40px;
  padding-bottom: 40px;
}

#f-main-nav {
  display: flex;
  flex-wrap: wrap;
  color: #fff;
  line-height: 2;
  font-size: 0.8rem;
}
#f-main-nav > div {
  flex-grow: 1;
  flex-basis: 0;
}
@media only screen and (max-width: 1024px) {
  #f-main-nav > div {
    flex: calc(50% - 25px);
    margin-bottom: 15px;
  }
}
@media only screen and (max-width: 600px) {
  #f-main-nav > div {
    flex: 100%;
  }
}
#f-main-nav a {
  color: #fff;
}
#f-main-nav a.active, #f-main-nav a:hover {
  color: #F37E0C;
}
#f-main-nav .ce-column {
  margin-bottom: 0;
}
#f-main-nav .ce-gallery {
  margin-bottom: 10px;
}
#f-main-nav ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#f-main-nav .f-nav > li > a {
  text-transform: uppercase;
  font-size: 1rem;
  font-weight: 500;
}
#f-main-nav .f-nav > li + li {
  margin-top: 15px;
}
#f-main-nav #f-nav-1237 > li > ul {
  display: none;
}
#f-main-nav #f-nav-1237 > li.first > ul {
  display: block;
}

/* footer bottom */
#footer-bottom {
  background: #555;
  border-top: 1px solid #909090;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
}
#footer-bottom ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#footer-bottom ul li {
  display: inline;
}
#footer-bottom #f-social-nav a {
  font-size: 26px;
  color: #fff;
  display: inline-block;
  margin-right: 15px;
  width: 40px;
  height: 40px;
  border-radius: 5px;
  position: relative;
  background: #009FE3;
  transition: background 0.3s ease-in;
}
#footer-bottom #f-social-nav a:hover {
  background-color: #F37E0C;
}
#footer-bottom #f-social-nav a i {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

/* specific content */
#zblist {
  border: none;
  width: 100%;
  height: 80vh;
}

.frame-type-satelco_blitz .blitz_frame {
  width: 1px;
  min-width: 100%;
  min-height: 350px;
  border: none;
}

.nojs .frame-type-satelco_blitz .blitz_frame {
  height: 75vh;
  overflow-y: auto;
}

/* lang nav */
.langnav li {
  display: inline;
  margin-right: 10px;
}
.langnav li.last {
  margin-right: 0;
}
.langnav li a:before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  background: url('../../../typo3conf/ext/satelco/Resources/Public/Icons/flag-de.png');
  background-size: cover;
  border: 3px solid #555;
  border-radius: 100%;
  transition: border-color 0.3s ease-in;
}
.langnav li a:hover:before {
  border-color: #fff;
}
.langnav li a span {
  display: none;
}
.langnav li.active a:before {
  border-color: #fff;
}
.langnav li.en a:before {
  background-image: url('../../../typo3conf/ext/satelco/Resources/Public/Icons/flag-uk.png');
}
.langnav li.it a:before {
  background-image: url('../../../typo3conf/ext/satelco/Resources/Public/Icons/flag-it.png');
}
.langnav li.fr a:before {
  background-image: url('../../../typo3conf/ext/satelco/Resources/Public/Icons/flag-fr.png');
}

.langnav-top {
  display: none;
  text-align: left;
  cursor: pointer;
  transition: all 0.3s ease-in;
  margin: 0;
  padding: 0;
  list-style: none;
}
.langnav-top a {
  color: #888;
}
.langnav-top a:hover {
  color: #F37E0C;
}
@media only screen and (min-width: 1024px) {
  .langnav-top {
    padding: 10px 25px 15px 10px;
    background: #fff;
    position: absolute;
    right: 0;
    top: -13px;
    display: block;
    height: 34px;
    overflow: hidden;
  }
  .langnav-top:after {
    content: "";
    display: block;
    position: absolute;
    right: 5px;
    top: 19px;
    width: 0;
    height: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-top: 8px solid #888;
  }
  .langnav-top a {
    display: block;
    height: 28px;
    line-height: 28px;
  }
  .langnav-top li {
    display: block;
    border-bottom: 1px solid #eee;
  }
  .langnav-top:hover {
    height: 103px;
    box-shadow: 0 0 3px 3px rgba(0, 0, 0, 0.3);
  }
}

.sidr .langnav-sidr {
  margin-bottom: -3px;
}
.sidr .langnav-sidr li {
  display: inline-block;
  width: 25%;
}
.sidr .langnav-sidr a {
  border-right: 1px solid #eee;
  color: #aaa;
}

/* toplink */
#top {
  text-decoration: none;
  display: none;
  overflow: hidden;
  position: fixed;
  right: 15px;
  bottom: 15px;
  height: 55px;
  width: 50px;
  text-align: right;
  outline: none;
  color: #666;
  font-size: 30px;
}

/************* content styling via CE / RTE */
.style-1 {
  color: #009FE3;
}

.style-2 {
  color: darkgreen;
}

.arrow-link:after {
  content: "\e81b";
  margin-left: 10px;
  font-family: "fontello";
}

.list-arrow {
  padding: 0;
  margin: 20px 0;
  list-style: none;
}
.list-arrow li {
  display: block;
  margin-bottom: 5px;
}
.list-arrow li:before {
  content: "\e81b";
  margin-right: 10px;
  color: #009FE3;
  font-family: "fontello";
}

.button-link {
  position: relative;
  text-decoration: none !important;
  display: inline-block;
  background: #fff;
  padding: 10px 15px;
  transition: all 0.3s ease-in;
  border-radius: 5px;
  color: #fff;
  background: #F37E0C;
  transition: all 0.3s ease-in;
}
.button-link.button-2:after {
  content: "\e81b";
  font-family: "fontello";
  margin-left: 10px;
}
.button-link:hover {
  background: #909090;
}

h1, h2 {
  font-size: 2rem;
  margin: 20px 0 10px;
  color: #000;
  font-family: "Encode Sans";
  font-style: italic;
  font-weight: 300;
  line-height: 1.1;
}
@media only screen and (max-width: 767px) {
  h1, h2 {
    font-size: 1.3rem;
    line-height: 1.3;
  }
}
h1 + p, h2 + p {
  font-size: 1.4rem;
  margin-top: 10px;
  line-height: 1.1;
}
@media only screen and (max-width: 767px) {
  h1 + p, h2 + p {
    font-size: 1.2rem;
  }
}

h1 {
  font-size: 2.5rem;
  margin-top: -5px;
}
@media only screen and (max-width: 767px) {
  h1 {
    font-size: 1.6rem;
    line-height: 1.4;
  }
}
h1 + p {
  font-size: 2.5rem;
}
@media only screen and (max-width: 767px) {
  h1 + p {
    font-size: 1.4rem;
  }
}

h3 {
  font-size: 1.7rem;
  font-weight: normal;
  margin: 20px 0 5px;
}

.ce-gallery + .ce-bodytext > h2, .ce-gallery + .ce-bodytext > h3 {
  margin-top: -8px;
}

p {
  margin: 10px 0 15px;
}

strong {
  font-weight: 600;
}

em {
  font-style: italic;
}

.hidden-text {
  display: none;
}

.text-center, .ce-headline-center {
  text-align: center;
}

.text-left, .ce-headline-left {
  text-align: left;
}

.text-right, .ce-headline-right {
  text-align: right;
}

.text-justify {
  text-align: justify;
}

.txt-xs {
  font-size: 80%;
}

.txt-sm {
  font-size: 90%;
}

.txt-lg {
  font-size: 130%;
}

.txt-xl {
  font-size: 160%;
}

i.s2x {
  font-size: 200%;
}

i.s3x {
  font-size: 300%;
}

.frame-110 {
  border-bottom: 1px dotted #555;
  padding-bottom: 10px;
  margin-bottom: 10px;
}

.frame-410 *:not(.button-link) {
  padding: 0 !important;
  float: none !important;
}
.frame-410 .ce-bodytext {
  background: #009FE3;
  color: #fff;
  padding: 40px !important;
}
.frame-410 .ce-bodytext * {
  color: #fff;
}
.frame-410 .ce-gallery {
  max-width: none !important;
  margin: auto !important;
}
.frame-410 img, .frame-410 .ce-row, .frame-410 .ce-column {
  margin: auto !important;
}
@media only screen and (min-width: 600px) {
  .frame-410 .ce-textpic {
    display: flex;
  }
  .frame-410 .ce-textpic > div {
    flex: 1 0 50%;
  }
}

.border-1 img {
  border: 1px solid #555;
}

.bg-110 {
  background: #009FE3;
}

.has-bg-image {
  min-height: 50px;
  background-size: cover;
}

.fontello {
  font-family: "fontello";
}

.indent-left {
  max-width: 80%;
  margin-left: 20%;
}

.frame-space-before-extra-small {
  margin-top: 20px;
}

.frame-space-before-small {
  margin-top: 35px;
}

.frame-space-before-medium {
  margin-top: 50px;
}

.frame-space-before-large {
  margin-top: 75px;
}

.frame-space-before-extra-large {
  margin-top: 100px;
}

.frame-space-after-extra-small {
  margin-bottom: 20px;
}

.frame-space-after-small {
  margin-bottom: 35px;
}

.frame-space-after-medium {
  margin-bottom: 50px;
}

.frame-space-after-large {
  margin-bottom: 75px;
}

.frame-space-after-extra-large {
  margin-bottom: 100px;
}

.frame-layout-115, .frame-layout-130, .frame-layout-145, .frame-layout-160, .frame-layout-180, .frame-layout-190, .frame-layout-200 {
  margin-left: auto;
  margin-right: auto;
}

.frame-layout-115 {
  max-width: 150px;
}

.frame-layout-130 {
  max-width: 300px;
}

.frame-layout-145 {
  max-width: 450px;
}

.frame-layout-160 {
  max-width: 600px;
}

.frame-layout-180 {
  max-width: 800px;
}

.frame-layout-190 {
  max-width: 1280px;
}

.frame-layout-200 {
  max-width: 1400px;
}

.frame-type-container-4col > .row {
  margin: 0;
  display: flex;
  gap: 50px;
  flex-wrap: wrap;
}
.frame-type-container-4col > .row:before, .frame-type-container-4col > .row:after {
  display: none;
}
.frame-type-container-4col > .row > div {
  flex-grow: 1;
  flex-basis: 0;
  width: auto;
  float: none;
  padding: 0;
  overflow: visible;
}
@media only screen and (max-width: 1024px) {
  .frame-type-container-4col > .row > div {
    flex: calc(50% - 25px);
  }
}
@media only screen and (max-width: 600px) {
  .frame-type-container-4col > .row > div {
    flex: 100%;
  }
}

.frame-310 > .row > div .col-content-wrapper {
  border-radius: 20px;
  background: #fff;
  -webkit-box-shadow: 0 0 5px 2px rgba(0, 0, 0, 0.25);
  box-shadow: 0 0 5px 2px rgba(0, 0, 0, 0.25);
  padding: 30px 20px;
  height: 100%;
  transition: box-shadow 0.3s ease-in;
}
.frame-310 > .row > div .col-content-wrapper:hover {
  -webkit-box-shadow: 0 0 10px 5px rgba(0, 159, 227, 0.25);
  box-shadow: 0 0 10px 5px rgba(0, 159, 227, 0.25);
}

.accordion-container .ce-textpic {
  display: none;
}
.accordion-container > div > header h2, .accordion-container > div > header h3, .accordion-container > div > header h4 {
  font-size: 20px;
  padding: 15px;
  background: #ddd;
  position: relative;
  cursor: pointer;
}
.accordion-container > div > header h2:after, .accordion-container > header div > h3:after, .accordion-container > div > header h4:after {
  content: "\e811";
  font-family: "fontello";
  position: absolute;
  right: 15px;
  top: 15px;
}
.accordion-container > div.act-acc > header h2:after, .accordion-container > div.act-acc > header h3:after, .accordion-container > div.act-acc > header h4:after {
  content: "\e810";
}
.accordion-container .ce-textppic {
  border-bottom: 1px solid #ddd;
  padding-bottom: 10px;
  margin-bottom: 10px;
}

/************* clearfix */
.clearfix:after {
  display: block;
  height: 0;
  font-size: 0;
  clear: both;
  visibility: hidden;
}

.clearfix {
  display: inline-block;
}

.clearfix:before,
.clearfix:after {
  content: " "; /* 1 */
  display: table; /* 2 */
}

.clearfix {
  *zoom: 1;
}

/* hide from IE-mac \*/
* html .clearfix {
  height: 1%;
}

.clearfix {
  display: block;
}

/* end hide from IE-mac */
/* map */
#map {
  position: relative;
  width: 100%;
  margin: auto;
  height: 700px;
}

/* form */
input, textarea, select {
  width: 100%;
  padding: 10px;
  border: none;
  background: #E7E7E7;
  font: 1rem "Barlow Condensed", Arial, sans-serif;
  color: #333;
  border-radius: 5px;
}

form h2, main legend {
  display: none;
}

#kontaktformular-5042 > .form-group,
#contactus-5042 > .form-group {
  width: 32.333%;
  margin-right: 1.5%;
  float: left;
}

input:focus, input:hover, textarea:focus, textarea:hover, select:focus, select:hover {
  border-color: #000;
  color: #000;
}

.actions .btn {
  background: #F37E0C;
  color: #fff;
  border: #F37E0C;
  margin: 20px 0;
  padding: 10px;
  cursor: pointer;
  border-radius: 5px;
  transition: all 0.3s ease-in;
}
.actions .btn:hover {
  background: #909090;
  border-color: #909090;
}

#contactus-5042 #form-kontaktformular-5042-name,
#contactus-5042 #form-kontaktformular-5042-email,
#contactus-5042 #form-contactus-5042-text-2,
#contactus-5042 #form-contactus-5042-text-6, #kontaktformular-5042 #form-kontaktformular-5042-name,
#kontaktformular-5042 #form-kontaktformular-5042-email,
#kontaktformular-5042 #form-contactus-5042-text-2,
#kontaktformular-5042 #form-contactus-5042-text-6 {
  margin-right: 0;
}
#contactus-5042 #form-kontaktformular-5042-message, #contactus-5042 #form-kontaktformular-5042-checkbox-1,
#contactus-5042 #form-contactus-5042-textarea-1, #contactus-5042 #form-contactus-5042-checkbox-1, #kontaktformular-5042 #form-kontaktformular-5042-message, #kontaktformular-5042 #form-kontaktformular-5042-checkbox-1,
#kontaktformular-5042 #form-contactus-5042-textarea-1, #kontaktformular-5042 #form-contactus-5042-checkbox-1 {
  width: 100%;
  float: none;
  margin: 0;
  clear: both;
  padding-top: 20px;
}
#contactus-5042 #kontaktformular-5042-message,
#contactus-5042 #form-contactus-5042-textarea-1, #kontaktformular-5042 #kontaktformular-5042-message,
#kontaktformular-5042 #form-contactus-5042-textarea-1 {
  height: 120px;
}
#contactus-5042 #form-kontaktformular-5042-checkbox-1,
#contactus-5042 #form-contactus-5042-checkbox-1, #kontaktformular-5042 #form-kontaktformular-5042-checkbox-1,
#kontaktformular-5042 #form-contactus-5042-checkbox-1 {
  padding-top: 10px;
}
#contactus-5042 #form-kontaktformular-5042-checkbox-1 label,
#contactus-5042 #form-contactus-5042-checkbox-1 label, #kontaktformular-5042 #form-kontaktformular-5042-checkbox-1 label,
#kontaktformular-5042 #form-contactus-5042-checkbox-1 label {
  display: inline;
  background: none;
  border: none;
  padding: 0;
}
#contactus-5042 #form-kontaktformular-5042-checkbox-1 input,
#contactus-5042 #form-contactus-5042-checkbox-1 input, #kontaktformular-5042 #form-kontaktformular-5042-checkbox-1 input,
#kontaktformular-5042 #form-contactus-5042-checkbox-1 input {
  background: none;
  border: none;
  width: auto;
  margin-right: 15px;
}

form .clearfix > p {
  font-size: 90%;
  clear: both;
  text-align: right;
}

/* projektanfrage */
#smarthomeProjektanfrage-4313 legend, #smarthomeProjektanfrageEN-4313 legend, #smarthomeProjektanfrageFR-4313 legend,
#registrationGeraete-4797 legend, #registrationGeraeteEN-4797 legend, #registrationGeraeteFR-4797 legend {
  display: block;
  color: #009FE3;
  font-size: 1.4rem;
  margin: 0 0 5px;
}
#smarthomeProjektanfrage-4313 legend + div > label, #smarthomeProjektanfrageEN-4313 legend + div > label, #smarthomeProjektanfrageFR-4313 legend + div > label,
#registrationGeraete-4797 legend + div > label, #registrationGeraeteEN-4797 legend + div > label, #registrationGeraeteFR-4797 legend + div > label {
  margin-top: 5px;
}
#smarthomeProjektanfrage-4313 fieldset, #smarthomeProjektanfrageEN-4313 fieldset, #smarthomeProjektanfrageFR-4313 fieldset,
#registrationGeraete-4797 fieldset, #registrationGeraeteEN-4797 fieldset, #registrationGeraeteFR-4797 fieldset {
  border: none;
  padding: 0;
}
#smarthomeProjektanfrage-4313 label, #smarthomeProjektanfrageEN-4313 label, #smarthomeProjektanfrageFR-4313 label,
#registrationGeraete-4797 label, #registrationGeraeteEN-4797 label, #registrationGeraeteFR-4797 label {
  display: block;
  width: auto;
  background: none;
  border: none;
  padding: 0;
  margin: 15px 0 5px;
}
#smarthomeProjektanfrage-4313 .form-check, #smarthomeProjektanfrageEN-4313 .form-check, #smarthomeProjektanfrageFR-4313 .form-check,
#registrationGeraete-4797 .form-check, #registrationGeraeteEN-4797 .form-check, #registrationGeraeteFR-4797 .form-check {
  margin-bottom: 10px;
}
#smarthomeProjektanfrage-4313 .form-check label, #smarthomeProjektanfrageEN-4313 .form-check label, #smarthomeProjektanfrageFR-4313 .form-check label,
#registrationGeraete-4797 .form-check label, #registrationGeraeteEN-4797 .form-check label, #registrationGeraeteFR-4797 .form-check label {
  text-indent: 20px;
  margin: 0;
  display: initial;
}
#smarthomeProjektanfrage-4313 .form-check input, #smarthomeProjektanfrageEN-4313 .form-check input, #smarthomeProjektanfrageFR-4313 .form-check input,
#registrationGeraete-4797 .form-check input, #registrationGeraeteEN-4797 .form-check input, #registrationGeraeteFR-4797 .form-check input {
  display: initial;
  width: initial;
  background: none;
  margin-right: 10px;
  border: none;
}
#smarthomeProjektanfrage-4313 .switched-input .switched-input-content, #smarthomeProjektanfrageEN-4313 .switched-input .switched-input-content, #smarthomeProjektanfrageFR-4313 .switched-input .switched-input-content,
#registrationGeraete-4797 .switched-input .switched-input-content, #registrationGeraeteEN-4797 .switched-input .switched-input-content, #registrationGeraeteFR-4797 .switched-input .switched-input-content {
  display: none;
  padding: 0 0 15px 0;
}
#smarthomeProjektanfrage-4313 .switched-input .switched-input-content label, #smarthomeProjektanfrageEN-4313 .switched-input .switched-input-content label, #smarthomeProjektanfrageFR-4313 .switched-input .switched-input-content label,
#registrationGeraete-4797 .switched-input .switched-input-content label, #registrationGeraeteEN-4797 .switched-input .switched-input-content label, #registrationGeraeteFR-4797 .switched-input .switched-input-content label {
  margin: 0 0 5px;
}
#smarthomeProjektanfrage-4313 .switched-input .switched-input-content input, #smarthomeProjektanfrageEN-4313 .switched-input .switched-input-content input, #smarthomeProjektanfrageFR-4313 .switched-input .switched-input-content input,
#registrationGeraete-4797 .switched-input .switched-input-content input, #registrationGeraeteEN-4797 .switched-input .switched-input-content input, #registrationGeraeteFR-4797 .switched-input .switched-input-content input {
  background: #E7E7E7;
  border: none;
}
#smarthomeProjektanfrage-4313 > .form-group, #smarthomeProjektanfrageEN-4313 > .form-group, #smarthomeProjektanfrageFR-4313 > .form-group,
#registrationGeraete-4797 > .form-group, #registrationGeraeteEN-4797 > .form-group, #registrationGeraeteFR-4797 > .form-group {
  width: auto;
  float: none;
  margin: 15px 0 10px 0;
}
#smarthomeProjektanfrage-4313 .clearfix > p, #smarthomeProjektanfrageEN-4313 .clearfix > p, #smarthomeProjektanfrageFR-4313 .clearfix > p,
#registrationGeraete-4797 .clearfix > p, #registrationGeraeteEN-4797 .clearfix > p, #registrationGeraeteFR-4797 .clearfix > p {
  font-size: 1rem;
  text-align: left;
  margin: 5px 0;
}
#smarthomeProjektanfrage-4313 #form-smarthomeProjektanfrage-4313-linkedcheckbox-1, #smarthomeProjektanfrageEN-4313 #form-smarthomeProjektanfrage-4313-linkedcheckbox-1, #smarthomeProjektanfrageFR-4313 #form-smarthomeProjektanfrage-4313-linkedcheckbox-1,
#registrationGeraete-4797 #form-smarthomeProjektanfrage-4313-linkedcheckbox-1, #registrationGeraeteEN-4797 #form-smarthomeProjektanfrage-4313-linkedcheckbox-1, #registrationGeraeteFR-4797 #form-smarthomeProjektanfrage-4313-linkedcheckbox-1 {
  padding-top: 20px;
}

/* sidr nav */
.page-nav-trigger {
  display: none;
}
.page-nav-trigger i {
  font-size: 30px;
}
@media only screen and (max-width: 1024px) {
  .page-nav-trigger {
    display: block;
    color: #009FE3;
    cursor: pointer;
    position: absolute;
    right: 40px;
    bottom: 0;
    z-index: 99;
  }
}
@media only screen and (max-width: 480px) {
  .page-nav-trigger {
    right: 5px;
    top: 40px;
    transition: all 0.3s ease-in;
  }
}
@media only screen and (max-width: 480px) {
  .scrolled .page-nav-trigger {
    top: 5px;
  }
}

#sidrnav {
  display: none;
}

.sidr {
  background: #fff;
  display: none;
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  position: fixed;
  top: 0;
  width: 260px;
  z-index: 999999;
}
.sidr.right {
  left: auto;
  right: -260px;
}
.sidr.left {
  left: -260px;
  right: auto;
  -webkit-box-shadow: 6px 0 4px 1px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 6px 0 4px 1px rgba(0, 0, 0, 0.2);
  box-shadow: 6px 0 4px 1px rgba(0, 0, 0, 0.2);
}
.sidr ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.sidr li {
  list-style: none;
  padding: 0;
  margin: 0;
  display: block;
}
.sidr a:hover {
  text-decoration: none;
}
.sidr a {
  display: block;
  float: none;
  padding: 10px 40px 10px 10px;
  font-size: 15px;
  border-bottom: 1px #009FE3 solid;
  color: #009FE3;
  text-decoration: none;
  text-transform: uppercase;
  position: relative;
  overflow: hidden;
}
.sidr ul ul {
  background: #656565;
  display: none;
}
.sidr ul ul a {
  display: block;
  float: none;
  padding: 10px 10px 10px 20px;
  font-size: 13px;
  border-bottom: 1px #fff solid;
  color: #fff;
  text-transform: none;
}
.sidr ul ul ul {
  background: #009FE3;
  display: none;
}
.sidr ul ul ul a {
  padding: 5px 5px 7px 35px;
}

.sidr-inner {
  position: relative;
}

.has-sub {
  border-left: 1px solid #aaa;
  position: absolute;
  height: 100%;
  right: 0;
  top: 0;
  font-size: 180%;
  width: 40px;
  color: #aaa;
}

.sub-inner {
  display: table;
  height: 90%;
  width: 100%;
}

.has-sub i {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}

.close-nav {
  padding: 10px;
  background: #009FE3;
  color: #fff;
  text-align: right;
}
.close-nav span {
  text-transform: uppercase;
  float: left;
  display: inline-block;
  padding: 5px 0 0 0;
}
.close-nav i {
  cursor: pointer;
  font-size: 200%;
}

/************* print */
@media print {
  * {
    background: transparent !important;
    color: #000 !important; /* Black prints faster: h5bp.com/s */
    box-shadow: none !important;
    text-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  /*  show link urls */
  /*
  a[href]:after {
      content: " (" attr(href) ")";
  }

  abbr[title]:after {
      content: " (" attr(title) ")";
  }
    */
  /*
   * Don't show links for images, or javascript/internal links
   */
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group; /* h5bp.com/t */
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  @page {
    margin: 0.5cm;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
}
@media only screen and (max-width: 1024px) {
  #header nav, #nav li:not(:first-child), #topnav {
    display: none;
  }
}
@media only screen and (max-width: 992px) {
  .ce-notext .ce-row-1 {
    margin: 0 !important;
  }
  .ce-notext .ce-row-1 .ce-column {
    padding: 0 !important;
  }
}
@media only screen and (max-width: 767px) {
  div[class^=frame-space-before], div[class*=" frame-space-before"] {
    margin-top: 20px !important;
  }
  div[class^=frame-space-after], div[class*=" frame-space-after"] {
    margin-bottom: 20px !important;
  }
  .intext-images {
    max-width: 50%;
    margin-left: 30px;
  }
  .intext-images-left {
    max-width: 50%;
  }
  #map {
    height: 350px;
  }
  form > .form-group {
    width: 100%;
    float: none;
    margin: 10px 0;
  }
}
/* hide for devices based on class */
@media only screen and (max-width: 767px) {
  .mobile-110 {
    display: none;
  }
}
@media only screen and (min-width: 768px) and (max-width: 992px) {
  .tablet-110 {
    display: none;
  }
}
@media only screen and (min-width: 992px) {
  .desktop-110 {
    display: none;
  }
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (min--moz-device-pixel-ratio: 1.3), only screen and (-o-min-device-pixel-ratio: 2.6/2), only screen and (min-device-pixel-ratio: 1.3), only screen and (min-resolution: 124.8dpi), only screen and (min-resolution: 1.3dppx) {
  /*retina including devices that upscale (nexus etc) */
}

/*# sourceMappingURL=styles.css.map */

/*overrides for german page*/

.langnav-top, .langnav {
  display: none !important;
}

#homelink {
  background-image: url('../../../typo3conf/ext/satelco/Resources/Public/Images/satelco_de_logo_pos_mit_claim.svg');

  .pid-1200 & {
    background-image: url('../../../typo3conf/ext/satelco/Resources/Public/Images/satelco_de_logo_pos_ohne_claim.svg');
  }
}