body {
    margin: 0;
    padding: 0;
    font-family: source-sans-pro, sans-serif;
    color: #007191;
    font-weight: 300;
    font-size: 20px;
}
strong {
    font-weight:400;   
}
section {
    position: relative;
    clear: both;
    margin-top: 40px;
}

#header {
    width: 100%;
    background-color: #ffffff;
    border-bottom: 1px solid #e5e5e5;
    z-index: 100;
    position: relative;
}

.header {
    height: 80px !important;
    position: relative;
    padding: 0px 10px 0px 10px;
}

.wrapper {
    position: relative;
    height: 100%;
    margin-left: auto;
    margin-right: auto;
}

.teaserUnit {
    width: 100%;
    height: 350px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    margin: 0;
    padding: 0;
}

.teaserUnit.detail {
    height: 350px !important;
}

.goToContent {
    bottom: 0;
    height: 50px;
    width: 100%;
    position: absolute;
    text-align: center;
    display: table-cell;
    vertical-align: middle;
    color: #ffffff;
    font-size: 22px;
}

#news {
    background-color: rgba(255, 255, 255, 0.8);
    margin-bottom: 20px;
    padding: 15px;
}

#banner {
    background-color: rgba(255, 255, 255, 0.8);
    bottom: 50px;
    display: block;
    height: 190px;
    padding: 10px;
    position: absolute;
    right: 0;
    width: 220px;
    display: block;
}

#banner>img {
    float: left;
    margin-right: 15px;
}

#banner>span {
    float: left;
    font-size: 16px;
    font-weight: 300;
    width: 90px;
}

#banner div {
    margin-top: 10px;
}

.logo {
    margin-top: 20px;
    float: left;
}

.mainNavi ul {
    font-size: 18px;
    float: right;
    margin-top: 30px;
}

.mainNavi ul li {
    list-style: none;
    float: left;
    position: relative;
}

.mainNavi ul li ul {
    display: none;
    min-width: 100%
}

.mainNavi ul li:hover ul {
    position: absolute;
    list-style: none;
    float: none;
    display: block;
    background-color: rgba(255, 255, 255, 1);
    padding: 0;
    margin: 17px 0px;
    border-top: 4px solid #007191;
}

.mainNavi ul li ul li {
    list-style: none;
    float: none;
    padding: 10px;
    margin: 0;
}

.mainNavi>ul>li>ul>li a {
    padding: 10px;
    text-decoration: none;
    font-size: 1.1em;
    font-weight: 300;
    color: #007191;
    white-space: nowrap;
}

.mainNavi>ul>li>ul>li a:hover {
    color: rgb(240, 123, 0);
}

.mainNavi>ul>li>a {
    padding: 10px 15px 23px 15px;
    text-decoration: none;
    color: #007191;
    font-size: 1.2em;
}

.mainNavi>ul>li>a:hover {
    border-bottom: 4px solid #007191;
    padding-bottom: 17px;
}


/*.pageTitle{
            position: absolute;
            bottom: 30px;
            width: 50%;
        }*/

.pageTitle {
    bottom: 20%;
    left: 5%;
    position: absolute;
    width: 90%;
    text-align: center;
}

.pageTitle > .text {
    position: relative;
    text-align: left;
    display: table-cell;
    vertical-align: middle;
}
.pageTitle > .text > h1{
    margin: 0;
    padding: 0;
    line-height: 1.1em;
}
.pageTitle > .text > h2{
    margin: 0;
    padding: 0;
    line-height: 1.1em;
}
.pageTitle > .image {
    position: relative;
    width: 270px;
    display: table-cell;
    vertical-align: middle;
}
.pageTitle > .image > img {
    width:100%;
}

a.cta-button {
    border: 1px solid #ffffff;
    margin: 15px;
    padding: 10px;
    display: inline-block;
    color: #ffffff;
    background: rgba(255,255,255,0.4);
    text-decoration: none;
}
a.cta-button:hover {
    border: 1px solid rgb(240, 123, 0);
    color: rgb(240, 123, 0);
    background: rgba(255,255,255,0.9);
    text-decoration: none;
}

.pageTitle>h1 {
    margin: 20px 0px;
    padding: 0;
}

.pageTitle>h2 {
    margin: 0;
    padding: 0;
}

.pageTitle .main-title {
    color: #ffffff;
    padding: 8px 15px 8px 15px;
    /*background-color: rgba(0, 113, 145, 0.7);*/
    font-weight: 300;
    font-size: 1.2em;
}

.pageTitle .sub-title {
    color: #ffffff;
    padding: 8px 15px 8px 15px;
    /*background-color: rgba(240, 123, 0, 0.7);*/
    font-weight: 300;
    font-size: 1.1em;
}

h3 {
    font-weight: 300;
    font-size: 27px;
    text-align: left;
    padding: 0px;
    margin: 0px;
}
h3#start {
    font-size: 45px;
    text-align: center;
}
h2 {
    font-weight: 300;
}

h1.start {
    font-size: 2.2em;
}
h2.start {
    font-size: 2em;
}
h3.start {
    font-size: 1.8em;
}
.start{
    font-weight: 300;
    text-align: center;
}

/*p {
            line-height: 30px;
            text-align: left;
        }*/

.content {
    line-height: 30px;
    text-align: left;
}

.content img {
    padding: 10px 20px;
}

a {
    text-decoration: none;
    color: rgb(240, 123, 0);
}

a:hover {
    text-decoration: underline;
    color: rgb(240, 123, 0);
}

.subNaviArea {
    float: left;
    width: 190px;
    border-right: 1px solid #e5e5e5;
    margin-top: 15px;
    margin-right: 3%;
    box-sizing: border-box;
    position: relative;
    padding-right: 20px;
}

.subNaviArea a {
    text-decoration: none;
    color: #007191;
}

.subNaviArea a:hover {
    color: rgba(240, 123, 0, 0.7);
}

.subNaviArea>ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.subNaviArea>ul>li {
    padding: 10px;
    font-size: 20px;
    border-top: 1px solid #e5e5e5;
}

.subNaviArea>ul>li:first-child {
    border-top: none !important;
}

.subNaviArea>ul>li>ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.subNaviArea>ul>li>ul>li {
    padding: 5px 5px 5px 15px;
    font-size: 18px;
}

#additionalInformation {
    font-size: 0.7em;
    margin: 3px;
    padding: 5px;
    background-color: #f1f1f1;
    border-radius: 3px;
}

.requestButton {
    border: 1px solid #a4a4a4;
    padding: 5px;
    display: block;
    margin: 5px;
    text-align: center;
    border-radius: 3px;
    font-weight: 300;
    background-color: rgba(240, 123, 0, 0.80);
    color: #ffffff;
    cursor: pointer;
}

.requestButton:hover {
    background-color: rgba(240, 123, 0, 1);
}

#additionalInformation a {
    text-decoration: underline;
}

.contentRow {
    float: right;
    width: 80%;
    box-sizing: border-box;
}

.fullsizeContentRow.center {
    float: none;
    width: 100%;
    box-sizing: border-box;
}

.center {
    text-align: center;
}

.referenceTeaser {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 400px;
    max-width: 1024px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 60px;
}

.contentRow>p>img {
    width: 100%;
    height: auto;
}

.contentRow>img {
    width: 100%;
    height: auto;
}

.listArea {
    margin-left: 20%;
    padding-bottom: 30px;
}


/* Relations */

.relations {
    position: relative;
}

.relationItem {
    box-sizing: border-box;
    width: 33%;
    text-align: center;
    padding: 20px;
    float: left;
    position: relative;
}
.column-1 {
    width: 100%;
    float:none;
    clear:both;
    position: relative;
}
.column-1 ul {
    columns: 2;
    -webkit-columns: 2;
    -moz-columns: 2;
    text-align:left;
    -webkit-column-gap: 60px; /* Chrome, Safari, Opera */
    -moz-column-gap: 60px; /* Firefox */
    column-gap: 60px;
    list-style:none;
}
.column-1 ul li {
    padding-bottom:20px;
}
.column-1 ul li:before {    
    font-family: 'FontAwesome';
    content: '\f00c';
    margin:0 10px 0 -30px;
    color: #006a7c;
}
.relationItem:nth-child(3n+1) {
    clear: both;
}

.relationItem img {
    max-width: 100px;
    margin-bottom: 20px;
    /*opacity: 0;*/
}

.relationItem h4 {
    font-size: 1.1em;
    font-weight: 300;
    text-align: center;
    margin: 0;
    color: rgb(240, 123, 0);
}

.relationItem p {
    font-size: 0.8em;
    line-height: 1.5em;
    text-align: center;
}

.relationItem a {
    text-decoration: none;
    color: #007191;
}

.relationItem h4>a {
    text-decoration: none;
    color: rgb(240, 123, 0);
}


/*Footer */
.needMoreInfo{
    line-height:30px;
    font-size:30px;
    font-weight:300;
    color:#ffffff;
    text-align:center;
}

.needMoreInfo a {
    color: #ffffff;
    text-decoration:none;
}

.partnerLogos img {
    padding: 30px;
    display: inline;
    vertical-align: middle;
}
.partnerLogos {
    background-color: #ffffff;
    text-align: center;
}

.footerRelationArea {
    width: 100%;
    padding: 20px 0px 20px 0px;
    background-color: #006a7c;
}

.footerRelationArea .relationItem h4 {
    color: #ffffff;
}

.footerRelationArea .relationItem p {
    color: #ffffff;
}

.footerRelationArea a {
    text-decoration: none;
    color: #ffffff !important;
}

.footerRelationArea img {
    -webkit-filter: grayscale(50%);
    -moz-filter: grayscale(50%);
    filter: grayscale(50%);
}

.footerArea {
    width: 100%;
    padding: 20px 0px 20px 0px;
    background-color: #343837;
    font-weight: 300;
}

.footerImprint {
    background-color: #242726;
}

.footerContact {
    font-weight: normal;
    font-size: 0.6em;
    color: #575E5C;
    box-sizing: border-box;
    line-height: 1.2em;
    padding: 25px 0px;
    width: 85%;
    float: left;
}

.socialmedia {
    text-align: right;
    float: left;
    box-sizing: border-box;
    width: 15%;
    padding: 20px 0px;
}

.socialmedia img {
    margin: 5px;
    opacity: 0.2;
    border-radius: 16px;
    background-color: #000000;
}

.socialmedia img:hover {
    opacity: 1;
    background-color: #242726;
}

.footerNavi .loginButton {
    display: none;
}

.footerNavi ul {
    position: relative;
    float: none;
    clear: both;
    margin: 0px;
    padding: 0px;
}

.footerNavi>ul>li>ul {
    position: relative;
    float: none;
    clear: both;
    margin: 10px 0px;
    padding: 0;
}

.footerNavi>ul>li {
    padding: 0;
    margin: 0px;
    list-style: none;
    float: left;
    width: 14.2222229%;
    box-sizing: border-box;
    text-shadow: #000000 0px 1px 3px;
}

.footerNavi>ul>li>ul>li {
    margin: 0;
    padding: 3px 0px;
    list-style: none;
    float: none;
    clear: both;
    text-transform: none;
    text-shadow: none;
}

.footerNavi a {
    text-decoration: none;
    border: none;
}

.footerNavi>ul>li>a {
    font-size: 1em;
    color: #c9c9c9;
}

.footerNavi>ul>li>ul>li>a {
    color: #575E5C;
    padding: 3px 0px;
    font-size: 0.9em;
}

.footerNavi>ul>li>ul>li>a:hover {
    color: #c9c9c9;
    text-shadow: #000000 0px 1px 3px;
}

input[type=text] {
    border: 1px solid #c9c9c9;
    box-sizing: border-box;
    float: left;
    margin: 5px;
    padding: 5px;
    font-size: 15px;
    color: #343837;
}

input[type=submit] {
    border: 1px solid #006a7c;
    box-sizing: border-box;
    margin: 5px;
    padding: 5px;
    font-size: 15px;
    color: #006a7c;
}

textarea {
    border: 1px solid #c9c9c9;
    margin: 5px;
    padding: 5px;
    font-size: 15px;
    color: #343837;
    width: 99.2%;
    height: 200px;
    resize: none;
    box-sizing: border-box;
}

.smallInput {
    width: 48.95%;
}

.fullInput {
    width: 99.2%;
}

.captcha {
    float: none !important;
}

.mobileNavSwitcher {
    display: none;
}

.button {
    border: 1px solid #007191;
    padding: 5px 10px;
}
.button.header {
    border-color: #ffffff;
    color: #ffffff;
    background-color: rgba(255,255,255,0.3);
    margin: 5px;
}
.listElement h3 {
    text-align: left;
    font-size: 32px;
}

h4 {
    font-weight: bolder;
}

.partBox>.label {
    display: block;
    font-weight: bolder;
    margin-bottom: 15px;
}

.referenceText>* {
    column-count: 2;
    -moz-column-count: 2;
    -webkit-column-count: 2;
}

.partBox {
    box-sizing: border-box;
    float: left;
    padding: 10px 10px 10px 0;
    width: 25%;
    font-size: 18px;
}

@media screen and (min-width: 1025px) {
    /*.teaserUnit {
                        background-attachment: fixed;
            }*/
}

@media screen and (min-width: 1210px) {
    .wrapper {
        width: 1200px;
    }
}

@media screen and (max-width: 1210px) {
    .wrapper {
        width: calc(100% - 20px);
    }
    .contentRow {
        width: 78%;
    }
    .subNaviArea {
        width: 170px;
    }
    .subNaviArea>ul>li {
        font-size: 16px;
    }
    .subNaviArea>ul>li>ul>li {
        font-size: 14px;
    }
}

@media screen and (max-width: 1100px) {
    .pageTitle {
        width: 60%;
    }
    .pageTitle .main-title {
        font-size: 1em;
    }
    .pageTitle .sub-title {
        font-size: 0.8em;
    }
    h3 {
        font-size: 1.5em;
    }
    /*p {
                font-size: 1em;
                line-height: 1.5em;
            }*/
    .content {
        font-size: 1em;
        line-height: 1.5em;
    }
    .relationItem img {
        width: 50%;
    }
    .relationItem h4 {
        font-size: 1.2em;
        font-weight: 300;
    }
    .relationItem p {
        font-size: 0.8em;
        line-height: 1.3em;
    }
    .smallInput {
        width: 99.2%;
    }
    .fullInput {
        width: 99.2%;
    }
}

@media screen and (max-width: 950px) {
    .relationItem {
        width: 50%;
    }
    .relationItem.column-1 {
        width: 100%;
    }
    .column-1 ul {
    	columns: 1;
    	-webkit-columns: 1;
    	-moz-columns: 1;
    	text-align: left;
    	-webkit-column-gap: 0;
    	-moz-column-gap: 0;
    	column-gap: 0;
    }
    .relationItem:nth-child(3n+1) {
        clear: none;
    }
    .relationItem:nth-child(2n+1) {
        clear: both;
    }
    .relationItem h4 {
        font-size: 1em;
        font-weight: 300;
    }
    nav ul {
        display: none;
    }
    .mobileNavSwitcher {
        display: block;
        position: absolute;
        top: 15px;
        right: 15px;
        cursor: pointer;
        width: 50px;
        height: 50px;
    }
    .subNaviArea {
        display: none !important;
    }
    .contentRow {
        width: 100%;
    }
    .footerArea {
        display: none;
    }
    .footerContact {
        float: none;
        width: 100%;
        text-align: center;
    }
    .socialmedia {
        float: none;
        width: 100%;
        text-align: center;
    }
}

@media screen and (max-width: 600px) {
    .pageTitle {
        width: 100%;
        bottom: 10%;
        left:0;
    }
    
    .pageTitle > .image {
        position: relative;
        width: 270px;
        display: inline-block;
        text-align: center;
    }
    .pageTitle > .text {
        position: relative;
        text-align: center;
        display: inline-block;
    }

    .pageTitle .main-title {
        font-size: 0.9em;
        line-height: 1.1em
    }
    .pageTitle .sub-title {
        font-size: 0.8em;
    }
    .content {
        font-size: 0.8em;
        text-align: center !important;
    }
    /*p {font-size: 0.8em; text-align: center !important; }*/
    .relationItem {
        width: 100%;
    }
    .relationItem h4 {
        font-size: 1.3em;
        font-weight: 300;
    }
}

@media screen and (max-width: 480px) {
    .teaserUnit {
        height: 400px;
    }
    .pageTitle .main-title {
        font-size: 0.7em;
        line-height: 0.9em;
    }
    .pageTitle .sub-title {
        font-size: 0.6em;
    }
}


/*
		
			sitemap
		
		*/


/* boring view */

@media screen and (max-width: 650px) {
    .siteMap {
        list-style: none outside none;
        padding: 0 0 0 10%;
    }
    .siteMap.depth0 {
        padding: 0 5%;
    }
    .siteMapItem {
        margin-top: 10px;
    }
    .siteMapItem a {
        background-color: #f0f0ff;
        display: block;
        padding: 10px;
    }
}


/* awesome view */

@media screen and (min-width: 650px) {
    .siteMapItem>a {
        display: block;
    }
    .depth0>.siteMapItem {
        background-color: #f0f0ff;
        display: flex;
        flex-flow: column nowrap;
        margin-top: 20px;
    }
    .depth0>.siteMapItem>a {
        border-bottom: 2px solid #fff;
        display: block;
        font-size: 1.2em;
        padding: 5px;
        text-align: center;
    }
    .siteMap.depth1 {
        display: table;
        margin: 0;
        padding: 0;
        text-align: justify;
        width: 100%;
    }
    .siteMap.depth1>li {
        border-left: 2px solid #fff;
        display: table-cell;
        height: 100%;
        text-align: center;
        vertical-align: top;
        width: 20%;
    }
    .depth1>li:first-child {
        border: 0 none !important;
    }
    .depth1>.siteMapItem>a {
        border-bottom: 1px solid #fff;
        display: block;
        width: 100%;
    }
    .siteMap.depth0 {
        padding: 0 5%;
    }
    .siteMap.depth2 {
        padding: 0 2%;
    }
    .siteMap.depth2>li {
        display: block;
        font-weight: 200;
        margin: auto;
        padding: 5px 0;
        text-align: left;
    }
}


/* mobile navigation */

.mobileNav {
    list-style: none outside none;
    padding: 0 0 0 10%;
}

.mobileNav.depth0 {
    padding: 0 5%;
}

.mobileNavItem {
    margin-top: 10px;
}

.mobileNavItem a {
    background-color: #f0f0ff;
    display: block;
    padding: 10px;
}