
.exitpopup { text-align: right; display: inline-block; position: absolute; right: 50px; cursor: pointer;}
.popup-visning {display: block !important; } 
#popup-nyhetsbrev { display: none; }
#popup-nyhetsbrev { 
    position: fixed;
    right: 20%;
    top: 50px;
    width: 300px;
}
@media only screen and (max-width: 768px) {
	#popup-nyhetsbrev { 
		left: 10%;
		right: 10%;
	}
}

#popup-nyhetsbrev li {
	line-height: 25px;
}

#popup-nyhetsbrev li label {
	margin-left: 8px;
	margin-top: -4px;
}

#popup-nyhetsbrev .button {
	background-color: #F40045; 
	border: none;
	color: white;
	padding: 12px 22px;
	text-align: center;
	border-radius: 10px;
	text-decoration: none;
	display: inline-block;
	font-size: 16px;
	cursor: pointer;
}

#popup-nyhetsbrev #mc_embed_signup div.mce_inline_error {
    margin: 0 0 1em 0;
    padding: 5px 10px;
    background-color: #F7F7F7 !important;
    font-weight: bold;
    z-index: 1;
	color: #080808 !important;
	font-size: 12px;
}

#popup-nyhetsbrev #mce-success-response {
	margin-bottom: 15px;
}

#popup-nyhetsbrev .mc-field-group {
	margin-bottom: 15px;
}
#popup-nyhetsbrev ul {
	padding: 0;
}

#popup-nyhetsbrev {
	color: #333;
	font-size: 16px;
	line-height: 1.5;
	border: solid 3px red;
    z-index: 2200;
}