/* 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 */


body {
	font-family: 'Open Sans', sans-serif;
	font-weight: 300;
	font-size: 14px;
	line-height: 1.4;
}


/* ##### 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 ##### */	
	
#menu.navbar-default {
    background-color: rgba(255, 255, 255, 1);
    border-width: 0px;
    border-radius: 0px;
    font-size: 16px;
	padding-bottom: 15px;
}
#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: rgba(255, 255, 255, 1);
	border-bottom: 3px solid transparent;
	font-weight: 400;
	color: #5c5c5c;
	padding: 0px 0px 0px 0px;
	padding-bottom: 3px;
	display: inline;
}
#menu.navbar-default .navbar-nav>li>a:hover,
#menu.navbar-default .navbar-nav>li>a:focus {
	/*border-bottom: 1px solid #5e9cbb;*/
	color: #5e9cbb; /*#363f25;*/
}
#menu.navbar-default .navbar-nav>.active>a,
#menu.navbar-default .navbar-nav>.active>a:hover,
#menu.navbar-default .navbar-nav>.active>a:focus {
    border-bottom: 1px solid #5e9cbb;
    color: #5e9cbb; /*#363f25;*/
}
#menu.navbar-default .nav-logo {
	padding: 0 0 0 0;
	margin: 0 0 0 0;
}
#menu.navbar-default .navbar-secondary-nav{
	margin-right: 0px;
}
#menu.navbar-default .navbar-secondary-nav li{
	margin-left: 0px !important;
	margin-right: 0px !important;
	margin-top: 30px;
	font-size: 14px;
}


/* ###### 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 only screen and (max-width : 991px) {
	
	.navbar {
		margin-bottom: 0;
		padding-bottom: 0;
	}
	
	#menu.navbar-default {
		padding-bottom: 0px;
	}
	#menu.navbar-default .navbar-nav li {
		margin-top: 10px;
		margin-bottom: 20px;
	}
	
	#menu.navbar-default .navbar-nav>li>a {
		background-color: rgba(255, 255, 255, 1);
		border-bottom: 3px solid transparent;
		font-weight: 300;
		font-size: 1.4em;
		color: #5c5c5c;
		margin-left: 20px;
	}
	
	
	.navbar-nav, .navbar-nav li, .navbar-nav li a {
		margin-top: 4px;
		margin-bottom: 4px;
		font-size: 14px;
	}
	
	#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 {
		border-bottom: transparent;		
		color: #619cb9;
		border-width: 2px;
	}
}

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

@media only screen and (max-width : 479px) {
	.welcome_content {
		text-align: center;
	}	
}




/* Desktops */
@media (min-width: 992px){
    .navbar li {
        margin-left : 0.9em;
        margin-right : 0.9em;
    }
}







/* ##### Content ##### */ 
h1 {
	font-weight: 300;
	font-size: 2.5em;
}
h2 {
	font-weight: 100;
	font-size: 2.0em;
}
h3 {
	font-weight: 100;
	font-size: 2.5em;
}
h4 {
	font-weight: 300;
	font-size: 15px;
}

.sectionTitle {		
	font-weight: 100;
	font-size: 2.8em;
	margin-bottom:25px;
}		

.heading-line {
	float: none;
	width: 100%;
  	border-top: 1px solid #5e9cbb;
	margin: auto;
	margin-bottom:10px;
}

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

.row-centered {
    text-align:center;
}
.col-centered {
    display:inline-block;
    float:left;
    /* reset the text-align */
    text-align:left;
    color: #5e9cbb;
    /* 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: #5e9cbb;
}
.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 #c5c5c5;
}
.footer-separator {
	float: none;
	width: 100%;
  	border-top: 1px solid #6a6a6a;
}
.content-quotation {
	text-align: center;
	color: #5e9cbb;
	margin-top: 75px;
	margin-bottom: 75px;
}
.dark-background {
	background-color: #5e9cbb;
}
.text-center {
    margin: auto;
    width: 600px;
}
.transparent-btn {
    background-color: #5e9cbb; 
	border: 1px solid #5e9cbb; 
	padding: 10px 14px; 
	border-radius: 0; 
	color: white; 
	font-size: 1.2em;
	font-weight: 300;
}
.transparent-btn:hover,
.transparent-btn:active,
.transparent-btn:focus {
	background-color: white;
	border: 1px solid #5e9cbb; 
    color: #5e9cbb;
}

 {
	
}


.nav-pills > .active > a, .nav-pills > .active > a:hover {
    background-color: #5e9cbb !important;
}

.pill-link {
	color:#5e9cbb;
}

.dropdownBtn {
	background-color: #5e9cbb; 
	color: white; 
	font-size: 1.4em;
	font-weight: 100;
}

.services-tab{
	padding-left: 40px;
}

.content_font  p {
	font-size: 1.2em;
}
.featurette_textBox_rightAlign {
	text-align: right;
}

.headingManuelaHitzler{
	font-size: 1.4em; 
	font-weight: 400; 
	text-align: left;  
	margin-left: -20px;
	margin-top: -20px;
}

@media only screen and (max-width : 991px) {
	.featurette_textBox,
	.featurette_textBox_rightAlign{
		text-align: center;
		padding: 15px 15px !important;
	}
	.featurette_image {
		padding: 0px 15px !important;
	}
	.navbar-desktop {
		padding-bottom: 15px;
	}
	
	.welcome_content{
		text-align: center;
	}
	.headingManuelaHitzler{
		padding-top: 30px;
		font-size: 1.4em; 
		font-weight: 400; 
		text-align: center;  
		margin: 0 0 0 0;
	}
}
@media (max-width: 767px) { 
	.welcome_content{
		text-align: center;
	}
	.navbar-desktop {
		padding-bottom: 0px;
	}
	.headingManuelaHitzler{
		padding-top: 30px;
		font-size: 1.4em; 
		font-weight: 400; 
		text-align: center;  
		margin: 0 0 0 0;
	}
}
@media only screen and (max-width : 479px) {
	.welcome_content{
		text-align: center;
	}	
	.headingManuelaHitzler{
		padding-top: 30px;
		font-size: 1.4em; 
		font-weight: 400; 
		text-align: center;  
		margin: 0 0 0 0;
	}	
	
	.services-tab {
		padding-left: 0px;
	}
}

.mobileSelectionList{
	padding-left: 50px; 
}

.sectionList {
	color: #5e9cbb; 
	list-style-type: square;
	text-align: left;
	font-size: 1.4em;
	line-height: 2.0;
}

.sectionList p {
	color: #363f25;		
}

.highlightedText {
	color: #5e9cbb; 
	font-weight: 400;
}
	
	




/* ##### Footer ##### */ 

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

.footer-wrapper {
	background-color: #5e9cbb;/*#dcf1b5; #6a6a6a;*/	
	padding-bottom: 150px;
}

.footer-col-inner {
	color: white; /*#ffffff;*/
	text-align: left;
	height: 300px;
	width: 245px;
	line-height: 1.4;
	
	padding-left:12px;
	padding-top: 30px;
	padding-bottom: 40px;
	margin: 0 auto;
	font-size: 15px;
	/*border: 1px solid;*/
}
.footer-col-inner  h2{
	font-size: 15px;
	font-weight: 400;
}

.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%;
}
.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 {
	animation-name: slideIn;
	-webkit-animation-name: slideIn;
	animation-duration: 1s;
	-webkit-animation-duration: 1s;
	visibility: visible;
}
@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%);
	}
}



/* Title Image */

.titleImage {
	background-position: top;
	background-repeat: none;
	background-size: cover;
	height: 65vh;
}
