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,.content-gallery>ul{margin:0;padding:0;overflow:hidden;list-style:none}.ce_gallery>ul li,.content-gallery>ul li{float:left}.ce_gallery>ul li.col_first,.content-gallery>ul li.col_first{clear:left}.float_left,.media--left>figure{float:left}.float_right,.media--right>figure{float:right}.block{overflow:hidden}.media{display:flow-root}.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}
@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}.audio_container audio{max-width:100%}.video_container video{max-width:100%;height:auto}.aspect,.responsive{position:relative;height:0}.aspect iframe,.responsive iframe{position:absolute;top:0;left:0;width:100%;height:100%}.aspect--16\:9,.responsive.ratio-169{padding-bottom:56.25%}.aspect--16\:10,.responsive.ratio-1610{padding-bottom:62.5%}.aspect--21\:9,.responsive.ratio-219{padding-bottom:42.8571%}.aspect--4\:3,.responsive.ratio-43{padding-bottom:75%}.aspect--3\:2,.responsive.ratio-32{padding-bottom:66.6666%}
@charset "UTF-8";
.contao-cookiebar {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 9999;
  font-size: 0;
  letter-spacing: 0;
  text-align: center;
  padding: 15px;
  max-height: 100vh;
  box-sizing: border-box;
  pointer-events: none;
  overflow: hidden; }
  .contao-cookiebar * {
    box-sizing: border-box; }
  .contao-cookiebar:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle; }
  .contao-cookiebar .cc-inner {
    display: inline-block;
    overflow-y: auto;
    max-height: 100%;
    max-width: 100%;
    opacity: 0;
    pointer-events: none;
    visibility: hidden;
    font-size: 1rem;
    text-align: left; }
  .contao-cookiebar.cc-top .cc-inner {
    vertical-align: top; }
  .contao-cookiebar.cc-top.cc-active .cc-inner {
    animation: cookiebar-top-in 0.5s ease-in-out forwards; }
  .contao-cookiebar.cc-top.cc-saved .cc-inner {
    animation: cookiebar-top-out 0.5s ease-in-out forwards; }
  .contao-cookiebar.cc-bottom .cc-inner {
    vertical-align: bottom; }
  .contao-cookiebar.cc-bottom.cc-active .cc-inner {
    animation: cookiebar-bottom-in 0.5s ease-in-out forwards; }
  .contao-cookiebar.cc-bottom.cc-saved .cc-inner {
    animation: cookiebar-bottom-out 0.5s ease-in-out forwards; }
  .contao-cookiebar.cc-middle .cc-inner {
    vertical-align: middle; }
  .contao-cookiebar.cc-middle.cc-active .cc-inner {
    animation: cookiebar-middle-in 0.5s ease-in-out forwards; }
  .contao-cookiebar.cc-middle.cc-saved .cc-inner {
    animation: cookiebar-middle-out 0.5s ease-in-out forwards; }
  .contao-cookiebar.cc-left {
    text-align: left; }
  .contao-cookiebar.cc-right {
    text-align: right; }
  .contao-cookiebar .cc-head h1:first-child, .contao-cookiebar .cc-head h2:first-child, .contao-cookiebar .cc-head h3:first-child, .contao-cookiebar .cc-head h4:first-child, .contao-cookiebar .cc-head h5:first-child, .contao-cookiebar .cc-head h6:first-child {
    margin-top: 0; }
  .contao-cookiebar .cc-head p {
    margin-bottom: 15px; }
  .contao-cookiebar .cc-btn {
    display: inline-block;
    cursor: pointer;
    width: 100%;
    padding: 8px 14px;
    margin-bottom: 8px;
    font-size: 15px;
    outline: 0 none;
    border: 1px solid #cfcfcf;
    border-radius: 4px;
    color: #444;
    background: #f5f5f5; }
    .contao-cookiebar .cc-btn:hover {
      background: #ececec; }
    .contao-cookiebar .cc-btn:last-child {
      margin-bottom: 0; }
  .contao-cookiebar .grayscale .cc-btn {
    background: #f1efef; }
    .contao-cookiebar .grayscale .cc-btn:hover {
      background: #ececec; }
    .contao-cookiebar .grayscale .cc-btn.success {
      background: #fbfbfb; }
      .contao-cookiebar .grayscale .cc-btn.success:hover {
        background: #f7f7f7; }
  .contao-cookiebar .highlight .cc-btn.success {
    background: #4e9e3e;
    border-color: #3e7830;
    color: #fff; }
    .contao-cookiebar .highlight .cc-btn.success:hover {
      background: #4c933f; }
  .contao-cookiebar label {
    position: relative;
    display: block;
    padding: 8px 13px 8px 0;
    line-height: 1.2rem; }
    .contao-cookiebar label.group {
      font-weight: 600; }
  .contao-cookiebar input {
    position: absolute;
    width: 1px;
    height: 1px;
    outline: 0 none;
    opacity: 0; }
    .contao-cookiebar input + label {
      padding: 8px 13px 8px 50px;
      cursor: pointer; }
      .contao-cookiebar input + label:before {
        content: '';
        position: absolute;
        top: 6px;
        left: 0;
        width: 35px;
        height: 18px;
        margin: 0;
        box-sizing: content-box;
        border-radius: 10px;
        background: #fff;
        border: 2px solid #9c9b99;
        transition: border-color .2s; }
      .contao-cookiebar input + label:after {
        display: block;
        content: '';
        position: absolute;
        top: 10px;
        left: 4px;
        width: 14px;
        height: 14px;
        border-radius: 10px;
        background: #9c9b99;
        transition: background .2s, margin-left .2s, padding .2s; }
      .contao-cookiebar input + label:active:after {
        padding-left: 5px; }
    .contao-cookiebar input.cc-group-half + label:after {
      background: linear-gradient(to right, #9c9b99 0%, #9c9b99 50%, #399d32 50%, #399d32 100%); }
    .contao-cookiebar input:checked + label:after {
      background: #399d32;
      margin-left: 17px; }
    .contao-cookiebar input:checked + label:active:after {
      margin-left: 12px; }
    .contao-cookiebar input:checked + label:before {
      background: #dcf3db;
      border-color: #399d32; }
    .contao-cookiebar input:disabled + label {
      pointer-events: none; }
      .contao-cookiebar input:disabled + label:after {
        background: #c8c7c5; }
      .contao-cookiebar input:disabled + label:before {
        background: #f4f4f4;
        border-color: #c8c7c5; }
  .contao-cookiebar.cc-active .cc-inner {
    opacity: 1;
    pointer-events: auto;
    visibility: visible; }
  .contao-cookiebar.cc-active.cc-blocked {
    pointer-events: auto;
    animation: cookiebar-overlay-in 0.5s ease-in-out forwards; }
  .contao-cookiebar.cc-saved.cc-inner {
    opacity: 0;
    pointer-events: none;
    visibility: hidden; }
  .contao-cookiebar.cc-saved.cc-blocked {
    pointer-events: none;
    animation: cookiebar-overlay-out 0.5s ease-in-out forwards; }

@media (min-width: 768px) {
  .contao-cookiebar .cc-btn {
    width: auto;
    margin-bottom: 0; }
  .contao-cookiebar .cc-inner {
    max-width: 750px; } }

@keyframes cookiebar-overlay-in {
  0% {
    background: rgba(0, 0, 0, 0); }
  100% {
    background: rgba(0, 0, 0, 0.75); } }

@keyframes cookiebar-overlay-out {
  0% {
    background: rgba(0, 0, 0, 0.75); }
  100% {
    background: rgba(0, 0, 0, 0);
    visibility: hidden; } }

@keyframes cookiebar-top-in {
  0% {
    opacity: 0;
    transform: translateY(-100%); }
  100% {
    opacity: 1;
    transform: translateY(0); } }

@keyframes cookiebar-top-out {
  0% {
    opacity: 1;
    visibility: visible;
    transform: translateY(0); }
  100% {
    opacity: 0;
    visibility: hidden;
    transform: translateY(-100%); } }

@keyframes cookiebar-middle-in {
  0% {
    opacity: 0;
    transform: scale(0); }
  100% {
    opacity: 1;
    transform: scale(1); } }

@keyframes cookiebar-middle-out {
  0% {
    opacity: 1;
    visibility: visible;
    transform: scale(1); }
  100% {
    opacity: 0;
    visibility: hidden;
    transform: scale(0); } }

@keyframes cookiebar-bottom-in {
  0% {
    opacity: 0;
    transform: translateY(100%); }
  100% {
    opacity: 1;
    transform: translateY(0); } }

@keyframes cookiebar-bottom-out {
  0% {
    opacity: 1;
    visibility: visible;
    transform: translateY(0); }
  100% {
    opacity: 0;
    visibility: hidden;
    transform: translateY(100%); } }

.contao-cookiebar {
  color: #444444; }
  .contao-cookiebar p {
    color: #868686;
    line-height: 1.4; }
  .contao-cookiebar .cc-inner {
    padding: 25px;
    border-radius: 5px;
    -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.25);
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.25);
    background: #fff; }
  .contao-cookiebar .cc-group {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-content: center;
    position: relative;
    border: 1px solid #d0d0d0;
    border-radius: 5px;
    margin-bottom: 10px; }
    .contao-cookiebar .cc-group > label {
      flex-grow: 1;
      margin: 5px 0 5px 10px; }
    .contao-cookiebar .cc-group .cc-detail-btn {
      border: 0 none;
      outline: 0 none;
      background: transparent;
      font-size: 13px;
      letter-spacing: 0;
      text-transform: initial;
      cursor: pointer;
      color: #a2a2a2;
      padding: 8px 10px;
      line-height: 1.2rem; }
      .contao-cookiebar .cc-group .cc-detail-btn span:nth-child(2) {
        display: none; }
      .contao-cookiebar .cc-group .cc-detail-btn.cc-active span:nth-child(1) {
        display: none; }
      .contao-cookiebar .cc-group .cc-detail-btn.cc-active span:nth-child(2) {
        display: inline; }
      .contao-cookiebar .cc-group .cc-detail-btn:hover {
        color: #717171; }
    .contao-cookiebar .cc-group .cc-detail-btn-details {
      display: inline-block;
      border: 0 none;
      outline: 0 none;
      background: transparent;
      font-size: 13px;
      letter-spacing: 0;
      text-transform: initial;
      cursor: pointer;
      color: #a2a2a2;
      text-decoration: underline;
      padding: 0;
      margin: 0 0 10px; }
      .contao-cookiebar .cc-group .cc-detail-btn-details span:nth-child(2) {
        display: none; }
      .contao-cookiebar .cc-group .cc-detail-btn-details.cc-active span:nth-child(1) {
        display: none; }
      .contao-cookiebar .cc-group .cc-detail-btn-details.cc-active span:nth-child(2) {
        display: inline; }
      .contao-cookiebar .cc-group .cc-detail-btn-details:hover {
        color: #717171; }
  .contao-cookiebar .cc-cookies {
    display: none;
    width: 100%;
    background: #fbfbfb;
    border-radius: 0 0 5px 5px; }
    .contao-cookiebar .cc-cookies > p {
      font-size: 0.875rem; }
    .contao-cookiebar .cc-cookies > p, .contao-cookiebar .cc-cookies > .cc-cookie {
      margin: 0;
      padding: 15px;
      border-top: 1px solid #e6e6e6; }
    .contao-cookiebar .cc-cookies .cc-cookie .cc-cookie-info {
      font-size: 0.875rem;
      background: #fff;
      padding: 10px;
      border-radius: 5px;
      border: 1px solid #efefef; }
      .contao-cookiebar .cc-cookies .cc-cookie .cc-cookie-info > div > span {
        font-weight: 600; }
      .contao-cookiebar .cc-cookies .cc-cookie .cc-cookie-info > div + div {
        margin-top: 5px;
        word-wrap: break-word; }
      .contao-cookiebar .cc-cookies .cc-cookie .cc-cookie-info + button.cc-detail-btn-details {
        margin-top: 15px; }
    .contao-cookiebar .cc-cookies .cc-cookie .cc-cookie-desc > p {
      margin-bottom: 0; }
    .contao-cookiebar .cc-cookies .cc-cookie label.cookie + p, .contao-cookiebar .cc-cookies .cc-cookie label.cookie + .cc-cookie-info, .contao-cookiebar .cc-cookies .cc-cookie label.cookie + button.cc-detail-btn-details {
      margin-top: 10px; }
    .contao-cookiebar .cc-cookies .cc-cookie p {
      margin: 0 0 15px;
      font-size: 0.875rem; }
  .contao-cookiebar .cc-footer, .contao-cookiebar .cc-info {
    text-align: center; }
  .contao-cookiebar .cc-info {
    margin-top: 15px; }
    .contao-cookiebar .cc-info > p {
      font-size: 0.875rem; }
    .contao-cookiebar .cc-info > a {
      display: inline-block;
      font-size: 0.813rem;
      color: #a2a2a2;
      text-decoration: none; }
      .contao-cookiebar .cc-info > a:hover {
        color: #717171; }
      .contao-cookiebar .cc-info > a + a:before {
        display: inline-block;
        content: '·';
        margin-right: 5px; }

@charset "utf-8";
/* CSS Document */

@font-face{
	font-family: InfoTextSemibold;
	src: url(../../files/_fonts/InfoTextSemibold.eot)
}
@font-face{
	font-family: InfoTextSemibold;
	src: url(../../files/_fonts/InfoTextSemibold.woff) format("woff");
}


@font-face{
	font-family: InfoTextWebBold;
	src: url(../../files/_fonts/InfoTextWeb-Bold.eot)
}
@font-face{
	font-family: InfoTextWebBold;
	src: url(../../files/_fonts/InfoTextWeb-Bold.woff) format("woff");
}


@font-face{
	font-family: InfoTextWeb;
	src: url(../../files/_fonts/InfoTextWeb.eot);
}
@font-face{
	font-family: InfoTextWeb;
	src: url(../../files/_fonts/InfoTextWeb.woff) format("woff");
}
#main .mod_newsletterlist ul, #main .mod_newsletterlist ul li  {
	list-style: none;
	padding: 0;
    margin: 0;
	font-weight: bold;
}


#main .mod_newsletterlist ul a, #main .mod_newsletterlist ul li a  {
	font-weight: normal;
}

.mod_newsletterreader h1 {
	margin-bottom: 25px;
	
}

.newsletter h1, .newsletter h2, .newsletter h3  {
	margin-bottom: 10px;
}

.newsletter h2 {
	font-size: 24px;
}

@media screen and (min-width:845px){

#navtoggler {
	display: none;
}

body {
	margin: 0;
	padding: 0;
	background: #ffffff;
	font-family: InfoTextWeb, sans-serif;
	color: #000000;
	overflow-x: hidden;
	}


	h1, h2, h3 {
	font-family: InfoTextSemibold, sans-serif;
	color: #000000;
	font-style: normal;
	font-weight: normal;
	margin: 0;
}

h1 {
	font-size: 25px;
	
}

	
h2 {
	font-size: 18px;
	margin: 0 0 30px 0;
}

h3 {
	font-size: 18px;
}

h4 {
	font-size: 14px;
}

	
	#main h2 a, #main h2 a:link, #main h2 a:focus, #main h2 a:active, #main h2 a:visited {
		color: #000000;
		text-decoration: none;
	}
	
	#main h2 a:hover {
		text-decoration: underline;
	}	
p, #main p {
hyphenate-limit-chars: auto 5;
hyphenate-limit-lines: 2;
hyphens: auto;
-webkit-hyphens: auto;
-webkit-hyphenate-limit-chars: auto 3;
-webkit-hyphenate-limit-lines: 4;
-ms-hyphens: auto;
-ms-hyphenate-limit-chars: auto 3;
-ms-hyphenate-limit-lines: 4;
	}
	
.ghostBtn {
    position: relative;
    display: inline-block;
    margin: 0 auto;
    padding: 10px 20px;
    text-align: center;
    border: 1px solid #01b9fd;
    border-radius: 0px;
    font: 16px/24px InfoTextWeb, sans-serif;
    color: #01b9fd;
    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, #main ul li {
	/*/*font-family: 'Droid Serif', serif;*/
	font-family: InfoTextWeb, sans-serif;
	color: #000000;
	font-size: 18px;
	line-height: 24px;
	margin-top: 0;
	text-align: justify;
	margin: 0 0 25px;
}

	
	#main ul, #main ol {
		line-height: 24px;
	}
	
	#main .toTop {
		margin: 50px auto 35px;
	}
	
	#main .toTop p {
		text-align: center;
		font-size: 14px;
	}
	
	#main .toTop p a, #main .toTop p a:link, #main .toTop p a:focus, #main .toTop p a:active, #main .toTop p a:visited {
		color: #000000;
		background: none;
		border: 0;
		box-shadow: inset 0 0 0;
	}
	
	#main .toTop p a:hover {
		text-decoration: underline;
		background: none;
		border: 0;
		box-shadow: inset 0 0 0;
	}
	
a.ghostBtn, a.ghostBtn:link, a.ghostBtn:active, a.ghostBtn:focus, a.ghostBtn:visited {
    font-size: 16px;
    text-decoration: none;
    color: #01b9fd;
	/*font-family: 'Droid Serif', serif;*/
	font-family: InfoTextWeb, sans-serif;
}

a.ghostBtn:hover, #main a.ghostBtn:hover {
	color: #ffffff;
	text-decoration: none;
}

.ghostBtn:hover {
	background-color: #01b9fd;	
}

	#main a, #main a:link, #main a:focus, #main a:active, #main a:visited {
		/*color: #01b9fd;*/
		color: #000000;
		text-decoration: none;
		/*background-color: #01b9fd;
		background-position: bottom center;
		border-bottom: 2px solid #01b9fd;
		transform: translateZ(0px);
    	transition-duration: 0.3s;
    	transition-property: color, border;*/
		
		border-bottom: 1px solid #c6e1eb;
    	box-shadow: inset 0 -4px 0 #c6e1eb;
		/* color: rgba(5,120,220,1); */
		color: inherit;
		hyphenate-limit-chars: auto 5;
		hyphenate-limit-lines: 2;
		hyphens: auto;
		-webkit-hyphens: auto;
		-webkit-hyphenate-limit-chars: auto 3;
		-webkit-hyphenate-limit-lines: 4;
		-ms-hyphens: auto;
		-ms-hyphenate-limit-chars: auto 3;
		-ms-hyphenate-limit-lines: 4;
		transition-property: all;
		-webkit-transition-property: all;
		-webkit-transition-duration: 150ms;
		-webkit-transition-timing-function: linear;
		-webkit-transition-delay: 0;
		-moz-transition-property: all;
		-moz-transition-duration: 150ms;
		-moz-transition-timing-function: linear;
		-moz-transition-delay: 0;
		-ms-transition-property: all;
		-ms-transition-duration: 150ms;
		-ms-transition-timing-function: linear;
		-ms-transition-delay: 0;
		-o-transition-property: all;
		-o-transition-duration: 150ms;
		-o-transition-timing-function: linear;
		-o-transition-delay: 0;
		transition-property: all;
		transition-duration: 150ms;
		transition-timing-function: linear;
		transition-delay: 0;
}
	
	#main a:hover {
		/*text-decoration: none;
		border-bottom: 8px solid #01b9fd;*/
		
		border-bottom: 2px solid #c6e1eb;
    	box-shadow: none;
    	background: rgba(198,225,235,1);
		color: inherit;
		transition-property: all;
		-webkit-transition-property: all;
		-webkit-transition-duration: 150ms;
		-webkit-transition-timing-function: linear;
		-webkit-transition-delay: 0;
		-moz-transition-property: all;
		-moz-transition-duration: 150ms;
		-moz-transition-timing-function: linear;
		-moz-transition-delay: 0;
		-ms-transition-property: all;
		-ms-transition-duration: 150ms;
		-ms-transition-timing-function: linear;
		-ms-transition-delay: 0;
		-o-transition-property: all;
		-o-transition-duration: 150ms;
		-o-transition-timing-function: linear;
		-o-transition-delay: 0;
		transition-property: all;
		transition-duration: 150ms;
		transition-timing-function: linear;
		transition-delay: 0;
	}

	
	
	
	#main ul, #main ul li {
		hyphenate-limit-chars: auto 5;
		hyphenate-limit-lines: 2;
		hyphens: auto;
		-webkit-hyphens: auto;
		-webkit-hyphenate-limit-chars: auto 3;
		-webkit-hyphenate-limit-lines: 4;
		-ms-hyphens: auto;
		-ms-hyphenate-limit-chars: auto 3;
		-ms-hyphenate-limit-lines: 4;
		/*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: 16px;
	}

	
	/*###### HEADER ###### */

	.mobileLogo {
		display: none;
	}

	#header.headerSticky {
	background-color: #ffffff;
	background-image: url(../../files/_standards/faki-header-BG.png);
	background-repeat: repeat-x;
	width: 100%;
	height: 140px;
	position: absolute;
	top:0;
	left: 0;
	color: #000000;
	z-index: 4;
	border-bottom: 0px solid #fff;
	/*transform: translateZ(0px);
    transition-duration: 0.3s;
    transition-property: color, background-color, position, height, width;*/
		
}


#header.headerSticky-scrolled {
	background-color: rgba(104,173,48,0);
	background-position-y: -41px;
	position: fixed;
	width: 100%;
	/*top: -40px;
	height: 100px;*/
	top: -40px;
	height: 100px;
	/*border-bottom: 30px solid rgba(255,248,204,0.85);*/
	border-bottom: 30px solid rgba(200,204,215,0.85) 
	/*box-shadow: 0 1px 0 0 #68ad30;*/
	/*transform: translateZ(0px);
    transition-duration: 0.3s;
    transition-property: color, background-color, position, height, width;

	margin: 0 10%;
	background-color: #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:-14px;
	left:2px;
	position: absolute;
	transform: translateZ(0px);
    transition-duration: 0.3s;
    transition-property: color, background-color, position, height, width;

}

	
	

	.headerWrap {
		width: 80%;
		margin: 0 auto;
		max-width: 1024px;
	}
	


.headerLogo {
	position: absolute;
	right:9%;
	top:0px;
	float: right;
	width:190px;
	height: 105px;
	transform: translateZ(0px);
    transition-duration: 0.3s;
    transition-property: height, width;
	z-index: 2;

}

.headerLogo img {
	width:190px;
	height: 105px;
	transform: translateZ(0px);
    transition-duration: 0.3s;
    transition-property: height, width;

}

	
	
/* ###### CONTENT ###### */
	
	#container {
	width: 100%;
	overflow: hidden;
	position: relative;
	margin: 0 auto 80px auto;
	top:150px;
	padding-bottom: 200px;	
}

	
	
/* ### CONTENT  ### */


.hundred {
		position: relative;
		width:100%;
		overflow: hidden;
		margin: 0 auto 0px;
	}	

.hundred.top {
	background-color: #c6e1eb;
	height: 350px;
}

#main .hundred.top p {
	text-align: center;
}

.topIllu {
	background-image: url(../../files/_standards/faki-topIllu-BG.png);
	background-repeat: repeat-x;
	
}
	
	.topIllu img {
		position: relative;
		top: 0;
		object-fit: cover;
		margin: 0 auto;
		max-height: 350px;
		width: auto;
		
	}


	.hundred hr {
		height: 0;
		border: 1px solid #497327;
		margin: 45px 0;
	}
	
	.fifty {
		position: relative;
		width: 660px;
		overflow: hidden;
		margin: 45px auto 0 auto;
		padding: 0;
			
		}	
	
	
.fifty .image_container {
		width: 87px;
		min-height: 90px;
		max-height: 90px;
		padding: 10px;
		background: #f1f1f1;
		height: 100% !important;
		overflow: hidden;
		/*float: left;
		clear: both;*/
		text-align: center;
		margin: 0px 12px 0px 0;
		vertical-align: top;
		border-right: 12px solid #fff;
		border-bottom: 12px solid #fff;
		object-fit: cover;

		
		
	}
	
	.image_container img {
		border: 1px solid #b7b7b7;
		max-height: 90px;
		width: auto;
	}

.fifty.smallText {
	margin: 40px auto 15px auto;	
}
	

#main .smallText p {
	margin: 0;
	font-size: 14px;
	
}

	.fiftySub {
		position: relative;
		/*width: 48.316%;
		max-width: 1024px;
		min-width: 660px;*/
		width: 660px;
		overflow: hidden;
		margin: 0px auto 50px;
		padding: 0 0 50px 0;
		border-bottom: 1px solid #000000;
			
		}	

	
	.fiftyTwoCols {
		display: table;
	}
	
	.fiftyTwoColsRow {
		display: table-row;
	}
	
	.fiftyLeft {
		display: table-cell;
		width: 87px;		
		padding: 10px;
		background: #f1f1f1;
		height: 100% !important;
		overflow: hidden;
		/*float: left;
		clear: both;*/
		text-align: center;
		margin: 0px 12px 12px 0;
		vertical-align: top;
		border-right: 12px solid #fff;
		border-bottom: 12px solid #fff;

		
		
	}
	
	.fiftyLeft img {
		border: 1px solid #b7b7b7;
	}
	
		
	.fiftyRight {
		display: table-cell;
		width: 531px;
		/*padding: 10px 2% 10px;
		background: #f1f1f1;*/
		overflow: hidden;
		position: relative;
    	top: -7px;
		vertical-align: top;
	}
	
	.noBorderBottom {
		border-bottom: 0px solid #000000;
	}
	
	.noMarginBottom {
		margin: 0 auto;
	}
	
	.noMargin {
		margin: 0;
	}
	
	.blockLinkGrey {
		background-color: #f1f1f1;
		padding: 9px;
				
	}
	
	.blockLinkGrey img {
		width:80px;
		height:70px;
		float: left;
		margin: 0 10px;
	}
	
	.fiftySub.blockLinkGrey {
		position: relative;
		/*top: -50px;*/
	}
	
	.blockLinkGrey h2 {
		margin-bottom: 10px;
	}
	
	
	#main .dwnldLinkGrey p a {
		width: 96%;
		display: inline-block;
		background-color: #f1f1f1;
		padding: 2%;
		color: #000000;
		margin-bottom: 15px;
		text-align: left;
				
	}
	
	.dwnldLinkGrey a img {
		width:80px;
		height:70px;
		float: left;
		margin: 0 10px;
	}
	
	
	#main .downloadYellow {
		
	}
	
	#main .downloadYellow ul {
		list-style: none;
		padding: 0px;
		margin-top: 0;
		margin-bottom: 0;
		/*background-color: #f1f1f1;*/
			}
	
	#main .downloadYellow ul li  {
		background-image: url(../../files/_standards/blockLinkListY.gif);
		background-repeat: no-repeat;
		background-position: 10px 10px;
		background-size: 80px 70px;
		width: 70%;
		display: block;
		background-color: #f1f1f1;
		vertical-align: top;
		padding: 10px 15% 10px 100px;
		color: #000000;
		margin: 0px 0 15px;
		text-align: left;
		min-height: 105px;
		font-size: 18px;			
		/*border-bottom: 8px solid #ffffff;*/
		border-top: 7px solid #ffffff;
					
	}
	

	
		#main .downloadBlue ul {
		list-style: none;
		padding: 0px;
		margin-top: 0;
		margin-bottom: 0;
		
			}
	
	#main .downloadBlue ul li  {
		background-image: url(../../files/_standards/blockLinkListB.png);
		background-repeat: no-repeat;
		background-position: 10px 10px;
		background-size: 80px 70px;
		width: 70%;
		display: block;
		background-color: #f1f1f1;
		vertical-align: top;
		padding: 10px 15% 10px 100px;
		color: #000000;
		margin: 0px 0 15px;
		text-align: left;
		min-height: 70px;
		font-size: 18px;
		/*border-bottom: 8px solid #ffffff;
		border-top: 7px solid #ffffff;*/
					
	}
	
	
		#main .downloadYellow ul li a, #main .downloadBlue ul li a{
		background: none;
		border: 0;
		box-shadow: inset 0 0 0;
		text-decoration: none;
		color: #01b9fd;

	}
	
	
		#main .downloadYellow ul li a:hover, #main .downloadBlue ul li a:hover{
		background: none;
		border: 0;
		box-shadow: inset 0 0 0;
			text-decoration: underline;
		/*color: #c6e1eb;*/
	}
	
	
	#main .service .downloadYellow ul, #main .service .downloadBlue ul {
		position: relative;
		top:-7px;
		left:117px;
		width: 543px;
		
	}
	
	#main .service .downloadYellow ul li, #main .service .downloadBlue ul li {
	    padding: 5px 15% 0px 100px;
	
	}
	/*.downloadYellow ul li img {
		width:80px;
		height:70px;
		float: left;
		margin: 0 10px;
	}
	
	.fiftySub.dwnldLinkGrey {
		position: relative;
		top: -50px;
	}
	
	.dwnldLinkGrey p {
		margin-bottom: 10px;
		background-color: #f1f1f1;
		padding: 9px;
				
	}
*/


	/* ###### FAQLIST Start ###### */
	
	#main .mod_faqlist ul {
		
		list-style: none;
		padding: 0;
		margin: 0;
		
	}
	
	
	#main .mod_faqlist ul li {
		display: inline-block;
		float: left;
		margin: 5px 5px 15px;		
		list-style: none;
		
	}
	
	
	#main .mod_faqlist ul li a {
		padding: 10px 15px;
		background: #fff8be;
		text-decoration: none;
		box-shadow: inset 0 0px 0 #c6e1eb;;
		border:0;
		list-style: none;
		
	}
	
	#main .mod_faqlist ul li a:hover {
		background: #c6e1eb;
		
		
	}
	
	/* ###### FAQLIST Ende ###### */
	
	/* ###### Gallery ###### */

.subPageContent.gallery img, .subPageContentWrap.gallery img {
	width: 15vw;
	height: 15vw;
	object-fit: cover;
	margin:0 1vw 1vw;
	
}
	

/* ###### FOOTER ###### */
	
	#toTop {
		padding: 0px;
		width: 50px;
		height: 50px;
		text-indent: -9999px;
		border: 0px solid #01b9fd;
		border-radius: 0px;
		color: #fff;
		bottom:20px;
		right:25px;
		/*font-family: FontAwesome;
		ont: 16px/24px 'Droid Serif', serif;
		font-weight: 400;*/
		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:before {
    content: "\f062";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
	}*/
	
	#toTop:hover {
	/*color: #ffffff;
	text-decoration: none;*/
	background-color: rgba(103,159,51,1)
}



	

}


@media screen and (min-width:1921px){

	#footer {
	background-color: #679f32;
	background-position: center 40px;
	/*background-attachment: fixed;*/
	background-size: cover;
	background-repeat: no-repeat;
	}

}


@media screen and (max-width:844px){

	
.mod_form.tableless {
		display: none;
	}
	
#navtoggler, #navtoggler:hover {
    width:40px;
    height:40px;
    right:10px;
    top:45px;
    position:absolute;
    /*border:0;
    background:none;
    behavior:url('assets/css3pie/1.0.0/PIE.htc');
    z-index:200000;*/
	}

body {
	margin: 0;
	padding: 0;
	background: #ffffff;
	font-family: InfoTextWeb, sans-serif;
	color: #000000;
	overflow-x: hidden;
	}


	h1, h2, h3 {
	font-family: InfoTextSemibold, sans-serif;
	color: #000000;
	font-style: normal;
	font-weight: normal;
	margin: 0;
}

h1 {
	font-size: 25px;
	
}

	
h2 {
	font-size: 18px;
	margin: 0 0 30px 0;
}

h3 {
	font-size: 18px;
}

h4 {
	font-size: 14px;
}

	
	#main h2 a, #main h2 a:link, #main h2 a:focus, #main h2 a:active, #main h2 a:visited {
		color: #000000;
		text-decoration: none;
	}
	
	#main h2 a:hover {
		text-decoration: underline;
	}	

.ghostBtn {
    position: relative;
    display: inline-block;
    margin: 0 auto;
    padding: 10px 20px;
    text-align: center;
    border: 1px solid #01b9fd;
    border-radius: 0px;
    font: 16px/24px InfoText, sans-serif;
    color: #01b9fd;
    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: 'Droid Serif', serif;*/
	font-family: InfoTextWeb, sans-serif;
	color: #000000;
	font-size: 18px;
	line-height: 24px;
	margin-top: 0;
	text-align: left;
	margin: 0 0 25px;
}

	
	#main ul, #main ol {
		line-height: 24px;
	}
	
	#main .toTop {
		margin: 50px auto 35px;
	}
	
	#main .toTop p {
		text-align: center;
		font-size: 14px;
	}
	
	#main .toTop p a, #main .toTop p a:link, #main .toTop p a:focus, #main .toTop p a:active, #main .toTop p a:visited {
		color: #000000;
		background: none;
		border: 0;
		box-shadow: inset 0 0 0;
	}
	
	#main .toTop p a:hover {
		text-decoration: underline;
		background: none;
		border: 0;
		box-shadow: inset 0 0 0;
	}
	
a.ghostBtn, a.ghostBtn:link, a.ghostBtn:active, a.ghostBtn:focus, a.ghostBtn:visited {
    font-size: 16px;
    text-decoration: none;
    color: #01b9fd;
	/*font-family: 'Droid Serif', serif;*/
	font-family: InfoTextWeb, sans-serif;
}

a.ghostBtn:hover, #main a.ghostBtn:hover {
	color: #ffffff;
	text-decoration: none;
}

.ghostBtn:hover {
	background-color: #01b9fd;	
}

	#main a, #main a:link, #main a:focus, #main a:active, #main a:visited {
		/*color: #01b9fd;*/
		color: #000000;
		text-decoration: none;
		/*background-color: #01b9fd;
		background-position: bottom center;
		border-bottom: 2px solid #01b9fd;
		transform: translateZ(0px);
    	transition-duration: 0.3s;
    	transition-property: color, border;*/
		
		border-bottom: 1px solid #c6e1eb;
    	box-shadow: inset 0 -4px 0 #c6e1eb;
		/* color: rgba(5,120,220,1); */
		color: inherit;
		transition-property: all;
		-webkit-transition-property: all;
		-webkit-transition-duration: 150ms;
		-webkit-transition-timing-function: linear;
		-webkit-transition-delay: 0;
		-moz-transition-property: all;
		-moz-transition-duration: 150ms;
		-moz-transition-timing-function: linear;
		-moz-transition-delay: 0;
		-ms-transition-property: all;
		-ms-transition-duration: 150ms;
		-ms-transition-timing-function: linear;
		-ms-transition-delay: 0;
		-o-transition-property: all;
		-o-transition-duration: 150ms;
		-o-transition-timing-function: linear;
		-o-transition-delay: 0;
		transition-property: all;
		transition-duration: 150ms;
		transition-timing-function: linear;
		transition-delay: 0;
}
	
	#main a:hover {
		/*text-decoration: none;
		border-bottom: 8px solid #01b9fd;*/
		
		border-bottom: 2px solid #c6e1eb;
    	box-shadow: none;
    	background: rgba(198,225,235,1);
		color: inherit;
		transition-property: all;
		-webkit-transition-property: all;
		-webkit-transition-duration: 150ms;
		-webkit-transition-timing-function: linear;
		-webkit-transition-delay: 0;
		-moz-transition-property: all;
		-moz-transition-duration: 150ms;
		-moz-transition-timing-function: linear;
		-moz-transition-delay: 0;
		-ms-transition-property: all;
		-ms-transition-duration: 150ms;
		-ms-transition-timing-function: linear;
		-ms-transition-delay: 0;
		-o-transition-property: all;
		-o-transition-duration: 150ms;
		-o-transition-timing-function: linear;
		-o-transition-delay: 0;
		transition-property: all;
		transition-duration: 150ms;
		transition-timing-function: linear;
		transition-delay: 0;
	}

	
	
	
	#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: 16px;
	}

	
	/*###### HEADER ###### */


	#header {
		background-color: #ffffff;
		background-image: url(../../files/_standards/faki-header-BG.png);
		background-repeat: repeat-x;
		width: 100%;
		height: 105px;
		position: fixed;
		top:0;
		left: 0;
		color: #000000;
		z-index: 4;
		border-bottom: 0px solid #fff;
		/*transform: translateZ(0px);
		transition-duration: 0.3s;
		transition-property: color, background-color, position, height, width;*/
		
}


/*#header.headerSticky-scrolled {
	background-color: rgba(104,173,48,0);
	background-position-y: -41px;
	position: fixed;
	width: 100%;
	/*top: -40px;
	height: 100px;
	top: -40px;
	height: 100px;*/
	/*border-bottom: 30px solid rgba(255,248,204,0.85);
	border-bottom: 30px solid rgba(200,204,215,0.85) */
	/*box-shadow: 0 1px 0 0 #68ad30;*/
	/*transform: translateZ(0px);
    transition-duration: 0.3s;
    transition-property: color, background-color, position, height, width;

	margin: 0 10%;
	background-color: #68ad30;
	
}*/
	
	#header img {
	transform: translateZ(0px);
    transition-duration: 0.3s;
    transition-property: height, width;

}

/*#header .headerLogo img {
	height:75px;
	width: auto;
	top:0px;
	left:2px;
	position: absolute;
	transform: translateZ(0px);
    transition-duration: 0.3s;
    transition-property: color, background-color, position, height, width;

}*/
	
	.headerWrap {
		width: 100%;
		margin: 0 auto;
		
	}
	
	.headerTxtWrap {
		height: 30px;
		padding-left:20px;
		position: absolute;
		float: left;
		top:38px;
		font-family: InfoTextSemibold, sans-serif;
		font-weight: normal;
		z-index: 5;
		
		
	}

	
	.headerTxtWrap p {
	}
	
	.headerLogo {
		display: none;
	}
	
.mobileLogo {
	position: absolute;
	right:60px;
	top:0px;
	float: right;
	width:120px;
	height: 105px;
	transform: translateZ(0px);
    transition-duration: 0.3s;
    transition-property: height, width;
	background-color: #ffffff;
	z-index: 5;

}

.mobileLogo img {
	width:120px;
	/*height: 105px;*/
	height: auto;
	transform: translateZ(0px);
    transition-duration: 0.3s;
    transition-property: height, width;
	position: absolute;
	bottom: 0;

}

	
	
/* ###### CONTENT ###### */
	
	#container {
	width: 100%;
	overflow: hidden;
	position: relative;
	margin: 0 auto 80px auto;
	top:135px;
	padding-bottom: 200px;	
}

	
	
/* ### CONTENT  ### */


.hundred {
		position: relative;
		width:100%;
		overflow: hidden;
		margin: 0 auto 0px;
	}	

.hundred.top {
	background-color: #c6e1eb;
	height: 350px;
}

#main .hundred.top p {
	text-align: center;
}

.topIllu {
	background-image: url(../../files/_standards/faki-topIllu-BG.png);
	background-repeat: repeat-x;
	
}
	
	.topIllu img {
		position: relative;
		top: 0;
		object-fit: cover;
		margin: 0 auto;
		max-height: 350px;
		width: auto;
		
	}


	.hundred hr {
		height: 0;
		border: 1px solid #497327;
		margin: 45px 0;
	}
	
	.fifty {
		position: relative;
		/*width: 48.316%;
		max-width: 1024px;
		min-width: 660px;*/
		width: 90%;
		overflow: hidden;
		margin: 45px auto 0 auto;
		padding: 0;
			
		}	

.fifty.smallText {
	margin: 40px auto 15px auto;	
}

#main .smallText p {
	margin: 0;
	font-size: 14px;
	
}

	.fiftySub {
		position: relative;
		/*width: 48.316%;
		max-width: 1024px;
		min-width: 660px;*/
		width: 90%;
		overflow: hidden;
		margin: 0px auto 50px auto;
		padding: 0 0 50px 0;
		border-bottom: 1px solid #000000;
			
		}	

	
	.noBorderBottom {
		border-bottom: 0px solid #000000;
	}
	
	.noMarginBottom {
		margin: 0 auto;
	}
	
	.blockLinkGrey {
		background-color: #f1f1f1;
		padding: 9px;
				
	}
	
	.blockLinkGrey img {
		width:80px;
		height:70px;
		float: left;
		margin: 0 10px 10px 0;
	}
	
	.fiftySub.blockLinkGrey {
		position: relative;
		/*top: -50px;*/
	}
	
	.blockLinkGrey h2 {
		margin-bottom: 10px;
	}
	
	
	#main .dwnldLinkGrey p a {
		width: 96%;
		display: inline-block;
		background-color: #f1f1f1;
		padding: 2%;
		color: #000000;
		margin-bottom: 15px;
		text-align: left;
				
	}
	
	.dwnldLinkGrey a img {
		width:80px;
		height:70px;
		float: left;
		margin: 0 10px;
	}
	
	
	#main .downloadYellow ul {
		list-style: none;
		padding: 0px;
		margin-top: 0;
		margin-bottom: 0;
		/*background-color: #f1f1f1;*/
			}
	
	#main .downloadYellow ul li  {
		background-image: url(../../files/_standards/blockLinkListY.gif);
		background-repeat: no-repeat;
		background-position: 10px 10px;
		background-size: 80px 70px;
		
		display: block;
		background-color: #f1f1f1;
		vertical-align: top;
		padding: 10px 15% 10px 100px;
		color: #000000;
		margin: 0px 0 15px;
		text-align: left;
		min-height: 70px;
							
	}
	

	
		#main .downloadBlue ul {
		list-style: none;
		padding: 0px;
		margin-top: 0;
		margin-bottom: 0;
		
			}
	
	#main .downloadBlue ul li  {
		background-image: url(../../files/_standards/blockLinkListB.png);
		background-repeat: no-repeat;
		background-position: 10px 10px;
		background-size: 80px 70px;
		
		display: block;
		background-color: #f1f1f1;
		vertical-align: top;
		padding: 10px 15% 10px 100px;
		color: #000000;
		margin: 0px 0 15px;
		text-align: left;
		min-height: 70px;
		/*border-bottom: 8px solid #ffffff;
		border-top: 7px solid #ffffff;*/
					
	}
	
	
		#main .downloadYellow ul li a, #main .downloadBlue ul li a{
		background: none;
		border: 0;
		box-shadow: inset 0 0 0;
		text-decoration: none;
	}
	
	
		#main .downloadYellow ul li a:hover, #main .downloadBlue ul li a:hover{
		background: none;
		border: 0;
		box-shadow: inset 0 0 0;
			text-decoration: underline;
		/*color: #c6e1eb;*/
	}
	
	/* ###### FAQLIST Start ###### */
	
	#main .mod_faqlist ul {
		
		list-style: none;
		padding: 0;
		margin: 0;
		
	}
	
	
	#main .mod_faqlist ul li {
		display: inline-block;
		float: left;
		margin: 5px 5px 15px;		
		list-style: none;
		
	}
	
	
	#main .mod_faqlist ul li a {
		padding: 10px 15px;
		background: #fff8be;
		text-decoration: none;
		box-shadow: inset 0 0px 0 #c6e1eb;;
		border:0;
		list-style: none;
		
	}
	
	#main .mod_faqlist ul li a:hover {
		background: #c6e1eb;
		
		
	}
	
	/* ###### FAQLIST Ende ###### */
/* ###### Gallery ###### */

.subPageContent.gallery img, .subPageContentWrap.gallery img {
	width: 15vw;
	height: 15vw;
	object-fit: cover;
	margin:0 1vw 1vw;
	
}
	

/* ###### FOOTER ###### */
	
	#toTop {
		padding: 0px;
		width: 50px;
		height: 50px;
		text-indent: -9999px;
		border: 0px solid #01b9fd;
		border-radius: 0px;
		color: #fff;
		bottom:20px;
		right:25px;
		/*font-family: FontAwesome;
		ont: 16px/24px 'Droid Serif', serif;
		font-weight: 400;*/
		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:before {
    content: "\f062";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
	}*/
	
	#toTop:hover {
	/*color: #ffffff;
	text-decoration: none;*/
	background-color: rgba(103,159,51,1)
}



	

}


@media screen and (min-width:1921px){

	#footer {
	background-color: #679f32;
	background-position: center 40px;
	/*background-attachment: fixed;*/
	background-size: cover;
	background-repeat: no-repeat;
	}

}


@charset "utf-8";

/* CSS Document */

.cookiebar {
	display: none !important;
}

#container {
	top: 0 !important;
	margin: 0 !important;
	padding: 0 !important;
}

.contentVideoWrapper {
	width: 75%;
	position: relative;
	margin: 40px auto 0;
	overflow: hidden;
}

.videoH h1 {
	margin: 0 0 25px 0;
}

.video50 {
	width: 48%;
	height: auto;
	overflow: hidden;
	margin: 0 2% 0% 0;
	float: left;
}

.video50 table {
	padding: 0;
}


.video50 table td {
	height: 100px;
	min-height: 100px;
	vertical-align: top;
}

.video50 video {
	width: 100% !important;
	height: auto;
	border: none;
}

#main .videoImg50 p {
	text-align: center;
}

.videoImg50 img{
	/*width: 48%;
	float: left;*/
	margin: 0 2% 0% 0;
	vertical-align: middle;
	max-width: 48%;
	
}


.video20 {
	width: 23%;
	height: auto;
	overflow: hidden;
	margin: 0 2% 0% 0;
	float: left;
}

.contentVideoWrapper .image_container img {
	border: 0px solid #b7b7b7;
    max-height: 400px;
    width: auto;
	min-width: 400px;
	vertical-align: middle;
}

.marginTop {
	margin-top: 60px;
}
.marginBottom {
	margin-bottom: 60px;
}
.clearBoth {
	clear: both;
}

/*#main .video50 p {
	font-size: 14px;
	line-height: 20px;
	
}*/

#main .contentVideoWrapper a, #main .contentVideoWrapper a:link, #main .contentVideoWrapper a:focus, #main .contentVideoWrapper a:active, #main .contentVideoWrapper a:visited, #main .contentVideoWrapper a:hover {
	border-bottom: 0px solid #c6e1eb;
    box-shadow: inset 0 0px 0 rgba(255,255,255,0);
	background: rgba(198,225,235,0);
}

@media only screen and (max-width:767px) {
.contentVideoWrapper {
		width: 95%;
		overflow: hidden;
	}
	
	.video50 {
		width: 100%;
		height: auto;
		overflow: hidden;
		margin: 0 0% 0% 0;
		float: none;
	}
	
	.video20 {
		width: 48%;
		height: auto;
		overflow: hidden;
		margin: 0 2% 0% 0;
		float: left;
	}
}
@media screen and (min-width:1921px){
	#footerWrap {
		max-width: 1920px;
		position: relative;
		margin: 0 auto;
	}
}



@media screen and (min-width:845px){

#footer {
	position: relative;
	width:100%;
	padding: 0 0 25px 0;
	background-color:#ffe400;
	height: auto;
	overflow: hidden;
	/*margin-top: 25px;*/
	margin-top: 0;
	box-sizing: content-box;
	color: #000;
	
}


	
#footer .footerTop {
	height:35px;
	padding: 7px 0 0 0;
	width: auto;
	width: 80%;
	padding: 15px 10% 0;
	color: #000;
	border-bottom: 7px solid #fff;
	min-width: 1120px;
}	
	
	
#footer .footerTop p, #footer .footerTop a { 
	font-family: InfoTextWebBold, sans-serif;
	color: #000000;
	font-size: 18px;
	margin: 0;
}

	
#footer .footerBottom {
	height:auto;
	padding: 7px 0 0 0;
	width: auto;
	width: 80%;
	padding: 15px 10% 0;
	color: #000;
	overflow: hidden;
	display: table;
	
}	

	#footer .footerBottom p, #footer .footerBottom a { 
	font-family: InfoTextSemibold, sans-serif;
	color: #000000;
	font-size: 18px;
	line-height: 24px;
	margin: 0 0 12px 0;
}

	#footer .footerBottom .thirtyThree {
	height: 435px;
	}

	#footer .thirtyThree {
	width: 31.33%;
	height: auto;
	float: left;
	overflow: hidden;
	text-align: left;
	margin: 0 1% 0 1%;
	display: table-cell;
	
}
	

	#footer .thirtyThree.naviLeiste {
		min-width: 350px;
	}
	
/*	#footer .thirtyThree.whiteBG{
		background-color: #fff;
	}
	*/

	
#footer .thirtyThree .whiteBG2021 {
  
    height: 386px;
    overflow: hidden;
    width: 349px;
    background-color: #fff;
	display: flex;
    justify-content: center;
    flex-direction: column;
	text-align: center;
    position: absolute;
    top: 57px;
    /*left: 971px*/;

	}	
	
#footer .thirtyThree .whiteBG {
    height: auto;
    min-height: 450px;
    overflow: hidden;
    width: 220px;
    padding: 15px 2% 0 2%;
    background-color: #fff;
    position: absolute;
    top: 57px;
    /*left: 971px*/;

	}
	
	
	#footer .thirtyThree.clear {
		clear: both;
	}

	#footer .thirtyThree h2 {
		color: #000000;
		margin-bottom: 5px;
		font-size: 24px;
	}
	
	#footer .thirtyThree img {
		margin: 0 10px 15px 0;
		float: left;
	}
	
#footer .thirtyThree img.noMargin{
		margin: 0 !important;
		float: none;
	}	
	
#footer .thirtyThree img.hundred{
		width: 100% !important;
		
	}
	
#footer .thirtyThree img.tableImgMargin{
		margin: 0 20px 0 0 !important;
		float: none;
	}		
	
	#footer .wordspace p{
		word-spacing: 20px;
	}
	
	
	#footer .thirtyThree .middle {
		height: auto;
		overflow: hidden;
		top:15px;
		/*bottom: 0;
		position: absolute;*/

	}
	
	#footer .thirtyThree .middle img.startLogo {
		margin-right: 80px;
	}
	
		#footer .thirtyThree .mobileCellpadding {
		padding-left: 15px;
	}	
	
	#footer .footerIcon{
		float: left;
		vertical-align: middle;
		margin-right: 7px;
	}

#footer a, #footer a:link, #footer a:visited, #footer a:active, #footer a:focus {
	color: #000;
	text-decoration: none;
}

#footer a:hover {
	text-decoration: underline;
}
	
	#footer a.ghostBtn:hover {
	text-decoration: none;
}

}

@media screen and (max-width:1483px){
	
	
	#footer .footerTop, #footer .footerBottom  {
		width: 91%;
		margin: 0 auto;
		min-width: 800px;
		padding: 15px 5% 0;
			
	}

	
	#footer .wordspace p{
		word-spacing: 5px;
	}
	
	#footer .thirtyThree.naviLeiste {
		min-width: 305px;
	}
}


@media screen and (max-width:1306px){
	
	
	#footer .footerTop, #footer .footerBottom  {
		width: 92%;
			
	}

}

@media screen and (max-width:1292px){
	
	
	#footer .footerBottom p, #footer .footerBottom a, #footer .footerTop p, #footer .footerTop a {
		font-size: 16px;
		line-height: 22px;
	}

}

@media screen and (max-width:1151px){
	
	
	#footer .footerTop, #footer .footerBottom  {
		width: 95%;
		margin: 0 auto;
		min-width: 60px;
		padding: 15px 2.5% 0;
		
	}
	
	#footer .footerBottom p, #footer .footerBottom a, #footer .footerTop p, #footer .footerTop a {
		font-size: 14.5px;
		line-height: 18px;
	}
		

	#footer .wordspace p{
		word-spacing: 5px;
	}
	
	#footer .thirtyThree.naviLeiste {
		min-width: 60px;
	}
}


@media screen and (max-width:1045px){

	#footer .thirtyThree .whiteBG2021 {
		height: 336px;
        width: 280px;
	}
	

}

@media screen and (max-width:920px){

#footer {
	position: relative;
	width:100%;
	padding: 0 0 25px 0;
	background-color:#ffe400;
	height: auto;
	overflow: hidden;
	/*margin-top: 25px;*/
	margin-top: 0;
	box-sizing: content-box;
	color: #000;
	
}


	
#footer .footerTop {
	height:auto;
	width: 90%;
	padding: 10px 5%;
	color: #000;
	border-bottom: 7px solid #fff;
	overflow: hidden;
	
}	
	
	
#footer .footerTop p, #footer .footerTop a { 
	font-family: InfoTextWebBold, sans-serif;
	color: #000000;
	font-size: 16px;
	margin: 0;
}

	
#footer .footerBottom {
	height:auto;
	padding: 7px 0 0 0;
	width: auto;
	width: 90%;
	padding: 15px 5% 0;
	color: #000;
	overflow: hidden;
	display: table;
	
}	

	#footer .footerBottom p, #footer .footerBottom a { 
	font-family: InfoTextSemibold, sans-serif;
	color: #000000;
	font-size: 16px;
	line-height: 22px;
	margin: 0 0 12px 0;
}

	#footer .footerBottom .thirtyThree {
	/*height: 435px;*/
		border-bottom: 1px solid #000;
		padding-bottom: 15px;
	}

	#footer .thirtyThree {
		width: 100%;
		height: auto;
		float: left;
		overflow: hidden;
		text-align: left;
		margin: 0 0 25px 0;
		display: table-cell;
		
	}
	

	
/*	#footer .thirtyThree.whiteBG{
		background-color: #fff;
	}
	*/
	
#footer .thirtyThree .whiteBG2021 {
  
    height: 386px;
    overflow: hidden;
    width: 100%;
    background-color: #fff;
	display: flex;
    justify-content: center;
    flex-direction: column;
	text-align: center;
position: relative;
		top: 0px;
    /*left: 971px*/;

	}	
	
	#footer .thirtyThree .whiteBG {
		height: auto;
		min-height: 450px;
		overflow: hidden;
		width: 100%;
		padding: 0px 0 0 20px;
		background-color: #fff;
		position: relative;
		top: 0px;

	}
	
	
	#footer .thirtyThree.clear {
		clear: both;
	}

	#footer .thirtyThree h2 {
		font-family: InfoTextSemibold, sans-serif;
		font-style: normal;
    	font-weight: normal;
		color: #000000;
		margin: 0 0 5px 0;
		font-size: 24px;
	}
	
	#footer .thirtyThree img {
		margin-bottom: 5px;
		max-width: 100%;
		height: auto;
		/*float: left;*/
	}
	
#footer .thirtyThree img.noMargin{
		margin: 0 !important;
		float: none;
	}	
	
#footer .thirtyThree img.hundred{
		width: 100% !important;
		
	}
	
#footer .thirtyThree img.tableImgMargin{
		margin: 0 20px 0 0 !important;
		float: none;
	}		
	
#footer .thirtyThree .mobileCellpadding {
		padding-left: 15px;
	}
	
	#footer .thirtyThree img.noFloat {
		float: none;
	}
	
	#footer .thirtyThree blockquote {
		margin: 0;
		-webkit-margin-before: 0em;
		-webkit-margin-after: 0em;
		-webkit-margin-start: 0px;
		-webkit-margin-end: 0px;
	}
	
	#footer .wordspace p{
		word-spacing: 20px;
	}
	
	
	#footer .thirtyThree .middle {
		height: auto;
		overflow: hidden;
		top:15px;
		/*bottom: 0;
		position: absolute;*/

	}
	
	

	
	#footer .footerIcon{
		float: left;
		vertical-align: middle;
		margin-right: 7px;
	}

#footer a, #footer a:link, #footer a:visited, #footer a:active, #footer a:focus {
	color: #000;
	text-decoration: none;
}

#footer a:hover {
	text-decoration: underline;
}
	
	#footer a.ghostBtn:hover {
	text-decoration: none;
}

}
@charset "utf-8";
/* CSS Document */


/*.cookiebar {
	
	background-color: #ffe400;
	color: #000;
	
	}

.cookiebar__link {
    color: #000;
    text-decoration: underline;
}

.cookiebar__button {
    background-color: #01b9fd;
    color: #fff;
    font-weight: 700;
    cursor: pointer;
}

.cookiebar__button:hover {
    background-color: #95ccd4;
}*/


.mod_sitemap ul {
	list-style: none;
}


#main .mod_sitemap ul.level_1 li:before{
	content: '» ';

	
}

#main .mod_sitemap ul.level_2, #main .mod_sitemap ul.level_3 {
	margin: 15px 0 0;
	
}

#main .mod_sitemap ul li a.navLevel01, #main .mod_sitemap ul li a.navLevel02, #main .mod_sitemap ul li a.navLevel03, #main .mod_sitemap ul li a.navLevel04, #main .mod_sitemap ul.level_1 a.aktuelles {
	font-weight: 600;
	font-size: 20px;
	line-height: 36px;
	/*margin: 40px 0 0;
	display: inline-block;
	border-top: 1px solid #000;
	width: 100%;
	padding: 15px 0 0 10px;*/
}

#main .mod_sitemap ul.level_1 a.aktuelles {
	/*border:0;
	margin: 0;
	width: auto;
	display: inline-block;
	padding: 0;*/
}
