body{
	font:15px/1.5 Arial, Helvetica, sans-serif;
	padding:0;
	margin:0;
	background-color:#f4f4f4;
}

.container{
	margin:auto;
	overflow: hidden;
}

#header{
	padding: 20px;
	margin:0;
	width: 100%;
	min-height: 80px;
	box-sizing: border-box;
	background: #ffffff;
	border-bottom: #ff0000 2px solid;
	transition: .5s;
}

.logo{
	padding: 0px 0px 0px 100px;
	height:auto;
}

header ul{
	position: relative;
	margin: 0;
	padding: 0;
	display: flex;
	float: right;
	transition: .5s;
}

ul li{
	list-style: none;
}

ul li a{
	position: relative;
	display: block;
	padding: 5px 20px;
	margin: 10px 0;
	text-transform: uppercase;
	text-decoration: none;
	color: black;
	font-size:16px;
	transition: .5s;
}

#header ul li a:hover{
	font-weight: bold;
	color: black;
	text-decoration: none;
}

@media(max-width:1290px){
	header{
		padding: 0 0 0 0;
		background:#ffffff;
		list-style: none;
	}
	header ul{
		width:100%;
		display: block;
	}

	header ul li{
		list-style: none;
	}
	header ul li a{
		margin: 0;
		display: block;
		text-align: center;
		color: #C0C0C0;
		background: rgba(0, 0, 0, 0.7);
		text-transform: uppercase;
		text-decoration:none;
	}
	.logo{
		padding: 0;
		min-height: 80px;
	}
}


#udstillingsvindue{
	text-align:center;
	min-height: 400px;
	background:url('./img/udstillingsimg.jpg');
	background-repeat: no-repeat;
	background-size: cover;
	background-attachment: fixed;
	color:#f4f4f4;
}

#udstillingsvindue h1{
	margin-top: 100px;
	font-size:50px;
	margin-bottom: 10px;
}

#udstillingsvindue p{
	font-size: 20px;
	margin: 5% 20% 15% 20%;
}

#omos {
	width:100%;	
	padding: 30px;
	padding-top: 40px;
	background:#E0E0E0;
	color:#333333;
	border-bottom: #ff0000 1px solid;
}

#viudfører {
	text-align: center;
	font-size: 17px;
}

#viudfører ul {
	padding: 0;
}


#omos div[id="pbilled"]{
	text-align: center;
	float: left;
}
#omos img{
	width: 30%;
	height: 30%;
}

#services1{
	padding: 15px;
	text-align: center;
	width:80%;
	margin:auto;
	overflow: hidden;
	font-size: 15px;
}

#services1 ul li{
	text-align: left;
	list-style-type: none;
	font-size: 17px;
	float:left;
	width:50%;
	margin:2px;
	margin-left: 110px;
	font-weight: bold;
}

#services1 i{
	margin-right: 15px;
}

#side-pic {
	margin-top: 15px;
	max-width:100%;
}

#deløsteprojekter{
	text-align: center;
	margin: 3%;
}

.instaimg img {margin-bottom:30px;}
.instaimg img:hover {
	opacity:0.8;
	-moz-opacity:0.8;
	-webkit-opacity:0.8;
}



#materialer{
	text-align: center;
	margin-bottom: 0px;
	background:url('./img/kobber.jpg');
	background-repeat: no-repeat;
	background-size: cover;
	background-attachment: fixed;
}

#materialer article{
	color: #DCDCDC;
	background: rgba(0, 0, 0, 0.6);
	padding: 25px; 
}


#kontakt{
	padding: 30px 10px 40px 10px;
	background:#c0c0c0;
	color:#1a1a1a;
	text-align: center;
}

#kontakt input  {
	width: 100%;
	margin: 2px;
	font-size:16px;
	border: 1px solid #ccc;
	border-radius: 4px;
	padding:4px;
}

#kontakt textarea {
	width: 100%;
	height: 140px;
	margin: 2px;
	font-size:16px;
	border: 1px solid #ccc;
	border-radius: 4px;
	padding:4px;
}


#kontakt form {
	padding-right: 10%;
	padding-left: 10%;
}

.button_1{
	margin:4px;
	font-size: 14px;
	height: 30px;
	border: 1px solid #ccc;
	border-radius: 4px;
	box-sizing: border-box;
	resize: vertical;
	cursor:pointer;
}

#kontakt{
	font-size: 19px;
	color:#333333;
}

#kontakt i{
	font-size: 23px;
	margin-right: 10px;
}


#map{
	height: 200px;
	width:50%;
}

footer{
	border-top: #ff0000 2px solid;
	text-align: center;
	padding:20px;
}


/** Make sure the logo shrinks when the page gets really small */
#site-logo {
	max-width:100%;
}

/** Overcome possible bootstrap bug that causes horizontal scroll.
    See: https://github.com/twbs/bootstrap/issues/8959
    */
.row{
    margin-left: 0;
    margin-right: 0;
}