<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@font-face{ font-family: 'Rubik';font-style: normal;font-weight: 300;src: local(''), url('../fonts/rubik/rubik_300.woff2') format('woff2'), url('../fonts/rubik/rubik_300.woff') format('woff'); }
@font-face{ font-family: 'Rubik';font-style: normal;font-weight: 400;src: local(''), url('../fonts/rubik/rubik.woff2') format('woff2'), url('../fonts/rubik/rubik.woff') format('woff'); }
@font-face{ font-family: 'Rubik';font-style: normal;font-weight: 700;src: local(''), url('../fonts/rubik/rubik_700.woff2') format('woff2'), url('../fonts/rubik/rubik_700.woff') format('woff'); }

*{
	margin: 0px;
	padding: 0px;
	box-sizing: border-box;
}

body{
	font-family: 'Rubik', sans-serif;
	font-size: 22px;
	line-height: 30px;
	color: #707070;
	font-weight: 300;
	padding-top: 92px;
	overflow-x: hidden;
}

.maxwidth{
	max-width: 1200px;
	margin: 0 auto;
}

.clear{ clear: both; height: 0px;}

h1,h2,h3,h4,h5,h6{
	font-weight: 700;
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	-ms-hyphens: auto;
	hyphens: auto;
}

h1,h2{
	color: #4E7BAD;
}

h1{
	font-size: 66px;
	line-height: 80px;
	margin-bottom: 50px;
}

h2{
	font-size: 56px;
	line-height: 60px;
	margin-bottom: 50px;
}
#faq .col-lg-6 h2{
        font-size: 36px;
        line-height: 45px;
}
.nowrap{
	white-space: nowrap
}
h3{
	font-size: 40px;
	line-height: 46px;
	margin-top: 50px;
	margin-bottom: 30px;
}

h4,h5,h6{
	font-size: 30px;
	line-height: 36px;
	margin-top: 50px;
	margin-bottom: 20px;
}

hr{
	margin: 50px 0;
	border: 0px;
	height: 4px;
	width: 100%;
	background-color: #eee;
}

img{
	max-width: 100%;
}

p{
	margin-bottom: 2rem;
}

a{
	color: #4E7BAD;
}

a:hover{
	color: #143E73;
}

strong{
	font-weight: 700;
}

ul, ol{
	margin-left: 20px;
}

td,th{
	padding: 20px;
}

th{
	background-color: #eee;
}

tr{
	border-bottom: 2px solid #eee;
}

.btn{
	background-color: #4E7BAD;
	color: #fff;
	font-weight: 300;
	border-radius: 50px;
	font-size: 18px;
	line-height: 24px;
	padding: 8px 20px;
	box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.1);
	transition: background-color ease-in 0.2s 0.1s;
}

.btn:hover{
	text-decoration: none;
	background-color: #143E73;
	color: #fff;
	transition: background-color ease-in 0.3s;
}

.copyright{
	font-size: 14px;
	line-height: 18px;
	margin-bottom: 0px;
	text-align: right;
}

/* //////////////// HEADER */

#header{
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	background-color: #fff;
	z-index: 999;
	box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.1);
	padding: 26px 30px 20px 30px;
}

#logo img{
	max-width: 300px;
	float: left;
}

/* //////////////// MAINMENU */

.navbar{
	padding: 0px;
}

#mainmenu ul{
	margin: 0px;
}

#mainmenu ul &gt; li a{
	font-size: 20px;
	color: #9d9d9d;
	padding-left: 15px;
	padding-right: 15px;
	transition: color ease-in 0.2s;
}

#mainmenu ul &gt; li a:hover{
	color: #143E73;
	transition: color ease-in 0.2s;
}

/* //////////////// SECTIONS */

section{
	padding: 200px 0;
}

section p:last-of-type{
	margin-bottom: 0px;
}

#hero{
	background: rgb(20,62,115);
	background: linear-gradient(324deg, rgba(20,62,115,1) 37%, rgba(78,123,173,1) 100%);
	/* background-image: url('../images/buergerbus-bg.jpg');
	background-size: 100%;
	background-attachment: fixed; */
	color: #fff;
	min-height: 700px;
	position: relative;
	padding-top: 360px;
}

#hero .introtext{
	position: relative;
	z-index: 99;
}

#hero h1{
	color: #fff;
	margin-bottom: 20px;
}

#hero .subtitle{
	font-size: 34px;
}

#hero .buergerbus-mockup{
	position: absolute;
	right: -230px;
	top: 50px;
}

#info{
	padding-top: 300px;
	background-image: url('../images/buergerbus-vektor.png');
	background-repeat: no-repeat;
	background-position: left -160px center;
}

.gallery{
	padding-bottom: 200px;
}

.gallery img{
	border: 10px solid #fff;
	box-shadow: 0px 8px 30px 0px rgba(0,0,0,0.1);
	margin: 20px 0;
}

#vorteile .vorteile-item{
	margin: 40px 0 20px 0;
}

#vorteile h3{
	margin-top: 0px;
}

#vorteile h2,
#erfahrungen h2{
	text-align: center;
}

#erfahrungen .erfahrung-item{
	box-shadow: 0px 8px 30px 0px rgba(0,0,0,0.1);
	margin-bottom: 50px;
}

#erfahrungen .erfahrung-item:last-of-type{
	margin-bottom: 0px;
}

#erfahrungen .erfahrung-item .erfahrung-inner p:last-of-type{
	margin-bottom: 0px;
}

#erfahrungen .erfahrung-item .erfahrung-inner{
	padding: 60px;
}

#erfahrungen .name{
	font-size: 18px;
}

#kontakt{
	background: rgb(20,62,115);
	background: linear-gradient(324deg, rgba(20,62,115,1) 37%, rgba(78,123,173,1) 100%);
	color: #fff;
}

#kontakt h2{
	color: #fff;
}

#kontakt a{
	color: #fff;
	text-decoration: underline;
}
.elementIframe {
  position: relative;
  background: #F0F0F0;
  z-index: 1;
}
.elementIframe[data-loaded="1"] {
  background: #FFF;
}
.elementIframe .iFramePlaceholderBeforeLoad {
  height: 100%;
  cursor: pointer;
}
.elementIframe .map-placeholder{
  padding: 0.3rem 1rem;
  /*top: calc(20% - 1rem);*/
  text-align: center;
  height: 540px;
}
.elementIframe .iFramePrivacyNotice a {
  pointer-events: auto;
}
.elementIframe[data-loaded="1"] .iFramePrivacyNotice {
  display: none;
}
.elementIframe iframe {
  border: none;
  position: relative;
  width: 100%;
  /*z-index: -1;*/
}
.elementIframe[data-loaded="1"] iframe {
  position: unset;
}
a.box {
  text-decoration: underline;
}

/* //////////////// FOOTER */

#footer{
	background-color: #313131;
	color: #aaa;
	font-size: 14px;
	line-height: 16px;
	padding: 20px 0;
}

#footer ul{
	margin: 0px;
}

#footer .nav a{
	color: #aaa;
}

#footer .nav li{
	margin-right: 10px;
	padding-right: 10px;
	border-right: 1px solid #555;
}

#footer .nav li:last-of-type{
	margin-right: 0;
	padding-right: 0;
	border-right: 0;
}

/* //////////////// TOPSCROLLER &amp; QUICKLINK */

#topscroller{
	width: 40px;
	height: 40px;
	background-color: #4E7BAD;
	background-image: url('../images/arrow-top.png');
	background-repeat: no-repeat;
	background-position: center;
	background-size: 26px;
	position: fixed;
	right: 20px;
	bottom: 20px;
	cursor: pointer;
	border-radius: 4px;
	box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.1);
	transition: background-color ease-in 0.2s 0.1s;
}

#topscroller:hover{
	background-color: #143E73;
	transition: background-color ease-in 0.3s;
}

#ql-login{
	position: fixed;
	top: 20%;
	right: 0px;
	z-index: 999;
}

#ql-login a{
	display: block;
	background-color: #4E7BAD;
	color: #fff;
	padding: 10px 10px 10px 20px;
	border-top-left-radius: 50px;
	border-bottom-left-radius: 50px;
	font-size: 16px;
	line-height: 18px;
	text-align: center;
	transition: background-color ease-in 0.2s 0.1s;
	box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.1);
}

#ql-login a:hover{
	text-decoration: none;
	background-color: #143E73;
	transition: background-color ease-in 0.3s;
}

/* ////////////////////////////////////////////////////////////////////////////// */


@media (max-width: 1500px) {
	
	#info{
		background-size: 630px;
	}
	
}
	
	
@media (max-width: 1199px) {
	
	body{
		padding-top: 0px;
	}
	
	.maxwidth{
		max-width: 90%;
	}
	
	section{
		padding: 100px 0;
	}
	
	#header{
		padding: 22px 30px 10px 30px;
		position: relative;
	}
	
	#logo{
		text-align: center;
	}
	
	#logo img{
		float: none;
	}
	
	#mainmenu{
		justify-content: center;
		margin-top: 10px;
	}
	
	#mainmenu ul{
		margin-left: 0 !important;
	}
	
	#hero{
		padding-top: 250px;
	}
	
	#hero .buergerbus-mockup{
		width: 700px;
	}
	
	#hero .introtext{
		text-shadow: 0px 3px 12px rgba(0,0,0,0.3);
	}

}

@media (max-width: 991px) {
	
	h2 br{
		display: none;
	}
	
	.navbar{
		justify-content: flex-end;
	}
	
	.navbar .icon-bar{
		display: block;
		width: 30px;
		height: 3px;
		margin: 6px 0;
		background-color: #fff;
	}
	
	.navbar-toggler{
		background-color: #4e7bad;
	}
	
	#header{
		padding: 22px 0 10px 0;
	}
	
	#hero{
		min-height: 500px;
		padding-top: 180px;
	}
	
	#hero .buergerbus-mockup{
		top: 20px;
	}

	#info{
		padding-top: 100px;
		background-image: none;
	}
	
	.gallery{
		padding-bottom: 100px;
	}
	
	#erfahrungen .erfahrung-item{
		padding: 20px;
	}
	
	#erfahrungen .erfahrung-item .erfahrung-inner{
		padding: 0;
	}
	
	/* #ql-login{
		top: auto;
		bottom: 50px;
	}
	
	#topscroller{
		display: none !important;
	} */
	
}

@media (max-width: 767px) {
	
	section{
		padding: 50px 0;
	}
	
	#info{
		padding-top: 50px;
	}
	
	.gallery{
		padding-bottom: 50px;
	}
	
	#erfahrungen .erfahrung-item img{
		margin: 0 auto 20px auto;
		max-width: 250px;
		display: block;
		border-radius: 6px;
	}
	
	#vorteile .vorteile-item img{
		max-width: 100px;
		display: block;
		margin: 0 auto 20px auto;
	}
	
	#vorteile .vorteile-item img{
		width: 100%;
		max-width: auto;
	}
	
}

@media (max-width: 575px) {
	
	h1{
		font-size: 50px;
		line-height: 60px;
		margin-bottom: 30px;
	}
	
	h2{
		font-size: 42px;
		line-height: 50px;
		margin-bottom: 30px;
	}
	
	h3{
		font-size: 30px;
		line-height: 38px;
		margin-bottom: 20px;
	}
	
	h4,h5,h6{
		font-size: 24px;
		line-height: 30px;
	}
	
	#hero .buergerbus-mockup{
		display: none;
	}
	
	#preise img{
		margin-top: 50px;
	}
	
	#footer .nav{
		justify-content: center;
	}
	
}

@media (max-width: 450px){
	
	#logo img{
		max-width: 90%;
		margin-bottom: 20px;
	}
	
	#hero{
		min-height: 400px;
		padding-top: 100px;
	}
	
}
</pre></body></html>