<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/* CSS Document */
/*****************************************************************************
Fonts
 *****************************************************************************/

@font-face {
    font-family: "SourceSansPro";
    src: url("fonts/SourceSansPro-Regular.ttf");
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: "SourceSansPro Bold";
    src: url("fonts/SourceSansPro-SemiBold.ttf");
    font-weight: 600;
    font-style: normal;
}
@font-face {
    font-family: "Lato Black";
    src: url("fonts/Lato/Lato-Black.ttf");
    font-weight: 600;
    font-style: normal;
}
@font-face {
    font-family: "Lato";
    src: url("fonts/Lato/Lato-Regular.ttf");
    font-weight: 400;
    font-style: normal;
}

:root
{
    /*** fonts ***/
    --defaultFont: "Lato", Arial, Helvetica, sans-serif;
    --headerFont: "Lato Black", Arial;

    /*** colours ***/
    --kollaRed: #990000;
    --kollaGreen: #1e5613;
    --kollaGreen2: #415A19;

    /*** sizes ***/
    --headerHeight: 200px;
    --maxContentWidth: min(98vw,75rem);
}

html *
{
	margin: 0;
	padding: 0;
	position: relative;
	z-index: 1;
}

body
{
	font-family: var(--defaultFont);
	font-size: 0.85em;
}

body#page
{
	background-position: center top;
	background-repeat: no-repeat;
	color: #3E3E3E;
}

h1
{
    margin-bottom: 15px;
    margin-top: 0;
    padding-bottom: 5px;
    padding-top: 1px;
	font-size: 1.3em;
    font-family: var(--headerFont);
    letter-spacing: 2px;
	display: block;
	width: 95%;
	font-weight: normal;
    hyphens: auto;
    text-wrap: balance;
}

header h1
{
    margin-bottom: 0;
}

select h1
{
    font-size: 1.2rem;
}

header:has(h1),
header:has(h2),
.proLinkContent header:has(h3)
{
	border-bottom: solid 1px var(--kollaRed);
}

header:has(h2)
{
    margin-bottom: 0.5rem;
}

article:first-of-type header h1
{
    max-width: calc(100% - 330px);
}

header:has(h1)
{
    margin-bottom: 1.2rem;
}

.csc-header-n1 h1
{
	max-width: 530px;
	margin-bottom: 0;
}

h2
{
    margin-bottom: 3px;
    margin-top: 12px;
	font-size: 1.1em;
    font-family: var(--headerFont);
	font-weight: normal;
    hyphens: auto;
    text-wrap: balance;
}

header h2
{
    letter-spacing: 2px;
}

h3
{
	margin-bottom: 3px;
	margin-top: 5px;
    font-size: 1.1em;
    letter-spacing: 1px;
    hyphens: auto;
    text-wrap: balance;
}

header h3
{
    margin-bottom: 0.5rem;
}

p,ul,ol
{
	padding-top: 2px;
	padding-bottom: 8px;
    letter-spacing: 1px;
    text-wrap: pretty;
}

ul, ol
{
	margin-left: 15px;
	padding-left: 0px;
}

ul
{
	list-style: disc;
}

a, a:visited
{
	color: #3E3E3E;
	text-decoration: none;
	font-weight: bold;
}

a:hover
{
	text-decoration: underline;
	color: #000;
}

div#outerWrapper
{
	max-width: var(--maxContentWidth);
    height: auto;
    margin-inline: auto;
	background-position: center top;
	background-repeat: no-repeat;
	background-size: auto 14.5em;
    border-top-right-radius: 1rem;
    border-top-left-radius: 1rem;
	overflow-y: hidden;
}

div#wrapper,
div#header
{
	width: 100%;
	overflow-x: hidden;
	overflow-y: visible;
}

div#rightContent
{
	width: 200px;
}

div#leftContent,
div#bottomIcon
{
	/*width: 180px;*/
	width: 18%;
	overflow-x: clip;
	margin-right: 1.5%;
}

div#header,
ul#mainMenuList
{
}

ul#mainMenuList,
div#search,
div#bottomMenu
{
}

div#wrapper
{
	overflow-y: clip;
}

div#header
{
	position: absolute;
	top: 0;
	left: 0;
	height: var(--headerHeight);
	overflow-y: clip;
	z-index: 2;
}

div#teaserBox
{
	position: absolute;
	top: 0;
	right: 0;
	height: 128px;
	width: 210px;
	padding: 0;
	overflow: clip;
}

#mainMenuList li.level1,
.multiColumn,
ul#mainMenuList,
div#phone-number
{
	display: block;
	position: relative;
}

#mainMenuList li.level1,
.multiColumn,
ul#mainMenuList
{
	float: left;
}

.last-item,
div#phone-number
{
	float: right !important;
}

div#logo
{
	position: absolute;
	top: 7.83em;
	left: 0px;
	margin-left: -0.35em;
	padding: 0px;
	max-width: 20.5%;
	height: auto;
	z-index: 20;
}

#logo img
{
	width: 100%;
	height: auto;
	z-index: 25;
	margin: 0px;
	padding: 0px;
}
/*** search box ***/
#search
{
	position: absolute;
	max-width: 45%;
	right: 0;
	bottom: 2px;
	margin-right: 4px;
    font-size: 12px;
	width: auto;
}

#search legend
{
    display: none;
}

#search form fieldset,
#search .tx-indexedsearch-form
{
    display: flex;
    align-items: center;
    gap: 0.3rem;
}

#search form fieldset
{
    margin-bottom: 0.2rem;
}

#search label
{
	color: #FFF;
    font-weight: 600;
    letter-spacing: 1px;
	text-transform: capitalize;
}

#search input#tx-indexedsearch-searchbox-sword
{
    min-height: 12px;
    width: 120px;
	padding-inline: 2px;
    padding-block: 2px;
	border: 2px #EEE inset;
    border-radius: 0.2rem;
}

#search input#tx-indexedsearch-searchbox-button-submit
{
    padding: 0.1em 0.4em;
    margin-bottom: 2px;
	background-color: var(--kollaRed);
   /* color: #FFB400;*/
    color: #F0F0F0;
    border-radius: 0.3rem;
    font-weight: bolder;
	cursor: pointer;
}

#search input#tx-indexedsearch-searchbox-button-submit:hover
{
	background-color: var(--kollaGreen2);
}

/*** menu ***/
div#mainMenu
{
	position: absolute;
	/*top: 130px;*/
	top: 9.5em;
	left: 19.5%;
	height: 1.76em;
	width: 80.5%;
	padding-top: 5px;
	padding-bottom: 2px;
	background-image: url(images/bg-menu.png);
	background-repeat: repeat;
	background-position: left top;
	z-index: 10;
}

#mainMenu nav
{
	z-index: 11;
}

ul#mainMenuList
{
	list-style: none;
	margin-left: 2.24em;
	padding-left: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	/*width: 460px;*/
	width: 33.8em;
	z-index: 12;
}

#mainMenuList li.level1
{
	text-align: center;
	font-size: 1.15em;
	padding: 0 0 0.75em 0.75em;
	margin-right: 40px;
	text-transform: lowercase;
	color: var(--kollaRed);
	font-weight: bold;
	display: none;
	z-index: 12;
}

#mainMenuList li.level1 a,
#mainMenuList li.level1 a:visited
{
	text-decoration: none;
	/*color: #FFCC00;*/
   color: #F0F0F0;
	font-weight: bold;
}

#mainMenuList li.level1 a:hover
{
	color: var(--kollaRed);
}

div#phone-number
{
	width: auto;
	/*color: #FFCC00;*/
   color: #F0F0F0;
	font-weight: bold;
	margin-right: 0.5em;
	margin-top: -0.4em;
	padding-top: 0.35em;
	font-size: 1.4em;
}

#phone-number a,
#phone-number a:visited
{
	/*color: #FFCC00;*/
   color: #FFFFFF;
}

#phone-number p
{
	margin: 0px;
	padding: 0px;
}

div#leftMenu
{
}

#leftMenu ul
{
	list-style: none;
}

#leftMenu ul.level1
{
	margin-left: 0px;
	margin-top: 1.3em;
	padding-left: 0px;
}

#leftMenu .level1 h3
{
	display: block;
	background-color: var(--kollaGreen);
	background-image: url(images/arrow-yellow.gif);
	background-position: 0.4em 0.65em;
	background-repeat: no-repeat;
	background-size: 1.4em 1.3em;
	/*color: #FFB400;  */
   color: #F0F0F0;
	font-size: 1em;
    font-weight: bold;
    padding: 0.8em 0.4em 0.4em 2.15em;
	width: 80%;
	margin-bottom: 0px;
	margin-top: 0px;

    -moz-border-radius-topright: 10px;
    -webkit-border-top-right-radius: 10px;
	border-radius: 0px 10px 0px 0px;

	behavior: url(PIE.htc);
}

#leftMenu ul.level2
{
	margin-left: 10px;
	padding-left: 5px;
}

#leftMenu ul.level3
{
	margin-left: 0px;
}

#leftMenu .level2 li.level2,
#leftMenu .level2 li.level3
{
	padding-left: 15px;
	margin-top: 2px;
	margin-bottom: 3px;
	background-image: url(images/arrow-blue-small.gif);
	background-position: left center;
	background-repeat: no-repeat;
	color: var(--kollaGreen2);
}

#leftMenu .level2 li.level2.open
{
	background-position: left 6px;
}

#leftMenu .level2 li.level3
{
	font-size: 12px;
}

#leftMenu a,
#leftMenu a:visited
{
	color: var(--kollaRed);
	font-weight: normal;
	text-decoration: none;
}

#leftMenu a:hover
{
	color: var(--kollaGreen2);
}

div#centreArea
{
	padding-top: 13.6em;
}

#contact
{
	margin-left: 0px;
	border: 2px var(--kollaRed) inset;
    border-radius: 0.3rem;
	padding-left: 10px;
}

.desktopDevice #contact a,
.desktopDevice #contact a:visited
{
	font-weight: normal;
}

div.proLinkImage
{
   float: left;
   margin-top: 15px;
   padding-right: 25px;
   padding-bottom: 10px;
   background-color: #FCFCE5;
   z-index: 5;
}

.addInformation thead td
{
   padding-top: 5px;
   padding-bottom: 5px;
   font-weight: 600;
   font-size: 18px;
}

article.imageGallery
{
   margin-top: 20px;
}

#contact div.csc-header-n1
{
	border-bottom: none;
}

#contact table
{
	margin-bottom: 0.9em;
	font-size: 0.85em;
}

#mainContent table th,
#contact th
{
	font-weight: bold;
	text-align: left;
}

div#socialContacts
{
	margin-top: 0.4em;
	text-align: left;
}

#mainContent table th,
#mainContent table td
{
	padding-right: 0.7em;
}

#contact div.vcardAddress
{
	margin-left: -0.3em;
}

#contact label
{
	font-weight: bold;
	width: 3.2em;
	display: inline-block;
	white-space: nowrap;
}

#contact th
{
	padding-right: 0.4em;
}

#contact th,
#contact td,
#mainContent table th,
#mainContent table td
{
	vertical-align: top;
}

#contact table p,
#mainContent table p
{
	margin: 0;
	padding: 0;
}

table.contacttable td
{
	white-space: nowrap;
}

div#mainContent
{
	margin-top: 20px;
	width: 80.5%;
	overflow-x: hidden;
	overflow-y: hidden;
	z-index: 5;
}

div#copyright
{
	color:  var(--kollaRed);
}

div#addMenu
{
	position: absolute;
	top: 205px;
	right: 0px;
	z-index: 20;
}

#addMenu ul
{
	list-style: none;
	margin-left: 0px;
	padding-left: 0px;
}

#addMenu ul li.multiColumn
{
	margin-right: 0.2em;
	margin-left: 0.4em;
	text-transform: uppercase;
   /* color: #FFB400;*/
   color: #F0F0F0;
}

#addMenu a,
#addMenu a:visited,
#addMenu ul li.no-link
{
	display: block;
	padding-inline: 0.8rem;
	padding-block: 0.2rem;
    border-radius: 0.3rem;
}

.tx-indexedsearch-search-submit input[type=submit]
{
	cursor: pointer;
}

#addMenu a,
#addMenu a:visited
{
	background-color: var(--kollaRed);
   /* color: #FFB400;*/
   color: #F0F0F0;
	font-weight: bold;
	text-decoration: none;
}

#addMenu a:hover,
#addMenu ul li.no-link,
#addMenu ul li.active a,
.tx-indexedsearch-search-submit input[type=submit]
{
	text-decoration: none;
	background-color: var(--kollaGreen2);
}


/* page footer */
div#pageFooter
{
	margin-top: 10px;
	margin-bottom: 20px;
	padding-top: 10px;
	border-top: 2px #F0F0F0 outset;
}


#pageFooter div.pageFooterItem
{
	display: inline-block;
	width: 50%;
	vertical-align: top;
}
#pageFooter .pageFooterItem div.csc-header-n1
{
	border-bottom: none;
	margin-bottom: 0px;
}
#pageFooter .pageFooterItem div.pageFooterItemInner
{
	margin-left: 1.2em;
	margin-right: 1.2em;
	margin-top: 1em;
	margin-bottom: 1em;
}

div#footer
{
	height: 52px;
	margin-left: -3%;
	margin-bottom: 20px;
	margin-top: 10px;
	padding-left: 3%;
	padding-top: 10px;
	background-image: url(images/yellow-footer.jpg);
	background-position: left top;
	background-repeat: repeat-y;
	/*background-color: #fef3a4;*/
   background-color: #E3E3E3;
}

div#bottomMenu
{
	margin-top: 50px;
	margin-bottom: 25px;
}

div#breadCrumb
{
	position: absolute;
	top: 8.8em;
	left: 0.8rem;
    padding-left: 2.1em;
	text-align: left;
}

#bottomMenu ul
{
	list-style: none;
	margin-left: 0px;
	padding-left: 0px;
}

#bottomMenu ul li
{
	padding-left: 15px;
}

#bottomMenu a,
#bottomMenu a:visited
{
	color: #3E3E3E;
	text-decoration: none;
	font-weight: normal;
}

#bottomMenu a:hover
{
	color: #000;
	font-weight: normal;
	text-decoration: none;
}

div.csc-textpic-imagewrap
{
	margin-top: 5px;
	z-index: 10;
}

.csc-textpic-imagewrap img,
.csc-textpic-image img
{
	/*border: 1px #FFB400 solid !important;*/
   border: 1px #F0F0F0 solid !important;
}

.csc-textpic-imagerow
{
	display: flex;
	flex-wrap: wrap;
	gap: 0.5rem;
	margin-bottom: 0.7rem;
}

.csc-textpic-intext-left .csc-textpic-imagewrap
{
	float: left;
	margin-right: 1rem;
}

.csc-textpic-caption,
.csc-textpic-center-inner,
.image-caption
{
	text-align: center;
}

.ce-intext .ce-gallery
{
	z-index: 10;
}

.image &gt; a,
.image &gt; a &gt; img
{
	border-radius: 0.6rem;
}

.image &gt; a
{
	display: block;
	margin-bottom: 0.3rem;
	overflow: clip;
	box-shadow: 0.2rem 0.2rem 0.3rem rgba(0,0,0,0.5);
	transition: all 0.5s ease-in-out;
}

.ce-row:has(.image &gt; a)
{
	padding-right: 0.4rem;
}

.image &gt; a:hover,
.image &gt; a:focus
{
	box-shadow: 0.4rem 0.4rem 0.5rem rgba(0,0,0,0.8);
}

.gslide-image img
{
    border-top-left-radius: 1rem;
    border-top-right-radius: 1rem;
}

.gslide-description
{
    border-bottom-left-radius: 1rem;
    border-bottom-right-radius: 1rem;
    text-align: center;
}

.detail,
.detail a,
.detail a:visited
{
	color: #2C5B96;
}

.important
{
	color: #AA2222;
}

.name-of-person
{
	color: #808080;
}

.ce-intext.ce-left ol,
.ce-intext.ce-left ul
{
    padding-left: 1rem;
}

/*** indexed search ***/

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

.indexedSearch0 form fieldset,
.indexedSearch0 form .tx-indexedsearch-form
{
    display: flex;
    gap: 0.5rem;
    align-items: center;
}

.indexedSearch0 #tx-indexedsearch-searchbox-button-submit
{
    color: white;
    padding-block: 0.1rem;
    padding-inline: 0.5rem;
    border-radius: 0.1rem;
}

.tx-indexedsearch-info-sword
{
    margin-block: 0.5rem;
    font-weight: bold;
}

ul.tx-indexedsearch-browsebox
{
    display: flex;
    gap: 1rem;
    flex-wrap: wrap;
	min-height: 28px;
    margin-left: 0;
    padding-left: 0;
    list-style: none;
}

div.tx-indexedsearch-whatis
{
	margin-bottom: 10px;
	margin-top: 10px;
	font-weight: bold;
}

div.tx-indexedsearch-res
{
	clear: both;
	float: none;
	margin-top: 20px;
}

dl.tx-indexedsearch-info
{
	display: none;
}

/*** pages menu ***/
.pagesLayout4
{
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(240px,1fr));
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    margin-block: 1.5rem;
}

.pagesLayout4:has(.pagesImage)
{
    padding-right: 0.6rem;
}

.pagesImage
{
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 0.5rem;
    border: 2px black outset;
    box-shadow: 0.5rem 0.5rem 0.5rem rgba(0,0,0,0.6);
    overflow: clip;
}

/*** sitemap ***/
div.csc-sitemap
{
	margin-left: 10px;
}

.csc-sitemap h3
{
	padding-bottom: 2px;
	font-size: 1em;
	color: #3E3E3E;
	display: block;
	width: 80%;
	border-bottom: #3E3E3E 1px dotted;
}

.csc-sitemap ul.sitemap-level2
{
	list-style: none;
}

.csc-sitemap ul
{
	margin-top: 0px;
	margin-bottom: 5px;
	padding-top: 2px;
	margin-left: 10px;
	padding-left: 5px;
}

.csc-sitemap ul.sitemap-level2 li.level2
{
	padding-top: 4px;
	margin-left: 0px;
}

.csc-sitemap a,
.csc-sitemap a:visited
{
	color: #888;
}

.csc-sitemap ul.sitemap-level3
{
	margin-left: 12px;
}

.csc-sitemap a:hover
{
	color: #000;
}

.align-justify
{
	text-align: justify;
}

.align-center
{
	text-align: center;
}

fieldset
{
	border: none;
}

#teaserBox img
{
	border: none !important;
}


#imageData #numberDisplay
{
	clear: left;
}

/*** powermail ***/
.powermail_legend
{
    margin-left: auto;
    margin-bottom: -1rem;
    font-size: 200%;
    color: #bbb;
    text-shadow: 1px 1px #444;
    white-space: normal;
}
div.tx-powermail
{
	width: auto;
    box-sizing: content-box;
}

.tx-powermail h3
{
	display: none;
}

.tx-powermail .powermail_fieldset
{
    width: fit-content;
	max-width: 95%;
    margin-inline: auto;
    margin-block: 2rem;
    padding-inline: 1rem;
    padding-block: 2rem;
	border: none;
	background-color: rgba(255,255,255,0.7);
    border-radius: 1rem;
    box-shadow: 0.5rem 0.5rem 0.6rem rgba(0,0,0,0.2);
}

.powermail_fieldwrap
{
    margin-bottom: 0.5em;
}

.powermail_fieldwrap_type_input,
.powermail_fieldwrap_type_textarea
{
    display: grid;
    grid-template-columns: auto auto;
    gap: 1rem;
}

.powermail_fieldwrap_type_input .powermail_field &gt; *,
.powermail_fieldwrap_type_textarea .powermail_field &gt; *
{
    width: min(95vw,400px);
    padding-inline: 0.2rem;
    padding-block: 0.4rem;
    margin: 0;
    border: 1px solid #bbb;
    border-radius: 0.2em;
    color: #444;
}

.tx-powermail .powermail_fieldset .powermail_label
{
	width: 80px;
    font-weight: bold;
    font-family: var(--headerFont);
}

.powermail_fieldwrap_type_check
{
    display: flex;
    gap: 1.5rem;
}

.powermail_fieldwrap_type_check &gt; label
{
    flex-basis: 280px;
    flex-shrink: 1;
    width: fit-content;
}

.checkbox &gt; label
{
    display: flex;
    justify-content: center;
    gap: 0.5rem;
    align-items: center;
    padding-inline: 0.2rem;
    padding-block: 0.1rem;
    background-color: white;
    border: 1px solid #bbb;
}

.powermail_fieldwrap_type_check .powermail_field
{
    flex-shrink: 1;
    width: fit-content;
    margin-left: auto;
}

.powermail_fieldwrap_type_submit
{
    padding-left: 95px;
}

.powermail_submit
{
    width: 100%;
    padding-block: 0.25rem;
    background-color: var(--kollaRed);
    border-radius: 0.2rem;
    color: white;
    font-weight: bold;
    cursor: pointer;
}

/*** flyin ***/
.sideBarForm
{
    position: fixed;
    top: 25%;
    right: 0;
    height: auto;
    width: auto;
    min-width: 18em;
    z-index: 999;
}
.sideBarForm.sidebarClosed
{
    min-width: 2.2em;
    height: auto;
    height: 20em;
}

.sideBarForm .closedElement
{
    position: absolute;
    width: 0;
    float: right;
    right: 0;
    font-size: 20px;
    text-transform: uppercase;
    cursor: pointer;
    overflow: clip;
    transition: width 0.3s linear;
}

.sideBarForm.sidebarClosed .closedElement
{
    width: 2em;
}

.sideBarForm .borderRadius5
{
    -webkit-border-radius: 5px 0 0 5px;
    -moz-border-radius: 5px 0 0 5px;
    border-radius: 0;
}

.sideBarForm.sidebarClosed .borderRadius5
{
    border-top-left-radius: 0.5rem;
    border-bottom-left-radius: 0.5rem;
}

.sideBarForm .closedElement p
{
    padding-block: 0.5em;
    padding-right: 30%;
    padding-left: 35%;
}

.sideBarForm .openedElement
{
    padding-inline: 1rem;
    padding-block: 1rem;
    max-height: unset;

    -webkit-box-shadow: -7px 0 14px 8px rgba(20, 20, 20, 0.5);
    -moz-box-shadow: -7px 0 14px 8px rgba(20,20,20,0.5);
    box-shadow: -7px 0 14px 8px rgba(20, 20, 20, 0.5);
    border-top-left-radius: 0.5rem;
    border-bottom-left-radius: 0.5rem;
    overflow: clip;
    transition: all 1s ease-in-out;
}

.sideBarForm .openedElement .close
{
    width: 5%;
    position: absolute;
    top: 0.6em;
    right: 0.9em;
    font-size: 18px;
    cursor: pointer;
}

.sidebarClosed .openedElement
{
    width: 0;
    max-height: 0;
    padding: 0;

    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

/*** buttons ***/
a.buttonLink
{
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 4px;
	padding-bottom: 4px;
	color: #FFF;
	background: #003800;
	border: 2px #88A outset;

	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
}

a.buttonLink:hover
{
	text-decoration: none;
	border-color: #3E3E3E;

	-webkit-box-shadow: 5px 5px 3px 0px rgba(170,170,170,1);
	-moz-box-shadow: 5px 5px 3px 0px rgba(170,170,170,1);
	box-shadow: 5px 5px 3px 0px rgba(170,170,170,1);

	-webkit-transition-delay: 0.1s; /* Safari */
    -moz-transition-delay: 0.1s;
    -o-transition-delay: 0.1s;
    -ms-transition-delay: 0.1s;
    transition-delay: 0.1s;

	-webkit-transition-duration: 0.5s; /* Safari */
    -moz-transition-duration: 0.5s;
    -o-transition-duration: 0.5s;
    -ms-transition-duration: 0.5s;
    transition-duration: 0.5s;
}

.align-left,
.text-left
{
	text-align: left;
}
.align-right,
.text-right
{
	text-align: right;
}
.align-center,
.text-center
{
	text-align: center;
}
.align-justify,
.text-justify
{
	text-align: justify;
}
.iconList
{
    list-style-image: url("../Icons/favicon.ico");
}
.iconList &gt; li
{
    margin-left: 1.6rem;
}
p.phone,
p.fax,
p.email
{
	background-position: left 2px;
	background-repeat: no-repeat;
	/*padding-left: 22px;*/
}
p.phone
{
	/*background-image: url(images/tel.png);*/
}
p.fax
{
	/*background-image: url(images/fax.png);*/
}
p.email
{
	/*background-image: url(images/mail-icon.png);*/
}
.clear
{
	clear: both;
	float: none;
}


/*********************************************************************
***
***	  Anpassungen an Bildschirm Größe
***
**********************************************************************/
@media only screen and (max-width: 1600px)
{
	body
	{
	    /*font-size: 0.85em;*/
	}
	.sideBarForm div.closedElement
	{
		font-size: 18px;
	}
}

@media only screen and (max-width: 1200px) and (orientation: landscape)
{
	.sideBarForm div.closedElement
	{
		margin-top: 40px;
		font-size: 14px;
	}
}

@media only screen and (max-width: 1000px) and (orientation: portrait)
{
    :root
    {
        --headerHeight: 173px;
    }
	.sideBarForm div.closedElement
	{
		font-size: 14px;
	}
	ul#mainMenuList
	{
		width: auto;
	}

	div#addMenu
	{
		top: 165px;
	}
}
@media only screen and (max-width: 980px) and (orientation: landscape)
{
	.sideBarForm div.closedElement
	{
		font-size: 14px;
	}
}

@media only screen and (max-width: 980px)
{
	div#outerWrapper
	{
		max-width: 98%;
	}
    #search
    {
        bottom: unset;
        top: calc(var(--headerHeight) / 2 - 2rem);
        max-width: 55%;
    }
}

@media only screen and (max-width: 980px) and (orientation: portrait)
{
	h1
	{
		font-size: clamp(1.15rem, 2.4vw + 0.4rem, 1.4rem);
		width: 100%;
	}
	#search span#searchText
	{
		font-size: 1.2em;
	}

	#leftMenu .level1 h3
	{
		background-image: none;
		padding-left: 0.3em;
		font-size: 1.2em;
	}
}

@media only screen and (max-width: 800px)
{
	body
	{
		/*font-size: 0.6em;*/
	}
	div#contact
	{
		font-size: 80%;
	}
	div#addMenu
	{
		font-size: 75%;
		padding-top: 5px;
	}
	ul#mainMenuList
	{
		width: auto;
		display: none;
	}

	#addMenu
	{
		display: none;
	}
    article:first-of-type header h1
    {
        max-width: unset;
    }
}

@media only screen and (max-width: 800px) and (orientation: portrait)
{
	#addMenu
	{
		display: none;
	}
	#mainContent
	{
		background: rgb(252, 252, 229);
		z-index: 25;
	}
}

@media only screen and (max-width: 780px)
{
	#addMenu
	{
		display: none;
	}
}

@media only screen and (max-width: 780px) and (orientation: landscape)
{
	div#logo
	{
		top: 10px;
		left: 10px;
		max-width: 35%;
	}
	div#mainMenu
	{
		left: 0px;
		width: 100%;
	}
	div#phone-number
	{
		margin-top: 0px;
		padding-top: 0px;
		margin-right: 30px;
	}
	.sideBarForm div.closedElement
	{
		margin-top: -70px;
	}
	.csc-textpic div.csc-textpic-imagewrap
	{
		max-width: 46%;
	}
	.csc-textpic div.csc-textpic-imagewrap img
	{
		max-width: 99%;
		height: auto;
	}
	.csc-textpic-above div.csc-textpic-imagewrap
	{
		max-width: 100%;
	}
	.csc-textpic-above div.csc-textpic-imagewrap div.csc-textpic-imagecolumn
	{
		max-width: 22%;
	}
	div#bottomIcon
	{
		display: none;
	}
	div#footer
	{
		height: auto;
	}
}
@media only screen and (max-width: 780px) and (orientation: portrait)
{
    :root
    {
        --headerHeight: 150px;
    }
	div#logo
	{
		top: 10px;
		left: 10px;
		max-width: 35%;
	}
	div.sidebarClosed
	{
		top: 40% !important;
	}
	.sideBarForm div.closedElement
	{
		margin-top: 10px;
	}
	div#leftContent
	{
		display: none;
	}
	div#mainContent
	{
		width: 100%;
		float: none;
	}
	div#mainMenu
	{
		top: 115px;
		left: 0px;
		height: 20px;
		width: 100%;
	}
	div#addMenu
	{
		top: 155px;
	}
	div#centreArea
	{
		padding-top: 190px;
	}
	#mainContent section
	{
		margin-left: 10px;
		margin-right: 10px;
	}
	ul#mainMenuList
	{
		margin-left: 5px;
		white-space: nowrap;
	}
	#mainMenuList li.level1
	{
		display: inline-block;
		float: none;
		font-size: 13px;
		padding-left: 10px;
		padding-right: 10px;
		margin-right: 0px;
	}
	div#phone-number
	{
		position: absolute;
		top: 6px;
		right: 15px;
		float: none;
		margin-right: 0px;
		margin-top: 0px;
		padding-top: 0px;
		font-size: 13px;
	}
	.csc-textpic div.csc-textpic-imagewrap
	{
		max-width: 46%;
	}
   .imageGallery .csc-textpic div.csc-textpic-imagewrap
   {
      max-width: 98%;
      margin-left: auto;
      margin-right: auto;
   }
	.csc-textpic div.csc-textpic-imagewrap img
	{
		max-width: 99%;
		height: auto;
	}
	.csc-textpic-above div.csc-textpic-imagewrap
	{
		max-width: 100%;
	}
	.csc-textpic-above div.csc-textpic-imagewrap div.csc-textpic-imagecolumn
	{
		max-width: 30%;
	}
	div#bottomIcon
	{
		display: none;
	}
	div#footer
	{
		height: auto;
	}
}

@media only screen and (max-width: 670px)
{
	#pageFooter div.pageFooterItem
	{
		display: block;
		width: 100%;
	}
}

@media only screen and (max-width: 670px) and (orientation: landscape)
{
	div#leftContent
	{
		display: none;
	}
	div#mainContent
	{
		width: 100%;
		float: none;
	}
	#mainContent section
	{
		margin-left: 10px;
		margin-right: 10px;
	}
	div#addMenu
	{
		right: auto;
		left: 25px;
		top: 165px;
	}
	.sideBarForm div.closedElement
	{
		margin-top: 0px;
	}
}

@media only screen and (max-width: 570px) and (orientation: landscape)
{
	div#phone-number
	{
		display: none;
	}
}
@media only screen and (max-width: 540px)
{
    .powermail_fieldwrap_type_input .powermail_field &gt; *,
    .powermail_fieldwrap_type_textarea .powermail_field &gt; *
    {
        width: calc(100vw - 170px);
    }
}
@media only screen and (max-width: 480px)
{
	div#bottomMenu
	{
		width: 100%;
		float: none;
	}
	#bottomMenu ul
	{
		width: 90%;
		margin-left: auto;
		margin-right: auto;
	}
	#bottomMenu ul li.multiColumn
	{
		width: auto;
		float: none;
		margin-left: auto;
		margin-right: auto;
		margin-bottom: 2px;
		padding-top: 3px;
		padding-bottom: 3px;
		text-align: center;
		background: #F0F0F0;
	}

    .ce-intext .ce-gallery
    {
        max-width: 45vw;
    }

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

    .ce-intext .ce-gallery[data-ce-columns="2"] .ce-column
    {
        float: none;
    }
}

@media only screen and (max-width: 400px)
{
   div.proLinkImage
   {
      float: none;
      margin-top: 0px;
      padding-right: 0px;
      padding-bottom: 0px;
      background: none;
   }
}

@media only screen and (max-width: 360px) and (orientation: landscape)
{
	div#phone-number
	{
		display: none;
	}
}

@media only screen and (max-width: 330px)
{
	div#phone-number
	{
		display: none;
	}
}

/* flo*/
#mainMenuMobileExport
{
	display: none;
}

#mainMenuMobile
{
    position: fixed;
	z-index: 1000;
}

#mainMenuMobile #mainMenuNav
{
	display: inline-block;
}

#mainMenuMobile.active #mainMenuNav
{
	display: block;
}

div#mainMenuMobile *
{
	z-index: 100;
}

.flexnav .level1.last-item.menuItem
{
    float: none !important;
}

.menu-button .touch-button .navicon
{
}
</pre></body></html>