html{

}

body{
    background-color: #100E6B;
    background-image: url("../Afbeeldingen/background.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-height: 100%;
    font-family: "Franklin Gothic Heavy", monospace;
    margin: 0;
    padding: 0 ;
}

.container{
    background-color: #100E3B;
    margin-left: 15%;
    margin-right: 15%;
}


/********************* Taal *************************/

.talen{
    float: right;
    margin-top: 10px;
    margin-right: 10px;
    list-style: none;
}

.nl{
    width: 50px;
    height: auto;
    margin-bottom: 5px;
}

.en{
    width: 50px;
    height: auto;
}

.currentlanguage{
    width: 60px;
    height: auto;
}


/********************* Logo *************************/

.center{
    margin: auto;
    width: 50%;
}

.logo{
    margin: auto 0;
    width: 100%;
    height: auto;
}


/********************* Menu *************************/

.menu{
    margin-top: 30px;
    height: 60px;
    line-height: 40px;
    background-color: white;
    list-style: none;
    text-align: center;
}

.menu li{
    display:inline;
    font-weight: bold;
    font-size: 16px;
}

.menu li img{
    float: left;
    width: 17px;
    height: auto;
    -webkit-transform: rotate(180deg);     /* Chrome and other webkit browsers */
    -moz-transform: rotate(180deg);        /* FF */
    -o-transform: rotate(180deg);          /* Opera */
    -ms-transform: rotate(180deg);         /* IE9 */
    transform: rotate(180deg);
}

.menu li .currentlink{
    color: #EE2E6B;
}

.menu a{
    display:inline-block;
    text-decoration: none;
    padding:10px;
    color: black;
}

.menu a:hover{
   color: #EE2E6B;
}

/********************* Tekst *************************/

.tekst{
    color: #ffffe6;
    font-size: 16px;
    width: 80%;
    margin-left: 10%;
    margin-right: 10%;
    padding: 10px;
}

.tekst h4{
    margin: 0;
    font-size: 17px;
    font-style: italic;
}

.tekst .afb-homepage{
    width: 25%;
    height: auto;
    float: left;
    padding-right: 20px;
    /*transform: rotate(90deg);*/
}

.tekst .afb-invloeden{
    width: 40%;
    height: auto;
    float: right;
    padding-left: 20px;
    padding-bottom: 8px;
}

.tekst .afb-assortment{
    width: 30%;
    height: auto;
    float: right;
    padding-left: 20px;
}


/********************* Footer *************************/

.footer{
    background-color: white;
    width: 100%;
    text-align:center;
    padding: 10px 0px;
}

.footer .adres{
    display: inline-block;
    margin-right: 60px;
}

.footer .website{
    display: inline-block;
    margin-right: 60px;
}

.footer .website a{
    color: black;
}

.footer .website a:hover{
    color: #EE2E6B;
}

.footer .contact{
    display: inline-block;
    margin-right: 60px;
}