/* -- Global Style -- */

@charset "UTF-8";

/* Fonts/ ZeichensŠtze */

/*@import url(http://fonts.googleapis.com/css?family=Poiret+One);*/
@import url(http://fonts.googleapis.com/css?family=Titillium+Web:400,200,200italic,300,300italic,400italic,600,600italic,700,700italic,900);
@import url(http://fonts.googleapis.com/css?family=Yantramanav:400,100,300,500,700,900);
@import url(http://fonts.googleapis.com/css?family=Raleway:400,100,200,300,500,600,700,800,900);

* {
    margin: 0;
    padding: 0;
}

.clear {
    clear: both;
}

.hidden {
    color: transparent;    
}

.uppercase {
    text-transform: uppercase;
}

.light {
    font-weight: 200;
}

.bold {
    font-weight: 700;
}

#important {
    color: rgba(255, 255, 255, 0.7) !important;
}

body {
    width: 100%;
    margin: 0;
    padding: 0;
    position: relative;
    background-color: #404040;
    font-family: 'Titillium Web', sans-serif;
    font-weight: 200;
    font-size: 16px;
}

ul {
    list-style-type: none;
}

a {
    text-decoration: none;
}

#wrapper {
    max-width: 1280px;
    /*min-height: 759px;*/
    margin: 0 auto;
}

.h2 {
    display: block;
    font-size: 3.5em;
    font-weight: 200;
}

.h3 {
    font-weight: 200;
    font-size: 2em;
}

.cursor {
    cursor: pointer;
}

p {
    padding: 2% 0;
}

/* Header */

header {
    width: 100%;
    background: rgba(255, 255, 255, 1);
    margin: 0 0 1px 0;
}

.headcontainer {
    max-width: 1280px;
    margin: 0 auto;
    position: relative;
}

nav ul li {
    display: inline-block;
}

.btn {
    width: 160px;
    height: 107px;
    text-align: center;
    background: rgba(31, 31, 31, 1);
    color: rgba(255, 255, 255, 1);
    font-size: 1.5em;
    font-weight: 200;
    line-height: 2em;
    display: block;
    padding: 53px 0 0 0;
}

#vita #btn-vita .btn {
    color: #413e3a;
    cursor: default;
}

#left {
    position: absolute;
    top: 0;
    left: 0;
}

#logo {
    width: 171px;
    height: 160px;
    background: rgba(31, 31, 31, 1) url(../../images/logo_tm_w.png);
    background-size: contain;
    background-repeat: no-repeat;
    margin: 0 auto;
}

#right {
    position: absolute;
    top: 0;
    right: 0;
}

.mainline {
    width: 100%;
    padding: 2% 0;
    text-align: center;
}

#home {
    font-size: 5em;
    color: rgba(31, 31, 31, 1);
}

/* ENDE Header */
/*-----------------------------------------------------------------------------------------------------*/
/* Content */

.content {
    color: rgba(255, 255, 255, 1);   
}

.article {
    padding: 2% 3%;
}

#call {
    display: none;
}

.left {
    float: left;
    width: 48%;
    box-sizing: border-box;
    text-align: left;
}

.right {
    float: right;
    width: 48%;
    box-sizing: border-box;
    text-align: left;
}

.info {
    max-width: 800px;
    margin: 0 auto;
    position: relative;
    color: rgba(255, 255, 255, 0.7);
    display: block;
}

.table {
    width: 100%;
    padding: 0 0 5% 0;
}

.td {
    width: 50%;
    float: left;
    display: block;
}

.subheadline {
    width: 49%;
    box-sizing: border-box;
    padding: 0 0 2% 0;
    text-align: right;
}

.left-td {
    padding: 0 1% 0 2%;
    box-sizing: border-box;
    text-align: right;
    font-weight: 400;
}

.right-td {
    padding: 0 1% 2% 2%;
    box-sizing: border-box;
    text-align: left;
    font-weight: 200;
}

.h2 {
    font-size: 3.5em;
    color: #fff;
    margin: 2% 0 2% 0;
    text-transform: uppercase;
    font-weight: 200;
}

.h2-res {
    font-size: 3.5em;
    color: #fff;
    margin: 2% 0;
    text-transform: uppercase;
    font-weight: 200;
}

#contact-car {
    width: 70%;
    height: auto;
    margin: 0 0 0 16%;
}

.fotorama__nav--thumbs {
    text-align: left;
}

/* Videoclips */
.elastic {
    position: relative;
    padding-bottom: 55%;
    padding-top: 15px;
    height: 0;
    overflow: hidden;
}

.elastic video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.pixbox {
    position: relative;
}

.pixbox .pbimg {
    position: absolute;
    z-index: 999;
    top: 1px;
    left: 1px;
    opacity: 0.45;
}


/* ENDE Videoclips */

/* ENDE Content */
/*-----------------------------------------------------------------------------------------------------*/
/* Resume */

#resume {
    display: none;
}

/* ENDE Resume */
/*-----------------------------------------------------------------------------------------------------*/


/* Footer */

footer {
    width: 100%;
    background: #fff;
    bottom: 0;
}

#footer_box {
    position: relative;
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 15px 30px 0;
    color: #404040;
}

.social {
    padding: 0;
    width: 205px;
    float: left;
}

.social ul li {
    list-style: none;
    display: inline-block;
    margin-right: -4px;
}

.social_btn {
    position: relative;
    width: 100px;
    height: 100px;
}

.footer_right {
    width: 52%;
    float: right;
    text-align: right;
    padding: 42px 1% 0 0;
}

#facebook {
    padding: 0 100px 80px 0;
    opacity: 1;
    background-image: url(../../images/social_sprite100_2.png);
    background-repeat: no-repeat;
    background-position: 0 -101px;
    -webkit-transition: all 345ms ease-out;
    -moz-transition: all 345ms ease-out;
    -o-transition: all 345ms ease-out;
    -ms-transition: all 345ms ease-out;
    transition: all 345ms ease-out;
}

#facebook:hover {
    background-position: 0 0;
}

#linkedin {
    padding: 0 100px 80px 0;
    opacity: 1;
    background-image: url(../../images/social_sprite100_2.png);
    background-repeat: no-repeat;
    background-position: -110px -101px;
    -webkit-transition: all 345ms ease-out;
    -moz-transition: all 345ms ease-out;
    -o-transition: all 345ms ease-out;
    -ms-transition: all 345ms ease-out;
    transition: all 345ms ease-out;
}

#linkedin:hover {
    background-position: -110px 0;
}

.submenu {
    width: 100%;
    padding: 5% 0 1% 0;
    text-align: center;
    /*border-top: 1px dotted rgba(0, 0, 0, 0.3);*/
}

.submenu ul li {
    display: inline;
}

.submenu ul li a {
    color: #404040;
    padding: 0 5px;
}

#toStart img {
    width: 12px;
    height: auto;
    opacity: 0.6;
    -webkit-transition: all 234ms ease-out;
    -moz-transition: all 234ms ease-out;
    -o-transition: all 234ms ease-out;
    -ms-transition: all 234ms ease-out;
    transition: all 234ms ease-out;
}

#toStart img:hover {
    opacity: 1;
}

/* Footer */
/*-----------------------------------------------------------------------------------------------------*/




/*
/////////////////////////////////////////////////////////////////////////////////////////////////////
                    GeŠnderte Styles aus fotorama.css
/////////////////////////////////////////////////////////////////////////////////////////////////////
*/

.fotorama__caption__wrap {
    background-color: rgba(255, 255, 255, 0.6);
    padding: 5px 10px;
    border-radius: 0 7px 0 0;
}






/* Breakpoints */
@media screen and (max-width: 768px){
    #facebook {
        background-position: 0 -101px;
    }
    
    #facebook:hover {
        background-position: 0 -101px;
    }
    
    #linkedin {
        background-position: -110px -101px;
    }
    
    #linkedin:hover {
        background-position: -110px -101px;
    }
}

@media screen and (max-width: 630px) {

    .h3 {
        font-size: 1.65em;
    }

}

@media screen and (max-width: 600px) {
    .h2 {
        font-size: 3.9em;
    }
    #home {
        font-size: 4.5em;
    }
}

@media screen and (max-width: 560px) {

    .subheadline {
        text-align: left;
        width: 100%;
        box-sizing: border-box;
    }
    .left,
    .right {
        float: none;
        width: 100%;
        padding: 0 0 2% 0;
    }
    .td {
        float: none;
        width: 100%;
        box-sizing: border-box;
    }
    .left-td {
        text-align: left;
        padding: 0 0 2% 0;
        width: 100%;
    }
    .right-td {
        text-align: left;
        padding: 0 0 2% 0;
        width: 100%;
    }
    .elastic {
        display: none;
    }
    .pixbox .pbimg {
        display: none;
    }
    .fotorama__caption__wrap {
        display: none;
    }
}

@media screen and (max-width: 535px) {
    .h2 {
        font-size: 3.6em;
    }
    .h3 {
        font-size: 1.5em;
    }
    #home {
        font-size: 4em;
    }
}

@media screen and (max-width: 480px) {
    .btn {
        height: 102px;
        font-size: 1.3em;
        padding: 58px 0 0 0;
    }
    .h2 {
        font-size: 3.3em;
    }
    #home {
        font-size: 3.5em;
    }
    .footer_right {
        width: 100%;
        float: none;
        padding: 3% 1% 4% 0;
        margin: 0 0 1px 0;
        text-align: center;
        box-sizing: border-box;
    }
}

@media screen and (max-width: 430px) {
    .h2 {
        font-size: 2.8em;
    }

    #home {
        font-size: 3.2em;
    }
}

@media screen and (max-width: 390px) {
    .h2 {
        font-size: 2.5em;
    }

    #home {
        font-size: 2.9em;
    }
}

@media screen and (max-width: 370px) {
    .h2 {
        font-size: 2.3em;
    }

    #home {
        font-size: 2.6em;
    }
}

@media screen and (max-width: 330px) {
    .h2 {
        font-size: 2em;
    }

    #home {
        font-size: 2.4em;
    }
}

@media screen and (max-width: 330px) {
    .btn {
        width: 49.81%;
    }
}

@media screen and (max-width: 320px) {
    /* Directer Anruf */
    #footer_box {
        padding: 0 0 30px 0;
    }
    #call {
        font-size: 1.5em;
        font-weight: 200;
        text-align: center;
        display: block;
        width: 100%;
        background: rgba(50, 120, 250, 1);
        padding: 28% 0;
        color: #ffffff !important;
    }
}

/* ENDE Breakpoints */









































