body {
  background: white;
  font-family:'Futura LT W01 Light';
  /* font-family: 'Segoe UI';
  font-family:'Lato';*/
  font-family: "Lato";
  font-weight: 300;
  font-size: 16px;
  color: black;
  line-height: 1.6;
  
  
}


.text p, .text li, .content p, .content li {
  
}

.preview {
  font-size: 15px;
}
ul {
  padding-left: 20px;
} 

header, .landing header.fixed {
  position: fixed;
  top: 0;
  width: 100%;
  background-color: #6ea5e6;
  z-index: 11;
  height: 80px;
}

.landing header {
  top: 100vh;
  position: absolute;
}



a {
  color: #4e4e4e;
}

a:hover, a:active, a:focus {
  color: #6ea5e6;
  text-decoration: none;
}

button:focus {
  outline: none;
}

.logo {
  display:inline-block;
  transition: visibility ease 1000ms, opacity ease 1000ms;
  width: 210px;
}
.logo svg {
  margin-top: 20px;
  height: 45px;
  margin-bottom: 15px;
  margin-right: 50px;
  
}
.logo svg path {
  fill: white;
}

.logo-landing svg {
  height: 60px;
  position: absolute;
  top: 40px;
  left: 40px;
}
.logo-landing svg path {
  fill: white;
}

.siegel img{
  height: 150px;
  bottom: 40px;
  right: 40px;
  transform: rotate(15deg);
}

.top-nav {
  float: right;
  margin: 0;
  margin-left: 50px;
  margin-top: 15px;
  padding: 4px;
  list-stlye: none;
  height: 30px;
  transition: opacity ease 700ms;
}

.top-nav li {
  float: left;
  list-style: none;
  margin-left: 40px;
  margin-top: 8px;
  font-size: 18px;
  font-weight: 100;
}

.top-nav li a {
  color: white;
  font-family:'Futura LT W01 Light';
  text-transform: lowercase;
  position: relative;
}

.top-nav li a:after {
  content: '';
  width: 100%;
  position: absolute;
  left: 0;
  bottom: -10px;
  border-bottom: 2px solid white;
  transition: all ease 700ms;
  opacity: 0;
}

.top-nav li:hover a:after, .top-nav li.active a:after {
  opacity: 1;
  bottom: -5px;
}

.sub-nav {
  position: fixed;
  background-color: #e6e6e6;
  padding: 10px 30px 10px 15px;
  top: 150px;
  right: 50px;
}

.sub-nav li {
  list-style: none;
  margin-bottom: 5px;
}

.sub-nav li a {
  color: #6ea5e6;
  border-bottom: dotted 1px transparent;
  transition: all ease 500ms;
  text-transform: lowercase;
}

.sub-nav li:hover a, .sub-nav li.active a {
  border-bottom-color: #6ea5e6;
}

section {
  margin: 80px 0;
}

.content {
  color: #818181;
}

.down {
  position: absolute;
  left: 50%;
  bottom: 60px;
  transform: translatex(-50%);
  font-size: 80px;
  animation-name: jump;
  animation-duration: 2s;
  animation-iteration-count: infinite;
}

@keyframes jump {
  0% {
    bottom: 60px;
}
50%
{
  bottom: 40px;
}
100% {
  bottom: 60px;
}
}

.down a {
  color: white;
}



.clear {
  height: 70px;
}

.parallax-container {
  overflow-y: hidden;
  height: 50vh;
  margin-bottom: 70px;
}

.banner-image {
  height: calc(50vh + 70px);
}

.parallax-container.landing {
  height: 100vh;
}

.landing-image {
  height: calc(100vh + 50px);
  
}

.banner-image>div {
  position: relative;
  height: 100%;
} 

.slogan {
  color: white;
  text-shadow: 1px 1px 20px black;
  font-size: 27px;
  position: absolute;
  top: 100px;
  width: 40%;
  font-weight: 600;
}

.landing .slogan {
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  width: initial;
  text-align: center;
}

.landing .slogan p {
  margin-bottom: 5px;
  *font-weight: 300;
  *font-family:'Futura LT W01 Light';
  
  
}

footer {
  clear: both;
  margin-top: 60px;
  background-color: #e6e6e6;
  padding: 40px 0;
  font-family: 'Futura LT W01 Medium';
  color: #4e4e4e;
}

footer .contact-info {
  text-align: center;
}

footer .info {
  text-align: right;
}

footer .adress p {
  margin: 0;
}


/*General Format */

h1, h2, h3, h4, .slogan, .sub-nav {
  font-family: 'Futura LT W01 Light';
}


h2, h2:first-child {
  color: #6ea5e6;
  margin-bottom: 15px;
}

h3 {
  font-size: 20px;
  color: #4e4e4e;
  border-bottom: 1px solid #818181;
  margin-bottom: 10px;
  padding-bottom: 5px;
}

h4 {
  
}

h5 {
  font-weight: 900;
  margin-bottom: 5px;
}

.bg-image {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.grid-box {
  margin-bottom: 60px;
}

.text {
  margin-bottom: 30px; 
}

.text.box {
  background-color: #e6e6e6;
  padding: 15px;
}

.text.box p {
  margin: 0;
}

.text.left {
  text-align: left;
  width: 66.66666%;
}

.text.large {
  font-size: 18px;
}

.text.intro {
  font-size: 20px;
}

.text.small {
  font-size: 13px;
}

.text.center {
  text-align: center;
}

#arbeit .text {
height: 100px;
}

/*General END*/

/* Flickity Carousel Styling */
.carousel-cell {
  width: calc(33.3333% - 12px); /* full width */
  min-height: 1px; /* height of carousel */
  margin-right: 20px;
}
.carousel.mitglieder .carousel-cell {
  width: 20%;
}
.vorstand>.cell {
  margin-right: 0;
  width: 20%;
}
.carousel.geschichte .carousel-cell {
  margin-right: 0;
}
.carousel .flickity-prev-next-button, .carousel .flickity-prev-next-button:hover {
  background-color: transparent;
}
.carousel.geschichte .flickity-prev-next-button {
  top: 26px;
  transform: translateY(0);
  width: 30px;
  height: 30px;  
}
.carousel .flickity-prev-next-button.previous {
  left: -40px;
}
.carousel.geschichte .flickity-prev-next-button.previous {
  left: -30px;
}
.carousel .flickity-prev-next-button.next {
  right: -40px;
}
.carousel.geschichte .flickity-prev-next-button.next {
  right: -30px;
}
.carousel .flickity-prev-next-button .arrow {
  fill: #6ea5e6;
}
.carousel .flickity-prev-next-button:disabled {
  display: none;
}
.carousel .flickity-page-dots {
  display: none;
}



/*Carousel END */

/*Blog Entry */
.blog-entry {
  border: 1px solid #818181;
  border-left-color: transparent;
  border-right-color: transparent;
  padding: 10px 0;
}

.blog-entry .datum i{
  margin-right: 5px;
}

.blog-entry .title {
  font-size: 24px;
  color: black;
  font-family: 'Futura LT W01 Medium';
  border-bottom: 1px solid #818181;
  margin-bottom: 10px;
}

.blog-entry button, button.back, button.login, button.archive, a.btn.btn-primary {
  background-color: #6ea5e6;
  margin-top: 10px;
  color: white;
  border: none;
  padding: 5px 10px;
} 

button.archive {
  font-size: 15px;
  min-width: 150px;
  margin-top: 30px;
}

.blog-entry p {
  margin-bottom: 0;
}

.blog-entry img {
  margin-top: 10px;
}

button.back i, button.archive i {
  margin-right: 10px;
}

.blog-entry button i {
  margin-left: 10px;
}

.blog-entry button.download i {
  margin-right: 10px;
  margin-left: 0px;
}

/* Person */
.person .image {
  height: 250px;
  filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -o-filter: grayscale(100%);
}
.vorstand .person .image {
  height: 400px;
}

.person .ort {
  font-style: italic;
}

.person ul {
  padding-left: 15px;
  margin-bottom: 5px;
  margin-top: 5px;
}

/* Geschichte */
.timeline {
  
}

.timeline h3 {
  border: none;
}

.timeline span {
  position: relative;
  height: 10px;
  margin-bottom: 15px;
  display: block;
}

.timeline span>.dot {
  width: 10px;
  height: 10px;
  display: inline-block;
  background-color: #6ea5e6;
  border-radius: 100%;
  position: absolute;
  top: 0;
  z-index: 2;
}

.timeline span>.line {
  height: 1px;
  width: 100%;
  background-color: #818181;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.timeline .text {
  padding-right: 20px;
}

.forderung {
  position: reldative;
}

.forderung h3 {
  border: none;
}

.forderung .icon {
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  font-size: 40px;
  display: inline-block;
  margin-top: 10px;
}

.forderung .icon span i {
  dposition: absolute;
  dleft: 50%;
  dtop: 50%;
  dtransform: translate(-50%,-50%);
  color: #6ea5e6;
}

.forderung .icon span i.background {
  color: #e6e6e6;
}


.thumbnail .caption{
  text-align: center;
}

/*ul.jahresberichte {
padding: 0;
}

ul.jahresberichte li {
list-style: none;
margin-bottom: 5px;
}

ul.jahresberichte li i {
margin-right: 12px;
}*/

.jdahresberichte i {
  margin-right: 12px;
  margin-left: 0 !important;
}


/* Responsive */
/* resp nav*/
/* nav toggle */
.nav-toggle{
  display: block;
  position: fixed;
  top: 25px;
  width: 40px;
  height: 23px;
  right: 25px;
  z-index: 5;
}

.nav-toggle div {
  display: block;
  width: 40px;
  height: 23px;
  text-decoration: none;
  cursor: pointer;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
}

.nav-toggle div span, .nav-toggle div span:after, .nav-toggle div span:before {
  content: ' ';
  width: 40px;
  height: 3px;
  background-color: #4e4e4e;
  background-color: white;
  position:absolute;
  display: block;
  margin: 10px auto;
  -webkit-transition: transform 0.5s, margin 0.5s, background-color 0.5s;
  -moz-transition: transform 0.5s, margin 0.5s, background-color 0.5s;
  -ms-transition: transform 0.5s, margin 0.5s, background-color 0.5s;
  -o-transition: transform 0.5s, margin 0.5s, background-color 0.5s;
  transition: all 0.5s;
}

.nav-toggle div span:after {
  bottom: 0px;
}

.out .nav-toggle div span {
  background-color: transparent;
}

.out .nav-toggle div span:after {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  margin:0px auto !important;
  background-color: white;
}

.out .nav-toggle div span:before {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  margin:0px auto !important;
  background-color: white;
}
/* Nav-Toggle End */
@media screen and (max-width: 992px) {
.logo svg {
  margin-right: 10px;
}

.siegel {
  text-align: center;
}

.siegel img {
  margin-bottom: 30px;
  height: 150px;
  transform: rotate(15deg);
}

.top-nav {
  margin-left: 0;  
}

.top-nav li {
  margin-left: 20px;
  font-size: 15px;
  margin-top: 11px;
}

.vorstand>.cell {
  width: 50%;
  float: left;
}

.carousel-cell, .carousel.mitglieder .carousel-cell {
  width: calc(50% - 10px);
}
}

@media screen and (max-width: 768px) {
.resp-nav {
  display: block !important;
}

.text.left {
  width: 100%;
}

#arbeit .text {
height: 50px;
}

.logo-landing svg {
  height: 45px;
  top: 20px;
  left: 10px;
}

header, .landing header.fixed {
  overflow-y: hidden;
  max-height: 80px;
  height: initial;
  transition: background-color ease 200ms, max-height ease 700ms;
}

.landing header {
  position: fixed;
  top: 0;
  background-color: transparent;
  transition: background-color ease 1000ms, max-height ease 700ms;
}

header.out, .landing header.out.fixed  {
  max-height: 100vh;
  background-color: #6ea5e6;
}

.top-nav {
  opacity: 0;
}

.out .top-nav {
  opacity: 1;
}

.landing header .logo {
  visibility: collapse;
  opacity: 0;
}

.landing header.fixed .logo, .landing header.out .logo {
  visibility: visible;
  opacity: 1;
}

.top-nav {
  float: initial;
  height: initial;
  margin-bottom: 40px;
  margin-left: 10px;
  padding: 0;
}

.top-nav li {
  float: initial;
  margin: 15px 0;
  font-size: 20px;
  
}

.slogan {
  font-size: 22px;
  width: calc(100% - 20px);
}

.carousel .flickity-prev-next-button {
  top: 0;
}

.carousel .flickity-prev-next-button.previous {
  left: -10px;
}
.carousel .flickity-prev-next-button.next {
  right: -10px;
}

.carousel.geschichte .flickity-prev-next-button.next {
  right: 0px;
  transform: translate(-2px,1px);
}

.carousel.geschichte .flickity-prev-next-button.previous {
  left: 0;
  transform: translate(2px,1px);
}

.carousel.mitglieder .flickity-prev-next-button {
  top: 370px;
}

.person {
  margin-bottom: 15px;
}

.person .image {
  height: 350px;
  margin-bottom: 38px;
}



.description {
  width: 90%;
}

.forderung {
  margin-bottom: 40px;
}

.forderung:last-child {
  margin-bottom: 0px;
}

.forderung .icon {
  transform: translate(-50%,20px);
  margin-top: 0;
}

.timeline span>.dot {
  display: none;
}




.sub-nav {
  display: none;
}

footer .adress {
margin-bottom: 15px;
  text-align: center;
}

footer .contact-info {
margin-bottom: 15px;

}

footer .info {
    text-align: center;

}

footer .adress p {
  margin: 0;
}
}

@media screen and (max-width: 544px) {
.carousel-cell, .carousel.mitglieder .carousel-cell {
  width: 100%;
}

.vorstand>.cell {
  width: 100%;
}

#news {
overflow-x: hidden;
}

.statement .grid-box {
width: 100vw;
}
}

