
body {
	font-family: 'Noto Sans', sans-serif !important;
	font-size:16px; 
	
}
html {  scroll-padding-top: 200px;}


*{
    margin:0;
    padding:0;
    box-sizing:border-box;
}
:root {
  --primary: #17365d;
  --primary-dark: #17365d;
--green: #4e6458;
--green-dark: #35483f;
--text: #383838;
--text-light: #666666;
--background: #f7f3f2;
--page-background: rgba(247, 243, 242, 0.7);
--white: #ffffff;
--font-headline: "Source Sans 3", sans-serif;
--font-body: "Source Sans 3", sans-serif;

}
	
body {
  font-family: var(--font-body);
  color: var(--text);
  line-height: 1.7;
}

/* ==========================================
   SEITENTITEL
========================================== */


.blau {background:#17365d;}
.grau {background: linear-gradient( 180deg, #f7f9fb 0%, #ffffff 100% );}
/* Obertitel */

.frame-header .element-header {
    display: inline-block;

    margin: 0 0 1rem;
    padding: .45rem 1.2rem;

    border-radius: 999px;
    background: #eef3f8;

    color: var(--primary);

    font-size: .8rem;
    font-weight: 700;
    letter-spacing: .22em;
    text-transform: uppercase;
}

/* H1 */

.frame-header .element-subheader {
    position: relative;
    display: block;

    margin: 0 0 3rem;
    padding-bottom: 1rem;

    color: var(--primary);

    font-size: clamp(2.6rem, 3vw, 3.2rem);
    font-weight: 300;
    line-height: 1.08;
    letter-spacing: -.02em;
}

.frame-header .element-subheader::after {
    content: "";

    position: absolute;

    left: 0;
    bottom: 0;

    width: 90px;
    height: 4px;

    border-radius: 20px;

    background: #c7a76a;
}

/* ==========================================
   LISTEN
========================================== */

ul:not(.navilo):not(.sub2),
ol {

    margin: 1.5rem 0;
    padding-left: 1.4rem;
}

ul:not(.navilo):not(.sub2) li,
ol li {

    margin-bottom: .7rem;

    color: #4b5563;
}

/* ==========================================
   LINKS
========================================== */

a {

    color: #294a70;

    text-decoration: none;

    transition: .25s;
}

a:hover {

    color: #c7a76a;
}

/* ==========================================
   CONTENT
========================================== */



/* ==========================================
   MOBIL
========================================== */

@media (max-width:991px){

    .page-header,
    .frame-type-header,
    .ce-header{

        padding-left:22px;
        margin-bottom:2.8rem;
    }

    .page-header::before,
    .frame-type-header::before,
    .ce-header::before{

        width:3px;
    }

    h1{

        font-size:2.4rem;
    }

    h2{

        font-size:1.8rem;
    }

    p{

        font-size:1rem;
        line-height:1.75;
    }

}

a {
  color: var(--primary);
}

a:hover {
  color: var(--primary-dark);
}

strong {
  font-weight: 700;
}

small {
  color: var(--text-light);
}


/* Navigation */
nav,
.mainnav,
.navbar,
.navigation {
  font-family: var(--font-body);
  font-weight: 600;
  font-size: 17px;
  letter-spacing: 0.02em;
}

/* ==========================================================
   Buttons
========================================================== */

.btn,
.button,
.more,
input[type="submit"],
button{

    display:inline-flex;
    align-items:center;
    justify-content:center;
    gap:.75rem;

    min-height:44px;
    padding:0 1.4rem;

    background:var(--primary);
    border:2px solid var(--primary);
    border-radius:3px;

    color:#fff !important;

    font-size:.75rem;
    font-weight:600;
    letter-spacing:.08em;
    text-transform:uppercase;
    text-decoration:none !important;

    cursor:pointer;

    transition:
        background .25s ease,
        border-color .25s ease,
        color .25s ease,
        transform .25s ease,
        box-shadow .25s ease;
}

/* Hover */

.btn:hover,
.button:hover,
.more:hover,
input[type="submit"]:hover,
button:hover,

.btn:focus-visible,
.button:focus-visible,
.more:focus-visible,
input[type="submit"]:focus-visible,
button:focus-visible{

    background:#1f3e60;
    border-color:#c7a76a;
    color:#fff !important;

    transform:translateY(-2px);

    box-shadow:
        0 10px 25px rgba(24,58,93,.22);
}

/* Active */

.btn:active,
.button:active,
.more:active,
button:active{

    transform:translateY(0);

    box-shadow:none;
}

/* Icon */

.btn i,
.button i,
.more i{

    transition:transform .25s ease;
}

.btn:hover i,
.button:hover i,
.more:hover i{

    transform:translateX(4px);
}

/* Textauswahl */
::selection {
  background: var(--primary);
  color: var(--white);
}


header .textmedia {gap:0;}



main {margin-top: 100px;}
/* mmenu Fix */
.mm-page .site-header,
.mm-wrapper .site-header {
  position: sticky;
  top: 0;
	z-index: 10000;
}



footer p  {    margin-bottom: 0;}

.footer-menu {background: #dddcd6; line-height: 3rem;}



.hunderter .megazeil,
.hunderter .ce-outer,
.hunderter .ce-row,
.hunderter .ce-gallery,
.hunderter .ce-textpic,
.hunderter .image { width: 100% !important;}
.hunderter .container {padding: 0 !important;}
.hunderter .frame {width: 100%; height: auto; margin: 0;
padding: 0;}

.hunderter .ce-gallery[data-ce-columns="3"] .ce-column {
    width: 33.33333% !important;}

.hunderter {max-width: 100% !important; padding: 0 !important; z-index: 0;}
.hunderter .ce-gallery img {padding: 0;width: 100%; }
.hunderter .ce-column {padding: 0 !important ;}
.hunderter .textmedia {gap:0;}
.hunderter hr {height: 0; padding: 2% 0; background:none !important;}
.hunderter .frame-container-default {
  max-width: 100%; padding: 0; margin:0;
}
.headerimage-outer {margin-top: -130px;}

.headerimage {position: relative; width: 100%; overflow: hidden; margin-bottom: 0.5%;}
.headerimage .carousel-image picture {width: 100%;}
.headerimage .carousel .carousel-content-inner,
.headerimage  .frame-container {min-width: 100% !important; max-width: inherit !important; padding: 0; margin:0; }


.headerimage .carousel .carousel-content {  height: inherit;}
.headerimage .carousel-item-type-image .carousel-image img {	width: 100%;}
.headerimage .frame {padding: 0;}
.headerimage .carousel .item {height: auto;}


.headerimage .carousel-image {
  display: block;
	z-index: 1;
  width: 100%;
}

.headerimage .carousel-text p {text-align: center; background-color: rgba(255,255,255,0.55); font-size: 3rem; padding: 1% 0.5%; }

.headerimage  .carousel-image img {
	width: 100%;}


.frame-space-before-extra-small {
    margin-top: 0.5rem !important;
}

.frame-space-before-small {
    margin-top: 1rem !important;
}

.frame-space-before-medium {
    margin-top: 2rem !important;
}

.frame-space-before-large {
    margin-top: 3rem !important;
}

.frame-space-after-extra-small {
    margin-bottom: 0.5rem !important;
}

.frame-space-after-small {
    margin-bottom: 1rem !important;
}

.frame-space-after-medium {
    margin-bottom: 2rem !important;
    padding-left: 5%;
}

.frame-space-after-large {
    margin-bottom: 3rem !important;
}




.frame-custom-22 .gallery-item img {  width: 80%;}
.frame-custom-23 .gallery-item img {  width: 60%;}
.frame-custom-24 .gallery-item img {  width: 40%;}
.frame-custom-25 .gallery-item img {  width: 20%;}
.frame-custom-26 .gallery-item img {  width: 10%;}

/* Linksbündig */
.frame-custom-27 .gallery-item img {
    display: block;
    width: 80%;
    margin-right: auto;
}

.frame-custom-28 .gallery-item img {
    display: block;
    width: 60%;
    margin-right: auto;
}

.frame-custom-29 .gallery-item img {
    display: block;
    width: 40%;
    margin-right: auto;
}

.frame-custom-30 .gallery-item img {
    display: block;
    width: 20%;
    margin-right: auto;
}

.frame-custom-31 .gallery-item img {
    display: block;
    width: 10%;
    margin-right: auto;
}

.frame-custom-27 .gallery-item img,
.frame-custom-28 .gallery-item img,
.frame-custom-29 .gallery-item img,
.frame-custom-30 .gallery-item img,
.frame-custom-31 .gallery-item img {
    margin-left: 0;
    margin-right: 0;
}





