@charset "UTF-8";
/*
Theme Name: TRACiR Theme
Theme URI: http://www.styleworks.website/
Author: styleworks
Author URI: mailto:mail@styleworks.com.de
Version: 1.0
*/
/* ======================================================================= */
/*  0Fonts
/* ======================================================================= */
/*@import url(https://use.typekit.net/gqh4ade.css);*/
/* ======================================================================= */
/*  01 normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css
/* ======================================================================= */
/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
/**
 * Remove default margin.
 */
body {
  margin: 0; }

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block; }

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none; }

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent; }

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0; }

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted; }

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold; }

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic; }

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000; }

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0; }

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden; }

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px; }

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0; }

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto; }

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */ }

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible; }

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none; }

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */ }

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default; }

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal; }

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box; }

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto; }

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold; }

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 0; }

/* ======================================================================= */
/*  02 Variables
/* ======================================================================= */
/* ======================================================================= */
/*  03 Animations
/* ======================================================================= */
/*@import 'partials/_animations.scss';*/
/* ======================================================================= */
/*  04 Basic Elements
/* ======================================================================= */
/* ======================================================================= */
/*  05 Typography
/* ======================================================================= */
/* ====================== Typography CSS ====================== */
@font-face {
  font-family: 'MorganSans regular';
  src: url("fonts/morgansans-regular.woff2") format("woff2"), url("fonts/morgansans-regular.woff") format("woff");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'MorganSans medium';
  src: url("fonts/morgansans-medium.woff2") format("woff2"), url("fonts/morgansans-medium.woff") format("woff");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'MorganSans bold';
  src: url("fonts/morgansans-bold.woff2") format("woff2"), url("fonts/morgansans-bold.woff") format("woff");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'MorganSans bolditalic';
  src: url("fonts/morgansans-bolditalic.woff2") format("woff2"), url("fonts/morgansans-bolditalic.woff") format("woff");
  font-weight: normal;
  font-style: normal; }
html {
  font-family: 'MorganSans regular', sans-serif;
  color: #00213a;
  line-height: 1.6;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%; }

body {
  font-size: 110%;
  /*@media (min-width: 1980px) { font-size: 120%; }*/ }

h1, h2, h3, h4, h5, h6 {
  font-family: 'MorganSans medium';
  font-weight: 600;
  letter-spacing: -0.03em;
  margin-top: 0; }

h1 {
  font-family: 'MorganSans bolditalic'; }

.ub-widget h1 {
  font-size: 160%; }

#header-logo h1 {
  text-indent: -9999px;
  height: 0;
  margin: 0; }

h1 {
  /*font-family: 'PlayfairDisplay';*/
  font-size: 3.4em;
  /*font-weight: bold;*/
  /*letter-spacing: -0.04em;*/
  line-height: 1.2em;
  margin: 0 0 .75em 0;
  /*text-transform: uppercase;*/ }
  @media (max-width: 760px) {
    h1 {
      font-size: 1.8em; } }

h1.hero-h1 {
  font-size: 300%;
  line-height: 1.2;
  /*margin-top: -670px;*/ }

/*.brand { margin-top: -670px; }*/
.top-spacer {
  height: 250px !important; }

h2 {
  color: #95c11f;
  font-family: 'MorganSans bolditalic';
  font-size: 2.2em;
  /*letter-spacing: -0.04em;*/
  line-height: 1.1;
  margin: 0 0 1em 0;
  text-transform: uppercase; }
  @media (max-width: 1100px) {
    h2 {
      font-size: 1.4em; } }

.widget h2 {
  display: none; }

.sc-box h2 {
  font-size: 120%;
  margin: 0 0 0.1em 0;
  padding: 0;
  /*text-transform: uppercase;*/
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s; }

h3 {
  /*font-family: 'PlayfairDisplay';*/
  font-size: 148%;
  line-height: 1.2;
  margin: 0 0 1.4em 0; }

.su-box-content h3 {
  font-family: 'Verb condensed semibold';
  margin: 0 0 0.6em 0 !important;
  text-transform: uppercase; }

h4 {
  font-size: 120%;
  line-height: 1.1em;
  margin: 0 0 1em 0; }

h4.top-level-group.publication-year {
  font-size: 140%;
  padding-top: 30px; }

h5 {
  font-size: 110%;
  margin-bottom: 12px;
  line-height: 1.1em;
  letter-spacing: -0.01em;
  text-transform: none;
  margin: 0 0 0.4em 0; }

h6 {
  font-size: 102%;
  font-weight: 700;
  line-height: 1.1em;
  margin: 0.4em 0 0.6em 0;
  text-transform: none; }

p {
  margin: 0 0 1.2em 0; }

.content-column p {
  /*line-height: 1.3;*/ }
  @media (max-width: 760px) {
    .content-column p {
      hyphens: auto; } }

.roofline {
  color: #80796c;
  font-family: 'Verb condensed', sans-serif;
  font-style: normal;
  font-size: 80%;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 10px;
  letter-spacing: 0.14em; }

.roofline a {
  letter-spacing: 0.14;
  text-decoration: none; }

.roofline a:hover {
  text-decoration: underline; }

.sc-box-inner p {
  margin-bottom: 0.8em; }

a {
  color: #95c11f;
  text-decoration: underline; }

a:hover, a:focus, a:active {
  color: #bedf06 !important;
  text-decoration: underline; }

.sc-box a, .sc-box a:hover {
  text-decoration: none; }

a.su_box-button {
  border: 1px solid #fff;
  margin-bottom: 20px;
  padding: 10px 30px;
  text-decoration: none; }
  @media (max-width: 760px) {
    a.su_box-button {
      width: 100%;
      margin-bottom: 20px; } }

a.su_box-button:hover {
  background: #fff;
  color: #4c4d49 !important;
  text-decoration: none; }

a.no-td,
h3 a:hover {
  text-decoration: none; }

/*nav a:hover, nav a:focus, nav a:active { color: #526122; background:rgba(0,0,0,0.50); text-decoration:none; }*/
#lang_switch a {
  color: #e2ded4;
  text-decoration: none;
  padding: 0 2px;
  line-height: 1em; }

#lang_switch a:hover, #lang_switch a:focus, #lang_switch a:active {
  text-decoration: none;
  color: #fff; }

.sc-box-inner-text a:active, .sc-box-inner-text a:focus, .sc-box-inner-text a:hover, .sc-box-inner-text h2:hover {
  color: #0c2441; }

.su-spoiler-content a {
  color: #0c2441; }
.su-spoiler-content a:active, .su-spoiler-content a:focus, .su-spoiler-content a:hover, .su-spoiler-content h2:hover {
  color: #05182f; }

b, strong {
  font-family: 'MorganSans bold'; }

p.backbutton {
  padding-top: 100px; }

p.smallerbm {
  margin-bottom: 2px !important; }

p.start-slogan {
  line-height: 1.1; }

.aagb__accordion_title {
  color: #00213a !important; }

.aagb__accordion_title:hover {
  color: #0c2441 !important; }

.otv-button:hover {
  background: #25769b; }

blockquote {
  font-family: Constantia, "Lucida Bright", "DejaVu Serif", Georgia, "serif";
  font-style: italic;
  font-size: 120%;
  margin-bottom: 30px; }
  blockquote p {
    margin-bottom: .1em; }

cite {
  color: #878787;
  font-family: 'Amsi Pro';
  font-size: 70%;
  font-style: normal; }

hr, hr.wp-block-separator {
  border-bottom: none;
  border-top: 1px solid #BCBCBC;
  margin-bottom: 30px; }

figcaption, .figcaption, caption, .caption {
  font-size: 84%;
  color: #6F6F6F; }

.nowrap {
  white-space: nowrap; }

button, .button, .btn, .gb-button, .wpcf7-submit, button.wpforms-submit, .button_p > a,
.wp-block-button__link,
div.wpforms-container-full .wpforms-form input[type="submit"], div.wpforms-container-full .wpforms-form button[type="submit"], div.wpforms-container-full .wpforms-form .wpforms-page-button {
  background: #17365c !important;
  /*background: none !important;*/
  border: none !important;
  border-radius: 4px !important;
  color: #fff !important;
   /*font-size: 75% !important;
   letter-spacing: .1em;
   margin: 10px 10px !important;
	min-width: 220px;
	text-decoration: none !important;*/
  padding: 14px 30px !important; }

button:hover, .button:hover, .btn:hover, .gb-button:hover,
.wpcf7-submit:active, .wpcf7-submit:hover, .wpcf7-submit:focus,
button.wpforms-submit:active, button.wpforms-submit:hover, button.wpforms-submit:focus,
.button_p > a:hover,
.wp-block-button__link:hover,
div.wpforms-container-full .wpforms-form input[type="submit"]:hover, div.wpforms-container-full .wpforms-form button[type="submit"]:hover, div.wpforms-container-full .wpforms-form .wpforms-page-button:hover {
  background: #0c2441 !important;
  /*border: 1px solid $secondary !important;*/
  color: #fff !important;
  text-decoration: none !important; }

.button_p > a {
  display: block; }

.sb-btn {
  background: #b1b0a7;
  margin-bottom: 14px;
  padding: 3px; }

.sb-btn:hover {
  background: #deab13;
  color: #fff; }

.sb-btn-text {
  color: #eeede9;
  font-weight: bold;
  letter-spacing: -0.02em;
  line-height: 40px; }

/*.sb-btn a:hover, .sb-btn a:hover, .sb-btn a:hover { background:#deab13; color:#fff; }*/
.post-date {
  font-size: 90%;
  font-style: italic;
  margin-bottom: 20px;
  padding-top: 25px; }

small, .has-small-font-size {
  font-size: 75% !important; }

footer * {
  color: rgba(0, 0, 0, 0.5);
  font-size: 97%;
  /*letter-spacing:0.6em;
  text-transform:uppercase;*/ }

footer a {
  text-decoration: none; }

footer a:hover, footer a:focus, footer a:active {
  color: #fff;
  text-decoration: underline; }

#start-headline {
  text-align: center;
  color: #fff;
  margin: -100px 0 34px 0; }
  @media (max-width: 1100px) {
    #start-headline {
      margin: -230px 0 34px; } }

#start-headline h1 {
  color: #fff;
  font-size: 30pt;
  letter-spacing: -0.03em;
  margin-bottom: 6px;
  line-height: 1.1; }

p.slideshow-subline {
  font-style: italic;
  letter-spacing: 0.05em;
  line-height: 1; }

.subline-allcaps {
  font-size: 70%;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  margin-top: 10px; }

#kontaktzeile {
  font-size: 11px;
  margin: -6px 0 0 0;
  color: #7e7c72; }

.bullet-list-item * {
  line-height: 1.2; }

::-webkit-input-placeholder {
  color: #67675f;
  font-style: italic; }

:-moz-placeholder {
  /* Firefox 18- */
  color: #67675f;
  font-style: italic; }

::-moz-placeholder {
  /* Firefox 19+ */
  color: #67675f;
  font-style: italic; }

:-ms-input-placeholder {
  color: #67675f;
  font-style: italic; }

.four-o-four {
  font-size: 280px;
  font-weight: bold;
  letter-spacing: -0.1em;
  margin-bottom: 0;
  line-height: 0.9; }

.four-o-four-roofline {
  color: #aeaaaa;
  font-size: 8px;
  letter-spacing: 0.8em;
  text-transform: uppercase; }

.caption {
  font-size: 90%;
  color: #4a4a4a; }

@media (max-width: 760px) {
  .sc-box-inner-text strong {
    font-weight: normal !important;
    letter-spacing: -0.02em !important; } }

.fa {
  border-radius: 14px;
  height: 28px;
  text-align: center;
  width: 28px; }

.fa-phone {
  background: #c3950b;
  color: #e2c054;
  font-size: 22px !important;
  line-height: 1.35 !important; }

.fa-bicycle {
  background: #c3950b;
  color: #e2c054;
  font-size: 18px !important;
  line-height: 1.5 !important; }

.fa-globe {
  background: #e2c054;
  color: #c3950b;
  font-size: 31px !important;
  line-height: 0.95 !important; }

.fa-websitesteps {
  background: none !important;
  color: #87857b;
  font-size: 100px !important;
  height: 100px;
  margin: 0 0 8px 18px;
  text-align: center; }

.wpforms-form input[type=text],
.wpforms-form input[type=textarea],
.wpforms-form input[type=number],
.wpforms-form input[type=email],
.wpforms-form input[type=password],
.wpforms-form .wpcf7-text, .wpforms-form .wpcf7-textarea {
  background: #f8f8f8 !important;
  padding: 14px 10px !important; }
.wpforms-form input[type=text],
.wpforms-form input[type=number],
.wpforms-form input[type=email],
.wpforms-form input[type=password],
.wpforms-form .wpcf7-text, .wpforms-form .wpcf7-textarea {
  height: 50px !important; }

.breadcrumb-nav-container {
  color: #656565;
  letter-spacing: .025em;
  margin-bottom: 18px;
  text-transform: uppercase;
  font-size: 80%; }
  .breadcrumb-nav-container a {
    text-decoration: none; }
  .breadcrumb-nav-container span {
    margin: 0 3px; }

.dark {
  color: rgba(255, 255, 255, 0.71); }
  .dark h1, .dark h2, .dark h3, .dark h4, .dark h5, .dark h6 {
    color: rgba(255, 255, 255, 0.85); }

#vorteile b {
  font-size: 1.4em;
  color: #fff; }

/* ======================================================================= */
/*  06 Navigation
/* ======================================================================= */
/**
 *
 * @copyright       © 2025, Uli Arndt
 * @link            http://www.styleworks.website
 * @version         1.1
 */
#hNav {
  display: none; }

#hamburger-one {
  display: block; }

#hNav {
  z-index: 12;
  /*ul > li:hover {
  	border-bottom: 1px solid $primary;
  }*/
  			/*ul > li.current-menu-item > a {
                  font-weight: 600;
  			}*/
  /*li.current-menu-item a, li.current-lang a { color:#fff !important; }*/ }
  @media (max-width: 1100px) {
    #hNav {
      margin-top: 40px; } }
  @media (max-width: 760px) {
    #hNav {
      /*margin-top: 17px;*/ } }
  #hNav ul {
    *zoom: 1;
    list-style: none;
    margin: 0;
    padding: 0;
    text-align: center; }
    @media (max-width: 1100px) {
      #hNav ul {
        text-align: center; } }
  #hNav ul:before, #hNav ul:after {
    content: "";
    display: table; }
  #hNav ul:after {
    clear: both; }
  #hNav ul > li {
    border-bottom: 1px solid rgba(255, 255, 255, 0);
    display: inline-block;
    list-style: none;
    margin-bottom: 0;
    position: relative;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s; }
  #hNav ul > li > a {
    color: #0c2441;
    padding: 10px 14px;
    text-decoration: none;
    text-transform: uppercase;
    -webkit-transition: max-height 500ms ease;
    -moz-transition: max-height 500ms ease;
    -o-transition: max-height 500ms ease;
    transition: max-height 500ms ease; }
  #hNav ul > li > a:hover {
    color: #17365c; }
  #hNav ul > li.menu-item-has-children > a:after {
    content: url("images/menu-item-dropdown-arrow.png"); }
  #hNav ul > li.menu-item-has-children.current-menu-item > a:hover, #hNav ul > li.menu-item-has-children.current-menu-item:hover > a {
    border-bottom: 1px solid #666666;
    padding-bottom: 9px; }

header.smaller #hNav {
  /*ul > li:hover {
  	border-bottom: none;
  }*/ }
  @media (max-width: 1100px) {
    header.smaller #hNav {
      margin-top: 20px; } }
  header.smaller #hNav a {
    color: #17365c;
    /*font-size: 16px;*/ }
  header.smaller #hNav a:hover {
    color: #95c11f; }

/* Untermenus */
#hNav li ul {
  background: #1e1e1e;
  border-left: 1px solid #666666;
  /*left: 0;*/
  left: -1px;
  max-width: 400px;
  /*min-width: 200px;*/
  position: absolute;
  top: 39px;
  white-space: nowrap;
  width: auto;
  z-index: 1;
  /*border-left:1px solid #7a7a7a;*/ }

#hNav li ul li {
  border-left: none;
  max-height: 0;
  overflow: hidden;
  padding: 0;
  width: 99%;
  width: calc(100% - 1px);
  -webkit-transition: max-height 500ms ease;
  -moz-transition: max-height 500ms ease;
  -o-transition: max-height 500ms ease;
  transition: max-height 500ms ease; }

#hNav li ul li a {
  /*display: block;*/
  color: #aca9a3;
  padding: 10px 20px; }

#hNav li ul li a:hover {
  background: #000000; }

#hNav ul > li:hover ul li {
  max-height: 150px; }

#hNav li ul li > a:hover, #hNav li ul > li:hover {
  background-color: #000;
  color: #FFF; }

/*----mobile-----------------------------------------------------------------------*/
.menuTrigger {
  cursor: pointer;
  display: inline-block;
  position: absolute;
  right: 80px;
  top: 80px;
  width: 40px;
  height: 40px;
  opacity: 0.9;
  z-index: 104;
  vertical-align: middle;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s; }
  @media (max-width: 1100px) {
    .menuTrigger {
      top: 64px; } }
  @media (max-width: 760px) {
    .menuTrigger {
      right: 40px;
      top: 20px; } }
  @media (max-width: 480px) {
    .menuTrigger {
      right: 20px;
      top: 22px; } }

.menuTrigger:hover {
  opacity: 1; }

.menuTrigger.closed {
  background: url(images/nav-icon.png);
  background: url(images/nav-icon.svg), none;
  background-repeat: no-repeat;
  background-size: 40px 40px; }

.menuTrigger.open {
  background: url(images/nav-icon-close.png);
  background: url(images/nav-icon-close.svg), none;
  background-position: 2px 3px;
  background-repeat: no-repeat;
  background-size: 32px; }

.menuTrigger.open .mainLine {
  color: #ef9; }

header.smaller .menuTrigger {
  top: 20px; }

ul.menu {
  margin: 0 !important; }

/* Sub Menu */
.sub-nav-button {
  color: #7A7A7A;
  cursor: pointer;
  font-size: 28px;
  line-height: 1;
  position: absolute;
  top: 24px;
  right: 24px;
  padding: 8px 8px 0 8px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  z-index: 13; }

.sub-nav-button:hover {
  background: #e3e3df; }

.sub-nav-list {
  position: absolute;
  top: 0;
  right: 0;
  overflow: hidden;
  /*max-width: 320px;*/
  width: 100%;
  z-index: 102;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
  -webkit-box-shadow: -1px 10px 20px 4px rgba(58, 57, 44, 0.2);
  -moz-box-shadow: -1px 10px 20px 4px rgba(58, 57, 44, 0.2);
  box-shadow: -1px 10px 20px 4px rgba(58, 57, 44, 0.2); }
  @media (max-width: 480px) {
    .sub-nav-list {
      max-width: 100%;
      width: 100%; } }
  .sub-nav-list ul {
    margin: 0;
    padding: 0;
    /*li:first-of-type {
    	a {
    	  padding: 40px 30px 16px 30px;
    	}
    }*/
    				/*li:last-of-type,
    				li:nth-last-of-type(2) {
    					float: left;
    					a {
                          border-bottom: none;
                          border-right: 1px solid $primary-light;
    					  padding: 16px 30px 16px 30px;
    					}
    				}*/ }
    .sub-nav-list ul li.current-lang a,
    .sub-nav-list ul li.current-menu-item a {
      color: #fff;
      /*font-weight: bold;*/ }
    .sub-nav-list ul li:first-of-type a {
      padding-top: 100px !important; }
      @media (max-width: 480px) {
        .sub-nav-list ul li:first-of-type a {
          padding-top: 135px !important; } }
    .sub-nav-list ul li:last-of-type a {
      border-bottom: none !important;
      padding-bottom: 60px !important; }
    .sub-nav-list ul li {
      list-style: none;
      margin: 0; }
      .sub-nav-list ul li a {
        border-bottom: 1px solid rgba(255, 255, 255, 0.14);
        color: rgba(255, 255, 255, 0.76);
        font-size: 24px;
        text-align: center;
        /*text-transform: uppercase;*/
        text-decoration: none;
        display: block;
        padding: 18px;
        line-height: 1.1em;
        -webkit-transition: all .3s ease;
        -moz-transition: all .3s ease;
        -ms-transition: all .3s ease;
        -o-transition: all .3s ease;
        transition: all .3s ease; }
      .sub-nav-list ul li a:hover,
      .sub-nav-list ul li a:focus,
      .sub-nav-list ul li a:active {
        color: #fff;
        background: #05182f; }
    .sub-nav-list ul li#menu-item-3919 a,
    .sub-nav-list ul li#menu-item-4185 a {
      background: url("images/TRACiR_Logo-w.webp") center center no-repeat;
      background-size: 300px;
      text-indent: -9999px; }
      @media (max-width: 480px) {
        .sub-nav-list ul li#menu-item-3919 a,
        .sub-nav-list ul li#menu-item-4185 a {
          background: url("images/TRACiR_Logo-w.webp") bottom 30px center no-repeat;
          background-size: 200px; } }

.sub-nav-list.list-closed {
  top: -600px;
  right: 0;
  /*background: #f2f1ee;*/
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  /*@media (max-width: 1100px) { right: 11px; top: 36px; }
  @media (max-width: 760px) { width: 100%; }
  @media (max-width: 480px) { right: 0; top: 0; }*/ }
  .sub-nav-list.list-closed ul li a {
    opacity: 0;
    border-bottom: none; }

.sub-nav-list.list-open {
  right: 0;
  top: 0;
  background: #0c2441;
  -webkit-box-shadow: -1px 10px 20px 4px rgba(58, 57, 44, 0.2);
  -moz-box-shadow: -1px 10px 20px 4px rgba(58, 57, 44, 0.2);
  box-shadow: -1px 10px 20px 4px rgba(58, 57, 44, 0.2);
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  width: 100%; }
  .sub-nav-list.list-open ul li a {
    opacity: 1; }
  @media (max-width: 760px) {
    .sub-nav-list.list-open {
      width: 100%; } }
  @media (max-width: 480px) {
    .sub-nav-list.list-open {
      right: 0;
      top: 0; } }

/*header.smaller .sub-nav-list.list-open { top: 60px;  }*/
/* ======================================================================= */
/*  07  Screenlayout
/* ======================================================================= */
@media screen {
  html {
    height: 100%;
    overflow-y: scroll; }

  body {
    background: #f0f0f0;
    height: 100%;
    position: relative; }

  .mobile {
    display: none; } }
  @media screen and (max-width: 1100px) {
    .mobile {
      display: block; } }

@media screen {
  .desktop {
    display: block; } }
  @media screen and (max-width: 1100px) {
    .desktop {
      display: none; } }

@media screen {
  #top {
    position: relative; }

  .banner-widget {
    background: #95c11f;
    box-sizing: border-box;
    color: #fff;
    font-family: 'Amsi Pro';
    /*font-size: 94%;*/
    left: -126px;
    top: 90px;
    transform: rotate(-40deg);
    -moz-transform: rotate(-40deg);
    -webkit-transform: rotate(-40deg);
    position: absolute;
    width: 550px;
    text-align: center;
    padding: 20px 0;
    line-height: 1.2;
    font-size: 120%;
    z-index: 88; } }
  @media screen and (max-width: 1400px) {
    .banner-widget {
      left: -140px;
      top: 80px; } }
  @media screen and (max-width: 1100px) {
    .banner-widget {
      left: -150px;
      top: 50px;
      transform: rotate(-42deg);
      -moz-transform: rotate(-42deg);
      -webkit-transform: rotate(-42deg);
      padding: 10px 0;
      font-size: 110%; } }
  @media screen and (max-width: 970px) {
    .banner-widget {
      top: 90px; } }
  @media screen and (max-width: 760px) {
    .banner-widget {
      /*left: -150px;*/
      top: 80px;
      font-size: 100%; } }
  @media screen and (max-width: 480px) {
    .banner-widget {
      display: none; } }
@media screen {
  .sps-widget {
    background: #17365c;
    background-repeat: no-repeat;
    background-position: top 18px right 40px;
    background-size: 60px;
    box-sizing: border-box;
    color: #95c11f;
    font-family: 'Amsi Pro';
    font-size: 94%;
    left: 0;
    top: 50vh;
    position: absolute;
    width: 450px;
    z-index: 99;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    /* @media (max-width: 1580px) { top: 55vh; }*/
    /*@media (max-width: 360px) { top: 260px; }*/ }
    .sps-widget h3 {
      color: #fff;
      font-family: 'Amsi Pro bold';
      font-size: 200%;
      font-weight: 700;
      margin-bottom: 0.25em !important; }
    .sps-widget p {
      line-height: 1.2; } }
  @media screen and (max-width: 760px) {
    .sps-widget {
      width: 100%; } }
  @media screen and (max-width: 480px) {
    .sps-widget {
      top: 56vh; } }
  @media screen and (max-width: 720px) and (orientation: landscape) {
    .sps-widget {
      display: none; } }

@media screen {
  .sps-widget.hidden {
    left: -500px; }

  .sps-widget-inner {
    box-sizing: border-box;
    height: 100%;
    padding: 30px 40px 20px;
    position: relative;
    width: 100%; } }
  @media screen and (max-width: 480px) {
    .sps-widget-inner {
      padding: 20px 10px 10px; } }

@media screen {
  .sps-widget-closebtn {
    content: url("images/close-btn.svg");
    cursor: pointer;
    height: 13px;
    position: absolute;
    right: 10px;
    top: 10px;
    width: 13px; }

  #wrapper {
    box-sizing: border-box;
    min-height: 100%;
    /*padding-bottom: 620px;*/
    overflow: hidden;
    position: relative;
    /*@media (max-width: 760px) { padding-bottom: 900px; }
    @media (max-width: 360px) { padding-bottom: 900px; }*/ }

  .header-button {
    background: #857451;
    box-sizing: border-box;
    border-radius: 60px;
    bottom: 80px;
    color: #fff;
    /*font-weight: bold;*/
    height: 120px;
    line-height: 1.2;
    padding: 40px 10px;
    position: absolute;
    right: 80px;
    text-align: center;
    text-transform: uppercase;
    transform: rotate(7deg);
    width: 120px;
    z-index: 90; }
    .header-button a {
      color: #fff;
      text-decoration: none; }

  header {
    box-sizing: border-box;
    top: 0;
    left: 0;
    position: fixed;
    width: 100%;
    z-index: 100;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s; } }
  @media screen and (max-width: 1100px) {
    header {
      position: absolute;
      height: 240px; } }
  @media screen and (max-width: 760px) {
    header {
      height: 200px; } }
  @media screen and (max-width: 480px) {
    header {
      height: 140px; } }

@media screen {
  #header-box {
    margin: 0 auto;
    /*max-width: 1520px;*/
    padding: 50px 0 70px;
    position: relative;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
    transition-timing-function: ease-out; } }
  @media screen and (max-width: 1100px) {
    #header-box {
      padding: 0; } }

@media screen {
  #header-logo {
    height: 230px;
    left: calc(50% - 300px);
    position: absolute;
    top: 16vh;
    width: 600px;
    z-index: 11;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
    transition-timing-function: ease-out;
    /*@media (min-width: 1980px) { height: 361px; left: calc(50% - 290px); width: 580px; }
    @media (min-width: 1940px) { height: 299px; left: calc(50% - 240px); width: 480px; }*/
    /*@media (max-width: 360px) { top: 70px; }*/ } }
  @media screen and (max-width: 760px) {
    #header-logo {
      top: 20vh; } }
  @media screen and (max-width: 480px) {
    #header-logo {
      height: 174px;
      left: calc(50% - 140px);
      width: 280px; } }
  @media screen and (max-width: 720px) and (orientation: landscape) {
    #header-logo {
      height: 200px;
      left: calc(50% - 150px);
      width: 300px; } }
@media screen {
    #header-logo .logo {
      background: url(images/Logo.png) no-repeat;
      background: url(images/Logo.svg) no-repeat;
      background-position: top left;
      background-size: 100%;
      height: 300px;
      position: relative;
      width: 600px;
      /*@media (min-width: 1980px) { height: 361px; width: 580px; }
      @media (min-width: 1940px) { height: 299px; width: 480px; }*/ } }
    @media screen and (max-width: 480px) {
      #header-logo .logo {
        height: 174px;
        width: 280px; } }
    @media screen and (max-width: 720px) and (orientation: landscape) {
      #header-logo .logo {
        height: 200px;
        width: 300px; } }
@media screen {
    #header-logo .logo.logo-en {
      background: url(images/ROC_logo_F_EN.png) no-repeat;
      background: url(images/ROC_logo_F_EN.svg) no-repeat !important; }
    #header-logo img {
      width: 100%;
      height: auto;
      -webkit-transition: all 0.4s;
      -moz-transition: all 0.4s;
      -ms-transition: all 0.4s;
      -o-transition: all 0.4s;
      transition: all 0.4s; }

  .page #header-logo {
    display: none; }

  .blog #header-logo {
    top: 100px; } }
  @media screen and (max-width: 760px) {
    .blog #header-logo {
      top: 60px; } }

@media screen {
  /* .page #header-logo { @media (max-width: 1580px) { display: none; } }*/
  #hs-logo {
    height: 60px;
    left: 80px;
    /*opacity: 0;*/
    position: absolute;
    top: 70px;
    width: 260px;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
    /*transition-delay: 0.25s;*/ }
    #hs-logo img {
      height: auto;
      width: 100%; } }
  @media screen and (max-width: 1100px) {
    #hs-logo {
      left: 50px;
      top: 50px; } }
  @media screen and (max-width: 760px) {
    #hs-logo {
      left: 40px;
      top: 20px; } }
  @media screen and (max-width: 480px) {
    #hs-logo {
      left: 12px;
      top: 12px;
      width: 227px; } }

@media screen {
  		/*.page #hs-logo {
  			left: 40px;
  			opacity: 1;
  			top: 44px;
  			width: 80px;
  			transition-delay: 0s; 
  			 
  			@media (max-width: 1100px) { top: 0; left: 20px; }
  			@media screen and (max-width: 970px) { top: 20px; }
  			@media (max-width: 760px) { top: 40px; }
  			@media (max-width: 480px) { left: 14px; top: 14px; }
         }*/
  header.smaller {
    /* box-shadow: 10px 10px 211px 0px rgba(44,82,95,0.2);
    -webkit-box-shadow: 10px 10px 211px 0px rgba(44,82,95,0.2);
    -moz-box-shadow: 10px 10px 211px 0px rgba(44,82,95,0.2);*/
    height: 60px;
    /*#header-logo {
    	opacity: 0;
    	pointer-events: none;
    	top: 10vh;
    	
    	@media (max-width: 760px) { top: 11px; }
    }	*/ } }
  @media screen and (max-width: 1100px) {
    header.smaller {
      height: 60px;
      width: 100%; } }
@media screen {
    header.smaller #header-box {
      padding: 16px 0 0; } }
    @media screen and (max-width: 1100px) {
      header.smaller #header-box {
        padding: 0; } }
@media screen {
    header.smaller #hs-logo {
      height: 50px;
      /*opacity: 1;*/
      left: 30px;
      opacity: 1;
      top: 10px;
      width: 158px;
      /*@media (max-width: 480px) {  }*/ } }
    @media screen and (max-width: 1100px) {
      header.smaller #hs-logo {
        left: 10px;
        top: 8px; } }
    @media screen and (max-width: 760px) {
      header.smaller #hs-logo {
        left: 6px;
        top: 9px; } }
@media screen {
    header.smaller .lang-switch {
      top: 27px; }

  .page header.smaller {
    /*pointer-events: none;*/ } }
  @media screen and (max-width: 1100px) {
    .page header.smaller #hs-logo {
      top: -11px; } }
  @media screen and (max-width: 970px) {
    .page header.smaller #hs-logo {
      top: 8px; } }

@media screen {
  .blog header.smaller #header-logo {
    top: 1vh; }

  img {
    height: auto;
    max-width: 100%; }

  .nologo #header-logo {
    display: none; }

  .lang-switch {
    position: absolute;
    top: 84px;
    right: 140px;
    z-index: 1000;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s; } }
  @media screen and (max-width: 1100px) {
    .lang-switch {
      top: 70px; } }
  @media screen and (max-width: 760px) {
    .lang-switch {
      right: 100px;
      top: 26px; } }
  @media screen and (max-width: 480px) {
    .lang-switch {
      right: 73px;
      /*top: 22px;*/ } }
@media screen {
    .lang-switch li {
      list-style: none; }
      .lang-switch li a {
        background: #fff;
        border-radius: 20px;
        color: #000;
        opacity: .9;
        padding: 8px;
        text-decoration: none; }
      .lang-switch li a:hover {
        background: #000d17; }

  .social {
    /*background: #ef0;*/
    height: 40px;
    position: absolute;
    top: 60px;
    right: 80px;
    width: 40px;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s; } }
  @media screen and (max-width: 1400px) {
    .social {
      top: 100px; } }
  @media screen and (max-width: 1100px) {
    .social {
      /*height: 30px; right: 20px;*/
      right: 30px;
      top: 90px; } }
  @media screen and (max-width: 480px) {
    .social {
      right: 20px;
      top: 60px; } }
@media screen {
    .social a {
      background: #ef0;
      display: block;
      height: 40px;
      float: left;
      margin: 0 0 14px 0;
      /*padding: 20px 0 10px;
       padding-bottom:20px; */
      opacity: .7;
      text-indent: -9999px;
      width: 40px; } }
    @media screen and (max-width: 480px) {
      .social a {
        margin: 0 0 14px 0; } }
@media screen {
    .social a:hover, .social a:active {
      opacity: 1; }
    .social a.social-insta {
      background: url("images/insta-icon2.svg") center center no-repeat;
      background-size: auto;
      background-size: 100%; }
    .social a.social-fb {
      background: url("images/fb-icon.svg") center center no-repeat;
      background-size: auto;
      background-size: 100%; }
    .social a.social-wa {
      background: url("images/whatsapp.png") center center no-repeat;
      background-size: auto;
      background-size: 100%; }

  header.smaller .social {
    top: 70px;
    /*right: 14px;*/
   /*@media (max-width: 760px) {
  	 top: 14px;
  	right: 14px;
   }
   @media (max-width: 480px) {
  	right: 4px;
   }*/ }

  .metaslider .flexslider {
    margin: 0 !important; } }
  @media screen and (max-width: 760px) {
    .metaslider .flexslider {
      width: 160%;
      left: -30%; } }
  @media screen and (max-width: 480px) {
    .metaslider .flexslider {
      width: 180%;
      left: -40%; } }

@media screen {
  .metaslider .caption-wrap {
    background: none !important;
    opacity: 1 !important; }

  	 /*.slideshow-container-start {
  		 height: 100vh;
  		 overflow: hidden;
  		 width: 100%;
            @media (max-width: 480px) { height: 100vh; }
  		 
  		 .metaslider {
  			  @media (max-width: 1580px) { margin-left: -10% !important; width: 120% !important; }
  			  @media (max-width: 1400px) { margin-left: -20% !important; width: 140% !important; }
  			  @media (orientation : portrait) { margin-left: -125% !important; width: 320% !important; }
  			  @media (max-width: 1100px) { margin-left: -30% !important; width: 160% !important; }
  			  @media (max-width: 760px) { margin-left: -30% !important; width: 166% !important; }
  		 }
  	 }*/
  .slideshow-container {
    background: url("media/TRACiR_header_poster.jpg") top left no-repeat;
    background-size: cover;
    margin-bottom: 90px;
    position: relative; } }
  @media screen and (max-width: 1100px) {
    .slideshow-container {
      margin-bottom: 50px;
      margin-left: -20% !important;
      width: 140% !important; } }
  @media screen and (max-width: 480px) {
    .slideshow-container {
      margin-left: -40% !important;
      width: 180% !important; } }

@media screen {
  video {
    height: auto;
    width: 100%; }

  .content-wrapper {
    position: relative; }

  .content-column {
    box-sizing: border-box;
    margin: 0 auto;
    max-width: 900px;
    padding-left: 100px;
    position: relative; }
    .content-column h2 {
      margin-left: -100px; } }
  @media screen and (max-width: 760px) {
    .content-column {
      padding-left: 0; }
      .content-column h2 {
        margin-left: 0; } }

@media screen {
  /*.content-section { padding-top: 50px; }
  .content-section#home-content { padding-bottom: 0px; padding-top: 0px; }*/
  .content-section {
    box-sizing: border-box;
    /*padding: 80px 0 70px;*/ }
    .content-section img {
      max-width: 100%;
      height: auto; } }
    @media screen and (max-width: 480px) {
      .content-section img {
        width: 100%;
        height: auto; } }
  @media screen and (max-width: 1100px) {
    .content-section {
      padding: 0 40px; } }
  @media screen and (max-width: 760px) {
    .content-section {
      padding: 0 30px; } }
  @media screen and (max-width: 480px) {
    .content-section {
      padding: 0 25px; } }

@media screen {
  .bottommargin {
    margin-bottom: 100px; }

  .nobottommargin {
    margin-bottom: 4px !important; }

  .narrow-column {
    max-width: 640px; }

  .sidebar-column {
    padding-left: 290px; } }
  @media screen and (max-width: 760px) {
    .sidebar-column {
      padding-left: 0; } }

@media screen {
  .sidebar-right-column {
    padding-right: 290px; } }
  @media screen and (max-width: 760px) {
    .sidebar-right-column {
      padding-right: 0; } }

@media screen {
  #main-content {
    background: #fff;
    padding-top: 100px; } }
  @media screen and (max-width: 760px) {
    #main-content {
      padding-top: 60px; } }

@media screen {
  .page #main-content {
    padding-top: 60px; }

  .sidebar {
    left: 0;
    position: absolute;
    top: 0;
    width: 240px; }
    .sidebar img {
      height: auto;
      width: 100%; } }
  @media screen and (max-width: 760px) {
    .sidebar {
      left: auto;
      margin-bottom: 80px;
      position: relative;
      top: auto;
      width: 100%; } }

@media screen {
  .sidebar-right {
    right: 0;
    position: absolute;
    top: 0;
    width: 240px; }
    .sidebar-right img {
      height: auto;
      width: 100%; } }
  @media screen and (max-width: 760px) {
    .sidebar-right {
      right: auto;
      margin-bottom: 80px;
      position: relative;
      top: auto;
      width: 100%; } }

@media screen {
  .contentheader-featuredimg {
    padding-left: 306px;
    position: relative; } }
  @media screen and (max-width: 760px) {
    .contentheader-featuredimg {
      padding-left: 0px; } }
@media screen {
    .contentheader-featuredimg img.attachment-post-thumbnail {
      height: auto;
      left: 0;
      position: absolute;
      top: 0;
      width: 266px; } }
    @media screen and (max-width: 760px) {
      .contentheader-featuredimg img.attachment-post-thumbnail {
        display: none; } }

@media screen {
  .paddingleft306 {
    padding-left: 306px; } }
  @media screen and (max-width: 760px) {
    .paddingleft306 {
      padding-left: 0px; } }

@media screen {
  .green {
    background: #17365c; }

  li.widget {
    list-style: none; }

  fieldset {
    border: none; }

  ul {
    margin: 0 0 0 20px;
    padding: 0; }

  ul.postlist li {
    margin-bottom: 50px; }

  ul.pdf-liste li {
    list-style: none;
    padding: 4px 0 14px 40px;
    background: url("images/pdf-icon.png") top left no-repeat;
    background-size: 30px; }

  ul > li {
    /*line-height: 1.2;*/
    list-style: url(images/list-style-item.png);
    margin-bottom: 0.4em;
    -webkit-column-break-inside: avoid;
    /* Chrome, Safari */
    page-break-inside: avoid;
    /* Theoretically FF 20+ */
    break-inside: avoid;
    /* IE 10 */
    break-inside: avoid-column;
    /* IE 11 */
    /*display:table;  */
    /* Actually FF 20+ */
    -webkit-margin-before: 0;
    -webkit-margin-after: 0; }

  .su-spoiler-content ul > li {
    list-style: url(images/list-style-item-dark.png); }

  ol > li {
    line-height: 1.2;
    margin-bottom: 0.4em;
    -webkit-column-break-inside: avoid;
    /* Chrome, Safari */
    page-break-inside: avoid;
    /* Theoretically FF 20+ */
    break-inside: avoid;
    /* IE 10 */
    break-inside: avoid-column;
    /* IE 11 */
    /*display:table;  */
    /* Actually FF 20+ */
    -webkit-margin-before: 0;
    -webkit-margin-after: 0; }

  ul ul {
    padding-top: 20px;
    margin-bottom: 30px; }

  ul ul li {
    list-style: url(images/list-style-item-sub.png); }

  /*.wp-block-table table { width: auto !important; }*/
  .wp-block-table table {
    border: none !important;
    margin-bottom: 25px;
    width: 100% !important; }

  tr {
    border: none !important;
    margin-bottom: 10px; }

  tr:nth-child(even) {
    background: rgba(236, 223, 227, 0.02); }

  tr:nth-child(odd) {
    background: rgba(236, 223, 227, 0.07); }

  td {
    border: none !important;
    padding: 18px 10px;
    vertical-align: top; }

  /*td:first-child { max-width: 20px; }*/
  table.hours tr.nopadding td,
  table.hours tr:first-child td,
  table.hours tr:nth-child(3) td {
    padding-bottom: 4px; }
  table.hours tr:nth-child(odd), table.hours tr:nth-child(even) {
    background: none; }
  table.hours td {
    padding: 0 12px 20px 0; }

  table.startpage-table {
    margin-bottom: 30px; }

  .price-table {
    margin-bottom: 0 !important; }
    .price-table tr {
      background: none !important;
      border-bottom: 1px solid #e6dcc8 !important; }
    .price-table tr:last-child {
      border-bottom: none !important; }
    .price-table td {
      line-height: 1.2;
      padding: 15px 20px 12px 0; }
    .price-table td:first-of-type {
      width: 70%; }

  .wp-block-nk-awb {
    padding: 0 !important; }

  .content-floatbox-left {
    float: left;
    width: 340px;
    margin: 40px 20px 0 0; }

  .content-floatbox-right {
    float: right;
    width: 340px;
    margin: 40px 0 0 20px; }

  .bullet-list-item {
    margin-bottom: 12px; }

  .sb-box .textwidget {
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 3px dotted #bfbdb0; }

  .sb-btn {
    border: none;
    text-align: center;
    background: #c8990c;
    width: 100%;
    padding: 10px 0 0 0; }

  .sb-btn:hover {
    color: #fff;
    background: #deab13; }

  .sb-btn .fa {
    color: #f4cd56;
    font-size: 120%; }

  /* Publikationen */
  .ub-widget > div:last-of-type {
    margin-bottom: 160px; }

  .csl-bib-body {
    padding-bottom: 50px; }

  .csl-entry {
    margin-bottom: 25px; }

  ul.csl-toc {
    margin: 0 0 40px; }
    ul.csl-toc li {
      display: inline;
      list-style: none; }
      ul.csl-toc li a {
        border-right: 1px solid #1b4a6d;
        padding: 4px 10px; }
    ul.csl-toc li:last-child a {
      border-right: none; }

 /*.toc_return a {
	 position: relative;
 }*/
  .toc_return a:before {
    content: '↑ ';
    /*left: 0;
    height: 14px;
    position: absolute;
    top: 0;
    width: 14px;*/ }

  /* Atomic Blocks */
  .ab-accordion-title {
    cursor: pointer;
    color: #0c2441;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s; }

  .ab-accordion-title:hover {
    background: #0c2441;
    color: #fff; }

  .ab-accordion-text {
    padding: 25px 15px !important; }

  .ab-notice-text {
    background: #17365c !important; }
    .ab-notice-text p {
      font-family: inherit !important;
      font-size: 100% !important;
      line-height: inherit !important; }

  .alignleft, .wp-block-image .alignleft, figure.alignleft,
  div.team-column:nth-child(odd) img {
    float: left;
    margin: 5px 30px 20px 0 !important;
    max-width: 45%; } }
  @media screen and (max-width: 760px) {
    .alignleft, .wp-block-image .alignleft, figure.alignleft,
    div.team-column:nth-child(odd) img {
      float: none;
      height: auto;
      margin: 0 0 40px !important;
      max-width: 100%;
      width: 100%; } }

@media screen {
  .alignright, .wp-block-image .alignright, figure.alignright,
  div.team-column img {
    float: right;
    margin: 5px 0 20px 30px !important;
    max-width: 45%; } }
  @media screen and (max-width: 760px) {
    .alignright, .wp-block-image .alignright, figure.alignright,
    div.team-column img {
      float: none;
      height: auto;
      margin: 0 !important;
      max-width: 100%;
      width: 100%; } }

@media screen {
  .aligncenter.wp-block-image .aligncenter {
    margin: 0 auto;
    margin-bottom: 40px; } }
  @media screen and (max-width: 760px) {
    .aligncenter.wp-block-image .aligncenter {
      height: auto;
      width: 100%; } }

@media screen {
  .wp-block-image {
    margin-bottom: 6px; }

  figure {
    margin: 0 0 18px !important; }

  figure.aligncenter {
    margin: 0 auto 30px !important; }

  .cs-2col {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    -webkit-column-gap: 80px;
    -moz-column-gap: 80px;
    column-gap: 80px; } }
  @media screen and (max-width: 760px) {
    .cs-2col {
      -webkit-column-count: 1;
      -moz-column-count: 1;
      column-count: 1; } }

@media screen {
  .gradient {
    background: #edeeee;
    /* Old browsers */
    background: -moz-linear-gradient(top, #edeeee 0%, white 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #edeeee 0%, white 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #edeeee 0%, white 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#edeeee', endColorstr='#ffffff',GradientType=0 );
    /* IE6-9 */ }

  /* --------------- tabs --------------- */
  .tab-content {
    display: none; }

  .tab-content.current {
    display: block !important;
    animation: fadeIn 0.5s; }

  ul.tabs {
    border-bottom: 1px solid #BCBCBC;
    margin: 0 0 20px -3px;
    padding-bottom: 4px; }

  li.tab-link {
    list-style: none; }

  .blogcontent li.tab-link {
    background: url("images/play_r.png") no-repeat;
    background-position: top 0 right 190px;
    background-size: contain;
    box-sizing: border-box;
    text-align: right;
    width: 50%; }

  .blogcontent li.tab-link.current,
  .blogcontent li.tab-link:hover {
    background: url("images/play_r.png") no-repeat;
    background-position: top 0 right 190px;
    background-size: contain; }

  .blogcontent li.tab-link:first-of-type {
    background: none;
    text-align: left; }

  .tab-link {
    float: left; }

  .tab-33 {
    float: left;
    width: 33%; }

  @-webkit-keyframes fadeIn {
    from {
      opacity: 0; }
    to {
      opacity: 1; } }
  @keyframes fadeIn {
    from {
      opacity: 0; }
    to {
      opacity: 1; } }
  .tab-content.current {
    display: block !important;
    -webkit-animation: fadeIn 0.5s;
    animation: fadeIn 0.5s; }

  .tabbed-panels {
    margin-bottom: 50px;
    padding-top: 30px; } }
  @media screen and (max-width: 480px) {
    .tabbed-panels {
      padding-top: 0; } }

@media screen {
  a.tab, .pagination-button > a {
    color: #17365c;
    cursor: pointer;
    display: block;
    font-size: 220%;
    letter-spacing: -0.03em;
    line-height: 1.1;
    text-decoration: none;
    text-transform: uppercase;
    -webkit-transition: all 0.25s;
    -moz-transition: all 0.25s;
    -ms-transition: all 0.25s;
    -o-transition: all 0.25s;
    transition: all 0.25s; } }
  @media screen and (max-width: 480px) {
    a.tab, .pagination-button > a {
      font-size: 190%; } }

@media screen {
  /*a.tab {
  	margin:0 2px 3px;
  	padding: 14px 30px;
  	@media (max-width: 760px) { padding: 14px; }
  	@media (max-width: 480px) { padding: 14px 6px; }
   }*/
  a.tab:active, a.tab:focus, a.tab:hover,
  .pagination-button > a:active, .pagination-button > a:focus, .pagination-button > a:hover {
    color: #17365c;
    text-decoration: none; }

  .current > a.tab {
    color: #05182f;
    cursor: default; }

  .tab-multi-line.current > a.tab {
    padding: 8px 0 7px; }

  .tab-single-line.current > a.tab {
    padding: 15px 0; }

  .noresults {
    height: 300px !important;
    padding-top: 100px;
    text-align: center;
    width: 100%; }

  /* end tabs */
  .page-content {
    background: #1b717e;
    margin-bottom: 120px; }

  .content {
    position: relative;
    background: rgba(255, 255, 255, 0.8);
    color: #313131 !important;
    padding: 40px; }

  .content img:not(.avatar) {
    width: 100%;
    height: auto;
    margin-bottom: 20px; }

  .close-btn {
    width: 20px;
    height: 20px;
    background: url(images/close-btn.png);
    background: url(images/close-btn.svg), none;
    background-repeat: no-repeat;
    background-size: 20px 20px;
    opacity: 0.65;
    position: absolute;
    top: 20px;
    right: 20px; }

  .close-btn:hover {
    opacity: 1; }

  .su-box {
    border: none !important;
    position: relative;
    width: 70%; } }
  @media screen and (max-width: 760px) {
    .su-box {
      width: 100%; } }

@media screen {
  .su-box-content {
    background: #99a083 !important;
    border-radius: 8px !important; }

  .su-box.team-def .su-box-content {
    background: #99a083 url(images/icon_start_plattenspieler_weiss.svg) no-repeat !important;
    background-position: top 35px right 30px !important;
    background-size: 98px !important;
    padding: 40px 150px 45px 40px !important; } }
  @media screen and (max-width: 760px) {
    .su-box.team-def .su-box-content {
      background: #99a083 !important;
      padding: 20px 20px 40px 20px !important; } }

@media screen {
  .su-box-content * {
    color: #fff !important; }

  .su-box-title {
    display: none !important; }

  .su-spoiler {
    margin-bottom: 10px !important; }

  .su-spoiler-title {
    background: #0c2441;
    color: #fff !important;
    font-size: 120% !important;
    font-weight: normal !important;
    padding: 20px 7px 20px 36px !important;
    text-transform: uppercase; }

  .su-spoiler-closed .su-spoiler-title {
    background: #17365c; }

  .su-spoiler-title:hover {
    background: #0c2441 !important; }

  .su-spoiler-icon {
    left: 10px !important;
    overflow: hidden;
    top: 18px !important; }

  .su-spoiler-content {
    background: #125180;
    color: #000d17 !important;
    padding: 0 25% 0 50px !important;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
    /* @media (max-width: 480px) { padding: 1em 0 1em 0 !important; }*/ }
    .su-spoiler-content li {
      margin-bottom: 18px; }
    .su-spoiler-content h1, .su-spoiler-content h2, .su-spoiler-content h3, .su-spoiler-content h4, .su-spoiler-content h5, .su-spoiler-content h6 {
      color: #000d17; }
    .su-spoiler-content h5, .su-spoiler-content h6 {
      font-size: 140%; } }
  @media screen and (max-width: 760px) {
    .su-spoiler-content {
      padding: 0 10px 0 20px !important; } }

@media screen {
 /*.su-spoiler-style-default>.su-spoiler-content {
 }
 .su-spoiler-content .su-spoiler-content {
	 padding-left: 33px !important;
	 @media (max-width: 760px) { padding-left: 20px !important; }
	 @media (max-width: 480px) { padding-left: 0 !important; }
 }*/
  .su-spoiler-icon-arrow.su-spoiler-closed .su-spoiler-icon::before {
    content: "" !important; }

  .su-spoiler-icon-arrow.su-spoiler-closed .su-spoiler-icon,
  .su-spoiler.su-spoiler-closed .su-spoiler-icon {
    background: url(images/arrow_acc.svg) no-repeat;
    background-size: 40px 20px;
    background-position: 0 0; }

  .su-spoiler-icon-arrow .su-spoiler-icon::before {
    content: "" !important; }

  .su-spoiler-icon-arrow .su-spoiler-icon {
    background: url(images/arrow_acc.svg) no-repeat;
    background-size: 40px 20px;
    background-position: -20px 0; }

  .blaken {
    background: #99a083;
    height: 13px;
    margin: -16px 0 50px;
    width: 0; }

  iframe {
    width: 100%; }

  .terminbuchung iframe {
    max-height: 800px; }

  .ellipsis {
    /*background: #ef0;*/
    overflow: hidden;
    /*line-height: 22px;*/
    position: relative;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease; }

  .ellipsis.post-closed {
    max-height: 0;
    opacity: 0; }

  .ellipsis.post-open {
    /*margin-top: 20px;*/
    max-height: 1000px;
    opacity: 1; }

  .postTrigger {
    cursor: pointer;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease; }

  .postTrigger {
    display: inline-block;
    margin-bottom: 20px;
    width: 100%;
    /*margin-left: 180px;*/ }

  .postTrigger.hl-closed:before {
    content: '>>mehr Infos'; }

  .postTrigger.hl-active:before {
    content: '« Weniger';
    /*margin-left: 180px;*/ }

  .en .postTrigger.hl-closed:before {
    content: 'Read more »'; }
  .en .postTrigger.hl-active:before {
    content: '« Read less';
    /*margin-left: 180px;*/ }

  footer {
    background: #d5d5d5;
    /*background: #d9dfe1;
    bottom: 0;
    left: 0;*/
    padding: 0;
    /*position: absolute;*/
    width: 100%; }
    footer a:active, footer a:focus, footer a:hover {
      color: #000 !important; }

  #footer-logos {
    height: 150px;
    max-width: 540px;
    margin: 0 auto 40px; }

  #footer-logos::after {
    display: block;
    clear: both; }

  .footer-logo {
    box-sizing: border-box;
    float: left;
    padding: 0 20px;
    width: 50%; }

  .footer-content {
    padding: 80px 80px 90px;
    text-align: center; } }
  @media screen and (max-width: 760px) {
    .footer-content {
      padding: 60px 40px; } }
  @media screen and (max-width: 480px) {
    .footer-content {
      padding: 40px 20px; } }

@media screen {
  #footer-text {
    text-align: center; } }
  @media screen and (max-width: 480px) {
    #footer-text {
      display: block;
      float: none;
      margin-bottom: 40px; } }

@media screen {
  /*#footer-nav { float:right; margin-right:20px; margin-top: -12px; position:relative; @media (max-width: 480px) { display: block; float: none; margin-right: 20px; } }*/
  .footer-logo-cont {
    /*height: 100px;*/
    margin: 0 auto 40px;
    max-width: 1160px; } }
  @media screen and (max-width: 1400px) {
    .footer-logo-cont {
      max-width: 700px; } }
@media screen {
    .footer-logo-cont img {
      float: left;
      height: 60px !important;
      margin: 0 17px 10px;
      width: auto; } }
    @media screen and (max-width: 1400px) {
      .footer-logo-cont img {
        height: 60px !important; } }
    @media screen and (max-width: 760px) {
      .footer-logo-cont img {
        height: 50px !important;
        margin: 0 0 23px 23px; } }

@media screen {
  #footer-nav li.widget {
    float: left; } }
@media screen and (max-width: 680px) {
  #footer-text {
    float: none; }

  #footer-nav {
    float: none;
    margin-top: 10px; }

  #footer-nav li.widget {
    float: none;
    margin-bottom: 20px; } }
@media screen {
  #custom_html-4,
  #custom_html-10 {
    padding-top: 8px;
    padding-right: 30px; }

  .clearfix:after {
    content: "";
    clear: both;
    display: block;
    visibility: hidden;
    height: 0px; }

  .nocolbreak {
    -webkit-column-break-inside: avoid;
    /* Chrome, Safari */
    page-break-inside: avoid;
    /* Theoretically FF 20+ */
    break-inside: avoid;
    /* IE 10 */
    break-inside: avoid-column;
    /* IE 11 */
    display: table;
    /* Actually FF 20+ */ }

  a#scroll-to-top {
    bottom: 64px !important;
    height: 40px !important;
    right: 30px !important;
    width: 40px !important; } }
  @media screen and (max-width: 480px) {
    a#scroll-to-top {
      bottom: 17px !important;
      right: 20px !important; } }

@media screen {
  .wpcf7-text, .wpcf7-textarea {
    background: #f8f8f8;
    border: 1px solid #b3b3b3;
    box-sizing: border-box;
    margin-bottom: 30px;
    max-height: 140px;
    padding: 10px;
    width: 100%; }

  .wpcf7-date, .wpcf7-select {
    border: 1px solid #b3b3b3;
    margin-bottom: 30px;
    padding: 10px; }

  .wpcf7-select {
    width: 100%; }

  .formcol-2-left {
    float: left; }

  .formcol-2-right {
    float: right; }

  .formcol-2-left, .formcol-2-right {
    width: 46%; } }
  @media screen and (max-width: 760px) {
    .formcol-2-left, .formcol-2-right {
      float: none;
      width: 100%; } }

@media screen {
  .formsection-headline {
    color: #4c4d49;
    font-weight: 700;
    margin: 50px 0 20px; }

  .form-spacer {
    display: block;
    height: 60px;
    width: 100%; }

  .su-table strong {
    white-space: nowrap; } }
  @media screen and (max-width: 480px) {
    .su-table strong {
      white-space: normal; } }

@media screen {
  .leistungen-columns {
    display: flex; } }
  @media screen and (max-width: 760px) {
    .leistungen-columns {
      display: inline-block; } }

@media screen {
  .leistungen-text {
    margin-bottom: 70px;
    max-width: 720px; }

  .leistungen-textcolumn {
    padding-right: 40px; } }
  @media screen and (max-width: 760px) {
    .leistungen-textcolumn {
      padding-right: 0; } }

@media screen {
  .leistungen-tiles {
    flex: 0 0 480px; } }
  @media screen and (max-width: 760px) {
    .leistungen-tiles {
      flex: 0 0 280px; } }

@media screen {
  ul.leistungen-items {
    margin: 0 0 140px; }
    ul.leistungen-items li {
      list-style: none;
      margin: 0 !important; }
      ul.leistungen-items li a {
        background: #17365c;
        box-sizing: border-box;
        color: #fff;
        /*display: block;*/
        float: left;
        font-size: 121%;
        line-height: 1.1;
        margin: 0 20px 20px 0;
        padding: 80px 5px 0 5px;
        width: 200px;
        height: 200px;
        text-align: center;
        text-decoration: none; } }
      @media screen and (max-width: 480px) {
        ul.leistungen-items li a {
          /*float: none;*/ } }
@media screen {
      ul.leistungen-items li a:hover {
        background: #0c2441; }

  ul.leistungen-items:after {
    clear: both; }

  .leistungen-overview {
    margin: 0 0 140px; }
    .leistungen-overview a {
      background: #17365c;
      box-sizing: border-box;
      color: #fff;
      /*display: block;*/
      float: left;
      font-size: 118%;
      margin: 0 20px 20px 0;
      padding: 80px 5px 0 5px;
      width: 200px;
      height: 200px;
      text-align: center;
      text-decoration: none; }
    .leistungen-overview a:hover {
      background: #0c2441; }

  #neuro-post-thumbnail img {
    height: auto;
    width: 200px; }

  /* Accordeon */
  .aagb_accordion_dd902245-877a-4ecb-8715-da57ac252031 .aagb__accordion_body--show {
    border-top: none !important; }

  .aab__icon, .dashicons {
    color: #95c11f !important; }

  .wp-block-aab-accordion-item {
    box-shadow: 5px 5px 2px 0px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 5px 5px 2px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 5px 5px 2px 0px rgba(0, 0, 0, 0.2);
    margin-bottom: 20px !important; }

  .wp-block-aab-accordion-item,
  .wp-block-aab-accordion-block,
  .wp-block-aagb-accordion-block,
  .aagb_accordion_0a6eed74-9b3d-4565-9c62-8e1597686f4b > .aagb__accordion_container.aagb__accordion_active {
    border: none !important;
    border-radius: 0 !important;
    /*margin-bottom: 0 !important;*/ }

  .aagb__accordion_head,
  .aab__accordion_head {
    background: none !important;
    background-color: rgba(255, 255, 255, 0.5) !important;
    border-bottom: 1px solid #eef3f5 !important;
    padding: 25px 22px 20px !important; }

  .aagb__accordion_head:hover {
    background: rgba(255, 255, 255, 0.8) !important; }

  .aagb__accordion_head.active {
    background: rgba(255, 255, 255, 0.8) !important; }
    .aagb__accordion_head.active .aagb__accordion_title {
      font-weight: bold; }

  .aagb__accordion_title,
  .aab__accordion_title {
    font-size: 100%; }

  .aagb__accordion_component {
    padding: 20px; }

  .aab__accordion_body,
  .wp-block-aab-accordion-item .aagb__accordion_body {
    background: none !important;
    background-color: white !important;
    border: none !important;
    border-bottom: 1px solid #eef3f5 !important;
    /*padding: 25px 22px !important;*/ }

  .wp-block-pb-accordion-item {
    margin-bottom: 12px; }

  .c-accordion__content,
  .c-accordion__title {
    background: #efefef;
    margin-bottom: 20px !important;
    padding: 12px 20px; } }
  @media screen and (max-width: 760px) {
    .c-accordion__content,
    .c-accordion__title {
      padding: 10px; } }

@media screen {
  .c-accordion__title:hover {
    background: #17365c;
    color: #fff; }

  .c-accordion__title::after {
    right: 20px; } }
  @media screen and (max-width: 760px) {
    .c-accordion__title::after {
      right: 10px; } }
