#frmCC {
	margin:0;
	padding: 0;
}

.cc_overlay {
	position: fixed;
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
	background: rgba(0,0,0,0.3);
	z-index: 999999;
	
}

.cc_wrapper {
	padding: 35px 45px 40px;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	width: 690px;
	background: #FFF;
	border-radius: 3px;
	top: 50px;
}

.cc_option {
	flex-shrink: 0;
	display: flex;
}

.cc_option:first-child {
	margin-bottom: 20px;
}

.cc_option input[type=checkbox] {
	flex-shrink: 0;
    width: 21px;
    height: 21px;
    margin: 0px 10px 0 0;
    padding: 0;
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 4px;
    cursor: pointer;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    outline: 0;

}

.cc_option input[type="checkbox"]:checked {
    background: #42b12d url(../images/check-weiss.svg) center center no-repeat;
    border-color: #42b12d;
    background-size: 15px;
}


div.explanation {
	font-size: 14px;
	font-family: Arial,sans-serif;
    font-weight: normal;
    line-height: 1.5;
    color: #000000;
}

.cc_submit {
	text-align: center;
	
}

.cc_image {
	margin-bottom: 30px;
	text-align: center;
}

.detail_tab li {
	list-style-type: disc;
	margin-left: 20px;
	font-weight: normal;
}

#cc_default span {
	display: inline-block;
	margin-top: 8px;
	cursor: pointer;
	font-family: Arial,sans-serif;
	font-size: 14px;
	margin-left: 20px;
	background-color: #efefef;
	padding: 0px 40px;
	line-height: 40px;
	border-radius: 5px;
	color: #666;
}


.cc_cta {
	padding: 0px 70px;
	background-color:#28a745;
	display:inline-block;
	border-radius:5px;
	color:#fff;
	font-size:16px;
	height: 40px;
	cursor:pointer;
	line-height: 40px;
	margin-top: 15px;
	font-family: Arial,sans-serif;
}

.cc_cta:hover {
	background-color:#46c864;
}

.cc_overlay h3 {
	font-family: Arial,sans-serif;
	font-size: 24px;
	font-weight: bold;
	line-height: 1.3;
	margin: 0 0 12px;
	color: #000000;
}

.cc_overlay p {
	font-family: Arial,sans-serif;
    font-weight: normal;
    font-size: 14px;
    line-height: 1.5;
	margin: 0 0 12px;
    color: #000000;
}

.cc_overlay label {
	padding-top: 0px;
	line-height: 1.5;
	font-weight: bold;
	color: #000000;
	font-family: Arial,sans-serif;
    font-size: 14px;
}

.cc_overlay ul {
    margin: 5px 0 15px;
    padding: 0;
    list-style-type: none;
    font-size: 14px;
    font-family: Arial,sans-serif;
}


.cc_overlay a {
    text-decoration: none;
    color: #0077CC;
    background: transparent;
    outline: 0;
    font-size: 14px;
}

.cc_overlay a:hover {
    text-decoration: underline;
}

.ie .cc_wrapper {
transform:translate(-50%,-50%);
}

.mobile .cc_overlay h3 {
	margin-bottom:10px;
	font-size:15px;
}

.mobile .cc_wrapper {
	left: 0px;
	right: 0px;
	bottom: 0px;
	font-size: 12px;
	padding: 20px;
	transform: none;
	overflow-y: auto;
	max-width: 100%;
	top: auto;
	max-height: 100%;
}

.mobile div.explanation,
.mobile .cc_overlay p,
.mobile .cc_overlay a,
.mobile .cc_overlay label,
.mobile .cc_overlay ul {
	font-size:13px;
}

.mobile .cc_image {
	margin-top:-4px;
}

.mobile .cc_option input[type=checkbox] {
	margin-top:-1px;
}

.mobile #cc_default span {
	margin-left: 0;
}

.mobile #cc_default {
	text-align:center;
}