body{
  margin:0;
  background-color:#c7c7c7;
  width:100%;
  overflow-x:hidden;
}
h1{
  position: relative;
  min-width: 100%;
  font-family: 'Orbitron', sans-serif;
  color: #21640d;
}
p{
  position:relative;
  max-width: 500px;
  margin: 40px;
  font-family: 'Merriweather', serif;
  font-size: 15px;
  line-height: 26px;
  font-weight: 700;
  color: #444444;
}

#logoSection{
  position:absolute;
  top:0;
  left:0;
  width:100%;
  height: 0px;
  background: #2a4214de;
  z-index: 2;
}
.heroWrap{
  position:relative;
  width:100%;
  height:100vh;
  overflow:hidden;
}
.IntroMotive {
  position: absolute;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  visibility:hidden;
}
.objekt001{
  background-image: url("./motive/objekt001.jpg");
  background-size: cover;
  background-position: 80% 50%;
}
.objekt002{
  background-image: url("./motive/flur001.jpg");
  background-size: cover;
  background-position: 50% 90%;
}
.objekt003{
  background-image: url("./motive/lampe.jpg");
  background-size: cover;
  background-position: 60% 25%;
}
.heroWrap line{
  position: absolute;
  top: 100px;
  left: 0;
  width: 60%;
  padding: 10px 10px;
  background: #599859;
}

.heroWrap h1 {
  position: absolute;
  bottom: 5%;
  right: -51%;
  font-size: 3.5vw;
  letter-spacing: 0.8px;
  color: #5b914b;
  text-shadow: 1px 1px 2px #081c02;
  margin: 0;
  z-index: 1;
}

svg{
  position: absolute;
  top: 30px;
  left: auto;
  right:25px;
  width: 18vw;
}

section{
  position: relative;
  height: min-content;
  
}

.right{
  text-align:end;
}
.desk{
  width: 90%;
  margin-left: 5%;
  height:90vh;
  background-image: url("./motive/desk001.jpg");
  background-size: cover;
  background-position: 40% 0%;
}
.desk h1 {
  position: absolute;
  top: 66vh;
  left: 9%;
  font-size: 3.2vw;
  margin: 0;
  z-index: 1;
  background: grey;
  padding: 10px;
}
.koffer{
  height:60vh;
  background-image: url("./motive/koffer001.jpg");
  background-size: cover;
  background-position: 40% 50%;
}

.zugang{
  height:60vh;
  background-image: url("./motive/zugang001.jpg");
  background-size: cover;
  background-position: 40% 50%;
}


.door{
  width: 107vw;
  -webkit-filter: sepia(1) hue-rotate(91deg);
  filter: sepia(1) hue-rotate(92deg);
}

.listOutside {
    list-style-position: outside;
    margin-top: 50px;
  padding-inline-start: 60px;
}
.listOutside li {
    position: relative;
    list-style-position: outside;
    font-family: 'Orbitron', sans-serif;
    font-size: 16px;
    font-weight: 700;
    color: #21640d;
    margin-bottom: 10px;
}

/* ===== */
.wrap{
  position: relative;
  width: 90%;
  margin: 75px 0 75px 5%;
}
.leistWrap{
  position: relative;
  height: 300px;
  margin: 70px 0;
}
.leistWrap p{
  margin:0;
}
.fotoWrap{
  position: absolute;
  top: 0;
  left: 0;
  width: 55%;
  height: 300px;
  overflow: hidden;
}
.objekt{
  position:absolute;
}
.fotoWrap img, .fotoWrapR img{
  position:absolute;
  top:50%;
  left:50%;
  width:auto;
  height:130%;
}
.fotoWrapR{
  position: absolute;
  top:0;
  left:45%;
  width:55%;
  height: 100%;
  overflow:hidden;
}

.textWrap{
  position: absolute;
  top: 0;
  right: 0;
  width: 42%;
  
}
.textWrapR{
  position: absolute;
  top: 0;
  left: 0;
  width: 43%;
  height: 300px;
}
.leistungen span{
  color: #367422;
}
.flur{
 
}
/* =================== */
.kontakt .text{
  position:relative;
}
.kontakt span{
  font-size:17px;
}
.kontakt img{
  position: relative;
  top: 0px;
  right: 0;
  width: 75%;
  max-width: 500px;
}
.kontakt p{
  margin:40px 0;
  font-size:14px;
}
a{
  color:#444444;
}

.impressumButton{
  cursor: pointer;
  text-align: right;
  font-size: 14px;
  color: #444444;
}
/* =================== */
.impressum {
  position: fixed;
  height: 100%;
  width: 100%;
  top: 0;
  left:0;
  background: #BFBFBF;
  font-family: sans-serif;
  visibility: hidden;
  overflow: scroll;
  z-index: 5000;
}
.impressum p {
  width:100%;
  font-family: sans-serif;
  font-size: 12px;
  line-height: 1.3;
  margin: 20px 0;
}
.impressum h2{
  font-size: 20px;
  color: #444444;
}
.wrapper {
  position: absolute;
  height: 100%;
  margin:20px;

}
.close {
    position: fixed;
    top: -1px;
    right: 25px;
    font-size: 45px;
    font-weight: 300;
    color: #444444;
    cursor: pointer;
    z-index: 20;
}

/* ================ */
@media screen and (max-width: 600px) {
	
  #logo{
    width: 22vw;
  }
  .objekt001{
    background-position: 35% 50%;
  }
  .objekt002{
    background-position: 35% 50%;
  }
  .heroWrap h1{
    left:18%;
    font-size:4vw;
    padding:7px;
    background: #105a10ab;
    color: #98c393;
  }
  h1{
    font-size: 16px;
  }
  p{
    margin: 40px 0 0 0;
    font-size: 12px;
    line-height: 20px;
  }
  .listOutside {
    padding: 15px;
    margin-top: 10px;
  }
  .listOutside li{
    font-size: 12px;
  }
  section{
    padding: 5%;
  }
  .wrap{
    width:100%;
    margin:0;
  }
  .desk {
    height: 43vh;
    background-position: 75% 50%;
    width: 80%;
  }

  .leistWrap {
    position: relative;
    height: max-content; 
    margin: 20px 20px;
  }
  .fotoWrap, .fotoWrapR {
    position: relative;
    width: 100%;
    max-width: 100%;
    height:65vw;
    left:0;
  }
  .fotoWrapR{
    
  }
  .textWrap, .textWrapR {
    position: relative;
    width: 100%;
    max-width: 100%;
    height:100px;
    left:0;
  }
  .fotoWrapR img, .fotoWrapR img {
    position: absolute;
    height: 96%;
    width:auto;
  }
  .heroWrap{
    height:70vh;
  }
  
}

@media screen and (min-width: 1200px) {

	h1{
		font-size: 30px;
	}
	p, .kontakt p{
		font-size:24px;
		line-height: 36px;
		max-width: 575px;
	}
	.listOutside li {
    	font-size: 20px;
	}
	.fotoWrap {
		height: 400px;
	}
	.leistWrap {
		height: 400px;
		margin: 90px 0;
	}
	.kontakt span {
    	font-size: 24px;
	}
	.kontakt img {
		position: absolute;
		top: 75px;
		right: 0;
		width: 75%;
		max-width: 500px;
	}
}


/* ================ */

/* merriweather-regular - latin */
@font-face {
  font-family: 'Merriweather';
  font-style: normal;
  font-weight: 400;
  src: url('./fonts/merriweather-v25-latin-regular.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('./fonts/merriweather-v25-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('./fonts/merriweather-v25-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('./fonts/merriweather-v25-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('./fonts/merriweather-v25-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('./fonts/merriweather-v25-latin-regular.svg#Merriweather') format('svg'); /* Legacy iOS */
}
/* merriweather-700 - latin */
@font-face {
  font-family: 'Merriweather';
  font-style: normal;
  font-weight: 700;
  src: url('./fonts/merriweather-v25-latin-700.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('./fonts/merriweather-v25-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('./fonts/merriweather-v25-latin-700.woff2') format('woff2'), /* Super Modern Browsers */
       url('./fonts/merriweather-v25-latin-700.woff') format('woff'), /* Modern Browsers */
       url('./fonts/merriweather-v25-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
       url('./fonts/merriweather-v25-latin-700.svg#Merriweather') format('svg'); /* Legacy iOS */
}
/* merriweather-900 - latin */
@font-face {
  font-family: 'Merriweather';
  font-style: normal;
  font-weight: 900;
  src: url('./fonts/merriweather-v25-latin-900.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('./fonts/merriweather-v25-latin-900.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('./fonts/merriweather-v25-latin-900.woff2') format('woff2'), /* Super Modern Browsers */
       url('./fonts/merriweather-v25-latin-900.woff') format('woff'), /* Modern Browsers */
       url('./fonts/merriweather-v25-latin-900.ttf') format('truetype'), /* Safari, Android, iOS */
       url('./fonts/merriweather-v25-latin-900.svg#Merriweather') format('svg'); /* Legacy iOS */
}

/* orbitron-regular - latin */
@font-face {
  font-family: 'Orbitron';
  font-style: normal;
  font-weight: 400;
  src: url('./fonts/orbitron-v19-latin-regular.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('./fonts/orbitron-v19-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('./fonts/orbitron-v19-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('./fonts/orbitron-v19-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('./fonts/orbitron-v19-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('./fonts/orbitron-v19-latin-regular.svg#Orbitron') format('svg'); /* Legacy iOS */
}
/* orbitron-800 - latin */
@font-face {
  font-family: 'Orbitron';
  font-style: normal;
  font-weight: 800;
  src: url('./fonts/orbitron-v19-latin-800.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('./fonts/orbitron-v19-latin-800.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('./fonts/orbitron-v19-latin-800.woff2') format('woff2'), /* Super Modern Browsers */
       url('./fonts/orbitron-v19-latin-800.woff') format('woff'), /* Modern Browsers */
	   /*url('./fonts/orbitron-v19-latin-800.ttf) format('truetype'),  Safari, Android, iOS */
       url('./fonts/orbitron-v19-latin-800.svg#Orbitron') format('svg'); /* Legacy iOS */
}‚