@import url("https://fonts.googleapis.com/css?family=Open+Sans+Condensed:300|Quicksand:300&display=swap");
* {
  box-sizing: border-box;
  font-family: "Open Sans Condensed", sans-serif;
  font-family: "Quicksand", sans-serif;
  margin: 0;
  padding: 0;
}
.arkaPlan {
  position: absolute;
  width: 100%;
  height: 107vh;
  background-image: url("image/tile.png");
  background-repeat: repeat;
  z-index: -1;
}
.filtre {
  position: absolute;
  width: 100%;
  height: 107vh;
  z-index: -1;
  background-color: rgba(0, 0, 0, 0.24);
}
main {
  background-color: white;
  width: 1300px;
  height: 100vh;
  margin: 0 auto;
  text-align: center;
  z-index: 2;
}

.tabContainer {
  float: right;
  padding-right: 50px;
}
/* Tabs */

.tablink {
  color: rgb(0, 0, 0);
  margin: 70px 5px 0 0;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 7px;
  font-size: 22px;
  font-weight: 200;
  width: 150px;
  background-color: rgb(255, 255, 255);
  transition: 500ms;
  border: rgba(247, 233, 30, 0.842) solid 1px;
}

.tablink:hover {
  color: red;
  transition: 300ms;
}
main .tabcontent {
  display: none;
  height: 88vh;
  width: 1300px;
  margin: 0 auto;
  padding: 3vh 0% 0px 0%;
  z-index: 115;
  color: black;
  background: rgba(198, 229, 241, 1);
  background: -moz-linear-gradient(
    left,
    rgba(198, 229, 241, 1) 0%,
    rgba(3, 171, 227, 1) 100%
  );
  background: -webkit-gradient(
    left top,
    right top,
    color-stop(0%, rgba(198, 229, 241, 1)),
    color-stop(100%, rgba(3, 171, 227, 1))
  );
  background: -webkit-linear-gradient(
    left,
    rgba(198, 229, 241, 1) 0%,
    rgba(3, 171, 227, 1) 100%
  );
  background: -o-linear-gradient(
    left,
    rgba(198, 229, 241, 1) 0%,
    rgba(3, 171, 227, 1) 100%
  );
  background: -ms-linear-gradient(
    left,
    rgba(198, 229, 241, 1) 0%,
    rgba(3, 171, 227, 1) 100%
  );
  background: linear-gradient(
    to right,
    rgba(198, 229, 241, 1) 0%,
    rgba(3, 171, 227, 1) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c6e5f1', endColorstr='#03abe3', GradientType=1 );
}
#Unternehmen {
  padding: 3vh 0% 0px 0%;
  z-index: 115;
  font-size: 3vh;
}
.con {
  width: 1300px;
  height: 330px;
}
.img2 {
  background-image: url(image/26.jpg);
  background-size: cover;
  z-index: 10;
  height: 320px;
  width: 290px;
  float: left;
  opacity: 0.8;
}
.img3 {
  background-image: url(image/29.jpg);
  background-size: cover;
  z-index: 10;
  height: 320px;
  width: 290px;
  float: left;
  opacity: 0.8;
}
#img {
  margin: 0 auto;
  background-image: url(image/24.jpg);
  background-size: cover;
  width: 720px;
  height: 320px;
  z-index: 10;
  float: left;
}
.clear {
  clear: both;
}
.altbaslik {
  font-size: 3vh;
  margin-bottom: 15px;
}
#Leistungen {
  list-style-image: url(image/dach3.png);
  padding: 60px 0 0 0;
  font-size: large;
}

#Leistungen ul {
  text-align: left;
  margin-left: 5%;
}
.fliesenImg {
  width: 30vw;
  float: right;
  margin-left: 20px;
  border: solid 2px white;
}

.sagCenah :nth-child(1) {
  text-align: justify;
}

.sagCenah :nth-child(2) p {
  float: left;
  width: 50%;
  font-size: 1em;
  padding: 15px;
}
.sagCenah :nth-child(2) img {
  width: 50%;
  border: solid 2px white;
}
#trockenbau p {
  float: left;
  width: 50%;
  font-size: 1em;
  padding: 15px;
}
#trockenbau img {
  width: 50%;
  border: solid 2px white;
}
/* Tabs end */

/* Tabs2 */

.tablink2 {
  display: block;
  margin: 5px;
  margin-left: 20px;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 10px;
  font-size: 22px;
  background-color: white;
  width: 180px;
  text-align: left;
  border-left: rgba(80, 78, 209, 0) 5px solid;
  transition: 500ms;
}

.tablink2:hover {
  transition: 500ms;
  border-left: red 5px solid;
  color: red;
}

.tabcontent2 {
  display: none;
  padding: 0 30px 30px 30px;
}
.solCenah,
.sagCenah {
  float: left;
}
.solCenah {
  width: 200px;
}
.sagCenah {
  width: 1015px;
}

/* Tabs2 end */

.header {
  width: 1300px;
  margin: 0 auto;
  padding: 8px;
  background-color: rgb(255, 255, 255);
  min-height: 10vh;
}
.logo {
  float: left;
  height: 110px;
  margin-left: 40px;
}
.clear {
  clear: both;
}
footer {
  margin: 0 auto;
  width: 1300px;
  color: rgb(255, 255, 255);
  height: 7vh;
  text-align: center;
  padding-top: 7px;
  background: rgba(0, 52, 71, 1);
  background: -moz-linear-gradient(
    left,
    rgba(0, 52, 71, 1) 0%,
    rgba(138, 138, 138, 1) 100%
  );
  background: -webkit-gradient(
    left top,
    right top,
    color-stop(0%, rgba(0, 52, 71, 1)),
    color-stop(100%, rgba(138, 138, 138, 1))
  );
  background: -webkit-linear-gradient(
    left,
    rgba(0, 52, 71, 1) 0%,
    rgba(138, 138, 138, 1) 100%
  );
  background: -o-linear-gradient(
    left,
    rgba(0, 52, 71, 1) 0%,
    rgba(138, 138, 138, 1) 100%
  );
  background: -ms-linear-gradient(
    left,
    rgba(0, 52, 71, 1) 0%,
    rgba(138, 138, 138, 1) 100%
  );
  background: linear-gradient(
    to right,
    rgba(0, 52, 71, 1) 0%,
    rgba(138, 138, 138, 1) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#003447', endColorstr='#8a8a8a', GradientType=1 );
}
.footerElements {
  text-align: center;
  transition: 500ms;
}
.footerElements a {
  transition: 500ms;
}
.footerElements a:hover {
  color: rgba(247, 233, 30, 0.842);
  transition: 500ms;
}

footer a {
  color: rgb(255, 255, 255);
  text-decoration: none;
  margin-top: 14px;
}
footer span {
  float: right;
  font-size: 5px;
  margin: 0 15px;
}

.clear {
  clear: both;
}

.left {
  float: left;
  width: 50%;
  padding: 120px;
}
.right {
  float: left;
  width: 50%;
  padding: 70px 180px 0 100px;
}

.left2 {
  color: black;
  float: left;
  width: 50%;
  padding: 20px 20px 20px 100px;
  text-align: left;
}
.right2 {
  color: black;
  float: left;
  width: 50%;
  padding: 70px 20px;
}
.fab,
.fas {
  font-size: 3em;
  color: white;
  transition: 500ms;
}
.kontaktlink:hover {
  color: rgba(247, 233, 30, 0.842);
  transition: 500ms;
}
table tr td {
  text-align: left;
  padding: 8px;
  color: white;
}

table tr td a {
  color: white;
  text-decoration: none;
}
.mobil,
.mobil2 {
  display: none;
}

@media only screen and (max-width: 480px) {
  @import url("https://fonts.googleapis.com/css?family=Open+Sans+Condensed:300|Quicksand:300&display=swap");
  * {
    box-sizing: border-box;
    font-family: "Open Sans Condensed", sans-serif;
    font-family: "Quicksand", sans-serif;
    margin: 0;
    padding: 0;
    scroll-behavior: smooth;
  }
  main,
  footer,
  .arkaPlan,
  .filtre {
    display: none;
  }

  .arkaPlan2 {
    position: relative;
    width: 100%;
    z-index: 1;
    color: rgb(0, 0, 0);
    background-color: rgb(250, 233, 23);
    text-align: center;
    font-size: x-large;
    padding: 13px;
    font-weight: 800;
  }
  .resim {
    position: relative;
    width: 100%;
    height: 70px;
    background-image: url(image/leist.jpg);
    background-size: cover;
    background-repeat: no-repeat;
  }
  .mobil {
    scroll-behavior: smooth;
    display: block;
    width: 100%;
    height: 100vh;
    color: rgb(0, 0, 0);
    background: rgba(198, 229, 241, 1);
    background: -moz-linear-gradient(
      left,
      rgba(198, 229, 241, 1) 0%,
      rgba(3, 171, 227, 1) 100%
    );
    background: -webkit-gradient(
      left top,
      right top,
      color-stop(0%, rgba(198, 229, 241, 1)),
      color-stop(100%, rgba(3, 171, 227, 1))
    );
    background: -webkit-linear-gradient(
      left,
      rgba(198, 229, 241, 1) 0%,
      rgba(3, 171, 227, 1) 100%
    );
    background: -o-linear-gradient(
      left,
      rgba(198, 229, 241, 1) 0%,
      rgba(3, 171, 227, 1) 100%
    );
    background: -ms-linear-gradient(
      left,
      rgba(198, 229, 241, 1) 0%,
      rgba(3, 171, 227, 1) 100%
    );
    background: linear-gradient(
      to right,
      rgba(198, 229, 241, 1) 0%,
      rgba(3, 171, 227, 1) 100%
    );
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c6e5f1', endColorstr='#03abe3', GradientType=1 );
  }
  .headermob {
    position: relative;
    width: 100%;
    background-color: white;
    text-align: center;
    z-index: 15;
  }

  .logo2 {
    width: 91%;
  }

  .metin {
    padding-top: 2vh;
    text-align: center;
    font-size: 22px;
    font-weight: xx-large;
  }
  #ilksatir {
    font-weight: 900;
  }
  .imageContainer {
    width: 100%;
    margin-top: 2%;
  }
  #imageAnasayfa {
    width: 96vw;
    margin: 2vw;
  }
  .metin2 {
    text-align: center;
    font-size: 18px;
    font-weight: xx-large;
  }
  .button {
    margin: 10px auto 4px auto;
    width: 230px;
    height: 45px;
    text-align: center;
    padding: 8px;
    font-size: 20px;
    font-weight: 800;
    border-radius: 1px;
  }
  .leist {
    text-decoration: none;
  }
  .leistungen {
    color: rgb(0, 0, 0);
    background-color: rgb(235, 222, 45);
  }
  .imp {
    text-align: center;
    font-size: 20px;
    padding: 8px;
    font-weight: 800;
  }
  .imp a {
    color: rgb(0, 0, 0);
  }
  .mobil2 {
    display: block;
    position: relative;
    width: 100%;

    color: rgb(0, 0, 0);
    background: rgba(198, 229, 241, 1);
    background: -moz-linear-gradient(
      left,
      rgba(198, 229, 241, 1) 0%,
      rgba(3, 171, 227, 1) 100%
    );
    background: -webkit-gradient(
      left top,
      right top,
      color-stop(0%, rgba(198, 229, 241, 1)),
      color-stop(100%, rgba(3, 171, 227, 1))
    );
    background: -webkit-linear-gradient(
      left,
      rgba(198, 229, 241, 1) 0%,
      rgba(3, 171, 227, 1) 100%
    );
    background: -o-linear-gradient(
      left,
      rgba(198, 229, 241, 1) 0%,
      rgba(3, 171, 227, 1) 100%
    );
    background: -ms-linear-gradient(
      left,
      rgba(198, 229, 241, 1) 0%,
      rgba(3, 171, 227, 1) 100%
    );
    background: linear-gradient(
      to right,
      rgba(198, 229, 241, 1) 0%,
      rgba(3, 171, 227, 1) 100%
    );
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c6e5f1', endColorstr='#03abe3', GradientType=1 );
  }

  .accordion {
    background-color: #eee;
    color: #444;
    cursor: pointer;
    padding: 10px 15px;
    width: 100%;
    border: none;
    font-size: 20px;
    transition: 0.4s;
    text-align: left;
  }
  .accordion:hover {
    background-color: yellow;
  }
  .active {
    background-color: rgba(250, 235, 23, 0.863);
    color: red;
  }

  .panel {
    display: none;
    overflow: hidden;
    padding: 20px 15px;
    font-size: 15px;
    color: rgb(0, 0, 0);
    background: rgba(254, 254, 254, 1);
    background: rgba(198, 229, 241, 1);
    background: -moz-linear-gradient(
      left,
      rgba(198, 229, 241, 1) 0%,
      rgba(3, 171, 227, 1) 100%
    );
    background: -webkit-gradient(
      left top,
      right top,
      color-stop(0%, rgba(198, 229, 241, 1)),
      color-stop(100%, rgba(3, 171, 227, 1))
    );
    background: -webkit-linear-gradient(
      left,
      rgba(198, 229, 241, 1) 0%,
      rgba(3, 171, 227, 1) 100%
    );
    background: -o-linear-gradient(
      left,
      rgba(198, 229, 241, 1) 0%,
      rgba(3, 171, 227, 1) 100%
    );
    background: -ms-linear-gradient(
      left,
      rgba(198, 229, 241, 1) 0%,
      rgba(3, 171, 227, 1) 100%
    );
    background: linear-gradient(
      to right,
      rgba(198, 229, 241, 1) 0%,
      rgba(3, 171, 227, 1) 100%
    );
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c6e5f1', endColorstr='#03abe3', GradientType=1 );
  }

  .panel ul li {
    list-style-type: none;
  }
  .panel p {
    text-align: justify;
  }
  .fliesenImg2 {
    width: 100%;
  }

  .kontaktlink2 {
    color: rgb(255, 255, 255);
  }
  .kontakt2 {
    width: 82%;
    margin: 0 auto;
    font-size: 15px;
    padding: 80px 0;
    font-weight: 600;
  }
  .foot {
    color: rgb(255, 255, 255);
    text-align: center;
    padding-top: 7px;
    font-size: 12px;
    background: rgba(0, 52, 71, 1);
    background: -moz-linear-gradient(
      left,
      rgba(0, 52, 71, 1) 0%,
      rgba(138, 138, 138, 1) 100%
    );
    background: -webkit-gradient(
      left top,
      right top,
      color-stop(0%, rgba(0, 52, 71, 1)),
      color-stop(100%, rgba(138, 138, 138, 1))
    );
    background: -webkit-linear-gradient(
      left,
      rgba(0, 52, 71, 1) 0%,
      rgba(138, 138, 138, 1) 100%
    );
    background: -o-linear-gradient(
      left,
      rgba(0, 52, 71, 1) 0%,
      rgba(138, 138, 138, 1) 100%
    );
    background: -ms-linear-gradient(
      left,
      rgba(0, 52, 71, 1) 0%,
      rgba(138, 138, 138, 1) 100%
    );
    background: linear-gradient(
      to right,
      rgba(0, 52, 71, 1) 0%,
      rgba(138, 138, 138, 1) 100%
    );
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#003447', endColorstr='#8a8a8a', GradientType=1 );
  }
  .footerElements2 {
    text-align: center;
    transition: 500ms;
  }
  .footerElements2 a {
    transition: 500ms;
  }
  .footerElements2 a:hover {
    color: rgba(149, 149, 149, 0.842);
    transition: 500ms;
  }

  .foot a {
    color: rgb(255, 255, 255);
    text-decoration: none;
    margin-top: 14px;
  }
  .foot span {
    float: right;
    font-size: 6px;
    margin: 0 15px;
  }
  .by {
    text-align: right;
    font-size: 5px;
    background: rgba(0, 52, 71, 1);
    background: -moz-linear-gradient(
      left,
      rgba(0, 52, 71, 1) 0%,
      rgba(138, 138, 138, 1) 100%
    );
    background: -webkit-gradient(
      left top,
      right top,
      color-stop(0%, rgba(0, 52, 71, 1)),
      color-stop(100%, rgba(138, 138, 138, 1))
    );
    background: -webkit-linear-gradient(
      left,
      rgba(0, 52, 71, 1) 0%,
      rgba(138, 138, 138, 1) 100%
    );
    background: -o-linear-gradient(
      left,
      rgba(0, 52, 71, 1) 0%,
      rgba(138, 138, 138, 1) 100%
    );
    background: -ms-linear-gradient(
      left,
      rgba(0, 52, 71, 1) 0%,
      rgba(138, 138, 138, 1) 100%
    );
    background: linear-gradient(
      to right,
      rgba(0, 52, 71, 1) 0%,
      rgba(138, 138, 138, 1) 100%
    );
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#003447', endColorstr='#8a8a8a', GradientType=1 );
  }
}
