* {
    box-sizing: border-box;
    font-family: 'Lora', georgia, serif;
    margin: 0;
    padding: 0;
}
html,body {
	height: 100%; /*Firefox needs this line...*/
}
.header {
	position: fixed;
	top: 0px;
	height: 125px;
	width: 100%;
	z-index: 10;
	transition: 0.5s;
}
.menu {
	width: 100%;
	height: 90px;
	margin-top: 0px;
	text-align: center;
	position: relative;
	/*transition: 0.5s;*/
}
.MGMlogo {
    color: white;
    text-decoration: none;
    font-family: 'Dancing Script', cursive;
	line-height: 80px;
	font-size: 70px;
}
@media only screen and (max-width: 500px) {
    .MGMlogo {
    	font-size: 60px;
    }
}
@media only screen and (max-width: 400px) {
    .MGMlogo {
    	font-size: 50px;
    }
}
@media only screen and (max-width: 350px) {
    .MGMlogo {
    	font-size: 40px;
    }
}
.JULimg {
	height: 130px;
	position: absolute;
	left: 20px;
	top: 60px;
	transition: 0.5s;
	z-index: 99;
}
.menu .menuP {
	position: absolute;
	color: white;
	line-height: 90px;
	top: 0px;
	left: 30px;
}
.menu .MGMimg {
	max-height: 90px;
	margin-left: auto;
	margin-right: auto;
}
#mLine .MBimg {
	position: absolute;
	width: 1px;
	height: 1px;
	visibility: hidden;
	top: 0px;
	left: 0px;
}
.menu .NRimg {
	position: absolute;
	top: 20px;
	right: 40px;
	width: 50px;
	height: 50px;
	transition: 0.5s;
	cursor: pointer;
}
#mLine {
	text-align: center;
	width: 100%;
	height: 35px;
	position: relative;
	overflow: hidden;
	transition: 0.5s;
}
.line a {
	text-decoration: none;
	color: white;
	padding: 6px 20px;
	line-height: 35px;
	border: 2px rgba(0,0,0,0) solid;
	transition: 0.2s;
}
.line a:hover {
	border-bottom-color: white;
}
#bg {
	position: fixed;
	z-index: -999;
	width: 100%;
	height: 100%;
	background-size: cover;
	/*background-position: center center;*/
	background-image: var(--bgImage);
}
#trevligText {
	background: white;
	width: 80%;
	max-width: 800px;
	margin: 0px auto 80px auto;
	padding: 180px 50px 100px 50px;
	text-align: center;
	font-size: 18px;
}
#trevligText h2 {
    font-family: 'Dancing Script', cursive;
	font-size: 32px;
	margin: 20px 0px;
    overflow-wrap: break-word;
    word-wrap: break-word;
    
    /* Adds a hyphen where the word breaks, if supported (No Blink) */
    -ms-hyphens: auto;
    -moz-hyphens: auto;
    -webkit-hyphens: auto;
    hyphens: auto;
}
@media only screen and (max-width: 400px) {
    #trevligText h2 {
    	font-size: 24px;
    	margin: 20px 0px;
    }
}
#trevligText h3 {
	font-size: 20px;
	margin: 20px 0px;
}
#trevligText p {
	visibility: hidden;
	margin: 10px auto;
	max-width: 580px;
	line-height: 28px;
}
#trevligText .A {
	display: table;
	margin: 5px 0px;
	text-decoration: none;
	color: black;
	text-align: left;
}
#trevligText .A:hover {
	color: var(--menuColor);
}
.slideUp {
	animation-name: slideUp;
	-webkit-animation-name: slideUp;    
	animation-duration: 1s;
	-webkit-animation-duration: 1s;
	visibility: visible;
}
 
@keyframes slideUp {
	0% {
		opacity: 0;
		-webkit-transform: translateY(70%);
	} 
	100% {
		opacity: 1;
		-webkit-transform: translateY(0%);
	}   
}
 
@-webkit-keyframes slideUp {
	0% {
		opacity: 0;
		-webkit-transform: translateY(70%);
	} 
	100% {
		opacity: 1;
		-webkit-transform: translateY(0%);
	}
}
::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color:    #888;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
   color:    #888;
   opacity:  1;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
   color:    #888;
   opacity:  1;
}
:-ms-input-placeholder { /* Internet Explorer 10-11 */
   color:    #888;
}
.input {
	-webkit-appearance: none;
	-webkit-border-radius: 0;
	margin: 5px auto;
	padding: 10px 20px;
	width: 350px;
	outline: none;
	transition: 0.5s;
	border: 3px white solid;
	font-size: 18px;
}
.input[type=search]  {
	background: rgba(0,0,0,0);
}
.input[type=search]:focus {
	width: 400px;
}
.input[type=button]  {
	border-radius: 10px;
}
.input[type=submit]  {
	border-radius: 10px;
}
.red {
	background: #f66;
}
.red:hover {
	background: #f34;
}
.green  {
	background: #8f5;
}
.green:hover {
	background: #5d3;
}
.centerAlign {
	text-align: center;
}
.kategorier {
	position: relative;
	text-align: center;
	max-width: 1200px;
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 100px;
}
.k {
	display: inline-table;
	text-align: center;
	width: 220px;
	height: 200px;
	line-height: 200px;
	font-size: 30px;
	margin: 15px;
	border: 10px white solid;
	border-radius: 50%;
	background: var(--menuColor);
	color: white;
	cursor: pointer;
	transition: 0.5s;
}
.k:hover {
	color: var(--menuColor);
	background: white;
}
.Q {
	width: 70%;
	text-align: left;
	margin: auto;
}
#options {
	width: 400px;
	margin: 0px auto;
}
.option {
	display: block;
	width: 100%;
	text-align: center;
	line-height: 50px;
	height: 50px;
	margin-bottom: 5px;
	border: 3px var(--menuColor) solid;
	color: black;
	background: white;
	text-decoration: none;
	overflow: hidden;
}
.option:hover {
	background: var(--menuColor);
	color: white;
}
.lys {
    color: var(--menuColor);
}
.tagg {
	text-decoration: none;
	color: rgba(0,0,0,0.6);
}
.tagg:hover {
	color: var(--menuColor);
}
.pageA:hover {
	text-decoration: underline;
	cursor: pointer;
}
@media only screen and (max-width: 800px) {
	.JULimg {
		position: absolute;
		top: 0px;
		right: 0px;
		width: 1px;
		height: 1px;
		visibility: hidden;
	}
	.menu .menuP {
		position: absolute;
		top: 0px;
		left: 0px;
		width: 1px;
		height: 1px;
		visibility: hidden;
	}
	.menu .MGMimg {
		max-width: 100%;
		margin-left: auto;
		margin-right: auto;
	}
	#mLine .MBimg {
		position: relative;
		width: 70px;
		height: 35px;
		visibility: visible;
	}
	.menu .NRimg {
		position: absolute;
		top: 0px;
		right: 0px;
		width: 1px;
		height: 1px;
		visibility: hidden;
	}
	.line a{
		display: block;
		padding: 0px;
		height: 50px;
		line-height: 50px;
		margin: 20px;
		visibility: hidden;
		font-size: 32px;
	}
	.line a:hover{
		font-size: 40px;
		border-bottom-color: rgba(0,0,0,0);
	}
	#trevligText {
		width: 100%;
		padding: 180px 20px 50px 20px;
	}
	.input {
		margin: 5px auto;
		padding: 10px 20px;
		width: 70%;
	}
	.input[type=search]  {
		background: rgba(0,0,0,0);
	}
	.input[type=search]:focus {
		width: 80%;
	}
	.input[type=button]  {
		border-radius: 10px;
	}
	.input[type=submit]  {
		border-radius: 10px;
	}
	#options {
		width: 80%;
	}
}

.borderBtn {
    text-decoration: none;
    color: white;
    margin-top: 0px;
    height: 50px;
    padding: 14px 25px 0 25px;
    display: inline-block;
}
.borderBtn:hover {
    background: #ccc;
    cursor: pointer;
    color: black;
}


