/* reset */
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,font,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td {border:0; font-size:100%; margin:0; padding:0;}
a {outline:none;}
table {border-collapse:collapse; border-spacing:0;}
fieldset,img {border:0;}
img {vertical-align:bottom;}
del,ins {text-decoration:none;}
caption,th {text-align:left;}
h1,h2,h3,h4,h5,h6 {font-size:100%; font-weight:normal;}
q:before,q:after {content:'';}
abbr,acronym {border:0; font-variant:normal;}
sup,sub {height:0; line-height:1; vertical-align:baseline; _vertical-align:bottom; position:relative;}
sup {bottom:1ex;}
sub {top:.5ex;}
legend {color:#000;}
input,button,textarea,select,optgroup,option {font-family:inherit; font-size:inherit; font-style:inherit; font-weight:inherit;}
input,button,textarea,select {font-size:100%;}/* open-sans-600 - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 600;
  src: url('../fonts/open-sans-v15-latin-600.eot'); /* IE9 Compat Modes */
  src: local('Open Sans SemiBold'), local('OpenSans-SemiBold'),
       url('../fonts/open-sans-v15-latin-600.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/open-sans-v15-latin-600.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/open-sans-v15-latin-600.woff') format('woff'), /* Modern Browsers */
       url('../fonts/open-sans-v15-latin-600.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/open-sans-v15-latin-600.svg#OpenSans') format('svg'); /* Legacy iOS */
}
/* open-sans-regular - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/open-sans-v15-latin-regular.eot'); /* IE9 Compat Modes */
  src: local('Open Sans Regular'), local('OpenSans-Regular'),
       url('../fonts/open-sans-v15-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/open-sans-v15-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/open-sans-v15-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('../fonts/open-sans-v15-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/open-sans-v15-latin-regular.svg#OpenSans') format('svg'); /* Legacy iOS */
}

/* TEMPLATE CSS
*********************************************/
html, body {
	margin:0;
	padding:0;
	background:#fff;
	font-family: 'Open Sans', sans-serif;
}

/* LAYOUT
*********************************************/

/* Floats */
.float-left {float:left;}
.float-right {float:right;}
.group:before, .group:after {content:""; display:table;}
.group:after {clear:both;}
.ie7 .group {zoom:1;}

/* Media Queries
*********************************************/

/* Landscape phones and down */
@media (max-width: 480px) { 
  
}
 
/* Landscape phone to portrait tablet */
@media (max-width: 767px) { 
  
}
 
/* Portrait tablet to landscape and desktop */
@media (min-width: 768px) and (max-width: 979px) { 
  
}
 
/* Large desktop */
@media (min-width: 1200px) { 
  
}

/* IMK
*********************************************/

div#all {
    width: 900px;
    margin: auto;
}

header {
    height: 450px;
    margin-left: 20px;
    padding-bottom: 40px;
}

div#topnav {
    position: absolute;
    top: 54px;
    width: 400px;
    margin-left: 440px;    
}

div#mainnav div.moduletable {
    border: 0;
    padding: 0;
    margin:0;
}


div#mainnav {
    background: url(../images/menue_down.png) no-repeat;
    width: 280px;
    height: 40px;
    position: absolute;
    z-index: 99;
    left: 50%;
    top: 119px;
    margin-left: 168px;
    overflow: hidden;
}

div#mainnav h3 {
    position: absolute;
    bottom: 16px;
    margin-left: 0;
    font-size: 12px;
    font-weight: 600;
    margin-top: 0;
    height: auto;
    background: none;
}

div#mainnav:hover {
    height: 240px;
    background: url(../images/menue_up_bg.png) left bottom no-repeat;
}

div#headerimage {
    top: 120px;
    position: relative;
}

div#subnav {
    background: #E2E9F7;
    height: 30px;
    top: 120px;
    position: relative; 
    width: 860px;
}

img.logo {
    position: absolute;
    z-index: 99;
}

#content {
    margin: 0 0 0 20px;
    width: 600px;
    float: left;
}

footer {
    height: 225px;
    margin: 0 20px 0 20px;
    border-top: 1px solid #AFC5E8;
    color: #afc5e8;
    font-weight: 600;
    font-size: 10px;
    padding-top:6px;
}

a.pathway {
    color: #afc5e8;
    font-weight: 600;
    font-size: 10px;
    text-decoration: none;
}

div#fleft {
    width: 600px;
    float: left;
    top: 10px;
    margin-left: 20px
}

div#fcenter {
    width: 300px;
    float: left;
    top: 10px;
    position: relative;
    margin-top: -54px;
    left: 50%;
    margin-left: -130px;
}

div#fcenter img{
    margin: 40px 40px 0 0;
}

div#fright {
    width: 220px;
    float: left;
    top: 10px;
    text-align: right;
}

div#topnav li {
    display: inline;
    float:right;
}

div#topnav a, div#topnav span {
    text-decoration: none;
    color: #000;
    font-size: 10px;
}

div#topnav a.red {
    color: #E30513;
    font-weight: 600;
}

div#topnav a:hover {
    color: #0077BE;
}

div#topnav span {
    padding: 0 5px 0 5px;
}

div#mainnav a {
    color: #000;
    font-size: 10px;
    font-weight: 600;
    text-decoration: none;
    line-height: 14px;
    margin-left: 0;
}

div#mainnav a:hover {
    color: #0077BE;
}

div#mainnav li {
    display: block;
    width: 100px;
    margin-left: 20px;
    float: left;
    height: 30px;
    line-height: 10px;
    border-bottom: 1px solid #0077BE;
}

div#mainnav ul.nav.menu {
    margin-top: 40px;
}

div#mainnav:hover ul.nav.menu {
    margin-top: 10px;

}

div#sidebar {
    width: 260px;
    float: right;
    padding-right: 20px;
    margin-top: 13px;
}

div.blog-featured div.item {

    float: left;
    display: block;
    width: 220px;
    border: 1px solid #AFC5E8;
    margin: 0 38px 40px 0;
    height: 100px;
    padding: 40px 20px 10px 20px;
}

div.blog-featured div.item p img {
    float: right;
    padding-left: 20px;
}

div.blog-featured div.item-image {
    position: absolute;
    margin-top: -41px;
    margin-left: -21px;
}

div.blog-featured div.item h2 {
    position: absolute;
    z-index: 5;
    margin: -35px 0 0 0;
    font-size: 12px;
    font-weight: 600;
}

div.blog-featured div.item h2 a {
    text-decoration: none;
    color: #000;
}

div.blog-featured div.item p {
    font-size: 10px;
}

p.readmore a, div.moduletable a {
    text-decoration: none;
    color: #0077BE;
    font-weight: 600;
    margin-left: 65px;
}

div.moduletable {
    margin-bottom: 60px;
    border: 1px solid #AFC5E8;
    padding-bottom: 10px;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 10px;
    font-size: 10px;
    height:116px;
}

div.moduletable h3 {
    width: 260px;
    margin-left: -21px;
    margin-top: -24px;
    height: 34px;
    font-size: 12px;
    font-weight: 600;
    padding-left: 20px;
    padding-top: 6px; 
    background: url(../images/Content_Header_leer.png);
}

div.moduletable.wetter {
    border: 0;
    padding: 0;
    height:530px;
    margin-top: -13px;
}

div.moduletable.trocknung h3 {
    background: url(../images/Content_Header_02_Gebaeudetrocknung.png);
}

div.item-page {
    margin-right: 40px;
}

div.item-page h2, div.item-page h2 a {
    text-decoration: none;
    font-size: 16px;
    font-weight: 600;
    color: #0077BE;
    margin-bottom: 10px;
}

div.item-page h3 {
    font-size: 12px;
    color: #0077BE;
    font-weight: 600;
    margin-bottom: 30px;
}

div.item-page p {
    font-size: 1em;
    margin-bottom: 40px;
}

div#subnav ul {
    margin-left: 20px;
}
div#subnav li {
    float: left;
    display: inline;
    margin-right: 10px;
    margin-top: 6px;
}

div#subnav li.divider {
    margin-right: 10px;
}

div#subnav a, div#subnav li {
    font-size:12px;
    font-weight:600;
    text-decoration: none;
    color:#0077BE;
}

div#subnav li.current a {
    color: black;
}

form {
    font-size: 10px;
    font-family: 'Open Sans';
}

div.moduletable.form {
    height: auto;
}

div.qlform input {
    width: 400px;
    height: 18px;
    background: #e2e9f7;
    border: 1px solid #0077BE;    
    margin-bottom: 5px;
}

div.qlform select {
    height: 18px;
    background: #e2e9f7;
    border: 1px solid #0077BE; 
    margin-bottom: 5px;
}

div.qlform textarea {
    width: 396px;
    height: 50px;
    background: #e2e9f7;
    border: 1px solid #0077BE;    
}

div.qlform label {
    width: 115px;
    height: 18px;
    color: #0077BE;
    font-weight:600;
    float:left;
}

div.qlform input[type=submit] {
    margin-top: 5px;
    font-weight: 600;
    margin-left: 115px;
    width: 150px;
}

div.author {
    display: none;
}

a {
    text-decoration: none;
}

b, strong {
    font-weight:600;
}

div.noframe {
    border:none;
    padding-top: 0;
}

div.noframe p {
    margin-bottom: 10px;
}

div.noframe a, div.moduletable.karte a {
    margin-left: 0 !important;
}

div#map {
    width: 220px;
    height: 220px;
}

div.moduletable.karte {
    height: 247px;
}

.bild-rechts {
    padding-left: 40px;
	float:right;
}

.bild-links {
    padding-right: 40px;
	float:left;
}

.custom.twentyfive {
    position: absolute;
    margin-left: -220px;
    margin-top: -205px;
	z-index: 1000;
}

@media (max-width: 1290px) { 

	.custom.twentyfive {
		margin-left: 25px;
		margin-top: -275px;
	}
	
	.custom.twentyfive  img {
		width: 160px;
	}

}/**
 * @copyright	Copyright (C) 2005 - 2013 Open Source Matters, Inc. All rights reserved.
 * @license		GNU General Public License version 2 or later; see LICENSE.txt
 */

/* System Messages */
#system-message {
	margin-bottom: 10px;
	padding: 0;
}

#system-message > dt {
	font-weight: bold;
	display: none;
}

#system-message > dd {
	margin: 0;
	font-weight: bold;
	text-indent: 30px;
}

#system-message > dd > ul {
	color: #0055BB;
	background-position: 4px top;
	background-repeat: no-repeat;
	margin-bottom: 10px;
	list-style: none;
	padding: 10px;
	border-top: 3px solid #84A7DB;
	border-bottom: 3px solid #84A7DB;
}

#system-message > dd > ul > li {
	line-height: 1.5em;
}

/* System Standard Messages */
#system-message > .message > ul {
	background-color: #C3D2E5;
	background-image: url(../images/notice-info.png);
}

/* System Error Messages */
#system-message > .error > ul,
#system-message > .warning > ul,
#system-message > .notice > ul {
	color: #c00;
}

#system-message > .error > ul {
	background-color: #E6C0C0;
	background-image: url(../images/notice-alert.png);
	border-color: #DE7A7B;
}

/* System Warning Messages */
#system-message > .warning > ul {
	background-color: #E6C8A6;
	background-image: url(../images/notice-note.png);
	border-color: #FFBB00;
}

/* System Notice Messages */
#system-message > .notice > ul {
	background-color: #EFE7B8;
	background-image: url(../images/notice-note.png);
	border-color: #F0DC7E;
}
/**
 * @copyright	Copyright (C) 2005 - 2013 Open Source Matters, Inc. All rights reserved.
 * @license		GNU General Public License version 2 or later; see LICENSE.txt
 */

/* Import project-level system CSS */
@import url(../../../media/system/css/system.css);

/* Unpublished */
.system-unpublished, tr.system-unpublished {
	background: #e8edf1;
	border-top: 4px solid #c4d3df;
	border-bottom: 4px solid #c4d3df;
}

span.highlight {
	background-color:#FFFFCC;
	font-weight:bold;
	padding:1px 4px;
}

.img-fulltext-float-right {
	float: right;
	margin-left: 10px;
	margin-bottom: 10px;
}

.img-fulltext-float-left {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}

.img-fulltext-float-none {
}

.img-intro-float-right {
	float: right;
	margin-left: 5px;
	margin-bottom: 5px;
}

.img-intro-float-left {
	float: left;
	margin-right: 5px;
	margin-bottom: 5px;
}

.img-intro-float-none {
}/**
 * @copyright	Copyright (C) 2005 - 2013 Open Source Matters, Inc. All rights reserved.
 * @license		GNU General Public License version 2 or later; see LICENSE.txt
 */

/* Form validation */
.invalid { border-color: #ff0000; }
label.invalid { color: #ff0000; }

/* Buttons */
#editor-xtd-buttons {
	padding: 5px;
}

.button2-left,
.button2-right,
.button2-left div,
.button2-right div {
	float: left;
}

.button2-left a,
.button2-right a,
.button2-left span,
.button2-right span {
	display: block;
	height: 22px;
	float: left;
	line-height: 22px;
	font-size: 11px;
	color: #666;
	cursor: pointer;
}

.button2-left span,
.button2-right span {
	cursor: default;
	color: #999;
}

.button2-left .page a,
.button2-right .page a,
.button2-left .page span,
.button2-right .page span {
	padding: 0 6px;
}

.page span {
	color: #000;
	font-weight: bold;
}

.button2-left a:hover,
.button2-right a:hover {
	text-decoration: none;
	color: #0B55C4;
}

.button2-left a,
.button2-left span {
	padding: 0 24px 0 6px;
}

.button2-right a,
.button2-right span {
	padding: 0 6px 0 24px;
}

.button2-left {
	background: url(../images/j_button2_left.png) no-repeat;
	float: left;
	margin-left: 5px;
}

.button2-right {
	background: url(../images/j_button2_right.png) 100% 0 no-repeat;
	float: left;
	margin-left: 5px;
}

.button2-left .image {
	background: url(../images/j_button2_image.png) 100% 0 no-repeat;
}

.button2-left .readmore,
.button2-left .article {
	background: url(../images/j_button2_readmore.png) 100% 0 no-repeat;
}

.button2-left .pagebreak {
	background: url(../images/j_button2_pagebreak.png) 100% 0 no-repeat;
}

.button2-left .blank {
	background: url(../images/j_button2_blank.png) 100% 0 no-repeat;
}

/* Tooltips */
div.tooltip {
	float: left;
	background: #ffc;
	border: 1px solid #D4D5AA;
	padding: 5px;
	max-width: 200px;
	z-index:13000;
}

div.tooltip h4 {
	padding: 0;
	margin: 0;
	font-size: 95%;
	font-weight: bold;
	margin-top: -15px;
	padding-top: 15px;
	padding-bottom: 5px;
	background: url(../images/selector-arrow.png) no-repeat;
}

div.tooltip p {
	font-size: 90%;
	margin: 0;
}

/* Caption fixes */
/* Caption fixes */
.img_caption .left {
        float: left;
        margin-right: 1em;
}

.img_caption .right {
        float: right;
        margin-left: 1em;
}

.img_caption .left p {
        clear: left;
        text-align: center;
}

.img_caption .right p {
        clear: right;
        text-align: center;
}

.img_caption  {
	text-align: center!important;
}

.img_caption.none {
	margin-left:auto;
	margin-right:auto;
}


/* Calendar */
a img.calendar {
	width: 16px;
	height: 16px;
	margin-left: 3px;
	background: url(../images/calendar.png) no-repeat;
	cursor: pointer;
	vertical-align: middle;
}
@media (max-width:880px){
    #headerimage > div:nth-child(1) > p:nth-child(1) > img:nth-child(1){
        width:80%;
        height:auto;
        margin-bottom:0px
    }
    div#topnav {
        margin-left: 240px;
    }
}
@media (max-width:720px){
    body{
        width:400px;
    }
    #headerimage > div:nth-child(1) > p:nth-child(1) > img:nth-child(1){
        display:none;
    }

    .wetter{
        display:none;
    }
    div#fleft {
        margin-left: 0px;
    }
    div#topnav {
        position:absolute;
        top:0px;
        margin-left: 200px;
        width:127px;
    }
    div#subnav{
        width:84px;
    }

    div#mainnav{
        left: 0%;
        margin-left:64px;
        top: 170px;
        height:400px;
    }
    div#topnav a, div#mainnav a, div#topnav span{
        font-size:14px;
        margin:0px;
    }
    div#mainnav li {
        width: 117px;
    }
    div#mainnav h3 {
        position: inherit;
    }
    .moduletable > a{
        font-size:14px;
        margin:2px;
    }

    img.logo{
        height:259px;
    }

    .item-page > table:nth-child(6) > tbody:nth-child(1) > tr:nth-child(1) > td:nth-child(1) > img:nth-child(1){
        width:400px;
    }
    div.item-page {
        padding-left: 5px;
        padding-right: 5px;
    }
    header,div.item-page,#content{
        margin:0;
    }

    div#fcenter{
        width:auto;
        float:left;
        top:0px;
        position:normal;
        margin-top:0px;
        left:auto;
        margin-left:0px;
    }

    div.blog-featured div.item{
        float:none;
    }
    div.blog-featured div.item h2 {
        position:relative;
        margin-top:0px;
        float:none;
        height:35px;
    }
    div.items-row h2 a {
        font-size:12px;
    }
    div.blog-featured div.item {
        border: none;
    }
    div#sidebar {
        float: left;
    }
    div.moduletable.wetter {
        height: 405px;
    }
    div.moduletable {
        margin-bottom:20px;
    }
    #content, div#all {
        width: 400px;
    }
    div#fleft {
        width: 340px;
    }
}