@charset "UTF-8";
body {
	background: #333;
	width: 100%;
	overflow-y: scroll;
	overflow-x: hidden;
}
body.Calculator {
	background: #fff;
	padding-right: 15px; 
}
.clearer {
	height: 1px;
	width: 1px;
	font-size: 1px;
	clear: both;
}
.clearer_mobile {
	height: 1px;
	width: 1px;
	font-size: 1px;
}
.horizontal_row {
	border-top: 1px solid #666666;
	height: 1px;
}
.morelink {
	float: right;
	font-size: 13px;
	font-weight: bold;
	color: #003366;
	padding-left: 12px;
	background: url('../images/arrow_orange_m.png') left 5px no-repeat;
}
.morelink:hover {
	color: #123376;
	background: url('../images/arrow_orange_m.png') left -11px no-repeat;
}
.mobile .morelink {
	font-size: 15px;
}
.toplink {
	display: inline-block;
	margin-top: 20px;
	float: right;
	font-size: 13px;
	font-weight: bold;
	color: #123376;
	padding: 3px 10px 2px 40px;
	margin-right: 25px;
	background: url('../images/button_contact_top.png');
}
.toplink:hover {
	color: #f39200;
	background: url('../images/button_contact_top.png');
}
.mobile .toplink {
	font-size: 14px;
	padding: 5px 10px 4px 40px;
	background: url('../images/button_contact_top.png');
}
.table {
    display:table;
}
.table div {
    display:table-row;
}
.table div div {
    display:table-cell;
    width:50%;
}
ul.content li {
	margin-bottom: 10px;
}
a {
	color: #123376;
}
a:hover, a:focus, a:active {
	color: #123376;
	text-decoration: underline;
}
input:focus, input:active, textarea:focus, textarea:active, a:hover, a:focus, a:active {
    outline: none !important;
	-moz-outline-style: none !important;
}
input, textarea {
    -webkit-border-radius:0px;
}
.button_close {
	display: inline-block;
	float: right;
	border: none;
	height: 20px;
	width: 20px;
	line-height: 20px;
	padding: 0;
	text-align: center;
	background:  #123376 !important;
	font-size: 13px;
	font-weight: bold;
	color: #FFF;
}
/* BUTTON */
.big_button, .medium_button {
	background: url(../images/button_blue.png) no-repeat;
	color: #FFF;
	padding: 12px 15px 7px 20px;
	margin: 0 0 20px;
	cursor: pointer;
	width: auto !important;
}
.medium_button {
	background: url(../images/button_blue.png) left 0 no-repeat;
	padding: 7px 15px 6px 20px;
}
.big_button:hover, .medium_button:hover {
	background: url(../images/button_blue.png) left -85px no-repeat;
}
.big_button.orange {
	background: url(../images/button_orange.png) left 0 no-repeat;
}
.big_button.orange:hover {
	background: url(../images/button_orange.png) left -84px no-repeat;
}
.medium_button.orange {
	background: url(../images/button_orange_m.png) left 0 no-repeat;
}
.medium_button.orange:hover {
	background: url(../images/button_orange_m.png) left -84px no-repeat;
}
.big_button img, .medium_button img {
	float: left;
	margin-right: 10px;
}
.big_button H4, .medium_button H4 {
	color: #FFF;
	font-size: 18px;
	text-transform: uppercase;
	white-space: nowrap;
	margin-top: -2px;
	margin-bottom: -1px;
}
.medium_button H4 {
	padding-top: 8px;
	padding-bottom: 0;
	margin-bottom: 0 !important;
}
.big_button span {
	font-family: 'Dosis';
	font-size: 13px;
	white-space: nowrap;
}
.big_button a {
	color: #FFF;
	font-size: 12px;
}

/* LAYOUT */
nav {
/** 	height: 62px; **/
}
.navbar {
	margin-bottom: 0px;
}
.navbar-brand {
	margin: 16px 35px 4px 15px; 
	background: url('../media/img/logo.png') left top repeat-x;
	width: 178px;
	height: 42px;
}
.de, .en {
	margin: 5px 0px 0px 0px; 
	background: url('../media/img/de.png') left top no-repeat;
	width: 32px;
	height: 25px;
}
.en {
	background: url('../media/img/en.png') left top no-repeat;
}
#wrapper_top {
/**	background: url('../images/back_top.png') left top repeat-x; **/
}
#menu .row, #content .row, #footer .row {
	background: #FFF;
	margin: 0;
}
#breadcrumb .row  {
	background: #fff;
	margin: 0;
	border-bottom: 1px solid #000000;
}
.mobile #breadcrumb .row {
	background: none;  
	background: rgba(255, 255, 255, 0.6); 
}
#breadcrumb .row .col-md-12 {
	padding: 8px 25px;
}
#footer {
	margin-bottom: 30px;
}
#content .row, #footer .row {
	padding-right: 10px;
	padding-left: 10px;
}
.home .line, #footer .line_2 {
/** 	background: #FFF url('../images/back_line1.png') center top no-repeat !important; **/
	padding-top: 20px;
	padding-bottom: 30px;
}
.content .line {
	padding-top: 35px;
	padding-bottom: 35px;
}
#footer .line_2 {
/**	background: #FFF url('../images/back_line2.png') center top no-repeat !important; **/
}
#footer_inner {
	background: #e4e4e4 !important; 
	padding: 10px 0 !important; 
	font-size: 12px; 
	color: #666; 
	margin: 30px 10px 0 !important;
}
.footer_headline {
	font-family: 'Dosis';
	font-weight: 700;
	margin: 0;
	padding: 0;
	font-size: 13px;
	color: #123376;
	text-transform:uppercase;
}
@media only screen and (min-width: 600px) and (max-width: 979px) {
	.col-md-6, .col-md-3 {
		width: 50%;
		float: left;
	}
	#footer .clearer_mobile {
		clear: both;
	}
	#footer .col-md-3 {
		width: 50% !important;
	}
	.col-md-4.sidebar {
		padding-top: 30px;
	}
	.col-md-4.sidebar .box {
		width: 46%;
		float: left !important;
	}
	.col-md-4.sidebar .box:first-child {
		margin-right: 4%;
	}
	.home .line, #footer .line_2 {
		padding-bottom: 0px;
	}
}
@media only screen and (min-width: 300px) and (max-width: 599px) {
	.toplink {
		display: none;
	}
	#content .row, #footer .row {
		padding-right: 3px;
		padding-left: 3px;
	}
	#header .col-md-6 {
		text-align: center;
	}
	.logo {
		margin: 20px 0 20px;
	}
	#footer .col-md-8, #footer .col-md-4 {
		width: 100% !important;
		clear: both !important;
	}
	#footer .col-md-4 {
		padding-top: 15px;
		text-align: left;
	}
	.col-md-4.sidebar {
		padding-top: 30px;
	}
	#footer .col-md-3 {
		width: 100% !important;
		clear: both !important;
	}

	.content .line {
		padding-top: 25px;
		padding-bottom: 25px;
	}
	.home .line, #footer .line_2 {
		padding-bottom: 0px;
	}
	.navbar-brand {
		background: url('../media/img/logo.png') left top no-repeat;
		background-size: 80% 80%;
		margin: 16px 0px 0px 0px;
	}


}
/* TYPO */
H1, H2, H3, H4 {
	font-family: 'Dosis';
	font-weight: 700;
	margin: 0;
	padding: 0;
	color: #123376;
}
H1 {
	font-size: 26px;
	text-transform: uppercase;
}
H1.claim {
	margin-top: 44px;
}
.artikel H1 {
	text-transform: uppercase;
	font-size: 32px;
}
.artikel H2 {
	font-weight: 400;
	font-size: 20px;
	margin-bottom: 35px;
}
.artikel H3 {
	text-transform: uppercase;
	font-size: 20px;
	margin: 25px 0 15px;
}
.artikel .box {
	margin-top: 30px;
	padding: 20px;
	background: url('../images/back_box_artikel.png') left top repeat-x;
}
.artikel .box h3 {
	margin-top: 0;
}
@media only screen and (min-width: 320px) and (max-width: 599px) {
	.artikel H1 {
		font-size: 28px;
	}
}
/* Artikel */
.artikel .big_button {
	max-width: 225px;
}
.artikel a {
	text-decoration: underline;
}
.artikel a:hover {
	color: #f39200;
}
.artikel ul {
	margin: 0 0 30px;
	padding: 0;
	list-style: none;
}
.artikel ul li {
	padding-left: 13px;
	background: url('../images/bullet.png') left 6px no-repeat;
	margin-top: 8px;
}
.artikel ul.checked li {
	color: #123376;
	padding-left: 23px;
	background: url('../images/bullet_checked.png') left 3px no-repeat;
	margin-top: 8px;
}
.artikel ul.checked li:first-child {
	margin-top: 0;
}
.artikel ul.download  {
	border-bottom: solid 1px #e4e4e4;
	margin-top: 35px;
}
.artikel ul.download li {
	border-top: solid 1px #e4e4e4;
	line-height: 30px;
	margin: 0;
	padding-left: 23px;
	background: url('../images/icon_pdf.png') left 5px no-repeat;
}
.artikel ul.download li a {
	text-decoration: none;
	color: #444;
	font-weight: bold;
}
.artikel ul.download li a:hover {
	color: #f39200;
}
.artikel ul.images li {
	background: none;
	float: left;
	padding: 0;
	margin-left: 15px;
}
.artikel ul.images li:first-child {
	margin-left: 0;
}
.artikel .artikel-box {
	position: relative;
	margin: 30px 0 0;
	font-size: 13px;
	line-height: 17px;
	height: 190px;
}
.mobile .artikel .artikel-box {
	height: 210px;
}
.artikel .artikel-box.first {
	padding-left: 0;
}
.artikel .artikel-box.second {
	padding-right: 0;
}
.artikel .artikel-box H4 {
	text-transform: uppercase;
	margin-bottom: 10px;
}
.artikel .artikel-box .box_footer {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 93%;
	border-top: solid 1px #e4e4e4;
	border-bottom: solid 1px #e4e4e4;
}
.artikel .artikel-box.second .box_footer {
	left: 15px;
}
.artikel .artikel-box .box_footer a {
	line-height: 30px;
	color: #444;
	text-decoration: none;
	font-weight: bold;
	padding-left: 14px;
	background: url(../images/arrow_orange_m.png) left 3px no-repeat;
}
.artikel .artikel-box .box_footer a:hover {
	color: #f39200;
}
@media only screen and (min-width: 600px) and (max-width: 979px) {
	.mobile .artikel .artikel-box {
		height: 190px;
	}
}
@media only screen and (min-width: 600px) and (max-width: 767px) {	
	.navbar-brand {
		background: url('../media/img/logo.png') left top no-repeat;
		background-size: 80% 80%;
		margin: 16px 0px 0px 0px;
	}
}
@media only screen and (min-width: 320px) and (max-width: 599px) {
	.artikel .big_button {
		top: 135px;
		right: -10px;
		width: 215px !important;
	}
	.artikel .big_button H4 {
		padding-left: 35px;
	}
	.mobile .artikel .artikel-box {
		height: auto;
	}
	.artikel .artikel-box.first, .artikel .artikel-box.second {
		padding-left: 0;
		padding-right: 0;
	}
	.artikel .artikel-box .box_footer {
		position: relative;
		width: 100%;
		margin-top: 15px;
	}
	.artikel .artikel-box.second .box_footer {
		left: 0;
	}
	.artikel ul.download  {
		margin-top: 15px;
	}
}
/* ACCORDION */
#accordion {
	border-bottom: solid 1px #CCC;
}
#accordion .panel {
	border-radius: 0;
	border: none;
	border-top: solid 1px #CCC;
	margin-top: 0;
}
#accordion .panel-heading {
	padding-left: 0;
	background: none;
}
#accordion .panel-title a {
	display: block;
	padding-left: 17px;
	font-size: 15px;
	background: url('../images/arrow_accordion.png') left -55px no-repeat;
}
#accordion .panel-title a.collapsed {
	color: #444;
	background: url('../images/arrow_accordion.png') left 4px no-repeat;
}
#accordion .panel-body {
	padding-left: 17px;
	background: #f5f5f5;
}
/* QUICKSEARCH */
#quicksearch form {
	text-align: right;
	float: right;
	padding-top: 20px;
	width: 214px;
}
#quicksearch form input {
	float: left;
	width: 186px;
	height: 25px;
	font-size: 12px;
	line-height: 25px;
	color: #888;
	padding: 0 8px;
	border: none;
	border-left: solid 1px #d3d6d8;
	background: url('../images/quicksearch_input.png') right 0 no-repeat;
}
#quicksearch form input[type="text"]:focus {
	color: #444;
	background: url('../images/quicksearch_input.png') right -25px no-repeat;
}
#quicksearch form input[type="submit"] {
	width: 40px;
	background: url('../images/quicksearch_submit.png') left 0 no-repeat;
	border-left: none;
	margin-left: -12px;
}
#quicksearch form input[type="submit"]:hover {
	background: url('../images/quicksearch_submit.png') left -25px no-repeat;
}
.copy {
	text-align: right;
}
.mobile #quicksearch form input {
	font-size: 15px;
	height: 32px;
	line-height: 32px;
	background: url('../images/quicksearch_input_mobile.png') right 0 no-repeat;
}
.mobile #quicksearch form input:focus {
	background: url('../images/quicksearch_input_mobile.png') right -32px no-repeat;
}
.mobile #quicksearch form input[type="submit"] {
	background: url('../images/quicksearch_submit_mobile.png') left 0 no-repeat;
	margin-left: -16px;
	width: 44px;
}
@media only screen and (min-width: 320px) and (max-width: 599px) {
	#quicksearch form {
		display: none;
		float: none;
		padding-left: 50%;
		width: 100%;
		text-align: center;
		margin-bottom: 25px;
	}
	#quicksearch input[type="text"] {
		width: 216px;
		margin-left: -122px;
	}
}
/* HEADER-SLIDER, CAROUSEL */
.cycle-slideshow {
	position: relative;
	height: 325px;
	width: 100%;
}
.slide_container {
	height: 325px;
	width: 100%;
}
.cycle-prev, .cycle-next {
	position: absolute;
	top: 145px;
   	left: 145px;
	height: 21px;
	width: 21px;
	background-image: none;
	background: url('../images/slidernav_right.png') center center no-repeat;
	z-index: 200;
	cursor: pointer;
}
.cycle-prev {
	left: 30px;
	background: url('../images/slidernav_left.png') center center no-repeat;
}
.carousel-fade .carousel-control:focus, .carousel-fade .carousel-control:active {
	text-decoration: none;
	-moz-outline-style: none;
	outline: none;
}
.cycle-pager {
	position: absolute;
	top: 145px;
	left: 52px; 
	z-index: 200; 
}
.cycle-pager span {
	display: inline-block;
	text-indent: -9999px;
	height: 21px;
	width: 21px;
	background: url('../images/white_trans.png');
	border: none;
	border-radius: 0;
	margin: 0 0 0 7px; 
	cursor: pointer;  
}
.mobile .cycle-pager span {
	background: none;  
	background: rgba(255, 255, 255, 0.6); 
}
.cycle-pager span.cycle-pager-active {
	height: 21px;
	width: 21px;
	background: #f39200;
	border: none;
}
.slider-img {
	float: right;
	margin-right: 30px;
	max-width: 45% !important;
	height: auto;
}
.item_1.slider-img {
	margin-top: 90px;
}
.item_2.slider-img {
	margin-top: 30px;
}
.slider-text {
	float: left;
	position: relative;
	height: 190px;
	max-height: 190px;
	width: 45%;
	padding: 15px 20px;
	margin: 115px 0 0;
	border: solid 15px #FFF;
}
.slider-text H2, .slider-text H3 {
	font-size: 1.5em;
	color: #FFF;
}
.slider-text H2 {
	font-size: 2em;
	margin: 70px 0 5px;
}
.slider-text .big_button {
	position: absolute;
	top: -45px;
	right: -35px;
	width: 215px !important;
}
@media only screen and (min-width: 600px) and (max-width: 980px) {
	.slider-text {
		width: 50%;
		padding: 15px 15px;
	}
	.slider-text H2 {
		font-size: 1.65em;
		margin: 80px 0 5px;
	}
	.slider-text H3 {
		font-size: 1.3em;
	}
	.slider-img {
		margin-right: 5px;
	}
	.item_1.slider-img {
		margin-top: 120px;
	}
	.item_2.slider-img {
		margin-top: 70px;
	}
}
@media only screen and (min-width: 320px) and (max-width: 599px) {
	.cycle-pager {
		top: 30px;
		left: 47px; 
	}
	.cycle-prev, .cycle-next {
		top: 30px;
		left: 140px; 
	}
	.cycle-prev {
		left: 25px;
	}
	.slider-text {
		width: 100%;
		padding: 15px 10px;
		margin: 10px 0 0;
		border: solid 10px #FFF;
		height: 130px;
		max-height: 130px;
	}
	.slider-text H2, .mobile .slider-text H2 {
		font-size: 1.6em;
		margin: 40px 0 5px;
	}
	.slider-text H3 {
		font-size: 1.2em;
	}
	.slider-img {
		float: left;
		margin-right: 0;
		margin-left: -50px;
		max-width: 100% !important;
	}
	.item_1.slider-img {
		margin-left: -10px;
		margin-top: 25px;
	}
	.item_2.slider-img {
		margin-top: -30px;
	}
	.slider-text .big_button {
		top: 135px;
		right: -10px;
		width: 215px !important;
	}
	.slider-text .big_button H4 {
		padding-left: 35px;
	}
}
@media only screen and (min-width: 320px) and (max-width: 321px) {
	.slider-text H2, .mobile .slider-text H2 {
		font-size: 20px;
	}
	.slider-text H3 {
		font-size: 15px;
	}
	.item_1 .slider-img {
		margin-top: 40px;
	}
	.item_2 .slider-img {
		margin-top: 0;
		margin-left: -40px;
	}
}
/* HEADER-IMAGE */
.header_container {
	height: 205px;
	overflow: hidden;
}
.header_container .slider-text {
	height: 137px;
	max-height: 137px;
	margin: 45px 0 0;
}
.header_container .slider-text H2 {
	font-size: 2.6em;
	margin: 40px 0 0;
}
.header_container .header-img {
	margin-left: 75px;
}
@media only screen and (min-width: 600px) and (max-width: 979px) {
	.header_container .slider-text H2 {
		font-size: 2.1em;
		margin: 40px 0 0;
	}
	.header_container .header-img {
		margin: 35px 0 0 25px;
		max-width: 45%;
		height: auto;
	}
}
@media only screen and (min-width: 300px) and (max-width: 599px) {
	.header_container {
		height: 280px;
	}
	.header_container .slider-text {
		height: 90px;
		max-height: 90px;
		margin: 30px 0 0;
	}
	.header_container .slider-text H2 {
		font-size: 2.1em;
		margin: 10px 0 0;
	}
	.header_container .header-img {
		margin: 35px 0 0 0;
		max-width: 80%;
		height: auto;
	}
	.header_container .slider-text .big_button {
		top: 100px;
	}
}
/* TESTS */
.home #siegel, .sidebar #siegel {
	list-style: none;
	margin: 23px 0 14px 0;
	padding: 0;
}
.sidebar #siegel {
	margin: 0;
}
.home #siegel li, .sidebar #siegel li {
	width: 35%;
	line-height: 100px;
	float: left;
}
.sidebar #siegel li {
	width: 45%;
	line-height: normal;
}
.home #siegel li:first-child {
	margin-right: 25%;
}
.sidebar #siegel li:first-child {
	margin-right: 10%;
}
.home #siegel li img, .sidebar #siegel li img{
	max-width: 100%;
	width: 100%;
}
.home .teaser {
	height: 160px;
}
.home .teaser_1, .home .teaser_2, .home .teaser_3, .home .teaser_4 {
	border-right: 1px solid #666;
	padding-top: 10px;
	padding-bottom: 10px;
}
.home .teaser_4 { 
	border: none;
}

@media only screen and (min-width: 600px) and (max-width: 979px) {
	.home #siegel {
		margin: 20px 0 -9px 0;
	}
	.home #siegel li {
		width: 30%;
		line-height: 105px;
	}
	.home #siegel li:first-child {
		margin-right: 30%;
	}
	.home .teaser_2, .home .teaser_4 {
		border: none;
	}
	.teaser_1, .teaser_2, .teaser_3, .teaser_4 {
		padding: 0px 15px 10px 30px;
	}
}

/* QUOTE */
.home .quote {
	padding-top: 25px;
	padding-bottom: 20px;
}
.home .quote p, .sidebar .quote p {
	margin: 0;
	font-family: 'Dosis';
	font-weight: 300;
	font-style: italic;
}
.home .quote span, .sidebar .quote span {
	color: #123376;
	font-size: 12px;
	float: right;
}
@media only screen and (min-width: 600px) and (max-width: 979px) {
	H1.claim {
		margin-top: 33px;
		font-size: 28px;
		max-width: 75%;
		line-height: normal;
	}
	.home .quote p {
		font-size: 16px;
	}

}
@media only screen and (min-width: 320px) and (max-width: 599px) {
	H1.claim {
		margin-top: 10px;
		margin-bottom: 0px;
		font-size: 19px;
		line-height: normal;
	}
	.home .quote p {
		font-size: 16px;
		line-height: 18px;
	}
	.home .teaser_1, .home .teaser_2, .home .teaser_3 {
		border: none;
		border-bottom: 1px solid #cccccc;
	}
	.home .teaser_4 {
	 	border: none;
	}
}
@media only screen and (min-width: 320px) and (max-width: 321px) {
	H1.claim {
		font-size: 16px;
	}
}
/* HOME TEASER */
.home .teaser H3 {
	font-size: 17px;
	text-transform: uppercase;
}
.home .teaser H4 {
	font-size: 15px;
	margin: 15px 0 6px 0;
	color: #333;
}
.home .teaser p {
	font-size: 12px;
	line-height: 18px;
}

@media only screen and (min-width: 600px) and (max-width: 979px) {
	.home .teaser {
		height: 200px;
	}
}
@media only screen and (min-width: 320px) and (max-width: 979px) {
	.home .teaser_1, .home .teaser_2, .home .teaser_3, .home .teaser_4 {
		margin-bottom: 20px;
	}
	.home .teaser H3 {
		font-size: 20px;
	}
	.home .teaser H4 {
		font-size: 17px;
		margin: 18px 0 6px 0;
	}
	.home .teaser p {
		font-size: 15px;
		line-height: 20px;
	}
}
@media only screen and (min-width: 320px) and (max-width: 599px) {
	.home .teaser {
		height: auto;
	}
	.home .teaser_1, .home .teaser_2, .home .teaser_3, .home .teaser_4 {
		padding-bottom: 20px;
	}
	.home .teaser H4 {
		margin: 5px 0 6px 0;
	}
}
/* HOME BULLETLIST */
.home .bullets_checked {
	list-style: none;
	margin: 0;
	padding: 0;
	font-family: 'Dosis';
	font-weight: 700;
	font-size: 15px;
	color: #123376;
}
.home .bullets_checked li {
	padding-left: 22px;
	background: url('../images/bullet_checked.png') left 1px no-repeat;
	margin-top: 5px;
}
/* HOME LOGINBOX */
.home .login_box {
	background: #E4E4E4;
	padding: 15px;
}
.mobile .login_box {
	padding: 10px;
}
.home .login_box H3 {
	font-size: 15px;
	text-transform: uppercase;
	margin: 0 0 20px;
}
.login_box form input {
	float: left;
	width: 154px;
	height: 25px;
	font-size: 12px;
	line-height: 25px;
	color: #888;
	padding: 0 8px;
	margin: 0 0 12px;
	border: none;
	border-left: solid 1px #d3d6d8;
	background: url('../images/quicksearch_input.png') right 0 no-repeat;
}
.login_box form input:focus {
	color: #444;
	background: url('../images/quicksearch_input.png') right -25px no-repeat;
}
.mobile .login_box form input {
	width: 152px;
	height: 32px;
	font-size: 14px;
	line-height: 32px;
	background: url('../images/quicksearch_input_mobile.png') right 0 no-repeat;
}
.mobile .login_box form input:focus {
	background: url('../images/quicksearch_input_mobile.png') right -32px no-repeat;
}
.login_box form input.normal {
	width: 100%;
	background: url('../images/quicksearch_input_normal.png') right 0 no-repeat;
}
.login_box form input.normal:focus {
	background: url('../images/quicksearch_input_normal.png') right -25px no-repeat;
}
.mobile .login_box form input.normal {
	width: 100%;
	background: url('../images/quicksearch_input_normal_mobile.png') right 0 no-repeat;
}
.mobile .login_box form input.normal:focus {
	background: url('../images/quicksearch_input_normal_mobile.png') right -32px no-repeat;
}
.login_box form input[type="submit"] {
	width: 40px;
	background: url('../images/quicksearch_submit.png') left 0 no-repeat;
	border-left: none;
	margin-left: -12px;
}
.login_box form input[type="submit"]:hover {
	background: url('../images/quicksearch_submit.png') left -25px no-repeat;
}
.mobile .login_box form input[type="submit"] {
	width: 43px;
	background: url('../images/quicksearch_submit_mobile.png') left 0 no-repeat;
	margin-left: -15px;
}
.mobile .login_box form input[type="submit"]:hover {
	background: url('../images/quicksearch_submit_mobile.png') left -32px no-repeat;
}
.login_box a {
	display: inline-block;
	font-size: 11px;
	color: #777;
	background: url('../images/arrow_orange_s.png') left 4px no-repeat;
	padding-left: 9px;
	margin-top: 16px;
}
.mobile .login_box a {
	font-size: 13px;
	margin-top: 2px;
}
.login_box a:hover {
	color: #444;
	background: url('../images/arrow_orange_s.png') left -8px no-repeat;
}

.mobile .login_box a {
	background: url('../images/arrow_orange_s.png') left 6px no-repeat;
}
.mobile .login_box a:hover {
	background: url('../images/arrow_orange_s.png') left -7px no-repeat;
}
.desktop .sidebar .login_box form input[type="text"] {
	width: 42%;
	float: left;
}
.desktop .sidebar .login_box form input[type="text"]#kundenkennung {
	margin-right: 3%;
}
@media only screen and (min-width: 600px) {
	.artikel .login_box form input[type="text"] {
		width: 42%;
		float: left;
	}
	.artikel .login_box form input[type="text"]#kundenkennung {
		margin-right: 3%;
	}
}
@media only screen and (min-width: 320px) and (max-width: 979px) {
	.home .login_box H3 {
		font-size: 18px;
	}
	.login_box form input, .mobile .login_box form input {
		width: 90%;
	}
}
@media only screen and (min-width: 320px) and (max-width: 479px) {
	.login_box form input, .mobile .login_box form input {
		width: 87%;
	}
}
/* SOCIAL ICONS */
.social_icons {
	list-style: none;
}
.social_icons li {
	float: left;
	margin: 0 0 0 10px;
	height: 34px;
	width: 34px;
}
.social_icons li a {
	display: inline-block;
	height: 34px;
	width: 34px;
}
.social_icons li.facebook {
	background: url('../images/icon_facebook.png') left 0 no-repeat;
}
.social_icons li.facebook:hover {
	background: url('../images/icon_facebook.png') left -34px no-repeat;
}
.social_icons li.twitter {
	background: url('../images/icon_twitter.png') left 0 no-repeat;
}
.social_icons li.twitter:hover {
	background: url('../images/icon_twitter.png') left -34px no-repeat;
}
.social_icons li.google {
	background: url('../images/icon_google.png') left 0 no-repeat;
}
.social_icons li.google:hover {
	background: url('../images/icon_google.png') left -34px no-repeat;
}
.social_icons li.youtube {
	background: url('../images/icon_youtube.png') left 0 no-repeat;
}
.social_icons li.youtube:hover {
	background: url('../images/icon_youtube.png') left -34px no-repeat;
}
.mobile .social_icons li {
	margin: 0 0 0 8px;
}
.social_icons li:first-child {
	margin: 0;
}
/* SIDEBAR */
.sidebar .box {
	font-size: 13px;
	line-height: 17px;
	background: #e4e4e4;
	margin-bottom: 30px;
	padding: 15px;
}
.sidebar .box h3 {
	font-size: 17px;
	line-height: 17px;
	text-transform: uppercase;
	margin: 0 0 20px;
}
.sidebar .box .morelink {
	float: none;
	color: #717171;
	background-position: 0 3px;
}
.sidebar .box .morelink:hover {
	color: #f39200;
}
/* FOOTER CALL TO ACTION */
#footer .big_button, #footer .medium_button {
	width: 172px !important;
	float: right;
}
.mobile #footer .big_button, .mobile #footer .medium_button {
	width: 172px !important;
}
#footer .big_button H4, #footer .medium_button H4 {
	font-size: 16px;
}
@media only screen and (min-width: 600px) and (max-width: 979px) {
	.mobile #footer .big_button, .mobile #footer .medium_button {
		width: 180px !important;
		float: left;
	}
	.mobile #footer .big_button {
		margin-top: 25px;
	}
	.social_icons {
		float: right;
		margin-top: -73px;
	}
}
@media only screen and (min-width: 320px) and (max-width: 599px) {
	#footer .big_button, #footer .medium_button, .mobile #footer .big_button, .mobile #footer .medium_button {
		width: 100% !important;
		float: left;
	}
	#footer .big_button, .mobile #footer .big_button {
		margin-top: 25px;
	}
	.social_icons {
		float: left;
		margin: 0; 
		padding: 0;
	}
}
/* SLIDER RIGHT SIDE */
#slider {
	height: 150px;
	width: 332px;
	position: absolute;
	right: -280px;
	top: 472px;
	z-index: 5000;
}
.mobile #slider {
	display: none;
}
#slider .slider_open {
	display: block;
	height: 52px;
	width: 52px;
	background: #900;
	float: left;
	text-decoration: none;
	outline: none;
	-moz-outline-style: none;
	font-size: 11px;
	text-align: center;
	font-weight: bold;
	padding-top: 35px;
}
#slider .slider_open.contact {
	background: url('../images/button_contact.png') center -5px no-repeat;
}
#slider .slider_open.help {
	background: url('../images/button_help.png') center -5px no-repeat;
	margin-top: 54px;
	margin-left: -52px;
}
#slider .slider_close {
	position: absolute;
	display: inline-block;
	height: 20px;
	width: 20px;
	text-align: center;
	background:  #123376;
	font-size: 13px;
	line-height: 20px;
	font-weight: bold;
	color: #FFF;
	right: -10px;
	top: -10px;
}
#slider .inner {
	position: relative;
	background: #FFF;
	width: 280px;
	height: 180px;
	float: left;
}
#slider .slide_content {
	position: absolute;
	display: none;
	top: 20px;
	left: 20px;
	width: 240px;
	height: 140px;
}
.slide_content H3 {
	font-size: 18px;
	margin-bottom: 8px;
}
.slide_content p {
	font-size: 13px;
	line-height: 16px;
}
.slide_content .big_button {
	margin: 20px auto 0;
}
.slide_content .big_button H4 {
	font-size: 16px;
	margin-bottom: 5px;
}
@media only screen and (min-width: 320px) and (max-width: 599px) {
	#slider {
		display: none;
	}
}
/* FORMS */
H3.form_section_title {
	font-size: 15px;
	border-bottom: solid 1px #123376;
	text-transform: uppercase;
	margin: 25px 0 0 0;
	padding: 0 0 3px 0;
}
.form_section {
	background: url('../images/form_section.png') left top repeat-x;
	padding: 15px 10px;
}
.form_line {
	width: 100%;
	clear: both;
	padding-bottom: 7px;
}
.form_line label {
	width: 100px;
	font-weight: normal;
}
input[Type=Text], textarea {
	border-top: solid 1px #728aa0;
	border-left: solid 1px #728aa0;
	border-bottom: solid 1px #a8b7c6;
	border-right: solid 1px #a8b7c6;
	line-height: 20px;
	padding: 4px 10px;
	color: #666;
	width: 280px;
}
textarea {
	height: 120px;
}
input[Type=Text]:focus, textarea:focus {
	color: #333;
	-moz-box-shadow: inset 2px 2px 5px #c9cfd6;
   	-webkit-box-shadow: inset 2px 2px 5px #c9cfd6;
   	box-shadow: inset 2px 2px 5px #c9cfd6;
}
.transformSelect {
	clear	: both;
	width	: auto;
	margin: 25px 0 0 0;
	padding: 0;
}
.transformSelect li {
	position: relative;
	list-style: none;
	margin: 0;
	padding: 0;
	background: #fff;
	width: 100%
}
.transformSelect span, .transformSelect input[type=text] {
	background: #ffffff no-repeat url('../images/transformselect.png') right center;
	border-top: solid 1px #728aa0;
	border-left: solid 1px #728aa0;
	border-bottom: solid 1px #a8b7c6;
	border-right: solid 1px #a8b7c6;
	color: #575757;
	cursor: pointer;
	display: block;
	left: 0;
	margin: 0;
	padding: 4px 10px;
	top: 0;
	line-height: 20px;
}
.transformSelect ul {
	position: absolute;
	border: 1px solid #CCCCCC;
	border-top: 0;
	width: 100%;
	margin: 0;
	padding: 0;
}
.transformSelect ul span {
	border: 0;
	background: #ffffff;
}
.transformSelect ul span:hover {
	background: #dddddd;
	border-radius: 0;
	-webkit-border-radius: 0;
}
.transformSelect ul li {
	height: auto;
}
/* Radio */
.radio {
	margin: 0 0 0 -25px;
	padding: 0 0 7px 0;
}
.trans-element-radio {
	display: inline-block;
	*display: block;
	zoom: 1;
	width: 10px;
	height: 10px;
	cursor: pointer;
}
.radio img {
	margin-left: 25px !important;
}
.trans-element-radio.checked {
	background: no-repeat url(../img/radio_on.png) center center;
}
.trans-element-radio.unchecked {
	background: no-repeat url(../img/radio_off.png) center center;
}
.image img, .trans-element-radio, .trans-element-checkbox, #tristate img {
	padding: 1px;
	border: 1px solid #a8b7c6;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	vertical-align: middle;
	margin: 0 0 5px;
}
.form_button {
	border: none;
	float: right;
	font-size: 14px;
	color: #FFF;
	line-height: 27px;
	height: 27px;
	background: url('../images/menu_button_orange.png') left 0 no-repeat;
	padding: 0 12px 0 18px;
}
.form_button:hover {
	background: url('../images/menu_button_orange.png') left -32px no-repeat;
	color: #FFF;
}
/* CALCULATOR */
.Calculator H2, .Calculator H3 {
	text-transform: uppercase;
}
.Calculator H3 {
	font-size: 18px;
}
.Calculator form H3 {
	font-size: 16px;
}
.Calculator .form_section {
	padding: 0 10px;
}
.Calculator .form_line {
	border-bottom: solid 1px #eee;
	padding: 0;
}
.Calculator .form_button {
	margin-top: 7px;
}
.Calculator .radio, .Calculator .checkbox {
	min-height: 10px;
	padding: 7px 0 0;
}
.Calculator input {
	margin: 5px 0 4px;
}
.Calculator .radio img, .Calculator .checkbox img {
	margin-bottom: 5px;
}
.Calculator p, .Calculator label, .Calculator .form_line span {
	font-size: 13px;
	line-height: 17px;
}
.Calculator label {
	padding: 9px 0 8px;
	margin-bottom: 0;
}
.Calculator .radio.image {
	font-size: 13px;
}
.Calculator label.big {
	float: left;
	width: 74%;
	margin-right: 2%;
}
.Calculator label.medium {
	float: left;
	width: 48%;
	margin-right: 4%;
}
.Calculator .radio.image.big, .Calculator input.small {
	width: 24%;
	float: left;
}
.Calculator .radio.image.medium {
	width: 48%;
	float: left;
}
.Calculator .info {
	display: inline-block;
	background: #123376;
	width: 16px;
	height: 16px;
	color: #FFF;
	line-height: 16px;
	text-align: center;
	margin-left: 4px;
}

.Calculator .section, .Calculator .percentage, .Calculator .percentage_bar {
	list-style: none;
	margin: 0;
	padding: 0;
}
.Calculator .section {
	margin: 30px 0 10px;
}
.Calculator .section li {
	float: left;
	width: 33.33%;
	background: #ededed url('../images/calculator_status_1.png') right center no-repeat;
	color: #cecfd0;
	font-size: 13px;
	font-weight: 700;
	text-transform: uppercase;
	line-height: 46px;
	padding: 0 10px;
}
.Calculator .section li.done {
	background: #123376 url('../images/calculator_status_2.png') right center no-repeat;
	color: #FFF;
}
.Calculator .section li.done_1 {
	background: #123376 url('../images/calculator_status_3.png') right center no-repeat;
	color: #FFF;
}
.Calculator .section li.last {
	background-image: none;
}
.Calculator .section li span {
	font-size: 28px;
}
.Calculator .percentage li {
	float: left;
	width: 24%;
	font-size: 11px;
	color: #666;
	text-align: center;
	padding-top: 10px;
	background: url('../images/calculator_percentage_1.png') center top no-repeat;
	margin-bottom: 25px;
}
.Calculator .percentage li:first-child {
	width: 14%;
	text-align: left;
	background-position: left top;
}
.Calculator .percentage li.last {
	width: 14%;
	text-align: right;
	background-position: right top;
}
.Calculator .percentage_bar li {
	float: left;
	width: 24%;
	height: 5px;
	max-height: 5px;
	margin-bottom: 2px;
	background: #ededed url('../images/calculator_percentage_2.png') center top no-repeat;
}
.Calculator .percentage_bar li:first-child {
	width: 14%;
	background-position: left top;
}
.Calculator .percentage_bar li.last {
	width: 14%;
	background-position: right top;
}
/* POP UPS */
H2.popup {
	font-size: 22px;
	margin-bottom: 7px;
}
.modal-dialog {
	padding-top: 6%;
	max-width: 500px;
} 
.modal-dialog.large {
	padding-top: 2%;
	width: 670px;
	max-width: 670px;
} 
.mobile .modal-dialog {
	padding-top: 2.3%;
	max-width: 500px;
}
.mobile .modal-dialog.large {
	width: 670px;
	max-width: 670px;
}
.modal-vertical-centered {
	outline: none !important;
	-moz-outline-style: none !important;
}
.modal-content {
	padding: 20px;
	border-radius: 0;
}
#Calculator .modal-content {
	padding: 5px 5px 15px 20px;
}
@media only screen and (min-width: 600px) and (max-width: 979px) {
	.mobile .modal-dialog {
		padding-top: 15%;
	}
}
/* WEBBLOG */
.blog_summary {
	margin: 0 0 35px;
}
.blog_summary H2, .blog_artikel H2 {
	font-size: 22px;
	font-weight: 700;
	text-transform: uppercase;
	margin: 5px 0 22px;
}
.blog_summary H2 a {
	color: #123376;
	text-decoration: none;
}
.blog_summary H2 a:hover {
	color: #444;
}
.blog_summary .date, .blog_artikel .date {
	font-family: 'Dosis';
	font-size: 15px;
}
.blog_summary p, .blog_summary .morelink {
	font-size: 13px;
}
.blog_summary p, .blog_author p.left {
	float: left;
	width: 65%;
	max-width: 65%;
}
.blog_summary img, .blog_author img  {
	float: left;
	max-width: 30%;
	width: 30%;
	height: auto;
	margin-right: 5%;
}
.blog_summary .info {
	background: #e4e4e4;
	font-size: 12px;
	line-height: 12px;
	padding: 8px 10px;
	margin: 15px 0 0;
}
.blog_category {
	margin: 0;
	padding: 0;
	list-style: none;
}
.blog_category li {
	font-family: 'Dosis';
	font-size: 13px;
	text-transform: uppercase;
	font-weight: 700;
	margin-bottom: 8px;
}
.blog_category li:last-child {
	margin-bottom: 0;
}
.blog_category li a {
	color: #444;
}
.blog_category li a span, .blog_category li a:hover {
	color: #123376;
}
.blog_author {
	margin-top: 20px;
}
.blog_author.first {
	margin-top: 0;
}
.blog_author p {
	font-size: 12px;
}
.blog_author span {
	display: inline-block;
	font-family: 'Dosis';
	font-size: 14px;
	font-weight: 700;
	padding-bottom: 15px;
}
.blog_artikel img {
	width: 40%;
	max-width: 40%;
	float: right;
	margin-left: 25px;
}
.blog_artikel .comments, .blog_artikel .pages {
	background: #e4e4e4;
	padding: 15px;
	margin-bottom: 30px;
}
.blog_artikel .pages {
	padding: 10px;
	font-size: 12px;
	line-height: 12px;
}
.blog_artikel .pages a {
	text-decoration: none;
	color: #444;
	font-weight: bold;
}
.blog_artikel .pages a:hover {
	color: #f39200;
}
.blog_artikel .back {
	padding-left: 13px;
	background: url('../images/arrow_page_back.png') left 3px no-repeat;
}
.blog_artikel .next {
	float: right;
	padding-right: 13px;
	background: url('../images/arrow_page_next.png') right 3px no-repeat;
}
.blog_artikel .comments H4 {
	text-transform: uppercase;
	margin-bottom: 20px;
}
.blog_artikel .comments a {
	color: #f39200;
}
.blog_artikel .info {
	font-size: 12px;
	line-height: 20px;
	border-top: solid 1px #bdbdbd;
	padding: 4px 0;
}
.blog_artikel .info.first {
	margin-top: 30px;
}
.blog_artikel .info img {
	height: auto;
	width: auto;
	margin: 0;
}
@media only screen and (min-width: 300px) and (max-width: 599px) {
	.blog_summary p {
		float: none;
		width: 100%;
		max-width: 100%;
	}
	.blog_summary img  {
		float: none;
		max-width: 100%;
		width: 100%;
		margin-right: 0;
		margin-bottom: 10px;
	}
	.blog_artikel img {
		width: 100%;
		max-width: 100%;
		float: none;
		margin-left: 0;
		margin-bottom: 15px;
	}
}