html, body {
    width: 100%;
	height: 100%;
	padding: 0;
	margin: 0;
	background-color: #d2c6b9;
}
.fancy,
a:hover{
	-o-transition: all 0.1s ease-in;
	-webkit-transition: all 0.1s ease-in;
	-moz-transition: all 0.1s ease-in;
	transition: all 0.1s ease-in;		
}
/* xs / - auto Extra Small devices */
@media (max-width: 575px) {}
/* sm Medium devices */
@media (max-width: 767px) {}
/* md Medium devices  */
@media (max-width: 991px) {}
/*  lg Large devices */
@media (max-width: 1139px) {}
/* Content
-------------------------------------------------- */

.modal-body a:link,
.modal-body a:visited{
	color: #d2c6b9;
	border-bottom: 2px solid #d2c6b9;
}	
.modal-body a:hover {
	color: #93887A;
	border-bottom: 2px solid #93887A;

}


#wrapper.container {
    clear: both;

    width: 100%;
    margin: auto;
    min-height: 100%;
    height: auto !important;
    height: 100%;
    overflow: hidden !important;
    position: relative;
    z-index: 1;
    background: #fff;
	padding-left: 0;
	padding-right: 0;
	box-shadow: 0px 0px 100px 20px rgba(0,0,0,.4); 
	-moz-box-shadow: 0px 0px 100px 20px rgba(0,0,0,.4); 
	-webkit-box-shadow: 0px 0px 100px 20px rgba(0,0,0,.4);
}
@media (min-width: 768px) {
	.wrap_container{
		max-width: 900px !important;
	}
}
/* footer
-------------------------------------------------- */

#footer {
    height: 60px;
	width: 100%;
    background: #93887a;
	position: absolute;
    bottom: 0;
    clear: both;
	text-align: center;
}

	.footer_nav{
		margin-top: 10px;
		padding: 0;
		list-style: none;
		width: 100%;
		
	}
		.footer_nav li{
			padding: 0 10px;
			display: inline-block;
		}
	.footer a{
		font-size: 18px;
		color: #ffffff;
		border-bottom: none;
	}
	.footer a:hover{
		color: #ede0cb;
	}
	
/* content
-------------------------------------------------- */
#content_wrap {
    padding-bottom: 120px;
	display: table;
	width: 100%;
}
.container {
    padding-right: 25px;
    padding-left: 25px;
}
section{
	padding-top: 80px;
	padding-bottom: 0px;
	position: relative;
}
.section_slider_header {
	height: 388px;
    text-align: center;
	padding: 0;
}
	.owl_header {
		position: relative;
		height: 100%;
	}
		.owl_header h1{
			position: absolute;
			bottom: 45px;
			right: 30px;
			color: #fff;
			font-size: 20px;
			line-height: 1.2;	
			font-weight: 300;			
		}
		.owl_header h2{
			position: absolute;
			bottom: 10px;
			right: 30px;
			color: #fff;
			font-size: 20px;
			line-height: 1.2;	
			font-weight: 400;			
		}
		
		
.container.aktuelles{
	padding-top: 2em;
	padding-bottom: 1em;
	background: #ede0cb;
	/* font-size: 20px; */
}			
.bg_scroll_therapeut,
.bg_scroll_beratung{
	height: 300px;
	 
}

.gruppentherapie_img{
	margin-top: 5px;
	margin-bottom: 2em;
}

.section_beratung .wrap_container{
	padding-bottom: 60px;
}
.section_kontakt h1{
	padding-bottom: 15px;
}
.section_kontakt .col_kontakt a{
	border-bottom: none;
	font-size: 25px;
	font-weight: 300;
}

.with_triangle{
	padding-bottom: 60px;
	position: relative;
}	
	.with_triangle:after{
		content: '';
		position: absolute;
		bottom: 0;
		right: 0;
		height: 490px;
		width: 490px;
		z-index: 2;
		background: url('../../img/dreieck.png') left top no-repeat;
	}	

	@media (max-width: 500px) {
		.with_triangle:after{
			content: '';
			position: absolute;
			bottom: 0;
			right: 0;
			height: 243px;
			width: 270px;	
			background: url('../../img/dreieck.png') center center no-repeat;
		}
	}

.parallax_bg {
    background-repeat: no-repeat;
    background-position: 50% 0;
	background-attachment: fixed;
	/* background-position: right 50% ; */
 

    -webkit-background-size: cover !important;
    -moz-background-size: cover !important;
    -o-background-size: cover !important;
    background-size: cover !important;
	
	
   /* height: auto; */
    margin: 0 auto;

    padding: 0;
    position: relative;
    width: 100%;
    color: #fff;
}
.bg_img_cover{		
	background-position: 50% ;
	background-repeat: no-repeat;
	background-size: cover;		
}
.columns_styled{
    -webkit-column-count: 2; /* Chrome, Safari, Opera */
    -moz-column-count: 2; /* Firefox */
    column-count: 2;
	
-webkit-column-break-inside: avoid;
          page-break-inside: avoid;
               break-inside: avoid;		
	
	column-gap: 40px;
	
}
@media (max-width: 768px) {
	.columns_styled{
		-webkit-column-count: 1; 
		-moz-column-count: 1;
		column-count: 1;	
	}
}
.columns_styled_item{
	display: inline-block;
}

/* Navigation
-------------------------------------------------- */

.navbar{
    background-color: #93887a !important;
    padding-top: 3px !important;
    padding-bottom: 3px !important;	
	position: relative;
}
.navbar.affix{	
	position: fixed;	
	top: 0;
	z-index: 20;
}


.navbar-brand{
	padding: 0;
}
.navbar-brand img{
	 transition: all 0.25s ease-in;
	 max-height: 60px;
}
#navbarCollapse{
	width: 100%;
}
.navbar-nav{
	display: flex;	
	flex-direction: row;
	flex-wrap: nowrap;
}
	.navbar-nav li{
		flex-grow: 1;
		text-align: center;
		
	}
		.navbar-nav a{
			color: #fff;
			font-weight: normal;
			font-size: 18px;
			padding-left: 15px;
			padding-right: 15px;
			border-bottom: none;
		}

		.navbar-nav a:hover,
		.navbar-nav a.active{
			color: #ede0cb;
			
		}
		
/*
.navbar-brand img{
	max-height: 40px;
	opacity: 0;
}
.navbar-brand{
	background-image: url('../../img/leibspeiserei_altdorf_weiss.png');
	background-position: 50% ;
	background-repeat: no-repeat;
	background-size: cover;		
}
*/


#overlay,
.button_container_wrap{
	display: none;
}
	body.modal-open {
	  overflow-y: auto;
	}
@media (max-width: 575px) {
	.owl_header h1,
	.owl_header h2{
		right: 30px;
		left: 30px;
	}
}

@media (max-width: 767px) {
	
	body.modal-open {
	  overflow-y: hidden;
	}
	
	.modal {
		z-index: 9995;
		padding-right: 0px !important;
	}

	
	.wrap_container{
		width: 100% !important;
		max-width: 100% !important;
	}
	.affix_wrapper{
		display: none;
	}
	.section_slider_header{
		margin-top: 50px;
	}

	
	nav.navbar{
		display: none;
	}
	#overlay,
	.button_container_wrap{
		display: block;
	}
	.button_container_wrap{
		position: fixed;
		z-index: 9990;
		top: 0;
		right: 0;
		left: 0;
		height: 50px;
		background: #93887a;
		
	}
	.button_container_wrap .logo{
		color: #fff;
		padding: 6px 0 0 25px;
		font-size: 24px;
		font-weight: 400;
	}
	.overlay_nav_opened .button_container_wrap{
		background: transparent;
	}
	
	.button_container {
		/*
		position: fixed;
		*/
		position: absolute;
		
		top: 13px;
		right: 25px;
		height: 27px;
		width: 35px;
		cursor: pointer;
		z-index: 100;
		transition: opacity .25s ease;
		z-index: 9999;

	}

		.button_container:hover {
		  opacity: .7;
		}
		.button_container.active .top {
		  -webkit-transform: translateY(11px) translateX(0) rotate(45deg);
				  transform: translateY(11px) translateX(0) rotate(45deg);
		  background: #FFF;
		}
		.button_container.active .middle {
		  opacity: 0;
		  background: #FFF;
		}
		.button_container.active .bottom {
		  -webkit-transform: translateY(-11px) translateX(0) rotate(-45deg);
				  transform: translateY(-11px) translateX(0) rotate(-45deg);
		  background: #FFF;
		}
			.button_container span {
			  background: #fff;
			  border: none;
			  height: 5px;
			  width: 100%;
			  position: absolute;
			  top: 0;
			  left: 0;
			  transition: all .35s ease;
			  cursor: pointer;
			}
				.button_container span:nth-of-type(2) {
				  top: 11px;
				}
				.button_container span:nth-of-type(3) {
				  top: 22px;
				}

	.overlay {
		position: fixed;
		background: #93887a;
		top: 0;
		left: 0;
		width: 100%; 
		height: 100%;
		opacity: 0;
		visibility: hidden;
		transition: opacity .35s, visibility .35s;  
		overflow: hidden;
		z-index: 9998;

	}
		.overlay.open {
			opacity: 1;
			visibility: visible;
			height: 100%;
		}
		.overlay.open li {
		  -webkit-animation: fadeInUp .5s ease forwards;
				  animation: fadeInUp .5s ease forwards;
		  -webkit-animation-delay: .35s;
				  animation-delay: .35s;
		}
		.overlay.open li:nth-of-type(2) {
		  -webkit-animation-delay: .4s;
				  animation-delay: .4s;
		}
		.overlay.open li:nth-of-type(3) {
		  -webkit-animation-delay: .45s;
				  animation-delay: .45s;
		}
		.overlay.open li:nth-of-type(4) {
		  -webkit-animation-delay: .50s;
				  animation-delay: .50s;
		}
		.overlay.open li:nth-of-type(5) {
		  -webkit-animation-delay: .55s;
				  animation-delay: .55s;
		}		

		.overlay .inner_overlay{
			position: absolute;
			text-align: center;
			top: 48%;
			width: 100%;
			-webkit-transform: translateY(-50%);
				  transform: translateY(-50%);	
			padding: 0 2%;
		}
			.overlay nav {
				margin-top: 0px;
				font-weight: normal;
				font-size: 22px;
				/*
				font-family: 'PT Serif', Times, serif;
				text-transform: uppercase;
				*/
				text-align: center;
			}		
				.overlay ul {
					list-style: none;
					padding: 0;
					margin: 0 auto;
					display: inline-block;
					position: relative;
					height: 100%;
				}
					.overlay ul li {
						display: block;
						position: relative;
						opacity: 0;
					}
						.overlay ul li a.nav-link {
							display: block;
							position: relative;
							color: #FFF;
							text-decoration: none;
							overflow: hidden;
							padding: .6rem 1rem .1rem 1rem;
							border-bottom: none;
						}
							.overlay ul li a.nav-link:hover,
							.overlay ul li a.nav-link.active{
								color: #ede0cb;
							}
							.overlay ul li a:hover:after, .overlay ul li a:focus:after, .overlay ul li a:active:after {
								width: 100%;
							}
							.overlay ul li a:after {
								content: '';
								position: absolute;
								bottom: 0;
								left: 50%;
								width: 0%;
								-webkit-transform: translateX(-50%);
									  transform: translateX(-50%);
								height: 1px;
								background: #FFF;
								transition: .35s;
							}

}



	


/* owl-carousel
-------------------------------------------------- */




.owl_header.bg_img_cover,
.owl-carousel.owl_header .item, 
.owl-carousel.owl_header .owl-stage-outer, 
.owl-carousel.owl_header .owl-stage, 
.owl-carousel.owl_header .owl-item {
	height: 100%;
}

#header_slider.owl-theme .item{
	width: 100%;
	height: 100%;
	background-position: center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	-o-background-size: cover;	
}
#header_slider.owl-theme .owl-dots{
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
}

	.owl-theme .owl-nav.disabled + .owl-dots{
		margin-top: 10px;
	}

		.owl-theme .owl-dots .owl-dot span {
			width: 12px;
			height: 12px;
			margin: 5px 3px;
			background: transparent;
			border: 1px solid #fff;
			display: block;
			-webkit-backface-visibility: visible;
			transition: opacity .2s ease;
			border-radius: 30px;
		}
		.owl-theme .owl-dots .owl-dot:hover span,
		.owl-theme .owl-dots .owl-dot.active span{
			 background: #fff;
		}

.owl-theme .owl-nav {	
    margin-top: 0;
	z-index: 100;
}
.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev{
	position: absolute;
	top: 50%;
	margin-top: -10px;
}
	.owl-carousel .owl-nav button.owl-prev{
		left: 0;
	}
	.owl-carousel .owl-nav button.owl-next{
		right: 0px;
	}

.owl-carousel .owl-nav button .glyphicon{
	font-size: 40px;
}	
  .owl-theme .owl-nav [class*='owl-'] {
    color: #fff !important;
    margin: 5px;
    padding: 15px;
    display: inline-block;
    cursor: pointer;
	opacity: 0.7;
	text-shadow: 1px 1px 8px rgba(0, 0, 0, .4); filter: dropshadow(color=rgba(0, 0, 0, .4), offx= 1, offy=1);
}
.owl-theme .owl-nav [class*='owl-']:hover {
	color: #fff;
	text-decoration: none; 
	opacity: 1;
	background: transparent;
}	
/*
.owl_slide_content{
	position: relative;
	width: 100%;
	height: 100%;
}

	.owl_bottom_slide{
		bottom: 15%;
		left: 5%;
		position: absolute;
		width: 95%;
		text-align: left;
		height: 100px;
		display: table;
	}


	.owl-item .owl_slide_content h3,
	.owl-item .owl_slide_content h4,
	.owl-item .owl_slide_content a.btn{
		padding: 0;
		margin: 0;
		position: absolute;				
	}

	
	.owl-item .owl_slide_content h3,
	.owl-item .owl_slide_content h4{
		padding-left: 12px;
		padding-right: 12px;		
	}
	.owl-item .owl_slide_content h3 {
		top: 30px;
		font-size: 30px;
		line-height: 1.1em;
		font-weight: 600;
		padding-top: 8px;
		padding-bottom: 8px;
		width: 100%;
		background: rgba(0,0,0,.6);
		color: #fff;
		
		text-shadow: 1px 1px 8px rgba(0, 0, 0, .9); filter: dropshadow(color=rgba(0, 0, 0, .9), offx= 1, offy=1);
	}
	.owl-item .owl_slide_content h4 {
		top: 0;
		height: 30px;
		width: 100%;
		background: rgba(0,0,0,.2);
		font-size: 20px;	
		font-weight: 600;
		color: #fff;
		background: rgba(0,0,0,.3);
		text-shadow: 1px 1px 8px rgba(0, 0, 0, .9); filter: dropshadow(color=rgba(0, 0, 0, .9), offx= 1, offy=1);
	}
	
	
	.owl-item .owl_slide_content a.btn {
		top: 300px;
		margin: 0 auto;
		border-color: transparent;
		background: rgba(255,255,255,.8);
		color: #EF882E;
		font-size: 20px;
		width: 230px;
		text-align: center;
		padding: 5px 10px;
	}
	
		.owl-item .owl_slide_content a.btn:hover,
		.owl-item .owl_slide_content a.btn:focus{
			color: #EF882E;
			border-color: transparent;
			background: rgba(255,255,255,1);
		}
*/
.owl-item .box_inner {
    margin: 0 auto;
    max-width: 800px;
    padding: 2%;
        padding-top: 2%;
    padding-top: 5%;
}
.box_centered {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap;
    -ms-flex-pack: center;
    justify-content: center;
}

/* photoswipe
-------------------------------------------------- */
.photoswipe-wrapper{	
	padding-right: -3px;
	padding-left: -3px;
	margin-right: auto;
	margin-left: auto;
}
	.photoswipe-wrapper .row{
		margin-right: 0px;
		margin-left: 0px;		
	}
	.photoswipe-wrapper .caption{
		display: none;
	}
		.photoswipe-wrapper .grid_item{
			padding: 3px;
		}
		.pswp__counter,
		.pswp__caption__center {
			font-size: inherit;
		}
		
	
/* Custom CSS
-------------------------------------------------- */	
.nachoben {
	position: fixed;
	bottom: 1em;
	right: 0px;
	font-size: 16px;
	padding: 5px 5px;
	display: none;
	z-index: 999;
	color: #fff !important;
	opacity: 1;
	background: #93887a;
	border-bottom: none !important;
	border-top-left-radius: 3px;
	-moz-border-radius-topleft: 3px;
	-webkit-border-top-left-radius: 3px;
	border-bottom-left-radius: 3px;
	-moz-border-radius-bottomleft: 3px;
	-webkit-border-bottom-left-radius: 3px;
}
.nachoben:hover {	
	opacity: 1;	
	background: #ede0cb;
	color: #93887a !important;
}	
/*
.modal-open	.nachoben {
	right: 17px;
}	
*/
		
img,
embed,
object,
video { 
	max-width: 100%;
	height: auto;
	width: auto;
}



/* modal
-------------------------------------------------- */
/**/
body.modal-open{
	padding-right:0px !important;	
}


.modal-open {
    overflow-y: scroll;
}

.modal-backdrop {
    background-color: transparent;
}
	.modal-backdrop.in {
		opacity: 0.95;
	}

.modal-content {
    border-radius: 0;
    outline: 0;
	
    background-color: #4e4842;
	border: 3px solid #a9a095;
	color: #fff;
}
	.modal-header{
		background: transparent;
		border-bottom: none;
		padding-bottom: 10px;
	}
	.modal-header.header_drag{
		cursor: all-scroll;
	}
	.modal-header.header_drag:hover{
		 background-color: rgba(255,255,255,.05);
	}
		.modal-header img{
			height: 40px;
		}
		.modal-header button,
		.modal-footer a{
			color: #fff;
			opacity: 1;
			border-bottom: none;
		}
			.modal-header button:hover,
			.modal-header button:active,
			.modal-footer a:hover{
				color: #d2c6b9;
				opacity: 1;
				border-bottom: none;
			}
			
	.modal-header .close {
		margin-top: -23px;
		float: right;
		font-size: inherit;
		font-weight: 500;
		color: #fff;
		text-shadow: none;
	}		
				
	.modal-body {
		
	}
	.modal-body h1 {
		font-size: 26px;
		padding-bottom: 1em;
	}

		.modal-body .row{
			padding: 0;
		}
		.modal-body .row img{
			width: 100% !important;
			margin: 0;
		}	
	.modal-footer {
	   border-top: 1px solid transparent;
	}
	
/*! jQuery UI - v1.12.1 - 2018-08-31
* http://jqueryui.com
* Includes: draggable.css
* Copyright jQuery Foundation and other contributors; Licensed MIT */

.ui-draggable-handle {
	-ms-touch-action: none;
	touch-action: none;
}

	
/*
---------------------------------------------------------*/

.ani_duration_01 {
  -webkit-animation-duration: .1s;
  animation-duration: .1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.ani_duration_03 {
  -webkit-animation-duration: .3s;
  animation-duration: .3s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.ani_duration_10 {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.ani_duration_15 {
  -webkit-animation-duration: 1.5s;
  animation-duration: 1.5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}


		
.ani_delay_01{
	-webkit-animation-delay: .1s !important;
	transition-delay: .1s !important;
}
.ani_delay_02{
	-webkit-animation-delay: .2s !important;
	transition-delay: .2s !important;
}
.ani_delay_03{
	-webkit-animation-delay: .3s !important;
	transition-delay: .3s !important;
}
.ani_delay_04{
	-webkit-animation-delay: .4s !important;
	transition-delay: .4s !important;
}
.ani_delay_05{
	-webkit-animation-delay: .5s !important;
	transition-delay: .5s !important;
}
.ani_delay_06{
	-webkit-animation-delay: .6s !important;
	transition-delay: .6s !important;
}
.ani_delay_07{
	-webkit-animation-delay: .7s !important;
	transition-delay: .7s !important;
}
.ani_delay_08{
	-webkit-animation-delay: .8s !important;
	transition-delay: .8s !important;
}
.ani_delay_09{
	-webkit-animation-delay: .9s !important;
	transition-delay: .9s !important;
}
.ani_delay_10{
	-webkit-animation-delay: 1s !important;
	transition-delay: 1s !important;
}
.ani_delay_15{
	-webkit-animation-delay: 1.5s !important;
	transition-delay: 1.5s !important;
}



/* 
--------------------------------------------
scroll_indicator
--------------------------------------------
*/
@-webkit-keyframes scroll-down-anim {
	0%{ bottom: 2px; }
	50%{ bottom: 7px; }
	100%{ bottom: 2px; }
}
@-moz-keyframes scroll-down-anim {
	0%{ bottom: 2px; }
	50%{ bottom: 7px; }
	100%{ bottom: 2px; }
}
@-o-keyframes scroll-down-anim {
	0%{ bottom: 2px; }
	50%{ bottom: 7px; }
	100%{ bottom: 2px; }
}
@keyframes scroll-down-anim {
	0%{ bottom: 2px; }
	50%{ bottom: 7px; }
	100%{ bottom: 2px; }
}
