/* Fonts */

@font-face {
font-family: Flama;
src: url("../../files/dr-schoenheit/assets/fonts/Flama-Book.eot"); /* IE9 Compatibility Modes */
src: url("../../files/dr-schoenheit/assets/fonts/Flama-Book.eot?") format('eot'),  /* IE6-IE8 */
url("../../files/dr-schoenheit/assets/fonts/Flama-Book.woff") format('woff'), /* Modern Browsers */
url("../../files/dr-schoenheit/assets/fonts/Flama-Book.ttf")  format('truetype'), /* Safari, Android, iOS */
url("../../files/dr-schoenheit/assets/fonts/Flama-Book.svg#svgFlama-Book") format('svg'); /* Legacy iOS */
}

/* Fonts */

body {
    margin: 0;
    font-family: Flama, Verdana, Arial, sans-serif;
    background-color: #f9fafc;
    /*background-color: #f90;*/
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    hyphens: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-align: justify;
    -webkit-text-size-adjust: 100%;
}
ul, li {
    list-style: none;
    margin: 0;
    padding: 0;
}
ol {
    padding-left: 0;
}
ol li {
    list-style: decimal;
    margin-left: 20px;
    font-size: 15px;
    line-height: 22px;
}
.overlay ul li,
.ce_text ul li {
    text-indent: -9px;
    padding-left: 9px;
    font-size: 15px;
    line-height: 20px;
}
.overlay ul li:before,
.ce_text ul li:before {
    content: "• ";
}
.overlay ul,
.ce_text ul {
    margin-bottom: 15px;
}
.overlay ul:last-child,
.ce_text ul:last-child {
    margin-bottom: 0;
}



h1, h2, h3, h4, h5, h6 {
    margin: 0;
    font-weight: normal;
}
.vers {
    text-transform: uppercase;
}
.t-white {
    color: #fff;
}
.t-platinum,
.t-brown {
    color: #958c7e;
}
.t-blue {
    color: #003c57;
}
.bg-blue {
    background-color: #003c57;
}
.bg-brown {
    background-color: #ada395;
}
.bg-white {
    background-color: #fff;
}
.bg-black {
    background-color: #000;
}
.right {
    float: right;
}
.left {
    float: left;
}
.clear {
    clear: both;
}
.invisible {
    display: none;
}
.off-canvas {
    display: block;
    position: absolute;
    left: -99999px;
    top: -99999px;
}
.relative {
    position: relative;
}
.absolute {
    position: absolute;
}
.fixed {
    position: fixed;
}
.startpage .fixed {
    position: absolute;
}
.col-4 {
    width: 32.33333%;
    margin-left: 0.5%;
    margin-right: 0.5%;
}
.col-6 {
    width: 48%;
    margin-left: 1%;
    margin-right: 1%;
}
h1 {
    padding-left: 13.375%;
    font-size: 20px;
    line-height: 27px;
    color: #958c7e;
    margin-bottom: 50px;
}
h2 {
    color: #958c7e;
    font-size: 20px;
    font-weight: normal;
}
h2.headline-full {
    background-color: #fff;
    text-align: center;
    padding: 30px 0;
}
p {
    font-size: 15px;
    line-height: 22px;
    margin: 0 0 15px 0;
}
p:last-child {
    margin-bottom: 0;
}
a {
    color: #009EE0;
    text-decoration: none;
}
a:hover {
    text-decoration: underline;
}
h1 a {
    color: #958c7e;
    text-decoration: underline;
}
h1 a:hover {
    text-decoration: none;
}
.standard h2 {
    margin-top: 25px;
}



/* Header */

#header {
    background-color: #fff;
    min-height: 85px;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 8192;
}
#header .inside {
    margin-left: 1%;
    margin-right: 1%;
    width: 98%;
}
#header .claim {
    text-align: center;
    margin-top: 40px;
    font-size: 13px;
    z-index: 16
}
#header .logo {
    top: 31px;
    margin-left: 4px;
    z-index: 4096;
}
#header .logo a {
    display: block;
    height: 100%;
    width: 100%;
}
#header .menu {
    right: 0;
    top: 0;
    width: 100%;
}
#header .menu-toggler {
    right: 1%;
    top: 36px;
    position: absolute;
    cursor: pointer;
    z-index: 4096;
}
#header .menu.active .bar {
    background-color: #fff;
}

#header .menu .bar {
    width: 42px;
    height: 3px;
    margin-bottom: 4px;
    
}
#header .menu .bar-small {
    width: 20px;
    height: 2px;
    top: 10px;
}
#header .menu .bar.bottom {
    margin-bottom: 0;
}
#header .menu .deg-45 {
    -webkit-transform: rotate(45deg);
    -moztransform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    
}
#header .menu .deg--45 {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

/* Header */

/* Search */

.search-menu-button {
    right: 80px;
    top: 35px;
    cursor: pointer;
    z-index: 64;
    width: 22px;
    height: 22px;
    background-image: url("../../files/dr-schoenheit/assets/lupe.svg");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 21px 21px
}

.linkcloud {
    top: 0;
    left: 0;
    z-index: 8256;
}
.linkcloud .overlay {
    background-color: rgba(0,60,87,0.8);
}
.linkcloud .content {
    background-color: #fff;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 15px;
    min-height: 350px;
    overflow: scroll;
}
.linkcloud .link-item-column.col-width-4 {
    width: 24%;
    margin-right: 1%;
}
.linkcloud .link-item-column.col-width-3 {
    width: 31%;
    margin-right: 2%;
}
.linkcloud .link-item-column.col-width-2 {
    width: 48%;
    margin-right: 2%;
}
.linkcloud .link-item {
    width: 100%;
    margin-bottom: 5px;
}

.linkcloud .link-item span {
    border-bottom: 1px solid #ada395;
    display: block;
    cursor: pointer;
    font-size: 16px;
}
.linkcloud .link-item.active span {
    border-bottom: 1px solid #003c57;
    color: #003c57;
    
}
.linkcloud .link-item .link-list {
    margin-top: 5px;
}
.linkcloud .link-item .link-list a {
    display: block;
    font-size: 16px;
}
.linkcloud .close-window {
    width: 22px;
    height: 22px;
    background-image: url("../../files/dr-schoenheit/assets/close.svg");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 22px 22px;
    top: 15px;
    right: 15px;
    cursor: pointer;
}
.linkcloud .topsearch .submitBtn {
    width: 22px;
    height: 22px;
    background-image: url("../../files/dr-schoenheit/assets/lupe.svg");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 21px 21px;
    position: absolute;
    top: 25px;
    margin-left: 5px;
    cursor: pointer;
}
.linkcloud #topsearchtext {
    height: 40px;
    width: 80%;
    border: none;
    outline: none;
    background-color: #eeeded;
    color: #958c7e;
    font-family: Flama, Verdana, Arial, sans-serif;
    font-size: 28px;
    -webkit-appearance: none;
    margin-bottom: 7px;
    margin-left: 45px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    
}
.linkcloud form#searchBar {
    background-color: #eeeded;
    margin-right: 40px;
}
.linkcloud p {
    margin-top: 10px;
}

/* Search */

/* Menu */
#header .menu-close {
    margin-top: 70px;
    margin-left: 14px;
}
#header .menu-close .content {
    width: 20px;
    height: 20px;
    cursor: pointer;
}
#header .menu-content {
    display: none;
}
#header .menu.active .menu-content {
    display: block;
    width: 373px;
    position: absolute;
    right: 0;
    z-index: 128;
}

.mod_changelanguage {
    position: absolute;
    left: 14px;
    top: 30px;
}
.mod_changelanguage a,
.mod_changelanguage span {
    color: white;
    font-size: 21px;
    text-decoration: none;
}
.main-navigation {
    margin-top: 7px;
}
.main-navigation li a,
.main-navigation li span {
    font-size: 21px;
    color: #fff;
    text-decoration: none;
    display: block;
    width: 100%;
    height: 100%;
    padding: 16px 0 10px 14px;
    -webkit-transition: background-color, 0.3s;
    -moz-transition: background-color, 0.3s;
    transition: background-color, 0.3s;
}
.main-navigation li {
    border-top: 1px solid #ada395;
    
}
.main-navigation li.last {
    border-bottom: 1px solid #ada395;
}
.main-navigation li:hover a,
.main-navigation li.trail a,
.main-navigation li.active span.active {
    background-color: #ada395;
}

.sub-navigation {
    margin-top: 40px;
}
.sub-navigation .mobile {
    display: none;
}
.sub-navigation li {
    float: left;
    width: 13.4285714%;
    margin-right: 1%;
    border-bottom: 1px solid #ada395;
    margin-bottom: 10px;
}
.sub-navigation li.last {
    margin-right: 0;
}
.sub-navigation li:hover,
.sub-navigation li.active {
    border-bottom: 1px solid #003c57;
}

.sub-navigation li:hover a,
.sub-navigation span,
.sub-navigation span.active,
.sub-navigation li a {
    font-size: 13px;
    color: #958c7e;
    text-decoration: none;
    display: block;
    width: 100%;
    height: 100%;
    padding-bottom: 10px;
    padding-left: 12px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.sub-navigation li:hover a,
.sub-navigation span.active {
    color: #003c57;
}

.sub-navigation.consulting-et-al li {
    width: 32.6%;
    border-bottom: none;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    text-transform: uppercase;
}
.sub-navigation.consulting-et-al li.nav-consulting {
    background-color: rgba(173,163,149,0.7);
}
.sub-navigation.consulting-et-al li.nav-consulting:hover,
.sub-navigation.consulting-et-al li.nav-consulting.trail,
.sub-navigation.consulting-et-al li.nav-consulting.active {
    background-color: rgba(173,163,149,1);
}
.sub-navigation.consulting-et-al li.nav-engineering {
    background-color: rgba(0,61,88,0.7);
}
.sub-navigation.consulting-et-al li.nav-engineering.active,
.sub-navigation.consulting-et-al li.nav-engineering.trail,
.sub-navigation.consulting-et-al li.nav-engineering:hover {
    background-color: rgba(0,61,88,1);
}
.sub-navigation.consulting-et-al li.nav-integrated {
    -webkit-transition: none;
    -moz-transition: none;
    transition: none;
    background-image: url("../../files/dr-schoenheit/assets/s+p-menu-inactive.svg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}
.sub-navigation.consulting-et-al li.nav-integrated.active,
.sub-navigation.consulting-et-al li.nav-integrated.trail,
.sub-navigation.consulting-et-al li.nav-integrated:hover {
    background-image: url("../../files/dr-schoenheit/assets/s+p-menu.svg");
}



.sub-navigation.consulting-et-al li:hover a,
.sub-navigation.consulting-et-al span,
.sub-navigation.consulting-et-al span.active,
.sub-navigation.consulting-et-al li a {
    font-size: 13px;
    color: #fff;
    padding: 3px 12px 3px 12px;
}

.sub-navigation li .arrow-icon.mobile {
    display: none;
    width: 13px;
    height: 7px;
    position: absolute;
    top: 9px;
    right: 5px;
    background-image: url("../../files/dr-schoenheit/assets/arrow-down-white.svg");
    background-position: center center;
    background-repeat: no-repeat;
}

/* Menu */



/* Content */
img {
    border: none;
    vertical-align: bottom;
}
.background-image {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    z-index: -1;
}
.mod_article {
	overflow-x: hidden;
}
.standard .mod_article.first {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    max-width: 1280px;
    margin-bottom: 40px;
    margin-top: 110px;
}
.standard.company .mod_article.first {
    margin-top: 108px;
}
.standard.page-margin-160 .mod_article.first {
    margin-top: 160px;
}
.standard.page-margin-154 .mod_article.first {
    margin-top: 154px;
}
.standard .mod_article.first.no-margin-btm {
    margin-bottom: 0;
}
.standard .mod_article.first#project-details {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    max-width: none;
    margin-bottom: 0;
    margin-top: 0;
}
.standard .mod_article.first#history {
    margin-top: 0;
}
.project-filter-header.standard .mod_article.first {
    margin-top: 160px;
}
.company.standard.contact .mod_article.first {
    margin-top: 108px;
}

.team.standard .mod_article {
    max-width: none;
    margin-bottom: 0;
}
.privacy h1 {
    padding-left: 0;
}

.parallax .mod_article {
    max-width: none;
    margin: 0;
}
.standard.privacy .mod_article,
.standard .mod_article#career {
/*    width: 75%;
    margin-left: 13.375%;
    max-width: 620px;*/
    width: 75%;
    max-width: 620px;
    margin-left: 13.375%;
}
.mod_newsreader .layout_full {
    width: 75%;
    max-width: 600px;
    margin-left: 13.375%;
}
.standard.privacy #container>#main>.inside,
.standard.career-page #container>#main>.inside {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    max-width: 1280px;
}
.mod_article.two-col .col-6 {
    width: 34.625%;
    padding-left: 12.375%;
}
.mod_article.two-col .col-6+.col-6 {
    padding-left: 0;
    padding-right: 12.375%;
}
.mod_article.two-col .col-6.left-col-6 {
    padding-left: 49%;
    margin-top: 25px;
}
.tile-container {
    width: 620px;
    margin-left: auto;
    margin-right: auto;
}
.tile-container {
    width: 80%;
    max-width: 830px;
}
.tile-200 {
    width: 200px;
    height: 200px;
    margin-right: 10px;
    margin-bottom: 12px;
}
.tile-200 {
    width: 32.5%;
    margin-right: 1.25%;
}
.tile-200:nth-child(3n) {
    margin-right: 0px;
}
.tile-200 img.full-area {
    right:0;
    height: 100%;
    width: 100%;
}
.tile .content {
    z-index: 32;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    padding: 12px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.tile .content a {
    bottom: 12px;
    text-decoration: none;
    font-size: 14px;
}
.tile h3,
.tile h4 {
    font-size: 16px;
}


.tile .background {
    top: 0;
    left: 0;
    z-index: 16;
}
.tile-200 .background,
.tile-200 .overlay {
    width: 200px;
    height: 200px;
}
.tile-200 .background,
.tile-200 .overlay {
    width: 100%;
    height: 100%;
}
.tile-200 .overlay {
    opacity: 0.5;
    -webkit-transition: opacity, 0.3s;
    -moz-transition: opacity, 0.3s;
    transition: opacity, 0.3s;
}
.tile-200:hover .overlay {
    opacity: 0;
}
.tile-200 .overlay.inverted {
    opacity: 0;
    -webkit-transition: opacity, 0.3s;
    -moz-transition: opacity, 0.3s;
    transition: opacity, 0.3s;
}
.tile-200:hover .overlay.inverted {
    opacity: 0.2;
}
.tile-200 .content a.overall {
    display: block;
    width: 100%;
    height: 100%;
    bottom: 0;
    left: 0;
}



.news-tile {
    width: 32%;
    margin-left: 0.5%;
    margin-right: 0.5%;
    padding-top: 5px;
    padding-bottom: 5px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border-top: 1px solid #ada395;
    border-bottom: 1px solid #ada395;
    margin-bottom: 20px;
}
.news-tile-off {
    display: none;
}
.news-tile:nth-child(3n+1) {
    margin-left: 1%;
}
.mod_newslist .news-tile:nth-child(3n+1) {
    clear: both;
}
.news-tile:nth-child(3n) {
    margin-right: 1%;
}
.news-tile.movie:nth-child(3n+1) {
    margin-left: 0.5%;
}
.news-tile.movie:nth-child(3n) {
    margin-right: 0.5%;
}
.news-tile.movie:nth-child(3n+2) {
    margin-left: 1%;
}
.news-tile.movie:nth-child(3n+1) {
    margin-right: 1%;
}
.news-tile.project-tile:nth-child(3n+1) {
    margin-left: 0.5%;
}
.news-tile.project-tile:nth-child(3n) {
    margin-right: 0.5%;
}
.news-tile.project-tile:nth-child(3n+2) {
    margin-left: 1%;
}
.news-tile.project-tile:nth-child(3n+1) {
    margin-right: 1%;
}
.news-tile.methods:nth-child(3n+1) {
    margin-left: 0.5%;
}
.news-tile.methods:nth-child(3n) {
    margin-right: 0.5%;
}
.news-tile.methods:nth-child(3n+2) {
    margin-left: 1%;
}
.news-tile.methods:nth-child(3n+1) {
    margin-right: 1%;
}
.news-tile .content {
    background-color: #fff;
    padding-top: 2px;
}
.news-tile .background {
    height: 100%;
    width: 100%;
    /*padding: 10px 2.5% 10px 2.5%;*/
    padding: 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background-color: #fff;
}
.news-tile .teaser {
    margin-top: 16px;
    margin-bottom: 5px;
}
.news-tile .image-container {
    width: 100%;
    background-color: #fff;
    
}
.news-tile img {
    width: 100%;
    height: auto;
}
.news-tile h2,
.news-tile h3 {
    font-size: 15px;
    font-weight: normal;
/*    margin: 8px 0 0 10px;*/
    margin: 0 10px 0 10px;
}
.news-tile h2 {
/*    margin-bottom: 6px;*/
    -webkit-transition: color, 0.3s;
    -moz-transition: color, 0.3s;
    transition: color, 0.3s;
}
.news-tile h2.no-h3 {
    margin-bottom: 0;
}
#news-overview .news-tile h2 {
    margin-bottom: 0px;
}
.news-tile .content a {
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}
.video-container {
    position: relative;
    padding-bottom: 56%;
/*    padding-top: 30px;*/
    height: 0;
    overflow: hidden;
}
.video-container object,
.video-container embed,
.video-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.news-tile .teaser a,
.news-tile .teaser p {
    font-size: 13px;
    line-height: 18px;
    text-decoration: none;
}
.news-tile:hover h2 {
    color: #fff;
}
.news-tile.movie:hover h2 {
    color: #958c7e;
}
.news-tile .content,
.news-tile .background {
    -webkit-transition: background-color, 0.3s;
    -moz-transition: background-color, 0.3s;
    transition: background-color, 0.3s;
}
.news-tile .background .image-container {
    -webkit-transition: opacity, 0.3s;
    -moz-transition: opacity, 0.3s;
    transition: opacity, 0.3s;
}

.news-tile:hover .content,
.news-tile:hover .background {
    background-color: #ada395;
}
.news-tile.movie:hover .content,
.news-tile.movie:hover .background {
    background-color: #fff;
}
/*.news-tile:hover .background .image-container {
    opacity: 0.5;
}
.news-tile.movie:hover .background .image-container {
    opacity: 1;
}*/
.mod_newsreader p.back {
    display: none;
}
.mod_newsreader .ce_image .image_container {
    margin: 0;
    width: 600px;
}

.mod_newsreader .video-content {
    width: 600px;
}
.par-itm .video-content {
    width: 65%;
    max-width: 600px;
    margin-left: 34%;
}
.video-content {
    margin-top: 20px;
}
.mod_newsreader img {
    width: 100%;
    height: auto;
}
.mod_newsreader .layout_full {
/*    padding-left: 13.375%;*/
}
.mod_newsreader .ce_text {
/*    width: 75%;
    max-width: 600px;*/
}
.mod_newsreader h2 {
    margin-top: 25px;
    margin-bottom: 22px;
}
.mod_newsreader p {
    color: #003c57;
    font-size: 15px;
    line-height: 22px;
    margin: 0 0 15px 0;
}
.mod_newsreader p:last-child {
    margin-bottom: 25px;
}
.mod_newsreader a {
    color: #003c57;
    font-size: 15px;
    text-decoration: underline;
}
.mod_newsreader a:hover {
    text-decoration: none;
}
.mod_newsreader .layout_full a {
    color: #009EE0;
}
.news_pagination {
    width: 194px;
    margin: 25px auto 25px auto;
}
.news_pagination .itm {
    width: 80px;
    height: 28px;
}
.news_pagination .itm a {
    display: block;
    width: 100%;
    height: 100%;
    color: #fff;
    text-decoration: none;
    text-align: center;
    line-height: 28px;
    vertical-align: middle;
}

.sector-tile {
    padding-top: 5px;
    padding-bottom: 5px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border-top: 1px solid #ada395;
    border-bottom: 1px solid #ada395;
    margin-bottom: 15px;
}
.sector-tile img {
    width: 100%;
    height: auto;
    padding-top: 20px;
}
.sector-tile .content {
    background-color: #fff;
/*    position: relative;*/
}
.sector-tile h2 {
/*    position: absolute;*/
    margin: 0;
    top: 0;
    padding-left: 10px;
    padding-top: 17px;
    font-size: 15px;
}


.career.accordion.col-6 {
    margin-left: 0;
    margin-right: 0;
}
.career.accordion.col-6:nth-child(2n+1) {
    margin-left: 1%;
}
.career.accordion.col-6:nth-child(2n) {
    margin-right: 1%;
}
.career.accordion:nth-child(2n) {
    clear: both;
}
.career.accordion+.ce_text {
    clear: both;
}
.career .accordion-toggler {
    width: 300px;
    height: 50px;
    border-top: 1px solid #ada395;
    border-bottom: 1px solid #ada395;
    padding-top: 5px;
    padding-bottom: 5px;
    margin-right: 10px;
    margin-bottom: 10px;
    cursor: pointer;
}
.career.active .accordion-toggler {
    border-bottom: none;
}
.career .accordion-toggler .content {
    background-color: #fff;
    width: 100%;
    height: 100%;
    display:inline-block;
    vertical-align: middle;
    
}
.career .accordion-toggler h2 {
    display: inline-block;
    text-align: left;
    background-color: #fff;
    font-size: 13px;
    font-weight: normal;
    margin: 0;
    position: relative;
    margin-left: 5px;
}
.career.active .accordion-toggler h2 {
    color: #003c57;
}

.career .accordion-content {
    background-color: #fff;
    padding: 10px 10px 10px 7px;
    border-bottom: 1px solid #ada395;
    font-size: 13px;
    width: 100%;
    max-width: 610px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.career .accordion-content h3 {
    font-size: 15px;
    font-weight: normal;
    margin-top: 15px;
    margin-bottom: 0;
}

.career .accordion-content h4 {
    font-size: 13px;
    font-weight: normal;
    color: #958c7e;
    margin: 0;
    margin-top:20px;
    margin-bottom: 2px;
}
.career .accordion-content p {
    margin-top: 0;
    margin-bottom: 15px;
}
.career .accordion-content li {
    text-indent: -9px;
    padding-left: 9px;
    font-size: 15px;
    line-height: 20px;
}
.career .accordion-content li:before {
    content: "• ";
}
#career .ce_text {
/*    padding-right: 150px;*/
}
#career .ce_text p {
    font-size: 15px;
    line-height: 21px;
    color: #003c57;
    margin: 0;
    margin-bottom: 20px;
}
#career .ce_text h2+p {
    margin-top: 25px;
}
#career .ce_text p:last-child {
    margin-bottom: 25px;
}


#career .ce_text.first h2 {
    margin: 0;
/*    padding-top: 56px;*/
    line-height: 24px;
}
.career.accordion+.ce_text h2 {
    padding-top: 20px;
}

#history .opener .start .arrow-down {
    width: 84px;
    height: 44px;
    margin: 25px auto 0 auto;
    background-image: url("../../files/dr-schoenheit/assets/history-arrow-down-large.png");
    background-repeat: no-repeat;
    background-size: 84px 44px;
    cursor: pointer;
    
}
#history h2 {
    margin-top: 9px;
}
#history .flyover-itm {
    display: block;
    position: fixed;
    width: 100%;
    background-color: #fff;
    /*min-height: 200px;*/
    left: 0;
    top: -200px;
    z-index: 1024;
}
#history .flyover-itm .content {
    width: 75%;
    max-width: 760px;
    min-height: 108px;
    margin: 46px auto 46px auto;
}
#history .flyover-itm .content h2 {
    width: 31%;
    margin-right: 2%;
    margin-top: 0;
    float: left;
    font-size: 22px;
    line-height: 25px;
    text-align: left;
}
#history .flyover-itm .content .text {
    width: 66%;
    float: right;
}

#history .opener .start {
    font-size: 26px;
    text-align: center;
    width: 100%;
    left: 0;
}
#history .opener .start-year {
    font-size: 46px;
    text-align: center;
}
#history .screen-1 {
    width: 292px;
    margin-left: auto;
    margin-right: auto;
}
#history .screen-1 .line {
    width: 2px;
    height: 200px;
    margin-left: auto;
    margin-right: auto;
    background-color: #44c7f4;
}
.history-itm {
    width: 37%;
}
.history-itm img {
    width: 100%;
    height: auto;
}
#history .timeline {
    margin-left: auto;
    margin-right: auto;
    width: 1px;
    
}
#history .ending {
    width: 474px;
    margin-left: auto;
    margin-right: auto;
}
.offset-up {
    margin-top: -32px;
    display: block;
}
#history .ending h2,
#history .ending div {
    text-align: center;
}
#history .ending h2 {
    font-size: 40px;
}
#history .ending h2 .large {
    font-size: 51px;
    margin-bottom: 10px;
    display: inline-block;
}
#history .image {
    margin-bottom: 5px;
}

.timeline .arrow-left {
    background-image: url("../../files/dr-schoenheit/assets/history-arrow-left.svg");
    background-repeat: no-repeat;
    background-position: top left;
    width: 18px;
    height: 34px;
    display: block;
    left: -16px;
}
.timeline .arrow-right {
    background-image: url("../../files/dr-schoenheit/assets/history-arrow-right.svg");
    background-repeat: no-repeat;
    background-position: top left;
    width: 18px;
    height: 34px;
    display: block;
    left: 0;
}
.timeline .arrow-down {
    background-image: url("../../files/dr-schoenheit/assets/history-arrow-down.svg");
    background-repeat: no-repeat;
    background-position: top left;
    width: 34px;
    height: 18px;
    display: block;
    left: -16px;
}
.timeline .line {
    width: 2px;
    background-color: #44c7f4;
}
.timeline .line.dotted {
    background-color: transparent;
    background-image: url("../../files/dr-schoenheit/assets/history-dotted-line.svg");
    background-repeat: repeat-y;
    
}

.team .ce_text {
    width: 100%;
    background-color: #fff;
    
}
.team .ce_text .inside {
    padding: 20px 0 25px 0;
}
.team .ce_text h2,
.team .ce_text h3,
.team .ce_text p,
.team .ce_text .inside {
    width: 98%;
    max-width: 960px;
    margin-left: auto;
    margin-right: auto;
}
.team .first .ce_text h2,
.team .first .ce_text h3,
.team .first .ce_text p {
    width: 100%;
    max-width: none;
}
.team .ce_text h2 {
    font-size: 20px;
}
.team .ce_text h3,
.team .ce_text p {
    font-size: 13px;
    line-height: 18px;
}
.team .ce_text .inside .bottom {
    bottom: 25px;
}
.team .man-centered {
    padding-left: 45px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    text-align: left;
}
.team .man-centered.third {
    padding-left: 35px;
}
.team .mobile {
    display: none;
}
#kontakt .col {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 34.625%;
    margin-left: 13.375%;
}
#kontakt .col.right {
    margin-right: 13.375%;
    margin-left: 0;
}
.person {
    padding-bottom: 5px;
    padding-left: 5px;
    border-bottom: 1px solid #ada395;
/*    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 34.625%;
    margin-left: 13.375%;*/
    margin-top: 25px;
}
.person.left {
    float: none;
}
.person.right {
    /*margin-right: 13.375%;*/
    margin-left: 0;
    float: none;
}
.person .content {
    bottom: 5px;
    margin-left: 20px;
}
.person h2,
.person h3 {
    font-size: 13px;
    line-height: 18px;
}
.projectdetail a.back {
    text-decoration: underline;
}
.projectdetail a.back:hover {
    text-decoration: none;
}
/* Content */


/* Slider */
#slider {
    margin-top: 85px;
    overflow: hidden;
}
#slider.projectdetail {
    overflow: auto;
    overflow-x: hidden;
}

#slider .opener {
    position: absolute;
    z-index: 2048;
    margin: 0;
    
    width: 100%;
}
#slider .opener h1 {
    font-size: 33px;
    line-height: 37px;
    color: #fff;
    width: 100%;
    text-align: center;
    padding: 0;
}

#slider .slider-itm {
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}
#slider .blur {
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}
#slider .image-container {
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    z-index: 16;
}
.slider-nav {
    top: 0;
    width: 100%;
}
#project-details .slider-nav {
    position: fixed;
    z-index: 4096;
}
.slider-nav .nav-prev,
.slider-nav .nav-next {
    width: 44px;
    height: 84px;
    display: block;
    background-size: 44px 84px;
    background-repeat: no-repeat;
    background-image: url("../../files/dr-schoenheit/assets/slider-arrow-left.png");
    left: 1%;
    cursor: pointer;
}
.slider-nav .nav-next {
    background-image: url("../../files/dr-schoenheit/assets/slider-arrow-right.png");
    left: auto;
    right: 1%;
}
.slider-nav .nav-projects {
    font-size: 15px;
    font-family: Flama, Verdana, Arial, sans-serif;
    margin-top: 20px;
}
.slider-nav .nav-projects a {
    text-decoration: none;
    display: block;
    padding: 5px 27px;
}
.slider-nav .nav-down {
    width: 84px;
    height: 44px;
    display: block;
    background-size: 84px 44px;
    background-repeat: no-repeat;
    background-image: url("../../files/dr-schoenheit/assets/slider-arrow-down.png");
    cursor: pointer;
}
#slider h2 {
    display: inline-block;
    bottom: 20px;
    left: 1%;
    
}
#slider h2 a,
#slider h2 span {
    text-decoration: none;
    display: block;
    width: 100%;
    height: 100%;
    padding: 5px 20px;
}

/* Slider */
#project-details .header {
    z-index: 7192;
/*    width: 70%;*/
    left: 1%;
    top: 103px;
    padding: 15px;
}
#project-details .header h1,
#project-details .header h2 {
    font-size: 20px;
    line-height: 27px;
    margin: 0;
    padding: 0;
}
#project-details .header p {
    margin-bottom: 0;
}
#project-details .slider-itm {
    overflow-y: auto;
    z-index: 2048;
}

#project-details .overlay {
    background-color: rgba(255,255,255,0.9);
    
}
#project-details .content {
    width: 64%;
    margin-left: 36%;
    max-width: 606px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 20px 25px 25px 0px;
}

#project-details .content h3 {
    font-size: 20px;
    line-height: 27px;
    margin-bottom: 20px;
}
#project-details .content .fact-headline {
    font-size: 12px;
    line-height: 20px;
    text-transform: uppercase;
}
#project-details .content .fact-text {
    font-size: 12px;
    line-height: 20px;
    color: #958c7e;
}

#project-details #footer .content {
    padding: 10px 15px 0 21px;
    width: 100%;
    margin-left: 0;
    max-width: none;
}

#projectfilter {
    margin-top: 39px;
    margin-bottom: 10px;
}
#projectfilter .filter {
    width: 150px;
    border-bottom: 1px solid #ada395;
    margin-right: 10px;
}
#projectfilter p {
    margin: 0;
    padding-left: 12px;
    padding-bottom: 7px;
}
#projectfilter .filter-screen {
    cursor: pointer;
    position: relative;
}
#projectfilter .filter-screen .arrow-icon {
    width: 13px;
    height: 7px;
    background-image: url("../../files/dr-schoenheit/assets/arrow-down-platinum.svg");
    background-position: center center;
    background-repeat: no-repeat;
    position: absolute;
    right: 5px;
    top: 9px;
}
#projectfilter .filter.active .filter-screen .arrow-icon {
    background-image: url("../../files/dr-schoenheit/assets/arrow-up-platinum.svg");
}
#projectfilter .filter-screen:hover p {
    color: #003c57;
}
#projectfilter .filter-list li {
    background-color: #fff;
    border-bottom: 1px solid #ada395;
    padding: 5px 0 5px 12px;
    width: 138px;
    word-wrap: break-word;
    cursor: pointer;
}
#projectfilter .filter-list li.first {
    border-top: 1px solid #ada395;
}
#projectfilter .filter-list li.active,
#projectfilter .filter-list li:hover {
    color: #003c57;
    border-bottom: 1px solid #003c57;
}
#projectfilter .filter p,
#projectfilter .filter li,
#projectfilter .filter span {
    font-size: 13px;
}

/* Parallax-Kram */
.mod_article#bgImage {
    position: fixed;
    z-index: -1;
    top: 0;
    width: 100%;
    height: 100vh;
}
.parallax.parallax-type-1 .fixed {
    /*position: absolute;*/
}
.parallax.parallax-type-1 .background-image {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    width: 100%;
    left: 0;
}
.parallax.parallax-type-1 .background-image+.ce_text {
    position: fixed;
    width: 100%;
    background-color: #fff;
    z-index: 1024;
}
.parallax.parallax-type-1 .ce_text .content {
    position: relative;
    width: 75%;
    max-width: 760px;
/*    min-height: 108px;*/
    margin: 46px auto 46px auto;
}
.parallax.parallax-type-1 .ce_text .content h2 {
    width: 33%;
    float: left;
    margin-top: 0;
}
.parallax.parallax-type-1 .ce_text .content p {
    width: 66%;
    float: right;
    margin-bottom: 0;
}

.parallax.parallax-type-1 #footer {
    position: fixed;
    bottom: -45px;
    width: 100%;
}

.parallax.parallax-type-2 .par-itm {
    width: 100%;
    max-width: 1024px;
    margin-left: auto;
    margin-right: auto;
}
.parallax.parallax-type-2 .par-itm#menu-target {
    width: 96%;
}
.parallax .par-itm .image {
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}
.parallax.parallax-type-2 .par-itm div {
    top: 50%;
    position: relative;
}
.ie.parallax.parallax-type-2 .par-itm.last div {
    top: 0;
}
.parallax .par-itm .left-box {
    margin-left: 1%;
    width: 32%;
    height: 328px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 24px 15px;
}
.parallax .par-itm .left-box.bg-image {
    background-image: url("../../files/dr-schoenheit/assets/s+p-integrated.svg");
    background-size: cover;
    background-position: center center;
}
.parallax .par-itm .right-box {
    width: 64%;
    height: 328px;
    margin-left: 2%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 24px 15px;
}
.parallax .par-itm .left-box h1 {
    color: #fff;
    padding-left: 0;
    margin-bottom: 0;
    font-size: 22px;
    text-transform: uppercase;
    
}
.parallax .par-itm .left-box h2 {
    color: #fff;
    font-size: 22px;
}
.parallax .par-itm .left-box h3 {
    font-size: 22px;
    position: absolute;
    bottom: 24px;
}
.parallax .par-itm .right-box h4 {
    font-size: 24px;
    margin-bottom: 48px;
}

.parallax.parallax-type-1 .mod_article {
    max-width: none;
    margin-bottom: 0;
}

.parallax.parallax-type-2 .par-itm.banderole {
    max-width: none;
}
.parallax.parallax-type-2 .par-itm.banderole .ce_text p {
    width: 96%;
    max-width: 560px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    font-size: 20px;
    line-height: 27px;
    padding-top: 21px;
    padding-bottom: 21px;
    color: #003c57;
}


.parallax.parallax-type-3 .mod_article {
    position: relative;
}

    /* Parallaxmenue */
    #mod_consulting li {
	-webkit-transition: background-color, 0.3s;
	-moz-transition: background-color, 0.3s;
	transition: background-color, 0.3s;
	background-color: rgba(173,163,149,1);
    }
    #mod_consulting li.activate {
	background-color: rgba(173,163,149,0.75);
    }
    #mod_engineering li {
	-webkit-transition: background-color, 0.3s;
	-moz-transition: background-color, 0.3s;
	transition: background-color, 0.3s;
	background-color: rgba(0,61,88,1);
    }
    #mod_engineering li.activate {
	background-color: rgba(0,61,88,0.75);
    }
    #mod_integrated li {
	-webkit-transition: background-color, 0.3s;
	-moz-transition: background-color, 0.3s;
	transition: background-color, 0.3s;
/*	background-color: rgba(0,159,238,0.75);*/
	background-color: rgba(0,159,238,1);
    }
    #mod_integrated li.activate {
	background-color: rgb(0,159,238);
    }
    .parallax .par-itm .level_1>li {
	width: 32%;
	float: left;
	height: 328px;
	position: relative;
	top: 50%;
	margin-top: 164px;
    }
    .parallax .par-itm .level_1>li>a {
	display: block;
	font-size: 27px;
	color: #fff;
	text-decoration: none;
	text-transform: uppercase;
	text-align: center;
	line-height: 328px;
	vertical-align: middle;
    }
    .parallax .par-itm .level_1>li.last {
	float: right;
    }
    .parallax .par-itm .level_2 {
	display: none;
	position: absolute;
	left: -106.3333%;
	top: 0;
	width: 100%;
    }
    .parallax .par-itm .first .level_2 {
	left: 106.3333%;
/*	display: block;*/
    }
/*    .parallax .par-itm .level_1>li:hover .level_2 {
	display: block;
    }*/
    
    /* consulting beraten */
    .parallax .par-itm .level_2>li a {
	display: block;
	font-size: 15px;
	color: #fff;
	text-decoration: none;
	
	vertical-align: middle;
	text-align: center;
    }
    .parallax .par-itm #mod_consulting .first .level_2>li a {
	margin-bottom: 10.4px;
	height: 46px;
	line-height: 46px;
    }
    .parallax .par-itm #mod_consulting .last .level_2>li a {
	margin-bottom: 12px;
	height: 56px;
	line-height: 56px;
    }
    /* engineering */
    .parallax .par-itm #mod_engineering .level_2>li a {
	margin-bottom: 16px;
	height: 70px;
	line-height: 70px;
    }
    
    /* integrated */
    .parallax .par-itm #mod_integrated {
	top: 50%;
    }
    .parallax .par-itm #mod_integrated ul {
	position: relative;
	
    }
    
    .parallax .par-itm #mod_integrated .level_1>li {
	width: 48%;
	position: relative;
	height: auto;
	float: none;
	op: auto;
	margin-top: 0;
	margin-left: auto;
	margin-right: auto;
	margin: 0 auto 8px auto;
    }
    .parallax .par-itm #mod_integrated .level_1>li>a {
	display: block;
	font-size: 15px;
	color: #fff;
	text-decoration: none;
	text-align: center;
	line-height: 77px;
	vertical-align: middle;
    }
    .parallax .par-itm #mod_integrated .level_2 {
	display: none;
    }

    .parallax-type-3 #main .mod_navigation {
	position: fixed;
	top: 150px;
	left: 1%;
	z-index: 8128;
	
    }
    .parallax-type-3 #main .mod_navigation a,
    .parallax-type-3 #main .mod_navigation span {
	color: #fff;
	text-decoration: none;
	cursor: default;
	text-align: left;
	
    }
    .parallax-type-3 #main .mod_navigation .level_1>li>a.trail {
	cursor: pointer;
    }
    .parallax-type-3 #main .mod_navigation .level_1 li {
	display: none;
    }
    .parallax-type-3 #main .mod_navigation .level_1 li.trail,
    .parallax-type-3 #main .mod_navigation .level_1 li.active {
	display: block;
    }
    .parallax-type-3 #main .mod_navigation .level_1>li>a,
    .parallax-type-3 #main .mod_navigation .level_1>li>span {
	font-size: 20px;
	width: 146px;
	padding: 8px 10px 5px 10px;
	display: block;
    }
    .parallax-type-3 #main .mod_navigation .level_2>li>a,
    .parallax-type-3 #main .mod_navigation .level_2>li>span {
	font-size: 13px;
	width: 146px;
	padding: 13px 10px 10px 10px;
	display: block;
	margin-top: 9px;
    }
    .consulting.parallax-type-3 #main .mod_navigation li span,
    .consulting.parallax-type-3 #main .mod_navigation li a {
	background-color: #ada395;
    }
    .engineering.parallax-type-3 #main .mod_navigation li span,
    .engineering.parallax-type-3 #main .mod_navigation li a {
	background-color: #003c57;
    }
    .integrated.parallax-type-3 #main .mod_navigation li span,
    .integrated.parallax-type-3 #main .mod_navigation li a {
	background-color: #199fde;
    }
    
    .integrated.parallax-type-3 #main .mod_navigation {
	top: 190px;
    }
    .integrated.parallax-type-3 .backlink a {
	position: fixed;
	z-index: 1;
	top: 140px;
	left: 1%;
	background-color: #199fde;
	text-decoration: none;
	font-size: 20px;
	width: 146px;
	padding: 8px 10px 5px 10px;
    }
    
    .serial-nav {
	width: 100%;
	height: 0;
	z-index: 7168;
    }  
    .serial-nav .serial-prev {
	float: left;
	margin-left: 1%;
	z-index: 7168;
    }
    .serial-nav .serial-next {
	float: right;
	margin-right: 1%;
	z-index: 7168;
    }
    .serial-nav a {
	width: 44px;
	height: 84px;
	display: block;
	background-size: 44px 84px;
	background-repeat: no-repeat;
	background-image: url("../../files/dr-schoenheit/assets/slider-arrow-left.png");
	left: 1%;
	cursor: pointer;
    }
    .serial-nav .serial-next a {
	background-image: url("../../files/dr-schoenheit/assets/slider-arrow-right.png");
    }
    .serial-nav a:hover {
	opacity: 1;
    }
    
    .parallax-type-3 .par-itm {
	background-color: rgba(255,255,255,0.9);
    }
    .parallax-type-3 .par-itm p:last-child {
	margin-bottom: 0;
    }
    .parallax-type-3 .par-itm .ce_text {
	width: 65%;
	max-width: 600px;
	margin-left: 34%;
    }
    .parallax-type-3 h4 {
	font-size: 20px;
	line-height: 27px;
	color: #958c7e;
	padding-top: 22px;
	margin-bottom: 20px;
    }
    .parallax-type-3 p {
	font-size: 15px;
	line-height: 20px;
	color: #003c57;
    }
    .parallax-type-3 ul,
    .parallax-type-3 ol {
	color: #003c57;
    }
    
    .ce_text p img {
	width: 100%;
	height: auto;
    }
    
#methode-tools-tiles.mod_article {
    margin-left: auto;
    margin-right: auto;
    max-width: 1280px;
}
/* Parallax-Kram */


#map-wrapper,
#map-canvas {
    height: 250px;
}


#searchresults form {
    display: none;
}
#searchresults .mod_search {
    width: 75%;
    margin-left: 12.5%;
    max-width: 620px;
}
.mod_search h3 .relevance {
    display: none;
}
.mod_search .url {
    color: #958c7e;
    margin-bottom: 15px;
}
.mod_search .context {
    color: #958c7e;
    margin-bottom: 5px;
}
.mod_search div {
   border-bottom: 1px solid #ada395;
   margin-bottom: 15px;
}
.mod_search .highlight {
    color: #003c57;
}

#startpage-video {
    min-height: 0 !important;
}
#startpage-video .video-content {
    width: 64%;
    max-width: 620px;
    margin: 60px auto;
}
#startpage-video .video-content p {
    text-align: center;
}

/* Footer */

#footer {
    background-color: #ada395;
    height: 45px;
    position: relative;
    z-index: 2048;
}

#footer .inside {
    width: 98%;
    margin-left: 1%;
    margin-right: 1%;
}
#footer .content {
    padding: 10px 15px 0 21px;
}
#footer a,
#footer span {
    font-size: 12px;
    text-decoration: none;
}
#footer .left a {
    margin-right: 12px;
}

/* Footer */

#cookiebar {
    z-index: 9999 !important;
}

/* career */

.career.page-margin-160 .mod_article.first {
	margin-top: 200px;
}
.career .mod_article {
	padding: 0 25px;
	box-sizing: border-box;
}
.career h1 {
    padding-left: 0;
    font-size: 20px;
    line-height: 27px;
    color: #958c7e;
    margin-bottom: 0px;
/*     position: relative; */
    top: -30px;
    left: 25px;
    box-sizing: border-box;
}

.career .mod_article .mod_navigation {
/* 	padding-left: 25px; */
	margin-top: 20px;
	padding-right: 25px;
	width: calc(100% - 50px);
}
.career .mod_article .mod_navigation ul li {
	margin-bottom: 10px;
}
/*
.career .mod_article .mod_navigation ul li::before {
	content: '-';
	display: inline-block;
	margin-right: 5px;
	color: #009EE0;
}
*/

/* Breadcrumb */

.mod_breadcrumb {
	box-sizing: border-box;
	top: 160px;
    display: block;
    position: relative;
    padding: 0 25px;
    width: 100%;
    height: 30px;
    z-index: 3;
}
.mod_breadcrumb ul {

}
.mod_breadcrumb ul li {
	float: left;
	margin-right: 10px;
}
.mod_breadcrumb ul li a::after {
	content: '/';
	display: inline-block;
	margin-left: 10px;
}


@media only screen and (max-width: 1280px) {
    .news-tile,
    .news-tile.movie,
    .news-tile.movie:nth-child(3n+1),
    .news-tile.project-tile,
    .news-tile.project-tile:nth-child(3n),
    .news-tile.project-tile:nth-child(3n+1),
    .news-tile.methods,
    .news-tile.methods:nth-child(3n),
    .news-tile.methods:nth-child(3n+1) {
	width: 48%;
	margin-left: 1%;
	margin-right: 1%;
    }
    .mod_newslist .news-tile:nth-child(3n+1) {
	clear: none;
    }
    .mod_newslist .news-tile:nth-child(2n+1) {
	clear: both;
    }
}

@media only screen and (max-width: 990px) {
    .mod_newsreader .layout_full,
    .standard.privacy .mod_article,
    .standard .mod_article#career {
	width: 84.625%;
	margin-left: 13.375%;
	margin-right: 2%;
    }
    .parallax-type-3 .par-itm .ce_text,
    .parallax-type-3 .par-itm .video-content,
    #project-details .content {
	width: 80%;
	margin-left: auto;
	margin-right: auto;
	max-width: none;
	padding-right: 0;
	padding-bottom: 25px;
    }
}

@media only screen and (max-width: 830px) {
    .career.accordion {
	float: none;
	width: 100%;
    }
    .career .accordion-toggler {
	width: 100%;
    }
    .career.accordion.col-6:nth-child(2n+1) {
	margin-left: 0;
    }
    .career.accordion.col-6:nth-child(2n) {
	margin-right: 0;
    }
    #career .ce_text {
	padding-right: 0;
    }
    .news-tile,
    .news-tile.movie,
    .news-tile.movie:nth-child(3n+1),
    .news-tile.project-tile,
    .news-tile.project-tile:nth-child(3n),
    .news-tile.project-tile:nth-child(3n+1),
    .news-tile.methods,
    .news-tile.methods:nth-child(3n),
    .news-tile.methods:nth-child(3n+1) {
	width: 98%;
	margin-left: 1%;
	margin-right: 1%;
    }
    .linkcloud .link-item span {
	font-size: 15px;
    }
    .linkcloud .link-item a {
	font-size: 15px;
	line-height: 20px;
    }
    .linkcloud .link-item.active span {
	font-size: 15px;
    }
}
@media only screen and (max-width: 700px) {
    .mod_newsreader .layout_full,
    .standard.privacy .mod_article,
    .standard .mod_article#career {
	width: 96%;
	margin-left: 2%;
	margin-right: 2%;
    }
    .standard.company.privacy .mod_article.first,
    .standard.company #news-overview.mod_article.first {
	margin-top: 70px;
    }
    p {
	font-size: 12px;
	line-height: 15px;
    }
    ol li {
	font-size: 12px;
	line-height: 15px;
    }
    h1 {
	padding-left: 3%;
	margin-bottom: 20px;
    }
    #header {
	min-height: 45px;
    }
    #header .logo {
	top: 14px;
    }
    #header .logo img {
	width: 120px;
	height: auto;
    }
    #header .menu-toggler {
	top: 21px;
    }
    .search-menu-button {
	top: 18px;
    }
    #header .menu {
	z-index: 4224;
    }
    #header .inside {
/*	position: relative;*/
    }
    #header .claim {
	display: none;
    }
    #header .sub-navigation {
	margin-top: 98px;
    }
    #header .menu-toggler {
	right: 25px;
    }
    #slider {
	margin-top: 45px;
    }
    #slider .opener h1 {
	font-size: 18px;
	line-height: 22px;
    }
    .project-filter-header.standard.company .mod_article.first {
	margin-top: 160px;
    }
    .sub-navigation.consulting-et-al li {
	width: 100%;
	position: relative;
	display: none;
    }
    .sub-navigation.consulting-et-al li.trail,
    .sub-navigation.consulting-et-al li.active {
	display: block;
	width: 98%;
	position: absolute;
	top: 64px;
    }
    .sub-navigation.consulting-et-al li.trail .arrow-icon.mobile,
    .sub-navigation.consulting-et-al li.active .arrow-icon.mobile {
	display: block;
    }
    .sub-navigation.consulting-et-al li.trail.opened .arrow-icon.mobile,
    .sub-navigation.consulting-et-al li.active.opened .arrow-icon.mobile {
	background-image: url("../../files/dr-schoenheit/assets/arrow-up-white.svg");
    }
    
    #header .sub-navigation.company {
	margin-top: 50px;
    }
    .sub-navigation.company .menu-text.mobile {
	display: block;
	border-bottom: 1px solid #958c7e;
	margin-bottom: 9px;
	position: relative;
    }
    .sub-navigation.company .menu-text.mobile .arrow-icon {
	width: 13px;
	height: 7px;
	display: block;
	position: absolute;
	right: 5px;
	top: 7px;
	background-image: url("../../files/dr-schoenheit/assets/arrow-down-platinum.svg");
	background-position: center center;
	background-repeat: no-repeat;
    }
    .sub-navigation.company .menu-text.mobile.opened .arrow-icon {
	background-image: url("../../files/dr-schoenheit/assets/arrow-up-platinum.svg");
    }
    .sub-navigation.company ul {
	display: none;
    }
    .sub-navigation.company li {
	float: none;
	width: 100%;
    }
    .sub-navigation.company li.active {
	display: none;
    }
    
    .mod_newsreader .layout_full {
	padding: 0;
	width: 94%;
	margin-left: auto;
	margin-right: auto;
    }
    .mod_newsreader .ce_image .image_container {
	width: 100%;
    }
    .mod_newsreader .video-content {
	width: 100%;
    }
    .mod_newsreader .ce_text {
	max-width: none;
	width: 100%;
    }
    #history {
	padding-top: 200px;
    }
    #history .opener .start {
	position: relative;
    }
    #history .screen-1 {
	margin-top: 120px;
    }
    
    .iphone6 #history .screen-1 {
	margin-top: 250px;
    }
    #history .history-itm {
	position: relative;
	width: 94%;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 35px;
    }
    #history .history-itm h2,
    #history .history-itm h3 {
	font-size: 15px;
	line-height: 20px;
    }
    
    #history .screen-1 .line {
	height: 100px;
    }
    #history .flyover-itm.invisible {
	position: relative;
	display: block;
	top: 0;
    }
    #history .flyover-itm .content {
	width: 94%;
	margin-left: 3%;
	margin-right: 3%;
	position: relative;
	margin: 20px auto;
    }
    #history .flyover-itm.itm-0 .content {
	margin-top: 0;
    }
    #history .flyover-itm .content h2 {
	float: none;
	width: 100%;
	font-size: 15px;
	line-height: 20px;
	text-align: left;
    }
    #history .flyover-itm .content .text {
	float: none;
	width: 100%;
	margin-top: 3px;
    }
    #history .history-items {
	height: auto !important;
    }
    #history .timeline {
	display: none;
    }
    #history .ending {
	width: 94%;
    }
    #history .ending img {
	width: 100%;
	height: auto;
    }
    #history .ending h2 {
	font-size: 20px;
    }
    #history .ending h2 .large {
	font-size: 30px;
    }
    
    
    .mod_article#bgImage {
	position: static;
    }
    .mod_article#bgImage .background-image {
/*	display: none;*/
	display: block;
	position: relative;
	height: auto !important;
    }
    .parallax-type-3 .mod_article#bgImage .background-image {
	margin-top: 0px !important;
    }
    .mod_article#bgImage .mobile-image {
	display: block;
	position: relative;
	width: 100%;
	margin-top: 100px;
    }
    .mod_article#bgImage .mobile-image img {
	width: 100%;
	height: auto;
    }
    .par-itm .left-box {
	display: none;
    }
    .parallax .par-itm .right-box {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	padding-top: 20px;
	height: auto;
    }
    .parallax .par-itm .right-box h4 {
	margin-bottom: 7px;
	font-size: 18px;
	line-height: 24px;
    }
    .parallax.parallax-type-2 .par-itm.banderole .ce_text p {
	font-size: 15px;
	line-height: 20px;
    }
    .parallax .par-itm .level_1>li {
	margin-top: 10px;
	width: 94%;
	margin-left: auto;
	margin-right: auto;
	float: none;
	height: auto;
	top: 0;
    }
    .parallax .par-itm .level_1>li.last {
	float: none;
	margin-bottom: 40px;
    }
    .parallax .par-itm .level_1>li>a {
	line-height: 70px;
	font-size: 20px;
    }
    
    .parallax .par-itm .level_2 {
	left: 0 !important;
	position: relative;
    }
    #mod_consulting li,
    #mod_consulting li.activate,
    #mod_engineering li,
    #mod_engineering li.activate {
	background-color: transparent;
    }
    #mod_consulting li.activate a {
	background-color: rgba(173,163,149,.75) !important;
    }
    #mod_engineering li.activate a {
	background-color: rgba(0,61,88,.75) !important;
    }
    .parallax .par-itm .level_2>li.first {
	margin-top: 10px;
    }
    .parallax .par-itm .level_2>li a {
	font-size: 15px;
	height: 40px !important;
	line-height: 40px !important;
	vertical-align: middle;
	margin-bottom: 10px !important;
    }
    .parallax .par-itm #mod_consulting .level_1>li>a,
    .parallax .par-itm #mod_consulting .level_2>li a {
	background-color: rgba(173,163,149,1);
    }
    .parallax .par-itm #mod_engineering .level_1>li>a,
    .parallax .par-itm #mod_engineering .level_2>li a {
	background-color: rgba(0,61,88,1);
    }
    
    .parallax.parallax-type-3 .mod_article {
	margin-top: 0 !important;
	min-height: 0 !important;
	margin-bottom: 25px;
    }
    .parallax.parallax-type-3 .mod_article#methode-tools-tiles {
	margin-top: 100px !important;
    }
    .par-itm .video-content,
    .parallax-type-3 .par-itm .ce_text {
	margin: 0 auto;
	width: 94%;
	max-width: none;
    }
    .parallax-type-3 .serial-nav {
	position: absolute;
	top: 280px !important;
/*	display: none;*/
    }
    .parallax-type-3 .serial-nav a {
	width: 32px;
	height: 60px;
	background-size: 32px 60px;
    }
    
    .parallax-type-3 #main .mod_navigation {
	position: relative;
	top: auto;
	margin-top: 110px;
	width: 98%;
	left: 1%;
    }
    .integrated.parallax-type-3 #main .mod_navigation {
	margin-top: 9px;
	top: auto;
    }
    .integrated.parallax-type-3 .backlink a {
	position: relative;
	top: auto;
	margin-top: 110px;
	width: 98%;
	background-color: #199fde;
	text-decoration: none;
	font-size: 20px;
	padding: 8px 10px 5px 10px;
	display: block;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
    }
    
    
    .parallax-type-3 #main .mod_article#bgImage .mobile-image {
	margin-top: 15px;
    }
    .parallax-type-3 #main .mod_navigation .level_1>li>a,
    .parallax-type-3 #main .mod_navigation .level_1>li>span,
    .parallax-type-3 #main .mod_navigation .level_2>li>a,
    .parallax-type-3 #main .mod_navigation .level_2>li>span {
	width: auto;
    }
    
    #projectfilter {
	position: relative;
/*	top: 20px;*/
	width: 94%;
	left: 3%;
	background-color: #fff;
	margin-top: 50px;
	margin-bottom: 0;
    }
    #projectfilter p {
	padding-top: 4px;
    }
    #projectfilter .filter {
	width: 100%;
	float: none;
    }
    #projectfilter .filter.active {
	border-bottom: none;
    }
    #projectfilter .filter-list {
	position: relative;
    }
    #projectfilter .filter-list li {
	font-size: 12px;
	width: 100%;
	padding-left: 25px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
    }
    #project-details .header {
	position: relative;
	left: 0;
	top: 0;
	padding-left: 2%;
	padding-right: 2%;
    }
    .slides .slider-itm.absolute {
	position: relative;
	margin-top: 15px;
	height: auto !important;
	left: 0 !important;
	background-size: 0px 0px !important;
    }
    .slides .slider-itm img {
	width: 100%;
	height: auto;
	
    }
    .slides .slider-itm img.invisible {
	display: block;
    }
    #project-details {
	min-height: 0 !important;
    }
    #project-details .projectdetail {
	height: auto !important;
    }
    #project-details .content {
	width: 94%;
	margin-left: 3%;
	margin-right: 3%;
	padding-left: 0;
	padding-right: 0;
    }
    #project-details .overlay {
	margin-top: 0 !important;
    }
    #project-details .slider-nav {
	display: none;
    }
    #project-details #footer {
	display: none !important;
    }
    #footer {
	display: block !important;
	height: auto;
    }
    #footer.mobile {
	position: relative !important;
	bottom: 0 !important;
    }
    #footer a,
    #footer span {
	font-size: 10px;
    }
    #footer .content {
	padding-top: 0;
	padding-left: 9px;
	padding-bottom: 5px;
    }
    #footer .content .mobile.invisible {
	display: block;
    }
    #footer .content .right {
	clear: both;
	float: left;
	/*line-height: 11px;*/
    }
    
    .parallax-type-1 .par-itm {
	height: auto !important;
    }
    .parallax-type-1 .par-itm .image {
	background-size: 0px 0px;
	position: relative !important;
	height: auto !important;
    }
    .parallax-type-1 .par-itm .image .invisible {
	display: block;
    }
    .parallax-type-1 .par-itm .image .invisible img {
	width: 100%;
	height: auto;
    }
    .parallax.parallax-type-1 .background-image+.ce_text {
	position: relative;
    }
    .parallax.parallax-type-1 .ce_text .content {
	width: 94%;
	min-height: 0;
/*	margin: 20px auto;*/
	margin: 0 auto;
	padding: 20px 0;
    }
    .parallax.parallax-type-1 .ce_text .content h2,
    .parallax.parallax-type-1 .ce_text .content p {
	float: none;
	width: 100%;
    }
    .parallax.parallax-type-1 .ce_text .content h2 {
	margin-bottom: 5px;
    }
    .team .desktop {
	display: none;
    }
    .team .mobile {
	display: block;
    }
    .team .ce_text .inside {
	width: 94%;
    }
    .team .ce_text h2 {
	margin-top: 0;
    }
    
    #startpage-video .video-content {
	width: 94%;
	margin: 30px auto;
    }
    
    .mod_breadcrumb {
	    top: 90px;
	}
	.career .mod_article.first {
		margin-top: 180px !important;
	}
	p {
	    font-size: 15px;
	    line-height: 22px;
	    margin: 0 0 15px 0;
	}
	.mod_article#bgImage {
	    height: auto;
	}
}
    
@media only screen and (max-width: 600px) {
    .mod_changelanguage a,
    .mod_changelanguage span,
    .main-navigation li a,
    .main-navigation li span {
	font-size: 16px;
    }
    .main-navigation li a,
    .main-navigation li span {
	padding-top: 10px;
	padding-bottom: 6px;
    }
    
    
    #header .menu.active .menu-content {
	display: block;
	width: 100%;
	position: absolute;
	right: 0;
	z-index: 128;
	overflow: scroll;
    }
    
    #slider {
	margin-top: 45px;
    }
    .standard .mod_article.first {
	margin-top: 50px;
    }
    .standard.company .mod_article.first {
	margin-top: 120px;
    }
/*    .standard.company .mod_article.first {
	margin-top: 160px;
    }*/
    .standard.contact .mod_article.first {
	margin-top: 50px;
    }
    .standard.company.vision .mod_article.first {
	margin-top: 90px !important;
    }
    .startpage.background-image {
	display: none;
    }
    .startpage .tile-container {
	width: auto;
	top: 0 !important;
    }
    .startpage .tile-200 {
	width: 94%;
	margin-left: auto;
	margin-right: auto;
	height: 127px !important;
	overflow: hidden;
	float: none;
    }
    .startpage .tile-200 .overlay,
    .startpage .tile-200 .background {
	width: 100%;
	height: 100%;
    }
    .startpage .tile-200 img {
	width: 100%;
	height: auto;
    }
    .startpage #slider h2 {
	font-size: 10px;
	color: #958c7e;
	left: 13px;
	bottom: 17px;
    }
    .startpage .mod_article.last .image.background-image {
	display: none;
    }
    .startpage #mainContent {
	min-height: 0 !important;
    }
    .slider-nav .nav-projects {
	font-size: 10px;
    }
    .col-6 {
	width: 98%;
    }
/*    .person.left,
    .person.right{
	width: 94%;
	margin-left: 3%;
	margin-right: 3%;
	float: none !important;
    }*/
    #kontakt .col.left,
    #kontakt .col.right {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 94%;
	margin-left: 3%;
	margin-right: 3%;
	float: none !important;
    }
    .person img {
	display: block;
    }
    .google-map {
	margin-top: 15px;
	padding-right: 0 !important;
    }
    .two-col .col-6 {
	width: 94% !important;
	margin-left: 3%;
	margin-right: 3%;
	float: none !important;
	padding-left: 0 !important;
    }
    .parallax .par-itm #mod_integrated .level_1>li {
	width: 98%;
    }
    .slider-nav .nav-prev, .slider-nav .nav-next {
	width: 32px;
	height: 60px;
	background-size: 32px 60px;
    }
    .slider-nav .nav-down {
	height: 32px;
	background-size: 60px 32px;
	background-position: center center;
    }
    .linkcloud .content {
	margin-left: 2% !important;
	width: 96% !important;
	left: 0 !important;
    }
    .linkcloud #topsearchtext {
	width: 200px;
	margin-left: 20px;
	font-size: 18px;
    }
    .linkcloud .link-item-column {
	width: 100%;
    }
    .tile-200.sp-integrated img {
	display: none;
    }
    .tile-200.sp-integrated img.invisible {
	display: block;
	width: 100%;
	height: 100%;
    }
    .mod_article.two-col .col-6+.col-6 {
	padding-right: 0;
    }
}


