/*body*/
.hide
{
	display:none;
}
.sr-only
{

position:absolute;
	top:0;
	left:-99999px;
	margin:0 !important;
	padding:0 !important;
	height:0;
}


.custom-select:focus {
  border:3px solid #003f6f !important;
}
.custom-select option:checked,
.custom-select option:hover {
    box-shadow: 0 0 10px 100px #000 inset;
}
/*.custom-select>option:hover
    {
        background: #003f6f!important;
        
    }
	*/
/*.custom-select *:hover
{
	background-color:#003f6f !important;
	padding-bottom:10px!important;
}
.custom-select option {
  font-size: 18px;
  background-color: #ffffff;
}

.custom-select option:before {
  content: ">";
  font-size: 20px;
  display: none;
  padding-right: 10px;
  padding-left: 5px;
  color: #fff;
}

.custom-select option:hover:before {
  display: inline;
}*/

@font-face {
    font-family: 'OpenSans';
    font-display: swap;
    src: url("/wp-content/themes/bayernde/assets/fonts/OpenSans.woff2") format("woff2");
}

@font-face {
    font-family: 'Inter';
    font-display: swap;
    src: url("/wp-content/themes/bayernde/assets/fonts/Inter.woff2") format("woff2");
}

@font-face {
    font-family: 'Andika';
    font-display: swap;
    src: url("/wp-content/themes/bayernde/assets/fonts/Andika.woff2") format("woff2");
}

@font-face {
    font-family: 'FSMe';
    font-display: swap;
    src: url("/wp-content/themes/bayernde/assets/fonts/FSMe.woff2") format("woff2");
}

@font-face {
    font-family: 'Tiresias';
    font-display: swap;
    src: url("/wp-content/themes/bayernde/assets/fonts/Tiresias.woff2") format("woff2");
}

@font-face {
    font-family: 'OpenDyslexic';
    font-display: swap;
    src: url("/wp-content/themes/bayernde/assets/fonts/OpenDyslexic3.woff2") format("woff2");
}

@font-face {
    font-family: 'NotoSans';
    font-display: swap;
    font-weight: 400;
    src: url("/wp-content/themes/bayernde/assets/fonts/Noto-Sans.woff2") format("woff2"),
    url("/wp-content/themes/bayernde/assets/fonts/Noto-Sans.woff") format("woff");
}

@font-face {
    font-family: 'NotoSans';
    font-display: swap;
    font-weight: 700;
    src: url("/wp-content/themes/bayernde/assets/fonts/Noto-Sans-Bold.woff2") format("woff2"),
    url("/wp-content/themes/bayernde/assets/fonts/Noto-Sans-Bold.woff") format("woff");
}

@font-face {
    font-family: 'NotoSans';
    font-display: swap;
    font-style: italic;
    src: url("/wp-content/themes/bayernde/assets/fonts/Noto-Sans-Italic.woff2") format("woff2"),
    url("/wp-content/themes/bayernde/assets/fonts/Noto-Sans-Italic.woff") format("woff");
}
@keyframes smoothScroll {
    0% {
        transform: translateY(-40px);
    }
    100% {
        transform: translateY(0px);
    }
}
html {
    font-size: 16px;
    height: 100%;
    scroll-behavior: smooth;
}

body {
    font-family: 'NotoSans', sans-serif;
    color: #001322;
    font-size: inherit;
    background-color: #ffffff;
    line-height: 1.7;
}

body.fontfamily_inter {
    font-family: Inter;
}

body.fontfamily_andika {
    font-family: Andika;
}

body.fontfamily_fsme {
    font-family: FSMe;
}

body.fontfamily_tiresias {
    font-family: Tiresias;
}

body.fontfamily_opendyslexic {
    font-family: OpenDyslexic;
}

body.fontfamily_notosans {
    font-family: NotoSans;
}

article,
aside,
footer,
header,
nav,
section,
figcaption,
figure,
main,
details,
menu {
    display: block
}

h1 {
    font-size: 52px;
    line-height: 1.5;
}
.hideclass, .unsichtbar
{
	display:none;
}
figure {
    margin: 1em 40px
}

hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible
}
.our-header .h4same a, .article-two p a, .article-three p a{
    outline: 0;
	cursor: pointer;
    text-decoration: underline;
    color: #003f6f;
}
.article-two p a.action-modal, .article-three p a.action-modal
{
	text-decoration: none;
	color: #001322;
}
.article-two p a.action-modal:hover, .article-three p a.action-modal:hover
{
	text-decoration: underline;
    color: #003f6f;
}
a {
    color: #001322;
    text-decoration: none;
    cursor: pointer;
}

a:hover,
a:active{
    outline: 0;
    text-decoration: underline;
    color: #003f6f;
}
.owl-carousel .owl-item .owl-lazy:not([src]), .owl-carousel .owl-item .owl-lazy[src^=""]
{
	max-height:initial!important;
}
abbr[title] {
    border-bottom: 0;
    text-decoration: underline dotted
}

b,
strong {
    font-weight: inherit
}

b,
strong {
    font-weight: 700
}

dfn {
    font-style: italic
}

sub {
    bottom: -0.25em
}

sup {
    top: -0.5em
}

p {
    margin-bottom: 10px;
}

audio,
video {
    display: inline-block;
}

audio:not([controls]) {
    display: none;
    height: 0
}
#readspeaker_button1
{
display:none;
position:absolute;
/*outline:1px solid red;
left:-100px;*/
}
img {
    border-style: none;
    /*outline: 0;*/
    width: auto;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
}
.bildauto
{
	height:auto;
	/*width:auto!important;*/
}
.bildauto
{
-webkit-transform: scale(1);-moz-transform: scale(1);-ms-transform: scale(1);-o-transform: scale(1);transform: scale(1);
-webkit-transition: all 3.3s linear;-moz-transition: all 3.3s linear;-ms-transition: all 3.3s linear;-o-transition: all 3.3s linear;transition: all 3.3s linear;
}
.bildauto:hover
{
-webkit-transform: scale(1.2);-moz-transform: scale(1.2);-ms-transform: scale(1.2);-o-transform: scale(1.2);transform: scale(1.2);

}
.list-newsletter-content img
{
	max-width: unset;
}
.bildcontent{
    border-style: none;
    /*outline: 0;*/
    width: auto;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
}

img:focus {
    /*outline: 0;*/
}

svg {
    height: 20px;
    width: auto;
}

svg:not(:root) {
    overflow: hidden
}

input[type=text],
input[type=email],
input[type=number],
textarea {
    width: 100%;
    padding: 9px;
    border: 1px solid #003f6f;
    background-color: white;
    border-radius: 0;
    box-sizing: border-box;
    resize: vertical;
    outline: 0;
    line-height: 2;
    height: 56px;
    color: #000;
    font-size: 18px;
}

textarea.form-control {
    width: 100%;
    padding: 9px;
    border: 1px solid #003f6f;
    background-color: white;
    border-radius: 0;
    box-sizing: border-box;
    resize: vertical;
    outline: 0;
    line-height: 2;
    color: #000;
    font-size: 18px;
    height: 687px;
}

button,
select {
    text-transform: none
}

button,
html [type="button"],
[type="reset"],
[type="submit"] {
    color: #001322;
    background: #fff;
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0
}

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
    outline: 1px dotted ButtonText
}

fieldset {
    border: 1px solid silver;
    margin: 0 2px;
    padding: .35em .625em .75em
}

progress {
    display: inline-block;
    vertical-align: baseline
}

textarea {
    overflow: auto
}

ul {
    list-style: none;
    padding-left: 0;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6,
.close {
    line-height: 1.5;
}

[type="checkbox"],
[type="radio"] {
    box-sizing: border-box;
    padding: 0
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
    height: auto
}

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit
}

summary {
    display: list-item
}

canvas {
    display: inline-block
}

template,
[hidden] {
    display: none
}

[role="button"] {
    cursor: pointer
}

#wrapper svg,
#wrapper1 svg,
#wrapper2 svg,
#wrapper3 svg,
#wrapper4 svg {
    margin: auto;
}

#settings_close svg {
    height: 70%;
}

.button svg {
    fill: #fff;
}

.content-text-right
{
	/*float:left;*/
}
.text-image-right
{
	/*float:left;*/
	/*max-width:188px;*/
}
/*
========================
Accessibility
========================
*/
.block_settings {
    box-shadow: 3px 3px 10px -5px #444;
}

.open-accessibility button .lab-only {
    font-weight: normal;
    padding: 5px;
}

.button,
button,
input[type="submit"],
input[type="button"],
input[type="reset"] {
    display: inline-block;
    text-align: center;
    cursor: pointer;
    text-decoration: none;
    height: auto;
    line-height: 1.5;
    border: none;
    background: #1c44a4;
    font-family: inherit;
    font-weight: inherit;
    padding: 15px 60px;
    color: #fff;
    text-transform: none;
    border-radius: 24px;
    -webkit-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
}

.button:active,
button:active
input[type="submit"]:active,
input[type="button"]:active,
input[type="reset"]:active {
    outline: 0
}

.button a {
    color: #fff;
    text-decoration: none
}

.button:hover a,
.button:focus a {
    color: #fff
}

.footer-dark .call-to-action-button .wm-button:hover {
    background-color: #fff !important;
    color: #003f6f !important
}

.footer-light input[type="submit"] {
    background: #003f6f;
}

#lab-main .lab-wcag-settings {
    padding: 0 5px;
    display: block;
    width: 100%;
}

#lab-main .lab-wcag-settings>li {
    clear: both;
    margin-top: 10px;
    font-weight: inherit;
    float: left;
    width: 100%;
}

#lab-main .lab-wcag-settings>ul {
    clear: both;
    display: block;
    width: 100%;
}

#lab-main .lab-wcag-settings>li:first-child {
    margin: 0;
}

#lab-main .lab-wcag-settings ul>li {
    width: 50%;
    float: left;
}

.open-accessibility,
#lab-main .lab-wcag-settings li button {
    position: relative;
    background: #fff;
    color: #161616;
}

#lab-main .lab-wcag-settings li button {
    vertical-align: baseline;
    padding: 3px 7px;
    text-decoration: none;
    border: none;
    margin: 0;
    border-radius: 0;
    width: 100%;
    text-align: left;
}

#lab-main .lab-wcag-settings li button:hover,
#lab-main .lab-wcag-settings li button:focus {
    outline: 0;
}

.block-settings-wrapper {
    position: fixed;
    left: -323px;
    top: 17%;
    width: 320px;
    z-index: 70;
    -moz-transition: left .4s;
    -webkit-transition: left .4s;
    transition: left .4s;
    z-index: 9999;
}

.block-settings-wrapper #settings_close {
    width: 50px;
    height: 50px;
    display: block;
    position: absolute;
    right: -50px;
    top: 15%;
    background-repeat: no-repeat;
    border-radius: 0 2px 2px 0;
    font-size: 30px;
    background-color: #1c44a4;
    color: white;
    text-align: center;
    padding: 4px;
    cursor: pointer;
    box-shadow: 5px 5px 25px -5px #444;
}

.block-settings-wrapper section {
    display: block;
    clear: both;
    padding: 15px 12px 15px 15px;
    height: 199px;
}

.opened-settings .block-settings-wrapper {
    left: 0;
}

#settings_close svg {
    vertical-align: baseline;
}

.wide-page .lab-container {
    max-width: 100%
}

/* SVG Colors */

body.highcontrast svg,
body.highcontrast .header-logo {
    fill: #fff;
    color: #fff;
}

body.highcontrast .button svg,
body.highcontrast .footer-contact-icon svg:hover,
body.highcontrast #backtotop svg,
body.highcontrast .icon-conteact svg:hover {
    fill: #161616;
}

body.highcontrast #lab-logo-nav .lab-main-menu .nav-menu>.menu-item:hover,
body.highcontrast #lab-logo-nav .lab-main-menu .nav-menu>.menu-item.current-menu-item,
body.highcontrast #lab-logo-nav .lab-main-menu .nav-menu>.menu-item a:focus {
    outline: 2px solid #fff;
    outline-offset: -3px;
}

body.font-readable button .lab-only {
    letter-spacing: 1px;
}

body.wide-page #lab-main .container {
    max-width: 100%;
}

body.highcontrast .sidenav {
    background-color: #161616
}

body.highcontrast .our-spec svg,
body.highcontrast a.page-scroll,
body.highcontrast .closebtn {
    color: #fff;
}

body.highcontrast .controls .btn {
    border-color: #000000;
}

body.highcontrast .controls .btn.active,
body.highcontrast .controls .btn:hover {
    color: #fff;
    background-color: #161616;
}

body.highcontrast .footer-dark,
body.highcontrast .footer-light,
body.highcontrast .footer-contact-icon,
body.highcontrast .dream-text p,
body.highcontrast .blog-post,
body.highcontrast .footer-dark h3,
body.highcontrast .contact-row-margin p,
body.highcontrast .contact-icon,
body.highcontrast .footer-light h3,
body.highcontrast .opening-time p,
body.highcontrast .tagcloud ul.tagcloudul li a::after {
    background-color: #161616
}

body.highcontrast,
body.highcontrast .section-bg,
body.highcontrast::selection,
body.highcontrast #lab-main ul.breadcrumb,
body.highcontrast .lab-part-content,
body.highcontrast #lab-main .block-settings-wrapper #settings_close,
body.highcontrast .our-spec h3,
body.highcontrast .our-spec p,
body.highcontrast #lab-main .open-accessibility,
body.highcontrast #lab-main .lab-wcag-settings li button {
    background-color: #000;
    color: #fff;
    fill: #fff;
}

body.highcontrast .call-to-action-button .wm-button:hover,
body.highcontrast input[type="submit"]:hover,
body.highcontrast .open-time .wm-button:hover,
body.highcontrast input.btnContact:hover,
body.highcontrast .icon-conteact svg:hover,
body.highcontrast #lab-header .button:hover,
body.highcontrast .our-spec svg:hover,
body.highcontrast .offcanvas-butns button:hover,
body #lab-main ul.breadcrumb {
    background-color: #fff;
    color: #000;
    fill: #000
}

body.highcontrast ul.breadcrumb li a:hover {
    color: #fff;
    text-decoration: underline;
}

body.highcontrast .all-testimonial,
body.highcontrast .footer-dark h3:after,
body.highcontrast .footer-light h3:after,
body.highcontrast #lab-back-top a {
    border-color: #fff;
}

body.highcontrast .form-control:focus {
    background-color: #000;
}

body.wide-page #counter .container {
    max-width: 100%;
}

body.highcontrast a:hover {
    text-decoration: underline !important
}

body.highcontrast .press-title,
body.highcontrast .bavaria-press,
body.highcontrast .bavaria-p-message-text,
body.highcontrast .pause::after,
body.highcontrast .play::after,
body.highcontrast .social-media-title,
body.highcontrast .social-media-text strong,
body.highcontrast .social-media-text a,
body.highcontrast .bavaria-furbugger-title,
body.highcontrast .icon_footer_nav,
body.highcontrast ul#footer-menu li a {
    color: #fff !important;
}

body.highcontrast .press-service-link > a,
body.highcontrast .social-media-link > a {
    color: #fff;
    background: url(/wp-content/themes/bayernde/assets/images/svg/path.svg) 92% 62% no-repeat transparent;
    background-size: 8px;
}

body.font-readable {
    letter-spacing: 0.12em;
    word-spacing: 0.16em
}

body.font-readable .button,
body.font-readable button,
body.font-readable input[type="submit"],
body.font-readable input[type="button"],
body.font-readable input[type="reset"],
body.font-readable .page-header>h1,
body.font-readable .page-header>h2,
body.font-readable .page-header>h3,
body.font-readable .page-header>h4,
body.font-readable .page-header>h5,
body.font-readable .page-header>h6,
body.font-readable .page-header>p {
    letter-spacing: 0.12em;
    word-spacing: 0.16em
}

body.link-underline a,
body.link-underline a * {
    text-decoration: underline !important;
}

body.highcontrast select,
body.highcontrast textarea,
body.highcontrast input[type="text"],
body.highcontrast input[type="password"],
body.highcontrast input[type="datetime"],
body.highcontrast input[type="datetime-local"],
body.highcontrast input[type="date"],
body.highcontrast input[type="month"],
body.highcontrast input[type="time"],
body.highcontrast input[type="week"],
body.highcontrast input[type="number"],
body.highcontrast input[type="email"],
body.highcontrast input[type="url"],
body.highcontrast input[type="search"],
body.highcontrast input[type="tel"],
body.highcontrast input[type="color"] {
    color: #fff;
}

body.highcontrast .jumbotron {
    background: #000;
}

::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #001322;
    opacity: 1; /* Firefox */
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #001322;
}

::-ms-input-placeholder { /* Microsoft Edge */
    color: #001322;
}

body.highcontrast select::-webkit-input-placeholder,
body.highcontrast textarea::-webkit-input-placeholder,
body.highcontrast input:not([type="submit"]):not([type="reset"]):not([type="button"])::-webkit-input-placeholder,
body.highcontrast select::-moz-placeholder,
body.highcontrast textarea::-moz-placeholder,
body.highcontrast input:not([type="submit"]):not([type="reset"]):not([type="button"])::-moz-placeholder,
body.highcontrast select:-ms-input-placeholder,
body.highcontrast textarea:-ms-input-placeholder,
body.highcontrast input:not([type="submit"]):not([type="reset"]):not([type="button"])::-ms-input-placeholder {
    color: #fff;
    opacity: 1
}

body.highcontrast select:focus,
body.highcontrast textarea:focus,
body.highcontrast input:not([type="submit"]):not([type="reset"]):not([type="button"]):focus {
    border-color: #ff0
}

body.highcontrast .btn,
body.highcontrast .button,
body.highcontrast button,
body.highcontrast input[type="submit"],
body.highcontrast input[type="button"],
body.highcontrast input[type="reset"] {
    text-decoration: none;
    background: #fff;
    color: #000;
    opacity: 1
}

/*
body.highcontrast .btn.active,
body.highcontrast .button.active,
body.highcontrast button.active,
body.highcontrast input[type="submit"].active,
body.highcontrast input[type="button"].active,
body.highcontrast input[type="reset"].active,
body.highcontrast .btn:hover,
body.highcontrast .button:hover,
body.highcontrast button:hover,
body.highcontrast input[type="submit"]:hover,
body.highcontrast input[type="button"]:hover,
body.highcontrast input[type="reset"]:hover,
body.highcontrast .btn:focus,
body.highcontrast .button:focus,
body.highcontrast button:focus,
body.highcontrast input[type="submit"]:focus,
body.highcontrast input[type="button"]:focus,
body.highcontrast input[type="reset"]:focus {
    color: #000;
    background: #ff0
}
*/

body.highcontrast #press.owl-theme .owl-dots .owl-dot.active span,
body.highcontrast .press.owl-theme .owl-dots .owl-dot.active span {
    background: #fff;
}

body.highcontrast .button a,
body.highcontrast .button.active a,
body.highcontrast .button:hover a,
body.highcontrast .button:focus a {
    color: #000
}

body.highcontrast #lab-header .button,
body.highcontrast #lab-header button,
body.highcontrast #lab-header input[type="submit"],
body.highcontrast #lab-header input[type="button"],
body.highcontrast #lab-header input[type="reset"] {
    background: #fff;
    color: #000
}

body.highcontrast #lab-header .button.active,
body.highcontrast #lab-header button.active,
body.highcontrast #lab-header input[type="submit"].active,
body.highcontrast #lab-header input[type="button"].active,
body.highcontrast #lab-header input[type="reset"].active,
body.highcontrast #lab-header .btn:hover,
body.highcontrast #lab-header .button:hover,
body.highcontrast #lab-header button:hover,
body.highcontrast #lab-header input[type="submit"]:hover,
body.highcontrast #lab-header input[type="button"]:hover,
body.highcontrast #lab-header input[type="reset"]:hover,
body.highcontrast #lab-header .btn:focus,
body.highcontrast #lab-header .button:focus,
body.highcontrast #lab-header button:focus,
body.highcontrast #lab-header input[type="submit"]:focus,
body.highcontrast #lab-header input[type="button"]:focus,
body.highcontrast #lab-header input[type="reset"]:focus {
    color: #fff;
    background: #1c44a4
}

body.highcontrast #lab-back-top a {
    color: #000;
    background-color: #fff
}

body.highcontrast #lab-main .lab-wcag-settings {
    border-color: #fff
}

body.highcontrast #lab-main .lab-wcag-settings li a {
    border-color: #fff;
    color: #000;
    background: #fff
}

body.highcontrast #lab-main .lab-wcag-settings li a:hover,
body.highcontrast #lab-main .lab-wcag-settings li a:focus {
    color: #000;
    background: #ff0
}

body.highcontrast #lab-main {
    background-color: #000
}

body.highcontrast.sticky-bar #lab-header {
    padding-top: 0 !important
}

body.highcontrast.sticky-bar #lab-logo-nav {
    position: static;
    background: #000
}

body.highcontrast #lab-logo-nav #lab-wcag {
    background: none;
    color: #fff
}

body.highcontrast #lab-logo-nav,
body.highcontrast #lab-header {
    color: #fff;
    background: #000;
    border-bottom: 1px solid #fff
}

body.highcontrast #lab-logo-nav:before,
body.highcontrast #lab-header:before,
body.highcontrast #lab-offcanvas,
body.highcontrast #lab-offcanvas-button,
body.highcontrast #lab-logo-nav .lab-main-menu .nav-menu>.menu-item>a:after {
    display: none
}

body.highcontrast .menu li {
    border-color: #fff
}

body.highcontrast .menu li a,
body.highcontrast .menu li a:before,
body.highcontrast .menu li a:hover,
body.highcontrast .menu li a:active,
body.highcontrast .menu li a:focus,
body.highcontrast .menu .current-menu-item>a {
    color: #fff;
    border-color: #ff0
}

body.highcontrast .lab-error-page>h1,
body.highcontrast .lab-error-page>h2,
body.highcontrast #lab-logo-nav .lab-main-menu .nav-menu>.menu-item>a,
body.highcontrast #lab-logo-nav .lab-main-menu .nav-menu>.menu-item.hover>a,
body.highcontrast #lab-logo-nav .lab-main-menu .nav-menu>.menu-item:hover>a,
body.highcontrast #lab-logo-nav .lab-main-menu .nav-menu>.menu-item.current-menu-item>a,
body.highcontrast ul.lab-dark li:before,
body.highcontrast .contact {
    color: #fff
}

body.highcontrast .lab-tabs .lab-tab-links li a {
    border-color: #fff;
    color: #fff
}

body.highcontrast ul:not([class]) li:before,
body.highcontrast ul.lab-dark li:before,
body.highcontrast ul.lab-light li:before,
body.highcontrast #lab-header ul:not([class]) li:before,
body.highcontrast #lab-header ul.lab-light li:before {
    color: #ff0;
    background: #fff
}

body.highcontrast pre {
    color: #fff;
    background-color: #000;
    border-color: #fff
}

body.highcontrast blockquote {
    border-color: #fff
}

body.highcontrast #lab-bar-right {
    opacity: 1 !important;
    pointer-events: auto !important
}
body.wide-page .search-content .section-search {
    margin-left: 0;
    margin-right: 0;
}

/*
=========================
Skip menu
=========================
*/

.lab-skip-menu {
    position: fixed;
    top: 0;
    left: 0;
    right: auto;
    z-index: 999999
}

.lab-skip-menu ul.menu {
    margin: 0
}

.lab-skip-menu ul.menu>li {
    padding: 0;
    margin: 0
}

.lab-skip-menu ul.menu>li>a:before {
    display: none
}

.lab-skip-menu ul.menu>li>a {
    color: #fff;
    background: #1c44a4;
    position: absolute;
    top: 0;
    left: -9999px;
    right: auto;
    white-space: nowrap;
    padding: 10px;
    border: none;
    line-height: 1.5;
}

.lab-skip-menu ul.menu>li>a:focus {
    left: 0
}

.lab-skip-menu ul.menu>li>a:hover,
.lab-skip-menu ul.menu>li>a:focus {
    color: #1c44a4;
    background: #fff
}

/** High Contrast **/
body.highcontrast .lab-skip-menu ul.menu>li>a {
    color: #000;
    background: #fff
}

body.highcontrast .lab-skip-menu ul.menu>li>a:hover,
body.highcontrast .lab-skip-menu ul.menu>li>a:focus {
    color: #000;
    background: #ff0
}



/*
====================
header
====================
*/

/* Logo */
/* Menu */
.icon-brad-top-left{
    font-size: 22px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.45;
    letter-spacing: normal;
    position: absolute;
    top: 92px;
}
#header.stickyheader .icon-brad-top-left {
    top: -4px;
}
.openSearch,
.openNav{
    cursor: pointer;
    display: flex;
    align-items: center;
}
.openSearch span,
.openNav span{
    margin-left: 16px;
}
.openSearch span.VR20S,
.openNav span.VR20S{
    margin-left: 0px;
}
.openSearch .nav-open,
.openNav .nav-open {
    width: auto;
}
.openSearch img.nav-open {
    /*width: 20px;*/
}
.openSearch.open .nav-open,
.openNav.open .nav-open,
.nav-close{
    display: none;
}
.openSearch.open .nav-close,
.openNav.open .nav-close{
    display: inline-flex;
    width: auto;
}
#sideSearch,
#mySidenav{
    background-color: #f2f5f8;
    font-size: 22px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.64;
    box-shadow: none;
    padding-top: 16px;
}
#mySidenav{
	height:82vh;
	display:none;
}
#sideSearch{
	height:120px;
	display:none;
}
body:not(.fsize130) #sideSearch {
    font-size: inherit;
}
#sideSearch .Section-background,
#mySidenav .Section-background{
    padding-top: 18px;
    max-height: calc(100vh - 200px);
    overflow-y: auto;
    scrollbar-width: none;
    -ms-overflow-style: none;
    height: 100vh;
}
.section-search .bootstrap-autocomplete::-webkit-scrollbar,
.Section-background::-webkit-scrollbar,
#mySidenav .Section-background::-webkit-scrollbar{
    width: 0;
}
#mySidenav .main-menu{
    margin-left: -26px;
}
#mySidenav .navbar{
    padding: 0;
}
#mySidenav .closebtn{
    display: none;
}
#mySidenav .navbar-collapse{
    align-items: start;
}
#mySidenav .menu-level-2,
#mySidenav .menu-level-3{
    display: none;
}
#mySidenav .menu-level-2.show,
#mySidenav .menu-level-3.show {
    display: block;
    /*overflow: hidden;*/
}
#mySidenav .menu-level-2-child-3 {
    padding-right: 0;
}
#mySidenav .navbar-nav .nav-link{
    padding: 14px 40px 14px 30px;
}
#mySidenav.sidenav a{
    color: #003f6f;
    text-align: left;
}
#mySidenav.sidenav a.nav-link:after{
    content: "";
    position: absolute;
    right: 24px;
    top: 47%;
    width: 5px;
    height: 8px;
    background: url(/wp-content/themes/bayernde/assets/images/svg/icon-arrow.svg) 0 -1px no-repeat transparent;
}
/*
#mySidenav.sidenav .corona a.nav-link:after,#mySidenav.sidenav .menu-back a.nav-link:after{
    content: "";
    position: absolute;
    right: 24px;
    top: 47%;
    width: 8px;
    height: 14px;
    background: url(/wp-content/themes/bayernde/assets/images/svg/icon-arrow.svg) 0 -1px no-repeat transparent;
}*/
/*#mySidenav.sidenav .nav-item {
    position: relative;
}*/
/*
#mySidenav.sidenav .nav-item .btn-menu {
    position: absolute;
    top: 14px;
    right: 0;
    z-index: 99;
    cursor: pointer;
    width: 53px;
    height: 30px;
    text-align: center;
    line-height: 30px;

    
}*/
#mySidenav.sidenav li.menu-back a.nav-link:after{
    right: initial;
    left: 2px;
    transform: translateY(15%) rotate(180deg);
    top: 29%;
}
#mySidenav.sidenav ul li > a,
#mySidenav.sidenav ul{
    position: relative;
}
#mySidenav.sidenav li > a:hover:before{
    content: '\A';
    position: absolute;
    width: 6px;
    height: 100%;
    top: 0;
    left: 0;
    background-color: #003f6f;
}
#mySidenav.sidenav li.menu-back a.nav-link:before{
    display: none;
}
#mySidenav.sidenav li:hover > a{
    text-decoration: underline;
    background-color: #fff;
}
#mySidenav.sidenav li.active > a{
    font-weight: bold;
    background-color: #fff;
    text-decoration: none;
}
body.scrolled .sidenav{
    top: 82px!important;
}
#mySidenav .navbar-nav{
    width: calc(100% / 3);
    padding-right: 34px;
}
#mySidenav .navbar-nav a + ul {
    position: absolute;
    top: 0;
    left: 100%;
    width: 100%;
}
#mySidenav.sidenav li.current-ancestor > a{
    font-weight: bold;
    background-color: #fff;
    text-decoration: none;

}
#mySidenav.sidenav li.current-item > a{
    font-weight: bold;
    background-color: #fff;
    text-decoration: underline;
}
#mySidenav.sidenav li.current-item > a:before{
    content: '\A';
    position: absolute;
    width: 6px;
    height: 100%;
    top: 0;
    left: 0;
    background-color: #003f6f;
}

/* Menu Suche */
.left-side{
    display: flex;
}
.left-side > *{
    margin-left: 32px;
}
.left-side > *:first-child{
    margin-left: 0;
}
.openSearch{
    cursor: pointer;
}
/* Menu Suche */
.left-side{
    display: flex;
}
.left-side > *{
    margin-left: 64px;
}
#sideSearch{
    padding-top: 32px;
    max-height: 50vh;
}
#sideSearch .Section-background{
    padding-top: 0;
}
.openSearch{
    cursor: pointer;
}
.section-search .bootstrap-autocomplete{
    background-color: transparent;
    border: 0;
    padding-top: 15px;
    max-height: 200px;
    overflow-y: auto;
    scrollbar-width: none;
    -ms-overflow-style: none;
}
.section-search .bootstrap-autocomplete a{
    text-align: left;
    padding-left: 12px;
    font-size: 22px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 2.18;
    letter-spacing: 0.22px;
}
.section-search .md-form {
    position: relative;
}
.section-search .button-search{
    position: absolute;
    top: 50%;
    right: 15px;
    transform: translateY(-50%);
	padding:0;
	background:none;
}
.section-search .button-search svg,
.section-search .button-search img{
    /*width: 20px;
    height: 19px;*/
}
.section-search .advancedAutoComplete,
.section-search .advancedAutoComplete:focus{
    box-shadow: none;
    border-radius: 0;
    height: 56px;
    border-color: rgba(0, 19, 34, 0.3);
    font-size: 22px;
    padding: 12px 15px;
	color:#001322;
}
.section-search .dropdown-item.active,
.section-search .dropdown-item:active{
    background-color: #003f6f;
}

/* Container */
.container, .container-lg, .container-md, .container-sm, .container-xl {
    max-width: 1320px;
    position: relative;
}

/* Row 1 */

.icon-scp-top-left {
    float: left;
    padding-top: 5px;
}

.ml-auto.icon-scp-top {
    float: right;
    padding-top: 5px;
}

.ml-auto.icon-scp-top svg {
    padding-left: 10px;
}

.link-head:hover {
    text-decoration: none;
    cursor: pointer;
}

.sticky-bar.scrolled #lab-main #lab-wcag .icon-scp-top,
.sticky-bar.scrolled #lab-main #lab-wcag .icon-scp-top-left {
    display: none;
}

#lab-bar-right {
    float: right
}

/* Header */

#header {
	 
    padding-top: 20px;
    height: 183px;
    background: #fff url(/wp-content/themes/bayernde/assets/images/background-sidenav.png) left bottom repeat;
    background-repeat: no-repeat;
    background-size: 100% 16px;
}

#header.stickyheader {
   position: fixed;/*sticky;*/
   position: -webkit-sticky; /* Safari */
    display: block;
    width: 100%;
    top: 0px;
    right: 0;
    left: 0;
    z-index: 1001;
    height: 84px;
	
    transition: transform 0.5s;
    transform: translateY(0%);
    animation: smoothScroll 1s forwards;
}
.header-content {
    position: relative;
}

/* Logo */

.logo {
    position: absolute;
    top: 45px;
    right: 0;
}
.logo img{
	width:442px;
}
.logo-sticky, .stickyheader .logo {
    display: none;
}

.stickyheader .logo-sticky {
    display: block;
    position: absolute;
    top: -7px;
    right: 0;
}

.stickyheader .logo-sticky img {
    height: 45px;
}

.stickyheader .logo-sticky img.logo-print {
    display: none;
}

/* Top bar */

#header.stickyheader ul.top-bar {
    position: absolute;
    left: 330px;
    top: -1px;
}

ul.top-bar li {
    display: inline;
    margin-right: 30px;
    font-size: 13px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
}

ul.top-bar li a {
    /*opacity: 0.7;*/
}

ul.top-bar img {
    width: auto;
    margin-right: 10px;
    margin-top: -5px;
}

/* Menu */

#lab-main-menu {
    float: left;
    position: relative;
    z-index: 5
}

.lab-main-menu {
    float: left
}

.menu ul {
    margin: 0
}

.menu li {
    display: block;
    position: relative
}

.menu li a {
    display: block;
    color: inherit;
    line-height: 20px;
    padding: 5px 0;
    text-decoration: none
}

.menu li a:hover,
.menu li a:focus,
.menu li .current-menu-item>a {
    color: #1c44a4
}

.menu>li {
    padding: 15px auto;
    border-top: 1px solid #ededed
}

.menu>li:first-child {
    border-top: none;
    padding-top: 0
}

.menu>li:last-child {
    padding-bottom: 0
}

.menu>li>a {
    padding: 0 0 0 30px;
    position: relative
}

.menu>li>a:before {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0;
    right: auto;
    width: 8px;
    height: 8px;
    border: 1px solid #1c44a4;
    border-radius: 100%;
    margin-right: 22px
}

/* Off-Canvas Menu */

#lab-offcanvas-button {
    float: left;
    margin: 24px 0 24px 30px
}

#lab-main .lab-offcanvas-menu {
    text-align: center
}

.lab-offcanvas-menu .nav-menu .menu-item {
    width: 270px !important;
}

#lab-main .lab-offcanvas-menu>ul,
#lab-main .lab-offcanvas-menu .menu-item {
    margin: 0;
    padding: 0
}

#lab-offcanvas .menu>li {
    border-color: rgba(102, 102, 102, 0.2)
}

#lab-main .lab-offcanvas-menu>ul ul {
    padding-left: 20px;
    margin: 0
}

#lab-main .lab-offcanvas-menu .menu-item {
    text-align: left
}

#lab-main .lab-offcanvas-menu .menu-item a {
    display: block;
    padding: 5px 0;
    line-height: 1.5;
}

#lab-main .lab-offcanvas-menu .menu-item a:hover {
    color: #1c44a4;
    text-decoration: none
}

#lab-main .lab-offcanvas-menu .menu-item a:focus-within {
    color: #1c44a4;
    text-decoration: none
}

#lab-main .lab-offcanvas-menu .menu-item.current-menu-item>a {
    color: #1c44a4
}

#lab-main .lab-offcanvas-menu .nav-menu>.menu-item>a {
    padding: 20px 0
}

#lab-main .lab-offcanvas-menu .nav-menu>.menu-item+.menu-item {
    border-top: 1px solid rgba(102, 102, 102, 0.2)
}

.menu-standard #lab-offcanvas-button,
.menu-standard #lab-offcanvas .lab-offcanvas-menu {
    display: none
}

.off-canvas #lab-offcanvas-button {
    display: block
}

.call-to-action-button {
    text-align: center;
    margin-top: 35px;
}

.call-to-action-button .wm-button {
    background-color: #1c44a4;
    color: #fff;
}

.size-large {
    border-radius: 10px;
    padding: 25px 50px;
    display: block;
}

#lab-offcanvas {
    position: fixed;
    height: 100%;
    width: 300px;
    max-width: 100%;
    top: 0;
    z-index: 900;
    overflow: hidden
}

#lab-offcanvas #lab-offcanvas-content .lab-widget {
    margin: 0 auto 30px auto;
}

#lab-offcanvas.off-canvas-right {
    -webkit-transition: right 300ms ease-in-out;
    transition: right 300ms ease-in-out;
    right: -300px;
    left: auto
}

.off-canvas-opened #lab-offcanvas.off-canvas-right {
    right: 0;
    overflow-y: auto
}

/* Side Navigation */

.sidenav {
    background-color: #fff;
    height: 0;
    width: 100%;
    position: fixed;
    z-index: 5;
    overflow: hidden;
    transition: 0.5s;
    padding-top: 60px;
    box-shadow: -1px 0 5px -2px #666;
    text-align: center;
    top: 183px;
    right: initial;
    /*left: 0;*/
	left: 0;
    z-index: 99;
}
#mySidenav {
left:-66px;
}
#sideSearch, #mySidenav {
    padding-top: 0;
}

.sidemenu-logo {
    margin: 50px 0;
}

.sidenav a {
    text-decoration: none;
    color: #161616;
    transition: 0.3s;
    text-align: center;
}

.sidenav .closebtn {
    position: absolute;
    top: 0;
    right: 20px;
    font-size: 30px;
    cursor: pointer;
}

#off-canvas-btn {
    font-size: 20px;
    padding: 5px 10px;
    float: right;
    cursor: pointer;
}

/* Breadcrumb */


/* Section */

.section-bg {
    background-color: #f4f7fc;
}

/* Our-header */

.our-header h1, .our-header-video h1 {
    font-size: 52px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: normal;
    color: #001322;
    margin-bottom: 16px;
}

.our-header h2.teasertoph2, .our-header-video h2.teasertoph2 {
    
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: normal;
    color: #001322;
    margin-bottom: 16px;
}
.our-header h2.teasertoph2, .our-header h2.teasertoph2 a
{
	 font-size: 52px;
}
.our-header h1 a, .our-header-video h1 a,
.our-header h2.teasertoph2 a, .our-header-video h2.teasertoph2 a {
    color: #001322;
}

.our-header h1 a:hover, .our-header-video h1 a:hover,
.our-header h2.teasertoph2 a:hover, .our-header-video h2.teasertoph2 a:hover {
    text-decoration: underline;
}

.our-header h4, .our-header .h4same,.our-header-video h4, .our-header-video .h4same {
    font-size: 22px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.64;
    letter-spacing: normal;
    color: #001322;
}
.our-header-video .h4same
{
	padding-bottom:32px;
}

.our-header hr {
    height: 5px;
    border-color: #161616;
    margin-left: 15px;
    display: inline-flex;
    margin-right: 15px;
    width: 65px;
}

.our-header .button {
    display: block;
    border: none;
    background: none !important;
}

/* Jumbotron */

.jumbotron {
    /*background-image: url(/wp-content/themes/bayernde/assets/images/svg/bg-rauten-blau-15.svg);*/
    margin-bottom: 0;
    border-radius: 0;
    padding-left: 0;
    padding-right: 0;
    background-attachment: fixed;
    background-position: center;
    background-repeat: repeat-x;
    background-size: cover;
	background-color:#fff;
}
.rauten-listen {
    background-image: url(/wp-content/themes/bayernde/assets/images/svg/bg-rauten-blau-15.svg);
    margin-bottom: 0;
    border-radius: 0;
    padding-left: 0;
    padding-right: 0;
    background-attachment: fixed;
    background-position: center;
    background-repeat: repeat-x;
    /*background-size: cover;*/
	background-size: 100% auto;
	background-color:#fff;
}
#press-item-bay-newsletter .jumbotron {
    /*background-image: url(/wp-content/themes/bayernde/assets/images/png/bg-pattern-blue@2x.png);*/
    margin-bottom: 0;
    border-radius: 0;
    padding-left: 0;
    padding-right: 0;
    background-attachment: fixed;
    background-position: center;
    background-repeat: repeat-x;
    background-size: cover;
	background-color:#fff;
}

.jumbotron .our-header {
    background: #fff;
        padding: 32px 32px 0;
    margin-top: -249px;/*change20210310*/
    margin-left: -32px;
    margin-right: -32px;
    z-index: 10;
    position: relative;
}

.jumbotron-image {
    background-image: linear-gradient(to bottom, rgba(0, 63, 111, 0.75), #003f6f);
	position:relative; /*change20210310*/
	/*height: 700px;
	height:inherit;
 	max-height: 1200px;*/
}

.image-background {
    /*position: relative;
	height: 700px;*/
	position: relative;
    height: 823px;
    text-indent: -9999px;
    background-attachment: scroll;
    background-position: center 0px;
    background-size: cover;
    background-repeat: no-repeat;
    -webkit-transition:background-position 0.8s ease;
	-moz-transition:background-position 0.8s ease;
	-o-transition:background-position 0.8s ease;
	transition:background-position 0.4s ease;
	/*height:auto;
 	max-height: 1200px;*/
}

.image-background:before {
    height: 72px;
    opacity: 0.6;
    background-image: linear-gradient(to bottom, #001322, rgba(0, 0, 0, 0));
    content: "";
    position: absolute;
    top: 0;
    width: 100%;
	left:0;
	/*change20210310*/
}

.image-background:after {
    height: 300px;
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0), #001322);
    content: "";
    position: absolute;
    bottom: 0;
    width: 100%;
    left: 0;
}
.image-backgroundvideo {
    /*position: relative;
	height: 700px;*/
	position: relative;
    height: 823px;
    text-indent: -9999px;
    background-attachment: scroll;
    background-position: center 0px;
    background-size: cover;
    background-repeat: no-repeat;
    -webkit-transition:background-position 0.8s ease;
	-moz-transition:background-position 0.8s ease;
	-o-transition:background-position 0.8s ease;
	transition:background-position 0.4s ease;
	/*height:auto;
 	max-height: 1200px;*/
}

.image-backgroundvideo:before {
    height: 72px;
    opacity: 0.6;
    background-image: linear-gradient(to bottom, #001322, rgba(0, 0, 0, 0));
    content: "";
    position: absolute;
    top: 0;
    width: 100%;
	left:0;
	/*change20210310*/
}

.image-backgroundvideo:after {
    height: 300px;
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0), #001322);
    content: "";
    position: absolute;
    bottom: 0;
    width: 100%;
    left: 0;
}
body.wide-page .image-background {
    margin: 0px;
}

.image-background img {
    width: 100%;
	min-height: 700px;
	/*height:auto;
 	max-height: 1200px;*/
	/*max-width:1470px;*/
	opacity:0;
	/*change20210310*/
}

/*
====================
Home Article
====================
*/
.list-article {
    margin-top: 48px;
}

.article-first {
    margin-bottom: 30px;
}

.article-first-bg {
    background: #f2f5f8;
        margin-top: 72px;

    margin-bottom: 72px;
    padding-right: 20px;
}

.article-first-bg .article-title {
    margin-top: 5px;
    margin-bottom: 10px;
}

.article-first-bg .article-text {
    margin-bottom: 5px;
}

.article-first img {
    /*width: 100%;*/
}

.article-first-bg .col-lg-3 {
    -ms-flex: 0 0 328px;
    flex: 0 0 328px;
    max-width: 328px;
}

.article-first-bg .col-lg-9 {
    -ms-flex: 0 0 calc(100% - 328px);
    flex: 0 0 calc(100% - 328px);
    max-width: calc(100% - 328px);
}

.notification-close {
    position: absolute;
    bottom: 0;
    right: 0;
    cursor: pointer;
    background: #003f6f;
    width: 30px;
    padding: 0px 8px;
}

.article-two {
    margin-bottom: 40px;
}

.article {
        margin-bottom: 32px;

    position: relative;
}

.article-image {
    position: relative;
}

.media-videos .article-image:before,
.media-videos .article-image:after {
    width: 100%;
}

.article-title {
        margin-top: 24px;

    min-height: 38px;
    font-size: 24px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.58;
    letter-spacing: normal;
    color: #001322;
        margin-bottom: 16px;

}

.article-text {
    display: flex;
    flex-direction: column;
    object-fit: contain;
    font-size: 18px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 2;
    letter-spacing: normal;
    color: #000000;
        margin-bottom: 40px;


}
.article-text-sm
{
max-height:210px;
overflow:hidden;
}
.weiterlesen-article
{
	background: rgba(242, 245, 248, 0.8);
	/*outline:2px solid red;*/
	/*margin-top:-70px;
	padding-top:40px;*/
	position:absolute;
	width:92%;
	bottom:80px;
	height:70px;
	/*opacity:0.5;*/
}
.weiterlesen
{
	
	/*outline:2px solid red;*/
	/*margin-top:-70px;
	padding-top:40px;*/
	position:absolute;
	width:92%;
	bottom:50px;
	/**height:50px;*/
	/*opacity:0.5;*/
}
.article-link {
    padding-bottom: 0px;
}

.article-link>a {
    display: inline;
    text-decoration: none;
    margin-top: 21px;
    font-size: 15px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 2.4;
    letter-spacing: normal;
    text-align: right;
    color: #003f6f;
}

.article-link img {
    margin-top: -8px;
    width: 18px;
    height: 18px;
}

.article-img {
    position: relative;
}

.article-img-overlay {
    position: absolute;
    margin-top: -44px;
    color: rgb(0, 63, 111);
    background-color: #003f6f;
    z-index: 10;
    padding: 12px 0 11px 20px;
}

.article-img-text {
    position: relative;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: 1px;
    color: #ffffff;
    padding-left: 10px;
}

.article-date {
    color: #001322;
    font-size: 14px;
    margin-bottom: 0;
}

.article-date a {
    color: #001322;
}

.article-date a:hover {
    text-decoration: underline;
}

.article-date span {
    padding-left: 16px;
    padding-right: 16px;
}

.article-img-overlaytitle {
    position: absolute;
    top: 0px;
    padding: 12px 16px 14px;
    color: #fff;
    height: 100%;
    z-index: 9;
    width: 100%;
}

.article-img-overlaytitle.video-last {
    z-index: 1;
}

.article-img-title {
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.86;
    letter-spacing: 1.5px;
}

.article-img-subtitle {
    font-size: 13px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.62;
    letter-spacing: 0.5px;
}

.agree-youtube {
    display: inline-block !important;
    margin-right: 20px;
}

.article-img-subtitle a {
    color: #fff!important;
    text-decoration: underline;
}

.custom-switch {
    margin: 10px 0;
}

#table-teaser-video .custom-switch {
    margin: 0;
    display: inline-block;
}

.article-three {
        padding-bottom: 40px;

}

.article-carousel .owl-nav {
    position: relative;
    background-color: #003f6f;
    color: #fff;
    padding: 0px 0 5px;
    margin-top: -45px;
    width: 126px;
    height: 45px;
}

.article-carousel.owl-carousel .owl-nav button.owl-prev {
    font-size: 25px;
    margin: 0;
    top: -2px;
    position: absolute;
    left: 60px;
    background: none;
    width: 15px;
}

.article-carousel.owl-carousel .owl-nav button.owl-next {
    font-size: 25px;
    margin: 0;
    top: -2px;
    position: absolute;
    right: 5px;
    background: none;
    width: 15px;
}

.article-carousel.owl-theme .owl-dots .owl-dot span,
.article-carousel.owl-theme .owl-dots .owl-dot.active span {
    background: none;
}

.slider-counter {
    position: absolute;
    z-index: 21;
    color: #fff;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: 1px;
    bottom: 12px;
    left: 74px;
    width: 43px;
    text-align: center;
    text-align: -webkit-center;
}

.article-video {
    position: relative;
    padding-bottom: 56.25%;
}

.article-video iframe {
    border-width: 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.article-video.video-external a{
    margin-left: auto;
    margin-right: auto;
}

.article-video-overlay {
    background: #003f6f url(/wp-content/themes/bayernde/assets/images/svg/btn-youtube.svg) no-repeat;
    position: absolute;
    z-index: 10;
    padding: 12px 20px 12px 50px;
    cursor: pointer;
    bottom: 0;
    left: 0;
}

.article-video-middle {
    background: #003f6f;
    position: absolute;
    z-index: 10;
    padding: 12px 16px 12px 10px;
    z-index: 8;
    cursor: pointer;
    bottom: 0;
    left: 0;
}

.article-video-play {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    display: flex;
    cursor: pointer;
    align-items: center;
    z-index: 1;
}
.article-video-play-dummy {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    display: flex;
    cursor: pointer;
    align-items: center;
    z-index: 1;
}
.table-teaser-video .article-video-play img,
#table-teaser-video .article-video-play img,
.media-box .article-video-play img {
    width: 64px;
}

.table-teaser-video
#table-teaser-video {
    position: relative;
}

.article-video-open {
    background: #003f6f;
    position: absolute;
    width: 44px;
    height: 44px;
    bottom: 0;
    right: 0;
    /*padding-top: 14px;*/
    z-index: 8;
    cursor: pointer;
    display: flex;
}
.article-video-open-top{
    bottom:50px;
}
.table-teaser-video .article-video-open img,
#table-teaser-video .article-video-open img,
.media-box .article-video-open img,
.article-two .article-video-open img,
#images-videos-carousel.owl-carousel .owl-item .article-video-open img {
    width: 17px;
    height: 17px;
}

.article-video-close {
    background: #003f6f;
    position: absolute;
    width: 44px;
    height: 44px;
    bottom: 0;
    right: 0;
    padding-top: 16px;
    z-index: 1;
    cursor: pointer;
    display: flex;
}

.table-teaser-video .article-video-close img,
#table-teaser-video .article-video-close img,
.media-box .article-video-close img,
.article-two .article-video-close img,
#images-videos-carousel.owl-carousel .owl-item .article-video-close img {
    width: 12px;
    height: 12px;
}
.article-video-thumbnail,
.article-video-overlay-image {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.owl-carousel .owl-item .article-video img.article-video-overlay-image {
    width: 100%;
}

/* Counters */

.counter {
    padding: 0;
}

.counter-content {
    text-align: center;
    text-align: -webkit-center;
    text-align: -moz-center;
        margin-top: 40px;

}

.count-title {
    font-size: 52px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.5;
    color:#fff;
        margin-bottom: 24px;

}

.count-subtitle {
    font-size: 24px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.58;
    letter-spacing: normal;
    color:#fff;
}

.count-text {
    font-size: 15px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 2.4;
    letter-spacing: normal;
        margin: 16px auto 0 auto;

    color: #fff;
    position: relative;
    cursor: pointer;
}
.count-text a {
    color: #fff;
    position: relative;
}
.counter-content:hover .count-text a {
    text-decoration: underline;
}

.count-title-dark {
    font-size: 52px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.5;
    /*color:#fff;*/
        margin-bottom: 24px;

}

.count-subtitle-dark {
    font-size: 24px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.58;
    letter-spacing: normal;
   
}

.count-text-dark {
    font-size: 15px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 2.4;
    letter-spacing: normal;
        margin: 16px auto 0 auto;

    
    position: relative;
    cursor: pointer;
}
.count-text-dark a {
   
    position: relative;
}
.counter-content-dark:hover .count-text-dark a {
    text-decoration: underline;
}

.counter svg {
    fill: #153278;
    height: 100px;
}

.count-image {
    height: auto;
       margin-bottom: 16px;

}

.count-image img {
    width: auto !important;
}

.counter .section-bg {
    background-image: url(/wp-content/themes/bayernde/assets/images/svg/bg-rauten-blau.svg);
    background-repeat: no-repeat;
    background-size: cover;
    background-color: rgba(0, 63, 111, 0.75);
        padding: 40px 0 56px;

}
.counter .section-bg-dunkel {
    background-image: url(/wp-content/themes/bayernde/assets/images/svg/bg-rauten-blau.svg);
    background-repeat: no-repeat;
    background-size: cover;
    background-color: rgba(0, 63, 111, 0.75);
       padding: 40px 0 56px;/*padding: 40px 0 56px;*/

}
.counter .section-bg-hell::before
{
	 
}
.counter .section-bg-hell {
    background-image: url(/wp-content/themes/bayernde/assets/images/svg/bg-rauten-blau-15.svg);
    background-repeat: no-repeat;
    background-size: cover;
  background-color: rgba(0, 63, 111, 0.05);
        padding: 40px 0 56px;

}
.mar-b30
{
	margin-bottom:30px;
}
.bg-hellblau
{
	background-color:#F2F5F8;
	padding-left:0px;
	padding-right:0px;
}
.pad-t0
{
	padding-top:0px!important;
	margin-top:-5px;
}
.counter-tile {
    font-size: 32px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: normal;
    color: #fff;
    margin-bottom: 40px;
}

.count-text img, .count-text-dark img {
    margin-left: 10px;
    width: auto !important;
    position: absolute;
    top: 7px;
    right: -21px;
}

/* Press */
.press {
    padding-top: 40px;
       padding-bottom: 40px;

}

.justify-content-center.hidden-height {
    height: 0;
    display: block;
}

.title-black {
    font-size: 32px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.19;
    letter-spacing: normal;
    color: #001322;
    margin-bottom: 0;
}

.title-white {
    font-size: 32px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.19;
    letter-spacing: normal;
    color: #fff!important;
    margin-bottom: 0;
}
.title-white-phk {
    font-size: 24px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.19;
    letter-spacing: normal;
    color: #fff!important;
    margin-bottom: 0;
}
.press-service-link {
    width: 23%;
    float: right;
    height: auto;
    font-size: 15px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.8;
    letter-spacing: normal;
    color: #001322;
    position: relative;
}

.press-service-link > a {
    position: absolute;
    top: -30px;
    right: 0;
    display: inline-block;
    height: 36px;
    font-size: 15px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 24px; /*2.4*/
    letter-spacing: normal;
    text-align: right;
    color: #003f6f;
	/*background: url(/wp-content/themes/bayernde/assets/images/png/path_3.png) 100% 56% no-repeat transparent;*/
    background: url(/wp-content/themes/bayernde/assets/images/svg/small-link.svg) 100% 56% no-repeat transparent;
    text-decoration: none;
    padding-right: 21px;
	padding-top: 6px;
	z-Index:5;
	width:max-content;
}
.press-service-link > a:hover {
    text-decoration: underline;
}

.bavaria-press {
       padding-top: 32px;

    padding-left: 2px;
    font-size: 14px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.86;
    letter-spacing: 1.5px;
    color: #001322;
}

.bavaria-p-message-text {
        margin-top: 8px;

    font-size: 18px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 2;
    letter-spacing: normal;
    color: #001322;
}

.owl-carousel .nav-btn {
    height: 64px;
    position: absolute;
    width: 64px;
    cursor: pointer;
    top: 35%;
}

.owl-carousel.button-white .prev-slide-media,
.owl-carousel .prev-slide-press {
    transform:rotate(180deg);
    left: -85px;
    z-index: 20;
    background: url(/wp-content/themes/bayernde/assets/images/svg/btn-arrow-round-wei.svg) center no-repeat scroll;
   /* background-size: 75px;*/
}

body.wide-page .owl-carousel.button-white .prev-slide-media,
body.wide-page .owl-carousel .prev-slide-press {
    left: 0;
}

.owl-carousel.button-white .next-slide-media,
.owl-carousel .next-slide-press {
	
    right: -85px;
    z-index: 20;
    background: url(/wp-content/themes/bayernde/assets/images/svg/btn-arrow-round-wei.svg) center no-repeat scroll;
    /*background-size: 75px;*/
}

body.wide-page .owl-carousel.button-white .next-slide-media,
body.wide-page .owl-carousel .next-slide-press {
    right: 0;
}

.play {
    width: 20px;
    height: 16px;
    float: right;
    margin: 0px;
    background: url(/wp-content/themes/bayernde/assets/images/png/caret-right.png) no-repeat;
    background-repeat: no-repeat;
    position: relative;
    top: -27px;
    z-index: 9;
    cursor: pointer;
    background-size: 12px 12px;
	
}

.play::after {
    position: absolute;
    content: "Weiter";
    margin-left: -66px;
    top: -13px;
    font-size: 15px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 2.4;
    letter-spacing: normal;
    text-align: right;
    color: #003f6f;
}
.play:hover::after, .pause:hover::after {
   text-decoration:underline;
}
.pause {
    width: 12px;
    height: 11px;
    background-image: url(/wp-content/themes/bayernde/assets/images/svg/icon-pause.svg);
    background-size: 12px 12px;
    float: right;
    margin: 0px;
    background-repeat: no-repeat;
    position: relative;
    top: -20px;
    z-index: 9;
    cursor: pointer;
}

.pause::after {
    position: absolute;
    content: "Pausieren";
    width: 75px;
    height: 36px;
    margin-left: -90px;
    top: -13px;
    font-size: 15px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 2.4;
    letter-spacing: normal;
    text-align: right;
    color: #003f6f;
}

#press.owl-theme .owl-dots .owl-dot:focus,
#press.owl-carousel .owl-nav button.owl-next {
    /*outline: 0;*/
}
#press.owl-carousel .owl-dots {
        margin-top: 72px;

}

#press.owl-theme .owl-dots .owl-dot span {
    background: #003f6f;
    outline: 0;
}

#press.owl-theme .owl-dots .owl-dot.active span {
    background: #003F6F;
}
.press.owl-theme .owl-dots .owl-dot:focus,
.press.owl-carousel .owl-nav button.owl-next {
    /*outline: 0;*/
}
.press.owl-carousel .owl-dots {
        margin-top: 72px;

}

.press.owl-theme .owl-dots .owl-dot span {
    background: #003f6f;
    outline: 0;
}

.press.owl-theme .owl-dots .owl-dot.active span {
    background: #003F6F;
}
.owl_press.button-white .prev-slide-media,
.owl_press.button-white .next-slide-media {
    top: 30%;
}

/* Bayern im Fokus */

#bayern {
    background-image: url(/wp-content/themes/bayernde/assets/images/svg/bg-rauten-blau.svg);
    background-repeat: no-repeat;
    background-size: cover;
    background-color: rgba(0, 63, 111, 0.75);
    padding: 40px 0 38px;
}

.carousel-bayern .owl-carousel .next-slide-media {
    right: 0px;
}
#media-youtube {
    margin-top: 40px;
}


/* Bayern im Focus */
.image-box-img {
    position: relative;
}

.image-box-caption {
    background-color: rgba(0, 0, 0, 0.1);
    padding-bottom: 35px;
    min-height: 168px;
}

.image-box-caption.has-text {
    min-height: 193px;
}
.image-box-title {
    font-size: 24px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.58;
    letter-spacing: normal;
    color: #fff;
        padding: 24px 25px 16px;

}
.image-box-title a {
    color: #fff;
}

.image-box-text {
    font-size: 18px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.78;
    letter-spacing: normal;
    color: #fff;
    padding: 0 25px;
}

.owl-carousel .prev-slide-media {
    left: -85px;
    z-index: 20;
    transform: rotate(180deg);
    background: url(/wp-content/themes/bayernde/assets/images/svg/BTN_Arrow_Round_Blau@2x.svg) 0px 0px no-repeat scroll;
}

body.wide-page .owl-carousel .prev-slide-media {
    left: 0;
}

.owl-carousel .next-slide-media {
    right: -85px;
    z-index: 20;
    background: url(/wp-content/themes/bayernde/assets/images/svg/BTN_Arrow_Round_Blau@2x.svg) 0px 0px no-repeat scroll;
}

body.wide-page .owl-carousel .next-slide-media {
    right: 0;
}

/* owl-carousel */
.owl-carousel .owl-item img {
    /*width: auto;*/
    margin-left: inherit;
}
.personenimage {
    width: auto!important;
    /*margin-left: inherit;*/
}
.carousel-bayern .owl-carousel .owl-item img {
    width: 100%;
}
.block-bayern .owl-carousel .owl-item img {
    width: 100%;
}

body.wide-page .owl-carousel .owl-item img {
     width: 100%;
     margin-left: auto;
}

body.wide-page .owl-carousel .owl-item .article-video img {
    width: auto;
}

#bavaria-in-numbers.owl-carousel .owl-item img,
#bavaria-in.owl-carousel .owl-item img,
.owl-carousel .owl-item .article-video img {
    margin-left: auto;
}

.owl-theme .owl-nav{
    height: 0;
    margin-top: 0;
}
.press .owl-dots {
	display:none;
}

.owl-carousel .owl-dots {
    height: 44px;
    margin-top: 38px;
}

.owl-carousel .owl-dots .owl-dot span {
    width: 8px;
    height: 8px;
    margin: 18px;
    background: #fff;
    opacity: 0.3;
    margin: 18px;
}
#media-youtube .owl-dots,
.our-header.our-header-focus .owl-dots,
.our-header.our-header-themenschwerpunkt .owl-dots,
#image-videos .owl-dots,
#images-videos-white .owl-dots,
.images-videos-white .owl-dots,
.jumbotron.jumbotron-vertretungen .owl-dots,
.our-header.our-header-vertretungen-prag .owl-dots {
    display: none;
}
.dots-slider {
    color: #ffffff;
    text-align: center;
    margin-top: 30px;
    font-family: NotoSans;
    font-size: 15px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 2.4;
    letter-spacing: normal;
}
.dots-slider.hell {
   color:#001322;
    text-align: center;
    margin-top: 30px;
    font-family: NotoSans;
    font-size: 15px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 2.4;
    letter-spacing: normal;
}
.press .dots-press {
    color: #003f6f;
    text-align: right;
	width:50%;
    font-family: NotoSans;
    font-size: 15px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 2.4;
    letter-spacing: normal;
    padding-bottom: 0px;
}
.presspause
{
	
	width:50%;
	text-align:left;
}
.dots-press {
    color: #003f6f;
    text-align: center;
    margin-top: 40px;
    font-family: NotoSans;
    font-size: 15px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 2.4;
    letter-spacing: normal;
    padding-bottom: 0px;
}
#images-videos-white .dots-slider,
.images-videos-white .dots-slider {
    color: #003f6f;
    text-align: center;
    margin-top: 30px;
    font-family: NotoSans;
    font-size: 15px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 2.4;
    letter-spacing: normal;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    background: #fff;
    opacity: 1;
}

.owl-theme .owl-dots .owl-dot:focus,
.owl-carousel .owl-nav button.owl-next {
    /*outline: 0;*/
}

/* article-carousel */
.article-carousel.owl-theme .owl-nav {
    height: 44px;
    margin-top: -44px;
    width: 135px;
}

/* Social Media */

.social-media .media-image img {
    width: 100%;
}
.social-media-title {
    padding-top: 40px;
    font-size: 24px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.58;
    letter-spacing: normal;
    color: #001322;
}

.social-media-link {
    width: 100%;
    height: auto;
    font-size: 15px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.8;
    letter-spacing: normal;
    color: #001322;
    margin: 20px 0;
    position: relative;
}

.social-media-link > a {
    position: absolute;
    top: -50px;
    right: 0;
    display: inline-block;
    height: 36px;
    font-size: 15px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 2.4;
    letter-spacing: normal;
    text-align: right;
    color: #003f6f;
    background: url(/wp-content/themes/bayernde/assets/images/svg/small-link.svg) 100% 56% no-repeat transparent;
    text-decoration: none;
    padding-right: 21px;
}
.social-media-link > a:hover {
    text-decoration: underline;
}

.list-media-box {
    margin-top: 40px;
    -webkit-column-gap: 32px;
    -moz-column-gap: 32px;
    column-gap: 32px;
	/*column-count: 3;*/

}

.list-media-box .media-box {
       margin-bottom: 40px;

    border-radius: 0;
    border: 0;
}

.list-media-box .media-box .article-video {
    margin-bottom: -8px;
}

.media-image {
    position: relative;
}

.media-image img {
    width: 100%;
}

.media-img-overlaytitle {
    position: absolute;
    top: 20px;
    color: rgb(255, 255, 255);
    padding: 0px 20px;
}

.media-img-title {
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.86;
    letter-spacing: 1.5px;
}

.media-img-subtitle {
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: 1px;
}

.media-img-subtitle a {
    color: #fff;
    text-decoration: underline;
}

.media-img-overlay {
    position: absolute;
    margin-top: -45px;
    color: rgb(0, 63, 111);
    background-color: #003f6f;
    z-index: 10;
    padding: 12px 20px;
}

.media-img-overlay.video {
    background: #003f6f url(/wp-content/themes/bayernde/assets/images/svg/btn-youtube.svg) no-repeat;
    padding-left: 50px;
}

.media-img-overlay.instagram {
    width: 45px;
    height: 45px;
    padding: 0px;
}

.media-img-overlay.instagram img {
    /*width: 26px;
    height: 26px;*/
}

.media-img-overlay.facebook {
    width: 45px;
    height: 45px;
    bottom: 0;
    left: 0;
    padding: 0;
}

.media-img-overlay.facebook img {
    width: 44px;
    height: 44px;
}

.media-img-overlay.icon-video {
    position: absolute;
    top: 50%;
    background: none;
    width: 100%;
    padding: 0;
    text-align: center;
    text-align: -webkit-center;
    text-align: -moz-center;
}

.media-img-overlay.icon-video img {
    width: auto;
}

.media-img-text {
    position: relative;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: 1px;
    color: #ffffff;
}

.media-caption {
    background: #f2f5f8;
    padding: 27px 24px;
}

.media-title {
    font-size: 14px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 2.29;
    letter-spacing: normal;
    color: #003f6f;
    letter-spacing: 1.5px;
}

.media-title a {
    color: #003f6f;
}

.media-des {
    font-size: 18px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 2;
    letter-spacing: normal;
    color: #001322;
    margin-bottom: 24px;
}

.media-date {
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: 0.5px;
    margin-bottom: 0;
}

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

.social-media-text a {
    font-size: 15px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 2.4;
    letter-spacing: normal;
    color: #003f6f;
    margin-left: 10px;
    margin-right: 10px;
}

.social-media-text a:last-child {
    margin-right: 0;
}

.social-media-text strong {
    font-size: 14px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: 0.5px;
    color: #001322;
    margin-right: 6px;
}
/*
.masonry {
    display: grid;
    grid-gap: 1em;
    grid-template-columns: repeat(auto-fill, minmax(30%,1fr));
    grid-auto-rows: 0;
    column-gap: 32px;
       margin-top: 32px;

    margin-bottom: 16px;
}
.masonry-content {
    overflow: hidden;
}
.masonry-caption {
        padding: 24px 24px;

}
.masonry-brick {
    transition: opacity .25s ease-in-out;
    margin-bottom: 16px;
    background: #f2f5f8;
}*/
.social-media .masonry {
    margin-bottom: -8px;
}
.masonry {
    width: 100%;
}
.masonry-content {
    overflow: hidden;
}
.masonry-caption {
    padding: 24px 24px;
    background: #f2f5f8;

}
.masonry-brick {
    transition: opacity .25s ease-in-out;
    width: calc((100% - 64px) / 3);
    margin-bottom: 40px;
    -webkit-animation:avia_msonry_show .8s 1 cubic-bezier(.175,.885,.32,1.075);
    animation:avia_msonry_show .8s 1 cubic-bezier(.175,.885,.32,1.075)
}
/* Bayern In */

.bavaria-in {
        padding-bottom: 40px;

}

.bavaria-in-content {
    background-image: linear-gradient(to bottom, rgba(0, 63, 111, 0.75), #003f6f);
    margin-top: 40px;
}

.bavaria-in-box {
    height: auto;
    max-height: 240px;
    text-align: center;
    text-align: -webkit-center;
    text-align: -moz-center;
    padding-top: 60px;
    padding-bottom: 60px;
}

.bavaria-in-box:hover a {
    text-decoration: underline;
}

.bavaria-in-left {
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: .2;
    top: 0;
    z-index: -1;
    background-size: cover;
}

.bavaria-in-middle {
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: .2;
    top: 0;
    z-index: -1;
    background-size: cover;
}

.bavaria-in-right {
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: .2;
    top: 0;
    z-index: -1;
    background-size: cover;
}

#bavaria-in .bavaria-in-box img {
    width: auto;
    margin-bottom: 20px;
}

#bavaria-in .bavaria-in-box .bavaria-in-left img,
#bavaria-in .bavaria-in-box .bavaria-in-middle img,
#bavaria-in .bavaria-in-box .bavaria-in-right img {
    width: 100%;
    margin-bottom: 0;
}

.bavaria-in-box-tile {
    font-size: 24px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.58;
    letter-spacing: normal;
    color: #fff;
}

/* Bayern In */

.bavaria-furbugger-content {
    margin-top: 40px;
    margin-bottom: 60px;
}

/* Newsletter abonnieren */

.newsletter-subscribe {
    padding-top: 40px;
    padding-bottom: 40px;
    position: relative;
}

.newsletter-subscribe:before {
    content: "";
    background: url(/wp-content/themes/bayernde/assets/images/svg/BG-Rauten-gelb.svg) 0 10%;
    background-size: cover;
    /*z-index: -1; *//*change 20201026*/
    background-repeat: no-repeat;
    position: absolute;
    top: 0;
    width: 100%;
    height:100%;
}
.newsletter-subscribe:after {
    content: "";
    opacity: 0.25;
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgb(0 63 111 / 27%));
    width: 100%;
    height: 35px;
    position: absolute;
    bottom: 0;
    left: 0;
}

#newsletter-signup {
    display: block;
        margin-top: 32px;

}

#newsletter-signup input {
    margin: 0;
    border-color: #003f6f;
    border-radius: 0;
    padding: 9px 16px;
    font-size: 18px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 2;
    letter-spacing: normal;
    width: calc(100% - 300px);
    display: inline-block;
    margin-right: -4px;
}

#newsletter-signup input::placeholder {
    color: #000;
}

#newsletter-signup .form-control:focus {
    border-color: #003f6f;
    box-shadow: none;
    color: #000;
}

#newsletter-signup button {
    min-width: 299px;
    display: inline-block;
    vertical-align: top;
}

#newsletter-signup .invalid-feedback {
    position: absolute;
}

#newsletter-signup .alert-success {
    background: #ffdd00;
    margin-top: 56px;
    font-size: 18px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.78;
    letter-spacing: normal;
    text-align: center;
    color: #000000;
    padding: 16px 77px;
    min-height: 96px;
}

#newsletter-signup input:not([type="submit"]):not([type="reset"]):not([type="button"])::-webkit-input-placeholder,
#newsletter-signup input:not([type="submit"]):not([type="reset"]):not([type="button"])::-moz-placeholder,
#newsletter-signup input:not([type="submit"]):not([type="reset"]):not([type="button"])::-ms-input-placeholder {
    font-size: 18px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 2;
    letter-spacing: normal;
}

.newsletter-subscribe-text {
    font-size: 13px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.85;
    letter-spacing: 0.81px;
    color: #000000;
    margin-top: 30px;
}

.newsletter-subscribe-text a {
    color: #003f6f;
    text-decoration: underline;
}

/* button:hover*/
.button:hover,
button:hover,
input[type="submit"]:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
.button:focus,
/*button:focus,*/
input[type="submit"]:focus,
input[type="button"]:focus,
input[type="reset"]:focus {
    text-decoration: none;
    color: #fff;
    background: #003f6f;
    outline: 0;
}

/* Cookie */
#cookie {
    background: #f2f5f8;
    padding: 12px 0px 6px 0px;
    width: 100%;
    z-index: 9999;
    top: 0;
    -webkit-transition: all 0.5s ease;
    -moz-transition: position 10s;
    -ms-transition: position 10s;
    -o-transition: position 10s;
    transition: all 0.5s ease;
}
#cookie.sticky {
    position: fixed;
    z-index: 1001;
    animation: smoothScroll 1s forwards;
}
#cookie.hide {
    display: none;
}

.cookie-content,.cookie-content-single {
    display: flex;
}

.cookie-text {
    font-size: 12px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.45;
    letter-spacing: 0.5px;
    width: calc(100% - 280px);
    padding-right: 50px;
	/*outline:1px solid red;*/
}
.cookie-text-single {
    font-size: 13px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.85;
    letter-spacing: 0.5px;
    width: calc(100% - 130px);
    padding-right: 150px;
	/*outline:1px solid red;*/
}
.cookie-text a,.cookie-text-single a {
    color: #003f6f;
    text-decoration: underline;
}
.cookie-btn-1, .cookie-btn-2
{
	/*float:left;*/
	width: 130px;
}
.cookie-btn-1
{
	margin-right:5px;
}
.wrap-cookie-btn
{
/*outline:1px solid red;*/
	display:flex;
	/*position:relative;*/
	width:auto;
}
button.save-selected
{
	font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: 1.2px;
	background-color: #003f6f;
    background: #003f6f;/* url(/wp-content/themes/bayernde/assets/images/svg/invalid-name.svg) 88% 18px no-repeat;*/
    border-radius: 0;
    padding: 12px 16px 12px 16px;
}
button#cookie-button, button#cookie-button-deact {
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: 1.2px;
	background-color: #003f6f;
    background: #003f6f url(/wp-content/themes/bayernde/assets/images/svg/invalid-name.svg) 88% 18px no-repeat;
    border-radius: 0;
    padding: 12px 40px 12px 16px;
    width: 130px;
    height: 44px;
}
.clear
{
	/*clear:both;*/
}
/* Footer */
.footer {
        margin-top: 32px;

    margin-bottom: 60px;
}

#lab-footer {
       margin-top: 32px;

    margin-bottom: 60px;
}

.footer ul.footer_icons_list {
    list-style-type: none;
    padding: 0px;
    margin: 0px;
    text-align: center;
        margin-bottom: 32px;

}

ul.footer_icons_list li {
    padding-right: 90px;
    display: inline;
}

ul.footer_icons_list li:last-child {
    padding-right: 0;
}

a.icon_footer_nav {
    font-size: 15px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 2;
    letter-spacing: 0.94px;
    color: #003f6f;
}

a.icon_footer_nav:hover {
    color: #003f6f;
    text-decoration: underline;
}

ul.footer_icons_list li img {
    vertical-align: middle;
    width: auto;
    margin-top: -5px;
    margin-right: 10px;
	max-width:25px;
}
ul.footer_icons_list li img.icon_weiterleiten
{
	max-width:35px;
}

ul#footer-menu {
    list-style-type: none;
    padding: 0px;
    margin: 0px;
    text-align: center;
    margin-bottom: 40px;
}

ul#footer-menu li {
    padding-left: 15px;
    padding-right: 15px;
    display: inline-block;
}

ul#footer-menu li a {
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: 0.5px;
}

.footer_logo {
    text-align: center;
    text-align: -webkit-center;
    text-align: -moz-center;
}

.footer_logo img {
    width: auto;
	max-width:91px;
}

/* Back To Top */

.footer_top {
    display: none;
    position: fixed;
    bottom: 20px;
    right: 10px;
    width: 82px;
    height: 82px;
    z-index: 99;
}

.footer_top.show {
    display: block;
}

.footer_top img {
    width: auto;
	transform: rotate(270deg);
}

/* Icon Right */
.sidebar {
    position: fixed;
    left: auto;
    right: 0px;
    bottom: auto;
    top: 35%;
    transform: translateY(-50%);
    z-index: 9999;
    margin: 0px;
    width: auto;
    background: transparent;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}

.sb_btn {
    display: none;
    font-size: 30px;
    color: black;
    font-family: Ionicons;
    cursor: pointer;
    height: 53px;
    width: 58px;
    background: #ffffff url(/wp-content/themes/bayernde/assets/images/png/path_7.png) no-repeat 50% 60%;
    background-size: 24px;
    text-decoration: none;
    position: absolute;
    bottom: 100%;
    left: 50%;
    transform: translateX(-50%);
    display: none;
}

.sb_btn_t {
    font-size: 30px;
    text-decoration: none;
    color: black;
    font-family: Ionicons;
    cursor: pointer;
    height: 53px;
    width: 61px;
    transform: rotate(180deg) translateX(-50%);
    transform-origin: left;
    background: #ffffff url(/wp-content/themes/bayernde/assets/images/png/path_7.png) no-repeat 50% 50%;
    background-size: 24px;
    position: absolute;
    bottom: 99%;
    left: 50%;
    box-shadow: 0 2px 8px 0 rgba(0, 63, 115, 0.25);
}

.sb_icons_show:after {
    content: "";
    height: 5px;
    width: 100%;
    left: 0;
    top: 0;
    background: #fff;
    position: absolute;
}

.sb_icons.sb_icons_show {
    display: block;
    width: 100%;
    box-shadow: 0 2px 20px 0 rgba(0, 63, 115, 0.25);
}

.sb_icons ul {
    display: table;
    list-style-type: none;
    height: 180px;
    box-shadow: none;
    background-color: transparent;
    padding: 0px;
    margin: 0px;
    overflow: initial;
    padding-top: 0px;
}

.sb_icons ul li {
    display: block;
    margin-left: initial;
    margin-right: initial;
    float: initial;
    background-color: white;
    padding: 10px;
    position: relative;
    text-align: center;
}

.sidebar-img {
    width: 36px;
    height: 36px;
    max-width: unset;
}

/*.notify-img {
    width: 30px;
    height: 30px;
    max-width: unset;
}

.sb_icons ul li.sb-icons-bg {
    margin-top: 2px;
    background-color: #ffdd00;
}
*/
.notify-img {
    width: 26px;
    height: 27px;
    max-width: unset;
    border-radius: 6px;
}

.sb_icons ul li.sb-icons-bg {
    margin-top: 1px;
    background-color: #ffdd00;
}

.sb_icons ul li:last-child  {
    display: none;
}

.sidebar-popup {
    width: 420px;
    height: auto;/*change 26102020*/
    position: absolute;
    right: -425px;
    background: #fff4b2;
    padding: 26px 100px 0 30px;
    transition: all 0.3s;
    font-size: 18px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.78;
    letter-spacing: normal;
    color: #000;
    top: 0;
    z-index: 890;
    text-align: left;
}

.sidebar-popup .blocktext {
    margin-bottom: 30px;
}

.sidebar-popup .blocktext p,
.sidebar-popup .blocktext:last-child {
    margin-bottom: 0px;
}

.content-show {
    right: 0;
    z-index: 900;
}

.icon-notification h3 {
    font-size: 32px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.19;
    letter-spacing: normal;
    color: #001322;
    margin-bottom: 30px;
}

.icon-mail h3 {
    font-size: 32px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.19;
    letter-spacing: normal;
    color: #000;
    margin-top: 18px;
    margin-bottom: 10px;
}

.icon-mail h3 span {
    font-size: 13px;
    vertical-align: super;
}

.icon-mail h3 a {
    text-decoration: none;
    color: #001322;
}

.icon-notification a  {
    color: #003f73;
    text-decoration: underline;
}

.icon-mail a  {
    font-size: 32px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.19;
    letter-spacing: normal;
    color: #001322;
}

.icon-mail .icon-mail-note {
    font-size: 13px;
    position: relative;
    display: block;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.85;
    letter-spacing: normal;
    padding-left: 15px;
    margin-top: 20px;
}

.icon-mail .icon-mail-note::before {
    content: "*";
    position: absolute;
    top: 0px;
    left: 0px;
}

.sidebar-popup-close {
    position: absolute;
    right: 20px;
    top: 20px;
    cursor: pointer;
    height: 18px;
    width: 18px;
}

.sidebar-popup-close img {
    width: 18px;
    height: 18px;
    vertical-align: top;
}
/*============ Block text ========== */
.blocktext-mar0{
    margin-top: 0px!important;
}
.blocktext-mar30{
    margin-top: 30px;
}
.blocktext-mar32{
    margin-top: 32px;
}
.blocktext-mar40 {
    margin-top: 40px;
}
.mar-mobile-30 {
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 21px;
    letter-spacing: 0.5px;
}
.mar-mobile-30 img {
    margin-bottom: 15px;
}
.section-block-text{
    background-color: var(--white);
        padding: 72px 0px;
}
.section-block-text-video{
    background-color: var(--white);
        padding: 0px;
}
/*section 1 video */
.block-video {
    position: relative;
}
/*section image videos */
#image-videos.section-block-text,
#image-videos.section-block-text-video {
    padding-top: 40px;
    padding-bottom: 36px;
}
#image-videos.section-block-text .title-blocktext,
#image-videos.section-block-text-video .title-blocktext {
    margin-bottom: 40px;
}
#image-videos .dots-slider {
    margin-top: 0;

}
.section-block-text-video .title-blocktext,
.section-block-text .title-blocktext, .section-block-text .title-blocktext h2, .section-block-text-video .title-blocktext h2{
    font-weight: bold;
    font-size: 32px;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: normal;
    color: #001322;
        margin-bottom: 32px;

}
.section-block-text-video .subhead-blocktextm, .section-block-text-video .subhead-blocktext h3,
.section-block-text .subhead-blocktextm, .section-block-text .subhead-blocktext h3{
    font-size: 22px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.64;
    letter-spacing: normal;
    color: #001322;
    margin-bottom: 32px;
}


.section-block-text .content-blocktext,
.section-block-text-video .content-blocktext{
    font-size: 18px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.78;
    letter-spacing: normal;
    color: #000000;
    margin-bottom: 32px;
}
.section-block-text .content-blocktext a,
.section-block-text-video .content-blocktext a {
    color: #003f73;
    text-decoration: none;
}
.section-block-text .content-blocktext a:hover,
.section-block-text-video .content-blocktext a:hover {
    color: #003f73;
    text-decoration: underline;
}
.section-block-text a.data-tooltip,
.section-block-text-video a.data-tooltip {
    color: inherit;
    text-decoration: none;
    border-bottom: 2px dotted;
}

.section-block-text .content-blocktext img.link,
.section-block-text-video .content-blocktext img.link {
    margin-top: -3px;
    width: 18px;
    height: 18px;
}
.section-block-text .content-blocktext p {
    /*margin-bottom: 35px;*/
}
.section-block-text .content-blocktext:last-child,
.section-block-text .content-blocktext p:last-child,
.section-block-text-video .content-blocktext:last-child,
.section-block-text-video .content-blocktext p:last-child {
    margin-bottom: 0px;
}
/*
.col-img-blocktext{
    font-family: NotoSans;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: 0.5px;
    color: #001322;
    width: 188px;
    position: absolute;
    right: -203px;
    top: 0;
}*/
.col-img-blocktext {
    font-family: NotoSans;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: 0.5px;
    color: #001322;
    margin-bottom: 0;
}
.col-img-blocktext p {
    margin-bottom: 0;
}

.col-img-blocktext img {
    margin-bottom: 16px;
}
.list-other-introduc {
    /*margin-top: 40px;*//*change 20211026*/
}
.list-other-introduc ul{
    font-size: 18px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: normal;
    color: #003f6f;
    margin-bottom: 0;
}
.list-other-introduc ul li{
    display: inline-block;
    width: 100%;
    margin-bottom: 30px;
}
.list-other-introduc ul li:last-child{
    margin-bottom: 0;
}
.list-other-introduc ul li div {
    float: left;
    width: calc(100% - 38px);
}
.list-other-introduc ul li img{
    width: 28px;
    float: left;
    margin-right: 10px;
    margin-top: 0px;
	margin-left:-5px;
}

.list-other-introduc ul li a {
    color: #003f6f;
}

.section-block-text .content-blocktext .list-other-introduc ul li a,
.section-block-text .content-blocktext .download-document li a,
.section-block-text-video .content-blocktext .list-other-introduc ul li a,
.section-block-text-video .content-blocktext .download-document li a {
    text-decoration: none;
}

    /*============ carousel-overlay ========== */
.carousel-overlay .owl-stage-outer:before {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    width: 300px;
    height: 100%;
    z-index: 9;
    background-image: linear-gradient(to right, rgba(0, 63, 111, 0), #003f6f);
}
.last-owl.carousel-overlay .owl-stage-outer:before{
    background-image: none;
}
.resized .owl-stage{
    padding-left: 0px !important;
}

/*============ section-accordion ========== */
#accordion.section-accordion {
    padding-top: 15px;
}
.section-accordion  .accordion-item{
    border-bottom: 1px solid #ada9a9;
}
.section-accordion .accordion-item .accordion-item-header{
    padding: 32px 0px;
    position: relative;
    font-size: 18px;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.78;
    letter-spacing: normal;
    color: #003f6f;
    font-weight: bold;
    cursor: pointer;
	    display: block;

}
.section-accordion .accordion-item .accordion-item-header .accordion-item-header-content{
    width: 85%;
}
.section-accordion .accordion-item .accordion-item-header:before{
    content: "\00d6 ffnen";
    z-index: 9;
    position: absolute;
    right: 23px;
    top: 34px;
    font-size: 15px;
}
.section-accordion .accordion-item .accordion-item-header.open:before{
    content: 'Schlie\00df en';
}
.section-accordion .accordion-item .accordion-item-header:after{
    content: "\f107";
    z-index: 9;
    position: absolute;
    right: 0px;
    top: 36px;
    font-size: 15px;
    font-family:FontAwesome ;

}
.section-accordion .accordion-item .accordion-item-header.open:after{
    content: "\f106";
}
.section-accordion .accordion-item .accordion-item-body{
    font-size: 18px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.56;
    letter-spacing: normal;
    margin-top: 10px;
    margin-bottom: 45px;
    padding-left: 26px;
}
.section-accordion .accordion-item .accordion-item-body p {
    margin-bottom: 30px;
}

.section-accordion .accordion-item .accordion-item-body p:last-child {
    margin-bottom: 0;
}

#slice-owl.owl-carousel .prev-slide-media,
#slice-owl.owl-carousel .next-slide-media {
    top: 23%;
}

/* Form button clear */
.form-clear {
    content: "";
    background: rgba(180, 180, 180, 0.15) url(/wp-content/themes/bayernde/assets/images/svg/icon-close.svg) center no-repeat;
    width: 24px;
    height: 24px;
    position: absolute;
    right: 15px;
    top: 17px;
    border-radius: 50px;
    background-size: 11px;
    cursor: pointer;
}

/* Beitrag teilen styles*/
.share-social {
    display: none;
    width: 507px;
    height: 276px;
    box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.11);
    background: #fff;
    position: absolute;
    top: -300px;
    right: 0;
    text-align: left;
    padding: 12px 16px 15px;
    font-size: 13px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.62;
    letter-spacing: 0.5px;
    color: #003f6f;
    z-index: 999;
}
.footer-modal .share-social {
    top: -240px;
    right: 20%;
}
.share-social.show {
    display: block;
}
.share-social p{
    margin-bottom: 12px;
}
.share-social p a {
    color: #003f6f;
    text-decoration: underline;
}
.share-social p:nth-child(2) {
    display: inline-block;
}
.share-social .custom-switch {
    display: inline-block;
    margin: 0 0 0 5px;
}
.button-social {
    display: flex;
    padding-top: 7px;
}
.button-facebook {
    padding: 8px;
    width: 138px;
    font-size: 14px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: 1px;
    color: #3b5898;
    border: solid 1px rgba(151, 151, 151, 0.3);
    margin-right: 8px;
    text-align: center;
    position: relative;
}
.button-facebook a {
    color: #3b5898;
}
.button-facebook:before {
    content: "";
    width: 9px;
    height: 17px;
    background: url(/wp-content/themes/bayernde/assets/images/jpg/footer-icon-face.jpg) no-repeat;
    background-size: 9px 17px;
    position: absolute;
    left: 10%;
    top: 10px;
}
.button-tweet {
    padding: 8px;
    width: 138px;
    font-size: 14px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: 1px;
    color: #54acee;
    border: solid 1px rgba(151, 151, 151, 0.3);
    margin-right: 8px;
    text-align: center;
    position: relative;
}
.button-tweet a {
    color: #54acee;
}
.button-tweet:before {
    content: "";
    width: 22px;
    height: 22px;
    background: url(/wp-content/themes/bayernde/assets/images/jpg/footer-icon-tweet.jpg) no-repeat;
    background-size: 22px;
    position: absolute;
    left: 8px;
    top: 7px;
}
.button-share {
    padding: 8px;
    width: 138px;
    font-size: 14px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: 1px;
    color: #48b739;
    border: solid 1px rgba(151, 151, 151, 0.3);
    margin-right: 8px;
    text-align: center;
    position: relative;
}
.button-share a {
    color: #48b739;
}
.button-share:before {
    content: "";
    width: 22px;
    height: 22px;
    background: url(/wp-content/themes/bayernde/assets/images/jpg/footer-icon-share.jpg) no-repeat;
    background-size: 22px;
    position: absolute;
    left: 8px;
    top: 7px;
}
.button-i {
    padding: 8px;
    width: 37px;
    font-size: 18px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    color: #979797;
    border: solid 1px rgba(151, 151, 151, 0.3);
    text-align: center;
}
.button-i a {
    color: #979797;
}
.button-social div span {
    position: absolute;
    right: 8px;
}
.button-social div span.VR20S {
    display: contents;
}

/* boxshadow styles*/
.boxshadow{
    box-shadow: 0 2px 40px 0 rgba(0, 63, 111, 0.2);
    position: relative;
}
.no-boxshadow{
    box-shadow:none;
}
.media-boxshadow {
    box-shadow: inset 0px 2px 40px 0 #e5ebf0;
}
.form-group {
    margin-bottom: 0;
}

/* padding styles*/
.mar-top-10 {
    margin-top: 10px;
}
.mar-top-16 {
    margin-top: 16px;
}

.mar-top-18 {
    margin-top: 18px;
}
.block-ribbon .sub-block-ribbon.mar-top-18 {
    margin-top: 18px;
}
.mar-top-45{
    margin-top: 45px;
}
#media-youtube.mar-top-45{
    margin-top: 45px;
}
.mar-top-48{
    margin-top: 48px;
}

.mar-top-50{
    margin-top: 50px;
}
.mar-top-70{
    margin-top: 70px;
}
.mar-top-72{
    margin-top: 72px;
}

.mar-bottom-30{
    margin-bottom: 30px;
}
.mar-bottom-32{
    margin-bottom: 32px;
}
.mar-bottom-40{
    margin-bottom: 40px;
}
.mar-bottom-42{
    margin-bottom: 42px;
}
.mar-bottom-48{
    margin-bottom: 48px;
}
.mar-72 {
    margin-top: 72px;
    margin-bottom: 72px;
}

.mar-bottom-50{
    margin-bottom: 50px;
}
.section-block-text .title-blocktext.mar-bottom-40,
.section-block-text-video .title-blocktext.mar-bottom-40{
    margin-bottom: 40px;
}
.section-block-text .subhead-blocktext.mar-bottom-50,
.section-block-text-video .subhead-blocktext.mar-bottom-50{
    margin-bottom: 50px;
}
.mar-bottom-65{
    margin-bottom: 65px;
}
.section-block-text .subhead-blocktext.mar-bottom-65,
.section-block-text-video .subhead-blocktext.mar-bottom-65{
    margin-bottom: 65px;
}
.mar-bottom-70{
     margin-bottom: 70px;
}
.mar-bottom-72{
    margin-bottom: 72px;
}

.section-block-text .content-blocktext.mar-bottom-70,
.section-block-text-video .content-blocktext.mar-bottom-70{
    margin-bottom: 70px;
}
.section-block-text .content-blocktext.mar-bottom-72,
.section-block-text-video .content-blocktext.mar-bottom-72{
    margin-bottom: 72px;
}

.mar-bottom-80{
    margin-bottom: 80px;
}
.mar-bottom-90{
    margin-bottom: 90px;
}
.no-mar-bottom {
    margin-bottom: 0;
}
.list-media-box .media-box.no-mar-bottom {
    margin-bottom: 0;
}
.pad-top-20{
    padding-top: 20px;
}
.pad-top-40{
    padding-top: 40px;
}
.pad-top-45{
    padding-top: 45px;
}
.pad-top-50{
    padding-top: 50px;
}
#bayern.pad-top-45{
    padding-top: 45px;
}
.pad-top-67{
    padding-top: 67px;
}
.pad-top-72 {
    padding-top: 72px;
}
.block-ribbon.pad-top-67{
    padding-top: 67px;
}
.pad-bottom-38 {
    padding-bottom: 38px;
}
.pad-bottom-40{
    padding-bottom: 40px;
}
.pad-bottom-43{
    padding-bottom: 43px;
}
.pad-bottom-45{
    padding-bottom: 45px;
}
.pad-bottom-55{
    padding-bottom: 55px;
}
.pad-bottom-60{
    padding-bottom: 60px;
}
.pad-bottom-65{
    padding-bottom: 65px;
}
.pad-bottom-70{
    padding-bottom: 70px;
}
.pad-bottom-72{
    padding-bottom: 72px;
}
.pad-bottom-88 {
    padding-bottom: 88px;
}
.pad-bottom-180 {
    padding-bottom: 180px;
}
.search-content.pad-bottom-180 {
    padding-bottom: 180px;
}
.section-block-text.pad-bottom-72,
.section-block-text-video.pad-bottom-72{
    padding-bottom: 72px;
}
.no-pad-bottom {
    padding-bottom: 0;
}
.print-show,
ul#footer-menu li.print-show {
    display: none;
}
/*corona*/
.header-corona {
    background-color: #ffdd00;
    position: relative;
    color: #000000;
    /*line-height: 32px;*/
    font-size: 22px;
    padding: 15px 0;
    padding-bottom: 10px;
    -webkit-transition: all 0.5s ease;
    -moz-transition: position 10s;
    -ms-transition: position 10s;
    -o-transition: position 10s;
    transition: all 0.5s ease;
}
.sticky-corona.header-corona {
    position: fixed;
    /*padding: 12px 0;*/
    z-index: 12;
    width: 100%;
    animation: smoothScroll 1s forwards;
}
.sticky-corona.header-corona.hide {
    top: 84px;
}
#mySidenav.sidenav .corona,
#mySidenav.sidenav .corona:hover {
    background-color: #ffdd00;
    background-image: url(/wp-content/themes/bayernde/assets/images/svg/icon-arrow.svg);
}
#mySidenav.sidenav .corona {
    pointer-events: none;
}

#mySidenav.sidenav .corona a.nav-link {
    background-color: #ffdd00;
    font-weight: inherit;
}
.corona .img-corona {
    padding-right: 14px;
}
/*popup*/
.popup-modal{
    position: fixed;
    bottom: 30px;
    z-index: 1002;
    width: 100%;
}
.bg-popup {
    background-image: url(/wp-content/themes/bayernde/assets/images/png/bg-pattern-blue.png);
    margin-bottom: 0;
    border-radius: 0;
    background-position: center;
    background-repeat: repeat-x;
    background-size: cover;
    padding: 37px 40px 26px 40px;
    background-color: #fff7c0;
    box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.2);
    position: relative;
}
.popup-icon {
   
    padding: 60px 40px 26px 40px !important;
    
}
.ver-bg-blau {
    background:#fff;
    position: relative;
    float: left;
}

.ver-bg-blau::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(to bottom, rgb(0 63 111 / 82%), #003f6f);
    z-index: -1;
}

.ver-bg-blau::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background:#fff;
    z-index: -2;
}

.ver-bg-blau.bg-popup  {
    background-image: url(/wp-content/themes/bayernde/assets/images/png/bg-pattern-blue.png);
    background-color: transparent;
    padding: 34px 114px 39px 40px;
    float: left;
}

.close-popup {
    position: absolute;
    right: 17px;
    top: 16px;
    cursor: pointer;
    line-height: 2.4
}
.close-popup span {
    font-size: 15px;
    color: #003f6f;
    font-weight: bold;
    padding-right: 9px;
}
.ver-bg-blau .close-popup span,
.ver-bg-blau .article-text,
.ver-bg-blau .article-title a {
    /*color: #fff;*/
}

.close-popup img {
    width: 11px;
    height: 11px;
}
.bg-popup img.image {
    margin-right: 32px;
    float: left;
    margin-top: -3px;
}
.popup-icon img.image {
    margin-right: 17px;
    float: left;
    margin-top: -3px;
}
.ver-bg-blau.bg-popup img.image {
    margin-top: 0;
    margin-right: 32px;
}

.bg-popup .article-text {
    margin-bottom: 0;
    display: block;
}
.bg-popup .article-title {
    margin-bottom: 6px;
    margin-top: 0px;
}
span.VR20S {
    padding: 0;
    margin: 0;
}
span.VR20S:before,
span.VR20S:after {
    display: none !important;
}
.press .title-black {
    width: 77%;
}
#sb_icons .tab {
    display: none;
}
.sb_icons .tab {
    display: none;
}

.sidebar-img-you {
    width: 29px;
    height: 20px;
    margin-bottom: 6px;
}
.YTPOverlay{
    display: none;
}
#modal-fullscreen-xl .container {
    max-width: 1320px;
	}
#vertretugen-bay .article-image img {
    max-height: 353px;
    height: 100%;
    object-fit: contain;
    margin: 0 auto;
}
#vertretugen-bay .article-image {
    background: #0f3e66;
}
.count-text img.icon-link{
    right: auto;
    height: 30px;
    left: -35px;
    top: -6px;
}
.not-scroll-body {
    overflow: hidden;
}
.mySlides img {
    width: auto!important;
    /*max-height: 930px;*/
    margin: 0 auto!important;
    display: block;
    /*height: 930px;*/
}
.tab-pane .owl-carousel .owl-item img.image {
    /*max-height: 660px;*/
    margin-left: auto!important;
    height: auto;
}
.mySlides {
    background: #000000d6;
}
#mySidenav.sidenav .nav-item .btn-menu {
    display: none;
}
.iframe-notify iframe {
    width: 100%;
    min-height:300px;
    height: auto;
}
.web-hide
{
	display:none;
}
/* style button next prev disabled last item foto and first item video IE  */
#lightbox-video .owl-next.disabled .next-slide-media,
#lightbox-foto .owl-prev.disabled .prev-slide-media {
    opacity: 0.5;
}
#bavaria-lightbox .owl-theme .owl-nav .disabled {
    opacity: 1;
}
@media screen and (min-width:0\0) { 
#header.stickyheader {
   position: fixed;

    display: block;
    width: 100%;
    top: 0px;
    right: 0;
    left: 0;
    z-index: 1001;
    height: 84px;
	
    transition: transform 0.5s;
    transform: translateY(0%);
    animation: smoothScroll 1s forwards;
}
}
/* style button next prev disabled last item foto and first item video IE  */
#lightbox-video .owl-next.disabled .next-slide-media,
#lightbox-video .owl-prev.disabled .prev-slide-media,
#lightbox-foto .owl-prev.disabled .prev-slide-media,
#lightbox-foto .owl-next.disabled .next-slide-media {
    opacity: 0.5;
}
/* zoom slider fokus */
.carousel-bayern.container .owl-carousel .next-slide-media {
    right: -85px;
}
.size-newsletter-normalsize-image
{
/*	max-width:845px!important;*/
	height:auto!important;
}

.size-newsletter-smallsize-image
{
	/*max-width:408px!important;*/
	width:auto;
	height:auto!important;
}
.size-newsletter-highsize-image
{
/*	max-width:408px!important;*/
	height:auto!important;
}
.size-newsletter-cubesize-image
{
	/*max-width:520px!important;*/
	height:auto!important;
}
.size-newsletter-fivetofoursize-image
{
	/*max-width:520px!important;*/
	height:auto!important;
}
.nowrap
{
	white-space:nowrap;
}
blockquote.zitateditor
{
font-style: italic;
font-size: 26px;
color: #000000;
text-align:center;
}
p.copytext-wd
{
font-style: normal;
font-size: 14px;
color: #000000;
text-align:center;
}
.pause_video, .weitervideo
{
	color:#003f6f;
	font-size:15px;
	font-weight:bold;
	font-stretch:normal;
}
.pad0
{
	padding-bottom:0px!important;
	/*background-image: linear-gradient(to bottom, rgba(0, 63, 111, 0.75), #003f6f);*/
	background-color: #003f6f;
}
.backblau
{
	background: none!important;
}
.backblau h1, .backblau h2, .backblau .h4same, .backblau .h4same a, .backblau .h4same a:hover
{
	color:white!important;
}
.backblau h1,.backblau h2
{
	font-size:28px;
}
.backblau .h4same
{
	font-size:18px;
}

.backwhite
{
	background: none!important;
}

.backwhite h1, .backwhite h2
{
	font-size:28px;
}
.backwhite .h4same
{
	font-size:18px;
}