@font-face {
    font-family: 'Condiment';
    font-style: normal;
    font-weight: 100;
    src: local('Condiment'), local('Condiment-Regular'), url(../fonts/condiment.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215;
}

@font-face {
    font-family: 'Merriweather';
    font-style: normal;
    font-weight: 400;
    src: local('Merriweather'), local('Merriweather-Regular'), url(../fonts/merriweather.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215;
}

#wrapper {
    min-width: 320px;
    max-width: 1024px;
    margin: 0 auto 0 auto;
    padding: 0;
    background: #fcf6ed;
}

.head {
    z-index: 50;
    top: 0;
    /*padding-top: 10px;*/
    position: sticky;
    background: white;
}

#welcome {
    background: white;
}

.elegant {
    font-family: 'Condiment', cursive;
    font-size: 30px;
}

h3 {
    font-family: 'Condiment', cursive;
    font-size: 24px;
}

.topheader {
    max-height: 200px;
    padding: 0;
    margin: 0 auto 0;
}

.center {
    margin: auto;
    padding: 10px;
    text-align: center;
    background: #fcf6ed;
}

.centerWithBorder {
    margin: auto;
    width: 60%;
    border: 2px solid black;
    padding: 5px;
}

footer {
    padding: 15px 20px 15px 15px;
    text-align: right;
    background: #fcf6ed;
}

#bilder {
    width: 600px;
    height: 200px;
    padding: 0;
}

#bilder img {
    border: 1px solid #ddd;
    border-radius: 4px;
    padding: 5px;
    width: 150px;
}

#bilder img:hover {
    box-shadow: 0 0 2px 1px rgba(0, 140, 186, 0.5);
}

.textImpressum,
.text {
    margin-left: 0.85rem;
    margin-right: 0.85rem;
    padding: 30px;
    background-color: white;
    outline: none;
    line-height: 1.4em;
    font-size: 19px;
}

.textImpressum {
    font-size: 15px;
}

.textgalerie {
    display: flex;
    flex-direction: column;
    margin-left: 0.85rem;
    margin-right: 0.85rem;
    padding: 30px;
    background-color: white;
    outline: none;
    line-height: 1.4em;
    font-size: 19px;
}

.galerieheader {
    display: flex;
    flex-direction: column;
}

.galerieheader span {
    padding-bottom: 20px;
}

.textsmall {
    margin-left: 10px;
    width: 95%;
    height: 30px;
    padding: 10px;
}

.dofading {
    -webkit-animation: fading 10s infinite;
    animation: fading 10s infinite
}

figcaption {
    text-align: center;
    padding: 2px 4px 2px 4px;
    border-radius: 0 0 3px 3px;
    outline: none;
}

.dtvimage-container {
    display:flex;
    flex-direction: row;
    justify-content: flex-end;
}

.dtvimage {
    width: 50%;
}

.link {
    text-decoration: none;
    color: black;
}

.link:hover {
    text-decoration: none;
    text-decoration: underline;
}

.maps {
    height: 400px;
    border-radius: 8px;
    border: 1px solid #ccc;
}

.marging-bottom-50 {
    margin-bottom: 50px;
}

.umgebungsbilder {
    display: flex;
    flex-direction: column;
}

#webplanner {
    width: 100%;
}
