@font-face {
    font-family: 'Effra-bold';
    src: url('../fonts/effra_bd-webfont.woff2') format('woff2'),
    url('../fonts/effra_bd-webfont.woff') format('woff'),
    url('../fonts/effra_bd-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'Effra-light';
    src: url('../fonts/effra_lt-webfont.woff2') format('woff2'),
    url('../fonts/effra_lt-webfont.woff') format('woff'),
    url('../fonts/effra_lt-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'Effra-medium-italic';
    src: url('../fonts/effra_mdit-webfont.woff2') format('woff2'),
    url('../fonts/effra_mdit-webfont.woff') format('woff'),
    url('../fonts/effra_mdit-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;

}

body {
    background: white url('../images/background.jpg') no-repeat center center;
    background-size: cover;
    overflow: hidden;
}

section {
    height: 100vh;
    font-family: 'Effra-light', sans-serif;
    color: #002039;
    font-size: 10.3pt;
    font-style: normal;
    overflow: hidden;
}

.kastner {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}

.kastner__logo {
}

.kastner__logo img {
    display: inline-block;
    height: 100%;
    margin: 0 auto;
}

.kastner__link {
    bottom: 0;
    color: #002039;
    position: fixed;
    top: 0;
}

.kastner__link:hover {
    text-decoration: none;
}

.kastner__link--left {
    left: 0;
    right: 50%;
}

.kastner__link--right {
    left: 50%;
    right: 0;
}

/*
@media (max-width: 556px) {
    .kastner__link a {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        height: 109px
    }
}

@media (max-width: 375px) {
    .kastner__link a {
        height: 131px
    }
}

@media (max-width: 320px) {
    .kastner__link a {
        height: 151px
    }
}
*/

.kastner__link:hover .kastner__link--item {
    color: #ec3b5b;
}

@media (max-width: 768px) {
    .kastner__link p {
        height: 61.78px;
    }
}

@media (max-width: 409px) {
    .kastner__link p {
        height: 82.38px;
    }
}

@media (max-width: 1000px) {
    .col-6,
    .col-12 {
        padding-left: 8px;
        padding-right: 8px;
    }

    .kastner__logo--left {
        padding-left: 20px;
    }

    .kastner__logo--right {
        padding-right: 20px;
    }
}

@media (max-width: 576px) {
    .col-6,
    .col-12 {
        padding-left: 4px;
        padding-right: 4px;
    }

    .kastner__logo--left {
        padding-left: 20px;
    }

    .kastner__logo--right {
        padding-right: 20px;
    }
}

.kastner__link--item {
    display: block;
    padding: 28px 0 0;
    font-family: 'Effra-bold', sans-serif;
    color: #002039;
}

.kastner__link--arrow-left {
    margin-right: 18px;
}

.kastner__link--arrow-right {
    margin-left: 18px;
}

/*
.kastner__link--item:hover,
.kastner__link--item:active {
    color: #ec3b5b;
    text-decoration: none;
    cursor: pointer;
    transition: all .1s linear;
}
*/

.slide-in-bottom {
    /*-webkit-animation: 1s slide-in-bottom 1s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;*/
    /*animation: 1s slide-in-bottom 1s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;*/
    position: absolute;
    top: 110vh;
}

/* ----------------------------------------------
 * Generated by Animista on 2021-12-18 14:49:18
 * Licensed under FreeBSD License.
 * See http://animista.net/license for more info.
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */

/**
 * ----------------------------------------
 * animation slide-in-bottom
 * ----------------------------------------
 */

@-webkit-keyframes slide-in-bottom {
    0% {
        -webkit-transform: translateY(100vh);
        transform: translateY(100vh);
        opacity: 0;
    }
    100% {
        -webkit-transform: translateY(52vh);
        transform: translateY(52vh);
        opacity: 1;
    }
}

@keyframes slide-in-bottom {
    0% {
        -webkit-transform: translateY(100vh);
        transform: translateY(100vh);
        opacity: 0;
    }
    100% {
        -webkit-transform: translateY(52vh);
        transform: translateY(52vh);
        opacity: 1;
    }
}
