@import url('https://fonts.googleapis.com/css?family=Roboto+Condensed:300,400|Roboto:100,300,400&display=swap');
@import url('https://fonts.googleapis.com/css?family=Roboto:100i,300,300i,400&display=swap');

body {
    font-family: 'Roboto', sans-serif;
}

#part1 a:hover {
    color: #e10f2c;
}

.random figure img{
    width:100%;
}

.banner {
    background-size: cover;
    background-position: center center;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 80vh;
    margin-top: 20px;
}

.bgwhite{
    background-color:white;
}

.bannerbtn {
    min-width: 200px;
    background-color: white;
}

.banner article {
    flex-direction: column;
}

.banner article h3 {
    color: white;
    font-size: 3.4rem;
    text-shadow: 3px 3px 3px rgba(0, 0, 0, 0.8);
}

.banner article h4 {
    font-size: 1.9rem;
    color: skyblue;
    margin:13px;
    text-shadow: 3px 3px 3px rgba(0, 0, 0, 0.8);
}

.publisher{
    font-size:1rem;
}

.publisher p, .solutions p, #shop div{
    margin-bottom:13px;
    margin-top:13px;
    line-height: 1.5rem;
}

.solutions h3,
.publisher h3 {
    color: #706c5c;
    font-size: 1.8rem;
    padding-bottom: 26px;
}

blockquote {
    font-size: 1.2rem;
    padding: 30px;
    color: #706c5c;
    border-left: 4px solid #706c5c;
}

.page {
    min-height: 100vh;
}

.publisher {
    padding-top: 26px;
}

.publisher ul {
    margin-left: 26px;
    font-size: 1.2rem;
    color: #706c5c;
}

.publisher p {
    /*font-size:1.2rem;
    line-height:1.7rem;*/
}

footer {
    min-height: 10vh;
    padding:13px;
}



footer a:hover {
    color: black;
}

#saai {
    background-position: center center;
    background-size: cover;
    background-image: url(../animaties/einde.gif);
    background-color: rgba(72, 86, 96, 0.8);
    background-blend-mode: multiply;
    cursor: pointer;
}

#xmaster {
    background-position: center center;
    background-size: cover;
    background-image: url(../images/homevideo2.gif?new);
    background-color: rgba(225, 15, 44, 0.8);
    background-blend-mode: multiply;
    cursor: pointer;
}

#reader p,
#reader div,
.easycontent p,
#reader ul,
#reader ol {
    font-size: 1.1em;
    line-height: 1.4em;
    margin-bottom: 0.5em;
    font-weight: 300;
    padding-top: 12px;
}

#reader h2{
    margin-top:26px;
    font-weight:300;
}

#reader ul,
#reader ol {
    margin-left: 26px;
}

.linebreak {
    padding-bottom: 1.3px;
    height: 6.5px;
}

.oembedall-container {
    position: relative;
}

.vidbg {
    background-image: url(https://www.xpair.be/assets/images/vidbg.png?2);
    background-size: cover;
    background-position: center;
}

#xpcontact * {
    padding: 13px;
    color: white;
}


#xlogo {
    background-image: url(https://www.xpair.be/assets/images/xpairlogo.png?2);
    background-size: 90% 90%;
    background-position: center center;
    background-repeat: no-repeat;
}

#xlogo span {
    color: rgba(255, 255, 255, 0);
}

#xlogo:hover span {
    color: rgba(0, 0, 0, 1);
}

#xlogo:hover {
    background-image: none;
}



.shadow {
    -webkit-box-shadow: 10px 10px 28px -16px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 10px 10px 28px -16px rgba(0, 0, 0, 0.75);
    box-shadow: 10px 10px 28px -16px rgba(0, 0, 0, 0.75);
}

.ontop {
    position: absolute;
    z-index: 30000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

#topbanner {
    width: 100%;
    height: 30%;
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin: 0;
}

.whonhover {
    cursor: pointer;
    width: 100%;
    flex-basis: 100%;
    height: 100%;
    margin: 0;
    display: flex;
    justify-content: space-around;
    align-items: center;
}

.fend {
    justify-content: flex-end;
}

.fstart {
    justify-content: flex-start;
}

.whonhover:hover {
    background-color: rgba(255, 255, 255, 0.4);
}

.whonhover:hover h3.question,
.whonhover:hover h1 {
    display: none;
}

.whonhover:hover .answer {
    display: flex;
    flex-direction: column;
}

.answer h3 {
    color: black;
    font-size: 1.2em !important;
}

.answer a {
    background-color: black;
    color: white;
    border-radius: 20px;
    margin-top: 20px;
    padding: 10px;
    padding-left: 30px;
    padding-right: 30px;
}

.whonhover .answer {
    display: none;
}

.banner article {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.xpairblue {
    color: #2a321d;
}

.xpairred,
.publisher a {
    color: #a41309;
}

.xpairbgblue {
    background-color: #2a321d;
}

.xpairbgred {
    background-color: #a41309;
}

.white {
    color: white;
}

.bgblack {
    background-color: black;
}

.black {
    color: black;
}

.bgwhite {
    background-color: white;
}

.ball span {
    font-size: 1.5em !important;
}

.ontop h3 {
    font-weight: 400;
    font-size: 1.6em;
}

.ontop h1 {
    font-weight: 100;
    font-size: 4em;
}

/*
.ontop div{
    width:20%;
    overflow:hidden;
    text-align:center;
}

.ontop *{
    margin-left:13px;
    margin-right:13px;
}
*/
.slogan {
    margin-top: 2vh;
    height: 19vh;
}

.slogan h1 {
    font-size: 2em;
    font-weight: 100 !important;
}

.baseline {
    padding: 40px;
    font-size: 140%;
    font-weight: 400;
}

.we {
    margin-bottom: 3vh;
}

.we article {
    padding-left: 30px;
    padding-right: 30px;
}

.are {
    min-height: 42vh;
    font-weight: 300 !important;
}

.are p {
    padding-top: 2vh;
    font-weight: 500 !important;
}

.are h4 {
    padding-bottom: 2vh;
    padding-top: 1vh;
    font-weight: 500 !important;
    font-size: 1.3em;
}

.are h1 {
    font-size: 3em;
    font-weight: 100 !important;
}

.are h2 {
    font-size: 2em;
    font-weight: 100 !important;
}

.are h3 {
    font-size: 1.5em;
    font-weight: 200 !important;
}

.wbr-on-wide {
    border-right: 1px solid white;
}

.xprience {
    height: 13vh;
    position: relative;
}

.xprience h1 {
    font-weight: 300;
    font-size: 1.8em;
}

.triangle-under:after {
    content: '';
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 0;
    height: 0;
    border-top: solid 40px black;
    border-left: solid 30px transparent;
    border-right: solid 30px transparent;
}

#roodje {
    position: relative;
}

#roodje:after {
    content: '';
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 0;
    height: 0;
    border-top: solid 40px #e10f2c;
    border-left: solid 30px transparent;
    border-right: solid 30px transparent;
}

.theatre {
    height: 85vh;
    width: 100%;
    display: flex;
}

.theatrehorizontal article {
    border-bottom: 3px solid white;
    border-top: 3px solid white;
    display: flex;
    justify-content: center;
    align-items: center;
}

.theatrehorizontal article a {
    display: flex;
    width: 100%;
    height: 100%;
    justify-content: center;
    align-items: center;
}

/*
flex-grow: 1;
    flex-shrink: 1;
    flex-basis: auto;
    transition: all 2s;
*/

.curtain {
    width: 20%;
    background-position: center center;
    background-size: cover;
    background-blend-mode: darken;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-around;
    background-color: rgba(72, 86, 96, 0.8);
    background-blend-mode: multiply;
    cursor: pointer;

    flex-grow: 1;
    flex-shrink: 1;
    flex-basis: auto;

}

.fromtop {
    margin-top: 90px;
}

.curtain figure {
    text-align: center;
}

.opencurtain figure {
    text-align: left;
    align-items: flex-end;
}

.nevenelkaar {
    flex-direction: row-reverse;
    justify-content: flex-end !important;
    align-items: flex-end;
}


.collapse {
    transition: all 0.3s;
    flex-grow: 0.001;
    width: 10%;
    flex-basis: 10%;
}

.collapse p,
.nevenelkaar p {
    display: none;
}

.curtain:hover {
    background-color: rgba(225, 15, 44, 0.8);

}

.theatre {
    max-width: 100vw !important;
    overflow: hidden;
}

.curtain .ball {
    border: 1px solid white;
}

.curtain p {
    min-height: 100px;
}

.curtain p {
    color: white;
    padding: 13px;
    text-align: center;
}

.curtain img {
    width: 19%;
    padding-top: 13px;
}


.curtain-title {
    height: 100%;

}

.curtain-title h1 {
    transform-origin: left;
    transform: translate(50%, 50%) rotate(90deg);
    color: white;
    font-size: 2.3em;
    font-weight: 400 !important;
}

#magaziniers {
    background-image: url(../images/magaziniers.jpg);

}

.theatrehorizontal #magaziniers {
    background-image: url(../images/magaziniers.jpg);
    background-position: 50% 10%;
}

#magaziniers:hover {
    background-image: url(../images/magaziniers.gif?new);
}

#pixpair {
    background-image: url(../images/pixpair.jpg?new);
}

.theatrehorizontal #pixpair {
    background-color: black;
    background-image: url(../images/pixpair.jpg?new);
    background-position: -5px 24%;
}

#pixpair:hover {
    background-image: url(../images/pixpair.gif?new);
}

#undercover {
    background-image: url(../images/undercovers.jpeg);
}

.theatrehorizontal #undercover {
    background-color: black;
    background-image: url(../images/undercovers.jpeg);
    background-position: 15px 33%;
}

#undercover:hover {
    background-image: url(../images/undercover.gif?new2);
}

#indrukkerij {
    background-image: url(../images/indrukkerijs.jpeg);
}

.theatrehorizontal #indrukkerij {
    background-image: url(../images/indrukkerijs.jpeg);
    background-position: center 50%;
}

#indrukkerij:hover {
    background-image: url(../images/indrukkerij.gif?new);
}

#crowl {
    background-image: url(../images/crowlbart.jpg);
}

.theatrehorizontal #crowl {
    background-color: black;
    background-image: url(../images/crowlbart.jpg);
    background-position: -50px 80%;
}


.button{
        border: none;
    color: white;
    padding: 15px 32px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    cursor: pointer;
    border-radius: 6px;
}

#crowl:hover {
    background-image: url(../images/crowl.gif?new);
}

.whitebg{
    background-color:white;
}

.solutionbg {
    min-height: 80vh;
    background-size: cover;
    background-color: black;
    background-repeat: no-repeat;
    background-position: center center;
}

.solutionbg2 {
    height: 60vh;
    background-size: cover;
    background-color: black;
    background-repeat: no-repeat;
    background-position: center center;
    align-items:center;
}

.solutionbg2 figure{
    display:flex;
    justify-content: center;
    align-items: center;
    height:90%;
}

.solutionbg2 figure img{
    width:170px;
}


.strokebanner {
    padding: 20px;
    font-weight: 100;
}

.strokebanner h1 {
    font-weight: 150 !important;
}

.read {
    color: #706c5c;
    padding: 8px;
    padding-left: 30px;
    padding-right: 30px;
    width: 100px;
    border: 2px solid #706c5c;
    display: flex;
    justify-content: center;
    border-radius: 20px;
    align-items: center;
    margin-top: 13px;
}

.partners {
    height: 100px;
}

.partners .read {
    width: 200px;
}

#reader,
.easycontent {
    padding-top: 39px;
    padding-bottom: 39px;
}

#reader p {}

.easycontent h3 {
    font-size: 2.1em;
    font-weight: 100 !important;
}

.easycontent iframe {
    margin-bottom: 26px;
    width: 90% !important;
}

.curtain figure a img {
    margin-right: 10%;
}

.btn {
    background-color: black;
    color: white;
    padding: 7px;
    padding-left: 13px;
    padding-right: 13px;
    box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.5);
}

iframe {
    border: 0px;
}

.xamplebanner {
    height: 54vh;
    background-size: cover;
    background-position: center 75%;
    background-attachment: fixed;
    align-items: flex-end;
    background-repeat: no-repeat;
}

.xamplebanner h1 {
    font-size: 2.5rem;
    font-weight: 300;
    /*text-shadow: 2px 2px 2px #000000;*/
    background-color: rgba(0, 0, 0, 0.6);
    width: 100%;
    text-align: center;
    padding: 20px;
}

#reader h1 {
    font-size: 3rem;
}

.sl{
    display:flex;
    margin-right:13px;
    margin-left:13px;
    text-decoration: underline;
}

.mentionauthor{
    clear:both;
    display:flex;
    margin-top:39px;
}

.mentionauthor::before{
    content: "Auteur:\00a0 ";
}

footer, .sl{
    font-weight:200;
}

#reader h2 {
    font-size: 2.5rem;
}

#reader h3 {
    font-size: 2.2rem;
}

#reader h4 {
    font-size: 1.9rem;
}

/*CMS templates*/
.flex2cols {
    display: flex;
    min-height: 260px;
    justify-content: space-between;
    align-items: center;
}

.flex2cols .flextext,
.flex2cols .flexfigure {
    width: 50%;
    flex-basis: 50%;
}

.breathe{
    margin-top:26px;
    margin-bottom:26px;
    padding:26px;
}

#topnav {
    z-index: 4000001;
    background-color:rgb(70,71,73);
    box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.2);
    height:60px;
}

.greybg{
    background-color:rgb(70,71,73);
}
.grey{
    color:rgb(70,71,73);
}

.goldbg{
    background-color:rgb(197,153,4);
}
.gold{
    color:rgb(197,153,4);
}

nav ul{
    display:flex;
    justify-content: space-around;
    align-items: center;
    height:100%;
}

nav li {
    flex-basis: auto;
    flex-grow: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    height: 100%;

}

nav li a {
    display: block;
    width: 100%;
    color:white;
    font-size:1rem;
}

nav li ul {
    display: none;
}

nav li:hover .dropdown-content {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    position: absolute;
    top: 40px;
    width: 300px;
    box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.5);
    background-color: white;
    min-height: 130px;
    padding-top: 26px;
}

.dropdown-content a,
.dropdown-content li {
    display: block;
    width: 100%;
}

#topnav:hover{
    
}

#homelogo2{
    background-color:rgba(255,255,255,1);
    margin-top:-60px;
    width:200px;
    height:50px;
    padding:13px;
    display:flex;
    text-align: center;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}

#homelogo{
    background-color:rgba(255,255,255,1);
    margin-top:-60px;
    width:200px;
    height:130px;
    padding:13px;
    display:flex;
    text-align: center;
    justify-content: flex-start;
    flex-direction: column;
    align-items: center;
    background-image:url(https://www.erfgoud.be/assets/images/logo.png);
    background-size:100%;
    background-repeat: no-repeat;
    background-position: center 90%;
}

#homelogo h3{
    font-weight:400;
}

#homelogo:after {
    content: " ";
    display:block;
    height:10px;
    border-bottom: 1px solid grey;
    width:70%;
}

.homeurl{
    min-width:18%;
    max-width:18%;
    margin:1%;
}

.clusterurl{
    min-width:43%;
    max-width:43%;
    margin:1%;
}

.homeurl figure{
    width:40%;
    margin:auto;
}

.homecard{
    height:200px;
    text-align:center;
    color:white;
    overflow:hidden;
    position:relative;
    transition: all 0.5s ease;
    cursor:pointer;
}



.clusterurl .homecard{
    height:300px;
}

.homecard h3{
    padding:10px;
    font-weight:300;
    display:flex;
    justify-content: center;
    align-items: center;
    height:13%;
    position:absolute;
    left:0;
    right:0;
    top:0;
    z-index:10000;
    background-color:rgb(197,153,4);
}

.homecard .backpic{
    height:87%;
    margin-top:13%;
    background-size:cover;
    background-position: center center;
    transition: all 0.5s ease;
    filter:sepia();
}


@-webkit-keyframes BGSCALE {
  from {background-size: 100%;}
  to {background-size: 130%;}
}

.homecard:hover{
    filter:grayscale() contrast();
    transform:scale(1.1);
    box-shadow:3px 3px 3px rgba(0,0,0,0.2);
}

.homecard .backpic:hover{
    transform: scale(1.4);
}

.pagetitle{
    height:110px;
}
.pagetitle h1{
    font-size:2rem;
    font-weight:100;
}

.connection{
    color:rgb(197,153,4);
    border-bottom:1px dotted rgb(197,153,4);
}

.easycontent {
    padding: 26px;
}

.easycontent p {
    line-height: 1.4em;
}

.solutions article {
    margin-bottom: 30px;
}

.order {
    min-width: 200px;
}

#reader button {
    outline: none;
    font-size: 1.1rem;
    width: 300px;
    cursor: pointer;
}

.cart-products-list {
    display: flex;
    flex-direction: column;
}

.cart-each-product,
.cart-total-amount {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 39px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
    padding: 7px;
}

.cart-each-product *,
.cart-total-amount * {
    padding-top: 13px;
    padding-bottom: 13px;
    padding-right: 26px;
}

.cart-each-product .name{
    flex-basis:30%;
}

.quantity {
    padding-right: 0px;
}

#CrowlShop {
    margin-bottom: 30px;
    padding: 20px;
    background-color: #706c5c;
    box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.3);
    color: white;
}

.bargold{
    border-bottom:1px solid rgb(197,153,4);
    padding-bottom:7px;
}


#question{
    width:60%;
}
#question, #qa, #advanced{
    font-size:1.2rem;
    padding:13px;
    outline:none;
}
#qa, #advanced{
    background-color: rgb(197,153,4) !important;
    border:0px;
    color:white;
    font-weight: 200;
    cursor:pointer;
}

#qa{
    cursor:pointer;
}

.CrowlModalBtnOK{
    background-color: rgb(197,153,4) !important;
}

select{
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    outline: none;
    margin-top:13px;
    padding:13px;
    font-size:1.1rem;
    border:1px solid rgb(197,153,4);
    max-width:200px;
}


@media (max-width:960px) {
    #showpage .text {
        background-color: rgba(0, 0, 0, 0.8) !important;
    }
    
    
    .homeurl{
        min-width:30%;
        max-width:30%;
        margin:1%;
    }
    
    .homeurl figure{
        width:20%;
        margin:auto;
    }
    
    .homecard{
        height:200px;
        text-align:center;
        color:white;
    }

    .banner {
        height: 60vh;
    }

    .ball span {
        font-size: 1.1em !important;
    }

    .B13 {
        width: 19vw;
        height: 19vw;
        flex-basis: 19vw;
    }

    .smallcontainer {
        width: 95vw;
    }

    .curtain p {
        display: none;
        transition: all 0.5s ease;
    }
    #advancedsearch{
        flex-wrap:wrap;
        padding:30px;
    }
    #advancedsearch select{
        width:100%;
    }
}



@media (max-width:600px) {
    #topnav{
       overflow:hidden;
        height:60px;
    }
    
    .clusterurl{
        min-width:100%;
        max-width:100%;
        margin:1%;
    }
    
    
    .topmobnav:hover{
        max-height:60vh;
        height:60vh !important;
        background-color:rgb(70,71,73);
        box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.2);
    }
    
    nav ul{
        display:flex;
        flex-direction: column;
        justify-content: flex-start;
        align-items:center;
        height:60px;
    }
    nav ul li{
        min-height:60px !important;
        display:flex !important;
        justify-content: center;
        align-items: center;
        width:100%;
    }
    
    .flexcontainer {
        width: 100vw;
    }
    .homeurl{
        min-width:100%;
        max-width:100%;
        margin:1%;
    }
    
    .homeurl figure{
        width:13%;
        margin:auto;
    }
    
    

    .homecard{
        height:310px;
        text-align:center;
        color:white;
    }
    
    .flex2cols {
        display: flex;
        min-height: 260px;
        justify-content: space-between;
        align-items: center;
        flex-direction: column;
    }

    .flex2cols .flextext,
    .flex2cols .flexfigure {
        width: 100%;
        flex-basis: 100%;
    }

    .slogan h1 {
        font-size: 1.7em;
        font-weight: 100 !important;
    }

    .wbr-on-wide {
        border-right: 0px !important;
        border-bottom: 1px solid white;
    }

    .are article {
        padding-top: 2vh;
        padding-bottom: 2vh;
    }

    .banner {
        height: 45vh;
    }

    .ontop h3 {
        font-weight: 400;
        font-size: 1.1em;
    }

    .ontop h1 {
        display: none;
    }

    .ball span {
        font-size: 0.8em !important;
    }

    .B13 {
        width: 22vw;
        height: 22vw;
        flex-basis: 22vw;
    }

    .curtain img {
        width: 33%;
        padding-top: 13px;
    }

    .xamplebanner h1 {
        font-size: 1.5em;
    }

    .answer h3 {
        font-size: 0.6em !important;
    }

    .answer a {
        border-radius: 1px;
        margin-top: 3px;
        padding: 3px;
        padding-left: 4px;
        padding-right: Rpx;
    }

    .goto,
    .goto2 {
        font-size: 0.8em !important;
    }

    .hide-on-small {
        display: none;
    }

    .goto {
        margin-right: 40px;
    }

    .goto2 {
        margin-left: 40px;
    }

    footer,
    #xpcontact {
        flex-direction: column;
        min-height: 130px;
        justify-content: space-around;
    }
    
    footer{
        
    }

    #xpcontact a {
        padding: 0;
        margin: 0;
    }

    .curtain p,
    .curtainspan {
        display: none;
    }

    footer {
        min-height: 300px;
    }

    .banner article {
        text-align: center;
    }

    .banner article h3 {
        font-size: 1.9rem;
    }

    .banner article h4 {
        font-size: 1.4rem;
    }
}

/*
.newsitem{
    box-shadow:3px 3px 3px rgba(0,0,0,0.4);
}

.newsitem .read, .newsitem .desc{
    margin:13px;
}
*/