/* GLOBAL STYLES
-------------------------------------------------- */

body {
	background-image:url('../img/metal_1.jpg');
	font-family: 'Open Sans', sans-serif;
	min-width: 970px;
	padding-top: 140px;
	padding-bottom: 30px;
}

.page-header {
	margin-bottom: 30px;
}

.logo {
	background: url('../img/Logo.png') no-repeat;
	width: 249px;
	height: 44px;
	display: block;
	margin-top: 33px;
}

.logo-s {
	background: url('../img/logo_alpendrills_s.png') no-repeat;
	width: 165px;
	height: 61px;
	position: absolute;
	display: block;
	margin-top: 33px;
}

.logo-madeinaustria {
	background: url('../img/logo_madeinaustria.png') no-repeat;
	width: 84px;
	height: 70px;
	position: absolute;
	bottom: 0;
	left: 40px;
	margin-bottom: 40px;
	display: block;
}

.logo-guetezeichen {
	background: url('../img/logo_guetezeichen.png') no-repeat;
	width: 79px;
	height: 70px;
	position: absolute;
	bottom: 0;
	left: 149px;
	margin-bottom: 40px;
	display: block;
}

/* RESPONSIVE OVERRIDES
-------------------------------------------------- */

/* Container/Col */

.video .row {
	padding-left: 15px;
	padding-right: 15px;
	margin-bottom: 40px;
}

.video .row .col-xs-12 {
	background-color: #ffffff;
	padding: 10px;
	padding-bottom: 5px !important;
}

.container {
	width: 970px;
	max-width: none !important;
}

.vorteile-hg {
	background-image:url('../img/metal_2.jpg');
	left: 0;
	width: 100%;
	height: 2600px;
	position: absolute;
}

.bohrer {
	padding-top: 40px;
}

.bohrer h1 {
	font-family: 'Oswald', sans-serif;
	text-transform:uppercase;
	font-size: 50px;
	color: #28a484;
	padding-left: 20px;
	margin-bottom: 20px;
}

.bohrer p {
	font-size: 16px;
	color: #ffffff;
	padding: 0 20px 20px 20px;
	margin: 0;
}

.bohrer ul {
	padding: 0 20px 20px 20px;
}

.bohrer li {
	font-size: 16px;
	line-height: 32px;
	color: #ffffff;
	padding-left: 30px;
	list-style: none;
	vertical-align: middle;
	background: url('../img/list-icon.png') no-repeat 9px 10px transparent;
}

.vorteile .col-xs-6 span {
    background-color: #505254;
    display: block;
    height: auto;
	padding: 0 20px 20px 20px;
	margin-bottom: 30px;
}

.vorteile img {
	background-color: #505254;
	padding: 10px;
}

.vorteile h2 {
	font-family: 'Oswald', sans-serif;
	text-transform:uppercase;
	line-height: 36px;
	font-size: 30px;
	color: #28a484;
	margin: 0;
	padding-top: 20px;
	padding-bottom: 20px;
}

.vorteile p {
	font-size: 16px;
	color: #ffffff;
	margin: 0;
	padding-bottom: 20px;
}

.vorteile ul {
	padding: 0 20px 20px 20px;
}

.vorteile li {
	font-size: 16px;
	line-height: 28px;
	color: #ffffff;
	margin-left: -20px;
	padding-left: 30px;
	list-style: none;
	vertical-align: middle;
	background: url('../img/list-icon.png') no-repeat 9px 10px transparent;
}

.vorteile-2 .col-xs-12 {
    background-color: #505254;
    height: auto;
    margin-left: 15px;
    padding: 10px;
    width: 940px;
}

.vorteile-2 h2 {
	font-family: 'Oswald', sans-serif;
	text-transform:uppercase;
	font-size: 30px;
	line-height: 36px;
	color: #28a484;
	margin: 0;
	padding-left: 20px;
	padding-top: 20px;
	padding-bottom: 20px;
}

.vorteile-2 p {
	font-size: 16px;
	color: #ffffff;
	margin: 0;
	padding-left: 20px;
	padding-bottom: 20px;
}

.vorteile-2 ul {
	padding: 0 20px 20px 20px;
}

.vorteile-2 li {
	font-size: 16px;
	line-height: 28px;
	color: #ffffff;
	padding-left: 30px;
	list-style: none;
	vertical-align: middle;
	background: url('../img/list-icon.png') no-repeat 9px 10px transparent;
}

/*PARALLAX*/

#parallax-div {
    background: url('../img/img_parallax.jpg') 0 -300px no-repeat;
	top: 2110px;
	height: 700px;
	position: absolute;
    width: 100%;
    /*background-size: 100% auto;*/
}

.parallax-txt {
	z-index: 50;
	/*background:rgba(9,9,9,0.8);*/
	top: 495px;
}

.parallax-txt h2 {
	font-family: 'Oswald', sans-serif;
	text-transform: uppercase;
	line-height: 36px;
	font-size: 30px;
	color: #28a484;
}

.parallax-txt p {
	font-size: 16px;
	color: #ffffff;
	margin: 0;
	padding-left: 20px;
}

.parallax-txt ul {
	padding: 0 20px 20px 20px;
}

.parallax-txt li {
	font-size: 16px;
	line-height: 28px;
	color: #ffffff;
	padding-left: 30px;
	list-style: none;
	vertical-align: middle;
	background: url('../img/list-icon.png') no-repeat 9px 10px transparent;
}

/*FOOTER*/

.footer {
	z-index: 50;
    color: #000000;
    padding-top: 30px;
	text-align: center;
	font-size: 14px;
	position: relative;
	top: 532px;
	height: 500px;
}

.footer-hg {
	background-color: #ffffff;
	border-top:1px solid #a8a8a8;
	width:100%;
	top: 2810px;
	height: 455px;
	position: absolute;
}

.footer .row {
    margin-left: 0;
}

.footer .col-xs-8 {
	z-index: 50;
	background: url('../img/hg_packs.jpg') no-repeat;
	background-size: cover;
	top: -29px;
	height: 455px;
	margin-left: -10px;

}
.footer .col-xs-4 {
	margin-right: -10px;
	margin-left: 0;
	padding: 20px;
}

.logo-m {
	background: url('../img/logo_alpendrills_m.png') no-repeat;
	width: 192px;
	height: 71px;
	position: absolute;
	display: block;
	left: 40px;
	top: 0;
}

.footer p {
	font-size: 14px;
	text-align: left;
	line-height: 18px;
	margin: 0;
	padding-left: 20px;
	padding-bottom: 20px;
	padding-top: 80px;
}

.pack-label-1 {
	z-index: 50;
	font-size: 16px;
	text-align: left;
	line-height: 28px;
	color: #ffffff;
	background-color: #29a585;
	width: 190px;
	height: 50px;
	position: absolute;
	left: 0;
	top: 30px;
	padding-top: 10px;
	padding-left: 20px;
}

.pack-label-2 {
	z-index: 50;
	font-size: 16px;
	text-align: left;
	line-height: 28px;
	color: #ffffff;
	background-color: #29a585;
	width: 190px;
	height: 50px;
	position: absolute;
	left: 313px;
	top: 30px;
	padding-top: 10px;
	padding-left: 20px;
}

.footer a {
	color: #ffffff;
}
.footer a:hover {
	color: #000000;
	text-decoration: none;
}

#kontakt-icons {
	top: 205px;
	left: 40px;
	width: 157px;
	height: 47px;
	position: absolute;
}

ul.iconsmenu {
	list-style: none;
	padding: 0px;
}

ul.iconsmenu li {
	float: left;
}

ul.iconsmenu li a {
	display: block;
	background: url('../img/kontakt_icon_sprite.png');
}

ul.iconsmenu li.icon1 a {
	width: 55px;
	height: 47px;
	background-position: 0 0;
}

ul.iconsmenu li.icon2 a {
	width: 55px;
	height: 47px;
	background-position: -55px 0;
}

ul.iconsmenu li.icon3 a {
	width: 47px;
	height: 47px;
	background-position: -110px 0;
}

ul.iconsmenu li.icon1 a:hover {
	background-position: 0 -47px;
}

ul.iconsmenu li.icon2 a:hover {
	background-position: -55px -47px;
}

ul.iconsmenu li.icon3 a:hover {
	background-position: -110px -47px;
}

.displace {
	position: absolute;
	left: -5000px;
}

.btn {
	z-index: 50;
	font-size: 18px;
	color: #000000;
	text-align: center;
	line-height: 1em;
	width: 100%;
	border-radius: 0;
	border: 1px solid #e1e1e1;
	height: 50px;
}

.btn-primary {
    background-color: #ffffff;
    border-color: #e1e1e1;
    color: #000000;
	margin-left: 20px;
	margin-top: 120px;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active {
  background-color: #29a585;
  border-color: #29a585;
}

.copyright {
	position:absolute;
	height: 45px;
	width: 100%;
	margin-top: -28px;
	text-align: left;
	color: #FFFFFF;
	padding-top: 15px;
	padding-right: 15px;
}

.copyright a:hover,
.copyright a:focus,
.copyright a:active {
  color: #29a585;
}

/* Navbar */
.container .navbar-header,
.container .navbar-collapse {
	margin-right: 0;
	margin-left: 0;
}

.nav {
	font-family: 'Oswald', sans-serif;
	text-transform:uppercase;
	font-size: 18px;
	padding-right: 15px;
}

.navbar {
    min-height: 100px;
}

.navbar-header {
	float: left;
}

.navbar-collapse {
	display: block !important;
	height: auto !important;
	padding-bottom: 0;
	overflow: visible !important;
}

.navbar-toggle {
	display: none;
}
.navbar-collapse {
	border-top: 0;
}

.navbar-brand {
	margin-left: -15px;
}

.navbar-nav {
	float: left;
	margin: 0;
}

.navbar-default .navbar-nav > li > a {
    color: #000000;
	margin-top: 40px;
}
.navbar-default .navbar-nav > li > a:hover {
    color: #29a585;
}

.navbar-default {
    background-color: #ffffff;
    border: none; 
}

.navbar-right span {
	z-index: 50;
	position:absolute;
	height: 28px;
	top: 38px;
	right: 0;
	border-right:1px dotted black;
}

.navbar-nav > li {
	float: left;
}

.navbar-nav > li > a {
	padding: 0 30px 0 30px;
}

.navbar-nav .navbar-right {
	float: right;
}
