<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
/*
* Skeleton V1.2
* Copyright 2011, Dave Gamache
* www.getskeleton.com
* Free to use under the MIT license.
* http://www.opensource.org/licenses/mit-license.php
* 6/20/2012
*/

/* #Imports
================================================== */
@import url('/templates/css/skeleton/form.css');
@import url(https://fonts.googleapis.com/css?family=Roboto:400,700);

/* #Classes
================================================== */
.tar{
    text-align: right;
}
.tal{
    text-align:left;
}
.tac{
    text-align: center;
}
.pull-left{
    float: left !important;
}
.pull-right{
    float: right !important;
}

.box {
    background-color: rgba(0,0,0,0.7);
    padding: 10px;
    margin-bottom: 15px;
    float: left;
    width: 100%;
    box-sizing: border-box;
}

/* #General
================================================== */

body {
    color: #fff;
    font-family: 'Roboto', Arial, sans-serif;
}

div img,
div a img{
    max-width: 100%;
}

div a.csdl_aic img {
    width: auto;
}

h1,h2,h3,h4,h5,h6{
    color: #fff;
    font-family: 'Roboto', sans-serif;
    font-size: 20px;
    border-bottom: #fff solid 1px;
    line-height: 24px;
}
h1{ }
h2{ 
    line-height: 27px;
}
h3{
    border-bottom: 0;
    font-size: 16px;
    font-weight: bold;
}
h4{ }
h5{ }

.notd {
    text-decoration: none !important;
}

#wrapper a,
#wrapper a:active, 
#wrapper a:hover {
    color: #fff;
    text-decoration: underline;
}

input[type="search"] {
    background-color: #fff;
    border-radius: 3px;
    border: #000 solid 1px;
}

strong {
    color: inherit;
}

p {
    clear: both;
    margin-bottom: 10px;
}

.phone {
    display: none;
}


/* #Page Styles
================================================== */

#wrapper {
    margin-top: 10px;
}

#background {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

#logo {
    position: relative;
}

#logo img {
    margin-bottom: 9px;
}

#logotext {
    float: right;
    font-size: 11px;
    line-height: 16px;
}

#logotext a {
    text-decoration: none;
}

#menu ul, #dc_tabs {
    margin-bottom: 0;
}

#menu ul li, #dc_tabs li {
    margin-bottom: 0;
    border-bottom: #fff solid 1px;
    font-size: 16px;
    min-height: 27px;
    line-height: 25px;
}
#menu ul li:last-of-type, #dc_tabs li:last-of-type {
    border-bottom: none;
}

#menu ul li a, #dc_tabs li a {
    text-decoration: none;
    display: block;
}

#menu ul li a.current1 {
    color: #d10944;
}

#middle:empty {
    padding: 0;
}

#dc_tabs a.active {
    color: #d10944;
}

#dc_tabs a.active:after {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f0da";
    float: right;
    margin-top: 6px;
    color: #fff;
}

#search {
    float: left;
    width: 100%;
}
#facebook{
	float: left;
	margin-top: 15px;
	margin-bottom: 20px;
	padding: 0;
}
#facebook iframe{
	width: 100%;
}
#facebook iframe .pam{
	
}
#facebook a {
	float: left;
	margin: 0 10px 0 0;
}
.block {
    clear: left;
}

.block div {
    margin-bottom: 0;
    padding-bottom: 0;
}

a.active, #wrapper a.active {
    color: #d10944;
}

#menuicons {
    float: right;
}
#menutoggle {
    float: left;
    width: 100%;
    background-color: rgba(0,0,0,0.7);
    color: #fff;
    padding: 0 5px;
    box-sizing: border-box;
    font-size: 24px;
    line-height: 42px;
}

#menutoggle i {
    padding: 0 2px;
}

#menutogglec i {
    padding-left: 0;
}


#menuspan {
    text-transform: uppercase;
    font-weight: normal;
    font-size: 18px;
}

#projekte, #aktuelles {
    font-size: 16px;
}
#projekte a, #aktuelles a {
    text-decoration: none;
    display: block;
}

/* Fancybox */
span.fncb_fancy_title {
    font-size:12px;
    font-weight:bold;
}
span.fncb_fancy_displaycounter {
    font-size:11px;
}
#fancybox-title {
    line-height:16px;
    text-align:left;
}
#fncb_bottomNavClose {
    cursor:pointer;
    display:block;
}
/* Fancybox END */

#searchForm2 {
    position: relative;
    margin: 0;
    float: left;
    width: 100%;
}
#searchText2 {
    border-radius: 5px;
    border-color: #9D9D9C;
    color: #9D9D9C;
    padding: 5px 7px 5px 7px;
    box-sizing: border-box;
    margin: 0;
    background-color: #fff;
}
#searchFa2 {
    position: absolute;
    top: 0;
    right: 0;
    color: #9D9D9C;
    padding: 5px 10px 5px 10px;
    cursor: pointer;
}

#contents {
    position: relative;
    float: left;
}

#hide {
    position: absolute;
    right: 10px;
    cursor: pointer;
    width: auto;
}

#contentsWrap {
    position: relative;
    float: left;
}

#contentsWrap, #left {
    margin-top: 45px;
}

#lefthide {
	float: left;
	position: relative;
    }
    
    i.black {
	color: #000;
    }
    i.white {
	color: #fff;
    }

/* #Media Queries
================================================== */

/* Smaller than standard 960 (devices and browsers) */
@media only screen and (max-width: 959px) {

}

/* Bigger than iPhone landscape (devices and browsers) */
 @media only screen and (min-width: 767px) {
 	
 } 

/* All Mobile Sizes (devices and browser) */
@media only screen and (max-width: 767px) {
    html {
	background: none !important;
    }
    .box {
	background: none;
	padding: 5px;
    }
    body {
	color: #1d1d1b;
    }
    a, #wrapper a, a:hover, a:active, #wrapper a:hover, #wrapper a:active {
	color: #d10944;
    }

    h1 {
	color: #d10944;
	font-weight: bold;
    }

    h2 {
	color: #d10944;
	font-weight: bold;
	border-bottom: 0;
    }
	
	#facebook{
 		display: none;
 	}


    .pc {
	display: none;
    }
    .phone {
	display: block;
    }

    div.row {
	margin-bottom: 10px;
    }


    #logotext {
	display: none;
    }
    #search {
	display: none;
    }
    #dc_tabs {
	display: none;
    }
    #left {
	margin-bottom: 20px;
    }
    #menuall {
	float: left;
	width: 100%;
    }
    #menu {
	margin-top: 10px;
	padding: 0;
    }
    #menu, #projekte, #aktuelles {
	margin-bottom: 0;
	padding-top: 0;
	padding-bottom: 0;
	background-color: rgba(0,0,0,0.7);
	color: #fff;
	border-bottom: #fff solid 1px;
    }
    #menu ul li a, #projekte a, #aktuelles a, #projekte a:hover, #aktuelles a:hover, #menu ul li a:hover, #menuicons a, #menuicons a:hover{
	color: #fff;
    }
    #menu ul li a.current1, #projekte a.active, #aktuelles a.active {
	color: #fff;
	font-weight: bold;
    }
    #projekte, #aktuelles {
	height: 27px;
	line-height: 25px;
    }
    #menu ul li, #dc_tabs li {
	padding: 0 5px;
    }
    #menutogglec {
	float: left;
	min-width: 50%;
	cursor: pointer;
    }
    
    #lefthide {
	width: 100%;
    }
    
    #contentsWrap, #left  {
	margin-top: 0;
    }
    
    #logo {
	text-align: center;
    }
    
    #logo img{
	max-width: 340px;
	margin: 0 auto;
    }
    
    #kontakt_block_2 {
    	margin-top: 10px;
	}
    
    #dynamiccontent .box.kontakt .bild {
    	margin-bottom: 0;
	}
	
	#dynamiccontent .kontakt .text {
    	margin-bottom: 15px;
	}
}

/* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */
@media only screen and (max-width: 479px) {}


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