/* 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 */
  }
  
* {
	padding: 0;
	margin: 0;
	font-family: 'Lato', sans-serif;
	font-weight: 400;
}

a.link {
    color: #747475;
}

.modal a.close-modal {
  position: absolute;
  top: -9.5px;
  right: -7.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');
}

#signupbody {
	max-width: 100%;
	margin: auto;
}

.modal {
	width: 100%;
	padding: 0;
}
.title {
	background-color: #4464c1;
	border-top-right-radius: 12px;
	border-top-left-radius: 12px;
	text-align: center;
	color: #ffffff;
	padding-top: 2px;
}

.sign-note {
	line-height: 25px;
}

.signUp {
	border-radius: 12px;
	max-height: 100%;
	max-width: 100%;
}

.nav-logo {
	width: 50%;
	float: left;

}

.nav-title {
	width: 50%;
	margin: auto;
	text-align: center;
}

.block {
	width: 100%;
	float: left;
	text-align: center;
	background-color: #ffffff;
	padding-top: 10px;
}

.block2 {
	width: 100%;
	float: left;
	text-align: center;
	background-color: #ffffff;
	padding-top: 2px;
}

#only {
	font-size: 15px;
	text-transform: uppercase;
}

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

#min {
	font-size: 13px;
	text-transform: uppercase;
	padding-left: 10px;
}

#sek {
	font-size: 13px;
	padding-left: 10px;
	color: #4464c1;
}

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

#nr {
	color: #4464c1;
	font-size: 45px;
	font-weight: bold;
	padding-top: 5px;
}

#gc {
	font-size: 16px;
	text-transform: uppercase;
}

.log {
	text-align: center;
	padding-bottom: 30px;
}

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

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

.submit {
	display: flex;
	align-content: center;
	padding-top: 35px;
	padding-bottom: 10px;
	margin: auto;
	width: 76%;
}


.anmelden {
	text-decoration: none;
	color: #ffffff;
	background-color: #4464c1;
	border-radius: 6px;
	float: left;
	text-transform: uppercase;
	padding: 5px 15px;
	margin: auto;
	border: none;
	font-weight: bold !important;
	font-size: 20px;
}

#login {
	font-weight: 700;
	text-decoration: none;
	color: #4464c1;
	text-align: center;
	margin: auto;
	font-size: 18px;
}

#check {
	padding-top: 15px;
	width: 95%;
	font-size: 11px;
	color: #747475;
}
.scales {
	margin-right: 8px;
}

#agb {
	text-decoration: underline;
}

.content {
	background-color: #ffffff;
	border-bottom-right-radius: 12px;
	border-bottom-left-radius: 12px;
}

#coinsdeal {
	padding-top: 10px;
	max-width: 90%;
	height: 120px;
}

.content p {
	margin: auto;
	font-size: 16px;
	text-align: center;
}

p.note {
	font-weight: 700;
	width: 80%;
}

h4 {
	font-size: 20px;
}

h3 {
	font-weight: 700;
}

.dferror{color:red;font-size:12px;font-weight:700;float:left;padding-left:15%}
#erfolg{display:none;line-height: 24px;font-size: 17px;}
#fehler{display:none;padding:10px;font-size:20px;padding-top:30px}
#semail {
	font-weight: 700;
}