@font-face {
  font-family: 'Sohne';
  src: url('/css/fonts/Sohne-ExtraleichtKursiv.woff2') format('woff2'),
      url('/css/fonts/Sohne-ExtraleichtKursiv.woff') format('woff');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'Sohne';
  src: url('/css/fonts/Sohne-DreiviertelfettKursiv.woff2') format('woff2'),
      url('/css/fonts/Sohne-DreiviertelfettKursiv.woff') format('woff');
  font-weight: bold;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'Sohne';
  src: url('/css/fonts/Sohne-BuchKursiv.woff2') format('woff2'),
      url('/css/fonts/Sohne-BuchKursiv.woff') format('woff');
  font-weight: normal;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'Sohne';
  src: url('/css/fonts/Sohne-Fett.woff2') format('woff2'),
      url('/css/fonts/Sohne-Fett.woff') format('woff');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Sohne';
  src: url('/css/fonts/Sohne-KraftigKursiv.woff2') format('woff2'),
      url('/css/fonts/Sohne-KraftigKursiv.woff') format('woff');
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'Sohne';
  src: url('/css/fonts/Sohne-Extraleicht.woff2') format('woff2'),
      url('/css/fonts/Sohne-Extraleicht.woff') format('woff');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Sohne';
  src: url('/css/fonts/Sohne-Dreiviertelfett.woff2') format('woff2'),
      url('/css/fonts/Sohne-Dreiviertelfett.woff') format('woff');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Sohne';
  src: url('/css/fonts/Sohne-Buch.woff2') format('woff2'),
      url('/css/fonts/Sohne-Buch.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Sohne';
  src: url('/css/fonts/Sohne-Kraftig.woff2') format('woff2'),
      url('/css/fonts/Sohne-Kraftig.woff') format('woff');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Sohne';
  src: url('/css/fonts/Sohne-ExtrafettKursiv.woff2') format('woff2'),
      url('/css/fonts/Sohne-ExtrafettKursiv.woff') format('woff');
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'Sohne';
  src: url('/css/fonts/Sohne-Extrafett.woff2') format('woff2'),
      url('/css/fonts/Sohne-Extrafett.woff') format('woff');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Sohne';
  src: url('/css/fonts/Sohne-HalbfettKursiv.woff2') format('woff2'),
      url('/css/fonts/Sohne-HalbfettKursiv.woff') format('woff');
  font-weight: normal;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'Sohne';
  src: url('/css/fonts/Sohne-FettKursiv.woff2') format('woff2'),
      url('/css/fonts/Sohne-FettKursiv.woff') format('woff');
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'Sohne';
  src: url('/css/fonts/Sohne-Halbfett.woff2') format('woff2'),
      url('/css/fonts/Sohne-Halbfett.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Sohne';
  src: url('/css/fonts/Sohne-Leicht.woff2') format('woff2'),
      url('/css/fonts/Sohne-Leicht.woff') format('woff');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Sohne';
  src: url('/css/fonts/Sohne-LeichtKursiv.woff2') format('woff2'),
      url('/css/fonts/Sohne-LeichtKursiv.woff') format('woff');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}


div.opera1 .principale > p,
div.opera2 .principale > p {
  font-style: italic;
}


* {
  box-sizing: border-box;
}

html {
  font-size: 14px;
  font-weight:300;
}

html,
body {
  font-family: 'Sohne';
  margin: 0;
  padding: 0;
  height: 100%;
  width: 100%;
  font-weight:300;
}
html.modal-open,
body.modal-open {
  overflow: hidden;
}
body.dark-v {
  background-color: black;
}
a:link,
a:visited {
  text-decoration: none;
  color: black;
}
a:hover {
  cursor: pointer;
}
input:focus {
  outline: none;
  box-shadow: none!important;
}


.intro-piano .intro-image {
  max-height: 90%!important;
  margin-top: 30px;
}

.main-content {
  width: 100%;
  height: 100%;
}
.form-control.bg-black {
  background-color: #000000 !important;
  color: white!important;
}
.form-group {
  margin: 0;
}
.form-group .form-control:focus {
  background-color: inherit;
}
.form-group .input-group {
  font-size: 16px;
  font-weight: 300;
  width: 100%;
  height: 60px;
  border: 1px solid #e6e8ea;
  border-radius: 40px;
}
.form-group .input-group input {
  font-family: 'Roboto', sans-serif !important;
  font-size: 13px;
  padding-left: 0px;
  font-weight: 100;
  border: none;
  height: 100%;
  border-radius: 40px;
}
.form-group .input-group-prepend,
.form-group .input-group-append {
  margin: 0 20px;
  line-height: 54px;
}
.content-padding {
  padding: 0 36px;
}
.content-margin {
  margin: 0 36px;
}
.no-margin {
  margin: 0!important;
}
.hidden {
  display: none;
}
.flex-end {
  display: flex;
  align-items: flex-end;
  flex-wrap: wrap;
}
.main-header {
  padding: 20px 37px;
  position: fixed;
  top: 0;
  width: 100%;
  height: 67px;
  background-color: white;
  z-index: 2;
  color: #343a47;
}
.main-header.dark-v {
  color: white!important;
  background-color: #000000 !important;
}
.main-header .radio-fortunato-logo {
  flex: 1;
  display: flex;
  justify-content: center;
  margin-top: 3px;
}
.page-content {
  padding-top: 67px;
  padding-bottom: 70px;
}
.page-content.player {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.page-content.content-padding {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  padding-bottom: 0px;
}
@media screen and (max-height: 670px) {
  .enter-radio-app-icon {
    margin-top: 50px;
  }
}
@media screen and (max-height: 600px) {
  .enter-radio-app-icon {
    margin-top: 0px;
  }
  .page-content.player {
    margin-bottom: 200px;
  }
}

#load {
  background: #312783;
  left: 770px;
  position: fixed;
  z-index: 99999;
  display:none;
}

.scroll-text {
  position: absolute;
  white-space: nowrap;
  left: 0;
}