@charset "UTF-8";
/**
 * Copyright (C) 2009 2st-online.de
 *
 * This program is free software: you can redistribute it and/or
 * modify it under the terms of the GNU Lesser General Public
 * License as published by the Free Software Foundation, either
 * version 2.1 of the License, or (at your option) any later version.
 * 
 * This program is distributed in the hope that it will be useful,
 * but WITHOUT ANY WARRANTY; without even the implied warranty of
 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
 * Lesser General Public License for more details.
 * 
 * You should have received a copy of the GNU Lesser General Public
 * License along with this program. If not, please visit the Free
 * Software Foundation website at http://www.gnu.org/licenses/.
 *
 * @author     W.Steiger <info@2st-online.de>
 * @license    LGPL
 * @version    1.0
**/


.clear{clear:both;display:block;overflow:hidden;visibility:hidden;width:0;height:0}

body { 
font-family: 'Droid Sans',Helvetica,Arial;
background: #E8E8E8;
}


#wrapper  {   
 margin: 0 auto;
 background: #fff
}
#wrapper.fullscreen #main { 	width: 100%; }
	
#logo {	height: 47px; 	overflow: hidden; }

header { width: 100%; display: block; }

/* Galerie */
.ref-bottom img {
	width: 180px;
	  height: 120px;
    overflow: hidden;
	 padding: 0.5em
}

nav {   }

#main {  margin-bottom: 1.5em  }

div.bottom { clear: both; }

#header-img img {  width: 100%; margin: 0   }
#container { margin-top: 1.625em  }

/* front slider */

div.lof-main-wapper {   } /* Steuerung in @media */
.lof-ass .preload { 	background-color: transparent; }

.front_content { /* Breite Steuerung in @media */
position: absolute; overflow: hidden; 
color: #222; 
bottom: 0.25em; 
padding: 0.75em; 
margin: 2em;
background: rgba(255, 255, 0255, 0.8); }

.front_content h3 { font-size: 3em;  margin-bottom: 0.25em;  }

.front_content.seo { right: 0;   }
.front_content.it, 
.front_content.help  {  /* bottom: auto; margin: 0em; padding: 2em; height: 26em  */  }

.front_content.seo h3,
.front_content.it h3 { /* font-size: 3em;  */ }

.front_content a { 	color: inherit;  }
.front_content a:hover { color: #C6030B; text-decoration: none;  }

.lof-ass { border: 0  }
.lof-inner {
	vertical-align: bottom;
	height: 300px
}

.lof-ass .lof-previous {	background: transparent url(../images/arrow-l.png) no-repeat; margin-left: 0.5em  }
.lof-ass .lof-next {	background: transparent url(../images/arrow-r.png) no-repeat; margin-right: 0.5em }
a.lof-previous, a.lof-next { text-decoration: none }
/* titles */

h1 {
	font-size: 2.5em; 
	font-size: 2em;
	line-height: 1.1471em;
	margin: 0 0 0.3824em; 
}

h2 {
	font-size: 2em;
	line-height: 1.2381em;
	margin: 0 0 0.619em;  
}

h3, .pageheading {
	font-size: 1.25em;
	line-height: 1em;
	margin: 0 0 1em; 
}
.pageheading { font-weight: bold; }

h4, h1.h4, span.blue {
	font-size: 1.25em;
	line-height: 1em;
	margin: 0 0 1em 0;
	border-top: 1px solid #E5E5E5;
	border-left: 0;
	border-right: 0;
	padding-top: 1.5em;
}

h1.h4 { padding: 1em 0 1em 0; text-align: center; margin: 1.25em 0 1.5em 0;
border-bottom: 1px solid #E5E5E5;  }

.icon { height: 18px; width: 18px; float: left;
background: url(../images/icons_small.png); 
margin-right: 5px; }

.icon.tel { background-position: -85px -10px; }
.icon.fax { background-position: -110px -35px; }
.icon.email { background-position: -35px -85px; }


pre { border-left:5px solid #c6030b;
background: #eaeaea;
font-family:'Curier New',monospace;
padding: 1em;
}

/* Small text */
small, .small, .smalldark, .mosimage_caption, .createby, .modifydate, .img_caption {
	font-size: 0.8em;
	color: #444;
	margin: 0 0 2.6em;
}

/* Normal link */
a {	color: #c6030b }

a:hover, a:active, a:focus {	color: #000 }

/* comman stuff */

.headings  {  margin-top: -10em;
padding: 1em; position: absolute; margin-left: 0em; 
	background: rgba(255, 255, 0255, 0.8);  }
	
.headings h1 { margin-bottom: 0.1em;  	}

.inv { display: none; }

hr {
	border-top: 1px solid #e5e5e5;
	border-right: 0;
	border-left: 0;
	border-bottom: 0;
	height: 1px;
	clear: both;
}

/* browser selection */
::-moz-selection  {
background: #c6030b;
color: white;
}
::selection  {
background: #c6030b;
color: white;
}

/* Tips, Error, Message, Hightlight*/

.hilfe {
	background: #F0F8FF url(../images/hilfe.png) no-repeat 20px;
	border-top: 3px solid #9ebed7;
	border-bottom: 3px solid #9ebed7;
	display: block;
	padding: 20px;
	padding-left: 70px;
	margin: 0 0 1.5em 0; 
	clear: both;
}

p.intro { font-size: 1.25em; }

p.error {
	padding-left: 25px;
	color: #c6030b;
	background: url(../images/icon-error.gif) no-repeat top left;
}

p.message {
	padding-left: 25px;
	color: #006699;
	background: url(../images/icon-info.gif) no-repeat top left;
}


.highlight {
	padding: 1px 5px;
	background: #FFFF47;
	font-weight: bold;
}

/* Tooltips */
.tool-tip {
	float: left;
	border: 1px solid #CCCC00;
	padding: 5px;
	background: #FFFF47;
	max-width: 200px;
}

.tool-title {
	padding: 0;
	margin: 0;
	padding-bottom: 5px;
	font-size: 100%;
	font-weight: bold;
}

.tool-text {
	margin: 0;
	font-size: 100%;
}

/* Small quote */
.small-quote {
	font-style: italic;
	margin-bottom: 0.75em;
}

.small-quote span.open-quote {
	padding-top: 8px;
	padding-left: 20px;
	background: url(../images/so-q.gif) no-repeat center left;
}

.small-quote span.close-quote {
	padding-top: 8px;
	padding-right: 20px;
	background: url(../images/sc-q.gif) no-repeat center right;
}

/* Bildpositionierung */

img { border: none; }

.left{ 
float:left; 
margin: 4px 12px 0px 0px; 
} 
.right { 
float:right; 
margin: 4px 0px 0px 12px; 
} 
.center { 
display: block;
} 

.prefix_3 { margin-left: 165px; }

/* frontpage */

.img-container {    float: left; }

.img-container  {
	height: auto;
  	margin-bottom: 0em
/*	width in @media  */
}

.img-container a p, .img-container a:hover,
.img-container:hover h3 {
     color: #222; text-decoration: none; 
}
.img-container a h3 {
	color: #c6030b
}
.img-container h3 { margin-bottom: 0; padding-bottom: 0.75em;  	  }

.img-container img,
.img-container:hover img  { margin: 0; padding: 0  }
/* effekte opacity delay / transparenz in @media */

/* footer */

footer { clear: both; display: block; padding: 1.5em 0 0 0;  }
footer a {
	 text-decoration: none;
	 color: #222;
} 

#copyright { text-align: center; clear: both; padding: 1.5em }

p.bottom { 
	border-top: 1px solid #e5e5e5;
	border-bottom: 1px solid #e5e5e5;
	padding-top: 1em;
	padding-bottom: 1em;
	margin:0;
	text-align: center;
}
p.bottom a { 	color: #222 }

/* readon */

a.readon:link, a.readon:visited { float: right; }
a.readon:hover {  }

/* contact form - details in @media */

.kontakt-img { font-style: italic; font-size: 0.9em;  }
.kontakt-img img { padding-top: 0.75em; margin: 0;   }

div.chronoform { display: none;}
#chronoform_Kontakt, .Chronoform { 	display: table; 	}

.LV_invalid {	font-size: 11px;}
.contact input.invalid,.contact textarea.invalid {
border:solid 1px #66CC00; 
}
.contact label.invalid, .validation-advice {
color: #c6030b;
}
.contact label, label.textarea {	display: block; }

input, textarea, select { margin: 2px 0 2px 0; border: 1px solid #e5e5e5; 
padding: 2px; }


.button {padding: 4px 7px 5px 7px;  background: #e5e5e5 url(../images/btn_stretch.png) 0 0 repeat;; }
.button:hover {padding: 4px 7px 5px 7px; background: #e5e5e5 url(../images/btn_stretch.png) 0 0 repeat; color: #fff  }
.button { position: relative; 
left: 150px; 
border: 0;
-moz-border-radius: 6px; 
-webkit-border-radius: 6px; 
border-radius: 6px; 
}

#nachricht, input[type=text], textarea {
	width: 227px; padding: 2px
}

/* boxen c- Joomla Template */

.item-page .c { 	float: left; text-align: center;  font-size: 0.75em; font-style: italic; line-height: 1.25em;
margin-bottom: 1.5em; padding: 1%; width: 20%; margin-right: 4%;  }
.item-page .c.d { 	margin-right: 0  }
.item-page .c img { display: block;  margin: 0 auto }
.item-page .c:hover { background: #eaeaea; }

/* boxen */
.box, .box1 { border-top: 1px solid #e5e5e5; padding: 1.5em 0 0.5em 0  }
.asdbox1 { border-bottom: 1px solid #e5e5e5; padding: 1em 0 1.5em 0  }
.box-container, .box1-container { margin-bottom: 1.5em  }
.box:hover, .box1:hover   { background: #f0f8ff; }
.box a,.box1 a { float: right; margin-right: 1em   } 

/* listen */ 

ul.fragen { margin-bottom: 0; }
ul.fragen a { text-decoration: none; }

ul.liste1, ul.liste2 { 	list-style: none; padding-left: 0.25em; }

#ohne li { background-image: none;  }

ul.liste1 li {
  margin-left: 0em; 
  padding-top: 0.3em;
  padding-bottom: 0.3em;
  padding-left: 2em;
  background: url(../images/li-checkbox.gif) 0 center no-repeat;
  line-height: 1.25em;
}

ol.liste2 { }

ol.liste2 li  {
  margin-left: 37px;
  padding-left: 6px;
  padding-bottom: 0.75em; 
}

ul.liste2 li {
  margin-bottom: 0.5em; 
  margin-left: 1em;  
  padding-left: 0.25em;
  list-style: circle;
}

ul.liste2 li strong { font-size: 1.1em }
ul.liste2 a { color: #222 }
ul.liste2 a strong { color: #c6030b }

ul.linkliste {padding-left: 2em;  }
ul.linkliste a,
ul.liste2 li a { text-decoration: none; }
ul.linkliste a:hover { text-decoration: underline; }


img.u_schrift { position: absolute; }

span.readon {
	display: block;
	width: 100%;
	background: #cfcfcf;
	height: 14px;
}
span.readon a {
	background: #999999;
	color: #fff;
	padding: 0 10px 0 10px;
	text-decoration: none;
	border-left: 1px solid #fff;
	line-height: 14px;
	font-size: 11px;
	float: right;
	display: none;
}


/* Referenzen */

.blog-ref img {
	/* width in Media */
	display: block;
	float: none; padding: 2%;
	margin-bottom: 0.5em;
}

p.refimg { display: block; padding: 5%;  width: 90%;  background: url(../images/bg2.gif) repeat;  }
p.refimg img { margin: 0 auto;  display: block; height: auto }

.blog-ref .readmore { 	 }
.blog-ref strong {  	 }
.blog-ref p { margin: 0  }

.blog-ref img,
.item-page-ref img  {
-moz-box-shadow: 4px 4px 4px #666;
-webkit-box-shadow: 4px 4px 4px #666;
box-shadow: 4px 4px 4px #666;

border: 1px solid #eaeaea
}

.blog-ref img {   }
.blog-ref img:hover { opacity: 1;   
  -moz-transition-delay: 0s;
    -moz-transition-duration: 300ms;
    -moz-transition-property: all;
    -moz-transition-timing-function: ease;  }

/* category */

.category-desc {
	margin-bottom: 2em;
}
table.category { width: 100% 	}


table.category td, #tableOrdering { padding: 0.75em; }
table.category td:hover { 	 }

#tableOrdering { text-align: left;  background: #404040; width: 100%; font-size: 14px; }

#tableOrdering a { color: #fff; text-decoration: none; }

td.list-title a {
	font-weight: bold; text-decoration: none; padding-left: 12px; 
	background: url(../images/arrow2a_black.png) no-repeat 0 center;
}

.hidelabeltxt { display: none; }

.cat-list-row0 { }
.cat-list-row1 { background: #eaeaea }

/* LiveValidation */

.LV_validation_message{ font-weight: normal; }

/* seobox */
div.seo_link a, 
a.seo:link, a.seo:hover,
a.seo:visited { color: #404040; text-decoration: none; font-style: italic  }
 
div.seo_link { border-top: 1px solid #e5e5e5; border-bottom: 1px solid #e5e5e5; padding: 1.25em 0 1.5em 0  }

div.seo_link .zopen {
/* background: url(../images/so-q.gif) no-repeat scroll right top transparent; padding: 0 20px 0 20px; */
}
div.seo_link .zclose {
/*
background:url(../images/sc-q.gif) no-repeat scroll right top transparent;
padding: 0 20px 0 0; visibility: visible; */ }

div.seo_link h6 { margin-bottom: 0.5em; }


/* COMMON STYLE */

body.contentpane {
	width: auto; /* Printable Page */
	margin: 1em;
	font-size: 0.9em;
}

/* pagination */

#main .pagination ul li {
padding: 0; margin: 0; background-image: none; list-style: none	
}
ul.pagination {
	margin: 15px auto;
	padding: 10px 0;
}

ul.pagination li {
	display: inline;
	background: none;
}

ul.pagination li span{
	padding: 2px 5px;
}

ul.pagination a {
	padding: 2px 5px;
	border: 1px solid #Fff;
}

ul.pagination a:hover, ul.pagination a:active, ul.pagination a:focus {
	border: 1px solid #E5e5e5;
}

.pagenavbar {
	padding-left: 14px;
}

.pagenavcounter {
	padding: 8px 14px 0 14px;
}
p.counter, ul.pagination { text-align: center!important; }


/* positions - rows - cols - article - dertails in @media */

.article-info, .create { padding: 0; margin: 0; font-style: italic;
color: #a6a6a6; }

.article_separator {
	border: solid 1px #2e3844;
	display: none;
	margin: 0px 0 0px 0;
}

.article_row { overflow: hidden; }

.item-separator { clear: both; height: 1.5em; }
.blog-more {  padding:10px 5px }


.t_left {	width: 49%; float: left; clear: both }
.t_right {	width: 46%; float: right; }


/* accordion - Details in @media */

.mooaccordionicon {
	border: 1px solid #eaeaea!important;
	background-color: #eaeaea!important;
	margin-left: 1em!important;
}

.mooaccordion {
	padding: 0.8em;
	padding-bottom: 0.75em;
	padding-top: 0.75em;
	display: block;
	background: #fff url(../images/btn_stretch.png) 0 -1px repeat-x; 
} 

#myaccordionid {
	width: auto;
	margin-bottom: 1.75em;
	margin-top: 0em;

}

.mooaccordion:hover, .template2opened {
	background: #f2f2f2;
  color: #fff;
  background: #db2e2e url(../images/btn_stretch.png) 0 -3px repeat-x; 
}


.mooaccordioncontainer div {
margin-bottom: 0.5em;
background: #f2f2f2;
}
.mooaccordioncontainer div p { padding: 1em; margin: 0}

.mooaccordioncontainer div ul {
 margin-top: 0.75em;	
}

.callback {
	float: right;
	margin-top: 0em;
	margin-right: 10%;
	margin-left: 10%;
	margin-bottom: 1.25em;
}


/* offen evtl. löschen 

span.sig-pseudo-caption, span.sig-caption { display: none }
div#lbCaption { font-weight: normal }

body.contentpane .item-page-fullscreen  { margin-top: 0px!important; }
body.contentpane .pageheading { display: none; }
*/


