html {
    background-color: #e1dedd;
}
body {
    background: url('../assets/images/gradient-bg.png') no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    -webkit-text-size-adjust: 100%;
    position: relative;
    font-size: 100%;
    margin: 0px;
    padding: 0px;
    overflow: hidden;
}
* {
    margin: 0px;
    padding: 0px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}
a {
    text-decoration: none;
    color: black;
}
img {
    max-width: 100%;
    height: auto;
    display: block;
}
@font-face {
    font-family: "DinOffcPro-regular";
    src: url("../assets/fonts/DINOffcPro.ttf");
}
@font-face {
    font-family: "DinOffcPro-bold";
    src: url("../assets/fonts/DINOffcPro-Bold.ttf");
}
@font-face {
    font-family: "DinOffcPro-italic";
    src: url("../assets/fonts/DINOffcPro-Ita.ttf");
}
.offcPro-regular {
    font-family: DinOffcPro-regular, Helvetica, Arial, sans-serif;
}
.offcPro-bold {
    font-family: DinOffcPro-bold, Helvetica, Arial, sans-serif;
}
.offcPro-italic {
    font-family: DinOffcPro-italic, Helvetica, Arial, sans-serif;
}

/**********************************************
*                   header                    *
**********************************************/

#header {
    position: relative;
    z-index: 99;
    padding: 50px 10px 0 0px;
    width: 100%;
}
#logo-wrap {
    /*border: 1px solid black;*/
    
    position: relative;
    width: 300px;
    height: 70px;
    /*margin: 0 auto 0;*/
    margin: -30px auto 3px;
}
#logo-wrap span {
    position: relative;
    top: 27px;
    left: 27px;
    font-size: 1em;
}
#logo {
    position: relative;
    width: 272px;
    margin: 0px;
    z-index: 1;
    top: 23px;
    left: 26px;
}
#menu-btn {
    position: absolute;
    top: 0;
    right: 0;
    zoom: 1;
}
/**********************************************
*                nav-menu                     *
**********************************************/

.nav-target {
    position: absolute;
    pointer-events: none;
    /*display: none;*/
}
#menu:not( .mm-menu) {
    display: none;
}
#menu > ul > li {
    height: 50px;
}
.menu-cross {
    position: relative;
    top: 0;
    left: 0;
}
.menu-headline {
    position: relative;
    font-family: DinOffcPro-bold, Helvetica, Arial, sans-serif;
    top: 10px;
    left: 12px;
}
.menu-link {
    margin: 0 0 2px 0 !important;
}
#menu > ul >li:first-child {
    margin: 10px 0 0px 0 !important;
}
.mm-list > li > a, .mm-list > li > span {
    margin: 0 !important;
    padding: 0 !important;
}
.mm-list > li:not(.mm-subtitle):not(.mm-label):not(.mm-search):not(.mm-noresults)::after {
    border-bottom-style: none !important;
}
.spacer::before {
    content: "";
    position: absolute;
    left: 12px;
    top: 29px;
    height: 0px;
    width: 15px;
    /* or 100px */
    
    border-bottom: 2px solid #bfbfbf;
}
#menu > ul > li > a {
    width: 100%;
    height: 100%;
}
.submenu {
    height: 38px !important;
}
.submenu > a > span {
    padding-left: 12px !important;
    margin: 0px 0 0px 0 !important;
    font-size: 1.094em !important;
}
#menu > ul {
    padding: 0 0 0 10px !important;
    color: black;
    font-family: DinOffcPro-regular, Helvetica, Arial, sans-serif;
    font-size: 1.094em;
}
/**********************************************
*             header-image                    *
**********************************************/

#header-image {
    position: relative;
    max-width: 990px;
    height: 240px;
    background: url('../assets/images/header_image_large.jpg') no-repeat;
    background-position: 27%;
    margin: 46px auto 5px;
    -webkit-transition: height 0.5s;
    -moz-transition: height 0.5s;
    transition: height 0.5s;
}
/**********************************************
*                 content                     *
**********************************************/

#content-wrapper {
    /*background-color: red;*/
    min-width: 300px;
    max-width: 1010px;
    margin: 0px auto 0px;
    width: 100%;
    padding: 0 5px;
}
.blur-container {
    position: relative;
}
.text-tile {
    /*background-color: blue;*/
    position: relative;
    margin: 5px;
    padding: 10px 0 0 10px;
}
#tl-text-tile{
    padding: 10px 0 0 20px;
}
.text-tile .subtitle {
    position: relative;
}
.text-tile-headline {
    width: 80%;
}
.text-tile-copy {
    position: relative;
    font-family: DinOffcPro-regular, Helvetica, Arial, sans-serif;
    left: 26px;
    font-size: 1em;
    line-height: 1.2em;
    width: 85%;
    margin: 0.35em 0 0 0;
    padding: 0px;
}
.tile-container {
    position: relative;
}
.teaser-tile {
    background-color: white;
    overflow: hidden;
    margin: 5px;
    position: relative;
    max-width: 768px;
    height: auto;
    -webkit-transform: translate3d(0, 0, 0);
}
.blur {
    filter: none;
    -webkit-filter: none;
    -moz-filter: none;
    -o-filter: none;
    -ms-filter: none;
    filter: none;
}
.blur:hover {
    filter: blur(30px);
    -webkit-filter: blur(30px);
    -moz-filter: blur(30px);
    -o-filter: blur(30px);
    -ms-filter: blur(30px);
    filter: url(../assets/blur.svg#blur);
    filter: progid: DXImageTransform.Microsoft.Blur(PixelRadius='30');
    overflow: hidden;
}
.blurred {
    filter: blur(30px);
    -webkit-filter: blur(30px);
    -moz-filter: blur(30px);
    -o-filter: blur(30px);
    -ms-filter: blur(30px);
    filter: url(../assets/blur.svg#blur);
    filter: progid: DXImageTransform.Microsoft.Blur(PixelRadius='30');
    overflow: hidden;
}
.subtitle {
    position: relative;
    margin: 0;
    padding: 0px;
}
.cross {
    position: absolute;
    z-index: 0;
}
.subtitle-headline {
    position: relative;
    margin: 0px !important;
    z-index: 1;
    font-family: DinOffcPro-bold, Helvetica, Arial, sans-serif;
    font-size: 1.563em !important;
    line-height: 1.1em !important;
    padding-left: 25px !important;
    padding-top: 23px !important;
}
.titel-headline {
    width: 254px;
    margin: 15px 0 0px 25px;
}
#titel-und-themen {
    position: relative;
    padding: 0 50px;
    max-width: 990px;
}
#titles-container {
    margin-top: 11px;
    width: 100%;
    display: flex;
    display: -webkit-flex;
    flex-direction: row;
    -webkit-flex-direction: row;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    justify-content: space-between;
    -webkit-justify-content: space-between;
}
#titles-container span {
    display: inline-block;
    font-family: DinOffcPro-bold, Helvetica, Arial, sans-serif;
    margin: 0 0px;
}
#topic-container {
    position: relative;
    font-family: DinOffcPro-regular, Helvetica, Arial, sans-serif;
    font-size: 1em;
    margin-top: 11px;
}
#mail {
    font-size: 0.875em;
}
#office-content {} #adress {} #mail-link {
    position: relative;
    top: 10px;
}
#phone-link {
    display: inline-block;
    position: relative;
    top: 10px;
}
#mail-link :hover{
    color: white;
}
#xing-icon {
    position: relative;
    top: 30px;
}
#footer {
    position: relative;
    background-color: white;
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    margin-top: 44px;
    height: 1.563em;
    width: 100%;
}
#center-div {
    width: 100%;
    max-width: 1010px;
    height: 1.563em;
    position: relative;
    margin: 0px auto 0px;
    padding: 0 56px;
}
#download {
    position: relative;
    top: 50%;
    transform: translateY(-60%);
    -webkit-transform: translateY(-60%);
    font-size: 0.75em;
    float: left;
}
#impressum {
    position: relative;
    top: 50%;
    /*text-align: center;*/
    float: left;
    transform: translateY(-60%);
    -webkit-transform: translateY(-60%);
    font-size: 0.75em;
}
/*************************************************/
/*************************************************/
/*************************************************/
/*************************************************/

.darken2 {
    top: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .15);
}
.centered {
    pointer-events: none;
    position: absolute;
    opacity: 0;
    padding: 15px;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.mo-title {
    pointer-events: none;
    position: absolute;
    opacity: 0;
    white-space: nowrap;
    /*width: 60%;*/
    
    text-align: center;
    top: 50%;
    left: 50%;
    color: white;
    font-family: DinOffcPro-italic, Helvetica, Arial, sans-serif;
    font-size: 1.375em;
}
.mo-title > span {
    position: relative;
    left: -50%;
    top: -15px;
}
.mo-title > span.zweizeilen {
    white-space: normal;
    top: -30px;
}
.mo-cross {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.mo-top, .mo-bottom {
    width: 1px;
    height: 20px;
    background-color: white;
}
.mo-left, .mo-right {
    width: 20px;
    height: 1px;
    background-color: white;
}
.mo-top {
    position: relative;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
}
.mo-bottom {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
}
.mo-left {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto 0;
}
.mo-right {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto 0;
}
/*************************************************/
/*************************************************/
/*************************************************/
/*************************************************/

.mobile-title {
    pointer-events: none;
    overflow: hidden;
    background-color: #c3c3c3;
    position: absolute;
    margin: 5px;
    bottom: 0;
    height: 60px;
}
.darken {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .05);
}
.mobile-title > img {
    position: absolute;
    margin: auto;
    bottom: 0px;
}
.mobile-title > div:not(.darken) {
    position: relative;
    text-align: center;
    color: white;
    top: 50%;
    left: 50%;
    font-family: DinOffcPro-italic, Helvetica, Arial, sans-serif;
    font-size: 1.094em;
}
.mobile-title > div > span {
    position: relative;
    top: -12px;
    left: -50%;
}
.mobile-blur {
    filter: blur(30px);
    -webkit-filter: blur(30px);
    -moz-filter: blur(30px);
    -o-filter: blur(30px);
    -ms-filter: blur(30px);
    filter: url(../assets/blur.svg#blur);
    filter: progid: DXImageTransform.Microsoft.Blur(PixelRadius='30');
    overflow: hidden;
}
/**********************************************
*             responsive                      *
**********************************************/

.row {
    position: relative;
    display: flex;
    display: -webkit-flex;
    display: -ms-flexbox;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-flex-flow: row wrap;
}
/**********************************************
*             media-queries / small           *
**********************************************/

@media screen and (min-width: 15.001em) and (max-width: 30em) {
    #mediaquery {
        position: relative;
        display: hidden;
        width: 1px;
        height: 60px;
        z-index: 0;
    }
    body {
        background: url('../assets/images/gradient-bg.png') no-repeat center center fixed;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
        background-position: 20%;
        -webkit-text-size-adjust: 100%;
    }
    #logo {
        width: 125px;
        top: 12px;
        left: 12px;
    }
    #menu-btn {
        right: 10px;
        top: 10px;
    }
    #header {
        position: fixed;
        background: url('../assets/images/gradient-bg.png') no-repeat center center;
        background-position: 20%;
        -webkit-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.2);
        -moz-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.2);
        box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.2);
        top: 0;
        padding: 10px 10px 0 10px;
        height: 60px;
        z-index: 100;
    }
    #logo-wrap {
        width: 138px;
        margin: 0;
    }
    #logo-wrap span {
        top: 9px;
        position: relative;
        left: 12px;
        font-size: .5em;
    }
    .teaser-tile {
        position: relative;
    }
    .teaser-tile > img {
        position: relative;
    }
    .grid-1 {
        width: 100%;
        zoom: 1;
    }
    #header-image {
        margin: 0px auto 5px;
        height: 150px;
        background-size: cover;
        background-position: 27%;
    }
    #tl-text-tile{
        padding: 0;
    }
    .text-tile {
        padding: 0;
        margin: 5px 5px 17px 5px;
    }
    .text-tile-headline {
        margin: 0;
        padding: 0;
        top: 0;
        left: 0;
    }
    .titel-headline {
        /*width: 254px;*/
        margin: 10px 0 0px 25px;
    }
    #titel-und-themen {
        padding: 0 0;
    }
    .text-tile-copy {
        margin: 12px 0 0 12px;
        padding: 0;
        left: 0;
    }
    .subtitle {
        padding: 0;
        margin: 0;
    }
    .subtitle-headline {
        margin: 0 !important;
        padding: 0 !important;
        font-size: 1.094em !important;
        top: 11px;
        left: 12px;
    }
    #xing-icon {
        display: none;
    }
    #office-content {
        width: auto;
    }
    .button-wrap {
        position: relative;
        width: 274px;
    }
    #mail-link {
        white-space: nowrap;
        display: inline-block;
        position: relative;
        margin: 0 auto;
        text-align: center;
    }
    #mail {
        position: absolute;
        font-size: 1.094em;
        margin: 0;
        padding: 0;
        top: 9px;
        left: 22px;
    }
    #phone-link {
        white-space: nowrap;
        display: inline-block;
        position: relative;
        margin: 0 0 5px 0;
        text-align: center;
        top: 20px;
    }
    #phone {
        position: absolute;
        font-size: 1.094em;
        margin: 0;
        padding: 0;
        top: 9px;
        left: 67px;
    }
    .button {
        zoom: 1;
        width: 274px;
    }
    .titel-headline {
        margin: 5px 5px 0px;
    }
    #titles-container span {
        margin: 0 5px;
    }
    #titles-container {
        justify-content: flex-start;
        -webkit-justify-content: flex-start;
        margin-top: 23px;
        padding: 0 12px;
    }
    #topic-container {
        width: 95%;
        margin-top: 11px;
        padding: 0 17px;
    }
    #footer {
        margin-top: 44px;
    }
    #center-div {
        margin: 0px auto;
        padding: 0 23px;
    }
}
/**********************************************
*             media-queries / medium          *
**********************************************/

@media screen and (min-width: 30.001em) and (max-width: 56.249em) {
    #mediaquery {
        position: relative;
        display: hidden;
        width: 2px;
        height: 60px;
        z-index: 0;
    }
    #logo {
        width: 125px;
        top: 12px;
        left: 12px;
    }
    #header {
        position: fixed;
        background: url('../assets/images/gradient-bg.png') no-repeat center center;
        background-position: 20%;
        -webkit-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.2);
        -moz-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.2);
        box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.2);
        top: 0;
        padding: 10px 10px 0 10px;
        height: 60px;
        z-index: 100;
    }
    #menu-btn {
        right: 10px;
        top: 10px;
    }
    #logo-wrap {
        width: 138px;
        margin: 0;
    }
    #logo-wrap span {
        top: 9px;
        position: relative;
        left: 12px;
        font-size: .5em;
    }
    #header-image {
        margin: 0px auto 5px;
        height: 150px;
        background-size: cover;
        background-position: 27% 0%;
    }
    .teaser-tile > img {
        position: relative;
    }
    .grid-2 {
        display: inline-block;
        width: 50%;
        zoom: 1;
    }
    #tl-text-tile{
        padding: 0;
    }
    .text-tile {
        padding: 0;
        margin: 6px 5px 17px 5px;
    }

    .text-tile-headline {
        margin: 0;
        padding: 0;
        top: 0;
        left: 0;
    }
    .text-tile-copy {
        margin: 12px 0 0 12px;
        padding: 0;
        left: 0px;
    }
    .subtitle {
        padding: 0;
        margin: 0;
    }
    .subtitle-headline {
        margin: 0 !important;
        padding: 0 !important;
        font-size: 1.094em !important;
        top: 10px;
        left: 12px;
    }
    .button {
        display: none;
    }
    #phone-link {
        display: inline-block;
        position: relative;
        top: 10px;
    }
    #xing-icon {
        display: none;
    }
    #titel-und-themen {
        padding: 0 0;
    }
    .titel-headline {
        margin: 5px 5px 0px;
    }
    #titles-container span {
        margin: 0 5px;
    }
    #titles-container {
        display: flex;
        display: -webkit-flex;
        flex-direction: row;
        -webkit-flex-direction: row;
        flex-wrap: wrap;
        -webkit-flex-wrap: wrap;
        justify-content: inherit;
        -webkit-justify-content: inherit;
        margin-top: 22px;
        padding: 0 12px;
    }
    #topic-container {
        width: 95%;
        margin-top: 11px;
        padding: 0 17px;
    }
    #footer {
        margin-top: 44px;
    }
    #center-div {
        margin: 0px 10px 0px;
        padding: 0 12px;
    }
}
/**********************************************
*             media-queries / large           *
**********************************************/

@media screen and (min-width: 56.25em) {
    #mediaquery {
        display: hidden;
        width: 3px;
        z-index: 0;
    }
    .button {
        display: none;
    }
    #menu-btn {
        display: none;
    }
    .grid-4 {
        display: inline-block;
        width: 25%;
        zoom: 1;
    }
    #topics {
        position: relative;
        width: 97%;
    }
}
/**********************************************
*         media-queries / landscape           *
**********************************************/

@media screen and (orientation: landscape) and (min-width: 30.001em) and (max-width: 56.249em) {
    #mediaquery {
        z-index: 1;
    }
    #header-image {
        margin: 0px auto 5px;
        height: 150px;
        background-size: cover;
    }
}
@media screen and (orientation: portrait) and (min-width: 30.001em) and (max-width: 56.249em) {
    #mediaquery {
        z-index: 1;
    }
}