			body{
				background: #06070d;
				font-family: Roboto, Georgia, sans-serif;
				font-size: 100%;
				color: #ddd;
			}

			hr{
				margin: 20px;
			}

			#counter {
				background: darkgoldenrod;
				padding: 5px;
				color: black;
				font-weight: bold;

			}
			.bilder-container {  }
			.bilder-container img {
				width: 150px;
				height: auto;
				object-fit: cover;
				/*border: 1px solid #ccc;*/
				margin: 0 2px 0 2px;
			}
			a{
				text-decoration:none;
				color:#ccc;
			}

			h4 a{display: block;}
			
			img{border-radius: 10px}
			ul{ 
			    padding: 0;
			    margin: 0;
			    text-align: left;
				list-style-type: none;
			}
			
			#header{padding: 5px 0}
			#headerpic{width:100%;min-width:100%;}
			h1,h2{margin: 10px 0}
			#teaser,#models,#theModel{text-align: center;}
			#teaser div,#models div, #theModel div, .flex{
			    display: flex;
			    flex-wrap: wrap;
			    justify-content: center;
			    align-content: center;
			    align-items: center;
			}
			
			#menu a{
			    padding: 10px !important;
			    background: #111;
    			    display: block;
   			    text-transform: uppercase;
   			    font-weight: bold;    			    
			}
			#menu li{
				margin-right: 10px;
				float: left;
			}
			
			#calendars img{
				max-width: 100%;
				max-width: 230px;
			}	

			#teaser {
				padding: 15px;
				background: #00000070;
				margin-bottom: 15px;
				border-radius: 10px;
			}
			
			#teaser figure {
			    /*background: white;*/
   			    padding: 1px 1px 5px 1px;
   			    color: #efefef;
			}
			#teaser img {

			}
			#teaser ul{
				padding: 0px 0 0px 30px;
				margin: 0;
				text-align: left;
				list-style-type: disc;
			}
			#teaser h3, #setholder h3{
				padding: 10px;
   				border: 1px solid white;
   				background: seagreen;
   				width: 100%;
				margin-top: 0;
			}
			#teaser h2,h4, #setholder h2,h4, #models h2,h4{
				padding: 10px;
   				border: 1px solid white;
   				background: #3b3cb5;
   				text-transform: uppercase;
   				text-align: center;
			}
			#teaser .news_text{
				margin: 0 0 10px 0;
			}			
			#teaser a{
				display: block;
			}
			#teaser2{
			    margin-bottom: 20px;
			}			
			#teaser2 h2 {
			    text-align: center;
   			    padding: 10px;
   			    max-width: 400px;
			}	
			.teasertext h2{margin-top: 50px; padding 10px}
			.teasertext p{padding: 10px 0}
			#selects h3.free a {
			    background: steelblue !important;
			    color: white;
			}
			#selects h3.hubby a {
			    background: olivedrab !important;
			    color: white;
			}
			#selects h3.premium a {
			    background: red !important;
			    color: white;
			}											
			#wrapper{
			    max-width: 100%;
			    width: 980px;
			    margin: 0 auto;
			}
			#theModel{margin-top:3em}
			#theModel img{
				max-width: 100%;
				width: 150px;
			}
			#theModel figcaption{
			    padding: 5px;
			    margin-top: -5px;
			}
			#theModel figcaption.free{
			    background: white;
			    color: black;
			}
			#theModel figcaption.members{
			    background: darkred;
			    color: white;
			}
			#theModel figcaption.premium{
			    background: purple;
			    color: white;
			}
			#modelCase{
				background: #555;
				padding: 15px;
				margin: 0 auto;
				width: 300px;
				margin-bottom: 20px;
				display: flex;
				flex-direction: column;
			}
			#modelCase fieldset {
				margin-top:15px;
				padding: 5px 10px;
			}
			#modelCase fieldset p{
				margin:0; padding:0;
			}
			#modelCase img{
				max-width:100%;
			}				
			#models img{
				border-radius: 10px;
				max-height: 390px;	
			}
			#preview_picholder{
				display: flex;
				flex-wrap: wrap;
				justify-content: flex-start;
			
			}
			#preview_picholder a{margin: 0 5px;}											
			.container{
				width: 100% !important;
				background: #161a1f;
				border: 1px solid #363a42;	
				padding: 15px;	    
			}
			.container ul{
				list-style-image: url('/pics/dot.png');
			}
			#setholder p{text-align: justify;}
			.headline{
				background: none !important;
				border: none !important;
				border-bottom: 5px solid #333 !important;
			}
			.cathead, .premium{
				padding: 10px;
				border: 1px solid white;
				background: seagreen;
				margin-top: 0;
				text-align: center;
				border-radius: 10px 10px 0 0;
			}
			.premium{background: #8e7230}

			.premiums a{
				margin-bottom: 10px;
			}

			.reiter ul{
				display: block !important;
				width: 100%;
				background: #222;
				border-bottom: 2px solid #222;				
			}
			.reiter li{
				text-align: center;
				float: left;
				
			}
			.reiter li.lifirst{
				border-right: 1px solid #333;
				width: 50%;
				background: #444;
				padding: 15px 0;
				
			}			
			.reiter a{
				display: block;
				padding: 15px 0;				
			}
			.center{text-align: center;}
			.pic_selector{
				width: 330px;
				margin:0 auto;
				margin-bottom: 10px;
			}	
			.pic_selector a{
				display: block;
				background: white;
				padding: 10px;
				color: #444;			
			}
			.picsHeadline{
			    border-bottom: 1px solid;
			    padding-bottom: 3px;
			    background: #555;
			    margin:10px 0 0 0;
			    padding-top: 15px;			    			    
			}
			.toTop{
			    padding: 15px;
			    background: white;
			    color: black;
			    width: 60px;
			    display: block;
			    text-align: center;
		  	}
		  	.subsection{

				padding: 20px 0;
				margin: 20px 0;
				text-align: center;
				display: flex;
				flex-wrap: wrap;
				/* max-width: 600px; */
				justify-content: space-around;
		  	}
			.subsection h3{

				font-size: 1em;
			}

			.patreon-link{
				padding: 10px;
				background: darkred;
				max-width: 400px;
				margin: 0 auto;
			}
		  	
		  	.picholder{text-align: center;}
		  	.picholder img {
		  		max-width: 300px;
		  		width: 100%;
		  	}
		  	.picholder figure {
				margin: 10px;
				padding: 0;
		  	}
		  	.picset {
		  		padding: 10px 25px;
				max-width: 250px;
				background: #161a1f;
				margin-bottom: 25px;
				border-radius: 10px;
				height: 310px;
				border: 1px solid #363a42;
				position: relative;
		  	}
		  	.picset p{
		  		text-align: justify;
		  	}
		  	.picset img{
				width: 100% !important;
				border: 5px solid white;
				border-radius: 10px;
				max-width: 600px;		  	
		  	
		  	}
			.newcat{
				width: 30px;
				height: 30px;
				background: url("https://bryanblackwater.com/pics/new.webp");
				position: absolute;
				left: 0px;
				top: 0px;
			}
			.picanz{
				text-align: right !important;
				border-top: 1px solid #363a42;
				padding-top: 5px;
			}		  	
		  	.preview_pic img{
		  		width: 100%;
		  		max-width: 600px;
				border: 10px solid black;		  		
		  	}
		  	.pic_preview{
		  		width:100% !important;
		  		max-height:100px !important;
		  		border: 2px solid black !important; 
		  		
		  	}
		  	.pic_preview_first{
		  		width:17px !important;
		  		
		  	}
		  	.more{margin-top: 10px;}	

			.picset:hover{

				border: 1px solid green;
			}
			.premiums div{
				padding: 20px;
				background: #16191e;
				border-radius: 10px;
				border: 1px solid #363a42;
			}			
			.premiums div:hover{
				border: 1px solid goldenrod;
			}	
			
			.login {
				width: 100%;
				max-width: 400px;
				margin: 0 auto;
			}
			.login h2{
				font-size: 1.2em;
			}

			.login a{
				display: block;
				padding: 15px;
				background: brown;
				text-align: center;
			}
		
			@media screen and (max-width: 992px) {
				#theModel img{
					max-width: 100%;
					width: 200px;
				}				
			}

			@media screen and (max-width: 600px) {
				#theModel img{
					max-width: 100%;
					width: 100%;
				}
				.preview_pic img{
					width: 95%;	  		
				}				
				.pic_selector{width: 100%;}
			  	#teaser img{
					max-width: 300px !important;		  	
			  	
			  	}				
				h1{font-size: 2em}
				/*h2{font-size: 1em}*/

				.picset {
					max-width: 300px;
					margin-bottom: 10px;
					height: auto;
				}

			}
			#teaser img.adoptable {
				max-width: 150px !important;
				margin: 10px;
			}	
			.clr{
				clear:both;
			}	
			
			.tier2{
				background: #302;
			}




body.lb-disable-scrolling {
  overflow: hidden;
}

.lightboxOverlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  background-color: black;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
  display: none;
}

.lightbox {
  position: absolute;
  left: 0;
  width: 100%;
  z-index: 10000;
  text-align: center;
  line-height: 0;
  font-weight: normal;
  outline: none;
}

.lightbox .lb-image {
  display: block;
  height: auto;
  max-width: inherit;
  max-height: none;
  border-radius: 3px;

  /* Image border */
  border: 4px solid white;
}

.lightbox a img {
  border: none;
}

.lb-outerContainer {
  position: relative;
  *zoom: 1;
  width: 250px;
  height: 250px;
  margin: 0 auto;
  border-radius: 4px;

  /* Background color behind image.
     This is visible during transitions. */
  background-color: white;
}

.lb-outerContainer:after {
  content: "";
  display: table;
  clear: both;
}

.lb-loader {
  position: absolute;
  top: 43%;
  left: 0;
  height: 25%;
  width: 100%;
  text-align: center;
  line-height: 0;
}

.lb-cancel {
  display: block;
  width: 32px;
  height: 32px;
  margin: 0 auto;
  background: url(../images/loading.gif) no-repeat;
}

.lb-nav {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 10;
}

.lb-container > .nav {
  left: 0;
}

.lb-nav a {
  outline: none;
  background-image: url('data:image/gif;base64,R0lGODlhAQABAPAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==');
}

.lb-prev, .lb-next {
  height: 100%;
  cursor: pointer;
  display: block;
}

.lb-nav a.lb-prev {
  width: 34%;
  left: 0;
  float: left;
  background: url(../images/prev.png) left 48% no-repeat;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -webkit-transition: opacity 0.6s;
  -moz-transition: opacity 0.6s;
  -o-transition: opacity 0.6s;
  transition: opacity 0.6s;
}

.lb-nav a.lb-prev:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

.lb-nav a.lb-next {
  width: 64%;
  right: 0;
  float: right;
  background: url(../images/next.png) right 48% no-repeat;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -webkit-transition: opacity 0.6s;
  -moz-transition: opacity 0.6s;
  -o-transition: opacity 0.6s;
  transition: opacity 0.6s;
}

.lb-nav a.lb-next:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

.lb-dataContainer {
  margin: 0 auto;
  padding-top: 5px;
  *zoom: 1;
  width: 100%;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}

.lb-dataContainer:after {
  content: "";
  display: table;
  clear: both;
}

.lb-data {
  padding: 0 4px;
  color: #ccc;
}

.lb-data .lb-details {
  width: 85%;
  float: left;
  text-align: left;
  line-height: 1.1em;
}

.lb-data .lb-caption {
  font-size: 13px;
  font-weight: bold;
  line-height: 1em;
}

.lb-data .lb-caption a {
  color: #4ae;
}

.lb-data .lb-number {
  display: block;
  clear: left;
  padding-bottom: 1em;
  font-size: 12px;
  color: #999999;
}

.lb-data .lb-close {
  display: block;
  float: right;
  width: 30px;
  height: 30px;
  background: url(../images/close.png) top right no-repeat;
  text-align: right;
  outline: none;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
  -webkit-transition: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
  transition: opacity 0.2s;
}

.lb-data .lb-close:hover {
  cursor: pointer;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

/* Reset */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
body {
  font-family: 'Roboto', sans-serif;
  background: linear-gradient(120deg, #1a1a1a, #2c2c54);
  color: #fff;
}
header {
  text-align: center;
  font-size: 2rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 2px;
}
nav {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 15px;
  margin-bottom: 15px;
}
nav a {
  color: #fff;
  text-decoration: none;
  font-weight: 500;
  padding: 8px 15px;
  border-radius: 8px;
  transition: 0.3s;
}
nav a:hover {
  color: #ffa502;
  background: rgba(255,255,255,0.1);
}
main {
  max-width: 1200px;
  margin: 0 auto;
  padding: 20px;
}
.gallery {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 15px;
}
.card {
background: #2f3542;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 4px 8px rgba(0,0,0,0.4);
  transition: transform 0.3s, box-shadow 0.3s;
  cursor: pointer;
  position: relative;
  justify-content: center;
  display: flex;
}
.card span.name{
  position: absolute;
  top: 0;
  font-size: 1.4em;
  background: #000000d1;
  display: block;
  width: 100%;
  text-align: center;
  padding: 10px;
}
.card span.count{
  position: absolute;
  bottom: 0;
  right: 0;
  font-size: 1.2em;
  background: #000000d1;
  display: block;
  text-align: right;
  padding: 10px;
  border-radius: 10px 0;
}
.card span.level{
	position: absolute;
	bottom: 0;
	left: 0;
	padding: 10px;
}
.card span.bronce{
  background: #5d3e2e;
}
.card span.silver{
  background: silver;
  color: black;
}
.card img {
  width: 100%;
  display: block;
  transition: transform 0.3s;
}
.card img.bronce{
	border: 10px solid #5d3e2e;
}
.card img.silver{
	border: 10px solid silver;
}
.card:hover {
  transform: translateY(-8px);
  box-shadow: 0 8px 16px rgba(0,0,0,0.6);
}
.card:hover img {
  transform: scale(1.05);
}
.plan{
	display: flex;
	gap: 10px;
	flex-wrap: wrap;
	justify-content: center; 
	margin-bottom: 15px;
}
.plan img{
	border: 3px solid #272c33;
	width: 100%;
	max-width: 389px;
}
footer {
  text-align: center;
  padding: 20px;
  margin-top: 30px;
  font-weight: 500;
}
/* Neon Hover-Effekt für Links */
.neon:hover {
  text-shadow: 0 0 5px #ffa502, 0 0 10px #ffa502, 0 0 20px #ff6b81;
}

header img {
    width: 100%;
	max-width: 980px;
}

.allpics{
	font-size: 1.6em;
    background: #ec2a60;
    margin-bottom: 20px;
	text-align: center;
}

.scrolldown{
  position: fixed;
  top: 40%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 300px;
  height: 100px;
  background-color: #f39c12;
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  opacity: 0;
  animation: fadeInOut 2s ease-in-out infinite;
}

/* Mobile Optimierungen */
@media (max-width: 768px) {
  header { font-size: 1.5rem; padding: 15px; }
  nav { gap: 10px; }
  nav a { font-size: 0.9rem; padding: 6px 12px; }
  main { padding: 15px; }
  .gallery { gap: 10px; }
  .scrolldown{display: none;}
}
@media (max-width: 480px) {
  header { font-size: 1.3rem; padding: 12px; }
  nav a { font-size: 0.8rem; padding: 5px 10px; }
  .gallery { grid-template-columns: 1fr; }
}




@keyframes fadeInOut {
  0% { opacity: 0; }
  50% { opacity: 1; }
  100% { opacity: 0; }
}

/* Klasse zum Stoppen der Animation */
.stopped {
  animation: none;
  display: none; /* optional, dauerhaft unsichtbar */
}

