/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
*/
/* 
    Created on : 29.06.2017, 16:07:46
    Author     : andreasmethling
*/
body {
    background-color: #ffffff;
}
#header {
    background-color: #ffffff;
    border-bottom: solid 2px blue;
    width: 100%;
    height: 110px;
    margin-bottom: 15px;
}
div#logo {
    min-width: 400px !important;
    width: 400px;
    height: 100px;
    position: absolute!important;
    padding: 0%; margin: 0.1% 2% 0% 0%;
    margin-left: 10px;
    background-size: contain;
    background-position: center center;
    background-image: url("/resources/css/images/intersport_wanninger.svg") !important;
}
.card {
    margin-bottom: 15px !important;
    margin-left: 1%;
}
#footer {
    background-color: red;
    height: 50px;
}
.icon--sale--bonus {
    display: block;
    width: 27vw;
    max-width: 115px;
    height: 27vw;
    position: absolute;
    right: -10px;
    top: -30px;
}


.carousel-indicators [data-bs-target] {
    background-color: #000 !important;
}
.carousel-control-prev-icon {
    background-color: #000 !important;
}
.carousel-control-next-icon {
    background-color: #000 !important;
}
.picture {
    display: flex;
    justify-content: center; /* horizontal */
    align-items: center;
}
