@charset "utf-8";
/* CSS Document */


body,h1,h2,h3,h4,h5,h6 {
  font-family: Consolas, Arial, sans-serif;
}
body, html {
  height: 100%;
}

h1 {
font-size: 3vw;
}

.h1-left25 {
padding-left: 25px;  
color: rgb(204,204,204);
}

h2 {
font-size: 2vw;
}

h3 {
font-size: 1.5vw;
}

body, html {
  height: 100%;

}

  /* Create the parallax scrolling effect */
  .bgpic-1, .bgpic-1a, .bgpic-2, .bgpic-2a, .bgpic-3 {
  background-position: center;
  background-repeat: no-repeat;

}

  /* 1st image used */
.bgpic-1 {
  background-image: url('../pictures/HD_Kacheln-landscape-2c.jpg');
  background-position-y: top;
  background-size: cover;  
  min-height: 100%;
}

  /* 1a image used */
  .bgpic-1a {
  background-image: url('../pictures/HD_Kacheln-portrait-2c.jpg');
  background-position-y: top;
  background-size: 98%;
  min-height: 100%;
}

  /* 2nd image used */
  .bgpic-2 {
  background-image: url('../pictures/HD_Kacheln-landscape-2-logo.jpg');
  background-position-y: top;
  background-size: cover;
  min-height: 100%;
}

  /* 2a image used */
  .bgpic-2a {
  background-image: url('../pictures/HD_Kacheln-portrait-2-logo.jpg');
  background-position-y: top;
  background-size: 100%;
  min-height: 100%;
}

  /* 3rd image used */
  .bgpic-3 {
  background-image: url('../pictures/20210911_172230-1500.jpg');
  background-position-y: top;
  background-size: 100%;
  min-height: 40%;
}

/* Gallery */

div.gallery {
  border: 0px solid #ccc;
}

div.gallery img {
  width: 100%;
  height: auto;

}

* {
  box-sizing: border-box;
}

img {
  display: block;
}

.container:hover {
  cursor: url('../pictures/cursor1.svg'), auto;
}

/* Zoom für Bilder innerhalb der Gallery */

.zoom {
  border: 1px solid #ccc;
  padding-block: 0px; 
  /*background-color: green;*/ 
  transition: 1.2s ease-in-out;
  width: 100%;
  height: 100%; 
  opacity: 1.0;
}

.zoom:hover {
  transition: 1.2s ease-in-out;
  -ms-transform: scale(1.00); /* IE 9 */
  -webkit-transform: scale(1.00); /* Safari 3-8 */
  transform: scale(1.00); 
  opacity: 0.6;
  }

/* Overlay für Bilder innerhalb der Gallery */

.container {
  position: relative;
  border: 1px solid rgb(204,204,204);
  padding-block: 0px; 
  width: 100%;
  height: 100%; 
  opacity: 1;
}

.overlay {
  position: absolute;
  text-align: center;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  opacity: 1;
  transition: 1.5s ease;
  background-color: rgb(130,180,93);
}

.overlay2 {
  position: absolute;
  text-align: center;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  opacity: 1;
  transition: 1.5s ease;
  background-color: rgb(130,170,208);
}

.overlay3 {
  position: absolute;
  text-align: center;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  opacity: 0.8;
  transition: 1.5s ease;
  background-color: rgb(195,178,33);
}

.container:hover .overlay {
  opacity: 0;
}

.container:hover .overlay2 {
  opacity: 0;
}

.container:hover .overlay3 {
  opacity: 0;
}

.boxtext {
  color: white;
  font-family: Consolas, Arial, sans-serif;
  font-size: 1.5vw;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}



.content200 {
      display: block;
      position: relative;
      margin-left: auto;
      margin-right: auto;
      padding-top: 10%;
      width: 50%;

}

.content11 {
      display: block;
      position: relative;
      margin-left: auto;
  margin-right: auto;
  margin-top: 10px;
  margin-bottom: 10px;
  width: 80%;
  padding: 10px;
  background-color: #333;
  opacity: 0.5;
  text-align:center;
}

.content-frame {

  display: block;
  position: relative;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0;
  width: 95%;

}

.spalte-m {
      display: block;
      position: relative;
      border-radius: 25px;
      box-shadow: 10px 10px 25px grey;
      background-color: rgb(250,250,250) ; 
      width: 70%; 
      height: auto;
      margin-top: 100px;
      margin-bottom: 100px;
      margin-left: auto;
      margin-right: auto;
      padding: 40px;

}

.spalte-u {
      display: block;
      position: relative;
      border-radius: 25px;
      box-shadow: 10px 10px 25px lightgrey;
      background-color: rgb(250,250,250) ; 
      width: 70%; 
      height: auto;
      margin-top: 10%;
      margin-bottom: 10%;
      margin-left: auto;
      margin-right: auto;
      padding: 40px;

}

.text {
  font-family: Consolas, Arial;
  font-size: 1vw;
  color: grey;
  
}


.office-text {
  font-family: Consolas, Arial;
  font-size: 1vw;
  color: grey;
  column-count: 1;
  column-gap: 3vw;
}

.artprint-text {
  padding-left: 25px;
  font-family: Consolas, Arial;
  font-size: 1.3vw;
  color: #c2a768;
  column-count: 3;
  column-gap: 3vw;
  column-rule: 4px double #e8bd59;
}


.img-align {
  display: block;
  position: relative;
  float: left;
  width: 18%;
  margin-top: 5px;
  margin-right: 25px;
  padding: 0px;
  border-radius: 5px;
  box-shadow: 5px 5px 15px lightgrey;
  
}

/* Responsive Part */

.responsive {
  padding: 25px;
  float: left;
  width: 24.99999%;
}

.responsive1 {
  padding: 25px;
  float: left;
  width: 33.33333%;
}

.responsive2 {
  padding: 25px;
  float: left;
  width: 49.99999%;
}

.responsive3 {
  padding: 25px;
  float: left;
  width: 99.99999%;
}

@media only screen and (max-width: 900px) {
  .responsive {
    width: 49.99999%;
    margin: 6px 0;
  }

  .responsive1 {
    padding: 20px;
    width: 49.99999%;
    margin: 6px 0;
  }

  .responsive2 {
    padding: 20px;
    width: 99.99999%;
    margin: 6px 0;
  }

  .boxtext {
  font-size: 2.6vw;
}

.text {
font-size: 2vw;
}
.office-text {
  font-size: 2.2vw;
}

.artprint-text {
  font-size: 1.6vw;
}

}

@media only screen and (max-width: 500px) {
  .responsive {
    width: 100%;
  }

  .responsive1 {
    width: 100%;
  }

  .responsive2 {
    width: 100%;
  }

  .responsive3 {
    width: 100%;
  }

h1 {
font-size: 6vw;
}

h2 {
font-size: 4vw;
}

h3 {
font-size: 3vw;
}

.boxtext {
  font-size: 4vw;
}

.text {
font-size: 3vw;
}

.office-text {
  font-size: 3.2vw;
}

.artprint-text {
  font-size: 2.6vw;
}

}

.clearfix:after {
  content: "";
  display: table;
  clear: both;
}

/* Turn off parallax scrolling for tablets and phones. Increase the pixels if needed 
@media only screen and (max-device-width: 1366px) {
  .bgpic-1, .bgpic-2, .bgpic-3 {
    background-attachment: scroll;
  }
}
*/
@media only screen and (orientation: portrait) {
  .bgpic-1a, .bgpic-2a  {
    background-attachment: fixed;
  }

  .bgpic-1, .bgpic-2 {
    min-height: 0%;
  }

  .img-align {
  width: 28%;
  }
  
  .spalte-m {
  width: 90%; 
  }

  .spalte-u {
  width: 80%;
  }

}

@media only screen and (orientation: landscape) {
  .bgpic-1, .bgpic-2, .bgpic-3 {
    background-attachment: fixed;
  }
  .bgpic-1a, .bgpic-2a {
    min-height: 0%;
  }
}


