/*generel styling til Header og Footer */

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

p{
    font-family: "roboto", sans-serif;
    color: #37476C;
}

h5{
    font-family: "roboto", sans-serif;
    font-size: 18px;
    color: #37476C;
    line-height: 30px;
}

/*Interne links*/

.internlinks{
    color: #37476C;
}

.internlinks:hover{
    color: #AD5715;
}

/*Chat funktion*/
.chatfunktion{
    padding: 20px;
    position: fixed;
    top: 90%;
    left: 93%;
    z-index: 2;
}

/*Brødkrumme*/
.brodkromme{
    writing-mode: vertical-lr;
    text-orientation: mixed;
    font-size: 26px;
    position: absolute;
    height: 260px;
    right: 30%;
    top: 100%;
 }

/*Header*/

.headerlogo{
    width: 330px;
}

.kontaktikon{
    width: 39.17px;
    margin-bottom: 6px;
    margin-right: 5px;
}

.kontaktikon:hover{
    cursor: pointer;
    transform: scale(1.2);
    transition: 0.3s ease-in-out;
}

.sog{
    width: 30.4px;
    float: right;
    padding-right: 5px;
    padding-top: 5px;
}

.sogefelt{
    border: 1px solid #37476C;
    border-radius: 50px;
    width: 250px;
    height: 40px;
    display: inline-block;
    align-items: center;
    background-color: white;
}

.header1{
    padding: 25px 25px 0px 25px ;    
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.header1 li{
    display: inline;
}

/*Drop-down*/

.header2{
    position: fixed;
    left: 94%;
    z-index: 2;
}

/*Lukket for forrige menu-hover indtil beslutning om ny*/

/*.menu{
    writing-mode: vertical-lr;
    text-orientation: mixed;
    font-family: hobeaux, sans-serif;
    font-size: 60px;
    color: #AD5715;
    font-weight: 700;
}

.menu:hover{
    -webkit-text-stroke: 2px #37476C;
}*/

.menu{
    writing-mode: vertical-lr;
    text-orientation: mixed;
    font-family: hobeaux, sans-serif;
    font-size: 60px;
    color: #AD5715;
    font-weight: 700;
    background: linear-gradient(to right, #AD5715 50%, #37476C 50%, #37476C);
    background-size: 200%;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    transition: 0.5s ease-out;
}

.menu:hover{
    background-position: -100%;
}

.dropdown{
    list-style-type: none;
}

.dropdown-menu {
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.5s ease, visibility 0.5s ease;
    position: absolute;
    background-color: rgb(255, 255, 255);
    border: 2px solid #AD5715;
    border-radius: 5px;
    font-family: "roboto", sans-serif;
    font-size: 20px;
    color: #37476C;
    padding: 10px;
    white-space: nowrap;
    cursor: pointer;
    right: 95%;
    top: 2%;
    list-style: none;
}

.dropdown-menu li {
    margin-bottom: 10px;

        img{
            width: 25px;
            text-align: right;
        }
}

.sog-dropdown{
    display: none;
}

.dropdown-menu a{
    text-decoration: none;
    color: #37476C;
}

.dropdown-menu a:hover{
    background-color: rgba(212, 123, 40, 0.1);
}

.dropdown:hover .dropdown-menu {
    opacity: 1;
    visibility: visible;
}

/*Footer*/
.seperator{
    border: black solid 1px;
}

/*justering af ikon størrelser*/
.someikon{
    height: 40px;
    width: 40px;
}

.telefonikon{
    height: 16px;
    width: 16px;
}

.mailikon{
    height: 12px;
    width: 18px;
}

.sogikon{
    height: 18px;
    width: 18px;
}

.linje{
    border: 0.5px solid #37476C;
    margin-bottom: 40px;
}

/*grid til inddeling af 3 kolloner*/

.footergrid{
    display: grid;
    grid-template-columns: 100px 180px 1fr 200px 100px;
    width: 100%;
    height: 420px;
    background-color: #F7F1E6;
}


/*Navigation*/
.footernav {
    margin-top: 40px;
    display: flex;
    flex-direction: column;
    grid-column: 2/3;
    justify-content: space-between;
}

footer ul{
    list-style-type: none;
}

footer a{
    text-decoration: none;
    color: #37476C;
    font-family: "roboto", sans-serif;
    font-size: 18px;
    line-height: 30px;
}

footer a:hover{
    font-weight: 600;
    cursor: pointer;
}

.sogikon{
    float: right;
}


/*Logo*/

.footerlogo {
    width: 215px;
}

.footerlogoplacering{
    display: flex;
    justify-content: center;
    align-items: center;
}


/*Nyhedsbrev*/
.footerform {
    display: flex;
    flex-direction: column;
    grid-column: 4/5;
    justify-content: space-between;
    margin-top: 40px;
    margin-bottom: 40px;
}

footer input[type=submit]{
    background-color: #AD5715;
    width: 116px;
    height: 32px;
    border-radius: 50px;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
    border: none;
    color: rgb(255, 255, 255);
    font-weight: bolder;
    font-family: "roboto", sans-serif;
}

footer input[type=submit]:hover{
    background-color: #F7F1E6;
    border: 3px solid #AD5715;
    transition: 0.3s ease-in-out;
    color: black;
    cursor: pointer;
}

footer input[type=email]{
    margin-top: 10px;
    margin-bottom: 15px;
    border-radius:5px;
    height: 40px;
    width: 200px;
    font-family: "roboto", sans-serif;
    padding-left: 5px;
}

/*SoMe ikoner*/

.someplacering {
    display: flex;
    gap: 8px;
}

/*kontakt ikon*/
.telefonikon{
   float: right;
}

/*copyright*/
.copy{
    background-color: #F7F1E6;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 40px;
}

.footer-mobil{
    display: none;
}