.recaptchawrapper .recaptchadisallowed > div {
	height:100%;
}

.twitterembed-canvas {
	height:550px;
}

.googlemaps-canvas {
  width: 100%;
  height: 100%;
}

.tac_activate {
	
	/*background: #333;
	color: #fff;
	display: table;
	font-size: 12px;
	height: 100%;
	line-height: initial;
	margin: auto;
	text-align: center;
	width: 100%;*/

	color: #333!important;
	border: 1px solid #afafaf;
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
	justify-content: space-around;
	align-items: stretch;
	align-content: stretch;
	background-color: #f0f0f0!important;
	text-align: center;
	
}

.recaptchawrapper {
	position: relative;
	width: 100%;
}

.recaptchawrapper .recaptchadisallowed {
	position: absolute;
	top: 0px;
	width: 100%;
	height: 100%;
	background-color: rgba(255,255,255,0.5);
}

.recaptchawrapper .recaptchadisallowed .tac_activate_recaptcha div button {
	margin-bottom: 10px;
}

.recaptchawrapper .recaptchadisallowed .tac_activate_recaptcha div p {
	margin-top: 10px;
	padding: 50px;
}

/*
	Placeholder
*/

.cbplaceholder {
	border: 1px solid #afafaf;
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
	justify-content: space-around;
	align-items: stretch;
	align-content: stretch;
	background-color: #f0f0f0;
	text-align: center;	
	color: #666;
}

.cbplaceholder .cbitem {
	/*flex: content;*/
}

.cbplaceholder__title {
	
	font-size: 18px;
	font-weight: 500;
	letter-spacing: .4px;
	line-height: 1.25;
	margin: 12px 0 0;
	text-align: center;
}

.cbplaceholder-icon-off {
	background: url(/modules/cookiebanner/includes/icons/off.svg) no-repeat 50% 50%;
	height: 24px;
	width: 24px;
	display: inline-block;	
}