

/* Css Main */
.main {
  /*margin: 40px;*/
  background: #000;
  text-align: center; 
  color: #aaa;
  font-family: 'Open Sans', sans-serif;
  margin-bottom: 50px;
 /* background: radial-gradient(#333, hsl(200,30%,6%) );*/
}

img{
  border: none;
}

.channel{
  border:none !important;
}


iframe { display:block; width:100%; height:100vh; border:0 }


.banner_slide{
  position: relative;
  top: 45%;
  background-color: #1d1d1d75;
  display: block;
  width: fit-content;
  padding: 30px;

  color: white;
  text-align: left;
}

.banner  .titolo{
  font-size: 2.2em;
  width: fit-content;
  color: white;
}

.banner .sottotitolo{
  font-size: 1.25em;
  color: white;
  margin-top: 5px;
  margin-bottom: 20px;
}

.banner_slide a{
font-size: 1.3em;
color: white !important;
}



.medium{
  height:300px !important;
}

.small{
  height: 210px !important;
}

@media only screen and (max-width: 768px) {
iframe{

  max-height: 250px;
}
}

@media (min-width: 800px){
   .main {margin:0 auto; display:block; background-color: black ; 
          margin-bottom: 50px;}
}

  
a, a:hover, a:visited { color: #76DAFF; }

/* {box-sizing: border-box;}*/

body { 
  margin: 0;
  font-family: 'Open Sans', sans-serif;
  background: #0a0a0a;
}

header {
    height: 4rem;
    background-color: #0a0a0a;
}

header a.logo {
font-size: 25px;
font-weight: bold;
}

header > a > img {
    width: 180px;
    margin: 15px;
}


.footer {
  overflow: hidden;
  background-color: rgb(10 10 10);
  padding: 20px 10px 30px 10px;
  color:#ededed;
  text-align: center;
}


.slidertitle {
  margin: 30px 20px 0px 20px;
  color: #eee;
  font-size: 1.7em;
  text-rendering: optimizeLegibility;
  font-weight: 400;
  text-align: left;
  border-bottom: 1px solid #252525;
  padding-bottom: 6px;
}

.slidec > h4 {
  position: absolute;
  top: 15px;
  left: 10px;
  font-size: .7em;
  font-weight: 400;
  margin: 0 auto;
  padding: 3px;
  background-color: red;
  border-radius: 3px;
  }


.section {
  margin-bottom: 40px;
}

button, input, optgroup, select, textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 10px;
  border-color: #01141b;
 
}


/* Burger menu ********************************************/


.burger-wrapper {
cursor: pointer;
}

.burger-wrapper {
  cursor: pointer;
}
#meny {
    background: #000;
    width: 20rem;
    height: 100vh;
    position: fixed;
    right: 0;
    transition-timing-function: cubic-bezier(10,2,3,1);
    transform: translateX(50rem);
    top: 0;
    z-index: 1000;
    transition: 0.5s;
}
#menyAvPaa {
    display: none;
}

#menyAvPaa:checked ~ #meny {
    transform: translateX(0rem);
}

#burger {
    position: absolute;
    cursor: pointer;
    width: 2rem;
    height: 2rem;
    right: 1rem;
    top: 1rem;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
}

#burger > div {
    height: 2px;
    background-color: #fff;
    transition: 0.5s;
    z-index: 1999;
}

#menyAvPaa:checked ~ #burger > div {
  background-color: #fff;
}

#menyAvPaa:checked ~ #burger > div:nth-child(1) {
    transform: translateY(15px) rotate(45deg);
}
#menyAvPaa:checked ~ #burger > div:nth-child(2) {
    opacity: 0;
}
#menyAvPaa:checked ~ #burger > div:nth-child(3) {
    transform: translateY(-15px) rotate(-45deg);
}

/* Social *******************************/

.social {
  text-align: center;
  display: block;
  width: 100%;
}

.social-ico {
  height: 40px;
  width: 40px;
  display: block;
  float: left;
  margin-left: 10px;
}