
@font-face {
    font-family: 'ArchitecsDaughter';
    src: url(/material/fonts/Architects_Daughter/ArchitectsDaughter-Regular.ttf) format('truetype'); /* Chrome 26+, Opera 23+, Firefox 39+ */ 

    font-family: 'RockSalt';
    src: url(/material/fonts/Rock_Salt/RockSalt-Regular.ttf) format('truetype'); /* Chrome 26+, Opera 23+, Firefox 39+ */ 
  
    font-family: 'Average';
    src: url(/material/fonts/Average/Average-Regular.ttf) format('truetype'); /* Chrome 26+, Opera 23+, Firefox 39+ */ 
 
     
    font-family: 'Spectral';
    src: url(/material/fonts/Spectral/Spectral-Italic.ttf) format('truetype'); /* Chrome 26+, Opera 23+, Firefox 39+ */ 

  }

  :root {
    --blue: #1e90ff;
    --option: #888888;
    --optionHover: #1e90ff;
    --white: #ffffff;
    --background: grey;
    --green: #6fe640;
    --grey: #777;
    --grad: linear-gradient(0deg, white 15 % , lightgrey 51%, grey 85%);
  }


* {
    box-sizing: border-box;
    font-family:'RockSalt' ,'Average','Spectral', 'RockSalt', 'ArchitecsDaughter';
    font-size:x-large;
}

li {
  text-align: left;
}

.vorname {
display: none;
}
#vorname {
  display: none;
}

html {
    margin: 0px;
    height: 100%;
    width: 100%;
    scroll-behavior: smooth;
  } 

body {
    height: 100%;
    margin: 0px;
    background-image: linear-gradient(90deg, grey, lightgrey);
    font-size:medium;
}


.header {
  opacity: 1;
  padding: 0px;
  margin: 0px;
  position: relative;
  width: 100%;
  border:'none';
  height: 10%;
  display: block;
  text-align: center;
 
}

.htop {
z-index: 1;
height: 10%;
border: 'none';
width: 100%;
padding: 0px;
margin: 0px;
position: fixed;
text-align: right;
bottom: auto;
background-color: var(--white);
}

.Image-header {
  z-index: 1;
  height: 10%;
  max-height: 15%;
  max-width: 100%;
  position: fixed;
  left: 12%;
  background-color: var(--white);
 
  }

  .Image-text {
    position: relative;
   left:20%;
   width: 60%;

      padding: 10px;
      }


  .headerleft {
 width: 30%;
    float: left;
    clear:right;
  }



  .headerright {
    z-index: 2;
    width: 65%;
    float: right;
    margin-right: 10px;
    margin-right: 10px;
    position: relative;
    top:calc(100% - 40px)
 
  }


  .vl-logo {
    z-index: 1;
    position: fixed;
    top: 0%;
    left:10%;
    
    float: left;
    border-left: 6px solid var(--green);
    height: 500px;
    float: left;
    clear:both
  }

  .logo-black {
    z-index: 1;
    position:fixed;
    clear: both;
    top:10%;
    padding: 0px;
    margin: 0px;
    left: 1%;
    width: 85%;
    border-top: 6px solid black;
    opacity: 0.6;
  }
  .logo-white {
    z-index: 1;
    clear: both;
    position:fixed;
    top:10%;
    padding: 0px;
    margin: 0px;
    left: 2%;
    width: 8%;
    border-top: 6px solid white;
    opacity: 1;
  }

  .logo-rectangle-grey {
    float: left;
    z-index: 1;
    height: 8%;
    width: 8%;
    position: fixed;
    right: 90%;
    top: 2%;
    background-color: black;
    opacity: 0.6;
  }

  .logo-rectangle-green {
    float: left;
    z-index: 1;
    height: 10%;
    width: 4%;
    position: fixed;
    left: 10%;
    top: calc(10% + 6px);
    background-color: var(--green);
    opacity: 0.6;
    
  }

  .TitelTwo {
    float: left;
    z-index: 1;
    margin-top: 10px;
    width: 80%;
    position: fixed;
    left: 14%;
    top: 10%;
    background-color: var(--white);
    opacity: 0.6;
    
  }


.vl-top {
    z-index: 1;
    position: relative;
    left:90%;
    float: left;
    border-left: 6px solid var(--green);
    height: 500px;
  }

.gradient {

  background-image: linear-gradient(180deg, white , lightgrey 75%);
top:0%;
  height: max-content;
  min-height: max-content;
  position: relative;
}  

.parallax {
  /*  background-image: url("./img/Resumable_blank.png");*/
    top: 25%;
 
    min-height: 500px;

    background-attachment: fixed;
    background-position:center;
    background-repeat: no-repeat;
    background-size:contain;
  }


.bgimg-1, .bgimg-2, .bgimg-3 {
    position: relative;
    min-height: 400px;
    z-index: 0;
    opacity: 0.65;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
  
  }
  .bgimg-1 {
    background-image: url("./img/green_wood.png");
    height: 30%;

  
  }
  
  .bgimg-2 {
    background-image: url("./img/green_stone.png");
    height: 30%;
  }
  
  .bgimg-3 {
    background-image: url("./img/stones_2_small.png");
    height: 30%;
  }
  
  .bgimg-4 {
    background-image: url("./img/green_city_4.png");
    height: 30%;

       
  filter: blur(0px);
  -webkit-filter: blur(0px);

  position: relative;
  min-height: 400px;
  z-index: 0;
  opacity: 0.65;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;


  }

  .vl {
    z-index: 1;
    position: relative;
    float: left;
    border-left: 6px solid var(--green);
    height: 500px;
  }

  hr.black {
    z-index: 1;
    position: relative;
    border-top: 6px solid black;
  }

  hr.white {
    z-index: 1;
    position: relative;
    border-top: 6px solid white;
  }

  .rectangle {
    float: left;
    z-index: 1;
    height: 500px;
    width: 50%;
    position: relative;
    left: 50%;
    bottom: 0%;
    background-color: black;
    opacity: 0.6;
    
  }

  .caption {
    z-index: 2;
    position: relative;
    left: 10%;
    top: 40%;
    width: 80%;
    text-align: center;
    font-style: italic;
    font-family: 'RockSalt', 'ArchitecsDaughter';
    font-size: xx-large;
  }
  
  span.border {
    z-index: 2;
    color: #fff;
    padding: 5%;

    letter-spacing: 10px;
  }

.bullet {
  height: 15%;
margin-top: 3%;
  width: 100%;
  align-items: center;
  display: inline-block;
  
}

.bulletList {
  padding: 2%;
  height: 80%;
  min-height:fit-content;
  width: 70%;
  vertical-align: middle;
  position:relative;
  left:32%;
}

.bulletList2 {
  padding: 2%;
  height: 100%;
 
  width: 40%;

  position:relative;
  left:15%;
  clear: right;
  display: block;
}


  .bulletpic {
    background-color: var(--green);
     padding: 2%;
      height:100%;
     opacity: 0.7;
      clear: right;
     float: left;
      display: block;
  }

.bulletpic:hover{
  opacity: 1;
}

  .bulletpic2 {
    background-color: var(--white);
     padding: 2%;
  
      width: 25%;
      clear: both;
      float: left;
      display: block;
      position: relative;
  }

  .point {
    height: 100%;
    float: left;
  display: block;
    margin: 18px;
    position: relative;
    font-size:xx-large;
   top:50%
  }

  .example {
    float: left;
  display: block;
  text-align: center;
    margin: 18px;
    position: relative;
    left:-20%;
    width: 85%;
   top:50%
  }

  .discription {
 float: left;
 padding: 8px;
 z-index: 1;
  display:block;
  border: solid 8px var(--green);
  position: absolute;
    margin:0px;
left:50%;
top:15%;
   height: 70%;
    width: 40%;
opacity: 1;
  }

  .distap {
    width: 100%;
    height: 100%;
    position: relative;
    display: none;
   text-align: center;
   
  }

  #offer {
  
   
    opacity:0.7;
    color:#ddd;
    background-color:#282E34;
    text-align:center;
    padding:50px 30px;
    text-align: justify;
  }

  .caption span.border {
    z-index: 2;
    color: #fff;
    padding: 18px;
    letter-spacing: 10px;
  }
  
  .blacklink {
color: #ddd;
font-weight: bold;
  }

  .whitelink {
    color: #474242;
    font-weight: bold;
      }
  
  /* Turn off parallax scrolling for tablets and phones */
  @media only screen and (max-device-width: 1024px) {
    .bgimg-1, .bgimg-2, .bgimg-3 {
      background-attachment: scroll;
    }
  }
  .textbox {
    padding: 2%;
    height: 80%;
    min-height:max-content;
    width: 70%;
    vertical-align: middle;
    position:relative;
    align-self: center;
    left:17%;
   
  }

.container {
  margin-top: 10%;
  height: 80%;
  min-height:fit-content;
  width: 80%;
  vertical-align: middle;
  position:relative;
  align-self: center;
  left:10%;
  background-color: var(--white);
}

#contact-form {
  height: max-content;
}

  .left {
    min-width: 400px;
 height: auto;
    z-index: 2;
    padding: 18px;
  /*  font-size: 14px; */
    letter-spacing: 0px;
    float: left;
    width: 40%;
    clear:right;
    max-width: 40%;
    align-content: center;
    align-self: center;
  }

  #impressum {
    align-content: center;
    min-height: fit-content;
  }

  .left:after {
content: "";
clear:both;
  }


  .right {
    z-index: 2;
    padding: 18px;
    min-width: 400px;
    letter-spacing: 0px;
    float: left;
    width: 60%;
    height:min-content;
  }




#subject {
    min-width: 200px;
    width: 100%;
    min-height: 200px;
    height: min-content;
    padding: 0px;
    margin: 0px 0 0px 0;
    display: inline-block;
    border: none;
  
    resize: vertical
}

/* Add a background color when the inputs get focus */
label {
  margin: 30px 0px;
}

input[type=text],
input[type=password] {
    min-width: 200px;
    width: 70%;
    padding: 0px;
    margin: 0px 5px 0px 0;
    display: inline-block;
    border:solid;
    border-color: #f1f1f1;
    border-radius: 1px;
    background: #f1f1f1;
    resize: vertical;
    text-align: left;
}

input[type=text]:focus-visible {
 border-radius: 1px;
}

textarea:focus-visible {
  background-color: #ddd ;
  border-radius: 0px;
}

textarea:focus {
  background-color: #ddd ;
  border-radius: 0px;
}

textarea {
  background: #f1f1f1;
}

input[type=text]:focus,
input[type=password]:focus {
    background-color: #ddd;
}

b {
 display: inline-block;
}

/* Set a style for all buttons */

button {
    background-color: #888888;
    color: white;
    padding: 5px 5px;
    margin:5px 3px;
    border: none;
    cursor: pointer;
    width: auto;
    opacity: 0.8;
}


button:hover {
    opacity: 1;
}

#submit {
  width: 100%;
}




.footer {
    z-index: 3;
    height: 5%;
    display: inline-block;
    object-position: bottom;
    width: 100%;
    text-align: center;
    padding: 20px;
}


@media screen and (max-width: 1200px) {

 *{font-size:large;} 
 .caption{
  font-size: larger;
 }
}
@media screen and (max-width: 600px) {
  *{font-size:medium;} 
  .caption{
    font-size: larger;
  }
  .discription{
    display: inline-block;
    position: relative;
    width: 100%;
    left: auto;
  }
  #offer{
    padding: 5px;
  }
  #contact-form{
    padding-right: 20%;
  }
  .right{
    min-width: none;
  }
  .bulletpic2{
    width: 50%;
  }
.point{
  display: inline-block;
}
}