<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* source-sans-pro-200 - latin */
@font-face {
    font-family: 'Source Sans Pro';
    font-style: normal;
    font-weight: 200;
    src: url('./fonts/source-sans-pro-v21-latin-200.eot'); /* IE9 Compat Modes */
    src: local(''),
    url('./fonts/source-sans-pro-v21-latin-200.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('./fonts/source-sans-pro-v21-latin-200.woff2') format('woff2'), /* Super Modern Browsers */
    url('./fonts/source-sans-pro-v21-latin-200.woff') format('woff'), /* Modern Browsers */
    url('./fonts/source-sans-pro-v21-latin-200.ttf') format('truetype'), /* Safari, Android, iOS */
    url('./fonts/source-sans-pro-v21-latin-200.svg#SourceSansPro') format('svg'); /* Legacy iOS */
}

/* source-sans-pro-300 - latin */
@font-face {
    font-family: 'Source Sans Pro';
    font-style: normal;
    font-weight: 300;
    src: url('./fonts/source-sans-pro-v21-latin-300.eot'); /* IE9 Compat Modes */
    src: local(''),
    url('./fonts/source-sans-pro-v21-latin-300.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('./fonts/source-sans-pro-v21-latin-300.woff2') format('woff2'), /* Super Modern Browsers */
    url('./fonts/source-sans-pro-v21-latin-300.woff') format('woff'), /* Modern Browsers */
    url('./fonts/source-sans-pro-v21-latin-300.ttf') format('truetype'), /* Safari, Android, iOS */
    url('./fonts/source-sans-pro-v21-latin-300.svg#SourceSansPro') format('svg'); /* Legacy iOS */
}

/* source-sans-pro-regular - latin */
@font-face {
    font-family: 'Source Sans Pro';
    font-style: normal;
    font-weight: 400;
    src: url('./fonts/source-sans-pro-v21-latin-regular.eot'); /* IE9 Compat Modes */
    src: local(''),
    url('./fonts/source-sans-pro-v21-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('./fonts/source-sans-pro-v21-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
    url('./fonts/source-sans-pro-v21-latin-regular.woff') format('woff'), /* Modern Browsers */
    url('./fonts/source-sans-pro-v21-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
    url('./fonts/source-sans-pro-v21-latin-regular.svg#SourceSansPro') format('svg'); /* Legacy iOS */
}

/* source-sans-pro-700 - latin */
@font-face {
    font-family: 'Source Sans Pro';
    font-style: normal;
    font-weight: 700;
    src: url('./fonts/source-sans-pro-v21-latin-700.eot'); /* IE9 Compat Modes */
    src: local(''),
    url('./fonts/source-sans-pro-v21-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('./fonts/source-sans-pro-v21-latin-700.woff2') format('woff2'), /* Super Modern Browsers */
    url('./fonts/source-sans-pro-v21-latin-700.woff') format('woff'), /* Modern Browsers */
    url('./fonts/source-sans-pro-v21-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
    url('./fonts/source-sans-pro-v21-latin-700.svg#SourceSansPro') format('svg'); /* Legacy iOS */
}

* {
    margin: 0;
    padding: 0;
}

body {
    font-size: 100%;
    font-family: 'Source Sans Pro', sans-serif;
    background-color: #557e52;
}

body.bereichsseite {
    background-color: #fff;

}

p {
    line-height: 1.375rem;
    margin-bottom: 10px;
}

.ausrichtung {
    margin: 0 7%;

}

#contentbereich {
    min-height: 400px;
    margin-top: 240px;
}

a {
    text-decoration: none;
    color: #557e52;
}

div.siteobject-content a {
    font-weight: bold;
    background-image: url(pfeil-interner-link-557e52.png);
    background-repeat: no-repeat;
    background-position: left center;
    padding-left: 16px;
}

div.siteobject-content a.extern {
    font-weight: bold;
    background-image: url(pfeil-externer-link-557e52.png);
    background-repeat: no-repeat;
    background-position: left center;
    padding-left: 27px;
}

div.siteobject-content a.pdflink, a.pdflink {
    font-weight: bold;
    background-position: left center;
    background-image: url(Pdf-icon-20px.png);
    background-repeat: no-repeat;
    padding-left: 28px;
}

div.siteobject-content a.xlslink, a.xlslink {
    font-weight: bold;
    background-position: left center;
    background-image: url(Excl-icon-20px.png);
    background-repeat: no-repeat;
    padding-left: 28px;
}

div.siteobject-content a.abuttonlight, a.abuttonlight {
    border: 1px solid #557e52;
    background-color: #fff;
    padding: 5px;
    margin-right: 10px;
    font-weight: bold;
    text-transform: uppercase;
    background-position: 10px center !important;
    padding-left: 26px;
    padding-right: 10px;
    display: inline-block;
}

div.siteobject-content a.abuttonlightintern, a.abuttonlightintern {
    border: 1px solid #557e52;
    background-color: #fff;
    padding: 5px;
    margin-right: 10px;
    font-weight: bold;
    text-transform: uppercase;
    background-position: 10px center;
    padding-right: 10px;
    display: inline-block;
    background-image: url(pfeil-interner-link-557e52.png);
    background-repeat: no-repeat;
    padding-left: 27px;
}

div.siteobject-content a.abuttonlightinternwhite, a.abuttonlightinternwhite {
    border: 1px solid #fff;
    color: #fff;
    padding: 5px;
    margin-right: 10px;
    font-weight: bold;
    text-transform: uppercase;
    background-position: 10px center;
    padding-right: 10px;
    display: inline-block;
    background-image: url(pfeil-interner-link-ffffff.png);
    background-repeat: no-repeat;
    padding-left: 27px;
    margin-bottom: 10px;
}

div.siteobject-content a.abuttonlightextern, a.abuttonlightextern {
    border: 1px solid #557e52;
    background-color: #fff;
    padding: 5px;
    margin-right: 10px;
    font-weight: bold;
    text-transform: uppercase;
    background-position: 10px center;
    padding-right: 10px;
    display: inline-block;
    background-image: url(pfeil-externer-link-557e52.png);
    background-repeat: no-repeat;
    padding-left: 37px;
}

div.siteobject-content a.abuttonlightreadmore, a.abuttonlightreadmore {
    border: 1px solid #557e52;
    background-color: #fff;
    padding: 5px;
    margin-right: 10px;
    font-weight: bold;
    text-transform: uppercase;
    background-position: 10px center;
    padding-right: 10px;
    display: inline-block;
    background-image: url(pfeil-readmore-557e52.png);
    background-repeat: no-repeat;
    padding-left: 37px;
}

div.siteobject-content a.abuttonlightreadnomore, a.abuttonlightreadnomore {
    border: 1px solid #557e52;
    background-color: #fff;
    padding: 5px;
    margin-right: 10px;
    font-weight: bold;
    text-transform: uppercase;
    background-position: 10px center;
    padding-right: 10px;
    display: inline-block;
    background-image: url(pfeil-readnomore-557e52.png);
    background-repeat: no-repeat;
    padding-left: 37px;

}

div.siteobject-content a.abuttonlightselect {
    border: none;
    background-color: rgba(85, 126, 82, 0.5);
    padding: 5px;
    margin-right: 10px;
    font-weight: bold;
    text-transform: uppercase;
    padding-right: 10px;
    display: inline-block;
    background-image: none;
    background-repeat: no-repeat;
    padding-left: 10px;
    color: #fff;
}

div.siteobject-content a.abuttonlightselected, div.siteobject-content a.abuttonlightselect:hover {
    border: none;
    background-color: #557e52;
    padding: 5px;
    margin-right: 10px;
    font-weight: bold;
    text-transform: uppercase;
    background-position: 10px center;
    padding-right: 10px;
    display: inline-block;
    background-image: none;
    background-repeat: no-repeat;
    padding-left: 10px;
    color: #fff;
}

a.buttoncolored {
    border: 1px solid #557e52;
    background-color: #557e52;
    color: #fff;
    padding: 5px;
    margin-right: 10px;
    font-weight: bold;
    text-transform: uppercase;
    display: inline-block;
    padding-left: 10px;
    padding-right: 10px;
}

div.siteobject-content.dark {
    background-color: rgba(0, 0, 0, 0.1);
    color: #fff;
}

div.siteobject-content.dark h1, div.siteobject-content.dark h2, div.siteobject-content.dark h3 {

    color: #fff;
}

.Quellenangabe {
    font-size: 14px;
    font-style: italic;
}

img {
    max-width: 100%;
    border: none;
}

.siteobject-pic img {
    width: 100%;
    vertical-align: bottom;
}

.siteobject-pic .caption {
    background-color: rgba(0, 0, 0, 0.1);
    color: #fff;
    font-size: 13px;
    font-style: italic;
    padding: 10px;
}

.siteobject-pic-middle {
    background-size: cover;
    background-position: center center;
    height: 550px;
}

ul {
    padding-left: 40px;
    margin-bottom: 10px;
}

ol {
    padding-left: 40px;
    margin-bottom: 10px;
}

h1 {
    margin-bottom: 10px;
    font-size: 2.5rem;
    line-height: 46px;
    font-weight: lighter;
    color: #557e52;
}

h1 strong {
    margin-bottom: 10px;
    font-size: 2.5rem;
    line-height: 46px;
    font-weight: bolder;
    color: #557e52;
}

h1.siteobject-ueberschrift {
    margin-top: 20px;
    margin-bottom: 0;
}

body.zweispaltig h1.siteobject-ueberschrift {
    color: #fff;
}

body.einspaltig h1.siteobject-ueberschrift {
    color: #fff;
}

body.zweispaltig h1.siteobject-ueberschrift strong {
    color: #fff;
}

body.einspaltig h1.siteobject-ueberschrift strong {
    color: #fff;
}

h2 {
    margin-bottom: 10px;
    font-size: 1.625rem;
    line-height: 30px;
    font-weight: bold;
    color: #557e52;
}

h3 {
    margin-bottom: 10px;
    font-size: 1rem;
    line-height: 1.125rem;
    font-weight: bold;
    color: #000;
}

/* tabellen */

table td {
    padding-left: 5px;
    padding-right: 5px;
}

/* header */
#headerleiste_oben {
    float: right;
    height: 40px;
}

#headerleiste_oben a {
    color: #000;
}

.ghtab {
    display: table-cell;
    height: 25px;
}

.ghtab a {
    color: #ffffff !important;
    display: block;
    background-color: #c8c8c8;
    padding: 0;
    background-image: url("button-header-navi-button.jpg");
    background-repeat: no-repeat;
    height: 25px;
    line-height: 25px;
    width: 127px;
    text-align: center;

}

.ihtab {
    display: table-cell;
}

.ihtab img {
    height: 20px;
    padding-left: 5px;
    padding-right: 5px;
    width: auto;
    vertical-align: middle;
}

.lang {
    margin-left: 20px;
    padding-left: 12px;
    border-left: 1px solid #c8c8c8;
}

.lang:first-child {
    border-left: 1px #aaa solid;

}

.lang a {

    padding-left: 8px;
    text-transform: uppercase;
    color: #c8c8c8 !important;
}

.lang a.curlang {
    color: #000 !important;

}

#headerleiste_unten {
    float: right;
    height: 30px;
}

#headerleiste_unten input {
    font-size: 12px;
    background-image: url("picto-suche.png");
    background-repeat: no-repeat;
    background-position: right center;
    border: 1px solid #c8c8c8;
    padding: 2px;
}

#headerleiste_unten a {
    color: #000;
}

#headerleiste_unten table {
    width: 100%;
}

#headerleiste_unten .logo img {
    height: 20px;
    width: auto;
    vertical-align: bottom;
    margin-right: 5px;
}

#headerleiste_unten .logo a {
    line-height: 20px;
    text-transform: uppercase;
}

#headerleiste_unten .goerlitztext {
    font-weight: bold;
}

.coloredtext {
    margin-left: 7px;
    color: #557e52;
    font-weight: lighter;
}

.coloredtext a {
    color: #557e52 !important;
}

#headerrahmen {
    background-color: #fff;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 99;
}

.menubutton {

    background-color: #557e52;

}

#header {
    height: 70px;

}

#headerleiste_oben {
    margin-right: 7%;
}

#headerleiste_unten {
    margin-right: 7%;
    width: 86%;

}

#imgheaderbereich {
    overflow: hidden;
    height: 170px;
    background-size: cover;
    background-position: top left;
    position: fixed;
    top: 70px;
    left: 0;
    right: 0;
    z-index: 99;
    -webkit-transition: height 0.3s;
    -moz-transition: height 0.3s;
    -ms-transition: height 0.3s;
    -o-transition: height 0.3s;
    transition: height 0.3s;
}

#imgheaderbereich.smaller {
    height: 120px;
}

#imgheaderbereich {
    background-image: url("header-557e52.png");
}

#buttonebenehoch img {
    vertical-align: bottom;
    min-width: 50px;
}

#imgheaderbereich h1 {
    margin-bottom: 20px;
    font-size: 3rem;
    line-height: 56px;
    font-weight: bold;
    color: #fff;
}

#imgheaderbereich p {
    margin: 0;
    margin-top: 20px;
}

#imgheaderbereich p a {
    margin: 0;
    font-weight: lighter;
    font-size: 1.35rem;
    line-height: 32px;
    color: #fff;
    background-image: url(pfeil-back.png);
    background-position: left;
    background-repeat: no-repeat;
    padding-left: 20px;
}

/* footer */
#footerrahmen {
    background-color: #eef;
}

#footer {
    padding-top: 20px;
}

#footer ul {
    list-style: none;
    text-align: right;
    padding: 0;
}

#footer ul.ebene1 &gt; li {
    border: 2px solid #557e52;
    padding: 10px;
    float: left;
    width: 17%;
    box-sizing: border-box;
    margin: 10px;
    overflow: hidden;
}

#footer ul &gt; li &gt; a {
    color: #557e52;
    font-weight: bold;
    font-size: 16px;

}

#footer ul &gt; li &gt; ul {
}

#footer ul &gt; li &gt; ul &gt; li &gt; a {
    color: #444;
    font-weight: normal;
    font-size: 11px;

}

#footer ul &gt; li &gt; ul &gt; li {
    border: none;
    overflow: hidden;
}

/*Formulare*/
td.contact_col_left, td.contact_col_middle {
    padding-top: 5px;
    padding-bottom: 5px;
}

td.formulartrenner h2 {
    margin-top: 20px;
}

td.formulartrenner p {
    color: #557e52;
}

td.contact_col_middle {
    vertical-align: top;
    width: 30%;
}

form input[type=text], form input[type=date], form textarea {
    border: 1px solid #557e52;
    padding: 5px;
    box-sizing: border-box;
}

.dark form #calsuche input[type=text], .dark form #calsuche input[type=date], .dark form #calsuche textarea {
    border: 1px solid #fff;
    color: #fff;
    background-color: transparent;
    padding: 5px;
}

/*
andere elemente:
http://codepen.io/CreativeJuiz/pen/BiHzp
http://www.wufoo.com/guides/custom-radio-buttons-and-checkboxes/
*/
.dark form #calsuche select {
    background-color: transparent;
    background-image: url("select-arrow.png");
    background-position: right center;
    background-repeat: no-repeat;
    border: 1px solid #fff;
    border-radius: 0;
    color: #fff;
    padding: 5px;
    width: 100%;
    text-indent: 0.01px;
    text-overflow: '';
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    padding-right: 30px;

}

td.contact_col_left {
    text-align: right;
}

form input[type=date] {
    background-image: url("picto-kalender.png");
    background-position: 5px center;
    padding-left: 30px;
    background-repeat: no-repeat;
}

form input[type=submit], form input[type=button], form button {
    background-color: #557e52;
    color: #fff;
    border: none;
    padding: 5px;
    font-weight: bold;
    font-size: 16px;
    cursor: pointer;
    text-transform: uppercase;

}

.dark form #calsuche input[type=submit], .dark form #calsuche input[type=button], .dark form #calsuche button {
    color: #557e52;
    background-color: #fff;

}

form input[type=button] {
    background-color: #aaa;
    color: #fff;
    border: none;
    padding: 5px;
    font-weight: bold;
    font-size: 16px;
    cursor: pointer;
    text-transform: uppercase;

}

/*Bereichseite*/

#buttonbereich-buerger {
    background-image: url("button-buerger-1.jpg");
}

#buttonbereich-buerger:hover {
    background-image: url("button-buerger-2.jpg");
}

body.site3 a#buttonbereich-buerger {
    background-image: url("button-buerger-3.jpg");
}

#buttonbereich-tourismus {
    background-image: url("button-tourism-1.jpg");
}

#buttonbereich-tourismus:hover {
    background-image: url("button-tourism-2.jpg");
}

body.site2 a#buttonbereich-tourismus {
    background-image: url("button-tourism-3.jpg");
}

#buttonbereich-news {
    background-image: url("button-news-1.jpg");
}

#buttonbereich-news:hover {
    background-image: url("button-news-2.jpg");
}

body.site5 a#buttonbereich-news {
    background-image: url("button-news-3.jpg");
}

#buttonbereich-wirtschaft {
    background-image: url("button-wirtsch-1.jpg");
}

#buttonbereich-wirtschaft:hover {
    background-image: url("button-wirtsch-2.jpg");
}

body.site4 a#buttonbereich-wirtschaft {
    background-image: url("button-wirtsch-3.jpg");
}

.buttonbereich {
    display: block;
    background-size: cover;
    color: #fff;
    min-height: 50px;
    text-align: right;
    padding: 10px;
    padding-top: 20px;
}

.buttonbereich .texttop {
    font-size: 17px;
    font-weight: lighter
}

.buttonbereich .textbottom {
    font-weight: bold;
    font-size: 24px;
    line-height: 24px;
}

body.bereichsseite #contentbereich {
    margin-top: 70px;
}

body.bereichsseite #siteobjects-middle {
    margin-left: 7%;
    margin-right: 7%
}

.bereichobenleft {
    background-size: cover;
    width: 70%;
    float: left;
    padding-bottom: 45%;
    height: 0;
    overflow: hidden;
    position: relative;
    background-color: #eef;
}

#bereichobenleft-inner {
    height: 100%;
    position: absolute;
    width: 100%;
}

.bereichobenright {
    background-color: #444;
    width: 30%;
    float: left;
    padding-bottom: 45%;
    height: 0;
    overflow: hidden;
    position: relative;
}

#bereichobenright-inner {
    height: 100%;
    position: absolute;
    width: 100%;
}

#bereichswechsel {
    border: none;
    width: 100%;
    bottom: 10px;
    position: absolute;

}

#bereichswechsel td {
    padding: 0;
    width: 50%;

}

#goerlitzbereichtitel {
    line-height: 100px;
    text-transform: uppercase;
    font-size: 90px;
    text-align: center;
    background-color: rgba(85, 126, 82, 0.8);
    margin-top: 10px;
    margin-bottom: 10px;
    color: #fff;
    font-weight: 100;
}

body.bereichsseite h1.siteobject-ueberschrift, body.bereichsseite h1.siteobject-ueberschrift strong {
    font-size: 5rem;
    text-align: center;
    line-height: 100px;
    text-transform: uppercase;
    margin-bottom: 20px;
    margin-top: 40px;
}

.siteobject-box {
    position: relative;
    width: 50%;
    height: 0;
    padding-bottom: 50%;
    text-align: left;
    background: #ddd;
    float: left;
    overflow: hidden;
}

.siteobject-box &gt; div.boxrect {
    position: absolute;
    margin: 0;
    height: 100%;
    width: 100%;
    background: #ccc;
}

.siteobject-box &gt; div.boxrect &gt; div {
    color: #fff;
    background-size: cover;
    background-position: center center;
}

.siteobject-box &gt; div.boxrect &gt; div h1 {
    color: #fff;
    font-size: 40px;
    font-weight: lighter;
    line-height: 46px;
    margin-bottom: 10px;
}

.siteobject-box.box1 &gt; div.boxrect &gt; div {

    height: 100%;
    width: 100%;
    overflow: hidden;

}

.siteobject-box.box2 &gt; div.boxrect &gt; div {

    height: 50%;
    width: 100%;
    overflow: hidden;

}

.siteobject-box.box3 &gt; div.boxrect &gt; div.boxinner-0 {

    height: 50%;
    width: 100%;
    overflow: hidden;

}

.siteobject-box.box1 &gt; div.boxrect &gt; div.boxinner-0 &gt; div {

    left: 7%;
    right: 7%;
    bottom: 7%;
    position: absolute;

}

.siteobject-box.box1 &gt; div.boxrect &gt; div h1 {
    font-size: 3.750rem;
    line-height: 65px;
}

.siteobject-box.box3 &gt; div.boxrect &gt; div.boxinner-1 {
    float: left;
    height: 50%;
    width: 50%;
    overflow: hidden;
}

.siteobject-box.box3 &gt; div.boxrect &gt; div.boxinner-2 {
    float: left;
    height: 50%;
    width: 50%;
    overflow: hidden;
}

.siteobject-box.box4 &gt; div.boxrect &gt; div {
    float: left;
    height: 50%;
    width: 50%;
    overflow: hidden;
}

.siteobject-box.box4 &gt; div.boxrect &gt; div h1, .siteobject-box.box3 &gt; div.boxrect &gt; div.boxinner-1 h1, .siteobject-box.box3 &gt; div.boxrect &gt; div.boxinner-2 h1 {
    font-size: 27px;
    line-height: 30px;
}

/* Inhaltsbereiche */

.siteobject-content {
    padding: 30px 8%;
    background-color: #fff;
}

/* HTMLPIC element */

.siteobject-htmlpic {
    background-color: #fff;
    margin-top: 10px;
    margin-bottom: 10px;
    padding: 0;
}

.siteobject-htmlpic .inner {
    width: 200px;
    height: 200px;
    float: left;
}

.htmlpic-text {
    padding: 30px;

}

/*
zweispaltiges Layout

*/
body.zweispaltig #siteobjects-right {
    width: 30%;
    float: right;
    box-sizing: border-box;
}

body.zweispaltig #siteobjects-middle {
    width: 70%;
    float: left;
    box-sizing: border-box;
}

/* TERMINE */
.terminliste {
    margin-top: 5px;
    margin-bottom: 5px;
}

/* iconleiste */

.icon {
    background-color: #444;
    width: 16.66666666666%;
    float: left;
    padding-bottom: 12%;
    height: 0;
    overflow: hidden;
    position: relative;
}

.icon &gt; div {
    height: 100%;
    text-align: center;
    position: absolute;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.6);
    -webkit-transition: background-color 500ms linear;
    -moz-transition: background-color 500ms linear;
    -o-transition: background-color 500ms linear;
    -ms-transition: background-color 500ms linear;
    transition: background-color 500ms linear;
}

.icon:hover &gt; div {

    background-color: rgba(0, 0, 0, 0.3);
}

.icon &gt; div h3 {
    color: #fff;
}

.icon &gt; div img {
    margin-top: 15px;
    max-width: 40%;
}

/* HTMLpic rows*/
div.htmlpicrows {

}

div.htmlpicrows .htmlpicrowsright {
    border-left: 1px solid #ccc;
    box-sizing: border-box;
    padding-left: 30px;

}

div.htmlpicrows .htmlpicrowsleft {
    box-sizing: border-box;
    padding-right: 30px;
}

div.htmlpicrows.leftaligned .htmlpicrowsleft {
    width: 30%;
    float: left;
}

div.htmlpicrows.leftaligned .htmlpicrowsright {
    width: 70%;
    float: right;
}

div.htmlpicrows.rightaligned .htmlpicrowsleft {
    width: 70%;
    float: left;
}

div.htmlpicrows.rightaligned .htmlpicrowsright {
    width: 30%;
    float: right;
}

/* iFRAMES*/
iframe {
    border: none;
    width: 100%;
}

/* menu button*/
.menubutton img {
    width: 40%;
    vertical-align: baseline;
}

.bereichspalte {
    width: 25% !important;
}

#buttonebenehoch {

    padding-top: 30px;
}

.starttermintitel {
    font-size: 22px;
    line-height: 24px;
}

.starttermindatum {
    margin: 0;
    color: #000;
    font-size: 13px;
}

@media print {
    .noprint {
        display: none;
    }

    #contentbereich {
        margin-top: 0;
    }

    .siteobject-content {
        padding: 30px 0;
    }

    .ausrichtung {
        margin: 0;
    }

    .siteobject-pic {
        -webkit-print-color-adjust: exact;
    }
}

@media (min-width: 1400px) {
    .starttermintitel {
        font-size: 28px;
        line-height: 30px;
    }

    .starttermindatum {
        font-size: 16px;
    }

    body.bereichsseite {
        font-size: 110%;
    }

    .siteobject-box.box4 &gt; div.boxrect &gt; div h1 {
        font-size: 30px;
        line-height: 34px;
    }
}

@media (max-width: 1100px) {

    .siteobject-box.box1 &gt; div.boxrect &gt; div p {
        font-size: 1rem;
        line-height: 1.125rem;
    }

    .siteobject-box.box1 &gt; div.boxrect &gt; div h1 {
        font-size: 2.500rem;
        line-height: 46px;
    }

    .buttonbereich .texttop {
        display: none
    }

    .buttonbereich .textbottom {
        font-size: 20px;
        font-weight: bold;
        line-height: 20px;
    }

    .starttermintitel {
        font-size: 17px;
        line-height: 19px;
    }
}

@media (max-width: 960px) {
    .siteobject-box.box1 &gt; div.boxrect &gt; div.boxinner-0 &gt; div {
        margin: 0 !important;
    }

    .menubutton img {
        width: 60%;
    }

    #bereichswechsel td {
        width: 40%;
    }

    .bereichspalte {
        width: 30% !important;
    }

    body {
        font-size: 95%;
    }
}

@media (max-width: 768px) {
    body {
        font-size: 90%;
    }

    .notOn700 {
        display: none !important;
    }

    #headerleiste_unten form input {
        width: 100px;
    }

    .menubutton {
        width: 70px !important;
    }

    .ausrichtung {
        margin: 0;
    }

    body.bereichsseite #siteobjects-middle {
        margin-left: 0;
        margin-right: 0;
    }

    #headerleiste_oben {
        margin-right: 20px;
    }

    #headerleiste_unten {
        margin-right: 20px;
    }

    #imgheaderbereich p a {
        line-height: 22px;
        background-image: url(pfeil-back.png);
        background-position: left;
        background-repeat: no-repeat;
        padding-left: 20px;
    }

    #imgheaderbereich p {
        margin: 20px 0 0;
        margin-left: 7%;
        margin-right: 7%;
    }

    #imgheaderbereich h1 {
        margin-left: 7%;
        font-size: 38px;
        line-height: 42px;width: 63% !important;
    }

    #imgheaderbereich img {
        margin-right: 7%;  max-width: 22% !important;
    }

    h1.siteobject-ueberschrift {
        margin-left: 7%;
        margin-right: 7%;

    }

    .siteobject-pic-middle {
        background-position: center center;
        background-size: cover;
        height: 250px;
    }

    body.zweispaltig #siteobjects-middle {
        width: 100%;
    }

    body.zweispaltig #siteobjects-right {
        width: 100%;
    }

    div.htmlpicrows.leftaligned .htmlpicrowsright,
    div.htmlpicrows.rightaligned .htmlpicrowsright {
        width: 100%;
    }

    div.htmlpicrows.leftaligned .htmlpicrowsleft img {
        max-width: 50%;
    }

    div.htmlpicrows.rightaligned .htmlpicrowsright img {
        max-width: 50%;
    }

    div.htmlpicrows .htmlpicrowsright {
        border-left: none;
        padding-left: 0;
    }

    div.htmlpicrows.leftaligned .htmlpicrowsleft,
    div.htmlpicrows.rightaligned .htmlpicrowsleft {
        width: 100%;
    }

    div.htmlpicrows .htmlpicrowsleft {
        padding-right: 0;
    }

    #footer ul.ebene1 &gt; li {
        width: 25%;
    }

    body.bereichsseite h1.siteobject-ueberschrift, body.bereichsseite h1.siteobject-ueberschrift strong {
        font-size: 50px;
        line-height: 60px;
    }

    .icon {
        padding-bottom: 26%;
        width: 33.3333333%;
    }

    .bereichobenleft {
        padding-bottom: 65%;
        width: 100%;
    }

    .bereichobenright {
        padding-bottom: 70%;
        width: 100%;
    }

    .bereichobenright .slick-slide {
        background-position: center center;

    }

    #buttonebenehoch {
        padding-left: 20px;
        padding-right: 20px;
    }
}

@media (max-width: 480px ) {
    .siteobject-content {
        padding: 30px 20px;
        overflow: hidden;
    }

    p, li {
        font-size: 16px;
    }

    .htmlpic-text {
        padding: 0;
    }

    body {
        font-size: 75%;
    }

    #imgheaderbereich.smaller {
        height: 80px;
    }

    #imgheaderbereich {
        height: 120px;
    }

    #imgheaderbereich h1 {
        font-size: 22px;
        line-height: 24px;
    }

    #contentbereich {
        margin-top: 190px;
    }

    .angebotleft {
        display: none;
    }

    .angebotright {
        margin-left: 0 !important;
    }

    h1 {

        font-size: 32px;
        line-height: 34px;
    }

    .siteobject-box {

        width: 100%;
    }

    #footerrahmen {
        display: none;
    }

    .siteobject-pic-right {
        display: none;
    }

    .siteobject-htmlpic .inner {
        display: none;
    }

    .htmlpic-text {
        margin-left: 0 !important;
    }

    /* Formulare */
    td.contact_col_left {
        text-align: left;
    }

    .form td.contact_col_left, .form td.contact_col_middle {
        float: left;
        width: 100%;

    }

    .bereichobenleft {
        background-size: contain;
        background-repeat: no-repeat;
        padding-bottom: 120%;
    }

    #bereichswechsel td.bereichspalte {
        width: 50% !important;
    }

    .notOnHandy {
        display: none !important;
    }

    #bereichswechsel td {

        width: auto;
    }

    #headerleiste_unten {
        width: auto;
        margin-right: 10px;
    }

    .lang {
        margin-left: 5px;
        padding-left: 5px;
    }

    #headerleiste_oben * {
        display: none;
    }

    .siteobject-box {

        padding-bottom: 100%;

    }

    .icon {
        background-image: none !important;

    }

    .icon &gt; div img {
        max-width: 28%;
    }

    .icon &gt; div h3 {
        font-size: 14px;
        line-height: 16px;
    }
}
</pre></body></html>