html {
    scroll-behavior: smooth;
}

body {
  font-family: urbane, sans-serif;
  position: relative;
  width: 100%;
  height: 100%;
  background-color: #0a2029;
  color: #ffffff;
  font-size: 16px;
  font-weight: 300;
}

@media (max-width: 991px) {
body {
  background-color: #0b222a;
}
}

/*--------------------------------------------------------------
# Layout
--------------------------------------------------------------*/

@media (min-width: 1600px) {
.container {
    max-width: 1420px!important;
}
}

.hero {
    width: 100%;
    height: 100vh;
    padding-top: 92px;
}

.video-container {
    height: 100vh;
    width: 100%;
    position: relative;
}

.video-container .videolg {
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 0;
}

/* Just styling the content of the div, the *magic* in the previous rules */
.video-container .caption {
    z-index: 3;
    position: absolute;
    text-align: left;
    bottom: 0;
    max-width: 640px;
}

.caption h1 {
    color: #ffffff;
}

.videosm {
    width: 100%;
    height: auto;
}

@media (max-width: 991px) {
.hero {
    padding-top: 187px;
    padding-bottom: 100px;
    height: 100%;
}
.video-container {
    height: 100%;
    width: 100%;
    position: relative;
}
}

@media (max-height: 620px) {
.hero {
    padding-top: 187px;
    padding-bottom: 100px;
    height: 100%;
}
}

.bg-primary {
    background-color: #0166E2!important;
}

.bg-black {
  background-color: #000000;
}

.abstand {
    margin-top: 120px;
    margin-bottom: 120px;
}

.abstandpadding {
    padding-top: 120px;
    padding-bottom: 120px;
}

.slidescroller {
    margin-top: -89px;
    padding-top: 89px;
}

@media (max-width: 320px) {
.slidescroller {
    margin-top: -88px;
    padding-top: 88px;
}
}

@media (max-width: 991px) {
.abstandlg {
    margin-bottom: 40px;
}
}

@media (max-width: 767px) {
.abstandmd {
    margin-bottom: 40px;
}
}

/*--------------------------------------------------------------
# Typografie
--------------------------------------------------------------*/

a {
  color: #019FE3;
}

a:focus, a:hover {
  color: #0166E2;
  text-decoration: none;
}

h1 {
  font-size: 40px;
  font-weight: 600;
}

h2 {
  font-size: 36px;
  font-weight: 600;
}

h3 {
  font-size: 24px;
  font-weight: 600;
}

h4 {
  font-size: 24px;
  font-weight: 600;
}

.red {
  color: #019FE3;  
}

@media (max-width: 1200px) {
h1 {
  font-size: 36px;
}
h2 {
  font-size: 32px;
  font-weight: 600;
}
h3 {
  font-size: 22px;
  font-weight: 600;
}
h4 {
  font-size: 22px;
  font-weight: 600;
}
}

@media (max-width: 767px) {
h1 {
  font-size: 32px;
}
h2 {
  font-size: 28px;
  font-weight: 600;
}
h3 {
  font-size: 20px;
  font-weight: 600;
}
h4 {
  font-size: 20px;
  font-weight: 600;
}
.lead {
    font-size: 18px!important;
}
}

@media (max-width: 425px) {
h1 {
  font-size: 28px;
}
.lead {
    font-size: 16px!important;
}
}

/*--------------------------------------------------------------
# Buttons
--------------------------------------------------------------*/

.btn {
    padding: 0.5rem 1.25rem;
    border-radius: 26px;
}

.btn-primary {
    background-image: -webkit-gradient(linear, left top, right top, from(#019FE3), to(#0166E2));
    background-image: linear-gradient(to right, #019FE3 0%, #0166E2 100%);
    color: #ffffff;
    border: none;
}

.btn-primary:hover {
  color: #0166E2;
  background: #ffffff;
  border: none;
}

.btn-outline-primary {
  color: #019FE3;
  border-color: #019FE3;
}

.btn-outline-primary:hover {
  color: #ffffff;
  background-color: #0166E2;
  border-color: #0166E2;
}

.btn-outline-dark {
  color: #0a2029;
  border-color: #0a2029;
}

.btn-outline-dark:hover {
  color: #ffffff;
  background-color: #0a2029;
  border-color: #0a2029;
}

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/

.card {
  border: none;
  background-color: #000000;
  border-radius: 0.85rem;
  -webkit-box-shadow: 0px 2px 20px rgba(2, 104, 115, 0.1);
          box-shadow: 0px 2px 20px rgba(2, 104, 115, 0.1);
}

.card-img-top {
  border-radius: 0.85rem 0.85rem 0 0;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/

#navigation {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  z-index: 997;
  padding-top: 16px;
  padding-bottom: 16px;
  background: #0a2029;
}

#navigation.header-scrolled {
  background: #0a2029;
  padding-top: 16px;
  padding-bottom: 16px;
}

.navbar-logo {
  width: 180px;
}

@media (max-width: 320px) {
.navbar-logo {
  width: 120px;
}
}

@media (max-width: 991px) {
#main-menu {
    margin-top: 20px;
    margin-bottom: 6px;
}
#navigation {
  background: #0b222a;
  padding-top: 16px;
  padding-bottom: 16px;
}
}

.navbar-nav .nav-link, .nav-item {
  color: #ffffff;
  font-size: 16px;
}

.navbar-nav .nav-link:hover, .navbar-nav .nav-link:focus {
  color: #019FE3;
}

.navbar-nav .show > .nav-link,
.navbar-nav .active > .nav-link,
.navbar-nav .nav-link.show,
.navbar-nav .nav-link.active {
  color: #019FE3;
}

.navbar-toggler {
  color: #019FE3;
  border-color: #019FE3;
}

.dropdown-item:hover, .dropdown-item:focus {
  background-color: #019FE3;
}

.dropdown-item.active {
  background-color: #019FE3;
}

.navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke='rgba(1, 159, 227, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}


/*--------------------------------------------------------------
# Sidenavigation
--------------------------------------------------------------*/

#collapsesidenav {
	list-style-type: none;
  margin: 0;
  padding: 0;
}

#collapsesidenav ul {
	list-style-type: none;
  margin: 0;
  padding: 0;
}

#collapsesidenav .active a {
  color: #019FE3;
}

#collapsesidenav a:hover {
  color: #019FE3;
}

#collapsesidenav a {
  color: #ffffff;
}


/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/

.footer {
  background-color: #000000;
}

/*--------------------------------------------------------------
# Cookies
--------------------------------------------------------------*/

.cookiealert {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    margin: 0 !important;
    z-index: 999;
    opacity: 0;
    visibility: hidden;
    border-radius: 0;
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
    -webkit-transition: all 500ms ease-out;
    transition: all 500ms ease-out;
    color: #ffffff;
    background-color: rgba(0, 0, 0, 0.85);
    
}

.cookiealert.show {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
    -webkit-transition-delay: 1000ms;
            transition-delay: 1000ms;
}

.cookiealert a {
    text-decoration: underline
}

.cookiealert .acceptcookies {
    margin-top: 10px;
    vertical-align: baseline;
}

.disclaimer-footer {
  text-align: right;
}

@media (max-width: 768px) {
.disclaimer-footer {
  text-align: left;
}
}
.tox-tinymce {
  top: auto!important;
  bottom: 0!important;
}





/*--------------------------------------------------------------
# Page Wrapper
--------------------------------------------------------------*/

        .page-wrapper .sidebar-wrapper,
        .sidebar-wrapper .sidebar-brand>a,
        .sidebar-wrapper .sidebar-dropdown>a:after,
        .sidebar-wrapper .sidebar-menu .sidebar-dropdown .sidebar-submenu li a:before,
        .sidebar-wrapper ul li a i,
        .page-wrapper .page-content,
        .sidebar-wrapper .sidebar-search input.search-menu,
        .sidebar-wrapper .sidebar-search .input-group-text,
        .sidebar-wrapper .sidebar-menu ul li a,
        #show-sidebar,
        #close-sidebar {
            -webkit-transition: all 0.3s ease;
            transition: all 0.3s ease;
        }

        /*----------------page-wrapper----------------*/

        .page-wrapper-container {
            margin-top: 89px;
        }

        .page-wrapper .theme {
            width: 40px;
            height: 40px;
            display: inline-block;
            border-radius: 4px;
            margin: 2px;
        }

        .theme.chiller-theme {
            background: #343a40;
        }

        /*----------------toggeled sidebar----------------*/

        .page-wrapper.toggled .sidebar-wrapper {
            left: 0px;
        }

        .page-wrapper.toggled .page-content {
            padding-left: 262px;
        }

        /*----------------show sidebar button----------------*/
        #show-sidebar {
            position: fixed;
            left: 0;
            top: 10px;
            z-index: 2000;
            border-radius: 0 4px 4px 0px;
            width: 35px;
            -webkit-transition-delay: 0.3s;
            transition-delay: 0.3s;
        }

        .page-wrapper.toggled #show-sidebar {
            left: -40px;
        }

        /*----------------sidebar-wrapper----------------*/

        @media (min-width: 768px) {
            .docs-sidebar {
                border-right: 1px #ffffff solid;
            }
            .docs-sidebarfixed {
                padding-top: 136px;
                position: sticky;
                top: 0;
            }
            .docs-contentbox {
                padding-left: 35px!important;
            }
        }

        @media (max-width: 767px) {
            .toggled .sidebar-wrapper {
                width: 100%;
            }
        }


        .sidebar-wrapper ul {
            list-style-type: none;
            padding: 0;
            margin: 0;
        }

        .sidebar-wrapper a {
            text-decoration: none;
        }

        /*----------------sidebar-content----------------*/

        .sidebar-content {
            max-height: calc(100% - 30px);
            padding: 0 50px 50px 0;
            height: calc(100% - 30px);
            overflow-y: auto;
            position: relative;
            font-family: 'Poppins', sans-serif;
        }

        .sidebar-content.desktop {
            overflow-y: hidden;
        }

        .sidenavdropdown {
          padding-bottom: 10px;
          font-size: 15px;
          padding-left: 46px;
        }

        a.sidenav-link {
          margin-bottom: 10px;
          cursor: pointer;
        }

        a.sidenav-link.active {
          color: #019FE3;
        }

        /*--------------------sidebar-brand----------------------*/

        .sidebar-wrapper .sidebar-brand {
            padding: 30px;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
        }

        .sidebar-wrapper .sidebar-brand>a {
            text-transform: uppercase;
            font-weight: bold;
            -webkit-box-flex: 1;
            -ms-flex-positive: 1;
            flex-grow: 1;
        }

        .sidebar-wrapper .sidebar-brand #close-sidebar {
            cursor: pointer;
            font-size: 20px !important;
            color: #ffffff;
        }

        /*--------------------sidebar-header----------------------*/

        .sidebar-wrapper .sidebar-header {
            padding: 20px;
            overflow: hidden;
        }

        .sidebar-wrapper .sidebar-header .user-pic {
            float: left;
            width: 60px;
            padding: 2px;
            border-radius: 12px;
            margin-right: 15px;
            overflow: hidden;
        }

        .sidebar-wrapper .sidebar-header .user-pic img {
            -o-object-fit: cover;
            object-fit: cover;
            height: 100%;
            width: 100%;
        }

        .sidebar-wrapper .sidebar-header .user-info {
            float: left;
        }

        .sidebar-wrapper .sidebar-header .user-info>span {
            display: block;
        }

        .sidebar-wrapper .sidebar-header .user-info .user-role {
            font-size: 12px !important;
        }

        .sidebar-wrapper .sidebar-header .user-info .user-status {
            font-size: 11px !important;
            margin-top: 4px;
        }

        .sidebar-wrapper .sidebar-header .user-info .user-status i {
            font-size: 8px !important;
            margin-right: 4px;
            color: #019FE3;
        }

        .sidebar-dropdown {
            font-size: 15px !important;
        }


        /*-----------------------sidebar-search------------------------*/

        .sidebar-wrapper .sidebar-search>div {
            padding: 10px 20px;
        }

        /*----------------------sidebar-menu-------------------------*/

        .sidebar-wrapper .sidebar-menu {
            padding-bottom: 10px;
        }

        .abstanddokumentation {
          padding-top: 50px;
          padding-left: 0;
          padding-right: 0;
        }

        .sidebar-wrapper .sidebar-menu .header-menu span {
            font-weight: bold;
            font-size: 14px !important;
            padding: 50px 50px 10px 50px;
            display: inline-block;
        }

        .sidebar-wrapper .sidebar-menu ul li a {
            display: inline-block;
            width: 100%;
            text-decoration: none;
            position: relative;
            padding: 4px 50px 4px 50px;
        }

        .sidebar-wrapper .sidebar-menu ul li a i {
            margin-right: 10px;
            font-size: 13px !important;
            width: 26px;
            height: 26px;
            line-height: 26px;
            text-align: center;
            border-radius: 4px;
        }

        .sidebar-wrapper .sidebar-menu ul li a:hover>i::before {
            display: inline-block;
            -webkit-animation: swing ease-in-out 0.5s 1 alternate;
            animation: swing ease-in-out 0.5s 1 alternate;
        }

        .sidebar-wrapper .sidebar-menu .sidebar-dropdown .sidebar-submenu ul {
            padding: 5px 0;
        }

        .sidebar-wrapper .sidebar-menu .sidebar-dropdown .sidebar-submenu li {
            padding-left: 25px;
            font-size: 13px !important;
        }

        .sidebar-wrapper .sidebar-menu .sidebar-dropdown .sidebar-submenu li a:before {
            content: "\f111";
            font-family: "Font Awesome 5 Free";
            font-weight: 400;
            font-style: normal;
            display: inline-block;
            text-align: center;
            text-decoration: none;
            -webkit-font-smoothing: antialiased;
            -moz-osx-font-smoothing: grayscale;
            margin-right: 10px;
            font-size: 8px !important;
        }

        .sidebar-wrapper .sidebar-menu ul li a span.label,
        .sidebar-wrapper .sidebar-menu ul li a span.badge {
            float: right;
            margin-top: 8px;
            margin-left: 5px;
        }

        .sidebar-wrapper .sidebar-menu .sidebar-dropdown .sidebar-submenu li a .badge,
        .sidebar-wrapper .sidebar-menu .sidebar-dropdown .sidebar-submenu li a .label {
            float: right;
            margin-top: 0px;
        }

        .sidebar-wrapper .sidebar-menu .sidebar-submenu {
            display: none;
        }

        /*--------------------------side-footer------------------------------*/

        .sidebar-footer {
            position: absolute;
            width: 100%;
            bottom: 0;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
        }

        .sidebar-footer>a {
            -webkit-box-flex: 1;
            -ms-flex-positive: 1;
            flex-grow: 1;
            text-align: left;
            height: 30px;
            line-height: 30px;
            padding-left: 30px;
            position: relative;
        }

        .sidebar-footer>a .notification {
            position: absolute;
            top: 0;
        }

        .badge-sonar {
            display: inline-block;
            background: #980303;
            border-radius: 50%;
            height: 8px;
            width: 8px;
            position: absolute;
            top: 0;
        }

        .badge-sonar:after {
            content: "";
            position: absolute;
            top: 0;
            left: 0;
            border: 2px solid #980303;
            opacity: 0;
            border-radius: 50%;
            width: 100%;
            height: 100%;
            -webkit-animation: sonar 1.5s infinite;
            animation: sonar 1.5s infinite;
        }

        /*------scroll bar---------------------*/

        ::-webkit-scrollbar {
            width: 5px;
            height: 7px;
        }

        ::-webkit-scrollbar-button {
            width: 0px;
            height: 0px;
        }

        ::-webkit-scrollbar-thumb {
            background: #525965;
            border: 0px none #ffffff;
            border-radius: 0px;
        }

        ::-webkit-scrollbar-thumb:hover {
            background: #525965;
        }

        ::-webkit-scrollbar-thumb:active {
            background: #525965;
        }

        ::-webkit-scrollbar-track {
            background: transparent;
            border: 0px none #ffffff;
            border-radius: 50px;
        }

        ::-webkit-scrollbar-track:hover {
            background: transparent;
        }

        ::-webkit-scrollbar-track:active {
            background: transparent;
        }

        ::-webkit-scrollbar-corner {
            background: transparent;
        }


        @-webkit-keyframes swing {
            0% {
                -webkit-transform: rotate(0deg);
                transform: rotate(0deg);
            }

            10% {
                -webkit-transform: rotate(10deg);
                transform: rotate(10deg);
            }

            30% {
                -webkit-transform: rotate(0deg);
                transform: rotate(0deg);
            }

            40% {
                -webkit-transform: rotate(-10deg);
                transform: rotate(-10deg);
            }

            50% {
                -webkit-transform: rotate(0deg);
                transform: rotate(0deg);
            }

            60% {
                -webkit-transform: rotate(5deg);
                transform: rotate(5deg);
            }

            70% {
                -webkit-transform: rotate(0deg);
                transform: rotate(0deg);
            }

            80% {
                -webkit-transform: rotate(-5deg);
                transform: rotate(-5deg);
            }

            100% {
                -webkit-transform: rotate(0deg);
                transform: rotate(0deg);
            }
        }

        @keyframes swing {
            0% {
                -webkit-transform: rotate(0deg);
                transform: rotate(0deg);
            }

            10% {
                -webkit-transform: rotate(10deg);
                transform: rotate(10deg);
            }

            30% {
                -webkit-transform: rotate(0deg);
                transform: rotate(0deg);
            }

            40% {
                -webkit-transform: rotate(-10deg);
                transform: rotate(-10deg);
            }

            50% {
                -webkit-transform: rotate(0deg);
                transform: rotate(0deg);
            }

            60% {
                -webkit-transform: rotate(5deg);
                transform: rotate(5deg);
            }

            70% {
                -webkit-transform: rotate(0deg);
                transform: rotate(0deg);
            }

            80% {
                -webkit-transform: rotate(-5deg);
                transform: rotate(-5deg);
            }

            100% {
                -webkit-transform: rotate(0deg);
                transform: rotate(0deg);
            }
        }

        @-webkit-keyframes sonar {
            0% {
                -webkit-transform: scale(0.9);
                transform: scale(0.9);
                opacity: 1;
            }

            100% {
                -webkit-transform: scale(2);
                transform: scale(2);
                opacity: 0;
            }
        }

        @keyframes sonar {
            0% {
                -webkit-transform: scale(0.9);
                transform: scale(0.9);
                opacity: 1;
            }

            100% {
                -webkit-transform: scale(2);
                transform: scale(2);
                opacity: 0;
            }
        }


        /*-----------------------------chiller-theme-------------------------------------------------*/

        .sidebar-wrapper .sidebar-search input.search-menu,
        .sidebar-wrapper .sidebar-search .input-group-text {
            border-color: transparent;
            -webkit-box-shadow: none;
            box-shadow: none;
        }

        .sidebar-wrapper .sidebar-header .user-info .user-role,
        .sidebar-wrapper .sidebar-header .user-info .user-status,
        .sidebar-wrapper .sidebar-search input.search-menu,
        .sidebar-wrapper .sidebar-search .input-group-text,
        .sidebar-wrapper .sidebar-brand>a,
        .sidebar-wrapper .sidebar-menu ul li a,
        .sidebar-footer>a {
            color: #e6e8e8;
        }

        .sidebar-wrapper .sidebar-menu ul li:hover>a,
        .sidebar-wrapper .sidebar-menu .sidebar-dropdown.active>a,
        .sidebar-wrapper .sidebar-header .user-info,
        .sidebar-wrapper .sidebar-brand>a:hover,
        .sidebar-footer>a:hover i {
            color: #b8bfce;
        }

        .page-wrapper.chiller-theme.toggled #close-sidebar {
            color: #bdbdbd;
        }

        .page-wrapper.chiller-theme.toggled #close-sidebar:hover {
            color: #ffffff;
        }

        .sidebar-wrapper ul li:hover a i,
        .sidebar-wrapper .sidebar-dropdown .sidebar-submenu li a:hover:before,
        .sidebar-wrapper .sidebar-search input.search-menu:focus+span,
        .sidebar-wrapper .sidebar-menu .sidebar-dropdown.active a i {
            color: #019FE3;
            text-shadow: 0px 0px 10px rgba(22, 199, 255, 0.5);
        }

        .sidebar-wrapper .sidebar-menu ul li a i,
        .sidebar-wrapper .sidebar-menu .sidebar-dropdown div,
        .sidebar-wrapper .sidebar-search input.search-menu,
        .sidebar-wrapper .sidebar-search .input-group-text {
            background: #2F2F2F;
        }

        .sidebar-footer>a:first-child {
            border-left: none;
        }

        .sidebar-footer>a:last-child {
            border-right: none;
        }

        .imgdokumentation {
          border-radius: 0.85rem;
        }

        .sidenavdropdown .nav-link {
          padding: 0!important;
          color: #e6e8e8;
          margin-bottom: 6px;
        }

        .nav-pills .nav-link.active, .nav-pills .show>.nav-link {
          color: #019FE3!important;
          background-color: #0a2029!important;
        }


        @media (max-width: 991px) {
        .nav-pills .nav-link.active, .nav-pills .show>.nav-link {
          color: #019FE3!important;
          background-color: #0b222a!important;
        }
        }

        .fade:not(.show) {
          display: none;
        }
        
        .hide {
            display: none !important;
        }
        
        .nonactive {
            color: #e6e8e8!important;
        }

        .fakelink:hover {
          color: #019FE3!important;
          cursor: pointer!important;
        }

        .sidenav-link i {
            background: #000000;
            font-size: 16px!important;
            width: 30px;
            height: 30px;
            line-height: 30px;
            text-align: center;
            border-radius: 4px;
            color: #e6e8e8;
            margin-right:10px;
        }

        .sidenav-link.active i {
            color: #019FE3;
        }

        .sidenav-link.active.nonactive i {
            color: #e6e8e8;
        }

        .footernavdoku .col {
            padding: 0;
        }

        .sidenav-link-mobile i {
            background: #0a2029;
            font-size: 13px!important;
            width: 24px;
            height: 24px;
            line-height: 24px;
            text-align: center;
            border-radius: 4px;
            color: #e6e8e8;
            margin-right:0;
        }

        .sidenav-link-mobile.active i {
            color: #019FE3;
        }

        .sidenav-link-mobile.active.nonactive i {
            color: #e6e8e8;
        }

        .table>tbody>tr>td {
            vertical-align: middle;
        }

        table {
            border-color: #0a2029!important;
        }

        .table-dark {
            background-color: #000000!important;
            border-radius: 0.85rem;
        }

        .table td, .table th {
            padding: 0.75rem;
            vertical-align: top;
            border-top: 1px solid #0a2029!important;
        }

        .imgdokumentationfunktion {
          border-radius: 0.35rem;
          max-height: 40px;
        }

        @media (max-width: 991px) {
            .imgdokumentationfunktion {
            max-height: 30px;
            }
        table {
            border-color: #0b222a!important;
        }

        .table td, .table th {
            padding: 0.75rem;
            vertical-align: top;
            border-top: 1px solid #0b222a!important;
        }
        }



        .parallax-wrap {
            position: relative;
            width: 100%;
            height: 100%;
            overflow: hidden;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
        }

        .parallax-wrap span {
            position: absolute;
            width: 100%;
            height: 100%;
        }

        .parallax-wrap span:nth-child(1) {
            top: 30%;
            left: 68%;
            z-index: 3;
            width: 400px;
        }

        .parallax-wrap span:nth-child(2) {
            top: 70%;
            left: 16%;
            z-index: 3;
            width: 400px;
        }

        @media (max-width: 1199px) {
            .parallax-wrap span:nth-child(1) {
                top: 30%;
                left: 68%;
                z-index: 3;
                width: 300px;
            }

            .parallax-wrap span:nth-child(2) {
                top: 70%;
                left: 16%;
                z-index: 3;
                width: 300px;
            }
        }

        @media (max-width: 991px) {
            .parallax-wrap span:nth-child(1) {
                top: 50%;
                left: 68%;
                z-index: 3;
                width: 250px;
            }

            .parallax-wrap span:nth-child(2) {
                top: 90%;
                left: 6%;
                z-index: 3;
                width: 250px;
            }
        }



/* --------------------------------

Main Components

-------------------------------- */
.cd-horizontal-timeline {
  opacity: 0;
  margin: 2em auto;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
}
.cd-horizontal-timeline::before {
  /* never visible - this is used in jQuery to check the current MQ */
  content: 'mobile';
  display: none;
}
.cd-horizontal-timeline.loaded {
  /* show the timeline after events position has been set (using JavaScript) */
  opacity: 1;
}
.cd-horizontal-timeline .timeline {
  position: relative;
  height: 100px;
  width: 90%;
  max-width: 800px;
  margin: 0 auto;
}
.cd-horizontal-timeline .events-wrapper {
  position: relative;
  height: 100%;
  margin: 0 40px;
  overflow: hidden;
}
.cd-horizontal-timeline .events-wrapper::after, .cd-horizontal-timeline .events-wrapper::before {
  /* these are used to create a shadow effect at the sides of the timeline */
  content: '';
  position: absolute;
  z-index: 2;
  top: 0;
  height: 100%;
  width: 20px;
}
.cd-horizontal-timeline .events-wrapper::before {
  left: 0;
  background-image: -webkit-gradient(linear, left top, right top, from(#f8f8f8), to(rgba(248, 248, 248, 0)));
  background-image: linear-gradient(to right, #f8f8f8, rgba(248, 248, 248, 0));
}
.cd-horizontal-timeline .events-wrapper::after {
  right: 0;
  background-image: -webkit-gradient(linear, right top, left top, from(#f8f8f8), to(rgba(248, 248, 248, 0)));
  background-image: linear-gradient(to left, #f8f8f8, rgba(248, 248, 248, 0));
}
.cd-horizontal-timeline .events {
  /* this is the grey line/timeline */
  position: absolute;
  z-index: 1;
  left: 0;
  top: 49px;
  height: 2px;
  /* width will be set using JavaScript */
  background: #dfdfdf;
  -webkit-transition: -webkit-transform 0.4s;
  transition: -webkit-transform 0.4s;
  transition: transform 0.4s;
  transition: transform 0.4s, -webkit-transform 0.4s;
}
.cd-horizontal-timeline .filling-line {
  /* this is used to create the green line filling the timeline */
  position: absolute;
  z-index: 1;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-color: #7b9d6f;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transform-origin: left center;
          transform-origin: left center;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
.cd-horizontal-timeline .events a {
  position: absolute;
  bottom: 0;
  z-index: 2;
  text-align: center;
  font-size: 1.3rem;
  padding-bottom: 15px;
  color: #383838;
  /* fix bug on Safari - text flickering while timeline translates */
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
}
.cd-horizontal-timeline .events a::after {
  /* this is used to create the event spot */
  content: '';
  position: absolute;
  left: 50%;
  right: auto;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: -5px;
  height: 12px;
  width: 12px;
  border-radius: 50%;
  border: 2px solid #dfdfdf;
  background-color: #f8f8f8;
  -webkit-transition: background-color 0.3s, border-color 0.3s;
  transition: background-color 0.3s, border-color 0.3s;
}
.no-touch .cd-horizontal-timeline .events a:hover::after {
  background-color: #7b9d6f;
  border-color: #7b9d6f;
}
.cd-horizontal-timeline .events a.selected {
  pointer-events: none;
}
.cd-horizontal-timeline .events a.selected::after {
  background-color: #7b9d6f;
  border-color: #7b9d6f;
}
.cd-horizontal-timeline .events a.older-event::after {
  border-color: #7b9d6f;
}
@media only screen and (min-width: 1100px) {
  .cd-horizontal-timeline {
    margin: 6em auto;
  }
  .cd-horizontal-timeline::before {
    /* never visible - this is used in jQuery to check the current MQ */
    content: 'desktop';
  }
}

.cd-timeline-navigation a {
  /* these are the left/right arrows to navigate the timeline */
  position: absolute;
  z-index: 1;
  top: 50%;
  bottom: auto;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  height: 34px;
  width: 34px;
  border-radius: 50%;
  border: 2px solid #dfdfdf;
  /* replace text with an icon */
  overflow: hidden;
  color: transparent;
  text-indent: 100%;
  white-space: nowrap;
  -webkit-transition: border-color 0.3s;
  transition: border-color 0.3s;
}
.cd-timeline-navigation a::after {
  /* arrow icon */
  content: '';
  position: absolute;
  height: 16px;
  width: 16px;
  left: 50%;
  top: 50%;
  bottom: auto;
  right: auto;
  -webkit-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
  background: url(../img/cd-arrow.svg) no-repeat 0 0;
}
.cd-timeline-navigation a.prev {
  left: 0;
  -webkit-transform: translateY(-50%) rotate(180deg);
          transform: translateY(-50%) rotate(180deg);
}
.cd-timeline-navigation a.next {
  right: 0;
}
.no-touch .cd-timeline-navigation a:hover {
  border-color: #7b9d6f;
}
.cd-timeline-navigation a.inactive {
  cursor: not-allowed;
}
.cd-timeline-navigation a.inactive::after {
  background-position: 0 -16px;
}
.no-touch .cd-timeline-navigation a.inactive:hover {
  border-color: #dfdfdf;
}

.cd-horizontal-timeline .events-content {
  position: relative;
  width: 100%;
  margin: 2em 0;
  overflow: hidden;
  -webkit-transition: height 0.4s;
  transition: height 0.4s;
}
.cd-horizontal-timeline .events-content li {
  position: absolute;
  z-index: 1;
  width: 100%;
  left: 0;
  top: 0;
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
  padding: 0 5%;
  opacity: 0;
  -webkit-animation-duration: 0.4s;
          animation-duration: 0.4s;
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out;
}
.cd-horizontal-timeline .events-content li.selected {
  /* visible event content */
  position: relative;
  z-index: 2;
  opacity: 1;
  -webkit-transform: translateX(0);
          transform: translateX(0);
}
.cd-horizontal-timeline .events-content li.enter-right, .cd-horizontal-timeline .events-content li.leave-right {
  -webkit-animation-name: cd-enter-right;
          animation-name: cd-enter-right;
}
.cd-horizontal-timeline .events-content li.enter-left, .cd-horizontal-timeline .events-content li.leave-left {
  -webkit-animation-name: cd-enter-left;
          animation-name: cd-enter-left;
}
.cd-horizontal-timeline .events-content li.leave-right, .cd-horizontal-timeline .events-content li.leave-left {
  animation-direction: reverse;
}
.cd-horizontal-timeline .events-content li > * {
  max-width: 800px;
  margin: 0 auto;
}
.cd-horizontal-timeline .events-content h2 {
  font-weight: bold;
  font-size: 2.6rem;
  font-family: "Playfair Display", serif;
  font-weight: 700;
  line-height: 1.2;
}
.cd-horizontal-timeline .events-content em {
  display: block;
  font-style: italic;
  margin: 10px auto;
}
.cd-horizontal-timeline .events-content em::before {
  content: '- ';
}
.cd-horizontal-timeline .events-content p {
  font-size: 1.4rem;
  color: #959595;
}
.cd-horizontal-timeline .events-content em, .cd-horizontal-timeline .events-content p {
  line-height: 1.6;
}
@media only screen and (min-width: 768px) {
  .cd-horizontal-timeline .events-content h2 {
    font-size: 7rem;
  }
  .cd-horizontal-timeline .events-content em {
    font-size: 2rem;
  }
  .cd-horizontal-timeline .events-content p {
    font-size: 1.8rem;
  }
}
@-webkit-keyframes cd-enter-right {
  0% {
    opacity: 0;
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
  }
}
@keyframes cd-enter-right {
  0% {
    opacity: 0;
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
  }
}
@-webkit-keyframes cd-enter-left {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
  }
}
@keyframes cd-enter-left {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
  }
}

/* --------------------------------

Carousel

-------------------------------- */


input[type=radio] {
  display: none;
}

.card-c {
  position: absolute;
  width: 60%;
  left: 0;
  right: 0;
  margin: auto;
  -webkit-transition: -webkit-transform .4s ease;
  transition: -webkit-transform .4s ease;
  transition: transform .4s ease;
  transition: transform .4s ease, -webkit-transform .4s ease;
  cursor: pointer;
}

.container-c {
  width: 100%;
  max-height: 600px;
  height: 600px;
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.cards {
  position: relative;
  width: 100%;
  height: 100%;
  margin-bottom: 20px;
}

#item-1:checked ~ .cards #song-3, #item-2:checked ~ .cards #song-1, #item-3:checked ~ .cards #song-2 {
  -webkit-transform: translatex(-40%) scale(.8);
          transform: translatex(-40%) scale(.8);
  opacity: .4;
  z-index: 0;
}

#item-1:checked ~ .cards #song-2, #item-2:checked ~ .cards #song-3, #item-3:checked ~ .cards #song-1 {
  -webkit-transform: translatex(40%) scale(.8);
          transform: translatex(40%) scale(.8);
  opacity: .4;
  z-index: 0;
}

#item-1:checked ~ .cards #song-1, #item-2:checked ~ .cards #song-2, #item-3:checked ~ .cards #song-3 {
  -webkit-transform: translatex(0) scale(1);
          transform: translatex(0) scale(1);
  opacity: 1;
  z-index: 1;
}

#item-1:checked ~ .player #test {
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

#item-2:checked ~ .player #test  {
  -webkit-transform: translateY(-40px);
          transform: translateY(-40px);
}

#item-3:checked ~ .player #test  {
  -webkit-transform: translateY(-80px);
          transform: translateY(-80px);
}

