html {
scroll-behavior: smooth;
}

.musehaand {
cursor: pointer;
}


.etlink {
background-color: #f44336;
color: white;
padding: 14px 25px;
text-align: center;
text-decoration: none;
display: inline-block;
cursor: pointer;
margin-top: 5px;
margin-bottom: 5px;
border-radius: 20px;
outline: none;
}

.fototop {
padding-top: 65px;
}


#ScrollTilbageKnappe {
display: none;
position: fixed;
bottom: 100px;
right: 30px;
z-index: 99;
font-size: 18px;
border: none;
outline: none;
background-color: red;
color: white;
cursor: pointer;
padding: 15px;
border-radius: 50px;
}

#ScrollTilbageKnappe:hover {
background-color: #555;
}


.loader_bg {
position: fixed;
z-index: 9999999;
background: #fff;
width: 100%;
height: 100%;
}

.loader {
height: 100%;
width: 100%;
position: absolute;
left: 0;
top: 0;
display: flex;
justify-content: center;
align-items: center;
}

.loader img {
width: 280px;
}



* {
box-sizing: border-box;
}

/* Create two equal columns that floats next to each other */
.column {
float: left;
width: 33%;
padding: 10px;
height: 125px; /* Should be removed. Only for demonstration */
border-right: 0px solid white;
border-top: 0px solid white;
border-bottom: 0px solid white;
}

/* Clear floats after the columns */
.row:after {
content: "";
display: table;
clear: both;
}

/* Responsive layout - makes the two columns stack on top of each other instead of next to each other */
@media screen and (max-width: 600px) {
.column {
width: 100%;
}
}



.fb-pageX {
transform: scale(1.4);
-ms-transform: scale(1.4);
-webkit-transform: scale(1.4);
-o-transform: scale(1.4);
-moz-transform: scale(1.4);
transform-origin: top left;
-ms-transform-origin: top left;
-webkit-transform-origin: top left;
-moz-transform-origin: top left;
-webkit-transform-origin: top left;
display: inline-block;
width: 150px !important;
left: 0;
}


@media screen and (max-width: 360px) {
.fb-page {
display: none;
}
}


.midt {
font-family: 'Lobster', cursive; 
font-size:48px;
}



@media all and (min-width: 600px) {
.content {
height: 550px;
padding-left: 50px;
}
}



.facebook-responsive {
overflow:hidden;
padding-bottom:56.25%;
position:relative;
height:0;
}

.facebook-responsive iframe {
left:0;
top:0;
height:100%;
width:100%;
position:absolute;
}



.facebook-responsiveX iframe {
width: 100% !important;
height: 215px;
} 

#map{
border: 0px;
}


iframe { 
// height: auto;
border: 0px;
}



@media all and (max-width: 600px) {
.imellem {
padding-bottom: 70px;
}
}



@media all and (min-width: 1024px) {
.oneThirdhoj {
height: 630px;
}
}

body {
font-family: Verdana, sans-serif;
}