/**
@import url('https://fonts.googleapis.com/css2?family=Dosis:wght@200;300;400;500;600;700;800&display=swap');
**/
body {
  font-family: 'Dosis', sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  background-color: #fff;
  height: auto;
  position: relative;
}

body:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  -webkit-transition: .3s all ease;
  -o-transition: .3s all ease;
  transition: .3s all ease;
  opacity: 0;
  visibility: hidden;
  z-index: 1;
}

body.offcanvas-menu:before {
  opacity: 1;
  z-index: 1002;
  visibility: visible;
}


p {
  color: #646464;
  font-weight: 400;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-weight: 800;
  font-family: 'Dosis', sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}


a {
  -webkit-transition: .3s all ease;
  -o-transition: .3s all ease;
  transition: .3s all ease;
}

a,
a:hover {
  text-decoration: none !important;
}

.hero {
  height: 100vh;
  width: 100%;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.site-navbar-wrap {
  position: absolute;
  z-index: 99;
  width: 100%;
  left: 0;
}

.site-navbar-wrap a {
  color: #fff;
}

.site-navbar-wrap .site-navbar-top {
  font-size: 0.8rem;
}

.site-navbar-top {
  border-bottom: 1px solid rgba(255, 255, 255, 0.4);
}

.site-navbar {
  margin-bottom: 0px;
  width: 100%;
}

.site-navbar .site-logo {
  font-weight: 200;
  line-height: 0;
  top: -7px;
  position: relative;
}

.site-navbar .site-logo a {
  font-weight: 200;
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  text-transform: uppercase;
}

.site-navbar .site-navigation .site-menu {
  margin-bottom: 0;
}

.site-navbar .site-navigation .site-menu a {
  text-decoration: none !important;
  display: inline-block;
  font-weight: 500;
}

.site-navbar .site-navigation .site-menu>li {
  display: inline-block;
  padding: 10px 5px;
}

.site-navbar .site-navigation .site-menu>li>a {
  padding: 20px 10px;
  color: rgba(255, 255, 255, 0.6);
  font-size: 15px;
  text-decoration: none !important;
}

.site-navbar .site-navigation .site-menu>li>a.active {
  color: #fff;
}

.site-navbar .site-navigation .site-menu>li>a:hover {
  color: #fff;
}

.site-navbar .site-navigation .site-menu>li:last-child {
  padding-right: 0;
}

.site-navbar .site-navigation .site-menu>li:last-child>a {
  padding-right: 0;
}

.site-navbar .site-navigation .site-menu .has-children {
  position: relative;
}

.site-navbar .site-navigation .site-menu .has-children>a {
  position: relative;
  padding-right: 20px;
}

.site-navbar .site-navigation .site-menu .has-children>a:before {
  position: absolute;
  content: "\e313";
  font-size: 16px;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  font-family: 'icomoon';
}

.site-navbar .site-navigation .site-menu .has-children .dropdown {
  visibility: hidden;
  opacity: 0;
  top: 100%;
  position: absolute;
  text-align: left;
  -webkit-box-shadow: 0 0px 4px 0px rgba(0, 0, 0, 0.25);
  box-shadow: 0 0px 4px 0px rgba(0, 0, 0, 0.25);
  padding: 0px 0;
  margin-top: 20px;
  margin-left: 0px;
  background: #fff;
  -webkit-transition: 0.2s 0s;
  -o-transition: 0.2s 0s;
  transition: 0.2s 0s;
  border-radius: 4px;
}

.site-navbar .site-navigation .site-menu .has-children .dropdown.arrow-top {
  position: absolute;
}

.site-navbar .site-navigation .site-menu .has-children .dropdown.arrow-top:before {
  bottom: 100%;
  left: 20%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}

.site-navbar .site-navigation .site-menu .has-children .dropdown.arrow-top:before {
  border-color: rgba(136, 183, 213, 0);
  border-bottom-color: #fff;
  border-width: 10px;
  margin-left: -10px;
}

.site-navbar .site-navigation .site-menu .has-children .dropdown a {
  font-size: 14px;
  text-transform: none;
  letter-spacing: normal;
  -webkit-transition: 0s all;
  -o-transition: 0s all;
  transition: 0s all;
  color: #343a40;
}

.site-navbar .site-navigation .site-menu .has-children .dropdown a.active {
  color: #007bff;
}

.site-navbar .site-navigation .site-menu .has-children .dropdown .active>a {
  color: #fff !important;
}

.site-navbar .site-navigation .site-menu .has-children .dropdown>li {
  list-style: none;
  padding: 0;
  margin: 0;
  min-width: 200px;
}

.site-navbar .site-navigation .site-menu .has-children .dropdown>li:first-child>a {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}

.site-navbar .site-navigation .site-menu .has-children .dropdown>li:last-child>a {
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}

.site-navbar .site-navigation .site-menu .has-children .dropdown>li>a {
  padding: 9px 20px;
  display: block;
}

.site-navbar .site-navigation .site-menu .has-children .dropdown>li>a:hover {
  background: #ebeef0;
  color: #212529;
}

.site-navbar .site-navigation .site-menu .has-children .dropdown>li.has-children>a:before {
  content: "\e315";
  right: 20px;
}

.site-navbar .site-navigation .site-menu .has-children .dropdown>li.has-children>.dropdown,
.site-navbar .site-navigation .site-menu .has-children .dropdown>li.has-children>ul {
  left: 100%;
  top: 0;
}

.site-navbar .site-navigation .site-menu .has-children .dropdown>li.has-children:hover>a,
.site-navbar .site-navigation .site-menu .has-children .dropdown>li.has-children:active>a,
.site-navbar .site-navigation .site-menu .has-children .dropdown>li.has-children:focus>a {
  background: #ebeef0;
  color: #212529;
}

.site-navbar .site-navigation .site-menu .has-children:hover>a,
.site-navbar .site-navigation .site-menu .has-children:focus>a,
.site-navbar .site-navigation .site-menu .has-children:active>a {
  color: #fff;
}

.site-navbar .site-navigation .site-menu .has-children:hover,
.site-navbar .site-navigation .site-menu .has-children:focus,
.site-navbar .site-navigation .site-menu .has-children:active {
  cursor: pointer;
}

.site-navbar .site-navigation .site-menu .has-children:hover>.dropdown,
.site-navbar .site-navigation .site-menu .has-children:focus>.dropdown,
.site-navbar .site-navigation .site-menu .has-children:active>.dropdown {
  -webkit-transition-delay: 0s;
  -o-transition-delay: 0s;
  transition-delay: 0s;
  margin-top: 0px;
  visibility: visible;
  opacity: 1;
}

.site-mobile-menu {
  width: 300px;
  position: fixed;
  right: 0;
  z-index: 2000;
  padding-top: 20px;
  background: #fff;
  height: calc(100vh);
  -webkit-transform: translateX(110%);
  -ms-transform: translateX(110%);
  transform: translateX(110%);
  -webkit-box-shadow: -10px 0 20px -10px rgba(0, 0, 0, 0.1);
  box-shadow: -10px 0 20px -10px rgba(0, 0, 0, 0.1);
  -webkit-transition: .3s all ease-in-out;
  -o-transition: .3s all ease-in-out;
  transition: .3s all ease-in-out;
}

.offcanvas-menu .site-mobile-menu {
  -webkit-transform: translateX(0%);
  -ms-transform: translateX(0%);
  transform: translateX(0%);
}

.site-mobile-menu .site-mobile-menu-header {
  width: 100%;
  float: left;
  padding-left: 20px;
  padding-right: 20px;
}

.site-mobile-menu .site-mobile-menu-header .site-mobile-menu-close {
  float: right;
  margin-top: 8px;
}

.site-mobile-menu .site-mobile-menu-header .site-mobile-menu-close span {
  font-size: 30px;
  display: inline-block;
  padding-left: 10px;
  padding-right: 0px;
  line-height: 1;
  cursor: pointer;
  -webkit-transition: .3s all ease;
  -o-transition: .3s all ease;
  transition: .3s all ease;
}

.site-mobile-menu .site-mobile-menu-header .site-mobile-menu-close span:hover {
  color: #dee2e6;
}

.site-mobile-menu .site-mobile-menu-header .site-mobile-menu-logo {
  float: left;
  margin-top: 10px;
  margin-left: 0px;
}

.site-mobile-menu .site-mobile-menu-header .site-mobile-menu-logo a {
  display: inline-block;
  text-transform: uppercase;
}

.site-mobile-menu .site-mobile-menu-header .site-mobile-menu-logo a img {
  max-width: 70px;
}

.site-mobile-menu .site-mobile-menu-header .site-mobile-menu-logo a:hover {
  text-decoration: none;
}

.site-mobile-menu .site-mobile-menu-body {
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  position: relative;
  padding: 20px;
  height: calc(100vh - 52px);
  padding-bottom: 150px;
}

.site-mobile-menu .site-nav-wrap {
  padding: 0;
  margin: 0;
  list-style: none;
  position: relative;
}

.site-mobile-menu .site-nav-wrap a {
  padding: 10px 20px;
  display: block;
  position: relative;
  color: #212529;
}

.site-mobile-menu .site-nav-wrap a.active,
.site-mobile-menu .site-nav-wrap a:hover {
  color: #007bff;
}

.site-mobile-menu .site-nav-wrap li {
  position: relative;
  display: block;
}

.site-mobile-menu .site-nav-wrap li.active>a {
  color: #007bff;
}

.site-mobile-menu .site-nav-wrap .arrow-collapse {
  position: absolute;
  right: 0px;
  top: 10px;
  z-index: 20;
  width: 36px;
  height: 36px;
  text-align: center;
  cursor: pointer;
  border-radius: 50%;
}

.site-mobile-menu .site-nav-wrap .arrow-collapse:hover {
  background: #f8f9fa;
}

.site-mobile-menu .site-nav-wrap .arrow-collapse:before {
  font-size: 12px;
  z-index: 20;
  font-family: "icomoon";
  content: "\f078";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(-180deg);
  -ms-transform: translate(-50%, -50%) rotate(-180deg);
  transform: translate(-50%, -50%) rotate(-180deg);
  -webkit-transition: .3s all ease;
  -o-transition: .3s all ease;
  transition: .3s all ease;
}

.site-mobile-menu .site-nav-wrap .arrow-collapse.collapsed:before {
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.site-mobile-menu .site-nav-wrap>li {
  display: block;
  position: relative;
  float: left;
  width: 100%;
}

.site-mobile-menu .site-nav-wrap>li>a {
  padding-left: 20px;
  font-size: 20px;
}

.site-mobile-menu .site-nav-wrap>li>ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

.site-mobile-menu .site-nav-wrap>li>ul>li {
  display: block;
}

.site-mobile-menu .site-nav-wrap>li>ul>li>a {
  padding-left: 40px;
  font-size: 16px;
}

.site-mobile-menu .site-nav-wrap>li>ul>li>ul {
  padding: 0;
  margin: 0;
}

.site-mobile-menu .site-nav-wrap>li>ul>li>ul>li {
  display: block;
}

.site-mobile-menu .site-nav-wrap>li>ul>li>ul>li>a {
  font-size: 16px;
  padding-left: 60px;
}

.sticky-wrapper {
  position: absolute;
  z-index: 100;
  width: 100%;
}

.sticky-wrapper+.site-blocks-cover {
  margin-top: 96px;
}

.sticky-wrapper .site-navbar {
  -webkit-transition: .3s all ease;
  -o-transition: .3s all ease;
  transition: .3s all ease;
}

.sticky-wrapper .site-navbar ul li.active a {
  color: #fff;
}

.sticky-wrapper.is-sticky .site-navbar {
  background-color: #ffffff;
}

.sticky-wrapper.is-sticky .site-navbar .site-navigation .site-menu>li {
  display: inline-block;
  padding: 10px 5px;
}

.sticky-wrapper.is-sticky .site-navbar .site-navigation .site-menu>li:last-child {
  padding-right: 0;
}

.sticky-wrapper.is-sticky .site-navbar .site-navigation .site-menu>li:last-child>a {
  padding-right: 0;
}

.sticky-wrapper.is-sticky .site-navbar .site-navigation .site-menu>li.has-children>a {
  padding-right: 20px;
}

.sticky-wrapper.is-sticky .site-navbar .site-navigation .site-menu>li>a {
  padding: 10px 10px;
  color: rgba(255, 255, 255, 0.6);
  font-size: 15px;
}

.sticky-wrapper.is-sticky .site-navbar .site-navigation .site-menu>li>a:hover {
  color: #fff !important;
}

.sticky-wrapper.is-sticky .site-navbar .site-navigation .site-menu>li>a.active {
  color: #fff !important;
}

.sticky-wrapper.is-sticky .site-navbar .site-navigation .site-menu>li.active a {
  color: #fff;
}

.right-menu {
  position: absolute;
  right: 35px;
  justify-content: center;
}

.left-menu {
  position: absolute;
  left: 35px;
  justify-content: center;
}

.d-flex {
  width: 100% !important;
  justify-content: center;
}

.d-flex-footer {
  width: auto !important;
}

.site-navbar-top {
  border: 0px;
}

.hero-title h2{
  font-size: 38px;
  margin-top: 8px;
}

#name_logo_mobile {
  display: none;
}

#centered {
  position: absolute;
  z-index: 9;
  background-color: #f1f1f1;
  text-align: center;
  border: 1px solid #d3d3d3;
}

#dragtarget {
  cursor: move;
  z-index: 991939190;
}

html {
  scroll-behavior: smooth;
}



/*SPLIT screen split SCREEN */

.book-bg {
  background-image: url('../images/buchbg.png');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.laptop-bg {
  background-image: url('../images/laptopbg.png');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.shine {
  -webkit-box-shadow: 2px 4px 20px 11px #EDFEFF;
  box-shadow: 2px 4px 20px 11px #EDFEFF;
}


.hellgrau p {
  color: #c8c8c6;
}

.hellgrau h2 {
  color: #c8c8c6;
}


#wrapper {
  position: relative;
  width: 100%;
  min-height: 55vw;
  overflow: hidden;
  height: 100% !important;
}

.layer {
  position: absolute;
  width: 100vw;
  min-height: 55vw;
  overflow: hidden;
  height: 100% !important;
}

.layer .content-wrap {
  position: absolute;
  width: 100vw;
  min-height: 55vw;
  top: 0;
}

.bottom .content-wrap {
  right: 0% !important;
}

.layer .content-body {
  width: 35%;
  position: absolute;
  top: 25%;
  text-align: center;
  color: #fff;
  z-index: 999;
}

.layer img {
  position: absolute;
  width: 65%;
  /*width: 35%    */
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.layer h1 {
  font-size: 2em;
  font-family: 'Lato', sans-serif;
}

.bottom {
  background: #686965;
  z-index: 1;
  border-left: 2px solid white;
}

.right-5 {
  right: 5%;
}

.left-5 {
  left: 5%;
}

.left-5changes {
  left: 5%;
}

.bottom h1 {
  color: #ffffff;
  font-family: 'Lato', sans-serif;
}

.top {
  background: #000000;
  color: rgb(255, 255, 255);
  z-index: 2;
  width: 50vw;
  border-right: 2.5px solid rgb(0, 0, 0);
}

.top .content-body {
  color: rgb(255, 255, 255);
}

.handle {
  position: absolute;
  height: 200%;
  display: block;
  background-color: #7bbe9a;
  width: 0px;
  top: 0;
  left: 50%;
}

.skewed .handle {
  height: 200%;
  transform-origin: top;
}

.skewed .top {
  margin-left: -1000px;
  width: calc(50vw + 1000px);
}

.skewed .top .content-wrap {
  margin-left: 1000px;
}

.handle-circle {
  width: 50px;
  height: 50px;
  background: url(../images/pfeilemenu.png) no-repeat center center;
  display: block;
  position: absolute;
  top: 22.5%;
  left: -27px;
  margin-top: -15px;
  cursor: move;
  user-select: none;
  background-repeat: no-repeat;
  background-size: contain;
}

.call-button-fonticon {
  width: 35px;
  height: 35px;
  margin-top: 7px;
  font-size: 25px;
  border: none;
  background-repeat: no-repeat;
  background-size: contain;
}

.call-button {
  width: 30px;
  height: 30px;
  margin-top: 7px;
  background: url(../images/callmenu.png) no-repeat center center;
  border: none;
  background-repeat: no-repeat;
  background-size: contain;
}

.email-button {
  width: 30px;
  height: 30px;
  margin-top: 7px;
  background: url(../images/emailmenu.png) no-repeat center center;
  border: none;
  background-repeat: no-repeat;
  background-size: contain;
}

.header-button1 {
  width: 40px;
  height: 40px;
  margin-top: 7px;
  background: url(../images/laptopmenu.png) no-repeat center center;
  border: none;
  background-repeat: no-repeat;
  background-size: contain;
}

.header-button2 {
  width: 40px;
  height: 40px;
  margin-top: 7px;
  background: url(../images/bookmenu.png) no-repeat center center;
  border: none;
  background-repeat: no-repeat;
  background-size: contain;
}


/* .header-button2{        mit FONTICON
  font-size: 35px;
  width: 35px; 
  color: rgb(255, 255, 255);
  height: 35px; 
  margin-top: 7px; 
  border: none; 
  background-repeat: no-repeat;
  background-size: contain; 
}
*/


.header-main-button {
  width: 50px;
  height: 50px;
  background: none;
  background-image: url(../images/logo4.png);
  background-repeat: no-repeat;
  background-size: contain;
  border: none;
}

.icon-envelope {
  width: 20px;
  height: 20px;
  background: none;
  background-image: url(../images/laptop_small.png);
  background-repeat: no-repeat;
  background-size: contain;
  border: none;
}

.icon-phone {
  background: none;
  background-image: url(../images/laptop_small.png);
  background-repeat: no-repeat;
  background-size: contain;
  border: none;
}

.btn-laptop {
  width: 100px;
  height: 100px;
  margin-top: 20px;
  background-image: url(../images/laptopmenu.png);
  border: none;
  background-repeat: no-repeat;
  background-size: contain;
  text-align: center;
  display: inline-block;
}

.btn-laptop-grey {
  width: 100px;
  height: 100px;
  margin-top: 20px;
  background-image: url(../images/laptopmenubw.png);
  border: none;
  background-repeat: no-repeat;
  background-size: contain;
  text-align: center;
  display: inline-block;
}

.btn-book {
  width: 100px;
  height: 100px;
  margin-top: 20px;
  background-image: url(../images/bookmenu.png);
  border: none;
  background-repeat: no-repeat;
  background-size: contain;
  text-align: center;
  display: inline-block;
}

.btn-book-grey {
  width: 100px;
  height: 100px;
  margin-top: 20px;
  background-image: url(../images/bookmenubw.png);
  border: none;
  background-repeat: no-repeat;
  background-size: contain;
  text-align: center;
  display: inline-block;
}

.rand {
  border: 3px solid #ffffff;
  border-radius: 20px;
  color: white;
  -webkit-box-shadow: 0px 0px 20px 2px #FFFFFF;
  box-shadow: 0px 0px 20px 2px #FFFFFF;
  min-height: 400px;
}

#vertical_auto_wrapper {
  width: 100%;
  margin: 0px;
  padding: 0px;
}

.layer .content-wrap {
  top: 0 !important;
  height: 100% !important;
}


.block-style-ten-carina {
  background-color: #ffffff;
  border: none;
  border-radius: 10px;
  text-align: center;
  padding: 65px 25px 45px 25px;
  margin-top: 40px;
  transition: all 0.3s ease-in-out;
}

.hover-blue:hover {
  border-color:#6bc3e6;
  background-color: var(--blau3);
}

.hover-orange:hover {
  border-color: #000;
  background-color: var(--orange3);
}

.block-style-ten-carina .icon {
  height: 80px;
}

.block-style-ten-carina .icon img {
  margin: 0 auto;
  height: 100%;
}

.block-style-ten-carina .title {
  font-size: 20px;
  color: rgba(0, 0, 0, 0.3);
  padding: 20px 0;

}

.block-style-ten-carina p {
  line-height: 1.45em;
  color: #000;
  padding-bottom: 27px;
  height: 200px;
}





.video_style{
border-radius: 20px;
box-shadow: 0 30px 60px -12px rgba(50, 50, 93, 0.25), 0 18px 36px -18px rgba(0, 0, 0, 0.3), 0 -12px 36px -8px rgba(0, 0, 0, 0.025);
}



/* Sidebar Styles */
.bild-aboutme {
  padding: 1em;
}

.scrollfeld {
  height:30vh;
  overflow-y: scroll;
  scroll-behavior: smooth;
  margin: 1em 1em 1.5em 1em;
  padding: 10px;
  -webkit-box-shadow: inset 0px -23px 21px -14px rgba(0,0,0,0.35); 
  box-shadow: inset 0px -23px 21px -14px rgba(0,0,0,0.35);
}

.sidebar-me {
  margin-top: 1.2em;
  width: 40em;
  height: 90vh;
  background-color: rgb(255, 255, 255);
  transition: 0.7s;
  position: fixed;
  top: 7%;
  left: 0%;
  z-index: 134;
}
.sidebar-me.is-closed {
  transform: translateX(-40em);
}

.blurred {
    -webkit-filter: blur(10px);
}

.sidebar-me-toggle {
  position: fixed;
  outline: none;
  width: 80px;
  height: 80px;
  margin-left: 39em;
  cursor: pointer;
  transition: 0.5s;;
  border: solid 2.9px rgb(0, 0, 0);
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #ffffff;
  z-index: 51;

}
.sidebar-me-toggle.is-closed {
  transform: translateX(0.3em) rotate(0deg);
}

.sidebar-bridge {
  position: fixed;
  outline: none;
  width: 115px;
  height: 70px;
  border-radius: 6px;
  margin-left: 34em;
  margin-top: 5px;
  cursor: pointer;
  transition: 0.5s;
  border: solid 2.9px rgb(0, 0, 0);
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: var(--grau2);
  z-index: 41;
}

.sidebar-bridge p {
  font-weight: 800;
  line-height: 1.2em;
}

.sidebar-me.is-closed .sidebar-bridge {
  margin-left: 39.7em;
  justify-content: left;
  padding-left: 18px;
}
.sidebar-me.is-closed .sidebar-me-toggle {
  margin-left: 43.5em;
}

.sidebar-me-toggle img {
  width: 70px;
  height: 70px;
  padding: 10px;
  z-index: 51;
  transition: all 0.7s;
  box-sizing: border-box;
  max-width: 100%;
}

.sidebar-me-toggle img:hover{
  transform: rotate(40deg);
}


.sidebar-me-toggle .icon {
  font-size: 1.5rem;
  color: rgb(255, 255, 255);
}

/* Carousel Styles */
.carousel-item.active, .carousel-item-next, .carousel-item-prev {
  display: block;
}
.carousel-inner {
  padding: 10px 35px 10px 35px;
  min-height: 500px;
  border-radius: 6px;
  height: 100%;
}
.carousel-inner h3 {
  color: var(--orange4);
}
.screen-one {
  z-index: 331;
  background-color: white;
}

.carousel-item-title {
  font-size: 1.2rem;
  line-height: 1.4;
  text-transform: uppercase;
  font-weight: 600;
  color: var(--orange4);
  letter-spacing: 1.5px;
  margin-bottom:50px;
}

.carousel-mobile {
  padding: 0px 15px 0px 15px !important;
}

.video-big {
  border-radius:6px;
  box-shadow: 4px 6px 5px 2px rgb(160, 158, 158);
}

.icon-roadmap-mobile {
  position: absolute;
  left: 5%
}



/* ROADMAP PHONE */

.phone-roadmap-common {
  padding: 3% 8% 3% 8%;
  height: 100%;
  width: 100px;
  position: absolute;
  left: 0px;
  z-index: 1;
  border-right: 1px solid rgb(255, 255, 255);
  border-radius: 6px 0 0 0;
}

.handglass-paddings {
  padding: 6% 3% 6% 8%
}

.roadmap-colour1 {
  background-color: var(--orange4);
}
.roadmap-colour2 {
  background: var(--blau4);
}
.roadmap-colour3 {
  background: var(--gruen4);
}


.icon-roadmap {
  width: 90px;
}

.number-roadmap {
  font-size: 2rem;
  color: rgb(255, 255, 255);
  font-family: 'dosis';
  font-weight: 500;
}


.timeline {
  display: flex;
  flex-direction: column;
  margin: 20px auto;
  position: relative;
}

.timeline__event {
  margin-bottom: 20px;
  position: relative;
  display: flex;
  margin: 20px 0;
  border-radius: 20px;
  align-self: center;
  width: 50vw;
}

.timeline__event:nth-child(2n + 1) {
  flex-direction: row-reverse;
}

.timeline__event:nth-child(2n + 1) .timeline__event__date {
  border-radius: 0 20px 20px 0;
  box-shadow: 0 30px 60px -12px rgba(50, 50, 93, 0.25), 0 18px 36px -18px rgba(0, 0, 0, 0.3), 0 -12px 36px -8px rgba(0, 0, 0, 0.025);
}

.timeline__event:nth-child(2n + 1) .timeline__event__content {
  border-radius: 20px 0 0 20px;
}

.timeline__event:nth-child(2n + 1) .timeline__event__icon:before {
  content: "";
  width: 2px;
  min-height: 200px;
  height: 100%;
  background: var(--orange3);
  position: absolute;
  top: 45%;
  left: 50%;
  right: auto;
  z-index: -1;
  transform: translateX(-50%);
  animation: fillTop 2s ease-in-out;
}

.timeline__event:nth-child(2n + 1) .timeline__event__icon:after {
  content: "";
  width: 100%;
  height: 2px;
  background: var(--orange3);
  position: absolute;
  right: 25%;
  z-index: -1;
  top: 50%;
  left: auto;
  transform: translateY(-50%);
  animation: fillLeft 2s ease-in-out;
}

.timeline__event__title {
  font-size: 1.2rem;
  line-height: 1.4;
  color: var(--orange4);
  font-weight: 600;
  letter-spacing: 1.5px;
}

.timeline__event__content {
  padding: 20px;
  box-shadow: 0 30px 60px -12px rgba(50, 50, 93, 0.25), 0 18px 36px -18px rgba(0, 0, 0, 0.3), 0 -12px 36px -8px rgba(0, 0, 0, 0.025);
  background: #fff;
  width: calc(40vw - 84px);
  border-radius: 0 20px 20px 0;
}

.timeline__event__date {
  color: var(--orange2);
  font-size: 1.5rem;
  font-weight: 600;
  background: var(--orange4);
  display: flex;
  align-items: center;
  justify-content: center;
  white-space: nowrap;
  padding: 0 20px;
  border-radius: 20px 0 0 20px;
  box-shadow: 0 30px 60px -12px rgba(50, 50, 93, 0.25), 0 18px 36px -18px rgba(0, 0, 0, 0.3), 0 -12px 36px -8px rgba(0, 0, 0, 0.025);
}

.timeline__event__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--orange1);
  padding: 20px;
  align-self: center;
  margin: 0 20px;
  background: var(--orange3);
  border-radius: 100%;
  width: 40px;
  box-shadow: 0 30px 60px -12px rgba(50, 50, 93, 0.25), 0 18px 36px -18px rgba(0, 0, 0, 0.3), 0 -12px 36px -8px rgba(0, 0, 0, 0.025);
  padding: 40px;
  height: 40px;
  position: relative;
}

.timeline__event__icon i {
  font-size: 32px;
}

.timeline__event__icon:before {
  content: "";
  width: 2px;
  min-height: 150px;
  height: 100%;
  background: var(--orange3);
  position: absolute;
  top: 0%;
  z-index: -1;
  left: 50%;
  transform: translateX(-50%);
  animation: fillTop 2s ease-in-out;
}

.timeline__event__icon:after {
  content: "";
  width: 100%;
  min-width: 70px;
  height: 2px;
  background: var(--orange3);
  position: absolute;
  left: 0%;
  z-index: -1;
  top: 50%;
  transform: translateY(-50%);
  animation: fillLeftOdd 2s ease-in-out;
}

.timeline__event__description {
  flex-basis: 60%;
}

.timeline__event--type2:after {
  background: var(--blau4);
}

.timeline__event--type2 .timeline__event__date {
  color: #ffffff;
  background: var(--blau4);
}

.timeline__event--hover:hover {
  -webkit-box-shadow: -8px -1px 20px 4px rgba(22,33,61,0.29); 
  box-shadow: -8px -1px 20px 4px rgba(22,33,61,0.29);
  background: var(--blau3);
  transition: all 0.7s;
  cursor: pointer;
}

.timeline__event--type2:nth-child(2n + 1) .timeline__event__icon:before,
.timeline__event--type2:nth-child(2n + 1) .timeline__event__icon:after {
  background: var(--blau3);
}

.timeline__event--type2 .timeline__event__icon {
  background: var(--blau3);
  color: var(--blau3);
}

.timeline__event--type1 .timeline__event__icon:before,
.timeline__event--type2 .timeline__event__icon:before {
  background: var(--blau3);
  min-height: 200px;
  top: 25px;
}
.timeline__event--type1 .timeline__event__icon:after,
.timeline__event--type2 .timeline__event__icon:after {
  background: var(--blau3);
  min-width: 100px;
  left: 25%;
}


.timeline__event--type4 .timeline__event__icon:before {
  background: var(--orange3);
  min-height: 200px;
  top: 25px;
}

.timeline__event--type4 .timeline__event__icon:after {
  background: var(--orange3);
  min-width: 100px;
  left: 25%;
}

.timeline__event--type2 .timeline__event__title {
  color: var(--blau4);
}

.timeline__event--type3:after {
  background: var(--gruen3);
}

.timeline__event--type3 .timeline__event__date {
  color: var(--gruen3);
  background-color: var(--gruen4);
}

.timeline__event--type3:nth-child(2n + 1) .timeline__event__icon:before,
.timeline__event--type3:nth-child(2n + 1) .timeline__event__icon:after {
  background: var(--gruen3);
}

.timeline__event--type3 .timeline__event__icon {
  background: var(--gruen3);
  color: var(--gruen4);
}

.timeline__event--type3 .timeline__event__icon:before,
.timeline__event--type3 .timeline__event__icon:after {
  background: var(--gruen3);
}

.timeline__event--type3 .timeline__event__title {
  color: var(--gruen4);
}

.timeline__event:last-child .timeline__event__icon:before {
  content: none;
}

#only-phone {
  display: none;
}

#only-phone h2, #no-phone h2{
  text-align: center;
}

@keyframes fillLeft {
  100% {
    right: 100%;
  }
}

@keyframes fillTop {
  100% {
    top: 100%;
  }
}

@keyframes fillLeftOdd {
  100% {
    left: 100%;
  }
}






















.body-wrap {
  background-color: #fff;
  width: 600px;
  min-height: 500px;
  margin: 0 auto;
  font-size: 12px;
}

.pres-timeline {
  font-family: roboto, helvetica, sans-serif;
  font-size: 12px;
  color: #4A4A4A;
  width: 100%;
  margin: 30px 0;
}

.pres-timeline>div>div {
  padding: 1em 0;
  box-sizing: border-box;
}

.pres-timeline .periods-container,
.pres-timeline .cards-container {
  overflow: hidden;
  box-sizing: border-box;
  position: relative;
  min-height: 100px;
  transition: height .5s ease-in-out;
  background-color: #FFF;
}

.periods-container:before {
  background-image: linear-gradient(left, #FFF, rgba(248, 248, 248, 0));
  left: 0;
  content: '';
  position: absolute;
  z-index: 2;
  top: 0;
  height: 100%;
  width: 100px;
}

.periods-container:after {
  background-image: linear-gradient(right, #FFF, rgba(248, 248, 248, 0));
  right: 0;
  content: '';
  position: absolute;
  z-index: 2;
  top: 0;
  height: 100%;
  width: 100px;
}

.periods-container .btn-back,
.periods-container .btn-next {
  display: inline-block;
  width: 15%;
  height: 100%;
  position: absolute;
  cursor: pointer;
  z-index: 10;
  transition: 0.3s ease-in-out;
}

.periods-container .btn-back:hover,
.periods-container .btn-next:hover {
  background-color: rgba(0, 0, 0, 0.05);
}

.periods-container .btn-back.hide,
.periods-container .btn-next.hide {
  display: none;
}

.periods-container .btn-back {
  left: 0;
}

.periods-container .btn-next {
  right: 0;
}

.periods-container section {
  width: 70%;
  height: 0;
  position: absolute;
  margin-left: 15%;
  border-bottom: 5px solid #dfe3e6;
  padding: 1.5em;
  box-sizing: border-box;
  transition: transform .3s ease-in-out, opacity .2s ease, height .3s ease;
  bottom: 0;
  opacity: 0;
  background-color: #fff;
}

.periods-container section.active {
  height: auto;
  opacity: 1;
  transform: translateX(0);
  z-index: 5;
}

.periods-container section.active .title,
.periods-container section.active p {
  display: block;
}

.periods-container section.prev {
  height: auto;
  opacity: 0.4;
  transform: translateX(-100%);
  z-index: 0;
}

.periods-container section.prev .year {
  text-align: right;
}

.periods-container section.next {
  height: auto;
  opacity: 0.4;
  transform: translateX(100%);
  z-index: 0;
}

.periods-container section .year {
  font-size: 20px;
  font-weight: 400;
}

.periods-container section .title {
  color: #4A4A4A;
  font-size: 28px;
  font-weight: 400;
  display: none;
}

.periods-container section p {
  display: none;
}

.timeline-container {
  position: relative;
  width: 100%;
  height: 50px;
  overflow: hidden;
}

.timeline-container:before {
  background-image: linear-gradient(left, #FFF, rgba(248, 248, 248, 0));
  left: 0;
  content: '';
  position: absolute;
  z-index: 2;
  top: 0;
  height: 100%;
  width: 100px;
}

.timeline-container:after {
  background-image: linear-gradient(right, #FFF, rgba(248, 248, 248, 0));
  right: 0;
  content: '';
  position: absolute;
  z-index: 2;
  top: 0;
  height: 100%;
  width: 100px;
}

.timeline-container .timeline {
  position: absolute;
  display: block;
  height: 50px;
  transition: left .3s ease-in-out;
}

.timeline-container .timeline ol {
  display: block;
  width: 100%;
  height: 2px;
  background-color: #dfe3e6;
  list-style: none;
  padding-left: 210px;
  padding-right: 300px;
}

.timeline-container .timeline ol li {
  display: inline-block;
  padding: 5px;
  margin-top: -11px;
  margin-left: 80px;
  border-radius: 50%;
  border: 3px solid #7f9298;
  background-color: #FFF;
  position: relative;
  cursor: pointer;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}

.timeline-container .timeline ol li.active {
  box-shadow: none;
}

.timeline-container .timeline ol li.active:before {
  content: "";
  display: block;
  height: 25px;
  width: 1px;
  position: absolute;
  top: -25px;
  transition: opacity .3s ease-in-out;
}

.timeline-container .timeline ol li.active:after {
  content: "";
  display: block;
  height: 25px;
  width: 1px;
  position: absolute;
  bottom: -25px;
  transition: opacity .3s ease-in-out;
}

.timeline-container .btn-back,
.timeline-container .btn-next {
  display: inline-block;
  position: absolute;
  cursor: pointer;
  margin-top: -2px;
  z-index: 11;
  transition: all .3s ease;
}

.timeline-container .btn-back.hide,
.timeline-container .btn-next.hide {
  display: none;
}

.timeline-container .btn-back:hover,
.timeline-container .btn-next:hover {
  border-color: #7f9298;
}

.timeline-container .btn-back {
  left: 1em;
}

.timeline-container .btn-next {
  right: 1em;
}

.cards-container:before {
  background-image: linear-gradient(left, #FFF, rgba(248, 248, 248, 0));
  left: 0;
  content: '';
  position: absolute;
  z-index: 2;
  top: 0;
  height: 100%;
  width: 100px;
}

.cards-container:after {
  background-image: linear-gradient(right, #FFF, rgba(248, 248, 248, 0));
  right: 0;
  content: '';
  position: absolute;
  z-index: 2;
  top: 0;
  height: 100%;
  width: 100px;
}

.cards-container section {
  width: 70%;
  position: absolute;
  margin-left: 15%;
  margin-bottom: 2em;
  border: 1px solid #f5f7f6;
  padding: 1.5em;
  box-sizing: border-box;
  transition: transform .3s ease-in-out;
  top: 0;
  opacity: 0;
  border-radius: 8px;
  background-color: #fff;
  box-shadow: 0 10px 15px rgba(0, 0, 0, 0.15);
}

.cards-container section.active {
  height: auto;
  opacity: 1;
  transform: translateX(0);
  z-index: 5;
}

.cards-container section.prev {
  height: auto;
  opacity: 0.4;
  transform: translateX(-105%);
  z-index: 0;
}

.cards-container section.next {
  height: auto;
  opacity: 0.4;
  transform: translateX(105%);
  z-index: 0;
}

.cards-container section .year {
  text-align: center;
  font-size: 16px;
  margin: 0;
}

.cards-container section .title {
  font-weight: 400;
}

.cards-container section img {
  width: 100%;
}

.only-mobile {
  display: none;
}

.impressum-modal {
  z-index: 95430403;
}
.modal-body {
 font-size: 0.8em;
 color: #646464;
 background: rgb(243,253,253);
background: linear-gradient(113deg, rgba(243,253,253,1) 0%, rgba(250,247,245,1) 100%);
}



.sticky_section {
  background-color: 
rgba(255, 255, 255, 0.9);
  padding: 5px 0;
  z-index: 999;
  min-height: 65px;
  position: fixed;
  width: 100%;
  bottom: 0px;
  left: 0px;
  display: none;
}

.scroll-box p {
  color: 
rgb(0, 0, 0);
  font-size: 18px;
  margin-bottom: 0;
  text-align: center;
}

.scroll-box i {
  color: 
#000000;
  font-size: 24px;
  font-weight: 600;
  margin: 0px 0 0 0;
}

.scroll-box p a {
  color: 
rgb(0, 0, 0);
  text-decoration: none;
}

.scroll-box p a:hover {
  color: 
rgb(255, 0, 0);
  text-decoration: none;
}

.theme-footer-nine {
  padding-bottom: 85px;
}

.mail-button-bottom {
    width: 35px;
    height: 35px;
    line-height: 35px;
    position: fixed;
    bottom: 20px;
    left: 5px;
    z-index: 9429;
    font-size: 18px;
    cursor: pointer;
}

.tel-button-bottom {
  width: 35px;
  height: 35px;
  line-height: 35px;
  position: fixed;
  bottom: 20px;
  left: 45px;
  z-index: 9429;
  font-size: 18px;
  cursor: pointer;
}

.name-text-bottom {
  width: 255px;
  height: 35px;
  line-height: 17px;
  position: fixed;
  bottom: 15px;
  left: 105px;
  z-index: 9429;
  font-size: 18px;
  cursor: pointer;
}

.content {
  display: none;
  overflow: hidden;
}

.email-button-error {
  background-color: var(--orange2) !important;
}
.email-button-error:hover {
  background-color: var(--orange3) !important;
}
.email-button-success {
  background-color: var(--gruen2) !important;
}
.email-button-success:hover {
  background-color: var(--gruen3) !important;
}

.footer-element-wrapper {
  margin-left: 60px;
}

.fixed-footer-li {
  position: absolute; left: 20px;
}