/*
Theme Name: Fernsehworkshop Theme NEU
Author: Tim Wittler

*/
/** @import url('https://fonts.googleapis.com/css?family=Roboto:300,400,700&display=swap');**/
/*** fonts https://google-webfonts-helper.herokuapp.com/fonts/roboto?subsets=latin **/
/* roboto-300 - latin */
@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 300;
    src: url('assets/fonts/roboto-v20-latin-300.eot'); /* IE9 Compat Modes */
    src: local('Roboto Light'), local('Roboto-Light'),
    url('assets/fonts/roboto-v20-latin-300.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('assets/fonts/roboto-v20-latin-300.woff2') format('woff2'), /* Super Modern Browsers */ url('assets/fonts/roboto-v20-latin-300.woff') format('woff'), /* Modern Browsers */ url('assets/fonts/roboto-v20-latin-300.ttf') format('truetype'), /* Safari, Android, iOS */ url('assets/fonts/roboto-v20-latin-300.svg#Roboto') format('svg'); /* Legacy iOS */
}

/* roboto-regular - latin */
@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    src: url('assets/fonts/roboto-v20-latin-regular.eot'); /* IE9 Compat Modes */
    src: local('Roboto'), local('Roboto-Regular'),
    url('assets/fonts/roboto-v20-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('assets/fonts/roboto-v20-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */ url('assets/fonts/roboto-v20-latin-regular.woff') format('woff'), /* Modern Browsers */ url('assets/fonts/roboto-v20-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */ url('assets/fonts/roboto-v20-latin-regular.svg#Roboto') format('svg'); /* Legacy iOS */
}

/* roboto-700 - latin */
@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 700;
    src: url('assets/fonts/roboto-v20-latin-700.eot'); /* IE9 Compat Modes */
    src: local('Roboto Bold'), local('Roboto-Bold'),
    url('assets/fonts/roboto-v20-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('assets/fonts/roboto-v20-latin-700.woff2') format('woff2'), /* Super Modern Browsers */ url('assets/fonts/roboto-v20-latin-700.woff') format('woff'), /* Modern Browsers */ url('assets/fonts/roboto-v20-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */ url('assets/fonts/roboto-v20-latin-700.svg#Roboto') format('svg'); /* Legacy iOS */
}

/* roboto-900 - latin */
@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 900;
    src: url('assets/fonts/roboto-v20-latin-900.eot'); /* IE9 Compat Modes */
    src: local('Roboto Black'), local('Roboto-Black'),
    url('assets/fonts/roboto-v20-latin-900.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('assets/fonts/roboto-v20-latin-900.woff2') format('woff2'), /* Super Modern Browsers */ url('assets/fonts/roboto-v20-latin-900.woff') format('woff'), /* Modern Browsers */ url('assets/fonts/roboto-v20-latin-900.ttf') format('truetype'), /* Safari, Android, iOS */ url('assets/fonts/roboto-v20-latin-900.svg#Roboto') format('svg'); /* Legacy iOS */
}


body {
    font-family: 'Roboto', sans-serif !important;
    color: black !important;
    font-size: 14px !important;
}

p {
    hyphens: auto;
    line-height: 20px;
    letter-spacing: 0.01em;
}

a, a:focus {
    color: inherit;
}

a.active {
    color: #2c97ce;
}

a:hover {
    color: #2c97ce !important;
    text-decoration: none;
}

p a:only-of-type, td a:only-of-type {
    letter-spacing: 0.025em;
}


/** Lists with "a)" instead of "a." **/
ol {
    counter-reset: list;
}

ol > li {
    list-style: none;
    position: relative;
}

ol > li:before {
    counter-increment: list;
    content: counter(list, lower-alpha) ") ";
    position: absolute;
    left: -1.4em;
}

.root-container {

}


.root-main {

}

h1 {
    font-size: 30px;
    font-weight: bold;
    margin-bottom: 25px;
}

h2.post-headline {
    font-size: 22px;
    font-weight: bold;
    margin-bottom: 10px;
}

.post-entry h1, .post-entry h2, .post-entry h3, .post-entry h4 {

}

.post-entry h1 {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 1.2rem;
}

.post-entry h2 {
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 1.2rem;
}

.post-entry h3 {
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 1rem;
}

.post-entry h4 {
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 0.8rem;
    text-transform: uppercase;
}

.post-entry h5 {
    font-size: 25px;
    font-weight: 500;
    margin-bottom: 0.8rem;
}



.sidebar-head {
    /*max-width: 120px;*/
    /*margin-bottom: 25px;*/
    max-width: 87px;
}

.sidebar-head-logo {
    padding-bottom: 8px;

}


.blog-title h1, .blog-title h2 {
    color: #003375;
    font-weight: bold;
    text-transform: uppercase;
    /*line-height: 14px;*/
    /*font-size: 10px;*/
    line-height: 11px;
    font-size: 8px;
    margin-bottom: 0;
}

.blog-title h2 {
    font-size: 14px;
}

/** Mobile **/

#sidebar {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020;
    padding-top: 15px;
    padding-bottom: 15px;
    background-color: white;
}


.nav-toggler-container {

}

button.navbar-toggler {
    height: 60px;
}

#navToggleButtons {
    /*height: 101px;*/
}

.custom-toggler .burger-icon {
    background-image: url("assets/buerger-menu.jpg");
    width: 40px;
    height: 20px;

}

.custom-toggler .close-icon {
    background-image: url("assets/close-menu.jpg");
    width: 27px;
    height: 26px;
    display: inline-block;
    vertical-align: middle;
    content: "";
    background-size: 100% 100%;
}

.collapsing {
    -webkit-transition: none;
    transition: none;
    display: none;
}




/** Menue  **/

#navbarToggleContent {

}

div.navigation.show {
    height: 0;
}

div.navigation.show {
    height: 100vh;
}

ul.menu {
    list-style-type: none;
    padding-left: 0;
    margin-bottom: 0;
}

ul.sub-menu {
    list-style-type: none;
    padding-left: 0;
    margin-top: 5px;
    margin-bottom: 5px;
}


div.navigation > ul.menu:first-child > li.menu-item:first-child {
    /*line-height: 25px;*/
}

div.navigation > ul.menu:first-child > li.menu-item:first-child + li.menu-item {
    /*margin-top: 10px;*/
}


ul.menu > li.menu-item {
    font-size: 22px;
    font-weight: bold;
    text-transform: uppercase;
    line-height: 30px;
    color: black;
}

li.current_page_item:not(.menu-item-has-children),
li.current_page_parent {
    color: #2c97ce !important;
}

ul.sub-menu > li.menu-item,
ul.sub-menu > li.page_item {
    font-weight: normal;
    text-transform: none;
    font-size: 15px;
    line-height: 23px;
    color: black;
    letter-spacing: 0.01em;
}

#menu-item-1017 { /** About (EN) Menu item **/
    font-size: 15px;
    line-height: 25px;
    font-weight: normal;
    text-transform: none;
    color: black;
    letter-spacing: 0.01em;
    margin-top: 10px;
}


/** infokasten **/
div.infokasten {
    max-width: 200px;
    margin-top: 25px;
    border: 1px solid #cccccc;
    box-shadow: inset 0 0 0 1px #f6f6f6;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 12px;
    padding-right: 12px;
}

div.infokasten-inline {
    max-width: 100%;
    padding: 30px;
    margin-bottom: 30px;
}

div.infokasten div.infokasten-entry {

}

div.infokasten-entry p {
    hyphens: none;
    letter-spacing: 0.01em;
    margin-bottom: 10px;
    font-size: 13px;
}


strong {
    font-weight: bold;
    font-size: inherit;
}


/*Front Page*/

section.frontpage-content h2.post-headline {
    font-size: 38px;
    letter-spacing: -0.03em;
    text-transform: uppercase;
    line-height: 40px;
    font-weight: 700;
}

section.frontpage-content h2.post-headline > a {
    color: #2c97ce !important;
}

section.frontpage-content .post-entry h3 {
    font-size: 28px;
    line-height: 30px;
    letter-spacing: -0.01em;
    font-weight: lighter;

}


/** Post **/
.post-entry a, .content a {
    color: #003375;
}

.post {
}

.post-headline > a {
    color: #000;
}


.post-meta {
}

img.post-image {
    width: 100%;
    height: auto;
    margin-bottom: 27px;
}

.post-entry {
}

/** Post Newsfeed (index.php) **/
.post.newsfeed-post {
    margin-top: 15px;
    border-bottom: 1px solid #cccccc;
}

.post.newsfeed-post h2.post-headline {
    margin-bottom: 15px;
    font-size: 20px;
}


/*** Image Alingment ***/
img.alignright {
    float: right;
    margin: 0 0 1em 1em;
}

img.alignleft {
    float: left;
    margin: 0 1em 1em 0;
}

img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.alignright {
    float: right;
}

.alignleft {
    float: left;
}

.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}


/** Pods Film **/
h2.film-headline {
    margin-bottom: 13px;
}

div.film-entry {
    margin-top: 30px;
}

.film-meta-daten p {
    margin-bottom: 0;
    hyphens: none;
}

.film-details {
    margin-top: 38px;
}

.film-kontakt {
    margin-top: 32px;
}

.film-verleih {
    margin-top: 14px;
}

.film-kontakt-alt {
    margin-top: 32px;
}


/*** Register Seite ***/

ul#film-register-tabs {
    border-bottom: 1px solid #919191;
    font-size: 16px;
}

ul#film-register-tabs .nav-item {
    margin-bottom: 0;
}

ul#film-register-tabs.nav-tabs .nav-link {
    color: #919191;
    border: 1px solid #919191;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    height: 30px;
    padding-top: 5px;
    margin-left: -1px;
    margin-bottom: -1px
}

ul#film-register-tabs.nav-tabs .nav-link.active {
    color: #2c97ce;
    height: 35px;
    padding-top: 9px;
    margin-top: -5px;
}

div#film-register-tab-content {
    margin-top: 30px
}

div#film-register-tab-content p.alphabet {
    font-size: inherit;
    font-weight: 700;
}

div#film-register-tab-content a + strong {
    font-size: inherit;
    font-weight: 700;
}

ul.filmregister {
    list-style: none;
    padding: 0;
}

ul.filmregister li {
    margin-left: 1em;
    text-indent: -1em;
}

ul.themenregister {
    list-style: none;
    padding: 0;
}

ul.themenregister li {
    margin-left: 1em;
    text-indent: -1em;
}

/** Archiv Seite **/
div.fernsehworkshop-archiv-container {
    margin-right: -15px;
}

div.fernsehworkshop-archiv-card-wrapper {
    margin-right: 15px;
    margin-bottom: 30px;
}

div.fernsehworkshop-film-carousel {
    min-height: 240px;
    max-width: 100%;
}

.film-carousel-item {
    width: 293px;
}

.film-carousel-img {
    width: 100%;
    height: 163px;
    overflow: hidden;
}
.film-carousel-img img {
    min-height: 163px;
    object-fit: cover;
}

.fernsehworkshop-film-carousel .lightSlider-prev {
    width: 50px;
    margin-left: -50px;
    z-index: 10000;
    padding-bottom: 137px;
}
.fernsehworkshop-film-carousel .lightSlider-next {
    width: 50px;
    margin-right: -50px;
    z-index: 10000;
    padding-bottom: 137px;
}

.fernsehworkshop-film-carousel .lightSlider-prev img,
.fernsehworkshop-film-carousel .lightSlider-next img {
    height: auto;
    width: 12px;
}

div.fernsehworkshop-card {
    border: none;
}


.fernsehworkshop-card img.card-img-top {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.fernsehworkshop-card h5.card-title {

    font-size: 21px;
    font-weight: 700;
    letter-spacing: -0.01em;
    margin-top: 10px;
    margin-bottom: 0;
    text-transform: uppercase;
}

.fernsehworkshop-card h5.card-title a {
    color: #000;
}

/*** Footer ***/
#footer {

}

#footer p {
    font-size: 13px;
    margin-bottom: 0;
    hyphens: none;
    line-height: 20px;
}

#footer h3.widget-title {
    font-size: 16px;
    font-weight: 300;
}

#footer div.sidebars {

}




#footer p.footer-title {
    font-size: 18px;
}

/**special for large logo **/
#footer .wp-image-1054 {
    margin-top: -10px;
}

#footer div.footer-sidebar {
    display: flex;
    flex-wrap: wrap;
    height: 100%;
    justify-content: flex-start;
}

#footer div.footer-sidebar aside {
    display: inline;
    max-width: 85px;
    padding-bottom: 15px;
    margin-top: auto;
    margin-bottom: auto;
    margin-left: 15px;
    margin-right: 20px;
    text-align: center;
}

/*#footer div.footer-sidebar aside:first-child {*/
/*    margin-left: 0;*/
/*}*/

#footer div.footer-sidebar aside div.textwidget p {
    font-size: 16px !important;
    line-height: 1.3em;
}

#footer .footer-border {
    border-top: 1px solid #CCCCCC;
}




/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) {
    body {
        font-family: 'Roboto', sans-serif !important;
        color: black !important;
        font-size: 14px !important;
    }

    p {
        line-height: 22px;
    }

    p a:only-of-type, td a:only-of-type {
        letter-spacing: 0.04em;
    }


    #sidebar {
        position: relative;
        top: unset;
        padding-top: 0;
    }

    .sidebar-head {
        max-width: 160px;
        margin-bottom: 25px;
    }

    .blog-title h1, .blog-title h2 {
        line-height: 18px;
        font-size: 14px;
        margin-bottom: 25px;
    }

    .blog-title h2 {
        font-size: 14px;
    }


    .root-container {
        margin-top: 37px;
    }

    .sidebar-head-logo {

        padding-bottom: 12px;
    }

    /** from https://codepen.io/me44ta/pen/JBzpXW **/
    .collapse.dont-collapse-sm {
        display: block;
        height: auto !important;
        visibility: visible;
    }

    .root-main {
        margin-top: 65px;
    }

    img.post-image {
        margin-top: -102px;
        margin-bottom: 27px;
    }

    section.frontpage-content .post-entry h3 {
        font-size: 40px;
        line-height: 40px;
    }

    section.frontpage-content h2.post-headline {
        font-size: 65px;
        line-height: 68px;
    }

    div.navigation > ul.menu:first-child > li.menu-item:first-child {
        font-size: 18px;
        line-height: 24px;
        font-weight: 700;
    }

    ul.menu > li.menu-item {
        font-size: 18px;
        line-height: 24px;
    }

    ul.sub-menu {
        padding-left: 10px;
    }

    ul.sub-menu > li.menu-item,
    ul.sub-menu > li.page_item {
        font-size: 14px;
        line-height: 22px;
    }

    #menu-item-1017 { /** About (EN) Menu item **/
        font-size: 14px;
        line-height: 22px;
    }

    h2.post-headline {
        font-size: 30px;
        margin-bottom: 25px;
    }

    .post-entry h3 {
        font-size: 20px;
    }

    .post-entry h4 {
        font-size: 18px;
    }

    .post-entry h5 {
        font-size: 16px;
    }

    .post.newsfeed-post h2.post-headline {
        margin-bottom: 15px;
        font-size: 22px;
    }


    .fernsehworkshop-archiv-card-wrapper h5.card-title {
        font-size: 22px;
    }

    div#film-register-tab-content p.alphabet {
        font-size: 18px;
    }

    div#film-register-tab-content a + strong {
        font-size: 18px;
    }

    .film-meta-daten p {
        font-size: 12px;
        line-height: 18px;
    }

    #footer p {
        font-size: 12px;
    }

    #footer p.footer-title {
        font-size: 12px;
    }

    #footer div.footer-sidebar {
        flex-wrap: nowrap;
    }

    #footer div.footer-sidebar aside {
        padding-top: 0;
        padding-bottom: 0;
        margin-left: 0;
        margin-right: 30px;
    }

    /**special for large logo **/
    #footer .wp-image-1054 {
        margin-top: -40px;
    }


    #footer div.footer-sidebar aside div.textwidget p {
        font-size: 12px !important;
        line-height: 1.3em;
        white-space: nowrap;
    }


    div.infokasten-entry p {
        font-size: 12px;
        line-height: 20px;
    }

    div.infokasten-entry p:first-child {
        line-height: 15px;
    }
}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {
    #footer div.footer-sidebar aside {
        max-width: 100px;
    }


}