﻿/*https://css-tricks.com/couple-takes-sticky-footer/*/

/* STRUCTURE */
html, body {
	height: 100%;
}

body {
    background-attachment: fixed;
    background-image: url("/img.aspx?alt=/common/burgerforum/images/wallpaper.gif&file=/common/wallpaper/[session_master_site_wallpaper]");
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
/*    background-color: #F8FFFC;*/
    background-color: rgba(0,0,0,.03);
    color: rgb(15, 15, 15);
    display: flex;
    flex-direction: column;
    font-family: "Lato", sans-serif;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    flex-direction: column;
}
	
.klimaatmenu {
	flex: 0 0 auto;
	flex-shrink: 0;
}

@media (min-width: 992px) {
    /*sticky header*/
/*    .klimaatmenu {
        margin-left:auto;
        margin-right:auto;
        position: fixed;
        z-index: 100;
    }*/
}

#div-maincontainer {
    flex: 2 0 auto;
    padding-top:10px;
    background-color: #fff;
}

.footer {
    flex-shrink: 0;
}

.navbar, #div-maincontainer, #div-logo, .footer{
    max-width:1200px;
    margin-left:auto;
    margin-right:auto;
}

.maincontent {
    background: rgba(255, 255, 255, 1);
    padding-left: 10px;
    padding-right: 10px;
}

.row .indemedia {
    margin-left: -11px !important;
}

a {
    transition: all 0.5s;
    text-decoration: none;
}

a, a:any-link {
    color: #0f5387;
}

a[target="_blank"]::after {
    content:" " url(/icons/box-arrow-up-right.svg);
}

/*a:hover {
    text-decoration: underline;
}*/

a.btn-primary {
    color: #fff;
    background-color: #1b75bb;
}
   
/* HEADER / MENU    */
/*override default*/
nav.navbar-expand-lg {padding-bottom:0}

.klimaatmenu, .dropdown-menu, #topheader {
    padding-top: 0;
    background-color: #cc0033;
    font-size:0.8rem;
}

header .glyphicon {
    color:#fff;
}

.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
    color: rgba(0,0,0,1);
    background-color: rgba(0,0,0,.1);
    text-decoration: none;
} 
     
/* MICROANIMATIONS */

/* TYPOGRAFIE */

h1, h2, h3, h4, h5, h6 {
/*    color: #1b75bb;*/
    color:#000;
    font-weight: 600;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
}

h1, .h1 {
    font-size: 2rem;
}

h3 > a {
    text-decoration: none;
}

.header-logo {
    margin-left: 10px;
    margin-right: auto;
    margin-bottom: 5px;
    margin-top: 5px;
}

.alert-info {
    color: #000;
    background-color: #d9d9d9;
    border-color: #787878;
}

.jumbotron {
    border: 1px solid;
    background-color: #fff;
    margin-top: 20px;
    border-radius: 0;
}

.container .jumbotron, .container-fluid .jumbotron {
    border-radius: 0;
}

/* SIDEBAR */
#rightcol {
    padding-left: 20px;
}

.linklist li {
    border-bottom: 2px solid #C2C1C3;
    padding: 10px 0 0 0;
}

/*
#div-maincontainer {
    flex: 2 0 auto;
    overflow-y: auto;
    max-width: 1170px;
    width:100%;
    background-color: #fff;
}
*/

/*
.footer {
    flex-shrink: 0;
}
*/

.btn-primary {
    color: #fff;
    font-weight: bolder;
    background-color: #1b75bb;
}

.btn-donate {
    border-color: black !important;
	border: 1px solid transparent;
    border-top-color: transparent;
    border-right-color: transparent;
    border-bottom-color: transparent;
    border-left-color: transparent;
}

.doneerknop {
    color: #fff !important;
    background-color: #1b75bb
    !important;
}

/* HB: als wrapcontent aan staat komt div met class maincontent erbij */
.maincontent-wrapped {max-width:800px;margin-left:auto;margin-right:auto;}

.header-name {
    color: #5E80C0;
    font-size: 1.0em;
}

img.header-logo {
    cursor: pointer;
    max-width: 100%;
    max-height:80px;
}

/* SUB PAGINAS */

#footer_wrap {
    /*    B:aangepast nieuw*/
    clear: both;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
    margin-top: 0px;
    padding-top: 0px;
    background-color: rgb(51, 54, 59);
}

.footer {
    /*B:aangepast*/
    padding-top: 20px;
    padding-bottom: 10px;
    min-height: 161px;
    color: #FFFFFF;
}

/*Footermenu*/

.footer p {
	font-weight: bold;
	margin: 0px;
}

.footer ul {
	line-height: 19px;	
}

.footer a {
    color: #fff !important;
}

.footer li {
    color: #fff !important;
}

.payoff {
    background-color: #787878;
    color: #fff;
    text-align: center;
    font-size: 40px;
    height: 1px;
}

.payoff p {
    margin: 0;
}

::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: black;
}

::-moz-placeholder { /* Firefox 19+ */
    color: black;
}

:-ms-input-placeholder { /* IE 10+ */
    color: black;
}

:-moz-placeholder { /* Firefox 18- */
    color: black;
}

/* inloggen via socials */

.googlelogin {
    width: 45%;
    float: left;
}

/*Stemwijzer*/

.judgement_name {
    padding: 10px 0;
}

.judgement_partyname {
    padding-top: 12px;
    font-size: 17px
}

#judgement {
    border-collapse: collapse;
    border: 0 solid #ccc !important;
}

.theme-select h3 {
    font-size: 16px;
}

.theme-select {
    display: flex;
    align-items: center;
    padding: 0.3em 1em;
    background: #e5f5e5;
}

.rotate-hint {
    display: none;
}

@media (max-width: 768px) and (orientation:portrait) {
    .rotate-hint {
        display: block;
    }
}

@media screen and (max-width: 768px) {
    .thema_block {
        display: none !important;
    }
}

@media screen and (min-width: 768px) {
    /* thema selectie mobiel */
    .thema_select_small {
        display: none !important;
    }
}

@media screen and (max-width: 768px) {
    body {
        background-size: auto;
    }
    /* thema selectie desktop */
    .thema_block {
        display: none !important;
    }

    #div-maincontainer {
        padding: 1em;
    }
}

.contact h3 {
    text-align: center;
}

.like_footer {
    margin-top: 20px;
    margin-bottom: 20px;
}

.a2a_kit {
    margin-bottom: 50px;
}

/* FORMS */
.textcounter{
	visibility: hidden;
	display: none;
}

.active a {
    color: #000;
}

/* B: 10-2-22*/
.navbar-toggler-icon {
  content: url("/icons/list-white.svg");
}

.bi-list {color:#fff;fill:#fff}

.navbar-toggler-icon > svg path {
    fill: white
}

.navbar-toggler {
	color: white;
	border: 0 none !important;
	float: right;
}

.navbar-expand-lg {
	padding-bottom: 5px;
}

/* ============ desktop view ============ */
@media all and (min-width: 992px) {
	.navbar .nav-item .dropdown-menu{ display: none; }
	.navbar .nav-item:hover .nav-link{   }
	.navbar .nav-item:hover .dropdown-menu{ display: block; }
	.navbar .nav-item .dropdown-menu{ margin-top:0; }
}	
/* ============ desktop view .end// ============ */

/* HEADER */

.header-logo {
	text-align: center;
}

@media screen and (max-width: 500px) {
    .navbar > .container, .navbar > .container-fluid, .navbar > .container-lg, .navbar > .container-md, .navbar > .container-sm, .navbar > .container-xl, .navbar > .container-xxl {
        display: inline-block;
    }

    .navbar-toggler {
        float: left;
    }

    .navbar-collapse {
        margin-top: 70px;
    }
    /* B: 10-2-22	.navbar-light .navbar-nav .nav-link {
	   text-align: left;
	}
	.dropdown, .dropend, .dropstart, .dropup {
	    margin: 0 auto;
		text-align: left;
	}	*/
}
 /*B: BEGIN @MEDIA AANPASSINGEN*/

@media (min-width: 768px) {
    .col-md-4 {
        width: 33.333333333%;
        float: left;
    }

    .socialfeeds img.img-responsive {
        max-width: 100%;
        margin: 50px auto 0;
    }

    .header-name {
        font-size: 1.6em;
    }
}

@media (max-width: 768px) {
    .actiefmeedoen img, .lokaalmeedoen img, .doemee, .col-md-3 img {
        margin-left: auto;
        margin-right: auto;
    }

    .socialfeeds img.img-responsive {
        max-width: 100%;
        margin: 50px auto 0;
    }

    /*B:aangepast*/
    #maincontainer {
        margin-top: 0px;
    }

    .col-lg-15 {
        width: 100%;
        float: left;
        text-align: center;
        padding-left: 40px;
        padding-right: 40px;
        margin-bottom: 30px;
    }

    .col-lg-15 img {
        margin-left: auto;
        margin-right: auto;
    }

    .copyright .col-lg-12 {
        padding-left: 40px;
        padding-right: 40px;
    }

    .judgement_partyname {
        margin-left: 15px;
    }

    .judgement_name {
        margin-left: 15px;
        border-left: none !important;
        padding-top: 0;
    }

    .navbar-default .navbar-nav > li > a {
        margin-top: 2px;
    }

    #jumbotronlist ol {
        margin: 0;
        padding: 0 0 0 20px;
    }

    p, .jumbotron p, #jumbotronlist > ol > li, ul li {
        font-size: 16px;
        font-weight: 500;
    }

    .newsblock {
        padding: 20px;
    }

    #div_per_publicprofile div.form-control {
        max-width: 10% !important;
        height: 24px;
        border: 0;
        padding: 6px 12px 6px 0;
        -webkit-box-shadow: inset 0 0 0 rgba(0,0,0,.075);
        box-shadow: inset 0 0 0 rgba(0,0,0,.075);
    }

    #div_per_publicprofile .col-sm-8 {
        display: inline-block;
        width: 20px;
    }

    #div_per_publicprofile .htmlafterinput {
        white-space: nowrap;
        padding-left: 4px;
    }

    #petitie .form-group {
        margin-bottom: 4px;
    }

    #petitie .form-group label {
        margin-bottom: 0;
    }
}

@media (min-width: 992px) {
    /*B: volgorde aangepast*/
    /*B:aangepast*/

    /*B: aangepast embeded in @media*/
    #maincontainer {
        max-width: 1200px;
    }

    .form-group {
        margin-top: 10px;
    }

    /*sticky header
    .klimaatmenu {
        position: fixed;
        z-index: 3;
    }*/

        /*sticky header
    .klimaatmenu {
        position: fixed;
        z-index: 100;
    }*/
}

@media (min-width: 1200px) {
    .container {
        width: 100%;
    }
}

/*Menu hover*/

.nav-link:hover, .nav-item.activelink > a {
    text-decoration: none;
}

.nav-linkxx::after {
    content: "";
    display: block;
    /*margin: auto;*/
    height: 3px;
    width: 0;
    top: 5px;
    background: transparent;
    transition: all 0.3s;
}

.nav-item.activelink > a::after {
    content: "";
    display: block;
    /*margin: auto;*/
    height: 3px;
    width: 0;
    top: 5px;
    background: transparent;
    transition: all 0.3s;
    width: 100%;
    background: #1b75bb;
}

.navbar-nav li.dropdown > a::after, .navbar-nav li.open > a::after {
    background-image: unset;
    background-size: unset;
    height: unset;
    width: unset;
}

.navbar {
    padding: 0;
}

a.nav-link, a.dropdown-item {
    color: #fff;
    display: block;
    font-weight: 900;
    letter-spacing: 1px;
    line-height: 1;
    padding: 20px;
    text-shadow: 0 1px 0 rgb(0 0 0 / 25%);
    text-transform: uppercase;
    text-decoration: none;
}

a.nav-link:hover, a.dropdown-item:hover, .nav-item.activelink > a {
    color: #dd0033;
    background-color: #fff;
    display: block;
    font-weight: 900;
    letter-spacing: 1px;
    line-height: 1;
    padding: 20px;
    text-shadow: 0 1px 0 rgb(0 0 0 / 25%);
    text-transform: uppercase;
    text-decoration: none;
}

/*pijltje bij dropdown*/
.nav-link::after {
    display: none;
}

.nav-item.activelink > a::after {
    display: none;
}

li.nav-item.dropdown > a::after {
    content: '';
    display:inline;
    position: absolute;
    top: 42%;
    right: 6px;
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid #fff;
    clear: both;
}

/* nieuw 20230120 Ramon */
li.nav-item.dropdown:hover > a::after {
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid #dd0033;
}

/*li.nav-item.dropdown:hover > a::after {
    border-left: 5px solid #fff;
    border-right: 5px solid #fff;
    border-top: 5px solid #dd0033;
}*/

.navbar-expand-lg .navbar-nav li.dropdown a.nav-link {
    padding-right: 24px;
}

li.list-group-item.activelink {
    color: #fff;
    background-color: #0f5387;
}

li.list-group-item.activelink a {
    color: #fff;
}

/* ondertekenaars*/
div.cardsubscriber {
    border-top: 3px solid #84BD86 !important;
    border-left: 1px solid #84BD86 !important;
    border-bottom: 1px solid #84BD86 !important;
    border-right: 1px solid #84BD86 !important;
    /*background-color: #F8FFFC !important; */
}


img {border-radius:5px;}