@charset "utf-8";

/* about image */
.about-image {
display: grid;
grid-template-columns: repeat(12, 1fr);
grid-template-rows: 1fr;
grid-column-gap: 0px;
grid-row-gap: 0px;
width: auto;
background:#fff;
}
.about-image1 { grid-area: 1 / 12 / 2 / 13;  
background: rgba(0,101,172);
}
.about-image2 { grid-area: 1 / 2 / 2 / 12;
font-size: 48px;
color: #494544;
text-align: left;
letter-spacing: 5px;
line-height: 0.2em;
padding: 0px;
padding-top: 100px;
padding-left: 30px;
font-family: 'Roboto', sans-serif;
background: #fff;
}
.about-image2 h5{
font-size: 20px;
color: #494544;
letter-spacing: 5px;
}
.about-image3 { grid-area: 1 / 1 / 2 / 2; 
background: rgba(0,101,172);
display: none;
}
/* about image */

/* contact */
.contact {
display: grid;
grid-template-columns: repeat(12, 1fr);
grid-template-rows: 1fr;
grid-column-gap: 0px;
grid-row-gap: 0px;
width: auto;
}
.contact2 { grid-area: 1 / 2 / 2 / 13;
padding: 20px;
}

.contact1 { grid-area: 1 / 1 / 2 / 2;
background:rgba(0,101,172);
}
/* contact */

/* --- MAIL FORM ----- */
form{
width:100%;
}
.str {
display: inline-block;      
font-weight: bold;                
font-size: 90%;               
color:rgba(0,101,172);           
}
.str-a {
font-weight: bold;                
font-size: 12px;               
}
.contact-head{
width: auto;
text-align: left;
margin-top: 50px;
}
.contact-head h3{
font-size: 16px;
color:#494544;
letter-spacing: 5px;
}
.status-form{
width: auto;
letter-spacing: 5px;
padding: 0px;
line-height: 1.5em;
margin-bottom: 0px;
text-align: left;
}

.status-form label{
font-size: 14px;
font-weight: bold;
color:#494544;
padding-left: 0px;
line-height: 2em;
text-align: center;
letter-spacing: 5px;
}
.user{
width: auto;
text-align: left;
font-size: 14px;
font-weight: bold;
color:#494544;
padding: 20px;
letter-spacing: 5px;
border: 0px solid #494544;
}
.textfield_label{
width: 100%;
display: inline-block;
}
input[type="text"],input[type="email"],input[type="tel"]{
margin-top: 0.5em;
margin-bottom: 2.5em;
padding: 10px;
width: 95%;
height: 30px;
font-size: 14px;
}
.messagebox{
width: auto;

text-align: left;
font-weight: bold;
padding: 10px;
padding-top: 20px;
}
.messagebox h3{
font-size: 16px;
color:#494544;
letter-spacing: 5px;
}
textarea{
padding: 20px;
width:95%;
height: 250px;
font-size: 14px;
}
.privacypolicy{
width: auto;
margin-top: 30px;
font-size: 14px;
font-weight: 500;
color:#494544;
letter-spacing: 2px;
text-align: center;
line-height: 1.5em;
}
.policy{
width:auto;
margin-left: 100px;
margin-right: 100px;
font-size: 14px;
font-weight: 500;
line-height: 1.5em;
text-align: left;
padding: 20px;
border: 1px dotted #494544;;
}
.policy a{
color: blue;
}
.submit{
width:auto;
text-align: center;
padding: 50px;
}
/* --- MAIL FORM ----- */

@media (max-width: 768px){ 

/* about image */
.about-image {
display: grid;
grid-template-columns: repeat(12, 1fr);
grid-template-rows: 1fr;
grid-column-gap: 0px;
grid-row-gap: 0px;
width: auto;
background:#fff;
}
.about-image1 { grid-area:1 / 12 / 2 / 13;
background: #fff;
}
.about-image2 { grid-area: 1 / 1 / 2 / 12;
font-size: 32px;
color: #fff;
text-align: left;
letter-spacing: 5px;
line-height: 0.2em;
padding: 0px;
padding-top: 100px;
padding-left: 30px;
font-family: 'Roboto', sans-serif;
background: rgba(0,101,172);
}
.about-image2 h5{
font-size: 20px;
color: #fff;
letter-spacing: 5px;
}
.about-image3 { grid-area: 1 / 1 / 2 / 2; 
background: rgba(0,101,172);
display: none;
}
/* about image */

/* contact */
.contact {
display: grid;
grid-template-columns: 0.8fr repeat(11, 1fr);
grid-template-rows: 1fr;
grid-column-gap: 0px;
grid-row-gap: 0px;
width: auto;
}
.contact2 { grid-area: 1 / 2 / 2 / 13;
padding: 0px;
}

.contact1 { grid-area: 1 / 1 / 2 / 2;
background:rgba(0,101,172);
}
/* contact */

/* --- MAIL FORM ----- */
form{
width:100%;
}
.str {
display: inline-block;      
font-weight: bold;                
font-size: 90%;               
color:rgba(0,101,172);           
}
.str-a {
font-weight: bold;                
font-size: 12px;               
}
.contact-head{
width: auto;
text-align: left;
margin-top: 50px;
}
.contact-head h3{
font-size: 16px;
color:#494544;
letter-spacing: 5px;
}
.status-form{
width: auto;
letter-spacing: 5px;
padding: 0px;
line-height: 1.5em;
margin-bottom: 0px;
text-align: left;
}

.status-form label{
font-size: 14px;
font-weight: bold;
color:#494544;
padding-left: 0px;
line-height: 2em;
text-align: center;
letter-spacing: 5px;
}
.user{
width: auto;
text-align: left;
font-size: 14px;
font-weight: bold;
color:#494544;
padding: 10px;
letter-spacing: 5px;
border: 0px solid #494544;
}
.textfield_label{
width: 100%;
display: inline-block;
}
input[type="text"],input[type="email"],input[type="tel"]{
margin-top: 0.5em;
margin-bottom: 2.5em;
padding: 10px;
width: 95%;
height: 30px;
font-size: 14px;
}
.messagebox{
width: auto;

text-align: left;
font-weight: bold;
padding: 20px;
padding-top: 20px;
}
.messagebox h3{
font-size: 16px;
color:#494544;
letter-spacing: 5px;
}
textarea{
padding: 10px;
width:95%;
height: 150px;
font-size: 14px;
}
.privacypolicy{
width: auto;
margin-top: 30px;
font-size: 14px;
font-weight: 500;
color:#494544;
letter-spacing: 2px;
text-align: center;
line-height: 1.5em;
}
.policy{
width:auto;
margin-left: 10px;
margin-right: 10px;
font-size: 14px;
font-weight: 500;
line-height: 1.5em;
text-align: left;
padding: 20px;
border: 1px dotted #494544;;
}
.policy a{
color: blue;
}
.submit{
width:auto;
text-align: center;
padding: 20px;
}
/* --- MAIL FORM ----- */
    
}