/*
Theme Name: MAGNUS Immo
Description: Child Theme modified by NEBLIK
Author: NEBLIK Digitalagentur
Author URI: https://neblik.com
Template: Avada
Version: 1.0.0
Text Domain:  Avada
*/

.glass {
  background: rgba(0, 0, 0, 0.2); /* halbtransparent */
  border-radius: 50px 10px 50px 10px;                  /* abgerundet wie in Figma */
  backdrop-filter: blur(10px);          /* Unschärfe des Hintergrunds */
  -webkit-backdrop-filter: blur(10px);  /* Safari Support */
  border: 1px solid rgba(255, 255, 255, 0.2); /* leichter Rahmen für „Frosted Glass“ Look */
}

.mkachel {
  background: rgba(256, 256, 256, 0.6); /* halbtransparent */
  backdrop-filter: blur(10px);          /* Unschärfe des Hintergrunds */
  -webkit-backdrop-filter: blur(10px);  /* Safari Support */
  border: 1px solid rgba(255, 255, 255, 0.2); /* leichter Rahmen für „Frosted Glass“ Look */
}

.titlemstyle {
  display: inline-block;        /* damit der Hintergrund nur so breit ist wie der Text */
  background-color: var(--awb-color7);    /* dunkles Blau */
  color: #ffffff !important;               /* weiße Schrift */
  font-family: 'Futura', 'Arial', sans-serif; /* moderne, geometrische Schrift */
  font-weight: 400;             /* nicht zu fett, eher clean */
  line-height: 1.2;             /* lockerer Zeilenabstand */
    padding: 0.2em 0.4em;
    margin: 0 0 0.2em 0;
}


.titlemstyle h1 {color:white!important;}


.msub {
    background: white;
    -webkit-backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.2);
    padding: 10px 15px 10px 15px;
}

.lowm {
	margin-bottom:10px !important;
}