﻿:root {
    --font-family: 'Segoe UI',-apple-system,BlinkMacSystemFont,Ubuntu,Roboto,"Helvetica Neue",Arial,sans-serif;
}
html, body, div, span, object, iframe,
h1, h2, h3, p, blockquote, pre,
abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    vertical-align: baseline;
}
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}
html {
    overflow-y: scroll;
}
.mobile-flag{display:none}
.teaser{
    text-align:center; font-weight:600;
}
.teaser .line1 {
    margin-right:10px;
}
.teaser .line2 {
    white-space: nowrap;
}

.streaming-de{
    margin-top:20px;
    text-align:center; 
    font-weight:600;
}
.streaming-de a{
    margin-left: 20px;
}

a:hover, a:active, a:visited {
    outline: none;
}
a, a:active, a:visited {
    text-decoration: none;
}
a {
    color: inherit;
}
.foto{
    width:100%;
    margin-top:120px;
    width:100%;
    text-align:center;
    overflow:hidden;
}
.foto img{
    width:100%;
    max-width:700px;
}
.foto.full img {max-width:none}
.vplayer{
    width:100%;
    height:448px;
}
.vplayer iframe{
    width:100%;
    height:100%;
}

#main a.trailer{
    background:url(../img/aware-trailer-back.jpg) no-repeat;
    background-size:cover;
    color:#fff;
    text-shadow:2px 2px 2px #333;
    height:400px;
    margin:30px 0;
    font-size:30px;
    padding:30px 0 0 0;
    text-decoration:none;
    display:block;
    position:relative;
    text-align:center;
}

#main a.trailer .playvideo{
    display:block;
    font-size:120px;
    margin-top:30px;
    opacity:0.4;
}

img.prota{
    display:block;
    width:100%;
    margin:18px 0;
}
.withvertdist{
    margin-top:30px;
}
img.poster{
    float:left;
    width:220px;
    margin:6px 50px 16px 0;
}
img.logo-news{
    float:left;
    width:240px;
    margin:6px 40px 16px 0;
}
img.logo-news.smaller{
    width:160px;
    margin-right:75px;
    margin-left:45px;
}

.news-without-logo{
    margin-top:30px;
    padding-left:280px;
}

.centered-para p{text-align:center}

.laurels-footer{
    margin-top:30px;
    text-align:center;
}
.laurels-footer img.logo-news{
  width:auto;
  height:110px;
  float:none;
}
.laurels-footer img.logo-news:last-child {
  margin-right:0;
}

img.poster:hover{
    width:450px;
}

.press-voice{
    margin-bottom:24px;
    padding:30px 40px;
    background-color:#e0e0e0;
}
.press-voice i{
    display:inline-block;
    margin-bottom:8px;
}

.cycle{
    width:100%;
    position: relative;
    margin-top:110px;
    width:100%;
    /*max-height:845px;*/
    height:55vw;
    overflow:hidden;
}
.cycle img{
    background-color:#fff;
    width:100%;
}
.cycle>span.fa{
    position:absolute;
    font-size:48px;
    color:#ddd;
    top:45px;
    display:none;
    z-index:9990;
    opacity:0.7;
}
.cycle > span.fa:hover {cursor:pointer; opacity:1;}
.cycle .prev-slide{
     right:140px;
}
.cycle .next-slide {
    right:80px;
}
.italic{
    font-style:italic
}
strong {
    font-weight: 600;
}
body{
    font-family: var(--font-family);
    font-size: 18px;
    color:#000;
    font-weight:300;
    background: #fff;
}
#container {
    width: 770px;
    margin: 0 auto;
    padding: 6px 0 60px 20px;

}
#container,.head-container,footer,.foto.full{
    display:none;
}
.animargi {
    -webkit-animation-name: animatetop;
    -webkit-animation-duration: 0.4s;
    animation-name: animatetop;
    animation-duration: 0.4s;
}
.anibanner {
    -webkit-animation-name: animatebanner;
    -webkit-animation-duration: 0.4s;
    animation-name: animatebanner;
    animation-duration: 0.4s;
}


@-webkit-keyframes animatetop {
  from {margin-top:40px; opacity:0} 
  to {margin-top:0; opacity:1}
}
@keyframes animatetop {
  from {margin-top:40px; opacity:0}
  to {margin-top:0; opacity:1}
}

@-webkit-keyframes animatebanner {
  from {margin-top:160px; opacity:0} 
  to {margin-top:120px; opacity:1}
}
@keyframes animatebanner {
  from {margin-top:160px; opacity:0}
  to {margin-top:120px; opacity:1}
}

.img-left h2, .img-left p {
    text-align: left;
}
.img-left h2 {
    font-size:17px;
    line-height:21px;
    margin-top:0px;
    margin-bottom:0px;
    font-weight:600;
    color:#666;
}
article .img-left p {
    /*font-size:90%;*/
    line-height:27px;
    margin-bottom:6px;
}
.img-left img{
    float:left; 
    margin-right: 16px;
    margin-bottom: 20px;
    width:100%;
    
}

#main {
    position:relative;
    min-height: 300px;
    margin-top:0px;
    margin-bottom:80px;
}
.ctrls{
    width: 100%;
    position:relative;
    display:inline-block;
    height:75px;
}
header {
    position:fixed;
    left:0;top:0;
    width: 100%;
    text-align: center;
    height:75px;
    z-index:9999;
    background-color:rgba(255, 255, 255, 0.9);
    padding-bottom:16px;
}
.logo{
    position:absolute;
    top:23px;
    left:40px;
    cursor: pointer;
}
.logo img{
    width:200px;
}
.menu-button, .close-menu-button{
    position:absolute;
    top:17px;
    right:32px;
    
    font-size:51px;
    /*color:#0220a6;*/
    color:#666;
    cursor:pointer;
    text-shadow:3px 3px 3px #bbb;
}
div.changelang{
    position:absolute;
    top:18px;
    left:20px;
    width:54px;
    height:40px;
    cursor:pointer;
    font-size: 22px;
    font-weight:normal;
    line-height:46px;
    padding:0 0 8px 0;
    border-radius:5px;
    color:#001ea5;
    background-color:#eee;
}

nav{
    user-select: none;
}
nav.menu{
    display:none;
    position:absolute;
    right:0;
    top:0;
    background-color:#fff;
    color:#888;
    font-size: 26px;
    font-weight:600;
    line-height:52px;
    padding:50px 80px 16px 40px;
    border-left: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
}
nav.menu ul {
    list-style:none;
}
nav.menu li.active, nav.menu a:hover {
    color:#000;
}
h1, h2, h3 {
    color:#333;
    font-family: var(--font-family);
    font-weight:300;
}
h1 {
    font-size: 30px;
    line-height:38px;
    margin-bottom:16px;
}
h2 {
    font-size: 24px;
    line-height:30px;
    margin: 20px 0 6px 0;
}
h3 {
    font-size: 20px;
    line-height:36px;
    margin: 20px 0 6px 0;
}

article p {
    margin-bottom: 12px;
    line-height: 26px;
    text-align:justify;
}
footer p {
    margin-bottom: 4px;
}
.clear {
    clear: both;
}
#main a{color:#006}
footer {
    font-size: 16px;
    color: #888;
    text-align: right;
    line-height: 30px;
    margin-top:2px;
}
article, footer {
    padding:20px 30px 20px 30px;
}
article a { text-decoration:underline; }
footer nav {
    margin-top:20px;
    float: right;
    font-size:20px;
}
footer nav li {
    float: right;
    display: inline;
    margin-left: 24px;
}
#share {
    cursor:pointer;
}
.social-share{
    display:none;
}
.share-button-holder button{
    border:1px solid #aaa;
    border-radius:5px;
    background-color:#fff;
    color:#001ea5;
    font-size:18px;
    padding:10px 20px;
}
.share-button-holder button span.fa{
    margin-right:20px;
}

/*#main .social-share a.social-button{
    margin: 0 0 10px 12px;
    border-radius: 6px;
    color:#fff;
    display:inline-block;
    text-align:left;
    padding:10px 14px;
    font-weight:600;
    width: 130px;
    border: 1px #444 solid;
}*/
#main .social-share a.social-button {
    margin: 0 0 10px 20px;
    border-radius: 6px;
    color: #fff;
    display: inline-block;
    text-align: center;
    padding: 9px 0 6px 0;
    font-weight: 600;
    width: 50px;
    /*height: 24px;*/
    /*border: 1px #444 solid;*/
}

.social-button .fa{  font-size:130%; width:50px; text-align:center}
.social-button.facebook{background: #3b589e}
/*.social-button.twitter{background: #00afe9}*/
.social-button.email{background: #990000}
.social-button.twitter {
    background: #000;
}

.social-button.bluesky {
    background: #1185fe;
}

.social-button.twitter img {
    height: 18px;
}

.social-button.bluesky img {
    height: 22px;
}

.fbsymbol{
    background: #3b589e;
    color:#fff;
    font-size:22px;
    padding:8px 10px;
    margin-right:20px;
}

#toc{
    margin:30px 0 30px 0;
    background: #eee;
    padding:20px;
    text-align:center;
    border: 1px solid #bbb;
    border-bottom-color:#333;
    border-right-color:#333;
}
#toc>h2{
    font-variant:small-caps;
    letter-spacing: 2px;
    color:#333;
    font-size:170%;
}
.toc-items>a::before {
    font-family: FontAwesome; 
    content:'\f0da';
    margin-right: 10px;
}
#toc > .toc-items{
    text-align:left;
    margin-left: 20px;
    margin-right: 20px;
    padding-top:20px;
    border-top: 1px solid #333;
    letter-spacing: 1px;
}
#main .toc-items>a{
    display:block;
    line-height:200%;
    text-decoration:none;
    color:#333;
    padding-left: 20px;
}
.doc-content>h2{
    border-bottom:2px solid;
    margin:40px 0 15px 0;
    padding:6px 0;
}
.doc-content>h2:first-child{
    margin-top:auto;
}

.screenings {
	background: #878787;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#878787', endColorstr='#6f6f6f'); 
	background: -webkit-gradient(linear, left top, left bottom, from(#878787), to(#6f6f6f)); 
	background: -moz-linear-gradient(top,  #878787,  #6f6f6f); 
    color:#fff;
    padding:20px 20px 15px 20px;
}
.screenings h2 {
    color:#fff;
    text-align:center;
    font-weight:600;
    margin-bottom:16px;
    
}
#main .screenings a{
    color:#fff;
}
#main .screenings a.btn {
    text-align:center;
    display:inline-block;
    padding:8px 0 10px 0;
    border-top:1px solid #ccc;
    border-left:1px solid #ccc;
    border-bottom:1px solid #888;
    border-right:1px solid #888;
    background:#555;
    width:220px;
    text-decoration:none;
}
.screenings p{
    text-align:center;
    font-weight:600;
}
.hotsocialmedia{
    position:absolute;
    left: 20px;
    top:250px;
}
.hotsocialmedia a{
    text-decoration:none;
    margin-right:20px;
    color:#fff;
    font-size:18px;
    background-color:rgba(160,160,160,0.5);
    border-radius: 30px;
    padding:8px 16px;
}
.hotsocialmedia a:last-child {
    position:absolute;
    top:50px;
    left:0px;
    padding:8px 14px;
}

.hotsocialmedia a:hover {
    background-color:rgba(220,220,220,0.5);
}
#vod {
    text-align:center;
    padding:6px;
}
#vod a{
    text-decoration:none;
    margin-right:8px;
}
#vod a:last-child {
    margin-right:0px;
}
#vod img{
    height:40px;
}
.logo-umbrella {
    width: 150px;
}

@media print {
    body {background:none;}
    footer,header,.cycle,.foto.full,#toc,.vplayer,.trailer,.hotsocialmedia { display:none; }
    h2, h3{ page-break-after: avoid; }
    .press-voice{padding:0;background-color:#fff;}

    #main>article, footer {
        padding: 4px 14px 4px 16px;
    }
    footer {
        margin-top:16px;
        border-top: 1px solid #ccc;
        font-size:15px;
        line-height: 22px;
    }
    #container {
        width: 95%;
    }
    #main {
        width: 95%;
    }
    .unit {page-break-inside: avoid}
}

@media only screen and (max-width : 760px) {
   .hotsocialmedia{
        right:initial;
        left:6px;
        top:146px;
    }
    .hotsocialmedia a{
        background-color:rgba(160,160,160,0.5);
        margin-right:16px;
        font-size:16px;
        border-radius: 22px;
        padding:4px 10px;
    }
        .hotsocialmedia a:last-child {
            position:absolute;
            top:38px;
            left:0px;
            padding:4px 8px;
        }

    .hotsocialmedia a:hover {
        background-color:rgba(220,220,220,0.5);
    }
    .teaser{ text-align:left; }
        .teaser .line2 {
            display:inline-block;
            margin-top:10px;
        }

    .streaming-de{
    
    }
    .streaming-de a{
        display:block;
        margin-left:0;
        margin-bottom: 6px;
    }


    .vplayer{
        height:170px;
        margin-bottom:20px;
    }

    
    #main a.trailer{
        padding-top:10px;
        height:130px;
        font-size:20px;
    }
    #main a.trailer .playvideo{
        display:block;
        font-size:60px;
        margin-top:10px;
    }
    

    .img-left img{
        float:none; 
        width:300px;
        display:block;
    }

    .mobile-flag{display:block}
    nav.menu{
        font-size: 22px;
        line-height:46px;
    }
    #container {
        width:330px;
        padding: 6px 0 6px 6px;
    }
    #main {width: 325px;margin-bottom:30px;margin-top:0px;}
    h1 {font-size:24px; margin-bottom:16px;line-height:32px}
    h2 {font-size:20px;margin-bottom:4px;line-height:28px}
    h3 {font-size:18px;margin-bottom:4px;line-height:26px}
    article p {
        text-align: left;
    }
    article, footer {
        padding: 20px 20px 4px 20px;
    }
     .cycle>span.fa{
        font-size:40px;
        top:25px;
    }
    .cycle .prev-slide{
         right:60px;
    }
    .cycle .next-slide {
        right:16px;
    }
    #toc{padding:10px;}
    #toc>h2{font-size:150%; }

    #toc > .toc-items{
        letter-spacing:0;
        margin-left: 10px;
        margin-right: 10px;
        padding-top:20px;
    }
    #main .toc-items>a{
        padding-left: 10px;
        padding-top:6px;
        padding-bottom:6px;
        margin-top:12px;
        line-height:150%;
    }
    .doc-content > h2 {font-size:24px;}
    img.poster, img.logo-news,img.logo-news.smaller {
        width:100%;
        margin:20px 0;
    }
    img.poster:hover{
        width:100%;
    }
    .laurels-footer img.logo-news{
      height:auto;
      width:100%;
      margin-right:0;
      margin-top:0px;
    }
    .news-without-logo{padding-left:0;}


}
@media only screen and (min-width : 1240px) {
    .vplayer{
        /*width:950px;*/
        height:600px;
    }

    .head-container {
        width: 100%;
        text-align: center;
    }
    .cycle {
        display:block;
        height:45vw;
    }
    .cycle img, .header-container, .ctrls{
        /*width:1240px;*/
        margin:0 10vw;
        width:80vw;
    }
    .cycle .prev-slide{
         right:18vw;
    }
    .cycle .next-slide {
        right:calc(18vw - 60px);
    }


    .foto.full img {max-width:1240px}
    #container {
        padding: 6px 0 60px 0;
        width:1000px;
    }
    img.poster:hover{
        width:600px;
    }

    .img-left img {
        width: 700px;
    }
    .laurels-footer img.logo-news{
      height:152px;
    }
    .hotsocialmedia{
        left: calc(44vw - 660px);
    }
    

}




}
