html {
}
body {
	margin: 0 auto;
	overflow-y:scroll;
	position:relative;
	font-family: 'Roboto', sans-serif;
	font-weight:700;
	font-size:14px;
}
body.single,
body.home {
	background:url(../images/wonderwoman_content.png) no-repeat;
	background-position:right 670px;
}
body.home {
	background-position:right 800px;
}
body.single.category-3 {
	background:none;
}
/* --- FORMATE --- */

h1.site-title {
}
.home .postwrapper .entry-content h2 {
	font-weight:700;
	font-size:32px;
	hyphens:auto;
	-moz-hyphens:auto;
	-webkit-hyphens:auto;
}
.teaser .entry-content p,
.teaser .entry-content h3,
.arch .entry-content p,
.arch .entry-content h3 {
	text-align:center;
	line-height:23px;
}
.teaser .entry-content p,
.arch .entry-content p {
	font-size:17px;
	text-transform:uppercase;
	font-weight:400;
}
.teaser .entry-content p.dat,
.arch .entry-content p.dat {
	padding-top:2px;
}
.teaser .entry-content h3,
.arch .entry-content h3,
.singlewrapper .entry-content h3,
.kontaktinfo h4,
.hinweise h4,
.entry-adds h4 {
	font-size:19px;
	font-weight:700;
}
.archwrapper .teaser .entry-content h3,
.archwrapper.arch .entry-content h3,
.archwrapper .arch .entry-content h3 {
	font-size:16px;
	line-height:20px;
}
.entry-adds h5,
.entry-adds h5 a:before {
	font-size:14px;
	font-weight:700;
	/*cursor:pointer;*/
}
.singlewrapper .entry-content p {
	margin-bottom:20px;
}
.singlewrapper .entry-content h3 {
	font-size:19px;
	line-height:23px;
	font-weight:700;
}
.singlewrapper .entry-content h4 {
	font-size:19px;
	line-height:23px;
	font-weight:400;
	margin-bottom:20px;
}
.singlewrapper .entry-content h2 {
	font-size:65px;
	line-height:70px;
	font-weight:700;
	margin-bottom:30px;
}
/*.singlewrapper .entry-content h2 ~ p {
    font-size: 19px;
    line-height: 23px;
	font-weight:400;
}*/
.arch h2 {
	font-size:65px;
	line-height:70px;
	font-weight:700;
	margin-bottom:30px;
}
.single .arch h2 {
	margin-bottom:15px;
}
.arch > div.desc,
p.fheadline,
.single .postwrapper p.cat,
.single .arch h2.recent,
.page:not(.home) .arch h2.recent {
	font-size:19px;
	line-height:23px;
	font-weight:700;
	margin-bottom:35px;
}
.single .arch h2.recent,
.page:not(.home) .arch h2.recent {
	text-align:center;
	margin-bottom:25px;
	margin-top:90px;
}
.arch > div.desc.sing {
	margin-bottom:0;
	width:75%;
	padding-right:30px;
}
.single .postwrapper p.cat {
	font-weight:400;
}
p.fheadline {
	margin-bottom:10px;
}
.kontaktinfo h4,
.kontaktinfo p {
	color: rgba(227,0,24,1);
}
.hinweise h4,
.hinweise p,
.entry-adds .medi h4,
.entry-adds .medi p {
	color: rgba(255,255,255,1);
}
.kontaktinfo h4,
.hinweise h4,
.kontaktinfo p,
.hinweise p {
	padding-bottom:25px;
}
.single .kontaktinfo h4,
.single .kontaktinfo p {
	padding-bottom:0;
}
.single .kontaktinfo p {
	padding-bottom:10px;
}

.entry-content ul,
.entry-content ol {
	overflow:hidden;
}
.entry-content ul li {
	text-indent:-0.79em;
	margin-left:5%;
}
.entry-content ul li:before {
	content:"\00bb\00a0";
}
ul.linie {
	list-style-type:none;
	list-style-image: url(../images/li_line.gif);
	padding-left:25px;
}
ul.bullet {
	list-style-type:none;
	list-style-image: url(../images/li_bullet.gif);
	padding-left:25px;
}
.entry-content ol li {
	list-style:decimal;
	margin-left:5%;
}
.entry-content p {
}
.entry-content p.credits {
	font-weight:400;
}
strong {
	font-weight:900;
}
hr {
	clear:both;
	border: 0;
	height: 1px;
	background: #000;
}
sup {
	vertical-align: baseline;
	font-size: 75%;
	line-height: 0;
	position: relative;
	top: -0.5em;
}
.singlewrapper .entry-content input[type=text],
.singlewrapper .entry-content input[type=email],
.singlewrapper .entry-content input[type=search] {
	border:3px solid rgba(227,0,24,1);
	padding:15px;
	width:50%;
}
.vcenter {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}

/* --- show/hide next --- */
.hidenext {
	cursor:pointer;
}
.hidenext:before {
}
.hidenext:hover, .hidenext:active {
}
.hidenext.aktiv {
}
.hidenext.aktiv:before {
}
.hidenext + .shownext {
	display:none;
}

/* --- LINKS --- */

a {
	color: rgba(0,0,0,1);
	text-decoration: none;
	transition:all .3s ease-out;
	-webkit-transition:all .3s ease-out;
	-moz-transition:all .3s ease-out;
}
a:hover, a:active {
	color: rgba(227,0,24,1);
}
.backto a,
a.download {
	color: rgba(227,0,24,1);
	text-transform:uppercase;
}
.entry-adds h5 a {
	color: rgba(255,255,255,1);
	border-bottom:1px solid rgba(227,0,24,1);
}
.entry-adds h5 a:hover {
	border-bottom:1px solid rgba(255,255,255,1);
}
.entry-adds h5 a:before {
	content:'// ';
	font-family: inherit;
	padding: 0;
	vertical-align: auto;
	display: inherit;
}
.teaser-title a {
	padding:0 5px;
	border-bottom:2px solid rgba(255,255,255,1);
}
.teaser-title a:hover, .teaser-title a:active {
	color: rgba(0,0,0,1);
	border-bottom:2px solid rgba(227,0,24,1);
}
a[target="_blank"].noext:before {
	display: none;
}
.noext > a[target="_blank"]:before {
	display: none;
}
.menu li a {
}
.menu li a:hover {
}
.menu li.current-menu-item > a,
.menu li.current_page_item > a,
.menu li.current-post-ancestor > a,
.menu li.current-page-ancestor > a,
.menu li.current-category-ancestor > a,
.menu li.current-menu-parent > a,
.menu li.current-post-parent > a,
.menu li.active-language > a {
	color: rgba(227,0,24,1);
}

/* --- LAYOUT --- */

#seite {
}
#headwrap, #contwrap, #footwrap {
	width:100%;
}
#headwrap,
#footwrap {
}
#header, #content, #footer {
	padding: 0 10%;
	position:relative;
}
#header {
	padding-top:25px;
	min-height: 60px;
}
#content {
	min-height: 300px;
}
.teaser,
.singleteaser {
	float:left;
	width:75%;
}
.singlewrapper > div {
	flex: 0 1 auto; /* flex: 1 1 auto; */
	-webkit-flex: 0 1 auto;
	-ms-flex: 0 1 auto;
	width:50%;
	padding:0 30px 35px 0;
}
.singlewrapper .entry-adds {
	width:25%;
	padding-right:30px;
}
.singlewrapper .entry-content {
	width:75%;
}
.category-3 .singlewrapper .entry-content,
.page:not(.home) .singlewrapper .entry-content,
.singlewrapper.noadds .entry-content {
	width:100%;
}
.page:not(.home) .singlewrapper.rrot .entry-content {
	border:3px solid rgba(227,0,24,1);
	padding:25px;
}
.teaser > .post,
.teaser > .page,
.archflex > .post,
.archflex > .page {
	flex: 0 1 auto; /* flex: 1 1 auto; */
	-webkit-flex: 0 1 auto;
	-ms-flex: 0 1 auto;
	width:50%;
	padding:0 30px 35px 0;
}
.archflex > .post,
.archflex > .page,
.fhead > ul > li {
	width:25%;
}
.home .archflex > .post {
	width:32%;
	padding:0 0 35px 0;
}
.teaser > .post > .tcont,
.teaser > .page > .tcont,
.archflex > .post > .tcont,
.archflex > .page > .tcont {
	position: relative;
	padding-bottom: 103.5%;
	height: 0;
}
.archflex > .post > .tcont,
.archflex > .page > .tcont {
	padding-bottom: 118%;
}
.teaser > .post > .tcont > .cont,
.teaser > .page > .tcont > .cont,
.archflex > .post > .tcont > .cont,
.archflex > .page > .tcont > .cont {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
}
.home .archflex > .post > .tcont > .cont {
	position: static;
	width:auto;
	height:auto;
	overflow: visible;
}
.inforight {
	width:25%;
	float:right;
	min-height:20px;
}
.kontaktinfo {
	border:3px solid rgba(227,0,24,1);
	padding:17px 19px;
	color: rgba(227,0,24,1);
	background:rgba(255,255,255,1);
}
.hinweise {
	margin-top:30px;
	background:rgba(227,0,24,1);
	padding:17px 19px;
	color: rgba(255,255,255,1);
}
.entry-adds > div.medi {
	background:rgba(227,0,24,1);
	padding:17px 19px;
	color: rgba(255,255,255,1);
	margin-bottom:30px;
}
.entry-adds .gal {
	margin-bottom:20px;
}
.entry-adds .gal:last-child {
	margin-bottom:0;
}
.entry-adds > div.spons {
}
.toggle {
	color:rgba(227,0,24,1);
	display:none;
}

/* filter */
.arch.filter {
	border:3px solid rgba(227,0,24,1);
	padding:10px;
	margin-bottom:35px;
}
.arch.filter .fcontent *,
.news-abo * {
	text-transform:uppercase;
}
.arch.filter .fcontent > div {
	display:none;
}
.arch.filter input[type=checkbox] {
	display:none;
}
.searchandfilter li[data-sf-field-input-type="checkbox"] label, .searchandfilter li[data-sf-field-input-type="radio"] label, .searchandfilter li[data-sf-field-input-type="range-radio"] label, .searchandfilter li[data-sf-field-input-type="range-checkbox"] label {
    padding-left: 0;
}
.arch.filter .fcontent label,
.fcontent input[type=submit],
.news-abo .wpcf7-list-item-label,
.news-abo input[type=submit] {
	cursor:pointer;
	transition:all .3s ease-out;
	-webkit-transition:all .3s ease-out;
	-moz-transition:all .3s ease-out;
}
.news-abo .wpcf7-list-item-label {
	cursor:default;
	padding-left:5px;
}
.news-abo .wpcf7-list-item-label:before {
	content:'// ';
}
.arch.filter .fcontent .sf-option-active label,
.news-abo input[type=radio]:checked + .wpcf7-list-item-label {
	color:rgba(227,0,24,1);
}
.fcontent > div ul > li > ul {
	display: flex;
	display: -webkit-flex;
    flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
    justify-content: flex-start; /* flex-start, flex-end, center, space-between, space-around */
	-webkit-justify-content: flex-start;
    -ms-flex-pack: start; /* start, end, center, justify, distribute */
}
.fcontent > div ul > li > ul li {
	flex: 0 1 auto; /* flex: 1 1 auto; */
	-webkit-flex: 0 1 auto;
	-ms-flex: 0 1 auto;
}
.fywrap ul > li > ul li {
	width:7.6923076923%;
}
.fnwrap ul > li > ul li,
.fpwrap ul > li > ul li {
	width:3.8461538462%;
}
.fmwrap ul > li > ul li {
	width:25%;
}
.fcontent .sf-field-submit,
.fcontent .sf-field-reset {
	display:inline-block;
	width:25%;
}
.fcontent .sf-field-submit {
	margin-left:50%;
}
.fcontent .sf-field-reset {
}
.fcontent input[type=submit],
.news-abo input[type=submit] {
	color:rgba(227,0,24,1);
	border:none;
	background:none;
	appearance:normal;
	-webkit-appearance:normal;
	-moz-appearance:normal;
}
.fcontent input[type=submit]:hover,
.news-abo input[type=submit]:hover {
	color:rgba(0,0,0,1);
}
.news-abo input[type=submit]:disabled {
	color:rgba(0,0,0,.4);
}

#footer {
	min-height: 302px;
}
.has-sidebar .sidewrap.sideleft {
	float:left;
	width:25%;
}
.has-sidebar .sidewrap.sideright {
	float:right;
	width:25%;
}
.has-sidebar .wrap {
	float:left;
	width:75%;
}

/* masonry */
.mason.mcol-2 .post,
.mason.mcol-2 .product {
	width:50%;
}
.mason.mcol-3 .post,
.mason.mcol-3 .product {
	width:33.33333333%;
}
.mason.mcol-4 .post,
.mason.mcol-4 .product {
	width:25%;
}
.mason.mcol-5 .post,
.mason.mcol-5 .product {
	width:20%;
}
.mason.mcol-6 .post,
.mason.mcol-6 .product {
	width:16.66666667%;
}
.mason.mcol-7 .post,
.mason.mcol-7 .product {
	width:14.2857142857%;
}
.mason.mcol-8 .post,
.mason.mcol-8 .product {
	width:12.5%;
}

/* --- HEADER --- */

#header {
}
.headroom #headwrap {
	position:fixed;
	z-index:2;
	background:rgba(255,255,255,1);
    will-change: transform;
    transition: transform 0.3s ease-in-out;
    -moz-transition: transform 0.3s ease-in-out;
    -webkit-transition: transform 0.3s ease-in-out;
}
.headroom  #headwrap + #contwrap {
	padding-top:115px;
}
.home.headroom  #headwrap + #contwrap {
	padding-top:85px;
}
.headroom--pinned #headwrap {
    transform: translateY(0%);
    -webkit-transform: translateY(0%);
    -moz-transform: translateY(0%);
}
.headroom--unpinned #headwrap {
    transform: translateY(-100%);
    -webkit-transform: translateY(-100%);
    -moz-transform: translateY(-100%);
}
.logo {
	float:left;
	width:156px;
}
.searchwrap {
	position: fixed;
	top: 11px;
	right: 10%;
	width:50%;
	/*float:right;*/
	opacity:0;
	height:0;
	overflow:hidden;
	transition:all .2s ease-out;
	-moz-transition:all .2s ease-out;
	-webkit-transition:all .2s ease-out;
	z-index:4;
}
.admin-bar .searchwrap {
	top: 43px;
}
.searchwrap.aktiv {
	opacity:1;
	height:auto;
}
.searchwrap input {
	width:100%;
	border:3px solid rgba(227,0,24,1);
	background:rgba(255,255,255,1);
	padding:10px;
	text-transform:uppercase;
}
.btmenu {
	display:none;
}

/* --- NAVIGATION --- */

.mainav {
	float:right;
}
.mainav:after {
	display:block;
	content:'';
	clear:both;
}
.mainav.head > ul,
.footnav > ul,
.teaser,
.archflex,
.fhead > ul,
.singlewrapper {
	display: flex;
	display: -webkit-flex;
    flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
    justify-content: flex-start; /* flex-start, flex-end, center, space-between, space-around */
	-webkit-justify-content: flex-start;
    -ms-flex-pack: start; /* start, end, center, justify, distribute */
}
.home .archflex {
    justify-content: space-between; /* flex-start, flex-end, center, space-between, space-around */
	-webkit-justify-content: space-between;
    -ms-flex-pack: justify; /* start, end, center, justify, distribute */
}
.footnav {
	padding: 150px 0px 55px 50px;
}
.footnav > ul {
    justify-content: center; /* flex-start, flex-end, center, space-between, space-around */
	-webkit-justify-content: center;
    -ms-flex-pack: center; /* start, end, center, justify, distribute */
}
.mainav.head > ul > li,
.footnav > ul > li,
.fhead > ul > li {
	flex: 0 1 auto; /* flex: 1 1 auto; */
	-webkit-flex: 0 1 auto;
	-ms-flex: 0 1 auto;
	font-size:14px;
	font-weight:900;
	text-transform:uppercase;
	padding:0 15px;
}
.fhead > ul > li {
	font-weight:700;
	padding:0;
	cursor:pointer;
	transition:all .3s ease-out;
	-webkit-transition:all .3s ease-out;
	-moz-transition:all .3s ease-out;
}
.fhead > ul > li:hover,
.fhead > ul > li.aktiv {
	color: rgba(227,0,24,1);
}
.footnav > ul > li {
	padding:0 10px;
	line-height:20px;
}
.footnav > ul > li.social {
	font-size:20px;
}
.mainav.head > ul > li.menu-item-language-de {
	padding:0 0 0 15px;
}
.mainav.head > ul > li.menu-item-language-de > a:after {
	content:'\00a0//\00a0';
	color: rgba(0,0,0,1);
}
.mainav.head > ul li.qtranxs-lang-menu-item-de > a:after {
	content:'\00a0//';
	color: rgba(0,0,0,1);
}
.mainav.head > ul > li.menu-item-language-en,
.mainav.head > ul li.qtranxs-lang-menu-item-en {
	padding:0 15px 0 0;
}
.mainav.head > ul > li:last-child {
	padding:0 0 0 15px;
}
.mainav > ul > li {
	opacity:1;
	transition:all .2s ease-out;
	-moz-transition:all .2s ease-out;
	-webkit-transition:all .2s ease-out;
}
.mainav.aktiv > ul > li {
	opacity:0;
	height:0;
	overflow:hidden;
}
.mainav.aktiv a {
	cursor: default;
}
.mainav > ul > li.search-item {
	cursor:pointer;
	transition:all .2s ease-in-out;
	-moz-transition:all .2s ease-in-out;
	-webkit-transition:all .2s ease-in-out;
}
.mainav > ul > li.search-item:hover,
.mainav > ul > li.search-item.aktiv {
	color:rgba(227,0,24,1);
}
.mainav.head > ul > li:not(.menu-item) > a {
	display: flex;
	display: -webkit-flex;
	align-items: flex-start; /* flex-start, flex-end, center, stretch, baseline */
	-webkit-align-items:flex-start;
	-ms-align-items:start; /* start, end, center, stretch, baseline */
	-ms-flex-align: start; /* start, end, center, stretch, baseline */
}
.mainav.head > ul > li.qtranxs-lang-menu {
	padding:0 0 0 15px;
}
.qtranxs-lang-menu > a {
	display:none;
}
.qtranxs-lang-menu > ul.sub-menu {
	display:inline;
	position:static;
}
.mainav li.menu-item-has-children {
	position:relative;
}
ul.sub-menu {
	display:none;
	position:absolute;
}
.qtranxs-lang-menu > ul.sub-menu > li {
	padding:0;
	text-transform:uppercase;
	display:inline-block;
}
.qtranxs-lang-menu-de .qtranxs-lang-menu-item-de a {
	color:rgba(227,0,24,1);
}

/* --- CONTENT --- */

#content {
}
.loadnext {
	display:none;
}
.jscroll-added .arch.header,
.jscroll-added .fheadline,
.jscroll-added .arch.filter {
	display:none;	
}
.postwrapper .post:after,
.postwrapper .page:after {
	display:block;
	content:"";
	clear:both;
}
.home .postwrapper {
	width:75%;
	padding:0 30px 90px 0;
}
.postthumb {
	padding-bottom:25px;
}
.postthumb.hbild {
	padding:0 30px 35px 0;
	overflow-x:hidden;
}
p.credits {
	padding-top:5px;
}
#gmap {
	padding-bottom: 56.25%; /* 16:9 */
	/*padding-bottom: 75%;  4:3 */
	/*padding-bottom: 54.05%;  1.85:1 cinemascope */
	/*padding-top: 25px;*/
	height: 0;
	margin-bottom:35px;
}

/* iframe */
.post iframe,
.page iframe {
	max-width: 100%;
}

/* Images */
.post img,
.page img,
.product img,
img.size-auto,
img.size-full,
img.size-large,
img.size-medium,
.attachment img,
.widget-container img {
	max-width: 100%;
	height: auto;
}
.alignleft,
img.alignleft {
	display: inline;
	float: left;
	margin-right: 15px;
}
.alignright,
img.alignright {
	display: inline;
	float: right;
	margin-left: 15px;
}
.aligncenter,
img.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
img.alignleft,
img.alignright,
img.aligncenter {
	margin-bottom: 15px;
}

/* Galerien */
.gallery {
	display: flex;
	display: -webkit-flex;
	display: -ms-flexbox;
	flex-wrap: wrap;
	-webkit-flex-wrap:wrap;
	-ms-flex-wrap: wrap;
	flex-direction: row;
	align-items: stretch; /* flex-start, flex-end, center, stretch, baseline */
	-webkit-align-items:stretch;
	-ms-align-items:stretch; /* start, end, center, stretch, baseline */
	-ms-flex-align: stretch; /* start, end, center, stretch, baseline */
	justify-content: flex-start; /* flex-start, flex-end, center, space-between, space-around */
	-webkit-justify-content: flex-start;
    -ms-flex-pack: flex-start; /* start, end, center, justify, distribute */
}
.medi .gallery {
	display:none;
}
.gallery .gallery-item {
	flex: 0 1 auto; /* flex: 1 1 auto; */
	-webkit-flex: 0 1 auto;
	-ms-flex: 0 1 auto;
}
.gallery-columns-1 .gallery-item {
    margin: 0 auto;
}
.gallery-columns-2 .gallery-item {
    width: calc(100% / 2);
	padding:15px 15px 15px 0;
}
.gallery-columns-2 .gallery-item:nth-child(even) {
	padding:15px 0 15px 15px;
}
.gallery-columns-3 .gallery-item {
    width: calc(100% / 3);
}
.gallery-columns-4 .gallery-item {
    width: calc(100% / 4);
}
.gallery-columns-5 .gallery-item {
    width: calc(100% / 5);
}
.gallery-columns-6 .gallery-item {
    width: calc(100% / 6);
}
.gallery-columns-7 .gallery-item {
    width: calc(100% / 7);
}
.gallery-columns-8 .gallery-item {
    width: calc(100% / 8);
}
.gallery-columns-9 .gallery-item {
    width: calc(100% / 9);
}
.gallery-item img {
    margin: 0 auto;
}
.gallery-caption {
	text-align:center;
	font-size:80%;
}

/* owl */
.teaser.owl-carousel {
	padding-right:30px;
}
.owl-stage {
	/*margin-left:-200px;*/
}
.teaser .owl-item {
	flex: 0 1 auto; /* flex: 1 1 auto; */
	-webkit-flex: 0 1 auto;
	-ms-flex: 0 1 auto;
	width:50%;
	/*padding:0 30px 0 0;*/
}
.owl-theme .owl-nav {
	display:flex;
	align-items:center;
	justify-content:center;
}
.owl-theme .owl-nav [class*='owl-'] {
    font-size: inherit;
    margin:0;
	padding:0;
	border:none;
    border-radius: 0;
	background:none;
    min-width:30px;
	min-height:24px;
}
.owl-theme .owl-nav [class*='owl-']:hover {
	background:none;
}
.owl-theme .owl-nav [class*='owl-'] span {
	transition: all 0.1s ease;
	-webkit-transition: all 0.1s ease;
	-moz-transition: all 0.1s ease;
    color: rgba(0,0,0,.4);
}
.owl-theme .owl-nav [class*='owl-'] span:hover {
	color: rgba(0,0,0,1);
}
.owl-theme .owl-dots {
	display: flex;
	justify-content: center;
	padding:30px 0 35px;
}
.owl-theme .owl-nav .owl-prev span:before {
	content:'\276e';
}
.owl-theme .owl-nav .owl-next span:before {
	content:'\276f';
}
.owl-theme .owl-nav .owl-play span:before {
	content:'\25b6';
}
.owl-theme .owl-nav .owl-stop span:before {
	content:'\2759 \2759';
}
.owl-carousel .owl-nav button.owl-stop {
	display:none;
}
.owl-theme .owl-dots .owl-dot {
	width: 20px;
	height: 10px;
}
.owl-theme .owl-dots .owl-dot span {
	transition: all 0.1s ease;
	-webkit-transition: all 0.1s ease;
	-moz-transition: all 0.1s ease;
	width:10px;
	height:10px;
	margin:0 auto;
	background:rgba(227,0,24,0);
	border:1px solid rgba(227,0,24,1);
}
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
	width: 10px;
	height: 10px;
	background:rgba(227,0,24,1)
}

/* --- FOOTER --- */

#footwrap {
	background:url(../images/wonderwoman_footer.png) no-repeat left top;
}
#footer {
}
#footer-widget-area {
	display: flex;
	display: -webkit-flex;
	display: -ms-flexbox;
	flex-wrap: wrap;
	-webkit-flex-wrap:wrap;
	-ms-flex-wrap: wrap;
	flex-direction: row;
	align-items: stretch;
	-webkit-align-items:stretch;
	-ms-align-items:stretch;
	-ms-flex-align: stretch;
}
#footer .fcol-1 .widget-area {
}
#footer .fcol-2 .widget-area {
	width:50%;
}
#footer .fcol-3 .widget-area {
	width:33.33333333%;
}
#footer .fcol-4 .widget-area {
	width:25%;
}

/* scrolltop */
.scrolltop {
    width: 100px;
    height: 0;
    position: fixed;
    bottom: 60px;
    right: -10%;
	cursor:pointer;
	transition:all 0.3s ease;
	-webkit-transition:all .3s ease;
	transform:rotate(-90deg);
	-moz-transform:rotate(-90deg);
	-webkit-transform:rotate(-90deg);
	overflow:hidden;
	color: rgba(227,0,24,1);
}
.scrolltop span,
.scrolltop i {
	display:inline-block;
	text-align:center;
    width: 40px;
    height: 40px;
    line-height: 40px;
	color:rgba(0,0,0,.6);
	border-top:1px dotted rgba(0,0,0,.6);
	background:rgba(255,255,255,.6);
	transition:all .3s ease-out;
	-webkit-transition:all .3s ease-out;
	-moz-transition:all .3s ease-out;
}
.scrolltop .scrtop:before {
	display:block;
	font-family:"Times New Roman", Times, serif;
	font-family: Arial, Helvetica, sans-serif;
	content:'\203A';
	font-size:28px;
	transform:rotate(-90deg) translateY(-2px);
	-webkit-transform:rotate(-90deg) translateY(-2px);
	-moz-transform:rotate(-90deg) translateY(-2px);
}
.scrolltop span:hover,
.scrolltop i:hover {
	color:rgba(0,0,0,1);
	border-top:1px solid rgba(0,0,0,1);
	background:rgba(255,255,255,1);
}
.scrolltop.aktiv {
    height: 19px;
    right: 4.5%;
}
.scrolltop.aktiv:hover {
	color: rgba(0,0,0,1);
}
.scrolltop.aktiv.bot {
    position: absolute;
	bottom:auto;
	margin-top:-100px;
}
.site-desc {
	font-size:26px;
	color:rgba(145,143,121,1);
	text-align:center;
}
.searchon {
	position:fixed;
	top:0;
	left:0;
	right:0;
	bottom:0;
	background:rgba(255,255,255,.8);
	display:none;
	z-index:3;
}

/* --- SONSTIGES --- */

.klar {
	clear:both;
}