/* lato-regular - latin */
@font-face {
	font-family: 'Lato';
	font-style: normal;
	font-weight: 400;
	src: url('../fonts/lato-v22-latin-regular.eot'); /* IE9 Compat Modes */
	src: local(''),
		 url('../fonts/lato-v22-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
		 url('../fonts/lato-v22-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
		 url('../fonts/lato-v22-latin-regular.woff') format('woff'), /* Modern Browsers */
		 url('../fonts/lato-v22-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
		 url('../fonts/lato-v22-latin-regular.svg#Lato') format('svg'); /* Legacy iOS */
  }
  /* lato-700 - latin */
  @font-face {
	font-family: 'Lato';
	font-style: normal;
	font-weight: 700;
	src: url('../fonts/lato-v22-latin-700.eot'); /* IE9 Compat Modes */
	src: local(''),
		 url('../fonts/lato-v22-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
		 url('../fonts/lato-v22-latin-700.woff2') format('woff2'), /* Super Modern Browsers */
		 url('../fonts/lato-v22-latin-700.woff') format('woff'), /* Modern Browsers */
		 url('../fonts/lato-v22-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
		 url('../fonts/lato-v22-latin-700.svg#Lato') format('svg'); /* Legacy iOS */
  }

  /* FONT OPTIMA */
@font-face {
	font-family: 'Optima';
	src: url('../fonts/AGOptimaBoldItalic.eot');
	src: local('Optima Bold Italic'), local('AGOptimaBoldItalic'),
		url('../fonts/AGOptimaBoldItalic.eot?#iefix') format('embedded-opentype'),
		url('../fonts/AGOptimaBoldItalic.woff') format('woff'),
		url('../fonts/AGOptimaBoldItalic.ttf') format('truetype');
	font-weight: bold;
	font-style: italic;
}

@font-face {
	font-family: 'Optima';
	src: url('../fonts/Optima-Italic.eot');
	src: local('../fonts/Optima Italic'), local('Optima-Italic'),
		url('../fonts/Optima-Italic.eot?#iefix') format('embedded-opentype'),
		url('../fonts/Optima-Italic.woff') format('woff'),
		url('../fonts/Optima-Italic.ttf') format('truetype');
	font-weight: normal;
	font-style: italic;
}

@font-face {
	font-family: 'Optima';
	src: url('../fonts/Optima-Bold.eot');
	src: local('../fonts/Optima Bold'), local('Optima-Bold'),
		url('../fonts/Optima-Bold.eot?#iefix') format('embedded-opentype'),
		url('../fonts/Optima-Bold.woff') format('woff'),
		url('../fonts/Optima-Bold.ttf') format('truetype');
	font-weight: bold;
	font-style: normal;
}
  
* {
	padding: 0;
	margin: 0;
	font-family: 'Lato', sans-serif;
	font-weight: 400;
}
 
a.link {
	color: #c8c6c6;
}

.modal a.close-modal {
  position: absolute;
top: 4.5px;
right: -0.5px;
  display: block;
  width: 20px;
  height: 20px;
  text-indent: -9999px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url('../icons/close.png');
}

.signUp {
	width: 700px;
	height: 395px;
	background-color: #ffffff;
	border-radius: 12px;
}

.title {
	background-color: #4464c1;
	border-top-right-radius: 12px;
	border-top-left-radius: 12px;
	/* text-align: center; */
	color: #ffffff;
	padding-top: 5px;
	padding-bottom: 5px;

}

.titlemodal {
	width: 120px;
	margin: auto;
	align-items: center;
	justify-content: space-between;
}

#brandmodal {
		/* font-family: 'Optima';
		color: #ffffff; 
		float: right;
		padding-top: 0px; 
		font-size: 20px;
		text-align: left;
		font-weight: bold;
		line-height: 24px;
		margin-left: -10px; */

		font-family: 'Optima';
		color: #ffffff; 
		float: right;
		padding-top: 0px; 
		padding-left: 10px; 
		font-size: 20px;
		font-weight: bold;
		line-height: 24px;
		color: #f83555;
}

#brandmodal span {
	font-family: 'Optima';
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 1px;
	color: #fff;
}

.col-l {
	width: 45%;
	float: left;
	background-color: #E9E9E9;
	border-bottom-left-radius: 12px;
	z-index: 3;
}

.col-r {
	width: 55%;
	float: left;
	background-color: #ffffff;
	border-bottom-right-radius: 12px;
}

.content {
	padding: 40px 30px 20px 30px;
}

.col-r h4 {
	color: #4464c1;
	font-size: 22px;
}


.col-r p {
	padding-top: 10px;
	line-height: 24px;
	font-size: 17px;
}

p.sign-note {

}

.username {
	border: none;
	border-bottom:  1px solid #c8c6c6;
	width: 100%;
	margin-top: 20px;
	padding-bottom: 6px;
	padding-top: 10px;
	color: #747475;
	font-size: 16px;
}

.email {
	border: none;
	border-bottom: 1px solid #c8c6c6;
	width: 100%;
	margin-top: 20px;
	padding-bottom: 6px;
	padding-top: 6px;
	color: #747475;
	font-size: 16px;
}

.submit {
	display: flex;
	justify-content: space-between;
	align-content: center;
	padding-top: 30px;
	margin: auto;
}

.anmelden {
	text-decoration: none;
	color: #ffffff;
	background-color: #4464c1;
	border-radius: 6px;
	float: left;
	text-transform: uppercase;
	padding: 8px 15px;
	border: none;
	font-size: 20px;
	cursor:pointer;
}

.login {
	text-decoration: none;
	color: #ffffff;
	background-color: #4464c1;
	border-radius: 6px;
	float: left;
	text-transform: uppercase;
	padding: 8px 20px;
	border: none;
	font-size: 20px;
}

.submit p {
	width: 20%;
	text-align: center;
	font-size: 20px;
}

#login {
	text-decoration: none;
	color: #4464c1;
	width: 25%;
	padding-top: 8px;
	font-size: 22px;
}

#check {
	float: right;
	padding-top: 15px;
	padding-bottom: 30px;
	font-size: 13px;
	margin-top: 10px;
	margin-bottom: 16px;
	color: #c8c6c6;
}

#agb {
	text-decoration: underline;
}

.gratiscoins {
	float: right;
	padding-top: 35px;
}

#coinsdeal {
	width: 200px;
	height: auto;
	margin-right: -13px;
	z-index: 10;
	position: relative;
}

#arrow {
	width: 80px;
	height: auto;
	position: relative;
	margin-top: 10px;
	margin-left: -60px;

}

#arrowlogin {
	width: 80px;
	height: auto;
	position: relative;
	margin-top: 10px;
	margin-left: -70px;
}

.block {
	display: flex;
	background-color: #ffffff;
	padding: 10px 26px 10px 20px;
}

#nr {
	color: #4464c1;
	font-size: 50px;
	font-weight: bold;
	padding-right: 9px;
}
#gc {
	padding-top: 9px;
	font-size: 18px;
	text-transform: uppercase;
}

#gratis {
	color: #4464c1;
}

.counter {
	padding-top: 15px;
	float: right;
	padding-bottom: 62px;
}

.block2 {
	background-color: #ffffff;
	padding: 10px 15px 10px 20px;
	margin-bottom: 30px;
}

#only {
	font-size: 14px;
	text-transform: uppercase;
	font-weight: bold;
}

#timemodal {
	font-size: 50px;
	font-weight: bold;
}

#min {
	font-size: 12px;
	text-transform: uppercase;
	font-weight: bold;
}

.zero {
	color: #4464c1;
	font-weight: bold;
}

#sek {
	color: #4464c1;
	padding-left: 10px;
	font-weight: bold;
}

.scales {
	margin-right: 6px;
}

#col-login{
	height: 380px;
}

#col-signup {
	height: 400px;
}

.dferror{
	color:red;
	font-size:12px;
	font-weight:700;
}

#erfolg{
	display:none;
	font-size: 17px;
}

#fehler{
	display:none;;
	font-size: 17px;
}

#leadbox-true {
	display: none;
}

#semail {
	font-weight: 700;
}

.lead-success {
    line-height: 20px !important;
    font-size: 15px !important;
    padding-top: 4px !important; 
}

#logpic {
	max-width: 100%;
	padding-top: 30%;
}

.alert {
	font-size: 17px !important;
}