/* Allgemein */
body {
    margin: 0px;
    background-color: #ffffff;
    font-family: 'adobe-garamond-pro', serif;
    font-weight: 400;
    font-style: normal;
    font-size: 20px;
    line-height: 1.4;
    color: #707070;
}

.desktop_beige {
    padding-top: 50px;
    padding-left: 50px;
    padding-right: 50px;
}

.desktop_white {
    padding-top: 50px;
    padding-left: 0px;
    padding-right: 0px;
}

.mobil {
    padding: 10px;
}

.content_beige {
    max-width: 100%;
    background-color: #EEE5DE;
    margin: auto;
    border-top: #FFFFFF solid 1px;
    border-left: #FFFFFF solid 1px;
    border-right: #FFFFFF solid 1px;
}

.content_beige_oR {
    max-width: 100%;
    background-color: #EEE5DE;
    margin: auto;
}

.content_white {
    max-width: 100%;
    background-color: #FFFFFF;
    margin: auto;
}

.content_blue {
    max-width: 100%;
    background-color: #001E3B;
    margin: auto;
}

.content_boxes {
    max-width: 1280px;
    margin: auto;
    display: flex;
    justify-content: space-around;
    align-items: flex-start;
    flex-wrap: wrap;
}

.content_box50pc {
    float: left;
    width: 640px;
    margin: 0px;
    display: block;

}

.content_box420px {
    float: left;
    width: 420px;
    margin: 0px;
    display: block;

}

.content_box400px {
    float: left;
    max-width: 400px;
    margin: 0px;
    display: block;

}

.content_box860px {
    float: left;
    width: 860px;
    margin: 0px;
    display: block;

}

@media only screen and (max-width:1280px) {
    .mobhide {
        display: none !important;
    }
}

@media only screen and (min-width: 1280px) {
    .hidedesktop {
        display: none;
    }
}

.spacer_h25px {
    height: 25px;
    width: 0px;
}

.spacer_h20px {
    height: 20px;
    width: 0px;
}

.spacer_h50px {
    height: 50px;
    width: 0px;
}

.spacer_h100px {
    height: 100px;
    width: 0px;
}

.spacer_w50px {
    height: 0px;
    width: 50px;
}

.cta_button_1 {
    width: 550px;
    background-color: #FBAD1E;
    font-family: 'adobe-garamond-pro', serif;
    font-weight: 400;
    text-transform: uppercase;
    font-size: 20px;
    line-height: 1.4;
    text-align: center;
    color: #FFFFFF;
    letter-spacing: 4px;
    padding-top: 15px;
    padding-bottom: 10px;
    display: block;
}

.cta_button_1:hover {
    background-color: #fbc259;
    transition: background-color 0.6s ease;
}

.cta_button_1 a {
    text-decoration: none;
    color: #FFFFFF;
}

.cta_button_1_mobil {
    max-width: 550px;
    background-color: #FBAD1E;
    font-family: 'adobe-garamond-pro', serif;
    font-weight: 400;
    text-transform: uppercase;
    font-size: 20px;
    line-height: 1.4;
    text-align: center;
    color: #FFFFFF;
    letter-spacing: 4px;
    padding-top: 15px;
    padding-bottom: 10px;
    padding-left: 10px;
    padding-right: 10px;
    display: block;
}

.cta_button_1_mobil:hover {
    background-color: #fbc259;
    transition: background-color 0.6s ease;
}

.cta_button_1_mobil a {
    text-decoration: none;
    color: #FFFFFF;
}

.cta_button_2 {
    background-color: #FFFFFF;
    font-family: 'adobe-garamond-pro', serif;
    font-weight: 400;
    text-transform: uppercase;
    font-size: 20px;
    line-height: 1.4;
    text-align: center;
    color: #FBAD1E;
    border: #FBAD1E solid 1px;
    letter-spacing: 4px;
    padding-top: 15px;
    padding-bottom: 10px;
    display: block;
}

.cta_button_2 a {
    text-decoration: none;
    color: #FBAD1E;
}

.cta_button_2 a:hover {
    color: #fdd790;
    transition: color 0.6s ease;
}

/* Typografie */

h1 {
    font-family: 'adobe-garamond-pro', serif;
    font-weight: 400;
    text-transform: uppercase;
    font-size: 20px;
    line-height: 1.4;
    text-align: left;
    color: #707070;
    letter-spacing: 4px;
    padding-top: 50px;
    padding-bottom: 0px;
}

p {
    margin: 0px;
    text-align: left;
    padding: 0px;
}

.text_gross {
    font-family: 'adobe-garamond-pro', serif;
    font-weight: 400;
    text-transform: uppercase;
    font-size: 20px;
    line-height: 1.4;
    text-align: left;
    color: #707070;
    letter-spacing: 4px;
}

.text_gross_mobil {
    font-family: 'adobe-garamond-pro', serif;
    font-weight: 400;
    text-transform: uppercase;
    font-size: 20px;
    line-height: 1.4;
    text-align: center;
    color: #707070;
    letter-spacing: 4px;
    padding-top: 25px;
    padding-bottom: 25px;
    padding-left: 10px;
    padding-right: 10px;
}

.email {
    font-family: 'adobe-garamond-pro', serif;
    font-weight: bold;
    text-transform: normal;
    font-size: 40px;
    line-height: 1.4;
    text-align: left;
    color: #707070;
}

.text_footer {
    font-family: 'adobe-garamond-pro', serif;
    font-weight: 400;
    text-transform: uppercase;
    font-size: 20px;
    line-height: 1.4;
    text-align: center;
    color: #FFFFFF;
    letter-spacing: 4px;
}

.text_footer a {
    color: #FFFFFF;
    text-decoration: none;
}

.text_footer a:hover {
    text-decoration: underline;
}

/* Logo */

.logo_item {
    margin: 0px;
    float: left;
}

.logo_schrift {
    font-family: 'adobe-garamond-pro', serif;
    font-weight: 400;
    text-transform: uppercase;
    font-size: 20px;
    line-height: 1.4;
    text-align: left;
    color: #707070;
    letter-spacing: 4px;
    padding-left: 25px;
    padding-top: 25px;
}

.logo_schrift_mobil {
    font-family: 'adobe-garamond-pro', serif;
    font-weight: 400;
    text-transform: uppercase;
    font-size: 20px;
    line-height: 1.4;
    text-align: center;
    color: #707070;
    letter-spacing: 4px;
    padding-top: 25px;
}

/* Start Anweisungen */

#start {
    max-width: 100%;
    background-color: #EEE5DE;
    margin: auto;
}

#top_navigation {
    float: right;
    background-color: #EEE5DE;
    max-width: 640px;
    margin: 0px;
    display: block;
    text-align: right;
    padding-top: 25px;
}

#top_navigation a {
    font-family: 'adobe-garamond-pro', serif;
    font-weight: 400;
    text-transform: uppercase;
    text-decoration: none;
    font-size: 20px;
    line-height: 1.4;
    text-align: right;
    color: #707070;
    letter-spacing: 4px;
    text-align: right;
}

#top_navigation a:hover {
    text-decoration: underline;
    transition: background-color 0.6s ease;
}

#top_navigation_mobil {
    width: 100%;
    position: fixed;
    background-color: #001E3B;
    margin: 0px;
    display: block;
    text-align: center;
    padding-top: 15px;
    padding-bottom: 10px;
}

#top_navigation_mobil a {
    font-family: 'adobe-garamond-pro', serif;
    font-weight: 400;
    text-transform: uppercase;
    text-decoration: none;
    font-size: 20px;
    line-height: 1.4;
    text-align: center;
    color: #FFFFFF;
    letter-spacing: 4px;
}

#top_navigation_mobil a:hover {
    text-decoration: underline;
    transition: background-color 0.6s ease;
}

/* Ueber mich Anweisungen */

#ueber_mich {
    max-width: 1280px;
    background-color: #FFFFFF;
    margin: auto;
}

.portrait_foto {
    width: 100%;
    margin: 0px;
}

.portrait_foto_mobil {
    max-width: 300px;
    margin: auto;
}

.text_box {
    margin: 0px;
    float: left;
    padding-left: 100px;
}

.text_box_mobile {
    max-width: 550px;
    margin: 0px;
    float: left;
    padding: 5px;
}

.zitat {
    font-family: 'adobe-garamond-pro', serif;
    font-weight: 400;
    font-style: italic;
    font-size: 25px;
    line-height: 1.4;
    color: #707070;
    text-align: right;
}

.zitat_mobil {
    font-family: 'adobe-garamond-pro', serif;
    font-weight: 400;
    font-style: italic;
    font-size: 25px;
    line-height: 1.4;
    color: #707070;
    text-align: center;
}

/* Angebot Anweisungen */

#angebot {
    max-width: 100%;
    background-color: #EEE5DE;
    margin: auto,
}

.icon_center {
    max-width: 550px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.icon_center_mobil {
    max-width: 1280px;
    margin: auto;
    display: block;
}


/* Neueste Rezepte Anweisungen */

#neueste_rezepte {
    max-width: 1280px;
    background-color: #FFFFFF;
    margin: auto;
}

/* Kontakt Anweisungen */

#kontakt {
    max-width: 100%;
    background-color: #FFFFFF;
    margin: auto;
}

#kontakt_beige {
    max-width: 100%;
    background-color: #EEE5DE;
    margin: auto;
}

/* Kontakt Anweisungen */

#footer {
    max-width: 100%;
    background-color: #001E3B;
    margin: auto;
    padding-left: 50px;
    padding-right: 50px;
}

/* Anweisungen Rezept Beschreibung */

#rezept_description {
    max-width: 1280px;
    background-color: #FFFFFF;
    margin: auto;
}

/* Anweisungen Links */

.box_text_links {
    max-width: 800px;
    text-align: left;
}

/* Anweisungen nach oben Scrollen */

.obenkreis {
    width: 40px;
    height: 40px;
    border-radius: 50px;
    background-color: rgba(51, 51, 51, 0.6);
    /* Hintergrundfarbe (Kreis) */
    animation: anitop 1s;
}

@keyframes anitop {
    0% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

.obenpfeil-1,
.obenpfeil-2 {
    border: solid #fff;
    /* Farbe Pfeile */
    border-width: 0 3px 3px 0;
    display: inline-block;
    padding: 5px;
    transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg);
    position: absolute;
    left: 50%;
    margin-left: -6px;
    transition: all 0.2s ease;
}

.obenpfeil-1 {
    top: 15px;
}

.obenpfeil-2 {
    top: 22px;
}

.obenkreis:hover .obenpfeil-2 {
    top: 8px;
}

#back-top2 {
    position: fixed;
    bottom: 5%;
    right: 5%;
    z-index: 1000;
}

#back-top2 span {
    display: block;
}

@media (max-width: 1680px) {
    #back-top2 {
        bottom: 5px;
        right: 5px;
    }
}
