.modal_layer {
    background: hsl(44, 73%, 87%);
	padding: 15px 25px;
	display: none;
	position: fixed;
	top: 0;
    z-index: 9;
    width: 465px;
    overflow-y: auto;
    height: 100%;
}

.modal_layer h2,
.modal_layer p {
    color: #606060;
}

.modal_layer p {
    margin-bottom: 30px;
}

.modal_layer p.abschluss {
    line-height: 0.1em;
    font-size: 0.01em;
    margin-bottom: 0;
    clear: both;
}

a.close-modal_layer {
    position: absolute;
    top: 10px;
    right: 20px;
}

#broschueren_form .columns {
    padding-left: 0.4165em !important;
    padding-right: 0.4165em !important;
}

.close_modals {
    background: url('../../images/modal_close.svg') no-repeat;
    width: 20px;
    height: 20px;
    cursor: pointer;
    position: absolute;
    top: 10px;
    right: 10px;
}

.close_modals:hover{
    cursor: pointer;
}

@media (max-width: 767px) {
    .modal_layer {
        width: 100%;
        left: 0;
    }
}