* {
	margin: 0;
	padding: 0;
	font-family: 'Barlow', sans-serif;
	font-size: 14px;
	box-sizing: border-box;
}

a
{
	color: #232323;
}

p
{
	line-height: 100%;
	padding: 0 0 2px 0;
	font-size: 14px;
	font-weight: 500;
}

div.check
{
	display: flex;
	
}

input[type='checkbox'] + label,
input[type='radio'] + label
{
	font-size: 12px;
	font-weight: normal;
	color: #222;
	padding-left: 5px;
	padding-bottom: 5px;
	line-height: 1em;
	width: calc(100% - 22px);
}

label > a
{
	font-size: 12px;
	font-weight: normal;
	color: #222;
}

input[type='checkbox']
{
    width: 19px;
	height: 19px;
	background: transparent;
	overflow: hidden;
	border: none;
	cursor: pointer;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	outline: 0;
    vertical-align: top;
}

input[type='checkbox']:after
{
    content: '';
	display: block;
    width: 19px;
	height: 19px;
	z-index: 1;
	background-color: #fff;
	border: solid 1px #979797;
	box-sizing: border-box;
	cursor: pointer;
	color: #69ad00;
	padding: 1px;
	text-indent: 0.45px;
}

input[type='checkbox']:checked:after
{
	background-color: #EDF6E1;
	border: solid 1px #69ad00;
    content: '\f00c';
    font-family: FontAwesome;
    font-size: 10px;
}

#bgs {
	width: 100%;
	height: 100%;
	display: flex;
}

#bg1 {
	width: 394px;
	height: 440px;
	float: left;
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: stretch;
}

#bg2 {
	width: 270px;
	height: 430px;
	float: left;
	position: relative;
	background: transparent url(https://www.dekoria.de/data_files/wysiwyg/dekoria.de/Newspopup/popup/assets/pop-up-bg1.jpg) no-repeat 0 0;
}

#bg1.result
{
	
}

.red_star
{
	font-weight: bold;
	color: #f00;
}

body
{
	font-size: 14px;
	color: #232323;
	background: #fff;
	width: 600px;
	height: 430px;
}

h1
{
	color: #000000;
	font-size: 18px;
	font-weight: 700;
	line-height: 100%;
    padding-bottom: 10px;
    text-align: center;
}

.ac
{
	text-align: center;
	color: #dc6969;
    font-size: 20px;
    font-weight: 400;
	line-height: 110%;
}

.ac-bold
{
	text-align: center;
	color: #dc6969;
    font-size: 20px;
    font-weight: 700;
	line-height: 110%;
}

.ac span
{
	font-size: 20px;
}

.ra
{
	margin-top: 10px;
	font-size: 40px;
	font-weight: 800;
	position: relative;
	text-transform: uppercase;
	color: #dc6969;
	text-align: center;
}

.ra span
{
	font-size: 40px;
}

#form
{
	height: auto;
	padding: 0 30px 0 30px;
}

#form > form > div,
#form > form > div > *
{
	margin-bottom: 5px;
}

#form img
{
    width: 149px;
margin: 0 90px 10px 90px;
}

.info
{
	font-size: 14px;
	font-weight: 400;
    line-height: 1.2em;
    text-align: center;
}

.info a
{
	font-size: 20px;
}

input#newsletter_email
{
	border: 2px solid #929292;
	padding: 10px 15px;
	text-align: left;
	color: #929292;
	font-size: 14px;
	width: 100%;
	margin: 0 0 10px 0;
}

input#submit
{
	background-color: #929292;
	border: 1px solid #929292;
	color: #fff;
	padding: 10px 15px;
	font-size: 14px;
	font-weight: 700;
	width: 100%;
	margin: 10px 0;
	text-align: center;
	text-transform: uppercase;
}

#result
{
	display: none;
	text-align: center;
	padding: 80px 40px 0 40px;
}
.close_txt
{
	font-weight: bold;
	margin-bottom: 20px;
}

.close_txt.ok
{
	color: #8ec63f;
}

.close_txt.info
{
	color: #f68b14;
}

.close_txt.error
{
	color: #b32222;
}

#result #close_btn
{
	background-color: #8ec63f;
	border: 1px solid #8ec63f;
	color: #fff;
	padding: 10px 15px;
	font-size: 14px;
	font-weight: 600;
	width: 230px;
	margin-bottom: 15px;
	text-align: center;
}

.ttstyle
{
	font-size: 9px;
}

@media all and (max-width: 599px)
{
	#bg2 {
		display: none;
	}

	#bg1
	{
		width: 100%;
		background: #fff;
	}

	#adv
	{
		width: 100%;
	}
	body
	{
		width: 100%;
	}

	#form
	{
		padding: 0 20px 0 15px;
	}