/*mobiel*/

/*alle schermen groter dan mobiel*/
@media (min-width: 270px) {
    .Recenteopzoekingen_div
    {
        padding-bottom: 40px;
    }
.footerflex
{
    
}
    ul
{
    list-style-type:none;
    transform: translateX(-1em);
}
.home-a-footer
{
    color: ghostwhite;
    text-decoration: none;
}

.footer-cleversoft-logo
{
    height: 150px;
    margin-top: 0px !important;
    cursor: default!important;
}
.footer-facebook-logo
{
    margin-top: 10%;
}
.flex
{
    padding-left: 10%;
    padding-right: 10%;
    justify-content: space-around;
    align-items: center;
    z-index: 99;
}
.center
{
    text-align: center;
    padding: 5px;
    transition: all 0.5s;
}
.center:hover
{
    border: 1px solid white;
}
ul > li
{
    margin-top: 3px;
}
.button-footer
{
    padding: 15px;;
    background-color: white;
    border: 1px solid white;
    border-radius: 50px;
    transition: all 0.5s;
    text-decoration: none;
    color: black;
}
.button-footer:hover
{
    text-decoration: underline;
    opacity: 0.5;
    
}
.flex > *
{
    margin-top: 20px;
    cursor: pointer;
}
.adres-footer
{
    cursor: text !important;
} 
.navigatie-footer > li
{
    transition: all 0.5s;
    text-decoration: none;
}
.navigatie-footer > li:hover
{
    opacity: 0.3;
    text-decoration: underline;
}
.flex
{
    background-color: #282424;
    display: flex;
    flex-wrap: wrap;
}
.footer-div
{
    transition: transform 0.5s ease-out;
}
.arrow-footer
{
    padding: 4.77px;
    font-size: 30px;
    color: white;
    text-align: center;
    background-color: #282424;
    position: relative;
    margin-left: 40%;
    margin-right: 40%;
}
.footer-div
{
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
}
html, body
{
    overflow:hidden;
}
.center > a 
{
    text-decoration: none;
}
.bron-footer
{
    padding: 15px;;
    background-color: white;
    border: 1px solid white;
    border-radius: 50px;
    transition: all 0.5s;
    text-decoration: none;
    color: black;
    text-align: center;
    font-size: 10.5px;
}

    .menulogo{
        margin-top: 12px;
    }
    .autocomplete {
  position: relative;
  /*display: inline-block;*/
}


.autocomplete-items {
  position: absolute;
  
  border-bottom: none;
  border-top: none;
  z-index: 99;
  /*position the autocomplete items to be the same width as the container:*/
  top: 100%;
  left: 0;
  right: 0;
}

.autocomplete-items div {
  padding: 10px;
  cursor: pointer;
  background-color: #fff; 
  border-bottom: 1px solid #d4d4d4; 
}

/*when hovering an item:*/
.autocomplete-items div:hover {
  background-color: #e9e9e9; 
}

/*when navigating through the items using the arrow keys:*/
.autocomplete-active {
  background-color: DodgerBlue !important; 
  color: #ffffff; 
    }
    .logo{
        display: none;
    }
    .verberggrotermobiel{
        display: none;
    }
    .toongrotermobiel{
        display: inherit;
    }
    p{
        text-align: center;
    }
    .verbergphablet{
        display: none;
    }
    .toonphablet{
        display: inherit;
    }
    .net_na_zoekbalk{
        box-shadow: 0 3px 3px rgba(0,0,0,.1);
    }
    .begin_{
        padding-bottom: 5px;
        box-shadow: 0 3px 3px rgba(0,0,0,.1);
    }
    .mainMenu{
        width: 100%;
        box-shadow: 0 3px 3px rgba(0,0,0,.1);
        padding-bottom: 15px;
    }
    #naamzoeken{
        background-color: white; 
        border: 0.5px solid gray;
        border-radius: 100px;
        outline: none;
        height: 35px;
        border-radius: 20px;
        width: 58%;
        text-align: 10px;
        font-size: 120%;
        font-family: monospace;
        text-align-last: 50px;
        margin-left: 7%;
        margin-right: 10%;
        }
    #naamzoeken2{
        background-color: white; 
        border: 0.5px solid gray;
        border-radius: 100px;
        outline: none;
        height: 40px;
        border-radius: 20px;
        width: 60%;
        text-align: 10px;
        font-size: 120%;
        font-family: monospace;
        text-align-last: 50px;
        margin-left: 50px;
        margin-right: 50px;
        margin-bottom: 20px;
        margin-top: 5px;
        }
    .logo{
        width: 50px;
        margin-left: 10px;
        margin-top: 5px;
    }
    .menulogo{
        width: 30px;
        margin-top: 12px;
    }
    .titel{
      font-size: 30px;
      font-family: Cambria, Georgia, serif ; 
      color: #0b1246;
    }
    .inleiding_div{
        margin-left: 15%;
        margin-right: 15%;
    
    }
    .inleiding{
        font-size: 20.5px;
        font-family: Perpetua, serif;
        text-align: center;
        
    }
    .Recenteopzoekingen{
    font-size: 28px;
        font-family: Cambria, Georgia, serif;
        text-align: center;
        color: #0b1246;
        }
    .Opsomming_span{
        text-align: center;
        font-family: Perpetua, serif;
        font-size: 18px;
    }
    
} 
/* Larger than phablet */ 
@media (min-width: 435px) {
    .autocomplete {
  position: relative;
  /*display: inline-block;*/
}


.autocomplete-items {
  position: absolute;
  
  border-bottom: none;
  border-top: none;
  z-index: 99;
  /*position the autocomplete items to be the same width as the container:*/
  top: 100%;
  left: 0;
  right: 0;
}

.autocomplete-items div {
  padding: 10px;
  cursor: pointer;
  background-color: #fff; 
  border-bottom: 1px solid #d4d4d4;
    margin-left: 32%;
    margin-right: 32%;
    font-family:  Cambria, Georgia, serif;
}

/*when hovering an item:*/
.autocomplete-items div:hover {
  background-color: #e9e9e9; 
}

/*when navigating through the items using the arrow keys:*/
.autocomplete-active {
  background-color: DodgerBlue !important; 
  color: #ffffff; 
    }
    .logo{
        display: inherit;
    }
    @keyframes draai {
        {transform: rotate(90deg);}
}
    p{
        text-align: center;
    }
    .verbergphablet{
        display: none;
    }
    .toonphablet{
        display: inherit;
    }
    .net_na_zoekbalk{
        box-shadow: 0 3px 3px rgba(0,0,0,.1);
    }
    .begin_{
        padding-bottom: 5px;
        box-shadow: 0 3px 3px rgba(0,0,0,.1);
    }
    .mainMenu{
        width: 100%;
        box-shadow: 0 3px 3px rgba(0,0,0,.1);
        padding-bottom: 15px;
    }
    #naamzoeken{
        background-color: white; 
        border: 0.5px solid gray;
        border-radius: 100px;
        outline: none;
        height: 35px;
        border-radius: 20px;
        width: 58%;
        text-align: 10px;
        font-size: 120%;
        font-family: monospace;
        text-align-last: 50px;
        margin-left: 7%;
        margin-right: 10%;
        }
    #naamzoeken2{
        background-color: white; 
        border: 0.5px solid gray;
        border-radius: 100px;
        outline: none;
        height: 40px;
        border-radius: 20px;
        width: 50%;
        text-align: 10px;
        font-size: 120%;
        font-family: monospace;
        text-align-last: 50px;
        margin-left: 50px;
        margin-right: 50px;
        margin-bottom: 20px;
        margin-top: 5px;
        }
    .logo{
        width: 50px;
        margin-left: 10px;
        margin-top: 5px;
    }
    .menulogo{
        width: 30px;
        
        margin-top: 12px;
    }
    .titel{
      font-size: 30px;
      font-family: Cambria, Georgia, serif ; 
      color: #0b1246;
    }
    .inleiding_div{
        margin-left: 15%;
        margin-right: 15%;
    
    }
    .inleiding{
        font-size: 20.5px;
        font-family: Perpetua, serif;
        text-align: center;
        
    }
    .Recenteopzoekingen{
    font-size: 28px;
        font-family: Cambria, Georgia, serif;
        text-align: center;
        color: #0b1246;
        }
    .Opsomming_span{
        text-align: center;
        font-family: Perpetua, serif;
        font-size: 18px;
    }
    
} 
/* Larger than tablet */ 
@media (min-width: 675px) {
    .autocomplete {
  position: relative;
  /*display: inline-block;*/
}


.autocomplete-items {
  position: absolute;
  
  border-bottom: none;
  border-top: none;
  z-index: 99;
  /*position the autocomplete items to be the same width as the container:*/
  top: 100%;
  left: 0;
  right: 0;
    font-family: Cambria, Georgia, serif;
}

.autocomplete-items div {
  padding: 10px;
  cursor: pointer;
  background-color: #fff; 
  border-bottom: 1px solid #d4d4d4;
    margin-left: 27%;
    margin-right: 27%;
}

/*when hovering an item:*/
.autocomplete-items div:hover {
  background-color: #e9e9e9; 
}

/*when navigating through the items using the arrow keys:*/
.autocomplete-active {
  background-color: DodgerBlue !important; 
  color: #ffffff; 
    }
    .Home{
        text-decoration: none;
    }
    .net_na_zoekbalk{
        box-shadow: 0 3px 3px rgba(0,0,0,.1);
    }
    .begin_{
        box-shadow: 0 3px 3px rgba(0,0,0,.1);
        padding-bottom: 20px;
    }
    p{
        text-align: center;
    }
    .logos{
        width: 30px;
        cursor: pointer;
        transition: 0.3s;
    }
    .logos:hover{
        padding: 5px;   
    }
    .toontablet{
        display: inherit;
    }
    .verbergtablet{
        display: none;
    }
    .mainMenu{
        width: 100%;
        box-shadow: 0 3px 3px rgba(0,0,0,.1);
        padding-bottom: 10px;
    }
    .logo {
        width: 60px;
        margin-left: 30px;
        
    }
    .facebooklogo{
        width: 30px;
        cursor: pointer;
        margin-left: 30px;
        
    }
    #naamzoeken{
        background-color: white; 
        border: 0.5px solid gray;
        border-radius: 100px;
        outline: none;
        height: 40px;
        border-radius: 20px;
        width: 25%;
        text-align: 10px;
        font-size: 120%;
        font-family: monospace;
        text-align-last: 50px;
        margin-left: 50px;
        margin-right: 50px;
        }
    #naamzoeken2{
        background-color: white; 
        border: 0.5px solid gray;
        border-radius: 100px;
        outline: none;
        height: 40px;
        border-radius: 20px;
        width: 50%;
        text-align: 10px;
        font-size: 120%;
        font-family: monospace;
        text-align-last: 50px;
        margin-left: 50px;
        margin-right: 50px;
        margin-bottom: 20px;
        margin-top: 5px;
        }
    .mainMenu-only-zoekbutton-etc{
        padding-right: 50px;
    }
    .titel{
      font-size: 45px;
      font-family: Cambria, Georgia, serif ; 
      color: #0b1246;
    }
    .inleiding_div{
        margin-left: 15%;
        margin-right: 15%;
    
    }
    .inleiding{
        font-size: 24px;
        font-family: Perpetua, serif;
        text-align: center;
        
    }
    .Recenteopzoekingen{
    font-size: 32px;
        font-family: Cambria, Georgia, serif;
        text-align: center;
        color: #0b1246;
        }
    .Opsomming_span{
        text-align: center;
        font-family: Perpetua, serif;
        font-size: 20px;
    }
    
} 
/* Larger than desktop - gedaan*/
@media (min-width: 1150px) {
    
/*the container must be positioned relative:*/
.autocomplete {
  position: relative;
  /*display: inline-block;*/
}


.autocomplete-items {
  position: absolute;
  
  border-bottom: none;
  border-top: none;
  z-index: 99;
  /*position the autocomplete items to be the same width as the container:*/
  top: 100%;
  left: 0;
  right: 0;
}

.autocomplete-items div {
  cursor: pointer;
  background-color: #fff; 
  border-bottom: 1px solid #d4d4d4;
    margin-left: 37.5%;
    margin-right: 37.5%;
}

/*when hovering an item:*/
.autocomplete-items div:hover {
  background-color: #e9e9e9; 
}

/*when navigating through the items using the arrow keys:*/
.autocomplete-active {
  background-color: DodgerBlue !important; 
  color: #ffffff; 
    }
    
    
    .Over-ons{
        text-decoration: none;
    }
    .Zoeken{
        text-decoration: none;
    }
    .Home{
        
    }
    .logos:hover{
        padding: 0px;
        
        cursor: default;
    }
    .logos{
        width:  15px;
    }
    .toonpc{
        display: inherit;
    }
    .verbergpc{
        display: none;
    }
    .Opsomming_span{
        font-size: 23px;
        font-family: Perpetua, serif;
        text-align: center;
    }
    a{
        font-family: Verdana;
        font-size: 100%;
        color: #545454;
        cursor: pointer;
    }
    .mainMenu-only-zoekbutton-etc{
        padding-right: 50px;
        
        
    }
    #Home{
        transition: 0.3s;
        text-decoration: none;
    }
    
    .mainMenu-only-homebutton-etc{
        padding-right: 50px;
        
    }
    .mainMenu-only-overonsbutton-etc{
        
        
        
    }
    .mainMenu{
        padding-bottom: 30px;
        padding-top: 20px;
        box-shadow: 0 3px 3px rgba(0,0,0,.1);
        
    }
    .logo{
        
        width: 6%;
        margin-left: 50px;
    }
    .over-onslogo{
       width: 15px;
    
    }
    
    .zoek-logo{
        width: 15px;
    }
    .facebooklogo{
        margin-left: 75px;
        width: 40px;
        cursor: pointer;
        
    }
    body{
        
    }
    #naamzoeken{
        background-color: white; 
        border: 0.5px solid gray;
        border: 0.5px solid gray;
        border-radius: 100px;
        outline: none;
        height: 40px;
        border-radius: 20px;
        width: 25%;
        text-align: 10px;
        font-size: 120%;
        font-family: monospace;
        text-align-last: 50px;
        margin-left: 120px;
        margin-right: 110px;
    }
    .titel{
        font-size: 50px;
        font-family: Cambria, Georgia, serif
;
        text-align: center;
        color: #0b1246;
    }
    .inleiding_div{
        margin-left: 25%;
        margin-right: 25%;
    
    }
    .inleiding{
        font-size: 30px;
        font-family: Perpetua, serif;
        text-align: center;
        
    }
    .wave{
        position: relative;
        background: linear-gradient(90deg, #0b1246,#545454);
        width: 100%;
        transform: rotate(180deg);
    }
    p{
        text-align: center;
    }
    .perkament{
        width: 32%;
    }
    .begin_{
        box-shadow: 0 3px 3px rgba(0,0,0,.1);
        
        padding-bottom: 30px;
    }
    .Recenteopzoekingen{
        font-size: 35px;
        font-family: Cambria, Georgia, serif;
        text-align: center;
        color: #0b1246;
    }
    #naamzoeken2{
        background-color: white; 
        border: 0.5px solid gray;
        border: 0.5px solid gray;
        border-radius: 100px;
        outline: none;
        height: 40px;
        border-radius: 20px;
        width: 30%;
        text-align: 10px;
        font-size: 120%;
        font-family: monospace;
        text-align-last: 50px;
        margin-left: 120px;
        margin-right: 110px;
        margin-top: 20px;
        margin-bottom: 40px;
    }
    .Recenteopzoekingen_div{
        text-align: center;
    }
    .net_na_zoekbalk{
        box-shadow: 0 3px 3px rgba(0,0,0,.1);
    }
#Home:hover{
    padding: 10px;
    border-radius: 50px;
    border: 10px;
    color: #1728a6;
}
    .Over-ons:hover{
    padding: 10px;
    border-radius: 50px;
    border: 10px;
    color: #1728a6;
    }
    .Over-ons{
        transition: 0.3s;
    }
    .Zoeken{
        transition: 0.3s;
    }
    .Zoeken:hover{
        padding: 10px;
    border-radius: 50px;
    border: 10px;
    color: #1728a6;
    }
    .Live{
        font-family: monospace;
    }
}
@media print{
    /*stijl die enkel geldt bij het printen*/
}