﻿/*"Style.css" is de css die bij bootstrap template "FullscreenV2.0.1" hoort.
"Main.css" is de css die ik (niels) zelf heb toegevoegd bij de originele site 
"StyleNiels.css" is de extra css die ik heb toegevoegd die hoort bij de nieuwe "fullscreen"pagina's
Voorbeeld: Centerlogo wordt op de originele template en op het nieuwe template gebruikt, dus die staat in beide css files.*/

.extrasmallfont	{
font-family: arial, sans-serif;
font-size: 12px;
}

.extraklein{
    font-family: arial, sans-serif;
    font-size: 12px;
}

.UpperLeftLogo {
   height:20px;
   z-index:3;
   position: relative;
   top: 14px;
}
.CenterLogo {
   height:180px;
   width:180px;       
}

.CenterLogoKlein {
   height:150px;
   width:150px;    
}
.CenterLogoHeelKlein {
    height: 40px;
    width: 40px; 
}
.LeftPad50 {
    padding-left: 50px;
     float: left;
}

.blackopac  {
    background: rgba(0,0,0,0.4) ;
    padding-top: 10px;
    padding-bottom: 15px;

}

.SuccesLabelNiels
{
display: block;
text-align: left;
width: 100%;
white-space: normal;
color: green;
background-color: yellow;
}


.wrapcenter {
    position: relative;
    margin: 0 auto 0 auto;
    padding-top: 25px;
    padding-right: 25px;
    padding-bottom: 25px;
    padding-left: 25px;
    max-width: 960px;
    color: black;
    /*background: rgba(255,255,255,0.9) ;*/

    background-image: url("../img/Logo/AchtergrondWit.JPG"); 
    background-position: left bottom;
    /*background-size: 60%;*/
    /*background-repeat: no-repeat;*/
    background-attachment: scroll;    
    opacity: 0.93;
} 

.greyline {
    background: #C0C0C0;
    border: 0;
    height: 1px;
    margin-top:10px;
    margin-bottom: 30px;
}

.img-thumbnail-250 {
  display: inline-block;
  max-width: 100%;
  height: 250px;
  padding: 4px;
  line-height: 1.428571429;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: all .2s ease-in-out;
          transition: all .2s ease-in-out;
}

/*sticky footer nog erin verwerken*/