body #stom_popups_wrapper .stom_popup_wrapper {
    background-color: #8156b6;
    border-radius: 8px 8px 0 0;

}

body #stom_popups_wrapper .stom_popup_overlay.style-fold {
    background-color: transparent !important;
}

body #stom_popups_wrapper .stom_popup_overlay.lower-right {
    right: 20px;
}

body #stom_popups_wrapper .stom_popup_toggle_wrapper {
    display: block;
    padding: 10px 5px 10px;
    border: none;
    text-align: center;
    font-size: 20px;
    color: #fff;
    line-height: 1;
    cursor: pointer;
    background-color: transparent;
}

body #stom_popups_wrapper .stom_popup_toggle_wrapper>strong {
    padding-bottom: 5px;
    display: block;
}

body #stom_popups_wrapper .stom_popup_toggle_wrapper .stom-custom-svg {
    font-size: 14px;
    margin-left: 2px;
}


body #stom_popups_wrapper .stom_popup_content_wrapper {
    padding: 0;
    background-color: #8156b6;
}

body #stom_popups_wrapper .stom_popup_content_wrapper .stom_popup_content {
    padding: 30px;
    color: white;
    font-size: 15px;
}

body #stom_popups_wrapper .stom_popup_content_wrapper .stom_popup_content p {
    line-height: 1.2;
}
body #stom_popups_wrapper .stom_popup_content_wrapper .stom_popup_content .btn.full {
	text-align:center;
}
body #stom_popups_wrapper  .stom_popup_content_wrapper .stom_popup_content img {
    line-height: 0;
}

body #stom_popups_wrapper #stom_popup-178267 {
    z-index: 100000;
}

#stom_popups_wrapper.hide {
    display: block !important;
}


body #stom_popups_wrapper .stom_popup .stom_popup_close {
	    filter: invert(1);
    margin: 7px;
}

@media only screen and (max-width: 600px) {

    body #stom_popups_wrapper .stom_popup_toggle_wrapper {
        font-size: 18px;
    }

}


@media only screen and (max-width: 400px) {

    body #stom_popups_wrapper .stom_popup_toggle_wrapper {
        font-size: 16px;
    }

    body #stom_popups_wrapper .stom_popup_wrapper {
        width: 250px !important;
    }

	#nyhedsbrevspopup .stom_popup_content_wrapper .stom_popup_content{
		max-width: 270px;
	}
	#nyhedsbrevspopup h3{
		font-size: 20px;
	}
}