/* roboto-slab-100 - latin-ext_latin */
@font-face {
	font-family: 'Roboto Slab';
	font-style: normal;
	font-weight: 100;
	src: url('../fonts/roboto-slab-v24-latin-ext_latin-100.eot'); /* IE9 Compat Modes */
	src: local(''),
	url('../fonts/roboto-slab-v24-latin-ext_latin-100.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
	url('../fonts/roboto-slab-v24-latin-ext_latin-100.woff2') format('woff2'), /* Super Modern Browsers */
	url('../fonts/roboto-slab-v24-latin-ext_latin-100.woff') format('woff'), /* Modern Browsers */
	url('../fonts/roboto-slab-v24-latin-ext_latin-100.ttf') format('truetype'), /* Safari, Android, iOS */
	url('../fonts/roboto-slab-v24-latin-ext_latin-100.svg#RobotoSlab') format('svg'); /* Legacy iOS */
}
/* roboto-slab-300 - latin-ext_latin */
@font-face {
	font-family: 'Roboto Slab';
	font-style: normal;
	font-weight: 300;
	src: url('../fonts/roboto-slab-v24-latin-ext_latin-300.eot'); /* IE9 Compat Modes */
	src: local(''),
	url('../fonts/roboto-slab-v24-latin-ext_latin-300.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
	url('../fonts/roboto-slab-v24-latin-ext_latin-300.woff2') format('woff2'), /* Super Modern Browsers */
	url('../fonts/roboto-slab-v24-latin-ext_latin-300.woff') format('woff'), /* Modern Browsers */
	url('../fonts/roboto-slab-v24-latin-ext_latin-300.ttf') format('truetype'), /* Safari, Android, iOS */
	url('../fonts/roboto-slab-v24-latin-ext_latin-300.svg#RobotoSlab') format('svg'); /* Legacy iOS */
}
/* roboto-slab-regular - latin-ext_latin */
@font-face {
	font-family: 'Roboto Slab';
	font-style: normal;
	font-weight: 400;
	src: url('../fonts/roboto-slab-v24-latin-ext_latin-regular.eot'); /* IE9 Compat Modes */
	src: local(''),
	url('../fonts/roboto-slab-v24-latin-ext_latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
	url('../fonts/roboto-slab-v24-latin-ext_latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
	url('../fonts/roboto-slab-v24-latin-ext_latin-regular.woff') format('woff'), /* Modern Browsers */
	url('../fonts/roboto-slab-v24-latin-ext_latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
	url('../fonts/roboto-slab-v24-latin-ext_latin-regular.svg#RobotoSlab') format('svg'); /* Legacy iOS */
}
/* roboto-slab-700 - latin-ext_latin */
@font-face {
	font-family: 'Roboto Slab';
	font-style: normal;
	font-weight: 700;
	src: url('../fonts/roboto-slab-v24-latin-ext_latin-700.eot'); /* IE9 Compat Modes */
	src: local(''),
	url('../fonts/roboto-slab-v24-latin-ext_latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
	url('../fonts/roboto-slab-v24-latin-ext_latin-700.woff2') format('woff2'), /* Super Modern Browsers */
	url('../fonts/roboto-slab-v24-latin-ext_latin-700.woff') format('woff'), /* Modern Browsers */
	url('../fonts/roboto-slab-v24-latin-ext_latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
	url('../fonts/roboto-slab-v24-latin-ext_latin-700.svg#RobotoSlab') format('svg'); /* Legacy iOS */
}

html,body, header, nav, section, article, main, aside, .sidebar, footer { display: block; padding:0; margin:0; }

body{ 
    margin: 0;
    padding: 0;
    text-align: left;
    font-family: 'Roboto Slab', sans-serif;
	font-size:16px;
	color:#000;
}
a { text-decoration: none; outline: none; transition: all 300ms ease 0ms; color:#000;}
a:hover, a:focus {text-decoration: none; color:#000;}
a img{border: none; }
label {cursor: pointer; }
textarea { resize:none; margin: 0;}
input, textarea { outline: none; }
input[type="search"] {
	outline: none;
	border-radius: 0;
	-webkit-appearance: none !important;
}
iframe {
	margin: 0;
	border: none;
}
table {
	border: none;
    border-spacing: 0;
    border-collapse: collapse;
}
section, article, header, footer {display:block;}

h1, h2, h2, h4, h5, h6, p, fieldset, form, ul, ol, li, dl, dt, dd {
	padding: 0;
	margin: 0;
}

.clearfix {
	float:none !important;
    clear: both;
    display: block;
}

p, h1, h2, h3, h4, h5, h6 {
	font-family: 'Roboto Slab', sans-serif;
}

#page {
	width:100%;
}

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

img.std-width {
	width:auto;
	max-width:100%;
}

.container {
	width:100%;
	max-width:1040px;	
}

.padding-default {
	padding-top:80px;
	padding-bottom:80px;
}

.no-side-padding {
	padding-left:0 !important;
	padding-right:0 !important;
}

.img-absolute {
	position:absolute;	
}

.push-bottom-20 {
	padding-bottom:20px;	
}

.push-bottom-30 {
	padding-bottom:30px;	
}

.push-bottom-60 {
	padding-bottom:60px;
}

.push-bottom-80 {
	padding-bottom:80px;
}

.push-top-20 {
	padding-top:20px;	
}

section {
	clear:both;
	position:relative;
}

.nopadding {
	padding:0;
}
/* page styles ---------------------------------------------- */

.header-image  img {
	display:none;
}

.header-image .owl-item img {
	display:block;
}

.header-title {
	position:absolute;
	bottom:0;
	background:rgba(255,255,255,0.8);
	width:100%;
	z-index:9999;
	color:#333;
}

.header-title h2 {
	line-height:100%;
	padding    : 15px;
	font-size:42px;
	font-family:'Roboto Slab', sans-serif;
	font-weight:normal;
}

.header-title h2 strong {
	color:#b31320;
	font-weight:normal;
}

.header-wrapper{
	position:relative;
	z-index:999;
	box-shadow: 5px 7px 7px rgba(137, 137, 118);
}

#menu-top {
	background:#c00417;
	height:64px;
	color:#fff;

}

#menu-top ul.menu {
	height:64px;
}

#menu-top ul.menu a,
#menu-top ul.menu span {
	color:#fff;
	padding-left:15px;
	display:block;
}

#menu-top ul.menu > li > a {
	height:64px;
	line-height:64px;
}

#menu-top ul.menu > li:first-child > a {
	padding-left:0;
}

#menu-top ul.menu > li {
	display:inline-block;
	line-height:64px;
	max-height:64px;
	height:64px;
	font-size:24px;
	width:22%;
	border-right:13px solid #f6a800;
	position:relative;
}

#menu-top ul.menu ul {
	position:absolute;
	z-index:9999;
	background:#f6a800;
	border-top:2px solid #be1a1d;
	border-bottom:2px solid #be1a1d;
	width:100%;
	border-bottom:0;
	left:0;
	display:none;
	margin-top:-1px;
}

#menu-top ul.menu ul li {
	display:block;
	clear:both;
	line-height:100%;
	border-bottom:2px solid #be1a1d;
	border-left:2px solid #be1a1d;
	border-right:2px solid #be1a1d;
	position:relative;
}

#menu-top ul.menu ul li a {
	padding-top:15px;
	padding-bottom:15px;
	font-size:19px;
}

#menu-top ul.menu li:hover ul {
	display:block;
}

#menu-top ul.menu li ul li:hover {
	background:#be1a1d;
	border-left:2px solid #f6a800;
	border-right:2px solid #f6a800;
}
#menu-top ul.menu li ul li:hover:before {
	position:absolute;
	top:-2px;
	width:calc(100% + 4px);
	height:2px;
	background:#f6a800;
	content:'';
	left:-2px;
}
#menu-top ul.menu li ul li:hover:after {
	position:absolute;
	width:calc(100% + 4px);
	height:2px;
	background:#f6a800;
	content:'';
	top:100%;
	left:-2px;
}
/*
#menu-top ul.menu li ul li a:before {
	content:'> ';
	color:#be1a1d;
}
*/
.content-area {
	padding-top:65px;
	padding-bottom:65px;
	background:#f8f8d6;
}

.itemid-102 div.news-right:nth-child(3) > h2:nth-child(1),
.content-area .content-wrapper h1 {
	font-size: 24px;
	background:#f6a800;
	border-left:2px solid #c00417;
	padding-top:10px !important;
	padding-bottom:10px !important;
	line-height:24px;
	padding-left:15px;
	color:#fff;
	margin-top:25px;
	margin-bottom:25px;
	clear:both;
	position:relative;
	font-weight:normal;
}

.content-area .content-wrapper h1:before{
	position:absolute;
	left:0;
	top:0;
	width:2px;
	height:100%;
	background:#fff;
	content:'';
}

.content-area .content-wrapper h1 a {
	color:#fff;
	text-decoration:none;
}

.content-area .content-wrapper h1:first-child,
.content-area .content-wrapper h2:first-child,
.content-area .content-wrapper h3:first-child {
	margin-top:0;
}


.content-area .content-wrapper h2 {
	background:none;
	color:#f6a800;
	border:none;
	padding-top:32px;
	padding-bottom:0;
	padding-left:0;
	font-size:24px;
	font-weight:bold;
	margin-top:40px;
	border-top:1px solid #6e6f5d;	
}

.content-area .content-wrapper h2:first-of-type {
	border-top:0;
	padding-top:0;
}

.content-area .content-wrapper h2 span,
.content-area .content-wrapper h2 a {
	color:#f6a800 !important;
}

hr {
	margin-top:30px;
	margin-bottom:45px;
	border-top: 1px solid #5d5c3c;
}

.content-area .content-wrapper h3 a,
.content-area .content-wrapper h3 {
	/* color: #6e6f5d; */
	color:#c00417;
	font-size:19px;
	font-weight:bold;
	text-decoration:none;
}

.content-area .content-wrapper h4 a,
.content-area .content-wrapper h4 {
	font-size: 17px;
	line-height: 22px;
	color:#6e6f5d;
	font-weight:bold;
	text-decoration:none;
}

.content-area .content-wrapper h5 a,
.content-area .content-wrapper h5 {
	font-size: 15px;
	line-height: 22px;
	color:#c00417;
	font-weight:bold;
	text-decoration:none;
}

.content-area .content-wrapper h3,
.content-area .content-wrapper h2  {
	margin-bottom:15px;
}

.content-area .content-wrapper p {
	padding:0;
	margin : 0 0 15px;
}

.content-area li,
.content-area p {
	/*
	line-height:20px;
	font-size:16px;
	*/
	font-size: 15px;
	line-height: 20px;
}

.content-area a {
	color:#6e6f5d;
	font-weight:bold;
	text-decoration:none;
}

.content-area a:hover {
	color:#be0b1d;
}

a.mehr {
	color:#000;
	font-weight:normal;
}

a.mehr:hover {
	color:#be0b1d !important;
}

.sidebar-box a {
	font-weight:normal;
}


.sidebar-box h3 {
	font-size:24px;
	background:#f6a800;
	border:2px solid #be0b1d;
	padding-top:8px;
	padding-bottom:8px;
	line-height:24px;
	padding-left:15px;
	color:#fff;
	clear:both;
	margin-bottom:10px;
	font-weight:normal;
}

.sidebar-box .custom {
	background:#fff;
	border:2px solid #be0b1d;
	margin-bottom:26px;
	padding:10px 15px;
	font-size:15px;
	line-height:22px;
}

.sidebar-box .custom  li,
.sidebar-box .custom  p {
	font-size:14px;
	line-height:22px;
}


.sidebar-box .custom  p strong {
	font-size:13px;
	line-height:22px;
}

.sidebar-box .custom img {
	display:inline-block;
	width:auto;
	max-width:100%;
	margin-top:5px;
	margin-right:5px;
}

.footer-second-row img{
	float:left;
	width:auto;
	margin-right:5px;
}

#footer {
	background:#f6a800;
	border-bottom:15px solid #c00417;
	color:#fff;
	padding-top:15px;
	padding-bottom:15px;
	line-height:20px;
	font-size:16px;
}

#footer ul {
	padding:0;
	margin:0;
}

#footer ul li {
	display:inline-block;
	padding-right:10px;
	margin-right:10px;
	border-right:2px solid #c30414;
} 

#footer ul li:last-child {
	border:0;
	padding-right:0;
	margin-right:0;
}

#footer ul li a {
	color:#fff;
}

.footer-second-row {
	padding-top:15px;
}

.item-119 {
	display:none !important;
}

.resp-menu-button {
	display:none;
}

.actions  {
	padding-bottom:15px;
}

.actions img {
	width:auto;
}

.actions li {
	display:inline-block;
}

.flash-intro-image-wrapper {
	width:auto;
	float:left;
	margin-right:30px;
	margin-bottom:20px;
	border:2px solid #be0417;
	max-width:220px;
	position:relative;
}

.flash-intro-image-wrapper.spacemore {
	margin-bottom:32px;
}

.itemid-104 .flash-intro-image-wrapper,
.itemid-129 .flash-intro-image-wrapper {
	border:none;
}

.flash-intro-image {
	width:100%;
}

.news-image-caption {
	position:absolute;
	bottom:0;
	background:rgba(255,255,255,0.8);
	color:#000;
	width:100%;
	padding : 3px 5px 5px;
	font-size:14px;
	font-weight:normal;
}

/*
.news-image-caption:after {
	content:' >>';
	color:#be0417;
	font-weight:bold;
}
*/

.news-image-caption:after {
	content:' +';
	color:#be0417;
	font-weight:bold;
	position:absolute;
	right:5px;
	bottom:-2px;
	font-size:22px !important;
}

.newsflash-title {
	margin-bottom:15px;
	padding-top:0;
	margin-top:0;
}

.newsflash-title h4 {
	padding-top:0;
	margin-top:0;
}

#footer a {
	color:#fff;
}

#footer img {
	position:relative;
	bottom:-3px;
	margin-right:5px;
}

#footer img:last-of-type {
	margin-right:15px;
}

#footer strong {
	color:#be0b1d;
	font-weight:normal;
}

#menu-top .customspenden  img{
	width:auto;
	/*box-shadow: 5px 5px 3px rgba(0, 0, 0, 0.2);*/

	position:relative;
}

#menu-top .customspenden  {
	position:absolute;
	top:0;
	left:calc(100% - 332px);
}

#header {
	max-width:100%;
	overflow:hidden;
}

.logo-wrapper-mobile {
	display:none;
}

.logo-wrapper {
	position:absolute;
	width:158px;
	height:auto;
	bottom:0;
	left:-165px;
	z-index:99999;
}

.img-fulltext-left {
	margin-bottom:15px;
}

div.sidebar-box-row:nth-child(2) a,
div.sidebar-box-row:nth-child(3) a{
	color:#000;
}

div.sidebar-box-row:nth-child(2) a strong,
div.sidebar-box-row:nth-child(3) a strong {
	color:#be0417;
}

.actions {
	display:none;
}

.itemid-164 .actions,
.itemid-102 .leading-0 .actions,
.itemid-102 .leading-1 .actions,
.itemid-120 .actions,
.itemid-160 .actions,
.itemid-114 .actions,
.itemid-115 .actions,
.itemid-116 .actions,
.itemid-109 .actions,
.itemid-108 .actions,
.itemid-105 .actions,
.itemid-103 .actions,
.itemid-132 .actions,
.itemid-119 .leading-0 .actions {
	display:block;
}

.breadcrumbs {
	position:relative;
	top:-24px;
	color:#c00417;
}

.breadcrumbs  a {
	color:#f6a800;
}

.breadcrumbs span {

}

.readmore a {
	color:#000;
}

.readmore a strong{
	color:#c00417;
}

/* blog interview ----------------------------------------- */

.bloginterview .items-row.cols-3 .item {
	width:32%;
	float:left;
	margin-left:2%;
}


.bloginterview .items-row.cols-3 .item:first-child {
	margin-left:0;
}

.row-separator {
	display:block;
	clear:both;
}

.flash-intro-image-wrapper.full-width {
	width:100%;
	max-width:100%;
}

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

figure {
	width: auto;
	margin-right: 30px;
	margin-bottom: 20px;
	border: 2px solid #be0417;
	max-width: 220px;
	position: relative;	
}


figure  figcaption {
    position: absolute;
    bottom: 0;
    background: rgba(255,255,255,0.8);
    color: #000;
    width: 100%;
	padding : 3px 15px;
}

figure  figcaption::after {
    content: ' >>';
    color: #be0417;
    font-weight: bold;
}

.img-copyright {
	font-size:10px;
	color:#000;
	position:absolute;
	bottom:-18px;
	right:0;
	letter-spacing:1px;
	max-width:100%;
	max-height:15px;
	overflow:hidden;
}

.img-copyright-static {
	font-size:10px;
	color:#000;
	letter-spacing:1px;
	max-width:100%;
	max-height:15px;
	overflow:hidden;
	top:-10px;
	margin-bottom:15px;
	text-align:right;
	position:relative;
}

.itemid-119 .col-lg-8 .moduletable h3,
h1.h2style {
	background:none !important;
	color:#f6a800 !important;
	border:none !important;
	padding-top:32px !important;
	padding-bottom:0 !important;
	padding-left:0 !important;
	font-size:24px !important;
	font-weight:bold !important;
}

h1.h2style a {
	color:#f6a800 !important;
}

h1.h2style:after,
h1.h2style:before {
	display:none !important;
}

.items-leading article {
	padding-bottom:40px;
	border-bottom:1px solid #5d5c3c;
}

.itemid-104 .items-leading article, 
.itemid-103 .items-leading article {
	padding-bottom:0;
	border-bottom:0;
}

p:empty {
	display:none;
}

article > ul > li,
body:not(.pagespecialgallery) .content-wrapper:not(.gallery) li,
body:not(.pagespecialgallery) .ce_text li,
body:not(.pagespecialgallery) .items-leading li {
	position:relative;
	display:block;
	padding-left:15px;
	margin-left:5px;
}

.sidebar-box li{
	position:relative;
	display:block;
	padding-left:15px;
	margin-left:0;
}


article > ul > li:before,
.sidebar-box li:before,
body:not(.pagespecialgallery) .content-wrapper li:before,
body:not(.pagespecialgallery) .ce_text li:before,
body:not(.pagespecialgallery) .items-leading li:before {
	content:'■';
	position:absolute;
	left:0;
	top:-1px;
	font-size:11px;
	color:#c00417;
}

.sidebar-box li:before {
	top:-2px;
}

.items-leading article:last-child {
	border-bottom:0 !important;
}
.items-leading article:first-child {
	border-bottom:1px solid #5d5c3c !important;
}

.itemid-104 .items-leading article:first-child, .itemid-103 .items-leading article:first-child {
	border-bottom:0 !important;
}

p a {
	text-decoration:none !important;
}

p a strong {
	color:#c00417;
}

.tagunen-wrapper a {
	font-size: 15px;
	line-height: 22px;
	color: #6e6f5d;
	font-weight: bold;
}

a.morenews {
	display:block;
	margin-top:30px;
	font-size: 17px;
	line-height: 22px;
	color: #6e6f5d;
	font-weight: bold;
}

.tagunen-wrapper p {
	line-height:30px;
}

.tagunen-wrapper h4:first-child {
	padding-top:30px !important;
	margin-bottom:5px !important;
}

.itemid-103 .flash-intro-image-wrapper {
	border:0;
}

.news-right {
	border-top:0;
}


.itemid-108 .item-separator,
.itemid-109 .item-separator,
.itemid-102 .item-separator,
.itemid-140 .item-separator {
	display:none;
}

.itemid-132 .items-leading article,
.itemid-108 .items-leading article,
.itemid-109 .items-leading article,
.itemid-140 .items-leading article,
.itemid-102 .items-leading article {
	margin-bottom:40px;
}


.itemid-130 .items-leading article,
.itemid-102 .items-leading article.leading-0  {
	border-bottom:0 !important;
	padding-bottom:0;
}

.itemid-130 .flash-intro-image-wrapper {
	margin-bottom:32px;
}

.itemid-132 article h2,
.itemid-108 article h2,
.itemid-109 article h2,
.itemid-140 article h2,
.itemid-102 article h2 {
	border-top:0 !important;
	padding-top:0 !important;
}

.itemid-132 article h3,
.itemid-108 article h3,
.itemid-109 article h3,
.itemid-140 article h3,
.itemid-102 article h3 {
	margin-top:-13px !important;
	padding-top:0 !important;
	/* color:#746e72 !important; */
	color:#c00417 !important;
}

/* cookies ----------------------- */

.cookie-left {
	float:left;
	width:calc(100% - 50px);
}

.cookie-right {
	float:right;
	width:50px;
	text-align:center;
}

.cookies-inside {
	max-width:1199px;
	margin-left:auto;
	margin-right:auto;
	text-align:center;
}

#cookies-message {
	background:#e0e0e0;
	color:#1f1f1f;
	font-size:13px;
	padding-top:25px;
	padding-bottom:25px;
	display:block;
	top:0;
	position:fixed;
	width:100%;
	padding-left:15px;
	z-index:999999;
}

#cookies-message a {
	color:#1f1f1f;
}

#cookies-message .fa {
	font-size:28px;
}

#acceptcheck_link {
	text-decoration:underline;
}

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

.itemid-160 .spenden-mobile {
	display:none !important;
}

.spenden-mobile {
	display:none;
}

.item-separator {
	clear:both;
}

.footer-third-row {
	padding-top:20px;
}

h3.cc-standorde{
	padding-left:60px !important;
	position:relative;
}

h3.cc-pin  {
	padding-left:40px !important;
	position:relative;
}

h3.cc-standorde:before {
	position:absolute;
	content:'';
	width:54px;
	height:60px;
	background:url('../images/standorte.png') no-repeat;
	left:0;
	top:-30px;
	background-size:100% auto;
}


h3.cc-pin:before {
	position:absolute;
	content:'';
	width:30px;
	height:48px;
	background:url('../images/pin.png') no-repeat;
	left:0;
	top:-15px;
	background-size:100% auto;
}

.itemid-161 .sitemaphidden {
	display:none;
}


.itemid-159 .hidden404 {
	display:none;
}

.itemid-119 .morenews,
.itemid-119 .newsflash-title {
	display:none !important;
}

/*

.itemid-102 .leading-1 {
	padding-bottom:0px;
	border-bottom:0px;
}

.itemid-102 .leading-1 div.news-right {
	height:50px;
	margin-bottom:-15px;
}
*/
.itemid-119 .leading-1 {
	padding-top:30px !important;
}

.itemid-109 .leading-2 {
	display:none;
}

.itemid-109 .leading-1 {
	border:none;
}

.itemid-109 .website-mentor-oldenburg-de .leading-1 {
	border-bottom: 1px solid #5d5c3c;
}

/*
.itemid-102 .blogdisabled:first-of-type .items-leading article,
.itemid-102 .blog:first-of-type .items-leading article {
	display:none;
}

.itemid-102 .blogdisabled:first-of-type .items-leading article.leading-0,
.itemid-102 .blogdisabled:first-of-type .items-leading article.leading-1,
.itemid-102 .blog:first-of-type .items-leading article.leading-0,
.itemid-102 .blog:first-of-type .items-leading article.leading-1 {
	display:block;
}

.itemid-102 .blog:first-of-type .items-leading article.leading-1,
.itemid-102 .blogdisabled:first-of-type .items-leading article.leading-1 {
	display:none !important;
}

.itemid-102 .blog:last-of-type .items-leading article.leading-0 {
	display:none;
}
*/





/* frontend content editor ----------------------------- */

#adminForm select,
#adminForm input {
	width:100%;
	margin-bottom:15px;
}

#adminForm .wf-editor-header {
	display:none;
}

#adminForm  .btn-group {
	margin-bottom:30px;
}

/*#adminForm > fieldset:nth-child(2) > div:nth-child(5),*/
#adminForm > fieldset:nth-child(2) > div:nth-child(10),
#adminForm > fieldset:nth-child(2) > div:nth-child(11),
#adminForm > fieldset:nth-child(2) > div:nth-child(6),
#jform_images_float_fulltext-lbl,
#jform_images_float_fulltext,
#jform_images_image_fulltext_caption-lbl,
#jform_images_image_fulltext-lbl,
#jform_images_image_fulltext_caption,
#jform_images_image_fulltext_alt,
#jform_images_image_fulltext_alt-lbl,
#jform_images_image_fulltext-lbl,
#jform_images_image_fulltext,
#jform_images_image_fulltext-lbl,/* ----------- */

#adminForm fieldset:nth-child(3) .control-group:last-child,
#adminForm fieldset:nth-child(4),
#adminForm fieldset:nth-child(5),
#jform_access,
#jform_access-lbl,
#jform_publish_down-lbl,
#jform_publish_up-lbl,
.controls .field-calendar,
#jform_publish_up-lbl,
#jform_featured,
#jform_featured-lbl,
#jform_state option:nth-child(3),
#jform_created_by_alias-lbl,
#jform_created_by_alias,
#jform_tags_chzn,
#jform_tags-lbl,
#jform_urls_urlctext,
#jform_urls_urlctext-lbl,
#jform_urls_urlc,
#jform_urls_urlc-lbl,
#jform_urls_urlbtext-lbl,
#jform_urls_urlb,
#jform_urls_urlb-lbl,
#adminForm .hasTooltip,
#editor-xtd-buttons a[title="Modul"],
#editor-xtd-buttons a[title="Menü"],
#editor-xtd-buttons a[title="Kontakt"],
#editor-xtd-buttons a[title="Beitrag"],
#editor-xtd-buttons a[title="Seitenumbruch"],
#editor-xtd-buttons a[title="Weiterlesen"],
#jform_alias,
#jform_alias-lbl {
	display:none;
}

#menu_jform_articletext_jform_articletext_formatselect_menu_items > div {
	display:none !important;
}
#menu_jform_articletext_jform_articletext_formatselect_menu_items > div#mce_35,
#menu_jform_articletext_jform_articletext_formatselect_menu_items > div#mce_39,
#menu_jform_articletext_jform_articletext_formatselect_menu_items > div#mce_40,
#menu_jform_articletext_jform_articletext_formatselect_menu_items > div#mce_41 {
	display:block !important;
}


#jform_urls_urlbtext {
	opacity:0;
	pointer-events: none;
}

#editor-xtd-buttons {
	margin-top:30px;
	margin-bottom:30px;
}


#adminForm a[title="Auswählen"],
#editor-xtd-buttons a[title="Bild"] {
	background:#c00417;
	width:200px;
	display:block;
	color:#fff;
	top:-10px;
	position:relative;
	border:2px solid #c00417 !important;
	border-radius:0 !important;
}



#editor-xtd-buttons a[title="Bild"] {
	top:-25px;
}

.wf-editor-container {
	padding:0;
}


#adminForm fieldset:nth-child(3) legend,
#jform_urls_urla-lbl,
#jform_images_image_fulltext-lbl {
	margin-top:30px;
	padding-top:30px;
	border-top:1px solid #cfcfcf;
	display:block;
	width:100%;
}

li.imgOutline.thumbnail.height-80.width-80.center {
    list-style-type:none !important;
}

#sbox-window {
	height:530px !important;
}

#jform_catid option {
	display:none;
}

.btn.btn-primary {
	color:#fff !important;
	background:#c00417 !important;
	border:2px solid #c00417 !important;
	cursor:pointer;
	border-radius:0 !important;
}

#adminForm a[title="Auswählen"]:hover,
#editor-xtd-buttons a[title="Bild"]:hover, 
.btn.btn-primary:hover,
.btn.btn-primary:active {
	background:#f6a800 !important;
}

#remember {
	position:relative;
	top:0;
	margin:0;
}

label[for="remember"] {
	padding-left:4px;
}

.input-password-toggle {
	display:none;
}

.com-users-login__remember {
	position: relative;
	margin-top: 20px;
	margin-bottom: 40px;
}

.com_users .nav-tabs.nav-stacked {
	display:none;
}

.itemid-169 .nav-tabs.nav-stacked {
	display:block;
	margin-top:30px;
}

body.itemid-169 ul.nav-tabs {
	max-width:300px;
	border-bottom:0 !important;
}
body.itemid-169 ul.nav-tabs  li {
	display:block !important;
	float:none !important;
	clear:both !important;
}

#password {
	margin-bottom:5px;
}

.field-media-wrapper {

}
.field-media-wrapper .field-media-preview {
	display:none;
}

.wf-media-upload-button {
	display:none;
}

.input-group {
	position       : relative;
	display        : -ms-flexbox;
	display        : flex;
	width          : 100%;
	flex-direction : row;
	flex-wrap      : wrap;
	margin-bottom:30px;
}

	/* mce buttons ---------------------- */

#jform_images_float_intro option[value=""],
#jform_images_float_intro option[value="right"],
#jform_articletext_justifyright,
#jform_articletext_justifyleft,
#jform_articletext_justifycenter,
#jform_articletext_justifyfull,
#jform_articletext_strikethrough,
#jform_articletext_underline,
#jform_articletext_toolbar2 button,
#jform_articletext_toolbar4 button,
#jform_articletext_toolbar2 > div,
#jform_articletext_toolbar3,
.mceSeparator,
#jform_articletext_styleselect,
#jform_articletext_cleanup,
#jform_articletext_removeformat,
#jform_articletext_styleselect_text,
#jform_articletext_blockquote,
#jform_articletext_newdocument,
#jform_articletext_help {
	display:none !important;
}


div#jform_articletext_bullist,
div#jform_articletext_numlist,
button#jform_articletext_numlist_action,
button#jform_articletext_numlist_open,
button#jform_articletext_bullist_action,
button#jform_articletext_bullist_open,
#jform_articletext_link,
button#jform_articletext_link_open,
button#jform_articletext_link_action,
button#jform_articletext_link,
button#jform_articletext_unlink {
	display:inline-block !important;
}


#jform_articletext_link {
	position:relative;
	top:-5px;
}
/*
hideall...
#menu_jform_articletext_jform_articletext_formatselect_menu_tbl > div  {
	display:none !important;
}
*/


#menu_jform_articletext_jform_articletext_formatselect_menu_tbl div#mce_47,
#menu_jform_articletext_jform_articletext_formatselect_menu_tbl div#mce_50,
#menu_jform_articletext_jform_articletext_formatselect_menu_tbl div#mce_51 {
	display:block !important;
}

/*
#menu_jform_articletext_jform_articletext_formatselect_menu_tbl > div.show {
	display:block !important;
}
*/
#jform_articletext_toolbar1,
#jform_articletext_toolbar2,
#jform_articletext_toolbar4 {
		display:inline-block !important;
}

#jform_articletext_toolbar2 {
	position:relative;
	top:-5px;
}


.mceDefaultSkin .mceListBox {
    display: inline-block;
	position:relative;
	bottom:-7px;
}

.mceBranding,
#jform_articletext_toolbar2 .mceToolBarItem {
	display:none !important;
}

#jform_articletext_toolbar2 > div:nth-child(13) {
	display:inline-block;
	border-right:1px solid #cfcfcf;
}

#jform_articletext_toolbar2 .mceOpen {
	display:none;
}


.itemid-170 #adminForm fieldset:nth-child(3) {
	display:block !important;
}

#adminForm > fieldset:nth-child(2) > legend:nth-child(1) {
	padding-top: 30px;
}

.modal-body iframe {
	width:100%;
	height: 100%;
}

.add-new-page-link {
	margin-bottom:30px;
	margin-top:30px;
	display:block;
	text-align:right;
}

.itemid-170 .add-new-page-link{
	display:none;
}

.editsectioncc a{
	font-size:15px;
}

#jform_catid {display:none;}

.itemid-170 #jform_catid {display:block;}

.itemid-164 article.leading-0 .actions {display:none !important;}
.itemid-164 .items-leading article:first-child {border-bottom:0 !important;}


.itemid-102 .blog:first-child .leading-1 {
	display:none;
}

.itemid-102 section.blog:nth-child(2) .actions {
	display:block;
}

.itemid-102 .blog .leading-0 .actions {
	display:none !important;
}

#system-message-container {
	display:none !important;
}

.content-wrapper .blog > p {
	display:none;
}

/* intern area multisite ------------------------------------------------------ */



.accRegistered .addattach,
.accSuper .addattach,
.accRegistered .addattach,
.accRegistered .attachmentsList {
	display:block;
}


.accRegistered .addattach img {
	width:auto;
}


#menu-top ul.menu ul ul {
	position:absolute;
	left: 205px;
	width:200px;
	top:0;
	display:none !important;
}


#menu-top ul.menu ul li:hover ul {
	position:absolute;
	display:block !important;
}


.at_filename img {
	max-width:32px;
}

.at_url{
	display:inline-block;
	line-height:32px;
	top:-5px;
	position:relative;
	padding-left:4px;
}

#main div.attachmentsList tbody tr.even, #main div.attachmentsList tbody tr.even td, div.attachmentsList tbody tr.even td, div.attachmentsList tbody tr.even {
	background:none !important;
}

.userlogout .breadcrumbs a {
	margin-right:12px;
	display:inline-block;
}

.blog .addattach,
.link_overlay {
	display:none;
}

#editor-xtd-buttons {
	padding:0 !important;
	margin:0 !important;
}

.at_file_size,
div.attachmentsList caption,
.at_description,
#editor-xtd-buttons .btn.modal-button {
	display:none;
}


div.attachmentsList  {
	padding-top:15px !important;
}

.blog div.attachmentsList  {
	padding-top:5px !important;
}

#main div.attachmentsList table, div.attachmentsList table a {
    color: #d30011;
}

#main div.attachmentsList table tr {
	padding-bottom:15px !important;
}

/*#editor-xtd-buttons .btn.modal-button[title="Add attachment"]:first-of-type,
#adminForm a[title="Auswählen"], */
/*#editor-xtd-buttons a[title="Bild"],*/
.btn, .btn.btn-success {
   /* width: 200px;
    display: block;*/
    color: rgb(255, 255, 255);
    /*top: -10px;*/
    position: relative;
    background: rgb(192, 4, 23);
    border-width: 2px !important;
    border-style: solid !important;
    border-color: rgb(192, 4, 23) !important;
    border-image: initial !important;
    border-radius: 0 !important;
}

#editor-xtd-buttons .btn.modal-button[title="Add attachment"]:first-of-type {
	top:5px;
	margin-bottom:30px;
}

#main div.attachmentsList table, div.attachmentsList table {
    border: none !important;
    width: 100%;
}

.at_edit {
	text-align:right !important;
}

.at_edit a {
	display:inline-block;
	width:20px;
	height:20px;
	text-align:center;
}
.at_edit a img {
	width:auto;
	display:inline-block;
	margin-left:auto;
	margin-right:auto;
	padding-bottom:5px;
}


img.ig-scroller-img {
	max-width:500%;
	width:auto;
	height:70px;
	max-height:70px
}

.igui-lightbox-items li {
	visibility:visible !important;
}

.igui-lightbox-toolbar-icon {
	margin-top:5px !important;
}

img.ig-slideshow-image {
	width:100% !important;
	height:auto !important;
	max-height:1000px !important;
}

.accRegistered .cclogoutbutton{
	float:right;
}
	

.view-article .addattach {
	display:none;
}


.at_edit a:first-child {
	display:none;
}

.ig-slideshow-item-inner-lboxon.is_horizontal {
	background:none !important;
}


/* avaliable categories global ------------------------------------------------------------------------------------- */
#jform_catid option[value="2"],
#jform_catid option[value="11"],
#jform_catid option[value="13"],
#jform_catid option[value="12"],
#jform_catid option[value="16"],
#jform_catid option[value="25"] {
	display:block;
}


.profile {
	display:none;
}


.categories-list li{
	display:block;
}

.content-area .content-wrapper .categories-list > ul > li:before {
	display:none;
}

.content-area .content-wrapper .categories-list > ul > li > h3,
.content-area .content-wrapper .categories-list > ul > li > h3 > a {
	background     : none;
	color          : #f6a800;
	border-style   : none;
	border-top     : medium currentcolor;
	padding-top    : 0;
	padding-bottom : 0;
	padding-left   : 0;
	font-size      : 24px;
	font-weight    : bold;
	margin-top     : 0;
	pointer-events : none;
}

.content-area .content-wrapper .categories-list  ul ul li h3,
.content-area .content-wrapper .categories-list  ul ul li a{
	font-size:16px;
	color:#000;
	font-weight:normal;
	margin-bottom:0;
}

.content-area .content-wrapper .categories-list  ul ul li h3 {
	margin-bottom:0;
}

.content-area .content-wrapper .categories-list > ul > li {
	padding-bottom:35px;
}

.modal-content {
	height:96vh;
}