@charset "UTF-8";
body {
font:11px/1.2 Arial, Helvetica, Verdana, sans-serif;
background:#fff;
color:#150f10;
margin:0;
padding:0;
}


@keyframes fadeIn { from { opacity:0; } to { opacity:1; }}

.fade-ohne-lazy {
	opacity:0;
	animation:fadeIn ease-in 1;
	animation-fill-mode:forwards;
	animation-duration: 600ms;
}

.fade-in {
	background: none;
}

.fade-in.lazyloaded {
}


.lcol {
	width: 184px;
	float: left;
	padding-left: 56px;
	min-height: 100px;

}

ul,ol,dl {
margin:0;
padding:0;
}

h1,h3,h4,h5,h6,p {
margin-top:0;
}

h2 {
padding-top:22px;
font-size:12px;
}
h3 {
padding-top: 3px;
font-size: 12px;
padding-bottom: 10px;
}
.unterueb{
margin-top:22px;
}


a img {
border:none;
}

a:link {
color:#150f10;
text-decoration:none;
border:none;
}

a:visited {
color:#150f10;
text-decoration:none;
border:none;
}

a:hover,a:active,a:focus {
border:none;
text-decoration:none;
}

.container {
width:800px;
background: url(images/bildlogo.svg) center 0 no-repeat transparent;
margin:0 auto;
position: relative; 
min-height: 100vh;
}

.containerimpr {
width:700px;
max-width:1260px;
min-width:780px;
margin:0 auto;
}


.containerimpr .content{
padding: 100px 0 0px;

}


.schriftzug{
margin:-40px 0 0 80px;
}

.content {
padding:400px 0 0px;
margin-left:30px;
margin-right:-80px;
}

.content ul,.content ol {
padding:0 15px 15px 40px;
}

.fltrt {
float:right;
}

.fltlft {
	float: left;
	width: 144px;
	height: auto;
}

.clearfloat {
clear:both;
height:0;
font-size:1px;
line-height:0;
}

html {
  -webkit-text-size-adjust: none;
  text-size-adjust: none;
}

.mail {
  font-weight: bold;
  font-size: 10px !important;
  margin: 100px 0 0 318px;
  font-family: Helvetica, Arial, sans-serif;
}

.footer-links {
    position: fixed;
    bottom: 20px;
    right: 14px;
    text-align: right;
    z-index: 100;
}

.footer-links a {
    display: block;
    transform: rotate(-90deg);
    transform-origin: bottom right;
    margin-bottom: 60px;
    font-weight: bold;
    font-size: 10px;
    color: #ececec;
    text-decoration: none;
    white-space: nowrap;
    transition: color 0.2s;
}

.footer-links a:hover {
    color: #150f10;
}


.link{
font-weight:bold;
font-size:12px;
margin:80px 0 0 332px;
}

div.section{
overflow:hidden;
margin-top:70px;
}

.mt-12 {
margin-top:-12px
}
.mt0 {
margin-top:0px
}
.mt1 {
margin-top:1px
}
.mt2 {
margin-top:2px
}
.mt3 {
margin-top:3px
}
.mt4 {
margin-top:4px
}
.mt5 {
margin-top:5px
}
.mt6 {
margin-top:6px
}
.mt7 {
margin-top:7px
}
.mt8 {
margin-top:8px
}
.mt9 {
margin-top:9px
}
.mt10 {
margin-top:10px
}
.mt11 {
margin-top:11px
}
.mt12 {
margin-top:12px
}
.mt13 {
margin-top:13px
}
.mt14 {
margin-top:14px
}
.mt16 {
margin-top:16px
}
.mt17 {
margin-top:17px
}
.mt18 {
margin-top:18px
}
.mt19 {
margin-top:19px
}
.mt20 {
margin-top:20px
}
.mt22 {
margin-top:22px
}
.mt25 {
margin-top:25px
}
.rcol {
	float: left;
	width: 560px;
}

.tracks {
	width: 450px;
	overflow: hidden;
}

.logo{
display:block;
text-indent:-5000px;
height:350px;
}

.miniSound__logo a.logo {
	display: none !important;
}

/* --- Stile für SoundCloud Lade-Wrapper --- */
.iframe-loader-wrapper {
	background-color: #fff;
	background-image: url(images/loader.gif);
	background-repeat: no-repeat;
	background-position: 0px center;
	min-height: 20px;
	width: 100%;
	transition: background-image 0.2s ease-in-out;
}

.iframe-loader-wrapper.has-loaded-iframe {
	background-image: none;
}

iframe.lazy-iframe {
	opacity: 0;
	transition: opacity 0.4s ease-in-out;
	background: transparent;
	vertical-align: middle;
	border: none;
}

iframe.lazy-iframe.is-fully-loaded {
	opacity: 1;
}


.placeholder {
  background-color: transparent;
  transition: background-color 0.3s ease;
}

/* --- Stile für den Consent Banner --- */
.consent-banner {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: #150f10;
    color: #fff;
    z-index: 1000;
    padding: 20px 70px;
    box-shadow: 0 -2px 10px rgba(0,0,0,0.5);
    font-size: 14px;
    line-height: 1.5;
    box-sizing: border-box;
}

.consent-banner.is-hidden {
    display: none;
}

.consent-banner-content {
    display: flex;
    align-items: center;
    gap: 30px;
    width: 100%;
}

.consent-banner-content > div:first-child {
    flex-grow: 1;
}

.consent-banner-content p {
    margin: 0;
}

.consent-banner-content a {
    color: #fff;
    text-decoration: underline;
}

.consent-banner-actions {
    display: flex; 
    align-items: center;
    flex-shrink: 0;
}

.consent-banner-actions button {
    background-color: #fff;
    color: #150f10;
    border: none;
    padding: 10px 20px;
    cursor: pointer;
    font-weight: bold;
    white-space: nowrap;
    transition: background-color 0.2s;
    text-align: center;
}

.consent-banner-actions button#consent-decline-button {
    margin-left: 10px;
}

.consent-banner-actions button:hover {
    background-color: #ccc;
}

.english-text {
    margin-top: 15px;
    opacity: 0.8;
}

/* --- Stile für den Iframe-Platzhalter --- */
.iframe-placeholder {
    background-color: #f0f0f0;
    border: none;
    height: 20px;
    padding: 0;
    min-height: auto;
    width: 265px;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    align-items: center;
}

.iframe-placeholder-button {
    background: transparent;
    border: none;
    color: #333;
    cursor: pointer;
    text-decoration: none;
    font-size: 11px;
    font-family: Arial, Helvetica, Verdana, sans-serif;
    padding: 0;
}

.iframe-placeholder-button:hover {
    color: #000;
    text-decoration: underline;
}