* {
  box-sizing: border-box;
}

html{
  scroll-behavior: smooth;
}


#blomst1, #blomst3, #blomst5, #blomst7, #blomst9, #blomst11, #blomst13{
  width: 12%;
}

#blomst2, #blomst4, #blomst6, #blomst8, #blomst10, #blomst12, #blomst14{
  width: 10%;
}

.blomst-ipad, .blomst-com{
  display: none;
}



body{
  font-family: 'Montserrat', sans-serif;
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  text-align: center;
}

header {
	width: 100%;
	height: 0px;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 100;
}

a {
  font-weight: bolder;
  color: black;
  text-decoration: none;
}

h1, h2{
  font-family: Didot, "Didot LT STD";
  color: black;
  font-size: 100%;
}

h1{
  font-size: 2em;
  padding: 100px 0 15px 0;
}

h2{
  font-size: 1.7em;
  padding: 40px 0 5px 0;
}

.p1{
  font-size: 1.1em;
  text-align: center;
  padding: 10px;
  font-weight: bold;
  font-style: italic;
  line-height: 1.3;
}

.p2{
  font-size: 0.99em;
  line-height: 1.3;
  padding: 10px;
}

.p3{
  font-size: 0.99em;
  line-height: 1.3;
  font-weight: bold;
  padding: 10px;
}


.p4{
  font-size: 0.99em;
  line-height: 1.3;
  padding: 10px;

}

.p5{
  font-size: 1.2em;
  line-height: 1.3;
  color: white;
  margin: 10px 0;
}

.p6{
  font-size: 0.8em;
  text-align: center;
  padding: 10px;
  font-weight: bold;
  font-style: italic;
  line-height: 1.3;
}

/* LOADER STARTER*/
#load_screen{
  background: #fff;
  opacity: 1;
  position: fixed;
  z-index: 10000000000;
  top: 0px;
  width: 100%;
  height: 100vh;
}

#load_screen #loading{
  position: fixed;
  width: 100%;
  height: 5%;
  top: 5%;
}

#load_screen #loading img{
display: block;
margin: 20% auto 2% auto;
  width: 70%;
}

#load_screen #loading p{
  text-align: center;
}
/* LOADER SLUTTER*/


#logo{
  position: fixed;
  z-index: 10;
  top: 10px;
  width: 26%;
  left: 50%;
  margin-left: -13%;
}

#myBtn {
    display: none;
    position: fixed;
    bottom: 20px;
    right: 30px;
    z-index: 99;
    border: none;
    outline: none;
    background-color: #506772;
    color: white;
    cursor: pointer;
    padding: 10px;
    border-radius: 100%;
    opacity: 0.5;
}

/* RESPONSIV NAVBAR STARTER*/

.hvidbaggrund{
  background-color: white;
  transition: max-height 2s ease-out;
}

a {
  color: #000;
}

.header {
  height: 9.9%;
  position: fixed;
  width: 100%;
  z-index: 30000;
}

#nav-com{
  display: none;
}

nav {
  position: fixed;
  z-index: 3;
}

nav ul {
  margin: 0;
  padding: 0;
  list-style: none;
  overflow: hidden;
  background-color: #fff;
}

nav li a {
  display: block;
  color: black;
  padding: 20px 20px;
  border-right: 1px solid #f4f4f4;
  text-decoration: none;
}

nav li a:hover,
nav .menu-btn:hover {
  background-color: #f4f4f4;
}

/* menu */

nav .menu {
  clear: both;
  max-height: 0;
  transition: max-height .2s ease-out;
}

/* menu icon */

nav .menu-icon {
  cursor: pointer;
  display: inline-block;
  float: left;
  padding: 30px 20px;
  position: relative;
  user-select: none;
}

nav .menu-icon .navicon {
  background: #333;
  display: block;
  height: 2px;
  position: relative;
  transition: background .2s ease-out;
  width: 18px;
}

nav .menu-icon .navicon:before,
nav .menu-icon .navicon:after {
  background: #333;
  content: '';
  display: block;
  height: 100%;
  position: absolute;
  transition: all .2s ease-out;
  width: 100%;
}

nav .menu-icon .navicon:before {
  top: 5px;
}

nav .menu-icon .navicon:after {
  top: -5px;
}

/* menu btn */

nav .menu-btn {
  display: none;
}

nav .menu-btn:checked ~ .menu {
  max-height: 400px;
  width: 252%;
}

nav .menu-btn:checked ~ .menu-icon .navicon {
  background: transparent;
}

nav .menu-btn:checked ~ .menu-icon .navicon:before {
  transform: rotate(-45deg);
}

nav .menu-btn:checked ~ .menu-icon .navicon:after {
  transform: rotate(45deg);
}

nav .menu-btn:checked ~ .menu-icon:not(.steps) .navicon:before,
nav .menu-btn:checked ~ .menu-icon:not(.steps) .navicon:after {
  top: 0;
}

/* RESPONSIV NAVBAR SLUTTER*/

/* BODY OVERALL SLUTTER*/

/* CART STARTER*/
.container {
  width: 100%;
  margin: 0 auto;
   float: right;
  /*padding: 0 1em;*/
  /*background-color: #fff;*/
}

.container ul {
  position: fixed;
  list-style: none;
  width: 100%;
  padding: 0 1em;
  margin-right: 0;
  margin-top: -20px;
  height: 63px;
  background-color: white;
}

.container a:link,
.container a:visited,
.container a:hover,
.container a:active,
.container a:focus {
  text-decoration: none;
  transition: all 0.3s;
}

button {
  transition: all 0.3s;
}

.card img {
  display: block;
  width: 100%;
  height: auto;
}


.page-title {
  text-align: left;
  font-size: 50%;
  font-weight: 700;
  margin: -15% 0 2% 5%;
}

.text-light {
  color: #efefef;
}

.grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  width: 100%;
  margin: auto;
}

header .arrow {
  width: 50px;
  height: 50px;
  position: relative;
  margin: -200px auto 0;
  text-align: center;
  border-radius: 50%;
  background-color: #daed0e;
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.5);
}
header .arrow:hover, header .arrow:focus {
  -webkit-animation: point-down 1s alternate infinite;
          animation: point-down 1s alternate infinite;
}
header .arrow svg {
  margin-top: 15px;
  fill: #333;
}
header .header__top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: fixed;
  top: 20px;
}
header .header__cart .header__submenu .shopping-cart-container {
  position: absolute;
  right: 2%;
  padding: 1em;
  background-color: #fff;
  z-index: 2;
  -webkit-transform: scale(0);
          transform: scale(0);
  -webkit-transform: translatey(-10px);
          transform: translatey(-10px);
  opacity: 0;
  pointer-events: none;
}
header .header__cart .header__submenu .shopping-cart-container.open {
  -webkit-animation: fade-down 0.3s forwards;
          animation: fade-down 0.3s forwards;
  pointer-events: auto;
  top: 100%;
}
header .header__cart .header__submenu .cart {
  fill: darkslategrey;
 display: inline-block;
 float: right;
 margin: 13px -3px 0 0;
 cursor: pointer;
 -moz-transform: scaleX(-1);
 -o-transform: scaleX(-1);
 -webkit-transform: scaleX(-1);
 transform: scaleX(-1);
 filter: FlipH;
 -ms-filter: "FlipH";
}
header .header__cart .header__cart-btn {
  background-color: transparent;
  border: none;
  padding: 3px 4px;
  font-size: 1rem;
  border-radius: 5px;
}

header .header__cart .header__submenu {
  font-size: 0.8rem;
  font-weight: 700;
    text-align: right;

}
header .header__cart .header__submenu .shopping-cart-container {
  text-align: center;
  min-width: 300px;
}
header .header__cart .header__submenu .shopping-cart-container table {
  width: 100%;
  padding: 0.5em;
  padding-bottom: 2em;
  border-collapse: collapse;
  border-spacing: 0;
  margin-bottom: 2.5em;
}
header .header__cart .header__submenu .shopping-cart-container table thead th {
  padding-bottom: 10px;
  border-bottom: 1px solid #506772;
}
header .header__cart .header__submenu .shopping-cart-container table tbody {
  padding-bottom: 4em;
}
header .header__cart .header__submenu .shopping-cart-container table tbody td {
  padding: 0.5em;
}
header .header__cart .header__submenu .cart-image {
  max-width: 120px;
}
header .header__cart .header__submenu .remove {
  text-align: center;
  padding: 5px 10px;
  border-radius: 50%;
  transition: background-color 0.3s ease-out;
}
header .header__cart .header__submenu .remove:hover,
header .header__cart .header__submenu .remove:focus {
  background-color: #506772;
}
header .header__cart .header__submenu .cart-btn {
  display: block;
  margin-bottom: 10px;
  padding: 0.3em;
  border-radius: 5px;
  text-align: center;
  text-decoration: none;
  background-color: transparent;
  color: #333;
  border: 1px solid #506772;
}
header .header__cart .header__submenu .cart-btn:hover, header .header__cart .header__submenu .cart-btn:focus {
  color: #fff;
}
header .header__submenu .total-container {
  text-align: center;
  margin-bottom: 5%;
}
header .header__submenu .total-container .total {
  font-weight: bold;
  font-size: 1.3em;
}
header .header__title {
  font-size: 2rem;
  color: #ea332a;
}
header .header__subtitle {
  font-size: 1.2rem;
  display: block;
  margin-top: -10px;
  line-height: 0.9;
  margin-left: 20px;
}

.page-content {
  margin-top: 5px;
}

.card {
  line-height: 1;
  width: 45%;
  flex-direction: row;
  margin: 0% 1.8% 5% 1.8%;
  transition: all 0.3s;
}
.card:hover, .card:active {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.card__title {
  font-size: 1em;
  margin-top: 4%;
}

.card__price{
  font-family: didot;
  font-weight: bold;
  font-size: 1em;
  padding-top: 3px;
}

.card__btn {
  width: 70%;
  text-align: center;
  padding: 0.3em;
  border-radius: 5px;
  background-color: #506772;
  color: #fff;
  font-size: 11px;
  margin-top: 10px;
}
.card__btn:hover, .card__btn:focus, .card__btn:active {
  -webkit-transform: translatey(2px);
          transform: translatey(2px);
  box-shadow: 0 3px 2px rgba(0, 0, 0, 0.5);
  background-color: #506772;
}
.card__btn:active {
  border: 3px solid #506772 inset;
}

@-webkit-keyframes point-down {
  100% {
    -webkit-transform: translatey(20px);
            transform: translatey(20px);
  }
}

@keyframes point-down {
  100% {
    -webkit-transform: translatey(20px);
            transform: translatey(20px);
  }
}
@-webkit-keyframes fade-down {
  80% {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translatey(20px);
            transform: translatey(20px);
    -webkit-transform: scale(1.3);
            transform: scale(1.3);
    -webkit-animation-timing-function: cubic-bezier(0, 1, 0.75, 0);
            animation-timing-function: cubic-bezier(0, 1, 0.75, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: translatey(0);
            transform: translatey(0);
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
}
@keyframes fade-down {
  80% {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translatey(20px);
            transform: translatey(20px);
    -webkit-transform: scale(1.3);
            transform: scale(1.3);
    -webkit-animation-timing-function: cubic-bezier(0, 1, 0.75, 0);
            animation-timing-function: cubic-bezier(0, 1, 0.75, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: translatey(0);
            transform: translatey(0);
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
}
/*CART SLUTTER */

/*SEKTION 1 STARTER*/

#side1{
  /*height: 90vh;*/
}

#side1 #video {
width: 100%;
margin-top: 80px;
}

#side1 #video2 {
display: none;
}

.vid {
  max-width: 100%;
}

#down {
  position: absolute;
  display: block;
  left: 0;
  right: 0;
  margin: 0 auto;
  bottom: 8%;
  width: 15%;
}

/*SEKTION 1 SLUTTER*/


/*SEKTION 2 STARTER*/
#forside #side2 {
  background-color: #ebf0f4;
  height: 140vh;
}

/*SEKTION 2 SLUTTER*/


/*SEKTION 3 STARTER*/
#forside #side3 {
  height: 165vh;
}

#sektionboks{
  display: flex;
  flex-wrap: wrap;
  width: 90%;
  margin-left: 0;
  margin-right: 0;
  margin: 0 auto;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  grid-column-gap: 0.5em;
  grid-row-gap: 0.5em;
  margin-top: 5px;
  margin-bottom: 20px;
}

.boks {
position: relative;
line-height: 1;
width: 45%;
flex-direction: row;
margin: 2% auto;
transition: all 0.3s;
}

#sektionboks img{
  display: block;
  width: 100%;
  height: auto;
}

.beskrivelse{
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: #506772;
  color: white;;
  font-family: Didot, "Didot LT STD";
  padding-bottom: 5px;
  padding-top: 5px;
  font-size: 25px;
  visibility: visible;
}

#googleMapsBlomster{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  margin-left: 0;
  margin-right: 0;
  margin: 0 auto;
  margin-top: 20px;
}

#googleMapsBlomster h4{
  font-size: 0.3em;
  text-align: left;
  margin-bottom: 3%;
}

#googleMapsBlomster .mapouter {
  position: relative;
  width: 100%
}

#googleMapsBlomster .gmap_canvas {
  overflow: hidden;
  background: none!important;
  height: 200px;
  width: 350px;
  margin-left: 0;
  margin-right: 0;
  margin: 0 auto;
}

/*SEKTION 3 SLUTTER*/


/*SEKTION 4 STARTER*/
#forside #side4 {
  background-color: #506772;
  height: 132vh;
}

#side4 h1, #side4 .p1 {
  color: white;
}

#insta-container-mellem{
  display: none;
}

#insta-container-stor{
  display: none;
}

#insta-container-lille{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: 90%;
  margin: 0 auto;
}

#insta-container-lille img{
  width: 45%;
  height: 52%;
  margin: 1% auto;
}

#insta-container-lille .big-insta{
  width: 52%;
}

#soMe-container{
  display: flex;
  justify-content: center;
  width: 35%;
  margin: 3% auto 0 auto;
}

#soMe-container a{
  font-size: 0.8em;
  margin: 3% 5%;
  width: 25%;
  /*color: white;*/
}

#soMe-container img{
  width: 100%;
}

.sociale {
  width: 50%;
  margin: 5% auto 0 auto;
}

.sociale ul section{
  display: flex;
  justify-content: center;
}

.sociale li{
  width: 18%;
  margin: 3% 5% 0 5%;
}

.sociale a img{
  width: 100%;
}

#side4 .p4{
  color: white;
  margin-top: 10px;
}

/*SEKTION 4 SLUTTER*/

/*SEKTION 5 STARTER*/
#forside #side5 {
  height: 180vh;
}

#forside #side5 #nyhedsbrev{
  /*background-color: #ebf0f4;*/
  padding: 3%;
  width: 85%;
  border: 1px solid grey;
}

#forside #side5 #forespørgsel-submit{
  padding: 2%;
  background-color: #ebf0f4;
  margin: 2% 0 4% 0;
}

#side5 .p3{
  font-size: 1.1em;
}

#side5 h2{
  padding-top: 30px;
}

#forside #side5 #mere-top{
  padding-top: 60px;
}

#side5 .p2{
  padding: 20px 10px;
}

#fblogolille {
  display: none;
}

#googleMapsKursus{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  margin-left: 0;
  margin-right: 0;
  margin: 0 auto;
}

#googleMapsKursus h4{
  font-size: 0.3em;
  text-align: left;
  margin-bottom: 3%;
}

#googleMapsKursus .mapouter {
  position: relative;
  width: 100%
}

#googleMapsKursus .gmap_canvas {
  overflow: hidden;
  background: none!important;
  height: 200px;
  width: 350px;
  margin-left: 0;
  margin-right: 0;
  margin: 0 auto;
}

#online-kurser{
  font-size: 0.9em;
  padding: 3%;
  background-color: #ebf0f4;
  border: none;
  margin: 5% auto 10% auto;
  font-family: 'Montserrat', sans-serif;
}

/*SEKTION 5 SLUTTER*/

/*SEKTION 6 STARTER*/
#side6 {
  background-color: #eeebe3;
  height: 145vh;
}

#top {
height: 380px;
background-color:#eeebe3;
}

#bund {
height: 300px;
background-color:#eeebe3;
}

.parallax {
  background-image: url('../img/pic_0069.jpg');
  height: 30%;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

#side6 h1{
  padding-left: 15px;
  padding-right: 15px;
}

#side6 .p3{
  margin-top: 30px;
}

.slideshow-container {
  position: relative;
}

.mySlides {
  display: none;
  padding: 10px 73px;
  text-align: center;
  width: 100%;
  height: 200px;
  margin-left: 0;
  margin-right: 0;
  margin: 0 auto;
}

.prev, .next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  margin-top: -30px;
  padding: 16px;
  color: #888;
  font-weight: bold;
  font-size: 20px;
  border-radius: 0 3px 3px 0;
  user-select: none;
}

.prev {
  margin-left: -45%;
}

.next {
  margin-right: 5%;
}

.next {
  position: absolute;
  right: 0;
  border-radius: 110px;
}

.prev:hover, .next:hover {
  background-color: rgba(0,0,0,0.2);
  color: white;
}

.dot-container {
    text-align: center;
    padding: 40px;
}

.dot {
  cursor: pointer;
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

.active, .dot:hover {
  background-color: #717171;
}

.author {
  color: #506772;
  font-size: 1em;
  margin-top: 6%;
}

.active, .dot:hover {
  background-color: #717171;
}

/*SEKTION 6 SLUTTER*/

/*SEKTION 7 STARTER*/
/*#side7 {
  height: 80vh;
}*/

#side7 .p3{
  margin-top: 10px;
}

#kontaktoplysninger{
  width: 100%;
  justify-content: space-around;
  margin-top: 5%;
}

#kontaktoplysninger li{
  font-size: 0.25em;
  line-height: 1.5;
  margin: 3% 5% 0 5%;
}

#kontaktoplysninger .kontakter li{
  background-color: darkslategrey;
  padding: 1.5%;
  font-size: 1em;
}

#kontaktoplysninger .kontakter li a{
  color: white;
}

#kontaktoplysninger .kontakter li:hover{
  background-color: black;
}

.kontakter {
  width: 100%;
  margin: 0 auto;
}

.sociale {
  width: 50%;
  margin: 5% auto 0 auto;
}

.sociale ul section{
  display: flex;
  justify-content: center;
}

.sociale li{
  width: 18%;
  margin: 3% 5% 0 5%;
}

.sociale a img{
  width: 100%;
}

.kontakt {
  font-size: 0.3em;
  font-weight: bold;
  margin-bottom: 2%;
  width: 100%;
}



/*BLOMSTER LAG 1*/
#blomst1 {
  position: absolute;
  max-width: 23%;
  left: 0;
  right: 0;
  margin: 0 auto;
  bottom: 0;
  z-index: 10;
  transition: all 1.1s ease-out;
  -webkit-transition: all 1.1s ease-out;
}

/*#blomst2 {
  position: absolute;
  max-width: 14%;
  bottom: -300px;
  left: 0;
  z-index: 10;
  transition: all 1.5s ease-out;
  -webkit-transition: all 1.5s ease-out;
}

#blomst3 {
  position: absolute;
  max-width: 10%;
  bottom: -300px;
  right: 0;
  z-index: 10;
  transition: all 2s ease-out;
  -webkit-transition: all 2s ease-out;
}

#blomst4 {
  position: absolute;
  max-width: 14%;
  bottom: -300px;
  right: 30%;
  z-index: 10;
  transition: all 1.8s ease-out;
  -webkit-transition: all 1.8s ease-out;
}

#blomst5 {
  position: absolute;
  max-width: 13%;
  bottom: -300px;
  right: 12%;
  z-index: 10;
  transition: all 2.3s ease-out;
  -webkit-transition: all 2.3s ease-out;
}

#blomst6 {
  position: absolute;
  max-width: 11%;
  bottom: -300px;
  right: 25%;
  z-index: 10;
  transition: all 1s ease-out;
  -webkit-transition: all 1.8s ease-out;
}

#blomst7 {
  position: absolute;
  max-width: 11%;
  bottom: -300px;
  left: 30%;
  z-index: 10;
  transition: all 1.2s ease-out;
  -webkit-transition: all 1.2s ease-out;
}
/*BLOMSTER LAG 1 SLUT*/

/*BLOMSTER LAG 2 START*/
/*#blomst8 {
  position: absolute;
  max-width: 10%;
  bottom: -300px;
  left: 5%;
  z-index: 1;
  transition: all 1.8s ease-out;
  -webkit-transition: all 1.8s ease-out;
}

#blomst9 {
  position: absolute;
  max-width: 11%;
  bottom: -300px;
  right: 8%;
  z-index: 1;
  transition: all 1.8s ease-out;
  -webkit-transition: all 1.8s ease-out;
}

#blomst10 {
  position: absolute;
  max-width: 17%;
  bottom: -300px;
  left: 15%;
  z-index: 1;
  transition: all 2.1s ease-out;
  -webkit-transition: all 2.1s ease-out;
}

#blomst11 {
  position: absolute;
  max-width: 12%;
  bottom: -300px;
  left: 20%;
  z-index: 1;
  transition: all 1.8s ease-out;
  -webkit-transition: all 1.8s ease-out;
}

#blomst12 {
  position: absolute;
  max-width: 8%;
  bottom: -300px;
  left: 25%;
  z-index: 1;
  transition: all 2.0s ease-out;
  -webkit-transition: all 2.0s ease-out;
}

#blomst13 {
  position: absolute;
  max-width: 10%;
  bottom: -300px;
  left: 41%;
  z-index: 1;
  transition: all 1.8s ease-out;
  -webkit-transition: all 1.8s ease-out;
}

#blomst14 {
  position: absolute;
  max-width: 10%;
  bottom: -300px;
  right: 22%;
  z-index: 1;
  transition: all 1.5s ease-out;
  -webkit-transition: all 1.5s ease-out;
}
/*BLOMSTER LAG 2 SLUT*/


/*SEKTION 7 SLUTTER*/


/*RBUEGRSIDE STARTER*/
#brugerside #logo {
  display: inline-block;
  padding-top: 30%;
}

/*LOGIN SIDE STARTER*/

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

.grids {
  margin-left: 0;
  margin-right: 0;
  margin: 0 auto;
  margin-top: 50%;
}

.icon {
  display: inline-block;
  height: 1.25em;
  line-height: 1.25em;
  margin-right: 0.625em;
  text-align: center;
  vertical-align: middle;
  width: 1.25em;
}

.icon--info {
  background-color: #e5e5e5;
  border-radius: 50%;
}

fieldset {
  border: none;
  margin: 0;
}

input {
  appearance: none;
  border: none;
  font: inherit;
  margin: 0;
  outline: none;
  padding: 0;
}

input[type='submit'] {
  cursor: pointer;
}

.form input[type='email'],
.form input[type='password'] {
  width: 100%;
}

.login__header {
  background-color: #506772;
  border-top-left-radius: 0.25em;
  border-top-right-radius: 0.25em;
  color: #fff;
  padding: 1.5em;
  text-align: center;
  text-transform: uppercase;
}

.login__title {
  font-size: 1rem;
  margin: 0 2px;
}

.login__body {
  background-color: #fff;
  padding: 1.5em;
  position: relative;
}

.login__body::before {
  background-color: #fff;
  content: '';
  height: 0.5em;
  left: 50%;
  margin-left: -0.25em;
  margin-top: -0.25em;
  position: absolute;
  top: 0;
  transform: rotate(45deg);
  width: 0.5em;
}

.login input[type='email'],
.login input[type='password'] {
  border: 0.0625em solid #e5e5e5;
  padding: 1em 1.25em;
}

.login input[type='email'] {
  border-top-left-radius: 0.25em;
  border-top-right-radius: 0.25em;
}

.login input[type='password'] {
  border-bottom-left-radius: 0.25em;
  border-bottom-right-radius: 0.25em;
  border-top: 0;
}

.login input[type='submit'] {
  background-color: #506772;
  border-radius: 0.25em;
  color: #fff;
  font-weight: 700;
  order: 1;
  padding: 0.75em 1.25em;
  transition: background-color 0.3s;
}

.login input[type='submit']:focus,
.login input[type='submit']:hover {
  background-color: #198d98;
}

.login__footer {
  align-items: center;
  background-color: #fff;
  border-bottom-left-radius: 0.25em;
  border-bottom-right-radius: 0.25em;
  display: flex;
  justify-content: space-between;
  padding-bottom: 1.5em;
}

.login__footer p {
  margin: 0;
}


/*LOGIN SIDE SLUTTER*/

/*RBUEGRSIDE SLUTTER*/



/*BRYLLUPSIDE STARTER*/

.nav-aktiv{
  text-decoration: underline;
  background-color: #f4f4f4;
}

#bryllupside .bryllup-com{
  display: none;
}
/*
.fp-viewing-secondPage .logo-underside, .fp-viewing-3rdPage .logo-underside, .fp-viewing-4thpage .logo-underside, .fp-viewing-5thpage .logo-underside, .fp-viewing-6thpage .logo-underside, .fp-viewing-lastPage .logo-underside {
 position: absolute;
 margin: 0.2em auto 0 auto;
 width: 25%;
 transition: all 1.1s ease-out;
 -webkit-transition: all 0.6s ease-out;
}*/

/*SEKTION 1 STARTER*/
#bryllupside .padding-top{
  padding-top: 25%;
}

/*
#bryllupside h1{
  font-size: 0.6em;
}*/

#bryllupside .indhold-width{
  width: 80%;
  margin: auto;
  padding-top: 2%;
}

#bryllupside article .bryllup-underoverskrift{
    padding-bottom: 5%;
    font-style: italic;
    font-weight: bold;
}

#bryllupside .p2bryllup{
  font-size: 0.8em;
  /*text-align: left;*/
  padding: 1% 0;
  line-height: 21px;
}

#bryllupside .bryllup-underoverskrift{
  font-size: 1.1em;
  line-height: 22px;
  font-style: italic;
  font-weight: bold;
}

#bryllupside #intro img{
  width: 100%;
  padding-top: 5%;
}

#bryllupside #bryllup-anmeldelser .bryllup-underoverskrift{
  margin-top: 5%;
}

#bryllupside .author{
  font-size: 0.7em;
  margin-top: 3%;
  padding-bottom: 10%;
}

#bryllupside #bryllup-anmeldelser .p5{
  margin-top: 0;
  font-size: 0.7em;
  color: black;
  line-height: 18px;
  padding-top: 1%;
}

#bryllupside .prev, #bryllupside .next{
  margin-top: -55px;
}

#bryllupside .dot-container{
  padding: 0;
}

#bryllupside .dots{
  height: 10px;
  width: 10px;
  margin: 0;
}

#bryllupside .mySlides{
  padding: 0 60px;
  height: auto;
}
/*SEKTION 1 SLUTTER*/


/*SEKTION 2 STARTER*/

#bryllupside #side2{
  height: auto;
  padding-bottom: 20%;
  background-color: rgb(238, 235, 227);
}

#bryllupside #side2 h1{
  /*font-size: 0.6em;*/
  width: 98%;
  margin: auto;
  padding-top: 20%;
}

#bryllupside #sektionboks{
  justify-content: space-around;
  padding-top: 5%;
  width: 85%;
  margin: auto;
}


#bryllupside .boks{
  width: 47%;
  margin: 3% 0;
}

#bryllupside .beskrivelse{
  font-size: 13px;
}

/*SEKTION 2 SLUTTER*/

/*SEKTION 3 STARTER*/

#bryllupside #side3{
  height: auto;
  padding-bottom: 20%;
  background-color: rgb(255, 255, 255);
}

#bryllupside #samarbejdspartnere h1{
  width: 93%;
  margin: auto;
  /*font-size: 0.5em;*/
  padding-top: 20%;
}

#flex-samarbejdspartnere{
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-evenly;
  width: 85%;
  margin: auto;
}

#flex-samarbejdspartnere a{
  width: 35%;
  margin: 2% 0;
}

#flex-samarbejdspartnere img{
  width: 90%;
}
/*
#bryllupsside #flex-samarbejdspartnere a img{
  width: 100%;
}*/

/*SEKTION 3 SLUTTER*/


/*SEKTION 4 STARTER*/

#bryllupside #side4{
  height: auto;
  background-color: rgb(235, 240, 244);
  padding-bottom: 20%;
}

#bryllupside #side4 h1{
  color: black;
}

#bryllupside #kontaktoplysninger{
  margin-top: 3%;
}

#bryllupside .bryllup-mobil .indhold-width{
  width: 85%;
  margin-bottom: 5%;
}

#bryllupside #kontaktoplysninger .kontakter{
  width: 65%;
}

#bryllupside .kontakt{
  font-size: 1em;
  margin-top: 5%;
}

#bryllupside #kontaktoplysninger .kontakter li{
  background-color: #3E3B3B;
  padding: 1.5%;
  margin-top: 4%;
}

#bryllupside #kontaktoplysninger .kontakter li a{
  color: white;
  font-size: 1em;
  text-decoration: none;
}

#bryllupside #kontaktoplysninger .kontakter section p{
  font-size: 0.8em;
  margin-top: 1%;
}

#bryllupside #kontaktoplysninger .sociale li{
  margin-top: 5%;
}

#bryllupside .gmap_canvas{
  width: 75%;
  margin: auto;
}

#bryllupside iframe{
  width: 100%;
  height: 200px;
}

#bryllupside .mapouter h4{
  text-align: center;
  margin-bottom: 1%;
}


/*SEKTION 4 SLUTTER*/

/*BRYLLUP SIDE SLUTTER*/


/*BRUDEBUKET SIDE STARTER*/

#brudebuketside #brudebuket-com{
  display: none;
}

#brudebuketside #brudebuket-tilbage{
  position: fixed;
  top: 10%;
  left: 5%;
}

#brudebuketside #brudebuket-tilbage a{
  font-size: 0.8em;
}

/*SEKTION 1 STARTER*/

#brudebuketside #side1{
  padding-bottom: 20%;
}

#brudebuketside .brudebuket-billeder{
  display: flex;
  flex-wrap: wrap;
  align-content: space-around;
}

#brudebuketside #side1 .brudebuket-billeder{
  padding-top: 5%;
  width: 80%;
  margin: auto;
}

#brudebuketside .indhold-width{
  width: 80%;
}

/* Style the Image Used to Trigger the Modal */
#brudebuketside .brudebuket-billeder img{
  /*border-radius: 5px;*/
  cursor: pointer;
  transition: 0.3s;
}

#brudebuketside .brudebuket-billeder img:hover, #brudebuketside .float-left:hover, #brudebuketside .float-right:hover{
  opacity: 0.7;
}



#brudebuketside .brudebuket-billeder .billede-bred{
  width: 70%;
  height: 100%;
}

#brudebuketside .brudebuket-billeder .billede-high{
  width: 29.6%;
  height: 100%;
}

#brudebuketside .brudebuket-billeder .billede-bredere{
  width: 100%;
  height: 100%;
}



/*w3 school starter*/

/* The Modal (background) */
.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 100000; /* Sit on top */
  padding-top: 100px; /* Location of the box */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.9); /* Black w/ opacity */
}

/* Modal Content (Image) */
.modal-content {
  margin: auto;
  display: block;
  width: 80%;
  padding-top: 50%;
  max-width: 700px;
}

/* Caption of Modal Image (Image Text) - Same Width as the Image */
.modal p {
  margin: auto;
  display: block;
  width: 80%;
  max-width: 700px;
  text-align: center;
  color: #ccc;
  padding: 10px 0;
  height: 150px;
  /*font-size: 0.4em;*/
}

/* Add Animation - Zoom in the Modal */
.modal-content, .modal p {
  animation-name: bryllupzoom;
  animation-duration: 0.6s;
}

@keyframes bryllupzoom {
  from {transform:scale(0)}
  to {transform:scale(1)}
}

/* The Close Button */
.close {
  position: absolute;
  top: 65px;
  right: 35px;
  color: #f1f1f1;
  font-size: 40px;
  font-weight: bold;
  transition: 0.3s;
  z-index: 1000000000;
}

.close:hover,
.close:focus {
  color: #bbb;
  text-decoration: none;
  cursor: pointer;
}

/*W3 school slut*/

/*SEKTION 1 SLUTTER*/



/*SEKTION 2 STARTER*/

#brudebuketside #side2{
  padding-top: 10%;
  height: 110vh;
}

#brudebuketside .bryllup-underoverskrift2{
  font-size: 1.7em;
  font-family: 'Didot';
}

#brudebuketside #side2 .bryllup-underoverskrift2{
  padding-bottom: 15%;
}

#brudebuketside #side2 section{
  width: 65%;
  margin: auto;
  padding-top: 7%;
}

#brudebuketside #side2 img{
  width: 65%;
  height: 100%;
}

#brudebuketside #side2 .float-left{
  float: left;
}

#brudebuketside #side2 .float-right{
  float: right;
}

/*SEKTION 2 SLUTTER*/


/*SEKTION 3 STARTER*/

#brudebuketside #side3{
  padding-top: 20%;
}

#brudebuketside #side3 .bryllup-underoverskrift2{
  padding-bottom: 10%;
}

#brudebuketside .nederste-brudebuketter{
  width: 51%;
  height: 100%;
  margin: 2% auto;
}

#brudebuketside #side3 .brudebuket-billeder{
  width: 75%;
  margin: auto;
}

/*SEKTION 3 SLUTTER*/

/*BRUDEBUKET SIDE SLUTTER*/


@media only screen and (max-height: 630px){
  #brudebuketside #side2{
    height: 130vh;
  }

  #down{
    bottom: 4%;
  }

  #forside #side2{
    height: 162vh;
  }

  #forside #side3{
    height: 190vh;
  }

  #forside #side4{
    height: 152vh;
  }

  #forside #side5{
    height: 212vh;
  }

  #forside #side5 #mere-top{
    padding-top: 70px;
  }

  #forside #side5 .p2{
    padding: 20px 10px;
  }

  #online-kurser{
    margin-bottom: 4%;
  }

  #forside #side6{
    height: 150vh;
  }

  .mySlides{
    padding: 10px 73px;
  }

  .dot-container{
    padding: 50px;
  }

  #side7{
    height: 100vh;
  }

  #forside #side6 .dot-container{
    background-color: #eeebe3;
  }

  #forside #side7 h1{
    padding-top: 180px;
  }
}

@media only screen and (max-device-width: 1366px) {
  .parallax {
    background-attachment: scroll;
  }
}

@media (min-width: 600px) {
  #brugerside #logo {
    position: inherit;
    margin-left: 0;
    margin-right: 0;
    margin: 0 auto;
    display: inline-block;
    padding-top: 10%;
    width: 14%;
    justify-content: center;
  }

  .grids{
    margin-top: 20%
  }
}


@media (min-width: 758px) {

  #blomst1, #blomst3, #blomst5, #blomst7, #blomst9, #blomst11, #blomst13, #blomst15, #blomst17, #blomst19, #blomst21, #blomst23, #blomst25, #blomst27{
    width: 7%;
  }

  #blomst2, #blomst4, #blomst6, #blomst8, #blomst10, #blomst12, #blomst14, #blomst16, #blomst18, #blomst20, #blomst22, #blomst24, #blomst26, #blomst28{
    width: 5%;
  }

  .blomst-ipad{
    display: inline;
  }

  #logo {
      width: 14%;
      left: 50%;
      margin-left: -7%;
  }

  #insta-container-lille{
    display: none;
  }

  #insta-container-mellem{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 72%;
    margin: 0 auto;
  }

  #insta-container-mellem img{
    width: 20.5%;
    height: 52%;
    margin: 1% auto;
  }

  #insta-container-mellem .huge1-insta{
    width: 43%;
  }

  #insta-container-mellem .huge2-insta{
    width: 49.2%;
  }

  #insta-container-mellem .big-insta{
    width: 24%;
  }

  #forside #side2 {
    height: 72vh;
  }

  #down {
    width: 10%;
}

#forside #side3{
      height: 140vh;
}

.grid {
  margin-top: 5%;
}

.card {
    width: 25%;
  }

  #googleMapsBlomster .gmap_canvas, #googleMapsKursus .gmap_canvas {
    height: 200px;
    width: 550px;
  }

#forside #side4 {
      height: 103vh;
}
.sociale{
  margin: 1% auto 0 auto;
}
.sociale li{
  width: 13%;
}

#forside #side4 .p5{
  margin: 50px 0 10px 0;
}

#forside #side5 {
      height: 114vh;
}

#side5 .p2{
  padding: 20px 35px;
}

#forside #side5 #nyhedsbrev{
  padding: 1.5%;
  width: 45%;
}

#online-kurser{
  padding: 2%;
  margin: 2% auto 3% auto;
}

#side6{
  height: 90vh;
}

#top {
    height: 290px;
  }

  #bund {
      height: 200px;
    }
#forside .mySlides{
  height: auto;
}


    /*BRYLLUPSIDE STARTER*/

  /* SEKTION 1 STARTER */
    #bryllupside .padding-top{
      padding-top: 20%;
    }

    #bryllupside h1{
      font-size: 2.5em;
    }

    #bryllupside .bryllup-underoverskrift{
      font-size: 1.5em;
      line-height: 35px;
    }

    #bryllupside .p2bryllup{
      font-size: 1em;
      line-height: 25px;
    }

    #bryllupside .indhold-width{
      padding-top: 3%;
      width: 70%;
    }

    #bryllupside .mySlides{
      padding: 0 135px;
    }

    #bryllupside #bryllup-anmeldelser .p5{
      font-size: 0.9em;
      line-height: 23px;
    }

    #bryllupside .author{
      font-size: 1em;
      padding-bottom: 5%;
    }

    #bryllupside .prev, #bryllupside .next{
      margin-top: -50px;
    }

    #bryllupside .prev{
      margin-left: -39%;
    }

    #bryllupside .next{
      margin-right: 12%;
    }
    /* SEKTION 1 SLUTTER */

    /* SEKTION 2 STARTER */

    #bryllupside #side2 h1{
      font-size: 2.3em;
      width: 85%;
      margin: auto;
      padding-top: 15%;
    }

    #bryllupside #sektionboks{
      width: 70%;
    }

    #bryllupside .beskrivelse{
      font-size: 20px;
    }

    /* SEKTION 2 SLUTTER */

    /* SEKTION 3 STARTER */

    #bryllupside #samarbejdspartnere h1{
      width: 85%;
      padding-top: 17%;
    }

    #flex-samarbejdspartnere {
      width: 70%;
      margin: auto;
    }

    /* SEKTION 3 SLUTTER */

    /* SEKTION 4 STARTER */

    #bryllupside #kontaktoplysninger .kontakter li{
      margin: 5% auto;
      width: 55%;
    }

    #bryllupside .bryllup-mobil .indhold-width{
      width: 70%;
    }

    #bryllupside .kontakt{
      font-size: 1.5em;
    }

    #bryllupside #googleMapsKontakt{
      margin-top: 5%;
    }
    /* SEKTION 4 SLUTTER */

    /*BRYLLUPSIDE SLUTTER*/

    /*BRUDEBUKETSIDE STARTER*/

    /*SEKTION 1 STARTER*/

    #brudebuketside .indhold-width{
      width: 55%;
    }

    #brudebuketside .modal-content{
      padding-top: 15%;
      width: 60%;
    }
  /*
    #brudebuketside .fp-viewing-firstPage #brudebuket2 img{
      padding-top: 20%;
      width: 45%;
    }*/

    /*SEKTION 1 SLUTTER*/


    /*SEKTION 2 STARTER*/
    #brudebuketside #brudebuket-com{
      display: block;
    }

    #brudebuketside .bryllup-underoverskrift2{
      font-size: 1em;
    }

    #brudebuketside #side2 img{
      width: 35%;
    }

    /*SEKTION 2 SLUTTER*/

    /*SEKTION 3 STARTER*/

    #brudebuketside .nederste-brudebuketter{
      width: 38%;
    }
    /*SEKTION 3 SLUTTER*/
  /*BUKETSIDE SLUTTER*/

}


@media (min-width: 800px) {

  #load_screen #loading img{
    /*display: block;*/
    /*margin: 0 auto;*/
    width: 30%;
    margin-top: 4%;
    margin-bottom: 1%;
  }

  #insta-container-mellem .huge1-insta{
    width: 29%;
  }

  #insta-container-mellem .huge2-insta{
    width: 33.2%;
  }

  #insta-container-mellem #mindre-inspiration-billede{
    width: 33%;
  }

  #insta-container-mellem .insta-no-show{
    display: none;
  }
}


@media (min-width: 1020px) {

  #blomst1, #blomst3, #blomst5, #blomst7, #blomst9, #blomst11, #blomst13, #blomst15, #blomst17, #blomst19, #blomst21, #blomst23, #blomst25, #blomst27{
    width: 5%;
  }

  #blomst2, #blomst4, #blomst6, #blomst8, #blomst10, #blomst12, #blomst14, #blomst16, #blomst18, #blomst20, #blomst22, #blomst24, #blomst26, #blomst28{
    width: 4%;
  }

  #nav-mobil{
    display: none;
  }

  #nav-com{
    display: inline-block;
  }


  #brugerside #logo {
    position: inherit;
    margin-left: 0;
    margin-right: 0;
    margin: 0 auto;
    display: inline-block;
    padding-top: 5%;
    width: 14%;
    justify-content: center;
  }

  #logo {
    width: 11%;
    margin-left: -50%;
}

#down {
    width: 5%;
    bottom: 20%;
  }

  #side1 #video {
  display: none;
  }

  #side1 #video2 {
    display: inline;
    width: 100%;
    margin-top: 100px;
  }

  .grids{
    margin-top: 20%
  }

  #submenu {
    float: right;
  }

  header .logo-underside{
    width: 20%;
    margin: 0;
  }

  /*  #logo{
      position: fixed;
      display: block;
      left: 0;
      right: 0;
      margin: 0 auto;
      width: 30%;
      top: 150px;
    }*/

    .header {
      height: 4%;
      position: fixed;
      width: 100%;
      z-index: 30000;
    }

    header {
      opacity: 0.8;
      width: 100%;
      height: 0px;
      position: fixed;
      top: 0;
      left: 0;
      z-index: 100;
    }

    header li {
      float: left;
    }
    header li a {
      padding: 10px 13px;
      font-size: 0.8em;
    }

    header .menu {
      clear: none;
      float: right;
      max-height: none;
      display: inline-block;
      /*margin-right: 20px;*/
      background-color: white;
      /*width: 62%;*/
    }

    header .menu-icon {
      display: none;
    }

    .container ul{
      margin-top: -20px;
    }

    header .header__cart .header__submenu .shopping-cart-container, header .header__cart .header__submenu .shopping-cart-container.open{
      right: 2%;
      margin-top: 5%;
    }

  header .header__cart .header__submenu .cart {
    margin-top: 3px;
}

  nav {
    position: fixed;
    z-index: 3;
    width: 95%;
  }

  #forside .p2, #forside .p4{
    padding: 10px 70px;
  }

  #forside #side2 {
    height: 98vh;
  }

  #no-show {
    display: none;
  }

  .card {
    width: 20%;
  }

#forside #side3 {
  height: 125vh;
}
  .boks {
    width: 20%;
}

#forside #side4 {
  height: 120vh;
}

#forside #side5 {
  height: 156vh;
}

#forside #side5 #nyhedsbrev{
  padding: 1%;
  width: 40%;
}

#forside #side5 #forespørgsel-submit{
  padding: 1.3%;
  margin: 2% 0 3% 0;
}

#forside #side5 h2{
  padding-top: 50px;
}

#forside #side5 #mere-top{
  padding-top: 80px;
}

#forside #side5 .p2{
  padding: 20px 70px;
}

#online-kurser{
  padding: 1.5%;
  margin: 2% auto 1% auto;
}

.parallax{
  margin-top: 3%;
}

.mySlides {
    width: 70%;
  }

  .next {
    margin-right: 10%;
  }

  .prev {
    margin-left: -40%;
}

#googleMapsBlomster .gmap_canvas, #googleMapsKursus .gmap_canvas{
    height: 200px;
    width: 850px;
  }

  .sociale li {
      width: 8%;
      margin: 0 3%;
  }

  #side6{
    height: 110vh;
  }

  #top {
  height: 250px;
  }

  #bund {
  height: 250px;
  }

  .dot-container {
    text-align: center;
    padding: 0 0 40px 0;
}

#forside #kontaktoplysninger{
  margin-top: 2%;
}

#kontaktoplysninger .kontakter li {
    width: 30%;
    margin-left: 0;
    margin-right: 0;
    margin: 0 auto;
    margin-top: 2%;
  }


  /*BRYLLUPSIDE STARTER*/

  .logo-underside{
    width: 20%;
    left: 53%;
  }

  #bryllupside .bryllup-mobil{
    display: none;
  }

  #bryllupside .bryllup-com{
    display: block;
  }

  /*SEKTION 1 STARTER*/

  #bryllupside .padding-top {
    padding-top: 15%;
  }
  /*
  #bryllupside .indhold-width{
    width: 65%;
  }*/

  #bryllupside #intro{
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
  }

  #bryllupside #intro article{
    width: 50%;
  }

  #bryllupside article .bryllup-underoverskrift{
    text-align: left;
    padding-top: 0;
  }

  #bryllupside article .p2bryllup{
    text-align: left;
  }

  #bryllupside #intro img{
    width: 45%;
    height: 100%;
    padding-top: 0;
  }

  #bryllupside .bryllup-underoverskrift{
    padding-top: 3%;
    font-size: 1.3em;
  }

  #bryllupside #bryllup-anmeldelser .bryllup-underoverskrift{
    margin-top: 2%;
  }

  #bryllupside .slideshow-container{
    width: 80%;
    margin: auto;
  }

  #bryllupside .mySlides{
    padding: 0 110px;
  }

  #bryllupside .next{
    margin-right: 5%;
  }

  #bryllupside .prev{
    margin-left: -45%;
  }

  /*SEKTION 1 SLUTTER*/

  /*SEKTION 2 STARTER*/

  #sektionboks img:hover{
    opacity: 0.7;
  }

  #bryllupside #side2{
    padding: 10% 0;
  }

  #bryllupside #side2 h1{
    width: 45%;
    padding-top: 0;
  }

  #bryllupside #sektionboks{
    width: 70%;
  }

  #bryllupside .boks{
    width: 23%;
  }

  #bryllupside .beskrivelse{
    font-size: 16px;
  }

  /*SEKTION 2 SLUTTER*/

  /*SEKTION 3 STARTER*/

  #bryllupside #side3{
    padding-bottom: 10%;
  }

  #bryllupside #side3 .indhold-width{
    padding: 3% 0;
  }

  #bryllupside #samarbejdspartnere h1{
    padding-top: 10%;
  }

  #flex-samarbejdspartnere a {
    width: 23%;
  }

  /*SEKTION 3 SLUTTER*/

  /*SEKTION 4 STARTER*/

  /*#bryllupside .lastPage .indhold-width{
    padding-top: 1%;
  }*/

  #bryllupside #side4{
    padding-bottom: 10%;
  }

  #bryllupside #side4 .padding-top{
    padding-top: 10%;
  }

  #bryllupside #side4 .indhold-width{
    padding-top: 1%;
  }

  #bryllupside #kontaktformular{
    width: 70%;
    margin: 2% auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }

  #bryllupside #kontaktformular .opdelt-kontaktformular{
    width: 45%;
  }

  #bryllupside label{
    font-size: 0.8em;
    display: block;
    text-align: left;
    margin-bottom: -6px;
  }

  #bryllupside input, #bryllupside textarea{
    font-size: 0.8em;
    width: 100%;
    height: 35px;
    margin: 5% auto;
  }

  #bryllupside #upload-fil{
    background-color: white;
    /*font-weight: bold;*/
    padding-top: 2%;
  }

  #bryllupside #kontaktoplysninger{
    margin-top: 0;
  }

  #bryllupside #kontaktoplysninger .kontakter {
    width: 40%;
  }

  #bryllupside #kontaktoplysninger .kontakter .kontakt{
    font-size: 1em;
  }

  #bryllupside #kontaktoplysninger .kontakter li{
    margin: 4% auto 2% auto
  }

  #bryllupside #kontaktoplysninger .kontakter li a{
    font-size: 1em;
  }

  #bryllupside #forespørgsel-submit{
    background-color: #3E3B3B;
    color: white;
    width: 55%;
  }

  #bryllupside .sociale, #bryllupside #googleMapsKontakt{
    display: none;
  }

  /*SEKTION 4 SLUTTER*/

  /*BRYLLUPSIDE SLUTTER*/

  /*BRUDEBUKETSIDE STARTER*/

  #brudebuketside #brudebuket-tilbage{
      top: 15%;
  }

  /*SEKTION 1 STARTER*/

  #brudebuketside #side1{
    padding-bottom: 10%;
  }

  #brudebuketside .indhold-width{
    width: 70%;
    padding-top: 0;
  }

  #brudebuketside #side1 .brudebuket-billeder{
    width: 100%;
  }

  #brudebuketside .brudebuket-billeder .billede-bred{
    width: 46%;
  }

  #brudebuketside .brudebuket-billeder .billede-high{
    width: 19.6%;
  }

  #brudebuketside .brudebuket-billeder .billede-bredere{
    width: 33%;
  }

  #brudebuketside .modal-content{
    width: 30%;
    padding-top: 10%;
  }

  /*SEKTION 1 SLUTTER*/

  /*SEKTION 2 STARTER*/

  #brudebuketside #side2{
    padding: 5% 0;
    height: 85vh;
  }

  #brudebuketside .bryllup-underoverskrift2{
    font-size: 2.2em;
  }

  #brudebuketside #side2 .bryllup-underoverskrift2{
    padding-bottom: 8%;
  }

  #brudebuketside #side2 img{
    width: 25.2%;
  }
  /*SEKTION 2 SLUTTER*/

  /*SEKTION 3 STARTER*/

  #brudebuketside #side3{
    padding-top: 13%;
  }

  #brudebuketside #side3 .bryllup-underoverskrift2{
    padding-bottom: 4%;
  }

  #brudebuketside #side3 .brudebuket-billeder{
    width: 80%;
    margin: auto;
  }

  #brudebuketside .nederste-brudebuketter{
    width: 38%;
  }

  /*SEKTION 3 SLUTTER*/


  /*BRUDEBUKETSIDE SLUTTER*/

}

@media (min-width: 1100px) {

  .blomst-com{
    display: inline;
  }

  nav{
    width: 96%;
  }

  header .header__cart .header__submenu .shopping-cart-container, header .header__cart .header__submenu .shopping-cart-container.open{
    margin-top: 0.5%;
  }

  #logo {
    width: 10%;
    margin-left: -50%;
}

#side1 #video2{
  margin-top: 80px;
}

#down{
  bottom: 7%;
  width: 4%;
}

#forside .p2{
  width: 80%;
  margin: auto;
}

.grid{
  margin-top: 3%;
}

.card__btn{
  width: 65%;
  font-size: 14px;
}

#forside #sektionboks{
  width: 80%;
}

#forside .p4{
  padding: 10px 145px;
}

#forside #side2{
  /*height: 115vh;*/
  height: 800px;
}

#forside #side3{
  /*height: 140vh;*/
  height: auto;
  padding-bottom: 10%;
}

#forside #side4{
  /*height: 113vh;*/
  height: auto;
  padding-bottom: 8%;
}

#forside #side4 .sociale{
  margin-top: 1%;
}

#forside #side4 .p5{
  margin: 20px 0;
}

#forside #side4 .sociale li{
  width: 6%;
  margin: 0 2%;
}

#forside #side5{
  /*height: 148vh;*/
  height: auto;
  padding-bottom: 7%;
}

#forside #side6{
  height: 750px;
  /*height: auto;*/
}

  #insta-container-mellem{
    display: none;
  }

  #insta-container-stor{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    width: 55%;
    margin: 0 auto;
  }

  #insta-container-stor img{
    width: 16.5%;
    height: 52%;
    margin: 1% auto;
  }

  #insta-container-stor .huge1-insta{
    width: 29%;
  }

  #insta-container-stor .huge2-insta{
    width: 33.2%;
  }

  #insta-container-stor .huge3-insta{
    width: 33%;
  }

  #insta-container-stor .big-insta{
    width: 19%;
  }

  #forside #side5 #nyhedsbrev{
    width: 30%;
  }

  #forside #side5 .p2 a:hover{
    text-decoration: underline;
  }

  #forside #side5 #forespørgsel-submit {
    margin-bottom: 2%;
    margin-top: 1%;
  }

  #forside #side5 #forespørgsel-submit:hover, #online-kurser:hover{
    background-color: darkslategrey;
    color: white;
    transition: 0.2s;
    cursor: pointer;
  }

  #online-kurser{
    margin-bottom: 2%;
  }

  #blomst1, #blomst3, #blomst5, #blomst7, #blomst9, #blomst11, #blomst13, #blomst15, #blomst17, #blomst19, #blomst21, #blomst23, #blomst25, #blomst27{
    width: 4%;
    /*padding-bottom: 5%;*/
  }

  #blomst2, #blomst4, #blomst6, #blomst8, #blomst10, #blomst12, #blomst14, #blomst16, #blomst18, #blomst20, #blomst22, #blomst24, #blomst26, #blomst28{
    width: 2%;
    /*padding-bottom: 5%;*/
  }


  /*BRYLLUPSIDE STARTER*/

  .logo-underside{
    width: 10%;
    left: 59%;
  }

  /*SEKTION 1 STARTER*/

  #bryllupside .padding-top{
    padding-top: 8%;
  }

  #bryllupside .indhold-width {
    width: 60%;
    padding-top: 2%;
  }

  #bryllupside #intro article{
    width: 60%;
  }

  #bryllupside .bryllup-underoverskrift{
    line-height: 30px;
  }

  #bryllupside article .bryllup-underoverskrift{
    padding-bottom: 2%;
  }

  #bryllupside #intro img {
    width: 28%;
  }

  #bryllupside #bryllup-anmeldelser .bryllup-underoverskrift{
    padding-top: 2%;
  }

  #bryllupside .slideshow-container{
    width: 60%;
  }

  #bryllupside .mySlides{
    padding: 0 55px;
  }

  #bryllupside .prev, #bryllupside .next{
    margin-top: -65px;
  }

  #bryllupside .next{
    margin-right: -2%;
  }

  #bryllupside .prev{
    margin-left: -52%;
  }

  /*SEKTION 1 SLUTTER*/

  /*SEKTION 2 STARTER*/

  #bryllupside #side2{
    padding: 8% 0;
  }

  #bryllupside #side2 h1{
    width: 60%;
  }

  #bryllupside #sektionboks{
    width: 60%;
    padding-top: 2%;
  }

  /*SEKTION 2 SLUTTER*/

  /*SEKTION 3 STARTER*/

  #bryllupside #side3{
    padding-bottom: 8%;
  }

  #bryllupside #samarbejdspartnere h1{
    padding-top: 8%;
  }

  #bryllupside #side3 .indhold-width{
    padding: 1% 0;
  }

  #flex-samarbejdspartnere{
    width: 60%;
  }

  #flex-samarbejdspartnere a{
    width: 21%;
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
  }

  #flex-samarbejdspartnere a:hover{
    /*width: 23%;
    transition: all 1.1s ease-out;
    -webkit-transition: all 0.6s ease-out;*/
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }

  /*SEKTION 3 SLUTTER*/

  /*SEKTION 4 STARTER*/

  #bryllupside #side4{
    padding-bottom: 8%;
  }

  #bryllupside #kontaktformular{
    width: 60%;
  }

  #bryllupside #side4 .padding-top{
    padding-top: 8%;
  }

  #bryllupside #kontaktformular .opdelt-kontaktformular{
    width: 47%;
  }

  #bryllupside #forespørgsel-submit{
    width: 60%;
  }

  #bryllupside #forespørgsel-submit:hover, #bryllupside #kontaktoplysninger .kontakter li:hover{
    background-color: black;
  }

  #bryllupside #kontaktoplysninger{
    width: 60%;
    margin: 1% auto;
  }
/*
  #bryllupside #kontaktoplysninger .kontakter .kontakt{
    text-align: left;
  }*/

  #bryllupside #kontaktoplysninger .kontakter{
    margin: 0;
    width: 100%;
  }

  #bryllupside .kontakt{
    margin-top: 3%;
  }

  #bryllupside #kontaktoplysninger .kontakter ul{
    display: flex;
    flex-wrap: wrap;
    /*width: 47%;*/
    justify-content: center;
  }
/*
  #bryllupside #kontaktoplysninger .kontakter ul{
    width: 47%;
  }*/

  #bryllupside #kontaktoplysninger .kontakter li{
    padding: 1%;
    width: 25%;
    margin: 1% 3%;
  }

  #bryllupside #kontaktoplysninger .kontakter li a{
    font-size: 0.9em;
  }

  #bryllupside input, #bryllupside textarea{
    font-size: 0.9em;
  }


  #bryllupside textarea{
    border: none;
  }
/*
  #bryllupside #kontaktoplysninger .kontakter li{
    width: 60%;
    margin: 6% 0 2% 0;
  }*/

  /*#bryllupside #kontaktoplysninger .kontakter ul p{
    width: 60%;
  }*/

  /*SEKTION 4 SLUTTER*/

  /*BRYLLUPSIDE SLUTTER*/


  /*BRUDEBUKETSIDE STARTER*/

  #brudebuketside #brudebuket-tilbage{
    top: 15%;
  }

  #brudebuketside .bryllup-underoverskrift2{
    font-size: 2em;
  }

  #brudebuketside #side2{
    height: 740px;
  }

  #brudebuketside #side2 .bryllup-underoverskrift2{
    padding-bottom: 5%;
  }

  #brudebuketside #side3{
    padding-top: 8%;
  }

  #brudebuketside #side3 .brudebuket-billeder{
    width: 60%;
  }

  #brudebuketside .modal-content{
    width: 23%;
    padding-top: 5%;
  }

  #brudebuketside #side2 section{
    padding-top: 0;
  }

  /*BRUDEBUKETSIDE SLUTTER*/
}


@media (min-width: 1400px){

  #logo {
    width: 9%;
    margin-left: -50%;
}

#side2{
  height: 110vh;
}

#side3{
  height: 140vh;
}

#side4{
  height: 140vh;
}

#side5{
  height: 95vh;
}


#side6{
  height: 120vh;
}

.mySlides {
    width: 60%;
  }

  .next {
    margin-right: 15%;
}

.prev {
    margin-left: -35%;
}

}
