body {
	font-family: MuseoSans-300, sans-serif;
}
h1, h2, h3, h4, h5, h6 {
	font-family: MuseoSans-300, sans-serif;
	font-weight: 700
}
header.masthead {
	position: relative;
	background-color: #ffffff;
	
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	padding-top: 8rem;
	padding-bottom: 8rem;
}
header.masthead .overlay {
	position: absolute;
	background-color: #ffffff;
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
	opacity: .3
}
header.masthead h1 {
	font-size: 2rem
}

@media (min-width:768px) {
header.masthead {
	padding-top: 8rem;
	padding-bottom: 5rem
}
header.masthead h1 {
	font-size: 3rem
}
}
.showcase .showcase-text {
	padding: 3rem
}
.showcase .showcase-img {
	min-height: 30rem;
	background-size: cover;
	background-position: center center;
}

@media (min-width:768px) {
.showcase .showcase-text {
	padding: 7rem
}
}

.mail-form {
	padding-top: 4rem;
	padding-bottom: 4rem;
}

.features-icons {
	padding-top: 7rem;
	padding-bottom: 7rem;
}
.features-icons .features-icons-item {
	max-width: 20rem
}
.features-icons .features-icons-item .features-icons-icon {
	height: 7rem
}
.features-icons .features-icons-item .features-icons-icon i {
	font-size: 4.5rem
}
.features-icons .features-icons-item:hover .features-icons-icon i {
	font-size: 5rem
}
.testimonials {
	padding-top: 7rem;
	padding-bottom: 7rem
}
.testimonials .testimonial-item {
	max-width: 18rem
}
.testimonials .testimonial-item img {
	max-width: 12rem;
	box-shadow: 0 5px 5px 0 #adb5bd
}
.call-to-action {
	position: relative;
	background-color: #343a40;
	background: url(../img/bg-masthead.jpg) no-repeat center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	padding-top: 7rem;
	padding-bottom: 7rem
}
.call-to-action .overlay {
	position: absolute;
	background-color: #212529;
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
	opacity: .3
}
footer.footer {
	padding-top: 4rem;
	padding-bottom: 4rem
}
/* Customs */

.bg-petrol{
	background-color: rgba(0, 100, 127, 1);
}
.petrol{
	color: rgba(0, 100, 127, 1);
	font-weight: bold;
}
.text-gold {
	color: #e3ae37;
}
.text-black {
	color: #000000;
}
.text-green {
	color: #135B57;
}
.ud {
	text-decoration: none!important;
}
.boxes {
	font-size: 20px;
	font-weight: bolder;
	padding: 10px;
}
.logo {
	margin: 0 auto;
	padding-bottom: 70px;
	max-width: 730px;
	height: auto;
}
.btn-responsive {
	white-space: normal !important;
	word-wrap: break-word;
	font-weight: bold;
	font-size: 25px!important;
}
.btn-xl {
	padding: 18px 28px;
	font-size: 22px;
	border-radius: 8px;
	background-color: #e3ae37;
	border-color: #e3ae37;
	color: #000;
	font-weight: bold;
}
.btn-xl:hover {
	padding: 18px 28px;
	font-size: 22px;
	border: solid 1px #000000;
	border-radius: 8px;
	background-color: #e3ae37;
	border-color: #000;
	color: #000;
	font-weight: bold;
}
.btn-submit {
	padding: 10px 20px;
	font-size: 22px;
	border-radius: 8px;
	background-color: #135B57;
	border-color: #135B57;
	color: #fff;
	font-weight: bold;
}
.btn-submit:hover {
	padding: 10px 20px;
	font-size: 22px;
	border: solid 1px #000000;
	border-radius: 8px;
	background-color: #0B3836;
	border-color: #0B3836;
	color: #fff;
	font-weight: bold;
}
.icon-academy {
	background-image: url("../img/icon_set/icon_color_academy.png");
	background-position: center center;
	background-size: 100%;
	width: 100px;
	height: 100px;
}
.icon-unternehmen {
	background-image: url("../img/icon_set/icon_color_home2.png");
	background-position: center center;
	background-size: 100%;
	width: 100px;
	height: 100px;
}
.icon-marktplatz {
	background-image: url("../img/icon_set/icon_color_marketplace.png");
	background-position: center center;
	background-size: 100%;
	width: 100px;
	height: 100px;
}
.icon-netzwerk {
	background-image: url("../img/icon_set/icon_color_association2.png");
	background-position: center center;
	background-size: 100%;
	width: 100px;
	height: 100px;
}
.icon-sce {
	background-image: url("../img/icon_set/icon_color_home2.png");
	background-position: center center;
	background-size: 100%;
	width: 100px;
	height: 100px;
}
.icon-stiftung {
	background-image: url("../img/icon_set/icon_color_foundation.png");
	background-position: center center;
	background-size: 100%;
	width: 100px;
	height: 100px;
}
.icon-unternehmen:hover {
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-o-transform: scale(1.1);
}
.icon-unternehmen {
	-webkit-transform: scale(0.8);
	/* Browser Variations: */
     
	-moz-transform: scale(0.8);
	-o-transform: scale(0.8);
	-webkit-transition-duration: 0.5s;
	-moz-transition-duration: 0.5s;
	-o-transition-duration: 0.5s;
}
.icon-academy:hover {
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-o-transform: scale(1.1);
}
.icon-academy {
	-webkit-transform: scale(0.8);
	/* Browser Variations: */
     
	-moz-transform: scale(0.8);
	-o-transform: scale(0.8);
	-webkit-transition-duration: 0.5s;
	-moz-transition-duration: 0.5s;
	-o-transition-duration: 0.5s;
}
.icon-marktplatz:hover {
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-o-transform: scale(1.1);
}
.icon-marktplatz {
	-webkit-transform: scale(0.8);
	/* Browser Variations: */
     
	-moz-transform: scale(0.8);
	-o-transform: scale(0.8);
	-webkit-transition-duration: 0.5s;
	-moz-transition-duration: 0.5s;
	-o-transition-duration: 0.5s;
}
.icon-netzwerk:hover {
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-o-transform: scale(1.1);
}
.icon-netzwerk {
	-webkit-transform: scale(0.8);
	/* Browser Variations: */
     
	-moz-transform: scale(0.8);
	-o-transform: scale(0.8);
	-webkit-transition-duration: 0.5s;
	-moz-transition-duration: 0.5s;
	-o-transition-duration: 0.5s;
}
.icon-sce:hover {
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-o-transform: scale(1.1);
}
.icon-sce {
	-webkit-transform: scale(0.8);
	/* Browser Variations: */
     
	-moz-transform: scale(0.8);
	-o-transform: scale(0.8);
	-webkit-transition-duration: 0.5s;
	-moz-transition-duration: 0.5s;
	-o-transition-duration: 0.5s;
}
.icon-stiftung:hover {
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-o-transform: scale(1.1);
}
.icon-stiftung {
	-webkit-transform: scale(0.8);
	/* Browser Variations: */
     
	-moz-transform: scale(0.8);
	-o-transform: scale(0.8);
	-webkit-transition-duration: 0.5s;
	-moz-transition-duration: 0.5s;
	-o-transition-duration: 0.5s;
}
.wrap {
	word-wrap: break-word;
}
#sign-form input {
	border: 0;
	border-bottom: 1px solid;
	border-radius: 0;
	background-color: transparent;
	color: #135B57;
}
.form-control:focus {
	border-color: #135B57;
	box-shadow: inset 0 0px 1px #135B57, 0 0 8px #135B57;
}


.col-center{
    float: none;
    margin: 0 auto;
}

.navbar { 
	background-color: rgba(0, 100, 127, 1)!important;
	border-bottom: none;
}

.navbar-nav > li > a {
	color: #fff!important;
	font-size: 14px;
	line-height: 60px;
	font-weight: 700;
	text-transform: uppercase;
	display: block;
	padding: 0 15px;
	-webkit-transition: all 100ms ease-in-out;
	-moz-transition: all 100ms ease-in-out;
	-o-transition: all 100ms ease-in-out;
	-ms-transition: all 100ms ease-in-out;
	transition: all 100ms ease-in-out;
}

.navbar-nav > li > a:hover,
.navbar-nav > li > a.selected-nav {
	color: rgba(227, 174, 55, 1)!important;
	
}

.ob{
	padding-top: 15px;
}

.ut{
	padding-top: 30px;
}

p{
	font-size: 18px;
}

.imprint-link{
	color: rgba(0, 100, 127, 1);
}
.imprint-link:hover{
	color: rgba(227, 174, 55, 1)!important;
	text-decoration: none;
}


/* ==========================================================================
   13. PRICING 
   ========================================================================== */

#pricing {
	background-color: #f5f5f5; 
	border-top: 1px solid #eee;
	border-bottom: 1px solid #eee;
	padding-top: 80px;
	padding-bottom: 50px;
} 

/*------------------------------------------*/
/*	 PRICING TABLE
/*------------------------------------------*/

#price_1, #price_2, #price_3, #price_4 {
	margin-bottom: 50px;
	padding: 0 5px;
	
}

.pricing-table {
	background-color: #fff;
	border: 1px solid #ccc;
	-webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
}

/*------------------------------------------*/
/*	 Table Header
/*------------------------------------------*/

.pricing-table h3 {
	font-size: 24px;
	font-weight: 700;
	line-height: 100px;
	text-transform: uppercase;
	margin-bottom: 0;
} 

/*------------------------------------------*/
/*	 Table Price Plan
/*------------------------------------------*/

.pricing-table .price {
	background-color: #eee;
	height: auto;
	color: #222;
	font-family: 'Oswald', sans-serif;
	font-weight: 700;
	line-height: 120px;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}

.price-row .price span {
	font-size: 75px;
}

.price-row .price sup {
    top: -35px;
	font-size: 30px;
	font-weight: 300;
}

/*------------------------------------------*/
/*	 Table Body
/*------------------------------------------*/

.pricing-table ul.features {
	color: #333;
	font-size: 16px;
	font-weight: 300;
	text-transform: uppercase;
    padding: 5px 40px;
}

.pricing-table ul.features li {
    border-bottom: 1px solid #ccc;
    padding: 13px 0; 
}

/*------------------------------------------*/
/*	 Table Button
/*------------------------------------------*/

.pricing-table .btn {
	margin: 30px 0;
}

/*------------------------------------------*/
/*	 Table Highlight
/*------------------------------------------*/

.pricing-table.highlight  {
	background-color: #ffc400;
	border-color: #d9a701;
}

.pricing-table.highlight .price {
	background-color: #d9a701;
	color: #fff;
	border-color: #d9a701;
}

.pricing-table.highlight ul.features {
	color: #333;
}

.pricing-table.highlight ul.features li {
    border-color: #d9a701;
}

/*------------------------------------------*/
/*	 Table Highlight Buttons
/*------------------------------------------*/

.pricing-table.highlight .btn-theme {
	background-color: #333;
	color: #fff;
}

.pricing-table.highlight .btn-theme:hover {
	background-color: #444;
}


.btn-responsive {
    white-space: normal !important;
    word-wrap: break-word;
	font-weight: bold;
	font-size: 35px!important;
}