/* author
--------------------------------------------- 

project: S+R Vertriebs GmBH
date: octiber 2011
author: Maik Derek 
contact: moinmoin@maikderek.de

design: Sebastian Schönstein
contact: sebastion@schienstein.de

/*------------------------------------*\
   CONTENTS
\*------------------------------------*/

/*
CSS RESET
FONT FACE
TWEAKS
- COLORS
- LINKS
MAIN
- HEADER
- NAVIGATION
- SLIDESHOW
- TRAIL
- START PANEL
CONTENT
- FULL-SERVICE-LEISTUNGEN
- MITARBEITER
- VERTRIEBSGEBIET
- AUFTRAGGEBER
- KEY-ACCOUNTS
- NEWS
FOOTER
*/

/* CSS RESET
--------------------------------------------- */

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, strong, samp, small, strike, 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, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video { margin: 0; padding: 0; border: 0; font-size: 100%; font: inherit; vertical-align: baseline;}
article, aside, details, figcaption, figure,footer, header, hgroup, menu, nav, section {display: block;}
body {line-height: 1;}
ol, ul {list-style: none;}
blockquote, q {quotes: none;}
blockquote:before, blockquote:after,
q:before, q:after {content: ''; content: none;}
table {border-collapse: collapse; border-spacing: 0;}


/* FONT-FACE
--------------------------------------------- */

@font-face {
    font-family: 'DINMedium';
    src: url('font/din_medium-webfont.eot');
    src: url('font/din_medium-webfont.eot?#iefix') format('embedded-opentype'),
         url('font/din_medium-webfont.woff') format('woff'),
         url('font/din_medium-webfont.ttf') format('truetype'),
         url('font/din_medium-webfont.svg#DINMedium') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'AllerRegular';
    src: url('font/aller_rg-webfont.eot');
    src: url('font/aller_rg-webfont.eot?#iefix') format('embedded-opentype'),
         url('font/aller_rg-webfont.woff') format('woff'),
         url('font/aller_rg-webfont.ttf') format('truetype'),
         url('font/aller_rg-webfont.svg#AllerRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'DINBold';
    src: url('font/din_bold-webfont.eot');
    src: url('font/din_bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('font/din_bold-webfont.woff') format('woff'),
         url('font/din_bold-webfont.ttf') format('truetype'),
         url('font/din_bold-webfont.svg#DINBold') format('svg');
    font-weight: normal;
    font-style: normal;

}


/* TWEAKS, TRICKS & HELPERS
--------------------------------------------- */

.only_mobile {
	display: none;
}

img {
	max-width: 100%;
	height: auto;
}

#guts, #sub-guts { /* IE clear type fix after transition */
	background-color: #fff;
}

/*colors */

/* color: #16286A; /*blue*/
/* color: #C3051A; /*red*/


/* Safari 100% width fix */

@media screen and (-webkit-min-device-pixel-ratio:0) 
{ 
.safariwidth {width: 100.5%;}
}

.group:after, .main-content:after, .mitarbeiterbox:after, .newshead:after, .newsbox:after, #guts:after, #wrapper:after, .shadow:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.left { float: left; }
.right { float: right; }

.blue {
	color: #16286A; /*blue*/
}

p.blue {
	color: #16286A; /*blue*/
}

ul.startfsl li h2 {
	color: #000;
	border: none;
	width: 100%;
	padding-bottom: 0;
	margin-bottom: 0;
	border: none;
	display: block;
}


/* MAIN
--------------------------------------------- */

html {
	overflow-y: scroll;
}

body {
	color: #000;
	font-family: DINMedium, Helvetica, Arial, sans-serif;
	letter-spacing: .09em;
	font-size: 100%;
	line-height: 1.3em;
	height: 100%;
	min-height: 100%;
	
	/* background-gradient */
	
	background: #650000 ; /* Old browsers */
	background: -moz-linear-gradient(top, #650000 0%, #BA0007 100%) fixed; /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#650000), color-stop(100%,#BA0007)) fixed; /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #650000 0%,#BA0007 100%) fixed; /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #650000 0%,#BA0007 100%) fixed; /* Opera11.10+ */
	background: -ms-linear-gradient(top, #650000 0%,#BA0007 100%) fixed; /* IE10+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#650000', endColorstr='#BA0007',GradientType=0 ) fixed; /* IE6-9 */
	background: linear-gradient(top, #650000 0%,#BA0007 100%) fixed; /* W3C */
	
}

#wrapper {
	margin: 0 auto 30px;
	min-width: 750px; /* responsive till "ipad portrait" and smaller screens at 1024 */
	max-width: 940px;
	width: 90%;
	background-color: #fff;
	height: 100%;
	min-height: 100%;
	position: relative;
	padding: 0 30px;
}

#main-content { /* CHECK FOR dynamic content */
	margin-bottom:20px;
	border: 0px solid #000;
	font-size: 0.812em; /* 13px */
}

/* links */

a, a:link, a:visited, a:focus, a:active {
	text-decoration: none;
	cursor: pointer;
	outline: none;
}

a {	color: #16286A;	/*blue*/ }

a:hover,
a:focus {
	color: #C3051A; /*red*/
}

/* class link */

.active {
	border-bottom: 3px solid #16286A;
	color: #16286A; /*blue*/
}

.active:hover {
	color: #16286A; /*blue*/
}

/* active sub-menue link */

a.activesub {
	color: #C3051A; /*red*/
}


/* general fonts */
	
strong { color: #16286A;	/*blue*/
	font-family: DINBold; }

p { margin-bottom: 20px; }

p:last-child { margin-bottom: 0; }


h2 { /* headings with lines */
	width: 100%;
	padding-bottom: 10px;
	margin-bottom: 20px;
	border-bottom: 1px solid #ccc;
	display: block;
	color: #16286A;	/*blue*/
}

/* selected text color */

p::selection { background: #a8d1ff; } 
p::-moz-selection { background: #a8d1ff; }
	

/* HEADER
--------------------------------------------- */

header {
	position: relative;
	width: 100%;
	height: 135px;
}

header .logo {
	position: absolute;
	margin: 25px 0 0 0;
}

header ul { /* DE | EN */
	float: right;
	margin: 25px 0 0 0;
}

header ul li {
	float: left;
	padding: 0 4px;
	font-size: 10px;
}

.ishow { /* show facebook icon at < 1020px */
	display: none;
}

/* NAVIGATION
--------------------------------------------- */

nav ul {
	float: left;
	margin: 2px 0 0 4px;
	width: 100%;
	line-height: 1;
}

nav ul li {
	float: left;
	font-size: 12px;
	color: #C3051A; /* for the "|" */
}

nav ul li a { 
	display: inline-block; /* CHECK IE */
	position: relative;
	padding: 5px 5px 6px 5px;
}

nav ul li a:hover {
	border-bottom: 3px solid #16286A;
	color: #C3051A; /* blue */
}

nav ul li.last { /* float menue item "facebook" right */
	float: right;
	margin-right: 8px;
}

nav {
	display: block;
	height: 25px;
	
/* background-gradient */
	
	background: #ACADAE; /* Old browsers */
	background: -moz-linear-gradient(top, #ACADAE 0%, #CACBCB 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ACADAE), color-stop(100%,#CACBCB)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #ACADAE 0%,#CACBCB 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #ACADAE 0%,#CACBCB 100%); /* Opera11.10+ */
	background: -ms-linear-gradient(top, #ACADAE 0%,#CACBCB 100%); /* IE10+ */
/* filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ACADAE', endColorstr='#CACBCB',GradientType=0 ); /* IE6-9 */
	background: linear-gradient(top, #ACADAE 0%,#CACBCB 100%); /* W3C */
}

/* SLIDESHOW
--------------------------------------------- */

.slideshow { margin: 0 auto;}

.slideshow .slides {
	height: 250px;
	display: block;
	position: relative;
	overflow: hidden;
}
.slideshow .slides li {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
}
.slideshow .slides li img {
	display: block;
	width: 100%;
	max-width: none;
}
.slideshow .slides li.active { display: block; position: relative; }
.slideshow .crop li img { width: auto; }

.slideshow {
	margin: 20px 0 0 0;
	/* height: 273px; /* CHECK */
}

.slideshow img {
	width: 100%;
	height: auto;
	display: block;
}

.slideshow ul {
	margin: 0;
}

.slideshow ul li:first-child {
	display: block;
}

.slideshow ul li { /* hide all images except for the first for none js user */
	display: none;
}


/* TRAIL
--------------------------------------------- */

.trail {
	width: 100%;
}

.trail {
	margin: 0 auto 20px;
	width: 100%;
	height: 25px;
	
/* background-gradient */
	
	background: #ACADAE; /* Old browsers */
	background: -moz-linear-gradient(top, #ACADAE 0%, #CACBCB 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ACADAE), color-stop(100%,#CACBCB)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #ACADAE 0%,#CACBCB 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #ACADAE 0%,#CACBCB 100%); /* Opera11.10+ */
	background: -ms-linear-gradient(top, #ACADAE 0%,#CACBCB 100%); /* IE10+ */
/* filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ACADAE', endColorstr='#CACBCB',GradientType=0 ); /* IE6-9 */	
	background: linear-gradient(top, #ACADAE 0%,#CACBCB 100%); /* W3C */
}

/* START PANEL
--------------------------------------------- */

.key, .claim, .auftrag, .news, .leistungen, .vertrieb {
	height: 230px;
	background-color: #ccc;
	position: relative;
}

.news img, .vertrieb img { /* make box linkable */
	width: 100%;
	height: 204px;
}

.auftrag a, .key a, .news a.block, .leistungen a.block, .vertrieb a.block  {
	height: 25px;
	line-height: 25px;
	font-size: 12px;
	text-align: center;	
	width: 100%;
	display: block;
	border-bottom: 1px solid #fff;
	background: #ACADAE; /* Old browsers */
	background: -moz-linear-gradient(top, #ACADAE 0%, #CACBCB 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ACADAE), color-stop(100%,#CACBCB)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #ACADAE 0%,#CACBCB 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #ACADAE 0%,#CACBCB 100%); /* Opera11.10+ */
	background: -ms-linear-gradient(top, #ACADAE 0%,#CACBCB 100%); /* IE10+ */
/* filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ACADAE', endColorstr='#CACBCB',GradientType=0 ); /* IE6-9 */	
	background: linear-gradient(top, #ACADAE 0%,#CACBCB 100%); /* W3C */
}

/*------------------------------------*\
   MINI SLIDESHOW'S
\*------------------------------------*/

.pics {
	position: absolute;
   	top: 15%;
   	width: 100%;
   	cursor: pointer;
}

.pics img { /* hide all images except for the first for none js user */
	display: none;
	background:none !important; /* PNG Fix IE, prevents "black halo" */
	filter:none !important;	 /* PNG Fix IE, prevents "black halo" */
}

.pics img:first-child { 
	display: block;
}

.more {
	
/* prevent user select text while clicking */
	
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-o-user-select: none;
	user-select: none;

	display: none;
	text-align: center;
	cursor: pointer;
	position: absolute;
	top: 80%;
	left: 50%;
	margin-left: -60px;
	width: 100px;
	color: #16286A; /*blue*/
	padding: 5px 10px;
	border-radius: 10px;
	background: #ACADAE; /* Old browsers */
	background: -moz-linear-gradient(top, #ACADAE 0%, #CACBCB 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ACADAE), color-stop(100%,#CACBCB)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #ACADAE 0%,#CACBCB 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #ACADAE 0%,#CACBCB 100%); /* Opera11.10+ */
	background: -ms-linear-gradient(top, #ACADAE 0%,#CACBCB 100%); /* IE10+ */
/* filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ACADAE', endColorstr='#CACBCB',GradientType=0 ); /* IE6-9 */	
	background: linear-gradient(top, #ACADAE 0%,#CACBCB 100%); /* W3C */
}

.moreinfo {
	text-align: center;
	cursor: pointer;
	position: absolute;
	top: 80%;
	left: 50%;
	margin-left: -85px;
	width: 150px;
	color: #16286A; /*blue*/
	padding: 5px 10px;
	border-radius: 10px;
	background: #ACADAE; /* Old browsers */
	background: -moz-linear-gradient(top, #ACADAE 0%, #CACBCB 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ACADAE), color-stop(100%,#CACBCB)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #ACADAE 0%,#CACBCB 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #ACADAE 0%,#CACBCB 100%); /* Opera11.10+ */
	background: -ms-linear-gradient(top, #ACADAE 0%,#CACBCB 100%); /* IE10+ */
/* filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ACADAE', endColorstr='#CACBCB',GradientType=0 ); /* IE6-9 */	
	background: linear-gradient(top, #ACADAE 0%,#CACBCB 100%); /* W3C */
}

.moreinfo: hover {
	color: blue;
}

/* arrow-left */

.prev {
	position: absolute;
	top: 50%;
	left: 20px;
	z-index: 100;
	width: 12px;
	height: 18px;
	background-image: url("img/arrow_left.png");
	transition: background 0.5s linear;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-o-user-select: none;
	user-select: none;
}

.prev:hover {
	background-image: url("img/arrow_left_hover.png");
}

/*.prev:after{
	content: '';
	display: block;
	position: absolute;
	top: 0px;
	left: -13px;
	width: 0;
	height: 0;
	border-color: transparent #16286A transparent transparent;
	border-style: solid;
	border-width: 10px;
	cursor: pointer;
} */

/* arrow-right */

.next {
	position: absolute;
	top: 50%;
	right: 20px;
	z-index: 100;
	width: 12px;
	height: 18px;
	background-image: url("img/arrow_right.png");
	transition: background 0.5s linear;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-o-user-select: none;
	user-select: none;
}

.next:hover {
	background-image: url("img/arrow_right_hover.png");
}

/* .next:after{
	content: '';
	display: block;
	position: absolute;
	top: 0px;
	left: -5px; 
	width: 0;
	height: 0;
	border-color: transparent transparent transparent #16286A;
	border-style: solid;
	border-width: 10px;
	cursor: pointer;
} */

/*------------------------------------*\
   BOX - KEY-ACCOUNTS
\*------------------------------------*/

.key {
	float: left;
	width: 27%;
	margin: 0 2% 20px 0;
	background-image: url('img/key_bg.gif');
	background-position: center;
}

/*------------------------------------*\
   BOX - CLAIM
\*------------------------------------*/

.claim {
	float: left;
	width: 42%;
	margin-bottom: 20px;
	background-color: #fff;
}

.claim img {
	float: right;
	margin: 1% 0;
}

.claim p {
	text-align: left;
	margin-bottom: 0;
}

/*------------------------------------*\
   BOX - AUFTRAGGEBER
\*------------------------------------*/

.auftrag {
	float: left;
	width: 27%;
	margin: 0 0 20px 2%;
	background-image: url('img/auftrag_bg.gif');
	background-position: center;
}

/*------------------------------------*\
   BOX - NEWS
\*------------------------------------*/

.news {
	float: left;
	width: 27%;
	margin: 0 2% 0 0;
	background-image: url('img/news_bg.png');
	background-position: center;
}

/*------------------------------------*\
   BOX - FULL-SERVICE-LEISTUNGEN
\*------------------------------------*/

.leistungen {
	float: left;
	width: 42%;
	background-color: #ccc;	
}

.leistungen ul {
	float: left;
	margin-left: 15px;
	margin-top: 15px;
}

.leistungen ul li {
	background: url(img/icon.png) no-repeat left;
  	padding: 18px 0px 3px 30px;
	text-align: left;
	height: 38px;
}

/*------------------------------------*\
   BOX - VERTRIEBSGEBIET
\*------------------------------------*/

.vertrieb {
	float: left;
	width: 27%;
	margin: 0 0 0 2%;
	background-image: url('img/vertrieb_bg.jpg');
	background-repeat: no-repeat;
	background-position: center;
}

/* MAIN - CONTENT
--------------------------------------------- */

/* subnavi */

.subnavi {
	width: 36%;
	height: auto;
	float: left;	
}

.subnavi li {
	margin-bottom: 10px;
}

/* sub-content */

.sub-content {
	float: right;
	width: 60%;
	border-left: 1px solid #ccc;
	padding-left: 20px;
}

.sub-content .img { /* CHECK center img */
	margin: 0 auto;
	text-align: center;
	margin-bottom: 20px;
}

/*------------------------------------*\
   MAIN - FULL-SERVICE-LEISTUNGEN
\*------------------------------------*/

#sub-guts img {
	text-align: center;
}

#sub-guts ul {
	padding-left: 20px;
	margin-bottom: 20px;
}



#sub-guts ul li:before {
      content:'\00b7';
      display: block;
      position: relative;
      max-width: 10px;
      max-height: 0px;
      left: -20px;
      top: -0px;
      color: #C3051A; /*red*/
      font-size: 30px;
}

/*------------------------------------*\
   MAIN - MITARBEITER
\*------------------------------------*/

.geschaeftsleitung { /* Geschäftsleitung */
	width: 50%;
	text-align: center;
	float: left;
	margin-bottom: 20px;
}

.mitarbeiter {
	margin-left: 3%;
	width: 22%;
	float: left;
	height: auto;
	margin-bottom: 40px;
}

.kundenbetreuung {
	margin-left: 3%;
	width: 22%;
	float: left;
	height: 250px;
	margin-bottom: 20px;
}

.mitarbeiter p, .kundenbetreuung p, .geschaeftsleitung p {
	margin-bottom: 0;
}
	
/*------------------------------------*\
   MAIN - VERTRIEBSGEBIET
\*------------------------------------*/

.center {
	text-align: center;
}

/*------------------------------------*\
   MAIN - KEY ACCOUNTS
\*------------------------------------*/

.keyaccount {
	width: 25%;
	float: left;
	height: 280px;
}

.keyaccount p {
	margin-bottom: 0;
	color: #fff; /*blue*/
}

.keyaccount .border {
	width: 80%;
	padding: 5px 10px;
	margin: 0 auto;
	background-color: #ccc;
	background: #ACADAE; /* Old browsers */
	background: -moz-linear-gradient(top, #ACADAE 0%, #CACBCB 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ACADAE), color-stop(100%,#CACBCB)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #ACADAE 0%,#CACBCB 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #ACADAE 0%,#CACBCB 100%); /* Opera11.10+ */
	background: -ms-linear-gradient(top, #ACADAE 0%,#CACBCB 100%); /* IE10+ */
/* filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ACADAE', endColorstr='#CACBCB',GradientType=0 ); /* IE6-9 */	
	background: linear-gradient(top, #ACADAE 0%,#CACBCB 100%); /* W3C */

}
	
/*------------------------------------*\
   MAIN - AUFTRAGGEBER
\*------------------------------------*/
	
.auftragbox {
	width: 25%;
	float: left;
	height: 200px;
	margin-bottom: 50px;
	text-align: center;
}

.lastbox .auftragbox {
	margin-bottom: 30px;
}

.auftragbox p {
	color: #fff; 
	width: 80%;
	margin: 0 auto;
	margin-bottom: 0;
	border-radius: 10px;
	background-color: #ccc;
	background: #ACADAE; /* Old browsers */
	background: -moz-linear-gradient(top, #ACADAE 0%, #CACBCB 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ACADAE), color-stop(100%,#CACBCB)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #ACADAE 0%,#CACBCB 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #ACADAE 0%,#CACBCB 100%); /* Opera11.10+ */
	background: -ms-linear-gradient(top, #ACADAE 0%,#CACBCB 100%); /* IE10+ */
/* filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ACADAE', endColorstr='#CACBCB',GradientType=0 ); /* IE6-9 */	
	background: linear-gradient(top, #ACADAE 0%,#CACBCB 100%); /* W3C */
}

/*------------------------------------*\
   MAIN - NEWS
\*------------------------------------*/

.newshead {
	padding-bottom: 20px;
}

.newshead img { /* facebook logo */
	float: right;
}

.newsbox {
	border-top: 1px solid #ccc;
	padding: 20px 0;
}

.newsbox h1 {
	color: #16286A; /*blue*/
}

.newsbox img {
	width: 25%;
	float: left;
	margin-right: 2%;
}

.newsbox p {
	float: right;
	width: 73%;
}

.newsbox p.datum {
	float: right;
	margin-bottom: 0;
	margin-top: -5px;
}

.newsbox h1 {
	margin-bottom: 10px;
}

.newsbox a {
	clear: both;
	float: right;
}

/* NEWSLETTER
--------------------------------------------- */




/* Agenturpräsentation */

.download a {
	display: inline;
	border: 1px solid #ccc;
	height: 50px;
	line-height: 50px;
	padding: 10px 20px 10px 10px;
}

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

/* FOOTER
--------------------------------------------- */

footer {
	margin-top: 20px;
	border-top: 1px solid #ccc;
	clear: both;
	height: 0px;
}

footer a {
	display: block;
	float: right;
	font-size: 10px;
	margin: 20px 0 30px;
}

footer span { /* for the "|" */
	color: #C3051A; /*red*/
}

.fb-like {
	float: left;
	display: none;
	margin-top: 20px;
}


/* javascript check
--------------------------------------------- */

#javascript_error {
	position: relative;
	text-align: center;
	height: 70px;
	line-height: 90px;
	color: #fff;
	text-transform: uppercase;
}

#javascript_error b {
	color: #fff;
	font-weight: bold;
	
}


/* responsive breakpoint
--------------------------------------------- */

@media screen and (max-width: 1000px), screen and (-webkit-min-device-pixel-ratio: 2) {

html {
	-webkit-text-size-adjust: 100%; /* ios */
	-ms-text-size-adjust: 100%; /* ms */
	-webkit-tap-highlight-color: rgba(0,0,0,0); /* tap color */
}

.prev, .next, .last { 
	display: none;
}

.more {
	display: block;
}

.ishow {
	display: inline;
	position: absolute;
	right: 0;
	top: 57px;
}

.leistungen ul {
	float: left;
	margin-left: 15px;
	margin-top: 7px;
}

}