/*
CSS modifiziert am 16.07.2025


*/

.testmich { 
/*	height: 150px;*/
	width: 40%;
	float: right;

}

/* Der Titel der Box "Über den Autor" erhält eine größere Schriftarte */
.pm-autor-titel {
  font-size: 1.25em;
  padding-bottom: 8px;
  margin: 0;
   
}


.mypl_bild { 
/*	height: 150px;*/
	width: 40%;
	float: right;
	margin: 15px;


transition: transform 0.7s;

  -webkit-transition: all 1s ease;
     -moz-transition: all 1s ease;
       -o-transition: all 1s ease;
      -ms-transition: all 1s ease;
          transition: all 1s ease;	

}

.mypl_bild:hover{ 
 transform: scale(1.1, 1.1);
/*  height: 150px;*/
	width: 47%


}

/*MORPH*/
.mypl_morph {
  -webkit-transition: all 0.5s ease;
     -moz-transition: all 0.5s ease;
       -o-transition: all 0.5s ease;
      -ms-transition: all 0.5s ease;
          transition: all 0.5s ease;
}
 
.mypl_morph:hover {
  border-radius: 50%;
  -webkit-transform: rotate(360deg);
     -moz-transform: rotate(360deg);
       -o-transform: rotate(360deg);
      -ms-transform: rotate(360deg);
          transform: rotate(360deg);
} 
.grow img:hover {
  width: 400px;
  height: 400px;
}

.mypl_bild0{
	width: 45%;
    text-align: left;
	float: right;

}

.mypl_bild1{
	text-align: left;
	float: left;
	width: 45%;
	clear: left;
}	

.mypl_rolle{
	color: green;
	font-size: 15px;
}

.mypl_stueck{
	color: brown;
	font-size: 15px;
}
.my_actor {
	color: blue;
	font-size: 15px;
	clear: both;
}

/* Flex-Element */

.flexbox img {
	width: 100%;
	height: auto;
}

.flexbox {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	text-align: left;
	column-gap: 2px;
	justify-content: space-between;	
}

.flexelement {
	text-align: left;
	width: 300px;
	margin: 0 0 0 0;
	padding: 5px 0 5px 0;
	border: 1px black dotted;
}

.attachment-thumbnail {
	width: 95%;
	
}
.attachment-thumbnail:hover {
    width: 100%;
    
    -webkit-transition: width 500ms ease-in-out;
    -moz-transition:    width 500ms ease-in-out;
    -ms-transition:     width 500ms ease-in-out;
    -o-transition:      width 500ms ease-in-out;
    transition:         width 500ms ease-in-out;
}

.xsingle-thumb-image {

  text-align: center;
  vertical-align: top;
}


:root {
  --grid-cols: 1;
  --grid-rows: 1;
}

#mypl_container {
  display: grid;
  grid-gap: 1em;
  grid-template-rows: repeat(var(--grid-rows), 1fr);
  grid-template-columns: repeat(var(--grid-cols), 1fr);
}

.grid-item {
  padding: 1em;
  border: 1px solid #ddd;
  text-align: center;
}


 #xcontainer {
    position: relative;
    top: 30px;
    outline: 2px solid #000;
    font-size: 1;
    margin: auto;
    height: 760px;
    width: 760px;
    padding: 0;
    border: none;
}

.grid {
    margin: 0;
    padding: 0;
    border: none;
    outline: 1px solid #000;
    display: inline-block;
}

.cell {
  border: 1px solid brown;
  min-width: 6px;
  min-height: 9px;
  display: inline-block;
}

.gridRow {
    border: 1px solid black;
}


/* CSS for Drop-Down Contact Formular */
.center {
	position: fixed;
	top: 10%;
	left: 10%;
    margin: auto;
    width: 60%;
    padding: 20px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
/*	 background-color: rgba(255,255,255,1); /* Black background with opacity */
	z-index: 500;
}

.hideform {
    display: none;
}


.product-name {
	width: 250px;
}

.fa {
  font-family: FontAwesome;
}
.fa-fw { /* symbole mit fester Breite */
  text-align: center;
  width: 1em;
}
.fa-child::before {
  content: "\f015";  /* Haus */
}
.fa-user::before {
  content: "\f007"; /* stilisierte Figur */
}

 .site-header-main {
      position: fixed;
      top: 0;
      left: 0;
      width: 100%;
      z-index: 999;
      background-color: #fff; /* Optional: Hintergrundfarbe */
      box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1); /* Optional: Schatten */
    }