@import url(https://fonts.googleapis.com/css?family=Lato:400,700,900);

.get-bg {display: none !important;}
.set-bg {background-repeat: no-repeat;background-size: cover;background-position: center center;}
html.hs-inline-edit .get-bg { display:block !important;}


body.landingspagina {
    position: relative;
    margin: 0;
    padding: 0;
    font-family: "lato", sans-serif;
    font-weight: 400;
    background: rgb(1,1,1);
}
.thankyoupage {
    position: relative;
    margin: 0;
    padding: 0;
    font-family: "lato", sans-serif;
    font-weight: 400;
    background: white;
}
body.landingspagina span, .thankyoupage p, .thankyoupage .widget-type-rich_text span {
    line-height: 1.5;
    
}

@media screen and (min-width: 768px) {
    body.landingspagina span, .thankyoupage p, .thankyoupage .widget-type-rich_text span {
        line-height: 1.7;
        font-size: 18px;
        
    }
}
body.landingspagina h1 {
    font-weight: 900;
    color: #f60000;
    font-size: 2.15rem;
}
body.landingspagina h2, .thankyoupage h2 {
    font-weight: 700;
    font-size: 1.15rem;
}
body.landingspagina strong, .thankyoupage .hs_cos_wrapper_type_rich_text strong {
    font-weight: 700;
    color: #f60000;
}

body.landingspagina .container {
    min-height: 100vh;
    background-repeat: no-repeat;
    background-attachment: fixed;
}

body.landingspagina .content {
    background: rgba(255,255,255,1);
    padding: 20px;
    margin: 75px 15px;
    border-radius: 10px;
}

body.landingspagina .logo {
    position: absolute;
    width: 100px;
}

body.landingspagina .formulier form input, .thankyoupage .formulier form input {
    width: 100%;
    border: none;
    margin-bottom: 15px;
    height: 44px;
    border-radius: 5px;
    background: rgb(246,246,246);
    font-size: 16px;
    color:#111;
    padding:5px;
    box-sizing: border-box;
}
body.landingspagina .formulier .hs_cos_wrapper.form-title, .thankyoupage .formulier .hs_cos_wrapper.form-title {
    display: none;
}
body.landingspagina .formulier form select {
   -webkit-appearance: none;
   -moz-appearance: none;
   appearance: none;
   border: none;
   border: none;
    border-radius: 5px;
    height: 44px;
    background: rgb(246,246,246);
    font-size: 16px;
    color:#111;
    padding:5px;
}
body.landingspagina .formulier input[type=submit], .thankyoupage .formulier input[type=submit], .cta_button  {
    padding:5px 15px; 
    background:#ccc; 
    border:0 none;
    cursor:pointer;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    margin-top: 15px;
    background: #f60000;
    color: white;
}
body.landingspagina .formulier form label, .thankyoupage .formulier form label {
    display:none;
}
body.landingspagina .formulier form .hs_cos_wrapper_type_form, .thankyoupage .formulier form .hs_cos_wrapper_type_form {
    margin: 0;
    padding: 0;
}

body.landingspagina .formuliergroep {
    margin: 30px 0;
}
body.landingspagina .afbeelding img {
    width: 100%;
}

body.landingspagina .socialknoppen > div > span {
    float: right;
}
body.landingspagina .socialknoppen > div > span:before {
    content:"Deel deze pagina";
    margin-right: 14px;
}
body.landingspagina .socialknoppen > div > span a {
    display: none;
}
body.landingspagina .socialknoppen > div > span a:nth-child(1), body.landingspagina .socialknoppen > div > span a:nth-child(2), body.landingspagina .socialknoppen > div > span a:nth-child(3) {
    display: inline-block;
}
body.landingspagina .bodytekst ul {
    padding-left: 10px;
}


@media screen and (min-width: 768px) {
    
body.landingspagina .logo {
    position: fixed;
    width: 200px;
}

body.landingspagina .content {
    background: rgba(255,255,255,1);
    padding: 40px;
    margin: 32px 0;
    border-radius: 10px;
    padding-top: 10px;
    max-width: 550px;
    float: right;
    margin-right: 35px;
}
}
@media screen and (min-width: 1180px) {

body.landingspagina .content {
    background: rgba(255,255,255,1);
    padding: 40px;
    margin: 32px 0;
    border-radius: 10px;
    padding-top: 10px;
    max-width: 750px;
    float: right;
    margin-right: 35px;
}
}















.thankyoupage .hero {
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-size: cover;
}


.thankyoupage {
margin: 0;
padding: 0;
}

.thankyoupage h1 {
    font-weight: 900;
    font-size: 2.15rem;
}

.thankyoupage {
    max-height: 100px;
}

.thankyoupage .widget-type-linked_image img {
    width: 85px !important;
}

.thankyoupage .menu ul {list-style-type: none; float: right; margin-top: 0;}
.thankyoupage .menu ul li {display: inline-block;}
.thankyoupage .menu ul li a {display: block; line-height: 100px; text-decoration: none; color: #111; margin: 0 5px;}
.thankyoupage .menu ul li:last-child a {
    margin-right: 15px;
}

.thankyoupage .menu{
    float: right;
    position: absolute;
    top: 0;
    right: 0;
    height: 100px;
    line-height: 100px;
}

.thankyoupage .hero {text-align: center; color: white; padding: 15px; padding-top: 0;}
.thankyoupage .hero h1 {color: white;}

.thankyoupage .cta a {
    display: inline-block;
    padding: 10px 20px;
    color: white;
    background: #E11F1B;
    border-radius 15px;
    -webkit-border-radius: 15px;
    margin: 5px;
    text-decoration: none;
}
.thankyoupage .cta a:hover {
    background: #f60000;
}
.pagecontent {padding: 15px;}
.thankyoupage .socialknoppen {margin: 40px 0; text-align: center;}
.thankyoupage .bodytekst {padding: 15px;}

.thankyoupage .afbeelding img {width: 100% !important;}

.thankyoupage .inschrijven {color: white; padding: 15px;}
.thankyoupage .inschrijven label {display: none;}
.thankyoupage .inschrijven form input {
   width: 100%;
    border: none;
    margin-bottom: 15px;
    height: 44px;
    border-radius: 5px;
    background: rgb(246,246,246);
    font-size: 16px;
    color:#111;
    padding:5px;
    box-sizing: border-box;
}

 .thankyoupage .bovenfooter {padding: 15px; background: rgb(209,222,231);}

.thankyoupage .footer {padding: 15px;}

.thankyoupage .header-container-wrapper,
.thankyoupage .body-container-wrapper,
.thankyoupage .footer-container-wrapper{margin: auto;}

.thankyoupage .body h2 {
    font-size: 22px;
}

.thankyoupage .formulier form select {
   -webkit-appearance: none;
   -moz-appearance: none;
   appearance: none;
   border: none;
   border: none;
    border-radius: 5px;
    height: 44px;
    background: rgb(246,246,246);
    font-size: 16px;
    color:#777;
    padding:5px;
    width: 100%;
}
.thankyoupage .hs_cos_wrapper_type_blog_subscribe input[type=submit] {
    padding:5px 15px; 
    background:#ccc; 
    border:0 none;
    cursor:pointer;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    margin-top: 15px;
    background: #E11F1B !important;
    color: white;
    border: 1px solid white !important;
}
.thankyoupage .hs_cos_wrapper_type_blog_subscribe input[type=submit]:hover {
    background: #f60000 !important;
}

.thankyoupage .bovenfooter {
    padding: 0;
    text-align: center;
}
.thankyoupage .bovenfooter > div {
    padding: 15px;
}
.thankyoupage .bovenfooter:after {
    content:" ";
    display: block;
    width: 100vw;
    height: 20px;
    padding-left: 3000px !important;
    padding-right: 3000px !important;
    margin-left: -3000px !important;
    margin-right: -3000px !important;
    

  background-color: black;
  background-image: -moz-repeating-linear-gradient(-45deg, transparent, transparent 25px, rgba(255,255,255,1) 25px, rgba(255,255,255,1) 50px);
  background-image: -webkit-repeating-linear-gradient(-45deg, transparent, transparent 25px, rgba(255,255,255,1) 25px, rgba(255,255,255,1) 50px);
  background-image: -o-repeating-linear-gradient(-45deg, transparent, transparent 25px, rgba(255,255,255,1) 25px, rgba(255,255,255,1) 50px);
  background-image: -ms-repeating-linear-gradient(-45deg, transparent, transparent 25px, rgba(255,255,255,1) 25px, rgba(255,255,255,1) 50px);
  background-image: repeating-linear-gradient(-45deg, transparent, transparent 25px, rgba(255,255,255,1) 25px, rgba(255,255,255,1) 50px);

}

.thankyoupage span.hs_cos_wrapper_type_section_header {
    line-height: 1;
    text-shadow: 1px 1px 1px #000;
}

.thankyoupage .hs-error-msgs.inputs-list {
    display:none !important;
}

@media screen and (min-width: 768px) {
.thankyoupage .footer-container-wrapper{margin-top: 80px;}
.thankyoupage .socialknoppen {margin-top: 40px; text-align: left;}
.thankyoupage .bg .socialknoppen {text-align: center;}
.thankyoupage .menu ul li a {display: block; line-height: 100px; text-decoration: none; color: #111; margin: 0 10px;}
.thankyoupage .menu ul li:last-child a {
    margin-right: 10px;
}

.thankyoupage .hero { padding-top: 80px;}

.thankyoupage .bovenfooter {
    padding: 0;
    text-align: left;
}

.thankyoupage .inschrijven span h3 {
    width: 28%;
    float: left;
    font-size: 24px;
    line-height: 24px;
}
.thankyoupage .inschrijven span > div {
    width: 72%;
    float: left;
}
.thankyoupage .inschrijven span > div > form > div {
    width: 48%;
}
.thankyoupage .inschrijven span > div > form > div .hs-input {
    margin: 0;
    margin-top: 15px;
    margin-right: 15px;
    float: left;
}
.thankyoupage .inschrijven span > div > form > div:nth-child(1) {
    float: left;
}
.thankyoupage .inschrijven span > div > form > div:nth-child(4) {
    float: right;
}

.thankyoupage .inschrijven span > div > form > div:nth-child(2), .thankyoupage .inschrijven span > div > form > div:nth-child(3) {
    display: none;
}
.thankyoupage h2 {
    font-size: 30px;
}
.thankyoupage div.cta p a { padding: 10px 30px;}
}

/*  background-image: url("//507224.fs1.hubspotusercontent-na1.net/hubfs/507224/Template_landingspagina/Kinepolis.jpg");  */

.extendfull {
    position: relative;
}
.extendfull:after {
    content: ' ';
    display: block;
    position: absolute;
    padding-left: 3000px !important;
    padding-right: 3000px !important;
    margin-left: -3000px !important;
    margin-right: -3000px !important;
    top: 0;
    bottom:0;
    left:0;
    right:0;
    z-index: -1;
}

.extendfull.bg:after {
    background: url("//507224.fs1.hubspotusercontent-na1.net/hubfs/507224/Template_landingspagina/thank_you_header.jpg") center no-repeat;
    background-size: contain;
}
@media screen and (min-width: 768px) {
    .extendfull.bg:after {
        background: url("//507224.fs1.hubspotusercontent-na1.net/hubfs/507224/Template_landingspagina/thank_you_header.jpg") center no-repeat;
        background-size: initial;
    }
}
@media screen and (min-width: 1260px) {
    .extendfull.bg:after {
        background: url("//507224.fs1.hubspotusercontent-na1.net/hubfs/507224/Template_landingspagina/thank_you_header.jpg") center no-repeat;
        background-size: 100vw auto;
    }
}
.extendfull.subscr:after {
    background: #E11F1B url("//507224.fs1.hubspotusercontent-na1.net/hubfs/507224/Template_landingspagina/bullets.png");
}
.extendfull.grayarea:after {
    background: #D1DEE7;
}
.thankyoupage {
    max-width: 100vw !important;
    margin: 0;
    padding: 0;
    overflow-x: hidden;
min-height: 100vh;
}
.thankyoupage .body-container-wrapper {
    max-width: 100vw !important;
    overflow: hidden !important;
}

.thankyoupage .size {
    max-width: 768px;
    margin-left: auto !important;
    margin: auto;
    float: none !important;
}

.thankyoupage .hs_cos_wrapper_type_social_sharing a:nth-child(n+4) {display: none;}
.thankyoupage .afbeelding img {display: block;}
.thankyoupage .afbeelding {border-radius: 10px; overflow: hidden;}
.thankyoupage .bovenfooter ul li {
    position: relative;
    list-style-type: none;
}
.thankyoupage .bovenfooter ul li:before {
    content: ' ';
    background: url("//507224.fs1.hubspotusercontent-na1.net/hubfs/507224/Template_landingspagina/pijl_red-1.png") center no-repeat;
    height: 20px;
    width: 20px;
    display: block;
    position: absolute;
    left: -24px;
    top: 6px;
}

.thankyoupage .socialknoppen a {
    margin: 20px;
        position: relative;
}
.thankyoupage .socialknoppen a img {
    visibility: hidden;
}
.thankyoupage .hero .socialknoppen .hs_cos_wrapper_type_social_sharing a:before {
    content:' ';
    visibility: visible;
    background-size: cover !important;
    height: 40px;
    width: 40px;
    display: block;
    position: absolute;
    left: -7px;
    top: -10px;
}

.thankyoupage .socialknoppen .hs_cos_wrapper_type_social_sharing a:nth-child(1):before {
    background: url("//507224.fs1.hubspotusercontent-na1.net/hubfs/507224/Template_landingspagina/fb.png") center no-repeat;
}
.thankyoupage .socialknoppen .hs_cos_wrapper_type_social_sharing a:nth-child(2):before {
    background: url("//507224.fs1.hubspotusercontent-na1.net/hubfs/507224/Template_landingspagina/in.png") center no-repeat;
}
.thankyoupage .socialknoppen .hs_cos_wrapper_type_social_sharing a:nth-child(3):before {
    background: url("//507224.fs1.hubspotusercontent-na1.net/hubfs/507224/Template_landingspagina/tw.png") center no-repeat;
}

.thankyoupage .bovenfooter .socialknoppen a {
    margin: 10px;
        position: relative;
}

.thankyoupage .bovenfooter .socialknoppen .hs_cos_wrapper_type_social_sharing a:before {
    content:' ';
    visibility: visible;
    background-size: cover !important;
    height: 40px;
    width: 40px;
    display: block;
    position: absolute;
    left: -7px;
    top: -10px;
}

.thankyoupage .socialknoppen .hs_cos_wrapper_type_social_sharing a:nth-child(1):before {
    background: url("//507224.fs1.hubspotusercontent-na1.net/hubfs/507224/Template_landingspagina/fb.png") center no-repeat;
}
.thankyoupage .socialknoppen .hs_cos_wrapper_type_social_sharing a:nth-child(2):before {
    background: url("//507224.fs1.hubspotusercontent-na1.net/hubfs/507224/Template_landingspagina/in.png") center no-repeat;
}
.thankyoupage .socialknoppen .hs_cos_wrapper_type_social_sharing a:nth-child(3):before {
    background: url("//507224.fs1.hubspotusercontent-na1.net/hubfs/507224/Template_landingspagina/tw.png") center no-repeat;
}

.thankyoupage .afbeelding, .thankyoupage .formulier, .thankyoupage .subscr, .thankyoupage .grayarea, .thankyoupage .socialknoppen {
    display: none !important;
}

.thankyoupage .pagecontent {
    text-align: center;
}

.thankyoupage .footer-container-wrapper {
    border-top: 1px solid #ededed;
    background: #F9F9F9;
    color: #888888;
    text-align: center;
}
.thankyoupage .footer-container-wrapper a {
    color: #888888;
}
.thankyoupage .footer-container-wrapper p, .thankyoupage .footer-container-wrapper span {
    font-size: 14px;
}