body {
        -ms-zoom: 0.7;
        -moz-transform: scale(0.7);
        -moz-transform-origin: 0 0;
        -o-transform: scale(0.7);
        -o-transform-origin: 0 0;
        -webkit-transform: scale(0.7);
        -webkit-transform-origin: 0 0;
}

:root {
    --main-color: #303F52;
    --button-font-size: 25px;
    --button-description-font-size: 20px;
    --button-font: "Azo Sans Medium", "Roboto", sans-serif;
    --button-description-font: "Roboto", sans-serif;
}

@font-face {
    font-family: 'Azo Sans Medium';
    src: local('Azo Sans Test Medium'), local('AzoSansTest-Medium'),
        url('AzoSansTest-Medium.woff2') format('woff2'),
        url('AzoSansTest-Medium.woff') format('woff'),
        url('AzoSansTest-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

#landschaft {
    width: 1093px;
    height: 993px;
    position: relative;
    background: url(images/LandschaftBlank.png) white;
    transition: background-image 1s, background-color 1s;
    font-family: "Azo", Sans-serif;
}

#landschaftcontext {
    position: absolute;
    left: 1090px;
    top: 0;
    width: 500px;
    height: 1000px;
    color: #303F52;
}

.sidehint h6 {
    /* font-family: "Azo Sans Medium", sans-serif; */
    font-family: var(--e-global-typography-1a739aa-font-family), Sans-serif;
    font-size: 130%;
    text-transform: uppercase;
}

.sidehint h4 {
    /* font-family: "Roboto", sans-serif; */
    font-family: var(--e-global-typography-1a739aa-font-family), Sans-serif;
    font-size: 150%;
    font-weight: 500;
}

.sidehint h3 {
    /* font-family: "Azo Sans Medium", sans-serif; */
    font-family: var(--e-global-typography-1a739aa-font-family), Sans-serif;
    font-size: 230%;
    text-transform: uppercase;
}

.sidehint p {
    /* font-family: "Azo Sans Medium", sans-serif; */
    font-size: 130%; 
    font-family: var(--e-global-typography-1a739aa-font-family), Sans-serif;
    /* font-size: var(--e-global-typography-1a739aa-font-size); */
    font-weight: var(--e-global-typography-1a739aa-font-weight);
    font-style: var(--e-global-typography-1a739aa-font-style);
}

/*
.button {
    width: 400px;
    height: 100px;
    position: absolute;
    margin-bottom: 10px;
}*/

/* 
*   Der .button-Selector wurde um den #landschaft-Selector ergänzt, 
*   damit Elementors .button-Selector nicht die Werte überschreibt
*/
#landschaft .button {
    width: 400px;
    height: 100px;
    position: absolute;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    transition: all 0.3s ease-out;
}

.button img {
    height: 100%;
    width: 170px;
    object-position: left;
    object-fit: contain;
    margin-right: 10px; /* Optional: Abstand zwischen Bild und Text */
    transition: all 1s ease-in-out;
}

.button img:hover {
    height: 100%;
    width: 100px;
    object-fit: cover;
    object-position: left;
    margin-right: 10px; /* Optional: Abstand zwischen Bild und Text */
    transition: all 1s ease-in-out;
}

.button span {
    display: inline-block;
    text-align: left;
    font-size: var(--button-font-size);
    color: var(--main-color);
}

.button_large {
    position: absolute;
    background-color: white;
    width: 700px;
    height: 400px;
    z-index: 11;
    top: 460px;
    left: 0;
    transition: width 0.5s ease-in-out, height 0.5s ease-in-out;
    padding: 10px;
    border: 3px solid var(--main-color);
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    padding: 15px;
}

.button_large img{
    width: 170px;
    height: 100px;
    object-fit: contain;
    object-position: left;
    display: inline;
    position: relative;
    top: 5px;
    left: 5px;
    /*transition: all 0.5s ease;*/
}

.button_large .buttonlabel {
    display: inline-block;
    position: absolute;
    top: 57px;
    left: 190px; /* Adjust as needed based on image width and spacing */
    height: 100px; /* Align with the image height */
    display: flex;
    align-items: center;
    padding-left: 10px; /* Add some padding for better alignment */
}

.button_large.button_large_text.buttondescription {
    display: inline-block;
    position: absolute;
    top: 110px; /* Adjust based on image height and spacing */
    right: 0;
    width: 100%;
    padding: 30px;
    box-sizing: border-box;
}

.button_large .buttondescription {
    display: none;
    position: absolute;
    top: 110px; /* Adjust based on image height and spacing */
    right: 0;
    width: 100%;
    padding: 30px;
    box-sizing: border-box;
}

#button1.button {
    left: 0;
    bottom: 425px;
}

#button2.button {
    left: 0;
    bottom: 315px;
}

#button3.button {
    left: 0;
    bottom: 205px;
}

#button4.button {
    left: 0;
    bottom: 100px;
}

.buttondescription {
    font-size: var(--button-description-font-size);
    font-family: var(--button-description-font);
}

.buttonlabel {
    font-size: var(--button-font-size);
    font-family: var(--button-font);
    text-transform: uppercase;;
}

.square {
    /*width: 370px;
    height: 370px;*/
    position: absolute;
    /*background-color: rgba(200, 0, 0, 0.4);*/
    transition: all 2s;
}

.big {
    width: 900px!important;
    height: 900px!important;
    position: absolute;
}

.square img {
    object-fit: cover;
    width: 100%;
    height: 100%;
    -webkit-user-drag: none;
}

.sozialimmobilie .position1 {
    width: 370px;
    height: 370px;
    top: -84px;
    left: 54px;
    transition: all 1s ease-out;
    z-index: 9;
}

.sozialimmobilie .position2 {
    width: 370px;
    height: 370px;
    top: 115px;
    left: 115px;
    transition: all 1s ease-out;
    z-index: 8;
}

.sozialimmobilie .position3 {
    width: 370px;
    height: 370px;
    left: 180px;
    top: 50px;
    transition: all 1s ease-out;
    z-index: 7;
}

.bank .position1 {
    width: 480px;
    height: 480px;
    top: -144px;
    left: -57px;
    transition: all 1s ease-out;
    z-index: 9;
}

.bank .position2 {
    width: 550px;
    height: 550px;
    top: -15px;
    left: 335px;
    transition: all 1s ease-out;
    z-index: 8;
}

.bank .position3 {
    width: 370px;
    height: 370px;
    left: 210px;
    top: 220px;
    transition: all 1s ease-out;
    z-index: 7;
}

.industrie .position1 {
    width: 370px;
    height: 370px;
    top: -84px;
    left: 54px;
    transition: all 1s ease-out;
    z-index: 9;
}

.industrie .position2 {
    width: 550px;
    height: 550px;
    top: -20px;
    left: 430px;
    transition: all 1s ease-out;
    z-index: 8;
}

.industrie .position3 {
    width: 370px;
    height: 370px;
    left: 95px;
    top: 210px;
    transition: all 1s ease-out;
    z-index: 7;
}

.init {
    background: url(images/LandschaftScribble.jpg)!important;
    transition: all 2s;
}

.init:hover{
    background-image: none;
    background-color: white!important;
    transition: all 1s;
}

.init .square, .init .button {
    display: none;
    position: absolute;
    top: -2000px;
    left: -2000px;
    transition: all 2s;
}

@media (max-width: 600px) {
  body {
          -ms-zoom: 0.3;
          -moz-transform: scale(0.3);
          -moz-transform-origin: 0 0;
          -o-transform: scale(0.3);
          -o-transform-origin: 0 0;
          -webkit-transform: scale(0.3);
          -webkit-transform-origin: 0 0;
  }

  #landschaftcontext {
      position: absolute;
      left: 0;
      top: 993px;
      width: 300%;
      height: auto;
      color: #303F52;
  }
}


/*.sozialimmobilie {
    background: url(images/LandschaftSozial.png);
}
.bank {
    background: url(images/LandschaftBank.png);
}
.industrie {
    background: url(images/LandschaftIndustrie.png);
}*/
