/*
Theme Name: Ourpower Sonnenweide
Template: marmara
Version: 1.2
*/

.modal {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1050;
    display: block;
    width: 100%;
    height: 100%;
    overflow: hidden;
    outline: 0;
}
.top50 {
    top: 50%;
}
.modal-dialog {
    position: relative;
    margin: 0 auto;
    transform: translateY(-50%);
    max-width: 720px !important;
}
.modal-content {
    border-radius: 20px;
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, .2);
    box-shadow: 0 .25rem .5rem rgba(0, 0, 0, .5);
    outline: 0;
}
.modal-header {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    padding: 1rem;
    border-bottom: 1px solid #e9ecef;
}
.modal-title {
    font-size: 1.25rem;
    font-weight: bold;
    line-height: 1.3rem;
}
.modal-body {
    position: relative;
    flex: 1 1 auto;
    padding: 1rem;
}
.modal-body a {
    color: #007190;
}
.modal-body a:hover {
    color: #002b35;
    text-decoration: underline;
}
.modal-body p {
    font-size: 1rem;
    line-height: 1.3rem;
}
.modal-footer {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-end;
    padding: .75rem;
    border-top: 1px solid #e9ecef;
}
.modal-footer .btn-secondary {
    background-color: transparent;
    color: #000;
    font-weight: normal;
    border: none;
}
.modal-footer .btn-secondary:hover {
    color: #006a81;
    background-color: transparent;
}
.modal-footer .btn-success {
    color: #fff;
    background: #5cb85c;
    border: 1px solid #5cb85c;
    box-shadow: none;
    margin-left: 3rem;
}
.modal-footer .btn-success:hover {
    background-color: #77c477;
}
.modal-footer .btn {
    padding: .85rem;
}
.banner-overlay {
	top: 30%!important;
	position: absolute!important;
}