<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@import url(http://fonts.googleapis.com/css?family=Pacifico);

body{
	background-size:cover;
	height:100%;
}

.callus{
	position:fixed;
	height:auto;
	right:0;
	top:150px;
	z-index:50;
}

.callus-row{
	background-color:#313131;
	padding:25px;
}

.callus-row p{
	color:#fff !important;
}

.support-icon {
    font-size: 100px;
}

/*Intro*/

.intro-logo{
	margin-top:120px;
}

#callus{
	display:none;
	opacity:0.6;
}

#callus:hover{
	opacity:1;
}

.button.ghost{
	background:none !important;
	border:2px solid #fff;
	color:#fff !important;
	margin-top:60px;
}

/*Content*/

#startcontent{
	height:1000px;
}

.box-1{
	background-image:url(../images/background-ga.jpg);
	height:1000px;
	background-size:cover;
}

/*--NAVIGATION--*/

.navigation{
	background:none;
	border-bottom:1px solid #ccc;
	margin-top:25px;
	width:100%;
}

.nav-link-active {
    color: #3c3c3c;
    font-family:Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 15px;
    margin-left: 45px;
    margin-right: -25px;
    text-transform: uppercase;
}

.nav-link-active.active {
    color:#9E005D;
}

.nav-link-active.active a:hover {
    color:#9E005D;
}

/*Slide*/

.slide-1{
	height:550;
	margin-top:50px;
}
	
.slide-2{
	height:auto;
	margin-top:50px;
}

.slide-3{
	height:auto;
	margin-top:50px;
}

.slide-4{
	height:500px;
	margin-top:50px;
}

.slide-5{
	height:500px;
	margin-top:50px;
}

.slide-6{
	height:500px;
	margin-top:50px;
}

.slide-7{
	height:500px;
	margin-top:50px;
}

.circle-image{
	border: 5px solid #bfbfbf;
    border-radius: 300px;
    height: 350px;
    width: 350px;
	z-index:11;
}

.preisliste-angebot{
	margin-left:-120px;
	width:630px !important;
}

/*Angebotsliste*/

.art-beziechnung{
	background-color:#F2CCE5;
}

.accordion .accordion-navigation.active &gt; a, .accordion dd.active &gt; a {
	color:#fff;
    background-color:#313131 !important;
}

.accordion .accordion-navigation &gt; a, .accordion dd &gt; a {
    background: none repeat scroll 0 0 #eee;
	border-bottom: 1px solid #ccc;
    color: #222222;
    display: block;
    font-family: "Helvetica Neue",Helvetica,Roboto,Arial,sans-serif;
    font-size: 1rem;
    padding: 1rem;
}

@media only screen and (max-width: 40em) { 
	.map-sizing iframe {
    width: 470px !important;
	}
}</pre></body></html>