* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: 'Kalam', cursive;
  font-family: 'Karla', sans-serif;
  font-family: 'Montserrat Alternates', sans-serif;
}

section,
article,
nav,
aside,
main,
footer,
header,
figure {
  display: block;
}

/*index*/
@media screen and (min-width:320px) and (max-width:480px) {
  div#wrapper {
    width: 100%;
    background: #102933;
  }

  header {
    height: 150px;
    background: #dee0e1;
    position: absolute;
    width: 100%;
    z-index: 10;
  }

  #wrapper header a#logo {
    display: block;
    background: url(img/LOGO2.png) no-repeat center center;
    height: 100%;
    width: 100%;
    background-size: 30%;
  }

  header a#burger_menu {
    display: block;
    width: 48px;
    height: 32px;
    background: url(billeder-abcd/burger_menu.svg) no-repeat;
    color: rgba(255, 255, 255, 0);
    position: absolute;
    right: 16px;
    top: 100px;
    z-index: 12;
  }

  nav {
    display: block;
    height: 500px;
    width: 100%;
    position: absolute;
    left: -100%;
    top: 0;
  }

  nav a {
    color: rgba(255, 255, 255, .7);
    font-size: 16px;
  }

  #wrapper {
    width: 100%;
  }

  .menu_aaben {
    -webkit-transform: translate(100%, 0);
    -moz-transform: translate(100%, 0);
    transform: translate(100%, 0);
  }

  header+div {
    top: 150px;
    transition: 500ms ease-in-out;
    position: relative;
    -webkit-transition: translate(0, 0);
    -moz-transition: translate(0, 0);
    transform: translate(0, 0);
  }

  figure.silder {
    display: none;
  }

  nav {
    height: 40px;
    color: rgba(255, 255, 255, .6);
    background: #103a4b;
    text-align: center;
    line-height: 40px;
  }

  section .ting .nyheder {
    overflow: hidden;
    height: 100%;
    width: 100%;
  }

  h2 {
    font-size: 24px;
    font-weight: 900;
    text-align: center;
    color: rgba(255, 255, 255, .7);
    margin: 20px 0 10px;
  }

  .nyheder article {
    position: relative;
    width: 310px;
    height: 190px;
    float: left;
    margin: 0 10px 10px 80px;
    overflow: hidden;
    box-shadow: 0 0 10px #587482;
  }

  .nyheder article figure,
  article div {
    width: 100%;
    height: 100%;
    position: absolute;
    transition: .8s;
  }

  .nyheder article figure {
    left: 0;
    margin: 0 0 0 0;
  }

  .nyheder article figure img {
    max-width: 100%;
    display: block;
  }

  .nyheder article div {
    background-color: #587482;
    left: 310px;
    margin-left: 0;
    align-content: center;
    display: flex;
    flex-direction: column;
  }

  .nyheder article:hover figure {
    transform: translate3d(310px, 0, 0) rotate3d(0, 1, 0, 0deg);
  }

  .nyheder article:hover div {
    transform: translate3d(-310px, 0, 0) rotate3d(0, 1, 0, 0deg);
  }

  .nyheder article h2 {
    margin: 0 0 0 20px;
    padding: 18px 0 0 0;
    text-align: center;
    font-family: 'Montserrat Alternates', sans-serif;
    color: white;
  }

  .nyheder article p {
    margin: 0 0 0 20px;
    padding: 0 0 0 0;
    text-align: center;
    font-family: 'Karla', sans-serif;
    color: white;
    font-size: 13px;
  }

  .nyheder article h3 {
    margin: 0 0 0 20px;
    padding: 0 0 5px 0;
    text-align: center;
    font-family: 'Kalam', cursive;
    color: #102933;
    font-size: 21px;
  }

  .nyheder article a:link,
  .nyheder a:visited {
    color: beige;
    border: 2px solid #1d495a;
    border-radius: 12px;
    padding: 10px 20px;
    margin: auto;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-family: 'Karla', sans-serif;
  }

  .nyheder article a:hover,
  .nyheder a:active {
    background-color: black;
    color: white;
    font-family: 'Karla', sans-serif;
  }

  .nyheder article img {
    width: 310px;
    height: 190px;
    position: relative;
  }

  .ting {
    position: relative;
    float: left;
    margin: 0 0 0 0;
    box-shadow: 0 0 10px #333;
    background: #102933;
  }

  .ting article {
    width: 100%;
    height: 100%;
    padding: 10px 10px;
  }

  .ting article figure {
    float: right;
  }

  .ting div {
    background-color: #587482;
    height: 80%;
    width: 50%;
    margin-left: 0;
    align-content: center;
    display: flex;
    flex-direction: column;
    padding: 5px 10px;
    white-space: normal;
  overflow: hidden;
  }

  .ting article img {
    max-width: 100%;
   /* display: block;*/
    padding: 0px 0 3px 195px;
    aspect-ratio: 15 / 10;
    object-fit: cover;
    object-position: 50% 40%;
  }

  .ting article h3 {
    font-size: 13px;
    text-align: center;
    color: rgba(255, 255, 255, .3);
    padding-top: 20px;
  }

  .ting article p {
    font-size: 10px;
    text-align: center;
    color: rgba(255, 255, 255, .6);
    padding: 5px 10px 5px;
  }

  .ting article a:link,
  .ting a:visited {
    color: beige;
    border: 2px solid #1d495a;
    border-radius: 12px;
    padding: 10px 20px;
    margin: auto;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-family: 'Karla', sans-serif;
    font-size: 12px;
  }

  .ting article a:hover,
  a:active {
    background-color: black;
    color: white;
  }

  #wrapper footer {
    background: #2d3133;
    padding: 40px;
    clear: left;
    width: 100%;
    bottom: 0px;
    margin-top: auto;
  }


  #wrapper address {
    font-size: 14px;
    color: rgba(255, 255, 255, .7);
    text-align: center;
    font-style: normal;
  }
}

@media screen and (min-width:481px) and (max-width:768px) {
  div#wrapper {
    width: 100%;
    background: #102933;
  }

  header {
    height: 220px;
    background: #dee0e1;
  }

  header a#logo {
    display: block;
    background: url(img/LOGO1.png) no-repeat center 10px;
    height: 200px;
    width: 100%;
    background-size: 50%;
  }

  header a#brurger_menu {
    display: none;
  }

  nav {
    height: 40px;
    color: rgba(146, 146, 146, 0.6);
    background: 102933;
    text-align: center;
    line-height: 40px;
  }

  nav li {
    display: inline-block;
    margin-right: 1, 5rem;
    line-height: 40px;
    height: 40px;
  }

  nav li:last-child {
    margin-right: 0;
  }

  nav a {
    font-size: 20px;
    color: rgba(255, 255, 255, .7);
    font-family: 'Karla', sans-serif;
  }

  figure.silder {
    background-image: url(img/tips.jpg);
    width: 100%;
    display: block;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;

  }

  .silder {
    text-align: center;
    position: absolute;
    top: 50%;
    color: white;
  }

  h2 {
    font-size: 25px;
    font-weight: 900;
    text-align: center;
    color: rgba(255, 255, 255, .7);
    margin: 20px 0 10px;
    font-family: 'Kalam'
  }

  .nyheder article {
    position: relative;
    width: 310px;
    height: 190px;
    float: left;
    margin: 0 10px 10px 60px;
    overflow: hidden;
    box-shadow: 0 0 10px #587482;
  }

  .nyheder article figure,
  article div {
    width: 100%;
    height: 100%;
    position: absolute;
    transition: .8s;
  }

  .nyheder article figure {
    left: 0;
    margin: 0 0 0 0;
  }

  .nyheder article div {
    background-color: #587482;
    left: 310px;
    margin-left: 0;
    align-content: center;
    display: flex;
    flex-direction: column;
  }

  .nyheder article:hover figure {
    transform: translate3d(310px, 0, 0) rotate3d(0, 1, 0, 0deg);
  }

  .nyheder article:hover div {
    transform: translate3d(-310px, 0, 0) rotate3d(0, 1, 0, 0deg);
  }

  .nyheder article h2 {
    margin: 0 0 0 20px;
    padding: 18px 0 0 0;
    text-align: center;
    font-family: 'Montserrat Alternates', sans-serif;
    color: white;
  }

  .nyheder article p {
    margin: 0 0 0 20px;
    padding: 0 0 0 0;
    text-align: center;
    font-family: 'Karla', sans-serif;
    color: white;
    font-size: 13px;
  }

  .nyheder article h3 {
    margin: 0 0 0 20px;
    padding: 0 0 5px 0;
    text-align: center;
    font-family: 'Kalam', cursive;
    color: #102933;
    font-size: 21px;
  }

  .nyheder article a:link,
  a:visited {
    color: beige;
    border: 2px solid #1d495a;
    border-radius: 12px;
    padding: 10px 20px;
    margin: auto;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-family: 'Karla', sans-serif;
  }

  .nyheder article a:hover,
  a:active {
    background-color: black;
    color: white;
    font-family: 'Karla', sans-serif;
  }

  .nyheder article img {
    width: 310px;
    height: 190px;
    position: relative;
  }

  .ting {
    position: relative;
    width: 100%;
    height: 500px;
    float: left;
    margin: 0 0 0 0;
    overflow: hidden;
    box-shadow: 0 0 10px #333;
  }

  .ting article figure {
    width: 100%;
    height: 100%;
    position: absolute;
    float: left;
  }

  .ting div {
    background-color: #587482;
    width: 50%;
    height: 100%;
    position: absolute;
    float: left;
  }

  .ting article img {
    max-width: 100%;
    display: block;
    padding: 0 0 0 215px;
    aspect-ratio: 14 / 9;
    object-fit: cover;
    object-position: 20% 50%;
  }

  .ting article h3 {
    color: rgba(255, 255, 255, .3);
    text-align: center;
    padding-top: 35px;
    font-size: 22px;

  }

  .ting article p {
    margin: 10px 40px 20px 40px;
    padding: 0 0 0 0;
    text-align: center;
    font-family: 'Karla', sans-serif;
    color: white;
    font-size: 21px;
  }

  .ting article a:link,
  .ting a:visited {
    color: beige;
    border: 2px solid #102933;
    border-radius: 12px;
    padding: 10px 20px;
    margin: 0px 50px 25px 119px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 21px;
    font-family: 'Karla', sans-serif;
  }

  .ting article a:hover,
  a:active {
    background-color: black;
    color: white;
  }


  footer {
    background: #2d3133;
    padding: 40px;
    position: relative;
    clear: both;
    margin-top: auto;
    width: 100%;
  }


  #wrapper address {
    font-size: 21px;
    color: rgba(255, 255, 255, .7);
    text-align: center;
    font-style: normal;
  }
}

@media screen and (min-width:769px) {
  div#wrapper {
    width: 100%;
    background: #102933;
    margin: 0 auto;
    max-width: 1200px;
  }

  header {
    height: 220px;
    background: #dee0e1;
  }

  header a#logo {
    display: block;
    background: url(img/LOGO1.png) no-repeat center 10px;
    height: 200px;
    width: 100%;
    background-size: 30%;
  }

  header a#brurger_menu {
    display: none;
  }

  nav {
    height: 40px;
    color: rgba(146, 146, 146, 0.6);
    background: 102933;
    text-align: center;
    line-height: 40px;
  }

  nav li {
    display: inline-block;
    margin-right: 1, 5rem;
    line-height: 40px;
    height: 40px;
  }

  nav li:last-child {
    margin-right: 0;
  }

  nav a {
    font-size: 20px;
    color: rgba(255, 255, 255, .7);
    font-family: 'Karla', sans-serif;
  }

  figure.silder {
    background-image: url(img/tips.jpg);
    width: 100%;
    display: block;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;

  }

  .silder {
    text-align: center;
    position: absolute;
    top: 50%;
    color: white;
  }

  h2 {
    font-size: 31px;
    font-weight: 900;
    text-align: center;
    color: rgba(255, 255, 255, .7);
    margin: 20px 0 10px;
    font-family: 'Kalam'
  }

  .nyheder article {
    position: relative;
    width: 310px;
    height: 190px;
    float: left;
    margin: 0 10px 10px 60px;
    overflow: hidden;
    box-shadow: 0 0 10px #587482;
  }

  .nyheder article figure,
  article div {
    width: 100%;
    height: 100%;
    position: absolute;
    transition: .8s;
  }

  .nyheder article figure {
    left: 0;
    margin: 0 0 0 0;
  }

  .nyheder article div {
    background-color: #587482;
    left: 310px;
    margin-left: 0;
    align-content: center;
    display: flex;
    flex-direction: column;
  }

  .nyheder article:hover figure {
    transform: translate3d(310px, 0, 0) rotate3d(0, 1, 0, 0deg);
  }

  .nyheder article:hover div {
    transform: translate3d(-310px, 0, 0) rotate3d(0, 1, 0, 0deg);
  }

  .nyheder article h2 {
    margin: 0 0 0 20px;
    padding: 18px 0 0 0;
    text-align: center;
    font-family: 'Montserrat Alternates', sans-serif;
    color: white;
  }

  .nyheder article p {
    margin: 0 0 0 20px;
    padding: 0 0 0 0;
    text-align: center;
    font-family: 'Karla', sans-serif;
    color: white;
    font-size: 13px;
  }

  .nyheder article h3 {
    margin: 0 0 0 20px;
    padding: 0 0 5px 0;
    text-align: center;
    font-family: 'Kalam', cursive;
    color: #102933;
    font-size: 21px;
  }

  .nyheder article a:link,
  a:visited {
    color: beige;
    border: 2px solid #1d495a;
    border-radius: 12px;
    padding: 10px 20px;
    margin: auto;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-family: 'Karla', sans-serif;
  }

  .nyheder article a:hover,
  a:active {
    background-color: black;
    color: white;
    font-family: 'Karla', sans-serif;
  }

  .nyheder article img {
    width: 310px;
    height: 190px;
    position: relative;
  }

  .ting {
    position: relative;
    width: 100%;
    height: 550px;
    float: left;
    margin: 0 0 0 0;
    overflow: hidden;
    box-shadow: 0 0 10px #333;
  }

  .ting article figure {
    width: 100%;
    height: 100%;
    position: absolute;
    float: left;
  }

  .ting div {
    background-color: #587482;
    width: 50%;
    position: absolute;
    float: left;
  }

  .ting article img {
    max-width: 100%;
    display: block;
    padding: 0 0 0 400px;
    aspect-ratio: 15 / 8;
    object-fit: cover;
    object-position: 20% 50%;
  }

  .ting article h3 {
    color: rgba(255, 255, 255, .3);
    text-align: center;
    padding-top: 20px;
    font-size: 30px;
  }

  .ting article p {
    margin: 10px 40px 20px 40px;
    padding: 0 0 0 0;
    text-align: center;
    font-family: 'Karla', sans-serif;
    color: white;
    font-size: 21px;
  }

  .ting article a:link,
  .ting a:visited {
    color: beige;
    border: 2px solid #102933;
    border-radius: 12px;
    padding: 10px 20px;
    margin: 0px 50px 25px 216px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 21px;
    font-family: 'Karla', sans-serif;
  }

  .ting article a:hover,
  a:active {
    background-color: black;
    color: white;
  }

  #wrapper footer {
    background: #2d3133;
    padding: 40px;
    clear: left;
  }
  address {
    font-size: 21px;
    color: rgba(255, 255, 255, .7);
    text-align: center;
    font-style: normal;
  }
}

/*forretter*/
@media screen and (min-width:320px) and (max-width:480px) {
  /*header+div {
    top: 150px;
    transition: 500ms ease-in-out;
    position: relative;
    -webkit-transition: translate(0, 0);
    -moz-transition: translate(0, 0);
    transform: translate(0, 0);
  }*/

  #wrapper2 {
    width: 100%;
    background: #102933;
  }

  header {
    height: 150px;
    background: #dee0e1;
    position: absolute;
    width: 100%;
    z-index: 10;
    top: 0;
  }

  header a#logo {
    display: block;
    background: url(img/LOGO2.png) no-repeat center center;
    height: 100%;
    width: 100%;
    background-size: 25%;
  }

  header a#burger_menu {
    display: block;
    width: 48px;
    height: 32px;
    background: url(billeder-abcd/burger_menu.svg) no-repeat;
    color: rgba(255, 255, 255, 0);
    position: absolute;
    right: 16px;
    top: 100px;
    z-index: 12;
  }

  nav {
    display: block;
    height: 500px;
    width: 100%;
    position: absolute;
    left: -100%;
    top: 0;
  }

  nav a {
    color: rgba(255, 255, 255, .7);
    font-size: 16px;
  }

  #wrapper {
    width: 100%;
  }

  .menu_aaben {
    -webkit-transform: translate(100%, 0);
    -moz-transform: translate(100%, 0);
    transform: translate(100%, 0);
  }

  header+div {
    top: 150px;
    transition: 500ms ease-in-out;
    position: relative;
    -webkit-transition: translate(0, 0);
    -moz-transition: translate(0, 0);
    transform: translate(0, 0);
  }

  body {
    background-color: #103a4b;
  }

  nav {
    height: 40px;
    color: rgba(146, 146, 146, 0.6);
    background: 102933;
    text-align: center;
    line-height: 40px;
  }
  nav li {
    display: inline-block;
    margin-right: 1, 5rem;
    line-height: 40px;
    height: 40px;
  }

  nav li:last-child {
    margin-right: 0;
  }

  nav a {
    font-size: 20px;
    color: rgba(255, 255, 255, .7);
    font-family: 'Karla', sans-serif;
  }

  #forretter {
    width: 100%;
    background-color: #103a4b;
  }

  #forretter main {
    background-color: #f3f0ea;
    display: flex;
    justify-content: left;
    flex-direction: row;
    width: 100%;
  }

  #forretter main>aside h1 {
    font-family: 'Montserrat Alternates', sans-serif;
    padding-top: 60%;
  }

  #forretter main>aside {
    /*background-color: blue;*/
    display: flex;
    justify-content: left;
    flex-direction: column;
    padding: 2em;
    flex: 20%;
  }

  #forretter main>aside:nth-child(2) {
    background-color: rgb(52, 52, 164);
    display: flex;
    justify-content: left;
    flex-direction: row;
    flex: 60%;
    padding: 0em;
  }

  #forretter main>aside:nth-child(2)>figure {
    background-image: url(img/Tallerken_Lange_selleri_og_musling.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    flex: 60%;
  }

  #forretter section {
    background-color: #f3f0ea;
    display: flex;
    flex-direction: row;
    justify-content: left;
    flex: 100%;
    width: 100%;

  }

  #forretter section>article {
    /*background-color: #09ff46;*/
    width: 50%;
    justify-content: left;
    flex-direction: row;
    padding: 3em;
    flex: 30%;
  }

  #forretter section>article:nth-child(2) {
    /*background-color: goldenrod;
   box-shadow:0px 0px 5px #333;*/
    width: 50%;
  }

  #forretter h2 {
    color: #103a4b;
    font-family: 'Kalam', cursive;
    font-size: 23px;
    margin: 0 0 10px;
  }

  #forretter h3 {
    font-family: 'Kalam', cursive;
    font-size: 18px;
  }

  #forretter p {
    font-family: 'Karla', sans-serif;
  }

  .container2 {
    width: 100%;
    position: relative;
    margin-left: 10% !important;
    font-size: 15px;
  }

  .container2 form {
    height: auto;
    width: 100%;
    position: relative;
    padding-bottom: 10%;

  }

  .container2 h1 {
    color: #103a4b;
    font-family: 'Kalam', cursive;
    font-size: 25px;
  }

  #forslag {
    background-color: #103a4b;
    width: 50%;
    justify-content: left;
    flex-direction: row;
    flex: 30%;
  }

  #forslag article {
    position: relative;
    width: 310px;
    height: 190px;
    float: left;
    margin: 0 10px 10px 30px;
    overflow: hidden;
    box-shadow: 0 0 10px #333;
  }

  #forslag article figure,
  article div {
    width: 100%;
    height: 100%;
    position: absolute;
    transition: .8s;
  }

  #forslag article figure {
    width: 310px;
    height: 190px;
    left: 0;
    margin: 0 0 0 0;
  }

  #forslag article div {
    background-color: #587482;
    left: 310px;
    margin-left: 0;
    align-content: center;
    display: flex;
    flex-direction: column;
  }

  #forslag article:hover figure {
    transform: translate3d(310px, 0, 0) rotate3d(0, 1, 0, 0deg);
  }

  #forslag article:hover div {
    transform: translate3d(-310px, 0, 0) rotate3d(0, 1, 0, 0deg);
  }

  #forslag h2 {
    font-size: 24px;
    font-weight: 900;
    text-align: center;
    color: rgba(255, 255, 255, .7);
    margin: 20px 0 10px;
    font-family: 'Kalam', cursive;
  }

  #forslag article h2 {
    margin: 0 0 0 20px;
    padding: 18px 0 0 0;
    text-align: center;
    font-family: 'Montserrat Alternates', sans-serif;
    color: white;
  }

  #forslag article p {
    margin: 0 0 0 20px;
    padding: 0 0 0 0;
    text-align: center;
    font-family: 'Karla', sans-serif;
    color: white;
    font-size: 13px;
  }

  #forslag article a:link,
  #forslag a:visited {
    color: beige;
    border: 2px solid #1d495a;
    border-radius: 12px;
    padding: 10px 20px;
    margin: auto;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-family: 'Karla', sans-serif;
  }

  #forslag article a:hover,
  #forslag a:active {
    background-color: black;
    color: white;
    font-family: 'Karla', sans-serif;
  }

  #forslag article img {
    width: 310px;
    height: 190px;
    position: relative;
    float: right;
  }

  #forslag {
    position: relative;
    width: 100%;
    float: left;
    margin: 0 0 0 0;
    overflow: hidden;
    box-shadow: 0 0 10px #333;
  }

  #forslag figure {
    width: 100%;
    height: 100%;
    position: absolute;
    float: left;
  }

  #forslag div {
    background-color: #587482;

    height: 100%;
    position: absolute;
    float: left;
  }


  #forslag article h3 {
    color: rgba(255, 255, 255, .3);
    text-align: center;
    padding-top: 10px;
    font-size: 21px;
    font-family: 'Kalam', cursive;
  }

  footer {
    background: #2d3133;
    padding: 40px;
    clear: left;
  }


  address {
    font-size: 14px;
    color: rgba(255, 255, 255, .7);
    text-align: center;
    font-style: normal;
  }
}

@media screen and (min-width:481px) and (max-width:768px) {
  #wrapper2 {
    width: 100%;
    background: #102933;
    margin: 0 auto;
  }

  body {
    background-color: #103a4b;
  }

  #wrapper2 header {
    height: 130px;
    background: #dee0e1;
  }

  #wrapper2 header a#logo {
    display: block;
    background: url(img/LOGO1.png) no-repeat center 10px;
    height: 220px;
    width: 100%;
    background-size: 30%;
  }

  #wrapper2 header a#brurger_menu {
    display: none;
  }

  #wrapper2 nav {
    height: 40px;
    color: rgba(146, 146, 146, 0.6);
    background: 102933;
    text-align: center;
    line-height: 40px;
  }

  #wrapper2 nav li {
    display: inline-block;
    margin-right: 1, 5rem;
    line-height: 40px;
    height: 40px;
  }

  #wrapper2 nav li:last-child {
    margin-right: 0;
  }

  #wrapper2 nav a {
    font-size: 20px;
    color: rgba(255, 255, 255, .7);
    font-family: 'Karla', sans-serif;
  }

  #forretter {
    width: 100%;
  }

  #forretter main {
    background-color: #f3f0ea;
    display: flex;
    justify-content: left;
    flex-direction: row;
    width: 100%;
  }

  #forretter main>aside h1 {
    font-family: 'Montserrat Alternates', sans-serif;
  }

  #forretter main>aside {
    /*background-color: blue;*/
    display: flex;
    justify-content: left;
    flex-direction: column;
    padding: 3em;
    flex: 20%;
  }

  #forretter main>aside:nth-child(2) {
    background-color: rgb(52, 52, 164);
    display: flex;
    justify-content: left;
    flex-direction: row;
    flex: 60%;
    padding: 0em;
  }

  #forretter main>aside:nth-child(2)>figure {
    background-image: url(img/Tallerken_Lange_selleri_og_musling.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    flex: 60%;
  }

  #forretter section {
    background-color: #f3f0ea;
    display: flex;
    flex-direction: row;
    justify-content: left;
    flex: 100%;
    width: 100%;

  }

  #forretter section>article {
    /*background-color: #09ff46;*/
    width: 50%;
    justify-content: left;
    flex-direction: row;
    padding: 3em;
    flex: 30%;
  }

  #forretter section>article:nth-child(2) {
    /*background-color: goldenrod;
   box-shadow:0px 0px 5px #333;*/
    width: 50%;
  }

  #forretter h2 {
    color: #103a4b;
    font-family: 'Kalam', cursive;
  }

  #forretter p {
    font-family: 'Karla', sans-serif;
  }

  .container2 {
    width: 45%;
    position: relative;
    margin-left: 10% !important;
  }

  .container2 form {
    height: auto;
    width: 100%;
    position: relative;
    padding-bottom: 10%;

  }

  #forslag {
    background-color: #103a4b;
    width: 100%;
    justify-content: left;
    flex-direction: row;
    flex: 30%;
  }

  #forslag article {
    position: relative;
    width: 310px;
    height: 190px;
    float: left;
    margin: 0 10px 10px 45px;
    overflow: hidden;
    box-shadow: 0 0 10px #333;
  }

  #forslag article figure,
  article div {
    width: 100%;
    height: 100%;
    position: absolute;
    transition: .8s;
  }

  #forslag article figure {
    left: 0;
    margin: 0 0 0 0;
  }

  #forslag article div {
    background-color: #587482;
    left: 310px;
    margin-left: 0;
    align-content: center;
    display: flex;
    flex-direction: column;
  }

  #forslag article:hover figure {
    transform: translate3d(310px, 0, 0) rotate3d(0, 1, 0, 0deg);
  }

  #forslag article:hover div {
    transform: translate3d(-310px, 0, 0) rotate3d(0, 1, 0, 0deg);
  }

  #forslag h2 {
    font-size: 24px;
    font-weight: 900;
    text-align: center;
    color: rgba(255, 255, 255, .7);
    margin: 20px 0 10px;
    font-family: 'Kalam', cursive;
  }

  #forslag article h2 {
    margin: 0 0 0 20px;
    padding: 18px 0 0 0;
    text-align: center;
    font-family: 'Montserrat Alternates', sans-serif;
    color: white;
  }

  #forslag article p {
    margin: 0 0 0 20px;
    padding: 0 0 0 0;
    text-align: center;
    font-family: 'Karla', sans-serif;
    color: white;
    font-size: 13px;
  }

  #forslag article a:link,
  a:visited {
    color: beige;
    border: 2px solid #1d495a;
    border-radius: 12px;
    padding: 10px 20px;
    margin: auto;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-family: 'Karla', sans-serif;
  }

  #forslag article a:hover,
  a:active {
    background-color: black;
    color: white;
    font-family: 'Karla', sans-serif;
  }

  #forslag article img {
    width: 310px;
    height: 190px;
    position: relative;
    float: right;
  }

  #forslag {
    position: relative;
    width: 100%;
    float: left;
    margin: 0 0 0 0;
    overflow: hidden;
    box-shadow: 0 0 10px #333;
  }

  #forslag figure {
    width: 100%;
    height: 100%;
    position: absolute;
    float: left;
  }

  #forslag div {
    background-color: #587482;

    height: 100%;
    position: absolute;
    float: left;
  }


  #forslag article h3 {
    color: rgba(255, 255, 255, .3);
    text-align: center;
    padding-top: 10px;
    font-size: 21px;
    font-family: 'Kalam', cursive;
  }

  footer {
    background: #2d3133;
    padding: 40px;
    clear: left;
  }


  address {
    font-size: 14px;
    color: rgba(255, 255, 255, .7);
    text-align: center;
    font-style: normal;
  }
}

@media screen and (min-width:769px) {
  #wrapper2 {
    width: 100%;
    background: #102933;
    margin: 0 auto;
    max-width: 1406px;
  }

  BOdy {
    background-color: #103a4b;
  }

  #wrapper2 header {
    height: 180px;
    background: #dee0e1;
  }

  #wrapper2 header a#logo {
    display: block;
    background: url(img/LOGO1.png) no-repeat center 10px;
    height: 220px;
    width: 100%;
    background-size: 20%;
  }

  #wrapper2 header a#brurger_menu {
    display: none;
  }

  #wrapper2 nav {
    height: 40px;
    color: rgba(146, 146, 146, 0.6);
    background: 102933;
    text-align: center;
    line-height: 40px;
  }

  #wrapper2 nav li {
    display: inline-block;
    margin-right: 1, 5rem;
    line-height: 40px;
    height: 40px;
  }

  #wrapper2 nav li:last-child {
    margin-right: 0;
  }

  #wrapper2 nav a {
    font-size: 20px;
    color: rgba(255, 255, 255, .7);
    font-family: 'Karla', sans-serif;
  }

  #forretter {
    width: 100%;
  }

  #forretter main>aside h1 {
    font-family: 'Montserrat Alternates', sans-serif;
  }

  #forretter main {
    background-color: #f3f0ea;
    display: flex;
    justify-content: left;
    flex-direction: row;
    width: 100%;

  }

  #forretter main>aside {
    /*background-color: blue;*/
    display: flex;
    justify-content: left;
    flex-direction: column;
    padding: 3em;
    flex: 10%;
  }

  #forretter main>aside:nth-child(2) {
    background-color: rgb(52, 52, 164);
    display: flex;
    justify-content: left;
    flex-direction: row;
    flex: 60%;
    padding: 0em;
  }

  #forretter main>aside:nth-child(2)>figure {
    background-image: url(img/Tallerken_Lange_selleri_og_musling.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    flex: 60%;
  }

  #forretter section {
    background-color: #f3f0ea;
    display: flex;
    flex-direction: row;
    justify-content: left;
    flex: 100%;
    width: 100%;

  }

  #forretter section>article {
    /*background-color: #09ff46;*/
    width: 50%;
    justify-content: left;
    flex-direction: row;
    padding: 3em;
    flex: 30%;
  }

  #forretter section>article:nth-child(2) {
    /*background-color: goldenrod;
   box-shadow:0px 0px 5px #333;*/
    width: 50%;
  }

  #forretter h2 {
    color: #103a4b;
    font-family: 'Kalam', cursive;
  }

  .container2 {
    width: 45%;
    position: relative;
    margin-left: 10% !important;
  }

  .container2 form {
    height: auto;
    width: 100%;
    position: relative;
    padding-bottom: 10%;

  }

  #forslag {
    background-color: #103a4b;
    width: 50%;
    justify-content: left;
    flex-direction: row;
    flex: 30%;
  }

  #forslag article {
    position: relative;
    width: 310px;
    height: 190px;
    float: left;
    margin: 0 10px 10px 60px;
    overflow: hidden;
    box-shadow: 0 0 10px #333;
  }

  #forslag article figure,
  article div {
    width: 100%;
    height: 100%;
    position: absolute;
    transition: .8s;
  }

  #forslag article figure {
    left: 0;
    margin: 0 0 0 0;
  }

  #forslag article div {
    background-color: #587482;
    left: 310px;
    margin-left: 0;
    align-content: center;
    display: flex;
    flex-direction: column;
  }

  #forslag article:hover figure {
    transform: translate3d(310px, 0, 0) rotate3d(0, 1, 0, 0deg);
  }

  #forslag article:hover div {
    transform: translate3d(-310px, 0, 0) rotate3d(0, 1, 0, 0deg);
  }

  #forslag h2 {
    font-size: 24px;
    font-weight: 900;
    text-align: center;
    color: rgba(255, 255, 255, .7);
    margin: 20px 0 10px;
    font-family: 'Kalam'
  }

  #forslag article h2 {
    margin: 0 0 0 20px;
    padding: 18px 0 0 0;
    text-align: center;
    font-family: 'Montserrat Alternates', sans-serif;
    color: white;
  }

  #forslag article p {
    margin: 0 0 0 20px;
    padding: 0 0 0 0;
    text-align: center;
    font-family: 'Karla', sans-serif;
    color: white;
    font-size: 13px;
  }

  #forslag article a:link,
  a:visited {
    color: beige;
    border: 2px solid #1d495a;
    border-radius: 12px;
    padding: 10px 20px;
    margin: auto;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-family: 'Karla', sans-serif;
  }

  #forslag article a:hover,
  a:active {
    background-color: black;
    color: white;
    font-family: 'Karla', sans-serif;
  }

  #forslag article img {
    width: 310px;
    height: 190px;
    position: relative;
    float: right;
  }

  #forslag {
    position: relative;
    width: 100%;
    float: left;
    margin: 0 0 0 0;
    overflow: hidden;
    box-shadow: 0 0 10px #333;
  }

  #forslag figure {
    width: 100%;
    height: 100%;
    position: absolute;
    float: left;
  }

  #forslag div {
    background-color: #587482;

    height: 100%;
    position: absolute;
    float: left;
  }


  #forslag article h3 {
    color: rgba(255, 255, 255, .3);
    text-align: center;
    padding-top: 10px;
    font-size: 21px;
  }

  #wrapper2 footer {
    background: #2d3133;
    padding: 40px;
    clear: left;
  }


  #wrapper2 address {
    font-size: 14px;
    color: rgba(255, 255, 255, .7);
    text-align: center;
    font-style: normal;
  }
}

/*Hovedretter*/
@media screen and (min-width:320px) and (max-width:480px) {
  div#wrapper3 {
    width: 100%;
    background: #102933;
  }

  #wrapper header a#logo {
    display: block;
    background: url(img/LOGO2.png) no-repeat center center;
    height: 100%;
    width: 100%;
    background-size: 30%;
  }

  header a#burger_menu {
    display: block;
    width: 48px;
    height: 32px;
    background: url(billeder-abcd/burger_menu.svg) no-repeat;
    color: rgba(255, 255, 255, 0);
    position: absolute;
    right: 16px;
    top: 100px;
    z-index: 12;
  }

  nav {
    display: block;
    height: 500px;
    width: 100%;
    position: absolute;
    left: -100%;
    top: 0;
  }

  nav a {
    color: rgba(255, 255, 255, .7);
    font-size: 16px;
  }

  #wrapper3 {
    width: 100%;
    
  }

  .menu_aaben {
    -webkit-transform: translate(100%, 0);
    -moz-transform: translate(100%, 0);
    transform: translate(100%, 0);
  }

/*header+div {
    top: 150px;
    transition: 500ms ease-in-out;
    position: relative;
    -webkit-transition: translate(0, 0);
    -moz-transition: translate(0, 0);
    transform: translate(0, 0);
  }*/

  body {
    background-color: #103a4b;
  }

 nav {
    height: 40px;
    color: rgba(146, 146, 146, 0.6);
    text-align: center;
    line-height: 40px;
  }

  nav li {
    display: inline-block;
    margin-right: 1,5rem;
    line-height: 40px;
    height: 40px;
  }

  nav li:last-child {
    margin-right: 0;
  }

  nav a {
    font-size: 20px;
    color: rgba(255, 255, 255, .7);
    font-family: 'Karla', sans-serif;
  }

  #Hovedretter {
    width: 100%;
  }

  #Hovedretter main {
    background-color: #f3f0ea;
    display: flex;
    justify-content: left;
    flex-direction: row;
    width: 100%;
  }

  #Hovedretter main>aside h1 {
    font-family: 'Montserrat Alternates', sans-serif;
    padding-top: 60%;
  }

  #Hovedretter main>aside {
    /*background-color: blue;*/
    display: flex;
    justify-content: left;
    flex-direction: column;
    padding: 2em;
    flex: 20%;
  }

  #Hovedretter main>aside:nth-child(2) {
    background-color: rgb(52, 52, 164);
    display: flex;
    justify-content: left;
    flex-direction: row;
    flex: 60%;
    padding: 0em;
  }

  #Hovedretter main>aside:nth-child(2)>figure {
    background-image: url(img/Tallerken_Dyrekrone.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    flex: 60%;
    aspect-ratio: 5 / 13;
    object-fit: cover;
    object-position: 60% 40%;
  }
  

  #Hovedretter section {
    background-color: #f3f0ea;
    display: flex;
    flex-direction: row;
    justify-content: left;
    flex: 100%;
    width: 100%;
  }

  #Hovedretter section>article {
    /*background-color: #09ff46;*/
    width: 50%;
    justify-content: left;
    flex-direction: row;
    padding: 3em;
    flex: 30%;
  }

  #Hovedretter section>article:nth-child(2) {
    /*background-color: goldenrod;
   box-shadow:0px 0px 5px #333;*/
    width: 50%;
  }

  #Hovedretter h2 {
    color: #103a4b;
    font-family: 'Kalam', cursive;
    font-size: 23px;
    margin: 0 0 10px;
  }

  #Hovedretter h3 {
    font-family: 'Kalam', cursive;
    font-size: 21px;
  }

  #Hovedretter p {
    font-family: 'Karla', sans-serif;
  }

  .container3 {
    width: 90%;
    position: relative;
    margin-left: 10% !important;
    font-size: 15px;
  }

  .container3 form {
    height: auto;
    width: 100%;
    position: relative;
    padding-bottom: 10%;

  }

  .container3 h1 {
    color: #103a4b;
    font-family: 'Kalam', cursive;
    font-size: 25px;
  }

  #forslagx2 {
    background-color: #103a4b;
    width: 50%;
    justify-content: left;
    flex-direction: row;
    flex: 30%;
    position: absolute;
  }

  #forslagx2 article {
    position: relative;
    width: 310px;
    height: 190px;
    float: left;
    margin: 0 10px 10px 30px;
    overflow: hidden;
    box-shadow: 0 0 10px #333;
  }

  #forslagx2 article figure,
  article div {
    width: 100%;
    height: 100%;
    position: absolute;
    transition: .8s;
  }

  #forslagx2 article figure {
    width: 310px;
    height: 190px;
    left: 0;
    margin: 0 0 0 0;
  }

  #forslagx2 article div {
    background-color: #587482;
    left: 310px;
    margin-left: 0;
    align-content: center;
    display: flex;
    flex-direction: column;
  }

  #forslagx2 article:hover figure {
    transform: translate3d(310px, 0, 0) rotate3d(0, 1, 0, 0deg);
  }

  #forslagx2 article:hover div {
    transform: translate3d(-310px, 0, 0) rotate3d(0, 1, 0, 0deg);
  }

  #forslagx2 h2 {
    font-size: 24px;
    font-weight: 900;
    text-align: center;
    color: rgba(255, 255, 255, .7);
    margin: 20px 0 10px;
    font-family: 'Kalam', cursive;
  }

  #forslagx2 article h2 {
    margin: 0 0 0 20px;
    padding: 18px 0 0 0;
    text-align: center;
    font-family: 'Montserrat Alternates', sans-serif;
    color: white;
  }

  #forslagx2 article p {
    margin: 0 0 0 20px;
    padding: 0 0 0 0;
    text-align: center;
    font-family: 'Karla', sans-serif;
    color: white;
    font-size: 13px;
  }

  #forslagx2 article a:link,
  #forslagx2 a:visited {
    color: beige;
    border: 2px solid #1d495a;
    border-radius: 12px;
    padding: 10px 20px;
    margin: auto;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-family: 'Karla', sans-serif;
  }

  #forslagx2 article a:hover,
  a:active {
    background-color: black;
    color: white;
    font-family: 'Karla', sans-serif;
  }

  #forslagx2 article img {
    width: 310px;
    height: 190px;
    position: relative;
    float: right;
  }

  #forslagx2 {
    position: relative;
    width: 100%;
    float: left;
    margin: 0 0 0 0;
    overflow: hidden;
    box-shadow: 0 0 10px #333;
  }

  #forslagx2 figure {
    width: 100%;
    height: 100%;
    position: absolute;
    float: left;
  }

  #forslagx2 div {
    background-color: #587482;

    height: 100%;
    position: absolute;
    float: left;
  }


  #forslagx2 article h3 {
    color: rgba(255, 255, 255, .3);
    text-align: center;
    padding-top: 10px;
    font-size: 21px;
    font-family: 'Kalam', cursive;
  }

  footer {
    background: #2d3133;
    padding: 40px;
    clear: left;
  }


  address {
    font-size: 14px;
    color: rgba(255, 255, 255, .7);
    text-align: center;
    font-style: normal;
  }
}

@media screen and (min-width:481px) and (max-width:768px) {
  #wrapper3 {
    width: 100%;
    background: #102933;
    margin: 0 auto;
  }

  #wrapper3 body {
    background-color: #103a4b;
  }

  #wrapper3 header {
    height: 130px;
    background: #dee0e1;
  }

  #wrapper3 header a#logo {
    display: block;
    background: url(img/LOGO1.png) no-repeat center 10px;
    height: 220px;
    width: 100%;
    background-size: 30%;
  }

  #wrapper3 header a#brurger_menu {
    display: none;
  }

  #wrapper3 nav {
    height: 40px;
    color: rgba(146, 146, 146, 0.6);
    background: 102933;
    text-align: center;
    line-height: 40px;
  }

  #wrapper3 nav li {
    display: inline-block;
    margin-right: 1, 5rem;
    line-height: 40px;
    height: 40px;
  }

  #wrapper3 nav li:last-child {
    margin-right: 0;
  }

  #wrapper3 nav a {
    font-size: 20px;
    color: rgba(255, 255, 255, .7);
    font-family: 'Karla', sans-serif;
  }

  #Hovedretter {
    width: 100%;
  }

  #Hovedretter main {
    background-color: #f3f0ea;
    display: flex;
    justify-content: left;
    flex-direction: row;
    width: 100%;
  }

  #Hovedretter main>aside h1 {
    font-family: 'Montserrat Alternates', sans-serif;
  }

  #Hovedretter main>aside {
    /*background-color: blue;*/
    display: flex;
    justify-content: left;
    flex-direction: column;
    padding: 3em;
    flex: 20%;
  }

  #Hovedretter main>aside:nth-child(2) {
    background-color: rgb(52, 52, 164);
    display: flex;
    justify-content: left;
    flex-direction: row;
    flex: 60%;
    padding: 0em;
  }

  #Hovedretter main>aside:nth-child(2)>figure {
    background-image: url(img/Tallerken_Dyrekrone.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    flex: 60%;
  }

  #Hovedretter section {
    background-color: #f3f0ea;
    display: flex;
    flex-direction: row;
    justify-content: left;
    flex: 100%;
    width: 100%;

  }

  #Hovedretter section>article {
    /*background-color: #09ff46;*/
    width: 50%;
    justify-content: left;
    flex-direction: row;
    padding: 3em;
    flex: 30%;
  }

  #Hovedretter section>article:nth-child(2) {
    /*background-color: goldenrod;
   box-shadow:0px 0px 5px #333;*/
    width: 50%;
  }

  #Hovedretter h2 {
    color: #103a4b;
    font-family: 'Kalam', cursive;
  }

  #Hovedretter p {
    font-family: 'Karla', sans-serif;
  }

  .container3 {
    width: 45%;
    position: relative;
    margin-left: 10% !important;
  }

  .container3 form {
    height: auto;
    width: 100%;
    position: relative;
    padding-bottom: 10%;

  }

  #forslagx2 {
    background-color: #103a4b;
    width: 50%;
    justify-content: left;
    flex-direction: row;
    flex: 30%;
  }

  #forslagx2 article {
    position: relative;
    width: 310px;
    height: 190px;
    float: left;
    margin: 0 10px 10px 45px;
    overflow: hidden;
    box-shadow: 0 0 10px #333;
  }

  #forslagx2 article figure,
  article div {
    width: 100%;
    height: 100%;
    position: absolute;
    transition: .8s;
  }

  #forslagx2 article figure {
    left: 0;
    margin: 0 0 0 0;
  }

  #forslagx2 article div {
    background-color: #587482;
    left: 310px;
    margin-left: 0;
    align-content: center;
    display: flex;
    flex-direction: column;
  }

  #forslagx2 article:hover figure {
    transform: translate3d(310px, 0, 0) rotate3d(0, 1, 0, 0deg);
  }

  #forslagx2 article:hover div {
    transform: translate3d(-310px, 0, 0) rotate3d(0, 1, 0, 0deg);
  }

  #forslagx2 h2 {
    font-size: 24px;
    font-weight: 900;
    text-align: center;
    color: rgba(255, 255, 255, .7);
    margin: 20px 0 10px;
    font-family: 'Kalam', cursive;
  }

  #forslagx2 article h2 {
    margin: 0 0 0 20px;
    padding: 18px 0 0 0;
    text-align: center;
    font-family: 'Montserrat Alternates', sans-serif;
    color: white;
  }

  #forslagx2 article p {
    margin: 0 0 0 20px;
    padding: 0 0 0 0;
    text-align: center;
    font-family: 'Karla', sans-serif;
    color: white;
    font-size: 13px;
  }

  #forslagx2 article a:link,
  a:visited {
    color: beige;
    border: 2px solid #1d495a;
    border-radius: 12px;
    padding: 10px 20px;
    margin: auto;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-family: 'Karla', sans-serif;
  }

  #forslagx2 article a:hover,
  a:active {
    background-color: black;
    color: white;
    font-family: 'Karla', sans-serif;
  }

  #forslagx2 article img {
    width: 310px;
    height: 190px;
    position: relative;
    float: right;
  }

  #forslagx2 {
    position: relative;
    width: 100%;
    float: left;
    margin: 0 0 0 0;
    overflow: hidden;
    box-shadow: 0 0 10px #333;
  }

  #forslagx2 figure {
    width: 100%;
    height: 100%;
    position: absolute;
    float: left;
  }

  #forslagx2 div {
    background-color: #587482;

    height: 100%;
    position: absolute;
    float: left;
  }


  #forslagx2 article h3 {
    color: rgba(255, 255, 255, .3);
    text-align: center;
    padding-top: 10px;
    font-size: 21px;
    font-family: 'Kalam', cursive;
  }

  footer {
    background: #2d3133;
    padding: 40px;
    clear: left;
  }


  address {
    font-size: 14px;
    color: rgba(255, 255, 255, .7);
    text-align: center;
    font-style: normal;
  }
}

@media screen and (min-width:769px) {
  #wrapper3 {
    width: 100%;
    background: #102933;
    margin: 0 auto;
    max-width: 1406px;
  }

  BOdy {
    background-color: #103a4b;
  }

  #wrapper3 header {
    height: 180px;
    background: #dee0e1;
  }

  #wrapper3 header a#logo {
    display: block;
    background: url(img/LOGO1.png) no-repeat center 10px;
    height: 220px;
    width: 100%;
    background-size: 20%;
  }

  #wrapper3 header a#brurger_menu {
    display: none;
  }

  #wrapper3 nav {
    height: 40px;
    color: rgba(146, 146, 146, 0.6);
    background: 102933;
    text-align: center;
    line-height: 40px;
  }

  #wrapper3 nav li {
    display: inline-block;
    margin-right: 1, 5rem;
    line-height: 40px;
    height: 40px;
  }

  #wrapper3 nav li:last-child {
    margin-right: 0;
  }

  #wrapper3 nav a {
    font-size: 20px;
    color: rgba(255, 255, 255, .7);
    font-family: 'Karla', sans-serif;
  }

  #Hovedretter {
    width: 100%;
  }

  #Hovedretter main>aside h1 {
    font-family: 'Montserrat Alternates', sans-serif;
  }

  #Hovedretter main {
    background-color: #f3f0ea;
    display: flex;
    justify-content: left;
    flex-direction: row;
    width: 100%;

  }

  #Hovedretter main>aside {
    /*background-color: blue;*/
    display: flex;
    justify-content: left;
    flex-direction: column;
    padding: 3em;
    flex: 10%;
  }

  #Hovedretter main>aside:nth-child(2) {
    background-color: rgb(52, 52, 164);
    display: flex;
    justify-content: left;
    flex-direction: row;
    flex: 60%;
    padding: 0em;
  }

  #Hovedretter main>aside:nth-child(2)>figure {
    background-image: url(img/Tallerken_Dyrekrone.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    flex: 60%;
  }

  #Hovedretter section {
    background-color: #f3f0ea;
    display: flex;
    flex-direction: row;
    justify-content: left;
    flex: 100%;
    width: 100%;

  }

  #Hovedretter section>article {
    /*background-color: #09ff46;*/
    width: 50%;
    justify-content: left;
    flex-direction: row;
    padding: 3em;
    flex: 30%;
  }

  #Hovedretter section>article:nth-child(2) {
    /*background-color: goldenrod;
   box-shadow:0px 0px 5px #333;*/
    width: 50%;
  }

  #Hovedretter h2 {
    color: #103a4b;
    font-family: 'Kalam', cursive;
  }

  .container3 {
    width: 45%;
    position: relative;
    margin-left: 10% !important;
  }

  .container3 form {
    height: auto;
    width: 100%;
    position: relative;
    padding-bottom: 10%;

  }

  #forslagx2 {
    background-color: #103a4b;
    width: 50%;
    justify-content: left;
    flex-direction: row;
    flex: 30%;
  }

  #forslagx2 article {
    position: relative;
    width: 310px;
    height: 190px;
    float: left;
    margin: 0 10px 10px 60px;
    overflow: hidden;
    box-shadow: 0 0 10px #333;
  }

  #forslagx2 article figure,
  article div {
    width: 100%;
    height: 100%;
    position: absolute;
    transition: .8s;
  }

  #forslagx2 article figure {
    left: 0;
    margin: 0 0 0 0;
  }

  #forslagx2 article div {
    background-color: #587482;
    left: 310px;
    margin-left: 0;
    align-content: center;
    display: flex;
    flex-direction: column;
  }

  #forslagx2 article:hover figure {
    transform: translate3d(310px, 0, 0) rotate3d(0, 1, 0, 0deg);
  }

  #forslagx2 article:hover div {
    transform: translate3d(-310px, 0, 0) rotate3d(0, 1, 0, 0deg);
  }

  #forslagx2 h2 {
    font-size: 24px;
    font-weight: 900;
    text-align: center;
    color: rgba(255, 255, 255, .7);
    margin: 20px 0 10px;
    font-family: 'Kalam'
  }

  #forslagx2 article h2 {
    margin: 0 0 0 20px;
    padding: 18px 0 0 0;
    text-align: center;
    font-family: 'Montserrat Alternates', sans-serif;
    color: white;
  }

  #forslagx2 article p {
    margin: 0 0 0 20px;
    padding: 0 0 0 0;
    text-align: center;
    font-family: 'Karla', sans-serif;
    color: white;
    font-size: 13px;
  }

  #forslagx2 article a:link,
  #forslagx2 a:visited {
    color: beige;
    border: 2px solid #1d495a;
    border-radius: 12px;
    padding: 10px 20px;
    margin: auto;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-family: 'Karla', sans-serif;
  }

  #forslagx2 article a:hover,
  a:active {
    background-color: black;
    color: white;
    font-family: 'Karla', sans-serif;
  }

  #forslagx2 article img {
    width: 310px;
    height: 190px;
    position: relative;
    float: right;
  }

  #forslagx2 {
    position: relative;
    width: 100%;
    float: left;
    margin: 0 0 0 0;
    overflow: hidden;
    box-shadow: 0 0 10px #333;
  }

  #forslagx2 figure {
    width: 100%;
    height: 100%;
    position: absolute;
    float: left;
  }

  #forslagx2 div {
    background-color: #587482;

    height: 100%;
    position: absolute;
    float: left;
  }


  #forslagx2 article h3 {
    color: rgba(255, 255, 255, .3);
    text-align: center;
    padding-top: 10px;
    font-size: 21px;
  }

  #wrapper3 footer {
    background: #2d3133;
    padding: 40px;
    clear: left;
  }


  #forslagx2 address {
    font-size: 14px;
    color: rgba(255, 255, 255, .7);
    text-align: center;
    font-style: normal;
  }
}

#footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 2.5rem;
}