/* CSS RESET - Don't touch this. */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/* CSS RESET END */


/* ##### Animated menu button ##### */
#menu.navbar-default .navbar-toggle {
    border-width: 0px;
	margin: 45px 10px;
}
#menu.navbar-default .navbar-toggle:hover,
#menu.navbar-default .navbar-toggle:focus {
    background-color: #ffffff;
}
#menu.navbar-default .navbar-toggle .icon-bar {
    height: 2px;
  	border-radius: 1px;
	position: relative;
	transition: all 500ms ease-in-out;
}
#menu.navbar-default .navbar-toggle:hover .icon-bar,
#menu.navbar-default .navbar-toggle:focus .icon-bar {
    height: 2px;
  	border-radius: 1px;
}
#menu.navbar-default .navbar-toggle .icon-bar:nth-of-type(2) {
	top: 1px;
}
#menu.navbar-default .navbar-toggle .icon-bar:nth-of-type(3) {
	top: 2px;
}
#menu.navbar-default .navbar-toggle.active .icon-bar:nth-of-type(1) {
	top: 6px;
	transform: rotate(45deg);
}
#menu.navbar-default .navbar-toggle.active .icon-bar:nth-of-type(2) {
	background-color: transparent;
}
#menu.navbar-default .navbar-toggle.active .icon-bar:nth-of-type(3) {
	top: -6px;
	transform: rotate(-45deg);
}







/* ##### Navbar ##### */
body {
	/* padding-top needed when using navbar-fixed-top */
	/*padding-top: 140px !important;*/
}
#menu.navbar-default {
    background-color: white;
    border-width: 0px;
    border-radius: 0px;
    font-size: 15px;
	padding-bottom: 15px;
	border-top: 7px solid #f18970; 
	
	/* shadow on the bottom */
	-webkit-box-shadow: 0px 7px 10px 0px rgba(0,0,0,0.15);
	-moz-box-shadow: 0px 7px 10px 0px rgba(0,0,0,0.15);
	box-shadow: 0px 7px 10px 0px rgba(0,0,0,0.15);
	margin-bottom: 0;
	
	transition: all 0.2s ease-in-out !important;
    -moz-transition: all 0.2s ease-in-out !important;
    -webkit-transition: all 0.2s ease-in-out !important;
    -o-transition: all 0.2s ease-in-out !important;
	
}
#menu.navbar-default .navbar-nav-desktopMode {
	margin: 0; padding: 0;
	margin-top: -7px;
	
	transition: all 0.2s ease-in-out !important;
    -moz-transition: all 0.2s ease-in-out !important;
    -webkit-transition: all 0.2s ease-in-out !important;
    -o-transition: all 0.2s ease-in-out !important;
}
#menu.navbar-default .navbar-nav li {
	margin-top: 60px;
	margin-bottom: 4px;
}
#menu.navbar-default  .navbar-toggle {
    
}
#menu.navbar-default .navbar-nav>li>a {
	background-color: white;
    font-weight: 400;
	color: #5b644a;
	padding: 13px 20px;
	padding-bottom: 12px;
	border-radius: 5px;
	display: inline;
	margin: 0 5px;	
}
#menu.navbar-default .navbar-nav>li>a:hover,
#menu.navbar-default .navbar-nav>li>a:focus,
#menu.navbar-default .navbar-nav>.active>a:hover,
#menu.navbar-default .navbar-nav>.active>a:focus {
	background-color: #f18970;
	color: white;
}
#menu.navbar-default .navbar-nav>.active>a {    
	color: #f18970;
}
#menu.navbar-default .nav-logo {
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	margin-top: 15px;
	width: 310px;
	
	transition: all 0.2s ease-in-out !important;
    -moz-transition: all 0.2s ease-in-out !important;
    -webkit-transition: all 0.2s ease-in-out !important;
    -o-transition: all 0.2s ease-in-out !important;
}
#menu.navbar-default .navbar-secondary-nav{
	margin-right: 20px;
}
#menu.navbar-default .navbar-secondary-nav li{
	margin-left: 0px !important;
	margin-right: 0px !important;
	margin-top: 30px;
	font-size: 15px;
}
#menu.navbar-default .navbar-secondary-nav li a{
	margin: 13px 9px;
	padding: 0; 	
}

#menu.navbar-default .navbar-secondary-nav>.active>a, 
#menu.navbar-default .navbar-secondary-nav>li>a:hover,
#menu.navbar-default .navbar-secondary-nav>li>a:focus,
#menu.navbar-default .navbar-secondary-nav>.active>a:hover,
#menu.navbar-default .navbar-secondary-nav>.active>a:focus {
	background-color: transparent;
	color: #f18970;
	border-bottom: 1px solid;
	border-radius: 0;
}

/* ###### set break point of navbar collapse to SM (992px) ##### */
@media (max-width: 991px) {
    .navbar-header {
        float: none;
    }
    .navbar-toggle {
        display: block;
    }
    .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
    }
    .navbar-collapse.collapse {
        display: none!important;
    }
    .navbar-nav {
        float: none!important;
        margin: 7.5px -15px;
    }
    .navbar-nav>li {
        float: none;
    }
    .navbar-nav>li>a {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .navbar-text {
        float: none;
        margin: 15px 0;
    }
    /* since 3.1.0 */
    .navbar-collapse.collapse.in { 
        display: block!important;
    }
    .collapsing {
        overflow: hidden!important;
    }
}


/* Small devices (sm: tablets, 768px to 992px) */
/*@media (max-width: 991px) { 
	body {
		padding-top: 125px !important;
	}
	#menu.navbar-default .navbar-nav>li>a {
		margin-left: 0;
	}
	#menu.navbar-default .navbar-nav-desktopMode {
		margin-top: -30px; 
	}
	#menu.navbar-default .nav-logo {		
		margin-top: 25px;
		margin-left: -5px;
		width: 180px;
	}
}*/


/* Small devices (sm: tablets, 768px to 992px) */
@media only screen and (max-width : 991px) {
	body {
		/* padding-top needed when using navbar-fixed-top */
		/*padding-top: 70px !important;*/
	}
	#menu.navbar-default .navbar-header {
		height: 150px !important;
		overflow: hidden;
		margin-top: -30px;
	}
	#menu.navbar-default .nav-logo {
		margin-top: 50px;
		width: 210px;
	}
	#menu.navbar-default .navbar-toggle {
		margin-top: 77px !important;
	}
	#menu.navbar-default .navbar-nav li {
		margin-top: 10px;
		margin-bottom: 10px;
	}
	#menu.navbar-default .navbar-nav>li>a {
		background-color: rgba(255, 255, 255, 1);
		border-bottom: 3px solid transparent;
		font-weight: 400;
		color: #5b644a;
		margin-left: 20px;
	}
	#menu.navbar-default .navbar-secondary-nav li a{
		margin-left: 42px;
		padding: 0; 	
	}
	.navbar-nav, .navbar-nav li, .navbar-nav li a {
		margin-top: 8px;
		margin-bottom: 8px;
		font-size: 15px;
	}
	
	#menu.navbar-default .navbar-nav>li>a:hover,
	#menu.navbar-default .navbar-nav>li>a:focus,
	#menu.navbar-default .navbar-nav>.active>a,
	#menu.navbar-default .navbar-nav>.active>a:hover,
	#menu.navbar-default .navbar-nav>.active>a:focus {
		color: #f18970;
		background-color: transparent;
	}
}


/* Extra small devices (xs: phones, less than 768px) */
@media (max-width: 767px) { 
	
}


/* only desktop */
@media (min-width: 992px) {
	/* shrink-class for shrinking navbar when scolling down */
	#menu.navbar-default {
		height: 165px !important;
	}
	#menu.navbar-default.shrink {
		height: 85px !important;
	}
	#menu.navbar-default.shrink .navbar-nav-desktopMode {
		margin-top: -75px; 
	}
	#menu.navbar-default.shrink .navbar-secondary{	
		visibility: hidden !important;
		
	}
	#menu.navbar-default.shrink .nav-logo {
		margin-top: 0px;
		width: 180px;
	}
}








/* ##### General Content ##### */ 

a, a:active, a.visited, a:hover {
		color: inherit; 
		text-decoration: none;
}
	
h1 {
	font-weight: 300;
	font-size: 2.5em;
}
h2 {
	font-weight: 300;
	font-size: 2.0em;
}
h3 {
	font-weight: 300;
	font-size: 1.6em;
}
h4 {
	font-weight: 300;
	font-size: 15px;
}

p {
	font-size: 1.25em;
}

.footer-text {
	font-size: 15px;
}

.titleBox-heading {
	font-weight: 400;
	padding-bottom: 30px;
}

.row-centered {
    text-align:center;
}

.col-centered {
    display:inline-block;
    float:left;
    /* reset the text-align */
    text-align:left;
    color: #5b644a;
    /* inline-block space fix */
    margin-right: -12px;
    margin-left: -3px;
}

.col-fixed {
    /* custom width */
    height: 370px;
    min-width: 300px;
}

.region-link {
	color: rgba(96, 157, 165, 1);
}

.region-link:hover, 
.region-link:focus {
	color: #5b644a;
}

.region-separator-vertical {
	float: left;	
	height: 200px;
  	border-left: 1px solid #c5c5c5;
  	margin-left: -10px;
}

.region-separator-horizontal {
	float: none;
	width: 100%;
  	border-top: 1px solid #c5c5c5;
	margin-top: -10px;
}

.content-separator {
	float: none;
	width: 100%;
  	border-top: 1px solid #f18970;
	margin: auto;
}

.footer-separator {
	float: none;
	width: 100%;
  	border-top: 1px solid #5b644a;
}

.content-quotation {
	text-align: center;
	color: #5b644a;
	margin-top: 75px;
	margin-bottom: 75px;
}

.dark-background {
	background-color: #5b644a;
}

.text-center {
    margin: auto;
    width: 600px;
}

.transparent-btn {
    background-color: transparent; 
	border: 1px solid #5b644a; 
	padding: 10px 14px; 
	border-radius: 0; 
	color: #5b644a; 
	font-size: 1.2em;
	font-weight: 300;
}

.transparent-btn:hover,
.transparent-btn:active,
.transparent-btn:focus {
	background-color: rgba(91, 100, 74, 0.7);
	border: 0px;
    color: white;
}

.transparent-btn-white {
    background-color: transparent; 
	border: 1px solid white; 
	padding: 10px 14px; 
	border-radius: 0; 
	color: white; 
	font-size: 1.2em;
	font-weight: 300;
}

.transparent-btn-white:hover,
.transparent-btn-white:active,
.transparent-btn-white:focus {
	background-color: rgba(255, 255, 255, 0.7);
	border: 0px;
    color: #5b644a;
}

.content_font  p {
	font-size: 1.2em;
}

.featurette_textBox_rightAlign {
	text-align: right;
}

.titleImage {
	width: 100%;
	min-height: 250px;
	height: 70vh;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: top;		
	
	/* inline shadow on the bottom */
	-webkit-box-shadow: inset 0px -17px 10px -10px rgba(0,0,0,0.15);
	-moz-box-shadow: inset 0px -17px 10px -10px rgba(0,0,0,0.15);
	box-shadow: inset 0px -17px 10px -10px rgba(0,0,0,0.15);
}
	
.sectionImage {
	width: 100%;
	min-height: 300px;	
	background-size: cover;
	background-repeat: no-repeat;
	background-position: top;	
}

.sectionTitle {
	font-size: 47px; 
	font-weight: 100 !important;		
	margin-bottom:35px;
}	

.sectionDescription {
	font-size: 20px; 
	line-height: 1.2;
}

.scrollToTopBtn {
	cursor: pointer;
	position: fixed;
	bottom: 0;
	right: 5%;
	z-index: 100;
	width: 60px;
	height: 60px;
	display: none;
	
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
	background-image: url("../images/services_arrow_up.svg"); 
	background-color: rgba(241,137,112,1.0); /*rgba(38,139,192,.6);*/
	
	border-radius: 50%;
	
	-webkit-box-shadow: 0px 8px 8px 0px rgba(50, 50, 50, 0.15);
	-moz-box-shadow:    0px 8px 8px 0px rgba(50, 50, 50, 0.15);
	box-shadow:         0px 8px 8px 0px rgba(50, 50, 50, 0.15);
	
	transition: shadow .3s cubic-bezier(.25,.8,.25,1);			
	transition: padding .5s ease-in;
	transition: background-color .3s ease-in;
}

.scrollToTopBtn:hover {
	transition: background-color .4s ease-in;
	transition: padding .2s ease-in;
	padding: 19px 15px;
	background-color: #f18970;
}
	
.scrollToTopBtn.scrollToTopBtn_fadeIn {
	display: block;
	animation: scrollToTopBtn_fadeIn .5s 1 ease-in-out forwards;
}

@keyframes scrollToTopBtn_fadeIn {
	0% {bottom:-100px}
	60% {bottom:40px}
	100% {bottom:30px}
}


@media only screen and (max-width : 991px) {
	.featurette_textBox,
	.featurette_textBox_rightAlign{
		text-align: left;
		padding: 15px 15px !important;
	}
	.featurette_image {
		padding: 0px 15px !important;
	}
	.navbar-desktop {
		padding-bottom: 15px;
	}
}
@media (max-width: 767px) { 
	.navbar-desktop {
		padding-bottom: 0px;
	}
}
@media only screen and (max-width : 479px) {
	.featurette_textBox,
	.featurette_textBox_rightAlign{
		text-align: center;
	}		
	.navbar-desktop {
		padding-bottom: 0px;
	}
}


	
	
	
	




/* ##### Footer ##### */ 
.footer-wrapper {
	background-color: #575656;/*#dcf1b5; #6a6a6a;*/	
	padding-bottom: 50px;
}
.footer-col-outer {
	/*border: 1px solid;*/
}
.footer-col-inner {
	color: white; /*#ffffff;*/
	text-align: left;
	height: 310px;
	width: 245px;
	line-height: 1.2;
	
	padding-left:12px;
	padding-top: 30px;
	margin: 0 auto;
	font-size: 15px;
	/*border: 1px solid;*/
}
.footer-col-inner  h2{
	font-size: 15px;
	font-weight: 400;
	margin-bottom: 5px;
}
.footer-col-inner-alignLeft {
	margin-right: auto;
	margin-left: 0;
}
.footer-col-inner-alignRight {	
	margin-right: 0;
	margin-left: auto;
}
.footer-col-paddingLeft {
	padding-left: 50px;
}
.footer-col-outer a:hover, 
.footer-col-outer a:focus,
.footer-col-outer a {
	color: white; /*#ffffff;*/
}

/* Small devices (sm: tablets, 768px to 992px) */
@media (max-width: 991px) { 
	.footer-col-inner-alignLeft, 
	.footer-col-inner-alignRight {
		margin: 0 auto;
	}
	
	.footer-col-paddingLeft {
		padding-left: 0;
	}
	
	.footer-col-inner {
		height: 190px;
		padding-top: 50px;
	}
}

/* Extra small devices (xs: phones, less than 768px) */
@media (max-width: 767px) { 
	.footer-col-inner {
		text-align: center;
	}
}

/* Desktops */
@media (min-width: 992px){
    .col-fixed {
	    /* custom width */
	    height: 275px;
	    min-width: 300px;
	}
}








/* ##### Video Styles ##### */
/* Custom Resets */
body,
video,
header,
main,
h1,
p {
    margin:0;
    padding:0;
}
/* Set a large height to see parallax effect */
main {
	display: block;
	height: 400px;
}
/* Prevent video jerky resize on load, reset defaults */
video {
	width: 100%;
	height: 100%;
	display: inline-block;
 	vertical-align: baseline;
}
.video-wrap {
	height: 100%;
	width: 100%;
}
body {
	/*font-family: 'ProximaNova', Helvetica, Arial, Sans-serif;*/
	font-family: 'Roboto', sans-serif;
	font-weight: 300;
	color: #5a5a5a;
	overflow-x: hidden;
}
.content-overlay-left {	
	position:relative;
	height: 0px;
	margin-top:-70px;
	margin-bottom: 70px;
	margin-left: -50px;
	color: #ffffff;
	z-index: 20;
}
.content-overlay-right {	
	position:relative;
	height: 0px;
	margin-top:-70px;
	margin-bottom: 70px;
	margin-right: -50px;
	color: #ffffff;
	z-index: 20;
	text-align: right;
}
.content-overlay h1,
.content-overlay p {
	color: #fff;
}
.video-wrap::before {
	content: '';
	position: absolute;
	height: 100%;
	width: 100%;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	/*background: rgba(0, 0, 0, 0.5);*/
	z-index: 10;
}
header {
	height: 100px;
	background-color: #ddd;
}
.outer-wrap {
	height: 60vh;
}
.shortHeaderAboutUs {
	width: 100%;
	height: 50vh;	
	background-size: cover;
	background-repeat: no-repeat;
}
.shortHeader {
	width: 100%;
	height: 35vh;	
	background-size: cover;
	background-repeat: no-repeat;
}







/* ##### Slide-In Animation ##### */ 
.slideInOnScroll {
	visibility:hidden;
}
.slideIn {
	visibility: visible;
	opacity: 1.0;
	animation-name: slideIn;
	-webkit-animation-name: slideIn;
	animation-duration: 1s;
	-webkit-animation-duration: 1s;
}
.slideInFromBottom {
	visibility: visible;
	opacity: 1.0;
	animation-name: slideInFromBottom;
	-webkit-animation-name: slideInFromBottom;
	animation-duration: 1s;
	-webkit-animation-duration: 1s;
}
.slideOut {
	visibility: hidden;
	opacity: 0.0;
	animation-name: slideOut;
	-webkit-animation-name: slideOut;
	animation-duration: 1s;
	-webkit-animation-duration: 1s;	
}
@keyframes slideIn {
	0% {
	  opacity: 0;
	  transform: translateY(-70%);
	}
	100% {
	  opacity: 1;
	  transform: translateY(0%);
	}
}
@-webkit-keyframes slideIn {
	0% {
		opacity: 0;
		-webkit-transform: translateY(-70%);
	}
	100% {
		opacity: 1;
		-webkit-transform: translateY(0%);
	}
}
@keyframes slideInFromBottom {
	0% {
	  opacity: 0;
	  transform: translateY(70%);
	}
	100% {
	  opacity: 1;
	  transform: translateY(0%);
	}
}
@-webkit-keyframes slideInFromBottom {
	0% {
		opacity: 0;
		-webkit-transform: translateY(70%);
	}
	100% {
		opacity: 1;
		-webkit-transform: translateY(0%);
	}
}
@keyframes slideOut {
	0% {
	  opacity: 1;
	  transform: translateY(0%);
	  visibility: visible;
	}
	100% {
	  opacity: 0;
	  transform: translateY(70%);
	  visibility: hidden;
	}
}
@-webkit-keyframes slideOut {
	0% {
		opacity: 1;
		-webkit-transform: translateY(0%);
		visibility: visible;
	}
	100% {
		opacity: 0;
		-webkit-transform: translateY(70%);
		 visibility: hidden;
	}
}










/* ##### Carousel ##### */
#carousel {		
	overflow: hidden;
	position:relative;
}
#carousel .item {
	width: 100%;
	height: 70vh;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: top;
}
#carousel .absolute-div {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}
.carousel-control.left, .carousel-control.right {
	background: none !important;
	filter: progid: none !important;
	outline: 0;
 }


/* ##### Content-Carousel ##### */
#content-carousel {		
	overflow: hidden;
	position:relative;
}
#content-carousel .item {
	width: 100%;
	height: 70vh;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: top;
}
#content-carousel .absolute-div {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}



/* ##### Small-Carousel ##### */
#small-carousel {		
	overflow: hidden;
	position:relative;
}
#small-carousel .item {
	width: 100%;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: top;
}

#small-carousel .absolute-div {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}
.carousel-indicators > li {
	border-radius: 0;
	background-color: #CCCCCC;
	border-color: #CCCCCC;
}
.carousel-indicators .active {
	background-color: white;
	border-color: white;
}












/* ##### Page: Home ##### */
.homePage_wrapper #titleBoxContainer {
	margin-top: -270px;
}

.homePage_wrapper #titleBox-carousel {
	background-color: #f18970; /*#ed6d3e; */
	border-radius: 10px;
	color: white;
	text-align: center;
	min-height: 350px;
	overflow: hidden;
	
	
	-webkit-box-shadow: 0px 10px 33px -5px rgba(0,0,0,0.55);
	-moz-box-shadow: 0px 10px 33px -5px rgba(0,0,0,0.55);
	box-shadow: 0px 10px 33px -5px rgba(0,0,0,0.55);
}

.homePage_wrapper #titleBox-carousel .titleBox-contentRow {
	margin: 9.5% 10%;
}

.homePage_wrapper #titleBox-carousel .portrait_wrapper {
	padding: 30px; 
	padding-top: 0px;
	margin-top: -20px;
}

.homePage_wrapper #titleBox-carousel .portrait_dr_flaig {
	border: 5px solid white;
	border-radius: 50%;
	margin: 0 auto;
}

.homePage_wrapper #titleBox-carousel .carousel-control {
	position: absolute;
	top: 45%; 
	z-index: 5;
	display: inline-block;
}

.homePage_wrapper #titleBox-carousel .carousel-control.left {
	left: -23px;
}

.homePage_wrapper #titleBox-carousel .carousel-control.right {
	right: -23px;
}

.homePage_wrapper #titleBox-carousel .carousel-control img {
	
	height: 25px;
}

.homePage_wrapper #titleBox-carousel .carousel-indicators {
	margin-bottom: 20px;
}

.homePage_wrapper #titleBox-carousel .carousel-indicators li.active {
	width: 10px;
	height: 10px;
	margin: 1px;
}

.homePage_wrapper .services a {
	color: inherit; 
	text-decoration: inherit;
}
.homePage_wrapper .services .roundButton {
	background-color: #f18970;
	border-radius: 50%;
	
	position:relative;
	width:175px;
	height:175px;
	margin:0 auto;
	
	background-size: contain;
	background-repeat: no-repeat;
	
	cursor: pointer;
	
	-webkit-transition:all .3s ease-out;
	transition:all .3s ease-out;
}

.homePage_wrapper .services .item {
	cursor: pointer;
}

.homePage_wrapper .services .item:hover .roundButton {
	color:#40989b;
	background: #fff;
	border:1px solid #ddd;
	background-size: contain;
	background-repeat: no-repeat;
	
	-webkit-transform:scale(1.05);
	transform:scale(1.05);
	-webkit-transition:all .3s ease-out;
	transition:all .3s ease-out;
}

.homePage_wrapper .services .item .roundButton.roundButton1 {
	background-image: url("../images/icon_arzneimittelzulassung.png") !important; 
}
.homePage_wrapper .services .item:hover .roundButton.roundButton1 {
	background-image: url("../images/icon_arzneimittelzulassung_hover.png") !important; 
}
.homePage_wrapper .services .item .roundButton.roundButton2 {
	background-image: url('../images/icon_produktpflege.png') !important; 
}
.homePage_wrapper .services .item:hover .roundButton.roundButton2 {
	background-image: url('../images/icon_produktpflege_hover.png') !important; 
}
.homePage_wrapper .services .item .roundButton.roundButton3 {
	background-image: url('../images/icon_klinische_studienantraege.png') !important; 
}
.homePage_wrapper .services .item:hover .roundButton.roundButton3 {
	background-image: url('../images/icon_klinische_studienantraege_hover.png') !important; 
}
.homePage_wrapper .services .item .roundButton.roundButton4 {
	background-image: url('../images/icon_wissenschaftliche_taetigkeiten.png') !important; 
}
.homePage_wrapper .services .item:hover .roundButton.roundButton4 {
	background-image: url('../images/icon_wissenschaftliche_taetigkeiten_hover.png') !important; 
}		
		
.homePage_wrapper .services .serviceTitle {
	font-size: 21px;
	margin-top: 19px;
	margin-bottom: 12px;
	-webkit-transition: color .3s ease-out;
	transition:color .3s ease-out;
}

.homePage_wrapper .services .item:hover .serviceTitle {
	color: #f18970;
}

.homePage_wrapper .services .serviceDescription {
	font-size: 17px;	
	margin: 0;
	padding: 0 17px;
	line-height: 1.2;
}	

.homePage_wrapper .referenceImageSlider img {
	height: 70px;
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
	margin: 30px;		
	margin-top: 90px;
}

/* Small devices (sm: tablets, 768px to 992px) */
@media (max-width: 991px) { 
	.homePage_wrapper #titleBoxContainer {
		margin-top: -350px;
	}				
	.homePage_wrapper #titleBox-carousel .carousel-control.left {
		top: 45%; 
		left: 6px;
	}
	.homePage_wrapper #titleBox-carousel .carousel-control.right {
		top: 45%; 
		right: 6px;
	}
}

@media only screen and (max-width : 767px) {		
	.homePage_wrapper #titleBox-carousel .titleBox-contentRow {
		margin: 7% 2%;
	}	
}









/* ##### Page: Kompetenzen ##### */
.expertisePage_wrapper .portrait_dr_flaig {
	border: 1px solid white;
	border-radius: 50%;
	height: 260px;
	width: 260px;
	margin: 0 auto;
}

.expertisePage_wrapper .references_img {
	height: 60px;
	margin: 35px;		
	cursor: pointer;
	
	opacity: 1;
	-webkit-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;	
}

.expertisePage_wrapper .references_img:hover {
	opacity: .5;
}

.expertisePage_wrapper .highlightedText {
	color: #f18970; 
}

.expertisePage_wrapper .sectionList {
	color: #f18970; 
	list-style-type: square;
	text-align: left;
	line-height: 2.0;
	margin-left: 115px;
	font-size: 25px;
}

.expertisePage_wrapper .sectionList p {
	font-size: 20px;
	color: white;		
}

/* Small devices (sm: tablets, 768px to 992px) */
@media (max-width: 991px) {     
	.expertisePage_wrapper .sectionList {
		line-height: 1.2;
		margin-left: 30px;
	}
 
	.expertisePage_wrapper .withoutPaddingInSM {
		padding: 0 !important;
	}
}







/* ##### Page: Services ##### */
.servicesPage_wrapper .highlightedText {
	color: #f18970; 
}

.servicesPage_wrapper .sectionList {
	color: #f18970; 
	list-style-type: square;
	text-align: left;
	line-height: 1.2;
	margin-left: 60px;
	font-size: 25px;
}

.servicesPage_wrapper .sectionList p {
	font-size: 20px;
	color: #5a5a5a;		
}	

.servicesPage_wrapper .roundIconButton {
	margin-bottom: 5px;
	width: 240px;	
	margin-left: 30px;
}

.servicesPage_wrapper .roundIconButton2 {
	margin-bottom: 5px;
	width: 150px;	
	margin-left: 30px;
}

.servicesPage_wrapper .roundIconButton:hover,
.servicesPage_wrapper .roundIconButton2:hover {
	color: #f18970;
}

.servicesPage_wrapper .roundIconButton_image {
	border: 2px solid #5a5a5a;
	border-radius: 50%;
	width: 40px;
	height: 40px;
	display: inline-block;
}

.servicesPage_wrapper .roundIconButton_description {	
	display: inline-block;
	height: 40px;
	line-height: 40px;	
	float: right;
	margin-left: 13px;
}

.servicesPage_wrapper .services_sectionImage {
	height: 35vh !important; 
}	

.servicesPage_wrapper .services a {
	color: inherit; 
	text-decoration: inherit;
}
.servicesPage_wrapper .services .serviceButton {
	width: 100%;
	height: 300px;
	margin:0 auto;
	padding: 0;		
	background-size: cover;
	background-repeat: no-repeat;		
	cursor: pointer;	
}

.servicesPage_wrapper .services .serviceButtonOverlay {
	width: 100%;
	height: 245px;		
	cursor: pointer;
	background-color: #FFFFFF;
	opacity: 0.0;
	-webkit-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;		
}	

.servicesPage_wrapper .services .item:hover .serviceButtonOverlay {
	opacity: 0.5;
}

.servicesPage_wrapper .services .item {
	cursor: pointer;
}	

.servicesPage_wrapper .services .item .serviceButton1 {
	background-image: url("../images/services_arzneimittelzulassung_small2.jpg") !important; 
}	
.servicesPage_wrapper .services .item .serviceButton2 {
	background-image: url('../images/services_produktpflege2.jpg') !important; 
}
.servicesPage_wrapper .services .item .serviceButton3 {
	background-image: url('../images/services_klinischeStudienantraege.jpg') !important; 
}
.servicesPage_wrapper .services .item .serviceButton4 {
	background-image: url('../images/services_wissenschaftlicheTaetigkeiten.jpg') !important; 
}		
		
.servicesPage_wrapper .services .serviceTitle {
	font-size: 21px;
	line-height: 55px;
	height: 55px;
	color: white;
	background-color: #5a5a5a;
	overflow: hidden;
	
	-webkit-transition: color .3s ease-out;
	transition:color .3s ease-out;
}

.servicesPage_wrapper .services .item:hover .serviceTitle {
	color: #f18970;
}

.servicesPage_wrapper .services .serviceDescription {
	font-size: 17px;
	margin: 0;
	margin-top: 10px;
	padding: 0 17px;
	line-height: 1.2;
}	

.servicesPage_wrapper .sideNavigation_wrapper {		
	margin-top: 230px;
	padding-left: 35px;
	padding-right: -100px;	
	text-align: left;
	
	
	color: #cccccc;		
}

.servicesPage_wrapper .sideNavigation_wrapper .item {
	padding: 6px 0;
	padding-left: 20px;
	margin: 2px 0;
	cursor: pointer;
	border-left: 3px solid transparent;
}

.servicesPage_wrapper .sideNavigation_wrapper .item.active,
.servicesPage_wrapper .sideNavigation_wrapper .item:hover {
	color: #5a5a5a;
	border-left: 3px solid #cccccc;
}

.servicesPage_wrapper .sectionNavigationButton {		
	border: 2px solid #5a5a5a;
	border-radius: 50%;
	width: 50px;
	height: 50px;
	margin: 0 auto; 
	cursor: pointer;		
	
	border-radius: 50%;
	border: 1px solid 5a5a5a;
	background-color: red;
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
	
	-webkit-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;	
}

.servicesPage_wrapper .sectionNavigationButton:hover {
	opacity: 0.5;
}
	
/* Small devices (sm: tablets, 768px to 992px) */
@media (max-width: 991px) {     
	.servicesPage_wrapper .sectionList {			
		margin-left: 30px;
	}
  
	.servicesPage_wrapper .roundIconButton,
	.servicesPage_wrapper .roundIconButton2 {
		margin-left: 0;
	}
}








/* ##### Page: Entwicklung ##### */
.developmentPage_wrapper .highlightedText {
	color: #f18970; 
}

.developmentPage_wrapper .sectionList {
	color: #f18970; 
	list-style-type: square;
	text-align: left;
	line-height: 1.3;		
	font-size: 25px;
	margin-left: 30px;
	margin-top: 3px;
}

.developmentPage_wrapper .sectionList p {
	font-size: 20px;
	color: #5a5a5a;		
}

.developmentPage_wrapper .smallSectionTitle {
	font-size: 26px; 
	font-weight: 300 !important;
	margin-bottom: 11px;		
}

.developmentPage_wrapper .sectionImage_development {
	border: 1px solid #eeeeee;
}

/* Small devices (sm: tablets, 768px to 992px) */
@media (max-width: 991px) { 
	.developmentPage_wrapper .smallSectionTitle {
		text-align: center;
	}
	.developmentPage_wrapper .sectionImage_development {
		border: none;
	}
}


















/* ##### Page: Kontakt ##### */
.contactPage_wrapper .portrait_wrapper_contactPage {
	margin-right: -100px;
}

.contactPage_wrapper .portrait_dr_flaig_contactPage {
	border: 1px solid white;
	border-radius: 50%;
	height: 260px;
	width: 260px;
	margin: 0 auto;
}

.contactPage_wrapper .contactInformation {		
	line-height: 1.2;
	padding-right: 20px;
}

.contactPage_wrapper .messageSend_messageBox {
	line-height: 1.2;
	margin-top: 0px;
	margin-left: 50px;
}

.contactPage_wrapper .backToFormular_green{
	font-size: 21px; 
	color: white;
	background-color: #9bde89;
	padding: 14px;
	border: 1px solid #9bde89;
}

.contactPage_wrapper .backToFormular_green:hover {
	color: #9bde89;
	background-color: white;
}

.contactPage_wrapper .backToFormular{
	font-size: 21px; 
	color: white;
	background-color: #f18970; 
	padding: 14px;
	border: 1px solid #f18970; 
}

.contactPage_wrapper .backToFormular:hover {
	color: #f18970; 
	background-color: white;
}

.contactPage_wrapper .contactInformation a:hover {
	color: #f18970;
}	

.contactPage_wrapper .roundIconButton {
	margin-bottom: 5px;
	width: 170px;
	margin: 0;
	margin-left: auto;
}

.contactPage_wrapper .roundIconButton_image {
	border: 2px solid #5a5a5a;
	border-radius: 50%;
	width: 40px;
	height: 40px;
	display: inline-block;
}

.contactPage_wrapper .roundIconButton_description {	
	display: inline-block;
	height: 40px;
	line-height: 40px;	
	float: right;
	margin-left: 13px;
}

.contactPage_wrapper .formularErrorMessage {
	padding: 12px; 
	line-height: 1.2;
	margin: 6px 0;
	margin-top: -30px;
}

.contactPage_wrapper .inputField {
	border:0; 
	padding: 12px; 
	font-size: 20px; 
	line-height: 1.2;
	font-weight: 300;
	color: #f18970; 
	border: 1px solid #f18970; 
	width: 100%;
	margin: 9px 0;
}

.captchaInputField {
	border:0; 
	font-weight: 300;
	color: #f18970; 
	border: 1px solid #f18970; 
}

.contactPage_wrapper .inputField.error {
	outline: none !important;
	box-shadow: 0 0 10px #719ECE;
}	

.contactPage_wrapper #submitBtn {
	font-size: 20px; 
	color: white;
	background-color: #f18970;
	padding: 14px;
	border: 1px solid #f18970;
}

.contactPage_wrapper #submitBtn:hover {
	color: #f18970;
	background-color: white;
}
	
/* Small devices (sm: tablets, 768px to 992px) */
@media (max-width: 991px) { 
	.contactPage_wrapper .portrait_wrapper_contactPage {
		margin-right: 0;
	}
	.contactPage_wrapper .contactInformation {
		text-align: center;
		padding: 0;
	}
	.contactPage_wrapper .messageSend_messageBox {
		text-align: center;
		margin: 0;
		padding: 0;
	}
	.contactPage_wrapper .roundIconButton {
		margin: 0 auto;
	}
}


/* ##### Change color of placeholder-texts in the input-fields ##### */
::-webkit-input-placeholder { /* WebKit, Blink, Edge */
	color: #f18970; 
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
   color: #f18970; 
   opacity: 1;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
   color: #f18970; 
   opacity: 1;
}
:-ms-input-placeholder { /* Internet Explorer 10-11 */
   color: #f18970; 
}
::-ms-input-placeholder { /* Microsoft Edge */
   color: #f18970; 
}	


/* #### Custom Checkbox from http://doodlenerd.com/html-control/css-checkbox-generator #### */
.contactPage_wrapper .control {
	display: block;
	position: relative;
	padding-left: 40px;		
	padding-top: 6px;
	cursor: pointer;
	font-size: 20px;
	color: #f18970;
	
	margin-top: 20px;
	margin-bottom: 30px;
}

.contactPage_wrapper .control input {
	position: absolute;
	z-index: -1;
	opacity: 0;
}

.contactPage_wrapper .control_indicator {
	position: absolute;
	top: 3px;
	left: 0;
	height: 23px;
	width: 23px;
	background: #FFFFFF;
	border: 1px solid #f18970;
}

.contactPage_wrapper .control-radio .control_indicator {
	border-radius: undefined%;
}

.contactPage_wrapper .control:hover input ~ .control_indicator,
.contactPage_wrapper .control input:focus ~ .control_indicator {
	background: #FFFFFF;
}

.contactPage_wrapper .control input:checked ~ .control_indicator {
	background: #FFFFFF;
}

.contactPage_wrapper .control:hover input:not([disabled]):checked ~ .control_indicator,
.contactPage_wrapper .control input:checked:focus ~ .control_indicator {
	background: #FFFFFF;
}

.contactPage_wrapper .control input:disabled ~ .control_indicator {
	background: #e6e6e6;
	opacity: 1;
	pointer-events: none;
}

.contactPage_wrapper .control_indicator:after {
	box-sizing: unset;
	content: '';
	position: absolute;
	display: none;
}

.contactPage_wrapper .control input:checked ~ .control_indicator:after {
	display: block;
}

.contactPage_wrapper .control-checkbox .control_indicator:after {
	left: 7px;
	top: 2px;
	width: 4px;
	height: 11px;
	border: solid #f18970;
	border-width: 0 3px 3px 0;
	transform: rotate(45deg);
}

.contactPage_wrapper .control-checkbox input:disabled ~ .control_indicator:after {
	border-color: #7b7b7b;
}
/* #### Custom Checkbox End #### */






