<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* general styles */
html, body {
  height: 100%;
  width: 100%;
}

/* padded section */
.pad-section {
  padding: 50px 0;
}
.pad-section img {
  width: 100%;
}

/* vertical-centered text */
.text-vcenter {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
}
.text-vcenter h1 {
  font-size: 4.5em;
  font-weight: 700;
  margin: 0;
  padding: 0;
}
#home h1, #home h3, #home p {
	color:#ffffff;
}
/* additional sections */
#home {
  background: url(../images/handy_unsplash.jpg) no-repeat center center fixed; 
  display: table;
  height: 100%;
  position: relative;
  width: 100%;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

#about {
}

#services {
  background-color: #306d9f;
  color: #ffffff;
}

#services .glyphicon {
  border: 2px solid #FFFFFF;
  border-radius: 50%;
  display: inline-block;
  font-size: 60px;
  height: 140px;
  line-height: 140px;
  text-align: center;
  vertical-align: middle;
  width: 140px;
}

#information {
  background: url(../images/desk_unsplash.jpg) no-repeat center center fixed; 
  display: table;
  height: 800px;
  position: relative;
  width: 100%;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
#information div.container {
	padding-top:30px;
}

#information .panel {
  opacity: 0.85;
}
.zahlen {
	font-size:1.2em;
	color:#C00B1E;
}

.fliesstext_md {
	font-size: 2em;
}
.hervorgehoben {
	font-size:1.2em;
	color:#C00B1E;
}
#google_map {
  height: 500px;
}
#kontakt div.container div.row div.col-sm-12 div.panel.panel-default div.panel-body.lead {
	font-size: 1em;
}
#kontakt div.container div.row div.col-sm-12 div.panel.panel-default div.panel-body.lead div#zeile2 h2 a {
	font-size: 0.5em;
	color:#333;
}
footer {
  padding: 20px 0;
}
footer .glyphicon {
  color: #333333;
  font-size: 60px;
}
footer .glyphicon:hover {
  color: #306d9f;
}
</pre></body></html>