@import url('https://fonts.googleapis.com/css?family=Roboto:300,400,500,700,900');
@import url('https://fonts.googleapis.com/css?family=Carter+One');



    /*
    -------------------------------
    CUSTOM CSS PROBEERSEL
    -------------------------------
    */
    /*
    -------------------------------
    GENERAL
    -------------------------------
    */
    
    * {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }
    


/*
-------------------------------
CUSTOM CSS DENNISZETWERKOPINTERNET.NL
-------------------------------
*/
body {
    font-family:"Roboto", sans-serif;
    font-weight:500;
    position:relative;
    /*background: linear-gradient(159deg, #d60b52, #e7332a);
background-size: 400% 400%;

-webkit-animation: AnimationName 3s ease infinite;
-moz-animation: AnimationName 3s ease infinite;
animation: AnimationName 3s ease infinite;
}
@-webkit-keyframes AnimationName {
    0%{background-position:9% 0%}
    50%{background-position:92% 100%}
    100%{background-position:9% 0%}
}
@-moz-keyframes AnimationName {
    0%{background-position:9% 0%}
    50%{background-position:92% 100%}
    100%{background-position:9% 0%}
}
@keyframes AnimationName { 
    0%{background-position:9% 0%}
    50%{background-position:92% 100%}
    100%{background-position:9% 0%} */
    border: 0px solid #e7332a;
    background-image: url(/file/bg3.png);
}
body:after {
    content:"";
    width:100%;
    height:100vh;
    border:15px solid #e7332a;
    display:inline-block;
    position:fixed;
    top:0;
    
}
.stage {
    background-color:transparent;
}
/*body:after {
    content:"";
    background-image: url("../file/hoofdhoverklein.png");
    background-size:contain;
    background-color:transparent;
    background-repeat:no-repeat no-repeat;
    border:0;
    width:200px;
    height:300px;
    position:absolute;
    bottom:50px;
    z-index:-1;
    margin:0 auto;
    left:0;
    right:0;
}*/

/*
-------------------------------
TYPOGRAFIE
-------------------------------
*/
h1, h2, h3, h4, h5 {
    color: #e7332a;
    font-family:"Carter One", sans-serif;
    word-break: break-word;
}
p {
    color:#e7332a;
    font-size:17px;
    font-weight: 400;
    margin-bottom:20px;
}
hr {
    border-top: 1px dashed#e7332a;
    margin-top: 6px;
    margin-bottom: 5px;
}
a {
    color:#e7332a;
    font-weight:700;
}
a:hover {
    text-decoration:line-through;
    color:#e7332a;
}
/*
-------------------------------
LCATIONS
-------------------------------
*/
.loc-m-1 {
    padding-top:10px;
    max-width:1100px;
    margin:0 auto;
}
/*
-------------------------------
HEADER
-------------------------------
*/
.loc-h-1 img {
    display:inline-block !important;
}
/*
-------------------------------
BUTTON HOOFD
-------------------------------
*/
.btn.hoofd {
    background-image:url("../file/hoofdklein.png");
    background-size:contain;
    background-color:transparent;
    background-repeat:no-repeat no-repeat;
    border:0;
    width:200px;
    height:300px;
}
.btn.hoofd:hover {
    background-image:url("../file/hoofdhoverklein.png");
    background-size:contain;
    background-color:transparent;
    background-repeat:no-repeat no-repeat;
    border:0;
    width:200px;
    height:300px;
}

/*
-------------------------------
GRID IMAGELIST
-------------------------------
*/
.entity-imagelist.entity-imagelist-grid {
    margin-bottom:20px;
}
.entity-imagelist.entity-imagelist-grid img {
    -webkit-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.125);
    -moz-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.125);
    box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.125);
    background-color:#fff;
}
.entity-imagelist.entity-imagelist-grid img:before {
    content:" ";
    width:10px;
    height:10px;
    background-color:red;
    position:absolute;
    top:10px;
}
/*
-------------------------------
footer
-------------------------------
*/
footer {
    background-color:#e7332a;
    color:#fff;
}
footer p,
footer h1,
footer h2,
footer h3,
footer h4,
footer a {
    color:#fff;
}
footer a:hover {
    color:#fff;
}
.loc-f-1 {
    padding-top:30px;
    margin-top: 200px;
    padding-bottom:20px;
}