@font-face {
  font-family: "Ubuntu-R";
  src: url("fonts/Ubuntu-R.ttf");
}
@font-face {
  font-family: "Ubuntu-B";
  src: url("fonts/Ubuntu-B.ttf");
}
@font-face {
  font-family: "Ubuntu-M";
  src: url("fonts/Ubuntu-M.ttf");
}
@font-face {
  font-family: "Arial";
  src: url("fonts/ARIAL.TTF");
}
body {
  padding: 0;
  margin: 0;
  font-family: "Ubuntu-R";
}

h1,
h2,
h3,
h4,
h5,
p {
  margin: 0;
  padding: 0;
}

* {
  box-sizing: border-box;
}

input:focus {
  outline: none;
}

.wrapper {
  max-width: 1357px;
  margin: auto;
  padding-left: 15px;
  padding-right: 15px;
}

img {
  max-width: 100%;
}

.disable_scroll {
  overflow: hidden;
  position: absolute;
  left: 0;
  right: 0;
}

a {
  transition: all ease 0.5s;
}
a:hover {
  color: #b2783b;
}

nav {
  background: #333333;
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  z-index: 10;
  box-shadow: 0px 0px 30px -1px rgba(0, 0, 0, 0.68);
}
nav .elements {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 39px;
}
nav .logo {
  padding-top: 0px;
  position: relative;
  z-index: 4;
  display: flex;
  text-decoration: unset;
  align-items: center;
  justify-content: center;
  gap: 8px;
}
nav .logo p {
  color: #a9bc5e;
  font-size: 14px;
  letter-spacing: 2.9px;
}
nav .insta {
  position: relative;
  z-index: 4;
}
nav ul {
  display: flex;
  padding: 0;
  list-style-type: none;
  gap: 44px;
  position: absolute;
  left: 200px;
  right: 200px;
  justify-content: center;
}
nav ul li a {
  font-family: "Ubuntu-R";
  text-decoration: unset;
  color: #ffffff;
  font-size: 14px;
  letter-spacing: 2.6px;
  transition: all ease 0.5s;
}
nav ul li .active {
  color: #b2783b;
}
nav ul li a:hover {
  color: #b2783b;
}
nav .right {
  display: flex;
  align-items: center;
  gap: 15px;
}
nav .right img {
  display: block;
}
nav .right .lines {
  display: none;
}

.hero-sec {
  margin-top: 39px;
}
.hero-sec .main-img {
  min-height: calc(100vh - 462px);
  background: url("../img/hero.png") no-repeat center center;
  background-size: cover;
}
.hero-sec p {
  text-align: right;
  font-size: 10px;
  font-family: "Arial";
  color: #666666;
  margin-top: 8px;
  padding-right: 2px;
  letter-spacing: 0.25px;
}

.home-s1 {
  border-top: 1px solid #6e98c3;
  margin-top: 13px;
  padding-top: 12px;
  padding-bottom: 24px;
}
.home-s1 .boxes {
  display: flex;
  justify-content: space-between;
}
.home-s1 .boxes .left {
  background-color: #eaeaea;
  padding: 5px 19px;
  width: 100%;
  max-width: 345px;
  border-radius: 10px;
  padding-bottom: 20px;
}
.home-s1 .boxes .left h2 {
  font-family: "Ubuntu-M";
  letter-spacing: 1px;
  font-size: 20px;
}
.home-s1 .boxes .left ul {
  padding: 0;
  list-style-type: none;
  margin-top: 33px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.home-s1 .boxes .left ul li a {
  position: relative;
  display: block;
  padding-left: 43px;
  font-family: "Arial";
  font-size: 12px;
  color: #333333;
  letter-spacing: 0.6px;
  line-height: 160%;
}
.home-s1 .boxes .left ul li a:hover {
  color: #b2783b;
}
.home-s1 .boxes .left ul li a img {
  position: absolute;
  left: 0;
  top: 0;
}
.home-s1 .boxes .right {
  max-width: calc(100% - 368px);
  border-left: 1px solid #6e98c3;
  padding-left: 22px;
}
.home-s1 .boxes .right h2 {
  font-family: "Ubuntu-M";
  font-size: 28px;
  color: #e25746;
  letter-spacing: 1.4px;
  margin-top: -4px;
}
.home-s1 .boxes .right p {
  font-family: "Arial";
  color: #333333;
  font-size: 12px;
  line-height: 166%;
  margin-top: 8px;
}
.home-s1 .boxes .right p a {
  color: #4271a1;
  text-decoration: unset;
}

footer {
  background-color: #eaeaea;
  padding-top: 7px;
  padding-bottom: 20px;
  border-top: 1px solid #656565;
}
footer .row1 {
  display: flex;
  justify-content: space-between;
}
footer .row1 .left {
  flex: 1;
  margin-top: -4px;
}
footer .row1 .left ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
  display: flex;
  justify-content: space-between;
  padding-right: 13px;
}
footer .row1 .left ul li a {
  font-family: "Ubuntu-B";
  text-decoration: unset;
  font-size: 11px;
  color: #403f3f;
  letter-spacing: 1px;
  transition: all ease 0.5s;
}
footer .row1 .left ul li a:hover {
  color: #6e98c3;
}
footer .row1 .left ul li .active {
  color: #6e98c3;
}
footer .row1 .left ul li .downlist {
  display: flex;
  flex-direction: column;
  margin-top: 7px;
  gap: 5px;
  margin-right: -80px;
}
footer .row1 .left ul li .downlist a {
  font-family: "Ubuntu-R";
  font-size: 10px;
  letter-spacing: 0.2px;
}
footer .row1 .right {
  gap: 15px;
  align-items: center;
  display: flex;
  border-left: 1px solid #656565;
  padding-left: 13px;
}
footer .last-line {
  border-top: 2px solid #656565;
  border-bottom: 2px solid #656565;
  margin-top: 9px;
  padding-top: 6px;
  padding-bottom: 4px;
}
footer .last-line p {
  font-family: "Ubuntu-R";
  font-size: 10px;
  color: #000000;
  display: flex;
  justify-content: space-between;
  letter-spacing: 0.5px;
  align-items: center;
}

.main-tit {
  color: #1a1a1a;
  font-family: "Ubuntu-R";
  font-size: 52px;
  letter-spacing: 0.5px;
}

.pt-def {
  padding-top: 87px;
  margin-top: 39px;
}

.mb-def {
  margin-bottom: 39px;
}

.box-aktivitaten {
  min-height: 30px;
  background-color: #eff3f8;
  display: flex;
}
.box-aktivitaten .img-place {
  background-color: #c36e7c;
  position: relative;
}
.box-aktivitaten .img-place h4 {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 28px;
  font-size: 30px;
  color: #ffffff;
  font-family: "Ubuntu-R";
  line-height: 140%;
}
.box-aktivitaten .img-place h4 .sm {
  font-size: 25.42px;
}
.box-aktivitaten .img-place img {
  display: block;
}
.box-aktivitaten .right-cont {
  padding: 18px 32px;
  max-width: calc(100% - 310px);
}
.box-aktivitaten .right-cont h3 {
  font-size: 20px;
  color: #333333;
  font-family: "Ubuntu-M";
  letter-spacing: 1px;
}
.box-aktivitaten .right-cont p {
  font-size: 14px;
  color: #000000;
  font-family: "Arial";
  letter-spacing: 0.15px;
  margin-top: 4px;
  line-height: 210%;
}
.box-aktivitaten .right-cont p a {
  text-decoration: unset;
  color: #4271a1;
}

.aktivitaten-sec {
  padding-bottom: 50px;
}
.aktivitaten-sec .line {
  width: 100%;
  height: 1px;
  background-color: #a9bc5e;
  margin-top: 26px;
  margin-bottom: 26px;
}

.row-c {
  display: flex;
  justify-content: space-between;
}
.row-c .l {
  width: calc(50% - 10px);
}
.row-c .r {
  width: calc(50% - 10px);
}

.row-c-l-sm .l {
  width: calc(35% - 10px);
}
.row-c-l-sm .r {
  width: calc(65% - 10px);
}

.h3-def {
  font-size: 30px;
  color: #333333;
  font-family: "Ubuntu-M";
  letter-spacing: 1.6px;
}

.h3-def2 {
  font-size: 18px;
  color: #666666;
  font-family: "Ubuntu-R";
  letter-spacing: 0.2px;
}

.h2-def {
  font-size: 20px;
  color: #333333;
  font-family: "Ubuntu-M";
  letter-spacing: 1px;
  margin-top: 4px;
}

.h2-def-bigger {
  font-size: 24px;
  color: #333333;
  font-family: "Ubuntu-M";
  letter-spacing: 1px;
  margin-top: 4px;
}

.p-def {
  font-size: 14px;
  color: #000000;
  font-family: "Arial";
  letter-spacing: 0.15px;
  margin-top: 6px;
  line-height: 214%;
}
.p-def a {
  color: #4271a1;
  text-decoration: unset;
}

.p-def-sm {
  color: #666666;
  font-size: 11px;
}

.edition-sec {
  padding-bottom: 100px;
}

.impressum-sec {
  padding-bottom: 43px;
  position: relative;
  overflow: hidden;
}
.impressum-sec .big-logo {
  position: absolute;
  bottom: 0;
  left: calc(50% - 665px);
}
.impressum-sec .big-logo3 {
  position: absolute;
  top: 0;
  right: calc(50% - 665px);
}
.impressum-sec .wrapper {
  position: relative;
  z-index: 2;
}

.min-h-full {
  min-height: calc(100vh - 161px);
}

.top-subnav {
  position: absolute;
  top: 39px;
  left: 0;
  right: 0;
}
.top-subnav ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 25px;
}
.top-subnav ul li a {
  color: #111111;
  font-family: "Ubuntu-R";
  font-size: 13px;
  text-decoration: none;
  letter-spacing: 2.5px;
  padding: 22px 0;
  display: block;
  position: relative;
  z-index: 2;
  transition: all ease 0.5s;
}
.top-subnav ul li a:hover {
  color: #b2783b;
}
.top-subnav ul li .active {
  color: #b2783b;
}

.publikationen-box {
  border-bottom: 1px solid #a9bc5e;
  display: flex;
  padding-top: 20px;
  padding-bottom: 20px;
  justify-content: space-between;
}
.publikationen-box .l {
  width: 230px;
  display: flex;
  align-items: start;
  justify-content: center;
}
.publikationen-box .r {
  width: calc(100% - 250px);
}
.publikationen-box h4 {
  font-size: 14px;
  color: #333333;
  font-family: "Ubuntu-M";
  line-height: 150%;
}
.publikationen-box h3 {
  font-size: 20px;
  color: #333333;
  font-family: "Ubuntu-M";
  line-height: 150%;
}
.publikationen-box h2 {
  font-size: 30px;
  color: #333333;
  font-family: "Ubuntu-M";
  line-height: 150%;
}

.text-r {
  text-align: right;
  margin-top: 15px;
}

.teambox {
  display: flex;
  padding-top: 50px;
  padding-bottom: 50px;
  justify-content: space-between;
}
.teambox .l {
  width: 370px;
  display: flex;
  align-items: start;
  justify-content: center;
}
.teambox .r {
  width: calc(100% - 380px);
}/*# sourceMappingURL=style.css.map */