﻿html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, address, cite, code, del, dfn, em, img, ins, kbd, 
q, samp, small, strong, sub, sup, var, b, i, hr, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, 
tr, th, td, article, aside, canvas, details, figure, figcaption, hgroup, menu, footer, header, nav, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
}

* {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-text-size-adjust: none;
/*    margin: 0px;
    padding: 0px;
    border: 0px;*/
}

@media (max-width: 26em) {
}

@media (max-width: 43em) {
}

@media (max-width: 62em) {
}

@media (max-width: 82em) {
}

@media (min-width: 125em) {
}

a img 
{
    border: 0;
}

.clearance{
    clear: both;
    overflow: auto;
}

html {
    height: 100%;
    --theme-fresh-color: #94b732;
    --theme-spicy-color: #e5007d;
    --theme-spicy-color-lighter: #eca9ce;
    --theme-sunny-color: #ffdd00;
    --theme-sunny-color-darker: #ffcb00;
    /* --theme-sunny-color-darker: #d8b106;*/
}

body {
    overflow: hidden;
    overflow-y: scroll;
    margin: 0px;
    font-family: Arial, Verdana;
    color: #1b1b1b;
    height: 100vh;
    

}

form {
    height: inherit;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
}

@font-face {
    font-family: 'PTS-regular';
    src: url('../Fonts/PTS55F-webfont.woff') format('woff');
}

@font-face {
    font-family: 'PTS-bold';
    src: url('../Fonts/PTS75F-webfont.woff') format('woff');
}



a {
    color: #1b1b1b;
}

h1, h2, h3, h4, h5 {
    font-family: 'PTS-bold';
}

h1 {
    font-size: 2.0em;
   
    margin-bottom: 1.2em;
    margin-bottom: 0.4em;
}

@media (max-width: 26em) {
    h1 {
        font-size: 1.8em;
        
    }
}


h2 {
    font-size: 1.4em;
    margin-bottom: 0.2em;
}

h3 {
    font-size: 1.2em;
    
    margin-bottom: 0.6em;
}

p, ul, a {
    font-family: 'PTS-regular';
    font-size: 1.2em;
    line-height: 1.5em;
    margin-bottom: 1em;
   
}

    p a {
        font-size: 1.0em;
    }

small, figcaption {
    font-family: 'PTS-regular';
    font-size: 1.0em;
    line-height: 1.3em;
}

/*
nav.location {
    margin-left: 1em;
    margin-top: 0.5em;
}



@media (max-width: 62em) {
    nav.location {
    margin-left: 5%;
    }
}
*/

nav.location {
    width: 60%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0.5em;
    margin-bottom: 1.4em;
}

@media (max-width: 82em) {
    nav.location {
        width: auto;
        margin-left: calc(100px + 4em);
        margin-right: calc(60px + 4em);
    }
}

@media (max-width: 62em) {

    nav.location {
        width: 90%;
        margin-left: auto;
        margin-right: auto;
    }
}

nav.location a {
    color: #a0a0a0;
    text-decoration: none;
    font-size: 1.0em;
}

nav.location small {
    color: #4d4d4d;
}

nav.location  small span{
    /*color: #4d4d4d;*/
}

strong {
    font-family: 'PTS-bold';
}

button {
    cursor: pointer;
}

figure img {
    width: 100%;
    border-radius: 12px;
}

.center {
    text-align: center;
}

header#mainHeader {
    height: 126px;
    display: grid;
    grid-template-areas:
        'logo secondaryMenu'
        'logo mainMenu';
    grid-template-columns: 300px auto;
    grid-template-rows: 63px 63px;
    column-gap: 10px;
    position: relative;
    box-shadow: 0 3px 30px rgb(0 0 0 / 0.6);

    width: 100%; /* neu */
    position: fixed; /* neu */
    z-index: 100000; /* neu */
    background-color: #ffffff; /* neu */
}

@media (max-width: 90em) {
    header#mainHeader {

        grid-template-columns: 220px auto;
        
       
    }
}



/*@media (max-width: 900px), (max-height: 700px) {*/
@media (max-width: 62em) {
    header#mainHeader {
        height: 160px;
        grid-template-areas:
            'secondaryMenu secondaryMenu'
            'logo mainMenu';
        grid-template-rows: 55px 105px;
    }
}

.logoColumn {
    height: inherit;
    grid-area: logo;
    display: flex;
    align-items: center;
}

@media (max-width: 62em) {
    header#mainHeader .logoColumn {
        height: unset;
    }
}

header#mainHeader .logo {
    height: auto;
    width: 260px;
    width: 230px;
    margin-top: 10px;
    margin-left: 20px;
    align-self: center;
}

@media (max-width: 90em) {
    header#mainHeader .logo {       
        width: 180px;        
    }
}

header#mainHeader a {
    margin-bottom: 0px;
        
}

main {
    background-color: #f0f0f0;
    flex: 1 1 auto;

    padding-top: 126px; 
}

@media (max-width: 62em) {
    main {
        padding-top: 160px;
    }
}

main p, main a {
    hyphens: auto;
    hyphenate-limit-chars: auto 3;
    hyphenate-limit-lines: 4;

    word-wrap: break-word;
}


main header {
    background-image: url(../Pix/Layout/headerImage.webp);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 140%;
}

main .regularView {
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100% 100%;
    /* padding-top: 50px;      */
    padding-bottom: 50px; /* 29.04.2024 */
}

@media (max-width: 62em) {
    main .regularView {
        padding-top: 30px;
    }
}

main .regularView.ice {
    background-color: #ffffff;
}

main .regularView.fresh {
    background-image: url(../Pix/Layout/backgroundWatercolorGreen.webp); /*harte Kanten*/
    padding-top: 50px; /* neu */
    /*padding-bottom: 50px;*/ /* 29.04.2024 */
}

@media (max-width: 43em) {
    main .regularView:nth-child(3) {
    }
}

main .regularView.spicy {
    background-image: url(../Pix/Layout/backgroundWatercolorRose.webp); /*harte Kanten, heller*/
    padding-top: 50px; /* neu */
    /* padding-bottom: 50px;*/ /* 29.04.2024 */
}

main .regularView.sunny {
    background-image: url(../Pix/Layout/backgroundWatercolorYellow.webp);
    padding-top: 50px; /* neu */
    /*padding-bottom: 50px;*/ /* 29.04.2024 */
}

main .regularView.cold {
    background-color: #ffffff;
    /*padding-bottom: 50px;*/ /* 29.04.2024 */
}


main .regularView:nth-child(n+6), main .regularView.links {
    padding-top: 50px;
    border: 0px solid blue;
}



main .regularView.standard .hint {
    position: relative;
    background-color: #c7e04d;
    border-radius: 12px;
    outline-offset: 8px;
    outline: 2px dotted #c7e04d;
}

/*main .regularView.standard .hint::before {
    content: "";
    position: absolute;
    top: -8px;
    right: -8px;
    bottom: -8px;
    left: -8px;
    border: 2px dotted #c7e04d;
    border-radius: 16px;
}*/

.regularLayout {
    width: 60%;
    margin-left: auto;
    margin-right: auto;
}


/*@media (max-width: 120em) {*/
@media (max-width: 82em) {
    .regularLayout {
        width: auto;
        margin-left: calc(100px + 4em);
        margin-right: calc(60px + 4em);
    }
}

@media (max-width: 62em) {

    .regularLayout {
        width: 90%;
        margin-left: auto;
        margin-right: auto;
    }
}

/*@media (min-width: 125em) {

    .regularLayout {
        width: 60%;
        margin-left: auto;
        margin-right: auto;
    }
}*/

main .teaserBar {
    /*display: flex;
justify-content: space-between;*/
    display: grid;
    grid-template-areas: 'cell1 cell2 cell3';
    grid-template-columns: 1fr 1fr 1fr;
    grid-column-gap: 3em;
    grid-row-gap: 10px;
    margin-top: 2.6em;
    margin-bottom: 1.6em;
}

main .teaserBar a {
    display: block;
    text-decoration: none;
}

main .teaserBar figure.item {
    border-radius: 12px;
    border: 8px solid #ffffff;
    position: relative;
    display: flex;
}

main .teaserBar .item img {
    border-radius: 4px;
    width: 100%;
    height: 250px;
    object-fit: cover;
}

main .teaserBar .item figcaption {
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    background-color: rgba(255, 255, 255, 0.8);
    position: absolute;
    width: 100%;
    overflow: hidden;
    bottom: 0;
    height: 125px;
}

main .teaserBar .item figcaption p {
    font-size: 1.0em;
    line-height: 1.4em;
    color: #1b1b1b;
    padding: 10px;
}

a.anchor {
    position: relative;
    top: -120px;
}

footer#mainFooter {
    background-color: #212225;
    width: 100%;    
}

footer#mainFooter .sitemap {
    /*width: 80%;*/
    width: 60%;
    padding-top: 100px;
    padding-bottom: 100px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    justify-content: flex-start;
    column-gap: 3em;
}

@media (max-width: 43em) {
    footer#mainFooter .sitemap {
        padding-top: 50px;
        padding-bottom: 50px;
        flex-direction: column;
    }
}

/*@media (min-width: 125em) {

    footer#mainFooter .sitemap {
        width: 60%;
    }
}*/

@media (max-width: 82em) {
    footer#mainFooter .sitemap {
        width: auto;
        margin-left: calc(100px + 4em);
        margin-right: calc(60px + 4em);
    }
}

@media (max-width: 62em) {

    footer#mainFooter .sitemap {
        width: 90%;
        margin-left: auto;
        margin-right: auto;
    }
}

footer#mainFooter .column {
    width: 50%;
    
}

footer#mainFooter a {
    color: #ffffff;
    text-decoration: none;
    line-height: unset;
    display: block;

}

.message {
    margin-bottom: 10px;

}

.message .information {

}

.message .information .box {
    width: inherit;
}

.message .information .content {
    margin-left: 10px;
    margin-right: 10px;
    background-image: url("../Pix/Layout/MessageInformationSymbol.png");
    background-repeat: no-repeat;
    background-position: top right;
    min-height: 100px;
}

.message .warning {
}

.message .warning .box {
    width: inherit;
}


.message .warning .content {
    margin-left: 10px;
    margin-right: 10px;
    background-image: url("../Pix/Layout/MessageWarningSymbol.png");
    background-repeat: no-repeat;
    background-position: top right;
    min-height: 100px;
}

.message .error {
}

.message .error .box {
    width: inherit;
}


.message .error .content {
    margin-left: 10px;
    margin-right: 10px;
    background-image: url("../Pix/Layout/MessageErrorSymbol.png");
    background-repeat: no-repeat;
    background-position: top right;
    min-height: 100px;
}

.message .content .headline {
    font-size: 1.2em;
    font-weight: bold;
    margin-bottom: 3px;
}

.message .content .note {
    font-size: 0.8em;
}


