
        @import url('https://fonts.googleapis.com/css?family=Montserrat:400,700');
        @import url('https://fonts.googleapis.com/css?family=Open+Sans:400,600,400italic,600italic');
        .sah-title {
            font-family: Montserrat, sans-serif;
        }
        
        .sah-button {
            font-family: Montserrat, sans-serif;
        }
        
        .sah-tagline {
            font-family: 'Open Sans', sans-serif;
        }
        
        .sah-bio {
            font-family: 'Open Sans', sans-serif;
        }
        
        .sah-title {
            text-align: left;
        }
        
        .sah-text {
            text-align: left;
        }
        
        .sah-tagline {
            text-align: left;
        }
        
        .sah-bio {
            text-align: left;
        }
        
        .sah-bio ul,
        .sah-bio ol {
            list-style-position: outside;
        }
        
        .sah-text-wrap .sah-networks {
            text-align: left;
        }
        
        .bummer-title {
            font-family: Montserrat, sans-serif;
        }
        
        .bummer-content {
            font-family: 'Open Sans', sans-serif;
        }
        
        .impressum-title {
            font-family: Montserrat, sans-serif;
        }
        
        .impressum-content {
            font-family: 'Open Sans', sans-serif;
        }

        .sah-main {
            background-color: #061c30;
        }
        
        .sah-image {
            background-color: #151515;
        }
        
        .sah-title {
            color: #ffffff;
        }
        
        .sah-tagline {
            color: #16c8f4;
        }
        
        .sah-bio {
            color: #becfe0;
        }
        
        .sah-bio a {
            color: #AAAAAA;
        }
        
        .sah-bio a:hover {
            color: #FFFFFF;
        }
        
        .sah-bio blockquote {
            color: #AAAAAA;
        }
        
        .sah-bio blockquote {
            border-color: #AAAAAA;
        }
        
        .sah-button {
            border-color: #f4de8a;
        }
        
        .sah-button {
            background: #061c30;
        }
        
        .sah-button::before {
            background: #f4de8a;
        }
        
        .sah-button-text, .color-gold {
            color: #f4de8a;
        }
        
        .sah-button:hover {
            border-color: #f4de8a;
        }
        
        .sah-button:hover .sah-button-text {
            color: #061c30;
        }
        
        .sah-social-link {
            color: #ffffff;
        }
        
        .sah-social-link:hover {
            color: #ffffff;
        }
        
        .sah-image::after {}
        
        .sah-image::after {
            background-color: rgba(0, 0, 0, 0.75)
        }

        .sah-social {
            font-size: 1.6rem;
        }
		.text-justify{
			text-align:justify !important;
		}
