@charset "utf-8";
/* CSS Document */
/* Fischereischutzverband Schleswig-Holstein e.V. */
/* Copyright 2023 Hoppe Websolutions */
/* Zusaetzliche Styles fuer Foerderlogo auf Startseite */
/* Fonts */
/* roboto-condensed-regular - latin */
@font-face {
  font-family: 'Roboto Condensed';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/roboto-condensed-v25-latin-regular.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/roboto-condensed-v25-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/roboto-condensed-v25-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/roboto-condensed-v25-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('../fonts/roboto-condensed-v25-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/roboto-condensed-v25-latin-regular.svg#RobotoCondensed') format('svg'); /* Legacy iOS */
}
/* roboto-condensed-700 - latin */
@font-face {
  font-family: 'Roboto Condensed';
  font-style: normal;
  font-weight: 700;
  src: url('../fonts/roboto-condensed-v25-latin-700.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/roboto-condensed-v25-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/roboto-condensed-v25-latin-700.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/roboto-condensed-v25-latin-700.woff') format('woff'), /* Modern Browsers */
       url('../fonts/roboto-condensed-v25-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/roboto-condensed-v25-latin-700.svg#RobotoCondensed') format('svg'); /* Legacy iOS */
}
/* open-sans-regular - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/open-sans-v34-latin-regular.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/open-sans-v34-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/open-sans-v34-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/open-sans-v34-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('../fonts/open-sans-v34-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/open-sans-v34-latin-regular.svg#OpenSans') format('svg'); /* Legacy iOS */
}
/* open-sans-700 - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 700;
  src: url('../fonts/open-sans-v34-latin-700.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/open-sans-v34-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/open-sans-v34-latin-700.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/open-sans-v34-latin-700.woff') format('woff'), /* Modern Browsers */
       url('../fonts/open-sans-v34-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/open-sans-v34-latin-700.svg#OpenSans') format('svg'); /* Legacy iOS */
}
/* open-sans-italic - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 400;
  src: url('../fonts/open-sans-v34-latin-italic.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/open-sans-v34-latin-italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/open-sans-v34-latin-italic.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/open-sans-v34-latin-italic.woff') format('woff'), /* Modern Browsers */
       url('../fonts/open-sans-v34-latin-italic.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/open-sans-v34-latin-italic.svg#OpenSans') format('svg'); /* Legacy iOS */
}
@font-face {
  font-family: 'fontello';
  src: url('../fonts/fontello.eot?70353112');
  src: url('../fonts/fontello.eot?70353112#iefix') format('embedded-opentype'),
       url('../fonts/fontello.woff2?70353112') format('woff2'),
       url('../fonts/fontello.woff?70353112') format('woff'),
       url('../fonts/fontello.ttf?70353112') format('truetype'),
       url('../fonts/fontello.svg?70353112#fontello') format('svg');
  font-weight: normal;
  font-style: normal;
}
/* Define colors */
:root {
	--blue: #6b96cf;
	--blue-dark: #002957;
	--grey: #3E4756;	
	--grey-light: #f1f2f5;
}
/* Normalize html */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0; 
}
/*******************************/
.clearfix { zoom:1; }
.clearfix:before, .clearfix:after {
	content:"\0020";
	display:block;
	height:0;
	overflow:hidden;
}
.clearfix:after { clear:both; }

* {
	box-sizing: border-box;
	margin: 0;
	padding: 0;
}
.preload * {
	-webkit-transition: none !important;
	-ms-transition: none !important;
	transition: none !important;
}
/*   Klassen für Animationen ***************/
.hidden {
	opacity: 0 !important;
}
.visible {
	opacity: 1;
}
/*****************************************/
html {
	height: 100%;
	font-size: 110%;
	-webkit-text-size-adjust: 100%; /* Prevent adjustments of font size after orientation changes in iOS */
	overflow-y: scroll !important;
	scroll-behavior: smooth;
}
body {
	font-family: 'Open Sans', sans-serif;
	margin: 0;
	line-height: 1.6;
	color: var(--grey);
	font-weight: 400;
}
.js .fakeloader {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 9998;
	background-color: var(--grey-light);
}

a {
  background-color: transparent; /* Remove the gray background on active links in IE 10 */
}
b, strong {
  font-weight: 700;
}
small {
  font-size: 80%;
}
img {
  border-style: none; /* Remove the border on images inside links in IE 10 */
}
[hidden] {
  display: none; /* Add the correct display in IE 10 */
}
/* Klassen für Animationen */
.hidden {
	opacity: 0 !important;
}
.loaded {
	opacity: 1;
}
.animated {
  animation-duration: 1s;
  animation-fill-mode: both;
}
.delay-05s {
    -webkit-animation-delay: 0.5s;
    animation-delay: 0.5s;	
}
.delay-1s {
    -webkit-animation-delay: 1s;
    animation-delay: 1s;	
}
/* fade in images in accordions */
@-webkit-keyframes fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.fade-in {
  -webkit-animation-name: fade-in;
  animation-name: fade-in;
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
}
/************************/
@keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}

.zoomIn {
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn;
}
/* Scroll To Top Scroll Funktion*/
div.totop {
	position: fixed;
	text-align: right;
	right: 0.25em;
	bottom: 2.2rem;
	z-index: 1;
	opacity: 0;
	width: 46px;
	height: 46px;
	border-radius: 50%;
	background-color: #FFF;
	transition: all 0.5s ease-in-out;
}
div.totop::after {
	font-family: 'fontello';
	font-style: normal;
	font-weight: normal;
	font-size: 48px;
	speak: never;
	display: inline-block;
	text-decoration: inherit;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;	
	content: '\e80d';
	color: #5b9832;
	color: var(--grey);
	text-decoration: inherit;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
div.totop.scrolled {
	opacity: 0.6;
}
div.totop:hover.onTop {
	opacity: 0;
}
div.totop:hover {
	opacity: 1;
}
p, ul, ol, dl, h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 1em 0 0 0;
}
p, ul ,ol , dl {
	font-size: 0.9rem;
}
h1, h2, h3, h4, h5, h6 {
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 700;
	color: var(--grey);
	padding: 0.5em 0 0 0;
}
h1 {
	line-height: 1.2;
	padding: 0.75em 0 0 0;
	font-size: 1.5em;
}
h2 {
	font-size: 1.20em;
	line-height: 1.2;
	padding-top: 1em;
}
h3 {
	font-size: 1.1em;
	line-height: 1.2;
	padding-top: 1em;
}
h4 {
	font-size: 1em;
	line-height: 1.2;
	padding-top: 1em;
	margin-bottom: -0.25em;
}
h5 {
	font-size: 1em;
	line-height: 1.2;
	padding-top: 1em;
	margin-bottom: -0.25em;
}
h6 {
	font-size: 0.95em;
	line-height: 1.2;
	padding-top: 1em;
	margin-bottom: -0.5em;
}

ol {
	margin-left: 0.65em;
	padding-left: 0.65em;	
}
ol > li {
	padding-top: 0.5em;	
}
ul._mitglieder li {
	padding: 0.125em 0;
}
ul {
	list-style-type: square;
	margin-left: 0.65em;
	padding-left: 0.65em;
}
ul ul {
	list-style-type: disc;
	font-size: 0.9rem;
	padding-top: 0.5em;
	padding-bottom: 0.5em;
}
ul ul ul {
	list-style-type: circle;
}
/* Listen-Formatierung Satzung */
#satzung ol ul {
	padding: 0;
	margin-left: 1em;
	padding-left: 0em;
}
#satzung ol {
  counter-reset: item;
  list-style: none;
  padding: 0;
  padding-left: 1em;
  margin: 1em 0 0 0;
}
#satzung ol ol {
	margin-top: 0;
}
#satzung ol > li:before {
  content: counters(item, ".") ".";
  counter-increment: item;
  display: inline-block;
  width: 1em;
  margin-left: -1em;
}
#satzung ol ol > li:before {
  width: 2em;
  margin-left: -2em;
}
#satzung ol ol ol > li:before {
  width: 3em;
  margin-left: -3em;
}
#satzung ol ol ol ol > li:before {
  width: 4em;
  margin-left: -4em;
}
#satzung ol.alpha {
	counter-reset: list;
}
#satzung ol.alpha > li {
	list-style: none;
	position: relative;
	margin-left: 0em;
	padding-left: 0.25em;
}
#satzung ol.alpha > li:before {
    counter-increment: list;
    content: counter(list, lower-alpha) ") ";
    position: absolute;
	left: 0em;
	margin-left: -1em;
}

/**/
#head {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 3;
}
#header-top {
	position: fixed;
	width: 100%;
	padding: 0;
	margin: 0 auto;
	background-color: transparent;
	background: transparent url(../img/welle-oben-mobile.png) center bottom no-repeat;
	background-size: auto;
	z-index: 910;
	line-height: 0;
	top: 0px;
	left: 0px;
	height: 100px;
	transition: all 0.5s ease-in-out;
}
.cms #header-top {
	top: 50px;
}

/* Korrektur Position Fly-Out-Navigation Smartphone-Ansicht */
.p7PM3.responsive ul {
	top: 75px;
}
/* Hamburger */
.hamburger {
	display: block;
	float: right;
	margin: 20px 0 0 0;
}
.hamburger .line{
  width: 50px;
  height: 5px;  
  background-color: #FFF;
  display: block;
  margin: 8px auto;
  transition: all 0.3s ease-in-out;
}
.hamburger:hover{
  cursor: pointer;
}
/* ELEVEN */
#hamburger-11.is-active .line:nth-child(1),
#hamburger-11.is-active .line:nth-child(2),
#hamburger-11.is-active .line:nth-child(3){
  transition-delay: 0.2s;
}
#hamburger-11.is-active .line:nth-child(2){
  opacity: 0;
}
#hamburger-11.is-active .line:nth-child(1){
  -webkit-transform: translateY(13px) rotate(45deg);
  -ms-transform: translateY(13px) rotate(45deg);
  transform: translateY(13px) rotate(45deg);
}
#hamburger-11.is-active .line:nth-child(3){
  -webkit-transform: translateY(-13px) rotate(-45deg);
  -ms-transform: translateY(-13px) rotate(-45deg);
  transform: translateY(-13px) rotate(-45deg);
}
/* Navigation */
#navi {
	margin: 0;
}
.navi-wrapper {
	width: 100%;
	max-width: 1920px;
	margin: 0 auto;
}
/* Mobile fixed Navigation scrollbar machen */
.p7PM3-09.responsive > ul {
	max-height: calc(100vh - 104px);
	overflow-y: scroll;
	scrollbar-visibility: hidden;
	scrollbar-width: none;
	-ms-overflow-style: none;
}
.p7PM3-09.responsive > ul::-webkit-scrollbar {
	display: none;
}
/* Logo */
#logo {
	position: fixed;
	top: 0;
	margin-left: 1em;
	padding: 0.125em 0.4em 0.4em 0.5em;
	width: 190px;
	opacity: 0.8;
	z-index: 901;
	transition: all 0.5s ease-in-out;
}
#logo img {
	width: 100%;
	height: auto;	
}
#logo.scrolled {
	width: 140px;
	margin-left: 0.5em;
	box-shadow: none;
	background-color: rgba(255,255,255,0);
	-webkit-filter: drop-shadow(1px 1px 10px var(--grey));
	filter: drop-shadow(1px 1px 5px var(--grey));	
	opacity: 1;
}

#maincontent {
	padding: 0;
	margin: 0;
	background-color: #FFF;
	position: relative;
	z-index: 1;
}
section {
	padding: 2em 1em 3em 1em;
	margin: 0;
}
section._items {
	padding: 2em 0 3em 0;
	padding: 0;
}
section.first_section {
	padding-top: 1em;
}
.wrapper, .wrapper_teaser, .wrapper_galerie {
	width: 100%;
	margin: 0 auto;
	padding: 0;
}
.wrapper_galerie {
	margin: 0;
	padding: 2em 0;
}
.wrapper_bilder {
	width: 100%;
	margin: 0 auto;
	padding: 0;	
}
.accordion .wrapper_galerie {
	width: 100%;
	margin: 0;
	padding: 2em 0 0 0;
}
div.not-mobile {
	display: none;
}
figure {
	margin: 0;
}
figure img {
	width: 100%;
	height: auto;
}
/**********************/
.item {
	position: relative;
	display: block;
	width: 100%;
	margin: 2em auto;
	padding: 1em 2em;
	text-decoration: none;
	background-color: transparent;
	transition: all 0.3s ease-in-out;
}
.item._center {
	background-color: #FFF;
	padding-top: 3em;
	padding-bottom: 2em;
}
.logo-link {
	position: relative;
	display: block;
	width: 100%;
	max-width: 300px;
	margin: 2em auto;
	padding: 0;
}
.logo-link h3 {
	margin-bottom: 0.5em;
}
.item h4 {
	padding: 0;
	margin: 0;
	font-size: 1.5em;
	font-weight: 700;
}
.item h4 a {
	text-decoration: none;
	color: var(--grey);
}
.item-text {
	text-align: center;
	padding: 0 0.75em;
}
.item figure {
	margin: 0 auto;
	text-align: center;
	line-height: 0;
	position: relative;
	border-radius: 50%;
	overflow: hidden;
	max-width: 25em;
}
.item figure img {
	padding-top: 0;
	height: auto;
	transition: all 1.5s cubic-bezier(.25,.8,.25,1);	
}
.item figure figcaption {
	background-color: rgba(255,255,255,0.8);
	padding: 0.25em 0.75em;
	position: absolute;
	width: auto;
	max-width: 90%;
	top: 50%;
	left: 50%;
	margin-right: -50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	z-index: 1;
}
.item figure:hover img {
	transform: scale(1.15);
}

div.more_link, div.more_link_1 {
	position: relative;
	display: block;
	text-align: center;
	padding: 1.5em 0;
}
._button {
	border-radius: 5px;
	background-color: var(--blue);
	border: none;
	color: #FFF;
	text-transform: uppercase;
	text-align: center;
	font-weight: 400;
	font-size: 0.8em;
	letter-spacing: 0.1em;
	padding: 1em 1.5em;
	transition: all 0.1s;
	cursor: pointer;
 }
._button span {
	cursor: pointer;
	display: inline-block;
	position: relative;
	transition: all 0.3s;
}
._button span:after {
	position: absolute;
	opacity: 0;
	right: -1.5em;	
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);	
	font-family: 'fontello';
	font-style: normal;
	font-weight: normal;
	font-size: 140%;
	speak: never;
	display: inline-block;
	text-decoration: none;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;	
	content: '\f101';	
	transition: all 0.4s;
}
._button:hover span {
	 padding-right: 1.0em;
}
._button:hover span:after {
	opacity: 1;
	right: -0.25em;
}
/*.gray {
	background-color: #efefef;
}*/
.grey_light {
	background-color: var(--grey-light);
}
/*.blue-light {
	background-color: rgba(13,49,116,0.1);
}*/
/* Textlinks im Contentbereich */
a.text-link {
	text-decoration: none;
	color: var(--grey);
	transition: all 0.3s ease-in-out;	
}
a.text-link:link {
	border-bottom: 2px solid var(--grey);
}
a.text-link:visited {
	border-bottom: 2px solid var(--grey);
}
a.text-link:hover, a.text-link:focus {
	border-bottom: 2px solid transparent;
}
a.text-link:active {
	border-bottom: 2px solid var(--grey);
}

#mitglieder  {
	background-color: var(--grey-light);
}
.copyright {
	position: sticky;
	bottom: 0;
	padding: 3rem 0;
	background-color: var(--blue);
}
 .copyright p {
	font-size: 0.8em;
	padding: 0;
	color: #FFF;
}
/* Links im Footer Bereich Copyright */
 .copyright a {
	text-decoration: none;
	color: #fff;
	transition: all 0.3s ease-in-out;	
}
 .copyright a:link {
	border-bottom: 2px solid #fff;
}
 .copyright a:visited {
	border-bottom: 2px solid #fff;
}
 .copyright a:hover,  a:focus {
	border-bottom: 2px solid transparent;
}
 .copyright a:active {
	border-bottom: 2px solid #fff;
}
 .copyright ._left a {
	border-bottom: 2px solid transparent;
}
 .copyright ._left {
	text-align: center;
	padding: 0 1rem;
} 
#datenschutz #maincontent, #impressum #maincontent {
	overflow-wrap: break-word;
}
/* External Links */
a[rel="noopener"]:after, a[rel="noopener nofollow"]:after, span.ext_link:after {
	font-family: 'fontello';
	font-style: normal;
	font-weight: normal;
	font-size: 90%;
	speak: never;
	display: inline-block;
	text-decoration: inherit;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;	
	content: '\f08e';
	margin-left: 0.5em;
	text-decoration: none;
}
/* Slideshow */
.slideshow,
.slideshow::after {
	position: relative;
    width: 100%;
	margin: 0 auto;
	overflow: hidden;
    z-index: 1;
	margin: 0;
	margin-top: 75px;
	padding: 0;
	height: 18rem;
	max-width: 1920px;
	background-color: #FFF;
}
.slideshow:after {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0px;
	top: 0px;
	margin-top: 0;
	content: '';
	background-color: rgba(0,0,0,0.05);
}

.slideshow-kante {
	position: absolute;
    width: 100%;
	max-width: 1920px;
	height: 40px;
	overflow: hidden;
	top: calc(15rem + 40px);
    left: 0px;
    z-index: 0;
	margin: 0;
	padding: 0;
	background-image: url(../img/welle-unten-mobile.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: auto;
	z-index: 2;
}
#start .slideshow-kante {
	top: calc(18rem + 40px);
}

.slideshow li {
	list-style: none;
}
.slideshow li span {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    color: transparent;
	background-size: auto 100%;
	background-repeat: no-repeat;
	background-position: center center;
    opacity: 0;
    z-index: 0;
	-webkit-backface-visibility: hidden;
    -webkit-animation: imageAnimation 36s linear infinite 0s;
    animation: imageAnimation 36s linear infinite 0s;
}
.slideshow li div {
    z-index: 1000;
    position: absolute;
    left: 0px;
    width: 100%;
	bottom: 7em;
	left: 0px;
	right: 0px;
	margin: auto;
	height: 0px;
    text-align: center;
    opacity: 0;
    -webkit-animation: titleAnimation 36s linear infinite 0s;
    animation: titleAnimation 36s linear infinite 0s;
}
.slideshow li div h3 {
  text-transform: none;
  text-shadow: 0 0 0.2em rgba(0,0,0,0.5), 0 0 0.2em rgba(0,0,0,0.5), 0 0 0.2em rgba(0,0,0,0.5);
  font-weight: 700;
  padding: 0 5vmin;
  color: rgba(255,255,255,1);
  font-size: 6vmin;
  line-height: 7vmin;
}
.slideshow li span {
	background-size: cover;
}
.slideshow li:nth-child(1) span {
	background-image: url(../img/selektive-fanggeraete-s-min.jpg);
    -webkit-animation-delay: 0s;
    animation-delay: 0s;	
}
.slideshow li:nth-child(2) span {
	background-image: url(../img/selbstvermarktung1-s-min.jpg);
	background-position: right top;
    -webkit-animation-delay: 6s;
    animation-delay: 6s;
}
.slideshow li:nth-child(3) span {
	background-image: url(../img/kleinfischerei-s-min.jpg);
    -webkit-animation-delay: 12s;
    animation-delay: 12s;
}
.slideshow li:nth-child(4) span {
	background-image: url(../img/flensburg-hafen-s-min.jpg);
    -webkit-animation-delay: 18s;
    animation-delay: 18s;
}
.slideshow li:nth-child(5) span {
	background-image: url(../img/ausbildung-1-s-min.jpg);
	background-position: left center;
    -webkit-animation-delay: 24s;
    animation-delay: 24s;
}
.slideshow li:nth-child(6) span {
	background-image: url(../img/oeffentlichkeitsarbeit-s-min.jpg);
	background-position: center top;
    -webkit-animation-delay: 30s;
    animation-delay: 30s;
}
.slideshow li:nth-child(2) div {
    -webkit-animation-delay: 6s;
    animation-delay: 6s;
}
.slideshow li:nth-child(3) div {
    -webkit-animation-delay: 12s;
    animation-delay: 12s;
}
.slideshow li:nth-child(4) div {
    -webkit-animation-delay: 18s;
    animation-delay: 18s;
}
.slideshow li:nth-child(5) div {
    -webkit-animation-delay: 24s;
    animation-delay: 24s;
}
.slideshow li:nth-child(6) div {
    -webkit-animation-delay: 30s;
    animation-delay: 30s;
}

/* Animation for the slideshow images */
@-webkit-keyframes imageAnimation { 
	0% {
	    opacity: 0;
	    -webkit-animation-timing-function: ease-in;
	}
	8% {
	    opacity: 1;
	    -webkit-transform: scale(1.05);
	    -webkit-animation-timing-function: ease-out;
	}
	17% {
	    opacity: 1;
	    -webkit-transform: scale(1.08);
	}

	25% {
	    opacity: 0;
	    -webkit-transform: scale(1.08);
	}
	100% { opacity: 0 }
}
@keyframes imageAnimation { 
	0% {
	    opacity: 0;
	    animation-timing-function: ease-in;
	}
	8% {
	    opacity: 1;
	    transform: scale(1.05);
	    animation-timing-function: ease-out;
	}
	17% {
	    opacity: 1;
	    transform: scale(1.08);
	}
	25% {
	    opacity: 0;
	    transform: scale(1.08);
	}
	100% { opacity: 0 }
}
/* Animation for the title */
@-webkit-keyframes titleAnimation { 
	0% {
	    opacity: 0;
	    -webkit-transform: translateY(300px);
	}
	8% {
	    opacity: 1;
	    -webkit-transform: translateY(0px);
	}
	17% {
	    opacity: 1;
	    -webkit-transform: scale(1);
	}
	19% { opacity: 0 }
	25% {
	    opacity: 0;
	    -webkit-transform: scale(0);
	}
	100% { opacity: 0 }
}

@keyframes titleAnimation { 
	0% {
	    opacity: 0;
	    transform: translateY(300px);
	}
	8% {
	    opacity: 1;
	    transform: translateY(0px);
	}
	17% {
	    opacity: 1;
	    transform: scale(1);
	}
	19% { opacity: 0 }
	25% {
	    opacity: 0;
	    transform: scale(0);
	}
	100% { opacity: 0 }
}
/* Show at least something when animations not supported */
.no-cssanimations .slideshow li span{
	opacity: 1;
}
/* Background image statt slideshow */
.bgd-startfoto {
	position: relative;
	padding: 0;
	margin: 0;
	margin-top: 75px;
	height: 15rem;
}

#mitglieder .bgd-startfoto {
	background: #ffffff url(../img/mitglieder-s-min.jpg) center center no-repeat;
	background-size: cover;
}
#vorstand .bgd-startfoto {
	background: #ffffff url(../img/vorstand-s-min.jpg) center right no-repeat;
	background-size: cover;
}
#kontakt .bgd-startfoto {
	background: #ffffff url(../img/kontakt-s-min.jpg) center center no-repeat;
	background-size: cover;
}
#satzung .bgd-startfoto {
	background: #ffffff url(../img/satzung-s-min.jpg) center bottom no-repeat;
	background-size: cover;
}
#klopfer .bgd-startfoto {
	background: #ffffff url(../img/klopfer-s-min.jpg) center center no-repeat;
	background-size: cover;
}
#aktuell .bgd-startfoto {
	background: #ffffff url(../img/aktuell-s-min.jpg) center center no-repeat;
	background-size: cover;
}
#impressum .bgd-startfoto {
	background: #ffffff url(../img/impressum-s-min.jpg) center center no-repeat;
	background-size: cover;
}
#datenschutz .bgd-startfoto {
	background: #ffffff url(../img/datenschutz-s-min.jpg) center center no-repeat;
	background-size: cover;
}
#ziele .bgd-startfoto {
	background: #ffffff url(../img/ziele-s-min.jpg) center top no-repeat;
	background-size: cover;
}
#projekte .bgd-startfoto {
	background: #ffffff url(../img/projekte-s-min.jpg) center center no-repeat;
	background-size: cover;
}
#ausbildung .bgd-startfoto {
	background: #ffffff url(../img/ausbildung-1-s-min.jpg) center center no-repeat;
	background-size: cover;
}
#gesetze .bgd-startfoto {
	background: #ffffff url(../img/gesetze-s-min.jpg) center bottom no-repeat;
	background-size: cover;
}
#gut-zu-wissen .bgd-startfoto {
	background: #ffffff url(../img/gut-zu-wissen-1-s-min.jpg) center bottom no-repeat;
	background-size: cover;
}
#formulare .bgd-startfoto {
	background: #ffffff url(../img/formulare-s-min.jpg) center bottom no-repeat;
	background-size: cover;
}
#sitemap .bgd-startfoto {
	background: #ffffff url(../img/sitemap-s-min.jpg) center bottom no-repeat;
	background-size: cover;
}

/* Buttons for special internal and external links */
ul.gotos, ul.pdfdownloads {
	list-style-type: none;
	padding-left: 0 !important;
	margin-left: 0 !important;
}
span.goto a, span.pdfdownload a {
	display: block;
	position: relative;
	font-weight: 500;
	line-height: 1.3;
	background-color: var(--blue);
	color: #FFF;	
	text-decoration: none;
	padding: 1em 1em 1em 3.5em;
	margin-bottom: 0.5em;
	transition: all 0.3s ease-in-out;
}
span.goto._inline a, span.pdfdownload._inline a {
	display: inline-block;
}
span.goto a:hover, span.pdfdownload a:hover {
	background-color: rgba(91,152,50,1);
	background-color: var(--grey);
	text-decoration: none;
	cursor: pointer;
}
span.goto a::before, span.pdfdownload a::before {
	font-family: 'fontello';
	font-style: normal;
	font-weight: normal;
	font-size: 200%;
	speak: never;
	display: inline-block;
	text-decoration: none;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;	
	content: '\f0a9';
	position: absolute;
	top: 50%;
	left: 0.5em;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}
span.pdfdownload a::before {
	content: '\f1c1';
}
/* Accordion Styles */
.accordion {
	width: 100%;
	padding: 0;
	margin: 1em 0;
	padding-bottom: 2em;
}
.accordion h3.oc {
	position: relative;
	display: block;
	font-size: 1em;
	font-weight: 400;
	text-transform: none;
	margin: 0;
	padding: 1em 0.5em 1em 3em;
	transition: all 0.3s ease-in-out;
	background-color: var(--grey-light);
	border-top: 2px solid #FFF;
	transition: all 0.3s ease-in-out;
}
/* Mehr Raum nach unten fuer Überschriften im CMS */
.cms .accordion h1, .cms .accordion h2, .cms .accordion h3, .cms .accordion h4, .cms .accordion h5, .cms .accordion h6 {
	margin-bottom: 2em;
}
.accordion .content_section_item:first-child h3.oc {
	color: #FFF !important;
	background-color: var(--grey);
}
.accordion h3.oc::after {
	font-family: 'fontello';
	font-style: normal;
	font-weight: normal;
	font-size: 1.5em;
	speak: never;
	display: inline-block;
	text-decoration: inherit;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;	
	content: '\e811';
	position: absolute;
	top: 50%;
	left: 0.5em;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}
.accordion h3.oc:hover, .accordion h3.oc:active, .accordion h3.oc:focus {
	cursor: pointer;
	color: var(--blue);
}
.cms .accordion h3.oc:hover, .cms .accordion h3.oc:active, .cms .accordion h3.oc:focus {
	cursor: default;
	color: var(--grey);
}
.accordion h3.oc.open {
	background-color: var(--blue);
	color: #FFF;
}
.accordion h3.oc.open::after {
	font-family: 'fontello';
	font-style: normal;
	font-weight: normal;
	font-size: 1.5em;
	speak: never;
	display: inline-block;
	text-decoration: inherit;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;	
	content: '\e812';
	color: #FFF;
	position: absolute;
	top: 50%;
	right: 5vw;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}
.abox {
	position: relative;
	padding: 0 1em 1em 1em;
	margin: 0 0 1em 0;	
	background-color: var(--grey-light);
}
.abox figure figcaption {
	font-size: 80%;
	font-style: italic;
	line-height: 1.4;
	padding: 0 0.5em;
}
/* Bilder im CMS Accordion */
.abox > div > p > img {
	display: block;
	position: relative;
	width: 100%;
	margin: 1em 0 0 0;
	max-width: 600px;
	height: auto;
}
/* Text-Links im CMS Accordion */
/* Textlinks im Contentbereich */
.abox a {
	text-decoration: none;
	color: var(--grey);
	transition: all 0.3s ease-in-out;	
}
.abox a:link {
	border-bottom: 2px solid var(--grey);
}
.abox a:visited {
	border-bottom: 2px solid var(--grey);
}
.abox a:hover, .abox a:focus {
	border-bottom: 2px solid transparent;
}
.abox a:active {
	border-bottom: 2px solid var(--grey);
}

/* Flex Boxen */
.flex_container {
}
.flex_box img {
	width: 100%;
	height: auto;
	padding: 1em 0 0 0;
	max-width: 500px;
}
._reverse {
	flex-direction: row-reverse;	
}

/* dl Listen | Vorstand */
dl {
	padding: 1em 0;
}
dt {
	font-weight: 700;
	padding: 0.5em 1em 0 1em;
}
dd {
	padding: 0 1em 0.5em 1em;
}
dt:nth-of-type(odd), dd:nth-of-type(odd) {
	background-color: var(--grey-light);
}
/* Kontaktdaten */
.kontakte {
	margin: 2em 0;
}	
.kontakt {
	padding: 0 1em 1em 1em;
	margin: 1em 0;
	background-color: var(--grey-light);
}

/* Bilder-Galerien */
._bilder {
	width: 100%;
	margin: 0;
	padding: 0;
	display: flex;
	flex-flow: row wrap;
	justify-content: center;
}
._bild {
	margin: 0;
	padding: 1em;
	width: 100%;
	height: auto;
	text-align: center;
}
._bild figure {
	line-height: 0;
	margin: 0;
	padding: 0;
	box-shadow: 0px 7px 20px -3px rgba(28,42,72,0.25);
	overflow: hidden;
}
._bild figure img {
	width: 100%;
	height: auto;
	transition: all 1s cubic-bezier(.25,.8,.25,1);
}
._bild figure img:hover {
	-webkit-transform: scale(1.10);
	transform: scale(1.15);
	cursor: zoom-in;
}
/* Footer */
#foot {
	position: relative;
	margin: 0;
	padding: 0;
}

@media only screen and (min-width: 30em) {
	section {
		padding: 2em 2.5em 3em 2.5em;
	}
	
	/* Korrektur Textgroesse slideshow */
	.slideshow li div h3 {
		font-size: 1.8em;
		line-height: 1.125em;
	}	
}

@media only screen and (min-width: 40em) {
	/* Owl Carousel anpassen */
	.owl-carousel {
	  display: none;
	  width: 90%;
	}
	
	/* Bildergallerie */
	._bild {
		width: 50%;
	}	
}

/*@media only screen and (min-width: 50em) {*/
@media only screen and (min-width: 64em) {
	html {
		font-size: 110%;
		background-color: #FFF;
	}	
	.wrapper, .wrapper_teaser, .wrapper_galerie {
		width: 85%;
		margin: 0 auto;
		padding: 0;
	}
	.wrapper_galerie {
		padding: 2em 0;
	}
	.wrapper_bilder {
		width: calc(85% + 2em);	
	}	
	.slide-wrapper {
		width: 85% !important;
		max-width: 1200px !important;
	}
	.wrapper_teaser {
		margin: 0 auto;
		width: 90%;
		max-width: 1600px;
		padding: 0;
	}	
	
	/* Bildergallerie */
	._bild {
		width: 33.333333333333%;
	}	
	
	.items {
		margin: 2em 0;
		padding: 2em 0;
		display: flex;
		flex-direction: row;
		justify-content: center;
	}
	.item {
		display: flex;
		flex-direction: column;
		width: 31%;
		padding: 1em;
		padding-bottom: 5em;
		background-color: #FFF;
	}
	.item._center {
		padding: 1em;
		padding-bottom: 5em;
	}
	
	/* Logos at bottom */
	.logo-links {
		margin: 2em 0;
		display: flex;
		flex-direction: row;
		justify-content: center;
	}	
	.logo-link {
		display: flex;
		flex-direction: column;
		width: 27.5%;
		max-width: none;
	}	
	/* dl Listen | Vorstand */
	dl {
		padding: 1em 0;
		display: flex;
		flex-flow: row wrap;
	}
	dt {
		flex-basis: 40%;
		padding: 0.75em 0 0.75em 1em;
	}
	dd {
		padding: 0.75em 0;
		flex-basis: 50%;
		padding-left: 5%;
		flex-grow: 1;
	}
	/* Kontaktdaten */
	.kontakte {
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
		gap: 1em;
	}	
	.kontakt {
		flex-basis: calc(50% - 0.8em);
		margin: 0;
	}
	#kontakt .kontakt:last-of-type {
		flex-basis: 100%;
	}

	/*****/
	.item-text {
		font-size: 0.888888889em;
	}
	.item-text._bottom {
		padding-top: 1em;
	}
	
	div.more_link {
		position: absolute;
		bottom: 0.5em;
		left: 0;
		right: 0;	
	}	
	div.more_link_1 {		
	}
	.item figure {
		max-width: none;
	}	
	
	/* Owl Carousel anpassen */
	.owl-carousel {
	  display: none;
	  width: 95%;
	}	

	/* Accordion-Content for CMS */
	.abox > div > p > img {
		float: right;
		width: 45%;
		margin-left: 1.5em;
		margin-top: 0.5em;
		margin-bottom: 0.5em;
		clear: both;
	}	
	.abox > div > p.full-width > img {
		float: none;
		width: 100%;	
		margin-left: 0;
		margin-bottom: 0;
		max-width: 800px;
	}	
	
	/* Sticky Footer */
	#foot {
		position: sticky;
		bottom: 0;
	}
	.copyright {
		position: relative;
		bottom: 0;	
	}

@media only screen and (min-width: 64em) {
	#header-top {
		background: transparent url(../img/welle-oben-desktop.png) center bottom no-repeat;
		height: 110px;
	}
	
	#navi {
		margin-top: 0;
		padding-top: 1.25em;
	}	

	/* Reset scrollbare mobile Navigation */
	.p7PM3-09.responsive > ul {
		max-height: none;
		overflow-y: visible;
		scrollbar-visibility: visible;
		scrollbar-width: auto;
		-ms-overflow-style: auto;		
	}
	.p7PM3-09.responsive > ul::-webkit-scrollbar {
		display: block;
	}
	/* Font Navigation anpassen */
	.p7PM3-09 ul li a {
		font-size: 0.875em;
	}
	
	.only-mobile {
		display: none;
	}
	div.not-mobile {
		display: block;
	}	
	h1 {
		font-size: 2em;
	}
	h2 {
		font-size: 1.6em;
	}
	h3 {
		font-size: 1.4em;
	}	
	h4 {
		font-size: 1.2em;
	}
	h5 {
		font-size: 1.0em;
	}		
	.page-wrapper {
		width: 100%;
		margin: 0 auto;
		margin-top: 75px;
		max-width: 1920px;
	}
	.wrapper {
		max-width: 1200px;
		padding: 0;
	}
	.wrapper_galerie {
		padding: 2em 0;
	}	
	
	.wrapper_bilder {
		max-width: calc(1200px + 2em);	
	}	
	
	.slideshow,
	.slideshow:after {
		height: 32vmax;
	}
	.bgd-startfoto {
		height: 28vmax;
	}
	
	.slideshow-kante {
		height: 40px;
		background-image: url(../img/welle-unten-desktop.png);
		background-repeat: no-repeat;
		background-position: center center;		
		top: calc(28vmax + 40px);
	}	
	#start .slideshow-kante {
		top: calc(32vmax + 40px);
	}
	
	/* Korrektur Textgroesse slideshow */
	.slideshow li div {
		bottom: 9vw;
	}	
	.slideshow li div h3 {
		font-size: 3vw;
		line-height: 4vw;
	}	
	/* Slideshow Images */
	.slideshow li:nth-child(1) span {
		background-image: url(../img/selektive-fanggeraete-min.jpg);
	}
	.slideshow li:nth-child(2) span {
		background-image: url(../img/selbstvermarktung1-min.jpg);
		-webkit-animation-delay: 6s;
		animation-delay: 6s;
	}
	.slideshow li:nth-child(3) span {
		background-image: url(../img/kleinfischerei-min.jpg);
		-webkit-animation-delay: 12s;
		animation-delay: 12s;
	}
	.slideshow li:nth-child(4) span {
		background-image: url(../img/flensburg-hafen-min.jpg);
		-webkit-animation-delay: 18s;
		animation-delay: 18s;
	}	
	.slideshow li:nth-child(5) span {
		background-image: url(../img/ausbildung-1-min.jpg);
		-webkit-animation-delay: 24s;
		animation-delay: 24s;
	}	
	.slideshow li:nth-child(6) span {
		background-image: url(../img/oeffentlichkeitsarbeit-min.jpg);
		-webkit-animation-delay: 30s;
		animation-delay: 30s;
	}
	/* Header Images */
	#mitglieder .bgd-startfoto {
		background: #ffffff url(../img/mitglieder-min.jpg) right center no-repeat;
		background-size: cover;
	}
	#vorstand .bgd-startfoto {
		background: #ffffff url(../img/vorstand-min.jpg) center center no-repeat;
		background-size: cover;
	}	
	#kontakt .bgd-startfoto {
		background: #ffffff url(../img/kontakt-min.jpg) center center no-repeat;
		background-size: cover;
	}
	#satzung .bgd-startfoto {
		background: #ffffff url(../img/satzung-min.jpg) center bottom no-repeat;
		background-size: cover;
	}	
	#klopfer .bgd-startfoto {
		background: #ffffff url(../img/klopfer-min.jpg) center center no-repeat;
		background-size: cover;
	}
	#aktuell .bgd-startfoto {
		background: #ffffff url(../img/aktuell-min.jpg) center center no-repeat;
		background-size: cover;
	}
	#impressum .bgd-startfoto {
		background: #ffffff url(../img/impressum-min.jpg) center center no-repeat;
		background-size: cover;
	}
	#datenschutz .bgd-startfoto {
		background: #ffffff url(../img/datenschutz-min.jpg) center center no-repeat;
		background-size: cover;
	}
	#ziele .bgd-startfoto {
		background: #ffffff url(../img/ziele-min.jpg) center center no-repeat;
		background-size: cover;
	}
	#projekte .bgd-startfoto {
		background: #ffffff url(../img/projekte-min.jpg) center center no-repeat;
		background-size: cover;
	}	
	#ausbildung .bgd-startfoto {
		background: #ffffff url(../img/ausbildung-1-min.jpg) center center no-repeat;
		background-size: cover;
	}
	#gesetze .bgd-startfoto {
		background: #ffffff url(../img/gesetze-min.jpg) center center no-repeat;
		background-size: cover;
	}
	#gut-zu-wissen .bgd-startfoto {
		background: #ffffff url(../img/gut-zu-wissen-1-min.jpg) center bottom no-repeat;
		background-size: cover;
	}
	#formulare .bgd-startfoto {
		background: #ffffff url(../img/formulare-min.jpg) center center no-repeat;
		background-size: cover;
	}
	#sitemap .bgd-startfoto {
		background: #ffffff url(../img/sitemap-min.jpg) center bottom no-repeat;
		background-size: cover;
	}	
	
	section {
		padding: 2rem 0 2rem 0;
	}
	
	/* Flex Boxen */
	.flex_container {
		display: flex;
		flex-direction: row;
		align-items: center;
		justify-content: center;
	}
	.flex_container._reverse {
		flex-direction: row-reverse;
	}
	.flex_box {
		display: flex;
		flex-direction: column;
		width: 50%;
		padding: 0 1em 1em 1em;
	}
	.flex_box img {
		max-width: none;
	}
	._5 {
		width: 5%;		
	}	
	._10 {
		width: 20%;		
	}	
	._15 {
		width: 15%;		
	}	
	._20 {
		width: 20%;		
	}
	._25 {
		width: 25%;		
	}
	._30 {
		width: 30%;		
	}
	._35 {
		width: 35%;		
	}
	._40 {
		width: 40%;		
	}
	._45 {
		width: 45%;		
	}	
	._50 {
		width: 50%;		
	}
	._55 {
		width: 55%;		
	}	
	._60 {
		width: 60%;		
	}
	._65 {
		width: 65%;		
	}	
	._70 {
		width: 70%;		
	}
	._75 {
		width: 75%;		
	}
	._80 {
		width: 80%;		
	}
	._85 {
		width: 85%;		
	}
	._90 {
		width: 90%;		
	}
	._95 {
		width: 95%;		
	}	
	._100 {
		width: 100%;		
	}	
	.flex_box img {
		width: 100%;
		object-fit: contain;
	}	
	
	/* Footer */	
	.copyright p {
		line-height: 1.6;
	}	
	.copyright ._left {
		float: left;
		width: 75%;
		text-align: left;
		padding: 0;
		margin: 0;
	}  
	.copyright ._right {
		float: right;
		width: 25%;
		text-align: right;
		padding: 0;
		margin: 0;
	}	
}
@media only screen and (min-width: 80em) {
	html {
		font-size: 115%;
	}
	#logo {
		width: 400px;
		margin-left: 3em;
		padding: 1em;
		transition: all 0.5s ease-in-out;
	}
	#logo.scrolled {
		margin-left: 3em;
		width: 220px;
		padding: 5px 20px 20px 20px;		
	}
	
	#navi {
		padding-right: 2em;
	}
	
	/* Font Navigation anpassen */
	.p7PM3-09 ul li a {
		font-size: 0.9em;
	}
	
	/* Kontaktdaten */
	.kontakte {
	}	
	.kontakt, #kontakt .kontakt:last-of-type {
		flex-basis: calc(33.33333333% - 0.8em);
	}		
}
@media only screen and (min-width: 90em) {
	/* Anpassung Navigation */
	.p7PM3-09 ul li a {
		font-size: 1.0em;
		padding: 0.5em 1em;
	}	
}
@media only screen and (min-width: 100em) {
	html {
		font-size: 125%;
	}
	#navi {
		padding-top: 1em;		
	}
	#logo {
		width: 500px;
		margin-left: 5em;
	}
	#logo.scrolled {
		margin-left: 5em;
	}
	.wrapper_galerie {
		width: 96%;
		margin: 0 auto;
		max-width: 1700px;
		padding: 2em 0;
	}
	/* Owl Carousel anpassen */
	.owl-carousel {
	  display: none;
	  width: 95%;
	}
}
@media only screen and (min-width: 120em) {
	.slideshow,
	.slideshow:after {
		height: 30.5rem;
	}
	.bgd-startfoto {
		height: 27rem;
	}	
	
	.slideshow-kante {
		top: calc(27rem + 40px);
	}	
	#start .slideshow-kante {
		top: calc(30.5rem + 40px);
	}	

	#navi {
		padding-right: 5em;
	}
}
@media only screen and (min-width: 121em) {
	/* Slideshow */
	.slideshow,
	.slideshow:after,
	.slideshow-kante {
		left: 50%;
		-webkit-transform: translateX(-50%);
		transform: translateX(-50%);
	}
	.slideshow li div {
		bottom: 12em;
	}	
	.slideshow li div h3 {
	  font-size: 3.0em;
	  line-height: 4.0em;
	}	
}
@media only print {
	body {
		color: #333;
	}
	#navi, .totop, .slideshow, .page-wrapper, .js .fakeloader, .navi-wrapper {
		display: none !important;
	}	
	#head {
		position: relative;
		width: 100%;
		height: 2em;
		background-color: #FFF;
		z-index: 10;
	}
	div.not-mobile {
		display: block !important;
	}
	#maincontent {
		margin-top: 4em;
	}
	.accordion .abox {
		display: block !important;
	}	
	.item, .wrapper_galerie {
		page-break-inside: avoid;
	}
    .wow{
        animation-name: none !important;
        visibility: visible !important;
    }	
}