/* prefixed by https://autoprefixer.github.io (PostCSS: v7.0.26, autoprefixer: v9.7.3) */

.invisible {
	display: none !important;
}

.mm-menu_offcanvas:not(.mm-menu_opened){
	display: none;
}

#mobilemenu,
.mod_mmenu {
    position: fixed;
    transform: translateX(-200%);
}

body{
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
	color: #333;
	font-size: 17px;
	line-height: 26px;
	font-display: swap;
}

h1, h2, h3, h4, h5, h6,
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a,
.mod_navigation *, .submit, .buehnetext a, .btn.btn-default, .infoclick, .schnellehilfe select, .mm-navbar__title{
	font-family: "Merriweather", georgia, serif !important;
	font-style: italic !important;
	font-weight: 700 !important;
	color: black;
	font-display: swap;
}

h1,
h1 a {
    font-size: 48px;
    line-height: 60px;
}

h2,
h2 a{
	font-size: 32px;
	line-height: 38px;
	margin-bottom: 1rem;
}

h3,
h3 a,
p.big{
	font-size: 19px;
	line-height: 26px;
}

h4, h5, h6,
h4 a, h5 a, h6 a{
	font-size: 17px;
	line-height: 26px;
}



@media (max-width: 991.98px) {
	
body{
	font-size: 16px;
	line-height: 24px;
}
	
h1,
h1 a {
	font-size: 26px;
	line-height: 32px;
}

h2,
h2 a{
	font-size: 19px;
	line-height: 26px;
	margin-bottom: 1rem;
}

h3,
h3 a,
p.big,
legend{
	font-size: 17px;
	line-height: 26px;
}

h4, h5, h6,
h4 a, h5 a, h6 a{
	font-size: 15px;
	line-height: 24px;
}	
	
}



address{
	font-style: normal;
}

a{
	text-decoration: none;
	color: #333;
}

a:hover,
a:hover span,
.feetline a:hover,
.level_2 a:hover span{
	color: #ef7d00;
	text-decoration: none;
}

a:active{
	color: #000000;
	text-decoration: none;
}

.input-lg{
	font-size: 17px;
}

.btn-group-lg > .btn, .btn-lg {
    padding-top: 5px;
    padding-bottom: 5px;
}

p a{
	color: #ef7d00;
	text-decoration: underline;
}

a:hover,
button:hover{
	cursor: pointer;
}

.orangeundnormal {
    color: #ef7d00;
}

.orangeundfett {
    color: #ef7d00;
    font-weight: bold;
}

.margin40bottom{
	margin-bottom: 40px;
}

.grid-sizer{
	width: 33.33%;
}

.buehnetext a:hover,
.btn.btn-default:hover{
	background: #444;
	border-color: #444;
	color: white !important;
}

.ce_teaser,
.ce_teaser figure,
.ce_teaser .bild,
.ce_teaser img,
.ce_teaser h3.teaserheadline,
.buehnetext a{
	-webkit-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}

.m-img{
	margin: 70px 0 5% 5%;
	-webkit-transform: rotate(3deg);
	    -ms-transform: rotate(3deg);
	        transform: rotate(3deg);
	position: relative;
	z-index: -1;
}

.m-img::after {
    content: "";
    width: 2000px;
	height: 2000px;
    display: block;
    background: url("imgbackground.svg") no-repeat left top transparent;
    position: absolute;
    top: -600px;
    left: -20%;
    z-index: -1;
}

@media (max-width: 991.98px) {

	.m-img{
		margin: 5% 0 5% 0;
		-webkit-transform: rotate(0deg);
		    -ms-transform: rotate(0deg);
		        transform: rotate(0deg);
	}	
	
	.m-img::after {
		background: transparent;
	}
	
}

/**************************************************
***************************************************
***************************************************
***************************************************/

img{
	width: 100%;
	height: auto;
}

img.noscale,
.noscale img{
	width: auto;
	height: auto;
	margin-top: -3px;
}

.img-fluid{
	max-width: none !important;
}

.mime_icon {
    height: 18px;
    width: 18px;
}

.invisible{
	display: none;
}

img.half-size {
  width: 82% !important;
  height: auto !important;
  display: block;
  margin: 0 auto; /* kein horizontaler Abstand */
}

/*Für Facebookstream der Bühne*/
.relative{
	position: relative;
}

.clear{
	clear: both;
}

.block {
    overflow: visible;
}

.form-control {
    border: 2px solid #c1c1c1;
}

:focus {outline:none;}
::-moz-focus-inner {border:0;}


#wrapper{
	background: #ddeaf2;
	background: -webkit-gradient(linear, left top, left bottom, from(#fff),to(#f9f9f9));
	background: -o-linear-gradient(top, #fff 0%,#f9f9f9 100%);
	background: linear-gradient(to bottom, #fff 0%,#f9f9f9 100%);
	overflow: hidden
}

/**************************************************
***************************************************
HEADER
***************************************************
***************************************************/

#header {
	position: relative;
	background: #ef7d00;
	z-index: 10;
}

#header *{
	color: white;
}

#header .logos figure{
	margin: 0;
}

#header .logos figure img{
    position: absolute;
    margin-top: 10px;
}

#header .mod_navigation{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
}

#header .mod_navigation .level_1{
	margin: 0;
	float: left;
	position: relative;
	z-index: 1;
}

#header .mod_navigation .level_1 li{
    display: block;
    float: left;
    margin: 0 -1px 0 0;
}

#header .mod_navigation .level_1 li a,
#header .mod_navigation .level_1 li strong{
	display: block;
	padding: 25px 17px 17px 17px;
}

#header .mod_navigation .level_2{
	display: none;
}

#header .mod_navigation li a {
    border-bottom: 5px solid transparent;
}

#header .mod_navigation li a:hover,
#header .mod_navigation li strong,
#header .mod_navigation li a.trail {
    border-bottom: 5px solid white;
}


#header .mod_navigation .submenu:hover .level_2 {
    display: block;
    position: absolute;
    background: white;
    padding: 12px 24px;
}

#header .mod_navigation .submenu:hover .level_2 * {
    color: #444;
}

#header .mod_navigation .submenu:hover .level_2 li {
    float: none;
	margin: 0;
}

#header .mod_navigation .submenu:hover .level_2 li a,
#header .mod_navigation .submenu:hover .level_2 li strong {
    padding: 8px 0;
    line-height: 24px;
    font-size: 16px;
    border: none;
}

#header .mod_navigation .submenu:hover .level_2 li a:hover,
#header .mod_navigation .submenu:hover .level_2 li strong,
#header .mod_navigation .submenu:hover .level_2 li a.trail {
    border: none;
}

#header .mod_navigation .submenu:hover .level_2 li a:hover span,
#header .mod_navigation .submenu:hover .level_2 li strong,
#header .mod_navigation .submenu:hover .level_2 li a.trail span {
    color: #ef7d00;
}






/**************************************************
***************************************************
Mobile Menu
***************************************************
***************************************************/

#menuopen {
    height: 60px;
    width: 60px;
    display: block;
    background: url("menu.svg") no-repeat center center #ef7d00;
    background-size: 40px; 
}

/**************************************************
***************************************************
BEREICHSUMSCHALTER: LOGO und TELEFONNUMMER
***************************************************
***************************************************/

.logos .pflegebereich,
.logos .logistikbereich,
.logos .servicebereich{
	display: none;
}

.phonenumbers .pflegebereich,
.phonenumbers .logistikbereich,
.phonenumbers .servicebereich{
	display: none;
}

body.servicebereich .logos .ce_image,
body.pflegebereich .phonenumbers .ce_text,
body.pflegebereich .logos .ce_image,
body.logistikbereich .phonenumbers .ce_text,
body.logistikbereich .logos .ce_image{
	display: none;
}

body.servicebereich .phonenumbers .ce_text.servicebereich,
body.servicebereich .logos .ce_image.servicebereich,
body.pflegebereich .phonenumbers .ce_text.pflegebereich,
body.pflegebereich .logos .ce_image.pflegebereich,
body.logistikbereich .phonenumbers .ce_text.logistikbereich,
body.logistikbereich .logos .ce_image.logistikbereich{
	display: block;
}

.phonenumbers .ce_text{
	margin: 10px 0;
	text-align: right;
}

@media (max-width: 991.98px) {
	
	#header .logos figure img {
		right: 10px;
		width: 160px;
	}
	
	.phonenumbers .ce_text,
	.phonenumbers .ce_text *{
		text-align: left;
		margin: 0;
	}
	
	.phonenumbers .ce_text a{
		line-height: 60px;
	}
	
}

/**************************************************
***************************************************
Karten
***************************************************
***************************************************/

#map,
#mapzwei,
.map {
	height:450px;
	background:#f2e8e3;
}

#loadmap,
#loadmapzwei,
.loadmap{
	padding: 20% 10%;
	text-align: center;
}

/**************************************************
***************************************************
Kontaktformular
***************************************************
***************************************************/


/* === FORMULAR-GRUNDSTIL === */
.contactform .formbody {
  background: #f2e8e3;
  padding: 20px 50px;
  border-radius: 5px;
}

@media (max-width: 991.98px) {
  .contactform .formbody {
    padding: 20px 30px;
  }
}

.contactform .widget {
  margin: 6px 0 12px;
  padding: 0;
}

/* === FELDABSTÄNDE UND LAYOUT === */
.widget {
  margin-top: 6px;
  margin-bottom: 12px;
}

.contactform .widget.widget-text.col-6.first {
  margin-right: 2%;
  flex: 0 0 48%;
}

@media (max-width: 767.98px) {
  .contactform .widget.widget-text.col-6.first,
  .contactform .widget.widget-text.col-6 {
    flex: 0 0 100%;
    max-width: 100%;
    margin-right: 0;
  }
}

/* === SELECT-FELDER === */
.contactform .widget.widget-select label {
  display: none;
}

.contactform .widget.widget-select {
  height: auto;
}

.contactform .widget.widget-select select.input-lg {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  padding: 0.5em 2em 0.5em 0.75em;
  background: #fff url("data:image/svg+xml,%3Csvg%20fill='gray'%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%2024%2024'%3E%3Cpath%20d='M7%2010l5%205%205-5z'/%3E%3C/svg%3E") no-repeat right 0.75em center;
  background-size: 1em;
  border: 1px solid #ccc;
  border-radius: 4px;
  font-size: 1rem;
  width: 100%;
  color: #333;
}

/* === CHECKBOXEN === */
.widget-checkbox {
  width: 66.666%;
}

.contactform .widget-checkbox input[type="checkbox"] {
  color: #ef7d00;
  width: 1.2em;
  height: 1.2em;
  margin-right: 0.4em;
  vertical-align: middle;
  cursor: pointer;
}

.widget-checkbox .form-control {
  background: none;
  border-color: transparent;
  box-shadow: none;
  height: auto;
}

.widget-checkbox.input-lg {
  height: auto;
}

.widget-checkbox .checkbox {
  display: inline;
  margin: 0;
}

.widget-checkbox label {
  display: inline;
}

/* === SUBMIT-BUTTON === */
.contactform .widget-submit {
  float: right;
}

.btn.btn-default {
  background-color: #ef7d00;
  color: white;
  border-color: #ef7d00;
  transition: background-color 0.2s ease-in-out;
}

.btn.btn-default:hover {
  background-color: #d86c00;
  border-color: #d86c00;
}

/* === BASIS-INPUTS === */
.form-control {
  min-height: 46px;
  font-size: 1rem;
  border-radius: 5px;
  border: 1px solid #ccc;
  padding: 0.5em 0.75em;
  width: 100%;
  background: #fff;
  color: #333;
}

.form-control:focus {
  border-color: #ef7d00;
  outline: none;
}

/**************************************************
***************************************************
Bühne
***************************************************
***************************************************/


.buehne {
	position: relative;
}

.buehne img {
    height: auto !important;
    width: 100% !important;
    display: block;
}

.buehne .buehnetext {
	position: absolute;
	width: 100%;
	top: 20%;
}

.buehnetext * {
	color: white;
	text-shadow: 0 0 40px rgba(0,0,0,.8);
}

.buehnetext a {
    background: #ef7d00;
	color: white;
    display: inline-block;
    margin: 20px 0 0;
    padding: 8px 14px;
    border-radius: 0.3rem;
}

.black-text *{
	color: black;
	text-shadow: 0 0 40px rgba(255,255,255,.8);
}

.short-text .buehnetext .col-6 {
    max-width: 33.33%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33%;
            flex: 0 0 33%;
}



@media (max-width: 991.98px) {

	.buehne .buehnetext {
	    position: relative;
	    background: #ddeaf2;
	    padding: 15px 0 5px;
	    border-bottom: 1px solid #a7c4d5;
	}	
	
	.buehne .buehnetext::before {
	    content: "";
	    position: absolute;
	    width: 0;
	    height: 0;
	    border-left: 20px solid transparent;
		border-right: 20px solid transparent;
		border-bottom: 20px solid #ddeaf2;
	    top: -20px;
	    left: 20px;
	}
	
	.buehnetext .col-6,
	.short-text .buehnetext .col-6{
		max-width: 100%;
	    -webkit-box-flex: 0;
	        -ms-flex: 0 0 100%;
	            flex: 0 0 100%;
	}
	
	.buehnetext *,
	.black-text *{
		color: black;
		text-shadow: none;
	}
	
}

@media (max-width: 991.98px) {
  .buehne .buehnetext{
    position: relative;
    top: 0;              /* <- reset!  vorher: top:20% wirkte weiter */
    left: auto; right: auto; bottom: auto; /* sauber zurücksetzen */
    background: #ddeaf2;
    padding: 15px 0 5px;
    border-bottom: 1px solid #a7c4d5;
  }
}

/**************************************************
***************************************************
Like uns Teaser
***************************************************
***************************************************/


.likeusteaser a{
	height: 100px;
	width: 100%;
	display: block;
	background: url("flogo-HexRBG-Wht-114.png") no-repeat 90% 24px #235b9e;
    background-size: auto;
	background-size: 30px;
	margin-bottom: 12px;
}

.likeusteaser a.google{
	background: url("google.svg") no-repeat 90% 24px #4CAF50;
    background-size: auto;
	background-size: 30px;
}

.likeusteaser h3 {
    position: relative;
    width: 60%;
    color: white;
    left: 40px;
    top: 20px;
}

/**************************************************
***************************************************
Schnellnavigation
***************************************************
***************************************************/

.mod_quicknav .formbody{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.mod_quicknav .widget-select{
	margin-right: 12px;
}

/**************************************************
***************************************************
RELATEDS
***************************************************
***************************************************/

.ce_teaser figure,
.ce_teaser .bild{
	margin: 0;
	-webkit-box-shadow: 0 .25rem .25rem rgba(17,17,17,.02) !important;
	        box-shadow: 0 .25rem .25rem rgba(17,17,17,.02) !important;
	background: #ef7d00;
	border-radius: 3px;
}

.ce_teaser:hover{
	-webkit-transform: translateY(-5px);
	    -ms-transform: translateY(-5px);
	        transform: translateY(-5px);
}

.ce_teaser:hover figure,
.ce_teaser:hover .bild{
	-webkit-box-shadow: 0 .25rem .25rem rgba(17,17,17,.05),0 .75rem 2.25rem rgba(17,17,17,.1) !important;
	        box-shadow: 0 .25rem .25rem rgba(17,17,17,.05),0 .75rem 2.25rem rgba(17,17,17,.1) !important;
}

.ce_teaser .bild,
.ce_teaser figure{
	overflow: hidden;
}

.ce_teaser img{
	width: 100%;
	height: auto;
}

.ce_teaser h3.teaserheadline {
    left: 40px;
    bottom: 20px;
    position: absolute;
    width: 80%;
}

.ce_teaser h3.teaserheadline span {
    background: #444;
	outline: 5px solid #444;
	color: white;
	display: inline;
}

.ce_teaser:hover h3.teaserheadline span{
	background: #ef7d00;
	outline-color: #ef7d00;
}

.ce_teaser:hover img{
}

.ce_teaser.contactperson .text{
    left: 40px;
    top: 20px;
    position: absolute;
}

.ce_teaser.contactperson .text *{
    background: white;
	outline: 5px solid white;
	margin-bottom: 0;
}

.ce_teaser.contactperson .text h3{
	margin-bottom: 20px;
}

.ce_teaser.contactperson .text p{
	line-height: 30px;
}

/**************************************************
***************************************************
TEXT BILD BOX
***************************************************
***************************************************/

.text ul,
.text ol{
	list-style-type: initial;
	margin:0 0 32px 32px;
}

.text ul{
	list-style-image: url("list.png");
}

.text ol{
	list-style-type: decimal;
}

/**************************************************
***************************************************
FOOTER
***************************************************
***************************************************/

#footer{
	background: #ffffff;
	margin-top: 48px;
}


/**************************************************
***************************************************
Video full wide
***************************************************
***************************************************/


.ce_youtube{
	max-width: 1110px;
    margin: 0 auto;
}

.video_container {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
}
.video_container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}


@media (max-width: 991.98px) {
	
	.ce_youtube{
		width: 100%;
	}
	
}

/**************************************************
***************************************************
SCHNELLE HILFE
***************************************************
***************************************************/


.schnellehilfe {
	background: #f2e8e3;
	padding: 14px 0 12px;
	position: relative;
	border-bottom: 3px solid #e3dbd6;
}

.hilfeimbild .schnellehilfe {
    background: rgba(242, 237, 228, 0.9) none repeat scroll 0 0;
    border-bottom: none;
    margin-top: -64px;
}

.schnellehilfe .container{
	position: relative;
}

.schnellehilfe h3,
.schnellehilfe p,
.schnellehilfe form{
	display: inline;
	margin: 0;
	padding: 0;
}

.schnellehilfe h3{
	line-height: 46px;
}

.schnellehilfe p span{
	display: none;
}

.schnellehilfe p span.infoclick {
    background: #333 none repeat scroll 0 0;
    border-radius: 30px;
    color: white;
    display: inline-block;
    height: 24px;
    text-align: center;
    width: 24px;
    cursor: pointer;
    vertical-align: super;
}

.schnellehilfe select,
.schnellehilfe button{
	margin: 0;
	padding: 0;
	float: left;
}

select.input-lg {
    height: 40px;
    line-height: 40px;
}

.schnellehilfe select {
	-webkit-appearance: initial;
	margin: 0;
	margin-right: 2%;
	width: 40%;
	background: url("target.svg") no-repeat 6px center white;
	background-size: 26px;
	padding: 0;
	padding-left: 40px;
}

.schnellehilfe select:nth-child(2) {
	background-image: url("service.svg");
}

.schnellehilfe .btn {
    line-height: 42px;
    width: 16%;
}



@media (max-width: 991.98px) {
	
	.schnellehilfe form{
		padding: 0 15px;
	}
	
	#helpgroup,
	#helpservice,
	.schnellehilfe .btn{
		width: 100%;
		margin-bottom: .5rem;
	}
	
}

/**************************************************
***************************************************
Hochdrei Pflege-Pflaster
***************************************************
***************************************************/

.pflaster .mod_quicknav::before {
    content: "";
    display: block;
    width: 260px;
    height: 90px;
    position: absolute;
    z-index: 1;
    background: url("https://www.promed-verbindet.de/files/promed/daten/Logos/promed-pflege.svg") no-repeat left top transparent;
    background-size: auto;
    background-size: contain;
    top: -30px;
    left: 50%;
    margin-left: -130px;
}

.pflaster.service .mod_quicknav::before{
	background-image: url("https://www.promed-verbindet.de/files/promed/daten/Logos/promed-service.svg");
}

.pflaster.logistik .mod_quicknav::before{
	background-image: url("https://www.promed-verbindet.de/files/promed/daten/Logos/promed-logistik.svg");
}


@media (max-width: 1199.98px) {

	.pflaster .mod_quicknav::before {
		width: 180px;	
	}
	
}

@media (max-width: 991.98px) {
	
	#hochdrei .text{
		margin-top: 30px;
	}
	
}

/**************************************************
***************************************************
FACEBOOK
***************************************************
***************************************************/



.facebookstream {
    background: url("flogo-HexRBG-Wht-114.png") no-repeat 96% 13% #235b9e;
    background-size: 30px;
    bottom: 0;
    position: absolute;
    left: 0;
    width: 480px;
    z-index: 2;
    padding: 20px 60px 10px 30px;
    border-radius: 0 3px 0 0;
}

.facebookstream h3,
.facebookstream p,
.facebookstream p a {
    color: white;
    margin-top:0;
}

.facebookstream.corona{
	background: url("corona-icon.png") no-repeat 96% 13% #077546;
	background-size: 30px;
}


@media (max-width: 1199.98px) {

	.facebookstream {
	    position: relative;
	    width: 100%;
	}	
	
}

/**************************************************
***************************************************
Bewerbungsformular
***************************************************
***************************************************/



.formular{
	width: 80%;
	max-width: 600px;
	margin: 48px auto;
}

.formular .widget{
	margin-top: 24px;
}

.formular .widget label{
	width: 100%;
}

.formular .widget-text label {
    position: absolute;
    padding: 13px 0 0 22px;
    font-size: 16px;
    font-weight: normal;
}

.formular .widget-text .text {
    width: 100%;
    border: none;
    background: white;
    padding: 50px 20px 20px;
    border-radius: 6px;
    font-size: 20px;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    border: 2px solid white;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
            box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
}

.formular .widget-text .text:focus,
.formular .widget-text .text:active{
	-webkit-box-shadow: 0 3px 4px rgba(0,0,0,.15);
	        box-shadow: 0 3px 4px rgba(0,0,0,.15);
	border: 2px solid #ef7d00;
}

.formular .widget .radio{
	display: inline-block;
}

.formular .widget .radio_container span {
    margin: 12px 12px 0 0;
    padding: 12px;
    background: white;
    border-radius: 12px;
    display: inline-block;
    border: 2px solid #cacaca;
}

.formular .widget .radio_container span.mandatory {
    margin: 0;
    padding: 0;
    background: transparent;
    border: none;
}

.formular .widget .radio_container label{
	width: auto;
}

.formular legend{
	border: none;
}

.formular span.mandatory{
	color: red;
	vertical-align: super;
}

.formular .widget-submit{
	width: 100%;
	padding: 0;
}

.formular .submit{
	width: 100%;
	margin-top: 32px;
}





.stepy-step,
.stepy-header {
	display: none;
}

.stepy-step.stepy-active {
	display: block;
	width:100%;
}

.stepy-back, .stepy-next {
    display: none;
    margin: 32px 12px 0 0;
}

.stepy-back{
	background: gray !important;
	border: gray !important;
}

.stepy-back.stepy-active, .stepy-next.stepy-active, .stepy-finish.stepy-active {
    display: inline-block;
}

.stepy-legend {
    text-transform: uppercase;
    font-size: 18px;
    color: #ef7d00;
    font-weight: bold;
    margin-top: 32px;
}


.formular.failure .stepy-step{
	display: block !important;
}

.formular.failure .stepy-back,
.formular.failure .stepy-next{
	display: none !important;	
}

.formular .widget-text .text {
    border: 2px solid #cacaca;
}






@media (max-width: 991.98px) {
	
	.formular {
	    width: 90%;
	}
	
	.formular .widget-text label {
	    font-size: 13px;
	}
	
	
	
}

/**************************************************
***************************************************
SEARCHANDCALLBACK
***************************************************
***************************************************/

.searchandcallback {
	margin: 48px 0;
	padding: 0;
    text-align: center;
}
.searchandcallback form,
.searchandcallback .span a {
	display: inline;
	margin: 0;
	margin-right: 12px;
}

.searchandcallback form {
    display: inline-table;
    width: 60%;
}

.searchandcallback form input[type="text"],
.searchandcallback form .submit {
    display: inline-block;
    height: 70px;
    line-height: 60px;
    padding: 20px 16px;
    margin-right: 12px;
    background: white url("lupe.svg") no-repeat scroll 98% center;
    background-size: 40px;
}

.searchandcallback .formbody {
    position: relative;
}

.searchandcallback .submit_container,
.searchandcallback .widget-submit {
    position: absolute;
    right: 0;
    top: 6px;
    margin: 0;
}

.searchandcallback .submit_container .submit,
.searchandcallback .widget-submit .submit {
    border: medium none;
    height: 64px;
    margin-top: 3px;
    text-indent: 9999px;
    width: 70px;
    overflow: hidden
}

.searchandcallback .modal .submit_container  .submit,
.searchandcallback .modal .widget-submit .submit{
    text-indent: 0;
    padding: 0 16px;
}

.searchandcallback .modal .submit_container,
.searchandcallback .modal .widget-submit {
    position: relative;
    right: auto;
    text-indent: 0;
    top: 0;
}

.searchandcallback .widget-text{
	width: 97%;
}

.searchandcallback .modal form{
	width: 100%;
}

.searchandcallback .span {
    display: inline-block;
    line-height: 70px;
}

.searchandcallback .span a {
    border-bottom: 5px solid #ef7d00;
    margin-left: 14px;
}

.searchandcallback .widget-checkbox{
	text-align: left;
}


@media (max-width: 991.98px) {

	.searchandcallback form{
		width: 100%;
		margin: 0;
	}
	
	.searchandcallback .formbody .row{
		margin: 0
	}

	.searchandcallback form .submit{
		margin-right: 6px;
	}
	
	.searchandcallback .widget-text{
		margin: 0 auto;
		width: 80%;
	}

	.searchandcallback .widget-submit{
		top: 0;
		right: 7%;
		right: calc(6% + 15px);
	}

}

/**************************************************
***************************************************
Websitesuche
***************************************************
***************************************************/

.mod_search input,
.mod_search .submit {
    display: inline-block;
    height: 70px;
    line-height: 60px;
    padding: 20px 16px;
    margin-right: 12px;
    background: white url("lupe.svg") no-repeat scroll 98% center;
    background-size: auto;
    background-size: 40px;
}

.mod_search .widget-submit {
    position: absolute;
    right: 16px;
    top: 16px;
    margin: 0;
}

.mod_search .widget-submit .submit {
    border: medium none;
    height: 64px;
    margin-top: 3px;
    text-indent: 9999px;
    width: 70px;
    overflow: hidden;
	right: -7px;
	position: relative;
}

.mod_search .url{
	display: none;
}

.mod_search .context {
    border-bottom: 1px solid #fff;
    padding-bottom: 24px;
    margin-bottom: 24px;
}

.pagination {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
}

.pagination li{
	display: inline-block;
}

/**************************************************
***************************************************
Overlay Rückruf
***************************************************
***************************************************/

.overlay,
.overlay-inner,
.close{
	display: none;
}

.overlay {
    position: fixed;
    background: rgba(0,0,0,.8);
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    z-index: 10;
}

.overlay-inner{
	position: fixed;
	top:20%;
	left: 50%;
	margin-left: -300px;
	z-index: 11;
	width: 600px;
}


/**************************************************
***************************************************
Feetline
***************************************************
***************************************************/


.feetline li{
	display: inline;
}

.feetline li a,
.feetline li strong {
	padding-right: 12px;
}

/**************************************************
***************************************************
MobileMenu
***************************************************
*/

.mm-slideout{
	-webkit-box-shadow: 0 0 20px rgba(0,0,0,.2);
	        box-shadow: 0 0 20px rgba(0,0,0,.2);
}

.mm-menu,
.mm-panel{
	background: white;
}

.mm-navbar{
	background: #ef7d00;
}

.mm-navbar__title{
	color: white !important;
}


@media (max-width: 991.98px) {

#mobilemenu,
.mod_mmenu {
    transform: translateX(0);
}
	
}


#header .inside .container-lg{
	position: relative;
}


.socials {
    display: flex;
    position: absolute;
    right: 300px;
    top: 26px;
}

.socials a{
	display: block;
	background: url("../daten/Logos/facebook-icon.svg") no-repeat center center transparent;
	background-size: 20px;
	width: 20px;
	height: 20px;
	margin-left: 20px
}

.socials a.instagram{
	background-image: url("../daten/Logos/instagram-icon.svg");
}

@media (min-width: 992px) and (max-width: 1199px){

	.socials{
		display: none;
	}

}

@media (max-width: 992px){

	.socials {
	    display: flex;
	    right: 200px;
	    top: 21px;
	}

}

/**************************************************
***************************************************
Herosection
***************************************************
*/

/* Tokens */
:root{
  --brand:#ee7f00;
  --ink:#222;
  --muted:#707173;
  --maxw:72rem;

  /* Wash-Tuning */
  --wash-h:.45em;     /* Höhe des Balkens pro Zeile */
  --overhang:.35em;   /* seitlicher Überstand gesamt */
}

/* Container */
.h-head{
  --pad-top:clamp(1rem,3.5vw,3rem);
  --pad-bottom:clamp(.7rem,2.1vw,1.4rem);
  padding-block:var(--pad-top) var(--pad-bottom);
  background:#fff;
}
.h-head__inner{
  max-width:var(--maxw);
  margin-inline:auto;
  padding-inline:clamp(1rem,4vw,2rem);
}
.h-head--center{text-align:center;}
.h-head--left{text-align:left;}

/* Kicker */
.h-head__kicker{
  margin:0;
  color:var(--muted);
  font-size:clamp(.8rem,1vw,.95rem);
  letter-spacing:.08em;
  text-transform:uppercase;
  line-height:1.1;
}

/* Titel */
.h-head__title{
  margin:.45rem 0 0;
  color:var(--ink);
  font-weight:700;
  line-height:1.16;
  font-size:clamp(1.6rem,3.2vw,2.6rem);
  text-wrap:balance;
  text-wrap:pretty;
  hyphens:auto;
  overflow-wrap:anywhere;
}

/* Wash: sitzt pro Zeile exakt unterm Text (ohne ::before, ohne lh) */
.h-head__wash{
  /* Überstand als Padding, damit der Balken minimal breiter wirkt */
  padding-inline:calc(var(--overhang) / 2);

  background-image:linear-gradient(
    to top,
    rgba(238,127,0,.14) var(--wash-h),
    transparent 0
  );
  background-repeat:no-repeat;
  background-position:0 100%; /* unten an die Baseline der Zeile */
  background-size:0 100%;     /* animieren nur die Breite, Höhe = ganze Zeile */

  box-decoration-break:clone;
  -webkit-box-decoration-break:clone;

  animation:h-wash-reveal .9s cubic-bezier(.25,.85,.25,1) .05s forwards;
}

/* Copy */
.h-head__lead{
  margin:1.5rem auto 0;
  max-width:68ch;
  color:#3a3a3a;
  line-height:1.65;
  font-size:clamp(1rem,1.35vw,1.125rem);
}

/* Viewport-Feintuning */
@media (max-width:48rem){
  .h-head__title{ font-size:clamp(1.45rem,5vw,2.2rem); line-height:1.18; }
  .h-head__wash{ --wash-h:.38em; } /* etwas schlanker für enge Zeilen */
  .h-head__lead{ font-size:clamp(.98rem,2.4vw,1.06rem); margin-top:1.25rem; }
}
@media (max-width:30rem){
  .h-head__title{ font-size:clamp(1.3rem,6.2vw,1.8rem); }
  .h-head__wash{ --wash-h:.34em; }
  .h-head__lead{ line-height:1.6; margin-top:1.1rem; }
}

/* Motion-Safety */
@media (prefers-reduced-motion:reduce){
  .h-head__wash{ animation:none; background-size:100% 100%; }
}

/* Keyframes */
@keyframes h-wash-reveal{
  to{ background-size:100% 100%; }
}


/**************************************************
***************************************************
Herosection mit CTA
***************************************************
*/

/* ===== AIK Intro + CTA (pmk-*) – vollständig gekapselt ===== */

/* Section + Tokens */
.pmk-hero{
  --pmk-brand: #ee7f00;
  --pmk-ink: #1b1b1c;
  --pmk-muted: #707173;

  --pmk-maxw: 72rem;
  --pmk-pad-top: clamp(1rem, 3.5vw, 3rem);
  --pmk-pad-bottom: clamp(.7rem, 2.1vw, 1.4rem);

  --pmk-wash-h: .45em;
  --pmk-overhang: .35em;

  background:#fff;
  color:var(--pmk-ink);
  padding-block: var(--pmk-pad-top) var(--pmk-pad-bottom);
}

/* Layout-Grid */
.pmk-hero__wrap{
  max-width: var(--pmk-maxw);
  margin-inline: auto;
  padding-inline: clamp(1rem, 4vw, 2rem);

  display:grid;
  grid-template-columns: 1fr minmax(260px, 360px);
  gap: clamp(16px, 3.5vw, 48px);
  align-items:center;
}

/* Textseite zentriert */
.pmk-hero__text{ text-align:center; }

.pmk-hero__kicker{
  margin:0 0 .4rem 0;
  color: var(--pmk-muted);
  font-size: clamp(.8rem, 1vw, .95rem);
  letter-spacing: .08em;
  text-transform: uppercase;
  line-height: 1.1;
}

.pmk-hero__title{
  margin:0 0 .4rem 0;
  font-weight:700;
  line-height:1.16;
  font-size: clamp(1.6rem, 3.2vw, 2.6rem);
  text-wrap: pretty;
  hyphens: auto;
  overflow-wrap:anywhere;
}

/* Serif/Italic-Optik wie im Beispiel */
.pmk-hero.pmk-hero--serif .pmk-hero__title{
  font-family: ui-serif, Georgia, "Times New Roman", serif;
  font-style: italic;
}

/* Wash/Underline (animiert) */
.pmk-hero__wash{
  padding-inline: calc(var(--pmk-overhang) / 2);
  background-image: linear-gradient(
    to top,
    rgba(238,127,0,.14) var(--pmk-wash-h),
    transparent 0
  );
  background-repeat:no-repeat;
  background-position:0 100%;
  background-size:0 100%;
  box-decoration-break:clone;
  -webkit-box-decoration-break:clone;
  animation: pmk-wash-in .9s cubic-bezier(.25,.85,.25,1) .05s forwards;
}

.pmk-hero__lede{
  margin:1.3rem auto 0;
  max-width:68ch;
  color:#3a3a3a;
  line-height:1.65;
  font-size: clamp(1rem, 1.35vw, 1.125rem);
  text-align:center;
}

/* CTA: ohne Kartenrahmen/Box */
.pmk-hero__cta{
  background: transparent;
  border: none;
  box-shadow: none;
  padding: 0;
  text-align:center;
}

/* Button: weniger Rundung, dezenter Glow, extra Abstand nach unten */
.pmk-cta__button{
  display:block;
  text-decoration:none;
  background: var(--pmk-brand);
  color:#fff;
  font-weight:700;
  border-radius: 18px;
  padding: 16px 24px;

  /* dezenter, neutraler Schatten; weniger orange Halo */
  box-shadow:
    0 2px 4px rgba(0,0,0,.06),
    0 8px 18px rgba(238,127,0,.16);

  /* zusätzlicher Abstand zur Folgelinie (~ halber Absatz) */
  margin-bottom: clamp(.6rem, 1.2vw, .9rem);

  transition: transform .15s ease, box-shadow .15s ease;
}
.pmk-cta__button:hover{
  transform: translateY(-1px);
  box-shadow:
    0 3px 6px rgba(0,0,0,.08),
    0 10px 22px rgba(238,127,0,.22);
}
.pmk-cta__button:focus-visible{
  outline:3px solid rgba(238,127,0,.35);
  outline-offset:2px;
}

/* Links (E-Mail/Telefon) dezent gepunktet unterstrichen */
.pmk-cta__link{
  font-weight:700;
  text-decoration: underline;
  text-decoration-style: dotted;
  text-decoration-thickness: from-font;
  text-underline-offset:.18em;
  text-decoration-color: rgba(0,0,0,.35);
}

.pmk-cta__alt,
.pmk-cta__phone{ margin:14px 0 0; color:#333; }

/* Responsive */
@media (max-width:56.25rem){ /* 900px */
  .pmk-hero__wrap{ grid-template-columns:1fr; }
  .pmk-cta__button{ max-width:560px; margin-inline:auto; }
}

@media (max-width:30rem){
  .pmk-hero__title{
    font-size: clamp(1.3rem, 6.2vw, 1.8rem);
    line-height:1.18;
  }
  .pmk-hero__wash{ --pmk-wash-h:.34em; }
  .pmk-hero__lede{ line-height:1.6; margin-top:1.1rem; }
}

/* Motion-Safety */
@media (prefers-reduced-motion:reduce){
  .pmk-hero__wash{ animation:none; background-size:100% 100%; }
  .pmk-cta__button{ transition:none; }
  .pmk-cta__button:hover{ transform:none; }
}

/* Keyframes */
@keyframes pmk-wash-in{ to{ background-size:100% 100%; } }

/* Button-Text im CTA immer weiß, egal welcher Globalstil */
.pmk-cta__button,
.pmk-cta__button:link,
.pmk-cta__button:visited,
.pmk-cta__button:hover,
.pmk-cta__button:focus,
.pmk-cta__button:active{
  color:#fff; /* falls global !important gesetzt ist, hier notfalls !important ergänzen */
}


/**************************************************
***************************************************
Cookiebar
***************************************************
*/

/************************************************************
 Cookiebar – pro:med (Codefog)
 - Softwall respektiert Ausnahmen (DSE/Impressum)
 - Panel minimal: Statistik (GA4+Clarity) / Personalisierung (Signals)
 - Desktop rechts ausgerichtet, Mobil kompakt & scrollbar
************************************************************/

/* ===== Softwall-Overlay (unter Banner, über Seite) ===== */
#consent-softwall{
  position: fixed;
  inset: 0;
  background: rgba(16,16,20,.55);
  backdrop-filter: blur(2px);
  opacity: 0;
  pointer-events: none;
  transition: opacity .18s ease;
  z-index: 2147483646; /* Cookiebar liegt darüber */
}
/* Aktiv, solange keine Entscheidung – aber NICHT auf exempt-Seiten */
html:not([data-consent-decided]):not([data-consent-exempt]) #consent-softwall{ opacity: 1; pointer-events: auto; }
/* Wenn Dialog offen: Seite selbst sperren */
html[data-consent-open]{ overflow: hidden; overscroll-behavior: contain; }

/* ===== Fixer Container + Safe-Area ===== */
.cookiebar.cookiebar--pmk{
  position: fixed;
  inset-inline: max(16px, env(safe-area-inset-left)) max(16px, env(safe-area-inset-right));
  bottom: calc(env(safe-area-inset-bottom) + 16px);
  z-index: 2147483647;
  background: transparent;
  margin: 0;
  pointer-events: none;              /* Container blockt nicht die Seite */
  width: auto;
}
/* FOUC-Fix beim Einblenden */
.cookiebar.cookiebar--pmk.pmk-enter[hidden]{ display:block !important; }

/* ===== Karte / Grundlayout ===== */
.cookiebar--pmk .cookiebar__inner{
  pointer-events: auto;
  box-sizing: border-box;
  color:#1a1a1a;
  background:#fff;
  border:1px solid rgba(0,0,0,.08);
  border-radius:16px;
  box-shadow:0 16px 56px rgba(0,0,0,.16);
  padding:22px 20px 20px;
  font:400 16px/1.6 Inter,"Source Sans 3",system-ui,-apple-system,Segoe UI,Roboto,Arial,sans-serif;
  will-change: transform, opacity;
  max-width: 540px;
  overflow: visible;
  text-align: center;

  /* Desktop rechts ausrichten */
  margin-left: auto;
  margin-right: 0;

  /* verhindert Scroll-Through zum Body */
  overscroll-behavior: contain;
}

/* Motion */
.cookiebar--pmk.pmk-enter .cookiebar__inner{ animation: pmk-in .22s ease-out both; }
.cookiebar--pmk.pmk-leave .cookiebar__inner{ animation: pmk-out .16s ease-in both; }
@keyframes pmk-in{ from{opacity:0;transform:translateY(8px) scale(.985);} to{opacity:1;transform:translateY(0) scale(1);} }
@keyframes pmk-out{from{opacity:1;transform:translateY(0) scale(1);} to{opacity:0;transform:translateY(6px) scale(.985);} }

/* Typo & Links */
.cookiebar--pmk .cookiebar__title{ margin:0 0 10px; font-weight:700; font-size:clamp(18px,2vw,20px); letter-spacing:.1px; }
.cookiebar--pmk .cookiebar__text{ margin:0 0 18px; color:#666; }
.cookiebar--pmk .cookiebar__link{ color:#ee7f00; text-underline-offset:2px; }

/* ===== Aktionen – Raster + Buttons ===== */
.cookiebar--pmk .cookiebar__actions{
  display:grid;
  grid-template-columns: repeat(3, minmax(0,1fr));
  gap:10px;
  margin-top:18px;
}
.cookiebar--pmk .cookiebar__actions > *{ min-width:0; }

.cookiebar--pmk .cookiebar__button{
  position: relative;
  display: inline-flex; align-items:center; justify-content:center; text-align:center;
  border-radius:12px; border:1px solid rgba(0,0,0,.08); background:#fafafa;
  font-weight:700; font-size:15px; line-height:1.25;
  padding:10px 14px;
  min-height:42px;
  white-space:normal; overflow-wrap:anywhere; max-width:100%;
  cursor:pointer; user-select:none;
  transition: transform .06s ease, box-shadow .18s ease, background-color .18s ease, color .18s ease, border-color .18s ease;
}
.cookiebar--pmk .cookiebar__button:hover{ box-shadow:0 2px 12px rgba(0,0,0,.08); }
.cookiebar--pmk .cookiebar__button:focus-visible{ outline:2px solid rgba(238,127,0,.6); outline-offset:2px; }
.cookiebar--pmk .cookiebar__button.is-pressed{ transform: scale(.995); box-shadow: inset 0 1px 2px rgba(0,0,0,.12), 0 1px 6px rgba(0,0,0,.06); }

.cookiebar--pmk .cookiebar__button--decline{ background:#fff; border-color:#ee7f00; color:#ee7f00; }
.cookiebar--pmk .cookiebar__button--accept{  background:#ee7f00; border-color:#ee7f00; color:#fff; }
.cookiebar--pmk .cookiebar__button--accept:hover{ filter: brightness(1.045); }
.cookiebar--pmk .cookiebar__button--custom{  background:#fff; }

/* Status-Zeile: schlicht, zentriert, immer sichtbar */
.cookiebar--pmk .cookiebar__status{
  grid-column: 1 / -1;
  justify-self: center;
  align-self: center;
  margin: 12px 0 0;
  padding: 0;
  font-size: 12px;
  color: #5f6368;
}

/* Footer */
.cookiebar--pmk .cookiebar__footer{
  display:flex; justify-content:center; gap:14px; align-items:center; margin-top:14px; color:#707173; font-size:14px;
}

/* Reopener (nur Desktop sichtbar) */
.cookiebar__reopen{
  position: fixed; inset-inline-end: max(24px, env(safe-area-inset-right));
  bottom: calc(env(safe-area-inset-bottom) + 24px);
  z-index:2147483646;
  background:#fff; border:1px solid rgba(0,0,0,.08); border-radius:999px; padding:10px 14px;
  box-shadow:0 6px 20px rgba(0,0,0,.08); color:#1a1a1a; font:500 14px/1 Inter,system-ui,sans-serif;
  transition: transform .06s ease, box-shadow .18s ease; user-select:none;
}
.cookiebar__reopen:hover{ box-shadow:0 8px 28px rgba(0,0,0,.10); }
.cookiebar__reopen.is-pressed{ transform: translateY(1px) scale(.995); }

/* ===== Panel (zweite Ebene) ===== */
.cookiebar--pmk .cookiebar__panel{
  margin-top: 14px;
  padding-top: 14px;
  border-top: 1px solid #eee;
  text-align: left;
}
.cookiebar--pmk .cookiebar__panel-title{
  margin: 0 0 8px;
  font-size: 16px; font-weight: 700;
}
.cookiebar--pmk .cookiebar__switches{
  display: grid;
  gap: 10px;
}
.cookiebar--pmk .cookiebar__switch{
  display:grid;
  grid-template-columns: auto 1fr;
  align-items:center;
  gap:10px 12px;
  padding:10px 12px;
  border:1px solid #ececec;
  border-radius:12px;
  background:#fbfbfb;
}

/* Regler – polished */
.cookiebar--pmk .cookiebar__switch input[type="checkbox"]{
  width: 44px; height: 26px;
  appearance: none; outline: none; border-radius: 999px;
  background: #e3e5e7; position: relative;
  transition: background .18s ease;
  border: 1px solid #d7dadd;
}
.cookiebar--pmk .cookiebar__switch input[type="checkbox"]::after{
  content:""; position:absolute; inset:3px auto 3px 3px; width:20px;
  border-radius:999px; background:#fff; box-shadow:0 1px 2px rgba(0,0,0,.12);
  transition: transform .18s ease;
}
.cookiebar--pmk .cookiebar__switch input[type="checkbox"]:hover{ filter: brightness(1.02); }
.cookiebar--pmk .cookiebar__switch input[type="checkbox"]:checked{
  background:#ee7f00; border-color:#ee7f00;
}
.cookiebar--pmk .cookiebar__switch input[type="checkbox"]:checked::after{ transform: translateX(18px); }
.cookiebar--pmk .cookiebar__switch input[type="checkbox"]:focus-visible{
  outline: 2px solid rgba(238,127,0,.55);
  outline-offset: 2px;
}

.cookiebar--pmk .cookiebar__switch-label{ font-weight:700; }
.cookiebar--pmk .cookiebar__switch-desc{ grid-column: 2; font-size: 12px; color:#5f6368; }

/* Panel-Actions: zentriert */
.cookiebar--pmk .cookiebar__panel-actions{
  margin-top: 14px;
  display:flex; gap:10px; justify-content:center;
}
.cookiebar--pmk .cookiebar__button--panel-save{ background:#ee7f00; border-color:#ee7f00; color:#fff; }
.cookiebar--pmk .cookiebar__button--panel-cancel{ background:#fff; }

/* ===== Breakpoints ===== */
/* bis ~600px: rechts bleibt ok; eigene Mobilregeln darunter */
@media (max-width: 480px){
  .cookiebar--pmk .cookiebar__inner{
    margin: 0 auto; /* mobil zentriert */
    padding: 16px 14px 18px;
    max-width: calc(100vw - 24px);
    /* kompakt + Safe-Area; innen scrollbar */
    max-height: calc(100vh - 24px - env(safe-area-inset-bottom, 0px));
    overflow: auto;
    -webkit-overflow-scrolling: touch;
  }
  .cookiebar--pmk .cookiebar__title{ font-size: 17px; }
  .cookiebar--pmk .cookiebar__text{ font-size:14px; margin:0 0 12px; }
  .cookiebar--pmk .cookiebar__actions{ grid-template-columns: 1fr; gap:10px; }
  .cookiebar--pmk .cookiebar__button{ font-size:14px; min-height:40px; padding:10px 12px; }
  .cookiebar__reopen{ display:none !important; } /* Reopener mobil ausblenden */
}

/* Ultra-small Phones */
@media (max-width: 360px){
  .cookiebar--pmk .cookiebar__inner{ padding:14px 12px 14px; }
  .cookiebar--pmk .cookiebar__button{ font-size:13px; min-height:38px; }
  .cookiebar--pmk .cookiebar__switch input[type="checkbox"]{ width:42px; height:24px; }
  .cookiebar--pmk .cookiebar__switch input[type="checkbox"]::after{ width:18px; }
  .cookiebar--pmk .cookiebar__switch input[type="checkbox"]:checked::after{ transform: translateX(18px); }
}


/**************************************************
***************************************************
Ladeoptimierung
***************************************************
*/

/* Nur wenn der Browser's kann */
@supports (content-visibility: auto) {
  /* Alle Artikel NACH dem Hero erst rendern, wenn sie gebraucht werden */
  #main > .mod_article.is-hero ~ .mod_article {
    content-visibility: auto;
    contain-intrinsic-size: auto 1000px; /* Startwert, ggf. 800–1400 anpassen */
  }

  /* Hero selbst immer normal rendern */
  #main > .mod_article.is-hero {
    content-visibility: visible;
    contain-intrinsic-size: auto;
  }
}

@supports (content-visibility: auto) {
  #main > .fold-start ~ .mod_article { content-visibility:auto; contain-intrinsic-size:auto 1000px; }
  #main > .fold-start { content-visibility:visible; contain-intrinsic-size:auto; }
}



