
* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
html { 
  background: url('../images/background.webp') no-repeat center center fixed; 
  background-position: top;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-position-x: 55%;
}

body {
    line-height:1;
}

article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section { 
    display:block;
}

nav ul {
    list-style:none;
}

blockquote, q {
    quotes:none;
}

blockquote:before, blockquote:after,
q:before, q:after {
    content:'';
    content:none;
}

a {
    margin:0;
    padding:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}

/* desktop + hi res tablets */
@media screen and (min-aspect-ratio: 10/16){
  h1{
    text-align: center;
    font-size: 22px;
    font-weight: 600;
    line-height: 1.2em;
  }
  h2{
    text-align: left;
    font-size: large;
    font-weight: 600;
    line-height: 1.2em;
  }
  p{
    font-weight: 300;
    text-align: left;
    font-size: medium;
    line-height: 1.5em;
  }
  
  ul{
    line-height: 1.5em;
  }
  .centered{
    min-width: 640px;
  }
  .centered a{
    font-family: system-ui;
    text-decoration: none;
    font-size: 14;
    font-weight: 600;
  }
  .in-flex{
    position: relative;
    display: inline-block;
    width:300px;
    margin-bottom:40px;
    height: fit-content;
    padding:30px;
    border: 1px solid grey;
    background: linear-gradient(0deg, #e6f9ff 25%, #e9f7f9 100%);
    color: #09132e;
    box-shadow: 2px 3px 15px -4px rgba(0,0,0,0.7);
  }
  
  .in-flex .thumb-holder{
    position: relative;
    width: 100%;
    height: 240px;
    left: 50%;
    transform: translate(-50%, 0%);
    overflow: hidden;
  }
  
  .in-flex .thumb-holder .horizontal {
    position: absolute;
    top: 0;
    height: 100%;
    left: 50%;
    transform: translate(-50%, 0%);
    overflow: hidden;
  }
  
  .in-flex .thumb-holder .vertical {
    position: absolute;
    left: 0;
    width: 100%;
    top: 0%;
    /* transform: translate(0%, -40%); */
    overflow: hidden;
  }
  
  .in-flex .text-holder {
    position: relative;
    top: 0%;
    left: 50%;
    transform: translate(-50%, 0%);
    width: 100%;
    font-family: Calibri;
    /* background-color: red; */
  }
  .in-flex .title-and-text {
    height: 100px;
  }
  .in-flex .title-only {
    height: 30px;
  }
  
  .in-flex .button {
    position: relative;
    margin-top: 20px;
    height: 30px;
    width: 160px;
  }
  .button{
    padding-top: 8px;
    border-radius: 20px;
    font-size: 16px;
  }
  .width-medium{
    max-width: 920px;
  }
  .width-high{
    max-width: 1220px;
  }
  .width-full{
    width: 100%;
  }
}

/* phones portrait */
@media screen and (max-aspect-ratio: 10/16){
  h1{
    text-align: center;
    font-size: 5vw;
    font-weight: 600;
    line-height: 1.2em;
  }
  h2{
    text-align: left;
    font-size: 5vw;
    font-weight: 600;
    line-height: 1.2em;
    margin-block-start: 1vw;
    margin-block-end: 1vw;
  }
  p{
    font-weight: 300;
    text-align: left;
    font-size: 4vw;
    line-height: 1.5em;
    margin-block-start: 0.5vw;
    margin-block-end: 1vw;
  }
  
  ul{
    line-height: 1.5em;
  }
  .centered a{
    font-family: system-ui;
    text-decoration: none;
    font-size: 4vw;
    font-weight: 600;
  }
  .centered button{
    font-family: system-ui;
    text-decoration: none;
    margin-left: auto;
    margin-right: auto;
    font-size: 3vw;
    font-weight: 600;
  }

  .in-flex{
    position: relative;
    display: inline-block;
    width: 100%;
    margin-left:2vw;
    margin-right:2vw;
    margin-bottom: 2vw;
    border-radius: 20px;
    padding:5vw;
    height: fit-content;
    border: 1px solid grey;
    background: linear-gradient(0deg, #e6f9ff 25%, #e9f7f9 100%);
    color: #09132e;
    box-shadow: 2px 3px 15px -4px rgba(0,0,0,0.7);
  }
  
  .in-flex .thumb-holder{
    position: relative;
    width: 100%;
    height: 70vw;
    left: 50%;
    transform: translate(-50%, 0%);
    overflow: hidden;
  }
  
  .in-flex .thumb-holder .horizontal {
    position: absolute;
    top: 0;
    height: 100%;
    left: 50%;
    transform: translate(-50%, 0%);
    overflow: hidden;
  }
  
  .in-flex .thumb-holder .vertical {
    position: absolute;
    left: 0;
    width: 100%;
    top: 0%;
    /* transform: translate(0%, -40%); */
    overflow: hidden;
  }
  
  .in-flex .text-holder {
    position: relative;
    top: 0%;
    left: 50%;
    transform: translate(-50%, 0%);
    width: 100%;
    font-family: Calibri;
    /* background-color: red; */
  }
  .in-flex .title-and-text {
    height: 25vw;
  }
  .in-flex .title-only {
    height: 8vw;
  }
  
  .in-flex .button {
    position: relative;
    margin-top: 2vw;
    height: 8vw;
    width: 50vw;
  }
  .button{
    padding-top: 1.5vw;
    border-radius: 5vw;
    
  }
  .button a, .button span{
    font-size: 4vw;
  }
  .width-medium, .width-high, .width-full{
    width: 100%;
  }
}
#background-image-container {
  position: fixed;
  top: 0px;
  bottom: 0;
  left: 0px;
  right: 0;
  z-index: -1;
  /* background: red; */
}
#background-image {
  position: absolute;
  bottom: 0px;
  right: 0;
  width: 1920px;
}

#back-image-home-container {
  position: fixed;
  top: 0px;
  bottom: 0;
  left: 0px;
  right: 0;
  z-index: -1;
}
#back-image-home {
  position: absolute;
  height: 600px;
  width: auto;
  bottom: 200px;
  right: 10%;
}

.centered{
    display: block;
    position: relative;
    margin-right:auto;
    margin-left:auto;
    margin-top:20px;
}

.light-grey{
    background: #eeeeee;
}

.full-width{
    width: 100%;
}
.image-container{
    position: relative;
    margin: auto;
}
.image-container img{
    width: 100%;
}

#map-image{
    width:auto;
}

.text-container{
	padding-top:20px;
	font-family: Roboto,Verdana,sans-serif;
	color: #464646;
	text-decoration: none;
}



input[type=text], input[type=password] {
  background-color: #fff;
  border: 0;
  border-radius: 2px;
  box-shadow: 0 1px 4px -1px rgba(0, 0, 0, 0.3);
  margin-top: 10px;
  padding: 0 0.5em;
  font: 400 18px Roboto, Arial, sans-serif;
  overflow: hidden;
  line-height: 40px;
}

select, option{
  font-family: system-ui;
  font-size: 17;
  width:100px;
  height:40px;
}
.text-container br
{   content: "A" !important;
    display: block !important;
    margin-bottom: 1.2em !important;
}

.flex-container{
    display: flex;
    flex-direction: row;
    width: 100%;
    height: auto;
    justify-content: space-around; 
    flex-wrap: wrap;
    padding-top: 30px;
    padding-bottom: 30px;
}
.button {
  text-align: center;
  text-decoration: none;
  display: inline-block;
  cursor: pointer;
  left: 50%;
  transform: translate(-50%, 0%);
  background-color: #00a0bd;
}
.button a{
  color: white;
  text-decoration: none;
}
.button span{
  color: white;
  text-decoration: none;
}

.radio-horizontal input{
    position: relative;
    float: left;
    margin-left: 20px;
    cursor: pointer;
}
.radio-horizontal label{
    position: relative;
    float: left;
    margin-left: 5px;
}

.radio-vertical{
  margin: 0;
}

.light-grey{
  background: rgb(241, 241, 241) !important;
}

#csv-uploader{
    display: block;
}

#formular-uploader{
    display: none;
    position: relative;
    height: fit-content;
    /* background-color: blueviolet;  */
}

.formular-uploader-block{
    position: relative;
    height: 180px;
    padding-top: 10px;
    border-bottom: 1px solid #a3bae2;
    /* background-color: rgb(46, 43, 226);  */
}

.formular-uploader-block .input-block-text{
    position: relative;
    float: left;
    height: 160px;
    width: 20%;
}

.formular-uploader-block span{
    position: absolute;
    left: 50%;
    padding-top: 5px;
    transform: translate(-50%, 0%);
    text-decoration: none;
}

.input-block-text input{
    position: absolute;
    left: 50%;
    top:20%;
    transform: translate(-50%, 0%);
    text-decoration: none;
    border-radius: 6px;
    background-color: #cdd9ed;
    border: 1px solid #2949b8;
}

.formular-uploader-block .input-block-textarea{
    position: relative;
    float: left;
    height: 160px;
    width: 40%;
}

.input-block-textarea textarea{
    position: absolute;
    left: 50%;
    top:20%;
    transform: translate(-50%, 0%);
    resize: none;
    border-radius: 12px;
    background-color: #cdd9ed;
    border: 1px solid #2949b8;
}

.select-container{
    text-decoration: none;
}
