/* manrope-300 - latin */
@font-face {
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Manrope';
    font-style: normal;
    font-weight: 300;
    src: url('./fonts/manrope-v15-latin-300.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
  }
  /* manrope-regular - latin */
  @font-face {
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Manrope';
    font-style: normal;
    font-weight: 400;
    src: url('./fonts/manrope-v15-latin-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
  }
  /* manrope-500 - latin */
  @font-face {
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Manrope';
    font-style: normal;
    font-weight: 500;
    src: url('./fonts/manrope-v15-latin-500.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
  }
  /* manrope-600 - latin */
  @font-face {
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Manrope';
    font-style: normal;
    font-weight: 600;
    src: url('./fonts/manrope-v15-latin-600.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
  }
  /* manrope-700 - latin */
  @font-face {
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Manrope';
    font-style: normal;
    font-weight: 700;
    src: url('./fonts/manrope-v15-latin-700.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
  }
  /* manrope-800 - latin */
  @font-face {
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Manrope';
    font-style: normal;
    font-weight: 800;
    src: url('./fonts/manrope-v15-latin-800.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
  }

/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* Skysoft Capital */

:root {
    --tiefblau: #0C1828;
    --himmelblau: #C8E6FF;
    --einheit: 40px;
}

body {
    height: 100%;
    width: 100%;
    font-family: 'Manrope';
    font-weight: 400;
    font-size: 14px;
    line-height: 120%;
    background: var(--tiefblau);
    /* color: black; */
    color: black;
}

img {
    display: block;
    height: auto;
}

a,
#userLogin {
    color: black;
    text-decoration: none;
    transition: 0.7s;
    border-bottom: 1px solid transparent;
    cursor: pointer;
}

a:hover,
#userLogin:hover {
    /* text-decoration: underline; */
    border-bottom: 1px solid white;
}

h1,h2,h3 {
    font-weight: 800;
    font-size: 22px;
    line-height: 120%;
}

.wrap {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /* background: var(--tiefblau) url('./images/skysoft-background-desktop.jpg') no-repeat center center;
    background-size: cover; */
    background: white;
}

.logo-wrap {
    /* position: absolute;
    top: var(--einheit); 
    left: var(--einheit); */
    position: relative;
    /* width: 197px;
    height: 29px; */
    width: 290px;
    height: auto;
    aspect-ratio: 246 / 36; 
    z-index: 30;
    animation: fadein2 1s ease-out;
    animation-fill-mode: forwards;
    opacity: 0;
    margin: 0 auto 25px auto;
}

.menu-wrap {
    position: absolute;
    top: var(--einheit);
    right: var(--einheit);
    z-index: 18;
    animation: fadein2 1s ease-out;
    animation-fill-mode: forwards;
    opacity: 0;
}

.claim-wrap {
    font-weight: 400;
    font-size: 20px;
    line-height: 120%;
    position: absolute;
    top: 0;
    left: 150px;
    width: calc(100% - 300px);
    height: 100%;
    z-index: 1;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    animation: fadein1 1.5s ease-out;
    animation-fill-mode: forwards;
    animation-delay: 0.7s;
    filter: invert(1);
    transform: translateY(100px);
    opacity: 0;
}

.claim-wrap h1 {
    display: none;
}

.claim-wrap p {
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
}

.highlight {
    height: 4px;
    background: white;
    margin: 40px auto 0 auto;
    width: 0%;
    max-width: 500px;
    position: relative;
    animation: build 1.5s ease-out;
    animation-fill-mode: forwards;
    animation-delay: 2.5s;
}

@keyframes build {
    0% {
        width: 0%;
    }
    100% {
        width: 90%;
    }
}

.highlight-bar1,
.highlight-bar2 {
    position:absolute;
    width: 0px;
    height: 0px;
    top: -12px;
    left: 0;
    background: white;
    animation: rise 1s ease-out;
    animation-fill-mode: forwards;
    animation-delay: 1.5s;
}

.highlight-bar2 {
    left: initial;
    right: 0;
}

@keyframes rise {
    0% {
        height: 0;
        width: 0px;
    }
    10% {
        height: 29px;
        width: 1px;
    }
    90% {
        height: 29px;
        width: 1px;
    }

    100% {
        height: 29px;
        width: 4px;
    }
}

.footer-wrap {
    position: absolute;
    left: var(--einheit);
    bottom: var(--einheit);
    z-index: 12;
    width: calc(100% - var(--einheit)*2);
    display: flex;
    justify-content: flex-end;
    animation: fadein2 1s ease-out;
    animation-fill-mode: forwards;
    filter: invert(1);
    opacity: 0;
}

@keyframes fadein1 {
    0% {
        filter: invert(1);
        transform: translateY(100px);
        opacity: 0;
    }
    100% {
        filter: invert(0);
        transform: translateY(0px);
        opacity: 1;
    }
}

@keyframes fadein2 {
    0% {
        filter: invert(1);
        opacity: 0;
    }
    100% {
        filter: invert(0);
        opacity: 1;
    }
}



@media (max-width: 768px) {
    :root {
        --einheit: 20px;
    }

    .wrap {
        background: var(--tiefblau) url('./images/skysoft-background-mobile.jpg') no-repeat center center;
        background-size: cover;
        background: white;
        min-height: 555px;
    }

    .menu-wrap {
        background: url('./images/icon-user.svg') no-repeat center center;
        background-size: contain;
        width: 22px;
        height: 22px;
    }

    .menu-wrap span {
        position:absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        text-indent: -9999px;
        border: none;
    }

    .logo-wrap {
        width: 60vw;
    }

    .claim-wrap {
        font-size: 22px;
        line-height: 120%;
        width: calc(100% - var(--einheit) * 2);
        left: var(--einheit);
    }

    .claim-wrap br {
        display: none;
    }
    .footer-wrap {
        flex-direction: column;
        align-items: flex-end;
        text-align: right;
        font-size: 12px;
    }
    
}