
@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.7.2/font/bootstrap-icons.css");
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@200&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Krona+One&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@500&family=Open+Sans:ital,wght@1,800&display=swap');
.inview{
  border:2px solid var(--bs-white) !important;
  opacity:1 !important;
}
.material-icons.md-8 {
font-size: 8px !important;
height: 8px !important;
width: 8px !important;
}
.material-icons.md-10 {
font-size: 10px !important;
height: 10px !important;
width: 10px !important;
}
.material-icons.md-12 {
font-size: 12px !important;
height: 12px !important;
width: 12px !important;
}
.material-icons.md-14 {
font-size: 14px !important;
height: 14px !important;
width: 14px !important;
}
.material-icons.md-16 {
font-size: 16px !important;
height: 16px !important;
width: 16px !important;
}
.material-icons.md-18 {
font-size: 18px !important;
height: 18px !important;
width: 18px !important;
}
.material-icons.md-20 {
font-size: 20px !important;
}
.material-icons.md-24 {
font-size: 24px !important;
}
.material-icons.md-26 {
font-size: 26px !important;
}
.material-icons.md-28 {
font-size: 28px !important;
}
.material-icons.md-30 {
font-size: 30px !important;
}
.material-icons.md-36 {
font-size: 36px !important;
}
.material-icons.md-48 {
font-size: 48px !important;
}
.material-icons.md-64 {
font-size: 64px !important;
}
.material-icons.md-86 {
font-size: 86px !important;
}
.material-icons , .material-icons-outlined{
	  vertical-align: middle !important;
}

.sidebar {

    background-image: url(../../images/logo_80x65_.png), url(../../images/logo_120x98_.png);
    background-size: auto;
    background-position: 70px -120px, 220px 80px;
    background-repeat: repeat;
    background-repeat-x: repeat;
    background-repeat-y: repeat;

}

.scroll-to-content{
  opacity: .5;
  transform: translateX(-50%);
  animation: pulsate 1.5s ease-out infinite;
}
@keyframes pulsate{0%{opacity:.5}50%{opacity:1}100%{opacity:.3}}
.bg-light-10{
  --bs-text-opacity:.1;
    background-color:rgba(var(--bs-light-rgb), var(--bs-text-opacity)) !important;
}
.bg-light-20{
  --bs-text-opacity:.2;
    background-color:rgba(var(--bs-light-rgb), var(--bs-text-opacity)) !important;
}
.bg-light-50{
  --bs-text-opacity:.5;
    background-color:rgba(var(--bs-light-rgb), var(--bs-text-opacity)) !important;
}
.bg-light-70{
  --bs-text-opacity:.7;
    background-color:rgba(var(--bs-light-rgb), var(--bs-text-opacity)) !important;
}
.text-shadow-black{
	text-shadow: -2px 0 3px var(--bs-dark), 0 2px 3px  var(--bs-dark), 2px 0 3px  var(--bs-dark), 0 -2px 3px  var(--bs-dark);
}
.text-shadow-primary{
	text-shadow: -2px 0 3px var(--bs-primary), 0 2px 3px  var(--bs-primary), 2px 0 3px  var(--bs-primary), 0 -2px 3px  var(--bs-primary);
}
.text-shadow-white{
	text-shadow: -2px 0 3px var(--bs-white), 0 2px 3px  var(--bs-white), 2px 0 3px  var(--bs-white), 0 -2px 3px  var(--bs-white);
}
.text-shadow-secondary{
	text-shadow: 1px 1px var(--bs-secondary);
}
.text-shadow-orange{
	text-shadow: 1px 1px var(--bs-orange);
}
.header{
  height:100vh;
/*  background-image:URL('../media/neue_praxis/220106-22.JPG'); background-repeat: no-repeat; background-size: cover; */
  background-position:50% 8%;
  background-attachment: fixed;

}
.header-footer{
  background-image: linear-gradient(to bottom,rgba(0,0,0,.3) 0,rgba(0,0,0,.5) 100%);
      background-repeat: repeat-x;
}
.blur {
  position:absolute;
  top:0; bottom:0; left:0; right:0;
  //background-color: RGBA(var(--bs-success-rgb),.4) !important;
  filter: blur(8px);
}
.footer{
  padding:4rem;
}
.text-shadow-black2 {
    text-shadow: 2px 2px 4px #000000;
}
.section{
  padding-top: 6rem;
  padding-bottom:6rem;
}
.termin-item{
  transition: all .5s ease-in-out;
}
.termin-item:hover{
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
  background-color: rgba(255,255,255, .5);
}
.termin-item div{
  margin-bottom:24px;
}
.zoom-section .galleryImg{
    transform-origin: 50% 50%;
    transition: transform 1.3s linear;
 }

 .zoom-section:hover .galleryImg{
    transform: scale(1.2) rotate(0.1deg);
 }


.ani_line_div {
    display:inline-block;
    padding-left:10px;
	padding-right:10px;
}
.ani_line_div a{
	color: var(--white);
	font-weight:700; font-family: 'Montserrat', sans-serif; font-size:16px;
}
.ani_line_div a:hover{
	color: var(--bs-success) !important;
}
.text-div-left{
  margin-right:-55.8%;
  margin-top:25px;
  margin-bottom:15px;
  z-index: 1000;
}
.text-div-right{
  margin-left:-55.8%;
  margin-top:25px;
  margin-bottom:15px;
}

@media (max-width: 552px){
  .text-div-left{
    margin:0px;
      margin-left: 10px;
      margin-bottom:-42px;
      border-radius:0px !important;
      border-top-left-radius: 20px !important;
      border-top-right-radius: 20px !important;

  }
  .text-div-right{
      margin-left: 10px;
      margin-top:-42px;
      border-radius:0px !important;
      border-bottom-left-radius: 20px !important;
      border-bottom-right-radius: 20px !important;
  }
  .navi-desktop{
    display:none;
  }
}

.ani_line_div .inner {
  background:var(--bs-success);
  width:0%;
  height:2px;
  overflow:hidden;
  -webkit-transition: width 1s ease-in-out;
  -moz-transition: width 1s ease-in-out;
  -o-transition: width 1s ease-in-out;
  transition: width .5s ease-in-out;
}

.ani_line_div:hover .inner {
    width:100%;
}
body {
  line-height:1.3;
  padding:0;
  margin:0;
  overflow-x:hidden;
  font-family: "Poppins",sans-serif;
  background-image:url('../gallary/neue_praxis/IMG_1465.jpg'); background-size:cover; background-position: 50% 50%;	background-attachment:fixed;
}
a {
  color: var(--bs-success);
  text-decoration: none;
}
a:hover {
  color: #009900;
}

a:not([href]):not([class]), a:not([href]):not([class]):hover {
  color: inherit;
  text-decoration: none;
 }

.my-shadow{
	box-shadow: 0px 0px 2px -1px rgb(0 0 0 / 55%), 0 3px 3px -2px rgb(0 0 0 / 45%);
}
.my-shadow-success{
  box-shadow: 1rem 1rem 3rem var(--bs-success) !important;
}
.wrap:hover .box1x {
	transform: scale(1.3);
}
.wrap:hover .box2x {
	transform: scale(2);
}
.wrap:hover .box3x {
	transform: scale(3);
}
.wrap:hover .box4x {
	transform: scale(4);
}
.wrap .box1x , .wrap .box2x , .wrap .box3x, .wrap .box4x {
	transition: all 1s;
}
.item_box{
	display:inline-block;
	height:490px;
	width:340px;
}
.item-row{
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	filter: blur(5px);
}
.gallery-img{
	z-index:1;
	border-radius:50%;
	height:260px;
	width:260px;
	box-shadow: .1rem .1rem 1.5rem rgba(255, 255, 255, 1) !important;
}
.gallery-img:hover{
	z-index:100;
	border:1px solid white;
	border-radius:0px;
	box-shadow: 0 0.5rem 1rem rgba(255, 255, 255, 1) !important;
}
.text-shadow {
   text-shadow: 2px 2px 3px #666666;
}
.text-border-white {
    /* 1 pixel black shadow to left, top, right and bottom */
    text-shadow: .08rem 0 #fff, 0 .08rem #fff, .08rem 0 #fff, 0 .08rem #fff;
}
.text-border-gray {
    /* 1 pixel black shadow to left, top, right and bottom */
    text-shadow: -.08rem 0 #6c757d, 0 -.08rem #6c757d, -.08rem 0 #6c757d, 0 -.08rem #6c757d;
}
.text-border-secondary {
    /* 1 pixel black shadow to left, top, right and bottom */
    text-shadow: -.08rem 0 #343a40, 0 -.08rem #343a40, -.08rem 0 #343a40, 0 -.08rem #343a40;
}
z
.card-text{
	height:30vh; overflow-x:hidden; overflow-y:auto;
}
@media (max-width: 576px){
.card-text{
	height:auto;
	overflow:visible;
}
}
.over-input{
    margin-left:auto;
    margin-right:auto;
    margin-top:-4px;
    height:5px;
    width:0%;
    border-radius:0.25rem;
    border-bottom:2px solid #007bff;
    overflow:visible;
}
.noBorder{
    border: 0px !important;
}
textarea:hover,
input:hover,
textarea:active,
input:active,
textarea:focus,
input:focus,
button:focus,
button:active,
button:hover,
label:focus,
.btn:active,
.btn.active
{
    outline:0px !important;
    -webkit-appearance:none;
    box-shadow: none !important;
}
.articlearea .card-header{
    margin-top:-25px;
}
.articlearea .card-color-primary{
    background: linear-gradient(60deg,#007bff,#0022FF);
}
.articlearea .card-color-pink{
    background: linear-gradient(60deg,#ab47bc,#7b1fa2);
}
.articlearea .card-color-warning{
    background: linear-gradient(60deg,#ffc107,#FFAE00);
}
.articlearea .card-color-info{
    background: linear-gradient(60deg,#17a2b8,#008097);
}
.articlearea .card-color-pink{
    background: linear-gradient(60deg,#ab47bc,#7b1fa2);
}
.articlearea .card-color-pink{
    background: linear-gradient(60deg,#ab47bc,#7b1fa2);
}
.articlearea .card-over{
    margin-top:40px;
}
.articlearea .card{
    border-radius: .5rem;
        transition: all 300ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.articlearea .card:hover{
    -webkit-transform: translateY(-7px);
    -moz-transform: translateY(-7px);
    -o-transform: translateY(-7px);
    -ms-transform: translateY(-7px);
    transform: translateY(-7px);
}
.the_box{
        right:0px;
        overflow: hidden;

    }
    /* Add padding and border to inner content
    for better animation effect */
.the_box .box-inner{
    float:right;
    min-width:200px;
    padding: 10px;
    border:2px solid white;
    border-top-right-radius:9px;
    border-radius:9px;
    background-color:rgba(0,0,0,.9);
    color:white;
}
.toggle-BTN{
    float:left;
    margin-top:45px;
    margin-right:0px;
    border:2px solid white;
    border-right:0px;
    background-color:rgba(0,0,0,.9);
    color:white;
    z-index:1;
    border-right:0px;
    padding:5px;
    border-top-left-radius:50%;
    border-bottom-left-radius:50%;
    z-index:9999999;
}
.carousel-caption {
    top: 0;
    bottom: auto;
}
nav{
    opacity:.95;
}
.navbar-dark .navbar-nav .nav-link{
    color:white;
}
.navbar-dark .navbar-nav .dropdown-item{
    color:white;
    margin:0;
}
.navbar-dark .navbar-nav .dropdown-item:hover{
    color:#007bff;
}
.navbar-toggle.navbar-left {
    float: left;
    margin-left: 10px;
}
.navbar-custom {
    background-color: #ff5500;
}
.navbar-custom .dropdown-menu{
    background-color: #ff5500;
 }
/* change the brand and text color */
.navbar-custom .navbar-brand,
.navbar-custom .navbar-text {
    color: rgba(255,255,255,.8);
}
/* change the link color */
.navbar-custom .navbar-nav .nav-link {
    color: rgba(255,255,255,.5);
}
/* change the color of active or hovered links */
.navbar-custom .nav-item.active .nav-link,
.navbar-custom .nav-item:hover .nav-link {
    color: #ffffff;
}
.my-shadow{
	box-shadow: 0px 0px 2px -1px rgb(0 0 0 / 55%), 0 3px 3px -2px rgb(0 0 0 / 45%);
}
#_OverMSGDiv{
    overflow:visible;
    position:fixed;
    top:0px;
    left:20%;
    right:20%;
    border:none;
    text-align:center;
    z-index:9999;
}

#alert_placeholder{
text-align:center;
 margin:auto;
 padding:auto;
 position:fixed;
 top:0;
 right:0;
 left:0;
 z-index:99999999999;
}
.zoom-0{
    zoom:0.1%;
}
.zoom-1{
    zoom:100%;
}
.opacity-0{
    opacity: 0;
}
.opacity-1{
    opacity: 1;
}
 .border-10 {
     border-width:10px !important;
}
 .border-8 {
     border-width:8px !important;
}
 .border-6 {
     border-width:6px !important;
}
.border-5 {
     border-width:5px !important;
}
 .border-4 {
     border-width:4px !important;
}
 .border-3 {
     border-width:3px !important;
}

 .border-2 {
     border-width:2px !important;
}
.border-0{
     border-width:0px !important;
}
.border-purple {
  border-color: #6f42c1 !important;
}
tiny,
.tiny {
  font-size: 60%;
  font-weight: 300;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}
.navi {
	position: fixed;
	top: 25%;
	right: 5%;
	background: rgba(0,0,0,0.5);
	padding: 8px;
	border-radius: 10px;
	transition: all 0.3s ease;
}
.navi:hover {
	background: rgba(0,0,0,0.6);
}
.navi a {
transform: scale(.8, .8);
	transition: all 0.2s ease;
}
.navi:hover a {
transform: scale(1, 1);
}

@media (max-width: 1280px) {
.navi{
	left: 97%;
	margin-left: 0;
}}
@media (max-width: 980px) {
.navi{
	display: none;
}}

.mysection{
width: 100%; padding-top:60px;
  display: flex;
  align-items: center;
  min-height: calc(100% - 1rem);
}



/* Header Linie weg */
	#header {border-bottom: none;}

.image100 {
 transition: transform 0.4s;
}

.image100:hover {
 transform: translate(0px, -50px);
}


.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}


/* NACH OBEN NEU
   QUELLCODE IN ATTRIBUTE FOOTERSCRIPT*/
.obenkreis {
  width: 40px;
  height: 40px;
  border-radius: 50px;
  background-color: rgba(51,51,51,0.6);	/* Hintergrundfarbe (Kreis) */
  animation: anitop 1s;
}
@keyframes anitop {
  0%{opacity:0}
	100%{opacity:1}
  }
