body, html, p {
	font-family: 'Oswald Light', Arial, sans-serif; 
}
a, a:link, a:visited, a:hover {
	font-family: 'Oswald Light', Arial, sans-serif; 
}
/* Warenkorb */
.wk_stufen{
	margin-bottom:0px;
}

.wk_stufe_a{
	width: 30px;
	height: 30px;
	font-size: 25px;
	color: #fff;
	background: url('../3xios/images/wk_point_bg_009DDF.png');
	background-repeat: no-repeat;
	background-size:100%;
	line-height: 30px;
	text-align: center;
	float: left;
}
.wk_title_a {
	font-family: 'Oswald Regular', Arial, sans-serif;
	font-size: 20px;
	color: rgba(0, 102, 141, 1);
	margin-top: -10px;
	padding-left: 35px;
}
.wk_stufe_p {
	width: 30px;
	height: 30px;
	font-size: 25px;
	color: #fff;
	background: url('../3xios/images/wk_point_bg_999999.png');
	background-size:100%;
	background-repeat: no-repeat;
	line-height: 30px;
	text-align: center;
	float: left;
}
.wk_title_p {
	font-family: 'Oswald Regular', Arial, sans-serif;
	font-size: 20px;
	color: #333;
	margin-top: -10px;	
	padding-left: 35px;
}
.wk_login_bereich .panel .main{
	height: 240px;
}

.wk_footer{
	margin-top: 0;
	padding-top:20px;
}

.wk_footer > div{
	padding-bottom:10px;
}

.wk_footer .checkbox a{
	text-decoration: underline;
	font-weight: bold;
	color: rgba(0, 102, 141, 1);
}

.belegliste_kopf_pos{
	width:5%;
}
.belegliste_kopf_artikelnummer{
	width:20%;
}
.belegliste_kopf_bezeichnung{
	/* width:30%; */
}
.belegliste_kopf_menge{
	/*width:5%;*/
	text-align:center;
}
.belegliste_inhalt_menge{
	font-family: 'Oswald Regular', Arial, sans-serif;
	font-size: 16px;
	line-height: 26px;
	text-align:center;
}
.belegliste_kopf_mengeneinheit{
	/*width:5%;*/
	text-align:center;
}
.belegliste_inhalt_mengeneinheit{
	text-align:center;
}
.belegliste_kopf_preiseinheit{
	/*width:5%;*/
	text-align:right;
}
.belegliste_inhalt_preiseinheit{
	text-align:right;
}
.belegliste_kopf_einzelpreis{
	/*width:10%;*/
	text-align:right;
}
.belegliste_inhalt_einzelpreis{
	text-align:right;
}
.belegliste_kopf_rabatt{
	/*width:5%;*/
	text-align:right;
}
.belegliste_inhalt_rabatt{
	text-align:right;
}
.belegliste_kopf_gesamtpreis{
	/*width:10%;*/
	text-align:right;
}
.belegliste_inhalt_gesamtpreis{
	text-align:right;
}
.belegliste_kopf_bestand{
	/*width:5%;*/
	text-align:right;
}
.belegliste_inhalt_bestand {
	text-align: center;
	width: 5%;
	max-width: 5%;
}
#BestellenWeiterKL,#AnmeldenKL {
	margin-top: 5px;
	width: 148px;
	height: 30px;
	border: 1px solid rgba(0, 102, 141, 1);
	text-align: center;
	font-size: 14px;
	line-height: 30px;
	background: rgba(0, 102, 141, 1);
	color: #fff;
	cursor:pointer;
	font-weight: 300;
	border-radius: 0;
	float:left;
}
.wk_registrieren_button{
	margin-top:20px;
	width: 150px;
	height: 30px;
	border: 1px solid #209bd7;
	text-align: center;
	line-height: 30px;
	background: #209bd7;
	cursor:pointer;
	border-radius: 0;
}
.wk_registrieren_button > a{
	font-size: 12px;
	font-weight: bold;
	line-height: 30px;
	color: #fff;	
}
.textfeld1{/*Textfelder von Formularen*/
    height: 18px;
    font-size : 8pt;
}
.textarea1{
    font-size : 8pt;
}
.font8{/*Schrift mit Groesse 8*/
    font-size : 8pt;
    font-weight : normal;
}
.font9{
	font-size : 14px;
	font-weight : normal;
}
.font10{
	font-size : 10pt;
	font-weight : normal;
}
.font8b{
	font-size : 8pt;
	font-weight : bold;
}
.font9b{
	font-size : 14px;
	font-weight : bold;
}
.font10b{
	font-size : 10pt;
	font-weight : bold;
}
.font8blue{
	font-size : 8pt;
	font-weight : bold;
	color : Blue;
}
.font9blue{
	font-size : 14px;
	font-weight : bold;
	color : Blue;
}
.font10blue{
	font-size : 10pt;
	font-weight : bold;
	color : Blue;
}
.font8red{
	font-size : 8pt;
	color : #CC0000;
}
.font9red{
	font-size : 14px;
	color : #CC0000;
}
.font10red{
	font-size : 10pt;
	color : #CC0000;
}
.font8green{
	font-size : 8pt;
	color : #006400;
}
.font9green{
	font-size : 14px;
	color : #006400;
}
.font10green{
	font-size : 10pt;
	color : #006400;
}
.font8greenb{
	font-size : 8pt;
	font-weight : bold;
	color : #006400;
}
.font9greenb{
	font-size : 14px;
	font-weight : bold;
	color : #006400;
}
.font10greenb{
	font-size : 10pt;
	font-weight : bold;
	color : #006400;
}
.font12bSilver{
	font-size : 12pt;
	font-weight : bold;
	color : Silver;
}
.font8bred{
	font-size : 8pt;
	font-weight : bold;
	color : #CC0000;
}
.font9bred{
	font-size : 14px;
	font-weight : bold;
	color : #CC0000;
}
.font10bred{
	font-size : 10pt;
	font-weight : bold;
	color : #CC0000;
}
.font12bred{
	font-size : 12pt;
	font-weight : bold;
	color : #CC0000;
}
.font9grey{
	font-size : 14px;
	color : A0A0A0;
	font-weight : normal;
}
.copyright{/*definition des Copyright Textes (ganz unten)*/
    font-weight: 300;
    font-size:12px;
}
.table_rahmentab{/*Tabelle die die gesammte Seite umschlie�t*/
    width:100%;
	font-size:12px;
	/* margin-top:20px; */
}
.table_mitte_inhalt{
	font-size:12px;	
}
.bg_inhalt {/*Tabelle die den unteren Inhalt enthaelt*/
    background-color: #FFFFFF;
	width:100%;
}
.mitte {/*Der gesammte untere Mittelteil (bis ganz unten)*/
	width:100%;
}
.td_mitte_inhalt_tabkopf {/*Tabellenkopf der Ergebnisse der Suche*/
	font-family: 'Oswald Regular', Arial, sans-serif;	
    font-size : 16px;
	height: 60px;
	line-height: 60px;
    color : #fff;
	background: rgba(0, 102, 141, 1);
	padding-left: 10px;
	padding-right: 10px;
	font-weight: 400;
}
.td_mitte_inhalt {/*Tabellenzellen der Ergebnisse der Suche*/
	font-family: 'Oswald Regular', Arial, sans-serif;
    font-size:16px;
	line-height: 26px;
}
.belegliste_inhalt_bezeichnung a {
	font-family: 'Oswald Regular', Arial, sans-serif;	
    font-size : 16px;
	line-height: 26px;
	color: #000;
}
.warenk_table_bestellbereich {
    padding:3px;
}
.warenk_table_bestellflaeche {
    padding: 2px 2px 2px 0px;
	margin-bottom: 20px;
}
.warenk_td_bestell_font {/**/
    font-size:10pt;
    font-weight: 300;
    color:black;
}
.warenk_table_bestellung_kopf {/*Enthaelt die Zeile mit .warenk_tr_kundendaten und .warenk_tr_bestellung_kopf*/
    border-bottom: 1px solid black;
    padding: 3px;
    margin-bottom:3px;
    margin-top:10px;
}
.warenk_tr_kundendaten {/*formatiert den Bereich in dem die Kundendaten angezeigt werden*/
    font-size:11px;
    font-weight: 300;
    color:black;
	width:100%;
}
.warenk_tr_bestellung_kopf {/*formatiert den Bereich in dem "Ihre Bestellung..." steht*/
    font-size:11px;
    font-weight: 300;
    color:black;
    border-bottom:1px solid black;
}
.warenk_tr_bestellung_ohneInhalt {
    font-size:14px;
    font-weight: 300;
    color:black;
	border-spacing: 3px;
    border-collapse: separate;
}
.warenk_table_bestellung_fuss {
    margin-top:3px;
    margin-bottom:3px;
}
.warenk_tr_summen {/*formatiert den Bereich unter der Rechnungsliste*/
	font-family: 'Oswald Regular', Arial, sans-serif;	
    font-size : 16px;
	line-height: 26px;
	color: #000;
    text-align: right;
    width: 100%;
}
.warenk_td_bestell_buttons {/*formatiert den Bereich unter der Summe (z.B. den Hintergrund der Buttons)*/
    font-size:14px;
    font-weight:normal;
    margin-top:5px;
}
.seiten_ueberschrift {/*Ueberschriften auf der 2.Seite von Warenkorb/Angebot/Lagerbuchung z.B.:"Bestellung abschlie�en"*/
    font-weight: 300;
    font-size:12pt;
	width:100%;
}
.table_formularbox {
    margin:2px;
    padding:2px;
}
.td_formular_kopf {
    font-size:10pt;
    color:black;
    font-weight: 300;
}
.td_formular_beschriftung {
    font-size:12px;
	font-family: 'Oswald Regular', Arial, sans-serif;
}
.td_formular_text {
    font-size:14px;
    font-weight: 300;
}
.form_meldung_td {/*hier wird die Meldung formatiert die bei unzulaessigen Eintraegen in das Adress/Kundenformular entsteht*/
    color:red;
    font-size:10pt;
    font-weight: 300;
}
.beleg_mitte {/*Der gesammte untere Mittelteil (bis ganz unten)*/
    padding:5px;
    margin-top:7px;
    background-color:#FFFFFF;
}
.fontbelegarchiv {/*Schrift mit Groe�e 8*/
	font-size:14px;
	font-weight: 300;
	color:#000000;
}
.warenk_lieferbedingung {/*formatiert den Bereich in dem "Ihre Bestellung..." steht*/
    font-size:14px;
    font-weight: 300;
    color:black;
}
.table_warenkorb_teil2 { /*Aussentabelle Warenkorb vor und nach Absenden*/
    margin-top:9px;
}
.select_versandarten { /*PullDown-Feld fuer Versandarten*/
    /*width:100px;*/
    font-family: 'Oswald Regular', Arial, sans-serif;
    font-size:8pt;
    color: #13335C;
    border-style: solid;
    border-width: 1px;
    border-color: #C0C0C0;
}
.select_zahlungsarten { /*PullDown-Feld fuer Zahlungsarten*/
    /*width:100px;*/
    font-family: 'Oswald Regular', Arial, sans-serif;
    font-size:8pt;
    color: #13335C;
    border-style: solid;
    border-width: 1px;
    border-color: #C0C0C0;
    width:170px;
}
.beleg_lfb_texte_table { /*Tabelle um die Lieferbedingungstexte (Bezeichnung, Zusatz), die bei Auswahl unter dem PullDown-Men� eingeblendet werden*/
	width:100%;
}
.beleg_lfb_texte_td1 { /*Tabellenzelle der Lieferbedingungsbezeichnung, die bei Auswahl unter dem PullDown-Men� eingeblendet werden*/
	font-family: 'Oswald Regular', Arial, sans-serif;
	font-size:14px;
	font-weight: 300;
}
.beleg_lfb_texte_td2 { /*Tabellenzelle des Lieferbedingungszusatz, die bei Auswahl unter dem PullDown-Men� eingeblendet werden*/
	font-family: 'Oswald Regular', Arial, sans-serif;
	font-size:14px;
	font-weight:normal;
}
.beleg_zb_texte_table { /*Tabelle um die Zahlungbedingungstexte (Auswahl, Zusatz), die bei Auswahl unter dem PullDown-Men� eingeblendet werden*/
	width:100%;
	margin-left:3px;
}
.beleg_zb_texte_td1 { /*Tabellenzelle der Zahlungbedingungstexte, die bei Auswahl unter dem PullDown-Men� eingeblendet werden*/
	font-family: 'Oswald Regular', Arial, sans-serif;
	font-size:14px;
	font-weight: 300;
}
.beleg_zb_texte_td2 { /*Tabellenzelle des Zahlungbedingungstexte, die bei Auswahl unter dem PullDown-Men� eingeblendet werden*/
	font-family: 'Oswald Regular', Arial, sans-serif;
	font-size:14px;
	font-weight:normal;
}
.wk1_a_textfeld1{	/* Textfeld Menge fuer Artikeldirekteingabe im Warenkorb Teil 1 */
    height: 18px;
    font-size : 8pt;
    border: 1px solid #6F6F6F;
    width: 50px;
}
.td_warenkorb_buttonleiste1_aktiv_variabel {
	height: 40px;
	width: 125px;
}
.td_warenkorb_buttonleiste1_passiv_variabel {
	height: 40px;
	width: 125px;
}
.td_warenkorb_buttonleiste2_aktiv_variabel {
	width: 125px;
}
.td_warenkorb_buttonleiste2_passiv_variabel {
	width: 125px;
}
.td_warenkorb_buttonleiste3_aktiv_variabel {
	width: 125px;
}
.td_warenkorb_buttonleiste3_passiv_variabel {
	width: 125px;
}
.td_warenkorb_buttonleiste4_aktiv_variabel {
	width: 125px;
}
.td_warenkorb_buttonleiste4_passiv_variabel {
	width: 125px;
}
.table_warenkorb_buttonleiste {
	margin-top: 8px;
	border-bottom: 1px solid #C0C0C0;
	height: 50px;
	width: 100%;
}
.td_warenkorb_buttonleiste1_aktiv {
	background-image: url(../../3xios/images/button_wk1_a.png);
	background-repeat: no-repeat;
	height: 40px;
	width: 125px;
}
.td_warenkorb_buttonleiste1_passiv {
	background-image: url(../../3xios/images/button_wk1_p.png);
	background-repeat: no-repeat;
	height: 40px;
	width: 125px;
}
.td_warenkorb_buttonleiste2_aktiv {
	background-image: url(../../3xios/images/button_wk2_a.png);
	background-repeat: no-repeat;
	width: 125px;
}
.td_warenkorb_buttonleiste2_passiv {
	background-image: url(../../3xios/images/button_wk2_p.png);
	background-repeat: no-repeat;
	width: 125px;
}
.td_warenkorb_buttonleiste3_aktiv {
	background-image: url(../../3xios/images/button_wk3_a.png);
	background-repeat: no-repeat;
	width: 125px;
}
.td_warenkorb_buttonleiste3_passiv {
	background-image: url(../../3xios/images/button_wk3_p.png);
	background-repeat: no-repeat;
	width: 125px;
}
.td_warenkorb_buttonleiste4_aktiv {
	background-image: url(../../3xios/images/button_wk4_a.png);
	background-repeat: no-repeat;
	width: 125px;
}
.td_warenkorb_buttonleiste4_passiv {
	background-image: url(../../3xios/images/button_wk4_p.png);
	background-repeat: no-repeat;
	width: 125px;
}
.td_warenkorb_buttonleiste1_zelle_unten {
	height: 10px;
}
select#sel_lfb.select_versandarten {
	height: 20px;
	width: 170px;
}
.abstand_summenfeld2 {
	padding-right:50px;
}
.td_warenkorb1_untere_zeile {
	width:500px;
	height: 20px;
	line-height: 20px;
}
.td_warenkorb1_untere_zeile, .td_warenkorb1_untere_zeile a {	
	font-family: 'Oswald Regular', Arial, sans-serif;	
    font-size: 16px;
	color: rgba(68, 68, 68, 1);
}
.meldungstext{
	color:#FF0000;
}
.tr_mitte_inhalt_0 {
	padding: 10px 0 10px 0;
}
.table_warenkorb1_untere_zeile { 
	margin-top: 15px;
	margin-bottom:30px;
}
.warenk_td_summen {
	padding-left: 50px;
	font-weight: normal;
}
.button_fett_konto{
	margin-top: 5px;
	width: 207px;
	height: 30px;
	border: 1px solid red;
	text-align: center;
	font-size: 12px;
	margin-right: 12px;
	line-height: 30px;
	background: #e2001a;
	color: #fff;
	font-weight: 300;
}
#sm_regneu,#Zurueck,#Bestellen,#Verwerfen,#Aendern ,#ZurueckFensterZu,#sm_los_pw{
 	margin-top: 5px;
	width: 150px;
	height: 30px;
	border: 1px solid #209bd7;
	text-align: center;
	font-size: 12px;
	margin-right: 12px;
	line-height: 30px;
	background: #209bd7;
	color: #fff;
	font-weight: 300;
	cursor:pointer;
	border-radius: 0;
	-webkit-appearance: none;
}
#agb_check {
	margin-right: 10px;
	height: 20px;
	width: 20px;
}
.select_beleg2 {
	width: 100%;
	max-width: 195px;
	/*margin: auto 5px 3px 0px; */
	padding-top: 3px;
	border: 1px solid #aaa;
	text-align: left;
	background-color: #fff;
	box-shadow: inset 0px 0px 8px #ccc;
	padding-left: 5px;
}
.td_formular_kopf_beleg2 {
	font-size: 11pt;
	padding: 5px 0px 0px 8px;
	height: 35px;
	max-height: 40px;
	line-height: 12px;
	background: url('images/hg-title.png');
	text-align: left;
	vertical-align:top;
}
input.textfeld_wk_regstartbereich, input#Artikelnummer_suche, input#wk1_a_textfeld1, input.textfeld_registrieren, input.textfeld1,input.textfeld_beleg2,
input.regi_textfeld_al,select.select_registrieren,select.regi_select_al,select.select_zahlungsarten,select.select_beleg2 {
    display: block;
    height: 30px;
    padding: 0px 12px;
	line-height: 30px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

input.button_normal, input#uebernehmen {
    margin-top: 5px;
    width: 148px;
    height: 30px;
    border: 1px solid #209bd7;
    text-align: center;
    font-size: 12px;
	font-weight: 300;
    line-height: 30px;
    background: #209bd7;
    color: #fff;
    cursor: pointer;
	border-radius: 0;
	-webkit-appearance: none;
}

input.button_normal#SeiteDrucken {
	float: right;
	margin:2px;
}
input.button_normal#Zu {
	float: left;
	margin:2px;
}
.warenk_lieferbedingung td {
	padding-top: 5px;
}
/* Kundenspezifische Styles */

@font-face {
	font-family: 'Oswald Medium';
	src: url('../../css/lib/fonts/oswald-medium-webfont.woff') format('woff');
}
@font-face {
	font-family: 'Oswald Light';
	src: url('../../css/lib/fonts/oswald-light-webfont.woff') format('woff');
}
@font-face {
	font-family: 'Oswald Regular';
	src: url('../../css/lib/fonts/oswald-regular-webfont.woff') format('woff');
}
h1 {
	font-family: 'Oswald Regular', Arial, sans-serif;
	font-size: 22px;
	color: rgba(0, 102, 141, 1);
}
h2 {
	font-family: 'Oswald Regular', Arial, sans-serif;
	font-size: 16px;
	color: rgba(0, 102, 141, 1);
}
.tmg_blocktext {
	font-family: 'Oswald Regular', Arial, sans-serif;
	font-size: 14px;
	text-align: justify;
}


.head_top{
	min-height: 160px;
	padding:30px 15px;
}

.head_top .logo{
	position:relative;
	width: 140px;
	height: 100px;
	float:left;
}

.head_top .logo img{
	position: absolute;
	top:0;
	right: 0;
	left:0;
	bottom: 0;
	margin: auto;
	max-width: 100%;
	max-height: 100%;
}

.head_top .slogan{
	float: left;
	height: 100px;
	line-height: 100px;
	padding-left:30px;
}

.head_top .slogan span{
	font-size:16px;
	font-family: 'Oswald Medium', Arial, sans-serif;
	text-transform: uppercase;
	color: rgba(0, 102, 141, 1);
}

.head_top .navi{
	height: 100px;
	line-height: 100px;
	float: right;
}

.head_top .navi ul li {
	display: inline;
	padding-left:20px;
}

.head_top .navi ul li a{
	font-family: 'Oswald Light', Arial, sans-serif;
	font-size: 14px;
	text-transform: uppercase;
	color: rgba(0, 102, 141, 1);
}

.head_top .navi ul li.aktiv a{
	border-bottom: 5px solid rgba(0, 102, 141, 1);
}

.head_top .navi ul li:hover a {
	color: rgba(220,220,220,1);
	border-bottom: 5px solid rgba(0, 102, 141, 1);
}

.headbereich {
	background-image: url('../images/medcomplet-header-medizinisches-netzwerk.jpg');
	background-size: cover;
	background-position: 0px 60%;
	height: 400px;
}

.headbereich .willkommen{
	position: absolute;
	left:30px;
	bottom:30px;
	background-color:#FFFFFF;
	opacity:0.8;
}

.headbereich .willkommen > div{
	line-height: 90px;
	text-align: center;
	height: 90px;
}

.headbereich .willkommen > div > span{
	color: rgba(0, 102, 141, 1);
	font-weight:bold;
	font-size:30px;
	font-family: 'Oswald Regular', Arial, sans-serif;
	text-transform: uppercase;
}

.headbereich .iso_grafik{
	position: relative;
	left: 15px;
	top: 30px;
}

.headbereich .telefon{
	position: absolute;
	right:0;
	bottom:30px;
	background-color:rgba(0, 102, 141, 1); 
}

.headbereich .telefon > div{
	line-height: 90px;
	text-align: center;
	height: 90px;
}

.headbereich .telefon > div > img{
	width:60px;
	height: 60px;
	position:absolute;
	left:-30px;
	top:-30px;
}

.headbereich .telefon > div > span{
	color: #FFF;
	font-size:30px;
	font-family: 'Oswald Regular', Arial, sans-serif;
	text-transform: uppercase;
}

.headbereich .shop{
	position: absolute;
	right: 0;
	bottom:180px;
	background-color:rgba(0, 102, 141, 1); 
}

.headbereich .shop > div{
	line-height: 90px;
	text-align: center;
	height: 90px;
}

.headbereich .shop > div > img{
	width:60px;
	height: 60px;
	position:absolute;
	left:-30px;
	top:-30px;
}

.headbereich .shop > div > span{
	color: #FFF;
	font-size:30px;
	font-family: 'Oswald Regular', Arial, sans-serif;
	text-transform: uppercase;
}

.header_smart_navi{
	display: none;
}

.header_smart_navi.open{
	display:block;
	position: absolute;
	z-index:5;
	width: 50%;
	right: 0;
	margin:auto;
	background-color: #FFF;
}

.header_smart_navi > a > div{
	background-color: rgba(0, 102, 141, 1);
	height: 60px;
	margin-bottom:3px;
	line-height: 60px;
	padding:0px 40px;
	color:#FFF;
	font-family: 'Oswald Medium', Arial, sans-serif;
	font-size:14px;
}

.navbar_img_smartphone{
	height:70px;
	width:75px;
	margin-left:40px;
}
.navbar_img_smartphone img{
	max-width:100%;
	max-height:100%:
}

.headimg {
	background: #fff;
	height: 160px;
	line-height: 160px;
	box-shadow:50px 0px 20px #ccc; 
}

.headimg2 {
	height: 400px;
}
.head_willkommen {
	position: absolute;
	left: 30px;
	top: 280px;
	float: left;
	font-family: 'Oswald Regular', Arial, sans-serif;
	font-size: 30px;
	text-transform: uppercase;
	text-align: center;
	color: rgba(0, 102, 141, 1);
	width: 50%;
	height: 90px;
	line-height: 90px;
	background: rgba(255, 255, 255, 0.8);
	/* margin: auto auto 30px 30px; */
}
.head_rechts {
	float: right;
	position: relative;
	top: 145px;
	margin-right: -15px;
}
div.head_rechts_oben_text, div.head_rechts_unten_text {
	height: 90px;
	line-height: 90px;
	width: 400px;
	background: rgba(0, 102, 141, 1);
	font-family: 'Oswald Regular', Arial, sans-serif;
	font-size: 30px;
	text-transform: uppercase;
	text-align: center;
	color: #fff;
	float: right;
	margin-right: -15px;
	
}
.head_rechts_unten_text {
	margin-top: 45px;
}
div.head_rechts_oben_text img, div.head_rechts_unten_text img {
	position: relative;
	float: left;
	top: -30px;
	left: -30px;
}
.footer_bereich_oben {
	height: 475px;
	background-image: url('../images/medcomplet-footer-medizinisches-netzwerk.jpg');
	background-size: cover;
	background-position: 0 25%;
	z-index: 0;
	margin-top: 60px;
}
.footer_bereich_oben_balken {
	height: 75px;
	background-image: url('../images/balken_mit_pfeil.png');
	background-position: top center;
	background-size:cover;
	z-index: 1;
}
.footer_bereich_oben_balken > div{
	height: 60px;
	line-height: 60px;
	font-family: 'Oswald Regular', Arial, sans-serif;
	font-size: 16px;
	text-transform: uppercase;
	text-align: center;
	color: #fff;
}

.footer_bereich_oben .kontakt_container{
	margin-top:-15px;
	min-height: 415px;
	padding:60px 0px 65px 30px;
}

.footer_bereich_oben .formular_container{
	margin-top:-15px;
	min-height: 415px;
	padding:60px 30px 65px 30px;
}

.footer_bereich_oben .kontakt_beschreibung {	
	background: rgba(0, 102, 141, 1);
	height: 100%;
	padding:20px;
}
.footer_bereich_oben .kontakt_beschreibung p {
	font-family: 'Oswald Regular', Arial, sans-serif;
	font-size: 16px;
	color: #fff;
	margin:0;
}

.footer_bereich_oben .kontakt_beschreibung a{
	font-family: 'Oswald Regular', Arial, sans-serif;
	font-size: 16px;
	color: #fff;
	margin:0;
}

.footer_bereich_oben .kontakt_beschreibung .kontakt{
	height: 26px;
	margin-bottom:15px;
	font-family: 'Oswald Light', Arial, sans-serif;
	font-size: 16px;
}

.footer_bereich_oben .kontakt_beschreibung .kontakt .logo{
	float:left;
	height: 100%;
	margin-right: 10px;
}

.footer_bereich_oben .kontakt_beschreibung .kontakt .text{
	float:left;
	line-height: 26px;
}

.footer_bereich_oben .kontakt_formular .form-group{
	/* height: 50px; */
	margin-bottom:0;
}

.footer_bereich_oben .kontakt_formular .form-group .has-error{
	/* height: 50px; */
}

.footer_bereich_oben .kontakt_formular .kontaktform .form-group .form-control{
	height: 30px;
	background: #FFF;
	opacity: 0.7;
	margin:0;
	padding-left: 10px;
	font-family: 'Oswald Light', Arial, sans-serif;
	font-size: 16px;
}

.footer_bereich_oben .kontakt_formular .kontaktform .form-group textarea.form-control{
	height: 180px;
}

.footer_bereich_oben .kontakt_formular .kontaktform .form-group .help-block{
	height: 20px;
	background:transparent;
}

.footer_bereich_oben .kontakt_formular .kontaktform .kontaktform_unten_legende{
	min-height: 30px;
	background: rgba(0, 102, 141, 1);
	line-height: 30px;
	padding:0px 10px;
}

.footer_bereich_oben .kontakt_formular .kontaktform .kontaktform_unten_legende span{
	font-family: 'Oswald Light', Arial, sans-serif;
	font-size: 11px;
	color:#FFF;
}

.footer_bereich_unten .kontakt_formular .kontaktform .kontaktform_unten_legende span{
	font-family: 'Oswald Light', Arial, sans-serif;
	font-size: 11px;
	color:#FFF;
}


.footer_bereich_oben .kontakt_formular .kontaktform .btn.btn-default{
	background: rgba(0, 102, 141, 1);
	font-family: 'Oswald Regular', Arial, sans-serif;
    font-size: 14px;
    color: #fff;
	border: 0;
	border-radius: 0px;
	height: 30px;
}

.footer_bereich_unten {
	background: rgba(0, 102, 141, 1);
	height: 130px; 
	/* line-height: 130px;	  */
}

.footer_bereich_unten .tmg_foot {
	text-align: right;
	padding-right: 30px; 
	line-height: 130px;
}
.footer_bereich_unten .tmg_foot a, .footer_bereich_unten .tmg_foot span {
	font-family: 'Oswald Regular', Arial, sans-serif;
    font-size: 16px;
    color: #fff;
}

.foot1 {
	text-align: center;
	height: 130px;
	line-height: 130px;
	margin-left: 30px;
}
.foot2 {
	height: 130px;
	line-height: 130px;
	text-align: center;
	background: red;
}

.foot1_xs {
	float: left;
	height: 130px;
	line-height: 130px;
	margin-left: 30px;
}
.foot2_xs {
	width: auto;
	height: 130px;
	line-height: 130px;
	float: right;
	margin-right: 30px;
	background: rgba(0, 102, 141, 1);
}
.foot2 span {
	font-family: 'Oswald Regular', Arial, sans-serif;
	font-size: 16px;
	color: #fff;
	text-transform: uppercase;
}

.suchformular {	
	height: 60px;
	background:  rgba(0, 102, 141, 1);
	margin-bottom: 20px;
	padding:15px 30px;
}

.suchformular .table{
	margin:0;
	height: 30px;
	border:0;
}

.suchformular .table>tbody>tr>td{
	padding:0;
	line-height: 0;
	border:0;
}

.suchformular .table>tbody>tr>td.img{
	width:50px;
	vertical-align: middle;
}

.suchformular .table>tbody>tr>td.img img{
	width:20px;
	height: 20px;
}

.suchformular .table>tbody>tr>td.button{
	width:60px;
}

.suchformular .form-control{
	margin:0;
	height: 30px;
}

.suchformular .btn.btn-default{
	float:right;
	height: 30px;
	margin-left:30px;
	padding:0px 10px;
	border-radius: 0px;
	border:0;
	font-family: 'Oswald Light', Arial, sans-serif;
	font-size: 16px;
	color: rgba(0, 102, 141, 1);
}

.aktionsportal_titel{
	height: 60px;
	margin-bottom:20px;
	text-align: center;
}

.aktionsportal_titel .portaltitel{
	font-family: 'Oswald Regular', Arial, sans-serif;
	font-size: 30px;
	line-height: 60px;
	color: rgba(0, 102, 141, 1);
	margin:0;
}

.portal_artikel_titel {
	margin:15px 0px;
	height:50px;
}

.portal_artikel_titel p{
	color: rgba(0, 102, 141, 1);
	font-size:16px;
	line-height: 26px;
	font-family: 'Oswald Regular', Arial, sans-serif;
}

.portal_artikel_zusatz{
	height: 45px;
	margin-bottom:15px;
}

.portal_artikel_zusatz p{
	font-size:16px;
	font-family: 'Oswald Light', Arial, sans-serif;	
}

.portal_artikel_preis{
	height: 50px;
}

.portal_artikel_preis p{
	color: rgba(0, 102, 141, 1);
	font-size:16px;
	font-family: 'Oswald Light', Arial, sans-serif;	
}
.login_formular {
	width: 100%;
	min-height: 155px;
	background:  rgba(0, 102, 141, 1);
	padding:20px 30px;
}
.login_formular .log_titel {
	height: 20px;	
	line-height: 20px;
	width: 100%;
	margin-bottom: 20px;
}
.login_formular .log_titel img {
	height: 20px;
	width:20px;
	float:left;
}
.login_formular .log_titel .login_formular_titel {
	font-family: 'Oswald Regular', Arial, sans-serif;
	font-size: 16px;
	text-transform: uppercase;
	color: #fff;
	float:left;
	margin-left:30px;
	margin-top:2px;
}
.login_formular .form-control{
	border-radius: 0;
	height: 30px;
	padding-left:10px;
}
.form-control {
	border-radius: 0;
	height: 30px;
	padding: 0;
	padding-left: 20px;
	line-height: 30px;
	font-family: 'Oswald Regular', Arial, sans-serif;
	font-size: 16px;
	margin-bottom: 15px;
}
#login_btn, #logout_btn {
	height: 60px;
	background-color: rgba(220, 220, 220, 1);
	border: 0;
	border-radius: 0;
	font-family: 'Oswald Regular', Arial, sans-serif;
	font-size: 16px;
	text-transform: uppercase;
	padding:20px 30px;
	color: rgba(0, 102, 141, 1);
}

#login_btn img, #logout_btn img{
	float:left;
	width:20px;
	height: 20px;
}

#login_btn div, #logout_btn div{
	float:left;
	margin-left:30px;
}

.wk_container{
	margin-top:20px;
	background-color: rgba(220, 220, 220, 1);
	height: 60px;
	padding:0px 30px;
}

.wk_container .logo{
	float:left;
	line-height: 60px;
	margin-right: 30px;
}

.wk_container .logo img{
	width:20px;
	height:20px;
}

.wk_container .text{
	line-height: 60px;
	font-family: 'Oswald Regular', Arial, sans-serif;
	font-size: 16px;
	text-transform: uppercase;	
	color: rgba(0, 102, 141, 1);
}


.sidemenu_head {
	width: 100%;
	max-width: 260px;
	margin-left: 15px;
	height: 60px;
	line-height: 60px;
	font-family: 'Oswald Regular', Arial, sans-serif;
	font-size: 14px;
	text-transform: uppercase;	
	color: #fff;
	background-color: rgba(0, 102, 141, 1);
}

.sidemenu_head span {
	margin-left: 30px;
	text-overflow: ellipsis;
}
.sidemenu_head img {
	margin-right: 20px;
	width: 20px;
}

.sidemenu_tmg {
	width: 100%;
	height: 60px;
	font-family: 'Oswald Regular', Arial, sans-serif;
	font-size: 16px;
	text-transform: uppercase;
	color: rgba(0, 102, 141, 1);
	background-color: rgba(220, 220, 220, 1); 
	margin-bottom: 20px;
	padding:20px 10px;
	cursor: pointer;
}

.sidemenu_tmg > div{
	height: 20px;
}

.sidemenu_tmg > div img{
	float:left;
	width:20px;
	height: 20px;
}

.sidemenu_tmg > div div{
	float:left;
	margin-left:10px;
	height: 20px;
	line-height: 20px;
	margin-top:2px;
}



.sidemenu_tmg.aktiv{
	background-color: rgba(0, 102, 141, 1);
	color:rgba(220, 220, 220, 1); 
	margin-bottom:0px;
}
.open_sidemenu{
	background-color:rgba(220, 220, 220, 1);
	margin-bottom:20px;
}

.artikelliste_table {
	background: rgba(220, 220, 220, 1); 	
}
table.artikelliste_table th, table.artikelliste_table td {
	border: 1px solid #fff;	
}
thead.artikelliste_table_head {
	background: rgba(0, 102, 141, 1);
	font-family: 'Oswald Regular', Arial, sans-serif;
	font-size: 16px;
	text-transform: uppercase;
	color: #fff;
	height: 60px;
	line-height: 26px;
}
.artikelliste_table_head_bildspalte {
	width:170px;
	max-width: 170px;
}
.artikelliste_table_head_staffelspalte {
	width: 3%;
	max-width: 40px;
}
.artikelliste_table_head_staffelspalte img {
	width: 20px;
}
.artikelliste_table_head_wkspalte {
	text-align: center;
}
.artikelliste_table_head_wkspalte img {
	width: 20px;
}
.artikelliste_table_head_infospalte, .artikelliste_table_head_preisspalte, .artikelliste_table_head_pe_me_spalte, .artikelliste_table_head_staffelspalte  {
	text-align: center;
}
.artikelliste_table_body_artikelnummerspalte  {
	width: 15%;
	max-width: 120px;
}
.artikelliste_table_body_artikelnummerspalte p {
	font-family: 'Oswald Regular', Arial, sans-serif;
	font-size: 16px;
	text-transform: uppercase;
	color: rgba(0, 102, 141, 1);
}
.artikelliste_table_body_bildspalte {
	width: 170px;
	max-width: 170px;
	text-align: center;
}
.artikelliste_table_body_infospalte {
	width: 35%;
}
.artikelliste_table_body_infospalte h4 {
	font-family: 'Oswald Regular', Arial, sans-serif;
	font-size: 16px;
	/* text-transform: uppercase; */
	color: rgba(0, 102, 141, 1);
}
.artikelliste_table_body_preis {
	width: 12%;
	max-width: 100px;
	text-align: center;
	font-family: 'Oswald Regular', Arial, sans-serif;
	font-size: 16px;
	text-transform: uppercase;
	color: rgba(0, 102, 141, 1);
}
.artikelliste_table_body_peme {
	width: 12%;
	max-width: 100px;
	text-align: center;
	font-family: 'Oswald Regular', Arial, sans-serif;
	font-size: 16px;
	text-transform: uppercase;
	color: rgba(0, 102, 141, 1);
}
.artikelliste_table_body_staffelspalte {
	width: 3%;
	max-width: 30px;
	text-align: center;
}
.artikelliste_table_body_wk {
	width: 9%;
	max-width: 100px;
}

.artikelliste_table_body_wk .form-control{
	text-align: center;
	padding:0px 10px;

}
.artikelliste_table_body_wk.input-group {
	border-radius: 0;
    height: 30px;
    padding: 0;
    /* padding-left: 20px; */
    line-height: 30px;
    font-family: 'Oswald Regular', Arial, sans-serif;
    font-size: 16px;
    margin-bottom: 15px;
    text-align: center;
	background: red;
}

.img-thumbnail {
	display: inline-block;
    max-width: 100%;
    height: auto;
    padding: 0;
    line-height: 1.42857143;
    background-color: transparent;
    border: 1px solid #ddd;
    border-radius: 0;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
div.zusatz p {
	font-family: 'Oswald Light', Arial, sans-serif;
	font-size: 16px;
	color: #000;
}
.artikelliste_wk_button > input {
	height: 35px;
}
.liste_wk_btn {
	width: 20px;
}
.details_kopfzeile {
	display: block;
	height: 40px;
	margin: 20px 0;
}
.details_title {
	width: 98%;
	height: 40px;
	line-height: 40px;
	text-align: center;
	font-family: 'Oswald Regular', Arial, sans-serif;
	font-size: 30px;
	color: rgba(0, 102, 141, 1);
	text-transform: uppercase;	
	float: right;
}
.deatails_zurueck_btn {
	float: left;
	width: 2%;
	height: 40px;
	line-height: 40px;
}
.deatails_zurueck_btn  img {
	height: 30px;
}
.select_variante {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border:none;
	border-radius: 0;
	font-size: 1em;
	border: 1px solid rgba(0, 102, 141, 1);
	background-image:url(../../template/images/icons-pfeilspitzen-down-blau.png);
	background-size: 20px;
	background-position: 98%;
	background-repeat: no-repeat;
	width: 100%;
	height: 40px;	
}
.details_zeile {
	margin-bottom: 20px;
	min-height: 40px;
}	
.detail_hauptbild {
	width: 100%;
}
.detail_menge {
	height: 60px;
	line-height: 60px;
	margin-top: 20px;
	background: rgba(220, 220, 220, 1);
}
.detail_wk_btn, .detail_anfrage_btn {
	width: 100%;
	height: 60px;
	margin-top: 20px;
	background: rgba(220, 220, 220, 1);
	background-image: url('../../template/images/icons-einkaufswagen-blau.png');
	background-size: 20px;
	background-repeat: no-repeat;
	background-position: 20px center;
	border: 0;
	font-family: 'Oswald Regular', Arial, sans-serif;
	font-size: 16px;
	color: rgba(0, 102, 141, 1);
	text-transform: uppercase;
}
.detail_anfrage_btn {
	background-image: url('../../template/images/icons-anfrage-blau.png');
}
.detail_menge_bez {
	height: 60px;
	line-height: 60px;
	font-family: 'Oswald Regular', Arial, sans-serif;
	font-size: 16px;
	color: rgba(0, 102, 141, 1);
	text-transform: uppercase;
	margin-left: 20px;
	float: left;
}
.detail_menge_input {
	margin-right: 10px;
	float: right;
	max-width: 50%;
	height: 40px;
	margin-top: 10px;
	background: transparent;
	border: 1px solid rgba(0, 102, 141, 1);
	padding-left: 9px;
	font-family: 'Oswald Regular', Arial, sans-serif;
	font-size: 16px;
	color: rgba(0, 102, 141, 1);
}
.detail_info_zeilenkopf {
	height: 40px;
	line-height: 40px;
	background: rgba(0, 102, 141, 1);
	font-family: 'Oswald Regular', Arial, sans-serif;
	font-size: 16px;
	color: #fff;
	text-transform: uppercase;
}
.detail_info_zeile_artnr {
	height: 40px;
	line-height: 40px;
	font-family: 'Oswald Regular', Arial, sans-serif;
	font-size: 16px;
	text-transform: uppercase;
	color: rgba(0, 102, 141, 1);
}
.detail_info_zeile_bez {
	min-height: 40px;
	line-height: 40px;
	font-family: 'Oswald Regular', Arial, sans-serif;
	font-size: 16px;
	color: rgba(0, 102, 141, 1);
}
.top_navigation  {
	width: auto;
	height: 40px;
	background: blue;
	text-align: center;
}
.navbar-default {
	background: rgba(0, 102, 141, 1);
	height: 60px;
	border-radius: 0;
	border:0;
	text-align:  center;
	margin-bottom:30px;
}

.navbar-default .navbar-collapse{
	height: 60px;
}

.navbar-nav {
	float: none;
	display: inline-block;
	margin:0;
}
.navbar-nav > li {
	float:none;
	display: table-cell;
	vertical-align: middle;
	height: 60px;
	padding:0px 10px;
}

.navbar-default .navbar-nav > li > a {
	font-family: 'Oswald Regular', Arial, sans-serif;
    font-size: 16px;
	color: #fff;
	padding:0px 0px;
	background: transparent;
	border-bottom:2px solid transparent;
}

.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li.active > a, 
.navbar-default .navbar-nav > li.active > a:focus,
.navbar-default .navbar-nav > li.active > a:hover {
    color: #fff;
	background-color: transparent;
    border-bottom: 2px solid #fff;
} 

.ihre_nachricht {
	max-width: 100%;
	min-height: 225px;
	height: 210px;
	background: rgba(255, 255, 255, 0.6);
	border: 0;
}

.preisbemerkung_liste {
	margin: 30px 0 60px 0;
}
.preisbemerkung_liste span, .preisbemerkung_liste a {
	font-family: 'Oswald Light', Arial, sans-serif;
    font-size: 12px;
    color: #000;
	text-decoration: none;
}
.sidemenu_ug_row {
	padding-left: 20px;
}
.nur_oberste_artikelgruppenebene {
	margin-right: 20px;
}


.meine_daten_head {
	background: rgba(0, 102, 141, 1);
}
.nav-stacked .kontomenu_head{
	padding:5px;
	min-height: 30px;
}
.nav-stacked .kontomenu_row{
	min-height:30px;
}
.nav-stacked > li > a{
	color: rgba(0, 102, 141, 1);
	font-size:16px;
	line-height: 26px;
	font-family: 'Oswald Regular', Arial, sans-serif;
}
.nav-stacked > li.active > a, .nav-stacked > li.active:hover > a {
	color: rgba(0, 102, 141, 1);
	background: transparent;
	border-radius: 0;
	font-size:16px;
	line-height: 26px;
	font-family: 'Oswald Regular', Arial, sans-serif;
}
li.sidemenu_ug_row > a{
	color: rgba(0, 102, 141, 1);
	font-size:16px;
	line-height: 26px;
	font-family: 'Oswald Regular', Arial, sans-serif;
	padding:10px 5px;
}
li.sidemenu_ug_row.active > a{
	background-color:#eee;
}
.nav-stacked .kontomenu_row > a > span{
	margin-top:6px;
	border-radius: 0;
}
.nav-stacked .kontomenu_row > a{
	padding: 12px 5px 9px 5px;	
}
.nav-stacked .kontomenu_row > a:hover{
	color: #209bd7;
	background-color:#FFFFFF;
}
.kontomenu_ug_row  {	
	list-style: none;
	background-image: url('../../template/images/icons-minus-weiss.png');
	background-position: 30px center;
	background-repeat: no-repeat;
	background-size: 20px;
	min-height:60px;
	line-height: 60px;
	text-align:left;
	background: rgba(220, 220, 220, 1);
	margin: 20px 5px 0 5px;
	padding-left: 80px;
	color: rgba(0, 102, 141, 1);
}
.kontomenu_ug_row a {
	font-family: 'Oswald Regular', Arial, sans-serif;
    font-size: 16px;
	text-transform: uppercase;
	color: rgba(0, 102, 141, 1);
}
.meine_daten_head {
	height: 60px;
	line-height: 60px;
	color: #fff;
	font-family: 'Oswald Regular', Arial, sans-serif;
    font-size: 30px;
	text-align: center;
}
.meine_bestellung_head {
	height: 60px;
	line-height: 60px;
	color: #fff;
	font-family: 'Oswald Regular', Arial, sans-serif;
    font-size: 30px;
	text-align: center;
	margin-top: 12px;
	background: rgba(0, 102, 141, 1);
}
.kontomenu_ug_row {
	/* background: rgba(0, 102, 141, 1); */
	background-image: url('../../template/images/icons-minus-blau.png');
	background-position: 30px center;
	background-repeat: no-repeat;
	background-size: 20px;
	padding-left: 80px;
}
.kontomenu_ug_row.active {
	background: rgba(0, 102, 141, 1);
	background-image: url('../../template/images/icons-plus-weiss.png');
	background-position: 30px center;
	background-repeat: no-repeat;
	background-size: 20px;
	padding-left: 80px;
}
.kontomenu_ug_row.active a {
	font-family: 'Oswald Regular', Arial, sans-serif;
    font-size: 16px;
	text-transform: uppercase;
	color: #fff;
}
.kontomenu_ug_row.active a:hover {
	font-family: 'Oswald Regular', Arial, sans-serif;
    font-size: 16px;
	text-transform: uppercase;
	color: #000;
}
.artikelgruppen_container_image{
	height:200px;
	position:relative;
	border-bottom:1px solid #333;
}
.artikelgruppen_container_image > img{
	position:absolute;
	top:0;
	right:0;
	bottom:0;
	left:0;
	margin:auto;
	max-width:100%;
	max-height:100%;
}

.meinkonto .panel-default{
	border-radius: 0;
	margin-top:0px !important;
	margin-bottom:20px;
}

.meinkonto .panel-default .panel-heading{
	border-radius: 0;
	height: 60px;
    background-color: rgba(220, 220, 220, 1);
	padding:0px 30px;
}

.meinkonto .panel-default.panel-open .panel-heading{
	background-color: rgba(0, 102, 141, 1);
}

.meinkonto .panel-default .panel-heading .img{
	float:left;
	margin-right: 30px;
	line-height: 60px;
}

.meinkonto .panel-default .panel-heading .img img{
	height: 20px;
	width: 20px;
}

.meinkonto .panel-default .panel-heading .text{
	float:left;
}

.meinkonto .panel-default .panel-heading .text span{
	font-family: 'Oswald Regular', Arial, sans-serif;
	font-size: 16px;
	text-transform: uppercase;
	color: rgba(0, 102, 141, 1);
	line-height: 60px;
}

.meinkonto .panel-default.panel-open .panel-heading .text span{
	color:#FFF;
}

.meinkonto .panel-default .panel-body{
	border:none;
	padding:20px 0px;
}

.meinkonto .rechnungs_formular .form-group{
	height: 30px;
	margin-bottom:20px;
}

.meinkonto .rechnungs_formular .form-group.has-error .titel{
	color: #a94442;	
}

.meinkonto .rechnungs_formular .form-group.has-error .input .form-control{
	border-color: #a94442;	
}

.meinkonto .rechnungs_formular .form-group .titel{
	background-color: rgba(220, 220, 220, 1);
	line-height: 30px;
	text-align: right;
	padding:0px 10px;
	text-transform: uppercase;
}

.meinkonto .rechnungs_formular .form-group .input .form-control{
	height: 30px;
	color: rgba(0, 102, 141, 1);
	border-color:rgba(0, 102, 141, 1);
	-webkit-appearance: none;
	-moz-appearance: none;
	-ms-progress-appearance: none;
}

.meinkonto .panel-default.bestellungen{
	margin-bottom:0px;
	border:none;
	border-top:1px solid rgba(220,220,220,1);
}

.meinkonto .panel-default.bestellungen.no_border{
	border-top:none;
}

.meinkonto .panel-default.bestellungen .panel-heading{
	background-color:#FFF;
	padding:0px;
}

.meinkonto .panel-default.bestellungen .panel-heading .bestellung_head > div{
	padding:10px 10px 10px 0px;
	height: 60px; 
}

.meinkonto .panel-default.bestellungen .panel-heading .bestellung_head .belegnummer{
	color:rgba(0, 102, 141, 1);
	font-weight: bold;
}

.konto_auswahl a{
	font-family: 'Oswald Regular', Arial, sans-serif;
    font-size: 16px;
	text-transform: uppercase;
	height: 60px;
	line-height: 60px;
	border-radius: 0;
	padding:0;
	margin-bottom:20px;
}

.seitenzaehler {
	float: left;
	margin-top: 20px;
}
.pagination {
    display: inline-block;
    padding-left: 0;
    margin: 0;
    border-radius: 0;
}
.pagination>.active>a, .pagination>.active>a:focus, .pagination>.active>a:hover, .pagination>.active>span, .pagination>.active>span:focus, .pagination>.active>span:hover {
    z-index: 3;
    color: rgba(0, 102, 141, 1);
    cursor: default;
    background-color: transparent;
    border-color: #337ab7;
}
.pagination>li>a, .pagination>li>span {
    position: relative;
    float: left;
    padding: 6px 12px;
    margin-left: -1px;
    line-height: 1.42857143;
    color: #337ab7;
    text-decoration: none;
    background-color: #fff;
    border: 0;
	font-family: 'Oswald Regular', Arial, sans-serif;
	font-size: 16px;
	line-height: 26px;
}
a.btn-primary{
	color:#FFF;
}


.btn-default, 
.btn-default:focus, 
.btn-default:hover, 
.btn-default:active, 
.btn-default.active, 
.btn-default.active:hover,
.btn-default.active:focus
{
	background-color:rgba(220, 220, 220, 1);
	border-radius: 0;
}

.btn-primary, 
.btn-primary:focus, 
.btn-primary:hover, 
.btn-primary:active, 
.btn-primary.active, 
.btn-primary.active:hover,
.btn-primary.active:focus
 {
	background-color: rgba(0, 102, 141, 1);
	border-radius: 0;
}

#NeukundeRegistrieren, #Anmelden, #Abmelden{
	margin-top: 5px;
	margin-right: 5px;
	padding: 0px 5px 8px 5px;
	width: 148px;
	height: 33px;
	border: 1px solid rgba(0, 102, 141, 1);
	text-align: center;
	font-size: 12px;
	line-height: 30px;
	background-color: rgba(0, 102, 141, 1);
	color: #fff;
	cursor:pointer;
	font-weight: 300;
	border-radius: 0;
	float: right;
	-webkit-appearance: none;
}
#WeiterWK , #Verwerfen, #WeiterWK3_ak, #WeiterWK3_nk, #Aendern, #continue_shopping  {
	margin-top: 5px;
	padding: 0px 5px 0 5px;
	width: 260px;
	height: 60px;
	border: 0;
	text-align: center;
	font-family: 'Oswald Regular', Arial, sans-serif;
	font-size: 16px;
	line-height: 60px;
	background-color: rgba(220, 220, 220, 1);
	color: rgba(0, 102, 141, 1);
	text-transform: uppercase;
	cursor:pointer;
	font-weight: 300;
	border-radius: 0;	
	-webkit-appearance: none;
}
#WeiterWK, #WeiterWK3_ak, #WeiterWK3_nk, #Drucken, #continue_shopping{
	float: right;
	margin-left: 30px;
}
#WeiterWK2, #Drucken {
	width: 150px;
	height: 30px;
	float: right;
	border: 1px solid rgba(0, 102, 141, 1);
	text-align: center;
	font-size: 14px;
	font-weight: 300;
	margin-right: 12px;
	line-height: 30px;
	background-color: rgba(0, 102, 141, 1);
	color: #fff;	
	cursor:pointer;
	border-radius: 0;
	-webkit-appearance: none;
}

#sm_regneu,#Zurueck,#Bestellen ,#ZurueckFensterZu,#sm_los_pw {
 	margin-top: 5px;
	width: 150px;
	height: 30px;
	border: 1px solid  rgba(0, 102, 141, 1);
	text-align: center;
	font-size: 12px;
	margin-right: 12px;
	line-height: 30px;
	background-color: rgba(0, 102, 141, 1);
	color: #fff;
	font-weight: 300;
	cursor:pointer;
	border-radius: 0;
	-webkit-appearance: none;
}

.sidemenu_container > li{
	background-color:grey;
	height:50px;
	padding:10px;
	margin:10px 0px;
	line-height:25px;
	color:white;
}

.navbar-default2{
	background-color:#FFFFFF;
	height:70px;
}

.navbar_button_smartphone > button{
	border:none;
}
.navbar_button_smartphone > button > span.icon-bar{
	background-color:rgba(0, 102, 141, 1) !important;
	height:5px;
	width:50px;
}


#page-wrapper {
  position: relative;
  width:100%;
  height:500px;
  /* top:52px; */
  left:0;
}

#page-viewport {
  position:relative;
  width:100%;
  height:100%;
  transition: .5s ease all;
}

#sidebar {
  position: absolute;
  width: 250px;
  height: 100%;
  left:-200px;
  border-right: 1px solid #f0f0f0;
  background-color:rgba(0, 102, 141, 1);
  padding: 5px;
  z-index:100;
}

#sidebar2 {
  position: absolute;
  width: 250px;
  height: 100%;
  right:-200px;
  border-right: 1px solid #f0f0f0;
  background-color:rgba(0, 102, 141, 1);
  padding: 5px;
  z-index:100;
}

#sidebar-header {
  height: 40px;
  border-bottom:1px solid #f0f0f0;
}

#sidebar-page-content {
  position:absolute;
  width: -webkit-calc(100% - 50px);
  left:50px;
  padding: 5px;
  transition: .5s ease all;
}

#page-content {
  padding: 5px;
}

#page-wrapper.show-sidebar #page-viewport {
  -webkit-transform: translateX(200px);
   width: -webkit-calc(100% - 200px);

}

#page-wrapper.show-sidebar #sidebar-page-content {
  position:static;
  width: -webkit-calc(100% + 200px);
  margin-left:-200px;
}
ul.nav.nav-pills.nav-stacked {
	/* background: red; */
}

.artikeldetail_hauptbild_container{
	position: relative;
	padding-top:100%;
}

.artikeldetail_hauptbild_container > img{
	position:absolute;
	top:0;
	right:0;
	bottom:0;
	left:0;
	margin:auto;
	max-width:100%;
	max-height:100%;
	cursor:pointer;
}

/* Flyout Styles */
.sidebar_left{
	float:left;
	position:absolute;
	z-index:100;
}

.sidebar_right{
	float:right;
	position:absolute;
	z-index:100;
}
.sidebar_right2{
	/*margin-right:35px;*/
	float:left;
}

.vertical{
	width: 300px;
	height: 50px;
	text-align: center;
	line-height: 50px;
	background-color:rgba(0, 102, 141, 1);
	color:#FFF;
	font-weight: bold;
	cursor:pointer;
}

.vertical_left{
	transform-origin: left top;
	transform: rotate(270deg);
	position:fixed;
	left: -1px;
	top:7%;
	border-top:2px solid #FFF;
	margin-top:350px;
}

.vertical_left.margin_left{
	margin-left:71%;
}

.vertical_right.margin_right{
	margin-right: 71%;
}

.vertical_right{
	transform-origin: right bottom;
	transform: rotate(270deg);
	position: fixed;
	right:-1px;
	top:7%;
	border-bottom:2px solid #FFF;
}

.vertical_right2{
	float:left;
}

.sidemenu_smart{
	overflow-y: scroll;
	height: 300px;
	margin-top:-20px;
	margin-bottom:20px;
}

.sidemenu_smart ul li{
	line-height: 40px;
	background-color:rgba(220, 220, 220, 1);
	padding:7px;
	overflow-x:auto;
}
.sidemenu_smart ul li a{
	color:rgba(0, 102, 141, 1);
	font-size:14px;
	font-family: 'Oswald Regular', Arial, sans-serif;
}

.sidemenu_left{
	background-color:rgba(0, 102, 141, 1);
	width:71%;
	position:fixed;
	left:0;
	top:7%;
	margin-top:50px;
}

.sidemenu_left ul.nav li a{
	padding:0px;

}

.sidemenu_left ul.nav li a div{
	line-height: none;
	min-height: none;
}

.sidemenu_left > a > div{
	background-color:rgba(220, 220, 220, 1);
	min-height: 60px;
	line-height: 60px;
	padding:0px 15px;
	margin-bottom:20px;
	color:#FFF;
	font-weight: bold;
}

.sidemenu_left div.active{
	background-color:rgba(0, 102, 141, 1);
}

.sidemenu_right{
	background-color:rgba(0, 102, 141, 1);
	width:71%;
	position:fixed;
	right:0;
	top:7%;
	margin-top:50px;
	overflow-y: scroll;
}

.sidemenu_right div{
	background-color:grey;
	min-height: 60px;
	line-height: 60px;
	margin-bottom:20px;
	color:#FFF;
	font-weight: bold;
}

.sidemenu_right div.active{
	background-color:rgba(0, 102, 141, 1);
}
.tmg_table {
	width: 100%;
	font-family: 'Oswald Regular', Arial, sans-serif;
	font-size: 14px;
}
.tmg_linke_spalte {
	width: 30%;
	text-align: right;
	padding: 20px 10px 20px 0;
	vertical-align: top;

}
.tmg_rechte_spalte {
	width: 70%;
	text-align: left;
	padding: 20px 0 20px 10px;
	vertical-align: top;
}
p.help-block.ng-binding  {
	color: red;
	background: white;
	margin-top: 0;
	margin-bottom: 0;
}
.carousel-control.left, .carousel-control.right{
	background-image:none;
	height: 60px;
	margin-top:-80px;
}
.carousel-control.left span{
	position: absolute;
	left:15px;
	line-height: 20px;
}
.carousel-control.right span{
	position: absolute;
	right:15px;
	line-height: 20px;
}


.artikelliste_liste_bildcontainer{
	position:relative;
	width:100%;
	padding-top: 100%;
}

.artikelliste_liste_bildcontainer img{
	position:absolute;
	top:0;
	right:0;
	bottom:0;
	left:0;
	margin:auto;
	max-width:100%;
	max-height:100%;
}

.artikelliste_wk_button_container{
	height: 50px;
	width:100%;
	background-color:rgba(170,170,170,0.4);
	margin-bottom:10px;
	position:relative;
	cursor: pointer;
}

.artikelliste_wk_button_container > img{
	position:absolute;
	top:0;
	right:0;
	bottom:0;
	left:0;
	margin:auto;
	max-width:100%;
	max-height:100%;
}


.artikellist_titel{
	height:30px;
	line-height: 30px;
	background-color: rgba(0, 102, 141, 1);
	color:rgba(220, 220, 220, 1);
	font-size:16px;
	font-family: 'Oswald Regular', Arial, sans-serif;
	padding-left:10px;
	margin-bottom:20px;
}

.artikellist_data, .artikellist_data a{
	line-height: 30px;
	margin-bottom:20px;
	font-family: 'Oswald Light', Arial, sans-serif;
	font-size:16px;
}

.artikellist_data.bold, .artikellist_data.bold a{
	font-family: 'Oswald Regular', Arial, sans-serif;
	color: rgba(0, 102, 141, 1);
	font-size:16px;
}

.artikellist_sort{
	border-color:rgba(0, 102, 141, 1);
	color:rgba(0, 102, 141, 1);
}



.warenkorb_container{
	padding-left:20px;
	font-size:16px;
	color:rgba(0, 102, 141, 1);
	font-family: 'Oswald Regular', Arial, sans-serif;
	text-transform: uppercase;
	cursor: pointer;
}

.warenkorb_container img{
	margin-right: 20px;
}

.menueleiste{
	background-color:#FFF;
}

.menueleiste ul a{
	font-size: 16px;
	font-family: 'Oswald Regular', Arial, sans-serif;
	color:rgba(0, 102, 141, 1);
}
.menueleiste ul a li{
	padding:10px 0px;
}

.tmg_block {
	font-family: 'Oswald Regular', Arial, sans-serif;
	font-size:14px;
}

.tmg_block a{
	font-family: 'Oswald Regular', Arial, sans-serif;
	color:rgba(0, 102, 141, 1);
	font-size:14px;
}

.tmg_header{
	background-color: rgba(0, 102, 141, 1);
	color:#FFF;
	height:50px;
	line-height: 50px;
	text-align: center;
	font-size:16px;
	margin-bottom:20px;
	margin-top:20px;
}
.detail_preisbemerkung p, .detail_preisbemerkung a:link {
	font-family: 'Oswald Light', Arial, sans-serif;
	font-size: 12px;
    color: #000;
    text-decoration: none;
}
.modal_close_button {
	margin-left: 10px;
	margin-bottom: 10px;
}
.warenk_tr_kundendaten td {
	font-size: 11px;
}
.form-control {
	height: 34px;
}
input.button_normal#SeiteDrucken {
    float: right;
    margin: 2px;
    color: red;
}

.mc_wk_modal.modal-body .artikelmodal_bildcontainer{
	padding-top:100%;
	position:relative;
	width:100%;
}

.artikelmodal_bildcontainer > img{
	position:absolute;
	top:0;
	right:0;
	bottom:0;
	left:0;
	margin:auto;
	max-width:100%;
	max-height:100%;
}

.mc_wk_modal.modal-header .modal-title{
	color:rgba(0, 102, 141, 1);
}

.kontosuche{
	margin-bottom:20px;
}

.kontosuche .input-group-addon{
	border-color:rgba(0, 102, 141, 1);
	border-radius: 0;
	background: transparent;
	color: rgba(0, 102, 141, 1);
	height: 30px;
}

.kontosuche .suchfeld{
	height: 30px;
	border-color:rgba(0, 102, 141, 1);
	border-left:0;
	color: rgba(0, 102, 141, 1);
	padding-left:0px;
}

.konto_bestellung_btn{
	margin-bottom:10px;
}

.konto_bestellung_btn .btn{
	height: 60px;
	border-radius:0px;
	line-height: 60px;
	padding:0;
	text-transform: uppercase;
	margin-bottom:10px;
}

.modal_img_container{
	position: relative;
	padding-top:100%;
}

.modal_img_container img{
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	margin: auto;
	max-width: 100%;
	max-height: 100%;
}

.mlr-0 {
	margin-left: 0 !important;
	margin-right: 0 !important;
}