
/*! HTML5 Boilerplate v8.0.0 | MIT License | https://html5boilerplate.com/ */

/* main.css 2.1.0 | MIT License | https://github.com/h5bp/main.css#readme */
/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */
/* ===================
    ALL: Leihbrary
    Author: Sven Muscheid
    Farben
      Orange:       #D69250
	    Grün:         #3F7E44
      Blau:         #1D4561
	    Mittelgrau:		#3d3f45
      Dunkelgrau:   #3E3E3E
    Fonts
    	font-family: 'Open Sans', sans-serif;
		  font-family: 'Montserrat', serif;
   =================== */
 
/* 	==========================================================================
	Basic
	========================================================================== */
@font-face {
  font-family: 'Open Sans'; /* Gewünschter Name */
  src: url('../fonts/OpenSans-VariableFont_wdth\,wght.ttf')
}
@font-face {
  font-family: 'Montserrat'; /* Gewünschter Name */
  src: url('../fonts/Montserrat-VariableFont_wght.ttf')
}

/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */
html {
  color: #222;
  font-size: 1em;
  line-height: 1.4;
  scroll-behavior: smooth;
}
::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}
::selection {
  background: #b3d4fc;
  text-shadow: none;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}

fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}


textarea {
  resize: vertical;
}


/* ==========================================================================
   Author's custom styles
   ========================================================================== */
/* 	==========================================================================
	Start CSS
	========================================================================== */

body {
  font: 16px/26px 'Open Sans', sans-serif;
}
h1, h2, h3, h4 {
  font-family: 'Montserrat', serif;
}
.wrapper {
  width: 90%;
  margin: 0 5%;
}

/* 	==========================================================================
Ancor
========================================================================== */
a {
  text-decoration: none;
  color: #D69250;
}
a:hover {
  font-weight: 600;
  text-decoration: underline;
}
a.btnOrange, a.btnBlue, a.btnGreen, a.btnTransparent, a.btnTransparentDark {
  display: inline-block;
  border-radius: 11px;
  text-decoration: none;
  font-size: 14px;
  /* font-weight: 200; */
  height: 46px;
  width: 150px;
  text-align: center;
  line-height: 46px;
  margin: 5px 10px;
}
a.btnOrange {
  background: #F4811F;
  color: #3E3E3E;
}
a.btnOrange:hover {
  color: #fff;
  box-shadow: inset 0px 0px 5px rgba(0,0,0,0.5);
}
a.btnGreen {
  background: #3F7E44;
  color: #fff;
}
a.btnGreen:hover {
  color: #3E3E3E;
  box-shadow: inset 0px 0px 5px rgba(0,0,0,0.5);
}
a.btnTransparent {
  color: #fff;
  border: 1px solid #fff;
}
a.btnTransparent:hover {
  color: rgb(18, 18, 18);
  border: 1px solid rgb(18, 18, 18);
  box-shadow: inset 0px 0px 5px rgba(158, 158, 158, 0.5);
}
a.btnTransparentDark {
  color: rgb(18, 18, 18);
  border: 1px solid rgb(18, 18, 18);
}
a.btnTransparentDark:hover {
  color: rgb(122, 122, 122);
  border: 1px solid rgb(122, 122, 122);
  box-shadow: inset 0px 0px 5px rgba(158, 158, 158, 0.5);
}
a.btnBlue {
  color: #fff;
  background-color: #00699E;
}
a.btnBlue:hover {
  color: rgb(122, 122, 122);
  box-shadow: inset 0px 0px 5px rgba(158, 158, 158, 0.5);
}
a.btnDown {
  position: absolute;
  overflow: hidden;
  background: url(../gfx/icons8-chevron_down.png);
  height: 75px;
  width: 75px;
  text-indent: 100px;
  opacity: 0.7;
  transition: opacity .25s ease-in-out;
  -moz-transition: opacity .25s ease-in-out;
  -webkit-transition: opacity .25s ease-in-out;
  bottom: 30px;
  left: 50%;
  margin-left: -37px;
  border-radius: 10px;
}
a.btnDown:hover {
  opacity: 1;
}
footer a {
  color: #fff;
  text-decoration: none;
}
footer a:hover {
  color: #afafaf;
  text-decoration: underline;
}
/* 	==========================================================================
Navigation
========================================================================== */
nav.mainNav ul{
	margin: 0;
	padding: 0;
	list-style-type: none;
}
nav.mainNav {
	background: #3d3f45;
	width: 100vW;
	height: 100vH;
	position: fixed;
	top: -100vH;
	z-index: 200;
	left: 50%;
	transform: translate(-50%, 0);
}
nav.mainNav ul {
	margin-top: 100px;
	width: 100%;
}
nav.mainNav li {
	margin: 0px 0px 10px 0px;
	text-align: center;
}
nav.mainNav a {
	color: #D69250;
	font-size: 16px;
	text-decoration: none;
	font-weight: normal;
}
nav.mainNav a:hover {
	color: #a0a0a0;
	text-decoration: none;
}
.navTrigger {
	position: absolute;
	clip: rect(0, 0, 0, 0);
}
label[for="navTrigger"] {
	position: relative;
	float: right;
	z-index: 210;
	width: 30px;
	height: 30px;
	cursor: pointer;
	background-size: contain;
	margin: 20px 10px 0 0;
}
.navTrigger:checked ~ .mainNav {
	top: 0px;
}
.navTrigger + label, .mainNav {
	transition: all 0.7s ease;
}
#hamburgerMenu{
  width: 30px;
  height: 30px;
  position: relative;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .5s ease-in-out;
  -moz-transition: .5s ease-in-out;
  -o-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  cursor: pointer;
}
#hamburgerMenu span{
  display: block;
  position: absolute;
  height: 6px;
  width: 100%;
  background: #ffffff;
  border-radius: 6px;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .25s ease-in-out;
  -moz-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
}
#hamburgerMenu span:nth-child(1) {
  top: 0px;
}
#hamburgerMenu span:nth-child(2),#hamburgerMenu span:nth-child(3) {
  top: 12px;
}
#hamburgerMenu span:nth-child(4) {
  top: 24px;
}
#hamburgerMenu.open span:nth-child(1) {
  top: 18px;
  width: 0%;
  left: 50%;
}
#hamburgerMenu.open span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  background-color: #4C4C49;
}
#hamburgerMenu.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  background-color: #4C4C49;
}
#hamburgerMenu.open span:nth-child(4) {
  top: 18px;
  width: 0%;
  left: 50%;
}

.navigationBar,
.navigationBar h1,
.navigationBar nav a,
.navigationBar .mainNav,
.navigationBar h1.titleLogo {
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}



/* 	==========================================================================
	Mobile First
	========================================================================== */
.navigationBar {
  position: fixed;
  height: 70px;
  width: 100%;
  z-index: 150;
  background: rgba(17, 22, 26, 0.8);
}
.navigationBarInside {
  position: relative;
}
h1.titleLogo {
  display: inline-block;
  position: relative;
  z-index: 250;
  margin-left: 10px;
  margin-top: 0px;
  font-size: 18px;
  color: #ffffff;
  width: 106px; 
  height: 70px;
  background: url("../gfx/building-shala_logo_pure_min.png");
  background-repeat: no-repeat;
  text-indent: -9999px;
}
.headerContainer {
  position: relative;
  height: 100vH;
  width: 100%;
  background: #3d3f45;
  
}
.headerContainer:before {
  content: ' ';
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0.4;
  background-image: url('../img/index_pic.jpg');
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.headerContainer header {
  position: relative;
  width: 90%;
  margin-left: 5%;
  padding-top: 150px;
}
.headerContainer h1, .headerContainer h2, .headerContainer h3 {
  text-align: center;
}
.headerContainer h1 {
  color: #C8C8C8;
  font-size: 18px;
  font-weight: 400;
  text-transform: uppercase;
  margin: 5px 0px;
}
.headerContainer h2 {
  color: #ffffff;
  font-size: 35px;
  text-transform: uppercase;
  line-height: normal;
  margin: 10px 0px;
}
.headerContainerIdee h2 {
  background-color: #F4811F;
  color: #3F7E45;
}
.headerContainer h3 {
  color: #C8C8C8;
}
.headerContainer p {
  text-align: center;
  color: #ffffff;
}
.buttonLine {
  position: relative;
  width: auto;
  margin: 30px auto;
  text-align: center;
}
.landingLeihbrary header{
  position: relative;
  width: 100%;
  margin: 50px 0;
  height: 200px;
  text-align: center;
}
.landingLeihbrary .picOne, .landingLeihbrary .picTwo {
  position: relative;
  display: inline-block;
  width: 150px;
  height: 150px;
  border: 1px solid gray;
}
.picOne {
  background: transparent url(../img/picOne.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  text-indent: -9999px;
}
.picTwo {
  background: transparent url(../img/picTwo.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  text-indent: -9999px;
}
.landingLeihbrary h2, .landingService h2, .landingLeihladen h2, .landingNews h2, .landingProjekte h2, .ideeMitmachen h2 {
  text-align: center;
}
.landingLeihbrary h2, .landingProjekte h2, .landingNews h2,  .ladenLokalLadenlokal h2, .ladenLokalSpenden h2, .ideeMitmachen h2 {
  color: #1D4561;
}
.landingLeihbrary h3, .landingService h3, .landingLeihladen h3, .landingNews h3, .ladenLokalSpenden h3, .ideeMitmachen h3 {
  text-align: center;
  font-weight: 600;
  font-size: 16px;
}
.ladenLokalSpenden h3 {
  text-align: left;
  margin-top: 30px;
}
.landingLeihbrary h3,  .landingNews h3, .ladenLokalSpenden h3, .ideeMitmachen h3 {
  color: #1D4561;
}
.landingLeihbrary p, .landingService p, .landingLeihladen p, .landingNews p, .ideeMitmachen p{
  text-align: center;
}
.landingService {
  position: relative;
  clear: both;
  margin: 50px 0px 0px 0px;
  background: #D69250;
  color: #E0E0E0;
  padding: 50px 0px;
}
.landingService header {
  height: 600px;
}
.landingService h3 {
  margin-top: 50px;
}
.landingService .picture {
  display: none;
}
.sliderMain {
  position: absolute;
  height: 550px;
  width: 90%;
  margin: auto;
}
.sliderMain .inner_part {
  top: 20px;
  display: flex;
  align-items: center;
  /* justify-content: center; */
  /* height: 400px; */
  position: absolute;
}
.content {
  width: 80%;
  opacity: 0;
  transition: .6s; 
}
#slide_1:checked ~ .inner_part .content_1,
#slide_2:checked ~ .inner_part .content_2,
#slide_3:checked ~ .inner_part .content_3,
#slide_4:checked ~ .inner_part .content_4,
#slide_5:checked ~ .inner_part .content_5{
  opacity: 1;
  margin-left: 0;
  z-index: 100;
  transition-delay: .3s;
}
#slide_1:checked ~ .slideArrow_1,
#slide_2:checked ~ .slideArrow_2,
#slide_3:checked ~ .slideArrow_3,
#slide_4:checked ~ .slideArrow_4,
#slide_5:checked ~ .slideArrow_5 {
  opacity: 0.7;
  transition-delay: .3s;
  z-index: 22;
}
.slider {
  width: 300px;
  margin: auto;
}
.slider .slide {
  position: relative;
  height: 8px;
  width: 50px;
  background: #CFCFCF;
  display: inline-flex;
  margin: 0 3px;
  cursor: pointer;
}
.slideArrow {
  position: absolute;
  right: 0px;
  top: 50%;
  margin-top: -75px;
  text-indent: -100%;
  overflow: hidden;
  height: 75px;
  width: 75px;
  background: transparent url(../gfx/icons8-chevron_right.png);
  cursor: pointer;
  z-index: 20;
  opacity: 0;
  transition: .6s; 
}
.slider .slide:before {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  height: 100%;
  width: -100%;
  background: #1D4561;
  transform: scaleX(0);
  transition: transform .6s;
  transform-origin: left;
}
#slide_1:checked ~ .slider .slide_1:before,
#slide_2:checked ~ .slider .slide_2:before,
#slide_3:checked ~ .slider .slide_3:before,
#slide_4:checked ~ .slider .slide_4:before,
#slide_5:checked ~ .slider .slide_5:before {
  transform: scaleX(1);
  width: 100%;
}
.sliderMain input {
  display: none;
}
.landingProjekte, .ladenLokalSpenden {
  position: relative;
  margin-top: 50px;
  margin-bottom: 50px;
}
.landingProjekte input {
  display: none;
}
.landingProjekte ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.landingProjekte .outerBox {
  color: #3d3f45;
  position: absolute;
  top: 0px;
  margin-top: 300px;
  text-align: center;
}
.landingProjekte .rightBox {
  box-sizing: border-box;
  opacity: 0;
  transition: .6s; 
}
.landingProjekte .innerBox {
  padding: 10px;
  font-weight: 200;
}
.landingProjekte li p {
  text-align: center;
}
.landingProjekte .sliderProjekte {
  height: 700px;
}
.rightBox .picture {
  width: 30vw;
  height: 30vw;
  border: 1px solid #000;
  float: left;
  padding: 0;
  box-sizing: border-box;
  padding: 0, 5px;
}
.westpreussen_innen_1 {
  background: url("../img/westpreussen_innen_1.jpg");
  background-position: center center;
  background-size: cover;
}
.westpreussen_innen_2 {
  background: url("../img/westpreussen_innen_2.jpg");
  background-position: center center;
  background-size: cover;
}
.westpreussen_innen_3 {
  background: url("../img/westpreussen_innen_3.jpg");
  background-position: center center;
  background-size: cover;
}
.westpreussen_aussen_1 {
  background: url("../img/westpreussen_aussen_1.jpg");
  background-position: center center;
  background-size: cover;
}
.westpreussen_aussen_2 {
  background: url("../img/westpreussen_aussen_2.jpg");
  background-position: center center;
  background-size: cover;
}
.westpreussen_aussen_3 {
  background: url("../img/westpreussen_aussen_3.jpg");
  background-position: center center;
  background-size: cover;
}
.tulpenweg1 {
  background: url("../img/tulpenweg_1.jpg");
  background-position: center center;
  background-size: cover;
}

.tulpenweg2 {
  background: url("../img/tulpenweg_2.jpg");
  background-position: center center;
  background-size: cover;
}
.tulpenweg3 {
  background: url("../img/tulpenweg_3.jpg");
  background-position: center center;
  background-size: cover;
}
.borsig1 {
  background: url("../img/borsigstrasse_1.jpg");
  background-position: center center;
  background-size: cover;
}
.borsig2 {
  background: url("../img/borsigstrasse_2.jpg");
  background-position: center center;
  background-size: cover;
}
.borsig3 {
  background: url("../img/borsigstrasse_3.jpg");
  background-position: center center;
  background-size: cover;
}
.sliderProjekte .slide {
  color: #F4811F;
  cursor: pointer;
  line-height: 45px;
}
.sliderProjekte .slide:hover {
  color: #1D4561;
  font-weight: 600;
}
#slideProjekte_1:checked ~ .outerBox .rightBox_1,
#slideProjekte_2:checked ~ .outerBox .rightBox_2,
#slideProjekte_3:checked ~ .outerBox .rightBox_3,
#slideProjekte_4:checked ~ .outerBox .rightBox_4{
  opacity: 1;
  margin-left: 0;
  z-index: 100;
  transition-delay: .3s;
}
.landingLeihladen {
  background: #3d3f45;
  color: #fff;
}
.landingLeihladen header{
  position: relative;
  width: 100%;
  padding: 50px 0;
  height: 200px;
  text-align: center;
}
.landingLeihladen .picOne, .landingLeihladen .picTwo {
  position: relative;
  display: inline-block;
  width: 150px;
  height: 150px;
  border: 1px solid gray;
}
.landingNews {
  margin-top: 80px;
  margin-bottom: 80px;
}
.landingNews .newsBox {
  position: relative;
  height: 91px;
  cursor: pointer;
  margin-bottom: 10px;
}
.landingNews img {
  margin: 5px 5px 0 5px;
  width: 80px;
  height: 80px;
  float: left;
}
.landingNews .newsBox h3, .landingNews .newsBox p {
  text-align: left;
  margin: 0px 0 5px 0px;
}
.landingNews .blogBox h3 {
  color: #D69250;
}
.landingNews .newsBox p {
  font-size: 14px;
}
.landingNews .link {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
}
.landingNews .link:hover {
  border: 1px solid #D69250;
}
.picture3 {
  width: 90vw;
  height: 90vw;
  box-sizing: border-box;
  border: 1px solid #000;
  margin: 10px 0 10px 0;
}
.ladenlokalProjekte {
  background: #D69250;
  color: #fff;
}
.ladenLokal h3 {
  margin-bottom: 0px;
  color: #fff;
}
.ladenLokal p {
  margin-top: 0px;
}
.ladenlokalProjekte article {
  padding: 50px 0px;
}
.ladenlokalProjekte header h2 {
  font-size: 16px;
  font-weight: 400;
  margin: 0px;
}
.ladenlokalProjekte header h3 {
  font-size: 28px;
  margin: 0px 0px 40px 0px;
}
.ladenLokalSpenden section {
  display: none;
}
.ideeTeam {
  color: #fff;
  background: #3d3f45;
}
.ideeTeam header {
  text-align: center;
}
.ideeTeam header p {
  font-weight: 200;
  font-size: 14px;
  margin-bottom: 0px;
}
.ideeTeam header h2 {
  font-size: 60px;
  margin: 0px;
  line-height: 40px;
}
.ideeTeam header h3 {
  font-weight: 400;
  margin: 0px;
}
.ideeTeamContainer {
  width: 100%;
}
.ideeTeamMember {
  height: 600px;
  width: 100%;
  overflow: hidden;
  text-align: center;
  position: relative;
  padding: 0;
  list-style: none;
}
.ideeTeamMember h1 {
  font-size: 18px;
  margin: 0px auto;
  color: #D69250;
}
.ideeTeamMember h2 {
  margin: 0px auto;
  font-size: 16px;
  font-weight: 400;
}
.ideeTeamMember p {
  font-weight: 200;
  margin: 0px auto;
}
.ideeTeamControls,
.ideeTeamRadio {
  display: none;
}

.ideeTeamControl {
  height: 30px;
  width: 30px;
  margin-top: -15px;
  top: 50%;
  position: absolute;
  display: block;
  cursor: pointer;
  border-width: 5px 5px 0 0;
  border-style: solid;
  border-color: #fafafa;
  opacity: 0.35;
  outline: 0;
  z-index: 3;
}
.ideeTeamControl:hover {
  opacity: 1;
}
.ideeTeamControlBack {
  left: 10px;
  transform: rotate(-135deg);
}
.ideeTeamControlForward {
  right: 10px;
  transform: rotate(45deg);
}
.ideeTeamIndicatorsForward {
  position: absolute;
  bottom: 20px;
  width: 100%;
  text-align: center;
}
.ideeTeamIndicator {
  height: 15px;
  width: 15px;
  border-radius: 100%;
  display: inline-block;
  z-index: 2;
  cursor: pointer;
  opacity: 0.35;
  margin: 0 2.5px 0 2.5px;
}
.ideeTeamIndicator:hover {
  opacity: 0.75;
}
.ideeTeamOutput {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 0;
  margin: 0;
  transition: transform 0.5s ease 0s;
  opacity: 1;
}
.ideeTeamOutput .ideeTeamOutputMember {
  display: block;
  top: 0;
  left: 0;
  right: 0;
  opacity: 1;
  height: 100%;
  position: absolute;
  overflow-y: auto;
}

.ideeTeamOutputMember .picture, .ideeTeamControls .picture {
  position: relative;
  height: 270px;
  width: 200px;
  border: 1px solid rgb(0, 0, 0);
  background-color: #fff;
  margin: 10px auto;
  z-index: 10;
  color: red;
}
.ideeTeamOutputMember .pictureBefore, .ideeTeamOutputMember .pictureAfter  {
  position: absolute;
  left: 50%;
  top: 20px;
  opacity: 0.5;
  transition: opacity 0.5s;
  margin-left: -320px;
  z-index: 9;
  cursor: pointer;
}
.ideeTeamOutputMember .pictureAfter {
  margin-left: 120px;
}
.ideeTeamOutputMember .pictureAfter:hover, .ideeTeamOutputMember .pictureBefore:hover {
  opacity: 0.8;
  transition: opacity 0.5s;
}
.ideeTeamOutputMember .infoBox {
  position: relative;
  width: 90%;
  background-color: #202126;
  margin: -30px auto;
  padding: 25px 10px;
  box-sizing: border-box;
  height: 270px;
}
.ideeTeamOutputMember .infoBoxSocialMedia {
  position: absolute;
  right: 10px;
  bottom: 5px;
}
.ideeTeamOutputMember .infoBoxSocialMedia img {
  opacity: 0.6;
  width: 25px;
  height: 25px;
  margin-left: 10px;
  transition: opacity 0.5s;
}
.ideeTeamOutputMember .infoBoxSocialMedia img:hover {
  opacity: 1;
  transition: opacity 0.5s;
}
.ideeTeamContainer {
  display: inline-block;
}
.ideeTeamOutputMember {
  overflow: hidden;
}
.ideeTeamIndicator {
  background-color: #fafafa;
}
.ideeMitmachen {
  position: relative;
  margin: 50px 0px;
}
.ideeMitmachen .picture {
  height: 150px;
  width: 150px;
  border: 1px solid #000;
  float: left;
  margin: 0px 5px;
}
.kontakt {
  height: 650px;
}
.kontakt ul {
  list-style: none;
}

/*  ==========================================================================
footer
    ======================================================================== */
.footerContainer {
  position: relative;
  margin-top: 50px;
  background-color: #19486A;
  padding: 0px 0px 20px 0px;
}
.footerContainer {
  display: grid;
}
 .map {
  width: 100%;
  height: 300px;
 }
 .footerContainer ul {
  list-style: none;
  padding: 0px;
 }
 .footerContainer li {
  text-align: center;
  padding: 5px 0px;
 }
 .footerContainer h3, .footerContainer p {
  text-align: center;
  color: #fff;
  font-weight: 400;
 }
/* 	==========================================================================
	Min Width
	========================================================================== */
@media only screen and (min-width: 768px) {
  .headerContainer header {
    position: absolute;
    width: auto;
    height: auto;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    margin: 0;
    padding: 0;
  }
  .headerContainer h2 {
    font-size: 40px;
  }
  .picture3 {
    width: 42vw;
    height: 42vw;
    margin: 10px 10px 10px 10px;
    float: left;
  }
  .impressionen {
    width: 42vw;
    margin: 10px 10px 10px 10px;
    float: left;
  }
  .ladenLokalSpenden section {
    display: block;
  }
  .ladenLokalSpenden .picture {
    height: 200px;
    width: 200px;
    border: 1px solid #000;
    margin-bottom: 20px;
    margin-left: 20px;
    float: left;
  }
}
/* 	==========================================================================
	Medium Width
	========================================================================== */
  @media only screen and (min-width: 1024px) {
    .wrapper {
      width: 980px; /* 1140px - 10% for margins */
      margin: 0 auto;
    }
/* 	==========================================================================
	Navigation
	========================================================================== */
    nav.mainNav {
      position: absolute;
      width: auto;
      top: 61px;
      right: 0px;
      margin: 0 auto;
      background: transparent;
      height: auto;
      left: auto;
      transform: translate(0, 0);
    }
    nav.mainNav  ul li {
      display: inline;
    }
    nav.mainNav  li {
      margin: 0px 20px 0px 0px;	
    }
    nav.mainNav  ul {
      margin-top: 0px;
    }
    nav.mainNav  a {
      color: rgb(255, 255, 255);
      font-size: 16px;
      font-weight: normal;
      padding-bottom: 5px;
    }
    nav.mainNav  a:hover {
      color: #A4A4A4;
    }
    nav.mainNav a.active {
      background: #f4811f;
      border-radius: 5px;
      padding: 10px;
    }
    label[for="navTrigger"] {
      display: none;
    }
    .navigationBar {
      height: 150px;
    }

    .navigationBar.navigationBar-shrink {
      height: 90px;
    }
    .navigationBar.navigationBar-shrink  .mainNav {
      top: 35px;
    }
    .navigationBar.navigationBar-shrink  h1.titleLogo {
      height: 70px;
      width: 106px;
      background: url("../gfx/building-shala_logo_pure_min.png");
      background-repeat: no-repeat;
      margin-top: 10px;
    }
  /* 	==========================================================================
	CSS
	========================================================================== */
    h1.titleLogo {
      margin-top: 20px;
      width: 167px; 
      height: 110px;
      background: url("../gfx/building-shala_logo_smal.png");
      text-indent: -9999px;
    }
    .headerContainer h2 {
      font-size: 60px;
    }
    .landingLeihbrary {
      padding-top: 50px;
    }
    .landingLeihbrary header, .landingService header, .landingLeihladen header{
      position: relative;
      width: 48%;
      margin: 50px 0;
      height: auto;
      text-align: left;
      float: left;
    }
    .landingLeihbrary .picOne, .landingLeihbrary .picTwo, .landingLeihladen .picOne, .landingLeihladen .picTwo {
      position: relative;
      display: inline-block;
      width: 400px;
      height: 400px;
      border: 1px solid gray;
      margin: 10px 0;
    }
    .landingLeihbrary .picOne, .landingLeihladen .picOne {
      position: absolute;
    }
    .landingLeihbrary .picTwo, .landingLeihladen .picTwo {
      height: 270px;
      width: 270px;
      left: 230px;
      top: 230px;
    }
    .landingLeihbrary header, .landingService header, .landingLeihladen header {
      clear: both;
      height: 600px;
    }
    .landingLeihbrary section, .landingService section, .landingLeihladen section {
      position: relative;
      margin: 50px 0;
      width: 48%;
      float: right;
    }
    .landingLeihbrary h2, .landingService h2, .landingProjekte h2, .landingLeihladen h2, .landingNews h2, .ideeMitmachen h2 {
      text-align: left;
      font-size: 30px;
    }
    .landingLeihbrary h3, .landingService h3, .landingLeihladen h3, .landingNews h3, .ideeMitmachen h3 {
      text-align: left;
    }
    .landingLeihbrary p, .landingService p, .landingProjekte p, .landingLeihladen p, .landingNews p, .ideeMitmachen p {
      text-align: left;
    }
    .landingLeihladen {
      padding-top: 50px;
    }
    .slider {
      position: absolute;
      top: 0px;
      left: 0px;
      z-index: 1;
      transform: translate(0,0);
    }
    .landingService .picture {
      position: absolute;
      right: 0px;
      top: -150px;
      display: block;
      width: 400px;
      height: 400px;
      /* border: 1px solid #000; */
      text-indent: -9999px;
      background: transparent url(../img/picTwo.jpg);
      background-size: cover;
      background-repeat: no-repeat;
    }
    .landingProjekte {
      position: relative;
      height: 50vw;
      height: calc(50vw - 140px);
      margin-top: 0px;
      margin-bottom: 0px;
    }
    .landingProjekte .sliderProjekte {
      height: auto;
    }
    .landingProjekte header {
      padding-top: 50px;
    }
    .landingProjekte li p {
      text-align: left;
    }
    .landingProjekte .outerBox {
      display: flex;
      align-items: center;
      justify-content: center;
      position: absolute;
      top: -70px;
      right: 0px;
      width: 50vw;
      height: 50vw;
      background: #3d3f45;
      color: #fff;
      margin: 0;
      text-align: left;
    }
    .landingProjekte .rightBox {
      position: absolute;
      height: 100%;
      width: 100%;
      box-sizing: border-box;
      opacity: 0;
      transition: .6s; 
    }
    .landingProjekte .innerBox {
      width: 50%;
      height: 50%;
      float: left;
      box-sizing: border-box;
      /* padding: 10px; */
      font-weight: 200;
    }
    .landingProjekte .innerBox .btnTransparent {
      position: absolute;
      bottom: 5px;
      right: 5px;
    }
    /* .landingProjekte .picture {
      border: 1px solid #000;
    } */
    .landingProjekte h3 {
      font-weight: 400;
    }
    .landingProjekte section p {
      font-weight: 200;
    }
    .landingNews header {
      width: 30%;
      float: left;
    }
    .landingNews section {
      width: 65%;
      float: right;
    }
    .landingNews .newsBox {
      width: 48%;
      float: left;
    }
    .picture3 {
      width: 310px;
      height: 310px;
      margin: 10px 8px 10px 8px;
    }
    .impressionen {
      width: 100%;
      padding: 10px 10px;
      box-sizing: border-box;
      margin: 0;
      text-align: center;
    }
    .ladenLokalSpenden header {
      width: 50%;
      float: left;
    }
    .ladenLokalSpenden section {
      width: 45%;
      float: right;
    }
    .ladenLokalSpenden .picture {
      height: 250px;
      width: 250px;
      border: 1px solid #000;
      margin-bottom: 20px;
      float: right;
    }
    .ideeMitmachen header {
      width: 50%;
      float: left;
    }
    .ideeMitmachen .picture {
      height: 350px;
      width: 350px;
      border: 1px solid #000;
      float: left;
      margin: 10px 0px;
    }
    /*  ==========================================================================
    footer
        ======================================================================== */
    .map {
      height: 400px;
    }
    .footerContainer ul {
      list-style: none;
      padding: 0px;
      width: 30%;
      float: left;
    }
    .footerContainer .footerKontakt {
      width: 30%;
      float: right;
      position: relative;
    }
    .footerContainer li {
      text-align: left;
    }
    .footerContainer h3, .footerContainer p {
      text-align: left;
    }
    .footerContainer .footerSocialmedia img {
      width: 25px;
      height: 25px;
    }
    .footerContainer .footerSocialmedia img:hover {
      opacity: 0.7;
     }
  }
  @media only screen and (min-width: 1240px) {
    .wrapper {
      width: 1100px; /* 1140px - 10% for margins */
      margin: 0 auto;
    }
    .navigationBar {
      height: 150px;
    }
    .landingProjekte header {
      padding-top: 150px;
    }
    .picture3 {
      width: 340px;
      height: 340px;
      margin: 10px 13px 10px 13px;
    }
  }
  /* ==========================================================================
   Helper classes
   ========================================================================== */
   .hidden,
   [hidden] {
     display: none !important;
   }
   
   
   .sr-only {
     border: 0;
     clip: rect(0, 0, 0, 0);
     height: 1px;
     margin: -1px;
     overflow: hidden;
     padding: 0;
     position: absolute;
     white-space: nowrap;
     width: 1px;
     /* 1 */
   }
   
   
   .sr-only.focusable:active,
   .sr-only.focusable:focus {
     clip: auto;
     height: auto;
     margin: 0;
     overflow: visible;
     position: static;
     white-space: inherit;
     width: auto;
   }
   
   
   .invisible {
     visibility: hidden;
   }
   
   
   .clearfix::before,
   .clearfix::after {
     content: " ";
     display: table;
   }
   
   .clearfix::after {
     clear: both;
   }
/* 	==========================================================================
	Print
	========================================================================== */
@media print,
  (-webkit-min-device-pixel-ratio: 1.25),
  (min-resolution: 1.25dppx),
  (min-resolution: 120dpi) {
  /* Style adjustments for high resolution devices */
}


@media print {
  *,
  *::before,
  *::after {
    background: #fff !important;
    color: #000 !important;
    /* Black prints faster */
    box-shadow: none !important;
    text-shadow: none !important;
  }

  a,
  a:visited {
    text-decoration: underline;
  }

  a[href]::after {
    content: " (" attr(href) ")";
  }

  abbr[title]::after {
    content: " (" attr(title) ")";
  }

  /*
   * Don't show links that are fragment identifiers,
   * or use the `javascript:` pseudo protocol
   */
  a[href^="#"]::after,
  a[href^="javascript:"]::after {
    content: "";
  }

  pre {
    white-space: pre-wrap !important;
  }

  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }

  /*
   * Printing Tables:
   * https://web.archive.org/web/20180815150934/http://css-discuss.incutio.com/wiki/Printing_Tables
   */
  thead {
    display: table-header-group;
  }

  tr,
  img {
    page-break-inside: avoid;
  }

  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }

  h2,
  h3 {
    page-break-after: avoid;
  }
}

