/*PAGE STUFF*/
@font-face {
    font-family: Giuliano;
    src: url("../fonts/Giuliano Handwriting.ttf") format("truetype");
}

* {
    margin: 0;
    padding: 0;
}

html {

}

a {
    color: #ffffff;
    text-decoration: none;
}

a:hover {
    color: #f6d918;
}

body {
    overflow-x: hidden;
    color: #ffffff;
    background-color: #000000;
    font-family: Tahoma, Sans-serif;
    font-size: 1rem;
    height: 100%;
    padding: 0 1rem;
}

#page-warp {
    width: 100%;
    max-width: 1200px;

    height: auto;
    margin: 0 auto;
    text-align: left;
    padding-top: 115px;
    background-repeat: no-repeat;
    background-position: left bottom;
    background-color: transparent;
}

/*KEYVISUAL*/
#image {
    display: flex;
    align-items: flex-end;
}

#image img {
    width: 100%;
    height: auto;
    object-fit: contain;
}

#image .height {

}

#image .width {

}

#image .text {
    overflow: hidden;
    width: 425px;
    padding: 0 0 150px 0;
}

.text.marked a{
    color: #f6d918;
}

/*NAVIGATION*/
#navigation {
    float: left;
    height: 99px;
    overflow: hidden;

}

#navigation-list {
    padding: 64px 0 0 0;

}

#navigation-list li a ~ #sub-navigation {
    display: none;
}

#navigation-list li a.selected ~ #sub-navigation {
    display: block;
}

#navigation-list li {
    float: left;
    font-weight: normal;
    font-size: 1em;
    letter-spacing: 0.1em;
    list-style: none;
    border-left: 1px solid #ffffff;
    padding: 0 12px 0 12px;

}

#navigation li:first-child {
    border: none;
    padding: 0 12px 0 0px;
}

#navigation-list li a {
    color: #ffffff;

    text-decoration: none;
}

#navigation-list li a:hover, #navigation-list .selected {
    color: #f6d918;
}

/*HEADER AND LOGO*/
#header {
    /*float: right;*/
    /*padding: 0 148px 0 0;*/
    position: fixed;
    top: 0;
    display: grid;
    grid-template-columns: 3fr 1.5fr;
    width: calc(100% - 2rem);
    max-width: 1200px;
    grid-gap: 1rem;
    background-color: #000;
    z-index: 10;

}

#header img[alt*="Logo"] {

    display: block;
    width: 100%;
    height: auto;
    max-width: 200px;

}

#header > a {
    justify-self: end;
}

/*SUBNAVIGATION*/
#sub-navigation {

    position: fixed;
    top: 100px;
    left: 0;
    width: 100%;
}

#sub-navigation-list {
    max-width: 1200px;
    margin: 0 auto;
}


#sub-navigation li {

    font-size: 1em;
    letter-spacing: 0.1em;
    list-style: none;
    margin: 7px 0 0 0px;
    display: block !important;
    float: none;
    border: none;
    padding-left: 0;
}

#sub-navigation a {
    text-decoration: none;
    color: white;
}

#sub-navigation li a:hover, #sub-navigation .selected {
    color: #f6d918;
    font-weight: normal;
}

/*CONTENT*/
#content-wrap {
    display: grid;
    width: 100%;
    grid-template-columns: 3fr 1.42fr;
    grid-gap: 1rem;
}

#content-wrap.presse {

}

#content-wrap.presse #content-holder {
    grid-row: 1;
    grid-column: 2;
}

#content-holder {
    width: 100%;
    overflow: hidden;
    margin: 113px 0 0 0;
}

#content-wrap.fotos-kurse #pressefoto-holder{
    padding: 0;
}

#content-holder .spacer_120 {

    width: 100%;
    height: 113px;
}

#headline {
    margin: 0 0 10px;
}

#headline h1 {
    font-family: Giuliano;
    color: #f6d918;
    font-size: 2.0em;
    font-weight: bold;
    letter-spacing: 0.02em;
    padding: 10px 0 10px 5px;
}

#headline img {
    border: none;
}

#headline a, #headline a:hover img {

    border: none;
}

#text-holder h2 {
    font-family: Tahoma;
    color: #ffffff;
    font-size: 1em;

    font-weight: normal;
    font-style: italic;
    letter-spacing: 1px;
    padding: 15px 0 5px 0;
    text-transform: uppercase;
    line-height: 1.4em;
}

.text, #stueck-info {
    padding: 7px 0 0 0;
    line-height: 1.8em;
    letter-spacing: 1px;
    font-size: 1.0em;
    font-weight: lighter;
}

#stueck-info {
    font-style: italic;

}

#text-holder li {
    margin: 3px 38px 0 0;
    line-height: 1.8em;
    letter-spacing: 1px;
    font-size: 1.03em;
    font-weight: lighter;
    list-style: inside square;
}

#text-holder {
    overflow: visible;
}

#content-holder #content-navigation {
    margin: 40px 0 0 0;
}

/*PRESSEFOTO*/
#pressefoto-holder {
    grid-column: 1 / -1;
    padding: 130px 0 0px 0;
}

.pressefoto-box {
    float: left;
    margin: 0 80px 40px 0;

}

.pressefoto-box.right {
    float: right;
    margin: 0 86px 40px 0;
}

.pressefoto {
    width: 266px;
    height: 220px;
    overflow: hidden;
    border: 1px solid #ffffff;
    text-align: center;

}

.pressefoto img {
    height: 220px;
}

#pressefoto-holder #content-navigation {
    float: right;
    margin: 0 0px 0 0;

    overflow: hidden;
    clear: both;
}

#pressefoto-holder #content-navigation ul {
    text-align: left;
}

/*WERBEPLAKAT*/
#content-wrap.werbeplakat,#content-wrap.kurse-video {
    grid-template-columns: 1fr;
}
.kurse-video h3{
    margin-bottom: 1rem;
}
#content-wrap.kurse-video #video-wrap{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap:1rem;
}
#content-wrap.kurse-video #video-wrap h2{
    grid-column: 1 / -1;
}
#content-wrap.kurse-video #video-wrap .video-content{
    border: none;
}
#content-wrap.stueck-filme{
    margin-top: 250px;
}

#werbeplakat-holder {
    display: inline-block;
    float: right;
}

.werbeplakat #content-holder {
    display: flex;
    flex-flow: column;
    align-items: flex-end;
}
#werbeplakat-holder #content-navigation{
    margin-top: 1rem;
}

#werbeplakat {
    border: 1px solid #ffffff;
    height: 434px;
    width: 350px;
    overflow: hidden;
    margin: 20px 0 10px 0;
}

#werbeplakat img {
    height: 434px;
}

/*KINDERBUCH*/
#kinderbuch-image {

    overflow: hidden;
    float: left;
    margin: 160px 0 0 -150px;
}

#kinderbuch-image .text {
    width: 360px;
    overflow: hidden;
    clear: both;
}

#kibuimg {
    width: 450px;
}

/*ANFRAGE*/
p input {
    margin: 15px 0 0 0;
}

p input.right {
    float: right;
    margin: 15px 48px 0 0;
}

.text.form {
    margin: 0;
    padding: 0;
}

.text textarea {
    margin: 0;
    padding: 0;
    width: 305px;
}

.text input {
    margin: 0;
    padding: 0;
    width: 300px;
}

/*KONTAKT*/
#kontakt {


}

/*.kontakt{*/
/*     margin:15px 38px 0 0;*/
/*    line-height:1.8em;*/
/*    letter-spacing:1px;*/
/*    font-size:1.1em;*/
/*    font-weight:lighter;*/
/*}*/

.text.kontakt {
    padding: 0;
    margin: 15px 38px 0 0;
    line-height: 1.8em;
    letter-spacing: 1px;
    font-size: 1.1em;

}

/*CONTENT NAVIGATION*/
#content-navigation{
    grid-column: 1 / -1;
    text-align: right;
}
#content-navigation ul{
    display: inline-block;
}
#content-navigation ul li {
    float: left;
    color: #ffffff;
    list-style: square;
    list-style-position: inside;
    font-size: 1.1em;
    letter-spacing: 0.2em;
    font-weight: normal;
    margin: 0 15px 0 0;
}

#content-navigation ul li a {
    color: #ffffff;
    text-decoration: none;
}

#content-navigation .underline {
    text-decoration: underline;

}

#content-navigation ul li a:hover, #content-navigation ul li:hover {
    color: #f6d918;
}

#content-navigation .selected a, #content-navigation li.selected {
    color: #f6d918;
}

/*VITA*/
#potrait {
    margin-left: -50px;
}

#content-wrap.vita{
    grid-template-columns: 1fr 1fr;
}
#content-wrap.vita #image{
    align-items: flex-start;
}
ul li,#text-holder li{
list-style-position: outside;
    margin-left: 1rem;
}
/*TERMINE*/
#text-holder h2.termin_headline {
    font-style: normal;
    text-transform: none;
    line-height: 1.8em;
    padding-bottom: 0;
}

.termin_text {
    color: #ffffff;
    margin-top: -4px;
    padding-top: 0;
}

#img_termin {
    width: 575px;
    margin-top: 130px;
}

#video {
    margin: 130px 0 0 0;
    border: 1px solid #ffffff;
    outline: none;

}

#termine-image {

    background: transparent;


}

/* IMPRESSUM*/
#impressum p {
    margin: 5px 0 0 0;
}

/*FOOTER*/
#footer {
    clear: both;
}

.selected, .marked {
    color: #f6d918;
}

.marked {
    font-weight: normal;
}

.underline {
    text-decoration: underline;
}

.spacer_120 {

    height: 128px;
    width: 150px;
    overflow: hidden
}


#text-holder .viewport {
    /*height: 400px;*/
    /*overflow: hidden;*/
    /*position: relative;*/
}

#text-holder .overview {
    list-style: none;
    /*position: absolute;*/
    /*left: 0;*/
    /*top: 0;*/
}

#text-holder .thumb .end,
#text-holder .thumb {
    /*background-color: #000000*/
}

#text-holder .thumb {
    /*background: #000000 url("../images/uploads/scrollbar.gif") no-repeat center;*/
}

#text-holder .scrollbar {
    /*position: relative;*/
    /*float: right;*/
    /*width: 8px;*/
    /*margin: 0px 20px 0 0px;*/
    display: none;
}

#text-holder .track {
    /*background-color: #000000;*/
    /*height: 100%;*/
    /*width: 10px;*/
    /*position: relative;*/
    /*padding: 0 1px;*/
    display: none;
}

#text-holder .thumb {
    /*height: 10px;*/
    /*width: 13px;*/
    /*cursor: pointer;*/
    /*overflow: hidden;*/
    /*position: absolute;*/
    /*top: 0;*/
    /*margin-top: 0px;*/
    display: none;
}

#text-holder .thumb .end {
    /*overflow: hidden;*/
    /*height: 5px;*/
    /*width: 13px;*/
    display: none;
}

#text-holder .disable {
    display: none;
}

#text-holder .overview .text {
    margin-right: 0;
}


.hamburger-lines {

    height: 24px;
    width: 32px;
    position: absolute;
    top: 30px;
    left: 20px;
    z-index: 2;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.hamburger-lines .line {
    display: block;
    height: 2px;
    width: 100%;
    border-radius: 5px;
    background: #fff;
}

.checkbox {
    position: absolute;
    display: block;
    height: 32px;
    width: 32px;
    top: 20px;
    left: 20px;
    z-index: 5;
    opacity: 0;
    cursor: pointer;
}

/*Filme*/
.videos-wrap {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 1rem;
    max-width: 1200px;
    width: 100%;
}
#content-wrap > .videos-wrap {
    grid-template-columns: 1fr 1fr;
}
#content-wrap  .video-content{
    border:1px solid white;
}
.videos-wrap > p{
    grid-column: 1 / -1;
    font-size: 1rem;
}

.videos-wrap h3, .videos-wrap h2, .videos-wrap h1 {
    font-weight: normal;
    margin-bottom: 1rem;
}

.videos-wrap h2, .videos-wrap h1 {
    grid-column: 1 / -1;
    font-size: 2rem;
    color: #f6d918;
}
.videos-wrap > h2:nth-of-type(2){
    margin-bottom: 0;
}

.videos-wrap h3 {
    font-size: 1.25rem;

}

.video-content {
    width: calc(100% - 2rem);
    overflow: hidden;
    /*border: 1px solid white;*/
    padding: 1rem;
}

.video-content video {
    object-fit: contain;
    max-height: 300px;
    width: 100%;

}

.video-info {
    margin: 1rem 0;
}

.video-info p {
    margin-bottom: 1rem;
}

.video-info p a {
    text-decoration: underline;
}


/*HOME*/
.home-wrap h1, .home-wrap h2, .home-wrap h3, .home-wrap p {
    margin-bottom: 1rem;
    line-height: 1.23;
    font-weight: 300;
}

.home-wrap h1 {
    color: #f6d918;
    font-size: 2rem;
    margin-bottom: 2rem;
}

.slider {
    width: 100%;
    height: 100%;
    max-height: 450px;
    margin-bottom: 1em;
}

.slider + * {
    margin-top: 4rem;
    font-size: 1rem;
}

.slider-item {
    width: 100%;
    height: 450px;
    overflow: hidden;
}

.slider-item{
    font-size: 14px;
}

.slider-info {
    position: absolute;
    bottom: 0;
    width: 100%;
    text-align: center;

}
.slider-info a{
    display: block;
    background: rgba(0,0,0,0.5);
    padding: .5rem;
    text-decoration: underline;
}
.slider-item img, .slider-item .video-content {
    /*width: 100%;*/
    /*height: 100%;*/
    width: 100%;
    max-height: 450px;
    height: 100%;
    object-fit: contain;
}

.link-grid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-gap: 1rem;
    margin-top: 2rem;
}

.link-grid-item {
    overflow: hidden;
    border: 1px solid white;
    padding: .5rem;
}

.link-grid h2{
    font-size: 1.25rem;
    letter-spacing: 0.05em;
}

.link-grid img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    max-height: 200px;
}

.link-grid-item a {
    display: flex;
    flex-flow: column-reverse;
}


/*NAVIGATION */

.hamburger-lines .line1 {
    transform-origin: 0% 0%;
    transition: transform 0.4s ease-in-out;
}

.hamburger-lines .line2 {
    transition: transform 0.2s ease-in-out;
}

.hamburger-lines .line3 {
    transform-origin: 0% 100%;
    transition: transform 0.4s ease-in-out;
}

.hamburger-lines, .checkbox {
    display: none;
}

#navigation input[type="checkbox"]:checked ~ .menu-items {
    transform: translateX(0);
}

#navigation input[type="checkbox"]:checked ~ .hamburger-lines .line1 {
    transform: rotate(45deg);
}

#navigation input[type="checkbox"]:checked ~ .hamburger-lines .line2 {
    transform: scaleY(0);
}

#navigation input[type="checkbox"]:checked ~ .hamburger-lines .line3 {
    transform: rotate(-45deg);
}

#navigation input[type="checkbox"]:checked ~ .logo {
    display: none;
}

.kurse #image, .kinderbuch #image, .vita #image{
    align-items: flex-start;
}

@media screen and (max-width: 1230px){
    #sub-navigation{
        left: 1rem;
    }
}
    @media screen and (max-width: 850px) {

    #content-wrap,.link-grid,#content-wrap.kurse-video #video-wrap {
        grid-template-columns: 1fr 1fr;
    }

    .hamburger-lines {
        display: flex;
    }

    .checkbox {
        display: initial;
    }

    #navigation {
        float: left;
        overflow: hidden;

        width: 100%;
        height: auto;
    }

    #navigation input[type="checkbox"] ~ #navigation-list {
        /*display: none;*/
        transition: transform .5s;
        transform: translateX(-200%);
        border: 1px solid white;

    }

    #navigation input[type="checkbox"]:checked ~ #navigation-list {
        display: block;

        padding: 60px 0rem 1rem 1rem;
        left: 0;
        transition: transform .3s;
        transform: translateX(0);

    }

    #navigation input[type="checkbox"] ~ #sub-navigation {
        display: none;

    }

    #navigation input[type="checkbox"]:checked ~ #sub-navigation {
        display: block;
    }


    #navigation-list {
        width: 95% !important;
        background: #000;
        height: auto;
        display: block;
        position: absolute;
        border: none;
    }

    #navigation-list li {
        float: none;
        font-weight: normal;
        font-size: 1em;
        letter-spacing: 0.1em;
        list-style: none;
        border-left: 0px solid #ffffff;
        padding: 12px 12px 0 0px;
    }

    #sub-navigation {

        position: relative;
        top: 0px;
        margin: 5px 0 0 0;
        padding-left: 50px;
        width: 100%;
    }

    #navigation-list li a ~ #sub-navigation {
        display: block;
    }

    .videos-wrap {
        grid-template-columns: 1fr 1fr;
    }

        #content-wrap.stueck-filme {
            margin-top: 0;
        }

}

@media screen and (max-width: 657px) {
    .home-wrap h1{
        margin-bottom: 0.5rem;
    }
    .home-wrap h2{
        /*text-align: center;*/
    }
    .videos-wrap ,.link-grid,#content-wrap > .videos-wrap,#content-wrap.vita,#content-wrap.kurse-video #video-wrap{
        grid-template-columns: 1fr;
    }



    #header {
        grid-template-columns: 1fr 2fr;
    }

    #header img[alt*="Logo"] {
        width: 90%;
    }

    #content-wrap {
        grid-template-columns: 1fr;
    }

    #content-holder {
        margin: 0;
    }
    #content-wrap.presse #content-holder{
        grid-column: auto;
    }
    #content-wrap.presse #pressefoto-holder{
        padding-top: 1rem;
    }
}