@import url('https://fonts.googleapis.com/css2?family=Jost:ital,wght@0,100..900;1,100..900&family=Roboto:wght@400;500;700&display=swap');
@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Jost:wght@300;400;500;600;700&display=swap");

/*@font-face {
  font-family: "Futura";
  src: url("../assets/fonts/Futura/FuturaRenner-Regular.eot");
  src: url("../assets/fonts/Futura/FuturaRenner-Regular.eot?#iefix")
      format("embedded-opentype"),
    url("../assets/fonts/Futura/FuturaRenner-Regular.woff2") format("woff2"),
    url("../assets/fonts/Futura/FuturaRenner-Regular.woff") format("woff"),
    url("../assets/fonts/Futura/FuturaRenner-Regular.ttf") format("truetype"),
    url("../assets/fonts/Futura/FuturaRenner-Regular.svg#Verdana-Bold")
      format("svg");
  font-style: normal;
  font-display: swap;
}*/

@font-face {
  font-family: "Helvetica";
  src: url("../assets/fonts/Helvetica/Helvetica.eot");
  src: url("../assets/fonts/Helvetica/Helvetica.eot?#iefix")
      format("embedded-opentype"),
    url("../assets/fonts/Helvetica/Helvetica.woff2") format("woff2"),
    url("../assets/fonts/Helvetica/Helvetica.woff") format("woff"),
    url("../assets/fonts/Helvetica/Helvetica.ttf") format("truetype"),
    url("../assets/fonts/Helvetica/Helvetica.svg") format("svg");
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Helvetica";
  src: url("../assets/fonts/Helvetica/Helvetica-Bold.eot");
  src: url("../assets/fonts/Helvetica/Helvetica-Bold.eot?#iefix")
      format("embedded-opentype"),
    url("../assets/fonts/Helvetica/Helvetica-Bold.woff2") format("woff2"),
    url("../assets/fonts/Helvetica/Helvetica-Bold.woff") format("woff"),
    url("../assets/fonts/Helvetica/Helvetica-Bold.ttf") format("truetype"),
    url("../assets/fonts/Helvetica/Helvetica-Bold.svg") format("svg");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Verdana";
  src: url("../assets/fonts/Verdana-Bold.eot");
  src: url("../assets/fonts/Verdana-Bold.eot?#iefix") format("embedded-opentype"),
    url("../assets/fonts/Verdana-Bold.woff2") format("woff2"),
    url("../assets/fonts/Verdana-Bold.woff") format("woff"),
    url("../assets/fonts/Verdana-Bold.ttf") format("truetype"),
    url("../assets/fonts/Verdana-Bold.svg#Verdana-Bold") format("svg");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Verdana";
  src: url("../assets/fonts/Verdana.eot");
  src: url("../assets/fonts/Verdana.eot?#iefix") format("embedded-opentype"),
    url("../assets/fonts/Verdana.woff2") format("woff2"),
    url("../assets/fonts/Verdana.woff") format("woff"),
    url("../assets/fonts/Verdana.ttf") format("truetype"),
    url("../assets/fonts/Verdana.svg#Verdana") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Verdana";
  src: url("../assets/fonts/Verdana-BoldItalic.eot");
  src: url("../assets/fonts/Verdana-BoldItalic.eot?#iefix")
      format("embedded-opentype"),
    url("../assets/fonts/Verdana-BoldItalic.woff2") format("woff2"),
    url("../assets/fonts/Verdana-BoldItalic.woff") format("woff"),
    url("../assets/fonts/Verdana-BoldItalic.ttf") format("truetype"),
    url("../assets/fonts/Verdana-BoldItalic.svg#Verdana-BoldItalic") format("svg");
  font-weight: bold;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: "Verdana";
  src: url("../assets/fonts/Verdana-Italic.eot");
  src: url("../assets/fonts/Verdana-Italic.eot?#iefix") format("embedded-opentype"),
    url("../assets/fonts/Verdana-Italic.woff2") format("woff2"),
    url("../assets/fonts/Verdana-Italic.woff") format("woff"),
    url("../assets/fonts/Verdana-Italic.ttf") format("truetype"),
    url("../assets/fonts/Verdana-Italic.svg#Verdana-Italic") format("svg");
  font-weight: normal;
  font-style: italic;
  font-display: swap;
}

/* Basic Reset */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
body {
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    font-style: normal;
    color: #fff;
}
h1, h2, h3, h4 {
    font-family: "Jost", sans-serif;
    font-weight: 500;
    font-style: normal;
}
.logo {
    text-align: center;
}
.logo img {
    width: 190px;
}
.slider-top {
    height: 100vh;
    background: #000;
}
.site-header {
    position: absolute;
    width: 100%;
    z-index: 10;
}
.container {
    padding: 0 40px;
    max-width: 2000px;
    margin: auto;
    width: 100%;
}
.header-wrapper {
    padding: 25px 0 0;
}
.menu-content {
    position: fixed;
    right: 35px;
    top: 30px;
}
.header-wrapper .menu-content .menu-sidebar {
    position: fixed;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 9;
    height: 100vh;
    max-width: 441px;
    box-shadow: rgba(0, 0, 0, 0.5) 0px 0px 25px;
    border-color: rgb(216, 221, 228);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border-width: 0px;
    padding: 58px 80px 20px 70px;
    transform: translateX(200%);
    overflow-y: auto;
    transition: transform 0.8s;
}
.header-wrapper .menu-content .hamburger-icon {
    z-index: 10;
    position: relative;
    display: block;
    width: 39px;
    cursor: pointer;
}
.open-menu .header-wrapper .menu-content .menu-sidebar {
    transform: translateX(0%);
    transition: transform 0.8s;
}
.open-menu .header-wrapper .menu-content .hamburger-icon span.hamburger-line.first {
    transform: rotate(-45deg);
}
.open-menu .header-wrapper .menu-content .hamburger-icon span.hamburger-line.middle {
    opacity: 0;
    transition: none;
}
.open-menu .header-wrapper .menu-content .hamburger-icon span.hamburger-line.last {
    transform: rotate(45deg);
    transition: transform 0.5s;
    transform-origin: center right;
}
.header-wrapper .menu-content .hamburger-icon span.hamburger-line {
    width: 39px;
    height: 2px;
    background: #fff;
    border-radius: 2px;
    display: block;
    margin-bottom: 8px;
}
.header-wrapper .menu-content .hamburger-icon span.hamburger-line.first,
.header-wrapper .menu-content .hamburger-icon span.hamburger-line.last {
    transition: transform 0.5s;
    transform-origin: center right;
}
.header-wrapper .menu-content .hamburger-icon span.hamburger-line.middle {
    transition: opacity 0.5s;
}
.cookie-popup {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(232, 235, 237, 0.8);
    color: white;
    text-align: center;
    display: none;
    justify-content: center;
    align-items: center;
    z-index: 15;
    color: #000;
}
.cookie-ok {
    padding: 30px 250px 40px 100px;
    min-height: 122px;
}
.cookie-popup-content p {
    margin-bottom: 0;
    font-size: 18px;
    line-height: 26px;
    color: #000;
    text-align: left;
}
.link_privacy {
    color: #000;
    text-decoration: none;
}
.link_privacy:hover span {
    text-decoration: underline;
}
content .hamburger-icon span.hamburger-line.last {
    margin-bottom: 0;
}
.open-menu .header-wrapper .menu-content .hamburger-icon span.hamburger-line {
    width: 39px;
    margin-bottom: 12px;
}
.header-wrapper .menu-content .menu-sidebar .menu-wrapper {
    display: flex;
    flex-direction: column;
    padding: 0;
}
.header-wrapper .menu-content .menu-sidebar .menu-wrapper li {
    padding: 0 0 3px 0;
    overflow: hidden;
}
.header-wrapper .menu-content .menu-sidebar .menu-wrapper a {
    font-size: 36px;
    color: #fff;
    text-decoration: none;
    position: relative;
    padding: 2px 0;
    overflow: hidden;
    transition: transform 0.5s;
    font-weight: 500;
    font-family: "Jost", sans-serif;
}
.header-wrapper .menu-content .menu-sidebar .menu-wrapper a:after {
    content: "";
    transform: translateX(-150%);
    width: 100%;
    height: 3px;
    background: rgb(232, 235, 237);
    position: absolute;
    bottom: 4px;
    left: 0;
    transition: 0.5s;
}
.header-wrapper .menu-content .menu-sidebar .menu-wrapper a:hover:after {
    width: 100%;
    transform: translateX(0);
}
.header-wrapper .menu-content .menu-sidebar .menu-button-container {
    display: none;
}
.cookie-popup-content {
    margin: 0 auto;
}
.cookie-button {
    background-color: rgb(59, 93, 44);
    color: white;
    border: 1px solid #fff;
    border-radius: 4px;
    cursor: pointer;
    position: absolute;
    right: 60px;
    top: 45px;
    width: 141px;
    font-family: Futura, Verdana, sans-serif;
    font-size: 18px;
    height: 57px;
}
.slider-top {
    min-height: 100vh;
}
.swiper {
    height: 100%;
}
.swiper-slide {
    position: relative;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.content-wrapper {
    position: absolute;
    width: 100%;
    top: 50%;
    transform: translateY(-50%);
    pointer-events: auto;
    z-index: 3;
}
.slider-banner-txt .content-wrapper {
    top: 0;
    transform: none;
    display: flex;
    align-items: center;
    justify-content: center;
}
.slider-banner-txt .swiper-slide-active .content-slider {
    opacity: 1;
    /*transition: opacity 2s ease-in-out;*/
   /* transition-delay: 3s;*/
}
/*.slider-banner-txt .swiper-slide-active .content-slider.content-slider-1 {
   transition-delay: .5s;
}
.slider-banner-txt .content-slider {
    opacity: 0;
   transition: opacity 2s ease-in-out;
}*/
.slider-banner-txt .description {
    padding: 0;
}
.content-slider {
    max-width: 955px;
    margin: 0 auto;
    text-align: center;
}
.content-slider h3,
.content-slider .description {
    text-shadow: rgba(0, 0, 0, 0.6) 0px 0px 10px;
    font-weight: 500;
    overflow-wrap: break-word;
}
.content-slider h3 {
    font-size: 82px;
    line-height: 90px;
    margin-bottom: 10px;
}
.site-header .logo a {
    display: inline-block;
    width: 220px;
    height: 107px;
    background-image: url(../images/LOGO.svg);
    background-size: cover;
}
.site-header .logo img {
    display: none;
}
.content-slider .description {
    font-size: 22px;
    line-height: 40px;
    font-family: "Jost", sans-serif;
    max-width: 656px;
    margin: 0 auto;
}
.slider-banner .swiper-slide:after {
    content: '';
    width: 100%;
    height: 340px;
    display: block;
    background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.8));
    position: absolute;
    bottom: 0;
}
.slider-banner .swiper-slide:before {
    content: '';
    width: 100%;
    height: 317px;
    display: block;
    background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0));
    position: absolute;
    top: 0;
}
.site-footer {
    border-top: 1px solid rgb(153, 153, 153);
    overflow: hidden;
    position: relative;
    background: rgba(0, 0, 0, 0.95);
}
.footer-wrapper {
    position: relative;
    z-index: 2;
    padding: 37px 0 0 0;
}
.logo-linked {
    width: 59px;
    height: 15px;
}
.bg-footer {
    width: 100%;
    transform-origin: 50% 50%;
    position: absolute;
    height: 647px;
    transform: translateX(0) translateY(-258px) rotateY(0deg);
    position: absolute;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    overflow: visible;
    display: inline;
    z-index: 2;
    opacity: 0.05;
    background-image: url(../images/footer_bild.jpg);
}
.footer-wrapper .container {
    position: relative;
    z-index: 2;
    display: flex;
    justify-content: flex-end;
    max-width: 94.6%;
}
.footer-wrapper .logo img {
    width: 78px;
}
.footer-wrapper .logo {
    text-align: left;
    margin-bottom: 9px;
}
.content-footer {
    width: 343px;
    padding-bottom: 24px;
}
.address,
.phone a {
    font-size: 14px;
    font-weight: 500;
    color: rgb(203, 203, 203);
    line-height: 26px;
    text-decoration: none;
    font-family: "Jost", sans-serif;
}
.linked-in {
    width: 75px;
    height: 37px;
    background: rgb(232, 235, 237);
    border-radius: 6px;
    border: 1px solid rgb(216, 221, 228);
    opacity: 0.7;
    padding: 13px 8px 0;
    margin-top: 14px;
    margin-bottom: 15px;
    position: relative;
}
.linked-in a {
    text-decoration: none;
}
.page-om .description {
    padding-bottom: 0;
}
span.txt {
    color: rgb(0, 0, 0);
    font-size: 6px;
    text-decoration: none;
    font-family: "Helvetica", sans-serif;
    display: inline-block;
    position: absolute;
    top: 5px;
}
.address div {
    margin-bottom: 3px;
}
.swiper-pagination {
    display: block;
    justify-content: flex-end;
    width: auto !important;
    left: auto !important;
    right: 27px;
    bottom: 22px !important;    
}
.swiper-pagination .swiper-pagination-bullet {
    width: 6px;
    height: 6px;
    border: 1px solid rgb(171, 171, 171);
    background: transparent;
    margin: 0 2px !important;
}
.swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active,
.swiper-pagination .swiper-pagination-bullet:hover {
    background: rgb(171, 171, 171);
    opacity: 1;
}
.scroll-down.btn.move-up-down-animation .btn-arrow {
    content: '';
    width: 3px;
    height: 50px;
    background: #CBCBCB;
    display: inline-block;
    left: 50%;
    position: absolute;
    bottom: 4.5px;
    transform: translateX(-50%);
}
.scroll-down.btn {
    position: absolute;
    bottom: 8%;
    left: 50%;
    cursor: pointer;
    pointer-events: auto;
    transform: translateX(-50%);
    display: block;
    width: 40px;
    height: 72px;
    z-index: 3;
}
.scroll-down svg {
    width: 40px;
    height: 25px;
    bottom: 0;
}
.move-up-down-animation {
    animation: move-up-down-animation 6s infinite ease-in-out;
}
@keyframes move-up-down-animation {
  0% {
    transform: translateX(-50%) translateY(0);
    opacity: 0.1;
  }

  50% {
    transform: translateX(-50%) translateY(50px);
    opacity: 1;
  }

  100% {
    transform: translateX(-50%) translateY(x0px);
    opacity: 0.1;
  }
}
.section .container {
    max-width: 60%;
    padding: 0 15px;
}
.home-2 h3.title {
    margin-bottom: 30px;
}
.home-2 .description,
.home-4 .description,
.home-6 .description  {
    padding-bottom: 25px;
}
.center {
    text-align: center;
}
.icon img {
    width: 69px;
}
.home-2 {
    padding: 90px 0 90px;
    background-image: -webkit-linear-gradient(270deg, rgb(28, 93, 132), rgb(0, 0, 0));
}
.title {
    font-size: 42px;
    line-height: 40px;
    margin-bottom: 20px;
}
p {
    font-size: 16px;
    line-height: 28px;
    font-weight: 300;
    margin-bottom: 29px;
}
.icon {
    margin-bottom: 27px;
}
.bubblelink-hype-container {
    cursor: pointer;
    border: 2px solid #fff;
}
.bubblelink-hype-container a {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    z-index: 2;
    cursor: pointer;
    pointer-events: none;
    color: #fff;
    text-align: center;
    margin: auto;
    text-decoration: none;
    font-size: 16px;
}
.description {
    padding-bottom: 78px;
}
.section-image-full-width .image {
    position: relative;
}
.section-image-full-width .image img {
    position: absolute;
    object-fit: cover;
    width: 100%;
    height: 100%;
    left: 0;
}
.home-4 {
    background-color: rgb(78, 67, 44);
    padding: 90px 0 90px;
}
.home-4 .icon {
    margin-bottom: 7px;
}
.home-4 .title {
    margin-bottom: 29px;
}
.home-6 {
    background-color: rgb(60, 65, 56);
    padding: 90px 0 90px;
}
.home-6 .icon img {
    width: 54px;
}
.home-6 h3.title {
    margin-bottom: 26px;
}
.home-7 {
    display: flex;
    min-height: 650px;
}
.content-left,
.content-right {
    width: 50%;
}
.content-left {
    padding: 60px 0 60px 0;
    background-image: -webkit-linear-gradient(270deg, rgb(95, 9, 1), rgb(0, 0, 0));
}
.home-7 .container {
    max-width: 688px;
    padding: 20px 5%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.home-7 .icon img {
    width: 41px;
    margin-right: 12px;
}
.home-7 .description {
    padding-bottom: 0;
}
.home-7 .icon {
    margin-bottom: 23px;
}
.home-7 .title {
    font-size: 40px;
    margin-bottom: 28px;
}
.home-7 p {
    line-height: 30px;
}
.home-7 .bubblelink-hype-container {
    margin: 0 auto !important;
}
.txt-banner h2 {
    line-height: 72px;
    overflow-wrap: break-word;
    font-size: 96px;
    text-align: center;
    font-weight: 500;
    color: rgb(255, 255, 255);
    text-shadow: rgb(0, 0, 0) 0px 0px 10px;
    position: relative;
    z-index: 2;
    margin-bottom: 34px;
}
.bg-banner {
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.3);
}
.banner-top {
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    background-size: cover;
    background-position: 0 -133px;
}
.banner-top:after {
    content: '';
    width: 100%;
    left: 0;
    position: absolute;
    height: 372px;
    background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.706));
    bottom: 0;
}
.banner-top:before {
    content: '';
    width: 100%;
    left: 0;
    top: 0;
    position: absolute;
    height: 291px;
    background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0));
}
.bg-black {
    background: rgb(51, 51, 51);
}
.content-vara {
    padding: 90px 0 12px 0;
}
.content-vara-6 p {
    margin-bottom: 0;
}
h4 {
    font-size: 30px;
    line-height: 40px;
}
.content-vara .icon {
    margin-bottom: 14px;
}
.content-vara h4 {
    margin-bottom: 18px;
}
.content-vara .container {
    max-width: 59%;
}
.content-vara .content-vara-3 .icon {
    margin-bottom: 22px;
}
section.content-vara-3 {
    padding-bottom: 0;
}
.content-vara-4 h4 {
    margin: 20px 0 24px;
}
section.content-vara-4 {
    margin-bottom: 0;
}
.content-vara-5 p {
    margin-bottom: 0;
}
.content-vara .content-vara-6 h4 {
    margin-bottom: 9px;
}
section.content-vara-6 {
    margin: 29px 0 0;
}
.banner-asg .bg-banner {
    background: rgba(0, 0, 0, 0.306);
}
.item-people .info a:hover {
    text-decoration: underline;
}
.banner-asg.banner-top:after {
    height: 288px;
    background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.4));
}
.banner-asg.banner-top:before {
    height: 300px;
    background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0));
}
.banner-asg.banner-top {
    background-position: 0px -150px;
}
.content-asg {
    position: relative;
    overflow: hidden;
}
.content-asg:after {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 1192px;
    background-image: -webkit-linear-gradient(270deg, rgb(111, 120, 102), rgb(0, 0, 0));
    content: '';
    left: 0;    
}
.content-asg .container {
    position: relative;
    z-index: 2;
    max-width: 55%;
}
.content-asg {
    padding: 90px 0 12px;
}
.content-asg .content-vara-5 .icon {
    margin-bottom: 30px;
}
.content-asg .title{
    margin-bottom: 29px;
}
.section-animation-text {
    font-size: 36px;
}
.section-animation-text {
    display: flex;
    justify-content: center;
    align-items: center;
    overflow-x: hidden;
    padding: 60px 0;
}
.section-animation-text .container {
    max-width: 44%;
    padding: 0 15px;
}
.section-animation-text h4 {
    font-size: 36px;
    line-height: 46px;
    margin-bottom: 0;
}
.content-om {
    background: rgb(84, 73, 49);
    padding: 90px 0 61px 0;
}
.content-om .icon {
    margin-bottom: 41px;
}
.content-om h3.title {
    margin-bottom: 27px;
}
.content-om.section .container {
    max-width: 48%;
}
.content-om.section .container {
    max-width: 55%;
}
.content-om .content-vara-5 p {
    margin-bottom: 29px;
}
.content-om .content-vara-5 p.no-margin {
    margin-bottom: 0;
}
.content-om-bottom.section-animation-text h4 {
    font-size: 32px;
}
.content-om-bottom.section-animation-text .container {
    max-width: 46%;
}
.banner-asg.banner-om.banner-top {
    background-position: 0px -135px;
}
.banner-asg.banner-kontakt.banner-top {
    background-position: 0 0;
}
.content-contact {
    background-image: -webkit-linear-gradient(270deg, rgb(26, 23, 27), rgb(18, 36, 49));
    padding: 90px 0 0 0;
}
.list-people {
    margin: 51px 0 0 0;
}
.item-people img {
    max-width: 150px;
}
.list-people .list {
    display: flex;
    margin: 0 auto 51px;
    padding: 0 15px;
    justify-content: center;
    gap: 13%;
}
.item-people {
    width: 204px;    
}
.list-1 .item-people:last-child{
    padding-left: 11px;
}
.list-1 .item-people:first-child{
    padding-left: 9px;
}
.item-people .info .item-name {
    font-weight: 700;
}
.item-people .info,
.item-people .info a {
    font-size: 14px;
    font-weight: 300;
    line-height: 20px;
    color: #fff;
    text-decoration: none;
}
.info {
    margin-top: 5px;
}
.map-image {
    filter: drop-shadow(rgb(48, 157, 222) 0px 0px 15px);
}
.title-map {
    font-size: 18px;
    line-height: 44px;
    margin: 89px 0 0 0;
}
.description-map {
    width: 497px;
    height: 290px;
    margin: 0 auto;
    border: 1px solid rgb(203, 203, 203);
    border-radius: 2px;
    background: rgba(255, 255, 255, 0.706);
    position: relative;
    z-index: 2;
}
.description-map {
    width: 497px;
    height: 290px;
    margin: 0 auto;
    border: 1px solid rgb(203, 203, 203);
    border-radius: 2px;
    background: rgba(255, 255, 255, 0.706);
    position: relative;
    padding: 74px 30px 0 0;
    cursor: pointer;
    transition: all ease-in-out .3s;
}
.description-map:hover {
    background: rgba(255, 255, 255);
    transform:  scale(1.1);
}
.info-map span,
.info-map a {
    display: block;
    text-align: left;
}
.address-map span,
.address-map a {
    font-size: 18px;
    font-weight: 500;
    line-height: 27px;
    color: rgb(51, 51, 51);
    text-decoration: none;
}
.mail-map span,
.mail-map a {
    font-size: 14px;
    color: rgb(102, 102, 102);
    text-decoration: none;
    font-weight: 500;
}
.mail-map a:hover,
.address-map a:hover {
    color: rgb(48, 157, 222);
    text-decoration: underline;
}
.info-map {
    width: 294px;
    float: right;
    text-align: left;
}
.info-map span.inline,
.info-map .inline a {
    display: inline-block;
}
.map {
    margin: 25px 0 0 0;
}
.mail-map {
    margin: 33px 0 0 0;
}
.mail-map a {
    margin-top: 13px;
}
.description-map img {
    position: absolute;
    top: 20px;
    right: 22px;
    width: 66px;   
}
.map-image {
    display: inline-block;
}
.map-image img {
    max-width: 610px;
    margin-top: -59px;
    margin-left: -19px;
}
#bigpuls_hype_container {
    transform: scale(-0.1);
    position: absolute;
    top: -96px;
    left: 136px;
}
.cirle-border {
    width: 65px;
    height: 65px;
    border: 1px solid rgb(203, 203, 203);
    border-radius: 50%;
    position: relative;
    top: 31px;
    left: 263px;
}
.cirle-border:before {
    content: '';
    width: 1px;
    height: 34px;
    display: inline-block;
    position: absolute;
    top: -35px;
    background: rgb(203, 203, 203);
    left: 33px;
}
.map-cirle {
    position: absolute;
}
.content-privacy {
    max-width: 648px;
    padding: 0 15px;
    margin: 0 auto;
}
ul {
    display: block;
    list-style-type: disc;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    padding-inline-start: 40px;
    unicode-bidi: isolate;
}
.content-privacy-wrapper.content-contact {
    background: rgb(51, 51, 51) ;
    padding-bottom: 300px;
    padding-top: 188px;
}
.content-privacy-wrapper.content-contact .icon {
    margin-bottom: 40px;
}
.bubblelink-hype-container .HYPE_element,
.bubblelink-hype-container .HYPE_element_container,
.bubblelink-hype-container a,
.bubblelink-hype-container .HYPE_scene {
    font-family: Futura, Verdana, sans-serif;
    font-weight: 400 !important;
}
.fade-in-banner {
    animation: fadeIn 5s;
  -webkit-animation: fadeIn 5s;
  -moz-animation: fadeIn 5s;
  -o-animation: fadeIn 5s;
  -ms-animation: fadeIn 5s;
}
@keyframes fadeIn {
  0% { opacity: 0; }
  100% { opacity: 1; }
}

.photo-by {
    position: absolute;
    font-size: 10px;
    font-weight: 500;
    left: 34px;
    bottom: 22px;
    color: rgb(203, 203, 203);
    z-index: 5;
}
/*.fade-in-txt {
    opacity: 0;
    transition: opacity .5s cubic-bezier(0.4, 0, 1, 1), transform .5s cubic-bezier(0.4, 0, 1, 1);
}
.fade-in-txt.active {
    opacity: 1;
    transform: translateY(0);
}*/
.fade-out-animation {
    opacity: 1;
    transition: opacity .5s ease-in-out;
}
.slider-right .photo-by,
.banner-om .photo-by {
    display: inline-block;
}
.mobile,
.page-om .banner-asg .bg-banner {
    display: none;
}
.content-slider.content-slider-two {
    max-width: 1219px;
}
.content-slider.content-slider-two .description{
    max-width: 900px;
}
.content-slider.content-slider-three {
    max-width: 1130px;
}
.content-slider.content-slider-three .description {
    max-width: 1030px;
}
.content-slider.content-slider-four {
    max-width: 1030px;
}
.content-slider.content-slider-four .description {
    max-width: 700px;
}
.page-hallbarhet-esg .section-animation-text {
    min-height: 521px;
}
.content-slider-one.content-slider {
    opacity: 0;
    z-index: 0;
    transition-delay: 0;
    transition: opacity 2s ease-in-out;
}
.swiper-slide-active .content-slider.content-slider-one {
    opacity: 1;
    z-index: 1;
    transition-delay: 1s;
}
.content-slider.hide-before {
    opacity: 1;
    transition: opacity 1s ease-in-out;
}
.swiper-slide-active .content-slider.hide-before.fade-out {
    opacity: 0;
}
.slider-banner-txt.swiper {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
}
.slider-top {
    position: relative;
}
.slider-banner .content-wrapper {
    display: none;
}
@media screen and (min-width: 1441px) {
    .banner-top,
    .banner-asg.banner-top,
    .banner-asg.banner-om.banner-top {
        background-position: center;
        background-repeat: no-repeat;
        
    }
}
@media screen and (max-width: 1440px) {
    .content-slider .description  {
        padding-bottom: 0;
    }
    .content-left {
        padding: 60px 0 60px 0;
    }
    .page-hallbarhet-esg .section-animation-text {
        min-height: 350px;
    }
    .section .container {
        max-width: 60%;
    }    
    .content-vara.section .container {
        max-width: 67%;
    }
    .section-animation-text .container {
        max-width: 43%;
    }
    .banner-top {
        background-position: center;
        background-repeat: no-repeat;
    }
    .banner-asg.banner-om.banner-top {
        background-position: center;
    }
    .page-hallbarhet-esg .banner-asg.banner-top {
        background-position: center;
    }
}
@media screen and (max-width: 1199px) {
    .title {
        line-height: 42px;
    }
    .cookie-ok {
        padding: 30px 250px 40px 30px;
    }    
    .txt-banner h2 {
        font-size: 86px;
        line-height: 72px;
        margin-bottom: 0;
    }
    .section-animation-text .container {
        max-width: 70%;
    }
    .content-asg:after {
        height: 100%;
        top:  0;
    }
    .content-om.section .container {
        max-width: 67%;
    }
    .content-om-bottom.section-animation-text .container {
        max-width: 65%;
    }
    .content-om-bottom.section-animation-text h4 {
        font-size: 30px;
        line-height: 44px;
    }
    .list-people .list {
        gap: 22%;
    }
    .home-4,
    .home-2,
    .home-6 {
        padding: 70px 0 70px;
    }
}
@media screen and (max-width: 1024px) {
    .site-header .logo a {
        width: 190px;
        height: 93px;
    }
    .scroll-down.btn {
        bottom: 10%;
    }
    .content-slider.content-slider-two h3 {
        max-width: 100%;
    }
    .content-slider.content-slider-two {
        max-width: 80%;
    }
    .content-slider-three h3.fade-in-txt {
        max-width: 60%;
    }
    .content-slider.content-slider-three .description {
        max-width: 85%;
    }
    .content-slider.content-slider-four {
        max-width: 80%;
    }
    .content-slider h3{
        max-width: 80%;
        margin: 0 auto 10px;
        font-size: 64px;
        line-height: 70px;
    }
    .section .container {
        max-width: 61%;
    }
    .home-7 .container {
        max-width: 82%;
    }
    .txt-banner h2 {
        font-size: 72px;
        line-height: 72px;
    }
    .photo-by {
        display: none;
    }
    .vara-page .description {
        padding-bottom: 40px;
    }
    .content-vara {
        padding: 90px 0 50px 0;
    }
    .vara-page section.content-vara-3{
        padding-bottom: 0;
    }
    .vara-page section.content-vara-4 {
        margin-bottom: 0;
    }
    .vara-page section.content-vara-6 {
        margin: 29px 0 0;
    }
}
@media screen and (max-width: 991px) {
    .content-left {
        padding: 78px 0 28px 0;
    }    
}
@media screen and (max-width: 784px) { 
    .content-contact.section .container {
        max-width: 60%;
    }   
    .content-om-bottom.section-animation-text .container {
        max-width: 61%;
    }
    .content-om-bottom.section-animation-text h4 {
        font-size: 28px;
        line-height: 42px;
    }
    .content-om.section .container {
        max-width: 100%;
    }    
    .section .container,
    .content-vara.section .container {
        max-width: 100%;
    }
    .section-image-full-width .image img {
        object-position: 24%;
    }
    .content-left, .content-right {
        width: 100%;
    }
    .home-7 {
        flex-direction: column;
    }
    .content-right {
        height: 587px;
    }
    .home-7 .container {
        max-width: 412px;
        margin: 0;
    }
    .content-left {
        padding-bottom: 80px;
    }   
    .content-vara-4 h4 {
        margin: 20px auto 24px;
        max-width: 300px;
    }
    .section-animation-text h4 {
        font-size: 28px;
        line-height: 42px;
    }
    .section-animation-text .container {
        max-width: 81%;
    }
}
@media screen and (min-width: 768px) and (max-width: 991px){
    .content-footer {
        width: 262px;
    }
    .footer-wrapper .container {
        max-width: 100%;
        padding: 0;
    }
    .section .container, .content-vara.section .container {
        max-width: 61%;
    }
    .vara-page .content-vara.section .container {
        max-width: 67%;
    }
    .content-left, .content-right {
        width: 50%;
        height: auto;
    }
    .home-7 {
        flex-direction: row;
    }
    .content-om.section .container {
        max-width: 67%;
    }
    .content-slider,
    .content-slider-three h3.fade-in-txt {
        max-width: 80%;
    }
    .content-slider-two .content-slider,
    .content-slider.content-slider-two,
    .content-slider.content-slider-three .description,
    .content-slider.content-slider-four {
        max-width:90%;
    }
}
@media screen and (orientation: landscape) and (max-width: 999px) {
    .header-wrapper {
        padding: 10px 0 0;
    }
    .menu-content {
        top: 15px;
    }
    .site-header .logo a {
        width: 139px;
        height: 68px;
    }
    .content-slider h3 {
        margin: 0 auto;
    }
    .content-slider-two .content-slider,
    .content-slider.content-slider-two,
    .content-slider.content-slider-three .description,
    .content-slider.content-slider-four,
    .content-slider h3 {
        max-width: 100%;
    }
    .content-slider, .content-slider-three h3.fade-in-txt {
        max-width: 100%;
        padding: 0 15px;
    }
    .scroll-down.btn {
        bottom: 13%;
    }
}
@media screen and (max-width: 767px) {
    .scroll-down.btn {
        bottom: 10%;
    }
    .content-privacy {
        padding: 0;
    }
    .content-om {
        padding: 70px 0 41px;
    }
    .content-asg {
        padding: 70px 0 0;
    }
    .content-vara {
        padding: 70px 0 30px 0;
    }
    .home-7 .container {
        max-width: 100%;
        padding: 0 15px;
    }
    .content-slider h3 {
        max-width: 100%;
    }
    .cookie-popup {
        display: none !important;
    }
    .page-hallbarhet-esg .banner-asg.banner-top {
        background-image: url(../images/bg_esg_mb.jpg) !important;
    }
    .section-image-full-width.home-3 .image img {
        object-position: 24%;
    }
    .content-contact h4 {
        max-width: 234px;
        margin-left: auto;
        margin-right: auto;
    }
    .banner-asg.banner-kontakt.banner-top {
        background-position: center;
        background-image: url(../images/bg_kontact.jpg) !important;
    }
    .banner-asg.banner-om.banner-top {
        background-position: center;        
    }    
    .txt-banner h2 {
        font-size: 46px;
        line-height: 51px;
        max-width: 280px;
    }
    .section-animation-text .container {
        max-width: 100%;
    }
    .banner-asg.banner-top {
        background-position: -50px 0;
        background-repeat: no-repeat;
    }
    .bg-footer {
        width: 1281px;
        height: 420px;
        transform: translateX(-79px) translateY(-17%) rotateY(0deg);
    }
    .section-image-full-width .image img {
        object-position: left;
    }
    .section-image-full-width .image {
        min-height: 390px;
        padding-bottom: 50% !important;
    }
    .mobile {
        display: inline-block;
    }
    .desktop {
        display: none;
    }
    .footer-wrapper .container {
        justify-content: center;
    }
    #bigpuls_hype_container {
        transform: scale(-0.07);
        top: -114px;
        left: 17px;
    }
    .cirle-border:before {
        height: 25px;
        top: -26px;
        left: 22px;
    }
    .cirle-border {
        width: 45px;
        height: 45px;
        top: 23px;
        left: 155px;
    }
    .content-contact {
        padding: 70px 0 0 0;
    }
    .footer-contact {
        margin-top: 0;
    }
    .map-image img {
        max-width: 426px;
        margin-top: -41px;
        margin-left: -40px;
    }
    .description-map img {
        width: 47px;
        top: 14px;
        right: 14px;
    }
    .mail-map span, .mail-map a {
        font-size: 10px;
        color: #000;
        line-height: 17px;
    }
    .mail-map {
        margin: 21px 0 0 0;
    }
    .address-map span, .address-map a {
        font-size: 13px;
        line-height: 19px;
        color: #000;
    }
    .mail-map a {
        margin-top: 0;
    }
    .map-image img {
        max-width: 426px;
        margin-top: -42px;
        margin-left: -19px;
    }
    .info-map {
        width: 205px;
    }
    .description-map {
        width: 347px;
        height: 203px;
        padding: 49px 22px 0 0;
    }
    .map {
        margin: 34px 0 0 0;
    }
    .item-people .info, .item-people .info a {
        font-size: 20px;
        line-height: 27px;
    }
    .info {
        margin-top: 9px;
    }
    .title-map {
        font-size: 18px;
        line-height: 27px;
        max-width: 186px;
        margin: 80px auto 0;
    }
    .item-people img {
        max-width: 210px;
    }
    .list-people .list {
        gap: 52px;
        flex-direction: column;
        align-items: center;
    }
    .list-1 .item-people:first-child,
    .list-1 .item-people:last-child {
        padding-left: 0;
    }
    .content-om-bottom.section-animation-text .container {
        max-width: 82%;
    }
    section.content-vara-3,
    section.content-vara-4,
    section.content-vara-6 {
        margin-bottom: 0;
    } 
    .header-wrapper .menu-content .menu-sidebar {
        max-width: 375px;
        width: 100%;
        padding: 58px 25px 20px 25px;
    }
    .menu-content {
        right: 18px;
        top: 27px;
    }
    .content-slider h3 {
        font-size: 46px;
        line-height: 51px;
        margin-bottom: 20px;        
    }
    .content-slider .description {
        font-size: 20px;
        line-height: 32px;
    }
    .content-slider {
        max-width: 100%;
        padding: 0 8px;
    }    
    .content-slider.content-slider-two,
    .content-slider-three h3.fade-in-txt,
    .content-slider.content-slider-four {
        max-width: 100%;
    }
    .cookie-ok {
        padding: 30px 30px 40px 30px;
    }
    .link_privacy {
        display: block;
    }
    .cookie-button {
        position: static;
        margin-top: 20px;
    }
    .content-contact.section .container {
        max-width: 100%;
    }
    .item-people {
        width: 100%;
    }
    .content-privacy-wrapper.content-contact {
        padding-bottom: 50px;
    }
    section.content-vara-6 {
        margin: 29px 0 0;
    }
}
@media screen and (max-width: 479px) {   
    .map-image {
        width: 100%;
        overflow: hidden;
    }
    .description-map {
        width: 100%;
    }
    .map-image img {
        max-width: 374px;
        margin-top: -42px;
        margin-left: -38px;
    }
    .content-slider .description,
    .content-slider.content-slider-two .description,
    .content-slider.content-slider-three .description {
        max-width: 371px;
    }

}
@media screen and (max-width: 379px) {
    .content-vara h4 {
        max-width: 321px;
        margin-left: auto;
        margin-right: auto;
    }
    .section-animation-text .container {
        max-width: 83%;
    }
    .header-wrapper .menu-content .menu-sidebar {
        padding: 58px 15px 20px 15px;
    }
    .home-2 .description,
    .home-4 .description {
        padding-bottom: 0;
    }
    .bubblelink-hype-container {
        width: 290px !important;
    }
    .home-4 .description {
        padding: 56px 0 90px;
    }
}
@media screen and (max-width: 359px) {
    .item-people .info, .item-people .info a {
        font-size: 18px;
        line-height: 25px;
    }
}