body,
html {
    width: 100%;
    height: 100%;
    padding: 0 0 0 0;
    margin: 0 0 0 0;
}

/* abel-regular - latin */
@font-face {
    font-family: 'Abel';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/abel-v12-latin-regular.eot');

    /* IE9 Compat Modes */
    src: local(''),
       url('../fonts/abel-v12-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/abel-v12-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/abel-v12-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('../fonts/abel-v12-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/abel-v12-latin-regular.svg#Abel') format('svg');

    /* Legacy iOS */
}

.div {
    min-height: 100%;
}

.div--1 {
    background: #0b1155;
    display: none;
}

.div--2 {
    background: white;
    display: none;
}

.div--3 {
    background: #0b1155;
    display: flex;
    padding-top: 55px;
}

.div--4 {
    background: white;
    display: flex;
}

.divbetween {
    display: block;
}

.textadress {
    font-family: 'Abel', sans-serif;
    font-weight: medium;
    font-size: 14pt;
    letter-spacing: 0.15em;
    color: #ffffff;
    text-align: center;
}

.trick17 {
    display: none;
}

.textstyle {
    font-weight: medium;
    letter-spacing: 0.15em;
    width: 100%;
    color: #ffffff;
    font-size: 14pt;
    font-family: 'Abel', sans-serif;
    text-align: justify;
    display: inline-block;
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
    padding-left: 3%;
    padding-right: 2%;
    hyphens: auto;
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
}

.textblack {
    font-family: 'Abel', sans-serif;
    font-weight: medium;
    font-size: 14pt;
    letter-spacing: 0.15em;
    padding-top: 2%;
    padding-left: 2%;
    padding-right: -2%;
    padding-bottom: 2%;
    padding-right: 2%;
    hyphens: auto;
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
}

.picRA {
    width: 50%;
    margin-top: 0;
    display: none;
}

.picposition {
    text-align: center;
    padding-top: 2rem;
}

.trickster {
    display: flex;
    margin: 0;
    padding-top: 17%;
    padding-left: 0;
    align-content: space-around;
}

.fixed-div {
    position: absolute;
    top: 2rem;
    left: 0;
    height: 78px;
    padding: 5px 15px;
    width: 100%;
    background-image: url('logow.svg');
    background-size: 53%;
    background-position: center center;
    background-repeat: no-repeat;
}

a:link {
    color: black;
    text-decoration: none;
}

/* visited link */
a:visited {
    color: black;
}

/* mouse over link */
a:hover {
    color: blue;
}

/* selected link */
a:active {
    color: blue;
}

@media (min-width: 792px){
    .textstyle {
        font-weight: medium;
        letter-spacing: 0.15em;
        width: 100%;
        color: #ffffff;
        font-size: 17pt;
        font-family: 'Abel', sans-serif;
        text-align: justify;
        display: inline-block;
        padding-top: 1.5rem;
        padding-bottom: 1.5rem;
        padding-left: 0;
        padding-right: 0;
        hyphens: auto;
        -webkit-hyphens: auto;
        -ms-hyphens: auto;
    }

    .trickster {
        display: flex;
        margin: 0;
        padding-top: 17%;
        padding-left: 0;
        align-content: space-around;
    }

    .div--1 {
        background: #0b1155;
        display: none;
    }

    .div--2 {
        background: white;
        display: none;
    }

    .div--3 {
        background: #0b1155;
        display: flex;
        padding-top: 55px;
    }

    .div--4 {
        background: white;
        display: flex;
    }

    .divbetween {
        display: block;
    }

    .trick17 {
        display: none;
    }

    .textblack {
        font-family: 'Abel', sans-serif;
        font-weight: medium;
        font-size: 17pt;
        letter-spacing: 0.15em;
        padding-top: 4%;
        padding-left: 2%;
        padding-right: -2%;
        padding-bottom: 2%;
        padding-right: 2%;
    }

    .textadress {
        font-family: 'Abel', sans-serif;
        font-weight: medium;
        font-size: 17pt;
        letter-spacing: 0.15em;
        color: #ffffff;
        text-align: left;
        margin-right: 5rem;
    }

    .picRA {
        width: 65%;
        margin-top: 0%;
        display: none;
    }

    .picposition {
        text-align: center;
        padding-top: 0;
    }

    .fixed-div {
        position: absolute;
        top: 2.8rem;
        left: 0;
        height: 78px;
        padding: 5px 15px;
        width: 100%;
        background-image: url('logow.svg');
        background-size: 35%;
        background-position: center center;
        background-repeat: no-repeat;
    }
}

@media (min-width: 992px){
    .textstyle {
        font-weight: medium;
        letter-spacing: 0.15em;
        width: 100%;
        color: #ffffff;
        font-size: 1.6rem;
        font-family: 'Abel', sans-serif;
        text-align: justify;
        display: inline-block;
        padding-top: 0%;
        padding-left: 0%;
    }

    .textblack {
        font-family: 'Abel', sans-serif;
        font-weight: medium;
        font-size: 1.4rem;
        letter-spacing: 0.15em;
        padding-right: 0%;
    }

    .trickster {
        display: flex;
        margin: 0;
        padding-top: 22%;
        padding-left: 0;
        align-content: space-around;
    }

    .div--1 {
        background: #0b1155;
        display: flex;
        height: auto;
    }

    .div--2 {
        background: white;
        display: flex;
        height: 100%;
    }

    .div--3 {
        background: #0b1155;
        display: none;
        padding-top: 55px;
    }

    .div--4 {
        background: white;
        display: none;
    }

    .divbetween {
        display: none;
    }

    .trick17 {
        display: block;
    }

    .textadress {
        font-family: 'Abel', sans-serif;
        font-weight: medium;
        font-size: 14pt;
        letter-spacing: 0.15em;
        color: #ffffff;
        text-align: left;
        margin-right: 2rem;
    }

    .picRA {
        width: 100%;
        margin-top: 0%;
        display: block;
    }

    .picposition {
        text-align: right;
        padding-top: 0;
    }

    .fixed-div {
        position: fixed;
        top: 10%;
        left: 0;
        height: 78px;
        padding: 5px 15px;
        width: 100%;
        background-image: url('logow.svg');
        background-size: 35%;
        background-position: center center;
        background-repeat: no-repeat;
    }

    .fixed-div--light {
        background-image: url('logob.svg');
        background-size: 35%;
        background-position: center center;
        background-repeat: no-repeat;
    }
}

@media (min-width: 1200px){
    .textstyle {
        font-weight: medium;
        letter-spacing: 0.15em;
        width: 100%;
        color: #ffffff;
        font-size: 1.5rem;
        font-family: 'Abel', sans-serif;
        text-align: justify;
        display: inline-block;
        padding-top: 0%;
        left: 2%;
        text-justify: auto;
    }

    .textblack {
        font-family: 'Abel', sans-serif;
        font-weight: medium;
        font-size: 1.5rem;
        letter-spacing: 0.15em;
        padding-right: 3%;
    }

    .trickster {
        display: flex;
        margin: 0;
        padding-top: 19%;
        padding-left: 0;
        align-content: space-around;
    }

    .div--1 {
        background: #0b1155;
        display: flex;
    }

    .div--2 {
        background: white;
        display: flex;
    }

    .div--3 {
        background: #0b1155;
        display: none;
        padding-top: 55px;
    }

    .div--4 {
        background: white;
        display: none;
    }

    .divbetween {
        display: none;
    }

    .trick17 {
        display: block;
    }

    .textadress {
        font-family: 'Abel', sans-serif;
        font-weight: medium;
        font-size: 15pt;
        letter-spacing: 0.15em;
        color: #ffffff;
        text-align: left;
        margin-right: 5rem;
    }

    .picRA {
        width: 90%;
        margin-top: 0%;
        display: block;
    }

    .picposition {
        text-align: right;
        padding-top: 0;
    }

    .fixed-div {
        position: fixed;
        top: 10%;
        left: 0;
        height: 78px;
        padding: 5px 15px;
        width: 100%;
        background-image: url('logow.svg');
        background-size: 32%;
        background-position: center center;
        background-repeat: no-repeat;
    }

    .fixed-div--light {
        background-image: url('logob.svg');
        background-size: 32%;
        background-position: center center;
        background-repeat: no-repeat;
    }
}

@media (min-width: 1300px){
    .textstyle {
        font-weight: medium;
        letter-spacing: 0.13em;
        width: 100%;
        color: #ffffff;
        font-size: 1.7rem;
        font-family: 'Abel', sans-serif;
        text-align: justify;
        display: inline-block;
        padding-top: 0%;
        padding-left: 0%;
        text-justify: auto;
    }

    .textblack {
        font-family: 'Abel', sans-serif;
        font-weight: medium;
        font-size: 1.55rem;
        letter-spacing: 0.13em;
    }

    .trickster {
        display: flex;
        margin: 0;
        padding-top: 19%;
        padding-left: 0;
        align-content: space-around;
    }

    .div--1 {
        background: #0b1155;
        display: flex;
    }

    .div--2 {
        background: white;
        display: flex;
    }

    .div--3 {
        background: #0b1155;
        display: none;
        padding-top: 55px;
    }

    .div--4 {
        background: white;
        display: none;
    }

    .divbetween {
        display: none;
    }

    .trick17 {
        display: block;
    }

    .textadress {
        font-family: 'Abel', sans-serif;
        font-weight: medium;
        font-size: 16pt;
        letter-spacing: 0.15em;
        color: #ffffff;
        text-align: left;
        margin-right: 5rem;
    }

    .picRA {
        width: 80%;
        margin-top: 0%;
        display: block;
    }

    .picposition {
        text-align: right;
        padding-top: 0;
    }

    .fixed-div {
        position: fixed;
        top: 10%;
        left: 0;
        height: 78px;
        padding: 5px 15px;
        width: 100%;
        background-image: url('logow.svg');
        background-size: 27%;
        background-position: center center;
        background-repeat: no-repeat;
    }

    .fixed-div--light {
        background-image: url('logob.svg');
        background-size: 27%;
        background-position: center center;
        background-repeat: no-repeat;
    }
}

@media (min-width: 1600px){
    .textstyle {
        font-weight: medium;
        letter-spacing: 0.13em;
        width: 100%;
        color: #ffffff;
        font-size: 1.7rem;
        font-family: 'Abel', sans-serif;
        text-align: justify;
        display: inline-block;
        padding-top: 0%;
        padding-left: 0%;
    }

    .textblack {
        font-family: 'Abel', sans-serif;
        font-weight: medium;
        font-size: 1.7rem;
        letter-spacing: 0.13em;
    }

    .trickster {
        display: flex;
        margin: 0;
        padding-top: 17%;
        padding-left: 0;
        align-content: space-around;
    }

    .div--1 {
        background: #0b1155;
        display: flex;
        height: auto;
    }

    .div--2 {
        background: white;
        display: flex;
        height: 100%;
    }

    .div--3 {
        background: #0b1155;
        display: none;
        padding-top: 55px;
    }

    .div--4 {
        background: white;
        display: none;
    }

    .divbetween {
        display: none;
    }

    .trick17 {
        display: block;
    }

    .textadress {
        font-family: 'Abel', sans-serif;
        font-weight: medium;
        font-size: 18pt;
        letter-spacing: 0.15em;
        color: #ffffff;
        text-align: left;
        margin-right: 5rem;
    }

    .picRA {
        width: 88%;
    }

    .picposition {
        padding-top: 0;
        text-align: right;
    }

    .fixed-div {
        position: fixed;
        top: 10%;
        left: 0;
        height: 78px;
        padding: 5px 15px;
        width: 100%;
        background-image: url('logow.svg');
        background-size: 23%;
        background-position: center center;
        background-repeat: no-repeat;
    }

    .fixed-div--light {
        background-image: url('logob.svg');
        background-size: 23%;
        background-position: center center;
        background-repeat: no-repeat;
    }
}