@charset "UTF-8";
/*!
Theme Name: doundco
Theme URI: http://underscores.me/
Author: Insyde GmbH
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: doco
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 with others.

doundco is based on Underscores https://underscores.me/, (C) 2012-2017 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
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/
/*
@font-face{
        font-family:"ff-meta-web-pro";
        src:url("fonts/1401183/5c1bb8b1-50df-4f9e-90d6-46b102c4b401.woff2") format("woff2"),url("fonts/1401183/495d0ff9-993f-4eca-9526-912977663f11.woff") format("woff");
    }
*/

@font-face {
  font-family: "ff-meta-web-pro";
  src: url("fonts/1401335/540eceef-110d-4cac-9990-7a8be83834f0.woff2") format("woff2"), url("fonts/1401335/cdc1b1be-2d56-4ae7-b72b-8a977e738986.woff") format("woff");
}

@font-face {
  font-family: "ff-meta-web-pro-normal";
  src: url("fonts/1401311/080178a9-8f64-4907-ba31-0c7d35778763.woff2") format("woff2"), url("fonts/1401311/50fab672-e8eb-4d8f-a020-a395a6d5d3b0.woff") format("woff");
}





div._brlbs-content-blocker {
  text-align: center;
}

.color__background-white {
  color: #393939;
  width: 508px;
  height: 623px;
}

.color__background-white-medium {
  color: #393939;
  width: 312px;
  height: 382px;
}

.color__background-grey {
  background-color: #e6e6e6;
  color: #ffffff;
  width: 100%;
  margin: 0 auto !important;
}

.color__background-gold {
  background-color: #c2a67f;
  color: #ffffff;
  width: 100%;
  margin: 0 auto !important;
}

.color__background-gold h1 {
  color: #fff !important;
  margin-bottom: 0px;
}

.color__background-gold .wpb_single_image {
  margin-bottom: 55px;
}

.color__background-darkgrey {
  background-color: #393939;
  color: #ffffff;
  width: 100%;
  margin: 0 auto !important;

}


.color__background-olive {
  background-color: #909661;
  color: #ffffff;
  width: 100%;
  margin: 0 auto !important;

}

.color__background-darkgrey h1 {
  color: #ffffff;
}

.color__background-darkgrey h2 {
  margin-top: 0px;
  display: inline-block;
  border-bottom-style: solid;
  border-bottom-width: 2px;
  border-bottom-color: #ffffff;
  color: #ffffff;
}

.color__background-darkgrey p {
  margin-bottom: 0px;
}

.entry-content .vc_row {
  margin: 0 auto;
  width: 100%;
}

.entry-content .vc_row .vc_column-inner {
  padding: 0px;
}

#content #primary {
  position: relative;
  margin-top: -105px;
}

/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
/*! normalize.css v8.0.0 | 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;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

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

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 44px;
  font-family: "ff-meta-web-pro", sans-serif;
  font-weight: 300;
  margin: 0.67em 0;
  color: #393939;
  text-transform: uppercase;
}

h2 {
  font-size: 40px;
  font-family: "ff-meta-web-pro", sans-serif;
  font-weight: 700;
  color: #393939;
  text-transform: uppercase;
}

h3 {
  font-size: 24px;
  font-family: "ff-meta-web-pro", sans-serif;
  font-weight: 700;
  color: #ffffff;
  text-transform: uppercase;
}

h4 {
  font-size: 44px;
  font-family: "ff-meta-web-pro", sans-serif;
  font-weight: 300;
  color: #ffffff;
  text-transform: uppercase;
}

h5 {
  font-size: 32px;
  font-family: "ff-meta-web-pro", sans-serif;
  font-weight: 700;
  color: #393939;
  text-transform: uppercase;
}

h6 {
  font-size: 26px;
  font-family: "ff-meta-web-pro", sans-serif;
  font-weight: 600;
  color: #393939;
  line-height: 33px;
}

p {
  font-size: 20px;
  font-family: "ff-meta-web-pro-normal", sans-serif;
  font-weight: 300;
  line-height: 33px;
}

@media screen and (max-width: 600px) {
  h1 {
    font-size: 34px;
    line-height: 38px;
  }

  h2 {
    font-size: 45px;
  }

  h3 {
    font-size: 26px;
  }

  h4 {
    font-size: 46px;
  }

  h5 {
    font-size: 34px;
  }

  h6 {
    font-size: 28px;
    line-height: 31px;
  }

  p {
    font-size: 16px;
    line-height: 25px;
  }
}

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

/**
 * 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;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

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

/**
 * 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;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}

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

/**
 * 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;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * 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;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

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

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  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;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * 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;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * 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;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * 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;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* 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;
}


span.nobr {
  white-space: nowrap;
}

#page {
  position: relative;
  margin: 0 auto;
  width: 100%;

}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/

header {
  display: block;
}

#masthead {
  /* background-color: #393939;*/
  background: rgb(0, 0, 0);
  background: linear-gradient(180deg, rgba(0, 0, 0, 1) 0%, rgba(57, 57, 57, 0.6502976190476191) 75%, rgba(255, 255, 255, 0) 100%);
  left: 0;
  position: absolute;
  top: 0;
  width: 100% !important;
  z-index: 3;


}

.site-header .mobile-menu-container {
  display: none;
}

#top-bar,
.top-links,
.top-links li i,
.top-links ul li {
  position: relative;
}

#top-bar {
  padding: 0 20px;
  line-height: 44px;
  font-size: 13px;
  height: 44px;
  border-bottom: 1px solid #EEE;
}

#masthead #top-bar {
  border-bottom: 1px solid #eee;
  background-color: #393939;
}

#top-bar-wrap {
  max-width: 1200px;
  margin: 0 auto;
}

#masthead #top-bar .pull-left {
  float: right;
  margin-bottom: 0px;
}

#masthead ul li {
  list-style: none;
}

.top-links {
  float: left;
}

.top-links ul {
  display: inline-block;
  margin-bottom: 0px;
  margin-left: 0px;
  padding-left: 0px;
}

.top-links ul li {
  float: left;
  height: 44px;

}

.top-links li>a {
  display: block;
  padding: 0 10px;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  height: 44px;
  color: #ffffff;
}

.top-links li.current-menu-item>a,
.top-links li.wpml-ls-current-language a,
.top-links li a:hover {
  color: #c2a67f;
}

#masthead .agama-top-nav a {
  font-size: 12px;
  font-weight: 400;
  text-transform: none;
  color: #ffffff;
}

#masthead .agama-top-nav a:hover {
  color: #c2a67f;
}

.top-links li:first-child>a {
  padding: 0 12px 0 0;
}

.sticky-header {
  padding: 0 20px;
  position: relative;
  z-index: 99;
  width: 100%;

}

.site-header .sticky-header .sticky-header-inner {
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
}

.pull-left {
  float: left;
}

.sticky-header .pull-left a {
  display: block;
}

.sticky-header .pull-left .custom-logo {
  width: 103px;
  padding: 0px 0px 10px 0;
}

.site-header .sticky-header nav {
  padding-right: 0;
  float: right;
  display: inline-block;
  position: relative;
}

#second-menu {
  margin: 0px;
  padding: 0px;
}

#second-menu>li {
  display: inline-block;
  padding-right: 27px;
  margin: 0;
  line-height: 40px;
}

#second-menu>li:last-child {
  padding-right: 0px;
}

#second-menu li a {
  color: #ffffff;
}

#second-menu li a:hover {
  color: #c2a67f;
}


/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
.site-footer {
  background-color: #393939;
}

.site-footer .footer_info {
  display: flex;
  justify-content: space-between;
  width: 70%;
  margin: 0 auto;
  color: #ffffff;
}

.site-footer .footer_info>div {
  min-width: 25%;
}

.site-footer .footer_info p {
  margin-bottom: 0;
}

.site-footer .footer_info .metatext {
  font-size: 20px;
  line-height: 30px;
  margin-top: 0px;
}

.site-footer .footer_info ul {
  margin: 0px;
  padding: 0px;
}

.site-footer .footer_info ul li {
  list-style: none;
}

.site-footer .footer_info ul li a {
  text-decoration: none;
  color: #ffffff;
}

.site-footer .disclaimer {
  border-top: 1px solid #838382;
  width: 70%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  padding-top: 30px;
  margin-top: 30px;
}

.site-footer .disclaimer .logo {
  width: 30%;
}

.site-footer .disclaimer .copyright {
  width: 100%;
}

.site-footer .disclaimer .copyright p {
  color: #ffffff;
  font-size: 20px;
  line-height: 30px;
}

.st0 {
  fill: #838382;
}

@media screen and (max-width: 600px) {
  .site-footer .footer_info {
    display: block;
    width: 90%;
  }

  .site-footer .footer_info>div {
    min-width: 100%;
  }

  .site-footer .disclaimer {
    display: block;
    width: 90%;
  }

  .site-footer .disclaimer .logo {
    width: 100%;
  }
}


footer .footer_inner {
  max-width: 1200px;
  margin: 0 auto;
  border-bottom: 1px solid #ffffff;
}

footer .disclaimer {
  max-width: 1200px;
  margin: 0 auto;
  margin-top: 25px;
}

footer .footer_inner p,
footer .disclaimer p {
  margin-top: 0px;
}

footer .footer_inner a,
footer .disclaimer a {
  color: #ffffff;
}

footer .footer_inner a:hover,
footer .disclaimer a:hover {
  color: #c2a67f;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
optgroup,
textarea {
  color: #404040;
  font-family: "ff-meta-web-pro-normal", sans-serif;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5;
}

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

p {
  margin-bottom: 1.5em;
}

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: 15px;
  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: 15px;
  font-size: 0.9375rem;
}

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

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

big {
  font-size: 125%;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
  box-sizing: border-box;
}

*,
*:before,
*:after {
  /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see https://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
  box-sizing: inherit;
}

body {
  background: #fff;
  /* Fallback for when there is no custom background color defined. */
}

hr {
  background-color: #c2a67f;
  border: 0;
  height: 2px;
  width: 5%;
}

hr+div,
div+hr {
  margin-top: 24px;
}

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

dd {
  margin: 0 1.5em 1.5em;
}

img {
  height: auto;
  /* Make sure images are scaled correctly. */
  max-width: 100%;
  /* Adhere to container width. */
}

figure {
  margin: 1em 0;
  /* Extra wide images within figure tags don't overflow the content area. */
}

blockquote {
  text-transform: uppercase;
  color: #c2a67f;
  font-size: 40px;
}

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

/*--------------------------------------------------------------
# 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: 12px;
  font-size: 0.75rem;
  line-height: 1;
  padding: .6em 1em .4em;
}

.button-gold button.vc_general,
.button-gold a.vc_general {
  background-color: #c2a67f;
  color: #ffffff;
  padding: 10px 50px 10px 40px;
}

.button-gold button.vc_general .vc_btn3-icon.fa,
.button-gold a.vc_general .vc_btn3-icon.fa {
  right: 30px !important;
}

.button-gold button.vc_general:hover,
.button-gold a.vc_general:hover {
  background-color: #ffffff;
  color: #c2a67f;
  border-style: solid;
  border-width: 1px;
  border-color: #c2a67f;
}


.button-white button.vc_general,
.button-white a.vc_general {
  background-color: #ffffff;
  color: #c2a67f;
  border-style: solid;
  border-width: 1px;
  border-color: #c2a67f;
  padding: 10px 50px 10px 40px;
}

.button-white button.vc_general .vc_btn3-icon.fa,
.button-white a.vc_general .vc_btn3-icon.fa {
  right: 30px !important;
}

.button-white button.vc_general:hover,
.button-white a.vc_general:hover {
  background-color: #c2a67f;
  color: #ffffff;
  /*    border-style: solid;
        border-width: 1px;
      border-color: #c2a67f;*/
}


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%;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
  color: #c2a67f;
}

a:visited {
  color: #c2a67f;
}

a:hover,
a:focus,
a:active {
  color: #c2a67f;
}

a:focus {
  outline: thin dotted;
}

a:hover,
a:active {
  outline: 0;
}

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.main-navigation {
  clear: both;
  display: block;
  /*	float: left;
  	width: 100%;*/
  width: 25%;
  justify-content: space-between;
}

.main-navigation .menu-right-menu-container {
  width: 65%;
}

.main-navigation #menu-mobile-menu,
.main-navigation #menu-mobile-menu-en,
.main-navigation #menu-mobile-menu-tk {
  display: none;
}

.main-navigation ul {
  display: none;
  list-style: none;
  margin: 0;
  padding-left: 0;
  display: flex;
  justify-content: space-between;
}

.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;
}

.main-navigation ul ul ul {
  left: -999em;
  top: 0;
}

.main-navigation ul ul li:hover>ul,
.main-navigation ul ul li.focus>ul {
  left: 100%;
}

.main-navigation ul ul a {
  /*	width: 200px;*/
  color: #ffffff;
  text-transform: uppercase;
}

.main-navigation ul ul :hover>a,
.main-navigation ul ul .focus>a {
  color: #c2a67f;
}

.main-navigation ul ul a:hover,
.main-navigation ul ul a.focus {
  color: #c2a67f;
}

.main-navigation ul li:hover>ul,
.main-navigation ul li.focus>ul {
  left: auto;
}

.main-navigation li {
  /*	float: left;
    	position: relative;*/
  display: inline-block;
}

.main-navigation li:hover>a,
.main-navigation li.focus>a {
  color: #c2a67f;
  font-weight: bold;
}

.main-navigation a {
  display: block;
  text-decoration: none;
  color: #ffffff;
  text-transform: uppercase;
}

.main-navigation .current_page_item>a,
.main-navigation .current-menu-item>a,
.main-navigation .current_page_ancestor>a,
.main-navigation .current-menu-ancestor>a,
#second-menu .current_page_item>a,
#second-menu .current_page_item>a:hover {
  color: #c2a67f;
}

/* Small menu. */
.menu-toggle {
  display: inline-block;
  background-color: transparent;
  border: none !important;
  border-radius: 0px;
  /*	padding: .6em 0em .8em;*/
  float: right;
  margin-top: 0%;
  padding: 0 15px;
  outline: none;
  font-size: 2em;
  color: #ffffff;
  margin-right: 15px;
  cursor: pointer;
}

.main-navigation.toggled #menu-mobile-menu {
  display: flex;
  flex-direction: column;
  background-color: transparent;
  border: none !important;
  border-radius: 0px;
  text-align: right;
  padding: 0 15px;
  outline: none;
}

@media screen and (min-width: 37.5em) {

  .menu-toggle,
  #site-navigation {
    display: none;
  }

  .main-navigation ul {
    /*	display: block;*/
  }
}

.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
  margin: 0 0 1.5em;
  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%;
}

@media screen and (max-width:850px) {
  .site-header .site-branding {
    top: 15px;
    padding: 0 15px;
    width: 60%;
    position: absolute;
  }

  .site-header .site-branding img {
    width: 50%;
  }

  .left-menu,
  .right-menu {
    display: none;
  }

  .menu-toggle,
  #site-navigation {
    display: block;
  }

  #site-navigation {
    display: block;
    width: 100%;
    position: absolute;
    left: 0;
    right: 30px;
    float: right;
    top: 0;
    bottom: 0px;
    width: 100%;
  }

  #site-navigation #mobile {
    display: none;
  }

  #site-navigation.toggled {
    width: 100%;
  }


  #site-navigation .menu-toggle {
    color: #ffffff;
  }

  #site-navigation.toggled .menu-toggle {
    display: inline-block;
    background-color: transparent;
    border: none !important;
    border-radius: 0px !important;
    /*	padding: .6em 0em .8em;*/
    float: right;
    padding: 0 15px;
    outline: none;
    color: #c2a67f;
  }

  #site-navigation.toggled .menu-toggle:focus {
    outline: none;
  }

  #site-navigation.toggled .menu-toggle:active {
    border: none !important;
    border-radius: 0px !important;
  }

  #site-navigation.toggled .menu-toggle:hover {
    border: none !important;
    border-radius: 0px !important;
  }

  #site-navigation.toggled .menu-container {
    position: relative;
    width: 100%;
    top: 30px;
    background-color: #393939;
    margin: 0;
    display: inline-block;
    padding: 0;
    z-index: 1;
    background: #393939;
    z-index: 2;
    border-top-color: #c2a67f;
    border-style: solid;
    border-width: 1px;
  }

  #site-navigation.toggled .menu-container ul {
    display: flex;
    flex-direction: column;
    text-align: right;
    width: 100%;
  }

  #site-navigation.toggled .menu-container ul li {
    display: block;
    padding: 8px 0;
    color: #c2a67f;
  }

  #site-navigation.toggled .menu-container ul li:hover {
    color: #c2a67f;
  }

  #site-navigation.toggled .menu-container ul a {
    color: #ffffff;
    font-size: 18px;
    text-align: center;
    font-weight: 700;
    line-height: 40px;
    padding: 0;
  }

  #site-navigation.toggled .menu-container ul a:hover {
    color: #c2a67f;
  }

  #site-navigation.toggled #mobile {
    display: block;
    text-align: right;
  }


}

/*--------------------------------------------------------------
# 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;
  /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.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: #393939;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}

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

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

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

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

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
  content: "";
  display: table;
  table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
  clear: both;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
  margin: 0 0 1.5em;
  /* Make sure select elements fit in widgets. */
}

.widget select {
  max-width: 100%;
}

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

.post,
.page {
  margin: 0 auto;
}

.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;
}

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

.bypostauthor {
  display: block;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
  /* Theme Footer (when set to scrolling) */
  display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.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;
}

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

.gallery-columns-2 .gallery-item {
  max-width: 50%;
}

.gallery-columns-3 .gallery-item {
  max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
  max-width: 25%;
}

.gallery-columns-5 .gallery-item {
  max-width: 20%;
}

.gallery-columns-6 .gallery-item {
  max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
  max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
  max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
  max-width: 11.11%;
}

.gallery-caption {
  display: block;
}

/*--------------------------------------------------------------
  ## Carousel
  --------------------------------------------------------------*/

.content-over-slider .slick-slide .content-section {
  position: absolute;
  width: 100%;
  background: rgba(0, 0, 0, 0.5);
  height: 100%;
  padding-top: 13% !important;
}

.content-over-slider .slick-slide img {
  margin-bottom: 0px !important;
}

.site-main .vc_images_carousel .vc_carousel-control {
  color: #000000;
  opacity: 1;
  text-shadow: none;
  width: 150px;
  height: 100px;
  margin-top: 0px;
  top: 40%;
}

.site-main .vc_images_carousel .vc_right.vc_carousel-control {
  margin-right: 20px;
}

.site-main .vc_images_carousel .vc_carousel-control .icon-next,
.site-main .vc_images_carousel .vc_carousel-control .icon-prev {
  width: 50px;
  height: 50px;
  margin-top: -45px !important;
  margin-left: -20px;
  font-size: 60px;
  color: #c2a67f;
  opacity: 1;
  border: 2px solid #c2a67f;
  border-radius: 50px;
  background: rgba(255, 255, 255, 0.9);
}

.site-main .vc_images_carousel .vc_carousel-control .icon-prev {
  margin-left: -35px;
}

.site-main .vc_images_carousel .vc_carousel-control .icon-next:before,
.site-main .vc_images_carousel .vc_carousel-control .icon-prev:before {
  top: -28px;
}

.site-main .vc_images_carousel .vc_carousel-indicators li {
  border: 2px solid #c2a67f;
  background: rgba(255, 255, 255, 0.9);
  height: 20px;
  width: 20px;
}


@media all and (max-width: 999px) {

  .site-main .vc_images_carousel .vc_carousel-control .icon-next,
  .site-main .vc_images_carousel .vc_carousel-control .icon-prev {
    width: 75px;
    height: 75px;
    font-size: 90px;

  }

  h1 {
    font-size: 30px;
  }

  h3 {
    font-size: 20px;
  }

  p {
    font-size: 18px;
    line-height: 26px;
  }

  #content #primary {
    margin-top: 131px;
  }

  .sticky-header .pull-left .custom-logo {
    width: 75px;
  }

  .site-header .sticky-header nav {
    display: none;
  }

  .site-header .sticky-header #site-navigation,
  .main-navigation .menu-toggle,
  .main-navigation .menu-container {
    display: block;
  }

  #site-navigation {
    display: block;
    width: 100%;
    position: absolute;
    left: 0;


    top: 0;

  }

  .sticky-header {
    padding: 0px;
  }

  .site-header .sticky-header .sticky-header-inner {
    padding: 0 20px;
  }

  #page #masthead {
    background-color: #393939;
  }

  #site-navigation #mobile {
    display: none;
  }

  #site-navigation.toggled {
    width: 100%;
  }

  #site-navigation.toggled .menu-toggle {
    display: inline-block;
    background-color: transparent;
    border: none !important;
    border-radius: 0px !important;
    /*	padding: .6em 0em .8em;*/
    float: right;
    padding: 0 15px;
    outline: none;
    color: #c2a67f;
  }

  #site-navigation.toggled .menu-toggle:focus {
    outline: none;
  }

  #site-navigation.toggled .menu-toggle:active {
    border: none !important;
    border-radius: 0px !important;
  }

  #site-navigation.toggled .menu-toggle:hover {
    border: none !important;
    border-radius: 0px !important;
  }

  #site-navigation.toggled .menu-container {
    position: relative;
    width: 100%;
    top: 30px;
    background-color: #393939;
    margin: 0;
    display: inline-block;
    padding: 0;
    z-index: 1;
    background: #393939;
    z-index: 2;
    border-top-color: #c2a67f;
    border-style: solid;
    border-width: 1px;
  }

  #site-navigation.toggled .menu-container ul {
    display: flex;
    flex-direction: column;
    text-align: right;
    width: 100%;
  }

  #site-navigation.toggled .menu-container ul li {
    display: block;
    padding: 8px 0;
    color: #c2a67f;
    padding: 0;
  }

  #site-navigation.toggled .menu-container ul li:hover {
    color: #c2a67f;
  }

  #site-navigation.toggled .menu-container ul a {
    color: #ffffff;
    font-size: 18px;
    text-align: center;
    font-weight: 700;
  }

  #site-navigation.toggled .menu-container ul a:hover {
    color: #c2a67f;
  }

  #site-navigation.toggled #mobile {
    display: block;
    text-align: right;
  }

  .entry-content #column-restaurants,
  .entry-content #column-catering,
  .entry-content #column-airline,
  .jobs .vc_col-sm-4,
  .site-main .entry-content .investor_relations-row {
    width: 100% !important;
  }

  .entry-content .investor_relations-row .ir_kacheln #column-unternehmen,
  .entry-content .investor_relations-row .ir_kacheln #column-cooperate,
  .entry-content .investor_relations-row .ir_kacheln #column-finanzkalender,
  .entry-content .investor_relations-row .ir_kacheln #column-hauptversammlung,
  .entry-content .investor_relations-row .ir_kacheln #column-berichte,
  .entry-content .investor_relations-row .ir_kacheln #column-governance {
    width: 100%;
    margin-right: 0px;
  }

  .entry-content .investor_relations-row .ir_kacheln #column-aktie,
  .entry-content .investor_relations-row .ir_kacheln #column-vorstand,
  .entry-content .investor_relations-row .ir_kacheln #column-presse,
  .entry-content .investor_relations-row .ir_kacheln #column-insider,
  .entry-content .investor_relations-row .ir_kacheln #column-doco,
  .entry-content .investor_relations-row .ir_kacheln #column-praesentation {
    width: 100%;
    margin-right: 0px;
    margin-bottom: 20px;
  }

  .entry-content .investor_relations-row .quicklink_color .side_widget:first-child {
    margin-top: 0px;
  }

  .jobs .vc_col-sm-4 {
    margin-bottom: 30px;
  }
}

@media all and (max-width: 600px) {

  .site-main .vc_images_carousel .vc_carousel-control .icon-next,
  .site-main .vc_images_carousel .vc_carousel-control .icon-prev {
    width: 50px;
    height: 50px;
    font-size: 50px;

  }

  .site-main .vc_images_carousel .vc_carousel-control .icon-next:before,
  .site-main .vc_images_carousel .vc_carousel-control .icon-prev:before {
    top: -20px;
  }

  .site-main .vc_images_carousel .vc_right.vc_carousel-control {
    margin-right: 0px;
  }

  .site-main .vc_images_carousel .vc_carousel-indicators li {
    height: 10px;
    width: 10px;
  }
}

/*--------------------------------------------------------------
# Sections
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## 1-Spalter mit Bild fullwidth
--------------------------------------------------------------*/
.entry-content .one_column-full-image .section_content-center {
  width: 70%;
  margin: 0 auto;
  text-align: center;
}

.vc_col-sm-12 .section_content-center {
  width: 70%;
  margin: 0 auto;
  text-align: center;
}


.entry-content .one_column-full-image .wpb_raw_code {
  margin-bottom: 0px;
}

@media screen and (max-width: 600px) {
  .entry-content .one_column-full-image .section_content-center {
    width: 90%;
  }
}

/*--------------------------------------------------------------
## 1-Spalter mit Bild im Content
--------------------------------------------------------------*/
.entry-content .one_column-content-image {
  width: 70%;
  text-align: center;
  margin: 0 auto;
}

.entry-content .one_column-content-image h6 {
  margin-bottom: 10px;
}

.entry-content .sustainability_text {
  width: 50%;
}

.sustainability_column p,
.entry-content .sustainability_text p {
  text-align: justify;
  line-height: 28px !important;
}

.sustainability_text ul {
  margin-left: 0px;
}

.sustainability_text ul li {
  text-align: justify;
  font-size: 20px;
  font-family: "ff-meta-web-pro-normal", sans-serif;
  font-weight: 300;
  line-height: 33px;
}

.packaging .slick-slide img {
  max-width: 75%;
}

.entry-content .color__background-white.sustainability_text {
  height: 100%;
  min-height: 623px;
}

.entry-content .sustainability_text .slick-prev,
.entry-content .sustainability_text .slick-next {
  top: 40%;
}

@media screen and (max-width: 600px) {
  .entry-content .one_column-content-image {
    width: 90%;
  }

  .color__background-white {
    background-position: center 10px;
    background-size: contain;
  }
}

/*--------------------------------------------------------------
## 2-Spalter mit Bild
--------------------------------------------------------------*/
.two_column-image h2 {
  margin-top: 0px;
  border-bottom-style: solid;
  border-bottom-width: 2px;
  border-bottom-color: #393939;
  display: inline-block;
}

.two_column-image p {
  margin-bottom: 0px;
}

.two_column-image .section_content-left {
  text-align: left;
  width: 70%;
  margin: 0 auto;
}


.two_column-image .section_content-left h6 {
  margin: 0;
}

.two_column-image .section_content-left .border-right {
  border-right-style: solid;
  border-color: #c2a67f;
  border-width: 2px;
}

.two_column-image .section_content-left .two_column-image-image .vc_column-inner {
  padding-right: 55px;
  padding-left: 0px;
}

.two_column-image .section_content-left .two_column-image-image .wpb_single_image {
  margin-bottom: 0px;
}

.two_column-image .section_content-left .two_column-image-text .vc_column-inner {
  padding-left: 55px;
  padding-right: 0px;
}

.two_column-image .section_content-left .two_column-image-text .vc_column-inner .wpb_content_element {
  margin-bottom: 25px;
}

.two_column-image .section_content-right {
  text-align: right;
  width: 70%;
  margin: 0 auto;
}

.two_column-image .section_content-right h6 {
  margin: 0;
}


.two_column-image .section_content-right .two_column-image-image .vc_column-inner {
  padding-left: 55px;
  padding-right: 0px;
}

.two_column-image .section_content-right .two_column-image-image .wpb_single_image {
  margin-bottom: 0px;
}

.two_column-image .section_content-right .two_column-image-text .vc_column-inner {
  padding-right: 55px;
  padding-left: 0px;
}

.two_column-image .section_content-right .two_column-image-text .vc_column-inner .wpb_content_element {
  margin-bottom: 25px;
}


.two_column-image .section_content-left .two_column-image-image .vc_column-inner {
  padding-right: 55px;
  padding-left: 0px;
}

.two_column-image .section_content-left .two_column-image-image .wpb_single_image {
  margin-bottom: 0px;
}

.two_column-image .section_content-left .two_column-image-text .vc_column-inner {
  padding-left: 55px;
  padding-right: 0px;
}

.two_column-image .section_content-imagetext {
  text-align: left;
  width: 70%;
  margin: 0 auto;
}

.two_column-image .section_content-imagetext .two_column-image-imagetext .vc_column-inner {
  padding-left: 15px;
  padding-right: 15px;
}

.two_column-image .section_content-imagetext h6 {
  margin: 0;
}

.two_column-image .section_content-left .two_column-image-text .wpb_text_column ul,
.two_column-image .section_content-right .two_column-image-text .wpb_text_column ul {
  margin: 0px;
  padding-left: 35px;
}

.two_column-image .section_content-left .two_column-image-text .wpb_text_column ul li,
.two_column-image .section_content-right .two_column-image-text .wpb_text_column ul li {
  font-size: 20px;
  font-family: "ff-meta-web-pro", sans-serif;
  font-weight: 300;
  line-height: 33px;

}


@media screen and (max-width: 600px) {
  .two_column-image .section_content-left {
    width: 90%;
  }

  .two_column-image .section_content-left .two_column-image-image .vc_column-inner {
    padding-right: 0px;
  }

  .two_column-image .section_content-left .two_column-image-text .vc_column-inner {
    padding-left: 0px;
  }

  .two_column-image .section_content-right,
  .two_column-image .section_content-center,
  .two_column-image .section_content-imagetext {
    width: 90%;
  }
}

/*--------------------------------------------------------------
## 3-Spalter mit Bild
--------------------------------------------------------------*/
.entry-content .three_column-image {
  text-align: left;
  width: 70%;
  margin: 0 auto;
}

.entry-content .three_column-image .section_content-left .vc_column-inner {
  padding-left: 15px;
  padding-right: 15px;
}

.entry-content .three_column-image h6 {
  margin-top: 0px;
  margin-bottom: 0px;
  height: 66px;
}

.entry-content .three_column-image.jobs h6 {
  font-size: 22px;
  line-height: 24px;
  margin-top: 10px;
}

.entry-content .three_column-image .section_content-bg-grey .wpb_single_image {
  margin-bottom: 0px;
}

.entry-content .three_column-image .section_content-bg-grey .wpb_wrapper {
  background-color: #393939;
  color: #ffffff;
}

.entry-content .three_column-image .section_content-bg-grey .wpb_wrapper:hover {
  background-color: #c2a67f;
  color: #ffffff;
}

.entry-content .three_column-image .section_content-bg-grey .wpb_wrapper .three_column-image_bg-grey {
  padding: 10px 50px;
  margin-bottom: 0px;
}

.entry-content .three_column-image .section_content-bg-grey .wpb_wrapper .three_column-image_bg-grey .wpb_wrapper {
  background-color: transparent;
}

.entry-content .three_column-image .section_content-bg-grey .wpb_wrapper h3 {
  margin: 0px;
  border-bottom-style: solid;
  border-width: 1px;
  border-color: #ffffff;
  padding-bottom: 15px;

}

.entry-content .three_column-image.doco_people .wpb_text_column .wpb_wrapper {
  min-height: 500px;
}

.entry-content .three_column-image.doco_people .wpb_text_column .wpb_wrapper h3 {
  height: 25%;
}

.three_column-bg-darkgrey .doco_people .vc_column_container .content_inner_box .vc_column-inner,
.three_column-bg-darkgrey .doco_people .vc_column_container .content_inner_box .vc_column-inner .wpb_wrapper {
  padding-left: 0px;
  padding-right: 0px;
}

div.responsible_communication p a {
  color: white;
}

.entry-content .three_column-image.doco_companydetails .wpb_text_column .wpb_wrapper {
  height: 400px;
}

.entry-content .three_column-image.doco_companydetails .wpb_text_column .wpb_wrapper h3 {
  height: 25%;
}

.entry-content .color__background-darkgrey.three_column-bg-darkgrey.dark-principles .three_column-image,
.entry-content .three_column-image.doco_people.sustainability_column.dark-principles {
  width: 90%;
}

.entry-content .color__background-darkgrey.three_column-bg-darkgrey.dark-principles .three_column-image .wpb_wrapper {
  min-height: 570px;
}

.entry-content .three_column-image.doco_people.sustainability_column.dark-principles .wpb_wrapper {
  min-height: 1000px;
}

.entry-content .three_column-image.diversity .wpb_wrapper .sustainability_column {
  min-height: 740px;
}

@media all and (max-width: 1750px) {
  .entry-content .color__background-darkgrey.three_column-bg-darkgrey.dark-principles .three_column-image .wpb_wrapper {
    min-height: 650px;
  }
}

@media all and (max-width: 1550px) {
  .entry-content .three_column-image.doco_companydetails .section_content-bg-grey .wpb_wrapper .three_column-image_bg-grey {
    padding: 10px 25px;
    height: 450px;
  }

  .entry-content .color__background-darkgrey.three_column-bg-darkgrey.dark-principles .three_column-image .wpb_wrapper {
    min-height: 720px;
  }
}


.entry-content .three_column-image .section_content-bg-grey .wpb_wrapper p {
  font-size: 19px;
  line-height: 26px;

}

.entry-content .three_column-image .section_content-bg-grey .wpb_wrapper .three_column-image_button_darkgrey {
  text-align: center;
  display: block;
  padding-bottom: 20px;
}

.entry-content .three_column-image .section_content-bg-grey .wpb_wrapper .three_column-image_button_darkgrey .vc_general {
  color: #393939;
  background-color: #ffffff;
  border-radius: 35px;
  padding: 25px;
  width: 50px;
  height: 50px;
}

.entry-content .three_column-image .section_content-bg-grey .wpb_wrapper .three_column-image_button_darkgrey .vc_general i {
  font-size: 30px;
  font-weight: 600;
}

.entry-content .three_column-image .section_content-bg-gold .wpb_single_image {
  margin-bottom: 0px;
}

.entry-content .three_column-image .section_content-bg-gold .wpb_wrapper {
  background-color: #c2a67f;
  color: #ffffff;
}

.entry-content .three_column-image .section_content-bg-gold .wpb_wrapper .three_column-image_bg-gold {
  padding: 10px 50px;
  margin-bottom: 0px;
}

.entry-content .three_column-image .section_content-bg-gold .wpb_wrapper h3 {
  margin: 0px;
  border-bottom-style: solid;
  border-width: 1px;
  border-color: #ffffff;
  padding-bottom: 15px;
}

.entry-content .three_column-image .section_content-bg-gold .wpb_wrapper p {
  font-size: 19px;
  line-height: 26px;
}

.entry-content .three_column-image .section_content-bg-gold .wpb_wrapper .three_column-image_button_gold {
  text-align: center;
  display: block;
  padding-bottom: 20px;
}

.entry-content .three_column-image .section_content-bg-gold .wpb_wrapper .three_column-image_button_gold .vc_general {
  color: #c2a67f;
  background-color: #ffffff;
  border-radius: 35px;
  padding: 25px;
  width: 50px;
  height: 50px;
}

.entry-content .three_column-image .section_content-bg-gold .wpb_wrapper .three_column-image_button_gold .vc_general i {
  font-size: 30px;
  font-weight: 600;
}



.three_column-bg-darkgrey {
  background-color: #393939;
  color: #ffffff;
  padding: 50px 0;
}



.three_column-bg-olive {
  background-color: #909661;
  color: #ffffff;
  padding: 50px 0;
}

.three_column-bg-olive .vc_column_container .vc_column-inner,
.three_column-bg-darkgrey .vc_column_container .vc_column-inner {
  padding-left: 10px;
  padding-right: 10px;
}


.three_column-bg-olive .wpb_wrapper {
  border-style: solid;
  border-width: 1px;
  border-color: #747272;
  padding: 15px;
}

.three_column-bg-darkgrey .wpb_wrapper {
  border-style: solid;
  border-width: 1px;
  border-color: #c2a67f;
  padding: 15px;
}

.three_column-bg-darkgrey .sustainibilty .wpb_wrapper {
  min-height: 540px;
}


.three_column-bg-darkgrey .wpb_wrapper:hover {
  background-color: #c2a67f;
}

.three_column-bg-darkgrey .wpb_wrapper:hover h6 {
  color: #ffffff;
}

.three_column-bg-darkgrey .wpb_wrapper:hover p {
  color: #393939;
}

.three_column-bg-darkgrey .wpb_wrapper:hover .kitchen_darkgrey,
.three_column-bg_darkgrey .wpb_wrapper:hover .pastery_darkgrey,
.three_column-bg_darkgrey .wpb_wrapper:hover .doco_darkgrey {
  display: block;
}

.three_column-bg-darkgrey .kitchen_darkgrey,
.three_column-bg-darkgrey .pastery_darkgrey,
.three_column-bg-darkgrey .doco_darkgrey {
  display: none;
}

.three_column-bg-darkgrey .wpb_wrapper:hover .kitchen_white,
.three_column-bg-darkgrey .wpb_wrapper:hover .pastery_white,
.three_column-bg-darkgrey .wpb_wrapper:hover .doco_white {
  display: none;
}

.three_column-bg-olive .content_inner_box .vc_column-inner .wpb_wrapper,
.three_column-bg-darkgrey .content_inner_box .vc_column-inner .wpb_wrapper {
  border: none;
}

.three_column-bg-darkgrey .content_inner_box .vc_column-inner .wpb_wrapper:hover {
  border-style: solid;
  border-width: 1px;
  border-color: #393939;
}




.three_column-bg-darkgrey .content_inner_box .vc_column-inner .wpb_text_column,
.three_column-bg-olive .content_inner_box .vc_column-inner .wpb_text_column {
  margin-bottom: 0px;
}


.three_column-bg-darkgrey .content_inner_box .vc_column-inner .wpb_text_column .wpb_wrapper,
.three_column-bg-olive .content_inner_box .vc_column-inner .wpb_text_column .wpb_wrapper {
  border: none;
}


.three_column-bg-darkgrey .wpb_text_column .wpb_wrapper,
.three_column-bg-olive .wpb_text_column .wpb_wrapper {
  border: none;
  padding: 0px 15px 0 15px;
}

.three_column-bg-olive h6 {
  font-size: 24px;
  color: #747272;
}

.three_column-bg-darkgrey h6 {
  font-size: 24px;
  color: #c2a67f;
}


.three_column-bg-olive p,
.three_column-bg-darkgrey p {
  font-size: 20px;
  line-height: 33px;
}

.three_column-bg-darkgrey .three_column-bg-darkgrey-button_gold {
  text-align: center;
  display: block;
  width: 100%;
  position: relative;
  top: 60px;
  margin-bottom: 0px;
}

.three_column-bg-darkgrey .three_column-bg-darkgrey-button_gold .vc_general {
  color: #393939;
  background-color: #c2a67f;
  border-radius: 35px;
  padding: 25px;
  width: 50px;
  height: 50px;
  border-color: #393939;
  border-style: solid;
  border-width: 5px;
}

.three_column-bg-darkgrey .three_column-bg-darkgrey-button_gold .vc_general i {
  font-size: 30px;
  font-weight: 600;
}

.three_column-bg-darkgrey .three_column-bg-darkgrey-button_gold .vc_general.vc_btn3:focus,
.three_column-bg-darkgrey .three_column-bg-darkgrey-button_gold .vc_general.vc_btn3:hover {
  border-width: 5px !important;
}

.oneimage-bg-darkgrey {
  background-color: #393939;
  color: #ffffff;
  padding: 50px 0 0 0;
}


.oneimage-bg-darkgrey .vc_column_container .vc_column-inner {
  padding-left: 10px;
  padding-right: 10px;

}

.oneimage-bg-darkgrey .wpb_wrapper {
  padding: 15px;
}

.oneimage-bg-darkgrey .wpb_wrapper:hover {
  background-color: #c2a67f;

}

.oneimage-bg-darkgrey .wpb_wrapper:hover h6 {
  color: #ffffff;

}

.oneimage-bg-darkgrey .wpb_wrapper:hover p {
  color: #393939;

}

.oneimage-bg-darkgrey .wpb_single_image .wpb_wrapper {
  border: 1px solid #c2a67f;
}

@media all and (max-width: 1550px) {
  .entry-content .three_column-image .section_content-bg-grey .wpb_wrapper h3 {
    height: 150px;
  }

  .entry-content .three_column-image .section_content-bg-grey .wpb_wrapper p {
    height: auto;
  }

  .entry-content .three_column-image.doco_companydetails .wpb_text_column .wpb_wrapper {
    height: auto;
  }

  .main-navigation {
    width: 35%;
  }

  .main-navigation ul li a {
    font-size: 14px;
  }
}

@media all and (max-width: 1360px) {
  .entry-content .three_column-image.doco_companydetails .section_content-bg-grey .wpb_wrapper h3 {
    height: 20%;
    font-size: 20px;
  }

  .entry-content .three_column-image .section_content-bg-grey .wpb_wrapper p {
    /*  height: 360px;*/
    font-size: 16px;
    line-height: 25px;
  }

  .three_column-bg-darkgrey .three_column-bg-darkgrey-button_gold {
    top: 40px;
  }

  .three_column-bg-darkgrey .wpb_wrapper {
    padding: 5px;
  }

  .three_column-bg-darkgrey .wpb_text_column .wpb_wrapper {
    padding: 0 5px;
  }
}

@media all and (max-width: 1280px) {
  .entry-content .three_column-image .section_content-bg-grey .wpb_wrapper .three_column-image_bg-grey {
    padding: 10px 35px;
  }


  .entry-content .three_column-image.doco_companydetails .section_content-bg-grey .wpb_wrapper .three_column-image_bg-grey {
    padding: 10px 25px;
    height: auto;
  }

  .entry-content .three_column-image.doco_companydetails .section_content-left {
    margin-bottom: 25px;
  }

  .three_column-image.doco_companydetails .section_content-left {
    width: 100%;
  }

  .three_column-image.doco_companydetails .section_content-left .wpb_single_image {
    text-align: center;
  }


}

@media all and (max-width: 1190px) {
  .entry-content .three_column-image .section_content-bg-grey .wpb_wrapper h3 {
    font-size: 22px;
  }

  .entry-content .three_column-image .section_content-bg-grey .wpb_wrapper p {
    font-size: 16px;
    line-height: 25px;
  }
}

@media all and (max-width: 1080px) {
  /*
  .entry-content .three_column-image .section_content-bg-grey .wpb_wrapper p {
  height: 415px;
}*/
}

@media all and (max-width: 999px) {
  .entry-content .three_column-image .section_content-bg-grey .wpb_wrapper .three_column-image_bg-grey {
    padding: 10px 25px;
  }

  .entry-content .three_column-image .section_content-bg-grey .wpb_wrapper h3 {
    height: 100px;
    font-size: 20px;
    line-height: 25px;
  }

  .entry-content .three_column-image .section_content-bg-grey .wpb_wrapper p {
    /* height: 440px;*/
    line-height: 23px;
  }


}

@media all and (max-width: 767px) {


  .entry-content .sustainability_column .wpb_wrapper {
    padding-left: 10px;
    padding-bottom: 10px;
    padding-right: 10px;
  }

  .entry-content .three_column-image .section_content-bg-grey {
    margin-bottom: 15px;
  }

  .entry-content .three_column-image .section_content-bg-grey .wpb_wrapper h3,
  .color__background-white {
    height: auto;

  }

  .two_column-image .section_content-right {
    border-bottom: 0px !important;
  }

  .entry-content .three_column-image .section_content-bg-grey .wpb_wrapper p {
    height: auto;
  }

  .two_column-image .section_content-left .border-right {
    border-width: 0px;
  }

  .two_column-image .section_content-left .two_column-image-image .vc_column-inner {
    padding-right: 0px;
    margin-bottom: 15px;

  }

  .two_column-image .section_content-right .two_column-image-image .vc_column-inner {
    padding-left: 0px;
    margin-bottom: 15px;
  }

  .two_column-image .section_content-right .two_column-image-text .vc_column-inner {
    padding-right: 0px;
    text-align: left;
  }


}

@media screen and (max-width: 600px) {
  .entry-content .three_column-image {
    width: 90%;
  }

  .entry-content .three_column-image .section_content-bg-grey .wpb_wrapper p {
    font-size: 16px;
    line-height: 25px;
  }

  .three_column-bg-darkgrey .wpb_wrapper {
    padding: 0px;
  }

  .three_column-bg-darkgrey .three_column-bg-darkgrey-button_gold {
    top: 30px;
  }

  .three_column-bg-darkgrey .vc_column_container .vc_column-inner {
    padding-bottom: 45px;
  }

  .three_column-bg-darkgrey .vc_column_container .vc_column-inner .content_inner_box .vc_column-inner {
    padding-bottom: 0px;
  }
}

/*--------------------------------------------------------------
## 1-Spalter mit Video fullwidth
--------------------------------------------------------------*/
.video-container {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}

.video-container iframe,
.video-container object,
.video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/*--------------------------------------------------------------
## 1-Spalter mit Bild im Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## 2-Spalter mit Video
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## 3-Spalter mit Video
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## 1-Spalter mittig
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## 2-Spalter linksbündig
--------------------------------------------------------------*/
.entry-content .two_column-left {
  width: 70%;
  text-align: center;
  margin: 0 auto;
}

.entry-content .two_column-left .two_column-left-text {
  text-align: left;
  margin: 0 auto;
}

@media screen and (max-width: 600px) {
  .entry-content .two_column-left {
    width: 90%;
  }
}

/*--------------------------------------------------------------
## 3-Spalter linksbündig
--------------------------------------------------------------*/
.entry-content .three_column-left {
  width: 70%;
  text-align: center;
  margin: 0 auto;
}

.entry-content .three_column-left .three_column-left-text {
  text-align: left;
  margin: 0 auto;
}

.entry-content .three_column-left .three_column-left-text .vc_column-inner {
  padding-left: 15px;
  padding-right: 15px;
}

@media screen and (max-width: 600px) {
  .entry-content .three_column-left {
    width: 90%;
  }
}

/*--------------------------------------------------------------
## 4-Spalter linksbündig
--------------------------------------------------------------*/
.entry-content .four_column-left {
  width: 70%;
  text-align: center;
  margin: 0 auto;
}

.entry-content .four_column-left .four_column-left-text {
  text-align: left;
  margin: 0 auto;
}

@media screen and (max-width: 600px) {
  .entry-content .four_column-left {
    width: 90%;
  }
}

/*--------------------------------------------------------------
## Text + Zitat
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Download Section
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Newsletter
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Foto-Gallery
--------------------------------------------------------------*/
.foto-gallery h2 {
  margin-top: 0px;
  border-bottom-style: solid;
  border-bottom-width: 2px;
  border-bottom-color: #393939;
  display: inline-block;
}

.foto-gallery p {
  margin-bottom: 0px;
}

.fbx-rounded .fbx-inner {
  border-radius: 0px;
}

.fbx-rounded .fbx-item-current,
.fbx-rounded .fbx-item-image,
.fbx-rounded .fbx-item-next {
  border-radius: 0px;
}

.fbx-rounded.fbx-desktop .fbx-next {
  right: 0px;
  border: 0px;
  border-radius: 0px;
  box-shadow: none;
  background-color: transparent;
}

.fbx-rounded.fbx-desktop .fbx-next:before {
  color: #ffffff;
  content: '\f054';
  font-family: FontAwesome;
  color: #FFFFFF !important;
  font-size: 20px;
}

.fbx-rounded.fbx-desktop .fbx-next:hover {
  box-shadow: none;
}

.fbx-rounded.fbx-desktop .fbx-prev {
  left: 0px;
  border: 0px;
  border-radius: 0px;
  box-shadow: none;
  background-color: transparent;
}

.fbx-rounded.fbx-desktop .fbx-prev:before {
  color: #ffffff;
  content: '\f053';
  font-family: FontAwesome;
  color: #FFFFFF !important;
  font-size: 20px;
}

.fbx-rounded.fbx-desktop .fbx-prev:hover {
  box-shadow: none;
}

/*--------------------------------------------------------------
## Foto-Gallery Pop-Up
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## timeline
--------------------------------------------------------------*/
.entry-content .timeline-row {
  width: 70%;
  margin: 0 auto;
}

.entry-content .timeline-row .vc_column-inner {
  padding-right: 1px;
  padding-left: 1px;
}

.entry-content .timeline-row .gold-bg {
  background-color: #c2a67f;
  color: #393939;
  margin-bottom: 0px;
}

.entry-content .timeline-row .gold-bg h2 {
  color: #393939;
  margin-top: 2px;
  margin-bottom: 0px;
}

.entry-content .timeline-row .gold-bg p {
  font-size: 24px;
  font-family: "ff-meta-web-pro", sans-serif;
  font-weight: 300;
  line-height: 33px;
  margin-bottom: 0px;
  padding: 0 1.5em 1.5em 1.5em;
}

.entry-content .timeline-row .gold-bg .bg-margin-for-link {
  text-align: center;
  padding: 0 1.5em;
}

.entry-content .timeline-row .gold-bg .bg-margin-for-link>div {
  padding: 0px;
  font-size: 24px;
  font-family: "ff-meta-web-pro", sans-serif;
  font-weight: 300;
  line-height: 33px;
}

.entry-content .timeline-row .gold-bg .bg-showmore-plg-link {
  text-align: center;
  display: block;
}

.entry-content .timeline-row .gold-bg .bg-showmore-plg-link:before {
  content: '\f078';
  font-family: FontAwesome;
  color: #393939;
  font-size: 30px;
}

.entry-content .timeline-row .gold-bg .bg-showmore-plg-link.bg-close {
  content: '';
}

.entry-content .timeline-row .gold-bg .bg-showmore-plg-link.bg-close:before {
  content: '\f077';
  font-family: FontAwesome;
  color: #393939;
  font-size: 30px;
}

.entry-content .timeline-row .darkgrey-bg {
  background-color: #393939;
  color: #ffffff;
  margin-bottom: 0px;
}

.entry-content .timeline-row .darkgrey-bg h2 {
  color: #c2a67f;
  margin-top: 2px;
  margin-bottom: 0px;
}

.entry-content .timeline-row .darkgrey-bg p {
  font-size: 24px;
  font-family: "ff-meta-web-pro", sans-serif;
  font-weight: 300;
  line-height: 33px;
  margin-bottom: 0px;
  padding: 0 1.5em 1.5em 1.5em;
}

.entry-content .timeline-row .darkgrey-bg .bg-margin-for-link {
  text-align: center;
  padding: 0 1.5em;
}

.entry-content .timeline-row .darkgrey-bg .bg-margin-for-link>div {
  padding: 0px;
  font-size: 24px;
  font-family: "ff-meta-web-pro", sans-serif;
  font-weight: 300;
  line-height: 33px;
}

.entry-content .timeline-row .darkgrey-bg .bg-showmore-plg-link {
  text-align: center;
  display: block;
}

.entry-content .timeline-row .darkgrey-bg .bg-showmore-plg-link:before {
  content: '\f078';
  font-family: FontAwesome;
  color: #ffffff;
  font-size: 30px;
}

.entry-content .timeline-row .darkgrey-bg .bg-showmore-plg-link.bg-close {
  content: '';
}

.entry-content .timeline-row .darkgrey-bg .bg-showmore-plg-link.bg-close:before {
  content: '\f077';
  font-family: FontAwesome;
  color: #ffffff;
  font-size: 30px;
}

.entry-content .timeline-row .darkgrey-bg .bg-showmore-plg-link~p,
.entry-content .timeline-row .gold-bg .bg-showmore-plg-link~p {
  display: none;
}

@media screen and (max-width: 600px) {
  .entry-content .timeline-row {
    width: 90%;
  }
}

/*--------------------------------------------------------------
## Video-Gallery
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Video-Section
--------------------------------------------------------------*/
.video-section h2 {
  margin-top: 0px;
  border-bottom-style: solid;
  border-bottom-width: 2px;
  border-bottom-color: #393939;
  display: inline-block;
}

.video-section p {
  margin-bottom: 0px;
}

/*--------------------------------------------------------------
## Video-Section full-width
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Investor Relations
--------------------------------------------------------------*/
.entry-content .ir_kacheln #column-unternehmen,
.entry-content .ir_kacheln #column-cooperate,
.entry-content .ir_kacheln #column-finanzkalender,
.entry-content .ir_kacheln #column-hauptversammlung {
  width: 31.2%;
  margin-right: 20px;
}

.entry-content #column-restaurants,
.entry-content #column-catering,
.entry-content #column-airline {
  width: 33.3%;

}


.entry-content .ir_kacheln #column-aktie,
.entry-content .ir_kacheln #column-vorstand,
.entry-content .ir_kacheln #column-presse,
.entry-content .ir_kacheln #column-insider,
.entry-content .ir_kacheln #column-presentation,
.entry-content .ir_kacheln #column-analyst {
  width: 32%;
  margin-right: 20px;
}

.entry-content .ir_kacheln #column-doco,
.entry-content .ir_kacheln #column-praesentation {
  width: 32%;

}

.entry-content .ir_kacheln #column-praesentation p {
  color: #ffffff;
}

.entry-content .ir_kacheln #column-unternehmen,
.entry-content .ir_kacheln #column-cooperate,
.entry-content .ir_kacheln #column-berichte {
  margin-bottom: 20px;
}

.entry-content .ir_kacheln #column-berichte,
.entry-content .ir_kacheln #column-governance {
  width: 31.2%;
}

.entry-content .ir_kacheln #column-finanzkalender,
.entry-content .ir_kacheln #column-hauptversammlung,
.entry-content .ir_kacheln #column-governance {
  margin-bottom: 10px;
}

.entry-content #column-airline .content-airline,
.entry-content #column-restaurants .content-restaurants,
.entry-content #column-catering .content-catering,
.entry-content .ir_kacheln #column-unternehmen .content-unternehmen,
.entry-content .ir_kacheln #column-cooperate .content-cooperate,
.entry-content .ir_kacheln #column-berichte .content-berichte,
.entry-content .ir_kacheln #column-finanzkalender .content-finanzkalender,
.entry-content .ir_kacheln #column-hauptversammlung .content-hauptversammlung,
.entry-content .ir_kacheln #column-governance .content-governance,
.entry-content .ir_kacheln #column-aktie .content-aktie,
.entry-content .ir_kacheln #column-vorstand .content-vorstand,
.entry-content .ir_kacheln #column-doco .content-doco,
.entry-content .ir_kacheln #column-insider .content-insider,
.entry-content .ir_kacheln #column-presse .content-presse,
.entry-content .ir_kacheln #column-praesentation .content-praesentation,
.entry-content .ir_kacheln #column-presentation .content-presentation,
.entry-content .ir_kacheln #column-analyst .content-analyst {
  width: 100%;
  min-height: 205px;
}

.entry-content .ir_kacheln .wpb_single_image,
.entry-content .ir_kacheln .wpb_text_column {
  margin-bottom: 25px;
}

.entry-content .investor_relations-row {
  width: 70%;
  margin: 0 auto;
}

.entry-content .investor_relations-row .vc_column-inner {
  padding-left: 10px;
  padding-right: 10px;
}

.entry-content .investor_relations-row h1 {
  font-size: 33px;
  line-height: 33px;
  font-weight: 900;
}

.entry-content .investor_relations-row a {
  text-decoration: none;
  font-size: 17px;
  word-break: break-word;
}

.entry-content .investor_relations-row p {
  font-size: 16px;
  line-height: 30px;
  margin: 0px;
  font-weight: 600;
  width: 95%;
  margin: 0 auto;
}

.entry-content .investor_relations-row .vc_col-sm-4 .vc_column-inner {
  background-color: #f2f2f3;
  border-top-style: solid;
  border-top-color: #c2a67f;
  border-top-width: 3px;
  height: 205px;
}

.entry-content .investor_relations-row .vc_col-sm-4 .vc_column-inner:hover {
  background-color: #e4e4e5;
}

.entry-content .investor_relations-row .vc_col-sm-4 .vc_column-inner .wpb_single_image {
  margin-top: 15px;
}

.entry-content .investor_relations-row .widget_nav_menu {
  background-color: #f2f2f3;
}

.entry-content .investor_relations-row .widget_nav_menu .widgettitle {
  font-size: 23px;
  padding: 15px;
  margin-bottom: 0;
}

.entry-content .investor_relations-row .widget_nav_menu .menu {
  margin: 0px;
  padding: 0 0px 15px 0px;
}

.entry-content .investor_relations-row .widget_nav_menu .menu li {
  list-style: none;
  border-top: 1px solid #d4d4d5;
}

.entry-content .investor_relations-row .widget_nav_menu .menu li>ul {
  margin: 0px;
  padding: 0px;
  display: none;
}

.entry-content .investor_relations-row .widget_nav_menu .menu li a {
  font-size: 19px;
  color: #353534;
  padding: 10px 10px;
  display: block;
  font-weight: 500;
}

.entry-content .investor_relations-row .widget_nav_menu .menu li.menu-item-has-children a {
  font-weight: 600;
}

.entry-content .investor_relations-row .widget_nav_menu .menu li.menu-item-has-children a:after {
  content: '\f054';
  font-family: FontAwesome;
  margin-top: 3px;
  float: right;
}

.entry-content .investor_relations-row .widget_nav_menu .menu li.current-menu-ancestor {
  background-color: #c2a67f;
}

.entry-content .investor_relations-row .widget_nav_menu .menu li.current-menu-ancestor a:after {
  content: '\f078';
  font-family: FontAwesome;
  margin-top: 0px;
  float: right;
}

.entry-content .investor_relations-row .widget_nav_menu .menu li.current-menu-ancestor ul.sub-menu {
  display: block;
}

.entry-content .investor_relations-row .widget_nav_menu .menu li.current-menu-ancestor ul.sub-menu li {
  background-color: #f2f2f3;
}

.entry-content .investor_relations-row .widget_nav_menu .menu li.current-menu-ancestor ul.sub-menu li a {
  font-size: 16px;
  line-height: 33px;
}

.entry-content .investor_relations-row .widget_nav_menu .menu li.current-menu-ancestor ul.sub-menu li a:after {
  content: '';
}

.entry-content .investor_relations-row .widget_nav_menu .menu li.current-menu-ancestor ul.sub-menu li.current-menu-item a {
  color: #c2a67f;
}

.entry-content .investor_relations-row .side_widget {
  margin-top: 1em;
  background-color: #f2f2f3;
}

.entry-content .investor_relations-row .side_widget:first-child {
  margin-top: 0em;
}

.entry-content .investor_relations-row .side_widget .wpb_text_column {
  padding: 10px;
}

.entry-content .investor_relations-row .side_widget .wpb_text_column h2 {
  font-size: 21px;
  /*  padding: 15px;*/
  margin-bottom: 15px;
  margin-top: 0px;
}

.entry-content .investor_relations-row .side_widget .wpb_text_column a {
  font-size: 17px;
  font-weight: normal;
}

.entry-content .investor_relations-row .side_widget .wpb_text_column p {
  font-size: 16px;
  line-height: normal;
}

.entry-content .investor_relations-row .side_widget .wpb_text_column .menu {
  margin: 0px;
  /*    padding: 0 15px 15px 15px;*/
  padding: 0px;
}

.entry-content .investor_relations-row .side_widget .wpb_text_column .menu li {
  list-style: none;
  padding: 5px 0px;
  width: 90%;
}

.entry-content .investor_relations-row .side_widget .wpb_text_column .menu li:after {
  content: '\f054';
  font-family: FontAwesome;
  margin-top: 3px;
  float: right;
}

.entry-content .investor_relations-row .side_widget .wpb_text_column .menu li a {
  font-size: 17px;
  /* color: #353534;*/
  word-break: break-word;
}

.entry-content .investor_relations-row .downloads ul {
  margin: 0px;
  padding: 0px;
}

.entry-content .investor_relations-row .downloads ul li {
  list-style: none;
}

.entry-content .investor_relations-row .side_widget.contact img.alignleft {
  margin-right: 0.7em;
}

.entry-content .investor_relations-row .side_widget.contact a {
  font-size: 16px;
  line-height: normal;
  word-break: break-word;
}

.entry-content .investor_relations-row .side_widget.contact ul {
  margin: 0px;
  padding: 0px;
}

.entry-content .investor_relations-row .side_widget.contact ul li {
  list-style: none;
  padding: 5px 0px;
}

.entry-content .investor_relations-row .vc_grid-container-wrapper .flash-news .vc_gitem-row-position-top {
  position: static;
}

.entry-content .investor_relations-row .vc_grid-container-wrapper .flash-news .vc_gitem-row-position-top .vc_gitem-col-align- {
  padding: 15px 0;
  border-top: 1px solid #d4d4d5;
}

.entry-content .investor_relations-row .vc_grid-container-wrapper .flash-news .vc_gitem-row-position-top .vc_gitem-post-data-source-post_date {
  display: inline-block;
  margin-right: 20px;
  color: #919191;
  margin-bottom: 5px;
}

.entry-content .investor_relations-row .vc_grid-container-wrapper .flash-news .vc_gitem-row-position-top .vc_gitem-post-data-source-post_categories {
  display: inline-block;
  text-transform: uppercase;
  color: #919191;
  margin-bottom: 5px;
}

.entry-content .investor_relations-row .vc_grid-container-wrapper .flash-news .vc_gitem-row-position-top .vc_gitem-post-data-source-post_title {
  font-size: 23px;
  line-height: 32px;
  text-transform: uppercase;
  font-weight: 900;
}

.entry-content .investor_relations-row .vc_grid-container-wrapper .flash-news .vc_gitem-row-position-top p {
  font-size: 15px;
  line-height: 23px;
  font-weight: 500;
}

.entry-content .investor_relations-row .vc_btn3-container {
  border-top-style: solid;
  border-top-width: 1px;
  border-top-color: #c2a67f;
  width: 100%;
}

.entry-content .investor_relations-row .vc_btn3-container a {
  background-color: #FFFFFF;
  padding: 0px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  top: -15px;
  padding: 0 20px;
  margin-top: 0px;
  margin-bottom: 0px;
  width: 20%;
  color: #c2a67f;
  font-size: 16px;
  line-height: 16px;
  font-weight: 700;
}

.entry-content .investor_relations-row .vc_btn3-container a:hover {
  background-color: #FFFFFF;
  color: #c2a67f;
}

.entry-content .investor_relations-row .ir_kacheln .vc_col-sm-4:nth-child(1) {
  padding-left: 0px;
}

.entry-content .investor_relations-row .ir_kacheln .vc_col-sm-4:nth-child(3) {
  padding-right: 0px;
}



@media screen and (max-width: 600px) {
  .entry-content .investor_relations-row {
    width: 100%;
  }

  .entry-content .investor_relations-row .vc_row.vc_column-gap-20 {
    margin: 0 auto;
  }

  .entry-content .investor_relations-row h2.widgettitle:after {
    content: '\f078';
    font-family: FontAwesome;
    margin-top: 3px;
    float: right;
  }

  .entry-content .investor_relations-row .open h2.widgettitle:after {
    content: '\f054';
    font-family: FontAwesome;
    margin-top: 3px;
    float: right;
  }
}

/*# sourceMappingURL=style.css.map */
.page-id-6026 .sticky-header .agama-primary-nav .menu-right-menu-en-container,
.page-id-6026 .footer_inner,
.page-id-6026 #primary-menu li:nth-child(1),
.page-id-6026 #primary-menu li:nth-child(2),
.page-id-5922 .sticky-header .agama-primary-nav .menu-right-menu-container,
.page-id-5922 .footer_inner,
.page-id-5922 #primary-menu li:nth-child(1),
.page-id-5922 #primary-menu li:nth-child(2) {
  display: none;
}

.page-id-6026 .sticky-header .agama-primary-nav,
.page-id-5922 .sticky-header .agama-primary-nav {
  background: transparent url(/wp-content/uploads/2020/06/FF20-Logoleiste-Serviette-negativ-print.png) no-repeat right center;
  background-size: contain;
  width: 299px;
  height: 50px;
}

@media all and (max-width: 999px) {

  .page-id-6026 .sticky-header-inner #site-navigation,
  .page-id-5922 .sticky-header-inner #site-navigation {
    background: transparent url(/wp-content/uploads/2020/06/FF20-Logoleiste-Serviette-negativ-print.png) no-repeat right center;
    background-size: contain;
    width: 95%;
    height: 35px;
  }

  .page-id-6026 .resmio-widget-right,
  .page-id-6026 .resmio-widget-right .vc_column-inner,
  .page-id-5922 .resmio-widget-right,
  .page-id-5922 .resmio-widget-right .vc_column-inner {
    padding-left: 0px !important;
  }

  .page-id-6026 #site-navigation .menu-toggle,
  .page-id-5922 #site-navigation .menu-toggle {
    display: none;
  }
}



/******** POPUP **********/

#boxzilla-8146 {
  background: transparent url(/wp-content/uploads/2021/03/Export_PopUp_Background-Image.jpg) no-repeat left top !important;
  background-size: cover !important;
}

#boxzilla-8146 h1 {
  margin-top: 2em;
  line-height: 48px;
}

#boxzilla-8208 .boxzilla-close-icon,
#boxzilla-8146 .boxzilla-close-icon {
  opacity: 1;
  font-size: 48px;
}

#boxzilla-8208 {
  padding: 0px;
}

#boxzilla-8208 .first-child {
  padding: 0px;
  width: 100%;
  margin-bottom: 25px;
}


#boxzilla-8208 p {
  width: 50%;
  margin: 0 auto;

}


#boxzilla-8208 .button-gold {
  margin-bottom: 25px;
}

.sustainability_column div.section_content-bg-grey.content-restaurants p,
.sustainability_column .content-job1 p,
.sustainability_column .content-job2 p,
.sustainability_column .content-job3 p,
.sustainability_column .section_content-bg-grey p {
  text-align: left;
}

div.section_content-bg-grey i.vc_btn3-icon {
  margin-top: 3px;
}

.page-id-7026 .entry-content .three_column-image.doco_people .wpb_text_column .wpb_wrapper {
  height: auto;
}

.sustainability_column ul {
  margin-left: 0px;
}

body .entry-content .color__background-white.sustainability_text {
  background-size: contain;
  min-height: 0;
  margin-bottom: 20px;
}

.page-scroll-menu ul {
  list-style: none;
  padding-left: 0px;
  margin-left: 0px;
}

.page-scroll-menu a {
  color: #000;
  font-size: 20px;
  font-family: "ff-meta-web-pro", sans-serif;
}

.page-scroll-menu a:hover {
  color: #c2a67f;
}

.page-scroll-menu li:not(:last-child) a {
  border-bottom: 1px solid #c2a67f;
}

#sustainability-inner-row.sustainability_text {
  width: 100%;
}

.entry-content .investor_relations-row .side_widget.sustainability {
  background-color: #c2a67f;
}

.entry-content .investor_relations-row .side_widget.sustainability div,
.entry-content .investor_relations-row .side_widget.sustainability p,
.entry-content .investor_relations-row .side_widget.sustainability a {
  color: #fff;
}

#sustainability-contact-row {
  margin-bottom: 35px;
}

#sustainability-contact-row h2,
#sustainability-contact-row a {
  color: #fff;
}

#food-safety-responsible a {
  color: #404040;
  font-weight: 700;
}

#sustainability-home-main-text div,
#sustainability-home-main-text p {
  text-align: justify;
}

.section_content-bg-grey .three_column-image_bg-grey h3 {
  font-size: 22px;
}

#top-bar {
  height: 80px;
  line-height: 80px;
}

#top-bar #agama-logo {
  float: left !important;
  margin-top: 10px;
}

#top-bar #agama-logo a {
  float: left;
}


#top-bar #agama-logo .custom-logo {
  width: 85px;
  margin: 0 0 10px 0;
}

#top-bar .top-links ul {
  display: list-item;
}

#top-bar .top-links ul li {
  height: 80px;
}

.site-header .sticky-header nav {
  margin-top: -25px;
}

.page-id-6782 #masthead,
.page-id-3469 #masthead {
  background-color: transparent;
}


#top-bar .menu-container {
  display: none;
}

#top-bar {
  /*margin-top: -20px;*/
}

.site-header .sticky-header nav {
  margin-top: 0;
}

.pull-left.mobile,
.wpml-ls-legacy-list-horizontal {
  display: none;
}

@media all and (max-width: 999px) {
  #top-bar {
    margin-top: 0;
  }

  #top-bar #top-bar-wrap {
    display: flex;
    justify-content: space-between;
    line-height: normal;
  }

  #top-bar #top-bar-wrap .pull-left.nobottommargin {
    display: none;
  }

  .site-header .sticky-header .pull-left.mobile {
    display: block;
  }

  #site-navigation {
    top: 45%;
  }

  #site-navigation.toggled .menu-container {
    top: 10px;
    z-index: 1000;
  }

  .top-links ul {
    margin-top: 10px;
  }

  .top-links ul li {
    line-height: 40px;
  }

  .wpml-ls-statics-shortcode_actions ul li a {
    color: #ffffff;
    font-size: 14px;
    font-weight: 700;
  }

  .wpml-ls-legacy-list-horizontal {
    display: block;
  }

  .wpml-ls-statics-shortcode_actions ul li.wpml-ls-current-language a,
  .wpml-ls-statics-shortcode_actions ul li a:hover {
    color: #c2a67f;

  }

  ul#primary-menu .wpml-ls-slot-20 {
    display: none;
  }
}

.goldText {
  color: #c2a67f;
}

.managementPortraitWrapper .vc_column-inner {
  border-style: solid;
  border-width: 1px;
  border-color: #c2a67f;
  padding: 20px !important;
  margin: 10px 10px 35px 10px;
  align-self: stretch;
  justify-content: initial !important;
}

.managementPortraitWrapper .wpb_text_column {
  margin-bottom: 0px !important;
}

.managementPortraitWrapper img {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.displaynone {
  display: none;
}


.entry-content .ir_kacheln .content-irkacheln {
  width: 33%;
}

@media all and (max-width: 1000px) {

  .entry-content .ir_kacheln .content-irkacheln {
    width: 100%;
    padding: 10px !important;
  }
}


.uploads-quicklinks .uploads-links-listelement ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.uploads-quicklinks .uploads-links-listelement ul li {
  margin-bottom: 15px;
}