/* oranje */

section section:nth-of-type(4)  div {
    background-color: var(--color-info);
    padding: 2.5em 5em 2.5em 5em;
}

main > section > section:nth-of-type(4) div h2 {
    font-size: 1.2em;
}

main > section > section:nth-of-type(4) div > h2:nth-of-type(1) {
    writing-mode: vertical-lr;
    position: absolute;
    top: 3em;
    right: .2em;
    margin: 0;
    font-size: 3.2em;
}

section section:nth-of-type(4)  nav span {
    position: relative;
    top: 0;
    left: -2.5em;
    display:block;
	width: 40em;
	height: .4em;
    margin-top: 1.5em;
    margin-bottom: 2em;
    background-color: var(--color-background-nav);
}

section section:nth-of-type(4)  nav ul {
    margin-top: 2em;
    display: flex;
    gap: 0.8em;
    position: relative;
    top: 0;
    left: -2em;
}

section section:nth-of-type(4)  nav ul li a {
    color: inherit;
    font-family: "rhode";
    letter-spacing: 1px;
    font-weight: lighter;
    font-size: 1.6em;
    text-transform: uppercase;
    text-decoration-line: underline;
    text-decoration-thickness: .25em;
}

section section:nth-of-type(4)  nav ul li a:hover {
    text-decoration-line: underline;
    text-decoration-thickness: 7px;
    color: var(--color-hover);
}

section section:nth-of-type(4)  nav ul li a:active {
    color: var(--color-hover);
}

section section:nth-of-type(4) ul:nth-of-type(1):not(:first-child, ul li ul) {
    display: flex;
	width:100%;
	overflow-x:hidden;
    gap: 3.5em;
}

section section:nth-of-type(4) ul:nth-of-type(1):not(:first-child, ul li ul) li:nth-of-type(3) article form button {
    padding: .5em .5em .4em .4em;
    font-family: "Rhode", sans-serif;
    font-size: 1.5em;
    color: var(--color-info);
    text-transform: uppercase;
    background-color: var(--color-tekst);
    border: none;
    border-radius: 0;
    position: relative;
    right: -20.1em;
    margin-top: 1em;
}

section section:nth-of-type(4) p {
    width: max-content;
    width: 27.2em;
    height: fit-content;
    line-height: 1.5;
}

form {
    margin: 0;
    padding: 0;
}

label {
    font-family: 'aaux';
    font-size: 1.375em;
    font-weight: 700;
}

label:nth-of-type(1) {
    margin-right: 10.7em;
}

input[type="text"] {
    background-color: var(--color-hover);
    color: var(--color-tekst);
    font-size: inherit;
    font-family: 'aaux';
    font-size: 1.3em;
    width: 13.5em; 
    margin: 0.5em 0;
    box-sizing: border-box; 
    height: 1.7em; 
    padding: 0.625em; 
    border-width: 0;
}

input[type="text"]:nth-of-type(1) {
    margin-right: .7em;
}

section section:nth-of-type(4) ul:nth-of-type(1):not(:first-child, ul li ul) li:nth-of-type(3) article:last-child {
    margin-top: 3em;
    font-family: 'Rhode';
    font-size: 1.5em;
    text-transform: uppercase;
    display: flex;
}

section section:nth-of-type(4) ul:nth-of-type(1):not(:first-child, ul li ul) li:nth-of-type(3) article:last-child a:first-child:not(:last-child) {
    width: 3.5em;
    margin-right: 1em;
    margin-bottom: 5em;
    padding-top: .9em;
    color: var(--color-nav-tekst);
    text-align: center;
    background-color: var(--color-tekst);
    text-decoration: none;
}

section section:nth-of-type(4) ul:nth-of-type(1):not(:first-child, ul li ul) li:nth-of-type(3) article:last-child a:first-child:not(:last-child):hover {
    background-color: var(--color-nav-tekst);
    color: var(--color-tekst);
}

section section:nth-of-type(4) ul:nth-of-type(1):not(:first-child, ul li ul) li:nth-of-type(3) article:last-child li {
    margin: .4em;
    margin-top: 0;
}

section section:nth-of-type(4) ul:nth-of-type(1):not(:first-child, ul li ul) li:nth-of-type(5) h2 {
    margin-bottom: .3em;
    margin-top: 2.3em;
}

section section:nth-of-type(4) ul:nth-of-type(1):not(:first-child, ul li ul) li:nth-of-type(5) p:nth-of-type(4) {
    margin-bottom: 0;
}

section section:nth-of-type(4) ul:nth-of-type(1):not(:first-child, ul li ul) li:nth-of-type(5) p:nth-of-type(5) {
    margin-top: 2em;
}

section section:nth-of-type(4) ul:nth-of-type(1):not(:first-child, ul li ul) li:nth-of-type(5) ul {
    padding-left: 1em;
    list-style-type: disc;
    font-size: 1.375em;
    font-family: 'aaux';
    font-weight: lighter;
    line-height: 1.4;
}


/* @media (max-width: 47.9em) {
    section section:nth-of-type(1) {
        left: 0;
        display: block;
        width: calc(100% - 2.5em / 2);
        margin-top: 3.75em;
    }

    section section:nth-of-type(2) {
        left: 0;
        display: block;
        width: calc(100% - 2.5em / 2);
        margin-top: 3.75em;
    }

    section section:nth-of-type(3) {
        left: 0;
        display: block;
        width: calc(100% - 2.5em / 2);
        margin-top: 3.75em;
    }

    section section:nth-of-type(4) {
        left: 0;
        display: block;
        width: calc(100% - 2.5em / 2);
        margin-top: 3.75em;
    }
} */