/*
notar-peller.de
inc/css/main.css
*/



@font-face {
    font-family: 'font01';
    src: url('/inc/fonts/Roboto-Light-webfont.woff') format('woff');
}

/* This font (above) is licensed under the Apache License, Version 2.0. This license is available at: https://notar-peller.de/inc/fonts/Roboto-Light-web-font_ApacheLicense2.txt */

@font-face {
    font-family: 'font02';
    src: url('/inc/fonts/FeFCrm27C-webfont.woff') format('woff');
}

/* This font (above) is licensed under the SIL Open Font License, Version 1.1. This license is available at: https://notar-peller.de/inc/fonts/FeFCrm27C-webfont_SILOpenFontLicense1-1.txt */

@keyframes pagefadein {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

:root{
    font-size: 18px;
}

*{
    margin: 0;
    padding: 0;
}

body{
    background-image: url("/img/bg.png");
    background-repeat: repeat;
    overflow-y: scroll;
}

a {
    color: black;
    font-family: 'font01';
}

a:hover {
    color: #A88F02;
}

.line-break{
    display: none;
}

.topbarmobile{
    display: none;
}

.content{
    flex: 1;

    padding-top: 40px;

    display: flex;
    flex-direction: row;
}

.content-left{
    flex: 42;

    display: flex;
    flex-direction: column;
    align-items: flex-end;

    padding: 4rem;
}

.content-left img{
    padding-top: 10px;
    padding-bottom: 66px;
    width: 100%;
}

.main-link{
    color: black;
    text-decoration: none;
    text-align: center;
}

.title-link{
    font-family: font02;
    font-size: 45px;
    font-weight: bold;
}

.title-text{
    color: black;
    text-decoration: none;
    font-family: font02;
    font-size: 45px;
    font-weight: bold;
}

.menu{
    font-family: font01;
    min-width: 255px;
    max-width: 255px;
    font-size: 1rem;

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

.content-right{
    flex: 58;

    display: flex;
    flex-direction: column;
    justify-content: start;
    align-items: baseline;

    margin-top: 3rem;
    padding: 2rem;
    border-left: 1px solid lightgrey;
    min-height: 500px;
    animation: pagefadein 1.5s;
}

.text{
    font-size: 0.9rem;
    font-family: font01;
    max-width: 560px;
    margin-bottom: 2rem;
    text-align: left;
    padding: 0px 30px 0px 0px;
}

.grid{
    display: grid;
    grid-template-columns: fit-content(9.7rem) auto;
    column-gap: 0.2rem;
    row-gap: 1.3rem;
    letter-spacing: -0.2px;
    font-family: font01;
    font-size: 1.15rem;
}

.opening-time{
    margin-top: 2rem;
    font-family: font01;
}

.opening-time b{
    display: inline-block;
    text-align: left;
    width: 100%;
}

.day-time{
    max-width: fit-content;
    margin-top: 1rem;
    display: grid;
    grid-template-columns: fit-content(9.7rem) auto;
    column-gap: 0.2rem;
    row-gap: 0.3rem;
    font-size: 0.9rem;
}

.text_hinweis {
    margin-top: 45px;
    font-size: 18px;
    color: red;
}