@font-face {
    font-family: Work Sans;
    src: url('./fonts/WorkSans-VariableFont_wght.ttf');
}

@font-face {
    font-family: Work Sans Italic;
    font-style: italic;
    src: url('./fonts/WorkSans-Italic-VariableFont_wght.ttf');
}

@font-face {
    font-family: Work Sans ExtraBold;
    src: url('./fonts/WorkSans-ExtraBold.ttf');
}

*, ::before, ::after {
    box-sizing: border-box;
  }

  
  
  
body{
    position: relative;
    scroll-behavior: smooth;

  
}

html, body{
    scroll-snap-type: y mandatory;

}

body > div{
    scroll-snap-align: start;
}



html,
body,
iframe,
#top,
#imgtop {
    -ms-overflow-style: none;
    padding: 0 !important;
    margin: 0 !important;
    width: 100vw;
    scroll-behavior: smooth;
    max-width:100%; 
    height: 100vh;
    max-height: 100%;
    z-index: 1;
    scroll-behavior: smooth;
    transition: 0.3s cubic-bezier(0.6, -0.28, 0.735, 0.045) all;
    -moz-transition: 0.3s cubic-bezier(0.6, -0.28, 0.735, 0.045) all;
    -webkit-transition: 0.3s cubic-bezier(0.6, -0.28, 0.735, 0.045) all;
}

.scrolls {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 1.25em;
    z-index: 2;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-size: 2rem;
    color: #f4f4f4;
  }
  .scrolls .center {
    font-size: 0.825rem;
  }

#top, #projekte, #ueber-uns{
    scroll-snap-align: center;
}


#top {
    overflow-y: hidden;
}

#imgtop {
    height: 100vh !important;
    overflow: hidden;
    object-fit: cover;
}

/*li, ul, div {
    box-sizing: border-box;
  }*/

#scrollhorizontal {
    height: 200px;
    display: inline;
    vertical-align: middle;
    margin-left: 30px;
    width: 100%;
}

.container {
    margin: 5px;
    padding: 2px 16px;

}


#submitdesktop:hover {
    background: black;
    color: white;
}

#moviecard {
    border: 2px white solid;
    color: rgba(255, 255, 255, 0.041);
    border-radius: 3px;
    width: 20%;
    height: 100px;
    box-shadow: 0 0px 20px 0 rgba(255, 255, 255, 0.438);
    transition: 0.3s;
}

#moviecard * {
    width: 100%;
    color: rgb(255, 255, 255);
    font-family: "Work Sans", 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;



}

#moviecard button {
    font-size: 17pt;
    width: 100%;
    border: 2px white solid;
    background: none;
    border-radius: 1px;
    height: 50px;
    color: white;
    font-variation-settings: 'wght'400;
    text-transform: uppercase;
    font-family: "Work Sans", 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    box-shadow: 0 0px 20px 0 rgba(255, 255, 255, 0.438);
    outline: none;
}

#moviecard button:hover {
    background: white;
    color: black;
    box-shadow: 0 20px 20px 0 rgba(255, 255, 255, 0.274);


}




#future-panel button {
    font-size: 17pt;
    width: 100%;
    border: 2px white solid;
    background: none;
    border-radius: 1px;
    height: 50px;
    color: white;
    font-variation-settings: 'wght'400;
    text-transform: uppercase;
    font-family: "Work Sans", 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    box-shadow: 0 0px 20px 0 rgba(255, 255, 255, 0.438);
    outline: none;
}

#future-panel button:hover {
    background: white;
    color: black;
    box-shadow: 0 20px 20px 0 rgba(255, 255, 255, 0.274);


}

#moviecard h4 {
    font-size: 17pt;

}

.container {
    padding: 2px 16px;
}


* {
    -webkit-transition: all 0.2s 0.1s ease;
    -moz-transition: all 0.2s 0.1s ease;
    -o-transition: all 0.2s 0.1s ease;
    transition: all 0.2s 0.1s ease;
}

#hoverprotest:hover {
    transform: scale(1.2);

}

#hoversocke:hover {
    transform: scale(1.2);

}

a{
    cursor: pointer;
    text-decoration: none;
}
a:hover{
    font-weight: bold;
}

ul {
    width: 65%;
    list-style-type: none;
    overflow: hidden;
    margin-top: 50px;
}

ul li div ul li {
    color: black;
    background: white;
    margin-bottom: 50px;
}

#bottom {
    margin-left: none;
}

li div p,
li div h2 {
    color: black;

}

/* Create two equal columns that floats next to each other */
.column1 {
    float: left;
    width: 35%;

    height: 300px;
    /* Should be removed. Only for demonstration */
}

.column2 {
    float: right;
    width: 65%;
    text-align: left;
    height: 300px;
    /* Should be removed. Only for demonstration */
}

/* Clear floats after the columns */
.row:after {
    content: "";
    display: table;
    clear: both;
}

/*.body::webkit-scrollbar,.html::webkit-scrollbar {
    display: none;
}

::-webkit-scrollbar {
    width: 10px;
  }
  

  ::-webkit-scrollbar-track {
    background: #f1f1f100; 
  }
   

  ::-webkit-scrollbar-thumb {
    background: #888; 
  }
  

  ::-webkit-scrollbar-thumb:hover {
    background: #555; 
  }
  


::placeholder{
    opacity: 1;
    color: black;
    
}

::ms-input-placeholder{
    opacity: 1;
    color: black;
    
}

:ms-input-placeholder{
    opacity: 1;
    color: black;
    
}*/

.tab {
    color: white;
    font-family: 'Work Sans', 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

header {

    background-image: linear-gradient(to bottom, rgb(0, 0, 0), rgba(0, 0, 0, 0));
    width: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    height: 340px;
}

#logo-img {
    transition: cubic-bezier(0.6, -0.28, 0.735, 0.045) 0.18s all;
    -webkit-transform: cubic-bezier(0.6, -0.28, 0.735, 0.045) 0.18s all;
    -moz-transform: cubic-bezier(0.6, -0.28, 0.735, 0.045) 0.18s all;
    transform: cubic-bezier(0.6, -0.28, 0.735, 0.045) 0.18s all;

}

#logo-img:hover {
    transform: scale(1.25);
    -webkit-transform: scale(1.25);
    -moz-transform: scale(1.25);
}

#cardcontainer{
    display: -webkit-box;
    overflow-x: scroll;
width: 100vw;
max-width: 100%;  
padding-left: 3vw; 
height: 500px;
padding-top: 3vh;
}

#cardcontainer:last-child{
    padding-right: 3vw;
}

#ueber-text{
    width: 50vw;
}

#ueber-text img{
    transition: 3s all cubic-bezier(0.075, 0.82, 0.165, 1);
    -moz-transition: 3s all cubic-bezier(0.075, 0.82, 0.165, 1);
    -webkit-transition: 3s all cubic-bezier(0.075, 0.82, 0.165, 1);
    filter: drop-shadow(0 3vh 0 rgba(0, 0, 0, 0.233));
}

#ueber-text img:hover{
    transform: scale(0.85);
    -webkit-transform: scale(0.85);
    -moz-transform: scale(0.85);
    filter: drop-shadow(0 0vh 0 rgba(0, 0, 0, 0.233));

}

#card{
    height: 450px;
    width: 300px;
    margin-left: 25px;
    outline: none;
    border: none;
    display: flex;
    justify-content: center;
    align-items: center;
    background-size: cover;
    border-radius: 2px;
  
}

#card:hover{
    filter:grayscale(1) contrast(1.2);
    transform: scale(0.9);
    -moz-transform: scale(0.9);
    -webkit-transform: scale(0.9);
    border-radius: 6px;

}

#card:active{
    transform: scale(0.8);
    -moz-transform: scale(0.8);
    -webkit-transform: scale(0.8);
}


#card img{
    filter: invert(1);
}


#card:hover img{
    transform: scale(0.9);
    filter: invert(1) drop-shadow(0 15px 0.35em rgba(0, 0, 0, 0.151));
    
}


#projekte {
    display: flex;
    flex-direction: column;
    justify-content: center;
    background: rgb(0, 0, 0);
    width: 100vw;
    height: 100vh;
    margin: 0 auto;
    max-width:100%; 
    max-height: 100%;

    align-items: center;
    resize: none;

}

#future-panel {

    background: rgb(0, 0, 0);
    width: 100%;
    height: 100%;

    margin: 0 auto;


}


#actual-movie-panel {

    background: rgb(46, 46, 46);
    width: 100%;
    height: 100%;
    position: relative;
    margin: 0 auto;
    padding: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    resize: both;
    overflow: auto;

}

.wrapper {
    display: inline-block;
    color: rgb(26, 26, 26);
    resize: none;
    width: 50%;
    padding: 20px;
    overflow-x: none;
    overflow-y: auto;

}

.box {
    background-color: rgb(255, 255, 255);
    color: #fff;
    margin: 20px;
    padding: 20px;
    width: 15vh;
    display: inline-block;

    height: 15vh;
    font-size: 150%;
    transition: all 0.3s cubic-bezier(0.6, -0.28, 0.735, 0.045);
    -moz-transition: all 0.3s cubic-bezier(0.6, -0.28, 0.735, 0.045);
    -webkit-transition: all 0.3s cubic-bezier(0.6, -0.28, 0.735, 0.045);

}

.box:hover {
    background-color: rgba(255, 255, 255, 0);

    filter: invert();
    transform: scale(1.25);
    -webkit-transform: scale(1.25);
    -moz-transform: scale(1.25);
}


#overlay {
    position: fixed;
    display: none;
    width: 95%;
    height: 95%;
    top: 2.5%;
    left: 2.5%;
    right: 2.5%;
    bottom: 2.5%;
    vertical-align: center;

    background-color: rgba(255, 255, 255, 0.534);
    z-index: 2;
    cursor: pointer;

    backdrop-filter: blur(20px) saturate(0%);
}

#text {
    position: absolute;
    top: 50%;
    left: 50%;
    font-size: 50px;
    color: white;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}



#movie-panel {

    background: black;
    width: 100%;
    height: 100%;
    position: relative;

}
#ueber-uns{
    width: 100vw;
    height: 100vh;
    max-width:100%; 
    max-height: 100%;


}
#ueber-uns center {
    display: flex;
    max-width:100%; 

    justify-content: space-around;
    align-items: center;
    background: rgb(255, 255, 255);
    width: 100vw;
    height: 100vh;
    flex-direction: column;

}

table {


    margin-top: 100px;
}

#floatframe table {

    display: inline-table;
    margin-top: 0 !important;
}

.logos {
    width: 200px;
    height: 200px;
    background: white;
    color: black;
    outline: none !important;
    border: none !important;
    margin: 0px;
    outline: none !important;
    z-index: 1;
    transition: all 0.3s cubic-bezier(0.6, -0.28, 0.735, 0.045);
    -moz-transition: all 0.3s cubic-bezier(0.6, -0.28, 0.735, 0.045);
    -webkit-transition: all 0.3s cubic-bezier(0.6, -0.28, 0.735, 0.045);
}

.logos:hover {
    background: black;
    color: white;
    transform: scale(0.9);

    z-index: 2;


}


#tothetop {
    background-color: black;
    color: white;
    border-radius: 30px;
    width: 150px;
    padding: 15px 25px 15px 25px;
    position: relative;
    bottom: 75px;
    font-size: 12pt;
    font-weight: 700;
    left: 1;
    right: 1;
    text-decoration: none;
}

#tothetop:hover{
    opacity: 0.4;
    border-radius: 0px;

}
#tothetop:active{
    opacity: 0;
}



svg {
    transition: all 0.3s cubic-bezier(0.6, -0.28, 0.735, 0.045);
    -moz-transition: all 0.3s cubic-bezier(0.6, -0.28, 0.735, 0.045);
    -webkit-transition: all 0.3s cubic-bezier(0.6, -0.28, 0.735, 0.045);
}



svg:hover {
    fill: white;
}

h1{
    margin: 0, 0, 25px,0;
    font-weight: 800;
    font-variation-settings: 'wght' 700;
}

h1,
h2,
p,
a {
    color: white;
    font-family: 'Work Sans', 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}



p {

    text-align: left;

}

nav {
    outline: none;
    border: none;
    display: flex;
    align-items: center;
    font-family: 'Work Sans', 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-weight: 700;
}

nav * {
    outline: none !important;
    color: white !important;
    text-decoration: none;
    font-size: 12pt;
}

nav *:hover {
    opacity: 0.4;


}

nav *:active {
    opacity: 0;
}


input {
    border: solid black 3px;
    outline: none;
    font-family: 'Work Sans', 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-weight: 700;
    font-size: 14pt;
    height: 40px;
    background: none;
    color: black;
    margin: 5px;
    padding-left: 8px;
    transition: all 0.3s cubic-bezier(0.6, -0.28, 0.735, 0.045);
    -moz-transition: all 0.3s cubic-bezier(0.6, -0.28, 0.735, 0.045);
    -webkit-transition: all 0.3s cubic-bezier(0.6, -0.28, 0.735, 0.045);
}

input:indeterminate {
    border: solid black 1.5px !important;
    font-weight: 400;
}

input:focus {
    border: solid black 1.5px !important;
    font-weight: 400;
}

input:active {
    border: solid rgba(0, 0, 0, 0) 1.5px !important;
    font-weight: 400;
    color: white;
    background: black;
}

p {
    font-family: 'Work Sans', 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-weight: 400;
}

@media (prefers-color-scheme: dark) {

    #floatframe header,
    #floatframe footer {
        background: black;
        color: white;
    }

    #floatframe p,
    #floatframe h1,
    #floatframe h3 {
        color: white;
    }

    #floatframe footer {
        border-top: 1px solid rgb(255, 255, 255);
    }

    #floatframe header {
        border-bottom: 1px solid rgb(255, 255, 255);
    }

    #floatframe button:hover {
        color: black;
        background: white;
    }
}


@media (prefers-color-scheme: light) {

    #floatframe header,
    #floatframe footer {
        background: white;
        color: black;


    }

    #floatframe p,
    #floatframe h1,
    #floatframe h3 {
        color: black;
    }

    #floatframe footer {
        border-top: 1px solid rgba(0, 0, 0, 0.137);
    }

    #floatframe header {
        border-bottom: 1px solid rgba(0, 0, 0, 0.137);
    }


    #floatframe button:hover {
        background: rgba(0, 0, 0, 0.137);
        color: rgb(0, 0, 0);
    }

}

#floatframe * {
    Font-Family: Work Sans;
    transition: all linear 0.2s;
    -moz-transition: all linear 0.2s;
    -webkit-transition: all linear 0.2s;


}

#floatframe p,
#floatframe h1,
#floatframe h4,
#floatframe th {
    margin-left: 50px;
    margin-right: 50px;
}


#floatframe p {
    font-family: "Work Sans", 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-weight: 400 !important;
}


#floatframe h1 {
    font-family: 'Work Sans ExtraBold', 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

#titelcontainer {
    height: 60%;
    width: 100%;
    overflow: hidden !important;
    object-fit: contain;
    background-image: url('../assets/loading.gif');
    background-repeat: no-repeat;
    background-size: 100% auto;

}

#titelbild {
    width: 100%;
}

.footertext {
    font-size: 12px;
}

#floatframe button {
    width: 40px;
    height: 40px;
    border-radius: 10%;
    outline: none;
    border: none;
    background: none;
}


#floatframe {
    padding: 0;
    margin: 0;
}

#floatframe table {
    width: 100%
}

#floatframe th * {
    display: inline-block;


}


#floatframe a h3:hover {
    text-decoration: underline;
}


#floatframe footer {

    margin-top: 100px;
}


#floatframe header,
#floatframe footer {
    width: 100%;
}



@media only screen and (min-width: 768px) {

    nav {
        margin-left: 50px;
    }

}

#framecontainer {
    width: 100%;
    height: 100%;
    z-index: 4;
    display: none;
}

#floatframe {
    position: fixed;

    scrollbar-width: 0;
    filter: drop-shadow(0 0 0.15rem rgba(0, 0, 0, 0.199));
    border: 0 !important;
    outline: 0 !important;
    background-color: white;
    backdrop-filter: sepia(90%);
    overflow: scroll;




}






@media only screen and (max-width: 1200px) {
    .Desktop-Only {
        display: none;
    }





    #textcontainer {
        width: 100%;
        margin: 0 auto;
    }

    #Text1,
    #Text2,
    #Text3 {
        text-align: justify;
    }

    .contettable {
        display: block;
    }

    #floatframe {
        width: 100%;
        height: 100%;
    }

    #headertext {
        display: none;
    }

    .left,
    .right {
        float: none;
        width: auto;
    }

    .group {
        justify-content: center;

    }

    .group p {
        margin-top: 30px;
        margin-bottom: 30px;
    }

    .pagepart {
        margin-top: 100px;
    }
}

@media only screen and (min-width: 1200px) {
    .Mobile-Only {
        display: none;
    }

    #ueber-text{
        width: 30vw;
    }


    #textcontainer {
        width: 65%;
        margin: 0 auto;

    }

    .left {
        float: left;
        width: 50%;
    }

    .right {
        float: right;
        width: 50%;
    }

    #Text1 {
        text-align: justify;
    }

    #Text2 {
        text-align: right;
    }

    #Text3 {
        text-align: left;
    }

    .contettable {
        display: table;
    }

    #floatframe {
        width: 95%;
        height: 95%;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        border-radius: 9px;
    }


    .pagepart {
        margin-top: 100px;
    }

    #footertable {
        opacity: 0;
    }

    #footertable:hover {
        opacity: 1;
    }
}



@media only screen and (max-width: 768px) {}



.group:after {
    content: "";
    display: table;
    clear: both;
}

img {
    max-width: 100%;
}