* {
  box-sizing: border-box;
}

body {
	font-size: 1.05em;
	line-height: 1.25em;
	font-family: "Helvetica Neue", Helvetica, Arial;
	background: #f9f9f9;
	color: #555;
  text-align: center;
margin: 0;
padding: 0;
}

.mySlides {display: none}

.landsdele {
display: flex;
flex-direction: row;
justify-content: center;
}



.landsdele ul {
  display: inline;
}

.landsdele li {
  display: inline;
  margin: 0 20px 0 20px;
}
.landsdele a {
	color: #354788;
	text-decoration: none;
	font-weight: bold;
}

.landsdele a:hover {
	color: #444;
}


p{
  font-size: 20px;
  margin-left: 40px;
  margin-right: 40px;
  line-height: 2;
  text-align: justify;
}

h2 {
  margin-top: 30px;
}
article {
  margin: 0 5px 5px 5px;
}
footer {
background-color: grey;
color: white;
margin-top: 10%;
padding: 20px 0 20px 0;
}

header {
	background: #f2f2f3;
	width: 100%;
	height: 76px;
	position: fixed;
  margin: 0;
  padding: 0 0 59px 0;
	top: 0;
	left: 0;
	z-index: 100;
  border-top: 50px solid #354788;
}

.bruger {
  display: inline;
  float: right;
  width: 3vw;
  margin:-5% 3px 0 0;
}

.logo2 {
  position: absolute;
display: inherit;
width: 20vw;
height:4.5vw;
float: left;
margin-top: -93px;
}

.logo1 {
  display: none;
}

.conimg{
width: 30%;
height: 30%;
}

.ras {
  position: absolute;
  max-width: 5vw;
  max-height: 5vw;
  z-index: 200;
  margin-top: -21%;
  margin-left: 28%;
}
.container1 {
  margin-top: 6em;
}

.container2 {
  flex-direction: row;
  margin-top: 50px;
  margin-bottom: 6%;
}

.container3 {
  position: relative;
}

.container4 {
  display: flex;
  flex-direction: row;
margin-top: 2%;
}

.container5{
  display: flex;
  flex-direction: row;
  padding-left: 10px;
  margin-right: 43px;

}

.fa-shopping-basket {
  color:#87aa44;
}

.art2 {
  margin: 2px 40px 0 40px;
padding-top: 10px;
padding-left: 35px;
padding-right: 35px;
  background: #f2f2f3;
  font-size: 1.8vw;
  line-height: 1.5;
}

.mail {
  color: #87aa44;
	text-decoration: none;
	font-weight: bold;
}

h1 {
  margin-top:13%;
  font-size: 5vw;
}

.rasser {
  width: 40%;
  height: 15%;
  margin-left: 10%;
}

.linky {
	color: #87aa44;
	text-decoration: none;
	font-weight: bold;
}

a.naven:hover {
	color: #444;
}

/*Navbar*/
a.naven {
	color: #87aa44;
	text-decoration: none;
	font-weight: bold;
}

a.naven:hover {
	color: #444;
}

nav {
  display: inline;
	text-align: center;
  padding: 0 0 0 10px;
  margin-top: 5px;
}

#menu-icon {
	display: none;
	width: 30px;
	height: 30px;
	background: #87aa44 url(../img/menu-icon.png) center;
	float:left;
  margin-top: 1%;
}

a.naven:hover#menu-icon {
	background-color: #444;
	border-radius: 4px 4px 0 0;
}

ul {
	list-style: none;
}

.nav {
  display: inline;
	padding: 5px;
	margin-right: 5px;
	margin-left: 0;
}

.current {
	color: #416a57;
}


/*søgefelt*/
  .search {
    width: 100%;
    position: absolute;
    top: -40px;
  }

  .searchTerm {
    float: left;
    width: 140px;
    border: 3px solid #656D78;
    padding: 5px;
    height: 30px;
    border-radius: 5px;
    outline: none;
    color: #e6e6e6;
    margin-left: 15%;
  }

  .searchTerm:focus{
    color: black;
  }

  .searchButton {
    float: left;
    margin-right: -40px;
    width: 40px;
    height: 29px;
    border: 1px solid #656D78;
    background: #656D78;
    text-align: center;
    color: #fff;
    border-radius: 5px;
    cursor: pointer;
    font-size: 20px;
  }

  /*Resize the wrap to see the search bar change!*/
  .wrap{
    width: 30%;
    position: relative;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }


/*søgefelt slut*/


/*Slideshow*/
.slideimg {
  vertical-align: middle;
}

/* Slideshow container */
.slideshow-container {
  max-width: 1000px;
  position: relative;
  margin: auto;
}


/* Next & previous buttons */
.prev, .next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  padding: 16px;
  margin-top: -22px;
  color: #87aa44;
  font-weight: bold;
  font-size: 18px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
}

.prev {
  left:0;
}
/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover, .next:hover {
  background-color: rgba(0,0,0,0.8);
}

/* Caption text */
.text {
  color: #f2f2f2;
  font-size: 17px;
  padding: 8px 12px;
  position: absolute;
  bottom: 8px;
  width: 100%;
  text-align: center;
}

/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

/* The dots/bullets/indicators */
.dot {
  display: absolute:
  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;
}

/* Fading animation */
.fade {
  -webkit-animation-name: fade;
  -webkit-animation-duration: 1.5s;
  animation-name: fade;
  animation-duration: 1.5s;
}

@-webkit-keyframes fade {
  from {opacity: .4}
  to {opacity: 1}
}

@keyframes fade {
  from {opacity: .4}
  to {opacity: 1}
}
/*Slideshow slut*/

/*Calendar*/

#calendar {
  position: relative;
  top: 35%;
  left: 0;
  right: 0;
  bottom: 0;
  width: 90%;
  height: 35vw;
  margin: auto;
  background: #E6E9ED;
  display: table;
  box-shadow: 0 0 0 10px #656D78;
}

#calendar .ui-datepicker {
  position: relative;
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
  border-radius: 0;
  border: 0;
  background: transparent;
  display: table-cell;
  vertical-align: middle;
  font-family: 'Helvetica', Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
}

#calendar .ui-datepicker-header {
  position: relative;
  height: 50px;
  padding: 0;
  margin: 0;
  border-radius: 0;
  border: 0;
  background: transparent;
}

#calendar .ui-datepicker-prev,
#calendar .ui-datepicker-next {
  cursor: pointer;
  position: absolute;
  top: 0;
  bottom: 0;
  width: 50px;
  height: 50px;
  margin: auto;
  border-radius: 0;
  background: #FFF;
  -webkit-transition: background 0.15s ease-in-out;
}

#calendar .ui-datepicker-prev {
  left: 0;
}

#calendar .ui-datepicker-next {
  right: 0px;
}

#calendar .ui-datepicker-prev:hover,
#calendar .ui-datepicker-next:hover {
  border: 0;
  background: #656D78;
}

#calendar .ui-datepicker-prev .ui-icon,
#calendar .ui-datepicker-next .ui-icon {
  position: absolute;
  top: 0;
  left: 4px;
  right: 0;
  bottom: 0;
  width: 8px;
  height: 8px;
  margin: auto;
  border-width: 1px 0 0 1px;
  border-style: solid;
  border-color: #434A54;
  background: transparent;
  -webkit-transition: border-color 0.15s ease-in-out;
  -webkit-transform: rotate(-45deg);
}

#calendar .ui-datepicker-next .ui-icon {
  left: -4px;
  border-width: 1px 1px 0 0;
  -webkit-transform: rotate(45deg);
}

#calendar .ui-datepicker-prev:hover .ui-icon,
#calendar .ui-datepicker-next:hover .ui-icon {
  border-color: #FFF;
}

#calendar .ui-datepicker-title {
  /*cursor: default; */
  position: relative;
  width: 250px;
  height: 50px;
  padding: 0;
  margin: auto;
  background: #87aa44;
  color: #FFF;
  line-height: 50px;
  text-transform: uppercase;
}

#calendar .ui-datepicker-calendar {
  margin: 0;
}

#calendar .ui-datepicker-calendar thead th {
  /*cursor: default; laja*/
  height: 35px;
  padding: 0;
  background: #656D78;
  color: #FFF;
  line-height: 35px;
  text-transform: lowercase;
}

#calendar .ui-datepicker-calendar thead th.ui-datepicker-week-end {
  background: #434A54;
  color: #FFF;
}

#calendar .ui-datepicker-calendar tbody td {
  padding: 0;
  margin: 0;
}

#calendar .ui-datepicker-calendar tbody td.ui-datepicker-week-end {
  background: #FFF;
}

#calendar .ui-datepicker-calendar tbody td a.ui-state-default {
  width: 100%;
  height: 8vw;
  padding: 0;
  border: 0;
  background: transparent;
  -webkit-transition: background 0.15s ease-in-out, color 0.15s ease-in-out;
  color: #434A54;
  text-align: center;
  line-height: 50px;
}

#calendar .ui-datepicker-calendar tbody td a.ui-state-default:hover,
#calendar .ui-datepicker-calendar tbody td a.ui-state-active {
  background: #656D78;
  color: #FFF;
}

#calendar .ui-datepicker-calendar tbody td a.ui-state-highlight {
  background: #434A54;
  color: #FFF;
}

#calendar .ui-datepicker-calendar tbody td.ui-datepicker-unselectable {
  background: #656D78;
  opacity: .3;
}

#calendar .ui-datepicker-calendar tbody td.ui-datepicker-week-end.ui-datepicker-unselectable {
  background: #434A54;
  opacity: .6;
}

/*popup til kalender*/
/* Popup container*/
.popup {
display: none;
}

/* Add animation (fade in the popup) */
@-webkit-keyframes fadeIn {
    from {opacity: 0;}
    to {opacity: 1;}
}

@keyframes fadeIn {
    from {opacity: 0;}
    to {opacity:1 ;}
}

/*popup til kalender*/
/*Calendar slut*/


/* slideshow, anden text str */
@media only screen and (max-width: 300px) {
  .prev, .next,.text {font-size: 11px}
}

/*MEDIA QUERY*/
@media only screen and (max-width : 640px) {

  p{
    font-size: 20px;
  }

  h1 {
    margin-top:30%;
    font-size: 8vw;
  }

  h2 {
    margin-top: 10%;
  }
  article {
    margin: 0 5px 5px 5px;
  }
  footer {
  background-color: grey;
  color: white;
  margin-top: 20px;
  padding: 20px 0 20px 0;
  }

  header {
  	background: #f2f2f3;
  	width: 100%;
  	position: fixed;
    margin: 0;
    padding: 0 0 55px 0;
  	top: 0;
  	left: 0;
  	z-index: 100;
  }

  .container4 {
    display: flex;
    flex-direction: column;
    justify-content: center;
  }

  .container5 {
    display: flex;
    flex-direction: column;
    justify-content: center;
  }

  .rasser {
    width: 80%;
    height: 80%;
    margin-left: 10%;
}

  .bruger {
    display: inline;
    float: right;
    width: 7vw;
    margin: 1% 10px 0 0;
  }

  .logo1 {
    display: inline;
    float: left;
    width: 22vw;
    height: 7vw;
    margin: 1% 40px 10px 4px;
  }

  .ras {
    display: none;
  }

  .logo2 {
    display: none;
  }

  .conimg{
  width: 30%;
  height: 30%;
  }


/*Navbar*/
	#menu-icon {
		display:inline-block;
	}


  .nav {
    display: block;
  	padding-left: 30%;
  	margin-left: 0;
    line-height: 1.5;

  }

  nav {
  	text-align: center;
    padding: 0 0 0 10px;
    margin-top: 5px;
  }

	nav ul, nav:active ul {
		display: none;
		position: absolute;
		padding: 20px;
		background: #fff;
		border: 5px solid #444;
		top: 60px;
    height: 250px;
		width: 50%;
		border-radius: 4px 0 4px 4px;
    float: left;
    text-align: center;
}

nav li {
display: block;
  text-align: center;
  width: 40%;
  padding: 10px 0;
  margin: 0;

}

	nav:hover ul {
		display: block;
	}

    a.naven {
    	color: #354788;
    	text-decoration: none;
    	font-weight: bold;
      text-align: center;
    }
  /*Navbar slut*/

  .container2 {
  display: none;
  }

  .container3 {
    position: relative;
  }

  .top {
  position: absolute;
    float: left;
    margin: 8px 0 0 50px;
  }



  /*Calendar*/

  #calendar {
    position: relative;
    top: 35%;
    left: 0;
    right: 0;
    bottom: 0;
    width: 350px;
    height: 0;
    margin: auto;
    background: #E6E9ED;
    display: table;
    box-shadow: 0 0 0 10px #656D78;
  }

  #calendar .ui-datepicker {
    position: relative;
    width: 350px;
    height: 336px;
    padding: 0;
    margin: 0;
    border-radius: 0;
    border: 0;
    background: transparent;
    display: table-cell;
    vertical-align: middle;
    font-family: 'Helvetica', Arial, sans-serif;
    -webkit-font-smoothing: antialiased;
  }

  #calendar .ui-datepicker-header {
    position: relative;
    height: 50px;
    padding: 0;
    margin: 0;
    border-radius: 0;
    border: 0;
    background: transparent;
  }

  #calendar .ui-datepicker-prev,
  #calendar .ui-datepicker-next {
    cursor: pointer;
    position: absolute;
    top: 0;
    bottom: 0;
    width: 50px;
    height: 50px;
    margin: auto;
    border-radius: 0;
    background: #FFF;
    -webkit-transition: background 0.15s ease-in-out;
  }

  #calendar .ui-datepicker-prev {
    left: 0;
  }

  #calendar .ui-datepicker-next {
    right: 0px;
  }

  #calendar .ui-datepicker-prev:hover,
  #calendar .ui-datepicker-next:hover {
    border: 0;
    background: #656D78;
  }

  #calendar .ui-datepicker-prev .ui-icon,
  #calendar .ui-datepicker-next .ui-icon {
    position: absolute;
    top: 0;
    left: 4px;
    right: 0;
    bottom: 0;
    width: 8px;
    height: 8px;
    margin: auto;
    border-width: 1px 0 0 1px;
    border-style: solid;
    border-color: #434A54;
    background: transparent;
    -webkit-transition: border-color 0.15s ease-in-out;
    -webkit-transform: rotate(-45deg);
  }

  #calendar .ui-datepicker-next .ui-icon {
    left: -4px;
    border-width: 1px 1px 0 0;
    -webkit-transform: rotate(45deg);
  }

  #calendar .ui-datepicker-prev:hover .ui-icon,
  #calendar .ui-datepicker-next:hover .ui-icon {
    border-color: #FFF;
  }

  #calendar .ui-datepicker-title {
    /*cursor: default; */
    position: relative;
    width: 250px;
    height: 50px;
    padding: 0;
    margin: auto;
    background: #87aa44;
    color: #FFF;
    line-height: 50px;
    text-transform: uppercase;
  }

  #calendar .ui-datepicker-calendar {
    margin: 0;
  }

  #calendar .ui-datepicker-calendar thead th {
    /*cursor: default; laja*/
    height: 35px;
    padding: 0;
    background: #656D78;
    color: #FFF;
    line-height: 35px;
    text-transform: lowercase;
  }

  #calendar .ui-datepicker-calendar thead th.ui-datepicker-week-end {
    background: #434A54;
    color: #FFF;
  }

  #calendar .ui-datepicker-calendar tbody td {
    padding: 0;
    margin: 0;
  }

  #calendar .ui-datepicker-calendar tbody td.ui-datepicker-week-end {
    background: #FFF;
  }

  #calendar .ui-datepicker-calendar tbody td a.ui-state-default {
    width: 50px;
    height: 50px;
    padding: 0;
    border: 0;
    background: transparent;
    -webkit-transition: background 0.15s ease-in-out, color 0.15s ease-in-out;
    color: #434A54;
    text-align: center;
    line-height: 50px;
  }

  #calendar .ui-datepicker-calendar tbody td a.ui-state-default:hover,
  #calendar .ui-datepicker-calendar tbody td a.ui-state-active {
    background: #656D78;
    color: #FFF;
  }

  #calendar .ui-datepicker-calendar tbody td a.ui-state-highlight {
    background: #434A54;
    color: #FFF;
  }

  #calendar .ui-datepicker-calendar tbody td.ui-datepicker-unselectable {
    background: #656D78;
    opacity: .3;
  }

  #calendar .ui-datepicker-calendar tbody td.ui-datepicker-week-end.ui-datepicker-unselectable {
    background: #434A54;
    opacity: .6;
  }

  /* Popup */
  /* Popup container - can be anything you want */
  .popup {
      position: absolute;
      display: inline-block;
      cursor: pointer;
      color: #87aa44;
      -webkit-user-select: none;
      -moz-user-select: none;
      -ms-user-select: none;
      user-select: none;
      z-index: 3;
      margin: 200px 0 0 90px;
  }

  /* The actual popup */
  .popup .popuptext {
      visibility: hidden;
      width: 160px;
      height: 100px;
      background-color: #354788;
      color: #fff;
      text-align: center;
      border-radius: 4px;
      padding: 14px 0 80px 0;
      position: absolute;
      z-index: 1;
      bottom: 125%;
      left: 50%;
      margin-left: -80px;
      font-size: 1.2em;
  }


  /* Popup arrow */
  .popup .popuptext::after {
      content: "";
      position: absolute;
      top: 100%;
      left: 50%;
      margin-left: -5px;
      border-width: 5px;
      border-style: solid;
      border-color: #555 transparent transparent transparent;
  }

  /* Toggle this class - hide and show the popup */
  .popup .show {
      visibility: visible;
      -webkit-animation: fadeIn 1s;
      animation: fadeIn 1s;
  }
  /* Popup slut */


/* søgefelt */
  .search {
    width: 100%;
    position: absolute;
    top: -40px;
  }

  .searchTerm {
    float: left;
    width: 120px;
    border: 3px solid #656D78;
    padding: 5px;
    height: 30px;
    border-radius: 5px;
    outline: none;
    color: #e6e6e6;
    margin-left: -1%;
  }

  .searchTerm:focus{
    color: black;
  }

  .searchButton {
    float: left;
    width: 30px;
    height: 29px;
    border: 1px solid #656D78;
    background: #656D78;
    text-align: center;
    color: #fff;
    border-radius: 5px;
    cursor: pointer;
    font-size: 18px;
  }

  /*Resize the wrap to see the search bar change!*/
  .wrap{
    width: 30%;
    position: relative;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }

  .landsdele {
  display: none;
  }

}

@media (max-width:862px) and (min-width:640px) {
    h1 {
        display:none;
    }
    .container4 {
      display: flex;
      flex-direction: row;
    margin-top: 22%;
    }

    .container5 {
      display: flex;
      flex-direction: column;
      justify-content: center;
    }
}​
