@import "http://fonts.googleapis.com/css?family=Open+Sans:300,300italic,400,400italic,700,";

body {
    font-family: 'Open Sans',verdana,sans-serif;
    font-size: 14px;
    font-weight: 300;
    font-weight: light;
    margin: 0;
    color: #333333;
}

bold, strong, b, .b {
	font-weight: 700;
}

section {
	margin: 80px 0;
	width: 100%;
/*	float: left;*/
}

nav.navbar {
	text-transform: uppercase;
}

.navbar-brand {
	margin-right: 40px;
}

img {
	max-width: 100%;
}

.container.section {
	margin-bottom: 35px;
}

p {
	font-size: 18px;
	margin-bottom: 24px;
}

.f-schwarz {
	color: #333333 !important;
}

.bg-schwarz {
	background: #333333 !important;
}

.f-gruen {
	color: #6fb71b !important;
}

.bg-gruen {
	background: #6fb71b !important;
}

.f-gelb {
	color: #ffc100 !important;
}

.bg-gelb, .btn-secondary {
	background: #ffc100 !important;
	color: #ffffff;
}

.f-hblau {
	color: #128df5 !important;
}

.f-dblau {
	color: #3c414c !important;
}

.f-hgrau {
	color: #b9bdbd !important;
}

.f-dgrau {
	color: #3c3b43 !important;
}

.bg-blau, .btn-primary  {
	background: #128df5 !important;
	color: #ffffff;
}

.bg-dblau {
	background-color: #3c414c !important;
}

.bg-dgrau {
	background-color: #3c3b43 !important;
}

.bg-hgrau {
	color: #b9bdbd !important;
}

.f-rot {
	color: #ff0000 !important;
}

.bg-rot {
	background-color: #ff0000 !important;
}

.f-weiss {
	color: #fff; !important
}

.a-primary {
	text-decoration: underline;
	color: #00afda;
}

.condensed {
	letter-spacing: -0.2px;
}

/*.container-fluid .container {
	padding: 0;
}*/

.btn {
	text-transform: uppercase;
}

.hrline {
    background-color: #eeeeee;
    height: 1px;
    margin-bottom: 48px;
    margin-top: 20px;
    width: 100%;
}

.section {
    padding-top: 60px;
    padding-bottom: 30px;
}



/* /footer */


/* padding-Klassen */
.padding-xs-top {
	padding-top: 10px;
}

.padding-xs-bottom {
	padding-bottom: 10px;
}

.padding-xs-left {
	padding-left: 10px;
}

.padding-xs-right {
	padding-right: 10px;
}

.padding-xs {
	adding: 10px;
}

.padding-sm-top {
	padding-top: 15px;
}

.padding-sm-bottom {
	padding-bottom: 15px;
}

.padding-sm-left {
	padding-left: 15px;
}

.padding-sm-right {
	padding-right: 15px;
}

.padding-sm {
	adding: 15px;
}

.padding-md-top {
	padding-top: 20px;
}

.padding-md-bottom {
	padding-bottom: 20px;
}

.padding-md-left {
	padding-left: 20px;
}

.padding-md-right {
	padding-right: 20px;
}

.padding-md {
	padding: 20px;
}

.padding-lg-top {
	padding-top: 35px;
}

.padding-lg-bottom {
	padding-bottom: 35px;
}

.padding-lg-left {
	padding-left: 35px;
}

.padding-lg-right {
	padding-right: 35px;
}

.padding-lg {
	padding: 35px;
}

.padding-zero {
	padding: 0;
}
/* /padding-klassen */

/* margin-Klassen */
.margin-xs-top {
	margin-top: 10px;
}

.margin-xs-bottom {
	margin-bottom: 10px;
}

.margin-xs-left {
	margin-left: 10px;
}

.margin-xs-right {
	margin-right: 10px;
}

.margin-xs {
	margin: 10px;
}

.margin-sm-top {
	margin-top: 15px;
}

.margin-sm-bottom {
	margin-bottom: 15px;
}

.margin-sm-left {
	margin-left: 15px;
}

.margin-sm-right {
	margin-right: 15px;
}

.margin-sm {
	margin: 15px;
}

.margin-md-top {
	margin-top: 20px;
}

.margin-md-bottom {
	margin-bottom: 20px;
}

.margin-md-left {
	margin-left: 20px;
}

.margin-md-right {
	margin-right: 20px;
}

.margin-md {
	margin: 20px;
}

.margin-lg-top {
	margin-top: 35px;
}

.margin-lg-bottom {
	margin-bottom: 35px;
}

.margin-lg-left {
	margin-left: 35px;
}

.margin-lg-right {
	margin-right: 35px;
}

.margin-lg {
	margin: 35px;
}

.margin-xl-top {
	margin-top: 60px;
}

.margin-xl-bottom {
	margin-bottom: 60px;
}

.margin-xl-left {
	margin-left: 60px;
}

.margin-xl-right {
	margin-right: 60px;
}

.margin-xl {
	margin: 60px;
}
/* /margin-klassen*/

#banner {
	height: 700px;
	background-image: url(../img/banner-head.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position-y: 45%;
	position: relative;
	margin: 56px 0 0;
	padding-top: 150px;
	color: #fff;
}

#banner h1 {
	font-size: 3em;
}

h1,h3 {
	font-size: 55px;
	font-weight: 300;
	line-height: 62px;
}

h2 {
	font-size: 22px;
	font-weight: 600;
	line-height: 52px;
}

h4 {
	font-size: 22px;
	font-weight: 300;
	line-height: 36px;
	margin-bottom: 70px;
}

#banner .fa-play-circle-o {
    color: #ffffff;
    font-size: 38px;
}

#banner .container {
	position: relative;
}

.credits {
	bottom: -35px;
	font-size: 10px;
	position: absolute;
	right: 0;
}

.icon-technik {
    height: 130px;
    width: 100%;
}

.icons.pr .icon-technik > img {
    float: right;
}

.icons.pl .icon-technik > img {
    float: left;
}

.teaserVideo .fa-play-circle-o {
    color: #ffc100;
    font-size: 66px;
    left: 46%;
    position: absolute;
    top: 95px;
}

a.default {
	text-decoration: underline;
}

.teaserVideo img {
	margin-bottom: 20px;
}

.modal-dialog {
	width: 800px;
	height: 480px;
}

#banner .btn {
	font-size: 22px;
	padding: 10px 28px;
}

#banner .btn-secondary {
	position: relative;
	margin-left: 20px;
}

#banner .fa-play-circle-o {
	position: absolute;
	top: 6px;
}

.btn-secondary span {
	margin-left: 48px;
}

.btn-secondary:hover {
	color: #ffffff;
	border-color: #e9b000 !important;
}

.facts {
	font-size: 14px;
	text-align: right;
}

.facts h6 {
	font-size: 14px;
	line-height: 24px;
	font-weight: 300;
	text-transform: none;
	margin-bottom: 25px;
}

.highlight {
	font-size: 22px;
	font-weight: 700;
}

.carousel-inner .item img {
	width:100%;
	height:100%;
}
.item .thumbnail {
	margin-bottom:0;
}
.carousel-control.left, .carousel-control.right {
	background-image:none !important;
}
.carousel-control {
	background:	#333333;
	color:#ffc100;
	padding: 4px 0;
	width:26px;
	top:auto;	
	left:auto;
	bottom:0;
	opacity:1;
	text-shadow:none;
}

blockquote {
	border-left: 5px solid #ffc100;
}

.carousel-control.right {
	right:10px;
	bottom: -70px;
}
.carousel-control.left {
	right: 40px;
	bottom: -70px;
}

.tc {
	background: #f5f5f5 url('../img/outdoor-fernseher-wetterfest.png') no-repeat left top;
	background-size: cover;
	color: #ffffff;
	height: 580px;
}

.tc small {
	color: #ffffff;
}

.support .fa {
	color: #128df5;
	font-size: 24px;
	padding-right: 10px;
}

.support a {
	color: #333333;
	text-decoration: underline;
	font-size: 14px;
	font-weight: 500;
}

.support p {
	/*color: #128df5;*/
	font-weight: 700;
}

.usps {
	color: #128df5;
}

.usps .fa {
	font-size: 46px;
	float: left;
	margin-right: 20px;
}

.usps p {
	font-size: 16px;
	font-weight: 500;
}

#sitemap h5 {
	font-size: 15px;
	font-weight: 700;
	margin-bottom: 20px;
	text-transform: none;
	color: #128df5;
}

#sitemap ul {
	margin-left: 0;
	padding-left: 0;
}

#sitemap ul li {
	list-style: none;
	list-style-position: outside;
}

#sitemap ul li a {
	text-transform: none;
	color: #333333;
	line-height: 24px;
}

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

.socialmedia-icons .fa {
	font-size: 24px;
	padding: 0 10px;
	color: #cccccc;
}

.socialmedia-icons .fa:hover {
	color: #128df5;
}

p small {
	font-size: 12px;
	color: #bbbbbb;
}
#sitemap p {
	margin-bottom: 0;
}

.col-50 {
	width: 47.5%;
	float: left;
	padding: 0 5px;
	font-size: 11px;
}

.fa.fa-truck, .fa.fa-phone {
	font-size: 24px;
}

/* @ responsive rules */
@media only screen and (max-width:490px) {

	.facts {
		text-align: center;
	}
			
}

/* responsive margin + padding rules */
@media only screen and (max-width:768px) {

	.mobile-mgb-0 {
		margin-bottom: 0px !important;
	}
	
	.col-mobile-mgb-25 {
		margin-bottom: 25px;
	}
	
	.col-mobile-mgb-50 {
		margin-bottom: 50px;
	}
		
	.col-mobile-mgb-75 {
		margin-bottom: 75px;
	}
	
	.col-mobile-mgb-100 {
		margin-bottom: 100px;
	}
	
	.col-mobile-mgb-150 {
		margin-bottom: 150px;
	}
	
	.mobile-mgt-0 {
		margin-top: 0px !important;
	}
	
	.col-mobile-mgt-25 {
		margin-top: 25px;
	}
	
	.col-mobile-mgt-50 {
		margin-top: 50px;
	}
		
	.col-mobile-mgt-75 {
		margin-top: 75px;
	}
	
	.col-mobile-mgt-100 {
		margin-top: 100px;
	}
	
	.col-mobile-mgt-150 {
		margin-top: 150px;
	}

	.col-mobile-pdb-25 {
		padding-bottom: 25px;
	}
	
	.col-mobile-pdb-50 {
		padding-bottom: 50px;
	}
	
	.col-mobile-pdb-75 {
		padding-bottom: 75px;
	}
	
	.col-mobile-pdb-100 {
		padding-bottom: 100px;
	}
	
	.col-mobile-pdb-125 {
		padding-bottom: 125px;
	}
	
	.col-mobile-pdt-25 {
		padding-top: 25px;
	}
	
	.col-mobile-pdt-50 {
		padding-top: 50px;
	}
	
	.col-mobile-pdt-75 {
		padding-top: 75px;
	}
	
	.col-mobile-pdt-100 {
		padding-top: 100px;
	}
	
	.col-mobile-pdt-125 {
		padding-top: 125px;
	}
	
	.mobile-center {
		text-align: center !important;
	}
	
}

/* responsive margin + padding rules */


@media only screen and (max-width:768px) {

	#banner {
		padding-top: 80px;
		margin-top: 50px;
		text-align: center;
		min-height: 800px;
	}
	
	.modal-dialog {
		width: auto;
	}
	
	.icon-technik {
		height: auto;
		display: inline;
	}
	
	.icons.pr .icon-technik > img {
		float: none;
	}
	
	.facts h6 {
		width: 33.3%;
		float: left;
	}
	
	a.default {
		font-size: 20px;
	}
	
	.carousel-control.left, .carousel-control.right {
		bottom: 10px;
	}
	
	#section5 a {
	    font-size: 20px;
	    line-height: 56px;
	}
	
	.mobile-a-highlight {
	    background: #ffc100 none repeat scroll 0 0;
	    font-size: 30px !important;
	    padding: 4px 20px;
	}
	
	#banner h1 {
		font-size: 35px;
		line-height: 45px;
	}
	
	#banner h2 {
		font-size: 22px;
		line-height: 35px;
	}
	
	.col-50 {
		float: none;
	}
	
	.credits {
		bottom: -40px;
	}
	
	
			
}

/* @ responsive rules */