﻿/* roboto-100 - latin */
@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 100;
    src: url('../fonts/roboto-v20-latin-100.eot'); /* IE9 Compat Modes */
    src: local('Roboto Thin'), local('Roboto-Thin'), url('../fonts/roboto-v20-latin-100.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('../fonts/roboto-v20-latin-100.woff2') format('woff2'), /* Super Modern Browsers */
    url('../fonts/roboto-v20-latin-100.woff') format('woff'), /* Modern Browsers */
    url('../fonts/roboto-v20-latin-100.ttf') format('truetype'), /* Safari, Android, iOS */
    url('../fonts/roboto-v20-latin-100.svg#Roboto') format('svg'); /* Legacy iOS */
}
/* roboto-300 - latin */
@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 300;
    src: url('../fonts/roboto-v20-latin-300.eot'); /* IE9 Compat Modes */
    src: local('Roboto Light'), local('Roboto-Light'), url('../fonts/roboto-v20-latin-300.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('../fonts/roboto-v20-latin-300.woff2') format('woff2'), /* Super Modern Browsers */
    url('../fonts/roboto-v20-latin-300.woff') format('woff'), /* Modern Browsers */
    url('../fonts/roboto-v20-latin-300.ttf') format('truetype'), /* Safari, Android, iOS */
    url('../fonts/roboto-v20-latin-300.svg#Roboto') format('svg'); /* Legacy iOS */
}
/* roboto-regular - latin */
@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/roboto-v20-latin-regular.eot'); /* IE9 Compat Modes */
    src: local('Roboto'), local('Roboto-Regular'), url('../fonts/roboto-v20-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('../fonts/roboto-v20-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
    url('../fonts/roboto-v20-latin-regular.woff') format('woff'), /* Modern Browsers */
    url('../fonts/roboto-v20-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
    url('../fonts/roboto-v20-latin-regular.svg#Roboto') format('svg'); /* Legacy iOS */
}
/* roboto-500 - latin */
@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 500;
    src: url('../fonts/roboto-v20-latin-500.eot'); /* IE9 Compat Modes */
    src: local('Roboto Medium'), local('Roboto-Medium'), url('../fonts/roboto-v20-latin-500.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('../fonts/roboto-v20-latin-500.woff2') format('woff2'), /* Super Modern Browsers */
    url('../fonts/roboto-v20-latin-500.woff') format('woff'), /* Modern Browsers */
    url('../fonts/roboto-v20-latin-500.ttf') format('truetype'), /* Safari, Android, iOS */
    url('../fonts/roboto-v20-latin-500.svg#Roboto') format('svg'); /* Legacy iOS */
}

body {
    font-family: 'Roboto' !important;
    padding-top: 50px;
    padding-bottom: 20px;
    height: 100%;
    text-rendering: optimizeLegibility !important;
    -webkit-font-smoothing: antialiased !important;
    -moz-osx-font-smoothing: grayscale !important;
    color: #333 !important;
}

* {
    box-sizing: border-box;
}


/* Container for flexboxes */
.row {
    display: flex;
    flex-wrap: wrap;
    margin-left: 0px !important;
    margin-right: 0px !important;
    width: 100% !important;
}

.contactform {
    flex: 100%;
}
/* Create 3 equal columns */
.column {
    flex: 33%;
    /*padding: 20px;*/
}

.column2 {
    flex: 50%;
    /*padding: 20px;*/
}

@media (min-width: 1800px) {
    /*.container {
        width: 1400px !important;
    }*/
    .column {
        flex: 25%;
    }
    .smallLayout {
        display: none !important;
    }
}
/* On screens that are 992px wide or less, go from four columns to two columns */
@media screen and (max-width: 3000px) {

    .smallLayout {
        display: none !important;
    }
}

/* On screens that are 992px wide or less, go from four columns to two columns */
@media screen and (max-width: 992px) {
    .column {
        flex: 50%;
    }
    .smallLayout {
        display: none !important;
    }
}

/* On screens that are 600px wide or less, make the columns stack on top of each other instead of next to each other */
@media screen and (max-width: 600px) {
    .row {
        flex-direction: column;
    }
    .column2-contactform {
        margin-bottom: -55px;
    }

    .smallLayout{
        display: none !important;
    }
}

@media screen and (max-width: 450px) {
    .row {
        flex-direction: column;
    }

    .column2-contactform {
        margin-bottom: -55px;
    }
    .largerlayout {
        display: none !important;
    }
    .smallLayout {
        display: block !important;
        background: linear-gradient(45deg,#ffc720 0%,#dcac24 100%) !important;
    }

    .topyellowbg{
        margin-top: 0px !important;
    }

    .md-padding {
        padding:0px !important;
    }
        /*

    .topMenuButton{
        width: 60%;
        height:auto !important;
    }

    .topmenu {
        margin-top: -133PX !important;
    }*/
    }

div.column a {
    text-decoration:none;
}


/* Set padding to keep content from hitting the edges */
.body-font {
    padding-top: 60px;
    /*width: 80%;*/
}
.body-content {
    padding-left: 15px;
    padding-right: 15px;
    width: 80%;
}

.contactFormLayout{

    /*width:80%;*/

}
/* Override the default bootstrap behavior where horizontal description lists 
   will truncate terms that are too long to fit in the left column 
*/
.dl-horizontal dt {
    white-space: normal;
}

/* Set width on the form input elements since they're 100% wide by default */
input,
select,
textarea {
    max-width: 280px;
}

.navbar-fixed-top, .navbar-fixed-bottom {
    height: 80px;
    overflow: hidden !important;
    position: fixed !important; /* Set the navbar to fixed position */
    top: 0 !important; /* Position the navbar at the top of the page */
    right: 0 !important;
    left: 0 !important;
    width: 100% !important;
    z-index: 9000 !important;
    height:130px;
}

.navbar-inverse {
    background: #3c3c3c;
    background-image: url("../img/concrete-texture.png"), -webkit-linear-gradient(top, #212121 0%, #222 100%) !important; /* W3C */
}



.main-content {
    margin-top: 70px;
}

.ng-scope {
    z-index: 2000;
}

.body-front {
    z-index: 2000;
}

.md-headline {
    font-size: medium !important;
}

.md-card.md-default-theme .md-card-image, md-card .md-card-image {
    /*max-width: 65px;*/
    
    width: 100%;
    height: auto;

}

.md-card-back {
    width: 100%;
    height: inherit;
}
float-right{
    float:right;
}

md-card md-card-title {
    padding-top: 5px !important;
    padding-right: 16px !important;
    padding-bottom: 5px !important;
    padding-left: 16px !important;
}
.closeButtonX {
    padding: 0 !important;
    margin: 0 !important;
    background: linear-gradient(45deg,#ffc720 0%,#dcac24 100%) !important;
    border:5px dotted black;
}
md-card md-card-title md-card-title-text {
    /*float: left !important;
    position: absolute !important;
    text-align: center !important; 
    color: white;*/
    /*margin-left: 10px;*/
}

.ContentBox .md-subhead{
    font-weight:300;
}

.ContentBox:hover {
    box-shadow: 0 0 20px #433d34;
    /*color: whitesmoke !important;*/
}

    .ContentBox:hover > .ContentBoxTop {
        background: linear-gradient(45deg,#ffc720 0%,#dcac24 100%) !important;
    }

.ContentBoxTop{
    width:100%;
    height:5px;
}

    .ContentBox:hover .md-subhead {
        background-color: rgba(201, 76, 76, 0.0) !important;
        /*color: whitesmoke !important;*/
    }

.drop-box {
    background: #F8F8F8;
    border: 5px dashed #DDD;
    width: 600px;
    height: 350px;
    text-align: center;
    padding-top: 25px;
    display: inline-block;
    margin-top: 1em;
    margin-left: auto;
    margin-right: auto;
}

.dragover {
    border: 5px dashed #46B9EA;
}

.title {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
}

.logo-container {
    /*left: 50%;*/
    overflow: hidden !important;
    position: fixed !important; /* Set the navbar to fixed position */
    top: 0 !important; /* Position the navbar at the top of the page */
    /*right: 0 !important;
    left: 0 !important;
    width: 100% !important;*/
    z-index: 9010 !important;
}

.logo {
    max-height: 90px;
    margin-top: 10PX;
    margin-bottom: 15px;
    position: relative;
    /*left: -50%;*/
    z-index: 9999;
    animation: mymove 3s ease-out forwards;
    animation-iteration-count: 1;
    /* Safari and Chrome */
    -webkit-animation: mymove 3s;
    -webkit-animation-iteration-count: 1;
}

@keyframes mymove {
    from {
        top: -150px;
        opacity: 0;
    }

    to {
        top: 0px;
        opacity: 1
    }
}

@-webkit-keyframes mymove /* Safari and Chrome */
{
    from {
        top: -150px;
        opacity: 0;
    }

    to {
        top: 0px;
        opacity: 1;
    }
}

.bar_under_logo {
    width: 100%;
    margin-top: 30PX !important;
    HEIGHT: 30PX;
    background-image: url("../img/top-under-logo-bar2.png");
    background-repeat: repeat-x;
    overflow: hidden !important;
    position: fixed !important; /* Set the navbar to fixed position */
    z-index: 9998;
}

    .bar_under_logo > div {
        color: white;
        margin-left: 10px;
        margin-top: 5PX;
        font-weight: 300;
        position: relative;
        /*left: -50%;*/
        z-index: 9999;
        vertical-align: middle;
    }

/*.spin-in-logo {
    opacity: 1;
    animation-name: spin;
    animation-iteration-count: 1;
    animation-timing-function: ease-in;
    animation-duration: 2s;
    z-index: 999;
}

.fade-in-logo {
    opacity: 1;
    animation-name: fadeInOpacity;
    animation-iteration-count: 1;
    animation-timing-function: ease-in;
    animation-duration: 2s;
    z-index: 999;
}*/

/*@keyframes fadeInOpacity {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}*/

/* Shine */
.Shiney {
    /*position: relative;*/
}

    .Shiney::before {
        position: absolute;
        top: 0;
        left: -75%;
        z-index: 2;
        display: block;
        content: '';
        width: 50%;
        height: 100%;
        background: -webkit-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,.3) 100%);
        background: linear-gradient(to right, rgba(255,255,255,0) 0%, rgba(255,255,255,.3) 100%);
        -webkit-transform: skewX(-25deg);
        transform: skewX(-25deg);
    }

    .Shiney:hover::before {
        -webkit-animation: shine .75s;
        animation: shine .75s;
    }

@-webkit-keyframes shine {
    100% {
        left: 125%;
    }
}

@keyframes shine {
    100% {
        left: 125%;
    }
}

.content-top {
    width: 100%;
    min-height: 600px;
    background-image: url("../img/bg-top.png");
    background-repeat: no-repeat;
    background-size: 100% 100%;
    padding: 0 0 0 0 !important;
    margin: 0 0 0 0 !important;
}
.img-trans-black {
    position: relative;
}

    .img-trans-black:after {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0);
        transition: background 1s ease;
    }

    .img-trans-black:hover:after {
        background: rgba(0, 0, 0, 0.3);
    }

.topyellowbg {
    background: linear-gradient(45deg,#ffc720 0%,#dcac24 100%) !important;
    z-index: 9999;
    margin-left: -16px !important;
    margin-top: -16px;
    margin-right: -16px;
    margin-bottom: 16px;
    padding-left:30px;
    padding-right:30px;
    padding-bottom:40px;
    padding-top:10px;
}

.topMenuButton {
    height: 100px;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    float: right;
    padding-left: 5px;
    margin-left: 1px !important;

    
  
}


md-input-container.md-icon-left {
    margin-top: 5px;
}

.fullWidth{
    width:100%;
}

.topmenu {
    width: 100%;
    margin-top: -105PX;
    overflow: hidden !important;
    position: fixed !important; /* Set the navbar to fixed position */
    z-index: 9998;
}

    .topmenu > div {
       
        margin-left: 10px;
        margin-top: 5PX;
        font-weight: 300;
        position: relative;
        /*left: -50%;*/
        z-index: 9999;
        vertical-align: middle;
    }

.contactgegevens td {
    padding: 10PX;
}

md-input-container {
    margin-right: 20px !important;
    margin-left: 20px !important;
    width:100%;
}

#toaster {
    width: 100% !important;
    -webkit-transform: translate(0,0) scale(1,1);
    transform: translate(0,0) scale(1,1);
    z-index: 10200 !important;
    top: 0 !important;
    padding: 30px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.footer-center{
    text-align:center;
    font-size: 10px;
    font-weight: 300;
}

.smallLayout {
    text-align: center;
}

    .smallLayoutButton {
        background: linear-gradient(45deg,#ffc720 0%,#dcac24 100%) !important;
        
    }