@font-face {
  font-family: 'internethotspot';
  font-weight: bold;
  src: url('../fonts/ih-bold.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/ih-bold.woff') format('woff'), /* Pretty Modern Browsers */
       url('../fonts/ih-bold.ttf')  format('truetype'), /* Safari, Android, iOS */
       url('../fonts/ih-bold.svg#svgFontName') format('svg'); /* Legacy iOS */
}
@font-face {
  font-family: 'internethotspot';
  font-weight: 300;
  src: url('../fonts/ih-medium.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/ih-medium.woff') format('woff'), /* Pretty Modern Browsers */
       url('../fonts/ih-medium.ttf')  format('truetype'), /* Safari, Android, iOS */
       url('../fonts/ih-medium.svg#svgFontName') format('svg'); /* Legacy iOS */
}
@font-face {
  font-family: 'internethotspot';
  font-weight: 500;
  src: url('../fonts/ih-demibold.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/ih-demibold.woff') format('woff'), /* Pretty Modern Browsers */
       url('../fonts/ih-demibold.ttf')  format('truetype'), /* Safari, Android, iOS */
       url('../fonts/ih-demibold.svg#svgFontName') format('svg'); /* Legacy iOS */
}

* {
	box-sizing: border-box;
}

body {
	margin: 0 0;
	padding: 0 0;
	font-family: 'internethotspot', sans-serif;
	font-weight: 500;
	font-size: 14px;
	line-height: 1;
	color: #303030;
}
p {
	font-weight: 100;
	line-height: 18px;
}
a {
	text-decoration: none;
	color: #5901b3;
}
button {
	border: none;
	background: #62008a;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(51%, #5600c7), color-stop(100%, #62008a));
    background: -webkit-linear-gradient(top, #5600c7 0%, #62008a 100%);
    background: linear-gradient(to bottom, #5600c7 0%, #62008a 100%);
    color: #fff;
    min-height: 12px;
    padding: 14px 1em 14px 1em;
    outline: none !important;
    display: inline-block;
    text-align: center;
    line-height: 14px;
    border-radius: 4px;
    font-family: 'internethotspot', sans-serif;
    font-size: 17px;
    margin-bottom: 18px;
    box-shadow: 0 14px 42px 0 rgba(0,0,0,.2);
}
ul {
	line-height: 20px;
    font-weight: 100;
}
.submitbutton {
	border: none;
	background: #62008a;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(51%, #5600c7), color-stop(100%, #62008a));
    background: -webkit-linear-gradient(top, #5600c7 0%, #62008a 100%);
    background: linear-gradient(to bottom, #5600c7 0%, #62008a 100%);
    color: #fff !important;
    min-height: 12px;
    padding: 14px 1em 14px 1em;
    outline: none !important;
    display: inline-block;
    text-align: center;
    line-height: 14px;
    border-radius: 4px;
    font-family: 'internethotspot', sans-serif;
    font-size: 17px;
    margin-bottom: 18px;
    box-shadow: 0 14px 42px 0 rgba(0,0,0,.2);
    width: 60%;
    text-decoration: none;
}
#lean_overlay {
    position: fixed;
    z-index:1;
    top: 0px;
    left: 0px;
    height:100%;
    width:100%;
    background: #000;
    display: none;
}
.voorwaardenmodal {
	width: 600px;
	height: 80%;
	overflow: scroll;
	padding: 30px;
	display: none;
	background: #FFF;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	box-shadow: 0px 0px 4px rgba(0,0,0,0.7);
	-webkit-box-shadow: 0 0 4px rgba(0,0,0,0.7);
	-moz-box-shadow: 0 0px 4px rgba(0,0,0,0.7);
	z-index: 9999999;
	font-weight: 100;
    line-height: 17px;
}
.modal_close {
	position: absolute;
	top: 12px;
	right: 12px;
	display: block;
	width: 14px;
	height: 14px;
}
.conditionstext {
	font-weight: 100;
	text-align: center;
}
.error {
	margin-top: -9px;
    width: 64%;
    float: right;
    color: darkred;
    display: none;
}
.errormessage {
	width: 100%;
    color: darkred;
    margin-top: 20px;
    text-align: center;
}

.loginbuttons {
	text-align: center;
}
.facebookbutton {
	background: #2A49A5 !important;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(51%, #4164ce), color-stop(100%, #2A49A5)) !important;
    background: -webkit-linear-gradient(top, #4164ce 0%, #2A49A5 100%) !important;
    background: linear-gradient(to bottom, #4164ce 0%, #2A49A5 100%) !important;
}
.facebookcontent {
	text-align: center;
	margin-top: 40px;
	font-weight: 100;
}
.splitter {
	margin-bottom: 18px;
    width: 100%;
    text-align: center;
}
.header {
    -webkit-background-size: cover !important;
    -moz-background-size: cover !important;
    -o-background-size: cover !important;
    background-size: cover !important;
    height: 70px !important;
    background-position-y: 70px !important;
}
.container {
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-ms-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
	border: 1px solid #dadada;
	border-bottom-left-radius: 4px;
	border-bottom-right-radius: 4px;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
	width: 100%;
	min-width: 330px;
	box-sizing: border-box;
	position: relative;
	box-shadow: 0 14px 42px 0 rgba(0,0,0,.2);
	z-index: 100;
	background-color: rgba(255,255,255,0.7);
}
.content {
	width: 80%;
	margin: 20px auto;
}
.logo {
	margin-left: auto;
    margin-right: auto;
    height: 100px;
}
.imglogo {
	width: 100%;
}
.introtext {
	text-align: center;
}

.inputbox {
	height: 50px;
    width: 100%;
    margin-bottom: 20px;
}
.submitbuttondiv {
	text-align: center;
}

.footer {
	width: 500px;
    position: fixed;
    bottom: 0px;
    left: 50%;
    margin-left: -250px;
}

.internethotspotbranding {
	width: 100%;
	height: 30px;
}
.internethotspotbranding p {
	text-align: right;
	width: 40%;
	float: left;
}
.internethotspotbranding img {
	width: 135px;
    float: left;
    margin-left: 10px;
    margin-top: 14px;
}
.loader {
	width: 75%;
	margin-left: auto;
	margin-right: auto;
}
.loader img {
	width: 100%;
}
.whiterow {
	background-color: #fff;
    z-index: 200;
    margin-top: -8px;
    position: relative;
}
.langswitcher {
	width: 200px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

label {
	font-family: 'internethotspot';
    font-size: 14px;
    font-weight: normal;
    text-decoration: none;
    font-style: normal;
    line-height: 1.4;
    color: #303030;
    -webkit-font-smoothing: antialiased;
    font-weight: normal;
    position: absolute;
    margin-top: 10px;
    width: 100%;
}
input[type="text"] {
    width: 66%;
    font-size: 13pt;
    font-family: 'internethotspot', sans-serif;
    padding-left: 16px;
    padding-top: 12px;
    padding-bottom: 12px;
    border: 1px solid #dcdcdc;
    border-radius: 6px;
    outline: none;
    margin-bottom: 14px;
    float: right;
}
input[type="email"] {
    width: 66%;
    font-size: 13pt;
    font-family: 'internethotspot', sans-serif;
    padding-left: 16px;
    padding-top: 12px;
    padding-bottom: 12px;
    border: 1px solid #dcdcdc;
    border-radius: 6px;
    outline: none;
    margin-bottom: 14px;
    float: right;
}
input[type="tel"] {
    width: 66%;
    font-size: 13pt;
    font-family: 'internethotspot', sans-serif;
    padding-left: 16px;
    padding-top: 12px;
    padding-bottom: 12px;
    border: 1px solid #dcdcdc;
    border-radius: 6px;
    outline: none;
    margin-bottom: 14px;
    float: right;
}

@media only screen and (max-width: 699px) {
	.container {
		width: auto !important;
		margin: -25px 20px 20px 20px;
	}
	.inputbox {
		height: 82px !important;
	}
	
	input[type="text"] {
		width: 100% !important;
		margin-top: 36px;
	}
	
	input[type="email"] {
		width: 100% !important;
		margin-top: 36px;
	}
	
	input[type="tel"] {
		width: 100% !important;
		margin-top: 36px;
	}
	
	.error {
		width: 100% !important;
	}
	
	.voorwaardenmodal {
		width: 90% !important;
		left: 45% !important;
	}
}
@media only screen and (min-width: 500px) {
	.introtext {
		margin-top: 40px;
	}
}
@media only screen and (min-width: 700px) {
	.container {
		width: 500px;
		padding-bottom: 0px;
		margin: -34px auto;
		margin-bottom: 30px;
	}
	.labeldate {
		width: 33% !important;
	}
	.birthdatefields {
		width: 66%;
		float: right;
	}
	
}
