/*!
 * Start Bootstrap - Creative v5.0.1 (https://startbootstrap.com/template-overviews/creative)
 * Copyright 2013-2018 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap-creative/blob/master/LICENSE)
 */
@font-face {
    font-family: 'Roboto Slap';
    src: url('../webfont/rs/robotoslab-bold-webfont.woff2') format('woff2'),
         url('../webfont/rs/robotoslab-bold-webfont.woff') format('woff');
    font-weight:600;
}
@font-face {
    font-family: 'Open Sans';
    src: url('../webfont/os/opensans-regular-webfont.woff2') format('woff2'),
         url('../webfont/os/opensans-regular-webfont.woff') format('woff');
    font-weight: 400;
}

body,
html {
  width: 100%;
  height: 100%;
}

body {
  font-family: 'Open Sans', 'Helvetica Neue', Arial, sans-serif;
  font-weight: 400;
  color: #626262;
    font-size: 1em;
}

hr {
    max-width: 50px;
    max-height: 4px;
    border: 2px;
    border-color: #3F749C;
    border-style: solid;
    margin-bottom: 25px;
}

hr.blue {
   border-color:#3F749C; 
}

hr.light {
  border-color: #fff;
}
hr.darkgrey {
   border-color: #9a9a9a; 
}

a {
  color: #3F749C;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

a:hover {
  color: #3F749C;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Roboto Slap', 'Helvetica Neue', Arial, sans-serif;
  hyphens: auto;
  -ms-hyphens: auto;
  -moz-hyphens: auto;
  -webkit-hyphens: auto;
}

h2, .h2 {
    font-weight: 500;
    font-size: 1.5rem;
    line-height: 2;
}
h4, .h4 {
  font-size: 1.2rem;
  margin-top: 2rem;
}

@media (min-width: 768px) {
    h2, .h2 {
    font-size: 1.8rem;
    }
}

.bg-primary {
  background-color: #3F749C !important;
}
.bg-primary a {
    color: #fff;
    padding: 20px 0;
    display: inline-block;
    font-size: 1.25rem;
}
.bg-secondary {
   background-color: #ededed !important; 
}

.bg-dark {
  background-color: #212529 !important;
}

.bg-paper {
  background-image: url("../img/christiane-luderer-stolpen-praxis-1.jpg");
    background-repeat: none;
    background-size: cover;
    background-attachment: fixed;
}

.text-justify {
  text-align: justify;
  hyphens: auto;
  -ms-hyphens: auto;
  -moz-hyphens: auto;
  -webkit-hyphens: auto;
}

.text-faded {
  color: rgba(255, 255, 255, 0.7);
}

.text-blue {
  color: #3F749C;
}

section {
  padding: 8rem 0;
  min-height: 100vh;
}

.section-heading {
  margin-top: 0;
}

::-moz-selection {
  color: #fff;
  background: #212529;
  text-shadow: none;
}

::selection {
  color: #fff;
  background: #212529;
  text-shadow: none;
}

img::-moz-selection {
  color: #fff;
  background: transparent;
}

img::selection {
  color: #fff;
  background: transparent;
}

img::-moz-selection {
  color: #fff;
  background: transparent;
}

.flex-box {
    display:flex; 
	justify-content: space-around;
}
.flex-box > div {
	display: flex;
	flex-direction: column;
	align-items:center;
    width: 300px;
    padding: 4px;
}
.flex-box > div img {
    width: 100%;
    height: auto;
    border-radius: 5px;
    border: 20px solid white;
    box-shadow: 5px 8px 12px 0 rgba(0, 0, 0, 0.3);
    outline: 2px solid #3F749C;
}

.navbar {
    padding: 1rem 2rem;
}

#mainNav {
  border-bottom: 1px solid rgba(33, 37, 41, 0.1);
  background-color: #fff;
  font-family: 'Open Sans', 'Helvetica Neue', Arial, sans-serif;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

#mainNav .navbar-brand {
  font-weight: 700;
  text-transform: uppercase;
  color: #3F749C;
  font-family: 'Open Sans', 'Helvetica Neue', Arial, sans-serif;
  background-image: url("../img/logo-color.png");
  background-repeat: no-repeat;
  min-height: 43px;
  min-width: 40px;
}

#mainNav .navbar-brand:focus, #mainNav .navbar-brand:hover {
  color: #3F749C;
}

#mainNav .navbar-nav > li.nav-item > a.nav-link,
#mainNav .navbar-nav > li.nav-item > a.nav-link:focus {
  font-size: .9rem;
  font-weight: 600;
  text-transform: uppercase;
  color: #212529;
}

#mainNav .navbar-nav > li.nav-item > a.nav-link:hover,
#mainNav .navbar-nav > li.nav-item > a.nav-link:focus:hover {
  color: #3F749C;
}

#mainNav .navbar-nav > li.nav-item > a.nav-link.active,
#mainNav .navbar-nav > li.nav-item > a.nav-link:focus.active {
  color: #3F749C !important;
  background-color: transparent;
}

#mainNav .navbar-nav > li.nav-item > a.nav-link.active:hover,
#mainNav .navbar-nav > li.nav-item > a.nav-link:focus.active:hover {
  background-color: transparent;
}

@media (min-width: 992px) {
  #mainNav {
    border-color: transparent;
    background-color: transparent;
  }
  #mainNav .navbar-brand {
    color: rgba(255, 255, 255, 0.7);
    background-image: url("../img/logo-white.png");
    background-repeat: no-repeat;
  }
  #mainNav .navbar-brand:focus, #mainNav .navbar-brand:hover {
    color: #fff;
  }
  #mainNav .navbar-nav > li.nav-item > a.nav-link {
    padding: 0.5rem 1rem;
  }
  #mainNav .navbar-nav > li.nav-item > a.nav-link,
  #mainNav .navbar-nav > li.nav-item > a.nav-link:focus {
    color: rgba(255, 255, 255, 0.7);
  }
  #mainNav .navbar-nav > li.nav-item > a.nav-link:hover,
  #mainNav .navbar-nav > li.nav-item > a.nav-link:focus:hover {
    color: #fff;
  }
  #mainNav.navbar-shrink {
    border-bottom: 1px solid rgba(33, 37, 41, 0.1);
    background-color: #fff;
  }
  #mainNav.navbar-shrink .navbar-brand {
    color: #3F749C;
    background-image: url("../img/logo-color.png");
    background-repeat: no-repeat;
  }
  #mainNav.navbar-shrink .navbar-brand:focus, #mainNav.navbar-shrink .navbar-brand:hover {
    color: #3F749C;
  }
  #mainNav.navbar-shrink .navbar-nav > li.nav-item > a.nav-link,
  #mainNav.navbar-shrink .navbar-nav > li.nav-item > a.nav-link:focus {
    color: #212529;
  }
  #mainNav.navbar-shrink .navbar-nav > li.nav-item > a.nav-link:hover,
  #mainNav.navbar-shrink .navbar-nav > li.nav-item > a.nav-link:focus:hover {
    color: #3F749C;
  }
}

header.masthead {
  padding-top: 10rem;
  padding-bottom: calc(10rem - 56px);
  background-image: url("../img/CL-Praxis-Header-L.jpg");
  background-position: center center;
  background-size: cover;
}

header.masthead hr {
  margin-top: 30px;
  margin-bottom: 30px;
}

header.masthead h1 {
  font-size: 1.7rem;
}

header.masthead p {
  font-weight: 300;
}

@media (min-width: 768px) {
  header.masthead p {
    font-size: 1.15rem;
  }
  header.masthead h1 {
  font-size: 2rem;
  }
}

@media (min-width: 992px) {
  header.masthead {
    height: 100vh;
    min-height: 650px;
    padding-top: 0;
    padding-bottom: 0;
  }
  header.masthead h1 {
    font-size: 3rem;
  }
}

@media (min-width: 1200px) {
  
}

.service-box {
  max-width: 400px;
}

.portfolio-box {
  position: relative;
  display: block;
  max-width: 650px;
  margin: 0 auto;
}

.portfolio-box .portfolio-box-caption {
  position: absolute;
  bottom: 0;
  display: block;
  width: 100%;
  height: 100%;
  text-align: center;
  opacity: 0;
  color: #fff;
  background: rgba(240, 95, 64, 0.9);
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

.portfolio-box .portfolio-box-caption .portfolio-box-caption-content {
  position: absolute;
  top: 50%;
  width: 100%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  text-align: center;
}

.portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-category,
.portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-name {
  padding: 0 15px;
  font-family: 'Open Sans', 'Helvetica Neue', Arial, sans-serif;
}

.portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-category {
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
}

.portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-name {
  font-size: 18px;
}

.portfolio-box:hover .portfolio-box-caption {
  opacity: 1;
}

.portfolio-box:focus {
  outline: none;
}

@media (min-width: 768px) {
  .portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-category {
    font-size: 16px;
  }
  .portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-name {
    font-size: 22px;
  }
}

.text-primary {
  color: #F05F40 !important;
}

.btn {
  font-weight: 700;
  text-transform: uppercase;
  border: none;
  border-radius: 5px;
  font-family: 'Open Sans', 'Helvetica Neue', Arial, sans-serif;
}

.btn-xl {
  padding: 1rem 2rem;
}

.btn-primary {
  background-color: #3F749C;
  border-color: #3F749C;
}

.btn-primary:hover, .btn-primary:focus, .btn-primary:active {
  color: #fff;
  background-color: #346584 !important;
}

.btn-primary:active, .btn-primary:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(63, 116, 156, 0.5) !important;
  box-shadow: 0 0 0 0.2rem rgba(63, 116, 156, 0.5) !important;
}

footer {
    min-height: 200px;
    background-color:#212529;
}
/*
 CSS MATH
*/
.wavy-b {
  clip-path: shape(from 0 0,vline to calc(100% - 10px),curve to 15% calc(100% - 6px) with 10% calc(100% - 6px),smooth to 25% calc(100% - 3.5px),smooth to 35% calc(100% - 8px),smooth to 45% calc(100% - 17.5px),smooth to 55% calc(100% - 11px),smooth to 65% calc(100% - 8px),smooth to 75% calc(100% - 9px),smooth to 85% calc(100% - 4px),smooth to 100% calc(100% - 10px),vline to 0, hline to 0);
}
.wavy-t-b {
  clip-path: shape(from 0 10px,curve to 15% 6px with 10% 6px,smooth to 25% 3.5px,smooth to 35% 8px,smooth to 45% 17.5px,smooth to 55% 11px,smooth to 65% 8px,smooth to 75% 9px,smooth to 85% 4px,smooth to 100% 10px,vline to calc(100% - 10px),curve to 85% calc(100% - 3.5px) with 90% calc(100% - 0px),smooth to 75% calc(100% - 4.5px),smooth to 65% calc(100% - 8px),smooth to 55% calc(100% - 9px),smooth to 45% calc(100% - 11px),smooth to 35% calc(100% - 9.5px),smooth to 25% calc(100% - 10px),smooth to 15% calc(100% - 18px),smooth to 0 calc(100% - 10px),vline to 0);
}
.wavy-t {
  clip-path: shape(from 0 100%,vline to 10px,curve to 15% 6px with 10% 6px,smooth to 25% 3.5px,smooth to 35% 8px,smooth to 45% 17.5px,smooth to 55% 11px,smooth to 65% 8px,smooth to 75% 9px,smooth to 85% 4px,smooth to 100% 10px,vline to 100%, hline to 0);
}
.top-poly {
  clip-path: polygon(0 0,100% 0,100% calc(100% - 50px),50% 100%,0 calc(100% - 50px));
}
.bottom-poly {
  clip-path: polygon(0 0,50% 50px,100% 0,100% 100%,0 100%);
  margin-top: -40px;
}

/*
List styles
*/
.custom-list {
    list-style: none; /* Entfernt die Standard-Punkte */
    padding: 0;
    margin: 20px auto;
    max-width: 500px;
}
.custom-list li {
    display: flex;
    align-items: flex-start;
    background: #ffffff;
    margin-bottom: 12px;
    padding: 16px;
    border-radius: 0;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.05);
    border: 1px solid #eef2f5;
    transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
    cursor: pointer;
}
/* Interaktiver Hover-Effekt */
.custom-list li:hover {
  transform: translateY(-3px);
  box-shadow: 0 10px 20px rgba(63, 116, 156, 0.15);
  border-color: #3F749C; /* Sanfter lila Rahmen beim Hover */
}

/* Styling für das Icon */
.custom-list .list-icon {
  background: rgba(63, 116, 156, 0.15);
  color: #3F749C;
  font-size: 1.2rem;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  margin-right: 16px;
  flex-shrink: 0;
  transition: background 0.2s ease, color 0.2s ease;
}

/* Icon-Animation bei Hover */
.custom-list li:hover .list-icon {
  background: #3F749C;
  color: #ffffff;
}
.custom-list .list-content {
    height: 100%;
    position: relative;
    top:8px;
}
.custom-list .list-img img{
    width: 100%;
    height: auto;
    position: relative;
    padding-right: 20px;
    padding-top: 10px;
}

/* Textbereich-Styling */
.custom-list .list-content strong {
  display: block;
  color: #1e293b;
  margin-bottom: 10px;
}

.custom-list .list-content p {
  margin: 0 0 20px 0;
  font-size: 0.8rem;
  line-height: 1.5;
}
