/*
Copyright (C) 2023 cvlith

This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

You should have received a copy of the GNU General Public License
along with this program.  If not, see <http://www.gnu.org/licenses/>.
*/
/* 
    Created on : 14-6-2023
    Author     : cvlith
*/

.bg-actie {
    background-color: rgba(248, 200, 29, 0.25);
}

.bg-white-opaque {
    background-color: rgba(256, 256, 256, 0.7);
}

.grecaptcha-badge { 
    opacity:0;
}

textarea.high {
  width: 700px;
  height: 100px;
}

input.wide {
  width: 350px;
}

.header_style1 {
    background-image: url('/images/degriftluchtfoto.jpg');
    background-repeat: no-repeat;
    background-position: center top;
}

.header_duurzaam {
    background-image: url('/images/foto_sluis_grift.jpg');
    background-repeat: no-repeat;
    background-position: center top;
}

.dgs_main_subtitle {
    font-size: 40px;
    line-height: 66px;
}

.dgs_main_supertitle {
    font-size: 60px;
    line-height: 66px;
}

@media (min-width: 1200px) {
    .header_style {
      background-repeat: no-repeat;
      background-position: center;
      height: 600px;
    }
}
@media (max-width: 1200px) { 
    .header_style {
      background-repeat: no-repeat;
      background-position: center;
      background-size: cover;
      height: 600px;
    }
}


