/* Space out content a bit */
body {
  padding-top: 0px;
  padding-bottom: 20px;
  font-family: 'PT Sans', sans-serif;
  font-size: 18px;
  line-height:26px;
  /*background-color: #e1e2e3;*/
  background-color: #e1e2e3;
}

@media (min-width: 1200px) {
  .container {
    width: 1200px !important;
  }
}

/* Custom handabdruck */
#wrapper {
    border: 0px #e1e2e3 solid;
    border-top: 0px;
    border-bottom: 0px;
    background-color: #fff;
    /*-webkit-box-shadow: 0px 0px 10px 3px rgba(204,204,204,1);
-moz-box-shadow: 0px 0px 10px 3px rgba(204,204,204,1);
box-shadow: 0px 0px 10px 3px rgba(204,204,204,1);*/
    }

/* partner logos */
.orgas {
margin-top:10px;
font-size: 13px;
line-height:14px;
padding-left:40px;
color: #fff;
}

.orgas a {
color: #fff;
}


.orgas > hr {
width:190px;
margin-left:0px;
color: #fff;
background-color: #fff;
height: 2px;
}

/* langauge buttons */
.language, .language a {
  list-style-type: none;
  right: 0px;
  top: 0px;
  margin: 0px;
  padding: 0;
  position:absolute;
  z-index: 9;
  font-size: 12px;
}

/* rollover text on images */

ul.img-list {
  list-style-type: none;
  
  margin: 0px;
  padding: 0;
  text-align: center;
}

ul.img-list li {
  display: inline-block;
  height: 230px;
  width: 100%;
}


span.text-content {
  background: rgba(0,0,0,0.5);
  padding: 20px;
  color: #fff;
  cursor: default;
  display: table;
  height: 230px;
  left: 0px;
  position: absolute;
  top: 0;
  width: 100%;
  opacity: 0;
  -webkit-transition: opacity 500ms;
  -moz-transition: opacity 500ms;
  -o-transition: opacity 500ms;
  transition: opacity 500ms;
}

span.text-content span {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
  color: #fff;
}

ul.img-list li:hover span.text-content {
  opacity: 1;
}



/* overwrite bootstrap.css */

.nav-kills {margin-top:50px;font-size:18px;}

.navbar {border: 0px !important;}

.navbar-default .navbar-nav > li > a {color: #000;}

.navbar-default {
  background-color: #fff;
  border-color: #fff;
}

.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  background-color: #e7e7e7;
  border-bottom: 0px;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  color: #000;
  background-color: #e7e7e7;
  border-bottom: 0px;
}

.navbar-brand, .navbar-brand a, .navbar-brand a:hover, .navbar-brand a:focus 
{border-bottom: 0px !important; }

.navbar-toggle {margin-top:25px;}

/* - - - -  */


a, a:hover, a:focus {
  color: #00b0e7;
}
a:hover {text-decoration: none; border-bottom: 2px solid #00b0e7;}

a:active {font-weight:700;}

.box {
	padding:30px;
	
	}
.text {
	padding-left:44px;
	}
.invis {
   display: block;
visibility: visible;
}
.logo {padding-top: 15px;}
.header {height:160px;}
.rec {min-height:230px;overflow:hidden;position: relative;}
.rec img {margin-left:-15px;}
/*.rec .logos {display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom:0}*/
.blue {background-color: #00b0e7;}
.orange {background-color: #f9a419;}
.dove {background-color: #4195b0;}
.bottle {background-color: #00a481;}
.gras {background-color: #6cc071;}
.grafik {background-color: #e1e2e3; min-height:470px;overflow:hidden;position: relative;}
.grafik img {max-width: 100%; height:auto; display: block; margin: 0 auto; }

.title {
	font-size:30px;
	line-height:115%;
	display:table-cell;
    vertical-align:middle;
    height:232px;
	}
	
.news, .news a {
	font-size:24px;
	line-height:32px;
	color: #00b0e7;
	
	}
	
.news > hr {
width:190px;
margin-left:0px;
color: #fff;
background-color: #00b0e7;
height: 2px;
}


p, span, li {color:#000000;}
p.fett, span.fett {font-weight: 700;}

span.glyphicon, span.glyphicon a:hover {
    font-size: 36px;
    color: #00b0e7;
    border-bottom: 0px;
}

.glyphicon, .glyphicon a, .glyphicon > a:hover {
    border-bottom: 0px !important;
}

.row-eq-height {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display:         flex;
}

/* Everything but the jumbotron gets side spacing for mobile first views 
.header,
.marketing,
.footer {
  padding-right: 15px;
  padding-left: 15px;
}
*/

/* Custom page header */
.header {
  padding-bottom: 0px;
  border-bottom: 0px solid #e5e5e5;
}
/* Make the masthead heading the same height as the navigation */
h3 {
  margin-top: 0px;
  
}

/* Custom page footer */
.footer, .footer a {
  padding-top: 0px;
  color: #fff;
  border-top: 0px solid #e5e5e5;
  font-size: 16px;
  line-height: 20px;
}

/* Customize container */
@media (min-width: 768px) {
  .container {
    max-width: 960px;
  }
}
.container-narrow > hr {
  margin: 30px 0;
}

/* Main marketing message and sign up button */
.jumbotron {
  text-align: center;
  border-bottom: 1px solid #e5e5e5;
}
.jumbotron .btn {
  padding: 14px 24px;
  font-size: 21px;
}

/* Supporting marketing content */

.marketing p + h4 {
  margin-top: 28px;
}

/* Responsive: Portrait tablets and up */
@media screen and (min-width: 768px) {
  /* Remove the padding we set earlier */
  .header,
  .marketing,
  .footer {
    padding-right: 0;
    padding-left: 0;
  }
  /* Space out the masthead */
  
  /* Remove the bottom border on the jumbotron for visual effect */
  .jumbotron {
    border-bottom: 0;
  }
}
@media screen and (max-width: 960px) {

		.title {
	padding: 20px;
	font-size:180%;
	}
	
	.rec > img {margin-left:-20%;}
		
}
	
@media screen and (max-width: 768px) {

		.title {
	padding:20px;
	font-size:150%;
	}
	
	.invis {
    display: none;
    visibility: hidden;
	}
	
	.row-eq-height {
    display:         block;
	}
	
	.rec img {display: block;
    margin-left: auto;
    margin-right: auto;}
		
	
	.logos {margin-top:50px;}
	
	.nav-kills {margin-top:0px;font-size:18px;text-align:left;}
	
	.navbar-nav > li > a {
  padding-top: 5px;
  padding-bottom: 5px;
  line-height: 21px;
  background-color: #e7e7e7;
	}
	
	.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  background-color: #fff;
    }
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  color: #000;
  background-color: #fff;
    }


	.navbar-nav {background-color:#fff;}
	
	.text {
	margin-left:2px;
	}
	
	.title {
	margin-left:-4px;
	}
}

@media screen and (max-width: 768px) {
	ul.img-list li:hover span.text-content {
  	opacity: 0;
	}
	
}




