footer{
    width:100%; 
    background: #00001A;
    padding: 20px;
}

#Follow, #Kontaktdaten,#Tintenfass{
    float: left;
    text-decoration: none;
    color:white;
    width: 25%;
}

#Abschluss{
    text-decoration: none;
    color:white;
    width: 100%;
    text-align: center;
    margin-top: 40px;
    margin-bottom: 10px;
}


#Abschluss img{
    margin-bottom: 35px;   
}

footer a{
    text-decoration: none;
    color:white;
    transition: color 0.5s;
}


footer a:hover{
    color: #2D9DBE;
}

#Follow{
    margin-left: 2.5%;
    margin-right: 7.5%;
}

#Tintenfass{
    margin-left: 7.5%;
    margin-right: 2.5%;
}

#Kontaktdaten{
    margin-left: 2.5%;
    margin-right: 2.5%;
}




.footerÜberschriften{
    margin-top: 20px;
    margin-bottom: 10px;
    padding:5px;
    border-bottom: 2px solid white;
    text-transform: uppercase;
}

footer ul{
    list-style-type: none;
}

footer li{
    line-height: 2rem;
}


.ZeichenAbschluss{
    font-size: 2rem;
    position: relative;
    top: -12px;
}



#Follow img{
    position: relative;
    top: 5px;
}


#Kontaktdaten tr{
    vertical-align: top;
}

#Kontaktdaten table{
    border-spacing: 5px 8px;    
}

/* Große Geräte, Desktop, Laptop */
@media only screen and (max-width : 1200px) { }

    /* Kleiner Laptop, neue Mobilfunkgeräte */
@media only screen and (max-width : 992px) { }

    /* normale Mobilfunkgeräte */
@media only screen and (max-width : 768px) 
{ 
   
    #Follow, #Kontaktdaten,#Tintenfass
    { 
        width: 65%;
        margin-right: 3%;
        margin-left: 3%
    }
        
}

    /* kleine Mobilfunkgeräte */
@media only screen and (max-width : 480px) 
{ 

    #Follow, #Kontaktdaten,#Tintenfass
    { 
        width: 94%;
     }

}

    /* alte Mobilfunkgeräte */ 
@media only screen and (max-width : 320px) 
{  
    #Follow, #Kontaktdaten,#Tintenfass
    { 
        width: 98%;
        margin-right: 1%;
        margin-left: 1%
    }
}