/* Pascal zwart: #231F20 */
/* Pascal rood: #FD0011 
 
font-family:'StoneHumanistITCW01-SmB 735575';
  font-family:'Adobe Garamond Pro 1167027';
 
 */



body {
  background-image: url(/img/background.png);
  font-family:'Trebuchet MS';
}

h1, h2, h3 {
  font-family:'Adobe Garamond Pro 1167027';
  font-weight: normal;
}


.sf-menu.sf-style-pomegranate a {
  border: 1px outset white;
  color: #FD0011 !important;
  font-family:'StoneHumanistITCW01-SmB 735575';
  font-size: 15px;
}
.sf-navbar.sf-style-pomegranate a {
  border: 0;
}
.sf-menu.sf-style-pomegranate li,
.sf-navbar.sf-style-pomegranate {
  background: white;
}
.sf-menu.sf-style-pomegranate li li{
  background: #FD0011;
  color: #ffffff !important;
}
.sf-menu.sf-style-pomegranate li li a{
  background: #FD0011;
  color: #ffffff !important;
}
.sf-menu.sf-style-pomegranate li li li {
  background: green;
}
.sf-menu.sf-style-pomegranate li:hover,
.sf-menu.sf-style-pomegranate li.sfHover,
.sf-menu.sf-style-pomegranate li.active a,
.sf-menu.sf-style-pomegranate a:focus,
.sf-menu.sf-style-pomegranate a:hover,
.sf-menu.sf-style-pomegranate a:active,
.sf-navbar.sf-style-pomegranate li li {
  background: #FD0011;
  color: #ffffff !important;
}

.sf-menu.sf-style-pomegranate li:hover a,
.sf-menu.sf-style-pomegranate li.sfHover a,
.sf-menu.sf-style-pomegranate li.active a,
.sf-menu.sf-style-pomegranate a:focus,
.sf-menu.sf-style-pomegranate a:hover,
.sf-menu.sf-style-pomegranate a:active,
.sf-navbar.sf-style-pomegranate li li a{

  color: #ffffff !important;
}

.sf-menu.sf-style-pomegranate a:hover {
  color: #231F20 !important;
}

.sf-navbar.sf-style-pomegranate li ul {
  background-color: #FD0011;
  width: 100%;
}
.sf-navbar.sf-style-pomegranate li ul li ul {
  background-color: transparent;
} 

#navbarholder .sf-navbar.sf-style-pomegranate .current {
  background-color: #231F20;
  color: white !important;
}

#amstelveenmenu {
  margin-bottom: 40px;
}
.sf-navbar:before {
  background-color: transparent;
}
#myCarousel .imgwrapper {
   height: 330px;
   width: 100%;
   position:relative;
}
#myCarousel img {
 width: 100%;
 position:absolute;top:0;bottom:0;margin:auto;
}
.carousel-control {
  top: 52%;
}
#navbarholder {
  margin: auto;
}
#myCarousel {
  margin-bottom: 0;
  position: relative;
  z-index: 2;
}
#middellijn {
  background-color: #231F20;
  position: relative;
  z-index: 50;
  height: 10px;
}
#indexbalk {
  border-bottom: solid silver 1px;
}
.topcontainer {
  background-color: #FD0011;
  position: relative;
}
#sbijgewerkt {
  position: absolute;
  left: 85px;
  top: 80px;
}
#bovenbalk {
  position: relative;
  z-index: 5;
}
#zoekbalk {
  margin-top: 15px;
  margin-bottom: 0px;
  padding-right: 10px;
}
#content {
  z-index: 25;
  position: relative;
}
#xalles {
  z-index: 25;
  position: relative;
  background-color: white;
}
#footer {
  z-index: 10;
  background-color: #F1F2F2;
  position: relative;
}
.topcontainer #bovenbalk, #xalles, #footer {
  -webkit-box-shadow: 0px 0px 5px 2px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 0px 5px 2px rgba(0, 0, 0, 0.3);
}
#linkercol {
  padding: 0 20px 0 20px;
}
.fotocel img {
  width: 130px;
}
.imgbox {
    display: inline-block;
    height: 60px;
    width: 60px;
    margin: 5px;
    overflow: hidden;
    border: solid 1px silver;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}
.imgboxp {
    display: inline-block;
    height: 140px;
    width: 140px;
    overflow: hidden;
    border: solid 1px silver;
    margin-left: 10px;
    margin-top: 10px;
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
}

hr {
  border-top: 1px solid black;
}
.picblock {
  width: 250px;
  height: 200px;
  border: solid silver 1px;
  margin-left: 30px;
  margin-bottom: 20px;
  float: left;
  text-align: center; 
  overflow: hidden
  -webkit-box-shadow: 0px 0px 9px 0px rgba(0,0,0,0.35);
  -moz-box-shadow: 0px 0px 9px 0px rgba(0,0,0,0.35);
  box-shadow: 0px 0px 9px 0px rgba(0,0,0,0.35);
}
.link_tekst {
  color: black;
  font-weight: bold;
}
.link_tekst div {
  padding-top: 10px;
}

@media only screen and (min-width: 800px) {
  #amstelveenmenu {
    white-space: nowrap;
  }
}