body {
	
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	line-height: 1.6;
	
}

h1 {
	font-family: 'Roboto', sans-serif;
	margin-top:1em;
	color:#2A4789;
}

h2 {
	font-size: 1.5rem;
}
h3 {
	font-size: 1.25rem;
}

p, ul {
	margin-bottom: 2rem;
}
p {
	
	font-size: 1.2em;
}

a {
	color:#2A4789;
}


#header_navigation {
	background-color:#fff;
}
#header_navigation nav {
	padding-left:0;
	padding-right:0;
}
#header_navigation #navbarContent li a {
	color:#2A4789;
}

#header {
	position:relative;
}

.dropdown-menu {
	margin:0;
}

#carousel_start .info, #carousel_start .info_dark {
	
	position: absolute;
	bottom: 30%;
	left:50%;
	
}
#header .info, #header .info_dark {
	position: absolute;
	bottom: 20%;
	left:0;
	right:0;
	text-align: center;
}

#carousel_start .info .info_box, #carousel_start .info_dark .info_box, #header .info .info_box, #header .info_dark .info_box  {
	background-color:#fff;
	font-size: 2em;
	padding: 5px;
	padding-left: 10px;
	padding-right: 10px;
	color: #2A4789;
}
#header .info h1, #header .info_dark h1 {
	display:inline-block;
}

#carousel_start .info_dark .info_box, #header .info_dark .info_box {
	background-color:#2A4789;
	color:#fff;
}

.wrapper_info {
	
	background-color:#e3f2fd;
	
	padding-top:1em;
	padding-bottom: 1em;
}


/*#headerNavigation {
	border-top:5px solid #fff;
	border-bottom:5px solid #fff;
	padding-top:0;
	padding-bottom:0;
	background-color: #2A4789;
}*/

#carousel_praxis .carousel-control-prev, 
#carousel_praxis .carousel-control-next {
	width: auto;
}

.bg-primary {
	background-color: #2A4789 !important;
	color: #fff;
}
footer {
	font-size: 0.8em;
}
footer p {
	margin-bottom: 1em;
}
footer a {
	color:#fff;
}
footer a:hover {
	color:#fff;
	text-decoration: underline !important;
}

footer .nav-link {
	padding:0;
	
}

.headline_special {
	font-size: 36px;
	line-height: 36px;
}

.link_cta_bigIconAndText span {
	line-height: 32px;
	display: inline-block;	
	vertical-align: text-bottom;
}
.link_cta_bigIconAndText svg {
	font-size: 32px;
}

.header-bg {
	background-color:#EBEBEB;
}

.doctor_overview_short h2 {
	margin-bottom: 0;
}
.doctor_overview_short .doctor_overview_short_info {
	line-height: 1.2em;
}
.doctor_overview_short .doctor_overview_short_specialized {
	line-height: 1.2em;
	font-size: 1em;
}
.doctor_overview_short .doctor_overview_short_specialized b {
	color:#2A4789;
}

.teaser_green .teaser_green_info {
	background-color: rgba(255,255,255,0.6);
	padding: 20px;
	border-radius: 10px;
}
.teaser_green .teaser_green_info p {
	line-height: 1.2em;
	margin-top: 0.8em;
	margin-bottom: 1em;
}

.timeline {
	border-left: 3px solid #6c757d;
	border-bottom-right-radius: 2px;
	border-top-right-radius: 2px;
	position: relative;
	padding: 0 30px;
	margin-left: 280px;
}
.timeline .item {
    position: relative;
    margin-bottom: 45px;
}
.timeline .item::before {
    content: "";
    position: absolute;
    left: -43px;
    top: 0;
    display: inline-block;
    width: 22px;
    height: 22px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    background: #fff;
    border: 3px solid #6c757d;
}
.timeline .work-place {
    position: relative;
}
.timeline .place {
    margin-top: 0;
    margin-bottom: 15px;
    font-size: 20px;
    font-weight: 400;
}
.timeline .location {
    position: absolute;
    right: 0;
    top: 2px;
    color: #8a8a8a;
}
.timeline .location svg {
    margin-right: 5px;
}
.timeline .job-meta {
    position: absolute;
    left: -280px;
    top: 0;
}
.timeline .job-meta .title {
    font-size: 18px;
    color: #2A4789;/*#00BCD4*/
}
.timeline .job-meta .time {
    color: #8a8a8a;
}
.timeline .job-desc {
    color: #666;
}
.timeline .item::after {
    content: "";
    position: absolute;
    left: -37px;
    top: 6px;
    display: inline-block;
    width: 10px;
    height: 10px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    background: #e3f2fd;/*#6c757d*/
    z-index: 10;
}
.timeline .item.active::after {
    background: #2A4789;
}

.news_element {
	padding-bottom: 1em;
	margin-bottom: 1em;
	border-bottom: 1px solid #ccc;
}
.news_element h2 span {
	color:#000;
	font-size: 0.8em;
	display: block;
}
.news_element a:hover {
	text-decoration: none;
}
.news_element .teaser {
	margin:0;
}
.news_element .teaser a {
	margin-top: 1em;
	display:block;
}

.contentLink {
	text-decoration: underline;
}
.contentLink:hover {
	
}
.contentLink_more {
	text-decoration: underline;
	font-weight: bold;
	white-space: nowrap;
}

/* Extra small devices (phones, less than 768px) */
@media (max-width: 767px) {
  
	.timeline {
		margin-left: 0;
		padding-right: 0;
	}
	.timeline .place {
		margin-bottom: 5px;
	}
	.timeline .job-meta {
		position: static;
		margin-bottom: 15px;
	}
	
	#carousel_start .info .info_box,  #carousel_start .info_dark .info_box, #header .info .info_box, #header .info_dark .info_box {
		font-size: 1em;
		display: inline-block;
	}
	#carousel_start .info,  #carousel_start .info_dark {
		position: absolute;
		bottom: 20%;
		left:0;
		right:0;
		text-align: center;
	}
	
}