 
body {
    background: darkslategrey;
  background: white;
  /*margin-left: auto;
  margin-right: auto;*/
  /* taken out */
  /*-webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;*/
  margin-top: 0;
  margin-bottom: 0;
  /*this is new*/
  text-shadow: 1px 1px 1px rgba(0,0,0,0.004);
  text-rendering: optimizeLegibility !important;
  -webkit-font-smoothing: antialiased !important;
}


/* ******************************************************************************************************* */
/* > iPad Size -- start*/
/*@media (min-width: 1081px) {*/
@media (min-width: 500px) {
 
   :root {
      --mediaHeight: 25vh;
      --conHeight: 50vh;
      --varTop: 6vh; 
      --varBottom: 5vh;
      --varFontSizeH1: 5vh;   
      --varFontSizeH2: 2.5vh;
      --varFontSizeH3: 2.5vh;
      --varFontSizeText: 2vh;
      --varFontSizeLogo: 3.5vh;
      --varFontSizeTitle: 5px;
      --varFontSizeBottom: 1.5vh;
      --varFontSizeLang: 1vh;
      --varH1Padding: 8vh;
      --varMaxWidth: 1500px;
      --varContWidth: min(60vw,calc(0.6*var(--varMaxWidth)));
      --varMediaWidth: min(40vw,calc(0.4*var(--varMaxWidth)));
      --varMenuTopFontSize: 18px;
      --varMenuTopElementMargin: min(4vw,80px);
      --mainColor: #2F4F4F;
      }

 
     /*    p{
      font-size: var(--varFontSizeText);
    }*/

   h1{
      vertical-align:middle;
      text-decoration: none;
      /*font-weight: bold;*/
      font-family: 'Syncopate', sans-serif;
      color: white;
      text-shadow:  4px 4px 8px black;
      font-size: min(var(--varFontSizeH1),50px);
      z-index: 2;
      margin-bottom: 0;
     }

     h2{
 

      margin-top: 0;
      margin-bottom: 8vh;
      padding: 0;
      vertical-align:middle;
      text-decoration: none;
      text-shadow:  4px 4px 8px black;
      font-weight: bold;
      font-family: 'Roboto', sans-serif;
      color: white;
      text-transform: uppercase;
      font-size: var(--varFontSizeH2);
      font-weight:  100;
      z-index: 3;
     }

.contentWrapper{
      background-image: url('../img/background07.jpg');
      background-size: 100% 100%;
  }


.innerContentWrapper{
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  height: 90vh;
  max-width: 900px;
  margin-top: 0;
  margin-bottom: auto;


 }

.titleContent{
  border-radius: 2px;
  margin-left: auto;
  margin-bottom: 5vh;
  width: 25vw;
  height: 10vh;
  background: white;
  vertical-align:middle;
}
.titleContent H1{
    
      text-decoration: none;
      font-family: 'Syncopate', sans-serif;
      color: red;
      text-shadow:  4px 4px 8px grey;
      font-size: min(var(--varFontSizeH1),50px);
      text-align: center;
      background-color: white;
      color: #3b6363;
}

.impressumContent{
  border-top-left-radius: 2px;
  border-bottom-left-radius: 2px;
  margin-left: auto;

  -webkit-font-smoothing;
  -moz-osx-font-smoothing;
  width: 30vw;
  max-width: 660px;
  height: auto;
  padding: 2vw;
  background: #2F4F4F;
  background: linear-gradient(#3b6363, #2F4F4F);
  vertical-align:middle;
  color: white;
}

.impressumContent h2{

      text-decoration: none;
      font-family: 'Roboto', sans-serif;
      font-size: min(var(--varFontSizeH1),40px);
      text-align: left;
      color: white;
}

.impressumContent h3{

      text-decoration: none;
      font-family: 'Roboto', sans-serif;
      font-size: 1.2rem;
      text-align: left;
      color: white;
      font-weight: 200;
    }

.impressumContent p{
  font-family: 'Montserrat','Roboto', sans-serif;
  margin-top: 0px;
  line-height: 1.2rem;
  font-size: 1rem;
  font-weight: 200;
  color: white;

  /*margin-bottom: 0;*/
}

.impressumContent2{
  -webkit-font-smoothing;
  -moz-osx-font-smoothing;

  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;

  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  width: 10vw;
  max-width: 200px;
  height: auto;
  padding: 2vw;
  /*background: #a7aaad;*/
  background: rgba(0,0,0,0.3);
  vertical-align:middle;
  color: #f0f0f1;
  font-family: "Montserrat", sans-serif;
  
  line-height: 1.2rem;
  font-size: 1rem;
  font-weight: 200;
}

.impressumContent3{
  -webkit-font-smoothing;
  -moz-osx-font-smoothing;
  width:40vw;
  height: auto;
  padding: 2vw;
  background: #a7aaad;
  vertical-align:middle;
  color: #f0f0f1;
  font-family: "Montserrat", sans-serif;
  
  line-height: 1.2rem;
  font-size: 1rem;
  font-weight: 200;
}

.contentRow{
  display: flex;
  flex-direction: row;
  margin-bottom: 5vh;

}

#linkedinImg{
  margin-top: 5vh;
    width: 100px;
    height: 100px;
}



.content{
  height: 10vh;
  color: #f1f1f1;
  width: 21vw;
  max-width: 400px;
  font-family: 'Syncopate', sans-serif;
  text-align: center;
  text-decoration: none;
  z-index: 3;
  padding-top: 20px;
  padding-bottom: 20px;
  border: 1px solid ghostwhite;
  border-radius: 2px;
  background: rgba(0,0,0,0.3);
  box-shadow: 0 0.625rem 3.375rem rgba(0, 0, 0, 0.04);
}

.content p{
  text-align: center;
  padding: 0;
  margin: 5px;

}



.textWrapper {
  height: 9vh;
  max-height: 50px;
  background: rgba(0,0,0,0);
  padding: 5px;
}

#lastRow{
  height: 15vh;
  width: 48vw;
  max-width: 860px;

}

#contactContent{
  margin-right: auto;
}

#aboutUsContent{
  margin-left: auto;
}

#contactContent:hover{
  background-image: url('/img/services3.jpg');
  background-size: 100% 100%;

}

#aboutUsContent:hover{
  background-image: url('/img/services3.jpg');
  background-size: 100% 100%;

}

.content h2{
  font-family: 'Syncopate', sans-serif;
  color: white;
  text-transform: uppercase;
  letter-spacing: 1vw;
  font-weight:  400;
  font-size: 2rem;
  text-align: center;
  letter-spacing: -0.1px;
  margin-top: 1px;
  margin-bottom: 20px;
}

}
/* > iPad Size -- END*/

/* ******************************************************************************************************* */
/* iPad Size -- start*/
/*@media (min-width: 500px) and (max-width: 559px) {
 
   

}
/* iPad Size -- END*/

/* ******************************************************************************************************* */
/* < iPad Size -- start*/
@media (min-width: 0px) and (max-width: 499px) {
 
    :root {
      --mediaHeight: 25vh;
      --conHeight: 50vh;
      --varTop: 6vh;  
      --varBottom: 5vh;
      --varFontSizeH1: 3vh;   
      --varFontSizeH2: 1.5vh;
      --varFontSizeH3: 2.5vh;
      --varFontSizeText: 2vh;
      --varFontSizeLogo: 2.5vh;
      --varFontSizeTitle: 5px;
      --varFontSizeBottom: 15px;
      --varFontSizeLang: 12px;
      --varH1Padding: 9vh;
      --varMenuTopFontSize: 10px;
      --varMenuTopElementMargin: min(8vw,80px);
      --varFormFontSize:  15px;
      --varFormButtonPadding:  5px;
      }


    p{
      font-size: var(--varFontSizeText);
    }

     h1{
      vertical-align:middle;
      text-decoration: none;
      /*font-weight: bold;*/
      font-family: 'Syncopate', sans-serif;
      color: white;
      text-shadow:  4px 4px 8px black;
      font-size: min(var(--varFontSizeH1),50px);
      z-index: 2;
      margin-bottom: 0;
      margin-top: 6vh;
     }


     h2{
      margin-top: 0;
      margin-bottom: 7vh;
      vertical-align:middle;
      text-decoration: none;
      font-weight: bold;
      font-family: 'Roboto', sans-serif;
      color: white;
      text-transform: uppercase;
      font-size: var(--varFontSizeH2);
      text-shadow:  4px 4px 8px black;
      font-weight:  100;
      z-index: 3;
     }

#linkedinImg{
  margin-top: 2vh;
  height: 5rem;
  width: 5rem;

}

#twitterImg{
  margin-top: 2vh;
  height: 5rem;
  width: 5rem;

}


.contentWrapper{
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  margin-bottom: 5vh;
  height: auto;
  width: min(100vw,calc(var(--varMaxWidth)));
  margin-left: auto;
  margin-right: auto;
  background-image: url('../img/background07sm.jpg');
  background-size: 100% 100%;
}

.innerContentWrapper{
    height: auto;
}

.impressumContent{
  border-top-left-radius: 2px;
  border-bottom-left-radius: 2px;
  margin-left: auto;

  -webkit-font-smoothing;
  -moz-osx-font-smoothing;
  width: 75vw;
  max-width: 660px;
  height: auto;
  padding: 6vw;
  background: #2F4F4F;
  background: linear-gradient(#3b6363, #2F4F4F);
  vertical-align:middle;
  color: white;
}

.impressumContent h2{

      text-decoration: none;
      font-family: 'Roboto', sans-serif;
      font-size: min(var(--varFontSizeH1),40px);
      text-align: left;
      color: white;
}

.impressumContent h3{

      text-decoration: none;
      font-family: 'Roboto', sans-serif;
      font-size: 1.2rem;
      text-align: left;
      color: white;
      font-weight: 200;
      text-shadow:  4px 4px 8px black;
    }

.impressumContent p{
  font-family: 'Montserrat','Roboto', sans-serif;
  margin-top: 5px;
  line-height: 1.2rem;
  font-size: 1rem;
  font-weight: 200;
  color: white;
  text-shadow:  4px 4px 8px black;

  /*margin-bottom: 0;*/
}

.impressumContent2{
  -webkit-font-smoothing;
  -moz-osx-font-smoothing;

  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;

  width: 75vw;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  height: auto;
  padding: 6vw;
  /*background: #a7aaad;*/
  background: rgba(0,0,0,0.3);
  vertical-align:middle;
  color: #f0f0f1;
  font-family: "Roboto","Montserrat", sans-serif;
  
  line-height: 1.2rem;
  font-size: 1rem;
  font-weight: 200;
}

.impressumContent3{
  -webkit-font-smoothing;
  -moz-osx-font-smoothing;
  width:40vw;
  height: auto;
  padding: 2vw;
  background: #a7aaad;
  vertical-align:middle;
  color: #f0f0f1;
  font-family: "Montserrat", sans-serif;
  
  line-height: 1.2rem;
  font-size: 1rem;
  font-weight: 200;
}

.contentRow{
  display: flex;
  flex-direction: column;
  margin-bottom: 5vh;

}


.content{
  height: 10vh;
  color: #f1f1f1;
  width: 21vw;
  max-width: 400px;
  font-family: 'Syncopate', sans-serif;
  text-align: center;
  text-decoration: none;
  z-index: 3;
  padding-top: 20px;
  border: 1px solid ghostwhite;
  border-radius: 2px;
  background: rgba(0,0,0,0.3);
  box-shadow: 0 0.625rem 3.375rem rgba(0, 0, 0, 0.04);
}

.content p{
  text-align: center;
  padding: 0;
  margin: 5px;

}


.textWrapper {
  height: 9vh;
  max-height: 50px;
  background: rgba(0,0,0,0);
  padding: 5px;
}

#lastRow{
  display: none;
  height: 15vh;
  width: 48vw;
  max-width: 860px;

}

#contactContent{
  margin-right: auto;
}

#aboutUsContent{
  margin-left: auto;
}

#contactContent:hover{
  background-image: url('/img/services3.jpg');
  background-size: 100% 100%;

}

#aboutUsContent:hover{
  background-image: url('/img/services3.jpg');
  background-size: 100% 100%;

}

.content h2{
  font-family: 'Syncopate', sans-serif;
  color: white;
  text-transform: uppercase;
  letter-spacing: 1vw;
  font-weight:  400;
  font-size: 2rem;
  text-align: center;
  letter-spacing: -0.1px;
  margin-top: 1px;
  margin-bottom: 20px;
}

#linkedinLink:hover{
  size: 120%;
}



}

/* < iPad Size -- END*/
/* *********************************************************************************** */

