/* Add here all your css styles (customizations) */
.reg-page {
    color: #555;
    padding: 16px;
	border-radius: 5px;
    background: #fff;
    border: solid 1px #c1c0c0;
    box-shadow: 0 0 3px #eee;
	/* width: 80%; */
	margin: 0px auto;

}

.reg-page p {
	font-size: 18px; 
	line-height: 32px;
}

/*!
 * bootstrap-fileinput v4.3.7
 * http://plugins.krajee.com/file-input
 *
 * Author: Kartik Visweswaran
 * Copyright: 2014 - 2017, Kartik Visweswaran, Krajee.com
 *
 * Licensed under the BSD 3-Clause
 * https://github.com/kartik-v/bootstrap-fileinput/blob/master/LICENSE.md
 */

h1, h2, h3, h4, h5 {
    font-family: 'Sansation';
}

h1 {
    font-size: 52px;
	color: #808080;
}

h2 {
    font-size: 32px;
	font-weight: 500;
	line-height: 40px;
	color: #808080;
}

h3 {
    font-size: 24px;
	font-weight: 500;
	line-height: 32px;
	color: #343434;
}

h4 {
    font-size: 24px;
}

h5 {
	font-weight:500;
 	color:#808080;
 	font-size:18px;
}

p {
 	box-sizing: border-box;
	color: #808080;
	font-family: 'Sansation';
	/* font-size: 18px; */
	/* line-height: 32px; */
	font-weight: 300;
	/* background: #FFFFFF; */
}

a {
 	color: #007cc1;
	/* background: #FFFFFF; */
	font-family: Sansation;
	line-height: 32px;
	font-weight: lighter;
	decoration: underline;
}


.c-link {
    color: #808080;
    cursor: pointer;
    display: inline-block;
    text-decoration: none;
	font-family: 'Sansation';
	font-size: 16px;
}

.alert {
 	box-sizing: border-box;
	font-family: 'Sansation';
	font-size: 16px;
	line-height: 32px;
	font-weight: 400;
	border: 1px solid #e3e3e3;
}


body, button, input, optgroup, select, textarea, form {
    font-family: 'Sansation', sans-serif;
}

.form-block {
    padding: 10px 40px;
    background: #fff;
}

.footer__bottom p {
	font-size: 14px;
}

i {
	/* color: #ff9300; */
}
.file-loading {
    top: 0;
    right: 0;
    width: 25px;
    height: 25px;
    font-size: 999px;
    text-align: right;
    color: #fff;
    background: transparent url('../img/loading.gif') top left no-repeat;
    border: none;
}

.file-object {
    margin: 0 0 -5px 0;
    padding: 0;
}

.btn-file {
    position: relative;
    overflow: hidden;
}

.btn-file input[type=file] {
    position: absolute;
    top: 0;
    right: 0;
    min-width: 100%;
    min-height: 100%;
    text-align: right;
    opacity: 0;
    background: none repeat scroll 0 0 transparent;
    cursor: inherit;
    display: block;
}

.file-caption-name {
    display: inline-block;
    overflow: hidden;
    height: 20px;
    word-break: break-all;
}

.input-group-lg .file-caption-name {
    height: 25px;
}

.file-zoom-dialog {
    text-align: left;
}

.file-error-message {
    color: #a94442;
    background-color: #f2dede;
    margin: 5px;
    border: 1px solid #ebccd1;
    border-radius: 4px;
    padding: 15px;
}

.file-error-message pre, .file-error-message ul {
    margin: 0;
    text-align: left;
}

.file-error-message pre {
    margin: 5px 0;
}

.file-caption-disabled {
    background-color: #EEEEEE;
    cursor: not-allowed;
    opacity: 1;
}

.file-preview {
    border-radius: 5px;
    border: 1px solid #ddd;
    padding: 5px;
    width: 100%;
    margin-bottom: 5px;
}

.file-preview-frame {
    position: relative;
    display: table;
    margin: 8px;
    height: 160px;
    border: 1px solid #ddd;
    box-shadow: 1px 1px 5px 0 #a2958a;
    padding: 6px;
    float: left;
    text-align: center;
    vertical-align: middle;
}

.file-preview-frame:not(.file-preview-error):hover {
    box-shadow: 3px 3px 5px 0 #333;
}

.file-preview-image {
    vertical-align: middle;
    image-orientation: from-image;
}

.file-preview-text {
    display: block;
    color: #428bca;
    border: 1px solid #ddd;
    font-family: 'Source Sans Pro', sans-serif;
    outline: none;
    padding: 8px;
    resize: none;
}

.file-preview-html {
    border: 1px solid #ddd;
    padding: 8px;
    overflow: auto;
}

.file-zoom-dialog .file-preview-text {
    font-size: 1.2em;
}

.file-preview-other {
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    text-align: center;
    vertical-align: middle;
    padding: 10px;
}

.file-preview-other:hover {
    opacity: 0.8;
}

.file-actions, .file-other-error {
    text-align: left;
}

.file-other-icon {
    font-size: 4.8em;
}

/* noinspection CssOverwrittenProperties */
.file-zoom-dialog .file-other-icon {
    font-size: 8em;
    font-size: 55vmin;
}

.file-input-new .file-preview, .file-input-new .close, .file-input-new .glyphicon-file,
.file-input-new .fileinput-remove-button, .file-input-new .fileinput-upload-button,
.file-input-ajax-new .fileinput-remove-button, .file-input-ajax-new .fileinput-upload-button {
    display: none;
}

.file-caption-main {
    width: 100%;
}

.file-input-ajax-new .no-browse .input-group-btn,
.file-input-new .no-browse .input-group-btn {
    display: none;
}

.file-input-ajax-new .no-browse .form-control,
.file-input-new .no-browse .form-control {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}

.file-thumb-loading {
    background: transparent url('../img/loading.gif') no-repeat scroll center center content-box !important;
}

.file-actions {
    margin-top: 15px;
}

.file-footer-buttons {
    float: right;
}

.file-upload-indicator {
    display: inline;
    cursor: default;
    opacity: 0.8;
    width: 60%;
}

.file-upload-indicator:hover {
    font-weight: bold;
    opacity: 1;
}

.file-footer-caption {
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 160px;
    text-align: center;
    padding-top: 4px;
    font-size: 11px;
    color: #777;
    margin: 5px auto;
}

.file-preview-error {
    opacity: 0.65;
    box-shadow: none;
}

.file-preview-frame:not(.file-preview-error) .file-footer-caption:hover {
    color: #000;
}

.file-drop-zone {
    border: 1px dashed #aaa;
    border-radius: 4px;
    height: 100%;
    text-align: center;
    vertical-align: middle;
    margin: 12px 15px 12px 12px;
    padding: 5px;
}

.file-drop-zone-title {
    color: #aaa;
    font-size: 1.6em;
    padding: 85px 10px;
    cursor: default;
}

.file-preview .clickable,
.clickable .file-drop-zone-title {
    cursor: pointer;
}

.file-drop-zone.clickable:hover {
    border: 2px dashed #999;
}

.file-drop-zone.clickable:focus {
    border: 2px solid #5acde2;
}

.file-drop-zone .file-preview-thumbnails {
    cursor: default;
}

.file-highlighted {
    border: 2px dashed #999 !important;
    background-color: #f0f0f0;
}

.file-uploading {
    background: url('../img/loading-sm.gif') no-repeat center bottom 10px;
    opacity: 0.65;
}

.file-thumb-progress {
    height: 10px;
}

.file-thumb-progress .progress, .file-thumb-progress .progress-bar {
    height: 10px;
    font-size: 9px;
    line-height: 10px;
}

.file-thumbnail-footer {
    position: relative;
}

.file-thumb-progress {
    position: absolute;
    top: 35px;
    left: 0;
    right: 0;
}

.file-zoom-fullscreen.modal {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

.file-zoom-fullscreen .modal-dialog {
    position: fixed;
    margin: 0;
    width: 100%;
    height: 100%;
    padding: 0;
}

.file-zoom-fullscreen .modal-content {
    border-radius: 0;
    box-shadow: none;
}

.file-zoom-fullscreen .modal-body {
    overflow-y: auto;
}

.file-zoom-dialog .modal-body {
    position: relative !important;
}

.file-zoom-dialog .btn-navigate {
    position: absolute;
    padding: 0;
    margin: 0;
    background: transparent;
    text-decoration: none;
    outline: none;
    opacity: 0.7;
    top: 45%;
    font-size: 4em;
    color: #1c94c4;
}

.file-zoom-dialog .floating-buttons {
    position: absolute;
    top: 5px;
    right: 10px;
}

.floating-buttons, .floating-buttons .btn {
    z-index: 3000;
}

.file-zoom-dialog .kv-zoom-actions .btn,
.floating-buttons .btn {
    margin-left: 3px;
}

.file-zoom-dialog .btn-navigate:not([disabled]):hover,
.file-zoom-dialog .btn-navigate:not([disabled]):focus {
    outline: none;
    box-shadow: none;
    opacity: 0.5;
}

.file-zoom-dialog .btn-navigate[disabled] {
    opacity: 0.3;
}

.file-zoom-dialog .btn-prev {
    left: 1px;
}

.file-zoom-dialog .btn-next {
    right: 1px;
}

.file-drag-handle {
    display: inline;
    margin-right: 2px;
    font-size: 16px;
    opacity: 0.6;
    cursor: not-allowed;
}

.file-sortable .file-drag-handle {
    cursor: move;
    cursor: -webkit-grabbing;
    opacity: 1;
}

.file-sortable .file-drag-handle:hover {
    opacity: 0.7;
}

.file-zoom-content {
    height: 480px;
    text-align: center;
}

.file-preview-initial.sortable-chosen {
    background-color: #d9edf7;
}

.file-preview-frame.sortable-ghost {
    background-color: #eee;
}

/* IE 10 fix */
.btn-file ::-ms-browse {
    width: 100%;
    height: 100%;
}


/* Data tables */


.page-tables .dataTable{
	margin-bottom: 20px;
}

.page-tables .dataTables_length{
	margin-top:5px;
	margin-bottom:5px;
	font-size:12px;
	font-weight:normal;
}

.page-tables .dataTables_length select{
	border-radius: 3px;
	border:1px solid #ddd;
	padding:3px;
}

.page-tables .dataTables_filter{
	margin-top:5px;
	margin-bottom:5px;
	font-size:12px;
	font-weight:normal;
}

.page-tables .dataTables_filter input{
	border-radius:3px;
	border:1px solid #ddd;
	padding:3px;
	line-height:16px;
}

.page-tables .dataTable{
	border:1px solid #ddd !important;
}

table.dataTable thead .sorting {
  background: url("../img/data-tables/sort_both.png") no-repeat center right;
}

table.dataTable thead .sorting_asc {
  background: url("../img/data-tables/sort_asc.png") no-repeat center right;
}

table.dataTable thead .sorting_desc {
  background: url("../img/data-tables/sort_desc.png") no-repeat center right;
}

table.dataTable thead .sorting_asc_disabled {
  background: url("../img/data-tables/sort_asc_disabled.png") no-repeat center right;
}

table.dataTable thead .sorting_desc_disabled {
  background: url("../images/sort_desc_disabled.png") no-repeat center right;
}

.page-tables table.dataTable thead th{
	padding:7px 10px;
	font-weight:bold;
	border-bottom:0px !important;
}

.page-tables table.dataTable tfoot th{
	border-top:1px solid #ddd !important;
	padding:7px 10px;
	font-weight:bold;
	background:#fff !important;
}

.page-tables table.dataTable td{
	background:#fcfcfc !important;
	border-top:1px solid #ddd !important;
	display:table-cell;
}

.page-tables .dataTables_info{
	margin-bottom:20px;
}

.page-tables .dataTables_paginate{
	margin-bottom:20px;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.current, .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
  color: #333333 !important;
  background-color: #f8f8f8 !important;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.disabled, .dataTables_wrapper .dataTables_paginate .paginate_button.disabled:hover, .dataTables_wrapper .dataTables_paginate .paginate_button.disabled:active {
	cursor: pointer;
}

.dataTables_wrapper .dataTables_paginate .paginate_button:hover {
  color: #333 !important;
  background-color: #f8f8f8 !important;
}

.dataTables_wrapper .dataTables_paginate .paginate_button:active {
  outline: none;
  background-color: #f8f8f8 !important;
}

.paging_full_numbers {
	height: 22px;
	line-height: 22px;
}

.page-tables .dataTables_paginate a{
	background:#fff !important;
	border:1px solid #ddd !important;
	border-radius:2px !important;
	margin-right:2px !important;
	padding: 1px 10px !important;
	color: #aaa;
}

.panel-heading .fa {
	margin-top: 6px;
}

/* navigatie */

.list-new {
    list-style: none;
    padding: 0;
	background: #D45500;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
	border-bottom-left-radius: 4px;
	border-bottom-right-radius: 4px;

}

.li, li, td {
    font-weight: 300;
/*    display: block; */
    padding: 10px 0px;
    margin-bottom: -1px;
}

.fa-check {
	margin-left: -8px;
}

.list-new_item {
    list-style: none;
    margin-left: 0;
	position: relative;
	display: block;
	padding: 10px 15px;
	margin-bottom: -1px;
}

.list-send_item {
    list-style: none;
    margin-left: 0;
	position: relative;
	display: block;
	padding: 10px 15px;
	margin-bottom: -1px;
	background: #008000;
	color: #ffffff;
}

.send_link {
    color: #FFF;
    font-size: 16px;

}
.footer_link {
    color: #fff;
    font-size: 16px;

}

.navi_link {
    color: #fff;
    font-size: 16px;
	font-weight: 400;
	display: inline-block;
	width: 190px;
}

.link {
    cursor: pointer;
    display: inline-block;
    font-weight: 400;
    text-decoration: none;
}

.link:hover {
    color: #000;
	text-decoration: none;
}


.accordion__heading {
	font-family: 'Sansation';
	font-size: 22px;
	font-weight: 500;
	color:#808080;
	line-height: 29.7px;
    cursor: pointer;
    height: auto;
    padding-right: 20px;
}

.accordion__heading-button {
    position: relative;
    right: 0;
    top: 1.125rem;
}

.message-title {
	font-family: 'Sansation';
	font-size: 14px;
	line-height: 20px;
	font-weight: 500;
    margin-top: 0;
    margin-bottom: 0;
    color: #343434;
}
.button-new--indicator {
    background: transparent;
    border: .0625rem solid #3578c6;
    border-radius: .3125rem;
    height: 1.875rem;
    padding: 0;
    -webkit-transition: all .15s ease-in-out;
    transition: all .15s ease-in-out;
    width: 1.875rem;
}

.accordion__panel {
    border-bottom: #bebebe;
        border-bottom-width: medium;
        border-bottom-style: none;
    border-bottom-style: solid;
    border-width: .0625rem;
    cursor: pointer;
    list-style: none;
    margin-left: 0;
    padding-bottom: 1.5625rem;
    padding-top: 1.5625rem;
    position: relative;
}


.navigation_messages {
	color: #333;
	background-color: #f1f1f1;
	border-color: #ddd;
	padding: 5px 0px;
	box-shadow: 0 1px 1px rgba(0,0,0,.05);
	margin-bottom: 15px;
	height: 40px;
}

.navigation_messages i {
	color: #999;
}

.popover{
       border:none;
       border-radius:unset;
       min-width:300px;
       width:100%;
       max-width:500px;
}



/* TEXTCOLORS */

.kvk-purple {
	color: rgb(170,65,140);
}
.kvk-petrol {
	color: rgb(0,82,110);
}
.kvk-orange-weinig-contrast {
	color: rgb(255,147,0);
}
.turquoise {
	color: rgb(56,128,153);
}
.blue {
	color: rgb(0,124,193);
}
.gray-80 {
	color: rgb(52,52,52);
}
.gray-50 {
	color: rgb(117,117,117);
}
.gray-30-weinig-contrast {
	color: rgb(190,190,190);
}
.gray-10-weinig-contrast {
	color: rgb(239,239,239);
}

/* FOOTER */
.footer {
   	/* background: #efefef; */ 
	border-top: 2px solid #ECECEC;
	margin-top: 24px !important;
}

.footer .row {
    margin-left: -12px;
    margin-right: -12px;
}

.footer_social-bar {
    padding: 24px 0;
	display: flex;
	align-items: center;
	justify-content: flex-end;
}

.footer .sociallogo {
    height: 32px;
    padding: 0px 0px 0px 0px;
}

.u-margin-right {
    margin-right: .5rem !important;
	display: inline-block !important;
}

.footer__socials {
    padding: 1.5rem 0;
}

.footer__bottom {
    padding-top: 20px;
    text-align: center;
}


.footer .list-new {
    list-style: none;
    padding: 0;

}

.footer ul {
    list-style-type: none;
    margin: 4px -10px 0 0;
    padding: 0;
    overflow: hidden;
	background-color: transparant;
	float: right;
}

.footer li {
    float: left;
	color: #808080;
	line-height: 24px;
	font-size: 16px;
	font-weight: 300;
	padding: 1px;
}

.footer hr {
    border-top: 1px solid  #BEBEBE;
	margin: 4px 0 0 0;
}


.footer__bottom {
	padding: 4px 0 0 0;
	display: flex;
	justify-content: flex-end;
    text-align: left;
}

.footer__hr {
    margin: 0px;
}


.footer__bottom-link {
    margin-left: 1.25rem;
    text-decoration: none;
}

.footer .bpdelivery-link {
	font-size: 11px;
	margin-left: -15px;
	color: #848484;
	text-align: center;
}


/* SOCIAL */

.footer .footer_social-bar ul li {
    float: left;
	list-style: none;

}

.footer .footer_social-bar ul li a {
    display: block;
}
.footer .footer_social-bar a {
    color:  #aa418c !important;
	background-color: transparant;
	margin-top: 4px;
}

.footer .footer_social-bar ul li a i {
    /* font-size: 32px; */
    text-align: center;
    line-height: 32px;
    display: block;
    -webkit-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}

.footer .footer-row {
	background: linear-gradient(to right,#AA418C, #FF9300);
	height: 8px;
}

.header .header-row {
	background: linear-gradient(to right,#AA418C, #FF9300);
	height: 8px;
}


.card-body {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 1.25rem;
}
.card {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid #757575;
    border-radius: 4px;
	margin-bottom: 12px;
}

.card-title {
    color: #343434;
	font-family: 'Sansation Bold', sans-serif;
	font-size: 32px;
	line-height: 40px;
	font-weight: 300;
}

.card-text {
    color: #757575;
	font-family: 'Sansation', arial;
	font-size: 16px;
	line-height: 24px;
	font-weight: 300;
}

.card-label {
    color: #343434;
	font-family: 'Sansation', arial;
	font-size: 18px;
	font-weight: 400;
}

.card-footer {
	/* background-color: #EFEFEF; */
	padding: 0px;
}


.card-linktext {
    color: #343434;
	font-family: 'Sansation';
	font-size: 14px;
	font-weight: 400;
	padding: 10px;
}


.card-event {

    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid #757575;
    border-radius: 4px;
    margin-bottom: 12px;

}

.card-event-img img {
	padding: 0px;
	width:100%;
	border-radius: 4px;
	margin: 15px
	
}


.panel-default > .panel-heading {
    height: auto;

}

.panel-default > .panel-heading {
    color: #333;
    background-color: #ffffff;
    /* border-color: #AA418C; */
}

.maincontent ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
	background-color: transparant;
}

.maincontent li {

	color: #808080;
	line-height: 24px;
	font-size: 16px;
	font-weight: bold;
	padding: 1px;
}



.navbar-default {
    /* background-color: #263853; */
	background-color: #D45500;
    border-color: #D45500;
}

.navbar-default .navbar-nav > li > a {
    color: #fff;
}
.nav > li > a {
    position: relative;
    display: block;
    padding: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
}

.navbar-default .navbar-nav > li > a:hover {
	color: #dedede;
}


.navbar-nav {
    margin: 7.5px 0px;
}

.navbar-default .navbar-toggle {
    border-color: #fff;
}

.navbar-default .navbar-toggle .icon-bar {
    background-color: #fff;
}

.navbar-default .navbar-collapse, .navbar-default .navbar-form {
    border-color: #263853;
}

.small, small {
    font-size: 65%;
}

.match-button {
	margin: 0px 10px 10px 0px;
}

.sky-form .button {
    background: #D45500;
	color: #ffffff;
}


.kvk-well {
    min-height: 20px;
    padding: 19px;
    margin-bottom: 0px;
    background-color: #fff;
    border: 1px solid #e3e3e3;
    border-radius: 4px;
	font-weight: 400;	
	font-size: 13px;
	background: #f9f9f9;
	color: #666;
}

/* HEADER */


/* LOGO */
.header .logo {
    min-height: 50px;
    float: left;
    width: 132px;
    display: block;
    vertical-align: middle;
    box-sizing: border-box;
    position: relative;
    z-index: 1;
}
.ibp-text {
    /* position: relative; */
	font-family: 'Sansation', sans-serif;
	font-size: 32px;
	font-weight: 300;
	color: #808080;
	display: block;
    float: right;
	margin: 15px -15px 0 0;
	box-sizing: border-box;
}

.topbar .managercountry
{
	margin-top: 4px;
	font-family: 'Sansation';
	font-size: 13px;
	font-weight: 500;
	display: block;
	float: left;
}

.header .logo .logo-link img {
    display: block;
    float: left;
    width: 94px;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    z-index: 1;
	margin: 8px 0 0 -10px;
}

.card img {
    background: url('') center center no-repeat;
 	background-size: auto auto;
    height: 220px;
    width: 100%;
    border: 0px solid #eee;
    margin: 20px;
    padding: 0px;
}

.card .top-right {
	font-family: 'Sansation';
    position: absolute;
    top: 12px;
    right: 16px;
	font-size: 24px;
	font-weight: 600;
	//background-color: rgba(240, 240, 240, .7); 
	display: table;
	padding: 4px;
}
.card a {
	color: #808080;
}

/* GRID */

@media screen and (max-width: 481px) and (min-width: 320px) {

.card-event-img img {
	padding: 10px;
	width:100%;
	border-radius: 4px;
	margin: 0px
	
}
	

body {
    font-size: 12px;
}
.header {
    height: 100px;
}
.container {
	padding-right: 16px;
    padding-left: 16px;

}
.site-header_title {
    font-size: 22px;
    font-weight: 600;
    line-height: 23px;
}

h1 {
    font-size: 30px;
	color: #808080;
}

h2 {
    font-size: 26px;
	color: #808080;
}

h3 {
    font-size: 24px;
}

h4 {
    font-size: 24px;
}

h5 {
    font-size: 18px;
}

.footer ul {
    float: left;
}
.footer li {
    color: #808080;
    line-height: 24px;
    font-size: 12px;
    font-weight: bold;
    padding: 1px;
}

.footer__bottom {
	display: block;
}


.feedback_header {
    background: #efefef;
    position: relative;
    height: 28px;
    font-family: 'Sansation';
    font-size: 12px;
    line-height: 24px;
    font-weight: normal;
}

.header .logo img {
    margin: 0;
    /* height: 100px; */
    /* margin: -26px 0 0 -40px; */
    /* position: relative; */
    height: auto;
    width: 280px;
}

.header .logo {
    float: left;
    width: 100%;
    display: block;
    vertical-align: middle;
    box-sizing: border-box;
    position: relative;
    z-index: 1;
}
.ibp-text {
    /* position: relative; */
	font-family: 'Sansation', sans-serif;
	font-size: 18px;
	font-weight: 400;
	color: #808080;
	display: block;
    float: left;
	margin: -36px 0 0 -10px;
	box-sizing: border-box;
}
.header .logo .logo-link img {
    display: block;
    float: left;
    width: 140px;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    /* position: absolute; */
    z-index: 1;
	margin: -25px 0 0 -20px;
}

.content {
    padding-top: 0px;
    padding-bottom: 20px;
}

}

@media (min-width: 641px) {

.container {
    width: 100%;
}


.#808080 {
    /* position: relative; */
	font-family: 'Sansation', sans-serif;
	font-size: 26px;
	font-weight: 400;
	color: #808080;
	display: block;
    /* float: left; */
	/* margin: -54px 0 0 0px; */
	box-sizing: border-box;
}

}

@media (min-width: 721px) {

.container {
    width: 768px;
	padding-right: 36px;
    padding-left: 36px;

}

.card-event-img img {
	padding: 10px;
	width:100%;
	border-radius: 4px;
	margin: 0px
	
}
	

}


@media(min-width: 961px) {


	.card-event-img img {
	padding: 0px;
	width:100%;
	border-radius: 4px;
	margin: 15px
	
}
	
.h_container 
{
    position: relative;
	min-height: 100vh;
	max-width: 100%;
	margin: 0 auto;
	overflow: hidden;
	box-shadow: 0 2px 4px 0 rgba(0,0,0,.1);
}
	
.container 
{
    width: 960px;
	padding: 0 12px;
}

.ibp-text {
    /* position: relative; */
	font-family: 'Sansation', sans-serif;
	font-size: 28px;
	font-weight: 300;
	color: #808080;
	display: block;
    float: right;
	margin: 15px -15px 0 0;
	box-sizing: border-box;
}

}

/* English tab */
.engtab {

    background-color: #AA418C;
	padding-left: 8px;
	padding-right: 8px;
	text-transform: uppercase;
	padding-bottom: 8px;
	
}
.header .topbar ul.loginbar > li.engtab > a {

	color: #fff;

}

#loader {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 1;
  width: 150px;
  height: 150px;
  margin: -75px 0 0 -75px;
  border: 16px solid #f3f3f3;
  border-radius: 50%;
  border-top: 16px solid #808080;
  width: 120px;
  height: 120px;
  -webkit-animation: spin 2s linear infinite;
  animation: spin 2s linear infinite;
background-color: #AA418C;
	
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

.arrow-toggle .fa-chevron-up,
    .arrow-toggle.collapsed .fa-chevron-down {
        display: inline-block;
}

.arrow-toggle.collapsed .fa-chevron-up,
    .arrow-toggle .fa-chevron-down {
        display: none;
}

/* SECTOR NAVIGATIE */
.bignavi-group {
    margin-bottom: 12px;
}

.bignavi {
    margin-bottom: 10px;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 1px rgba(0,0,0,.05);
    box-shadow: 0 1px 1px rgba(0,0,0,.05);
	padding: 5px 15px;
}


.bignavi:hover, .bignavi:hover a {
    background-color: #fbfbfb;
	text-decoration: none;
}


.accordion_bignavi {
    border-bottom: #bebebe;
        border-bottom-style: none;
        border-bottom-width: medium;
    border-bottom-width: medium;
    border-bottom-style: none;
    border-bottom-style: solid;
    border-width: .0625rem;
    cursor: pointer;
    list-style: none;
    margin-left: 0;
    padding-bottom: 1.5625rem;
    padding-top: 1.5625rem;
	position: relative;
}

.bignavi_heading {
    font-family: 'Sansation';
    font-size: 22px;
    font-weight: 500;
    color: #808080;
    line-height: 29.7px;
    cursor: pointer;
    height: auto;

}



input.invalid, textarea.invalid{
	border: 2px solid red;
}
	
input.valid, textarea.valid{
	border: 2px solid green;
}

/* ===========
  Language bar
 =============*/

 /* Dropdown Button */
.lang_dropbtn {
  background-color: #d45500;
  color: #fff;
font-size: 13px;
line-height: 16px;
font-weight: 400;
border: none;
padding: 8px;
text-transform: uppercase;
	font-family: 'Sansation';
	margin-top:-4px;
}

/* The container <div> - needed to position the dropdown content */
.lang_dropdown {
  position: relative;
  display: inline-block;
  float:none;
}

/* Dropdown Content (Hidden by Default) */
.lang_dropdown-content {
  display: none;
  position: absolute;
  background-color: #fff;
  min-width: 160px;
  box-shadow: 0px 8px 12px 0px rgba(0,0,0,0.2);
  z-index: 1;
}

/* Links inside the dropdown */
.lang_dropdown-content a {
  color: black;
  padding: 4px 6px;
  text-decoration: none;
  display: block;
  font-family: 'Sansation';
	font-size: 15px;
}

/* Change color of dropdown links on hover */
.lang_dropdown-content a:hover {background-color: #eee;}

/* Show the dropdown menu on hover */
.lang_dropdown:hover .lang_dropdown-content {display: block;}

/* Change the background color of the dropdown button when the dropdown content is shown */
.lang_dropdown:hover .lang_dropbtn {background-color: #D45500;} 




