body {
    width:100%;
}

.form-container {
    background: #5692a4;
    padding: 20px;
    border-radius: 2px;
    height: 700px;
}

.form-location{
	
margin-top:50px;
margin-bottom:50px;
	
}

h3 {
	font-size: 20px;
	letter-spacing: 0;
	line-height: 28px;
	font-family: ITCAvantGardeW04-Book;
	text-transform: uppercase
}

p {
	font-size: 20px;
	letter-spacing: 0;
	line-height: 28px;
	font-family: ITCAvantGardeW04-Book;
	text-transform: uppercase;
    margin-left:150px;
    margin-top:50px;
}


.contact {
  padding: 30px;
  max-width: 1000px;
  margin: 0 auto !important;
  height: 900px;
  margin-top: 50px;
}


.contact input, .contact textarea, .contact captchar {
background-color: #f2f2f2 !important;
border: none !important;
width: 100% !important;
font-size: 14px;
color: #000 !important;
padding: 15px !important;
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
box-sizing: border-box;
}
.contact textarea{
height:200px
}

.input-row {
    margin-bottom: 20px;
}

.input-row label {
    color: #FFFFFF;
	font-size: 15px;
	letter-spacing: 0;
	line-height: 28px;
	font-family: ITCAvantGardeW04-Book;
	text-transform: uppercase
}


label{
    
        color: #FFFFFF;
	font-size: 20px;
	letter-spacing: 0;
	line-height: 28px;
	font-family: ITCAvantGardeW04-Book;
	text-transform: uppercase
    
    
}

.input-field {
    width: 100%;
    border-radius: 2px;
    padding: 10px;
    border: #e0dfdf 1px solid;
    box-sizing: border-box;
    margin-top: 2px;
}

.span-field {
    font: Arial;
    font-size: small;
    text-decoration: none;
}



.Submit {
float:left;
display:inline-block;
color: #eee !important;
margin: 25px auto 0!important;
cursor: pointer;
font-size: 18px;
-moz-border-radius: 50px!important;
-webkit-border-radius: 50px!important;
border-radius: 50px!important;
padding: 16px 40px!important;
line-height: 1.6em;
background: transparent!important;
border: 2px solid!important ;
}

button:hover{
    
   background:#467481 !important ;
}


.statusMessage{
    
    margin-left:100px;
    
}

.errorMessage {
    background-color: #e66262;
    border: #AA4502 1px solid;
    padding: 5px 10px;
    color: #FFFFFF;
    border-radius: 3px;
}

.successMessage {
    background-color: #9fd2a1;
    border: #91bf93 1px solid;
    padding: 5px 10px;
    color: #3d503d;
    border-radius: 3px;
    cursor: pointer;
    font-size: 0.9em;
}

.info {
    font-size: .8em;
    color: #c9cc5f;
    letter-spacing: 2px;
    padding-left: 5px;
}

/* =====================================================================
   JP/EN taal-links, gescheiden door een dunne verticale streep
   ===================================================================== */
.lang-plain {
	display: inline-flex;
	align-items: center;
	gap: 12px;
	margin-right: 40px;
	font-family: ITCAvantGardeW04-Book, Arial, sans-serif;
	flex-shrink: 0;
	white-space: nowrap;
}

.lang-plain a {
	font-size: 14px;
	letter-spacing: .5px;
	color: #716b70;
	text-decoration: none !important;
	white-space: nowrap;
}

.lang-plain a:hover {
	color: #002f71;
}

.lang-plain a.is-active {
	color: #716b70;
	cursor: default;
}

.lang-plain__divider {
	color: #ccc;
	font-size: 14px;
	line-height: 1;
	white-space: nowrap;
}

@media (max-width:1200px){

/* Alleen de versie in de header verbergen — de mobiele menu-versie
   (.lang-plain--menu) blijft zichtbaar in het hamburgermenu */
#langPlain {
	display: none;
}

}

/* =====================================================================
   Zelfde taal-links, maar dan binnen het mobiele hamburgermenu
   ===================================================================== */
.menu-item10 .lang-plain--menu {
	margin-left: 0px;
	margin-right: 0;
}

.menu-item10 .lang-plain--menu a {
	font-size: 14px;
	/* reset: deze links erven anders padding/display/width van de
	   algemene menu-link regel, waardoor "日本語" en "ENGLISH" veel te
	   breed werden en het blokje niet meer naast "言語"/"Language" paste. */
	display: inline !important;
	width: auto !important;
	padding: 0 !important;
}

@media (max-width:500px){

.menu-item10 .lang-plain--menu {
	margin-left: 10px;
}

}

@media (max-width: 1200px) {
  .menu-item10 {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    row-gap: 6px;
    min-height: 53px;
    height: auto;
    padding-top: 8px;
    padding-bottom: 8px;
    border-top: 1px solid black;
  }

  [off-canvas*=right] .inner .mobile-sideNav ul li.menu-item10 > a {
    width: auto;
    flex: 0 0 auto;
    white-space: nowrap;
  }
  .menu-item10 .lang-plain--menu {
    flex: 0 0 auto;
    white-space: nowrap;
    max-width: 100%;
  }
  .menu-item10 .lang-plain--menu a,
  .menu-item10 .lang-plain__divider {
    white-space: nowrap;
  }
}

/* Root-cause fix: deze .container (binnen #mainNav) mag nooit breder zijn
   dan het scherm minus de ruimte die #langPlain (日本語 | English) nodig
   heeft. Zonder dit blijft de container vastzitten op 1250px, ook als het
   scherm smaller is, waardoor #langPlain (die ernaast staat) wordt afgesneden. */
@media (min-width: 1200px) {
  .container {
    max-width: 1250px;
  }
}
#mainNav > .container {
  
}

@media (max-width: 1200px) {

#mainNav .special-nav {
  visibility: hidden
}

}
