body {
	background-color: #e1e0c1;
	background-image: url('/typo3conf/ext/ikvu/Resources/Public/Images/bg.gif');
	background-repeat: repeat-y;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height:20px;
	color:#2e3835;
	margin: 0px;
	min-width: 994px;
}

h1 {
	font-size:18px;
	font-weight:normal;
	line-height:22px;
}

h2 {
	font-size:18px;
	font-weight:normal;
	line-height:22px;
}

h3 {
	font-size:13px;
}


a {
	color: #cc3333;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

figure {
	margin-block-start: 0;
	margin-block-end: 0;
	margin-inline-start: 0;
	margin-inline-end: 0;
}


#typo3-previewInfo {
	display: none;
}

.clear {
	clear: both;	
}

/* Header */

#headBar {
	height: 16px;
	width: 735px;
	background-image: url('/typo3conf/ext/ikvu/Resources/Public/Images/header_top.gif');
	color: white;
	font-size: 10px;
	padding-left: 15px;
	padding-bottom: 0;
	line-height: 16px;
}


#header {
	position: relative;
	height: 103px;
	width: 100%;
	background-color: white;
	border-top: solid 1px #d97641;
	border-bottom: solid 6px #d97641;
	margin: 0px;
	overflow: hidden;
	box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.5);
	z-index: 2;
}

#header .shadow {
	position: absolute;
	top: -1px;
	left: 993px;
}

.querblick_teaser {
	height: 83px;
	left: 750px;
	position: absolute;
	top: 0;
	width: 235px;
	font-size: 12px;
	padding: 10px 10px 10px 0;
}

.querblick_teaser a {
	color: #cc3333;
	text-decoration: none;
}

#mainDiv {
	position: relative;
	width: 995px;
}

#shadowBar {
	width: 100%;
	background-image: url('/typo3conf/ext/ikvu/Resources/Public/Images/vert_shadow.gif');
	background-repeat: repeat-x;
	display: none;
}



#nav {
	width: 160px;
	float: left;
	background-color: #d97641;
	padding-top: 30px;
}

#nav a {
	color: white;
	text-decoration: none;
}

#nav a:hover {
	color: #f0ae8a;
}

#nav .menuLevel1,
#nav .menuLevel2 {
	padding-left: 15px;
	margin: 8px 0px;
	text-transform: uppercase;
}

#nav .menuLevel1 {
	font-weight: bold;
}

#nav .separator {
	background-color: white;
	height: 1px;
	width: 5px;
	margin: 0px;
	padding: 0px;
	font-size: 1px;
}

#nav .long {
	width: 150px;
}

#nav .invisible {
	display: none;
}

/* Navigation */

#nav {
	font-weight: 700;
	line-height: 1.5;
	text-transform: uppercase;
	max-width: 160px;
}
#nav .nav-item {
	display: block;
	padding: 0 0 0 5px;
	margin-right: 10px;
	border-top: 1px solid #fff;
}
#nav .nav-item:nth-child(4),
#nav .nav-item:nth-child(7) {
	margin-bottom: 34px;
}
#nav .dropdown-item.nav-item:nth-child(4),
#nav .dropdown-item.nav-item:nth-child(7) {
	margin-bottom: 0;
}

#nav .nav-item:last-child {
	border-bottom: 1px solid #fff;
}
#nav .nav-item .nav-link {
	padding: 8px 10px;
	display: block;
	margin: -1px 0 0 0;
	background: #d97641;
}
#nav .nav-item:last-child .nav-link {
	margin-bottom: -1px;
}

#nav .nav-item.active {
	padding-top: 1px;
	border-bottom: 1px solid #fff;
	margin-bottom: -1px;
}
.dropdown-item {
	font-size: 0.75rem;
}
#nav .dropdown-menu .dropdown-item,
#nav .dropdown-menu .dropdown-item:last-child {
	border-top: none;
	border-bottom: none;
	padding: 8px 0 8px 10px;
	margin-right: 0;
}

.nav-item.dropdown .dropdown-menu {
	display: none;
	font-weight: 400;
}
.nav-item.dropdown.active .dropdown-menu {
	display: block;
	position: relative;
	border-bottom: 1px solid #fff;
	margin-bottom: -1px;
}

/* Buttons */

input:is([type="button"], [type="submit"], [type="reset"]), input[type="file"]::file-selector-button, button {
	border: none !important;
	background: #cc3333;
	color: #fff; 
	border-radius:0;
}

input {
	margin: 1px;
	min-height: 15px;
}

/* Content */

#content {
	width: 550px;
	float: left;
	background-color: white;
	padding: 30px 20px 20px 20px;
}

#content header {
	margin-bottom: 12px;
}

#right {
	width: 205px;
	float: left;
	padding-left: 20px; 
	padding-right: 20px;
	overflow: hidden;
}

#right a {
	color: #cc3333;
	text-decoration: none;
}

#rightNav {
	margin: 5px 0px 8px 0px;
	color: #cc3333;
}

#rightNav .sep {
	margin: 0px 2px 0 5px;
}

#rightSearch {
	/*background-color: white;*/
}

#rightSearch .searchbox-wrapper {
	background: #cc3333;
}

#rightSearch .imageBtn {
	float: left;	
}

#rightSearch .textbox {
	border: none;
	color: #000000;
	padding: 3px;
	height: 15px;
	width: 176px;
	border-width: 0px;
	font-size: 13px;
}

#rightSearch .textbox.watermark {
	color: #cccccc;	
}

#rightSearch .textbox.result {
	color: #000000;	
}

/* #rightContent .rightBox, */
#rightContent .csc-default {
	background-color: #ffffff;
	background-image: url('/typo3conf/ext/ikvu/Resources/Public/Images/box_top.gif');
	background-repeat: no-repeat;
	padding-bottom: 15px;
	margin: 20px 0;	
	margin-bottom: 20px;
}

#rightContent .csc-firstHeader {
	
}

#rightContent,
#rightContent .rightBox h2,
#rightContent .rightBox h3 {
	font-size: 12px;
	line-height: 18px;
}

#rightContent .rightBox h1,
#rightContent .csc-default h1
{
	color: #cc3333;
	font-size: 12px;
	font-weight:bold;
	margin: 0 0 0 20px;
	padding-top: 2px;
	text-transform: uppercase;
	margin-bottom: 10px;
	border-bottom: 1px solid;
}

#rightContent .csc-default .bodytext {
	margin: 12px 0px 0px 20px;
}

#rightContent .csc-default .csc-textpic {
	background-color: white;
}

#rightContent .csc-default .csc-textpic-text .bodytext {
	margin-top: 0px;
}

#rightContent .csc-textpic-imagewrap {
	padding: 0px 20px;
	width: 165px;
}

#rightContent .rightBox .content,
#rightContent .csc-default p {
	font-size: 12px;
	line-height:1.5;
	padding-right: 10px;
}

#rightContent .csc-textpic-text {
	padding-top: 5px;
}

#rightContent .csc-textpic p {
	margin: 0px;
}

#rightContent h2 {
	color: #cc3333;
	font-weight: bold;
	padding: .25rem 0;
	text-transform: uppercase;
	border-bottom: 1px solid #cc3333;
}

#rightContent img {
	max-width: 160px;
	height: auto;
}

#rightContent ul {
	padding-inline-start: 0;
}







#content .csc-header,
.contentParagraph H2 {
	border-color: #cc3333;
	border-width: 1px 0px 1px 7px;
	border-style: solid;
	padding: 0 0 0 4px;
	margin-bottom:12px;
	height:19px;
	font-weight: bold;
	color: #cc3333;	
}

#content .csc-default {
	margin-bottom:30px;
}

#content .csc-header h1,
.contentParagraph H2 {
	padding: 0px;
	margin: 0px;
	font-size: 12px;
	font-weight:bold;
	font-family: Arial;
	text-transform: uppercase;
	padding-left: 4px;
}

#content .csc-mailform {
	padding: 0px;
	border:none;
	margin-top: 30px;
}

#content .csc-mailform-field {
	width:370px;
	height: 26px;
}

#content .field-address {
	height: 120px;	
}

#content .field-tv {
	float: left;
	width: 200px;	
}

#content .field-formtype_mail {
	float: left;
	width: 170px;	
}

#content .csc-mailform-label {
	font-weight:bold;
	padding-bottom:8px;
}

#mailformname {
	float:right;
}

#mailformemail{
	float:right;
}

#mailformaddress{
	float:left;
	width:365px;
	margin:2px 0 10px 0;
	border: 1px solid #ccc;
	font-family: Verdana,Arial,Helvetica,sans-seriv;
    font-size: 12px;
}

#content .csc-mailform-check {
	float:left;
	margin:3px 5px 0 0;
}

#mailformformtype_mail{
	float:right;
	margin-top:3px;
}


#content .contenttable {
	width:100%;
	font-size:12px;
	text-align:left;
	border-spacing:0;
	border:1px solid #C4C3A8;
	padding:0 10px;
}

#content .contenttable table {
	table-layout:fixed
}

#content .contenttable th {
	line-height:18px;
	padding:10px 8px 2px 0;
}

#content .contenttable tr {
	border-spacing:0;
}

#content .contenttable td {
	border-top:dotted #c4c3a8 1px;
	vertical-align:top;	
	padding:2px 8px 8px 0;
}

.news .footer span {
	border-right: 1px solid #cc3333;
	margin-right: 2px;
}

#content .news-latest-header {
	margin: 0px 0px -3px 0px;
	color: #cc3333;
	font-size:10px;
}

#content .news-latest-item {
	margin-bottom: 12px;
}

#content .bodytext {
	margin: 0;
	padding: 0;
}

#content .news-latest-item h3 {
	margin: 4px 0 0 0;
}

#content ul {
	padding-left:12px;
	list-style-image:url(/typo3conf/ext/ikvu/Resources/Public/Images/uldot.gif);
}

#content ol {
	padding-left:20px;
}

.csc-sitemap ul {
	padding-left: 20px;
	list-style-image:url(/typo3conf/ext/ikvu/Resources/Public/Images/uldot.gif);
}

.tx-indexedsearch-searchbox {
	display: none;
}

.tx-indexedsearch-rules {
	display: none;
}

.tx-indexedsearch-res a,
.tx-indexedsearch-res td {
	font-size: 12px;
}

.tx-indexedsearch-res .tx-indexedsearch-result-number {
	display: none;
}

.tx-indexedsearch-res .tx-indexedsearch-title {
	width: 496px;
}

.news-latest-content a {
	color:#2e3835;
}

div.csc-textpic-imagecolumn, td.csc-textpic-imagecolumn .csc-textpic-image {margin-right: 0;}

.ce-column figure.image {
	margin-top: 15px;
}
figcaption.image-caption {
	font-size: 11px;
	color: gray;
}

/* Nachrichten */

.news .article {
	padding-bottom: 0;
}

.news .news-list-view .header a {
	cursor: default;
    pointer-events: none;        
	color: #2e3835;
}

.news .footer {
	border-top: none;
	padding-top: 0;
	color: #cc3333;
	font-size: 12px;
}

.news .news-list-view .header h3,
.news .news-list-view p {
	display: initial;
}

.news .news-list-view a {
	color: #2e3835;;
}

/* Trenner */

hr {
	border: none;
	margin-bottom: 2rem;
}

/* Bildpositionen */

.ce-textpic.ce-left {
	display: flex;
	margin-bottom: 20px;
	flex-direction: row;
}

.ce-textpic.ce-left.ce-above {
	display: flex;
	flex-direction: column;
}
.ce-textpic.ce-left.ce-below {
	display: flex;
	flex-direction: column;
}


.ce-textpic.ce-left .ce-gallery {
	margin-right: 10px;
	margin-bottom: 10px;
	
}
.ce-textpic.ce-left.ce-above .ce-gallery {
	margin-right: 0;
	margin-bottom: 0;
	
}


.ce-textpic h3{
	margin-block-start: 0;
}

/* Formulare */

.form-group {
	margin-top: 1rem;
}

textarea, input:not([type="button"], [type="submit"], [type="reset"], [type="file"], [type="checkbox"]) {
	width: 75%;
	border: solid 1px #acacac;
	border-radius: 3px;
	padding: 5px;
	line-height: 1.25;
}
.searchbox-wrapper input {width: unset;}

textarea {
	min-height: 5rem;
}

.form-navigation button {
	padding: 10px;
	margin-top: 1rem;
}