@charset "utf-8";
/* CSS Document */

main {
	width: 960px;
	height: auto;
	overflow: hidden;
	background-color: #262525;
}
body {
	width: 960px;
	height: auto;
	background-color: black;
	margin: 0 auto;
	font-family: "Arial";
	color: white;
}
header {
	width: 100%;
	height: auto;

}
header a {
	text-align: center;
	text-decoration: none;
	color: white;
	margin-left: 15%;
}
header a img {
	margin-right: 30px;
}
header h2 {
	font-size: 20px;
	display: inline-block;
}
/*Slideshow*/
#slider {
	width: 900px;
	height: auto;
	margin: 0 auto;
}
nav {
	width: 20%;
	height: auto;
	margin-left: 30px;
	display: inline-block;
	float: left;
}
nav a {
	color: #AAC4F8;
	font-size: 15px;
	text-decoration: none;
}
nav a:hover, #adresse a:hover, header a:hover, .tiltop a:hover, .footer h3:hover {
	color: yellow;
}
nav li {
	list-style-type: none;
	margin-top: 7px;
}
nav ul {
	padding: 0px;
}
nav img {

	margin: 0 auto;
	margin-top:20px;

}
#indhold p {
	margin: 20px 20px;
	font-size: 16px;
	text-align: justify;
}
#indhold h1 {
	font-size: 24px;
	color: white;
	text-align: center;
}

.fa {

	color: white;
	font-size: 20px;
	margin: 10px;
}
#medier, #pust, #salg, #banner, #flag, #indhold, #kontakt, #mobler, #telte, #skilte, #popup, #firmagaver, #floor, #emballage, #gulvfolie, #standies, #rollup, #festival, #billedertapet{
	width: 76%;
	height: auto;
	float: left;
}
.pm {
	float: left;
	text-align: center;
	margin-left: 30px;
}

#pust img{
	margin-left: 7%;
}
#salg h2, #pust h2, .banner h2, #flag h4, #banner h4, #mobler h4, #telte h4, #skilte h4, #popup h4, #firmagaver h4, #floor h4, #emballage h4, #gulvfolie h4, #medier h4, #standies h4, #billedertapet h4, #rollup h4, #festival h4 {
	font-size: 20px;
	text-align: center;
}
#kontakt h4 {
	text-align: center;
	font-size: 20px;
}
.flag, .banner {
	float: left;
}
.flag h2, .banner h2, .flag h2, .pm h2, #salg h4, .mobler h2, .telte h2, .skilte h2, .popup h2, .firmagaver h2, .floor h2, .emballage h2, .gulvfolie h2, .standies h2, #billedertapet h2, #rollup h2, #festival h2 {
	text-align: center;
	font-size: 16px;
}
.banner img {
	margin-left: 7%;
	padding-right: 60px;
}
.salg img{
	margin-left:50px;
}
#banner h3, #salg h3, #mobler h3, #flag h3, #telte h3, #skilte h3, #popup h3, #firmagaver h3, #floor h3, #emballage h3, #gulvfolie h3, #medier h3, #standies h3,  #rollup h3, #festival h3 {
	width: 90%;
	text-align: justify;
	font-size: 16px;
	margin-left: 5%;
}
#pust h3, #billedertapet h3 {
	width:86%;
	text-align:justify;
	font-size:16px;
	margin-left:7%;
}
	
.mobler, .telte, .skilte, .popup, .firmagaver, .floor, .emballage, .gulvfolie, .salg, .flag, .standies, .rollup, .festival{
	float: left;
	margin-left: 6%;
	width:300px;
}
.billedertapet {
	width:600px;
	height:auto;
	float:left;
		margin-left: 6%;
}

.tiltop {
	width: 100%;
	height: auto;
	float: left;
	text-align: center;
	margin: 10px 0;
}
.tiltop a {
	color: white;
	font-size: 16px;
	text-decoration: none;
}
#Formular {
	width: 75%;
	margin: 0 auto;
	text-align: left;
	height: auto;
}
#find {
	height: auto;
	overflow: hidden;
}
#map {
	width: 100%;
	height: 300px;
	margin: 0 auto;
}
#findos h2 {
	color:white;
	font-size:20px;
	text-align:center;
	width:133%;
}
#find h2 {
	width:100%;
	text-align: center;
	font-size: 20px;
	color:white;
float:left;
}
#kontakt p {
	max-width: 550px;
	height: auto;
	color: white;
	margin-left: 45%;
	font-size: 16px;
	margin-top: 40px;
}

/* Wobble Vertical */
@keyframes hvr-wobble-vertical {
 16.65% {
 transform: translateY(8px);
}
 33.3% {
 transform: translateY(-6px);
}
 49.95% {
 transform: translateY(4px);
}
 66.6% {
 transform: translateY(-2px);
}
 83.25% {
 transform: translateY(1px);
}
 100% {
 transform: translateY(0);
}
}
 @keyframes hvr-wobble-vertical {
 16.65% {
 transform: translateY(8px);
}
 33.3% {
 transform: translateY(-6px);
}
 49.95% {
 transform: translateY(4px);
}
 66.6% {
 transform: translateY(-2px);
}
 83.25% {
 transform: translateY(1px);
}
 100% {
 transform: translateY(0);
}
}
.hvr-wobble-vertical {
	display: inline-block;
	vertical-align: middle;
	transform: translateZ(0);
	box-shadow: 0 0 1px rgba(0, 0, 0, 0);
	backface-visibility: hidden;
}
.hvr-wobble-vertical:hover, .hvr-wobble-vertical:focus, .hvr-wobble-vertical:active {
	animation-name: hvr-wobble-vertical;
	animation-duration: 1s;
	animation-timing-function: ease-in-out;
	animation-iteration-count: 1;
}
@keyframes hvr-wobble-horizontal {
 16.65% {
 -webkit-transform: translateX(8px);
 transform: translateX(8px);
}
 33.3% {
 -webkit-transform: translateX(-6px);
 transform: translateX(-6px);
}
 49.95% {
 -webkit-transform: translateX(4px);
 transform: translateX(4px);
}
 66.6% {
 -webkit-transform: translateX(-2px);
 transform: translateX(-2px);
}
 83.25% {
 -webkit-transform: translateX(1px);
 transform: translateX(1px);
}
 100% {
 -webkit-transform: translateX(0);
 transform: translateX(0);
}
}
.hvr-wobble-horizontal {
	display: inline-block;
	vertical-align: middle;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	box-shadow: 0 0 1px rgba(0, 0, 0, 0);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-moz-osx-font-smoothing: grayscale;
}
.hvr-wobble-horizontal:hover, .hvr-wobble-horizontal:focus, .hvr-wobble-horizontal:active {
	-webkit-animation-name: hvr-wobble-horizontal;
	animation-name: hvr-wobble-horizontal;
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-timing-function: ease-in-out;
	animation-timing-function: ease-in-out;
	-webkit-animation-iteration-count: 1;
	animation-iteration-count: 1;
}
#FejlBesked1, #FejlBesked2, #FejlBesked3 {
	background-color: #b59538;
	color: #4d1b1d;
	font-family: "Arial";
	font-size: 20px;
}
#InputNavn, #InputMail, #InputTelefonNummer, #InputKommentar {
	width: 299px;
	padding: 7px;
	float: right;
	font-family: "Arial";
	font-size: 15px;
	border-radius: 5px;
	outline: none;
}
#InputKommentar {
	width: 299px;
	height: 180px;
	border-radius: 5px;
	border-radius: 5px;
	color: #4a160f;
}
#LabelNavn, #LabelMail, #LabelTelefonNummer, #LabelKommentar {
	width: 200px;
	height: 20px;
	color: #2E2A2A;
	font-family: "Arial";
	font-size: 18px;
	color: white;
	padding-left: 70px;
}
#Succes {
	background-color: green;
	border-style: solid;
	border-color: #000000;
}
input[type="submit"] {
	background-color: #ffffff;
	border-radius: 5px;
	height: 40px;
	width: 150px;
	font-size: 24px;
	font-family: "Arial";
	color: #636466;
	font-size: 18px;
	margin-left: 58%;
	margin-top: 40px;
	margin-bottom: 20px;
}
input[type="submit"]:hover {
	background-color: #807F84;
	color: #c2b6af;
}
#adresseinfo {
	width: 100%;
	height: auto;
	float: left;
	margin-left:150px;

}
#map {
	width: 500px;
	height: 300px;
	margin: 0 auto;
	float:right;
}
.info {
	width: auto;
	height: auto;
	float: left;
}
.info img {
	margin: 20px 0 0 20px;
}
#adresse {
	width: 45%;
	float: right;
	margin-top:25px;
}
#adresse h2 {
	font-size: 20px;
	margin-top: 5%;
}
#adresse h3 {
	line-height: 43%;
	font-size: 16px;
}
#adresse a {
	text-decoration: none;
	color: white;
	font-size: 18px;
	font-family: "Arial";
}
footer {
	width: 100%;
	height:50px;
	background-color:#2E2D2D;
	margin-top:20px;

	float: left;
}
.footer .fa{
	margin:2px 4px;
	float:right;
}
.footer h2{
	color:white;
	font-size:16px;
	
		float:right;
line-height:6%;

}
footer div{
	margin:14px 30px;
}
.footer h3{
		color:white;
	font-size:16px;
	
		float:left;
line-height:6%;
text-decoration:underline;
}

