@charset "UTF-8";
/*!
Theme Name: hrfestival_s
Theme URI: http://underscores.me/
Author: at2S / Sam
Author URI: http://at2s.ch
Description: Custom Theme for HR Festival
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: hrfestival
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

hrfestival_s is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
	 ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%; }

/* Sections
	 ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0; }

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block; }

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/* Grouping content
	 ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible; }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  font-size: 1em; }

/* Text-level semantics
	 ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent; }

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted; }

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder; }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

/* Embedded content
	 ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none; }

/* Forms
	 ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0; }

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  overflow: visible; }

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  text-transform: none; }

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; }

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em; }

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal; }

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline; }

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto; }

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  padding: 0; }

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px; }

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit; }

/* Interactive
	 ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block; }

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item; }

/* Misc
	 ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none; }

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none; }

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
optgroup,
textarea {
  color: #404040;
  font-family: "HelveticaNowDisplay-Regular", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-size: 18px;
  line-height: 1.5;
  letter-spacing: 0.5px; }

a {
  text-decoration: none; }

body b, body strong {
  font-family: 'HelveticaNowProDisplayBold'; }

h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
  font-weight: normal; }

h1 {
  font-size: 32px; }

h2 {
  font-size: 24px;
  margin-top: 40px;
  margin-bottom: 10px; }

h3 {
  font-size: 22px;
  margin-top: 30px;
  margin-bottom: 10px; }

h4 {
  font-size: 20px;
  margin-top: 20px;
  margin-bottom: 10px; }

h5 {
  font-size: 18px;
  margin-top: 10px;
  margin-bottom: 6px; }

h6 {
  font-size: 18px;
  margin-top: 10px;
  margin-bottom: 4px; }

p {
  margin-bottom: 1.5em;
  max-width: 900px; }

dfn,
cite,
em,
i {
  font-style: italic; }

blockquote {
  margin: 0 1.5em; }

address {
  margin: 0 0 1.5em; }

pre {
  background: #eee;
  font-family: "Courier 10 Pitch", courier, monospace;
  font-size: 0.9375rem;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em; }

code,
kbd,
tt,
var {
  font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
  font-size: 0.9375rem; }

abbr,
acronym {
  border-bottom: 1px dotted #666;
  cursor: help; }

mark,
ins {
  background: #fff9c0;
  text-decoration: none; }

big {
  font-size: 125%; }

/* @import must be at top of file, otherwise CSS will not work */
@font-face {
  font-family: 'HelveticaNowDisplay-XLt';
  src: url("webFonts/HelveticaNowDisplay-XLt/font.woff2") format("woff2"), url("webFonts/HelveticaNowDisplay-XLt/font.woff") format("woff"); }

@font-face {
  font-family: 'HelveticaNowDisplay-Regular';
  src: url("webFonts/HelveticaNowDisplay-Regular/font.woff2") format("woff2"), url("webFonts/HelveticaNowDisplay-Regular/font.woff") format("woff"); }

@font-face {
  font-family: "HelveticaNowProDisplayBold";
  src: url("webFonts/HelveticaNowProDisplayBold/font.woff2") format("woff2"), url("webFonts/HelveticaNowProDisplayBold/font.woff") format("woff"); }

@font-face {
  font-family: 'fontello';
  src: url("fonts/fontello.eot?23679946");
  src: url("fonts/fontello.eot?23679946#iefix") format("embedded-opentype"), url("fonts/fontello.woff2?23679946") format("woff2"), url("fonts/fontello.woff?23679946") format("woff"), url("fonts/fontello.ttf?23679946") format("truetype"), url("fonts/fontello.svg?23679946#fontello") format("svg");
  font-weight: normal;
  font-style: normal; }

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
  box-sizing: inherit; }

html {
  box-sizing: border-box; }

body {
  background: #fff; }

hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em; }

ul,
ol {
  margin: 0 0 1.5em 3em; }

ul {
  list-style: disc; }

ol {
  list-style: decimal; }

li > ul,
li > ol {
  margin-bottom: 0;
  margin-left: 1.5em; }

dt {
  font-weight: 700; }

dd {
  margin: 0 1.5em 1.5em; }

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

figure {
  margin: 1em 0; }

table {
  margin: 0 0 1.5em;
  width: 100%; }

.ref_wrapper {
  overflow: hidden; }

.ref_image {
  float: left;
  position: relative;
  max-width: 300px;
  margin-right: 40px; }

.ref_text {
  float: left;
  position: relative;
  max-width: 600px;
  margin-right: 80px; }
  .ref_text h2, .ref_text h3 {
    margin-top: 0; }

.label_event {
  background-color: #e0e0e0;
  color: #000;
  padding: 10px 20px;
  margin-right: 10px;
  display: inline-block; }

.label_art_event {
  background-color: #e0e0e0;
  color: #000;
  padding: 5px 10px;
  margin-right: 10px;
  display: inline-block;
  font-size: 18px; }

.ref_events {
  position: relative;
  float: left;
  max-width: 300px; }
  .ref_events h2 {
    margin-top: 0;
    margin-bottom: 20px;
    font-size: 20px;
    line-height: 20px; }

.referent-template-default .ref_image {
  margin-bottom: 40px; }

.referent-template-default .ref_text {
  margin-right: 40px;
  margin-bottom: 40px; }

.referent-template-default .ref_events {
  max-width: 380px; }

.aussteller_wrapper {
  overflow: hidden; }

.aussteller_image {
  float: left;
  position: relative;
  max-width: 300px;
  margin-right: 40px; }

.aussteller_text {
  float: left;
  position: relative;
  max-width: 600px;
  margin-top: 60px; }

.aussteller-template-default .entry-content {
  overflow: hidden; }
  .aussteller-template-default .entry-content .aussteller_outer_wrapper {
    max-width: 600px;
    position: relative;
    float: left;
    overflow: hidden;
    margin-right: 40px;
    margin-bottom: 40px; }
    .aussteller-template-default .entry-content .aussteller_outer_wrapper .aussteller_image_wrapper_inner {
      display: flex;
      max-height: 340px; }
      .aussteller-template-default .entry-content .aussteller_outer_wrapper .aussteller_image_wrapper_inner img {
        object-fit: contain; }

.aus_list, .ref_list {
  overflow: hidden;
  margin-right: -60px; }
  .aus_list .aussteller_wrapper, .ref_list .aussteller_wrapper {
    position: relative;
    float: left;
    overflow: hidden;
    margin-right: 60px;
    margin-bottom: 80px;
    width: 260px; }
  .aus_list .list_ref, .ref_list .list_ref {
    margin-bottom: 40px; }
  .aus_list .aussteller_image_wrapper_outer, .ref_list .aussteller_image_wrapper_outer {
    width: 260px;
    height: 120px;
    padding: 0 30px; }
  .aus_list .aussteller_image_wrapper_inner, .ref_list .aussteller_image_wrapper_inner {
    display: table-cell;
    width: 220px;
    height: 120px;
    padding: 10px;
    background: white;
    text-align: center;
    vertical-align: middle; }
  .aus_list .my-custom-class, .ref_list .my-custom-class {
    max-height: 120px; }
  .aus_list img, .ref_list img {
    display: inline-block;
    vertical-align: middle;
    max-width: 100%;
    height: auto; }
  .aus_list h2, .aus_list h3, .ref_list h2, .ref_list h3 {
    font-size: 20px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-top: 0;
    border-bottom: 1px solid #908f8f;
    padding-right: 20px;
    position: relative;
    color: #404040; }
  .aus_list .aussteller_text, .ref_list .aussteller_text {
    display: none; }
  .aus_list .i-button, .ref_list .i-button {
    font-family: "fontello";
    height: 20px;
    text-align: center;
    right: 0;
    bottom: 0;
    position: absolute;
    color: #D8A046;
    font-size: 20px;
    right: 0px;
    top: 0px; }
    .aus_list .i-button:hover, .ref_list .i-button:hover {
      opacity: 1; }
  .aus_list .ref_image, .ref_list .ref_image {
    width: 100%; }

.event_wrapper {
  overflow: hidden; }

.events_list h2, .events_list h2, .events_list h4, .events_list h5 {
  margin-bottom: 10px;
  margin-top: 0; }

.events_list h2 {
  font-size: 24px;
  line-height: 1.2;
  position: relative;
  padding-right: 40px; }

.events_list h3 {
  font-size: 20px; }

h3.label_art_event {
  font-size: 16px;
  margin-top: 20px; }

h4.location {
  font-size: 16px;
  padding-left: 20px;
  position: relative; }
  h4.location::before {
    content: '\e805';
    font-family: "fontello";
    height: 20px;
    position: absolute;
    left: 0;
    top: 0px; }

.event_wrapper .text, .event_wrapper .speaker, .event_wrapper .unternehmen {
  position: relative;
  float: left;
  width: 33%;
  padding-right: 60px; }

.event_wrapper .speaker h4, .event_wrapper .unternehmen h4 {
  margin-top: 0;
  word-wrap: normal; }

.event_wrapper h3.description {
  margin-top: 20px;
  font-family: 'HelveticaNowDisplay-Regular'; }

.event_wrapper .speaker_item .ref_image, .event_wrapper .speaker_item .unternehmen_image, .event_wrapper .unternehmen .ref_image, .event_wrapper .unternehmen .unternehmen_image {
  float: left;
  position: relative;
  width: 100px;
  margin-right: 20px;
  margin-bottom: 20px;
  clear: left; }

.event_wrapper .speaker_item .name, .event_wrapper .unternehmen .name {
  position: relative;
  float: left;
  max-width: 300px; }
  .event_wrapper .speaker_item .name h3, .event_wrapper .unternehmen .name h3 {
    border-bottom: none;
    padding-right: 30px; }

.event_wrapper .text .date_time {
  font-size: 18px;
  margin-top: 0;
  font-family: 'HelveticaNowDisplay-Regular'; }
  .event_wrapper .text .date_time h3.label_art_event {
    font-size: 16px; }

.event-template-default .event_wrapper .text {
  width: 25%; }
  @media (max-width: 992px) {
    .event-template-default .event_wrapper .text {
      clear: both;
      width: 100%; } }

.event-template-default .event_wrapper .unternehmen {
  width: 15%; }
  @media (max-width: 992px) {
    .event-template-default .event_wrapper .unternehmen {
      clear: all;
      width: 100%; } }

.event-template-default .event_wrapper .unternehmen h4, .event-template-default .event_wrapper .speaker h4 {
  font-size: 22px; }

.event-template-default .event_wrapper .speaker {
  width: 60%; }
  @media (max-width: 992px) {
    .event-template-default .event_wrapper .speaker {
      clear: both;
      width: 100%;
      margin-right: -20px;
      padding-right: 0;
      margin-top: 20px; } }
  .event-template-default .event_wrapper .speaker .ref_list .speaker_item {
    float: left;
    position: relative;
    width: 50%; }
    @media (max-width: 500px) {
      .event-template-default .event_wrapper .speaker .ref_list .speaker_item {
        float: none;
        width: 100%; } }
  .event-template-default .event_wrapper .speaker .ref_list .ref_image {
    margin-right: 10px; }
  .event-template-default .event_wrapper .speaker .ref_list .name h3 {
    font-size: 18px;
    margin-right: 20px; }
  .event-template-default .event_wrapper .speaker .ref_list .name .i-button {
    right: 5px;
    top: -1px; }
  @media (max-width: 1200px) {
    .event-template-default .event_wrapper .speaker .ref_list .name .dyn_break::before {
      content: "\A";
      white-space: pre; } }
  @media (max-width: 992px) {
    .event-template-default .event_wrapper .speaker .ref_list .name .dyn_break::before {
      content: ""; } }
  @media (max-width: 768px) {
    .event-template-default .event_wrapper .speaker .ref_list .name .dyn_break::before {
      content: "\A";
      white-space: pre; } }
  @media (max-width: 500px) {
    .event-template-default .event_wrapper .speaker .ref_list .name .dyn_break::before {
      content: ""; } }

.event-template-default .event_wrapper .event_text {
  clear: both;
  max-width: 600px;
  padding-top: 40px; }

.events .tabs {
  overflow: hidden;
  border-bottom: 2px solid #D8A046; }
  .events .tabs .tab {
    position: relative;
    float: left; }
    @media (max-width: 576px) {
      .events .tabs .tab:nth-child(4) {
        clear: left; } }
  .events .tabs h3 {
    display: inline-block;
    font-family: 'HelveticaNowDisplay-Regular';
    padding: 0px;
    margin: 0;
    color: #fff;
    font-size: 18px; }
    .events .tabs h3 a {
      display: inline-block;
      padding: 10px;
      color: #D8A046; }
      @media (max-width: 680px) {
        .events .tabs h3 a {
          font-size: 18px; } }
      @media (max-width: 576px) {
        .events .tabs h3 a {
          padding-top: 4px;
          padding-bottom: 4px; } }
    .events .tabs h3 a.active {
      background-color: #D8A046;
      color: #fff; }

.events .event_cat_title {
  font-family: 'HelveticaNowDisplay-Regular'; }
  @media (max-width: 680px) {
    .events .event_cat_title {
      font-size: 18px; } }

.events .events_list .event_wrapper {
  padding-top: 10px;
  border-top: 1px solid #e0e0e0; }
  .events .events_list .event_wrapper:last-child {
    border-bottom: 1px solid #000; }
  .events .events_list .event_wrapper:first-child {
    border-top: none; }
  .events .events_list .event_wrapper .text {
    width: 25%; }
    @media (max-width: 992px) {
      .events .events_list .event_wrapper .text {
        clear: all;
        width: 100%; } }
  .events .events_list .event_wrapper .unternehmen {
    width: 15%; }
    @media (max-width: 992px) {
      .events .events_list .event_wrapper .unternehmen {
        clear: all;
        width: 100%; } }
  .events .events_list .event_wrapper .speaker {
    width: 60%; }
    @media (max-width: 992px) {
      .events .events_list .event_wrapper .speaker {
        clear: all;
        width: 100%;
        margin-right: -20px;
        padding-right: 0; } }
    .events .events_list .event_wrapper .speaker .ref_list .speaker_item {
      float: left;
      position: relative;
      width: 50%; }
      @media (max-width: 500px) {
        .events .events_list .event_wrapper .speaker .ref_list .speaker_item {
          float: none;
          width: 100%; } }
      .events .events_list .event_wrapper .speaker .ref_list .speaker_item .ref_image {
        width: 70px;
        margin-right: 10px; }
      .events .events_list .event_wrapper .speaker .ref_list .speaker_item .name h3 {
        font-size: 18px;
        margin-right: 20px; }
      .events .events_list .event_wrapper .speaker .ref_list .speaker_item .name .i-button {
        right: 5px;
        top: -1px; }
      @media (max-width: 1200px) {
        .events .events_list .event_wrapper .speaker .ref_list .speaker_item .name .dyn_break::before {
          content: "\A";
          white-space: pre; } }
      @media (max-width: 992px) {
        .events .events_list .event_wrapper .speaker .ref_list .speaker_item .name .dyn_break::before {
          content: ""; } }
      @media (max-width: 680px) {
        .events .events_list .event_wrapper .speaker .ref_list .speaker_item .name .dyn_break::before {
          content: "\A"; } }
      @media (max-width: 500px) {
        .events .events_list .event_wrapper .speaker .ref_list .speaker_item .name .dyn_break::before {
          content: ""; } }
  .events .events_list .event_wrapper .unternehmen .name h3 {
    font-size: 18px; }
  .events .events_list .event_wrapper .unternehmen .unternehmen_image {
    width: 70px; }
  .events .events_list .event_wrapper h3.label_art_event {
    margin-top: 10px; }

.events .events_list .event_wrapper.date {
  border-bottom: 1px solid #e0e0e0;
  border-top: none; }

.events .back {
  margin-top: 10px;
  margin-bottom: 10px; }

.partner_cat_wrapper {
  overflow: hidden; }
  .partner_cat_wrapper h2, .partner_cat_wrapper h3 {
    font-family: 'HelveticaNowDisplay-Regular'; }
  .partner_cat_wrapper h2 {
    font-family: 'HelveticaNowDisplay-Regular';
    padding-right: 20px;
    margin-top: 10px;
    margin-bottom: 10px;
    border-bottom: 1px solid #000; }
  .partner_cat_wrapper h3 {
    margin-top: 10px; }

.partner_wrapper {
  position: relative;
  max-width: 260px;
  padding-right: 60px;
  float: left;
  height: 200px;
  margin-bottom: 20px; }

.fra_wrapper {
  position: relative;
  width: 360px;
  padding-right: 60px;
  margin-bottom: 20px;
  float: left; }

.fra_logo {
  height: 240px;
  width: 100%;
  background-size: cover; }

.partner_logo {
  padding: 20px 0;
  display: flex;
  height: 100%;
  width: 100%; }
  .partner_logo img {
    object-fit: contain; }

#scroll-top {
  position: fixed;
  right: 10px;
  bottom: 50px;
  background-color: #393939;
  width: 36px;
  height: 36px;
  cursor: pointer;
  z-index: 99999;
  opacity: .7; }
  #scroll-top::after {
    width: 100%;
    height: 100%;
    display: inline-block;
    text-align: center;
    font-family: "fontello";
    font-size: 20px;
    position: absolute;
    content: '\f106';
    color: #D8A046;
    top: 2px; }
  #scroll-top:hover {
    opacity: 1;
    transition: ease-in-out; }

.sroll-hide {
  display: none; }

.scroll-show {
  display: block;
  transition: ease-in-out; }

.grecaptcha-badge {
  visibility: hidden; }

.aussteller_image_wrapper_inner_list {
  width: 260px;
  height: 140px;
  display: flex;
  padding: 10px 0; }
  .aussteller_image_wrapper_inner_list img {
    object-fit: contain; }

.event_cat_title {
  position: relative;
  border-bottom: 1px solid #000;
  border-top: 1px solid #000;
  padding-top: 4px;
  padding-bottom: 4px;
  padding-left: 10px;
  margin-bottom: 0;
  cursor: pointer;
  background-color: #e0e0e0; }
  .event_cat_title:after {
    color: #D8A046;
    font-family: "fontello";
    position: absolute;
    height: 100%;
    width: 30px;
    content: '\f106';
    right: 0;
    font-size: 28px; }
    @media (max-width: 680px) {
      .event_cat_title:after {
        font-size: 22px; } }

.event_cat_title.at2s-active:after {
  content: '\f107'; }

.hidden {
  display: none; }

h3.event-date {
  margin-top: 40px;
  margin-bottom: 20px;
  font-family: 'HelveticaNowDisplay-Regular';
  border-bottom: 1px solid #000;
  padding-top: 4px;
  padding-bottom: 4px;
  padding-left: 10px; }

.form-control.value {
  width: 100%;
  color: #D8A046; }

.mit {
  white-space: nowrap;
  margin-top: 10px;
  display: inline-block; }

.email, .standort, .link, .phone, .person {
  position: relative;
  padding-left: 30px;
  padding-bottom: 10px;
  font-size: 18px; }
  .email h3, .standort h3, .link h3, .phone h3, .person h3 {
    font-size: 18px;
    margin: 0; }

.link:before {
  font-family: "fontello";
  position: absolute;
  height: 100%;
  width: 30px;
  content: '\f08e';
  left: 2px;
  top: 2px; }

.standort:before {
  font-family: "fontello";
  position: absolute;
  height: 100%;
  width: 30px;
  content: '\e805';
  left: 4px; }

.email:before {
  font-family: "fontello";
  position: absolute;
  height: 100%;
  width: 30px;
  content: '\e803';
  left: 0; }

.phone:before {
  font-family: "fontello";
  position: absolute;
  height: 100%;
  width: 30px;
  content: '\e804';
  left: 3px; }

.person:before {
  font-family: "fontello";
  position: absolute;
  height: 100%;
  width: 30px;
  content: '\e80b';
  left: 3px; }

.themen-aussteller {
  border: 2px solid #D8A046;
  padding: 10px 20px; }
  .themen-aussteller h3, .themen-aussteller h4 {
    margin: 0;
    font-family: 'HelveticaNowDisplay-Regular';
    padding-bottom: 4px; }
  .themen-aussteller h3 {
    padding-top: 0px;
    font-size: 22px; }
  .themen-aussteller h4 {
    font-size: 18px;
    font-family: 'HelveticaNowDisplay-XLt'; }
  .themen-aussteller li:before {
    font-family: "fontello";
    position: absolute;
    height: 100%;
    width: 30px;
    content: '\e80c';
    left: -30px;
    font-size: 18px;
    color: #D8A046; }
  .themen-aussteller li {
    font-family: 'HelveticaNowDisplay-Regular';
    position: relative; }
  .themen-aussteller ul {
    list-style-type: none;
    margin-left: 0;
    margin-bottom: 0;
    padding-bottom: 20px; }

.themen-aussteller.filter {
  padding: 5px 20px;
  overflow: hidden;
  margin-bottom: 10px; }
  .themen-aussteller.filter h3 {
    position: relative;
    cursor: pointer;
    color: #D8A046;
    font-size: 18px; }
    .themen-aussteller.filter h3:after {
      color: #D8A046;
      font-family: "fontello";
      position: absolute;
      height: 100%;
      width: 30px;
      content: '\f107';
      right: 0;
      font-size: 24px; }
      @media (max-width: 680px) {
        .themen-aussteller.filter h3:after {
          font-size: 22px; } }
  .themen-aussteller.filter h3.opened:after {
    content: '\f106'; }
  .themen-aussteller.filter span.click-filter, .themen-aussteller.filter span.click-filter-speaker, .themen-aussteller.filter span.click-filter-events {
    cursor: pointer; }
    .themen-aussteller.filter span.click-filter li:before, .themen-aussteller.filter span.click-filter-speaker li:before, .themen-aussteller.filter span.click-filter-events li:before {
      visibility: hidden; }
    .themen-aussteller.filter span.click-filter li:after, .themen-aussteller.filter span.click-filter-speaker li:after, .themen-aussteller.filter span.click-filter-events li:after {
      border: 2px solid #e0e0e0;
      position: absolute;
      width: 20px;
      height: 20px;
      left: -32px;
      top: 3px;
      display: block;
      content: ' '; }
  .themen-aussteller.filter span.click-filter.checked li:before, .themen-aussteller.filter span.click-filter-speaker.checked li:before, .themen-aussteller.filter span.click-filter-events.checked li:before {
    visibility: visible; }
  .themen-aussteller.filter h4, .themen-aussteller.filter ul {
    display: none; }
  .themen-aussteller.filter h4 {
    font-size: 16px;
    font-family: 'HelveticaNowDisplay-Regular'; }
  .themen-aussteller.filter li {
    font-size: 16px; }
  .themen-aussteller.filter .left-filter {
    width: 49%;
    position: relative;
    float: left; }
    @media (max-width: 620px) {
      .themen-aussteller.filter .left-filter {
        width: 100%;
        float: none; } }
  .themen-aussteller.filter .right-filter {
    width: 49%;
    position: relative;
    float: right; }
    @media (max-width: 620px) {
      .themen-aussteller.filter .right-filter {
        width: 100%;
        float: none; } }

.tmargin {
  display: inline-block;
  margin-top: 10px; }

.reset-filter, .reset-filter-speaker, .reset-filter-events {
  font-size: 16px;
  font-family: 'HelveticaNowDisplay-Regular';
  color: #D8A046;
  display: none;
  cursor: pointer; }

#result-count {
  padding-left: 10px;
  font-size: 16px;
  font-family: 'HelveticaNowDisplay-Regular';
  font-weight: 900;
  color: #404040;
  padding-right: 30px; }

.filter-explanation {
  font-size: 16px;
  font-family: 'HelveticaNowDisplay-Regular';
  padding-bottom: 6px; }

.filter-explanation.second {
  padding-top: 12px; }

.search-input {
  padding: 5px 10px;
  border: 2px solid #D8A046;
  margin-bottom: 40px; }
  .search-input input[type="text"] {
    background-color: transparent;
    font-family: 'HelveticaNowDisplay-Regular'; }
  .search-input input::placeholder {
    font-weight: bold;
    opacity: 1; }

.anmelde-button a, .anmelde-button a:visited {
  font-family: 'HelveticaNowDisplay-Regular';
  background-color: #D8A046;
  color: #ffffff;
  padding: 10px 20px;
  display: inline-block; }
  .anmelde-button a:hover, .anmelde-button a:visited:hover {
    color: #000000; }

h1.single-event {
  position: relative;
  margin-right: 40px; }

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  border: 1px solid;
  border-color: #ccc #ccc #bbb;
  border-radius: 3px;
  background: #e6e6e6;
  color: rgba(0, 0, 0, 0.8);
  font-size: 0.75rem;
  line-height: 1;
  padding: 0.6em 1em 0.4em; }
  button:hover,
  input[type="button"]:hover,
  input[type="reset"]:hover,
  input[type="submit"]:hover {
    border-color: #ccc #bbb #aaa; }
  button:active,
  button:focus,
  input[type="button"]:active,
  input[type="button"]:focus,
  input[type="reset"]:active,
  input[type="reset"]:focus,
  input[type="submit"]:active,
  input[type="submit"]:focus {
    border-color: #aaa #bbb #bbb; }

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
  color: #666;
  border: 1px solid #ccc;
  border-radius: 3px;
  padding: 3px; }
  input[type="text"]:focus,
  input[type="email"]:focus,
  input[type="url"]:focus,
  input[type="password"]:focus,
  input[type="search"]:focus,
  input[type="number"]:focus,
  input[type="tel"]:focus,
  input[type="range"]:focus,
  input[type="date"]:focus,
  input[type="month"]:focus,
  input[type="week"]:focus,
  input[type="time"]:focus,
  input[type="datetime"]:focus,
  input[type="datetime-local"]:focus,
  input[type="color"]:focus,
  textarea:focus {
    color: #111; }

select {
  border: 1px solid #ccc; }

textarea {
  width: 100%; }

.grecaptcha-badge {
  visibility: hidden; }

.google_claim {
  padding-top: 10px;
  font-size: 12px; }

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
  color: #D8A046; }
  a:visited {
    color: #D8A046; }
  a:hover,
  a:focus,
  a:active {
    color: #ff9a00; }
  a:focus {
    outline: thin dotted; }
  a:hover,
  a:active {
    outline: 0; }

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.main-navigation {
  clear: both;
  display: block;
  text-align: center;
  line-height: 1;
  position: absolute;
  bottom: -16px;
  right: 40px; }
  @media (max-width: 880px) {
    .main-navigation {
      right: 20px; } }
  @media (max-width: 750px) {
    .main-navigation {
      display: none; } }
  .main-navigation > ul {
    display: inline-block;
    list-style: none;
    margin: 0;
    padding-left: 0;
    background-color: #393939;
    border-radius: 6px;
    color: #fff; }
    .main-navigation > ul ul {
      box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
      float: left;
      position: absolute;
      top: 100%;
      left: -999em;
      z-index: 99999;
      text-align: left;
      background-color: rgba(0, 0, 0, 0.74);
      padding: 6px 0 8px 0;
      margin-left: 0;
      list-style: none;
      border-bottom-left-radius: 6px;
      border-bottom-right-radius: 6px; }
      .main-navigation > ul ul ul {
        display: inline-block;
        position: relative;
        top: 0;
        left: 0;
        box-shadow: none;
        background-color: transparent;
        padding-top: 0px; }
        .main-navigation > ul ul ul li a {
          padding-left: 36px; }
      .main-navigation > ul ul .page_item_has_children > a:after {
        display: none; }
      .main-navigation > ul ul a {
        font-size: 20px;
        width: 200px;
        line-height: 1.2;
        padding: 6px 12px; }
    .main-navigation > ul li:hover > ul,
    .main-navigation > ul li.focus > ul {
      left: 0; }
    .main-navigation > ul > li:last-child::before {
      border-bottom-color: #D8A046; }
    .main-navigation > ul > li:last-child > a {
      background-color: #D8A046;
      border-top-right-radius: 6px;
      border-bottom-right-radius: 6px;
      border-radius: 6px; }
      .main-navigation > ul > li:last-child > a:hover {
        color: #000; }
    .main-navigation > ul > li:first-child > a {
      border-top-left-radius: 6px; }
    .main-navigation > ul > li.current_page_item:last-child > a {
      color: #000; }
  .main-navigation li {
    float: left;
    position: relative; }
  .main-navigation a {
    display: block;
    text-decoration: none;
    font-family: 'HelveticaNowDisplay-Regular';
    padding: 6px 12px 8px 12px;
    font-size: 20px;
    color: #fff;
    transition: all 0.2s ease-in-out; }
    @media (max-width: 992px) {
      .main-navigation a {
        font-size: 18px; } }
    @media (max-width: 750px) {
      .main-navigation a {
        font-size: 16px; } }
  .main-navigation a:hover, .main-navigation a.focus,
  .main-navigation .current_page_item > a,
  .main-navigation .current-menu-item > a {
    color: #D8A046; }
  .main-navigation .page_item_has_children > a {
    padding-right: 30px; }
    @media (max-width: 992px) {
      .main-navigation .page_item_has_children > a {
        padding-right: 20px; } }
  .main-navigation .page_item_has_children > a:after {
    position: absolute;
    right: 10px;
    top: 8px;
    font-size: 18px;
    content: '\f107';
    font-family: "fontello";
    padding: 0 3px; }
    @media (max-width: 992px) {
      .main-navigation .page_item_has_children > a:after {
        top: 8px;
        right: 1px; } }
    @media (max-width: 750px) {
      .main-navigation .page_item_has_children > a:after {
        top: 6px; } }

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
  display: none; }

@media screen and (min-width: 37.5em) {
  .menu-toggle {
    display: none; } }

.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
  margin: 40px 0 20px 0;
  overflow: hidden; }

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
  float: left;
  width: 50%; }

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
  float: right;
  text-align: right;
  width: 50%; }

.meta-wrapper {
  position: relative;
  float: right; }
  @media (max-width: 750px) {
    .meta-wrapper {
      display: none; } }

.menu-meta-container, .menu-meta-en-container, .menu-meta-fr-container {
  position: relative;
  float: right;
  padding-right: 20px; }
  @media (max-width: 992px) {
    .menu-meta-container, .menu-meta-en-container, .menu-meta-fr-container {
      padding-right: 10px; } }
  .menu-meta-container ul, .menu-meta-en-container ul, .menu-meta-fr-container ul {
    padding: 0;
    margin: 0;
    list-style: none; }
  .menu-meta-container li, .menu-meta-en-container li, .menu-meta-fr-container li {
    float: left;
    position: relative;
    margin-left: 10px; }
  .menu-meta-container a, .menu-meta-en-container a, .menu-meta-fr-container a {
    font-size: 16px;
    color: #aaa;
    padding: 6px 6px;
    text-decoration: none; }
    @media (max-width: 680px) {
      .menu-meta-container a, .menu-meta-en-container a, .menu-meta-fr-container a {
        font-size: 14px; } }
  .menu-meta-container a:hover, .menu-meta-container a.focus, .menu-meta-en-container a:hover, .menu-meta-en-container a.focus, .menu-meta-fr-container a:hover, .menu-meta-fr-container a.focus {
    color: #D8A046; }
  .menu-meta-container #meta-menu li a, .menu-meta-en-container #meta-menu li a, .menu-meta-fr-container #meta-menu li a {
    display: inline-block;
    color: #fff;
    text-transform: uppercase;
    padding: 10px;
    border-radius: 3px;
    font-size: 20px;
    font-weight: 300;
    line-height: 1; }
    @media (max-width: 1680px) {
      .menu-meta-container #meta-menu li a, .menu-meta-en-container #meta-menu li a, .menu-meta-fr-container #meta-menu li a {
        font-size: 18px; } }
    @media (max-width: 880px) {
      .menu-meta-container #meta-menu li a, .menu-meta-en-container #meta-menu li a, .menu-meta-fr-container #meta-menu li a {
        font-size: 16px; } }

#lang_switcher {
  position: relative;
  float: right; }
  @media (max-width: 992px) {
    #lang_switcher {
      float: right; } }
  #lang_switcher ul {
    list-style: none;
    margin: 0;
    padding: 0;
    z-index: 10;
    position: relative;
    float: right; }
    #lang_switcher ul li {
      color: #fff;
      font-size: 20px;
      line-height: 1.2;
      position: relative;
      float: left; }
      @media (max-width: 1680px) {
        #lang_switcher ul li {
          font-size: 18px; } }
      @media (max-width: 880px) {
        #lang_switcher ul li {
          font-size: 16px; } }
    #lang_switcher ul .active, #lang_switcher ul a {
      display: inline-block;
      padding: 10px 3px;
      line-height: 1; }
    #lang_switcher ul .active {
      color: #c4c4c4; }
    #lang_switcher ul a {
      color: #fff; }

.nav-links a span {
  font-size: 12px;
  color: #393939; }

/** 
* Nav container 
* 1. Ensure this slides in below parent
* 2. Hide by default
* 3. Smoother scrolling experience on iOS
*/
.nav-container {
  position: absolute;
  top: 130px;
  /* 1 */
  right: 0px;
  z-index: 9;
  visibility: hidden;
  /* 2 */
  width: 100%;
  max-width: 280px;
  max-height: 660px;
  margin: 0;
  padding: 0;
  -webkit-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
  transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
  -webkit-transform: translateX(100%);
  -ms-transform: translateX(100%);
  transform: translateX(100%);
  /* 2 */
  background-color: #393939;
  -webkit-overflow-scrolling: touch;
  /* 3 */
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px; }
  .nav-container a {
    color: #fff; }
  .nav-container .current_page_item > a {
    color: #D8A046; }

/* 1. Show when `.is-visible` class is added */
.nav-container.is-visible {
  visibility: visible;
  /* 1 */
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
  /* 1 */ }

.cta-mobile {
  position: absolute;
  right: 52px;
  bottom: -10px;
  display: none;
  list-style: none;
  margin: 0;
  padding: 0;
  z-index: 10; }
  .cta-mobile a {
    display: block;
    text-decoration: none;
    font-family: 'HelveticaNowDisplay-Regular';
    padding: 6px 12px 8px 12px;
    font-size: 20px;
    color: #fff;
    background-color: #D8A046;
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px;
    line-height: 1.2; }
  @media (max-width: 750px) {
    .cta-mobile {
      display: block; } }

/* Nav toggle */
.nav-toggle {
  line-height: 1;
  display: inline-block;
  padding: 10px 8px;
  border: 0;
  z-index: 1000;
  background-color: #393939;
  position: absolute;
  right: 20px;
  bottom: -10px;
  margin-top: 5px;
  border-radius: 6px;
  display: none; }
  @media (max-width: 750px) {
    .nav-toggle {
      display: block; } }

/*noch nicht sicher ob Text nötig */
n.nav-toggle:after {
  content: "MENU";
  font-size: 16px;
  color: #393939;
  position: absolute;
  left: 40px;
  top: 2px;
  padding-left: 5px;
  margin-top: 10px; }

/* Nav toggle icon */
.nav-toggle .icon-menu {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 18px;
  vertical-align: middle;
  fill: none; }

/* Nav toggle icon lines */
.icon-menu .line {
  position: absolute;
  left: 0;
  display: block;
  width: 100%;
  height: 2px;
  -webkit-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -webkit-transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
  transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
  background-color: #fff; }

/* Nav toggle icon line 1 */
.icon-menu .line-1 {
  top: 0; }

/* When active, rotate line 1 to be lefthand part of X */
.is-active .icon-menu .line-1 {
  transform: translateY(7px) translateX(0) rotate(45deg); }

/* Nav toggle icon line 2 */
.icon-menu .line-2 {
  top: 9px;
  margin-top: -1px; }

/* When active, hide line 2 */
.is-active .icon-menu .line-2 {
  opacity: 0; }

/* Nav toggle icon line 3 */
.icon-menu .line-3 {
  bottom: 0; }

/* When active, rotate line 3 to be righthand part of X */
.is-active .icon-menu .line-3 {
  transform: translateY(-9px) translateX(0) rotate(-45deg); }

/** 
* 1. Give menu a lighter background than its container 
* 2. Prevent menu text from being accidentally highlighted
*/
.nav-menu-mobile {
  /* background-color: #990033;  1 */
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  /* 2 */
  margin-left: 0px;
  padding: 12px 0px;
  padding-top: 20px;
  list-style: none; }

/* Give menu items a top border 

.nav-menu-mobile .page_item { border-top: 1px solid #fff; }

/* Give last menu item a bottom border 

.nav-menu-mobile > .page_item:last-child { border-bottom: 1px solid #fff; }

/* Darker background color on hover, and when toggled */
.nav-menu-mobile > .page_item:hover,
.nav-menu-mobile > n.page_item.is-active {
  background-color: #393939; }

/* 1. Menu links are block level, by default */
.nav-menu-mobile .page_item a {
  display: block;
  /* 1 */
  text-decoration: none;
  padding: 10px 40px 10px 20px;
  font-size: 20px; }

/* only first level items have left border */
/* 2nd and third level have thin line */
.nav-menu-mobile .children a {
  background-color: #393939;
  padding: 6px 40px 6px 40px;
  font-size: 18px; }

/* no line on top on first item */
.nav-menu-mobile > .page_item > .children > .page_item:first-child > a {
  border-top: 0px solid #000000; }

/* thinner line on 3rd level */
.nav-menu-mobile .children .children a {
  border-top: 0px solid #FFFFFF; }

/* 1. Menu items with dropdowns appear clickable */
.nav-menu-mobile .page_item_has_children {
  position: relative;
  cursor: pointer;
  /* 1 */ }

/* 1. Parent menu links inlined so you can toggle the dropdown */
.nav-menu-mobile .page_item_has_children > .nav-menu-mobile a {
  display: inline-block; }

/* 1. Add an icon to menu items that have sub menus */
.nav-container .page_item_has_children:after {
  font-size: 28px;
  position: absolute;
  top: 3px;
  right: 10px;
  bottom: 0;
  width: 40px;
  height: 42px;
  /* border:1px solid rgba(0,0,0,.50); */
  text-align: center;
  line-height: 40px;
  /* replaced with Glyphicons */
  font-family: "fontello";
  content: "\f107";
  color: #fff; }

/* 2nd level icon has different color */
.nav-container .children .page_item_has_children:after {
  top: 1px; }

/* 1. Switch icon to n-dash when toggled */
.nav-container .page_item_has_children.is-active:after {
  /*content: "\2013";*/
  /* replaced with Glyphicons */
  content: "\f106"; }

/**
 * Dropdowns
 * 1. Hide dropdowns by default
 */
.nav-container .children {
  display: none;
  /* 1 */
  background-color: #393939;
  list-style: none;
  padding: 4px 0px;
  margin: 0; }

/* 1. Show dropdown when toggled */
.page_item_has_children.is-active > .children {
  display: block;
  /* 1 */ }

/* 2nd level dropdown */
/* 3rd level dropdown */
.nav-menu-mobile .children .children .page_item {
  /*background-color: #cdccc7;
  border-color: #909090;*/ }

.nav-menu-mobile .children .children .page_item a {
  padding-left: 60px; }

/* change opacity of background */
.nav-open #header-pic, .nav-open #content-wrapper, .nav-open #footer-top, .nav-open #footer-bottom, .nav-open #header-pic-home {
  opacity: .5;
  -webkit-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
  transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1) 0s; }

/* prevent background scrolling */
body.nav-open {
  overflow: hidden; }
  body.nav-open:after {
    content: " ";
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5); }

#b-meta {
  list-style: none;
  padding-left: 20px;
  margin: 0;
  overflow: hidden; }
  #b-meta li {
    float: left; }
    #b-meta li a {
      padding: 10px 0;
      display: inline-block; }

.nav-container #lang_switcher {
  float: none;
  padding-bottom: 20px;
  overflow: hidden; }
  .nav-container #lang_switcher ul {
    float: none;
    padding-left: 17px; }

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important; }
  .screen-reader-text:focus {
    background-color: #f1f1f1;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    clip-path: none;
    color: #21759b;
    display: block;
    font-size: 0.875rem;
    font-weight: 700;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000; }

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
  outline: 0; }

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
  float: left;
  margin-right: 1.5em;
  margin-bottom: 1.5em; }

.alignright {
  float: right;
  margin-left: 1.5em;
  margin-bottom: 1.5em; }

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1.5em; }

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
  margin: 0 0 1.5em; }
  .widget select {
    max-width: 100%; }

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
  display: block; }

.post,
.page {
  margin: 0; }

.updated:not(.published) {
  display: none; }

.page-content,
.entry-content,
.entry-summary {
  margin: 1.5em 0 0; }

.page-links {
  clear: both;
  margin: 0 0 1.5em; }

.home .main-wrapper {
  background-image: url(pics/goldstreifen.png);
  background-position: center bottom;
  background-size: 100% 2px;
  background-repeat: no-repeat; }

.home #primary {
  padding: 0;
  max-width: 100%;
  padding-bottom: 2px; }

.home video {
  width: 100%;
  outline: none;
  border: none;
  position: absolute;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1; }
  @media (max-width: 880px) {
    .home video {
      left: 50%;
      transform: translateX(-50%);
      height: 100%;
      width: auto; } }
  @media (min-width: 1920px) {
    .home video {
      top: 58%;
      transform: translateY(-50%);
      width: 100%;
      height: auto; } }

.home .video-inner-wrapper {
  overflow: hidden;
  position: relative;
  margin: 0;
  padding: 0;
  border: 0; }
  @media (max-width: 880px) {
    .home .video-inner-wrapper {
      height: 600px; } }
  @media (max-width: 576px) {
    .home .video-inner-wrapper {
      height: 400px; } }
  @media (min-width: 1920px) {
    .home .video-inner-wrapper {
      height: 920px; } }
  .home .video-inner-wrapper img {
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    display: block; }

.home .entry-content {
  position: relative;
  margin: 0; }
  .home .entry-content p {
    margin: 0;
    padding: 0; }
  .home .entry-content #person {
    position: absolute;
    bottom: 2px;
    width: 1200px;
    left: -114px;
    height: 1069px;
    background-image: url(pics/hr-festival-front-15.png);
    background-position: left bottom;
    background-size: contain;
    background-repeat: no-repeat;
    z-index: 1; }
    @media (max-width: 1680px) {
      .home .entry-content #person {
        left: -50px;
        height: 850px; } }
    @media (max-width: 1200px) {
      .home .entry-content #person {
        left: -120px; } }
    @media (max-width: 880px) {
      .home .entry-content #person {
        height: 650px;
        left: -100px; } }
    @media (max-width: 750px) {
      .home .entry-content #person {
        width: 100%;
        background-size: 90%;
        bottom: 128px;
        left: -34px; } }
    @media (max-width: 680px) {
      .home .entry-content #person {
        bottom: 175px; } }
    @media (max-width: 620px) {
      .home .entry-content #person {
        left: 0;
        right: 0;
        background-size: 90%;
        background-position: center bottom;
        bottom: 302px; } }
    @media (max-width: 576px) {
      .home .entry-content #person {
        background-size: 100%;
        bottom: 402px; } }
    @media (max-width: 500px) {
      .home .entry-content #person {
        background-size: 110%; } }
    @media (max-width: 420px) {
      .home .entry-content #person {
        background-size: 130%; } }
    @media (max-width: 375px) {
      .home .entry-content #person {
        bottom: 452px; } }
  .home .entry-content #hexagon_container {
    position: absolute;
    width: 500px;
    height: 500px;
    top: 0px;
    right: 6%;
    z-index: 2;
    transform: scale(1.2); }
    @media (max-width: 1680px) {
      .home .entry-content #hexagon_container {
        transform: scale(1);
        top: -64px;
        right: 10px; } }
    @media (max-width: 1200px) {
      .home .entry-content #hexagon_container {
        top: -120px;
        right: -79px;
        transform: scale(0.7); } }
    @media (max-width: 576px) {
      .home .entry-content #hexagon_container {
        top: -158px;
        right: -117px;
        transform: scale(0.5); } }
    @media (min-width: 1920px) {
      .home .entry-content #hexagon_container {
        right: 15%; } }
  .home .entry-content #hexagon_links, .home .entry-content #hexagon_oben, .home .entry-content #hexagon_rechts, .home .entry-content #person_text, .home .entry-content #person_cta, .home .entry-content #headline, .home .entry-content #besucher, .home .entry-content #hexagon_unten {
    position: absolute;
    background-repeat: no-repeat;
    background-size: contain;
    transform: skew(-7deg) rotate(-7deg);
    color: #fff;
    font-weight: 300;
    font-size: 28px;
    line-height: 1.1; }
  .home .entry-content #hexagon_oben {
    width: 260px;
    height: 260px;
    right: 20px;
    top: 80px;
    padding: 48px 25px 10px 25px;
    background-image: url(pics/hexagon-gold-oben.png);
    z-index: 4; }
  .home .entry-content #hexagon_links {
    width: 240px;
    height: 240px;
    left: 93px;
    top: 248px;
    padding: 52px 30px 10px 15px;
    background-image: url(pics/hexagon-gold-unten.png);
    z-index: 3; }
    @media (max-width: 880px) {
      .home .entry-content #hexagon_links {
        left: 267px;
        top: 432px; } }
  .home .entry-content #hexagon_rechts {
    width: 240px;
    height: 240px;
    top: 260px;
    right: -16px;
    padding: 51px 19px 10px 19px;
    z-index: 5;
    background-image: url(pics/hexagon-silber.png); }
  .home .entry-content #hex_oben_shadow {
    width: 600px;
    height: 289px;
    background-color: #D8A046;
    opacity: 0.4;
    bottom: 52px;
    left: 391px;
    z-index: 2;
    position: absolute;
    transform: skew(-7deg) rotate(-7deg); }
  .home .entry-content .hex_text {
    text-align: center;
    line-height: 1.4;
    position: relative;
    z-index: 6; }
    .home .entry-content .hex_text a {
      color: #fff; }
  .home .entry-content #hexagon_unten {
    width: 209px;
    height: 200px;
    bottom: 4%;
    left: 3%;
    padding: 48px 19px 10px 19px;
    z-index: 4;
    font-size: 24px;
    background-image: url(pics/hex_rot.png); }
    @media (max-width: 1200px) {
      .home .entry-content #hexagon_unten {
        bottom: -18px;
        left: -43px;
        transform: scale(0.7) skew(-7deg) rotate(-7deg); } }
    @media (max-width: 576px) {
      .home .entry-content #hexagon_unten {
        bottom: -38px;
        left: -60px;
        transform: scale(0.5) skew(-7deg) rotate(-7deg); } }
    @media (min-width: 1920px) {
      .home .entry-content #hexagon_unten {
        left: 15%; } }
  .home .entry-content #hex_unten_shadow {
    width: 600px;
    height: 100%;
    background-color: #C46665;
    opacity: 0.4;
    top: 0;
    right: 124px;
    z-index: 3;
    position: absolute; }
  .home .entry-content #headline {
    left: 7%;
    top: 30%;
    z-index: 5;
    padding: 4px 6px;
    transform: scale(1.2) skew(-7deg) rotate(-7deg);
    font-size: 36px; }
    @media (max-width: 992px) {
      .home .entry-content #headline {
        max-width: 300px; } }
    @media (max-width: 750px) {
      .home .entry-content #headline {
        left: 20%;
        top: 10%; } }
  .home .entry-content #besucher {
    left: 16%;
    top: 18%;
    text-transform: uppercase;
    z-index: 5;
    padding: 4px 6px;
    background-color: rgba(255, 255, 255, 0.81);
    box-shadow: 1px 1px 2px 5px rgba(0, 0, 0, 0.41);
    font-family: 'HelveticaNowDisplay-Regular';
    color: #000;
    display: none; }
  .home .entry-content #person_text {
    left: 10%;
    bottom: 25%;
    z-index: 5;
    padding: 4px 6px;
    background-color: #D8A046;
    box-shadow: 1px 1px 2px 5px rgba(0, 0, 0, 0.41);
    transform: scale(1.2) skew(-7deg) rotate(-7deg);
    font-family: 'HelveticaNowDisplay-Regular';
    text-transform: uppercase; }
    .home .entry-content #person_text a {
      color: #fff; }
    @media (max-width: 1680px) {
      .home .entry-content #person_text {
        transform: scale(1) skew(-7deg) rotate(-7deg); } }
    @media (max-width: 880px) {
      .home .entry-content #person_text {
        left: -2%;
        bottom: 8%;
        transform: scale(0.7) skew(-7deg) rotate(-7deg); } }
    @media (max-width: 750px) {
      .home .entry-content #person_text {
        bottom: 194px;
        left: -30px; } }
    @media (max-width: 880px) {
      .home .entry-content #person_text {
        left: 0; } }
    @media (max-width: 680px) {
      .home .entry-content #person_text {
        bottom: 221px; } }
    @media (max-width: 620px) {
      .home .entry-content #person_text {
        bottom: 330px; } }
    @media (max-width: 576px) {
      .home .entry-content #person_text {
        bottom: 430px; } }
    @media (max-width: 375px) {
      .home .entry-content #person_text {
        bottom: 480px; } }
    .home .entry-content #person_text span.line {
      border-top: 1px solid #D8A046; }
  .home .entry-content #person_cta {
    display: none;
    left: 46%;
    top: 35%;
    z-index: 5;
    padding: 4px 6px;
    transform: scale(1.2) skew(-7deg) rotate(-7deg);
    font-size: 20px; }
    .home .entry-content #person_cta a {
      color: #fff; }
    @media (max-width: 1680px) {
      .home .entry-content #person_cta {
        transform: scale(1) skew(-7deg) rotate(-7deg);
        top: 25%; } }
    @media (max-width: 1100px) {
      .home .entry-content #person_cta {
        top: 3%; } }
    @media (max-width: 880px) {
      .home .entry-content #person_cta {
        transform: scale(0.8) skew(-7deg) rotate(-7deg); } }
    @media (max-width: 750px) {
      .home .entry-content #person_cta {
        top: 2%;
        left: auto;
        right: 10%; } }
    @media (max-width: 576px) {
      .home .entry-content #person_cta {
        right: 1%; } }
    .home .entry-content #person_cta span.line {
      border-top: 0.5px solid #D8A046; }
  .home .entry-content span.number {
    font-size: 54px;
    font-weight: 200;
    font-family: 'HelveticaNowDisplay-XLt'; }
  .home .entry-content span.small-text {
    font-size: 18px; }
  .home .entry-content #text_links span.small-text {
    font-size: 16px; }
  .home .entry-content span.line {
    width: 100%;
    border-top: 0.5px solid #fff;
    height: 1px;
    display: block;
    margin-top: 2px; }
  .home .entry-content span.i-button {
    font-family: "fontello";
    height: 20px;
    text-align: center;
    color: #fff;
    font-size: 20px; }
  .home .entry-content span.smaller-hr {
    font-size: 20px; }

.content-front-container {
  width: 100%;
  background-color: #ffffff; }

.content-front-inner {
  max-width: 1664px;
  margin: 0 auto;
  padding: 40px; }
  @media (max-width: 880px) {
    .content-front-inner {
      padding-left: 20px;
      padding-right: 20px; } }
  .content-front-inner h2 {
    font-size: 45px;
    text-transform: uppercase;
    position: relative;
    max-width: 900px;
    line-height: 1.2;
    padding-bottom: 10px;
    letter-spacing: 2px;
    margin-top: 80px; }
    @media (max-width: 992px) {
      .content-front-inner h2 {
        margin-top: 40px;
        font-size: 36px; } }
    .content-front-inner h2:after {
      position: absolute;
      bottom: 0;
      left: 0;
      width: 5000px;
      height: 1px;
      background-color: #000;
      content: " "; }
  .content-front-inner .intro {
    padding-top: 40px;
    padding-bottom: 40px;
    font-size: 24px;
    line-height: 1.4; }
    @media (max-width: 992px) {
      .content-front-inner .intro {
        padding-top: 20px;
        padding-bottom: 20px;
        font-size: 22px;
        line-height: 1.4; } }
  .content-front-inner .text p {
    padding-bottom: 20px; }
  .content-front-inner ul.front-links {
    list-style: none;
    margin: 0;
    padding: 0;
    padding-top: 40px;
    padding-bottom: 100px; }
    .content-front-inner ul.front-links li {
      position: relative;
      background-image: url(pics/pfeil-gold.png);
      background-position: left center;
      background-size: 30px auto;
      background-repeat: no-repeat;
      padding-left: 40px;
      font-size: 45px;
      text-transform: uppercase;
      letter-spacing: 2px; }
      .content-front-inner ul.front-links li a {
        line-height: 1.2; }
      @media (max-width: 992px) {
        .content-front-inner ul.front-links li {
          font-size: 36px; } }
      .content-front-inner ul.front-links li:after {
        position: absolute;
        bottom: 0;
        left: 0;
        width: 5000px;
        height: 1px;
        background-color: #D8A046;
        content: " "; }
  .content-front-inner .home-img {
    position: relative;
    height: 800px;
    overflow: hidden;
    margin-bottom: -40px; }
    @media (max-width: 1680px) {
      .content-front-inner .home-img {
        height: 600px; } }
    @media (max-width: 992px) {
      .content-front-inner .home-img {
        margin-right: -40px; } }
    @media (max-width: 750px) {
      .content-front-inner .home-img {
        height: 400px; } }
    .content-front-inner .home-img img {
      position: absolute;
      width: 100%;
      top: 50%;
      transform: translateY(-50%);
      height: auto; }
      @media (max-width: 992px) {
        .content-front-inner .home-img img {
          height: 100%;
          width: auto;
          max-width: none;
          left: 50%;
          transform: translateX(-50%);
          top: auto; } }
  .content-front-inner .speaker-wrapper {
    display: flex;
    flex-wrap: wrap;
    margin: 0 auto;
    padding-top: 40px;
    margin-left: -20px;
    margin-right: -20px; }
  .content-front-inner .speaker-single-wrapper {
    width: 25%;
    padding: 20px; }
    @media (max-width: 1200px) {
      .content-front-inner .speaker-single-wrapper {
        width: 50%; } }
    @media (max-width: 680px) {
      .content-front-inner .speaker-single-wrapper {
        width: 100%; } }
    .content-front-inner .speaker-single-wrapper .pic {
      width: 300px;
      height: 300px;
      background-size: cover;
      background-position: center center; }
      @media (max-width: 1680px) {
        .content-front-inner .speaker-single-wrapper .pic {
          width: 280px;
          height: 280px; } }
    .content-front-inner .speaker-single-wrapper .name {
      font-size: 24px;
      padding: 10px 0; }
  .content-front-inner .button-wrapper a {
    background-color: #D8A046;
    padding: 12px 24px;
    border-radius: 12px;
    color: #fff;
    font-size: 23px;
    text-transform: uppercase;
    position: relative;
    bottom: -56px; }
  .content-front-inner .over-picture {
    margin-top: -40px; }
    .content-front-inner .over-picture a {
      bottom: -16px;
      z-index: 2; }
  .content-front-inner .teaser-wrapper {
    overflow: hidden;
    padding-top: 40px; }
    .content-front-inner .teaser-wrapper .teaser-single-wrapper {
      overflow: hidden;
      position: relative;
      padding-bottom: 40px; }
      .content-front-inner .teaser-wrapper .teaser-single-wrapper .button-wrapper {
        margin: 0;
        position: absolute;
        bottom: 50px;
        left: 540px; }
        @media (max-width: 1100px) {
          .content-front-inner .teaser-wrapper .teaser-single-wrapper .button-wrapper {
            left: 440px; } }
        @media (max-width: 880px) {
          .content-front-inner .teaser-wrapper .teaser-single-wrapper .button-wrapper {
            position: relative;
            left: 0;
            bottom: auto;
            padding-top: 28px;
            padding-bottom: 24px; } }
        .content-front-inner .teaser-wrapper .teaser-single-wrapper .button-wrapper a {
          bottom: auto; }
      .content-front-inner .teaser-wrapper .teaser-single-wrapper .pic {
        width: 500px;
        height: 300px;
        background-size: cover;
        background-position: center center;
        position: relative;
        float: left; }
        @media (max-width: 1100px) {
          .content-front-inner .teaser-wrapper .teaser-single-wrapper .pic {
            width: 400px; } }
        @media (max-width: 880px) {
          .content-front-inner .teaser-wrapper .teaser-single-wrapper .pic {
            float: none;
            width: 100%; } }
      .content-front-inner .teaser-wrapper .teaser-single-wrapper .text {
        position: relative;
        float: left;
        font-size: 24px;
        width: 600px;
        padding-left: 40px; }
        @media (max-width: 1200px) {
          .content-front-inner .teaser-wrapper .teaser-single-wrapper .text {
            width: 50%; } }
        @media (max-width: 1100px) {
          .content-front-inner .teaser-wrapper .teaser-single-wrapper .text {
            width: 40%; } }
        @media (max-width: 880px) {
          .content-front-inner .teaser-wrapper .teaser-single-wrapper .text {
            float: none;
            padding-left: 0;
            width: 100%;
            padding-top: 20px; } }
        @media (max-width: 992px) {
          .content-front-inner .teaser-wrapper .teaser-single-wrapper .text {
            font-size: 22px; } }
  .content-front-inner .impressionen .pic {
    height: 300px;
    background-size: cover;
    background-position: center center; }

#myCarousel {
  --f-carousel-slide-height: 60%;
  --f-carousel-spacing: 20px;
  --f-carousel-slide-width: 33%;
  --f-button-color: #D8A046;
  height: 380px; }
  #myCarousel .f-button svg {
    color: #D8A046; }
  @media (max-width: 1100px) {
    #myCarousel {
      --f-carousel-slide-width: 50%;
      margin-left: 20px;
      margin-right: 20px; } }
  @media (max-width: 768px) {
    #myCarousel {
      --f-carousel-slide-width: 100%; } }
  #myCarousel .f-carousel__dot {
    color: #D8A046; }

#myCarousel.f-carousel {
  --f-button-width: 38px;
  --f-button-height: 38px;
  --f-button-svg-width: 32px;
  --f-button-svg-height: 32px;
  --f-button-svg-stroke-width: 2.5;
  --f-button-color: #D8A046; }

#myCarousel.is-horizontal .f-carousel__nav .f-button.is-next {
  right: -40px;
  top: 48%; }

#myCarousel.is-horizontal .f-carousel__nav .f-button.is-prev {
  left: -40px;
  top: 48%; }

.content-front-inner .hashtags-footer {
  font-size: 24px;
  padding-bottom: 16px;
  padding-top: 16px; }

.content-front-inner ul.follow {
  margin: 0;
  padding-left: 10px;
  padding-right: 20px;
  list-style: none;
  float: left;
  position: relative; }
  .content-front-inner ul.follow li {
    position: relative;
    float: left; }
    .content-front-inner ul.follow li a {
      padding-right: 10px;
      font-family: "fontello";
      height: 20px;
      font-size: 46px;
      color: #D8A046; }

@media (max-width: 750px) {
  .content-front-inner .follow-footer {
    overflow: hidden; } }

.gold-light {
  background-color: #F7ECD5; }

.themen_wrapper-simple {
  display: flex;
  flex-wrap: wrap;
  margin: auto;
  max-width: 1000px;
  justify-content: center; }
  .themen_wrapper-simple .thema-simple {
    position: relative;
    flex: 0 0 calc(33% - 20px);
    min-height: 220px;
    margin: 10px;
    text-align: center; }
    @media (max-width: 1100px) {
      .themen_wrapper-simple .thema-simple {
        flex: 0 0 calc(50% - 20px);
        max-width: 240px; }
        .themen_wrapper-simple .thema-simple .flip-card-simple {
          height: 240px; } }
    @media (max-width: 500px) {
      .themen_wrapper-simple .thema-simple {
        flex: 0 0 calc(100% - 20px); } }
    .themen_wrapper-simple .thema-simple h2 {
      position: absolute;
      top: 45%;
      text-align: center;
      width: 100%;
      color: #000;
      font-family: 'HelveticaNowDisplay-Regular';
      padding: 0px 40px 0px 40px;
      margin: 0;
      transform: translate(0, -50%);
      text-transform: uppercase;
      line-height: 1.2; }
      @media (max-width: 1200px) {
        .themen_wrapper-simple .thema-simple h2 {
          padding: 0px 20px 0px 20px;
          font-size: 20px; } }

.flip-card-simple {
  height: 300px;
  width: 100%;
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url(pics/hexagon-gold-oben.png); }
  .flip-card-simple h2 a {
    color: #000;
    padding: 4px 10px;
    font-family: 'HelveticaNowDisplay-Regular'; }

.themen_wrapper-simple > .thema-simple:nth-child(even) .flip-card-simple {
  background-image: url(pics/hexagon-silber.png); }

.themen_wrapper {
  display: flex;
  flex-wrap: wrap;
  margin: auto;
  max-width: 1000px;
  justify-content: center; }
  .themen_wrapper .thema {
    position: relative;
    flex: 0 0 calc(33% - 20px);
    min-height: 220px;
    margin: 10px;
    text-align: center; }
    @media (max-width: 1100px) {
      .themen_wrapper .thema {
        flex: 0 0 calc(50% - 20px);
        max-width: 240px; } }
    @media (max-width: 500px) {
      .themen_wrapper .thema {
        flex: 0 0 calc(100% - 20px); } }
    .themen_wrapper .thema:hover h3 {
      visibility: visible; }
    .themen_wrapper .thema h2, .themen_wrapper .thema h4 {
      position: absolute;
      top: 45%;
      text-align: center;
      width: 100%;
      color: #000;
      font-family: 'HelveticaNowDisplay-Regular';
      padding: 0px 40px 0px 40px;
      margin: 0;
      transform: translate(0, -50%);
      text-transform: uppercase;
      line-height: 1.2; }
    @media (max-width: 1200px) {
      .themen_wrapper .thema h2 {
        padding: 0px 20px 0px 20px;
        font-size: 20px; } }
    .themen_wrapper .thema h4 {
      position: absolute;
      top: 45%;
      text-align: center;
      width: 100%;
      color: #fff;
      font-family: 'HelveticaNowDisplay-Regular';
      padding: 0px 40px 0px 40px;
      margin: 0;
      transform: translate(0, -50%) rotate(-45deg);
      text-transform: uppercase;
      line-height: 1.2;
      font-size: 24px; }
    .themen_wrapper .thema h3 {
      visibility: hidden; }
      @media (max-width: 1200px) {
        .themen_wrapper .thema h3 {
          font-size: 20px; } }
      .themen_wrapper .thema h3 a {
        border: 2px solid #000;
        color: #000;
        padding: 4px 10px;
        font-family: 'HelveticaNowDisplay-Regular'; }

/* The flip card container - set the width and height to whatever you want. We have added the border property to demonstrate that the flip itself goes out of the box on hover (remove perspective if you don't want the 3D effect */
.flip-card {
  background-color: transparent;
  width: 100%;
  height: 300px;
  perspective: 1000px;
  /* Remove this if you don't want the 3D effect */ }
  @media (max-width: 1100px) {
    .flip-card {
      height: 240px; } }

/* This container is needed to position the front and back side */
.flip-card-inner {
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
  transition: transform 0.8s;
  transform-style: preserve-3d; }

/* Do an horizontal flip when you move the mouse over the flip box container */
.flip-card:hover .flip-card-inner {
  transform: rotateY(180deg); }

.flip-card.no-flip:hover .flip-card-inner {
  transform: none; }

/* Position the front and back side */
.flip-card-front, .flip-card-back {
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-backface-visibility: hidden;
  /* Safari */
  backface-visibility: hidden;
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url(pics/hexagon-gold-oben.png); }

/* Style the front side (fallback if image is missing) */
/* Style the back side */
.flip-card-back {
  transform: rotateY(180deg);
  padding-top: 60px; }
  @media (max-width: 1100px) {
    .flip-card-back {
      padding-top: 34px; } }

.themen_wrapper > .thema:nth-child(even) .flip-card-front, .themen_wrapper > .thema:nth-child(even) .flip-card-back {
  background-image: url(pics/hexagon-silber.png); }

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
  word-wrap: break-word; }

.bypostauthor {
  display: block; }

html {
  overflow-x: hidden; }

body {
  background-color: #000;
  overflow-x: hidden; }

body:not(.home) .main-wrapper, body:not(.home) .site-main {
  background-color: #fff;
  padding-bottom: 80px;
  padding-top: 200px; }
  @media (max-width: 880px) {
    body:not(.home) .main-wrapper, body:not(.home) .site-main {
      padding-top: 170px; } }
  @media (max-width: 750px) {
    body:not(.home) .main-wrapper, body:not(.home) .site-main {
      padding-top: 130px; } }

body.home.page .main-wrapper {
  background-color: #000;
  padding: 0;
  padding-top: 180px; }
  @media (max-width: 880px) {
    body.home.page .main-wrapper {
      padding-top: 170px; } }
  @media (max-width: 750px) {
    body.home.page .main-wrapper {
      padding-top: 130px; } }

#content, .site-info, .header-wrapper, .mainu, .ie-fix-main-issue, #primary, .logo-inner-wrapper, .site-info {
  max-width: 1664px;
  margin: 0 auto;
  padding-left: 40px;
  padding-right: 40px; }
  @media (max-width: 1200px) {
    #content, .site-info, .header-wrapper, .mainu, .ie-fix-main-issue, #primary, .logo-inner-wrapper, .site-info {
      width: 100%; } }
  @media (max-width: 880px) {
    #content, .site-info, .header-wrapper, .mainu, .ie-fix-main-issue, #primary, .logo-inner-wrapper, .site-info {
      padding-left: 20px;
      padding-right: 20px; } }

#primary {
  padding-top: 20px;
  padding-bottom: 40px; }

/*--------------------------------------------------------------
## Header
--------------------------------------------------------------*/
body:not(.home) #masthead .site-branding .custom-logo-link {
  margin-bottom: 20px; }

#masthead.shrink {
  transition: all 0.4s ease-in-out;
  top: -20px; }
  #masthead.shrink .site-branding .custom-logo-link {
    overflow: hidden; }
    #masthead.shrink .site-branding .custom-logo-link img {
      max-width: 280px;
      margin-bottom: -27px; }
    @media (max-width: 1200px) {
      #masthead.shrink .site-branding .custom-logo-link {
        margin-top: 20px; } }
  #masthead.shrink .header-wrapper {
    height: 110px; }
  #masthead.shrink .site-branding #break-the-norm {
    top: -200px; }
  #masthead.shrink #hashtags {
    top: -40px; }
  @media (max-width: 992px) {
    #masthead.shrink #follow {
      top: -40px; } }
  #masthead.shrink .nav-container {
    top: 110px; }

#masthead {
  position: relative;
  z-index: 20;
  background-image: url(pics/goldstreifen.png);
  background-position: center top;
  background-size: 100% 20px;
  background-repeat: no-repeat;
  position: fixed;
  width: 100%;
  background-color: #000;
  transition: all 0.4s ease-in-out;
  top: 0; }
  @media (max-width: 880px) {
    #masthead {
      background-size: 100% 10px; } }
  #masthead .header-wrapper {
    position: relative;
    height: 200px;
    transition: all 0.4s ease-in-out; }
    @media (max-width: 1200px) {
      #masthead .header-wrapper {
        height: 180px; } }
    @media (max-width: 880px) {
      #masthead .header-wrapper {
        height: 170px; } }
    @media (max-width: 750px) {
      #masthead .header-wrapper {
        height: 120px;
        height: 130px; } }
  #masthead .site-branding {
    padding-top: 20px; }
    #masthead .site-branding .custom-logo-link {
      float: left;
      position: relative;
      margin-bottom: 20px;
      margin-top: 30px;
      transition: all 0.4s ease-in-out; }
      @media (max-width: 880px) {
        #masthead .site-branding .custom-logo-link {
          margin-top: 20px; } }
      #masthead .site-branding .custom-logo-link img {
        transition: all 0.4s ease-in-out;
        max-width: 520px; }
        @media (max-width: 1680px) {
          #masthead .site-branding .custom-logo-link img {
            max-width: 500px; } }
        @media (max-width: 1200px) {
          #masthead .site-branding .custom-logo-link img {
            max-width: 420px; } }
        @media (max-width: 880px) {
          #masthead .site-branding .custom-logo-link img {
            max-width: 400px; } }
        @media (max-width: 768px) {
          #masthead .site-branding .custom-logo-link img {
            max-width: 360px; } }
        @media (max-width: 750px) {
          #masthead .site-branding .custom-logo-link img {
            max-width: 300px; } }
        @media (max-width: 500px) {
          #masthead .site-branding .custom-logo-link img {
            max-width: 280px; } }
    #masthead .site-branding #date {
      position: absolute;
      color: #fff;
      font-size: 20px;
      display: none; }
    #masthead .site-branding #save {
      position: absolute;
      top: 154px;
      font-family: 'HelveticaNowDisplay-XLt';
      font-weight: normal;
      display: none;
      font-size: 26px;
      color: #fff; }
      @media (max-width: 1680px) {
        #masthead .site-branding #save {
          top: 147px; } }
      @media (max-width: 1200px) {
        #masthead .site-branding #save {
          top: 139px; } }
      @media (max-width: 880px) {
        #masthead .site-branding #save {
          font-size: 22px;
          top: 115px; } }
      @media (max-width: 768px) {
        #masthead .site-branding #save {
          top: 100px; } }
      @media (max-width: 750px) {
        #masthead .site-branding #save {
          font-size: 18px;
          top: 92px; } }
      @media (max-width: 680px) {
        #masthead .site-branding #save {
          font-size: 18px;
          top: 92px; } }
      #masthead .site-branding #save a {
        color: #fff; }
        #masthead .site-branding #save a:hover {
          color: #D8A046; }
      #masthead .site-branding #save .save-icon {
        position: relative;
        top: 9px; }
        @media (max-width: 768px) {
          #masthead .site-branding #save .save-icon {
            top: 6px; }
            #masthead .site-branding #save .save-icon svg {
              width: 28px; } }
    #masthead .site-branding #break-the-norm {
      position: absolute;
      width: 110px;
      height: 110px;
      left: 600px;
      top: 0;
      background-image: url(pics/btn-banner.png);
      background-size: contain;
      background-repeat: no-repeat;
      transition: all 0.4s ease-in-out; }
      @media (max-width: 1200px) {
        #masthead .site-branding #break-the-norm {
          width: 100px;
          height: 100px;
          left: 490px; } }
      @media (max-width: 880px) {
        #masthead .site-branding #break-the-norm {
          left: 480px;
          width: 90px; } }
      @media (max-width: 768px) {
        #masthead .site-branding #break-the-norm {
          left: 410px; } }
      @media (max-width: 750px) {
        #masthead .site-branding #break-the-norm {
          left: 350px;
          width: 70px; } }
      @media (max-width: 680px) {
        #masthead .site-branding #break-the-norm {
          width: 60px; } }
      @media (max-width: 500px) {
        #masthead .site-branding #break-the-norm {
          left: 300px;
          width: 60px; } }
  #masthead .site-title {
    margin-bottom: 0;
    text-transform: uppercase;
    clear: both;
    position: relative;
    text-align: center;
    display: none; }
    #masthead .site-title a {
      font-size: 30px;
      color: #313131;
      text-decoration: none;
      padding-left: 40px;
      padding-top: 40px; }
  #masthead .site-description {
    display: none; }

#hashtags {
  font-family: 'HelveticaNowDisplay-Regular';
  color: #fff;
  font-size: 18px;
  position: absolute;
  top: 40px;
  left: 0px; }
  @media (max-width: 1200px) {
    #hashtags {
      top: 80px;
      left: auto;
      right: 0; } }

#follow {
  color: #fff;
  padding-top: 10px;
  float: left;
  position: relative;
  line-height: 1; }
  @media (max-width: 1100px) {
    #follow .follow_us {
      display: none; } }
  @media (max-width: 992px) {
    #follow {
      position: absolute;
      top: 34px;
      right: -25px; } }
  #follow .follow_us {
    font-size: 16px;
    font-family: 'HelveticaNowDisplay-Regular';
    position: relative;
    float: left; }
  #follow ul {
    margin: 0;
    padding-left: 10px;
    padding-right: 20px;
    list-style: none;
    float: left;
    position: relative; }
    #follow ul li {
      position: relative;
      float: left; }
      #follow ul li a {
        color: #fff;
        padding-right: 10px;
        font-family: "fontello";
        height: 20px; }
        #follow ul li a:hover {
          color: #D8A046; }

/*--------------------------------------------------------------
## Footer
--------------------------------------------------------------*/
#footer-nav {
  position: relative;
  float: right; }
  @media (max-width: 992px) {
    #footer-nav {
      clear: both; } }
  #footer-nav ul {
    padding-top: 10px;
    list-style: none;
    padding-left: 0;
    margin-right: -6px;
    margin-top: 10px; }
    #footer-nav ul li {
      position: relative;
      float: right; }
    #footer-nav ul a {
      font-family: 'HelveticaNowDisplay-Regular';
      padding: 4px 6px;
      color: #fff;
      font-size: 12px;
      text-transform: uppercase; }
      #footer-nav ul a:hover {
        color: #D8A046; }

#colophon {
  padding-bottom: 40px; }
  #colophon .site-info {
    overflow: hidden; }
  #colophon p {
    margin: 0;
    padding: 0;
    color: #b5b5b5;
    font-family: 'HelveticaNowDisplay-Regular';
    font-size: 12px;
    margin-bottom: 4px; }
  #colophon .logo-wrapper {
    background-image: url(pics/goldstreifen.png);
    background-position: center bottom;
    background-size: 100% 2px;
    background-repeat: no-repeat;
    overflow: hidden;
    padding-top: 20px;
    padding-bottom: 10px; }
    @media (max-width: 1250px) {
      #colophon .logo-wrapper {
        padding-bottom: 30px; } }
  #colophon #logos {
    position: relative;
    float: left; }
  #colophon .logo {
    width: 120px;
    height: 30px;
    position: relative;
    float: left;
    margin-right: 20px;
    margin-bottom: 10px; }
  #colophon .von-rundstedt, #colophon .linked-in, #colophon .tts, #colophon .abacus, #colophon .randstad, #colophon .hrfestival, #colophon .workday, #colophon .coople, #colophon .viavanta, #colophon .shra, #colophon .onlyfy, #colophon .fuw, #colophon .adp, #colophon .microsoft, #colophon .swissstaffing, #colophon .hays {
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center; }
  #colophon .adp {
    background-image: url(pics/adp-2024.png);
    width: 72px; }
  #colophon .microsoft {
    background-image: url(pics/microsoft-2024.png); }
  #colophon .swissstaffing {
    background-image: url(pics/swissstaffing-2024.png);
    width: 163px; }
  #colophon .von-rundstedt {
    background-image: url(pics/rundstedt-2024.png);
    width: 168px; }
    @media (max-width: 680px) {
      #colophon .von-rundstedt {
        margin-top: 6px;
        clear: left; } }
  #colophon .linked-in {
    background-image: url(pics/li-logo_neg.png); }
  #colophon .tts {
    background-image: url(pics/tts_digital_HR_experts.png); }
  #colophon .abacus {
    background-image: url(pics/abacus_logo_white.png); }
  #colophon .randstad {
    background-image: url(pics/randstad-2024.png);
    width: 148px; }
  #colophon .viavanta {
    background-image: url(pics/viavanta.png); }
  #colophon .workday {
    background-image: url(pics/workday-2024.png);
    width: 102px;
    height: 42px;
    margin-top: -14px; }
    @media (max-width: 680px) {
      #colophon .workday {
        margin-top: -4px; } }
  #colophon .coople {
    background-image: url(pics/coople-2024.png);
    background-position: left center;
    width: 90px; }
  #colophon .hrfestival {
    background-image: url(pics/hrtoday-2024.png); }
  #colophon .shra {
    background-image: url(pics/logo-shra.png); }
  #colophon .onlyfy {
    background-image: url(pics/onlyfy_Logo.png);
    width: 66px;
    background-position: left center; }
  #colophon .fuw {
    background-image: url(pics/finanz-und-wirtschaft.png); }
  #colophon .hays {
    background-image: url(pics/hays-logo-neg.png);
    width: 86px; }
  #colophon .logo-container {
    position: relative;
    float: left; }
  #colophon .veranstalter {
    margin-right: 10px; }
  #colophon .stage-sponsor {
    margin-right: 10px;
    clear: left; }
    #colophon .stage-sponsor p {
      margin-top: 10px; }
  #colophon .main-sponsor {
    margin-right: 10px; }
    @media (max-width: 992px) {
      #colophon .main-sponsor {
        clear: left; }
        #colophon .main-sponsor p {
          margin-top: 10px; } }
  #colophon .personal-sponsor {
    margin-right: 10px;
    margin-top: 10px; }
    @media (max-width: 1200px) {
      #colophon .personal-sponsor {
        clear: left; } }
  #colophon .medienpartner {
    margin-top: 10px; }
  #colophon #hr_award {
    float: right; }
    #colophon #hr_award .swiss-hr-award-logo {
      background-image: url(pics/hraward-2024.png);
      background-position: left center;
      background-repeat: no-repeat;
      background-size: contain;
      vertical-align: middle;
      text-align: right;
      padding-left: 74px;
      height: 60px;
      line-height: 60px;
      color: #fff; }
    @media (max-width: 680px) {
      #colophon #hr_award {
        margin-top: 60px; } }

/* Formulare */
.wpcf7 input {
  margin-bottom: 10px;
  width: 100%;
  padding-left: 5px; }

.wpcf7 input::placeholder, .wpcf7 textarea::placeholder {
  padding-left: 5px; }

.wpcf7 input[type="submit"] {
  width: auto;
  border: none;
  padding: 10px 20px;
  color: #ffffff;
  border-radius: 0;
  background-color: #D8A046;
  font-size: 16px;
  cursor: pointer;
  margin-top: 20px;
  text-transform: uppercase; }
  .wpcf7 input[type="submit"]:hover {
    background-color: #fff;
    color: #D8A046; }

span.wpcf7-not-valid-tip {
  color: #b20000;
  margin-top: -12px;
  line-height: 1.2;
  margin-bottom: 12px; }

div.wpcf7-validation-errors {
  border: 1px solid #b20000; }

div.wpcf7-mail-sent-ok {
  border: 1px solid #006c19; }

div.wpcf7 .ajax-loader {
  background: none;
  border: 2px solid #999999;
  /* Light grey */
  border-top: 2px solid #262626;
  /* Blue */
  border-radius: 50%;
  top: 45%;
  left: 45%;
  width: 20px;
  height: 20px;
  animation: spin 1s linear infinite; }

@keyframes spin {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }

div.wpcf7-response-output {
  margin: 0;
  padding: 10px; }

form br {
  display: none; }

form p {
  margin-bottom: 0;
  margin-top: 6px; }

input[type="text"], input[type="email"], textarea {
  background-color: #f9f9f9;
  border-radius: 9px;
  font-size: 18px;
  border: none;
  line-height: 1.4;
  margin-bottom: 0px;
  padding-left: 10px;
  color: #000; }

label {
  margin-bottom: 20px; }

.wpcf7-form-control-wrap.your-message input, .wpcf7-form-control-wrap.your-message textarea, .wpcf7-form-control-wrap.your-email input, .wpcf7-form-control-wrap.your-email textarea {
  margin-top: 20px; }

.save-icon-single-event {
  position: absolute;
  right: 0;
  top: 0;
  font-family: fontello; }

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
  display: none; }

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
  display: block; }

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0; }

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
  max-width: 100%; }

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
  display: inline-block; }

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%; }
  .wp-caption img[class*="wp-image-"] {
    display: block;
    margin-left: auto;
    margin-right: auto; }
  .wp-caption .wp-caption-text {
    margin: 0.8075em 0; }

.wp-caption-text {
  text-align: center; }

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
  margin-bottom: 1.5em;
  display: grid;
  grid-gap: 1.5em; }

.gallery-item {
  display: inline-block;
  text-align: center;
  width: 100%; }

.gallery-columns-2 {
  grid-template-columns: repeat(2, 1fr); }

.gallery-columns-3 {
  grid-template-columns: repeat(3, 1fr); }

.gallery-columns-4 {
  grid-template-columns: repeat(4, 1fr); }

.gallery-columns-5 {
  grid-template-columns: repeat(5, 1fr); }

.gallery-columns-6 {
  grid-template-columns: repeat(6, 1fr); }

.gallery-columns-7 {
  grid-template-columns: repeat(7, 1fr); }

.gallery-columns-8 {
  grid-template-columns: repeat(8, 1fr); }

.gallery-columns-9 {
  grid-template-columns: repeat(9, 1fr); }

.gallery-caption {
  display: block; }

.wp-block-image img {
  border-radius: 9px; }

/*# sourceMappingURL=style.map */