@charset "utf-8";
/* CSS Document */


#sidebar p em{
    font-style: inherit;
    font-weight: normal;
    font-size: 90%;
    display: inline-flex;
    line-height: 1;
margin-top:10px;
  }

/* dosis-300 - latin */
@font-face {
  font-family: 'Dosis';
  font-style: normal;
  font-weight: 300;
  src: local(''),
       url('/praxis/fonts/dosis-v27-latin-300.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
       url('/praxis/fonts/dosis-v27-latin-300.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

/* dosis-regular - latin */
@font-face {
  font-family: 'Dosis';
  font-style: normal;
  font-weight: 400;
  src: local(''),
       url('/praxis/fonts/dosis-v27-latin-regular.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
       url('/praxis/fonts/dosis-v27-latin-regular.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

/* dosis-500 - latin */
@font-face {
  font-family: 'Dosis';
  font-style: normal;
  font-weight: 500;
  src: local(''),
       url('/praxis//fonts/dosis-v27-latin-500.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
       url('/praxis/fonts/dosis-v27-latin-500.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}



html, body {
	margin:0;
	padding:0;
	background: #fff url(/praxis/uploads/images/bg.gif);
	font-family: 'Dosis',arial, sans-serif;
	font-size:14px;
	color:#666;
}

.row {
       background:#fff;
       padding: 5px;
}

@media (min-width: 992px) {
        .row {padding: 10px;}
        }

h1 {
	font:bold 24px 'Dosis', arial, sans-serif;
        color:#9ebb45;
	margin:0;
        padding:0 0 15px 0;
        line-height:1em;
        text-transform: uppercase;
        text-align:center;
}
h2 {
	font:bold 20px 'Dosis', arial, sans-serif;
        color:#666;
	margin:0;
        padding:0;
        line-height:1em;
        text-transform: uppercase;
}

 a {
	color:#9ebb45;
}

 a:hover {
	color:#000;
        text-decoration:none;
}
p, .main li{	
        font-size:16px;
	margin:0;
        padding:0;
}



.logo {
	width: 100%;
        max-width:550px;
	margin-bottom:20px;
}

.headerimage {
        width:100%;
}


/***#headerimage {
	width:1000px;
	min-height:300px;
	margin-top:15px;
	background: #fff url(/praxis/uploads/images/baby.jpg);
background-size: cover;
}***/

div#sidebar {
       min-height: 250px;
       padding:0px 15px 15px 15px;
       background:#f6f7ef;
       text-align:right;
}



div#sidebar p.homefont {
	text-align:center;
        font:bold 17px  "Georgia",Times, serif;
        color:#999; 
        line-height:1.5em;
}

@media (max-width: 991px) {
div#sidebar p.homefont {
	margin-top:-200px;
        }

#sidebar p em{
    font-style: inherit;
    font-weight: normal;
    font-size: 75%;
    display: inline-flex;
    line-height: 1;
  }
}

div#footer p{
	text-align:center;
	font-size:12px;
	padding:10px;
	margin:0;
	color: #67686a;
}
div#footer a {
	color: #67686a;
	text-decoration:none;
}
div#footer a:hover {
	color: #4a4a4a;
	text-decoration:none;
}

.dsgvo {
       float:left; 
       width:30px;
}

.dsgvo-text {
       float:left;
       width:550px;
       padding-bottom:20px;
}

.mobile {
  display: none;
}

p{
  padding-bottom:1rem;
}

 /* BADGES */

  .badges{
  position: fixed;
z-index: 1;
display: block;
top: 150px;
width: 50px;
right: 0;
  }

  .badges>div{
  background: #b3d176;
margin-bottom: 1rem;
padding: 0.6rem 0.8rem;
border-radius: 12px 0px 0px 12px;
box-shadow: #3d511461 2px 2px 7px;
transition: ease .3s;
  }

.badges>div:hover,
.badges>div:focus{
    background: #90a469;
}


/* TABLET/MOBILE VIEW (max 991px) */
@media (max-width: 991px) {
  .mobile {
    display: block;
  }

  .desktop{
    display:none;
  }

  body{
    padding: 0 !important;
    font-family: 'Dosis';
  }


  h1{
    font-family: inherit;
    font-size: 24px;
    font-weight: 500;
    color: #9ebb45;
    text-transform: none;
  }

  h2{
    font-family: inherit;
    font-size: 20px;
    font-weight: 500;
    color: #717171;
    text-transform: none;
    margin: 0.5rem 0;
  }

  p{
    font-size: 16px;
    color: #717171;
  }

 .mt-5{
    margin-top: 1rem !important;
  }

/*  HEADER  */  

  .logo{
    margin: 0;
    max-width: min(380px, 100%);
    margin-bottom:5px;
  }
  
  .logo{
    display: block;
  }

  #pueschel_menu_header{
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    padding: calc(var(--bs-gutter-x) * .5) 0;
  }

  #pueschel_menu_header > div{
    flex: auto;
    width: auto;
  }

  #menu{
    max-width: 60px;
  }

  #main_navbar{
    border: none;
    padding: 0;
    margein: 0;
  }

  #main_navbar > div{
    padding: 0;
    margin: 0;
  }

  #pueschel_menu_header .logo_header{
    max-width: calc(100% - 100px);
  }

  #main_navbar .navbar-toggler{
    padding: 10px 0;
    border: 0;
    width: 100%;
  }
  .navbar-toggler-icon{
    width: 100%;
  }

  #navbarSupportedContent{
    flex-basis: 100% !important;
    background: #99ccff;
    padding: 2rem 0;
    z-index: 2;
  }

  #navbarSupportedContent a{
    padding: .5rem 4rem;
    font-size: 22px;
    color: #fff;
    text-align: right;
  }

 #navbarSupportedContent a:hover, 
 #navbarSupportedContent a:focus{
    background-color: #7db4ea;
  }

  #navbarSupportedContent .dropdown-menu{
    color: #fff !important;
position: inherit !important;
transform: none !important;
background-color: #b2d8ff;
border: none;
margin: 1rem 4rem 0rem 4rem !important;
padding: 2rem;
border-radius: 6px;
min-width: 0;
  }

  #navbarSupportedContent .dropdown-menu li{
    color: #fff !important;
    font-weight: bold;
    padding: 0;
  }

  #navbarSupportedContent .dropdown-menu li a{
font-weight: normal;
font-size: 15px;
background: #7db4ea;
padding: 5px 1.5rem;
border-radius: 4px;
margin-bottom: 0.5rem;
  }

  #navbarSupportedContent .dropdown-menu .nav-header{
text-align: right;
font-size: 15px;
font-weight: bold;
background-color: transparent;
padding: 5px 0rem;
  }  

  #navbarSupportedContent .dropdown-menu a:hover, 
  #navbarSupportedContent .dropdown-menu a:focus{
     background-color: #669dd2;
   }

  /* HEADER BILD UND TEXT (Siedebar) */

  .titel_picture{
    padding: 0;
  }
  .titel_picture>div{
    padding: 0;
  }

  #sidebar{
    background: transparent !important;
    margin-top: 10px;
    min-height: 0 !important;
    margin-bottom: 0;
    padding: 0!important;
  }

  #sidebar p{
      text-align: left !important;
  font-family: inherit !important;
  /** font-size: 24px !important; **/
  font-size: 22px !important;
  /** color: #393939 !important; **/
  font-weight: 500 !important;
  line-height: 1 !important;

  }

#sidebar p em{
    font-style: inherit;
    font-weight: normal;
    font-size: 80%;
    line-height: 1;
margin-top:-10px!important;
display:block; 
  }



  /* FOOTER */
  #footer{
    display: inline-block;
    width: auto;
    background: #99ccff;
    margin: 0 auto;
    padding: .5rem;
    color: #fff;
  }

   #footer a{
    color:#fff !important;
    padding: .5rem;
    transition: ease .5s;
  }

   #footer a:hover{
    color: #2c5075 !important
  }
  .footer_row{
    padding: 0;
    background: #99ccff;
  }
}



/* Stylesheet: Pueschel2022 Modified On 2026-05-11 10:58:49 */
