.kontakt {

    color: white;
    background-color:skyblue;
    
}
/*d7e2e1*/
/*rgb(39, 49, 190)*/

.kontakt p {

    color:#007bff;
    text-shadow: none;

}

.kontakt h2 {

    font-weight: bold;
    margin-bottom: 40px;
    padding-top: 40px;
    color: inherit;
    text-shadow: none;

}

.kontakt .item {

    min-height: 100px;
    margin-top: 10px;
    padding-left: 80px;
    padding-bottom: 22px;
    border-left-style: solid;
    border-right-style: solid;
    
}

.kontakt .item .name {

    font-size: 20px;
    font-weight: bold;
    margin-top: 10px;
    color: inherit;
    text-shadow: none;

}
  
.kontakt .item .description {

    margin-bottom: 5px;

}

.kontakt .item .icon {

    font-size: 40px;
    color: #ffcc1e;
    float: left;
    margin-left: -65px;
    text-shadow: none;

}

.container {

    max-width: 1300px;
    margin: auto;
    padding-left: 25px;
    padding-right: 25px;
    padding-top: 25px;
    
    
}

.container .location {

    font-size: 35px;
    font-weight: bold;
    padding-top: 15px;
    color: inherit;
    text-shadow: none;
    text-align: left;
    
}

.mapa {

    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 60%;
    margin-bottom: 20px;
    
}

.footer .footer-text {

    color: #2efff2;

}



