/** Global **/
html, body {
    height:100%;
    margin: 0; 
    padding: 0; 
    border: 0; 
}
h1 {
	font-family: 'Century Gothic';
	font-size: 72px;
	color: #222222;
}
h2 {
	font-family: 'Century Gothic';
	font-size: 30px;
	color: #222222;
} 
h3 {
	font-family: 'Century Gothic';
	font-size: 48px;
	color: #222222;
} 
p {
	font-size: 20px;
	font-family: Calibri;
}
.container {
	padding: 60px;
	max-width: 1040px;
}

/** Menu **/
header {
	/*display: block;
	margin: 0 auto;
	padding: 20px 60px;
	max-width: 1040px;
	font-size: 15px;*/
}
header > .container {
	padding: 0;
}
header .logo{
	width: 155px;
}
header .navbar-nav {
	margin-left: 40px;
}
header .nav-item {
	padding-left: 5px;
}
header .menu {
	display: inline-block;
	float: right;
	padding: 10px 0px;
}
header .menu a{
	padding-right: 20px;
	padding-left: 20px;
	color: #222222;
}
header .menu .button-2 {
	display: inline-block;
	padding-right: 25px;
	padding-left: 25px;
	color: white;
}
header .menu a:hover {
	text-decoration: none;
	color: #444444;
}
header .menu a:focus {
	text-decoration: none;
	color: #222222;
}
header .menu a:visited {
	text-decoration: none;
	color: #222222;
}
body header .menu .button-2:visited {
	text-decoration: none;
	color: white;
}
header .menu .button:visited {
	color: white;
}

/** Landing page **/
.hero {
	max-height: 982px;
	background-image: url('/images/hero1.2.jpg');
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}
.layer {
    background-color: rgba(0, 0, 0, 0.4);
}
.hero-box {
	//background-color: rgba(0, 155, 255, 0.7);
	max-width: 660px;
	margin-bottom: 100px;
}
.hero .container {
	padding: 57px;
}
.hero-box h1 {
	color: #ffffff;
}
.hero-box h2 {
	color: #ffffff;
    line-height: 1.3em;
}
.side-note {
    color: #fff;
    position: absolute;
    font-size: 30px;
    left: 50%;
    margin-left: 258px;
    margin-top: 191px;
    padding: 24px 35px;
    font-size: 29px;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 400;
    background-color: rgba(0,154,255,1)
}
.button {
	display: block;
	background-color: #009AFF;
	padding: 14px 20px;
	color: #ffffff;
	text-decoration: none;
	text-align: center;
	margin: 0 auto;
	max-width: 130px;
	font-size: 18px;
}
.button:hover {
	background-color: #27B2FF;
	text-decoration: none;
	color: white;
}
.button:focus {
	text-decoration: none;
	color: white;
}
.button:visited {
	text-decoration: none;
	color: white;
}
.button-2 {
	display: block;
	background-color: #009AFF;
	padding: 14px 20px;
	color: #ffffff;
	text-decoration: none;
	text-align: center;
	margin: 0 auto;
	max-width: 130px;
	font-size: 18px;
}
.button-2:hover {
	background-color: #27B2FF;
	text-decoration: none;
	color: white;
}
.button-2:focus {
	text-decoration: none;
	color: white;
}
.button-2:visited {
	text-decoration: none;
	color: white;
}
#thirds {
	// padding-top: 75px;
	background-color: #E5E5E5;
}
section {
	background-color: #E5E5E5;
}
#thirds h2{
	-webkit-margin-after: 20px;
	-webkit-margin-before: 40px;
}
#thirds i {
    color:#333;
}
#thirds i:hover {
    text-decoration: none;
    color: #009AFF;
}
#thirds a:hover {
    text-decoration: none;
}
.icon-thirds{
	font-size: 10em !important;
	text-align: center;
	margin: 0 auto;
	display: block !important;
}
.article h3 {
	font-family: Calibri;
	color: #222222;
}
.article p {
	font-family: Calibri;
	color: #222222;
}
#kontakt {

}
#kontakt .container {
	padding-top: 40px;
}
#kontakt h1 {
	font-size: 40px;
	-webkit-margin-after: 10px;
}
#kontakt p{
	font-family: Calibri;
}
#tjanster .hero{
    background-image: url('/images/tjansterHero.jpg');
    height: 500px;
    background-size: cover;
    background-position: top;
}
#tjanster .container {
	padding-top: 40px;
}
#tjanster h1 {
	margin-top: 28px;
	font-size: 40px;
	-webkit-margin-after: 10px;
}
#tjanster h2 {
	font-family: Calibri;
}
#tjanster p {
	font-family: Calibri;
}
#tjanster .services-hero {
	margin-bottom: 60px;
}

.mobile-menu {
	top: 25px;
}
.mobile-menu a {
	padding-top: 10px;
	padding-left: 5px;
	padding-right: 5px;
}
.mobile-menu a{
	color: #222222;
}
.mobile-menu .button-2 {
	color: white;
}
.mobile-menu a:hover {
	text-decoration: none;
	color: #444444;
}
.mobile-menu a:focus {
	text-decoration: none;
	color: #222222;
}
.mobile-menu a:visited {
	text-decoration: none;
	color: #222222;
}

@media (max-width: 600px) {
	header {
		padding: 0;
		margin: 0;
		margin-top: 10px;
	}
	.logo {
		margin: 0 auto;
		display: block;
	}
	.mobile-menu {
		top: 0px;
		display: block;
		margin: 10px auto;
		text-align: center;
		margin-top: 20px;
	}
	.mobile-menu a {
		padding-top: 0px;
		padding-left: 10px;
		padding-right: 10px;
	}
	h1 {
		font-size: 42px;
	}
	h2 {
		font-size: 22px;
	}
	.img-responsive {
		width: 220px;
	}
	p {
		font-size: 16px;
	}
}



// Utility
.center {
	display: block;
	margin: 0 auto;
}
.center h2 {
	text-align: center;
}
.center p {
	text-align: center;
}
.small-text p{
	font-size: 16px;
}