/* latin-ext */
@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 500;
    font-display: swap;
    src: url(../fonts/roboto/KFOmCnqEu92Fr1Mu7GxKOzY.woff2) format('woff2');
    unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

/* latin */
@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 500;
    font-display: swap;
    src: url(../fonts/roboto/KFOmCnqEu92Fr1Mu4mxK.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
    font-family: 'Indie_Flower';
    font-style: normal;
    font-weight: 500;
    font-display: swap;
    src: url(../fonts/indy-flower/IndieFlower-Regular.ttf) format('truetype');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

body {
    font-family: 'Roboto';
    margin: 0;
    padding: 0;
    background: #fc0;
    /*background-color: #00274b;*/
    /*background-image: linear-gradient(145deg,#00274b,#0d5286 ,#0075be 50%, #fc0, #fed823, #ffe50c);*/
    /*background-image: linear-gradient(145deg, #fc0, #fed823, #ffe50c);*/

    /*background: #ffffff url("../images/events_large.png");*/
    /*background-size: 150% auto;*/
    height: 100%;
    margin: 0;
    background: #ffcc0038;
}

body::before {
    content: '';
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: -1;
    background: #000000 url("../images/events_large.jpg");
    opacity: .35;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

a {
    color: #000;
    text-decoration: none;
}

.underline {
    text-decoration: black underline;
}

.header a {
    color: #fff;
    text-decoration: none;
}

.header {
    position: fixed;
    width: 100%;
    height: 95px;
    top: 0;
    left: 0;
    background-color: #00274b;
    background-image: linear-gradient(90deg, #00274b, #0d5286 60%, #0075be);

    color: #fff;
    /*box-shadow: 0rem 0rem 0.1875rem 0rem rgba(250,250,250,0.3);*/
    border-bottom: solid 5px #fff;
    z-index: 100;

    display: flex;
    justify-content: center;
    align-items: baseline;
    padding-top: 25px;
    box-sizing: border-box;
    font-size: 32px;
    font-family: 'Roboto';
}

.header-menu {
    position: absolute;
    top: 22px;
    right: 25px;
    z-index: 110;
}

.menu {
    position: relative;
    display: inline-block;
}

.menu-img {
    height: 48px;
    width: 48px;
}

.header-menu:hover {
    cursor: pointer;
}

.header-menu:hover .menu-img {
    background: rgb(74, 149, 207);
}
.hr {
    margin: 0;
    padding: 0;
    width: 100%;
    height: 1px;
    border-bottom: solid 1px #ccc;
}

.menu-content {
    display: none;
    position: absolute;
    /*background-color: #f9f9f9;*/
    background: #fff;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    z-index: 120;
    right: 0;
    font-family: 'Roboto';
    font-size: 15px;
    top: 50px;
}

.menu-content a {
    color: #111;
    padding: 12px 16px;
    text-decoration: none;
    display: flex;
    flex-direction: column;
}

.header-menu:hover .menu-content {
    display: block;
}

.header-menu a:hover {
    background-color: #f1f1f1
}
.a-menu-level-3 {
    line-height: .8em;
}
.menu-level-1 {
    font-weight: 600;
}

.menu-level-2 {
    /*padding-left: 10px;*/
}

.menu-level-3 {
    padding-left: 20px;
    line-height: .8em;
}


.content {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.taf {
    font-size: 34px;
    font-weight: bold;
    padding-right: 15px;
    cursor: pointer
}

.title {
    font-size: 28px;
    cursor: pointer
}

.taf-content {
    flex-direction: column;
    margin: 25px;
    margin-top: 120px;
    padding: 25px;
    display: flex;
    height: calc(100vH - 150px);
    font-size: 15px;
    width: calc(100% - 50px);
    box-sizing: border-box;
    background: #ffffff;
    box-shadow: 0rem 0rem 0.1875rem 0rem rgba(0, 0, 0, 0.3);
    border-radius: 4px;
    opacity: 0.9;
    overflow-y: auto;
    position: relative;
}

.impressum {
}

.footer {
    position: fixed;
    width: 100%;
    height: 20px;
    display: flex;
    justify-content: center;
    box-sizing: border-box;
    align-items: center;
    color: #000;
    bottom: 5px;
    left: 0px;
    z-index: 8010;
    font-size: 13px;
}

.headline-1 {
    font-size: 24px;
    margin-top: 1.75rem;
    margin-bottom: .75rem;
}
.headline-2 {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 0.25rem;
}
.headline-3 {
    margin-top: 0.5rem;
    margin-bottom: 0.25rem;
    font-weight: 600;
}

.tiles {
    margin-top: 25vH;
    height: 100%;
    display: flex;
    justify-content: center;
    /*align-items: center;*/
}

.tile-gastronomie {
    background: #ffffff url("../images/gastronomie.jpg");
}

.tile-events {
    background: #ffffff url("../images/events_large.jpg");
}

.tile-gallerie {
    background: #ffffff url("../images/gallerie.jpg");
}

.tile {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 250px;
    box-shadow: 0.25rem 0.5rem 0.5rem 0.1rem rgba(0, 0, 0, 0.3);
    border-radius: 4px;
    margin-left: 25px;
    margin-right: 25px;
    font-weight: 400;
    padding: 15px;
    /*background: linear-gradient(160deg, rgba(255,255,255, 0.95), rgba(255,255,255, 0.85));*/
    height: 300px;
    color: #fff;
    background-position: center; /* Center the image */
    background-repeat: no-repeat; /* Do not repeat the image */
    background-size: cover;
    font-size: 32px;
}

.tile-title {
    font-family: 'Indie_Flower';
}

.tile:hover {
    width: 275px;
    height: 330px;
    margin-left: 12px;
    margin-right: 12px;
    cursor: pointer;
    font-size: 34px;
}

.info {
    min-width: 950px;
    margin-top: 25px;
    color: #000;
    display: none;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-family: 'Indie_Flower';
    font-size: 28px;
    padding: 25px;
}

.info-headline {
    font-size: 36px;
}
.info-headline-details {
    margin-top: -5px;
}

.info-details {
    padding-inline-start: 20px;
}
.info-details li {
    list-style: none;
    padding-bottom: 2px;
}

#info-gastronomie {
    align-items: flex-start;
}

#info-gallerie {
}

.site-title {
    font-family: 'Indie_Flower';
    font-size: 36px;
    font-weight: 600;
}
.under-construction {
    font-family: 'Indie_Flower';
    font-size: 22px;
}

.image-thumb-container {
    overflow-x: auto;
    display: flex;
    justify-content: center;
}

#image-view-container {
    display: none;
    position: absolute;
}

.s-headline-2 {
    font-family: 'Indie_Flower';
    font-size: 28px;
    font-weight: 600;
    margin-top: 25px;
    margin-bottom: 15px;
}
.grid-2-columns {
    display: flex;
    justify-content: center;
}

.img-50-width {
    width: 50%;
}
.img-95-width {
    width: 95%;
}
.img-100-width {
    width: 100%;
}