<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">html,
body {
	font-family: 'Droid Sans', sans-serif;
	margin-bottom: 70px;
	font-size: 16px;
}


.slide-caption{
	color: #e5f2ff;
	font-size: 40px;
	text-shadow: -1px 0 black, 0 1px black, 1px 0 black, 0 -1px black;
}

a{
	color: #004484;
}

body {
        padding-top: 70px;
	margin-bottom: 70px;
	width: 100%;
}

.vereine{
	max-height: 80px;
	display: block;
    margin-left: auto;
    margin-right: auto 
}

#content-container {
    padding-left: 0px;
    padding-right: 0px;
}

.navbar {
    margin-bottom: 0px;
}

.nav{
	font-size: 16px;
	padding-top: 12px;
}

.navbar-logo{
/*	padding-left: 30px; */
	height: 70px;
}

.navMobileSubmenu a{
	color: #fff;
}

.odd{
	background: #e5f2ff;
}

.container-full {
	position: relative;
    width: 99.6vw;
    left: calc(-50vw + 50%);
}

.footer {
	text-align:right;
	padding-top: 15px;
	height: 85px;
}

#mobilebar ul li ul li a{
	font-size: 25px;
}

#mobilebar ul li ul li a{
	font-size: 18px;
}

#back{
	margin-bottom: 6px;
}

.navButton {
	-moz-box-shadow:inset 0px 0px 32px -16px #ffffff;
	-webkit-box-shadow:inset 0px 0px 32px -16px #ffffff;
	box-shadow:inset 0px 0px 32px -16px #ffffff;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #004484), color-stop(1, #00529e));
	background:-moz-linear-gradient(top, #004484 5%, #00529e 100%);
	background:-webkit-linear-gradient(top, #004484 5%, #00529e 100%);
	background:-o-linear-gradient(top, #004484 5%, #00529e 100%);
	background:-ms-linear-gradient(top, #004484 5%, #00529e 100%);
	background:linear-gradient(to bottom, #004484 5%, #00529e 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#004484', endColorstr='#00529e',GradientType=0);
	background-color:#004484;
	-moz-border-radius:30px;
	-webkit-border-radius:30px;
	border-radius:30px;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-size:19px;
	font-weight:bold;
	text-decoration:none;
	height: 200px;
}

.navButton center{
	  position: relative;
	  top: 40%;
	  -webkit-transform: translateY(-40%);
	  -ms-transform: translateY(-40%);
	  transform: translateY(-40%);
}

.navButton center img{
	padding-top:23px;
}

.navButton:hover {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #00529e), color-stop(1, #004484));
	background:-moz-linear-gradient(top, #00529e 5%, #004484 100%);
	background:-webkit-linear-gradient(top, #00529e 5%, #004484 100%);
	background:-o-linear-gradient(top, #00529e 5%, #004484 100%);
	background:-ms-linear-gradient(top, #00529e 5%, #004484 100%);
	background:linear-gradient(to bottom, #00529e 5%, #004484 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#00529e', endColorstr='#004484',GradientType=0);
	background-color:#00529e;
	color:#ffffff;
	  user-select:none;
}

.navButton a, .navButton a:active, .navButton a:link, .navButton a:hover, .navButton a:visited, .navButton a:focus, .navButton:active{
	color:#ffffff;
}

.navButton a h3, .navButton a:active h3, .navButton a:link h3, .navButton a:hover h3, .navButton a:visited h3{
	color:#ffffff;
}

.navButton:active {
	position:relative;
	top:1px;
	color:#ffffff;
}




.img-hover:hover {
    opacity: 0.8;
}

#header {
    height: 300px;
    margin-top: 2em;
}

#startCarousel {
    height: 100%;
}

#startCarousel .item,
#startCarousel .item.active,
#startCarousel .carousel-inner {
    height: 100%;
}

#startCarousel .item img {
    float: right;
    height: 100%;
}

#startCarousel .fill {
    width: 100%;
    height: 100%;
    background-position: center;
    background-size: cover;
}

#startCarousel .carousel-caption {
    text-align: left;
    bottom: 3em;
    left: 5em;
}

.small-carousel-control {
    width: 5%;
}

.inside{
	padding-left: 12px;
	padding-right: 12px;
	padding-bottom: 30px;
}

.arrow-up {
	width: 0;
	height: 0;
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	border-bottom: 5px solid #337AB7;
}


/* Responsive Styles */

@media(max-width:991px) {
    .customer-img,
    .img-related {
        margin-bottom: 30px;
    }
}

@media(max-width:767px) {
    .img-portfolio {
        margin-bottom: 15px;
    }

}

.btn-xlarge {
    padding: 18px 28px;
    font-size: 22px;
    line-height: normal;
    -webkit-border-radius: 8px;
       -moz-border-radius: 8px;
            border-radius: 8px;
  }

/*
*	DROPDOWN NAVBAR
*
*/

.dropdown-menu{
	 white-space: normal;
	 background: #bbd4eb;
	 margin-left: 14px;
	 margin-right: 14px;
}

.img&gt;.dropdown-menu{
   background-color: rgb(25, 185, 173);
   line-height: nowrap;
   white-space: nowrap;
}

.dropdown-menu li:hover {
    cursor: pointer;
}

.navbar-link{
	padding-left: 5px;
	color: black;
}

.dropdown:hover&gt;.dropdown-menu {
    display: block;
}

.dropdown-submenu {
    position: relative;
}
.dropdown-submenu&gt;.dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -6px;
    margin-left: -1px;
    -webkit-border-radius: 0 6px 6px 6px;
    -moz-border-radius: 0 6px 6px;
    border-radius: 0 6px 6px 6px;
}

.dropdown-submenu:hover&gt;.dropdown-menu {
    display: block;
}

.dropdown-submenu&gt;a:after {
    display: block;
    content: " ";
    float: right;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    border-left-color: #333;  /* Color of the little Arrows Right on Submenu */
    margin-top: 5px;
    margin-right: -10px;
}

.dropdown-submenu:hover&gt;a:after {
    border-left-color: #111;
}

.dropdown-submenu.pull-left {
    float: none;
}

.dropdown-submenu.pull-left&gt;.dropdown-menu {
    left: -100%;
    margin-left: 10px;
    -webkit-border-radius: 6px 0 6px 6px;
    -moz-border-radius: 6px 0 6px 6px;
    border-radius: 6px 0 6px 6px;
}


/*
CALENDER
*/

.calendar {
margin:.25em 10px 10px 0;
padding-top:5px;
float:left;
width:80px;
background:#ededef;
background:-webkit-gradient(linear,left top,left bottom,from(#ededef),to(#ccc));
background:-moz-linear-gradient(top,#ededef,#ccc);
font:bold 30px/60px Arial Black,Arial,Helvetica,sans-serif;
text-align:center;
color:#000;
text-shadow:#fff 0 1px 0;
-moz-border-radius:3px;
-webkit-border-radius:3px;
border-radius:3px;
position:relative;
-moz-box-shadow:0 2px 2px #888;
-webkit-box-shadow:0 2px 2px #888;
box-shadow:0 2px 2px #888
}

.calendar em {
display:block;
font:normal bold 11px/30px Arial,Helvetica,sans-serif;
color:#fff;
text-shadow:#00365a 0 -1px 0;
background:#04599a;
background:-webkit-gradient(linear,left top,left bottom,from(#04599a),to(#00365a));
background:-moz-linear-gradient(top,#04599a,#00365a);
-moz-border-radius-bottomright:3px;
-webkit-border-bottom-right-radius:3px;
border-bottom-right-radius:3px;
-moz-border-radius-bottomleft:3px;
-webkit-border-bottom-left-radius:3px;
border-bottom-left-radius:3px;
border-top:1px solid #00365a
}

.calendar:before,.calendar:after {
content:'';
float:left;
position:absolute;
top:5px;
width:8px;
height:8px;
background:#111;
z-index:1;
-moz-border-radius:10px;
-webkit-border-radius:10px;
border-radius:10px;
-moz-box-shadow:0 1px 1px #fff;
-webkit-box-shadow:0 1px 1px #fff;
box-shadow:0 1px 1px #fff
}

.calendar:before {
left:11px
}

.calendar:after {
right:11px
}

.calendar em:before,.calendar em:after {
content:'';
float:left;
position:absolute;
top:-5px;
width:4px;
height:14px;
background:#dadada;
background:-webkit-gradient(linear,left top,left bottom,from(#f1f1f1),to(#aaa));
background:-moz-linear-gradient(top,#f1f1f1,#aaa);
z-index:2;
-moz-border-radius:2px;
-webkit-border-radius:2px;
border-radius:2px
}

.calendar em:before {
left:13px
}

.calendar em:after {
right:13px
}

.gallery {
	display: flex;
	flex-flow: row wrap;
	justify-content: space-evenly;
	align-self: center;
	align-content: stretch;
	width: 100%;
}

.galleryEntry {
	position: relative;
	margin: 5px;
	height: 250px;
	box-shadow: 2px 2px 4px grey;
	top: 0px;
	right: 0px;
	transition: all ease-out 0.2s;
}

.galleryEntry:hover {
	top: -7px;
	right: 7px;
	scale: 1.03 1.03;
}


/*
WIDE IMAGES
*/

img.img-wide {
	max-width: 90%;
	width: auto;
	max-height: 240px;
	margin-left: auto; 
	margin-right: auto;
	display: block;
}</pre></body></html>