/* merriweather-sans-regular - latin */
@font-face {
    font-family: 'Merriweather Sans';
    font-style: normal;
    font-weight: 400;
    src: url('../../webfonts/merriweather-sans-v9-latin-regular.eot'); /* IE9 Compat Modes */
    src: local('Merriweather Sans'), local('MerriweatherSans-Regular'),
    url('../../webfonts/merriweather-sans-v9-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('../../webfonts/merriweather-sans-v9-latin-regular.woff') format('woff');
}
/* merriweather-sans-700 - latin */
@font-face {
    font-family: 'Merriweather Sans';
    font-style: normal;
    font-weight: 700;
    src: url('../../webfonts/merriweather-sans-v9-latin-700.eot'); /* IE9 Compat Modes */
    src: local('Merriweather Sans Bold'), local('MerriweatherSans-Bold'),
    url('../../webfonts/merriweather-sans-v9-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('../../webfonts/merriweather-sans-v9-latin-700.woff') format('woff');
}
/* merriweather-sans-800 - latin */
@font-face {
    font-family: 'Merriweather Sans';
    font-style: normal;
    font-weight: 800;
    src: url('../../webfonts/merriweather-sans-v9-latin-800.eot'); /* IE9 Compat Modes */
    src: local('Merriweather Sans ExtraBold'), local('MerriweatherSans-ExtraBold'),
    url('../../webfonts/merriweather-sans-v9-latin-800.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('../../webfonts/merriweather-sans-v9-latin-800.woff') format('woff');
}
/* pt-sans-regular - latin */
@font-face {
    font-family: 'PT Sans';
    font-style: normal;
    font-weight: 400;
    src: url('../../webfonts/pt-sans-v9-latin-regular.eot'); /* IE9 Compat Modes */
    src: local('PT Sans'), local('PTSans-Regular'),
    url('../../webfonts/pt-sans-v9-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('../../webfonts/pt-sans-v9-latin-regular.woff') format('woff');
}
/* pt-sans-700 - latin */
@font-face {
    font-family: 'PT Sans';
    font-style: normal;
    font-weight: 700;
    src: url('../../webfonts/pt-sans-v9-latin-700.eot'); /* IE9 Compat Modes */
    src: local('PT Sans Bold'), local('PTSans-Bold'),
    url('../../webfonts/pt-sans-v9-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('../../webfonts/pt-sans-v9-latin-700.woff') format('woff');
}




body {
    color: #343436;
    font-size: 18px;
    font-family: 'Merriweather Sans', sans-serif;
}
img {
    width: 100%;
    height: auto;
}
h1, h2, h3, h4, h5 {}
h1 {
    font-size: 32px;
    font-weight: 800;
    text-transform: uppercase;
    margin-bottom: 40px;
}
h2 {
    font-size: 24px;
    font-weight: 800;
    text-transform: uppercase;
    margin-bottom: 20px;
}
h2.green {
    color: #5c9a45;
}
h2.orange {
    color: #f39200;
}
h2.blue {
    color: #2ea9da;
}
h2.red {
    color: #dc5823;
}
h3 {
    font-size: 24px;
    font-weight: 800;
    margin-bottom: 20px;
    line-height: 32px;
}
h4 {
    font-size: 20px;
    font-weight: 800;
    margin-bottom: 20px;
}
h5 {
    font-size: 30px;
    font-weight: 800;
}
a, a:focus, a:hover, a:active {
    color: #f39200;
}
ul {
    padding-left: 20px;
    list-style-type: circle;
}
ul li {
    margin-bottom: 20px;
}
input[type=submit] {
    cursor: pointer;
}



/* BEGIN HEADER ======================================================================================================*/
.header {
    margin-top: 21px;
}
.header .row, .header .csc-default {
    margin-bottom: 0;
}

/* BEGIN SERVICE -----------------------------------------------------------------------------------------------------*/
.service {
    font-size: 12px;
    color: #6f6f6f;
    font-weight: 700;
}
.service ul {
    padding: 0;
    list-style-type: none;
}
.service ul li {
    float: left;
    margin-right: 14px;
}
.service ul li.contact {
    background: url("../img/kontakt.png") no-repeat;
    background-size: 22px;
    background-position: 50%;
    padding-top: 40px;
}
.service ul li.contact:hover {
    background: url("../img/kontakt-hover.png") no-repeat;
    background-size: 22px;
    background-position: 50%;
}
.service ul li.press {
    background: url("../img/presse.png") no-repeat;
    background-size: 24px;
    background-position: 50%;
    padding-top: 40px;
}
.service ul li.press:hover {
    background: url("../img/presse-hover.png") no-repeat;
    background-size: 24px;
    background-position: 50%;
}
.service ul li.newsletter {
    background: url("../img/newsletter.png") no-repeat;
    background-size: 21px;
    background-position: 50%;
    padding-top: 40px;
}
.service ul li.newsletter:hover {
    background: url("../img/newsletter-hover.png") no-repeat;
    background-size: 21px;
    background-position: 50%;
}
.service a {
    color: #6f6f6f;
}
.service a:hover, .service a:focus, .service a:active {
    color: #2EA9DA;
}
/* END SERVICE -------------------------------------------------------------------------------------------------------*/

/* BEGIN NAVIGATION --------------------------------------------------------------------------------------------------*/
.navbar {
    padding: .5rem 0;
    text-transform: uppercase;
    margin-top: 18px;
    margin-bottom: -52px;
}
.navbar-expand-lg .navbar-nav .nav-item {
    margin-right: 10px;
    border-bottom: 10px solid transparent;
}
.navbar-expand-lg .navbar-nav .nav-item .nav-link:hover, .navbar-expand-lg .navbar-nav .nav-item .nav-link:focus {
    color: #2ea9da;
}
.navbar-expand-lg .navbar-nav .nav-item:first-child .nav-link {
    padding-left: 0;
}
.navbar-expand-lg .navbar-nav .nav-item:hover {
    border-bottom: 10px solid #2ea9da;
}
.navbar-nav .nav-link {
    font-weight: 800;
    color: #00699D;
}
.navbar-brand {
    margin-right: 0;
    position: relative;
    top: -77px;
}
.navbar-brand img {
    width: 160px;
    height: auto;
}
.navbar-brand.mobile {
    display: none;
}
.nav-item.active a {
    color: #2EA9DA;
}
.nav-item ul.submenu li a {
    color: #fff;
    text-decoration: none;
}
.nav-item ul.submenu li a:hover {
    color: #183f68;
}
.nav-item ul.submenu li.active a {
    color: #183f68;
}
.nav-item ul.submenu li.active ul li a {
    color: #fff;
}
.nav-item ul.submenu li ul.submenu2 li a:hover {
    color: #183f68;
}
.nav-item ul.submenu li.active ul.submenu2 li.active a {
    color: #183f68;
}
.nav-item li.active a {
    color: #fff;
    text-decoration: underline;
}

/* DROPDOWN */
.dropdown-toggle::after {
    display: none;
}
.navbar-expand-lg .navbar-nav .nav-item.dropdown.show {
    border-bottom: 10px solid #2EA9DA;
    position: static;
}
.navbar-expand-lg .navbar-nav .dropdown-menu {
    top: 99px;
    padding: 40px;
}
.dropdown-menu {
    background-color: #2EA9DA;
    border: none;
    border-radius: 0;
    margin-top: 10px;
}
.dropdown-item {
    text-transform: none;
    font-size: 18px;
    color: #fff;
    background: url("../img/nav-arrow.png") no-repeat;
    background-size: 9px;
    background-position: 8px;
}
.dropdown-item:focus, .dropdown-item:hover {
    background-color: transparent;
    color: #fff;
}

/* TYPO3 - 2. EBENE */
.nav-item {
    position: static;
}
li.dropdown:hover .dropdown-menu {
    display: block;
    left: 0;
    margin-top: 0;
}
ul.submenu {
    list-style-type: none;
    padding: 0;
}
ul.submenu li {
    margin-bottom: 0;
}
/*ul.submenu li.active a {*/
/*color: #183f68;*/
/*}*/
/*ul.submenu li:hover a {*/
/*color: #183f68;*/
/*}*/

/* TYPO3 - 3. EBENE */
ul.submenu2 {
    list-style-type: none;
    font-size: 16px;
    margin-bottom: 5px;
    margin-top: -4px;
    padding-left: 10px;
}
ul.submenu2 li {
    padding: 2px 0;
}
ul.submenu2 li a {
    background: url("../img/ebene-3.png") no-repeat;
    background-size: 14px;
    background-position: 0 3px;
    padding-left: 26px;
}
/*ul.submenu2 li.active a {*/
/*color: #183f68;*/
/*}*/
/*ul.submenu2 li:hover a {*/
/*color: #183f68;*/
/*}*/
/* END NAVIGATION ----------------------------------------------------------------------------------------------------*/
/* END HEADER ========================================================================================================*/



/* BEGIN MAIN ========================================================================================================*/
.main {}

a.orange {
    color: #f39200;
}

/* BEGIN SLIDER ------------------------------------------------------------------------------------------------------*/
.w-100 {
    height: 485px;
}
.carousel-control-next, .carousel-control-prev, .flex-direction-nav a:before, .flex-direction-nav a.flex-next:before {
    opacity: 1;
    width: 5%;
}
.carousel-control-prev, .flex-direction-nav a:before  {
    left: -112px;
}
.carousel-control-next, .flex-direction-nav a.flex-next:before {
    right: -112px;
}
.carousel-control-next-icon, .carousel-control-prev-icon {
    width: 50px;
    height: 33px;
}
.carousel-control-prev-icon, .flex-direction-nav a:before {
    background-image: url("../img/slider-arrow-left.png");
    background-repeat: no-repeat;
    width: 50px;
    height: 33px;
    background-size: 100%;
    color: transparent;
    text-shadow: none;
}
.carousel-control-next-icon, .flex-direction-nav a.flex-next:before {
    background-image: url("../img/slider-arrow-right.png");
    background-repeat: no-repeat;
    width: 50px;
    height: 33px;
    background-size: 100%;
    color: transparent;
    text-shadow: none;
}
.carousel-caption, .flexslider .ce-above .ce-bodytext {
    top: 0;
    right: 59%;
    bottom: 0;
    left: 0;
    padding: 40px;
    text-align: left;
    position: absolute;
    background: url("../img/slider_sidebg.png") no-repeat;
}
.carousel-caption p, .flexslider .ce-above .ce-bodytext p {
    font-weight: 700;
    margin-bottom: 40px;
}
.carousel-caption .btn-primary, .flexslider p a {
    color: #fff;
    border: 2px solid #fff;
    background: url("../img/button-slider.png") no-repeat;
    background-size: 9px;
    background-position: 90%;
    padding: 6px 39px 6px 12px;
    margin-bottom: 20px;
    border-radius: .25rem;
}
.flexslider p a:hover, .flexslider p a:focus {
    text-decoration: none;
    opacity: 0.6;
}
.carousel-caption .btn-primary:hover, .btn-primary:focus, .btn-primary:not(:disabled):not(.disabled):active {
    background-color: transparent;
    color: #fff;
    border-color: #fff;
}
.carousel-indicators {
    left: 0;
    -webkit-box-pack: left;
    -ms-flex-pack: center;
    justify-content: left;
    margin-left: 0;
    padding-left: 40px;
    bottom: 94px;
}
.flexslider {
    color: #fff;
    border: none;
    border-radius: 0;
    margin: -60px 0 0 0;
    position: relative;
}
.flexslider .ce-gallery figcaption {
    position: absolute;
    right: 10px;
    bottom: 10px;
    background: #00699D;
    opacity: 0.8;
    padding: 5px;
    color: #fff;
    max-width: 90%;
    font-size: 12px;
    font-weight: 400;
}
.flexslider .row, .flexslider .csc-default, .flexslider .ce-above .ce-gallery {
    margin-bottom: 0;
}
.flex-direction-nav a {
    width: 50px;
    height: 33px;
}
.flex-control-nav {
    width: auto;
    left: 40px;
    bottom: 94px;
    z-index: 999;
}
.flex-control-paging li a {
    background: #fff;
}
.flexslider:hover .flex-direction-nav .flex-prev, .flexslider .flex-direction-nav .flex-prev {
    opacity: 1;
    left: -115px;
}
.flexslider:hover .flex-direction-nav .flex-next, .flexslider .flex-direction-nav .flex-next {
    opacity: 1;
    right: -105px;
}
.flex-control-paging li a {
    background: transparent;
    -webkit-box-shadow: inset 0 0 3px rgba(255, 255, 255, 1);
    -moz-box-shadow: inset 0 0 3px rgba(255, 255, 255, 1);
    -o-box-shadow: inset 0 0 3px rgba(255, 255, 255, 1);
    box-shadow: inset 0 0 3px rgba(255, 255, 255, 1);
}
.flex-control-paging li a.flex-active, .flex-control-paging li a:hover, .flex-control-paging li a:focus {
    background: #fff;
    background: rgba(255, 255, 255, 1);
}
.flexslider .ce-center .ce-inner {
    right: -556px;
}
/* END SLIDER --------------------------------------------------------------------------------------------------------*/

/* BEGIN HEADERGRAFIK ------------------------------------------------------------------------------------------------*/
.desc {
    font-size: 60px;
    font-weight: 800;
    text-transform: uppercase;
    color: #fff;
    position: absolute;
    top: 75%;
    left: 6%;
}
/* END HEADERGRAFIK --------------------------------------------------------------------------------------------------*/

/* BEGIN BREADCRUMB --------------------------------------------------------------------------------------------------*/
.breadcrumb {
    background-color: transparent;
    font-size: 12px;
    font-weight: 400;
    color: #343436;
    padding: 0;
    margin: 0 0 60px 0;
}
.breadcrumb .breadcrumb-item:first-child a {
    background: url("../img/breadcrumb-home.png") no-repeat;
    background-size: 100%;
    display: block;
    width: 16px;
    height: 14px;
}
.breadcrumb-item+.breadcrumb-item::before {
    background: url("../img/breadcrumb-arrow.png") no-repeat;
    background-size: 50%;
    background-position: 5px 0px;
    width: 6px;
    height: 13px;
    content: "";
}
.breadcrumb ul {
    margin-bottom: 0;
    list-style-type: none;
    padding: 0;
}
.breadcrumb ul li {
    margin-bottom: 0;
    float: left;
    margin-right: 10px;
    background: url("../img/breadcrumb-arrow.png") no-repeat;
    background-size: 6px;
    background-position: 0 3px;
    padding-left: 15px;
}
.breadcrumb ul li:first-child {
    background: none;
    padding-left: 0;
}
.breadcrumb ul li a {
    color: #6c757d;
}
.breadcrumb ul li.home a {
    background: url("../img/breadcrumb-home.png") no-repeat;
    background-size: 100%;
    display: block;
    width: 16px;
    height: 14px;
    text-indent: -9999px;
}
/* END BREADCRUMB ----------------------------------------------------------------------------------------------------*/

/* BEGIN JUMBOTRON ---------------------------------------------------------------------------------------------------*/
.col .row, .row .csc-default .row .csc-default {
    margin: 0;
}
.col .jumbotron-fluid, .layout-30 {
    background-color: transparent;
    border: 2px solid #5C9A45;
    padding: 30px;
    margin: 40px 0 60px;
}
.col .jumbotron-fluid .container {
    padding: 0;
}
.col .jumbotron-fluid h1, .layout-30 h2 {
    color: #5C9A45;
    font-size: 24px;
    font-weight: 700;
}
.col .jumbotron-fluid p.lead, .layout-30 p {
    font-size: 18px;
}
.col .jumbotron-fluid img {
    margin-top: 68px;
}

.col-6 .jumbotron-fluid, .layout-20 {
    background: #F39200;
    padding: 20px;
}
.col-6 .jumbotron-fluid .container {
    padding: 0;
}
.col-6 .jumbotron-fluid h1, .layout-20 h2 {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 10px;
}
.col-6 .jumbotron-fluid p.lead, .layout-20 p {
    font-size: 14px;
    margin-bottom: 0;
}
/* END JUMBOTRON -----------------------------------------------------------------------------------------------------*/

/* BEGIN COLUMNS -----------------------------------------------------------------------------------------------------*/
.row, .csc-default {
    margin-bottom: 40px;
}
.row:last-child, .csc-default:last-child {
    margin-bottom: 0;
}
.col-md-6 img {
    margin-bottom: 26px;
}
.justify-content-center {
    margin-bottom: 0 !important;
}
/* END COLUMNS -------------------------------------------------------------------------------------------------------*/

/* BEGIN TEXT --------------------------------------------------------------------------------------------------------*/
p.space {
    margin: 40px 0 60px;
}
p.space-min {
    margin: 20px 0;
}
.gallery-medium p {
    margin-top: 20px;
}
.fullsize-image p {
    margin: 40px 0 0 0;
}
/* END TEXT ----------------------------------------------------------------------------------------------------------*/

/* BEGIN IMAGE -------------------------------------------------------------------------------------------------------*/
.image-caption, .csc-textpic-caption, .ce-gallery figcaption {
    font-size: 12px;
    font-weight: 400;
    color: #343436;
}
.ce-textpic.ce-left.ce-intext picture {
    margin-right: 42px;
    display: block;
}
/* END IMAGE ---------------------------------------------------------------------------------------------------------*/

/* BEGIN TRENNER -----------------------------------------------------------------------------------------------------*/
.divider {
    border-top: 2px solid #CFCFCF;
    margin: 60px 0;
}
/* END TRENNER -------------------------------------------------------------------------------------------------------*/

/* BEGIN BUTTON ------------------------------------------------------------------------------------------------------*/
.button, .download_button {
    display: inline-block;
    font-weight: 400;
    text-align: center;
    vertical-align: middle;
    user-select: none;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: .25rem;
    transition: color 0s ease-in-out,background-color 0s ease-in-out,border-color 0s ease-in-out,box-shadow 0s ease-in-out;
    padding: .375rem .75rem;;
}
.download_button {
    background: url("../img/download-with-border.png") no-repeat;
    background-position: 100% 0px;
    background-size: 36px;
    padding-right: 55px;
}
.download_button:hover {
    color: #2EA9DA;
}
.btn-primary, .button {
    color: #343436;
    border: 2px solid #343436;
    background: url("../img/button-arrow.png") no-repeat;
    background-size: 9px;
    background-position: 95%;
    padding: .375rem 39px .375rem .75rem;
    transition: color 0s ease-in-out,background-color 0s ease-in-out,border-color 0s ease-in-out,box-shadow 0s ease-in-out;
}
.btn-primary:hover, .btn-primary:focus, .btn-primary:not(:disabled):not(.disabled):active, .button:hover, .button:focus {
    background-color: transparent;
    color: #2EA9DA;
    border-color: #2EA9DA;
    text-decoration: none;
    background: url("../img/button-arrow-hover.png") no-repeat;
    background-size: 9px;
    background-position: 95%;
}
.btn-primary.down {
    position: relative;
    background: none;
}
.btn-primary.down::before {
    content: '';
    position: absolute;
    top: 13px;
    right: 15px;
    width: 11px;
    height: 15px;
    background: url("../img/button-arrow.png") no-repeat;
    background-size: 10px auto;
    transform: rotate(90deg);
}
.btn-primary.down:hover,
.btn-primary.down:focus,
.btn-primary.down:not(:disabled):not(.disabled):active {
    background: none;
}
.btn-primary.down:hover::before,
.btn-primary.down:focus::before,
.btn-primary.down:active::before {
    background: url("../img/button-arrow-hover.png") no-repeat;
    background-size: 10px auto;
}
.pos-mod {
    position: relative;
}
.tx_rmfairkalender_list_loading {
    top: -20px;
    left: 50%;
    margin: 0 0 0 -260px;
}

.btn-secondary {
    color: #fff;
    border: 2px solid #d94d15;
    background-color: #d94d15;
}
.btn-secondary:hover, .btn-secondary:focus, .btn-secondary:not(:disabled):not(.disabled):active {
    background-color: #00699D;
    color: #fff;
    border-color: #00699D;
}
.btn-info, .download_button {
    color: #2EA9DA;
    border: 2px solid #2EA9DA;
    background-color: transparent;
}
/* END BUTTON --------------------------------------------------------------------------------------------------------*/

/* BEGIN FORM --------------------------------------------------------------------------------------------------------*/
.form-group:last-child {
    margin-top: 30px;
}
.form-group:last-child label {
    font-size: 16px;
}
.form-group:last-child label a {
    color: #2ea9da;
}
#content {
    padding: 0;
}
/* STARTSEITE */
#c4710 {}
#c4710 h2 {
    color: #2EA9DA !important;
    font-size: 24px !important;
    font-weight: 800 !important;
    text-transform: uppercase !important;
    margin-bottom: 20px !important;
}
/* NEUE AKTIONSIDEE */
.pa-head {
    color: #5C9A45;
    border-bottom: 2px dotted #333;
    margin: 18px 0 12px;
    padding-bottom: 6px;
}
.pa-wrap {
    padding-bottom: 8px;
    float: left;
    width: 100%;
    padding-left: 0px;
}
.pa-wrap .pa-left {
    float: left;
    width: 25%;
    margin-right: 2%;
    text-align: right;
}
.pa-wrap .pa-right {
    float: left;
    width: 50%;
}
.pa-wrap .pa-right input[type="text"], .pa-wrap .pa-right select {
    margin: 3px 1px;
    width: 105%;
}
.button_submit {
    color: #fff;
    text-align: left;
}
/* TERMINE SUCHEN */
.pa-leftfe {}
/* KALENDER */
#kalender_teaser {
    /*min-height: 379px; !* Cas: only necessary because the Newsletter Subscription is on the right side (from FFH) *!*/
}
#kalender_teaser .left {
    /*float:left;
    width: 35%;*/
}
#kalender_teaser .left img {
    width: auto;
}
#kalender_teaser .right {
    /*float: left;
    width: 65%;*/
}
#kalender_teaser form {
    margin-bottom: 11px;
}
/*#kalender_teaser h2 {
    background: #95ac2a url("../images/icon-kalender.png") no-repeat 97% center;
    background-size: auto 60%;
}*/
#kalender_teaser .button:nth-of-type(2) {
    margin: 15px 0 0;
}
/* END FORM ----------------------------------------------------------------------------------------------------------*/

/* BEGIN TABELLE -----------------------------------------------------------------------------------------------------*/
table {
    width: 100%;
    /*margin: 40px 0 60px;*/
}
th, .ce-table tr:first-child {
    border-bottom: 2px solid #CFCFCF;
}
.ce-table tr:first-child td {
    font-size: 14px;
    text-align: left;
    padding: 8px;
    font-weight: 700;
}
td, th {
    font-size: 14px;
    text-align: left;
    padding: 8px;
}
tr:nth-child(even) {
    background-color: #F3F3F3;
}
/*.csc-textpic-imagewrap table {*/
/*margin: 0 0 40px;*/
/*}*/
/* END TABELLE -------------------------------------------------------------------------------------------------------*/

/* BEGIN ACCORDEON ---------------------------------------------------------------------------------------------------*/
.card, .panel {
    border: none;
    font-size: 18px;
    color: #343436;
    border-radius: 0;
    margin-bottom: 20px;
}
.card:last-child, .panel:last-child {
    /*margin-bottom: 0;*/
}
.card-header, .panel-heading {
    border: none;
    /*background-color: #F3F3F3;*/
    /*padding: 1rem 1.25rem;*/
}
.card .btn-link, .panel-heading a {
    color: #343436;
    font-weight: 700;
    /*padding-left: 0;*/
    border: 0;
    background: url("../img/accordepn-close.png") no-repeat;
    background-size: 15px;
    background-position: 98% 50%;
    width: 100%;
    text-align: left;
    font-size: 18px;
    display: inline-block;
    background-color: #F3F3F3;
    padding: 1rem 1.25rem;
    text-decoration: none;
}
/*.panel-heading a:hover, .panel-heading a:focus {*/
/*background-color: #2EA9DA;*/
/*color: #fff;*/
/*text-decoration: none;*/
/*}*/
.panel-heading a[aria-expanded=true] {
    background: url("../img/accordeon-open.png") no-repeat;
    background-size: 15px;
    background-position: 98% 50%;
    background-color: #2EA9DA;
    padding: 1rem 1.25rem;
    color: #fff;
    text-decoration: none;
}
/*.panel p {*/
/*padding: 20px;*/
/*}*/
.panel-title {
    margin-bottom: 0;
}
.panel-collapse {
    padding: 20px;
}
/* END ACCORDEON -----------------------------------------------------------------------------------------------------*/

/* BEGIN TEASER ------------------------------------------------------------------------------------------------------*/
.teaser p {
    margin: 20px 0;
    min-height: 162px;
}
/* END TEASER --------------------------------------------------------------------------------------------------------*/

/* BEGIN LAYOUT ------------------------------------------------------------------------------------------------------*/
.layout-40 .col-md-6:first-child h2 {
    color: #5C9A45;
}
.layout-40 .col-md-6:last-child h2 {
    color: #F39200;
}
.layout-50 .col-md-6:first-child h2 {
    color: #2EA9DA;
}
.layout-50 .col-md-6:last-child h2 {
    color: #D94D15;
}
.layout-50 h3 {
    font-size: 20px;
}
.layout-60 h1, .layout-60 h2, .layout-60 h3, .layout-60 h4, .layout-60 h5 {
    color: #F39200;
}
/* END LAYOUT --------------------------------------------------------------------------------------------------------*/

/* BEGIN VERANSTALTUNGEN ---------------------------------------------------------------------------------------------*/
#page-307 .main img {
    width: auto;
}
.pa-trox2 {
    width: 22%;
}
.pa-troxleft {
    width: 77%;
}
#c1110 .klap-button img {
    width: 14px !important;
}
.footer-events {
    margin-top: 60px;
    padding: 0 15px;
}
/* END VERANSTALTUNGEN -----------------------------------------------------------------------------------------------*/

/* BEGIN VERANSTALTUNGEN ---------------------------------------------------------------------------------------------*/
.checkbox-label {
    cursor: pointer;
}
.events-filter {
    background: #F3F3F3;
    font-size: 14px;
    padding: 15px;
}
.events-filter td {
    padding: 20px 0;
}
.events-filter input {
    width: 100%;
    padding: 5px;
    border: none;
    -webkit-border-top-left-radius: .25rem;
    -webkit-border-bottom-left-radius: .25rem;
    -moz-border-radius-topleft: .25rem;
    -moz-border-radius-bottomleft: .25rem;
    border-top-left-radius: .25rem;
    border-bottom-left-radius: .25rem;
}
.events-filter select {
    padding: 5px;
    width: 100%;
}
.events-filter .btn-primary {
    background: #2EA9DA;
    color: #fff;
    font-size: 16px;
    border: none;
    text-align: center;
    padding: 10px;
    -webkit-border-top-left-radius: .25rem;
    -webkit-border-bottom-left-radius: .25rem;
    -moz-border-radius-topleft: .25rem;
    -moz-border-radius-bottomleft: .25rem;
    border-top-left-radius: .25rem;
    border-bottom-left-radius: .25rem;
    -webkit-border-top-right-radius: .25rem;
    -webkit-border-bottom-right-radius: .25rem;
    -moz-border-radius-topright: .25rem;
    -moz-border-radius-bottomright: .25rem;
    border-top-right-radius: .25rem;
    border-bottom-right-radius: .25rem;
}

.events-counts {
    background: #f3f3f3 url("../img/active-events.png") no-repeat right 10px top 10px;
    background-size: 30px;
    font-size: 14px;
    text-align: center;
    padding: 30px 0;
    border-bottom: 8px solid #57a7d5;
    transition: all 320ms ease-in-out;
}
.events-counts.minified {
    text-align: left;
    padding: 0 20px 20px 20px;
}
.events-counts p {
    margin: 0;
}
.events-counts .anzahl {
    font-size: 64px;
    color: #343436;
    font-weight: 700;
    transition: all 320ms ease-in-out;
}
.events-counts .loading {
    margin-top: 25px;
    margin-bottom: 25px;
}

.events-counts.minified .anzahl {
    font-size: 45px;
}

.events-overview {
    background: url("../img/events-overview.png") no-repeat #F3F3F3 20px 20px;
    background-size: 30px;
    font-size: 14px;
    text-align: center;
    padding: 24px 20px;
    transition: all 320ms ease-in-out;
}
.events-overview a {
    color: #2EA9DA;
}
.events-overview p {
    height: 63px;
    overflow: hidden;
}
.events-overview.minified h3 {
    margin: 0;
}
.events-overview.minified p {
    height: 0;
    margin: 0;
}

.events-bookmarks {
    padding: 12px 20px 24px;
    margin: 10px 0;
    background: #f3f3f3 url("../img/events-overview.png") no-repeat right 10px top 10px;
    background-size: 30px;
    border-bottom: 8px solid #57a7d5;
    transition: all 320ms ease-in-out;
}
.events-bookmarks h3 {
    margin: 0 0 20px;
    color: #57a7d5;
}
.events-bookmarks .bookmark-status {
    margin: 0 0 20px;
    font-size: 14px;
}
.events-bookmarks.minified .bookmark-status {
    margin-bottom: 0;
    transition: all 320ms ease-in-out;
}
.events-bookmarks.minified .bookmark-actions {
    height: 0;
    overflow: hidden;
}
.events-bookmarks .bookmark-actions ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.events-bookmarks .bookmark-actions ul li {
    margin: 0;
}
.events-bookmarks .bookmark-actions ul li a {
    position: relative;
    padding: 0 0 0 16px;
    font-size: 14px;
    cursor: pointer;
    color: #57a7d5;
    text-decoration: underline;
}
.events-bookmarks .bookmark-actions ul li a:hover {
    color: #57a7d5;
    text-decoration: none;
}
.events-bookmarks .bookmark-actions ul li a::before {
    content: '';
    position: absolute;
    top: 3px;
    left: 0;
    width: 8px;
    height: 13px;
    background: url("../img/bg-blue-arrow-link.png") no-repeat;
    background-size: 8px auto;
}


.card-wrap {
    margin-top: 60px;
}
.card-wrap:nth-child(2), .card-wrap:nth-child(3), .card-wrap:nth-child(4)  {
    margin-top: 0;
}
.map-marker {
    position: absolute;
    top: 46%;
    left: 49%;
}
.map-marker .marker {
    background: url("../img/map-marker.png") no-repeat;
    background-size: 31px;
    height: 42px;
    width: 29px;
    position: relative;
    display: inline-block;
    cursor: pointer;
}
.map-marker .marker:hover {
    background: url("../img/map-marker-hover.png") no-repeat;
    background-size: 31px;
    cursor: pointer;
}
#marker-tooltip {
    position: relative;
    top: -218px;
    left: -202px;
    display: none;
    z-index: 9;
}
.marker-tooltip-text {
    background: #fff;
    padding: 20px;
    -webkit-box-shadow: 3px 3px 5px 0px rgba(51,51,51,0.2);
    -moz-box-shadow: 3px 3px 5px 0px rgba(51,51,51,0.2);
    box-shadow: 3px 3px 5px 0px rgba(51,51,51,0.2);
}
.map-marker h5 {
    font-size: 18px;
    color: #2EA9DA;
    font-weight: 800;
}
.map-marker p {
    background: url(../img/events-card-place.png) no-repeat;
    background-size: 13px;
    font-size: 14px;
    margin-bottom: 0;
    padding-left: 20px;
}
.map-marker a {
    font-size: 14px;
    display: block;
    color: #343436;
    background: url("../img/map-link.png") no-repeat 2px 1px;
    background-size: 9px;
    padding-left: 20px;
}
.map-marker img {
    width: 21px;
    display: block;
    margin: 0 auto;
}
.more-events {
    background: url("../img/map-more-events.png") no-repeat;
    background-size: 54px;
    width: 54px;
    height: 54px;
    position: absolute;
    top: 23%;
    left: 53%;
}
.more-events p {
    text-align: center;
    color: #fff;
    margin-top: 10px;
}
.card {
    font-size: 14px;
    color: #343436;
}
.card h5 {
    font-size: 18px;
    color: #2EA9DA;
    font-weight: 800;
    float: left;
    min-height: 63px;
}
.card-body {
    border-right: 2px solid #CFCFCF;
    border-bottom: 2px solid #CFCFCF;
    border-left: 2px solid #CFCFCF;
}
.card-text.date {
    background: url("../img/events-card-date.png") no-repeat;
    background-size: 20px;
    padding-left: 28px;
    position: relative;
    clear: both;
}
.tx_rmfairkalender_map_list_container .bookmarked {
    font-weight: bold;
}
.tx_rmfairkalender_map_list_container .bookmark_note {
    font-size: 14px;
}
.card-text.date .more-dates {
    background-color: #FFF;
    display: none;
    position: absolute;
    top: 20px;
    right: 0px;
    border: solid 2px #f38527;
    padding: 10px;
    z-index: 100;
}
.card-text.place {
    background: url("../img/events-card-place.png") no-repeat 2px 0;
    background-size: 16px;
    padding-left: 28px;
    min-height: 84px;
}
.card .btn-primary {
    width: 100%;
    border: none;
    background: url("../img/card-link.png") no-repeat #2EA9DA 60% center;
    background-size: 8px;
    color: #fff;
    font-size: 14px;
}
.card .btn-primary:hover {
    background: url("../img/card-link-hover.png") no-repeat #00699D 60% center;
    background-size: 8px;
}
.card.highlight h5 {
    background: url("../img/events-highlight.png") no-repeat;
    background-position: right top;
    background-size: 43px;
    display: inline-block;
    padding-right: 43px;
    width: 100%;
}
.fairorder-alert {
    background-color: #FFE4CA;
}
label[for=datenschutz] {
    cursor: pointer;
}
.tx_rmfairkalender_map_limit_results {
    padding: 0 15px;
}
.hinwprodprob {
    color: #f38527;
}
/* END VERANSTALTUNGEN -----------------------------------------------------------------------------------------------*/

/* BEGIN TERMINE EINTRAGEN -------------------------------------------------------------------------------------------*/
#page-228 .main img,
#page-305 .main img {
    width: auto;
    height: auto;
    margin: 10px 0;
    float: left;
    margin-right: 20px;
}
#page-228 .order-wrap,
#page-305 .order-wrap {
    margin-bottom: 40px;
    clear: both;
    /*overflow: hidden;*/
}
#page-228 .order-wrap::after,
#page-305 .order-wrap::after {
    content: "";
    display: table;
    clear: both;
}
#page-228 .order-in,
#page-305 .order-in {
    float: right;
}
.tx-fairorder-pi1 .fairorder-inp {
    text-align: right;
}
.tx-fairorder-pi1 .marker-anzahl {
    font-weight: bold;
    color: #f39200;
}
#page-228 .submit-wrap,
#page-305 .submit-wrap {
    margin: 40px 0;
    clear: both;
}
#page-228 .order-head h3,
#page-305 .order-head h3 {
    margin-bottom: 0;
}
#page-228 .main .pa-wrap .pa-right input[type="text"], #page-228 .main .pa-wrap .pa-right select {
    width: 100%;
    padding: 0px 3px;
}
#page-228 .main .pa-wrap .pa-right input[name="strasse"], #page-228 .main .pa-wrap .pa-right input[name="hnr"],
#page-228 .main .pa-wrap .pa-right input[name="plz"], #page-228 .main .pa-wrap .pa-right input[name="ort"] {
    margin: 3px 0;
    width: 225px;
    float: left;
}
#page-228 .main .pa-wrap .pa-right input[name="strasse"], #page-228 .main .pa-wrap .pa-right input[name="plz"] {
    margin-right: 10px;
}
#page-228 .main textarea {
    padding: 0px 3px;
    width: 100%;
    height: 93px;
}
#page-228 .main [type=reset], #page-228 .main [type=submit], #page-228 .main button, #page-228 .main html [type=button] {
    display: inline-block;
    font-weight: 400;
    text-align: center;
    vertical-align: middle;
    user-select: none;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: .25rem;
    color: #343436;
    border: 2px solid #343436;
    background: url(/fileadmin/bootstrap/img/button-arrow.png) no-repeat;
    background-size: 9px;
    background-position: 95%;
    padding: .375rem 39px .375rem .75rem;
    transition: color 0s ease-in-out,background-color 0s ease-in-out,border-color 0s ease-in-out,box-shadow 0s ease-in-out;
}
#c784 img {
    width: auto;
}
/* END TERMINE EINTRAGEN ---------------------------------------------------------------------------------------------*/

/** print-Buttons - Start **/
#print_button {
    padding: 10px 10px 10px 0;
    text-align: right;
}
#print_button .button {
    width: auto;
    margin: 0 10px 0 0;
}
/** print-Buttons - End **/
/* END MAIN ==========================================================================================================*/



/* BEGIN FOOTER ======================================================================================================*/
.footer {}

.footer-themes {
    background: #00699D;
    margin-top: 85px;
    padding: 40px;
}
.footer-themes h2, .footer-themes h3 {
    text-align: center;
    color: #fff;
}
.footer-themes a {
    color: #fff;
    text-align: left;
    display: block;
    margin-top: 20px;
    background: url("../img/theme-arrow.png") no-repeat;
    background-size: 9px 15px;
    padding-left: 20px;
    background-position: 0px 6px;
}
.footer-themes .csc-default {
    margin-bottom: 0;
}

.footer-menue {
    border-top: 2px solid #E6E6E6;
    margin-top: 60px;
    font-size: 12px;
}
.footer-menue ul {
    margin-top: 25px;
    list-style: none;
    padding: 0;
}
.footer-menue ul li {
    display: inline;
    margin-right: 20px;
    border-right: 2px solid #E6E6E6;
    padding-right: 20px;
}
.footer-menue ul li:last-child {
    border: none;
}
.footer-menue a {
    color: #333;
}
/* END FOOTER ========================================================================================================*/

/***** Gallery Slider - Start *****/
.tx-owl-slider {
    position: relative;
    margin: 0 0 40px;
    padding: 30px 40px;
    background: #efefef;
}
.tx-owl-slider .item img {
    display: block;
    max-width: 260px;
    margin: 10px auto;
    box-shadow: 0 0 8px 2px rgba(0,0,0,0.2)
}
.tx-owl-slider .owl-theme .owl-controls,
.tx-owl-slider div[class^="customNavigation_"] {
    position: absolute;
    top: -30px;
    bottom: -30px;
    width: 100%;
    margin: 0;
    pointer-events: none;
}
.tx-owl-slider div[class^="customNavigation_"] {
    display: none;
}
.tx-owl-slider .owl-theme .owl-controls .owl-buttons {
    height: 100%;
    pointer-events: none;
}
.owl-theme .owl-controls .owl-buttons div,
.tx-owl-slider div[class^="customNavigation_"] a {
    position: absolute;
    top: 0;
    left: -40px;
    width: 40px;
    height: 100%;
    margin: 0;
    padding: 0;
    opacity: 1;
    text-indent: -9999em;
    background-color: #00699d;
    border-radius: 0;
    pointer-events: auto;
}
.owl-theme .owl-controls .owl-buttons div.owl-next,
.tx-owl-slider div[class^="customNavigation_"] a.btn.next {
    left: auto;
    right: -40px;
}
.owl-theme .owl-controls .owl-buttons div::before,
.tx-owl-slider div[class^="customNavigation_"] a::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 18px;
    height: 29px;
    margin: -15px 0 0 -9px;
    background: url("../../images/bg-read-more-arrow-big-right-white.png") no-repeat;
    background-size: auto 29px;
    transform: rotate(180deg);
}
.owl-theme .owl-controls .owl-buttons div.owl-next::before,
.tx-owl-slider div[class^="customNavigation_"] a.btn.next::before {
    transform: rotate(0deg);
}
/***** Gallery Slider - End *****/


/* BEGIN MEDIA-QUERIES ===============================================================================================*/
/* BEGIN PHONE -------------------------------------------------------------------------------------------------------*/

@media (min-width: 992px) {
    .navbar-expand-lg .navbar-nav .nav-link {
        font-size: 16px;
    }
}



@media (max-width: 991px) {
    h1, h2, h3, h4, h5 {
        word-break: break-word;
    }

    /* HEADER */
    .header {
        margin-top: 0;
    }

    /* MOBILE NAVIGATION */
    .home .navbar {
        margin-bottom: 0;
    }
    .navbar > .navbar-collapse {
        /*background: #2fa9da;*/
        /*margin-top: -70px;*/
        margin-top: -269px;
        padding-top: 217px;
        margin-bottom: 82px;
        width: 100%;
        background: url(../img/logo-mobile.png) no-repeat #2fa9da;
        background-position: 97.5% 98px;
        margin-left: -15px;
        margin-right: -15px;
        padding-left: 15px;
        padding-right: 15px;
    }
    .navbar-expand-lg .navbar-nav .nav-item:hover {
        border-bottom: 1px solid #6ec2e6;
    }
    .navbar-expand-lg .navbar-nav .nav-item .nav-link:hover, .navbar-expand-lg .navbar-nav .nav-item .nav-link:focus {
        color: #fff;
    }
    .navbar button {
        position: relative;
        top: -30px;
    }
    .navbar-toggler {
        border-color: #00699D;
    }
    .navbar-brand.mobile {
        display: block;
    }
    .navbar-brand.mobile img {
        z-index: -99999;
        position: relative;
        width: 100px;
        float: right;
        margin-top: 26px;
    }
    .navbar-brand.desktop {
        display: none;
    }
    .navbar-toggler[aria-expanded="true"] {
        background-color: #2fa9da;
    }
    .navbar-toggler[aria-expanded="false"] {
        background-color: #fff;
    }
    .navbar-toggler[aria-expanded="false"] .navbar-toggler-icon {
        background: url("../img/mobile-collapsed.png") no-repeat center;
    }
    .navbar-toggler[aria-expanded="true"] .navbar-toggler-icon {
        background: url("../img/mobile-nav-close.png") no-repeat center;
    }
    .navbar-toggler.collapsed[aria-expanded="false"] .navbar-toggler-icon {
        background: url("../img/mobile-collapsed.png") no-repeat center;
    }
    .navbar-nav .nav-link {
        color: #fff;
        font-size: 24px;
        background: url("../img/mobile-nav-open.png") no-repeat center right;
    }
    .navbar-expand-lg .navbar-nav .nav-item {
        border-bottom: 1px solid #6ec2e6;
        padding: 10px 0;
        margin: 10px 0 0;
    }
    .navbar-expand-lg .navbar-nav .nav-item.active .dropdown-menu {
        display: block;
    }
    .nav-item.active a {
        /*color: #fff;*/
        color: #183f68;
        background: url(../img/mobile-nav-close-acc.png) no-repeat center right;
    }
    .nav-item ul.submenu li.active a {
        background: url(../img/mobile-nav-close-acc.png) no-repeat center right;
    }
    .nav-item ul.submenu li.active ul.submenu2 li a {
        background: none !important;
    }
    .nav-item ul.submenu li a {
        word-break: break-word;
        background: none;
    }
    .navbar-expand-lg .navbar-nav .dropdown-menu {
        padding: 0;
        margin-top: 0;
    }
    .dropdown-item {
        padding-left: 0;
        background: none;
    }
    ul.submenu2 li {
        padding: 5px 0;
    }
    ul.submenu2 li a {
        background: none;
        padding-left: 0;
        font-size: 18px;
    }
    span.menue {
        position: relative;
        left: 52px;
        top: 6px;
        color: #00699D;
    }

    /* SLIDER */
    .flexslider {
        margin-top: -130px;
    }
    .flexslider .ce-gallery figure {
        margin-bottom: 0;
    }
    .flexslider .ce-gallery figcaption {
        font-size: 10px;
    }
    .flexslider .ce-above .ce-bodytext {
        right: 0;
        position: inherit;
        min-height: 423px;
        padding: 20px 20px 1px 20px;
        background: url("../img/slider-bg-moblie.png") no-repeat #006a9e bottom;
        background-size: 100%;
    }
    .flex-direction-nav {
        display: none;
    }
    .flexslider .ce-center .ce-inner {
        right: -50%;
    }

    /* TRENNER */
    .hidden-sm {
        display: none;
    }

    /* SPALTEN */
    .ce-column {
        margin-right: 0;
    }

    /* ACCORDEON */
    .panel-heading a, .panel-heading a[aria-expanded=true] {
        background-position: 95% 50%;
    }
    .panel-heading a[aria-expanded=true], .panel-heading a {
        padding: 1rem 2.25rem;
    }

    /* STÖRER */
    .ce-intext.ce-right .ce-gallery {
        margin-left: 0;
    }
    .layout-30 h2 {
        word-break: break-word;
    }

    /* AKTIONSIDEE */
    .neuer-eintrag {
        float: left;
        margin-top: -22px !important;
    }

    /* BUTTON */
    .button {
        width: 100%;
        text-align: left;
    }

    /* KONTAKT */
    .ce-textpic.ce-left.ce-intext picture {
        margin-right: 0;
    }
    .ce-textpic, .ce-nowrap .ce-bodytext {
        overflow: unset;
    }

    /* FORMULAR */
    .pa-wrap .pa-left {
        width: 100%;
        margin-right: 0;
        text-align: left;
    }
    .pa-wrap .pa-right {
        float: none;
        width: 100%;
    }
    form textarea, .pa-wrap .pa-right input[type="text"], .pa-wrap .pa-right select {
        width: 100% !important;
    }

    /* GALLERIE */
    .ce-gallery figure {
        margin-bottom: 40px;
    }
    .ce-gallery[data-ce-columns="3"] img {
        margin-bottom: 40px;
    }
    .ce-gallery figcaption {
        margin-top: -40px;
    }

    /* VERANSTALTUNGEN */
    .events-counts, .events-overview {
        display: none;
    }
    .card-wrap {
        margin-bottom: 20px;
        margin-top: 0;
    }
    .card-text.place {
        min-height: auto;
    }
    .map {
        height: 400px;
    }
    .dates-list {
        margin-top: 16px;
    }
    .tx-fairkalender-pi1 .col-sm-4.col-md-4:first-child {
        margin-bottom: 16px;
    }

    /* FOOTER THEMES */
    .row .csc-default .row .csc-default {
        margin-bottom: 20px;
    }
    .footer-themes a {
        word-break: break-word;
    }
    .footer-themes {
        padding: 40px 0px;
    }

    /* FOOTER */
    .footer-menue ul {
        padding-left: 15px;
    }
}

@media (max-width: 576px) {
    .navbar > .navbar-collapse {
        background-position: 93% 98px;
    }

    p {
        word-wrap: break-word;
    }
}

@media (max-width: 320px) {
    .flexslider .ce-above .ce-bodytext {
        min-height: 477px;
    }
    .flex-control-nav {
        left: 20px;
    }

    .ce-gallery figcaption {
        margin-top: -20px;
    }

    .tx-fairorder-pi1 input.submitter {
        font-size: 12px;
    }
}

@media (min-width: 321px) and (max-width: 375px) {
    .tx-fairorder-pi1 input.submitter {
        font-size: 15px;
    }
}

@media (min-width: 376px) and (max-width: 414px) {
    .tx-fairorder-pi1 input.submitter {
        font-size: 16px;
    }
}

@media (min-width: 768px) and (max-width: 1024px) {
    .tx-rm-fairkalender .col-sm-12.col-md-3.info {
        width: 50%;
        flex: 100%;
        max-width: 50%;
    }
}
/* END PHONE ---------------------------------------------------------------------------------------------------------*/
/* END MEDIA-QUERIES =================================================================================================*/