@font-face {
    font-family: Roboto-Bold-webfont;
    src: url('../fonts/Roboto-Bold-webfont.eot');
    src: url('../fonts/Roboto-Bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/Roboto-Bold-webfont.woff') format('woff'),
         url('../fonts/Roboto-Bold-webfont.ttf') format('truetype'),
         url('../fonts/Roboto-Bold-webfont.svg#Roboto-Bold-webfont') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: sourcecodeproit;
    src: url('../fonts/sourcecodepro-lightit.eot');
    src: url('../fonts/sourcecodepro-lightit.eot?#iefix') format('embedded-opentype'),
         url('../fonts/sourcecodepro-lightit.woff') format('woff'),
         url('../fonts/sourcecodepro-lightit.ttf') format('truetype'),
         url('../fonts/sourcecodepro-lightit.svg#sourcecodeproit') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: konsumko_icons;
    src: url('../fonts/konsumko_icons.eot');
    src: url('../fonts/konsumko_icons.eot?#iefix') format('embedded-opentype'),
         url('../fonts/konsumko_icons.woff') format('woff'),
         url('../fonts/konsumko_icons.ttf') format('truetype'),
         url('../fonts/konsumko_icons.svg#konsumko_icons') format('svg');
    font-weight: normal;
    font-style: normal;
}

body {
	font-size: 20px;
	font-family: Roboto-Bold-webfont;
	color: #fff;
	overflow-x: hidden;
	background-color: #818181;
}

h1, .h1, h2, .h2, h3, .h3 {
	margin-bottom: 10px;
	font-family: Roboto-Bold-webfont;
	margin-top: 0;
}

h1, .h1 {
	font-size: 40px;
	margin-bottom: 40px;
	line-height: 1.2;
	max-width: 900px;
}

h2, .h2 {
	font-size: 28px;
	text-align: left;
	margin-top: 0;
	margin-bottom: 15px;
}

h3, .h3 {
	font-size: 26px;
	max-width: 900px;
}

h4, .h4 {
	font-size: 18px;
}

h2 span {
	font-size: 22px;
}

p {
	margin: 0 0 5px;
	padding: 0px 0px 15px 0px;
	max-width: 900px;
}

a, a:hover {
  color: #ffffff;
}

b, strong {
  font-family: Roboto-Bold-webfont;
  font-weight: normal;
}

img {
	vertical-align: middle;
	max-width: 100%;
}

.center {
	text-align: center;
}

.page {
	width: 100%;
	margin: auto;
	padding: 40px 0px;
	padding-bottom: 0!important;
	background: #fff;
	color: #000;
}

.more {
	text-transform: uppercase;
	font-size: 12px;
	font-family: Roboto-Bold-webfont;
}

.modalbox {
	margin-top: 40px;
	float: left;
	margin-bottom: 40px;
	cursor: pointer;
}

.modal-content {
	position: relative;
	background-color: #fff;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	border: 0px solid #999;
	border: 0px solid rgba(0, 0, 0, .2);
	border-radius: 0;
	outline: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
	color: #ffffff;
}

.modal-content a, .row.copyright .modal-content p {
	color:#ffffff!important;
	font-size:18px;
}

.modal-content h4 {
	font-size: 22px;
text-align: left;
margin-bottom: 25px;
font-family: Roboto-Bold-webfont;
text-transform: uppercase;
}

.more::before {
	content: '>';
	font-family: konsumko_icons;
	font-size: 8px;
	margin-right: 10px;
	float: left;
	line-height: 2.9;
	color: #ffffff;
	font-weight: bold;
}

ul, ol {
	margin-top: 0;
	margin-bottom: 10px;
	padding-left: 20px;
	max-width: 900px;
}

li {
	margin-bottom: 0px;
	list-style-type: square;
}

.col-md-8 ul, .col-md-8 ol {
	margin-top: 5px;
	margin-bottom: 10px;
	padding: 0;
	float: left;
	padding-left:20px;
}

.col-md-8 li {
	margin-bottom: 15px;
}

.col-md-12 img {
	margin-bottom: 40px;
	width: 100%;
	height: 70vh;
	object-fit: cover;
}

/* Caroussel */

.slick-prev::before, .slick-next::before {
	font-family: 'konsumko_icons';
	font-size: 40px;
	font-weight: bold;
	line-height: 1;
	opacity: .75;
	color: white;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	text-shadow: 1px 1px 1px #000;
}

.slick-prev::before {
	content: '<';
}

.slick-next::before {
	content: '>';
}

.slick-prev {
	left: 5px;
	z-index: 1;
}

.slick-next {
	right: 20px;
	z-index: 1;
}

.slick-dotted.slick-slider {
	margin-bottom: 0;
}

.slick-dots {
	width: 100%;
	max-width: 100%;
	padding: 0 !important;
	bottom: -50px;
	height: 40px;
	margin-bottom: 0!important;
	position: absolute;
}

.slick-dots li {
	width: 15px;
	margin: 0 4px;
}

.slick-dots li button::before {
	font-family: 'slick';
	font-size: 20px;
	line-height: 0px;
	position: absolute;
	top: 0;
	left: 0;
	width: 10px;
	height: 10px;
	content: '';
	background: #000;
}

/* Navigation */

.container-fluid {
  max-width: 1170px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 0px;
}

/* .navbar {
  background: rgba(0, 45, 66, 0.9) none repeat scroll 0 0;
  border: medium none;
  border-radius: 0;
  height: 60px;
  left: 50%;
  margin-left: -46%;
  padding: 5px;
  position: fixed;
  top: 0;
  width: 92%;
  z-index:1;
}

*/

.navbar {
  border: medium none;
  border-radius: 0;
  height: 100px;
  padding: 10px;
  position: relative;
  top: 0;
  width: 100%;
  z-index: 2;
}

.navbar-brand {
  float: left;
  font-size: 18px;
  height: 50px;
  line-height: 0px;
  padding: 0px;
}

.navbar-brand img {
  height: 70px;
}

/* Navbar Start */

.navbar {
	left: 0;
	margin-left: 0;
	top: 0;
	width: 100%;
	background: transparent;
}

.logo {
	background-image: url('../images/logograu.png');
	position: relative;
	left: 10px;
	width: 310px;
	height: 150px;
	display: block;
	background-size: contain;
	top: 10px;
	z-index: 1;
	background-repeat: no-repeat;
	margin-bottom: -38px;
}

.logo.morelogo {
	background-image: url('../images/logo2.png');
	height: 72px;
}

.row.copyright {
	margin-top: 40px;
}

#grell-menu {
	background: transparent;
	position: absolute;
	right: 20px;
	top: 40px;
}

#grell-menu.navbar-collapse.collapse.in {
	background: rgba(255,255,255,1);
	background-image: url(../images/logo-menue.png);
	background-position: bottom left;
	background-repeat: no-repeat;
	padding-bottom: 40px;
}

.navbar-header {
  height: 0px;
  width:100%;
}

.navbar-toggle {
	display: block;
	background: rgba(255,255,255,0.9) none repeat scroll 0 0;
	border-radius: 0;
	height: 80px;
	margin: 0;
	padding: 10px 20px;
	position: fixed;
	right: 15px;
	top: 10px;
	width: 60px;
	z-index: 2;
}

/* .navbar-toggle.collapsed .icon-bar .menuicon::before {
	content: 'D';
	font-family: konsumko_icons;
	transition: all ease-in-out 0.1s;
	font-size: 30px;
	line-height: 25px;
} */

.navbar-toggle.collapsed .icon-bar .menuicon {
	background-image: url('../images/burger.png');
	width: 25px;
	height: 25px;
	float: left;
	background-repeat: no-repeat;
}

.navbar-toggle .icon-bar .menuicon {
	background-image: url('../images/close.png');
	width: 25px;
	height: 25px;
	float: left;
	background-repeat: no-repeat;
}

/* .navbar-toggle .icon-bar .menuicon::before {
	content: 'F';
	font-family: konsumko_icons;
	transition: all ease-in-out 0.1s;
	font-size: 30px;
	line-height: 25px;
} */

.navbar-collapse.collapse.in {
	background: #fff;
	border: 0 none;
	height: 100vh !important;
	left: 0;
	margin-bottom: 0;
	margin-left: 0;
	margin-right: 0;
	padding: 10px;
	padding-top: 25vh;
	position: absolute;
	width: 100%;
	top: 0;
	z-index: 0;
}

.navbar-collapse {
  box-shadow: none;
}

.navbar-collapse .navbar-right {
  display:block;
}

.navbar-collapsing .navbar-right, .navbar-collapse.in .navbar-right {
	display: block;
	font-size: 18px;
	/* height: 100vh; /* Fallback for browsers that do not support Custom Properties */
	height: 100vh;
	margin: auto;
	padding: 0px;
	position: fixed;
	text-align: left;
	max-width: 1170px;
	float: unset !important;
	overflow:auto;
}

.nav > li > a > img {
	max-width: none;
	margin-bottom: 10px;
}

.navbar-nav > li > a {
	/* padding-bottom: 15px; */
	padding-top: 25px;
	padding-right: 0;
	font-family: Roboto-Bold-webfont;
	font-size: 28px;
	padding: 0;
	height: 35px;
	border-bottom: 2px solid #fff;
}

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

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

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

.navbar-toggle {
  border: 0px solid transparent;
  display:block;
}

.navbar-default .navbar-toggle .icon-bar {
  background-color: transparent;
}

.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover,.navbar-default .navbar-toggle {
  background-color: transparent;
}

.navbar-collapse.collapse,.navbar-collapse.collapsing,.navbar-collapse.collapse.in {
  -webkit-transition: height 0.01s;
  -moz-transition: height 0.01s;
  -ms-transition: height 0.01s;
  -o-transition: height 0.01s;
  transition: height 0.1s;

}

.navbar-default .navbar-collapse, .navbar-default .navbar-form {
  border: medium none;
}

/* Menü */

.nav .col-md-4 {
	text-align: left;
	width: auto;
}

.menuimg {
	width: 100%;
	height: 180px;
	vertical-align: bottom;
	display: inline-block;
	padding: 10px;
	background-size: cover !important;
	background-position: center !important;
}

.menuimg.mobil {
	background: url("../images/mobilitaet.jpg");
}

.menuimg.mobil:hover, .menuimg.mobil.active {
	background: url("../images/mobilitaet_pink.jpg");
}

.menuimg.konsum {
	background: url("../images/konsum.jpg");
}

.menuimg.konsum:hover, .menuimg.konsum.active {
	background: url("../images/konsum_pink.jpg");
}

.menuimg.kommunikation {
	background: url("../images/kommunikation.jpg");
}

.menuimg.kommunikation:hover, .menuimg.kommunikation.active {
	background: url("../images/kommunikation_pink.jpg");
}

.menuimg.verschmutzung {
	background: url("../images/verschmutzung.jpg");
}

.menuimg.verschmutzung:hover, .menuimg.verschmutzung.active {
	background: url("../images/verschmutzung_pink.jpg");
}

.menuimg.ernaehrung {
	background: url("../images/ernaehrung.jpg");
}

.menuimg.ernaehrung:hover, .menuimg.ernaehrung.active {
	background: url("../images/ernaehrung_pink.jpg");
}

.menuimg.social {
	background: url("../images/social.jpg");
}

.menuimg.social:hover, .menuimg.social.active {
	background: url("../images/social_pink.jpg");
}

.linkbox {
	width: 100%;
	height: 100%;
	display: table;
	position: relative;
}

.linktext {
	display: table-cell;
	vertical-align: bottom;
	text-align: left;
}

.animround {
	padding-top: 0;
	padding-bottom: 30px;
	padding-right: 0;
	padding-left: 0;
}

.animbox {
	width:100%;
	height:180px;
}

.animlink {
	float: left;
	padding: 0 !important;
	width: 50%;
	height: 60px;
}

.animimg {
	width: 100%;
	height: 100%;
	padding: 0;
	float: left;
	display: inline-block;
}

.animimg.mobil {
	background: url("../images/share/konsumko_mobilitaet.gif");
	background-size: cover;
	border-bottom: 1px solid #d4d4d4;
	border-left: 1px solid #d4d4d4;
}

.animimg.konsum {
	background: url("../images/share/konsumko_konsum.gif");
	background-size: cover;
	border-bottom: 1px solid #d4d4d4;
}

.animimg.kommunikation {
	background: url("../images/share/konsumko_kommunikation.gif");
	background-size: cover;
	border-bottom: 1px solid #d4d4d4;
	border-left: 1px solid #d4d4d4;	
}

.animimg.verschmutzung {
	background: url("../images/share/konsumko_verschmutzung.gif");
	background-size: cover;
}

.animimg.ernaehrung {
	background: url("../images/share/konsumko_ernaehrung.gif");
	background-size: cover;
	border-left: 1px solid #d4d4d4;
}

.animimg.ernaehrung:hover, .animimg.verschmutzung:hover, .animimg.kommunikation:hover, .animimg.konsum:hover, .animimg.mobil:hover {
	background: url("../images/dl.png");
	background-size: cover;
}

.animlink.facebook {
	text-transform: uppercase;
	font-family: Roboto-Bold-webfont;
	line-height: 1;
	font-size: 12px;
	padding: 13px !important;
	border-bottom: 1px solid #d4d4d4;
}

/* Navbar End */

/* Projektmenü */

.projektmenu {
	margin-bottom: 20px;
}

.projektmenu a {
	display: inline-block;
	margin-right: 20px;
}

.projektmenu a:hover, .projektmenu .active {
	border-bottom: 1px solid #ffffff;
	text-decoration: none;
}

.big {
	font-size: 28px;
	margin-bottom: 40px;
	max-width: 100%;
}

#next, #back-top {
	bottom: 0;
	padding-top: 0px;
	position: fixed;
	text-align: center;
	width: 100%;
	z-index: 1;
	height: 50px;
	margin-bottom: 20px;
}

#next:hover, #back-top:hover {
	text-decoration:none;
	color:#e6e5e5;
}

.nextitem {
	font-family: konsumko_icons;
	transform: rotate(90deg);
	position: relative;
	display: block;
	width: 60px;
	height: 75px;
	margin: auto;
	text-align: center;
	font-size: 50px;
	padding: 0px;
}

.nextitem:hover {
	font-family: konsumko_icons;
	text-decoration: none;
}

.prevbtn, .nextbtn {
	height: 100vh;
	width: 50px;
	position: absolute;
	line-height:70vh;
	font-family: konsumko_icons;
	font-size:50px;
	z-index:1;
}

.prevbtn a:hover, .nextbtn a:hover {
	text-decoration:none;
	color:#e6e5e5;
}

.prevbtn {
	left:0;
	padding-left:0;
}

.nextbtn {
	right:-5px;
	padding-right:0;
}



/* Bootstrap Overrides */

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
	position: relative;
	min-height: 1px;
	padding-right: 20px;
	padding-left: 20px;
}

.container.bottom {
	width: 100%;
	padding: 0;
	min-height: 50vh;
	padding-bottom: 80px;
}

.container.bottom.grey {
	background: #f2f2f2;
}

.container {
	width: 100%;
	padding: 0;
	max-width: 1760px;
}

.row {
	max-width: 1760px;
	margin: auto;
	padding: 40px 0;
}

.area-foot {
	color: #ffffff;
	background-color: #000;
}

.area-foot a {
	color:#ffffff;
}

.footer.light ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.footer.light ul a {
	color: #fff;
}

.row.copyright p {
	font-size: 14px;
	color: #9c9c9c;
}

/* Content */

.col-md-4 img {
	margin-bottom: 30px;
	margin-top: 30px;
	width: 100%;
}

.content {
  margin-top: 0px;
}

.content-blockwrap {
  float: left;
  min-height: 100vh;
  padding-top: 150px;
  width: 100%;
  padding-bottom:100px;
}

.content-block {
  margin: auto;
  max-width: 1170px;
  overflow:hidden;
}

.bottmrow {
	max-width: 1170px;
	margin: auto;
}

.bottomp {
	font-size: 14px;
	bottom: 0;
	position: absolute;
	width: 380px;
	padding: 10px 0px 0px 30px;
	background: url(../images/backgroundtext.png);
	background-size: cover;
}

.bottomp p {
	padding-right: 20px;
}


/* Blockstyle */

.dummyblock {
  float: left;
  height: 50vh;
  width: 100%;
}

.block-content > h1 {
  font-family: Roboto-Bold-webfont;
  font-size: 60px;
  text-transform: none;
}

.content-block > h1, .content-block > h2 {
  font-size: 50px;
  line-height: 50px;
}

.content-block h1 {
  line-height: 10px;
}

.content-block > h2 {
  margin-bottom: 60px;
}

.weiter {
  clear: both;
  float: left;
  margin-top: 15px;
  text-align: center;
  width: auto;
  max-width:450px;
}

.weiter a {
  background: #ffffff none repeat scroll 0 0;
  border: 2px solid #e6e5e5;
  bottom: 50px;
  color: #e6e5e5;
  float: left;
  font-size: 16px;
  font-weight: normal;
  min-height: 34px;
  line-height: 31px;
  min-width: 190px;
  padding: 0 25px;
  text-decoration: none;
  text-transform: uppercase;
  margin: 0 10px 10px 0;
}

.weiter a:hover {
  background: #e6e5e5;
  color: #fff;
}

.weiterg {
  clear: both;
  float: left;
  margin: 25px 0;
  text-align: center;
  width: auto;
}

.weiterg a {
  background: transparent none repeat scroll 0 0;
  border: 2px solid #fff;
  bottom: 50px;
  color: #fff;
  float: left;
  font-size: 16px;
  font-weight: normal;
  height: 32px;
  line-height: 32px;
  padding: 0 25px;
  text-decoration: none;
  text-transform: uppercase;
}

.weiterg a:hover {
  background: #fff;
  color: #e6e5e5;
}

.content-block .span4 {
width:50%;
float:left;
}

.span4 ul {
  padding-left:0px;
  margin-bottom:0;
}

.span4 li {
  background-position: left center;
  background-repeat: no-repeat;
  background-size: 15px auto;
  border-top: 1px solid;
  font-size: 16px;
  list-style-type: none;
  margin-left: 0;
  padding-left: 25px;
  line-height: 30px;
}

/* weiss */

.block2 .span4 li ,.block4 .span4 li {
  background-image: url("../images/lipfeilw.png");
}

/* gelb */

.block3 .span4 li,.block5 .span4 li,.block6 .span4 li  {
  background-image: url("../images/lipfeilg.png");
}

.content-block .span5 {
  float: left;
  padding-bottom: 5px;
  padding-right: 5px;
  width: 20%;
}

.span5 > h2 {
  font-size: 22px;
}

.span5 > p {
  font-size: 16px;
}

.span5 img {
  width: 100%;
}

.content-block .span6 {
width:50%;
float:right;
}

.content-block .span8 {
width:75%;
float:left;
}

.content-block .span12 {
width:100%;
float:left;
}

.span12 h3 {
  font-family: Roboto-Bold-webfont;
  font-size: 18px;
}

.span4.left > p,.span6.left > p,.span8.left > p,.span12.left > p {
  padding: 0px 25px 25px 0px;
}

.span4.right,.span6.right,.span8.right,.span12.right {
  text-align: right;
  padding-left:25px;
}

.span6.right img {
  width: 100%;
}

/* Block 1 */

.content-blockwrap.block1 {
  background: url(../images/bcg_slide-1.jpg);
  background-size: cover;
  background-position: center right;
  color: #fff;
}

.content-blockwrap.block1 .block-content {
  width: 460px;
}

.content-blockwrap.block1 .block-content > p {
  font-size: 32px;
}

.content-block.block1 h1 {
  line-height: 1;
}

/* Block 1a */

.content-blockwrap.block1a {
  background: url(../images/bg-leo.png);
  background-size: cover;
  background-position: center bottom;
  min-height: 100vh;
}

.span6.right.quot {
  font-size: 35px;
  text-align: left;
}

.zitat {
  font-size: 16px;
  line-height: 1.4;
  margin: 0;
  padding: 0;
  float: left;
}

/* Block 2 */

iframe {
	height: 100vh;
	width: 100%;
}

.fluidMedia {
    position: relative;
    padding-bottom: 56.25%; /* proportion value to aspect ratio 16:9 (9 / 16 = 0.5625 or 56.25%) */
    height: 0;
    overflow: hidden;
	width: 100%;
}

.fluidMedia a {
	height: 100%;
	float: left;
	width: 100%;
	display: block;
}

.fluidMedia img {
    position: absolute;
    top: 0; 
    left: 0;
    width: 100%;
    height: 100%!important;
}

.content-blockwrap.block2 {
  background: rgba(0, 0, 0, 0) url("../images/bcg_slide-2.jpg") repeat scroll center center / cover ;
}

.content-block.block2 > h2 {
  color: #fff;
}

/* Block 3 */

.content-block.block3 > h2 {
  color: #e6e5e5;
}

/* Block 4 */

.content-blockwrap.block4 {
  background: rgba(0, 0, 0, 0) url("../images/bcg_slide-3.jpg") repeat scroll center right / cover ;
}

.content-block.block4 > h2 {
  color: #fff;
}

/* Block 5 */

.content-blockwrap.block5 {
  background: rgba(0, 0, 0, 0) url("../images/bcg_slide-4.jpg") repeat scroll center left / cover ;
}

.content-block.block5 > h1 {
  color: #fff;
}  

.content-block.block5 > .span8, .content-block.block5 > .span12 {
  color: #fff;
  text-shadow: 0 0 30px rgba(0, 0, 0, 1);
}

.content-block.block5 .span8 > h2 {
  font-size: 22px;
}

/* Block 6 */

.content-blockwrap.block6 {
  background: #002d42;
  color:#fff;
}

.content-block.block6 > h1 {
  color: #fff;
}

.content-block.block6 > h2 {
  color: #e6e5e5;
}

/* Block 7 */

.content-blockwrap.block7 {
  background: #e6e5e5;
}

.content-block.block7 > h2 {
  color: #fff;
}

/* Block 8 */



/* Block Last */

.content-blockwrap.blocklast {
  background: #eeeeef;
  padding-bottom: 50px;
  padding-top: 100px;
  min-height: 50vh;
}

.content-block.blocklast > h1 {
  color: #e6e5e5;
}

.footerwrap {
  background: #fff none repeat scroll 0 0;
  float: left;
  min-height: 350px;
  width: 100%;
}

.blocklast p {
  margin-bottom: 25px;
}

.blocklast p b {
  font-family: Roboto-Bold-webfont;
  font-weight: normal;
}

/* Content 1 */

.content-blockwrap.content1 {
  float: left;
  height: auto;
  min-height: 345px;
  padding-bottom: 15px;
  padding-top: 200px;
  width: 100%;
}

.contentbild {
  background: rgba(0, 45, 66, 0.9) none repeat scroll 0 0;
  min-height: 400px;
  overflow-x: hidden;
  position: absolute;
  text-align: center;
  width: 100%;
  z-index: -1;
}

.contentbild > img {
  height: 400px;
  max-width: 1920px;
  width: 1920px;
}

.content-block.content1 {
  max-width: 1170px;
}

*::before, *::after {
  box-sizing: border-box;
}

.content-blockwrap.content1 h1 {
  color: #fff;
  font-family: Roboto-Bold-webfont;
}

.content-blockwrap.content1 h2 {
  color: #e6e5e5;
  font-size: 60px;
  margin-top: 20px;
}

.content-blockwrap.content1 .blockverlauf {
  height: 100%;
  position: relative;
  top: 0;
  width: 100%;
}

/* Content 1a */

.content-blockwrap.content1a {
  background: #eeeeef none repeat scroll 0 0;
  height: auto;
  min-height: 0;
  padding-bottom: 50px;
  padding-top: 50px;
}

/* content 2 */

.content-blockwrap.content2 {
  background: #fff none repeat scroll 0 0;
  padding-top: 50px;
  padding-bottom: 50px;
}

.content-block.content2 > h2 {
  color: #ffffff;
}

.content-block.content2 .span5 > h2 {
  font-size: 22px;
  min-height: 50px;
}

/* Footer */

.footer .col-md-6.center {
	text-align: center;
}

.footer, .footermenue {
	margin: auto;
	max-width: 1760px;
	padding: 40px 0px;
}

.col-md-3.footermenue {
	padding: 0 20px;
}

.footer > img {
  height: 200px;
}

.footer h1 {
  font-size: 50px;
  line-height: 35px;
  color: #e6e5e5;
  margin-bottom: 60px;
}

.footer-last {
  background: url("../images/bwe.jpg") no-repeat scroll 100px center;
  float: left;
  height: 200px;
  width: 100%;
}

.footermenue p {
  padding:0;
}

.navbar-toggle {
	display: none;
}

/* Responsive */

@media (max-width: 1280px) {

.container-fluid {
  padding: 0 5%;
}

.content-block .span4 {
  float: left;
  width: 50%;
}

.content-block.content2 .span5 {
  width: 50%;
}

.navbar > .container .navbar-brand, .navbar > .container-fluid .navbar-brand {
  margin-left: 0;
}

.navbar-right {
  margin-right: 0px;
}

.collapse.navbar-collapse {
  padding-right: 0;
}
}

/* ipad portrait */
@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) 
and (orientation: portrait) {
.content-blockwrap {
  min-height: 1024px;
}

.content-blockwrap.block1 .block-content {
  width: 570px;
}

.blockverlauf {
  height: 1024px;
}

.block-content > h1 {
  font-size: 40px;
}

.content-blockwrap.content1 h2 {
  font-size: 40px;
  margin-top:0;
}

.dummyblock {
  height: 400px;
}

.content-blockwrap.block1a {
  min-height: 240px;
}

.content-blockwrap.blocklast {
  min-height: 240px;
}

.navbar-collapse.collapse.in {
  height: 1024px!important;
}
}

/* ipad landscape */
@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) 
and (orientation: landscape) {
.content-blockwrap {
  min-height: 768px;
}

.content-blockwrap.block1 .block-content {
  width: 570px;
}

.blockverlauf {
  height: 768px;
}

.block-content > h1 {
  font-size: 40px;
}

.content-blockwrap.content1 h2 {
  font-size: 40px;
  margin-top:0;
}

.dummyblock {
  height: 400px;
}

.content-blockwrap.block1a {
  min-height: 240px;
}

.content-blockwrap.blocklast {
  min-height: 240px;
}

.navbar-collapse.collapse.in {
  height: 768px!important;
}
}

@media (max-width: 1024px) {

.span4.right, .span6.right, .span8.right, .span12.right {
  padding-left: 0;
}

.navbar-collapse.collapse.in { 
	padding-top:80px;
}	

#grell-menu.navbar-collapse.collapse.in {
	background-image:none;
}

}

@media (max-width: 1000px) {
	
.footer, .footermenue {
	padding: 20px 0px;
}	
	
.col-md-8 img, .col-md-9 img {
	margin-bottom: 30px;
}	

.slick-dots {
	bottom: -10px;
}

.col-md-4 {
	margin-bottom: 40px;
}

.carousel1 .col-md-8 img, .carousel1 .col-md-9 img {
	margin-bottom: 0px;
}	
	
.page {
	padding: 40px 0px;
}	

.navbar-toggle {
	display: block;
}

.navbar-collapse .navbar-right {
	display: none;
}	
	
.content-block,.footer,.footermenue {
  margin: auto;
  width: 100%;
}

.nav .col-md-4 {
	width: 100%;
	float: left;
	text-align: center;
}

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
	position: relative;
	min-height: 1px;
	padding-right: 20px;
	padding-left: 20px;
}

.area-foot .col-md-3 {
	margin-bottom: 40px;
}

.col-md-3.footermenue {
	padding: 20px 10px;
}

.navbar-default .navbar-nav > li {
	margin-bottom: 0;
	margin-top: 0px;
	height: 20%;
	display: table;
}

.navbar-default .navbar-nav > li > a {
	color: #000;
	height: 100%;
	vertical-align: middle;
	display: table-cell;
	width: 100vw;
}

.navbar-default .navbar-nav > li > a:focus, .navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > .active {
	background-color: transparent;
	color: #fb8404;
	border-bottom: 2px solid #fff;
}

#grell-menu {
	background: transparent;
	position: fixed;
	right: 0;
	top: 0;
	z-index: 1;
}

#grell-menu.navbar-collapse.collapse.in {
	padding-bottom: 0;
}

.navbar-collapse.collapse.in {
	padding-top: 0;
}


}

@media (max-width: 1000px) and (orientation: landscape) {
.dummyblock {
  height: 25vh;
}

}

@media (max-width: 670px) and (orientation: landscape) {

.block-content > h1 {
  font-family: Roboto-Bold-webfont;
  font-size: 30px;
  text-transform: none;
}

.content-blockwrap.block1 .block-content > p {
  font-size: 25px;
}
}


@media (max-width: 768px) {
	
.navbar {
	height: 100px;
}	
	
.footer, .footermenue {
	padding: 20px 0px;
}	

.col-md-12 img {
	height: 50vh;
}
	
.row {
	padding: 20px 0;
}	

.page {
	padding: 20px 0px;
}

.navbar-toggle {
	right: 10px;
}

#next > img,#back-top > img {
  width: 35px;
}

.center-wrapper {
	top: -190px !important;
}

.block-content > h1 {
  font-size: 30px;
}

.content-blockwrap.content1 h2 {
  font-size: 30px;
  margin-top:0;
}

.content-blockwrap.block1 .block-content > p {
  font-size: 25px;
}

.content {
  margin-top: 0px;
}

.content-image {
  min-height: 260px;
}

.content-blockwrap {
  padding-top: 80px;
}

.content-blockwrap.blocklast {
  padding-top: 80px;
}

.content-block .span4,.content-block .span5,.content-block .span6,.content-block .span8,.content-block .span12 {
  width: 100%;
}

.span4.right, .span6.right, .span8.right, .span12.right {
  text-align: left;
  margin-bottom:20px;
  padding-left:0px;
}

.span6.right img {
  margin-left: -6%;
  padding-left: 0px;
  padding-right: 0px;
  width: auto;
}

.content-block .span5 {
  float: left;
  width: 50%;
}

.content-block.content2 .span5 {
  width: 100%;
}

}


@media (max-width: 480px) {
	
.logo {
	width: 220px;
	height: 60px;

}	

.navbar {
	height: 80px;
}
	
.navbar-toggle {
	top: 5px;
}	
	
h1, .h1 {
	font-size: 28px;
	margin-bottom: 28px;
}

h2, .h2 {
	font-size: 20px;
	margin-bottom: 10px;
}

.big {
	font-size: 20px;
	margin-bottom: 20px;
}	

.projektmenu a {
	margin-right: 10px;
	font-size: 16px;
}	

body {
	font-size: 16px;
}

.content-blockwrap.block1 .block-content {
  width: auto;
}

.prevbtn, .nextbtn {
	font-size: 35px;
}

.nav .col-md-4 {
	width: 100%;
}

.menuimg {
	width: 100%;
	background-position: center center !important;
}

.bottomp {
	width: 100%;
}

.navbar-nav > li > a {
	padding-top: 0;
	padding-right: 0;
	font-family: Roboto-Bold-webfont;
	padding-left: 0;
}

.block-content > h1,.block-content > h2 {
  font-size: 30px;
  font-weight: normal;
}

.content-blockwrap.content1 h2 {
  font-size: 30px;
  font-weight: normal;
  margin-top:0;
}

.content-blockwrap.block1 .block-content > p {
  font-size: 18px;
}

.span6.right.quot {
  font-size: 24px;
  text-align: left;
}

.content-block > h1, .content-block > h2 {
  font-size: 35px;
  line-height:35px;
}

.content-block h1 {
  line-height: 0;
}

.content-image {
  min-height: 200px;
}
}

/* iphone 6Plus portrait */
@media all and (device-width: 414px) and (device-height: 736px) and (orientation:portrait) { 

.content-blockwrap {
  min-height: 736px;
}

.blockverlauf {
  height: 736px;
}

.block-content > h1{
  font-size: 30px;
}

.content-blockwrap.content1 h2{
  font-size: 30px;
  margin-top:0;
}

.dummyblock {
  height: 250px;
}

.content-blockwrap.block1a {
  min-height: 120px;
}

.content-blockwrap.blocklast {
  min-height: 120px;
}

.navbar-collapse.collapse.in {
  height: 736px!important;
}
}

/* iphone 6Plus landscape */
@media all and (device-width: 414px) and (device-height: 736px) and (orientation:landscape) { 

.content-blockwrap {
  min-height: 414px;
}

.blockverlauf {
  height: 414px;
}

.block-content > h1 {
  font-size: 30px;
}

.content-blockwrap.content1 h2 {
  font-size: 30px;
  margin-top:0;
}

.dummyblock {
  height: 100px;
}

.content-blockwrap.block1a {
  min-height: 120px;
}

.content-blockwrap.blocklast {
  min-height: 120px;
}

.navbar-collapse.collapse.in {
  height: 414px!important;
}
}

/* iphone 6 portrait */
@media all and (device-width: 375px) and (device-height: 667px) and (orientation:portrait) { 

.content-blockwrap {
  min-height: 667px;
}

.blockverlauf {
  height: 667px;
}

.block-content > h1 {
  font-size: 30px;
}

.content-blockwrap.content1 h2 {
  font-size: 30px;
  margin-top:0;
}

.dummyblock {
  height: 250px;
}

.content-blockwrap.block1a {
  min-height: 120px;
}

.content-blockwrap.blocklast {
  min-height: 120px;
}

.navbar-collapse.collapse.in {
  height: 667px!important;
}
}

/* iphone 6 landscape */
@media all and (device-width: 375px) and (device-height: 667px) and (orientation:landscape) { 

.content-blockwrap {
  min-height: 375px;
}

.blockverlauf {
  height: 375px;
}

.block-content > h1 {
  font-size: 30px;
}

.content-blockwrap.content1 h2 {
  font-size: 30px;
  margin-top:0;
}

.dummyblock {
  height: 100px;
}

.content-blockwrap.block1a {
  min-height: 120px;
}

.content-blockwrap.blocklast {
  min-height: 120px;
}

.navbar-collapse.collapse.in {
  height: 375px!important;
}
}

@media (max-width: 360px) {

.content-block > h1, .content-block > h2 {
  font-size: 30px;
  line-height: 30px;
}

.content-block h1 {
  line-height: 0;
}

}

/* iphone 5 portrait */
@media all and (device-width: 320px) and (device-height: 568px) and (orientation:portrait) { 

.content-blockwrap {
  min-height: 568px;
}

.blockverlauf {
  height: 568px;
}

.block-content > h1 {
  font-size: 30px;
}

.content-blockwrap.content1 h2 {
  font-size: 30px;
  margin-top:0;
}

.dummyblock {
  height: 150px;
}

.content-blockwrap.block1a {
  min-height: 120px;
}

.content-blockwrap.blocklast {
  min-height: 120px;
}

.navbar-collapse.collapse.in {
  height: 568px!important;
}
}

/* iphone 5 landscape */
@media all and (device-width: 320px) and (device-height: 568px) and (orientation:landscape) { 

.content-blockwrap {
  min-height: 320px;
}

.blockverlauf {
  height: 320px;
}

.block-content > h1 {
  font-size: 30px;
}

.content-blockwrap.content1 h2 {
  font-size: 30px;
  margin-top:0;
}

.dummyblock {
  height: 50px;
}

.content-blockwrap.block1a {
  min-height: 120px;
}

.content-blockwrap.blocklast {
  min-height: 120px;
}

.navbar-collapse.collapse.in {
  height: 320px!important;
}
}

/* iphone 4s Portrait */

@media all and (device-width: 320px) and (device-height: 480px) and (orientation:portrait){
.content-blockwrap {
  min-height: 480px;
}

.blockverlauf {
  height: 480px;
}

.block-content > h1 {
  font-size: 34px;
}

.content-blockwrap.content1 h2 {
  font-size: 34px;
  margin-top:0;
}

.dummyblock {
  height: 150px;
}

.content-blockwrap.block1a {
  min-height: 240px;
}

.content-blockwrap.blocklast {
  min-height: 240px;
}

.navbar-collapse.collapse.in {
  height: 480px!important;
}
}

/* iphone 4s Landscape */

@media all and (device-width: 320px) and (device-height: 480px) and (orientation:landscape){
.content-blockwrap {
  min-height: 320px;
}

.block-content > h1 {
  font-size: 30px;
}

.content-blockwrap.content1 h2 {
  font-size: 30px;
  margin-top:0;
}

.blockverlauf {
  height: 320px;
}

.dummyblock {
  height: 100px;
}

.content-blockwrap.block1a {
  min-height: 120px;
}

.content-blockwrap.blocklast {
  min-height: 120px;
}

.navbar-collapse.collapse.in {
  height: 320px!important;
}
}




