
/*--------------------------
 --- BODY CONFIG START------
 -------------------------*/


body {
	background-color: white;
	font-family: arial;
	margin: 0px;
	
}

/*--------------------------
 --- BODY CONFIG END--------
 -------------------------*/



/* 
RON = NOOB!
*/

/*---------------------------
 - MENU BUTTON CONFIG START -
 ---------------------------*/


.container {
  display: none;
  float: right;
  background-color: white;
  padding-top: 5px;
  padding-right: 20px;
  cursor: pointer;
}

 @media screen and (max-width: 700px){
.container{
display: block;
} 
}

.bar1, .bar2, .bar3 {
  width: 35px;
  height: 5px;
  background-color: #000000;
  margin: 6px 0;
  transition: 0.4s;
}

.change .bar1 {
  -webkit-transform: rotate(-45deg) translate(-9px, 6px);
  transform: rotate(-45deg) translate(-9px, 6px);
}

.change .bar2 {opacity: 0;}

.change .bar3 {
  -webkit-transform: rotate(45deg) translate(-8px, -8px);
  transform: rotate(45deg) translate(-8px, -8px);
}
					
/*---------------------------
 - MENU BUTTON CONFIG END ---
 ---------------------------*/




/*--------------------------
 ------ TOP BAR START-------
 -------------------------*/

 
.logo {
	float: left;
	width: 127px;
	height: 44px;
}

.top {
	position: fixed;
	background-color: white;
	width: 100%;
	height: 44px;
	padding: 10px;
	border-bottom: 1px solid black;
}

#meny a{
	text-decoration: none;
	font-family: Arial;
	font-size: 16px;
	color: black;
	padding: 0px 15px;
	transition: color 0.2s
}

#meny a:hover{
	color: #1e82ce;
}


#meny{
	display: inline;
	float: right;
	background-color: white;
	line-height: 44px;
	margin-right: 20px;
	
}
 @media screen and (max-width: 700px){
#meny{
display: none;
}
}
@media screen and (min-width: 700px){
#meny{
display: block;
}
}





/*--------------------------
 ------ TOP BAR END---------
 -------------------------*/









.menuwrapper {
	position: relative;
	float: right;
	background-color: yellow;
	padding-right: calc(50px + 1vw);

}

.banner {
  background-image: url("../GFX/bg2.jpg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  background-attachment: fixed;
  height: calc(300px + 10vw);
  border-bottom: 1px solid black;
}

.contentbox {
	display: block;
	padding: calc(1rem + 1vw);
	background-color: white;
	height: auto;
}




.main {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(20rem, 1fr));
  grid-gap: 1vw;
  padding: 1vw;
  background-color: #ffffff;
  height: auto;
}

.insidemain {
//position: relative;
padding: 1rem;
font-family: arial;
color: Black;
background-color: rgba(255, 255, 255, 0.6);
text-align: left;

}

.insidemain h1 {
font-family: arial;
font-size: calc(16px + 0.5vw);
padding: 50px 0px;

	
}

.insidemain p {
text-align: left;
padding: 50px 0px 10px 0px;
	
}

.insidemain a {
color: #1e82ce;
font-family: arial;
font-size: 1rem;
text-decoration: none;
	
}

.bottom {

  position: relative;
  padding: 10px;
  text-align: center;
  font-family: arial;
  font-size: 10px;
}


