


@font-face {
  font-family: 'roc_grotesk_regular';
  src: url('fonts/roc_grotesk_regular-webfont.woff2') format('woff2'),
       url('fonts/roc_grotesk_regular-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}


*
{
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: roc_grotesk_regular, "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
}


html
{
  color: #000000;
  font-size: 15px;
  line-height: 1.3em;
}


img
{
  height: 100%;
  width: 100%;
  object-fit: contain;
  border-radius: 1.5em;
}


h1
{
  font-size: 3.5em;
  line-height: 1.1em;
  font-weight: normal;
  padding-bottom: 0.5em;
  color: #253551;
}


h2
{
  font-size: 1.75em;
  line-height: 1.1em;  
  font-weight: normal;
  padding-top: 0.5em;
  padding-bottom: 1em;
}


h3
{
  font-size: 1.25em;
  line-height: 1.1em;
  padding-top: 0.5em;
  padding-bottom: 0.5em;
}


p
{
  padding-top: 0.5em;
  padding-bottom: 0.5em;
}


ul
{
  padding-left: 2em;
}
li
{
  padding-top: 0.25em;
  padding-bottom: 0.25em;
}


label
{
  padding-top: 0.5em;
  padding-bottom: 0.5em;
}
input[type="text"],
input[type="email"],
input[type="submit"],
textarea
{
  background: #fbfbff;
  border: 1px solid #d0d0ff;
}
input[type="text"],
input[type="email"],
textarea
{
  width: 100%;
  padding: 0.2em;
}
input[type="text"],
input[type="email"]
{
  height: 3em;
}
input[type="submit"]
{
  padding: 0.5em;
  border: 2px solid #253551;
  font-size: 1.5em;
}
textarea
{
  height: 8em;
}


.chunk
{
  width: 100%;
}


.container,
.extra_container
{
  max-width: 1250px;
  margin: 0 auto;
  padding: 3em 1.5em;
  display: flex;
  justify-content: center;
  align-items: flex-start;
}
.extra_container
{
  padding-top: 0;
}

.image,
.text,
.formblock
{
  margin: 0 1.5em;
  flex-grow: 1;
  flex-direction: column;
}

.menu
{
  display: flex;
  padding: 0;
  font-size: 1.25em;
  line-height: 1.1em;
}
.menu_iconbar
{
  width: 1.5em;
  height: 0.15em;
  background-color: white;
  margin: 0.3em 0;
}
.menu_item,
.menu_item_selected,
.menu_login,
.menu_close
{
  text-decoration: none;
  display: block;
}
.menu_close
{
}
.menu_item
{
}
.menu_item_selected
{
  text-decoration: underline;
}
.menu_login
{
  border-style: solid;
  border-width: 0.2em;
}


.imagebox
{
  border-radius: 3em;
}


.carousel
{
  padding-top: 3em;
  padding-bottom: 3em;
}


.carousel-cell
{
  padding-left: 2em;
  padding-right: 2em;
}


.carousel img
{
  display: block;
  width: 133px;
  height: 200px;
}


@media screen and ( min-width: 801px ) {
  .carousel img {
    width: 166px; 
    height: 250px;
  }
}



.formgroup
{
  display: flex;
  flex-direction: column;
  padding-bottom: 1em;
}

.formrow
{
  display: flex;
  flex-direction: row;
}



#header
{
  color: #ffffff;
  background-color: #253551;  
  position: -webkit-sticky; /* Safari */
  position: sticky;
  top: 0;
  width: 100%;
  z-index: 9;
}
#header_container
{
  padding-top: 0.5em;
  padding-bottom: 0.5em;
}
#header_backtrack
{
}
#header_menu
{
  margin-top: 0;
  margin-bottom: 0;
}


#carousel
{
  background-color: #ffffff;
}


#intro
{
  background-color: #e0e0db;
}


#system
{
  background-color: #ffffff;
}


#tech
{
  background-color: #e0e0db;
}


#data
{
  background-color: #ffffff;
}


#security
{
  color: #ffffff;
  background-color: #253551;
}


#environment
{
  background-color: #ffffff;
}


#who
{
  background-color: #e0e0db;
}


#footer
{
  color: #ffffff;
  background-color: #253551;  
  font-size: 1.25em;
  padding-top: 0.5em;
  padding-bottom: 0.5em;
}
#footer_container
{
  justify-content: space-between;
  flex-wrap: wrap;
  padding-top: 0;
  padding-bottom: 0;
}
#footer_name
{
  flex: 1 1 auto;
  margin: 0;
}
#footer_reg
{
  text-align: right;
  flex: 2 1 auto;
  margin: 0;
}
#footer_vat
{
  text-align: right;
  flex: 1 1 auto;
  margin: 0;
}



