/*
  Theme Name:
  Version: 1.0
  Author:
*/
html, body {
  font-family: 'Noto Sans', Arial, sans-serif;
  line-height: 1;
  background: #fff; }

#pageContainer {
  width: 100%;
  overflow: hidden; }

.leftContent {
  float: left; }

.rightContent {
  float: right; }

.overflow {
  overflow: hidden; }

.clearBoth {
  clear: both; }

.container {
  padding: 0 10px;
  max-width: 1220px;
  margin: 0 auto; }

.arrowPrev,
.arrowNext {
  position: absolute;
  top: 50%;
  left: 50px;
  width: 50px;
  height: 50px;
  z-index: 150;
  border-radius: 100%;
  cursor: pointer; }
  @media screen and (max-width: 760px) {
    .arrowPrev,
    .arrowNext {
      left: 0; } }
  .arrowPrev.swiper-button-disabled,
  .arrowNext.swiper-button-disabled {
    opacity: 0.2; }
  .arrowPrev:after, .arrowPrev:before,
  .arrowNext:after,
  .arrowNext:before {
    position: absolute;
    top: 50%;
    margin-top: 3px;
    left: 50%;
    margin-left: -13px;
    content: '';
    width: 20px;
    height: 5px;
    background: #fff;
    -ms-transform: rotate(45deg);
        transform: rotate(45deg);
    z-index: 5000; }
  .arrowPrev:before,
  .arrowNext:before {
    top: 14px;
    -ms-transform: rotate(-45deg);
        transform: rotate(-45deg); }

.arrowNext {
  left: auto;
  right: 50px; }
  @media screen and (max-width: 760px) {
    .arrowNext {
      right: 0; } }
  .arrowNext:after {
    -ms-transform: rotate(-45deg);
        transform: rotate(-45deg);
    margin-left: -9px; }
  .arrowNext:before {
    -ms-transform: rotate(45deg);
        transform: rotate(45deg);
    margin-left: -9px; }

.arrowDown {
  display: inline-block;
  position: relative;
  width: 50px;
  height: 50px;
  background: transparent;
  z-index: 150;
  border-radius: 100%; }
  @media screen and (max-width: 760px) {
    .arrowDown {
      left: 20px; } }
  .arrowDown.swiper-button-disabled {
    opacity: 0.2; }
  .arrowDown:after, .arrowDown:before {
    position: absolute;
    top: 15px;
    left: -5px;
    margin-top: 3px;
    margin-left: 5px;
    content: '';
    width: 30px;
    height: 3px;
    background: #6a6a6a;
    -ms-transform: rotate(45deg);
        transform: rotate(45deg);
    z-index: 5000; }
  .arrowDown:before {
    margin-left: 25px;
    top: 15px;
    -ms-transform: rotate(-45deg);
        transform: rotate(-45deg); }

#hamburger {
  display: none;
  position: absolute;
  top: 20px;
  right: 20px;
  margin-top: 0;
  width: 27px;
  height: 23px;
  cursor: pointer;
  transition: opacity 0.3s;
  z-index: 50; }
  #hamburger span {
    display: block;
    position: absolute;
    display: block;
    width: 100%;
    height: 2px;
    background: #afafaf;
    transition: 0.3s ease-in-out;
    top: 0; }
    .mmOpen #hamburger span {
      top: 5px;
      -ms-transform: rotate(45deg);
          transform: rotate(45deg); }
    #hamburger span:after, #hamburger span:before {
      position: absolute;
      top: 9px;
      left: 0;
      background: #afafaf;
      content: '';
      width: 100%;
      height: 2px;
      opacity: 1;
      transition: 0.3s ease-in-out; }
    #hamburger span:before {
      top: 18px; }
    .mmOpen #hamburger span:after {
      opacity: 0; }
    .mmOpen #hamburger span:before {
      top: 0;
      -ms-transform: rotate(-90deg);
          transform: rotate(-90deg); }
  @media screen and (max-width: 879px) {
    #hamburger {
      display: block; } }

#fixedNav {
  position: fixed;
  top: 0;
  right: -100%;
  width: 40vw;
  height: 100%;
  background: #eee;
  padding: 50px 0;
  transition: right .4s;
  z-index: 40; }
  @media screen and (max-width: 992px) {
    #fixedNav {
      padding: 50px 0 20px;
      width: 50vw; } }
  @media screen and (max-width: 480px) {
    #fixedNav {
      width: 80vw; } }
  .mmOpen #fixedNav {
    right: 0; }
  #fixedNav img {
    display: block;
    margin: 0 auto 70px;
    max-width: 235px;
    height: auto; }
    @media screen and (max-width: 768px) {
      #fixedNav img {
        max-width: 60%;
        height: auto; } }
  #fixedNav ul li {
    display: block;
    padding: 0 50px 10px;
    line-height: 1.5; }
    @media screen and (max-width: 992px) {
      #fixedNav ul li {
        padding: 0 20px 10px; } }
    #fixedNav ul li a {
      position: relative;
      padding-bottom: 4px;
      color: #333333;
      line-height: 1.6; }
      #fixedNav ul li a:before {
        position: absolute;
        bottom: 3px;
        left: 50%;
        width: 0;
        height: 1px;
        background: #333;
        transition: width 0.3s ease-out;
        content: ""; }
      #fixedNav ul li a:after {
        position: absolute;
        bottom: 3px;
        right: 50%;
        width: 0;
        height: 1px;
        background: #333;
        transition: width 0.3s ease-out;
        content: ""; }
      #fixedNav ul li a:hover:after, #fixedNav ul li a:hover:before {
        width: 50%; }

.bodyOverlay {
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0;
  background: rgba(0, 0, 0, 0.8);
  z-index: 30;
  opacity: 0;
  transition: opacity .4s; }
  .mmOpen .bodyOverlay {
    right: 0;
    opacity: 1; }
  .bodyOverlay.none {
    right: calc( -100vw - 20px); }

.closeIcon {
  position: absolute;
  right: 20px;
  top: 20px;
  z-index: 50;
  width: 30px;
  height: 30px;
  cursor: pointer; }
  .closeIcon span {
    position: absolute;
    top: 10px;
    display: block;
    width: 27px;
    height: 2px;
    background: #000;
    -ms-transform: rotate(45deg);
        transform: rotate(45deg); }
    .closeIcon span:after {
      display: block;
      position: absolute;
      top: 0;
      left: 0;
      content: '';
      width: 27px;
      height: 2px;
      background: #000;
      -ms-transform: rotate(-90deg);
          transform: rotate(-90deg); }

.defaultContent h1, .defaultContent h2, .defaultContent h3 {
  margin-bottom: 10px;
  font-size: 2.248em;
  font-family: 'Fjalla One';
  color: #333;
  font-weight: 500;
  line-height: 1.6; }

@media screen and (max-width: 992px) {
  .defaultContent h1 {
    font-size: 1.648em; } }

.defaultContent h2 {
  margin-bottom: 20px;
  font-size: 1.448em;
  font-family: 'Fjalla One';
  font-weight: 500; }

.defaultContent h3 {
  margin-bottom: 25px;
  font-weight: 700;
  line-height: 1.6;
  margin-bottom: 0;
  font-size: 1.000em;
  font-family: 'Noto Sans', sans-serif; }

.defaultContent p {
  margin-bottom: 25px;
  font-family: 'Noto Sans', sans-serif;
  font-size: 1.000em;
  line-height: 1.6;
  color: #333; }
  .defaultContent p:last-child {
    margin-bottom: 0; }

.defaultContent ul {
  margin-bottom: 25px;
  font-family: 'Noto Sans', sans-serif;
  font-size: 1.000em;
  line-height: 1.6;
  color: #333;
  list-style: none; }
  .defaultContent ul li {
    position: relative;
    padding-left: 10px;
    line-height: 1.6; }
    .defaultContent ul li:after {
      position: absolute;
      top: 10px;
      left: 0;
      width: 4px;
      height: 4px;
      background: #333;
      border-radius: 100%;
      content: ''; }

.defaultContent img {
  margin-bottom: 30px; }
  @media screen and (max-width: 768px) {
    .defaultContent img {
      margin-bottom: 15px; } }

.defaultContent a {
  position: relative;
  color: #333; }
  .defaultContent a:before {
    position: absolute;
    bottom: 3px;
    left: 50%;
    width: 0;
    height: 1px;
    background: #333;
    transition: width 0.3s ease-out;
    content: ""; }
  .defaultContent a:after {
    position: absolute;
    bottom: 3px;
    right: 50%;
    width: 0;
    height: 1px;
    background: #333;
    transition: width 0.3s ease-out;
    content: ""; }
  .defaultContent a:hover:after, .defaultContent a:hover:before {
    width: 50%; }

#datenschutz h4 {
  font-weight: 400; line-height: 1.6;}

.imgToCenter img {
  display: block;
  margin: 90px auto 70px;
  max-width: 235px;
  height: auto; }
  @media screen and (max-width: 768px) {
    .imgToCenter img {
      margin: 20px auto; } }

.containerFor2col {
  margin: 0 auto;
  max-width: 1260px;
  overflow: hidden; }
  @media screen and (max-width: 768px) {
    .containerFor2col {
      margin-bottom: 25px; }
      .containerFor2col.firstLine {
        margin-bottom: 0; } }
  .containerFor2col .col {
    float: left;
    margin: 0 30px;
    padding: 3px 0;
    width: calc( 50% - 60px); }
	.containerFor2col .col2 {float: none; margin: 0 30px; padding: 3px 0;width: 100%}
    .containerFor2col .col img {
      max-width: 100%;
      height: auto; }
    @media screen and (max-width: 768px) {
      .containerFor2col .col {
        float: none;
        width: calc( 100% - 20px);
        margin: 0 10px; }
		.containerFor2col .col2 {margin: 0 10px;}
        .containerFor2col .col:first-child {
          margin-bottom: 25px; }
        .containerFor2col .col.firstLine:first-child {
          margin-bottom: 0; } }

#primaryHeader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background: #eeeeee;
  font-family: 'Noto Sans', sans-serif;
  z-index: 30; }
  #primaryHeader .container {
    position: relative;
    max-width: 1260px;
    height: 130px;
    padding: 0 30px; }
    @media screen and (max-width: 992px) {
      #primaryHeader .container {
        padding-right: 50px; } }
  #primaryHeader #headerLogo {
    position: absolute;
    top: 20px;
    left: 30px;
    display: block;
    width: 236px; }
    #primaryHeader #headerLogo img {
      display: block;
      max-width: 100%; }
    #primaryHeader #headerLogo::before, #primaryHeader #headerLogo::after {
      display: none; }
    @media screen and (max-width: 879px) {
      #primaryHeader #headerLogo {
        top: 10px;
        left: 50%;
        width: 180px;
        -ms-transform: translateX(-50%);
            transform: translateX(-50%); } }
  #primaryHeader #headerContact {
    position: absolute;
    top: 20px;
    right: 30px;
    color: #707070;
    font-size: 1.000em;
    line-height: 1.6; }
    @media screen and (max-width: 879px) {
      #primaryHeader #headerContact {
        top: auto;
        bottom: 10px;
        left: 30px;
        text-align: center; } }
    @media screen and (max-width: 480px) {
      #primaryHeader #headerContact {
        font-size: 0.813em;
        line-height: 1.4; }
        #primaryHeader #headerContact .blockForMoble {
          display: block; }
        #primaryHeader #headerContact .hideForSmallMobile {
          display: none; } }
    @media screen and (max-width: 879px) {
      #primaryHeader #headerContact .hideForMobile {
        display: none; } }
  #primaryHeader a {
    position: relative;
    padding-bottom: 4px;
    color: #707070; }
    #primaryHeader a::before {
      position: absolute;
      bottom: 3px;
      left: 50%;
      width: 0;
      height: 1px;
      background: #333;
      transition: width 0.3s ease-out;
      content: ""; }
    #primaryHeader a::after {
      position: absolute;
      bottom: 3px;
      right: 50%;
      width: 0;
      height: 1px;
      background: #333;
      transition: width 0.3s ease-out;
      content: ""; }
    #primaryHeader a:hover::after, #primaryHeader a:hover::before {
      width: 50%; }
  #primaryHeader nav {
    position: absolute;
    top: 70px;
    right: 30px; }
    @media screen and (max-width: 879px) {
      #primaryHeader nav {
        display: none; } }
    #primaryHeader nav ul {
      float: right; }
      #primaryHeader nav ul li {
        float: left;
        padding-left: 45px; }
        #primaryHeader nav ul li:first-child {
          padding: 0; }
        #primaryHeader nav ul li a {
          font-size: 1.448em;
          font-family: 'Fjalla One';
          font-weight: 500;
          color: #333; }

#pageContent {
  margin-top: 130px; }

.header_banner {
  margin: 0 auto 60px auto;
  text-align: center; }

.header_banner img {
  display: block;
  max-width: 100%;
  margin: 0 auto; }

#primaryFooter {
  margin-top: 60px;
  padding: 60px 0;
  background: #eeeeee; }
  @media screen and (max-width: 768px) {
    #primaryFooter {
      padding: 20px 0; } }

.datenschutz {
  display: inline-block;
  position: relative;
  cursor: pointer; }
  .datenschutz:before {
    position: absolute;
    bottom: 3px;
    left: 50%;
    width: 0;
    height: 1px;
    background: #333;
    transition: width 0.3s ease-out;
    content: ""; }
  .datenschutz:after {
    position: absolute;
    bottom: 3px;
    right: 50%;
    width: 0;
    height: 1px;
    background: #333;
    transition: width 0.3s ease-out;
    content: ""; }
  .datenschutz:hover:after, .datenschutz:hover:before {
    width: 50%; }

#datenschutz {
  max-height: 0;
  overflow: hidden;
  transition: margin-top .4s, max-height .4s; }
  #datenschutz.open {
    max-height: 6500px; }
  #datenschutz .container {
    padding-top: 100px; }
    @media screen and (max-width: 768px) {
      #datenschutz .container {
        padding-top: 30px; } }

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  box-sizing: border-box; }

html, body {
  line-height: 1;
  font-size: 1.000rem; }

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

nav ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent; }

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none; }

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold; }

del {
  text-decoration: line-through; }

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0; }

input, select {
  vertical-align: middle; }

sub, sup {
  font-size: 55%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

a {
  text-decoration: none; }

img {
  display: block; }

* {
  box-sizing: border-box; }

::selection {
  background: #3d3d3d;
  /* WebKit/Blink Browsers */
  color: #fff; }

::-moz-selection {
  background: #3d3d3d;
  /* Gecko Browsers */
  color: #fff; }
