#submenuDynamicLinks {
    min-height: initial !important;
}

body {
    align-items: center;
    text-align: center;
    color: white;
    background-color: rgb(39, 39, 39);
    background-size: cover;
}

.mobil {
    display: none;
}

.splash {
    height: 120vh;
    background-image: url(../../assets/rat/background.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    clip-path: polygon(100% 0, 100% 100%, 62% 92%, 0 100%, 0 0);
    outline: 2px solid #11924b;
}

.outersplash {
    height: 120.3vh;
    clip-path: polygon(100% 0, 100% 100%, 62% 92%, 0 100%, 0 0);
    background-color: #11924b;
}

h1 {
    font-size: 120px;
    text-shadow: 4px 10px 15px rgba(0, 0, 0, 0.603);
    margin-bottom: 50px;
}

h2 {
    font-family: 'Roboto';
    font-weight: 70;
    padding-top: 35vh;
}

h3 {
    color: #3a3a3a;
    font-size: 80px;
}

h4 {
    margin-top: -69px;
    padding-bottom: 4vh;
    font-size: 40px;
}

div {
    align-items: center;
    align-self: center;
}

.field {
    margin-top: 10vh;
}

a.button1 {
    padding: 9px 25px;
    background-color: transparent;
    color: #fff;
    font-size: 20px;
    border-radius: 85px;
    border: 2px solid #11924b;
    margin: 0vh 2vh 0vh 2vh;
}

a.button1:focus {
    outline: none;
}

a.button1:hover {
    outline: none;
    background-color: #11924b;
}

a.button2 {
    padding: 10px 26px;
    background-color: #16cc68;
    color: #fff;
    font-size: 20px;
    border-radius: 85px;
    border: none;
    margin: 0vh 2vh 0vh 2vh;
}

a.button2:focus {
    outline: none;
}

a.button2:hover {
    outline: none;
    background-color: #11924b;
}

a.button3 {
    padding: 9px 25px;
    background-color: transparent;
    color: #fff;
    font-size: 20px;
    border-radius: 85px;
    border: 2px solid #11924b;
    margin: 0vh 2vh 0vh 2vh;
}

a.button3:focus {
    outline: none;
}

a.button3:hover {
    outline: none;
    background-color: #11924b;
}

.items2 {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding: 40px calc((100% - (555px * 3)) / 2);
}

.item2 {
    background-color: rgb(39, 39, 39);
    box-shadow: 4px 4px 20px rgba(0, 0, 0, 0.459);
    border-radius: 25px;
    padding: 40px;
    margin: 20px;
    height: 100px;
    flex: 0 0 215px;
    margin: 1em 20px;
    height: 730px;
}

.item2 .placeholder {
    width: 400px;
}

.item2 .d {
    color: #fff;
    padding-bottom: 50px;
}

.item2 img {
    height: 150px;
    margin-bottom: 20px;
    border-radius: 5px;
}

.item2 .f {
    color: #fff;
    font-size: 30px;
}

.item2 a.button {
    padding: 9px 25px;
    background-color: transparent;
    color: #fff;
    font-size: 20px;
    border-radius: 85px;
    border: 2px solid #11924b;
    box-shadow: none;
}

.item2 a.button:hover {
    background-color: #11924b;
}

.items {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding: 40px calc((100% - (355px * 3)) / 2);
}

.item {
    background-color: rgb(39, 39, 39);
    box-shadow: 4px 4px 20px rgba(0, 0, 0, 0.459);
    border-radius: 25px;
    padding: 40px;
    margin: 20px;
    height: 100px;
    flex: 0 0 215px;
    margin: 1em 20px;
    height: 230px;
}

.item .d {
    color: #11924b;
    padding-bottom: 50px;
}

.item a.button {
    padding: 9px 25px;
    background-color: transparent;
    color: #fff;
    font-size: 20px;
    border-radius: 85px;
    border: 2px solid #11924b;
    box-shadow: none;
}

.item a.button:hover {
    background-color: #11924b;
}

.fieldS {
    margin-top: 10vh;
}

@media screen and (max-width: 1200px) {
    h1 {
        font-size: 80px;
        text-shadow: 4px 10px 15px rgba(0, 0, 0, 0.603);
        margin-bottom: 50px;
    }
    h3 {
        display: none;
    }
    .desktop {
        display: none;
    }
    .mobil {
        display: block;
    }
    li {
        margin-top: 50px;
    }
}

/* ================================= Standard ================================= */

* {
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
}

body {
    background-color: rgb(39, 39, 39);
    font-family: 'Roboto';
}

header {
    margin: 100px 50px 0 50px;
    text-align: center;
    padding-top: 50px;
}

header h1 {
    font-size: 24px;
    color: white;
}

header h2 {
    font-size: 24px;
    color: #16cc68;
}

header p {
    padding-top: 50px;
    font-size: 16px;
    color: white;
    max-width: 800px;
    margin: auto;
}

#sidebar {
    position: relative;
    margin-top: -50px;
    height: 610px;
    width: 600px;
}

#sidebar ul {
    width: 600px;
    overflow-y: auto;
    position: absolute;
    height: 625px;
}

::-webkit-scrollbar {
    width: 10px;
}

::-webkit-scrollbar-track {
    background: #323232;
    box-shadow: none;
}

::-webkit-scrollbar-thumb {
    opacity: 10%;
    background: rgba(85, 85, 85, 0.39);
    border-radius: 5px;
}

::-webkit-scrollbar-thumb:hover {
    background: rgb(85, 85, 85);
}

nav {
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 99;
    min-height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: rgb(39, 39, 39);
    box-shadow: 2px 8px 14px 0px rgba(12, 12, 12, 0.596);
}

.nav-links {
    display: flex;
    justify-content: center;
}

.nav-links li {
    list-style: none;
}

.nav-links a {
    color: rgb(226, 226, 226);
    letter-spacing: 3px;
    font-weight: bold;
    font-size: 14px;
}

.burger {
    display: none;
    cursor: pointer;
    z-index: 20;
}

.burger div {
    width: 25px;
    height: 3px;
    background-color: rgb(226, 226, 226);
    margin: 5px;
    transition: all 0.3s ease;
}

.menu-bar ul {
    margin: -40px 0 -40px 0;
    list-style: none;
    color: #fff;
    display: flex;
    justify-content: space-around;
    align-items: center;
    min-height: 15vh;
    font-family: 'Roboto', sans-serif;
}

.menu-bar ul li {
    padding: 0 30px;
    transition: all 0.1s ease;
}

.menu-bar ul li a {
    text-decoration: none;
    color: #fff;
}

.menu-bar ul li:hover {
    background: #16cc68;
    border-radius: 50px;
    padding: 10px 30px 10px 30px;
    transform: scale(1.02);
    transform-origin: center;
}

.sub-menu-1 {
    display: none;
}

.menu-bar ul li:hover .sub-menu-1 {
    display: flex;
    position: fixed;
    background: rgba(20, 20, 20, 0.959);
    box-shadow: 2px 8px 14px 0px rgba(12, 12, 12, 0.596);
    border-radius: 15px;
    margin-top: 10px;
    margin-left: -32px;
}

.menu-bar ul li:hover .sub-menu-1 ul {
    display: block;
    margin: 20px;
}

.menu-bar ul li:hover .sub-menu-1 ul li {
    width: 150px;
    padding: 10px;
    border-bottom: 1px dotted #fff;
    background: transparent;
    border-radius: 0;
    text-align: center;
}

.menu-bar ul li:hover .sub-menu-1 ul li:last-child {
    border-bottom: none;
}

.menu-bar ul li:hover .sub-menu-1 ul li a:hover {
    color: #16cc68;
}

.fa-angel-right {
    float: right;
}

.sub-menu-2 {
    display: none;
}

.hover-me:hover .sub-menu-2 {
    position: absolute;
    display: block;
    margin-top: -70px;
    margin-left: 140px;
}

.nav-active {
    transform: translateX(0%);
}

.toggle .line1 {
    transform: rotate(-45deg) translate(-5px, 6px);
    background-color: tomato;
}

.toggle .line2 {
    opacity: 0;
    background-color: tomato;
}

.toggle .line3 {
    transform: rotate(45deg) translate(-5px, -6px);
    background-color: tomato;
}

footer {
    background-color: rgb(39, 39, 39);
    box-shadow: 2px 0px 14px 8px rgba(12, 12, 12, 0.596);
    min-height: 150px;
    padding: 30px;
    font-family: Roboto;
    line-height: 120%;
}

.footer ul {
    list-style: none;
    columns: 2 12em;
}

.titleR {
    text-align: right;
    padding-right: 50px;
    color: #16cc68;
    font-size: 24px;
    line-height: 50px;
}

.buttonsR {
    padding-right: 50px;
    text-align: right;
}

.buttonsR a {
    color: white;
    line-height: 35px;
}

.buttonsR a:hover {
    color: #16cc68;
}

.titleS {
    text-align: left;
    padding-left: 50px;
    color: #16cc68;
    font-size: 24px;
    line-height: 50px;
}

.buttonsS {
    padding-left: 50px;
    text-align: left;
}

.buttonsS a {
    color: white;
    line-height: 35px;
}

.buttonsS a:hover {
    color: #16cc68;
}

.cc {
    margin-top: 40px;
    text-align: center;
    color: white;
    font-size: 15px;
}

a {
    text-decoration: none;
}

@media screen and (max-width: 1200px) {
    header {
        padding-top: 10px;
    }
    body {
        overflow-x: hidden;
    }
    .nav-links {
        z-index: 1;
        position: absolute;
        min-width: 100%;
        right: 0px;
        background-color: rgb(39, 39, 39);
        box-shadow: 2px 8px 14px 0px rgba(12, 12, 12, 0.596);
        flex-direction: column;
        transform: translateX(100%);
    }
    .menu-bar ul li {
        z-index: 1;
        margin-top: 80px;
        margin-bottom: 50px;
        text-align: center;
        width: 100%;
    }
    .menu-bar ul li:hover {
        background-color: rgb(39, 39, 39);
        border-radius: 50px;
        padding: 0px 30px 50px 30px;
        transform-origin: center;
        height: 300px;
    }
    .menu-bar ul li:first-child:hover {
        height: 100%;
        padding: 0px 30px 0px 30px;
    }
    .nav-links li {
        opacity: 0;
    }
    .menu-bar ul li:hover .sub-menu-1 {
        display: flex;
        position: fixed;
        background-color: rgb(39, 39, 39);
        box-shadow: none;
        min-width: 100%;
        border-radius: 15px;
        margin-top: 10px;
    }
    .menu-bar ul li:hover .sub-menu-1 ul {
        margin-top: 50px;
        width: 100%;
        display: block;
    }
    .menu-bar ul li:hover .sub-menu-1 ul li {
        margin-top: -30px;
        width: 100%;
        align-self: center;
        text-align: center;
        border-bottom: 1px dotted #16cc68;
        background: transparent;
        border-radius: 0;
    }
    .menu-bar ul li:hover .sub-menu-1 ul li:hover {
        height: 40px;
    }
    .menu-bar ul li:hover .sub-menu-1 ul li:last-child {
        border-bottom: 1px dotted #16cc68;
    }
    .hover-me:hover .sub-menu-2 {
        position: absolute;
        display: none;
    }
    .burger {
        display: block;
    }
    .footer ul {
        list-style: none;
        columns: 1 12em;
    }
    .footer .titleR {
        padding: 0 0;
        text-align: center;
    }
    .footer .titleS {
        margin-top: 50px;
        padding: 0 0;
        text-align: center;
    }
    .footer .buttonsR {
        padding: 0 0;
        text-align: center;
    }
    .footer .buttonsS {
        padding: 0 0;
        text-align: center;
    }
}

.nav-active {
    transform: translateX(0%);
}

@keyframes navLinkFade {
    form {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

@media only screen and (min-width: 1200px) {
    body {
        font-size: 18px;
    }
    header h1,
    header h2 {
        font-size: 2em;
    }
    header p {
        font-size: 1.1rem;
    }
    .cards {
        flex-direction: row;
    }
    .card {
        margin: 2rem;
    }
}

/* ================================= Standard ================================= */
