@charset "UTF-8";

.MSD {
    /*  clear: none;  */
	font-size: 80px;
    line-height: 1.25;
    margin: 0;
    padding: 0;
    padding-bottom: 30px;
    margin-bottom: 40px;
    position: relative;
}

.MSD, .MSD a {
	color: #fff;
    opacity: 1; /* Prevent opacity from changing during selective refreshes in the customize preview */
}
.MSD a:hover {
	color: #fff;
    opacity: 0.7;
}

/* Das ist der Strich zwischen $site_title und $description in der Datei 
   FTP\Strato-Maiersound\STRATO-apps\development-maiersound.de\app\wp-content\themes\inspiro\template-parts\header\ */
.MSD:after {
    content: "";
    position: absolute;
    width: 310px;
    border-bottom: 5px solid rgba(201, 201, 201, 0.4);
    bottom: 0px;
    left: 50%;
    margin-left: -155px;
}

.MyDespription {
	color: #fff;
    opacity: 1;
	font-size: 60px;
	line-height: 1.25;
    margin: 0;
    padding: 0;
    padding-bottom: 30px;
    margin-bottom: 40px;
    position: relative;
}









