/* frutiger */
/*@font-face {
  font-family: 'Frutiger';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/frutiger-lt-std-light.eot'); /* IE9 Compat Modes 
  src: url('../fonts/frutiger-lt-std-light.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 
       url('../fonts/frutiger-lt-std-light.woff2') format('woff2'), /* Super Modern Browsers 
       url('../fonts/frutiger-lt-std-light.woff') format('woff'), /* Modern Browsers 
}*/
/* <weight>: Use a value from 200 to 900*/
/* <uniquifier>: Use a unique and descriptive class name*/


/* playfair-display-italic - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Playfair Display';
  font-style: italic;
  font-weight: 400;
  src: url('../fonts/playfair-display-v37-latin-italic.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

@font-face {
    font-family: 'caviar_dreamsregular';
    src: url('../fonts/caviardreams-webfont.eot');
    src: url('../fonts/caviardreams-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/caviardreams-webfont.woff2') format('woff2'),
         url('../fonts/caviardreams-webfont.woff') format('woff'),
         url('../fonts/caviardreams-webfont.ttf') format('truetype'),
         url('../fonts/caviardreams-webfont.svg#caviar_dreamsregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

/* raleway-regular - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Raleway';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/raleway-v28-latin-regular.eot'); /* IE9 Compat Modes */
  src: url('../fonts/raleway-v28-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/raleway-v28-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/raleway-v28-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('../fonts/raleway-v28-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/raleway-v28-latin-regular.svg#Raleway') format('svg'); /* Legacy iOS */
}
/*******************************
COLORS
********************************/
html{
font-size:100%;
}
	
.nav-link {
	color: #000000; /* #44ad63; f3581b*/
	font-family: 'caviar_dreamsregular' !important;
	font-size: 1.5rem;
	text-align: center;
	}

.nav-link:focus, .nav-link:hover {
    color: #ccc !important;
}
body{
    background-color: transparent;
    font-size: 0.9rem;
    font-family: "Raleway", Helvetica, sans-serif;
    -webkit-font-smoothing: antialiased;
    }
.cover_container{
/* 	background-image: url(../img/bg_pso.jpg)!important; */
	background-image: url(../img/pso_00.jpg)!important;
	background-image: url(../img/pso_00.webp)!important;
	position: fixed;
    height: 100vh;
    width: 100vw;
    top: 0;
    left: 0;
    z-index: -1;
	background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    opacity: 0.3;
}
.navbar {
    display: none;
}
.nav_bg {
    background-image: url(../img/nav_bg_red.png);
    height: 77px;
    background-repeat: no-repeat;
    background-position-x: center;
}
.text-nav {
    color: #ffffff;
}
#antwort {
    position: fixed;
    top: 300px;
    left: calc(50% - 132px);
    padding: 26px;
    background-color: #fff;
    border: 0 solid #000;
    -webkit-border-radius: 20px 20px 20px 20px;
    border-radius: 20px;
    -webkit-box-shadow: 1px 1px 2px #000;
    box-shadow: 1px 1px 2px #000;
    z-index: 1001;
    width: 300px;
}
.modal.show .modal-dialog, .modal {
    z-index: 10000 !important;
}
h1, .h1, h2, .h2, h3, .h3, h4, .h4, #inhalte li, label, .form-control{
	font-family: 'caviar_dreamsregular' !important;
}
.bg-primary {
	background-color: transparent!important;
}
.bg-secondary {
	background-color: transparent !important; 
}
.bg-fourth {
	background-color: #231f20;
	color: #fff;
}
footer .container {
	background-color: #231f20;
	background-color: transparent;
    color: #fff;
	color: #fff;
}
a {
    text-decoration: none;
}
a.neulink{color:#44ad63;}
img {
    width: 100%;
}
.btn_bg_std {
    background: #5ebaa4;
}
.bg_std {
    background-color: #acddd1;
}
.text-shadow{
	text-shadow: 2px 2px 2px #000;
}
h4, .h4 {
    font-size: 20px;
	font-weight: 100;
    line-height: 140%;
}
.inner-div:hover
{
   transform: scale(1.5);
  -moz-transform: scale(1.5);
  -webkit-transform: scale(1.5);
  -o-transform: scale(1.5);
  -ms-transform: scale(1.5); /* IE 9 */
  -ms-filter: "progid:DXImageTransform.Microsoft.Matrix(M11=1.5, M12=0, M21=0, M22=1.5, SizingMethod='auto expand')"; /* IE8 */
   filter: progid:DXImageTransform.Microsoft.Matrix(M11=1.5, M12=0, M21=0, M22=1.5, SizingMethod='auto expand'); /* IE6 and 7 */ 
   transform: scale(1.55, 1.55) rotate(-20deg);
  -webkit-transform: scale(1.55, 1.55) rotate(-20deg);
  -moz-transform: scale(1.55, 1.55) rotate(-20deg);
  -ms-transform: scale(1.55, 1.55) rotate(-20deg);
  -o-transform: scale(1.55, 1.55) rotate(-20deg);
	overflow:hidden;
}
.mobile .inner-div:hover img,
.ie9 .inner-div:hover img {
  transform: none;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
}
/* ende image effect */
/* image effect2 */

.inner-div img {
  -webkit-transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  -ms-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}
.android-browser-4_3minus .inner-div img {
  transition: none;
  -webkit-transition: none;
}
.inner-div:hover img {
  transform: scale(1.55, 1.55) rotate(-20deg);
  -webkit-transform: scale(1.55, 1.55) rotate(-20deg);
  -moz-transform: scale(1.55, 1.55) rotate(-20deg);
  -ms-transform: scale(1.55, 1.55) rotate(-20deg);
  -o-transform: scale(1.55, 1.55) rotate(-20deg);
}

.inner-div:hover .overlay > div {
  transform: translateY(-50%) scale(1, 1);
  -webkit-transform: translateY(-50%) scale(1, 1);
  -moz-transform: translateY(-50%) scale(1, 1);
  -ms-transform: translateY(-50%) scale(1, 1);
  -o-transform: translateY(-50%) scale(1, 1);
}

.inner-div .overlay {
  font-size: 13px;
  line-height: 22px;
  -webkit-transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  -ms-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
}
.inner-div .overlay * {
  color: inherit !important;
}
.inner-div .overlay:hover {
  opacity: 1;
}
/* ende image effect2 */
==============================================
Animation Effekte
==============================================
.slideRight{
	animation-name: slideRight;
	-webkit-animation-name: slideRight;

	animation-duration: 1s;
	-webkit-animation-duration: 1s;

	animation-timing-function: ease-in-out;
	-webkit-animation-timing-function: ease-in-out;

	visibility: visible !important;
}

@keyframes slideRight {
	0% {
		transform: translateX(-150%);
	}
	50%{
		transform: translateX(8%);
	}
	65%{
		transform: translateX(-4%);
	}
	80%{
		transform: translateX(4%);
	}
	95%{
		transform: translateX(-2%);
	}
	100% {
		transform: translateX(0%);
	}
}

@-webkit-keyframes slideRight {
	0% {
		-webkit-transform: translateX(-150%);
	}
	50%{
		-webkit-transform: translateX(8%);
	}
	65%{
		-webkit-transform: translateX(-4%);
	}
	80%{
		-webkit-transform: translateX(4%);
	}
	95%{
		-webkit-transform: translateX(-2%);
	}
	100% {
		-webkit-transform: translateX(0%);
	}
}

.text-focus-in {
	-webkit-animation: text-focus-in 1s cubic-bezier(0.550, 0.085, 0.680, 0.530) both;
	        animation: text-focus-in 1s cubic-bezier(0.550, 0.085, 0.680, 0.530) both;
}
@-webkit-keyframes text-focus-in {
  0% {
    -webkit-filter: blur(12px);
            filter: blur(12px);
    opacity: 0;
  }
  100% {
    -webkit-filter: blur(0px);
            filter: blur(0px);
    opacity: 1;
  }
}
@keyframes text-focus-in {
  0% {
    -webkit-filter: blur(12px);
            filter: blur(12px);
    opacity: 0;
  }
  100% {
    -webkit-filter: blur(0px);
            filter: blur(0px);
    opacity: 1;
  }
}

.focus-in {
	-webkit-animation: focus-in 1s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
	        animation: focus-in 1s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
}
@-webkit-keyframes focus-in {
  0% {
    letter-spacing: 1em;
    -webkit-transform: translateZ(300px);
            transform: translateZ(300px);
    -webkit-filter: blur(12px);
            filter: blur(12px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateZ(12px);
            transform: translateZ(12px);
    -webkit-filter: blur(0);
            filter: blur(0);
    opacity: 1;
  }
}
@keyframes focus-in {
  0% {
    letter-spacing: 1em;
    -webkit-transform: translateZ(300px);
            transform: translateZ(300px);
    -webkit-filter: blur(12px);
            filter: blur(12px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateZ(12px);
            transform: translateZ(12px);
    -webkit-filter: blur(0);
            filter: blur(0);
    opacity: 1;
  }
}

/*
==============================================
section
==============================================*/
@media (min-width: 1400px){
.container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
    max-width: 1160px;
}
}
/*
==============================================
slideLeft2 / slideRight2
==============================================*/
.slideLeft2{
	transform: translateX(150%);
	-webkit-transform: translateX(150%);

	animation-name: slideLeft2;
	-webkit-animation-name: slideLeft2;

	animation-duration: 1s;
	-webkit-animation-duration: 1s;

	animation-delay: .5s;
	-webkit-animation-delay: .5s;

	animation-fill-mode: forwards;
	-webkit-animation-fill-mode: forwards;

	animation-timing-function: ease-in-out;
	-webkit-animation-timing-function: ease-in-out;

	visibility: visible !important;
}

@keyframes slideLeft2 {
	0% {
		transform: translateX(150%);
	}
	100% {
		transform: translateX(0%);
	}
}

@-webkit-keyframes slideLeft2 {
	0% {
		-webkit-transform: translateX(150%);
	}
	100% {
		-webkit-transform: translateX(0%);
	}
}

.slideRight2{
	animation-name: slideRight2;
	-webkit-animation-name: slideRight2;

	animation-duration: 1s;
	-webkit-animation-duration: 1s;

	animation-timing-function: ease-in-out;
	-webkit-animation-timing-function: ease-in-out;

	visibility: visible !important;
}

@keyframes slideRight2 {
	0% {
		transform: translateX(-150%);
	}
	100% {
		transform: translateX(0%);
	}
}

@-webkit-keyframes slideRight2 {
	0% {
		-webkit-transform: translateX(-150%);
	}
	100% {
		-webkit-transform: translateX(0%);
	}
}
*/
/********************************
NAVIGATION
********************************/
.navbar{
	padding: 80px 30px;
	transition: 4s;
}
.navbar-brand img{
	outline: 0px solid white;
	width: 180px;
	max-width: 180px;
	background-image: url("../img/logo_100x100.jpg");
}
#mainNav .navbar-nav li.nav-item a.nav-link:active, #mainNav .navbar-nav li.nav-item a.nav-link:focus {
    color: #ba815;
}
.navbar-toggler:focus {
    box-shadow: 0 0 0;
}
@media (min-width: 580px) {
	.navbar-brand img{
		outline: 0px solid white;
		width: 250px;
		max-width: 250px;
	}
}
@media (min-width: 992px) {
	#mainNav .navbar-nav > li.nav-item > a.nav-link.active {
	color: #ba815b;
    background: #ba815b00;
	}
	.nav_desk {
		display: block;
	font-size: 2.5em;
	top: 20px;
    position: absolute;
	width: auto;
    left: auto;
}
	.nav1 {
    position: absolute;
    left: -110px;
	cursor: pointer;
	}
	.nav2 {
		position: absolute;
		left: -70px;
		top: 250px;
		cursor: pointer;
	}
	.nav3 {
		position: absolute;
		right: -40px;
		cursor: pointer;
	}
	.nav4 {
		position: absolute;
		right: -80px;
		top: 250px;
		cursor: pointer;
	}
}

@media (min-width: 992px) {
	#mainNav .navbar-nav > li.nav-item > a.nav-link.active:active, 
	#mainNav .navbar-nav > li.nav-item > a.nav-link.active:focus, 
	#mainNav .navbar-nav > li.nav-item > a.nav-link.active:hover {
		/* color: #000; */
		background: #ba815b00;
	}
}
nav#mainNav.bg-secondary {
	background-color: #5c0505f0 !important;}


/********************************
PAGE-START - FIRST SLIDE
********************************/
#home {
	position: relative;
	display: block;
    /* justify-content: flex-start; */
	top: 0px;
	/* margin-top: 128px; 
	height: calc(100vh - 128px);*/
	/* width: 100vw; */ 
	background-image: url(../img/bh005.jpg);
	background: -webkit-linear-gradient(rgba(0, 2, 20, 0.3), rgba(15, 0, 26, 0.3)), url(../img/bh005.jpg);
	background: linear-gradient(rgb(0 2 20 / 30%), rgb(15 0 26 / 30%)), url(../img/bh005.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	z-index: 1;
	background-size: cover;
    min-height: calc(70vh - 122px);
}
.text-header-meins {
	color: rgba(0,0,0,.6);
}

.spacerimg {
	height: 50px;	
}



@media (min-width: 580px) {
	header {
		background-repeat: no-repeat;
		background-position:  right -250px bottom -100px;
		background-size: 700px;
	}
	.spacerimg {
		height: 250px;
	}
	.psopic {
    height: 50vh;}
	
	/* .cover_start{top: 82px;} */
}
/* .masthead .masthead-avatar {
    width: 100%;
	height: auto;
	position: relative;
    top: 20px;
	margin-bottom: -6rem !important;
} */

.masthead .masthead-heading {
	font-size: 2.0rem;
	line-height: 2.2rem;
}

#masterhead-content {
    position: relative;
    top: -20px;
    left: 20px;
    width: 100%;
}
@media (max-width: 992px) {
#masterhead-content {
    top: -35px;
}
/* .masthead {
    padding-top: calc(4rem + 40px);
} */
/* .container, .container-fluid, .container-xl, .container-lg, .container-md, .container-sm {
    width: 94%;}*/
} 
@media (max-width: 497px) {
/* .masthead {
    padding-top: calc(4rem + 33px);
} */
#masterhead-content {
    margin-top: 75px;
	left: 0px;
	background: #000;
	width: 100%;
    padding: 10px;
}
.container {
	padding-bottom: 0px;
}
.masthead .masthead-avatar {
    margin-bottom: 0rem !important;
}
}
 @media (max-width: 4000px) and (orientation:landscape) {
	 .modal.show .modal-dialog {
    transform: scale(1.0)!important;
}
 }
	.masthead .masthead-heading {
		font-size: 2.75rem;
		line-height: 2.75rem;
		color: #fff;
		text-shadow: 2px 2px 2px #000;
	}
.masthead .masthead-subheading {
	line-height: 1.5rem;
	text-shadow: 2px 2px 2px #000;
}

@media (min-width: 580px) {
	.masthead .masthead-subheading {
		line-height: 2.0rem;
	}
}

/********************************
HYPHEN
********************************/

.text-hyphen {
	-webkit-hyphens: auto;
        -ms-hyphens: auto;
 		    hyphens: auto;	
}



/********************************
MODALS
********************************/
.form-control {font-size: 1.2rem;}
.scroll-to-top a {background-color: rgb(236 27 36 / 50%);}
.float_left{float:left;}
.form-control:focus {
    border-color: #ced4da;
    box-shadow: 0 0 0 0.2rem rgb(149 149 149 / 15%);
}
section#gallery {text-align: center;}
input#dsgvo {
    width: 30px;
    position: relative;
    margin: 0;
	margin-top: -4px;
    float: left;
    margin-right: 10px;
	box-shadow: none;
}
a {color: #000000;}
a:hover {color: #565656;text-decoration: none;}
img.arm.mb-5 {
    width: 100%;
    position: relative;
	top: 0px;
    right: -24px;
}
.portfolio-modal .close {
	outline: 0px solid red;
	position: absolute;
	z-index: 1;
	right: 1.5rem;
	top: 0rem;
	font-size: 1rem;
	line-height: 3rem;
	color: rgba(236, 27, 36,1);
	opacity: 1;
}

.portfolio-modal .close:hover {
	color: #000;
}

.ekko-lightbox .close {
    text-shadow: -2px 0px 0px white !important;
}
.footer {border-top: 10px solid #5c0605;padding-top: 2rem;padding-bottom: 3rem;}
footer a {cursor: pointer;color: #ffffff;text-decoration: none;}
/* footer .container {padding: 0;} */

.btn-outline-secondary {
    color: #fff;
    border-color: #f45f0b; /* #5c0605; */
    background-color: #f45f0b; /* #5c060587; */
}
.btn-outline-secondary:hover {
    color: #231f20;
    background-color: grey;
    border-color: #231f20;
	text-shadow: none;
}
.scroll-to-top {
    bottom: 1rem;
	right: 0rem;
}
.ueberunter {
    width: 30%;
}
.footer_txt {
	width: 67%;
    text-align: center;
    width: 100%;
    top: 6px;
    position: relative;
	border-top: 1px solid #fff;
    margin: 0 auto;
}
/********************************
FAQ Accordeon
********************************/

#faq .icon-top-head  {
	margin-bottom: 2rem;
	outline: 0px solid yellow;
}

#faq .lead { width: 100%; }
	
@media (min-width: 580px) {
	#faq .page-section .page-section-heading {
		font-size: 2.0rem;
		line-height: 3.5rem;
	}
	#faq .icon-top-head  {
		line-height: 5.5rem;
		outline: 0px solid yellow;
	}
	#faq .lead { 
	width: 70%;
	margin: 0 auto;
	}
}

#faq .page-section-heading {
	outline: 0px solid red;
	line-height: 2rem;
}

.collapsible-link::before {
  content: '';
  width: 14px;
  height: 2px;
  background: #333;
  position: absolute;
  top: calc(50% - 1px);
  right: 0;
  display: block;
  transition: all 0.3s;
}

/* Vertical line */
.collapsible-link::after {
  content: '';
  width: 2px;
  height: 14px;
  background: #333;
  position: absolute;
  top: calc(50% - 7px);
  right: calc(0rem + 6px);
  display: block;
  transition: all 0.3s;
}

.collapsible-link[aria-expanded='true']::after {
  transform: rotate(90deg) translateX(-1px);
}

.collapsible-link[aria-expanded='true']::before {
  transform: rotate(180deg);
}

.card h6 { outline: 0px solid red; }

.card .card-body {
    background-color: rgb(255 255 255 / 0%) !important;
    margin-top: 2px;
}
/********************************
DIVIDER
********************************/
/* #wir .container {
    top: 0px;
    position: relative;
} */
.divider-custom {
	outline: 0px solid red;
	margin: 1.0rem 0 1rem;
	width: 100%;
	display: flex;
	justify-content: left;
	align-items: normal;
}

.divider-custom .divider-custom-line:last-child {
	margin-left: 0rem;
}

.divider-custom.divider-light .divider-custom-line {
	background-color: rgba(0,0,0,.6);
}

.divider-custom.divider-light .divider-custom-line {
    background-color: rgb(255 255 255 / 60%);
}

/********************************
GALLERY - via 	Bootstrap Modal test


#portfolioModal51 img {
	border: 10px solid white;
}

#portfolioModal51 .modal-dialog {
	width: 100%;
}

#portfolioModal51 .modal-content {
	background-color: inherit;
	border: 0px solid red;
}

#portfolioModal51 .modal-body {
	outline: 2px solid green;
	padding: 0px;
}

#portfolioModal51 .col-lg-8 {
	padding: 0;
	margin: 0;

}

@media (min-width: 1200px) and (min-width: 992px) and (min-width: 768px) and (min-width: 576px) {
	#portfolioModal51 .container { max-width: 100%; }
}
********************************/



/********************************
HEADER FONTS
********************************/

.page-section .page-section-heading {
	font-size: 1.5rem;
	line-height: 2.5rem;
}
	
@media (min-width: 580px) {
	.page-section .page-section-heading {
		font-size: 2.0rem;
		line-height: 2.5rem;
	}
}

/********************************
Photos
********************************/

.portraitphoto {

    width: 200px;
    border-radius: 50%;
	box-shadow: 0px 0px 0px 3px #ba815b;
}
}
#gallery img {
    box-shadow: 0px 20px 10px 0px #000000a6;
}

/********************************
ICONS
********************************/

.icon-top-head {
	margin-bottom: 0.5rem;
	font-size: 3.0rem;
}
svg.svg-inline--fa.fa-hat-wizard.fa-w-16.fa-spin.fa-lg {
    color: #5c0605;
}

@media (min-width: 992px) {
	.icon-top-head {
		margin-bottom: -1.0rem;
	}
}

.icon-leistungen {
	font-size: 0.7rem;
	color: #5db99d;
	margin: 0 5px 0.1rem 5px;
}

#contact {
	/* background-color: rgba(108,190,153,.3) !important; */
	padding-bottom: 0;
}

/* .page-section {
    padding: 5.1rem 0;
	z-index: 1;
} */

.container {
    background: #ffffff;
    max-width: none;
}
.ekko-lightbox-nav-overlay a:last-child span, .ekko-lightbox-nav-overlay a span {
    text-shadow: -3px 0px 7px #000000;
}
/********************************
MAP
********************************/

.map {
	height: 30rem;
	margin-top: 10rem;
}

.map iframe {
	height: 100%;
	width: 100%;
	border: 0;
}

.mapcontainer	{
	overflow:hidden;
	height:500px;
	width:100%;
	margin-top: 100px;
}

#gmap_canvas { height:500px; width:100%; }
#gmap_canvas img { max-width:none!important; background:none!important; }
#kontakt{width:100%;}
input, textarea {position: relative; width:100%; background: black; color: #44ad63; border-radius: 5px;}
::placeholder {
  color: #44ad63;
  opacity: 1; /* Firefox */
}
input[type="radio"] {
  appearance: none;
  background-color: #fff;
  margin: 0;
  font: inherit;
  color: currentColor;
  width: 1.15em;
  height: 1.15em;
  border: 0.15em solid #44ad63;
  border-radius: 50%;
}
input:checked {
  border: none;
  outline: 0.15em solid #44ad63;
  background-color: #009688;
}
.formlabel{
margin-right: 20px;
}
::-ms-input-placeholder { /* Edge 12 -18 */
  color: #44ad63;
}
.use_hw::before {
	content: "";
    position: absolute;
    width: 10px;
    height: 2px;
    background-color: #ffffff;
    margin: 23px 0px auto;
	left: auto;
}

@media (max-width:767px) {
	#gmap_canvas { height:350px; width:100%; }
	.mapcontainer{ height:350px; width:100%;}
	/* .masthead { padding-top: calc(6rem + 12px);} 
	#masterhead-content { top: 13px; left: 20px;}
	.masthead .masthead-avatar {top: 0px; margin-bottom: 3rem !important;}*/
	.page-section {margin: 0;}
	.page-section .page-section-heading {font-size: 1.7rem;line-height: 2rem;}
	#wir .container {padding-top: 20px;margin-bottom: -30px;}
	.bg-fcontainer {background-color: #5c0605 !important;}
	#gallery .row {text-align: center;}
	h1, .h1 {font-size: 2.3rem;}
	#kontakt{width:100%;}
	.use_hw::before {
	margin: 23px 37px auto;
    left: calc(100vw / 2 - 43px);
}
}

#map {
  height: 500px;
  /* The height is 400 pixels */
  width: 100%;
  /* The width is the width of the web page */
}



/********************************
COOKIE BANNER
********************************/

#footer-cookie, #footer-cookie * {
	box-sizing: border-box;
}
 
#footer-cookie {
	display: none;
	position: fixed;
	bottom: 0px;
	left: 0px;
	width: 100%;
	padding: 20px;
	font-size: 0.9em;
	line-height: 1.2em;
	background: rgba(0,0,0,.7);
	color: rgba(255,255,255,.7);
	text-align: left;
}

#footer-cookie a { color: rgba(255,255,255,.7); }

#footer-cookie #description { 
	outline: 0px solid red;  
	margin: 0;
	position: absolute;
	top: 50%;
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 50%;
 }

#footer-cookie #accept {float: right;}

#footer-cookie #accept a {
	border-radius: 8px;
	border: 2px solid rgba(255,255,255,.7);
	padding: 5px 9px;
	text-decoration: none; max-width: 100px;
}
  img.angesagt.text-focus-in {
    left: 0;
    width: 100%;
    height: auto;
    margin: 0px 0px;
	max-width: 600px;
}
  div#unten {
    display: none;
}
#kontakt table tr td {
    display: inline;
}
/*cookie*/

/* Center website */
#cookie-popup { 
  text-align: center; 
  background: #fff;
  position: fixed;
  top: 6px; 
  left: 0;
  right: 0;
  z-index: 10001;
  font-size:14px; 
  line-height:20px;
  padding: 20px;
  -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.2);
  -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.2);
  box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.2);
  }
#cookie-popup p { 
  text-align: center;
}
#cookie-popup.hidden {
  display: none;
}
/*cookie*/
@media (min-width: 992px) {
	.navbar{display: none;}
	.cover_start{top: 0px;}
/* 	.psopic {top: 250px;}	.psopic {top: 250px;} */
	.psopic {top: 0px;}
section#vermietung {
    background-position: top center;
}
}

@media (min-width: 580px) {
	#footer-cookie {
		padding: 15px 20px 15px 20px;
	}
	#footer-cookie #accept a {
		max-width: 100%;
		display: block;
		text-align: center;
	}
	header {
    background-position: left 50% bottom -100px;
	}
}
p {
  font-size: 12px;
}
	
@media all and (min-width: 576px) {
  p {
    font-size: 12px;
  }
	.sm-mt{margin-top: 1rem !important;}
	.md-mt{margin-top: 0rem !important;}
}
@media all and (min-width: 768px) {
		#home {
    min-height: calc(70vh - 122px);
}
  p {
    font-size: 14px;
  }
  .psopic {
	margin: auto;
}
div#unten {
    height: 30px;
    position: relative;
	display: block;
}
.nav_desk{
    width: 100%;
}

.use_h::before {
    content: "";
    position: absolute;
    top: 40px !important;
    /* bottom: 0; */
    /* left: 0; */
    width: 30px;
    height: 2px;
    background-color: #ffffff;
}
}
@media all and (min-width: 992px) {
	#home {
    min-height: calc(70vh - 122px);
}
	p {
	font-size: 14px;
	}
  	.nach_oben_link{display: block !important;
	}
	.psopic {
	height: 70vh;
	max-height: 580px;
	}
	.nav1 {
	top: 15px;
	}
	.nav2 {
    left: -100px;
	}
	.nav3 {
	top: 15px;
    right: -100px;
	}
	.nav4 {
    right: -170px;
	}
	.cover_start {
    height: 99vh;
    max-width: 960px;
	max-height: 960px;
    width: 90vw;
    top: 1vh;
    margin: 0 auto;
	background-color: #ffffffc9;
	background: rgb(255,255,255);
	background: -moz-linear-gradient(144deg, rgba(255,255,255,0.7035189075630253) 31%, rgba(147,146,146,0.6138830532212884) 100%);
	background: -webkit-linear-gradient(144deg, rgba(255,255,255,0.7035189075630253) 31%, rgba(147,146,146,0.6138830532212884) 100%);
	background: linear-gradient(144deg, rgba(255,255,255,0.7035189075630253) 31%, rgba(147,146,146,0.6138830532212884) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff",endColorstr="#939292",GradientType=1);
    border: 2px solid #5c0605;
    box-shadow: 8px 8px 8px -3px #000;
	background-image: url(../img/bg_pso.jpg);
    background-size: cover;
	}
}
@media all and (min-width: 1200px) {
		#home {
    min-height: calc(70vh - 122px);
}
  p {
    font-size: 16px;
  }
}


@media all and (min-width: 1550px) {
	.cover_start {
		position: relative;
		height: 95vh;
		width: 50vw;
		top: 20px;
	}
	.psopic {
		top: 0px;
	}
	.logo_start {
		top: -120px;
		left: calc(50% - 160px);
		z-index: 0;
		background-repeat: no-repeat;
		/* background-position: top center; */
		background-size: cover;
		height: 120px;
		width: 320px;
	}
	.nav_desk {
		top: 130px;
		width: 100%;
		height: 500px;
	}
	.nav1 {
		top: -15px;
		left: -180px;
	}
	.nav2 {
		left: -120px;
		top: 230px;
	}
	.nav3 {
		top: -15px;
		right: -135px;
	}
	.nav4 {
		right: -180px;
		top: 230px;
	}
}
/* ende doo */

html, body {
  /* width: 100%; */
  margin: 0px;
}
html {
  background: #eeecec;
  overflow-x: hidden;
}
body{
	background-color: #ffffff; 
	position: absolute;
    top: 0;
    left: 0;
    width: 100vw;
}
.content {
  width: 100%;
  font-size: 20px;
  font-family: 'Abel', sans-serif;
  font-weight: 100;
  -webkit-transition: top 0.5s;
  position: absolute;
  top: -245px;
  margin: 0 auto;
}
.content h1 {
  font-size: 3em;
  text-transform: uppercase;
  margin-top: 85px;
  margin-left: 10px;
}
.content h2 {
  font-size: 42px;
  text-transform: lowercase;
  margin-top: 25px;
  /* margin-left: 10px; */
  font-weight: 400;
  letter-spacing: 16px;
  font-family: 'Abel', sans-serif !important;
}
.content.shift {
  top: 395px;
}

p {
    margin: 0;
    padding: 10px 0;
    /* font: inherit; */
    font-weight: inherit;
    line-height: inherit;
    font-size: inherit;
}
p {
  /* max-width: 600px; */
	text-align: left;
    /* margin-left: 10px;
    font-family: 'Montserrat', sans-serif !important;
    font-weight: 300 !important;
    line-height: 1.75em !important;
    font-size: 0.8em !important; */
}
#bar {
  width: 40%;
  height: 200px;
  margin: 0 auto;
  border: 1px dashed white;
}




/* icon menu */
   :root {
            --custom-white: #fff;
        }

        figure {
			top: 2px;
            /* margin: 0; */
            position: absolute;
            /* display: inline-block; */
			width: 40px;
			margin: 0 auto;
			right: 8px;
        }

        figure img {
            vertical-align: top;
			width: 40px
        }

        /* Styles gemeinsam fÃ¼r Abdeckung und Icon: */
        .overlay {
            position: absolute;
            transition: all .7s;
            opacity: 1;
        }

        /* Styles fÃ¼r die Abdeckung: */
        .overlay.cover {
            width: 100%;
            height: 100%;
            top: 0;
            left: 0;
            background-color: var(--custom-white);
        }

        /* Styles fÃ¼r das Icon: */
        .overlay.icon {
            opacity: 0;
        /*  left: 50%;
            top: 50%;
            transform: translate(-50%, -50%); 
            width: 40px;
            height: 40px;
            pointer-events: none;*/
        }

        /* Die Abdeckung wird beim Hover teildeckend: */
        .overlay.cover:hover {
            opacity: 0;
			transform: rotate(0deg);
        }

        /* Das Icon wird beim Hover vollstÃ¤ndig deckend: */
        .overlay.cover:hover~.overlay.icon {
            opacity: 1;
			transform: rotate(180deg);
        }
		
		/* .overlay.cover {
		transition: transform .7s ease-in-out;
		}
		.overlay.cover:hover {
		transform: rotate(360deg);
		} */
		.bar {
		transform: rotate(0deg);
		transition: transform .7s ease-in-out;
		opacity: 1;
		}
		.bar:hover {
		transform: rotate(360deg);
		opacity: 1;
		}
		.opacout { 
		opacity: 1; 
		transition: opacity 0.3s ease-in-out; 
		} 
		.opacout:hover { 
		opacity: 0; 
		}
		section{
		position: relative;
		color: #000000;
		/* background-color: black;
		margin-top: 130px; */
		min-height: calc(100vh - 128px);
		flex-direction: column;
		}
		h1, .h1 {
		font-size: 3.1rem;
		padding-top: 15px;
		z-index: 1!important;
		text-shadow: 2px 2px #231f20;
		}
		.navbar {
		display: block;
		background: #ffffff !important;
		}
		.navbar-brand img {
		outline: 0px solid white;
		width: 100px;
		max-width: 100px;
		}
		.text-nav {
		font-style: normal;
		font-variant: normal;
		font-weight: bolder;
		text-shadow: 1px 1px 1px #231f20;
		color: #5ebaa4;
		}

	.side-menu-overlay {
    position: fixed;
    left: 0;
    top: 0;
    min-width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.4);
    z-index: 100;
    display: none;
	}
/* 	.collapsing {
		height: 34px !important;
		overflow: hidden!important;
		transition: height .35s ease!important;
		transition: height .35s ease!important;
	} */
	
	/* clash */
.section-inner {
    /* min-height: 100vh; */
    padding: 100px 0;
}
		
section#events {
   /*  background-image: url(../img/bg4.jpg); */
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    background-attachment: fixed;
    border: 0px solid #000;
}
.events .date-label {
    background: #000 none repeat scroll 0 0;
    color: #fff;
    display: inline-block;
    /* font-family: 'roboto_slabbold', serif; */
    height: 120px;
    left: 10px;
    padding-top: 4px;
    /* position: absolute; */
    text-align: center;
    /* top: 10px; */
    width: 100%;
    max-width: 120px;
}
.events .date-label .number {
    font-size: 58px;
    line-height: 58px;
    font-weight: 700;
}
.events .date-label .month {
    font-size: 24px;
    font-weight: 700;
    letter-spacing: 2.111px;
    line-height: 22px;
    text-transform: uppercase;
}
.events .item {
    background: #fff none repeat scroll 0 0;
    border-bottom: 1px solid #eee;
    margin-bottom: 30px;
    min-height: 114px;
    padding: 10px 10px 10px 120px;
    position: relative;
}
/* .events .gig-title {
    color: #000;
    font-size: 26px;
    margin-bottom: 10px;
    margin-top: 0;
    word-break: normal;
    max-width: 79%;
} */
/* .events .sub-title {
    color: #000;
    margin-top: 0;
    word-break: keep-all;
} */
.events .gig-actions {
    position: absolute;
    right: 10px;
    top: 10px;
}
#events h3 {
	color: #fff;
}
#events h4 {
    color: #fff;
}
a.btn-ghost-secondary, .btn-ghost-secondary {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: 2px solid #101113;
    border-radius: 0;
    box-shadow: 0 0 0 0 #101113 inset;
    color: #101113;
    text-transform: uppercase;
}
.accordion {
	padding-top:18px;
    --bs-accordion-color: #fff;
    --bs-accordion-bg: #232d3b;
    --bs-accordion-transition: color 0.15s ease-in-out,background-color 0.15s ease-in-out,border-color 0.15s ease-in-out,box-shadow 0.15s ease-in-out,border-radius 0.15s ease;
    --bs-accordion-border-color: var(--bs-border-color);
    --bs-accordion-border-width: 0px;
    --bs-accordion-border-radius: 0.375rem;
    --bs-accordion-inner-border-radius: calc(0.375rem - 1px);
    --bs-accordion-btn-padding-x: 1.25rem;
    --bs-accordion-btn-padding-y: 3rem;
    --bs-accordion-btn-color: #212529;
    --bs-accordion-btn-bg: var(--bs-accordion-bg);
    --bs-accordion-btn-icon: url(data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23212529'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e);
    --bs-accordion-btn-icon-width: 1.25rem;
    --bs-accordion-btn-icon-transform: rotate(-180deg);
    --bs-accordion-btn-icon-transition: transform 0.2s ease-in-out;
    --bs-accordion-btn-active-icon: url(data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%230c63e4'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e);
    --bs-accordion-btn-focus-border-color: #86b7fe;
    --bs-accordion-btn-focus-box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
    --bs-accordion-body-padding-x: 1.25rem;
    --bs-accordion-body-padding-y: 1rem;
    --bs-accordion-active-color: #0c63e4;
    --bs-accordion-active-bg: #e7f1ff;
}
h2.accordion-header{
    padding-top: 0;
}
.accordion-item {
    color: #fff;
    background-color: #1a212b;
}
.accordion-button {
    color: #fff;
    background-color: #000;
    padding: 5px;
	border-bottom: 1px solid;
}
.accordion-button:last-child {
	border-bottom: 1px solid;
}
.accordion-button:not(.collapsed) {
    color: #ffffff;
    background-color: #44ad63;
}
.accordion-button:focus {
    box-shadow: 0 0 0 0;
}
.accordion-button:not(.collapsed)::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}
.accordion-button.collapsed::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}
#modalTickets input, #modalTickets textarea {
    position: relative;
    width: auto;
}
#events form > input {
    position: absolute;
    right: 30px;
}

.heading-section-title {
    font-weight: 700;
    text-shadow: 2px 2px 2px #000;
    color: #fff; /* ba815b */
/*     display: flex;
    align-items: center;
	justify-content: center; */
}
.dropdown-menu[data-bs-popper] {
    top: 50px;
}
.topheader{
	display: block;
	position: relative;
	top: 128px;
	visibility: hidden;
}
.anker
{
	display:block;
	position: relative;
	padding-top:122px;	
}
.dropdown-item {
    color: #ffffff;
}
.dropdown-item:focus, .dropdown-item:hover {
    color: #fff!important;
    background-color: #49a79e!important;
	width: 165px;
    margin: 0 auto;
	text-align: center;
}
.dropdown-menu {color: #fff!important; background-color: #2d2d2d!important;}
.dropdown-menu {color: #fff!important; background-color: #5ebaa4!important;}

.navbar-nav {
    align-items: center;
}

.navbar-toggler {
    background: #43b9b3 !important;
    border-color: #43b9b3 !important;
	border: 0;
}
.dropdown-toggle::after {
    color: #5ebaa4;
}
ul.dropdown-menu.show {
    /* max-width: 70px; */
    display: flex;
    justify-content: space-around;
    align-items: center;
    flex-flow: column;
}
li.nav-item.dropdown {
    display: flex;
/*     justify-content: center; */
    align-items: center;
    flex-wrap: nowrap;
    flex-direction: column;
    align-content: center;
}
.mime_icon {
    width: 18px;
}
footer {
    position: absolute;
    width: 100vw;
    bottom: 0px;
    z-index: 1;
	clip-path: polygon(0 10%, 100% 0%, 100% 100%, 0% 100%);
    background-image: url(../img/footer.jpg);
    background-size: cover;
    background-repeat: no-repeat;
}

.footer {
	margin-top: 2em;
    border-top: 3px solid #44ad63;
}
.bg-fourth {
    background-color: #ffffff;
    color: #fff;
}
.bg-transparent {
    background-color: rgb(0 0 0 / 0%) !important;
}
/* footer .container {
    background-color: #ffffff;
    color: #000000;
} */
.page-footer {
	  font-size: 16px;
	  line-height: normal;
	  text-align: center;
	  padding: 0 20px 10px;
	}

	.page-footer span {
	  color: var(--red);
	}
	#fullpage{
	  height: 5000px;
	}
	#btn-back-to-top {
	  position: fixed;
	  bottom: 55px;
	  right: calc(10vw - 22px);
	  display: none;
	  z-index: 2;
	}
	.dropdown-item.active, .dropdown-item:active {
    color: #fff;
    background-color: #44ad63;
}
b, strong {
    /* font-weight: 300; */
    color: #5ebaa4;
}
#events	figure {
    top: 0px;
    margin: 0;
    position: relative;
    width: auto;
    right: auto;
    margin: 0 auto;
}
#events	figure img {
    vertical-align: top;
    width: 100%;;
}
#events	 p{
    margin-left: 10px;
    margin-right: 10px;
}
.btn-outline-secondary {
    color: #000;
	font-weight: 700;
    border-color: #44ad63;
    background-color: #44ad63;
	vertical-align: baseline;
	    font-size: 1em;
}
#kontakt p {
    background: #231f20;
    padding: 5px;
    border-radius: 5px;
    margin-top: 18px;
    margin-left: 0;
	/* color: #44ad63;
	font-size: 1.2rem !important; */
}
footer a {
    font-size: 1rem;
	line-height: 2.2rem;
}
@media (max-width: 479px) {
	h1, .h1 {
	    font-size: 2.8rem;
	}
	#home h1 {
	    font-size: 1.8rem;
	    padding-top: 15px;
	    z-index: 1!important;
	    text-shadow: 4px 2px #231f20;
	}
	#home h2{
	    font-size: 1.8rem; 
	    padding-top: 0px;
	}
	#collapseOne img{
		max-width: 100%;
	}
	
	.img-fluid {
	    height: 290px;
	    /* overflow: hidden; */
	    width: 290px;
	    object-fit: none;
	}
}
#logo {
  display: block;		
  background-image: url("../img/pso_logo_vector.svg");	
  transition: 0.4s;
  width: 100px;
  height: 100px;
  background-size: cover;
}
#logo_m {
  display: block;		
      background-image: url(../img/logo_260x60mb.svg);
    transition: 0.4s;
    width: 230px;
    height: 60px;
    background-size: contain;
    background-repeat: no-repeat;
}

h1, h2, h3 {
	position: relative;
		-webkit-hyphens: auto;
        -ms-hyphens: auto;
 		    hyphens: auto;	
}
.use_h::before {
  content: "";
  position: absolute;
  top: 32px;
  bottom: 0;
  left: 0;
  width: 30px; /* 3 Zeichen Breite */
  height: 2px; 
  background-color: #5ebaa4;
}
div#intro-pso {
    height: 120vh;
    width: 100vw;
    background-image: url(../img/4x4c.png), url(../img/intro_a.jpg);
    background-repeat: repeat, no-repeat;
    background-position: center center;
    background-size: unset;
    position: fixed;
    top: 113px;
}
#logo-pso_mb {
	height: 110px;
    width: 130px;
	background-image: url(../img/logo_130x110mb.svg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: unset;
	margin: 0 auto;
}
.btn-upto {
    --bs-btn-color: #fff;
    --bs-btn-bg: #5ebaa4;
    --bs-btn-border-color: #5ebaa4;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #32a39d;
    --bs-btn-hover-border-color: #5ebaa4;
    --bs-btn-focus-shadow-rgb: 66,70,73;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #32a39d;
    --bs-btn-active-border-color: #5ebaa4;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #5ebaa4;
    --bs-btn-disabled-border-color: #5ebaa4;
}
.txt-shadow {
    text-shadow: 2px 2px #231f20;
}
footer ul li, footer h6 {
    text-align: center;
}
.bg-black {
    background-color: rgb(35 31 32) !important;
}
hr {
    margin: 3rem 2rem 2rem 2rem;
    border-top: 3px solid #1d9e7f;
	opacity: .50;
}
.zw_text {
    text-align: center !important;
    /* font-style: italic;
    letter-spacing: 0px;
    font-family: 'Playfair Display'; */
	font-family:'caviar_dreamsregular' !important;
    font-size: 1.2rem;
}
/* square */
.square h3 {
    color:white;
    text-shadow: 0 0 4px #00000020, 0 0 4px #00000020, 0 0 4px #00000020, 0 0 4px #00000020, 0 0 4px #00000020, 0 0 4px #00000020, 0 0 4px #00000020, 0 0 4px #00000020, 0 0 4px #00000020, 0 0 4px #00000020, 0 0 4px #00000020, 0 0 4px #00000020, 0 0 4px #00000020, 0 0 4px #00000020, 0 0 4px #00000020, 0 0 4px #00000020, 0 0 4px #00000020, 0 0 4px #00000020, 0 0 4px #00000020, 0 0 4px #00000020, 0 0 4px #00000020, 0 0 4px #00000020, 0 0 4px #00000020, 0 0 4px #00000020, 0 0 4px #00000020, 0 0 4px #00000020, 0 0 4px #00000020, 0 0 4px #00000020, 0 0 4px #00000020, 0 0 4px #00000020, 0 0 4px #00000020, 0 0 4px #00000020, 0 0 4px #00000020, 0 0 4px #00000020, 0 0 4px #00000020, 0 0 4px #00000020, 0 0 4px #00000020, 0 0 4px #00000020, 0 0 4px #00000020, 0 0 4px #00000020, 0 0 4px #00000020;
}
.container_goo {
	display: flex;
	flex-wrap: wrap;
	gap: 0px;
}
.div-item {
	position: relative;
	width: calc(20% - 8px);
	height: auto;
	overflow: hidden;
	transition: transform 0.3s ease;
	cursor: pointer;
	padding-top: 8px;
}
.div-item img {
	width: 100%;
	height: 230px;
	object-fit: cover;
}
.div-item:hover {
	transform: scale(1.1) rotate(-5deg);
}
.div-item a {
    display: block;
}
.div-item img:hover {
    filter: blur(3px);
    -webkit-filter: blur(3px);
	transition: transform 0.3s ease;
}
.div-item h3 {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	color: white;
	text-align: center;
	font-size: 1.5rem;
	z-index: 1;
}
#index {
	position: relative;
	top: 100vh;
	/* margin-top: 128px;
	height: calc(100vh - 128px);
	width: 100vw;
	background-image: url(../img/start001.jpg);
	background: -webkit-linear-gradient(rgb(255 255 255 / 70%), rgb(255 255 255 / 70%)), url(../img/start001.jpg);
	background: linear-gradient(rgb(255 255 255 / 70%), rgb(255 255 255 / 70%)), url(../img/start001.jpg);
	background-repeat: no-repeat;
	background-position: center center; */
	z-index: 2;
	padding-bottom: 330px;
}
@media (max-width: 2000px) {
	.div-item {
		width: calc(20% - 0px);
		padding-right: 8px;
		/* height: 100%; */
		
	}
	.div-item:nth-child(5n) {
		padding-right: 0px;
	}
	.div-item > img:nth-child(5n) {
	width: calc(100% + 8px)!important;
}
}
@media (max-width: 992px) {
	.div-item {
		width: calc(25% - 0px);
		padding-right: 8px;
	}
	.div-item:nth-child(5n) {
		padding-right: 8px;
	}
	.div-item:nth-child(4n) {
		padding-right: 0px;
	}
}

@media (max-width: 768px) {
	.div-item {
		width: calc(50% - 0px);
	}
	.div-item:nth-child(5n) {
        padding-right: 8px;
    }
	.div-item:nth-child(2n) {
		padding-right: 0px;
	}
	footer{	clip-path: polygon(0 2%, 100% 0%, 100% 100%, 0% 100%);}
	#index {
    padding-bottom: 825px;
}
}

@media (max-width: 576px) {
	.div-item {
		width: 100%;
		height: 130px;
		padding-right: 0px;
	}
	   .div-item:nth-child(5n) {
        padding-right: 0px;
    }
	.sm-mt{margin-top: 0rem !important;}
	.md-mt{margin-top: 1rem !important;}
}
/* ende square */

.pso_button_b {
    font-size: 14px;
    font-weight: 700;
    font-style: normal;
    text-transform: uppercase;
    padding: 10px 20px;
    border: 2px #5ebaa4 solid;
    display: inline-block;
    letter-spacing: 1px;
    vertical-align: bottom;
    box-sizing: border-box;
    line-height: 16px;
    text-decoration: none;
    text-align: center;
    background-color: #fff;
    color: #000 !important;
}
a.pso_button_b:hover {
    background-color: #5ebaa4;
    color: #fff !important;
}
.pso_button_w {
    font-size: 14px;
    font-weight: 700;
    font-style: normal;
    text-transform: uppercase;
    padding: 10px 20px;
    border: 2px #fff solid;
    display: inline-block;
    letter-spacing: 1px;
    vertical-align: bottom;
    box-sizing: border-box;
    line-height: 16px;
    text-decoration: none;
    text-align: center;
    background-color: transparent;
    color: #FFF !important;
}
a.pso_button_w:hover {
    background-color: #ffffff6b;
    color: #fff !important;
}
.pso_download a {
    font-weight: bold;
    color: #5ebaa4;
}