@font-face {
    font-family: 'Gotham Bold';
    src: url(Gotham-Bold.otf);
}

@font-face {
    font-family: 'Gotham Book';
    src: url(Gotham-Book.otf);
}

@font-face {
    font-family: 'Gotham Medium';
    src: url(Gotham-Medium.otf);
}

body {
    margin: 0;
    padding: 0;
    color: #534c46;
    font-size: 16px;
    line-height: 24px;
    font-family: "Gotham SSm A", "Gotham SSm B", 'Gotham Book', Arial, sans-serif;
    font-weight: 400;
}

#wrapper {
    width: 1024px;
    max-width: 100%;
    margin: 0 auto;
    overflow: hidden;
}

/* Header */

#top {
    width: 1024px;
    max-width: 100%;
    position: relative;
    float: left;
}

#top.fxd {
    background: #fff;
    border-bottom: 1px solid #ccc;
    z-index: 999;
    overflow: hidden;
}

#logo {
    float: left;
    position: relative;
    width: 180px;
    height: auto;
    margin: 42px 0 42px 60px;
    transition: all 0.2s ease-out 0s;
}

#top.fxd #logo {
    margin: 22px 0 30px 60px;
}

.add-logo {
    position:absolute;
    top: -44px;
    right: 0;
}

#header {
    /*float: left;*/
    position: relative;
}

img {
    display: block;
    max-width: 100%;
    height: auto;
}

/*Social Icons */
.social-icons-bg {
    background: #f6f5f4;
    padding: 10px 60px;
    width: 100%;
    box-sizing: border-box;
    float: left;
}

.social-icons {
    float: right;
    width: auto;
    margin-right: 15px;
}

.icon {
    float: left;
    margin-left: 15px;
    display: block;
    height: 20px;
}

.facebook {
    background: url(icon-facebook.png) no-repeat;
    background-size: 20px 20px;
    width: 20px;
}

.twitter {
    background: url(icon-twitter.png) no-repeat;
    background-size: 24px 20px;
    width: 24px;
}

.xing {
    background: url(icon-xing.png) no-repeat;
    background-size: 20px 20px;
    width: 20px;
}

.linkedin {
    background: url(icon-linkedin.png) no-repeat;
    background-size: 20px 20px;
    width: 20px;
}

.google-plus {
    background: url(icon-google-plus.png) no-repeat;
    background-size: 24px 20px;
    width: 24px;
}

.send2friend {
    background: url(icon-send2friend.png) no-repeat;
    background-size: 20px 20px;
    width: 20px;
}

.favorits {
    background: url(icon-favorits.png) no-repeat;
    background-size: 16px 20px;
    width: 20px;
}

.print {
    background: url(icon-print.png) no-repeat;
    background-size: 20px 20px;
    width: 20px;
}

/* Titel */
h1, #subtitle {
    font-size: 30px;
    line-height: 1.1em;
    text-transform: uppercase;
    margin: 0;
    color: #938880;
    font-family: "Gotham SSm A", "Gotham SSm B", 'Gotham Bold', Arial, sans-serif;
    font-weight: 700;
    -moz-hyphens: auto;
    -o-hyphens: auto;
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
}

/* Chrome */
/*@media screen and (-webkit-min-device-pixel-ratio:0) {*/
/*    h1 {*/
/*    -ms-word-break: break-all;*/
/*    word-break: break-all;*/
/*    }*/
/*}*/

#subtitle {
    color: #72665b;
    margin-bottom: 40px;
}

#top-title h1,
#top-title #subtitle {
    font-size: 22px;
    transition: all 0.2s ease-out 0s;
}

#top.fxd #subtitle {
    display: none;
}

#top-title {
    margin-left: 50px;
    top: 30px;
    position: absolute;
    display: none;
}

h2 {
    font-size: 18px;
    line-height: 1.2em;
    font-family: "Gotham SSm A", "Gotham SSm B", 'Gotham Bold', Arial, sans-serif;
    font-weight: 700;
}

h3 {
    margin: 0 0 9px 0;
    font-size: 16px;
    font-family: "Gotham SSm A", "Gotham SSm B", 'Gotham Bold', Arial, sans-serif;
    font-weight: 700;
}

a, a[href^="tel"] {
    color: #0094d4;
    text-decoration: none;
}

a:hover, a[href^="tel"]:hover {
    text-decoration: underline;
}

/* Button */
.btn {
    display: block;
    width: 100%;
    margin-top: 30px;
}

.apply {
    color: #fff;
    background: #0094d4;
    cursor: pointer;
}

a.apply {
    padding: 10px;
    text-decoration: none;
}

a.apply:hover {
    background: #026996;
    text-decoration: none;
}

.btn.desktop {
    display: inline-block;
    position:relative;
}

.btn.mobile {
    display: none;
}

/* Content */
#content {
    float: left;
    position: relative;
    padding: 42px 60px 0 60px;
    width: 100%;
    box-sizing: border-box;
}

#place {
    margin: 0;
    font-size: 14px;
    font-family: "Gotham SSm A", "Gotham SSm B", 'Gotham Medium', Arial, sans-serif;
    font-weight: 500;
    color: #72665b;
}

#details {
    margin: 2px 0 15px 0;
    font-size: 14px;
    color: #72665b;
}

.text {
    float: left;
    position: relative;
    width: 100%;
    margin-bottom: 27px;
}

ul {
    margin: 0 0 0 -25px;
}

li {
    margin: 0 0 5px 0;
}

/* Cols */
.section-group {
    position: relative;
    float: left;
    width: 100%;
}

.col_1_of_2 {
    padding-right: 10px;
    width: calc(50% - 10px);
    float: left;
}

.col_2_of_2 {
    padding-left: 10px;
    width: calc(50% - 10px);
    float: right;
}

.col_2_of_2 .apply {
    display: inline-block;
    float:right;
    margin-top: 5px;
}

#jobs .col_1_of_2 {
    min-height: 130px;
}

#video, #map, #work, #jobs, #contact {
    float: left;
    position: relative;
    display: block;
    width: 100%;
}

/* Map */
#map {
    margin-top: 38px;
}

#map-bg, #video-bg {
    padding-bottom: 56.25%; /* Default for 1600x900 videos 16:9 ratio*/
    padding-top: 0;
    height: 0;
    overflow: hidden;
    width: 100%;
    float: left;
    position: relative;
}

#map-bg iframe, #video-bg iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: none;
}

/* Work */
#work {
    background: #f0efed;
    margin-left: -60px;
    margin-top: 50px;
    padding: 5px 80px 20px 40px;
    width: 100%;
}

#work h2 {
    padding-left: 20px;
}

#work .content {
    padding: 0 20px;
    box-sizing: border-box;
}

.link {
    color: #0094d4;
    font-weight: bold;
    cursor: pointer;
    background: url(arrow.png) no-repeat;
    background-size: 23px 16px;
    background-position: right center;
    float: left;
    display: inline-block;
    padding-right: 30px;
    text-decoration: none;
    font-size: 14px;
    margin-top: -5px;
}

.link:hover {
    text-decoration: underline;
}

/* Youtube
.ytp-large-play-button-bg {
    fill: #f7a300 !important;
    fill-opacity: 1.0 !important;
}*/

/* Contact */
#contact {
    margin-top: 33px;
}

#contact .col_1_of_2 > b {
    display: inline-block;
    margin-top: 7px;
}

#contact .s4 {
    font-size: 14px;
}

/* Jobs */
#jobs {
    margin-top: 30px;
}

#jobs .col_1_of_2 {
    background: #f0efed;
    padding: 10px 14px;
    margin-right: 10px;
    width: calc(50% - 38px);
    font-size: 14px;
    margin-top: 5px;
}

#jobs .col_2_of_2 {
    background: #f0efed;
    padding: 10px 14px;
    margin-left: 10px;
    width: calc(50% - 38px);
    font-size: 14px;
    margin-top: 5px;
}

#jobs b {
    font-family: "Gotham SSm A", "Gotham SSm B", 'Gotham Medium', Arial, sans-serif;
    font-weight: 500;
}

/* footer */
#footer {
    float: left;
    position: relative;
    margin-top: 100px;
    margin-left: -60px;
    padding: 13px 60px;
    width: 100%;
    background: #f0efed;
}
@media screen and (max-width: 750px) {
    .col_1_of_2 {
        padding-right: 0;
        width: 100%;
    }

    .col_2_of_2 {
        padding-left: 0;
        width: 100%;
    }

    #contact .col_2_of_2 {
        margin-top: 30px;
    }

    .apply {
        width: 100%;
        box-sizing: border-box;
        text-align: center;
    }

    .col_2_of_2 .apply {
        margin-bottom: 30px;
    }

    #jobs .col_1_of_2 {
        width: 100%;
        margin-right: 0;
        box-sizing: border-box;
        padding: 18px 20px;
    }

    #jobs .col_2_of_2 {
        width: 100%;
        margin-left: 0;
        margin-top: 15px;
        box-sizing: border-box;
        padding: 18px 20px;
    }
    .add-logo {
        position:relative;
        top:auto;
        right:auto;
        margin-top:20px;
    }
}

@media screen and (min-width: 480px) and (max-width: 750px) {
    .social-icons-bg {
        display: none;
    }

    #content {
        padding: 65px 20px 0;
    }

    #logo,
    #top.fxd #logo {
        margin-left: 20px;
    }

    #top.fxd #logo,
    #top.fxd #logo img {
        width: 180px;
    }

    #top-title {
        margin-left: 20px;
    }

    #header img {
        max-width: 110%;
        margin-left: -5%;
    }

    #place {
        margin: 18px 0 10px 0;
    }

    #details {
        margin-bottom: 60px;
    }

    .text {
        margin-bottom: 0;
    }

    ul {
        margin-left: -11px;
    }

    li {
        margin-bottom: 15px;
    }

    .btn.desktop {
        display: none;
    }

    .btn.mobile {
        display: inline-block;
        margin-top: 48px;
    }

    #video {
        margin-top: 10px;
    }

    #video h2,
    #map h2,
    #jobs h2 {
        margin-bottom: 40px;
    }

    #map-bg {
        padding-bottom: 63%;
    }

    #map {
        margin-top: 30px;
    }

    #work {
        margin-top: 70px;
        padding-top: 15px;
        padding-bottom: 40px;
    }

    .btn {
        margin-top: 50px;
    }

    .link {
        background-size: 34px 24px;
        padding-right: 50px;
    }

    #jobs h3 {
        margin-bottom: 15px;
    }

    #jobs .col_2_of_2 {
        margin-top: 20px;
    }

    #contact .col_1_of_2 > b {
        font-family: "Gotham SSm A", "Gotham SSm B", "Gotham Bold", Arial, sans-serif;
        font-weight: 700;
        margin-top: 17px;
    }

    #contact .s4 {
        font-family: "Gotham SSm A", "Gotham SSm B", "Gotham Medium", Arial, sans-serif;
        font-weight: 500;
        margin-bottom: 13px;
    }

    #footer {
        padding-top: 20px;
        padding-bottom: 20px;
        margin-top: 70px;
    }

}

@media screen and (max-width: 480px) {
    #content {
        padding: 50px 20px 0 20px;
    }

    #logo,
    #top.fxd #logo {
        margin-left: 20px;
    }

    #top.fxd #logo,
    #top.fxd #logo img {
        width: 180px;
    }

    #top-title {
        position: relative;
        top: -12px;
        margin-left: 20px;
        left: -1px;
        width: calc(100% - 40px);
    }

    .social-icons-bg {
        display: none;
    }

    #footer {
        margin-top: 70px;
    }
}

@media screen and (max-width: 640px) {
    .print {
        display: none;
    }
}
