@charset "utf-8";
/* link farver */
a {
	text-decoration: none;
	color: #FA6E39;
}
a:hover {
	text-decoration: underline;
	color: #FFA746;
}
body {
	font-family: 'Lato', sans-serif;
	font-size: 12pt;
	font-weight: 400;
	/*word-break: break-word;
-webkit-hyphens: auto;
   -moz-hyphens: auto;
    -ms-hyphens: auto;
        hyphens: auto;*/
}
#wrapper {
	width: 960px;
	margin-bottom: 10px;
	margin-left: auto;
	margin-right: auto;
	/*Grid background*/
	/*border: 1px solid #542217;
	background-image: url(../img/12_col.gif);*/
	background-color: white;
	line-height: 0; /* For at få græsset helt tæt på footeren */
	background-color: #FFFDF8;
background-image: url(http://www.transparenttextures.com/patterns/brilliant.png);
}
#header {
    border-top: 6px solid #F72F26;
    padding-top: 10px;
    margin-left: 0px;
    margin-right: 10px;
    line-height: 1;
    width: 950px;
    padding-left: 1px;
    padding-right: 10px;
}

/* Footer */
#footer {
	padding-bottom: 0px;
	padding-left: 0px;
	padding-right: 10px;
	font-size: 10pt;
	font-weight: 700;
	line-height: 12pt;
	width: 960px;
}
.footer-box {
	border: 1px solid #542217;
	background-color: #F6E8B8;
	border-radius: 3px;
	padding: 8px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 5px;
	color: #542217;
	margin-bottom: 10px;
}
/* Alle bokse i footeren */
.inside-footer {
	display: inline-block;
	float: left;
}
/* De enkelte dele af footeren. Pga. border trækkes 1px fra start og slut. */
.inside-footer.start {
	width: 209px;
	margin-right: 10px;
}
.inside-footer.center-left {
	width: 160px;
	margin-left: 10px;
	text-align: right;
}
.inside-footer.center {
	width: 140px;
}
.inside-footer.center-right {
	width: 160px;
	margin-right: 10px;
}
.inside-footer.end {
	width: 199px;
	padding-left: 10px;
	margin-left: 10px;
	text-align: right;
}

/* Holder logotype og tekst i højre side */
#identity {
    border-bottom: 1px solid black;
    padding-bottom: 10px;
    width: 960px;
}
.logo {
	padding-left: 20px;
	float: left;
}
.header-center {
	text-align: center;
}
.header-right {
	float: right;
	text-align: right;
	display: inline-block;
	padding-top: 10px;
	padding-right: 20px;
}
.mul-text {
	display: block;
	padding-top: 5px;
	font-family: 'Raleway', sans-serif;
	font-size: 14pt;
	font-weight: 600;
	color: #542217;
}
.cphbusiness-logo {
}

/* uden on content */
#content-wrapper {
	width: 100%;
	line-height: 16pt; /* vigtig fordi #wrapper sætter den til 0*/
	margin-bottom: 30px;
}
/* kode til gradient blå himmel fra http://www.colorzilla.com/gradient-editor/ */
.xfrontpage-tree {
	background: #cceaff; /* Old browsers */
	background: -moz-linear-gradient(top, #cceaff 0%, #f2f9ff 50%, transparent 86%, transparent 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #cceaff), color-stop(50%, #f2f9ff), color-stop(86%, transparent), color-stop(100%, transparent)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #cceaff 0%, #f2f9ff 50%, transparent 86%, transparent 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #cceaff 0%, #f2f9ff 50%, transparent 86%, transparent 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #cceaff 0%, #f2f9ff 50%, transparent 86%, transparent 100%); /* IE10+ */
	background: linear-gradient(to bottom, #cceaff 0%, #f2f9ff 50%, transparent 86%, transparent 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cceaff', endColorstr='transparent', GradientType=0 ); /* IE6-9 */
}
/* Tyk horisontal streg */
hr.thick-line {
	border-top: 2px solid #542217;
	margin-left: 10px;
	margin-right: 10px;
	margin-bottom: 20px;
	font-size: 0px;
}
.sektion {
	margin-bottom: 30px;
	margin-right: 10px;
	margin-left: 10px;
	position: relative;
}
.icon-pot {
	 position: absolute; 
	 bottom: 15px; 
	 left: 68px;
}
#icon-special {
	bottom: -15px;
}
hr.thin-line {
	border-top: 1px solid #542217;
	margin-top: 20px;
	margin-bottom: 20px;
	margin-left: 0px;
	margin-right: 0px;
	font-size: 0px;
}
.opgave-beskrivelse {
	display: inline-block;
	float: left;
	width: 220px;
	margin-right: 10px;
}
.laering {
	display: inline-block;
	float: left;
	width: 460px;
	margin-left: 10px;
	margin-right: 10px;
}
.readmore {
	min-height: 245px;
	max-height: 252px;
}

.readmore2 {
	min-height: 245px;
	max-height: 392px;
}
.main-text {
	margin-bottom: 15px;	
}
.tegninger {
	display: inline-block;
	float: left;
	width: 220px;
	margin-left: 10px;
	margin-right: 10px;
}
.ikonografi {
	display: inline-block;
	float: left;
	width: 220px;
	margin-left: 10px;
	margin-right: 10px;
}
.links {
	display: inline-block;
	float: left;
	text-align: center;
	width: 220px;
	margin-left: 10px;
}
.links li {
	margin-bottom: 16px;
}
h1, h2 {
	color: #542217;
	font-family: 'Lato', sans-serif;
}
h1 {
	margin-top: 20px;
	margin-left: 10px; 
	font-size: 14pt;
	font-weight: 600;
}
.headers-wrapper {
	margin-top: 20px;
	margin-bottom: 20px;
	margin-left: 0px;
	margin-right: 0px;
	border: 1px solid #542217;
    background-color: #F6E8B8;
    border-radius: 3px;
	}
h2 {
	font-size: 14pt;
	margin-bottom: 5px;
	margin-top: 5px;
	text-align: center;
}
input[type=submit], input[type=reset] {
	padding: 5px 15px;
	background: #C69956;
	border: 0 none;
	color: white;
	cursor: pointer;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	font-family: 'Lato', sans-serif;
}
/*input[type=reset] {
	background: #936426;
}*/
ul {
	list-style: circle;
	padding-left: 1em;
}
.links ul {
	list-style: none;
	padding-left: inherit;
}

.gallery-row {
	display: inline-block;
	float: left;
	text-align: center;
	width: 237px;
	/*border-right: 1px solid #542217;*/
	margin-top: 20px;
	margin-bottom: 10px;
}
/*.gallery-row-last {
	display: inline-block;
	float: left;
	text-align: center;
	width: 240px;
	border-right: 0;
	margin-top: 20px;
	margin-bottom: 10px;
}*/