/* 
Theme Name: Friedrich Marbach
Theme Theme URI: 
Author: Shahin
URI: https://www.friedrich-marbach.de/
Description:friedrich-marbach  */

.clear{
	clear:both;
}

#span-slash{
	float:left !important;
	width:auto;
	color:#ffff;
	font-size:14px;
	margin:-3px 0px 0px 0px;
	padding:0 5px 0px 5px;
}
#keywords{
	font-family:Arial;
	float:left !important;
	color:red;
	color:#ffff;
	font-size:14px;
	font-weight:normal;
}
#keywords-item .row{
	width:auto;
}
.maring-top-holder{
	margin-top:30px;
}
.maring-top-holder-20{
	margin-top:20px;
}
#price-img{
	margin-top: 0px;
    margin-bottom: 15px;
}
.theme-btn-2 {
  	background: #fdc24c !important;
  	color: #09120E !important;
}
.theme-btn-2:hover {
  	color: $color4 !important;
  	background: #E7EDEB !important;
}
a.price-btn {
    background: #fdc24c !important;
	color: #09120E !important;
}
a.price-btn:hover {
  	color: $color4 !important;
  	background: #E7EDEB !important;
}

/*Gallery*/
.pswp img,
.pswp__img {
  max-width: none !important;
  max-height: none !important;
}
.pswp-gallery img {
    max-width: 200px;
    width: 100%;
    height: auto;
    padding: 10px;
    border-radius: 15px;
    box-sizing: border-box;

    /* transition */
    transition: 
        transform 0.3s ease,
        filter 0.3s ease;
}

.pswp-gallery img:hover {
    transform: scale(1.08);
    filter: brightness(1.15);
}

.pswp-gallery {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}
/*Flowers Icon short Title*/
small.heading-top {
    padding: 13px 10px 13px 20px !important;
}
/*About in Home bg*/
.bg5-left {
  
}


/*slider*/
.slider-main-text{  
    font-weight:bold;
  	color:black !important;
}
/*Times*/
.slider-time img{
	margin-top:50px;
	width:60%;
}
@media (max-width: 767px) {
    .slider-time img{
		width:80%;
	}
}

/*footer-map*/
.footer-map{
	margin-top:40px;
}

/*Aktuelles*/
.aktuelles-content-keep{
  color:white;
  margin-bottom:40px;
}
.aktuelles-content-keep p{
  color:white;
}

