
/* MAIN */

body {
    margin: 0px;
    background-color: rgb(25, 25, 25);
}


.icon-01 {
    position: fixed;
    mix-blend-mode: difference;
    bottom: 20px;
    right: 20px;
}

.icon-02 {
    position: fixed;
    bottom: 20px;
    right: 20px;
}


/* BOX */

.grid-1 {
    margin: auto;
    display: grid;
    grid-template-columns: 1fr;
    grid-auto-rows: minmax(350px, 40vh) minmax(200px, 60vh);
    min-width: 320px;
}

.grid-2 {
    margin: auto;
    display: grid;
    grid-template-columns: 1fr;
    grid-auto-rows: minmax(200px, 70vh);
    min-width: 320px;
}


/* MENUE */

.window-menue {
    position: relative;
    height: 100%;
}

.grid-container {
    display: flex;
    flex-wrap: wrap;
    margin: 20px;
}

.container {
    border: 4px double rgb(230, 230, 230);
    margin: 4px;
    width: min-content;
    padding-top: 13px;
    padding-bottom: 10px;
    padding-left: 20px;
    padding-right: 20px;
    box-shadow: 0px 0px 0px 1px rgb(230, 230, 230);
}

/* PORTFOLIO */

.window-text {
    position: relative;
    min-height: 400px;
    margin-left: 30px;
    margin-right: 30px;
    max-width: 600px;
}

.window-1 {
    position: relative;
    background-color: rgb(0, 0, 0);
    min-height: 400px;
    background-image: url(img/vengic-web-01.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.window-2 {
    position: relative;
    background-color: rgb(0, 0, 0);
    min-height: 150px;
    background-image: url(img/vengic-web-02.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.window-3 {
    position: relative;
    background-color: rgb(0, 0, 0);
    min-height: 150px;
    background-image: url(img/vengic-web-03.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.window-4 {
    position: relative;
    background-color: rgb(0, 0, 0);
    min-height: 150px;
    background-image: url(img/vengic-web-04.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.window-5 {
    position: relative;
    background-color: rgb(0, 0, 0);
    min-height: 150px;
    background-image: url(img/vengic-web-05.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.window-6 {
    position: relative;
    background-color: rgb(0, 0, 0);
    min-height: 150px;
    background-image: url(img/vengic-web-06.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.window-7 {
    position: relative;
    background-color: rgb(0, 0, 0);
    min-height: 150px;
    background-image: url(img/vengic-web-07.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}


/* FONTS */


a {
    text-decoration: none;
    color: rgb(230, 230, 230);
}


a:hover {
    color: rgb(55, 55, 55);
}


@font-face {
    font-family: Bold;
    src: url(font/RiccioneSerial-Medium.ttf) format(truetype);
}

@font-face {
    font-family: Serif;
    src: url(font/RiccioneSerial.ttf) format(truetype);
}


@font-face {
    font-family: Light Italic;
    src: url(font/RiccioneSerial-LightItalic.ttf) format(truetype);
}

.font-menue {
    font-family: Bold;
    font-size: 25px;
    color: rgb(230, 230, 230);
}


p {
    font-family: serif;
    color: rgb(230, 230, 230);
}


h1 {
    font-family: Light Italic;
    font-size: 25px;
    color: rgb(230, 230, 230);
}


i {
    font-family: Light Italic;
}