.phDocoffice {
	background: #fff;
	padding-top: 1rem;
}
.phDocoffice h1 {
	color: #002E3D;
	font-size: 1.25rem;
}
.APLogo img {
	border-radius: 2rem;
}

.APHeaderIcons {
	text-align: right;
}

.APDocAdress {
	padding: 1rem 0;
	font-size: .9rem;
	line-height: 1.1rem
}


.APPicSliderContainer .col-4, .APPicSliderContainer .col-6 {
	padding-left: 1px;
	padding-right: 1px;
	padding-bottom: 1px;
    padding-top: 1px;
}

.APPicSliderContainer .owl-item {
	background-color: #fff;
	border-radius: 0;
	box-shadow: none;
}

.APPicSliderContainer .owl-carousel.owl-drag .owl-item {
	flex-direction: column;
}


.APLImage {
	cursor: pointer;
}

.APOpening {
	cursor: pointer;
}

.APOpeningC {
	display: none;
	padding-top: 1rem;
}

.APOpeningC p{
	font-size: .95rem;
}

.DescriptionImage, .LogoImageBig {
	text-align: center;
	display:none;
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color:#fff;
	z-index: 1000000;
}

.DescriptionImage h2 {
	margin-top: 1rem;
	margin-bottom: .75rem;
}

.DescriptionText {
	width: 90%;
	margin: 1rem auto;
}

.DescriptionText p {
	color: #5c5c5c;
	font-size: 1.15rem;
	padding-bottom: 1rem;
}

.DescriptionImageClose, .APLeistungUeberblick button, .LogoImageBig button {
	cursor: pointer;
    border-color: #585858;
    border-width: 2px;
    border-style: solid;
    font-size: 0.9rem;
    color: #585858;
    background: transparent;
    text-decoration: none;
    text-align: center;
    font-weight: 500;
    padding: 0.5rem 1.75rem;
    display: block;
    margin: 1.25rem auto 1rem auto;
}

.AP-SliderIcons {
}
.AP-SliderIconOne, .AP-SliderIconTwo, .AP-SliderIconThree {
	display: inline-block;
    width: 33%;
    text-align: center;
}

.AP-SliderIconOne {
	border-bottom: 2px solid black;
}

.AP-SliderIconOne a, .AP-SliderIconTwo a, .AP-SliderIconThree a {
	color: #585858;
	font-weight: 500;
	font-size: 1.15rem;
}

.AP-SliderIconOne a:hover, .AP-SliderIconTwo a:hover, .AP-SliderIconThree a:hover {
	color: #000;
}

.APProfileEdit {
	margin-top: .5rem;
}
.APProfileEdit button, .AP-Conatact-Conatainer button {
	border: none;
	border-radius: .35rem;
	color: #000;
	background-color: #efefef;
	padding: .35rem 1rem;
}

.AP-Conatact-Conatainer button {
	margin-top: 1rem;
}

.APpics-slider-description {
	position: absolute;
    bottom: 2px;
    left: 5px;
    background: #00000057;
    padding: 0.25rem 1rem;
    display: flex;
}
.APpics-slider-description p {
	margin: 0;
	font-size: .75rem;
}
img {
    max-width: 100%;
    height: auto;
}

.APConatact, .AP-Location {
	margin-top: 2rem;
	margin-bottom: 2rem;
}

.APConatact h2 {
	color: #585858;
    font-weight: 500;
    font-size: 1.15rem;
	padding-bottom: 1rem;
	text-decoration: underline;
}

.button-left {
	margin-right: .75rem;
}

.APLeistungUeberblick {
	display: none;
	padding: 1rem;
	text-align: center;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #fff;
    z-index: 1000000;
}
.APLeistungUeberblick ul {
	padding: 0;
}
.APLeistungUeberblick li {
	list-style-type: none;
	font-size: 1.15rem;
}


.AP-Conatact-Conatainer img {
	width: 25px;
	height: auto;
	margin-right: 1.5rem;
}
.APConatactName {
	display: block;
	font-weight: 600;
	font-size: 1.15rem;
	padding: .25rem 1rem .5rem 0rem;
}
.AP-CC-Adress {
	padding: .5rem 0rem;
	border-bottom: 1px solid #e1e1e1;
}

/*Overlay*/
.AP_PEcontainer {
	position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    visibility: hidden;
    justify-content: center;
    align-items: flex-start;
    z-index: 10000;
    overflow: auto;
    background-color: rgba(0,0,0,0.8);
	transition: all ease 0s;
}

.AP_PEDocOverlay {
	position: relative;
	text-align: center;
    top: 1rem;
    background-color: #e7f8ff;
    margin-top: 2rem;
    margin: auto;
    padding: 2rem 1.5rem;
    border-radius: 1rem;
    width: 95%;
    max-height: 95%;
    overflow: auto;
    box-shadow: 0 4px 20px rgb(0 0 0 / 40%);
	opacity: 0;
	transition: all ease .5s;
}

.AP_PEDocOverlay h2 {
	text-align: center;
}

.AP_PEDocOverlay button {
  position: fixed;
  top: 45px;
  right: 45px;
  width: 20px;
  height: 20px;
  background: none;
  border: none;
  cursor: pointer;
  transition: .2s ease-in-out;
  outline: none;
  text-indent: -9999em;
}
.AP_PEDocOverlay button:before{
  content: "";
  position: absolute;
  top: 10px;
  left: 0;
  width: 30px;
  height: 3px;
  background: #666;
  transform: rotate(45deg);
  transition: .2s ease-in-out;
}
.AP_PEDocOverlay button:after {
  content: "";
  position: absolute;
  top: 10px;
  left: 0;
  width: 30px;
  height: 3px;
  background: #666;
  transform: rotate(-45deg);
  transition: .2s ease-in-out;
}
.AP_PEDocOverlay button:hover {
  transform: scale(1.3, 1.3);
}

.ltp_mc_containervisable {
	visibility: visible;
}
.ltp_visable {
	opacity: 1;
}
.AP-OHeadline {
	display: block;
    padding: 0.25rem 1rem 0.5rem 1rem;
    color: #000;
    font-size: .9rem;
    letter-spacing: 0.15em;
    text-transform: uppercase;
}
.AP-OTeaser, .AP-OName {
	font-size: 1.75rem;
    font-weight: 800;
    color: #002E3D;
    padding: 0.25rem 1rem 1rem 1rem;
    display: block;
    line-height: .8;
}
.AP-OName {
	font-size: 2.25rem;
}

.AP-OContact a {
	border-width: 2px;
    border-style: solid;
    font-size: 0.9rem;
    color: #002E3D;
    background: transparent;
    text-decoration: none;
    text-align: center;
    font-weight: 500;
    padding: 0.5rem 0.75rem;
    display: block;
    width: 50%;
    margin: 2rem auto 1rem auto;
    border-radius: 0.25rem;
}

@media screen and (min-width:992px){
	.AP_PEDocOverlay button	{
	  position: absolute;
	  top: 25px;
	  right: 30px;
	}
	
	.AP_PEDocOverlay {
		width: 50%;	
	}
	
	.DescriptionText {
		width: 50%;
	}
	
	.DescriptionImage {
		padding-top: 1rem;
	}
}