/* License: https://www.myfonts.com/viewlicense?type=web&buildid=3686956 */
/*
@font-face {font-family: 'Campton-Bold';src: url('../webfonts/38422C_0_0.eot');src: url('../webfonts/38422C_0_0.eot?#iefix') format('embedded-opentype'),url('../webfonts/38422C_0_0.woff2') format('woff2'),url('../webfonts/38422C_0_0.woff') format('woff'),url('../webfonts/38422C_0_0.ttf') format('truetype');}
@font-face {font-family: 'Campton-Book';src: url('../webfonts/38422C_1_0.eot');src: url('../webfonts/38422C_1_0.eot?#iefix') format('embedded-opentype'),url('../webfonts/38422C_1_0.woff2') format('woff2'),url('../webfonts/38422C_1_0.woff') format('woff'),url('../webfonts/38422C_1_0.ttf') format('truetype');}
*/
@font-face {font-family: 'DINNeueRoman-Regular';src: url('../webfonts/38422C_2_0.eot');src: url('../webfonts/38422C_2_0.eot?#iefix') format('embedded-opentype'),url('../webfonts/38422C_2_0.woff2') format('woff2'),url('../webfonts/38422C_2_0.woff') format('woff'),url('../webfonts/38422C_2_0.ttf') format('truetype');}

/* Generic */
body {
  color: #1A2251;
  overflow-x: hidden; /* no horizontal scrolling --> for .fde-full-width */
  font-family: sans-serif;
  font-weight: 400;
}
h1 {
  font-family: 'DINNeueRoman-Regular', serif;
  font-size: 2.3em;
  margin-bottom: 30px;
  padding-top: 50px;
  text-align: center;
}
p {
  font-size: 1.1em;
  line-height: 1.6;
  margin-bottom: 0;
  padding-bottom: 15px;
}
a {
  color: #1A2251;
  border-bottom: 2px solid #1a2251;
  font-weight: 500;
}
a:hover {
  border-color: transparent;
  text-decoration: none;
}
a.fde-link-inverted,
.fde-link-inverted a {
  border-color: transparent;
}
a.fde-link-inverted:hover,
.fde-link-inverted a:hover {
  border-color: #1A2251;
}
a.fde-link-reinverted,
.fde-link-reinverted a {
  border-color: #1A2251 !important;
}
a.fde-link-reinverted:hover,
.fde-link-reinverted a:hover {
  border-color: transparent !important;
}
a.fde-link-no-boarder,
.fde-link-no-boarder a {
  border: none;
}
a.fde-link-no-boarder:hover,
.fde-link-no-boarder a:hover {
  opacity: 0.7;
}
/* As the menu is also ul, this should only be for the main content */
#fde-main-content ul li {
  font-size: 1.12em;
  padding-bottom: 7px;
}
#fde-main-content ul li ul {
  margin: 10px 0;
}
#fde-main-content ul li ul li {
  font-size: 0.95em;
}

b, strong {
  font-weight: 700;
}
h2 {
  font-family: 'DINNeueRoman-Regular', serif;
  font-size: 1.8em;
  margin-bottom: 0;
  padding-bottom: 25px;
  text-align: center;
  padding-top: 40px;
}
h3 {
  font-family: 'DINNeueRoman-Regular', serif;
  font-size: 1.6em;
  padding: 20px 0 15px 0;
  margin-bottom: 0;
  line-height: 1.4;
}
h4 {
  font-family: 'DINNeueRoman-Regular', serif;
  font-size: 1.4em;
  padding: 20px 0 15px 0;
  margin-bottom: 0;
  line-height: 1.4;
}


#fde-main-content {
  margin-top: 100px;
}
#fde-circle {
  width: 300px;
  height: 300px;
  position: absolute;
  top: 120px;
  left: -250px;
}
.wp-block-image img {
  max-width: 100%;
  height: auto; /* this is missing in the WP styles – without it, images would be stretched sometimes on mobile */
}


/* CSS Effects */

/* Animation */
@keyframes fadeInUp {
    from {
        transform: translate3d(0,40px,0)
    }

    to {
        transform: translate3d(0,0,0);
        opacity: 1
    }
}
@-webkit-keyframes fadeInUp {
    from {
        transform: translate3d(0,40px,0)
    }

    to {
        transform: translate3d(0,0,0);
        opacity: 1
    }
}
.animated-1 {
    animation-duration: 0.25s;
    animation-fill-mode: both;
    -webkit-animation-duration: 0.25s;
    -webkit-animation-fill-mode: both
}
.animated-2 {
    animation-duration: 0.75s;
    animation-fill-mode: both;
    -webkit-animation-duration: 0.75s;
    -webkit-animation-fill-mode: both
}
.animated-3 {
    animation-duration: 1.25s;
    animation-fill-mode: both;
    -webkit-animation-duration: 1.25s;
    -webkit-animation-fill-mode: both
}
.animated-4 {
    animation-duration: 1.75s;
    animation-fill-mode: both;
    -webkit-animation-duration: 1.75s;
    -webkit-animation-fill-mode: both
}
.animatedFadeInUp {
    opacity: 0
}
.fadeInUp {
    opacity: 0;
    animation-name: fadeInUp;
    -webkit-animation-name: fadeInUp;
}


/* Helper classes to be re-used within custom blocks */
.fde-gradient {
  background: #4FACFE; /* Old browsers */
  background: -moz-linear-gradient(-45deg, #4FACFE 0%, #A8EDEA 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(-45deg, #4FACFE 0%,#A8EDEA 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(135deg, #4FACFE 0%, #A8EDEA 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4FACFE', endColorstr='#A8EDEA',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}


/* Helper classes to be used within wordpress - in extended settings of gutenberg blocks
* .fde-bg-softened -> bright stripe
* .fde-bg-highlight -> dark stripe
* .fde-content-padding -> centered (see media queries below)
*/
.fde-bg-softened {
  background: #E9F4FE;
}
.fde-bg-highlight {
  background: #11173D;
  color: #fff;
}
.fde-nowrap {
  white-space: nowrap;
}
.fde-link-big a {
  border-bottom: 3px solid #1A2251;
  padding-bottom: 3px;
  display: inline-block;
  font-familyx: 'Campton-Bold', sans-serif;
  font-weight: 500;
}
.fde-link-big a:hover {
  border-color: transparent;
  text-decoration: none;
}

/* Effects */
.blur-up {
	-webkit-filter: blur(5px);
	filter: blur(5px);
	transition: filter 400ms, -webkit-filter 400ms;
}
.blur-up.lazyloaded {
	-webkit-filter: blur(0);
	filter: blur(0);
}

/* Footer */
#fde-footer a {
  color: #1A2251;
  border-color: transparent;
}
#fde-footer a:hover {
  border-color: #1A2251;
}
#fde-footer-main {
  font-size: 0.7em;
  background: #E7F2FE;
  padding: 45px 0 30px 0;
}
#fde-footer-main .fde-foter-menu ul {
  padding: 0;
}
#fde-footer-main .fde-foter-menu ul li {
  list-style: none;
  font-weight: 500;
  padding: 5px 0;
}
#fde-footer-logos .fde-main-logo {
  max-width: 160px;
}
#fde-footer-logos .fde-secondary-logo {
  max-width: 130px;
}
#fde-footer-logos .fde-country-flag {
  width: 30px;
  margin-left: 15px;
}
#fde-footer-logos img {
  margin: 15px 0;
}
a.fde-social-media-link {
  float: left;
  width: 30px;
  height: 30px;
  display: block;
  margin: 0 10px 10px 0;
}
a.fde-social-media-link:hover {
  border: none;
  opacity: 0.8;
}
/* Because of the hardcoded cookie preference link */
#fde-footer-menu-2 ul {
  margin-bottom: 5px;
}

/* Elements that can be used by adding an additional class to the block */
.fde-single-star-1 {
  background: url('../img/singlestar1.svg') no-repeat;
  background-position: 65% 0px;
  background-size: 35px 35px;
}
.fde-single-star-2 {
  background: url('../img/singlestar2.svg') no-repeat;
  background-position: 4% 0px;
  background-size: 35px 35px;
}
.fde-single-star-3 {
  background: url('../img/singlestar3.svg') no-repeat;
  background-position: 90% 0px;
  background-size: 35px 35px;
}
.fde-single-star-4 {
  background: url('../img/singlestar2.svg') no-repeat;
  background-position: 35% 0px;
  background-size: 35px 35px;
}
.fde-single-star-5 {
  background: url('../img/singlestar3.svg') no-repeat;
  background-position: 7% 30px;
  background-size: 0; /* Will be defined below in media queries */
}
.fde-single-star-6-padding {
  background: url('../img/singlestar3.svg') no-repeat;
  background-position: 97% 0;
  padding: 40px 0;
  background-size: 35px 35px;
}
.wp-block-button .wp-block-button__link {
  color: #fff !important;
  background-color: #F36573 !important;
  border: none;
  border-radius: 25px;
  padding: 0.7rem 1rem 0.4rem 1rem !important;
  display: inline-block;
  transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.wp-block-button .wp-block-button__link:hover {
  background-color: #be565e !important;
  text-decoration: none;
}

.fde-extra-column-spacing .wp-block-column {
  padding: 0 30px;
}


/* Gutenberg Block overwrites */
.wp-block-image {
  margin-bottom: -6px;
}
.wp-block-image figure{
  margin-bottom: 30px;
}
.wp-block-gallery .blocks-gallery-image figcaption,
.wp-block-gallery .blocks-gallery-item figcaption {
  bottom: -30px;
  background: none;
  color: #1A2251;
}

/* Bootstrap compontents overwrites */
.btn.btn-primary {
  color: #fff !important;
  font-weight: 400;
  background-color: #F36573;
  border: none;
  border-radius: 25px;
  padding: 0.6rem 1rem 0.5rem 1rem !important;
}
.btn.btn-primary:hover {
  background-color: #be565e;
}
.btn.btn-secondary {
  color: #fff !important;
  font-weight: 400;
  background-color: #1A2251;
  border: none;
  border-radius: 25px;
  padding: 0.6rem 1rem 0.5rem 1rem !important;
}
.btn.btn-secondary:hover {
  background-color: #444C7E;
}
.btn.btn-light {
  border: none;
  border-radius: 25px;
  padding: 0.6rem 1rem 0.5rem 1rem !important;
}
.alert {
  padding: 20px 40px 5px 40px;
  border: none;
}
.alert-primary {
  background-color: #11173D;
  color: #fff;
}
.alert.alert-secondary {
  background: #E9F4FE;
  color: #1A2251;
}
.alert a {
  border-bottom: 2px solid;
}
.alert a:hover {
  border-color: transparent;
  text-decoration: none;
}
.alert.alert-primary a {
  border-color: #fff;
  color: #fff;
}
.badge.badge-primary {
  background-color: #1A2251;
}
.badge.badge-danger {
  background-color: #F36573;
}
.badge.badge-light {
  background-color: #E7F2FE;
  color: #1A2251;
}
.pagination {
  margin: 20px 0 40px 0;
}
.pagination .page-item.active .page-link {
    background-color: #11173D;
    border-color: #11173D;
}
.pagination .page-link {
    color: #1B2251;
}
.nav-fill .nav-item {
  border-bottom: none;
}
.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
  background-color: #11173D;
}

/* Menu + logo */
.navbar-brand {
  width: 160px;
  margin-right: 2rem;
}
.navbar a {
  border-color: transparent
}
#fde-menu-top-secondary {
  padding: 2px 0;
  background-color: #E9F4FE !important;
  width: 100%;
}
#fde-menu-top-secondary ul li a {
  font-size: 0.7em;
  font-weight: 500;
  padding: 7px 0 4px 0;
  border-bottom: 2px solid transparent;
}
#fde-menu-top-secondary ul li.active a,
#fde-menu-top-secondary ul li a:hover {
  border-color: #1A2251;
}
#fde-menu-top-secondary .container {
  padding-left: 15px;
  padding-right: 15px;
}
#fde-main-menu {
  padding-top: .2rem;
  font-size: 1.1em;
}
#fde-menu-top-primary {
  background: #fff;
  padding-top: 20px;
  padding-bottom: 25px;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9999;
}
#fde-menu-top-primary a.nav-link {
  padding: 7px 0 1px 0;
  font-size: 17px;
  font-weight: 500;
}
#fde-menu-top-primary.fde-nav-sticky {
  position: fixed;
  top: 0;
}
#fde-menu-top-primary.fde-nav-up {
  position: fixed;
  top: -100px !important;
  transition: all 0.35s ease-in-out;
}
#fde-menu-top-primary.fde-menu-open {
  background-color: #E7F2FE;
  -webkit-box-shadow: 0px 2px 40px -7px rgba(0,0,0,0.3);
  -moz-box-shadow: 0px 2px 40px -7px rgba(0,0,0,0.3);
  box-shadow: 0px 2px 40px -7px rgba(0,0,0,0.3);
}
#fde-menu-top-primary.fde-nav-down {
  position: fixed;
  transition: top 0.35s ease-in-out;
  top: 0;
  -webkit-box-shadow: 0px 2px 40px -7px rgba(0,0,0,0.3);
  -moz-box-shadow: 0px 2px 40px -7px rgba(0,0,0,0.3);
  box-shadow: 0px 2px 40px -7px rgba(0,0,0,0.3);
}
#fde-menu-top-primary .container {
  padding-left: 15px;
  padding-right: 15px;
}

@media (min-width: 992px) {
  #fde-menu-top-primary {
    top: 34px;
  }
}
@media (max-width: 991px) {
  #fde-menu-top-primary.fde-distance-for-notification {
    top: 34px;
    position: fixed;
  }
}

.navbar-light .navbar-nav .nav-link,
.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover {
  color: #1A2251;
  padding-left: 0;
  padding-right: 0;
}
.navbar-light .navbar-nav .nav-item {
  margin-left: 15px;
  margin-right: 15px;
}
#fde-menu-top-primary ul li a {
  border-width: 3px;
}
#fde-menu-top-primary ul li.active a,
#fde-menu-top-primary ul li a:hover {
  border-color: #1A2251;
}

#fde-menu-top-primary a.btn.nav-link {
  font-weight: 400;
  margin-bottom: -10px;
  padding-bottom: 6px !important;
  padding-top: 8px !important;
}
#fde-menu-top-primary a.btn.nav-link {
  border-bottom: none;
  margin-bottom: -10px;
}

#fde-main-menu.show,
#fde-main-menu.collapsing {
  padding-top: 20px;
}
#fde-main-menu.show ul li,
#fde-main-menu.collapsing ul li {
  margin-left: 0;
}
#fde-main-menu.show #fde-top-cta,
#fde-main-menu.collapsing #fde-top-cta {
  border: solid rgba(0,0,0,.1);
  padding: 15px 0;
  border-width: 1px 0;
  margin: 15px 0;
}
#fde-main-menu.show ul li a.nav-link,
#fde-main-menu.collapsing ul li a.nav-link {
  padding: 8px 0 4px 0;
  float: left;
}
#fde-main-menu.show ul li a.nav-link.btn,
#fde-main-menu.collapsing ul li a.nav-link.btn {
  margin: 10px 0;
}

.nav-link-parent::before {
  content: '';
  display: inline-block;
  width: 17px;
  height: 20px;
  margin-bottom: 5px;
  background: url('../img/cart.svg') no-repeat center;
  background-size: contain;
  vertical-align: middle;
}

.nav-link-login::before {
  content: '';
  display: inline-block;
  width: 17px;
  height: 20px;
  margin-bottom: 5px;
  background: url('../img/lock.svg') no-repeat center;
  background-size: contain;
  vertical-align: middle;
}

.parent-cta-link{
  margin-left: auto;
}

.parent-cta-link::after {
  content: '';
  display: inline-block;
  width: 17px;
  height: 20px;
  margin-bottom: 2px;
  background: url('../img/arrow.svg') no-repeat center;
  background-size: contain;
  vertical-align: middle;
}

.Header__parentsNav {
  display: flex;
  align-items: center;
  color: #1A2251;
  font-size: 14px;
  font-style: normal;
  padding: 0 0 11px 0;
  justify-content: space-between;
  width: 90%;
  margin-left: 5%;
}

.Header__parentsNav.nav-link-parent {
  margin-bottom: 0;
  margin-right: 5px;
}

@media only screen and (min-width: 769px) {
  .Header__parentsNav {
    display:none
  }
}

@media only screen and (max-width: 768px) {
  .Header__parentsNav {
    width:90%
  }
}

@media only screen and (max-width: 768px) {
  .hide-on-mobile {
    display: none;
  }

  .fde-menu-contact {
    display: none;
  }
}

/* Contact information */
.fde-menu-contact {
  position: relative;
  cursor: pointer;
}
.fde-menu-contact .fde-contact-phone {
  display: block;
  font-size: 0.7em;
  font-weight: 500;
  padding: 7px 0 4px 0;
  border-bottom: 2px solid transparent;
}
.fde-menu-contact .fde-contact-phone::after {
  display: inline-block;
  margin-left: .255em;
  vertical-align: .255em;
  content: "";
  border-top: .3em solid;
  border-right: .3em solid transparent;
  border-bottom: 0;
  border-left: .3em solid transparent;
}
.fde-menu-contact .fde-contact-more {
  display: none;
  position: absolute;
  top: 35px;
  right: 0;
  padding: 20px 25px 10px 25px;
  background: #fff;
  z-index: 99999;
  -webkit-box-shadow: 0px 7px 15px 0px rgba(0,0,0,0.2);
  -moz-box-shadow: 0px 7px 15px 0px rgba(0,0,0,0.2);
  box-shadow: 0px 7px 15px 0px rgba(0,0,0,0.2);
  width: 600px;
}
.fde-menu-contact:hover .fde-contact-more {
  display: block;
}

/* Dropdown menu */
.dropdown-menu {
  z-index: 99999;
  border: 1px solid #f1f1f1;
  box-shadow: 0 4px 20px rgba(0,0,0,.16);
  margin: 0 -10px;
}
#fde-menu-top-secondary ul li a.dropdown-item {
  padding: .25rem 1.5rem;
  border-bottom: 0;
}
.dropdown-item.active, .dropdown-item:active {
  background-color: #E9F4FE;
  color: #1A2251;
}

#fde-top-cta ul li:last-child {
  margin-right: 0;
}

.fde-notification-banner .container {
  padding-top: 5px;
  padding-bottom: 5px;
}
.fde-notification-banner p {
  font-size: 0.8em;
  font-weight: 500;
  padding: 3px 0;
}
.fde-notification-banner .badge.badge-danger {
  font-size: 1em;
}
.fde-notification-banner span {
  margin-right: 10px;
}

/* Full width stripes */
.fde-full-width {
  width: 100vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
}
@media (min-width: 1500px) {
  .fde-full-width-limited {
    width: 1500px;
    margin-left: -195px;
    margin-right: -195px;
    left: auto;
    right: auto;
  }
}

.fde-blue-circle-right {
  width: 300px;
  height: 300px;
  position: absolute;
  top: 500px;
  right: -150px;
}

/* Styling of standard elements */
.fde-scrolldown-menu a {
  padding: 19px;
  background: url('../img/arrow_down.svg') no-repeat center bottom;
  background-size: 10px;
  font-size: 0.9em;
  font-weight: 500;
  border: none;
  display: inline-block;
}
.fde-scrolldown-menu a:after {
  content: '';
  height: 2px;
  background: #1A2251;
  display: block;
  margin-top: 2px;
}
.fde-scrolldown-menu a:hover:after {
  background: transparent;
}

/* ADS */
.fde-ad {
  border: 2px solid #E7F2FE;
}
.fde-ad-label {
  top: -30px;
  right: 0;
  color: #E7F2FE;
  text-transform: uppercase;
  font-size: 0.9em;
}

/* FORMS */
#fde-form-download {
  background: #fff;
  padding: 30px;
  margin-bottom: 20px;
  border: 3px solid #E7F2FE;
}
#fde-form-download h3 {
  padding: 0;
  padding-top: 5px !important;
}
.fde-form-download-static {
  position: static;
  bottom: auto;
}
.fde-form-download-fixed {
  position: fixed;
  z-index: 999;
  bottom: 0;
}
.fde-form-download-absolute {
  position: absolute;
  z-index: 999;
  bottom: auto;
}
.fde-form-download-complete {
  position: absolute;
  z-index: 999;
  bottom: auto;
}

/* Slider */
.fde-slider .fde-slider-selector {
  opacity: 0.3;
}
.fde-slider .fde-slider-selector:hover{
  opacity: 1;
  cursor: pointer;
}
.fde-slider .fde-slider-selector.active {
  opacity: 1;
  border-bottom: 3px solid #1A2251;
}

/* Mini CTAs */
.fde-minicta {
  background: #E7F2FE;
  border-radius: 40px;
  padding: 0 15px 0 25px;
  width: 100%;
}
.fde-minicta-highlight {
  background: #1A2251;
  color: #fff;
}
.fde-minicta-content {
  padding: 24px 0;
}
.fde-minicta.fde-minicta-has-tags .fde-minicta-content {
  padding: 12px 0;
}
.fde-minicta a {
  margin: 15px 0;
}

/* Open Positions */
.fde-openposition {
  background: #E7F2FE;
  border-radius: 40px;
  padding: 0 15px 0 25px;
  width: 100%;
}
.fde-openposition-highlight {
  background: #1A2251;
  color: #fff;
}
.fde-openposition-content {
  padding: 24px 0;
}
.fde-openposition.fde-openposition-has-tags .fde-openposition-content {
  padding: 12px 0;
}
.fde-openposition a {
  margin: 15px 0;
}

/* BLOG */
#fde-blog-category-menu a {
  font-weight: 500;
  padding: 5px 0;
  margin: 0 15px;
  border-bottom: 3px solid #fff;
  line-height: 2;
}

#fde-blog-category-menu a:hover,
#fde-blog-category-menu a.active {
  text-decoration: none;
  border-color: #1A2251;
}
.fde-post-teaser-featured h3 {
  font-size: 2em;
}
.fde-post-teaser-regular h3 {
  padding: 0 0 15px 0;
}
.fde-post-teaser-regular h3 small {
  font-family: sans-serif;
  font-size: 16px;
  display: block;
  padding-bottom: 10px;
}
/* BLOG Post */
#fde-post-content h1 {
  margin-top: 40px;
  padding-top: 40px;
  background: url('../img/arrow_down.svg') no-repeat center top;
  background-size: 10px;
}
#fde-post-content h1 small{
  font-family: sans-serif;
  font-size: 19px;
  display: block;
  padding-bottom: 20px;
}
#fde-post-content .wp-block-columns {
  padding: 20px 0;
}
/* @todo: can this be a general setting? */
#fde-post-content h2,
#fde-post-content h3,
#fde-post-content h4 {
  padding-top: 30px;
}
.wp-block-quote {
  padding: 30px 0;
}
.wp-block-quote p {
  font-family: 'DINNeueRoman-Regular', serif;
  font-size: 2em;
}
.fde-guest-author {
  margin-top: 70px;
}
.fde-guest-author img {
  width: 100px;
  margin-top: -70px;
}
.fb_iframe_widget_fluid span, iframe.fb_ltr { width: 100% !important; }


/* ACF Block: Accordion */
.fde-accordion h3 {
  text-align: center;
  padding: 80px 0 10px 0;
}
.fde-accordion h3:first-child {
  padding-top: 0;
}

.wp-block-column .fde-hubspotform {
  margin: 0;
}
.fde-question {
  display: block;
  cursor: pointer;
  padding: 15px 0;
  font-size: 1.1em;
  background: url('../img/minus.svg') no-repeat right center;
  border-bottom: transparent;
  background-size: 15px;
}
.fde-question.collapsed {
  background: url('../img/plus.svg') no-repeat right center;
  border-bottom: 2px solid #11173D;
}
.fde-question:hover {
  font-weight: 700;
}
.fde-question.collapsed:hover {
  border-bottom: 2px solid #11173D;
}
.fde-answer p {
  padding: 5px 0 15px 0;
}

/* Pricing */
.fde-pricing-table td {
  height: 50px;
  vertical-align: middle;
  display: none;
}
.fde-pricing-table .highlight td {
  border-top: 2px solid #11173D;
  border-bottom: 2px solid #11173D;
  font-size: 1.5em;
  height: 70px;
}
.fde-pricing-table .value {
  padding-left: 0;
  font-size: 0.7em;
}
.fde-pricing-table .pack-attribute,
.fde-pricing-table .description-instead-tick {
  font-weight: 700;
  font-size: 0.7em;
}
.fde-pricing-table .service {
  font-size: 0.7em;
}
.fde-pricing-table .softened {
  background: #E9F4FE;
}
.fde-pricing-table .emphasize {
  background: #11173D;
  color: #fff;
}
.fde-pricing-table .name {
  font-size: 1.5em;
  padding-top: 15px;
}
.fde-pricing-table h2 {
  text-align: left;
  padding: 15px 0;
  white-space: nowrap;
}
.fde-pricing-table .tick {
  color: #4FACFE;
  font-size: 1.7em;
}
.fde-pricing-mobile-highlight {
  background: #E9F4FE;
}
.fde-pricing-table table tr:first-child td {
  background: #fff;
}
.fde-pricing-table .fde-pricing-desktop [data-toggle="tooltip"] {
  text-decoration: underline;
}



/* Pricing */
.fde-team-member .title {
  color: #4FACFE;
}
.fde-team-member .description {
  font-size: 1em;
}
.fde-team-photo {
  position: relative;
}
.fde-team-photo-current {
  position: relative;
  z-index: 2
}
.fde-team-photo-child {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1
}
.fde-team-photo-current img {
  transition: visibility 0.3s ease-in-out,opacity 0.3s ease-in-out;
}
.fde-team-photo-current:hover img {
  visibility: hidden;
  opacity: 0;
}
.fde-team-photo-current:hover .fde-team-photo-child img {
  transition: visibility 0.3s ease-in-out,opacity 0.3s ease-in-out;
  visibility: visible;
  opacity: 1;
}
.fde-team-photo-child img {
  visibility: hidden;
  opacity: 0;
}


/* Useful elements */

/* e.g. for wistia blocks */
.fde-line-teaser h3 {
  padding: 0;
}


/* Webinars */
.fde-webinars  h2 {
  display: none;
}
.fde-webinars h3 {
  padding: 20px 0;
}
.fde-webinars .fde-webinar-row {
  background: #11173D;
  color: #fff;
  padding: 0 15px;
  border-radius: 40px;
}
.fde-webinars .fde-webinars-previous .fde-webinar-row {
  background: #E7F2FE;
  color: #1A2251;
}
.fde-webinars .fde-webinar-title {
  padding: 24px 20px 24px 25px;
}
.fde-webinar-row.fde-webinar-has-tags .fde-webinar-title {
  padding: 12px 20px 12px 25px;
}
.fde-webinars .fde-webinar-info .btn {
  margin: 15px 0;
}


/* Timeline */
.fde-timeline-element {
  position: relative;
  border-left: 3px solid #11173D;
  padding-left: 50px;
  padding-bottom: 5px;
}
.fde-timeline-element:last-child {
  border: none;
}
.fde-timeline-element span {
  height: 45px;
  width: 45px;
  border-radius: 50%;
  background-color: #11173D;
  color: #fff;
  font-size: 1.3em;
  position: absolute;
  top: 0;
  left: -23px;
}
.fde-timeline-element h3 {
  font-size: 1.7em;
  padding: 7px 0;
}
.fde-timeline-element ul {
  margin-bottom: 0;
}
#fde-main-content .fde-timeline-element ul li {
  padding-bottom: 3px;
}

/* Individual blocks */

/* Wizard */
.fde-wizard .card-footer {
  background: #fff;
  border-top: 0;
}
.fde-wizard-question h5 span {
  height: 30px;
  width: 30px;
  border-radius: 50%;
  background-color: #11173D;
  color: #fff;
  display: block;
  float: left;
  text-align: center;
  line-height: 30px;
  margin-top: -3px;
  margin-right: 20px;
  font-size: 17px;
}
.fde-wizard-answer input {
  display: none;
}
.fde-wizard-answer {
  position: relative;
  background: #000;
  cursor: pointer;
}
.fde-wizard-answer img {
  opacity: 0.6;
  transition: opacity .6s;
}
.fde-wizard-answer:hover img {
  opacity: 1;
}
.fde-wizard-answer span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  text-shadow: 2px 2px 4px #000000;
}

/* Wistia */
.fde-wistia-fullwidth {
  background-color: #11173D;
  color: #fff;
}
.fde-wistia-fullwidth-wrapper {
  width: 100%;
  padding-top: 80%;
}
@media (min-width: 768px) {
  .fde-wistia-fullwidth-wrapper {
    width: 100%;
    padding-top: 56%;
  }
}
.fde-wistia-fullwidth-img {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
.fde-wistia-fullwidth-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.fde-wistia-fullwidth-overlay {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.4);
}
.fde-wistia-fullwidth-overlay a img {
  width: 50px;
  height: 50px;
}
@media (min-width: 768px) {
  .fde-wistia-fullwidth-overlay a img {
    width: 70px;
    height: 70px;
  }
}

/* CTA */
.fde-cta {
  background-color: #11173D;
  color: #fff;
  padding: 100px 0;
}
.fde-cta h2 {
  padding-top: 0;
}

/* Mockups */
.fde-mockup-small {
  position: relative;
  padding-top: 100%;
  width: 100%;
  margin: 20% 0;
}
.fde-mockup-medium {
  position: relative;
  padding-top: 100%;
  width: 100%;
  margin: 10% 0;
}
.fde-mockup-big {
  position: relative;
  padding-top: 100%;
  width: 100%;
  margin: 10% 0;
}
.fde-mockup-centered {
  position: relative;
  padding-top: 100%;
  width: 100%;
  margin-top: 10%;
}
.fde-mockup-centered-stars {
  position: absolute;
  width: 100px;
  height: 100px;
  top: 130px;
  left: 100px;
}
.fde-mockup-background {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
.fde-mockup-small img {
  width: 82%;
  height: auto;
}
/* The extra height only works for portrait photos */
.fde-mockup-portrait .fde-mockup-small img {
  width: auto;
  height: 120%;
  margin: -10% 0;
}
.fde-mockup-medium img {
  height: 100%;
  width: auto;
  margin: 4% 0 0 18%;
  max-width: 130%;
}
.fde-mockup-big img {
  height: 84%;
  width: auto;
  margin: 8% 0;
  max-width: 130%;
}
.fde-mockup-centered img {
  height: 84%;
  width: auto;
  margin: 8% 0;
}
.fde-mockup-smartphone {
  border-radius: 40px;
}
.fde-mockup-desktop {
  border-radius: 5px;
}
/* @todo: -breakout can be removed? */
.fde-img-breakout {
  padding: 0 10%;
  margin: 11% 0;
}
.fde-img-breakout img {
  margin: -15% 0;
}
.fde-mockup-info {
  color: #fff;
  background: #11173D;
  display: block;
  width: 60px;
  height: 60px;
  position: absolute;
  top: -20px;
  right: -20px;
  font-size: 1.5em;
}

.fde-mockup-slider .carousel,
.fde-mockup-slider .carousel-inner,
.fde-mockup-slider .carousel-item {
  height: 100%;
}
.fde-mockup-slider .carousel-inner {
  width: 130%;
  margin: 2% 0 0 -5%;
}
.fde-mockup-slider .carousel-item img {
  margin: 0;
}
.fde-mockup-slider .carousel-indicators {
  bottom: 0;
}
.fde-mockup-slider .carousel-indicators li {
  height: 8px;
  width: 8px;
  border-radius: 50%;
  display: inline-block;
  background-color: #11173D;
}
.fde-mockup-slider .carousel-indicators li.active {
  background-color: #F36573;
}
.fde-mockup-slider a {
  opacity: 1;
  margin-bottom: 5px;
}
.fde-mockup-slider .carousel-control-next-icon,
.fde-mockup-slider .carousel-control-prev-icon {
  margin-top: auto;
  background-size: 50% 50%;
  height: 40px;
  width: 40px;
  border-radius: 50%;
}
.fde-mockup-slider .carousel-control-prev-icon {
 background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%2311173D' viewBox='0 0 8 8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E") !important;
}
.fde-mockup-slider .carousel-control-next-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%2311173D' viewBox='0 0 8 8'%3E%3Cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E") !important;
}


/* Teaser */
.fde-teaser h2 {
  padding-top: 0;
}
.fde-teaser-fixed-height img {
  max-height: 140px;
  width: auto;
}
.fde-teaser-main-image img {
  height: 200px;
  margin-top: -140px;
}
.fde-teaser-main-image-extra-margin {
  margin-top: 120px !important;
}
.fde-teaser .fde-teaser-item p b a {
  font-weight: 700;
}
.fde-teaser-max-height-content {
  overflow: hidden;
  transition: all 0.35s ease-in-out;
}
.fde-teaser-resource-tags {
  position: relative;
  z-index: 999;
  margin-bottom: -30px;
  margin-right: 8px;
}


/* Testimonials */
.fde-testimonial-portrait {
  margin-top: -80px;
}
.fde-testimonial-portrait img {
  width: 140px;
}
.fde-testimonial-img-wrapper {
  position: relative;
  width: 100%;
}
.fde-testimonial-ratio-2-3 {
  padding-top: 66%;
}
.fde-testimonial-ratio-1-1 {
  padding-top: 100%;
}
.fde-testimonial-ratio-4-3 {
  padding-top: 133%;
}
.fde-testimonial-ratio-1-2 {
  padding-top: 45%;
}
.fde-testimonial-img {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
.fde-testimonial-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.fde-testimonial blockquote {
  font-family: 'DINNeueRoman-Regular', serif;
  padding: 0 20px;
  font-size: 1.1rem;
}
.fde-testimonial-big-quote {
  background: #F8F9FA;
  padding: 80px;
  font-family: 'DINNeueRoman-Regular', serif;
}
.fde-testimonial-contact {
  margin-top: 5px;
}
.fde-testimonial-stars img {
  width: 50%;
}

/* Download */
.fde-download-form {
  padding: 30px;
  padding-bottom: 15px;
  background: #fff;
  margin-bottom: 60px;
  -webkit-box-shadow: 0px 10px 20px 0px rgba(0,0,0,0.2);
  -moz-box-shadow: 0px 10px 20px 0px rgba(0,0,0,0.2);
  box-shadow: 0px 10px 20px 0px rgba(0,0,0,0.2);
}
.fde-download-form h2 {
  padding-top: 20px;
}
.fde-download-form .date{
  text-align: center;
  color: white;
  background: #13163C;
  padding: 20px;
  font-size: 1.4rem;
  line-height: 30px;
  margin: -20px -20px 0;
}
.fde-download-form .btn-primary{
  margin: 0 auto;
  display: block;
}
.fde-download-form .thanks{
  display: none;
}
.fde-download-form .fde-legaltext {
  padding-top: 15px;
  font-size: 13px;
}

/* Cookie Box */
#cookie-notice {
  min-height:100%;
  background-color: rgba(16, 21, 50, 0.85) !important;
}

.cookie-notice-container {
  background-color: rgb(233, 244, 254);
  color: rgb(26, 34, 81);
  padding:30px;
}




/* regular elements / text should have a padding */
@media (min-width: 576px) {
  h1 {
    font-size: 2.4em;
  }
  h2 {
    font-size: 2.1em;
  }
  #fde-main-content > p,
  #fde-main-content > h3,
  #fde-main-content > h4,
  #fde-blog-intro p,
  .fde-content-padding,
  #fde-main-content > ul {
    margin-left: 30px;
    margin-right: 30px;
  }
  .fde-pricing-table td {
    padding-left: 25px;
    padding-right: 25px;
  }
}
@media (min-width: 768px) {
  h1 {
    font-size: 2.3em;
  }
  h2 {
    font-size: 2.3em;
  }
  #fde-main-content > p,
  #fde-main-content > h3,
  #fde-main-content > h4,
  #fde-blog-intro p,
  .fde-content-padding,
  #fde-main-content > ul {
    margin-left: 80px;
    margin-right: 80px;
  }
  .fde-pricing-table td {
    padding-left: 35px;
    padding-right: 35px;
  }
  .fde-testimonial-1-photo .fde-testimonial-portrait {
    margin-top: -130px;
  }
  .fde-mockup-medium {
    position: relative;
    padding-top: 130%;
    width: 130%;
    margin: 10% 0 10% 15%;
  }
  .fde-mockup-medium-left {
    margin: 10% 0 10% -40%;
  }
  .fde-mockup-big {
    position: relative;
    padding-top: 170%;
    width: 170%;
    margin: 10% 0;
  }
  .fde-mockup-big-left {
    margin: 10% 0 10% -70%;
  }
}
@media (min-width: 992px) {
  h1 {
    font-size: 3em;
  }
  h2 {
    font-size: 2.5em;
  }
  #fde-main-content > p,
  #fde-main-content > h3,
  #fde-main-content > h4,
  #fde-blog-intro p,
  .fde-content-padding,
  #fde-main-content > ul {
    margin-left: 120px;
    margin-right: 120px;
  }
  .fde-pricing-table td {
    padding-left: 25px;
    padding-right: 20px;
  }
  .fde-single-star-5 {
    background-size: 35px 35px;
  }
}
@media (min-width: 1200px) {
  h1 {
    font-size: 3.3em;
  }
  h2 {
    font-size: 2.7em;
  }
  #fde-main-content > p,
  #fde-blog-intro p,
  #fde-main-content > h3,
  #fde-main-content > h4,
  .fde-content-padding,
  #fde-main-content > ul {
    margin-left: 180px;
    margin-right: 180px;
  }
  .fde-pricing-table td {
    padding-left: 35px;
    padding-right: 35px;
  }
  .fde-single-star-5 {
    background-position: 7% 53px;
  }
}




/*
1.) Show small top menu also when admin is logged in
2.) Possibility to hide menus with parameter ?menu=0: Requested by Jana
*/
body.admin-bar nav#fde-menu-top-primary {
  top: 64px;
}
body.admin-bar nav#fde-menu-top-primary.fde-nav-sticky {
  top: 32px;
}
body.admin-bar nav#fde-menu-top-primary.fde-nav-down {
  top: 32px;
  margin-top: 0;
}
@media (max-width: 991px) {
  body.admin-bar nav#fde-menu-top-primary.fde-distance-for-notification {
    top: 82px;
    margin-top: 0;
  }
  body.admin-bar .fde-notification-banner {
    top: 46px;
  }
}


body.hide-menus nav#fde-menu-top-secondary,
body.hide-menus nav#fde-menu-top-primary #fde-main-menu {
  display: none !important;
}
body.hide-menus #fde-menu-top-primary {
  top: 0;
}
body.admin-bar.hide-menus nav#fde-menu-top-primary {
  top: 30px;
}

/* Custom Block : Hubspot Form */
.fde-hubspotform{
  background: #f9f9f9;
  padding: 30px;
  box-shadow: 0px 10px 20px 0px rgba(0,0,0,0.2);
  margin: 0;
}

.fde-hubspotform ul{
  list-style: none;
  padding: 0;
}

.fde-hubspotform .field{
  margin-bottom: 15px;
}

.fde-hubspotform .field > label{
  font-size: 1.4em;
  font-family: 'DINNeueRoman-Regular', serif;
  font-weight: bold
}
.fde-hubspotform .hs-error-msgs{
  color: red;
}
.fde-hubspotform input[type="text"],
.fde-hubspotform input[type="email"],
.fde-hubspotform select{
  width: 100%;
  margin-bottom: 10px;
  padding: 0.6rem 1rem 0.5rem 1rem !important;
}
.fde-hubspotform .hs-form-radio label,
.fde-hubspotform .hs-form-checkbox label{
  margin: 0;
}
.fde-hubspotform .hs-form-radio label span,
.fde-hubspotform .hs-form-checkbox label span{
  padding-left: 10px;
}
.fde-hubspotform .hs-button{
  color: #fff !important;
  font-weight: 400;
  background-color: #F36573;
  border: none;
  border-radius: 25px;
  padding: 0.6rem 1rem 0.5rem 1rem !important;
}
.fde-hubspotform .fde-legaltext {
  padding-top: 15px;
  font-size: 13px;
}
