@media (orientation: landscape) {
  .fontSize {
    font-size: 1rem;
  }

  h2,
  .month {
    font-size: 1.5rem;
    text-shadow: 2px 2px white;
    color: #376172;
    margin-top: 10px;
    margin-left: 10px;
  }

  .bottoneMese {
    width: 100%;
  }

  .calendar .days li {
    border-bottom: 1px solid #eee;
    border-right: 1px solid #eee;
    min-height: 6rem;
  }

  .lezio {
    font-size: 1rem;
  }

  .date {
    height: 6rem;
    font-size: 2.6vw;
  }

  .miop-3 {
    padding: 1rem !important;
  }

  .colonne-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
    position: relative;
    width: 100%;
    min-height: 1px;
  }

  .colonne-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
    position: relative;
    width: 100%;
    min-height: 1px;
    margin-top: -50px;
    margin-left: 80px;
  }
}

@media (orientation: portrait) {
  .fullHeight {
    height: inherit;
  }

  .testoCentrale {
    text-align: center;
  }

  .fontSize {
    font-size: 2rem;
  }

  h2,
  .month {
    font-size: 1rem;
    text-shadow: 2px 2px white;
    color: #376172;
  }

  .ombraTestoSuBianco {
    text-shadow: 2px 2px white;
    color: #376172;
    font-size: 1rem;
    padding-top: 50px;
    text-align: center;
  }

  .body-content {
    margin-top: 1em !important;
  }

  .p-5 {
    padding: 0.6rem !important;
  }

  .col-md-4,
  .col-md-12,
  .col-md-6,
  .col-md-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .bottoneMese {
    padding: 0.1rem !important;
  }

  ol {
    margin: 0;
  }

  .fontNomeGiorno {
    font-size: 0.7rem;
  }

  .calendar .days li {
    border-bottom: 1px solid #eee;
    border-right: 1px solid #eee;
    min-height: 3rem;
  }

  .date {
    height: 3rem;
    font-size: 6vw;
  }

  .lezio {
    font-size: 0.8rem;
  }

  .colonne-1 {
    margin-left: -15px !important;
  }

  .colonne-11 {
    justify-content: center;
    margin-top: -40px;
    margin-left: 50px;
  }

  .tCentr {
    text-align: center;
  }
}

.clearfix::after,
.calendar ol::after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.h6-d {
  font-size: 0.8rem;
  color: grey;
}

/* ================
Calendar Styling 
================= */
.calendar {
  border-radius: 10px;
}

.disponibilita1,
.disponibilita2,
.disponibilita3 {
  font-size: 1vw;
}

.transparentBack {
  background-color: transparent;
}

@media (min-width: 992px) {
  .month {
    font-size: 3.5rem;
  }
}

.calendar ol li {
  float: left;
  width: 14.28571%;
}

.calendar .day-names {
  border-bottom: 1px solid #eee;
}

.calendar .day-names li {
  text-transform: uppercase;
  margin-bottom: 0.5rem;
}

.calendar .days li {
  margin: 0.5rem 0;
}

.calendar .days li .event {
  font-size: 0.75rem;
  padding: 0.4rem;
  color: white;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  border-radius: 4rem;
  margin-bottom: 1px;
}

.calendar .days li .event.span-2 {
  width: 200%;
}

.calendar .days li .event.begin {
  border-radius: 1rem 0 0 1rem;
}

.calendar .days li .event.end {
  border-radius: 0 1rem 1rem 0;
}

.calendar .days li .event.clear {
  background: none;
}

.calendar .days li:nth-child(n+29) {
  border-bottom: none;
}

.calendar .days li.outside .date {
  color: #ddd;
}

.btn {
  transition: all .7s;
  background-color: #B78D65;
  color: #fff;
}

.btn:hover {
  transition: all .7s;
  background-color: #e2c6ab;
  color: rgb(142, 4, 4);
}

.ombraTestoSuBlu {
  text-shadow: 1px 1px #d8f4f7;
}

.ombraTestoSuBianco {
  text-shadow: 2px 2px white;
  color: #376172;
  font-size: 2rem;
}

.ombraCont {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.loadingClass {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-right: -50%;
  transform: translate(-50%, -50%);
}

a {
  color: #417388;
}

li.outside>a {
  color: #ddd;
}

.lezio a:link,
.lezio a:visited {
  text-decoration: underline;
  font-size: 1.6em;
  text-align: center;
  color: white;
  border-radius: 4rem;
  text-shadow: 2px 2px 4px black;
}

.lezio a:hover {
  color: #7dd0ea;
}

.tipolex {
  text-decoration: underline;
  font-size: 1.4em;
  font-style: italic;
  text-align: center;
  color: rgb(4, 12, 87);
  text-shadow: 2px 2px 4px rgb(168, 201, 238);
}

.gpass {
  font-size: 1.5em;
  text-align: center;
  text-decoration: underline;
  color: rgb(114, 4, 13);
  text-shadow: 1px 1px 2px rgb(255, 254, 254);
  padding-top: 2.6em;
}

.gpass-2 {
  font-size: 1.2em;
  text-align: center;
  color: rgb(255, 255, 255);
  text-shadow: 2px 2px 2px rgb(0, 0, 0);
}

.passLine {
  height: 0.8px;
  border-width: 0;
  width: 50%;
  color: blue;
  background-color: rgb(100, 4, 8)
}

@media (max-width: 400px) {
  .gpass {
    font-size: 1.3em;
    padding-top: 3.1em;
  }

  .tipolex {
    font-size: 1.3em;
  }

  .lezio a:link,
  .lezio a:visited,
  .lezio a:hover {
    font-size: 1.5em;
  }

}


/*
*
* ==========================================
* Body Color
* ==========================================
*
*/
body {
  min-height: 100vh;
  background: url(../../multiplo/img/about-bg-2.jpg) center center no-repeat;
}

.control-label {
  font-size: large;
  font-weight: bold;
}