body{
    font-family: 'Oswald', sans-serif;
    color: white;
    transition: 2s;
    /*change*/
    background-color: #e3d080;
}
a{
    color:white;
    text-decoration: none;
}

/*******BlobsBox******/

#outerBox{
    display: table;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
}
#middleBox{
    display: table-cell;
    vertical-align: middle;

}
#scrollBox{
    height: 615px;
    width: 90vw;
    margin-left:auto;
    margin-right: auto;
    overflow-x: hidden;
    overflow-y:hidden;
    position: relative;
    border-radius: 300px;
}
#innerBox{
    height: 615px;
    margin-left: auto;
    margin-right: auto;
    transition: 2s;
    position: relative;
    left:0;
    /*change*/
    width: 504px;
}

#pfeilR{
    position: absolute;
    z-index: 2;
    top: 200px;
    right:50px;
}
#pfeilL{
    position: absolute;
    z-index:2;
    top: 200px;
    left:50px;
}

/*******MENU******/

/*LEFT*/

#menuBox{
    width: 530px;
    background-image: url("assets/blobIndex.png");
    float: left;
    margin-top: 25px;
    margin-right: 35px;
    transition: 2s;
}
.menuBoxNormal{
    height: 546px;
}
.menuBoxBeginning{
    height:0;
}

#menuLeftBox{
    width: 274px;
    height: 100%;
    float: left;
    text-align: right;
}
#kopf{
    padding-top: 70px;
}
.kopfAktiv:hover{
    opacity:0.5;
}
#name{
    font-size: 40px;
    line-height: 1;
    margin-top: 25px;
    margin-bottom: 0;
}

.infoText{
    font-size: 20px;
    line-height: 1;
    margin-top: 14px;
    margin-bottom: 0;
    text-decoration: none;
}
.infoText:hover{
    opacity:0.5;
}

#instaIcon{
    padding-left: 8px;
    position: relative;
    top:3px;
}

/*RIGHT*/
#menuRightBox{
    width: 230px;
    float: right;
    margin-top:95px;
    margin-right: 20px;


}

.menuOptionBox{
    height: 87px;
    background-repeat: no-repeat;
    background-size:0px 0px;
    transition: 1s;
    background-position: 20px center;
    position:relative;
}
.menuOptionBox:hover{
    background-size:74px 87px;
    transition: 1s;
    background-position: left top;
}
.aktiv{
    background-size:74px 87px;
    background-position: left top;
}

.menuOptionText{
    font-family: 'Amatic SC', cursive;
    font-size: 50px;
    margin-bottom: 0;
    margin-left:25px;
    line-height: 0.8;
    margin-top:20px;
    position: absolute;
    z-index: 1;
}
#menuOptionBoxGames{
    background-image: url("assets/aktivBlobGames.png");
}
#menuOptionBoxApps{
    background-image: url("assets/aktivBlobApps.png");
}
#menuOptionBoxIllustration{
    background-image: url("assets/aktivBlobIllustration.png");
}
#menuOptionBoxAnimation{
    background-image: url("assets/aktivBlobAnimation.png");
}


/*******PROJEKT BLOBS*****/

/*ALLGEMEIN*/
.projektBox{
    text-align: center;
    position: relative;
    background-size: 100% 100%;
    float: left;
    margin-left: 40px;
    margin-right: 40px;
    transition:2s;
    /*change*/
    width: 0;
    height: 0;
    display: none;
}
.projektGif{
    position: absolute;
    top:0;
    left:0;
    opacity: 0;
    transition: 1s;
}
.projektGif:hover{
    opacity: 1;
    transition: 1s;
}
.projektTitel{
    font-family: 'Amatic SC', cursive;
    font-size: 50px;
    padding-top: 20px;
    line-height: 1;
    margin-bottom:18px;
}
.projektJahr{
    font-family: 'Amatic SC', cursive;
}
.projektInfo{
    font-size: 20px;
    margin-top: 30px;
    line-height:1.3;
}
/*GAMES*/
#plokamiaBox{
    background-image: url("assets/games/blobPlokamia.png");
    float: left;
    margin-left: 40px;
    margin-right: 40px;
    transition: 2s;
    /*change*/
    width: 0;
    height: 0;
    display: none;
}
#plokamiaBoxContents{
    transition: 1s;
    /*change*/
    opacity:0;
}

#eeniemeenieBox {
    background-image: url("assets/games/blobEeniemeenie.png");
    margin-right:0;
}
#eeniemeenieBoxContents{
    padding-top: 30px;
    transition: 1s;
    /*change*/
    opacity:0;
}

#mondrianBox {
    background-image: url("assets/games/blobMondrian.png");
    margin-right:0;
}
#mondrianBoxContents{
    transition: 1s;
    /*change*/
    opacity:0;
}

#mondrianTitel{
    margin-top: 100px;
}

/*APPS*/
#toniBox{
    background-image: url("assets/apps/blobToni.png");
}
#toniBoxContents{
    transition: 1s;
    /*change*/
    opacity:0;
}
#toniTitel{
    margin-top: 110px;
}
#beevyBox{
    background-image: url("assets/apps/blobBeevy.png");
}
#beevyBoxContents{
    transition: 1s;
    /*change*/
    opacity:0;
}
#beevyTitel{
    margin-top: 110px;
}
#gruppe101Box{
    background-image: url("assets/apps/blobGruppe101.png");
    margin-right:0;
}
#gruppe101BoxContents{
    transition: 1s;
    /*change*/
    opacity:0;
}
#gruppe101Titel{
    margin-top:130px;
}

/*ILLUSTRATION*/
#skizzenbuecherBox{
    background-image: url("assets/illustration/blobSkizzenbuecher.png");
}
#skizzenbuecherTitel{
    margin-top:150px;
}
#skizzenbuecherBoxContents{
    transition: 1s;
    /*change*/
    opacity:0;
}
#anhaltspunkteBox{
    background-image: url("assets/illustration/blobAnhaltspunkte.png");
    margin-top:5px;
}
#anhaltspunkteTitel{
    margin-top:80px;
}
#anhaltspunkteBoxContents{
    transition: 1s;
    /*change*/
    opacity:0;
}
#imEnddefektBox{
    margin-top:25px;
    background-image: url("assets/illustration/blobImEnddefekt.png");
}
#imEnddefektTitel{
    margin-top: 140px;
}
#imEnddefektBoxContents{
    transition: 1s;
    /*change*/
    opacity:0;
}
#einsUndZweiBox{
    margin-top:16px;
    background-image: url("assets/illustration/blobEinsUndZwei.png");
    margin-right:0;
}
#einsUndZweiTitel{
    margin-top:120px;
}
#einsUndZweiBoxContents{
    transition: 1s;
    /*change*/
    opacity:0;
}

/*ANIMATION*/
#nuitBlancheBox{
    background-image: url("assets/animation/blobNuitBlanche.png");
    margin-right: 0;
}
#nuitBlancheTitel{
    margin-top:60px;
}
#nuitBlancheBoxContents{
    transition: 1s;
    /*change*/
    opacity:0;
}