/* ---------------------------------------- GENERAL --------------------------------------- */

@font-face {
	font-family: 'FuturaPTWebBook';
	src: 
		url('../Fonts/Futura-PT/futura-pt_book.woff2') format('woff2'),
		url('../Fonts/Futura-PT/futura-pt_book.woff') format('woff');
	font-weight: 400;
	font-style: normal;
}

@font-face {
	font-family: 'FuturaPTWebBook';
	src: 
		url('../Fonts/Futura-PT/futura-pt_book.woff2') format('woff2'),
		url('../Fonts/Futura-PT/futura-pt_book.woff') format('woff');
	font-weight: 500;
	font-style: normal;
}



:root {
    --pink: #f1dbe6;
    --beige: #e3ddd2;
    --green: #c9dfcb;
    --blue: #c9e0e8;

    --light-pink: #e0dce7;
    --light-blue: #cfd4d8;

    --light-beige: #f6f4ef;

    --white: white;
}

html {
    scroll-behavior: smooth;
}

body {
    font-family: "FuturaPTWebBook", sans-serif;

    /* width: 100%;
    height: 100%; */
    margin: 0;
    padding: 0;
    box-sizing: border-box;

    background-color: var(--light-beige);
    padding: 20px;
	
	-ms-hyphens: auto;
    -webkit-hyphens: auto;
    hyphens: auto;
}

.ausblenden {display: none;}

a {
    text-decoration: none;
    color: black;
}

h1, h2, h3, h4 {
    margin: 0;
}

p,
.page_container_inner > ul {
    /* margin-bottom: 0; */
    margin: 0;
    /* margin-top: 2em; */

    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px;
}

strong {
    font-weight: 600;
}

/* .page_container_inner > ul {
    background-color: blue;
} */

.page_border_bottom {
    position: fixed;
    z-index: 99999;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 20px;
    background-color: var(--light-beige);
}

@media only screen and (max-width: 700px) {

    body {
        padding: 15px;
    }

    p,
    .page_container_inner > ul {    
        font-size: 18px;
        line-height: 24px;
    }

}

/* ------------------------------------ PAGE CONTAINERS ----------------------------------- */

.page_container_outer_home,
.page_container_outer_home ~ .footer_container {
    background-color: var(--pink);
}

.page_container_outer_about,
.page_container_outer_about ~ .footer_container {
    background-color: var(--beige);
}

.page_container_outer_angebot,
.page_container_outer_angebot ~ .footer_container {
    background-color: var(--green);
}

.page_container_outer_themen,
.page_container_outer_themen ~ .footer_container {
    background-color: var(--blue);
}

.page_container_outer_preise,
.page_container_outer_preise ~ .footer_container {
    background-color: var(--light-pink);
}

.page_container_outer_kontakt,
.page_container_outer_kontakt ~ .footer_container {
    background-color: var(--light-blue);
}

.page_container_outer_blog,
.page_container_outer_blog ~ .footer_container {
    background-color: var(--white);
}

.page_container_inner {
    max-width: 680px;
    padding: 20px;
    margin-left: auto;
    margin-right: auto;
}

@media only screen and (max-width: 700px) {

    .page_container_inner {
        padding: 15px;
    }
}

/* -------------------------------------- PAGE TITLES ------------------------------------- */

.page_category_title, .page_title, .page_title_pre {
    width: 100%;
    text-align: center;
}

.page_category_title {
    padding: 0 0 0 4px;
    font-size: 28px;
    font-weight: 500;
    font-style: normal;
    line-height: 32px;
    letter-spacing: 0.5em;
}

.page_title,
.page_title_pre {
    font-family: 'Stroma-Regular';

    font-size: 55px;
    font-weight: 400;
    font-style: normal;
    line-height: 60px;
    width: 150%;
    margin-left: -25%;
	
	-webkit-hyphens: none; 
	-ms-hyphens: none; 
	hyphens: none;

    /* margin-top: 120px; */
    /* margin-bottom: 80px; */
    
    /* background-color: blue; */
}

.segment_title {
    font-family: 'Stroma-Regular';

    font-size: 45px;
    font-style: normal;
    font-weight: 400;
    line-height: 55px;

    text-align: center;

    /* margin-top: 120px; */

    scroll-margin-top: 105px; /* -> for blog post anchor tag navigation */
}

.paragraph_title {

    font-size: 20px;
    font-weight: 600;
    line-height: 30px;
    letter-spacing: 6px;
    text-transform: uppercase; 

    text-align: center;

    scroll-margin-top: 105px; /* -> for blog post anchor tag navigation */
}

.structure_title {
    font-size: 20px;
    font-weight: 450;
    line-height: 22px; 
}

@media only screen and (max-width: 1100px) {

    .page_title,
    .page_title_pre {
        width: 100%;
        margin-left: 0;
    }

}

@media only screen and (max-width: 700px) {

    .page_category_title {
        padding: 0 0 0 2px;
        font-size: 14px;
        line-height: 20px;
        font-weight: 600;
    }

    .page_title,
    .page_title_pre {
        font-size: 27px;
        line-height: 33px;
    }

    .segment_title {
        font-size: 22px;
        line-height: 27px;
    }

    .paragraph_title {

        font-size: 15px;
        line-height: 24px;
        letter-spacing: 4.5px; 
    }

    .structure_title {
        font-size: 18px;
    }

}

/* ------------------------------------ SPACING ----------------------------------- */

.page_container_outer {
    padding-top: 180px;
}

.page_title {
    margin-top: 100px;
    /* margin-bottom: 60px; */
}

.page_title_pre {
    margin-top: 90px;
    margin-bottom: -98px;
}

p,
.page_title_home,
.cta_container,
/* .structure_title, */
.infobox_container,
/* .title_img, */
.blog_date_title,
.page_container_inner > .wp-block-image {
    margin-top: 60px;
}

.segment_title,
.paragraph_title,
.img_pair_container {
    margin-top: 120px;
}

.contact_info_container {
    margin-top: 40px;
}

.structure_title {
    margin-top: 32px;
    margin-bottom: -35px;
}

.blog_date_title {
    margin-bottom: 60px;
}

@media only screen and (max-width: 700px) {

    .page_container_outer {
        padding-top: 85px;
    }

    .page_title {
        margin-top: 35px;
        /* margin-bottom: 30px; */
    }

    .page_title_pre {
        margin-top: 35px;
        margin-bottom: -34px;
    }

    p,
    .page_title_home,
    .cta_container,
    /* .structure_title, */
    .infobox_container,
    /* .title_img, */
    .blog_date_title,
    .page_container_inner > .wp-block-image {
        margin-top: 30px;
    }

    .segment_title,
    .paragraph_title,
    .img_pair_container {
        margin-top: 60px;
    }

    .contact_info_container {
        margin-top: 25px;
    }

    .structure_title {
        margin-top: 16px;
        margin-bottom: -20px;
    }

    .blog_date_title {
        margin-bottom: 30px;
    }
}

/* ------------------------------------ FOOTER ----------------------------------- */

.footer_container {
    width: 100%;
}

.footer_logo_container {
    width: 128px;
    height: auto;
    margin: 0 auto;
    padding: 150px 0 0 0;
}

.footer_separator {
    height: 1px;
    width: calc(100% - 40px);
    margin: 37px auto 24px auto;
    background-color: black;
}

.footer_links_container {
    display: flex;
    justify-content: center;
    padding-bottom: 24px;
}

.footer_link {
    /* margin: auto; */
    margin: 0 12px;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
}

@media only screen and (max-width: 700px) {

    .footer_logo_container {
        width: 110px;
        padding: 120px 0 0 0;
    }

    .footer_separator {
		width: calc(100% - 30px);
        margin: 22px auto 19px auto;
    }

    .footer_links_container {
        padding-bottom: 24px;
    }

    .footer_link {
        /* font-size: 14px; */
    }

}

/* ------------------------------------ LINK ANIMATION ----------------------------------- */

.hover_underline_grow:link {
    text-decoration: none;
    display: inline-block;
    position: relative;
}

.hover_underline_grow:link:after {
    background: none repeat scroll 0 0 transparent;
    bottom: 0px;
    content: "";
    display: block;
    height: 1px;
    left: 50%;
    position: absolute;
    background: black;
    transition: width 0.3s ease 0s, left 0.3s ease 0s;
    width: 0%;
}

.hover_underline_grow:hover:after {
    width: 100%;
    left: 0%;
}

.hover_underline_shrink:link {
    text-decoration: none;
    display: inline-block;
    position: relative;
}

.hover_underline_shrink:link:after {
    background: none repeat scroll 0 0 transparent;
    bottom: 2px;
    content: "";
    display: block;
    height: 1px;
    left: 0%;
    position: absolute;
    background: #000;
    transition: width 0.3s ease 0s, left 0.3s ease 0s;
    width: 100%;
}

.hover_underline_shrink:hover:after {
    width: 0%;
    left: 50%;
}

@media only screen and (max-width: 700px) {

    .hover_underline_shrink:link:after {
        bottom: 1px;
    }

}

/* ------------------------------------ IMG FADE ----------------------------------- */

.img_fade {
    animation-name: img_fade_keyframes;
    animation-duration: 1.2s;
}


@keyframes img_fade_keyframes {

    from{
        transform: translateY(50px);
        opacity: 0;
    }

    to{
        transform: translateY(0px);
        opacity: 1;
    }
}