*{
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
}

html, body {
    background-color: #bbe1fa !important;
}

#slider {
    overflow: hidden;
}

#slider figure {
    position: relative;
    width: 500%;
    margin: 0;
    left: 0;
    animation: 20s slider infinite;
}

#slider figure img {
    width: 20%;
    float: left;
}

@keyframes slider {
    0% {
        left: 0;
    }
    20% {
        left: 0;
    }
    25% {
        left: -100%;
    }
    45% {
        left: -100%;
    }
    50% {
        left: -200%;
    }
    70% {
        left: -200%;
    }
    75% {
        left: -300%;
    }
    95% {
        left: -300%;
    }
    100% {
        left: -400%;
    }
}

.footer {
    position: relative;
    left: 0;
    bottom: 0;
    width: 100%;
    background-color: white;
    color: black;
    text-align: center;
 }

 .column img {
    margin-top: 8px;
    vertical-align: middle;
    width: 100%;
  }

  .row {
    display: -ms-flexbox; /* IE10 */
    display: flex;
    -ms-flex-wrap: wrap; /* IE10 */
    flex-wrap: wrap;
    padding: 0 4px;
  }
  
  a {
    color: black;
  }

  .container {
    background-color: #bbe1fa;
    overflow: hidden;
}

.col-sm-4 {
    background-color: #bbe1fa;
    overflow: hidden;
}

.kontakt {
    text-align: left;
}