html {
  scroll-behavior: smooth;
}

#tour_360_container {
    display: grid;
}
#tour_360_container .tour_360_iframe_style {
    max-width: 100vw!important;
    width: 80vw!important;
    height: 65vh!important;
    margin: 0 auto!important;
}
#tour_360_container .tour_360_iframe_description_style {
    max-width: 1140px;
    width: 100%;
    margin: 0 auto;
}
#tour_360_container .tour_360_iframe_description_style .tour_360_iframe_title {
    color: #fff;
    font-family: 'Arial', sans-serif;
    font-size: 25px;
    line-height: 29px;
    margin: 30px 0 0 0;
    padding: 15px;
}
#tour_360_container .tour_360_iframe_description_style .tour_360_iframe_text {
    color: #fff;
    font-family: 'Acumin Pro Wide', sans-serif;
    font-size: 14px;
    line-height: 20px;
    margin: 0px 0 60px 0;
    padding: 15px;
}

.list_item {
    transform:scale(1);
    transition: 0.5s all;
  }
  .list_item.aktiv,
  .list_item:hover {
    transform:scale(0.95);
    transition: 0.5s all;
  }
  .border-special-three {
    position:relative;
  }
  .border-special-three:before {
    content:'';
    position:absolute;
    width:10vw;
    height:3px;
    background-color:#fff;
    left:10%;
    top:60px;
  }
  .border-special-three:after {
    content:'';
    position: absolute;
    width: 3px;
    height: 25vh;
    background-color: #fff;
    left:10%;
    top:60px;
  }
  #kachel_container {
    position:relative;
    display:flex;
    max-width:1140px;
    width:100%;
    margin:0 auto;
  }
  .kachelliste {
    position:relative;
    display:grid;
    grid-template-columns: repeat(3, 1fr);
    grid-column-gap:15px;
    grid-row-gap:45px;
  }
  .welcome {
    position:relative;
  }
  .welcome .manuals .list_item_title {
    color:#fff;
    font-family: 'Arial', sans-serif;
    font-size:25px;
    line-height:29px;
    margin: 0 0 30px 0;
    padding: 10px;
  }
  .welcome .manuals .list_item_text {
    color:#fff;
    font-family: 'Acumin Pro Wide', sans-serif;
    font-size:14px;
    line-height:20px;
    margin: 0;
    padding:10px;
  }
  .list_item_text_container {
    background-color:#fff;
    display:grid;
    grid-template-columns:repeat(5, 1fr);
    grid-template-rows:auto;
    grid-template-areas:
      "title title title title title"
      "main main main main main"
  }
  .link {
    display: grid;
    height: 100%;
	text-decoration: none!important;
  }
  .link .list_item_title {
    grid-area:title;
    font-family:'Arial', sans-serif;
    font-size:15px;
    text-transform:normal;
    color:#374049;
    padding:10px 15px 0;
    margin:0;
    line-height:18px;
    text-align: left;
    text-overflow:ellipsis;
    white-space:nowrap;
    overflow:hidden;
	text-decoration: none!important;
	text-decoration-color: transparent!important;
  }
  .link .list_item_text {
    grid-area:main;
    align-self:end;
    font-family: 'Acumun Pro Wide', sans-serif;
    font-size:12px;
    line-height:12px;
/*     height: 36px; */
    color:#374049;
    padding:0px 15px 0px;
    text-align:left;
    white-space: normal;
    text-overflow: ellipsis;
    display:-webkit-box!important;
    -webkit-line-clamp:3;
    -webkit-box-orient: vertical;
    overflow:hidden;
    margin:5px 0 15px;
	text-decoration: none!important;
	text-decoration-color: transparent!important;
	height: min-content;
  }
  .link .list_item_more {
    grid-area:more;
    align-self:end;
    font-family: 'Acumun Pro Wide', sans-serif;
    font-size:12px;
    line-height:12px;
    color:#374049;
    padding:5px 15px 7px;
    margin:0;
  }
  .aktiv .list_item_text_container,
  .list_item:hover .list_item_text_container {
    background-color:#374049;
  }
  .aktiv .link .list_item_title,
  .aktiv .link .list_item_text,
  .aktiv .link .list_item_more,
  .list_item:hover .link .list_item_title,
  .list_item:hover .link .list_item_text,
  .list_item:hover .link .list_item_more {
    color:#fff;
  }
  img.list_item_image {
    max-width: 100%!important;
    width: 100%!important;
  }

  /*** iFrame Description Style ***/
  .description {
    max-width:1140px;
    width:100%;
    margin:0 auto;
  }
  .description p {
    color:#fff;
    font-family: 'Acumin Pro Wide', sans-serif;
    font-size:14px;
    line-height:20px;
    margin: 0px 0 60px 0;
    padding:15px;
  }
  .description h3 {
    color:#fff;
    font-family: 'Arial', sans-serif;
    font-size:25px;
    line-height:29px;
    margin: 30px 0 0 0;
    padding: 15px;
  }
  /*** Kachel Style ***/
  .list_item {
    transform:scale(1);
    transition: 0.5s all;
  }
  .list_item.aktiv,
  .list_item:hover {
    transform:scale(0.95);
    transition: 0.5s all;
  }
  .border-special-three {
    position:relative;
  }
  .border-special-three:before {
    content:'';
    position:absolute;
    width:10vw;
    height:3px;
    background-color:#fff;
    left:10%;
    top:60px;
  }
  .border-special-three:after {
    content:'';
    position: absolute;
    width: 3px;
    height: 25vh;
    background-color: #fff;
    left:10%;
    top:60px;
  }
  #kachel_container {
    position:relative;
    display:flex;
    max-width:1140px;
    width:100%;
    margin:0 auto;
  }
  .kachelliste {
    position:relative;
    display:grid;
    grid-template-columns: repeat(3, 1fr);
    grid-column-gap:15px;
    grid-row-gap:45px;
  }
  .welcome {
    position:relative;
  }
  .welcome .manuals .list_item_title {
    color:#fff;
    font-family: 'Arial', sans-serif;
    font-size:25px;
    line-height:29px;
    margin: 0 0 30px 0;
    padding: 10px;
  }
  .welcome .manuals .list_item_text {
    color:#fff;
    font-family: 'Acumin Pro Wide', sans-serif;
    font-size:14px;
    line-height:20px;
    margin: 0;
    padding:10px;
  }
  .list_item_text_container {
    background-color:#fff;
    display:grid;
    grid-template-columns:repeat(5, 1fr);
    grid-template-rows:auto;
    grid-template-areas:
      "title title title title title"
      "main main main main main"
  }
  .link {
    display: grid;
    height: 100%;
  }
  .link .list_item_title {
    grid-area:title;
    font-family:'Arial', sans-serif;
    font-size:15px;
    text-transform:normal;
    color:#374049;
    padding:10px 15px 0;
    margin:0;
    line-height:18px;
    text-align: left;
    text-overflow:ellipsis;
    white-space:nowrap;
    overflow:hidden;
  }
  .link .list_item_text {
    grid-area:main;
    align-self:end;
    font-family: 'Acumun Pro Wide', sans-serif;
    font-size:12px;
    line-height:12px;
    color:#374049;
    padding:0px 15px 0px;
    text-align:left;
    white-space: normal;
    text-overflow: ellipsis;
    display:-webkit-box!important;
    -webkit-line-clamp:3;
    -webkit-box-orient: vertical;
    overflow:hidden;
    margin:5px 0 15px;
	height: min-content;
  }
  .link .list_item_more {
    grid-area:more;
    align-self:end;
    font-family: 'Acumun Pro Wide', sans-serif;
    font-size:12px;
    line-height:12px;
    color:#374049;
    padding:5px 15px 7px;
    margin:0;
  }
  .aktiv .list_item_text_container,
  .list_item:hover .list_item_text_container {
    background-color:#374049;
  }
  .aktiv .link .list_item_title,
  .aktiv .link .list_item_text,
  .aktiv .link .list_item_more,
  .list_item:hover .link .list_item_title,
  .list_item:hover .link .list_item_text,
  .list_item:hover .link .list_item_more {
    color:#fff;
  }
  
  .tourist-information a {
    color:#fff;
  }
  .trenner-one {
    max-width:1140px;
    width:100%;
    margin:0 auto;
  }
  @media only screen and (min-width: 1920px) {
    .manuals {
        position:absolute;
        top:15%;
        left:-150px;
      }
    .welcome:before {
        content:'';
        position:absolute;
        width:300px;
        height:3px;
        background-color:#fff;
        left:-210px;
        top:-30px;
      }
      .welcome:after {
        content:'';
        position: absolute;
        width: 3px;
        height: 200px;
        background-color: #fff;
        left:-210px;
        top:-30px;
      }
      .kachelliste:before {
        content:'';
        position:absolute;
        width:300px;
        height:3px;
        background-color:#fff;
        right:-60px;
        bottom:-60px;
      }
      .kachelliste:after {
        content:'';
        position: absolute;
        width: 3px;
        height: 200px;
        background-color: #fff;
        right:-60px;
        bottom:-60px;
      }
  }
  @media only screen and (max-width: 1240px) {
    .kachelliste {
        position:relative;
        display:grid;
        grid-template-columns: repeat(1, 1fr);
        grid-column-gap:15px;
        grid-row-gap:45px;
        padding: 15px;
		width: 100%;
    }
	#tour_360_container .tour_360_iframe_style {
		width: 90%!important;	  
	}
  }
 