@charset "utf-8";
/* KBlue Planet Investment KfT

 * @author      Nadine Kiehr - Kiehr Design GmbH
 * @link        http://kiehr-design.de
 * @email       nadine.kiehr@kiehr-design.de
 * @copyright   Kiehr Design GmbH
 * Stand		13.07.2017
 * Version		1.0.0

Farbschema
***********************************************
dunkelblau: #13497d
mittelblau: #acd4e1
hellblau: 	#e8f2f6
dunkelgrau: #565655
*********************************************** */

/* GLOBALS
********************************************************* */
* {
	margin: 0;
	padding: 0;
	list-style: none;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
body {
	font-size: 16px;
	color: #565655;
	font-family: Arial, sans-serif;
	-webkit-hyphens: auto; /* Silbentrennung */
	-moz-hyphens: auto;
	-ms-hyphens: auto;
	hyphens: auto;
	line-height: 140%;
	height: 100%;
	text-align: center;
}
/* TRENNER */
hr {
    background-color: #acd4e1;
    margin: 3em 0;
    height: 1px;
}

/* ÜBERSCHRIFTEN */
h1 {
    font-weight: bold;
    color: #13497d;
    font-size: 25px;
    line-height: 130%;
    margin-top: 10px;
    margin-bottom: 0px;
}
h2 {
	color: #13497d;
	margin-bottom: 30px;
	margin-top: 0px;
	line-height: 150%;
	font-weight: bold;
	font-size: 20px;
}
h3 {
	color: #e8f2f6;
	font-size: 18px;
}

/* ABSÄTZE */
p {
	margin-bottom: 30px;
	line-height: 150%;
    margin: 0 15px 20px;
}
#impressum p {
	text-align: center !important;
}

/* BILDER */
#partnerlogos img {
    margin: 15px;
}
img.flagge {
    margin-left: 10px;
}

/* BUTTONS/LINKS */
a {
	color: #565656;
	transition: 1s ease;
}
a:hover,
a:focus {
	transition: 1s ease;
	opacity: 0.7;
	color: #565656;
	text-decoration: none;
}
.btn {
	padding: 10px 15px;
	margin-top: 1em;
	margin-bottom: 1em;
}
.btn-default, .btn-default.focus, .btn-default:focus {
    color: #FFFFFE;
    background-color: #13497d;
    border-color: #13497d;
    font-weight: bold;
    font-size: 16px;
    transition: 1s ease;
    /* box-shadow: 0px 1px 1px rgba(0,0,0,0.5); */
}
.btn-default:hover {
    color: #13497d;
    background-color: #acd4e1;
    border-color: #acd4e1;
	transition: 1s ease;
}
.back-to-top {
    background: #c5c6c6;
    position: fixed;
    bottom: 30px;
    right: 30px;
    padding: 1em;
    border-radius: 4px;
}

/* Listen */
ol, ul {
    margin-top: 0;
    margin-bottom: 35px;
}
li {
    margin: 5px 0;
}
ul.punkte {
    text-align: left;
	list-style-image: url(img/bpi-tropfen-liste.png)
}
ul.punkte li {
	position: relative;
	padding-left: 15px;
}
img.listentropfen {
    margin-right: 10px;
    padding-bottom: 7px;
}


/* LAYOUT
*********************************************************
********************************************************* */

/* NAVIGATION
********************************************************* */
/* hamburger */
.navbar-toggle {
	margin-left: 15px;
}
.navbar-inverse .navbar-toggle {
    border-color: #fff;
}
.navbar-inverse .navbar-toggle .icon-bar {
    background-color: #ff9933;
}
.navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus {
    background-color: #ECECEC;
}
.navbar-default {
	background: #ffffff;
	-webkit-box-shadow: 0px 1px 8px 0px rgba(0,0,0,0.5);
	-moz-box-shadow: 0px 1px 8px 0px rgba(0,0,0,0.5);
	box-shadow: 0px 1px 8px 0px rgba(0,0,0,0.5);
	border: 0px;
}
.navbar {
	width: 100%;
	border-radius: 0px;
	margin-bottom: 0px;
}
a#logo {
    display: block;
    height: 145px;
}
.navbar-brand>img {
    display: block;
    margin-left: 20px;
    margin-top: 10px;
}
#site-nav a {
	color: #13497d;
	background-color: #ffffff;
	border-top: 1px solid #ECECEC;
	transition: 1s ease;
	padding: 10px 0px;
}
#site-nav a.first,
#site-nav li.first.active {
    border-top: 0px;
}

#site-nav li.active {
	border-top: 1px solid #ececec;
	padding: 10px 0px;
}
#site-nav a:hover,
#site-nav li.active {
	color: #acd4e1;
	opacity: 1;
	transition: 1s ease;
}
ul.nav.navbar-nav {
    text-align: left;
	margin: 8.5px 0px;
}
.navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form {
    border-color: #101010;
    border: 0px;
}
.navbar-nav {
    margin: -6.5px 0px;
}

/* Sprachenwechsler */
nav#sprachenwechsler {
    float: right;
	margin-top: -40px;
    margin-bottom: 15px;
}
nav#sprachenwechsler li {
    float: left;
}
#sprachenwechsler a.lang-en.first.last {
    text-indent: -10000px !important;
	background: url(../img/flagge_en.png) no-repeat;
	display: block;
	width: 35px;
	height: 25px;
	opacity: 0.5;
}
#sprachenwechsler a.lang-de.first.last {
    text-indent: -10000px !important;
	background: url(../img/flagge_de.png) no-repeat;
	display: block;
	width: 35px;
	height: 25px;
	opacity: 0.5;
}
#sprachenwechsler a.lang-en.first.last:hover,
#sprachenwechsler a.lang-de.first.last:hover {
	opacity: 1;
}

/* TEASER
********************************************************* */
section#teaser {
    padding-top: 0em;
    padding-bottom: 0em;
}
#teaser-wasser-1 {
	background: url(../img/bpi-header-wasser-1.jpg) no-repeat center center;
	background-size: cover;
	background-position: center;
}
#teaser-angebot {
	background: url(../img/bpi-header-hand.jpg) no-repeat center center;
	background-size: cover;
	background-position: center;
}
.site-teaser {
	background-color: #13497d;
	height: 250px;
}
p.teaser-headline {
    text-transform: uppercase;
    color: #ffffff;
    font-weight: bold;
    font-size: 30px;
    margin-top: 25%;
	text-shadow: 0px 1px 3px #000000;
}
#teaser-text p {
    text-align: center !important;
}

#projekt-slider-1 {
	background: url(../img/bpi-header-quellwasserprojekt-1.jpg) no-repeat center center;
	background-size: cover;
	background-position: center;
}
#projekt-slider-2 {
	background: url(../img/bpi-header-vita-pannonia.jpg) no-repeat center center;
	background-size: cover;
	background-position: center;
}
#projekt-slider-3 {
	background: url(../img/bpi-header-quellwasserprojekt-2.jpg) no-repeat center center;
	background-size: cover;
	background-position: center;
}


/* SECTION
********************************************************* */
section {
	padding-top: 2em;
	padding-bottom: 2em;
}
#galerie-abfuellanlage img.img-responsive {
    margin: 15px auto;
}
section#main p,
section#submain p {
    text-align: justify;
}
section#submain {
	padding-top: 0em;
}
#submain h3 {
    color: #13497d;
    font-weight: bold;
    font-size: 12px;
}

section#site-info {
	background: #13497d;
}
section#site-info h3 {
	margin-top: 15px;
	border-bottom: 1px solid rgba(232,242,246,0.5);
    padding-bottom: 5px;
}
section#site-info h3 .glyphicon {
    padding-bottom: 10px;
	padding-right: 0px;
}
section#site-info .glyphicon {
    padding-bottom: 5px;
    padding-right: 7px;
}
section#site-info p {
	color: #acd4e1;
}
section#site-info a {
	color: #acd4e1;
}
section#site-info a:hover {
	color: #acd4e1;
}

#footernav ul li a {
    text-decoration: none;
}
#footernav ul li a:hover,
#footernav ul li a:focus,
#footernav ul li.active {
	color: #ffffff;
	opacity: 1;
}

footer#site-footer {
	background: #e8f2f6;
    padding-top: 2em;
	padding-bottom: 2em;
}

/* RASTER
********************************************************* */

/* LAYOUTKLASSEN
********************************************************* */
.mail {
    color: #ff9933;
    font-weight: bold;
    text-decoration: underline;
}
.white {
	color: #ffffff;
}
.grau {
	color: #565655;
}
.extrafett {
	color: #ff9933;
	font-weight: bold;
	font-size: 1.2em;
	margin-right: 10px;
	margin-left: 10px;
}
span.nauv {
    text-transform: uppercase;
}
span.rotunterstrichen {
	color: #b40c08;
	text-decoration: underline;
	}
.teaser-slogan {
	background: linear-gradient(to bottom, rgba(112,189,207,1) 0%, rgba(19,73,125,1) 100%);
	background: -ms-linear-gradient(top, rgba(112,189,207,1) 0%, rgba(19,73,125,1) 100%);
	background: -o-linear-gradient(top, rgba(112,189,207,1) 0%, rgba(19,73,125,1) 100%);
	-webkit-linear-gradient(top, rgba(112,189,207,1) 0%, rgba(19,73,125,1) 100%);
	background: -moz-linear-gradient(top, rgba(112,189,207,1) 0%, rgba(19,73,125,1) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(112,189,207,1)), color-stop(100%, rgba(19,73,125,1)));
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
}

/* MEDIAQUERIES
*********************************************************
********************************************************* */

/* Breakpoint ab 600px */ 
@media screen and (min-width:600px) {
}

/* Breakpoint bis 767px */ 
@media screen and (max-width:767px) {
}

/* Breakpoint ab 768px */ 
@media screen and (min-width:768px) {
	h1 {
		font-size: 30px;
	}
	h2 {
		font-size: 25px;
	}
	h3 {
		font-size: 20px;
	}
	#submain h3 {
		color: #13497d;
		font-weight: bold;
		font-size: 18px;
	}
	nav#sprachenwechsler {
		float: right;
		margin-right: 15px;
		margin-top: -38px
	}
	#sprachenwechsler li.first,
	#sprachenwechsler li.first span	{
		padding-top: 0px;
		padding-right: 10px;
		margin-left: 0px;
		text-indent: 0px;
		background: #ffffff;
	}
	#navbar {
		width: 70%;
	}
	#site-nav .navbar-nav {
		float: right;
		margin: 0;
	}
	#site-nav ul.nav.navbar-nav {
		text-align: left;
		margin: 15px 0px;
	}
	#site-nav a {
		border-top: 0px;
		padding: 10px 10px;
	}
	#site-nav li.active {
		border-top: 0px;
		padding: 9px 10px;
	}
	#site-nav a:hover, #site-nav li.active {
		color: #acd4e1;
		opacity: 1;
		background-color: #ffffff;
	}
	#navbar-main-collapse li.first a {
		text-indent: -5000px;
		background: url(../img/bpi-home.png) no-repeat;
		display: block;
		width: 30px;
		height: 28px;
		margin-right: 10px;
	}
	#navbar-main-collapse li.first.active {
		text-indent: -5000px;
		background: url(../img/bpi-home-active.png) no-repeat;
		display: block;
		width: 30px;
		height: 28px;
		margin-right: 10px;
	}
	.site-teaser {
		height: 350px;
	}
	p.teaser-headline {
		font-size: 50px;
		margin-top: 20%;
		text-shadow: 0px 1px 3px #000000;
	}
}


/* Breakpoint ab 960px */ 
@media screen and (min-width:960px) {}

/* Breakpoint ab 992px */ 
@media screen and (min-width:992px) {
	h1 {
		font-size: 35px;
	}
	p.teaser-headline {
		margin-top: 15%;
	}
}

/* Breakpoint Navigation */
@media (max-width: 990px) {}

/* Breakpoint bis 1024px */ 
@media screen and (max-width:1023px) {}

/* Breakpoint ab 1025px */ 
@media screen and (min-width:1024px) {
	.site-teaser {
		height: 450px;
	}
	p.teaser-headline {
		font-size: 70px;
		margin-top: 20%;
	}
}

/* Breakpoint ab 1200px */ 
@media screen and (min-width:1200px) {
	h1 {
		font-size: 40px;
	}
	p.teaser-headline {
		font-size: 75px;
		margin-top: 15%;
	}

}

/* Breakpoint ab 1920px */ 
@media screen and (min-width:1920px) {
	.site-teaser {
		height: 600px;
	}
	p.teaser-headline {
		font-size: 75px;
		margin-top: 22%;
	}
}


.align-middle {   margin-top: 50%;
  position: absolute;}

