body#bp-body {
	background-color: #fffad6;
	background-image: URL("../img/aquarium_kachel.jpg");
	background-repeat: repeat;
}

header.header {
	background-color: #599281;
	border-bottom: 1px solid #286757;
	background-image: URL("../img/headerkachel_tuerkis.jpg");
	background-repeat: repeat;
}

header.header .header-top .inner {
	position: relative;
}

header.header .header-top a {
	background-color: initial;
    color: #eee;
    text-decoration: none;
    font-size: 14px;
    line-height: 20px;
    margin-left: 10px;
}

header.header .header-top a:hover,
header.header .header-top a:focus {
	background-color: initial;
	color: #fff;
}


header.header .header-top  {
    background-color: #286757;
    color: #fff;
    padding-top: 0px;
    padding-bottom: 0px;
}

header.header .header-top div.sprache {
    float: left;
}
body#bp-body header.header .header-top div.sprache .mod-languages button.btn {
	padding: 0;
	background-color: transparent;
	border: 0 none;
	line-height: 40px;
}
body#bp-body header.header .header-top div.sprache .mod-languages button.btn:hover, 
body#bp-body header.header .header-top div.sprache .mod-languages button.btn:focus {
	color: #ddd;
}
body#bp-body header.header .header-top div.sprache .mod-languages ul.lang-block.dropdown-menu.show {
  border-radius: 0;
  border: 1px solid #286757;
  background-color: #286757;
  color: #fff;
}
body#bp-body header.header .header-top div.sprache .mod-languages ul.lang-block.dropdown-menu.show li {
  padding: 5px 0;
}
body#bp-body header.header .header-top div.sprache .mod-languages ul.lang-block.dropdown-menu.show li.lang-active {
  background-color: rgba(0,0,0,0.1);
}
body#bp-body header.header .header-top div.sprache .mod-languages ul.lang-block.dropdown-menu.show li:hover, 
body#bp-body header.header .header-top div.sprache .mod-languages ul.lang-block.dropdown-menu.show li:focus {
  background-color: rgba(0,0,0,0.05);
}



header.header .header-top .triller {
  float: left;
  line-height: 40px;
}
header.header .header-top .triller a {
  margin-left: 0;
}

header.header .header-top nav.top-nav {
    float: right;
	margin-right: 40px;
}

header.header .header-top nav.top-nav ul.nav li {
	display: inline-block;
	line-height: 40px;
}
header.header .header-top nav.top-nav ul.nav li:first-child a {
  margin-left: 0;
}

header.header .header-main .header-main-wrapper {
  padding-top: 20px;
  padding-bottom: 5px;
}


header.header .header-main .header-main-fisch-container {
  margin-bottom: 25px;
  position: relative;
}

header.header .header-main .header-main-fisch-container .logo {
  width: 100%;
  height: 110px;
  position: relative;
  bottom: 0;
  left: 0;
  z-index: 1;
  overflow: hidden;
}
header.header .header-main .header-main-fisch-container .logo a {
  bottom: 0;
  position: absolute;  
  animation: linear infinite;
  animation-name: run;  
  animation-duration: 20s;
  -webkit-animation: linear infinite;  
  -webkit-animation-name: run;
  -webkit-animation-duration: 20s;  
  width: 100%;
  height: 110px;
  left: 0;
}


header.header .header-main .header-main-fisch-container .logo a #trillerfisch-logo-header {
  width: 300px;
  height: auto;
  animation: linear infinite;
  animation-name: rotate;
  animation-duration: 20s;
  -webkit-animation: linear infinite;
  -webkit-animation-name: rotate;
  -webkit-animation-duration: 20s;
}
header.header .header-main .header-main-fisch-container .logo a svg:hover #fisch,
header.header .header-main .header-main-fisch-container .logo a svg:hover #schrift-trillerfisch, 
header.header .header-main .header-main-fisch-container .logo a svg:hover #schrift-records {
	fill: #6be3bc;
}


header.header .header-main .header-main-fisch-container .logo a #schrift-trillerfisch, 
header.header .header-main .header-main-fisch-container .logo a #schrift-records {
	animation: linear infinite;
	animation-name: ausblenden;
	animation-duration: 20s;
	-webkit-animation: linear infinite;
	-webkit-animation-name: ausblenden;
	-webkit-animation-duration: 20s;
}




@-webkit-keyframes run {
  0% {
    left: 0;
  }
  49% { 
    left: calc(100% - 300px);
  }
  50% { 
    left: calc(100% - 300px);
  }
  100% {
    left: 0;    
  }
}

@-webkit-keyframes ausblenden {
  0% {
    visibility: hidden;
  }
  49% { 
    visibility: hidden;
  }
  50% { 
    visibility: visible;
  }
  99% {
    visibility: visible;
  }
  100% {
    visibility: hidden;
  }
}



@-webkit-keyframes rotate {
  0% {	  
    transform: rotateY(180deg);
  }
  49% {
    transform: rotateY(180deg);
  }
  50% { 
    transform: rotateY(0deg);
  }
  99% {
    transform: rotateY(0deg); 
  }
  100% {
    transform: rotateY(180deg); 
  }
}






@media (max-width: 1279px) {
	header.header .header-main .header-main-wrapper {
	  padding-top: 15px;
	  padding-bottom: 5px;
	}
}
@media (max-width: 1023px) {
	
	header.header .header-top .triller {
	  line-height: 50px;
	}
	header.header .header-top nav.top-nav ul.nav li {
		line-height: 50px;
	}

	header.header .header-main .header-main-wrapper {
	  padding-top: 10px;
	  padding-bottom: 5px;
	}
	header.header .header-main .header-main-fisch-container {
		margin-bottom: 0;
	}
}
@media (max-width: 768px) {
	
}
@media (max-width: 640px) {
	header.header .header-main .header-main-fisch-container .logo {
	  height: 55px;
	}
	header.header .header-main .header-main-fisch-container .logo a { 
	  animation-duration: 10s;
	  -webkit-animation-duration: 10s;  
	  height: 55px;
	}

	header.header .header-main .header-main-fisch-container .logo a #trillerfisch-logo-header {
	  width: 150px;
	  height: auto;
	  animation: linear infinite;
	  animation-name: rotate;
	  animation-duration: 10s;
	  -webkit-animation: linear infinite;
	  -webkit-animation-name: rotate;
	  -webkit-animation-duration: 10s;
	}
	header.header .header-main .header-main-fisch-container .logo a svg:hover #fisch,
	header.header .header-main .header-main-fisch-container .logo a svg:hover #schrift-trillerfisch, 
	header.header .header-main .header-main-fisch-container .logo a svg:hover #schrift-records {
		fill: #6be3bc;
	}


	header.header .header-main .header-main-fisch-container .logo a #schrift-trillerfisch, 
	header.header .header-main .header-main-fisch-container .logo a #schrift-records {
		animation: linear infinite;
		animation-name: ausblenden;
		animation-duration: 10s;
		-webkit-animation: linear infinite;
		-webkit-animation-name: ausblenden;
		-webkit-animation-duration: 10s;
	}


	@-webkit-keyframes run {
	  0% {
		left: 0;
	  }
	  49% { 
		left: calc(100% - 150px);
	  }
	  50% { 
		left: calc(100% - 150px);
	  }
	  100% {
		left: 0;    
	  }
	}
}







.menu-desktop {
  display: block;
}
.menu-desktop .nav {
  display: flex;
  flex-wrap: wrap;
}
#bp-nav-trigger {
  display: none;
}



@media (max-width: 1279px) {

}
@media (max-width: 1023px) {
	.menu-desktop {
	  display: none;
	}
	#bp-nav-trigger {
	  display: block;
	}
}
@media (max-width: 768px) {

}
@media (max-width: 640px) {

}



.menu-desktop .nav-item {
  margin-left: 100px;
  position: relative;
  margin-bottom: 25px;
}

.menu-desktop .nav-item:nth-child(3n+1) {	
	margin-left: 0;
	clear: left;
}


.menu-desktop .nav-item span.icon-klingelknopf {
  font-size: 85px;
  position: absolute;
  left: 0;
  top: 0;
}
.menu-desktop .nav-item span.icon-klingelschild {
  position: absolute;
  left: 90px;
  top: 0;
  font-size: 85px;
}

.menu-desktop .nav-item a {
  background-size: cover;
  background-repeat: no-repeat;
  width: 318px;
  height: 85px;
  display: block;
  text-align: center;
  line-height: 85px;
  text-decoration: none;
  position: relative;
  padding-left: 120px;  
  padding-right: 35px;
  box-sizing: border-box;
  font-size: 0;
}
.menu-desktop .nav-item a.link-no-image {
  font-size: 22px;
  color: #000;
}

.menu-desktop .nav-item:hover span.icon-klingelknopf .path3::before {
  color: #000;
}
.menu-desktop .nav-item.current span.icon-klingelknopf .path3::before {
  color: #000;
}
.menu-desktop .nav-item.current .icon-klingelschild .path2::before {
  color: #6be3bc;
}

.menu-desktop .nav-item.current a {
  transform: rotate(15deg);
  transform-origin: 28%;
}
.menu-desktop .nav-item.current .icon-klingelschild {
  transform: rotate(15deg);
  transform-origin: 5px;
}



.menu-desktop .nav-item a.link-trillerfisch .icon-logo-trillerfisch {
  font-size: 42px;
  color: #000;
  padding: 0 !important;
  line-height: 85px;
}

.menu-desktop .nav-item a.link-chefdenker .icon-logo-chefdenker {
  font-size: 18px;
  color: #000;
  padding: 0 !important;
  line-height: 85px;
}
.menu-desktop .nav-item a.link-knofa .icon-logo-knofa {
  font-size: 24px;
  color: #000;
  padding: 0 !important;
  line-height: 85px;
}
.menu-desktop .nav-item a.link-casanova .icon-logo-casanova {
  font-size: 29px;
  color: #000;
  padding: 0 !important;
  line-height: 85px;
}

.menu-desktop .nav-item a.link-shop .icon-schriftzug-shop {
  font-size: 42px;
  color: #000;
  padding: 0 !important;
  line-height: 85px;
}



@media (max-width: 1279px) {
	.menu-desktop .nav-item {
		margin-left: 45px;
	}
	.menu-desktop .nav-item span.icon-klingelknopf {
		font-size: 75px;
	}
	.menu-desktop .nav-item span.icon-klingelschild {
		left: 78px;
		font-size: 75px;
	}
	.menu-desktop .nav-item a {
		width: 279px;
		height: 75px;
		line-height: 75px;
		padding-left: 104px;
		padding-right: 29px;
	}
	
	.menu-desktop .nav-item a.link-chefdenker .icon-logo-chefdenker {
		font-size: 16px;
		line-height: 75px;
	}
	.menu-desktop .nav-item a.link-knofa .icon-logo-knofa {
		font-size: 20px;
		line-height: 75px;
	}
	.menu-desktop .nav-item a.link-casanova .icon-logo-casanova {
		font-size: 24px;
		line-height: 75px;
	}
	.menu-desktop .nav-item a.link-shop .icon-schriftzug-shop {
		font-size: 35px;
		line-height: 75px;
	}
	
}
@media (max-width: 1023px) {

}
@media (max-width: 768px) {

}
@media (max-width: 640px) {

}










/**
.menu-desktop .nav-item a::before{
	font-family: icomoon;
	content: "\e905";
	position: absolute;
	left: 0;
	top: 0;
	font-size: 50px;
}
.icon-klingelschild .path2:before {
  content: "\e906";
  color: #f00;
  margin-left: -2.6328125em;
}
**/



/** mobiles Menü **/
#bp-nav-trigger {
  position: absolute;
  top: 0px;
  right: 15px;
  height: 50px;
  width: 40px;
  overflow: hidden;
  color: transparent;
  white-space: nowrap;
  text-indent: 100%;
  margin: 0;
}
#bp-nav-trigger span,
#bp-nav-trigger span::before,
#bp-nav-trigger span::after {
  position: absolute;
  height: 3px;
  width: 25px;
  background: #ffffff;
}
#bp-nav-trigger span {
  top: 50%;
  right: 0;
  /** left: 50%; **/  
  /** transform: translate(-50%, -50%); **/
  transition: background .3s;
}
#bp-nav-trigger span::before,
#bp-nav-trigger span::after {
  content: '';
  top: 0;
  left: 0;
  transition: background .3s, transform .3s;
}
#bp-nav-trigger span::before {
  transform: translateY(-8px);
}

#bp-nav-trigger span::after {
  transform: translateY(8px);
}
#bp-nav-trigger:hover span, 
#bp-nav-trigger:hover span::before,
#bp-nav-trigger:hover span::after {
  background: #6be3bc;
}
.nav-open #bp-nav-trigger span {
  background: transparent;
}
.nav-open #bp-nav-trigger span::before,
.nav-open #bp-nav-trigger span::after {
  background: #6be3bc;
}
.nav-open #bp-nav-trigger span::before {
  transform: rotate(-45deg);
}
.nav-open #bp-nav-trigger span::after {
  transform: rotate(45deg);
}


.bp-mobile-nav-overlay {
  position: fixed;
  z-index: 10001;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0;
  visibility: hidden;
  transition: opacity .5s, visibility .5s;
}
.nav-open .bp-mobile-nav-overlay {
  opacity: .8;
  visibility: visible;
}
body.nav-open {
  overflow: hidden;
}



#bp-mobile-navigation.nav-container {
	position: fixed;
	z-index: 10002;
	top: 0;
	right: 0;
	height: 100%;
	width: 90%;
	max-width: 300px;
	background-color: #286757;
	color: #fff;
	transform: translateZ(0);
	transform: translateX(100%);
	transition: transform .5s cubic-bezier(.07,.23,.34,1);
	box-sizing: border-box;
	padding-bottom: 50px;	
	background-image: URL("../img/headerkachel_tuerkis.jpg");
	background-repeat: repeat;
}
#bp-mobile-navigation.nav-container .bp-nav-inner {
	overflow: auto;
	height: 100%;
	width: 100%;
}
.nav-open #bp-mobile-navigation.nav-container {
  transform: translateX(0);
}

#bp-mobile-navigation #bp-close-the-nav {
	display: none;
	position: absolute;
	left: 10px;
	bottom: 10px;
	width: 30px;
	height: 30px;
}
.nav-open #bp-mobile-navigation #bp-close-the-nav {
	display: block;
}

#bp-mobile-navigation #bp-close-the-nav span::before,
#bp-mobile-navigation #bp-close-the-nav span::after {
  content: '';
}
#bp-mobile-navigation #bp-close-the-nav:hover span::before,
#bp-mobile-navigation #bp-close-the-nav:hover span::after {
  background: #000;
}
#bp-mobile-navigation #bp-close-the-nav span {
  background: transparent;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
.nav-open #bp-mobile-navigation #bp-close-the-nav span::before,
.nav-open #bp-mobile-navigation #bp-close-the-nav span::after {
  position: absolute;
  height: 3px;
  width: 30px;
  background: #3E3E3E;
  top: 14px;
}
.nav-open #bp-mobile-navigation #bp-close-the-nav:hover span::before,
.nav-open #bp-mobile-navigation #bp-close-the-nav:hover span::after {
  background: #000;
}
.nav-open #bp-mobile-navigation #bp-close-the-nav span::before {
  transform: rotate(-45deg);
}
.nav-open #bp-mobile-navigation #bp-close-the-nav span::after {
  transform: rotate(45deg);
}


#bp-mobile-navigation.nav-container .bp-nav-inner a.trillerfisch-logo {
  color: #fff;
  font-size: 80px;
  line-height: 80px;
  display: block;
  padding: 15px 15px;
  text-decoration: none;
  /** border-bottom: 1px solid #6be3bc; **/
  margin-bottom: 5px;
}
#bp-mobile-navigation.nav-container .bp-nav-inner a.trillerfisch-logo:hover, 
#bp-mobile-navigation.nav-container .bp-nav-inner a.trillerfisch-logo:focus {
  color: #6be3bc;
  text-decoration: none;
}
#bp-mobile-navigation.nav-container .bp-nav-inner a.trillerfisch-logo > span{
  display: block;
}

/**
.nav-open #bp-mobile-navigation .cookie-einstellungen ul > li span {
	padding: 15px;
	display: block;
	border-bottom: 1px solid #6be3bc;
	background-color: #286757;
	color: #fff;
	font-size: 18px;	
	line-height: 26px;
	font-weight: 600;
}
.nav-open #bp-mobile-navigation .cookie-einstellungen ul > li span:hover {
  background-color: #6be3bc;
  cursor: pointer;
}
**/






#bp-mobile-navigation.nav-container .bp-nav-inner ul.nav > li.nav-item {
  margin-left: 10px;
  position: relative;
  margin-bottom: 15px;
}




#bp-mobile-navigation.nav-container .bp-nav-inner ul.nav > li.nav-item span.icon-klingelknopf {
  font-size: 75px;
  position: absolute;
  left: 0;
  top: 0;
}
#bp-mobile-navigation.nav-container .bp-nav-inner ul.nav > li.nav-item span.icon-klingelschild {
  position: absolute;
  left: 85px;
  top: 0;
  font-size: 73px;
}

#bp-mobile-navigation.nav-container .bp-nav-inner ul.nav > li.nav-item a {
  background-size: cover;
  background-repeat: no-repeat;
  width: 278px;
  height: 73px;
  display: block;
  text-align: center;
  line-height: 73px;
  text-decoration: none;
  position: relative;
  padding-left: 109px;
  font-size: 0;
  padding-right: 27px;
  box-sizing: border-box;
}
#bp-mobile-navigation.nav-container .bp-nav-inner ul.nav > li.nav-item a.link-no-image {
  font-size: 18px;
  color: #000;
}



#bp-mobile-navigation.nav-container .bp-nav-inner ul.nav > li.nav-item:hover span.icon-klingelknopf .path3::before {
  color: #000;
}
#bp-mobile-navigation.nav-container .bp-nav-inner ul.nav > li.nav-item.current span.icon-klingelknopf .path3::before {
  color: #000;
}
#bp-mobile-navigation.nav-container .bp-nav-inner ul.nav > li.nav-item.current .icon-klingelschild .path2::before {
  color: #6be3bc;
}
#bp-mobile-navigation.nav-container .bp-nav-inner ul.nav > li.nav-item.current a {
  transform: rotate(15deg);
  transform-origin: 33%;
}
#bp-mobile-navigation.nav-container .bp-nav-inner ul.nav > li.nav-item.current .icon-klingelschild {
  transform: rotate(15deg);
  transform-origin: 5px;
}

/**
#bp-mobile-navigation.nav-container .bp-nav-inner ul.nav > li.nav-item a.link-trillerfisch .icon-logo-trillerfisch {
  font-size: 42px;
  color: #000;
  padding: 0 !important;
  line-height: 85px;
}
**/

#bp-mobile-navigation.nav-container .bp-nav-inner ul.nav > li.nav-item a.link-chefdenker .icon-logo-chefdenker {
  font-size: 15px;
  color: #000;
  padding: 0 !important;
  line-height: 73px;
}
#bp-mobile-navigation.nav-container .bp-nav-inner ul.nav > li.nav-item a.link-knofa .icon-logo-knofa {
  font-size: 19px;
  color: #000;
  padding: 0 !important;
  line-height: 73px;
}
#bp-mobile-navigation.nav-container .bp-nav-inner ul.nav > li.nav-item a.link-casanova .icon-logo-casanova {
  font-size: 24px;
  color: #000;
  padding: 0 !important;
  line-height: 73px;
}

#bp-mobile-navigation.nav-container .bp-nav-inner ul.nav > li.nav-item a.link-shop .icon-schriftzug-shop {
  font-size: 38px;
  color: #000;
  padding: 0 !important;
  line-height: 73px;
}












@media (max-width: 768px) {
	#bp-nav-trigger {
		right: 0;
	}
}






.bp-slider-main .ein-slide {
    height: 700px;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    background-position: center center;
}
.bp-slider-main .ein-slide .inner {    
    position: absolute;
    left: 3%;
    bottom: 100px;
    color: #fff;    
}
@media (max-width: 1279px) {
	.bp-slider-main .ein-slide {
		height: 600px;
	}
}
@media (max-width: 1023px) {
	.bp-slider-main .ein-slide {
		height: 500px;
	}
}
@media (max-width: 768px) {
	.bp-slider-main .ein-slide {
		height: 400px;
	}
}
@media (max-width: 640px) {
	.bp-slider-main .ein-slide {
		height: 300px;
	}
}
@media (max-width: 480px) {
	.bp-slider-main .ein-slide {
		height: 250px;
	}
}










main.content {
	padding-top: 25px;
	padding-bottom: 50px;
	background-color: rgba(255,255,255,0.2);
}







footer.footer {
	background-color: #286757;
	color: #fff;
	position: relative;
}
footer.footer a,
footer.footer a:hover,
footer.footer a:focus{	
	color: #fff;
}


footer.footer .see-wrapper {
	position: relative;
}
footer.footer .logo {
  width: 100%;
  height: 110px;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
  overflow: hidden;
}
footer.footer .logo a {
  bottom: 0;
  position: absolute;  
  animation: linear infinite;
  animation-name: run;  
  animation-duration: 20s;
  -webkit-animation: linear infinite;  
  -webkit-animation-name: run;
  -webkit-animation-duration: 20s;  
  width: 100%;
  height: 110px;
  left: 0;
}


footer.footer .logo a #trillerfisch-logo-footer {
  width: 300px;
  height: auto;
  animation: linear infinite;
  animation-name: rotate;
  animation-duration: 20s;
  -webkit-animation: linear infinite;
  -webkit-animation-name: rotate;
  -webkit-animation-duration: 20s;
}
footer.footer .logo a svg:hover #fisch,
footer.footer .logo a svg:hover #schrift-trillerfisch, 
footer.footer .logo a svg:hover #schrift-records {
	fill: #91cabb;
}


footer.footer .logo a #schrift-trillerfisch, 
footer.footer .logo a #schrift-records {
	animation: linear infinite;
	animation-name: ausblenden;
	animation-duration: 20s;
	-webkit-animation: linear infinite;
	-webkit-animation-name: ausblenden;
	-webkit-animation-duration: 20s;
}




@-webkit-keyframes run {
  0% {
    left: 0;
  }
  49% { 
    left: calc(100% - 300px);
  }
  50% { 
    left: calc(100% - 300px);
  }
  100% {
    left: 0;    
  }
}

@-webkit-keyframes ausblenden {
  0% {
    visibility: hidden;
  }
  49% { 
    visibility: hidden;
  }
  50% { 
    visibility: visible;
  }
  99% {
    visibility: visible;
  }
  100% {
    visibility: hidden;
  }
}



@-webkit-keyframes rotate {
  0% {	  
    transform: rotateY(180deg);
  }
  49% {
    transform: rotateY(180deg);
  }
  50% { 
    transform: rotateY(0deg);
  }
  99% {
    transform: rotateY(0deg); 
  }
  100% {
    transform: rotateY(180deg); 
  }
}






@media (max-width: 1279px) {

}
@media (max-width: 1023px) {

}
@media (max-width: 768px) {
	
}
@media (max-width: 640px) {
	footer.footer .logo {
	  height: 55px;
	}
	footer.footer .logo a { 
	  animation-duration: 10s;
	  -webkit-animation-duration: 10s;  
	  height: 55px;
	}


	footer.footer .logo a #trillerfisch-logo-footer {
	  width: 150px;
	  height: auto;
	  animation: linear infinite;
	  animation-name: rotate;
	  animation-duration: 10s;
	  -webkit-animation: linear infinite;
	  -webkit-animation-name: rotate;
	  -webkit-animation-duration: 10s;
	}
	footer.footer .logo a svg:hover #fisch,
	footer.footer .logo a svg:hover #schrift-trillerfisch, 
	footer.footer .logo a svg:hover #schrift-records {
		fill: #91cabb;
	}


	footer.footer .logo a #schrift-trillerfisch, 
	footer.footer .logo a #schrift-records {
		animation: linear infinite;
		animation-name: ausblenden;
		animation-duration: 10s;
		-webkit-animation: linear infinite;
		-webkit-animation-name: ausblenden;
		-webkit-animation-duration: 10s;
	}


	@-webkit-keyframes run {
	  0% {
		left: 0;
	  }
	  49% { 
		left: calc(100% - 150px);
	  }
	  50% { 
		left: calc(100% - 150px);
	  }
	  100% {
		left: 0;    
	  }
	}
}







.footer-main {
  text-align: center;
  padding: 40px 0;
}
.footer-main nav ul > li {
  display: inline-block;
  margin: 0 7px;
}
.footer-main nav ul > li a {
  text-decoration: none;
}
.footer-main nav ul > li span.cookie-einstellungen:hover {
	cursor: pointer;
}
	
@media (max-width: 1279px) {

}
@media (max-width: 1023px) {

}
@media (max-width: 768px) {

}
@media (max-width: 640px) {

}






/** 357 Web **/
#cpnb a#cpnb-decline-btn {
    display: none !important;
}
@media (max-width: 1023px) {
	.cpnb-m-cookies-floatButton.cpnb-m-cookies-floatButtonPosition_bottom_left {
	  display: none;
	}
}








/** LOGIN LOGOUT **/

.bp-grp-registrieren-login nav.anker-navigation ul > li {
  float: left;
  width: 49.5%;
}
.bp-grp-registrieren-login nav.anker-navigation ul > li:first-child {
	margin-right: 1%;
}

.com-users-login.login .login-description {
  text-transform: uppercase;
  border-bottom: 1px solid #ccc;
  padding-bottom: 10px;
  margin-bottom: 25px;
}

body#bp-body #bp-login .input-group, 
body#bp-body #bp-registrieren .control-group {
  margin: 15px 0 15px 0;
}



body#bp-body .input-group-text {
	border: 1px solid #286757;
    background-color: #286757;
	color: #fff;
    text-decoration: none;
    padding: 7px 15px;
	display: inline-block;    
	border-radius: 0;	
}
body#bp-body .input-group-text .icon-user {
  width: 19px !important;
}


.bp-grp-registrieren-login #member-registration fieldset > legend {
  text-transform: uppercase;
  border-bottom: 1px solid #ccc;
  padding-bottom: 10px;
  margin-bottom: 25px;
}
.bp-grp-registrieren-login #member-registration .password-group meter {
  width: 100%;
}
.bp-grp-registrieren-login #member-registration .password-group .text-center {
	text-align: left !important;
}

.bp-grp-registrieren-login span.form-control-feedback {
  display: block;
  color: red;
}

.bp-grp-registrieren-login  #bp-login .mod-login__options.list-unstyled {
  margin-top: 15px;
}

.bp-grp-registrieren-login input {
  border-radius: 0;
}





.bp-passwort-vergessen #user-registration fieldset > legend {
  text-transform: uppercase;
  border-bottom: 1px solid #ccc;
  padding-bottom: 10px;
  margin-bottom: 25px;
}




.bp-benutzer-zusenden #user-registration fieldset > legend {
  text-transform: uppercase;
  border-bottom: 1px solid #ccc;
  padding-bottom: 10px;
  margin-bottom: 25px;
}















:root {
  --v1: #be91c6;
  --v2: #8a65cc;
  --v3: #5e30d9;
  --transparentv3: #5e30d900;
  --v4: #3b1895;
  --s1: #fea798;
  --s2: #ff846e;
  --wolke: #fea798;
}
*,
*:before,
*:after {
  //animation:none!important;
}
.landschaft:after,
.landschaft:before,
.landschaft *,
.landschaft *:after,
.landschaft *:before {
  position: absolute;
}

.front {
  z-index: 1;
  bottom: 0;
  left: 0;
  right: 0;
}

.landschaft {
  height: 100vh;
  background-image: linear-gradient(#286757, #a9d29a, #286757);
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.berg {
  border-radius: 180% 80% 0% 0%/60vmin 60vmin 0% 0%;
  width: 40vmin;
  height: 30vmin;
  bottom: 50%;
  left: -10vmin;
  background: #6c933d;
  background-image: none;
  background-image: linear-gradient(#628e65, #0a9177 30%, #48663e);
  box-shadow: inset -10px 0 10px -10px #378215;
  &:before {
    content: "";
    bottom: 0;
    width: inherit;
    height: inherit;
    background: inherit;
    border-radius: inherit;
    transform-origin: bottom center;
    transform: scaleX(1) scaleY(-0.6);
    filter: blur(3px);
  }
}

.berg-2 {
  left: 5vmin;
  height: 15vmin;
  width: 40vmin;
  box-shadow: inset -15px 0 10px -14px #bdd981;
  border-radius: 120% 50% 0% 0%/25vmin 25vmin 0% 0%;
  background-image: linear-gradient(#27885a, #5a6f41);
}
.berg-3 {
  border-radius: 80% 0% 0 0/100% 100% 0 0;
  right: -85vmin;
  width: 100vmin;
  left: auto;
  height: 12vmin;
  color: #2c8213;
  background-image: linear-gradient(#47661a, #349f3b);
  box-shadow: inset 15px 0 10px -10px #41772d;
}

.berg-3:after {
  content: "";
  border-radius: 60% 0 0 0/100% 0 0 0;
  background: inherit;
  width: 100%;
  height: 0;
  bottom: 0;
  right: 20%;
}

.lotus {
  width: 10vmin;
  height: 5vmin;
  background: conic-gradient(
    #306f5f 0deg 40deg,
    var(--transparentv3) 50deg 70deg,
    #306f5f 80deg
  );
  border-radius: 50%;
}

.lotus-1 {
  bottom: 10vmin;
  right: 5vmin;
  width: 20vmin;
}

.lotus-2 {
  bottom: 20vmin;
  right: 15vmin;
  height: 3vmin;
  transform: skew(-10deg);
  opacity: 0.5;
  mix-blend-mode: multiply;
}

.lotus-3 {
  bottom: 10vmin;
  right: 35vmin;
  transform: rotate(180deg) skew(-20deg);
  opacity: 0.8;
  width: 15vmin;
}

.wolke {
  width: 80vmin;
  height: 6vmin;
  background: currentcolor;
  color: var(--wolke);
  top: 24vmin;
  left: 20vmin;
  border-radius: 50%;
  box-shadow: 30vmin 0.5vmin 0 -1vmin currentcolor,
    -25vmin 0 0 -0.6vmin currentcolor;
  opacity: 0.3;
  transform: translate3d(-150vmin, 0, 0);
  animation: wolkes 120s infinite;
  animation-delay: -10s;
}
@keyframes wolkes {
  50% {
    transform: translate3d(0, 0, 0);
  }
  100% {
    transform: translate3d(150vmin, 0, 0);
  }
}
.wolke-1 {
  left: 60vmin;
  top: 15vmin;
  opacity: 0.2;
  filter: blur(1px);
  animation-delay: 0;
  animation-duration: 100s;
}

.wasser {
  top: 50%;
  bottom: 0;
  left: 0;
  right: 0;
  background: linear-gradient(#82d26554, #286757);
  overflow: hidden;
  box-shadow: inset 0 1px 4px -3px white;
}

.stein {
  bottom: -5vh;
  left: 0;
  height: 20vmin;
  width: 40vmin;
  background: #286757;
  box-shadow: inset 0 0 20px -5px rgba(0, 0, 0, 0.2);
  border-radius: 0% 200% 0 0/0% 200%;
}
.stein:after {
  content: "";
  background: #306f5f;
  width: 100%;
  height: 100%;
  right: -15%;
  border-radius: inherit;
  z-index: -1;
  transform: scaleX(1.3) skew(10deg);
  box-shadow: inset 0 0 20px -5px rgba(0, 0, 0, 0.4);
}

.grass {
  height: 40vmin;
  width: 10vmin;
  border-radius: 0 60% 0 0/0 100% 0 0;
  bottom: 0;
  border-right: 5px solid #407935;
  box-shadow: 1px 0 0 #5d7532;
  filter: drop-shadow(-0.5vmin 6vmin 0 #56863c) drop-shadow(-4.5vmin 10vmin 0 #4f7751);
}

.grass-1 {
  left: 14vmin;
  bottom: -2vmin;
  transform: scaleX(-1);
  box-shadow: 2px 0 0 #307338;
  border-color: #327121;
  filter: drop-shadow(-1vmin 5vmin 0 #436020) drop-shadow(-80vmin 5vmin 0 #4d6f3e);
}

.grass-2 {
  right: 0;
  left: auto;
  height: 20vmin;
  bottom: -2vmin;
  transform: scaleX(-1);
}
.sonne {
  background: #4a0a0a;
  border-radius: 50%;
  width: 20vmin;
  height: 20vmin;
  left: calc(60% - 10vmin);
  top: 100%;
  transform: translate3d(0, 0, 0);
  animation: rise 20s infinite;
  box-shadow: 0 0 10px #d3f7c3;
}
.schilf {
  height: 40vmin;
  width: 0.5vmin;
  bottom: 0;
  left: 10vmin;
  color: #266f20;
  background: currentColor;
  transform-origin: bottom center;
  transform: rotate(4deg);
  box-shadow: inset -1px 0 0 #36511b, -6vmin 3vmin 0 0, 80vmin 0 0 0;
  animation: verticalise 20s infinite;
}
.schilf-1 {
  color: #52975a;
  left: 15vmin;
  height: 50vmin;
  bottom: -5vmin;
  transform: rotate(-2deg);
  animation: verticalise-1 20s infinite;
  box-shadow: inset -1px 0 0 #71934f, 6vmin 13vmin 0 0 #469140, 80vmin 10vmin 0 0 #438a55;
}
.schilf:after {
  content: "";
  width: 1.5vmin;
  height: 10vmin;
  background: currentcolor;
  border-radius: 0.75vmin;
  top: 0;
  left: -0.5vmin;
  box-shadow: inherit;
}
@keyframes verticalise {
  0%,
  10% {
    transform: rotate(4deg);
  }
  30%,
  70% {
    transform: rotate(0);
  }
}
@keyframes verticalise-1 {
  0%,
  10% {
    transform: rotate(-2deg);
  }
  45%,
  70% {
    transform: rotate(0) translateY(-6vmin);
  }
}
@keyframes rise {
  100% {
    transform: translate3d(0, -100vh, 20vmin);
  }
}
@keyframes rise-reflection {
  30% {
    opacity: 0;
    transform: translate3d(0, 5vmin, 0);
  }
  100% {
    opacity: 0;
    transform: translate3d(0, 80vmin, 0);
  }
}
.sonne-container {
  overflow: hidden;
  width: 100%;
  height: 50%;
}

.sonne-container-1:after {
  content: "";
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: radial-gradient(circle at 60% 100%, var(--s2), transparent);
  animation: fade 20s infinite;
  mix-blend-mode: color-burn;
}

@keyframes fade {
  10% {
    opacity: 1;
  }
  30%,
  70% {
    opacity: 0;
  }
}
.sonne-container-reflection {
  top: 50%;
  background: radial-gradient(circle at 60% 0%, #9fca953d, transparent);
}
.sonne-container-reflection .sonne {
  background: linear-gradient(white, rgba(255, 255, 255, 0));
  box-shadow: none;
  filter: blur(5px);
  opacity: 1;
  top: 0;
  transform: translate3d(0, -20vmin, 0);
  animation-name: rise-reflection;
}

.licht {
  height: 0.5vmin;
  width: 20vmin;
  background: white;
  left: 20%;
  right: 0;
  margin: auto;
  top: calc(50% + 1vmin);
  animation: licht 20s infinite;
  opacity: 0;
  transform: scaleX(0.1) translate3d(0%, 0, 0);
  border-radius: 0.25vh;
  filter: blur(1px);
}

@-webkit-keyframes licht {
  5% {
    opacity: 1;
    transform: scaleX(1);
  }
  10% {
    opacity: 0.6;
    transform: scaleX(1) translate3d(5%, 0, 0);
  }
  15% {
    opacity: 0.6;
    transform: scaleX(1) translate3d(-5%, 0, 0);
  }
  20% {
    opacity: 0;
    transform: scaleX(0.1) translate3d(0, 0, 0);
  }
}
@keyframes licht {
  5% {
    opacity: 1;
    transform: scaleX(1);
  }
  10% {
    opacity: 0.6;
    transform: scaleX(1) translate3d(5%, 0, 0);
  }
  15% {
    opacity: 0.6;
    transform: scaleX(1) translate3d(-5%, 0, 0);
  }
  20% {
    opacity: 0;
    transform: scaleX(0.1) translate3d(0, 0, 0);
  }
}
.licht-1 {
  top: calc(50% + 2vmin);
  animation-delay: 0.5s;
}

.licht-2 {
  top: calc(50% + 3vmin);
  width: 18vmin;
  animation-delay: 1s;
}
.licht-3 {
  top: calc(50% + 4vmin);
  width: 18vmin;
  animation-delay: 1.5s;
}
.licht-4 {
  top: calc(50% + 5vmin);
  width: 16vmin;
  animation-delay: 2s;
}
.licht-5 {
  top: calc(50% + 8vmin);
  width: 14vmin;
  animation-delay: 2.5s;
}
.licht-6 {
  top: calc(50% + 9vmin);
  width: 10vmin;
  animation-delay: 3s;
}
.licht-7 {
  top: calc(50% + 7vmin);
  width: 12vmin;
  animation-delay: 3.5s;
}

.splash {
  width: 8vmin;
  height: 3vmin;
  border: 2px solid var(--s1);
  box-shadow: 0 0 2px var(--s1);
  border-radius: 50%;
  bottom: 5vmin;
  left: 70%;
  animation: splash 9s infinite;
  transform: scale(0);
}

.splash-stein {
  bottom: 15vh;
  left: -3vmin;
  height: 10vmin;
  width: 30vmin;
}

.splash-4 {
  bottom: 5vmin;
  left: auto;
  bottom: 15vmin;
  right: -2vmin;
}

@keyframes splash {
  50%,
  100% {
    transform: scale(1);
    opacity: 0;
  }
}
.delay-1 {
  animation-delay: 1s;
}
.delay-2 {
  animation-delay: 2s;
}
.delay-3 {
  animation-delay: 3s;
}
.delay-4 {
  animation-delay: 4s;
}
.delay-5 {
  animation-delay: 5s;
}
.delay-6 {
  animation-delay: 6s;
}
