<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* source-sans-pro-regular - latin */
@font-face {
    font-family: 'Source Sans Pro';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/source-sans-pro-v21-latin-regular.eot'); /* IE9 Compat Modes */
    src: local(''),
         url('../fonts/source-sans-pro-v21-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
         url('../fonts/source-sans-pro-v21-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
         url('../fonts/source-sans-pro-v21-latin-regular.woff') format('woff'), /* Modern Browsers */
         url('../fonts/source-sans-pro-v21-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
         url('../fonts/source-sans-pro-v21-latin-regular.svg#SourceSansPro') format('svg'); /* Legacy iOS */
  }
  
  /* source-sans-pro-700 - latin */
  @font-face {
    font-family: 'Source Sans Pro';
    font-style: normal;
    font-weight: 700;
    src: url('../fonts/source-sans-pro-v21-latin-700.eot'); /* IE9 Compat Modes */
    src: local(''),
         url('../fonts/source-sans-pro-v21-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
         url('../fonts/source-sans-pro-v21-latin-700.woff2') format('woff2'), /* Super Modern Browsers */
         url('../fonts/source-sans-pro-v21-latin-700.woff') format('woff'), /* Modern Browsers */
         url('../fonts/source-sans-pro-v21-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
         url('../fonts/source-sans-pro-v21-latin-700.svg#SourceSansPro') format('svg'); /* Legacy iOS */
  }
  

html {
    min-height:100vh !important;
}

body {
    font-size:125%;
    min-height:100vh !important;
    font-family: 'Source Sans Pro', sans-serif;
}

.badge-news-datum {
    background-color:#2F8E32;
}

.btn-primary {
    background-color:#308D33 !important;
    border:none;
}

.btn-primary:hover {
    background-color:#207D23 !important;
    border:none;
    color:white !important;
}


A {
    color:#308D33;
}
A:hover {
    color:#409D43 !important;
}

A.news_link {
    color:#444;
    text-decoration: none;
    transition: color .3s;
}

A.news_link:hover {
    color:#444;
    color:#409D43 !important;
}

#ltrade_navbar {
    font-weight:bold !important;
}

hr {
    width:50%;
    height:3px;
    border:solid 3px #999;
    color:#999;
    background-color:#999;
    margin:30px auto 30px auto;
}

#startseite_keyvisual {
    background-image:url(../img/loick-trade-hintergrund.jpg);
    background-repeat: no-repeat;
    background-size:cover;
    background-position:center;
    min-height:300px;
    border-top:dotted 4px #C3D430;
    border-bottom:dotted 4px #C3D430;
}

#kv_textbereich {
    background-color:rgba(255,255,255,0.77);
    border-top-right-radius: 30px;
    border-bottom-right-radius: 30px;
    margin-top:40px;
    margin-bottom:40px;
    width:85%;
    padding:20px;
}

.ltrade-hintergrundfarbe {
    background-color:#318E32;
}

#footerbereich {
    background-color:#217EC6;
    position: sticky;
    top: 100%;    
}

#footerbereich A {
    color:white;
    text-decoration:none;
}
#footerbereich A:hover {
    color:white !important;
    text-decoration:underline;
}

@media (min-width: 992px) {
    #startseite_keyvisual {
        min-height:450px;
    }
    #kv_textbereich {
        width:45%;
        padding:40px;
    }
}

A.btn-outline-dark:hover {
    background-color:#f0f0f0 !important;
}</pre></body></html>