@font-face { font-family: 'gotham_book';
             src:   url('fonts/Gotham-Book.otf') format('opentype');
                     }
@font-face { font-family: 'gotham_black';
             src:   url('fonts/Gotham-Black.otf') format('opentype');
                     }
@font-face { font-family: 'gotham_medium';
             src:   url('fonts/Gotham-Medium.otf') format('opentype');
                     }

html {
    position: relative;
    min-height: 100%;
}

body {
    margin-bottom: 60px;
    font-family: gotham_book;
}

.starter-template {
    text-align: center;
    padding-top: 2em;
}

.footer {
    position: fixed;
    bottom: 0;
    width: 100%;
    height: 40px;
    background-color: #909090;
    z-index: 1;
}

.container {
    width: 730px;
    margin-left: auto;
    margin-right: auto;
}

.containerCustom {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translateX(-50%) translateY(-50%);
        width: 50%;
    }

.container-fluid {
    padding-top: 50px;
    padding-bottom: 50px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}

#vitaContent {
    width: 75%;
    margin-left: auto;
    margin-right: auto;
    padding: 2em;
}

#vitaHeadings {
    font-family: gotham_black;
    font-size: 150%;
    padding-bottom: 1em;
}

.noPadRight{
    padding-right: 0px;
}

.activeSpan {
    color: black;
}

.inactiveSpan {
    color: #d0d0d0;
    cursor: pointer;
}

#information {
    text-align: left;
}

#vitaDetails {
    display: block;
    font-size: 1em;
}

.vitaTitle {
    font-family: gotham_medium;
}

#vitaEducation {
    display: none;
    font-size: 1em;
}

.workHeader {
    font-family: gotham_black;
    text-transform: uppercase;
    font-size: 1.5vmax;
}

.workLeft {
    float: left;
    height: 2em;
}

.workHeaderBig {
    font-family: gotham_black;
    text-transform: uppercase;
    font-size: 35px;
    margin-top: 0px; 
    margin-bottom: 0px;
    cursor: pointer;
}

.workHeaderBigMobi {
    font-family: gotham_black;
    text-transform: uppercase;
    font-size: 2.1em;
    margin-top: 0px; 
    margin-bottom: 0px;
    padding-left: 2vmax;
    padding-right: 2vmax;
    display: inline-block;
}

.workRight {
    float: right;
}

.bgRow {
    background-color: grey; color:white; margin-top: 4px; margin-bottom: 20px;
}

.bgRowLight {
    background-color: darkgrey; color:white; margin-top: 20px;
}

#judithImg{
            width:auto;
            max-height:550px;
            float:right;
        }

#formContainer {
    padding-top: 2em;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}

.videoContainer {
    width: 100vmin;
    margin-left: auto;
    margin-right: auto;
    padding-top: 2vmax;
}

.thumbnailContainer {
    width: 80vmin;
    margin-left: auto;
    margin-right: auto;
    padding-top: 1em;
    padding-bottom: 2em;
}

.web {
    display: block;
}

.mobile {
    display:none;
}

#contactBody {
    background: url(../img/Kontakt_quer.jpg) no-repeat center center fixed; 
      -webkit-background-size: cover;
      -moz-background-size: cover;
      -o-background-size: cover;
      background-size: cover;
}

#homeBody {
    background: url(../img/home/START_quer.jpg) no-repeat center center fixed; 
      -webkit-background-size: cover;
      -moz-background-size: cover;
      -o-background-size: cover;
      background-size: cover;
      background-position: 0px 35px;
}

#film {
    display:block;
}

#theater {
    display: none;
}

.inactiveHeader {
    background-color: darkgrey;
    cursor: pointer;
}

.activeHeader {
    background-color: grey;
}

.imagesClear {
    clear: both;
    padding-top: 2vmax;
    width: 95%;
    margin-left: auto;
    margin-right: auto;
}



.showReelContainer {
    width: 95%;
    margin-left: auto;
    margin-right: auto;
    padding-top: 4em;
}



.containerFooter {
    height: 100%;
}

.leftFooter {
    height: 100%;
    float: left;
    padding-left: 10vmax;
}

.rightFooter {
    height: 100%;
    float: right;
    padding-right: 10vmax;
}

.galeriePad {
    padding-bottom: 2vmax;
}
.listSlides {
    height: 70vh;
}




header {
    width: 100%;
    height: 40px;
    position: fixed;
    z-index: 2;
}

.spanNav {
    font-size: medium;
    padding-left: 3em;
    vertical-align: sub;
}

/*Menüleiste - Start*/
#steuerung li {
    list-style: none;
    float: left;
    display: inline;
}

#steuerung a .test {
    display: block;
    height: 100%;
    width: auto;
    padding: 0.5em;
    text-decoration: none;
    color: black;
}

#steuerung a {
    display: block;
    height: 100%;
    width: auto;
    padding: 0.5em;
    font-style: normal;
    text-decoration: none;
    color: white;
}

.activeNav {
    text-decoration: underline;
}

.menue-button {
    display: none;
}

#steuerung {
    position: relative;
    z-index: 2;
    display: inline;
    float: left;
    width: 100%;
    background-color: #3c3c3c;
}

.navbar {
    overflow: hidden
}

#navi {
    margin-left: auto;
    margin-right: auto;
    display: block;
    width: 910px;
}
    
/*Menüleiste - Ende*/

.footerContainer {
    margin-left: auto;
    margin-right: auto;
    display: block;
    width: 910px;
}

.footerLeft {
    padding-right:10px;
    padding-top:15px;
}

.footerRight {
    padding-top:15px;
}


@media only screen and (max-width: 736px) {
    
.leftFooter {
    height: 100%;
    float: left;
    padding-left: 2vmax;
}

.rightFooter {
    height: 100%;
    float: right;
    padding-right: 2vmax;
}

.noPadRight{
    padding-right: 15px;
}    

#judithImg{
                width:100%;
                clear:both;
                float:none;
                max-height:none;
            }

    .containerCustom {
        position: absolute;
        top: 25%;
        left: 25%;
        transform: translateX(-25%) translateY(-25%);
        width: 100%;
    }
    
    .spanNav {
        font-size: small;
        padding: 0;
    }
    
    .activeNav {
        text-decoration: none;
    }
    .menuimg {
        display: block;
        width: 100%;
        margin-left: auto;
        margin-right: auto;
    }
    .headerBar {
        width: 100%;
        height: 37px;
        background-color: black;
    }
    .menue-button {
        display: block;
        position: absolute;
        float: left;
        width: 100%;
        cursor: pointer;
        text-decoration: none;
        text-align: center;
        margin-top: 8px;
    }
    #steuerung {
        width: 60%;
        display: none;
        position: absolute;
        margin-left: 20%;
        margin-right: 20%;
        background-color: dimgray;
    }
    #steuerung li {
        text-align: center;
        width: 100%;
        margin-left: -20px;
        margin-right: auto;
        padding: 0;
        border-bottom: 2px solid white;
    }
    #steuerung li:last-child {
        border-bottom: none;
    }
    #navi {
        margin-left: auto;
        margin-right: auto;
        display: block;
        width: 100%;
    }
}

@media (max-width: 768px) {
    .container {
        width: auto;
        margin-left: auto;
        margin-right: auto;
    }
    #vitaHeadings {
        text-align: left;
        font-size: 120%;
        font-weight: bold;
        clear: both;
        padding-top: 1vh;
        padding-bottom: 1em;
    }
    #vitaDetails {
        font-size: 1em;
    }
    #vitaContent {
        width: 100%;
        margin-left: auto;
        margin-right: auto;
        padding: 1em;
    }
    .bgRow {
        background-color: grey;
        color: white;
        margin-left: 0px;
        margin-top: 20px;
    }
    .bgRowLight {
        background-color: darkgrey;
        color: white;
        margin-left: 0px;
        margin-top: 20px;
    }
    
    .mobile {
        display: block;
    }

    .web {
        display:none;
    }
    
    .workHeader {
        font-weight: bold;
        text-transform: uppercase;
        font-size: 2.5vmax;
    }
    #contactBody {
        background: url(../img/Kontakt_hoch.jpg) no-repeat center center fixed; 
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
    }

#homeBody {
        background: url(../img/home/START_hoch.jpg) no-repeat center center fixed; 
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
background-position: 0px 35px;
    }
}

/* die Magie, um die Steuerung einzublenden (auch auf mobile Devices) */

#nav-menue:target #steuerung {
    display: block;
}
/* ausblenden des Menü-Buttons zum öffnen - somit wird der zum Schließen sichtbar */

#nav-menue:target .menue-button-beschr-open {
    display: none;
}
.caruSlide {
    height: 30vh;
}

.bigSlider {
    height: 60vh;
}

.smallSlider {
    height: 20vh;
}
#twitter {
    padding-right:10px;
    padding-top:15px;
}

#facebook {
    padding-top:15px;
}

#deutsch {
    padding-right:10px;
    padding-top:15px;
}

#englisch {
    padding-top:15px;
}

.thumbnailMod {
    display: block;
  padding: 4px;
  margin-bottom: 20px;
  line-height: 1.42857143;
  background-color: #fff;
}

.submitableimage {
    cursor: pointer;
}
.mobileContact {
    padding-bottom: 10px;
}

#filmHeader {
    height: 38px;
}

#theaterHeader {
    height: 38px;
}
