@import url("//hello.myfonts.net/count/252176");

  
@font-face {font-family: 'Baufra-SemiBold';src: url('webfonts/252176_0_0.eot');src: url('webfonts/252176_0_0.eot?#iefix') format('embedded-opentype'),url('webfonts/252176_0_0.woff') format('woff'),url('webfonts/252176_0_0.ttf') format('truetype');}
 
  
@font-face {font-family: 'Baufra-Light';src: url('webfonts/252176_1_0.eot');src: url('webfonts/252176_1_0.eot?#iefix') format('embedded-opentype'),url('webfonts/252176_1_0.woff') format('woff'),url('webfonts/252176_1_0.ttf') format('truetype');}
 
  
@font-face {font-family: 'Baufra-Bold';src: url('webfonts/252176_2_0.eot');src: url('webfonts/252176_2_0.eot?#iefix') format('embedded-opentype'),url('webfonts/252176_2_0.woff') format('woff'),url('webfonts/252176_2_0.ttf') format('truetype');}
 
  
@font-face {font-family: 'Baufra-Regular';src: url('webfonts/252176_3_0.eot');src: url('webfonts/252176_3_0.eot?#iefix') format('embedded-opentype'),url('webfonts/252176_3_0.woff') format('woff'),url('webfonts/252176_3_0.ttf') format('truetype');}
 
  
@font-face {font-family: 'Baufra-Medium';src: url('webfonts/252176_4_0.eot');src: url('webfonts/252176_4_0.eot?#iefix') format('embedded-opentype'),url('webfonts/252176_4_0.woff') format('woff'),url('webfonts/252176_4_0.ttf') format('truetype');}
 
  
@font-face {font-family: 'Baufra-DemiBold';src: url('webfonts/252176_5_0.eot');src: url('webfonts/252176_5_0.eot?#iefix') format('embedded-opentype'),url('webfonts/252176_5_0.woff') format('woff'),url('webfonts/252176_5_0.ttf') format('truetype');}

* {
	margin: 0px;
	padding: 0px;
}

body {
	font-family: 'Baufra-Medium';
	font-size: 14px;
	color: #ffffff;
}

#wrapper {
	width: 100%;
}

p {
	margin-bottom: 25px;
}

h1 {
	font-size: 32px;
	text-transform: uppercase; 
	font-weight: bold;
}

h1.normal {
	text-transform: none;
}

h2 {
	font-size: 26px;
	text-transform: uppercase; 
	font-weight: bold;
}

h3 {
	font-size: 14px;
	color: #990000;
	font-weight: bold;
	text-transform: uppercase; 
}

a {
	color: #ffffff;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

.line {
	border: none;
	border-top: 1px solid #990000;
	margin-bottom: 25px;
}

.button-link:hover {
	background-position: 0px -40px;
	text-decoration: underline;
}

a.link-double {
	font-size: 14px;
	display: block;
	height: 38px;
	color: #ffffff;
	padding-left: 50px;
	padding-top: 2px;
	background-image: url('../images/layout/pfeil_right.png');
	background-repeat: no-repeat;
	background-position: 0px 0px;
	text-decoration: none;
}

a.link-double:hover {
	background-position: 0px -40px;
	text-decoration: underline;
}

a.link-big {
	font-size: 14px;
	display: block;
	height: 30px;
	color: #ffffff;
	padding-left: 50px;
	padding-top: 10px;
	background-image: url('../images/layout/pfeil_right.png');
	background-repeat: no-repeat;
	background-position: 0px 0px;
	text-decoration: none;
}

a.link-big:hover {
	background-position: 0px -40px;
	text-decoration: underline;
}

a.link-small {
	font-size: 14px;
	display: block;
	color: #ffffff;
	padding-left: 20px;
	background-image: url('../images/layout/pfeil_small_right.png');
	background-repeat: no-repeat;
	background-position: 0 3px;
	text-decoration: none;
}

a.link-small:hover {
	background-position: 0px -18px;
	text-decoration: underline;
}

/* ---- individuelle �berschriften wegen des kleinen alnovo ---- */
#seo-suchmaschinenoptimierung h2 {
	text-transform: none;
}

#ueber_uns h2 {
	text-transform: none;
}

/* HEADER ----------------------------------- */
#header {
	z-index: 100;
	position: relative;
	height:	100px;
	background-color: #555555;
	width: 100%;
	border-bottom: 3px solid #990000;
}

#header .inside {
	width: 985px;
	margin: 0 auto;
}

#header .logo {
	margin-top: 7px;
	float: left;
}

#header .sprache {
	float: right;
	color: #ffffff;
}

#header .sprache a {
	font-size: 12px;
	padding: 1px;
	color: #ffffff;
	text-decoration: none;
}

#header .sprache a:hover {
	background-color: #990000;
}

#header .sprache .active {
	background-color: #990000;
	font-weight: bold;
}

/* Header Navigation*/
#nav-o-meter {
	display: none;
}
#header #mobile-navi {
	display: none;
}

#referenzen-navi {
	display: none;
}

/* Allgemeine Navigation */
#header .mod_navigation {
    display: block;
    z-index: 100;
    position: relative;
    float: right;
    margin-top: 7px;
    width: 560px;
    height: 93px;
    overflow: visible;
}

/* Hauptnavigation */
#header .mod_navigation ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

#header .mod_navigation ul li {
    position: relative;
    float: left;
    text-align: center;
}

/* Links und Spans */
#header .mod_navigation a,
#header .mod_navigation span {
    font-size: 12px;
    text-transform: uppercase;
    display: block;
    height: 47px;
    padding: 46px 1px 0;
    margin-right: 25px;
    color: #ffffff;
    text-decoration: none;
}

/* Letzter Navigationspunkt */
#header .mod_navigation .last a,
#header .mod_navigation .last span {
    margin-right: 0;
}

/* Hover- und aktive Elemente */
#header .mod_navigation a:hover,
#header .mod_navigation span,
#header .mod_navigation a.trail {
    background-color: #990000;
    text-decoration: underline;
    font-weight: bold;
}

/* Untermenüs (Level 2) */
#header .mod_navigation .level_2 {
    position: absolute;
    top: 93px;
    left: 0;
    border-top: 3px solid #990000;
    display: none;
    padding: 0 1px;
    background-color: #555555;
}

#header .mod_navigation ul li:hover ul.level_2 {
    display: block;
}

/* Untermenüpunkte */
#header .mod_navigation .level_2 li {
    text-align: left;
    clear: both;
    height: 18px;
}

#header .mod_navigation .level_2 a {
    padding: 0;
}

/* Breite der Hauptnavigationselemente */
#header .mod_navigation ul li.home a,
#header .mod_navigation ul li.home span {
    width: 46px;
}

#header .mod_navigation ul li.news a,
#header .mod_navigation ul li.news span {
    width: 45px;
}

#header .mod_navigation ul li.leistungen a,
#header .mod_navigation ul li.leistungen span {
    width: 94px;
}

#header .mod_navigation ul li.referenzen a,
#header .mod_navigation ul li.referenzen span {
    width: 97px;
}

#header .mod_navigation ul li.ueber_uns a,
#header .mod_navigation ul li.ueber_uns span {
    width: 77px;
}

#header .mod_navigation ul li.kontakt a,
#header .mod_navigation ul li.kontakt span {
    width: 67px;
}

/* Hover-Effekt für Untermenüs */
#header .mod_navigation ul li .level_2 li a:hover,
#header .mod_navigation ul li .level_2 li span {
    text-decoration: underline;
    background-color: transparent;
}

/* Inhalt Bereiche --------------------------------------------------- 
***********************************************************************/

/* Slogen / oberster Bereich mit Spruch und Referenzen im Hintergrund */
#top-container {
	position: relative;
	background-image: url('../images/layout/referenzen/hoffnung.jpg');
	background-color: #ffffff;
	height: 705px;
	width: 100%;
}

#top-container .dark-layer {
	position: absolute;
	z-index: 6;
	top: 0px;
	left: 0px;
	background-color: #000000;
	width: 100%;
	height: 700px;
}

#top-container .slogan-container {
	display: none;
	z-index: 10;
	width: 985px;
	height: 555px;
	margin: 100px auto;
	position: relative;
	overflow: hidden;
}

#top-container .slogan-container a {
	color: #C2C4C5;
}

* + html div#top-container .slogan-container {
   margin-top: 150px;
}

#top-container .slogan1, #top-container .slogan2, #top-container .slogan3, #top-container .slogan4  {
	position: absolute;
	line-height: 125px;
	text-transform: uppercase;
	font-family: 'Baufra-Bold';
	font-weight: bold;
	font-size: 110px;
	width: 985px;
	height: 550px;
	color: #C2C4C5;
}

#top-container .one {
	left: 0px;
}

#top-container .two {
	left: 985px;
}

#top-container .three {
	left: -1970px;
}

#top-container .four {
	left: -985px;
}

#top-container .switch-container {
	position: absolute;
	bottom: 0px;
	z-index: 10;
	width: 100%;
	height: 50px;
}

#top-container .switch-line {
	position: absolute;
	bottom:0px;
	left: 0px;
	width: 100%;
	height: 6px;
	background-color: #990000;
}

#top-container .switch {
	position: relative;
	z-index: 105;
	width: 985px;
	height: 50px;
	margin: 0 auto;
}

#top-container .switch .pfeile {
	float: right;
	width: 113px;
	height: 50px;
	background-image: url('../images/layout/switch_background.png');
	background-repeat: no-repeat;
}

#top-container .switch .left {
	width: 40px;
	height: 40px;
	margin-top: 3px;
	margin-left: 6px;
	float: left;
	background-image: url('../images/layout/switch_pfeile.png');
}

#top-container .switch .left:hover, #top-container .switch .right:hover {
	cursor: pointer;
	background-image: url('../images/layout/switch_pfeile_hover.png');
}

#top-container .switch .right {
	float: left;
	margin-top: 3px;
	margin-left: 20px;
	width: 40px;
	height: 40px;
	background-image: url('../images/layout/switch_pfeile.png');
	background-position: -60px 0px;
}

/* ----  Slideshow ----------------------------------------------------------------- */
#loader {
	z-index: 200;
	width: auto;
	position: absolute;
	left: 50%;
	top: 40%;
}

#slideshow {
	display: none;
	margin: 0;
	position: absolute;
	z-index: 5;
	top: 50%;
	margin-top: -350px;
	left: 50%;
	margin-left: -492px;
	width: 985px;
	height: 700px;
}

#slideshow img {
	width: 100%;
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 5;
}

#slideshow img.active {
	z-index: 7;
}

#slideshow img.last-active {
	z-index: 6;
}


/* ---------------- Inhalt 1: Kategorien bzw. Branchen -------------- */
#i1-kategorien {
	width: 100%;
	height: 1170px;
	background-image: url('../images/layout/background_squared.jpg');
	background-repeat: repeat-x repeat-y;
}

#quicklinks {
	margin-top: 225px ! important;
	margin: 0 auto;
	width: 985px;
}

#quicklinks a {
	height: auto;
	margin: 0px;
	padding: 0px;
}

#quicklinks table {
	border-collapse: collapse;
}

#quicklinks td .inside {
	position: relative;
}

#quicklinks img {
	cursor: pointer;
	width: 220px;
	height: 360px;
	z-index: 10;
	 /* Die Zelle ist sonst zu hoch */
	display: block;
}

#quicklinks .table-space {
	width: 25px ! important;
	background: none ! important;
}

#quicklinks .red-box {
	font-size: 12px;
	display: block;
	color: #ffffff;
	padding: 20px 12px;
	height: 70px;
	width: 196px;
	background-color: #990000;
}

#quicklinks .red-box h2{
	font-size: 22px;
	margin-bottom: 7px;
}

#quicklinks .red-box a {
	color: #ffffff;
	text-decoration: none;
}

#quicklinks .red-box h2 a:hover {
	text-decoration: underline;
}

#quicklinks table tr td {
	border: none;
	padding: 0px;
}

/* ---- Home Text und News ---- */

#i1-kategorien .text-container {
	margin-top: 110px;
	width: 985px;
	margin: 100px auto 0 auto;
}

#home-text {
	float: left;
	width: 710px;
	margin-right: 25px;
}

/* ---- News  Home ---- */
#news-home {
	border-left: 1px solid #990000;
	padding-left: 10px;
	font-size: 12px;
	float: right;
	width: 235px;
}

#news-home .info {
	margin-top: 10px;
}

#news-home .layout_latest {
	padding-bottom: 10px;
	border-bottom: 1px solid #990000;
}

#news-home .last {
	border: none;
}

#news-home .teaser {
	margin-bottom: 10px;
}

#news-home .more a {
	background-image: url("../images/layout/pfeil_small_right.png");
	background-position: 0 1px;
	background-repeat: no-repeat;
    color: #FFFFFF;
	padding-left: 20px;
	text-decoration: none;
}

#news-home .more a:hover {
	background-position: 0 -20px;
	text-decoration: underline;
}

#news-home h2 {
	font-size: 12px;
}

#news-home h2 a {
	color: #ffffff;
	text-decoration: none;
}

#news-home h2 a:hover {
	text-decoration: underline;
}

/* ---------------- Fussbereich: Fussnavigation -------------- */

#fussnavi-container {
	width: 100%;
	height: 545px;
	background-color: #1F1F1F;
}

#fuss-navi {
	width: 985px;
	margin: 0 auto;
	padding-top: 150px;
	padding-bottom: 140px;
}

#fuss-navi li {
	float: left;
	margin-right: 40px; 
	list-style-type: none;
}


#fuss-navi ul li.last {
	margin-right: 0px;
}

#fuss-navi li a, #fuss-navi li span {
	text-transform: uppercase;
	color: #C2C4C5;
	font-size: 20px;
	font-weight: bold;
	text-decoration: none;
}

#fuss-navi li span { 
	text-decoration: underline;
}

#fuss-navi .level_2 li {
	clear: both;
	margin: 0px;
	height: 18px;
}

#fuss-navi .level_2 li  a, #fuss-navi .level_2 li  span{
	font-size: 12px;
	font-weight: normal;
	text-transform: uppercase;
}

#fuss-navi .level_2 li  a:hover, #fuss-navi .level_2 li  span{
	font-size: 12px;
	text-decoration: underline;
}

/* footer */
#footer {
	border-top: 6px solid #990000; 
	position: relative;
	z-index: 100;
	width: 100%;
	background-color: #555555;
}

#footer .inside {
	margin: 0 auto;
	width: 985px;
}

#footer-line .copyright {
	color: #ffffff;
}

#footer-line .impressum {
	color: #ffffff;
}

#footer-line .impressum a { 
	color: #ffffff;
}

#footer-line .impressum a:hover { 
	text-decoration: underline;
}

#footer-line {
	font-size: 12px;
	height: 30px;
	background-color: #555555;
	width: 100%
	
}

/* Sonstiges */
#nav-to-top {
	z-index: 100;
	display: none;
	position: absolute;
	cursor: pointer;
	left: 990px;
}

#nav-to-top a {
	display: block;
	width: 40px;
	height: 40px;
	background-image: url('../images/layout/pfeil_up.png');
	background-position: 0px 40px;
}

#nav-to-top a:hover {
	background-position: 0 0;
}

/*--------------------------------------------------
------------------ INTERNE SEITEN ------------------ 
--------------------------------------------------*/
body.default #main .inside{
	min-height: 600px;
}

body.default #container {
	width: 985px;
	margin: 0 auto;
}

body.default {
	background-image: url('../images/layout/background_squared.jpg');
	background-repeat: repeat-x repeat-y;
}

body.default h1 {
	font-size: 35px;
	text-transform: upeprcase;
	margin-bottom: 11px;
}

body.default h2 {
	margin-bottom: 13px;
	font-size: 14px;
	text-transform: uppercase;
	color: #ffffff;
}

body.default h3 {
	font-size: 14px;
	text-transform: uppercase;
	color: #9900000;
}

body.default #main {
	width: 740px;
	float: left;
	min-height: 500px;
	padding-top: 52px;
	padding-bottom: 52px;
	position: relative;
}

body.default #main .inside { 
	border-right: 1px solid #990000;
	padding-right: 25px;
}

body.default #main .ce_text p {
	line-height:  18px;
}

body.default #main .ce_text li {
	height: 18px;
}

body.default #main .ce_text {
	font-size: 14px;
}

.float-container {
	width: 200px;
	float: left;
	margin-bottom: 25px;
}

/* ---- Empfehlen Sie uns weiter ---- */
.rabatt {
	width: 450px;
}

#empfehlen-sie-uns-weiter img {
	margin: 25px 0px 0px 25px;
}


/* Packages 
#package-left {
	width: 150px;
	float: left;
}

#package-center-text {
	float: left;
	margin-top: 5px;
	margin-left: 25px;
}

#starter-package img, #premium-package img, #cms-package img {
	margin-top: 25px;
}

#starter-package td img, #premium-package td img, #cms-package td img {
	margin-top: 0px;
}

#starter-package td, #premium-package td, #cms-package td {
	padding: 0px;
	bordeR: none;
}
*/

/* ---- Formulare ---- */
input {
	background-color: #555555;
	border: 1px solid #990000;
	color: #ffffff;
	padding-top: 2px;
	padding-left: 2px;
}

/* rechts Newsletter Formulare*/
.start, .end {
	margin-top: 25px;	
}

.start .submit, .end .submit {
	background-color: transparent;
	color: #ffffff;
	cursor: pointer;
	border: none;
	background-image: url('../images/layout/pfeil_small_right.png');
	background-repeat: no-repeat;
	background-position: 0px 5px;
	text-align: left;
	padding-left: 20px;
}

.start .submit {
	width: 97px;
}

.end .submit {
	width: 87px;
}

.start .submit:hover, .end .submit:hover {
	text-decoration: underline;
	background-position: 0px -16px;	
}

.start input, .end input  {
	height: 20px;
	width: 229px;
}

/* Kontakt Formulare */
#kontakt .form_row {
	margin-bottom: 10px;
}

#kontakt label {
	float: left;
	width: 130px;
	height: 25px;
}

#kontakt  input {
	padding: 2px 5px;
	width: 263px;
	height: 21px;
}

#kontakt .link-karte {
	position: absolute;
	top: 330px;
	left: 400px;
}

#kontakt .rechts {
	position: absolute;
	top: 55px;
	left: 400px;
	width: 315px;
}

/* ---- Kontakt ----*/
#kontakt  input.strasse{
	width: 210px;
}

#kontakt  input.nr{
	width: 30px;
	margin-left: 10px;
}

#kontakt  .strasse, #kontakt  .nr {
	float: left;
}

#kontakt  .telefon{
	clear: both;
}

#kontakt .form_row .nr {
	width: 30px;
}

#kontakt textarea {
	color: #ffffff;
	padding: 5px;
	width: 263px;
	border: 1px solid #990000;
	background-color: #555555;
}

#kontakt .captcha_text {
	display: block;
	margin-left: 130px;
}

#kontakt .senden {
	background-color: transparent;
	color: #ffffff;
	cursor: pointer;
	border: none;
	height: 40px;
	margin-left: 130px;
	padding-left: 50px;
	text-align: left;
	background-image: url('../images/layout/pfeil_right.png');
	background-repeat: no-repeat;
	background-position: 0px 0px;
}

#kontakt .senden:hover {
	background-position: 0px -40px;
	text-decoration: underline;
}

/* ---- List / Listen ---- */
body.default #main .inside ul li {
 list-style-image: url('../images/layout/red_dot.png');
 margin-left: 20px;
}

body.default #main .inside ul {
	margin-bottom: 25px;
}

/* ---- Tabellen / TABLE ----*/
table {
	border-collapse: collapse;
	margin-bottom: 25px;
}

td {
	border-bottom: 1px solid #990000;
	padding: 20px 0;
}

#kundenstimmen td {
	border-bottom: 1px solid #990000;
	padding-bottom: 0px;
}

#kundenstimmen tr:first-child td {
	padding-top: 0px;
}

#kontakt td {
	border: none;
	width: 150px;
	padding: 0px;
}

#kontakt td.t-sec { /* jedes 2. tabellenelement */
	width: 400px;
}

#webdesign td {
	width: 200px;
}

#webdesign .table-space {
	width: 25px;
}

#webdesign td, #seo-suchmaschinenoptimierung td {
	padding: 0px;
	border: none;
}

#domiziladresse td {
	padding: 0px;
}

/* ---- Rechter Bereich / Rechte Spalte / Rechts / Right---- */
#sub-navi-right {
	text-align: right;
	font-size: 12px;
	text-transform: uppercase;
	margin-bottom: 25px;
}

#sub-navi-right li {
	height: 18px;
	list-style-type: none;
}

#sub-navi-right li a {
	padding-left: 20px;
	background-image: url('../images/layout/pfeil_small_right.png');
	background-repeat: no-repeat;
	background-position: 0px 1px;
	text-decoration: none;
	color: #ffffff;
}

#sub-navi-right li a:hover, #sub-navi-right li span {
	text-decoration: underline;
	padding-left: 20px;
	background-image: url('../images/layout/pfeil_small_right.png');
	background-repeat: no-repeat;
	background-position: 0px -20px;
}

#sub-navi-right li span {
	font-weight: bold;
}

#right {
	z-index: 1000;
	text-align: right;
	width: 235px;
	height: 545px;
	position: relative;
	margin-top: 52px;
	padding: 10px 0 0 25px;
}

#right .adresse {
	border-top: 1px solid #990000;
	padding-top: 25px;
	padding-bottom: 25px;
}

#box-right {
	padding-top: 20px;
	padding-bottom: 20px;
	border-top: 1px solid #990000;
}

.button-link {
	text-transform: uppercase;
	font-size: 12px;
	display: block;
	height: 28px;
	color: #ffffff;
	padding-left: 30px;
	padding-top: 12px;
	background-image: url('../images/layout/pfeil_right.png');
	background-repeat: no-repeat;
	background-position: 0px 0px;
	text-decoration: none;
}

.button-link:hover {
	background-position: 0px -40px;
	text-decoration: underline;
}

#right img {
	margin-left: 85px;
}

#social {
	padding: 25px 0px;
	border-top: 1px solid #990000;
	border-bottom: 1px solid #990000;
	height: 30px;
}

#social a img{
	float: right;
	margin-left: 22px;
}

#social a.last img{
	margin-left: 0px;
}

/* ---- News Bereich / Newsliste ---- */
#news .info {
	height: 20px;
	width: 100px;
	margin-top: -27px;
}
#news .info {
	margin-bottom: 10px;
}

#news .mod_newslist h1 {
	margin-left: 100px;
	font-size: 14px;
	text-transform: upeprcase;
	color: #ffffff;
}

#news .mod_newslist .ce_text {
	margin-left: 100px;
	float: left;
	border-bottom: #990000;
}

#news .mod_newslist .layout_full {
	border-bottom: 1px solid #990000;
	padding-top: 25px;
}

/* ---- Referenzen Karussell ---- */

#carousel-container {
	width: 700px;
	height: 504px;
}

#carousel-container h2 {
	text-transform: uppercase;
}

#left-scroll, #right-scroll{  
	margin-top: 80px;
    float: left;  
    height: 40px;  
    width: 40px; 
	cursor: pointer;  
    cursor: hand;  
}  

#left-scroll {  
	margin-right: 15px;
	background-image: url('../images/layout/pfeile.png');
	background-position: 0px 0px;
}  

#right-scroll{
	margin-left: 280px;	
	background-image: url('../images/layout/pfeile.png');
	background-position: 40px 0px;
}

#left-scroll:hover {  
	background-position: 0px -40px;
}  

#right-scroll:hover{ 
	background-position: 40px -40px;
}

#carousel-inner {
	height: 444px;
	position: relative;
    float: left; /* important for inline positioning */  
    max-width: 700px; /* important (this width = width of list item(including margin) * items shown */  
    overflow: hidden;  /* important (hide the items outside the div) */  
}

#carousel-ul {
    position: relative;  
    left: -830px; /* important (this should be negative number of list items width(including margin) */  
    list-style-type: none; /* removing the default styling for unordered list items */  
    margin: 0px;  
    padding: 0px;  
    width: 9999px; /* important */  
    /* non-important styling bellow */  
    padding-bottom: 10px;  
}

#carousel-ul li{  
	float: left; /* important for inline positioning of the list items */  
	width: 700px;  /* fixed width, important */  
	/* just styling bellow*/  
	list-style-type: none;
	padding: 0px;  
	height: 444px;
	margin-top: 10px;  
	margin-bottom: 10px;  
	margin-left: 5px;  
	margin-right: 5px;  
}  

#carousel-ul li img {
	float: left;
	margin: 1px;
    .margin-bottom:-4px; /* IE is making a 4px gap bellow an image inside of an anchor (<a href...>) so this is to fix that*/  
    /* styling */  
    cursor: pointer;  
    cursor: hand;  
    border: 0px;  
} 

#carousel-ul li div {
	margin-left: 530px;
} 

#seo-tags {
	margin-top: 25px;
	line-height: 25px;
	text-transform: uppercase;
	text-align: justify;
}

#seo-tags h1, #seo-tags h2, #seo-tags h3 {
	color: #5C5C5C;
	float: left;
	margin: 5px 12px;
}

#seo-tags h1 {
	font-size: 30px; 
}

#seo-tags h2 {
	font-size: 20px; 
}

#seo-tags h3 {
	font-size: 10px; 
}

#clear {
	clear: both;
}

@media screen and (max-width: 985px) {
	#header .inside {
		width: 100%;
	}
	
	#header .logo {
		width: 20%;
		margin-top: 40px;
	}
	
	#top-container {
		width: 100%;
	}
	
	#slideshow {
		width: 100%;
		top: 0px;
		margin-top: 0px;
		left: 0px;
		margin-left: 0px;
	}
	
	#top-container .slogan-container {
		margin-top: 30px;
	}
	
	.slogan-container {
		width: 100%;
	}	
	
	#top-container .slogan1, #top-container .slogan2, #top-container .slogan3, #top-container .slogan4  {
		line-height: 150%;
		font-size: 450%;
		width: 100%;
	}

	#top-container .switch-line {
		width: 100%;
	}

	#top-container .switch {
		position: relative;
		z-index: 105;
		width: 100%;
		height: 50px;
		margin: 0 auto;
	}
	
	#header .mod_navigation {
		width: 75%;
		overflow: visible;
	}

	#header .mod_navigation a, #header .mod_navigation span  {
		font-size: 12px;
		display: block;
		height: 47px;
		padding: 46px 1px 0 1px;
		margin-right: 0px;
	}
}

@media screen and (max-width: 540px) {

	#header {
		height: 100px;
	}
	
	#header .logo {
		width: 50%;
		margin-top: 20px;
	}
	
	#top-container .slogan1, #top-container .slogan2, #top-container .slogan3, #top-container .slogan4  {
		line-height: 150%;
		font-size: 200%;
		width: 100%;
	}
	
	#haupt-navi {
		display: none;
	}

	#nav-o-meter {
		z-index: 200;
		position: absolute;
		right: 20px;
		display: block;
		cursor: pointer;
	}
	
	#nav-o-meter img {
		margin-top: 100%;
	}
	
	#header #haupt-navi {
		display: none; /* einbinden einer anderen Navigation */
		background-color: #fff;
		border: 2px solid #990000;
		width: 200px;
		color: #000;
		position: absolute;
		left: 0px;
		top: 0px;
		height: auto;
	}
	
	#header #mobile-navi {
		background-color: #fff;
		border: 2px solid #990000;
		width: 200px;
		color: #000;
		position: absolute;
		left: 0px;
		top: 0px;
		height: auto;
	}
	
	#header #mobile-navi {
		width: 80%;
	}
	
	#header #mobile-navi ul li {
		text-align: left;
		width: 100%;
		float: none;
		color #000;
	}
	
	#header #mobile-navi ul li a, #header #mobile-navi ul li span {
		width: 100%;
		color: #000;
		height: 15px;
		padding: 5px;
	}
	
	#header #mobile-navi ul li a:hover, #header #mobile-navi ul li span {
		font-weight: bold;
		color: #fff;
	}
	
	#header #mobile-navi ul li a, #header #mobile-navi ul li span{
		width: 95%;
	}
	
	#header #mobile-navi ul {
		width: 100%;
		position: static;
		display: block;
	}
	
	#header #mobile-navi .level_2 li {
		text-align: left;
		clear: both;
		height: 18px;
	}
	
	#header #mobile-navi ul  ul li a {
		line-height: 20px;
	}
	
	#header #mobile-navi ul  li a:hover, #header #mobile-navi ul  li span {
		font-weight: normal;
	}
	
	#header #mobile-navi ul  .level_2 {
		border: none;
		background-color: #fff;
		margin-left: 15px;
		width: auto;
	}
	
	#header #mobile-navi ul  .level_2 li a:hover, #header #mobile-navi ul  .level_2 li span {
		font-weight: bold;
		color: #000;
	}
	
	/* -------- Spezielle Navigation f�r Referenzen --------------- */
	#referenzen-navi {
		margin-top: -50px;
		margin-bottom: 20px;
		width: 190px;
		margin: 0 auto;
	}
	
	#main #referenzen-navi ul li {
		text-align: center;
		list-style-type: none;
		list-style-image: none;
	}
	
	#referenzen-navi li a, #referenzen-navi li span {
		padding: 5px 5px;
		display: block;
		background-color: #990000;
		border: 1px solid #fff;
		margin-bottom: 5px;
	}
	
	#referenzen-navi li span {
		color: #000;
		background-color: #fff;
		border: 1px solid #990000;
	}
	
	body.referenzen #referenzen-navi{
		display: block;
	}	
	
	/* -------------- Container -------------- */
	#i1-kategorien .text-container {
		margin: 0;	
	}
	
	#home-text {
		padding: 20px 10px;
	}
	
	.float-container {
		margin-bottom: 10px;
		padding-bottom: 10px;
		border-bottom: 1px solid #990000;
	}
	
	.float-container img {
		width: 100px;
	}
	
	.ce_text {
		padding-bottom: 10px;
	}
	
	.rabatt {
		width: auto;
	}	
	
	body.referenzen table tr td img {
		width: 100%;
	}
	
	body.referenzen table tr td.col_2{
		display: none;
	}

	/* --------------- Footer  ------------------*/
	#footer {
		height: 100px ! important;
		z-index: 10;
	}
	
	#footer .inside {
		width: 100%;
	}
	
	#footer .copyright {
		padding: 10px;
		border-bottom: 1px solid #990000;
	}
	
	#footer .impressum {
		padding: 10px;
	}
	
	#seo-tags {
		display: none;
	}
	
	#fuss-navi {
		display: none;
	}
	
	#quicklinks {
		display: none;
	}
	
	#top-container, .dark-layer {
		height: 200px ! important;
	}
	
	#i1-kategorien .text-container, #i1-kategorien {
		width: 100%;
		height: auto;
	}
	
	#home-text {
		width: auto;
	}
	
	#news-home {
		border: none;
		border-top: 1px solid #990000;
		padding-top: 25px;
		width: 80%;
		float: left;
	}
	
	#right {
		display: none;
	}
	
	body.default h1 {
		font-size: 20px;
	}
	
	body.default #main .inside {
		padding: 0 10px;
	}
	
	body.default #container {
		width: 100%;
	}
	
	body.default #main {
		width: 100%;
	}
	
	body.default #main .ce_text li {
		height: auto;
	}
}









