/* Contao Open Source CMS, (c) 2005-2016 Leo Feyer, LGPL license */
body,form,figure{margin:0;padding:0}img{border:0}header,footer,nav,section,aside,article,figure,figcaption{display:block}body{font-size:100.01%}select,input,textarea{font-size:99%}#container,.inside{position:relative}#main,#left,#right{float:left;position:relative}#main{width:100%}#left{margin-left:-100%}#right{margin-right:-100%}#footer{clear:both}#main .inside{min-height:1px}.ce_gallery>ul{margin:0;padding:0;overflow:hidden;list-style:none}.ce_gallery>ul li{float:left}.ce_gallery>ul li.col_first{clear:left}.float_left{float:left}.float_right{float:right}.block{overflow:hidden}.clear,#clear{height:.1px;font-size:.1px;line-height:.1px;clear:both}.invisible{border:0;clip:rect(0 0 0 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.custom{display:block}#container:after,.custom:after{content:"";display:table;clear:both}
/* Contao Open Source CMS, (c) 2005-2016 Leo Feyer, LGPL license */
@media (max-width:767px){#wrapper{margin:0;width:auto}#container{padding-left:0;padding-right:0}#main,#left,#right{float:none;width:auto}#left{right:0;margin-left:0}#right{margin-right:0}}img{max-width:100%;height:auto}.ie7 img{-ms-interpolation-mode:bicubic}.ie8 img{width:auto}
/*
	jQuery.mmenu CSS
*/
/*
	jQuery.mmenu panels CSS
*/
.mm-menu.mm-horizontal > .mm-panel {
  -webkit-transition: -webkit-transform 0.4s ease;
  transition: transform 0.4s ease; }

.mm-menu .mm-hidden {
  display: none; }

.mm-wrapper {
  overflow-x: hidden;
  position: relative; }

.mm-menu,
.mm-menu > .mm-panel {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0; }

.mm-menu {
  background: inherit;
  display: block;
  overflow: hidden;
  padding: 0; }
  .mm-menu > .mm-panel {
    background: inherit;
    -webkit-overflow-scrolling: touch;
    overflow: scroll;
    overflow-x: hidden;
    overflow-y: auto;
    box-sizing: border-box;
    padding: 20px;
    -webkit-transform: translate(100%, 0);
    -moz-transform: translate(100%, 0);
    -ms-transform: translate(100%, 0);
    -o-transform: translate(100%, 0);
    transform: translate(100%, 0); }
    .mm-menu > .mm-panel.mm-opened {
      -webkit-transform: translate(0%, 0);
      -moz-transform: translate(0%, 0);
      -ms-transform: translate(0%, 0);
      -o-transform: translate(0%, 0);
      transform: translate(0%, 0); }
    .mm-menu > .mm-panel.mm-subopened {
      -webkit-transform: translate(-30%, 0);
      -moz-transform: translate(-30%, 0);
      -ms-transform: translate(-30%, 0);
      -o-transform: translate(-30%, 0);
      transform: translate(-30%, 0); }
    .mm-menu > .mm-panel.mm-highest {
      z-index: 1; }
  .mm-menu .mm-list {
    padding: 20px 0; }
  .mm-menu > .mm-list {
    padding-bottom: 0; }
    .mm-menu > .mm-list:after {
      content: '';
      display: block;
      height: 40px; }

.mm-panel > .mm-list {
  margin-left: -20px;
  margin-right: -20px; }
  .mm-panel > .mm-list:first-child {
    padding-top: 0; }

.mm-list,
.mm-list > li {
  list-style: none;
  display: block;
  padding: 0;
  margin: 0; }

.mm-list {
  font: inherit;
  font-size: 14px; }
  .mm-list a,
  .mm-list a:hover {
    text-decoration: none; }
  .mm-list > li {
    position: relative; }
    .mm-list > li > a,
    .mm-list > li > span {
      text-overflow: ellipsis;
      white-space: nowrap;
      overflow: hidden;
      color: inherit;
      line-height: 20px;
      display: block;
      padding: 10px 10px 10px 20px;
      margin: 0; }
  .mm-list > li:not(.mm-subtitle):not(.mm-label):not(.mm-search):not(.mm-noresults):after {
    content: '';
    border-bottom-width: 1px;
    border-bottom-style: solid;
    display: block;
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0; }
  .mm-list > li:not(.mm-subtitle):not(.mm-label):not(.mm-search):not(.mm-noresults):after {
    width: auto;
    margin-left: 20px;
    position: relative;
    left: auto; }
  .mm-list a.mm-subopen {
    background: rgba(3, 2, 1, 0);
    width: 40px;
    height: 100%;
    padding: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 2; }
    .mm-list a.mm-subopen:before {
      content: '';
      border-left-width: 1px;
      border-left-style: solid;
      display: block;
      height: 100%;
      position: absolute;
      left: 0;
      top: 0; }
    .mm-list a.mm-subopen.mm-fullsubopen {
      width: 100%; }
      .mm-list a.mm-subopen.mm-fullsubopen:before {
        border-left: none; }
    .mm-list a.mm-subopen + a,
    .mm-list a.mm-subopen + span {
      padding-right: 5px;
      margin-right: 40px; }
  .mm-list > li.mm-selected > a.mm-subopen {
    background: transparent; }
  .mm-list > li.mm-selected > a.mm-fullsubopen + a,
  .mm-list > li.mm-selected > a.mm-fullsubopen + span {
    padding-right: 45px;
    margin-right: 0; }
  .mm-list a.mm-subclose {
    text-indent: 20px;
    padding-top: 30px;
    margin-top: -20px; }
  .mm-list > li.mm-label {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    font-size: 10px;
    text-transform: uppercase;
    text-indent: 20px;
    line-height: 25px;
    padding-right: 5px; }
  .mm-list > li.mm-spacer {
    padding-top: 40px; }
    .mm-list > li.mm-spacer.mm-label {
      padding-top: 25px; }
  .mm-list a.mm-subopen:after,
  .mm-list a.mm-subclose:before {
    content: '';
    border: 2px solid transparent;
    display: inline-block;
    width: 7px;
    height: 7px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    margin-bottom: -5px;
    position: absolute;
    bottom: 50%; }
  .mm-list a.mm-subopen:after {
    border-top: none;
    border-left: none;
    right: 18px; }
  .mm-list a.mm-subclose:before {
    border-right: none;
    border-bottom: none;
    margin-bottom: -15px;
    left: 22px; }

.mm-menu.mm-vertical .mm-list .mm-panel {
  display: none;
  padding: 10px 0 10px 10px; }
  .mm-menu.mm-vertical .mm-list .mm-panel li:last-child:after {
    border-color: transparent; }
.mm-menu.mm-vertical .mm-list li.mm-opened > .mm-panel {
  display: block; }
.mm-menu.mm-vertical .mm-list > li > a.mm-subopen {
  height: 40px; }
  .mm-menu.mm-vertical .mm-list > li > a.mm-subopen:after {
    top: 16px;
    bottom: auto; }
.mm-menu.mm-vertical .mm-list > li.mm-opened > a.mm-subopen:after {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg); }
.mm-menu.mm-vertical .mm-list > li.mm-label > a.mm-subopen {
  height: 25px; }

html.mm-opened .mm-page {
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.5); }

.mm-menu {
  background: #333333;
  color: rgba(255, 255, 255, 0.6); }
  .mm-menu .mm-list > li:after {
    border-color: rgba(0, 0, 0, 0.15); }
  .mm-menu .mm-list > li > a.mm-subclose {
    background: rgba(0, 0, 0, 0.1);
    color: rgba(255, 255, 255, 0.3); }
  .mm-menu .mm-list > li > a.mm-subopen:after, .mm-menu .mm-list > li > a.mm-subclose:before {
    border-color: rgba(255, 255, 255, 0.3); }
  .mm-menu .mm-list > li > a.mm-subopen:before {
    border-color: rgba(0, 0, 0, 0.15); }
  .mm-menu .mm-list > li.mm-selected > a:not(.mm-subopen),
  .mm-menu .mm-list > li.mm-selected > span {
    background: rgba(0, 0, 0, 0.1); }
  .mm-menu .mm-list > li.mm-label {
    background: rgba(255, 255, 255, 0.05); }
  .mm-menu.mm-vertical .mm-list li.mm-opened > a.mm-subopen,
  .mm-menu.mm-vertical .mm-list li.mm-opened > ul {
    background: rgba(255, 255, 255, 0.05); }

/*
	jQuery.mmenu offcanvas addon CSS
*/
.mm-page {
  box-sizing: border-box;
  position: relative; }

.mm-slideout {
  -webkit-transition: -webkit-transform 0.4s ease;
  -ms-transition: -ms-transform 0.4s ease;
  transition: transform 0.4s ease; }

html.mm-opened {
  overflow: hidden;
  position: relative; }
  html.mm-opened body {
    overflow: hidden; }

html.mm-background .mm-page {
  background: inherit; }

#mm-blocker {
  background: rgba(3, 2, 1, 0);
  display: none;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999999; }

html.mm-opened #mm-blocker,
html.mm-blocking #mm-blocker {
  display: block; }

.mm-menu.mm-offcanvas {
  display: none;
  position: fixed; }
.mm-menu.mm-current {
  display: block; }

.mm-menu {
  width: 80%;
  min-width: 140px;
  max-width: 440px; }

html.mm-opening .mm-slideout {
  -webkit-transform: translate(80%, 0);
  -moz-transform: translate(80%, 0);
  -ms-transform: translate(80%, 0);
  -o-transform: translate(80%, 0);
  transform: translate(80%, 0); }

@media all and (max-width: 175px) {
  html.mm-opening .mm-slideout {
    -webkit-transform: translate(140px, 0);
    -moz-transform: translate(140px, 0);
    -ms-transform: translate(140px, 0);
    -o-transform: translate(140px, 0);
    transform: translate(140px, 0); } }
@media all and (min-width: 550px) {
  html.mm-opening .mm-slideout {
    -webkit-transform: translate(440px, 0);
    -moz-transform: translate(440px, 0);
    -ms-transform: translate(440px, 0);
    -o-transform: translate(440px, 0);
    transform: translate(440px, 0); } }

@media screen{
/*
|--------------------------------------------------------------------------
| UItoTop jQuery Plugin 1.2
| http://www.mattvarone.com/web-design/uitotop-jquery-plugin/
|--------------------------------------------------------------------------
*/

#toTop {
	display:none;
	text-decoration:none;
	position:fixed;
	bottom:10px;
	right:10px;
	overflow:hidden;
	background-color: #000000;
	color: #FFFFFF;
	padding: 0.5em;
}

#toTop:hover {
	background-color: #FFFFFF;
	color: #000000;
}

#toTop:active, #toTop:focus {
	outline:none;
}
}
  @font-face{
        font-family:"OfficinaSansITCW01-Book_734509";
        src:url("../../files/_fonts/e30417e5-e345-426e-b7ff-19a624fe02d2.woff2") format("woff2"),url("../../files/_fonts/369c7bbe-240b-4216-87cd-7f0c2c862f77.woff") format("woff");
    }
    @font-face{
        font-family:"OfficinaSansITCW01-Bold";
        src:url("../../files/_fonts/5237664f-c077-4db8-9e81-c4686bcfcda0.woff2") format("woff2"),url("../../files/_fonts/b248ccfe-6706-49b4-b359-924abedf4dde.woff") format("woff");
    }
/* pape-standards.css - START */


@media screen and (min-width:1922px){
	
	#wrapper {
		max-width: 1920px;
		position: relative;
		margin: 0 auto;
		border-right: 1px solid #313131;
		border-left: 1px solid #313131;
	}
}






body {
	margin: 0;
	padding: 0;
	background: #ffffff;
	font-family: 'OfficinaSansITCW01-Book_734509', sans-serif;
	color: #313131;
	background-image: url(../../files/_standards/pape-bodyBG-01.jpg);
	background-size: cover;
	background-position: center center;
	background-attachment: fixed;
}


h1, h2, h3, h4 {
	/*font-family: 'OfficinaSansITCW01-Book_734509', sans-serif;*/
	font-family: 'OfficinaSansITCW01-Bold', sans-serif;
	color: #313131;
	font-style: normal;
	font-weight: 500;
	margin:0 0 15px 0;
}

h1 {
	font-size: 36px;
}

h2 {
	font-size: 24px;
}

h3 {
	font-size: 18px;
}

h4 {
	font-size: 16px;
}


.ghostBtn {
    position: relative;
    display: inline-block;
    margin: 0 auto;
    padding: 8px 16px;
    text-align: center;
    border: 1px solid #679f33;
    border-radius: 0px;
    font: 16px/24px 'OfficinaSansITCW01-Book_734509', sans-serif;
    color: #679f33;
    behavior: url(assets/css3pie/1.0.0/PIE.htc);
    font-weight: 400;
    transform: translateZ(0px);
    transition-duration: 0.3s;
    transition-property: color, background-color;
}



/*###### Basics ###### */

#main p {
	font-family: 'OfficinaSansITCW01-Book_734509', sans-serif;
	color: #313131;
	font-size: 16px;
	line-height: 24px;
	margin-top: 0;
}


a.ghostBtn, a.ghostBtn:link, a.ghostBtn:active, a.ghostBtn:focus, a.ghostBtn:visited {
    font-size: 16px;
    text-decoration: none;
    color: #679f33;
	font-family: 'OfficinaSansITCW01-Book_734509', sans-serif;
}

a.ghostBtn:hover, #main a.ghostBtn:hover {
	color: #ffffff;
	text-decoration: none;
}

.ghostBtn:hover {
	background-color: #679f33;	
}

	#main a, #main a:link, #main a:focus, #main a:active, #main a:visited {
		color: #679f33;
		text-decoration: none;
	}
	
	#main a:hover {
		text-decoration: underline;
	}

	#main ul, #main ul li {
		list-style: none;
		list-style-image: url(../../files/_standards/pape-list-symbol.png);
	}
	
	#main ul {
		padding: 0 0 0 1.5em;
		margin:0 0 1em 0;
		
		}

	#main ul li {
		margin-bottom: 12px;
		font-size: 16px;
	}
	
	#main .flexslider ul, #main .flexslider ul li {
		list-style: none;
		
	}
	
	#main .flexslider ul {
		padding: 0 0 0 0;
		margin:0 0 0em 0;
		
		}

	#main .flexslider ul li {
		margin-bottom: 0px;
	}

	.cboxElement{
		/*width: 48%;
		width: 32.33%;
		float: left;*/
		height: auto;
		margin: 0 0.5% 2%;
	}
	
	
		.cboxElement img {
			width: 100%;
			float: none;
			height: auto;
			margin: 0 0 0.25%;
			border: 1px solid #679f33;
	}
	
	

@media screen and (max-width:1024px){
	
}


/* pape-standards.css - ENDE */
/* pape-header.css - START */

#header {
  background-color: #68ad30;
  background-image: url(../../files/_standards/pape-header-bg.png);
  background-repeat: repeat-x;
  width: 100%;
  height: 141px;
  position: fixed;
	/*position: absolute;*/
  top: 0;
  left: 0;
  color: #ffffff;
  z-index: 4;
  border-bottom: 0px solid #fff;

}

#header.headerSticky {
  background-color: #68ad30;
  background-image: url(../../files/_standards/pape-header-bg.png);
  background-repeat: repeat-x;
  width: 100%;
  height: 141px;
  position: fixed;
	/*position: absolute;*/
  top: 0;
  left: 0;
  color: #ffffff;
  z-index: 4;
  border-bottom: 0px solid #fff;

}
#header.headerSticky-scrolled {
  background-color: rgba(104, 173, 48, 0);
  background-position-y: -41px;
  position: fixed;
  width: 100%;

  top: -40px;
  height: 100px;
  border-bottom: 30px solid rgba(200, 204, 215, 0.85) /*box-shadow: 0 1px 0 0 #68ad30;*/
}
#header.headerSticky-scrolled img {
  transform: translateZ(0px);
  transition-duration: 0.3s;
  transition-property: height, width;
}
#header.headerSticky-scrolled .headerLogo img {
  height: 75px;
  width: auto;
  top: -8px;
  left: 2px;
  position: absolute;
  transform: translateZ(0px);
  transition-duration: 0.3s;
  transition-property: all;
}
.headerBGPape {
  position: absolute;
  right: -15%;
  width: 738px;
  height: 100px;
  top: 41px;
}
#header.headerSticky-scrolled .headerBGPape {
  top: 0px;
}
.headerWrap {
  width: 80%;
  margin: 0 auto;
}
.headerCall {
  position: absolute;
  left: 0;
  top: 5px;
  height: 40px;
  padding: 0;
  width: auto;
  overflow: hidden;
}
.headerCall p {
  color: #fff;
  font-size: 16px;
  font-family: 'OfficinaSansITCW01-Book_734509', sans-serif;
  line-height: 0;
}
.headerCall a, .headerCall a:link, .headerCall a:visited, .headerCall a:focus, .headerCall a:active {
  color: #fff;
  font-size: 16px;
  text-decoration: none;
	font-family: 'OfficinaSansITCW01-Bold', sans-serif;
	font-weight: normal;
}
.headerCall a:hover {
  text-decoration: underline;
}
.headerLogo {
  position: absolute;
  left: 0;
  top: 49px;
  float: left;
  width: 363px;
  height: 111px;
  transform: translateZ(0px);
  transition-duration: 0.3s;
  transition-property: all;
}
.headerLogo img {
  transform: translateZ(0px);
  transition-duration: 0.3s;
  transition-property: all;
}
@media screen and (max-width:1360px) {
.headerWrap {
  width: 90%;
  }
}

@media screen and (max-width:1220px) {	
.headerLogo {
	top:64px;
  width: 300px;
  height: 92px;
  transform: translateZ(0px);
  transition-duration: 0.3s;
  transition-property: all;
	  
}
	
}


@media screen and (max-width:1024px) {
	
	#header.headerSticky-scrolled {
		top: -30px;
		
		border-bottom: 20px solid rgba(200, 204, 215, 0.85);
	}
	
	#header.headerSticky-scrolled .headerLogo img {
		height: 65px;
       top: -15px;
	}
}


@media screen and (max-width:420px) {
	
.headerCall p, .headerCall a, .headerCall a:link, .headerCall a:visited, .headerCall a:focus, .headerCall a:active {
	font-size: 13px;
	}
	
	
}
/* pape-header.css - ENDE */
/* pape-sprachenwechsler.css - START */

.mod_changelanguage {
	position: absolute;
    right: 0;
    top: 10px;
    height: 40px;
    padding: 0;
    width: auto;
    overflow: hidden;
} 


.mod_changelanguage ul, .mod_changelanguage ul li {
	list-style: none;
	padding: 0;
	margin: 0;
}

.mod_changelanguage ul li span.active {
	border-bottom: 1px solid #fe3802;
}

.mod_changelanguage ul li {
	float: left;
	margin: 0 8px; 
}


.mod_changelanguage ul li a, .mod_changelanguage ul li a:visited {
	color: #fff;
	text-decoration: none;
}

.mod_changelanguage ul li a:hover {
	text-decoration: none;
	border-bottom: 1px solid #fe3802;
}

@media only screen and (max-width:420px) {

	.mod_changelanguage ul li {
		float: left;
		margin: 0 4px 0 0; 
}
	.mod_changelanguage ul li.last {
		float: left;
		margin: 0 0px 0 0; 
}
	
}

/* pape-sprachenwechsler.css - ENDE */
/* pape-desktop-navi-officina.css - START */

.mburger {
	display: none;
}

.mod_navigation {
	top: 65px;
	position: relative;
	overflow: hidden;
	margin: 0 0 0 0;
	z-index: 2;
}

.mod_navigation:hover {
	height: 300px;
}


#header.headerSticky-scrolled .mod_navigation {
	top: 45px;
	transform: translateZ(0px);
    transition-duration: 0.3s;
    transition-property: color, background-color, position, height, width;

}


.mod_navigation ul {
	width: auto;
	overflow: hidden;
	display: table;
	margin: 0 0 0 auto;
	padding-left: 0;
	list-style: outside none none;
	z-index: 1001
}

.mod_navigation ul.level_1:hover {
	height: 270px;
}


.mod_navigation ul li {
	position: relative;
	float: none;
	display: inline-block;
	margin-right: 15px;
	margin-left: 15px;
	/*font: 19px 'Droid Serif', sans-serif;*/
	font: 19px 'OfficinaSansITCW01-Book_734509', sans-serif;
	font-weight: 300;
	color: #ffffff;
	text-transform: none;
	outline: medium none;

}
.mod_navigation ul li.first {
	margin-left: 0;/*background-position:-10px center;*/
}
.mod_navigation ul li.last {
	margin-right: 0
}
.mod_navigation ul li.nav_unternehmen {
	margin-left: 153px
}
.mod_navigation ul li.active span {
	float: left;
	padding: 15px 0 12px;
	/*font: 19px 'Droid Serif', sans-serif;*/
	font: 19px 'OfficinaSansITCW01-Book_734509', sans-serif;
	font-weight: 300;
	text-decoration: none;
	outline: medium none;
	border-bottom: 1px solid #fe3802;
}



.mod_navigation ul li.forward {
	top: -18px;
	padding: 15px 0 12px;
	/*font: 19px 'Droid Serif', sans-serif;*/
	font: 19px 'OfficinaSansITCW01-Book_734509', sans-serif;
	text-decoration: none;
	outline: medium none;
	border-bottom: 1px solid #fe3802;
	color: #ffffff;
	font-weight: 300;

}
.mod_navigation ul li a, .mod_navigation ul li a:visited {
	float: left;
	padding: 15px 0 12px;
	/*font: 19px 'Droid Serif', sans-serif;*/
	font: 19px 'OfficinaSansITCW01-Book_734509', sans-serif;
	font-weight: 300;
	text-decoration: none;
	outline: medium none;
	color: #fff;
	border-bottom: 1px solid rgba(0,0,0,0);
	transform: translateZ(0px);
    transition-duration: 0.3s;
    transition-property: border, border-color;
	

}


.level_1.submenu .trail {
	cursor: pointer,
}
.mod_navigation ul.level_1 a.trail {
	float: left;
	padding: 15px 0 12px;
	/*font: 19px 'Droid Serif', sans-serif;*/
	font: 19px 'OfficinaSansITCW01-Book_734509', sans-serif;
	font-weight: 300;
	text-decoration: none;
	color: #FFFFFF;
	border-bottom: 1px solid #fe3802;
	outline: medium none
}

.mod_navigation ul.level_1 li a:hover {
	text-decoration: none;
	/*color: #ea5b0c;*/
	border-bottom: 1px solid #fe3802;
	padding: 15px 0 12px;
	
}

.mod_navigation ul.level_1 li.submenu {
	cursor:pointer;
	/*border-bottom: 1px solid #018955;*/
} 

/* .mod_navigation ul.level_1 li.submenu:hover {
		border-bottom: 1px solid #fff;
} */

/* LEVEL 2 */

.mod_navigation ul li ul.level_2 {
	display: none
}

.mod_navigation ul.level_1 li:hover ul.level_2 {
	width: 100%;
	min-width: 190px;
	left: 0px;
	top: 34px;
	position: absolute;
	overflow: hidden;
	float: none;
	display: block;
	padding-top: 40px;
	padding-right: 0px;
	padding-left: 0;
	
	
}


#header.headerSticky-scrolled .mod_navigation ul.level_1 li:hover ul.level_2 {
	top: 15px;
}


.mod_navigation ul li ul.level_2 li a.width120, .mod_navigation ul li ul.level_2 li .active.width120 {
	width: 110px;
}

.mod_navigation ul li ul.level_2 li a.width180, .mod_navigation ul li ul.level_2 li .active.width180 {
	width: 180px;
}


.mod_navigation ul li ul li {
	overflow: hidden;
	float: none;
	display: block;
	background-color: #679f33;
	border-bottom: 0px solid #679f33;
	
	
	
}




.mod_navigation ul li ul li:hover {
	background-color: #517e27;
	color: #ffffff;
	border-bottom: 0px solid #517e27;
}

.mod_navigation ul li ul li a, .mod_navigation ul li ul li a:visited {
	float: left;
	padding: 14px 0 11px;
	/*font: 19px 'Droid Serif', sans-serif;*/
	font: 19px 'OfficinaSansITCW01-Book_734509', sans-serif;
	font-weight: 300;
	text-decoration: none;
	color: #ffffff;
	letter-spacing: 0;
	outline: medium none;
	border-bottom: 0px solid #679f33;

}
.mod_navigation ul li ul.level_2 li a:hover {
	color: #fff;
	border-bottom: 0px solid #517e27;
	padding: 14px 0 11px;
}

.mod_navigation ul li ul.level_2 li:hover a, .mod_navigation ul li ul.level_2 li:hover .active  {
	color: #ffffff;
}


.mod_navigation ul li ul li.active span {
	float: left;
	padding: 10px 0 10px;
	/*font: 19px 'Droid Serif', sans-serif;*/
	font: 19px 'OfficinaSansITCW01-Book_734509', sans-serif;
	font-weight: 300;
	text-decoration: none;
	letter-spacing: 0;	
	outline: medium none;
	border-bottom: 0;
	color:#fe3802;
}

.mod_navigation ul li ul li.active span:hover {
	color: #ffffff;
}



/*.mod_navigation ul li a, .mod_navigation ul li a:link, .mod_navigation ul li, .mod_navigation ul li ul, .mod_navigation ul li:hover ul {
	transform: translateZ(0px);
	transition-duration: 0.3s;
	transition-property: background-color, color, ul, border;
}*/


.mod_navigation ul.level_2 li {
	/*width:140px;*/
	width:180px;
	margin: 0;
	padding: 0 10px;
	text-decoration: none;
	box-shadow: 3px 3px 5px #313131;
}
.mod_navigation ul.level_2 li.last {
	border-bottom: 0px solid #fe3802;
	margin: -1px 0 15px 0;
	
}


@media only screen and (max-width:1133px) {
	.mod_navigation ul li {
		margin-right: 10px;
		margin-left: 10px;
	}
}


/* pape-desktop-navi-officina.css - ENDE */
/* pape-mburger.css - START */
/*!
 * mburger CSS v1.3.3
 * mmenujs.com/mburger
 *
 * Copyright (c) Fred Heusschen
 * www.frebsite.nl
 *
 * License: CC-BY-4.0
 * http://creativecommons.org/licenses/by/4.0/
*/



@media only screen and (max-width:1024px) {
  :root {
    /*  --mb-button-size: 60px;*/
    --mb-button-size: 36px;
    /*--mb-bar-width: 0.6;*/
    --mb-bar-width: 0.8;
    /*--mb-bar-height: 4px;*/
    --mb-bar-height: 4px;
    --mb-bar-spacing: 10px;
    --mb-bar-spacing: 8px;
    --mb-animate-timeout: 0.4s
  }
  .mburger a:hover, a.mburger:hover, .mburger--squeeze {
    color: #fff;
    cursor: pointer;
  }
  .mburger a, a.mburger {
    text-decoration: none;
  }
  .mburger a:visited, a.mburger:visited {
    color: #fff;
  }
  .mburger {
    background: 0 0;
    border: none;
    border-radius: 0;
    color: #fff;
    display: inline-block;
    position: absolute;
    right: 5%;
    top: 70px;
    box-sizing: border-box;
    height: var(--mb-button-size);
    padding: 0 0 0 var(--mb-button-size);
    margin: 0;
    line-height: var(--mb-button-size);
    vertical-align: middle;
    appearance: none;
    outline: 0;
    cursor: pointer;
    z-index: 10002;
  }
  .mburger b {
    display: block;
    position: absolute;
    left: calc(var(--mb-button-size) * ((1 - var(--mb-bar-width))/ 2));
    width: calc(var(--mb-button-size) * var(--mb-bar-width));
    height: var(--mb-bar-height);
    border-radius: calc(var(--mb-bar-height)/ 2);
    background: currentColor;
    color: inherit;
    opacity: 1
  }
  .mburger b:nth-of-type(1) {
    bottom: calc(50% + var(--mb-bar-spacing));
    transition: bottom .2s ease, transform .2s ease, width .2s ease
  }
  .mburger b:nth-of-type(2) {
    top: calc(50% - (var(--mb-bar-height)/ 2));
    transition: opacity .2s ease
  }
  .mburger b:nth-of-type(3) {
    top: calc(50% + var(--mb-bar-spacing));
    transition: top .2s ease, transform .2s ease, width .2s ease
  }
  .mm-wrapper_opened .mburger b:nth-of-type(1) {
    bottom: calc(50% - (var(--mb-bar-height)/ 2));
    transform: rotate(45deg)
  }
  .mm-wrapper_opened .mburger b:nth-of-type(2) {
    opacity: 0
  }
  .mm-wrapper_opened .mburger b:nth-of-type(3) {
    top: calc(50% - (var(--mb-bar-height)/ 2));
    transform: rotate(-45deg)
  }
  .mburger--collapse b:nth-of-type(1) {
    transition: bottom .2s ease, margin .2s ease, transform .2s ease;
    transition-delay: .2s, 0s, 0s
  }
  .mburger--collapse b:nth-of-type(2) {
    transition: top .2s ease, opacity 0s ease;
    transition-delay: .3s, .3s
  }
  .mburger--collapse b:nth-of-type(3) {
    transition: top .2s ease, transform .2s ease
  }
  .mm-wrapper_opened .mburger--collapse b:nth-of-type(1) {
    bottom: calc(50% - var(--mb-bar-spacing) - var(--mb-bar-height));
    margin-bottom: calc(var(--mb-bar-spacing) + (var(--mb-bar-height)/ 2));
    transform: rotate(45deg);
    transition-delay: calc(var(--mb-animate-timeout) + .1s), calc(var(--mb-animate-timeout) + .3s), calc(var(--mb-animate-timeout) + .3s)
  }
  .mm-wrapper_opened .mburger--collapse b:nth-of-type(2) {
    top: calc(50% + var(--mb-bar-spacing));
    opacity: 0;
    transition-delay: calc(var(--mb-animate-timeout) + 0s), calc(var(--mb-animate-timeout) + .2s)
  }
  .mm-wrapper_opened .mburger--collapse b:nth-of-type(3) {
    top: calc(50% - (var(--mb-bar-height)/ 2));
    transform: rotate(-45deg);
    transition-delay: calc(var(--mb-animate-timeout) + .3s), calc(var(--mb-animate-timeout) + .3s)
  }
  .mburger--spin b:nth-of-type(1) {
    transition-delay: .2s, 0s
  }
  .mburger--spin b:nth-of-type(2) {
    transition-duration: 0s;
    transition-delay: .2s
  }
  .mburger--spin b:nth-of-type(3) {
    transition-delay: .2s, 0s
  }
  .mm-wrapper_opened .mburger--spin b:nth-of-type(1) {
    transform: rotate(135deg);
    transition-delay: calc(var(--mb-animate-timeout) + 0s), calc(var(--mb-animate-timeout) + .2s)
  }
  .mm-wrapper_opened .mburger--spin b:nth-of-type(2) {
    transition-delay: calc(var(--mb-animate-timeout) + 0s)
  }
  .mm-wrapper_opened .mburger--spin b:nth-of-type(3) {
    transform: rotate(225deg);
    transition-delay: calc(var(--mb-animate-timeout) + 0s), calc(var(--mb-animate-timeout) + .2s)
  }
  .mburger--squeeze b:nth-of-type(1) {
    transition-delay: .1s, 0s
  }
  .mburger--squeeze b:nth-of-type(2) {
    transition-delay: .1s
  }
  .mburger--squeeze b:nth-of-type(3) {
    transition-delay: .1s, 0s
  }
  .mm-wrapper_opened .mburger--squeeze b:nth-of-type(1) {
    transition-delay: calc(var(--mb-animate-timeout) + 0s), calc(var(--mb-animate-timeout) + .1s)
  }
  .mm-wrapper_opened .mburger--squeeze b:nth-of-type(2) {
    transition-delay: calc(var(--mb-animate-timeout) + 0s)
  }
  .mm-wrapper_opened .mburger--squeeze b:nth-of-type(3) {
    transition-delay: calc(var(--mb-animate-timeout) + 0s), calc(var(--mb-animate-timeout) + .1s)
  }
  .mburger--tornado b:nth-of-type(1) {
    transition: bottom .2s ease, transform .2s ease;
    transition-delay: .2s
  }
  .mburger--tornado b:nth-of-type(2) {
    transition: opacity 0s ease, transform .2s ease;
    transition-delay: .1s, .1s
  }
  .mburger--tornado b:nth-of-type(3) {
    transition: top .2s ease, transform .2s ease;
    transition-delay: 0s
  }
  .mm-wrapper_opened .mburger--tornado b:nth-of-type(1) {
    transform: rotate(-135deg);
    transition-delay: calc(var(--mb-animate-timeout) + 0s)
  }
  .mm-wrapper_opened .mburger--tornado b:nth-of-type(2) {
    opacity: 0;
    transform: rotate(-135deg);
    transition-delay: calc(var(--mb-animate-timeout) + .4s), calc(var(--mb-animate-timeout) + .1s)
  }
  .mm-wrapper_opened .mburger--tornado b:nth-of-type(3) {
    transform: rotate(-225deg);
    transition-delay: calc(var(--mb-animate-timeout) + .2s)
  }
}

@media only screen and (max-width: 1024px) {
 .mburger {
	right: 0;
    top: 70px;
  }
	
	#header.headerSticky-scrolled .mburger {
		top: 45px;
	}
}
/* pape-mburger.css - ENDE */
/* pape-mobile-navi.css - START */

@media only screen and (max-width:1025px) {
.mod_navigation {
    display:none;
}
.mm-menu {
    color:#313131;
    font:14px 'Roboto',Arial,sans-serif;
	/*background: #fff8cc;*/
	background: rgba(219,219,219);
    /*background: radial-gradient(circle at 75% 2%,#00a8e7, #0079c7 50%);*/
    z-index:10001;
}
.mm-menu ul li a,
.mm-menu ul li a:visited,
.mm-menu ul li a:link,
.mm-menu ul li a:focus,
.mm-menu ul li a:active {
    font-weight:bold;
    text-decoration:none;
    color:#313131;
    font:14px 'Roboto',Arial,sans-serif;
}
.mm-menu ul li:hover {
    background-color:#4c8224;
	color: #fff;
}
.mm-menu ul li a:hover {
		color: #fff;
	}
.mm-menu ul li ul {
    left:10px;
    position:absolute;
    display:none;
}
.mm-menu .mm-list a.mm-subopen {
    color:#ccc;
}
	
	.mm-menu .mm-list > li > a.mm-subclose {
		    background: rgba(0, 0, 0, 0);
	}
	
.mod_navigation ul li ul li {
    width:117px;
    height:20px;
    display:block;
    padding:5px 10px 5px 8px;
    color:#313131;
}
.mod_navigation ul li ul li.active {
    width:auto;
    height:20px;
    display:block;
    padding:5px 10px 5px 8px;
    text-decoration:none;
    color:#313131;
    font: 600 'Roboto',Arial,sans-serif;
    outline: medium none;
    background:none;
}
	
.mm-menu .mm-list > li.mm-selected > a:not(.mm-subopen), .mm-menu .mm-list > li.mm-selected > span {
	background: #4c8224;
	}	
	
.mm-menu .mm-list > li > a.mm-subopen::after,
.mm-menu .mm-list > li > a.mm-subclose::before {
    border-color:#313131;
}
.mm-menu .mm-list > li > a.mm-subopen::before {
    border-color:#313131;
}
.mm-menu .mm-list > li > a.mm-subopen::after,
.mm-menu .mm-list > li > a.mm-subclose::before,
.mm-menu .mm-list > li::after,
.mm-menu .mm-list > li > a.mm-subclose {
    border-color:#313131;
    color:#313131;
}
.mm-list a.mm-subopen::before {
    border-left:1px solid #313131;
}
	
	#mobilenav ul li.mm-selected {
		color: #fff;
	} 	
#mobilenav ul li.first {
    padding-left:0;
    border-top:1px solid #313131;
}
#mobilenav ul li.last {
    border-bottom: 0px solid #3c4047;
}
.mm-list > li:not(.mm-subtitle):not(.mm-label):not(.mm-search):not(.mm-noresults)::after {
    border-top:1px solid #313131;
    border-bottom:0px solid #3c4047;
    border-bottom-width: 0px;
}


}
/* pape-mobile-navi.css - ENDE */
/* pape-topillus.css - START */

.topIllu {
	width: 100%;
	height: 350px;
	min-height: 350px;
	top:141px;
}

.topIlluHome {
    position: relative;
    z-index: 0;
    width: 100%;
    height: 100%;
	min-height: 450px;
    background: url(../../files/topillus/pape-home-top-01.jpg) no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: center center;
	margin-bottom: 25px;
   
}

/* #### Leistungen #### */

.topAluminium {
    position: relative;
    z-index: 0;
    width: 100%;
    height: 100%;
    background: url(../../files/topillus/pape-aluminium-top03.jpg) no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: center center;

   
}


.topAlugran {
    position: relative;
    z-index: 0;
    width: 100%;
    height: 100%;
    background: url(../../files/topillus/pape-alugran-top.jpg) no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: center center;

   
}

.topNEMetalle {
    position: relative;
    z-index: 0;
    width: 100%;
    height: 100%;
    background: url(../../files/topillus/pape-nemetalle-top.jpg) no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: center center;
  
}

.topVerbundmetalle {
    position: relative;
    z-index: 0;
    width: 100%;
    height: 100%;
    background: url(../../files/topillus/pape-verbund-top.jpg) no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: center center;
  
}


/* #### Unternehmen #### */


.topIlluUnternehmen {
    position: relative;
    z-index: 0;
    width: 100%;
    height: 100%;
    background: url(../../files/_topIllus/pape-unternehmen-top.jpg) no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: center bottom;
   
}

.topIlluDownloads {
    position: relative;
    z-index: 0;
    width: 100%;
    height: 100%;
    background: url(../../files/_topIllus/pape-downloads-top.jpg) no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: center center;
   
}


.topIlluHistorie {
    position: relative;
    z-index: 0;
    width: 100%;
    height: 100%;
    background: url(../../files/_topIllus/pape-historie-top.jpg) no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: center center;
   
}


/* #### Referenzen #### */


.topIlluReferenzen {
    position: relative;
    z-index: 0;
    width: 100%;
    height: 100%;
    background: url(../../files/_topIllus/ius-topIllu-referenzen.jpg) no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: center center;
   
}


/* #### Kontakt #### */


.topIlluKontakt {
    position: relative;
    z-index: 0;
    width: 100%;
    height: 100%;
    background: url(../../files/_topIllus/pape-kontakt-top.jpg) no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: center center;
   
}

/* pape-topillus.css - ENDE */
/* pape-content.css - START */
/* ### Home ### */
#topIlluHome, #iusHome {
  position: relative;
  margin-top: 125px;
  left: 0;
  width: 100%;
  height: 475px;
  text-align: center;
}
.topIlluHomeSlogan {
  opacity: 0;
  -moz-transition: opacity 1.5s;
  -webkit-transition: opacity 1.5s;
  -o-transition: opacity 1.5s;
  transition: opacity 1.5s;
  -moz-transition: scale 1.5s;
  -webkit-transition: scale 1.5s;
  -o-transition: scale 1.5s;
  transition: scale 1.5s;
  -webkit-transform: scale(0.1);
  -moz-transform: scale(0.1);
  -ms-transform: scale(0.1);
  -o-transform: scale(0.1);
  transform: scale(0.1);
}
body.loaded .topIlluHomeSlogan {
  opacity: 1;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
.topIlluHomeSlogan {
  display: inline-block;
  position: relative;
  margin: 0 auto;
  border: 1px solid #fff;
  background: rgba(1, 137, 85, 0.75);
  padding: 35px 60px;
  color: #fff;
  z-index: 2;
  top: 40%;
  text-align: center;
  transition: all 0.8s ease-in-out;
}
#main .topIlluHomeSlogan p {
  font-size: 58px;
  margin: 0;
  font-weight: 300;
  /*font-family: 'Droid Serif', serif;*/ font-family: 'Roboto', sans-serif;
  color: #ffffff;
}
.homeMainText {
  width: 80%;
  overflow: hidden;
  position: relative;
  margin: 0 auto;
  padding-top: 25px;
}
.homeMainText img {
  float: left;
  margin: 0 25px 0 0;
}
.homeMainText hr {
  border: 0;
  height: 2px;
  background-image: -webkit-linear-gradient(left, #ffffff, #018955, #ffffff);
  background-image: -moz-linear-gradient(left, #ffffff, #018955, #ffffff);
  background-image: -ms-linear-gradient(left, #ffffff, #018955, #ffffff);
  background-image: -o-linear-gradient(left, #ffffff, #018955, #ffffff);
}
.thirdWrapper {
  width: 80%;
  max-width: 1600px;
  overflow: hidden;
  position: relative;
  margin: 0 auto 80px auto;
  top: 200px;
  padding-bottom: 200px;
}
.contentWrapper {
  width: 80%;
  max-width: 1600px;
  overflow: hidden;
  position: relative;
  margin: 0 auto 80px auto;
}
.marginTop80 {
  margin-top: 80px;
}
.marginTop180 {
  margin-top: 180px;
}
.hundred {
  position: relative;
  width: 100%;
  overflow: hidden;
  margin: 0 0 35px 0;
}
.hundred hr {
  height: 0;
  border: 1px solid #497327;
  margin: 45px 0;
}
.textCenter {
  text-align: center;
}
.fiftyCenter {
  position: relative;
  overflow: hidden;
  width: 50%;
  margin: 0 auto;
}
.fiftyLeft, .fiftyRight {
  position: relative;
  width: 48%;
  overflow: hidden;
  float: left;
  /*margin-bottom: 15px;*/
  margin: 0 0% 2% 0%;
  padding: 0 0.5%;
}
.fiftyLeft {
  margin-right: 2%;
  clear: left;
}
.fiftyLeft video{
  width: 100%;
}
.fiftyRight {
  float: none;
}
.imgFloatLeft img {
  float: left;
  margin: 0 40px 20px 0;
}
.thirtyThree {
  width: 32%;
  height: auto;
  float: left;
  overflow: hidden;
  text-align: center;
}
.thirtyThreeMiddle {
  width: 32%;
  height: auto;
  float: left;
  overflow: hidden;
  margin: 0 1%;
  text-align: center;
}
.twentyFive {
  width: 23%;
  height: auto;
  float: left;
  overflow: hidden;
  margin: 0 1% 0 1%;
}
.twentyFive .clear {
  clear: left;
}
.twentyFive h2 {
  text-align: center;
  color: #4a7724;
  height: 80px;
  margin-bottom: 25px;
}
.twentyFive img {
  margin-bottom: 5px;
}
.twentyFive.circleImg img {
  width: 80%;
  height: 80%;
  border-radius: 50%;
}
.twentyFiveMiddle {
  width: 23%;
  height: auto;
  float: left;
  overflow: hidden;
  text-align: center;
  margin: 0 0.5% 0 0.5%;
}
.marginAuto {
	margin: 0 auto 60px !important;
}
.floatNone {
	float: none;
}
.marginTopBottom {
  margin: 5% 0;
}
.clearFiftyRight {
  float: left;
}
.clearBoth {
	clear: both;
}
.noMarginLeft {
	margin-left: 0 !important;
}
.noMarginRight {
	margin-right: 0 !important;
}

.greenTxtBG {
  text-align: center;
  background-color: #729f53;
  color: #ffffff;
  width: 44%;
  margin: 0 2% 2% 0%;
  padding: 2%;
  /*padding: 2%;
		width: 46%;
		margin: 0 1%;*/
}

.greenTxt {
	color: #729f53 !important;
}

#main .greenTxtBG p {
  color: #ffffff;
}
/* ### Subpage ### */
.zwischenPicAluminium {
  position: relative;
  z-index: 0;
  width: 100%;
  height: 100%;
  background: url(../../files/01_aluminium/pape-aluminium-zwischenpic.jpg) no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-position: center center;
  width: 100%;
  max-height: 315px;
  min-height: 300px;
  /*top:141px;*/
  padding-top: 7%;
  margin-bottom: 4%;
}
#main .zwischenPic p, #main .zwischenPic h2 {
  text-align: center;
  color: #043433;
}
#main .zwischenPic p {
  font-size: 18px;
}
/* ###### Gallery ###### */
.subPageContent.gallery img, .subPageContentWrap.gallery img {
  width: 15vw;
  height: 15vw;
  object-fit: cover;
  margin: 0 1vw 1vw;
}
.subPageContent .fifty {
  width: 48%;
  margin-right: 1%;
  float: left;
}
.subPageContent .hundred {
  width: 100%;
  float: none;
}
/* ###### KONTAKT Start ###### */
.kontakt strong {
  display: inline-block;
  color: #fff;
  padding: 5px 1%;
  background: #68ad30;
  width: 98%;
}

/* ###### KONTAKT Ende ###### */


/* ###### tabelle Start ###### */

.papeTable table {
	width: 50%;
	position: relative;
	margin: 0 auto;
}

.papeTable td {
	width: 20%;
	text-align: left;
	/*border: 1px solid #313131;*/
}


.papeTable td p {
	line-height: 15px !important		;
}

/* Cookiehinweis Start */
.cookiebar {
  font-family: 'Roboto', sans-serif;
font-size: 16px;
  line-height: 24px;
  margin: 0 0 16px;
  box-sizing: border-box;
  position: fixed;
  left: 0;
  width: 100%;
  padding: .6em 0;
  background-color: #729f53;
  color: #fff;
   text-align: center;
  z-index: 1001;
}
.cookiebar * {
  box-sizing: border-box
}
.cookiebar--active {
  display: flex !important;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap
}
.cookiebar--position-top {
  top: 0
}
.cookiebar--position-bottom {
  bottom: -18px;
}
.cookiebar__message, .cookiebar__text {
  margin-right: 1.5em
}
.cookiebar__link {
  color: #fff;
  text-decoration: underline
}
.cookiebar__link:hover {
  text-decoration: none;
	color: #fff;
}
.cookiebar__button {
  margin: 10px 0;
  padding: .6em 1.2em;
  border: 1px solid #fff;
  border-radius: 0;
  background-color: #729f53;
  color: #fff;
  font-weight: 700;
  cursor: pointer
}
.cookiebar__button:hover {
  background-color: red;
}
.cookiebar__analytics {
  margin-right: 1.5em
}
.cookiebar__analytics-label {
  cursor: pointer
}
.cookiebar__analytics-checkbox {
  margin-right: 5px
}
/* Cookiehinweis Ende */

@media screen and (max-width:1360px) {
	.contentWrapper {
		width: 90%;
	}
}


@media screen and (max-width:1024px) {
	.twentyFive {
		text-align: center;
	}
	.twentyFive h2 {
		font-size: 19px;
		line-height: 19px;
		height: 50px;
	}
	
}

@media screen and (max-width:1023px) {
	
	.thirdWrapper {
		width: 90%;
	}
		
	.twentyFive {
		width: 48%;
		margin: 0 .5%;
	}
	.twentyFive h2 {
		font-size: 19px;		
	}
	
}


@media screen and (max-width:767px) {
	
	
	.twentyFive, .fiftyLeft, .fiftyRight, .papeTable table {
		width: 100%;
		margin: 0 0 20px;
	}
	.twentyFive h2 {
		font-size: 19px;
		height: 50px;
		}
	
	.twentyFive.circleImg img {
		width: 40%;
		height: 40%;
	}
	
	.greenTxtBG {
		padding: 5px 0;
	}
	
}
/* pape-content.css - ENDE */
/* pape-video.css - START */

.homeVideo {
	position: relative;
	top: 140px;
	width: 100%;
}


.homeVideo video {
	width: 101%;
	height: auto;
	max-height: 695px;
	max-width: 1920px;
}

.homeVideo .playpause {
    max-width: 125px;
    max-height: 125px;
    background-image: url("../../files/topillus/homeslider/arrows/playbutton.png");
    background-repeat: no-repeat;
    width: 35%;
    height: 35%;
    position: absolute;
    left: 0%;
    right: 0%;
    top: 0%;
    bottom: 0%;
    margin: auto;
    background-size: contain;
    background-position: center;
	z-index: 10;
	cursor: pointer;
}


.aluVideo {
	position: relative;
	top: 140px;
	width: 100%;
}

.aluVideo video {
	width: 101%;
	height: auto;
	max-height: 500px;
	max-width: 1920px;
}



.aluVideo .playpause {
    max-width: 125px;
    max-height: 125px;
    background-image: url("../../files/topillus/homeslider/arrows/playbutton.png");
    background-repeat: no-repeat;
    width: 35%;
    height: 35%;
    position: absolute;
    left: 0%;
    right: 0%;
    top: 0%;
    bottom: 0%;
    margin: auto;
    background-size: contain;
    background-position: center;
	z-index: 10;
	cursor: pointer;
}


.homeVideoSmall {
	position: relative;
	margin: 45px auto;
	text-align: center;
}


.homeVideoSmall video {
	width: 101%;
	height: auto;
	max-height: 600px;
	max-width: 600px;
}

.homeVideoSmall .playpause {
    max-width: 125px;
    max-height: 125px;
    background-image: url("../../files/topillus/homeslider/arrows/playbutton.png");
    background-repeat: no-repeat;
    width: 35%;
    height: 35%;
    position: absolute;
    left: 0%;
    right: 0%;
    top: 0%;
    bottom: 0%;
    margin: auto;
    background-size: contain;
    background-position: center;
	z-index: 10;
	cursor: pointer;
}
/* pape-video.css - ENDE */
/*body {
  font-size: 1.6rem;
  font-family: "Roboto", sans-serif;
  color: #313131;
	
}*/



/* -------------------------------- 

Main Components 

-------------------------------- */

#main .timelineMobile {
	display: none;
}
#main section.cd-horizontal-timeline ul, #main section.cd-horizontal-timeline ul li {
	list-style: none;
}

section .events {
	cursor: pointer;
}

section.cd-horizontal-timeline img {
	float:left;
	position: relative;
	max-height: 300px;
	width: auto;
	margin: 0 15px 0 0;
	
	
}



#main .cd-horizontal-timeline a {
  text-decoration: none;
}

#main .cd-horizontal-timeline a:hover {
  text-decoration: none;
}


.cd-horizontal-timeline {
  opacity: 0;
  margin: 2em auto;
  -webkit-transition: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  transition: opacity 0.2s;
}
.cd-horizontal-timeline::before {
  /* never visible - this is used in jQuery to check the current MQ */
  content: 'mobile';
  display: none;
}
.cd-horizontal-timeline.loaded {
  /* show the timeline after events position has been set (using JavaScript) */
  opacity: 1;
}
.cd-horizontal-timeline .timeline {
  position: relative;
  height: 100px;
  width: 100%;
  /*max-width: 800px;*/
  margin: 0 auto;
}
.cd-horizontal-timeline .events-wrapper {
	position: relative;
	height: 100%;
	margin: 0 40px;
	overflow: hidden;
	border-bottom: 1px solid #68ad30;
	border-left: 1px solid #68ad30;
	border-right: 1px solid #68ad30;
	/*background: rgba(49, 49, 49, 0.15);*/
	background: url("../../files/04_unternehmen/geschichte/timeline-elements/timeline-bg.png") repeat-x;
	background-position: bottom;
	
}
.cd-horizontal-timeline .events-wrapper::after, .cd-horizontal-timeline .events-wrapper::before {
  /* these are used to create a shadow effect at the sides of the timeline */
  content: '';
  position: absolute;
  z-index: 2;
  top: 0;
  height: 100%;
  width: 40px;
}
.cd-horizontal-timeline .events-wrapper::before {
  left: 0;
  background-image: -webkit-linear-gradient( left , rgba(76, 130, 36, 0.75), rgba(49, 49, 49, 0));
  background-image: linear-gradient(to right, rgba(76, 130, 36, 0.75), rgba(49, 49, 49, 0));
}
.cd-horizontal-timeline .events-wrapper::after {
  right: 0;
  background-image: -webkit-linear-gradient( right , rgba(76, 130, 36, 0.75), rgba(49, 49, 49, 0));
  background-image: linear-gradient(to left, rgba(76, 130, 36, 0.75), rgba(49, 49, 49, 0));
}
.cd-horizontal-timeline .events {
  /* this is the grey line/timeline */
  position: absolute;
  z-index: 1;
  left: 0;
  top: 49px;
  height: 2px;
  /* width will be set using JavaScript */
  background: #dfdfdf;
  -webkit-transition: -webkit-transform 0.4s;
  -moz-transition: -moz-transform 0.4s;
  transition: transform 0.4s;
}
.cd-horizontal-timeline .filling-line {
  /* this is used to create the green line filling the timeline */
  position: absolute;
  z-index: 1;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-color: #fe3802;
  -webkit-transform: scaleX(0);
  -moz-transform: scaleX(0);
  -ms-transform: scaleX(0);
  -o-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -ms-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
  -webkit-transition: -webkit-transform 0.3s;
  -moz-transition: -moz-transform 0.3s;
  transition: transform 0.3s;
}
.cd-horizontal-timeline .events a {
  position: absolute;
  bottom: 0;
  z-index: 2;
  text-align: center;
  font-size: 1.3rem;
  padding-bottom: 15px;
  color: #313131;
  /* fix bug on Safari - text flickering while timeline translates */
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
}
.cd-horizontal-timeline .events a::after {
  /* this is used to create the event spot */
  content: '';
  position: absolute;
  left: 50%;
  right: auto;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: -5px;
  height: 12px;
  width: 12px;
  border-radius: 50%;
  border: 2px solid #68ad30;
  background-color: #ffffff;
	/*background: none;*/
  -webkit-transition: background-color 0.3s, border-color 0.3s;
  -moz-transition: background-color 0.3s, border-color 0.3s;
  transition: background-color 0.3s, border-color 0.3s;
}
.no-touch .cd-horizontal-timeline .events a:hover::after {
  background-color: #68ad30;
  border-color: #68ad30;
}
.cd-horizontal-timeline .events a.selected {
  pointer-events: none;
}
.cd-horizontal-timeline .events a.selected::after {
  background-color: #68ad30;
  border-color: #68ad30;
}

.cd-horizontal-timeline .events-content td {
	vertical-align: top;
	width: 50%;
}

.cd-horizontal-timeline .events-content td img.timelineImg {
	float: none;
	height: 250px !important;
	width: auto;
}


@media only screen and (min-width: 1024px) {
  .cd-horizontal-timeline {
    margin: 1.5em auto;
  }
  .cd-horizontal-timeline::before {
    /* never visible - this is used in jQuery to check the current MQ */
    content: 'desktop';
  }
}

.cd-timeline-navigation a {
  /* these are the left/right arrows to navigate the timeline */
  position: absolute;
  z-index: 1;
  top: 50%;
  bottom: auto;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  height: 50px;
  width: 50px;
	background: rgba(104,173,48,1);
  /*border-radius: 50%;*/
  border: 1px solid #fff;
  color: #313131;
  /* replace text with an icon */
  overflow: hidden;
  color: transparent;
  text-indent: 100%;
  white-space: nowrap;
  -webkit-transition: border-color 0.3s;
  -moz-transition: border-color 0.3s;
  transition: border-color 0.3s;
	z-index: 10000;
}
.cd-timeline-navigation a:hover {
  border: 1px solid #fff;
  color: #68ad30;
}

.cd-timeline-navigation a.prev::before {
  content:  "\f053";
  font-family: FontAwesome;
  color: #fff;
  font-size: 1.4rem;
  display: block;
  position:absolute;
  top: 14px;
  left: -33px;
  z-index: 10000;
  height: 100%;
  width: 100%;

}

.cd-timeline-navigation a.next::before {
  content:  "\f054";
  font-family: FontAwesome;
  font-size: 1.4rem;
  display: block;
  position:absolute;
  top: 14px;
  left: -31px;
  z-index: 10000;
  color: #fff;
  height: 100%;
  width: 100%;
  text-align: center;
}

.cd-timeline-navigation a:hover:before {
  color: #fe3802;
}


.cd-timeline-navigation a.prev {
  left: 15px;
}

.cd-timeline-navigation a.next {
  right: 15px;
}

.no-touch .cd-timeline-navigation a:hover {
  border-color: #7b9d6f;
}
.cd-timeline-navigation a.inactive {
  cursor: not-allowed;
}
.cd-timeline-navigation a.inactive::after {
  background-position: 0 -16px;
}
.no-touch .cd-timeline-navigation a.inactive:hover {
  border-color: #dfdfdf;
}

.cd-horizontal-timeline .events-content {
  position: relative;
  width: 80%;
  margin: 2em 0;
  overflow: hidden;
  -webkit-transition: height 0.4s;
  -moz-transition: height 0.4s;
  transition: height 0.4s;
}
.cd-horizontal-timeline .events-content li {
  position: absolute;
  z-index: 1;
  width: 100%;
	height: 450px;
  left: 0;
  top: 0;
  -webkit-transform: translateX(-100%);
  -moz-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  -o-transform: translateX(-100%);
  transform: translateX(-100%);
  padding: 0 5%;
  opacity: 0;
  -webkit-animation-duration: 0.4s;
  -moz-animation-duration: 0.4s;
  animation-duration: 0.4s;
  -webkit-animation-timing-function: ease-in-out;
  -moz-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
}
.cd-horizontal-timeline .events-content li.selected {
  /* visible event content */
  position: relative;
  z-index: 2;
  opacity: 1;
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
}
.cd-horizontal-timeline .events-content li.enter-right, .cd-horizontal-timeline .events-content li.leave-right {
  -webkit-animation-name: cd-enter-right;
  -moz-animation-name: cd-enter-right;
  animation-name: cd-enter-right;
}
.cd-horizontal-timeline .events-content li.enter-left, .cd-horizontal-timeline .events-content li.leave-left {
  -webkit-animation-name: cd-enter-left;
  -moz-animation-name: cd-enter-left;
  animation-name: cd-enter-left;
}
.cd-horizontal-timeline .events-content li.leave-right, .cd-horizontal-timeline .events-content li.leave-left {
  -webkit-animation-direction: reverse;
  -moz-animation-direction: reverse;
  animation-direction: reverse;
}
.cd-horizontal-timeline .events-content li > * {
  max-width: 800px;
  margin: 0 auto;
}
.cd-horizontal-timeline .events-content h2 {
  color: #68ad30;
  font-weight: bold;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.2;
}
.cd-horizontal-timeline .events-content em {
  display: block;
  font-style: italic;
  margin: 10px auto;
}
.cd-horizontal-timeline .events-content em::before {
  content: '- ';
}
.cd-horizontal-timeline .events-content p {
  font-size: 1.4rem;
  color: #313131;
}
.cd-horizontal-timeline .events-content em, .cd-horizontal-timeline .events-content p {
  line-height: 1.6;
}
.cd-horizontal-timeline .events-content p {
  display: block;
  margin-bottom: 15px;
}

	
/*@media only screen and (min-width: 768px) {
  .cd-horizontal-timeline .events-content h2 {
    font-size: 2.6rem;
    color: #68ad30;
  }

	.cd-horizontal-timeline .events-content h3 {
    margin-bottom: 8px;
  }
	
  .cd-horizontal-timeline .events-content em {
    font-size: 2rem;
  }
  .cd-horizontal-timeline .events-content p {
    font-size: 1.8rem;
  }
}*/

@-webkit-keyframes cd-enter-right {
  0% {
    opacity: 0;
    -webkit-transform: translateX(100%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0%);
  }
}
@-moz-keyframes cd-enter-right {
  0% {
    opacity: 0;
    -moz-transform: translateX(100%);
  }
  100% {
    opacity: 1;
    -moz-transform: translateX(0%);
  }
}
@keyframes cd-enter-right {
  0% {
    opacity: 0;
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    -ms-transform: translateX(100%);
    -o-transform: translateX(100%);
    transform: translateX(100%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0%);
    -moz-transform: translateX(0%);
    -ms-transform: translateX(0%);
    -o-transform: translateX(0%);
    transform: translateX(0%);
  }
}
@-webkit-keyframes cd-enter-left {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0%);
  }
}
@-moz-keyframes cd-enter-left {
  0% {
    opacity: 0;
    -moz-transform: translateX(-100%);
  }
  100% {
    opacity: 1;
    -moz-transform: translateX(0%);
  }
}
@keyframes cd-enter-left {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    transform: translateX(-100%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0%);
    -moz-transform: translateX(0%);
    -ms-transform: translateX(0%);
    -o-transform: translateX(0%);
    transform: translateX(0%);
  }
}
@media only screen and (max-width:1023px) {
	
	#main section.cd-horizontal-timeline {
		display: none;
	}
	#main .timelineMobile {
	display: block;
}
	
	.timelineMobile h2 {
		margin: 30px auto 15px;
	}
	
	.timelineMobile h3 {
		margin: 0 auto;
	}
	
	.timelineMobile p {
		margin: 10px auto 20px !important;
	}
}
/* pape-mediabox.css - START */

#mbOverlay {
  position: fixed;
  z-index: 9998;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #313131;
  cursor: pointer
}
#mbOverlay.mbOverlayFF {
  background: transparent url("../../assets/mootools/mediabox/1.4.6/images/80.png") repeat
}
#mbOverlay.mbOverlayIE {
  position: absolute
}
#mbCenter {
  position: absolute;
  z-index: 9999;
  left: 50%;
  overflow: hidden;
  background-color: #313131;
  -webkit-border-radius: 10px;
  -khtml-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  -webkit-box-shadow: 0 5px 20px rgba(49,49,49, 0.50);
  -khtml-box-shadow: 0 5px 20px rgba(49,49,49, 0.50);
  -moz-box-shadow: 0 5px 20px rgba(49,49,49, 0.50);
  box-shadow: 0 5px 20px rgba(49,49,49, 0.50);
  -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=5, Direction=180, Color='#313131')";
  filter: progid:DXImageTransform.Microsoft.Shadow(Strength=5, Direction=180, Color='#313131')
}
#mbCenter.mbLoading {
  background: #313131 url("../../assets/mootools/mediabox/1.4.6/images/loading.gif") no-repeat center;
  -webkit-box-shadow: none;
  -khtml-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none
}
#mbImage {
  position: relative;
  left: 0;
  top: 0;
  font-family: 'Roboto', sans-serif;
  line-height: 20px;
  font-size: 12px;
  color: #fff;
  text-align: left;
  background-position: center center;
  background-repeat: no-repeat;
  padding: 10px
}
#mbBottom {
  min-height: 20px;
  font-family: 'Roboto', sans-serif;
  line-height: 20px;
  font-size: 12px;
  color: #999;
  text-align: left;
  padding: 0 10px 10px
}
#mbTitle, #mbPrevLink, #mbNextLink, #mbCloseLink {
  display: inline;
  color: #fff;
  font-weight: bold;
  line-height: 20px;
  font-size: 12px
}
#mbNumber {
  display: inline;
  color: #999;
  line-height: 14px;
  font-size: 10px;
  margin: auto 10px
}
#mbCaption {
  display: block;
  color: #999;
  line-height: 14px;
  font-size: 10px
}
#mbPrevLink, #mbNextLink, #mbCloseLink {
  float: right;
  outline: 0;
  margin: 0 0 0 10px;
  font-weight: normal
}
#mbPrevLink b, #mbNextLink b, #mbCloseLink b {
  color: #eee;
  font-weight: bold;
  text-decoration: underline
}
#mbPrevLink big, #mbNextLink big, #mbCloseLink big {
  color: #eee;
  font-size: 16px;
  line-height: 14px;
  font-weight: bold
}
#mbBottom a, #mbBottom a:link, #mbBottom a:visited {
  text-decoration: none;
  color: #ddd
}
#mbBottom a:hover, #mbBottom a:active {
  text-decoration: underline;
  color: #fff
}
#mbError {
  position: relative;
  font-family: 'Roboto', sans-serif;
  line-height: 20px;
  font-size: 12px;
  color: #fff;
  text-align: center;
  border: 10px solid #700;
  padding: 10px 10px 10px;
  margin: 20px;
  -webkit-border-radius: 5px;
  -khtml-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px
}
#mbError a, #mbError a:link, #mbError a:visited, #mbError a:hover, #mbError a:active {
  color: #d00;
  font-weight: bold;
  text-decoration: underline
}

/* pape-mediabox.css - ENDE */
/* pape-footer.css - START */
	
	#toTop {
		padding: 0px;
		width: 50px;
		height: 50px;
		text-indent: -9999px;
		border: 0px solid #679f33;
		border-radius: 0px;
		color: #fff;
		bottom:20px;
		right:25px;
		background-image: url(../../files/_standards/pape-backtotopbtn.png);
		background-color: rgba(103,159,51,0.3);		
		behavior: url(assets/css3pie/1.0.0/PIE.htc);
		transform: translateZ(0px);
		transition-duration: 0.3s;
		transition-property: background-color;
		
	}
	

	#toTop:hover {
	background-color: rgba(103,159,51,1)
}



	
#footer {
	position: relative;
	width:80%;
	padding: 0 10%;
	background-color:#4c8224;
	background-image: url(../../files/_standards/pape-footer-bg-Pic02.jpg);
	background-repeat: no-repeat;
	background-position: center 40px;
	background-size: cover;
	height: 480px;
	overflow: hidden;
	margin-top: 0;
	box-sizing: content-box;
	color: #fff;
	
	
	
}


	
	#footer .footerCopy {
	height:35px;
	padding: 7px 0 0 0;
	width: auto;
	max-width: 50%;
	color: #fff8cc;
	float: left;
	margin-bottom: 15px;

}	
	
	
#footer .footerCopy p { 
	color: #fff8cc;
	margin: 0;
}

#footer .footerIso {
	height:35px;
	padding: 7px 0 0 0;
	width: auto;
	max-width: 50%;
	color: #fff8cc;
	margin-bottom: 15px;
	position: absolute;
	right: 6.5%;
}

#footer .footerIso p { 
	color: #fff8cc;
	margin: 0;
	text-align: right;
}
	
	#footer .footerIso img { 
	float: right;
	position: absolute;
	top:3px;
	margin-left: 5px;
}
	
	#footer p {
		font-size: 16px;
		line-height: 28px;
		margin: 0;
	}
	

	
	.footerWrapper {
	overflow: hidden;
	position: relative;
	margin: 0 auto;
	padding-top: 15px;
	color: #ffffff;
	position: absolute;
	left: 12%;
	
}	
	
	#footer .twentyFive {
	/*width:23.5%;*/
	height: auto;
	float: left;
	overflow: hidden;
	text-align: left;
	margin: 0 1% 0 1%;
	
}
	
	#footer .twentyFive.clear {
		clear: both;
	}

	#footer .twentyFive h2 {
		text-align: center;
		color: #4a7724;
		margin-bottom: 25px;
		height: 25px;
	}
	
	#footer .twentyFive img {
		margin-bottom: 5px;
	}
	
	#footer .twentyFive.secondtothree {
		margin-top: 35px;
	}
	
	#footer .twentyFiveMiddle {
		width:23%;
		height: auto;
		float: left;
		overflow: hidden;
		text-align: center;
		margin: 0 0.5% 0 0.5%;

	}
	
	#footer .twentyFive.first {
		margin: 0;
		width:30%;
	}
	
	#footer .twentyFive.second {
		margin-right: 1%;
		margin-left: 5%;
		width:20.33%;
	}
	
	#footer .twentyFive.third {
		margin-right: 2%;
		margin-left: 1%;
		width:20.33%;
	}
	
	#footer .twentyFive.fourth {
		margin-right: 0;
		margin-left: 0;
		width:20.34%;
	}

	#footer .twentyFive h2 {
		font-size: 20px;
		color: #fff;
		text-align: left;
	}
	
	#footer .footerIcon{
		float: left;
		vertical-align: middle;
		margin-right: 7px;
	}

	
	#footer .hundred {
	width: 100%;
	height: auto;
	float: none;
	overflow: hidden;
	top: 25px;
	border-top: 1px solid #fff;
	padding: 25px 0 0 0;
 	
}
	#footer .hundred p {
		text-align: center;
	}
	
	#footer .hundred img {
		/*float: left;*/
		vertical-align: middle;
		margin: 0 2.5%; 
	
		
	}
#footer a, #footer a:link, #footer a:visited, #footer a:active, #footer a:focus {
	color: #fff;
	text-decoration: none;
}

#footer a:hover {
	text-decoration: underline;
}
	
	#footer a.ghostBtn:hover {
	text-decoration: none;
}

@media screen and (max-width:1023px){
	
	#footer {
		width: 90%;
    	padding: 0 5% 75px;
		overflow: hidden;
		height: auto !important;
	}
	
	#footer p {
		line-height: 20px;
	}
	
	#footer .footerIso {
		right: 11%;
	}

	
	#footer .footerCopy p, #footer .footerIso p {
		font-size: 14px;
	}
	
	#footer .footerIso img {
		width: 70px;
		height: auto;
		margin-left: 15px;
	}
	
	#footer .twentyFive.first, #footer .twentyFive.second, #footer .twentyFive.third, #footer .twentyFive.fourth {
		width: 50%;
		margin: 0;
	}
	#footer .twentyFive.secondtothree {
		margin-top: 35px;
	}
	
	#footer .twentyFive h2 {
	    margin-bottom: 15px;
    	height: 20px;
	}
}


@media screen and (max-width:767px){
	
	#footer {
		background-position: center 80px;
		padding-bottom: 110px;
	}
	
	#footer .twentyFive.first, #footer .twentyFive.second, #footer .twentyFive.third, #footer .twentyFive.fourth, #footer .footerCopy, #footer .footerIso {
		width: 100%;
		margin: 0;
		max-width: 100%;
	}
	
	#footer .footerIso {
		top: 40px;
		right: 38%;
	}
	
	#footer .twentyFive.first, #footer .twentyFive.second, #footer .twentyFive.third, #footer .twentyFive.fourth {
		position: relative;
		top: 90px;
	}
	
	#footer .hundred {
		position: relative;
		top: 110px;
	}
	
	#footer .twentyFive.secondtothree {
		margin-top: 25px;
	}
}

/* pape-footer.css - START */
