body {
    background-image: url(../assets/backgroundPattern.png);
    font-family:ui-sans-serif,system-ui,-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";
    font-feature-settings:normal;
    font-variation-settings:normal;
    font-size: 18px;
    color: rgb(46, 46, 46);
    margin: 0 0 0 0;
}
html {
  scroll-behavior: smooth;
}
p {
  color: rgb(46, 46, 46);
  margin-bottom: 15px;
  text-align: justify;
}
p.bold {
  font-weight: bold;
}

#mobileMenuButton{
  display: none;
  width: 50px;
  height: 50px;
  position: relative;
  top: 15px;
  cursor: pointer;
  float: right;
  background-image: url(../assets/menu_white.png);
  background-repeat: no-repeat;
  background-size: 50px 50px;
}
#mobileMenu{
  display: none;
  width: 100%;
  height: calc(100% - 132px);
  position: fixed;
  transition: 0.5s ease;
  z-index: 5;
  background-color: white;
  top: 80px;
  border-top: 2px solid black;
  left: 0px;
  padding-top: 50px;
  text-align: center;
}
#mobileMenu .mobileItem{
  margin-top: 20px;
  margin-bottom: 20px;
  cursor: pointer;
  color: black !important;
  padding: 10px 30px 10px 30px;
  width: auto;
  max-width: 300px;
  border: 2px solid black;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}


h1 {
    font-weight: 500;
    font-size: 40px;
    color: rgb(46, 46, 46);    
    margin-top: 50px;
}
h2.title {
  text-align: center;
}
h1.title {
    font-weight: 500;
    font-size: 80px;
    color: rgb(46, 46, 46);    
    margin-top: 50px;
}

.backgroundWrapper{
  border-top: 3px grey dotted;
  border-bottom: 3px grey dotted;
  padding-bottom: 100px;
}

.lang {
  width: 30px;
  height: 30px;
  margin-top: 23px;
  border-radius: 100%;
  border: 2px solid white;
  float: left;
  margin-right: 10px;
  cursor: pointer;
}

iframe {
  width: 800px;
  height: 450px;
}
h2 {
    font-weight: 500;
    font-size: 30px;
    color: rgb(46, 46, 46);    
    margin-top: 50px;
    text-align: left;
}
li {
  text-align: left;
}
.events {
  display: block;
  position: relative;
}
.event {
  width: calc(100% - 40px);
  border: 2px dotted #968869;
  padding: 20px 20px 20px 20px;
  margin-bottom: 20px;
}

.pageWrapper {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  max-width: 1400px;
  /*background-color: blue;*/
  padding-top: 100px;
  clear: both;
  overflow: both;
  position: relative;
  display: block;
  text-align: center;
}
.pageWrapper.text{
  max-width: 900px;
  padding-bottom: 80px;
  padding-top: 30px;
}
div.videoWrapper{
  margin-left: auto;
  margin-right: auto;
  width: fit-content;
  position: relative;
  display: block;
}
div.videoBig {
  width: 800px;
  max-width: 60vw;
  height: 500px;
  margin-right: 20px;
  display: block;
  background-color: white;
  position: relative;
  float: left;
}
div.videoBig iframe{
  width: 100%;
  height: 100%;
}
div.videoList{
  width: 500px;
  height: 500px;
  padding-right: 10px;
  max-width: calc(40vw - 50px);
  overflow-y: auto;
  display: block;
  position: relative;
  float: left;
}
div.videoList div.item{
  cursor: pointer;
}
div.videoList div.item:hover{
  background-color: rgb(196, 196, 196);
  transition: 0.5s ease;
}

/* ===== Scrollbar CSS ===== */
  /* Firefox */
  * {
    scrollbar-width: auto;
    scrollbar-color: #263e0f #d6d6d6;
  }

  /* Chrome, Edge, and Safari */
  *::-webkit-scrollbar {
    width: 16px;
  }

  *::-webkit-scrollbar-track {
    background: #d6d6d6;
  }

  *::-webkit-scrollbar-thumb {
    background-color: #263e0f;
    border-radius: 5px;
    border: 2px solid #ffffff;
}
div.videoList div.item{
  padding: 10px 10px 10px 10px;
  background-color: white;
  display: block;
  border: 1px solid grey;
}
div.videoList div.space{
  width: 100%;
  display: block;
  height: 10px;
}
div.videoList div.info{
  min-height: 100px;
  float: right;
  width: calc(100% - 170px);
}
div.videoList div.info .title{
  font-weight: bold;
  text-align: left;
}
div.videoList div.info .duration{
  margin-top: 5px;
  background-image: url(../assets/clock.png);
  background-repeat: no-repeat;
  background-size: 20px 20px;
  padding-left: 30px;
  text-align: left;
}
div.videoList .previewImage {
  width: 150px;
  height: 100px;
  margin-right: 10px;
  margin-bottom: 10px;
  background-image: url(../assets/videos/sebastien.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  float: left;
}
div.videoList .previewImage.jason {
  background-image: url(../assets/videos/jason.jpg);
}
div.videoList .previewImage.gunilla_michael {
  background-image: url(../assets/videos/gunilla_michael.jpg);
}
div.videoList .previewImage.krister {
  background-image: url(../assets/videos/krister.jpg);
}
div.videoList .previewImage.dreieichcon {
  background-image: url(../assets/videos/dreieichcon.jpg);
}

div.subnav {
    position: relative;
    display: block;
    text-decoration-color: white !important;
    float: left;
    width: auto;
    color: grey !important;
    margin-right: 20px;
    font-size: 18px;
}
div.subnav a{
    color: grey !important;
}

.menuWrapper {
    max-height: 150px;
    clear: both;
    display: block;
    width: 100%;
    height: 150px;
}

.menuBackground {
    background-color: #081022c4;
    width: calc(100% + 800px);
    height: 150px;
    position: absolute;
    top: -15px;
    left: -400px;
    z-index: -1;
}

.contentWrapper {
    clear: both;
    animation: fadeIn 1s;
    padding-top: 0px;
    padding-bottom: 100px;
}
.contentWrapper.margin{
    padding-top: 80px;
}

div.menuBar{
  width: 100%;
  background-color: black;
  height: 80px;
  display: block;
  color: white;
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: 5;
  transition: ease 0.7s;
}
div.menuBar.white{
    color: black !important;
    background-color: white !important;
}
div.menuBar.white #mobileMenuButton{
  background-image: url(../assets/menu.png);
}
div.menuBar div.inner{
  margin-left: 100px;
  margin-right: 100px;
}
div.menuBar div.menuItem{
  float: right;
  line-height: 80px;
  height: 80px;
  margin-left: 30px;
  text-decoration: none !important;
}
div.menuBar div.menuItem div.current{
  padding-left: 30px;
  padding-right: 30px;
}
div.menuBar a{
  color: white !important;
}
div.menuBar.white a {
  color: black !important;
}
div.menuBar div.pageTitle{
  float: left;
  line-height: 80px;
  height: 80px;
  font-weight: bold;
  font-size: 30px;
}
div.headerSection {
  background: #000000;
  background: linear-gradient(180deg, rgba(0, 0, 0, 1) 18%, rgba(41, 41, 41, 1) 50%, rgba(58, 58, 58, 1) 70%, rgba(100, 100, 100, 1) 83%, rgba(158, 158, 158, 1) 93%, rgba(255, 255, 255, 1) 100%);
  height: 80vh;
  width: 100%;
  margin-left: 0px;
  position: relative;
  padding-top: 50px;
  display: block;
}
.headerBackground{
  width: 80%;
  position: absolute;
  height: 100%;
  background-image: url(../assets/headerbg4.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center bottom;
  left: 50%;
  transform: translateX(-50%);
}
.headerOverlay{
  background: #000000;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.79) 18%, rgba(41, 41, 41, 0.75) 50%, rgba(58, 58, 58, 0.59) 70%, rgba(100, 100, 100, 0.23) 83%, rgba(158, 158, 158, 0) 93%, rgba(255, 255, 255, 0) 100%);  height: 100%;
  width: 100%;
  top: 0px;
  left: 0px;
  position: absolute;
  display: block;
  z-index: 2;
}

div.headerSection div.centeredContent {
  top: 50%;
  left: 50%;
  max-width: calc(100% - 40px);
  text-align: center;
  transform: translateX(-50%) translateY(-50%);
  position: absolute;
  color: white;
  text-shadow: black 3px;
  z-index: 4;
}
div.headerSection div.centeredContent h1{
  color: white;
  text-align: center;
}
div.headerSection div.centeredContent p{
  color: white;
  text-align: center;
}
div.button{
  display: inline-block;
  padding: 15px 25px 15px 25px;
  margin: 20px 10px 20px 10px;
  background-color: rgb(46, 45, 53);
  color: white;
  border-radius: 5px;
  transition: 0.3s ease;
  cursor: pointer;
}
div.button:hover{
    background-color: rgb(79, 78, 87);
}


.content{
  display: block;
  position: relative;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.logo{
    background-image: url(../assets/logo.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
    width: 100%;
    height: 150px;
    margin-left: auto;
    margin-right: auto;
    display: block;
}

.patternVideos{
background-image: url("data:image/svg+xml,<svg id='patternId' width='100%' height='100%' xmlns='http://www.w3.org/2000/svg'><defs><pattern id='a' patternUnits='userSpaceOnUse' width='160' height='160' patternTransform='scale(1) rotate(50)'><rect x='0' y='0' width='100%' height='100%' fill='%23ffffffff'/><path d='M121.5 39.5V9.169c0-2.827 1.724-4.707 3.473-5.602l.707-.362c2.086-1.068 4.702-.631 6.359 1.026l1.985 1.985c1.349 1.349 3.235 2.018 5.14 2.128 12.336 0 12.336-18.505 0-18.505M40.75 39.499V9.17c0-2.827-1.724-4.707-3.473-5.602l-.707-.362c-2.086-1.068-4.702-.631-6.359 1.026l-1.985 1.985c-1.349 1.349-3.236 2.018-5.14 2.128-12.336 0-12.336-18.505 0-18.505m146.575 111.248c0-12.337-18.505-12.337-18.505 0 .11 1.904.78 3.79 2.128 5.139l1.985 1.985c1.657 1.657 2.094 4.273 1.026 6.36l-.362.706c-.895 1.75-2.775 3.474-5.602 3.474l-30.33-.001m49.66-63.086c0 12.336-18.505 12.336-18.505 0 .11-1.904.78-3.791 2.128-5.14l1.985-1.985c1.657-1.657 2.094-4.273 1.026-6.359l-.362-.707c-.895-1.749-2.775-3.474-5.602-3.473h-30.33m19.162 130.344c12.337 0 12.337-18.505 0-18.505-1.631 0-3.99.98-5.139 2.128l-1.985 1.985c-1.656 1.656-4.274 2.094-6.36 1.027l-.706-.362c-2.086-1.069-3.474-3.258-3.474-5.602v-34.302l.001-26.228c0-2.344-1.427-4.458-3.473-5.602l-.707-.361a5.83 5.83 0 00-6.36 1.026l-1.984 1.985c-1.144 1.152-3.508 2.128-5.14 2.128-12.336 0-12.336-18.505 0-18.505 1.904.11 3.715.86 5.14 2.128l1.985 1.985a5.812 5.812 0 006.359 1.026l.707-.362c1.287-1.485 3.473-2.775 3.473-5.602v-30.33M23.086 168.343c-12.336 0-12.336-18.505 0-18.505 1.632 0 3.992.98 5.14 2.128l1.985 1.985c1.656 1.656 4.274 2.094 6.359 1.027l.707-.362c2.086-1.069 3.474-3.258 3.474-5.602l-.001-34.302V88.485c0-2.344 1.387-4.533 3.473-5.602l.707-.361c2.085-1.068 4.703-.63 6.359 1.026l1.985 1.985c1.148 1.148 3.508 2.128 5.14 2.128 12.336 0 12.336-18.505 0-18.505-1.905.11-3.791.78-5.14 2.128l-1.985 1.985c-1.657 1.657-4.273 2.094-6.36 1.026l-.706-.362c-1.75-.895-3.474-2.775-3.474-5.602v-30.33m80.75 80.749H91.17c-2.827 0-4.707 1.724-5.602 3.473l-.362.707c-1.068 2.086-.631 4.702 1.026 6.359l1.985 1.985c1.349 1.349 2.018 3.236 2.128 5.14 0 12.336-18.505 12.336-18.505 0 0-1.632.98-3.992 2.128-5.14l1.985-1.985c1.656-1.656 2.094-4.274 1.026-6.359l-.361-.707c-1.069-2.086-3.258-3.474-5.602-3.473h-60.53c-2.344 0-4.533-1.387-5.602-3.473l-.362-.707c-1.067-2.085-.63-4.703 1.027-6.359l1.985-1.985c1.148-1.148 2.128-3.508 2.128-5.14 0-12.336-18.505-12.336-18.505 0M121.5 38H91.169c-2.827 0-4.707-1.724-5.602-3.473l-.362-.707c-1.068-2.086-.631-4.702 1.026-6.359l1.985-1.985c1.349-1.349 2.018-3.235 2.128-5.14C90.344 8 71.84 8 71.84 20.337c0 1.632.977 3.994 2.128 5.14.663.66 1.343 1.305 1.985 1.985 1.608 1.703 2.003 4.23 1.026 6.36-.11.24-.233.474-.361.706C75.48 36.577 73.359 38 71.015 38H36.712L10.485 38c-2.344 0-4.533 1.387-5.602 3.473-.12.236-.24.471-.362.707-1.067 2.085-.63 4.703 1.027 6.36l1.985 1.984c1.148 1.148 2.128 3.508 2.128 5.14C9.66 68-8.844 68-8.844 55.664'  stroke-width='0.5' stroke='%23c2c2c2ff' fill='none'/></pattern></defs><rect width='800%' height='800%' transform='translate(0,0)' fill='url(%23a)'/></svg>")
}

.patternVideos2{
background-image: url("data:image/svg+xml,<svg id='patternId' width='100%' height='100%' xmlns='http://www.w3.org/2000/svg'><defs><pattern id='a' patternUnits='userSpaceOnUse' width='160' height='160' patternTransform='scale(1) rotate(50)'><rect x='0' y='0' width='100%' height='100%' fill='%23e2e2e2ff'/><path d='M121.5 39.5V9.169c0-2.827 1.724-4.707 3.473-5.602l.707-.362c2.086-1.068 4.702-.631 6.359 1.026l1.985 1.985c1.349 1.349 3.235 2.018 5.14 2.128 12.336 0 12.336-18.505 0-18.505M40.75 39.499V9.17c0-2.827-1.724-4.707-3.473-5.602l-.707-.362c-2.086-1.068-4.702-.631-6.359 1.026l-1.985 1.985c-1.349 1.349-3.236 2.018-5.14 2.128-12.336 0-12.336-18.505 0-18.505m146.575 111.248c0-12.337-18.505-12.337-18.505 0 .11 1.904.78 3.79 2.128 5.139l1.985 1.985c1.657 1.657 2.094 4.273 1.026 6.36l-.362.706c-.895 1.75-2.775 3.474-5.602 3.474l-30.33-.001m49.66-63.086c0 12.336-18.505 12.336-18.505 0 .11-1.904.78-3.791 2.128-5.14l1.985-1.985c1.657-1.657 2.094-4.273 1.026-6.359l-.362-.707c-.895-1.749-2.775-3.474-5.602-3.473h-30.33m19.162 130.344c12.337 0 12.337-18.505 0-18.505-1.631 0-3.99.98-5.139 2.128l-1.985 1.985c-1.656 1.656-4.274 2.094-6.36 1.027l-.706-.362c-2.086-1.069-3.474-3.258-3.474-5.602v-34.302l.001-26.228c0-2.344-1.427-4.458-3.473-5.602l-.707-.361a5.83 5.83 0 00-6.36 1.026l-1.984 1.985c-1.144 1.152-3.508 2.128-5.14 2.128-12.336 0-12.336-18.505 0-18.505 1.904.11 3.715.86 5.14 2.128l1.985 1.985a5.812 5.812 0 006.359 1.026l.707-.362c1.287-1.485 3.473-2.775 3.473-5.602v-30.33M23.086 168.343c-12.336 0-12.336-18.505 0-18.505 1.632 0 3.992.98 5.14 2.128l1.985 1.985c1.656 1.656 4.274 2.094 6.359 1.027l.707-.362c2.086-1.069 3.474-3.258 3.474-5.602l-.001-34.302V88.485c0-2.344 1.387-4.533 3.473-5.602l.707-.361c2.085-1.068 4.703-.63 6.359 1.026l1.985 1.985c1.148 1.148 3.508 2.128 5.14 2.128 12.336 0 12.336-18.505 0-18.505-1.905.11-3.791.78-5.14 2.128l-1.985 1.985c-1.657 1.657-4.273 2.094-6.36 1.026l-.706-.362c-1.75-.895-3.474-2.775-3.474-5.602v-30.33m80.75 80.749H91.17c-2.827 0-4.707 1.724-5.602 3.473l-.362.707c-1.068 2.086-.631 4.702 1.026 6.359l1.985 1.985c1.349 1.349 2.018 3.236 2.128 5.14 0 12.336-18.505 12.336-18.505 0 0-1.632.98-3.992 2.128-5.14l1.985-1.985c1.656-1.656 2.094-4.274 1.026-6.359l-.361-.707c-1.069-2.086-3.258-3.474-5.602-3.473h-60.53c-2.344 0-4.533-1.387-5.602-3.473l-.362-.707c-1.067-2.085-.63-4.703 1.027-6.359l1.985-1.985c1.148-1.148 2.128-3.508 2.128-5.14 0-12.336-18.505-12.336-18.505 0M121.5 38H91.169c-2.827 0-4.707-1.724-5.602-3.473l-.362-.707c-1.068-2.086-.631-4.702 1.026-6.359l1.985-1.985c1.349-1.349 2.018-3.235 2.128-5.14C90.344 8 71.84 8 71.84 20.337c0 1.632.977 3.994 2.128 5.14.663.66 1.343 1.305 1.985 1.985 1.608 1.703 2.003 4.23 1.026 6.36-.11.24-.233.474-.361.706C75.48 36.577 73.359 38 71.015 38H36.712L10.485 38c-2.344 0-4.533 1.387-5.602 3.473-.12.236-.24.471-.362.707-1.067 2.085-.63 4.703 1.027 6.36l1.985 1.984c1.148 1.148 2.128 3.508 2.128 5.14C9.66 68-8.844 68-8.844 55.664'  stroke-width='0.5' stroke='%23ffffffff' fill='none'/></pattern></defs><rect width='800%' height='800%' transform='translate(0,0)' fill='url(%23a)'/></svg>")
}

.menuItem .expandable{
  background-color: black;
  display: none;
  padding-left: 25px;
  padding-right: 25px;
  width: 100%;
}
div.menuBar.white .expandable{
    color: black !important;
    background-color: white !important;
}
.menuItem:hover .expandable {
  display: block;
}

.cleaner {
    clear: both;
    height: 1px;
    width: 100%;
    display: block;
}

.horizontal-margin{
  margin-left: 20px;
  margin-right: 20px;
}

.logo-layout div {
  position: relative;
  width: 20%;
  float: left;
}
.logo-layout div:nth-child(1){
  width: 40%;
}
.logo-layout div img{
  width: calc(100% - 40px);
  top: 50%;
  transform: translateY(-50%);
  display: block;
}

@media screen and (max-width: 1000px){
  div.menuBar div.inner{
    margin-left: 30px !important;
    margin-right: 20px !important;
  }
  div.menuItem {
    display: none !important;
  }
  #mobileMenuButton{
    display: block;
  }
  div.headerSection div.centeredContent {
    width: calc(100% - 100px);
  }
}

@media screen and (max-width: 900px) {
  .pageWrapper {
    width: calc(100% - 40px);
  }
  .logo{
    max-width: calc(100% - 40px);
    max-height: 40vw;
  }
  div.videoBig {
    width: 100%;
    margin-right: 0px;
    max-width: none;
  }
  div.videoList{
    width: 100%;
    clear: both;
    padding-right: 0px;
    max-width: none;
    margin-top: 10px;
  }
  div.videoWrapper{
    width: 100%;
  }

  iframe {
    width: 100% !important;
    height: calc(100% * 0.66%) !important;
  }
  h1{
    margin-left: 0px;
    margin-right:
  }
  h1.title{
    font-size: 45px;
  }
}

@keyframes fadeIn {
    0% { opacity: 0; }
    100% { opacity: 1; }
}