body {
    font-family: 'Roboto', sans-serif;
    padding:0;
    margin:0;
    border:0;
    overflow-x:hidden;
  }

.myspecialtitle {
    font-size:80px;
  }

  .pdfbutton {
    text-align: center;
    font-size: 2em;
    text-decoration: none;
    margin-bottom: 1.5vw;
    border: 2px solid black;
    width: 500px;
    min-width: 50vw;
    max-width: 90vw;
    margin-left: auto;
    margin-right: auto;
    transition-duration:0.2s;
  }
  .pdfbutton:hover {
    /*border: 2px solid #59D6BE;*/
    border: 2px solid rgb(208, 93, 40);
    width:55vw;
    background-color:rgb(208, 93, 40);
    border-radius:10px;
    filter:saturate(70%);
  }

  .pdftext  {
    text-decoration:none;
    color:black;
  }
  .pdftext:hover  {
    /*color:#59D6BE;*/
    color: white;
  }
  .downloadicon {
    margin-top:calc(50vh - 15vw);
    width:30vw;
  }



  .mypictures {
    width:40vw;
    display:inline;
    margin-left:1.5cm;
    margin-bottom: 3cm;
    cursor:pointer;
  }
  .mypictures1 {
      width:100%;
      display:block;
    }
  .mypictures3 {
      width:45vw;
      display:inline;
  }

.fullscreenimg {
    width:100%;
    height:720px;
    margin-bottom:0;
    object-fit:cover;
  }


p, h1, h2, h3, h4 {
    margin:6px;
    margin-bottom:0;
    margin-top:0;
  }

.swisshdpicture {
    width:40vw;
    display:block;
    margin-left:30vw;
    margin-right:30vw;
    margin-top:8vw;
    margin-bottom:17.5vw;
    position:fixed;
    opacity:1;
  }

.bottomfont {
    text-align: left;
    margin:0;
    font-size:18px;
    width:100%;
    text-decoration:none;
  }

.mybutton {
    background-color: white;
    border: none;
    color: black;
    height: 40px;
    width: 150px;
    text-align: center;
    font-size: 16px;
    cursor: pointer;
    display: inline-block;
    margin-left: -0.8mm;
  }

.mybutton:hover {
    background-color: #E4E4E4;
  }

h1 {
    text-align: center;
    margin-top: 1.5cm;
    margin-bottom: 1cm;
    font-weight: normal;
    font-size: 45px;
  }

  h4 {
    text-align: center;
    margin-top: 1.5cm;
    margin-bottom: 1cm;
    font-weight: normal;
    font-size: 25px;
  }

p {
    text-align: center;
    font-size: 22px;
    margin-left: 10vw;
    margin-right: 10vw;
    margin-bottom: 0cm;
    font-weight:lighter;
  }
  li {
    text-align: center;
    font-size: 22px;
    margin-left: 10vw;
    margin-right: 10vw;
    margin-bottom: 0cm;
    font-weight:lighter;
  }

div {
    text-align: center;
  }

.bottomfont2 {
  text-align: right;
  margin:0;
  font-size:15px;
  width:45%;
  }

.footer {
    padding: 3% 4%;
    background: #252525;
    color: white;
  }
.picturesrand {
    width: 80%;
    height: auto;
    margin-left: 10vw;
    margin-right: 0;
    margin-top: 7vw;
    margin-bottom: 0;
    position:relative;
    cursor:pointer;
  /*  transition: width .1s ease-out; */
  }

  .swisshd5 {
    width: 80%;
    height: auto;
    margin-left: 10vw;
    margin-right: 0;
    margin-top: 7vw;
    margin-bottom: 0;
    cursor:pointer;
    opacity:1;
  }

.flatpicture {
    object-fit: cover;
    width: 100%;
    height: 480px;
    margin-bottom: 0;
  }

.container1 {
    position: relative;
    width: 100%;
    margin-bottom: 2cm;
  }
.container1 img {
    width: 100%;
    object-fit: cover;
    height: 60%;
  }

.container1 .btn{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    background-color: transparent;
    color: black;
    font-size: 80px;
    padding: 0px 35px;
    border: none;
    cursor: pointer;
    border-radius: 50px;
    outline:none;
  }

.container1 .btn:hover {
    background-color: rgba(800,800,800,0.4);
  }

.parallax {
    height: 33vw;
    background-attachment: scroll;
    background-position-y: 50%;
    background-repeat: no-repeat;
    background-size: 100vw;
    cursor:pointer;
    transition: height 0s, margin-top 0s, background-postion .5s;
    margin-top: -5vw;
    margin-bottom:5vw;
  }



  body, html {
    height: 100%;
  }

.sidenav {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 15;
    top: 0;
    left: 0;
    background-color: #111;
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 60px;
  }

.sidenav > a {
    padding: 8px 8px 8px 32px;
    text-decoration: none;
    font-size: 25px;
    color: #818181;
    display: block;
    transition: 0.3s;
    text-align:left;
    margin-left:15px;
  }

.sidenav a:hover {
    color: #f1f1f1;
  }

.sidenav .closebtn {
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 36px;
    margin-left: 50px;
  }

@media screen and (max-height: 450px) {
  .sidenav {padding-top: 15px;}
  .sidenav a {font-size: 18px;}
}

.container2 .btn2{
    position: absolute;
    top: 8%;
    left: 137%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    background-color: transparent;
    color: black;
    font-size: 80px;
    padding: 0px 25px;
    border: none;
    cursor: pointer;
    border-radius: 50px;
    outline:none;
  }

.container2 .btn2:hover {
    background-color: rgba(800,800,800,0.4);
  }

.picturechange  {
    cursor:pointer;
  }




  .showImage {
		cursor: pointer;
		z-index: 99;
		position: fixed;
		left: 0;
		top: 0;
		width: 100%;
		height: 100%;
		background-color: rgba(0,0,0,0.8);
		background-position: 50% 50%;
		background-repeat: no-repeat;
    background-size: contain;
	}









  *,
  :after,
  :before {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
  }







  section {

  width: 100%;
  margin-bottom:0;
  margin-top:0;
}
section.ok{
  background-color: white;
  margin-top:15vw;
  margin-bottom:15vw;
}



.scroll-down {
  opacity: 1;
  -webkit-transition: all .5s ease-in 3s;
  transition: all .5s ease-in 3s;
}

.scroll-down {
  position: absolute;
  /*top: 35vw;*/
  margin-top:-10vw;
  left: 50%;
  margin-left: -16px;
  display: block;
  width: 32px;
  height: 32px;
  border: 2px solid #1e1e1e;
  background-size: 14px auto;
  border-radius: 50%;
  z-index: 0;
  -webkit-animation: bounce 2s infinite 2s;
  animation: bounce 2s infinite 2s;
  -webkit-transition: all .2s ease-in;
  transition: all .2s ease-in;
  transform: scale(1)
}

.scroll-down:before {
    position: absolute;
    top: calc(50% - 8px);
    left: calc(50% - 6px);
    transform: rotate(-45deg);
    display: block;
    width: 12px;
    height: 12px;
    content: "";
    border: 2px solid black;
    border-width: 0px 0 2px 2px;
}

@keyframes bounce {
  0%,
  100%,
  20%,
  50%,
  80% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    transform: translateY(-10px);
  }
  60% {
    -webkit-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    transform: translateY(-5px);
  }
}



.animationtext {
  position:relative;
  top: -18vw;
  margin-bottom: 5vw;
  left:45vw;
  width:53vw;
  transform: translateY(-50%);
    }

  .divhome  {
    height:200vh;
    width:100%;
    background-size:100vw;
    background-attachment:fixed;
    background-position-y:-15vw;
  }


  .section {
  text-align:center;
  font-size: 3em;
}

.container { 
  display: grid; 
  grid-template-rows:33vw; 
  grid-template-columns:50% 50%; 
  
}

.Text2 {
  font-weight: bold;
  font-size: 3vw;
  height:10vw;
}

.Text {
  font-weight:lighter;
  font-size:1.5vw;
  height:10vw;
}


.Text3 {
  font-weight:bold;
  height:10vw;
  margin:0;
  margin-left:-15vw;
  margin-top:4vw;
  font-size:3vw;
}

.Text4 {
  font-weight:bold;
  height:10vw;
  margin:0;
  margin-left:-18vw;
  font-size:3vw;
  margin-top:5vw;
}
.Text5 {
  font-weight:bold;
  height:10vw;
  margin:0;
  margin-left:-25vw;
  margin-top:4vw;
  font-size:3vw;
}

.tableLautsprecher {
  font-size:calc(12px + 0.3vw);
}
#tablefont {
  font-size:calc(12px + 0.3vw);
  margin:0;
  text-align:left;
  font-weight:normal;
}

.divTextLautsprecher {
  margin:0;
  height:10vw;
  margin-left:calc(8vw - 60px);
  margin-top:-4vw;
}

.imgstart {
  cursor:pointer;
  margin:0;
  height:40vw;
  width:30vw;
  margin-top:Calc(10px - 6vw)
  }

  .imgstart2 {
    cursor:pointer;
    margin:0;
    height:40vw;
    width:40vw;
    }

    

  .divLautsprecher {
    width:45vw;
    display:inline-block;
  }

  .productpictures {
    width:100vw;
    height:auto;
    padding:0;
    margin:0;
    box-sizing:border-box;
    margin-bottom:20vw;
    margin-top:10vw;
    filter: grayscale(0);
  }

  .productpictures img {
    width:45vw;
    display:inline;
    margin:3px;
    cursor:pointer;
    margin-bottom:5vw;
  }

  .productpictures p {
    position:absolute;
    margin:0;
    transform:translateX(-50%);
    margin-top:-5vw;
    font-size: calc(5px + 2vw);
  }

  .productpictures2 {
    width:100vw;
    height:auto;
    padding:0;
    margin:0;
    box-sizing:border-box;
    margin-bottom:20vw;
    margin-top:10vw;
    filter: grayscale(0);
  }

  .productpictures2 img {
    display:inline;
    cursor:pointer;
    margin:0;
  }
  .divdesignerstand {
    transition: background-image 1s 0s;
    background-image:url("BilderStandfuss/swisshd_e2-foot1-red1.jpg");
    background-repeat:no-repeat;
    background-position:50% -30%;
    background-size:40vw; 
  }



@media screen and (max-width: 920px)  {
  .animationtext  {
    top:15vw;
    width:100vw;
    left:0;
    margin-bottom:25vw;
  }
  .mypictures {
    width:90vw;
    display:block;
    margin-left:auto;
    margin-right:auto;
    cursor:pointer;
  }
  .divdesignerstand {
    transition: background-image 1s 0s;
    background-image:url("BilderStandfuss/swisshd_e2-foot1-red1.jpg");
    background-repeat:no-repeat;
    background-position:50% 40%;
    background-size:60vw; 
  }

  .mypictures2 {
    width:100vw;
}
  .container { 
    display: grid; 
    grid-template-rows:33vw; 
    grid-template-columns:100%; 
    
  }

  .Text3 {
    font-weight:bold;
    height:10vw;
    margin:0;
    margin-left:0vw;
    font-size:4vw;
    margin-top:15vw;
  }

  .Text4 {
    font-weight:bold;
    height:10vw;
    margin:0;
    margin-left:0vw;
    font-size:4vw;
    margin-top:20vw;
  }
  .Text5 {
    font-weight:bold;
    height:10vw;
    margin:0;
    margin-left:-30vw;
    font-size:4vw;
    margin-top:15vw;
  }

  .divTextLautsprecher {
    margin:0;
    height:10vw;
    margin-left:15vw;
    width:80vw;
    margin-top:0vw;
    margin-bottom:80vw;
  }

  .tableLautsprecher {
    font-size:calc(14px + 0.5vw);
  }
  #tablefont {
    font-size:calc(14px + 0.5vw);
  }

  .imgstart {
    cursor:pointer;
    margin:0;
    height:60vw;
    width:45vw;
    }
  
  .imgstart2 {
    cursor:pointer;
    margin:0;
    height:60vw;
    width:60vw;
  }
  .divLautsprecher {
    width:90vw;
  }

  .mypictures3 {
    width:80vw;
  }



}



.animationtest {
  transition-duration:0.5;
  font-size:50px;
  padding-top:20vw;
  padding-left:0vw;
  margin-left:-10vw;
  width:45vw;
  color:white;
  font-weight:bold;
}




.container2 {
  display: grid; 
  grid-template-rows:33vw; 
  grid-template-columns:50% 50%; 
}



#parallelogram {
  width: 170px; 
  height: 40px;
  background: #333;
  -webkit-transform: skew(20deg); 
  -moz-transform: skew(20deg); 
  -o-transform: skew(20deg);
  transform: skew(20deg);
  margin-left:0.5cm;
  opacity:0.6;
  position:absolute;
  margin-top:-5px;
}

.divlang {
   width:160px;
   margin-left:0.7cm;
   box-sizing:border-box;
   padding:0;
   transform:scale(1);
}
.divlang a {
  display:inline;
  padding:0;
  margin:3px;
  text-decoration: none;
  font-size: 25px;
  color: #818181;
  transition: 0.3s;
  text-align:left;
}

.btnEN {
   cursor:pointer;
}
.btnFR {
  cursor:pointer;
}
.btnDE {
  cursor:pointer;
}
.btnIT {
  cursor:pointer;
}






.german, .english, .french, .italian {
  display:none;
}

.bodygerman .german, .bodyfrench .french, .bodyenglish .english, .bodyitalian .italian {
  display:block;
}

.bodygerman .btnDE, .bodyenglish .btnEN, .bodyfrench .btnFR, .bodyitalian .btnIT {
  font-weight:900;
  font-size:27px;
}

input,
textarea,
button,
select,
a,
span,
img {
  -webkit-tap-highlight-color: rgba(0,0,0,0);
}

.textdealer {
  padding:5% 10% 10% 10%;
  text-align: center;
  position: relative;
}
.textdealer h2 {
  font-size: 250%;
  font-weight: 100;
  text-shadow: 0 1px 0.2em rgba(0,0,0,0.5);
}
.textdealer p {
  color: #333;
  display: block;
  margin-block-start: 1em;
  margin-block-end: 1em;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
  text-align:left;
  font-size:1.2em;
}
.textdealer img {
  width: 100%;
  box-shadow: 0 1px 1em rgba(0,0,0,0.25);
}

h3 {
  display: block;
  font-size: 1.3em;
  margin-block-start: 1em;
  margin-block-end: 1em;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
  font-weight: bold;
}
.dealerlist {
  display:flex;
  flex-direction:row;
  flex-wrap:wrap;
  justify-content:space-between;
  align-items:stretch;
}
.dealercard {
  display:grid;
  grid-template: repeat(8, 2em) / 1fr 6em;
  flex-basis:48%;
  box-sizing:border-box;
  margin:0 0 2em 0;
  box-shadow: 0 1px 1em rgba(0,0,0,0.25);
  text-decoration:none; text-align:left;
  padding:0.5em 1em;
  background-color:#f0f0f0;
  border-radius:10px;
}
.dealercard .address {
  grid-column: 1;
  grid-row: 1 / -1;
}
.dealercard .sortiment {
  font-size: 80%;
  width: 100%;
  margin: .25em 0;
  height: 2em;
  border-radius:5px;
  border: 1px solid rgba(0,0,0,.25);
  align-self: center;
  line-height: 1.8em;
}
.dealercard .sortiment.available {
  border: 1px solid #666;
  background-color: #666;
}
.dealercard .ouverture {
  grid-column: 2;
  grid-row: 1;
}
.dealercard .ensemble {
  grid-column: 2;
  grid-row: 2;
}
.dealercard .solo {
  grid-column: 2;
  grid-row: 3;
}
.dealercard .smartamp {
  grid-column: 2;
  grid-row: 4;
}
.dealercard .panorama {
  grid-column: 2;
  grid-row: 5;
}
.dealercard .scene {
  grid-column: 2;
  grid-row: 6;
}
.dealercard .stage {
  grid-column: 2;
  grid-row: 7;
}
.dealercard .lowboard {
  grid-column: 2;
  grid-row: 8;
}

.dealercard a {
  text-decoration:none;
}
.dealercard h3 {
  font-weight:300;
  color:black;
  text-align: left;
}
.click{
  transition: -webkit-filter 0.5s, filter 0.5s;
		-webkit-transition: -webkit-filter 0.5s, filter 0.5s;
}
.click:hover {
  -webkit-filter: contrast(1.25);
  filter: contrast(1.25);
}


.buttonShowMore {
  border: 2px solid rgb(208, 93, 40);
  border-radius: 10px;
  color:rgb(208, 93, 40);
  background-color:white;
  padding: 15px 32px;
  font-size:15px;
  font-weight:bold;
  margin-left:50vw;
  transform:translateX(-50%);
  margin-top:20px;
  margin-bottom:5vw;
  cursor:pointer;
}
.buttonShowMore:hover {
  color:white;
  background-color: rgb(208, 93, 40);
}






.divider {
  height:1px;
  width:90vw;
  position:relative;
  left:50%;
  transform:translateX(-50%);
  background:linear-gradient(90deg, #ffffff 0%, #aaaaaa 25%, #aaaaaa 75%, #ffffff 100%);
}







.product-tech-div {
  width:calc(750px + 30vw);
  max-width:90vw;
  position:relative;
  left:50%;
  transform:translateX(-50%);
  margin:150px 0;
  display:grid;
  grid-template: auto / 1fr 1fr;
  column-gap: 10px;
  row-gap:0;
}

.product-tech-div * {
  margin:0;
  padding:0;
  box-sizing:border-box;
}

.product-tech-div .image {
  position:relative;
  width:100%;
  aspect-ratio: 1 / 1;
  grid-column:1;
  grid-row:1;
  background-size:100%;
  background-repeat:no-repeat;
}

.product-tech-div .text {
  position:relative;
  height:min-content;
  width:100%;
  grid-column:2;
  grid-row:1;
  display:grid;
  grid-template-columns: 1fr 1fr;
  column-gap:25px;
  top:50%;
  transform:translateY(-50%);
}

@media screen and (max-width: 800px) {
  .product-tech-div {
    grid-template: auto auto / 100%;
    row-gap:10px;
    column-gap:0px;
  }

  .product-tech-div .text {
    grid-row:2;
    grid-column:1;
  }
}

.product-tech-div .text .L01, .product-tech-div .text .L02, .product-tech-div .text .L03, .product-tech-div .text .L04, .product-tech-div .text .L05, .product-tech-div .text .L06, .product-tech-div .text .L07, .product-tech-div .text .L08, 
.product-tech-div .text .L09, .product-tech-div .text .L10, .product-tech-div .text .L11, .product-tech-div .text .L12, .product-tech-div .text .L13, .product-tech-div .text .L14, .product-tech-div .text .L15, .product-tech-div .text .L16, 
.product-tech-div .text .L17, .product-tech-div .text .L18, .product-tech-div .text .L19, .product-tech-div .text .L20 {
  position:relative;
  height:100%;
  width:100%;
  text-align:right;
  font-size:calc(14px + 0.5vw);
  padding:2px 0;
}

.product-tech-div .text .R01, .product-tech-div .text .R02, .product-tech-div .text .R03, .product-tech-div .text .R04, .product-tech-div .text .R05, .product-tech-div .text .R06, .product-tech-div .text .R07, .product-tech-div .text .R08, 
.product-tech-div .text .R09, .product-tech-div .text .R10, .product-tech-div .text .R11, .product-tech-div .text .R12, .product-tech-div .text .R13, .product-tech-div .text .R14, .product-tech-div .text .R15, .product-tech-div .text .R16, 
.product-tech-div .text .R17, .product-tech-div .text .R18, .product-tech-div .text .R19, .product-tech-div .text .R20 {
  position:relative;
  height:100%;
  width:100%;
  text-align:left;
  font-size:calc(14px + 0.5vw);
  padding:2px 0;
}

.product-tech-div .text .title {
  position:relative;
  height:100%;
  width:100%;
  text-align:center;
  grid-column:1 / -1;
  grid-row:1;
  font-size:calc(25px + 0.8vw);
}

.product-tech-div .text .L01 {
  grid-column:1;
  grid-row:2;
}

.product-tech-div .text .L02 {
  grid-column:1;
  grid-row:3;
}

.product-tech-div .text .L03 {
  grid-column:1;
  grid-row:4;
}

.product-tech-div .text .L04 {
  grid-column:1;
  grid-row:5;
}

.product-tech-div .text .L05 {
  grid-column:1;
  grid-row:6;
}

.product-tech-div .text .L06 {
  grid-column:1;
  grid-row:7;
}

.product-tech-div .text .L07 {
  grid-column:1;
  grid-row:8;
}

.product-tech-div .text .L08 {
  grid-column:1;
  grid-row:9;
}

.product-tech-div .text .L09 {
  grid-column:1;
  grid-row:10;
}

.product-tech-div .text .L10 {
  grid-column:1;
  grid-row:11;
}

.product-tech-div .text .L11 {
  grid-column:1;
  grid-row:12;
}

.product-tech-div .text .L12 {
  grid-column:1;
  grid-row:13;
}

.product-tech-div .text .L13 {
  grid-column:1;
  grid-row:14;
}

.product-tech-div .text .L14 {
  grid-column:1;
  grid-row:15;
}

.product-tech-div .text .L15 {
  grid-column:1;
  grid-row:16;
}

.product-tech-div .text .L16 {
  grid-column:1;
  grid-row:17;
}

.product-tech-div .text .L17 {
  grid-column:1;
  grid-row:18;
}

.product-tech-div .text .L18 {
  grid-column:1;
  grid-row:19;
}

.product-tech-div .text .L19 {
  grid-column:1;
  grid-row:20;
}

.product-tech-div .text .L20 {
  grid-column:1;
  grid-row:21;
}

.product-tech-div .text .R01 {
  grid-column:2;
  grid-row:2;
}

.product-tech-div .text .R02 {
  grid-column:2;
  grid-row:3;
}

.product-tech-div .text .R03 {
  grid-column:2;
  grid-row:4;
}

.product-tech-div .text .R04 {
  grid-column:2;
  grid-row:5;
}

.product-tech-div .text .R05 {
  grid-column:2;
  grid-row:6;
}

.product-tech-div .text .R06 {
  grid-column:2;
  grid-row:7;
}

.product-tech-div .text .R07 {
  grid-column:2;
  grid-row:8;
}

.product-tech-div .text .R08 {
  grid-column:2;
  grid-row:9;
}

.product-tech-div .text .R09 {
  grid-column:2;
  grid-row:10;
}

.product-tech-div .text .R10 {
  grid-column:2;
  grid-row:11;
}

.product-tech-div .text .R11 {
  grid-column:2;
  grid-row:12;
}

.product-tech-div .text .R12 {
  grid-column:2;
  grid-row:13;
}

.product-tech-div .text .R13 {
  grid-column:2;
  grid-row:14;
}

.product-tech-div .text .R14 {
  grid-column:2;
  grid-row:15;
}

.product-tech-div .text .R15 {
  grid-column:2;
  grid-row:16;
}

.product-tech-div .text .R16 {
  grid-column:2;
  grid-row:17;
}

.product-tech-div .text .R17 {
  grid-column:2;
  grid-row:18;
}

.product-tech-div .text .R18 {
  grid-column:2;
  grid-row:19;
}

.product-tech-div .text .R19 {
  grid-column:2;
  grid-row:20;
}

.product-tech-div .text .R20 {
  grid-column:2;
  grid-row:21;
}



@media screen and (max-width: 800px)  {
.dealerlist {
  display:block;
}
.dealercard {
  width:90vw;
  padding-top:10px;
  padding-bottom:10px;
  margin-left:-5vw;
  margin-bottom:1.5em;
}

}


.kontakt p {
  font-size:25px;
  top:50%;
}

.divcolor {
	width: 100vw;
    height: 95vh;
    min-height:40vw;
	color: #fff;
  /*background: rgb(60, 231, 231);*/
  background: rgb(208, 93, 40);
  filter: saturate(60%);
}


.divcolor2 {
	width: 100vw;
    padding: 3% 4%;
	color: #fff;
  /*background: rgb(60, 231, 231);*/
  background: rgb(208, 93, 40);
  filter: saturate(60%);
}

.divcolor3 {
	width: 100vw;
    height: 95vh;
    min-height:40vw;
	color: #fff;
  /*background: rgb(60, 231, 231);*/
  background: rgb(208, 93, 40);
  filter: saturate(60%);
}

.colors {
  height:150px;
  width:150px;
  display:inline-block;
  margin: 20px;
}
.colors img {
  box-shadow: 1px 4px 16px rgba(0,0,0,0.25);
  width:150px;
  height:150px;
  cursor:pointer;
}
.colors p {
  font-size:20px;
  margin-left:0;
  width:150px;
}

.colors2 {
  display:inline-block;
  margin: 20px;
}
.colors2 img {
  cursor:pointer;
}
.colors2 p {
  font-size:20px;
  margin-left:0;
  width:150px;
}
.avmoebel {
  width:100vw;
  height:50vw;
  background:url("scene_avmoebel_1_skizze1.jpg");
  background-size:100vw;
  background-position-y:60%;
  transition:background-image 1.5s 0s;
  margin-bottom:5vw;
}

.parallax1 {
    height: 50vw;
    background-attachment: scroll;
    background-position-y: 30%;
    background-repeat: no-repeat;
    background-size: 100vw;
    cursor:pointer;
    margin-bottom:5vw;
}
.titelanimated {
  font-size:calc(2.5vw + 20px);
  font-weight:bold;
  transition: margin-left 1s, opacity 1s;
  opacity:0;
  /*color:rgb(60, 231, 231);*/
  color:rgb(208, 93, 40);
  filter: saturate(30%);
}

.fontsize p {
  font-size:calc(14px + 0.5vw);
}
.fontsize h1 {
  font-size:calc(25px + 0.8vw);

}
#weusecookies {
  position:fixed; z-index:12; box-sizing:border-box; overflow:hidden;
  bottom:-60px; left:10%; width:80%; height:auto; padding:8px 0; text-align:center;border-radius:30px;
  animation:wucfadeoff 6s 0s forwards;
  background-color:rgba(0, 0, 0, 0.5);
  color:white;
}
@keyframes wucfadeoff { 0% { opacity:1;bottom:-60px } 18% { opacity:1;bottom:-60px; } 22% { opacity:1;bottom:25px; } 25% { opacity:1;bottom:15px; } 95% { opacity:1;bottom:15px; } 100% { opacity:1;bottom:-60px; visibility:hidden; } }




.download-container {
  width:1500px;
  max-width:95vw;
  height:auto;
  background:#eeeeee;
  position:relative;
  left:50%;
  transform:translateX(-50%);
  display:grid;
  grid-template: auto / 5em 1fr auto;
  text-decoration: none;
  color:black;
  margin:10px 0;
  border-radius:10px;
}

.download-container .logo {
  height:2em;
  max-width:7vw;
  aspect-ratio:1 / 1;
  margin: 0 2vw;
  grid-row:1;
  grid-column:1;
  background-size:80%;
  background-position:center;
  background-repeat:no-repeat;
}

.download-container .name {
  grid-row:1;
  grid-column:2;
  margin:0;
  padding:5px 0px;
  text-align:left;
  overflow:hidden;
}

.bodygerman .download-container .name span.german, .bodyfrench .download-container .name span.french, .bodyenglish .download-container .name span.english, .bodyitalian .download-container .name span.italian {
  display:inline;
}

.download-container .size {
  grid-row:1;
  grid-column:3;
  margin:0;
  padding:0 2vw;
  text-align:left;
  border-left:1px solid #ffffff;
  height:min-content;
  position:relative;
  top:50%;
  transform:translateY(-50%);
}

.download-undertitle {
  width:1500px;
  max-width:90vw;
  position:relative;
  left:50%;
  transform:translateX(-50%);
  margin-top:50px;
}

.download-title {
  padding:0px 0px;
  margin:0px;
}

.social-media-link-buttons {
  margin:0;
  margin-top:20px;
  margin-bottom:20px;
  padding:0;
  display:grid;
  grid-template:auto / auto auto auto auto;
  width:fit-content;
  grid-column-gap:5px;
}

.social-media-link-buttons > a {
  display:inline !important;
  margin:0 !important;
  padding:2px !important;
  width:30px;
  height:30px;
}

.social-media-link-buttons > a > div {
  height:30px;
  width:30px;
}

.social-media-link-buttons > a > img {
  width:30px;
}

#social-media-link-buttons-magazin > div {
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8' standalone='no'%3F%3E%3C!DOCTYPE svg PUBLIC '-//W3C//DTD SVG 1.1//EN' 'http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd'%3E%3Csvg width='100%25' height='100%25' viewBox='0 0 40 40' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' xml:space='preserve' xmlns:serif='http://www.serif.com/' style='fill-rule:evenodd;clip-rule:evenodd;stroke-linejoin:round;stroke-miterlimit:2;'%3E%3Cg transform='matrix(0.0338409,0,0,0.0338409,-5.68434e-14,-2.22045e-16)'%3E%3Cpath d='M-0.013,295.503C-0.013,217.132 31.12,141.97 86.537,86.553C141.954,31.136 217.116,0.003 295.487,0.003C475.736,0.003 705.335,0.003 885.584,0.003C963.955,0.003 1039.12,31.136 1094.53,86.553C1149.95,141.97 1181.08,217.132 1181.08,295.503C1181.08,475.752 1181.08,705.351 1181.08,885.6C1181.08,963.971 1149.95,1039.13 1094.53,1094.55C1039.12,1149.97 963.955,1181.1 885.584,1181.1C705.335,1181.1 475.736,1181.1 295.487,1181.1C217.116,1181.1 141.954,1149.97 86.537,1094.55C31.12,1039.13 -0.013,963.971 -0.013,885.6L-0.013,295.503Z' style='fill:rgb(206,122,41);'/%3E%3C/g%3E%3Cg transform='matrix(0.0338983,0,0,0.0338983,9.29465e-14,1.968)'%3E%3Cpath d='M959.383,886.63L959.383,443.222L1070.09,443.222L589.902,88.757L109.717,443.222L220.609,443.222L220.609,886.63L377.48,886.63C366.408,886.63 359.089,879.126 359.089,868.055L359.089,757.342C359.089,746.272 366.408,738.765 377.48,738.765L414.451,738.765C425.524,738.765 433.031,746.272 433.031,757.342L433.031,868.055C433.031,879.082 425.582,886.572 414.581,886.63L414.451,886.63L765.353,886.63C754.28,886.63 746.961,879.126 746.961,868.055L746.961,757.342C746.961,746.272 754.28,738.765 765.353,738.765L802.324,738.765C813.396,738.765 820.903,746.272 820.903,757.342L820.903,868.055C820.903,879.082 813.455,886.572 802.453,886.63L802.324,886.63L959.383,886.63ZM728.39,849.666L728.39,812.699L451.422,812.699L451.422,849.666L728.39,849.666ZM396.06,701.798C396.06,679.657 410.698,665.019 433.031,665.019L562.315,665.019C573.387,665.019 580.706,672.338 580.706,683.409L580.706,794.309L451.422,794.309L451.422,757.342C451.422,735.201 436.596,720.376 414.451,720.376L396.06,720.376L396.06,701.798ZM747.032,665.02L746.773,665.019L617.489,665.019C606.417,665.019 599.098,672.338 599.098,683.409L599.098,794.309L728.382,794.309L728.382,757.342C728.382,735.201 743.208,720.376 765.353,720.376L783.872,720.376L783.867,720.284C783.813,719.247 783.744,715.268 783.744,701.798C783.744,679.744 769.034,665.133 747.032,665.02ZM783.932,720.376L783.872,720.376L783.88,720.489C783.888,720.582 783.896,720.614 783.903,720.613L783.904,720.612C783.921,720.596 783.932,720.376 783.932,720.376ZM367.69,356.537C396.077,390.243 412.564,435.306 412.564,480.189C412.564,530.573 391.629,580.783 356.319,616.088C351.994,620.413 351.994,627.437 356.319,631.762C360.644,636.088 367.667,636.088 371.992,631.763C411.375,592.384 434.73,536.385 434.73,480.189C434.73,430.12 416.311,379.859 384.644,342.258C380.703,337.58 373.706,336.98 369.027,340.921C364.349,344.861 363.749,351.859 367.69,356.537ZM823.485,616.088C788.175,580.783 767.24,530.573 767.24,480.189C767.24,435.316 783.722,390.262 812.28,356.563C816.235,351.897 815.657,344.897 810.99,340.943C806.324,336.988 799.325,337.566 795.37,342.232C763.498,379.84 745.074,430.11 745.074,480.189C745.074,536.385 768.429,592.384 807.812,631.763C812.137,636.088 819.16,636.088 823.485,631.762C827.81,627.437 827.81,620.413 823.485,616.088ZM438.265,296.88C480.53,346.905 505.065,413.549 505.065,480.189C505.065,521.405 494.912,563.7 478.278,600.398C475.753,605.969 478.226,612.542 483.797,615.068C489.368,617.593 495.942,615.12 498.467,609.548C516.365,570.061 527.231,524.538 527.231,480.189C527.231,408.346 500.761,336.506 455.197,282.574C451.249,277.902 444.251,277.313 439.578,281.261C434.906,285.209 434.317,292.207 438.265,296.88ZM701.676,600.361C684.887,563.675 674.927,521.392 674.927,480.189C674.927,413.55 699.275,346.905 741.539,296.88C745.487,292.207 744.898,285.209 740.226,281.261C735.553,277.313 728.555,277.902 724.607,282.574C679.042,336.506 652.761,408.345 652.761,480.189C652.761,524.551 663.444,570.086 681.52,609.585C684.066,615.147 690.648,617.596 696.21,615.051C701.772,612.505 704.221,605.923 701.676,600.361ZM291.063,409.808C309.442,428.035 320.231,454.198 320.231,480.189C320.231,506.369 309.421,532.381 291.027,550.792C286.704,555.119 286.707,562.142 291.034,566.465C295.362,570.789 302.385,570.785 306.708,566.458C329.184,543.961 342.397,512.179 342.397,480.189C342.397,448.382 329.163,416.376 306.672,394.07C302.329,389.763 295.305,389.792 290.998,394.135C286.691,398.478 286.72,405.501 291.063,409.808ZM888.809,550.824C870.555,532.402 859.553,506.384 859.553,480.189C859.553,454.184 870.534,428.013 888.773,409.776C893.098,405.451 893.099,398.428 888.774,394.103C884.449,389.777 877.426,389.777 873.1,394.102C850.802,416.397 837.387,448.396 837.387,480.189C837.387,512.164 850.782,543.939 873.064,566.426C877.37,570.771 884.393,570.803 888.738,566.497C893.082,562.192 893.114,555.169 888.809,550.824Z' style='fill:white;'/%3E%3C/g%3E%3C/svg%3E%0A");
}

#social-media-link-buttons-instagram > div {
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8' standalone='no'%3F%3E%3C!DOCTYPE svg PUBLIC '-//W3C//DTD SVG 1.1//EN' 'http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd'%3E%3Csvg width='100%25' height='100%25' viewBox='0 0 40 40' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' xml:space='preserve' xmlns:serif='http://www.serif.com/' style='fill-rule:evenodd;clip-rule:evenodd;stroke-linejoin:round;stroke-miterlimit:2;'%3E%3Cg transform='matrix(0.0338409,0,0,0.0338409,-5.68434e-14,-2.22045e-16)'%3E%3Cpath d='M-0.013,295.503C-0.013,217.132 31.12,141.97 86.537,86.553C141.954,31.136 217.116,0.003 295.487,0.003C475.736,0.003 705.335,0.003 885.584,0.003C963.955,0.003 1039.12,31.136 1094.53,86.553C1149.95,141.97 1181.08,217.132 1181.08,295.503C1181.08,475.752 1181.08,705.351 1181.08,885.6C1181.08,963.971 1149.95,1039.13 1094.53,1094.55C1039.12,1149.97 963.955,1181.1 885.584,1181.1C705.335,1181.1 475.736,1181.1 295.487,1181.1C217.116,1181.1 141.954,1149.97 86.537,1094.55C31.12,1039.13 -0.013,963.971 -0.013,885.6L-0.013,295.503Z' style='fill:rgb(243,107,78);'/%3E%3C/g%3E%3Cg transform='matrix(0.75,0,0,0.75,5,5)'%3E%3Cpath d='M29.231,40L10.769,40C4.832,40 0,35.169 0,29.231L0,10.769C0,4.831 4.832,0 10.769,0L29.231,0C35.168,0 40,4.831 40,10.769L40,29.231C40,35.169 35.168,40 29.231,40L29.231,40ZM10.769,3.077C6.528,3.077 3.077,6.528 3.077,10.769L3.077,29.231C3.077,33.472 6.528,36.923 10.769,36.923L29.231,36.923C33.472,36.923 36.923,33.472 36.923,29.231L36.923,10.769C36.923,6.528 33.472,3.077 29.231,3.077L10.769,3.077ZM20,30.769C14.063,30.769 9.231,25.938 9.231,20C9.231,14.061 14.063,9.231 20,9.231C25.937,9.231 30.769,14.061 30.769,20C30.769,25.938 25.937,30.769 20,30.769ZM20,12.308C15.758,12.308 12.308,15.758 12.308,20C12.308,24.241 15.758,27.692 20,27.692C24.241,27.692 27.692,24.241 27.692,20C27.692,15.758 24.242,12.308 20,12.308ZM31.538,6.154C32.812,6.154 33.846,7.188 33.846,8.461C33.846,9.735 32.812,10.769 31.538,10.769C30.265,10.769 29.231,9.735 29.231,8.461C29.231,7.188 30.265,6.154 31.538,6.154Z' style='fill:white;fill-rule:nonzero;'/%3E%3C/g%3E%3C/svg%3E%0A");
}

#social-media-link-buttons-youtube > div {
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8' standalone='no'%3F%3E%3C!DOCTYPE svg PUBLIC '-//W3C//DTD SVG 1.1//EN' 'http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd'%3E%3Csvg width='100%25' height='100%25' viewBox='0 0 40 40' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' xml:space='preserve' xmlns:serif='http://www.serif.com/' style='fill-rule:evenodd;clip-rule:evenodd;stroke-linejoin:round;stroke-miterlimit:2;'%3E%3Cg transform='matrix(0.0338409,0,0,0.0338409,-5.68434e-14,-2.22045e-16)'%3E%3Cpath d='M-0.013,295.503C-0.013,217.132 31.12,141.97 86.537,86.553C141.954,31.136 217.116,0.003 295.487,0.003C475.736,0.003 705.335,0.003 885.584,0.003C963.955,0.003 1039.12,31.136 1094.53,86.553C1149.95,141.97 1181.08,217.132 1181.08,295.503C1181.08,475.752 1181.08,705.351 1181.08,885.6C1181.08,963.971 1149.95,1039.13 1094.53,1094.55C1039.12,1149.97 963.955,1181.1 885.584,1181.1C705.335,1181.1 475.736,1181.1 295.487,1181.1C217.116,1181.1 141.954,1149.97 86.537,1094.55C31.12,1039.13 -0.013,963.971 -0.013,885.6L-0.013,295.503Z' style='fill:rgb(255,79,90);'/%3E%3C/g%3E%3Cg transform='matrix(0.0502707,0,0,0.0502707,-10.0648,-9.68734)'%3E%3Cpath d='M438.919,372.871L438.919,808.229L816.873,590.55L438.919,372.871Z' style='fill:white;fill-rule:nonzero;'/%3E%3C/g%3E%3C/svg%3E%0A");
}

#social-media-link-buttons-twitter > div {
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8' standalone='no'%3F%3E%3C!DOCTYPE svg PUBLIC '-//W3C//DTD SVG 1.1//EN' 'http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd'%3E%3Csvg width='100%25' height='100%25' viewBox='0 0 40 40' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' xml:space='preserve' xmlns:serif='http://www.serif.com/' style='fill-rule:evenodd;clip-rule:evenodd;stroke-linejoin:round;stroke-miterlimit:2;'%3E%3Cg transform='matrix(0.0338409,0,0,0.0338409,-5.68434e-14,-2.22045e-16)'%3E%3Cpath d='M-0.013,295.503C-0.013,217.132 31.12,141.97 86.537,86.553C141.954,31.136 217.116,0.003 295.487,0.003C475.736,0.003 705.335,0.003 885.584,0.003C963.955,0.003 1039.12,31.136 1094.53,86.553C1149.95,141.97 1181.08,217.132 1181.08,295.503C1181.08,475.752 1181.08,705.351 1181.08,885.6C1181.08,963.971 1149.95,1039.13 1094.53,1094.55C1039.12,1149.97 963.955,1181.1 885.584,1181.1C705.335,1181.1 475.736,1181.1 295.487,1181.1C217.116,1181.1 141.954,1149.97 86.537,1094.55C31.12,1039.13 -0.013,963.971 -0.013,885.6L-0.013,295.503Z' style='fill:rgb(48,158,232);'/%3E%3C/g%3E%3Cg transform='matrix(0.109689,0,0,0.109689,6.39031,8.86614)'%3E%3Cpath d='M221.95,51.29C222.1,53.46 222.1,55.63 222.1,57.82C222.1,124.55 171.3,201.51 78.41,201.51L78.41,201.47C50.97,201.51 24.1,193.65 1,178.83C4.99,179.31 9,179.55 13.02,179.56C35.76,179.58 57.85,171.95 75.74,157.9C54.13,157.49 35.18,143.4 28.56,122.83C36.13,124.29 43.93,123.99 51.36,121.96C27.8,117.2 10.85,96.5 10.85,72.46L10.85,71.82C17.87,75.73 25.73,77.9 33.77,78.14C11.58,63.31 4.74,33.79 18.14,10.71C43.78,42.26 81.61,61.44 122.22,63.47C118.15,45.93 123.71,27.55 136.83,15.22C157.17,-3.9 189.16,-2.92 208.28,17.41C219.59,15.18 230.43,11.03 240.35,5.15C236.58,16.84 228.69,26.77 218.15,33.08C228.16,31.9 237.94,29.22 247.15,25.13C240.37,35.29 231.83,44.14 221.95,51.29Z' style='fill:white;fill-rule:nonzero;'/%3E%3C/g%3E%3C/svg%3E%0A");
}

#footer-div-for-grid {
  display:grid;
  grid-template:auto / 1fr auto;
}

#footer-div-for-grid > #footer-text {
  grid-column:1;
  grid-row:1;
}

#footer-div-for-grid > .social-media-link-buttons {
  grid-column:2;
  grid-row:1;
  text-align:left;
}

@media screen and (max-width: 800px) {
  #footer-div-for-grid {
    display:grid;
    grid-template:auto auto / 1fr;
  }
  
  #footer-div-for-grid > .social-media-link-buttons {
    grid-column:1;
    grid-row:2;
  }
}

