@CHARSET "UTF-8";
/**
 * Responsive Web CSS Definitionen für www.jost-world.com
 * @author Kevin Chileong Lee
 * @version 1.0
 * @since 05.12.2011
 */
 
/* html5doctor.com Reset v1.6.1 - http://cssreset.com */
html,body,div,span,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,abbr,address,cite,code,del,dfn,em,img,ins,kbd,q,samp,small,strong,sub,sup,var,b,i,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,figcaption,figure,footer,header,hgroup,menu,nav,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;outline:0;font-size:100%;vertical-align:baseline;background:transparent}body{line-height:1}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}nav ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:none}a{margin:0;padding:0;font-size:100%;vertical-align:baseline;background:transparent}ins{background-color:#ff9;color:#000;text-decoration:none}mark{background-color:#ff9;color:#000;font-style:italic;font-weight:bold}del{text-decoration:line-through}abbr[title],dfn[title]{border-bottom:1px dotted;cursor:help}table{border-collapse:collapse;border-spacing:0}hr{display:block;height:1px;border:0;border-top:1px solid #ccc;margin:1em 0;padding:0}input,select{vertical-align:middle}

/****************************************************************************
 * GLOBAL
 ****************************************************************************/
sub
{
	vertical-align: text-bottom;
	font-size: 80%;
}

sup
{
	vertical-align: super;
	font-size: 80%;
}
/****************************************************************************
* GENERAL CLASSES
****************************************************************************/
.clear
 {
 	clear: both;
 }
 
 .right
 {
 	float: right;
 }	
 
 .small
 {
 	font-size: 10px;
 }
 
 .pointer
 {
 	cursor: pointer;
 }
 /****************************************************************************
 * STRUKTUR
 ****************************************************************************/
 body,
 #site
 {
 	text-align: center;
 	width: 100%; 	
 }
 
 body
 {
	background: #7ac4f1 url(/fileadmin/images/background/jw_schatten_all9.jpg) fixed no-repeat center top;
 	background-size: cover;
 }
 
 #body
 {
 	text-align: left;
 	width: 995px; 
 	padding-top: 81px;
 	margin: auto;
 }
 
 #body .wrapper
 {
 	background: #FFFFFF url(/fileadmin/images/jw_gradients.gif) repeat-x left top;
 }
 
 #body .column.left
 {
 	width: 200px;
 	float: left;
 }
 
 #body .column.content
 {
 	float: left;
 	width: 583px;
 	padding-left: 10px;
 }
 
 #body .column.sidebar
 {
 	width: 200px;
 }
 
 body.cookie-padding {
    padding-bottom: 50px;
}
 
 #showMenu
 {
 	display: none;
 }
 /****************************************************************************
 * TOP
 ****************************************************************************/
 #top
 {
 	text-align: left;
 	margin: 0 auto;
 	padding: 3px 0 5px 0; 	
 	width: 995px;
 }
 
 #sprachwechsler,
 #top .menu
 {
 	float: left;
 }
 
 #sprachwechsler
 {
 	margin-right: 20px;
 }
 
 #top .menu ul
 {
 	list-style: none;
 	display: none;
 }
 
 #top .menu ul,
 #top .menu ul li
 {
 	float: left; 	
 }
 
 #top .menu ul.sf-menu
 {
 	display: block;
 }

 #top .menu ul li.seperator
 {
 	margin: 0 6px 0 7px;
 	border-left: 2px solid #55759c;
 	height: 12px;
 	width: 1px;
 	margin-top: 2px;
 }
 
 #top .menu ul ul,
 #top .menu ul ul li
 {
 	float: none;
 	clear: both;
 }
 
 #top .menu ul ul
 {
 	margin-top: -20px;
 }
 
 #top .submenu li a .sf-sub-indicator:last-child
 {
 	display: none;
 }
 
 #topmenu
 {
	padding-top: 1px; 
 }
 
 #topmenu > .sf-menu > li > a
 {
	padding: 5px;
 	margin-top: -5px;	
 	margin-left: -5px;
 	margin-right: -5px;
 }
 
 #tinynav1
 {
 	position: absolute;
	top: 13px;
	left: 200px;
 }
 
 #handleIcon
 {
 	display: none;
 }
 /**************************************************************************** 
 * HEADER
 ****************************************************************************/
 #header
 {
 	text-align: center; 
	background: transparent url(/fileadmin/images/brgd_header.gif) repeat-x left top; 	
	position: fixed;
	width: 100%;
	height: 81px;
	z-index: 1;
 }
 
 #header h1
 {
 	display: none;
 }
 
 #header
 {
 	background-image: url(/fileadmin/images/brgd_header_v3.gif);
 }
 
 #header #navigation,
 #header #navigation .logo.left
 {
 	height: 50px;
 }
 
 #header #navigation .logo.left .csc-textpic-text
 {
 	padding-top: 0.45em;
 }
 
  #header #navigation .logo.left .csc-textpic > div
  {
  	margin-left: 120px !important;
  }
 
 #header #navigation .logo.left .csc-textpic > div.csc-textpic-imagewrap
 {
 	margin-right: 0 !important;
 	margin-left: 0px !important;
 }
 
 #header #navigation .logo.left .csc-textpic-imagewrap img
 {
 	margin-bottom: 0;
 }
 
 #header #navigation .logo.left .csc-textpic > div .csc-textpic-text
 {
 	width: auto;
 }
 
 #header #top .left
 {
 	padding-left: 5px;
 }
 
 #header #top .left .menu ul li a
 {
 	margin-top: 3px;
 }
 
 #header #top .left .menu ul li.seperator
 {
 	padding-top: 4px;
 }
 
 #header #top .right
 {
 	padding-top: 4px;
 }
 /**************************************************************************** 
 * NAVIGATION
 ****************************************************************************/
 #navigation
 {
 	height: 50px;
 }
 
 #navigation .center
 { 	
 	margin: 0 auto; 	
 	width: 995px;
 }
 
 #navigation .logo.left
 {
 	height: 49px;
 }
 
 #navigation .center .logo.left
 {
 	overflow: hidden;
 	height: 49px;
 }
 
 #navigation .logo.left img
 {
 	border-right: 1px solid #55759C;
 	height: 50px;
 }
 
 #navigation .left,
 #navigation .menu
 {
 	float: left;
 }
 
 #navigation .menu
 {
 	padding-top: 17px;
 	margin-left: 10px;
 }
 
 #navigation .menu ul,
 #navigation .menu ul li
 {
 	 float: left;
 }
 
 #navigation .menu ul
 {
 	list-style: none;
 }
 
 #navigation .menu ul li.seperator
 {
 	border-left: 2px solid #55759C;
 	margin: 3px 5px 0 7px;
 	width: 2px;
 }
 
 #navigation .right
 {
 	padding-top: 15px;
 }  
 /**************************************************************************** 
 * BOTTOM
 ****************************************************************************/
 /****************************************************************************
 * BOTTOM
 ****************************************************************************/ 
 #bottom
 {
 	width: 995px;
 	margin: auto;
 	padding: 5px 0 5px 0;
 	background-color: #003c8a;
 }
 
#bottom > .menu
{
	padding: 1px 5px 1px 5px;	
}
 
 #bottom .menu ul
 {
 	list-style: none;
 	float: right;
 }
 
 #bottom .menu ul li
 {
 	margin-left: 10px; 
 	float: left;
 }
 
#bottom > .menu ul li a:hover
{
	color: #f49e00;
}
 /****************************************************************************
 * T3 OVERWRITINGS
 ***************************************************************************/
 DIV.csc-textpic DIV.csc-textpic-single-image IMG
 {
 	margin: 0;
 }
 /****************************************************************************
 * SUPERFISH
 ***************************************************************************/
/*** ESSENTIAL STYLES ***/
.sf-menu, .sf-menu * {
	margin:			0;
	padding:		0;
	list-style:		none;
}
.sf-menu ul {
	position:		absolute;
	top:			-999em;
	width:			10em; /* left offset of submenus need to match (see below) */
}
.sf-menu ul li {
	width:			100%;
}
.sf-menu li:hover {
	visibility:		inherit; /* fixes IE7 'sticky bug' */
}
.sf-menu li {
	float:			left;
	position:		relative;
	z-index: 10;
}
.sf-menu a {
	display:		block;
	position:		relative;
}
.sf-menu li:hover ul,
.sf-menu li.sfHover ul {
	left:			0;
	top:			2.5em; /* match top ul list item height */
	z-index:		99;
}
ul.sf-menu li:hover li ul,
ul.sf-menu li.sfHover li ul {
	top:			-999em;
}
ul.sf-menu li li:hover ul,
ul.sf-menu li li.sfHover ul {
	left:			10em; /* match ul width */
	top:			0;
}
ul.sf-menu li li:hover li ul,
ul.sf-menu li li.sfHover li ul {
	top:			-999em;
}
ul.sf-menu li li li:hover ul,
ul.sf-menu li li li.sfHover ul {
	left:			10em; /* match ul width */
	top:			0;
}

/*** DEMO SKIN ***/
.sf-menu {
	float:			left;
}
.sf-menu li li {
	background:		#02244a;
	padding: 5px;
	opacity: 0.75;
}

.sf-menu li li *
{
	opacity: 1;
}

.sf-menu li:hover, .sf-menu li.sfHover,
.sf-menu a:focus, .sf-menu a:hover, .sf-menu a:active {
	outline:		0;
}

/*** arrows **/
.sf-menu a.sf-with-ul {
	min-width:		1px; /* trigger IE7 hasLayout so spans position accurately */
}
.sf-sub-indicator {
	display:		block;
	width:			10px;
	height:			10px;
	float: 			right;
	text-indent: 	-999em;
	overflow:		hidden;
	background:		url('/fileadmin/images/superfish/arrows-ffffff.png') no-repeat -10px -100px; /* 8-bit indexed alpha png. IE6 gets solid image only */
	margin-left: 5px;
}
a > .sf-sub-indicator {  /* give all except IE6 the correct values */
	top:			.8em;
	background-position: 0 -100px; /* use translucent arrow for modern browsers*/
}
/* apply hovers to modern browsers */
a:focus > .sf-sub-indicator,
a:hover > .sf-sub-indicator,
a:active > .sf-sub-indicator,
li:hover > a > .sf-sub-indicator,
li.sfHover > a > .sf-sub-indicator {
	background-position: -10px -100px; /* arrow hovers for modern browsers*/
}

/* point right for anchors in subs */
.sf-menu ul .sf-sub-indicator { background-position:  -10px 0; }
.sf-menu ul a > .sf-sub-indicator { background-position:  0 0; }
/* apply hovers to modern browsers */
.sf-menu ul a:focus > .sf-sub-indicator,
.sf-menu ul a:hover > .sf-sub-indicator,
.sf-menu ul a:active > .sf-sub-indicator,
.sf-menu ul li:hover > a > .sf-sub-indicator,
.sf-menu ul li.sfHover > a > .sf-sub-indicator {
	background-position: -10px 0; /* arrow hovers for modern browsers*/
}

/*** shadows for all but IE6 ***/
.sf-shadow ul {
	background:	url('/fileadmin/images/superfish/shadow.png') no-repeat bottom right;
	padding: 0 8px 9px 0;
	-moz-border-radius-bottomleft: 17px;
	-moz-border-radius-topright: 17px;
	-webkit-border-top-right-radius: 17px;
	-webkit-border-bottom-left-radius: 17px;
}
.sf-shadow ul.sf-shadow-off {
	background: transparent;
}
/****************************************************************************
 * SLIGHTBOX
 ***************************************************************************/
body #sbOverlay {
	background-color: #cccccc;	
}
 
 
 /* ================ unterschdl. Hintergrundbilder auf Unterseiten / Browsergröße  ===================== */

/* Hintergrundbild bei Browsergröße <= 1024x768 */
body#resize, 
body#resize #site
{
 	background: #7ac4f1 url(/fileadmin/images/background/jw_schatten_all2.jpg) fixed repeat-x center top; 
}

/* Hintergrundbild Menupunkt Produkte */
body#produkte, 
body#produkte #site
{
 	background: #7ac4f1 url(/fileadmin/images/background/jw_schatten_all17.jpg) fixed no-repeat center top; 
}
/****************************************************************************
 * NIEDERLASSUNGEN
 ***************************************************************************/
 .locations table.address
 {
 	margin-top: 10px;
 }
 
 .locations table.address td.text
 {
 	padding-right: 10px;
 }
 
 .locations table.address td.image
 {
 	vertical-align: top;
 } 
/****************************************************************************
* MEDIA QUERIES
****************************************************************************/
@media screen and (min-width: 1920px) {
	body
	{
		background-image: url(/fileadmin/images/background/jw_schatten_all9_big.jpg);
	}
}