@charset "UTF-8";
/*
Author: Manni Roessler
Version:1.0 */
/* ----------------------------------------------------------------------------------- */
/* Fonts
/*----------------------------------------------------------------------------------- */
@import url("https://fonts.googleapis.com/css?family=Open+Sans:400,700,800&subset=latin-ext");
/* ----------------------------------------------------------------------------------- */
/* SASS
/*----------------------------------------------------------------------------------- */
/*-- Vars --*/
/*-- Use remsized Fonts --*/
/*-- Fonts --*/
/*-- Layout --*/
/* ----------------------------------------------------------------------------------- */
/* CSS Reset & Clear
/*----------------------------------------------------------------------------------- */
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

.clearfix:after {
  display: block;
  visibility: hidden;
  clear: both;
  height: 0;
  content: ".";
}

.clearfix {
  display: inline-block;
}

.clearfix {
  display: block;
}

.none {
  display: none;
}

.clearBoth {
  clear: both;
}

ol,
ul,
dl {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

a {
  text-decoration: none !important;
}

.bootstrap-select .dropdown-toggle:focus,
.bootstrap-select .dropdown-toggle:hover,
.bootstrap-select .dropdown-toggle:active,
*:focus,
*:active {
  border-color: #ccc !important;
  outline: none !important;
  outline-offset: 0;
  box-shadow: none !important;
  -webkit-box-shadow: none !important;
}

input[type=text] {
  -webkit-appearance: none;
  /* Remove default shadow in iOS */
}

.no-padding {
  padding-right: 0;
  padding-left: 0;
}

/* ----------------------------------------------------------------------------------- */
/* Global styles
/*----------------------------------------------------------------------------------- */
html {
  font-size: 16px;
}

body {
  margin: 0 auto;
  background: #fff;
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  font-weight: 400;
  font-size: 1.25rem;
  font-size: 1.25rem;
  color: #002f5d;
  line-height: 1.5em;
}

h1,
h2 {
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  font-weight: 400;
  font-size: 40px;
  font-size: 40px;
  color: #002f5d;
  line-height: 1;
  /* -webkit-hyphens: auto;
    -moz-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto; */
}

h1,
h2 {
  margin-bottom: 1em;
}

h3,
h5,
h6 {
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  font-weight: 400;
  font-size: 30px;
  font-size: 30px;
  color: #002f5d;
  font-weight: bold;
}

h4 {
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  font-weight: 400;
  font-size: 20px;
  font-size: 20px;
  color: #002f5d;
  font-weight: bold;
}

a {
  color: #002f5d;
  text-decoration: none;
}
a:hover {
  color: #002f5d;
  text-decoration: underline;
}
a.internal-link::before, a.button-link::before, a.download::before, a.folder::before, a.external-link::before, a.mail::before {
  font-family: FontAwesome;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  margin-right: 0.2rem;
}
a.button-link {
  display: block;
  padding: 0.5rem 1rem;
  background: #d5e1eb;
}
a.internal-link::before {
  content: "";
}
a.download::before {
  content: "";
}
a.folder::before {
  content: "";
}
a.external-link::before {
  content: "";
}
a.mail::before {
  content: "";
}
a.button-link::before {
  content: "";
}

p,
ul,
.tx-fp-newsletter {
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  font-weight: 400;
  font-size: 16px;
  font-size: 16px;
  color: #002f5d;
  line-height: 30px;
  margin-bottom: 1em;
  /* -webkit-hyphens: auto;
    -moz-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto; */
}

ul li {
  list-style: none;
}

.container-inner {
  padding: 2.5rem 0;
}

.frame-default a {
  font-weight: 700;
}
.frame-default ul li,
.frame-default ol li {
  padding-left: 1.2em;
}
.frame-default ul li::before,
.frame-default ol li::before {
  font-family: FontAwesome;
  content: "";
  display: inline-block;
  text-indent: -1.2em;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
}

.frame-bg-pale-blue {
  background-color: #d5e1eb;
}

.container-fluid .frame-bg-pale-blue {
  padding: 1.5rem;
}

.frame-bg-white-trans {
  background-color: rgba(255, 255, 255, 0.85);
  padding: 1.5rem;
}

.frame-border-blue, .logoItem, .reference__overlay {
  border: 10px solid rgba(92, 135, 177, 0.25);
  /*insert height in boxed images*/
  padding: 0.8rem;
}

/*remove bottom margin in images*/
.ce-intext.ce-right .ce-gallery,
.ce-intext.ce-left .ce-gallery,
.ce-above .ce-gallery {
  margin-bottom: 0px !important;
}

.frame-border-white {
  border: 10px solid rgba(92, 135, 177, 0.25);
}

.btn,
input[type=submit] {
  cursor: pointer;
}
.btn.focus, .btn:focus, .btn.hover, .btn:hover,
input[type=submit].focus,
input[type=submit]:focus,
input[type=submit].hover,
input[type=submit]:hover {
  background-color: #5c87b1;
  color: #fff;
}

span.big-text {
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  font-weight: 700;
  font-size: 1.222rem;
  font-size: 1.222rem;
  color: inherit;
}

/* update qwertiko positioning main Menu - ticket#6374 - 07.07.20*/
#menuQwertiko p {
  margin-bottom: 0px !important;
}

/*ticket 6504*/
.news.news-single .thumbnail {
  margin-bottom: 3rem !important;
}
.news.news-single .thumbnail .caption {
  font-size: 16px;
}

/* ----------------------------------------------------------------------------------- */
/* Sprite-Icons
/*----------------------------------------------------------------------------------- */
/* @import "compass/utilities/sprites"; */
/* @import "../img/sprites-icons/*.png"; */
/* @include all-sprites-icons-sprites; */
/* ----------------------------------------------------------------------------------- */
/* Main
/*----------------------------------------------------------------------------------- */
#main-container {
  margin: 0 auto;
  background: #fff;
}

#mainContent {
  position: relative;
  padding-top: 5.25rem;
}

.container {
  position: relative;
}

/* ----------------------------------------------------------------------------------- */
/* Header
/*----------------------------------------------------------------------------------- */
#header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1111;
  visibility: hidden;
  opacity: 0;
}
#header.stickOnScroll-on {
  visibility: visible;
  opacity: 1;
  -webkit-transition: opacity 1s;
  -moz-transition: opacity 1s;
  -ms-transition: opacity 1s;
  -o-transition: opacity 1s;
  transition: opacity 1s;
}
#header .blue {
  background: #5c87b1;
}
#header .blue .navbar {
  padding-left: 1rem;
  padding-right: 1rem;
}
#header .blue .navbar .navbar-brand img {
  width: 230px;
}
#header .blue .navbar-toggler {
  border: 0;
  padding: 0;
}
#header .blue .navbar-toggler img {
  display: block;
  height: 35px;
  width: 60px;
}

/* ----------------------------------------------------------------------------------- */
/* Main Navigation
/*----------------------------------------------------------------------------------- */
#mainNav {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9999;
}
#mainNav .mega-menu {
  padding: 5rem 0;
}
#mainNav .mega-menu .main-menu {
  padding-top: 2.5rem;
}
#mainNav .mega-menu .row {
  margin-left: -1.25rem;
  margin-right: -1.25rem;
}
#mainNav .mega-menu .row .col {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}
#mainNav .mega-menu .row .col .brand img {
  height: auto;
  width: 255px;
}
#mainNav .mega-menu .row .col .top-nav {
  float: left;
}
#mainNav .mega-menu .row .col .top-nav .form-inline,
#mainNav .mega-menu .row .col .top-nav .meta-menu {
  float: left;
}
#mainNav .mega-menu .row .col .top-nav .form-inline .search,
#mainNav .mega-menu .row .col .top-nav .form-inline #ke_search_sword,
#mainNav .mega-menu .row .col .top-nav .meta-menu .search,
#mainNav .mega-menu .row .col .top-nav .meta-menu #ke_search_sword {
  border-radius: 0;
  width: 350px;
  padding-left: 32px;
  position: relative;
}
#mainNav .mega-menu .row .col .top-nav .form-inline .search::before,
#mainNav .mega-menu .row .col .top-nav .form-inline #ke_search_sword::before,
#mainNav .mega-menu .row .col .top-nav .meta-menu .search::before,
#mainNav .mega-menu .row .col .top-nav .meta-menu #ke_search_sword::before {
  position: absolute;
  font-family: "FontAwesome";
  top: 0;
  left: 0.625rem;
  content: "";
}
#mainNav .mega-menu .row .col .top-nav .form-inline .search::placeholder,
#mainNav .mega-menu .row .col .top-nav .form-inline #ke_search_sword::placeholder,
#mainNav .mega-menu .row .col .top-nav .meta-menu .search::placeholder,
#mainNav .mega-menu .row .col .top-nav .meta-menu #ke_search_sword::placeholder {
  color: #002f5d;
  opacity: 0.4;
}
#mainNav .mega-menu .row .col .top-nav .form-inline .menu-item,
#mainNav .mega-menu .row .col .top-nav .meta-menu .menu-item {
  float: left;
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  font-weight: 400;
  font-size: 15px;
  font-size: 15px;
  color: #002f5d;
  line-height: 1.667;
}
#mainNav .mega-menu .row .col .top-nav .form-inline {
  margin: 0 5rem;
}
#mainNav .mega-menu .row .column-1-6 {
  border-right: 1px solid #002f5d;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}
#mainNav .mega-menu .row .column-1-6 > a {
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  font-weight: 700;
  font-size: 1.25rem;
  font-size: 1.25rem;
  color: #002f5d;
  line-height: 1.25;
}
#mainNav .mega-menu .row .column-1-6 > ul > li > a {
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  font-weight: 400;
  font-size: 15px;
  font-size: 15px;
  color: #002f5d;
  line-height: 1.667;
}
#mainNav .mega-menu .row .column-1-6:last-child {
  border-right: 0;
}
#mainNav .mega-menu .row .close-btn {
  background-color: transparent;
  border: 0;
  color: #002f5d;
  cursor: pointer;
  font-size: 5rem;
  padding: 0;
  position: absolute;
  top: 0;
  right: 1.25rem;
}

/* ----------------------------------------------------------------------------------- */
/* EXT: ke_search
/*----------------------------------------------------------------------------------- */
.tx-kesearch-pi1 input[type=image],
.tx-kesearch-pi1 #form_kesearch_pi1,
.tx-kesearch-pi1 .resetbutt,
.tx-kesearch-pi1 .submitbutt {
  display: none;
}
.tx-kesearch-pi1 #ke_search_sword {
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.pages_total .result_txt {
  display: none;
}

.pages_total .kesearch_pagebrowser {
  margin: 0 auto;
  width: auto;
  white-space: nowrap;
  text-align: center;
}
.pages_total .kesearch_pagebrowser ul li {
  display: inline-block;
  vertical-align: top;
  text-align: center;
}
.pages_total .kesearch_pagebrowser ul li::before {
  content: "";
}
.pages_total .kesearch_pagebrowser ul li a {
  color: #5c87b1;
}
.pages_total .kesearch_pagebrowser ul li a.current, .pages_total .kesearch_pagebrowser ul li a:hover {
  color: #002f5d;
}

/* ----------------------------------------------------------------------------------- */
/* EXT: fp_newsletter (Blog)
/*----------------------------------------------------------------------------------- */
.tx-fp-newsletter input[type=text],
.tx-fp-newsletter input[type=email] {
  width: 20em;
  border: 1px solid #5c87b1;
  color: #002f5d;
}

/* ----------------------------------------------------------------------------------- */
/* EXT: news (Blog)
/*----------------------------------------------------------------------------------- */
#c721 .news-list-date {
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  font-weight: 400;
  font-size: 16px;
  font-size: 16px;
  color: #002f5d;
  line-height: 30px;
  margin-bottom: 1em;
}
#c721 h4 {
  margin-top: 0.75em;
}
#c721 span.news-list-tags {
  display: none;
}
#c721 .reference__button, #c721 .topCustomersSortButton {
  margin-top: 2em;
}

.news .news-list-item {
  margin-bottom: 4em;
}
.news .news-list-item h2 {
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  font-weight: 400;
  font-size: 30px;
  font-size: 30px;
  color: #002f5d;
  font-weight: bold;
}
.news.news-single h2 {
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  font-weight: 400;
  font-size: 20px;
  font-size: 20px;
  color: #002f5d;
  font-weight: bold;
}
.news.news-single .thumbnail .img-fluid {
  /*ticket 6504*/
  margin-bottom: 0.5rem;
}
.news .news-list-date {
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  font-weight: 400;
  font-size: 16px;
  font-size: 16px;
  color: #002f5d;
  line-height: 30px;
  margin-bottom: 1em;
}
.news .news-list-tags a {
  font-weight: normal;
}
.news .footer .news-tag-single {
  margin-right: 0.5em;
  border-right: none;
}
.news .tag-menu-view {
  margin-bottom: 4em;
}
.news .tag-menu-view li {
  border: 1px solid #bbbbbb;
  margin-right: 0.5em;
  padding: 0.5em 1em;
}
.news .tag-menu-view li a {
  font-weight: normal;
}
.news .tag-menu-view li:before {
  content: "";
  text-indent: 0;
}
.news .tag-menu-view li.active {
  background: #5c87b1;
}
.news .tag-menu-view li.active a {
  color: #fff;
}
.news .tag-menu-view li.active:before {
  color: #fff;
}

.frame-layout-1 .ce-gallery {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-evenly;
  align-items: stretch;
}

/* ----------------------------------------------------------------------------------- */
/* FCE's
/*----------------------------------------------------------------------------------- */
.collapseListItem {
  background-color: #d5e1eb;
}

.fce-social-media .row,
.fce-tags .row,
.fce-tabs .row,
.fce-filter .row,
.fce-article .row,
.fce-introtext .row,
.fce-a-footer .row,
.fce-b-footer .row,
.fce-pr .row,
.fce-shops .row,
.fce-analytics .row,
.fce-content .row,
.fce-our-work .row,
.fce-cms .row {
  margin-right: -1.25rem;
  margin-left: -1.25rem;
}
.fce-social-media .row [class*=col],
.fce-tags .row [class*=col],
.fce-tabs .row [class*=col],
.fce-filter .row [class*=col],
.fce-article .row [class*=col],
.fce-introtext .row [class*=col],
.fce-a-footer .row [class*=col],
.fce-b-footer .row [class*=col],
.fce-pr .row [class*=col],
.fce-shops .row [class*=col],
.fce-analytics .row [class*=col],
.fce-content .row [class*=col],
.fce-our-work .row [class*=col],
.fce-cms .row [class*=col] {
  padding-right: 1.25rem;
  padding-left: 1.25rem;
}
.fce-social-media .row [class*=col] a,
.fce-social-media .row [class*=col] img,
.fce-tags .row [class*=col] a,
.fce-tags .row [class*=col] img,
.fce-tabs .row [class*=col] a,
.fce-tabs .row [class*=col] img,
.fce-filter .row [class*=col] a,
.fce-filter .row [class*=col] img,
.fce-article .row [class*=col] a,
.fce-article .row [class*=col] img,
.fce-introtext .row [class*=col] a,
.fce-introtext .row [class*=col] img,
.fce-a-footer .row [class*=col] a,
.fce-a-footer .row [class*=col] img,
.fce-b-footer .row [class*=col] a,
.fce-b-footer .row [class*=col] img,
.fce-pr .row [class*=col] a,
.fce-pr .row [class*=col] img,
.fce-shops .row [class*=col] a,
.fce-shops .row [class*=col] img,
.fce-analytics .row [class*=col] a,
.fce-analytics .row [class*=col] img,
.fce-content .row [class*=col] a,
.fce-content .row [class*=col] img,
.fce-our-work .row [class*=col] a,
.fce-our-work .row [class*=col] img,
.fce-cms .row [class*=col] a,
.fce-cms .row [class*=col] img {
  display: block;
}

/*-- Correct text and link to show in one line in Referenzen --*/
.fce-introtext .row [class*=col] a {
  display: inline !important;
}

/*-- FCE: Top-Box --*/
.fce-top-box {
  background: url("../img/bg-trans-blue.png") left top repeat;
  position: absolute;
  left: 0;
  right: 0;
  top: 2.75rem;
  margin-left: 2em;
  margin-right: 2em;
  min-height: 10rem;
  /*position the 2020 logo in homepage - ticket#6369 - 07.07.20*/
}
.fce-top-box .navbar-brand {
  position: absolute;
  display: block;
  left: 0;
  top: 2em;
  padding: 0;
  margin: 0;
}
.fce-top-box .blue {
  padding: 0 2em;
}
.fce-top-box .blue .row {
  margin-right: 0;
  margin-left: 0;
}
.fce-top-box .blue .row .content-open {
  padding-right: 0;
  padding-left: 0;
}
.fce-top-box .sprites-icons-bg-top-navigation-home {
  background-image: url("../img/sprites-icons-scd95f8df0e.png");
  background-position: 0 -3em;
  position: absolute;
  width: 127px;
  height: 168px;
  top: -2.4em;
  right: 2em;
  padding: 2.4em 0 0 0;
  text-align: center;
  z-index: 3333;
}
.fce-top-box .sprites-icons-bg-top-navigation-home h6.navigation-text {
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  font-weight: 400;
  font-size: 12px;
  font-size: 12px;
  color: #fff;
  line-height: 1em;
  text-transform: uppercase;
}
.fce-top-box .sprites-icons-bg-top-navigation-home a.navbar-toggler {
  border: 0;
  display: block;
  margin: 1.25rem 34px 0 33px;
  padding: 0;
}
.fce-top-box .sprites-icons-bg-top-navigation-home a.navbar-toggler img {
  display: block;
  height: 35px;
  width: 60px;
}
.fce-top-box .content-open {
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  font-weight: 400;
  font-size: 18px;
  font-size: 18px;
  color: #fff;
  text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.4);
}
.fce-top-box .content-open h1,
.fce-top-box .content-open h2,
.fce-top-box .content-open h3 {
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  font-weight: 400;
  font-size: 50px;
  font-size: 50px;
  color: #fff;
}
.fce-top-box .content-open ul li {
  display: none;
  /* background-image: url('../img/sprites-icons-scd95f8df0e.png'); */
  background-image: url("../img/sprites-icons/bg-kompass-white.png");
  background-position: 0 0;
  background-size: 3.333em;
  background-repeat: no-repeat;
  padding: 0 0 0 4em;
  margin-bottom: 3.333em;
}
.fce-top-box .content-open ul li::before {
  display: none;
}
.fce-top-box .content-open.scene2 h1,
.fce-top-box .content-open.scene2 p,
.fce-top-box .content-open.scene2 a {
  display: none;
}
.fce-top-box .content-open p {
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  font-weight: 400;
  font-size: 1em;
  font-size: 1em;
  color: #fff;
}
.fce-top-box .content-open a.more {
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  font-weight: 400;
  font-size: 1em;
  font-size: 1em;
  color: #fff;
  text-transform: uppercase;
}
.fce-top-box .content-open a.more .compass {
  margin-right: 0.2778em;
  vertical-align: middle;
}
.fce-top-box#topBoxPage {
  height: calc(100vh - 90px);
}
.fce-top-box#topBoxPage .navbar-brand {
  left: 2em;
}
.fce-top-box#topBoxPage > div {
  height: inherit;
}
.fce-top-box#topBoxPage > div > .blue {
  height: inherit;
}
.fce-top-box#topBoxPage > div > .blue > div {
  height: inherit;
}
.fce-top-box#topBoxPage > div > .blue > div > .content-open {
  height: inherit;
}
.fce-top-box#topBoxPage > div > .blue > div > .content-open > .inner-wrapper {
  position: absolute;
  left: 0;
  top: 18.75rem;
  right: 0;
  bottom: 2.5rem;
  overflow-y: auto;
}
.fce-top-box#topBoxHome > div > .blue > div {
  height: inherit;
}
.fce-top-box#topBoxHome > div > .blue > div > .content-open {
  height: inherit;
}
.fce-top-box#topBoxHome > div > .blue > div > .content-open > .inner-wrapper {
  position: absolute;
  left: 0;
  top: 18.75rem;
  right: 0;
  bottom: 2.5rem;
  overflow-y: auto;
}
.fce-top-box#topBoxHome > div {
  height: inherit;
}
.fce-top-box#topBoxHome > div > .inner-wrapper {
  position: absolute;
  left: 0;
  top: 18rem;
  right: 0;
  bottom: 2.5rem;
  overflow-y: auto;
}

/*-- FCE: Collapse --*/
.fce-collapse a.collapse-item {
  display: block;
}
.fce-collapse a.collapse-item + .triangle {
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 0;
  height: 0;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  border-top: 20px solid rgba(92, 135, 177, 0.25);
}
.fce-collapse a.collapse-item.collapsed + .triangle {
  display: none;
}

/*-- FCE: Top-Box --*/
.fce-video-home {
  height: 100vh;
  width: 100%;
  overflow: hidden;
}
@media (min-aspect-ratio: 16/9) {
  .fce-video-home .bg-video {
    display: block;
    width: 100%;
    height: auto;
  }
}
@media (max-aspect-ratio: 16/9) {
  .fce-video-home .bg-video {
    display: block;
    width: auto;
    height: 100%;
  }
}

.fce-header-image {
  height: 100vh;
  width: 100%;
  background-position: center center;
  background-size: cover;
}

.header-products {
  background-image: url("../img/header-products.jpg");
}

.header-references {
  background-image: url("../img/header-references.jpg");
}

.header-services {
  background-image: url("../img/header-services.jpg");
}

/*-- FCE: Our-Work/CMS --*/
.fce-our-work,
.fce-cms {
  padding: 2.5rem 0 1.25rem 0;
}
.fce-our-work .row .col-lg-3,
.fce-our-work .row .col-lg-6,
.fce-our-work .row .col-sm-6,
.fce-cms .row .col-lg-3,
.fce-cms .row .col-lg-6,
.fce-cms .row .col-sm-6 {
  padding-bottom: 1.25rem;
}
.fce-our-work .row .col-lg-3 a,
.fce-our-work .row .col-lg-6 a,
.fce-our-work .row .col-sm-6 a,
.fce-cms .row .col-lg-3 a,
.fce-cms .row .col-lg-6 a,
.fce-cms .row .col-sm-6 a {
  max-width: 255px;
  margin: 0 auto;
}
.fce-our-work .row .col-lg-3 a img,
.fce-our-work .row .col-lg-6 a img,
.fce-our-work .row .col-sm-6 a img,
.fce-cms .row .col-lg-3 a img,
.fce-cms .row .col-lg-6 a img,
.fce-cms .row .col-sm-6 a img {
  border: 0.625rem solid rgba(92, 135, 177, 0.25);
}

/*-- FCE: Work-Carousel/Tech-Carousel --*/
.fce-work-carousel,
.fce-tech-carousel {
  padding: 2.5rem 0 5rem;
}
.fce-work-carousel .well,
.fce-tech-carousel .well {
  margin: 0 auto;
  position: relative;
}
.fce-work-carousel .well h1,
.fce-tech-carousel .well h1 {
  padding: 0 6rem 0 0;
}
.fce-work-carousel .well .owl-nav,
.fce-tech-carousel .well .owl-nav {
  position: absolute;
  top: -4em;
  right: 0;
}
.fce-work-carousel .well .owl-nav > button,
.fce-tech-carousel .well .owl-nav > button {
  position: absolute;
}
.fce-work-carousel .well .owl-nav > button > i,
.fce-tech-carousel .well .owl-nav > button > i {
  color: #5c87b1;
  font-size: 2em;
}
.fce-work-carousel .well .owl-nav .owl-prev,
.fce-tech-carousel .well .owl-nav .owl-prev {
  right: 2.5em;
}
.fce-work-carousel .well .owl-nav .owl-next,
.fce-tech-carousel .well .owl-nav .owl-next {
  right: 0;
}

/*-- FCE: Our Clients/Other Products --*/
.box {
  display: inline-block;
  padding: 0.625rem;
}
.box a,
.box img {
  display: block;
}
.box > a > .client-logo {
  background-color: #fff;
  padding: 1.25rem 1.75rem 1.25rem 1.5rem;
}

.info-box {
  display: none;
  background-color: #d6e1eb !important;
  padding: 30px !important;
  max-height: 240px;
  max-width: 676px;
  margin: 2.5rem 0 !important;
}
.info-box > img {
  float: left;
  padding-right: 1.25rem;
}
.info-box > h4 {
  font-weight: 700;
}

.fce-other-products {
  background-image: url("../img/bg-other-products.jpg");
}
.fce-other-products .row .col-md-2-4 {
  padding: 0 0.625rem 0;
}

/*-- FCE: Work-Carousel --*/
.fce-tech-carousel {
  background-color: #fff;
}
.fce-tech-carousel div > img {
  display: block;
  border: 0.625rem solid rgba(92, 135, 177, 0.25);
}

/*-- FCE: PR/Shops/Analytics --*/
.fce-pr,
.fce-shops,
.fce-analytics {
  background-color: #d6e1eb;
  padding: 2.5rem 0;
}
.fce-pr .row .col-lg-3 a,
.fce-pr .row .col-sm-6 a,
.fce-shops .row .col-lg-3 a,
.fce-shops .row .col-sm-6 a,
.fce-analytics .row .col-lg-3 a,
.fce-analytics .row .col-sm-6 a {
  max-width: 255px;
  margin: 0 auto;
}
.fce-pr button,
.fce-shops button,
.fce-analytics button {
  background-color: #fff;
  border: 0;
  border-radius: 0;
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  font-weight: 700;
  font-size: 15px;
  font-size: 15px;
  color: #468;
  line-height: 1.5rem;
  color: #468;
  padding: 0.5rem 2.5rem;
}

.fce-shops .row > div:last-child > button,
.fce-analytics .row > div:last-child > button {
  position: static;
  bottom: auto;
  right: auto;
  float: right;
}

/*-- FCE: A-Footer --*/
.fce-a-footer {
  background-color: #002f5d;
  padding: 2.5rem 0 35px 0;
  margin-top: 165px;
}
.fce-a-footer .row .col p {
  color: #fff;
}
.fce-a-footer .row .col p a {
  display: inline-block;
  color: #fff;
}

/*-- Newsletter Form --*/
.tx-sremailsubscribe-pi1-text, .referencesFilter__field {
  margin-bottom: 0.625rem;
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  font-weight: 400;
  font-size: 15px;
  font-size: 15px;
  color: #002f5d;
  border-radius: 0;
}
.tx-sremailsubscribe-pi1-text::placeholder, .referencesFilter__field::placeholder {
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  font-weight: 400;
  font-size: 15px;
  font-size: 15px;
  color: #bbb;
}

input[type=submit] {
  background-color: #d6e1eb;
  border: 0;
  border-radius: 0;
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  font-weight: 700;
  font-size: 15px;
  font-size: 15px;
  color: #468;
  line-height: 24px;
  color: #002f5d;
  padding: 0.5rem 2.5rem;
}

/*-- FCE: Introtext --*/
.fce-introtext {
  padding: 2.5rem 0;
}
.fce-introtext p {
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  font-weight: 400;
  font-size: 20px;
  font-size: 20px;
  color: #002f5d;
  line-height: 30px;
}
.fce-introtext p > span {
  font-family: inherit !important;
}

/*-- FCE: Article --*/
.fce-article {
  background-image: url("../img/bg-marine-knot.jpg");
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 2.5rem 0;
}
.fce-article .container {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}
.fce-article .container .row .col-md-6,
.fce-article .container .row .col-lg-6 {
  background-color: rgba(255, 255, 255, 0.85);
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}
.fce-article .container .row .col-md-6 p,
.fce-article .container .row .col-md-6 li,
.fce-article .container .row .col-lg-6 p,
.fce-article .container .row .col-lg-6 li {
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  font-weight: 400;
  font-size: 1.25rem;
  font-size: 1.25rem;
  color: #002f5d;
  line-height: 1.5;
}
.fce-article .container .row .col-md-6 p span,
.fce-article .container .row .col-md-6 li span,
.fce-article .container .row .col-lg-6 p span,
.fce-article .container .row .col-lg-6 li span {
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  font-weight: 700;
  font-size: 25px;
  font-size: 25px;
  color: #002f5d;
  line-height: 1.2;
}
.fce-article .container .row .col-md-6 p a,
.fce-article .container .row .col-md-6 li a,
.fce-article .container .row .col-lg-6 p a,
.fce-article .container .row .col-lg-6 li a {
  display: inline-block;
  font-size: inherit;
  font-weight: 700;
}
.fce-article .container .row .col-md-6 img:first-of-type,
.fce-article .container .row .col-lg-6 img:first-of-type {
  padding: 0 1.25rem 0 0;
}
.fce-article .container .row .col-md-6 img:last-of-type,
.fce-article .container .row .col-lg-6 img:last-of-type {
  padding: 0;
}

/*-- FCE: Filter --*/
.fce-filter .row .btn {
  background-color: #fff;
  border: 1px solid #bbb;
  border-radius: 0;
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  font-weight: 700;
  font-size: 15px;
  font-size: 15px;
  color: #468;
  line-height: 2.5rem;
  padding: 0;
  width: 100%;
}
.fce-filter .row .btn.active, .fce-filter .row .btn:hover {
  background-color: #fff;
  border: 1px solid #bbb;
  color: rgba(68, 102, 136, 0.5);
}
.fce-filter .row .dropdown-menu {
  background-color: #fff;
  border: 1px solid #bbb;
  border-radius: 0;
}
.fce-filter .row .dropdown-menu .dropdown-item {
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  font-weight: 400;
  font-size: 15px;
  font-size: 15px;
  color: #468;
}

/*-- FCE: Social Media Buttons --*/
.fce-social-media {
  padding: 2.5rem 0;
}
.fce-social-media .row .col .sociallink {
  position: relative;
  min-height: 1px;
  padding: 0 0.625rem 0 0;
  width: 20%;
  float: left;
}
.fce-social-media .row .col .sociallink.tw a {
  background-color: #55acee;
}
.fce-social-media .row .col .sociallink.fb a {
  background-color: #3b5998;
}
.fce-social-media .row .col .sociallink.gp a {
  background-color: #d34836;
}
.fce-social-media .row .col .sociallink.xi a {
  background-color: #126567;
}
.fce-social-media .row .col .sociallink.nf a {
  background-color: #999;
  width: 35px;
}
.fce-social-media .row .col .sociallink.nf a i {
  padding: 0 14px;
}
.fce-social-media .row .col .sociallink a {
  color: #fff;
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  font-weight: 400;
  font-size: 12px;
  font-size: 12px;
  color: #fff;
  line-height: 35px;
  display: block;
  height: 35px;
}
.fce-social-media .row .col .sociallink a i {
  padding: 0 0.625rem;
  font-size: 1.25rem;
  vertical-align: middle;
}

/*-- FCE: Tags --*/
.fce-tags {
  padding: 2.5rem 0;
}
.fce-tags .row .col a {
  display: block;
  float: left;
  background-color: #fff;
  border: 1px solid #bbb;
  border-radius: 0;
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  font-weight: 700;
  font-size: 15px;
  font-size: 15px;
  color: #468;
  line-height: 2.5rem;
  padding: 0 0.625rem;
  margin: 0 0.625rem 0.625rem 0;
}

/*-- FCE: Tabs --*/
.fce-tabs {
  padding: 2.5rem 0;
}
.fce-tabs .nav-tabs {
  border-bottom: 1px solid #bbb;
}
.fce-tabs .nav-link {
  border: 1px solid #bbb;
  border-bottom: 0;
  border-radius: 0;
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  font-weight: 700;
  font-size: 15px;
  font-size: 15px;
  color: #468;
  line-height: 2.5rem;
  margin-right: 1.25rem;
  padding: 0 1.25rem;
}
.fce-tabs .nav-link.active, .fce-tabs .nav-link:focus, .fce-tabs .nav-link:hover {
  border: 1px solid #bbb;
  border-bottom: 0;
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  font-weight: 700;
  font-size: 15px;
  font-size: 15px;
  color: #468;
}
.fce-tabs .nav-item:last-child .nav-link {
  margin-right: 0;
}
.fce-tabs .tab-content {
  padding: 1.25rem 0;
}
.fce-tabs .tab-content .row {
  margin-right: -1.25rem;
  margin-left: -1.25rem;
}
.fce-tabs .tab-content .row .col-lg-6 {
  padding: 1.25rem;
}
.fce-tabs .tab-content .row .col-lg-6 .content-box {
  background-color: #d6e1eb;
  padding: 30px 30px 20px;
  min-height: 240px;
  overflow: hidden;
}
.fce-tabs .tab-content .row .col-lg-6 .content-box > div {
  float: left;
  padding-left: 1.25rem;
  max-width: 310px;
}
.fce-tabs .tab-content .row .col-lg-6 .content-box > div h4 {
  font-weight: 700;
}

/*-- FCE: Breadcrumb --*/
.fce-breadcrumb {
  padding: 2.5rem 0 0.8rem;
}
.fce-breadcrumb .row {
  margin-right: -1.25rem;
  margin-left: -1.25rem;
}
.fce-breadcrumb .row .col {
  padding-right: 1.25rem;
  padding-left: 1.25rem;
}
.fce-breadcrumb .row .col p {
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  font-weight: 400;
  font-size: 1.25rem;
  font-size: 1.25rem;
  color: #002f5d;
  line-height: 1.5;
}
.fce-breadcrumb .row .col a {
  font-size: inherit;
}

/*-- FCE: Content --*/
.fce-content .row .col-md-6 .btn-content {
  background-color: rgba(92, 135, 177, 0.25);
  border: 0;
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  font-weight: 700;
  font-size: 1.25rem;
  font-size: 1.25rem;
  color: #5c87b1;
  line-height: 1.5;
  padding: 0.75rem 1.25rem;
  text-align: left;
  border-radius: 0;
}
.fce-content .row .col-md-6 .btn-content i {
  padding-right: 0.3125rem;
}

/*-- FCE: Accordion --*/
#accordion .card {
  border: none;
  border-top: 1px solid #002f5d;
  border-radius: 0;
  width: 100%;
  margin-top: -1px;
}
#accordion .card .card-header {
  padding: 0.5rem 1.25rem;
  margin-bottom: 0;
  background-color: #fff;
  border-bottom: 1px solid #002f5d;
}
#accordion .card .card-header h5 .btn-link {
  position: relative;
  background-color: transparent;
  border: none;
  color: #002f5d;
  font-size: 1.25rem;
  font-weight: 700;
  padding: 0 2rem 0 0;
  text-align: left;
  text-decoration: none;
  white-space: normal;
  width: 100%;
}
#accordion .card .card-header h5 .btn-link:after {
  color: #5c87b1;
  position: absolute;
  font-family: "FontAwesome";
  font-size: 30px;
  line-height: 1em;
  top: 0;
  right: 0;
  content: "";
}
#accordion .card .card-header h5 .btn-link.collapsed:after {
  content: "";
}

/* FCE: Flip Box */
.fce-flip-box {
  perspective: 1140px;
}
.fce-flip-box .flip-box-inner {
  -webkit-transition: transform 0.8s cubic-bezier(0.55, -0.62, 0.27, 1.2);
  -moz-transition: transform 0.8s cubic-bezier(0.55, -0.62, 0.27, 1.2);
  -ms-transition: transform 0.8s cubic-bezier(0.55, -0.62, 0.27, 1.2);
  -o-transition: transform 0.8s cubic-bezier(0.55, -0.62, 0.27, 1.2);
  transition: transform 0.8s cubic-bezier(0.55, -0.62, 0.27, 1.2);
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
.fce-flip-box .flip-box-inner:hover {
  -webkit-transform: rotateY(-180deg);
  -moz-transform: rotateY(-180deg);
  -ms-transform: rotateY(-180deg);
  -o-transform: rotateY(-180deg);
  transform: rotateY(-180deg);
}
.fce-flip-box .flip-box-inner .flip-box {
  backface-visibility: hidden;
  width: 100%;
  height: 100%;
}
.fce-flip-box .flip-box-inner .backSide {
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  -ms-transform: rotateY(180deg);
  -o-transform: rotateY(180deg);
  transform: rotateY(180deg);
}

/*-- Misc. --*/
#lighthouse {
  position: absolute;
  left: 0;
  bottom: 0;
}

#to-top {
  cursor: pointer;
  position: fixed;
  bottom: 2rem;
  right: 2rem;
  z-index: 2222;
}
#to-top img {
  display: block;
  object-fit: none;
  object-position: left bottom;
  width: 3.75rem;
  height: 3.75rem;
}

#social-media-pill {
  background-color: #fff;
  border-radius: 2rem;
  position: fixed;
  bottom: 45%;
  right: -5px;
  padding: 0.5rem;
  transform: translate(-50%, 0);
  box-shadow: 0 0 0.25rem 0.125rem rgba(0, 47, 93, 0.75);
  z-index: 2223;
  white-space: nowrap;
}
#social-media-pill a {
  color: #fff;
  display: block;
  font-size: 2rem;
  line-height: 1.5em;
  margin: 0.25rem;
  width: 3rem;
  text-align: center;
  border-radius: 1.5rem;
}
#social-media-pill .fbk {
  background-color: #3c579e;
}
#social-media-pill .env {
  background-color: #3498db;
}
#social-media-pill .fon {
  background-color: #77b3d4;
}
#social-media-pill .rss {
  background-color: #e19126;
}

.ce-gallery figcaption.image-caption {
  font-size: 0.75rem;
}

.frame-bg-pale-blue .headline-width-button .row .col-md-auto .btn {
  border: none;
}

.headline-width-button .row {
  margin-right: -1.25rem;
  margin-left: -1.25rem;
}
.headline-width-button .row .col {
  padding-right: 1.25rem;
  padding-left: 1.25rem;
}
.headline-width-button .row .col h1:only-child {
  margin-bottom: 0;
}
.headline-width-button .row .col-md-auto {
  padding-right: 1.25rem;
  padding-left: 1.25rem;
  text-align: right;
}
.headline-width-button .row .col-md-auto .btn {
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  font-weight: 700;
  font-size: 15px;
  font-size: 15px;
  color: #468;
  line-height: 2.5rem;
  background-color: #fff;
  border-radius: 0;
  border: 1px solid #bbb;
  cursor: pointer;
  padding: 0 2.5rem;
}
.headline-width-button .row .col-md-auto .btn.focus, .headline-width-button .row .col-md-auto .btn:focus, .headline-width-button .row .col-md-auto .btn.hover, .headline-width-button .row .col-md-auto .btn:hover {
  background-color: #5c87b1;
  color: #fff;
}

.teaser-images {
  padding: 5rem 0;
}
.teaser-images .row {
  margin-right: -1.25rem;
  margin-left: -1.25rem;
}
.teaser-images .row .col-md-6 {
  padding-right: 1.25rem;
  padding-left: 1.25rem;
}
.teaser-images .row .col-md-6 img,
.teaser-images .row .col-md-6 a {
  display: block;
}

.padding-top-20 {
  padding-top: 1.25rem;
}

.padding-bottom-20 {
  padding-bottom: 1.25rem;
}

.padding-top-40 {
  padding-top: 2.5rem;
}

.padding-bottom-40 {
  padding-bottom: 2.5rem;
}

.padding-top-bottom-40 {
  padding-bottom: 2.5rem;
  padding-top: 2.5rem;
}

.padding-top-40-bottom-80 {
  padding-top: 2.5rem;
  padding-bottom: 5rem;
}

.padding-top-40-bottom-20 {
  padding-top: 2.5rem;
  padding-bottom: 1.25rem;
}

.margin-bottom-8 {
  margin-bottom: 0.5rem;
}

.other-bg {
  background-image: url("../img/containers-in-harbor.jpg");
}

.bg-pale-blue {
  background-color: #d6e1eb;
}

.bg-sailors {
  background-image: url("../img/bg-sailors.jpg");
}

.bg-navigate-terrasse {
  background-image: url("../img/bg-navigate-terrasse.jpg");
}

.page-blocker.collapsed {
  background-color: rgba(3, 2, 1, 0);
}

.page-blocker {
  background-color: rgba(3, 2, 1, 0.7);
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  z-index: -1;
  opacity: 0.3;
  transition: opacity 0.4s ease;
}

.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  background-color: transparent;
}

.frame-default .nav-pills {
  list-style-type: none;
}
.frame-default .nav-pills .nav-link {
  border-radius: 0;
}

.nav-link {
  padding: 0;
}

/* TIMELINE.JS */
#timeline.tl-timeline {
  background: none;
}
#timeline .tl-storyslider {
  max-height: 750px !important;
  background: url("../js/vendor/timeline/css/timeline-bg.jpg") no-repeat center center;
  background-size: contain;
}

/*Call for Action styling*/
.frame-type-navprovider_callforaction {
  padding: 15px;
  background: white;
  border: 15px solid rgba(92, 135, 177, 0.25);
}

.fce-call-for-action .text-center {
  line-height: 1.8;
}
.fce-call-for-action a.external-link::before {
  content: "";
}

/*top customer boxes - 'zum beispiel für:'*/
.topCustomer .popoverContainer {
  padding-top: 10px;
  padding-bottom: 10px;
}

/*Hide scrolldar in headers*/
.fce-top-box#topBoxHome > div > .blue > div > .content-open > .inner-wrapper,
.fce-top-box#topBoxPage > div > .blue > div > .content-open > .inner-wrapper {
  /* Hide scrollbar for IE and Edge */
  -ms-overflow-style: none;
  /* Hide scrollbar for Chrome, Safari and Opera */
  scrollbar-width: none;
}
.fce-top-box#topBoxHome > div > .blue > div > .content-open > .inner-wrapper::-webkit-scrollbar,
.fce-top-box#topBoxPage > div > .blue > div > .content-open > .inner-wrapper::-webkit-scrollbar {
  display: none;
}

/* touch up the <> from Startseite 'Damit arbeiten wir' - ticket #6258 */
.owl-nav {
  padding-right: 0.5rem;
}

i.fa.fa-chevron-left {
  padding-right: 1.35rem !important;
}

.owl-nav .fa {
  color: #5c87b1 !important;
}

button.owl-prev.disabled .fa, button.owl-next.disabled .fa {
  opacity: 0.75;
}

/*add space between rows of tags for Blog*/
ul.nav.nav-sidebar.tag-menu-view li {
  margin-bottom: 5px;
}

/*resize logolist items images - ticket#6258*/
.logoItem img {
  width: 155px !important;
  height: auto;
  display: unset !important;
}

/* ----------------------------------------------------------------------------------- */
/* Responsive
/*----------------------------------------------------------------------------------- */
/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) {
  #header .blue .navbar {
    padding-left: 0;
    padding-right: 0pt;
  }
  #header .blue .navbar .navbar-brand img {
    width: 260px;
  }

  /* make collapse items responsive - ticket#6260*/
  #collapseItemsMob {
    display: none;
  }
}
/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) and (max-width: 991px) {
  /*Remove footer map-newsletter in same row*/
  .frame-type-navprovider_containerfooteronerow {
    display: none;
  }

  /* pop text inside the box - 15.07.20 ticket 6358*/
  #c65 .reference__overlay {
    padding: 0px !important;
  }
  #c65 .reference__overlay p {
    line-height: 20px !important;
  }
}
/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {
  .fce-our-work .row li a {
    padding-bottom: 1rem;
  }
  .fce-our-work .row li a.nav-link:focus, .fce-our-work .row li a.nav-link.active {
    background: url("../img/arrow-down.png") center bottom no-repeat;
  }

  /*Align footer map-newsletter in one row items*/
  #canvas {
    padding-top: 15px;
  }

  /*Remove footer map-newsletter in two rows */
  .frame-type-navprovider_containerfootertworows {
    display: none;
  }
}
/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
  .mobile-toggler {
    display: none !important;
  }

  #mainNav .col-md-2 {
    flex: 0 0 20%;
    max-width: 100%;
  }
}
/*wide screens sort of landscape*/
@media (min-width: 992px) and (max-height: 800px) {
  .fce-top-box#topBoxHome .blue .content-open h1 {
    font-size: 35px !important;
  }
  .fce-top-box#topBoxHome .blue .content-open > .inner-wrapper p {
    margin-top: 1rem !important;
  }
}
@media (min-width: 992px) and (max-height: 720px) {
  .fce-top-box#topBoxHome .blue .content-open .inner-wrapper {
    bottom: 0px !important;
  }
  .fce-top-box#topBoxHome .blue .content-open .inner-wrapper h1 {
    margin-bottom: 0px !important;
  }
  .fce-top-box#topBoxHome .blue .content-open .inner-wrapper p {
    margin-top: 0.5rem !important;
    margin-bottom: 0px !important;
  }
}
@media (min-width: 992px) and (max-height: 620px) {
  .fce-top-box#topBoxHome > div > .blue > div > .content-open > .inner-wrapper {
    top: 7.5rem !important;
    margin-top: 0px !important;
  }
  .fce-top-box#topBoxHome > div > .blue > div > .content-open > .inner-wrapper p {
    margin-top: 0.5rem !important;
  }
}
@media (min-width: 1250px) and (max-height: 850px) {
  #topBoxHome .offset-lg-6,
#topBoxPage .offset-lg-6 {
    margin-left: 40%;
  }
  #topBoxHome .col-lg-6,
#topBoxPage .col-lg-6 {
    -ms-flex: 0 0 65%;
    flex: 0 0 65%;
    max-width: 65%;
  }

  .fce-top-box#topBoxHome > div > .blue > div > .content-open > .inner-wrapper {
    top: 9.375rem !important;
  }
}
@media (min-width: 1250px) and (min-height: 620px) {
  .fce-top-box#topBoxHome .blue .content-open h1 {
    font-size: 40px !important;
  }
  .fce-top-box#topBoxHome .blue .content-open P {
    padding-right: 0.8rem;
  }
  .fce-top-box#topBoxHome .blue .content-open .inner-wrapper .ce-bodytext > p {
    margin-top: 1.5rem !important;
    margin-bottom: 1rem;
  }
  .fce-top-box#topBoxHome .blue .content-open .inner-wrapper > p {
    margin-top: 1.5rem !important;
  }
}
@media (min-width: 1250px) and (min-height: 660px) {
  .fce-top-box#topBoxHome > div > .blue > div > .content-open > .inner-wrapper {
    top: 12rem !important;
  }
}
@media (min-width: 1350px) and (max-height: 850px) {
  #topBoxHome .col-lg-6,
#topBoxPage .col-lg-6 {
    -ms-flex: 0 0 70%;
    flex: 0 0 70%;
    max-width: 70%;
  }

  .fce-top-box#topBoxHome .blue .content-open P {
    padding-right: 4rem;
  }
}
@media (min-width: 1450px) and (max-height: 850px) {
  /*show full text in top-box*/
  #topBoxHome .offset-lg-6,
#topBoxPage .offset-lg-6 {
    margin-left: 40%;
  }
  #topBoxHome .col-lg-6,
#topBoxPage .col-lg-6 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
}
/* Large devices (desktops, less than 1440px) */
@media (max-width: 1439.98px) {
  .fce-top-box {
    /*position the 2020 logo in homepage - ticket#6369 - 07.07.20*/
  }
  .fce-top-box#topBoxHome > div > .blue > div > .content-open > .inner-wrapper, .fce-top-box#topBoxPage > div > .blue > div > .content-open > .inner-wrapper {
    top: 9.375rem;
  }
  .fce-top-box#topBoxHome > div > .inner-wrapper {
    top: 9rem;
    left: -2em;
  }
  .fce-top-box .navbar-brand {
    left: 2em;
  }
  .fce-top-box .blue {
    padding: 0 2em;
  }

  .fce-a-footer {
    margin-top: 5rem;
  }

  #lighthouse {
    display: none;
  }
}
/* Large devices (desktops, less than 1200px) */
@media (max-width: 1199.98px) {
  /*  p {
        font-size: 15px;
    }*/
  .desktop-toggler {
    display: none !important;
  }

  .fce-top-box .content-open {
    font-size: 1rem;
  }
  .fce-top-box .content-open h1,
.fce-top-box .content-open h2,
.fce-top-box .content-open h3 {
    font-size: 2.75rem;
  }
  .fce-top-box .content-open p,
.fce-top-box .content-open a.more {
    font-size: 1rem;
  }

  .fce-article .container .row .col-md-6 p,
.fce-article .container .row .col-md-6 li,
.fce-article .container .row .col-lg-6 p,
.fce-article .container .row .col-lg-6 li {
    font-size: 0.9em;
  }
  .fce-article .container .row .col-md-6 p span,
.fce-article .container .row .col-md-6 li span,
.fce-article .container .row .col-lg-6 p span,
.fce-article .container .row .col-lg-6 li span {
    font-size: 21px;
  }
  .fce-article .container .row .col-md-6 img:first-of-type,
.fce-article .container .row .col-lg-6 img:first-of-type {
    padding: 0 0 1rem 0;
  }
  .fce-article .container .row .col-md-6 img:last-of-type,
.fce-article .container .row .col-lg-6 img:last-of-type {
    padding: 0;
  }

  .fce-introtext .row .col p,
.fce-introtext .row .col-lg-6 p,
.fce-breadcrumb .row .col p,
.fce-breadcrumb .row .col-lg-6 p {
    font-size: 0.9em;
  }

  .fce-tabs .tab-content .row .col-lg-6 .content-box > div {
    max-width: 220px;
  }
}
/*Leistungen white boxes - fit content   min 768px max 1199,99 - ticket#6260*/
@media (max-width: 999.98px) and (min-width: 768px) {
  .frame-type-navprovider_grid3x33 .frame-bg-white-trans .ce-bodytext {
    overflow-wrap: break-word;
    height: 80px;
  }
}
/* Large devices (desktops, less than 1000px) */
@media (max-width: 999.98px) {
  .fce-social-media .row,
.fce-tags .row,
.fce-tabs .row,
.fce-filter .row,
.fce-breadcrumb .row,
.fce-a-footer .row,
.fce-b-footer .row,
.fce-our-work .row,
.fce-cms .row,
.fce-pr .row,
.fce-shops .row,
.fce-analytics .row,
.fce-content .row,
.fce-article .row,
.fce-introtext .row,
.teaser-image .row,
.headline-width-button .row {
    margin-right: -1rem;
    margin-left: -1rem;
  }
  .fce-social-media .row [class*=col],
.fce-tags .row [class*=col],
.fce-tabs .row [class*=col],
.fce-filter .row [class*=col],
.fce-breadcrumb .row [class*=col],
.fce-a-footer .row [class*=col],
.fce-b-footer .row [class*=col],
.fce-our-work .row [class*=col],
.fce-cms .row [class*=col],
.fce-pr .row [class*=col],
.fce-shops .row [class*=col],
.fce-analytics .row [class*=col],
.fce-content .row [class*=col],
.fce-article .row [class*=col],
.fce-introtext .row [class*=col],
.teaser-image .row [class*=col],
.headline-width-button .row [class*=col] {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .fce-article .container {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .fce-tabs .tab-content .row {
    margin-right: -1rem;
    margin-left: -1rem;
  }
  .fce-tabs .tab-content .row .col-lg-6 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .fce-introtext .row .col-lg-6 {
    padding-bottom: 2.5rem;
  }
  .fce-introtext .row .col-lg-6:last-child {
    padding-bottom: 0;
  }

  /*position the 2020 logo in homepage - ticket#6369 - 07.07.20*/
  .fce-top-box .container2 img.img-fluid {
    display: none;
  }
}
/* Medium devices (tablets, less than 992px) */
@media (max-width: 991.98px) {
  .fce-video-home {
    background: url("/typo3conf/ext/nav_provider/Resources/Public/img/knot.jpg") no-repeat;
    background-size: cover;
    background-position: center;
  }
  .fce-video-home .bg-video {
    display: none;
  }

  .fce-b-footer .row > div {
    padding-bottom: 2.5rem;
  }
  .fce-b-footer .row > div:last-child {
    padding-bottom: 0;
  }

  .fce-shops .row > div,
.fce-analytics .row > div {
    padding-bottom: 2.5rem;
  }
  .fce-shops .row > div:last-child,
.fce-analytics .row > div:last-child {
    padding-bottom: 3.75rem;
  }
  .fce-shops .row > div:last-child > button,
.fce-analytics .row > div:last-child > button {
    position: absolute;
    bottom: 0;
    right: 1rem;
    float: none;
  }

  .fce-article .container .row .col-md-6 img:first-of-type,
.fce-article .container .row .col-lg-6 img:first-of-type {
    padding: 0 1rem 0 0;
  }
  .fce-article .container .row .col-md-6 img:last-of-type,
.fce-article .container .row .col-lg-6 img:last-of-type {
    padding: 0;
  }

  .fce-filter .row > div:first-child, .fce-filter .row > div:nth-child(2) {
    padding-bottom: 1.25rem;
  }

  .fce-tabs .tab-content .row .col-lg-6 .content-box > div {
    max-width: 480px;
  }

  /*img Soziales - wir unterstützen - ticket#6260*/
  .fce-grid-4x25 .col-sm-6 {
    margin-bottom: 10px;
  }
}
@media (max-width: 991.98px) and (min-width: 768px) {
  /*touch up filters Referenzen Frisch vom Stapel - 768 up to 991.99px - ticket#6260*/
  .referencesFilter .col-md-3 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
}
/*fix font sizes*/
@media (max-width: 800px) {
  .fce-breadcrumb {
    display: none;
  }

  h1,
h2 {
    font-size: 35px;
  }

  h3,
h4 {
    font-size: 25px;
  }

  p,
ul {
    font-size: 18px;
    line-height: 28px;
  }

  /*ticket 6504*/
  .news.news-single .thumbnail .caption {
    font-size: 18px;
  }
}
/* Small devices (landscape phones, less than 768px) */
@media (max-width: 767.98px) {
  /* p {
        font-size: 14px;
    } */
  h1 {
    font-size: 30px;
  }

  .headline-width-button .row .col h1 {
    margin-bottom: 1em;
  }
  .headline-width-button .row > div {
    padding-bottom: 1.25rem;
  }
  .headline-width-button .row > div:last-child {
    padding-bottom: 0;
  }

  .fce-top-box {
    top: 1rem;
    margin-left: 1rem;
    margin-right: 1rem;
  }
  .fce-top-box#topBoxPage {
    height: calc(100vh - 2rem);
  }
  .fce-top-box .navbar-brand {
    margin: 0;
    padding: 0;
  }
  .fce-top-box .navbar-brand img {
    max-width: 270px;
    width: 100%;
  }
  .fce-top-box .content-open {
    font-size: 0.875rem;
  }
  .fce-top-box .content-open h1,
.fce-top-box .content-open h2,
.fce-top-box .content-open h3 {
    font-size: 2.375rem;
  }
  .fce-top-box .content-open p,
.fce-top-box .content-open a.more {
    font-size: 0.875rem;
  }

  .fce-introtext .row .col p,
.fce-breadcrumb .row .col p {
    font-size: 0.75em;
  }

  .fce-article .container .row .col-md-6 p,
.fce-article .container .row .col-md-6 li,
.fce-article .container .row .col-lg-6 p,
.fce-article .container .row .col-lg-6 li {
    font-size: 0.75em;
  }
  .fce-article .container .row .col-md-6 p span,
.fce-article .container .row .col-md-6 li span,
.fce-article .container .row .col-lg-6 p span,
.fce-article .container .row .col-lg-6 li span {
    font-size: 18px;
  }
  .fce-article .container .row .col-md-6 img:first-of-type,
.fce-article .container .row .col-lg-6 img:first-of-type {
    padding: 0 0 1rem 0;
  }
  .fce-article .container .row .col-md-6 img:last-of-type,
.fce-article .container .row .col-lg-6 img:last-of-type {
    padding: 0;
  }

  .teaser-images .row .col-md-6:first-child {
    padding-bottom: 1.25rem;
  }

  .fce-tabs .tab-content .row .col-lg-6 .content-box > div {
    max-width: 300px;
  }

  .fce-content .row .col-md-6 {
    padding-bottom: 2.5rem;
  }
  .fce-content .row .col-md-6:last-child {
    padding-bottom: 0;
  }

  /*Remove footer map-newsletter in two rows*/
  .frame-type-navprovider_containerfootertworows {
    display: none;
  }

  /*add space between items - Presse (same as Blog items) - until 768px - ticket#6260*/
  .aktuell {
    margin-bottom: 4em;
  }

  /*remove social pill for tablet - until 768px - ticket#6260*/
  #social-media-pill {
    display: none !important;
  }

  /* fix height of Frisch .. - ticket#6358*/
  #c65 .referencesContainer {
    height: unset !important;
  }
}
/* Extra small devices (portrait phones, less than 576px) */
@media (max-width: 575.98px) {
  #header .blue .navbar .navbar-toggler img {
    height: 1.75rem;
    width: 2.5rem;
  }

  .fce-social-media .row,
.fce-tags .row,
.fce-tabs .row,
.fce-filter .row,
.fce-breadcrumb .row,
.fce-a-footer .row,
.fce-b-footer .row,
.fce-our-work .row,
.fce-cms .row,
.fce-pr .row,
.fce-shops .row,
.fce-analytics .row,
.fce-content .row,
.fce-article .row,
.fce-introtext .row,
.fce-our-clients .row,
.fce-other-products .row {
    margin-right: 0;
    margin-left: 0;
  }

  .fce-breadcrumb .row .box,
.fce-introtext .row .box,
.fce-other-products .row .box,
.fce-our-clients .row .box {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .fce-work-carousel,
.fce-tech-carousel {
    padding: 2.5rem 1rem 5rem;
  }

  .headline-width-button .row {
    margin-right: 0;
    margin-left: 0;
  }
  .headline-width-button .row > div {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .teaser-images .row {
    margin-right: 0;
    margin-left: 0;
  }
  .teaser-images .row > div {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .teaser-images .row > div:first-child {
    padding-bottom: 1rem;
  }

  .fce-top-box .sprites-icons-bg-top-navigation-home {
    background-color: #5c87b1;
    background-image: none;
    background-position: 0 0;
    width: auto;
    height: auto;
    top: 0rem;
    /*update for ticket#6260 - before -1rem*/
    right: 0.5em;
    padding: 0;
  }
  .fce-top-box .sprites-icons-bg-top-navigation-home h6.navigation-text {
    display: none;
  }
  .fce-top-box .sprites-icons-bg-top-navigation-home a.navbar-toggler {
    margin: 0;
    padding: 0.5em;
  }
  .fce-top-box .sprites-icons-bg-top-navigation-home a.navbar-toggler img {
    display: block;
    height: 21px;
    width: 30px;
  }

  .fce-pr .row > div {
    padding-bottom: 2.5rem;
  }
  .fce-pr .row > div:last-child {
    padding-bottom: 0;
  }

  .fce-filter .row > div:nth-child(3) {
    padding-bottom: 1.25rem;
  }

  .fce-tabs .tab-content .row {
    margin-right: 0;
    margin-left: 0;
  }
  .fce-tabs .tab-content .row .col-lg-6 {
    padding-left: 0;
    padding-right: 0;
  }
  .fce-tabs .tab-content .row .col-lg-6 .content-box > div {
    max-width: none;
    width: calc(100% - 180px);
  }

  #to-top {
    bottom: 1rem;
    right: 1rem;
  }

  #social-media-pill {
    display: none !important;
  }

  .fce-content .row .col-md-6 .btn-content {
    font-size: 0.9375rem;
  }

  /*add space left at one row map-newsletter - until 575px - ticket#6260*/
  .frame.frame-default.frame-type-navprovider_containerfooteronerow.frame-layout-0 {
    padding-left: 0.4rem !important;
  }

  /*move up from right the img in Arbeitweise - until 575px - ticket#6260*/
  .ce-right .ce-gallery {
    float: none;
    padding-bottom: 10px;
  }

  /*Referenzen Frisch vom Stapel pagination buttons - ticket#6260*/
  #c1384 .referencesCarouselPagination, #c1384 .owl-nav, #c1384 .topCustomersSortButton {
    position: unset !important;
  }

  /* make collapse items responsive - ticket#6260*/
  #collapseItems {
    display: none;
  }

  /*Frisch vom Stapel & Damit arbeiten wir missing <> - responsive issue 08.07.20*/
  #c65 .container, #c67 .container {
    overflow-x: visible !important;
  }

  #c67 .owl-nav {
    top: -4.6rem !important;
  }
}
@media (max-width: 530px) {
  /*new line for references <> until 530px - ticket#6260*/
  .referencesCarouselPagination, .topCustomersSortButton, .owl-nav {
    top: -2rem !important;
  }
}
.referencesCarouselPagination, .owl-nav, .topCustomersSortButton {
  float: right;
  position: absolute;
  right: 0;
  top: -5rem;
}
.referencesCarouselPagination__icon, .owl-nav .fa {
  color: #5c87b1;
}
.referencesCarouselPagination__icon:hover, .owl-nav .fa:hover {
  color: #fff;
}
.referencesCarouselPagination .paginationLink:hover, .owl-nav .paginationLink:hover, .topCustomersSortButton .paginationLink:hover {
  background-color: transparent !important;
}

.reference {
  position: relative;
  border: 1px solid #5c87b1;
}
.reference:hover .reference__overlay {
  opacity: 1;
}
.reference__overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  transition: 0.5s ease;
  background-color: #d5e1eb;
  border-color: #fff;
}
.reference__title, .popoverBody__title {
  font-size: 1rem;
  font-weight: bold;
}
.reference__button, .topCustomersSortButton {
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  font-weight: 700;
  font-size: 15px;
  color: #468;
  line-height: 2.5rem;
  background-color: #fff;
  border-radius: 0;
  border: 1px solid #bbb;
  padding: 0 2.5rem;
}
.reference__backgroundImageFix {
  background-position: center top;
  background-size: 100%;
  background-repeat: no-repeat;
}

.topCustomersSortButton {
  position: initial;
}

@media (min-width: 768px) {
  .topCustomersSortButton {
    position: absolute;
    top: -7.5rem;
  }
}
.topCustomer {
  background-color: #fff;
}
@media only screen and (min-width: 768px) {
  .topCustomer.widthForFlexBoxFix {
    width: 187px;
  }
}
.owl-nav {
  top: -4rem;
}
.owl-nav .fa {
  font-size: 1.25em;
}
.owl-nav .fa:hover {
  color: #d5e1eb;
}

.logoItem {
  text-align: center;
}

.fragenSieUns p {
  margin-bottom: 0;
}

.newsletterForm .alert {
  font-size: 1rem;
}

.popover {
  background-color: #d5e1eb;
}

.popover {
  top: 0.5rem !important;
}
@media (min-width: 768px) {
  .popover {
    max-width: 42rem;
    top: 1.5rem !important;
  }
}
.popoverBody__title {
  font-size: 1rem;
}
.popoverBody__zumProjekt {
  font-weight: 700;
}

.logoPopover {
  margin-top: 0.5rem;
}

.referencesFilter__field {
  border: 1px solid #5c87b1;
  font-weight: 700;
  height: initial !important;
  padding: 0.5rem 2.5rem !important;
}
.referencesFilter__submit {
  border: 1px solid #5c87b1 !important;
  background-color: #5c87b1 !important;
  color: #fff !important;
}
.referencesFilter__submit[disabled=disabled] {
  background-color: #fff !important;
  color: #bbbbbb !important;
}

.map iframe {
  pointer-events: none;
}
.map iframe.clicked {
  pointer-events: auto;
}

.referencesContainer {
  height: 260px;
}
.referencesContainer__referencesCategory {
  height: 350px;
}

@media (min-width: 768px) {
  .referencesContainer-md {
    height: 550px;
  }

  .referencesContainer__referencesCategory {
    height: 950px;
  }
}
.referenceDetail__title {
  line-height: 1.2;
}
.referenceDetail__navItem .nav-link {
  line-height: 1.5rem;
  padding: 0.75rem;
}
.referenceDetail__navItem::before {
  display: none !important;
}

.referencesCategory__filter {
  margin-top: 1.5rem;
}
.referencesCategory__header {
  position: absolute;
  top: -2.5rem;
}
.referencesCategory__pagination {
  top: -2.5rem;
}
.referencesCategory__pagination .referencesCarouselPagination__icon:hover, .referencesCategory__pagination .owl-nav .fa:hover, .owl-nav .referencesCategory__pagination .fa:hover {
  color: #002f5d;
}
.referencesCategory__pagination.bottomPagination {
  bottom: 0.5rem;
  right: 50%;
  float: none;
  transform: translateX(60%);
  top: auto;
}
.referencesCategory__paginationPageIndicator {
  position: relative;
  right: 10%;
}

@media (max-width: 767.98px) {
  .referencesCategory__pagination.bottomPagination {
    right: 0;
    transform: none;
  }
}
.glossaryLetters .page-link.active, .listPagination .page-link:hover, .glossaryLetters .page-link:hover, .listPagination .page-item.active .page-link, .glossaryLetters .page-item.active .page-link {
  background-color: #5c87b1;
  color: #fff;
  border: none;
}

.pagination .page-item::before {
  display: none;
}

.listPagination .page-link, .glossaryLetters .page-link {
  color: #468;
  border-radius: 0 !important;
}
.glossaryLetters {
  margin-bottom: 1.5rem;
  margin-left: -0.75rem;
}
.glossaryLetters .page-link {
  font-size: small;
  margin: 0 0 0.5rem 0.75rem;
  padding: 0.5rem;
}
.aktuell__link p, .aktuell > p {
  margin-bottom: 0.5rem;
}

.aktuell {
  margin-bottom: 2rem;
}
.aktuell__link {
  font-size: initial;
}
.aktuell__link p {
  font-weight: bold;
}

.aktuellDetail__headline p {
  font-size: 1.7rem;
  line-height: 1.25;
  font-weight: 600;
}

.workflowItem {
  position: relative;
  background-color: #d5e1eb;
  margin-top: 2rem;
  padding-left: 1.25rem !important;
}
.workflowItem li {
  margin-left: 1.2em;
  list-style-type: disc;
  padding-left: 0 !important;
}
.workflowItem li:before {
  content: none !important;
}
.workflowItem strong {
  display: inline-block;
  margin-bottom: 0.75rem;
}
.workflowItem__arrow {
  position: absolute;
  width: 0;
  height: 0;
}
.workflowItem__arrow.right {
  border-top: 20px solid transparent;
  border-bottom: 20px solid transparent;
  border-left: 20px solid #d5e1eb;
  transform: translateY(-50%);
  top: 50%;
  right: -0.6rem;
}
.workflowItem__arrow.bottom {
  border-top: 20px solid #d5e1eb;
  border-right: 20px solid transparent;
  border-left: 20px solid transparent;
  transform: translateX(-50%);
  left: 50%;
  bottom: -0.6rem;
}
.workflowItem__arrow.left {
  border-top: 20px solid transparent;
  border-right: 20px solid #d5e1eb;
  border-bottom: 20px solid transparent;
  transform: translateY(-50%);
  top: 50%;
  left: -0.6rem;
}
.workflowItem__arrow.top {
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  border-bottom: 20px solid #d5e1eb;
  transform: translateX(-50%);
  left: 50%;
  top: -0.6rem;
}

h4,
h3,
h1,
h2 {
  line-height: 1.4;
  margin-bottom: 0.75rem;
}

/* Extra small devices (portrait phones, less than 488px) */
@media (max-width: 487.98px) {
  .fce-other-products .row .box,
.fce-our-clients .row .box {
    margin: 0 auto;
  }

  .fce-tabs .tab-content .row .col-lg-6 .content-box > div {
    padding-left: 0;
    padding-top: 1.25rem;
    width: 100%;
  }

  .fce-top-box .navbar-brand,
.fce-top-box#topBoxPage .navbar-brand {
    left: 1em;
  }
  .fce-top-box .blue,
.fce-top-box#topBoxPage .blue {
    padding: 0 1.25rem;
  }

  .fce-breadcrumb {
    display: none;
  }

  h1,
h2 {
    font-size: 30px;
  }

  h3,
h4 {
    font-size: 20px;
  }

  p,
ul {
    font-size: 16px;
    line-height: 26px;
  }

  /*update for ticket#6260*/
  .scene2 p {
    margin-top: 0px !important;
  }

  /*ticket 6504*/
  .news.news-single .thumbnail .caption {
    font-size: 16px;
  }
}
/* Extra small devices (portrait phones, less than 375px) */
@media (max-width: 374.98px) {
  .fce-top-box {
    top: 0;
    margin-left: 0;
    margin-right: 0;
  }
  .fce-top-box#topBoxPage {
    height: 100vh;
  }
  .fce-top-box .navbar-brand img {
    max-width: 230px;
  }
  .fce-top-box .blue {
    padding: 1.25rem;
  }
  .fce-top-box .sprites-icons-bg-top-navigation-home {
    top: 0;
  }

  #accordion .card .card-header h5 .btn-link {
    padding: 0;
  }
  #accordion .card .card-header h5 .btn-link:after {
    display: none;
  }

  h1,
h2 {
    font-size: 25px;
  }

  h3,
h4 {
    font-size: 18;
  }

  p,
ul {
    font-size: 14px;
    line-height: 24px;
  }
}

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