* {
    margin: 0;
    padding: 0;
}

body {
    height: 100%;
    width: auto;
    background-color: #000000;
}

::selection {
    background: #493d0e;
    color: #ffd32a;
}

a:link, a:visited {
    text-decoration: none;
    color: rgba(236, 240, 241, 1.0) /*clouds*/;
}

/*---Hintergrund Video---*/

#front {
    height: 100%;
    width: 100%;
    position: fixed;
    overflow: hidden;
}

#back {
    height: 120%;
    width: 120%;
    left: -10%;
    top: -10%;
    position: absolute;
    z-index: 10;
    object-fit: cover;
    
    background-image: url(images/heitzi_background_img_72.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: repeat;
    opacity: 0.75;
}

/*---Linien---*/

#line_container {
    height: 100%;
    width: 100%;
    position: absolute;
    z-index: 20;
    
    background-color: none;
    
    display: flex;
    justify-content: space-between;
    align-items: center
}

.line_one,
.line_five,
.line_two,
.line_three,
.line_four,
.line_six,
.line_seven {
    height: 100%;
    width: 1px;
    background-color: rgba(245, 246, 250, 0.05);
}

.line_one,
.line_seven {
    visibility: hidden;
}

.line_up_animation {
    height: 100%;
    width: 100%;
    background-color: rgba(245, 246, 250, 0.03);
    /*background-color: rgba(255, 195, 18, 0.05);*/
    transform: translateY(110%);
    
    animation: line_up cubic-bezier(.51, 0, .49, 1) 4s infinite;
    animation-direction: alternate;
}

.line_down_animation {
    height: 100%;
    width: 100%;
    background-color: rgba(245, 246, 250, 0.03);
    /*background-color: rgba(255, 195, 18, 0.05);*/
    transform: translateY(-110%);
    
    animation: line_down cubic-bezier(.51, 0, .49, 1) 4s infinite;
    animation-direction: alternate;
}

/* On screens that are 576px or less*/
@media (max-width: 812px) { 
    .line_five,
    .line_six {
        display: none;
    }
}

/*---Inhalt---*/

#content {
    height: 100%;
    width: 100%;
    position: absolute;
    z-index: 30;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);

    overflow-y: scroll;
}

/*---center_info---*/

.center_info {
    height: auto;
    width: auto;
    
    position: absolute;
    z-index: 40;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    
    background-color: none;
}

.heitzi_logo {
    height: 50px;
    width: auto;
}

/* On screens that are 576px or less*/
@media (max-width: 812px) { 
    .heitzi_logo {
        height: 35px;
    }
}

.headline {
    margin-top: 20%;
    /*margin-top: 100px;*/

    font-family: ff-meta-web-pro,sans-serif;
    color: rgb(117, 117, 117) /*clouds*/;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
    text-align: center;
    opacity: 0.7;
}

.description {
    margin-top: 20px;

    font-family: ff-meta-web-pro,sans-serif;
    font-weight: 400;
    color: rgba(236, 240, 241, 1.0) /*clouds*/;
    font-size: 15px;
    line-height: 30px;
    text-align: center;
    opacity: 0.85;
}

.impressum {
    margin-top: 0px !important;
}

nav {
    margin: 45px 0 0 0;

    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;

    background-color: none;
}

.button {

    height: 60px;
    width: 150px;
    margin: 15px 30px 15px 30px;

    /*border: solid 2px #191A1E;*/
    border: solid 2px #262729;
    border-radius: 30px;

    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;

    color: rgba(236, 240, 241, 1.0) /*clouds*/;
    font-family: ff-meta-web-pro,sans-serif;
    font-weight: 700;
    font-size: 10px;
    letter-spacing: 0.3em;
    text-align: center;
    text-transform: uppercase;
}

.button:hover {
    color: #ffd32a;
    background-color: #262729;
}

.outlize_btn {
    border-color: #401dff !important;
}

.outlize_btn:hover {
    color: #ffffff;
    background-color: #401dff !important;
}

/*---Footer---*/

footer {
    height: 40px;
    width: 100%;
    padding-bottom: 20px;
    position: absolute;
    bottom: 0px;
    z-index: 30;
    
    /*background-image:linear-gradient(0deg, #000000 1%, rgba(0, 0, 0, 0) 100%);*/
    
    display: flex;
    justify-content: center;
}

.footer_innen {
    height: 100%;
    width: 90%;
    
    background-color: none;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.impressum_btn {
    font-family: ff-meta-web-pro,sans-serif;
    text-decoration: none;
    color: rgba(236, 240, 241, 1.0) /*clouds*/;
    letter-spacing: 0.3em;
    font-size: 9px;
    text-transform: uppercase;
}

.impressum_btn:hover {
    color:#ffd32a /*clouds*/;
}






#myVideo {
    position: absolute;
    bottom: 0;
    
    height: auto;
    width: 100%;
}







/*---keyframes--*/

@keyframes line_down {
    from{
        transform: translateY(110%);
    }
    
    to{
        transform: translateY(-110%);
    }
}

@keyframes line_up {
    from{
        transform: translateY(-110%);
    }
    
    to{
        transform: translateY(110%);
    }
}

@keyframes rotate {
    from{
        border-color: transparent #dfe6e9 #dfe6e9 transparent;
        transform: rotate(0deg);
    }
    
    to{
        border-color: #dfe6e9 #dfe6e9 #dfe6e9 #dfe6e9;
        transform: rotate(350deg);
    }
}