html.lb-disable-scrolling {
  overflow: hidden;
  /* Position fixed required for iOS. Just putting overflow: hidden; on the body is not enough. */
  position: fixed;
  height: 100vh;
  width: 100vw;
}
.lightboxOverlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  background-color: black;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
  display: none;
}
.lightbox {
  position: absolute;
  left: 0;
  width: 100%;
  z-index: 10000;
  text-align: center;
  line-height: 0;
  font-weight: normal;
}
.lightbox .lb-image {
  display: block;
  height: auto;
  max-width: inherit;
  max-height: none;
  border-radius: 3px;
  /* Image border */
  border: 4px solid white;
}
.lightbox a img {
  border: none;
}
.lb-outerContainer {
  position: relative;
  *zoom: 1;
  width: 250px;
  height: 250px;
  margin: 0 auto;
  border-radius: 4px;
  /* Background color behind image.
       This is visible during transitions. */
  background-color: white;
}
.lb-outerContainer:after {
  content: "";
  display: table;
  clear: both;
}
.lb-loader {
  position: absolute;
  top: 43%;
  left: 0;
  height: 25%;
  width: 100%;
  text-align: center;
  line-height: 0;
}
.lb-cancel {
  display: block;
  width: 32px;
  height: 32px;
  margin: 0 auto;
  background: url(../../typo3conf/ext/jowatech_gkind_package/Resources/Public/Images/loading.gif) no-repeat;
}
.lb-nav {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 10;
}
.lb-container > .nav {
  left: 0;
}
.lb-nav a {
  outline: none;
  background-image: url('data:image/gif;base64,R0lGODlhAQABAPAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==');
}
.lb-prev,
.lb-next {
  height: 100%;
  cursor: pointer;
  display: block;
}
.lb-nav a.lb-prev {
  width: 34%;
  left: 0;
  float: left;
  background: url(../../typo3conf/ext/jowatech_gkind_package/Resources/Public/Images/prev.png) left 48% no-repeat;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -webkit-transition: opacity 0.6s;
  -moz-transition: opacity 0.6s;
  -o-transition: opacity 0.6s;
  transition: opacity 0.6s;
}
.lb-nav a.lb-prev:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}
.lb-nav a.lb-next {
  width: 64%;
  right: 0;
  float: right;
  background: url(../../typo3conf/ext/jowatech_gkind_package/Resources/Public/Images/next.png) right 48% no-repeat;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -webkit-transition: opacity 0.6s;
  -moz-transition: opacity 0.6s;
  -o-transition: opacity 0.6s;
  transition: opacity 0.6s;
}
.lb-nav a.lb-next:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}
.lb-dataContainer {
  margin: 0 auto;
  padding-top: 5px;
  *zoom: 1;
  width: 100%;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.lb-dataContainer:after {
  content: "";
  display: table;
  clear: both;
}
.lb-data {
  padding: 0 4px;
  color: #ccc;
}
.lb-data .lb-details {
  width: 85%;
  float: left;
  text-align: left;
  line-height: 1.1em;
}
.lb-data .lb-caption {
  font-size: 13px;
  font-weight: bold;
  line-height: 1em;
}
.lb-data .lb-caption a {
  color: #4ae;
}
.lb-data .lb-number {
  display: block;
  clear: left;
  padding-bottom: 1em;
  font-size: 12px;
  color: #999999;
}
.lb-data .lb-close {
  display: block;
  float: right;
  width: 30px;
  height: 30px;
  background: url(../../typo3conf/ext/jowatech_gkind_package/Resources/Public/Images/close.png) top right no-repeat;
  text-align: right;
  outline: none;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
  -webkit-transition: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
  transition: opacity 0.2s;
}
.lb-data .lb-close:hover {
  cursor: pointer;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}
/* Uncomment and set these variables to customize the grid. */
.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-right: 2rem;
  padding-left: 2rem;
}
.container {
  padding: 0 1rem;
}
.wrapper {
  margin-right: auto;
  margin-left: auto;
  width: 96%;
  max-width: 1260px;
}
.row {
  box-sizing: border-box;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex: 0 1 auto;
  -webkit-box-flex: 0;
  flex: 0 1 auto;
  -ms-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -1rem;
  margin-left: -1rem;
}
.row.reverse {
  -ms-flex-direction: row-reverse;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  flex-direction: row-reverse;
}
.col.reverse {
  -ms-flex-direction: column-reverse;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  flex-direction: column-reverse;
}
.col.flex {
  display: flex;
}
.col-xs,
.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-1-5th,
.col-xs-2-5th,
.col-xs-3-5th,
.col-xs-4-5th,
.col-sm-1-5th,
.col-sm-2-5th,
.col-sm-3-5th,
.col-sm-4-5th,
.col-md-1-5th,
.col-md-2-5th,
.col-md-3-5th,
.col-md-4-5th,
.col-lg-1-5th,
.col-lg-2-5th,
.col-lg-3-5th,
.col-lg-4-5th {
  box-sizing: border-box;
  -ms-flex: 0 0 auto;
  -webkit-box-flex: 0;
  flex: 0 0 auto;
  padding-right: 1rem;
  padding-left: 1rem;
}
.col-xs {
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  -webkit-box-flex: 1;
  flex-grow: 1;
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  max-width: 100%;
}
.col-xs-1 {
  -ms-flex-preferred-size: 8.333%;
  flex-basis: 8.333%;
  max-width: 8.333%;
}
.col-xs-2 {
  -ms-flex-preferred-size: 16.667%;
  flex-basis: 16.667%;
  max-width: 16.667%;
}
.col-xs-3 {
  -ms-flex-preferred-size: 25%;
  flex-basis: 25%;
  max-width: 25%;
}
.col-xs-4 {
  -ms-flex-preferred-size: 33.333%;
  flex-basis: 33.333%;
  max-width: 33.333%;
}
.col-xs-5 {
  -ms-flex-preferred-size: 41.667%;
  flex-basis: 41.667%;
  max-width: 41.667%;
}
.col-xs-6 {
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
  max-width: 50%;
}
.col-xs-7 {
  -ms-flex-preferred-size: 58.333%;
  flex-basis: 58.333%;
  max-width: 58.333%;
}
.col-xs-8 {
  -ms-flex-preferred-size: 66.667%;
  flex-basis: 66.667%;
  max-width: 66.667%;
}
.col-xs-9 {
  -ms-flex-preferred-size: 75%;
  flex-basis: 75%;
  max-width: 75%;
}
.col-xs-10 {
  -ms-flex-preferred-size: 83.333%;
  flex-basis: 83.333%;
  max-width: 83.333%;
}
.col-xs-11 {
  -ms-flex-preferred-size: 91.667%;
  flex-basis: 91.667%;
  max-width: 91.667%;
}
.col-xs-12 {
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  max-width: 100%;
}
.col-xs-1-5th {
  -ms-flex-preferred-size: 20%;
  flex-basis: 20%;
  max-width: 20%;
}
.col-xs-2-5th {
  -ms-flex-preferred-size: 40%;
  flex-basis: 40%;
  max-width: 40%;
}
.col-xs-3-5th {
  -ms-flex-preferred-size: 60%;
  flex-basis: 60%;
  max-width: 60%;
}
.col-xs-4-5th {
  -ms-flex-preferred-size: 80%;
  flex-basis: 80%;
  max-width: 80%;
}
.col-xs-offset-1 {
  margin-left: 8.333%;
}
.col-xs-offset-2 {
  margin-left: 16.667%;
}
.col-xs-offset-3 {
  margin-left: 25%;
}
.col-xs-offset-4 {
  margin-left: 33.333%;
}
.col-xs-offset-5 {
  margin-left: 41.667%;
}
.col-xs-offset-6 {
  margin-left: 50%;
}
.col-xs-offset-7 {
  margin-left: 58.333%;
}
.col-xs-offset-8 {
  margin-left: 66.667%;
}
.col-xs-offset-9 {
  margin-left: 75%;
}
.col-xs-offset-10 {
  margin-left: 83.333%;
}
.col-xs-offset-11 {
  margin-left: 91.667%;
}
.start-xs {
  -ms-flex-pack: start;
  -webkit-box-pack: start;
  justify-content: flex-start;
  text-align: start;
}
.center-xs {
  -ms-flex-pack: center;
  -webkit-box-pack: center;
  justify-content: center;
  text-align: center;
}
.end-xs {
  -ms-flex-pack: end;
  -webkit-box-pack: end;
  justify-content: flex-end;
  text-align: end;
}
.top-xs {
  -ms-flex-align: start;
  -webkit-box-align: start;
  align-items: flex-start;
}
.middle-xs {
  -ms-flex-align: center;
  -webkit-box-align: center;
  align-items: center;
}
.bottom-xs {
  -ms-flex-align: end;
  -webkit-box-align: end;
  align-items: flex-end;
}
.around-xs {
  -ms-flex-pack: distribute;
  justify-content: space-around;
}
.between-xs {
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
  justify-content: space-between;
}
.first-xs {
  -ms-flex-order: -1;
  -webkit-box-ordinal-group: 0;
  order: -1;
}
.last-xs {
  -ms-flex-order: 1;
  -webkit-box-ordinal-group: 2;
  order: 1;
}
@media only screen and (min-width: 48em) {
  .col-sm-1-5th {
    -ms-flex-preferred-size: 20%;
    flex-basis: 20%;
    max-width: 20%;
  }
  .col-sm-2-5th {
    -ms-flex-preferred-size: 40%;
    flex-basis: 40%;
    max-width: 40%;
  }
  .col-sm-3-5th {
    -ms-flex-preferred-size: 60%;
    flex-basis: 60%;
    max-width: 60%;
  }
  .col-sm-4-5th {
    -ms-flex-preferred-size: 80%;
    flex-basis: 80%;
    max-width: 80%;
  }
  .col-sm,
  .col-sm-1,
  .col-sm-2,
  .col-sm-3,
  .col-sm-4,
  .col-sm-5,
  .col-sm-6,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9,
  .col-sm-10,
  .col-sm-11,
  .col-sm-12 {
    box-sizing: border-box;
    -ms-flex: 0 0 auto;
    -webkit-box-flex: 0;
    flex: 0 0 auto;
    padding-right: 1rem;
    padding-left: 1rem;
  }
  .col-sm {
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    -webkit-box-flex: 1;
    flex-grow: 1;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    max-width: 100%;
  }
  .col-sm-1 {
    -ms-flex-preferred-size: 8.333%;
    flex-basis: 8.333%;
    max-width: 8.333%;
  }
  .col-sm-2 {
    -ms-flex-preferred-size: 16.667%;
    flex-basis: 16.667%;
    max-width: 16.667%;
  }
  .col-sm-3 {
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    -ms-flex-preferred-size: 33.333%;
    flex-basis: 33.333%;
    max-width: 33.333%;
  }
  .col-sm-5 {
    -ms-flex-preferred-size: 41.667%;
    flex-basis: 41.667%;
    max-width: 41.667%;
  }
  .col-sm-6 {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    -ms-flex-preferred-size: 58.333%;
    flex-basis: 58.333%;
    max-width: 58.333%;
  }
  .col-sm-8 {
    -ms-flex-preferred-size: 66.667%;
    flex-basis: 66.667%;
    max-width: 66.667%;
  }
  .col-sm-9 {
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    -ms-flex-preferred-size: 83.333%;
    flex-basis: 83.333%;
    max-width: 83.333%;
  }
  .col-sm-11 {
    -ms-flex-preferred-size: 91.667%;
    flex-basis: 91.667%;
    max-width: 91.667%;
  }
  .col-sm-12 {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }
  .col-sm-offset-1 {
    margin-left: 8.333%;
  }
  .col-sm-offset-2 {
    margin-left: 16.667%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-4 {
    margin-left: 33.333%;
  }
  .col-sm-offset-5 {
    margin-left: 41.667%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-7 {
    margin-left: 58.333%;
  }
  .col-sm-offset-8 {
    margin-left: 66.667%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-10 {
    margin-left: 83.333%;
  }
  .col-sm-offset-11 {
    margin-left: 91.667%;
  }
  .start-sm {
    -ms-flex-pack: start;
    -webkit-box-pack: start;
    justify-content: flex-start;
    text-align: start;
  }
  .center-sm {
    -ms-flex-pack: center;
    -webkit-box-pack: center;
    justify-content: center;
    text-align: center;
  }
  .end-sm {
    -ms-flex-pack: end;
    -webkit-box-pack: end;
    justify-content: flex-end;
    text-align: end;
  }
  .top-sm {
    -ms-flex-align: start;
    -webkit-box-align: start;
    align-items: flex-start;
  }
  .middle-sm {
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center;
  }
  .bottom-sm {
    -ms-flex-align: end;
    -webkit-box-align: end;
    align-items: flex-end;
  }
  .around-sm {
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }
  .between-sm {
    -ms-flex-pack: justify;
    -webkit-box-pack: justify;
    justify-content: space-between;
  }
  .first-sm {
    -ms-flex-order: -1;
    -webkit-box-ordinal-group: 0;
    order: -1;
  }
  .last-sm {
    -ms-flex-order: 1;
    -webkit-box-ordinal-group: 2;
    order: 1;
  }
}
@media only screen and (min-width: 62em) {
  .col-md-1-5th {
    -ms-flex-preferred-size: 20%;
    flex-basis: 20%;
    max-width: 20%;
  }
  .col-md-2-5th {
    -ms-flex-preferred-size: 40%;
    flex-basis: 40%;
    max-width: 40%;
  }
  .col-md-3-5th {
    -ms-flex-preferred-size: 60%;
    flex-basis: 60%;
    max-width: 60%;
  }
  .col-md-4-5th {
    -ms-flex-preferred-size: 80%;
    flex-basis: 80%;
    max-width: 80%;
  }
  .col-md,
  .col-md-1,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9,
  .col-md-10,
  .col-md-11,
  .col-md-12 {
    box-sizing: border-box;
    -ms-flex: 0 0 auto;
    -webkit-box-flex: 0;
    flex: 0 0 auto;
    padding-right: 1rem;
    padding-left: 1rem;
  }
  .col-md {
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    -webkit-box-flex: 1;
    flex-grow: 1;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    max-width: 100%;
  }
  .col-md-1 {
    -ms-flex-preferred-size: 8.333%;
    flex-basis: 8.333%;
    max-width: 8.333%;
  }
  .col-md-2 {
    -ms-flex-preferred-size: 16.667%;
    flex-basis: 16.667%;
    max-width: 16.667%;
  }
  .col-md-3 {
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    max-width: 25%;
  }
  .col-md-4 {
    -ms-flex-preferred-size: 33.333%;
    flex-basis: 33.333%;
    max-width: 33.333%;
  }
  .col-md-5 {
    -ms-flex-preferred-size: 41.667%;
    flex-basis: 41.667%;
    max-width: 41.667%;
  }
  .col-md-6 {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%;
  }
  .col-md-7 {
    -ms-flex-preferred-size: 58.333%;
    flex-basis: 58.333%;
    max-width: 58.333%;
  }
  .col-md-8 {
    -ms-flex-preferred-size: 66.667%;
    flex-basis: 66.667%;
    max-width: 66.667%;
  }
  .col-md-9 {
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%;
    max-width: 75%;
  }
  .col-md-10 {
    -ms-flex-preferred-size: 83.333%;
    flex-basis: 83.333%;
    max-width: 83.333%;
  }
  .col-md-11 {
    -ms-flex-preferred-size: 91.667%;
    flex-basis: 91.667%;
    max-width: 91.667%;
  }
  .col-md-12 {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }
  .col-md-offset-1 {
    margin-left: 8.333%;
  }
  .col-md-offset-2 {
    margin-left: 16.667%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-4 {
    margin-left: 33.333%;
  }
  .col-md-offset-5 {
    margin-left: 41.667%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-7 {
    margin-left: 58.333%;
  }
  .col-md-offset-8 {
    margin-left: 66.667%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-10 {
    margin-left: 83.333%;
  }
  .col-md-offset-11 {
    margin-left: 91.667%;
  }
  .start-md {
    -ms-flex-pack: start;
    -webkit-box-pack: start;
    justify-content: flex-start;
    text-align: start;
  }
  .center-md {
    -ms-flex-pack: center;
    -webkit-box-pack: center;
    justify-content: center;
    text-align: center;
  }
  .end-md {
    -ms-flex-pack: end;
    -webkit-box-pack: end;
    justify-content: flex-end;
    text-align: end;
  }
  .top-md {
    -ms-flex-align: start;
    -webkit-box-align: start;
    align-items: flex-start;
  }
  .middle-md {
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center;
  }
  .bottom-md {
    -ms-flex-align: end;
    -webkit-box-align: end;
    align-items: flex-end;
  }
  .around-md {
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }
  .between-md {
    -ms-flex-pack: justify;
    -webkit-box-pack: justify;
    justify-content: space-between;
  }
  .first-md {
    -ms-flex-order: -1;
    -webkit-box-ordinal-group: 0;
    order: -1;
  }
  .last-md {
    -ms-flex-order: 1;
    -webkit-box-ordinal-group: 2;
    order: 1;
  }
}
@media only screen and (min-width: 75em) {
  .col-lg-1-5th {
    -ms-flex-preferred-size: 20%;
    flex-basis: 20%;
    max-width: 20%;
  }
  .col-lg-2-5th {
    -ms-flex-preferred-size: 40%;
    flex-basis: 40%;
    max-width: 40%;
  }
  .col-lg-3-5th {
    -ms-flex-preferred-size: 60%;
    flex-basis: 60%;
    max-width: 60%;
  }
  .col-lg-4-5th {
    -ms-flex-preferred-size: 80%;
    flex-basis: 80%;
    max-width: 80%;
  }
  .col-lg,
  .col-lg-1,
  .col-lg-2,
  .col-lg-3,
  .col-lg-4,
  .col-lg-5,
  .col-lg-6,
  .col-lg-7,
  .col-lg-8,
  .col-lg-9,
  .col-lg-10,
  .col-lg-11,
  .col-lg-12 {
    box-sizing: border-box;
    -ms-flex: 0 0 auto;
    -webkit-box-flex: 0;
    flex: 0 0 auto;
    padding-right: 1rem;
    padding-left: 1rem;
  }
  .col-lg {
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    -webkit-box-flex: 1;
    flex-grow: 1;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    max-width: 100%;
  }
  .col-lg-1 {
    -ms-flex-preferred-size: 8.333%;
    flex-basis: 8.333%;
    max-width: 8.333%;
  }
  .col-lg-2 {
    -ms-flex-preferred-size: 16.667%;
    flex-basis: 16.667%;
    max-width: 16.667%;
  }
  .col-lg-3 {
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    -ms-flex-preferred-size: 33.333%;
    flex-basis: 33.333%;
    max-width: 33.333%;
  }
  .col-lg-5 {
    -ms-flex-preferred-size: 41.667%;
    flex-basis: 41.667%;
    max-width: 41.667%;
  }
  .col-lg-6 {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    -ms-flex-preferred-size: 58.333%;
    flex-basis: 58.333%;
    max-width: 58.333%;
  }
  .col-lg-8 {
    -ms-flex-preferred-size: 66.667%;
    flex-basis: 66.667%;
    max-width: 66.667%;
  }
  .col-lg-9 {
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    -ms-flex-preferred-size: 83.333%;
    flex-basis: 83.333%;
    max-width: 83.333%;
  }
  .col-lg-11 {
    -ms-flex-preferred-size: 91.667%;
    flex-basis: 91.667%;
    max-width: 91.667%;
  }
  .col-lg-12 {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }
  .col-lg-offset-1 {
    margin-left: 8.333%;
  }
  .col-lg-offset-2 {
    margin-left: 16.667%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-4 {
    margin-left: 33.333%;
  }
  .col-lg-offset-5 {
    margin-left: 41.667%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-7 {
    margin-left: 58.333%;
  }
  .col-lg-offset-8 {
    margin-left: 66.667%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-10 {
    margin-left: 83.333%;
  }
  .col-lg-offset-11 {
    margin-left: 91.667%;
  }
  .start-lg {
    -ms-flex-pack: start;
    -webkit-box-pack: start;
    justify-content: flex-start;
    text-align: start;
  }
  .center-lg {
    -ms-flex-pack: center;
    -webkit-box-pack: center;
    justify-content: center;
    text-align: center;
  }
  .end-lg {
    -ms-flex-pack: end;
    -webkit-box-pack: end;
    justify-content: flex-end;
    text-align: end;
  }
  .top-lg {
    -ms-flex-align: start;
    -webkit-box-align: start;
    align-items: flex-start;
  }
  .middle-lg {
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center;
  }
  .bottom-lg {
    -ms-flex-align: end;
    -webkit-box-align: end;
    align-items: flex-end;
  }
  .around-lg {
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }
  .between-lg {
    -ms-flex-pack: justify;
    -webkit-box-pack: justify;
    justify-content: space-between;
  }
  .first-lg {
    -ms-flex-order: -1;
    -webkit-box-ordinal-group: 0;
    order: -1;
  }
  .last-lg {
    -ms-flex-order: 1;
    -webkit-box-ordinal-group: 2;
    order: 1;
  }
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
body {
  position: relative;
  min-height: 100vh;
  width: 100%;
  background: #fff;
}
img {
  vertical-align: middle;
}
.ce-center .ce-gallery {
  text-align: center;
}
.layout-table {
  display: table;
  table-layout: fixed;
  width: 100%;
}
@media screen and (max-width: 729px) {
  .layout-table {
    display: block;
  }
}
.layout-row {
  display: table-row;
}
.layout-cell {
  display: table-cell;
  vertical-align: top;
}
.layout-cell * {
  vertical-align: top;
}
@media screen and (max-width: 729px) {
  .layout-cell {
    display: block;
  }
}
.yearbox {
  height: 1.3em;
  width: 1.3em;
  display: inline-block;
  margin-right: 0.3em;
}
.yearbox.yellow {
  background-color: #ffd530;
  cursor: help;
}
.yearbox.green {
  background-color: #97bf0d;
  cursor: help;
}
.yearbox.blue {
  background-color: #5389c2;
  cursor: help;
}
.yearbox.purple {
  background-color: #e52f7e;
  cursor: help;
}
.yearbox.orange {
  background-color: #f78a1a;
  cursor: help;
}
.form-group label {
  display: none;
}
.form-group input[type="text"],
.form-group textarea {
  width: 100%;
  margin-bottom: 0.6em;
  border: #cccccc solid 1px;
  font-size: 0.8em;
  background-color: white;
  -webkit-appearance: none;
  -moz-appearance: none;
  padding: 0.2em 0.4em;
  line-height: 1.5em;
  color: #666;
  font-family: Arial, Helvetica, Sans-Serif;
}
.form-group textarea {
  min-height: 18em;
  resize: vertical;
}
.form-group input::placeholder {
  color: #666;
}
.form-navigation button[type="submit"] {
  background: #5389c2;
  color: #fff;
  font-size: 0.8em;
  border: none;
  padding: 0.2em 0.9em 0.2em 0.4em;
  line-height: 1.5em;
  cursor: pointer;
}
.call-to-action {
  margin-top: 0.5em;
  background: #5389c2;
  color: #fff;
  border: none;
  padding: 0.5em 1.9em 0.5em 1.4em;
  line-height: 1.5em;
  cursor: pointer;
}
.call-to-action.secondary {
  background: none;
  border: 1px solid #5389c2;
  color: inherit;
  font-weight: bold;
}
.js-hidden {
  display: none;
}
.f3-widget-paginator {
  float: right;
}
.f3-widget-paginator li {
  padding: 0.3rem;
  display: inline-block;
  color: #666;
}
.f3-widget-paginator li.current {
  text-decoration: underline;
}
.f3-widget-paginator li a {
  color: #666;
  font-weight: bold;
}
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
/* 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;
}
/* additional resets
   License: none (public domain)
*/
.clearfix:after {
  content: ".";
  clear: both;
  display: block;
  visibility: hidden;
  height: 0px;
}
html {
  box-sizing: border-box;
  /* All browsers without overlaying scrollbars */
  -webkit-text-size-adjust: 100%;
  /* iOS 8+ */
}
* {
  margin: 0;
  padding: 0;
  box-sizing: inherit;
  background-repeat: no-repeat;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -moz-tap-highlight-color: rgba(0, 0, 0, 0);
}
*,
*:after,
*:before {
  position: relative;
  outline: none;
}
*,
:before,
:after {
  box-sizing: inherit;
}
:before,
:after {
  vertical-align: inherit;
  text-decoration: inherit;
  /* Inherit text-decoration and vertical align to ::before and ::after pseudo elements */
}
/* Add the correct display in iOS 4-7.*/
audio:not([controls]) {
  display: none;
  height: 0;
}
hr {
  overflow: visible;
  /* Show the overflow in Edge and IE */
}
small {
  font-size: 80%;
}
a {
  background-color: transparent;
  /* Remove the gray background on active links in IE 10 */
  -webkit-text-decoration-skip: objects;
  /* Remove gaps in links underline in iOS 8+ and Safari 8+ */
}
a:active,
a:hover {
  outline-width: 0;
  /* Remove the outline when hovering in all browsers */
}
code,
pre {
  font-family: monospace, monospace;
}
b,
strong {
  font-weight: bolder;
}
sub,
sup {
  position: relative;
  vertical-align: baseline;
  font-size: 75%;
  line-height: 0;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
.grid .col-1 {
  width: 100%;
}
.grid .col-4 {
  width: 25%;
  float: left;
  padding: 0.5em;
}
.grid .col-4 h3 {
  height: 3.6em;
}
@media (max-width: 995px) {
  .grid .col-4 {
    width: 50%;
  }
}
@media (max-width: 995px) {
  .grid .col-4 {
    width: 50%;
  }
  .grid .col-4:nth-child(2n+1) {
    clear: both;
  }
}
@media (max-width: 350px) {
  .grid .col-4 {
    width: 100%;
    float: none;
  }
  .grid .col-4 h3 {
    height: auto;
  }
}
.home-grid .row {
  margin: 0 auto;
  max-width: 1136px;
}
.home-grid .row .col-4 img {
  width: 45%;
}
@media screen and (max-width: 350px) {
  .home-grid .row .col-4 img {
    width: 25%;
  }
}
.home-grid .row .col-4 a {
  color: inherit;
}
html {
  color: #444444;
  font-size: 16px;
  font-family: Arial, Helvetica, Sans-Serif;
}
@media screen and (max-width: 970px) {
  body {
    font-size: 16px !important;
  }
}
p {
  margin: 1em 0;
  line-height: 1.5em;
}
h1,
h2,
h3,
h4 {
  margin: 2rem 0 1rem;
  line-height: 1.2em;
  font-weight: bold;
}
h1 {
  font-size: 1.33em;
  color: #4d89c2;
}
h2 {
  font-size: 1.33em;
}
h3 {
  font-size: 1.18em;
  word-wrap: break-word;
  color: #818285;
}
h4 {
  font-size: 1em;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
.text-justify {
  text-align: justify;
}
strong,
b {
  font-weight: bold;
}
em {
  font-style: italic;
}
sup,
sub {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
hr {
  height: 1px;
  border: none;
  border-bottom: 1px #ccc solid;
}
.content .accordion a {
  text-decoration: none;
  font-weight: bold;
  color: #666666;
  padding-left: 12px;
  background-repeat: no-repeat;
  background-position: 1px;
  background-image: url(../../typo3conf/ext/jowatech_gkind_package/Resources/Public/Icons/icon_blau.png);
}
.content > .frame:first-child header > :first-child {
  margin-top: 0 !important;
}
li {
  line-height: 1.5em;
}
a {
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}
.highlighted.yellow {
  color: #ffd530;
}
.highlighted.green {
  color: #97bf0d;
}
.highlighted.blue {
  color: #5389c2;
}
.highlighted.purple {
  color: #e52f7e;
}
.highlighted.orange {
  color: #f78a1a;
}
.highlighted.red {
  color: #ff0000;
}
.frame-space-after-small {
  margin-bottom: 1rem;
}
.frame-space-after-medium {
  margin-bottom: 2rem;
}
.frame-space-after-large {
  margin-bottom: 3.3em;
}
.frame-space-before-small {
  margin-top: 1rem;
}
.frame-space-before-medium {
  margin-top: 2rem;
}
.frame-space-before-large {
  margin-top: 3.3rem;
}
.frame-type-menu_sitemap ul li {
  list-style-type: none;
}
.entry-body > :first-child {
  margin-top: 0 !important;
}
.entry-body a {
  font-weight: bold;
  color: #444444;
}
.entry-body a:before {
  content: '';
  margin-right: 0.5em;
  width: 15px;
  height: 13px;
  display: inline-block;
  background: url('../../typo3conf/ext/jowatech_gkind_package/Resources/Public/Images/link.png');
  vertical-align: baseline;
}
.entry-body ul {
  list-style: none;
  margin: 0;
}
.entry-body ul li {
  padding-left: 4.1em;
}
.entry-body ul li:before {
  content: "• ";
  color: #e0d800;
  font-weight: bold;
  margin-left: -1em;
  width: 4.1em;
  padding-right: 1em;
  display: inline-block;
  text-align: right;
  margin-left: -4.1em;
}
.entry-body ul ul {
  padding-bottom: 0.5em;
}
.entry-body ul ul li {
  padding-left: 2.1em;
}
.entry-body ul ul li:before {
  content: "- ";
}
.entry-body ol {
  margin: 0;
  counter-reset: step-counter;
  list-style: none;
}
.entry-body ol li {
  counter-increment: step-counter 1;
  padding-left: 4.1em;
}
.entry-body ol li:before {
  content: counter(step-counter) '.';
  font-weight: bold;
  color: #e0d800;
  width: 4.1em;
  padding-right: 1em;
  display: inline-block;
  text-align: right;
  margin-left: -4.1em;
}
.menu-category-2 .entry-body a:before {
  background: url('../../typo3conf/ext/jowatech_gkind_package/Resources/Public/Images/link2.png');
}
.menu-category-2 .entry-body li:before {
  color: #97bb00;
}
.menu-category-3 .entry-body a:before {
  background: url('../../typo3conf/ext/jowatech_gkind_package/Resources/Public/Images/link3.png');
}
.menu-category-3 .entry-body li:before {
  color: #458bc4;
}
.menu-category-4 .entry-body a:before {
  background: url('../../typo3conf/ext/jowatech_gkind_package/Resources/Public/Images/link4.png');
}
.menu-category-4 .entry-body li:before {
  color: #ed3e7d;
}
.menu-category-5 .entry-body a:before {
  background: url('../../typo3conf/ext/jowatech_gkind_package/Resources/Public/Images/link5.png');
}
.menu-category-5 .entry-body li:before {
  color: #f88a00;
}
.ce-gallery img {
  width: 100%;
  height: auto;
  object-fit: scale-down;
}
.image-description {
  padding: 0.5rem 0;
}
.clickable-figure {
  max-width: 100%;
}
.clickable-figure img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: scale-down;
}
.clickable-figure.special-entry img {
  object-fit: inherit;
}
.clickable-figure a {
  display: block;
}
.clickable-figure a:hover .btn-round {
  -webkit-transform: translate3d(-50%, -50%, 0) scale3d(1, 1, 1);
  transform: translate3d(-50%, -50%, 0) scale3d(1, 1, 1);
}
.clickable-figure a .btn-round {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate3d(-50%, -50%, 0) scale3d(0, 0, 1);
  transform: translate3d(-50%, -50%, 0) scale3d(0, 0, 1);
  z-index: 1;
  -webkit-transition: all 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition: all 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  will-change: auto;
}
.clickable-figure a .btn-round i {
  display: inline-block;
  vertical-align: middle;
  width: 50px;
  height: 50px;
  border-radius: 50%;
}
.clickable-figure a .btn-round i:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background: #000;
  z-index: 2;
}
.clickable-figure a .btn-round i span {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 18px;
  height: 18px;
  margin-top: -9px;
  margin-left: -9px;
  z-index: 3;
}
.clickable-figure a .btn-round i span:before,
.clickable-figure a .btn-round i span:after {
  width: 100%;
  height: 1px;
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -0.5px;
  background: #FFF;
}
.clickable-figure a .btn-round i span:after {
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
.main.section .wrapper {
  padding: 3.3rem 0 0;
}
.left-padding {
  padding-left: 1rem;
}
@media screen and (max-width: 61.99em) {
  .hide-mobile {
    display: none;
  }
}
@media screen and (min-width: 62em) {
  .hide-desktop {
    display: none;
  }
}
.layout_fullpage {
  overflow: hidden;
}
.layout_fullpage .footer {
  display: block;
  font-size: 0.8888889em;
  width: 100%;
  padding: 1.5em 1em 1em;
  height: 3.5em;
  background: #f78a1a;
  color: #000;
  z-index: 1000;
  position: relative;
  text-align: center;
  line-height: 1em;
}
.layout_fullpage .footer ul {
  padding-left: 0;
  margin-top: 0;
}
.layout_fullpage .footer ul li {
  list-style: none;
  display: inline-block;
  padding: 0 0.5em;
  vertical-align: bottom;
}
.layout_fullpage .footer ul li a {
  color: #00001b;
  text-decoration: none;
}
.layout_fullpage .footer ul li a:hover {
  color: #fff;
}
.layout_fullpage .footer ul li a.active {
  color: #fff;
  font-weight: bold;
}
.layout_fullpage div.fullpage-wrapper {
  height: 100vh;
  position: relative;
}
.layout_fullpage div.section .section-body {
  height: calc(100vh - 112px);
  margin-top: 112px;
  overflow: auto;
  overflow-x: hidden;
}
@media screen and (max-width: 900px) {
  .layout_fullpage div.section .section-body {
    height: calc(100vh - 42px);
    margin-top: 42px;
  }
}
.layout_fullpage div.fp-tableCell {
  vertical-align: top;
}
.layout_fullpage div.home-grid {
  min-height: calc(100vh - 112px - 3.115em);
}
.layout_fullpage div.section:first-child {
  background: url('../../typo3conf/ext/jowatech_gkind_package/Resources/Public/Images/home_bg.jpg');
  background-size: cover;
  background-attachment: scroll;
  background-position: center center;
  background-position: 50% 33%;
  color: #c4c4c4;
  line-height: 1.5em;
}
.layout_fullpage div.slide:first-child {
  position: relative;
  background: url('../../typo3conf/ext/jowatech_gkind_package/Resources/Public/Less/Images/home_fg.png') center center no-repeat;
  background-size: cover;
  background-attachment: scroll;
}
.layout_fullpage div.slide:first-child .frame:first-child {
  position: absolute;
  right: 18%;
  top: 50%;
  transform: translateY(-50%);
  font-size: 1.4em;
  text-shadow: 2px 2px 0px #161616;
  text-transform: uppercase;
  text-align: right;
}
.layout_fullpage div.slide:first-child .frame:first-child:before {
  content: '';
  height: 100px;
  width: 100%;
  display: block;
  background: url('../../typo3conf/ext/jowatech_gkind_package/Resources/Public/Less/Images/logo.png') right center no-repeat;
  background-size: contain;
  background-attachment: scroll;
}
.layout_fullpage div.slide:first-child:after {
  content: '';
  height: 100%;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
}
.layout_fullpage div.section:nth-child(2) {
  background-color: #ffd530;
}
.layout_fullpage div.section:nth-child(2) .section-body {
  background: #fff;
}
.layout_fullpage div.slide:nth-child(3) {
  position: relative;
  font-family: 'Indie Flower', cursive;
}
.layout_fullpage div.slide:nth-child(3) .frame:first-child {
  position: absolute;
  right: 15%;
  width: 45%;
  top: 50%;
  transform: translateY(-50%);
  text-shadow: 2px 2px 0px #161616;
  font-size: 1.2em;
}
.layout_fullpage div.slide:nth-child(3):after {
  content: '';
  height: 100%;
  width: 40%;
  position: absolute;
  bottom: 0;
  left: 0;
  background: url('../../typo3conf/ext/jowatech_gkind_package/Resources/Public/Less/Images/pic1.png') center center no-repeat;
  background-size: contain;
  background-attachment: scroll;
}
html.open-menu {
  overflow-y: hidden;
}
html.open-menu .navbar {
  background: #fff;
}
.navbar {
  width: 100%;
  z-index: 999;
  font-size: 1.18em;
}
@media all and (max-width: 1200px) {
  .navbar {
    font-size: 1em;
  }
}
@media all and (max-width: 1050px) {
  .navbar {
    font-size: 0.9em;
  }
}
@media all and (max-width: 975px) {
  .navbar {
    font-size: 0.8em;
  }
}
.navbar .menu-item {
  display: block;
  position: relative;
  background: #ffd300;
  box-shadow: 5px 5px 5px #dddddd;
  transition: all 0.4s;
}
.navbar .menu-item:before {
  content: '';
  display: block;
  padding-bottom: 100%;
}
.navbar .menu-item span.the-arrow {
  position: absolute;
  right: 0.7rem;
  bottom: 1rem;
}
.navbar .menu-item span.item-text {
  position: absolute;
  bottom: 0;
  left: 0;
  color: #ffffff;
  font-weight: bold;
  padding: 1rem 3rem 1rem 1rem;
}
.navbar .menu-item.item-nbr-1 {
  background: #97bb00 url('../../typo3conf/ext/jowatech_gkind_package/Resources/Public/Images/mitglied-werden.png') no-repeat;
  background-size: contain;
}
.navbar .menu-item.item-nbr-1:hover span.the-arrow .shaft,
.navbar .menu-item.item-nbr-1.active span.the-arrow .shaft {
  background: #97bb00;
}
.navbar .menu-item.item-nbr-2 {
  background: #458bc4;
}
.navbar .menu-item.item-nbr-2:hover span.the-arrow .shaft,
.navbar .menu-item.item-nbr-2.active span.the-arrow .shaft {
  background: #458bc4;
}
.navbar .menu-item.item-nbr-3 {
  background: #ed3e7d;
}
.navbar .menu-item.item-nbr-3:hover span.the-arrow .shaft,
.navbar .menu-item.item-nbr-3.active span.the-arrow .shaft {
  background: #ed3e7d;
}
.navbar .menu-item.item-nbr-4 {
  background: #f88a00;
}
.navbar .menu-item.item-nbr-4:hover span.the-arrow .shaft,
.navbar .menu-item.item-nbr-4.active span.the-arrow .shaft {
  background: #f88a00;
}
.navbar .menu-item:hover,
.navbar .menu-item.active {
  background: #fff;
}
.navbar .menu-item:hover span.the-arrow .shaft,
.navbar .menu-item.active span.the-arrow .shaft {
  background: #ffd300;
}
.navbar .menu-item:hover span.item-text,
.navbar .menu-item.active span.item-text {
  color: #8D8D8D;
}
.navbar.member-area .menu-item.item-nbr-1 {
  background: #97bb00;
}
.navbar .member-area-box {
  display: flex;
  flex-direction: row;
}
@media all and (min-width: 62em) {
  .navbar .member-area-box {
    display: block;
  }
}
.navbar .member-login-button {
  background: #97bb00;
  padding: 0.4rem 2rem 0.2rem;
  margin-left: -2rem;
  color: #fff;
  font-weight: bold;
  text-align: center;
}
@media all and (min-width: 48em) {
  .navbar .member-login-button {
    padding: 0.6rem 1rem 0.3rem;
    margin-left: 0;
  }
}
@media all and (min-width: 62em) {
  .navbar .member-login-button {
    display: block;
    padding: 1rem;
  }
}
.navbar .search-form {
  flex: 1;
}
.navbar .logo {
  padding-top: 3.3rem;
  padding-bottom: 1rem;
}
@media all and (max-width: 62em) {
  .navbar .logo {
    padding: 1rem;
  }
  .navbar .logo img {
    width: 60%;
    height: auto;
  }
}
@media all and (max-width: 48em) {
  .navbar .logo {
    margin-left: -0.5rem;
  }
  .navbar .logo img {
    width: 80%;
  }
}
@media all and (max-width: 36em) {
  .navbar .logo img {
    width: 90%;
  }
}
.navbar .nav-ntn-col {
  display: flex;
  justify-content: flex-end;
}
.navbar .nav-btn {
  display: inline-block;
  position: absolute;
  right: 0;
  top: 50%;
}
.navbar .nav-btn label {
  display: inline-block;
  width: 38px;
  height: 38px;
  padding: 12px 8px;
  cursor: pointer;
  margin-top: -19px;
}
.navbar .nav-btn label span {
  display: block;
  width: 22px;
  height: 7px;
  border-top: 2px solid #444;
}
.menu_footer {
  list-style-image: none;
  list-style-type: none;
  padding: 0;
  font-size: 0.9em;
  margin-top: 4rem;
}
.menu_footer li {
  display: inline-block;
  padding: 0.3rem 1rem;
}
@media all and (max-width: 975px) {
  .menu_footer li {
    display: block;
  }
}
.menu_footer li a {
  color: #8d8d8d;
  text-decoration: none;
}
.submenu ul {
  font-size: 1.18em;
  padding-left: 1rem;
}
.submenu ul li {
  margin-bottom: 0.8em;
  line-height: 1.2em;
}
.submenu ul li.active a {
  color: #ffd300;
}
.submenu ul li a {
  color: #818285;
  font-weight: bold;
}
.menu-category-2 .submenu ul li.active a {
  color: #97bb00;
}
.menu-category-3 .submenu ul li.active a {
  color: #458bc4;
}
.menu-category-4 .submenu ul li.active a {
  color: #ed3e7d;
}
.menu-category-5 .submenu ul li.active a {
  color: #f88a00;
}
.the-arrow {
  width: 1.65em;
  transition: all 0.2s;
  height: 1.4em;
  overflow: hidden;
}
.the-arrow.-left {
  position: absolute;
  top: 60%;
  left: 0;
}
.the-arrow.-left > .shaft {
  width: 0;
  background-color: #999;
}
.the-arrow.-left > .shaft:before,
.the-arrow.-left > .shaft:after {
  width: 0;
  background-color: #999;
}
.the-arrow.-left > .shaft:before {
  transform: rotate(0);
}
.the-arrow.-left > .shaft:after {
  transform: rotate(0);
}
.the-arrow.-right > .shaft {
  width: 1.4em;
}
.the-arrow.-right > .shaft:before,
.the-arrow.-right > .shaft:after {
  width: 1.4em;
  transition-delay: 0.1s;
  transition: all 0.5s;
  right: -0.2em;
}
.the-arrow.-right > .shaft:before {
  transform: rotate(45deg);
}
.the-arrow.-right > .shaft:after {
  transform: rotate(-45deg);
}
.the-arrow > .shaft {
  background-color: #fff;
  display: block;
  height: 0.2em;
  position: relative;
  transition: all 0.2s;
  transition-delay: 0;
  will-change: transform;
  top: 0.63em;
}
.the-arrow > .shaft:before,
.the-arrow > .shaft:after {
  background-color: inherit;
  content: '';
  display: block;
  height: 0.2em;
  position: absolute;
  right: 0;
  transition: all 0.2s;
  transition-delay: 0;
}
.the-arrow > .shaft:before {
  transform-origin: top right;
  top: 0.1em;
}
.the-arrow > .shaft:after {
  transform-origin: bottom right;
  top: -0.1em;
}
.main-nav {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.6s cubic-bezier(0.455, 0.03, 0.515, 0.955) 0.2s;
  transition: all 0.6s cubic-bezier(0.455, 0.03, 0.515, 0.955) 0.2s;
  z-index: 110;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  background: #fff;
}
@media (min-width: 48em) {
  .main-nav {
    overflow: hidden;
  }
}
.main-nav .navigation {
  width: 100%;
  margin-top: 8em;
  padding-bottom: 4em;
}
@media (min-width: 48em) {
  .main-nav .navigation {
    padding-bottom: 9em;
    margin-top: 2em;
    top: 50%;
    left: 0;
    position: absolute;
    -webkit-transform: translate3d(0, -50%, 0);
    transform: translate3d(0, -50%, 0);
  }
}
.main-nav .navigation .menu-entry:after {
  content: '';
  display: block;
  border-bottom: 1px solid #c2c2c2;
  margin-right: -1.4rem;
  height: 0.5em;
}
.main-nav .navigation h3 {
  color: #c2c2c2;
  font-weight: 500;
  font-size: 1.15em;
  margin-bottom: 0;
  margin-top: 0.5em;
}
@media (min-width: 62em) {
  .main-nav .navigation h3 {
    margin-bottom: 1em;
    font-size: 1.875em;
  }
}
.main-nav .navigation h3 a {
  transition: all 0.6s ease;
  color: #444;
}
.main-nav .navigation h3 a:hover {
  color: rgba(60, 59, 59, 0.6);
}
.main-nav .navigation .submenu {
  font-weight: 600;
  padding-left: 0px;
  margin: 0px;
  list-style: none;
  font-size: 0.95em;
  margin-top: 0.3em;
}
@media (min-width: 62em) {
  .main-nav .navigation .submenu {
    font-size: 1.75em;
  }
}
.main-nav .navigation .submenu li {
  position: relative;
  display: block;
  line-height: 1.3em;
  padding-bottom: 0.3em;
  padding-left: 1.5rem;
}
.main-nav .navigation .submenu li.active a:before {
  content: '';
  margin-right: 0.5em;
  width: 15px;
  height: 13px;
  display: inline-block;
  background: url('../../typo3conf/ext/jowatech_gkind_package/Resources/Public/Images/link.png');
  vertical-align: baseline;
  position: absolute;
  left: -21px;
  top: 3px;
  z-index: 20000;
}
.main-nav .navigation .submenu li a {
  position: relative;
  display: inline-block;
  color: #444;
}
.main-nav .navigation .item-nbr-0 h3.active a {
  color: #ffd300;
}
.main-nav .navigation .item-nbr-1 h3.active a {
  color: #97bb00;
}
.main-nav .navigation .item-nbr-1 .submenu li a:before {
  background: url('../../typo3conf/ext/jowatech_gkind_package/Resources/Public/Images/link2.png');
}
.main-nav .navigation .item-nbr-2 h3.active a {
  color: #458bc4;
}
.main-nav .navigation .item-nbr-2 .submenu li a:before {
  background: url('../../typo3conf/ext/jowatech_gkind_package/Resources/Public/Images/link3.png');
}
.main-nav .navigation .item-nbr-3 h3.active a {
  color: #ed3e7d;
}
.main-nav .navigation .item-nbr-3 .submenu li a:before {
  background: url('../../typo3conf/ext/jowatech_gkind_package/Resources/Public/Images/link4.png');
}
.main-nav .navigation .item-nbr-4 h3.active a {
  color: #f88a00;
}
.main-nav .navigation .item-nbr-4 .submenu li a:before {
  background: url('../../typo3conf/ext/jowatech_gkind_package/Resources/Public/Images/link5.png');
}
.main-nav .navigation .footer {
  font-size: 0.875em;
  font-weight: 600;
  line-height: 1.8em;
  width: 100%;
  opacity: 0;
  -webkit-transition: all 0.5s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition: all 0.5s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -webkit-transform: translate3d(0, 40px, 0);
  transform: translate3d(0, 40px, 0);
}
@media (min-width: 48em) {
  .main-nav .navigation .footer {
    bottom: 0;
    left: 0;
    position: absolute;
  }
}
.main-nav .navigation .footer ul {
  margin: 0;
  padding-left: 0;
  list-style: none;
  margin-bottom: 15px;
  color: #c2c2c2;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  margin-top: 25px;
}
@media (min-width: 48em) {
  .main-nav .navigation .footer ul {
    margin-bottom: 0;
    float: left;
    margin-top: 0;
  }
}
.main-nav .navigation .footer ul li {
  display: inline-block;
  margin-right: 10px;
  padding: 0 0 2rem 0;
}
@media (min-width: 48em) {
  .main-nav .navigation .footer ul li {
    margin-left: 30px;
    margin-right: 0;
  }
}
.main-nav .navigation .footer ul li:first-child {
  margin-left: 0;
}
.main-nav .navigation .footer ul li a {
  display: inline-block;
}
@media (min-width: 48em) {
  .main-nav .navigation .footer ul li a {
    line-height: 2.2em;
  }
}
.main-nav .navigation .footer ul li a:before {
  content: '';
  width: 50px;
  height: 4px;
  background: #3c3b3b;
  position: absolute;
  bottom: 0;
  left: 0;
  -webkit-transform: scale3d(0, 1, 1);
  transform: scale3d(0, 1, 1);
  -webkit-transform-origin: right center;
  -ms-transform-origin: right center;
  transform-origin: right center;
  -webkit-transition: -webkit-transform 0.5s cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.15s;
  transition: -webkit-transform 0.5s cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.15s;
  transition: transform 0.5s cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.15s;
  transition: transform 0.5s cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.15s, -webkit-transform 0.5s cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.15s;
}
.main-nav .navigation .footer ul li a:hover:before {
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  -webkit-transform-origin: left center;
  -ms-transform-origin: left center;
  transform-origin: left center;
}
.open-menu .nav-toggle span {
  -webkit-transform: rotate(45deg) scale3d(1, 1, 1) translate3d(4px, 12px, 0) !important;
  transform: rotate(45deg) scale3d(1, 1, 1) translate3d(4px, 12px, 0) !important;
}
.open-menu .nav-toggle span:before {
  -webkit-transform: rotate(90deg) scale3d(0.8, 1, 1) translate3d(-9px, -15px, 0) !important;
  transform: rotate(90deg) scale3d(0.8, 1, 1) translate3d(-9px, -15px, 0) !important;
}
.open-menu .nav-toggle span:after {
  -webkit-transform: scale3d(1, 1, 1) rotate(90deg) translate3d(8px, 15px, 0) !important;
  transform: scale3d(1, 1, 1) rotate(90deg) translate3d(8px, 15px, 0) !important;
}
.open-menu .main-nav {
  opacity: 1;
  visibility: visible;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}
.open-menu .main-nav .footer {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
}
.search-form {
  padding-top: 0.25rem;
}
.search-form input.tx-indexedsearch-searchbox-sword {
  width: 100%;
  padding: 0 0 0 1rem;
  margin-left: 0.1em;
}
@media all and (min-width: 48em) {
  .search-form input.tx-indexedsearch-searchbox-sword {
    padding: 0.15rem 0 0.15rem 1rem;
  }
}
@media all and (min-width: 62em) {
  .search-form input.tx-indexedsearch-searchbox-sword {
    margin-left: 0;
  }
}
.search-form input[type='submit'] {
  background: url('../../typo3conf/ext/jowatech_gkind_package/Resources/Public/Images/suche.gif');
  width: 100%;
  padding: 0;
  height: 18px;
  color: #444;
  font-size: 1.3em;
  font-weight: bold;
  border: 0;
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: center;
  color: transparent;
  font-size: 5px;
  cursor: pointer;
}
.search-form .search-submit {
  width: 3rem;
  padding: 0 1rem 0 0;
}
.search-form .search-input {
  flex: 1;
  padding: 0 1rem;
}
.login {
  text-align: left;
}
.login form {
  margin: 2rem 0;
}
.login form input {
  width: 100%;
  background: none;
  padding: 0.15rem 0 0.15rem 1rem;
  border: solid 1px #a3a3a3;
}
.login form label {
  padding: 0.15rem 0;
}
.login form input[type="submit"] {
  background: #97bb00;
  color: #fff;
  border: none;
  font-weight: bold;
  padding: 0.8rem;
  cursor: pointer;
  font-size: 1em;
}
.login form input[type="submit"]:hover {
  text-decoration: underline;
}
.login form .row {
  margin: 0.8rem -1rem;
}
.login p a {
  color: #8d8d8d;
}
.submenu + .logout-form {
  margin-top: 2rem;
}
.logout-form input[type="submit"] {
  background: #97bb00;
  color: #fff;
  border: none;
  font-weight: bold;
  padding: 0.8rem;
  cursor: pointer;
  width: 100%;
  font-size: 1em;
}
.logout-form input[type="submit"]:hover {
  text-decoration: underline;
}
.logout-form .profile-link {
  display: block;
  font-weight: bold;
  color: #444444;
  padding: 0;
  background: none;
  padding-left: 1.5em;
  margin: 1rem 0;
  font-size: 0.9em;
}
.logout-form .profile-link:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 15px;
  height: 13px;
  display: inline-block;
  background: url('../../typo3conf/ext/jowatech_gkind_package/Resources/Public/Images/link.png');
  vertical-align: baseline;
}
.menu-category-2 .profile-link:before {
  background: url('../../typo3conf/ext/jowatech_gkind_package/Resources/Public/Images/link2.png');
}
.menu-category-3 .profile-link:before {
  background: url('../../typo3conf/ext/jowatech_gkind_package/Resources/Public/Images/link3.png');
}
.menu-category-4 .profile-link:before {
  background: url('../../typo3conf/ext/jowatech_gkind_package/Resources/Public/Images/link4.png');
}
.menu-category-5 .profile-link:before {
  background: url('../../typo3conf/ext/jowatech_gkind_package/Resources/Public/Images/link5.png');
}
.special-entry figcaption {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background: rgba(0, 0, 0, 0.2);
  color: #fff;
  padding: 0.8rem;
}
.special-entry figcaption h4 {
  font-size: 1.1em;
  margin: 0 0 0.4rem;
}
.special-entry figcaption .arrows {
  display: inline-block;
  font-size: 0.5em;
  margin-left: 1em;
}
.special-entry figcaption .arrows .the-arrow {
  display: inline-block;
  margin-left: 0.5em;
}
.item {
  box-shadow: 5px 5px 5px #dddddd;
  padding: 0.8rem;
  flex-direction: column;
  justify-content: space-between;
  display: flex;
  flex: 1;
  margin-top: 2rem;
}
.item a {
  display: flex;
  flex-direction: column;
  flex: 1;
  color: #4e88c7;
  text-decoration: none;
}
.item a .info {
  color: #444444;
}
.item a .arrows {
  display: block;
  font-size: 0.5em;
  padding-top: 1.6rem;
}
.item a .arrows .the-arrow {
  display: inline-block;
  margin-right: 0.5em;
}
.item a .arrows .the-arrow .shaft {
  background: #4e88c7;
}
.item a .meta {
  position: absolute;
  bottom: 0;
  right: 0;
  color: #444444;
  font-size: 0.8em;
}
.item a img {
  margin-bottom: 1rem;
}
.item-title {
  margin-top: 0;
}
.news-backlink-wrap a {
  display: inline-block;
  margin-top: 2rem;
  font-weight: bold;
  color: #444444;
}
.news-backlink-wrap a:before {
  content: '';
  margin-right: 0.5em;
  width: 15px;
  height: 13px;
  display: inline-block;
  background: url('../../typo3conf/ext/jowatech_gkind_package/Resources/Public/Images/link.png');
  vertical-align: baseline;
}
.entry-meta {
  margin-top: 2rem;
  font-size: 0.9em;
}
@media only screen and (min-width: 48em) {
  .entry-gallery {
    margin-top: 2.6rem;
  }
}
.entry-gallery .entry-img img {
  width: 100%;
  height: auto;
  object-fit: scale-down;
}
.tx-srfeuserregister-pi1 fieldset {
  border: none;
}
.tx-srfeuserregister-pi1 a {
  font-weight: bold;
  color: #444444;
  padding: 0;
  background: none;
}
.tx-srfeuserregister-pi1 a:before {
  content: '';
  margin-right: 0.5em;
  width: 15px;
  height: 13px;
  display: inline-block;
  background: url('../../typo3conf/ext/jowatech_gkind_package/Resources/Public/Images/link.png');
  vertical-align: baseline;
}
.tx-srfeuserregister-pi1 input[type="submit"] {
  background: #97bb00;
  color: #fff;
  border: none;
  font-weight: bold;
  padding: 0.8rem;
  cursor: pointer;
}
.tx-srfeuserregister-pi1 input[type="submit"]:hover {
  text-decoration: underline;
}
.tx_evoweb_sfregister .col-md,
.tx_evoweb_sfregister .col-md-1,
.tx_evoweb_sfregister .col-md-2,
.tx_evoweb_sfregister .col-md-3,
.tx_evoweb_sfregister .col-md-4,
.tx_evoweb_sfregister .col-md-5,
.tx_evoweb_sfregister .col-md-6,
.tx_evoweb_sfregister .col-md-7,
.tx_evoweb_sfregister .col-md-8,
.tx_evoweb_sfregister .col-md-9,
.tx_evoweb_sfregister .col-md-10,
.tx_evoweb_sfregister .col-md-11,
.tx_evoweb_sfregister .col-md-12 {
  padding-right: 0;
  padding-left: 0;
}
.tx_evoweb_sfregister label {
  clear: both;
  text-align: right;
  padding-right: 1em;
  min-width: 50%;
  margin: 0;
  padding: 0 0 .5em 0;
  display: inline-block;
}
.tx_evoweb_sfregister input.form-control {
  text-align: left;
}
.tx_evoweb_sfregister input[type="submit"] {
  background: #97bb00;
  color: #fff;
  border: none;
  font-weight: bold;
  padding: 0.8rem;
  cursor: pointer;
  margin-left: 50%;
}
