/*!
Theme Name: Paxmundi
Author: Nadja Ulrich
Version: 1.0.0
*/

@font-face {
    font-family: Assistant;
    font-style: normal;
    font-weight: 400;
    src: local(""), url(./assets/fonts/assistant-v18-latin-regular.woff2) format("woff2"), url(./assets/fonts/assistant-v18-latin-regular.woff) format("woff");
}
@font-face {
    font-family: Assistant;
    font-style: normal;
    font-weight: 600;
    src: local(""), url(./assets/fonts/assistant-v18-latin-600.woff2) format("woff2"), url(./assets/fonts/assistant-v18-latin-600.woff) format("woff");
}
html {
    line-height: 1.375;
}
body {
    font-weight: 400;
    color: #053b58;
}
body,
html {
    font-size: 17px;
}
body,
figure {
    margin: 0;
}
*,
.col-2,
::after,
::before {
    box-sizing: border-box;
}
.col-2 {
    padding: 0.5rem;
}
.container,
.container-small {
    padding: 0 3%;
}
img {
    max-width: 100%;
    height: auto;
    vertical-align: bottom;
}
.wpum-uploaded-file img{
	height:100px;
	display:flex;
}
p {
    text-align: justify;
    margin: 1em auto;
}
.description h3 {
    font-size: 1.3em;
    margin: 0;
}
h3 {
    font-size: 1.2em;
}
h3,
h4,
h5,
h6 {
    margin: 1em 0;
}
a,
h1,
h2,
h3,
h4,
h5,
h6 {
    color: #073a59;
}
a:hover {
    cursor: pointer;
}
.text h2 {
    text-align: left;
}
.chapter-title {
    position: relative;
    line-height: 30px;
}
.chapter-title::after {
    content: "";
    position: absolute;
    width: 320px;
    height: 100%;
    top: 11px;
    left: 50%;
    transform: translateX(-50%);
}
.container-small,
body {
    background: #F5F8FC;
}
#main-nav,
#navbar {
    left: 0;
    position: fixed;
}
#main-nav a,
body {
    font-family: Assistant;
}
p,
table {
    max-width: 1200px;
}
#language-switcher a,
#main-nav a,
.contact-icon,
.leistungen-link,
.social-links a,
a:after,
a:focus,
a:hover {
    text-decoration: none;
}
.page-shape,
.ps,
.ps2{
    overflow: hidden;
}
#language-switcher {
    position: fixed;
    z-index: 999;
    right: 5px;
    box-shadow: 0 0 5px #111;
    bottom: 5px;
    background: #f6f8fc;
    height: 60px;
    width: 60px;
    border-radius: 50%;
}
#current-language,
#language-switcher a {
    display: inline-block;
    line-height: 50px;
    font-weight: 700;
    padding: 0 0.8rem;
    /* box-shadow: 0 1px 3px -2px #000; */
}
#language-switcher a:active,
#language-switcher a:hover {
    background: #ebcc6a1a;
}
#current-language {
    padding: 0.3em 1.2rem 0 0.8rem;
}
#current-language::after {
    content: "\25BE";
    position: absolute;
    top: 50%;
    right: 0.4rem;
    transform: translateY(-50%);
}
.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 189px;
    box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2);
    right: 0;
}
.dropdown-show {
    display: block;
}
.wp-block-buttons {
    text-align: center;
    margin: 2em 0;
}
/*Register Formular*/
.input-text, #user_displayname, #user_email{
	line-height:30px!important;
	height:30px!important;
	border-radius:20px;
	background:#fff!important;
	border:1px solid #333;
	padding:0 0 0 10px;

}
#kontakt button[type="submit"],
.btn,
.ertn,
.wp-block-button__link,
a.btn,
input[type="submit"] {
    display: flex;
    justify-content: center;
    text-decoration: none;
    padding: 11px 28px;
    background: #b7def7;
    color: #083d5a;
    box-shadow: 0 0 -2px 0 #333;
    border-radius: 20px;
    min-width: 285px;
    cursor: pointer;
    transition: 0.5s ease-out;
    -webkit-transition: 0.5s ease-out;
    -moz-transition: 0.5s ease-out;
}
#kontakt button[type="submit"]:hover,
.btn:hover,
.ertn:hover,
.wp-block-button__link:hover,
a.btn:hover,
button:hover,
input[type="submit"]:hover {
    animation: 1s ease-out 0.4s pulse;
    background: #d5a86247 !important;
}

#navbar {
  top: 0;
  right: 0;
  height: 90px;
  background: #f6f8fc;
  z-index: 9999;
  padding: 0 3%; /* bleibt! */
  overflow: visible; /* wichtig für absolut positioniertes Element */
}

.nav-shape {
  position: absolute;
  left: 0;
  right: 0;
  bottom: -54px; /* oder -X je nach SVG-Höhe */
  width: 100vw;
  height: 54px;
  line-height: 0;
  filter: drop-shadow(0 4px 2px #7777);
  overflow: hidden;
  z-index: -1; /* hinter Inhalt der Navbar */
}

.nav-shape svg {
  display: block;
  width: 100%;
  height: 100%;
  transform: rotateY(180deg);
	 width: calc(145% + 1.3px);
}

.nav-shape .shape-fill {
  fill: #f6f8fc;
}

#signet {
    float: left;
    padding: 10px 0;
    position: relative;
    z-index: 9999;
}
#signet img {
    height: 100px;
    width:auto;
}

#trigger-nav {
  display: none;
}

#menu-button {
  float: right;
  cursor: pointer;
}
.menu-text{
    font-weight:600;
    
}
.peace-icon {
  width: 45px;
  height: 45px;
  border: 4px solid #073a59;
  border-radius: 50%;
  margin: 13px 0 0;
  position: relative;
}

.peace-icon .line {
  position: absolute;
  width: 4px;
  background-color: #073a59;
  left: 50%;
  transition: all 0.3s ease;
}

.peace-icon .vertical {
  transform: translateX(-50%) rotate(0deg);
}

.peace-icon .left {
  transform: translateX(-50%) rotate(-60deg);
}

.peace-icon .right {
  transform: translateX(-50%) rotate(60deg);
}
.peace-icon .vertical {
  height: 40px;
  transform: translateX(-50%) rotate(0deg);
}

.peace-icon .left {
  top: 15px;        
  left: 26px;
  height: 20px;     
  transform: translateX(-50%) rotate(-45deg);
}

.peace-icon .right {
  left: 12px;
  top: 13px;
  height: 23px;
  transform: translateX(-50%) rotate(45deg);
}


#trigger-nav:checked + #menu-button .peace-icon .vertical {
  transform: translateX(-50%) rotate(45deg);
  height: 2px;
  top: 19px;
}

#trigger-nav:checked + #menu-button .peace-icon .left {
  height: 41px;
  top: -2px;
  left: 18px;
}

#trigger-nav:checked + #menu-button .peace-icon .right {
  height: 41px;
  top: -1px;
  left: 19px;
}

#main-nav {
  position: fixed;
  top: 89px;
  left: 0;
  width: 100vw;
  background: linear-gradient(40deg, #f6f8fc, rgb(246 248 252 / 48%));
  transform: translateX(-110%);
  transition: transform 0.2s linear;
  /* overflow: hidden; */
}

#trigger-nav:checked ~ #main-nav {
  transform: translateX(0);
}

#main-nav > ul {
    padding: 3rem 0;
}
#main-nav > ul > li::before {
    position: absolute;
    font-size: 1.2em;
    color: #083958;
    left: 0.9em;
    top: 0.8em;
}

#footer-nav a,
#kontakt,
#kontakt .formulare,
#main-nav li,
#page-header,
.empfehlungen,
.footer-container,
.social-links li{
    position: relative;
}
#main-nav a {
    font-size: 1.4em;
    color: #083956;
    font-weight: 700;
    display: block;
    line-height: 55px;
    padding: 0 1em 0 2.3em;
}
#main-nav a:hover {
    background: linear-gradient(90deg, rgb(5 57 88 / 12%), rgb(183 222 247 / 49%));
    box-shadow: 1px -1px 10px #333;
}
.home #page-header:before {
    bottom: 0;
    width: 100%;
    height: 413px;
    background: linear-gradient(
        0deg,
        #f6f8fc 0%,
        #f6f8fcd9 30%,
        #f6f8fcc0 40%,
        #f6f8fc99 60%,
        #f6f8fc66 80%,
        #f6f8fc33 90%,
        #f6f8fc00 100%
    );
    transform: translateX(-50%);
    left: 50%;
    position: absolute;
    content: "";
}



.home #page-header {
    min-height: 96vh;
    top: -47px;
    background-position: center;
    margin-bottom:unset!important;
}
.home-titles {
    position: absolute;
    bottom: 3em;
    padding: -2em 1em 3em;
    width: 100%;
}

.home-title {
	font-family: "Montserrat";
	text-align: center;
	font-size: 4rem;
	background: linear-gradient(-45deg, #b7def7, #053956ad, #073c59, #b7def7);
	background-size: 400% 400%;
	animation: gradientText 4s ease infinite;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-clip: text;
	color: transparent;
	line-height: 1em;
	margin: 0;
}

@keyframes gradientText {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
.home-description {
    font-size: 2.6em;
    font-weight: 400;
    color: #073a59;
    margin: 0.2em 0;
    font-weight: 600;
}
.home-description {
    font-size: 1.5em;
}
#contribute{
    background: #ddb751;
    padding: .5em 2em;
    border-radius: 40px;
    margin: 1em auto 0;
    display: flex;
    justify-content: center;
    color: #fff;
    max-width: 300px;
    font-weight: 600;
    text-decoration: unset;
    text-transform: uppercase;
    font-size: 1.5em;
}
#page-header {
    background-size: cover;
    height: 300px;
    background-position: center;
    margin-bottom:4em;
}
#page-header > .page-title {
    position: relative;
    top: 45%;
    color: #fbf8f3;
    text-shadow: 2px 1px 0 #000;
    margin: 0;
}
#kontakt input[type="email"],
#kontakt input[type="tel"],
#kontakt input[type="text"],
#kontakt select input[type="text"],
#kontakt textarea,
input[type="email"],
input[type="password"],
input[type="tel"],
select,
table,
textarea {
    background: #fffeef7a;
}
.wt,
h1,
h2 {
    text-align: center;
}
#kontakt,
.info-kontakt {
    box-shadow: 0 0 10px 0 #333;
}
.contact-icon:focus,
.contact-icon:hover {
    font-size: 1.1em;
}
.info-kontakt:after {
    content: "";
    display: block;
    clear: both;
}
.info-kontakt dt {
    float: left;
    font-size: 1.5em;
    clear: left;
}
.info-kontakt dd {
    float: left;
    margin: 0;
    padding-left: 1em;
}
.info-kontakt dd a {
    padding-top: 0.5em;
}
#kontakt {
    margin: 4em auto 0;
    padding: 1em;
    z-index: 1;
}
.info-kontakt {
    padding: 1em;
    margin: 1em auto;
    max-width: 355px;
}
.formulare {
    background: #eeeab7;
    max-width: 1200px;
}
.form-title{
    text-transform: uppercase;
    text-align: center;
}
.form-title {
    box-shadow: 0 3px 2px -2px;
    padding-bottom: 0.5em;
}
#kontakt input[type="email"]:focus,
#kontakt input[type="tel"]:focus,
#kontakt input[type="text"]:focus,
#kontakt select:focus,
#kontakt textarea:focus,
#wpforms-162-field_10:focus,
input[type="email"]:focus,
input[type="password"]:focus,
input[type="tel"]:focus,
input[type="text"]:focus,
select:focus,
textarea:focus {
    border: 1px solid #b5b17d;
}
.wpforms-recaptcha-container {
    display: flex;
    justify-content: center;
}
.social-footer {
    padding: 1em;
    background: #b7def7;
    box-shadow: 0 0 7px -2px #333;
}
.social-links {
    padding: 0;
    height: 70px;
}
.social-links li {
    top: 1em;
    font-size: 1.2em;
    padding: 0 0.3em;
}
.social-links a {
    box-shadow: 0 0 5px -1px;
    padding: 0.5em 0.65em;
    border-radius: 50%;
    background: #f6f8fc;
}
#page-footer {
    padding: 0;
    text-align: center;
}
.social-links a:hover {
    background: #ebcc6a;
    cursor: pointer;
}
#footer-nav > ul li:after,
span.meta.category:before {
    content: "|";
}
#footer-nav > ul li:last-child:after {
    content: "";
}
.footer-container {
    margin-top: 0;
    background-size: cover;
}
.footer-container::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    background: #B7DEF7;
    mix-blend-mode: color;
}
#page-footer .nav-menu {
    padding: 2em;
    margin: auto;
}
#footer-nav.nav-position {
    padding-top: 1em;
}
#footer-nav a {
    margin: 0 0.5em;
}
#footer-nav li,
#to-top a,
.info-kontakt dd a,
.social-links li {
    display: inline-block;
}
.copyright {
    display: block;
    font-size: 0.8em;
    padding: 0 0 2em;
}
.page-shape {
    margin-top: -3.4em;
}
.page-shape svg,
.ps svg {
    display: block;
    width: calc(248% + 1.3px);
    height: 105px;
    filter: drop-shadow(0 0 5px #111);
}
.page-shape .shape-fill,
.ps .sf,
.ps2 .sf {
    fill: #F5F8FC;
}
.wavecontent {
    margin: 3em -3.2% 3em;
}
.wt {
    padding: 0 2em;
}
.ps2 {
    transform: rotate(180deg);
}
.ps2 svg {
    display: block;
    width: calc(168% + 540.3px);
    height: 105px;
    filter: drop-shadow(0 -1px 6px #000);
}
table {
    margin: auto;
}
table td {
    border: 2px solid #073c59 !important;
    background:#fff;
    padding:5px!important
}

#to-top {
    position: fixed;
    z-index: 999;
}
.leistungen {
    max-width: 1200px;
    margin: auto;
}
.leistungen .text {
    margin-top: 2em;
}
.text {
    margin: 1em;
}
.leistungen .image {
    position: relative;
    background-size: cover;
    background-position: center center;
    height: 220px;
    margin: 0 0.9em;
}
.leistungen-link {
    background: #422e0ead;
    color: #fff;
    position: absolute;
    bottom: 0;
    width: 100%;
    padding: 1.1em;
    text-align: center;
    margin: 0;
}
.leistungen-link:focus,
.leistungen-link:hover {
    box-shadow: 0 -4px 7px -4px #111;
    text-decoration: underline;
}

#footer-nav li {
    padding-bottom: 0.5em;
}
.nav-next {
    padding-left: 1em;
}
#to-top {
    left: 0;
    bottom: 5px;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.4s linear;
    clip-path: polygon(51% 4%, 79% 34%, 60% 40%, 68% 81%, 34% 81%, 40% 40%, 21% 34%);
}
#to-top.show {
    pointer-events: auto;
    opacity: 1;
    z-index: 9;
}
#to-top a {
    background: #053b58;
    width: 63px;
    height: 50px;
}
.erc > p {
    padding: 1em;
    text-align: center;
}
.erc img {
    width: 250px;
    filter: opacity(0.5);
    display: flex;
    margin: auto;
}
a.ertn {
    max-width: 300px;
    margin: 2em auto;
}
.screen-reader-text {
    border: 0;
    clip: rect(1px, 1px, 1px, 1px);
    -webkit-clip-path: inset(50%);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
    word-wrap: normal !important;
}
.screen-reader-text:focus {
    background: #fff;
    text-decoration: none;
    clip: auto !important;
    -webkit-clip-path: none;
    clip-path: none;
    color: #333;
    display: block;
    font-size: 1em;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    top: 5px;
    width: auto;
    z-index: 100000;
}
@media only screen and (min-width: 411px) {
    .leistungen .image {
        height: 250px;
    }
}
@media only screen and (min-width: 500px) {
   
    #main-nav {
        max-width: 80vw;
    }

}

@media only screen and (min-width: 768px) {
    .columns {
        display: flex;
        flex-wrap: wrap;
        max-width: 1200px;
        margin: auto;
    }
    .col-2 {
        width: 50%;
    }
    .leistungen {
        display: flex;
        align-items: center;
    }
    .leistungen .text {
        width: 50%;
        text-align: center;
        padding: 1em;
        margin: 0;
        font-size: 1em;
    }
    .leistungen .image {
        width: 50%;
        height: 350px;
    }
    .info-kontakt {
        columns: 3;
        max-width: 710px;
        text-align: center;
        padding: 1rem;
    }
    .info-kontakt dt {
        float: none;
        font-size: 2.5em;
    }
    .info-kontakt dd {
        float: none;
        padding-left: 0;
    }
}
@media only screen and (min-width: 950px) {
    .wt > p {
        max-width: 70%;
        margin: auto;
    }
}
@media only screen and (min-width: 1150px) {
    .home-title {
        font-size: 3em;
    }
    .home-description {
        font-size: 2em;
    }
    #footer-nav a {
        font-size: 1.1em;
    }
    #page-header > .page-title {
        font-size: 2.8em;
        top: 40%;
    }
    .wt > h2 {
        font-size: 1.5em;
    }
    .wt > p {
        font-size: 1.2em;
    }
}
@media only screen and (min-width: 1200px) {
    .container,
    .container-small {
        padding-right: 5%;
        padding-left: 5%;
    }
    #kontakt {
        padding: auto 10%;
    }
    .page-shape {
        margin-top: -5.7em;
    }
    .page-shape svg,
    .ps svg,
    .ps2 svg {
        height: 171px;
    }
    .wavecontent {
        margin: -5.7em -5.45% 2em;
        width: 111%;
    }
}
@media only screen and (min-width: 1285px) {
    #main-nav,
    #main-nav > ul {
        position: static;
        padding: 0;
        margin: 1em .2em 0.2em;
    }
    #navbar {
        height: 170px;
    }
	
    #navbar #signet {
        padding: 20px 0;
    }
    #navbar #signet img,
    #navbar #signet svg {
        height: 170px;
    }
    #main-nav > ul > li:before,
    #menu-button {
        display: none;
    }
    #main-nav {
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
        float: right;
        width: auto;
        max-width: none;
        background: 0 0;
        -webkit-box-shadow: none;
        box-shadow: none;
        overflow: visible;
    }
    #main-nav > ul > li {
        display: inline-block;
        border: none;
        margin: 1.3em 1em;
        text-decoration: none;
    }
    #main-nav li a {
        color: #073a57;
        background: 0 0;
        padding: 0;
        line-height: 40px;
        font-weight: 600;
        font-size: 2em;
    }
    #main-nav li a:hover {
        background: 0 0;
        color: #ddb550;
    }
    #main-nav li a::after {
        content: "";
        display: block;
        width: 0;
        height: 2px;
        background: #ddb550;
        transition: width 0.4s ease-in;
    }
    #main-nav li a:hover::after{
        width: 100%;
    }
    #main-nav a:hover {
        background: 0 0;
        box-shadow: none;
    }
    #page-header {
        height: 300px;
    }
    .home #page-header {
        min-height: 80vh;
    }
    #language-switcher {
        top: 100px !important;
    }
}













































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































