@charset "UTF-8";
@font-face {
  font-family: "LibreBaskerville";
  src: url("fonts/LibreBaskerville-Regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "LibreBaskerville";
  src: url("fonts/LibreBaskerville-Bold.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "LibreBaskerville";
  src: url("fonts/LibreBaskerville-Italic.woff2") format("woff2");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "SourceSansPro";
  src: url("fonts/SourceSansPro-Regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "SourceSansPro";
  src: url("fonts/SourceSansPro-SemiBold.woff2") format("woff2");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "SourceSansPro";
  src: url("fonts/SourceSansPro-Bold.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "SourceSansPro";
  src: url("fonts/SourceSansPro-It.woff2") format("woff2");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
/*!
Theme Name: INDES - Frontier child
Theme URI: https://gitlab.com/hubertJ/indes-theme
Author: Hubert Jaitner, Design by Ingulf Kohlweiss
Author URI: http://www.indes.at/fechtlehrer/graz/jaitner/
Template: frontier
Description: INDES branded Frontier Child Theme
Version: 1.3.50
License: GPLv3
License URI: http://www.gnu.org/licenses/gpl.txt
Tags: INDES
Text Domain: frontier-child
Domain Path: 
GitLab Theme URI: https://gitlab.com/hubertJ/indes-theme
GitLab Branch: master
*/
html {
  scroll-behavior: smooth;
}

html, body {
  width: 100%;
  height: 100%;
  margin: 0px;
  background: #e1c67b;
  font-family: "SourceSansPro", sans-serif;
  font-size: 100%;
}

th, td {
  border: none;
  font-size: 1em;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "LibreBaskerville", serif;
}

a:hover {
  color: #0c216b;
}

ul, ol {
  margin-bottom: 0px;
}

img.withborder {
  padding: 4px;
  background: #fff;
  border: 1px solid #7b5315;
}

.HolyGrail-content #content {
  width: calc(100% - 10px) !important;
}

.HolyGrail {
  display: flex;
  height: 100%;
  flex-direction: column;
}

.HolyGrail-header,
.HolyGrail-footer {
  flex: none;
}

.HolyGrail-body {
  display: flex;
  flex: 1 0 auto;
  flex-direction: column;
  padding: var(--space);
}

.HolyGrail-content {
  margin-top: var(--space);
}

.HolyGrail-nav {
  order: -1;
}

.HolyGrail-nav,
.HolyGrail-ads {
  background: rgba(147, 128, 108, 0.1);
  width: auto;
}

.logoFix {
  display: none;
}

.headerL {
  display: none;
}

#content {
  display: inline-block;
  padding: 0px;
  background: #e1c67b;
  height: 100%;
}

.title {
  font-size: 11pt;
  font-weight: bold;
}

#nav-main {
  background: #0f2882 url("images/headerMobile.png") center no-repeat;
  position: relative;
  z-index: 1000;
  height: 44px;
  max-width: 100%;
  width: 100%;
  box-shadow: 0px 5px 17px 0px rgba(0, 0, 0, 0.56);
}

#nav-main .sub-menu, #nav-main .children {
  background: #0f2882;
  position: absolute;
  float: left;
  min-width: 180px;
  border: 1px solid #000;
  box-shadow: 0 1px 4px #000;
  z-index: 990;
  display: none;
}

#bottom-bar {
  color: #FFF;
  max-width: 100%;
  min-height: 34px;
  float: left;
  vertical-align: middle;
  background: #000;
  font-size: 0.8rem;
}

#bottom-bar a {
  color: #DC8300;
}

#bottom-bar-text {
  float: left;
  padding: 6px 8px;
}

.continue-reading {
  background: #dbbe6e none;
  display: inline-block;
  float: right;
  padding: 2px 10px;
  color: #000;
  border: 2px solid #7b5315;
  border-radius: 0px;
  box-shadow: 1px 1px 6px 0px rgba(0, 0, 0, 0.5);
  font-size: 0.8rem;
}

.continue-reading:hover {
  background: #7b5315;
  border-color: #7b5315;
  color: #FFF;
}

.link-prev a, .link-next a {
  background: #dbbe6e;
  display: inline-block;
  padding: 2px 8px;
  border: 2px solid #7b5315;
  box-shadow: 0 0 2px #000;
  color: #000;
  font-family: "SourceSansPro", sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}

.link-prev a:hover, .link-next a:hover {
  background: #7b5315;
  border-color: #7b5315;
  color: #FFF;
}

#comment-header, #respond, #no-comments, .comment-body {
  background: #dbbe6e;
  margin: 0 0 10px;
  padding: 8px;
  border: 1px solid #7b5315;
  box-shadow: 0 0 2px #000;
}

.comment-form-author input, .comment-form-email input, .comment-form-url input, .comment-form-comment textarea {
  display: block;
  padding: 3px;
  border: 1px solid #7b5315;
  box-shadow: 0 0 3px #888 inset;
  background: #e1c67b;
}

.comment-author-admin > .comment-body, .bypostauthor > .comment-body {
  border-top: 6px solid #7b5315;
}

.comment-reply-link {
  background: #7b5315;
  color: #FFF;
  display: inline-block;
  float: right;
  padding: 2px 10px;
}

.blog-view .entry-content {
  padding-top: 4px;
  padding-bottom: 4px;
  font-family: "SourceSansPro", sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}

.single-view .entry-content, .single-event .entry-content {
  font-family: "SourceSansPro", sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}

.entry-excerpt {
  text-align: justify;
}

.page-nav, .comment-nav {
  display: block;
  padding: 2px 0;
  font-size: 13px;
  line-height: 20px;
}

.FederspielFrontpage .widget-title {
  display: none;
}

.FederspielFrontpage span.post-date:before {
  content: "- ";
  color: rgba(255, 255, 255, 0.6);
}

.FederspielFrontpage span.post-date {
  color: rgba(255, 255, 255, 0.6);
}

.widget-title {
  font-family: "LibreBaskerville", serif;
  background: rgba(0, 0, 0, 0);
  color: #000;
  text-shadow: none;
  font-size: 1.4em;
  letter-spacing: 0.08em;
}

.hide-title {
  display: none;
}

.entry-thumbnail .post-thumbnail {
  display: table;
  background: #EEE;
  border: 1px solid #7b5315;
  padding: 3px;
}

.entry-byline .post-edit-link, .entry-byline .genericon-edit {
  display: none;
}

.entry-byline {
  font-size: 0.8rem;
}

.blog-view, .single-view, .author-info, .archive-info, .form-404 {
  margin: 0 0 10px;
  -ms-word-wrap: break-word;
  word-wrap: break-word;
  background: transparent;
  border: none;
  box-shadow: none;
}

.blogheader {
  box-shadow: 0px 18px 30px 0px rgba(0, 0, 0, 0.4);
  margin-bottom: 10px;
  width: 960px;
  max-width: 100%;
  border-bottom: 5px solid white;
}

@media (max-width: 400px) {
  #bottom-bar {
    text-align: center !important;
  }
  #bottom-bar-text {
    float: none;
  }
  #bottom-bar .smbt-social-icons {
    text-align: center !important;
  }
}
@media (min-width: 1025px) {
  html, body {
    background: rgb(58, 58, 58);
    font-family: "SourceSansPro", sans-serif;
  }
  #home {
    background: #e1c67b;
    display: inline-block;
    height: 100%;
    width: 100%;
  }
  .HolyGrail-body {
    flex-direction: row;
  }
  .HolyGrail-content {
    flex: 1;
    max-width: 960px;
    padding: 0 var(--space-lg);
    margin: 0;
    position: relative;
    z-index: 2;
  }
  .HolyGrail-content #content {
    width: 100% !important;
  }
  .HolyGrail-nav, .HolyGrail-ads {
    flex: 0 0;
    flex-basis: calc(50% - 480px);
  }
  .HolyGrail-nav {
    background: url("images/betonL.jpg") top right repeat-y;
    box-shadow: 20px 0px 33px -15px rgba(0, 0, 0, 0.64);
    position: relative;
    z-index: 900;
  }
  .HolyGrail-ads {
    background: url("images/betonR.jpg") top left repeat-y;
  }
  .kaempfer {
    /*
    background: url("images/kaempfer2.png") top left no-repeat;
    max-width: 760px;
    height: 413px;
    */
    background: url("images/kaempfer2.jpg") top left no-repeat;
    max-width: 760px;
    height: 366px;
    box-shadow: 0px 18px 30px 0px rgba(0, 0, 0, 0.6);
    position: relative;
    z-index: 1;
  }
  #logoBar {
    height: 100%;
  }
  .logoBack_t {
    background: url("images/backL_t.jpg") top right no-repeat;
    height: 366px;
    width: 100%;
    box-shadow: 0px 18px 30px 0px rgba(0, 0, 0, 0.6);
    position: relative;
    z-index: 901;
  }
  .logoBack_b {
    background: url("images/backL_b.jpg") top right no-repeat;
    height: 159px;
    width: 100%;
    position: relative;
    z-index: 902;
    bottom: 0;
  }
  .logoSchriftzug {
    background: url("images/logo_schriftzug.png") top right no-repeat;
    height: 160px;
    width: 100%;
  }
  .logoBlau {
    background: url("images/blauL.jpg") top right repeat-y;
    height: calc(100% - 486px);
    width: 100%;
    z-index: 100;
    position: relative;
  }
  .HolyGrail-footer {
    height: 39px;
    background: #000;
    border-top: 5px solid #FFF;
  }
  .footerL {
    width: calc(50% - 480px);
    float: left;
    height: 34px;
  }
  .logoFix {
    display: block;
    background: url("images/logoFixKlein.png") top center no-repeat;
    width: calc(50% - 480px);
    height: 675px;
    text-align: right;
    position: fixed;
    z-index: 990;
  }
  .logoStreifenUnten {
    background: url("images/StreifenUnten.png") bottom right no-repeat;
    margin-bottom: 0px;
    text-align: right;
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 158px;
    z-index: 900;
  }
  .headerL {
    display: block;
    width: calc(50% - 480px);
    height: 44px;
    float: left;
    box-shadow: 20px 0px 33px -15px rgba(0, 0, 0, 0.64);
    position: relative;
    z-index: 1090;
  }
  .headerNav {
    float: left;
    height: 44px;
    width: 960px;
  }
  .headerR {
    float: left;
    height: 44px;
    width: calc(50% - 480px);
  }
  #ockerL {
    height: 24px;
    background: #7b5315 url("images/ockerL.jpg") top right no-repeat;
  }
  #braunL {
    height: 6px;
    background: #7b5315 url("images/braunL2.jpg") top right no-repeat;
  }
  #schwarzL {
    height: 14px;
    background: #000 url("images/schwarzL.jpg") top right no-repeat;
  }
  #ockerR {
    background: #7b5315 url("images/ockerR.jpg") top left no-repeat;
    height: 24px;
  }
  #braunR {
    background: #7b5315 url("images/braunR2.jpg") top left no-repeat;
    height: 6px;
  }
  #schwarzR {
    background: #000 url("images/schwarzR.jpg") top left no-repeat;
    height: 14px;
  }
}
@media (min-width: 1439px) {
  .logoFix {
    background: url("images/logoFix.png") top right no-repeat;
    width: calc(50% - 480px);
    height: 525px;
    text-align: right;
    position: fixed;
    z-index: 990;
  }
}
@media screen and (max-width: 600px) {
  #wpadminbar {
    position: fixed;
  }
}
blockquote {
  font-family: "SourceSansPro", sans-serif;
  font-size: 0.9rem;
  font-style: italic;
  line-height: 1.2rem;
  border-left: 2px solid #7b5315;
  background: rgba(123, 83, 21, 0.2);
  margin: 0px;
  padding: 4px 8px 4px 8px;
}
blockquote p {
  margin: 0px !important;
}

.progress_bar_wrapper {
  width: 700px;
  max-width: 80%;
  margin: auto;
}
.progress_bar_wrapper .progress_bar {
  position: relative;
  z-index: 4;
  text-align: center;
  width: 100%;
  max-width: 100%;
}
.progress_bar_wrapper .progress_graphic {
  position: relative;
  width: 100%;
  border: 1px solid #0f2882;
  padding: 1px;
  margin-top: 0px;
  height: 12px;
  width: 100%;
  max-width: 100%;
}
.progress_bar_wrapper .progress_graphic div {
  position: relative;
  z-index: 3;
  height: 8px;
  background-color: rgba(15, 40, 130, 0.8);
}

/* Ninja Enhancements */
.nf-before-form-content {
  font-size: 0.85rem;
  padding-bottom: 10px;
}

.ninja-forms-field:not(hr) {
  background: rgba(255, 255, 255, 0.3);
  color: #000;
  border: 1px solid #7b5315;
  padding: 4px;
}

hr.ninja-forms-field {
  border: 0;
  height: 1px;
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0), #7b5315, rgba(0, 0, 0, 0));
}

.fa-info-circle:before {
  content: "";
}

/* Spoiler Box */
input.spoiler_input {
  display: none;
}

input.spoiler_input + label {
  display: block;
  padding: 2px 6px;
  cursor: pointer;
  transition: all 0.6s;
  font-size: 0.8rem;
  color: #7b5315;
  border-bottom: 1px dotted #7b5315;
}
input.spoiler_input + label:before {
  content: "+ ";
}

input.spoiler_input:checked + label {
  border-bottom: 1px solid #7b5315;
}
input.spoiler_input:checked + label:before {
  content: "- ";
}

input.spoiler_input ~ .spoiler {
  height: 10px;
  overflow: hidden;
  opacity: 0;
  transition: all 0.6s;
}

input.spoiler_input:checked + label + .spoiler {
  height: auto;
  opacity: 1;
  padding: 10px;
}

@media (min-width: 1025px) {
  .headerStreifenOcker {
    background: #dbbe6e;
    height: 0px;
    position: absolute;
    bottom: 14px;
    left: 0px;
    right: 0px;
  }
  .headerStreifenSchwarz {
    background: #000;
    height: 14px;
    position: absolute;
    bottom: 0px;
    left: 0px;
    right: 0px;
  }
  #navigation {
    height: 44px;
    width: 960px;
    background: #dbbe6e;
    position: relative;
  }
  #nav-main {
    background: #dbbe6e none;
    width: 100%;
    border-bottom: 1px solid #000;
    padding-left: 0px;
    height: 30px;
    border: none;
    position: relative;
    box-shadow: none;
    font-weight: 400;
  }
  #nav-main * {
    transition: all 0.14s ease-out;
  }
  #nav-main ul, #nav-main li, #nav-top ul, #nav-top li {
    margin: 0;
    padding: 0;
    list-style: none;
  }
  #nav-main .nav-main {
    position: relative;
    float: none;
    border: none;
    z-index: 300;
    height: 30px;
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
    justify-content: space-between;
  }
  #nav-main .nav-main li {
    float: none;
    position: relative;
  }
  #nav-main .nav-main > li, #nav-main .nav-main > ul > .page_item {
    background: none;
    border: none;
  }
  #nav-main .nav-main > li > a, #nav-main .nav-main > ul > .page_item > a {
    min-width: 80px;
    text-align: center;
  }
  #nav-main .nav-main a {
    display: block;
    padding: 5px 10px;
    color: #000;
    font-family: "SourceSansPro", sans-serif;
    letter-spacing: -0.02em;
    text-shadow: none;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 700;
  }
  #nav-main .nav-main a.open-sub {
    display: none;
  }
  #nav-main .nav-main a:hover {
    background: #7b5315;
    color: #FFF;
    text-shadow: none;
  }
  #nav-main .menu-item-has-children > a:after,
  #nav-main .page_item_has_children > a:after {
    font-family: "Genericons";
    content: "\f431";
    vertical-align: top;
    padding-left: 4px;
  }
  #nav-main .sub-menu, #nav-main .children {
    background: #dbbe6e;
    position: absolute;
    float: none;
    min-width: 180px;
    border: 1px solid #000;
    box-shadow: 0 1px 4px #000;
    z-index: 990;
    display: none;
  }
  #nav-main .sub-menu li, #nav-main .children li {
    border-top: 1px solid #3B3B3B;
    border-bottom: 1px solid #000;
  }
  #nav-main .sub-menu li:first-child, #nav-main .children li:first-child {
    border-top: none;
  }
  #nav-main .sub-menu li:last-child, #nav-main .children li:last-child {
    border-bottom: none;
  }
  #nav-main .sub-menu a, #nav-main .children a {
    float: none;
    width: 178px;
    padding: 10px 14px;
  }
  #nav-main .sub-menu .sub-menu, #nav-main .children .children {
    top: -1px;
  }
  #nav-main li:hover > ul {
    display: inline;
  }
  #nav-main .drop-toggle {
    display: none;
  }
  #nav-main .genericon-menu {
    color: #FFF;
    font-size: 30px;
    height: auto;
    padding: 5px 10px;
    width: auto;
  }
  #nav-top {
    float: right;
  }
  #nav-top .nav-top, #nav-top .nav-top li {
    float: left;
  }
  #nav-top .nav-top a {
    display: block;
    margin-top: 2px;
    padding: 0 18px;
    color: #FFF;
    font-family: "SourceSansPro", sans-serif;
    font-size: 14px;
  }
  #bottom-bar {
    max-width: 960px;
  }
}
.text_titel {
  margin-bottom: -40px;
}

.text_untertitel {
  background: #000;
  color: #fff;
  padding: 0px 0px 0px 30px;
  margin-left: -10px;
  margin-bottom: -30px;
  font-family: "SourceSansPro", sans-serif;
  font-size: 1em;
}
@media screen and (max-width: 463px) {
  .text_untertitel {
    max-width: 100%;
  }
}
@media screen and (min-width: 464px) and (max-width: 780px) {
  .text_untertitel {
    max-width: 90%;
  }
}
@media screen and (min-width: 781px) and (max-width: 1024px) {
  .text_untertitel {
    max-width: 50%;
  }
}
@media screen and (min-width: 1025px) {
  .text_untertitel {
    margin-left: -20px;
    max-width: 384px;
  }
}

#text_titelmiticon {
  margin-bottom: -30px !important;
  display: flex;
  flex: 1 1 auto;
  flex-direction: row;
}
#text_titelmiticon .text_titel {
  order: 1;
}
@media screen and (max-width: 463px) {
  #text_titelmiticon {
    margin-bottom: -20px !important;
  }
  #text_titelmiticon .text_untertitel {
    position: absolute;
    margin-left: -14px;
    padding: 0px 20px 0px 30px;
  }
  #text_titelmiticon .text_untertitel p {
    margin: 0px;
  }
}
@media screen and (min-width: 781px) {
  #text_titelmiticon {
    display: flex;
    margin-bottom: -20px !important;
  }
}
#text_titelmiticon div[class=panel-grid-cell][id$="0"] {
  width: 100%;
  max-width: 100%;
}
#text_titelmiticon div[class=panel-grid-cell][id$="1"] {
  width: 120px;
}
#text_titelmiticon .text_standorticon {
  order: 2;
  width: 120px !important;
  height: 60px;
  float: right;
  margin-right: -10px;
}
#text_titelmiticon .text_standorticon p {
  margin: 0px 0px 0px 0px !important;
}
@media screen and (min-width: 464px) {
  #text_titelmiticon .text_standorticon {
    margin-top: 0px;
    margin-right: 0px;
  }
}
.text_untertitel_innen {
  background: #000;
  color: #fff;
  padding: 0px 0px 0px 10px;
  margin-left: -10px;
  margin-bottom: -30px;
  font-family: "LibreBaskerville", serif;
  font-size: 1em;
  max-width: 80%;
}

.text_header {
  margin: -14px -20px -10px -20px;
  border-bottom: 5px solid #fff;
  box-shadow: 0px 18px 30px 0px rgba(0, 0, 0, 0.4);
}
.text_header ul {
  max-height: 361px;
}

.sow-slider-base ul.sow-slider-images li.sow-slider-image .sow-slider-image-container .sow-slider-image-wrapper {
  max-width: 1024px !important;
}

.text_header_seminar {
  margin: -24px -20px -10px -20px;
  border-bottom: 5px solid #fff;
  box-shadow: 0px 18px 30px 0px rgba(0, 0, 0, 0.4);
}

.text_blauerstreifen {
  border-top: 5px solid #fff;
  border-bottom: 5px solid #000;
  color: #fff;
  box-shadow: 0px 18px 30px 0px rgba(0, 0, 0, 0.4);
  background: #0f2882;
  padding: 10px;
  padding-left: 20px;
  padding-right: 20px;
  margin-left: -20px;
  margin-right: -20px;
}
.text_blauerstreifen .widget-title, .text_blauerstreifen a {
  color: #fff;
}
.text_blauerstreifen a:hover {
  color: rgba(255, 255, 255, 0.6);
}

@media screen and (min-width: 1025px) {
  .text_untertitel_innen {
    max-width: 40%;
  }
  .text_zweispaltig {
    column-count: 2;
    column-gap: 30px;
    column-rule: 1px solid rgba(123, 83, 21, 0.3);
  }
  article[itemprop=blogPost] .entry-byline {
    margin-top: 20px;
    border-top: 1px solid rgba(123, 83, 21, 0.3);
  }
  .entry-content, .entry-title, .entry-byline, .entry-footer {
    margin-left: 10px;
    margin-right: 10px;
  }
  .text_header .sow-slider-base ul.sow-slider-images li.sow-slider-image video.sow-full-element {
    height: 361px;
  }
}
.text_produktkommentar {
  margin-top: -40px;
}
.text_produktkommentar h3 {
  font-size: 0.8rem;
  letter-spacing: 0em;
  float: left;
}
.text_produktkommentar [class^=togglespoiler] {
  float: left;
  cursor: pointer;
  font-size: 0.8rem;
  padding-bottom: 10px;
  width: 100%;
  text-align: center;
}
.text_produktkommentar [class^=togglespoiler] img {
  width: 12px;
}
.text_produktkommentar [class^=spoiler] {
  margin-top: 20px;
  clear: both;
  display: none;
}

.text_leitfaden {
  border-bottom: 1px solid rgba(123, 83, 21, 0.3);
}

.text_table {
  overflow-x: auto;
}

#css_titelmiticon {
  max-width: 100%;
  display: flex;
  flex: 1 1 auto;
  flex-flow: row nowrap;
  justify-content: space-between;
}

.css_titelblock {
  flex: 2 1 auto;
}

.css_titel {
  margin-bottom: 0px;
}

.css_untertitel {
  background: #000;
  color: #fff;
  padding: 0 0 0 30px;
  margin-left: -20px;
  margin-bottom: -30px;
  font-family: "SourceSansPro", sans-serif;
  font-size: 1em;
}
@media screen and (max-width: 463px) {
  .css_untertitel {
    max-width: 100%;
  }
}
@media screen and (min-width: 464px) and (max-width: 780px) {
  .css_untertitel {
    max-width: 90%;
  }
}
@media screen and (min-width: 781px) and (max-width: 1024px) {
  .css_untertitel {
    max-width: 50%;
  }
}
@media screen and (min-width: 1025px) {
  .css_untertitel {
    margin-left: -20px;
    max-width: 40%;
  }
}

.css_standorticon {
  flex: 0 0 120px;
}

.img_trainerabstract {
  border-bottom: 4px solid #000;
  border-right: 4px solid #000;
  border-top: 4px solid #000;
}
@media screen and (max-width: 780px) {
  .img_trainerabstract {
    border-left: 4px solid #000;
  }
}

.css_trainerabstract .panel-grid-cell:first-child {
  width: 250px !important;
}
@media screen and (min-width: 464px) {
  .css_trainerabstract .panel-grid-cell:first-child {
    margin-left: -20px;
  }
}
@media screen and (max-width: 780px) {
  .css_trainerabstract .panel-grid-cell:first-child {
    width: 100% !important;
  }
}
@media screen and (min-width: 1025px) {
  .css_trainerabstract .panel-grid-cell:first-child {
    margin-right: 20px;
  }
}
.css_trainerabstract .panel-grid-cell:first-child p {
  margin: 0 !important;
}
@media screen and (min-width: 781px) and (max-width: 1024px) {
  .css_trainerabstract .panel-grid-cell:last-child {
    width: calc(100% - 250px) !important;
  }
  .css_trainerabstract .panel-grid-cell:last-child .text_untertitel {
    margin-left: -21px !important;
  }
}

.css_trainerabstractblau {
  border-top: 5px solid #fff;
  border-bottom: 5px solid #000;
  color: #fff;
  box-shadow: 0px 18px 30px 0px rgba(0, 0, 0, 0.4);
  background: #0f2882;
  padding: 10px;
  padding-left: 20px;
  padding-right: 20px;
  margin-left: -20px;
  margin-right: -20px;
}
.css_trainerabstractblau .widget-title, .css_trainerabstractblau a {
  color: #fff;
}
.css_trainerabstractblau a:hover {
  color: rgba(255, 255, 255, 0.6);
}
.css_trainerabstractblau .panel-grid-cell:first-child {
  width: 250px !important;
}
@media screen and (min-width: 464px) {
  .css_trainerabstractblau .panel-grid-cell:first-child {
    margin-left: -20px;
  }
}
@media screen and (max-width: 780px) {
  .css_trainerabstractblau .panel-grid-cell:first-child {
    width: 100% !important;
  }
}
@media screen and (min-width: 1025px) {
  .css_trainerabstractblau .panel-grid-cell:first-child {
    margin-right: 20px;
  }
}
.css_trainerabstractblau .panel-grid-cell:first-child p {
  margin: 0 !important;
}
@media screen and (min-width: 781px) and (max-width: 1024px) {
  .css_trainerabstractblau .panel-grid-cell:last-child {
    width: calc(100% - 250px) !important;
  }
  .css_trainerabstractblau .panel-grid-cell:last-child .text_untertitel {
    margin-left: -21px !important;
  }
}

@media screen and (max-width: 1024px) {
  header.animated {
    background: #0f2882;
  }
  .headroom--top #nav-main {
    position: relative !important;
  }
  .slideDown #nav-main {
    animation: slideDown 1s ease-out;
    position: fixed;
  }
  .slideUp #nav-main {
    animation: slideUp 1s ease-out;
    animation-fill-mode: forwards;
    position: fixed;
  }
  @keyframes slideDown {
    0% {
      transform: translateY(-100%);
    }
    50% {
      transform: translateY(0%);
    }
  }
  @keyframes slideUp {
    0% {
      transform: translateY(0%);
    }
    100% {
      transform: translateY(-100%);
    }
  }
}
@media screen and (min-width: 1025px) {
  .headroom--top #navigation #nav-main {
    position: relative !important;
    box-shadow: none !important;
    border-bottom: none !important;
    background: #dbbe6e !important;
    height: 24px !important;
    transition: background 0.5s ease-in;
  }
  .slideDown #navigation #nav-main {
    position: fixed;
    width: 960px;
    height: 28px;
    padding-bottom: 6px;
    background: rgba(123, 83, 21, 0.9);
    box-shadow: 0px 5px 17px 0px rgba(0, 0, 0, 0.56);
    animation: slideDown 1s ease-out;
  }
  .slideDown #navigation #nav-main .nav-main a {
    text-shadow: 0px 0.5px 1px #e1c67b;
  }
  .slideDown #navigation #nav-main .nav-main a:hover {
    text-shadow: none;
  }
  .slideUp #navigation #nav-main {
    position: fixed;
    width: 960px;
    height: 28px;
    padding-bottom: 6px;
    background: rgba(123, 83, 21, 0.9);
    box-shadow: 0px 5px 17px 0px rgba(0, 0, 0, 0.56);
    animation: slideUp 1s ease-out;
    animation-fill-mode: forwards;
    transition: background 0.2s ease-in;
  }
  .slideUp #navigation #nav-main .nav-main a {
    text-shadow: 0px 0.5px 1px #e1c67b;
  }
  .slideUp #navigation #nav-main .nav-main a:hover {
    text-shadow: none;
  }
  @keyframes slideDown {
    0% {
      transform: translateY(-100%);
    }
    50% {
      transform: translateY(0%);
    }
  }
  @keyframes slideUp {
    0% {
      transform: translateY(0%);
    }
    100% {
      transform: translateY(-100%);
    }
  }
}
#content[class*=woocommerce_content] {
  padding: 20px;
  font-family: "SourceSansPro", sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}

.woocommerce_content .page-title {
  display: none;
}

div.images img, ul.products img {
  background: white;
  padding: 4px;
  border: 1px solid #7b5315;
}

ul.products {
  padding-left: 0px;
  display: flex;
  flex: 0 1 auto;
  flex-flow: row wrap;
  justify-content: space-between;
}
ul.products li {
  text-align: center;
  margin-left: 0px;
  min-width: 260px;
  max-width: 260px;
}
ul.products *:last-child {
  flex-grow: 1;
}

div[itemscope] .images {
  float: left;
}
div[itemscope] .summary {
  float: left;
  width: calc(100% - 400px);
  padding-left: 20px;
  display: flex;
  flex-flow: column nowrap;
}
div[itemscope] .summary h1[itemprop=name] {
  order: 1;
  color: #000;
}
div[itemscope] .summary div.product_meta {
  order: 2;
  background: black;
  margin: 4px 0px 4px -20px;
  padding: 2px 0px 2px 20px;
  max-width: 50%;
  color: #fff;
  font-size: 0.9rem;
  font-family: "LibreBaskerville", serif;
}
div[itemscope] .summary div.product_meta a {
  color: #fff;
}
div[itemscope] .summary div.product_meta a:hover {
  color: rgba(255, 255, 255, 0.6);
}
div[itemscope] .summary div[itemprop=description] {
  order: 4;
}
div[itemscope] .summary div[itemprop=offers] {
  order: 3;
  font-weight: bold;
  font-size: 1.2rem;
  color: #000;
}
div[itemscope] .summary table.variations {
  margin-left: 0px;
}
div[itemscope] .summary form.cart {
  order: 5;
  margin-top: 20px;
}
div[itemscope] .summary form.cart button {
  float: left;
  margin-left: 4px;
  background: rgba(123, 83, 21, 0.3);
  color: #000;
  font-size: 0.9rem;
  border: 1px solid #7b5315;
  border-radius: 2px;
  padding: 4px 6px 4px 6px;
}
div[itemscope] .summary form.cart button:hover {
  background: #7b5315;
  border: 1px solid #7b5315;
  border-radius: 2px;
  color: #fff;
}
div[itemscope] .summary form.cart input {
  float: left;
  max-width: 3vw;
  background: #e1c67b;
  border: 1px solid #7b5315;
  border-radius: 2px;
  padding: 4px;
  text-align: right;
  font-size: 0.9rem;
}
div[itemscope] .woocommerce-tabs {
  margin-top: 20px;
  float: left;
  width: 100%;
}
div[itemscope] .woocommerce-tabs ul {
  padding-left: 0px;
}
div[itemscope] .woocommerce-tabs ul li {
  float: left;
  padding: 4px 6px 4px 6px;
  margin: 0px 2px -1px 0px;
  border: 1px solid #7b5315;
  border-bottom: none;
  border-radius: 4px 4px 0px 0px;
  background: rgba(204, 175, 102, 0.4);
  position: relative;
  z-index: 1;
  font-size: 0.8rem;
}
div[itemscope] .woocommerce-tabs ul li:hover {
  box-shadow: inset 0px -3px 8px -3px rgba(0, 0, 0, 0.4);
}
div[itemscope] .woocommerce-tabs ul li.active {
  border: 1px solid #7b5315;
  border-bottom: none;
  border-radius: 4px 4px 0px 0px;
  background: rgb(204, 175, 102);
  font-weight: bold;
  z-index: 3;
}
div[itemscope] .woocommerce-tabs ul li.active:hover {
  box-shadow: none;
}
div[itemscope] .woocommerce-tabs ul li a {
  color: #7b5315;
}
div[itemscope] .woocommerce-tabs ul li a:hover {
  color: #7b5315;
}
div[itemscope] .woocommerce-tabs ul:after {
  content: "";
  display: block;
  clear: both;
}
div[itemscope] .woocommerce-tabs .woocommerce-Tabs-panel {
  border: 1px solid #7b5315;
  background: rgb(204, 175, 102);
  margin: 0px 0px 10px 0px;
  padding: 6px;
  position: relative;
  z-index: 2;
}
div[itemscope] .related {
  clear: both;
  margin-top: 20px;
  border-top: 5px solid #fff;
  border-bottom: 5px solid #000;
  color: #fff;
  box-shadow: 0px 18px 30px 0px rgba(0, 0, 0, 0.4);
  background: #0f2882;
  padding: 10px;
  margin-left: -20px;
  margin-right: -20px;
}
div[itemscope] .related a {
  color: #fff;
}
div[itemscope] .related a:hover {
  color: rgba(255, 255, 255, 0.6);
}
div[itemscope] .related h2 {
  letter-spacing: 0.08em;
}
div[itemscope] .related ul.products li {
  font-size: 0.8rem;
  min-width: 200px;
  max-width: 200px;
}
div[itemscope] .related ul.products li h3 {
  font-size: 0.8rem;
}
div[itemscope] .related ul.products li img {
  max-width: 100px;
  max-heigth: 100px;
}

.woohack-checkout-payment-method {
  border-top: 5px solid #fff;
  border-bottom: 5px solid #000;
  color: #fff;
  box-shadow: 0px 18px 30px 0px rgba(0, 0, 0, 0.4);
  background: #0f2882;
  padding: 10px 10px 0px 20px;
  margin-left: -20px;
  margin-right: -20px;
  margin-bottom: 20px;
}
.woohack-checkout-payment-method .widget-title, .woohack-checkout-payment-method a {
  color: #fff;
}
.woohack-checkout-payment-method a:hover {
  color: rgba(255, 255, 255, 0.6);
}
.woohack-checkout-payment-method h2 {
  display: none;
}
.woohack-checkout-payment-method h3 {
  font-size: 0.938rem;
  font-family: "SourceSansPro", sans-serif;
  font-weight: bold;
}

.woocommerce address:first-line {
  font-size: 0px;
}

.woocommerce-pagination li {
  float: left;
}

#container {
  max-width: 100%;
  font-family: "SourceSansPro", sans-serif;
  font-size: 100%;
}

@media screen and (max-width: 840px) {
  #main #content {
    display: block;
  }
  #container #main #content,
  #container #main .sidebar {
    width: 100%;
    max-width: 100%;
  }
}
@media screen and (max-width: 1024px) {
  header {
    max-height: 44px;
  }
  #header-logo {
    margin: 0;
    text-align: center;
    width: 100%;
  }
  #header-logo > a {
    float: left;
    line-height: 0;
    width: 100%;
  }
  #header-logo img {
    float: none;
  }
  .widget-header {
    float: none;
    text-align: center;
    width: 100%;
  }
  .widget-footer {
    display: block;
    margin: 0 0 10px;
    width: 100% !important;
  }
  #nav-top {
    display: block;
    float: none;
    clear: both;
  }
  #nav-top .nav-top {
    float: none;
  }
  #nav-main {
    padding-left: 0;
  }
  #nav-main .nav-main {
    float: none;
    border: none !important;
  }
  #nav-main .nav-main > li, #nav-main .nav-main > ul > li {
    clear: both;
    float: none;
    border-bottom: 1px solid rgba(225, 198, 123, 0.1);
    border-left: none;
    border-right: none;
    text-align: left !important;
    background: none;
  }
  #nav-main .nav-main > li a, #nav-main .nav-main > ul > li a {
    text-align: left !important;
  }
  #nav-main .nav-main > li:last-child, #nav-main .nav-main > ul > li:last-child {
    border-bottom: none;
  }
  #nav-main .sub-menu, #nav-main .children, #nav-main .sub-menu li, #nav-main .children li {
    border: none;
    box-shadow: none;
  }
  #nav-main .sub-menu a {
    padding: 10px 20px;
  }
  #nav-main .sub-menu .sub-menu a {
    padding-left: 40px;
  }
  #nav-main .sub-menu .sub-menu .sub-menu a {
    padding-left: 60px;
  }
  #nav-main .sub-menu .sub-menu .sub-menu .sub-menu a {
    padding-left: 80px;
  }
  #nav-main .sub-menu .sub-menu, #nav-main .children .children {
    top: 0;
  }
  #nav-main li:hover > ul {
    display: none;
  }
  #nav-main .page_item:hover > ul {
    display: inline;
  }
  #nav-main .toggle-on > .sub-menu {
    display: block;
    position: relative;
    overflow: hidden;
  }
  #nav-main .toggle-on > .sub-menu,
  #nav-main .toggle-on > .sub-menu > li,
  #nav-main .toggle-on > .sub-menu > li a {
    width: 100%;
  }
  .rtl #nav-main {
    padding-right: 0;
  }
  .rtl #nav-main .nav-main,
  .rtl #nav-main .nav-main li {
    float: none;
  }
  .rtl #nav-main .sub-menu .sub-menu a {
    padding-left: 20px;
    padding-right: 40px;
  }
  .rtl #nav-main .sub-menu .sub-menu .sub-menu a {
    padding-left: 20px;
    padding-right: 60px;
  }
  .rtl #nav-main .sub-menu .sub-menu .sub-menu .sub-menu a {
    padding-left: 20px;
    padding-right: 80px;
  }
  #nav-main .drop-toggle {
    display: block;
    text-align: left;
  }
  #nav-main ul {
    visibility: hidden;
  }
  #nav-main.loadComplete ul {
    visibility: visible;
  }
  #nav-main.drop .nav-main {
    display: block;
    background-color: #7b5315;
    opacity: 0.96;
    width: 200px;
    margin: 4px 0px 0px 0px;
    animation: slideLeft 0.4s ease-out;
    animation-fill-mode: forwards;
    box-shadow: none;
    transition: box-shadow 0.4s;
    height: 100vh;
  }
  @keyframes slideLeft {
    0% {
      transform: translateX(0%);
    }
    100% {
      transform: translateX(-100%);
    }
  }
  #nav-main.dropped .nav-main {
    background-color: #7b5315;
    opacity: 0.96;
    display: block;
    margin: 4px 0px 0px 0px;
    width: 200px;
    -webkit-box-shadow: 0px 5px 17px 0px rgba(0, 0, 0, 0.56);
    -moz-box-shadow: 0px 5px 17px 0px rgba(0, 0, 0, 0.56);
    box-shadow: 0px 5px 17px 0px rgba(0, 0, 0, 0.56);
    animation: slideRight 0.4s ease-out;
    animation-fill-mode: forwards;
    height: 100vh;
  }
  @keyframes slideRight {
    0% {
      transform: translateX(-100%);
    }
    100% {
      transform: translateX(0%);
    }
  }
  #nav-main.dropped .nav-main li {
    border-bottom: 1px solid rgba(225, 198, 123, 0.1) !important;
  }
  #nav-main.dropped .sub-menu {
    display: none;
    padding: 0 5px;
    position: relative;
  }
  #nav-main.dropped .nav-main li,
  #nav-main.dropped .nav-main a,
  #nav-main.dropped .nav-main .sub-menu {
    border: none;
    width: 100%;
  }
  #nav-main.dropped .nav-main li {
    background: none;
  }
  #nav-main.dropped .nav-main li a {
    text-align: inherit;
  }
  .nav-main .menu-item-has-children {
    position: relative;
  }
  .nav-main .menu-item-has-children .open-sub__wrapper {
    display: flex;
  }
  .nav-main .menu-item-has-children a.open-sub:after {
    font-family: "Genericons";
    content: "\f431";
    position: absolute;
    right: 5px;
    top: 50%;
    width: 20px;
    height: 15px;
    vertical-align: top;
    padding-left: 4px;
    color: white;
    transform: translateY(-50%) rotate(0deg);
    transition: transform 0.3s ease;
  }
  .nav-main .menu-item-has-children a.open-sub:hover, .nav-main .menu-item-has-children a.open-sub:active, .nav-main .menu-item-has-children a.open-sub:visited {
    background-color: transparent !important;
  }
  .nav-main .menu-item-has-children a.open-sub.open-sub--opened:after {
    transform: translateY(-50%) rotate(180deg);
  }
  .nav-main .menu-item-has-children > a:not(.open-sub):after {
    content: "" !important;
  }
}
@media screen and (max-width: 360px) {
  .bjqs-heading, .bjqs-descript {
    display: none;
  }
  .entry-excerpt, .entry-thumbnail {
    clear: both;
    padding-right: 0;
  }
  .entry-thumbnail {
    margin-bottom: 4px;
  }
  .rtl .entry-thumbnail {
    padding-left: 0;
  }
}
@media screen and (max-width: 992px) {
  .hide992 {
    display: none;
  }
}
@media screen and (max-width: 1024px) {
  .hide1024 {
    display: none;
  }
}
.sub-menu--show {
  display: block !important;
}

.privacy-checkbox .checkbox-wrap {
  flex-flow: row nowrap !important;
}
.privacy-checkbox .checkbox-wrap .nf-field-label {
  width: 0px;
}
.privacy-checkbox .checkbox-wrap .nf-field-element {
  width: min-content;
}
.privacy-checkbox .checkbox-wrap .nf-field-description {
  padding-left: 10px;
}

.event-progressbar__container {
  position: relative;
  height: 30px;
  box-shadow: 0px 0px 0px 2px #0a1a54;
  border-radius: 4px;
  width: 50%;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}

.event-progressbar__bar {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  background-color: rgba(15, 40, 130, 0.4);
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  color: black;
}

.course-submission {
  list-style: none !important;
  display: flex;
  flex-flow: wrap row;
  align-items: center;
}
.course-submission__data {
  flex: 0 1 auto;
  order: 1;
  display: flex;
  flex-flow: nowrap row;
  margin-right: 8px;
}
.course-submission__data__desc {
  text-align: left;
  white-space: nowrap;
  padding-right: 4px;
}
.course-submission__data__numbers {
  width: 60px;
  text-align: right;
  white-space: nowrap;
}
.course-submission__bar {
  order: 2 !important;
  position: relative;
  height: 6px;
  width: 60px;
  background-color: rgba(15, 40, 130, 0.2);
  box-shadow: 0px 0px 0px 1px #0a1a54;
  padding-right: 12px;
}
.course-submission__bar__inner {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  background-color: rgba(15, 40, 130, 0.8);
}

.subs_max_reached {
  color: darkred;
}
.subs_max_reached .course-submission__bar {
  background-color: rgba(139, 0, 0, 0.2);
  box-shadow: 0px 0px 0px 1px #580000;
}
.subs_max_reached .course-submission__bar__inner {
  background-color: rgba(139, 0, 0, 0.8);
}

.course_max_reached input, .course_max_reached label {
  pointer-events: none;
  opacity: 0.5;
}

/************************************************************\
 *  INDES Graz Jahresrückblick                              *
\************************************************************/
.blog--no-margins .panel-has-style,
.blog--no-margins .panel-has-style .so-panel {
  margin-bottom: 0px !important;
}

.blog__slider-and-text .panel-grid-cell, .blog__slider-and-text--left .panel-grid-cell {
  position: relative;
}
.blog__slider-and-text .panel-first-child, .blog__slider-and-text--left .panel-first-child {
  margin-left: -20px;
  margin-right: -20px;
}
.blog__slider-and-text .panel-last-child, .blog__slider-and-text--left .panel-last-child {
  margin-left: -10px;
  margin-right: -20px;
  background-color: #0f2882;
  color: #ffffff;
  padding: 20px;
}
.blog__slider-and-text .panel-last-child p, .blog__slider-and-text--left .panel-last-child p {
  margin: 0px;
}
.blog__slider-and-text .panel-last-child p > span, .blog__slider-and-text--left .panel-last-child p > span {
  display: inline-block;
  text-align: justify;
}
@media screen and (min-width: 992px) {
  .blog__slider-and-text .panel-last-child, .blog__slider-and-text--left .panel-last-child {
    position: absolute;
    right: -20px;
    bottom: -20px;
    z-index: 999;
    width: 50%;
    margin: 0px;
  }
}

@media screen and (min-width: 992px) {
  .blog__slider-and-text--left .panel-last-child {
    left: -20px;
  }
}

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