/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 14.03.2019, 16:39:10
    Author     : juergen
*/


@media (min-width: 768px) {
    
    .section-main-slider {
    display: block;
    max-height: 600px;
    overflow-y: hidden;
    overflow-x: hidden;
}


    .slick-slide {
        border: 0px solid red;
        height: 600px;
        min-height: 600px;
        max-height: 600px;
        overflow-y: hidden;
    }
    
     .slick-slide .frame { 
       
        height: 600px; 
        min-height: 600px;
        padding-top: 0rem;
        padding-bottom: 0rem;
    }
   
    .slick-slide .frame-container {
        border: 0px solid green;
        max-width: 100%;
        height: 600px;
    }
    

    .sliderbox-container {
       height: 600px;
       display: inline-flex;
       align-items: center;
       min-width: 50%;
    }

    
    /* Slider dots */
    .slick-dots {
    position: absolute;
    bottom: 20px;
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
    }
    .slick-dots li { background: white; }
    .slick-dots li.slick-active button::before {
    background: orange;
    opacity: 1;
  }


    
    .slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 20px;
    height: 20px;
    padding: 5px;
    cursor: pointer;
    color: orange;
    border: 0px solid black;
    outline: none;
    /* background: white; */
}
.slick-active   {
    
    
    background: orange;
}



.slick-dots li button:before {
    font-family: 'slick';
    font-size: 6px;
    line-height: 20px;
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    content: '';
    text-align: center;
    opacity: 1;
    color: black;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
    
    
    
}