@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-XLt", -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: 'HelveticaNowDisplay-Regular';
  font-weight: 600; }

h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both; }

h1 {
  font-size: 32px; }

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

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

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

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

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

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: '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; }

.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;
  background-color: #393939; }
  .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: 22px; }
    .events .tabs h3 a {
      display: inline-block;
      padding: 10px;
      color: #fff; }
      @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;
  border-top: 1px solid #000;
  background-color: #e0e0e0;
  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 {
    cursor: pointer; }
  .themen-aussteller.filter span.click-filter li:before {
    visibility: hidden; }
  .themen-aussteller.filter span.click-filter 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 {
    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; } }

.reset-filter {
  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; }

/*--------------------------------------------------------------
# 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: -2px;
  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;
    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; }
      .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 {
        padding-right: 0px; }
      .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:first-child::before, .main-navigation > ul > li:last-child::before {
      content: " ";
      position: absolute;
      width: 0;
      height: 0;
      border-bottom: 34px solid #393939;
      border-left: 17px solid transparent;
      left: -17px; }
      @media (max-width: 992px) {
        .main-navigation > ul > li:first-child::before, .main-navigation > ul > li:last-child::before {
          border-bottom-width: 32px;
          border-left-width: 16px;
          left: -16px; } }
      @media (max-width: 750px) {
        .main-navigation > ul > li:first-child::before, .main-navigation > ul > li:last-child::before {
          border-bottom-width: 30px;
          border-left-width: 15px;
          left: -15px; } }
    .main-navigation > ul > li:last-child::before {
      border-bottom-color: #D8A046; }
    .main-navigation > ul > li:last-child > a {
      background-color: #D8A046; }
      .main-navigation > ul > li:last-child > a:hover {
        color: #000; }
    .main-navigation > ul > li.current_page_item:last-child > a {
      color: #000; }
    .main-navigation > ul > li:nth-last-child(2) a {
      padding-right: 20px; }
  .main-navigation li {
    float: left;
    position: relative; }
  .main-navigation a {
    display: block;
    text-decoration: none;
    font-family: 'HelveticaNowDisplay-Regular';
    padding: 6px 10px 8px 10px;
    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 {
    padding-right: 30px; }
  .main-navigation .page_item_has_children > a:after {
    position: absolute;
    right: 20px;
    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; } }
    @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: 140px;
  /* 1 */
  right: 0px;
  z-index: 9;
  visibility: hidden;
  /* 2 */
  width: 100%;
  max-width: 260px;
  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 */ }
  .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 */ }

/* Nav toggle */
.nav-toggle {
  line-height: 1;
  display: inline-block;
  padding: 20px 0px;
  border: 0;
  z-index: 1000;
  background-color: transparent;
  position: absolute;
  right: 20px;
  bottom: -10px;
  margin-top: 5px;
  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: 26px;
  height: 20px;
  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: #D8A046; }

/* 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 {
  -webkit-transform: translateY(9px) translateX(0) rotate(45deg);
  -ms-transform: translateY(9px) translateX(0) rotate(45deg);
  transform: translateY(9px) translateX(0) rotate(45deg); }

/* Nav toggle icon line 2 */
.icon-menu .line-2 {
  top: 50%;
  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 {
  -webkit-transform: translateY(-9px) translateX(0) rotate(-45deg);
  -ms-transform: translateY(-9px) translateX(0) rotate(-45deg);
  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;
  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 20px 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 20px 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: 20px;
  position: absolute;
  top: 5px;
  right: 10px;
  bottom: 0;
  width: 60px;
  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; }

.home .entry-content {
  height: 900px;
  position: relative; }
  @media (max-width: 1680px) {
    .home .entry-content {
      height: 650px; } }
  @media (max-width: 880px) {
    .home .entry-content {
      height: 550px; } }
  @media (max-width: 750px) {
    .home .entry-content {
      height: 650px; } }
  @media (max-width: 620px) {
    .home .entry-content {
      height: 700px; } }
  @media (max-width: 576px) {
    .home .entry-content {
      height: 800px; } }
  @media (max-width: 375px) {
    .home .entry-content {
      background-position: center 350px, center bottom; } }
  .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/julia-de-funes.jpg);
    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: 152px;
    right: 160px;
    z-index: 2;
    transform: scale(1.2); }
    @media (max-width: 1680px) {
      .home .entry-content #hexagon_container {
        transform: scale(1);
        top: 48px;
        right: 80px; } }
    @media (max-width: 1200px) {
      .home .entry-content #hexagon_container {
        right: 40px;
        top: 24px; } }
    @media (max-width: 880px) {
      .home .entry-content #hexagon_container {
        top: -56px;
        right: -30px;
        transform: scale(0.7); } }
    @media (max-width: 750px) {
      .home .entry-content #hexagon_container {
        top: 173px;
        right: -35px; } }
    @media (max-width: 620px) {
      .home .entry-content #hexagon_container {
        top: 223px;
        right: -35px; } }
    @media (max-width: 576px) {
      .home .entry-content #hexagon_container {
        top: 300px; } }
    @media (max-width: 420px) {
      .home .entry-content #hexagon_container {
        right: -50px; } }
  .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 {
    position: absolute;
    background-repeat: no-repeat;
    background-size: contain;
    transform: skew(-7deg) rotate(-7deg);
    color: #fff;
    font-weight: 300;
    font-size: 24px;
    line-height: 1.1; }
  .home .entry-content #hexagon_oben {
    width: 340px;
    height: 340px;
    right: 20px;
    top: 0;
    padding: 50px 25px 10px 70px;
    background-image: url(pics/hexagon-gold-oben.png);
    z-index: 3; }
  .home .entry-content #hexagon_links {
    width: 300px;
    height: 300px;
    left: 0;
    top: 240px;
    padding: 69px 10px 10px 40px;
    background-image: url(pics/hexagon-gold-unten.png);
    z-index: 2; }
  .home .entry-content #hexagon_rechts {
    width: 300px;
    height: 300px;
    top: 260px;
    right: -31px;
    padding: 60px 19px 10px 46px;
    z-index: 4;
    background-image: url(pics/hexagon-silber.png); }
  .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 #person_text {
    left: 10%;
    bottom: 10%;
    z-index: 5;
    padding: 4px 6px;
    background-color: rgba(0, 0, 0, 0.41);
    box-shadow: 1px 1px 2px 5px rgba(0, 0, 0, 0.41);
    transform: scale(1.2) skew(-7deg) rotate(-7deg); }
    @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: 0.5px solid #D8A046; }
  .home .entry-content #person_cta {
    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; }

.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-left: -10px;
  margin-right: -10px; }
  .themen_wrapper .thema {
    position: relative;
    flex: 0 0 calc(25% - 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(2) .flip-card-front,
.themen_wrapper > .thema:nth-child(2) .flip-card-back,
.themen_wrapper > .thema:nth-child(4) .flip-card-front,
.themen_wrapper > .thema:nth-child(4) .flip-card-back,
.themen_wrapper > .thema:nth-child(5) .flip-card-front,
.themen_wrapper > .thema:nth-child(5) .flip-card-back,
.themen_wrapper > .thema:nth-child(7) .flip-card-front, .themen_wrapper > .thema:nth-child(7) .flip-card-back {
  background-image: url(pics/hexagon-silber.png); }

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

.bypostauthor {
  display: block; }

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

body:not(.home) .main-wrapper, body:not(.home) .site-main {
  background-color: #fff;
  padding-bottom: 80px; }

body.home.page .main-wrapper {
  background-color: #000;
  padding: 0; }

#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: 1680px) {
    #content, .site-info, .header-wrapper, .mainu, .ie-fix-main-issue, #primary, .logo-inner-wrapper, .site-info {
      max-width: 1360px; } }
  @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; }

#page {
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  height: 950px; }

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

#masthead {
  position: relative;
  z-index: 20;
  background-image: url(pics/goldstreifen.png);
  background-position: center top;
  background-size: 100% 20px;
  background-repeat: no-repeat; }
  @media (max-width: 880px) {
    #masthead {
      background-size: 100% 10px; } }
  #masthead .header-wrapper {
    position: relative;
    height: 210px;
    height: 240px; }
    @media (max-width: 880px) {
      #masthead .header-wrapper {
        height: 170px;
        height: 200px; } }
    @media (max-width: 680px) {
      #masthead .header-wrapper {
        height: 140px;
        height: 170px; } }
  #masthead .site-branding {
    padding-top: 20px; }
    #masthead .site-branding .custom-logo-link {
      float: left;
      position: relative;
      margin-top: 40px; }
      @media (max-width: 880px) {
        #masthead .site-branding .custom-logo-link {
          margin-top: 20px; } }
      #masthead .site-branding .custom-logo-link img {
        max-width: 640px; }
        @media (max-width: 1680px) {
          #masthead .site-branding .custom-logo-link img {
            max-width: 560px; } }
        @media (max-width: 1200px) {
          #masthead .site-branding .custom-logo-link img {
            max-width: 520px; } }
        @media (max-width: 880px) {
          #masthead .site-branding .custom-logo-link img {
            max-width: 480px; } }
        @media (max-width: 768px) {
          #masthead .site-branding .custom-logo-link img {
            max-width: 460px; } }
        @media (max-width: 750px) {
          #masthead .site-branding .custom-logo-link img {
            max-width: 440px; } }
        @media (max-width: 576px) {
          #masthead .site-branding .custom-logo-link img {
            max-width: 400px; } }
        @media (max-width: 680px) {
          #masthead .site-branding .custom-logo-link img {
            max-width: 320px; } }
        @media (max-width: 375px) {
          #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: 176px;
      left: 58px;
      font-family: 'HelveticaNowDisplay-Regular';
      font-size: 24px;
      color: #fff; }
      @media (max-width: 1680px) {
        #masthead .site-branding #save {
          top: 160px;
          left: 56px; } }
      @media (max-width: 880px) {
        #masthead .site-branding #save {
          font-size: 22px;
          top: 124px;
          left: 33px; } }
      @media (max-width: 768px) {
        #masthead .site-branding #save {
          top: 124px; } }
      @media (max-width: 750px) {
        #masthead .site-branding #save {
          top: 124px; } }
      @media (max-width: 576px) {
        #masthead .site-branding #save {
          top: 124px; } }
      @media (max-width: 680px) {
        #masthead .site-branding #save {
          font-size: 18px;
          top: 95px;
          left: 30px; } }
      #masthead .site-branding #save a {
        color: #fff; }
        #masthead .site-branding #save a:hover {
          color: #D8A046; }
      #masthead .site-branding #save .save-icon {
        font-family: fontello; }
    #masthead .site-branding #break-the-norm {
      position: absolute;
      width: 130px;
      height: 130px;
      left: 726px;
      top: 0;
      background-image: url(pics/btn-banner.png);
      background-size: contain;
      background-repeat: no-repeat; }
      @media (max-width: 1680px) {
        #masthead .site-branding #break-the-norm {
          width: 110px;
          height: 110px;
          left: 640px; } }
      @media (max-width: 1200px) {
        #masthead .site-branding #break-the-norm {
          width: 100px;
          height: 100px;
          left: 600px; } }
      @media (max-width: 880px) {
        #masthead .site-branding #break-the-norm {
          left: 540px;
          width: 90px; } }
      @media (max-width: 768px) {
        #masthead .site-branding #break-the-norm {
          left: 520px; } }
      @media (max-width: 750px) {
        #masthead .site-branding #break-the-norm {
          left: 500px;
          width: 80px; } }
      @media (max-width: 576px) {
        #masthead .site-branding #break-the-norm {
          left: 440px;
          width: 70px; } }
      @media (max-width: 680px) {
        #masthead .site-branding #break-the-norm {
          left: 330px;
          width: 60px; } }
      @media (max-width: 375px) {
        #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: 1200px) {
    #follow {
      position: absolute;
      top: 40px;
      right: -30px; } }
  #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 {
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center; }
  #colophon .von-rundstedt {
    background-image: url(pics/von-rundstedt-wortmarke_neg.png); }
  #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-logo_main_neg.png); }
  #colophon .viavanta {
    background-image: url(pics/viavanta.png); }
  #colophon .workday {
    background-image: url(pics/workday-logo.png);
    width: 80px; }
  #colophon .coople {
    background-image: url(pics/coople-logo.png);
    background-position: left center; }
  #colophon .hrfestival {
    background-image: url(pics/hr-today-logo_neg.png); }
  #colophon .logo-container {
    position: relative;
    float: left; }
  @media (max-width: 1680px) {
    #colophon .stage-sponsor {
      clear: left; }
      #colophon .stage-sponsor p {
        margin-top: 10px; } }
  @media (max-width: 992px) {
    #colophon .main-sponsor {
      clear: left; }
      #colophon .main-sponsor p {
        margin-top: 10px; } }
  @media (max-width: 1680px) {
    #colophon .personal-sponsor p {
      margin-top: 10px; } }
  @media (max-width: 992px) {
    #colophon .personal-sponsor {
      clear: left; } }
  #colophon #hr_award {
    float: right; }
    #colophon #hr_award .swiss-hr-award-logo {
      background-image: url(pics/swiss-hraward-2023.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; }

/*--------------------------------------------------------------
# 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 */