@media (min-width: 769px) {

	.wgc-cookie-box-inner {
		background: #fff;
		box-sizing: border-box;
		-webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.75);
		-moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.75);
		box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.75);
		overflow: auto;
	}

	.wgc-cookie-box-inner-form {
		position: relative;
		width: 100%;
	}

}

@media (max-width: 768px) {

	#content {
		box-sizing: border-box;
		width: 100%;
		padding: 1%;
	}

	.wgc-cookie-box {
		background: rgba(0, 0, 0, 0.6);
		width: 100%;
		height: 100%;
		margin: auto;
		left: 0;
		right: 0;
		bottom: 0;
		position: absolute;
		z-index: 1999;
		font-family: arial, sans-serif;
		font-size: 14px;
		line-height: 20px;
		color: #333;
	}

	.wgc-cookie-box-inner {
		position: relative;
		top: 20px;
		left: 50%;
		width: 94%;
		height: auto;
		padding: 20px 20px 10px 20px;
		margin-left: -47%;
		background: #fff;
		box-sizing: border-box;
		-webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.75);
		-moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.75);
		box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.75);
		overflow: auto;
		border-radius: 5px;
	}

	.wgc-cookie-box-inner-form {
		position: relative;
		width: 100%;
	}

}

#wgc-cc-empty {
	background: #ddd;
	top:100px;
	width: 200px;
	height: 100px;
	z-index: 2222222;
	position: absolute;
	display: none;
}

.wgc-control {
	/* display: block; -> wenn untereinander sein soll */
	display: inline-block;
	position: relative;
	padding-left: 26px;
	margin-bottom: 5px;
	padding-top: 3px;
	cursor: pointer;
	font-size: 1em;
}

.wgc-control input {
	position: absolute;
	z-index: -1;
	opacity: 0;
}

.wgc-control-indicator {
	position: absolute;
	top: 2px;
	left: 0;
	height: 20px;
	width: 20px;
	background: #ddd;
	border: 0;
	border: 1px solid #aaa;;
	border-radius: 3px;
}

.wgc-control-radio .wgc-control-indicator {
	border-radius: 50%;
}

.wgc-control:hover input ~ .wgc-control-indicator,
.wgc-control input:focus ~ .wgc-control-indicator {
	background: #5a9900;
	border: 1px solid #5a9900;
}

.wgc-control input:checked ~ .wgc-control-indicator {
	background: #5a9900;
	border: 1px solid #5a9900;
}

.wgc-control:hover input:not([disabled]):checked ~ .wgc-control-indicator,
.wgc-control input:checked:focus ~ .wgc-control-indicator {
	background: #5a9900;
	border: 1px solid #5a9900;
}

.wgc-control input:disabled ~ .wgc-control-indicator {
	background: #5a9900;
	border: 1px solid #5a9900;
	opacity: 0.6;
	pointer-events: none;
}

.wgc-control-indicator:after {
	box-sizing: unset;
	content: '';
	position: absolute;
	display: none;
}

.wgc-control input:checked ~ .wgc-control-indicator:after {
	display: block;
}

.wgc-control-radio .wgc-control-indicator:after {
	left: 7px;
	top: 7px;
	height: 6px;
	width: 6px;
	border-radius: 50%;
	background: #fff;
}

.wgc-control-radio input:disabled ~ .wgc-control-indicator:after {
	background: #888;
}

.wgc-control-radio .wgc-control-indicator {
	border-radius: undefined%;
}

.wgc-control-checkbox .wgc-control-indicator:after, .wgc-control input:disabled ~ .wgc-control-indicator:after {
	left: 7px;
	top: 3px;
	width: 3px;
	height: 8px;
	border: solid #fff;
	border-width: 0 2px 2px 0;
	transform: rotate(45deg);
}

.wgc-control label {
	line-height: 20px;
}

.wgc-button-submit-grey {
	font-family: arial,sans-serif;
	cursor: pointer;
	padding: 8px 10px 7px 0 !important;
	margin: 0 10px 10px 0;
	outline: 0;
	border: none !important;
	border-radius: 0;
	background: transparent;
	color: #333 !important;
	font-size: 14px !important;
	line-height: 14px !important;
	text-decoration: underline !important;
	text-align: center !important;
	display: inline-block;
}

.wgc-button-submit-grey:hover {
	text-decoration: none !important;
}

.wgc-button-submit-orange {
	font-family: arial,sans-serif;
	cursor: pointer;
	padding: 8px 10px 7px 10px !important;
	margin: 0 0 10px 0;
	outline: 0;
	border: none !important;
	border-radius: 3px;
	background: #FEA000;
	color: #fff !important;
	font-size: 14px !important;
	line-height: 14px !important;
	text-decoration: none !important;
	text-align: center !important;
	display: inline-block;
}

.wgc-button-submit-orange:hover {
	background: #5a9900;
}

.wgc-cookie-link a:link, .wgc-cookie-link a:visited {
	color: #333;
	text-decoration: underline;
	font-size: 1em;
}

.wgc-cookie-link a:hover, .wgc-cookie-link a:active, .wgc-cookie-link a:focus {
	color: #333;
	text-decoration: none;
	font-size: 1em;
}

#wgc-cookie-descriptions {
	width: 100%;
	height: auto;
	display:none;
}
