@font-face{ font-family: 'Source Sans Pro'; font-style: normal; font-weight: 300; src: local('Source Sans Pro Light'), local('SourceSansPro-Light'), url('../fonts/source_sans_pro/source_sans_pro_300.woff2') format('woff2'), url('../fonts/source_sans_pro/source_sans_pro_.woff') format('woff'); }
@font-face{ font-family: 'Source Sans Pro'; font-style: normal; font-weight: 400; src: local('Source Sans Pro Regular'), local('SourceSansPro-Regular'), url('../fonts/source_sans_pro/source_sans_pro.woff2') format('woff2'), url('../fonts/source_sans_pro/source_sans_pro.woff') format('woff'); }
@font-face{ font-family: 'Source Sans Pro'; font-style: normal; font-weight: 700; src: local('Source Sans Pro Bold'), local('SourceSansPro-Bold'), url('../fonts/source_sans_pro/source_sans_pro_700.woff2') format('woff2'), url('../fonts/source_sans_pro/source_sans_pro_700.woff') format('woff'); }

/* --- GENERAL --- */

* {
	margin: 0px;
	padding: 0px;
	box-sizing: border-box;
}

html{
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

body{
	font-family: 'Source Sans Pro', sans-serif;
	font-weight: 300;
	font-size: 22px;
	line-height: 28px;
	color: #333;
}

p{
	margin: 0 0 20px;
}

.onlymobile{ display: none; }

.clear {
	clear: both;
}
.clear0 {
	clear: both;
	height: 0px;
}

.margin-top-0{ margin-top: 0px !important; }

.maxwidth {
	max-width: 1000px;
	margin: 0 auto;
}

h1,h2,h3,h4,h5,h6,
.wieh1{
	font-weight: 300;
}

h1, .wieh1{
	font-size: 38px;
	line-height: 46px;
	margin-bottom: 35px;
	margin-top: 30px;
}

.subpage-content h1{
	margin-top: 60px;
	margin-bottom: 35px;
}

h2{
	font-size: 30px;
	line-height: 34px;
	margin-top: 40px;
	margin-bottom: 20px;
}

section .maxwidth > h2:first-of-type{
	margin-top: 20px;
}

h3{
	font-size: 26px;
}

h4{
	font-size: 22px;
}

h5,h6{
	font-size: 20px;
}

.head-special{
	font-weight: 400;
	font-size: 38px;
	line-height: 46px;
	margin-bottom: 35px;
	margin-top: 30px;
}

a{
	text-decoration: underline;
	text-decoration-color: #76c9e0;
	color: #333;
}

a:focus, a:hover, a:active{
	color: #333;
	outline: 0;
}

strong{
	font-weight: 400;
}

img{
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	cursor: default;
}

a img{
	cursor: pointer !important;
}

a{
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

ul li,
ul.logo li{
	background-image: url('../images/list.png');
	background-repeat: no-repeat;
	background-position: left top 9px;
	list-style-type: none;
	padding-left: 14px;
	line-height: 26px;
	margin: 8px 0 12px 0;
	font-size: 22px 
}

ul.logo li{
	background-position: left top 6px;
}

ul, ol, ul.logo{
	margin: 0 0 20px 0;
}

ul li > ul, ul.logo li > ul{
	margin-top: 20px;
}

ul li > ul{
	padding-left: 10px;
}


ul li > ul li{
	background-image: url('../images/list-gr.png');
}

ul li > ul li > ul li{
	background-image: url('../images/list.png');
}

ul.logo li,
ul.logo li > ul li > ul li,
ul.logo-only-first > li{
	background-image: url('../images/list_style_logo.png') !important;
	background-size: auto 12px;
	padding-left: 22px !important;
}

ul.logo li > ul li{
	background-image: url('../images/list_style_logo_gr.png') !important;
	background-size: auto 12px;
	padding-left: 22px !important;
}

#content ol{
	padding-left: 20px;
}


#content ul.nav-tabs li{
	padding-left: 0px;
	background-image: none;
}

.nav-tabs.nav-stacked > li > a{
	border-color: #f3f6f7;
}

.nav-tabs.nav-stacked > li > a:hover, .nav-tabs.nav-stacked > li > a:focus{
	background-color: #f3f6f7;
	border-color: #f3f6f7;
}

.page-header, legend{
	border: 0px;
}

.btn-primary{
	color: #333;
}

.btn{
	background: transparent;
	text-shadow: none;
	box-shadow: none;
	font-size: 18px;
	padding: 10px 12px;
	border-radius: 2px;
	border: 2px solid #76c9e0;
	text-decoration: none !important;
	outline: 0px;
	font-weight: 300;
}

a.btn:hover, a.btn:focus, a.btn:active{
	font-weight: 300;
}

.btn:hover, .btn:focus, .btn:active{
	background: #76c9e0;
	color: #fff;
	outline: 0px;
	box-shadow: none;
}

table{
	border-top: 2px solid #F3F6F7;
	width: 100%;
}

td,th{
	padding: 8px 12px;
}

tr{
	border-bottom: 2px solid #F3F6F7;
}

th{
	border-bottom: 2px solid #76c9e0;
	font-weight: 400;
}

tr:hover{
	background-color: #f3f6f7;
}

hr{
	border-top: 2px solid #eee;
}

.pull-right{
	margin-left: 20px;
}

.pull-left{
	margin-right: 20px;
}

.small{
	font-size: 18px;
	line-height: 22px;
	font-weight: 300;
	margin: 10px 0 0 0;
}

.footnote {
	font-size: 15px;
	line-height: 19px;
	font-weight: 300;
	margin: 10px 0 0 0;
	color: #aaa;
}

.text-blau {
    color: #0098d8;
}

.text-rot {
    color: #cb4f79;
}

.margin{
	margin-bottom: 40px;
}

/* ///////////////////////////// HEADER */

#header{
	background-color: #0f1754;
	padding-top: 120px;
	padding-bottom: 120px;
	color: #fff;
	font-size: 30px;
	line-height: 34px;
}

#header h1{
	font-size: 40px;
	line-height: 50px;
	margin-bottom: 26px;
}

#header .wieh1{
	font-size: 64px;
	line-height: 70px;
}


/* ///////////////////////////// SECTIONS */

section{
	padding: 60px 0;
}

section:nth-child(2n){
	background-color: #e6f8ff;
}

section.spezielle-rezepturen .imgwrap{
	text-align: center;
	margin-bottom: 40px;
}

/* ///////////////////////////// INFUSIONS-SETS */

.infusionssets{
	margin-top: 70px;
	margin-bottom: 50px;
	margin-left: -25px;
	margin-right: -25px;
}

.infusionssets .inner{
	padding: 0px 24px;
}

.infusionssets ul li{
	font-size: 18px;
	line-height: 22px;
}

.infusionssets .infusion-bild{
	text-align: center;
	margin-bottom: 40px;
}

.infusionssets .infusion-bild img{
	max-width: 190px;
}

/* ///////////////////////////// FOOTER */

#footer{
    border-top: 1px solid #76c9e0;
    padding: 20px 0 0 0;
    font-size: 16px;
    margin-top: 16px;
}

#footer .copyright{
	text-align: right;
}

#footer ul li{
	list-style-type: none;
	display: inline-block;
	border-right: 1px solid #bbb;
	padding: 0 10px;
	line-height: 18px;
	background-image: none;
	font-size: 16px;
}

#footer ul li:first-of-type{
	padding-left: 0px;
}

#footer ul li:last-of-type{
	padding-right: 0px;
	border: 0px;
}

#footer ul li a{
	text-decoration: none;
}

/* ///////////////////////////// FOOTER */

.teaser{
    padding: 20px;
    border: 1px solid rgba(0,0,0,0.1);
    position: relative;
	text-align: center;
}

.teaser::before {
    width: 55px;
    height: 25px;
    content: '';
    background-image: url('../images/eumetabol-icon-hellblau.png');
    position: absolute;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 25px;
    top: -13px;
    left: calc(50% - 27px);
	background-color: #fff;
}

.imp-par{
	width: 140px;
	margin-top: -8px;
	margin-bottom: 0px;
}

.imp-eum{
	width: 26px;
	margin-top: -10px;
	margin-bottom: 0px;
}

#graph{
	max-width: 400px;
	width: 100%;
}

@media (max-width: 1199.98px){
	
	.maxwidth {
		max-width: 90%;
	}
	
}

@media (max-width: 991.98px){
	
	#header{
		padding-top: 50px;
		padding-bottom: 50px;
	}
	
	#header h1{
		max-width: 100%;
	}
	
}

@media (max-width: 767.98px){
	
	body, ul > li, .btn {
		font-size: 16px;
		line-height: 20px;
	}
	
	ul li, ul.logo li{
		background-position: left top 6px;
	}
	
	section {
		padding: 30px 0;
	}
	
	#header h1{
		font-size: 24px;
		line-height: 30px;
	}
	
	#header .wieh1{
		font-size: 40px;
		line-height: 40px;
	}
	
	.imp-par{
		width: 117px;
		margin-top: -5px;
	}

	.imp-eum{
		width: 20px;
		margin-top: -6px;
	}

	
	.onlymobile{ display: inline-block; }
	.onlydesktop{ display: none; }
	
	.infusionssets{
		margin: 0px;
	}
	
	.infusionssets .inner{
		padding: 0px;
	}
	
	.infusionssets .col-md-4{
		margin: 30px 0;
	}
	
	.infusionssets img{
		max-width: 300px;
	}
	
	.spezielle-rezepturen img{
		width: 100px;
	}
	
	.spezielle-rezepturen .row > div{
		margin-bottom: 40px;
	}
	
	#footer{
		padding: 20px 0;
	}
	
	#footer, #footer .copyright{
		text-align: center;
	}
	
}

@media (max-width: 575.98px){
	
}