<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*
Theme Name: Harder Reith GmbH
Theme URI: http://www.harderreith.de
Author: Matthias Klindworth
Author URI: http://www.k-evolution.de
Description: Template WordPress
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: Harder &amp; Reith GmbH, Hamburger Strasse 18, 27419 Sittensen
*/

@import url('https://fonts.googleapis.com/css?family=Roboto:100,300,400,500,700');

body {
	padding-top: 400px;
	background: #eee;
	color: #222;
}
@media (max-width:800px) {
	body {
		padding-top: 250px;
	}
}
h1, h2, h3, h4, h5,
.h1, .h2, .h3, .h4, .h5,
h1 *, h2 *, h3 *, h4 *, h5 *,
.h1 *, .h2 *, .h3 *, .h4 *, .h5 * {
	font-family: 'Roboto', sans-serif !important;
	color: #132c6f;
	font-weight: 400;
	text-transform: uppercase;
	display: block;
}
input[type=submit],
.btn-hr {
	background: #132c6f;
	color: white;
	border: none;
}
input[type=submit] *,
input[type=submit]:Hover,
.btn-hr *,
.btn-hr:Hover {
	color: white !important;
}
input[type=submit]:Hover,
.btn-hr:Hover {
	background: #2b427e;
}


/*		Teaser
***********************************/
#teaser {
	position: absolute;
	top: 40px;
	top: 60px;
	left: 0;
	right: 0;
	z-index: 1;
}
	#teaser img {
		width: 100%;
		height: auto !important;
		opacity: 0.9;
		-webkit-opacity: 0.9;
	}
	#teaser #bottom {
		position: absolute;
		bottom: 0px;
		left: 0px;
		right: 0px;
		height: 10px;
		background: -moz-linear-gradient(top,rgba(0,0,0,0) 0%,#eee 100%);
	  background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,rgba(0,0,0,0)),color-stop(100%,#eee));
	  background: -webkit-linear-gradient(top,rgba(0,0,0,0) 0%,#eee 100%);
	  background: -o-linear-gradient(top,rgba(0,0,0,0) 0%,#eee 100%);
	  background: -ms-linear-gradient(top,rgba(0,0,0,0) 0%,#eee 100%);
	  background: linear-gradient(to bottom,rgba(0,0,0,0) 0%,#eee 100%);
	  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000',endColorstr='#eee',GradientType=0);
	}
	
/*		Header
***********************************/
.navbar {
	height: 65px;
	height: 85px;
	height: 100px;
	border-color: #b6b6b6;
	z-index: 100;
}
.navbar * {
	z-index: 2;
}
	.navbar-brand img {
		margin-right: 15px;
	}
		.navbar-brand div {
			color: #132c6f;
			font-family: 'Roboto', sans-serif;
			font-size: 22px;
			font-size: 32px;
			line-height: 32px;
			font-weight: 500;
		}
		.navbar-brand span {
			display: block;
			font-size: 0.7em;
			font-weight: 300;
			line-height: 25px;
			max-width: 60vw;
		}
		.navbar-brand span small {
			font-size: 0.7em;
			line-height: 10px;
		}
@media (max-width: 1200px) {
	.navbar-brand {
		position: absolute;
	}
	.navbar-brand img {
		margin-right: 5px;
	}
	.navbar-brand div {
		font-size: 16px;
		line-height: 20px;
		padding-left: 5px;
	}
	.navbar-brand span {
		line-height: 15px;
		max-width: 20vw;
	}
}
@media (max-width: 800px) {
	.navbar-brand {
		position: absolute;
	}
	.navbar-brand img {
		margin-right: 5px;
	}
	.navbar-brand div {
		font-size: 16px;
		line-height: 20px;
		padding-left: 5px;
	}
	.navbar-brand span {
		line-height: 10px;
		max-width: 60vw;
	}
}
	.navbar-nav &gt; li &gt; a {
		padding-top: 22px;
		padding-top: 32px;
		padding-top: 37px;
		height: 65px;
		height: 85px;
		height: 100px;
		text-transform: uppercase;
	}
	.navbar-nav &gt; li.active &gt; a {
		background-color: #132c6f !important;
		color: #fff !important;
	}
.navbar-nav &gt; li {
	position: relative;
}
.navbar-nav &gt; li &gt; ul {
	display: none;
	position: absolute;
	background: #fff;
	list-style: none;
	margin: 0;
	padding: 10px;
	border: 1px solid #132c6f;
}
.navbar-nav &gt; li:Hover &gt; ul {
	display: block;
}
.navbar-nav &gt; li &gt; ul a {
	color: inherit;
}
.navbar-nav &gt; li &gt; ul a:Hover,
.navbar-nav &gt; li &gt; ul li.active a {
	background-color: inherit;
	color: inherit;
}
@media (max-width: 800px) {
	.navbar-collapse {
		top: 0px !important;
		margin-top: 25px;
		border: none !important;
		z-index: 999;
	}
	.navbar-nav &gt; li &gt; a {
		padding-top: 10px;
		height: auto;
		background: #fff !important;
	}
}
.navbar button {
	z-index: 999;
}

/*		Body
***********************************/
#body {
	box-shadow: 0px 0px 3px #132c6f;
	box-shadow: 0 -1px 2px #333;
	background: #fff;
	position: relative;
	z-index: 2;
	padding: 50px;
}
	#body * {
		text-align: justify;
	}
	#body article small {
		display: block;
		margin-top: 5px;
	}
	#body article {
		clear: both;		
	}
	#body article img {
		margin-top: 20px;
		width: 100%;
		height: auto;
	}
	#body article p {
		text-align: left;
	}
.home #body {
	display: none !important;
}

/*		Footer
***********************************/
footer {
	box-shadow: 0px 0px 3px #132c6f;
	box-shadow: 0 -1px 2px #333;
	background: #132c6f;
	position: relative;
	z-index: 2;
	padding: 50px !important;
}
	footer * {
		color: #fff;
	}
	footer h4 {
		font-size: 20px;
		margin-bottom: 20px;
	}
	footer a {
		display: block;
	}
	footer a:Hover {
		color: #fff;
	}
	footer ul,
	footer ul li {
		list-style: none;
		margin: 0;
		padding: 0;
	}
	footer ul li:before {
		font-family: FontAwesome;
   	content: "\f00c\00a0";
	}
	footer ul.menu li:before {
		content: none;
	}
.home footer {
	margin-top: 300px;
}
@media (max-width: 1000px) {
	.home footer {
		margin-top: 0;
	}
}

/* Aside */

aside &gt; div {
	padding: 20px 20px 0px 20px !important;
	overflow: hidden;
	background: #282828;
}
aside h2,
aside h3,
aside h4 {
	font-size: 1em;
	font-weight: bold;
	margin-bottom: 10px;
	clear: both;
	color: #fff !important;
	/*overflow: hidden;*/
}
	aside div &gt; * {
		margin-bottom: 25px;
	}
	aside * {
		width: auto;
		font-weight: normal;
		color: #fff !important;
	}
	aside ul {
		margin: 0;
		padding: 0;
	}
	aside li {
		margin: 0;
		list-style: none;
		border-top: 1px solid #ccc;
		padding: 5px;
	}
	aside li:first-child {
		border: none;
	}
	aside li:Hover,
	aside .current-cat {
		background: #545454;
	}
	aside .tagcloud * {
		white-space: nowrap;
		margin: 0 10px 10px 0;
		float: left;
		line-height: 1.5em;
		font-size: 1em !Important;
	}
	.searchform &gt; div {
		display: -webkit-box;
	  display: -webkit-flex;
	  display: -ms-flexbox;
	  display: flex;
	  -webkit-flex-wrap: wrap;
	      -ms-flex-wrap: wrap;
	          flex-wrap: wrap;
	}
	.searchform &gt; div &gt; * {
		max-height: 40px;
	}
	.searchform input[type=text] {
		color: #000 !important;
		-webkit-box-flex: 1;
	  -webkit-flex: 0 0 79%;
	      -ms-flex: 0 0 79%;
	          flex: 0 0 79%;
	  max-width: 79%;
	}
	.searchform input[type=submit] {
		color: #000 !important;
		text-align: center;
		-webkit-box-flex: 1;
	  -webkit-flex: 0 0 20%;
	      -ms-flex: 0 0 20%;
	          flex: 0 0 20%;
	  max-width: 20%;
	  padding: 5px 10px;
		border: 1px solid #ccc;
	  background: #fafafa;
		background: -moz-linear-gradient(top,  #fafafa 0%, #f2f2f2 100%);
		background: -webkit-linear-gradient(top,  #fafafa 0%,#f2f2f2 100%);
		background: linear-gradient(to bottom,  #fafafa 0%,#f2f2f2 100%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fafafa', endColorstr='#f2f2f2',GradientType=0 );
	}
		.searchform button * {
			display: none;
		}
		.search-form button .screen-reader-text {
			display: inline-block;
			font-size: 1.1em;
		}
	@media(max-width:1000px) {
		.searchform input[type=text] {
			-webkit-box-flex: 0;
		  -webkit-flex: 0 0 59%;
		      -ms-flex: 0 0 59%;
		          flex: 0 0 59%;
		  max-width: 59%;
		}
		.searchform input[type=submit] {
			-webkit-box-flex: 0;
		  -webkit-flex: 0 0 40%;
		      -ms-flex: 0 0 40%;
		          flex: 0 0 40%;
		  max-width: 40%;
		}
	}
	
	.pagination &gt; div &gt; *,
	.widget .tagcloud a,
	.widget.widget_tag_cloud a,
	.wp_widget_tag_cloud a {
		color: #333 !important;
		padding: 5px 10px;
		border: 1px solid #ccc;
		background: #fafafa;
		background: -moz-linear-gradient(top,  #fafafa 0%, #f2f2f2 100%);
		background: -webkit-linear-gradient(top,  #fafafa 0%,#f2f2f2 100%);
		background: linear-gradient(to bottom,  #fafafa 0%,#f2f2f2 100%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fafafa', endColorstr='#f2f2f2',GradientType=0 );
		text-decoration: none !important;
	}
.screen-reader-text {
	display: none;
}

/* Row */
/*
	.row {
	  display: -webkit-box;
	  display: -ms-flexbox;
	  display: flex;
	  -ms-flex-wrap: wrap;
	  flex-wrap: wrap;
	  margin-right: -15px;
	  margin-left: -15px;
	}
		.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col,
		.col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm,
		.col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md,
		.col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg,
		.col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl,
		.col-xl-auto {
		  position: relative;
		  width: 100%;
		  min-height: 1px;
		  padding-right: 15px;
		  padding-left: 15px;
		}

		.col {
		  -ms-flex-preferred-size: 0;
		  flex-basis: 0;
		  -webkit-box-flex: 1;
		  -ms-flex-positive: 1;
		  flex-grow: 1;
		  max-width: 100%;
		}
		.col-auto {
		  -webkit-box-flex: 0;
		  -ms-flex: 0 0 auto;
		  flex: 0 0 auto;
		  width: auto;
		  max-width: none;
		}

		.col-1 {
		  -webkit-box-flex: 0;
		  -ms-flex: 0 0 8.333333%;
		  flex: 0 0 8.333333%;
		  max-width: 8.333333%;
		}

		.col-2 {
		  -webkit-box-flex: 0;
		  -ms-flex: 0 0 16.666667%;
		  flex: 0 0 16.666667%;
		  max-width: 16.666667%;
		}

		.col-3 {
		  -webkit-box-flex: 0;
		  -ms-flex: 0 0 25%;
		  flex: 0 0 25%;
		  max-width: 25%;
		}

		.col-4 {
		  -webkit-box-flex: 0;
		  -ms-flex: 0 0 33.333333%;
		  flex: 0 0 33.333333%;
		  max-width: 33.333333%;
		}

		.col-5 {
		  -webkit-box-flex: 0;
		  -ms-flex: 0 0 41.666667%;
		  flex: 0 0 41.666667%;
		  max-width: 41.666667%;
		}

		.col-6 {
		  -webkit-box-flex: 0;
		  -ms-flex: 0 0 50%;
		  flex: 0 0 50%;
		  max-width: 50%;
		}

		.col-7 {
		  -webkit-box-flex: 0;
		  -ms-flex: 0 0 58.333333%;
		  flex: 0 0 58.333333%;
		  max-width: 58.333333%;
		}

		.col-8 {
		  -webkit-box-flex: 0;
		  -ms-flex: 0 0 66.666667%;
		  flex: 0 0 66.666667%;
		  max-width: 66.666667%;
		}

		.col-9 {
		  -webkit-box-flex: 0;
		  -ms-flex: 0 0 75%;
		  flex: 0 0 75%;
		  max-width: 75%;
		}

		.col-10 {
		  -webkit-box-flex: 0;
		  -ms-flex: 0 0 83.333333%;
		  flex: 0 0 83.333333%;
		  max-width: 83.333333%;
		}

		.col-11 {
		  -webkit-box-flex: 0;
		  -ms-flex: 0 0 91.666667%;
		  flex: 0 0 91.666667%;
		  max-width: 91.666667%;
		}

		.col-12 {
		  -webkit-box-flex: 0;
		  -ms-flex: 0 0 100%;
		  flex: 0 0 100%;
		  max-width: 100%;
		}
.col img {
	max-width: 100%;
	height: auto;
}
*/
/* Formulare */
label {
	margin-top: 15px;
	display: block;
	font-weight: bold;
}
input[type=text],
input[type=email],
textarea {
	display: block;
	padding: 5px 10px;
	border-radius: 2px;
	width: 100%;
	height: auto;
	border: 1px solid #ccc;
	font-size: 1em;
}
.submit {
	font-size: 1.1em;
	font-weight: bold;
	margin-top: 15px;
	padding: 5px 10px !important;

}</pre></body></html>