html,body,div,span,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,address,cite,code,del,dfn,em,img,ins,q,small,strong,sub,sup,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td {
border:0;
margin:0;
padding:0
}

article,aside,figure,figure img,figcaption,hgroup,footer,header,nav,section,video,object {
display:block
}

/* global box-sizing */
*,
*:after,
*:before {
-moz-box-sizing:border-box;
box-sizing:border-box;
-webkit-font-smoothing:antialiased;
font-smoothing:antialiased;
text-rendering:optimizeLegibility;
-moz-osx-font-smoothing: grayscale;
outline: none;
min-height: 0vw;
}

/*------------------------------------*\
	NOSCRIPT
\*------------------------------------*/

noscript {
background: rgba(44,57,86,1);
width: 100%;
height: 100%;
position: fixed;
top: 0;
left: 0;
z-index: 100000;
padding: 10%;
overflow: hidden;
text-align: center;
display: none;
}

noscript img {
margin: 0 0 50px 0;
}

noscript .info {
color: #FFF;
}

noscript .info a {
color: yellow
}

/*------------------------------------*\
	TYPOGRAPHY
\*------------------------------------*/

html { 
font-size: calc(15px + (18 - 15) * ((100vw - 320px) / (1600 - 320)));
width: 100%;
height: 100%;
position: relative;
}

h1,h2,h3,h4,h5,h6 {
font-family: "klavika-web", sans-serif;
font-weight: normal;
}

h1 {
font-size: 1.6rem;
line-height: 90%;
}

h2 {
font-size: 1.8rem;
line-height: 110%;
}

h3 {
font-size: 1.2rem;
font-weight: bold;
line-height: 110%;
}

ul {
list-style: none;
}

p {
margin: 2vw 0 0 0
}

/*------------------------------------*\
	GLOBALS
\*------------------------------------*/

body {
font-family: ff-meta-serif-web-pro, serif;
color: rgba(188,84,73,1);
position: relative;
line-height: 150%;
height: 100%;
}

/* clear */
.clear:before,
.clear:after {
content:' ';
display:table;
}

.clear:after {
clear:both;
}

img {
max-width: 100%;
height: auto;
vertical-align:bottom;
display: block
}

a, 
.animate {
text-decoration:none;
-webkit-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
-ms-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
transition: all 0.3s ease;
}

a:focus {
outline:0;
}

a:hover,
a:active {
outline:0;
}

strong, b {
font-weight: 600
}

.nicescroll-rails {
z-index: 105 !important
}

.nicescroll-cursors {
border: none !important;
width: 15px !important;
background-color: rgba(255,255,255,1) !important;
}

#siteWrapper {
position: relative;
padding: 0px;
margin: 0 auto;
max-width: 1440px;
}

/*------------------------------------*\
    HEADER
\*------------------------------------*/

#headerWrapper {
z-index: 100;
width: 100%;
position: relative;
}

#headerInner {
max-width: 1440px;
width: 100%;
-webkit-transition: 0.4s ease-out;
-moz-transition: 0.4s ease-out;
-ms-transition: 0.4s ease-out;
-o-transition: 0.4s ease-out;
transition: 0.4s ease-out; 
position: fixed !important;
top:0;
padding: 30px 0;
background: rgba(255,255,255,0.8);
-webkit-backdrop-filter: saturate(180%) blur(20px);
backdrop-filter: saturate(180%) blur(20px);
}

.logo {
margin: 0 auto 20px;
display: block;
cursor: default;
}

.logo img {
margin: 0 auto;
max-width: 200px;
-webkit-transition: 0.4s ease-out;
-moz-transition: 0.4s ease-out;
-ms-transition: 0.4s ease-out;
-o-transition: 0.4s ease-out;
transition: 0.4s ease-out;
}

.logo.small img {
width: 80px;
}

.logo.small {
pointer-events: all;
cursor: pointer
}

/*------------------------------------*\
    MAINMENU
\*------------------------------------*/

#menuWrapper {
width: 100%;
font-size: 1rem;
font-weight: 500;
font-family: "klavika-web", sans-serif;
}

#menuWrapper ul {
display: flex;
flex-direction: row;
justify-content: center;
align-items:center;
padding: 0 0 0 0;
margin: 0 0 0 0
}

#menuWrapper ul li {
transform: skew(-25deg);
background-color:rgba(4,131,223,1);
margin: 0 2px;
-webkit-transition: 0.4s ease-out;
-moz-transition: 0.4s ease-out;
-ms-transition: 0.4s ease-out;
-o-transition: 0.4s ease-out;
transition: 0.4s ease-out;
}

#menuWrapper ul li.hide,
#menuWrapper ul li.hidemob {
display: none;
}

#menuWrapper ul li a {
display: block;
padding:8px 30px 5px;
text-align: center;
background-color: none;
color: #FFF;
text-decoration: none;
text-transform: uppercase;
font-weight: bold;
transform: skew(25deg);
}

#menuWrapper ul li.active,
#menuWrapper ul li:hover {
background-color:rgba(29,61,122,1);
}

/*------------------------------------*\
    CONTENT
\*------------------------------------*/

#contentWrapper {
width: 100%;
margin: 320px 0 0 0;
-moz-hyphens: auto;
-o-hyphens: auto;
-webkit-hyphens: auto;
-ms-hyphens: auto;
hyphens: auto; 
}

#contentWrapper a {
color: #FFF;
font-weight: 400;
text-decoration: underline
}

.sectionInner {
max-width: 1280px;
padding: 100px;
margin: 0 auto;
text-align: center;
color: #FFF
}

.sectionInner h1 {
font-size: 2.8rem;
font-weight: bold
}

.sectionInner h2 {
font-size: 2.2rem;
font-weight: bold
}

.sectionInner h3 {
margin: 30px 0 0 0
}

.sectionInner ul {
margin: 30px 0 0 20px;
list-style: disc;
}

.sectionInner li {
border-bottom: 1px solid rgba(255,255,255,0.4);
padding: 0.5vw 0;
display: inline;
line-height: 2.2rem;
}

.sectionInner li:after {
content: "\A";
white-space: pre;
}

.sectionInner p {
margin: 30px 0 0 0
}

/* ---- SECTION #1 ----- */

.section.no1 {
background: rgba(0,159,227,1);
}

/* ---- SECTION #2 ----- */

.section.no2 {
background: rgba(4,85,192,1);
}

/* ---- SECTION #3 ----- */

.section.no3 {
background: rgba(29,61,122,1);
}

.termineInner {
text-align: center;
margin: 40px auto 0;
max-width: 700px;
}

.termineInner h2 {
margin: 0 0 30px 0
}

.termineInner .row {
display: flex;
justify-content: space-between;
border-bottom: 1px solid rgba(255,255,255,0.5);
padding: 15px 0
}

.termineInner .row div {
flex: 1;
white-space: nowrap
}

.termineInner > .row {
border-top: 1px solid rgba(255,255,255,0.5);
}

.termineInner > .row ~ .row {
border:none;
border-bottom: 1px solid rgba(255,255,255,0.5);
}

.termineInner .ort {
font-weight: bold;
padding: 0 0 0 20px;
text-align: left;
font-family: "klavika-web", sans-serif;
text-transform: uppercase;
font-size: 1.1rem
}

.termineInner .anmelden {
padding: 0 20px 0 0;
text-align: right
}

.termineInner .btn {
background-color: rgba(4,131,223,1);
color: rgba(255,255,255,1);
transform: skew(-25deg);
display: inline-block;
padding: 6px 10px 4px;
font-size: 0.7rem;
font-weight: bold;
font-family: "klavika-web", sans-serif;
line-height: 100%;
-webkit-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
-ms-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
transition: all 0.3s ease;
}

.termineInner .btn:hover {
opacity: 0.6
}

.termineInner .btn span {
transform: skew(25deg);
display: inline-block;
}

/* ---- SECTION #3 ----- */

.section.no4 {
background: rgba(11,34,75,1);
}

.teamInner {
display: grid; 
grid-template-rows:auto; 
grid-template-columns:1fr 1fr 1fr;
grid-column-gap: 60px;
margin: 40px auto 0;
justify-self: center;
justify-items: center;
max-width: 880px;
}

.teamInner .mitglied {
text-align: center;
margin: 30px 0
}

.teamInner .mitglied img {
border-radius: 50%;
border: 5px solid #FFF;
}

.teamInner .mitglied h4 {
font-weight: bold;
margin: 15px 0 10px;
font-size: 1.4rem
}

.teamInner .mitglied span {
display: block;
font-size: 0.9rem;
line-height: 140%
}

/* ---- SECTION #Kontakt ----- */

.kontaktWrapper {
margin: 40px auto 0;
}

.kontaktWrapper .adresse {
font-weight: 400
}

.kontaktWrapper .adresse p {
margin: 0;
}

.kontaktWrapper .metamenu {
margin: 50px 0 0 0
}

#contentWrapper .kontaktWrapper .metamenu a {
color: #FFF;
margin:0 10px;
}

.kontaktWrapper .metamenu br {
display: none;
}

/* ---- SECTION #Impressum ----- */

.section.impressum {
background: rgba(4,85,192,1);
}

/* ---- SECTION #Datenschutz ----- */

.section.datenschutz {
background: rgba(29,61,122,1);
}

/* ----- UPBTN ----- */

.upBtn {
width: 50px;
height: 50px;
background: rgba(0,0,0,0.2);
position: fixed;
bottom: 40px;
right: 40px;
cursor: pointer;
display: none;
z-index: 500;
}

.upBtn:after {
content: ' ';
width: 0;
height: 0;
border-style: solid;
border-width: 0 10px 10px 10px;
border-color: transparent transparent rgba(255,255,255,1) transparent;
position: absolute;
top: 20px;
right:15px;
display: block;
}

/* ----- COOKIESTUFF ----- */

#cookie-notice {
opacity: 0.9
}

.cookie-notice-container {
padding:20px;
font-size:1.7rem
}

.cookie-notice-container #cn-notice-text {
display: block;
max-width: 800px;
margin: 0 auto 15px
}

.cookie-notice-container a {
font-size: 1.4rem;
text-decoration: underline;
color: #FFF;
}

.cookie-notice-container .cn-set-cookie {
display: inline-block;
padding: 6px 10px;
background: #FFF;
color: #e12d12;
text-decoration: none
}


/*------------------------------------*\
    SHOW HIDE MENU BUTTON
\*------------------------------------*/

.mobilemenuBtn {
position: fixed;
top: 20px;
right: 50px;
width: 105px;
color: #FFF;
padding: 25px 0;
display: none;
font-size: 1.5rem;
font-weight: 500;
text-transform: uppercase;
text-align: left;
height: 50px;
cursor: pointer;
z-index: 10000;
pointer-events: none;
line-height: 100%;
}

.mobilemenuWrapper {
display: none;
}

button.lines-button {
    background: rgba(51,56,58,0);
    border: medium none;
    display: inline-block;
    position: absolute;
    right:10px;
    top:4px;
    z-index: 800;
    outline: none;
}

.lines-button {
    cursor: pointer;
    padding: 1.5rem 1rem 2rem 1rem;
    transition: all 0.3s ease 0s;
}

.lines {
    background: #FFF;
    border-radius: 0.15rem;
    display: inline-block;
    height: 0.15rem;
    position: relative;
    transition: all 0.3s ease 0s;
    width: 3rem;
}

.lines::before, .lines::after {
    background: #FFF;
    border-radius: 0.15rem;
    content: "";
    display: inline-block;
    height: 0.15rem;
    left: 0;
    position: absolute;
    transform-origin: 0.15rem center 0;
    transition: all 0.3s ease 0s;
    width: 3rem;
}

.lines::before {
    top: 0.7rem;
}
.lines::after {
    top: -0.7rem;
}

.lines-button.close {
    transform: scale3d(0.8, 0.8, 0.8);
}
.lines-button.arrow.close .lines::before, .lines-button.arrow.close .lines::after {
    top: 0;
    width: 1.7rem;
}
.lines-button.arrow.close .lines::before {
    transform: rotate3d(0, 0, 1, 40deg);
}
.lines-button.arrow.close .lines::after {
    transform: rotate3d(0, 0, 1, -40deg);
}
.lines-button.arrow-up.close {
    transform: scale3d(0.8, 0.8, 0.8) rotate3d(0, 0, 1, 90deg);
}
.lines-button.minus.close .lines::before, .lines-button.minus.close .lines::after {
    top: 0;
    transform: none;
    width: 3rem;
}
.lines-button.x.close .lines {
    background: transparent none repeat scroll 0 0;
}
.lines-button.x.close .lines::before, .lines-button.x.close .lines::after {
    top: 0;
    transform-origin: 50% 50% 0;
    width: 3rem;
}
.lines-button.x.close .lines::before {
    transform: rotate3d(0, 0, 1, 45deg);
}
.lines-button.x.close .lines::after {
    transform: rotate3d(0, 0, 1, -45deg);
}

/* ----- PAGELOADER ----- */

#loader {
position: fixed;
z-index: 100002;
text-align: center;
width: 100%;
top:50%;
margin:0;
}

#loader .logo {
position: absolute;
left:50%;
top:50%;
transform: translateX(-50%) translateY(-50%);
width: 60px;
height: 60px;
z-index: 100
}

.loader,
.loader:before,
.loader:after {
  border-radius: 50%;
}
.loader {
  color: rgba(120,120,120,1);
  font-size: 8px;
  text-indent: -99999em;
  margin: 0 auto;
  position: relative;
  width: 10em;
  height: 10em;
  box-shadow: inset 0 0 0 3px;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  z-index: 90
}
.loader:before,
.loader:after {
  position: absolute;
  content: '';
}
.loader:before {
  width: 5.2em;
  height: 10.2em;
  background: rgba(51,56,58,1);
  border-radius: 10.2em 0 0 10.2em;
  top: -0.1em;
  left: -0.1em;
  -webkit-transform-origin: 5.2em 5.1em;
  transform-origin: 5.2em 5.1em;
  -webkit-animation: load2 2s infinite ease 1.5s;
  animation: load2 2s infinite ease 1.5s;
}
.loader:after {
  width: 5.2em;
  height: 10.2em;
  background: rgba(51,56,58,1);
  border-radius: 0 10.2em 10.2em 0;
  top: -0.1em;
  left: 5.1em;
  -webkit-transform-origin: 0px 5.1em;
  transform-origin: 0px 5.1em;
  -webkit-animation: load2 2s infinite ease;
  animation: load2 2s infinite ease;
}
@-webkit-keyframes load2 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes load2 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}