﻿
/* Local Webfonts ================================================================================= */

/* open-sans-300 - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 300;
  src: url('fonts/open-sans-v18-latin-300.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('fonts/open-sans-v18-latin-300.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('fonts/open-sans-v18-latin-300.woff2') format('woff2'), /* Super Modern Browsers */
       url('fonts/open-sans-v18-latin-300.woff') format('woff'), /* Modern Browsers */
       url('fonts/open-sans-v18-latin-300.ttf') format('truetype'), /* Safari, Android, iOS */
       url('fonts/open-sans-v18-latin-300.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-v18-latin-regular.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('fonts/open-sans-v18-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('fonts/open-sans-v18-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('fonts/open-sans-v18-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('fonts/open-sans-v18-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('fonts/open-sans-v18-latin-regular.svg#OpenSans') format('svg'); /* Legacy iOS */
}

/* open-sans-italic - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 400;
  src: url('fonts/open-sans-v18-latin-italic.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('fonts/open-sans-v18-latin-italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('fonts/open-sans-v18-latin-italic.woff2') format('woff2'), /* Super Modern Browsers */
       url('fonts/open-sans-v18-latin-italic.woff') format('woff'), /* Modern Browsers */
       url('fonts/open-sans-v18-latin-italic.ttf') format('truetype'), /* Safari, Android, iOS */
       url('fonts/open-sans-v18-latin-italic.svg#OpenSans') format('svg'); /* Legacy iOS */
}

/* open-sans-600 - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 600;
  src: url('fonts/open-sans-v18-latin-600.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('fonts/open-sans-v18-latin-600.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('fonts/open-sans-v18-latin-600.woff2') format('woff2'), /* Super Modern Browsers */
       url('fonts/open-sans-v18-latin-600.woff') format('woff'), /* Modern Browsers */
       url('fonts/open-sans-v18-latin-600.ttf') format('truetype'), /* Safari, Android, iOS */
       url('fonts/open-sans-v18-latin-600.svg#OpenSans') format('svg'); /* Legacy iOS */
}

/* open-sans-600italic - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 600;
  src: url('fonts/open-sans-v18-latin-600italic.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('fonts/open-sans-v18-latin-600italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('fonts/open-sans-v18-latin-600italic.woff2') format('woff2'), /* Super Modern Browsers */
       url('fonts/open-sans-v18-latin-600italic.woff') format('woff'), /* Modern Browsers */
       url('fonts/open-sans-v18-latin-600italic.ttf') format('truetype'), /* Safari, Android, iOS */
       url('fonts/open-sans-v18-latin-600italic.svg#OpenSans') format('svg'); /* Legacy iOS */
}

/* open-sans-700 - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 700;
  src: url('fonts/open-sans-v18-latin-700.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('fonts/open-sans-v18-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('fonts/open-sans-v18-latin-700.woff2') format('woff2'), /* Super Modern Browsers */
       url('fonts/open-sans-v18-latin-700.woff') format('woff'), /* Modern Browsers */
       url('fonts/open-sans-v18-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
       url('fonts/open-sans-v18-latin-700.svg#OpenSans') format('svg'); /* Legacy iOS */
}


/* OPEN SANS:
	Light 300
	Normal 400
	Normal 400 Italic
	Semi-Bold 600
	Semi-Bold 600 Italic
	Bold 700
*/


/* Reset ================================================================================= */

* {
	margin:0;
	padding:0;
}
body {
	background:#A0A0A0 url(/p/img_244/bkg_body.jpg) 50% 0 repeat-x;
	font:400 14px/1.5 'Open Sans', sans-serif;
	color:#000;
	text-align:center;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	text-rendering: auto;
}

html {
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}

img {
	border:0;
	vertical-align:top;
}
a {
	color:#1277c5 ;
	text-decoration:none;
	font-size:1em;
}
a:hover {
	text-decoration:underline;
}
:focus {
	outline:0;
}
h1 {
	font:700 26px/1.25 'Open Sans', sans-serif;
	color: #000;
	margin-bottom: 25px;
}
h2 {
	font-size: 22px;
	font-weight: 700;
	margin:20px 0 15px 0;
}

h4 {
	font-size:14px;
	font-weight:bold;
}
h5 {
	font-size:12px;
	font-weight:bold;
}
h6 {
	font-size:11px;
	font-weight:bold;
}

@media only screen and (max-width: 400px) {
h1 {
	font-size: 25;
}
h2 {
	font-size: 22px;
}
h3 {
    font-size: 16px;
}
}

/* Forms */
form {
	display:inline;
}
fieldset {
	border:0;
}
legend {
	display:none;
}
/* Table */
table {
	border:0; /*border-collapse:collapse;*/
	border-spacing:0;
	empty-cells:show;
	font-size:100%;
}
caption, th, td {
	vertical-align:top;
	text-align:left;
	font-weight:normal;
}
/* Content */
p {
	margin:0 0 17px 0;
	padding:0;
}
strong {
	font-weight:bold;
}

hr {
    color:#e9e9e9; /*used for IE, top color*/
    background:#e9e9e9; /*firefox and chrome, top color*/
    min-height: 0px;  
    border-left: 0px; 
    border-right: 0px; 
    border-top: 2px solid #e9e9e9; 
    border-bottom: 1px solid #ffffff;
	clear:both;
	margin:5px 0 15px 0;
}

address {
	font-style:normal;
	line-height:1.35;
}
cite {
	font-style:normal;
}
q, blockquote {
	quotes:none;
}
q:before, q:after {
	content:'';
}
small, big {
	font-size:1em;
}

ul, ol {
	padding-left:20px;
	padding-top:10px;
}

.col-main ul {
	list-style:none;
    padding: 5px 0 10px 0;
    margin: 0 0 0 0;
}

.col-main ul li {
    padding: 0 0 0 25px;
	margin-bottom:10px;
    background: url(/p/img_244/listpoint_grau.png) 8px 7px no-repeat;
}



ul.neu {list-style-type:none outside none;}
ul#nav {list-style-type: none;}
ul.navigation {list-style-type:none;}

/* Bilder*/
.img-left-intext {
	float:left;
	margin:3px 12px 12px 0;
}

.img-right-intext {
	float:right;
	margin:3px 0 12px 12px;
}

.banner-text {
	margin:0 0 25px 0;
}
.banner-text a img {
	border:none;
}

.anz-beschriftung {font-size:10px;padding-left:3px;text-align:left;}


/* Tools */
.reiter_az h2 {
	color: #2F2F2F;
	font: 12px/1.55 'Open Sans', sans-serif;
}
.hidden {
	display:block !important;
	border:0 !important;
	margin:0 !important;
	padding:0 !important;
	font-size:0 !important;
	line-height:0 !important;
	width:0 !important;
	height:0 !important;
	overflow:hidden !important;
}
.nobr {
	white-space:nowrap !important;
}
.wrap {
	white-space:normal !important;
}
.a-left {
	text-align:left !important;
}
.a-center {
	text-align:center !important;
}
.a-right {
	text-align:right !important;
}
.v-top {
	vertical-align:top;
}
.v-middle {
	vertical-align:middle;
}
.f-left, .left {
	float:left !important;
}
.f-right, .right {
	float:right !important;
}
.f-none {
	float:none !important;
}
.f-fix {
	float:left;
	width:100%;
}
.no-display {
	display:none;
}
.no-margin {
	margin:0 !important;
}
.no-padding {
	padding:0 !important;
}
.no-bg {
	background:none !important;
}
/* ======================================================================================= */

/* Layout ================================================================================ */
.wrapper {
	/*min-width:954px;*/
	margin-top:20px;
}
.page {
}
.page-print {
	background:#fff;
	padding:25px 30px;
	text-align:left;
}
.page-empty {
	background:#fff;
	padding:20px;
	text-align:left;
}
.page-popup {
	background:#fff;
	padding:25px 30px;
	text-align:left;
}
.main-container {
	background:url(/p/img_244/bkg_main.gif) 50% 0 repeat-y;
}
.main { /*width:900px;*/
	width:950px;
	margin:0 auto;
	min-height:400px;
	padding:0 0 40px 10px;
	text-align:left;
}
.main.start {
	background:#fff 360px 20px url(/p/img_244/streifen_grau_main_4000px.gif) no-repeat;
}

#spalte_1 {
	float:left;
	width:340px;
	background:none;
	padding: 0 30px 0 0px;
	margin:0;
}
#spalte_2 {
	float:left;
	width:340px;
	background:none;
	padding: 0 0 0 0px;
	margin:0;
}

/* GrÃ¼ne Balken-Headlines Startseite*/
#spalte_1 h2, 
#spalte_2 h2 {
	font:600 17px/1.3 'Open Sans', sans-serif;
	color: #fff;
	padding:2px 10px 5px 10px;
	margin:10px 0 20px 0;
	background:#294274;
}
/* Erste Headline ohne Abstand nach oben*/
#spalte_1 h2:first-of-type, 
#spalte_2 h2:first-of-type {
	margin-top:0;	
}


#spalte_1 h2 span, #spalte_2 h2 span {
	display:block;
	padding:2px 10px 4px 10px;
	margin:0;
	background:0px bottom url(/p/img_244/bg_hd_spalte_h2_unten.gif) no-repeat;
}
#spalte_1 a h3, #spalte_2 a h3 {
	color: #373737;
	font:bold 14px/18px 'Open Sans', sans-serif;
}
#spalte_1 .autor, #spalte_2 .autor {
	color: #868686;
	font:normal 13px/16px 'Open Sans', sans-serif;
}


#ticker-box {
	margin:0 0 0 0;
	padding:15px 0 0 0;
	clear:both;
	float:left;
}
#ticker-box .ticker-title {
	margin-bottom:0;
	line-height:18px;
}


.ticker a,
#ticker-box a {font-weight:600;}


.ticker a.link-pfeil,
#ticker-box a.link-pfeil {
    padding: 0 0 0 15px;
    background:4px 4px url(/p/img_244/link_pfeil_grau.gif) no-repeat;
}

#modul-news { 
	float: left;
	width: 700px;
	background-color: #fff;
	padding:0;
	margin-top:34px
}


#modul-news-breit { 
	float: left;
	width: 800px;
	background-color: #fff;
	padding:0;
	margin-top:34px
}

#modul-news2 {
	float:left; 
	width:900px; 
	margin-top:34px;   
	padding: 0 0 0 0px; 
	background-color: #fff;
}


#block-news, #block-blog {
	margin-right:10px;
	margin-top:10px;
}


/* Base Columns */
.col-left {
	float:left; 
	width:170px; 
	padding:5px 15px 1px 0; 
	margin:0;
}

.col-main {
	float:left;
	width:710px;
	/*padding:37px 10px 0 0;*/
	padding:0 10px 0 0;
}
.start .col-main {padding:0 10px 0 0;}

.col-right {
	float:left;
	width:220px;
	padding:0 0 10px 10px;
	background: url(/p/img_244/bkg_col_right.jpg) repeat-y bottom left;
	font:400 13px/1.5 'Open Sans', sans-serif;
}

.col-right-werbung {
	float:right;
	width:220px;
	padding:0 0 1px 10px;
	background: url(/p/img_244/bkg_col_right.jpg) repeat-y bottom left;
}
/* 1 Column Layout */
.col1-layout .col-main {
	float:none;
	width:auto;
}
/* 2 Columns Layout */
.col2-left-layout .col-main {
	float:right;
}
.col2-right-layout .col-main {
}
/* 3 Columns Layout */
.col3-layout .col-main {
	width:475px;
	margin-left:17px;
}
.col3-layout .col-wrapper {
	float:left;
	width:687px;
}
.col3-layout .col-wrapper .col-main {
	float:right;
}
/* Content Columns */
.col2-set .col-1 {
	float:left;
	width:48.5%;
}
.col2-set .col-2 {
	float:right;
	width:48.5%;
}
.col2-set .col-narrow {
	width:32%;
}
.col2-set .col-wide {
	width:65%;
}
.col3-set .col-1 {
	float:left;
	width:32%;
}
.col3-set .col-2 {
	float:left;
	width:32%;
	margin-left:2%;
}
.col3-set .col-3 {
	float:right;
	width:32%;
}
.col4-set .col-1 {
	float:left;
	width:23.5%;
}
.col4-set .col-2 {
	float:left;
	width:23.5%;
	margin:0 2%;
}
.col4-set .col-3 {
	float:left;
	width:23.5%;
}
.col4-set .col-4 {
	float:right;
	width:23.5%;
}


/* ======================================================================================= */

/* RECHTE SPALTE */

.col-right p {
	margin: 0 0 13px 0;
}

.block-login.cfmueller {
	padding:25px 20px 10px 10px;
	font-size:13px;
	line-height:150%;
}

.block-login.cfmueller a {
	display:block;
	font:12px/1.35 'Open Sans', sans-serif;
	padding:0 0 0 12px; 
	background:url(/p/img_244/arrow_cfmueller.png) no-repeat 0 6px; 
	/*color:#2a4279;*/
}

.block-login.cfmueller p {margin:0 0 4px 0;}

.block-login input.login_submit {
    display:block;
    width:190px;
    height:27px;
    border:none;
    padding:0;
    margin:15px 0 7px 0;
	background: transparent url(/p/img_244/bt_login_re_hd_breit.png) no-repeat center 0px;
    cursor:pointer;
	background-size:250px auto;
	border-radius:5px;
}

.margbox_hl_grey {
	font:600 18px/1.3 'Open Sans', sans-serif;
	padding:0 0 13px 0 !important;
}


.col-right .block-banner {
	background:#fff;
	padding: 10px 15px 5px 15px;
}

.col-right .block-banner img {
	display:block; /* zur Zentrierung*/
	margin:0 auto; /* Zentrierung*/
	width:100%;
	height:auto;
}

.col-right .block-banner img.rahmen {
	border:1px solid #cccccc;
}


.col-right h2,
.col-right h2 a {
	font:600 15px/1.3 'Open Sans', sans-serif;
	color: #666;
}
.col-right h2 {margin:0 0 13px 0;}
.col-right h2 a {color:#2a4279;}


/* ======================================================================================= */


/* Misc */
.links li {
	display:inline;
}
.links li.first {
	padding-left:0 !important;
}
.links li.last {
	background:none !important;
	padding-right:0 !important;
}

/* ======================================================================================= */

/* Header ================================================================================ */
.header-container {
	background:url(/p/img_244/bg_header_blanko.png) 50% 0 no-repeat;
}
.header {
	width:950px;
	margin:0 auto;
	/*padding:10px;*/
	text-align:left;
	position:relative;
	z-index:10;
	height:112px;
}

.quick-access ul.links {
	list-style-type: none;
	padding:0;
}
.header .quick-access {
	position:absolute;
	top:3px;
	left:722px;
}
.header .searchbox {
	position:absolute;
	top:40px;
	left:300px;
}

.header .links {
	float:right;
	margin:0 0 6px;
}
.header .links li {
	float:left;
	font-size:12px;
	background:url(/p/img_244/bkg_pipe1.gif) 100% 60% no-repeat;
	padding:0 5px 0 5px;
}
.header .links a {color:#fff;}

.logo {
	position:absolute;
	margin:30px 0 0 22px;
}

.logo-ovs {
	float:right;
	position:relative;
	margin:-5px 27px 0 0; 
}


.container_links {
padding-top: 20px;
clear: both;
float: left;
width: 100%;
overflow: hidden;

font-family: Verdana;
font-size: 13px;
}

#navi_header {
float: left;
position: relative;
left: 50%;
margin: 0 auto;
padding: 0;
list-style-type: none;
}

#navi_header li {
float: left;
position: relative;
right: 50%;
}

#navi_header a {
width: auto;
display: block;
padding:0 10px;
line-height: 1.5em;
color: #000000;

border:none;
text-decoration:none;
}

#navi_header a:hover {

color: #666666;
}












/********** Navigation *********/

.nav-container {
	background:url(/p/img_244/bkg_nav.jpg) 50% bottom no-repeat;
	height:34px;
	font-family: 'Open Sans', sans-serif;
}
#nav {
	width:960px;
	margin:0 auto;
	padding:0;
}
/* All Levels */ /* Style consistent throughout all nav levels */
#nav li.over {
	z-index:998;
}
#nav a, #nav a:hover {
	display:block;
	text-decoration:none;
}
#nav span {
	display:block;
	cursor:pointer;
	white-space:nowrap;
}
#nav li ul span {
	white-space:normal;
}
#nav ul li.parent a {
	background:url(/p/img_244/bkg_nav2.gif) 100% 100% no-repeat;
}
#nav ul li.parent li a {
	background-image:none;
}
/* 0 Level */
#nav li.level0 {
	float:left;
	position:relative;
	text-align:left;
}
#nav li.level0.active a {
	color:#2a4279;
	background:url(/p/img_244/nav_tab.jpg) no-repeat bottom left;
}
#nav li.level0 a {
	float:left;
	padding:0;
	color:#333;
	font:600 14.5px/18px 'Open Sans', sans-serif;
	/*letter-spacing: 0.3px;*/
	/*text-shadow: #fff 1px 1px 1px;*/
	width:176px;
	line-height:34px;
	background:url(/p/img_244/nav_tab.jpg) no-repeat top left;
	text-align:center;
}
#nav li.level0.over a, #nav li.level0 a:hover {
	color:#2a4279;
	background:url(/p/img_244/nav_tab.jpg) no-repeat bottom left;
}
/* Home-Button */
#nav li.home a {
	background:url(/p/img_244/nav_tab_home.jpg) no-repeat top left;
	width:80px;
}
#nav li.home a:hover {
	color:#2a4279;
	background:url(/p/img_244/nav_tab_home1.jpg) no-repeat bottom left;
	width:80px;
}
.cms-home #nav li.home a {
	background:url(/p/img_244/nav_tab_home.jpg) no-repeat bottom left;
	width:80px;
}

/* 1st Level */

#nav ul.level1 {
	position:absolute;
	top:34px;
	left:-10000px;
	padding:10px 20px 20px 20px;
	background:url(/p/img_244/nav_bkg_submenu.png) no-repeat bottom left;
	list-style-type:none;
}
#nav ul.level1 li a {
	float:left;
	padding:4px 0 4px 0;
	color:#333 !important;
	font-weight:normal;
	font-size:14px;
	/*text-shadow: #fff 1px 1px 1px;*/
	width:144px;
	line-height:20px;
	background-image:none !important;
	text-align:left;
	width:260px;
}
#nav ul.level1 li a:hover, #nav ul.level2 li a:hover {
	color:#1277c5 !important;
}
/* 1st Level HOME */
#nav li.home ul.level1 {
	float:left;
	position:absolute;
	top:34px;
	left:-10000px;
	padding:0;
	width:960px;
	background:url(/p/img_244/nav_bkg_homelayer.png) no-repeat bottom left;
}
#nav li.home ul.level1 li {
	float:left;
	width:240px;
}
#nav li.home ul.level1 li a {
	float:left;
	line-height:45px;
	font-size:14px;
	width:210px;
	padding:0 0 0 20px;
}
/* 2nd Level HOME */
#nav li.home ul.level2 {
	left:0;
	background-image:none;
	min-height:300px;
	width:220px;
	padding:0 0 20px 0;
	margin:0;
}
#nav li.home ul.level2 li {
	float:left;
	padding:0;
}
#nav li.home ul.level2 li a {
	float:left;
	font-size:12px;
	width:210px;
	padding:5px 0 5px 20px;
	text-shadow:none;
	line-height:140%;
}
/* Show menu */
#nav li ul.shown-sub, #nav li div.shown-sub, #nav li.home ul.level1.shown-sub {
	left:0;
	z-index:999;
}
#nav li .shown-sub ul.shown-sub, #nav li .shown-sub li div.shown-sub {
	left:100px;
}
/********** Navigation > */
/* ======================================================================================= */
/********* Navigation vertikal */
#col1_content {
	padding: 10px 5px 10px 5px;
}
#col1 {
	width: 30%;
}
#col1 {
	float: left;
	width: 20%;
}
#col1_content, #col2_content, #col3_content {
	position: relative;
}


/* Sidebar =============================================================================== */
.block {
	border:none;
	margin:0 0 20px;
}
.block .block-title {
	background:url() 0 0 repeat-x;
	border-bottom:1px solid #ddd;
	padding:2px 9px;
}
.block .block-title strong {
	display:block;
	font:bold 12px/16px 'Open Sans', Helvetica, sans-serif;
	min-height:16px;
	padding:1px 0 1px;
	text-transform:uppercase;
	color:#e26703;
}
.block .block-title strong span {
}
.block .block-title a {
	text-decoration:none !important;
}
.block .block-subtitle {
	margin:0;
	padding:5px 9px;
	font-size:1em;
	font-weight:bold;
	color:#0a263c;
}
.block .block-content {
	background:#f8f7f5;
}
.block .block-content li.item {
	padding:7px 9px;
}
.block .block-content .product-name {
	color:#1e7ec8;
}
.block .btn-remove, .block .btn-edit {
	float:right;
	margin:1px 0 2px 5px;
}
.block .actions {
	/*background:#dee5e8 url(images/bkg_block-actions.gif) 0 0 repeat-x;*/
	padding:6px 9px;
	text-align:right;
}
.block .actions a {
	float:left;
}
.block .actions button.button {
	float:right;
}
.block .empty {
	margin:0;
	padding:5px 9px;
}
.block li.odd {
	background-color:#f4f3f3;
}
.block li.even {
	background-color:#fafafa;
}
.block-tags {
	background:none;
	border:none;
}
.block-tags .block-content {
	background:none;
	border:none;
}
/* Mini Blocks */
.block-cart, .block-wishlist, .block-subscribe, .block-compare, .block-reorder, .block-poll, .block-viewed, .block-compared, .block-related, .block-tags, .block-login {
	font-size:12px;
	line-height:1.25;
	padding-left:15px;
}
.block-cart .block-title strong, .block-wishlist .block-title strong, .block-subscribe .block-title strong, .block-compare .block-title strong, .block-reorder .block-title strong, .block-poll .block-title strong, .block-viewed .block-title strong, .block-compared .block-title strong, .block-related .block-title strong, .block-tags .block-title strong, .block-login .block-title strong {
	background-position:0 0;
	background-repeat:no-repeat;
	padding-left:21px;
}

.block-tags .block-content .tags-list {
	background:none;
	border:0;
	font-size:16px;
}
.block-tags .block-content a {
	color:#1b2d3b;
}
.block-tags .actions {
	text-align:right;
}
.block-tags .actions a {
	float:none;
}
/* Block: Subscribe */
.block-subscribe .block-content {
	padding:5px 10px;
}
.block-subscribe .block-title strong {
	/*background-image:url(images/i_block-subscribe.gif);*/
}
.block-subscribe label {
	font-weight:bold;
	color:#666;
}
.block-subscribe input.input-text {
	display:block;
	width:167px;
	margin:3px 0;
}
.block-subscribe .actions {
	background:none;
	padding:0;
	margin:3px 0 0;
	text-align:left;
}
.block-subscribe .actions button.button {
	float:none;
}
.block-subscribe .actions button.button span {
	border-color:#406a83;
	background:#618499;
}
/* Block: Reorder */
.block-reorder .block-title strong {
	/*background-image:url(images/i_block-list.gif);*/
}
.block-reorder input.checkbox {
	float:left;
	margin:2px -20px 0 0;
}
.block-reorder .product-name {
	margin-left:20px;
}
.block-reorder .validation-advice {
	margin:3px 9px 7px;
}
/* Block: Banner */
.block-banner {
	border:0;
}
.block-banner .block-content {
	padding:0;
	text-align:center;
}

.block-login .block-title strong {
	/*background-image:url(images/i_ma-info.gif);*/
}
.block-login .block-content {
	padding:5px 10px;
}
.block-login label {
	font-weight:bold;
	color:#666;
}
.block-login input.input-text {
	display:block;
	width:167px;
	margin:3px 0;
}
.block-login .actions {
	background:none;
	padding:0;
	margin:3px 0 0;
}
.block-login .actions button.button span {
	border-color:#406a83;
	background:#618499;
}
/* Paypal */
.sidebar .paypal-logo {
	display:block;
	margin:10px 0;
	text-align:center;
}
.sidebar .paypal-logo a {
	float:none;
}
/* ======================================================================================= */



/* Content Styles ================================================================= */

/* Product Tags */
.tags-list {
	display:block;
	font-size:13px;
	border:1px solid #c1c4bc;
	background:#f8f7f5;
	padding:10px;
}
.tags-list li {
	display:inline !important;
	margin:0 4px 0 0;
}
.tags-list li a {
	color:#1b2d3b;
}

/* CMS Home Page */
.cms-home .subtitle {
}
.cms-index-index .subtitle {
}
/* Home Page Slideshow */
.cms-home #diSlideshow {
	width:730px;
	height:187px;
	position:relative;
	background:#fff;
	margin-left:-10px;
	/*margin-top:20px;*/
	padding:20px 0 0 0;
}
.cms-home #diSlideshow .images, 
.cms-home #diSlideshow .images a {
	width:100%;
	height:100%;
}
.cms-home #diSlideshow .images a {
	display:block;
	position:absolute;
	top:0;
	left:0;
}
.cms-home #diSlideshow a.imgChooser {
	position:absolute;
	/* left:[set in home.js as buttonMargin + n * (buttonWidth + buttonSpace)] */
    bottom:6px;
	height:24px;
	/* width:[set in home.js as buttonWidth] */
    line-height:24px;
	z-index:10;
	text-align:center;
	background-color:#ccc;
	text-decoration:none;
	color:#000;
}

/* ======================================================================================= */

/* Footer ================================================================================ */
.footer-container {
	background: url(/p/img_244/bkg_footer.jpg) no-repeat 50% bottom;
	margin-bottom:20px;
	height:270px;
	color:#595F66;
}
.footer {
	width:960px;
	margin:0 auto;
	padding:20px 0 0 0;
	position:relative;
	font:13px/1.55 'Open Sans', sans-serif;
}

.footer a {
	color:#595F66;
	text-decoration:none;
}
.footer a:hover {
	text-decoration:underline;
}

.footer ul {
	display:inline;
	float:left;
}
.footer ul, ol {

}
.footer ul.links {
	display:block;
}
.footer li {
	display:inline;
	background:url(/p/img_244/bkg_pipe3.gif) 100% 60% no-repeat;
	padding:0 7px 0 4px;
}
.footer li.last {
	background:none !important;
	padding-right:0 !important;
}

.footer .footer_logo {
	width:240px;
	float:left;
}

.brak-footer {
	display:block;
	margin:13px 0 0 0;
}
.ovs-footer {
	display:block;
	margin:40px 0 0 0;
}

.footer .footer_tags {
	width:220px;
	float:left;
	height:180px;
	padding:0 10px 0 10px;
}
.footer .footer_tags ul {
	padding-top:2px;
}

.footer .footer_tags li {
	background:none;
}

.footer .footer_tags li, 
.footer .footer_social li, 
.footer .footer_service li {
	list-style: none;
	padding:0;
	margin:0;
}

.footer .footer_tags li a {
	line-height:22px;
}



.footer .footer_social, 
.footer .footer_service {
	display:block;
	width:240px;
	float:left;
	height:180px;
	text-align:left
}

.footer .footer_social ul.links, 
.footer .footer_service ul.links {
	display:block;
	text-align:left;
	padding-left:20px;
}
.footer .footer_social ul.links li, 
.footer .footer_service ul.links li {
	display:block;
	padding:0 0 4px 0;
	line-height:18px;
	background:none;
}
.footer .footer_social a, 
.footer .footer_service a {
	display:block;
}

.footer .footer_hl {
	text-align:left;
	font-size:14px;
	font-weight:bold;
	padding:0 0 10px 20px;
	display:block;
}
.footer .footer_bottom {
	float:left;
	width:920px;
	padding:0 20px 0 20px;
	position:absolute;
	top:235px;
	left:0;
}
.footer .footer_address {
	float:left;
}
.footer .footer_links {
	float:right;
}


/* ======================================================================================= */

/* Clears ================================================================================ */
.clearer:after, .header-container:after, .header-container .top-container:after, .header:after, .header .quick-access:after, #nav:after, .main:after, .footer:after, .footer-container .bottom-container:after, .col-main:after, .col2-set:after, .col3-set:after, .col3-layout .product-options-bottom .price-box:after, .col4-set:after, .search-autocomplete li:after, .block .block-content:after, .block .actions:after, .block li.item:after, .block-poll li:after, .block-layered-nav .currently li:after, .page-title:after, .products-grid:after, .products-list li.item:after, .box-account .box-head:after, .dashboard .box .box-title:after, .box-reviews li.item:after, .box-tags li.item:after, .pager:after, .sorter:after, .ratings:after, .add-to-box:after, .add-to-cart:after, .product-essential:after, .product-collateral:after, .product-view .product-img-box .more-views ul:after, .product-view .box-tags .form-add:after, .product-view .product-shop .short-description:after, .product-view .box-description:after, .product-options .options-list li:after, .product-options-bottom:after, .product-review:after, .cart:after, .cart-collaterals:after, .cart .crosssell li.item:after, .opc .step-title:after, .checkout-progress:after, .multiple-checkout .place-order:after, .group-select li:after, .form-list li:after, .form-list .field:after, .buttons-set:after, .page-print .print-head:after, .advanced-search-summary:after, .gift-messages-form .item:after, .send-friend .form-list li p:after {
	display:block;
	content:".";
	clear:both;
	font-size:0;
	line-height:0;
	height:0;
	overflow:hidden;
}
/* ======================================================================================= */


/**** Kacheln Startseite Zeitschriften ***/

#kachel1, #kachel2, #kachel3, #kachel4 {
	width:245px;
}
#kachel1 {
	float:left;
	padding: 0 0 0 5px;
	margin: 0 10px 10px 0;
}
#kachel2 {
	float:left;
	padding: 0 0 0 5px;
	margin: 0 10px 10px 0;
}
#kachel3 {
	float:left;
	padding: 10px 0 0 5px;
	margin: 0 10px 10px 0;
}
#kachel4 {
	float:left;
	padding: 10px 0 0 5px;
	margin: 0 10px 10px 0;
}
#modul-news-kacheln {
	float:left;
	width:550px;
	margin-left:10px;
	padding: 0 0 0 5px;
}
#modul-news-kacheln-news {
	float:left;
	width:700px;
	margin-left:10px;
	padding: 0 0 0 5px;
}
#kachel5, #kachel6 {
	width:325px;
}
#kachel5 {
	float:left;
	padding: 0 0 0 5px;
	margin: 0 10px 10px 0;
}
#kachel6 {
	float:right;
	padding: 0 0 0 5px;
	margin: 0 30px 10px 0;
}
div#Seite {
	text-align: left;    /* Seiteninhalt wieder links ausrichten */
	margin-top: 20px;      /* standardkonforme horizontale Zentrierung */
	margin-left: 15px;
	width: 700px;
	padding: 0.5em;
}
div#itrb_volltext-archiv {
	margin-left: 15px;
	width: 540px;
	height: 400px;
	padding: 0.9em;
}
/**** Tabbed Navigation ****/

/********** NAVIGATION VERTIKAL CONTENSEITEN ************/


/********* =================  Sub-NAVIGATION  ==============********/
.col-left .navigation-head {
    font:bold 14px/18px Calibri,"Trebuchet MS","Lucida Grande",Lucida,sans-serif;
    padding:0 0 10px 0px;
}
.col-left ul.navigation {
    font-size:13px;
    line-height:120%;
    margin:0;
    padding:0;
}
.col-left ul.navigation li {
	margin:0;
    padding:1px 0 1px 0px;
    border-top: 1px solid #dfdfdf;
}
.col-left ul.navigation li a {
    padding:4px 0 5px 20px;
    display:block;
    color:#555;
    font:normal 14px/18px Calibri,"Trebuchet MS","Lucida Grande",Lucida,sans-serif;
    background: url(/p/img_244/pfeil_nav2.gif) no-repeat 6px 8px;
}
.col-left ul.navigation li.active a,
.col-left ul.navigation li.active a:hover {
    font-weight:bold;
    background-color:#f1f1f3;
}
.col-left ul.navigation li a:hover {
    font-weight:normal;
    background-color:#f1f1f3;
    text-decoration:none;
}
/* Zweite Ebene */
/*.col-left ul.navigation ul {
    font-size:12px;
    padding:10px 0 10px 0
}
.col-left ul.navigation ul li {
    padding:3px 0 3px 0;
    border-bottom: 1px solid #EFEFEF;
}
.col-left ul.navigation ul li a {
    padding-left:20px;
    display:block;
}
.col-left ul.navigation ul ul {
    font-size:11px;
}*/
/* Hat Unterpunkte, ist aktiv... */
.col-left ul.navigation .parent {
    background:none;
}
.col-left ul.navigation .parent.active {
    background:none;
}
.col-left ul.navigation li.active, .col-left ul.navigation li.active li.active {
    font-weight:bold
}
.col-left ul.navigation li.active li {
    font-weight:normal;
    list-style: none outside none;
}


/********* =================  Sub-NAVIGATION  ==============********/
.secondnav {
	padding-top:30px;
}
/********* =================  Verfahrensstandanzeiger ==============********/

div#verfahrensstandanzeiger {
	font-family: 'Open Sans', sans-serif;
	text-align: left;    /* Seiteninhalt wieder links ausrichten */
	margin: 10 auto;      /* standardkonforme horizontale Zentrierung */
	width: 530px;
	padding: 0.5em;
	border: 2px ridge silver;
}
div#ueberschrift {
	font-size: 18px;
	text-align:center;
	padding:0.2em;
}
div#Navigation {
	font-size: 0.91em;
	width: auto;
	margin-left: 10px;
	padding: 0;
	border-bottom: 1px dashed silver;
}
ul#Navigation li {
	display: block;
	color: black;
	background-color: #eee;
	list-style: none;
	margin: 10;
	padding: 0.25em;
	border-bottom: 1px dashed silver;
}
.headline_klein {
	color: #294780;
	font-weight: bold;
}

/**********************************************************/
/* RESPONSIVE STYLES
***********************************************************/


@media only screen and (max-width:1000px) {

html {
	box-sizing: border-box;
}
*, *:before, *:after {
	box-sizing: inherit;
}

.header-container {
	background:none;
	overflow:hidden;
}
.header {
	height:100px;
	width:calc(100% - 40px);
	background:url(/p/img_244/bg_header_mobil.png) 50% bottom repeat-x;
	margin:0 20px 0px 20px;
	box-shadow: 0px 0px 3px 4px rgba(50, 50, 50, 0.15);
	-moz-box-shadow: 0px 0px 3px 4px rgba(50, 50, 50, 0.15);
	-webkit-box-shadow:0px 0px 3px 4px rgba(50, 50, 50, 0.15);
}


.main-container {
	background:none;
	overflow: hidden;
}

.main {
	width:calc(100% - 40px);
	margin:0 20px 0px 20px;
	padding: 0 0 40px 0;
	background:#fff;
	box-shadow: 0px 0px 3px 4px rgba(50, 50, 50, 0.15);
	-moz-box-shadow: 0px 0px 3px 4px rgba(50, 50, 50, 0.15);
	-webkit-box-shadow:0px 0px 3px 4px rgba(50, 50, 50, 0.15);
}

.main.start {
	background: #fff 37.8% 20px url(/p/img_244/streifen_grau_main_4000px.gif) no-repeat;
}


.col-left {
	box-sizing:content-box;
	padding:5px 15px 1px 10px; 
}

#modul-news {width: calc(100% - 195px);}

.col-main {width:76.041%;}

.start .col-main {padding:0 10px 1px 10px;}

.col-right {
	float:right;
	/*width:220px;*/
	width:calc(23.958%);
	padding:0 0 10px 10px;
}

#spalte_1 {
	/*width:340px;*/
	width:47.887%;
	margin:0 4.225% 0 0;
	padding:0;
}
#spalte_2 {
	/*width:340px;*/
	width:47.887%;
}

.footer-container {
	background:none;
	margin-bottom:20px;
	height:270px;
	color:#595F66;
	overflow: hidden;
}
.footer {
	background: url(/p/img_244/bg_footer_tablet.png) repeat-x 50% bottom;
	width:calc(100% - 40px);
	margin:0 20px 0px 20px;
	height:264px;
	padding:20px 0 0 0;
	position:relative;
	font:13px/1.55 'Open Sans', sans-serif;
	box-shadow: 0px 0px 3px 4px rgba(50, 50, 50, 0.15);
	-moz-box-shadow: 0px 0px 3px 4px rgba(50, 50, 50, 0.15);
	-webkit-box-shadow:0px 0px 3px 4px rgba(50, 50, 50, 0.15);
}

.footer .footer_service  {float:right;}

.footer .footer_tags,
.footer .footer_social {
	display:none;
}

.footer .footer_bottom {
	float:none;
	width:100%;
	padding:0 20px 0 20px;
	position:relative;
	margin-top:215px;
	top:auto;
	left:auto;
}


/* CONTENT */

.cms-home #diSlideshow {
	width:calc(100% + 20px);
	/*height:187px;*/
	height:calc(19.4vw + 13px);
	margin-left:-10px;
	padding:20px 0 0 0;
	overflow: hidden;
	position: relative;
}

#diSlideshow iframe {
    /*width: 730px;*/
    height: 100% !important;
    max-width: 100%;
    overflow: hidden;
}

.banner-text a img {
	max-width:100%;
	height:auto;
}

/* RECHTE SPALTE */

.col-right .block-banner img {
	max-width:100%;
	height:auto;
}

.col-right .banner-text a img {
	max-width:calc(100% - 15px);
	height:auto;
}

.block-login input.login_submit {
	width:100%;
	/*height:27px;*/
	margin:15px 0 7px 0;
	background-size:250px auto;
}



/* HEADER */
.logo 			{margin:28px 0 0 22px;}
.logo img 		{width:162px;height:auto;}

.logo-ovs 		{margin:32px 27px 0 0; }
.logo-ovs img	{width:160px;height:auto;}




/* NAVIGATION */


.nav-container {
	background:none;
	height:34px;
	font-family: 'Open Sans', sans-serif;
	overflow:hidden;
}
#nav {
	/*width:960px;*/
	width:calc(100% - 40px);
	margin:0 20px 0px 20px;
	padding:0;
	box-shadow: 0px 0px 3px 4px rgba(50, 50, 50, 0.15);
	-moz-box-shadow: 0px 0px 3px 4px rgba(50, 50, 50, 0.15);
	-webkit-box-shadow:0px 0px 3px 4px rgba(50, 50, 50, 0.15);
}

#nav li.home {width:8.333%;}
#nav li {width:18.333%;}

.cms-home #nav li.home a {
	background:url(/nav_tab_home.jpg) no-repeat bottom center;
	/*width:80px;*/
	width:100%;
}
#nav li.level0 a {
	width:100%;
}

} /* Ende 1000 px */



@media only screen and (max-width:799px) {
	
.hide_799px {display:none;}

/* ab hier groessere Fonts */
body,
.col-right {font-size:16px;}
	
.wrapper {margin-top:0;}

.main {
	width: calc(100% - 30px);
    margin: 0 15px 0px 15px;
	padding-top: 50px;
}
.main.start {
	background-image:none;
}

#modul-news {width: 100%;}

.col-left {display:none;}

.col-main {
	float:none;
	width:100%;
	padding:240px 10px 0 10px;
}
.start .col-main {
	padding:0 10px 0 10px;
}
.col-right {
	float:none;
	width:100%;
	padding:35px 10px 10px 10px;
	background: #edeef0;
}

.footer {
    width: calc(100% - 30px);
    margin: 0 15px 0px 15px;
}

.cms-home #diSlideshow {
	height:calc(25.7vw + 13px);
	margin-bottom: 220px;
}

#ticker-box {
	margin-top:-10px;
	padding-top:25px;
	background: #fff 50% 0 url(/p/img_244/streifen_grau_main_4000px.gif) no-repeat;
}

.banner-text a img {
	width:100%;
	height:auto;
}

.col-right .banner-text {
	text-align: center;
}
.col-right .banner-text a img {
	width:auto;
}

.ticker a.link-pfeil,
#ticker-box a.link-pfeil {
    padding: 0 0 0 17px;
    background:5px 4px url(/p/img_244/link_pfeil_grau.gif) no-repeat;
}

#spalte_1 h2, #spalte_2 h2 {font-size: 19px;}

h1 {font-size: 25px;}
h2 {font-size: 20px;}

/* RECHTE SPALTE */

.block-login.cfmueller {
	/*position:absolute;*/
	position: relative;
	top:70px;
	padding: 23px 5% 20px 5%;
	height:220px;
	background:#edeef0;
	width:calc(100vw - 65px); /* Durch das padding ragt die Box sonst raus (war vorher - 50px) */
}

@media only screen and (max-width: 799px) {
    .block-login.cfmueller {
        top: 0 !important;
    }
}

.start .block-login.cfmueller {
	top:calc(25.7vw + 13px + 65px);
	padding:20px 5% 20px 5%;
	height: 205px;
	overflow: hidden;
}
.margbox_hl_grey {
	font-size:21px;
	padding:0 0 16px 0 !important;
}

.block-login.cfmueller a {
	font-size:15px;
	padding:0 0 0 14px; 
	background-position:0 8px;
	/*float:left;*/
	margin: 0 0 10px 0;
	width:45%;
}

.block-login input.login_submit {
	width:calc(50% - 15px);
	height:41px;
	margin:-20px 0 7px 0;
	background-size:380px auto;
	background-color:#9b1111; 
	float:right;
}

.col-right h2 a, .col-right h2 {
    font: bold 17px/21px 'Open Sans', sans-serif;
}

.col-right .block-banner {padding: 10px 10px 5px 10px;}

/************ MOBILER HEADER / NAVIGATION **********/

.header {
	position:fixed;
	height:70px;
	width:100%;
	z-index:20;
	box-shadow:0 0 12px 0 rgba(50, 50, 50, 0.35);
	background-color:#ffffff;
	margin:0;
	left:0;
	background:#fff;
}

.logo 			{margin:12px 0 0 22px}
.logo img 		{width: 160px;max-width:39vw;}

.logo-ovs 		{margin:21px calc(7% + 45px) 0 0}
.logo-ovs img 	{width:130px;}


#menu-btn {
	position:absolute;
	right:0;
	width:40px;
	height:40px;
	margin:14px 16px 0 0;
	background:#fff url(/p/img_244/menu_mobile.png) no-repeat 0 0;
	cursor:pointer;
	/*z-index:1000;*/
}
.open #menu-btn {background-position:0 -60px;}

.nav-container {
	position:fixed;
	width:100%;
	height: auto;
	left:0;
	top:70px;
	display:none;
	background:#929292;
	padding: 3px 0px 0px 0px ;
	margin: 0px 0px 0px 0px ;
	z-index:19;
	box-shadow:0 0 12px 0 rgba(50, 50, 50, 0.35);
	overflow:visible;
}

.open .nav-container {display:block;}

#nav {
	width:100%;
	margin:0;
	box-shadow:none;
	-moz-box-shadow:none;
	-webkit-box-shadow:none;
}
#nav li.home {display:none;}

#nav li.level0,
#nav li.level0 ul.level1 li {
	float:none;
	width:100%;
}

#nav li.level0 a,
#nav li.level0 ul.level1 li a {
	float:none;
	position:relative;
	text-align:left;
	background:none;
	width:100%;
	border-bottom:2px solid #acacac;
	padding: 9px 13px 10px calc(4% + 35px);
	font-size:19px;
	font-weight:600;
	line-height:21px;
	color:#fff !important;
}
/* erstes LI */
#nav li.level0:nth-of-type(2) a {
	padding-top:11px;
}
/* letztes LI */
#nav li.level0:last-of-type a {
	border-bottom:none;
	padding-bottom:13px;
}

#nav li.level0.over a, 
#nav li.level0 a:hover {
    background:#7f7f7f;
}

#nav li.level0.parent > a:before {
	content: '+';
	padding-right: 10px;
	color: #cbcbcb;
	position: absolute;
	margin:0px 0 0 -28px;
	font-size: 29px;
	font-weight: 600;
	line-height: 0.7;
}

/* SUBNAVI / LEVEL 1 */

#nav ul.level1 {
	display: none;
    position: relative;
    top:0;
    left:0;
    padding: 0;
    background:none;
}
#nav li.level0.over ul.level1 {
	display:block;
}

#nav li.level0 ul.level1 li a {
	border-bottom:2px solid #acacac;
	padding: 9px 13px 10px calc(4% + 60px);
	font-size:16.5px;
	font-weight:600;
	line-height:21px;
}

#nav li.level0 ul.level1.over li a,
#nav li.level0 ul.level1 li a:hover {
    background:#6E6E6E;
}





} /* Ende 799 px */


@media only screen and (max-width:639px) {

.main.start {
    background-image: none;
}

#ticker-box {background:none}

#spalte_1 {
	width:100%;
	margin:0;
}
#spalte_2 {
	width:100%;
}
.footer .footer_bottom.hoch {
	padding:20px 0 75px 0;
}

.footer .footer_bottom li:nth-of-type(4),
.footer .footer_bottom .links li.last {
	padding:12px 7px 0 4px;
	width:50%;
	text-align:center;
}


/* MOBILER FOOTER */

.footer-container {
	height:auto;
	overflow: hidden;
}

.footer {
	width:calc(100% - 30px);
	background:#fff;
	margin:-20px 15px 0px 15px;
	height:auto;
	padding:20px 0 0 0;
	position:relative;
	font:13px/1.55 'Open Sans', sans-serif;
	box-shadow: 0px 0px 3px 4px rgba(50, 50, 50, 0.15);
	-moz-box-shadow: 0px 0px 3px 4px rgba(50, 50, 50, 0.15);
	-webkit-box-shadow:0px 0px 3px 4px rgba(50, 50, 50, 0.15);
}

.footer .footer_logo {
    width:100%;
	float:none;
	padding:0 0 40px 0;
	background: linear-gradient(0deg, rgba(234,234,235,1) 0%, rgba(255,255,255,1) 100%); 
}

.brak-footer img {width:230px;height:auto;}
.ovs-footer img {width:190px;height:auto;}


.footer .footer_service {display:none;}


.footer .footer_bottom {
	width: 100%;
	padding:20px 0 50px 0;
	margin:0;
	background: linear-gradient(0deg, rgba(190,194,193,1) 0%, rgba(221,221,222,1) 100%);
}

.footer .footer_address {float:none;}

.footer .footer_links {
	width:100%;
	height:auto;
	padding:20px 0 0 0;
	text-align:center;
	float:none;
}

.footer ul.links {
    width: 100%;
	font-size:15px;
}

.footer .footer_bottom li {
	display:block;
	float:left;
	background:none;
	padding:0 7px 0 4px;
	width:33.33%
}

} /* Ende 639 px */



@media only screen and (max-width:480px) {

.main,
.footer {
    width:100% !important;
    margin: 0 !important;
}

.block-login.cfmueller {
	width: calc(100vw - 20px);
}
.start .block-login.cfmueller {
	padding: 8px 5% 20px 5%;
}

.col-right .banner-text a img {
	width:100%;
	max-width: none;
}

.footer-container {margin-bottom:0;}

} /* Ende 480 px */

@media only screen and (max-width:479px) {
.logo 			{margin:calc(25px - 3%) 0 0 22px}

.logo-ovs 		{margin:calc(30px - 2%) calc(7% + 49px) 0 0;}
.logo-ovs img 	{max-width: 28vw;}

.margbox_hl_grey {padding: 0 0 10px 0 !important;}

.block-login.cfmueller a {
	padding:0 0 0 14px; 
	width:auto;
}
block-login.cfmueller p {margin: 0 0 2px 0;}

.block-login input.login_submit {
	width:100%;
	margin:18px 0 13px 0;
	float:none;
}


}

/**********************************************************/
/* Änderungen C.F. Müller
***********************************************************/

/* Eine Spalte auf der Startseite, das important sollte eigentlich nicht nötig sein ... */

@media only screen and (min-width: 639px) {
#spalte_1,
#spalte_2 {
    width: 620px !important;
}
}

#spalte_1,
#spalte_2 {
    padding: 0 50px 0 30px;
}

.main.start {
    background-image: none !important;
}

#ticker-box {
    background-image: none !important;
}

hr {
    display: none;
}

/* Normale Überschriften */

#spalte_1 h2, #spalte_2 h2 {
    font: 700 17px/1.3 'Open Sans', sans-serif !important;
    color: #294274 !important;
    padding: 10px 10px 0 0 !important;
    margin: 10px 0 10px 0 !important;
    background: none;
}

/* Slider ueber die gesamte Breite */

@media only screen and (min-width: 1000px) {

.cms-home #diSlideshow {
    padding-top: 0;
    width: 960px;
    height: 329px;
}

.col-right {
    margin-top: 0px;
}

}

/* Slider mobil ausblenden */

@media only screen and (max-width: 1000px) {

.cms-home #diSlideshow {
    display: none;
}

.start .block-login.cfmueller {
    top: 70px;
}

}

@media only screen and (max-width: 799px) {

#ticker-box {
    margin-top: 245px;
}

}

/* Top-Menü nach rechts */

@media only screen and (min-width: 799px) {

#navi_header {
    left: 86%;
}

}

/* Otto Schmidt ausblenden */

.logo-ovs { 
    display: none 
}

/* Inhaltsseiten auf Unterseiten ohne Sidebar */

#modul-news {
    width: 485px;
    padding: 0 0 0 30px;
}

@media only screen and (max-width: 799px) {
.col-main {
    padding: 0px 0 10px;
}
}

/* Formular-Fix */

.nl-form-body {
    margin: 0;
    padding: 0;
    width: 100%;
}

/* Überschriften wurden vergessen */
h3, h4, h5, h6 {
margin: 1em 0;
}

h3 {
margin-top: 2em; margin-bottom: 0;
}

/* Bilder an Inhalt anpassen */
.ticker img {
max-width: 100%;
height: auto;
}

/* Social Links im Footer */
.footer .footer_social a, .footer .footer_service a {
    display: inline !important;
}

.footer .footer_service {
    padding-left: 20px;
    box-sizing: border-box;
}

.footer .footer_hl {
    padding-left: 0
}

.footer .footer_social {
    text-align: center;
}

/* Juris Module */

.juris_module table {
    margin-top: 6em;
}

.juris_module td {
    padding: 0 10px;
}

.juris_module {
    font-size: 13px;
}

.juris_module img {
    width: 120px;
    min-width: 120px;
    margin-right: 1.5em;
}

.juris_module td a {
    display: block;
    margin-bottom: 6em;
}

@media only screen and (max-width: 799px)
#modul-news.juris_module {
    margin-top: 60px;
}


/* Login positionieren */

.start .block-login.cfmueller {
    margin-top: 340px;
}

#modul-news td {
max-width: 230px;
padding: 2em 3px;
}

@media only screen and (max-width: 1000px) {
.start .block-login.cfmueller {
    margin-top: 0;
    height: 245px;
}
}

@media only screen and (max-width: 799px) {
.block-login.cfmueller {
    width: calc(100vw - 47px);
    margin-left: -10px;
}

.login_hinweis {
    display: none;
}

#ticker-box {
    margin-top: 20px;
}

}

@media only screen and (max-width: 480px) {
.block-login.cfmueller {
    width: 100%;
}
}

@media only screen and (max-width: 1100px) {
#modul-news {
    width: calc(100% - 195px);
}
}

@media only screen and (max-width: 799px) {
#modul-news {
    width: 90%;

}
#modul-news:not(.newsletter-form) {
    margin-top: 50px
}
}

.ticker .vorschau-cover { max-width: 300px; }

div#pageContentContainer {
    line-height: 1.5;
}

#modul-news li {
margin-bottom: 0.5em
}

/* Shop-Box */

.shop-box {
border: 1px solid darkblue;
padding: 20px;
overflow: hidden;
font-size: 1.3em;
}

.shop-box img {
float: right;
margin-left: 1em;
}

/* Die Login-Landing-Page
------------------------------------------ */


.login-landing-page td > img {
    max-width: 100px !important;
    margin-right: 30px;
    image-rendering: -moz-crisp-edges !important;
    image-rendering: -o-crisp-edges !important;
    image-rendering: -webkit-optimize-contrast !important;
    image-rendering: crisp-edges !important;
    -ms-interpolation-mode: nearest-neighbor !important;
}

.login-landing-page .ticker {
    margin-left: 50px;
}

.login-landing-page hr {
    display: block;
    height: 1px;
    color: #ccc;
    border: none;
}

.login-landing-title {
   margin-left: 50px;
}

.login-landing-page .block-login.cfmueller {
    padding: 30px;
    background: #f1f1f1;
}

.login-table {
clear: both;
margin-left: 50px;
padding-top: 20px;
}

.footer_links ul {
padding-top: 0;
}

@media only screen and (max-width: 799px) {
.login-table .block-login.cfmueller {
    position: relative;
    top: 0;
    padding: 23px 5% 20px 5%;
    height: 220px;
    background: #edeef0;
    width: calc(100vw - 65px);
}
}

/* Mobile Fix
----------------------------- */

@media only screen and (max-width: 799px) {
#modul-news2 {
    max-width: 90%;
}
.login-table {
    margin-left: 30px;
}
.block-login.cfmueller {
    width: calc(100vw - 45px);
}
}

@media only screen and (max-width: 400px) {

#modul-news2 {
    max-width: 320px;
}
}


/* Newsletter-Anmeldung
-------------------------------- */

.nl-form-body *{color:#000;font-family:inherit;font-size:14px;line-height:1.1em;list-style-type:disc;list-style-position:outside;margin:0;padding:0;vertical-align:top;}.nl-form-body h1{color:#006eb6;font-size:1.6em;height:auto;padding:0;}.nl-form-body ul{padding:8px 24px;}.nl-form-body{background-color:#ffffff;border:solid 0px #999;box-sizing:border-box;margin:10px auto;padding:8px 0px;width:80%;}.nl-form-body .element{box-sizing:border-box;display:inline-block;margin:0;padding:8px 4%;width:100%;}.nl-form-body .element *{vertical-align:baseline;}.nl-form-body .element .validation{color:#ff0000;display:none;font-weight:bold;}.nl-form-body .element.invalid .validation{display:block !important;}.nl-form-body .element .first{float:left;width:100%;}.nl-form-body .element .second{padding-left:0;}.nl-form-body .first label{color:#000000;display:block;font-size:1.1em;font-weight:bold;margin:0 0 0.1em;padding:0 0 2px 0;}.nl-form-body .element.mandatory .first label::after{content:"*";}.nl-form-body p.descr{color:#929292;font-size:0.9em;line-height:1.1em;margin:0 0 0.1em;padding:0 0 2px 0;}.nl-form-body .element sub{vertical-align:sub;}.nl-form-body .element sup{vertical-align:super;}.nl-form-body .first p.descr{display:none !important;}.nl-form-body .second label{color:#000000;}.nl-form-body button,.nl-form-body input[type=text],.nl-form-body select,.nl-form-body textarea{border:solid 1px #ccc;box-sizing:border-box;display:inline-block;margin:0 0 0.2em;padding:4px;width:100%;line-height:initial;}.nl-form-body .element.invalid input[type=text],.nl-form-body .element.invalid select,.nl-form-body .element.invalid textarea{border:solid 1px #ff0000;}.nl-form-body input[type=checkbox],.nl-form-body input[type=radio]{border:solid 1px #ccc;box-sizing:border-box;display:inline-block;margin:2px 4px 0.2em;}.nl-form-body button{color:#ffffff;padding:0.3em 0;background-color:#ff7803;background:linear-gradient(#ff7803, #ff7803);border:solid 1px #36c;text-align:center;}.formassi_element_paragraph, .formassi_element_paragraph * {color:#929292;}#fa_0{width:100%;}#fa_1{width:100%;}#fa_2{width:100%;}#fa_3{width:100%;}#fa_4{width:100%;}#fa_5{width:100%;}#fa_6{width:100%;}#fa_7{width:100%;}#fa_8{width:100%;}#fa_9{width:100%;}#fa_10{width:100%;}#fa_11{width:100%;}#fa_12{width:100%;}#fa_13{width:100%;}#fa_14{width:100%;}#fa_15{width:100%;}input.datetime, input.date, input.time{
	background-position:right center;
	background-repeat:no-repeat;
	cursor:pointer;
}
span.calendar{
    float: right;
    margin-right: 17px;
    margin-top: -26px;
    position: relative;
    z-index: 2;
    color: #767b81;

}
.calendar::after{
    content: "073";
    font-family: 'FontAwesome regular' !important;
    font-size: 15px;
}

.datetimepicker {
	-webkit-user-select: none;
	-moz-user-select: none;
	-khtml-user-select: none;
	-ms-user-select: none;
	z-index: 9999;
	padding: 0px;
	margin: 0px;
	width: 228px;
	font-size: 11px;
	font-family: Tahoma;
	border: 1px solid #b0bac4;
	position: absolute;
	display: none;
}

/****** NAVIGATION ******/
div.dtpnav {
	width: 100%;
	height: 25px;
}

.dtpnavarrowleft {
	cursor: pointer;
	float: left;
	margin-top: 0px;
	margin-left: 0px;
	width: 24px;
	height: 25px;
}
.dtpnavarrowleftimg {
	margin-left: 8px;
	margin-top:6px
}

div.dtpnavmonthyearsel {
	float: left;
	font-weight: bold;
	min-width: 180px;
	text-align: center;
}


.dtpnavarrowright {
	cursor: pointer;
	float: left;
	margin-top: 0px;
	margin-right: 0px;
	width: 24px;
	height: 25px;
}

.dtpnavarrowrightimg {
	margin-left: 8px;
	margin-top:6px
}



/****** MONTH-SELECTION ******/
.dtpmonthsel {
	cursor: pointer;
	display: inline-block;
	margin-right: 2px;
}

.dtpmonthshow {
	float:left;
	line-height: 24px;
	color: #FFF;
}

.dtpmonthshowimg {
	width: 13px;
	height: 26px;
	float: left;
	background-repeat: no-repeat;
	background-position: 4px 10px;
}

.dtpyearsel {
	cursor: pointer;
	display: inline-block;
	margin-left: 2px;
}

div.dtpyearselbox {
	height: 184px;
	overflow: hidden;
	width: 228px;
	background-color: #fff;
	border: 1px solid #b0bac4;
	font-family: Tahoma;
	font-size: 10px;
	display: none;
	position: absolute;
	left: -1px;
	top: 24px;
}

div.dtpyearselboxleft {
	height: 182px;
	width: 34px;
	margin: 1px;
	float: left;
	cursor: pointer;
}


div.dtpyearselboxright {
	height: 182px;
	width: 33px;
	margin: 1px;
	float: left;
	cursor: pointer;
}

.dtpyearshow {
	float: left;
	line-height: 24px;
	color: #FFF;
}

.dtpyearshowarrowimg {
	width: 13px;
	height: 26px;
	float: left;
	background-repeat: no-repeat;
	background-position: 4px 10px;
}

/***** YEAR-BOX ******/
.dtpyearbox {
	height: 182px;
	width: 156px;
	background-color: #fff;
	float:left;
}

.dtpyearboxselul {
	margin-left: 0px;
	list-style-type: none;
	padding-left: 0px;
	border-bottom: 1px solid #fff;
	margin-bottom: 0px;
	background-color: #fff;
}

.dtpyearboxselli {
	float: left;
	margin-bottom:1px;
	text-align: center;
}

/********** CAL ************/
.dtpcalendar {
	width: 100%;
	background-color: #fcfdff;
	border-top: 1px solid #b0bac4;
}

.dtpcalrow {
	margin-left: 0px;
	list-style-type: none;
	padding-left: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
}

.calField {
	float:left;
	text-align: center;
	cursor: pointer !important;
}

.disabledCalField {
	float:left;
	text-align: center;
	background-color: #757575 !important;
cursor: default;
}

.notThisMonthField {
	background-color: #fff !important;
	margin-bottom: 1px !important;
}

/******* TIME *********/
.dtptimearea {
	width: 100%;
	height: 25px;
	color: #34404b;
	font-weight: bold;
	text-align: center;
}

.dtptimeclock {
	vertical-align: top;
	margin-right: 10px;
	margin-top: 4px;
	cursor: pointer;
	display: inline-block;
	width: 16px;
	height: 16px;
}

.dtphoursel {
	margin-right: 2px;
	display: inline-block;
	cursor: pointer;
}

.dtphoursel1 {
	width: 9px;
	height: 6px;
	margin-right: 2px;
	margin-top: 9px;
	float: left;
}

.dtphoursel2 {
	float: right;
	line-height: 24px;
}

.dtphourselectbox {
	font-weight: normal;
	top: 24px;
	height: 184px;
	width: 228px;
	background-color: #fff;
	border: 1px solid #b0bac4;
	font-family: Tahoma;
	font-size: 10px;
	display: none;
	position: absolute;
	left: -1px;
}

.dtphourul {
	margin-left: 0px;
	list-style-type: none;
	padding-left: 0px;
	margin-top: 0px;
	margin-bottom: 1px;
}

.dtphouril {
	float: left;
	width: 56px;
	margin-bottom: 1px;
	text-align: center;
	cursor: pointer;
	margin-left: 1px;
}

.dtpdblp {
	line-height: 24px;
	display: inline-block;
	vertical-align: top;
}

.dtpminutesel {
	margin-right: 2px;
	display: inline-block;
	cursor: pointer;
}

.dtpminutesel1 {
	float: left;
	line-height: 24px;
	margin-left:2px;
}

.dtpminutesel2 {
	width: 9px;
	height: 6px;
	margin-left: 3px;
	margin-top: 9px;
	float: right;
}

.dtpminuteselectbox {
	font-weight: normal;
	top: 24px;
	left: -1px;
	height: 184px;
	width: 228px;
	background-color: #fff;
	border: 1px solid #b0bac4;
	font-family: Tahoma;
	font-size: 10px;
	display: none;
	position: absolute;
}

.dtpminuteul {
	margin-left: 0px;
	list-style-type: none;
	padding-left: 0px;
	margin-top: 0px;
	margin-bottom: 1px;
}

.dtpminuteil {
	float: left;
	text-align: center;
	margin-bottom: 1px;
	cursor: pointer;
	margin-left: 1px;
}

.dtptimeselarea {
	font-weight: normal;
	left: -1px;
	top: 24px;
	height: 184px;
	width: 228px;
	background-color: #fff;
	border: 1px solid #b0bac4;
	font-family: Tahoma;
	font-size: 10px;
	display: none;
	position: absolute;
}

.dtptimeselarealeft {
	height: 100%;
	width: 100px;
	float:left;
}
.dtptimeselarealeftarrowup {
	width: 100%;
	background-repeat: no-repeat;
	height: 50px;
	cursor: pointer;
}
.dtptimeselarealeftnumber {
	width: 100%;
	height: 84px;
	vertical-align: middle;
	text-align: center;
	line-height: 84px;
	font-size: 36pt;
}

.dtptimeselarealeftarrowdown {
	width: 100%;
	background-repeat: no-repeat;
	height: 50px;
	cursor: pointer;
}

.dtptimeselareamiddle {
	vertical-align: middle;
	text-align: center;
	line-height: 170px;
	font-size: 42pt;
	width: 28px;
	float:left;
}

.dtptimeselarearight {
	height: 100%;
	width: 100px;
	float:left;
}
.dtptimeselarearightarrowup {
	width: 100%;
	background-repeat: no-repeat;
	height: 50px;
	cursor: pointer;
}
.dtptimeselarearightnumber {
	width: 100%;
	height: 84px;
	vertical-align: middle;
	text-align: center;
	line-height: 84px;
	font-size: 36pt;
}
.dtptimeselarearightarrowdown {
	width: 100%;
	background-repeat: no-repeat;
	height: 50px;
	cursor: pointer;
}

/***** MONTH SELECTION BOX *****/
div.dtpmonthbox {
	height: 184px;
	width: 228px;
	background-color: #FFF;
	border: 1px solid #b0bac4;
	font-family: Tahoma;
	font-size: 10px;
	color: #000;
	display: none;
	position: absolute;
	left: -1px;
	top: 24px;
}

ul.dtpmonthrow {
 	margin-left: 0px;
 	float:left;
 	list-style-type: none;
 	width:100%;
 	padding-left: 0px;
 	margin-top: 0px;
 	margin-bottom: 1px;
}

il.dtpmonthcell {
	float: left;
	text-align: center;
	line-height: 45px;
	border-left: 1px solid #fff;
	cursor: pointer;
}


/***** BUTTONS *****/
.dtpbuttons {
	width: 100%;
	height: 25px;
	border-top: 1px solid #b0bac4;
	text-align: center;
}

.dtpbuttonsul {
	margin-left: 0px;
	list-style-type: none;
	padding-left: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	height: 25px;
	background-color: #FFF;
}

.dtpbuttonsborder {
	line-height: 25px;
	margin-right: 1px;
	background-color: rgb(48, 52, 58);
	text-align: center;
	float: left;
	color:#FFF;
	cursor: pointer;
}

.dtpbuttonsnoborder {
	line-height: 25px;
	text-align: center;
	background-color: rgb(48, 52, 58);
	float: left;
	color:#FFF;
	cursor: pointer;
	width: 75px;
}

/***** IE-FIX *****/
.iefix {
	min-width: 180px;
	float: left;
	font-weight: bold;
	color: #fff;
	text-align: center;
}

.rightiefix {
	position: absolute;
	right: 0;
	top: 0;
}

.leftiefix {
	position: absolute;
	left: 0;
	top: 0;
}
.color3{
    background-color:-mw-settings-colors-system-link_hover-!important;
}

.nl-form-body label {
    float: none;
    width: auto; 
    text-align: left;
    text-transform: none;
}

.nl-form-body input[type=checkbox], .nl-form-body input[type=radio] {
    width: auto;
}

.nl-form-body h1 { color: #000; }

.nl-form-body * {
    line-height: 1.35;
}

@media only screen and (max-width: 799px) {
#modul-news .newsletter-form {
    margin-top: 50px !important;
    width: 485px !important;
    max-width: fit-content !important;
}
}

#fa_7 input, #fa_7 label {
    width: auto;
    font-size: 113%;
    line-height: 1.6;
    font-weight: 700;
}
.newsletter-form input {
    margin-right: 0.5em !important;
}

.nl-form-body button {
    background: #1277c5;
    border: solid 1px #1277c5;
    cursor: pointer;
    width: auto;
    padding: 6px 12px;
    border-radius: 6px;
}

.shop-link {
    float: right;
    margin: 40px 20px 0 0;
    border-radius: 30px;
    background: #1277c5;
    color: #fff;
    padding: 8px 23px;
    cursor: pointer;
}

.shop-link a {
    color: #fff;
    font-weight: bold;
}

.shop-link a:hover {
    text-decoration: none;
}

.shop-link:hover {
background: #2a4279;
}

.juris_module .ticker strong {
    font-size: 1.4em;
}

#optin_form #fa_13 .first label,
#optin_form #fa_13 .descr {
display: none;
}

@media only screen and (max-width: 799px) {
.shop-link { display: none; }
}

@media only screen and (max-width: 660px) {
.shop-box img {
    float: left;
    margin-left: 0;
    margin-bottom: 1em;
}
}