/**********DERMEA GIESSEN**********/

/***FONTS***/

@font-face {
    font-family: 'Poppins';
    src: url('http://derma-giessen.de/web_visi/assets/fonts/Poppins-Bold.woff2') format('woff2'),
        url('/assets/fonts/Poppins-Bold.woff2') format('woff2');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('http://derma-giessen.de/web_visi/assets/fonts/Poppins-ExtraLight.woff2') format('woff2'),
        url('/assets/fonts/Poppins-ExtraLight.woff2') format('woff2');
    font-weight: 200;
    font-style: normal;
    font-display: swap;
}

/***LAYOUT***/

table {
    border-collapse: collapse;
    border-spacing: 30px;
    text-align: center;
    width: 100%;
    max-width: 800px;
}

.title {
    text-align: center;
}


/***STYLES***/

h1, h2, h3, h4, h5, h6 {
    font-family: 'Poppins';
    font-weight: bold;
    color: #3C3C3B;
    text-transform: uppercase;
    letter-spacing: 0.1em;
}

p, table {
    font-family: 'Poppins';
    font-weight: 200;
}

p {
    color: #3C3C3B;
    text-align: center;
}

span {
    font-family: 'Poppins';
    font-weight: bold;
}

a {
    font-family: 'Poppins';
    font-weight: bold;
    color: #3C3C3B;
    text-decoration: none;
}

li {
    font-family: 'Poppins';
    font-weight: 200;
    color: #3C3C3B;
}   

.main {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-height: 100vh;
    padding-left: 25px;
    padding-right: 25px;
}

.head {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.sprechzeiten, .kontakt, .info {
    padding-top: 15px;
    padding-bottom: 15px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.info {
    text-align: center;
}

.logo {
    min-width: 30vw;
    max-width: 70vw;
    height: auto;
}

.kontakt a {
    color: #3C3C3B;
    text-decoration: none;
    font-weight: bold;
}

.footer {
    padding-top: 50px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 35px
}

