@import url("//fonts.googleapis.com/css?family=Noto+Sans");

body {
 font-family: 'Noto Sans', Helvetica, sans-serif;
 font-size:1.0em;
 background-color: #000;
}

#screen {
  height: 100%;
  width: 100%;
  overflow:hidden;
}

    #owl-fzg-images .item img{
    display: block;
    height: auto;
    width: 100%;
    }

.item-img {
  float:left;
  width:78%;
  margin:auto;
  overflow:hidden;
}

.item-text {
  float:right;
  height:100%;
  background-color: #202223;
  padding: 20px;
  width:18%;
  overflow:hidden;
}

.owl-controls {
  display:none;
}


#item-text-top-space {
     margin-top: 50%;
}


#item-text-preis {
    color: #fff;
    font-size: 3.6em;
    font-style: normal;
    font-weight: 800;
    letter-spacing: 0.4px;
    text-align: right;
}

#item-text-title, #item-text-subtitle {
    color: #fff;
    font-size: 2em;
    font-style: normal;
    font-weight: normal;
}

#item-text-title {
  color: #ff0000;
  margin-top: 30%;
}