@charset "UTF-8";
.main ul > li {
	margin-left: 2rem;
}
.main ul > li > p {
	margin-left: -2rem;
}
.teaser {
	height: 55%;
}
.teaser .slick-list,.teaser .slick-track,.teaser .slick-slider {
	height: 100%;
	width: 100%;
}
.teaser .slick-slide > div {
	height: 100%;
}
.slickwrapper {
	height: 100%;
	width: 100%;
}
.slick-list {
/*	height: 100%;*/
	width: 100%;
}
.slick-track {
/*	height: 100%;*/
	width: 100%;
}
.slick-first {
	margin-top: -61px;
	height: 100%;
}
.slickimage {
	background-size: cover;
	height: 100%;
	width: 100%;
}
.slick-slider {
	width: 100%;
/*	height: 100%;*/
}
.slick-dots {
	color: #fff;
}
.slick-prev {
	left: 20px;
}
.slick-next {
	right: 20px;
}
.slick-prev, .slick-next {
	width: 4rem;
	height: 4rem;
}
.slick-prev:before, .slick-next:before {
  font-family: 'slick';
  font-size: 4rem;
  line-height: 1;
  opacity: .75;
  color: white;
}
.slick-slide > div {
	height: auto;
	width: auto;
}
.slick-slide .bild {
	height: auto;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
}
.caption {
	position: relative;
	z-index: 1000;
	top: 42%;
}
.caption.white {
	color: #FFF;
}
.content p {
	font-size: 2rem;
	font-weight: 300;
	padding: 0 20px;
}
.main p {
	font-size: 2rem;
	font-weight: 300;
	padding: 0 20px;
}
.textwithimagetext {
	padding: 25px 20px;
}
.textwithimagetext.white {
	color: #fff;
}
.col-md-10 {
	max-width: 1150px;
	padding-left: 0;
	padding-right: 0;
}
.col-md-12 {
	max-width: 1440px;
	padding-left: 0;
	padding-right: 0;
}
.typo3-neos-nodetypes-text {
	padding: 3rem 0;
}
.hgweiss {
	background-color: rgba(255,255,255,0.85);
}
.hgganzweiss{
	padding: 3rem;
	background-color: #fff;
}
.row80 {
	max-width: 1150px;
	padding-left: 0;
	padding-right: 0;
}
.row100 {
	max-width: 1440px;
	padding-left: 0;
	padding-right: 0;
}
.layout50-50 {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	width: 100%;
}
.layout70-30 {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	width: 100%;
}
.layout33-66 {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	width: 100%;
}
.tablerow33 {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	width: 100%;
}
.col-md-12.center-block.hgweiss > div {
	display: flex;
	flex-wrap: wrap;
}
.col50 {
	width: 100%;
	margin-bottom: 20px;
}
.col66 {
	width: 100%;
	margin-bottom: 20px;
}
.col34 {
	width: 100%;
	margin-bottom: 20px;
}
.col30 .typo3-neos-nodetypes-textwithimage {
	width: 75%;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 2rem;
}
.col33 {
	width: 100%;
	margin-bottom: 20px;
}
.tablerow {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	width: 100%;
}
.bild{
	width: 100%;
	height: 100%;
}
.lbbild{
	width: 100%;
	height: 100%;
	cursor: zoom-in;
}
.package{
	width: 100%;
	margin-bottom: 4rem;
}
.package img{
	display: none;
	width: 33%;
	float: left;
}
.package p {
	margin: 0;
	padding: 0;
/*	font-size: 1.8rem;*/
}
.packagewrapper {
	width: 100%;
	height: 100%;
	position: relative;
}
.packagewrapper:after{
	clear: both;
	display: table;
	content: "";
}
.kurztext {
	float: left;
	height: 100%;
	padding: 2rem;
	width: 100%;
}
.mehr {
	font-size: 1.6rem;
	font-weight: 300;
	margin-top: 1.5rem;
	padding: 1rem 1.5rem;
	border: 1px solid #999;
	width: 120px;
	background-color: transparent;
	border-radius: 1px;
	text-transform: uppercase;
	text-decoration: none;
	text-align: center;
	margin-right: 20px;
	float: right;
}
.mehr:visited, .mehr:active, .mehr:focus {
	text-decoration: none;
	color: #333;
}
.anfragebutton {
	font-size: 1.6rem;
	font-weight: 300;
	margin-top: 1.5rem;
	padding: 1rem 1.5rem;
	background-color: #1b562b;
	border: 1px solid #1b562b;
	color: #FFF;
	width: 120px;
	text-align: center;
	text-decoration: none;
	float: right;
}
.anfragebutton:active, .anfragebutton:focus {
	text-decoration: none;
	color: #fff;
}
.anfragebutton:hover {
	color: #FFF;
}
.packagetext {
	clear: both;
	padding: 3rem;
}
.texthide {
	display: none;
}
.perzylogo {
	width: 70%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 20%;
	display: block;
}
.uglipop_content_fixed {
	position:fixed;
	top:0;
	left:0;
	right:0;
	bottom:0;
	z-index: 10002;
	cursor: zoom-out;
	transform: scale(0,0);
	-webkit-transform: scale(0,0);
	-ms-transform: scale(0,0);
	opacity:0;
	transition: 300ms ease-in-out;
	-webkit-transition: 300ms ease-in-out;
}
.uglidisplay{
	transform: scale(1,1);
	-webkit-transform: scale(1,1);
	-ms-transform: scale(1,1);
	opacity: 1;
}
.ugliimage {
	max-width:90%;
	max-height:90%;
	position: relative;
	top: 50%;
	left: 50%;
	transform:  translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
}
.lightbox {
	width: 100%;
	height: 100%;
}
/* Formular */
.form-group label {
	float: right;
}
.form-group .input {
	float: left;
	width: 98%;
}
textarea.form-control {
	height: 150px;
}
.form-navigation > ul > li {
	list-style: none;
	margin-left: 0;
}
/* Formular Ende */

/* handy quer */
@media (min-width: 479px){
.teaser {
	height: 100%;
}
.tablerow {
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	width: 100%;
}
.layout50-50 {
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
}
.tablerow33 {
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	width: 100%;
}
.col50 {
	width: 50%;
	float: left;
	margin-bottom: 0;
	display: inline-block;
}
.perzylogo {
	width: 50%;
	margin-top: 15%;
}
}

/*ipad hoch*/
@media (min-width: 768px) {
.teaser {
	height: 60%;
}
.package img{
	display: block;
}
.mehr {
	float: right;
	margin-right: 20px;
}
.container-fluid {
	padding-top: 5rem;
	padding-bottom: 5rem;
}
.content > .neos-contentcollection > div:first-child {
	padding-top: 0;
}
.col-md-12.center-block.hgweiss > div > .typo3-neos-nodetypes-textwithimage {
	width: 45%;
}
.typo3-neos-nodetypes-text {
	padding: 0;
}
.hgweiss {
	padding: 3rem 0;
}
.col30 .typo3-neos-nodetypes-textwithimage {
	width: 50%;
}
.package img{
	width: 33%;
	float: left;
}
.kurztext {
	width: 67%;
}
.perzylogo{
	margin-top: 10%;
}
}

/*ipad quer*/
@media (min-width: 992px) {
.teaser {
	height: 100%;
}
.slick-first {
	margin-top: 0;
}
.slickimage {
	height: 100%;
	width: 100%;
}
.layout70-30 {
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
}
.layout33-66 {
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
}
.col30 .typo3-neos-nodetypes-textwithimage {
	width: 100%;
}
.col50 {
	width: 50%;
}
.col66 {
	width: 64%;
	float: left;
	display: inline-block;
	margin-bottom: 0;
	margin-left: 2%;
}
.col34{
	width: 32%;
	float: left;
	display: inline-block;
	margin-right: 2%;
	margin-bottom: 0;
}
.col33{
	width: 32%;
	float: left;
	display: inline-block;
	margin-right: 
}
.col33:first-child{
	margin-right: 2%;
}
.col33:last-child{
	margin-left: 2%;
}
.col34.hgganzweiss{
	margin-right: 0;
}
.col66.hgganzweiss{
	width: 68%;
	margin-left: 0;
}
.col70 {
	width: 70%;
	float: left;
	display: inline-block;
}
.col70 > .neos-contentcollection > div:last-child {
	margin-bottom: 0;
}
.col30 {
	width: 28%;
	margin-left: 2%;
	float: left;
	display: inline-block;
}
.container-fluid {
	padding-top: 6rem;
	padding-bottom: 6rem;
}

.content > .neos-contentcollection > div:first-child {
	padding-top: 2rem;
}
.hgweiss {
	padding-bottom: 4rem;
}
.col-md-12.center-block.hgweiss > div {
	display: flex;
	flex-wrap: wrap;
}
.col-md-12.center-block.hgweiss > div > .typo3-neos-nodetypes-textwithimage {
	width: 33%;
	float: left;
}
.perzylogo {
	width: 50%;
	margin-top: 15%;
}
}

/* desktop */
@media (min-width: 1200px) {
.perzylogo {
	width: 40%;
}
}
/* desktop */
@media (min-width: 1400px) {
.mehr {
	width: 165px;
	position: absolute;
	bottom: 20px;
	right: 200px;
	margin-top: 0;
	margin-right: 0;
}
.row100 {
	max-width: 100%;
}
.anfragebutton {
	width: 165px;
	position: absolute;
	bottom: 20px;
	right: 20px;
	margin-top: 0;
}
.perzylogo {
	width: 35%;
	margin-top: 12%;
}
}
