*,
*:after,
*:before {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-weight: inherit;
}

*:focus {
  outline: none;
}

*::-moz-selection {
  background: #ff455f;
  color: #fafafa;
}

*::selection {
  background: #ff455f;
  color: #fafafa;
}
/* ul, li {
  list-style: none
} */

a {
  color: currentcolor;
  text-decoration: none;
  }
a:hover
{
  text-decoration: underline; 
  color: #ff455f;
} 

html {
  font-size: 32px;
}

.hidden {
  display: none
}

body {
  font-family: "Source Sans Pro", Arial, sans-serif;
  font-weight: normal;
  font-size: 0.7rem;
 /* letter-spacing: 0.02em;*/
/*  -webkit-tap-highlight-color: rgba(0,0,0,0);*/
}

@font-face {
font-family: 'Bluu Next Bold';
font-style: normal;
font-weight: normal;
src: local('Bluu Next Bold'), url('BluuNext-Bold.woff') format('woff');
}


@font-face {
font-family: 'Bluu Next Bold Italic';
font-style: normal;
font-weight: normal;
src: local('Bluu Next Bold Italic'), url('BluuNext-Bolditalic.woff') format('woff');
}


h1, h2, h3, h4 {
  font-family: "Bluu Next Bold";
}
h1 {
  font-style: normal;
  font-size: 80px;
  color: #fff;
  font-family: 'Bluu Next Bold', serif;
}
h2 {
  font-style: normal;
  color: #cde4c6;
  font-size: 50px;
  font-family: 'Bluu Next Bold', sans-serif;
  padding-bottom: 1rem;
}

h3 {
  font-style: normal;
  color: #cde4c6;
  font-size: 50px;
  font-family: 'Bluu Next Bold', sans-serif;
  margin-top: 40px;
  padding-bottom: 1rem;
}

h5 {
  font-family: 'Source Code Pro';
  font-size: 24px;
  font-weight: bold;
  color: black;
  padding-bottom: 1rem;
}
h6 {
  font-family: 'Source Code Pro';
  font-size: 20px;
  font-weight: bold;
  color: black;
  padding-top: 1rem;
  padding-bottom: .5rem;
}

b { 
  font-weight: bold 
}


#badge {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 1;
  background: #ff455f;
  color: white;
    padding-bottom: .2rem;
  padding-top: .2rem;
  padding-right: .5rem; 
  padding-left: .5rem; 
}

#imprint {
  position: fixed;
  bottom: 0;
  left: 2;
  z-index: 1;
  background: #fff;
  border: solid 1px;
  border-color: #828282;
  color: #828282;
  padding-bottom: .2rem;
  padding-top: .2rem;
  padding-right: .5rem; 
  padding-left: .5rem; 


}

#start {
  width: 100%;
  height: 100vh;
  /*background: #dcefde;*/
  background-image: linear-gradient(0deg, #fff 0%,  #dcefde 100%);  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  z-index: 2;
  position: relative;
}


main {
  width: 70%;
  margin-left: 30%;
  padding: 1rem
}

nav {
  width: 30%;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
/*  background: #f1f1f2;
  padding: 1rem;*/
  font-family: 'Source Sans Pro';
  font-style: light;
  font-size: 18px;
  /*color: #cde4c6;*/
  color: #828282;
  align-content: ;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 3rem;
  line-height: 145%;

}

nav ul {
list-style: none
}

nav li.submenu {
  font-size: .50rem;
  padding-left: 0.3rem;
  padding-right: 0.2rem;
}

.active {
  color: #ff455f;
  text-transform: (120%);
  transform:scale(1.1);
  /*transform:skew(-3deg,0deg);*/
  
}

.tooltip {
  color: #ff455f;
  font-size: 0.55rem;

}

.tooltip-content {
  font-size: 0.5rem;

}

/*
.external {
  margin-left: 1em;
  border-bottom: 1px solid #dcefde;
}

.external:hover {
  text-decoration: none;
  border: none;
}
*/



section p {
  margin-bottom: 1rem;

  line-height: 140%;
}

section li {
    margin-bottom: 0.5rem

}

.case {
  background: #dcefde;
  font-weight: bold;
  padding: 1rem;
}

.quote {
   padding-left: 1rem;
   font-size: 0.6rem;
}

.bold {
  font-weight: bold;
  }

/*#ops {
  font-family: 'Source Code Pro';
  font-size: 0.5rem;
}

table {
  border-collapse: collapse;
  width: 100%;
  } 

  td {
  
  vertical-align: top;
  border: 1px solid white;
  font-family: 'Source Code Pro';
  font-size: 0.4rem;
  }
  */
#abbr {
  font-family: 'Source Sans Pro';
  font-size: 0.45rem;
  border-collapse: collapse;
  width: 90%;
  margin-left: 1.5rem;
  /*background-color: #ff455f;*/

}

#abbr td, #abbr th {
  border: 1px solid #ddd;
  padding: 8px;
  vertical-align: top;
}

#abbr th {
  padding-top: 12px;
  padding-bottom: 12px;
  text-align: left;
  background-color: #fff;
  font-size: 0.4rem;
  color: white;
}


#ops {
  font-family: 'Source Code Pro';
  font-size: 0.45rem;
  border-collapse: collapse;
  width: 90%;
  margin-left: 1.5rem;
  /*background-color: #ff455f;*/

}

#ops td, #ops th {
  border: 1px solid #fff;
  padding: 8px;
  vertical-align: top;
}

#ops th {
  padding-top: 12px;
  padding-bottom: 12px;
  text-align: left;
  background-color: #fff;
  font-size: 0.4rem;
  color: white;
}


.legalcom {
  font-family: 'Source Code Pro';
  font-size: 0.4rem;
  line-height: 165%;
  padding: 1.5rem;
  border-style: solid;
  border-color: #dcefde;
  margin: 1rem;
  
  }

section.dark {
  background: #dcefde;
  color: #3a433f
}

section.legal {
  background: #dcefde;
  font-family: 'source code pro';
  font-weight: normal;
  font-size: 0.45rem;
  padding-bottom: 0.5rem;
  padding-top: 1.5rem;
  padding-left: 1.5rem;
  padding-right: 2rem;
}

section.sub {
  font-style: italic;
}
ul {
  list-style: circle;
  list-style-position: outside;
  padding-left: 1.5rem;
}

section{
  padding-bottom: 2rem;
  padding-top: 2rem;
  padding-left: 1.5rem;
  padding-right: 2rem;
}

img {
  display: block;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 2em;
}

.container {
/*  margin: 20px auto;*/
  max-width: 100%;
  color:#dcefde;
  padding: .2rem;
  padding-bottom: 2em;
}
:root {
  --plyr-color-main: #cde4c6;
}

div#burger {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    background: #cde4c6;
  color: white;
  padding-bottom: .2rem;
  padding-top: .2rem;
  padding-right: .5rem; 
  padding-left: .5rem;
   
}
div#close {
  display: none
}

@media only screen and (max-device-width: 1024px), only screen and (max-width: 1050px)  {
  nav {
    display: none;
    width: 100%;
        background: #cde4c6;
        z-index: 999;
  }
  nav.openmenu {
    display: block;

  }
  main {
    width: 100%;
    margin-left: 0;
    padding: .5rem;
  }
  div#burger {
    display: block;
  }
  div#close {
    display: block;
    position: absolute;
    right: .5rem;
    top: .5rem;
  }

  #imprint {
    width: 100%;
    font-size: small;
    text-align: center;
  }



  h2 {
    font-style: normal;
    color: #cde4c6;
    font-size: 1.5rem;
  }
}

@media only screen and (max-device-width: 1024px)  {
  html {font-size: 18px}
    nav li.submenu {
    font-size: 0.7rem;
  }
}