@charset "UTF-8";

/*
Theme Name: wunderbon
Theme URI: https://bitbucket.org/wunderbon/wordpress-theme
Author: wunderbon Operation GmbH & Co. KG
Author URI: https://wunderbon.io
Description: wunderbon Theme based on wunderbon is a blank canvas for your ideas and it makes the block editor your best brush. With new block patterns, which allow you to create a beautiful layout in a matter of seconds, this theme’s soft colors and eye-catching — yet timeless — design will let your work shine. Take it for a spin! See how wunderbon elevates your portfolio, business website, or personal blog.
Requires at least: 5.3
Tested up to: 7
Requires PHP: 5.6
Version: 1.0.0
License: UNLICENSED
License URI: -
Text Domain: wunderbon
Tags: one-column, accessibility-ready, custom-colors, custom-menu, custom-logo, editor-style, featured-images, footer-widgets, block-patterns, rtl-language-support, sticky-post, threaded-comments, translation-ready

wunderbon WordPress Theme, (C) 2021 wunderbon Operation GmbH & Co. KG
*/

/**
 * SETTINGS
 * File-header..........The file header for the themes style.css file.
 * Fonts................Any font files, if the project needs specific fonts.
 * Global...............Project-specific, globally available variables.
 *
 * TOOLS
 * Functions............Global functions.
 * Mixins...............Global mixins.
 *
 * GENERIC
 * Normalize.css........Normalise browser defaults.
 * Breakpoints..........Mixins and variables for responsive styles
 * Vertical-margins.....Vertical spacing for the main components.
 * Reset................Reset specific elements to make them easier to style in other contexts.
 * Clearings............Clearings for the main components.
 *
 * ELEMENTS
 * Blockquote...........Default blockquote.
 * Forms................Element-level form styling.
 * Headings.............H1–H6
 * Links................Default links.
 * Lists................Default lists.
 * Media................Images, Figure, Figcaption, Embed, iFrame, Objects, Video.
 *
 * BLOCKS
 * Audio................Specific styles for the audio block.
 * Button...............Specific styles for the button block.
 * Code.................Specific styles for the code block.
 * Columns..............Specific styles for the columns block.
 * Cover................Specific styles for the cover block.
 * File.................Specific styles for the file block.
 * Gallery..............Specific styles for the gallery block.
 * Group................Specific styles for the group block.
 * Heading..............Specific styles for the heading block.
 * Image................Specific styles for the image block.
 * Latest comments......Specific styles for the latest comments block.
 * Latest posts.........Specific styles for the latest posts block.
 * Legacy...............Specific styles for the legacy gallery.
 * List.................Specific styles for the list block.
 * Media text...........Specific styles for the media and text block.
 * Navigation...........Specific styles for the navigation block.
 * Paragraph............Specific styles for the paragraph block.
 * Pullquote............Specific styles for the pullquote block.
 * Quote................Specific styles for the quote block.
 * Search...............Specific styles for the search block.
 * Separator............Specific styles for the separator block.
 * Spacer...............Specific styles for the spacer block.
 * Table................Specific styles for the table block.
 * Verse................Specific styles for the verse block.
 * Video................Specific styles for the video block.
 * Utilities............Block alignments.
 *
 * COMPONENTS
 * Header...............Header styles.
 * Footer...............Footer styles.
 * Comments.............Comment styles.
 * Archives.............Archive styles.
 * 404..................404 styles.
 * Search...............Search styles.
 * Navigation...........Navigation styles.
 * Footer Navigation....Footer Navigation styles.
 * Pagination...........Pagination styles.
 * Single...............Single page and post styles.
 * Posts and pages......Misc, sticky post styles.
 * Entry................Entry, author biography.
 * Widget...............Widget styles.
 * Editor...............Editor styles.
 *
 * UTILITIES
 * A11y.................Screen reader text, prefers reduced motion etc.
 * Color Palette........Classes for the color palette colors.
 * Editor Font Sizes....Editor Font Sizes.
 * Measure..............The width of a line of text, in characters.
 */

@font-face {
  font-family: 'greycliff-cf';
  src: local('greycliff-cf-bold'),
  url('greycliff-cf-bold.woff2') format('woff2');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

html, body {
  font-size: 100%;
}

body {
  background-color: #fff;
  /*padding-top: 5rem;*/
  font-family: 'Quicksand', sans-serif;
}

hr {
  background: #efefef;
  box-shadow: -10px 10px 20px #e6e6e6,
  10px -10px 20px #ffffff;
  margin-bottom: 1rem;
}

/*
.starter-template {
  padding: 3rem 1.5rem;
  text-align: center;
}
*/

/* links */

a, a:hover {
  color: #ffa400;
}

/* anchor jump mark scroll position fix */
html { scroll-padding-top: 125px; }

/* pseudos */
header:before,
section:before {
  height: 5rem;
  content: "";
  background-color: #fff;
  display: block;
}

section:before {
  background-color: #efefef;
  height: 6rem;
}

#content-main:before {
  height: 6rem;
}

/* html elements */


/* customized content elements */
.wave-top, .wave-bottom {
  background-color: #fff;
  fill: #efefef;
  padding: 0;
  margin: 0;
}

.wave-bottom {
  background-color: #efefef;
  fill: #333;
}

div.wave-footer > svg {
  width: 100%;
}

.content-divider {
  margin: 10rem 5rem 1rem 5rem;
  border-top: 3px solid rgba(155, 156, 160, 1);
}


/* known from TV & Radio banner */
.known-from,
.partner {
  opacity: 0.33;
  height: 125px;
  width: 125px;
  cursor: pointer;
}

.partner {
  opacity: 0.66;
}

.shariff {
  margin-top: 2rem;
}

.ShariffHeadline {
  margin-bottom: 2rem;
  margin-top: 3rem;
  font-family: 'greycliff-cf',sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #333;
  font-size: 1.75rem;
}

span.shariff-text {
  font-family: 'Quicksand',sans-serif !important;
  font-size: 1rem !important;
  font-weight: 400 !important;
}

.known-from:hover,
.partner:hover {
  opacity: 1;
  cursor: pointer;
}

.known-from-1 {
  background: url('assets/img/wiwo-1.png');
  background: url('assets/img/wiwo-0.png');
}

.known-from-1:hover {
  background: url('assets/img/wiwo-1.png');
}

.known-from-2 {
  background: url('assets/img/wdr-0.png');
}

.known-from-2:hover {
  background: url('assets/img/wdr-1.png');
}

.known-from-3 {
  background: url('assets/img/handelsblatt-0.png');
}

.known-from-3:hover {
  background: url('assets/img/handelsblatt-1.png');
}

.known-from-4 {
  background: url('assets/img/deutsche-startups-0.png');
}

.known-from-4:hover {
  background: url('assets/img/deutsche-startups-1.png');
}

.known-from-5 {
  background: url('assets/img/gruenderszene-0.png');
}

.known-from-5:hover {
  background: url('assets/img/gruenderszene-1.png');
}

.known-from-6 {
  background: url('assets/img/antenne-duesseldorf-0.png');
}

.known-from-6:hover {
  background: url('assets/img/antenne-duesseldorf-1.png');
}

.partner-1 {
  background: url('assets/img/ehi-0.png');
}

.partner-1:hover {
  background: url('assets/img/ehi-1.png');
}

.partner-2 {
  background: url('assets/img/blockchain-bundesverband-0.png');
}

.partner-2:hover {
  background: url('assets/img/blockchain-bundesverband-1.png');
}

.partner-3 {
  background: url('assets/img/hde-0.png');
}

.partner-3:hover {
  background: url('assets/img/hde-1.png');
}

.to-top {
  position: fixed;
  bottom: 10px;
  right: 10px;
  cursor: pointer;
  display: none;
}


.bd-placeholder-img {
  font-size: 1.125rem;
  text-anchor: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}


h1, .h1, .display-1,
h2, .h2, .display-2,
h3, .h3, .display-3,
h4, .h4, .display-4,
h5, .h5, .display-5,
h6, .h6, .display-6,
.nav-item {
  font-family: 'greycliff-cf', sans-serif;
  font-weight: bold;
  font-style: normal;
  color: #333;
}

h5,
.h5,
.display-5 {
  color: #ffa400;
  margin-bottom: 2rem;
}

/*
.nav-item {
  font-size: 1.15rem;
}*/

#navbarResponsive > ul > li.nav-item > a {
  padding-left: 30px;
  padding-right: 0px;
}

.bg-white {
  background-color: #fff;
}

.bighead {
  height: 100vh;
}

.illustration {
  background-image: url('shiny-happy-people.png');
  background-size: auto;
  background-position: center center;
  background-repeat: no-repeat;
}

.reduced {
  min-height: 500px;
}

.scrolled {
  border-radius: 0px;
  background: #ffffff;
  box-shadow: -10px 10px 20px #e6e6e6,
  10px -10px 20px #ffffff;
}

/*
@media screen and (max-width: 500px) {
  #navbarResponsive > ul > li.nav-item > a {
    padding-left: 0px;
    padding-right: 0px;
  }

  .wallground {
      background: rgba(255, 255, 255, 0.75);
      background-size: 1000px;
      background-position: 1250px;
      background-repeat: no-repeat;
  }
}
*/

.arrow {
  text-align: center;
  margin: 0;
}

.bounce {
  -webkit-animation: bounce 2s infinite;
  animation: bounce 2s infinite;
}

@-webkit-keyframes bounce {
  0%,
  20%,
  50%,
  80%,
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-1rem);
    transform: translateY(-1rem);
  }
  60% {
    -webkit-transform: translateY(-0.5rem);
    transform: translateY(-0.5rem);
  }
}

@keyframes bounce {
  0%,
  20%,
  50%,
  80%,
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-1rem);
    transform: translateY(-1rem);
  }
  60% {
    -webkit-transform: translateY(-0.5rem);
    transform: translateY(-0.5rem);
  }
}

.smokeyeyes {
  fill: #666;
  border-radius: 50px;
  background: linear-gradient(225deg, #ffffff, #e6e6e6);
  box-shadow: -20px 20px 60px #d9d9d9,
  20px -20px 60px #ffffff;
}

.smokeyeyes:hover {
  fill: #000;
  background: linear-gradient(225deg, #e6e6e6, #ffffff);
  box-shadow: -20px 20px 60px #d9d9d9,
  20px -20px 60px #ffffff;
}

.layered {
  background: #fff;
  box-shadow: -9px 9px 18px #cbcbcb,
  9px -9px 18px #ffffff;
  border-radius: 15px 15px 15px 15px;
  overflow: hidden;
}

/*
.wave-grey {
  filter: invert(100%) sepia(0%) saturate(3861%) hue-rotate(48deg) brightness(109%) contrast(87%);
  -webkit-filter: invert(100%) sepia(0%) saturate(3861%) hue-rotate(48deg) brightness(109%) contrast(87%);
}

.wave-reset {
  filter: saturate(0%) hue-rotate(0deg) brightness(0%) contrast(0%);
}*/

/*html{
  scroll-behavior:smooth;
}*/

.debug {
  background-color: red;
}


@media (max-width: 1249px) {
  .reduce {
    min-height: 0px;
    display: none;
  }

  .expand {
    /*height: 100vh;*/
    /*min-height: calc(100vh - 12rem);*/
  }
}

.ul-reset{
  margin: 0;
  padding: 0;
}

footer ul {
  color: #9b9ca0;
  line-height: 2rem;
}

footer a {
  color: #9b9ca0;
}

footer a:hover {
  color: #ffa400;
  text-decoration: none;
}

/* Override of bootstrap defaults */
.jumbotron {
  background-color: #efefef !important;
}

.jumbotron-sustainable {
  background-color: #4ea728 !important;
  color: #fff !important;
}

.dropdown-item {
  color: #666;
}

.dropdown-item:hover {
  color: #212529;
}

::selection {
  color: #fff;
  background: #ffa400;
}

a.dropdown-item:focus {
  color: #fff !important;
  background-color: #ffa400;
}

/* carousel controls */
.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23ccc' 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;
}

.carousel-control-next-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23ccc' 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;
}

/* page typo */
article p,
article ul {
  font-size: 1.2rem;
  line-height: 2.5rem;
  text-align: justify;
}

article > h1, h2, h3, h4, h5, h6 {
  margin-top: 3rem;
}

.jumbotron h2 {
  margin-bottom: 2rem;
}

.footer-link :hover {
  fill: #ffa400;
}

/* content page remove scroll position pseudos */
/* pseudos */
/*section.content:before {
  height: 0 !important;
}*/

#content-main .card {
  margin-top: 2rem;
  margin-bottom: 3rem;
  border-radius: 15px 15px 15px 15px;
  overflow: hidden;
}

div.card a.btn-primary {
  margin-top: 1.5rem;
}

.btn-primary {
  font-weight: normal;
  color: #fff;
  background-color: #ffa400 !important;
  border-color: #ffa401 !important;
}

.btn-primary:hover {
  background-color: #fff !important;
  color: #212529 !important;
}

.btn-primary:focus {
  color: #212529 !important;
  background-color: #ffa400;
  border-color: #212529 !important;
}

.card {
  border: none;
}

div.btn-round {
  margin-right: 1.5rem;
  margin-left: 1.5rem;
  float: left;
  color: #666 !important;
  font-weight: bold;
  width: 50px;
  height: 50px;
  margin-top: 1rem;
  padding-top: 0.75rem;
  text-align: center;
  vertical-align: middle;
  border-radius: 50%;
  background: linear-gradient(145deg, #f0f0f0, #cacaca);
}

div.btn-round-shadow {
  box-shadow:  10px 10px 20px #bebebe,
  -10px -10px 20px #ffffff;
}

div.btn-round:hover {
  border-radius: 50%;
  font-weight: 500;
  background: linear-gradient(145deg, #cacaca, #f0f0f0);
  box-shadow:  10px 10px 20px #bebebe;
  cursor: pointer;
}

div.btn-round:hover > a > img {
  margin-top: 0.15rem;
}

div.btn-round.active {
  color: #666;
  border-radius: 50%;
  background: linear-gradient(145deg, #cacaca, #f0f0f0);
  box-shadow:  10px 10px 20px #bebebe;
}

div.btn-round.active:hover {
  font-weight: bold;
  cursor: default;
}

a.enlarge-link-area {
  display: inline-block;
  position: relative;
  z-index: 1;
  padding: 1.25rem;
  margin: -1.45rem;
  text-decoration: none;
}

a.prev:hover, a.next:hover {
  text-decoration: none;
}

.wunderbon-checkbox {
  width: 1.2rem;
  height: 1.2rem;
  margin-left: -1rem;
  cursor: pointer;
}

.wunderbon-checkbox-regular {
  width: 1.2rem;
  height: 1.2rem;
  cursor: pointer;
}

div.container label, article .alert  {
  font-size: 1.2rem !important;
  line-height: 2rem !important;
}

.wpcf7-response-output, .wpcf7-not-valid-tip, .wpcf7-text, .wpcf7-textarea {
  font-size: 1.2rem !important;
  line-height: 2rem !important;
}

.wpcf7-response-output {
  border: none !important;
}

.btn-success {
  background-color: red !important;
}

div.cli-bar-btn_container {
  float: right;
}

div.cli-bar-message {
  text-align: justify !important;
}

div.container-wb-cta {
  margin-top: 3rem;
}

.btn-scroll-to-top {
  text-align: center;
  vertical-align: middle;
  position: fixed;
  bottom: 40px;
  left: 5px;
  z-index: 100;
  display: none;
}

/* jump spot at top to scroll smooth to content */
div.stargate {
  margin-top: 5rem;
}

div.entry-content hr {
  margin-top: 3rem;
  margin-bottom: 5rem;
}

section article {
  margin: 3rem;
}

article ul {
  text-align: left;
}

article ul li {
  margin-top: 1rem;
}

.card-body hr {
  margin-top: 1rem !important;
  margin-bottom: 1rem !important;
}

.btn-outline-primary:hover,
.btn-outline-primary:focus,
.btn-outline-primary:active {
  background-color: #ffa400 !important;
  border-color: #ffa400 !important;
  color: #fff;
}

.btn-outline-primary {
  color: #ffa400;
  border-color: #ffa400;
}

.wpml-ls-display {
  margin-left: 0.5rem;
}

.wpml-ls-flag {
  margin-bottom: 0.125rem;
}

body > div > div.grecaptcha-badge {
  visibility: hidden !important;
  opacity: 0 !important;
}

.text-wunderbon {
  text-align: justify;
  font-size: 1.3rem;
  line-height: 2.2rem;
}

article h3,
article h4 {
  margin-bottom: 2rem;
}

.wpcf7-response-output {
  font-weight: bold;
}

div.card-header h4 {
  color: #ffa400;
  text-align: center;
}

/**
 * Smaller screens
 */
@media screen and (max-width:576px) {
  section article {
    margin: 1rem;
  }

  h1.display-4,
  p.h1.display-4 {
    font-size: 2.5rem;
  }

  article h3,
  article h4 {
    text-align: center !important;
    margin-bottom: 1.75rem;
  }

  .text-wunderbon {
    font-size: 1.1rem;
    line-height: 1.8rem;
  }

  .wp-block-image {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .btn-scroll-to-top {
    bottom: 15px;
  }
}

.green-badge-container {
  position: fixed;
  display: none;
}

.green-badge-container a,
.green-badge-container a:hover {
  color: #fff !important;
}

.green-badge {}

/**
 * Green Sustainability Badge
 */
@media screen and (min-width:1450px) {
  .green-badge-container {
    position: fixed;
    right: -150px;
    top: -150px;
    z-index: 1034;
    display: block;
  }

  .green-badge {
    background-color: rgb(78, 167, 40);
    color: #fff;
    width: 300px;
    height: 300px;
    text-align: center;
    font-weight: bolder;
    border-radius: 50%;
    padding-top: 110px;
    padding-right: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}

.dropdown-search {
  font-family: Quicksand;
  width: 100%;
  padding: 2rem;
  padding-bottom: 3.5rem;
}

.dropdown-search .btn {
  width: 100%;
}

/**
 * Green Sustainability Badge
 */
@media screen and (min-width:996px) {
  .dropdown-search {
    width: 500px;
  }
}

/**
 * Overrides
 */
.schema-faq-question {
  font-size: 1.25rem!important;
  font-family: 'greycliff-cf',sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #333;
}
