* {
    margin: 0;
    font-family: 'Arvo', serif;
}

html {
    cursor:pointer ;
}

body {
    margin: 0;
    max-width: 100vl;
    background-color: #F5EACF;
}

section {
    min-height: 100vh;
    box-sizing: border-box;
}

.content {}

nav {
    width: 100%;
    text-align: center;
    padding-top: 4.5em;
}

.sliding-u-l-r {
    display: inline-block;
    color: black;
    top: 0;
    left: 0;
    background-color: #F5EACF;
    box-sizing: border-box;
    text-align: center;
    text-decoration: none;
    color: black;
    padding: 0em 2.2em;
    font-size: 1.4em;
}

.sliding-u-l-r:after {
    content: '';
    display: block;
    height: 2px;
    width: 0;
    background: transparent;
    transition: width 0.5s ease; background-color 0.5s ease;
}

.sliding-u-l-r:hover:after {
    width: 100%;
    background: black;
}

.opener {
    background-color: black;
    color: white;
    font-size: 2em;
    margin-right: 70%;
    margin-top: 1em;
    text-align: right;
    padding: 0.01em 0.6em 0.01em 5em;
    font-weight: 100;
    position: absolute;
    display: inline-block;
    z-index: 120;
}

video {
    position: relative;
    z-index: 100;
    width: 64%;
}

.dasvideo {
    transition: 0.9s;
    filter: sepia(50%);
    filter: grayscale(50%);
}

.dasvideo:hover {
    filter: sepia(10%);
    filter: grayscale(10%);
}

.dasvideo2 {
    transition: 0.9s;
    filter: sepia(100%);
    filter: grayscale(100%);
    transform: translateX(0%)
}

.dasvideo2:hover {
    filter: sepia(0%);
    filter: grayscale(0%);
}

.left-box {
    text-align: left;
    padding-bottom: 3.5em;
}

.right-box {
    text-align: right;
    padding-bottom: 3.5em;
}

.left-box2 {
    text-align: left;
    margin-bottom: 10em;
}

#eins {
    width: 46%;
    padding: 4em 27% 0 27%;
}

#zwei {
    width: 4%;
    margin: -1em 48% 0 48%;
    transition: 0.9s;
}

#zwei:hover {
    width: 5%;
    margin: -1em 47.5% 0 47.5%;
    transition: 0.9s;
}

.text1 {
    display: inline-block;
    padding: 0 0 0 3em;
    transform: translateY(-70%);
    width: 30%;
}

.text2 {
    display: inline-block;
    text-align: left;
    transform: translateY(-70%);
    width: 30%;
}

h4 {
    text-decoration: none;
    font-size: 2em;
    font-weight: 100;
}

p {
    word-wrap: break-word;
}

h3 {}

.design {
    width: 30%;
    height: 20%;
}

.sli {
    display: flex;
    align-items: center;
    padding-top: 23em;
    z-index: 100;
}

#sli2 {
    width: 2%;
    height: 2%;
    transform: rotate(270deg);
    margin-left: 1.5em;
}

.back {
    width: 100%;
    position: absolute;
    overflow: hidden;
}

#back2 {
    transform: translateY(-5em);
}

.page3overflow {
    background-image: url(../my-blog/wp-content/themes/theme_fabi_dream/img/07.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: scroll;
    height: 65em;
    background-size: 110%;
    padding: 5em 0 0em 0;
}

#page6 {
    transform: translateY(-6em)
}

.theme {
    align-self: flex-end;
    display: flex;
}

.swipebox {}

img {
    width: 100%;
    height: auto;
    vertical-align: bottom;
}

.waterfallcontainer {
    padding: 5em 10% 0;
    vertical-align: bottom;
}

figure {
    vertical-align: bottom;
}

.about {
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 10em 10% 0;
    vertical-align: bottom;
}

.aboutt {
    display: flex;
    width: 100%;
    font-size: 1.1em;
    margin: 5em 0em 5em 5em;
}

.abouttt {
    font-size: 1.2em;
}

.me {
    width: 20em;
    display: flex;
}

.color {
    color: #8AB5A8;
    text-decoration: none;
}

.colorlink {
    text-decoration: none;
}

a {
    text-decoration: none;
}

footer {
    background-color: black;
    color: white;
    text-align: center;
    padding: 1em;
}