/* https://getcssscan.com/css-box-shadow-examples   */
/* -------------------------------------------------------------------------------------------------------------------- */
/* -- bs-images_neu.css ----------------------------------------------------------------------------------------------- */

/* Spezial Hover für Bilder mit Scale */
.image-td img, .image-img, .image-item img, .imageEntry img, .image-gallery-item img, .youtube-player img, .news-teaser-right img,
.iso-image-gallery-item img, .isotope-image-item img, img.img-responsive  {
    transition:0.5s all ease-in-out;
}

.imgtxt-left img:hover, .imgtxt-right img:hover, .imgtxt-column-left-image img:hover, .imgtxt-column-right-image img:hover, .image-td img:hover,
 img.img-responsive:hover{
   -webkit-transform: 	translateY(10px) scale(1.1);
   -moz-transform: 		translateY(10px) scale(1.1);
   -o-transform: 		translateY(10px) scale(1.1);
   -ms-transform: 		translateY(10px) scale(1.1);
	transform:			translateY(10px) scale(1.1);
	filter:brightness(0.9);
  	cursor: zoom-in;
}

.image-item img:hover, .imageEntry img:hover, .image-gallery-item img:hover, .iso-image-gallery-item img:hover, .isotope-image-item img:hover{
   -webkit-transform: 	translateY(10px) scale(1.1);
   -moz-transform: 		translateY(10px) scale(1.1);
   -o-transform: 		translateY(10px) scale(1.1);
   -ms-transform: 		translateY(10px) scale(1.1);
	transform:			translateY(10px) scale(1.1);
	filter:brightness(0.9);
  	cursor: zoom-in;
} 

/* Bilder <div> 1, 2, 3, 4, 6 Spalten einzustellen in Bilder DIV Spalten ----------------------------------------------*/
.images {   
    position: relative; 
}
.image-sizer {float: left;}

.images [class*="col-"] {
    padding: 0;
}
.imageEntry{
    border-top-left-radius: var(--border-radius);  
    border-top-right-radius: var(--border-radius); 
    overflow: hidden;
}

.imageEntry figure{
    border-radius: var(--border-radius);  
}

.image-thumb {
    border-radius: var(--border-radius-images);
    border-top-left-radius: var(--border-radius);  
    border-top-right-radius: var(--border-radius); 
    overflow: hidden;
}
.images .imageEntry , .image-td{
    display: flex;
    flex-direction: column;
    padding: 0.1%;
    margin-bottom: 0.1%;
    border-radius: var(--border-radius);  
    overflow: hidden;
}

.isotope-image-item{
    display: flex;
    flex-direction: column;
    padding: 0.1%;
    overflow: hidden;
    margin-bottom: 0.1%;
}


.imageEntry img, .isotope-image-item img{
    width: 100% !important;
    height: 100% !important;
}

.image-thumb{
    width: 100% !important;
    height: 100% !important;
 }

#image-radius .images .imageEntry {
   border-radius: var(--border-radius);
}


/*---- Bilder <div>  ----------------------- , figcaption ------------------------------------------------------------- */
.right-container .image-caption , .left-container .image-caption{
    font-size: 0.75rem;
}

.imageEntry p, .isotope-images .isotope-image-item p,  .image-caption{
    font-size: 0.75em;
    padding: 2px 3px 0 3px;
    margin: 0;
    background: rgba(255, 255, 255, 0.5);
    border-bottom-left-radius: var(--border-radius);  
    border-bottom-right-radius: var(--border-radius); 

    border-left:   1px solid rgba(0, 0, 0, 0.1);
    border-right:  1px solid rgba(0, 0, 0, 0.1);
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    white-space: nowrap;
    min-width: 100%;
    max-width: 100%;
}
/*-----------  Text mit Bild  ----------------------------------------------------------------------------------------- */ 
.imgtxt-left{
    float: left;
    width: auto;
    height: auto;
	max-width: 100%;
	max-height: 100%;
    overflow: hidden;
    border-radius: var(--border-radius-images, 6px);
}

.image-left {
    float: left;
    margin-top: 5px;
    margin-right: 15px;
    max-width: 100%;
	max-height: 100%;
    height: auto;
    border-radius: var(--border-radius-images, 6px);
}

.image-right {
    float: right;
    margin-top: 5px;
    margin-left: 15px;
    max-width: 100%;
	max-height: 100%;
    height: auto;
	border-radius: var(--border-radius-images, 6px);
}

.image-center {
    text-align: center;
}

@media (max-width: 500px) {
     .imgtxt-left, .imgtxt-right, .image-left , .image-right{
        max-width: 100%;
        min-width: 100%;
        height: auto;
    }   
    
    .image-td img{
        max-width: 100%;
        min-width: 100%;
        height: auto;
    }
}

div.imgtxt-top-right, div.imgtxt-bottom-right {
    position: relative;
    float: right;
    margin: 0 0 1em 1em;
    clear: both;
}

div.imgtxt-column-right .imgtxt-column-right-text {
    position: relative;
    float: left;
    margin: 0 0 0;
    width: 62%;
}

div.imgtxt-column-right .imgtxt-column-right-image {
    position: relative;
    float: right;
    margin: 0 0 0 0;
    width: 36%;
}

div.imgtxt-column-left .imgtxt-column-right-left {
    position: relative;
    float: right;
    margin: 0 0 0;
    width: 61%;
}

div.imgtxt-column-left .imgtxt-column-left-image {
    position: relative;
    float: left;
    margin: 0 1em 1em 0;
    width: 36%;
}

div.imgtxt-column-left-image  {
    width: auto;
    overflow: hidden;
}

/* News Galerien ------------------------------------------------------------------------------------------------------ */

.news-teaser-right .news-image,
.news-teaser-right .news-col-image {
    b/order: 1px solid #00000030;
    border-radius: var(--border-radius);
    overflow: hidden;
}
.image-gallery-item {
    float: left;
    padding: 2px;
    overflow: hidden;
    border-radius: var(--border-radius);  
}

.image-gallery-item img {
    object-fit: fill;
    clear: both;
	width: 100%;
	height: 100%;
    float: left;
    padding: 0;
    border-radius: var(--border-radius);  
}

.image-gallery-item-caption {
    font-size: 0.8em;
    padding: 3px 3px 0 3px;
    margin: 0;
    background: rgba(255, 255, 255, 0.3);
    border-left:   1px solid rgba(0, 0, 0, 0.3);
    border-right:  1px solid rgba(0, 0, 0, 0.3);
    border-bottom: 1px solid rgba(0, 0, 0, 0.3)
}
/*---- Bilder figure / Hover effekt -----------------------------------------------------------------------------------*/
.readme a{
    text-decoration: none;
}
.readme:hover{
    background: #00000050;
    text-decoration: none;
}
.lupe{
    display: none;
} 

/*-----------  Bilder <div>  -----------------------------------------------------------------------------------------*/ 
/* Bild Text card */


.text-card{
    padding: 15px;
    margin-bottom: 10px;
    border: 1px solid;
    border-color: #c7bdbd40;
    border-radius: var(--border-radius);
    background: rgba(255,255,255,0.0);
    box-shadow: 0 2px 5px 0 rgba(0,0,0,0.16),0 2px 10px 0 rgba(0,0,0,0.12); 
    overflow: auto;
    -webkit-backdrop-filter: blur(var(--blur-effekt));
    backdrop-filter:         blur(var(--blur-effekt));
}


.text-image {
    font-size: 6em;
    font-family: "Arial Black";
    font-weight: bold;
    line-height: 120%;
    text-align: center;
    color: transparent;
    -webkit-text-stroke: 1px black;
    -webkit-background-clip: text;
    background-clip: text;
    background-image: url('../images/page/bg-20.webp');
    background-size: cover;
    background-position:  top left;
    background-attachment: fixed;
}

/* Halbtransparentes Overlay über das Hintergrundbild legen */
.t/ext-image::before {
    content: "";
    position: absolute;
    backdrop-filter: blur(16px);
    z-index: -1;
}



@media only screen and (max-width:1024px) {
    .text-image {
        font-size: 3em;
    }
}
#myDIV { 
  border: 10px dotted black;
  padding: 15px;
  background: lightblue;
  background-clip: padding-box;
}


.text-card .imageEntry{
    display: flex;
    flex-direction: column;
    height: auto;
    margin-bottom: 20px;
    padding: 0;
    border-radius: var(--border-radius-images);
}

.text-card h3 {margin: 0;}
.text-card h4 {margin-top: 0;}

.text-card-image-left{
    float: left;
    overflow: hidden;
    border: 1px solid rgba(0,0,0,0.2);
    border-radius: var(--border-radius-images);
    margin: 8px auto 0 auto;
}
.text-card-image-right{
    float: right;
    overflow: hidden;
    border: 1px solid rgba(0,0,0,0.2);
    border-radius: var(--border-radius-images);
    margin: 8px auto 0 auto;
}

/* zentrieren Bild */
@media (max-width: 768px) {
    .text-card-image-left, .text-card-image-right{
        float: none;
    }
}

/* KARTEN - Animierte Slides -Bilder Spezial -------------------------------------------------------------------------- */
.karte {
	position: relative;
    display: inline-block; 
	height: 320px;
    padding: 10px;
    border-radius: var(--border-radius-images);
	b/ox-shadow: 0 2px 3px 0 rgba(0, 0, 0, .16), 0 2px 8px 0 rgba(0, 0, 0, .51);
	overflow: hidden;
}

.karte-vorne {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: grid;
    justify-content: center;
    align-items: end;
    padding: 15px;
    background: rgba(0, 128, 0, 0.24);
    border-radius: var(--border-radius-images);
    overflow: hidden;
}

.karte-hinten {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    margin: 3px;
    padding: 25px;
    background-color: rgb(135, 206, 235);
    border-radius: var(--border-radius-images);
    overflow: hidden;
}

.karte-vorne h3 {
    font-weight: 400;
    text-transform: uppercase;
    background: grey;
    padding: 10px 10px 5px 10px;
    margin: 0;
}

.karte-hinten h4 {
    font-size: 1.4em;
    font-weight: 600;
    color: grey;
    padding-bottom: 10px;
}

.karte-hinten p {
    color: black;
	text-align: justify;
}

.karte-hinten ul {
    list-style: circle;
    padding-left: 22px;
}

.karte-hinten > ul > li {
    font-size: 0.90em;
    color: black;
}
/*- BS - Cards - Version 01 ------------------------------------------------------------------------------------------- */
.card {
	overflow: hidden;
	border: 0;
}
.card-title{
    margin-bottom: 0;
}
/* Breite wird durch col- bestimmt! */
.card-01 {
	position: relative;  /* <-- Position relativ zum übergeordneten Container */
	display: flex;
	flex-direction: column;
	min-height: 100%;
	background-color: #fff;
	background-clip: border-box;
    border-radius: var(--border-radius-images);
	box-shadow: 0 2px 5px rgba(0, 0, 0, 0.16), 0 2px 10px rgba(0, 0, 0, 0.12);
	transition: box-shadow 0.25s;
    overflow: hidden;
}
.card-01 .card-img-top {
    border-radius: var(--border-radius-images) var(--border-radius-images) 0 0;
}

.card-01-body {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  padding: 1rem;
}

.card-01-title {
    position: absolute;
    top: 15px;
    left: 15px;
    background: hsl(208,56%,11%, 0.3);
    border-radius: var(--border-radius-images);
    margin: 0;
    padding: 10px;
}

.card-01-body h4 {
    font-size: 1.0rem;
    color: white;
}

#content .card-01-body >  h4:before {
    content: none;
}

.card-01-text {
	flex-grow: 1;
	min-height: 16rem; 
    padding-bottom: 5px;
	text-align: start;
}
.card-01-text p {
    margin: 0;
    font-size: 0.9rem;
}

.mx-1-2{
    margin-right: 0.05rem !important;
    margin-left:  0.05rem  !important;
}

/* BS-Cards Version 02  ----------------------------------------------------------------------------------------------- */

.card-02 {
	display: flex;
	flex-direction: column;
	min-height: 100%;
	background-color: #fff;
	background-clip: border-box;
	border-radius: var(--border-radius-images, 6px);
	box-shadow: 0 2px 5px rgba(0, 0, 0, 0.16), 0 2px 10px rgba(0, 0, 0, 0.12);
	transition: box-shadow 0.25s;
    overflow: hidden;
}

.card-02:hover {
	box-shadow: 0 8px 17px rgba(0,0,0,0.2), 0 6px 20px rgba(0,0,0,0.19);
}

.card-02-body {
	display: flex;
	flex-direction: column;
	flex-grow: 1;
	padding: 1rem;
}

.card-02-img-top {
	border-radius: var(--border-radius-images, 6px);
}

.card-02-title a {
	color: black;
	text-decoration: none;
}

.card-02-text {
  flex-grow: 1;
  font-size: 1.0rem;
  text-align: start;
  min-height: 21.0rem; 
  overflow: hidden;
}

.card-02-text p {
    margin: 0;
}

.card-02-read-more {
	margin: 0 -15px -15px -15px;
	height: 35px;
	border-top: 1px solid #00000020;
	text-align: center;
}

.card-02-read-more:hover {
	background-color: #00000020;
}

/* ------------------------------------------------------------------------------------------------------------------- */
















