/*
 Theme Name:   GeneratePress Child
 Theme URI:    https://generatepress.com
 Description:  Default GeneratePress child theme
 Author:       Tom Usborne
 Author URI:   https://tomusborne.com
 Template:     generatepress
 Version:      0.1
*/

/* Layout Suchergebnisse */ 

.search .entry-title {
    font-size: 1.5em;
    margin-top: 10px;
}

.search img {
    display: block;
    max-width: 100%;
    height: auto;
    margin-bottom: 10px;
}

.search article.post {
    background-color: #eeeeee;
    padding: 20px;
    margin: 20px auto;
    max-width: 600px;
    text-align: center;
    border-radius: 10px;
}

.search article.post a {
    text-decoration: none;
    color: inherit;
}

.search article.post img {
    max-width: 100%;
    height: auto;
    margin-bottom: 15px;
}

.search article.post img {
    display: block;
    margin-left: auto;
    margin-right: auto;
    max-width: 100%;
    height: auto;
    margin-bottom: 15px;
}

.search article.post img {
    display: block;
    margin: 0 auto 15px auto;
    width: 100%;
    height: auto;
    border-radius: 5px; /* Optional für leicht abgerundete Ecken */
}

/* Content Seiten Layout*/ 
.entry-title {
    text-align: center;
}

/* Borrowed from Bootstrap */ 
/* Tutorial: https://youtu.be/HBriBrnRlQE?si=DLiSXEiBHt6lw91l */ 
/* Make sure you only have ONE link inside your card  or this will not work!  */ 

.stretch-link{
	position: relative;
}

.stretch-link a::after{
	content: '';
	position: absolute;
	inset: 0;
}

.stretch-link a:is(:focus-visible)::after{
	outline: 2px solid;
}

.stretch-link a:is(:hover, :focus){
	outline: none;
}


/* dropdown Style */
.dropdown {
  display: flex;
  justify-content: center;
  width: 100%;
}

.dropdown .dropbtn {
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
  display: block;
}

.dropdown-content {
  width: 100%;
  left: 0;
  right: 0;
}
/* FACETWP */ 
/* facetwp - dropdowns */ 
.facetwp-dropdown {   display: flex;   justify-content: center;   width: 100%; }  .dropdown .dropbtn {   width: 100%;   max-width: 100%;   margin: 0 auto;   display: block; }  .dropdown-content {   width: 100%;   left: 0;   right: 0; }

/* facetwp - listing Button */ 
.fwpl-btn {
  display: flex;
  justify-content: center;
	border-radius: 10px; /* Optional für leicht abgerundete Ecken */
}
/* facetwp - listing alle Inhalte zentrieren */ 



.wp-post-image {
	display: block;
    margin: 0 auto 15px auto;
    width: 100%;
    height: auto;
    border-radius: 10px; /* Optional für leicht abgerundete Ecken */
}

/* MENÜ-Schrift */ 
.menu-item a {

  font-size: 20px;
font-weight: bold; 
}

/* Copyright ausblenden */ 
    .site-info {
      display: none;
    }

