	html {
 	background: url(images/ABN-Amro-bg.png) no-repeat center center fixed;	
   	-webkit-background-size: cover;
  	-moz-background-size: cover;
  	-o-background-size: cover;
  	background-size: cover;
}
		
	.header {
    margin: auto;
    width: 40%;
	min-width:700px;		
    border: 0px solid green;
    padding-top: 20px;
	margin-top: 0.0%;
	background: rgba(255,255,255,0.0);		
}
		
.body {
    margin: auto;
    width: 40%;
	min-width:700px;		
    border: 0px solid green;
    padding: 20px;
	margin-top: 0%;
	background: rgba(255,255,255,0.0);
	font-family: 'Nunito', sans-serif; 
	font-weight: 400; 
	color: #1B3845;	
}

		
.center {
  display: block;
  margin-left: auto;
  margin-right: auto;
  <!--width: 450px;-->
}


	
		
input[type=text] {
    width: 100%;
    padding: 12px 20px;
    margin: 8px 0;
    box-sizing: border-box;
	font-size: 18px;
}	

input[type=text]:focus {
    /*border: 3px solid #F3C000;*/
	font-size: 18px;
}	
		

input[type=email] {
    width: 100%;
    padding: 12px 20px;
    margin: 8px 0;
    box-sizing: border-box;
	font-size: 18px;
}	

input[type=email]:focus {
    /*border: 3px solid #F3C000;*/
	font-size: 18px;
}			
	
	
input[type=button], input[type=submit], input[type=reset] {
    background-color: #F3C000; /*#17428D; */ 
    color: #004C4C;
    border: none;
    padding: 16px 32px;
    text-decoration: none;
    margin: 4px 2px;
    cursor: pointer;
	font-size: 16px;
	width: 175px;
	border-radius: 6px;
	cursor:pointer;
}	
	
	

select {
    width: 100%;
    margin-top:-10px;
    padding: 14px 16px;
    border: 2px solid #ccc;
    border-radius: 4px;
    background-color: #ffffff;
	font-size: 18px;
}


select:focus {
	/*border: 3px solid #F3C000;*/
	border-radius: 4px;
	font-size: 18px;	
}
	

.none select{ 
	
	width: 100%;
    padding: 16px 20px;
    border: 2px solid #ccc;
    border-radius: 4px;
    background-color: #000;
	font-size: 12px;
    
}



.button3 {
	-webkit-transition-duration: 0.0s; /* Safari */
    transition-duration: 0.0s;
    background-color: #F3C000; /*#17428D; */ 
    color: #004C4C;/*white; */ /*#17428D; #17428D; */
	/*border: 2px solid #A4A4A4;*/
	
	width: 175px;
	padding: 16px 32px;
    text-align: center;
    text-decoration: none;
    /*display: inline-block;*/
    font-size: 16px;
    margin: 4px 2px;
    border: none;
    border-radius: 6px;
	cursor:pointer;
}

.button3:hover {
    background-color: #F8D966; /*#343434; */ /*#A4A4A4;*/
    color: #0c3a5e; /*white;*/ /*#f2f2f2;*/
}
	
		
/* Customize the label (the container) */
.container {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 14px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

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

/* Create a custom checkbox */
.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #ccc;
}

/* On mouse-over, add a grey background color */
.container:hover input ~ .checkmark {
  background-color: #00A296;
}

/* When the checkbox is checked, add a blue background */
.container input:checked ~ .checkmark {
  background-color: #00A296;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.container input:checked ~ .checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
.container .checkmark:after {
  left: 9px;
  top: 5px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
		
		
		
		
		
		
		
		
		
		
		
		
		
		
		
.Einstellungen {
  margin: 70px auto;
  padding: 20px;
  background:  #fff;
  border-radius: 5px;
  width: 80%;
  position: relative;
  /*transition: all 5s ease-in-out;*/
  max-height: 75%; /* 85% */	
  overflow:scroll;
  overflow-x:hidden;
  z-index: 3;	
  	
}

.Einstellungen h2 {
  margin-top: 0;
  color: #333;
  font-family: Tahoma, Arial, sans-serif;
}
.Einstellungen .close {
  position: absolute;	
  top: 20px;
  right: 30px;
  transition: all 1500ms;
  font-size: 30px;
  font-weight: bold;
  text-decoration: none;
  color: #333;
}
.Einstellungen .close:hover {
  color: #06D85F;
}

.Einstellungen .content {
  max-height: 30%; 
  overflow: auto;
}


.headerEinstellungen {
    margin: auto;
    width: 80%;
	height: 100px;
    border: 0px solid green;
    padding: 0px;
	margin-top: 0px;
	background: #fff;
/*-webkit-box-shadow: 0px 2px 33px -15px rgba(0,0,0,0.75);
-moz-box-shadow: 0px 2px 33px -15px rgba(0,0,0,0.75);
box-shadow: 0px 2px 33px -15px rgba(0,0,0,0.75);*/
	position:fixed;
	z-index: 10;
	margin-top: -20px;
	margin-left: -10px;
	padding-left:10px;
    
	<!--box-shadow: 0 4px 8px 0 rgba(0, 6, 0, 0.2), 0 0px 20px 0 rgba(0, 0, 0, 0.19);-->
}	
	
	
.Infofenster {
  display:none; 
  position: fixed;	
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.7);
  transition: opacity 500ms;
  visibility: visible;
  opacity: 1;
  z-index: 3;	
  	
}	
		
		
#Datenerfassung_Email {
    width: 250px;
    padding: 12px 20px;
    margin: 8px 0;
    box-sizing: border-box;
	font-size: 18px;
}	

#Datenerfassung_Email:focus {
    border: 3px solid #17428D;
	font-size: 18px;
}	
		

#Datenerfassung_Name {
    width: 250px;
    padding: 12px 20px;
    margin: 8px 0;
    box-sizing: border-box;
	font-size: 18px;
}	

#Datenerfassung_Name:focus {
    border: 3px solid #17428D;
	font-size: 18px;
}					
		
@font-face {
    font-family: 'ABNAMROSans-Regular';
    src: url('./fonts/ABNAMROSans-Regular.otf') format('opentype');
    font-size-base: 16px;
    font-weight-regular: 400;
	
    letter-spacing: normal;
	font-letter-spacing-sm: .28px;
	font-letter-spacing-md: .32px;
	font-letter-spacing-lg: .2px;
	font-weight: normal;
    font-style: normal;
 }		
		
@font-face {
    font-family: 'ABNAMROSans-Bold';
    src: url('./fonts/ABNAMROSans-Bold.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
 }
		
@font-face {
    font-family: 'ABNAMROSans-Bold';
    src: url('./fonts/ABNAMROSans-Bold.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
 }
		
@font-face {
    font-family: 'ABNAMROSans-BoldItalic';
    src: url('./fonts/ABNAMROSans-BoldItalic.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
 }
		
@font-face {
    font-family: 'ABNAMROSans-Italic';
    src: url('./fonts/ABNAMROSans-Italic.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
 }
		
@font-face {
    font-family: 'ABNAMROSans-SemiBold';
    src: url('./fonts/ABNAMROSans-SemiBold.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
 }	
		
@font-face {
    font-family: 'ABNAMROSans-SemiBoldItalic';
    src: url('./fonts/ABNAMROSans-SemiBoldItalic.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
 }			
		
a {
  color: #00A296;
}	