/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */

html {
  line-height: 1.5;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

body {
  margin: 0;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

a {
  background-color: transparent;
}

abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}

b,
strong {
  font-weight: bolder;
}

code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img {
  border-style: none;
}

button,
input,
optgroup,
select,
textarea {
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

button,
input {
  /* 1 */
  overflow: visible;
}

button,
select {
  /* 1 */
  text-transform: none;
}

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

details {
  display: block;
}

summary {
  display: list-item;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;

}


/*****************************************************************************
______________________________________________________________________________

VAN ROSSUM THEME - Specific Style Sheet
Design: (c) 2018, STUDIO KARL KOLBITZ
Development: (c) 2018, Arne Spremberg - www.arnespremberg.com
______________________________________________________________________________

*****************************************************************************/


/***
general styles
***/

body {
  height: 100vh;
  margin: 0;
  font-family: AribauGroteskLight, sans-serif;
  font-weight: 100;
  letter-spacing: 1.3px;
  font-size: 11px;
  transition: 300ms ease-in-out;
}

*:focus {
  outline: none;
}

a,
[type="submit"] {
  text-decoration: none;
  color: #000;
  cursor: pointer;
  transition: 500ms ease-in-out;
}

.currentPage {
  font-family: AribauGroteskMedium, sans-serif;
  font-weight: 700;
}

a:hover,
[type="submit"]:hover {
  color: #979797;
  transition: 500ms ease-in-out;
}


h1,
h2 {
  text-decoration: none;
  text-transform: uppercase;
  font-weight: 100;
}

h3,
h4 {
  font-weight: 100;
}


/****
header and menu areas
***/

.header {
  position: fixed;
  display: none;
  z-index: 10;
  /* header is made visible in responsive area code */
}

.menu {
  line-height: 1.5;
  text-transform: uppercase;
  position: fixed;
  display: none;
  z-index: 10;
  /* menu is made visible in responsive area code */
}

.catnav {
  padding-left: 2em;
}

.accordion {
  cursor: pointer;
  width: 100%;
  text-align: left;
  border: none;
  outline: none;
}

.panel {
  height: 0;
  overflow: hidden;
}

ul {
  list-style-type: none;
  margin: 0 0 1.5em 0;
  padding: 0;
}

li {
  margin: 0;
  padding: 0;
}



/*****
foooter
****/

.footer {
  display: flex;
  display: grid;
  position: relative;
  bottom: 0px;
  top: 160px;
  grid-area: foot;
}

.newsletter {
  grid-area: newl;
}

#nlSuccess {
  display: none;
}

#nlFail {
  display: none;
}

.cont {
  grid-area: cont;
  margin-top: 2em;
}

.soci {
  grid-area: soci;
  margin-top: 2em;
}

/* Customize the label (the container) */
.label {
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Hide the browser's default checkbox */
.label input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}


/* Create a custom checkbox 
.checkmark {
  position: absolute;
  top: 3.5em;
  left: 0;
  height: 1em;
  width: 1em;
  background-color: #fff;
  border: solid black 1px;
}
*/

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
  content: "\2612";
  position: absolute;
  display: none;
}

.checkmark:before {
  content: "\2610";
  position: absolute;
  display: block;
}

/* Show the checkmark when checked */
.label input:checked~.checkmark:after {
  display: block;
}

.label input:checked~.checkmark:before {
  display: none;
}

.label .checkmark:before,
.label .checkmark:after {
  top: 35px;
  left: 0px;
  font-size: 23px;
}


label {
  height: 100%;
  width: 100%;
  padding: 1em;
}

label p {
  float: right;
  width: 90%;
}

label input {
  margin: 1em;
}

[type="submit"] {
  width: 100%;
  text-align: left;
  padding-left: 10%;
  background-color: transparent;
}

[type="email"] {
  width: 100%;
  box-shadow: 0 1px 0 0 #979797;
}


input {
  height: 2em;
  border: none !important;
  text-decoration: none !important;
  font-family: AribauGroteskLight, sans-serif;
  font-weight: 100;
  letter-spacing: 1.1px;
  font-size: 11px;
}

input::placeholder {
  color: #979797;
}

td,
th {
  border: 0.5px solid black;
  padding: 0.5em;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/**
main container
**/

.container {
  display: block;
  display: grid;
  grid-column-gap: 1em;
  transition: opacity 400ms;
}

#barba-wrapper {
  opacity: 0;
  transition: opacity 800ms;
}

.noTrans {
  transition: none;
}

.revealTXT {
  visibility: hidden;
}

.revealIMG {
  visibility: hidden;
}

.cli-plugin-main-link,
.cli-plugin-main-button {
  margin-left: 0 !important;
  color: #000 !important;
  text-decoration: none !important;
  font-weight: inherit !important;
}

.cli-plugin-main-link:hover,
.cli-plugin-main-button:hover {
  color: #979797 !important;
}


#cookie-law-info-bar {
  position: relative !important;
  box-shadow: 0 1px 0 0 #979797;
}

#cookie-law-info-bar p {
  font-size: inherit !important;
  text-align: left;
  width: calc(100vw-20);
  font-size: 11px !important;
  line-height: 20px !important;
}

#cookie-law-info-bar .xbtn {
  float: right;
  text-align: right;
  width: 1em;
  margin-top: 10px;
  margin-right: 60px;
  font-size: 15px !important;
  cursor: pointer;
}



/*****************************************************************************
responsive area
*****************************************************************************/



/*****
desktop specific
*****/

@media (min-width:769px) {

  body {
    font-size: 11px;
  }

  h1,
  h2,
  h3,
  h4 {
    font-size: 11px;
  }

  .container {
    margin: auto;
    padding: 90px 40px 100px 40px;
    grid-column-gap: 1em;
    max-width: 80vw;
    min-height: 60vh;
  }

  .header-desktop {
    margin: 100px 60px 100px 60px;
    display: block;
    z-index: 99;
  }

  .menu {
    margin: 180px 60px 100px 60px;
    grid-area: menu;
  }

  #menu-desktop {
    display: block;
  }

  #mobhead {
    display: none !important;
  }

  .footer {
    grid-template-areas:
      'newl newl newl .    .    .    .    cont .    soci .    .   ';
    margin: 60px 60px 20px 12vw;
    grid-template-columns: repeat(13, 1fr);
  }

  #cookie-law-info-bar p {
    margin-left: 60px;
  }

}




/*********
mobile specific
*********/

@media only screen and (max-width:768px) {


  .header-mobile {
    margin: 40px 0px 40px 0px;
    padding: 0px 20px 0px 20px;
    display: block;
    display: grid;
    grid-template-areas:
      'logo .   togg';
    grid-template-columns: auto auto 20px;
    height: 17px;
    width: 100%;
    z-index: 15;
  }

  .header-mobile a {
    z-index: 17;
  }

  #logo {
    grid-area: logo;
  }

  .menu-mobile {
    width: 100%;
    height: 100%;
  }

  #menu-mobile {
    display: none;
  }

  .mobnavcon {
    margin: 0px 0px 40px 0px;
    padding: 100px 20px 0px 20px;
  }

  #mobnav {
    background-color: white;
    z-index: 10;
    opacity: 0;
    transition: opacity 500ms ease-in-out;
  }

  .burger {
    top: 4px;
    display: block;
    display: grid;
    grid-area: togg;
    position: absolute;
    margin: auto;
    width: 20px;
    height: 10px;
    background-color: transparent;
    cursor: pointer;
  }

  .no-cssgrid .burger {
    position: absolute;
    right: 20px;
  }

  #bun_top {
    border-top: 2px solid black;
    top: 0px;
    transform-origin: center center;
    transform: rotate(0deg);
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 0;
  }

  #bun_bottom {
    border-bottom: 2px solid black;
    bottom: 0px;
    transform-origin: center center;
    transform: rotate(0deg);
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 0;
  }

  a:active {
    font-family: AribauGroteskMedium, sans-serif;
    font-weight: 500;
  }

  .container {
    margin: 0px 0px 60px 0px;
    padding-top: 100px;
    grid-column-gap: 1em;
  }

  .footer {
    grid-template-areas:
      'newl newl newl'
      'cont soci .   ';
    margin: 20px;
    grid-template-columns: repeat(3, 1fr);
    line-height: 1.5;
  }

  body {
    font-size: 12px;
  }

  h1,
  h2,
  h3,
  h4 {
    font-size: 12px;
  }

  .menu {
    line-height: 2em;
  }

  [type="email"] {
    -webkit-appearance: none;
    border-radius: 1px;
    box-shadow: 0 1px 0 0 #979797;
    -webkit-box-shadow: 0 1px 0 0 #979797;

  }

  #cookie-law-info-bar p {

    margin-left: 20px;
  }

}

@media only screen and (min-width:769px) {

  .menu,
  .header {
    margin-left: 12vw;
  }

  .num {
    -left: 12vw !important;
    transform: translateX(1rem);
  }

}


/*********************************************************************************/
/****************************** LEGACY SUPPORT ***********************************/
/*********************************************************************************/

.no-cssgrid #block3 {
  display: inline;
}

.no-cssgrid #block2 img {
  height: auto;
  width: 60%;
}

.no-cssgrid #block3 img {
  width: auto;
  max-height: 50vh;
  max-width: 45vw;
}

.no-cssgrid #block3 p {
  text-align: right;
  float: left;
  width: 45%
}

.no-cssgrid .block {
  padding-bottom: 2em;
}

.no-cssgrid .container {
  width: 80vw;
}

.no-cssgrid .coll_left {
  margin: 4em;
}

.no-cssgrid .coll_right {
  margin: 4em;
}

.no-cssgrid .coll_center {
  margin: 4em;
}