html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block;
}

body {
    line-height: 1.5;
}

p {
    margin: 10px 0px 0px 0px;
	padding: 0px;
}


ol, ul {
    list-style: none;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
    content: '';
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}

body    {
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
	transition: all 0.3s;
  -moz-user-select: none;
-khtml-user-select: none;
user-select: none;
}
header {
    background-image: linear-gradient(90deg, rgba(0,0,0,0.75) 0%, rgba(0,0,0,0) 100%),
    url('images/header-desktop.jpg');
    width: 100%;
    height: 100vH;
    background-position: center right;
    background-size: cover;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    margin-bottom: 64px;
}
.header-picture {
    width: 100%;
    height: 100vH;
    display: flex;
    align-items: center;
}
.website-title  {
    font-size: 68px;
    color: #ffffff;
    margin-left: 90px;
	margin-top: -90px;
}
.titlename  {
    font-weight: 300;
    line-height: 1;
}

.jobtitle  {
    font-weight: 100;
    line-height: 1;
}

.boldtext {
    font-weight: 500;
}

.scroll-hint    {
    text-align: center;
    color: #ffffff;
    margin-bottom: 8px;
}

.category {
    max-width: 1360px;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 64px;
}

.category-header    {
    width: 100%;
    display: flex;
    align-items: flex-end;
    margin-bottom: 32px;
    z-index: 2;
    position: relative;
}

.category-header .number   {
    width: 85px;
    font-weight: 100;
    font-size: 70px;
    line-height: 1;
    margin-bottom: -10px;
}

.category-header .name {
    text-align: right;
    border-bottom: 1px solid #000000;
    width: calc(100% - 85px);
    font-weight: 200;
    font-size: 40px;
    line-height: 1.5;
}

.category-section   {
    position: relative;
    
}
.category-section::after {
  content: "";
  position: fixed;
  top: 0;
  right: 0;
  width: 80px;
  height: 100%;
  background: linear-gradient(to right, transparent, white);
  pointer-events: none;
}


.category-container {
    width: 100%;
    overflow-x: scroll;
    -webkit-overflow-scrolling: touch; /* CSS-Regel für flüssiges Scrollen auf iOS */
    scrollbar-color: #ccc; transparent; /* Farbe des Scrollbalkens */
    scrollbar-width: 1px; /* Dicke des Scrollbalkens */
    position: relative;
    display: flex;
    align-items: flex-end;
    padding-bottom: 16px;
	
  }
  
  .category-container::-webkit-scrollbar {
    width: 2px; /* Breite des Scrollbalkens */
    display: none;
  }
  
  .category-container::-webkit-scrollbar-thumb {
    background-color: #ccc; /* Farbe des Scrollbalken-Griffs */
    border-radius: 3px; /* Rundung des Scrollbalken-Griffs */
  }
  
  .category-container::-webkit-scrollbar-thumb:hover {
    background-color: #aaa; /* Farbe des Scrollbalken-Griffs beim Hovern */
  }
  
  .category-container .discription {
    width: 155px; 
    margin-right: 32px;
    font-weight: 300;
    font-size: 14px;
  }

.container-ref	{
	align-items: flex-start!important;
}


  .category-container .dis-ref {
   
	width: 500px!important;
  }


  .category-container img {
    margin-right: 32px;
    height: 230px;
    vertical-align: bottom;
  }


.category-container .linie{
 border-left: 1px solid #000;
 height:230px;
 padding: 0px 35px 0px 0px;
 position: relative;
}

  
  .scroll-arrow {
    position: absolute;
    bottom: -50px;
    transform: translateY(-50%);
    cursor: pointer;
  }

  .scroll-arrow.left {
    right: 40px;
  }
  
  .scroll-arrow.right {
    right: 0px;
  }


  .category-container-2 {
    width: 100%;
    overflow-x: scroll;
    -webkit-overflow-scrolling: touch; /* CSS-Regel für flüssiges Scrollen auf iOS */
    scrollbar-color: #ccc; transparent; /* Farbe des Scrollbalkens */
    scrollbar-width: 1px; /* Dicke des Scrollbalkens */
    position: relative;
    display: flex;
    align-items: flex-end;
    padding-bottom: 16px;
	
  }
  
  .category-container-2::-webkit-scrollbar {
    width: 2px; /* Breite des Scrollbalkens */
    display: none;
  }
  
  .category-container-2::-webkit-scrollbar-thumb {
    background-color: #ccc; /* Farbe des Scrollbalken-Griffs */
    border-radius: 3px; /* Rundung des Scrollbalken-Griffs */
  }
  
  .category-container-2::-webkit-scrollbar-thumb:hover {
    background-color: #aaa; /* Farbe des Scrollbalken-Griffs beim Hovern */
  }
  
  .category-container-2 .discription {
    width: 155px; 
    margin-right: 32px;
    font-weight: 300;
    font-size: 14px;
  }

  .category-container-2 .dis-ref {
   
	width: 300px!important;
  }


  .category-container-2 img {
    margin-right: 32px;
    height: 230px;
    vertical-align: bottom;
  }


.category-container-2 .linie{
 border-left: 1px solid #000;
 height:230px;
 padding: 0px 35px 0px 0px;
 position: relative;
}



  .scroll-arrow.left-2 {
    right: 40px;
  }
  
  .scroll-arrow.right-2 {
    right: 0px;
  }


  .category-container-3 {
    width: 100%;
    overflow-x: scroll;
    -webkit-overflow-scrolling: touch; /* CSS-Regel für flüssiges Scrollen auf iOS */
    scrollbar-color: #ccc; transparent; /* Farbe des Scrollbalkens */
    scrollbar-width: 1px; /* Dicke des Scrollbalkens */
    position: relative;
    display: flex;
    align-items: flex-end;
    padding-bottom: 16px;
	
  }
  
  .category-container-3::-webkit-scrollbar {
    width: 2px; /* Breite des Scrollbalkens */
    display: none;
  }
  
  .category-container-3::-webkit-scrollbar-thumb {
    background-color: #ccc; /* Farbe des Scrollbalken-Griffs */
    border-radius: 3px; /* Rundung des Scrollbalken-Griffs */
  }
  
  .category-container-3::-webkit-scrollbar-thumb:hover {
    background-color: #aaa; /* Farbe des Scrollbalken-Griffs beim Hovern */
  }
  
  .category-container-3 .discription {
    width: 155px; 
    margin-right: 32px;
    font-weight: 300;
    font-size: 14px;
  }

  .category-container-3 .dis-ref {
   
	width: 300px!important;
  }


  .category-container-3 img {
    margin-right: 32px;
    height: 230px;
    vertical-align: bottom;
  }


.category-container-3 .linie{
 border-left: 1px solid #000;
 height:230px;
 padding: 0px 35px 0px 0px;
 position: relative;
}
  .scroll-arrow.left-3 {
    right: 40px;
  }
  
  .scroll-arrow.right-3 {
    right: 0px;
  }


  .category-container-4 {
    width: 100%;
    overflow-x: scroll;
    -webkit-overflow-scrolling: touch; /* CSS-Regel für flüssiges Scrollen auf iOS */
    scrollbar-color: #ccc; transparent; /* Farbe des Scrollbalkens */
    scrollbar-width: 1px; /* Dicke des Scrollbalkens */
    position: relative;
    display: flex;
    align-items: flex-end;
    padding-bottom: 16px;
	
  }
  
  .category-container-4::-webkit-scrollbar {
    width: 2px; /* Breite des Scrollbalkens */
    display: none;
  }
  
  .category-container-4::-webkit-scrollbar-thumb {
    background-color: #ccc; /* Farbe des Scrollbalken-Griffs */
    border-radius: 3px; /* Rundung des Scrollbalken-Griffs */
  }
  
  .category-container-4::-webkit-scrollbar-thumb:hover {
    background-color: #aaa; /* Farbe des Scrollbalken-Griffs beim Hovern */
  }
  
  .category-container-4 .discription {
    width: 155px; 
    margin-right: 32px;
    font-weight: 300;
    font-size: 14px;
  }

  .category-container-4 .dis-ref {
   
	width: 300px!important;
  }


  .category-container-4 img {
    margin-right: 32px;
    height: 230px;
    vertical-align: bottom;
  }


.category-container-4 .linie{
 border-left: 1px solid #000;
 height:230px;
 padding: 0px 35px 0px 0px;
 position: relative;
}

  .scroll-arrow.left-4 {
    right: 40px;
  }
  
  .scroll-arrow.right-4 {
    right: 0px;
  }


  .category-container-5 {
    width: 100%;
    overflow-x: scroll;
    -webkit-overflow-scrolling: touch; /* CSS-Regel für flüssiges Scrollen auf iOS */
    scrollbar-color: #ccc; transparent; /* Farbe des Scrollbalkens */
    scrollbar-width: 1px; /* Dicke des Scrollbalkens */
    position: relative;
    display: flex;
    align-items: flex-end;
    padding-bottom: 16px;
	
  }
  
  .category-container-5::-webkit-scrollbar {
    width: 2px; /* Breite des Scrollbalkens */
    display: none;
  }
  
  .category-container-5::-webkit-scrollbar-thumb {
    background-color: #ccc; /* Farbe des Scrollbalken-Griffs */
    border-radius: 3px; /* Rundung des Scrollbalken-Griffs */
  }
  
  .category-container-5::-webkit-scrollbar-thumb:hover {
    background-color: #aaa; /* Farbe des Scrollbalken-Griffs beim Hovern */
  }
  
  .category-container-5 .discription {
    width: 155px; 
    margin-right: 32px;
    font-weight: 300;
    font-size: 14px;
  }

  .category-container-5 .dis-ref {
   
	width: 300px!important;
  }


  .category-container-5 img {
    margin-right: 32px;
    height: 230px;
    vertical-align: bottom;
  }


.category-container-5 .linie{
 border-left: 1px solid #000;
 height:230px;
 padding: 0px 35px 0px 0px;
 position: relative;
}

  .scroll-arrow.left-5 {
    right: 40px;
  }
  
  .scroll-arrow.right-5 {
    right: 0px;
  }

  .category-container-6 {
    width: 100%;
    overflow-x: scroll;
    -webkit-overflow-scrolling: touch; /* CSS-Regel für flüssiges Scrollen auf iOS */
    scrollbar-color: #ccc; transparent; /* Farbe des Scrollbalkens */
    scrollbar-width: 1px; /* Dicke des Scrollbalkens */
    position: relative;
    display: flex;
    align-items: flex-end;
    padding-bottom: 16px;
	
  }
  
  .category-container-6::-webkit-scrollbar {
    width: 2px; /* Breite des Scrollbalkens */
    display: none;
  }
  
  .category-container-6::-webkit-scrollbar-thumb {
    background-color: #ccc; /* Farbe des Scrollbalken-Griffs */
    border-radius: 3px; /* Rundung des Scrollbalken-Griffs */
  }
  
  .category-container-6::-webkit-scrollbar-thumb:hover {
    background-color: #aaa; /* Farbe des Scrollbalken-Griffs beim Hovern */
  }
  
  .category-container-6 .discription {
    width: 155px; 
    margin-right: 32px;
    font-weight: 300;
    font-size: 14px;
  }

  .category-container-6 .dis-ref {
   
	width: 300px!important;
  }


  .category-container-6 img {
    margin-right: 32px;
    height: 230px;
    vertical-align: bottom;
  }


.category-container-6 .linie{
 border-left: 1px solid #000;
 height:230px;
 padding: 0px 35px 0px 0px;
 position: relative;
}

  .scroll-arrow.left-6 {
    right: 40px;
  }
  
  .scroll-arrow.right-6 {
    right: 0px;
  }



.border {
	border: #000000 solid thin;
	}


  footer   {
    background-color: #000000;
    color: #ffffff;
    padding: 32px 0 ;
    font-size: 18px
  }

  footer a   {
    color: #ffffff;
    text-decoration: none;
    font-weight: 100;
    margin-right: 48px;
  }

  footer a:last-child   {
    margin-right: 0px;
  }

  footer a:hover   {
    color: #ccc;
    text-decoration: none;
  }

  footer .inner   {
    max-width: 1360px;
    margin-right: auto;
    margin-left: auto;
    display: flex;
    justify-content: space-between;
  }

.website-title-footer {
    font-weight: 400;
}

#overlay {
	display: none;
	transition: all 0.3s;
	opacity: 0;
}

#overlay2 {
	display: none;
	transition: all 0.3s;
	opacity: 0;
}

#overlay3 {
	display: none;
	transition: all 0.3s;
	opacity: 0;
}


.cursor-pointer {
	cursor: pointer;
}

.video-overlay	{
	width:100%;
	height: 100vH;
	background-color: rgba(0,0,0,0.8);
	position: fixed;
	top:0;
	z-index: 100;
	opacity: 0;
}

.video-overlay .close {
	position: absolute;
	top:32px;
	right: 32px;
	width: 30px;
	height: 30px
}

.video-container {
	width: 100%;
	height: 100vH;
	display: flex;
	justify-content: center;
	align-items:center;
	flex-direction: column;
}

.video-container video {
	width: auto;
	height: 80vH;
	   display: block; object-fit: cover; 
}

@media screen and (max-width: 1552px) {
    .category {
        max-width: none;
        width: calc(100% - 192px);
    }

    footer .inner   {
        max-width: none;
        width: calc(100% - 192px);
      }
    
}

@media screen and (max-width: 1024px) {
    .category {
        width: calc(100% - 128px);
    }
    .website-title  {
        font-size: 58px;
        color: #ffffff;
        margin-left: 64px;
    }

    footer .inner   {
        width: calc(100% - 128px);
      }

      .lb-container {
        margin-top: 30px;
      }

}

@media screen and (max-width: 660px) {

    header {
      background-image: linear-gradient(360deg, rgba(0,0,0,0.75) 0%, rgba(0,0,0,0) 100%), url(images/header-desktop.jpg);
    }
    .header-picture {
      align-items: flex-end;
    } 
    .header-picture section {
      margin-bottom: 70px;
    } 
    .category {
        width: calc(100% - 48px);
    }
    .website-title  {
        font-size: 48px;
        color: #ffffff;
        margin-left: 24px;
    }

    .category-header .number {
        width: 60px;
        font-weight: 100;
        font-size: 50px;
        line-height: 1;
        margin-bottom: -10px;
    }

    .category-header .name {
        text-align: right;
        border-bottom: 1px solid #000000;
        width: calc(100% - 60px);
        font-weight: 100;
        font-size: 30px;
        line-height: 1.5;
    }
    .category-container img, .category-container-2 img, .category-container-3 img, .category-container-4 img, .category-container-5 img {
        margin-right: 32px;
        height: 190px;
    
      }

      .over-fade {
        height: 200px;
        z-index: 2;
      }

      footer   {
        font-size: 16px
      }
    
      footer a   {
        color: #ffffff;
        text-decoration: none;
        font-weight: 100;
        margin-right: 24px;
      }
    
      footer .inner   {
        width: calc(100% - 48px);
        display: flex;
        flex-direction: column;
        justify-content: space-between;
      }

      .website-title-footer {
            margin-bottom: 8px;
        }

        .lb-data .lb-close {
          top: -15px!important;
          right: 15px!important;
        }
	
	.video-container video {
		width: 100%;
		height: auto;
	}
	
	.category-container .linie, .category-container-2 .linie, .category-container-3 .linie, .category-container-4 .linie, .category-container-5 .linie{
 border-left: 1px solid #000;
 height:190px;
 padding: 0px 35px 0px 0px;
 position: relative;
}
}