@font-face {
    font-family: 'FuturaPTWebBook';
    src: url('font/FTN45__W.eot');
    src: local('Futura PT Web Book'), local('FuturaPTWebBook'), url('font/FTN45__W.woff') format('woff'), url('font/FTN45__W.ttf') format('truetype'), url('font/FTN45__W.svg#FuturaPTWeb-Book') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
	font-family: 'FuturaPTWebHeavy';
	src: url('font/FTN75__W.eot');
	src: local('Futura PT Web Heavy'), local('FuturaPTWebHeavy'), url('font/FTN75__W.woff') format('woff'),url('font/FTN75__W.ttf') format('truetype'), url('font/FTN75__W.svg#FuturaPTWeb-Heavy') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'FuturaPTWebLight';
	src: url('font/FTN35__W.eot');
	src: local('Futura PT Web Light'), local('FuturaPTWebLight'), url('font/FTN35__W.woff') format('woff'),url('font/FTN35__W.ttf') format('truetype'), url('font/FTN35__W.svg#FuturaPTWeb-Light') format('svg');
	font-weight: normal;
	font-style: normal;
}
html, #splash, #splash .logo {
    height: 100%;
}
body {
    font-size: 12px;
    line-height: 24px;
    /*margin-top: 21px;*/
    background: #f8fbfa;
}
body,
.nonbold {
    font-family: 'FuturaPTWebBook', sans-serif;
}
body#splash {
    margin: 0;
    cursor: pointer;
}
#splash .backstretch {
    top: 0;
    z-index: -1;
}
#splash .text {
    text-align: right;
    font-size: 14px;
    letter-spacing: 1px;
}
#splash .text a {
    color: #3e3d36;
}
#splash .text a .link {
    color: #d3115a;
    margin-left: 18px;
}
@media (min-width: 824px) {
    #splash .text img {
        max-width: none;
    }
    #splash .text {
        line-height: 257px;
    }
    #splash .col-md-offset-1 {
        margin-left: 2.2%;
    }
    #splash .col-md-5 {
        width: 47.8%;
    }
    #splash .col-md-pull-1 {
        right: 2.2%;
    }
}
@media (max-width: 823px) {
    #splash .logo, #splash .text {
        text-align: center;
    }
    #splash .text {
        line-height: auto;
    }
    #splash .text img {
        max-width: 90%;
    }
}
a, a:hover, a:active, a:focus, object, embed {
  outline: 0;  
}
input::-moz-focus-inner { 
  border: 0; 
}
/*
#splash {
    background-color: #afa699;
    background-image: url(img/bkg.jpg);
    text-align: center;
    padding-top: 108px;
    text-transform: uppercase;
    font-family: 'FuturaPTWebHeavy';
    font-weight: normal;
    letter-spacing: 1px;
    font-size: 13px;
    color: #4a403d;
}
#splash .payoff {
    margin: -63px 0 8px 0;
    color: #403731;
    display: block;
}
#splash .space {
    width: 15px;
    display: inline-block;
}
#splash a.cta {
    font-size: 10px;
}
#splash img {
}
*/
body, a, a:hover {
    color: #64635c;
}
.nav>li>a:hover, .nav>li>a:focus {
    background-color: transparent;
}
strong, #portfolio-page .header h3, h5, h6, .teamMemberHeader .name, #team h2 {
    font-family: 'FuturaPTWebHeavy', sans-serif;
    font-weight: normal;
}
.nav>.active>a, .red {
    color: #e32a49;
}
.thumbnail {
    padding: 0;
    border: none;
    margin-bottom: 2px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    position: relative;
}
.caption {
    position: absolute;
    bottom: 0;
    left: 0;
    height: 100%;
    width: 100%;
    display: block;
    opacity: 0;
    cursor: pointer;
}

.col-sm-2, .col-xs-4 {
    padding-left: 1px;
    padding-right: 1px;
}

.row>div,
.caption,
.nav>.active>a,
.gsArrow a,
#portfolioModalCloseBtn, #portfolioModalPrevBtn, #portfolioModalNextBtn, .collapse, .navbar-toggle, .navbar-brand {
    -webkit-transition: all .5s ease-out;
    -moz-transition: all .5s ease-out;
    transition: all .5s ease-out;
}
#portfolio .row>div {
    -webkit-transition: none;
    -moz-transition: none;
    transition: none;
}
/*.thumbnail:hover .caption*/
.thumbnail .caption {
    background-color: rgba(5, 5, 5, .8);
    opacity: 1;
}
.thumbnail:hover .caption {
    background-color: transparent;
    opacity: 0;
}
.thumbnail .caption .text {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 21px 11px;
    width: 100%;
}
.thumbnail .caption .text h3 a {
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
    width: 90%;
}
.thumbnail .caption .gsArrow a, #team .teamMemberHeader .link div {
    text-indent: -9999px;
    display: block;
    width: 10px;
    height: 10px;
    background: url(img/ico_thumb_link.png) no-repeat left center;
    opacity: .8;
}
.thumbnail .caption .gsArrow a:hover, #team .teamMemberHeader a:hover {
    opacity: 1;
}
h3,
h3 a {
    font-size: 9px;
    line-height: 12px;
    margin: 0 0 5px 0;
}
h3,
h3 a,
#portfolio-page .header,
#head-top,
#kontakt,
#impressum,
#portfolio-page .project .link {
    letter-spacing: 1px;
}
#head-top, h3, h3 a, h6, .navbar-nav, #footer {
    text-transform: uppercase;
}
.alpha {
    padding-left: 0;
}
.omega {
    padding-right: 0;
}
.align-right {
    text-align: right;
}
h3 a,
h3 a:hover {
    color: #fff;
}
a:hover {
    text-decoration: none;
}
#grandshapes-menu {
    padding-right: 0;
}
.navbar {
    margin-bottom: -28px;
}
.navbar-header {
    margin-left: -5px;
}
img {
    max-width: 100%;
    height: auto;
}
.navbar-toggle .icon-bar {
    border: 1px solid #64635c;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    background: #64635c;
    display: block;
}
.navbar-brand {
    width: 194px;
    height: 187px;
    background: url(img/logo.png) no-repeat center center;
    background-size: contain;
    text-indent: -9999px;
    margin-left: -33px;
}
@media screen and (max-width: 639px) {
    .navbar-brand {
        background-image: url(img/splash_logo.png);
    }
}
.navbar-nav {
    font-size: 13px;
}
.navbar-nav>li>a {
    padding: 63px 5px;
    padding: 63px 12px;
}
.navbar-nav>li:last-child>a {
    padding-right: 0;
}
#head-top {
    font-size: 11px;
    line-height: 14px;
    margin-bottom: 10px;
}
#portfolioModal {
    background: transparent;
}
#portfolioModal, .portfolioBtns {
    display: none;
}
#portfolio .mix {
 /*   opacity: 0; */
    display: none;
}
.portfolioBtns {
    position: relative;
    z-index: 10;
}
#portfolioModalCloseBtn, #portfolioModalPrevBtn, #portfolioModalNextBtn, .portfolioBtn.goingNowhere, #portfolioModalPrevBtn.goingNowhere:hover, #portfolioModalNextBtn.goingNowhere:hover {
    position: absolute;
    cursor: pointer;
    opacity: .8;
}
#portfolioModalPrevBtn.goingNowhere:hover, #portfolioModalNextBtn.goingNowhere:hover {
    cursor: initial;
}
#portfolioModalCloseBtn:hover, #portfolioModalPrevBtn:hover, #portfolioModalNextBtn:hover {
    opacity: 1;
}
#portfolioModalCloseBtn {
    text-transform: uppercase;
    right: 16px;
    top: 7px;
}
#portfolioModalPrevBtn, #portfolioModalNextBtn {
    background: url(img/ico_btn_prev.png) no-repeat center center;
    width: 22px;
    height: 22px;
    display: inline-block;
    right: 16px;
    top: 123px;
    text-indent: -9999px;
}
#portfolioModalPrevBtn {
    right: 48px;
}
#portfolioModalNextBtn {
    background-image: url(img/ico_btn_next.png);
}
#portfolio-page {
    background: #fff;
    padding: 15px;
    margin-bottom: 15px;
}
#portfolio-page .header {
    position: relative;
    font-size: 11px;
    line-height: 21px;
}
#portfolio-page .project {
    margin-top: 14px;
    padding-top: 14px;
    border-top: 1px solid #d8d8d6;
}
#portfolio-page, #portfolio-page a {
    color: #868680;
}
#portfolio-page .header .cover {
    width: 130px;
}
#portfolio-page .header .cover img {
    border: 1px solid #a6a8ab;
}
#portfolio-page .header .text {
    position: absolute;
    left: 150px;
    bottom: -2px;
}
#portfolio-page .header .text h3, h4, .teamMemberHeader {
    font-size: 11px;
    margin: 0;
}
h4 {
    font-size: 12px;
}
#portfolio-page .header .text h3 {
    font-size: 13px;
    line-height: 17px;
}
#portfolio-page .project .link {
    background: url(img/ico_thumb_link2.png) no-repeat left center;
    padding-left: 24px;
}
h4 {
    line-height: 16px;
}
#portfolio-page .header .text h3 {
    margin-bottom: 2px;
}
#portfolio-page .header .text .link {
    line-height: 13px;
}
#portfolio-page .header .backBtn {
    position: absolute;
    top: -10px;
    right: 0;
    text-transform: uppercase;
    color: #e32a49;
    background: url(img/backbtn.png) no-repeat left center;
    padding: 4px 0 4px 21px;
}

#footer {
    text-align: center;
}
#footer ul {
    list-style: none;
}
.opacityZero {
    opacity: 0;
}
.kontaktIntro {
    font-size: 18px;
    line-height: 29px;
}
.kontaktIntro p {
    margin: 0;
}
#kontakt, #impressum, #portfolio-page .project .link {
    font-size: 13px;
}
#kontakt {
    font-family: 'FuturaPTWebLight', sans-serif;
    /*background: url(img/bkg_kontakt.jpg) no-repeat left top;*/
    padding: 22px 38px 10px 38px;
    position: relative;
    height: 500px;
}
.kontaktInfo {
    line-height: 29px;
}
.kontaktInfo {
    margin-top: 8px;
    padding-top: 8px;
}
.kontaktAddress {
    line-height: 20px;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    /*background: rgba(255,255,255,.3);*/
    padding: 10px 37px;
    margin: 0;
}
h6 {
    text-transform: uppercase;
    margin: 0;
    letter-spacing: 2px;
    font-weight: normal;
}
#kunden {
    margin-top: 15px;
    padding: 0 8px;
}
#kunden, #team, #kontakt {
    margin-bottom: 45px;
}
#kunden .row {
    border-bottom: 1px solid #cbc5b9;
    padding: 2px 0;
}
#kunden .row:first-child {
    border-top: 1px solid #cbc5b9;
}
.kundenName {
    line-height: 63px;
    text-transform: uppercase;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;§
}
/*
#team .col-sm-2 {
    width: 100%;
}
*/
.teamMemberHeader {
    background: rgba(5,4,3,.8);
    position: relative;
    min-height: 135px;
    padding: 8px;
    line-height: 15px;
    color: #fff;
    margin-bottom: 5px;
}
.teamMemberHeader .text {
    position: absolute;
    left: 10px;
    bottom: 20px;
    max-width: 85%;
    text-transform: uppercase;
}
.teamMemberHeader .role {
    margin-bottom: 4px;
}
.teamMemberBio {
    line-height: 14px;
}
.teamMemberBio h2 {
    font-size: 12px;
    margin: 4px 0 0 0;
    letter-spacing: 1px;
}
.teamMemberBio p {
    text-align: left;
}
#team .name, #team h2 {
    color: #e32a49;
}
.impressumInfo {
    margin-top: -8px;
    padding: 5px 0 10px 0;
}
.impressumInfo h5 {
    margin: 10px 0 6px 0 ;
    font-size: 12px;
}
.impressumInfo h5.theSecond {
    margin: 14px 0 16px 0;
}
@media (max-width: 839px) {
    .navbar-nav {
        width: 100%;
        text-align: left;
    }
    .navbar-nav>li>a {
        padding: 0 10px 10px 0;
    }
    .thumbnail .caption .text {
        padding: 14% 8%;
    }
    .thumbnail .caption .text h3 a {
        line-height: 1.25em;
        font-size: 85%;
    }
    #portfolio-page {
        width: 640px;
    }
    #portfolio-page .header .text {
        max-width: 347px;
    }
    #kontakt {
        background-position: left top;
    }
}
@media (min-width: 840px) {
    .navbar-nav {
        margin-left: -23px;
        width: 695px;
        text-align: justify;
    }
    .thumbnail {
        min-height: 131px;
        overflow: hidden;
    }
    #portfolio-page {
        width: 824px;
    }
    #portfolio-page .header .text {
        max-width: 577px;
    }
    /*
    .kundenName {
        margin-left: -43px;
    }
    */
    .teamMemberBio {
        min-height: 90px;
    }
}
@media (min-width: 1200px) {
    #portfolio-page,
    .container.portfolioBtns {
        width: 1200px;
    }
    #portfolioModal .project img {
        width: 100%;
        height: auto;
    }
}
@media (min-width: 824px) and (max-width: 839px) {
    .container {
        width: 640px;
    }
    .thumbnail {
        min-height: 99px;
    }
}
@media (max-width: 639px) {
    .container {
        width: 392px;
    }
    .navbar-brand,
    .navbar-toggle {
        display: block;
        float: none;
        text-align: center;
        width: 100%;
        margin: 0;
    }
    .navbar-toggle {
        width: 22px;
        margin: 0 auto;
        padding-left: 0;
        padding-right: 0;
    }
    .nav li:first-child {
        margin-top: 40px;
    }
    .nav {
        text-align: center;
    }
    .navbar-nav {
        font-size: 14px;
    }
    .navbar-nav>li>a {
        padding-right: 0;
    }
    .thumbnail {
        min-height: 123px;
    }
    #portfolio-page {
        width: 384px;
    }
    #portfolio-page .header .text {
        max-width: 156px;
    }
    .kontaktAddress div {
        margin-bottom: 5px;
        line-height: 16px;
        font-size: 12px;
    }
    .navbar-nav, .navbar {
        margin: 0;
    }
    .collapse {
        margin-top: -38px;
        margin-bottom: 30px;
    }
    .thumbnail, .teamMemberHeader, .teamMemberBio {
        min-height: none;
    }
    .teamMemberHeader {
        height: auto;
    }
    .teamMemberBio {
        margin-bottom: 2em;
    }
    .kundenName {
        line-height: 27px;
    }
    .no-mobile {
        display: none;
    }
    .thumbnail .caption {
        opacity: 0;
    }
}
@media (min-width: 640px) and (max-width: 839px) {
    .container {
        width: 640px;
    }
    .navbar-nav {
        margin-top: 63px;
        width: 474px;
    }
    .teamMemberHeader {
        min-height: 99px;
    }
    .teamMemberHeader .text {
        font-size: 10px;
    }
    .teamMemberBio {
        min-height: 341px;
    }
    .kundenName {
        line-height: 47px;
    }
}
@media (max-width: 392px) {
    .container {
        width: 100%;
    }
    #portfolio-page {
        width: 98%;
    }
    #portfolio-page .header .text {
        max-width: 30%;
    }
    .thumbnail {
        min-height: 0;
    }
}

#home_splash {
    position: relative;
    display: table;
    width: 100%;
    height: 2000px;
    cursor: pointer;
}
#home_splash .central_band {
    display: table-cell;
    vertical-align: middle;
    padding: 2.2%;
}
@media screen and (max-width: 639px) {
    #home_splash .central_band {
        text-align: center;
    }
}
#home_splash .bottom_bar {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 40px;
    line-height: 40px;
    background: #fff;
    text-align: center;
    font-size: 14px;
    text-transform: uppercase;
    color: #e32a49;
}
#home_splash .bottom_bar strong {
    color: #64635c;
}
#home_splash.minimize {
    height: 40px !important;
}
#home_splash.minimize .central_band {
    display: none;
}
#home_splash.minimize .backstretch {
    display: none;
}
/*
4 different image sizes:

492 x 250 px
329 x 250 px
253 x 163 px
163 x 163 px
*/
@media screen and (min-width: 840px) {
    .col-1x1, .col-2x1, .col-2x2, .col-3x2 {
        padding-left: 1.5px;
        padding-right: 1.5px;
        margin-bottom: 3px;
    }
    .col-1x1 {
        width: 163px;
        height: 163px;
    }
    .col-2x1 {
        width: 326px;
        height: 163px;
    }
    .col-2x2 {
        width: 326px;
        height: 247px;
    }
    .col-3x2 {
        width: 489px;
        height: 247px;
    }
    .col-1x1 img, .col-2x1 img {
        height: 163px;
    }
    .col-2x2 img, .col-3x2 img {
        height: 247px;
    }
    .col-1x1 img {
        width: 163px;
    }
    .col-2x1 img, .col-2x2 img {
        width: 329px;
    }
    .col-3x2 img {
        width: 492px;
    }
    .mix .thumbnail {
        overflow: hidden;
    }
}
@media screen and (min-width: 640px) and (max-width : 839px) {
    .col-1x1 {
        width: 128px;
        height: 131px;
    }
    .col-2x1 {
        width: 256px;
        height: 131px;
    }
    .col-3x1 {
        width: 384px;
        height: 131px;
    }
    .col-2x2 {
        width: 256px;
        height: 197px;
    }
    .col-3x2 {
        width: 384px;
        height: 197px;
    }
    .col-1x1 img, .col-2x1 img {
        height: 128px;
    }
    .col-2x2 img, .col-3x2 img {
        height: 194px;
    }
    .col-1x1 img {
        width: 128px;
    }
    .col-2x1 img, .col-2x2 img {
        width: 256px;
    }
    .col-3x2 img {
        width: 384px;
    }
    .mix .thumbnail {
        overflow: hidden;
    }
}
@media screen and (min-width: 1200px) {
    #portfolio.container {
        width: 1200px;
    }
    .col-1x1 {
        width: 239px;
        height: 237px;
    }
    .col-2x1 {
        width: 479px;
        height: 237px;
    }
    .col-2x2 {
        width: 477px;
        height: 365px;
    }
    .col-3x2 {
        width: 719px;
        height: 365px;
    }
    .col-1x1 img, .col-2x1 img {
        height: 237px;
    }
    .col-1x1 img {
        width: 236px;
    }
    .col-2x1 img, .col-2x1 img {
        height: 237px;
    }
    .col-2x1 img, .col-2x2 img {
        width: 474px;
    }
    .col-2x2 img, .col-3x2 img {
        height: 365px;
    }
    .col-3x2 img {
        width: 719px;
    }
}
@media screen and (min-width: 640px) {
    .col-20pc {
        width: 20%;
    }
    .mobile-only {
        display: none;
    }
}
@media screen and (max-width: 330px) {
    #home_splash .bottom_bar {
        font-size: 4vw;
    }
}

#topnav {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background: #fff;
    z-index: 1000;
    text-align: center;
}
#topnav a {
    text-decoration: none;
}
#topnav .identity,
#topnav .menu {
    margin: 0;
    padding: 0;
    list-style: none;
    text-align: center;
    display: inline;
}
#topnav li,
#topnav li h1 {
    display: inline;
    font-size: 15px;
    text-transform: uppercase;
    letter-spacing: 1px;
}
#topnav li {
    margin: 0 13px;
}
#topnav li h1,
#topnav li h1 a {
    color: #57564a;
}
#topnav li a,
#topnav ul.identity li.active a,
#menuToggle {
    color: #57564a !important;
}
#topnav li.active a {
    /*color: #64635c;*/
    color: #e32a49 !important;
    color: #f00 !important;
    font-weight: bold;
}
#topnav ul.identity li.active a {
    color: #f00 !important;
}
#menuToggle {
    display: none;
}
@media screen and (max-width: 767px) {
    #menuToggle {
        display: block;
        font-size: 20px;
        position: absolute;
        top: 9px;
        right: 15px;
    }
    #topnav {
        padding: 10px 0;
    }
    #topnav .menu {
        display: block;
    }
    #topnav li {
        display: block;
    }
    #topnav .menu li {
        margin: 10px 0;
    }
    #topnav .menu li:last-child {
        margin-bottom: 0;
    }
    #topnav .menu li.portfolio {
        display: none;
    }
}
#fullpage .over {
    position: absolute;
    top: 25px;
    left: 0;
    width: 100%;
}
#fullpage .over.bottom {
    top: auto;
    bottom: 0;
}
#fullpage .over.vertical {
    left: auto;
    right: 0;
    text-align: right;
}
#fullpage .over.vertical.left {
    right: auto;
    left: auto;
    text-align: left;
}
#fullpage .over.vertical img {
    width: auto;
    height: 100vh;
}
#fullpage .section {
    cursor: pointer;
}
#fullpage .section:first-child {
    cursor: initial;
}

.slide-title,
.slide-title .slide-trigger,
.slide-title .slide-text {
    display: inline-block;
}
.slide-title {
    color: #e32a49;
    position: absolute;
    left: 0;
    bottom: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    z-index: 10;
    padding-right: 40px;
}
.slide-title .slide-trigger,
.slide-title .slide-text {
    position: relative;
    bottom: 0;
    left: 0;
    padding: 10px;
    min-height: 45px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}
.slide-title .slide-trigger {
    background: #fff;
    border: none;
    font-size: 21px;
    z-index: 5;
    padding-left: 16px;
    padding-right: 16px;
    outline: none;
}
.slide-title .slide-trigger .icon {
    -webkit-transition: -webkit-transform .333s .125s ease-in-out;
    transition: -webkit-transform .333s .125s ease-in-out;
    -o-transition: transform .333s .125s ease-in-out;
    transition: transform .333s .125s ease-in-out;
    transition: transform .333s .125s ease-in-out, -webkit-transform .333s .125s ease-in-out;
}
.slide-title .slide-text {
    background: #fff;
    color: #fff;
    padding: 0 60px;
    font-size: 15px;
    -webkit-transform: translateX(-100%);
        -ms-transform: translateX(-100%);
            transform: translateX(-100%);
    -webkit-transition: color .5s .125s ease-in-out, -webkit-transform .5s ease-in-out;
    transition: color .5s .125s ease-in-out, -webkit-transform .5s ease-in-out;
    -o-transition: transform .5s ease-in-out, color .5s .125s ease-in-out;
    transition: transform .5s ease-in-out, color .5s .125s ease-in-out;
    transition: transform .5s ease-in-out, color .5s .125s ease-in-out, -webkit-transform .5s ease-in-out;
    z-index: 1;
}
.slide-title.active .slide-text {
    color: #e32a49;
    -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
            transform: translateX(0);
}
.slide-title.active .slide-trigger .icon {
    -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
            transform: rotate(180deg);
}
@media (max-width: 767px) {
    .slide-title .slide-text {
        padding-left: 30px;
        padding-right: 30px;
    }
}
.hidden-text {
    visibility: hidden;
    opacity: 0;
}