html {
-webkit-text-size-adjust: 100%;
height: 100%;
}
*,
*:before,
*:after {
box-sizing: border-box;
}

body {
  position: relative;
  margin: 0;
  padding-bottom: 0;
  min-height: 100%;
  font-size: 15px;
  font-family: 'Hind', sans-serif;
  background-color: #f6f6f6;
  color: #666666;
  overflow-y: scroll;
    
}

.container {
   height: 100%;
   width: 100%;
}
#myTop{
    top: 0;
    z-index: 1;
    position: fixed;
    width: 100%;
    display: block;
    box-shadow: 0 0px 0px 0 rgba(0, 0, 0, 0.2), 0 0px 15px 0 rgba(0, 0, 0, 0.19);
    transition: top 0.3s;
}
.header {
    display: grid;
    grid-template-columns: 1fr 220px 1fr;
    grid-template-rows: 200px;
    grid-column-gap: 2px;
    grid-row-gap: 1px;
    justify-items: stretch;
    align-items: stretch;
    background-color: #ffffff;
    
}
.logo {
    text-align: center;
}
.logo img {
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.languages {
    font-size: 13px;
    margin-right: 4;
    text-align: right;
    text-decoration: none;
    font-weight: 300;
}
.languages a {
    text-decoration: none;
    color: #666666;
}
.languages a:hover {
    text-decoration: underline;
    color: #666666;
}

.lang {
    margin-top: 60px;
    padding: 20px;
    width: 300px;
    text-align: center;
    display: inline-block;
    background-color: #ffffff;
    color: #666666;
    line-height: 2.5;
    box-shadow: 0 0px 0px 0 rgba(0, 0, 0, 0.2), 0 0px 15px 0 rgba(0, 0, 0, 0.19);
}
.lang a {
    text-decoration: none;
    color: #666666;
}
.lang a:hover {
    text-decoration: underline;
    color: #666666;
}

.coverimagelang {
	z-index: 0;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	color: #ffffff;
	background-size: cover;
	background-position: top center;
    position: relative;
    padding-top: 200px;
    font-size: 18px;
    text-align: center;
    overflow: hidden;
}

.coverimage {
	z-index: 0;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	color: #ffffff;
	background-size: cover;
	background-position: top center;
    position: relative;
    padding-top: 200px;
    padding-left: 20%;
    font-size: 10px;
    text-align: center;
    overflow: hidden;
}

.coverimage2 {
	z-index: 0;
	width: 100%;
	height: 70%;
	top: 0;
	left: 0;
	color: #ffffff;
	background-size: cover;
	background-position: top center;
    position: relative;
    text-align: center;
    overflow: hidden;
}

.content {
    z-index: 0;
	max-width: 100%;
    background-color: #ffffff;
    text-align: center;
    
}
.contentbox {
    display: inline-block;
    max-width: 700px;
}

.textblock {
    display: inline-block;
    margin-top: -60px;
    text-align: left;
    max-width: 600px;
    
    background-color: #ffffff;
    padding: 20px;
    position: relative;
}
.textblock h1 {
    font-size: 20px;
    letter-spacing: 1.2;
    font-weight: 400;
}

.textblock h3 {
    font-size: 20px;
    letter-spacing: 1.2;
    font-weight: 400;
}

.textblock p {
    font-size: 15px;
    letter-spacing: 0.3;
    line-height: 1.5;
    font-weight: 300;
}

.textblock2 {
    display: inline-block;
    margin-top: -60px;
    text-align: left;
    max-width: 600px;
    background-color: #ffffff;
    padding: 20px;
    position: relative;
}
.textblock2 h2 {
    font-size: 20px;
    letter-spacing: 1.2;
    font-weight: 400;
}

.textblock2 p {
    font-size: 15px;
    letter-spacing: 0.3;
    line-height: 1.5;
    font-weight: 300;
}

.quoteblock {
    display: inline-block;
    margin-top: 0px;
    text-align: center;
    max-width: 800px;
    min-height: 200px;
    padding: 20px;
    position: relative;
}
.quoteblock h1 {
    font-size: 18px;
    letter-spacing: 1.2;
    font-weight: 400;
}
.quoteblock p {
    font-size: 15px;
    letter-spacing: 0.3;
    line-height: 1.5;
    font-weight: 300;
    font-style: italic;
}
.legalblock {
    display: inline-block;
    margin-top: -50%;
    text-align: left;
    max-width: 600px;
    
    background-color: #ffffff;
    padding: 20px;
    position: relative;
}
.legalblock h1 {
    font-size: 20px;
    letter-spacing: 1.2;
    font-weight: 400;
}

.legalblock h4 {
    font-size: 16px;
    letter-spacing: 1.2;
    font-weight: 400;
}

.legalblock p {
    font-size: 15px;
    letter-spacing: 0.2;
    line-height: 1.3;
    font-weight: 300;
}


        
.contact {
    z-index: 0;
    height: 300px;
	max-width: 100%;
    background-color: #666666;
    color: #ffffff;
    text-align: center;
    font-size: 13px;
    letter-spacing: 1;
    line-height: 2.4;
    font-weight: 400;
    padding-bottom: 150px;
    padding-top: 20px;
    
}
.contact a {
    text-decoration: none;
    color: #ffffff; 
}
.contact a:hover {
    text-decoration: underline;
}

.can {
    margin-top: -100px;
    height: 450px;
}

/* Footer */
.footer {   
  font-weight: 300;
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1rem;
  background-color: #333333;
  color: #999999;
  text-align: left;
  font-size: 11px;
  letter-spacing: 0.5;
}
.footer a{
  color: #999999;
  text-decoration: none;
}
.footer a:hover{
  color: #999999;
  text-decoration: underline;
}


@media screen and (max-height: 500px) {
    .coverimage {
        height: 200%;
    }
    .legalblock {
        margin-top: -70%;
    }
    
@media screen and (max-width: 450px) {    
    .languages {
        font-size: 9px;
    }
