
@font-face {
    font-family: 'libre-baskerville-italic';
    src: url('fonts/libre-baskerville_400-italic.woff2') format('woff2');
    src: url('fonts/libre-baskerville_400-italic.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}




body {
  font-family: 'libre-baskerville-italic';  
  background-color: rgb(60,60,66);
  color: #fff;
  line-height: 165%;
  margin: 0; padding: 0;
  font-size: 13pt;
}




a {
  text-decoration: none;
    color: #fff;

 /* color: rgb(255, 220, 217);*/
  border-bottom: 1px dashed #fff;
  transition: all 0.5s ease-in;
}

a:hover {
  color: #fff !important;
  border-color:  #0f0 !important;
}

hgroup {
}


h1, h2, h3, h4, h5 {
  line-height: 120%;

}

h2, h3 {
  font-size: 42px;
letter-spacing: 0.1em;
font-weight: normal;
}

h3 {
  font-size: 24px;
  margin-top: 50px;
}



h1 {
     
}

.navi {
  width: 100%;
  text-align: center;
  letter-spacing: 0.1em;

 /* background-color: rgba(60,60,66,0.2); */
  padding: 0px;
  margin: 0;

  top: 0px;
  position: fixed;
  z-index: 200;
  text-transform: uppercase;
  transition: all 0.5s ease-in;
  border-bottom: 1px solid rgba(0,0,0, 0.0); 
}
 
.navi:hover
 {
  border-color: 000;
  background-color: rgba(60,60,66,0.4);
  box-shadow: 1px 3px 8px rgba(0,0,0, 1);
  backdrop-filter: blur(6px); 
}



nav ol {
  list-style-type: none;
margin-block-start: 0;
margin-block-end: 0;
}

nav ol li {
    list-style-type: circle;
  display: inline-block;

}

nav ol li a {
  padding: 3px 12px;
  display: inline-block;
        transition: all 0.5s ease-in;
       border-radius: 16px; 
     border: 0;
     color: #fff;
}

nav ol li a:hover {
  background-color: #000;
  border-radius: 16px; 
}

hgroup {

}


section {
  position: relative;
}

section figure {
  margin: 0; padding: 0;
  width: 100%;

}

footer {
  padding: 30px;
  position: relative;
  text-align: right;
  text-transform: uppercase;
}

footer div,
section.cc_video {
width: 100%;
  max-width: 1600px; 
  margin: 0 auto;  
}

footer ul {
  list-style-type: none; margin: 0; padding: 0;
}
footer ul li {
  list-style-type: none; margin: 0; padding: 0;
}

section.cc_video figcaption {
  position: absolute;
  bottom: 0px;
 transition: all 0.5s ease-in;
  height: 60px;
      width: 100%;
      overflow: hidden;
}
  
footer p,  
section.cc_video figcaption p {
  display: flex;
  justify-content: space-between;
    width: 100%;
    margin: 0; padding: 0;
}

/*
section.cc_video:hover figcaption {
  background-color: rgba(60,60,66,0.8);
  box-shadow: 1px 3px 8px rgba(0,0,0, 1);
  backdrop-filter: blur(6px); 

  height: 120px;
}*/

.spoti > div.c_spoty {
  position: absolute;
  right: 20px;
  top: 60px;
  display: none;

}

.spoti:hover > div.c_spoty {
  display: block;
}


.imprint > div.c_imprint {
    text-transform: uppercase;

    text-align: left;
  display: none;
  position: absolute;
  bottom: 60px;
  right: 20px;
  color: rgb(64,64,71);
  background-color: rgba(255,255,255,0.95);
  padding: 42px;
  width: 100%;
    margin: 0 0 0 auto;

  max-width: 600px;
  box-shadow: 2px 2px 12px rgba(0,0,0,0.6);
}

.imprint:hover > div.c_imprint {
  display: block; 
}

.cc_top {
    position: absolute;

  width: 100%;

  top: 0;
  z-index: 10;
}

.c_top {
    display: flex;
    width: 100%;
  max-width: 1600px; 
  margin: 0 auto;  
  justify-content: space-between;
}

.c_top div {

padding: 20px;
}

.c_top div:nth-of-type(even) {
  text-align: right;
}

.cc_top ol {
  list-style-type: none;
  margin: 0; padding: 0;
  text-transform: uppercase;
}



section.cc_video figcaption span {
    text-transform: uppercase;
    padding:20px;
}


section.cc_video video {
  width: 100%;
  height: auto;   
  display: block;
}




@media (max-width: 576px) {


.imprint > div.c_imprint,
.imprint:hover > div.c_imprint {
    max-width: 500px;
    right: 0px;
    width: 100%;
}


/*body  { font-size: 16pt; }*/

.c_top {
  max-width: 576px; 
width: 100%;
}

footer div,
section.cc_video {
width: 100%;
  max-width: 576px; 
  margin: 0 auto;  
}
}
