.clearfix:after, .single main article:after,
.page main article:after,
.error404 main article:after, main.container:after, main#shadow:after {
  content: "";
  display: table;
  clear: both;
}

/* roboto-300 - latin */
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 300;
  src: local(""), url("../fonts/roboto-v30-latin-300.woff2") format("woff2"), url("../fonts/roboto-v30-latin-300.woff") format("woff");
  /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* roboto-regular - latin */
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  src: local(""), url("../fonts/roboto-v30-latin-regular.woff2") format("woff2"), url("../fonts/roboto-v30-latin-regular.woff") format("woff");
  /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* roboto-500 - latin */
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 500;
  src: local(""), url("../fonts/roboto-v30-latin-500.woff2") format("woff2"), url("../fonts/roboto-v30-latin-500.woff") format("woff");
  /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* roboto-700 - latin */
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 700;
  src: local(""), url("../fonts/roboto-v30-latin-700.woff2") format("woff2"), url("../fonts/roboto-v30-latin-700.woff") format("woff");
  /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* roboto-condensed-regular - latin */
@font-face {
  font-family: "Roboto Condensed";
  font-style: normal;
  font-weight: 400;
  src: local(""), url("../fonts/roboto-condensed-v25-latin-regular.woff2") format("woff2"), url("../fonts/roboto-condensed-v25-latin-regular.woff") format("woff");
  /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* roboto-condensed-700 - latin */
@font-face {
  font-family: "Roboto Condensed";
  font-style: normal;
  font-weight: 700;
  src: local(""), url("../fonts/roboto-condensed-v25-latin-700.woff2") format("woff2"), url("../fonts/roboto-condensed-v25-latin-700.woff") format("woff");
  /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* roboto-slab-700 - latin */
@font-face {
  font-family: "Roboto Slab";
  font-style: normal;
  font-weight: 700;
  src: local(""), url("../fonts/roboto-slab-v24-latin-700.woff2") format("woff2"), url("../fonts/roboto-slab-v24-latin-700.woff") format("woff");
  /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

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

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

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

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 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;
}

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

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

* {
  box-sizing: border-box;
}

body {
  background: #f9f9f9;
  color: #444;
  font-family: Roboto, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.8;
}
@media screen and (min-width: 768px) {
  body {
    font-size: 18px;
  }
}

h1, h2, h3 {
  font-family: "Roboto slab", serif;
  font-weight: bold;
  line-height: 1.2;
  margin: 30px 0;
}

h1 {
  font-size: 22px;
  line-height: 1.2;
  margin-top: 0;
}
@media screen and (min-width: 768px) {
  h1 {
    font-size: 44px;
    line-height: 1.1;
  }
}

h2 {
  font-size: 20px;
}
@media screen and (min-width: 768px) {
  h2 {
    font-size: 32px;
  }
}

h3 {
  font-size: 18px;
}
@media screen and (min-width: 768px) {
  h3 {
    font-size: 24px;
  }
}

p + h2,
p + h3,
div + h2,
div + h3 {
  margin-top: 60px;
}

p.intro {
  color: #222;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 24px;
  line-height: 1.4;
  margin: 0 0 2em;
}

.kicker {
  color: #666;
  font-size: 13px;
  font-weight: 500;
  margin: 0;
  padding: 0 0 10px;
  position: relative;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .kicker {
    font-size: 15px;
  }
}

a {
  color: #a80312;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}

strong {
  font-weight: 700;
}

figure {
  margin: 0;
  padding: 0;
}

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

hr {
  border: none;
  border-top: 2px solid rgba(0, 0, 0, 0.1);
  clear: both;
  margin: 60px 0;
}

.wp-caption {
  background: #fff;
}
.wp-caption .wp-caption-text {
  margin: 0;
  padding: 10px;
}

.alignleft {
  clear: left;
  float: left;
  margin: 0 30px 30px 0;
  max-width: 100%;
}

.alignright {
  clear: right;
  float: right;
  margin: 0 0 30px 30px;
}

.wp-block-media-text {
  display: flex;
  overflow: hidden;
}
.wp-block-media-text figure {
  max-width: 140px;
}

.screen-reader-text {
  display: none;
}

.container, #shadow {
  margin: 0 auto;
  max-width: 1240px;
  padding: 0 20px;
  position: relative;
}
@media screen and (min-width: 768px) {
  .container, #shadow {
    padding: 0 50px;
  }
}

/* Cookie Notice ************************************************************ */
#cookie-notice .cn-button {
  background: #fff;
  border-radius: 3px;
  display: inline-block;
  padding: 5px 10px;
}

.btn,
.wp-block-button .wp-block-button__link {
  background: transparent;
  border: 2px solid #a80312;
  border-radius: 30px;
  color: #a80312;
  display: inline-block;
  font-size: 15px;
  font-weight: 700;
  padding: 3px 20px;
  transition: all 0.15s ease-in-out;
}

.btn:hover,
.wp-block-button .wp-block-button__link:hover,
a:hover .btn {
  background: #a80312;
  color: #fff;
  text-decoration: none;
}

.btn-white {
  border-color: #fff;
  color: #fff;
}

.btn-white:hover,
a:hover .btn-white {
  background: #fff;
  color: #a80312;
}

table.wp-block-table.is-style-stripes {
  border-radius: 2px;
}
table.wp-block-table.is-style-stripes td, table.wp-block-table.is-style-stripes th {
  padding: 5px 10px;
}
table.wp-block-table.is-style-stripes tr:nth-child(2n+1) {
  background: rgba(168, 3, 18, 0.15);
}

table.price-table {
  width: 100%;
}
table.price-table strong {
  color: #000;
}
table.price-table td, table.price-table th {
  vertical-align: top;
}
table.price-table td + td {
  color: #000;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: bold;
  text-align: right;
  white-space: nowrap;
}

p.download a {
  background: url(../img/file-icons/file.doc.png) no-repeat;
  display: inline-block;
  font-weight: bold;
  line-height: 80px;
  padding: 0 0 0 73px;
}

p.download-pdf a {
  background-image: url(../img/file-icons/file.pdf.png);
}

p.download-zip a {
  background-image: url(../img/file-icons/file.zip.png);
}

p.download-xls a {
  background-image: url(../img/file-icons/file.xls.png);
}

p.download-ppt a {
  background-image: url(../img/file-icons/file.ppt.png);
}

#header {
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 2px 50px 0 rgba(0, 0, 0, 0.1);
  height: 80px;
  position: fixed;
  top: 0;
  transition: height 0.2s ease-in-out;
  width: 100%;
  z-index: 100;
}
@media screen and (min-width: 768px) {
  #header {
    height: 120px;
  }
}
#header #branding {
  color: #444;
  font-family: "Roboto slab", serif;
  font-size: 17px;
  font-weight: bold;
  line-height: 80px;
  padding-left: 50px;
  text-decoration: none;
  transition: line-height 0.2s ease-in-out;
}
@media screen and (min-width: 360px) {
  #header #branding {
    font-size: 20px;
  }
}
@media screen and (min-width: 768px) {
  #header #branding {
    font-size: 24px;
    line-height: 120px;
    padding-left: 110px;
  }
}
#header #logo {
  padding: 15px 0;
  position: absolute;
  height: 100%;
  left: 20px;
  margin: 0;
  transition: padding 0.2s ease-in-out;
  top: 0;
  z-index: 100;
}
@media screen and (min-width: 768px) {
  #header #logo {
    left: 60px;
  }
}
#header #logo img {
  display: block;
  height: 100%;
  width: auto;
}

.sticky #header {
  height: 60px;
}
.sticky #header #branding {
  line-height: 60px;
}
.sticky #header #logo {
  padding: 5px 0;
}

.admin-bar #header {
  top: 32px;
}

#header-image-wrapper {
  height: 180px;
  margin-top: 80px;
}
@media screen and (min-width: 768px) {
  #header-image-wrapper {
    height: 500px;
    margin-top: 0;
  }
}

#header-image {
  background: url(../img/header06.jpg) no-repeat 50% 75%;
  background-size: cover;
  height: 180px;
  position: fixed;
  width: 100%;
}
@media screen and (min-width: 768px) {
  #header-image {
    height: 500px;
  }
}
#header-image img {
  display: none;
}

body.page-id-1185 #header-image {
  background-image: url(../img/header-halle.jpg);
  background-position: 50% 50%;
}

body.page-id-714 #header-image {
  background-image: url(../img/header03.jpg);
}

body.page-id-143 #header-image,
body.parent-pageid-143 #header-image,
body.page-id-3346 #header-image {
  background-image: url(../img/header02.jpg);
  background-position: 50% 60%;
}

body.page-id-69 #header-image {
  background-image: url(../img/header-halle-aussen.jpg);
  background-position: 50% 60%;
}

#shadow {
  box-shadow: 0 4px 30px rgba(85, 85, 85, 0.15);
  display: none;
  height: 150px;
  left: 50%;
  position: fixed;
  top: 450px;
  transform: translateX(-50%);
  width: 100%;
  z-index: 4;
}
@media screen and (min-width: 1240px) {
  #shadow {
    display: block;
  }
}

#header-image-slideshow {
  height: 180px;
  position: fixed;
  width: 100%;
}
@media screen and (min-width: 768px) {
  #header-image-slideshow {
    height: 500px;
  }
}
#header-image-slideshow > div {
  background: url(../img/header06.jpg) no-repeat 50% 75%;
  background-size: cover;
  display: none;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
#header-image-slideshow .header1 {
  display: block;
}
#header-image-slideshow .header2 {
  background-image: url(../img/header-halle.jpg);
  background-position: 50% 50%;
}
#header-image-slideshow .header3 {
  background-image: url(../img/header03.jpg);
}
#header-image-slideshow .header4 {
  background-image: url(../img/header02.jpg);
  background-position: 50% 60%;
}

main.container, main#shadow {
  background: #f8f8f8;
  border-top: 1px solid #f8f8f8;
  border-radius: 2px 2px 0 0;
  z-index: 5;
}
@media screen and (min-width: 768px) {
  main.container, main#shadow {
    margin-top: -50px;
  }
}
main.container:before, main#shadow:before {
  box-shadow: 0 4px 30px rgba(85, 85, 85, 0.1);
  display: none;
  content: "";
  height: 150px;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}
main.container #article, main#shadow #article {
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 4px 30px rgba(85, 85, 85, 0.1);
  border-radius: 2px;
  overflow: hidden;
  position: relative;
}
main.container article + article, main#shadow article + article {
  margin-top: 60px;
}
main.container .meta, main#shadow .meta {
  color: #666;
  font-size: 15px;
  font-weight: 500;
}
main.container figure.img, main#shadow figure.img {
  clear: right;
  float: right;
  max-width: 300px;
  margin: 0 0 30px 30px;
}
main.container figure.img img, main#shadow figure.img img {
  display: block;
  height: auto;
  max-width: 100%;
}

.single main article,
.page main article,
.error404 main article {
  padding: 20px 0;
}
@media screen and (min-width: 768px) {
  .single main article,
.page main article,
.error404 main article {
    padding: 50px 150px;
  }
}
.single main h1,
.page main h1,
.error404 main h1 {
  color: #333;
  margin: 0 0 70px;
  position: relative;
  text-align: center;
}
.single main h1:before, .single main h1:after,
.page main h1:before,
.page main h1:after,
.error404 main h1:before,
.error404 main h1:after {
  content: "";
  height: 5px;
  width: 50px;
  background: #a80312;
  position: absolute;
  bottom: -20px;
  right: 50%;
}
.single main h1:after,
.page main h1:after,
.error404 main h1:after {
  background: rgba(168, 3, 18, 0.25);
  left: 50%;
  right: auto;
}

#footer {
  background: fixed #a80312 url(../img/footer-bg.jpg) no-repeat 50% 25%;
  background-size: cover;
  color: #fff;
  font-size: 15px;
  padding: 30px 30px 0;
  position: relative;
  z-index: 5;
}
@media screen and (min-width: 768px) {
  #footer {
    padding: 30px 60px 0;
  }
}
#footer h3 {
  color: #fff;
  margin: 0 0 15px;
}
#footer a {
  color: inherit;
}
#footer a.btv {
  display: block;
  margin: 15px 0 0;
  max-width: 200px;
}

@media screen and (min-width: 768px) {
  #footer-nav {
    display: flex;
    justify-content: center;
  }
}
#footer-nav > div {
  padding: 15px 0;
}
@media screen and (min-width: 768px) {
  #footer-nav > div {
    padding: 30px 0;
    width: 50%;
  }
}
#footer-nav ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
#footer-nav ul > li {
  background: url(../img/tennisball.svg) no-repeat 0 9px;
  background-size: 12px auto;
  padding-left: 20px;
}

#footer .copyright {
  border-top: 1px solid rgba(255, 255, 255, 0.25);
  font-size: 13px;
  padding: 30px;
  text-align: center;
}
#footer .copyright p {
  margin: 0;
}
#footer .copyright a {
  color: inherit;
  text-decoration: none;
}

@media screen and (min-width: 992px) {
  #nav-main {
    font-family: "Roboto Condensed", sans-serif;
    line-height: 40px;
    padding: 40px 0;
    position: absolute;
    right: 45px;
    top: 0;
    transition: padding 0.2s ease-in-out;
  }
  #nav-main ul {
    list-style: none;
    margin: 0;
    padding: 0;
  }
  #nav-main li {
    display: inline-block;
  }
  #nav-main a {
    color: #666;
    display: block;
    font-size: 14px;
    font-weight: bold;
    line-height: 20px;
    padding: 10px 10px;
    position: relative;
    text-decoration: none;
    transition: all 0.2s ease-in-out;
  }
}
@media screen and (min-width: 992px) and (min-width: 1100px) {
  #nav-main a {
    font-size: 16px;
    padding: 10px 15px;
  }
}
@media screen and (min-width: 992px) {
  #nav-main a:before {
    background: #a80312;
    bottom: 0;
    content: "";
    height: 3px;
    position: absolute;
    transition: all 0.2s ease-in-out;
    width: 0;
  }
}
@media screen and (min-width: 992px) {
  #nav-main li.active > a,
#nav-main li.current-menu-item > a,
#nav-main li.current-menu-parent > a,
#nav-main li:hover > a {
    color: #a80312;
  }
  #nav-main li.active > a:before,
#nav-main li.current-menu-item > a:before,
#nav-main li.current-menu-parent > a:before,
#nav-main li:hover > a:before {
    width: 30px;
  }
}
@media screen and (min-width: 992px) {
  #nav-main ul.menu > li > ul.sub-menu {
    background: #fff;
    box-shadow: 0 4px 30px rgba(85, 85, 85, 0.1);
    display: none;
    min-width: 220px;
    position: absolute;
  }
  #nav-main ul.menu > li > ul.sub-menu li {
    display: block;
  }
  #nav-main ul.menu > li > ul.sub-menu ul.submenu {
    left: 100%;
  }
}
@media screen and (min-width: 992px) {
  #nav-main ul.menu > li:hover > ul.sub-menu {
    display: block;
  }
}
@media screen and (min-width: 992px) {
  #nav-main ul.sub-menu ul.sub-menu a {
    font-weight: normal;
    padding: 5px 15px;
  }
}
@media screen and (min-width: 992px) {
  .sticky #nav-main {
    padding: 10px 0;
  }
}
/* Nav toggle button ******************************************************** */
#nav-toggle-button {
  background: transparent;
  border: none;
  cursor: pointer;
  height: 22px;
  outline: none !important;
  overflow: hidden;
  position: fixed;
  right: 20px;
  top: 30px;
  transition: all 0.25s ease;
  width: 30px;
  z-index: 201;
}
.sticky #nav-toggle-button {
  top: 20px;
}
@media print {
  #nav-toggle-button {
    display: none;
  }
}
@media screen and (min-width: 992px) {
  #nav-toggle-button {
    display: none;
  }
}
#nav-toggle-button span {
  background: #a80312;
  height: 2px;
  left: 0;
  position: absolute;
  top: 0;
  transition: all 0.3s ease;
  width: 100%;
}
#nav-toggle-button span.middle-1 {
  left: -50%;
  top: 9px;
}
#nav-toggle-button span.middle-2 {
  left: 50%;
  top: 9px;
}
#nav-toggle-button span.bottom {
  top: 18px;
}
.nav-open #nav-toggle-button span {
  background: #fff;
}
.nav-open #nav-toggle-button .top {
  transform: translateY(9px) translateX(0) rotate(45deg);
}
.nav-open #nav-toggle-button .middle-1 {
  transform: translateX(-100%);
}
.nav-open #nav-toggle-button .middle-2 {
  transform: translateX(100%);
}
.nav-open #nav-toggle-button .bottom {
  transform: translateY(-9px) translateX(0) rotate(-45deg);
}

/* Mobile ******************************************************************* */
@media screen and (max-width: 991px) {
  html.nav-open {
    overflow: hidden;
  }

  #nav-main {
    background: rgba(168, 3, 18, 0.95);
    display: block;
    font-family: "Roboto Condensed", sans-serif;
    font-size: 20px;
    font-weight: bold;
    height: 100%;
    left: 0;
    line-height: 1.2;
    opacity: 0;
    overflow: auto;
    padding: 20px;
    position: fixed;
    top: 0;
    transform: translateX(-100%);
    transition: transform 0.5s ease, opacity 0.5s ease;
    width: 100%;
    will-change: transform, opacity;
    z-index: 200;
  }
}
@media screen and (max-width: 991px) and (min-width: 768px) {
  #nav-main {
    max-width: 360px;
  }
}
@media screen and (max-width: 991px) {
  .nav-open #nav-main {
    opacity: 1;
    transform: translateX(0);
  }
}
@media screen and (max-width: 991px) {
  #nav-main ul {
    list-style: none;
    margin: 0;
    padding: 0;
  }
}
@media screen and (max-width: 991px) {
  #nav-main a {
    color: #fff;
    display: block;
    padding: 15px;
  }
  #nav-main a:hover {
    color: rgba(255, 255, 255, 0.7);
  }
}
@media screen and (max-width: 991px) {
  #nav-main ul ul {
    font-size: 16px;
    position: relative;
  }
  #nav-main ul ul:before {
    background: rgba(255, 255, 255, 0.2);
    content: "";
    height: calc(100% - 20px);
    left: 14px;
    position: absolute;
    bottom: 22px;
    width: 1px;
  }
  #nav-main ul ul a {
    padding-left: 45px;
    position: relative;
  }
  #nav-main ul ul a:before {
    background: rgba(255, 255, 255, 0.2);
    content: "";
    height: 1px;
    left: 15px;
    position: absolute;
    top: 50%;
    width: 20px;
  }
}
@media screen and (max-width: 991px) {
  #nav-main ul ul ul:before {
    display: none;
  }
  #nav-main ul ul ul a {
    font-weight: normal;
    padding-left: 65px;
  }
  #nav-main ul ul ul a:before {
    width: 40px;
  }
}
@media screen and (max-width: 991px) {
  #nav-primary > ul > li {
    opacity: 0;
  }
}
@media screen and (max-width: 991px) {
  .nav-open #nav-primary > ul > li {
    animation: menuFade 0.5s ease forwards;
    animation-delay: 0.35s;
  }
}
@media screen and (max-width: 991px) {
  .nav-open #nav-primary > ul > li:nth-of-type(2) {
    animation-delay: 0.45s;
  }
  .nav-open #nav-primary > ul > li:nth-of-type(3) {
    animation-delay: 0.55s;
  }
  .nav-open #nav-primary > ul > li:nth-of-type(4) {
    animation-delay: 0.65s;
  }
  .nav-open #nav-primary > ul > li:nth-of-type(5) {
    animation-delay: 0.75s;
  }
}
@media screen and (max-width: 991px) {
  @keyframes menuFade {
    0% {
      opacity: 0;
      transform: translateX(-80px) scale(0.8);
    }
    100% {
      opacity: 1;
      transform: none;
    }
  }
}
nav.breadcrumb {
  color: #999;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  font-family: "Roboto Condensed", sans-serif;
  font-size: 14px;
  margin: 0 0 20px;
  padding: 20px 0;
}
@media screen and (min-width: 768px) {
  nav.breadcrumb {
    padding-left: 150px;
    padding-right: 150px;
  }
}

.pagination {
  margin: 60px 0;
  text-align: center;
}
.pagination .page-numbers {
  background: rgba(168, 3, 18, 0.1);
  border-radius: 4px;
  color: #a80312;
  display: inline-block;
  font-size: 15px;
  font-weight: bold;
  line-height: 1;
  padding: 10px 15px;
  text-decoration: none;
  transition: all 0.25s ease-in-out;
}
.pagination .current,
.pagination a:hover {
  background: #a80312;
  color: #fff;
}
.pagination .prev,
.pagination .next {
  background: transparent;
}

#news {
  margin-bottom: 50px;
  margin-top: 50px;
  position: relative;
}

.hgroup {
  text-align: center;
}
.hgroup h2 {
  color: #444;
  display: inline-block;
  font-size: 24px;
  position: relative;
}
@media screen and (min-width: 768px) {
  .hgroup h2 {
    font-size: 28px;
  }
}
.hgroup h2:before, .hgroup h2:after {
  background: rgba(0, 0, 0, 0.1);
  height: 3px;
  content: "";
  right: 100%;
  position: absolute;
  margin-right: 10px;
  margin-left: 10px;
  top: 50%;
  width: 30px;
}
@media screen and (min-width: 768px) {
  .hgroup h2:before, .hgroup h2:after {
    margin-left: 15px;
    margin-right: 15px;
    width: 80px;
  }
}
.hgroup h2:after {
  left: 100%;
  right: auto;
}

#teaser {
  background: #fff url(../img/teaser-bg.jpg) no-repeat fixed;
  background-size: cover;
  overflow: hidden;
  padding: 25px 0;
  position: relative;
  z-index: 5;
}
@media screen and (min-width: 768px) {
  #teaser {
    padding: 100px 0;
  }
}
#teaser:before, #teaser:after {
  box-shadow: 0 0 30px #000;
  content: "";
  height: 1px;
  left: 0;
  position: absolute;
  top: 0;
  width: calc(100% + 50px);
}
#teaser:after {
  bottom: 0;
  top: auto;
}
#teaser .teaser-wrapper {
  display: flex;
  margin: 0 -15px;
  flex-flow: wrap;
}
#teaser .teaser {
  padding: 15px;
  width: 100%;
}
@media screen and (min-width: 768px) {
  #teaser .teaser {
    width: 25%;
  }
}
#teaser a {
  background: rgba(168, 3, 18, 0.8) url(../img/teaser-item-bg.jpg);
  background-size: cover;
  border-radius: 4px;
  color: #fff;
  font-size: 0.9em;
  display: block;
  height: 480px;
  overflow: hidden;
  position: relative;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
}
#teaser a:hover {
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.25);
  transform: translateY(-5px);
}
#teaser figure {
  background: 50% 50% no-repeat;
  background-size: auto 100%;
  border-bottom: 3px solid #fff;
  height: 60%;
  transition: all 0.3s ease-in-out;
}
#teaser img {
  display: none;
}
#teaser .content {
  padding: 15px 30px;
}
#teaser h3 {
  color: #fff;
  font-size: 24px;
  margin: 0 0 10px;
}
#teaser p.buttons {
  text-align: right;
}
#teaser a:hover figure {
  background-size: auto 115%;
}

ul.listing {
  list-style: none;
  margin: 0 -20px;
  padding: 0;
}
@media screen and (min-width: 768px) {
  ul.listing {
    display: flex;
    flex-flow: wrap;
    width: calc(100% + 40px);
  }
}
ul.listing > li {
  padding: 20px;
  width: 100%;
}
@media screen and (min-width: 768px) {
  ul.listing > li {
    width: 33.3333%;
  }
}
ul.listing a {
  background: #fff;
  border-radius: 2px;
  color: inherit;
  display: block;
  overflow: hidden;
  padding: 20px;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
}
ul.listing a:hover {
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
  transform: translateY(-5px);
}
ul.listing figure {
  margin: -20px -20px 20px;
  padding: 0;
}
ul.listing figure img {
  display: block;
}
ul.listing h3 {
  font-size: 22px;
  margin: 0 0 10px;
}
ul.listing .date {
  color: #999;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 14px;
  font-weight: bold;
}
ul.listing span.more {
  color: #a80312;
  font-weight: bold;
}

@media screen and (min-width: 768px) {
  .single main article ul.listing,
.page main article ul.listing {
    margin: 0 -150px;
    width: auto;
  }
}

.gallery {
  display: flex;
  flex-flow: wrap;
  margin: -15px -15px 30px;
}
@media screen and (min-width: 768px) {
  .gallery {
    margin: -10px -10px 30px;
  }
}
.gallery figure {
  width: 50%;
}
@media screen and (min-width: 768px) {
  .gallery figure {
    width: 33.3333%;
  }
}
.gallery a {
  display: block;
  overflow: hidden;
  padding: 10px;
}
@media screen and (min-width: 768px) {
  .gallery a {
    padding: 15px;
  }
}
.gallery img {
  display: block;
  transition: all 0.15s ease-in-out;
}
.gallery a:hover img {
  transform: scale(1.1);
}

.team-grid {
  margin: 0 -20px;
}
@media screen and (min-width: 768px) {
  .team-grid {
    display: flex;
    flex-flow: wrap;
    margin: 0 -170px;
  }
}
.team-grid .team-grid-item {
  padding: 20px;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .team-grid .team-grid-item {
    width: 33.3333%;
  }
}
.team-grid .team {
  background: #fff;
  border-radius: 2px;
  color: inherit;
  display: block;
  overflow: hidden;
  text-decoration: none;
}
.team-grid figure {
  background: #ddd url(../img/no-img.jpg) no-repeat 50% 50%;
  background-size: cover;
  padding: 66% 0 0;
}
.team-grid figure img {
  display: none;
}
.team-grid .text {
  padding: 20px;
}
.team-grid h2 {
  margin: 0;
}
.team-grid dl dt {
  font-weight: bold;
}
.team-grid dl dd {
  margin: 0;
}
.team-grid a.btv-link {
  font-family: "Roboto Condensed", sans-serif;
  font-weight: bold;
}

ul.break-listing {
  display: flex;
  flex-flow: wrap;
  list-style-type: none;
  margin: 0 -15px 1em;
  padding: 0;
}
ul.break-listing li {
  padding: 15px;
}
ul.break-listing figure {
  background: #fff;
  height: 150px;
  width: 106px;
}
ul.break-listing .title {
  font-family: "Roboto Condensed", sans-serif;
  font-weight: bold;
}

/*# sourceMappingURL=style.css.map */
