@charset "utf-8";
/* CSS Document */

body {
  font-family: "Manrope", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  background-color: #e9ece9;
  position: relative;
  margin: 0;
  height: calc(100vh - 12vw);
  height: 100vh;
  overflow-x: hidden;
  }


.logo {
    position: fixed;
    left: 2vw;
    top: 0;
    max-width: 250px;
    padding-top: 1.5vw;
    padding-bottom: 2vw;
    z-index: 10;

}

.logo img {
    width: 12vw;
    max-width: 230px;
    min-width: 150px;
}

.menu {
    position: fixed;
    right: 0;
    top: 0;
    padding-top: 1.5vw;
    z-index: 10;
}

.footer {
    position: fixed;
    right: 0;
    bottom: 0.2vw;
    display: flex;
    flex-direction: column;
    align-items: center;
    z-index: 20;
}

a.link-social {
    border: 1px solid #646464;
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
    padding: 5px;
    display: flex;
    border-right: 0;
    margin-bottom: 20px;
    background-color: #e9ece9;
}

a.link-social img {max-width: 25px;}

img {
    width: 100%;
}

a.signature img {
    max-width: 7px;padding-right: 5px;
}

.menu ul {list-style-type: none;margin: 0;padding: 0;}

a {
    text-decoration: none;
    color: #3682a3;
    font-weight: 700;
    font-size: 17px;
    transition: all 0.25s ease-in-out;
}

.menu ul li {
    margin-bottom: 5px;
    text-align: right;
}

.menu ul li a:after {content: "-------------------";font-weight: 200;margin-left: 10px;letter-spacing: -3px;transition: all 0.25s ease-in-out;:;}

.menu ul li a:hover:after {
    letter-spacing: -4px;
}

.menu ul li a {
    display: block;
}

.intro {
    width: 100%;
    max-width: 630px;
    margin-top: 7vh;
    color: #6c525f;
    font-size: 22px;
    line-height: 26px;
    margin-left: 20vw;
}

.intro img {
    max-width: 35px;
    margin-left: -15px;
    margin-bottom: 10px;
}

.motto {
    font-family: pf-mediterra, sans-serif;
    font-size: 60px;
    line-height: 60px;
    font-weight: bold;
    margin: 20px 0;
}

a.birdlink:after {
    content: " ";
    display: inline-block;
    background: url(../templateimages/icon-bird.svg) no-repeat;
    width: 24px;
    height: 20px;
    margin-left: 10px;
    background-size: 17px;
    background-position-y: 3px;
    transition: all 0.25s ease-in-out;
}

a.birdlink:hover:after {
    background-position-y: 0px;
    background-position-x: 4px;
}

.news-list-home {
    margin-left: 20vw;
    width: 100%;
    max-width: 630px;
    /* margin-top: 8vw; */
    font-size: 14px;
    color: #6c525f;
    line-height: 18px;
    position: absolute;
    bottom: 20px;
}

.news-list-home-header {
    display: flex;
    justify-content: space-between;
    padding-bottom: 5px;
    border-bottom: 1px solid #6c525f;
    margin-bottom: 20px;
}

.news-list-home-header a.birdlink {
    font-size: inherit;
}

a.birdlink {
    display: flex;
}

.news-list-home-header a.birdlink:after {
    background-position-y: 0px;
}

.news-list-home .news-item {
    font-size: 14px !important;!i;!;
    flex-basis: calc(50% - 10px);
}

.news-item-date {
    color: #6c525f !important;!importan;!importanm;!importanmt;!importanm;!i;!;
    font-weight: 400;
    letter-spacing: 4px;
}

.news-list-home-header > div {
    letter-spacing: 4px;
}

.news-list {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: space-between;
}

a.news-item {
    flex-basis: calc(30% - 10px);
    display: flex;
    flex-direction: column;
    gap: 10px;
}

img.news-item-heart {
    position: absolute;
    right: 1px;
    bottom: 1px;
    width: 50px;
    z-index: 1;
    transition: all 1s ease-in-out;
}

.news-item-img {
    position: relative;
    display: flex;
    overflow: hidden;
}

.news-img {
    filter: grayscale(1);
    transition: all 0.25s ease-in-out;
}

.bg-home, .bg-inside {
    position: fixed;
    bottom: 0;
    left: 55vw;
    width: 55vw;
    max-width: 1060px;
    display: flex;
    z-index: -1;
    /* height: calc(100vh - 210px); */
}



a.news-item:hover .news-img {filter:none}
a.news-item:hover .news-item-heart {width:400px;right: -150px;bottom: -150px;opacity: 0.75;}

a:hover {
    color: #6c525f;
}

.content-narrow {
    margin: 0 auto;
    max-width: 600px !important;!importantr;!i;!;
}

h1 {
    margin: 40px;
    margin-top: 0;
    text-align: center;
    font-weight: 200;
    color: #3682a3;
    font-size: clamp(0vw, 125px, 125px);
    line-height: clamp(0vw, 125px, 125px);
    position: relative;
    margin-left: -50vw;
    left: 50%;
    width: 100vw;
}

.manifesto {
    background-color: #fff;
    border-radius: 40px;
    color: #6c525f;
    font-size: 20px;
    line-height: 29px;
    padding: 40px;
    box-sizing: border-box;
    margin-bottom: 40px;
}

.manifesto-heart {
    width: 50px;
    margin-left: -64px;
    position: absolute;
    filter: drop-shadow(7px 12px 10px rgba(0,0,0,0.2));
}

.manifesto p {
    margin: 0 0 10px 0;
}

.manifesto-slogan {
    background-color: #3682a3;
    color: #fff;
    font-weight: 700;
    padding: 20px;
    border-radius: 12px;
    font-size: 25px;
    line-height: 30px;
    width: fit-content;
    margin: 20px 0 20px -64px !important;!i;!;
    display: block;
    filter: drop-shadow(7px 12px 10px rgba(0, 0, 0, 0.2));
}

.content {
    font-size: 16px;
    line-height: 27px;
    color: #3a202d;
    margin-bottom: 100px;
    position: relative;
    max-width: 1060px;
    margin-left: auto;
    margin-right: auto;
    /* margin-top: 8vw; */
    /* margin-top: 210px; */
    padding: 0 10px;
    box-sizing: border-box;
}

p.smalltext {
    font-size: 13px;
    line-height: 18px;
}

body.inside {
    height: initial;
}

.inside .logo {
    /* max-width: 100%; */
}

a.btn {background-color: #3682a3;color: #fff;padding: 8px 30px 10px;border-radius: 10px;filter: drop-shadow(7px 12px 10px rgba(0, 0, 0, 0.2));transition: all 0.25s ease-in-out;}

.btn-list-more {
    flex-basis: 100%;
    text-align: center;
    justify-content: center;
    display: flex;
    margin: 40px auto;
}

.btn-list-more a.birdlink:after {
        background-image: url(../templateimages/icon-bird-white.svg);
}

.bg-inside {
    left: 65vw;
    width: 25vw;
}

a.path {
    margin: 0 auto;
    text-align: center;
    display: block;
}

.news-presentation .news-item-date {
    text-align: center;
    margin: 60px 0 20px;
}

.news-presentation h1 {
    font-size: 50px;
    line-height: 55px;
    position: relative;
    margin-left: 0;
    left: 0;
    width: 100vw;
    max-width: 1040px;
}



.news-presentation .news-item-img {
    max-width: 600px;
    margin: 0 auto;
    margin-bottom: 40px;
}

.team-member-person {
    font-weight: 700;
    font-size: 17px;
}

.team-member-person span {
    font-size: 20px;
    display: block;
    margin-bottom: 10px;
}

.team-member {
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #3682a3;
}

.team-member-quote {
    font-style: italic;
    font-size: 15px;
}

a.btn:hover {
    margin-left: 5px;
    margin-top: 5px;
    filter: drop-shadow(2px 7px 10px rgba(0, 0, 0, 0.2));
}



.fader {
    mask-image: linear-gradient(to bottom, hsl(0 0% 0% / 0), hsl(0 0% 0% / 1) 0%, hsl(0 0% 0% / 1) 50%, hsl(0 0% 0% / 0));
    width: 100vw;
    height: 170px;
    position: sticky;
    top: 0;
    left: 0;
    z-index: 5;
    background-color: rgba(233, 236, 233, 0.85);
}

.bg-home {
    width: auto;
}

.bg-home img {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
	opacity:0;
	animation: fadeinout 10s linear forwards infinite;
}
.bg-home img:nth-child(1) {
	animation-delay: 0s;
}
.bg-home img:nth-child(2) {
    position: absolute;
    z-index: 10;
	top:auto;
	bottom:0;
	animation-delay: 5s;
}
@keyframes fadeinout {
	0% { opacity: 0; }
	6% { opacity: 1; }
	50% { opacity: 1; }
	56% { opacity: 0; }
	100% { opacity: 0; }
}

a.manifesto-slogan:hover {background-color: #fff; color: #3682a3;}
.news-source {margin-top:40px; }
.news-source, .news-source a {font-size:13px;}

.team-photo {    max-width: 170px;    box-sizing: border-box;
    padding-right: 20px;
    padding-bottom: 10px;
    float: left;}