/* 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');
}
/* Amsi Pro Condensed Bold */
@font-face {
    font-family: 'Amsi Pro';
    font-style: normal;
    font-weight: bold;
    src: url("../../webfonts/amsi-pro-condensed-bold.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 {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    padding: 20px 0 0;
}
.header .row,
.header .csc-default {
    margin-bottom: 0;
}

.header .slogan h2 {
    position: relative;
    top: 10px;
    margin: 0 0 30px;
    padding: 0;
    font-family: 'Amsi Pro' , sans-serif;
    font-size: 39px;
    color: #c5d000;
    text-align: right;
    text-transform: none;
}

/* 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 {
    position: static;
    padding: 0;
    text-transform: uppercase;
}

.navbar-expand-lg .navbar-collapse {
    justify-content: flex-end;
    flex-direction: column;
    align-items: flex-end;
}

.navbar-expand-lg .navbar-nav .nav-item {
    margin-left: 10px;
    margin-bottom: 16px;
    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;
    margin: 9px 0 0;
}
.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: 187px;
    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 ----------------------------------------------------------------------------------------------------*/

/***** Header 2025 - Start *****/
body::before {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(15, 14, 14, 0.5);
    content: '';
    opacity: 0;
    pointer-events: none;
    transition: all var(--transition-t2) ease-in-out;
    z-index: 1100;
}
body.overlay::before {
    opacity: 1;
    pointer-events: auto;
}

header.main2025 {
    padding: 45px 0 20px;
}
header.main2025 .header-stage {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
header.main2025 .logo-wrapper {
    flex: 0 0 auto;
    display: flex;
    align-items: center;
    margin: -25px 0 0;
}
header.main2025 .logo-icon {
    width: 144px;
    height: auto;
}
header.main2025 .logo-icon img {
    display: block;
    max-width: 100%;
    height: auto;
}
header.main2025 .slogan {

}
header.main2025 .slogan h2 {
    margin: 0;
    padding: 0;
    font-family: 'Amsi Pro';
    font-size: 36px;
    color: #c7ce31;
    text-transform: none;
}
header.main2025 .header-actions {

}
header.main2025 .header-actions .nav-btn-wrapper {
    /*position: fixed;
    top: 34px;
    right: 44px;*/

    display: flex;
    align-items: center;
    cursor: pointer;
}
header.main2025 .header-actions .btn-nav {
    position: relative;
    width: 63px;
    height: 63px;
    text-indent: -9999em;
    border: none;
    background: url("../../Images/bg-nav-open.svg") no-repeat center;
    background-size: 34px auto;
    cursor: pointer;

    transition: all var(--transition-t2);
}
header.main2025 .header-actions .nav-btn-wrapper:hover .btn-nav {
    /*background-color: rgb(var(--color-custom-3));*/
}
/***** Header 2025 - End *****/

/***** Navigation 2025 - Start *****/
nav.main {
    position: fixed;
    top: -100%;
    right: 0;
    max-height: 100%;
    padding: 84px 208px 40px 40px;
    font-weight: 400;
    background-color: rgb(var(--color-primary));
    overflow-y: scroll;
    opacity: 0;
    pointer-events: none;
    z-index: 1110;

    transition: all var(--transition-t2) ease-in-out;
}
nav.main.active {
    top: 0;
    opacity: 1;
    pointer-events: auto;
}

nav.main .btn-nav-close {
    position: absolute;
    top: 40px;
    right: 48px;
    width: 36px;
    height: 36px;
    padding: 0;
    border: none;
    text-indent: -9999em;
    background: transparent;
    cursor: pointer;
}
nav.main .btn-nav-close::before,
nav.main .btn-nav-close::after {
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    height: 100%;
    border-left: 4px solid #fff;
    border-radius: 3px;
    transform: rotate(-45deg);
}
nav.main .btn-nav-close::after {
    transform: rotate(45deg);
}

nav.main > ul {
    width: 460px;
}
nav.main ul {
    list-style: none;
}
nav.main > ul > li a {
    display: block;
    color: #fff;
    transition: all var(--transition-t2);
}
nav.main > ul li a:hover,
nav.main > ul li.active > a {
    color: #c7ce31;
    text-decoration: none;
}

nav.main > ul > li {
    position: relative;
    margin: 0;
    padding: 0 0 30px 40px;
    font-size: 27px;
    line-height: 1.1;
}
nav.main > ul > li:last-of-type {
    margin: 0;
}
nav.main > ul > li .toggle {
    position: absolute;
    top: 4px;
    left: 0;
    width: 34px;
    height: 34px;
    transform: rotate(90deg);
    cursor: pointer;

    transition: all var(--transition-t2) ease-in-out;
}
nav.main > ul > li > .toggle {
    top: -2px;
}
nav.main ul > li.opened > .toggle {
    transform: rotate(180deg);
}
nav.main > ul > li .toggle::before,
nav.main > ul > li .toggle::after {
    content: '';
    position: absolute;
    top: 50%;
    left: calc(50% - 10px);
    border-top: 2px solid #fff;
    width: 12px;
    transform: rotate(-45deg);
    border-radius: 2px;
}
nav.main > ul > li .toggle::after {
    left: auto;
    right: calc(50% - 10px);
    transform: rotate(45deg);
}

nav.main .subnav {
    display: none;
    margin: 0 0 -30px;
    padding: 26px 0 0 0;
}
nav.main .subnav ul {
    padding: 0;
}
nav.main .subnav > ul > li {
    position: relative;
    margin: 0;
    padding: 0 0 30px 28px;
}
nav.main .subnav > ul > li .toggle {
    top: -2px;
    left: -6px;
}
/***** Navigation 2025 - End *****/

/* 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 40px 40px 50px;
    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;
    height: 11px;
    left: 50px;
    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, .frame-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, .frame-layout-30 h2 {
    color: #5C9A45;
    font-size: 24px;
    font-weight: 700;
}
.col .jumbotron-fluid p.lead, .frame-layout-30 p {
    font-size: 18px;
}
.col .jumbotron-fluid img {
    margin-top: 68px;
}

.col-6 .jumbotron-fluid, .frame-layout-20 {
    background: #F39200;
    padding: 20px;
}
.col-6 .jumbotron-fluid .container {
    padding: 0;
}
.col-6 .jumbotron-fluid h1, .frame-layout-20 h2 {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 10px;
}
.col-6 .jumbotron-fluid p.lead, .frame-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 -------------------------------------------------------------------------------------------------------*/
.ce-intext.ce-right .ce-gallery {
    margin-left: 20px;
}
.ce-intext.ce-left .ce-gallery {
    margin-right: 20px;
}
.ce-intext.ce-right .ce-gallery,
.ce-intext.ce-left .ce-gallery,
.ce-above .ce-gallery {
    margin-bottom: 20px;
}
/*.ce-gallery figure {
    margin: 0 42px 0 0;
}
.ce-gallery figure.video {
    margin: 0;
}*/

.ce-gallery figure > a
{
    background-image: none;
    margin-top: 0;
    padding-left: 0;
}

.image-caption, .csc-textpic-caption, .ce-gallery figcaption {
    font-size: 14px;
    font-weight: 400;
    color: #343436;
    padding: 5px;
}
.ce-textpic.ce-left.ce-intext picture {
    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;
}

.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;
}
.download-link {
    padding: 0 0 0 30px;
    color: #343436;
    text-decoration: underline;
    background: url("../../Images/bg-icon-download.svg") no-repeat 0 2px;
    background-size: auto 22px;
}
.download-link:hover,
.download-link:active,
.download-link:focus {
    color: #343436;
    text-decoration: none;
}
/* 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 input[type="url"],
.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;
    max-width: 100%;
}
#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,
.frame-layout-40 .col-md-6:first-child h2 {
    color: #5C9A45;
}
.layout-40 .col-md-6:last-child h2,
.frame-layout-40 .col-md-6:last-child h2 {
    color: #F39200;
}
.layout-50 .col-md-6:first-child h2,
.frame-layout-50 .col-md-6:first-child h2 {
    color: #2EA9DA;
}
.layout-50 .col-md-6:last-child h2,
.frame-layout-50 .col-md-6:last-child h2 {
    color: #D94D15;
}
.layout-50 h3,
.frame-layout-50 h3 {
    font-size: 20px;
}
.layout-60 h1, .layout-60 h2, .layout-60 h3, .layout-60 h4, .layout-60 h5,
.frame-layout-60 h1, .frame-layout-60 h2, .frame-layout-60 h3, .frame-layout-60 h4, .frame-layout-60 h5 {
    color: #F39200;
}
/* END LAYOUT --------------------------------------------------------------------------------------------------------*/

/***** Störer-Text blau - Start *****/
.frame-layout-70 {
    position: relative;
    margin: 30px 0 30px;
    padding: 30px 155px 15px 50px;
    color: #fff;
    background-color: #00abdf;
}
.frame-layout-70::before {
    content: '';
    position: absolute;
    top: 22px;
    right: 28px;
    width: 104px;
    height: 120px;
    background: url("../img/bg-globus-white.png") no-repeat;
    background-size: 104px auto;
}
/***** Störer-Text blau - End *****/

/* 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-online {
    padding: 12px 20px 24px;
    margin: 10px 0;
    background: #f3f3f3 url("../img/online-events.png") no-repeat right 10px top 10px;
    background-size: 30px;
    border-bottom: 8px solid #e48a01;
    transition: all 320ms ease-in-out;
}
.events-online h3 {
    margin: 0 0 20px;
    color: #e48a01;
}
.events-online .online-action ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.events-online .online-action ul li {
    margin: 0;
    padding: 0 0 0 16px;
    line-height: 100%;
}
.events-online .online-action ul li a {
    position: relative;
    font-size: 14px;
    cursor: pointer;
    color: #e48a01;
    text-decoration: underline;
}
.events-online .online-action ul li a:hover {
    color: #e48a01;
    text-decoration: none;
}
.events-online .online-action ul li a::before {
    content: '';
    position: absolute;
    top: 3px;
    left: -16px;
    width: 8px;
    height: 13px;
    background: url("../img/bg-orange-arrow-link.png") no-repeat;
    background-size: 8px auto;
}
.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 .bookmark-status .count {
    margin: 0 5px 0 0;
}
.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;
}
.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 {
    min-height: 416px;
    font-size: 14px;
    color: #343436;
}
.card h5 {
    font-size: 18px;
    color: #2EA9DA;
    font-weight: 800;
    float: left;
    min-height: 63px;
}
.card-body {
    padding: 20px 20px 53px 20px;
    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 {
    position: absolute;
    bottom: 24px;
    width: calc(100% - 44px);
    /*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: #f8d7da;
    border: 1px solid #f5c6cb;
}
label.fairorder-alert {
    border: 0;
}
label[for="datenschutz"],
label[for="quantityConfirmed"] {
    cursor: pointer;
}
.tx_rmfairkalender_map_limit_results {
    padding: 0 15px;
}
.hinwprodprob {
    color: #f38527;
}
#counter_number {
    font-weight: bold;
    color: #57a7d5;
    text-align: center;
    display: inherit;
    font-size: 24px;
}
.card-text.online-url {
    padding: 0 0 0 28px;
    background: url("../img/bg-events-external-link.png") no-repeat 4px 3px;
    background-size: 14px auto;
}
/* END VERANSTALTUNGEN -----------------------------------------------------------------------------------------------*/

/* BEGIN BESTELLUNGEN -------------------------------------------------------------------------------------------*/
form#tx_rmfairkalender_materialsorderform img {
    width: auto;
    height: auto;
    margin: 10px 0;
    float: left;
    margin-right: 20px;
}
form#tx_rmfairkalender_materialsorderform .order-wrap,
.order-wrap {
    margin-bottom: 40px;
    clear: both;
    /*overflow: hidden;*/
}
form#tx_rmfairkalender_materialsorderform .order-wrap::after,
.order-wrap::after {
    content: "";
    display: table;
    clear: both;
}
form#tx_rmfairkalender_materialsorderform .order-in,
.order-in {
    float: right;
}
.jq-upload-loading img.loading {
    width: 40px;
    float: none;
}
.tx-fairorder-pi1 .fairorder-inp,
.tx-fairorder-pi1 .order-in select {
    text-align: right;
    width: 70px;
    height: 35px;
}
.tx-fairorder-pi1 .marker-anzahl {
    font-weight: bold;
    color: #f39200;
}
.tx-fairorder-pi1 .alert {
    margin: 1rem 0;
}
form#tx_rmfairkalender_materialsorderform .submit-wrap,
#page-305 .submit-wrap {
    margin: 40px 0;
    clear: both;
}
form#tx_rmfairkalender_materialsorderform .order-head h3,
#page-305 .order-head h3 {
    margin-bottom: 0;
}
form#tx_rmfairkalender_materialsorderform .pa-wrap .pa-right input[type="text"], form#tx_rmfairkalender_materialsorderform .pa-wrap .pa-right select {
    width: 100%;
    padding: 0px 3px;
}
form#tx_rmfairkalender_materialsorderform .pa-wrap .pa-right input.cfrm.strasse, form#tx_rmfairkalender_materialsorderform .pa-wrap .pa-right input.cfrm.hausnr,
form#tx_rmfairkalender_materialsorderform .pa-wrap .pa-right input.cfrm.plz, form#tx_rmfairkalender_materialsorderform .pa-wrap .pa-right input.cfrm.ort {
    margin: 3px 0;
    width: 225px;
    float: left;
}
form#tx_rmfairkalender_materialsorderform .pa-wrap .pa-right input.cfrm.strasse, form#tx_rmfairkalender_materialsorderform .pa-wrap .pa-right input.cfrm.plz {
    margin-right: 10px;
}
form#tx_rmfairkalender_materialsorderform textarea {
    padding: 0px 3px;
    width: 100%;
    height: 93px;
}
form#tx_rmfairkalender_materialsorderform [type=reset],
form#tx_rmfairkalender_materialsorderform [type=submit],
form#tx_rmfairkalender_materialsorderform button,
form#tx_rmfairkalender_materialsorderform 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("../img/button-arrow-sprite.png") no-repeat calc(100% - 10px) 11px;
    background-size: 9px auto;
    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;
}
form#tx_rmfairkalender_materialsorderform [type=reset]:hover,
form#tx_rmfairkalender_materialsorderform [type=submit]:hover,
form#tx_rmfairkalender_materialsorderform button:hover,
form#tx_rmfairkalender_materialsorderform html [type=button]:hover,
form#tx_rmfairkalender_materialsorderform [type=reset]:focus,
form#tx_rmfairkalender_materialsorderform [type=submit]:focus,
form#tx_rmfairkalender_materialsorderform button:focus,
form#tx_rmfairkalender_materialsorderform html [type=button]:focus {
    color: #2ea9da;
    border-color: #2ea9da;
    background-position-y: -45px;
    outline: none;
}
form#tx_rmfairkalender_materialsorderform .button_submit_back input[type="submit"] {
    position: relative;
    padding: .375rem .75rem .375rem 39px;
    opacity: .8;
    background: url("/_assets/e00310854ba914104974649e6bbacd50/Images/button-arrow-back-sprite.png") no-repeat 10px 11px;
    background-size: 9px auto;
}
form#tx_rmfairkalender_materialsorderform .button_submit_back input[type="submit"]:hover,
form#tx_rmfairkalender_materialsorderform .button_submit_back input[type="submit"]:focus {
    color: #2ea9da;
    border-color: #2ea9da;
    background-position-y: -45px;
    outline: none;
}
#c784 img {
    width: auto;
}
.order_item_highlight {
    color: #f39200;
    cursor: help;
}
/* END BESTELLUNGEN ---------------------------------------------------------------------------------------------*/

/** 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;
    margin-left: 0;
    margin-right: 0;
    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 {
    display: flex;
    justify-content: space-between;
    align-items: first baseline;
    width: 100%;
    margin: 0 0 40px;
    font-size: 12px;
}
.footer-menue ul {
    list-style: none;
    padding: 0;
}
.footer-menue ul li {
    display: inline;
    margin-right: 16px;
    border-right: 2px solid #E6E6E6;
    padding-right: 20px;
}
.footer-menue ul li:last-child {
    margin: 0;
    padding: 0;
    border: none;
}
.footer-menue a {
    color: #333;
}

.social-and-meta {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    margin: 30px 0 20px;
    padding: 20px 50px;
    background-color: #00abdf;
}
.social-and-meta a,
.social-and-meta a:focus,
.social-and-meta a:hover,
.social-and-meta a:active {
    color: #fff;
}
.social-and-meta dl {
    display: flex;
    margin: 0;
}
.social-and-meta dl dt,
.social-and-meta dl dd {
    margin: 0;
}
.social-and-meta .col.service {
    padding: 0;
}
.social-and-meta .service ul {
    margin: 0;
    padding: 0;
}
.social-and-meta dl dt {
    margin: 0 20px 0 0;
    font-size: 26px;
    color: #fff;
    line-height: 51px;
    text-transform: uppercase;
}
.social-and-meta dl dd {
    margin: 0 0 0 20px;
}
.social-and-meta dl dd a {
    position: relative;
    display: block;
    padding: 30px 0 0;
    font-size: 14px;
    font-weight: 700;
}
.social-and-meta dl dd a:hover {
    text-decoration: none;
}
.social-and-meta dl dd a::before {
    content: '';
    position: absolute;
    top: 0;
    left: calc(50% - 15px);
    width: 31px;
    height: 30px;
    background: url("../img/bg-social-white-sprite.png") no-repeat;
    background-size: auto 30px;
}
.social-and-meta dl dd a.fb::before {
    background-position: 0 0;
}
.social-and-meta dl dd a.inst::before {
    background-position: -31px 0;
}
.social-and-meta dl dd a.yt::before {
    background-position: -62px 0;
}

.social-and-meta .meta ul {
    margin: 0;
    font-size: 14px;
    font-weight: 700;
}
.social-and-meta .meta ul li {
    position: relative;
    display: inline-block;
    margin: 0 0 0 20px;
    padding: 30px 0 0;
}
.social-and-meta .meta ul li::before {
    content: '';
    position: absolute;
    top: 0;
    left: calc(50% - 15px);
    width: 31px;
    height: 30px;
    background: url("../img/bg-meta-white-sprite.png") no-repeat;
    background-size: auto 30px;
}
.social-and-meta .meta ul li.contact::before {
    background-position: 0 0;
}
.social-and-meta .meta ul li.press::before {
    background-position: -31px 0;
}
.social-and-meta .meta ul li.newsletter::before {
    background-position: -62px 0;
}

.sponsors {
    display: flex;
    justify-content: space-between;
}
.sponsors h3 {
    font-size: 12px;
    font-weight: 400;
    line-height: 120%;
}
.sponsors .logos {
    display: flex;
    margin: 0 0 30px 0;
}
.sponsors .bg-logo {
    margin: 0 30px 0 0;
}
.c2 .logos a:last-of-type .bg-logo {
    margin: 0;
}
.sponsors .bg-logo.bundesministerium {
    width: 214px;
    height: 78px;
    background: url("../img/bg-footer-logo-bundesministerium.png") no-repeat;
    background-size: contain;
}
.sponsors .bg-logo.brot {
    width: 200px;
    height: 40px;
    background: url("../img/bg-footer-logo-brot.png") no-repeat;
    background-size: contain;
}
.sponsors .bg-logo.lotterie {
    width: 120px;
    height: 80px;
    background: url("../img/bg-footer-logo-lotterie.png") no-repeat ;
    background-size: contain;
}
.sponsors .bg-logo.misereor{
    width: 152px;
    height: 39px;
    background: url("../img/bg-footer-logo-misereor.png") no-repeat;
    background-size: contain;
}


/* 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("../img/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 *****/

/***** Videos - Start *****/
.video-code,
.video-embed {
    position: relative;
    width: 100%;
    margin: 0 auto 28px;
    padding-bottom: 56.25%;
    height: 0;
}
.video-embed-item {
    max-width: 100%;
}
.video-embed {
    width: 920px;
    max-width: 100%;
}
.col-md-6 .video-embed {
    width: 445px;
}
#page-398 .col-md-6 .video-embed {
    width: 540px;
}
.video-code iframe,
.video-embed iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
/***** Videos - End *****/
/***** Newsletter Teaser - Start *****/
.newsletter_link {
    font: 22px Amsi Pro;
    color: #FFFFFF;
    padding: 0 0 0 15px;
    text-transform: uppercase;
    position: absolute;
    bottom: 30px;
    left: 40px;
    border: none;
    background: #00ABDF;
}
.newsletter_link_wrap{
    position: absolute;
    bottom: 0;
    left: 3px;
    z-index: 1;
}
.newsletter_link_wrap::before {
    content: "";
    position: absolute;
    background: url("../img/nav-arrow.png") no-repeat;
    width: 18px;
    height: 30px;
    left: 40px;
    top: -53px;
    z-index: 2;
    background-size: 9px 15px;
}
.newsletter_banner {
    background: #FF8C01 no-repeat padding-box;
    transform: matrix(0.98, -0.19, 0.19, 0.98, 0, 0);
    font: 41px/36px Amsi Pro;
    letter-spacing: 0;
    color: #FFFFFF;
    padding: 9px 50px;
    position: absolute;
    right: -7px;
    bottom: 22px;
    text-transform: uppercase
}
.newsletter_link:hover {
    color: #fff;
    text-decoration: none;
}
.newsletter_email {
    background: #00ABDF;
    border: 2px solid #FFFFFF;
    border-radius: 4px;
    font: 22px Amsi Pro;
    color: #FFFFFF;
    margin-bottom: 20px;
}
.newsletter_text {
    font: 22px Amsi Pro;
    color: #FFFFFF;

}
#newsletter_teaser {
    width: 55%;
    background: #00ABDF;
    padding: 35px 42px;
    margin: 40px 22% 40px 22%;
    position: relative;
    overflow: hidden;
}
.newsletter_email::-webkit-input-placeholder {
    color: #fff;
}
.newsletter_banner::before {
    content: "";
    position: absolute;
    height: 59px;
    width: 15px;
    transform: rotate(10deg);
    left: -5px;
    top: -4px;
    background: #00ABDF;
}
.newsletter_form {
    padding-bottom: 20px;
}
/***** Newsletter Teaser - End *****/
/*** Veranstaltung Eintragen auf Startseite ausblenden ***/
#page-398 #kalender_teaser .button:nth-of-type(2) {
    display: none;
}

/***** Quiz - Start *****/
.tx-fp-masterquiz {
    margin: 40px 0;
    padding: 30px;
    text-align: center;
    background-color: #2ea9da;
}
.tx-fp-masterquiz > h2 {
    /*text-align: center;*/
    color: #fff;
}
.tx-fp-masterquiz .description {
    max-width: 100%;
    width: 700px;
    margin: 0 auto;
    font-size: 14px;
}
.tx-fp-masterquiz .description a {
    color: inherit;
    text-decoration: underline;
}
.tx-fp-masterquiz .description a:hover {
    text-decoration: none;
}
.tx-fp-masterquiz .quiz-progress {
    font-size: 14px;
    /*color: #fff;*/
}
.tx-fp-masterquiz .progress {
    display: none;
}
.tx-fp-masterquiz .btn-primary,
.tx-fp-masterquiz .btn-primary:hover,
.tx-fp-masterquiz .btn-primary:active,
.tx-fp-masterquiz .btn-primary:not(:disabled):not(.disabled):active,
.tx-fp-masterquiz .btn-primary:focus {
    color: #fff;
    border-color: #fff;
    background: url("../../Images/bg-arrow-white.svg") no-repeat calc(100% - 14px) center;
    background-size: 9px;
    box-shadow: none;

    transition: all .1s;
}
.tx-fp-masterquiz .btn-primary:hover {
    background-position-x: calc(100% - 10px);
}
.tx-fp-masterquiz .pull-right.quiz-subm {
    text-align: right;
}

.tx-fp-masterquiz .card-rm {
    padding: 30px;
    border-radius: 5px;
    background-color: #f3f3f3;
}
.tx-fp-masterquiz .card-rm legend {
    display: none;
}
.tx-fp-masterquiz .card-rm .mx-auto {
    font-size: 18px;
    font-weight: 700;
}

.tx-fp-masterquiz .text-buttons {
    font-size: 14px;
    text-align: left;
}
.tx-fp-masterquiz .card-rm .text-buttons label {
    cursor: pointer;
}
.tx-fp-masterquiz .text-buttons .done {
    text-align: center;
}
.tx-fp-masterquiz .text-buttons .your-answers {
    font-style: italic;
}
.tx-fp-masterquiz .text-buttons ul.quiz-showOwnAnswers {
    list-style: none;
    margin: 0;
    padding: 0;
    font-weight: 700;
    color: #f39200;
}
.tx-fp-masterquiz .text-buttons ul.quiz-showOwnAnswers li:last-child {
    margin: 0;
}
.tx-fp-masterquiz .text-buttons .restart-button-wrapper {
    text-align: right;
}
/***** Quiz - End *****/
