/* 
slider 
- bitte eindeutige tags vergeben
- höhe und breite im element definiert?
*/
.slider{
  overflow: hidden;
  max-height: 375px;
  max-width: 100%;
  margin-top: -22px;
   -webkit-user-select: none;
   -moz-user-select: -moz-none;
   -webkit-user-select: none;
   -ms-user-select: none;
   user-select: none;
}
/* 
slider 
- bitte eindeutige tags vergeben
- höhe und breite im element definiert?
*/
.slider{
  overflow: hidden;
  max-height: 375px;
  max-width: 100%;
  position: relative;
}

i.fas.fa-angle-right.right {
    position: absolute;
    /* top: calc(50% - 150px / 2); */
    color: #e1363f;
    font-size: 3em;
    cursor: pointer;
    right: 0px;
    top: 25%;
    background: rgba(255, 255, 255, 0.6);
    padding: 20px
}

i.fas.fa-angle-left.left {
    position: absolute;
    /* top: calc(50% - 150px / 2); */
    color: #e1363f;
    font-size: 3em;
    cursor: pointer;
    left: 0px;
    top: 25%;
    background: rgba(255, 255, 255, 0.6);
    padding: 20px
}

.slide h3:hover {
    color: #555;
}


.slide h3 {
  margin-left: 15px;
  color: #555;/* color: #e1363f; */
  margin-top: 15px;
  font-size: 24px;
  font-family: 'dns_regular';
  text-transform: uppercase;
  line-height: 28px;
  font-weight: 100;
}

.slider h4 {
  margin-left: 15px;
  margin-bottom: 4px;
  margin-top: 0px;
  white-space: nowrap;
  font-size: 18px;
  font-family: 'dns_regular';
  color: #666;
  font-weight: 100;
  text-transform: uppercase;
  position: absolute;
  bottom: 4px;
}
.slider ul {
  width: 3600px;
  height: 375px;
  margin-left: -1200px;
}

li.slide {
  float: left;
  position: relative;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

li.slide img{
  pointer-events: none;
  width:100%;
  height:auto;
}
.sliderBG {
  background: rgba(255, 255, 255, 0.6);
  position: absolute;
  top: 248px;
  height: 127px!important;
}
/*
.slider{
overflow: hidden;
max-height: 375px;
max-width: 100%;
}

.slide h3 {
margin-left: 27px;
color: #777;
line-height: 38px;
margin-top: 26px;
font-size: 38px;
font-family: dns_bold;
}

.slider h4 {
font-size: 18px;
font-family: 'dns_regular';
color: #888888;
text-transform: uppercase;
}
.slider ul {
width: 3600px;
height: 375px;
margin-left: -1200px;
}

li.slide {
float: left;
position: relative;
-webkit-user-select: none;
-khtml-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}

li.slide img{
pointer-events: none;
width:100%;
height:auto;
}
.sliderBG {
background: rgba(255, 255, 255, 0.6);
position: absolute;
top: 270px;
}
*/

