/* Anpassungen des Themes durch Ruegenmagic.de */


/* Wesentliche Links als Buttons (v.a. fuer Touchgeraete) und echte Buttons vereinheitlichen: */
.card-wrapper .mbr-text a.text-primary,
.btn,
.btn:hover,
.btn-primary,
.btn-primary:hover,
.btn-primary:active,
.btn-primary-outline,
.btn-primary-outline:hover,
.btn-primary-outline:active,
.btn-primary-outline.active,
.btn-primary-outline:focus,
.btn-primary-outline.focus
{
	border: 2px solid #476190 !important;
	padding: 0.75rem 2.4rem 0.75rem 1rem;
	border-radius: 5px;
	box-shadow: 0px 5px 5px -5px rgb(0 0 0 / 23%) !important;
	white-space: nowrap;
	display: inline-block;
	background: 0 none !important;
	text-align: left;
	color: #476190 !important;
	transition: none;
	min-width: 16rem;
	margin-bottom: 0.5rem;
	position: relative;
}

.card-wrapper .mbr-text a.text-primary:after,
.btn:after
{
	content: '\25b6\fe0e';
	content: '\279c\fe0e';
	display: inline-block;
	font-weight: bold;
	position: absolute;
	right: 1em;
}

.card-wrapper .mbr-text a.text-primary
{
	display: block;
}


/* Fewo und Gaestezimmer: erstes Foto wird bei md falsch verkleinert;
 * Statt Bild wurde dort eine 1-Bild-Galerie verwendet, damit die Breite
 * mit den anderen Galerien uebereinstimmt.
 */
#gallery6-3s .col-md-6,
#gallery6-3l .col-md-6
{
	flex: unset !important;
	max-width: unset !important;
}
/* Es sind mehrere Galerien hintereinander gesetzt,
 * die Carousel-Funktion zeigt aber nur Bilder der jeweiligen Galerie 
 * und verwirrt dann.
 * Wir schalten das Carousel ab, uebrig bleibt dann nur "vergroessern" bzw.
 * "schliessen" des jeweiligen Thumbnails.
 */
.gallery6 .carousel-control
{
	display: none;
}




.ruema-card
{
	font-family: sans-serif;
}



@media (min-width: 768px)
{
	.gallery6 .col-md-6
	{
		flex: 0 0 33%;
		max-width: 33%;
	}
}




@media (max-width: 1100px)
{

	/* Startseite: Pfeil im Grossflaechenbild sichtbar auch auf Smartphone u.ae. */
	section.header4
	{
		background-position: 70% 50%;
	}



	section.header4 .content-wrap
	{
		padding: 1rem 1rem 12rem 1rem;
	}


	section.header4 h1,
	section.header4 p
	{
		text-shadow: 
			 1px  1px 1px rgba(0, 0, 0, 0.275), 
			 1px -1px 1px rgba(0, 0, 0, 0.275), 
			-1px  1px 1px rgba(0, 0, 0, 0.275), 
			-1px -1px 1px rgba(0, 0, 0, 0.275);

		filter: drop-shadow( 0px 0px 4px hsla(0, 0%, 0%, 0.35));

		font-weight: bold;
	}

}


