body {
    background: white;
    color: #9B999A;
    font-size: 16px;
    font-family: 'Open Sans', sans-serif;
    border-top: 1px solid #e9e9e9;
    line-height: 30px;
}

body.projectOverview{
	background: #94C1BE;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Open Sans', serif;
    text-transform: uppercase;
    color: #9B999A;
	font-weight: bold;
    margin: 0 0 10px 0;
}

h1{
	font-size: 32px;
}

h2 {
    font-size: 28px;
}
h3 {
    font-size: 20px;
}

a {
    color: #b0b0b0;
}

    a:hover {
        color: #b0b0b0;
        text-decoration: underline;
    }

ul, ol {
    padding-left: 19px;
    list-style-position: outside;
    color: #b0b0b0;
}

blockquote {
    padding: 10px 20px;
    margin: 0 0 20px;
    font-size: 17.5px;
    font-style: italic;
    color: #b0b0b0;
    border-left: 5px solid #42133F;
}

iframe {
    max-width: 100%;
}

.breadcrumb {
    background-color: transparent;
    padding: 8px 0;
}

.btn-primary {
    position: relative;
    margin: 10px 1px;
    cursor: pointer;
    color: white;
    border-radius: 1px;
    text-decoration: none !important;
    transition: background-color .2s ease, box-shadow .28s cubic-bezier(0, 0, 0, 1);
    outline: none !important;
    background: #999999;
    font-weight: normal;
    border: none;
    font-size: 1em;
    font-family: 'Muli', sans-serif;
    text-transform: uppercase;
	font-weight: bold;
}


.btn-primary {
    background: #94C1BE;
}

.btn-primary:hover, .btn-primary:focus, .btn-primary.focus, .btn-primary:active, .btn-primary.active, .open>.dropdown-toggle.btn-primary {
	transition: box-shadow 0.2s cubic-bezier(0.4, 0, 0.2, 1), background-color 0.2s ease;
	transition-delay: 0.1s;
	box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
	text-decoration: none !important;
    color: #fff;
    background-color: #94C1BE;
    border-color: #94C1BE;
}

  
    .btn-primary::after {
        content: "\f105";
        display: block;
        position: absolute;
        color: inherit;
        right: 20px;
        top: 1px;
        font-family: 'Fontawesome';
        font-size: 1.5em;
        font-weight: normal;
        margin: 0 0 0 .5em;
        float: right;
    }

.btn, .btn-primary {
    display: inline-block;
    padding: 9px 30px 7px;
}

.btn-primary {
    padding-right: 40px;
}

    .btn *, .btn-primary * {
        color: white;
        text-decoration: none !important;
    }

        .btn *:hover, .btn-primary *:hover {
            color: white;
            text-decoration: none !important;
        }

#Copyright {
    color: white;
}

input.btn, input.btn-primary {
    padding: 8px 30px;
}

input.btn-primary {
    padding-right: 40px;
}

a.btn, a.btn-primary {
    display: inline-block;
    padding: 8px 30px;
}

a.btn-primary {
    padding-right: 40px;
}

a .btn, a .btn-primary {
    display: inline-block;
    padding: 8px 30px;
}

a .btn-primary {
    padding-right: 40px;
}

.divider {
    background-position: center bottom;
    padding-bottom: 5em;
    background-repeat: no-repeat;
    background-size: 1140px auto;
}

.logoMenuButton {
    position: relative;
    width: 100%;
    padding: 8px 0;
}

a.logo {
    display: block;
    height: auto;
    float: left;
    width: 180px;
}

    a.logo img {
        width: 100%;
        height: auto;
    }

section.mainContent {
    background: #fff;
}

.projectOverview section.mainContent {
	background: none;
}

footer img {
	width:180px;
	margin: .5em 0 1em;
}

    footer h1, footer h2, footer h3, footer h4, footer h5, footer h6 {
        color: #962507;
    }

footer .footerBackgroundBlockInner,
.bgGrey {
    background: #94C1BE;
}

footer .footerBackgroundBlockInner,
footer .footerBackgroundBlock{
	padding: 15px;
}

footer .footerBackgroundBlock{
	padding-top: 0;
}


footer h2, 
.bgGrey h2 {
    text-shadow: 1px 1px 2px rgba(0, 153, 153, .125);
}

footer a, footer p, footer address,footer ul, 
.bgGrey a, .bgGrey p, .bgGrey address {
    color: black;
}

footer a:hover,
.bgGrey a:hover {
    color: white;
}

.bgGrey .btn-primary, footer .btn-primary {
    background: white;
	color: #94C1BE;
}

.bgGrey .btn-primary:hover, .bgGrey .btn-primary:focus, .bgGrey .btn-primary.focus, .bgGrey .btn-primary:active, .bgGrey .btn-primary.active, .bgGrey .open>.dropdown-toggle.btn-primary,
footer .btn-primary:hover, footer .btn-primary:focus, footer .btn-primary.focus, footer .btn-primary:active, footer .btn-primary.active, footer .open>.dropdown-toggle.btn-primary {
	transition: box-shadow 0.2s cubic-bezier(0.4, 0, 0.2, 1), background-color 0.2s ease;
	transition-delay: 0.1s;
	box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
	text-decoration: none !important;
    color: #94C1BE;
    background: white;
    border-color: white;
}

.bgWhite {
    background: #fff;
}

.bgBlack {
    background: #000;
}

.white {
    color: white;
}

.pad {
    padding-top: 30px;
    padding-bottom: 30px;
}

a.nounderline {
    text-decoration: none;
    color: #333;
}

img + p.caption {
    font-style: italic;
}

p img {
    max-width: 100%;
}

.navbar-wrapper {
    position: relative;
    top: 0;
    right: 0;
    left: 0;
    z-index: 20;
    background: white;
}

    .navbar-wrapper > .container {
        padding-right: 0;
        padding-left: 0;
    }

    .navbar-wrapper .navbar {
        padding-right: 15px;
        padding-left: 15px;
    }

        .navbar-wrapper .navbar .container {
            width: auto;
        }

.navbar {
    margin-bottom: 0;
}

.nav > li {
    width: 100%;
}

#Search {
    display: block;
    float: left;
    padding-left: 10px;
}

    #Search .searchButton {
        box-shadow: none;
        padding: 4px 0;
    }

        #Search .searchButton: after {
            content: "\f002";
            font-family: fontawesome;
            font-size: 20px;
            color: #9d9d9d;
        }

        #Search .searchButton.active + #SearchBar {
            display: block;
            width: auto;
        }

    #Search #SearchBar {
        background: white;
        display: none;
        padding: 7px;
        position: absolute;
        top: 62px;
        right: 15px;
        width: 0;
        transition: all .5s;
    }

    #Search input[type=text] {
        background: #fff;
        border: 1px solid #ccc !important;
        border-radius: 50px;
        box-shadow: 0 1px 1px rgba(0, 0, 0, .075) inset;
        height: 34px;
        margin: 0;
        padding: .25em 40px .25em 1em;
        color: #222;
    }

    #Search input[type=submit] {
        background: url(/img/search.gif) center center no-repeat;
        border: none;
        display: inline-block;
        font-size: 0;
        height: 30px;
        margin: 0;
        padding: 0;
        position: absolute;
        right: 10px;
        top: 8px;
        width: 30px;
    }

a.result {
    text-decoration: none;
}

    a.result .breadcrumb {
        background-color: transparent;
    }

header {
	background: white;
}

header .menu-button {
    position: relative;
    width: auto;
    font-family: "Fontawesome";
    font-size: 1.5em;
    float: right;
    padding: 10px 0 0;
    cursor: pointer;
}

    header .menu-button .touch-button {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
    }

        header .menu-button .touch-button i {
            display: none;
        }

.checkbox > label {
    position: relative;
    float: left;
    padding-left: 1.5em;
}

.checkbox > div {
    position: absolute;
    left: 0;
    top: 0;
    padding: 5px 0 0 0;
}

    .checkbox > div > input {
        position: relative !important;
        float: left;
        margin: 0 !important;
    }

/* ==== Main Navigation ======================================================== */

header nav {
    position: relative;
    margin: 0 -15px;
}

    header nav ul {
        padding: 0;
	    margin: 0;
        width: 100%;
    }


header .flexnav {
    -webkit-transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    -ms-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
    -webkit-transform-style: preserve-3d;
    overflow: hidden;
    margin: 0 auto;
    width: 100%;
    max-height: 0;
}

    header .flexnav.opacity {
        opacity: 0;
    }

    header .flexnav.flexnav-show {
        max-height: 1000px;
        overflow-y: auto;
        opacity: 1;
        -webkit-transition: all .5s ease-in-out;
        -moz-transition: all .5s ease-in-out;
        -ms-transition: all .5s ease-in-out;
        transition: all .5s ease-in-out;
    }


header nav ul li {
    position: relative;
    padding: 0;
    border-top: 1px solid rgba(79, 79, 79, .75);
}

    header nav ul li::before {
        display: none;
    }
	header nav ul li a{
		padding: .5em 15px;
		text-transform: uppercase;
	}

    header nav ul li a,
    header nav ul li a:hover,
    header nav ul li a:focus {
        display: block;
		font-family: 'Open Sans', sans-serif;
  		color: black;
		text-decoration: none;
    }


	header nav ul li a:hover,
	header nav ul li a:focus {
		color: #94C1BE;	
	}

    header nav ul li.current > a,
    header nav ul li.current > a:hover,
    header nav ul li.current > a:focus {
        font-weight: bold;
		color: black;
    }

    header nav ul li .touch-button {
        position: absolute;
        right: 0;
        top: 0;
        bottom: 0;
        width: 40px;
        height: 46px;
        cursor: pointer;
		border-left: solid 1px rgba(79, 79, 79, .75);
    }
        header nav ul li .touch-button i {
            display: none;
        }
	header nav ul li li{	
		background: #9B999A;
		border-color: white;
	}

	header nav ul li li a{	
		color: white;
	}

	header nav ul li li a:hover {	
		color: #932605;
	}

	header nav ul li li:first-of-type {
		border-top-color: black;
	}	

header nav ul .touch-button::after {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 7px;
    text-align: center;
    content: "\f078";
    color: #94C1BE;
    font-family: "Fontawesome";
    -webkit-transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    -o-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
}

header nav ul li .touch-button.active::after {
    -ms-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

header nav ul ul li .touch-button::after {
    color: white;
}

header nav ul ul {
    position: relative;
    width: 100%;
    height: auto;
    padding: 0;
    margin: 0;
}

.carousel-inner{
	margin-bottom: 10px;
}

.carousel-control: hover {
    cursor: pointer;
}

.carousel-control.right{
	right: 15px;
	bottom: 10px;
}

.carousel-control.left{
	left: 15px;
	bottom: 10px;
}

.carousel-control .fa{
	position: absolute;
	display: inline-block;
	height: 80px;
	font-size: 80px;
	margin-top: -40px;
	top: 50%;
}

.noSliderTitelBlock h2 {
    color: white;
}

.marketing .col-lg-4 {
    margin-bottom: 20px;
    text-align: center;
}

.marketing h2 {
    font-weight: 400;
}

.marketing .col-lg-4 p {
    margin-right: 10px;
    margin-left: 10px;
}

#mapCanvas {
    height: 20em;
}

.maps {
    position: relative;
}

#zoomInBtn, #zoomOutBtn {
    position: absolute;
    left: 2em;
    top: 4em;
    height: 2em;
    width: 2em;
    background-size: contain;
    border: none;
    background-color: transparent;
}

#zoomOutBtn {
    top: 7em;
}

.featurette-divider {
    margin: 80px 0;
}

.featurette-heading {
    font-weight: 300;
    line-height: 1;
    letter-spacing: -1px;
}

.navbar-inverse.navbar {
    background-color: white;
    border-bottom: none;
}

.social-container .links {
    text-align: center;
}

    .social-container .links a {
        margin: 0 .5em;
        color: rgba(119, 119, 119, .45);
        text-decoration: none;
        font-size: 1.75em;
        font-weight: bold;
        transition: all ease-in-out .25s;
    }

        .social-container .links a:hover {
            color: rgba(119, 119, 119, 1);
        }

.form-box .error {
    color: #cc0000;
}

.form-box label.req::after {
    content: "*";
    display: inline;
    margin-left: .25em;
}

input, textarea {
    padding: 5px !important;
}

    input.error, textarea.error {
        border: 1px solid #cc0000;
        background: #ffb1b1;
    }

footer .socialLinks a {
    display: inline-block;
    margin-left: 15px;
}

/* project overview */
.categoryMenu {
	list-style-type: none;
	padding: .5em 0;
}

.categoryMenu li{
	display: inline-block;
}

.categoryMenu li::after {
	content: "|";
	display: inline-block;
	color: white;
	margin: 0 1em;
}

.categoryMenu li a{
	color: white;
}

.categoryMenu li a:hover {
	color: #962507;
	text-decoration: none;
}

.categoryMenu li.active a {
	color: white;
	font-weight: bold;
}

.project{
	margin-bottom: 30px;
}

.project .projectImage {
	display: block;
	position:relative;
	padding: 100% 0 0 0;
	background-repeat: no-repeat;
	background-size: cover;
}

.project .overlay{
	position: absolute;
	top: 0;
	bottom: 0;
	left: 15px;
	right: 15px;
	background-color: rgba(0,0,0,.5);
	opacity: 0;
	transition: all .2s ease-in-out;
}

.project .overlayInner{
	position: absolute;
	background: black;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	height: 140px;
	width: 140px;
	border-radius: 70px;
	text-align: center;
}

.project .overlay:hover{
	opacity: 1;
}

.project .overlayInner p {
	font-size: 18px;
	text-transform: uppercase;
	color: white;
	letter-spacing: 2px;
	padding: 28% 0;
	margin: 0;
}

@media (min-width: 768px) {
    .logoMenuButton {
        float: left;
        width: 220px;
    }

    .centerLogo .logoMenuButton {
        width: 100%;
    }

    .centerLogo a.logo {
        display: block;
        height: auto;
        margin: 10px auto;
        float: none;
        width: 260px;
    }
    /* ==== Main Navigation ======================================================== */ header nav {
        z-index: 5000;
        float: right;
    }

    .leftMenu nav {
        display: block;
        position: relative;
        float: none;
        width: 100%;
        text-align: left;
        margin: 0;
    }
	
	.centerMenu nav {
        text-align: center;
    }

    header .flexnav {
        -webkit-transition: none;
        -moz-transition: none;
        -ms-transition: none;
        transition: none;
    }

	
    header .flexnav {
        overflow: visible;
    }

    header nav .flexnav.opacity {
        display: block;
        opacity: 1;
        height: auto;
        max-height: none;
    }

    
    header nav ul li {
        float: left;
        position: relative;
        border-top: none;
        overflow: visible;
        list-style-type: none;
    }
	
	header nav ul.flexnav > li {
		line-height: 10px;
		margin: 0 10px
	}
	
	header nav ul.flexnav > li::before {
		content: "|";
		position: absolute;
		display: inline-block;
		left: -14px;
		top: 7px;
		color: black;
	}
	
	header nav ul.flexnav > li:first-of-type{
		margin-left: 0;
	}
	
	header nav ul.flexnav > li:first-of-type::before {
		content:"";
		display: none;
	}
	
	header nav ul.flexnav > li:first-of-type > a {
		padding-left: 0;
	}

    header nav > ul > li {
        padding-top: .4em;
        padding-bottom: .4em;
    }

    header.centerLogo nav > ul > li {
        padding-top: 0;
        padding-bottom: 0;
    }

    header nav ul li.item-with-ul {
        padding-right: 20px;
    }

    header nav ul.flexnav li > ul {
        position: absolute;
        top: 26px;
        left: 0;
        background: white;
        width: auto;
    }

	header nav ul ul li{
		display: inline-block;
		width: auto;
		float: none;
	  	min-width: 167px;
		border-top: 1px solid white;
	}
	
	header nav ul ul li a {
		padding: 10px 15px;
	}
	
	header nav ul ul li:first-of-type {
		border-top: none;
	}
    

    header nav ul li .touch-button {
        width: 20px;
    	height: 25px;
	    border: none;
        right: 5px;
	}
	
	header nav ul .touch-button::after {
        padding: 8px 0 0;
        text-align: left;
        -webkit-transition: all .25s ease-in-out;
        -moz-transition: all .25s ease-in-out;
        -o-transition: all .25s ease-in-out;
        transition: all .25s ease-in-out;
    }

    header nav ul li .touch-button.active::after {
        -ms-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    .carousel {
        position: relative;
    }

	.carousel .item > .container {
		position: relative;
	}

    .form-horizontal .control-label {
        text-align: left;
    }

     .featurette-heading {
        font-size: 50px;
    }
	
	footer img {
		width:260px;
	}
}

@media (min-width: 992px) {
    .featurette-heading {
        margin-top: 120px;
    }
}

.itemImageWrap {
    padding: 15px;
    height: 11em;
    width: 100%;
}

.itemImage {
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    height: 100%;
    width: 100%;
}

.margin-top-05 {
    margin-top: 7px;
}

.margin-top-10 {
    margin-top: 15px;
}

.margin-top-15 {
    margin-top: 22px;
}

.margin-top-20 {
    margin-top: 30px;
}

.margin-top-25 {
    margin-top: 37px;
}

.margin-bottom-05 {
    margin-bottom: 7px;
}

.margin-bottom-10 {
    margin-bottom: 15px;
}

.margin-bottom-15 {
    margin-bottom: 22px;
}

.margin-bottom-20 {
    margin-bottom: 30px;
}

.margin-bottom-25 {
    margin-bottom: 37px;
}

.padding-top-05 {
    padding-top: 7px;
}

.padding-top-10 {
    padding-top: 15px;
}

.padding-top-15 {
    padding-top: 22px;
}

.padding-top-20 {
    padding-top: 30px;
}

.padding-top-25 {
    padding-top: 37px;
}

.padding-bottom-05 {
    padding-bottom: 7px;
}

.padding-bottom-10 {
    padding-bottom: 15px;
}

.padding-bottom-15 {
    padding-bottom: 22px;
}

.padding-bottom-20 {
    padding-bottom: 30px;
}

.padding-bottom-25 {
    padding-bottom: 37px;
}


/**umb_name:h2*/
h2 {
}


/**umb_name:h3*/
h3 {
}


/**umb_name:h4*/
h4 {
}


/**umb_name:Button*/
.btn-primary{}


/**umb_name:Button primary*/
.btn-primary btn {
}


/**umb_name:Highlight*/
.highlightText{color: #932605;
font-weight: bold;}