/**
 * Globale CSS-Definitionen
 *
 * (c) www.lemontree.at
 *
 * @author Gerhard Buchecker <gbuchecker@lemontree.at>
 *
 *********************************************************************************/

/*--------------------------------------------------------------------------------*/

/* open-sans-regular - latin */
@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/open-sans-v28-latin-regular.eot'); /* IE9 Compat Modes */
    src: local(''),
    url('../fonts/open-sans-v28-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('../fonts/open-sans-v28-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
    url('../fonts/open-sans-v28-latin-regular.woff') format('woff'), /* Modern Browsers */
    url('../fonts/open-sans-v28-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
    url('../fonts/open-sans-v28-latin-regular.svg#OpenSans') format('svg'); /* Legacy iOS */
}
/* open-sans-700 - latin */
@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 700;
    src: url('../fonts/open-sans-v28-latin-700.eot'); /* IE9 Compat Modes */
    src: local(''),
    url('../fonts/open-sans-v28-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('../fonts/open-sans-v28-latin-700.woff2') format('woff2'), /* Super Modern Browsers */
    url('../fonts/open-sans-v28-latin-700.woff') format('woff'), /* Modern Browsers */
    url('../fonts/open-sans-v28-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
    url('../fonts/open-sans-v28-latin-700.svg#OpenSans') format('svg'); /* Legacy iOS */
}

/*--------------------------------------------------------------------------------*/
/* Globale Definitionen */

body {
    margin: 0;
    padding: 0 0 20px 0;
    font-family: 'Open Sans', Arial, Helvetica, sans-serif;
    font-size: 90%;
    background-color: #FFFFFF;
    color: #333333;
    text-align: center;
    background-repeat: repeat-y;
    background-position: center top;
    -webkit-background-size: 100% auto;
    -moz-background-size: 100% auto;
    -o-background-size: 100% auto;
    background-size: 100% auto;
}

input, select, textarea {
    border-top:    1px solid #999999;
    border-right:  1px solid #cccccc;
    border-bottom: 1px solid #cccccc;
    border-left:   1px solid #999999;
}
input[type=submit], input[type=button] {
    color: #ffffff;
    background-color: #336eb5;
    /* padding: 5px; */
    border: 2px solid #ffffff;
    box-shadow: 0 0 5px #666666;
    text-transform: uppercase;
    /* font-size: 100%; */
}

img {
    border: none;
}

img.noborder {
    border: none;
}

img.left, div.left {
    margin-right: 5px;
    float: left;
}

img.right, div.right {
    margin-left: 5px;
    float: right;
}

img.forward {
    border: none;
    margin: 0 3px 3px 3px;
}

a.mehr {
    white-space: nowrap;
}

a.forward {
    background-image: url(../../images/icons/forward.gif);
    background-repeat: no-repeat;
    background-position: 0 center;
    padding: 0 0 0 15px;
}
span.forward {
    background-image: url(../../images/icons/forward.gif);
    background-repeat: no-repeat;
    background-position: 0 center;
    display: inline;
    padding-right: 20px;
}

.clear {
    clear: both;
}
.floatLeft {
    float: left !important;
}
.floatRight {
    float: right !important;
}
.alignLeft {
    text-align: left !important;
}
.alignRight {
    text-align: right !important;
}
.alignCenter, .center {
    text-align: center !important;
}

.formsc { /* SpamCheck fuer Formulare */
    display: none;
}
input.securitycode {
    text-transform: uppercase;
    height: 22px;
    width: 83px !important;
    font-size: 18px;
}

.pointer {
    cursor: pointer;
}

td, th {
    vertical-align: top;
}
td *:first-child, th *:first-child {
    margin-top: 0;
}
.off {
    display: none;
}

/*--------------------------------------------------------------------------------*/

img {
    border: none;
}

a {
    color: #336eb5;
    text-decoration: none;
}
a:hover {
    text-decoration: underline;
    color: #336eb5;
}
p {
    padding: 0;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Open Sans', Arial, Helvetica, sans-serif;
    font-weight: normal;
    color: #336eb5;
}
h1 {
    font-size: 140%;
    font-weight: bold;
    margin-top: 0;
    margin-bottom: 1em;
}
h2 {
    font-size: 120%;
    font-weight: bold;
    margin-top: 1.5em;
    margin-bottom: 3px;
}
h3 {
    font-size: 110%;
    font-weight: bold;
    margin-bottom: 2px;
}

/*--------------------------------------------------------------------------------*/
/* Layout */

.mainBorder {
    width: 100%;
    height: 30px;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 0;
    background-color: #98c000;
}
.mainWrapper {
    margin: 0 auto;
    width: 100%;
    max-width: 1024px;
    text-align: left;
    position: relative;
}

.divHeader {
    max-height: 302px;
    min-height: 150px;
    position: relative;
    background: url(../../images/bg_header_bottom.png) no-repeat bottom #ffffff;
    box-shadow: 0 0 10px 1px #888888;
}

.contentWrapper {
    padding: 5px 0 15px 0;
    background: #ffffff;
    box-shadow: 0 0 10px 1px #888888;
    position: relative;
}

.divLinks {
    padding: 20px 0 20px 0;
    float: left;
    width: 198px;
}
.divMitte {
    margin: 0;
    padding: 0;
    float: left;
    width: 100%;
    max-width: 648px;
}
.divRechts {
    padding: 20px 0 20px 0;
    float: right;
    width: 178px;
}

.divFooter {
    clear: both;
    position: relative;
    height: 150px;
    background-image: url(../../images/bg_footer.png);
    background-repeat: repeat-x;
}

/*--------------------------------------------------------------------------------*/
/* Elemente des Headers */

.divHeader a.logo {
    position: absolute;
    right: 6px;
    top: 0;
    width: 304px;
    height: 254px;
    max-width: 50%;
    max-height: 85%;
    background-image: url(../../images/logo_v05.png);
    background-repeat: no-repeat;
    background-size: auto 100%;
    background-position: right;
    z-index: 100;
}

.divHeader .grafik {
    position: relative;
    padding: 34px 0 0 0;
    z-index: 1;
}
.divHeader .grafik ul, .divHeader .grafik li {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.divHeader .menu_top {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 50;
    width: 715px;
    height: 51px;
}
.divHeader .menu_top .label {
    color: #98c000;
    line-height: 35px;
    font-size: 17px;
    font-weight: bold;
    display: inline-block;
    width: 163px;
    text-align: right;
}

.divHeader a.home {
    position: absolute;
    left: 198px;
    bottom: 0;
    width: 36px;
    height: 29px;
    background: url(../../images/home.png) no-repeat;
    z-index: 200;
}
.divHeader a.show_menu {
    position: absolute;
    left: 2px;
    bottom: 0;
    width: 36px;
    height: 29px;
    background: url(../../images/hamburger_menu.png) no-repeat;
    z-index: 200;
    display: none;
}
.divHeader #divSearch {
    /* siehe weiter unten */
}

/*--------------------------------------------------------------------------------*/
/* Menues */

/* oberes Menue */
.divNavTop03 {
    position: absolute;
    top: 0;
    left: 193px;
}
.divNavTop03 ul {
    text-indent: 0;
    list-style-type: none;
    margin: 0;
    padding: 0;
}
.divNavTop03 li {
    position: relative;
    text-indent: 0;
    list-style-type: none;
    float: left;
    margin: 0;
    padding: 0;
}
.divNavTop03 a {
    white-space: nowrap;
    line-height: 35px;
    font-size: 17px;
    font-weight: bold;
}
.divNavTop03 li.ebene1 {
    margin: 0;
}
.divNavTop03 li.ebene1 a {
    margin: 0;
    padding: 0 10px;
    display: block;
    min-width: 124px;
    height: 51px;
    text-decoration: none;
    text-align: center;
    color: #FFFFFF;
    background-image: url(../../images/bg_menu_top_std.png);
    background-repeat: no-repeat;
    background-size: 100% 47px;
}
.divNavTop03 li.ebene1.aktiv a, .divNavTop03 li.ebene1:hover a {
    background-image: url(../../images/bg_menu_top_first_over.png);
    background-size: 100% 51px;
}
.divNavTop03 li.ebene1 a.first {
    min-width: 151px;
}
.divNavTop03 li.ebene1 a.last {
    min-width: 113px;
}


/* komplettes Menue links */
.divNav01 {
    padding: 3px 3px 0 0;
}
.divNav01 ul {
    margin: 0;
    padding: 0;
    text-indent: 0;
}
.divNav01 ul li {
    margin: 5px 0;
    padding: 0;
    list-style-type: none;
    background-color: #ffffff;
    background-image: url(../../images/bg_menu_left_std.png);
    background-repeat: repeat-x;
    background-position: top;
}
.divNav01 li.ebene1 {
}
.divNav01 li.ebene1.aktiv {
    background-image: url(../../images/bg_menu_left_over.png);
}
.divNav01 li a {
    margin: 0 0 0 24px;
    padding: 0 0 0 3px;
    display: block;
    text-decoration: none;
    color: #333333;
    background-color: #ffffff;
    line-height: 21px;
}

.divNav01 li a.aktiv, .divNav01 li a:hover, .divNav01 li a.visted:hover {
    color: #98c000;
}
.divNav01 li.ebene2 {
    margin: 0;
}
.divNav01 li.ebene2 a {
    margin: 0 0 0 36px;
    font-size: 90%;
}


/* Meta Menue */
.divNav02 {
    margin: 0;
    padding: 0;
    float: left;
}
.divNav02 ul {
    background-image: none;
    margin: 0;
    padding: 0;
    text-indent: 0;
}
.divNav02 ul li {
    float: left;
    background-image: none;
    padding: 0 0 0 0;
    list-style-type: none;
}
.divNav02 ul li a {
    display: block;
    padding: 0 10px 0 0;
    margin: 0 10px 0 0;
    border-right: 1px solid;
    text-decoration: none;
}
.divNav02 ul li a:hover {
    text-decoration: underline;
}

/*--------------------------------------------------------------------------------*/
/* Social Media */

.divSocialMedia {
    position: absolute;
    left: 15px;
    bottom: 0;
    width: 130px;
    height: 29px;
    background: url(../../images/bg_reiter_130.png) no-repeat;
    z-index: 200;
    text-align: center;
}
.divSocialMedia div {
    display: inline-block;
    padding: 5px 1px 0 1px;
}
.divSocialMedia div a {
    background-repeat: no-repeat;
    background-size: 100% auto;
    display: block;
    width: 22px;
    height: 22px
}
.divSocialMedia .facebook a {
    background-image: url(../../images/facebook.png);
}
.divSocialMedia .instagram a {
    background-image: url(../../images/instagram.jpg);
}
.divSocialMedia .linkedin a {
    background-image: url(../../images/linkedin.jpg);
}
.divSocialMedia .xing a {
    background-image: url(../../images/xing.jpg);
}

/*--------------------------------------------------------------------------------*/

#divText {
    width: inherit;
    padding: 0;
    line-height: 1.5em;
    min-height: 300px;
    word-wrap: break-word;
}
#divText ul {
    overflow: auto;
    padding-left: 25px;
}
#divText img {
    max-width: 100%;
    height: auto;
}
.divTextHome {
    padding-top: 25px !important;
}

.teaser {
    margin-bottom: 5px;
    word-wrap: break-word;
}

.kurztext {
    font-style:italic;
}

#divBilderleiste {
    width: 220px;
    float: right;
    text-align: left;
    padding: 0 0 0 10px;
}

#divBilderleiste img {
    margin-bottom: 10px;
}

.bildtext {
    padding: 0 0 10px 0;
    font-style:italic;
}

#divLinkBeitrag { /* Link auf einen anderen Menuebeitrag am Ende des Textes */
    margin-top: 10px;
}

.divCopyright {
    padding: 5px 24px;
    color: #333333;
    font-size: 90%;
}
.divCopyright a {
    color: #333333;
    text-decoration: none;
}
.divCopyright a:hover {
    text-decoration: underline;
}

/*--------------------------------------------------------------------------------*/
/* Funktionsleiste */

.divFunktionsleiste {
    margin: 0;
    padding: 0;
    text-align: right;
    height: 20px;
}

.divFunktionsleiste img {
    margin: 0 4px 0 0;
}

/*--------------------------------------------------------------------------------*/
/* Definitionen fuer die Navigationsleiste */

div.nbNavigationbar {
    margin: 0 0 10px 0;
    white-space: nowrap;
    background-color: #336eb5;
    color: #ffffff;
    padding: 3px 5px 3px 5px;
}

/* extra div fuer neue Zeile mit der Ausgabe der Links fuer das Blaettern (fuer set break = true) */
div.nbNavigationbar div.nbLinks {
    margin: 1px 0 0 0;
    padding: 2px 0 3px 0;
    text-align: center;
}

/* Formatierung der Links in der Leiste */
div.nbNavigationbar a {
    padding: 2px 4px 2px 4px;
    text-decoration: none;
    color: #ffffff;
}

div.nbNavigationbar a:hover {
    background-color: #dbdfe2;
    color: #336eb5;
}

/* Formatierung der nicht verlinkten Texte in der Leiste */
div.nbNavigationbar span {
    padding: 2px 4px 2px 4px;
}

/* Formatierung der aktuellen Seite in der Leiste */
div.nbNavigationbar span.aktuelleSeite {
    padding: 2px 4px 2px 4px;
    background-color: #dbdfe2;
    color: #336eb5;
}

/*--------------------------------------------------------------------------------*/
/* Bloecke mit Text, Bild oder Include */

.boxWrapper {
    clear: both;
}

div.box01 {
    padding: 0 0 0 0;
    margin: 0 0 10px 0;
    background-color: transparent;
    text-align: left;
    width: 100%;
}

div.box01Bezeichnung {
    display: block;
    margin: 0;
    padding: 32px 0 0 33px;
    color: #ffffff;
    font-weight: bold;
    background: url(../../images/bg_box_title.png) no-repeat;
    height: 34px; /* 66 minus padding */
    word-wrap: break-word;
}

div.box01Content {
    background: url(../../images/bg_box.png) repeat-y;
    padding: 5px 5px 5px 33px;
    font-size: 90%;
    color: #504e53;
}
div.box01Content *:first-child {
    margin-top: 0;
}
div.box01Content * {
    margin-bottom: 0;
}
div.box01Include {
    background: url(../../images/bg_box.png) repeat-y;
    padding: 5px 5px 5px 33px;
    font-size: 90%;
    color: #504e53;
}

div.box01 a.box01Content, div.box01 a.box01Content:hover {
    text-decoration: none;
}

div.box01Image {
    padding: 0;
}

div.box01Liste {
    padding: 5px 5px 5px 5px;
}
div.box01Footer {
    background: url(../../images/bg_box_footer.png) no-repeat;
    width: inherit;
    height: 20px;
}

div.box01 a {
    text-decoration: none;
}

div.box01 a:hover, div.box01 a:visited.hover {
    text-decoration: none;
}
div.box01 img {
    max-width: 100%;
    width: auto;
    height: auto;
}

.divLinks .boxWrapper {
    position: relative;
    left: -28px;
    top: 10px;
    width: 178px;
}
.divLinks .boxWrapper div.box01Bezeichnung,
.divLinks .boxWrapper div.box01Content,
.divLinks .boxWrapper div.box01Include,
.divLinks .boxWrapper div.box01Image {
    border-right: 2px solid #cccccc;
}
.divLinks .boxWrapper div.box01Bezeichnung {
    border-top-right-radius: 4px;
}

/* Variationen */
div.box01.gruen {
}
div.box01.gruen div.box01Bezeichnung {
}

div.box01.button_blau {
}
div.box01.button_blau div.box01Bezeichnung {
    display: none;
}
div.box01.button_blau div.box01Content {
    background: url(../../images/bg_box_button_top.png) repeat-y;
    border-right: none;
    padding: 12px 0 0 33px;
    color: #ffffff;
    font-weight: bold;
    font-size: 100%;
}
div.box01.button_blau div.box01Footer {
    background: url(../../images/bg_box_button_bottom.png) no-repeat;
    height: 15px;
}

/*--------------------------------------------------------------------------------*/
/* Breadcrumbmenue */

.divBreadcrumb {
    margin: 0;
    padding: 0;
    text-align: left;
    color: #999999;
    height: 25px;
    font-size: 12px;
    overflow: hidden;
    font-family: 'Open Sans', Arial, Helvetica, sans-serif;
}

.divBreadcrumb a {
    color: #929292;
    text-decoration: none;
    background-color: transparent;
}

.divBreadcrumb a:hover, a:visited.hover {
    color: #929292;
    text-decoration: underline;
    background-color: transparent;
}

/*--------------------------------------------------------------------------------*/
/* Meldungsboxen */

.box {
    padding: 5px;
    border: 1px solid #cccccc;
    background-color: #eeeeee;
    color: #7D6521;
}

.messageBox {
    padding:5px;
    border:1px solid #cccccc;
    background-color: #eeeeee;
    margin-bottom: 25px;
    color: #7D6521;
}

.messageBox div, .messageBox div.li {
    margin: 0;
    padding: 0;
    color: #7D6521;
}

.messageBoxError {
    padding:5px;
    border:1px solid #FC0522;
    background-color: #eeeeee;
    margin-bottom: 25px;
    color: #FC0522;
}

.messageBoxError div, .messageBoxError div.li {
    margin: 0 0 0 0;
    color: #FC0522;
    text-indent: -9px;
    margin-left: 9px;
}

.messageBoxError a {
    color: #FC0522;
    text-decoration: underline;
}

/*--------------------------------------------------------------------------------*/
/* Formulare und Tabellen */

table.formular {
    border-spacing: 0;
    padding: 0;
}
table.formular td {
    padding: 2px 2px 2px 0;
}
table.formular td.bezeichnung {
    vertical-align: top;
    padding: 4px 2px 2px 0;
    width: 50px;
}
table.formular input[type=text], table.formular textarea {
    width: 250px;
}

table.std td {
    padding: 0 10px 0 0;
}

.webform .fehler {
    border: 1px solid #FC0522;
}

/* Webforms allgemein */
.webform .label {
    width: 170px;
}
.webform input[type=text] {
    width: 250px;
}
.webform input[type=submit], .webform input[type=button] {
    width: 80px;
    margin-top: 15px;
    color: #ffffff;
    background-color: #336eb5;
    padding: 5px;
    border: 2px solid #ffffff;
    box-shadow: 0 0 7px #666666;
    text-transform: uppercase;
    font-size: 100%;
}
.webform input[type=checkbox] {
    float: left;
    padding-top: 5px;
}
.webform span.checkboxText {
    display: block;
    margin-left: 22px;
}
.webform .space {
    padding-top: 20px;
}
.webform th {
    text-align: left;
    font-weight: normal;
}
.webform div.buttons {
    text-align: left;
}

/* Webform Seite empfehlen */

table.formular.seite_empfehlen input[type=text] {
    width: 250px;
}
table.seite_empfehlen textarea {
    width: 400px;
    height: 120px;
}

/* Webform Veranstaltungsanmeldung */
#formVeranstaltungsanmeldung #fieldPlz {
    width: 50px;
}
#formVeranstaltungsanmeldung #fieldOrt {
    width: 190px;
}

/* Loginform */
.formLogin {
    width: 30%;
    min-width: 300px;
    padding:10px;
    margin: 0;
    /* text-align: center; */
    /* box-shadow: 5px 5px 10px #c0bcb0; */
}
.formLogin.center {
    margin: 0 auto;
}
.formLogin.right {
    margin: 0 0 0 auto;
}
.formLogin form {
    margin: 0;
}
.formLogin div.messageBoxError {
    margin: 0 0 20px 0;
}
.formLogin label {
    clear: both;
    width: 35%;
    text-align: left;
    display: block;
    float: left;
}
.formLogin input {
    width: 60%;
    margin: 2px 0 0 0;
}
.formLogin input.button {
    width: 30%;
    margin-top: 10px;
    color: #ffffff;
    background-color: #336eb5;
    padding: 5px;
    border: 2px solid #ffffff;
    box-shadow: 0 0 7px #666666;
    text-transform: uppercase;
    font-size: 100%;
}
.formLogin .newPassword {
     padding: 15px 0 0 0;
}
a.login {
    float: right;
    display: block;
    color: #ffffff;
    background-color: #336eb5;
    margin: -7px 20px 0 0;
    padding: 5px 10px;
    border: 2px solid #ffffff;
    box-shadow: 0 0 7px #666666;
    text-transform: uppercase;
    font-size: 100%;
}
a.login:hover {
    text-decoration: none;
}

/*--------------------------------------------------------------------------------*/
/* Signatur bei Druck */

#divSignatur {
    display: none;
    clear: both;
    padding: 20px 0 0 0;
}

/*--------------------------------------------------------------------------------*/
/* Text einer Fussnote (Datum eines Artikels usw.) */

.note {
    font-size: 80%;
}

/*--------------------------------------------------------------------------------*/
/* Projektfarben und -eigenschaften */

.standard {
    color: #333333 !important;
    border-color: #333333 !important;
}
.web_schwarz {
    color: #000000 !important;
    border-color: #000000 !important;
}
.web_gruen {
    color: #98c000 !important;
    border-color: #98c000 !important;
}
.web_blau {
    color: #336eb5 !important;
    border-color: #336eb5 !important;
}


.margin_top_1 { margin-top: 1px !important; }
.margin_top_2 { margin-top: 2px !important; }
.margin_top_3 { margin-top: 3px !important; }
.margin_top_4 { margin-top: 4px !important; }
.margin_top_5 { margin-top: 5px !important; }
.margin_top_6 { margin-top: 6px !important; }
.margin_top_7 { margin-top: 7px !important; }
.margin_top_8 { margin-top: 8px !important; }
.margin_top_9 { margin-top: 9px !important; }
.margin_top_10 { margin-top: 10px !important; }
.margin_top_11 { margin-top: 11px !important; }
.margin_top_12 { margin-top: 12px !important; }
.margin_top_13 { margin-top: 13px !important; }
.margin_top_14 { margin-top: 14px !important; }
.margin_top_15 { margin-top: 15px !important; }
.margin_top_16 { margin-top: 16px !important; }
.margin_top_17 { margin-top: 17px !important; }
.margin_top_18 { margin-top: 18px !important; }
.margin_top_19 { margin-top: 19px !important; }
.margin_top_20 { margin-top: 20px !important; }

.margin_bottom_1 { margin-bottom: 1px !important; }
.margin_bottom_2 { margin-bottom: 2px !important; }
.margin_bottom_3 { margin-bottom: 3px !important; }
.margin_bottom_4 { margin-bottom: 4px !important; }
.margin_bottom_5 { margin-bottom: 5px !important; }
.margin_bottom_6 { margin-bottom: 6px !important; }
.margin_bottom_7 { margin-bottom: 7px !important; }
.margin_bottom_8 { margin-bottom: 8px !important; }
.margin_bottom_9 { margin-bottom: 9px !important; }
.margin_bottom_10 { margin-bottom: 10px !important; }
.margin_bottom_11 { margin-bottom: 11px !important; }
.margin_bottom_12 { margin-bottom: 12px !important; }
.margin_bottom_13 { margin-bottom: 13px !important; }
.margin_bottom_14 { margin-bottom: 14px !important; }
.margin_bottom_15 { margin-bottom: 15px !important; }
.margin_bottom_16 { margin-bottom: 16px !important; }
.margin_bottom_17 { margin-bottom: 17px !important; }
.margin_bottom_18 { margin-bottom: 18px !important; }
.margin_bottom_19 { margin-bottom: 19px !important; }
.margin_bottom_20 { margin-bottom: 20px !important; }

/*--------------------------------------------------------------------------------*/
/* Trennung bei Auflistungen (z.B. News) */

.spacer {
    height: 10px;
    overflow: hidden;
}

/* Markierung von Suchwoertern */
span.suchwort {
    background-color: #ffff9c;
}

/*--------------------------------------------------------------------------------*/
/* Definitionen fuer Kommentare */

.headlineKommentar {
    margin:20px 0 5px 0;
    font-weight:bold;
    background-color: #eeeeee;
    padding: 4px;
}

.headlineKommentarFirst {
    margin-top: 70px;
}

.formKommentar {
    margin: 0;
    background-color:#eeeeee;
    padding:5px;
}

.headlineNeuerKommentar {
    margin-bottom:5px;
    font-weight: bold;
}

.alleKommentare {
    margin-top: 20px;
}

input.bewertung {
    margin-left: 20px;
}
img.bewertung {
    margin-top: 2px;
}
img.bewertungXvonY {
    float: right;
}

/*--------------------------------------------------------------------------------*/
/* Suche */

#divSearch {
    position: absolute;
    left: 846px;
    bottom: 0;
    width: 153px;
    height: 29px;
    background: url(../../images/search.png) no-repeat;
    z-index: 200;
}
#divSearch form {
    margin: 0;
    padding: 0;
}
#divSearch input {
    width: 114px;
    height: 14px;
    margin: 0;
    padding: 0;
    border: none;
    position: relative;
    left: 30px;
    top: 6px;
    line-height: 14px;
    font-size: 12px;
    background-color: transparent;
}

#divSearch .button {
    display: none;
}

/*--------------------------------------------------------------------------------*/
/* Layouts */

.layout_1col, .layout_2col, .layout_21col, .layout_12col, .layout_3col {
    width: 100%;
    max-width: 648px;
    clear: both;
}
.layout_2col_links {
    float: left;
    width: 100%;
    max-width: 315px;
}
.layout_2col_rechts {
    float: right;
    width: 100%;
    max-width: 315px;
}
.layout_21col_links {
    float: left;
    width: 100%;
    max-width: 426px;
}
.layout_21col_rechts {
    float: right;
    width: 100%;
    max-width: 204px;
}
.layout_12col_links {
    float: left;
    width: 100%;
    max-width: 204px;
}
.layout_12col_rechts {
    float: right;
    width: 426px;
}
.layout_3col_links {
    float: left;
    width: 100%;
    max-width: 204px;
}
.layout_3col_mitte {
    float: left;
    width: 100%;
    max-width: 204px;
    margin: 0 18px;
}
.layout_3col_rechts {
    float: right;
    width: 100%;
    max-width: 204px;
}

/*--------------------------------------------------------------------------------*/
/* Templatedefinitionen */

.text {
    clear: both;
}

.text_mit_bild {
    clear: both;
}
.text_mit_bild img.left {
    float: left;
    margin: 0 10px 10px 0;
}
.text_mit_bild img.right {
    float: right;
    margin: 0 0 10px 10px;
}

/* Textbox */
.textbox {
    clear: both;
    margin: 0 auto;

    text-align: left;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    border: 1px solid #336eb5;
}

.layout_1col .textbox { width: 100%; }
.layout_2col .textbox { width: 320px; }
.layout_21col_links .textbox { width: 440px; }
.layout_21col_rechts .textbox { width: 200px; }
.layout_12col_links .textbox { width: 200px; }
.layout_12col_rechts .textbox { width: 440px; }
.layout_3col .textbox { width: 200px; }

.textbox_titel {
    border-top-left-radius: 9px;
    border-top-right-radius: 9px;
    background-color: #336eb5;
    color: #FFFFFF;
    text-align: center;
    font-weight: normal;
    line-height: 16px;
}
.textbox_titeltext {
    padding: 3px;
    color: #FFFFFF;
}
.textbox_content {
    padding: 0 5px;
}

/* Bildergalerie */
div.bildergalerie {
    clear: both;
}
div.bildergalerie div.galerie {
    clear: both;
    margin-top: 0;
}
div.bildergalerie div.galerie.bottom {
    display: none;
}
div.bildergalerie div.galerie img {
    margin-right: 5px;
    margin-bottom: 5px;
    border: 1px solid #cccccc;
}
div.bildergalerie .links a {
    border: none;
    line-height: normal;
}
div.bildergalerie .links a.mehr {
    padding-right: 20px;
}

/* Liste der aktuellen Beitraege und Artikel */
.divListeNews {
    clear: both;
}

/* Listenblock */
.divListe {
    clear: both;
}
.divListe a.title {
    display: block;
    text-decoration: none;
    margin-bottom: 7px;
}
.divListe .text {
    padding-bottom: 20px;
    position: relative;
}
.divListe .item {
    margin-top: 5px;
    padding-top: 5px;
    border-top: 1px dotted #666666;
}
.divListe .item:first-child {
    padding-top: 0;
    border-top: none;
}
.divListe .item-left .image {
    float: left;
    width: 100px;
}
.divListe .item-left .text {
    clear: none;
    margin-left: 110px;
}
.divListe .item-right .image {
    float: right;
    width: 100px;
}
.divListe .item-right .text {
    clear: none;
    margin-right: 110px;
}
.divListe .more {
    padding-left: 10px;
    display: inline-block;
}

/* Link zum Seitenbeginn und zurueck */
.divLinkleiste {
    clear: both;
    padding: 15px 0 10px 0;
}
.divLinkleiste a {
    text-decoration: none;
}
.divLinkleiste a:hover {
    text-decoration: underline;
}
.divLinkleiste.ll_1col div {
    float: left;
    text-align: center;
}
.divLinkleiste.ll_2col div {
    width: 50%;
    float: left;
    text-align: center;
}
.divLinkleiste.ll_3col div {
    width: 33.3%;
    float: left;
    text-align: center;
}
.divLinkleiste.ll_4col div {
    width: 25%;
    float: left;
    text-align: center;
}
.divLinkleiste.ll_5col div {
    width: 20%;
    float: left;
    text-align: center;
}

/* Google Maps */
.divGoogleMaps {
    clear: both;
}
.divGoogleMaps .map_canvas {
    width: 350px;
    height: 250px;
}

/* Newsletter Archiv */
.divNewsletterArchiv {
    clear: both;
}

/* Sitemap */
.divSitemap {
    clear: both;
}

/* Termindaten */
.divTermindaten th {
    text-align: left;
    padding-right: 5px;
}

/* Wechselbilder (Slider) */
#slideshowcontainer {
    width: 100%;
    margin: 0 auto 0 auto;
    position: relative;
}
.slideshow {
    width: 100%;
    overflow: hidden;
}
.slideshow-item {
    float: left;
    width: 100%;
}
.slideshow-text {
    /*background:url(../../images/slide-overlay.png) repeat;*/
    bottom: 0;
    left: 0;
    color: #fff;
    font-size: 20px;
    position: absolute;
    width: 96%;
    padding: 3%;
    z-index:100;
}
.slideshow-text h2, .slideshow-text div.slideshow-header {
    color:#ffffff;
    padding-bottom: 0 !important;
    margin:0!important;
}
.slideshow-text p {
    color:#ffffff;
    margin: 2px 0 0 0;
}
.slideshow-text a.button, .slideshow-text a.button:hover {
    background-color: #00abde;
    padding: 8px 10px;
    border-radius: 9px;
    color: #ffffff;
    text-decoration: none;
}
.slidenav {
    display: none;
}

/*--------------------------------------------------------------------------------*/
/* Media-Queries */

@media only screen and (max-width:1024px) {

    .divHeader img {
        width: auto;
        height: 100%;
    }
    .divHeader a.logo {
        /* max-height: 70%; */
        /* right: 4px; */
    }
    .divHeader .menu_top {
        width: auto;
    }
    .divHeader .menu_top .label {
        width: auto;
        padding-left: 10px;
    }
    #divSearch {
        left: auto;
        right: 3%;
    }
    .divNavTop03 {
        position: relative;
        left: 0;
    }
    .divNavTop03 li {
        float: none;
    }
    .divNavTop03 li.ebene1 a,
    .divNavTop03 li.ebene1.aktiv a,
    .divNavTop03 li.ebene1:hover a {
        background-image: none;
        height: 25px;
        text-align: left;
        width: auto;
        text-shadow: 1px 1px 3px #000000;
    }
}

@media only screen and (max-width:845px) {

    .divHeader a.show_menu {
        display: block;
    }
    .divHeader img {
        height: 226px;
    }
    .divHeader a.home {
        display: none;
    }
    .divLinks {
        display: none;
    }
    .divMitte {
        width: 96%;
        max-width: none;
        padding: 0 2%;
    }
    .divTextHome .text img {
        max-width: 75%;
        height: auto;
    }
    #divText table {
        max-width: 100%;
        width: 100% !important;
    }
    #divText table td {
        width: auto !important;
    }

    .divLinks {
        display: none;
        background-color: #ffffff;
        box-shadow: 0 5px 10px #333333;
        padding: 0 5px 5px 5px;
        position: absolute;
        left: 0;
        width: auto;
        z-index: 1000;
    }

    .text_mit_bild img {
        max-width: 50% !important;
    }
    .divSocialMedia {
        left: 40px;
    }

}

@media only screen and (max-width:525px) {

    .divHeader img {
        height: 186px;
    }
    #divText table tr:nth-child(even) {
        background-color: #eeeeee;
    }
    #divText table th,
    #divText table td {
        display: block;
        padding-right: 0;
    }
}

@media only screen and (max-width:440px) {

    .divHeader img {
        height: 126px;
    }
    .formLogin {
        width: auto;
        min-width: auto;
    }
    .formLogin label,
    .formLogin input,
    .formLogin input.button {
        width: auto;
        display: block;
        float: none;
    }
    .text_mit_bild img.left {
        max-width: 100% !important;
        float: none;
        margin-right: 0;
    }
    .text_mit_bild img.right {
        max-width: 100% !important;
        float: none;
        margin-left: 0;
    }
    #divSearch {
        right: 2px;
    }
}

@media only screen and (max-width:365px) {

    .divSocialMedia {
        width: 120px;
        background-size: 100% 100%;
    }
}

/*--------------------------------------------------------------------------------*/