/*
################## HTML Elemente #######################
*/
html {
    background: #ffffff;
}

body {
    font-family: 'Open Sans', sans-serif, arial, serif, verdana;
    text-align: left;
    margin: 0px;
    color: #333333;
    font-size: 1em;
    line-height: 24px;
    font-weight: 300;
}

p {
    font-size: 1em;
    /* line-height: 24px; */
    line-height: 1.6;
    margin-bottom: 10px;
}

#content_left .ce-element {
    margin-bottom: 40px;
}

#content_right .ce-element {
    margin-bottom: 25px;
}

#content ul {
    margin-left: 0;
    list-style: disc;
}

#content ol {
    margin-left: 15px;
    list-style: decimal !important;
}

a, a:link, a:visited, a:active, a:focus {
    font-weight: bold;
    color: #5aa127;
    text-decoration: none;
    border-bottom: 0px;
}

a:hover {
    font-weight: bold;
    color: #5aa127;
    text-decoration: underline;
    border-bottom: 0px solid;
}

#header_nav, .fixed {
    background: #5aa127;
}

.platzhalter {
    clear: both;
    height: 0;
    line-height: 0;
    margin: 0;
    padding: 0;
    font-size: 0.01em;
}

h1 {
    font-size: 1.5em;
    font-weight: normal;
    margin-bottom: 15px;
    color: #E70915;
    line-height: 1.3em;
}

h2 {
    font-size: 1.4em;
    font-weight: normal;
    margin-bottom: 15px;
    line-height: 1.3em;
}

#content_right h2 {
    font-size: 1.5em;
    font-weight: normal;
    margin-bottom: 15px;
    color: #E70915;
    line-height: 1.3em;
}

h3 {
    font-weight: bold;
    font-size: 20px !important;
}

h4 {
    font-size: 18px !important;
}

th {
    font-weight: bold;
    font-size: 110%;
}

b, strong {
    font-weight: bold;
}

td {
    padding: 2px;
    vertical-align: top;
}

em {
    font-style: italic;
}

figcaption {
    font-size: 14px;
}

.error {
	color:red;
	font-size:22px;
}

.unsichtbar {
    display: none;
}

.mean-container .mean-nav {
    background: #E70915;
}

.mean-container .mean-bar {
    background: #E70915;
}

.mean-bar .beschriftung {
    color: #fff;
    padding-top: 6px;
    position: absolute;
    right: 55px;
    text-align: right;
}

#content .bxslidercontent {
    margin-left: 0px;
}

.bxslidercontent {
    list-style: none;
    margin-left: 0px;
}

#header .bxslider {
    list-style: none;
    margin: 0px;
    padding: 0;
}

#header .bx-wrapper .bx-viewport {
    border: none;
    box-shadow: none;
    left: auto;
    overflow: visible !important;
}

#header .bx-wrapper .bx-caption {
    background: none repeat scroll 0 0 #ededed;
    bottom: -35px;
    height: 80px;
    left: 50%;
    margin-left: -585px;
    position: absolute;
    width: 1170px;
}

#header .bx-wrapper .bx-caption a {
    color: #222222;
    margin-left: 100px;
    margin-top: 16px;
}

#header .bx-wrapper .bx-caption span {
    color: #222222;
    display: block;
    font-family: inherit;
    font-size: 1.7em;
    padding: 10px;
    margin-left: 100px;
    margin-top: 18px;
}

#header .bx-wrapper .bx-pager {
    background: none;
    bottom: -35px;
    color: #666;
    font-family: Arial;
    font-size: 0.85em;
    font-weight: bold;
    left: 50%;
    margin-left: -585px;
    padding-bottom: 25px;
    padding-right: 100px;
    padding-top: 25px;
    position: absolute;
    text-align: right;
    top: auto;
    width: 1070px;
}

#header .bx-wrapper .bx-pager.bx-default-pager a {
    overflow: hidden;
    text-indent: 2000px;
    width: 10px;
}

#header .bx-wrapper .bx-controls-direction a {
    bottom: -35px;
    top: auto;
}

#header .bx-wrapper .bx-next {
    background: url("../img/right.png") #E70915;
    height: 80px;
    margin-right: -585px;
    right: 50%;
    width: 80px;
}

#header .bx-wrapper .bx-prev {
    background: url("../img/left.png") #E70915;
    height: 80px;
    margin-left: -586px;
    left: 50%;
    width: 80px;
}

#sidenav2 {
    display: none;
}

#wrapper #header.mean-container .mean-bar .mobile-menu-beschriftung {
    position: absolute;
    right: 50px;
    top: 3px;
    color: #fff;
}

#carousel-slider .steuerung {
    background: #eee;
    margin-top: -30px;
    z-index: 1;
    position: relative;
    padding: 0;
    height: 60px;
}

.carousel-control-next,
.carousel-control-prev {
    background: #5aa127;
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 1;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 60px;
    color: #fff;
    text-align: center;
    opacity: 1;
    transition: opacity .15s ease;
}

.carousel-control-next:hover,
.carousel-control-prev:hover {
    opacity: 0.8;
    transition: opacity .15s ease;
}

#carousel-slider .bildtitel {
    position: relative;
    margin-inline-start: 70px;
    font-size: 20px;
}

/*
################## Layout Elemente #######################
*/
#wrapper {}

#top,
#content,
#footer {
    max-width: 1170px;
    margin-left: auto;
    margin-right: auto;
}

#footer_left ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

#content {
    max-width: 990px;
}

#top {
    height: 150px;
}

#top_logo {
    float: left;
    margin-top: 30px;
}

#top_logo_text {
    float: right;
    margin-left: 20px;
    margin-top: 0px;
    font-size: 1.1em;
}

.top_logo_text_ort {
    display: block;
    color: #e70915;
    font-size: 2.2em;
    line-height: 1em;
}

.top_logo_text_ort_2 {
    display: block;
    color: #e70915;
    font-size: 1.3em;
    line-height: 1em;
}

#top_auerbergland {
    float: left;
    margin-left: 80px;
    margin-top: 60px;
}

#top_auerbergland_text {
    float: right;
    margin-left: 15px;
    margin-top: 5px;
    font-size: 0.7em;
}

#top_bereiche {
    float: right;
}

#top_bereiche_1_portal,
#top_bereiche_2_portal,
#top_bereiche_3_portal,
#top_bereiche_4_portal {
    display: none;
}

#top_bereiche_1,
#top_bereiche_2,
#top_bereiche_3,
#top_bereiche_4,
#top_bereiche_5 {
    width: 90px;
    height: auto;
    padding-top: 0px;
    float: left;
    margin-left: 12px;
}

#top_bereiche_1 {
    background: url(/typo3conf/ext/bim_template/Resources/Public/Images/Portal/button_1.jpg);
}

#top_bereiche_2 {
    background: url(/typo3conf/ext/bim_template/Resources/Public/Images/Portal/button_2.jpg);
}

#top_bereiche_3 {
    background: url(/typo3conf/ext/bim_template/Resources/Public/Images/Portal/button_3.jpg);
}

#top_bereiche_4 {
    background: url(/typo3conf/ext/bim_template/Resources/Public/Images/Portal/button_4.jpg);
}

#top_bereiche_5 {
    background: url(/typo3conf/ext/bim_template/Resources/Public/Images/Portal/button_5.jpg);
}

.bereichimg {
    display: none;
}

#top_bereiche_1:hover .bereichimg,
#top_bereiche_2:hover .bereichimg,
#top_bereiche_3:hover .bereichimg,
#top_bereiche_4:hover .bereichimg,
#top_bereiche_5:hover .bereichimg {
    display: block;
    margin-left: 0px;
    margin-bottom: 5px;
}

#top_bereiche a, #top_bereiche a:link, #top_bereiche a:visited, #top_bereiche a:active, #top_bereiche a:focus {
    padding-top: 10px;
    padding-bottom: 10px;
    text-shadow: 1px 1px 1px #444444;
    display: block;
    height: auto;
    width: 90px;
    text-align: center;
    font-weight: normal;
    color: #ffffff;
    text-decoration: none;
    border-bottom: 0px;
}

#top_bereiche a:hover {
    text-decoration: none;
}

#top_tourismus {
    float: right;
    margin-left: 12px;
}

#header {
    height: auto;
    position: relative;
}

#header_image_wrapper {
    width: 100%;
    overflow: visible;
    height: auto;
    z-index: 4;
    position: relative;
}

#header_image {
    width: 1800px;
    left: 50%;
    margin-left: -900px;
    position: relative;
}

#header_image_wrapper #header_image img,
#header_image_wrapper #header_image .carousel-item img {
    width: 100%;
    height: auto;
}

.fixed {
    top: 0 !important;
    position: fixed !important;
    z-index: 100;
    width: 1140px;
}

#header_lupe {
    float: right;
    margin-right: 0;
    margin-top: 0px;
}

#header_lupe a,
#header_lupe a:link,
#header_lupe a:visited,
#header_lupe a:active,
#header_lupe a:focus {
    color: #ffffff;
    display: block;
    font-weight: 300;
    padding: 8px 10px 8px 10px;
    text-decoration: none;
    width: 47px;
}

#header_lupe a:hover {
    background: #332233;
}

#header_lupe .tx-indexedsearch-searchbox.suchbox {
    display: none;
}

#header_lupe:hover .tx-indexedsearch-searchbox.suchbox {
    display: block;
    background: #332233;
    position: absolute;
    padding: 10px;
    margin-left: auto;
    right: 15px;
    top: 44px;
}

#content {
    min-height: 50px;
}

#content_meta {
    margin-top: 20px;
    margin-bottom: 20px;
    padding-left: 15px;
}

#content_meta ul {
    list-style-type: none;
    font-size: 0.8em;
    padding: 0;
}

#content_meta ul li {
    display: inline;
    color: #E70915;
    font-weight: bold;
}

#content_meta a, #content_meta a:link, #content_meta a:visited, #content_meta a:active, #content_meta a:focus {
    margin-left: 5px;
    margin-right: 5px;
    font-weight: normal;
    color: #555555;
    text-decoration: none;
    border-bottom: 0px;
}

#content_meta a:hover {
    font-weight: normal;
    color: #555555;
    text-decoration: underline;
    border-bottom: none;
}

#content_inner {}

#content_left {
    float: left;
    width: 70%;
}

#content_right {
    float: right;
    width: 25%;
}

#footer_wrapper {
    background: #191c1e;
    width: 100%;
    margin-top: 40px;
}

#footer {
    color: #ffffff;
    padding-top: 20px;
    padding-bottom: 20px;
    font-size: 0.8em;
}

#footer a, #footer a:link, #footer a:visited, #footer a:active, #footer a:focus {
    color: #E70915;
    font-size: 1.1em;
    font-weight: normal;
    text-decoration: none;
    border-bottom: 0px
}

#footer a:hover {
    color: #E70915;
    font-weight: normal;
    text-decoration: underline;
    border-bottom: 0px solid;
}

.footer_head {
    font-size: 1.4em;
    margin-bottom: 10px;
}

#footer_left {
    float: left;
    width: 22%;
}

#footer_left2 {
    float: left;
    width: 22%;
    height: 200px;
}

#footer_left2 img {
    margin-bottom: 8px;
    margin-right: 5px;
}

#footer_center {
    float: left;
    width: 31%;
}

#footer_right {
    float: left;
    width: 25%;
    line-height: 1.5em;
}

.dreissig-jahre img {
    width: 100%;
    height: auto;
}

.dreissig-jahre {
    margin-top: 20px;
}

ul#sidenav {
    text-align: left;
}

#sidenav li a {
    font-weight: normal;
    padding-left: 4px;
}

/*
################## Startseite #######################
*/
#startwrapper #header {
    height: 520px;
}

#startwrapper #header_image_wrapper {
    height: auto;
}

/*
################## TYPO3 #######################
*/
.csc-sitemap {
    padding-top: 20px;
}

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

.csc-sitemap li {
    margin-left: 35px;
}

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

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

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

.csc-frame-frame35 {
    border: 1px solid #ccc;
    padding: 5px 10px 0;
}

.csc-frame-frame36 {
    border-bottom: 1px solid #ccc;
}

.csc-frame-frame36 div.csc-textpic-text {
    margin-bottom: 30px;
}

.contentclearer {
    height: 10px;
}

/*
################## Powermail-Version #######################
*/
div.tx-powermail {
    width: auto;
}

.powermail_radio_outer, .powermail_captcha_outer, .powermail_check_outer {
    width: 200px;
}

.powermail_captcha_outer {
    width: 300px;
}

.powermail_field {
    width: 200px;
}

.powermail_fieldset {
    background: none;
    border: none;
    clear: left;
    margin-bottom: 20px;
    padding: 0px;
}

.powermail_radio_outer, .powermail_captcha_outer, .powermail_check_outer {
    background-color: none;
    background: none;
    border: none;
}

.powermail_label {
    width: 160px;
    color: #197CA3;
}

.powermail_submit {
    background: none repeat scroll 0 0 #197CA3;
}

.powermail_legend {
    display: none;
}

.frame-type-menu_pages ul.d-flex {
    display: block !important;
}

/*
################## Modalbox #######################
*/
#myModal.auerbergland-modal-inhalt {
    z-index: 999999;
}

.auerbergland-modal-inhalt .modal-body {
    padding: 25px;
}

.auerbergland-modal-inhalt .modal-body img {
    width: 100%;
    height: auto;
}

.auerbergland-modal-inhalt .modal-dialog {
    max-width: 800px;
    margin: 100px auto 50px auto;
}

.auerbergland-modal-inhalt .modal-header button.close span {
    font-size: 2.5em;
}

/*
################## Tabellen #######################
*/
.CookieTable {
    margin-top: 30px;
    margin-bottom: 30px;
}

.CookieTable p {

}

.CookieTable table {
    border: 1px solid #555;
    width: 100%;
}

.CookieTable table thead tr th {
    font-size: 100%;
    background: #eee;
    border-bottom: 1px solid #555;
    padding: 5px;
}

.CookieTable table thead tr th:first-child {
    padding-left: 15px;
}

.CookieTable table tbody tr {
    border-bottom: 1px solid #555;
}

.CookieTable.essentiell table tbody tr:last-child {
    border-bottom: none;
}


.CookieTable table tbody tr td {
    padding: 5px;
}

.CookieTable table tbody tr td:first-child {
    padding-left: 15px;
}

.CookieTable table tbody tr td a {

}

/*
################## Frames #######################
*/
.csc-frame-frame34,
.frame-custom-34 {
    background: #F1F1F1;
    min-height: 340px;
}

.csc-frame-frame34 img,
.frame-custom-34 img {
    max-width: 100%;
    width: 100%;
    height: 200px;
    overflow: hidden;
    margin: 0px !important;
}

.csc-frame-frame34 h1,
.frame-custom-34 h1,
.csc-frame-frame34 h2,
.frame-custom-34 h2,
.csc-frame-frame34 h3,
.frame-custom-34 h3 {
    text-align: center;
    color: #5aa127;
    font-size: 1.2em;
    font-weight: bold;
    padding-top: 10px;
    padding-bottom: 10px;
    margin: 0px !important;
}

.csc-frame-frame34 h2,
.frame-custom-34 h2 {
    font-size: 1em;
}

.csc-frame-frame34 .csc-textpic-caption,
.frame-custom-34 .csc-textpic-caption {
    color: #666;
    font-size: 0.9em;
    font-weight: normal;
    text-align: center;
    padding: 7px 25px 7px 25px;
}

.frame-rulerafter:after,
.frame-ruler-after:after {
    content: '';
    display: block;
    border-bottom: 1px solid rgba(0, 0, 0, 0.25);
    margin-top: 2em;
    margin-bottom: 2em;
}

DIV.csc-textpic-above DIV.csc-textpic-imagewrap, DIV.csc-textpic-below DIV.csc-textpic-imagewrap, DIV.csc-textpic DIV.csc-textpic-imagewrap UL LI, DIV.csc-textpic DIV.csc-textpic-imagewrap DL.csc-textpic-image {
    max-width: 100%;
}

#cboxCurrent {
    bottom: 1px;
    color: #949494;
    font-size: 12px;
    left: 54px;
    position: absolute;
}

#cboxTitle {
    background: #fff none repeat scroll 0 0;
    bottom: 20px;
    font-size: 13px;
    left: 0;
    line-height: 1.3;
    position: absolute;
    text-align: center;
}

#cboxSlideshow {
    bottom: 6px;
    color: #0092ef;
    font-size: 13px;
    position: absolute;
    right: 30px;
}

/******* Accordion ****/
.accordion.ui-accordion .csc-default {
    margin-top: -10px;
    margin-bottom: 10px;
}

.ui-accordion .ui-accordion-header {
    background: #eee none repeat scroll 0 0;
    border: 1px solid #ccc;
    cursor: pointer;
    display: block;
    line-height: 100%;
    margin-top: 2px;
    min-height: 0;
    padding: 0.5em 0.5em 0.5em 0.7em;
    position: relative;
}

.accordion h1, .accordion h2 {
    margin-bottom: 0;
    font-size: 1.2em;
}

.ui-accordion .ui-accordion-content {
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    border-top: 0 none;
    overflow: auto;
    padding: 15px;
}

.accordion-wrap .card {
    margin-bottom: 10px;
}

/***************** COLORBOX ********************
 **************************************************/
#cboxTitle {
    background: #fff none repeat scroll 0 0;
    bottom: 2px;
    float: left;
    font-size: 15px;
    left: 0;
    line-height: 1.5;
    position: absolute;
    text-align: center;
}

#cboxCurrent {
    bottom: 1px;
    color: #949494;
    font-size: 14px;
    left: 54px;
    position: absolute;
}

#cboxSlideshow {
    bottom: 4px;
    color: #0092ef;
    font-size: 14px;
    position: absolute;
    right: 30px;
}

/******************* KALENDER-EXTENSION ********************
 ****************************************************************/
.fc-event {
    position: relative;
    display: block;
    font-size: .85em;
    line-height: 1.6;
    border-radius: 0;
    border: 1px solid #5aa127;
    padding: 2px 4px;
}

.fc-event, .fc-event-dot {
    background-color: #5aa127;
}

.fc-content span.fc-title {
    color: #fff;
    font-weight: 300;
}

.fc-day-grid-event .fc-time {
    color: #fff;
    font-weight: 600;
}

.tx-md-fullcalendar .fc-day-grid-event.fc-h-event.fc-event.fc-start.fc-end.cal-item .fc-content {
    display: -ms-flexbox !important;
    -ms-flex-direction: column !important;
    display: flex !important;
    flex-direction: column !important;
}

/******************* FORMULAR *****************************
 **********************************************************/
.csc-mailform ol {
    margin-left: 0 !important;
}

#c81897 .input.checkbox .form-check,
#c81898 .input.checkbox .form-check {
    padding-left: 0;
}

#c81897 .add-on,
#c81898 .add-on {
    margin-right: 5px;
}

.frame-type-form_formframework .submit button.btn.btn-primary {
    background: #333;
    border-color: #333;
}

.frame-type-form_formframework .submit button.btn.btn-primary:hover {
    background: #555;
    border-color: #555;
}

.frame-type-form_formframework .input.checkbox .form-check {
    padding-left: 0;
    margin-top: 10px;
}

.frame-type-form_formframework .form-check label.add-on.form-check-label span {
    margin-left: 10px;
}

/******************* 30-Jahre *****************************
 **********************************************************/
.navigation-dorferneuerung {
    text-align: center;
}

.navigation-dorferneuerung a {
    text-transform: uppercase;
    background: #5aa127;
    color: #fff;
    padding: 5px 20px;
    border-radius: 5px;
}

.navigation-dorferneuerung a:hover {
    text-decoration: none;
    background: #555;
}

.navigation-dorferneuerung a.active {
    color: #fff;
    background: #555;
}

.auerbergland-30-jahre-banner,
.schwerpunkte {
    background: rgb(238,238,238);
    background: linear-gradient(180deg, rgba(238,238,238,1) 0%, rgba(246,246,246,1) 70%, rgba(255,255,255,1) 100%);
    padding: 15px 15px;
}

.auerbergland-30-jahre-banner img,
.karte-fachgruppen img,
.dorferneuerung-bayern img,
.foerderprogramme img,
.ile-konzept img {
    width: 100%;
}

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

.laendliche-entwicklung img {
    width: 75%;
}

.ile-konzept {
    margin-top: 20px;
}

.auerbergland-30-jahre-banner .slogan-30-jahre {
    margin-top: 35px;
    padding-left: 40px;
}

.auerbergland-30-jahre-banner .logo-auerbergland {
    text-align: right;
}

.auerbergland-30-jahre-banner .logo-auerbergland img {
    width: 120px;
}

.themen p {
    font-size: 1.5em;
}

.schwerpunkte h2,
.schwerpunkte h3 {
    font-weight: 400;
    text-transform: uppercase;
}

.schwerpunkte h2 {
    font-size: 2em;
}

.schwerpunkte h3 {
    font-size: 1.8em !important;
}

/********************** 2-CLICK **********************
****************************************************************/
.map .privacy-msg.privacy-map-msg,
.video .privacy-msg.privacy-video-msg {
    position: relative;
    width: 100% !important;
}

.map .privacy-msg.privacy-map-msg:after {
    /* content: "© OpenStreetMap contributors";
    position: absolute;
    left: 15px;
    bottom: 0; */
}

.video .privacy-msg.privacy-video-msg p,
.map .privacy-msg.privacy-map-msg p {
    background: #eee;
    width: 100%;
    position: absolute;
    margin-top: 0;
    color: #000;
    padding: 10px 20px;
    text-align: center;
    z-index: 5;
}

.gridelement-3-spalten-linke-spalte .embed-responsive.embed-responsive-16by9 .privacy-msg.privacy-video-msg p,
.gridelement-3-spalten-mittlere-spalte .embed-responsive.embed-responsive-16by9 .privacy-msg.privacy-video-msg p,
.gridelement-3-spalten-rechte-spalte .embed-responsive.embed-responsive-16by9 .privacy-msg.privacy-video-msg p {
    font-size: 0.8em;
    margin-top: 5px;
    padding: 5px 5px;
}

.map .privacy-msg.privacy-map-msg iframe {
    width: 100%;
    margin-bottom: -6px;
}

.privacy-msg a.btn,
.map .privacy-msg.privacy-map-msg a.btn {
    background: #5aa127;
    border-color: #5aa127;
    color: #fff;
    margin-top: 20px;
    margin-bottom: 20px;
    padding: 5px;
    border-radius: 5px;
    display: block;
    width: 200px;
    margin-left: auto;
    margin-right: auto;
}

.map .privacy-msg.privacy-map-msg p a {
    color: #000;
}

.embed-responsive {
    position: relative;
    display: flex;
    width: 100%;
    padding: 0;
    overflow: hidden;
}

/********************** STEINGADEN A-Z **********************
 ****************************************************************/
.tx-ttaddress .vcard h3 {
    font-size: 18px;
}

.tx-ttaddress .vcard {
    background: #eee none repeat scroll 0 0;
    border: 1px solid #ccc;
    border-radius: 10px;
    float: left;
    margin-bottom: 20px;
    min-height: 190px;
    padding: 10px;
}

.vcard {
    background: #eee none repeat scroll 0 0;
    border: 1px solid #ccc;
    border-radius: 10px;
    float: left;
    margin-bottom: 20px;
    padding: 10px;
    width: 100%;
}

.tx-ttaddress .vcard img {
    height: auto;
}

.tx-ttaddress .vcard-bild {
    min-height: 1px;
}

.tx-ttaddress .addressImage {
    padding-right: 0;
}

.tx-ttaddress .vcard a span,
.tx-ttaddress .vcard a,
.vcard div.vcard-text a,
.vcard div.vcard_text p.email a {
    font-weight: normal;
}

.vcard-text .detailseite {
    margin-top: 20px;
    float: left;
}

.www-email-wrapper {
    float: left;
    margin-top: 10px;
    width: 100%;
}

@media (max-width: 1800px) {
    #header {
        height: auto;
    }

    #header_image_wrapper {
        width: 100%;
        overflow: visible;
        height: auto;
    }

    .mean-container a.meanmenu-reveal {
        color: #fff;
    }

    #header_image {
        width: 100%;
        left: 0;
        margin-left: auto;
    }
}

@media (max-width: 991px) {
    .mean-container .mean-nav {
        background: #333;
    }

    .vcard {
        width: 98%;
    }

    #wrapper #header .nav-placeholder {
        display: none;
    }

    .auerbergland-30-jahre-banner .logo-auerbergland {
        text-align: center;
        margin-bottom: 30px;
    }

    .auerbergland-modal-inhalt .modal-body {
        padding: 15px;
    }

    .auerbergland-modal-inhalt .modal-body img {
        width: 100%;
        height: auto;
    }

    .auerbergland-modal-inhalt .modal-dialog {
        max-width: 96%;
    }

    .auerbergland-modal-inhalt .modal-header button.close span {
        font-size: 1.5em;
    }
}

@media (max-width: 767px) {
    .vcard-text {
        margin-top: 15px;
        width: 100%;
    }

    .auerbergland-30-jahre-banner .logo-auerbergland img {
        width: 50% !important;
    }
}

@media (max-width: 565px) {
    .tx-md-fullcalendar .fc-toolbar.fc-header-toolbar {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .tx-md-fullcalendar .fc-toolbar.fc-header-toolbar .fc-left,
    .tx-md-fullcalendar .fc-toolbar.fc-header-toolbar .fc-center,
    .tx-md-fullcalendar .fc-toolbar.fc-header-toolbar .fc-right {
        width: 100%;
    }

    .fc-toolbar h2 {
        font-size: 1.2em;
        margin: 10px 0;
    }
}

.fixed {
    position: fixed;
}

#footer a, #footer a:link, #footer a:visited, #footer a:active, #footer a:focus {
    color: #5aa127;
}

#footer a:hover {
    color: #5aa127;
}

h1 {
    color: #5aa127;
}

#content_right h2 {
    color: #5aa127;
}

i {
    font-style: italic;
}

.mean-container .mean-bar {
    background: #5aa127;
}

#header .bx-wrapper .bx-next {
    background: url("../img/right.png") #5aa127;
}

#header .bx-wrapper .bx-prev {
    background: url("../img/left.png") #5aa127;
}

#top_tourismus {
    display: none;
}

.csc-frame-frame34 DIV.csc-textpic-center DIV.csc-textpic-imagewrap .csc-textpic-image {
    margin-left: 0px;
}

.csc-frame-frame34 img {
    height: auto;
}

.news .news-list-view .header h3 {
    font-size: 1.25em;
    color: #9A3334;
    font-weight: 600;
}

.news .article {
    padding-bottom: 0;
    margin-bottom: 15px;
    border-bottom: 1px solid #ccc;
}

.news .article:last-child {
    border-bottom: 0;
}

.tx-felogin-pi1 h3,
.tx-felogin-pi1 form fieldset legend {
    font-size: 1em;
}

.tx-felogin-pi1 form fieldset legend {
    width: 35%;
}

.news .news-list-view .page-navigation ul {
    list-style-type: none !important;
    margin: 20px 0;
    padding: 0;
    width: 100%;
}

.news .news-list-view .page-navigation ul.pagination li {
    margin: 0 10px;
    padding: 0 5px;
}

.news .news-list-view .page-navigation ul.pagination li.active {
    background: #eee;
}

.news .news-list-view .news-list-item h3 {
    font-size: 18px;
    font-weight: 400;
}

.news .news-list-view .news-list-item {
    margin-bottom: 20px;
    padding: 10px 0;
}

.news .news-list-view .news-list-item:nth-child(odd) {
    background: #eee;
}

.news .news-list-view .news-list-item:nth-child(even) {
    border: 1px solid #eee;
}

.news .news-list-view .news-list-item .lead {
    font-size: 1em;
}

.news .news-list-view .news-list-item a.btn.btn-default.btn-read-more {
    border: 1px solid #ccc;
}

.news-list-view img {
    width: 100%;
    height: auto;
}

/*------------------------------------*\
  #TYPO3
\*-----------------------------------*/
.frame-standard,
.frame-default {
    margin-bottom: 30px;
}

.frame-space-before-extra-small {
    margin-top: 15px !important;
}

.frame-space-before-small {
    margin-top: 30px !important;
}

.frame-space-before-medium {
    margin-top: 45px !important;
}

.frame-space-before-large {
    margin-top: 60px !important;
}

.frame-space-before-extra-large {
    margin-top: 75px !important;
}

.frame-space-after-extra-small {
    margin-bottom: 15px !important;
}

.frame-space-after-small {
    margin-bottom: 30px !important;
}

.frame-space-after-medium {
    margin-bottom: 45px !important;
}

.frame-space-after-large {
    margin-bottom: 60px !important;
}

.frame-space-after-extra-large {
    margin-bottom: 75px !important;
}

.frame-text-2-column .ce-bodytext {
    column-count: 2;
    column-gap: 30px;
    text-align: justify;
}

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

.frame-grauer-rahmen {
    border: 1px solid #ccc;
    padding: 10px;
    width: 100%;
}

.frame-grauer-hintergrund {
    background: #F1F1F1;
}

.frame-grauer-hintergrund h1 {
    font-size: 18px;
    margin-top: 10px;
    margin-bottom: 10px;
    line-height: 1.3em;
    color: #5aa127;
    text-decoration: none;
    border-bottom: 0px;
    padding: 10px 15px 0 15px;
}

.frame-grauer-hintergrund .image img {
    max-width: 100%;
    width: 100%;
    height: auto;
    overflow: hidden;
    margin: 0px !important;
}

.frame-grauer-hintergrund figure figcaption {
    text-align: center;
}

.frame-grauer-hintergrund .ce-bodytext {
    padding: 0 15px;
}

.frame-trennlinie:after {
    content: '';
    display: block;
    border-bottom: 1px solid rgba(0, 0, 0, 0.25);
    margin-top: 1.7em;
    margin-bottom: 1.7em;
}

#cboxTitle {
    position: absolute;
    bottom: -3px;
    left: 0;
    text-align: center;
    width: 100%;
    color: #555;
}

.tx-simplecounter img {
    width: auto !important;
}

/*------------------------------------*\
  #MASK
\*------------------------------------*/
/*---------- BILDERGALERIE -----------*/
.mask-bildergalerie {
    clear: both;
}

.mask-bildergalerie .mask-bildergalerie-wrapper {
    margin-bottom: 15px;
    -webkit-box-shadow: 2px 2px 4px 0px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 2px 2px 4px 0px rgba(0, 0, 0, 0.5);
    box-shadow: 2px 2px 4px 0px rgba(0, 0, 0, 0.5);
}

.mask-bildergalerie .bildspalte {
    margin-bottom: 15px;
}

.mask-bildergalerie .bildspalte img {
    width: 100%;
    height: auto;
}

.bildspalte .zoom {
    overflow: hidden;
    position: relative;
}

.bildspalte .zoom img {
    width: 100%;
    height: auto;
    transition: all 0.5s ease-in-out;
}

.bildspalte .zoom:hover img {
    width: 100%;
    height: auto;
    transform: scale(1.1);
}

.bildspalte figcaption {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    opacity: 0;
    transition: .5s ease;
    background: url(/typo3conf/ext/bim_template/Resources/Public/Images/Template/trans-60-schwarz.png);
}

.bildspalte:hover figcaption {
    opacity: 1;
}

.bildspalte figcaption div {
    text-align: center;
    font-size: 18px;
    line-height: 1.2;
    color: #fff;
    padding: 0 10px;
    position: absolute;
    width: 100%;
    bottom: 20px;
}

/*---------- BILDERSLIDER -----------*/
.gallery-slider-wrap {
    height: 750px;
}

.gallery-slider {
    width: 100%;
    height: 60%;
    margin-bottom: 10px;
}

.gallery-thumbs {
    width: 100%;
    height: 20%;
}

.gallery-thumbs .swiper-slide {
    height: 100%;
    opacity: 0.4;
}

.gallery-thumbs .swiper-slide-active {
    opacity: 1 !important;
}

.swiper-button-next, .swiper-button-prev {
    color: #fff;
}

.swiper-button-next:after,
.swiper-button-prev:after {
    font-size: 55px;
    font-weight: bold;
    text-shadow: 3px 3px #999;
}

.gallery-thumbs .swiper-wrapper .swiper-slide {
    background-size: cover !important;
}

.gallery-slider .swiper-wrapper .swiper-slide {
    background-size: contain !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    background: #333;
}

/*------------------------------------*\
  #GRIDLEMENTS
\*------------------------------------*/
/*---------- ACCORDION-SINGLE-CONTAINER -----------*/
.gridelement-accordion {
    margin-bottom: 20px;
}

.gridelement-accordion .accordion-wrap .card .card-header {
    padding: 0;
}

.gridelement-accordion .accordion-wrap .card .card-header button {
    width: 100%;
}

.gridelement-accordion .accordion-wrap .card .card-header button:hover,
.gridelement-accordion .accordion-wrap .card .card-header button:focus {
    text-decoration: none;
}

.gridelement-accordion .accordion-wrap .card .card-header button h3 {
    font-size: 20px;
    font-weight: 300;
    color: #000;
    margin-bottom: 0;
}

.gridelement-accordion .accordion-wrap .card .card-header button span {
    color: #000;
}

.gridelement-accordion .accordion-wrap .card .card-header button span {
    transform: rotate(180deg);
}


.gridelement-accordion .accordion-wrap .card .card-header button.collapsed span {
    transform: rotate(0deg);
}

.gridelement-accordion .accordion-wrap .card .card-body {
    padding: 15px;
}

.frame-type-gridelements_pi1 .ce-bodytext {
    padding: 0 15px;
}

.accordion-wrap .card .card-body h1,
.accordion-wrap .card .card-body h2,
.accordion-wrap .card .card-body h3 {
    display: none;
}

.accordion-wrap .card .card-header button h3 {
    text-align: left;
}

.accordion-wrap .card .frame-default,
.accordion-wrap .card .frame-standard {
    margin-bottom: 0;
}

/*------------------------------------*\
  #AUBELAPICS
\*------------------------------------*/
.tx-aubelapics .mask-bildergalerie .bildspalte {
    margin-bottom: 30px;
}

.tx-aubelapics .mask-bildergalerie .bildspalte a {
    width: 50px;
    height: 50px;
}

.tx-aubelapics .mask-bildergalerie .bildspalte a i {
    color: #fff;
    position: absolute;
    bottom: 10px;
    right: 25px;
    font-size: 30px;
    text-shadow: 3px 3px 2px rgba(0, 0, 0, 0.6);
}

@media (max-width: 767px) {
    .gallery-thumbs {
        width: 100%;
        height: 20%;
    }
}

/*------------------------------------*\
  #MEDIACONSENT
\*------------------------------------*/
.mediaconsent_wrapper input {
    margin-top: 15px;
    margin-left: calc(50% - 60px);
}

.mediaconsent_element iframe {
    width: 100%;
}

.mediaconsent_wrapper_bg {
    background: #eee;
    padding: 15px 15px;
}

a.mediaconsent_delete {
    display: block;
    padding: 15px 0;
}
