html {
  scroll-behavior: smooth;
  scroll-padding-top: 50px; /* Wenn deine Navbar fixed ist */
}

:root,
[data-bs-theme=light] { 
  --background: #fff;
  
  --primary-rgb: 158, 142, 146;
  --primary: #9e8e92;
  --primary-dark: #766a6d;
  --primary-light: #b6aaad;
  
  --secondary-rgb: 211, 184, 179;
  --secondary: #d3b8b3;
  --secondary-dark: #9e8a86;
  --secondary-light: #decac6;
  
  --accent-rgb:233, 214, 193;
  --accent: #e9d6c1;
  --accent-dark: #afa091;
  --accent-light: #f4ebe0;
  --accent-light-rgb: 244, 235, 224;
  
  --light-rgb: 244, 237, 236;
  --light: #f4edec;
  --lighter-rgb: 249, 245, 239;
  --lighter: #f9f5ef;
    
  --body-font:  'Noto Sans',  system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --body-size: large;
  --body-weight: 300;
  --body-line-height: 1.5em;
  --body-color: #282425;
  --body-color-rgb: 40,36,37;
    
  --heading-font:  'Noto Sans',  sans-serif;
  --heading-color: var(--primary);
  --heading-link:var(--primary);
  --heading-link-hover: var(--primary-dark);
  --heading-hover-decoration: underline;
    
  --link-color: var(--bs-black);
  --link-hover-color: var(--secondary-dark);
  --link-weight: 400;
  --link-hover-decoration: none;

  --nav-font: 'Noto Sans',  sans-serif;
  --nav-weight: 300;
  --nav-hover-weight: 300;
  --nav-active-weight: 600;
  --nav-color: var(--bs-gray-700);
  --nav-hover-color: var(--primary);
  --nav-active-color: var(--primary);
  --nav-affix-color: var(--bs-gray-700);
  --nav-affix-hover-color: var(--primary);
  --nav-affix-active-color: var(--primary);
  --nav-mobil-weight: 400;
  --nav-mobil-hover-weight: 400;
  --nav-mobil-active-weight: 600;
  --nav-mobil-color: var(--bs-gray-700);
  --nav-mobil-hover-color: var(--primary);
  --nav-mobil-active-color: var(--primary);
  
  --nav-dropdown-weight: 400;
  --nav-dropdown-hover-weight: 500;
  --nav-dropdown-active-weight: 600;
  --nav-dropdown-color: var(--body-color);
  --nav-dropdown-hover-color: var(--primary);
  --nav-dropdown-active-color: var(--secondary);
  --nav-dropdown-mobil-weight: 400;
  --nav-dropdown-mobil-hover-weight: 500;
  --nav-dropdown-mobil-active-weight: 600;
  --nav-dropdown-mobile-color: var(--body-color);
  --nav-dropdown-mobile-hover-color: var(--primary);
  --nav-dropdown-mobile-active-color: var(--secondary);
  
  --icon: var(--primary);
  
  --list-symbol: '\F061';
  --list-color: var(--primary);
  --list-font-family: "Font Awesome 5 Free";
  --list-font-weight: 900;
  
  --radius: 10px;
  
  --bs-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.2);
  --bs-box-shadow-sm: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.3);
  --bs-box-shadow-lg: 0 1rem 3rem rgba(0, 0, 0, 0.2);
  --bs-box-shadow-inset: inset 0 1px 2px rgba(0, 0, 0, 0.2);
  

  --gradient-1: linear-gradient(30deg, rgba(var(--primary-rgb), .5) , rgba(var(--secondary-rgb), .5) );
  --gradient-2: linear-gradient(30deg, rgba(var(--primary-rgb), 1) , rgba(var(--secondary-rgb), 1) 75% );
  --gradient-3: linear-gradient(130deg, rgba(var(--primary-rgb), 1) 25%, rgba(var(--secondary-rgb), 0) 95%, rgba(var(--secondary-rgb), 0) 100%);
  --gradient-4: linear-gradient(130deg, rgba(var(--primary-rgb), 1) 30%, rgba(118,106,109, 1) 80%, rgba(118,106,109, 1) 100%);
 
  --muted: "Oooh Baby",  sans-serif;
}

.bg-gradient-1 		{ background: var(--gradient-1) !important }
.bg-gradient-2 		{ background: var(--gradient-2) !important }
.bg-gradient-3 		{ background: var(--gradient-3) !important }
.bg-gradient-4 	    { background: var(--gradient-4) !important }


/*
[data-bs-theme=accent] > * {
  --accent: var(--bs-white) !important;
  --primary: var(--bs-white) !important;
  --secondary: var(--bs-white) !important;
  --heading: var(--bs-white) !important;
  --body-color: var(--bs-white) !important;       
}	
*/

        
/*--------------------------------------------------------------
# General / Typo
--------------------------------------------------------------*/
body {
  background-image: url(../images/balken2.gif);
  background-repeat: repeat-x;
  background-color: var(--background);
  color: var(--body-color);
  font-family: var(--body-font);
  font-weight: var(--body-weight);
}

h1,h2,h3,h4,h5,h6,
h1 a,h2 a,h3 a,h4 a,h5 a,h6 a {
  color: var(--heading-color);
  font-family: var(--heading-font);
  margin-bottom: .5em;
  font-weight: 200;
  }
  
h3,h3 a, .h3 {
  font-weight: 400;
  font-size: 1.5rem
  }
    
@media (max-width: 575px) {
  h1,h2,h3,h4,h5,h6,
  h1 a,h2 a,h3 a,h4 a,h5 a,h6 a {
    letter-spacing: 0
    } 
} 
    
h1, .h1 { font-size: calc(2rem + 1.5vw) }
@media (min-width: 768px) { h1, .h1 { font-size: 3rem }}
@media (min-width: 992px) { h1, .h1 { font-size: 3.5rem }}
@media (min-width: 1200px) { h1, .h1 { font-size: 3.5em }}

@media (min-width: 992px) { h2, .h2 { font-size: 2.5rem }}
@media (min-width: 1200px) { h2, .h2 { font-size: 2.75rem }}

@media (min-width: 992px) { h3, .h3 { font-size: 1.8rem }}
@media (min-width: 1200px) { h3, .h3 { font-size: 1.9rem }}

@media (min-width: 992px) { h4, .h4 {font-size: 1.75rem }}
@media (min-width: 1200px) { h4, .h4 {font-size: 2.0rem }}


[class*="display-"] {
  font-weight: 100 !important;
}

a 	{ }
a:hover:not(.btn) { text-decoration: underline }

b 		{ font-weight: 600 !important; }
strong 	{ font-weight: 700 !important; }

.fw-lighter 		{  }
.fw-light 			{  }
.fw-normal 			{  }
.fw-medium 			{  }
.fw-semi-bold 		{  }
.fw-bold 			{ font-weight: 600 !important; }
.fw-bolder 			{  }


h1.muted,
h2.muted,
h3.muted,
h4.muted,
h5.muted,
h6.muted,
h1 .muted,
h2 .muted,
h3 .muted,
h4 .muted,
h5 .muted,
h6 .muted 			{ 
  font-weight: 500 !important ;
 font-family: "Oooh Baby" !important;
  }
  
.muted.fw-lighter 	{ }
.muted.fw-light 	{ font-weight: 200 !important; }
.muted.fw-normal 	{ font-weight: normal !important; }
.muted.fw-medium 	{  }
.muted.fw-semi-bold {  }
.muted.fw-bold 		{ font-weight: bold !important; }
.muted.fw-bolder 	{ font-weight: bold !important; }

b .muted, b.muted, .muted b 	{ font-weight: bold !important; }
a .muted, a.muted, .muted a  	{ font-weight: bold !important; }
strong .muted, strong.muted, .muted strong	{  }






/*--------------------------------------------------------------
# TITLE / HEADING
--------------------------------------------------------------*/
.title,
.content article h1 {
  position: relative;
  display: block;
  width: 100%;
  margin-top: 0;
  margin-bottom: 60px;
  padding-bottom: 20px;
  text-align: center;
  font-size: calc(2.75rem + 1.5vw);
  }
.content article h1 { /* siehe .title */
  }
aside h1 {
  }	
.topline {
    display: block;
    text-transform: none;
    color: var(--secondary);
    font-size: 85%;
    font-weight: normal;
    margin-bottom: 0;
    font-family: var(--muted)
  }
@media (max-width: 1200px) {
  .title,
  .content article h1 {
    margin-bottom: 30px;
    font-size: calc(2.5rem + 1.5vw);
  }
}
@media (max-width: 575px) {
  .title,
  .content article h1 {
    margin-bottom: 15px;
    font-weight: 300
  }
  .topline { 
    font-weight: bold
  }
}


/*--------------------------------------------------------------
# Buttons
--------------------------------------------------------------*/
.btn:not(.back-to-top) {
  font-weight: 500;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  border-radius: 999px;
  background-color: transparent;
  color: var(--primary);
  border: 2px solid var(--primary);
  position: relative;
  overflow: hidden;
  background: var(--bs-white);
  
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  
}
.btn:not(.back-to-top)::after {
  content: "";
  position: absolute;
  width: 0;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  border-radius: 999px;
  background: var(--gradient-1);
  transition: width .35s ease-in-out;
  }
  .btn:not(.back-to-top):hover::after {
  width: 100%;
  }
  .btn:not(.back-to-top):hover {
  color: var(--primary-dark);
  background-color: var(--bs-white);
  box-shadow: var(--bs-box-shadow)
  }
  
  
  

    
.btn:not(.back-to-top) i {
  font-size: 110%;
  margin-right: 5px
  }
  .btn:not(.back-to-top):hover i {
    color: var(--accent)
  }



.btn.btn-primary {
  background: var(--gradient-2);
  color: var(--bs-white)
  }
  .btn.btn-primary::after {
  background: var(--gradient-4);
  }
  .btn.btn-primary:hover {
  color: var(--bs-white)
  }


.btn.btn-outline-accent {
  color: var(--bs-white);
  border-color: var(--accent)
  }
  .btn.btn-outline-accent::after {
  }
  .btn.btn-outline-accent:hover {
  color: var(--bs-white);
  }
  .btn.btn-outline-accent i {
  color: var(--accent) !important
  }
  
  
  
  
  

/*--------------------------------------------------------------
# Sections / Aufbau
--------------------------------------------------------------*/
.container,
.container-xxl,
.container-xl,
.container-lg,
.container-md,
.container-sm {
  max-width: 960px !important;
}

section {
  padding: 80px 0;
  position: relative
  }
  .start section:not(.hero) { padding: 120px 0; }
  
.content {
  padding-top: 120px;
  padding-bottom: 120px
  }
@media (max-width: 1200px) {
  section {
    padding: 60px 0;
    }
  .content {
    padding-top: 120px;
    padding-bottom: 120px
    }
}
@media (max-width: 992px) {
  .container,
  .container-xxl,
  .container-xl,
  .container-lg,
  .container-md,
  .container-sm {
  padding-left: 30px;
  padding-right: 30px
  }
  
  section {
    padding: 40px 0;
    }
  .start section:not(.hero) { padding:80px 0; }
  
  .content {
    padding-top: 100px;
    padding-bottom: 100px
    }
}
@media (max-width: 768px) {
  section {
  }
  .start section:not(.hero) { padding: 60px 0; }
  
  .content {
    padding-top: 60px;
    padding-bottom: 60px
    }
}






/*--------------------------------------------------------------
# Brand / Logo
--------------------------------------------------------------*/
.navbar-brand {
  transition: .3s;
  }
.navbar-brand:hover {
  opacity: .8
  }
.navbar-brand img {
 height: 100%;
 height: 130px;
 width: auto
 } 
@media (min-width: 768px) {
  .navbar.affix .navbar-brand {
  }
} 



@media (max-width: 768px) {
  .navbar-brand {
  
  }
} 







/*--------------------------------------------------------------
# Navbar / Menu --- navbar - container - navbar-brand/navbar-collapse - navbar-nav
--------------------------------------------------------------*/
.navbar {
  transition: .5s;	
  display: none
  } 
  .navbar.affix {
  box-shadow: var(--bs-box-shadow);
  background: var(--bs-white);
  position: fixed;
  top: 0;
  width: 100%;
  transition: .5s;
  }
  
.navbar > .container {
}
 .navbar-nav {
}
  
.nav-item {	
  margin: 0 0 0 20px;
}
  
.nav-link {
  transition: .3s;
  font-size: 20px;
  letter-spacing: .03em;
  text-transform: uppercase;
  padding: 0
}
.nav-link:hover, 
.nav-link:focus,
.nav-link#active,
.nav-link.active {
}	
.nav-link#active,
.nav-link.active {
}	


@media (min-width: 768px) {
    
  } 
  
@media (max-width: 992px) {
}  
@media (max-width: 768px) {
}






/*--------------------------------------------------------------
# HIGHLIGHT / CAROUSEL
--------------------------------------------------------------*/
/* Animationen */
@keyframes breathAnimation1 {
  0%, 100% { transform: scale(1); }
  50% { transform: scale(1.05); }
}
@keyframes breathAnimation2 {
  0%, 100% { transform: scale(1); }
  50% { transform: scale(1.07); }
}
@keyframes breathAnimation3 {
  0%, 100% { transform: scale(1); }
  50% { transform: scale(1.1); }
}


header.hero {
margin-top: 0;
}

.carousel {
  transition: 0.5s;
  margin: 0 !important;
  overflow: hidden !important;
}
.carousel-inner {
  height: 100vh;
}
.carousel-item {
  transition: opacity 0 ease-in;
  height: 100vh;
}
.carousel-item::after {
  display: none
}

.circle {
  position: absolute;
  width: 110%;
  height: 110%;
  margin: -55% -25% 0 0;
  animation: breathAnimation2 7s ease-in-out infinite;
  transition: 0.5s;
  z-index: 0;
  overflow-x: hidden !important;
}
.circle.circle-2 {
  width: 65%;
  height: 65%;
  margin: 60% -55% 0 0;
  animation: breathAnimation3 5s ease-in-out infinite;
  opacity: 0.6;
}
.circle path { fill: var(--light); }
.circle.circle-2 path { fill: var(--secondary); }

/* Carousel Item mit Bild */
.carousel-item .rounded-circle {
  width: 46%;
  aspect-ratio: 1 / 1;
  border-radius: 100%;
  margin: 3% -3% 0 0;
  border: 20px solid #fff;
  box-shadow: var(--bs-box-shadow-lg);
  position: relative;
  float: right;
  overflow: hidden;
  animation: breathAnimation1 6s ease-in-out infinite;
  transition: 0.5s;
  z-index: 10;
}
.carousel-img {
  display: block;
  position: relative;
  height: 100% !important;
  z-index: 1;
}

.carousel-caption {
  text-align: left;
  left: 10%;
  right: 10%;
  width: 80%;
  height: 100vh;
  max-width: 960px;
  margin: 0 auto !important;
}
.carousel-caption > img {
  margin: 0.5em 0 2em -20px !important;
  min-width: 40%;
  height: auto;
}
.carousel-caption h1 {
  color: var(--primary);
  margin: 0;
  font-weight: 100;
  font-size: 600%;
}
.carousel-caption h2 {
  color: var(--secondary);
  font-family: var(--muted);
  margin: 0 0 1em 0;
  font-size: 370%;
  line-height: 1.2em;
}
.carousel-caption p {
  color: var(--bs-black);
}
.carousel-caption .btn {
  font-size: 115%
}


@media (max-width: 1600px) {
  .carousel { font-size: 95%; }
  
  .carousel-item .rounded-circle { border-width: 15px; }
  
  .circle { margin: -85% -25% 0 0; }
  .circle.circle-2 {
    margin: 60% -65% 0 0;
    width: 60%; height: 60%;
  }
}

@media (max-width: 1200px) {
  .carousel { font-size: 85%; }
  
  .carousel-item .rounded-circle {
    border-width: 10px;
    margin-top: 5%;
  }
  .circle { margin: -105% -35% 0 0; }
  .circle.circle-2 { margin: 80% -65% 0 0; }
}

@media (max-width: 992px) {
  .carousel { font-size: 75%; }
  
  .circle {
    width: 120%; height: 120%;
    margin: -125% -35% 0 0;
  }
  .circle.circle-2 {
    width: 70%; height: 70%;
    margin: 125% -65% 0 0;
  }
  .carousel-caption .btn {
    font-size: 135%
  }
}
@media (max-width: 768px) {
  .carousel { font-size: 50%; }
  .carousel-item .rounded-circle {
    margin-top: 10%;
    width: 55%;
  }
  .circle {
    margin: -175% -35% 0 0;
  }
  .circle.circle-2 {
    margin: 155% -65% 0 0;
  }
  .carousel-caption .btn {
    font-size: 190%
  }
}
@media (max-width: 575px) {
  .carousel { font-size: 45%; }
  .carousel-item .rounded-circle {
    width: 70%;
    margin-top: -7%;
    margin-right: -20%;
    border-width: 7px;
  }
  .circle { margin: -155% -15% 0 0; }
  .circle.circle-2 { margin: 165% -75% 0 0; }

  .carousel-caption {
    position: absolute;
    top: auto;
    height: auto;
    bottom: 11%;
  }
  .carousel-caption > img {
    margin: 0 0 1.5em -10px !important;
    width: 60%;
    float: left;
  }
  .carousel-caption h1 {
    font-weight: 200;
    font-size: 700%;
    clear: both;
    text-align: center;
  }
  .carousel-caption h2 {
    font-size: 460%;
    margin: 0 0 .5em 0;
    font-weight: bold;
    text-align: center;
  }
  .carousel-caption .btn {
    font-size: 240%
  }
}

@media (max-width: 480px) {
  .carousel {
    font-size: 40%;
    background: var(--gradient-4)
  }
  .carousel-item {
  }
  .circle {
    width: 210%; height: 210%;
    margin: 175% 55% 0 0;
    opacity: 0.2;
  }
  .circle.circle-2 { display: none; }

  .carousel-item .rounded-circle {
    margin-top: -33%;
    margin-right: -20%;
    width: 85%;
  }
  .carousel-img {
    position: absolute;
    left: 0;
    bottom: 0;
    max-width: 80%;
    max-height: 80%;
    object-fit: contain;
    object-position: left bottom;
    display: block;
    z-index: 1;
  }
  .carousel-caption > img {
    margin: 0 0 1.3em -15px !important;
    min-width: 55%;
    filter: brightness(0) invert(1);
  }
  .carousel-caption h1 {
    font-weight: 300;
    color: var(--bs-white);
    letter-spacing: -0.01em;
  }
  .carousel-caption h2 {
    font-size: 475%;
    color: var(--secondary-light);
  }
  
  .carousel-caption [class*="col-"]:last-child .btn {
    border-color: var(--accent);
    font-size: 270%
  }
}



 
     

/*--------------------------------------------------------------
# CARDS (= well) / Boxen
--------------------------------------------------------------*/
.card {
  border-radius: var(--radius);
  border: none;
  background-color: var(--bs-white);
}
.card-date {
  background-color: var(--secondary);
  color: var(--bs-white);
  }
   
   





/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
/*#footer {
  background: var(--bs-white);
  font-size: 15px;
  font-weight: 300;
  }
#footer .logo {
  padding-left: 25px 
  }
  #footer .logo img {
    width: 75%;
  } 
  #footer .logo p {
    margin-top: .5em
  } 
 
 
 #footer .kontakt [class*="col-"] {
 margin-bottom: .5em
 }
  
#footer p {
  margin: 0
  }	
#footer a {
  font-weight: 300;
  color: var(--body-color);
  }
#footer a:hover {
  color: var(--primary);
  text-decoration: underline;
  }
#footer h1 {
  }
#footer h2 {
  color: var(--primary);
  font-family: var(--body-font);
  font-weight: 300;
  letter-spacing: 0;
  text-transform: none;
  margin-top: 0;
  margin-bottom: 1em
  }	

#footer ul {
  background: none
}
#footer ul li {
  background: none;
  border: none;
  padding-left: 50px
}
#footer ul li i {
  width: 50px;
  margin-left: -50px;
  text-align: center;
  color: var(--secondary);
  float: left
}

#footer .footer-bottom {
  font-size: 13px;
  opacity: .5
}

*/





#footer {
  position: relative;
  font-weight: 300
}
#footer .footer-top {
  position: relative;
  z-index: 2;
  text-align: center;
  padding: 80px 0;
}
#footer a {
  color: var(--body-color);
  font-weight: 300
  }
  #footer a:hover {
  color: var(--primary);
  }
#footer img {
  height: 150px;
  transition: 0.3s;
  margin-bottom: 30px
  }
#footer i {
  margin-right: 3px;
  color: var(--primary);
}


#footer .footer-bottom {
  border-top: 1px solid color-mix(in srgb, var(--secondary), transparent 60%);
  z-index: 2;
  position: relative;
  margin-top: 40px;
  padding-top: 40px;
  font-size: 75%;
  line-height: 1.3em;
  opacity: .5
}


/*--------------------------------------------------------------
# Pagetop (style_master_01.css)
--------------------------------------------------------------*/
.back-to-top {
  background: color-mix(in srgb, var(--accent), transparent 85%);
  border:none;
  border-radius: 100px;
  width: 85px;
  height: 85px;
  right: 10px;
  border: 1px solid var(--accent);
  opacity: 1
  }
.back-to-top:hover {
  background: var(--accent) !important;
  color: var(--bs-white)
  }
.back-to-top i {
    font-size: 55px;
    color: var(--accent)
    }
 .back-to-top:hover i {
 color: var(--bs-white)
 }   
@media (max-width: 768px) {
  .back-to-top {
  bottom: 10px;
  right: 10px;
  height: 70px;
  width: 70px
  }
  .back-to-top i {
  font-size: 50px;
  }
}	




/*--------------------------------------------------------------
# Showcase
--------------------------------------------------------------*/
#showcase .filter-menu  {
  }
  #showcase .filter-menu li  {
    background: var(--bs-white);
    border: 1px solid rgba(var(--primary-rgb), 0.7);
    color: var(--primary);
    border-radius: 999px;
    margin: 2px 0 !important;
    padding: 8px 12px;
    text-transform: none    
    }
  #showcase .filter-menu li:hover  {
    background: rgba(var(--primary-rgb), 0.5);
    color: var(--bs-white)
    }  
  #showcase .filter-menu li.active  {
    background: var(--primary);
    color: var(--bs-white)
    }    
  
  
  
#showcase .filter-items {
  gap: 15px;
  }
  #showcase .filter-items .filter-inner {
  position: relative;
  border-radius: 50%;
  flex: 1 1 calc(25% - 30px);
  max-width: calc(25% - 30px);
  aspect-ratio: 1 / 1;
  border-radius: 50%;
  overflow: hidden;
  border: 7px solid var(--bs-white);
  box-shadow: var(--bs-box-shadow-sm);
  }
  #showcase .filter-items .filter-inner:hover {
  box-shadow: var(--bs-box-shadow);
  }  
  #showcase .filter-items .filter-inner:hover img {
  transform: scale(1.1);
  filter: brightness(80%);
  }

#showcase .filter-items .filter-inner .img-title {
  font-size: 1.2rem;
  font-weight: 300;
  padding: 0 20px
  }
  
  
@media (max-width: 992px) {
  #showcase .filter-menu li  {
  font-size: 85%
  }
  
  #showcase .filter-items .filter-inner {
    flex: 1 1 calc(33% - 30px); 
    max-width: calc(33% - 30px);
    width: calc(33% - 30px);
    border-width: 7px
    }
}  
@media (max-width: 575px) {
  #showcase .filter-items .filter-inner {
  flex: 1 1 calc(50% - 30px); 
  max-width: calc(50% - 30px);
  width: calc(50% - 30px);
  }
}  
  

  
  
  
  
  
/*--------------------------------------------------------------
  # Kontakt
  --------------------------------------------------------------*/
#kontakt .kontakt {
  font-size: 175%
  } 
  
#kontakt a {
  color: var(--bs-white);
  }   
#kontakt a:hover {
  color: var(--accent);
  } 
#kontakt .btn {
  text-transform: none;
  padding: 15px 30px;
  font-size: 90%;
  font-weight: 400;
  background-color: rgba(var(--secondary-rgb), .6);
  color: var(--bs-white)
  }   
  #kontakt .btn:hover {
   color: var(--primary-dark);
  background-color: var(--bs-white);
  }  
  #kontakt .btn i {
  color: var(--accent) !important;
  margin-right: 10px
  }   
   
#kontakt .avatar {
  border-radius: 50%;
  border: 10px solid var(--bs-white);
  box-shadow: var(--bs-box-shadow);
  aspect-ratio: 1 / 1;
  object-fit: cover;
  width: 75%;
  height: auto;
  }  
  
@media (max-width: 992px) {
  #kontakt .kontakt {
  font-size: 140%
  } 
 } 
@media (max-width: 768px) {
  #kontakt .kontakt {
  font-size: 130%
  } 
  #kontakt .avatar {
  width: 45%;
  } 
}  
@media (max-width: 480px) {
  #kontakt .avatar {
  width: 65%;
  border-width: 7px;
  } 
}  
  
  
/*--------------------------------------------------------------
  # Angebot
--------------------------------------------------------------*/
#angebote .card {
 background: none !important
}
#angebote .icon-bg {
}
#angebote h3 {
 margin-top: .5em;
 color: var(--accent);
}
#angebote p {
 color: var(--bs-white);
}








  
/*--------------------------------------------------------------
  # Preise
--------------------------------------------------------------*/
#preise .price-card {
  box-shadow: var(--bs-box-shadow);
  transition: transform 0.3s ease;
  padding: 15px;
}
#preise .price-card:hover {
}
#preise .card-header {
  background: var(--gradient-4);
  color: var(--bs-white);
  font-size: 1.4rem;
  font-weight: bold;
  text-align: center;
  padding: 15px;
  margin: -15px;
  margin-bottom: 1em;
}
#preise h3 {
  color: var(--secondary-dark);
  font-weight: 300
}
#preise ul li {
  padding-left: 0 !important;
  padding-right: 0 !important;
  line-height: 1.4em
}
#preise ul li span {
  width: 70%;
  float: left;
}
#preise .price {
  width: 28%;
  margin-left: 2%;
  text-align: right;
  font-weight: 500;
  color: var(--secondary-dark);
  float: right;
  font-size: 80%;
  line-height: 1.4em;
  letter-spacing: -.02em;
  white-space: nowrap
}
#preise small {
  font-size: 80%;
  line-height: 1.4em;
  opacity: .8;
}