/**
 * If using a CSS pre-processor, tell it to overwrite this file. If not, place
 * your custom CSS modifications here.
 */
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;700;800&display=swap');

body{
  background-color: transparent;
  height: 100%;
  margin-top: 0 !important;
  padding: 20px;
}
html{height: 100%;

  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.region-content{background: rgb(255,255,255,0.7); padding: 30px; border-radius: 10px; margin-top: 0px;}

.dialog-off-canvas-main-canvas,
.main-container,
.row,
.kw-form,
.kw-image{height: 100%}

.main-container{padding: 0}

.container{width: 100%}

.container:before{display: none;}


h1{font-weight: 800; font-family: 'Montserrat', sans-serif; text-transform: uppercase; font-size: 56px; color:#3c8aa7; margin-bottom: 20px;}

.page-node-type-article h1{font-size: 40px;}
.page-node-type-article .update_label{display: none;}

body, p {font-family: 'Montserrat', sans-serif; font-weight: 400; color: #333; font-size: 16px; line-height: 24px;}

.form-control {height: 50px;}

.js-webform-radios{display: flex;}

.radio + .radio{margin-top: 10px; margin-left: 20px;}

.btn-primary {
  color: #fff;
  background-color: #a8c946;
  border-color: #a8c946;
}

.logo-tekst
{
  margin-top:40px;
  margin-bottom: 40px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.logo-top, .tekst
{
  vertical-align: top;
  width:150px;
  margin-right: 30px;
}


.tekst
{
  margin-right: 0px;
  width:calc(100% - 200px);

}

.logo-top img
{
  width:100%;
  height: auto;
}

.btn-primary:hover {
  color: #a8c946;
  background-color: #ffffff;
  border-color: #a8c946;
}

.webform-actions{margin-top: 30px;}
.btn{padding: 10px 18px;}

body{background-image: url(../images/bg-4.jpg);
  background-position: top left;
  background-repeat: no-repeat;
background-size: contain}


.logo{text-align: center; margin-bottom: 50px; display: none;}

/* Large Devices, Wide Screens */
@media only screen and (max-width : 1200px) {
  .region-content{margin-top: 0;}
}

/* Medium Devices, Desktops */
@media only screen and (max-width : 992px) {
  .kw-image {display: none;}
  .kw-form{width: 100%;}
  body{height: 100%; background-image: none;}
  .logo{display: block;}
}

/* Small Devices, Tablets */
@media only screen and (max-width : 768px) {
  h1{font-size: 34px;}
  .page-node-type-article h1{font-size: 18px;}
  .logo img{width: 100%; height: auto;}
  .logo{margin-bottom: 30px;}



  .logo-top
  {
    width:60%;
    margin:auto;
    margin-bottom: 30px;
  }
  
  .tekst
  {
    width:100%;
  }
  
}

/* Extra Small Devices, Phones */
@media only screen and (max-width : 480px) {

}

/* Custom, iPhone Retina */
@media only screen and (max-width : 320px) {

}

.update_label {
      width: 50px;
      height: 150px;
      border-top-left-radius: 5px;
      border-bottom-left-radius: 5px;
      background-color: #a8c946;
      background-image: url(../images/notification.svg);
      background-size: 21px 27px;
      background-position: center 10px;
      background-repeat: no-repeat;
      color: #ffffff;
      position: fixed;
      top: 25%;
      right: 0px;
      z-index: 999;
      cursor: pointer;
  }
  
  .update_label a {
        -webkit-transform: rotate(
    -90deg);
        -moz-transform: rotate(-90deg);
        -o-transform: rotate(-90deg);
        transform: rotate(
    -90deg);
        display: block;
        font-weight: 600;
        letter-spacing: 1.6px;
        margin-top: 100px;
        text-transform: uppercase;
        text-decoration: none;
        color: #ffffff;
    }

.field--name-body li{margin-bottom: 20px; margin-top: 10px}