<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* ==========================================================================
   HTML5 Boilerplate styles - h5bp.com (generated via initializr.com)
   ========================================================================== */

html,
button,
input,
select,
textarea {
    color: #222;
}

body {
    font-size: 1em;
    line-height: 1.4;
}

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

img {
    vertical-align: middle;
}

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

textarea {
    resize: vertical;
}

.chromeframe {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}


/* ===== Initializr Styles ==================================================
   Author: Jonathan Verrecchia - verekia.com/initializr/responsive-template
   ========================================================================== */

body {
    font: 16px/26px 'Theinhardt-Light', Helvetica, Arial;
}

.wrapper {
    margin: 0 20px;
}

.header-container {
	top: 0;
	width: 100%;
	background-color: #fff;
	z-index: 200;
	position: absolute;
}

.main-container {
	padding-top: 0px;
	position: relative;
	z-index: 200;
	background: white;
}

footer {
	padding-bottom: 0 !important;
}

/* ==============
    MOBILE: Menu
   ============== */

nav#desktop {
	display: none;
}

nav ul {
    margin: 0;
    padding: 0;
}

nav {
	display: block;
	background-color: #fff;
}

nav#mobile #toggle-bar {
	line-height: 70px;
	height: 100px;
}

nav#mobile .navicon {
	float: right;
	height: 4px;
	width: 26px;
	margin: 52px 0 -20px 0;
	border-top: 12px double rgba(166, 10, 45, 1);
	border-bottom: 4px solid rgba(166, 10, 45, 1);
	font-size: 0;
}

nav#mobile .navicon:hover {
	border-top: 12px double rgba(65, 0, 48, 1);
	border-bottom: 4px solid rgba(65, 0, 48, 1);
}


/* DROPDOWN-MENU */

nav#mobile ul {
	padding-bottom: 0;
}

nav#mobile ul li {
	clear: both;
	list-style: none;
}

nav#mobile ul li a {
	display: block;
	background-color: #fff;
	margin: 2px 0;
	padding: 6px 0;
    display: block;
    text-align: right;
    text-decoration: none;
    color: rgba(166, 10, 45, 1);
}

nav ul li a:hover {
	color: rgba(65, 0, 48, 1) !important;
}

nav a:visited {
    color: rgba(166, 10, 45, 1);
}

/* ==============
    MOBILE: Main
   ============== */

.main-container article h1 {
    font-size: 2em;
}

.footer-container footer {
    padding: 20px 0;
}

/* ===============
    ALL: IE Fixes
   =============== */

.ie7 .title {
    padding-top: 20px;
}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */

/* HEADER */

header h1#logo {
	margin: 35px 0 0 0;
	padding: 0;
	font-weight: normal;
	display: inline-block;
	text-indent: -9000px;
	background: url(../img/logo-kimheusser-medium.png) no-repeat;
	background-size: 200px auto;
	width: 200px;
	height: auto;
}

header h1 a {
	color: #111;
	text-decoration: none;
}

header h1.title {
	display: none;
}



/* PICTUREHEADER */

#pictureheader {
	margin: 0;
	height: 400px;
	position: relative;
	display: block;
	background: rgba(188, 227, 249, 1);
	background: url(../img/portrait-small.jpg) center 40px no-repeat;
	background-size: auto 100%;
}


/* MAIN */

article.grey {
	background: #f0f0f0;
}

a.totop {
	margin: 3em auto 0 auto;
	display: block;
	width: 50px;
	height: 25px;
	text-indent: -9000px;
	background: url(../img/arrow-purple.png) center 35px;
  -webkit-transition: all 0.2s ease-out;
     -moz-transition: all 0.2s ease-out;
       -o-transition: all 0.2s ease-out;
          transition: all 0.2s ease-out;
}

a.totop:hover {
	background: url(../img/arrow-purple.png) center 25px;
  -webkit-transition: all 0.2s ease-out;
     -moz-transition: all 0.2s ease-out;
       -o-transition: all 0.2s ease-out;
          transition: all 0.2s ease-out;
}

#intro {
	background: rgba(188, 227, 249, 1);
}

#intro p {
    font-size: 1.17em;
	line-height: 1.5em;
	margin: 0;
	padding: 1em 0;
	color: rgba(65, 0, 48, 1);
}

#intro h1 {
	color: rgba(65, 0, 48, 1);
	font-style: normal;
    line-height: 1.35em;
}

#dienstleistungen h1,
#dienstleistungen h3,
#dienstleistungen p em {
	color: rgba(166, 10, 45, 1);
	font-style: normal;
}

#intro a.totop {
	background: url(../img/arrow-white.png) center 35px;
}

#intro a.totop:hover {
	background: url(../img/arrow-white.png) center 25px;
}

#dienstleistungen a.totop {
	background: url(../img/arrow-blue.png) center 35px;
}

#dienstleistungen a.totop:hover {
	background: url(../img/arrow-blue.png) center 25px;
}

#referenzen {
	background: rgba(188, 227, 249, 1);
}

#referenzen h1 {
	color: rgba(65, 0, 48, 1);
}

#referenzen a.totop {
	background: url(../img/arrow-white.png) center 35px;
}

#referenzen a.totop:hover {
	background: url(../img/arrow-white.png) center 25px;
}

#kontakt h1,
#kontakt a,
#kontakt a:active,
#kontakt a:visited {
	color: rgba(166, 10, 45, 1);
}

#kontakt a:hover {
	text-decoration: none;
}

#kontakt a.totop {
	background: url(../img/arrow-red.png) center 35px;
}

#kontakt a.totop:hover {
	background: url(../img/arrow-red.png) center 25px;
}

#kontakt .rightcolumn {
	height: 100% !important;
}

#kontakt p span,
#kontakt p span a {
	color: #ccc !important;
}


/* FOOTER */

.footer-container {
	background: #eee;
}


/* ==========================================================================
   Media Queries
   ========================================================================== */

@media only screen and (min-width: 640px) {

/* ====================
    INTERMEDIATE: Menu
   ==================== */

	header h1#logo {
		margin: 23px 0 0 0;
		background: url(../img/logo-kimheusser-medium.png) no-repeat;
		background-size: 266px auto;
		width: 266px;
	}

	nav#mobile {
		display: none;
	}

	nav#desktop {
		display: block;
		line-height: 100px;
		height: 100px;
	}
	
	nav ul#menu {
		display: inline-block;
		float: right;
		margin: 17px 0 -17px 0;
	}
	
	nav ul#menu li {
		display: inline-block;
		padding: 0 8px;
	}

	nav ul#menu li a {
		display: block;
		color: rgba(166, 10, 45, 1);
		text-decoration: none;
	}

	

/* ====================
    INTERMEDIATE: Main
   ==================== */
   
	#pictureheader {
		height: 500px;
		background: url(../img/portrait-medium.jpg) center 40px no-repeat;
		background-size: auto 100%;
	}

   	section.twocolumns p {
   		-webkit-column-count: 2;
   		   -moz-column-count: 2;
   				column-count: 2;
   		-webkit-column-gap: 30px;
   		   -moz-column-gap: 30px;
   				column-gap: 30px;
   	}
   	
   	section div.twocolumnboxes.leftcolumn {
   		float: left;
   		width: 48%;
   		margin-right: 2%;
   	}

   	section div.twocolumnboxes.rightcolumn {
   		float: right;
   		width: 48%;
   		margin-left: 2%;
   	}
   
   
   
/* ========================
    INTERMEDIATE: IE Fixes
   ======================== */

    nav ul li {
        display: inline;
    }

    .oldie nav a {
        margin: 0 0.7%;
    }
}

@media only screen and (min-width: 950px) {

/* ====================
    WIDE: CSS3 Effects
   ==================== */


/* ============
    WIDE: Menu
   ============ */



/* ============
    WIDE: Main
   ============ */
   
	#pictureheader {
		height: 500px;
		background: url(../img/portrait-wide.jpg) center 50px no-repeat;
		background-size: 100% auto;
	}

}

@media only screen and (min-width: 1140px) {

/* ===============
    Maximal Width
   =============== */

	#pictureheader {
		height: 600px;
	}

    .wrapper {
        width: 1100px; /* 1140px - 10% for margins */
        margin: 0 auto;
    }
}

@media only screen and (min-width: 1400px) {

/* ===============
    Maximal Width
   =============== */

	#pictureheader {
		background-position: center 20px;
	}
}


/* ================
    Retina Support 
   ================ */

@media only screen and (-webkit-min-device-pixel-ratio: 1.5) {

	header h1#logo {
		background-size: 200px auto !important;
		background: url(../img/logo-kimheusser-medium@2x.png) no-repeat;
	}

	a.totop {
		background-size: 50px 50px !important;
	}
	
	#intro a.totop,
	#referenzen a.totop {
		background: url(../img/arrow-white@2x.png) center 35px;
	}
	
	#intro a.totop:hover,
	#referenzen a.totop:hover {
		background: url(../img/arrow-white@2x.png) center 25px;
	}
	
	#dienstleistungen a.totop {
		background: url(../img/arrow-blue@2x.png) center 35px;
	}
	
	#dienstleistungen a.totop:hover {
		background: url(../img/arrow-blue@2x.png) center 25px;
	}
	
	#kontakt a.totop {
		background: url(../img/arrow-red@2x.png) center 35px;
	}
	
	#kontakt a.totop:hover {
		background: url(../img/arrow-red@2x.png) center 25px;
	}
	
	#pictureheader {
		background-size: 640px 400px !important;
		background: url(../img/portrait-small@2x.jpg) center 40px no-repeat;
    }

	@media only screen and (min-width: 640px) {
		#pictureheader {
			background-size: 950px 500px !important;
			background: url(../img/portrait-medium@2x.jpg) center 40px no-repeat;
		}
	}

	@media only screen and (min-width: 950px) {
		#pictureheader {
			background-size: 100% auto !important;
			background: url(../img/portrait-wide@2x.jpg) center 70px no-repeat;
		}
	}
	@media only screen and (min-width: 1400px) {
		#pictureheader {
			background-position: center 20px;
			background-size: 100% auto !important;
		}
	}
}




/* ==========================================================================
   Helper classes
   ========================================================================== */

.ir {
    background-color: transparent;
    border: 0;
    overflow: hidden;
    *text-indent: -9999px;
}

.ir:before {
    content: "";
    display: block;
    width: 0;
    height: 150%;
}

.hidden {
    display: none !important;
    visibility: hidden;
}

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

.invisible {
    visibility: hidden;
}

.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    *zoom: 1;
}

/* ==========================================================================
   Print styles
   ========================================================================== */

@media print {
    * {
        background: transparent !important;
        color: #000 !important; /* Black prints faster: h5bp.com/s */
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    /*
     * Don't show links for images, or javascript/internal links
     */

    .ir a:after,
    a[href^="javascript:"]:after,
    a[href^="#"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group; /* h5bp.com/t */
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    @page {
        margin: 0.5cm;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}</pre></body></html>