/* 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("../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("../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("../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("../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("../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("../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("../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("../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(../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(../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(../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(../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(../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(../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(../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(../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(../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(../Icons/flag-uk.png);
}
.langnav li.it a:before {
  background-image: url(../Icons/flag-it.png);
}
.langnav li.fr a:before {
  background-image: url(../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: 129px;
    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,
#contactez-nous-5042 > .form-group,
#contattaci-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,
#contactus-5042 #form-contattaci-5042-text-5,
#contactus-5042 #form-contattaci-5042-text-6,
#contactus-5042 #form-contactez-nous-5042-text-2,
#contactus-5042 #form-contactez-nous-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,
#kontaktformular-5042 #form-contattaci-5042-text-5,
#kontaktformular-5042 #form-contattaci-5042-text-6,
#kontaktformular-5042 #form-contactez-nous-5042-text-2,
#kontaktformular-5042 #form-contactez-nous-5042-text-6, #contactez-nous-5042 #form-kontaktformular-5042-name,
#contactez-nous-5042 #form-kontaktformular-5042-email,
#contactez-nous-5042 #form-contactus-5042-text-2,
#contactez-nous-5042 #form-contactus-5042-text-6,
#contactez-nous-5042 #form-contattaci-5042-text-5,
#contactez-nous-5042 #form-contattaci-5042-text-6,
#contactez-nous-5042 #form-contactez-nous-5042-text-2,
#contactez-nous-5042 #form-contactez-nous-5042-text-6, #contattaci-5042 #form-kontaktformular-5042-name,
#contattaci-5042 #form-kontaktformular-5042-email,
#contattaci-5042 #form-contactus-5042-text-2,
#contattaci-5042 #form-contactus-5042-text-6,
#contattaci-5042 #form-contattaci-5042-text-5,
#contattaci-5042 #form-contattaci-5042-text-6,
#contattaci-5042 #form-contactez-nous-5042-text-2,
#contattaci-5042 #form-contactez-nous-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,
#contactus-5042 #form-contattaci-5042-textarea-1, #contactus-5042 #form-contattaci-5042-checkbox-1,
#contactus-5042 #form-contactez-nous-5042-textarea-1, #contactus-5042 #form-contactez-nous-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,
#kontaktformular-5042 #form-contattaci-5042-textarea-1, #kontaktformular-5042 #form-contattaci-5042-checkbox-1,
#kontaktformular-5042 #form-contactez-nous-5042-textarea-1, #kontaktformular-5042 #form-contactez-nous-5042-checkbox-1, #contactez-nous-5042 #form-kontaktformular-5042-message, #contactez-nous-5042 #form-kontaktformular-5042-checkbox-1,
#contactez-nous-5042 #form-contactus-5042-textarea-1, #contactez-nous-5042 #form-contactus-5042-checkbox-1,
#contactez-nous-5042 #form-contattaci-5042-textarea-1, #contactez-nous-5042 #form-contattaci-5042-checkbox-1,
#contactez-nous-5042 #form-contactez-nous-5042-textarea-1, #contactez-nous-5042 #form-contactez-nous-5042-checkbox-1, #contattaci-5042 #form-kontaktformular-5042-message, #contattaci-5042 #form-kontaktformular-5042-checkbox-1,
#contattaci-5042 #form-contactus-5042-textarea-1, #contattaci-5042 #form-contactus-5042-checkbox-1,
#contattaci-5042 #form-contattaci-5042-textarea-1, #contattaci-5042 #form-contattaci-5042-checkbox-1,
#contattaci-5042 #form-contactez-nous-5042-textarea-1, #contattaci-5042 #form-contactez-nous-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,
#contactus-5042 #form-contattaci-5042-textarea-1,
#contactus-5042 #form-contactez-nous-5042-textarea-1, #kontaktformular-5042 #kontaktformular-5042-message,
#kontaktformular-5042 #form-contactus-5042-textarea-1,
#kontaktformular-5042 #form-contattaci-5042-textarea-1,
#kontaktformular-5042 #form-contactez-nous-5042-textarea-1, #contactez-nous-5042 #kontaktformular-5042-message,
#contactez-nous-5042 #form-contactus-5042-textarea-1,
#contactez-nous-5042 #form-contattaci-5042-textarea-1,
#contactez-nous-5042 #form-contactez-nous-5042-textarea-1, #contattaci-5042 #kontaktformular-5042-message,
#contattaci-5042 #form-contactus-5042-textarea-1,
#contattaci-5042 #form-contattaci-5042-textarea-1,
#contattaci-5042 #form-contactez-nous-5042-textarea-1 {
  height: 120px;
}
#contactus-5042 #form-kontaktformular-5042-checkbox-1,
#contactus-5042 #form-contactus-5042-checkbox-1,
#contactus-5042 #form-contattaci-5042-checkbox-1,
#contactus-5042 #form-contactez-nous-5042-checkbox-1, #kontaktformular-5042 #form-kontaktformular-5042-checkbox-1,
#kontaktformular-5042 #form-contactus-5042-checkbox-1,
#kontaktformular-5042 #form-contattaci-5042-checkbox-1,
#kontaktformular-5042 #form-contactez-nous-5042-checkbox-1, #contactez-nous-5042 #form-kontaktformular-5042-checkbox-1,
#contactez-nous-5042 #form-contactus-5042-checkbox-1,
#contactez-nous-5042 #form-contattaci-5042-checkbox-1,
#contactez-nous-5042 #form-contactez-nous-5042-checkbox-1, #contattaci-5042 #form-kontaktformular-5042-checkbox-1,
#contattaci-5042 #form-contactus-5042-checkbox-1,
#contattaci-5042 #form-contattaci-5042-checkbox-1,
#contattaci-5042 #form-contactez-nous-5042-checkbox-1 {
  padding-top: 10px;
}
#contactus-5042 #form-kontaktformular-5042-checkbox-1 label,
#contactus-5042 #form-contactus-5042-checkbox-1 label,
#contactus-5042 #form-contattaci-5042-checkbox-1 label,
#contactus-5042 #form-contactez-nous-5042-checkbox-1 label, #kontaktformular-5042 #form-kontaktformular-5042-checkbox-1 label,
#kontaktformular-5042 #form-contactus-5042-checkbox-1 label,
#kontaktformular-5042 #form-contattaci-5042-checkbox-1 label,
#kontaktformular-5042 #form-contactez-nous-5042-checkbox-1 label, #contactez-nous-5042 #form-kontaktformular-5042-checkbox-1 label,
#contactez-nous-5042 #form-contactus-5042-checkbox-1 label,
#contactez-nous-5042 #form-contattaci-5042-checkbox-1 label,
#contactez-nous-5042 #form-contactez-nous-5042-checkbox-1 label, #contattaci-5042 #form-kontaktformular-5042-checkbox-1 label,
#contattaci-5042 #form-contactus-5042-checkbox-1 label,
#contattaci-5042 #form-contattaci-5042-checkbox-1 label,
#contattaci-5042 #form-contactez-nous-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,
#contactus-5042 #form-contattaci-5042-checkbox-1 input,
#contactus-5042 #form-contactez-nous-5042-checkbox-1 input, #kontaktformular-5042 #form-kontaktformular-5042-checkbox-1 input,
#kontaktformular-5042 #form-contactus-5042-checkbox-1 input,
#kontaktformular-5042 #form-contattaci-5042-checkbox-1 input,
#kontaktformular-5042 #form-contactez-nous-5042-checkbox-1 input, #contactez-nous-5042 #form-kontaktformular-5042-checkbox-1 input,
#contactez-nous-5042 #form-contactus-5042-checkbox-1 input,
#contactez-nous-5042 #form-contattaci-5042-checkbox-1 input,
#contactez-nous-5042 #form-contactez-nous-5042-checkbox-1 input, #contattaci-5042 #form-kontaktformular-5042-checkbox-1 input,
#contattaci-5042 #form-contactus-5042-checkbox-1 input,
#contattaci-5042 #form-contattaci-5042-checkbox-1 input,
#contattaci-5042 #form-contactez-nous-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, #smarthomeProjektanfrageIT-4313 legend,
#registrationGeraete-4797 legend, #registrationGeraeteEN-4797 legend, #registrationGeraeteFR-4797 legend, #registrationGeraeteIT-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, #smarthomeProjektanfrageIT-4313 legend + div > label,
#registrationGeraete-4797 legend + div > label, #registrationGeraeteEN-4797 legend + div > label, #registrationGeraeteFR-4797 legend + div > label, #registrationGeraeteIT-4797 legend + div > label {
  margin-top: 5px;
}
#smarthomeProjektanfrage-4313 fieldset, #smarthomeProjektanfrageEN-4313 fieldset, #smarthomeProjektanfrageFR-4313 fieldset, #smarthomeProjektanfrageIT-4313 fieldset,
#registrationGeraete-4797 fieldset, #registrationGeraeteEN-4797 fieldset, #registrationGeraeteFR-4797 fieldset, #registrationGeraeteIT-4797 fieldset {
  border: none;
  padding: 0;
}
#smarthomeProjektanfrage-4313 label, #smarthomeProjektanfrageEN-4313 label, #smarthomeProjektanfrageFR-4313 label, #smarthomeProjektanfrageIT-4313 label,
#registrationGeraete-4797 label, #registrationGeraeteEN-4797 label, #registrationGeraeteFR-4797 label, #registrationGeraeteIT-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, #smarthomeProjektanfrageIT-4313 .form-check,
#registrationGeraete-4797 .form-check, #registrationGeraeteEN-4797 .form-check, #registrationGeraeteFR-4797 .form-check, #registrationGeraeteIT-4797 .form-check {
  margin-bottom: 10px;
}
#smarthomeProjektanfrage-4313 .form-check label, #smarthomeProjektanfrageEN-4313 .form-check label, #smarthomeProjektanfrageFR-4313 .form-check label, #smarthomeProjektanfrageIT-4313 .form-check label,
#registrationGeraete-4797 .form-check label, #registrationGeraeteEN-4797 .form-check label, #registrationGeraeteFR-4797 .form-check label, #registrationGeraeteIT-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, #smarthomeProjektanfrageIT-4313 .form-check input,
#registrationGeraete-4797 .form-check input, #registrationGeraeteEN-4797 .form-check input, #registrationGeraeteFR-4797 .form-check input, #registrationGeraeteIT-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, #smarthomeProjektanfrageIT-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, #registrationGeraeteIT-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, #smarthomeProjektanfrageIT-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, #registrationGeraeteIT-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, #smarthomeProjektanfrageIT-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, #registrationGeraeteIT-4797 .switched-input .switched-input-content input {
  background: #E7E7E7;
  border: none;
}
#smarthomeProjektanfrage-4313 > .form-group, #smarthomeProjektanfrageEN-4313 > .form-group, #smarthomeProjektanfrageFR-4313 > .form-group, #smarthomeProjektanfrageIT-4313 > .form-group,
#registrationGeraete-4797 > .form-group, #registrationGeraeteEN-4797 > .form-group, #registrationGeraeteFR-4797 > .form-group, #registrationGeraeteIT-4797 > .form-group {
  width: auto;
  float: none;
  margin: 15px 0 10px 0;
}
#smarthomeProjektanfrage-4313 .clearfix > p, #smarthomeProjektanfrageEN-4313 .clearfix > p, #smarthomeProjektanfrageFR-4313 .clearfix > p, #smarthomeProjektanfrageIT-4313 .clearfix > p,
#registrationGeraete-4797 .clearfix > p, #registrationGeraeteEN-4797 .clearfix > p, #registrationGeraeteFR-4797 .clearfix > p, #registrationGeraeteIT-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, #smarthomeProjektanfrageIT-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, #registrationGeraeteIT-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 */
