@import url(https://fonts.googleapis.com/css?family=Raleway:200,300,400,500,600);

body {
	font-family: 'Raleway', sans-serif;
	font-weight: 300;
	color: #777;
	margin: 3%;
	font-size: 16px;
}

.imagix {
	font-weight: 500;
}

h1 {
	font-family: 'Raleway', sans-serif;
	font-weight: 500;
	font-size: 36px;
	margin-bottom: 36px;
	color: #f14e3c;
}

h2 {
	font-family: 'Raleway', sans-serif;
	font-weight: 500;
	font-size: 24px;
	margin-bottom: 16px;
}

p {
	line-height: 22px;
	margin-bottom: 22px;
}

#page p a, #page li a, #page .row a {
	color: #f14e3c;
}

b {
	font-weight: 500;
	color: #555;
}

a {
	color: inherit;
	text-decoration: none;
}

a:hover {
	color: #f14e3c;
	text-decoration: none;
}

a:active { 
    color: #ff8a73; /* lysere version af #f14e3c */
}

/* DEFAULTS */

.left {
	float: left;
}

.right {
	float: right;
}

.clear {
	clear: both;
}

.centered {
	text-align: center;
}

.shadow {
	text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.7);
}

.full_width {
	width: 100%;
	overflow: none;
}

.video_wrapper {
	position: relative;
	width: 100%;
	margin-bottom: 36px;
	background-color: #777;
}

.video_wrapper video {
	width: 100%;
	height: auto;
}


/* PAGE AREAS */

#header {
	width: 100%;
	border-bottom: 1px solid #AAA;
	padding-bottom: 22px;
	margin-bottom: 22px;
/* 	text-transform:uppercase; */
	letter-spacing: 1px;

/* fixed header test */
/*
	position: fixed;
	width: 94.1%;
	padding-top: 3%;
	top: 0px;
	z-index: 100;
	background-color: rgba(255,255,255,0.95);
*/
}

#header ul li {
	display: inline;
	list-style-type: none;
	padding-left: 30px;
}

.dropdown {
	height: 0px;
	overflow: hidden;
	font-size: 13px;
}

#dropdown_foto {
	margin-right: 121px;
}

#page {
	width: 800px;
	margin: 88px auto 44px auto;
}

#page img {
	width: 100%;
	height: auto;
	margin: 0px auto 10px auto;
}

#page .list {
	display: table;
}

#page .row {
	display: table-row;
}

#page .col {
	display: table-cell;
	vertical-align: top;
}

#page .col_narrow {
	display: table-cell;
	vertical-align: top;
}

#page ul {
	margin-bottom: 22px;
	line-height: 22px;
	list-style: square;
	list-style-position: inside;
}

#page ul li {
	margin-bottom: 11px;
}

#page iframe { /* 360 foto eksempler */ /* tilpasset projects.php visning */
	position: relative;
	width: 340px;
	height: 200px;
	border: 0px;
	overflow: hidden;
	margin-bottom: 36px;
}

.box, .box_xl {
	position: relative;
	width: 32%;		/* desired width */
	background-color: #777;
/* apa part */
	float: left;
	margin-right: 1%;
	margin-bottom: 1%;
	background-position: center center;
	background-size: cover;
}

.box:before, .box_xl:before {
	content: "";
	display: block;
	padding-top: 56.25%; /* 56.25 50 75 100 200 */
}

.boxcontent {
	position:  absolute;
	left: 0px;
	bottom: 0px;
	width: 100%;
	padding: 15px;
}

.boxcontent_b {
	position:  absolute;
	left: 0px;
	bottom: 0px;
	width: 100%; /* gaar ud over box */
	padding: 15px;
	background-color: rgba(255,255,255,0.5)
}

.boxcontent_link_containt { /* for at faa box med 100% iframe til at linke */
	position:  absolute;
	left: 0px;
	bottom: 0px;
	width: 100%; /* gaar ud over box */
	height: 100%;
	background-color: rgba(255,255,255,0.0)
}

.boxcontent_attachment {
	margin: -1px;
	height: 50px;
	width: 100%;
	background-color: #FFF;
	border: 1px solid  #AAA;
	font-size: 12px;
	
}

.boxcontent_attachment p {
	margin: 15px;
}


.t { /* title */
	font-size: 18px;
	color: #FFF;
	text-shadow: 1px 2px 1px rgba(0,0,0,0.8);
	margin-bottom: 0px;
}

.s { /* subtitle */
	font-size: 12px;
	color: #FFF;
	text-shadow: 1px 2px 1px rgba(0,0,0,0.8);
	margin-bottom: 0px;
}

.boxcontent_text {
	position: absolute;
	top: 55px;
	left: 15px;
	bottom: 0px;
 	right: 15px;
	font-weight: 500;
	font-size: 28px; /* fallback */
	font-size: 2.0vw;
	line-height: 40px; /* fallback */
	line-height: 3.0vw;
/* 	text-shadow: 0px 1px 1px rgba(0,0,0,0.5); */
	text-align: center;
	vertical-align: middle;
/* 	border: aqua 1px solid; */
}

.tags {
	font-size: 18px;
}

.boxcontent_text a:hover {
	color: inherit;
	text-decoration: underline;
}

.textbox_color_white {
	background-color: #fff;
	color: #777;
	border: #AAA dashed 1px;
}

.textbox_color_one {
	background-color: #f14e3c;
	color: #FFF;
}

.textbox_color_two {
	background-color: #2B8592;
	color: #FFF;
}

.textbox_color_three {
	background-color: #33B64A;
	color: #FFF;
}

.textbox_color_four {
	background-color: #EE9543;
	color: #FFF;
}

#preview {
	width: 100%;
	text-align: center;
/*
	border-top: 1px solid #AAA;
	border-bottom: 1px solid #AAA;
*/
	background-color: rgba(242, 242, 242, 1.0)
}

.box_360 {
	width: 380px;
	height:300px;
	float: left;
	overflow: hidden;
/* 	border: solid 1px; */
}

.box_360 iframe { /* reset af #page iframe */
	margin-bottom: 0px;
}
