﻿
.modal{
z-index:999991;
}

.modal-content {
    color:white;
    background-image: url('../img/buehne_elektromobilitaetstag.webp');
    background-size:cover;   
   
}
.modal-content-ix3 {
    color: white;
    background-image: linear-gradient(rgba(0,0,0, 0.2),rgba(0, 0, 0, 0.1)),url('../img/ix3-popup.webp');
    background-size: cover;
}

.modal-footer, .modal-header{
    border:none;
}
.modal-content a {
    color: white !important;
}

@media all and (min-width: 1024px) {
    .modal-content{
        width: 600px;
        height: 400px;
    }
    .modal-content-ix3{
        width: 600px;
        height: 360px;
    }
}