/*
	.fitgrd - responsive grid system
	open http://www.fitgrd.com for more information
	download at https://github.com/jayalai/fitgrd
	Licensed under GPL and MIT.
*/

/*
	farben:
	dunkelblau : #1E2A84;
	text 	   : #44454d
*/

/*
	GENERELL
	********
*/

@font-face {
    font-family: "Bauhaus_93 W00 Regular";
    src: url("../fonts/fb3d277f-26e8-4eab-905e-fdeee701af8f%EF%B9%96.eot#iefix");
    src: url("../fonts/fb3d277f-26e8-4eab-905e-fdeee701af8f%EF%B9%96.eot#iefix") format("eot"), url("../fonts/c6ed0d56-8042-4f05-925f-46f64f1679f8.woff2") format("woff2"), url("../fonts/3b03d4a6-7d56-447f-860b-2f03d7c59b1a.woff") format("woff"), url("../fonts/b54b3d16-b885-44ce-b67a-46a043fae9a8.ttf") format("truetype");
}

* {
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

body {
    font: 500 1em/1.5em 'Open Sans', Helvetica, Arial, sans-serif;
    background: white;
    color: #44454d;
}

.startseite body {
    background: #eee;
}

.logo-text {
    font: 500 1em/1.5em 'Bauhaus_93 W00 Regular', 'Open Sans', sans-serif;
    font-weight: normal;
    font-size: 1.3em;
    line-height: .95;
    /*
        position: relative;
        top: -4px;
    */
}

.wrapper {
    margin: 0 auto 0;
    max-width: 90em;
    background: white;
    z-index: 100;
    position: relative;
    top: 0;
    margin-top: 100px;
}

.parallax .wrapper {
    margin-top: 0;
}

a {
    color: #1E2A84;
    text-decoration: none;
}

p a {
    text-decoration: underline;
}

b, strong {
    font-weight: 700;
}

h1, h2, h3 {
    font-weight: normal;
    margin: 0;
    padding: 0;
    line-height: 1.3em;
    color: #1E2A84;
    font-weight: 300;
}

h2 {
    font-size: 1.2em;
    margin-bottom: .5em;
}

h2 a {
    color: #1E2A84;
}

header {
    top: 0;
    z-index: 10000;
    position: fixed;
    background: RGBA(255, 255, 255, .95);
    width: 100%;
    padding: 1em 0;
    margin: 0 auto;
    left: 0;
    will-change: transform;
    transition: transform 200ms linear;
}

.headroom--pinned {
    transform: translateY(0%);
}

.headroom--unpinned {
    transform: translateY(-100%);
}

header.has-shadow {
    box-shadow: 0 1px 5px RGBA(0, 0, 0, .1);
    -webkit-box-shadow: 0 1px 5px RGBA(0, 0, 0, .1);
}

header .center {
    max-width: 1650px;
}

header .row,
header .fg3,
header .fg9 {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 0;
}

header .row {
    padding-left: 0;
    padding-right: 0;
    margin-left: 0;
    margin-right: 0;
}

header .fg9 {
    padding-right: 0;
    float: right;
}

.top_area {
    position: relative;
    z-index: 1;
    background: white;
}

.top_area .image_container {
    overflow: hidden;
}

.top_area .callout_image_title {
    width: auto;
    height: auto;
}

.top_area .center,
.top_area .row {
    padding: 0;
    margin: 0;
}

.top_area .center {
    max-width: 120em;
    margin: 0 auto;
    text-align: center;
}

.top_area .ce_text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -90%);
    -webkit-transform: translate(-50%, -90%);
    text-align: center;
    z-index: 1000;
}

.landingpage .top_area .ce_text {
    top: 20%;
}

.landingpage .top_area .ce_text.buttons-right {
    top: calc(20% + 320px);
    left: 23%;
    text-align: left;
}

.landingpage .top_area .ce_text.buttons-right .button {
    top: 0;
    display: block;
    margin-bottom: 30px;
}

.top_area h1 {
    color: white;
    font-size: 4em;
    font-weight: 700;
    line-height: 1em;
}

.top_area h2 {
    color: white;
    font-size: 2em;
    text-shadow: 0px 1px 10px RGBA(0, 0, 0, .8);
    font-weight: 700;
}

.top_area .parallax img {
    min-width: 1440px;
    width: 100%;
    height: auto;
    position: relative;
}

.landingpage .top_area .parallax img {
    min-width: auto;
}

.top_area .button {
    top: 2em;
    position: relative;
    background: RGBA(255, 255, 255, 1);
    color: RGBA(29, 38, 134, 1);
    font-size: 1.2em;
    z-index: 1000;
    padding: .5em 2em;
    outline: none;
}

.top_area .button:hover {
    background: RGBA(255, 255, 255, .8);
}

.fixed-active {
    border: 1px solid #1E2A84 !important;
    background: none !important
}

/*
	NAVIGATION
	**********
*/

.navigation {
    margin: 0;
    padding: 1em 0 0;
    list-style: none;
    text-align: right;
    position: relative;
}

.navigation li {
    display: inline;
    margin-left: 0em;
}

.navigation a {
    display: inline-block;
    letter-spacing: .02em;
    padding: .5em 1em;
    line-height: 1;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border: 1px solid transparent;
}

.navigation a:hover {
    border-color: #1E2A84;
}

.toggle-menu {
    display: none;
}

.fb-link-image {
    vertical-align: middle;
    margin: 0 .25rem 0 0;
    position: relative;
    top: -4px;
}

.link-fb {
    padding-bottom: 0 !important;
}

.video {
    text-align: center;
    margin-bottom: 60px;
}

.video iframe {
    width: 800px;
    height: 450px;
}

.resp-container {
    margin-top: 30px;
    clear: both;
    position: relative;
    overflow: hidden;
    padding-top: 62.25%;
}
.resp-iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}

/*
	CALLOUT
	*******
*/

.callout,
.callout-post {
    height: 650px;
    background: #1E2A84;
    z-index: 50;
    overflow: hidden;
    color: white;
}

.callout-post {
    height: 450px;
}

.callout .center,
.callout .row,
.callout-post .center,
.callout-post .row {
    max-width: none;
    padding: 0;
    margin: 0;
}

.callout figure,
.callout-post figure {
    margin: 0;
    padding: 0;
}

.callout img,
.callout-post img {
    min-height: 400px;
    min-width: 100%;
}

/*
	PITCH
	*****
*/

.pitch {
    padding: 2em 0 10em;
}

.pitch .row {
}

.pitch .fg6 {
    border-top: 1px solid #eee;
    padding-top: 2em;
}

.pitch h1 {
    margin-top: .3em;
}

/*
	ENTWICKLUNG
	***********
*/

.entwicklung {
    background: #f5f5f5;
    padding: 6em 0 4em;
    position: relative;
    z-index: 100;
}

.section_headline {
    font-size: 5em;
    font-weight: 300;
    position: relative;
    margin-top: -2.22em;
    position: absolute;
    z-index: 100;
    left: 0;
}

/*
	VERMIETUNG
	**********
*/

.vermietung {
    background: white;
    padding: 6em 0 4em;
    position: relative;
    z-index: 100;
}

/*
	UNTERNEHMEN
	***********
*/

.unternehmen {
    display: inline-block;
    width: 100%;
    background: #f5f5f5;
    padding: 6.2em 0 0;
    position: relative;
    z-index: 100;
}

.unternehmen .ce_image,
.unternehmen .ce_text {
    height: 500px;
}

.landingpage .unternehmen .ce_image,
.landingpage .unternehmen .ce_text {
    height: auto;
}

.unternehmen .center {
    max-width: 78em;
}

.unternehmen .row {
    padding-right: 2%;
    padding-left: 2%;
}

.unternehmen .section_headline {
    margin-left: 0%;
}

.unternehmen .fg6 {
    padding: 0;
    margin-right: 2%;
    margin-left: 0;
    width: 48%;
}

.unternehmen .ml {
    margin-left: 2%;
    margin-right: 0;
}

.unternehmen .ce_image {
}

.unternehmen .image_container {
}

.unternehmen figure {
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.unternehmen figure img {
    float: right;
    height: auto;
    width: auto;
    max-width: 800px;
    min-height: 500px;
}

.unternehmen .ce_text {
    padding: 4em 4em;
}

/*
	KARRIERE
	***********
*/

.karriere {
    display: inline-block;
    width: 100%;
    background: #f5f5f5;
    padding: 6.2em 0 0;
    position: relative;
    z-index: 100;
    margin-top: 80px;
}

.karriere .ce_image,
.karriere .ce_text {
    height: 500px;
}

.karriere .center {
    max-width: 78em;
}

.karriere .row {
    padding-right: 2%;
    padding-left: 2%;
}

.karriere .section_headline {
    margin-left: 0%;
}

.karriere .fg6 {
    padding: 0;
    margin-right: 2%;
    margin-left: 0;
    width: 48%;
}

.karriere .ml {
    margin-left: 2%;
    margin-right: 0;
}

.karriere .ce_image {
}

.karriere .image_container {
}

.karriere figure {
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.karriere figure img {
    float: right;
    height: auto;
    width: auto;
    max-width: 800px;
    min-height: 500px;
}

.karriere .ce_text {
    padding: 4em 4em;
}

/*
	POST ÜBERSICHT
	******
*/

.post {
    text-align: left;
    margin-bottom: 6em;
    min-height: 500px;
}

.mod_newslist .post.fg6.webcam_post {
    display: none !important;
}

.post h2 {
    padding-top: 1em;
    clear: both;
}

.post img {
    width: 100%;
    height: auto;
}

.post:hover a {
/ / text-decoration: underline;
    border-bottom: 1px solid #1E2A84;
}

.post-overview {
    padding-bottom: 1em;
    border-bottom: 1px solid #eee;
    margin-bottom: 3em;
    display: inline-block;
    width: 100%;
}

.post-overview figure {
    width: 200px;
    overflow: hidden;
    float: left;
    margin: 0 2em 0em 0;
    position: relative;
}

.post-overview figure img {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
}

.post-overview .post-info {
    color: #959997;
    font-size: .8em;
}

/*
	PAGINATION
	**********
*/

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

.pagination li {
    display: inline;
}

.pagination a,
.pagination span {
    display: inline-block;
    line-height: 1;
    padding: .5em .8em;
    background: #f4f4f4;
    border-radius: 4px;
}

.pagination span {
    background: #959997;
    color: white;
}

.pagination a:hover {
    background: #eee;
}

.pagination p {
    font-size: .8em;
    color: #959997;
    float: left;
    position: relative;
    padding: .5em 0;
    margin: 0 1em 0 0;
}

/*
	POST CONTENT
	************
*/

.post-content {
    background: white;
    padding: 2em 0 10em;
    display: inline-block;
    width: 100%;
}

.layout_full h1 {
    font-size: 3em;
    margin-bottom: 1em;
}

.layout_full figure {
    margin: 0 0 2em;
    padding: 0;
    overflow: hidden;
    width: 100%;
    height: auto;
}

.layout_full img {
    margin-bottom: .5em;
}

.layout_full .image_container {
    width: 100%;
    height: auto;
}

figcaption {
    color: #959997;
    font-style: italic;
    padding: .5em 0 .5em 1em;
    margin: .5em 0 0;
    border-left: 2px dotted #eee;
    font-size: .8em;
    display: inline;
}

.layout_full img {
    width: 100%;
    height: auto;
}

.info {
    border-top: 1px solid #eee;
    margin-top: 2em;
    padding-top: .5em;
    color: #959997;
    font-size: .8em;
}

/*
	TABLE
	*****
*/

table {
    width: 100%;
    margin-bottom: 2em;
    margin-top: 2em;
    border-top: 1px solid #eee;
}

table a {
    text-decoration: underline;
    color: #1E2A84;
}

td {
    border-bottom: 1px solid #eee;
    padding: .8em 0;
}

td:first-child {
    border-right: 1px solid #eee;
    width: 50%;
    font-weight: 500;
}

td:last-child {
    padding-left: 1em;
}

tr:nth-child(even) {
    background: #f5f5f5;
}

/*
	SIDEBAR CONTACT
	***************
*/

.sidebar-contact {
    background: #f4f4f4;
    padding: 1em;
    margin-bottom: 2em;
}

.contact_thumb {
    border-radius: 100px;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
}

/*
	SIDEBAR NAVIGATION
	******************
*/

.mod_tagcloud {
    background: #f4f4f4;
    padding: 1em;
    margin-bottom: 2em;
}

.mod_tagcloud ul {
    margin: 1em 0 0;
    padding: 0;
    list-style: none;
}

.mod_tagcloud li {
    padding: .5em 0;
    border-bottom: 1px solid white;
}

.mod_tagcloud li:last-child {
    border: 0;
}

.mod_tagcloud li a {
    color: #44454d;
}

.button {
    border: 0;
    border-radius: 40px;
    -webkit-border-radius: 40px;
    -moz-border-radius: 40px;
    line-height: 1;
    padding: .5em 1em;
    color: white;
    text-decoration: none;
    background: #1E2A84;
}

.button:hover {
    background: #232a5c;
}

.back {

}

.top-info {
    padding: 0 0 .5em;
    margin-bottom: 2em;
    border-bottom: 1px solid #eee;
}

.top-info a {
    color: #959997;
    font-size: .8em;
}

.top-info a:hover {
    text-decoration: underline;
}

.mod_sharebuttons {
    margin-bottom: 1rem;
}

/*
	FOOTER
	******
*/

footer {
    padding: 6em 0;
    background: #1E2A84;
    color: white;
    margin: 0 auto;
}

footer a {
    color: white;
}

footer .fb-link-image {
    vertical-align: middle;
    margin: 0 .25rem 0 0;
    position: relative;
    top: -2px;
    max-width: 16px;
}

footer .link-fb {
    text-decoration: none;
}

footer h3 {
    color: white;
    font-weight: 700;
}

/*
	SECTION NAVIGATION
	******************
*/

.section-navigation {
    text-align: right;
    position: absolute;
    top: -7em;
    width: 100%;
    z-index: 1000;
    right: 1em;
}

.unternehmen .section-navigation {
    top: -7.2em;
}

.section-navigation .up_arrow,
.section-navigation .down_arrow {
    width: 2.5em;
    display: inline-block;
    margin: 2em 0;
    position: absolute;
    right: 0em;
}

.section-navigation .up_arrow {
    top: -4em;
}

.section-navigation .up_arrow img,
.section-navigation .down_arrow img {
    width: 100%;
}

.webcam {
    position: relative;
    padding-bottom: 75.00%;
    height: 0;
    overflow: hidden;
}

.webcam iframe {
    position: absolute;
    top: 0;
    left: 0;
    margin-left: -8px;
    width: 100%;
    height: 100%;
}

.post.webcam_view_post .webcam {
    padding-bottom: 52%;
}

.mt80 {
    margin-top: 80px;
}

.mt100 {
    margin-top: 100px;
}

.col-5 {
    margin-left: 0;
    margin-right: 0;
}

/*
	MEDIA QUERIES
	*************
*/

/* smartphone size */
@media screen and (max-width: 48em ) {

    body {
        padding-top: 88px;
    }

    body.landingpage {
        padding-top: 0;
    }

    .more-margin {
        margin-top: 50px
    }

    /* css */
    .make-text-bigger,
    .make-text-even-bigger {
        font-size: inherit;
        top: 0;
    }

    .mobile-pdf iframe {
        height: 400px !important;
    }

    header {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        background: RGBA(255, 255, 255, .96);
        height: auto;
        box-shadow: 0 1px 5px RGBA(0, 0, 0, .2);
        -webkit-box-shadow: 0 1px 5px RGBA(0, 0, 0, .2);
    }

    .logo img {
        max-width: 160px;
        height: auto;
    }

    .startseite header {
        margin-top: 0em;
    }

    header .row,
    header .fg3,
    header .fg9 {
        margin-top: 0;
        margin-bottom: 0;
        padding-top: 0;
        padding-bottom: 0;
        background: none;
    }

    header .fg3 {
        text-align: left;
    }

    /***************************/
    header .fg9 {
        display: none;
        width: 100%;
        clear: both;
        float: none;
        padding: 0 1rem;
        margin: 0;
    }

    .is-visible {
        display: block !important;
    }

    .navigation {
        margin: 0 0 2em;
        padding: 1.5em 0 0;
        list-style: none;
        text-align: left;
        position: relative;
        display: block;
    }

    .navigation li {
        margin-left: 0em;
    }

    .navigation a {
        display: block;
        letter-spacing: .02em;
        padding: 1em 0em 1em .5em;
        margin-bottom: 1px;
        line-height: 1;
        border-bottom: 1px solid #f2f2f2;
        border-radius: 0px;
        -webkit-border-radius: 0px;
        -moz-border-radius: 0px;
    }

    .navigation a:hover {
        border-color: transparent;
        border-bottom: 1px solid #f2f2f2;
    }

    .link-fb {
        padding-bottom: .5rem !important;
    }

    .fixed-active {
        border: 0 !important;
        border-bottom: 1px solid #f2f2f2 !important;
        font-weight: 700 !important;
    }

    /***************************/
    .top_area {
        height: auto !important;
        overflow: hidden;
        margin: 0;
    }

    .top_area .center .row {
        height: auto;
        overflow: hidden;
        width: 100%;

    }

    .top_area .callout_image_title {
        width: 90%;
        height: auto;
        margin: 0 auto;
    }

    .top_area .ce_text {
        position: absolute;
        width: 100%;
        text-align: center;
        z-index: 1000;
        transform: translate(-50%, -30%);
        -webkit-transform: translate(-50%, -30%);
    }

    .landingpage .top_area .ce_text.buttons-right {
        top: 130px;
        left: 0;
        width: auto;
        transform: none;
        -webkit-transform: none;
    }

    .landingpage .top_area .ce_text.buttons-right .button {
        display: inline-block;
        margin: 0;
        margin-left: 30px;
        background: #fff;
        color: rgba(29, 38, 134, 1);
        width: 250px;
        text-align: center;
    }

    .top_area h1 {
        color: white;
        font-size: 1em;
        font-weight: 700;
        line-height: 1em;
    }

    .top_area h2 {
        color: white;
        font-size: 1em;
    }

    .top_area .parallax img {
        width: auto;
        height: 420px;
    }

    .landingpage .top_area .parallax img {
        width: 100%;
        max-height: 420px;
    }

    .top_area .button {
        top: 1em;
        position: relative;
        background: transparent;
        color: white;
        font-size: 1em;
        z-index: 1000;
        border: 2px solid white;
    }

    .section_headline {
        font-size: 2em;
        padding-left: .4em;
    }

    .section-navigation .up_arrow,
    .section-navigation .down_arrow {
        display: none;
    }

    .pitch {
        padding: 2em 0 2em;
    }

    .pitch h1 {
        margin-top: .3em;
        font-size: 1.5em;
    }

    .entwicklung {
        padding: 3em 0 0;
    }

    .vermietung {
        padding: 3em 0 0;
    }

    .unternehmen {
        display: inline-block;
        width: 100%;
        padding: 3em 0 0;
    }

    .unternehmen .ce_image,
    .unternehmen .ce_text {
        height: auto;
        width: 100%;
    }

    .unternehmen .center {
        max-width: none;
    }

    .unternehmen .row {
        padding-right: 0;
        padding-left: 0;
    }

    .unternehmen .section_headline {
        margin-left: 0%;
    }

    .unternehmen .fg6 {
        padding: 0;
        margin-right: 0;
        margin-left: 0;
        width: 100%;
    }

    .unternehmen .ml {
        margin-left: 0;
        margin-right: 0;
    }

    .unternehmen figure {
        margin: 0;
        padding: 0;
        width: 100%;
        height: auto;
        overflow: hidden;
    }

    .unternehmen figure img {
        width: 100%;
        height: auto;
        float: none;
        min-height: 0;
    }

    .unternehmen .ce_text {
        padding: 1em;
    }

    .karriere {
        display: inline-block;
        width: 100%;
        padding: 3em 0 0;

    }

    .karriere .ce_image,
    .karriere .ce_text {
        height: auto;
        width: 100%;
    }

    .karriere .center {
        max-width: none;
    }

    .karriere .row {
        padding-right: 0;
        padding-left: 0;
    }

    .karriere .section_headline {
        margin-left: 0%;
    }

    .karriere .fg6 {
        padding: 0;
        margin-right: 0;
        margin-left: 0;
        width: 100%;
    }

    .karriere .ml {
        margin-left: 0;
        margin-right: 0;
    }

    .karriere figure {
        margin: 0;
        padding: 0;
        width: 100%;
        height: auto;
        overflow: hidden;
    }

    .karriere figure img {
        width: 100%;
        height: auto;
        float: none;
        min-height: 0;
    }

    .karriere .ce_text {
        padding: 1em;
    }

    h1 {
        font-size: 1.5em !important;
    }

    .wrapper {
        margin: 0px auto 0;
    }

    footer {
        padding: 3em 0 1em;
    }

    .post-content {
        background: white;
        padding: 2em 0 2em;
    }

    .post {
        min-height: auto;
    }

    .post-content .fg8,
    .post-content .fg3 {
        width: 96%;
        margin: 0 2%;
    }

    .post-overview {
        padding-bottom: 1em;
        border-bottom: 1px solid #eee;
        margin-bottom: 3em;
        display: inline-block;
        width: 100%;
    }

    .post-overview figure {
        width: 100%;
        overflow: hidden;
        float: none;
        margin: 0 0em 1em 0;
        position: relative;
    }

    .post-overview figure img {
        position: relative;
        top: 0;
        left: 0;
        width: 100%;
        height: auto;
    }

    .post-overview .post-info {
        color: #959997;
        font-size: .8em;
    }

    .toggle-menu {
        display: inline-block;
        position: absolute;
        right: 1rem;
        top: 1.3rem;
    }

    .mt80 {
        margin-top: 40px;
    }
}

.ce_form span.invisible {
    display: none;
}

.ce_form .widget {
    margin-bottom: 10px;
}

.ce_form label {
    display: inline-block;
    width: 20%;
    margin-right: 20px;
}

.ce_form input,
.ce_form textarea {
    width: 70%;
}

.ce_form .widget-submit {
    text-align: center;
    margin-top: 30px;
}

.ce_form .widget-submit button {
    border: 1px solid #ccc;
    min-width: 200px;
    width: auto;
}

.col-5 {
    padding: 0 2% 0;
    float: left;
    position: relative;
    width: 20%;
    margin-bottom: 20px;
}

@media screen and (max-width: 1000px ) {
    .col-5 {
        width: 30%;
    }
}

@media screen and (max-width: 800px ) {
    .col-5 {
        width: 50%;
    }
}

@media screen and (max-width: 600px ) {
    .col-5 {
        width: 100%;
        float: none;
    }
}

.kunstprojekt .ce_text {
    padding-left: 7px;
    padding-right: 7px;
}