<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
@media only all and (max-width: 715px) {
	
body {
	font-size: 12px;
	line-height: 18px;
}
#wrapper {
	width: 100%;
	min-width: 240px;
}
#content {
	padding: 5%;
}
	
	
/*
################
               ZusÃ¤tzliche Ã„nderungen/Einstellungen 
################
*/



/*
################
               Ende - ZusÃ¤tzliche Ã„nderungen/Einstellungen 
################
*/	

	
h1 {
	font-size: 1.3em;
	line-height: 1.4em;
}
h2 {
	font-size: 1.2em;
	line-height: 1.3em;
}
h3 {
	font-size: 1.1em;
	line-height: 1.2em;
}
	
.flex {
	flex-wrap: wrap;
}
	
.logo.text p {
	margin-left: 0;
	margin-top: 20px;
}
	
.col-2 &gt; *, .col-3 &gt; *, .col-golden &gt; *, .fullwidth &gt; *, .col-4 &gt; *, .col-5 &gt; *, .stimmung.col-golden &gt; *  {
	width: 100% !important;
	flex: 100% !important;
	margin-left: 0px !important;
}
.col-2&gt;*:nth-of-type(n+2), .col-3&gt;*:nth-of-type(n+2), .col-golden&gt;*:nth-of-type(n+2) {
	margin-top: 10px;
}
	
.title.fullwidth.col-2 &gt; *:last-child {
	max-width: 100%;
	display: flex;
}	
	
.title.col-2 &gt; *:last-child, .title.col-2 &gt; *:first-child:after, .title.col-2 &gt; *:last-child:before {
		display: none;
}	

.title.col-2 &gt; *:last-child {
    padding-left: 4%;
}


.benefits &gt; div {
    flex-wrap: nowrap;
    min-height: auto !important;
    border: 0;
}

.benefits &gt; div &gt; *{ 
    flex: initial;
    text-align: left;
}

.benefits &gt; div &gt; i {
    font-size: 1.5em;
    margin: 0 10px 0 0;
}    
    
.pre-header.logo &gt; div {
   display: none;
} 
    
section.indented .icon-wrap {
    flex-wrap: wrap;
        justify-content: flex-start;
}    
section.indented .icon-wrap p {
   flex: 100%;
    max-width: inherit;
    margin: 0;
} 
  
    
section.indented .icon-wrap *:nth-of-type(n + 2) {
    margin: 10px 0 0 0;
} 
    
.stimmung.col-golden {
    flex-direction: column-reverse;
    flex-wrap: wrap;
}
    
.stimmung.col-golden &gt; div:first-child {
    min-height: 200px;
}       

.stimmung.col-golden &gt; div:last-child {
    margin: 0;    
}
    
section.fullwidth.col-2 &gt; *, section.fullwidth.col-3 &gt; * {
    margin: 0;
}
    
section.indented {
    width: 100%;
    margin: 0px;
}
    
.logo.text &gt; *:last-child {
    margin-left: 0;
}    
   
}

/*
################
              INTERNET EXPLORER FIXES
################
*/

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
.stimmung.col-golden {
    flex-direction: inherit;
}
    
}</pre></body></html>