        /*------------------
|                   |
|    General CSS    |
|                   |
-------------------*/

@import url(http://fonts.googleapis.com/css?family=Open+Sans:400,700,600,300);
body {
    font-family: 'Open Sans', Tahoma, Helvetica;
    font-size: 13px;
    color: #777;
    line-height: 1.5;
}
* {
    box-sizing: border-box;
}
[class*="col-"] {
    float: left;
    padding: 15px;
}
.row:after {
    content: "";
    clear: both;
    display: block;
}
.wrapper {
    width: 95%;
    max-width: 960px;
    margin: auto;
}
h1 {
    margin-top: 0;
    color: #FF0000;
    font-size: 1.2em;
}
h2 {
    color: #FF0000;
    font-size: 1em;
    font-weight: 800;
}
a {
    color: inherit;
}
.text ul {
    list-style-image: url('../images/Red-Checkmark-small.png');
}
input {
    width: 100%;
}
textarea {
    width: 100%;
}
input[type="submit"] {
    padding: 6px 10px;
    font-size: 11px;
    line-height: 0.5;
    font-weight: normal;
    color: #7c7c7c;
    background-color: #e6e6e6;
    background-repeat: repeat-x;
    background-image: -moz-linear-gradient(top, #f4f4f4, #e6e6e6);
    background-image: -ms-linear-gradient(top, #f4f4f4, #e6e6e6);
    background-image: -webkit-linear-gradient(top, #f4f4f4, #e6e6e6);
    background-image: -o-linear-gradient(top, #f4f4f4, #e6e6e6);
    background-image: linear-gradient(top, #f4f4f4, #e6e6e6);
    border: 1px solid #d2d2d2;
    border-radius: 3px;
    box-shadow: 0 1px 2px rgba(64, 64, 64, 0.1);
}
abbr {
    color: #FF0000;
}

/* Custom Tags */

strong>em,
b>i {
    font-style: normal;
    font-weight: normal;
    text-decoration: underline;
}
em>strong,
i>b {
    font-style: normal;
    font-weight: normal;
    color: #FF0000;
}
strong>strong,
b>b {
    font-style: normal;
    color: #FF0000;
}

/*------------------
|                   |
|   Heading & Nav   |
|                   |
-------------------*/

.logo {
    width:350px;
}
.lang-select {
    float: right;
    padding-left: 1em;
}
.lang-select a {
    text-decoration: none;
}
.lang-select a:hover {
    text-decoration: underline;
}
.lang-select img {
    width: 16px;
}

/* Navigation
-------------------------------------------------- */

.menu {
    padding: 0;
    float: left;
    width: 100%;
    border-top: 1px solid #ededed;
    border-bottom: 1px solid #ededed;
}
.menu a:hover {
    color: #FF0000;
}
.menu .active {
    color: #6a6a6a;
    font-weight: 800;
}
.submenu {
    top: 0;
    display: none;
    position: relative;
    z-index: 0;
}
.menu > li:hover .submenu {
    display: block;
}
.menu a {
    float: initial;
    text-decoration: none;
    text-transform: uppercase;
    padding: .35em 1em;
    border: 0;
}
.menu li {
    float: initial;
    list-style: none;
    position: relative;
}
.submenu a {
    margin-left: -3em;
    padding: .5em 1.5em;
    font-size: .85em;
    font-weight: 300;
    white-space: nowrap;
    color: black;
}
@media screen and (min-width: 600px) {
    .submenu {
        position: absolute;
        z-index: 1;
        display: none;
        top: 28px;
    }
    .menu a {
        display: block;
    }
    .menu li {
        float: left;
    }
    .submenu a {
        width: 16em;
        background: #ededed;
    }
    .fr a {
        width: 20em;
    }
    .submenu a:hover {
        color: #777;
        background: #e2e2e2;
    }
}

/* Sidebar
-------------------------------------------------- */

.offerte-img {
    width: 100%;
}

.offerte-box {
    display:block;
    width: 100%;
    border-bottom:5px solid #cc3727;
    border-radius: 3px;
    padding:10px 0 10px;
    background: #ed1f24;
    color:white;
    text-transform: uppercase;
    text-align: center;
    font-size:16px;
    font-weight: 800;
    text-decoration: none;
}

.offerte-box:hover {
    background: #E50107;
    
}
.offerte-box:active {
    margin-top: 5px;
    border-bottom: 0;
}

/*------------------
|                   |
|      Footer       |
|                   |
-------------------*/

footer {
    border-top: 1px solid #ededed;
}

/*------------------
|                   |
|  Content-classes  |
|                   |
-------------------*/

main {
    margin-top: -1em;
}
.text {
    border-right: 1px solid #ededed;
}
.welkom {
    margin: 0;
}
.welkom img {
    width: 25%!important;
}
.reset {
    margin: 0;
}
figure {
    display: inline;
    margin: 15px;
}
.right {
    float: right;
    text-align: right;
}
.left {
    float: left;
    text-align: left;
}
.text-right {
    text-align: right;
}
.vijftig {
    float: left;
    text-align: left;
}
hr {
    clear: both;
    border-top: 0;
    border-bottom: 1px solid #ededed;
}
.klanten {
    margin: 2.5%;
}
.klanten img {
    width: 20%;
    
}

/*------------------
|                   |
|   Media Queries   |
|                   |
-------------------*/

@media screen and (max-width: 768px) {
    
}

@media screen and (max-width: 599px) {
    .logo {
    width: 100%;
}
    .text {
    border-right: 0;
}
    .text-right {
    text-align: left;
}
    .offerte-img {
        
    }
    .text {
        border-bottom:1px solid #ededed;
    }
    .text img, .klanten img:not {
        width: 100%;
        height: auto;
    }
    
    .vijftig {
        max-width: 45%;
        margin: 2%;
    }
    .sidebar {
        border-left: 0;
        width:80%!important;
        margin-left:10%;
    }
}

/* For mobile phones: */
[class*="col-"] {
    width: 100%;
}
@media only screen and (min-width: 600px) {
    /* For tablets: */
    .col-m-1 {width: 8.33%;}
    .col-m-2 {width: 16.66%;}
    .col-m-3 {width: 25%;}
    .col-m-4 {width: 33.33%;}
    .col-m-5 {width: 41.66%;}
    .col-m-6 {width: 50%;}
    .col-m-7 {width: 58.33%;}
    .col-m-8 {width: 66.66%;}
    .col-m-9 {width: 75%;}
    .col-m-10 {width: 83.33%;}
    .col-m-11 {width: 91.66%;}
    .col-m-12 {width: 100%;}
}
@media only screen and (min-width: 768px) {
    /* For desktop: */
    .col-1 {width: 8.33%;}
    .col-2 {width: 16.66%;}
    .col-3 {width: 25%;}
    .col-4 {width: 33.33%;}
    .col-5 {width: 41.66%;}
    .col-6 {width: 50%;}
    .col-7 {width: 58.33%;}
    .col-8 {width: 66.66%;}
    .col-9 {width: 75%;}
    .col-10 {width: 83.33%;}
    .col-11 {width: 91.66%;}
    .col-12 {width: 100%;}
}
.uniform__potty {
	position: absolute;
	top: -9999px;
	left: -9999px;
}
