.section6 img,
.section5 .img img,
.section4 .son5 img,
.section4 .son4 img,
.section4 .son2 img,
.section4 .son1 img,
.flex_2 img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.8s ease;
}

.section14 button,
.section13 form button,
.section5 .txt .but a,
#banner_1 .txt .but a,
#fixed .son1 .btn {
  text-transform: uppercase;
  text-align: center;
  display: inline-block;
  width: 100%;
  line-height: 50px;
  font-size: 16px;
  color: #fff;
  background-color: var(--color);
  border: 1px solid var(--color);
  border-radius: 50px;
  transition: all 0.3s ease;
}

:root {
  --color: #fef690;
  /*--color1: #fd3852;*/
  --color1: #fef690;
  --color2: #fd3852;
  --nav_height: 65px;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  color: #333;
  font-family: "Arial, sans-serif";
  font-size: 16px;
  background-color: #272727;
}

video,
img {
  max-width: 100%;
  max-height: 100%;
  object-fit: cover;
}

a {
  color: inherit;
  text-decoration: none;
  outline: none;
}

ul,
ol,
li {
  list-style: none;
  margin: 0;
  padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 700;
}

input,
textarea,
select,
button {
  outline: none;
  border: none;
  background-color: transparent;
}

textarea {
  resize: none;
}

table {
  border-collapse: collapse;
  table-layout: fixed;
  width: 100%;
}
table th,
table td {
  border: 1px solid #e5e5e5;
  padding: 10px;
}

.flex {
  display: flex;
  flex-wrap: wrap;
}

.con {
  line-height: 2;
}

.bx {
  width: 100%;
  padding-left: 15px;
  padding-right: 15px;
  margin-left: auto;
  margin-right: auto;
  max-width: 1200px;
}

#fixed {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 999;
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.5s ease;
}
#fixed .bj {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 999;
}
#fixed.on {
  visibility: visible;
  opacity: 1;
  z-index: 1000;
}
#fixed .son {
  z-index: 1000;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
#fixed .son.on {
  display: none !important;
}
#fixed .son1 {
  width: 80%;
  max-width: 800px;
}
#fixed .son1 i {
  position: absolute;
  top: 10px;
  right: 10px;
  font-size: 20px;
}
#fixed .son1 .form {
  width: 100%;
  background-color: #fff;
  padding: 20px;
  border-radius: 7px;
  display: flex;
  flex-direction: column;
}
#fixed .son1 h2 {
  /*color: var(--color1);*/
  /*text-align: center;*/
  margin-bottom: 20px;
  margin-top: 20px;
  font-size: 20px;
}
#fixed .son1 label {
  width: 100%;
  margin-bottom: 20px;
}
#fixed .son1 span {
  color: #222222;
  line-height: 25px;
}
#fixed .son1 input,
#fixed .son1 textarea {
  margin-top: 5px;
  font-size: 13px;
  line-height: 40px;
  color: #222222;
  background: #cacaca;
  border: none;
  box-shadow: none;
  outline: none;
  padding: 0px 10px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  box-sizing: border-box !important;
  width: 100%;
  display: block;
  height: 40px;
}
#fixed .son1 input:focus,
#fixed .son1 textarea:focus {
  background: #fff;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: 0 0 0 2px #6c98e1;
  -moz-box-shadow: 0 0 0 2px #6c98e1;
  box-shadow: 0 0 0 2px #6c98e1;
}
#fixed .son1 textarea {
  height: auto;
  max-height: 200px;
}
#fixed .son1 input[type="file"] {
  opacity: 0;
  display: none;
}
#fixed .son1 .btn {
  background-color: var(--color1);
  border: 1px solid var(--color1);
  color: #272727;
  max-width: 200px;
  margin-top: 20px;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
}
#fixed .son1 .btn:hover {
  background-color: #fff;
  /*color: var(--color1);*/
}

#page_1 {
  width: 100%;
  text-align: center;
  margin-top: 75px;
  display: flex;
  justify-content: center;
}
#page_1 a {
  padding: 0px 12px;
  line-height: 38px;
  min-width: 40px;
  display: inline-block;
  border: solid 1px #ccc;
  font-size: 16px;
  margin: 0 5px;
  transition: all 0.5s ease;
  border-radius: 5px;
}
#page_1 a:hover,
#page_1 a.on {
  color: #fff;
  background: var(--color);
  border: solid 1px var(--color);
  box-shadow: rgba(0, 0, 0, 0.2) 0px 4px 10px 2px;
}
#page_1 a.on {
  pointer-events: none;
}
#page_1 a i {
  font-size: 12px;
}

#page_2 {
  width: 100%;
  text-align: center;
  margin-top: 50px;
  margin-bottom: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
}
#page_2 a {
  font-size: 18px;
  line-height: 1;
  transition: all 0.5s ease;
}
#page_2 a:hover,
#page_2 a.on {
  color: var(--color);
}

header {
  width: 100%;
  height: var(--nav_height);
  transition: all 0.5s ease;
  position: sticky;
  top: 0;
  left: 0;
  z-index: 100;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.6);
}
header::after {
  transition: all 0.3s;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #272727;
  z-index: -1;
}

.header {
  height: 100%;
  padding: 10px 50px;
  display: flex;
  justify-content: space-between;
}
.header .logo {
  height: 100%;
  margin: auto 0;
  display: flex;
  align-items: center;
}
.header .logo img {
  height: 100%;
  margin-right: 10px;
}
.header .logo p {
  font-size: 24px;
  font-weight: bold;
  color: var(--color);
}
.header .nav {
  margin: 0 auto;
  display: flex;
}
.header .nav .menu {
  text-align: center;
}
.header .nav .mobile_box {
  display: none;
}
.header .nav .menu:hover .sub {
  opacity: 1;
  visibility: visible;
}
.header .nav .tit {
  height: 100%;
  color: #fff;
}
.header .nav .tit:hover a {
  color: var(--color);
}
.header .nav .tit:hover a::after {
  transform: scale(1);
}
.header .nav .tit a {
  margin: 0 10px;
  font-size: 14px;
  transition: all 0.5s ease;
  position: relative;
  height: 100%;
  text-transform: uppercase;
  display: flex;
  align-items: center;
}
.header .nav .tit a::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: var(--color);
  height: 3px;
  transform: scale(0);
  transition: all 0.5s ease;
}
.header .nav .sub {
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s ease;
  min-width: 100%;
}
.header .nav .sub::after {
  position: absolute;
  content: "";
  top: -6px;
  border-width: 0 7px 7px 7px;
  border-style: solid;
  border-color: transparent transparent var(--color) transparent;
  left: 50%;
  transform: translateX(-50%);
}
.header .nav .sub ul {
  background-color: rgba(255, 255, 255, 0.8);
  border-radius: 5px;
  padding: 0;
  overflow: hidden;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
}
.header .nav .sub a {
  display: block;
  color: var(--color);
  line-height: 42px;
  padding: 0 15px;
  transition: all 0.5s ease;
  border-bottom: 1px solid #c8c8c8;
  white-space: nowrap;
}
.header .nav .sub a:hover {
  background-color: var(--color);
  color: #fff;
}
.header .date {
  color: var(--color);
  line-height: 1.5;
  display: flex;
  align-items: center;
  gap: 20px;
}
.header .sprache {
  color: #fff;
  position: relative;
  margin-left: 30px;
  display: flex;
  align-items: center;
}
.header .sprache:hover .language {
  opacity: 1;
  visibility: visible;
}
.header .sprache .language {
  position: absolute;
  top: 100%;
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s ease;
  min-width: 100%;
  background-color: #fff;
  border-radius: 5px;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
  padding: 10px;
  right: 50%;
  transform: translateX(50%);
  top: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.header .sprache .language a {
  display: block;
  color: #272727;
  text-align: center;
  font-size: 14px;
  line-height: 35px;
  padding: 0 15px;
  transition: all 0.5s ease;
  border-bottom: 1px solid #c8c8c8;
  white-space: nowrap;
}
.header .search {
  display: flex;
  align-items: center;
}
.header .search form {
  position: relative;
  display: flex;
}
.header .search input {
  width: 0;
  transition: all 0.3s ease;
  height: 40px;
  padding: 0 10px;
  overflow: hidden;
  position: absolute;
  right: 100%;
}
.header .search input.on {
  width: 200px;
}
.header .search button {
  width: 40px;
  height: 40px;
}
.header .search button i {
  font-size: 20px;
}
.header .lang {
  margin-left: 10px;
  font-size: 18px;
  line-height: var(--nav_height);
}
.header .mobile {
  display: none;
}
.header .mobile i {
  color: var(--color);
  font-size: 18px;
}

footer {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  padding-top: 60px;
  padding-bottom: 40px;
  padding-left: 50px;
  padding-right: 50px;
  z-index: 1;
  display: flex;
  flex-wrap: wrap;
  gap: 50px;
}
footer .p {
  width: 100%;
  display: flex;
  justify-content: center;
  gap: 15px;
}
footer .p a {
  transition: all 0.3s ease;
  color: rgba(255, 255, 255, 0.5);
}
footer .p a:hover {
  color: var(--color1);
}
footer .hr {
  width: 100%;
  height: 2px;
  margin-top: 10px;
  margin-bottom: 10px;
  background-color: var(--color1);
  background-color: #505050;
  margin-top: 15px;
  margin-bottom: 15px;
}

.footer_top {
  width: calc(100% / 2 - 50px * (2 - 1) / 2);
}
.footer_top .flex {
  gap: 15px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.footer_top .son {
  width: calc(100% / 3 - 15px * (3 - 1) / 3);
  display: flex;
  justify-content: flex-start;
  flex-direction: column;
  align-items: center;
}
.footer_top img {
  width: 50px;
  height: 50px;
}
.footer_top h2 {
  font-weight: normal;
  padding-top: 10px;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 20px;
  color: #fff;
}
.footer_top .con {
  text-align: center;
  color: var(--color);
  line-height: 1.5;
  font-size: 14px;
}
.footer_top .con p {
  margin-bottom: 10px;
}

.footer_bottom {
  width: calc(100% / 2 - 50px * (2 - 1) / 2);
}
.footer_bottom .img {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  font-size: 0;
}
.footer_bottom .img img {
  width: 100%;
  height: 100%;
}

.clear {
  clear: both;
}

#banner_1 {
  margin-top: calc(var(--nav_height) - var(--nav_height) * 2);
}
#banner_1 .swiper-slide {
  /*display: grid;*/
  /*grid-template-columns: 1fr 2fr;*/
  height: 100vh;
}
#banner_1 .txt {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
  padding: 0 30px 60px;
  /*background-color: #f5e9e2;*/
  width: auto;
  height: 100%;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}
#banner_1 .txt img {
  filter: grayscale(1);
  margin-bottom: 20px;
}
#banner_1 .txt .txt_1 {
  width: 100%;
  color: #fff;
  display: flex;
}
#banner_1 .txt h2 {
  font-size: 88px;
  /*text-transform: uppercase;*/
  font-weight: normal;
  line-height: 1;
  margin-right: 20px;
}
#banner_1 .txt .line {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
}
#banner_1 .txt h3 {
  color: var(--color);
  font-size: 30px;
  line-height: 1;
  font-weight: normal;
  font-style: italic;
}
#banner_1 .txt h4 {
  font-size: 30px;
  line-height: 1;
  font-weight: normal;
  font-style: italic;
}
#banner_1 .txt .hr {
  width: 100%;
  height: 2px;
  margin-top: 10px;
  margin-bottom: 10px;
  background-color: var(--color);
  margin-top: 30px;
  margin-bottom: 15px;
}
#banner_1 .txt .but {
  width: 100%;
  display: flex;
  gap: 15px;
}
#banner_1 .txt .but a {
  background-color: var(--color);
  border: 2px solid var(--color);
  color: #272727;
}
#banner_1 .txt .but a:hover {
  background-color: transparent;
  color: var(--color);
}
#banner_1 .txt .but a + a {
  background-color: #272727;
  border: 2px solid #272727;
  color: #fff;
}
#banner_1 .txt .but a + a:hover {
  color: #272727;
}
#banner_1 .img {
  position: absolute;
  width: 100%;
  height: 100%;
}
#banner_1 .img img,
#banner_1 .img video {
  width: 100%;
  height: 100%;
}

#banner_2 {
  /*margin-top: calc(var(--nav_height) - var(--nav_height) * 2);*/
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  font-size: 0;
  position: relative;
}
#banner_2 h2 {
  padding-bottom: 100px;
  padding-top: 100px;
  text-align: center;
  color: #fff;
  font-size: 50px;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}
#banner_2 .txt {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
#banner_2 .bx {
  height: 100%;
  color: #fff;
}
#banner_2 .rel {
  position: relative;
  width: 100%;
  height: 100%;
}
#banner_2 .txt1 {
  position: absolute;
  top: 500px;
  left: 200px;
  font-size: 38px;
  letter-spacing: 5px;
}
#banner_2 .txt1 p {
  color: transparent;
  background: linear-gradient(to bottom, #fff, transparent);
  -webkit-background-clip: text;
  background-clip: text;
  display: inline-block;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  transform: scaleX(-1);
}
#banner_2 .txt2 {
  position: absolute;
  top: 410px;
  left: 200px;
  font-size: 38px;
  letter-spacing: 5px;
}
#banner_2 .txt3 {
  position: absolute;
  top: 500px;
  left: 0px;
  font-size: 38px;
  letter-spacing: 5px;
  font-weight: bold;
}
#banner_2 img {
  width: 100%;
}

#mbx_1 {
  height: 60px;
  border-bottom: 1px solid #bfbfbf;
}
#mbx_1 .bx {
  height: 100%;
  display: flex;
  align-items: center;
}
#mbx_1 .l {
  height: 100%;
  margin-right: auto;
  display: flex;
  align-items: center;
}
#mbx_1 .l a {
  padding: 0 20px;
  transition: all 0.3s ease;
  height: 100%;
  display: flex;
  align-items: center;
}
#mbx_1 .l a.on,
#mbx_1 .l a:hover {
  background-color: var(--color);
  color: #fff;
}
#mbx_1 .r {
  margin-left: auto;
  display: flex;
  align-items: center;
}
#mbx_1 span {
  margin: 0 10px;
}
#mbx_1 .on {
  color: var(--color);
  font-weight: bold;
}

#mbx_2 {
  font-size: 16px;
  padding: 20px 0;
  line-height: 50px;
  border-bottom: 1px solid #bfbfbf;
}
#mbx_2 span {
  margin: 0 5px;
}

.flex_1 {
  gap: 100px;
}
.flex_1 .son {
  width: 100%;
  display: flex;
}
.flex_1 .son:nth-child(2n) {
  flex-direction: row-reverse;
}
.flex_1 .son:nth-child(2n) .txt {
  padding-right: 0px;
  padding-left: 80px;
}
.flex_1 .son:nth-child(2n) .img::before {
  left: -7.5%;
}
.flex_1 .txt {
  width: 50%;
  padding-right: 80px;
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.flex_1 .txt h3 {
  font-size: 28px;
  line-height: 1.8;
  padding-bottom: 10px;
}
.flex_1 .txt .hr {
  width: 45%;
  height: 2px;
  margin-top: 10px;
  margin-bottom: 10px;
  background-color: var(--color1);
}
.flex_1 .img {
  width: 50%;
  position: relative;
  font-size: 0;
}
.flex_1 .img::before {
  content: "";
  z-index: 0;
  width: 100%;
  height: 115%;
  border: 7px solid var(--color);
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  position: absolute;
  top: 50%;
  left: 7.5%;
  transform: translateY(-50%);
  bottom: 0%;
}
.flex_1 .img img {
  position: relative;
  width: 100%;
  height: 100%;
}

.flex_2 {
  gap: 30px;
}
.flex_2 .son {
  width: calc(100% / 3 - 30px * (3 - 1) / 3);
}
.flex_2 .son:hover img {
  transform: scale(1.1);
}
.flex_2 .img {
  display: block;
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 0;
  padding-bottom: 75%;
}
.flex_2 .txt {
  padding: 20px;
}
.flex_2 h3 {
  font-size: 20px;
  line-height: 1.5;
  margin-bottom: 10px;
}
.flex_2 p {
  font-size: 16px;
  line-height: 1.8;
}

.flex_3 {
  gap: 25px;
}
.flex_3 .son {
  width: calc(100% / 2 - 25px * (2 - 1) / 2);
  padding: 20px;
  border: 1px solid #636363;
  transition: all 0.3s ease;
  position: relative;
}
.flex_3 .son.on,
.flex_3 .son:hover {
  background-color: rgba(0, 0, 0, 0.05);
  border-color: rgb(0, 0, 0);
}
.flex_3 .son.on .an {
  border-color: var(--color2);
}
.flex_3 .son.on .an i {
  opacity: 1;
}
.flex_3 h4 {
  font-size: 16px;
  /*color: var(--color1);*/
  padding-bottom: 10px;
}
.flex_3 .price {
  padding-top: 10px;
  display: flex;
  justify-content: space-between;
}
.flex_3 p {
  display: flex;
  align-items: center;
  gap: 20px;
}
.flex_3 i {
  cursor: pointer;
}
.flex_3 input {
  width: 20px;
  text-align: center;
  font-size: 16px;
  line-height: 1;
  color: var(--color2);
}
.flex_3 input[type="number"]::-webkit-inner-spin-button,
.flex_3 input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.flex_3 .an {
  position: absolute;
  top: 0;
  right: 0;
  transform: translate(50%, -50%);
  width: 30px;
  height: 30px;
  border-radius: 50%;
  border: 1px solid #636363;
  background-color: #fff;
}
.flex_3 .an i {
  width: 100%;
  height: 100%;
  color: var(--color2);
  opacity: 0;
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
  justify-content: center;
}

.section1 {
  padding: 10px;
}
.section1 .grid {
  border: 1px solid #636363;
  color: var(--color);
  padding: 15px 10px;
  letter-spacing: 1px;
  font-size: 14px;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  justify-items: center;
  align-items: center;
  gap: 15px;
}
.section1 a {
  letter-spacing: 2px;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  width: 100%;
  text-align: center;
  background-color: var(--color1);
  color: #272727;
  transition: all 0.3s ease;
  display: block;
}
.section1 a:hover {
  background-color: var(--color);
}

.section2 {
  padding-top: 40px;
  padding-bottom: 40px;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.section2 h3 {
  font-size: 16px;
  line-height: 20px;
  color: var(--color);
  font-weight: normal;
}
.section2 h2 {
  color: #fff;
  text-align: center;
  margin-top: 10px;
  margin-bottom: 5px;
  font-size: 52px;
  line-height: 58px;
  font-weight: normal;
  letter-spacing: 5px;
}
.section2 .hr {
  width: 45%;
  height: 2px;
  margin-top: 10px;
  margin-bottom: 10px;
  background-color: var(--color1);
}
.section2 p {
  letter-spacing: 2px;
  font-size: 26px;
  margin-top: 10px;
  margin-bottom: 10px;
  color: var(--color);
}

.section3 {
  background-image: url("../image/bj1.jpg");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  padding-top: 60px;
  padding-bottom: 100px;
}

.section4 {
  padding: 10px;
  display: grid;
  grid-template-rows: 1fr 0.5fr;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  gap: 10px;
}
.section4 .bj {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 0;
  opacity: 0;
  border: 7px solid var(--color);
  background-color: rgba(0, 0, 0, 0.55);
  transition: all 0.5s ease;
}
.section4 .son1 {
  grid-area: span 1 / span 4 / span 1 / span 4;
  overflow: hidden;
  text-decoration: none;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.section4 .son1:hover .bj {
  opacity: 1;
}
.section4 .son1:hover .txt {
  transform: translateY(0);
  opacity: 1;
}
.section4 .son1 .img {
  display: block;
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 0;
  padding-bottom: 100%;
}
.section4 .son1 .txt {
  position: absolute;
  color: #fff;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: all 0.5s ease;
  transform: translateY(100px);
  opacity: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.section4 .son1 .txt h2 {
  width: 50%;
  font-size: 35px;
  margin-top: 10px;
  margin-bottom: 10px;
  line-height: 1.2;
  font-weight: normal;
  margin-right: 20px;
}
.section4 .son1 .txt p {
  width: 50%;
  font-size: 16px;
  line-height: 1.8;
  margin-right: 20px;
}
.section4 .son2 {
  grid-area: span 1 / span 3 / span 1 / span 3;
  overflow: hidden;
  text-decoration: none;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.section4 .son2:hover .bj {
  opacity: 1;
}
.section4 .son2:hover .txt {
  transform: translateY(0);
  opacity: 1;
}
.section4 .son2 .img {
  width: 100%;
  height: 100%;
  position: relative;
}
.section4 .son2 .txt {
  position: absolute;
  color: #fff;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 20px;
  transition: all 0.5s ease;
  transform: translateY(100px);
  opacity: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.section4 .son2 .txt h2 {
  font-size: 35px;
  margin-top: 10px;
  margin-bottom: 10px;
  line-height: 1.2;
  font-weight: normal;
}
.section4 .son2 .txt p {
  font-size: 16px;
  line-height: 1.8;
}
.section4 .son3 {
  grid-area: span 1 / span 3 / span 1 / span 3;
  padding: 80px 60px 60px;
  position: relative;
}
.section4 .son3 .bj {
  opacity: 1;
}
.section4 .son3 .txt {
  position: relative;
}
.section4 .son3 .con {
  margin-top: 10px;
  margin-bottom: 50px;
  font-size: 22px;
  font-weight: 400;
  color: var(--color);
}
.section4 .son3 .con p {
  line-height: 38px;
}
.section4 .son3 .info p {
  text-align: center;
  margin-bottom: 10px;
  font-size: 15px;
  line-height: 1.2;
  color: var(--color);
}
.section4 .son3 .info .price {
  text-align: center;
  font-size: 22px;
  line-height: 1.8;
  color: #fff;
}
.section4 .son3 .info .hr {
  width: 45%;
  height: 2px;
  margin-top: 10px;
  margin-bottom: 10px;
  background-color: var(--color1);
  margin-left: auto;
  margin-right: auto;
}
.section4 .son3 .info .date {
  color: #fff;
  text-align: center;
  margin-bottom: 10px;
  font-size: 15px;
  line-height: 1.2;
}
.section4 .son4 {
  grid-area: span 1 / span 2 / span 1 / span 2;
  overflow: hidden;
  text-decoration: none;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.section4 .son4:hover .bj {
  opacity: 1;
}
.section4 .son4:hover .txt {
  transform: translateY(0);
  opacity: 1;
}
.section4 .son4 .img {
  width: 100%;
  height: 100%;
  position: relative;
}
.section4 .son4 .txt {
  position: absolute;
  color: #fff;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 40px;
  transition: all 0.5s ease;
  transform: translateY(100px);
  opacity: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.section4 .son4 .txt h2 {
  font-size: 35px;
  margin-top: 10px;
  margin-bottom: 10px;
  line-height: 1.2;
  font-weight: normal;
}
.section4 .son4 .txt p {
  font-size: 16px;
  line-height: 1.8;
}
.section4 .son5 {
  grid-area: span 1 / span 2 / span 1 / span 2;
  overflow: hidden;
  text-decoration: none;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.section4 .son5:hover .bj {
  opacity: 1;
}
.section4 .son5:hover .txt {
  transform: translateY(0);
  opacity: 1;
}
.section4 .son5 .img {
  width: 100%;
  height: 100%;
  position: relative;
}
.section4 .son5 .txt {
  position: absolute;
  color: #fff;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 40px;
  transition: all 0.5s ease;
  transform: translateY(100px);
  opacity: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.section4 .son5 .txt h2 {
  font-size: 35px;
  margin-top: 10px;
  margin-bottom: 10px;
  line-height: 1.2;
  font-weight: normal;
}
.section4 .son5 .txt p {
  font-size: 16px;
  line-height: 1.8;
}

.section5 {
  display: flex;
}
.section5 .txt {
  width: 50%;
  padding-left: 100px;
  padding-right: 120px;
  padding-top: 130px;
  padding-bottom: 130px;
}
.section5 .txt .h3 {
  font-size: 17px;
  line-height: 1;
  color: var(--color);
  font-weight: normal;
}
.section5 .txt .h2 {
  font-size: 38px;
  line-height: 1.2;
  color: #fff;
  margin-top: 20px;
  margin-bottom: 10px;
  font-weight: normal;
}
.section5 .txt .hr {
  width: 50%;
  height: 2px;
  margin-top: 10px;
  margin-bottom: 10px;
  background-color: var(--color1);
  margin-top: 15px;
  margin-bottom: 15px;
}
.section5 .txt .con {
  color: #fff;
}
.section5 .txt .con p {
  margin-bottom: 20px;
}
.section5 .txt .but a {
  background-color: var(--color1);
  border-color: var(--color1);
  color: #272727;
}
.section5 .txt .but a:hover {
  background-color: transparent;
  color: var(--color1);
}
.section5 .img {
  width: 50%;
  font-size: 0;
  position: relative;
  overflow: hidden;
}
.section5 .img:hover img {
  transform: scale(1.05);
}
.section6 {
  padding: 15px;
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
}
.section6 .mySwiper2 {
  width: 100%;
}
.section6 .son {
  width: calc(100% / 5 - 15px * (5 - 1) / 5);
}
.section6 .son:hover img {
  transform: scale(1.1);
}
.section6 .img {
  display: block;
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 0;
  padding-bottom: 75%;
}
.section6 .img:hover img {
  transform: scale(1.05);
}
.section7 {
  padding-top: 140px;
  padding-bottom: 140px;
}
.section7 .txt {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}
.section7 .h3 {
  text-align: center;
  margin-bottom: 10px;
  text-transform: uppercase;
  font-size: 18px;
  line-height: 1.5;
  color: var(--color);
  font-weight: normal;
}
.section7 .h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 52px;
  line-height: 58px;
  font-weight: normal;
  text-align: center;
  color: #fff;
}
.section7 .hr {
  width: 45%;
  height: 2px;
  margin-top: 10px;
  margin-bottom: 10px;
  background-color: var(--color1);
  margin-top: 25px;
  margin-bottom: 15px;
  margin-left: auto;
  margin-right: auto;
}
.section7 .con {
  text-align: center;
  color: #fff;
}
.section7 .con p {
  margin-bottom: 20px;
}

.section8 {
  background-color: #fff;
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  padding-top: 100px;
  padding-bottom: 100px;
}
.section8 .grid {
  display: grid;
  grid-column-gap: 80px;
  grid-row-gap: 30px;
  grid-template: ". ."/2.5fr 1fr;
}
.section8 .l {
  border: 1px solid #eee;
  padding: 45px 50px 50px;
}
.section8 .l h2 {
  margin-bottom: 15px;
  font-weight: 400;
  line-height: 1;
  font-size: 74px;
  color: #272727;
  text-transform: uppercase;
}
.section8 .l p {
  opacity: 0.6;
  line-height: 2;
  font-size: 14px;
  margin-bottom: 40px;
}
.section8 .l form {
  display: flex;
  flex-direction: column;
  gap: 25px;
}
.section8 .l label {
  display: flex;
  flex-direction: column;
}
.section8 .l span {
  text-transform: uppercase;
  margin-bottom: 10px;
  font-size: 12px;
  font-weight: 500;
  line-height: 20px;
}
.section8 .l input {
  border: 1px solid #e4e4e4;
  padding: 0 20px;
  height: 45px;
  transition: all 0.5s ease;
}
.section8 .l input:focus {
  border-color: #434343;
}
.section8 .l textarea {
  border: 1px solid #e4e4e4;
  min-height: 200px;
  padding: 12px 20px;
  transition: all 0.5s ease;
}
.section8 .l textarea:focus {
  border-color: #434343;
}
.section8 .l button {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  border-radius: 0;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  text-decoration: none;
  transition: background-color 0.4s, opacity 0.4s, color 0.4s;
}
.section8 .r .box {
  margin-bottom: 30px;
}
.section8 .r h3 {
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-size: 12px;
  font-weight: 500;
  line-height: 20px;
}
.section8 .r .con {
  opacity: 0.6;
}

.section9 {
  background-image: url("../image/bj4.jpg");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  padding-top: 60px;
  padding-bottom: 100px;
}
.section9 .box {
  padding: 60px 140px;
  border: 7px solid var(--color);
  background-image: linear-gradient(rgba(39, 39, 39, 0.85), rgba(39, 39, 39, 0.85)), url("../image/bj2.jpg");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.section9 .box + .box {
  margin-top: 160px;
}
.section9 h2 {
  text-align: center;
  margin-top: 10px;
  margin-bottom: 5px;
  line-height: 1.1;
  font-size: 48px;
  color: #fff;
  letter-spacing: 5px;
  font-weight: 700;
}
.section9 .hr {
  width: 45%;
  height: 2px;
  margin-top: 10px;
  margin-bottom: 10px;
  background-color: var(--color1);
}
.section9 h4 {
  font-size: 16px;
  color: #fff;
  margin-top: 20px;
  font-weight: normal;
}
.section9 .son {
  margin-top: 40px;
  width: 100%;
}
.section9 .son1 {
  color: #fff;
  padding: 10px;
  transition: all 0.5s ease;
  margin-bottom: 10px;
  display: flex;
  align-items: flex-start;
  gap: 30px;
}
.section9 .son1:hover {
  background-color: rgba(39, 39, 39, 0.8);
}
.section9 .son1 h3 {
  flex-shrink: 0;
  font-size: 16px;
  line-height: 35px;
  background-color: var(--color);
  color: #333;
  border-radius: 35px;
  padding: 0 15px;
}
.section9 .son1 .p {
  flex-grow: 1;
  line-height: 35px;
}
.section9 .son1 .p h5 {
  font-size: 16px;
}
.section9 .son1 span {
  flex-shrink: 0;
  line-height: 35px;
  font-weight: 700;
}

.section10 {
  padding-top: 60px;
  padding-bottom: 100px;
}
.section10 h2 {
  text-align: center;
  margin-top: 10px;
  margin-bottom: 5px;
  line-height: 1.1;
  font-size: 40px;
  color: #fff;
  padding-bottom: 120px;
}

.section11 {
  padding-top: 60px;
  padding-bottom: 100px;
}
.section11 h2 {
  text-align: center;
  margin-top: 10px;
  margin-bottom: 5px;
  line-height: 1.1;
  font-size: 40px;
  color: #fff;
  padding-bottom: 120px;
}

.section12 {
  padding-top: 60px;
  padding-bottom: 100px;
  background-color: #fff;
}
.section12 h2 {
  text-align: center;
  margin-top: 10px;
  margin-bottom: 5px;
  line-height: 1.1;
  font-size: 40px;
  padding-bottom: 120px;
}

.section13 {
  padding-top: 60px;
  padding-bottom: 100px;
  background-color: #fff;
}
.section13 h2 {
  text-align: center;
  margin-top: 10px;
  margin-bottom: 5px;
  line-height: 1.1;
  font-size: 40px;
}
.section13 .p {
  margin-top: 20px;
  font-size: 15px;
  text-align: center;
  margin-bottom: 80px;
}
.section13 form {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
.section13 form label {
  width: calc(100% / 3 - 20px * (3 - 1) / 3);
  display: flex;
  flex-direction: column;
}
.section13 form .w100 {
  width: 100%;
}
.section13 form span {
  margin-bottom: 10px;
}
.section13 form input,
.section13 form select {
  height: 40px;
  width: 100%;
  padding: 0 10px;
  border: 1px solid #333;
}
.section13 form button {
  background-color: var(--color1);
  border-color: var(--color1);
  color: #272727;
  margin-top: 30px;
  margin-left: auto;
  margin-right: auto;
  max-width: 200px;
}
.section13 form button:hover {
  background-color: transparent;
  /*color: var(--color1);*/
}

.section14 {
  padding-top: 60px;
  padding-bottom: 100px;
  background-color: #fff;
}
.section14 h2 {
  margin-top: 10px;
  margin-bottom: 5px;
  line-height: 1.1;
  font-size: 40px;
}
.section14 .p {
  margin-top: 20px;
  font-size: 15px;
}
.section14 .but {
  position: sticky;
  top: var(--nav_height);
  z-index: 10;
  background-color: #fff;
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 15px;
}
.section14 .but .h2,
.section14 .but .h3 {
  font-weight: bold;
  color: var(--color2);
}
.section14 button {
  background-color: var(--color1);
  border-color: var(--color1);
  color: #272727;
  margin-top: 15px;
  margin-left: 15px;
  margin-bottom: 15px;
  max-width: 200px;
  line-height: 40px;
  cursor: pointer;
  display: block;
}
.section14 .title {
  /*color: var(--color1);*/
  font-size: 20px;
  line-height: 1;
  font-weight: bold;
}
.section14 .flex_3 {
  margin-top: 25px;
  margin-bottom: 25px;
}
.section15 {
  padding-top: 60px;
  padding-bottom: 100px;
}
.section15 .title {
  color: #fff;
  text-align: center;
  margin-top: 10px;
  margin-bottom: 5px;
  line-height: 1.1;
  font-size: 40px;
  padding-bottom: 120px;
}
.section15 .con {
  color: #fff;
  font-size: 16px;
}
.cookie-consent {
  background-color: #fff;
  position: sticky;
  bottom: 0;
  z-index: 99;
}
.cookie-consent .min-container {
  padding-top: 16px;
  padding-bottom: 16px;
  display: flex;
  justify-content: space-between;
}
.cookie-consent .content {
  max-width: 790px;
}
.cookie-consent .content .title {
  color: #131313;
  font-weight: 500;
  font-size: 16px;
  line-height: 28px;
  margin-bottom: 8px;
}
.cookie-consent .content .description {
  color: #545454;
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 8px;
}
.cookie-consent .content .description a {
  color: #545454;
  text-decoration: underline;
}
.cookie-consent .btn-container {
  display: flex;
  align-items: center;
  gap: 20px;
}
.cookie-consent .btn-container button {
  padding: 20px;
  border: 1px solid #bfbfbf;
  transition: all 0.3s;
}
.cookie-consent .btn-container button + button {
  background-color: var(--color2);
  border-color: var(--color2);
  color: #fff;
}
.cookie-consent .btn-container button:hover {
  background-color: var(--color2);
  border-color: var(--color2);
  color: #fff;
}
@media screen and (max-width: 768px) {
  .cookie-consent .min-container {
    flex-direction: column;
    margin-top: 10px;
  }
  .cookie-consent .btn-container {
    justify-content: center;
  }
  .header .date {
    display: none;
  }
  .header .mobile {
    display: flex;
    align-items: center;
  }
  .header {
    padding: 10px 15px;
  }
  .header .logo img {
    height: 75%;
    margin-right: 5px;
  }
  .header .logo p {
    font-size: 16px;
  }
  .header .nav {
    flex-direction: column;
    height: 100%;
    position: fixed;
    top: var(--nav_height);
    right: 0;
    bottom: 0;
    background: rgb(0, 0, 0, 0.7);
    width: 0;
    overflow: hidden;
    overflow-y: auto;
    white-space: nowrap;
    opacity: 0;
    transition: all 0.3s;
  }
  .header .nav.on {
    width: 100%;
    opacity: 1;
  }
  .header .nav .menu {
    flex-grow: 0;
    display: flex;
    flex-wrap: wrap;
  }
  .header .nav .mobile_box {
    flex-grow: 1;
    display: block;
  }
  .header .nav .tit {
    padding: 0px;
    line-height: 45px;
    height: 45px;
    width: 100%;
    display: flex;
  }
  #banner_1 .txt {
    width: 100%;
    padding: 15px;
  }
  #banner_1 .txt h2 {
    font-size: 48px;
  }
  #banner_1 .txt h3,
  #banner_1 .txt h4 {
    font-size: 18px;
  }
  #banner_1 .txt .but a {
    font-size: 14px;
  }
  .section1 .grid {
    grid-template-columns: 1fr;
    text-align: center;
  }
  .section1,
  .section2,
  .section4 {
    padding-left: 15px;
    padding-right: 15px;
  }
  .section2 h2 {
    font-size: 28px;
    line-height: 40px;
    letter-spacing: 0px;
  }
  .section2 p {
    letter-spacing: 0px;
    font-size: 18px;
  }
  .section4 {
    grid-template-rows: 1fr;
    grid-template-columns: 1fr;
  }
  .section4 .son1,
  .section4 .son2,
  .section4 .son3,
  .section4 .son4,
  .section4 .son5 {
    grid-area: auto;
  }
  .section4 .son1 .txt,
  .section4 .son2 .txt,
  .section4 .son3 {
    position: relative;
    padding: 30px;
  }
  .section4 .son1 .txt h2,
  .section4 .son1 .txt p {
    width: 100%;
    margin: 0;
  }
  .section4 .son1 .txt h2 {
    font-size: 28px;
  }
  .section4 .son1 .img {
    height: 100%;
    padding-bottom: 0;
    position: absolute;
  }
  .section4 .son2 .txt {
    position: relative;
  }
  .section4 .son2 .img {
    position: absolute;
  }
  .section4 .son3 .con {
    margin-bottom: 20px;
    font-size: 18px;
  }
  .section4 .son3 .info .price {
    font-size: 16px;
  }
  .section4 .son3 .info p {
    font-size: 14px;
  }
  .section5 {
    flex-direction: column;
    padding: 50px 0;
  }
  .section5 .txt,
  .section5 .img {
    width: 100%;
  }
  .section5 .txt {
    padding: 15px;
  }
  .section5 .img img {
    position: relative;
  }
  .section5 .txt .h3 {
    font-size: 15px;
  }
  .section5 .txt .h2 {
    font-size: 28px;
    margin-top: 15px;
  }
  .section5 .txt .con p {
    margin-bottom: 10px;
  }
  .section7 {
    padding-top: 50px;
    padding-bottom: 50px;
    padding-left: 15px;
    padding-right: 15px;
  }
  .section7 .h2 {
    font-size: 28px;
    line-height: 40px;
    letter-spacing: 0px;
  }
  footer {
    gap: 10px;
    padding-left: 15px;
    padding-right: 15px;
  }
  .footer_top,
  .footer_bottom {
    width: 100%;
  }
  .footer_top .son {
    width: 100%;
  }
  .footer_top h2 {
    font-size: 17px;
    padding: 0;
  }
  .footer_bottom .img {
    margin-bottom: 10px;
  }
  .section9 .box {
    padding: 20px;
  }
  .section9 h2 {
    font-size: 28px;
    letter-spacing: 2px;
  }
  .section9 h4 {
    font-size: 14px;
    text-align: center;
  }
  .section9 .son1 {
    gap: 20px;
    margin-bottom: 20px;
    padding: 0;
  }
  .section9 .son1 h3 {
    line-height: 30px;
    font-size: 14px;
  }
  .section9 .son1 .p h5 {
    font-size: 15px;
    line-height: 30px;
    word-break: break-all;
  }
  .section9 .son1 span,
  .section9 .son1 .p {
    line-height: 30px;
  }
  .section10 h2,
  .section11 h2,
  .section12 h2,
  .section15 .title {
    font-size: 28px;
    padding-bottom: 50px;
  }
  .flex_1 {
    gap: 60px;
  }
  .flex_1 .son,
  .flex_1 .son:nth-child(2n) {
    flex-direction: column;
  }
  .flex_1 .txt,
  .flex_1 .img {
    width: 100%;
  }
  .flex_1 .txt,
  .flex_1 .son:nth-child(2n) .txt {
    padding: 0;
    padding-bottom: 30px;
  }
  .flex_1 .txt h3 {
    font-size: 18px;
  }
  .flex_1 .img::before,
  .flex_1 .son:nth-child(2n) .img::before {
    height: 100%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .section10,
  .section11,
  .section12,
  .section8,
  .section13,
  .section14,
  .section15 {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .flex_2 .son {
    width: 100%;
  }
  .section8 .grid {
    display: flex;
    flex-direction: column;
  }
  .section8 .l h2 {
    font-size: 28px;
  }
  .section8 .l {
    width: 100%;
    padding: 20px;
  }
  .section13 h2 {
    font-size: 28px;
  }
  .section13 .p {
    margin-bottom: 60px;
  }
  .section13 form label {
    width: 100%;
  }
  .section13 form button {
    margin-top: 10px;
  }
  .flex_3 .son {
    width: 100%;
  }
  .flex_3 .an {
    transform: translate(30%, -30%);
  }
  .section14 .but {
    gap: 10px;
  }
  .section14 .but .h2,
  .section14 .but .h3 {
    font-size: 14px;
  }
  .section14 button {
    font-size: 13px;
  }
  .section14 h2 {
    font-size: 28px;
  }
  #banner_2 img {
    min-height: 200px;
  }
  .header .sprache {
    display: none;
  }
}
