@charset "UTF-8";
/* Color Adjustments */
/* Headline Adjustments */
/* Text Adjustments */
/* Responsive Breakpoints */
/* Extra small devices (phones, less than 768px) */
/* Small devices (tablets, 768px and up to 992) */
/* Extra small devices and Small devices (tablets, less than 768px and up to 992)*/
/* Medium devices (desktops, 992px and up to 1200) */
/* Medium devices and Large devices (large desktops,  from 992px and up)*/
/* Large devices (large desktops, 1200px and up) */
/* 
* @include triangle within a pseudo element and add positioning properties (ie. top, left)
* $direction: up, down, left, right
*/
@keyframes alertMe {
  from {
    border-width: 3px;
    border-color: gold; }
  to {
    border-width: 0;
    border-color: rgba(255, 215, 0, 0.1); } }
/*
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video 
*/
* {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

body .btn-hex {
  color: #F3EAFF !important;
  background-color: #2c0064;
  border: none;
  font-size: 14px;
  text-align: center;
  display: block;
  font-family: "Quantico", sans-serif; }
  body .btn-hex:hover {
    -moz-box-shadow: inset 0 0 5px #F3EAFF;
    -webkit-box-shadow: inset 0 0 5px #F3EAFF;
    box-shadow: inset 0 0 5px #F3EAFF; }

@font-face {
  font-family: 'Quantico';
  src: url("../fonts/Quantico/Quantico-Regular.ttf") format("truetype");
  font-style: normal;
  font-weight: 400; }
@font-face {
  font-family: 'Ubuntu';
  src: url("../fonts/Ubuntu/Ubuntu-Regular.ttf") format("truetype");
  font-style: normal;
  font-weight: 400; }
/**
 * Created by PhpStorm.
 * User: Orion
 * Date: 10.11.2019
 * Time: 23:11
 */
h2 .icon {
  height: 21px;
  margin-right: 5px; }

h3 .icon {
  height: 21px;
  margin-right: 4px; }

h4 .icon {
  height: 21px;
  margin-right: 3px; }

h5 .icon {
  height: 21px; }

p .icon {
  height: 21px; }

a .icon {
  height: 12px; }

.icon_svg {
  height: 1em;
  width: 1em;
  padding-bottom: 0.15em; }
  .icon_svg.b {
    fill: rgba(0, 0, 0, 0.5);
    stroke: rgba(0, 0, 0, 0.5); }
  .icon_svg.w {
    fill: #F3EAFF;
    stroke: #F3EAFF; }

a .icon_svg {
  fill: #007bff;
  stroke: #007bff; }
  a .icon_svg.b {
    fill: rgba(0, 0, 0, 0.5);
    stroke: rgba(0, 0, 0, 0.5); }
a:hover .icon_svg.b {
  fill: rgba(0, 0, 0, 0.7);
  stroke: rgba(0, 0, 0, 0.7); }

.btn-icon .icon_svg {
  font-size: 5em;
  fill: #F3EAFF;
  stroke: #F3EAFF; }

.erfolge .medaillen svg {
  padding: 3px;
  width: 30px;
  height: 30px;
  margin-bottom: 2PX; }

.hexContainer {
  width: 100%; }

#hexFilter li.filter {
  color: #008303;
  list-style: none;
  cursor: pointer; }
  #hexFilter li.filter.active {
    color: #fe361e; }

#hexGrid {
  overflow: hidden;
  width: 100%;
  margin: 0 auto;
  padding: 0.866% 0;
  font-family: 'Raleway', sans-serif;
  font-size: 12px; }
  #hexGrid:after {
    content: "";
    display: block;
    clear: both; }

.hex * {
  position: absolute;
  visibility: visible;
  outline: 1px solid transparent;
  /* fix for jagged edges in FF on hover transition */ }

.hexIn {
  display: block;
  width: 100%;
  height: 100%;
  text-align: center;
  color: #f8f9fa;
  background-color: rgba(44, 0, 100, 0.8);
  overflow: hidden;
  -webkit-transform: skewY(-30deg) rotate(60deg);
  -ms-transform: skewY(-30deg) rotate(60deg);
  transform: skewY(-30deg) rotate(60deg); }

/*** HEX CONTENT **********************************************************************/
.hex {
  position: relative;
  list-style-type: none;
  float: left;
  overflow: hidden;
  visibility: hidden;
  outline: 1px solid transparent;
  /* fix for jagged edges in FF on hover transition */
  -webkit-transform: rotate(-60deg) skewY(30deg) translatez(-1px);
  -ms-transform: rotate(-60deg) skewY(30deg) translatez(-1px);
  transform: rotate(-60deg) skewY(30deg) translatez(-1px); }
  .hex .hexTitle,
  .hex .hexSub,
  .hex h3, .hex p {
    width: 102%;
    left: -1%;
    /* prevent line on the right where background doesn't cover image */
    color: #fefefe;
    box-sizing: border-box;
    background-color: rgba(44, 0, 100, 0.8);
    line-height: 133%;
    -webkit-transition: -webkit-transform .2s ease-out, opacity .3s ease-out;
    transition: transform .2s ease-out, opacity .3s ease-out; }
  .hex .hexSub,
  .hex p {
    font-size: 0.75em;
    top: 52%;
    padding-bottom: 50%;
    -webkit-transform: translateY(100%) translatez(-1px);
    -ms-transform: translateY(100%) translatez(-1px);
    transform: translateY(100%) translatez(-1px); }
  .hex .hexTitle,
  .hex h3 {
    margin-bottom: 10px;
    border-bottom: 1px solid #fefefe;
    bottom: 44%;
    padding-top: 50%;
    font-size: 1.25em;
    z-index: 1;
    -webkit-transform: translateY(-100%) translatez(-1px);
    -ms-transform: translateY(-100%) translatez(-1px);
    transform: translateY(-100%) translatez(-1px);
    text-transform: capitalize; }
    .hex .hexTitle:after,
    .hex h3:after {
      content: '';
      position: absolute;
      bottom: 0;
      left: 45%;
      width: 10%;
      text-align: center; }
  .hex img, .hex svg {
    left: -100%;
    right: -100%;
    width: auto;
    height: 100%;
    margin: 0 auto; }
  .hex svg.icon_svg {
    height: 70%;
    top: 15%;
    fill: #fefefe;
    stroke: #fefefe; }
    .hex svg.icon_svg.icon_datenschutz {
      top: 18%; }
    .hex svg.icon_svg.icon_avatar {
      height: 65%; }
    .hex svg.icon_svg.icon_registrieren, .hex svg.icon_svg.icon_login, .hex svg.icon_svg.icon_kontakt {
      top: 8%; }

/*** HOVER EFFECT  **********************************************************************/
.hexShowTitles.hexIn h3,
.hexShowTitles.hexIn p,
.hexShowTitles.hexIn .hexTitle,
.hexShowTitles.hexIn .hexSub,
.hexIn:hover h3, .hexIn:focus h3,
.hexIn:hover p, .hexIn:focus p,
.hexIn:hover .hexTitle, .hexIn:focus .hexTitle,
.hexIn:hover .hexSub, .hexIn:focus .hexSub {
  -webkit-transform: translateY(0%) translatez(-1px);
  -ms-transform: translateY(0%) translatez(-1px);
  transform: translateY(0%) translatez(-1px); }

/*** SPACING AND SIZING *****************************************************************/
@media (min-width: 1200px) {
  .hex {
    width: 15.8333333%;
    /* = (100-5) / 6 */
    padding-bottom: 18.28272%;
    /* =  width / sin(60deg) */ }

  .hex:nth-child(11n+7),
  .hex:nth-child(11n+8),
  .hex:nth-child(11n+9),
  .hex:nth-child(11n+10),
  .hex:nth-child(11n+11) {
    margin-top: -4%;
    margin-bottom: -4%;
    -webkit-transform: translateX(50%) rotate(-60deg) skewY(30deg);
    -ms-transform: translateX(50%) rotate(-60deg) skewY(30deg);
    transform: translateX(50%) rotate(-60deg) skewY(30deg); }

  .hex:nth-child(11n+7):last-child,
  .hex:nth-child(11n+8):last-child,
  .hex:nth-child(11n+9):last-child,
  .hex:nth-child(11n+10):last-child,
  .hex:nth-child(11n+11):last-child {
    margin-bottom: 0; }

  .hex:nth-child(11n+7) {
    margin-left: 0.5%;
    clear: left; }

  .hex:nth-child(11n+12) {
    clear: left; }

  .hex:nth-child(11n+2),
  .hex:nth-child(11n+10),
  .hex:nth-child(11n+8) {
    margin-left: 1%;
    margin-right: 1%; }

  .hex:nth-child(11n+3),
  .hex:nth-child(11n+4),
  .hex:nth-child(11n+5),
  .hex:nth-child(11n+8) {
    margin-right: 1%; } }
@media (min-width: 993px) and (max-width: 1200px) {
  /* <- 5-4  hexagons-geht nicht per row 992-1200*/
  .hex {
    width: 19.2%;
    /* = (100-4) / 5 */
    padding-bottom: 22.170%;
    /* =  width / sin(60deg) */ }

  .hex:nth-child(9n+6),
  .hex:nth-child(9n+7),
  .hex:nth-child(9n+8),
  .hex:nth-child(9n+9) {
    margin-top: -4.676%;
    margin-bottom: -4.676%;
    -webkit-transform: translateX(50%) rotate(-60deg) skewY(30deg);
    -ms-transform: translateX(50%) rotate(-60deg) skewY(30deg);
    transform: translateX(50%) rotate(-60deg) skewY(30deg); }

  .hex:nth-child(9n+6):last-child,
  .hex:nth-child(9n+7):last-child,
  .hex:nth-child(9n+8):last-child,
  .hex:nth-child(9n+9):last-child {
    margin-bottom: 0; }

  .hex:nth-child(9n+6) {
    margin-left: 0.5%;
    clear: left; }

  .hex:nth-child(9n+10) {
    clear: left; }

  .hex:nth-child(9n+2),
  .hex:nth-child(9n+7) {
    margin-left: 1%;
    margin-right: 1%; }

  .hex:nth-child(9n+3),
  .hex:nth-child(9n+4),
  .hex:nth-child(9n+8) {
    margin-right: 1%; } }
@media (min-width: 769px) and (max-width: 992px) {
  /* <- 4-3  hexagons-geht nicht per row 768-992*/
  .hex {
    width: 24.25%;
    /* = (100-3) / 4 */
    padding-bottom: 28.001%;
    /* =  width / sin(60deg) */ }

  .hex:nth-child(7n+5),
  .hex:nth-child(7n+6),
  .hex:nth-child(7n+7) {
    margin-top: -6.134%;
    margin-bottom: -6.134%;
    -webkit-transform: translateX(50%) rotate(-60deg) skewY(30deg);
    -ms-transform: translateX(50%) rotate(-60deg) skewY(30deg);
    transform: translateX(50%) rotate(-60deg) skewY(30deg); }

  .hex:nth-child(7n+5):last-child,
  .hex:nth-child(7n+6):last-child,
  .hex:nth-child(7n+7):last-child {
    margin-bottom: 0; }

  .hex:nth-child(7n+2),
  .hex:nth-child(7n+6) {
    margin-left: 1%;
    margin-right: 1%; }

  .hex:nth-child(7n+3) {
    margin-right: 1%; }

  .hex:nth-child(7n+8) {
    clear: left; }

  .hex:nth-child(7n+5) {
    clear: left;
    margin-left: 0.5%; } }
@media (min-width: 481px) and (max-width: 768px) {
  /* <- 3-2  hexagons-geht nicht per row 480-768*/
  .hex {
    width: 32.666%;
    /* = (100-2) / 3 */
    padding-bottom: 37.720%;
    /* =  width / sin(60) */ }

  .hex:nth-child(5n+4),
  .hex:nth-child(5n+5) {
    margin-top: -8.564%;
    margin-bottom: -8.564%;
    -webkit-transform: translateX(50%) rotate(-60deg) skewY(30deg);
    -ms-transform: translateX(50%) rotate(-60deg) skewY(30deg);
    transform: translateX(50%) rotate(-60deg) skewY(30deg); }

  .hex:nth-child(5n+4):last-child,
  .hex:nth-child(5n+5):last-child {
    margin-bottom: 0; }

  .hex:nth-child(5n+4) {
    margin-right: 1%;
    margin-left: 0.5%; }

  .hex:nth-child(5n+2) {
    margin-left: 1%;
    margin-right: 1%; }

  .hex:nth-child(5n+6) {
    clear: left; } }
@media (max-width: 480px) {
  /* <- 2-1  hexagons-geht nicht per row 480*/
  .hex {
    width: 49.5%;
    /* = (100-1) / 2 */
    padding-bottom: 57.158%;
    /* =  width / sin(60) */ }

  .hex:nth-child(3n+3) {
    margin-top: -13.423%;
    margin-bottom: -13.423%;
    -webkit-transform: translateX(50%) rotate(-60deg) skewY(30deg);
    -ms-transform: translateX(50%) rotate(-60deg) skewY(30deg);
    transform: translateX(50%) rotate(-60deg) skewY(30deg); }

  .hex:nth-child(3n+3):last-child {
    margin-bottom: 0; }

  .hex:nth-child(3n+3) {
    margin-left: 0.5%; }

  .hex:nth-child(3n+2) {
    margin-left: 1%; }

  .hex:nth-child(3n+4) {
    clear: left; } }
.contentHexDetailList .contentHexDetailItem .hex {
  width: 100%;
  /* = (100-1) / 2 */
  padding-bottom: 115%;
  /* =  width / sin(60) */ }

body header {
  display: flex;
  background-color: rgba(44, 0, 100, 0.6);
  color: #F3EAFF; }
  body header h1, body header h3 {
    color: #F3EAFF; }
  body header #title_img {
    z-index: -100;
    position: relative; }
    body header #title_img img {
      width: 100%; }
body nav {
  border-bottom: 3px solid #2c0064; }
  body nav.navbar {
    padding: 0;
    color: #2c0064; }

body {
  background-color: #F3EAFF;
  /*background-image: url("/img/bg_milkyway.jpg");*/
  background-image: url("/img/bg_spiritGarden.jpg");
  background-size: cover;
  background-attachment: fixed;
  background-position: center;
  color: #2c0064;
  font-size: 15px;
  font-family: "Ubuntu", sans-serif; }
  body .liniert {
    background-color: #fff;
    background-size: 100% 1.2em;
    background-image: linear-gradient(90deg, transparent 79px, #abced4 79px, #abced4 81px, transparent 81px), linear-gradient(#eee 0.1em, transparent 0.1em); }
  body .goLeft {
    float: left; }
  body .goRight {
    float: right; }
  body #wrapper {
    width: 100%; }
    body #wrapper #container {
      padding-top: 50px; }
    body #wrapper .container {
      /*Formulare*/ }
      body #wrapper .container .input-group-text,
      body #wrapper .container input,
      body #wrapper .container select,
      body #wrapper .container textarea {
        border-color: #2c0064;
        border: 1px solid; }
        body #wrapper .container .input-group-text ::-webkit-input-placeholder,
        body #wrapper .container input ::-webkit-input-placeholder,
        body #wrapper .container select ::-webkit-input-placeholder,
        body #wrapper .container textarea ::-webkit-input-placeholder {
          /* Chrome */
          color: #2c0064; }
        body #wrapper .container .input-group-text :-ms-input-placeholder,
        body #wrapper .container input :-ms-input-placeholder,
        body #wrapper .container select :-ms-input-placeholder,
        body #wrapper .container textarea :-ms-input-placeholder {
          /* IE 10+ */
          color: #2c0064; }
        body #wrapper .container .input-group-text ::-moz-placeholder,
        body #wrapper .container input ::-moz-placeholder,
        body #wrapper .container select ::-moz-placeholder,
        body #wrapper .container textarea ::-moz-placeholder {
          /* Firefox 19+ */
          color: #2c0064;
          opacity: 1; }
        body #wrapper .container .input-group-text :-moz-placeholder,
        body #wrapper .container input :-moz-placeholder,
        body #wrapper .container select :-moz-placeholder,
        body #wrapper .container textarea :-moz-placeholder {
          /* Firefox 4 - 18 */
          color: #2c0064;
          opacity: 1; }
      body #wrapper .container .input-group-prepend .input-group-text,
      body #wrapper .container .input-group-prepend input,
      body #wrapper .container .input-group-prepend select,
      body #wrapper .container .input-group-prepend textarea {
        border-radius: 0; }
        body #wrapper .container .input-group-prepend .input-group-text ::-webkit-input-placeholder,
        body #wrapper .container .input-group-prepend input ::-webkit-input-placeholder,
        body #wrapper .container .input-group-prepend select ::-webkit-input-placeholder,
        body #wrapper .container .input-group-prepend textarea ::-webkit-input-placeholder {
          /* Chrome */
          color: #2c0064; }
        body #wrapper .container .input-group-prepend .input-group-text :-ms-input-placeholder,
        body #wrapper .container .input-group-prepend input :-ms-input-placeholder,
        body #wrapper .container .input-group-prepend select :-ms-input-placeholder,
        body #wrapper .container .input-group-prepend textarea :-ms-input-placeholder {
          /* IE 10+ */
          color: #2c0064; }
        body #wrapper .container .input-group-prepend .input-group-text ::-moz-placeholder,
        body #wrapper .container .input-group-prepend input ::-moz-placeholder,
        body #wrapper .container .input-group-prepend select ::-moz-placeholder,
        body #wrapper .container .input-group-prepend textarea ::-moz-placeholder {
          /* Firefox 19+ */
          color: #2c0064;
          opacity: 1; }
        body #wrapper .container .input-group-prepend .input-group-text :-moz-placeholder,
        body #wrapper .container .input-group-prepend input :-moz-placeholder,
        body #wrapper .container .input-group-prepend select :-moz-placeholder,
        body #wrapper .container .input-group-prepend textarea :-moz-placeholder {
          /* Firefox 4 - 18 */
          color: #2c0064;
          opacity: 1; }
      body #wrapper .container .input-group-prepend:first-child .input-group-text,
      body #wrapper .container .input-group-prepend:first-child input,
      body #wrapper .container .input-group-prepend:first-child select,
      body #wrapper .container .input-group-prepend:first-child textarea {
        -moz-border-radius-topleft: 0.25rem;
        -moz-border-radius-bottomleft: 0.25rem;
        border-bottom-left-radius: 0.25rem;
        border-top-left-radius: 0.25rem; }
      body #wrapper .container .input-group-append .btn-outline-secondary {
        border-color: #2c0064;
        color: #2c0064;
        background-color: #F3EAFF; }
        body #wrapper .container .input-group-append .btn-outline-secondary:hover {
          color: #F3EAFF;
          background-color: #2c0064; }
      body #wrapper .container .btn-default {
        color: #F3EAFF;
        background-color: #2c0064; }
      body #wrapper .container .btn-default:hover {
        color: #2c0064;
        background-color: #F3EAFF; }
      body #wrapper .container .input-group-text {
        color: #2c0064; }
  body .card,
  body .modal-content {
    border: 1px solid #2c0064;
    background-color: transparent; }
    body .card .card-header,
    body .card .modal-header,
    body .modal-content .card-header,
    body .modal-content .modal-header {
      background-color: rgba(44, 0, 100, 0.6);
      font-family: "Quantico", sans-serif;
      color: #F3EAFF;
      padding: .2rem 1.25rem; }
      body .card .card-header h1, body .card .card-header h2, body .card .card-header h3, body .card .card-header h4, body .card .card-header h5,
      body .card .modal-header h1,
      body .card .modal-header h2,
      body .card .modal-header h3,
      body .card .modal-header h4,
      body .card .modal-header h5,
      body .modal-content .card-header h1,
      body .modal-content .card-header h2,
      body .modal-content .card-header h3,
      body .modal-content .card-header h4,
      body .modal-content .card-header h5,
      body .modal-content .modal-header h1,
      body .modal-content .modal-header h2,
      body .modal-content .modal-header h3,
      body .modal-content .modal-header h4,
      body .modal-content .modal-header h5 {
        font-family: "Quantico", sans-serif;
        color: #F3EAFF;
        margin-bottom: 0; }
    body .card .card-body,
    body .card .modal-body,
    body .modal-content .card-body,
    body .modal-content .modal-body {
      background-color: #F3EAFF; }
    body .card .modal-footer,
    body .modal-content .modal-footer {
      background-color: #F3EAFF;
      border-top: 1px solid #2c0064; }
  body .clear,
  body .clearfix {
    clear: both;
    height: 0;
    width: 0;
    display: flex; }
  body h1 {
    color: #2c0064;
    text-transform: uppercase;
    font-size: 250%; }
  body h1, body h2, body h3, body h4, body h5 {
    font-family: "Quantico", sans-serif;
    color: #2c0064; }
  body p {
    color: #2c0064;
    line-height: 133%;
    font-size: 15px; }
  body .inline {
    display: inline-block; }
  body .pointer {
    cursor: pointer;
    color: #007bff; }
    body .pointer:hover {
      text-decoration: underline; }
  body .inactive {
    pointer-events: none;
    cursor: default; }

/* Stiky Footer */
html, body {
  margin: 0;
  padding: 0;
  height: 100%; }

body #wrapper {
  min-height: 100%;
  position: relative; }
body #container {
  padding-bottom: 90px;
  /* H├Âhe des Footers plus abstand unten*/ }
body #footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 40px;
  /*background: $color-1;
  color: $white;*/
  color: #F3EAFF;
  border-top: 3px solid #2c0064;
  background-color: rgba(44, 0, 100, 0.6);
  padding: 0px 0px;
  font-size: 15px;
  line-height: 35px;
  box-sizing: border-box; }
  body #footer p {
    color: #F3EAFF;
    line-height: 35px; }
  body #footer .nav-link {
    padding: 0 1rem;
    line-height: 35px; }
  body #footer .footer {
    float: left; }
    body #footer .footer.goRight {
      float: right; }
    body #footer .footer.goRight.abstand {
      padding-right: 20px; }
    body #footer .footer input {
      line-height: 26px; }
  body #footer .link {
    text-transform: uppercase; }
  body #footer a {
    color: #F3EAFF;
    text-decoration: none; }
    body #footer a:hover {
      text-decoration: underline; }

body p {
  margin: 0; }

/* CONTAO FIX*/
.mod_article [class*="ce_"],
.mod_article [class*="mod_"] {
  margin: 0; }

.alert-sm {
  padding: .25rem .5rem; }

.alert-sm .close {
  font-size: 1.2em; }

fieldset legend {
  font-size: 125%; }

.modal.fade.in {
  opacity: 1; }

.collapse.in {
  display: block; }

/*# sourceMappingURL=layout.css.map */
