

@keyframes moving{
    0% {top:0px}
    25% {top:15px}
    50% {top:30px}
    75% {top:15px}
    100% {top:0px}

}

.start-img
{
    background: url(img/sfeer1.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    height: 100vh;
    background-position: center;
    margin-right: 0px;
    padding: 0px;
}


@include keyframes(bounce) {
	0%, 20%, 50%, 80%, 100% {
    @include transform(translateX(0));
  }
	40% {
    @include transform(translateX(-30px));
  }
	60% {
    @include transform(translateX(-15px));
  }
}


.bounce {
  @include animation(bounce 2s infinite);
}



.navbar-default
{
    margin: 0px;
}

.beneden_pijl
{
    height: 20vh;
    margin-right: 0px;
    margin-top: 0px;
    margin-bottom: 0px;
    padding: 0px;
    top: 90vh;
    position: relative;
    background-color: #f8f8f8;
}

#welkom
{
    position: absolute;
    background: #f8f8f8;
    top: 85vh;
    height: 5vh;
    right: 0px;
    line-height: 5vh;
}

@media (max-width:750px)
{
    #welkom
    {
        top: 75vh;
    }
    .beneden_pijl
    {
        height: 20vh;
        top: 80vh;
    }
}

.btn-down
{
    animation: 3s ease-out 0s normal none infinite running moving;
    color: #000 !important;
    opacity: 0.6;
    position: absolute;
    text-align: center;
    margin-left: -100px;
    margin-right: -100px;
    width: 200px;
}

.blink
{
    animation: blink 1s infinite;
}

@keyframes type{ 
  from { width: 0; } 
}

@keyframes type2{
  0%{width: 0;}
  50%{width: 0;}
  100%{ width: 100; } 
}

@keyframes blink{
  to{opacity: .0;}
}

p
{
    margin: 0px 0px 5px 5px;
}

.trans-50
{
    opacity: 0.7;
    filter: alpha(opacity=70);
}

.affix
{
    opacity: 1;
    filter: alpha(opacity=100);
}

.row-flex, .row-flex > div[class*='col-'] {  
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex:1 1 auto;
}

.row-flex-wrap
{
    -webkit-flex-flow: row wrap;
    align-content: flex-start;
    flex: 0;
}

.row-flex > div[class*='col-'], .container-flex > div[class*='col-']
{
    margin: -.2px;
}

.container-flex > div[class*='col-'] div,.row-flex > div[class*='col-'] div
{
    width: 100%;
}

.flex-col {
    display: flex;
    display: -webkit-flex;
    flex: 1 100%;
    flex-flow: column nowrap;
}

body
{
    font-family: Dosis;
}

.panel-body
{
    padding-right: 10px;
}

.Fondue_skip_header
{
    margin-top: 200px;
}

.navbar-brand img
{
    height: 150px;
}
	#pageContent {
	
		padding-top:100px;
	}
@media (max-width:439px)
{
	#pageContent {
		
		padding-top:00px;
	}
    .navbar-brand img
    {
        height: 50px;
    }
}

@media (min-width:440px) and (max-width:767px)
{
	#pageContent {
		padding-top:50px;
	}
    .navbar-brand img
    {
        height: 100px;
    }
}

.addSpacerTop
{
    padding-top: 60px;
}

.addSpacerTop h1
{
    padding-bottom: 20px;
}

#bonTypeContainer
{
}

.pad10
{
    padding: 10px;
}


@media (min-width:440px) and (max-width:479px)
{
    #footerAfhaal
    {
        position: fixed;
        z-index: 1030;
        right: 0;
        left: 0;
        border-radius: 0;
        top: 0;
        bottom:0px;
        border-width: 0 0 1px;
    }
}

