@charset "UTF-8";
/* CSS Document */

/* ------------------- Modul Listgrid Grid --------------------------------------- */

.modulNewsletterGrid{
	position: relative;
	width: 100%;
	height: auto;
	margin: 0;
	
	margin-left: auto;
	margin-right: auto;
	padding: 0;
	display: grid;
    grid-template-columns: 50% auto;
	grid-auto-rows:  auto;
    grid-gap: 2vw;
}

/* ------------------- D 1x1 --------------------------------------- */


.modulNewsletterGrid .item{
	
	position: relative;
	width: 100%;
	height: auto;
	margin: 0;
	padding: 0px;
	margin-left: auto;
	margin-right: auto;
}

.modul-newsletter .editable_content, .layout_form, .cr_form, .cr_font, .cr_body, .cr_page .formbox{
	position: relative;
	width: 100%;
	height: auto;
}
.modul-newsletter .cr_ipe_item{
	

	position: relative;
	width: 100%;
	height: 100%;
	margin-bottom: 2vw;
}
.modul-newsletter .cr_ipe_item:last-child{
	margin-bottom: 0px;
}

.checkboxes{
	position: relative;
	width: 100%;
	height: 100%;
	min-height: 20px;
}
/* ===================================================================================================================== */
/* ===================================================================================================================== */
.checkboxContainer {
  display: inline-flex;
  position: relative;
  padding-left: 40px;
  cursor: pointer;
	height: 100%;
	min-height: 20px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
	justify-content: center;
	align-content: center;
	align-items: center;
}

.checkboxContainer .checkname{
	width: auto;
	height: 100%;
  display: flex;
  position: relative;
  padding-right: 40px;
	justify-content: center;
	align-content: center;
	min-height: 20px;
	align-items: center;
}

/* Hide the browser's default radio button */
.checkboxContainer input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

/* Create a custom radio button */
.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 20px;
  width: 20px;
	border: 1px solid #000;
  background-color: transparent;
  border-radius: 50%;
	display: flex;
	justify-content: center;
	align-content: center;
	align-items: center;
}

/* On mouse-over, add a grey background color */
.checkboxContainer:hover input ~ .checkmark {
  background-color:rgba(0,0,0,0.1);
-webkit-transition: all .6s ease-in-out;
	-moz-transition: all .6s ease-in-out;
	-ms-transition: all .6s ease-in-out;
	-o-transition: all .6s ease-in-out;
	transition: all .6s ease-in-out;
}

/* When the radio button is checked, add a blue background */
.checkboxContainer input:checked ~ .checkmark {
	-webkit-transition: all .6s ease-in-out;
	-moz-transition: all .6s ease-in-out;
	-ms-transition: all .6s ease-in-out;
	-o-transition: all .6s ease-in-out;
	transition: all .6s ease-in-out;
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  opacity: 0;

	
-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

/* Show the indicator (dot/circle) when checked */
.checkboxContainer input:checked ~ .checkmark:after {
  display: block;
	 opacity:1;
	width: 6px;
	height: 6px;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

/* Style the indicator (dot/circle) */
.checkboxContainer .checkmark:after {
	width: 2px;
	height: 2px;
	opacity: 0;
	border-radius: 50%;
	background-color: rgba(20,20,20,0.97);
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}






/* ------------------- Modul Botton--------------------------------------- */



.modul-newsletter input[type=text] {
  width: 100%;
  box-sizing: border-box;
  border: 1px solid #212121;
  border-radius: 30px;
  background-color: rgba(0,0,0,0);
  padding: 1.2vw;
}

.modul-newsletter input[type=text]:focus {
	 outline: 0;
  -webkit-box-shadow: inset 0 0px 0px rgba(0,0,0,0.0), 0 0 0px rgba(0,0,0,0.0);
  box-shadow: inset 0 0px 0px rgba(0,0,0,0.0), 0 0 0px rgba(0,0,0,0.0);
}


.modul-newsletter input[type=text]:active{
	 outline: 0;
  -webkit-box-shadow: inset 0 0px 0px rgba(0,0,0,0.0), 0 0 0px rgba(0,0,0,0.0);
  box-shadow: inset 0 0px 0px rgba(0,0,0,0.0), 0 0 0px rgba(0,0,0,0.0);
}

.modul-newsletter input[type=text]:hover{
	 outline: 0;
  -webkit-box-shadow: inset 0 0px 0px rgba(0,0,0,0.0), 0 0 0px rgba(0,0,0,0.0);
  box-shadow: inset 0 0px 0px rgba(0,0,0,0.0), 0 0 0px rgba(0,0,0,0.0);
}


.modul-newsletter input[type=text]:-webkit-autofill,
.modul-newsletter input[type=text]:-webkit-autofill:hover,
.modul-newsletter input[type=text]:-webkit-autofill:focus,
.modul-newsletter input[type=text]:-webkit-autofill:active {
    -webkit-animation: autofill 0s forwards;
    animation: autofill 0s forwards;
}
/* ------------------- Modul Botton--------------------------------------- */

.modul-newsletter .modulBtn{
	position: relative;
	width:auto;
	min-width: 30px;
	height: auto;
	min-height: 30px;
	border: 0px solid;
	border-radius:30px;
  	outline-style: none;
  	box-shadow: none;
  	text-decoration: none;
  	cursor: pointer;
	display: flex;
	justify-content: center;
	align-items: center;
	overflow: hidden;
	background-color: rgba(255,255,255,0) !important;
	
}
.modul-newsletter .mouseover:hover .modulBtn{
	
	background-color: rgba(255,255,255,0) !important;
}


.modul-newsletter .modulBtn .BtnBgA{
	position: absolute;
	
	z-index: 3;
	width: 100%;
	height: 100%;
	border-radius:30px;
	-webkit-transition: all .5s ease-in-out;
	-moz-transition: all .5s ease-in-out;
	-ms-transition: all .5s ease-in-out;
	-o-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out;
	transform: scale(1);
}

.modul-newsletter .modulBtn .BtnBgB{
	position: absolute;
	
	z-index: 2;
	width: 100%;
	height: 100%;
	border-radius:30px;
	border: 1px solid;
	opacity: 1;
	transform: scale(1);
}


.modul-newsletter .modulBtn .BtnBgC{
	position: absolute;
	
	z-index: 3;
	width: 100%;
	height: 100%;
	border-radius:30px;

	transform: scale(0.5);
	opacity: 0;
}
.modul-newsletter .mouseover:hover .modulBtn .BtnBgA{
	transform: scale(0.2);

}
.modul-newsletter .mouseover:hover .modulBtn .BtnBgB{
}
.modul-newsletter .mouseover:hover .modulBtn .BtnBgC{
	-webkit-transition: all .5s linear;
	-moz-transition: all .5s linear;
	-ms-transition: all .5s linear;
	-o-transition: all .5s linear;
	transition: all .5s linear;
	transform: scale(1);
	opacity: 1 !important;

}

/* ---------------------------------------------------------- */

.modul-newsletter .BtnLabel{
	position: relative;
	width:100%;
	height: 0%;
	z-index: 70;
	display: inline-block;
  	cursor: pointer;
	
	transform: scale(1);
	overflow: hidden;
	
}

.modul-newsletter .BtnLabel .Lable{
	position: relative;
	max-width:100%;
	max-height: 40px;
	padding-left: 20px;
	padding-right: 20px;
	
	overflow: hidden;
	transform: scale(1);
	opacity: 1;
	
	background-color: transparent;
}
.modul-newsletter .mouseover:hover .BtnLabel .Lable{
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	transform: scale(0.5);
	opacity: 0;
	
	background-color: transparent;
}
.modul-newsletter .BtnLabel .LableOver{
	position: absolute;
	z-index: 4;
	top: 0;
	max-width:100%;
	max-height: 40px;
	padding-left: 20px;
	padding-right: 20px;
	
	overflow: hidden;
	transform: scale(0);
	opacity: 0;
	
	display: flex;
	align-content: center;
	align-items: center;
	background-color: transparent;
}
.modul-newsletter .mouseover:hover .BtnLabel .LableOver{
	-webkit-transition: all .8s ease-in-out;
	-moz-transition: all .8s ease-in-out;
	-ms-transition: all .8s ease-in-out;
	-o-transition: all .8s ease-in-out;
	transition: all .8s ease-in-out;
	
	background-color: transparent;
	transform: scale(1);
	opacity: 1;
}

.modul-newsletter .mouseover:hover .BtnLabel{
	width:100%;
	transform: scale(1);
	
	background-color: transparent;
}

/* ===================================================================================================================== */
/* ================================================= **** MOBILE **** ================================================== */
/* ===================================================================================================================== */

@media screen and (max-width: 956px) {


/* ===================================================================================================================== */
/* ================================================= **** MOBILE **** ================================================== */
/* ===================================================================================================================== */
}

@media screen and (max-width: 720px) {
	
.modulNewsletterGrid{
    grid-template-columns: 100%;
	grid-auto-rows: auto;
    grid-gap: 10vw;
}
.modul-newsletter .cr_ipe_item{
	margin-bottom: 5vw;
}
	
.modul-newsletter input[type=text] {
  padding: 3vw;
}

.checkboxContainer {
  padding-left: 30px;
}

.checkboxContainer .checkname{
  padding-right:30px;
}
/* ===================================================================================================================== */
/* ================================================= **** buttongrid **** ================================================== */
/* ===================================================================================================================== */



/* ------------------------------------------------------------------------ */

}