.jmg-openstreetmap-dsgvo-notification{
	background-color: #eeeeee;
	border: 1px solid #dddddd;
	padding: 20px;
	box-sizing: border-box;
	-webkit-box-shadow: 2px 2px 17px -8px rgba(0,0,0,0.25);
	-moz-box-shadow: 2px 2px 17px -8px rgba(0,0,0,0.25);
	box-shadow: 2px 2px 17px -8px rgba(0,0,0,0.25);
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
.jmg-openstreetmap-dsgvo-notification.position_1{
	position: fixed;
	top: 50%;
	left:50%;
	width: 400px;
	height: auto;
	margin-top: -110px;
	margin-left: -200px;
	z-index: 9999999;
}
.jmg-openstreetmap-dsgvo-notification.position_2{
	position: fixed;
	top: 0;
	left:0;
	width: 100%;
	height: auto;
	margin-top: 0;
	margin-left: 0;	
	z-index: 9999999;
}
.jmg-openstreetmap-dsgvo-notification.position_3{
	position: fixed;
	bottom: 10px;
	right: 10px;
	width: 400px;
	height: auto;
	margin-top: 0;
	margin-left: 0;	
	z-index: 9999999;
}
.jmg-openstreetmap-dsgvo-notification.position_4{
	position: relative;
	top: 0;
	left: 0;
	margin-top: 0;
	margin-left: 0;	
}
.jmg-openstreetmap-dsgvo-notification.position_4.style_1{
	background: #eeeeee url('../images/jmg-openstreetmap-disabled.png') no-repeat center center;
}
.jmg-openstreetmap-dsgvo-notification.position_4.style_2{
	background: #111111 url('../images/jmg-openstreetmap-disabled-invert.png') no-repeat center center;
}
.jmg-openstreetmap-dsgvo-notification.position_4.style_3.custom_1{
	background-image: url('../images/jmg-openstreetmap-disabled.png'), url('../images/osmdsgvomap.png');
	background-repeat: no-repeat, no-repeat;
	background-position: center, center;
	background-size: auto, cover;
}

.jmg-openstreetmap-dsgvo-notification.position_4.style_3.custom_2 div.overlay{
	background: rgba(0,0,0,0.3);
	position: absolute;
	top: 0;
	left: 0;
	width: auto;
	height: 100%;
	display: block;
}

.jmg-openstreetmap-dsgvo-notification.position_4.style_3.custom_2 div.notification{
	background: rgba(255,255,255,0.9);
	margin: 30px;
	padding: 20px;
}

.jmg-openstreetmap-dsgvo-notification.position_4 .buttongroup{
	position: absolute;
	bottom: 30px;
	left: 0;
	width: 100%;
	box-sizing: border-box;
}
.jmg-openstreetmap-dsgvo-notification .notification{
	font-family: Arial;
	font-size: 14px;
	line-height: 18px;
	color: #222222;
	height: auto;
	padding-bottom: 20px;
}
.jmg-openstreetmap-dsgvo-notification .notification h2{
	font-size: 1.2em;
	color: #222222;
	margin-top: 0;
}
.jmg-openstreetmap-dsgvo-notification.position_4.style_2 .notification{
	color: #ffffff;
}
.jmg-openstreetmap-dsgvo-notification.position_4.style_2 .notification h2{
	color: #ffffff;
}
.jmg-openstreetmap-dsgvo-notification .buttongroup{
	text-align: center;
}
.jmg-openstreetmap-dsgvo-notification .buttongroup form{
	display: inline;
}
.jmg-openstreetmap-dsgvo-notification .buttongroup input[type="submit"],
.jmg-openstreetmap-dsgvo-notification .buttongroup a,
.jmg-openstreetmap-dsgvo-notification .buttongroup a:active,
.jmg-openstreetmap-dsgvo-notification .buttongroup a:focus,
.jmg-openstreetmap-dsgvo-notification .buttongroup a:visited{
	color: #444444;
	padding: 8px 20px;
	min-width: 120px;
	display: inline-block;
	border: 1px solid #aaaaaa;
	text-decoration: none;
	-webkit-box-shadow: 2px 2px 17px -8px rgba(0,0,0,0.25);
	-moz-box-shadow: 2px 2px 17px -8px rgba(0,0,0,0.25);
	box-shadow: 2px 2px 17px -8px rgba(0,0,0,0.25);
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

.jmg-openstreetmap-dsgvo-notification .buttongroup input[type="submit"]:hover,
.jmg-openstreetmap-dsgvo-notification .buttongroup a:hover{
	color: #ffffff;
	background: #aaaaaa;
}


  .fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  }
  @-webkit-keyframes fadeInDown {
  0% {
  opacity: 0;
  -webkit-transform: translate3d(0, -100%, 0);
  transform: translate3d(0, -100%, 0);
  }
  100% {
  opacity: 1;
  -webkit-transform: none;
  transform: none;
  }
  }
  @keyframes fadeInDown {
  0% {
  opacity: 0;
  -webkit-transform: translate3d(0, -100%, 0);
  transform: translate3d(0, -100%, 0);
  }
  100% {
  opacity: 1;
  -webkit-transform: none;
  transform: none;
  }
  } 

@media (max-width: 767px) {
.jmg-openstreetmap-dsgvo-notification .buttongroup input[type="submit"],
.jmg-openstreetmap-dsgvo-notification .buttongroup a,
.jmg-openstreetmap-dsgvo-notification .buttongroup a:active,
.jmg-openstreetmap-dsgvo-notification .buttongroup a:focus,
.jmg-openstreetmap-dsgvo-notification .buttongroup a:visited{
	color: #444444;
	padding: 8px 20px;
	min-width: 120px;
	display: inline-block;
	border: 1px solid #aaaaaa;
	text-decoration: none;
	-webkit-box-shadow: 2px 2px 17px -8px rgba(0,0,0,0.25);
	-moz-box-shadow: 2px 2px 17px -8px rgba(0,0,0,0.25);
	box-shadow: 2px 2px 17px -8px rgba(0,0,0,0.25);
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	white-space: normal!important;
	margin-left: 30px!important;
	margin-right: 30px!important;
}
}
@media (min-width: 768px) and (max-width: 991px) {

}
@media (min-width: 992px) and (max-width: 1199px) {

}
@media (min-width: 1200px) {

}
