*{
	margin: 0px;
	padding: 0px;
	font-family: 'Plus Jakarta Sans', sans-serif;
}

p{
	padding: 1em;
}

body{
	display: grid;
	width: 100%;
	height: 100vh;
	background-image: url("bilder/backgroundm.png");
	background-color: black;
	background-size: cover;
	
}

.gridItem{
	display: grid;
}

header{
 display: inline-grid;
 position: fixed;
 width: 100%;
 top: 0px;
 background: rgba(0, 0, 0, 0.9);
 z-index: 4;
}

h1{
	margin-top: 60px;
	font-weight: 800;
	color: whitesmoke;
	width: 100%;
	text-align: center;
}


.navStand{
	display: none;

}

.navMobile{
	list-style-type: none;
	height: 2vu;
	width: 100%;
}

.navMobile ul{
	visibility: hidden;
	display: none;
}



.navMobile: kl {
	visibility: visible;
	display: inline-block;

}

.header-content {
  align-items: center;
  max-width: 1200px;
  margin: 0 auto;
  padding: 10px 20px;
}

.logo {
  text-decoration: none;
  font-size: 25px;
  color: inherit;
  margin-right: 20px;
}

label {
  padding: 23px 20px;
  position: absolute;
  cursor: pointer;
  right: 0;
  top: 0;
}

input[type="checkbox"] {
  opacity: 0;
  position: absolute;
  right: 0;
}

label span {
  width: 20px;
  height: 3px;
  display: block;
  background: white;
  position: relative;
}

label span::after, label span::before {
  content: "";
  position: absolute;
  display: block;
  background: inherit;
  width: inherit;
  height: inherit;
} 

label span::before{
  top: 8px;
}

label span::after {
  bottom: 8px;
} 

label::before {
  position: absolute;
  content: "";
  width: 58px;
  height: 49px; 
  top: 0;
  right: 0;
}

input[type="checkbox"]:focus + label::before {
  box-shadow: 0 0 20px whitesmoke;
}

ul {
  background: rgba(0, 0, 0, 0.9);
  box-shadow: 0 0 20px whitesmoke;
  list-style-type: none;
}

ul li {
   list-style: none;
   font-size: 18px;
}

ul li button {
    font-size: inherit;
    border: none;
    background-color: black;
    cursor: pointer;
    width: 100%;
}

ul li a {
   display: block;
   color: whitesmoke;
   text-decoration: none;
}

ul li a, ul li button {
  padding-top: 10px ;
  padding-bottom: 10px;
  text-align: center;
}

.menus {
  position: absolute;
  top: 3.2rem;
  left: 0;
  right: 0;
  
  /*  hide dropdown on small screens  */
  visibility: hidden;
  /*  smooth transitioning  */
  transform: translateY(-1em);
  transition: transform ease 0.2s;
}

/* toggle main dropdown */

input[type="checkbox"]:checked ~ nav > ul {
  visibility: visible;
  transform: translateY(0);
}

.dropdown {
  padding: 2px 1.5rem;
  height: 0;
  overflow: hidden;
  transition: height ease 0.2s;

}

li:focus-within .dropdown {
  height: 135px;
}

.arrow {
  width: 0.5em;
  height: 0.5em;
  display: inline-block;
  vertical-align: middle;
  border-left: 0.15em solid currentColor;
  border-bottom: 0.15em solid currentColor;
  transform: rotate(-45deg);
  margin-left: 0.38em;
  margin-top: -0.25em;
  transition: transform 100ms ease-in-out;
}

li:focus-within > button > .arrow {
  transform: rotate(-225deg);
  margin-top: 4px;
}

h3{
	margin-top: 10px;
	margin-bottom: 10px;
}





.logga{
	width: 112px;
	height: relative;
	padding-left: 4px;
	padding-top: 2px;
}

a{
	display: grid;
	grid-row: span 1;
	width: 100%;
	height: 100%;
	text-align: center;
	font-size: x-large;
	color: whitesmoke;
	text-decoration: none;
}

.navText{
	margin-top: 10px;
	font-family: 'Alumni Sans Pinstripe', sans-serif;
	font-size: 25px;

}

.mail{
	font-size: 12px;
	text-align: left;
}



	/* Content stuff*/

/* Content Startsida*/

.linkStart{
	font-size: 1em;
}

.contentStart{
	background: rgba(0, 0, 0, 0.7);
	color: whitesmoke;
	display: grid;
	text-align: justify;
	margin: 25px;
}

.headerContentStart{
	text-align: center;
}

.imgContentStart{
	max-width: 100%;
	height: auto;
}

.txtContentStart{
	text-align: center;
}

/* Content DJ*/
.djDesc{
	display: none;
	position: absolute;
	background: rgba(0, 0, 0, 0.7);
	font-size: 20px;
	padding: 0px;
	

}

.djContainer{
	font-size: small;
	position: static;
	width: 90%;
	box-sizing: border-box;
	color: whitesmoke;
	margin: 20px;
}

.djName{
	text-align: center;
}

.djBilder{
	width: 100%;
	box-shadow: 0 0 20px whitesmoke;
}




.djBilder:hover + .djDesc{
	display: block;
	
}

/* Content Tek*/

.contentTek{
	background: rgba(0, 0, 0, 0.7);
	color: whitesmoke;
	display: grid;
	text-align: justify;
	margin: 25px;
}

.headerContentTek{
	text-align: center;
}

.imgContentTek{
	width: 100%;
}

/* Content Contact*/

.contentCon{
	background: rgba(0, 0, 0, 0.7);
	color: whitesmoke;
	display: grid;
	text-align: justify;
	margin: 10px;
}

.headerContentCon{
	text-align: center;
}

.imgContentCon{
	width: 100%;
}

.txtContentCon{
	text-align: left;
}



.contentOm{
	background: rgba(0, 0, 0, 0.7);
	color: whitesmoke;
	display: grid;
	text-align: justify;
	margin: 25px;
}

footer{
	width: 100%;
	background: black;
	color: whitesmoke;
	text-align: center;

}

.footerList{
	box-shadow: none;
	padding: none;
}

.footerListLi{
	padding-top: 10px;
}

.footerSubList{
	padding 0px;
}

.linkFooter{
	color: whitesmoke;
	font-size: 16px;
	padding: 0px;
}

.footerH{
	color: whitesmoke;
	font-size: 18.72px;
	padding-top: 3px;
}

.footLogga{
	width: 40px;
	height: relative;
}






/* SLIDESHOW GREJEN */

/* Slideshow container */
.slideshow-container {

  width: 100%;
  position: relative;
  margin: auto;
  object-fit: fill;

}

/* Hide the images by default */
.mySlides {
  display: none;
 
}

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

}

/* 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;
 	text-shadow: -1px 1px 1px black;
  font-size: 15px;
  padding: 8px 12px;
  position: absolute;
  bottom: 8px;
  width: 100%;
  text-align: center;

}

/* The dots/bullets/indicators */
.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;
}

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

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





@media (min-width: 600px){

	.dropdown{
		display: none;
	}

	.header-content{
		display: none;
	}

	body{
		grid-template-columns: repeat(2, 1fr);

	}

	.gridItem{
		grid-template-columns: repeat(2, 1fr);
	}

	header{
		grid-column: span 2;
		grid-template-columns: repeat(5, 1fr);
		grid-template-rows: 1fr;
		position: sticky;

	}

	ul{
		height: 100%;
	}
	.logga{
		width: 180px;
	}

	
	.navStand{
		display: inline-grid;
		grid-column: span 4;
		grid-row: span 1;
		list-style-type: none;
		width: 100%;
		
	}

	.navStandUl{
		box-shadow: none;
		background: none;

	}

	.navSChoise{
		display: inline-grid;
		grid-template-rows: 100%;
		width: 19.49%; /* NAVBAR val bredd*/
		text-align: center;
		align-content: center;
		height: 100%;
		padding: none;
	}

	.linkNavStand{
		padding: 0px;
		background-color: none;

	}

	.navLogga{
		width: 100%;
	}

	h1{
		grid-column: span 2;
		margin-top: 0px;
	}

	footer{
		grid-column: span 2;
		position: relative;
		bottom: 0px;
	}

	.djDesc{
		width: 45%;
	}
	.gridItem{
		grid-column: span 2;
	}
	.gridItemCon{
		display: grid;
		grid-template-columns: repeat(2, 1fr);
		grid-column: span 2;
		grid-template-rows: auto;
	}

	.contentOm{
		grid-column: span 2;
	}



}

@media (min-width: 900px){
	
	body{
		grid-template-columns: repeat(5, 1fr);
		grid-template-rows: auto;
	}

	header{
		grid-column: span 5;
	}

	h1{
		grid-column: span 5;
	}
	footer{
		grid-column: span 5	;
		position: relative;
		bottom: 0px;
	}

	.contentStart{
		grid-column-start: 2;
		grid-column-end: 5;
	}

	.contentTek{
		grid-column-start: 2;
		grid-column-end: 5;
		display: grid;
		grid-template-columns: repeat(3, 1fr);
	}

	.contentOm{
		grid-column-start: 2;
		grid-column-end: 5;
	}

	.contentCon{
		grid-column: span 2;
		grid-row: auto;
	}

	.gridItem{
		display: inline-grid;
		grid-template-columns: repeat(3, 1fr);
		grid-column-start: 2;
		grid-column-end: 5;
	}

	.gridItemCon{
		display: inline-grid;
		grid-template-columns: repeat(4, 1fr);
		grid-column-start: 2;
		grid-column-end: 5;
	}


	.djDesc{
		width: 18%;
	}

	.headerContentTek{
		grid-column: span 3;
	}
	.txtContentTek{
		grid-column: span 2;
	}

	.headerContentCon{
		grid-column: span 3;
	}
	.imgContentCon{
		grid-column: span 3;
	}
	.txtContentCon{
		grid-column: span 3;
	}
	.navText{
		font-size: 35px;
	}
	.navSChoise{
			width: 19.7%; /* NAVBAR val bredd*/
	}

}

@media (min-width: 1440px){
	body{
		grid-template-columns: repeat(7, 1fr);
	}

	header{
		grid-column: span 7;
	}

	h1{
		grid-column: span 7;
	}
	footer{
		grid-column: span 7;
	}
	.gridItem{
		grid-column-start: 3;
		grid-column-end: 6;
	}

	.gridItemCon{
		grid-column-start: 3;
		grid-column-end: 6;
	}

	.contentStart{
		grid-column-start: 3;
		grid-column-end: 6;
	}
	.contentTek{
		grid-column-start: 3;
		grid-column-end: 6;
	}


	.contentOm{
		grid-column-start: 3;
		grid-column-end: 6;
	}

	.navText{
		font-size: 45px;
	}

	footer{
		position: relative;
		bottom: 0px;
	}

	.djDesc{
		width: 12.89%;
	}
}