
@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,400italic,700,700italic|Ubuntu+Condensed);

html, button, input, select, textarea {
    font-family: 'Open Sans', Arial, Verdana, sans-serif;
    color: #222;
    font-size: 1.0rem;
    line-height: 1.5rem;
}



body
{

    background-color: #fff;
    margin-top:0px;
    overscroll-behavior-y: contain;
}

a
{
      color: #222;
}

   #mob_header
   {
       display:none;
   }

header
{
    display:block;
    width:100%;
      margin-top:0px;
   
    background-color: #cccccc;
    min-height:250px;
    background-image:url('/oudewater/images/oudewater-impressie.jpg') !important;
    background-repeat:no-repeat !important;
   
    background-position:left top !important;background-size:cover !important;-webkit-background-size:cover !important;-moz-background-size:cover !important;-o-background-size:cover !important;
}

header .mainHeaderContent {
    position: relative;
    height: 250px;
    width: 100%;
    max-width: 1300px;
    margin: 0 auto;
}


header .mainHeaderContent  {
    width: 100%;
    max-width: 1300px;
    margin: 0 auto;
}

header .slogan {
    display: block;
    width: 434px;
}

header h1#site-name .slogan {
    margin-top: 15px;
}

header #logo-link {
    width: 191px;
    height: 110px;
    position: absolute;
    right: 30px;
    top: 30px;
}

header #site-name {
    padding-top: 25px;
    margin-left: 60px;
    font-weight: bold;
}

header #site-name a {
    display: block;
    color: #fff;
    font-size: 50px;
    line-height: 1.2;
    text-decoration: none;
    font-family: 'Ubuntu Condensed', sans-serif;
}

header #site-name a:hover {
    text-decoration: underline;
}

header #logo {
    width: 191px;
    height: 110px;
    position: absolute;
    right: 30px;
    top: 30px;
}
@media (max-width: 639px)
{
    header
    {
        display:none;
    }
    
    #mob_header
    {
        display:block;
        float:left;
        width:100%;
        height:60px;
        background-color: #c50000;
    }
    
    #mob_header h1 a
    {
        text-decoration: none;
        font-size:30px;
        margin:0px;
        padding:0px;
        margin-top:10px;
        color:#fff;
        margin-left:10px;
    }
}
footer
{
    display:block;
    width:96%;
    max-width:900px;
    padding-left:2%;
    padding-right:2%;
    margin-left: auto;
    margin-right:auto;
    background-color: #cccccc;
    height:3rem;
}

.wrapper
{

    display:block;
    width:96%;
    max-width:900px;
    padding-top:2rem;
    padding-bottom:2rem;
    padding-left:2%;
    padding-right:2%;
    margin-left: auto;
    margin-right:auto;
    background-color: #ffffff;
}

h1
{
    font-size: 150%;
    font-weight:700;
}

h2
{
    font-size: 120%;
    font-weight:700;
}

h3
{
    font-size: 100%;
    font-weight:400;
}

a.button {
    background-color: #c50000;
    background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDE1LjAuMCwgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPgo8IURPQ1RZUEUgc3ZnIFBVQkxJQyAiLS8vVzNDLy9EVEQgU1ZHIDEuMS8vRU4iICJodHRwOi8vd3d3LnczLm9yZy9HcmFwaGljcy9TVkcvMS4xL0RURC9zdmcxMS5kdGQiPgo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IgoJIHdpZHRoPSIxMS4ycHgiIGhlaWdodD0iMjBweCIgdmlld0JveD0iMCAwIDExLjIgMjAiIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDExLjIgMjAiIHhtbDpzcGFjZT0icHJlc2VydmUiPgo8cGF0aCBmaWxsPSIjRkZGRkZGIiBkPSJNMS42LDBsOS42LDEwTDEuNiwyMGwtMS41LTEuNWw4LTguM0wwLDEuNkwxLjYsMHoiLz4KPC9zdmc+");
    background-position: center right 10px;
    background-repeat: no-repeat;
    border: none;
    border-radius: 0;
    clear: both;
    cursor: pointer;
    display: inline-block;
    font-family: 'Ubuntu Condensed', sans-serif;
    font-size: 1.2em;
    line-height: 50px;
    color: #fff !important;
    overflow: hidden;
    padding: 0 50px 0 20px;
    text-align: center;
    text-decoration: none !important;

}

/* enquete specifiek */

#introduction
{
    font-size: 100%;
    font-weight: 400;
    /*padding-bottom:30px;*/
}

#question
{
    padding-top:15px;
    font-size: 100%;
    font-weight: bold;
    padding-bottom:10px;
}

#answers
{
    line-height: 200%;
    margin-bottom:20px;
}


.oudewater_val
{
    background-color:#fff;
}

.oudewater_val_active
{
    background-color: #CCC !important;
}

  div#progress_wrapper {margin-top: 0.5rem; margin-bottom: 2rem;}
#progress_indicator{background-color: #c50000 !important;}
