/* for "læs mere" :  */
.xtra-txt{ 
	padding:0; 
	margin:0;
    display: none;
}
.knap{
	cursor:pointer; 
	margin-left: 1.2em;
	margin-bottom: 0.6em;
}
/* -------------  */

button{
	position: fixed;
	transform: rotate(-0.25turn);
	right: -81px;
	border: none;
	color: #22292B;
	background-color: #F5CE7ACC;
	padding: 11px 27px;
	text-align: center;
	text-decoration: none;
	display: inline-block;
	font-size: 16px;
}

#ud_img{
	width: 100%;
}

/* Text */
.ud_h1{
	font-weight: 300;
	padding: 0.5em 1em;
	text-align: center;
	font-size: 26px;
}

.ud_h2{
	font-weight: 400;
	text-decoration: underline;
	padding-bottom: 0.5em;
}

.ud_p{
	font-size: 21px;
	margin-left: 1em;
	margin-top: 0.3em;
}

/* Text */

.ud_info{
margin-top: 0.3em;
background-color: #567A86;
padding-bottom: 0.1em;
}
.ud_links{
background-color: #22292B;
margin-top:2em ;
margin-bottom:2em ;
}

.ud_ul{
	background-color: #D6AF5C;
	color: #22292B;
	font-size: 10px;
	font-weight: 400;
	text-align: center;
	padding: 1em;
	max-width: 280px;
}

li a{
text-decoration: none;
color: #22292B;
line-height: 20px;
}

li{
	list-style: none;
}




/* ------- */

* {
    margin: 0 auto;
    padding: 0;
    box-sizing: border-box;
    font-family: "Inter", sans-serif;
}

body {
    font-size: 18px;
    background-color: #22292B;
    color: white;
}

#wrapper {
    max-width: 1440px;
}


/* NAVBAR & FOOTER*/

#menu__bars {
    display: none;
}

nav { 
    background-color: #567A86;
    max-height: 60px;
    position: sticky;
    top: 0;
}

#menu__list {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
}

.menu__list__items {
    list-style-type: none;
    margin: 1em;
    font-family: "Roboto";
    text-align: center;
    text-justify: center;
}

.menu__list__items a {
    text-decoration: none;
    color: #E6E6E6;
}

.menu__list__items a:hover {
    color: black;
    font-size: 1em;
    border-bottom: 1px solid black;

}

#menu__logo img{
    max-height: 50px;
    max-width: 200px;
    position:relative;
    bottom: 12px;
}

footer {
    display: flex;
    font-size: 12pt;
    flex-direction: column;
    bottom: 0;
    max-width: 100%;
    max-height: 100%;
    justify-content: space-between;
    background-color: #567A86;
    padding-top: 32px;
    padding-bottom: 31px;
}

#footer__container{
    text-align: center;
}

.footer__txt {
    padding: 5px;
}

/* NAVBAR & FOOTER END*/


@media only screen and (max-width: 1024px) {
    #menu__bars {
        display: unset;
        position: fixed;
        right: 0;
        top: 0;
        margin-right: 1em;
        margin-top: .5em;
        font-size: 25px;
        color: rgb(255, 255, 255);
        z-index: 10000; 
    }

    #menu__list {
        grid-template-columns: unset;
        grid-template-rows: repeat(10, auto);
        text-align: center;
        display: none; 
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: #567a86;
        z-index: 9999; 
        justify-content: center;
        align-items: center;
        flex-direction: column;
    }

    .menu__list__items{
        font-size: 18pt;

    }

    #menu__logo img {
        position: unset;
        max-height: 50px;
    }

    #menu__logo {
        text-align: center;
    }

    .menu {
        max-height: unset;
        left: 0;
        top: 0;
        width: 100%;
        z-index: 9999;
    }
}

@media only screen and (max-width: 515px) {
    .footer__txt {
        font-size: 9pt;
    }
}