@import "contentApp.css";
@import "slider.css";

@font-face {
    font-family: 'Ubuntu-Light';
    src:url('../media/Ubuntu-Light.ttf.woff') format('woff'),
        url('../media/Ubuntu-Light.ttf.svg#Ubuntu-Light') format('svg'),
        url('../media/Ubuntu-Light.ttf.eot'),
        url('../media/Ubuntu-Light.ttf.eot?#iefix') format('embedded-opentype'); 
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Ubuntu';
    src:url('../media/Ubuntu.ttf.woff') format('woff'),
        url('../media/Ubuntu.ttf.svg#Ubuntu') format('svg'),
        url('../media/Ubuntu.ttf.eot'),
        url('../media/Ubuntu.ttf.eot?#iefix') format('embedded-opentype'); 
    font-weight: normal;
    font-style: normal;
}



* {
	-moz-transition: width 0.5s ease 0s, margin 0.5s ease 0s, padding 0.5s ease 0s, font-size 0.5s ease 0s;
 	font-family: 'Ubuntu', Arial, Helvetica, sans-serif;
	font-weight: normal;
}
body {
	background: url(../images/bg.jpg) top center no-repeat fixed;
}

img {
	border: none;
	max-width: 100%;
	height: auto;
}
#responsiveShow, .nav_responsive {
	display: none;
}

/* Layout */
#wrap {
	float:left;
	width:100%;
	
}

.alles {
	margin:0 auto;
	max-width:1080px;
	width:100%;
}

#layout02 {
	float:left;
	width:100%;
	position:relative;
}
#layout02-1 {
	float:left;
	width:798px;
}
#layout02-2 {
	float: right;
	width:22.65%;
	margin-top: 18px;
}
.sbw3appzu {
    float: left;
    width: 100%;
}
#contentbereich .sbw3appzz a {
    color: #fff;
}
#contentbereich .sbw3appzu h4, #contentbereich .sbw3app_active h4, #contentbereich .sbw3app_active h4:hover, #contentbereich .sbw3appzz h4{
    background: url(../images/sbw3zu.png) 97% center no-repeat #BB0000;
    line-height: normal;
    color: #fff;
    padding: 7px 65px 8px 20px;
    width: calc(100% - 85px);
    margin-bottom: 1px;
    cursor: pointer;
    text-transform: uppercase;
    font-size: 22px;
     font-family: 'Ubuntu-Light';
    border-radius: 4px;
    margin-top: 5px;
}
#contentbereich .sbw3app_active h4, #contentbereich .sbw3appzu h4:hover, #contentbereich .sbw3appzz h4:hover {
    background: url(../images/sbw3offen.png) 97% center no-repeat #860909;
}
.sbw3 {
    float: left;
	margin-top:15px;
    width: 100%;
}
.sbw3appdropdown {
    float: left;
    width: 100%;
	display:none;
    margin-top: 25px;
    margin-bottom: 20px;
}
#contentbereich .sbw3appdropdown form {
    max-width: none;
}
/**
 *	Wird nur für Backendbenutzer angezeigt
 *  width anpassen
 */
/* contentbereich */
.typo3-editPanel {
	background-color: #F1F1F1;
	border: 1px dotted #909090;
	clear: both;
	float: left;
	font-size: 11px;
	padding: 4px;
	width: 98.4%;
}
#homeBoxRight02 .typo3-editPanel {
	display: none;
}
/* contentInfobox */
.contentbereichInfobox .typo3-editPanel {
	margin: 5px 0 0 0;
	width: 587px;
}
/* rechte Randleiste */
.typo3-editPanel {
}
.typo3-editPanel-controls {
	float: left;
	margin-right: 4px;
}
.typo3-editPanel-controls .feedit-icon {
	margin: 0 4px 0 0;
}
.typo3-editPanel-label {
	float: left;
	color: #000000;
	font: 11px arial, tahoma, helvetica, sans-serif;
	padding: 2px 0 0 0;
}
#contentbereich .ce-gallery DIV.ce-row {
	margin-left: 0 !important;
	float: left;
	margin-top: 0px;
}
#contentbereich .ce-gallery DIV.ce-row DIV.ce-column.ce-column {
	padding-left: 0 !important;
}
#contentbereich .ce-textpic .ce-row {
    clear: both;
    margin-bottom: 15px;
	margin-top: 30px;
}
.ce-textpic IMG {
  border: 1px solid #D5D5D5;
}
.ce-gallery[data-ce-rows="1"] .ce-row IMG {
  border: none;
}

/*Cross7*/
c7-data-list-item.c7-data-list-item.c7-data-list-action-item.c7-part.hydrated {
    padding: 10px;
}
c7-directory-situations-overview-default c7-data-list-item-content>div {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 4;
}
c7-info-panel.c7-part.c7-info-panel.hydrated {
    padding: 10px;
}
c7-content.person-position.c7-part.c7-content.hydrated p {
    font-size: 20px;
    font-weight: bold;
}
c7-list-item.c7-part.c7-item.c7-item-appearance-standard.in-list.hydrated::part(native) {
    padding: 0;
}
c7-list-item ion-icon.c7-part.md.hydrated {
    margin-right: 5px;
}

