::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: black !important;
  opacity: 1; /* Firefox */
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: black !important;
}

::-ms-input-placeholder { /* Microsoft Edge */
  color: black !important;
}
/*
a.doibtn {
  color: #fff;
  padding: 10px;
  border: 1px solid rgba(255, 255, 255, 0.5);
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  transition: all 0.2s;
}

a.doibtn:hover {
  background: #d73851;
  border: 1px solid #d73851;
  color: #fff;
}
*/ 
.cover {
  width: 100%;
  padding: 20px 0px;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
}

.inline-form-wrapper {
	width: 100%;
	max-width: 710px;
	background-color: rgba(255, 255, 255, 0.35);
	padding: 10px;
	border-radius: 5px;
	display: -webkit-box;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	flex-direction: column;
	-webkit-box-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	align-items: center;
	z-index: 30;
}


.flex-form {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  z-index: 20;
  position: relative;
  width: 100%;
  max-width: 700px;
/*  box-shadow: 4px 8px 16px rgba(0, 0, 0, 0.3);
  box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.5);*/
  transition: all 0.7s ease;
  
  overflow:hidden;
}

.inline-form {
 display: -webkit-box;
  display: flex;
  z-index: 20;
  position: relative;
  width: 100%;
  max-width: 700px;
  transition: all 0.7s ease;
  border-radius: 5px;
  overflow:hidden;
      border: 0;
  background: #fff;
  line-height: 50px;
  font-size: 1rem;
  border-radius: 0;
  outline: 0;
  -webkit-appearance: none;
  border-radius: 5px;
  overflow:hidden;
}

input[type="email"] {
    border: 1px solid #999 !important;
    flex-basis: 100%;
    color: #000000 !important;
    padding: 1em;
    outline: none;
    border-radius: 5px 0px 0px 5px;
    border-left: 0px;
}

input[type="submit"]{
  background: #67a720;
  border: none !important;
  color: #fff;
  padding: 0 30px;
  cursor: pointer;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  transition: all 0.2s;
  padding: 1.1em;
}

input[type="submit"]:focus {
	border: none !important;
	outline: none !important;
  }

input[type="submit"]:hover {
  background: #5a8e20;
  border: none;
  padding: 1.1em;
}
.loginlink svg {display: none;}
@media (min-width: 767px) {
	.loginlink {
  background: transparent;
  border: 2px solid #ffffff !important;
  color: #ffffff !important;
  padding: 0 30px;
  cursor: pointer;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  transition: all 0.2s;
  padding: 1.1em;
}
	.loginlink:hover {
		background: #5a8e20; color:#ffffff !important;
		border: none;
		padding: 1.1em;
	}
	
	.loginlink {
padding: 10px 15px !important;
    text-decoration: none !important;
    border-radius: 5px;
    font-size: 1.2em;
    line-height: 1.3em;
    font-weight: 400;
}

.loginlink svg {
	display: block;
	width: 100%;
    max-width: 20px;
    float: right;
    margin-left: 10px;
}
}


@media all and (max-width: 800px) {
 
  .flex-form {
    width: 100%;
  }

  input[type="email"] {
    flex-basis: 100%;
  }

  .flex-form > * {
    font-size: 0.9rem;
  }

  .cover {
    padding: 20px 0px;
  }

}

/**
@media all and (max-width: 480px) {
 
  .inline-form {
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
	box-shadow: none;
	background-color: transparent;
  }

  input[type="email"] {
    flex-basis: 0;
	margin-bottom: 10px;
	border-radius: 5px;
  }
  input[type="submit"] {
	border-radius: 5px;
  }

  label {
    display: none;
  }
}
**/
.z1000 {z-index: 1000 !important;}
.z1010 {z-index: 1010 !important;}
.z1020 {z-index: 1020 !important;}
.z1030 {z-index: 1030 !important;}
.z1040 {z-index: 1040 !important;}

.partner-brands  {background-color: #ffffff}

.overlay {
	width: 100vw;
    height: 1500px;
    display: block;
    position: absolute;
    background-color: transparent;
    top: 0;
	left: 0;
	-moz-backdrop-filter: blur(0px);
	-webkit-backdrop-filter: blur(0px);
	backdrop-filter: blur(0px);
	transition: all 0.35s ease;
	z-index: 10;
}

.confirmpage {
	-webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
}
@media (min-width: 480px) {
	.confirmpage{
		padding: 100px 0 !important;
	}
}


.ribbon-wrapper {
	width: 106px;
	height: 106px;
	top: 0px;
	right: 0px;
	position: absolute;
	overflow: hidden;
}

.ribbon {
  width: 175px;
  padding: 10px 0;
  top: 18px;
  right: -50px;
  position: absolute;
  text-align: center;
  color: #ffffff;
  z-index: 2000;
  transform: rotate(45deg);
  background-color: #ff9a00;
  box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.5);
}


/*Checkboxen Style*/
.sfx_checkbox_wrapper {
	width: 100%;
	line-height: 1.4em;
	margin: 10px 0 0;
}
.label-sfx {
  user-select: none;
  cursor: pointer;
  margin-bottom: 0;
  display: block;
  text-align: left;
}
.label-sfx input:checked + .sfx_checkbox {
  border-color: #83ac1b;
}
.label-sfx input:checked + .sfx_checkbox svg path {
  fill: #83ac1b;
}
.label-sfx input:checked + .sfx_checkbox svg polyline {
  stroke-dashoffset: 0;
}
.label-sfx:hover .sfx_checkbox svg path {
  stroke-dashoffset: 0;
}
.label-sfx .sfx_checkbox {
  position: relative;
  top: 2px;
  float: left;
  margin-right: 8px;
  width: 20px;
  height: 20px;
  border: 2px solid #C8CCD4;
  border-radius: 3px;
}
.label-sfx .sfx_checkbox svg {
  position: absolute;
  top: -2px;
  left: -2px;
}
.label-sfx .sfx_checkbox svg path {
  fill: none;
  stroke: #83ac1b;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-dasharray: 71px;
  stroke-dashoffset: 71px;
  transition: all 0.6s ease;
}
.label-sfx .sfx_checkbox svg polyline {
  fill: none;
  stroke: #FFF;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-dasharray: 18px;
  stroke-dashoffset: 18px;
  transition: all 0.3s ease;
}
.label-sfx > span {
  /*pointer-events: none; */
  vertical-align: middle;
}
.label-sfx > span.light-txt {
	color: #ffffff;
}
.label-sfx > span.light-txt a {
	color: #dddddd;
	text-decoration: underline;
}
.label-sfx > span.light-txt a:hover {
	color: #83ac1b;
	text-decoration: none;
}

.invisible-checkbox-sfx {
  position: absolute;
  z-index: -1;
  width: 0;
  height: 0;
  left: -999999px;
}
.error-sfx {background-color: #cc5b4b;}

.grecaptcha-badge {
    z-index: 9999;
}

#header {
    position: relative;
    padding: 25px 0 25px;
    z-index: 99; 	background: #000000;
}

/** Navbar **/
navbar .container { display:flex; font-weight:bold; font-size:14px; max-width:1280px}

navbar .percent33 img {
    width: 17px;
    margin-right: 8px;
    margin-left: 0px;
}

navbar .container a {color:#000000; text-decoration:none;}
navbar .container a:hover {color:#ed700a; text-decoration:none;}

@media (min-width: 768px) {
navbar .container {
    padding: 7px 17px; text-align:center;
	}
}

@media (max-width: 767px) {
navbar .container { display:block !important;}
navbar .percent33 { width:100%; padding:4px 0px; }
	navbar .container {
    padding: 7px;
	}
}

@media (min-width: 991px) {
.partnercontainer .percent33 {
    width: 25%;
}
}

@media (max-width: 990px) {
.percent33.partner {
    display: none;
}
}
