
* {

	margin: 0;
	padding: 0;
}


*, ::after, ::before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

html, menu {
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    margin: 0;
    padding: 0;
    font-family: 'Oxygen', sans-serif;
    /*font-family: 'Open Sans', sans-serif;
	font-family: 'Oxygen', sans-serif;
	font-family: 'Roboto', sans-serif;
	font-family: 'Roboto Mono', monospace;
	font-family: 'Podkova', serif;*/
}

html, body {
	/*height: 100%;*/
}

body {
	/*min-width: 1024px;*/
  margin: 0 ;
  background-color: #ebebea;
}

a {
    text-decoration: none
}

img {
    border: 0;
    -ms-interpolation-mode: bicubic
}

/* figure, */
form {
    margin: 0
}

legend {
    border: 0;
    padding: 0;
    white-space: normal
}

button, input, select, textarea {
    font-size: 100%;
    margin: 0;
    vertical-align: baseline
}

button, input {
    line-height: normal
}

button, html input[type=button], input[type=reset], input[type=submit] {
    -webkit-appearance: button;
    cursor: pointer
}

button[disabled], input[disabled] {
    cursor: default
}

input[type=checkbox], input[type=radio] {
    padding: 0
}

label {
    cursor: pointer;
}

ul {
	margin: 0;
	padding: 0;
	border: 0;
	list-style-type: none;
}

.whiteRectangle {

	position: absolute;
	padding-left: 50px;

	width: 32.7vw;
	max-width: 515px;
	min-width: 380px;

	max-width: 565px;
	min-width: 430px;
	height: 83.3vh;
	left: 42px;
	top: 80px;

	background: rgba(255, 255, 255, 0.8);
}

.header {

	margin-top: 32px;

	font-family: 'Podkova', serif;
	font-weight: 400;
	font-size: 28px;
	line-height: 31px;

	color: #171717;
}

.subtitle {

	margin-top: 15px;
	margin-bottom: 7px;

	font-family: 'Podkova', serif;
	font-weight: 500;
	font-size: 16px;
	line-height: 18px;

	color: #9B9B9B;
}

.mainInformation {

	font-family: 'Oxygen', sans-serif;
	font-style: normal;
	font-weight: normal;
	font-size: 16px;
	line-height: 20px;

	color: #171717;
}

.note {

	margin-top: 25px;
	width: 338px;

	font-family: 'Roboto', sans-serif;
	font-style: italic;
	font-weight: 300;
	font-size: 14px;
	line-height: 16px;

	color: #171717;
}


[class|="windowRectangle"] {
    display: flex;
    flex-flow: column;

	padding-top: 5px;
	padding-right: 25px;
	padding-left: 25px;

	position: absolute;
	left: 24px;
	right: 24px;
	bottom: 24px;
	height: 35.25%;

	background: #FFFFFF;

	transform-origin: center;
    transform: scale(1);
}

.contact-us-title {

	/*margin-top: 10px;*/
	margin-top: 18px;

	font-family: 'Podkova', serif;
	font-style: normal;
	font-weight: 500;
	/*font-size: 12px;*/
	font-size: 14px;
	line-height: 13px;

	color: #9B9B9B;
}

input {

	margin-top: 5px;
	width: 100%;

	border-top: 0;
	border-right: 0;
	border-left: 0;
	
	border-bottom-width: 1px;
	border-color: #9B9B9B;

	font-family: 'Oxygen', sans-serif;
	font-style: normal;
	font-weight: normal;
	font-size: 16px;
	line-height: 26px; /* 20px; */
}

textarea {

	outline: none;
	resize: none;

	width: 100%;
	display: block;
	flex-grow: 1;

	margin-top: 3px;
	border-top: 0;
	border-right: 0;
	border-left: 0;

	border-color: #9B9B9B;

	font-family: 'Oxygen', sans-serif;
	font-style: normal;
	font-weight: normal;
	font-size: 16px;
	line-height: 20px;
}

.button {

	width: 160px;
	height: 26px;
	/*padding-top: 15px;
	margin: auto;*/
	margin: 3% auto;

}

button {

	width: 160px;
	height: 26px;

	background: #C8C8C8;
	border: 1px solid #9B9B9B;
	box-sizing: border-box;

	margin: 0 auto;
}

.buttonName {

	margin-top: 3px;

	font-family: 'Oxygen', sans-serif;
	font-style: normal;
	font-weight: bold;
	font-size: 14px;
	line-height: 18px;
	text-align: center;
	letter-spacing: 0.1em;
	text-transform: uppercase;

	color: #FFFFFF;

}


/* -- General Page -- */
.showroom-container {
	position: relative;
	display: flex; 
	flex-direction: column;
	height: 100vh;
	filter: blur();
	transition: filter 0.4s linear;

}

/* -- Main -- */

.contact-us__main {
	position: relative;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	flex-grow: 1;
	margin: 4vh 0 ;
	
	background-image: url('ContactUsPage_1Beer1cognac.gif');
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}


.windowRectangle-rotate {
  display: none;
  transform: scale(0.5);
}

.windowRectangle-response-fail,
.windowRectangle-response-success,
.windowRectangle-response-wait {
  justify-content: space-around;
  text-align: center;
  line-height: 1.5em;
  transform: scale(0);
  transition: transform 0.2s linear 0s;
}

.windowRectangle-response-wait {
  justify-content: space-evenly;
}

.scaleUp {
  transform: scale(1);
  transition: transform 0.5s linear 0.5s;
}

.scaleDown {
  transform: scale(0);
  transition: transform 0.5s linear 0.1s;
}
