body {
    padding: 0px;
    margin: 0px;
    /* background-color: white; */
    background-color: antiquewhite;
    /*#357960;*/
    color: #333;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    font-size: 16px;
    line-height: 26px;
}

@media only screen and (max-width: 1050px) {
    body {
        font-size: 14px;
    line-height: 24px;
    }
  
  }


/*
#ffea83
#ea7600
*/

h1,h2, h3,h4 {
    color: #ea7600;
}

.header {
    position: relative;
    padding: 20px 20px;
    display: flex;
    align-items: center;
    max-width: 1200px;
    margin: 0 auto;
    background-color: white;
}

.logo {
    flex-grow: 1;
}

@media only screen and (max-width: 1050px) {
    .logo{
        width: 50%;
    }
  }

.section {
    width: 100%;
}

.section-header{
    background-color: white;
}

.section-two-columns{
    padding: 25px 0;
    display: flex;
    flex-direction: row;
    color: #333;
    margin: 0 auto;
}
.section-two-columns > img{
    max-width: 50%;
    border-radius: 5px;
    object-fit: cover;
}

@media only screen and (max-width: 1050px) {
    .section-two-columns{
        flex-direction: column;
    }
    /* .section-two-columns:nth-child(odd){
        flex-direction: column-reverse;
    } */
    .section-two-columns > img{
        max-width: 100%;
    }
  }

.section:nth-child(odd) {
    /* background-color: antiquewhite; */
    background-color: white;
}

.section:nth-child(even) {
    /* background-color: white; */
    background-color: antiquewhite;
    /* background-color: #ffea83; */
}

.section-content {
    padding: 20px;
    max-width: 1200px;
    color: #333;
    margin: 0 auto;
}

.section-content a {
    color: #333;
    text-decoration: underline;
}

.section-image {
    color: #333;
    margin: 0 auto;
}

.section-image a {
    color: #333;
    text-decoration: underline;
}

h1 {
    font-size: 24px;
}


.table-priser {
    width:100%;
    padding: 50px 0;
    text-align: left;
    overflow-x: auto;
}

table {
    border-collapse: collapse;
    width:100%;
}

table td {
    border: 1px solid antiquewhite;
}

th{
    font-size: 14px;
}

th,
td {
    padding: 5px;
}

.pris-eksempel{
    display: flex;
    gap:20px;
}

@media only screen and (max-width: 1050px) {
    .pris-eksempel{
        display: flex;
        flex-direction: column;
    }
  }

.card{
    background-color: #ea7600;
    border-radius: 5px;
    color: white;
    padding: 20px;
}
.card-inverse{
    background-color: antiquewhite;
    border-radius: 5px;
    color: #333;
    padding: 20px;
    text-decoration: none;
}
.pris-eksempel a{
    text-decoration: none;
}
#image-card-tilbyder-01{
    background-image: url(../images/efie05b.jpg);
    /* background-image: url(../images/efie05.jpg); */
    background-size: cover;
    background-position: center left;
    color: white;
    min-height: 600px;
}
@media only screen and (max-width: 1050px) {
    #image-card-tilbyder-01{
        background-image: url(../images/efie05.jpg);
        background-position: top 0px left 0px;
        /* background-position: center; */
    }
  }
  /* @media only screen and (max-width: 1210px) {
    #image-card-tilbyder-01{
        
        background-position: center;
    }
  } */
#image-card-tilbyder-02{
    background-image: url(../images/efie08.jpg);
    background-size: cover;
    background-position: center;
    color: white;
    min-height: 600px;
}
#image-card-tilbyder-03{
    background-image: url(../images/efie08.jpg);
    background-size: cover;
    background-position: center;
    color: white;
    min-height: 600px;
}
#image-card-address-01{
    background-image: url(../images/address_building.png);
    background-size: cover;
    background-position: center;
    color: white;
    min-height: 600px;
}
#image-card-om-01{
    background-image: url(../images/tilbyder-template-02.jpg);
    background-size: cover;
    background-position: center;
    color: white;
    min-height: 600px;
}
.header-back-fill{
    padding: 5px;
    display: inline-block;
}

.header-back-fill > h3{
    padding: 0;
    margin: 0;
}

.menu {
    /* line-height: 168px; */
}

.menu ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    color: #333;
}

.menu li {
    display: inline;
    color: #333;
    padding: 8px 20px;
}

.menu-expandable{
    position: relative;
    cursor: pointer;
}

.menu-expanded{
    display: block;
}

.menu-closed{
    display: none;
}

.menu-expand-icon{
    width: 16px;
    fill: #ea7600;
}

.dropdown-menu{
    position: absolute;
    top: 35px;
    left: 0;
    width: 100%;
    /* border: 1px solid #ea7600; */
    border: 1px solid #eee;
    /* border-top-color: transparent; */
    /* box-shadow: 10px 5px 5px #333; */
    /* box-shadow: 3px 3px 2px 1px rgba(33, 33, 33, .5); */
}

.dropdown-menu li{
    display: block;
    padding: 10px 10px;
    background-color: white;
    /* background-color: antiquewhite; */
}

.dropdown-menu li:hover{
    background-color: antiquewhite;
    /* background-color: white; */
}

.menu-mobile{
    cursor: pointer;
}

.menu-mobile-svg{
    height: 32px;
    width: 32px;
    fill: #ea7600;
}

.menu-mobile, .side-menu{
    display: none;
}

.side-menu{
    position: fixed;
    top:0;
    right: 0;
    height: 100vh;
    width: 100vw;
    background-color: white;
    z-index: 1000;
    padding-top: 120px;
    text-align: right;
}

.side-menu ul .menu-expand-icon{
    display: none;
}

.side-menu ul {
    list-style-type: none;
    margin: 0;
    padding: 20px;
    color: #333;
    /* max-width: 160px; */
}

.side-menu li {
    padding: 10px 10px;
    margin: 20px 0;
    color: #333;
}

.side-menu-close-button{
    position:fixed;
    right: 20px;
    top: 90px;
    cursor: pointer;
    z-index: 2000;
}
.side-menu-close-icon{
    height: 32px;
    width: 32px;
    fill: #ea7600;
}

@media only screen and (max-width: 1050px) {
    .menu-mobile {
      display: block;
    }
    .menu {
       display: none;
    }
  }

a {
    color: #333;
    text-decoration: none;
}

.form-send{
    display: flex;
    flex-direction: column;
}

.form-send > input{
    margin-bottom: 20px;
    padding: 5px;
    max-width: 554px;
    /* width: 100%; */
}

.form-send-button{
    text-align: right;
    background-color: #ea7600;
    color: white;
    border: none;
    padding: 10px;
    cursor: pointer;
    justify-content: end;;
    margin-top: 15px;

}

textarea {
    height: 200px;
    padding: 5px;
    max-width: 554px;
    /* width: 100%; */
    /* white-space: normal; */
}

.menu-footer ul {
    display: flex;
    flex-direction: column;
    gap: 10px;
    list-style-type: none;
    margin: 0;
    padding: 0;
    color: white;
}
.menu-footer ul .menu-expand-icon{
    display: none;
}

.menu-footer li {
    display: inline;
    color: white;
    padding: 5px 20px;
}

.external-link {
    border: 2px solid #ea7600;
    border-radius: 5px;
    display: inline-block;
 }

 .footer{
    /* background-color: White; */
    background-color: antiquewhite;
 }

.footer-content {
    padding: 50px 20px;
    max-width: 1200px;
    margin: 0 auto;
    background-color: antiquewhite;
    /* background-color: white; */
    display: flex;
    gap: 50px;
}

@media only screen and (max-width: 1050px) {
    .footer-content {
        display: flex;
        flex-direction: column;
    }
  }

.footer-contact {
    display: flex;
    flex-direction: column;
}

.footer-address {
    padding: 0 0 10px 0;
    line-height: 26px;
}

.footer-icon-value {
    display: flex;
    gap: 10px;
    padding: 10px 0;
    align-items: center;
}

.footer-kort img {
    width: 300px;
    border-radius: 5px;
}

.footer-navigation {
    display: flex;
    flex-direction: column;
    max-width: 170px;
}

.svg-icon {
    width: 20px;
    stroke: white;
    fill: #ea7600;
}

.content-position-bottom{
    display: flex;
    justify-content: center;
    min-height: 600px;
}
.item-postion-bottom{
    align-self: flex-end;
    /* background-color: antiquewhite; */
    padding: 20px;
    border-radius: 5px;
}