@import url(bootstrap.css);
@import url(font-awesome.css);
@import url(http://fonts.googleapis.com/css?family=Open+Sans+Condensed:300,700|Open+Sans:400,600,300,700);

.align-right {
	text-align: right;
}

.align-left {
	text-align: left;
}

.align-center {
	text-align: center;
}

body {
	background: white;
	font-family: Open Sans;
	padding: 0;
	margin: 0;
}

h1, h2, h3, h4 ,h5 ,h6 {
	font-family: Open Sans Condensed;
	text-transform: uppercase;
}

.header {
	background: url(../img/hero.png) center bottom no-repeat;
	background-size: 100%;
	margin: 0 auto;
	padding: 0;
	width: 100%;
	height: 580px;
	text-shadow: 0px 0px 10px rgba(0,0,0,0.5);
}

.header h1 {
	font-family: Open Sans Condensed;
	text-transform: uppercase;
	font-size: 150px;
	margin-top: 30px;
	color: white;
	text-shadow: 0px 0px 10px rgba(0,0,0,0.5);
	border-top: 1px solid rgba(255,255,255,0.6);
	line-height: normal;
	border-bottom: 1px solid rgba(255,255,255,0.6);
}

.header p {
	padding: 10px 45px 45px;
	color: white;
	font-size: 20px;
	line-height: normal;
}

.header .pointer {
	font-size: 30px;
	background: rgba(255,255,255,0.2);
	padding: 8px 10px;
	border-radius: 50px;
	bottom: 0;
	text-shadow: none;
	box-shadow: 
}

.header a {
	color: #333333;
}

.header a:hover {
	text-decoration: none;
}

.header .icon-cloud {
	font-size: 80px;
	color: white;
	top: 30px;
	line-height: normal;
}

.cloud {
	margin-top: 30px;
}

.navigation {
	background: #ffdf00;
	width: 100%;
	box-shadow: 0px 2px 5px rgba(0,0,0,0.2);
}

.navigation .container {
	width: 100%;
}

.navbar {
	margin-bottom: 0;
}

.navbar-inverse .navbar-inner {
	background-color: #ffdf00;
	background-image: none;
	border: none;
	filter: none;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	-webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0);
	-moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.0);
	box-shadow: 0 1px 4px rgba(0, 0, 0, 0);
}

.navbar .navbar-inner {
	padding: 0;
}

.navbar .nav {
	margin: 0;
	display: table;
	width: 100%;
}

.navbar .nav li {
	display: table-cell;
	width: 1%;
	float: none;
	line-height: 30px;
}

.navbar .nav li a {
	font-weight: bold;
	text-align: center;
	border-left: 1px solid rgba(255,255,255,0.2);
	border-right: 1px solid rgba(0,0,0,0.1);
	color: white;
	text-shadow: none;
	text-transform: uppercase;
	text-shadow: 0px 0px 3px rgba(0,0,0,0.2);
}

.navbar .nav li a:hover {
	background: rgba(255,255,255,0.3);
	color: #b8b204;
	text-shadow: none;
}

.navbar .nav li:first-child a {
	border-left: 0;
	border-radius: 0;
}

.navbar .nav li:last-child a {
	border-right: 0;
	border-radius: 0;
}

.content {
	padding-top: 50px;
}

.sircle {
	background: #ffdf00;
	border-radius: 100px;
	width: 50px;
	height: 50px;
	margin: auto;
	padding: 20px;
	color: white;
	font-size: 50px;
	border: 5px solid #eccd00;
}

#unngaa div > h3 {
	border-bottom: 1px dashed lightgrey;
	padding-bottom: 5px;
	margin-bottom: 15px;
}

#unngaa div > h1 {
	border-top: 1px solid #ededed;
	border-bottom: 1px solid #ededed;
	padding: 20px 0 20px;
	width: 550px;
	margin: 0 auto 60px; 
}

#kreftforeningen div > h1 {
	border-top: 1px solid #ededed;
	border-bottom: 1px solid #ededed;
	padding: 20px 0 20px;
	width: 550px;
	margin: 0 auto 60px;
	text-align: center;
}

#hvorfor div > h1 {
	border-top: 1px solid #ededed;
	border-bottom: 1px solid #ededed;
	padding: 20px 0 20px;
	width: 550px;
	margin: 0 auto 40px;
	text-align: center;
}

hr {
	border: 0px;
	background-color: rgba(255,221,0,0.50);
	height: 25px;
	margin-bottom: 0;
	margin-top: 40px;
}

#contact div > form {
	margin: 0px;
}

.form-actions {
	margin-bottom: 0px;
}

.contact h1 {
	border-top: 1px solid #ededed;
	border-bottom: 1px solid #ededed;
	padding: 20px 0 20px;
	width: 550px;
	margin: 0 auto 40px;
	text-align: center;
}

.btn-sol {
	color: #FFFFFF;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #E8CD1C;
	*background-color: #E8CD1C;
	background-image: -moz-linear-gradient(top, #FFDF00, #E8CD1C);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#FFDF00), to(#E8CD1C));
	background-image: -webkit-linear-gradient(top, #FFDF00, #E8CD1C);
	background-image: -o-linear-gradient(top, #FFDF00, #E8CD1C);
	background-image: linear-gradient(to bottom, #FFDF00, #E8CD1C);
	background-repeat: repeat-x;
	border-color: #E8CD1C;
	border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFDF00', endColorstr='#E8CD1C', GradientType=0);
	filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}
.btn-sol:hover,
.btn-sol:active,
.btn-sol.active,
.btn-sol.disabled,
.btn-sol[disabled] {
	color: #FFFFFF;
	background-color: #E8CD1C;
	*background-color: #003bb3;
}

.language {
	top: 5px;
	right: 10px;
	position: absolute;
}

.language a {
	opacity: 0.5;
}

.language a:hover {
	opacity: 1;
}

.language .active {
	opacity: 1 !important;
}

.footer {
	color: lightgrey;
	padding: 40px 0 30px;
	text-align: center;
}

.footer a {
	color: lightgrey;
}