@font-face {
    font-family: 'Proxima';
    src: url('../font/proxima_nova_reg-webfont.eot');
    src: url('../font/proxima_nova_reg-webfont.eot?#iefix') format('embedded-opentype'),
         url('../font/proxima_nova_reg-webfont.woff') format('woff'),
         url('../font/proxima_nova_reg-webfont.ttf') format('truetype'),
         url('../font/proxima_nova_reg-webfont.svg#Proxima') format('svg');
font-weight:400;
font-style:normal;
} 

@font-face {
font-family: 'Proxima Bold';
src:url('../fonts/proxima_nova_bold-webfont.eot');
src:url('../fonts/proxima_nova_bold-webfont.eot?#iefix') format('embedded-opentype'), 
	url('../fonts/proxima_nova_bold-webfont.woff') format('woff'), 
	url('../fonts/proxima_nova_bold-webfont.ttf') format('truetype'), 
	url('../fonts/proxima_nova_bold-webfont.svg#Proxima Bold') format('svg');
font-weight:400;
font-style:normal;
}

@font-face {
font-family: 'Proxima Light';
src:url('../fonts/proxima_nova_light-webfont.eot');
src:url('../fonts/proxima_nova_light-webfont.eot?#iefix') format('embedded-opentype'), 
	url('../fonts/proxima_nova_light-webfont.woff') format('woff'), 
	url('../fonts/proxima_nova_light-webfont.ttf') format('truetype'), 
	url('../fonts/proxima_nova_light-webfont.svg#Proxima Light') format('svg');
font-weight:400;
font-style:normal;
}
/*
 * Globals
 */

/* Links */
a,
a:focus,
a:hover {
  color: #fff;
  text-decoration: none;
}

/* Custom default button */
.btn-default,
.btn-default:hover,
.btn-default:focus {
  color: #333;
  text-shadow: none; /* Prevent inheritence from `body` */
  background-color: #fff;
  border: 1px solid #fff;
}
a {

}

/*
 * Base structure
 */

html,
body {
	font-family: 'Proxima', 'Helvetica Neue', Arial, Verdana;
	height: 100%;
	font-size: 20px;
	line-height: 1.50;
	font-weight: normal;
	background-color: #fff;
	color: #8c8c8c;
	-webkit-font-smoothing: antialiased;
	text-rendering: optimizeLegibility;
	text-rendering: geometricPrecision;
	font-smooth: always;
	font-smooth: never;
	font-smoothing: antialiased;
	-moz-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	-webkit-overflow-scrolling: touch;
}
header {

    width: 100%;


}
.navbar {
	padding: 25px 0;
	position: absolute;
	top:0;
	width: 100%;
	z-index: 3;
}
.navbar-nav {
    font-family: 'Proxima Bold';
	float: right;
	font-size: 14px;
}
.navbar-nav>li>a {
	padding: 13px 30px;
	color: #fff;
}
.navbar-nav>li>a:hover, .navbar-nav>li>a:focus  {
	background: transparent;
}
.navbar-toggle {
	margin-top: 0;
}
.navbar-toggle .icon-bar {
	background: #fff;
}
h1,h2,h3,h4,h5,h6 {
    font-family: 'Proxima Bold';
    color: #292929;
    line-height: 1;

}
.logo {
	background: url(../img/logo.png) top center;
	background-size: cover;
	width: 140px;
	height: 40px;
	text-indent: -9999px;
	display: block; 
	margin-left: 10px;
}

.hero {
	height: 100vh;
	background: #292929;
	position: relative;
	color: #fff;
}
.hero .background {
	background: #292929 url(../img/bg_top.jpg) top center;
	background-size: cover;
	width: 100%;
	height: 100vh;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
}
.hero .inner-container {
	position: absolute;
	z-index: 2;
	width: 100%;
	left: 50%;
	top: 50%;
	-webkit-transform: translateX(-50%) translateY(-50%);
	-moz-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
}
h1 {
	color: #fff;
	font-size: 90px;
	line-height: 1;
	letter-spacing: -4px;
	    text-transform: uppercase;	
	    padding-bottom: 40px;
}
h2 {
	font-size: 48px;
	letter-spacing: -2px;
	padding-bottom: 60px;
	    text-transform: uppercase;	
}
h3 {
	font-size: 24px;
	padding-bottom: 30px;
}
strong {
	font-family: 'Proxima Bold';
	color: #292929;
	font-weight: normal;
}
.section {
	padding: 85px 0 95px;
}
.section.intro {
    font-family: 'Proxima Light';
	background: #efefef;
}
.intro-text {
	font-size: 30px;
	    color: #292929;
	    letter-spacing: -0px;
}
.section.about-dark {
	height: 100vh;
	background: #292929 url(../img/bg.jpg) top center / cover;
	position: relative;
	color: #fff;
	overflow: hidden;
}
.section.konzept {
	padding-bottom: 0;
}
.circle {
	width: 450px;
	height: 450px;
	line-height: 500px;
	color: #0bbf7a;
	box-shadow: inset 0 0 0 12px #0bbf7a;
	border-radius: 999px;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	transition: all 0.5s ease;
	position: absolute;
	top: 50%;
	margin-top: -225px;;
}
.circle.cir-left {
	left: 50%;
	margin-left: -430px;
	
}
.circle.cir-right {
	right: 50%;
	margin-right: -430px;
}
.circle.light {
	box-shadow: inset 0 0 0 12px rgba(12, 191, 123, 0.50);
}
.circle.light h2 {
	color: rgba(12, 191, 123, 0.50);

}
.circle h2 {
	line-height: 0.9;
	color: #0bbf7a;
	vertical-align: middle;
	display: inline-block;
	-webkit-transition: all 0.6s ease;
}
.circle:hover {
	box-shadow: inset 0 0 0 300px #0bbf7a;	
}
.circle:hover h2 {
	color:#292929;
	-webkit-transform: scale(1.05);
	-moz-transform: scale(1.05);
	transform: scale(1.05)
}
#concent-circle {
	height: 95vh;
	margin: 80px 0 70px;
}
#concent-circle img {
	width: auto;
	height: 100%;
}
.nav-tabs {
	border: 0;
}
.nav-tabs>li {
	    font-family: 'Proxima Bold';
	    font-size: 18px;
	width: 25%;
	text-align: center;
}
.nav-tabs>li>a {
	border: 0;
	border-bottom: 1px solid #ddd;
	color: #ddd;
	padding: 20px;
}
.nav-tabs>li>a:hover, .nav-tabs>li>a:focus {
	background: transparent;
	border: 0;
	border-bottom: 1px solid #ddd;	
	box-shadow: none;
}
.nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover {
	border: 0;
	color: #292929;
	border-bottom: 1px solid 	#292929;
	background: transparent;
}
.tab-content {
	padding: 40px 0;
}
.tab-content p {
	font-size: 18px;
	padding-bottom: 20px;
}
.list-green {
	font-family: "Proxima Bold";
	color: #0bbf7a;
	list-style: none;
	line-height: 2;
	margin: 80px 0 0 0;
	padding: 0 0 0 20px;
	font-size: 18px;
}
.list-green li {
	
}
.list-green li:before {
	content: "-";
	position: relative;
	display: inline-block;
	padding-right:25px;
}
label {
	font-weight: normal;
	display: block;
	font-size: 14px;
}
.btn.btn-primary {
	font-family: 'Proxima Bold';
	border: 0;
	border-radius: 99px;
	color: #fff;
	background-color: #0bbf7a;
	padding: 18px 40px 20px;
	font-size: 15px;
	line-height: 1;
}
 #map {
    width: 100%;
    
    height: 450px;
    margin-top: 26px;
    border-radius: 4px;
    margin-bottom: 20px;
 }
 address {
	 font-size: 16px;
 }
 .form-control{
	font-family: 'Proxima', 'Helvetica Neue', Arial, Verdana;
	font-size: 16px;
	 padding: 12px 13px;
	 height: auto;
	 outline: none !important;
	 box-shadow: none !important;
 }
 footer {
	 background: #292929;
	 color: rgba(255,255,255,0.2);
	 font-size: 13px;
	 padding: 20px;
 }
 
 
 /* Extra Small */
@media(max-width:767px){
	body {
		font-size: 16px;
	}
	h1 {
		font-size: 42px;
		letter-spacing: -2px;
	}
	h2 {
		font-size: 32px;
		letter-spacing: -1px;
		padding-bottom: 40px;
	}
	.section.about-dark {
		height: 70vh;
	}
	.circle {
		width: 180px;
		height: 180px;
		margin-top: -90px;
		line-height: 180px;
		box-shadow: inset 0 0 0 8px #0bbf7a;
	}
	.circle.light {
		box-shadow: inset 0 0 0 8px  rgba(12, 191, 123, 0.50);
	}
	.circle.cir-left {
		left: 50%;
		margin-left: -170px;
		
	}
	.circle.cir-right {
		right: 50%;
		margin-right: -170px;
	}
	.circle h2 {
		font-size: 26px;
		padding: 0;
		margin: 0;
	}
	.section {
		padding: 50px 0 50px;
	}
	.intro-text {
		font-size: 22px;
		line-height: 1.45;
	}
	#concent-circle {
		height: auto;
		margin: 50px 0 50px;
	}
	#concent-circle img {
		width: 100%;
		height: auto;
	}
	.nav-tabs>li {
		width: auto;
		font-size: 16px;
	}
	.tab-content p {
		font-size: 15px;
		padding-bottom: 20px;
	}
	.list-green {
		margin-top: 20px;
		padding: 0;
		line-height: 1;
	}
	.list-green li {
		padding: 10px 0;
		list-style: disc;
	}

	.list-green li:before {
		content: "";
		position: relative;
		display: inline-block;
		padding-right:0;
	}
	.navbar-nav {
		float: none;
		background: #fff;
		text-align: center;
	}
	.navbar-nav>li>a {
		color: #292929;
		
	}
	.logo {
		width: 118px;
		height: 34px;
		margin-left: 10px;
	}
}

/* Small */
@media(min-width:768px) and (max-width:991px){
	#concent-circle {
		height: auto;
		margin: 50px 0 50px;
	}
	#concent-circle img {
		width: 100%;
		height: auto;
	}
@media(min-width:992px) and (max-width:1199px){}

/* Large */
@media(min-width:1200px){}