@media (max-width: 767px) {
    .fixed-bottom {
      position: static;
    
    }
    
    .align-items-end{
        text-align: center!important;
    }

    
    .sp{
        padding: 1em;
    }
}

@media (max-height: 850px){
    .fixed-bottom {
      position: static;
    
    }
}
    
}
@media (min-width: 768px) {
    .align-items-end{
        align-items: flex-cemter!important;
    }
    
    .fixed-bottom {
        position: fixed;
    
    }
        
}


body{
  /*background:  url("Graspapier.png");
  background-repeat: no-repeat; F9EAD3 F6E5CC*/
  background-color: #e8e8df;
}

.padding{
    padding-top: 6em;
    padding-bottom: 2.5em;
}



.paddingfoo{
    padding-top: 1.5em;
    padding-bottom: 1.2em;
    color:white;
    font-size: 14px;
}

.up{
   text-transform: uppercase; 
}

.textheight{
    line-height: 2;
}


.footer{
    background-color: black;
    line-height: 1.3;
    
}

.LotaGrotesque-Light { 
	font-family: LotaGrotesque-Light;
	font-weight: normal;
	font-style: normal;
}

.LotaGrotesque-Bold { 
	font-family: LotaGrotesque-Bold;
	font-weight: normal;
	font-style: normal;
}

a{
    color:white;
}

