

.content-container {
	max-width: 1260px;
    margin: 0 auto;
    width: 100%;
	padding-left: 15px;
	padding-right: 15px;
	padding-top:50px;
	padding-bottom: 50px;
}

.content-container h1 {
	color: #510c76;
	font-size:60px;
	line-height: 1.4em;
}

.content-container p {
	color: #3dae2b;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	padding-top:15px;
}







.btn-down {
    font-size: 13px;
    line-height: 15px;
    text-align: center;
    color: #ffffff;
    font-weight: 600;
    padding: 24px 5px 5px;
    width: 119px;
    height: 131px;
    display: inline;
    align-items: center;
    justify-content: center;
    background: url(/images/arrow-down-green.png) no-repeat; /* center/100% 100%; */
    font-family: aglet-slab, sans-serif;
}
.btn-down:hover {
    background: url(/images/arrow-down-purple.png) no-repeat; /* center/100% 100%; */
}

.btn-right {
    font-size: 13px;
    line-height: 17px;
    text-align: left;
    color: #ffffff;
    font-weight: 600;
    padding: 0px 0px 0px 14px;
    width: 131px;
    height: 124px;
    display: inline;
    align-items: center;
    justify-content: center;
    background: url(/images/arrow-right-green.png) no-repeat; /* center/100% 100%; */
    font-family: aglet-slab, sans-serif;
}
.btn-right:hover {
    background: url(/images/arrow-right-purple.png) no-repeat; /* center/100% 100%; */
}

.btn-right-dummy {
    font-size: 13px;
    line-height: 17px;
    text-align: left;
    color: #ffffff;
    font-weight: 600;
    padding: 24px 5px 5px;
    width: 131px;
    height: 124px;
    display: inline;
    padding-left:20px;
    align-items: center;
    justify-content: center;
/*    margin-top:20px; */
    margin-right:20px;
    margin-left:20px;
    background: url(/images/arrow-right-purple.png) no-repeat; /* center/100% 100%; */
    font-family: aglet-slab, sans-serif;
}

.btn-up {
    font-size: 13px;
    line-height: 15px;
    text-align: center;
    color: #ffffff;
    font-weight: 600;
    padding: 8px 5px 5px;
    width: 119px;
    height: 131px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: url(/images/arrow-up-green.png) no-repeat center/100% 100%;
    font-family: aglet-slab, sans-serif;
}
.btn-up:hover {
    background: url(/images/arrow-up-purple.png) no-repeat center/100% 100%;
}

.btn-left {
    font-size: 13px;
    line-height: 17px;
    text-align: center;
    color: #ffffff;
    font-weight: 600;
    padding: 0px 20px 0px;
    width: 131px;
    height: 124px;
   /* display: inline-flex;*/
    align-items: center;
    justify-content: right;
    text-align:right;
    background: url(/images/arrow-left-purple.png) no-repeat; /* center/100% 100%; */
    font-family: aglet-slab, sans-serif;
}
.btn-left:hover {
    background: url(/images/arrow-left-green.png) no-repeat; /* center/100% 100%; */
}

.btn-right-small {
    font-size: 13px;
    line-height: 17px;
    text-align: left;
    color: #ffffff;
    font-weight: 600;
    padding: 26px 5px 5px;
    width: 76px;
    height: 70px;
    
    padding-left:10px;
    align-items: center;
    justify-content: center;
    outline:none;
    background: url(/images/arrow-right-small-green.png) no-repeat; /* center/100% 100%; */
    font-family: aglet-slab, sans-serif;
}
.btn-right-small:hover {
    background: url(/images/arrow-right-small-purple.png) no-repeat; /* center/100% 100%; */
}

.space-top-20 {
	margin-top:20px;
}
.space-top-50 {
	margin-top:50px;
}
.space-top-100 {
	margin-top:100px;
}
.space-top-200 {
	margin-top:200px;
}
.space-right-20 {

	margin-right:20px;
}
.space-down-20 {
	margin-bottom:20px;
}
.space-left-20 {

	margin-left:20px;
}

#onder {

	display:none;
}
.purple {
	color: #510c76;
}
.h1-purple {
/*	padding-top:50px; */
	color: #510c76;
    line-height:1.2em;
/*    padding-top:30px;
    padding-bottom:20px; */
}
.h1-green {
/*	padding-top:50px; */
	color: #3dae2b;
}
.fullwidth {
    width:100%;
    display:block;
    float:none;
}
.centered {

    text-align:center;
}

.space-bottom-50 {

padding-bottom: 50px;
}

.btn-aanmelden {
	margin-right:20px;
/*	margin-top:20px; */
}

.btn-inloggen {
	margin-left:30px;
	margin-right:40px;
}
.form-input-text {
	border-radius: 4px 4px 4px 4px;
	border:2px solid #3dae2b;
	height:40px;
	padding:6px;
	width:240px;
	margin-bottom: 20px;
}

.form-input-checkbox {
	width:22px;
	height:22px;
}



.alert-colored.alert-danger {
    background-color: #ea553d;
}
.alert-colored {
    color: #fff !important;
}
.alert-danger {
    color: #67a8e4;
    background-color: #d3e6f7;
}
.alert {
    position: relative;
    border: 0;
}
.alert-danger {
    color: #721c24;
    background-color: #f8d7da;
    border-color: #f5c6cb;
}
.alert-colored.alert-success {
    background-color: #4ac18e;
}
.alert-success {
    color: #4ac18e;
    background-color: #e2f5ed;
}
.alert {
    position: relative;
    border: 0;
}
.alert-success {
    color: #155724;
    background-color: #d4edda;
    border-color: #c3e6cb;
}
.alert-info {
    color: #05345d;
    background-color: #c0dce7;
    border: 1px solid  #05345d;
}
.alert {
    position: relative;
    padding: 0.75rem 1.25rem;
   /* margin-bottom: 1rem; */
    border: 1px solid transparent;
    border-radius: 0.25rem;
    margin-top:30px;
    width:100%;
}



.col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9 {
    padding-left: 10px;
    padding-right: 10px;
}
.col-form-label {
    padding-top: calc(0.375rem + 1px);
    padding-bottom: calc(0.375rem + 1px);
    margin-bottom: 0;
    font-size: inherit;
    line-height: 1.5;
	width:150px;
}
@media (min-width: 576px) {
.col-sm-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
}
}
@media (min-width: 576px) {
.col-sm-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
}
}
.col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-auto, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-auto, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-auto, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-auto, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-auto {
    position: relative;
   /* width: 100%; */
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}
label {
    font-weight: 500;
    font-family: "Roboto",sans-serif;
    font-size: 14px !important;
}
label {
    display: inline-block;
    margin-bottom: 0.5rem

}

.label-fixed-col1 {
    width:220px;
    float:left;
    padding-top:8px;
}
.label-fixed-col2 {
    width:100%;
    float:left;
}

.label-fixed-col2a {
    min-width:90%;
    width:900px;
    float:left;
    display:block;
}
.label-fixed-col2-textarea {
    width:100%;
    display:block;
    float:left;
    background-color:#f00;
}


p { 
    line-height:1.8em;

}

.btn-edit {
    background-color:#3dae2b;
    color:#fff;
    border-radius:4px;
    border:1px solid #FFF;
}

.btn-edit:hover {
    color:#3dae2b;
    background-color:#fff;
    border-radius:4px;
    border:1px solid #3dae2b;
}

.filepond--image-preview-overlay-success {
    mix-blend-mode: normal;
    color: #3dae2b;
}

select {
    border: 1px solid #3dae2b;
    height: 34px;
    margin-bottom: 15px;
    width: 225px;
    border-radius: 10px;
    font-size:16px;
    -webkit-border-radius: 0;
    box-shadow: -1px -1px 6px rgb(0 0 0 / 20%) inset;
}
select::before {
    position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
    background-color:#fff;
}

textarea {
    border: 1px solid #3dae2b;
    padding:8px;
    height: 220px;
    margin-bottom: 15px;
    width: 100%;
    border-radius: 10px;
    -webkit-border-radius: 0; 
    box-shadow: -1px -1px 6px rgb(0 0 0 / 20%) inset;
    font-size:16px;
}

.li-paragraaf {
    line-height: 1.8em;
}
.ul-paragraaf {
    list-style-position: outside;
    margin-left:20px;
}
.prijs2 {
    color: #510c76;
    font-size:16px;
    float:right;
    font-weight:600px;
    color: #8c806e;
}


.newObject-panel .form {
/*    max-width: 44%;
    width:260px;*/
    padding-right: 40px;
} 


.newObject-panel .map {
    /*
    max-width: 900px;
    width: 100%;
    */
    max-width: 1500px;
    width: 1500px;
    height: 430px;
    margin-left: 30px;
}

.btn-zoeken {
	
	margin-right:40px;
}

.mapbutton {
    background-color: #3dae2b;
    color: #FFF;
    padding:5px 5px 5px 5px;
    /*float:right; */
    border-radius: 5px;
    text-decoration:none;
    font-size:12px;
    font-weight:600;
}
.mapbutton:hover {
    background-color: #510c76;
}

.mapbutton_verwijderen {
    background-color: #ea553d;
    color: #FFF;
    padding:5px 5px 5px 5px;
    /*float:right; */
    border-radius: 5px;
    text-decoration:none;
    font-size:12px;
    font-weight:600;
}
.mapbutton_verwijderen:hover {
    background-color: #510c76;
}

.mapbutton2 {
    background-color: #3dae2b;
    color: #FFF;
    padding:15px 15px 15px 15px;
    /*float:right; */
    border-radius: 5px;
    text-decoration:none;
    font-size:16px;
    font-weight:600;
}
.mapbutton2:hover {
    background-color: #510c76;
}

.bannerruimte {
    border-radius:30px 30px 30px 30px;
    /*
    width:284px;
    max-width:284px;
    height:250px;
*/
    margin-top:20px;
    margin-bottom:20px;

    display: block;
    width:284px;
    max-width:284px;
    height: auto;
}


.kenmerken {
    display:table;
}
.kenmerken-rij {
    display:table-row;
}
.kenmerken-col1 {
    width:142px;
    border-bottom:1px solid #ddd;
    padding-top:10px;
    padding-bottom:10px;
    padding-right:30px;
    float:left;
    display:table-column;
}

.kenmerken-col2 {
    width:300px;
    
    padding-top:10px;
    padding-bottom:10px;
    padding-left:30px;
    float:left;
    display:table-column;
}

.makelaar-tabel {
    display:table;
}
.makelaar-rij {
    display:table-row;
}
.makelaar-col1 {
    width:300px;
    padding-top:4px;
    padding-bottom:4px;
    padding-right:30px;
    float:left;
    display:table-column;
}

.hoofdfoto {
    height:700px;
}
.detailscherm-h2 {
    line-height: 46px;
}

.zoekscherm-h2 {
    margin-top:20px; 
    margin-bottom:60px;
}
.inloggen-h2 {
    margin-top:50px; 
    margin-bottom:50px;
}

.aangebodendoor {
    max-width: 119px;
    width: 119px;
    min-height: 130px;
    font-size: 8px;
    line-height: 20px;
    color: #3dae2b;  
    padding: 10px 15px;
    text-align: center;
    display: block;
    background: url(/images/arrow-down-white.png) no-repeat center/100% 100%;
}
.aangebodendoor img {
    margin:0 auto;
}
.aangebodendoor a {
    color: #3dae2b;
    text-decoration:none;
}

.lead {
    max-width: 119px;
    width: 119px;
    min-height: 130px;
    font-size: 8px;
    line-height: 20px;
    color: #1a3c6f;  
    padding: 10px 15px;
    text-align: center;
    display: block;
    background: url(/images/arrow-down-blauw2.png) no-repeat center/100% 100%;
    margin-left:30px;
}
.lead img {
    margin:0 auto;
}
.lead a {
    color: #1a3c6f;
    text-decoration:none;
}

.no-underline {
    text-decoration:none;
}


/* modal */

.blocker {
    position: fixed;
    top: 0; right: 0; bottom: 0; left: 0;
    width: 100%; height: 100%;
    overflow: auto;
    z-index: 100000;
    padding: 20px;
    box-sizing: border-box;
    background-color: rgb(0,0,0);
    background-color: rgba(0,0,0,0.75);
    text-align: center;
  }
  .blocker:before{
    content: "";
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    margin-right: -0.05em;
  }
  .blocker.behind {
    background-color: transparent;
  }
  .modal {
    display: none;
    vertical-align: middle;
    position: relative;
    margin:0 auto;
    z-index: 2;
    max-width: 500px;
    box-sizing: border-box;
    width: 90%;
    background: #fff;
    padding: 15px 30px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -o-border-radius: 8px;
    -ms-border-radius: 8px;
    border-radius: 8px;
    -webkit-box-shadow: 0 0 10px #000;
    -moz-box-shadow: 0 0 10px #000;
    -o-box-shadow: 0 0 10px #000;
    -ms-box-shadow: 0 0 10px #000;
    box-shadow: 0 0 10px #000;
    text-align: left;
  }
  
  .modal a.close-modal {
    position: absolute;
    top: -12.5px;
    right: -12.5px;
    display: block;
    width: 30px;
    height: 30px;
    text-indent: -9999px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADwAAAA8CAYAAAA6/NlyAAAAAXNSR0IArs4c6QAAA3hJREFUaAXlm8+K00Acx7MiCIJH/yw+gA9g25O49SL4AO3Bp1jw5NvktC+wF88qevK4BU97EmzxUBCEolK/n5gp3W6TTJPfpNPNF37MNsl85/vN/DaTmU6PknC4K+pniqeKJ3k8UnkvDxXJzzy+q/yaxxeVHxW/FNHjgRSeKt4rFoplzaAuHHDBGR2eS9G54reirsmienDCTRt7xwsp+KAoEmt9nLaGitZxrBbPFNaGfPloGw2t4JVamSt8xYW6Dg1oCYo3Yv+rCGViV160oMkcd8SYKnYV1Nb1aEOjCe6L5ZOiLfF120EjWhuBu3YIZt1NQmujnk5F4MgOpURzLfAwOBSTmzp3fpDxuI/pabxpqOoz2r2HLAb0GMbZKlNV5/Hg9XJypguryA7lPF5KMdTZQzHjqxNPhWhzIuAruOl1eNqKEx1tSh5rfbxdw7mOxCq4qS68ZTjKS1YVvilu559vWvFHhh4rZrdyZ69Vmpgdj8fJbDZLJpNJ0uv1cnr/gjrUhQMuI+ANjyuwftQ0bbL6Erp0mM/ny8Fg4M3LtdRxgMtKl3jwmIHVxYXChFy94/Rmpa/pTbNUhstKV+4Rr8lLQ9KlUvJKLyG8yvQ2s9SBy1Jb7jV5a0yapfF6apaZLjLLcWtd4sNrmJUMHyM+1xibTjH82Zh01TNlhsrOhdKTe00uAzZQmN6+KW+sDa/JD2PSVQ873m29yf+1Q9VDzfEYlHi1G5LKBBWZbtEsHbFwb1oYDwr1ZiF/2bnCSg1OBE/pfr9/bWx26UxJL3ONPISOLKUvQza0LZUxSKyjpdTGa/vDEr25rddbMM0Q3O6Lx3rqFvU+x6UrRKQY7tyrZecmD9FODy8uLizTmilwNj0kraNcAJhOp5aGVwsAGD5VmJBrWWbJSgWT9zrzWepQF47RaGSiKfeGx6Szi3gzmX/HHbihwBser4B9UJYpFBNX4R6vTn3VQnez0SymnrHQMsRYGTr1dSk34ljRqS/EMd2pLQ8YBp3a1PLfcqCpo8gtHkZFHKkTX6fs3MY0blKnth66rKCnU0VRGu37ONrQaA4eZDFtWAu2fXj9zjFkxTBOo8F7t926gTp/83Kyzzcy2kZD6xiqxTYnHLRFm3vHiRSwNSjkz3hoIzo8lCKWUlg/YtGs7tObunDAZfpDLbfEI15zsEIY3U/x/gHHc/G1zltnAgAAAABJRU5ErkJggg==');
  
  }
  
  .modal-spinner {
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    padding: 12px 16px;
    border-radius: 5px;
    background-color: #111;
    height: 20px;
  }
  
  .modal-spinner > div {
    border-radius: 100px;
    background-color: #fff;
    height: 20px;
    width: 2px;
    margin: 0 1px;
    display: inline-block;
  
    -webkit-animation: sk-stretchdelay 1.2s infinite ease-in-out;
    animation: sk-stretchdelay 1.2s infinite ease-in-out;
  }
  
  .modal-spinner .rect2 {
    -webkit-animation-delay: -1.1s;
    animation-delay: -1.1s;
  }
  
  .modal-spinner .rect3 {
    -webkit-animation-delay: -1.0s;
    animation-delay: -1.0s;
  }
  
  .modal-spinner .rect4 {
    -webkit-animation-delay: -0.9s;
    animation-delay: -0.9s;
  }
  
  @-webkit-keyframes sk-stretchdelay {
    0%, 40%, 100% { -webkit-transform: scaleY(0.5) }
    20% { -webkit-transform: scaleY(1.0) }
  }
  
  @keyframes sk-stretchdelay {
    0%, 40%, 100% {
      transform: scaleY(0.5);
      -webkit-transform: scaleY(0.5);
    }  20% {
      transform: scaleY(1.0);
      -webkit-transform: scaleY(1.0);
    }
  }

  /* Example 2 (login form) */
  .login_form.modal {
    border-radius: 0;
    line-height: 18px;
    padding: 0;
    font-family: "Lucida Grande", Verdana, sans-serif;
  }

  .login_form h3 {
    margin: 0;
    padding: 10px;
    color: #fff;
    font-size: 14px;
    background: -moz-linear-gradient(top, #2e5764, #1e3d47);
    background: -webkit-gradient(linear,left bottom,left top,color-stop(0, #1e3d47),color-stop(1, #2e5764));
  }

  .login_form.modal p { padding: 20px 30px; border-bottom: 1px solid #ddd; margin: 0;
    background: -webkit-gradient(linear,left bottom,left top,color-stop(0, #eee),color-stop(1, #fff));
    overflow: hidden;
  }
  .login_form.modal p:last-child { border: none; }
  .login_form.modal p label { float: left; font-weight: bold; color: #333; font-size: 13px; width: 110px; line-height: 22px; }
  .login_form.modal p input[type="text"],
  .login_form.modal p input[type="password"] {
    font: normal 12px/18px "Lucida Grande", Verdana;
    padding: 3px;
    border: 1px solid #ddd;
    width: 200px;
  }

  .part {
    display: none;
  }

  .modal p { margin: 1em 0; }
  .modal a.close-modal { border: none; }





/* end modal */


.projectitem {
    margin-bottom:50px;
}

.checkboxes input {

        vertical-align: bottom;
        height: 20px;
        width: 20px;
        padding-top: 15px;
        vertical-align: text-bottom;
        margin-top: 8px;
        margin-right: 4px;
}

.login-form {
    color: #3dae2b;
    font-size: 13px;
    line-height: 16px;
}

input:focus::placeholder {
    color: transparent;
}
input:focus::-webkit-input-placeholder { color:transparent; }
input:focus:-moz-placeholder { color:transparent; } /* FF 4-18 */
input:focus::-moz-placeholder { color:transparent; } /* FF 19+ */
input:focus:-ms-input-placeholder { color:transparent; } /* IE 10+ */



.makelaar-blok {
    line-height:1.4em;
    width:270px;
 /*   min-height:200px; */
  /*  height: auto; */
    display:block;
    float:left;
    padding:10px;
    margin:20px;
    margin:20px;
    border:1px solid #510c76;
    color: #8c806e;
    border-radius:10px;
    border-bottom:4px solid #3dae2b;
}
.makelaar-blok a {
    text-decoration:none;
    color:#8c806e;
}

.makelaar-lijn {
    float:left;
    width:270px;
    height:4px;
    display:block;
    
    margin-top:20px;
    margin-bottom:20px;
    margin-left:-10px;
    background-color:#3dae2b;
}

.modalbutton-l {
    background-color: #3dae2b;
    color: #FFF;
    padding: 12px 12px 12px 12px;
    float: right;
    border-radius: 10px;
    text-decoration: none;
    font-size: 14px;
    font-weight: 600;
    margin-top:10px;
    width:120px;
    float:left;
}
.modalbutton-l:hover {
    background-color: #510c76;
}

.modalbutton-r {
    background-color: #3dae2b;
    color: #FFF;
    padding: 12px 12px 12px 12px;
    float: right;
    border-radius: 10px;
    text-decoration: none;
    font-size: 14px;
    font-weight: 600;
    margin-top:10px;
    width:120px;
    float:right;
}
.modalbutton-r:hover {
    background-color: #510c76;
}

.modalbutton-c {
    background-color: #3dae2b;
    color: #FFF;
    padding: 12px 12px 12px 12px;
    border-radius: 10px;
    text-decoration: none;
    font-size: 14px;
    font-weight: 600;
    margin-top:10px;
    margin:0 auto;
    width:120px;
}
.modalbutton-c:hover {
    background-color: #510c76;
}

.label-fixed-modal1 {
    width:140px;
    float:left;
    padding-top:8px;
}
.label-fixed-modal2 {
    width:200px;
    float:left;
}

.text-danger {
    color: #ea553d;
}

.splitter {
    margin-left:10px; 
    margin-right: 10px;
    display:inline-flex;
}



/* menu */

.navigation {
			
    position: absolute;
  top: 20px;
  right: 40px;
  width: 60px;
  height: 60px;
  background: #fff;
  box-shadow: 0 25px 35px rgba(0, 0, 0, 0.1);
  display: flex;
  justify-content: space-between;

  overflow: hidden;



    display: flex;
    border-bottom: 3px solid #3dae2b;

    z-index:3000;
}
.navigation.active {
  width: 300px;
  height: 480px;

}
.navigation .userBx {
  position: relative;
  width: 1px;
  height: 60px;
  background: #fff;
  display: flex;
  align-items: center;
  overflow: hidden;

}
.navigation.active .userBx {
  width: 0px;
  transition-delay: 0s;
}
.navigation .userBx .username {
  white-space: nowrap;
  color: #555;
  font-size: 1.1em;
}
.navigation .userBx .imgBx {
  position: relative;
  min-width: 0px;
  height: 60px;
  overflow: hidden;
  background: #000;
  border-radius: 50%;
  border: 10px solid #fff;
}
.navigation .userBx .imgBx img {
  position: absolute;
  top: 0;
  left: 0;
  width: 0px;
  height: 100%;
  object-fit: cover;
}
.menu {
  position: absolute;
  width: 100%;
  height: 100%;
  margin-top: 60px;
  padding: 20px;
  border-top: 1px solid rgba(0, 0, 0, 0.1);

}
.menu li {
  list-style: none;
}
.menu li a {
  display: flex;
  align-items: center;
  gap: 30px;
  /* argin: 20px 0; */
  padding:7px;
  font-size: 1em;
  text-decoration: none;
  color: #555;
}
.menu li:hover {
  background-color:rgb(61, 174, 43);
    color:#FFF;
}
.menu li a ion-icon {
  font-size: 1.5em;
}
.menu li a:hover {
    color:#FFF;
}

.menubalk {
    background-color: rgb(61, 174, 43);
    color: rgb(61, 174, 43);
    height:2px;
    width:100%;
    display:block;
    margin-top:4px;
    margin-bottom:4px;
}
.navigation .menuToggle {
  position: relative;
  width: 60px;
  height: 60px;
  background: #fff;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
}
.navigation .menuToggle::before {
  content: "";
  position: absolute;
  width: 32px;
  height: 2px;
  background: #555;
  transform: translateY(-10px);
  box-shadow: 0 10px #555;
  transition: 0.5s;
}
.navigation .menuToggle::after {
  content: "";
  position: absolute;
  width: 32px;
  height: 2px;
  background: #555;
  transform: translateY(10px);
  transition: 0.5s;
}
.navigation.active .menuToggle::before {
  transform: translateY(0px) rotate(45deg);
  box-shadow: 0 0 #555;
}
.navigation.active .menuToggle::after {
  transform: translateY(0px) rotate(-45deg);
}

/* menu */


.col-1-img {
    padding-top:10px;
    padding-bottom:10px;

    margin-bottom:20px;
}

.col-1-img-space {
    height:148px;
    width:222px;
    display:block;
}

.groen {
    color: #3dae2b;
}

.naar_kvk {
    color: #510c76;
    text-decoration: none;
}

.box-80 {
    width:80px;
    height:60px;
    display:block;
    border:1px solid #ccc;
}

.box-222 {
    width:222px;
    height:148px;
    display:block;
    border:1px solid #ccc;
}

.left-part2 {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}

.row2 {
    flex-wrap: wrap;
    margin-left: -15px;
    margin-right: -15px;
}

.clearit {
    clear:both;
}









.cookie-disclaimer {
    background: #000000;
    color: #FFF;
    opacity: 0.85;
    width: 100%;
    bottom: 0;
    left: 0;
    z-index: 2000;
    height: 150px;
    position: fixed;
  }
  .cookie-disclaimer .container1 {
    text-align: center;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  
  .cookie-disclaimer .cookie-close{
    float: right;
    padding: 10px;
    cursor: pointer;
  }

  .cookiebutton {
    background-color: #3dae2b;
    color: #FFF;
    padding:5px 5px 5px 5px;
    margin:0 auto;
    margin-top:10px;
    border-radius: 5px;
    text-decoration:none;
    font-size:16px;
    font-weight:600;
    height:50px;
    width:150px;
}
.cookiebutton:hover {
    background-color: #510c76;
}


.param-col1 {
    text-align:left;
    width:150px;
    height:30px;
    display:block;
    float:left;
}
.param-col2 {
    float:left;
    display:block;
    width:200px;
    height:30px;

}

.zichtbaar {
    display:block;
}


#more {
    display: none;
}

#leesverder {
    width:150px;
    height:50px;
    color:#FFF;
    border:1px solid #3dae2b;
    border-radius:5px 5px 5px 5px;
    background-color:#3dae2b;
    margin-bottom:30px;
    font-weight: 600;
}

#leesverder:hover {
    width:150px;
    height:50px;
    color:#FFF;
    background-color:#7bc68c;
}

h5.modal-title {
    color: #3dae2b;
    font-size:14px;
    font-weight:800;
}




.pricetag {
    display:block; 
    font-size:30px;
    border-radius: 0 10px 10px 0;
    width:250px; 
    height:46px; 
    background-color: #510c76; 
    color:#fff; 
    font-weight:400;
    margin-left:0px;
    padding-left:8px;
    margin-top:500px;
    padding-top:5px;
    padding-bottom: 5px;
    position:relative;
}
.pricetag-nieuwbouw {
    width:330px; 
}

.saletag {
    display:block;  
    width:200px;
    height:20px;
    font-size:12px;
    margin-left:110px;
    padding-left:1px;
    margin-top:10px;
    position:relative;
    padding-top:3px;
    border-radius: 5px 5px 5px 5px;
    color:#fff; 
    font-weight:400;
}

.saletag-small {
    display:block;  
    width:200px;
    height:20px;
    font-size:12px;
    margin-left:10px;
    padding-left:1px;
    margin-top:10px;
    position:relative;
    padding-top:3px;
    border-radius: 5px 5px 5px 5px;
    color:#fff; 
    font-weight:400;
}

.textarea {
    width:568px;
}


.contact-knoppenbalk {
    width:50%;
    float:right;
    text-align:right;
}

.interesse-knoppenbalk {
    width:50%;
    float:right;
    text-align:right;
}

.inloggenknop {
    float:right;
}

.aanmelden-knoppen {
    width:270px; 
    float:right;
    text-align:right;
}

.subtekst {
    /* float:left; */
    height:30px;
 /*   display:inline-flex; */
    width:auto;
  /*  margin-left:5px; */
    padding-top:5px;

}

.mobiel-ja {
    display:none;
}
.mobiel-nee {
    display:block;
}

.right-part {
    max-width: 25%;
    width: 100%;
}


.titleboven2-logo-voorbeeld {
	max-width: 119px;
	width: 119px;
	min-height: 130px;
	font-size: 8px;
    line-height: 20px;
    color: #3dae2b;
     padding: 10px 15px;
	text-align:center;
	display:block;
	background: url(/images/arrow-down-white.png) no-repeat center/100% 100%;
}
.newObject-panel .titleboven2:hover {
	background: url(/images/arrow-down-white.png)no-repeat center/100% 100%;
}
.newObject-panel .titleboven2-logo {
	color:#3dae2b;
}
.newObject-panel .titleboven2-logo img {
	margin:0 auto;
}

.publishObject-panel > .img:hover {
    box-shadow: 3px 3px 3px 3px #DDD;
}


.sortable {
    padding: 0;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    padding:7px;
}
.sortable li {
              float: left;
              width: 230px;
              height: 226px;
      overflow:hidden;
      /* border:1px solid #3dae2b; */
              text-align: center;
        margin:7px;
        list-style: none;

        border: 2px solid #a3c29e;
    border-radius: 5px 5px 5px 5px;
}
li.sortable-placeholder {
              border: 1px dashed #CCC;
              border: 1px solid #3dae2b;
              background: none;
}


.mydropzone { 
    width:200px;
    height:100px;
    border:1px solid #0f0;
    

}



.dropzone.dz-started .dz-message {
    display: block !important;
}

.plaatjes {
    min-height:100px; 
    min-width:400px; 
    height:auto; 
    width:auto; 
    display:none;
   /* border: 1px solid #3dae2b; */
/*    
    border-radius: 10px;
    -webkit-border-radius: 10px;
    box-shadow: -1px -1px 6px rgb(0 0 0 / 20%) inset;
*/
}


.dropzone .dz-preview .dz-image {
    width: 250px;
    height: 250px;
    background-color: #510c76;
  }


.previewbutton {
    background-color: #3dae2b;
    color: #FFF;
    padding:5px 5px 5px 5px;
   /* margin-right:7px; */
    margin-top:2px;
    border-radius: 5px;
    text-decoration:none;
    font-size:12px;
    font-weight:600;
}
.previewbutton:hover {
    background-color: #510c76;
}  
.previewprogress {
    background-color:#E6E0E0;
    color: #FFF;
    
    height:3px;
    text-decoration:none;
    font-size:12px;
    
    width:226px;
    max-width:226px;
    


    height:70px;
    text-align:center;


     font-size: 12px;
    font-weight: 600;

    border-radius: 0px 0px 5px 5px;
}
.progress-text {
    font-size:12px; 
    color:#fff;
}

.dz-upload {
    background-color:#e03e3e;
  /*  float: left; */
    height: 40px;
    width:0px;
    max-width:100%;
    padding-top:10px;
}
.dz-remove {
    display:none;

}


.btn2 {
    font-size: 13px;
    line-height: 15px;
    text-align: center;
    color: #ffffff;
    font-weight: 600;
    padding: 16px 5px 5px;
    
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    background-color:#3dae2b;
    /* background: url(/images/login-btn.png)no-repeat center/100% 100%; */
}

.btn-red {

    height:40px;
}

.li-plaats {
    height:30px;
    color:#8c806e;
    font-size:14px;
    font-weight:normal;
    padding-left:4px;
    padding-top:10px;
}

#uitleg {
    text-decoration: underline;
}

#span_size {
    font-size:12px;
}

.mobieleknoppen {
    width:100%; 
    text-align:right;
}

.datum_spans {
    float:left;
    display:inline;
}

.postcodehuisnr {
    display:none;
}





#myList li { 
    display:none;
    width:100%;
   
    float:left;
    list-style-type: none;
}
#loadmore {
    width:186px;
    height:50px;
    color:#FFF;
    border:1px solid #3dae2b;
    border-radius:5px 5px 5px 5px;
    background-color:#3dae2b;
    margin:0 auto;
    margin-bottom:30px;
    font-weight: 600;
    padding-top: 13px;
    cursor:pointer;
    text-align:center;
    
}
#loadmore:hover {
    width:186px;
    height:50px;
    color:#FFF;
    background-color:#7bc68c;
}
#showless {
    width:186px;
    height:50px;
    color:#FFF;
    border:1px solid #3dae2b;
    border-radius:5px 5px 5px 5px;
    background-color:#3dae2b;
    margin-bottom:30px;
    font-weight: 600;
    padding-top: 13px;
    display:none;
}
#showless:hover {
    width:186px;
    height:50px;
    color:#FFF;
    background-color:#7bc68c;
}

.resultaat_item {
	max-width: 33.33%;
	width: 100%;
}


.email-small {
    font-size:12px;
    padding-bottom:2px;
}

.banner-panel {
    max-width: 320px;
    width: 100%;
    /* min-height: 318px; */
    height:250px;
    text-align: center;
    margin: 0 auto;
    padding: 30px 5px 30px 5px;
    position: relative;
    /* background: url(/images/askquestion-bg-bottom.png)no-repeat center/100% 100%; 
    background: url(/media/banners/banner_hypotheker_350x250.png) no-repeat center/100% 100%; */
    border-radius: 30px 30px 30px 30px;
    border:1px solid #cccccc;
    margin-bottom: 42px;
    display: flex;
    flex-wrap: wrap;
    align-items: top;
    justify-content: center;
}


#btnlist_item_banner {
    display:none;
}



@media only screen and (max-width: 1024px) {
    .newObject-panel .d-flex {

        display:inline-block;
    }

    .newObject-panel .form {
        padding-right:0px;
    }
    .newObject-panel .form .label {
        width:100%;
    }
    .label-fixed-col2 {
        width:100%;
    }
    
    .label-fixed-col1-zoek {
        width:160px;
        float:left;
        padding-top:4px;
    }
    .label-fixed-col2-zoek {
        width:100px;
        float:left;
    }

    .textarea {
        width:100%;
    }
    .al-ingeschreven {
        display:none;
    }
    .btn-aanmelden {
        display:none;
    }
    .inloggenknop {
        float:none;
    }
    #btn-inloggen {
        background-color:#3dae2b;
        height:40px;
        width:200px;
        margin-left:0px;
        margin-top:20px;
        border-radius: 5px 5px 5px 5px;

    }
    #btn-inloggen:hover {
        background:none;
        background-color:#84d178;
    }
    .aanmelden-knoppen {
        width:270px; 
        margin-left:10px;
        text-align:none;
        float:none;
    }
    .subtekst {
    /*    float:left; */
        height:30px;
        display:inline-flex;
 /*       width:100%;     */
        font-size:12px;   
        margin-top:-5px;
        margin-left:0px;
        padding-top:0px;
    }
    
    .navigation {
        position: fixed;
    }
    .smallclear {
        clear:both;
    }
    .disappear {
        display:none;
    }
    .mobiel-ja {
        display:block;
    }
    .mobiel-nee {
        display:none;
    }

    .right-part-upload {
        max-width: 100%;
        width: 100%;
    }
    
}


@media only screen and (max-width: 1023px)  {
    .header-top-left-text {
        display:none;
    }

    .header-logo {
        height:174px;
    }
    #header-part .header-logo {
        height:0px;
    }

    .postcodehuisnr {
        width:100%;
        float:left;
        display:block;
    }
}

@media only screen and (max-width:450px)  {

    .newObject-panel .form .label > div {
        width:100%;
    }
    .postcodehuisnr {
        width:100%;
        float:left;
        display:block;
    }
    .resultaat_item {
		max-width: 100%;
		width: 100%;
		
	}
}


@media only screen and (max-width: 360px)  {
    .mobieleknoppen {
        width:270px; 
        text-align:right;
        margin-left:-20px;
    }


    .newObject-panel .form .label > div {
        width:100%;
    }
	.resultaat_item {
		max-width: 100%;
		width: 100%;
		
	}
}


@media only screen and (max-width: 939px) {
    .header-top-left-text {
        display:none;
    }

    .header-logo {
        height:174px;
    }
    #header-part .header-logo {
        height:230px;
    }
    #header-part .header-logo a {
        max-width:1px;
        margin-left:0px;
    }

    .btnlist {
        padding-bottom:23px;
    }

    .kenmerken-col2 {
        width:150px;
    }

    #header-part .top-link {

        margin:0 auto;
        float:right;
        padding-left:10px;
    }
    .hoofdfoto {
        height:340px;
    }

    .newObject-panel .d-flex {

        display:inline-block;
    }

    .newObject-panel .form {
        padding-right:0px;
    }
    .newObject-panel .form .label {
        width:100%;
    }
    .label-fixed-col2 {
        width:100%;
        float:none;
    }

    .textarea {
        width:100%;
    }
    .al-ingeschreven {
        display:none;
    }
    .btn-aanmelden {
        display:none;
    }
    .inloggenknop {
        float:none;
    }
    #btn-inloggen {
        background-color:#3dae2b;
        height:40px;
        width:200px;
        margin-left:0px;
        margin-top:20px;
        border-radius: 5px 5px 5px 5px;

    }
    #btn-inloggen:hover {
        background:none;
        background-color:#84d178;
    }
    .aanmelden-knoppen {
        width:270px; 
        margin-left:-20px;
        text-align:none;
        float:right;
        padding-top: 50px;
    }
    .subtekst {
        /* float:left; */
        height:30px;
        display:inline-flex;
        /* width:100%;   */
        font-size:12px;  
        margin-top:-5px;    
        margin-left:0px;
        padding-top:0px;
    }
    
    .navigation {
        position: fixed;
    }
    .smallclear {
        clear:both;
    }
    .disappear {
        display:none;
    }
    .mobiel-ja {
        display:block;
    }
    .mobiel-nee {
        display:none;
    }
    .right-part-upload {
        max-width: 100%;
        width: 100%;
    }


    .pricetag {
        margin-top: 100px;
  /*      margin-left:-32px;
*/
    }

    .saletag {
        display:block;  
        
        margin-top:80px;
        margin-left:0px;
        padding-top:4px;
        
        border-radius: 0px 5px 5px 0px;
        
    }
    
}





@media only screen and (max-width: 740px) {

    .cookie-disclaimer {
        background: #000000;
        color: #FFF;
        opacity: 0.85;
        width: 100%;
        bottom: 0;
        left: 0;
        z-index: 2000;
        height: 230px;
        position: fixed;
    }


    #btnlist_item_1 {
        display:none;
    }
    #btnlist_item_4 {
        display:none;
    }
    #btnlist_item_banner {
        display:block;
    }

    .header-top-left-text {
        display:none;
    }

    .header-logo {
        height:174px;  
        height:200px;
    }

    #header-part .header-logo img {
        width:170px;
      
    }
    .btnlist {
        padding-bottom:23px;
    }
    .kenmerken-col2 {
        width:150px;
    }
    .inloggenknop {
        float:none;
    }
    #btn-inloggen {
        background-color:#3dae2b;
        height:40px;
        width:200px;
        margin-left:0px;
        margin-top:20px;
        border-radius: 5px 5px 5px 5px;
    }
    #btn-inloggen:hover {
        background:none;

        background-color:#84d178;
    }
    .aanmelden-knoppen {
        width:270px; 
        margin:0 auto;
    }
    .subtekst { 
      /*  float:left; */
        height:30px;
        display:inline-flex;
     /*   width:100%;    */   
        font-size:12px; 
        margin-top:-5px;
        margin-left:0px;
        padding-top:0px;
    }

    .navigation {
        position: fixed;
    }
    .smallclear {
        clear:both;
    }
    .disappear {
        display:none;
    }
    .mobiel-ja {
        display:block;
    }
    .mobiel-nee {
        display:none;
    }
    .right-part-upload {
        max-width: 100%;
        width: 100%;
    }

    .saletag {
        margin-left:0px;
    }
}


@media only screen and (max-width: 617px) {

    .plaatjes {
        min-width:200px;
    }

    .cookie-disclaimer {
        background: #000000;
        color: #FFF;
        opacity: 0.85;
        width: 100%;
        bottom: 0;
        left: 0;
        z-index: 2000;
        height: 230px;
        position: fixed;
    }

    #btnlist_item_1 {
        display:none;
    }
    #btnlist_item_4 {
        display:none;
    }
    #btnlist_item_banner {
        display:block;
    }

    .header-top-left-text {
        display:none;
    }

    .header-logo {
        height:174px;  height:200px;
    }

    #header-part .header-logo img {
        width:170px;
      
    }
    .btnlist {
        padding-bottom:23px;
    }
    .kenmerken-col2 {
        width:150px;
    }
    .inloggenknop {
        float:none;
    }
    #btn-inloggen {
        background-color:#3dae2b;
        height:40px;
        width:200px;
        margin-left:0px;
        margin-top:20px;
        border-radius: 5px 5px 5px 5px;
    }
    #btn-inloggen:hover {
        background:none;

        background-color:#84d178;
    }
    .aanmelden-knoppen {
        width:270px; 
        margin:0 auto;
    }
    .subtekst {
     /*   float:left; */
        height:30px;
        display:inline-flex;
/*        width:100%;       */
        font-size:12px; 
        margin-top:-5px;
        margin-left:0px;
        padding-top:0px;
    }

    .navigation {
        position: fixed;
    }
    .smallclear {
        clear:both;
    }
    .disappear {
        display:none;
    }
    .mobiel-ja {
        display:block;
    }
    .mobiel-nee {
        display:none;
    }
    .right-part-upload {
        max-width: 100%;
        width: 100%;
    }
    .saletag {
        margin-left:0px;
    }
    .newObject-panel .titleboven2 {
        display:none;
    } 
    .kenmerken-col2 {
        width:120px;
    }
    .aangebodendoor {
        margin:20px auto;
    }
    .resultaat_item {
		max-width: 100%;
		width: 100%;
		
	}
}

