@import url("https://fonts.googleapis.com/css?family=Roboto:100,200,400,600");
.header {
  background-color: white;
  position: fixed;
  width: 100%;
  height: 86px;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 10;
  -webkit-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19); }

.logo2 {
  position: absolute;
  top: 15px;
  width: 420px; }

.menuicon {
  width: 100px;
  position: absolute;
  top: 26px;
  right: 26px;
  display: none; }

.menumobile {
  background-color: white;
  position: fixed;
  width: 100%;
  top: 140px;
  z-index: 11; }

.mm:link, .mm:visited, .mm:active {
  color: black;
  padding: 36px;
  text-align: center;
  text-decoration: none;
  display: block; }

.mm:hover {
  background-color: FireBrick;
  color: white; }

.menudesktop {
  position: absolute;
  right: 20px;
  top: 40px;
  margin: auto;
  width: 60%;
  display: grid;
  grid-template-columns: auto auto auto auto; }

.md {
  text-align: right; }

.bild1 {
  background-image: url(http://www.renovastukk.ch/images/bild1.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  position: fixed;
  top: 0;
  height: 100vh;
  width: 100%; }

.layer1 {
  background: -webkit-gradient(linear, left top, right top, from(white), to(rgba(255, 255, 255, 0.5)));
  background: -webkit-linear-gradient(left, white, rgba(255, 255, 255, 0.5));
  background: -o-linear-gradient(left, white, rgba(255, 255, 255, 0.5));
  background: linear-gradient(to right, white, rgba(255, 255, 255, 0.5));
  position: fixed;
  top: 0;
  height: 100vh;
  width: 100%;
  z-index: 0; }

.logo {
  mix-blend-mode: multiply;
  position: absolute;
  width: 800px;
  top: 28vh;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 2; }

.div0 {
  height: 86px;
  width: 100%;
  position: relative;
  margin-top: 0; }

.grid1 {
  top: 80vh;
  position: absolute;
  display: grid;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr;
  -webkit-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19); }

.text1 {
  grid-row: 1 / 2;
  grid-column: 1 / 2;
  padding-top: 40px;
  padding-left: 120px;
  padding-right: 160px;
  padding-bottom: 60px;
  background-color: #333333;
  color: white;
  -webkit-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19); }

.row2 {
  grid-row: 2 / 3;
  display: grid;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr; }

.quali {
  grid-column: 1 / 2;
  grid-row: 1 / 2; }

.erfahr {
  grid-column: 2 / 3;
  grid-row: 1 / 2; }

.berat {
  grid-column: 3 / 4;
  grid-row: 1 / 2; }

.kost {
  grid-column: 4 / 5;
  grid-row: 1 / 2; }

.termi {
  grid-column: 5 / 6;
  grid-row: 1 / 2; }

#qual {
  -webkit-transform: scale(0.4);
  -ms-transform: scale(0.4);
  transform: scale(0.4); }

#erfah {
  -webkit-transform: scale(0.5);
  -ms-transform: scale(0.5);
  transform: scale(0.5); }

#bera {
  -webkit-transform: scale(0.5);
  -ms-transform: scale(0.5);
  transform: scale(0.5); }

#kos {
  -webkit-transform: scale(0.5);
  -ms-transform: scale(0.5);
  transform: scale(0.5); }

#term {
  -webkit-transform: scale(0.45);
  -ms-transform: scale(0.45);
  transform: scale(0.45); }

.icont {
  font-weight: 200;
  text-align: center;
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 100px; }

.footspace1 {
  height: 300px;
  background-color: #333333;
  grid-row: 3 / 4;
  grid-column: 1 / 2;
  padding-left: 20px; }

#footext {
  font-weight: 200;
  color: white;
  margin-top: 180px; }

.grid2 {
  position: absolute;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: auto auto auto;
  -webkit-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19); }

.text2 {
  grid-row: 1 / 2;
  grid-column: 1 / 2;
  padding-top: 40px;
  padding-left: 120px;
  padding-right: 160px;
  padding-bottom: 60px;
  background-color: #333333;
  color: white;
  -webkit-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19); }

.insidegrid2 {
  height: 48vw;
  padding: 50px;
  grid-column: 1 / 2;
  grid-row: 2/3;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-gap: 20px; }

.ig2 {
  background-color: white;
  text-align: center;
  -webkit-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19); }

.igt {
  margin-top: 45%; }

.grid3 {
  position: absolute;
  width: 100%;
  display: grid;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  -webkit-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19); }

.refbilder {
  grid-row: 2;
  padding-bottom: 150px; }

.text3 {
  grid-row: 1;
  grid-column: 1 / 2;
  padding-top: 40px;
  padding-left: 120px;
  padding-right: 160px;
  padding-bottom: 60px;
  background-color: #333333;
  color: white;
  -webkit-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19); }

.reft {
  position: relative;
  left: 0;
  right: 0;
  width: 80%;
  margin: 0 auto;
  text-align: center; }

.slider {
  width: 100%;
  height: 60vw;
  max-width: 890px;
  max-height: 534px;
  left: 0;
  right: 0;
  margin: auto;
  overflow: hidden; }
  .slider img {
    width: 100%;
    float: left;
    display: none; }

.slider1 {
  width: 100%;
  height: 60vw;
  max-width: 890px;
  max-height: 534px;
  left: 0;
  right: 0;
  margin: auto;
  overflow: hidden; }
  .slider1 img {
    width: 100%;
    float: left;
    display: none; }

.slider2 {
  width: 100%;
  height: 60vw;
  max-width: 890px;
  max-height: 534px;
  left: 0;
  right: 0;
  margin: auto;
  overflow: hidden; }
  .slider2 img {
    width: 100%;
    float: left;
    display: none; }

.slider3 {
  width: 100%;
  height: 60vw;
  max-width: 890px;
  max-height: 534px;
  left: 0;
  right: 0;
  margin: auto;
  overflow: hidden; }
  .slider3 img {
    width: 100%;
    float: left;
    display: none; }

.slider4 {
  width: 100%;
  height: 60vw;
  max-width: 890px;
  max-height: 534px;
  left: 0;
  right: 0;
  margin: auto;
  overflow: hidden; }
  .slider4 img {
    width: 100%;
    float: left;
    display: none; }

.slidern1, .slidern2, .slidern3, .slidern4 {
  width: 100%;
  height: 60vw;
  max-width: 890px;
  max-height: 534px;
  left: 0;
  right: 0;
  margin: auto;
  overflow: hidden; }
  .slidern1 img, .slidern2 img, .slidern3 img, .slidern4 img {
    width: 100%;
    float: left;
    display: none; }

.bullets {
  position: relative;
  width: 60px;
  height: 40px;
  top: 10px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr; }

.bullets2 {
  position: relative;
  width: 80px;
  height: 40px;
  top: 10px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr; }

.b {
  background-color: grey;
  border-radius: 12px;
  height: 12px;
  width: 12px;
  margin: auto;
  cursor: pointer; }

#b1 {
  background-color: #333; }

#b11 {
  background-color: #333; }

#b21 {
  background-color: #333; }

#b31 {
  background-color: #333; }

#b41 {
  background-color: #333; }

#bn11 {
  background-color: #333; }

#bn21 {
  background-color: #333; }

#bn31 {
  background-color: #333; }

#bn41 {
  background-color: #333; }

.grid4 {
  background-color: #333333;
  position: absolute;
  display: grid;
  grid-template-columns: auto;
  grid-template-rows: auto auto auto; }

.text4 {
  grid-row: 1;
  padding-top: 40px;
  padding-left: 120px;
  padding-right: 160px;
  padding-bottom: 50px;
  background-color: #333333;
  color: white; }

.formular {
  grid-row: 2;
  background-color: white;
  width: 50%;
  left: 0px;
  right: 0px;
  margin: 0 auto;
  padding-top: 80px;
  padding-left: 140px;
  padding-right: 140px;
  padding-bottom: 100px;
  -webkit-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19); }

.footerk {
  height: 200px; }

.bodyk {
  background-color: #333333; }

.pk {
  font-size: 1.2em; }

form input {
  border: 3px solid grey;
  height: 28px;
  width: 300px; }
  form input:focus {
    outline: none;
    border-color: #333; }

form textarea {
  border: 3px solid grey;
  resize: none;
  width: 80%;
  height: 8em; }
  form textarea:focus {
    outline: none;
    border-color: #333; }

form [type="submit"] {
  background-color: grey;
  color: white;
  font-size: 1.3em;
  font-weight: 100;
  height: 50px;
  width: 120px; }
  form [type="submit"]:hover {
    outline: none;
    background-color: #333;
    border: 0;
    cursor: pointer; }
  form [type="submit"]:focus {
    outline: none;
    background-color: FireBrick;
    border: 0;
    cursor: pointer; }

form label {
  display: block;
  margin-bottom: 18px; }
  form label span {
    display: block;
    margin-bottom: 6px; }

.zuruck:link, .zuruck:visited, .zuruck:active {
  color: white;
  font-weight: 100; }

.zuruck:hover {
  color: grey; }

.formicon {
  grid-row: 2;
  width: 100%;
  left: 0;
  right: 0;
  margin: auto; }
  .formicon img {
    position: relative;
    left: 100px;
    right: 0;
    margin: auto;
    width: 30%; }

h1 {
  font-family: 'Roboto', sans-serif;
  font-weight: 600;
  font-size: 2.4em; }

h2 {
  font-family: 'Roboto', sans-serif;
  font-weight: 600;
  font-size: 2em;
  color: FireBrick; }

p {
  font-family: 'Roboto', sans-serif;
  font-weight: 100;
  font-size: 1.5em;
  line-height: 1.2; }

a {
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  font-size: 1.5em;
  text-decoration: none; }

label {
  font-family: 'Roboto', sans-serif;
  font-weight: 200;
  font-size: 1.2em; }

a:link, a:visited, a:active {
  color: black; }

a:hover {
  color: FireBrick; }

@media only screen and (orientation: portrait) {
  h1 {
    font-size: 5em; }
  h2 {
    font-size: 5em; }
  p, label {
    font-size: 3.2em; }
  a {
    font-size: 3em; }
  .pk {
    font-size: 2.4em; }
  .header {
    height: 150px; }
  .menuicon {
    display: block; }
  .menudesktop {
    display: none; }
  .logo {
    width: 90%;
    top: 42%; }
  .logo2 {
    position: absolute;
    top: 34px;
    width: 600px; }
  .div0 {
    height: 120px; }
  .div1 {
    top: 90vh; }
  .row2 {
    grid-template-rows: auto auto auto auto auto;
    grid-template-columns: 1fr; }
  .quali {
    padding-top: 120px;
    text-align: center;
    grid-row: 1 / 2;
    grid-column: auto; }
  .erfahr {
    padding-top: 120px;
    text-align: center;
    grid-row: 2 / 3;
    grid-column: auto; }
  .berat {
    padding-top: 120px;
    text-align: center;
    grid-row: 3 / 4;
    grid-column: auto; }
  .kost {
    padding-top: 120px;
    text-align: center;
    grid-row: 4 / 5;
    grid-column: auto; }
  .termi {
    padding-top: 120px;
    text-align: center;
    grid-row: 5 / 6;
    grid-column: auto; }
  #qual {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    width: 300px; }
  #erfah {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    width: 400px; }
  #bera {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    width: 400px; }
  #kos {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    width: 400px; }
  #term {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    width: 400px; }
  .footspace1 {
    height: 400px;
    grid-row: 7;
    grid-column: 1 / 6;
    padding-left: 20px; }
  .footspace2 {
    opacity: 0; }
  .insidegrid2 {
    height: auto;
    grid-template-columns: auto; }
  .ig2 {
    height: 90vw; }
  .bullets {
    height: 80px;
    width: 200px; }
  .b {
    border-radius: 40px;
    height: 40px;
    width: 40px; }
  .formular {
    width: 60%; }
  form input {
    border: 6px solid grey;
    height: 1.2em;
    width: 80%; }
  form textarea {
    border: 6px solid grey;
    height: 6em;
    width: 100%; }
  form label {
    margin-bottom: 40px; }
  form [type="submit"] {
    font-size: 3em;
    font-weight: 100;
    height: 100px;
    width: 240px; } }
