@charset "UTF-8";
/**
 * "Yet Another Multicolumn Layout" - (X)HTML/CSS Framework
 *
 * (en) YAML core stylesheet
 * (de) YAML Basis-Stylesheet
 *
 * Don't make any changes in this file!
 * Your changes should be placed in any css-file in your own stylesheet folder.
 *
 * @copyright       Copyright 2005-2009, Dirk Jesse
 * @license         CC-A 2.0 (http://creativecommons.org/licenses/by/2.0/),
 *                  YAML-C (http://www.yaml.de/en/license/license-conditions.html)
 * @link            http://www.yaml.de
 * @package         yaml
 * @version         3.2
 * @revision        $Revision:426 $
 * @lastmodified    $Date:2009-10-21 21:12:11 +0200 (Mi, 21. Okt 2009) $
 */

/**
 * Contao Extension
 * @copyright  Felix Pfeiffer : Neue Medien 2007 - 2012
 * @author     Felix Pfeiffer <info@felixpfeiffer.com>
 * @package    Subcolumns
 */

@media screen{.subcolumns{width:100%;overflow:hidden}.subcolumns_oldgecko{width:100%;float:left}.c20l,.c20r{width:20%}.c40l,.c40r{width:40%}.c60l,.c60r{width:60%}.c80l,.c80r{width:80%}.c25l,.c25r{width:25%}.c33l,.c33r{width:33.333%}.c50l,.c50r{width:50%}.c66l,.c66r{width:66.666%}.c75l,.c75r{width:75%}.c38l,.c38r{width:38.2%}.c62l,.c62r{width:61.8%}.c15l,.c15r{width:15%}.c16l,.c16r{width:16.666%}.c30l,.c30r{width:30%}.c45l,.c45r{width:45%}.c55l,.c55r{width:55%}.c70l,.c70r{width:70%}.c85l,.c85r{width:85%}.subc{padding:0 .5em}.subcl{padding:0 1em 0 0}.subcr{padding:0 0 0 1em}.equalize,.equalize .subcolumns{overflow:visible;display:table;table-layout:fixed}.equalize > div{display:table-cell;float:none;overflow:hidden;vertical-align:top;margin:0}.c20l,.c25l,.c33l,.c40l,.c38l,.c50l,.c60l,.c62l,.c66l,.c75l,.c80l,.c15l,.c16l,.c30l,.c45l,.c55l,.c70l,.c85l{float:left}.c20r,.c25r,.c33r,.c40r,.c38r,.c50r,.c60r,.c66r,.c62r,.c75r,.c80r,.c15r,.c16r,.c30r,.c45r,.c55r,.c70r,.c85r{float:right;margin-left:-5px}}@media print{.subcolumns > div{display:table;overflow:visible}}
/*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */
.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp
{
	padding: 0;
	margin: 0;
	border: 0;
	outline: none;
	vertical-align: top;
}

.fancybox-wrap {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 8020;
}

.fancybox-skin {
	position: relative;
	background: #b9b9bb;
	color: #444;
	text-shadow: none;
	-webkit-border-radius: 4px;
	   -moz-border-radius: 4px;
	        border-radius: 4px;
}

.fancybox-opened {
	z-index: 8030;
}

.fancybox-opened .fancybox-skin {
	-webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	   -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	        box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}

.fancybox-outer, .fancybox-inner {
	position: relative;
}

.fancybox-inner {
	overflow: hidden;
}

.fancybox-type-iframe .fancybox-inner {
	-webkit-overflow-scrolling: touch;
}

.fancybox-error {
	color: #444;
	font: 14px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
	margin: 0;
	padding: 15px;
	white-space: nowrap;
}

.fancybox-image, .fancybox-iframe {
	display: block;
	width: 100%;
	height: 100%;
}

.fancybox-image {
	max-width: 100%;
	max-height: 100%;
}

#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
	background-image: url('../../system/modules/lightbox4ward/assets/fancybox/fancybox_sprite.png');
}

#fancybox-loading {
	position: fixed;
	top: 50%;
	left: 50%;
	margin-top: -22px;
	margin-left: -22px;
	background-position: 0 -108px;
	opacity: 0.8;
	cursor: pointer;
	z-index: 8060;
}

#fancybox-loading div {
	width: 44px;
	height: 44px;
	background: url('../../system/modules/lightbox4ward/assets/fancybox/fancybox_loading.gif') center center no-repeat;
}

.fancybox-close {
	position: absolute;
	top: -18px;
	right: -18px;
	width: 36px;
	height: 36px;
	cursor: pointer;
	z-index: 8040;
}

.fancybox-nav {
	position: absolute;
	top: 0;
	width: 40%;
	height: 100%;
	cursor: pointer;
	text-decoration: none;
	background: transparent url('../../system/modules/lightbox4ward/assets/fancybox/blank.gif'); /* helps IE */
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	z-index: 8040;
}

.fancybox-prev {
	left: 0;
}

.fancybox-next {
	right: 0;
}

.fancybox-nav span {
	position: absolute;
	top: 50%;
	width: 36px;
	height: 34px;
	margin-top: -18px;
	cursor: pointer;
	z-index: 8040;
	visibility: hidden;
}

.fancybox-prev span {
	left: 10px;
	background-position: 0 -36px;
}

.fancybox-next span {
	right: 10px;
	background-position: 0 -72px;
}

.fancybox-nav:hover span {
	visibility: visible;
}

.fancybox-tmp {
	position: absolute;
	top: -99999px;
	left: -99999px;
	visibility: hidden;
	max-width: 99999px;
	max-height: 99999px;
	overflow: visible !important;
}

/* Overlay helper */

.fancybox-lock {
    overflow: hidden !important;
    width: auto;
}

.fancybox-lock body {
    overflow: hidden !important;
}

.fancybox-lock-test {
    overflow-y: hidden !important;
}

.fancybox-overlay {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	display: none;
	z-index: 8010;
	background: url('../../system/modules/lightbox4ward/assets/fancybox/fancybox_overlay.png');
}

.fancybox-overlay-fixed {
	position: fixed;
	bottom: 0;
	right: 0;
}

.fancybox-lock .fancybox-overlay {
	overflow: auto;
	overflow-y: scroll;
}

/* Title helper */

.fancybox-title {
	visibility: hidden;
	font: normal 13px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
	position: relative;
	text-shadow: none;
	z-index: 8050;
}

.fancybox-opened .fancybox-title {
	visibility: visible;
}

.fancybox-title-float-wrap {
	position: absolute;
	bottom: 0;
	right: 50%;
	margin-bottom: -35px;
	z-index: 8050;
	text-align: center;
}

.fancybox-title-float-wrap .child {
	display: inline-block;
	margin-right: -100%;
	padding: 2px 20px;
	background: transparent; /* Fallback for web browsers that doesn't support RGBa */
	background: rgba(0, 0, 0, 0.8);
	-webkit-border-radius: 5px;
	   -moz-border-radius: 5px;
	        border-radius: 5px;
	text-shadow: 0 1px 2px #222;
	color: #FFF;
	font-weight: bold;
	line-height: 24px;
	white-space: nowrap;
}

.fancybox-title-outside-wrap {
	position: relative;
	margin-top: 10px;
	color: #fff;
}

.fancybox-title-inside-wrap {
	padding-top: 10px;
}

.fancybox-title-over-wrap {
	position: absolute;
	bottom: 0;
	left: 0;
	color: #fff;
	padding: 10px;
	background: #000;
	background: rgba(0, 0, 0, .8);
}

/*Retina graphics!*/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
	   only screen and (min--moz-device-pixel-ratio: 1.5),
	   only screen and (min-device-pixel-ratio: 1.5){

	#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
		background-image: url('../../system/modules/lightbox4ward/assets/fancybox/fancybox_sprite@2x.png');
		background-size: 44px 152px; /*The size of the normal image, half the size of the hi-res image*/
	}

	#fancybox-loading div {
		background-image: url('../../system/modules/lightbox4ward/assets/fancybox/fancybox_loading@2x.gif');
		background-size: 24px 24px; /*The size of the normal image, half the size of the hi-res image*/
	}
}
.fancybox-skin .count {
	position: absolute;
	right: 5px;
	color: #fff;
	bottom: -25px;
	font-size: 14px;
}
.mobile_menu{position:fixed;z-index:100;display:none}.mobile_menu .inner{height:100%;background:#000;overflow-y:scroll}.mobile_menu.active.position_left{box-shadow:2px 0 5px 0 rgba(0,0,0,.5)}.mobile_menu.active.position_top{box-shadow:0 2px 5px 0 rgba(0,0,0,.5)}.mobile_menu.active.position_right{box-shadow:-2px 0 5px 0 rgba(0,0,0,.5)}.mobile_menu.active.position_bottom{box-shadow:0 -2px 5px 0 rgba(0,0,0,.5)}.mobile_menu.active.no_shadow{box-shadow:none!important}.mobile_menu_trigger{display:none}.mobile_menu_wrapper{position:relative;width:100%;overflow:hidden}.mobile_menu_overlay{position:fixed;top:0;left:0;width:100%;height:100vh;z-index:99}.mobile_menu_overlay.background{background:rgba(0,0,0,.5)}.mobile_menu li.submenu_hide>ul{display:none}.mobile_menu li.submenu_show>ul{display:block}body.ie8 .mobile_menu,body.ie8 .mobile_menu_trigger,body.ie9 .mobile_menu,body.ie9 .mobile_menu_trigger{display:none!important}
/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */@font-face{font-family:'FontAwesome';src:url('../../files/dav-ffm/layout/fontawesome4/fonts/fontawesome-webfont.eot?v=4.7.0');src:url('../../files/dav-ffm/layout/fontawesome4/fonts/fontawesome-webfont.eot?#iefix&v=4.7.0') format('embedded-opentype'),url('../../files/dav-ffm/layout/fontawesome4/fonts/fontawesome-webfont.woff2?v=4.7.0') format('woff2'),url('../../files/dav-ffm/layout/fontawesome4/fonts/fontawesome-webfont.woff?v=4.7.0') format('woff'),url('../../files/dav-ffm/layout/fontawesome4/fonts/fontawesome-webfont.ttf?v=4.7.0') format('truetype'),url('../../files/dav-ffm/layout/fontawesome4/fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular') format('svg');font-weight:normal;font-style:normal}.fa{display:inline-block;font:normal normal normal 14px/1 FontAwesome;font-size:inherit;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.fa-lg{font-size:1.33333333em;line-height:.75em;vertical-align:-15%}.fa-2x{font-size:2em}.fa-3x{font-size:3em}.fa-4x{font-size:4em}.fa-5x{font-size:5em}.fa-fw{width:1.28571429em;text-align:center}.fa-ul{padding-left:0;margin-left:2.14285714em;list-style-type:none}.fa-ul>li{position:relative}.fa-li{position:absolute;left:-2.14285714em;width:2.14285714em;top:.14285714em;text-align:center}.fa-li.fa-lg{left:-1.85714286em}.fa-border{padding:.2em .25em .15em;border:solid .08em #eee;border-radius:.1em}.fa-pull-left{float:left}.fa-pull-right{float:right}.fa.fa-pull-left{margin-right:.3em}.fa.fa-pull-right{margin-left:.3em}.pull-right{float:right}.pull-left{float:left}.fa.pull-left{margin-right:.3em}.fa.pull-right{margin-left:.3em}.fa-spin{-webkit-animation:fa-spin 2s infinite linear;animation:fa-spin 2s infinite linear}.fa-pulse{-webkit-animation:fa-spin 1s infinite steps(8);animation:fa-spin 1s infinite steps(8)}@-webkit-keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}@keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}.fa-rotate-90{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg)}.fa-rotate-180{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}.fa-rotate-270{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";-webkit-transform:rotate(270deg);-ms-transform:rotate(270deg);transform:rotate(270deg)}.fa-flip-horizontal{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";-webkit-transform:scale(-1, 1);-ms-transform:scale(-1, 1);transform:scale(-1, 1)}.fa-flip-vertical{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";-webkit-transform:scale(1, -1);-ms-transform:scale(1, -1);transform:scale(1, -1)}:root .fa-rotate-90,:root .fa-rotate-180,:root .fa-rotate-270,:root .fa-flip-horizontal,:root .fa-flip-vertical{filter:none}.fa-stack{position:relative;display:inline-block;width:2em;height:2em;line-height:2em;vertical-align:middle}.fa-stack-1x,.fa-stack-2x{position:absolute;left:0;width:100%;text-align:center}.fa-stack-1x{line-height:inherit}.fa-stack-2x{font-size:2em}.fa-inverse{color:#fff}.fa-glass:before{content:"\f000"}.fa-music:before{content:"\f001"}.fa-search:before{content:"\f002"}.fa-envelope-o:before{content:"\f003"}.fa-heart:before{content:"\f004"}.fa-star:before{content:"\f005"}.fa-star-o:before{content:"\f006"}.fa-user:before{content:"\f007"}.fa-film:before{content:"\f008"}.fa-th-large:before{content:"\f009"}.fa-th:before{content:"\f00a"}.fa-th-list:before{content:"\f00b"}.fa-check:before{content:"\f00c"}.fa-remove:before,.fa-close:before,.fa-times:before{content:"\f00d"}.fa-search-plus:before{content:"\f00e"}.fa-search-minus:before{content:"\f010"}.fa-power-off:before{content:"\f011"}.fa-signal:before{content:"\f012"}.fa-gear:before,.fa-cog:before{content:"\f013"}.fa-trash-o:before{content:"\f014"}.fa-home:before{content:"\f015"}.fa-file-o:before{content:"\f016"}.fa-clock-o:before{content:"\f017"}.fa-road:before{content:"\f018"}.fa-download:before{content:"\f019"}.fa-arrow-circle-o-down:before{content:"\f01a"}.fa-arrow-circle-o-up:before{content:"\f01b"}.fa-inbox:before{content:"\f01c"}.fa-play-circle-o:before{content:"\f01d"}.fa-rotate-right:before,.fa-repeat:before{content:"\f01e"}.fa-refresh:before{content:"\f021"}.fa-list-alt:before{content:"\f022"}.fa-lock:before{content:"\f023"}.fa-flag:before{content:"\f024"}.fa-headphones:before{content:"\f025"}.fa-volume-off:before{content:"\f026"}.fa-volume-down:before{content:"\f027"}.fa-volume-up:before{content:"\f028"}.fa-qrcode:before{content:"\f029"}.fa-barcode:before{content:"\f02a"}.fa-tag:before{content:"\f02b"}.fa-tags:before{content:"\f02c"}.fa-book:before{content:"\f02d"}.fa-bookmark:before{content:"\f02e"}.fa-print:before{content:"\f02f"}.fa-camera:before{content:"\f030"}.fa-font:before{content:"\f031"}.fa-bold:before{content:"\f032"}.fa-italic:before{content:"\f033"}.fa-text-height:before{content:"\f034"}.fa-text-width:before{content:"\f035"}.fa-align-left:before{content:"\f036"}.fa-align-center:before{content:"\f037"}.fa-align-right:before{content:"\f038"}.fa-align-justify:before{content:"\f039"}.fa-list:before{content:"\f03a"}.fa-dedent:before,.fa-outdent:before{content:"\f03b"}.fa-indent:before{content:"\f03c"}.fa-video-camera:before{content:"\f03d"}.fa-photo:before,.fa-image:before,.fa-picture-o:before{content:"\f03e"}.fa-pencil:before{content:"\f040"}.fa-map-marker:before{content:"\f041"}.fa-adjust:before{content:"\f042"}.fa-tint:before{content:"\f043"}.fa-edit:before,.fa-pencil-square-o:before{content:"\f044"}.fa-share-square-o:before{content:"\f045"}.fa-check-square-o:before{content:"\f046"}.fa-arrows:before{content:"\f047"}.fa-step-backward:before{content:"\f048"}.fa-fast-backward:before{content:"\f049"}.fa-backward:before{content:"\f04a"}.fa-play:before{content:"\f04b"}.fa-pause:before{content:"\f04c"}.fa-stop:before{content:"\f04d"}.fa-forward:before{content:"\f04e"}.fa-fast-forward:before{content:"\f050"}.fa-step-forward:before{content:"\f051"}.fa-eject:before{content:"\f052"}.fa-chevron-left:before{content:"\f053"}.fa-chevron-right:before{content:"\f054"}.fa-plus-circle:before{content:"\f055"}.fa-minus-circle:before{content:"\f056"}.fa-times-circle:before{content:"\f057"}.fa-check-circle:before{content:"\f058"}.fa-question-circle:before{content:"\f059"}.fa-info-circle:before{content:"\f05a"}.fa-crosshairs:before{content:"\f05b"}.fa-times-circle-o:before{content:"\f05c"}.fa-check-circle-o:before{content:"\f05d"}.fa-ban:before{content:"\f05e"}.fa-arrow-left:before{content:"\f060"}.fa-arrow-right:before{content:"\f061"}.fa-arrow-up:before{content:"\f062"}.fa-arrow-down:before{content:"\f063"}.fa-mail-forward:before,.fa-share:before{content:"\f064"}.fa-expand:before{content:"\f065"}.fa-compress:before{content:"\f066"}.fa-plus:before{content:"\f067"}.fa-minus:before{content:"\f068"}.fa-asterisk:before{content:"\f069"}.fa-exclamation-circle:before{content:"\f06a"}.fa-gift:before{content:"\f06b"}.fa-leaf:before{content:"\f06c"}.fa-fire:before{content:"\f06d"}.fa-eye:before{content:"\f06e"}.fa-eye-slash:before{content:"\f070"}.fa-warning:before,.fa-exclamation-triangle:before{content:"\f071"}.fa-plane:before{content:"\f072"}.fa-calendar:before{content:"\f073"}.fa-random:before{content:"\f074"}.fa-comment:before{content:"\f075"}.fa-magnet:before{content:"\f076"}.fa-chevron-up:before{content:"\f077"}.fa-chevron-down:before{content:"\f078"}.fa-retweet:before{content:"\f079"}.fa-shopping-cart:before{content:"\f07a"}.fa-folder:before{content:"\f07b"}.fa-folder-open:before{content:"\f07c"}.fa-arrows-v:before{content:"\f07d"}.fa-arrows-h:before{content:"\f07e"}.fa-bar-chart-o:before,.fa-bar-chart:before{content:"\f080"}.fa-twitter-square:before{content:"\f081"}.fa-facebook-square:before{content:"\f082"}.fa-camera-retro:before{content:"\f083"}.fa-key:before{content:"\f084"}.fa-gears:before,.fa-cogs:before{content:"\f085"}.fa-comments:before{content:"\f086"}.fa-thumbs-o-up:before{content:"\f087"}.fa-thumbs-o-down:before{content:"\f088"}.fa-star-half:before{content:"\f089"}.fa-heart-o:before{content:"\f08a"}.fa-sign-out:before{content:"\f08b"}.fa-linkedin-square:before{content:"\f08c"}.fa-thumb-tack:before{content:"\f08d"}.fa-external-link:before{content:"\f08e"}.fa-sign-in:before{content:"\f090"}.fa-trophy:before{content:"\f091"}.fa-github-square:before{content:"\f092"}.fa-upload:before{content:"\f093"}.fa-lemon-o:before{content:"\f094"}.fa-phone:before{content:"\f095"}.fa-square-o:before{content:"\f096"}.fa-bookmark-o:before{content:"\f097"}.fa-phone-square:before{content:"\f098"}.fa-twitter:before{content:"\f099"}.fa-facebook-f:before,.fa-facebook:before{content:"\f09a"}.fa-github:before{content:"\f09b"}.fa-unlock:before{content:"\f09c"}.fa-credit-card:before{content:"\f09d"}.fa-feed:before,.fa-rss:before{content:"\f09e"}.fa-hdd-o:before{content:"\f0a0"}.fa-bullhorn:before{content:"\f0a1"}.fa-bell:before{content:"\f0f3"}.fa-certificate:before{content:"\f0a3"}.fa-hand-o-right:before{content:"\f0a4"}.fa-hand-o-left:before{content:"\f0a5"}.fa-hand-o-up:before{content:"\f0a6"}.fa-hand-o-down:before{content:"\f0a7"}.fa-arrow-circle-left:before{content:"\f0a8"}.fa-arrow-circle-right:before{content:"\f0a9"}.fa-arrow-circle-up:before{content:"\f0aa"}.fa-arrow-circle-down:before{content:"\f0ab"}.fa-globe:before{content:"\f0ac"}.fa-wrench:before{content:"\f0ad"}.fa-tasks:before{content:"\f0ae"}.fa-filter:before{content:"\f0b0"}.fa-briefcase:before{content:"\f0b1"}.fa-arrows-alt:before{content:"\f0b2"}.fa-group:before,.fa-users:before{content:"\f0c0"}.fa-chain:before,.fa-link:before{content:"\f0c1"}.fa-cloud:before{content:"\f0c2"}.fa-flask:before{content:"\f0c3"}.fa-cut:before,.fa-scissors:before{content:"\f0c4"}.fa-copy:before,.fa-files-o:before{content:"\f0c5"}.fa-paperclip:before{content:"\f0c6"}.fa-save:before,.fa-floppy-o:before{content:"\f0c7"}.fa-square:before{content:"\f0c8"}.fa-navicon:before,.fa-reorder:before,.fa-bars:before{content:"\f0c9"}.fa-list-ul:before{content:"\f0ca"}.fa-list-ol:before{content:"\f0cb"}.fa-strikethrough:before{content:"\f0cc"}.fa-underline:before{content:"\f0cd"}.fa-table:before{content:"\f0ce"}.fa-magic:before{content:"\f0d0"}.fa-truck:before{content:"\f0d1"}.fa-pinterest:before{content:"\f0d2"}.fa-pinterest-square:before{content:"\f0d3"}.fa-google-plus-square:before{content:"\f0d4"}.fa-google-plus:before{content:"\f0d5"}.fa-money:before{content:"\f0d6"}.fa-caret-down:before{content:"\f0d7"}.fa-caret-up:before{content:"\f0d8"}.fa-caret-left:before{content:"\f0d9"}.fa-caret-right:before{content:"\f0da"}.fa-columns:before{content:"\f0db"}.fa-unsorted:before,.fa-sort:before{content:"\f0dc"}.fa-sort-down:before,.fa-sort-desc:before{content:"\f0dd"}.fa-sort-up:before,.fa-sort-asc:before{content:"\f0de"}.fa-envelope:before{content:"\f0e0"}.fa-linkedin:before{content:"\f0e1"}.fa-rotate-left:before,.fa-undo:before{content:"\f0e2"}.fa-legal:before,.fa-gavel:before{content:"\f0e3"}.fa-dashboard:before,.fa-tachometer:before{content:"\f0e4"}.fa-comment-o:before{content:"\f0e5"}.fa-comments-o:before{content:"\f0e6"}.fa-flash:before,.fa-bolt:before{content:"\f0e7"}.fa-sitemap:before{content:"\f0e8"}.fa-umbrella:before{content:"\f0e9"}.fa-paste:before,.fa-clipboard:before{content:"\f0ea"}.fa-lightbulb-o:before{content:"\f0eb"}.fa-exchange:before{content:"\f0ec"}.fa-cloud-download:before{content:"\f0ed"}.fa-cloud-upload:before{content:"\f0ee"}.fa-user-md:before{content:"\f0f0"}.fa-stethoscope:before{content:"\f0f1"}.fa-suitcase:before{content:"\f0f2"}.fa-bell-o:before{content:"\f0a2"}.fa-coffee:before{content:"\f0f4"}.fa-cutlery:before{content:"\f0f5"}.fa-file-text-o:before{content:"\f0f6"}.fa-building-o:before{content:"\f0f7"}.fa-hospital-o:before{content:"\f0f8"}.fa-ambulance:before{content:"\f0f9"}.fa-medkit:before{content:"\f0fa"}.fa-fighter-jet:before{content:"\f0fb"}.fa-beer:before{content:"\f0fc"}.fa-h-square:before{content:"\f0fd"}.fa-plus-square:before{content:"\f0fe"}.fa-angle-double-left:before{content:"\f100"}.fa-angle-double-right:before{content:"\f101"}.fa-angle-double-up:before{content:"\f102"}.fa-angle-double-down:before{content:"\f103"}.fa-angle-left:before{content:"\f104"}.fa-angle-right:before{content:"\f105"}.fa-angle-up:before{content:"\f106"}.fa-angle-down:before{content:"\f107"}.fa-desktop:before{content:"\f108"}.fa-laptop:before{content:"\f109"}.fa-tablet:before{content:"\f10a"}.fa-mobile-phone:before,.fa-mobile:before{content:"\f10b"}.fa-circle-o:before{content:"\f10c"}.fa-quote-left:before{content:"\f10d"}.fa-quote-right:before{content:"\f10e"}.fa-spinner:before{content:"\f110"}.fa-circle:before{content:"\f111"}.fa-mail-reply:before,.fa-reply:before{content:"\f112"}.fa-github-alt:before{content:"\f113"}.fa-folder-o:before{content:"\f114"}.fa-folder-open-o:before{content:"\f115"}.fa-smile-o:before{content:"\f118"}.fa-frown-o:before{content:"\f119"}.fa-meh-o:before{content:"\f11a"}.fa-gamepad:before{content:"\f11b"}.fa-keyboard-o:before{content:"\f11c"}.fa-flag-o:before{content:"\f11d"}.fa-flag-checkered:before{content:"\f11e"}.fa-terminal:before{content:"\f120"}.fa-code:before{content:"\f121"}.fa-mail-reply-all:before,.fa-reply-all:before{content:"\f122"}.fa-star-half-empty:before,.fa-star-half-full:before,.fa-star-half-o:before{content:"\f123"}.fa-location-arrow:before{content:"\f124"}.fa-crop:before{content:"\f125"}.fa-code-fork:before{content:"\f126"}.fa-unlink:before,.fa-chain-broken:before{content:"\f127"}.fa-question:before{content:"\f128"}.fa-info:before{content:"\f129"}.fa-exclamation:before{content:"\f12a"}.fa-superscript:before{content:"\f12b"}.fa-subscript:before{content:"\f12c"}.fa-eraser:before{content:"\f12d"}.fa-puzzle-piece:before{content:"\f12e"}.fa-microphone:before{content:"\f130"}.fa-microphone-slash:before{content:"\f131"}.fa-shield:before{content:"\f132"}.fa-calendar-o:before{content:"\f133"}.fa-fire-extinguisher:before{content:"\f134"}.fa-rocket:before{content:"\f135"}.fa-maxcdn:before{content:"\f136"}.fa-chevron-circle-left:before{content:"\f137"}.fa-chevron-circle-right:before{content:"\f138"}.fa-chevron-circle-up:before{content:"\f139"}.fa-chevron-circle-down:before{content:"\f13a"}.fa-html5:before{content:"\f13b"}.fa-css3:before{content:"\f13c"}.fa-anchor:before{content:"\f13d"}.fa-unlock-alt:before{content:"\f13e"}.fa-bullseye:before{content:"\f140"}.fa-ellipsis-h:before{content:"\f141"}.fa-ellipsis-v:before{content:"\f142"}.fa-rss-square:before{content:"\f143"}.fa-play-circle:before{content:"\f144"}.fa-ticket:before{content:"\f145"}.fa-minus-square:before{content:"\f146"}.fa-minus-square-o:before{content:"\f147"}.fa-level-up:before{content:"\f148"}.fa-level-down:before{content:"\f149"}.fa-check-square:before{content:"\f14a"}.fa-pencil-square:before{content:"\f14b"}.fa-external-link-square:before{content:"\f14c"}.fa-share-square:before{content:"\f14d"}.fa-compass:before{content:"\f14e"}.fa-toggle-down:before,.fa-caret-square-o-down:before{content:"\f150"}.fa-toggle-up:before,.fa-caret-square-o-up:before{content:"\f151"}.fa-toggle-right:before,.fa-caret-square-o-right:before{content:"\f152"}.fa-euro:before,.fa-eur:before{content:"\f153"}.fa-gbp:before{content:"\f154"}.fa-dollar:before,.fa-usd:before{content:"\f155"}.fa-rupee:before,.fa-inr:before{content:"\f156"}.fa-cny:before,.fa-rmb:before,.fa-yen:before,.fa-jpy:before{content:"\f157"}.fa-ruble:before,.fa-rouble:before,.fa-rub:before{content:"\f158"}.fa-won:before,.fa-krw:before{content:"\f159"}.fa-bitcoin:before,.fa-btc:before{content:"\f15a"}.fa-file:before{content:"\f15b"}.fa-file-text:before{content:"\f15c"}.fa-sort-alpha-asc:before{content:"\f15d"}.fa-sort-alpha-desc:before{content:"\f15e"}.fa-sort-amount-asc:before{content:"\f160"}.fa-sort-amount-desc:before{content:"\f161"}.fa-sort-numeric-asc:before{content:"\f162"}.fa-sort-numeric-desc:before{content:"\f163"}.fa-thumbs-up:before{content:"\f164"}.fa-thumbs-down:before{content:"\f165"}.fa-youtube-square:before{content:"\f166"}.fa-youtube:before{content:"\f167"}.fa-xing:before{content:"\f168"}.fa-xing-square:before{content:"\f169"}.fa-youtube-play:before{content:"\f16a"}.fa-dropbox:before{content:"\f16b"}.fa-stack-overflow:before{content:"\f16c"}.fa-instagram:before{content:"\f16d"}.fa-flickr:before{content:"\f16e"}.fa-adn:before{content:"\f170"}.fa-bitbucket:before{content:"\f171"}.fa-bitbucket-square:before{content:"\f172"}.fa-tumblr:before{content:"\f173"}.fa-tumblr-square:before{content:"\f174"}.fa-long-arrow-down:before{content:"\f175"}.fa-long-arrow-up:before{content:"\f176"}.fa-long-arrow-left:before{content:"\f177"}.fa-long-arrow-right:before{content:"\f178"}.fa-apple:before{content:"\f179"}.fa-windows:before{content:"\f17a"}.fa-android:before{content:"\f17b"}.fa-linux:before{content:"\f17c"}.fa-dribbble:before{content:"\f17d"}.fa-skype:before{content:"\f17e"}.fa-foursquare:before{content:"\f180"}.fa-trello:before{content:"\f181"}.fa-female:before{content:"\f182"}.fa-male:before{content:"\f183"}.fa-gittip:before,.fa-gratipay:before{content:"\f184"}.fa-sun-o:before{content:"\f185"}.fa-moon-o:before{content:"\f186"}.fa-archive:before{content:"\f187"}.fa-bug:before{content:"\f188"}.fa-vk:before{content:"\f189"}.fa-weibo:before{content:"\f18a"}.fa-renren:before{content:"\f18b"}.fa-pagelines:before{content:"\f18c"}.fa-stack-exchange:before{content:"\f18d"}.fa-arrow-circle-o-right:before{content:"\f18e"}.fa-arrow-circle-o-left:before{content:"\f190"}.fa-toggle-left:before,.fa-caret-square-o-left:before{content:"\f191"}.fa-dot-circle-o:before{content:"\f192"}.fa-wheelchair:before{content:"\f193"}.fa-vimeo-square:before{content:"\f194"}.fa-turkish-lira:before,.fa-try:before{content:"\f195"}.fa-plus-square-o:before{content:"\f196"}.fa-space-shuttle:before{content:"\f197"}.fa-slack:before{content:"\f198"}.fa-envelope-square:before{content:"\f199"}.fa-wordpress:before{content:"\f19a"}.fa-openid:before{content:"\f19b"}.fa-institution:before,.fa-bank:before,.fa-university:before{content:"\f19c"}.fa-mortar-board:before,.fa-graduation-cap:before{content:"\f19d"}.fa-yahoo:before{content:"\f19e"}.fa-google:before{content:"\f1a0"}.fa-reddit:before{content:"\f1a1"}.fa-reddit-square:before{content:"\f1a2"}.fa-stumbleupon-circle:before{content:"\f1a3"}.fa-stumbleupon:before{content:"\f1a4"}.fa-delicious:before{content:"\f1a5"}.fa-digg:before{content:"\f1a6"}.fa-pied-piper-pp:before{content:"\f1a7"}.fa-pied-piper-alt:before{content:"\f1a8"}.fa-drupal:before{content:"\f1a9"}.fa-joomla:before{content:"\f1aa"}.fa-language:before{content:"\f1ab"}.fa-fax:before{content:"\f1ac"}.fa-building:before{content:"\f1ad"}.fa-child:before{content:"\f1ae"}.fa-paw:before{content:"\f1b0"}.fa-spoon:before{content:"\f1b1"}.fa-cube:before{content:"\f1b2"}.fa-cubes:before{content:"\f1b3"}.fa-behance:before{content:"\f1b4"}.fa-behance-square:before{content:"\f1b5"}.fa-steam:before{content:"\f1b6"}.fa-steam-square:before{content:"\f1b7"}.fa-recycle:before{content:"\f1b8"}.fa-automobile:before,.fa-car:before{content:"\f1b9"}.fa-cab:before,.fa-taxi:before{content:"\f1ba"}.fa-tree:before{content:"\f1bb"}.fa-spotify:before{content:"\f1bc"}.fa-deviantart:before{content:"\f1bd"}.fa-soundcloud:before{content:"\f1be"}.fa-database:before{content:"\f1c0"}.fa-file-pdf-o:before{content:"\f1c1"}.fa-file-word-o:before{content:"\f1c2"}.fa-file-excel-o:before{content:"\f1c3"}.fa-file-powerpoint-o:before{content:"\f1c4"}.fa-file-photo-o:before,.fa-file-picture-o:before,.fa-file-image-o:before{content:"\f1c5"}.fa-file-zip-o:before,.fa-file-archive-o:before{content:"\f1c6"}.fa-file-sound-o:before,.fa-file-audio-o:before{content:"\f1c7"}.fa-file-movie-o:before,.fa-file-video-o:before{content:"\f1c8"}.fa-file-code-o:before{content:"\f1c9"}.fa-vine:before{content:"\f1ca"}.fa-codepen:before{content:"\f1cb"}.fa-jsfiddle:before{content:"\f1cc"}.fa-life-bouy:before,.fa-life-buoy:before,.fa-life-saver:before,.fa-support:before,.fa-life-ring:before{content:"\f1cd"}.fa-circle-o-notch:before{content:"\f1ce"}.fa-ra:before,.fa-resistance:before,.fa-rebel:before{content:"\f1d0"}.fa-ge:before,.fa-empire:before{content:"\f1d1"}.fa-git-square:before{content:"\f1d2"}.fa-git:before{content:"\f1d3"}.fa-y-combinator-square:before,.fa-yc-square:before,.fa-hacker-news:before{content:"\f1d4"}.fa-tencent-weibo:before{content:"\f1d5"}.fa-qq:before{content:"\f1d6"}.fa-wechat:before,.fa-weixin:before{content:"\f1d7"}.fa-send:before,.fa-paper-plane:before{content:"\f1d8"}.fa-send-o:before,.fa-paper-plane-o:before{content:"\f1d9"}.fa-history:before{content:"\f1da"}.fa-circle-thin:before{content:"\f1db"}.fa-header:before{content:"\f1dc"}.fa-paragraph:before{content:"\f1dd"}.fa-sliders:before{content:"\f1de"}.fa-share-alt:before{content:"\f1e0"}.fa-share-alt-square:before{content:"\f1e1"}.fa-bomb:before{content:"\f1e2"}.fa-soccer-ball-o:before,.fa-futbol-o:before{content:"\f1e3"}.fa-tty:before{content:"\f1e4"}.fa-binoculars:before{content:"\f1e5"}.fa-plug:before{content:"\f1e6"}.fa-slideshare:before{content:"\f1e7"}.fa-twitch:before{content:"\f1e8"}.fa-yelp:before{content:"\f1e9"}.fa-newspaper-o:before{content:"\f1ea"}.fa-wifi:before{content:"\f1eb"}.fa-calculator:before{content:"\f1ec"}.fa-paypal:before{content:"\f1ed"}.fa-google-wallet:before{content:"\f1ee"}.fa-cc-visa:before{content:"\f1f0"}.fa-cc-mastercard:before{content:"\f1f1"}.fa-cc-discover:before{content:"\f1f2"}.fa-cc-amex:before{content:"\f1f3"}.fa-cc-paypal:before{content:"\f1f4"}.fa-cc-stripe:before{content:"\f1f5"}.fa-bell-slash:before{content:"\f1f6"}.fa-bell-slash-o:before{content:"\f1f7"}.fa-trash:before{content:"\f1f8"}.fa-copyright:before{content:"\f1f9"}.fa-at:before{content:"\f1fa"}.fa-eyedropper:before{content:"\f1fb"}.fa-paint-brush:before{content:"\f1fc"}.fa-birthday-cake:before{content:"\f1fd"}.fa-area-chart:before{content:"\f1fe"}.fa-pie-chart:before{content:"\f200"}.fa-line-chart:before{content:"\f201"}.fa-lastfm:before{content:"\f202"}.fa-lastfm-square:before{content:"\f203"}.fa-toggle-off:before{content:"\f204"}.fa-toggle-on:before{content:"\f205"}.fa-bicycle:before{content:"\f206"}.fa-bus:before{content:"\f207"}.fa-ioxhost:before{content:"\f208"}.fa-angellist:before{content:"\f209"}.fa-cc:before{content:"\f20a"}.fa-shekel:before,.fa-sheqel:before,.fa-ils:before{content:"\f20b"}.fa-meanpath:before{content:"\f20c"}.fa-buysellads:before{content:"\f20d"}.fa-connectdevelop:before{content:"\f20e"}.fa-dashcube:before{content:"\f210"}.fa-forumbee:before{content:"\f211"}.fa-leanpub:before{content:"\f212"}.fa-sellsy:before{content:"\f213"}.fa-shirtsinbulk:before{content:"\f214"}.fa-simplybuilt:before{content:"\f215"}.fa-skyatlas:before{content:"\f216"}.fa-cart-plus:before{content:"\f217"}.fa-cart-arrow-down:before{content:"\f218"}.fa-diamond:before{content:"\f219"}.fa-ship:before{content:"\f21a"}.fa-user-secret:before{content:"\f21b"}.fa-motorcycle:before{content:"\f21c"}.fa-street-view:before{content:"\f21d"}.fa-heartbeat:before{content:"\f21e"}.fa-venus:before{content:"\f221"}.fa-mars:before{content:"\f222"}.fa-mercury:before{content:"\f223"}.fa-intersex:before,.fa-transgender:before{content:"\f224"}.fa-transgender-alt:before{content:"\f225"}.fa-venus-double:before{content:"\f226"}.fa-mars-double:before{content:"\f227"}.fa-venus-mars:before{content:"\f228"}.fa-mars-stroke:before{content:"\f229"}.fa-mars-stroke-v:before{content:"\f22a"}.fa-mars-stroke-h:before{content:"\f22b"}.fa-neuter:before{content:"\f22c"}.fa-genderless:before{content:"\f22d"}.fa-facebook-official:before{content:"\f230"}.fa-pinterest-p:before{content:"\f231"}.fa-whatsapp:before{content:"\f232"}.fa-server:before{content:"\f233"}.fa-user-plus:before{content:"\f234"}.fa-user-times:before{content:"\f235"}.fa-hotel:before,.fa-bed:before{content:"\f236"}.fa-viacoin:before{content:"\f237"}.fa-train:before{content:"\f238"}.fa-subway:before{content:"\f239"}.fa-medium:before{content:"\f23a"}.fa-yc:before,.fa-y-combinator:before{content:"\f23b"}.fa-optin-monster:before{content:"\f23c"}.fa-opencart:before{content:"\f23d"}.fa-expeditedssl:before{content:"\f23e"}.fa-battery-4:before,.fa-battery:before,.fa-battery-full:before{content:"\f240"}.fa-battery-3:before,.fa-battery-three-quarters:before{content:"\f241"}.fa-battery-2:before,.fa-battery-half:before{content:"\f242"}.fa-battery-1:before,.fa-battery-quarter:before{content:"\f243"}.fa-battery-0:before,.fa-battery-empty:before{content:"\f244"}.fa-mouse-pointer:before{content:"\f245"}.fa-i-cursor:before{content:"\f246"}.fa-object-group:before{content:"\f247"}.fa-object-ungroup:before{content:"\f248"}.fa-sticky-note:before{content:"\f249"}.fa-sticky-note-o:before{content:"\f24a"}.fa-cc-jcb:before{content:"\f24b"}.fa-cc-diners-club:before{content:"\f24c"}.fa-clone:before{content:"\f24d"}.fa-balance-scale:before{content:"\f24e"}.fa-hourglass-o:before{content:"\f250"}.fa-hourglass-1:before,.fa-hourglass-start:before{content:"\f251"}.fa-hourglass-2:before,.fa-hourglass-half:before{content:"\f252"}.fa-hourglass-3:before,.fa-hourglass-end:before{content:"\f253"}.fa-hourglass:before{content:"\f254"}.fa-hand-grab-o:before,.fa-hand-rock-o:before{content:"\f255"}.fa-hand-stop-o:before,.fa-hand-paper-o:before{content:"\f256"}.fa-hand-scissors-o:before{content:"\f257"}.fa-hand-lizard-o:before{content:"\f258"}.fa-hand-spock-o:before{content:"\f259"}.fa-hand-pointer-o:before{content:"\f25a"}.fa-hand-peace-o:before{content:"\f25b"}.fa-trademark:before{content:"\f25c"}.fa-registered:before{content:"\f25d"}.fa-creative-commons:before{content:"\f25e"}.fa-gg:before{content:"\f260"}.fa-gg-circle:before{content:"\f261"}.fa-tripadvisor:before{content:"\f262"}.fa-odnoklassniki:before{content:"\f263"}.fa-odnoklassniki-square:before{content:"\f264"}.fa-get-pocket:before{content:"\f265"}.fa-wikipedia-w:before{content:"\f266"}.fa-safari:before{content:"\f267"}.fa-chrome:before{content:"\f268"}.fa-firefox:before{content:"\f269"}.fa-opera:before{content:"\f26a"}.fa-internet-explorer:before{content:"\f26b"}.fa-tv:before,.fa-television:before{content:"\f26c"}.fa-contao:before{content:"\f26d"}.fa-500px:before{content:"\f26e"}.fa-amazon:before{content:"\f270"}.fa-calendar-plus-o:before{content:"\f271"}.fa-calendar-minus-o:before{content:"\f272"}.fa-calendar-times-o:before{content:"\f273"}.fa-calendar-check-o:before{content:"\f274"}.fa-industry:before{content:"\f275"}.fa-map-pin:before{content:"\f276"}.fa-map-signs:before{content:"\f277"}.fa-map-o:before{content:"\f278"}.fa-map:before{content:"\f279"}.fa-commenting:before{content:"\f27a"}.fa-commenting-o:before{content:"\f27b"}.fa-houzz:before{content:"\f27c"}.fa-vimeo:before{content:"\f27d"}.fa-black-tie:before{content:"\f27e"}.fa-fonticons:before{content:"\f280"}.fa-reddit-alien:before{content:"\f281"}.fa-edge:before{content:"\f282"}.fa-credit-card-alt:before{content:"\f283"}.fa-codiepie:before{content:"\f284"}.fa-modx:before{content:"\f285"}.fa-fort-awesome:before{content:"\f286"}.fa-usb:before{content:"\f287"}.fa-product-hunt:before{content:"\f288"}.fa-mixcloud:before{content:"\f289"}.fa-scribd:before{content:"\f28a"}.fa-pause-circle:before{content:"\f28b"}.fa-pause-circle-o:before{content:"\f28c"}.fa-stop-circle:before{content:"\f28d"}.fa-stop-circle-o:before{content:"\f28e"}.fa-shopping-bag:before{content:"\f290"}.fa-shopping-basket:before{content:"\f291"}.fa-hashtag:before{content:"\f292"}.fa-bluetooth:before{content:"\f293"}.fa-bluetooth-b:before{content:"\f294"}.fa-percent:before{content:"\f295"}.fa-gitlab:before{content:"\f296"}.fa-wpbeginner:before{content:"\f297"}.fa-wpforms:before{content:"\f298"}.fa-envira:before{content:"\f299"}.fa-universal-access:before{content:"\f29a"}.fa-wheelchair-alt:before{content:"\f29b"}.fa-question-circle-o:before{content:"\f29c"}.fa-blind:before{content:"\f29d"}.fa-audio-description:before{content:"\f29e"}.fa-volume-control-phone:before{content:"\f2a0"}.fa-braille:before{content:"\f2a1"}.fa-assistive-listening-systems:before{content:"\f2a2"}.fa-asl-interpreting:before,.fa-american-sign-language-interpreting:before{content:"\f2a3"}.fa-deafness:before,.fa-hard-of-hearing:before,.fa-deaf:before{content:"\f2a4"}.fa-glide:before{content:"\f2a5"}.fa-glide-g:before{content:"\f2a6"}.fa-signing:before,.fa-sign-language:before{content:"\f2a7"}.fa-low-vision:before{content:"\f2a8"}.fa-viadeo:before{content:"\f2a9"}.fa-viadeo-square:before{content:"\f2aa"}.fa-snapchat:before{content:"\f2ab"}.fa-snapchat-ghost:before{content:"\f2ac"}.fa-snapchat-square:before{content:"\f2ad"}.fa-pied-piper:before{content:"\f2ae"}.fa-first-order:before{content:"\f2b0"}.fa-yoast:before{content:"\f2b1"}.fa-themeisle:before{content:"\f2b2"}.fa-google-plus-circle:before,.fa-google-plus-official:before{content:"\f2b3"}.fa-fa:before,.fa-font-awesome:before{content:"\f2b4"}.fa-handshake-o:before{content:"\f2b5"}.fa-envelope-open:before{content:"\f2b6"}.fa-envelope-open-o:before{content:"\f2b7"}.fa-linode:before{content:"\f2b8"}.fa-address-book:before{content:"\f2b9"}.fa-address-book-o:before{content:"\f2ba"}.fa-vcard:before,.fa-address-card:before{content:"\f2bb"}.fa-vcard-o:before,.fa-address-card-o:before{content:"\f2bc"}.fa-user-circle:before{content:"\f2bd"}.fa-user-circle-o:before{content:"\f2be"}.fa-user-o:before{content:"\f2c0"}.fa-id-badge:before{content:"\f2c1"}.fa-drivers-license:before,.fa-id-card:before{content:"\f2c2"}.fa-drivers-license-o:before,.fa-id-card-o:before{content:"\f2c3"}.fa-quora:before{content:"\f2c4"}.fa-free-code-camp:before{content:"\f2c5"}.fa-telegram:before{content:"\f2c6"}.fa-thermometer-4:before,.fa-thermometer:before,.fa-thermometer-full:before{content:"\f2c7"}.fa-thermometer-3:before,.fa-thermometer-three-quarters:before{content:"\f2c8"}.fa-thermometer-2:before,.fa-thermometer-half:before{content:"\f2c9"}.fa-thermometer-1:before,.fa-thermometer-quarter:before{content:"\f2ca"}.fa-thermometer-0:before,.fa-thermometer-empty:before{content:"\f2cb"}.fa-shower:before{content:"\f2cc"}.fa-bathtub:before,.fa-s15:before,.fa-bath:before{content:"\f2cd"}.fa-podcast:before{content:"\f2ce"}.fa-window-maximize:before{content:"\f2d0"}.fa-window-minimize:before{content:"\f2d1"}.fa-window-restore:before{content:"\f2d2"}.fa-times-rectangle:before,.fa-window-close:before{content:"\f2d3"}.fa-times-rectangle-o:before,.fa-window-close-o:before{content:"\f2d4"}.fa-bandcamp:before{content:"\f2d5"}.fa-grav:before{content:"\f2d6"}.fa-etsy:before{content:"\f2d7"}.fa-imdb:before{content:"\f2d8"}.fa-ravelry:before{content:"\f2d9"}.fa-eercast:before{content:"\f2da"}.fa-microchip:before{content:"\f2db"}.fa-snowflake-o:before{content:"\f2dc"}.fa-superpowers:before{content:"\f2dd"}.fa-wpexplorer:before{content:"\f2de"}.fa-meetup:before{content:"\f2e0"}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0, 0, 0, 0);border:0}.sr-only-focusable:active,.sr-only-focusable:focus{position:static;width:auto;height:auto;margin:0;overflow:visible;clip:auto}

/* ESSENTIAL STYLES */
.sf-menu, .sf-menu * {
    margin: 0;
    padding: 0;
    list-style: none;
}
.sf-menu li {
    position: relative;
}
.sf-menu ul {
    position: absolute;
    display: none;
    top: 100%;
    left: 0;
    z-index: 99;
}
.sf-menu > li {
    float: left;
}
.sf-menu li:hover > ul,
.sf-menu li.sfHover > ul {
    display: block;
}

.sf-menu a {
    display: block;
    position: relative;
}
.sf-menu ul ul {
    top: 0;
    left: 100%;
}

.sf-menu {
	margin-top: 66px;
}
.sf-menu ul {
	padding-top: 1px;
	min-width: 12em; /* allow long menu items to determine submenu width */
	*width: 12em; /* no auto sub width for IE7, see white-space comment below */
        
}

.sf-menu li {
	background: #54ad3a;
	white-space: nowrap; /* no need for Supersubs plugin */
	*white-space: normal; /* ...unless you support IE7 (let it wrap) */
	-webkit-transition: background .1s;
	transition: background .2s;
}


.sf-menu a, 
.sf-menu span.active {
	padding: 12px 20px;
	border-right: 1px solid #76be63;
	text-decoration: none;
	zoom: 1; /* IE7 */
	color: #fff;
}


.sf-menu li.active span.active {
	display: block;
}


.sf-menu ul li {
	background: #595857;
	background-color: #6d6c6a;
}


.sf-menu ul ul li {
      

}





.sf-menu li:hover,
.sf-menu li.sfHover {
        /* only transition out, not in */
        -webkit-transition: none;
        transition: none;
}

.sf-menu li.sfHover  {
	background-color: #595857 !important;
	background-color: #8d8b89 !important;
	background-color: #6d6c6a !important;
}

.sf-menu li.active  {
/*
	background-color: #8ac57a;
	background-color: #8d8b89 !important;
	
*/
	background-color: #468a34;
	
}

.sf-menu .level_3 li.active {
	background-color: #575654;
	font-weight: 700 !important;
}

.sf-menu .level_3 li a:hover {
	background-color:#6d6c6a;
}

.sf-menu .level_2 li.active,
.sf-menu .level_3 li.active,
.sf-menu .level_2 li.trail,
.sf-menu .level_3 li.trail {
	font-weight: 700;
}

.sf-menu .level_3 li.active span {
	background-color:rgba(0,0,0,.1);
}







/*Levels*/

.sf-menu .level_3 {
	padding-top: 0;
}

.sf-menu .level_2 li {
	position: relative;
}

.sf-menu .level_2 li a,
.sf-menu .level_2 li span {
	border-right: 0;
}





.sf-menu .level_2 .sf-with-ul:before {
	content: "\f105";
	font-family: FontAwesome;
	position: absolute;
	font-weight: normal;
	right: 15px;
}

.sf-menu .level_2 .sfHover a   {
	background-color: #575654;
	
}

.sf-menu .level_3 li a::after {
	display: none !important;
}

.sf-menu .level_2 a::after {
	content: "";
	padding: 0;
}

.sf-menu .level_2 a, 
.sf-menu .level_2 span.active {
        padding: 7px 15px;
        font-size: 14px;
  
/*         font-weight: 600; */
}

.sf-menu .level_3 a:hover, 
.sf-menu .level_3 span.active {
        
        
    
}








/*** arrows (for all except IE7) **/
.sf-arrows .sf-with-ul {
        padding-right: 2.5em !important;
        *padding-right: 1em !important; /* no CSS arrows for IE7 (lack pseudo-elements) */
}
/* styling for both css and generated arrows */
.sf-arrows .sf-with-ul:after {
        content: '';
        position: absolute;
        top: 50%;
        right: 1em;
        margin-top: -3px;
        height: 0;
        width: 0;
        /* order of following 3 rules important for fallbacks to work */
        border: 5px solid transparent;
        border-top-color: #dFeEFF; /* edit this to suit design (no rgba in IE8) */
        border-top-color: rgba(255,255,255,.5);
}
.sf-arrows > li > .sf-with-ul:focus:after,
.sf-arrows > li:hover > .sf-with-ul:after,
.sf-arrows > .sfHover > .sf-with-ul:after {
        border-top-color: white; /* IE8 fallback colour */
}
/* styling for right-facing arrows */
.sf-arrows ul .sf-with-ul:after {
        margin-top: -5px;
        margin-right: -3px;
        border-color: transparent;
        border-left-color: #dFeEFF; /* edit this to suit design (no rgba in IE8) */
        border-left-color: rgba(255,255,255,.5);
}
.sf-arrows ul li > .sf-with-ul:focus:after,
.sf-arrows ul li:hover > .sf-with-ul:after,
.sf-arrows ul .sfHover > .sf-with-ul:after {
        border-left-color: white;
}
/*
Theme Name: DAV Frankfurt / M
Author: Patrick Weiß
Author URL: http://www.herrweiss.de
Version: 1.0
*/

/* fira-sans-300 - latin */
@font-face {
	font-family: "Fira Sans";
	font-style: normal;
	font-weight: 300;
	src: url("../../files/dav-ffm/layout/fonts/fira-sans-v10-latin-300.eot");
	/* IE9 Compat Modes */
	src: local(""),
		url("../../files/dav-ffm/layout/fonts/fira-sans-v10-latin-300.eot?#iefix")
			format("embedded-opentype"),
		/* IE6-IE8 */ url("../../files/dav-ffm/layout/fonts/fira-sans-v10-latin-300.woff2") format("woff2"),
		/* Super Modern Browsers */ url("../../files/dav-ffm/layout/fonts/fira-sans-v10-latin-300.woff")
			format("woff"),
		/* Modern Browsers */ url("../../files/dav-ffm/layout/fonts/fira-sans-v10-latin-300.ttf")
			format("truetype"),
		/* Safari, Android, iOS */
			url("../../files/dav-ffm/layout/fonts/fira-sans-v10-latin-300.svg#FiraSans") format("svg");
	/* Legacy iOS */
}

/* fira-sans-regular - latin */
@font-face {
	font-family: "Fira Sans";
	font-style: normal;
	font-weight: 400;
	src: url("../../files/dav-ffm/layout/fonts/fira-sans-v10-latin-regular.eot");
	/* IE9 Compat Modes */
	src: local(""),
		url("../../files/dav-ffm/layout/fonts/fira-sans-v10-latin-regular.eot?#iefix")
			format("embedded-opentype"),
		/* IE6-IE8 */ url("../../files/dav-ffm/layout/fonts/fira-sans-v10-latin-regular.woff2")
			format("woff2"),
		/* Super Modern Browsers */ url("../../files/dav-ffm/layout/fonts/fira-sans-v10-latin-regular.woff")
			format("woff"),
		/* Modern Browsers */ url("../../files/dav-ffm/layout/fonts/fira-sans-v10-latin-regular.ttf")
			format("truetype"),
		/* Safari, Android, iOS */
			url("../../files/dav-ffm/layout/fonts/fira-sans-v10-latin-regular.svg#FiraSans") format("svg");
	/* Legacy iOS */
}

/* fira-sans-italic - latin */
@font-face {
	font-family: "Fira Sans";
	font-style: italic;
	font-weight: 400;
	src: url("../../files/dav-ffm/layout/fonts/fira-sans-v10-latin-italic.eot");
	/* IE9 Compat Modes */
	src: local(""),
		url("../../files/dav-ffm/layout/fonts/fira-sans-v10-latin-italic.eot?#iefix")
			format("embedded-opentype"),
		/* IE6-IE8 */ url("../../files/dav-ffm/layout/fonts/fira-sans-v10-latin-italic.woff2")
			format("woff2"),
		/* Super Modern Browsers */ url("../../files/dav-ffm/layout/fonts/fira-sans-v10-latin-italic.woff")
			format("woff"),
		/* Modern Browsers */ url("../../files/dav-ffm/layout/fonts/fira-sans-v10-latin-italic.ttf")
			format("truetype"),
		/* Safari, Android, iOS */
			url("../../files/dav-ffm/layout/fonts/fira-sans-v10-latin-italic.svg#FiraSans") format("svg");
	/* Legacy iOS */
}

/* fira-sans-500 - latin */
@font-face {
	font-family: "Fira Sans";
	font-style: normal;
	font-weight: 500;
	src: url("../../files/dav-ffm/layout/fonts/fira-sans-v10-latin-500.eot");
	/* IE9 Compat Modes */
	src: local(""),
		url("../../files/dav-ffm/layout/fonts/fira-sans-v10-latin-500.eot?#iefix")
			format("embedded-opentype"),
		/* IE6-IE8 */ url("../../files/dav-ffm/layout/fonts/fira-sans-v10-latin-500.woff2") format("woff2"),
		/* Super Modern Browsers */ url("../../files/dav-ffm/layout/fonts/fira-sans-v10-latin-500.woff")
			format("woff"),
		/* Modern Browsers */ url("../../files/dav-ffm/layout/fonts/fira-sans-v10-latin-500.ttf")
			format("truetype"),
		/* Safari, Android, iOS */
			url("../../files/dav-ffm/layout/fonts/fira-sans-v10-latin-500.svg#FiraSans") format("svg");
	/* Legacy iOS */
}

/* fira-sans-600 - latin */
@font-face {
	font-family: "Fira Sans";
	font-style: normal;
	font-weight: 600;
	src: url("../../files/dav-ffm/layout/fonts/fira-sans-v10-latin-600.eot");
	/* IE9 Compat Modes */
	src: local(""),
		url("../../files/dav-ffm/layout/fonts/fira-sans-v10-latin-600.eot?#iefix")
			format("embedded-opentype"),
		/* IE6-IE8 */ url("../../files/dav-ffm/layout/fonts/fira-sans-v10-latin-600.woff2") format("woff2"),
		/* Super Modern Browsers */ url("../../files/dav-ffm/layout/fonts/fira-sans-v10-latin-600.woff")
			format("woff"),
		/* Modern Browsers */ url("../../files/dav-ffm/layout/fonts/fira-sans-v10-latin-600.ttf")
			format("truetype"),
		/* Safari, Android, iOS */
			url("../../files/dav-ffm/layout/fonts/fira-sans-v10-latin-600.svg#FiraSans") format("svg");
	/* Legacy iOS */
}

/* fira-sans-700 - latin */
@font-face {
	font-family: "Fira Sans";
	font-style: normal;
	font-weight: 700;
	src: url("../../files/dav-ffm/layout/fonts/fira-sans-v10-latin-700.eot");
	/* IE9 Compat Modes */
	src: local(""),
		url("../../files/dav-ffm/layout/fonts/fira-sans-v10-latin-700.eot?#iefix")
			format("embedded-opentype"),
		/* IE6-IE8 */ url("../../files/dav-ffm/layout/fonts/fira-sans-v10-latin-700.woff2") format("woff2"),
		/* Super Modern Browsers */ url("../../files/dav-ffm/layout/fonts/fira-sans-v10-latin-700.woff")
			format("woff"),
		/* Modern Browsers */ url("../../files/dav-ffm/layout/fonts/fira-sans-v10-latin-700.ttf")
			format("truetype"),
		/* Safari, Android, iOS */
			url("../../files/dav-ffm/layout/fonts/fira-sans-v10-latin-700.svg#FiraSans") format("svg");
	/* Legacy iOS */
}

/* fira-sans-800 - latin */
@font-face {
	font-family: "Fira Sans";
	font-style: normal;
	font-weight: 800;
	src: url("../../files/dav-ffm/layout/fonts/fira-sans-v10-latin-800.eot");
	/* IE9 Compat Modes */
	src: local(""),
		url("../../files/dav-ffm/layout/fonts/fira-sans-v10-latin-800.eot?#iefix")
			format("embedded-opentype"),
		/* IE6-IE8 */ url("../../files/dav-ffm/layout/fonts/fira-sans-v10-latin-800.woff2") format("woff2"),
		/* Super Modern Browsers */ url("../../files/dav-ffm/layout/fonts/fira-sans-v10-latin-800.woff")
			format("woff"),
		/* Modern Browsers */ url("../../files/dav-ffm/layout/fonts/fira-sans-v10-latin-800.ttf")
			format("truetype"),
		/* Safari, Android, iOS */
			url("../../files/dav-ffm/layout/fonts/fira-sans-v10-latin-800.svg#FiraSans") format("svg");
	/* Legacy iOS */
}

/* BASICS
  --------------------------------------------------- */

* {
	margin: 0;
	padding: 0;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	vertical-align: baseline;
	border: none;
}

*:focus {
	outline: none;
}

.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;
}

::-webkit-input-placeholder {
	color: #363636;
}

:-moz-placeholder {
	color: #363636;
}

::-moz-placeholder {
	color: #363636;
}

:-ms-input-placeholder {
	color: #363636;
}

/* Clearfix */

.cf:before,
.cf:after,
#container:after,
#header:after,
.custom:after {
	content: "";
	display: table;
}

.cf:after {
	clear: both;
}

.cf,
#container,
.custom {
	zoom: 1;
	/* For IE 6/7 (trigger hasLayout) */
}

.invisible {
	display: none !important;
}

.wf-loading h1,
.wf-loading h2,
.wf-loading li,
.wf-loading p,
.wf-loading figcaption {
	visibility: hidden;
}

html {
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	font-size: 62.5%;
	height: 101%;
}

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

p,
ul,
table {
	margin-bottom: 1em;
}

nav ul {
	list-style-type: none;
}

.float_left {
	float: left;
}

.float_right {
	float: right;
}

.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;
}

.clear {
	clear: both;
}

.fa {
	padding-right: 10px;
}

.bg-transparent {
	background-color: transparent !important;
}

.p-0 {
	padding: 0 !important;
}

/* TYPE
  --------------------------------------------------- */

body {
	font-family: "Adelle Sans W05", sans-serif;
	font-family: "Fira Sans";
	font-size: 15px;
	font-size: 1.5rem;
	line-height: 1.6em;
	color: #333;
}

#header ul li {
	list-style-type: none;
}

a {
	color: #54ad3a;
}

h1,
.nav-main .level_1 li,
h2,
#right h3,
#footer h3 {
	/* geändert 06.12.18 FUN
	font-family: 'Adelle W01', serif; */
	font-family: "Adelle Sans W05", sans-serif;
	font-family: "Fira Sans";
	font-weight: 500;
}

.box h2 {
	background-color: #54ad3a;
	font-size: 16px;
	color: #fff;
}

.nav-main .level_2 li {
	font-family: "Adelle Sans W05", sans-serif;
	font-family: "Fira Sans", sans-serif;
	font-weight: 400 !important;
}

h1 {
	font-size: 32px;
	font-size: 3.2rem;
	color: #54ad3a;
	margin-bottom: 1em;
	line-height: 1.2em;
}

/*h2,
h3,*/
strong {
	/* geändert 06.12.18 FUN alt 700*/
	font-weight: 700;
}

h1 a,
h2 a,
h3 a,
h4 a {
	text-decoration: none;
	/* geändert 06.12.18 FUN hinzugefügt*/
	color: #80898e;
}

#main h2 {
	/* geändert 06.12.18 FUN
	color: #54ad3a; */
	color: #80898e;
	font-size: 24px;
	line-height: 1.4em;
	margin-bottom: 1em;
}

#main h3 {
	/* geändert 06.12.18 FUN
	color: #54ad3a; */
	color: #80898e;
	margin-bottom: 0.5em;
	font-size: 18px;
	font-weight: inherit;
	/*eingefügt am 10.12.18 */
}

#main h4 {
	/*margin-bottom: 1em;*/
	font-size: 16px;
}

#main h5 {
	margin-bottom: 1em;
	font-size: 13px;
	color: #999;
	line-height: 1.3em;
}

#right p {
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	-ms-hyphens: auto;
	hyphens: auto;
}

#main p {
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	-ms-hyphens: auto;
	hyphens: auto;
}

p,
ul,
ol,
table,
.ce_accordion {
	margin-bottom: 1em;
}

hr {
	border-top: 1px solid #e2e1df;
	margin-bottom: 0.5em;
}

#main ul,
#main ol {
	margin-left: 20px;
}

/* TinyMCE
  --------------------------------------------------- */
.fontred {
	color: red;
}

/* LAYOUT
  --------------------------------------------------- */

body {
	background: url(../../files/dav-ffm/layout/img/bg_body.png) repeat
		#dedcd8;
}

#header,
#container,
#footer .inside {
	max-width: 1140px;
	margin: 0 auto;
}

#container {
	background-color: #fff;
	padding-top: 45px;
	padding-bottom: 45px;
	margin-top: 0 !important;
}

#main,
#left,
#right {
	float: left;
	position: relative;
}

#container .inside {
	margin: 0 10px;
}

.home #container .inside,
.uebersicht #container .inside {
	margin: 0;
}

.home #container,
.uebersicht #container {
	/* 	padding-top: 320px */
}

#left .inside {
	margin-left: 30px;
}

#right .inside {
	margin-right: 30px;
}

#left,
#right {
	width: 25%;
}

#main {
	width: 50%;
}

.home #container,
.uebersicht #container {
	background-color: transparent;
}

.home #main {
	width: 66.666666667%;
}

.uebersicht #main {
	width: 100%;
}

.home #main .inside {
	padding-right: 10px;
}

.home #right {
	width: 33.333333333%;
}

.home #right .inside {
	margin-left: 10px;
}

.formulare #main,
.layout-2-col #main {
	width: 75%;
	padding-right: 25px;
}

.home #main .mod_article {
	padding: 10px;
	/*
	width: 33.333333333%;
	float: left;
*/
}

/* Bücherei / Sortiment / Textelemente der Kategorien*/

.einzug {
	padding-right: 15px;
}

#header {
	height: 135px;
	margin-top: 30px;
}

.mod_pageimage {
	position: relative;
	top: -30px;
	margin-bottom: 50px;
}

.mod_pageimage .image_container {
	line-height: 0;
	overflow: hidden;
}

.mod_pageimage h1 {
	position: absolute;
	bottom: 0;
	font-size: 24px;
	margin-bottom: 0;
	/* geändert 06.12.18 FUN alt 700*/
	font-weight: 500;
	white-space: nowrap;
	color: #fff;
}

.mod_pageimage h1 span {
	line-height: 1.5em;
	background-color: rgba(84, 173, 58, 1);
	display: inline-block;
	padding: 5px 10px;
}

/* Geändert JF
.mod_pageImage h1 span {
	color: #fff;
	position: relative;
	padding: 10px 60px 10px 20px;
	font-size: 26px !important;
	text-shadow: 5px 5px 3px rgba(0,0,0,0.6);
}
*/

.mod_pageimage h1:after {
	background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABkAAAANCAYAAABcrsXuAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyhpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTExIDc5LjE1ODMyNSwgMjAxNS8wOS8xMC0wMToxMDoyMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTUgKE1hY2ludG9zaCkiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6RDU2NDU3RkRCNjIwMTFFNUJEQkREQzEyMDhCNDBDRDMiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6RDU2NDU3RkVCNjIwMTFFNUJEQkREQzEyMDhCNDBDRDMiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDpENTY0NTdGQkI2MjAxMUU1QkRCRERDMTIwOEI0MENEMyIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDpENTY0NTdGQ0I2MjAxMUU1QkRCRERDMTIwOEI0MENEMyIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PnoGdz0AAACsSURBVHjaYgxcb+jBwMCwAoj5GWgDNjMBiR1APJNGFmwB4hAmKKcciLtpYEEwEP9iQhIso6JFW2EWgDhMaJIgi3ootGAbEAfBLMBmCQiUAnEvBRYEIluAyxIQKCHDIqwW4LOEVIu247KAkCUwi/qIsCAAlwXEWAICxUDcT44PSLEEBIqwWLQDasFPQpqZSIhYkEUTkCwIIMYCEGAhMQUVAvE1IF5ErAUgABBgAP7FJlnhDVAjAAAAAElFTkSuQmCC");
	width: 26px;
	height: 13px;
	position: absolute;
	bottom: -13px;
	left: 50px;
	content: " ";
}

/*Social-Buttons*/

.social-links li {
	display: inline;
}

.social-links a {
	height: 32px;
	width: 32px;
	padding: 5px;
	text-align: center;
	color: #fff;
	display: block;
	float: left;
	background-color: rgba(0, 0, 0, 0.6);
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	text-decoration: none;
	margin-right: 10px;
	line-height: 1.2em;
	font-size: 16px;
	position: relative;
}

.social-links a:before {
	font-family: "FontAwesome";
	position: absolute;
}

.social-links .facebook:before {
	content: "\f09a";
	left: 12px;
	top: 7px;
}

.social-links .googleplus:before {
	content: "\f0d5";
	left: 8px;
	top: 7px;
}

.social-links .mail:before {
	content: "\f0e0";
	left: 8px;
	top: 6px;
}

.social-links .rss:before {
	content: "\f09e";
	left: 12px;
	top: 6px;
}

.social-links span {
	display: none;
}

/* HEADER
   --------------------------------------------------- */

.link-spurensuche {
	position: absolute;
	text-decoration: none;
	left: 0 !important;
	top: 4px;
}

.link-spurensuche a {
	color: #575855;
	text-decoration: none;
	font-weight: 600;
}

#header {
	width: 100%;
	position: relative;
}

.logo {
	position: absolute;
	left: 0;
	top: 0;
}

.header-top {
	float: right;
	position: relative;
	height: 115px;
	min-width: 63%;
}

.header-top .level_1 {
	margin-top: 20ox;
}

.header-top .social-links {
	position: absolute;
	right: 300px;
}

.mobile-trigger {
	display: none;
}

/*Suche*/

.suche {
	position: absolute;
	right: 0;
}

.suche input {
	float: left;
	width: 240px;
	font-size: 15px;
	font-size: 1.5rem;
	padding: 8px;
	border: none;
	background-color: #fff;
	-webkit-border-top-left-radius: 2px;
	-webkit-border-bottom-left-radius: 2px;
	-moz-border-radius-topleft: 2px;
	-moz-border-radius-bottomleft: 2px;
	border-top-left-radius: 2px;
	border-bottom-left-radius: 2px;
}

.suche .submit {
	float: left;
	width: 34px;
	border-radius: 0;
	-webkit-border-top-right-radius: 2px;
	-webkit-border-bottom-right-radius: 2px;
	-moz-border-radius-topright: 2px;
	-moz-border-radius-bottomright: 2px;
	border-top-right-radius: 2px;
	border-bottom-right-radius: 2px;
	cursor: pointer;
	background: url(../../files/dav-ffm/layout/img/bg_search.png) center
		center no-repeat #54ad3a;
	text-indent: -9999px;
	position: relative;
}

.suche .submit:after {
	content: "x";
	position: absolute;
	top: 0;
	left: 10px;
	width: 34px;
	height: 34px;
	display: block;
	background-color: #000;
}

#main .mod_search form {
	margin-bottom: 50px;
}

#main .mod_search .text {
	border: 1px solid #ddd;
}

#main .mod_search .url {
	margin-bottom: 60px;
}

input[type="search"] {
	-webkit-appearance: none;
	appearance: none;
}

input[type="search"]::-webkit-search-cancel-button {
	display: none;
}

::-webkit-input-placeholder {
	color: #999;
	font-size: 12px;
}

::-moz-placeholder {
	color: #999;
	font-size: 14px;
}

/* firefox 19+ */
:-ms-input-placeholder {
	color: #999;
	font-size: 14px;
}

/* ie */
input:-moz-placeholder {
	color: #999;
	font-size: 14px;
}

/*Slider*/

#slider {
	max-width: 1440px;
	width: 100%;
	margin: 0 auto;
	/*
	position: absolute;
	left: 50%;
	margin-left:-720px;
	top: 165px;
	width: 100%;

	overflow: hidden;
*/
}

.slick-dots {
	display: none !important;
}

.slick-dots li button {
	width: 15px;
	height: 15px;
	background-color: rgba(84, 173, 58, 1);
	border-radius: 50%;
	position: absolute;
	bottom: 45px;
	z-index: 1000;
}

.slick-dots .slick-active button {
	width: 15px;
	height: 15px;
	background-color: rgba(255, 255, 255, 1);
	border-radius: 50%;
	position: absolute;
	bottom: 45px;
	z-index: 1000;
}

.slick-dots li button:before {
	display: none;
}

.slider-fade img {
	max-width: 100%;
	height: auto;
}

.sliderBox {
	visibility: hidden;
}

.fader-control {
	visibility: hidden;
}

.swiper-wrapper {
	line-height: 0;
}

/* FOOTER
--------------------------------------------------- */

.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-10,
.col-11,
.col-12 {
	float: left;
	padding: 0 10px;
}

.col-2 {
	width: 16.666666667%;
}

.col-3 {
	width: 33.333333333%;
}

.col-4 {
	width: 25%;
}

.col-9 {
	width: 75%;
}

#footer {
	background-color: rgba(51, 51, 51, 0.5);
	color: #fff;
	font-size: 14px;
	padding: 40px 0;
	margin-top: 60px;
}

#footer h3 {
	font-size: 15px;
	margin-bottom: 0.5em;
	border-bottom: 1px solid rgba(255, 255, 255, 0.3);
	padding-bottom: 5px;
	margin-bottom: 1em;
}

#footer a {
	color: #fff;
	text-decoration: none;
}

#footer ul {
	margin-bottom: 0;
}

#footer .kletter-text {
	float: left;
}

#footer .kletter-logo {
	float: right;
}

#cookiebar {
	line-height: 1.4em;
	padding-top: 20px;
}

#cookiebar span {
	display: inline-block;
	padding-bottom: 1em;
}

#cookiebar button {
	margin: 20px 0;
}

/* Startseite
--------------------------------------------------- */

.home #container,
.uebersicht #container {
	/* 	padding-top: 380px; */
	position: relative;
	top: -45px;
	padding-top: 0;
	z-index: 1;
}

.home .slick-slider {
	margin-bottom: 0;
}

.home .no-padding .image_container {
}

#slider {
	position: relative;
}

.willkommen {
	position: absolute;
	width: 100%;
	bottom: 65px;
	z-index: 10;
}

#teaserboxen {
	/*  	margin-left: -10px; */
	margin-right: 0;
	margin-top: 10px;
}

#teaserboxen .teaser-item {
	padding: 10px;
	background-color: #fff;
}

.teaserbox {
	width: 50%;
	height: 280px;
	overflow: hidden;
	float: left;
	position: relative;
	background-color: #54ad3a;
	transition: transform 0.2s;
}

.teaser-container {
	height: inherit;
}

.teaserbox a {
	height: inherit;
	display: block;
	background-color: transparent;
}

.teaserbox:hover {
	transform: scale(1.05);
	z-index: 10;
}

.teaserbox .teaser-image {
	position: relative;
	line-height: 0;
	height: inherit;
	/* transition: transform .2s;  */
}

.teaserbox .teaser-image:hover {
	/* transform: scale(1.2); */
}

.teaserbox .link-more {
	display: none;
}

.teaserbox .teaser-image img {
	object-fit: cover;
	width: 100%;
	max-width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}

.teaserbox .teaser-image:before {
	position: absolute;
	height: inherit;
	line-height: 0;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	display: block;
	content: "";

	background-color: rgba(0, 0, 0, 0.5);
	background: linear-gradient(
		0deg,
		rgba(0, 0, 0, 0.7) 20%,
		rgba(0, 0, 0, 0) 60%
	);

	transition: all 0.3s;
}

/* .teaserbox .teaser-image:hover:before {
	background-color: rgba(0, 0, 0, .3) !important;
} */

.teaserbox .teaser-text {
	position: absolute;
	bottom: 0;
	padding: 20px;
	color: #fff;
}

.teaserbox .teaser-text h3 {
	color: #fff !important;
	font-size: 22px !important;
	font-weight: 500 !important;
	line-height: 1.1em !important;
}

.teaserbox .teaser-text a {
	color: #fff;
	text-decoration: none;
}

#main .box-intro {
	padding: 60px 30px !important;
	margin-bottom: 20px !important;
	font-size: 18px;
	line-height: 1.5em;
	position: relative;
}

.box-intro h2 {
	font-size: 36px !important;
	font-weight: 700 !important;
	color: #54ad3a !important;
	line-height: 1.1em !important;
}

.ce_image.bg-intro.first.block {
	position: absolute;
	right: 20px;
	top: 20px;
}

.willkommen h1 {
	/* 	background-color: rgba(255,255,255,.3); */
	max-width: 1140px;
	width: 100%;
	margin: 0 auto;
	color: #fff;
	font-size: 36px;
	font-weight: 400;
	z-index: 10;
	line-height: 1.75em;
}

.willkommen h1 span,
.willkommen h1 strong {
	/*background-color: rgba(84, 173, 58, .9);*/
	background-color: rgba(63, 67, 69, 0.4);
	padding: 6px 12px;
}

.willkommen h1 strong {
	font-weight: 700;
}

.home .mod_newslist,
.home .mod_eventlist {
	background-color: #fff;
	padding: 20px;
	margin-bottom: 20px;
}

.home #right .mod_newslist h3,
.home #right .mod_eventlist h3 {
	background-color: rgb(84, 173, 58);
	color: #fff;
	border: none;
	margin: -20px;
	margin-bottom: 20px !important;
	padding: 10px 20px;
	/* geändert 06.12.18 FUN alt 700*/
	font-size: 18px;
	font-weight: 400;
}

.home #right .mod_newslist .info {
}

.home #right .mod_newslist h4 {
	/* geändert 06.12.18
	font-family: 'Adelle W01', serif;  FUN*/
	font-family: "Adelle Sans W05", sans-serif;
	font-family: "Fira Sans", sans-serif;
	font-weight: 500;
	font-size: 16px;
	margin-bottom: 0.5em;
}

.home #right .mod_newslist .layout_latest {
	border-bottom: 1px solid #dbd9d5;
	padding-bottom: 20px;
	margin-bottom: 20px;
}

.home #right .mod_newslist .layout_latest.last {
}

.home #right .mod_eventlist .event-title {
	/* geändert 06.12.18
	font-family: 'Adelle W01', serif;  FUN*/
	font-family: "Adelle Sans W05", sans-serif;
	font-family: "Fira Sans", sans-serif;
	font-weight: 500;
	font-size: 16px;
}

.home #right .mod_eventlist .date {
	color: #999;
}

.home #right .mod_eventlist a {
	text-decoration: none;
	/* geändert 06.12.18 FUN color hinzugefügt*/
	color: #80898e;
}

/* CONTENT / MODULE
--------------------------------------------------- */

/* Position der Kacheln */

.slick-slider {
	margin-bottom: -145px;
	margin-bottom: -55px;
}

.home #main {
	background-color: transparent;
	/* 	margin-bottom: 20px; */
}

.home #main .mod_article {
	background-color: #fff;
	padding: 10px;
	margin-bottom: 1px;
}

.home #main .box-home h2 {
	margin: -20px;
	margin-bottom: 1em;
	padding: 10px 20px;
	color: #fff;
	font-size: 18px;
	background-color: #54ad3a;
}

#main .mod_article,
#main .boxes4ward_article {
	margin-bottom: 20px;
}

#main .spezial {
	border: 10px solid #54ad3a;
}

.mod_newsarchive h1,
.mod_eventlist h1 {
	display: none;
}

#right .box {
	margin-bottom: 20px;
}

/* Text / Bild */

.ce_text .image_container {
	line-height: 1em;
	margin-top: 5px;
	margin-bottom: 2em;
}

.ce_text .image_container.float_left,
.ce_text .image_container.float_right {
	margin-bottom: 5px;
}

.ce_text .caption {
	color: #999;
	font-size: 13px;
	line-height: 1.3em;
}

.break {
	clear: both;
}

figcaption {
	color: #999;
	font-size: 13px;
	line-height: 1.3em;
	margin-bottom: 1em;
}

.float_left {
	margin-top: 5px;
	margin-right: 15px;
}

.float_right {
	margin-left: 15px;
}

#main .mod_article {
	position: relative;
}

.pdf_link {
	right: 10px;
	top: -40px;
	position: absolute;
}

.pdf_link a:before {
	font-family: "FontAwesome";
	float: left;
	padding-left: 10px;
	font-size: 16px;
	color: rgba(84, 173, 58, 1);
}

.pdf_link a img {
	display: none;
}

.pdf_link a.print:before {
	content: "\f02f";
}

.pdf_link a.pdf:before {
	content: "\f1c1";
}

.pdf_link a.facebook:before {
	content: "\f09a";
}

.pdf_link a.googleplus:before {
	content: "\f0d5";
}

.pdf_link a.twitter:before {
	content: "\f099";
}

/* Suche */

#ctrl_1 {
	background-color: #fff;
}

/* Galerie */

.ce_gallery > ul {
	margin: 0 0 2em 0 !important;
	padding: 0;
	overflow: hidden;
	list-style: none;
}

.ce_gallery li img {
	padding-right: 5px;
	/*padding-bottom: 5px;*/
}

.ce_gallery .cols_1 li {
	padding: 0;
	margin: 0;
	width: 100%;
}

.ce_gallery .cols_2 li {
	padding: 0;
	margin: 0;
	width: 50%;
}

.ce_gallery .cols_3 li {
	padding: 0;
	margin: 0;
	width: 33%;
}

.ce_gallery .cols_4 li {
	padding: 0;
	margin: 0;
	width: 25%;
}

.ce_gallery li .ce_gallery .image_container {
	line-height: 0;
	margin-right: 1px;
	margin-bottom: 1px;
}

.ce_gallery > ul li {
	float: left;
}

.ce_gallery > ul li.col_first {
	clear: left;
}

.ce_gallery .image_container .caption {
	display: none;
}

.kachel-uebersicht {
	margin-left: -10px;
	margin-right: -10px;
}

.uebersicht #container .mod_article {
	background-color: transparent;
}

.uebersicht .ce_teaser {
	width: 33.333333333%;
	float: left;
}

.uebersicht .teaser-container {
	margin: 10px;
	padding: 10px;
	background-color: #fff;
}

.uebersicht .image_container {
	position: relative;
	line-height: 0;
	margin-top: 0 !important;
}

.uebersicht .image_container img {
	width: 100% !important;
}

/* Geändert JF
.uebersicht .image_container h2 {
	position: absolute;
	background: #54ad3a;
	padding: 12px 20px;
	line-height: 1.2em;
	margin-bottom: 0 !important;
	bottom: 0;
	font-size: 18px !important;

}
*/

.uebersicht .image_container h2 {
	position: absolute;
	padding: 5px 12px;
	line-height: 1.2em;
	margin-bottom: 0 !important;
	bottom: 0;
	font-size: 22px !important;
	text-shadow: 5px 5px 3px rgba(0, 0, 0, 0.6);
}

.uebersicht .image_container h2 a {
	color: #fff;
}

.uebersicht .einleitung {
	position: absolute;
	top: -110px;
	right: 0;
	width: 100%;
	margin: 0 10px;
}

.uebersicht .einleitung .ce_text {
	background-color: #54ad3a;
	color: #fff;
	padding: 20px;
	width: 66.1%;
}

/* Belegungskalender */

.cal {
	text-align: center;
	border: 0 none;
	padding: 14px 0px 1px 0px;
}

.cal .table {
	border: 0 none;
	line-height: 100%;
	width: 95%;
}

table.cal tr td {
	border: 0 none;
}

.cal .table td {
	margin: 0;
	padding: 0;
	border-bottom: 1px solid #cccccc;
	border-right: 1px solid #cccccc;
}

.cal .table left.td {
	float: left;
}

.cal .month {
	height: 30px;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	vertical-align: middle;
	background-color: #ffffff;
	border-top: 1px solid #cccccc;
	border-left: 1px solid #cccccc;
}

.cal .cw {
	background-color: #eeeeee;
	font-size: 8pt;
	font-weight: bold;
	text-align: center;
	border-left: 1px solid #cccccc;
}

.cal .left {
	float: none;
	border-left: 1px solid #dddddd;
}

.cal .day {
	height: auto;
	background-color: #eeeeee;
	font-size: 12px !important;
	width: 30px;
	height: 30px;
	vertical-align: middle;
	font-weight: bold;
	text-align: center;
	border-left: 1px solid #cccccc;
}

.cal .week {
	background-color: #eeeeee;
	font-size: 7pt;
	text-align: center;
}

.cal tr.basic td {
	width: auto;
	height: auto;
	width: 30px;
	height: 30px;
	font-size: 12px;
	text-align: center;
	vertical-align: middle;
}

.cal .n {
	background-color: #ffffff;
}

.cal .o {
	background-color: #f0cfcf;
}

.cal .basic .of {
	background-color: #f0cfcf;
	background: url(../../files/dav-ffm/layout/css/cal_of.gif) no-repeat;
}

.cal .login .of {
	background-color: #f0cfcf;
	background: url(../../files/dav-ffm/layout/css/cal_l_of.gif) no-repeat;
}

.cal .basic .or {
	background-color: #f0cfcf;
	background: url(../../files/dav-ffm/layout/css/cal_or.gif) no-repeat;
}

.cal .login .or {
	background-color: #f0cfcf;
	background: url(../../files/dav-ffm/layout/css/cal_l_or.gif) no-repeat;
}

.cal .f {
	background-color: #7dd07d;
}

.cal .basic .fo {
	background-color: #7dd07d;
	background: url(../../files/dav-ffm/layout/css/cal_fo.gif) no-repeat;
}

.cal .login .fo {
	background-color: #7dd07d;
	background: url(../../files/dav-ffm/layout/css/cal_l_fo.gif) no-repeat;
}

.cal .basic .fr {
	background-color: #7dd07d;
	background: url(../../files/dav-ffm/layout/css/cal_fr.gif) no-repeat;
}

.cal .login .fr {
	background-color: #7dd07d;
	background: url(../../files/dav-ffm/layout/css/cal_l_fr.gif) no-repeat;
}

.cal .r {
	background-color: #f2e2c2;
}

.cal .basic .rf {
	background-color: #f2e2c2;
	background: url(../../files/dav-ffm/layout/css/cal_rf.gif) no-repeat;
}

.cal .login .rf {
	background-color: #f2e2c2;
	background: url(../../files/dav-ffm/layout/css/cal_l_rf.gif) no-repeat;
}

.cal .basic .ro {
	background-color: #f2e2c2;
	background: url(../../files/dav-ffm/layout/css/cal_ro.gif) no-repeat;
}

.cal .login .ro {
	background-color: #f2e2c2;
	background: url(../../files/dav-ffm/layout/css/cal_l_ro.gif) no-repeat;
}

.cal .u {
	background-color: #f2e2c2;
}

/* Tabs */

.current-info,
.tabhead {
	display: none;
}

.tabs-list,
.ui-tabs-nav {
	list-style-type: none;
	border-bottom: 1px solid #e2e1df;
	font-size: 0;
	margin-left: 0 !important;
	margin: 0 0 20px 0;
}

.tabs-list li,
.ui-tabs-nav li {
	display: inline-block;
	padding: 0;
}

.tabs-list li a,
.ui-tabs-nav li a {
	text-decoration: none;
	display: block;
	background-color: rgba(226, 225, 223, 0.4);
	color: #999;
	padding: 10px;
	font-size: 15px;
	border-top: 1px solid #e2e1df;
	border-left: 1px solid #e2e1df;
	border-right: 1px solid #e2e1df;
}

.tabs-list li.last a,
.ui-tabs-nav li.last a {
	border-right: 1px solid #e2e1df;
}

.tabs-list li.current a,
.ui-tabs-nav .ui-tabs-active a {
	background-color: #fff;
	color: #54ad3a;
	border-top: 1px solid #54ad3a;
}

.home .ui-tabs-nav {
	margin-bottom: 0;
	border-bottom: none;
}

.home .ui-tabs-nav li a {
	text-decoration: none;
	display: block;
	background-color: #58ab27;
	color: #fff;
	padding: 0 15px;
	height: 45px;
	line-height: 45px;
	font-size: 16px;
	border: none !important;
}

.home .ui-tabs-nav .ui-tabs-active a {
	color: #58ab27 !important;
	background-color: #fff !important;
}

/* Accordion */

.ce_accordion {
	margin-bottom: 1px;
}

.ui-accordion-content {
	border: 0px solid #ccc;
	padding: 0.5em 0.5em;
}

.ce_accordion .toggler {
	cursor: pointer;
	background-color: rgba(226, 225, 223, 0.4);
	outline: none;
	font-weight: 400;
	padding: 10px;
	color: #54ad3a;
}

.ce_accordion .toggler.active {
}

.ce_accordion .toggler:hover {
	background-color: rgba(226, 225, 223, 0.6);
}

.ce_accordion .toggler:after {
	content: "+";
	color: #fff;
	display: inline-block;
	float: right;
	font-weight: 700;
	color: #54ad3a;
	font-weight: 300;
	font-size: 20px;
}

.ce_accordion .toggler.active:after {
	content: "-";
}

/*.ce_toplink*/

.nach_oben_link {
	clear: both;
	padding: 3px;
	margin: 1.5em 0 0 0;
	text-align: left;
	font-size: 30px;
	width: 30px;
}

/*.ce_toplink a */

.nach_oben_link a {
	color: rgba(0, 0, 0, 0.6);
	font-size: 40px;
}

.ce_toplink:before {
	content: "\f0d8";
	font-family: FontAwesome;
	font-size: 24px;
}

.ce_toplink:before {
	content: "\f0d8";
	font-family: FontAwesome;
	font-size: 24px;
	color: rgba(0, 0, 0, 0.6);
	padding-right: 10px;
}

.ce_toplink {
	clear: both;
	padding: 3px;
	margin: 1.5em 0 0 0;
	vertical-align: left;
}

/*.ce_toplink a */

.ce_toplink a {
	color: rgba(0, 0, 0, 0.6);
	text-decoration: none;
}

/* Boxen */

.box-rot,
.box-gruen,
.box-gelb {
	padding: 20px;
	font-size: 14px;
	position: relative;
	padding-left: 60px;
}

.box-rot:before,
.box-gruen:before,
.box-gelb:before {
	font-family: "FontAwesome";
	position: absolute;
	top: 20px;
	left: 20px;
	font-size: 24px;
}

.box-rot {
	background-color: rgba(255, 0, 0, 0.2);
}

.box-rot:before {
	color: rgb(255, 0, 0);
	content: "\f00d";
}

.box-gruen {
	background-color: rgba(84, 173, 58, 0.2);
}

.box-gruen:before {
	color: rgb(84, 173, 58);
	content: "\f00c";
}

.box-gelb {
	background-color: rgba(255, 200, 0, 0.2);
}

.box-gelb:before {
	color: rgb(255, 200, 0);
	content: "\f129";
}

.box-gray {
	background-color: #ececec;
	padding: 20px;
	font-size: 14px;
	position: relative;
}

.box-gray:before {
	color: #ececec;
}

.box-white {
	background-color: #ffffff;
	padding: 20px;
	font-size: 14px;
	position: relative;
}

/* Download-Archiv */

.ce_download {
	position: relative;
	padding: 3px 10px;
	background-color: #f3f3f2;
	margin-bottom: 1px;
}

.ce_download img {
	position: absolute;
	top: 5px;
}

/*
.ce_download a {
	padding-left: 25px;
	padding-right: 20px;
	text-decoration: none;
	position: relative;
	display: block;
}
*/

.ce_download a {
	padding-left: 6px;
	padding-right: 20px;
	text-decoration: none;
	position: relative;
	display: block;
	margin: 8px 5px -6px 0px;
	font-size: 1.1em;
}

.ce_download a:after {
	font-family: "FontAwesome";
	content: "\f019";
	position: absolute;
	right: 0;
	top: 1px;
}

#bg-white .ce_download {
	background-color: #fff;
}

/* YouTube Element */

.ce_youtube iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.ce_youtube {
	position: relative;
	padding-bottom: 56.25%;
	/* Default for 1600x900 videos 16:9 ratio*/
	padding-top: 0px;
	height: 0;
	overflow: hidden;
}

/* vimeo Element*/
.ce_vimeo {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 0px;
	height: 0;
	overflow: hidden;
}

.ce_vimeo iframe,
.ce_vimeo object,
.ce_vimeo embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/* Download Termine (enclosure) */

.enclosure img {
	display: none;
}

.enclosure a:after {
	font-family: "FontAwesome";
	content: "\f019";
	position: absolute;
	left: 0;
	top: 1px;
}

.enclosure {
	position: relative;
	padding: 5px 0px;
}

.enclosure a {
	padding-left: 25px;
	text-decoration: none;
	position: relative;
	display: block;
}

/* Sortierte Listen ol
--------------------------------------------------- */

.lower-latin ol {
	list-style-type: lower-latin;
}

.upper-latin ol {
	list-style-type: upper-latin;
}

.lower-roman ol {
	list-style-type: lower-roman;
}

.upper-roman ol {
	list-style-type: upper-roman;
}

/* FORMS
--------------------------------------------------- */

#main div.col50 {
	width: 50%;
	float: left;
}

#main div.col25 {
	width: 25%;
	float: left;
}

#main div.col33 {
	width: 33%;
	float: left;
}

#main div.col66 {
	width: 66%;
	float: left;
}

#main fieldset {
	position: relative;
	background-color: #f5f4f3;
	padding: 20px;
	font-size: 14px;
	margin-bottom: 40px;
	margin-top: 60px;
}

#main fieldset legend {
	position: absolute;
	left: 0;
	top: -25px;
	font-weight: 700;
}

#main fieldset fieldset legend {
	position: static;
	font-weight: 400;
}

#main fieldset fieldset {
	padding: 0;
	margin-top: 0;
	margin-bottom: 0;
}

#main .widget-text,
#main .widget-radio,
#main .widget-checkbox,
#main .widget-password,
#main .widget-select,
/*select*/
#main div.checkbox {
	margin-bottom: 30px;
}

label {
	font-size: 14px;
}

#main .widget-radio label,
#main .widget-checkbox label,
#main .widget-select select,
/*select*/
#main .checkbox label {
	display: inline-block !important;
	padding-right: 10px;
	font-size: 14px;
}

#main .conditionalForm {
	padding-left: 20px;
}

#main .checkbox_container {
	padding-left: 40px;
}

.checkbox_container .mandatory {
	display: inline !important;
}

#main .widget-checkbox input,
#main .checkbox input,
#main .checkbox_container input {
	position: absolute;
	margin-left: -20px;
	margin-top: 5px;
}

#main .widget-radio .radio {
	margin-right: 2px;
}

#main .widget-text,
#main .widget-textarea,
#main .widget-select {
	padding-right: 20px;
}

#main input.text,
#main .widget-captcha input,
#main .textarea,
select {
	border-bottom: 1px solid #ddd;
	font-size: 15px;
	padding: 8px;
	width: 100%;
}

#main input.text:focus,
#main .widget-captcha input:focus,
#main .textarea:focus {
	border-color: rgba(84, 173, 58, 1);
}

#main .widget-captcha input {
	width: 50px;
	margin-bottom: 1em;
	margin-right: 10px;
	margin-top: 1em;
}

#main form .widget.border {
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	padding: 10px 0;
}

.conditional-container {
	margin-left: 20px;
}

.widget-upload {
	border: 1px solid #ddd;
	padding: 10px;
	background-color: #fff;
	margin-bottom: 20px;
}

.submit,
.reset {
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	background-color: #54ad3a;
	color: #fff;
	padding: 10px 50px;
	margin-bottom: 10px;
	font-size: 16px;
	cursor: pointer;
}

#main .submit,
.reset {
	margin-top: 1em;
}

.error .mandatory {
	color: red;
}

p.error {
	display: none;
}

.widget-text {
	position: relative;
}

.LV_validation_message {
	position: absolute;
	left: 0;
	font-size: 11px !important;
	width: 100%;
	line-height: 1.2em;
	bottom: -15px;
	margin-left: 0 !important;
}

.error-block {
	background-color: #ffcccc;
	padding: 10px;
	margin-bottom: 30px;
	color: #ff0000;
}

.text.error {
	border-color: #ff0000 !important;
}

/* Hide HTML5 Up and Down arrows. */

input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
	-webkit-appearance: none;
	margin: 0;
}

input[type="number"] {
	-moz-appearance: textfield;
}

/* FORMS #right
--------------------------------------------------- */

#right div.col50 {
	width: 50%;
	float: left;
}

#right div.col33 {
	width: 33%;
	float: left;
}

#right fieldset {
	position: relative;
	background-color: #f5f4f3;
	padding: 20px;
	font-size: 14px;
	margin-bottom: 40px;
	margin-top: 60px;
}

#right fieldset legend {
	position: absolute;
	left: 0;
	top: -25px;
	font-weight: 700;
}

#right fieldset fieldset legend {
	position: static;
	font-weight: 400;
}

#right fieldset fieldset {
	padding: 0;
	margin-top: 0;
	margin-bottom: 0;
}

#right .widget-text,
#right .widget-radio,
#right .widget-checkbox,
#right div.checkbox {
	margin-bottom: 20px;
}

label {
	font-size: 14px;
}

#right .widget-radio label,
#right .widget-checkbox label,
#right .checkbox label {
	display: inline-block !important;
	padding-right: 10px;
	font-size: 14px;
}

#right .conditionalForm {
	padding-left: 20px;
}

#right .checkbox_container {
	padding-left: 20px;
}

.checkbox_container .mandatory {
	display: inline !important;
}

#right .widget-checkbox input,
#right .checkbox input,
#right .checkbox_container input {
	position: absolute;
	margin-left: -20px;
	margin-top: 5px;
}

#right .widget-radio .radio {
	margin-right: 2px;
}

#right .widget-text,
#right .widget-textarea {
	padding-right: 20px;
}

#right input.text,
#right .widget-captcha input,
#right .textarea {
	border-bottom: 1px solid #ddd;
	font-size: 15px;
	padding: 8px;
	width: 100%;
}

#right input.text:focus,
#right .widget-captcha input:focus,
#right .textarea:focus {
	border-color: rgba(84, 173, 58, 1);
}

#right .widget-captcha input {
	width: 50px;
	margin-bottom: 1em;
	margin-right: 10px;
	margin-top: 1em;
}

#right form .widget.border {
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	padding: 10px 0;
}

.conditional-container {
	margin-left: 20px;
}

.widget-upload {
	border: 1px solid #ddd;
	padding: 10px;
	background-color: #fff;
	margin-bottom: 20px;
}

#right .submit {
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	background-color: #54ad3a;
	color: #fff;
	padding: 10px 50px;
	font-size: 16px;
	cursor: pointer;
	margin-top: 20px;
	width: 100%;
}

.error .mandatory {
	color: red;
}

p.error {
	display: none;
}

.error-block {
	background-color: #ffcccc;
	padding: 10px;
	margin-bottom: 30px;
	color: #ff0000;
}

.text.error {
	border-color: #ff0000 !important;
}

.mandatory.LV_invalid_field,
textarea.error.LV_valid_field,
select.error.LV_valid_field,
input[type="password"].error.LV_valid_field,
input[type="text"].error.LV_valid_field,
input[type="number"].error.LV_valid_field,
input[type="date"].error.LV_valid_field,
input[type="time"].error.LV_valid_field,
input[type="datetime"].error.LV_valid_field,
input[type="tel"].error.LV_valid_field,
input[type="email"].error.LV_valid_field,
input[type="url"].error.LV_valid_field,
textarea.mandatory,
select.mandatory,
input[type="password"].mandatory,
input[type="text"].mandatory,
input[type="number"].mandatory,
input[type="date"].mandatory,
input[type="time"].mandatory,
input[type="datetime"].mandatory,
input[type="tel"].mandatory,
input[type="email"].mandatory,
input[type="url"].mandatory,
textarea.LV_invalid_field,
select.LV_invalid_field,
input[type="password"].LV_invalid_field,
input[type="text"].LV_invalid_field,
input[type="number"].LV_invalid_field,
input[type="date"].LV_invalid_field,
input[type="time"].LV_invalid_field,
input[type="datetime"].LV_invalid_field,
input[type="tel"].LV_invalid_field,
input[type="email"].LV_invalid_field,
input[type="url"].LV_invalid_field {
	background-color: #fff;
	padding: 8px;
}

textarea,
select,
input[type="password"],
input[type="text"],
input[type="number"],
input[type="date"],
input[type="time"],
input[type="datetime"],
input[type="tel"],
input[type="email"],
input[type="url"],
textarea.LV_valid_field,
select.LV_valid_field,
input[type="password"].LV_valid_field,
input[type="text"].LV_valid_field,
input[type="number"].LV_valid_field,
input[type="date"].LV_valid_field,
input[type="time"].LV_valid_field,
input[type="datetime"].LV_valid_field,
input[type="tel"].LV_valid_field,
input[type="email"].LV_valid_field,
input[type="url"].LV_valid_field {
	background-color: #fff;
	padding: 8px;
}

/* Forms Persönliche Daten
--------------------------------------------------- */

.mod_personalData form {
	width: 100%;
}

.mod_personalData label {
	width: 100%;
}

/* PAGINATION
--------------------------------------------------- */

#main .pagination {
	margin-top: 3em;
}

#main .pagination ul {
	list-style-type: none;
	margin-left: 0;
}

.pagination li {
	display: inline-block;
}

.pagination li a,
.pagination li span {
	display: block;
	text-decoration: none;
	padding-right: 10px;
}

.pagination p {
	margin-bottom: 1em;
	color: #999;
	font-size: 14px;
}

/* NEWS
--------------------------------------------------- */

.mod_newsmenu ul {
	list-style-type: none;
}

.mod_newsmenu a {
	text-decoration: none;
	color: #5a5a58;
}

.mod_newsmenu a:hover {
	text-decoration: none;
	color: #50af31;
}

.mod_newsmenu .active {
	text-decoration: none;
	color: #50af31;
}

.mod_newsmenu .level_1 {
	font-weight: 700;
}

.mod_newsmenu .level_2 {
	font-weight: 400;
}

.mod_newsmenu .level_2 {
	font-weight: 400;
	padding-left: 10px;
}

.home .mod_newslist h3 {
	font-size: 15px;
	font-size: 1.5rem;
	line-height: 1.5em;
	margin-bottom: 0.5em !important;
}

.home .mod_newslist .btn a {
	/* geändert 06.12.18
	font-family: 'Adelle W01', serif;  FUN*/
	font-family: "Adelle Sans W05", sans-serif;
	font-family: "Fira Sans", sans-serif;
	font-weight: 600;
}

.home .mod_newslist p {
	margin: 0 !important;
}

.home .mod_newslist .info,
.mod_newsreader .info,
#main .layout_latest .info {
	color: #999;
}

.home .layout_latest {
	margin-bottom: 1.5em;
}

#main .layout_full .news-header h1 {
	margin-bottom: 0;
}

#main .layout_full .news-header,
#main .layout_latest {
	margin-bottom: 3em;
}

/* EVENTS
--------------------------------------------------- */

#right .mod_calendar {
	width: 100%;
	margin-bottom: 0;
}

#right .mod_eventlist .btn a {
	font-family: "Adelle Sans W05", sans-serif;
	font-family: "Fira Sans", sans-serif;
	font-weight: 600;
	color: #fff;
}

.layout_upcoming_box {
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-bottom: 1px solid #dbd9d5;
}

.mod_calendar h3 {
}

.minicalendar th span {
	display: none;
}

.mod_calendar .inside {
	margin: 0 !important;
	background-color: #f5f4f3;
}

.mod_calendar table {
	margin-bottom: 0;
	height: 225px;
	width: 100%;
	border-collapse: collapse;
}

.gruppenkalender .boxes4ward_article {
	min-height: 260px;
}

.minicalendar .head {
	padding-bottom: 25px;
	color: #54ad3a;
	text-transform: uppercase;
}

#main .minicalendar .head {
	font-size: 20px;
}

.minicalendar td,
th {
	font-size: 13px;
	vertical-align: middle;
	text-align: center;
}

.minicalendar a {
	text-decoration: none;
	font-weight: 700;
}

#main .minicalendar a {
	font-size: 20px;
}

.minicalendar .active {
	background-color: rgba(84, 173, 58, 0.1);
	color: #54ad3a;
	font-weight: bold;
}

#main .minicalendar .active {
	font-size: 20px;
}

.minicalendar td {
	background-color: #fff;
	border: 1px solid #e2e1df;
	width: 14.285714286%;
}

.mod_eventlist .day,
.mod_eventlist .time {
	display: none;
}

.mod_eventlist .teaser .header,
.mod_eventlist .teaser .title,
.mod_eventlist .teaser .info {
	float: left;
}

.mod_eventlist .teaser .header {
	width: 20%;
	min-width: 80px;
}

.mod_eventlist .teaser .title {
	width: 45%;
}

.mod_eventlist .teaser .info {
	width: 35%;
	padding-left: 15px;
}

.mod_eventlist .teaser .header {
}

.mod_eventlist .teaser .header {
	padding-right: 10px;
}

.mod_eventlist .teaser h2 {
	font-size: 16px !important;
	margin-bottom: 0 !important;
}

.mod_eventlist .teaser p {
	padding-bottom: 0;
	margin-bottom: 0;
}

.mod_eventlist .event-block {
	padding-bottom: 15px;
}

.eventlist-table {
	border-collapse: collapse;
	width: 100%;
}

.eventlist-table tr {
}

.eventlist-table tr:nth-child(odd) {
	background-color: rgba(245, 244, 243, 1);
}

.eventlist-table tr:nth-child(even) {
	background-color: rgba(245, 244, 243, 0.3);
}

.eventlist-table td {
	vertical-align: top;
	padding: 10px;
	line-height: 1.4em;
}

.eventlist-table .col-date {
	width: 20%;
	max-width: 120px;
	padding-left: 30px;
	position: relative;
}

.eventlist-table .col-date:before {
	font-family: "FontAwesome";
	content: "\f073";
	position: absolute;
	left: 6px;
}

.eventlist-table i {
	padding-right: 10px;
}

.eventlist-table .col-title {
	width: 60%;
	font-weight: 600;
}

.eventlist-table .col-details {
	font-weight: 400;
	font-size: 14px;
}

.eventlist-table p {
	margin-bottom: 0;
}

.eventlist-table .col-title a {
	/* geändert 06.12.18 FUN*/
	color: #80898e;
	text-decoration: none;
}

.mod_eventreader .layout_full .event-header h2 {
	margin-bottom: 0;
}

.mod_eventreader .layout_full .event-header {
	margin-bottom: 3em;
}

.mod_eventreader .layout_full .info i {
	padding-right: 10px;
}

/*Event Archive Menu
----------------------------------------------------*/

.mod_eventmenu ul {
	list-style-type: none;
}

.mod_eventmenu a {
	text-decoration: none;
	color: #5a5a58;
}

.mod_eventmenu a:hover {
	text-decoration: none;
	color: #50af31;
}

.mod_eventmenu .active {
	text-decoration: none;
	color: #50af31;
}

.mod_eventmenu .level_1 {
	font-weight: 700;
}

.mod_eventmenu .level_2 {
	font-weight: 400;
}

.mod_eventmenu .level_2 {
	font-weight: 400;
	padding-left: 10px;
}

/* .mod_eventmenu .year .level_2 {
	display: none;
} */

/* TABELLEN LAYOUTS
--------------------------------------------------- */

/* Tabellen im Texteditor */

.ce_text td,
.ce_text th {
	text-align: left;
	vertical-align: top;
	padding: 0px 20px 10px 0px;
}

.ce_text table {
	border-collapse: collapse;
	border-top: 0px solid #54ad3a;
	margin-bottom: 1em;
	width: 100%;
}

.ce_text tr {
	background-color: #fff;
	color: #444;
	border-bottom: 1px solid #e2e1df;
}

.ce_text td,
.ce_text th {
	padding: 0.5em 1em;
}

.ce_text thead tr,
.ce_text thead td,
.ce_text thead th {
	border-bottom: solid 2px #54ad3a;
	color: #54ad3a;
	height: 0px;
	color: #54ad3a;
	padding-bottom: 0px;
	margin-bottom: 0px;
}

.ce_text tfoot tr,
.ce_text tfoot td,
.ce_text tfoot th {
	border-top: solid 1px #54ad3a;
	border-bottom: solid 0px;
}

/* Modul Tabelle */

.ce_table td,
.ce_table th {
	text-align: left;
	vertical-align: top;
}

.ce_table table {
	border-collapse: collapse;
	border-top: 0px solid #54ad3a;
	border-bottom: 1px solid #54ad3a;
	margin-bottom: 1em;
	width: 100%;
}

.ce_table thead {
	border-bottom: solid 2px #54ad3a;
}

.ce_table tr.even {
	background-color: #fff;
	color: #444;
	border-bottom: 1px solid #e2e1df;
}

.ce_table tr.odd {
	border-bottom: 1px solid #e2e1df;
}

.ce_table td,
.ce_table th {
	padding: 0.5em 1em;
}

.ce_table tfoot {
	border-top: solid 2px #54ad3a;
	border-bottom: solid 0px;
}

/** Tabelle Mitgliedsbeitraege **/

#mbeitrag th.col_0 {
	width: 20%;
}

#mbeitrag th.col_0 {
	width: 20%;
}

#mbeitrag th.col_1 li {
	width: 70%;
	list-style-type: lower-alpha;
}

#mbeitrag th.col_2,
th.col_3.col_last {
	width: 5%;
}

#mbeitrag td.col_2,
td.col_3.col_last {
	text-align: right;
}

/* FORMULARE
--------------------------------------------------- */

/* LEFT NAVIGATION
--------------------------------------------------- */

.mod_mmenu {
	background-color: #585856;
	box-shadow: none !important;
}

.mod_mmenu ul {
	padding-top: 0 !important;
}

/* LEFT NAVIGATION
--------------------------------------------------- */

#left nav {
	margin-bottom: 50px;
}

#left .level_2 {
	display: none;
}

#left .trail .level_2,
#left .active .level_2 {
	display: block;
}

#left nav {
	font-size: 15px;
	/* 	font-weight: 600; */
	border-top: 1px solid #e2e1df;
	margin-top: 33px;
}

#left nav ul {
	margin-bottom: 0;
}

#left nav a,
#left nav strong {
	border-bottom: 1px solid #e2e1df;
}

#left nav .level_1 li,
.level_2 .submenu {
	font-weight: 600;
}

#left nav strong {
	font-weight: 600 !important;
}

#left nav .level_2 li {
	font-weight: 400;
}

#left nav .level_2 li a,
#left nav .level_2 li strong {
	padding-left: 30px;
}

#left nav .level_3 li a,
#left nav .level_3 li strong {
	padding-left: 60px;
}

#left nav a,
#left nav strong {
	text-decoration: none;
	padding: 8px 0;
	color: #999;
	display: block;
}

#left nav .active,
#left nav .a {
	color: #54ad3a;
}

/* RIGHT
--------------------------------------------------- */

#right {
	font-size: 15px;
	line-height: 1.5em;
}

#right h3 {
	font-size: 18px;
	line-height: 1.4em;
	/* geändert 06.12.18 FUN
	color: #54ad3a;*/
	color: #80898e;

	/*
	height: 35px;
	font-size: 16px;
*/
	border-bottom: 2px solid #54ad3a;
	padding-bottom: 8px;
}

.box {
	background-color: #fff;
	padding: 20px;
}

.box .ce_headline {
	margin: -20px -20px 20px;
	padding: 13px 20px;
	background-color: #54ad3a;
}

.box figure {
	float: left;
	margin-right: 10px;
}

.box .teaser {
	max-width: 245px;
	float: left;
}

.box .teaser p {
	margin: 0;
}

.box .layout_latest {
	margin-bottom: 20px;
}

#right .boxes4ward_article,
#right .mod_eventmenu,
#right .mod_newsmenu {
	margin-bottom: 50px;
	padding: 10px;
}

#right .boxes4ward_article h3 {
	background-color: #fff;
}

#right .boxes4ward_article,
#right .mod_eventmenu,
#right .mod_newsmenu {
	background-color: #f5f4f3;
	color: #595857;
}

.ehrenamt {
	background-color: #fff !important;
	text-align: center;
}

/*Breadcrumb*/

.mod_breadcrumb {
	border-bottom: 1px solid #e2e1df;
	padding-bottom: 6px;
	margin-bottom: 40px;
}

.mod_breadcrumb a::after,
.mod_breadcrumb h6::after {
	font-family: "FontAwesome";
	content: "\f105";
	padding: 0 5px;
}

.mod_breadcrumb a {
	color: #999;
	text-decoration: none;
}

.mod_breadcrumb ul,
.mod_breadcrumb h6,
.mod_breadcrumb li {
	font-size: 13px;
	font-weight: normal;
	display: inline;
	margin: 0 !important;
	padding: 0;
	color: #999;
}

.mod_breadcrumb li.first {
	display: none;
}

/* Sitemap
-------------------------------*/

.mod_sitemap a {
	text-decoration: none;
	display: inline-block;
}

.mod_sitemap ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.mod_sitemap .level_1,
.mod_sitemap .level_2,
.mod_sitemap .level_3 {
	margin-left: 0 !important;
}

.mod_sitemap .level_1 > li > a {
	padding-bottom: 1em;
}

.mod_sitemap .level_2 {
	margin-bottom: 40px !important;
}

.mod_sitemap .level_1 li {
	font-weight: 700;
	font-size: 18px;
	padding-left: 0;
}

.mod_sitemap .level_2 > li > a {
	font-weight: 700;
	padding-left: 0;
}

.mod_sitemap .level_3 a:before {
	content: "\f105";
	font-family: "FontAwesome";
	padding-right: 5px;
}

.mod_sitemap .level_2 li {
	font-weight: 400;
	font-size: 15px;
}

.mod_sitemap .level_3 {
	margin-bottom: 1em;
}

/* Listen ol ul
-------------------------------*/

.ce_text ul {
	list-style-type: square;
	margin-left: 0 !important;
}

.ce_text ul li {
	position: relative;
	margin-left: 20px;
}

.ce_text ol li {
	position: relative;
	margin-left: -6px;
	padding-left: 6px;
}

.btn a {
	text-decoration: none;
	background-color: #54ad3a;
	/*padding: 9px 15px;*/
	padding: 8px 20px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	display: inline-block;
	color: #fff;
	font-size: 15px;
	font-weight: 400;
}

.btnorange a {
	text-decoration: none;
	background-color: #f27224;
	/*padding: 9px 15px;*/
	padding: 8px 20px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	display: inline-block;
	color: #fff;
	font-size: 15px;
	font-weight: 400;
}

.btn a:hover,
.btnorange a:hover {
	background-color: #6d6c6a;
}

.btn.more a::after,
.btnorange.more a::after {
	font-family: "FontAwesome";
	content: "\f105";
	padding-left: 5px;
	text-decoration: none;
	padding-right: 3px;
}

.btn.full a,
.btnorange.full a {
	display: inline-block;
	width: 100%;
}

/* Textbox mit grauem Hintergrund
-------------------------------*/

.graybox {
	background-color: #f5f4f3;
	padding: 10px;
}

sub,
sup {
	vertical-align: baseline;
	position: relative;
	font-size: 70%;
}

/* 70% size of its parent element font-size which is good. */

sub {
	bottom: -0.6em;
}

/* use em becasue they adapt to parent font-size */

sup {
	top: -0.6em;
}

/* use em becasue they adapt to parent font-size */

/* Lightbox Bildbeschreibung
-------------------------------*/

.fancybox-title-over-wrap {
	position: absolute;
	bottom: 0px;
	left: 0px;
	color: #fff;
	background: #000;
	background: rgba(0, 0, 0, 0.8);
	/*background-color: rgba(185, 185, 187, 0);*/
	border-radius: 0px 10px 0px 0px;
	-moz-border-radius: 0px 10px 0px 0px;
	-webkit-border-radius: 0px 10px 0px 0px;
	border: 1px solid lightgray;
	border-width: 2px 2px 0px 0px;
	font-size: 1em;
	padding-bottom: 2px;
	padding-top: 2px;
	padding-right: 10px;
	padding-left: 4px;
}

/* FORMS
  --------------------------------------------------- */

.ce_form label {
	display: block;
}

.ce_form .submit {
}

.ce_form .radio_container label {
	float: none;
}

/* .error { color: red } */

input.error,
textarea.error {
	border-color: red;
}

@media screen and (max-width: 1440px) {
	body {
	}

	.slider-fade {
		margin-left: 0 !important;
		left: 0;
	}
}

@media screen and (max-width: 1240px) {
	.home #container,
	.uebersicht #container {
		top: 0;
		padding-top: 20px;
	}
}

@media screen and (max-width: 1140px) {
	.willkommen {
		left: 20px;
	}

	#wrapper {
		padding: 0 10px;
	}

	#footer .inside {
		padding: 10px;
	}

	.home #container {
		/* 	    padding-top: 300px; */
	}
}

@media screen and (max-width: 1040px) {
	.nav-main li a {
		font-size: 14px;
		padding-left: 10px;
		padding-right: 20px;
	}
}

@media screen and (max-width: 950px) {
	#container {
		margin-left: 30px;
		margin-right: 30px;
		margin-bottom: 0px;
	}

	.link-spurensuche {
		position: absolute;
		text-decoration: none;
		right: 30px;
		left: auto;
		top: 4px;
	}

	.home #container {
		margin-right: 20px;
		margin-left: 20px;
	}

	#main .inside {
		padding: 20px;
	}

	.home #main .inside {
		padding: 0;
		padding-right: 10px;
	}

	.home .logo {
		left: 20px;
	}

	.logo {
		left: 30px;
	}

	.nav-main {
		display: none !important;
	}

	.suche {
		display: none;
	}

	.mobile_menu .suche {
		display: block;
		position: static;
		padding: 40px 20px;
		width: 100%;
		max-width: 100%;
	}

	.mobile_menu .suche input.text {
		float: none;
		width: 95% !important;
		font-size: 15px;
		font-size: 1.5rem;
		padding: 8px;
		border: none;
		background-color: #fff;
		-webkit-border-top-left-radius: 2px;
		-webkit-border-bottom-left-radius: 2px;
		-moz-border-radius-topleft: 2px;
		-moz-border-radius-bottomleft: 2px;
		border-top-left-radius: 2px;
		border-bottom-left-radius: 2px;
	}

	.mobile_menu .suche .submit {
		width: 34px;
		border-radius: 0;
		-webkit-border-top-right-radius: 2px;
		-webkit-border-bottom-right-radius: 2px;
		-moz-border-radius-topright: 2px;
		-moz-border-radius-bottomright: 2px;
		border-top-right-radius: 2px;
		border-bottom-right-radius: 2px;
		cursor: pointer;
		background: url(../../files/dav-ffm/layout/img/bg_search.png)
			center center no-repeat #54ad3a;
		text-indent: -9999px;
		position: absolute;
		top: 0;
		right: 0;
	}

	.mobile_menu .suche .submit:after {
		content: "x";
		position: absolute;
		top: 0;
		left: 10px;
		width: 34px;
		height: 34px;
		display: block;
		background-color: #000;
	}

	.mobile-nav-trigger {
		position: absolute;
		right: 30px;
		top: 72px;
		background-color: #54ad3a;
		color: #fff;
		padding: 10px;
		cursor: pointer;
	}

	.mobile_menu .inner {
		background-color: #575654;
	}

	.mobile_menu_overlay.background {
		background-color: rgba(255, 255, 255, 0.9) !important;
	}

	.nav-mobile li {
		position: relative;
	}

	.nav-mobile ul {
		margin-bottom: 0;
		padding-bottom: 0;
	}

	.nav-mobile li a,
	.nav-mobile li strong {
		color: #fff;
		display: block;
		padding: 10px 20px;
		font-size: 15px;
		text-decoration: none;
	}

	.nav-mobile .level_1 li a,
	.nav-mobile .level_1 li strong {
	}

	.nav-mobile .level_1 li {
		border-top: 1px solid rgba(255, 255, 255, 0.2);
	}

	.nav-mobile .level_2 {
		line-height: 1.2em;
	}

	.nav-mobile .level_2 li a,
	.nav-mobile .level_2 li strong {
		background-color: rgba(0, 0, 0, 0.1);
	}

	.nav-mobile .level_1 li .active,
	.nav-mobile .level_1 li .trail {
		background-color: rgba(0, 0, 0, 0.1);
	}

	.nav-mobile .level_3 li {
		border-top: none;
	}

	.nav-mobile .level_3 li a,
	.nav-mobile .level_3 li strong {
		padding-left: 40px;

		font-weight: 400;
	}

	.nav-mobile .level_4 li a,
	.nav-mobile .level_4 li strong {
		color: #fff;
		display: block;
		padding-left: 60px;
		font-size: 14px;
		font-weight: 400;
	}

	.mobile_menu .nav-footer {
		margin-top: 30px;
		padding-top: 30px;
		border-top: 1px solid rgba(255, 255, 255, 0.25);
	}

	.mobile_menu .nav-footer a {
		color: #fff;
		padding: 10px 0;
		display: block;
	}

	.mobile_menu .nav-footer .first {
	}

	.submenu_hide:after,
	.submenu_show:after {
		position: absolute;
		top: 8px;
		right: 20px;
		font-family: "FontAwesome";
		color: #fff;
		font-size: 24px;
	}

	.submenu_hide:after {
		content: "\f107";
	}

	.submenu_show:after {
		content: "\f106";
	}

	.willkommen {
		bottom: 20px;
	}

	.home #container {
		/* 	    padding-top: 200px; */
	}

	.social-links {
		right: 165px;
		top: 78px;
	}

	#header .ce_form {
	}

	.mobile-trigger {
		position: absolute;
		right: 0;
		top: 90px;
		display: block;
		text-decoration: none;
	}

	.mm-slideout {
		/* 	background-color: rgba(0,0,0,.2) !important; */
	}

	.mm-menu .trail a {
		background: rgba(0, 0, 0, 0.1);
	}

	.mobile-trigger span {
		display: none;
	}

	.mobile-trigger:before {
		font-family: "FontAwesome";
		content: "\f0c9";
		font-size: 40px;
	}

	#main {
		width: 66.666666667%;
	}

	.layout-2-col #main {
		width: 100%;
	}

	#right {
		width: 33.333333333%;
	}

	#left {
		display: none;
	}

	#main .inside {
		margin-left: 30px;
	}
}

@media screen and (max-width: 950px) {
	#wrapper {
		max-width: 860px;
		margin: 0 auto;
	}

	.social-links {
		left: 0 !important;
		right: auto !important;
	}

	#wrapper {
		padding: 0;
	}

	.willkommen h1 {
		max-width: 860px;
		font-size: 26px;
		line-height: 1.9em;
	}

	.willkommen h1 strong,
	.willkommen h1 span {
		line-height: inherit;
	}

	#footer .col-2 {
		width: 25%;
	}

	#footer .kletterzentrum {
		display: none;
	}
}

@media screen and (max-width: 759px) {
	.home #container {
		margin-right: 10px;
	}

	.home #main .inside {
		padding-right: 10px;
	}

	.home #right {
		padding-left: 0;
	}

	#herzlich-willkommen {
		margin: 0;
	}

	.logo {
		left: 30px;
	}

	.suche,
	.mobile-trigger {
		right: 30px;
	}

	.willkommen h1 {
		font-size: 24px;
	}

	.willkommen h1 span {
		line-height: 1.9em;
	}

	#footer .col-4 {
		width: 100%;
		float: none;
	}

	#footer nav {
		margin-bottom: 40px;
	}

	.willkommen {
		bottom: 10px;
	}

	#main,
	#right {
		width: 100% !important;
		padding: 0 10px;
		float: none;
	}

	.home #main {
		padding: 0;
	}

	#teaserboxen {
		/* 		background-color: rgba(255,255,255,.5) */
	}

	.uebersicht #container {
		background-color: #fff;
		padding: 30px !important;
		padding-right: 20px !important;
	}

	.uebersicht #main {
		padding: 0;
		margin-bottom: 0;
	}

	.uebersicht #main .mod_article {
		padding: 0;
		margin-bottom: 0;
	}

	.uebersicht #container .inside {
		padding: 0;
	}

	.uebersicht .slick-slider {
		/* display: none !important; */
	}

	.uebersicht .teaser-container {
		padding: 0;
		margin: 0;
		padding-right: 10px;
		padding-bottom: 10px;
	}

	.uebersicht .ce_teaser {
		width: 50%;
		float: left;
	}

	#main {
		margin-bottom: 50px;
	}

	.inside {
		margin: 0 !important;
	}

	.nach_oben_link {
		display: none !important;
	}

	#main div.col50,
	#main div.col33,
	#main div.col66 {
		width: 100%;
		float: none;
	}

	.LV_validation_message {
		position: static;
	}

	.slider-fade {
	}

	.subcolumns .first,
	.subcolumns .mod_colsetPart,
	.subcolumns .sc_second,
	.subcolumns > div {
		float: none;
		width: 100%;
		margin: 0;
	}

	.equalize > div {
		display: block;
	}

	.subcolumns .mod_colsetPart,
	.subcolumns .ce_colsetPart,
	.subcolumns .sc_second {
		margin-top: 0;
	}

	.subcolumns .subcl,
	.subcolumns .subcr,
	.subcolumns .subc {
		padding: 0 !important;
	}

	.ym-grid .first,
	.ym-grid .ce_colsetStart,
	.ym-grid .ce_colsetPart,
	.ym-grid > div {
		float: none;
		width: 100%;
		margin: 0;
	}

	.ym-grid .ym-gbox-left,
	.ym-grid .ym-gbox,
	.ym-grid .ym-gbox-right {
		padding: 0 !important;
	}
}

@media screen and (max-width: 590px) {
	.social-links {
		display: none !important;
	}

	.spurensuche-link {
		display: none;
	}

	.uebersicht .ce_teaser {
		width: 100%;
		float: none;
	}

	.social-links {
		width: 90px;
		top: 45px;
		right: 55px;
	}

	#container {
		margin-left: 20px;
		margin-right: 20px;
	}

	#main {
	}

	.logo {
		left: 20px;
	}

	.mobile-nav-trigger {
		right: 20px;
	}

	.willkommen {
		position: static;
		bottom: 0;
		padding: 20px;
		padding-bottom: 0;
	}

	.willkommen h1 {
		font-size: 22px;
	}

	.willkommen h1 span,
	.willkommen h1 strong {
		background-color: rgba(84, 173, 58, 1);
		line-height: 2em;
	}
}

@media screen and (max-width: 360px) {
}

@media screen and (max-width: 520px) {
	::-webkit-input-placeholder {
		color: #999;
	}

	::-moz-placeholder {
		color: #999;
	}

	/* firefox 19+ */
	:-ms-input-placeholder {
		color: #999;
	}

	/* ie */
	input:-moz-placeholder {
		color: #999;
	}

	input.text,
	.textarea {
		width: 100% !important;
		float: none;
	}

	.link-spurensuche {
		display: none;
	}

	label {
		/* 		display: none !important */
	}
}

@media screen and (max-width: 414px) {
	.home #container,
	#container {
		margin: 0;
	}

	.home #main .inside {
		padding-right: 0;
	}

	.home #main .mod_article {
		padding: 10px;
		padding-top: 10px;
	}

	.home #main h2 {
		font-size: 18px;
	}

	.home #teaserboxen {
		margin-top: 0;
	}

	.home #right {
		padding-right: 0;
	}

	.home #main {
		margin-bottom: 20px;
	}

	#main .inside {
		padding: 0;
	}

	#teaserboxen .b-by-b-item {
		width: 100%;
		padding: 0 !important;
		margin-top: 10px !important;
	}

	.mod_breadcrumb {
		display: none;
	}

	.willkommen {
		padding: 0;
	}

	.logo {
		left: 10px !important;
	}

	.logo img {
		width: 130px;
	}

	#header {
		height: 90px;
		margin-top: 10px;
	}

	.mobile-nav-trigger {
		font-size: 22px;
		height: 40px;
		width: 40px;
		text-align: center;
		line-height: 22px;
	}

	.mobile-nav-trigger {
		top: 39px;
		right: 10px;
	}

	.mobile-nav-trigger i {
		padding-right: 0;
	}

	.mobile-nav-trigger span {
		display: none;
	}

	.home #container {
		padding-top: 0;
	}

	.willkommen h1 {
		font-size: 18px;
		background-color: rgba(84, 173, 58, 1);
		line-height: 1.5em;
		padding: 10px;
	}

	.willkommen h1 span,
	.willkommen h1 strong {
		padding: 0;
		line-height: inherit;
		background-color: transparent;
	}

	.mod_pageImage {
		margin-left: -10px;
		margin-right: -10px;
		top: -45px;
		margin-bottom: 0;
	}

	.logo img {
		width: 130px;
	}

	.logo a {
		display: block;

		width: 130px;
		height: 80px;
		z-index: 10;
	}

	#header {
		height: 100px;
	}

	.header-top {
		position: absolute;
		top: 0;
		right: 0;
		width: 50px !important;
		min-width: 50px;

		z-index: 1;
	}

	.mobile-nav-trigger {
		font-size: 22px;
		height: 40px;
		width: 40px;
		text-align: center;
		line-height: 22px;
	}

	.mobile-nav-trigger {
		top: 39px;
	}

	.mobile-nav-trigger i {
		padding-right: 0;
	}

	.mobile-nav-trigger span {
		display: none;
	}
}

@media screen and (max-width: 320px) {
}

/* Waterfall Plugin Brick by Brick
--------------------------------------------------- */

.single-column .b-by-b-item {
	width: 100% !important;
}

@media (min-width: 0px) and (max-width: 480px) {
	#teaserboxen .b-by-b-item {
		width: 100%;
	}
}

@media (min-width: 481px) and (max-width: 1024px) {
	#teaserboxen .b-by-b-item {
		width: 50%;
		padding-left: 0 !important;
		padding-bottom: 0 !important;
	}
}

@media (min-width: 1025px) {
	#teaserboxen .b-by-b-item {
		width: 50%;
		padding-left: 0 !important;
		padding-bottom: 0 !important;
	}
}

/* Formular Kalender Picker
--------------------------------------------------- */

.picker__select--month,
.picker__select--year {
	border: 1px solid #b7b7b7;
	height: 3em;
	padding: 0em;
	margin-left: 0.25em;
	margin-right: 0.25em;
}

@media print {
	#footer,
	nav,
	#header form,
	.social-links,
	#right,
	.pagination,
	.mod_pageImage,
	#left {
		display: none;
	}

	#main,
	#right {
		width: 100%;
	}

	body {
		font-family: arial, sans-serif;
		font-size: 10pt;
		color: #000;
	}
}

.newsletter button {
	text-decoration: none;
	background-color: #54ad3a !important;
	/* padding: 9px 15px; */
	padding: 8px 20px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	display: inline-block;
	color: #fff;
	font-size: 15px;
	font-weight: 400;
}

#teaserboxen .inside {
	padding: 0 !important;
}

