﻿@import url(font-awesome.css);

#frmaanmelden {
    display: flex;
    flex-direction: column;
}


#rowEmail          { order: 1; }
#rowEmailValidatie { order: 2; }
#rowGeslacht           { order: 3; }
#rowNaam           { order: 4; }
#rowPostcode       { order: 5; }
#rowStraat         { order: 6; }
#rowPlaats         { order: 7; }
#rowLand           { order: 7; }
#rowTelefoon       { order: 7; }
#rowGeboorteDatum  { order: 7; }

#rowAccepteer_SosPersonalService { order:8; }
#rowRelatieCode { order: 9; }
#rowMachtiging { order: 10; }
#rowAccepteer_Nieuwsbrief { order: 11; }     
#confirmbutton     { order:12; }
#rowError          { order:13; }
#rowPostform       { order:14; }
#rowFootnote       { order:15; }

.notvisible {
    display: none !important;
}


body {
    /*background-image: url("images/header.jpg");*/
    background-repeat: no-repeat;
    background-size: cover;
    max-height:100vh;
    overflow:hidden;
}

@media only screen and (min-width: 1400px) {
    body {
      background-size: cover;
    }
}


div[screen] {
    display: flex;
    align-items: center;
    flex-direction: column;
    overflow: hidden;
    max-height: inherit;
}

div[pageheader] {
    padding: 20px 20px 20px 20px;
    overflow: hidden;
    max-width:90%;
    width:700px;
}

div[pageheader] div[headerimage] {
    content: url('images/logo.png');
    max-width:90%;
    width: 600px;
}

div[pageheader] div[headerimage]::after {
}

.smallheader {
    max-height: 90px;
}



div[pageheader] h1 {
 font-size:24px;
 margin-bottom:5px;
}

div[pageheader] h2 {
 font-size:14px;
 margin-top:5px;
}


div[form] {
  overflow-y:auto;

  padding: 10px 20px 10px 20px;
  width: 90vw;
  max-width:800px;

  border-radius: 25px;
}

div[form] {

   
    
  /*background-size: auto;
  background-image: url("images/pasnl.png");*/
}

label {
    min-width: 200px;
}

#confirmbutton{
    justify-content:flex-end;
}

#ButtonAkkoord {

}
label.error {
  color:orangered;
  font-size: 75%;
  overflow-wrap:break-word;
  min-width: 0px;
}


div[form] h1{
    margin-top: 0px;
    padding-top: 0px;
    text-align: center;
    font-size:24px;
    opacity: 1.0;
}

div[inputrow] {
  display:flex;
  flex-direction:row;
  padding-left: 0px;
  padding-bottom: 4px;
}

div[inputfield] {
  display:flex;
  flex-direction:column;
}

div[space] {
    padding-right:10px;
}


[min5] {
    min-width:50px;
    max-width:50px;
}

[min7] {
    min-width:70px;
    max-width:70px;
}

[min10] {
    min-width:100px;
    max-width:100px;
}

[min15] {
    min-width:150px;
}

[max15] {
    max-width :150px;
}



[min20] {
    min-width:200px;
    
}

[min25] {
    min-width:250px;
    
}

[min30] {
    min-width:300px;
    max-width:300px;
}


[min40] {
    min-width:400px;
    max-width:400px;
}


[min100] {
    max-width:100%;
    flex: 1;
}


input[uppercase] {
  text-transform: uppercase;
}


@media only screen and (max-width: 500px) {
    body {
        /*background-color: lightgreen;*/
    }

    
    div[form] h1 {
        font-size: 16px;
    }


    div[pageheader] h1 {
        font-size: 16px;
        margin-bottom: 3px;
    }

    div[pageheader] h2 {
        font-size: 10px;
        margin-top: 3px;
    }
}


@media only screen and (max-width: 768px) {

    body {
        background-size: contain;
        /*background-color: lightgreen;*/
    }

    div[form] {
      margin-bottom: 14px;
    }

    div[inputrow] {
      flex-direction:column;
      padding-bottom:10px;
    }

    #ButtonAkkoord {
        position:fixed;
        top:60px;
	    right:20px;
    }
}


button {
    box-shadow: 0 6px 0 0 #ff8000, inset -2px 1px 6px 5px #f93;
    background-color: #ff9124;
    border-radius: 4px;
    margin-bottom: 6px;
    position: relative;
    text-align: center;
    top: 0;
    transition: all .2s;
    min-width: 14.46em;
}

button:active,button:focus,button:hover {
    background-color: #ff9124
}

button[disabled] {
    background: #f93;
    opacity: .7;
    cursor: default
}

