

@import"bootstrap-icons.css";

@import "./fonts/OpenSans.css";


/* @group Reset */

html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, code, del, dfn, em, img, q, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
    border: 0;
    font-weight: inherit;
    font-style: inherit;
    font-size: 100.01%;
    font-family: inherit;
    vertical-align: baseline;
    text-align: left;
    background-color: transparent;
    margin: 0;
    padding: 0;
}

table {
    border-collapse: separate;
    border-spacing: 0;
}

ul, li, ol {
    list-style: none;
    margin-left: 0;
}

option {
    padding-left: 6px;
}

label, input[type=button], input[type=submit], button {
    cursor: pointer;
}

a img {
    border: none;
}

a {
    text-decoration: none;
}

caption, th, strong, dt, strong, b {
    font-weight: 600;
}

em, blockquote, cite, em, i {
    font-style: italic;
}

img, article, aside, header, hgroup, nav, figure, section, footer {
    display: block;
}

/* @end */

/* @group Basis */

body {
    font-size: 13px;
    line-height: 18px;
}

h1, h2, h3, h4, h5, h6 {
    position: relative;
}

h1 {
    line-height: 18px;
    margin-bottom: 9px;
}

h2, h3, h4, h5 {
    line-height: 18px;
    margin-bottom: 9px;
}

h1 {
    font-size: 26px;
    top: 6px;
}

h2 {
    font-size: 22px;
    top: 1px;
}

h3 {
    font-size: 18px;
    top: 2px;
}

h4 {
    font-size: 15px;
    top: 4px;
}

h5 {
    font-size: 13px;
    top: 5px;
}

/* @end */

/* @group GRID */

.page {
    margin: 0 auto;
    width: 100%;
    max-width: 1050px;
    float: left;
    padding: 0 9px;
    box-sizing: border-box;
    position: relative;
    background-color: #f7f7f7;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
}

.col2, .col3, .col4, .col6, .col8 {
    float: left;
    display: inline;
    box-sizing: border-box;
}

.col3 {
    width: 33.333%;
}

.col6 {
    width: 74%;
}

.col8 {
    width: 100%;
}

.col6 .col2 {
    width: 33.333%;
}

.col6 .col3 {
    width: 50%;
}

.col6 .col4 {
    width: 66.66%;
}

.col6 .col6 {
    width: 100%;
}

/* section = clearfix*/

.section {
    width: auto;
    background-color: transparent;
    margin: 0 auto;
}

.section:after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
}

* html .section {
    height: 1%;
}

/*.colcontent innerhalb .colX darf selber aber kein .colX haben;*/

.colcontent {
    padding: 5px;
    margin: 0 5px 9px;
}

/* @end */

/* @group diverses */

/*diverse Auszeichnungen*/

.left {
    float: left;
    margin: 0 9px 9px 0;
}

.laut {
    font-weight: bold;
}

.small {
    font-size: 9px;
}

.large {
    font-size: 18px;
}

.hide {
    display: none;
}

.show {
    display: block;
}

.center {
    text-align: center;
}

/* text for images */

p.last {
    margin-bottom: 0;
}

/* @end */


/* --------------------------------------------------------------
    Screen Styles © 2023 MeteoNews
-------------------------------------------------------------- */

/* span ggf. automatisch kürzen */

.shorten {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
}

.colcontent {
    background-color: #ffffff;
    box-shadow: 0 1px 1px rgba(33, 33, 33, 0.08);
    text-align: left;
	   /* benoetigt Firefox .tool .quelle  */
    position: relative;
}

.ModuleDebug {
    background-color: #fff;
}

.debug_info {
    padding: 10px;
    background-color: #feff12;
}

div.galerie a img, .searchBoxText, .ModuleSearchBar input {
    -webkit-transition: color 0.3s linear;
    -moz-transition: color 0.3s linear;
    -o-transition: color 0.3s linear;
    transition: color 0.3s linear;
}

/* @group Background Theme */

/*Module Background & Border*/


/*body*/

html {
    position: relative;
    background: -webkit-linear-gradient(#2B5590 0%, #b5cdee 100%) 0 top no-repeat, #b5cdee;
    background: -moz-linear-gradient(#2B5590 0%, #b5cdee 100%) 0 top no-repeat, #b5cdee;
    background: -ms-linear-gradient(#2B5590 0%, #b5cdee 100%) 0 top no-repeat, #b5cdee;
    background: linear-gradient(#2B5590 0%, #b5cdee 100%) 0 top no-repeat, #b5cdee;
}

/* @end */

/* @group Layout */

#header_werbung {
    width: 100%;
    float: right;
}

#main {
    margin-top: 45px;
}

.fix {
    margin: 0;
    position: fixed;
    z-index: 200;
    background-color: #ffffff;
    padding: 10px 0 4px;
}

.searchBoxText:hover {
    color: hsla(0, 0%, 0%, 0.87);
}

.searchBoxIcon {
    position: relative;
    float: right;
    top: -28px;
    left: -5px;
}

.lang {
    border: none !important;
}

.aright {
    text-align: right !important;
}

#footer {
    display: inline-block;
    min-height: 100px;
    width: 100%;
    padding-top: 10px;
}

* img {
    max-width: 100%;
}

/* @end */

/* @group Layout V2  */

/* @group sidebar-left  */


.sidebar-left {
    display: flex;
    width: auto;
    height: 100%;
    position: fixed;
    top: 79px;
}

.sidebar-left .sidecontent {
    margin: 0 0;
}
.sidebar-left .ModuleAdLeft {
    position: absolute;
    right: 0;
}

.sidebar .ModuleAdRight {
    position: absolute;
    left: 0;
}



@media screen and (min-width: 1440px) {
    .site {
        margin-left: calc(50% - ((1050px / 2) + 100px));
    }
}


@media screen and (min-width: 1600px) {
    .site {
        margin-left: calc(50% - ((1050px / 2)));
    }
}


/* @end */

.side {
    float: right;
    width: 25%;
    position: sticky;
    top: 85px;
}

.side .col2 {
    width: 100%;
}

.side .col2 .modul.height2 {
    padding-top: 0;
    height: 150px;
}

.maincontent {
    width: 75%;
    float: right;
}

.maincontent .col3 {
    width: 50%;
}

@media screen and (max-width: 1000px) {
    .maincontent {
        width: 100% !important;
        float: left;
    }
    
    .maincontent .col3 {
        width: 50%;
    }
    
    .ModuleSocialMedia ul {
        min-height: 158px;
        position: relative;
        align-items: center;
        height: 100% !important;
    }
    
    .ModuleSocialMedia h2 {
        display: block;
        padding-left: 5px;
    }
    
    @media screen and (max-width: 1000px) {
        .ModuleSocialMedia ul {
            min-height: auto;
            position: relative;
            align-items: left;
            height: 100% !important;
        }
    }
	
	   .ModuleSocialMedia li a[class^="bi-"]::before, .ModuleSocialMedia li a[class*=" bi-"]::before {
        background-color: transparent;
        font-size: 1.6rem;
    }
}


@media screen and (max-width: 630px) {
    .maincontent {
        width: 100% !important;
        float: left;
    }
    
    .maincontent .col3 {
        width: 100%;
    }
}

@media screen and (max-width: 479px) {
    .maincontent .col3 {
        width: 100%;
    }
}


/* @group side */

@media screen and (max-width: 1022px) {
    .side {
        display: none;
    }
}

/* @end */

/* @end */

/* @group Navigation Header */

.navigation {
    z-index: 50000;
    align-self: flex-start;
    position: -webkit-sticky;
	   /* for Safari */
    position: sticky;
    top: 0;
    width: calc(100% + 18px);
    margin-left: -9px;
    box-sizing: border-box;
}

.navigation a {
    text-decoration: none;
}

.navigation header {
    background-color: #FFFFFF;
    box-sizing: border-box;
    width: 100%;
    padding: 0 15px;
    display: flex;
    align-items: center;
    height: 50px;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.09);
}

.navigation .logo {
    height: 50px;
    width: 130px;
    line-height: 50px;
    background: transparent url('../img/mn_logo_grau.svg') no-repeat left center;
}

.PageTypeNewsPreview .navigation {
    display: none;
}

@media (max-width: 650px) {
    .navigation .logo {
        width: 40px;
        background: transparent url('../img/mn_logo_wolke.svg') no-repeat left center;
    }
}

.navigation .nav_menu {
    display: flex;
    align-items: center;
    margin-right: auto;
}

.nav-wrapper {
    position: fixed;
    top: 0;
	   /* height nav-menu */
    bottom: 0;
    height: 100vh;
    width: 370px;
    right: -370px;
    overflow: hidden;
    overflow-y: auto;
    opacity: 0;
    visibility: hidden;
    background-color: #fff;
    transition: right .4s ease-in-out, visibility .5s .1s ease-in-out, opacity 0.5s .1s ease-in-out;
}

.is_active-menu .nav-wrapper {
    opacity: 1;
    visibility: visible;
    right: 0;
    pointer-events: all;
    z-index: 1;
    max-width: 375px;
}

@media (max-width: 450px) {
    .navigation .nav-wrapper {
        position: absolute;
        width: 100%;
        max-width: 100%;
        height: 100vh;
        right: 0;
        z-index: 1;
        background-color: #fff;
        transition: right .2s ease-in-out, visibility .2s linear, opacity 0.2s linear;
    }
}

.navigation .toggle {
    display: inline-flex;
    color: #727272;
    cursor: pointer;
    right: 15px;
    align-items: center;
    position: absolute;
    z-index: 1;
    background-color: transparent;
}

.navigation .toggle.is_active {
    position: fixed;
    right: 15px;
    top: 12px;
    z-index: 2;
}

@media (min-width: 450px) {
    /* fullscreen background */
    
    .navigation .toggle.is_active {
        position: fixed;
        visibility: hidden;
        top: 0;
        z-index: 1;
        overflow-y: auto;
        left: 0;
        right: 0;
        width: 100vw;
        height: 100vh;
        background-color: rgba(0, 0, 0, .4);
        transition: background-color .3s ease-in-out, visibility .6s ease-in-out;
    }
    
    .is_active-menu .toggle.is_active {
        visibility: visible;
        background-color: rgba(0, 0, 0, .4);
    }
    
    .navigation .toggle.is_active:before {
        visibility: hidden;
    }
}

.navigation .toggle::before {
    content: "\f479";
    line-height: 30px;
    font: 26px bootstrap-icons !important;
    color: #727272;
    display: inline-block;
    margin-right: 5px;
}

@media (max-width: 450px) {
    .navigation .toggle.is_active:before {
        content: "\f62a";
        font-size: 20px;
        color: red;
        font-family: bootstrap-icons !important;
    }
}

.navigation .nav_menu ul {
    position: absolute;
	   /*	width: calc(100% - 40px);*/
    width: 100%;
    margin-top: 0;
    padding: 0;
    top: 75px;
	   /*	padding-left: 10px;*/
    height: calc(100vh - 75px);
}

.navigation header.is_active-menu ul {
    display: block !important;
    overflow-x: hidden;
    overflow-y: auto;
}

/* Hide scrollbar for Chrome, Safari and Opera */

.navigation header.is_active-menu ul::-webkit-scrollbar {
    display: none;
}

/* Hide scrollbar for IE, Edge and Firefox */

.navigation header.is_active-menu ul {
    -ms-overflow-style: none;
	   /* IE and Edge */
    scrollbar-width: none;
	   /* Firefox */
}

.navigation .ModuleSocialMedia li a[class^="bi-"]::before, .navigation .ModuleSocialMedia li a[class*=" bi-"]::before {
    margin-right: 6px;
}

.navigation .nav-wrapper>nav>ul {
    padding-bottom: 100px;
}

.navigation .nav_menu ul li a, .navigation .nav_menu ul li span {
    display: flex;
    align-items: center;
    line-height: 1.5;
    padding: 0 12px;
    -webkit-tap-highlight-color: rgba(201, 224, 253, 0.8);
}

.navigation .nav_menu ul li a:hover {
    color: #2b5590 !important;
    text-decoration: none;
}

.navigation .nav_menu ul .sub-menu li.is_active span, .navigation .nav_menu li.ModuleLangSelect li a.is_active {
    color: #ff606a !important;
}

.navigation .nav_menu ul .sub-menu:hover {
    cursor: pointer;
}

.navigation .nav_menu ul li a, .navigation .nav_menu ul li span, .navigation .nav_menu ul ul li a, .navigation .nav_menu ul ul li span {
    height: 35px;
    line-height: 1.5;
    color: #2b5590;
}

.navigation .nav_menu ul li.sub-menu span, li.contact a {
    text-transform: uppercase;
    letter-spacing: 0.2rem;
    font-size: 1rem !important;
}

.navigation .nav_menu ul li.sub-menu, li.contact {
    border-bottom: 1px solid rgba(0, 0, 0, .05);
    -webkit-tap-highlight-color: transparent;
}


/*	second-level*/

.navigation .nav_menu ul .sub-menu li.is_active span, .navigation .nav_menu ul ul li.aktiv a {
    color: #ff606a !important;
    letter-spacing: normal;
}

.navigation .sub-menu:not(.ModuleLangSelect):before {
    content: '\F22C';
    font: 15px/36px bootstrap-icons;
    position: absolute;
    color: #2b5590;
    transition: all 0.3s ease;
    cursor: pointer;
}

.navigation .sub-menu:before {
    right: 10px;
}

.navigation .nav_menu ul li ul:before {
    border: none;
}

.navigation .sub-menu.is_active:before {
    transform: rotate(180deg);
    transition: all 0.3s ease;
}

.navigation li.sub-menu.ModuleSocialMedia>span:before {
    margin-right: 10px;
}

.navigation .nav_menu ul li ul {
    position: relative;
    top: 0;
    height: auto;
    box-shadow: none;
}

.navigation .nav_menu ul ul li {
    padding-left: 10px;
}

.navigation .nav_menu ul ul a {
    color: rgba(0, 0, 0, 0.6) !important;
}

.navigation .nav_menu ul li ul {
    max-height: 0;
    transition: max-height 0.15s ease;
    overflow: hidden;
}

.navigation .nav_menu ul li.is_active>ul {
    max-height: 900px;
    transition: max-height 0.25s ease;
}

.navigation header.is_active-menu .favoriten-icon, .navigation header.is_active-favoriten .toggle, .navigation header.is_active-search .toggle, .navigation header.is_active-search .favoriten-icon {
    display: none !important;
    z-index: 1;
}

.navigation .ModuleSocialMedia li a[class^="bi-"]::before, .navigation .ModuleSocialMedia li a[class*=" bi-"]::before {
    font-size: 16px;
}

.navigation .nav_menu li.ModuleLangSelect ul {
    display: flex !important;
    flex-direction: row;
	   /*    justify-content: space-evenly;*/
    justify-content: start;
    margin-top: 30px;
    height: 30px;
    width: 100%;
    position: relative;
    top: 0;
    max-height: 100px;
}

.navigation .nav_menu li.ModuleLangSelect ul li {
    max-height: 900px;
}

.navigation .nav_menu li.ModuleLangSelect ul, .navigation .nav_menu li.ModuleLangSelect li {
    align-self: auto;
}

.navigation .nav_menu li.ModuleLangSelect a {
    text-transform: uppercase;
}

/* @end */

/* @group quick-nav scroll */

.quick-nav {
    position: absolute;
    top: 50px;
    left: 0;
    width: 100%;
    line-height: 28px;
    background-color: #2b5590;
    overflow: hidden;
    overflow-x: auto;
    padding-left: 10px;
    padding-right: 10px;
    z-index: -1;
    box-shadow: 0 3px 6px rgba(33, 33, 33, 0.3);
}

.quick-nav-inner {
    position: relative;
    width: 100%;
    display: inline-flex;
}

.quick-nav nav {
    display: inline-flex;
    color: #fff;
    white-space: nowrap;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
	
	   /* hidden scrollbar */
    -ms-overflow-style: none;
	   /* IE and Edge */
    scrollbar-width: none;
	   /* Firefox */
}

.quick-nav nav>div {
    display: inline-flex;
    position: relative;
}

.quick-nav .nav-scroller-btn {
    position: absolute;
    z-index: 11000;
    height: 30px;
    width: 40px;
    color: #fff;
    background: transparent;
    transition: color .3s, opacity .3s;
    cursor: pointer;
    border: none;
    padding: 0;
    margin-top: 0;
}

.quick-nav .side-scroller-inner {
    scrollbar-width: none;
}

.quick-nav .side-scroller {
    transition: opacity 0.1s;
}

@media (max-width: 650px) {
    .quick-nav {
        font-size: 14px;
        line-height: 40px;
    }
    
    .quick-nav .nav-scroller-btn {
        height: 40px;
    }
}

@media (pointer:coarse) {
    .quick-nav .nav-scroller-btn {
        width: 30px;
    }
}

.quick-nav .nav-scroller-btn--left {
    background: linear-gradient(to right, #2b5590 70%, rgba(43, 85, 144, 0) 100%);
}

.quick-nav .nav-scroller-btn--right {
    background: linear-gradient(to left, #2b5590 70%, rgba(43, 85, 144, 0) 100%);
    float: right;
    right: 0;
}

.quick-nav .nav-scroller-btn--left, .quick-nav .nav-scroller-btn--right, .nav-scroller-btn.nav-scroller-btn--left, .nav-scroller-btn.nav-scroller-btn--right {
    opacity: 0.5;
	   /*    visibility: hidden;*/
    transition: opacity .3s, visibility .3s;
}

.quick-nav .nav-scroller-btn--left.active, .quick-nav .nav-scroller-btn--right.active, .nav-scroller-btn.nav-scroller-btn--left.active, .nav-scroller-btn.nav-scroller-btn--right.active {
    opacity: 1;
    visibility: visible;
    transition: opacity .3s, visibility .3s;
}

.quick-nav .nav-scroller-btn--left:before {
    content: "\F284";
    font: 15px bootstrap-icons;
    color: #fff;
    position: relative;
    cursor: pointer;
    visibility: visible;
    margin-left: auto;
    margin-right: auto;
    vertical-align: middle;
}

.quick-nav .nav-scroller-btn--right:before {
    content: "\F285";
    font: 15px bootstrap-icons;
    color: #fff;
    position: relative;
    cursor: pointer;
    visibility: visible;
    margin-left: auto;
    margin-right: auto;
    vertical-align: middle;
}

.scroll {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
}

.nav-item {
    padding-right: 3px;
    padding-left: 3px;
    display: flex;
    vertical-align: middle;
    text-transform: capitalize;
    white-space: nowrap;
    margin-right: 27px;
}

.scroll::-webkit-scrollbar {
    display: none;
}

.quick-nav a, .quick-nav a:visited {
    color: #fff;
    text-decoration: none !important;
    position: relative;
    z-index: 1;
}

.quick-nav a:hover {
    color: #fff;
}

.quick-nav a:hover::before, .quick-nav a.aktiv::before {
    content: "";
    background: #fff;
    opacity: 1;
    position: absolute;
    bottom: 0.15em;
    height: .1em;
    width: 100%;
    left: -.1em;
    z-index: -1;
    animation: quick-nav-animation 0.4s ease-in-out;
}

@keyframes quick-nav-animation {
from {
    width: 0;
    left: 50%;
}

to {
    width: 100%;
    left: 0;
}
}

html {
    scroll-behavior: smooth;
}

.scroll-to-top {
    position: fixed;
    bottom: 40px;
    text-decoration: none;
    padding: 5px 10px;
    font: 12px sans-serif;
    color: #fff;
    background: rgba(0, 0, 0, .4);
    opacity: 0;
    transition: visibility .5s, opacity .5s;
    visibility: hidden;
}

.scroll-to-top.is_visible {
    color: #fff;
    opacity: 1;
    visibility: visible;
}

.scroll-to-top:hover, .scroll-to-top:hover a {
    color: #fff;
    background-color: rgba(0, 0, 0, .87);
    text-decoration: none;
}

/* @end */

/* @group Search Box */

.search-box {
    width: 50%;
    max-width: 500px;
    height: 32px;
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #494a49;
    padding: 0;
    position: absolute;
    top: 10px;
    z-index: +1;
    left: calc(100% / 2);
    transform: translate(-50%);
    right: 70px;
    border: 1px solid rgba(0, 0, 0, .45);
    visibility: hidden;
    opacity: 0;
}

@media screen and (min-width: 320px) {
    .search-box {
        opacity: 1;
        visibility: visible;
    }
    
    .is_active-menu .search-box {
        position: fixed;
        top: 10px;
        bottom: 0;
        left: calc(100% - 355px);
        transform: translate(0);
        width: 325px;
        overflow-y: auto;
        pointer-events: all;
        animation: search-box-animation 1s ease-in-out;
    }
	
	   @keyframes search-box-animation {
    from {
        right: -370px;
        opacity: 0;
        visibility: hidden;
    }
    
    to {
        right: 0;
        opacity: 1;
        visibility: visible;
    }
    }
}

.search-box button, .search-box input {
    color: #727272;
    border: none;
    cursor: pointer;
    height: 30px;
}

.search-box button {
    width: 40px;
    background-color: transparent;
}

.search-box input {
    width: 80%;
}

.search-box input[type=search] {
    width: 100%;
    outline: none;
    border: none;
    font-family: inherit;
    box-sizing: content-box;
    -webkit-appearance: none;
    appearance: none;
    -webkit-border-radius: 0;
    border-radius: 0;
    padding: 0 0 0 5px;
    max-height: 30px;
    background-color: transparent;
}

.ModuleSearchBar input[type=text] {
    font-size: 16px;
    height: 32px;
    width: calc(75% - 40px);
}

.ModuleSearchBar input[type=submit] {
    font-size: 16px;
    height: 33px;
    margin: 0;
    padding: 0 5px;
}

.search-box input::placeholder {
    color: rgba(0, 0, 0, 0.48);
    text-transform: uppercase;
    font-size: 12px;
}

.search-box.is_active {
    display: flex;
}

/*iOS Hack not zoom on focus*/

@media screen and (-webkit-min-device-pixel-ratio:0) {
    input[type='search'] {
        font-size: 16px;
        height: 32px;
    }
    
    .ModuleSearchBar input[type=text] {
        height: 32px;
        font-size: 16px;
    }
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
    input[type='search']:focus {
        font-size: 16px;
        height: 32px;
    }
    
    .ModuleSearchBar input[type=text]:focus {
        height: 32px;
        font-size: 16px;
    }
}

@media screen and (max-width: 360px) {
    .search-box {
        opacity: 1;
        visibility: visible;
        transform: translate(-50%);
        border: none;
        width: 30%;
        pointer-events: all;
        background-color: transparent;
        transition: width 0.1 ease-in-out, background-color 0.5s linear;
    }
    
    .search-box input.search-data {
        width: 0;
    }
    
    .search-box:hover, .search-box:focus {
        background-color: #fff;
        max-width: 100%;
        border: 1px solid rgba(0, 0, 0, .45);
        width: calc(100% - 20px);
        transform: translate(-50%);
        transition: width 0.2s ease-in-out, background-color 0.2s linear;
    }
    
    .search-box:hover input.search-data, .search-box:focus input.search-data {
        width: 100%;
    }
    
    .search-box input[type=search] {
        overflow: hidden;
        text-overflow: ellipsis;
    }
}

@media (max-width: 450px) {
    .is_active-menu .search-box {
        left: 10px;
        width: calc(100% - 70px);
        transform: translate(0);
        border: 1px solid rgba(0, 0, 0, .45);
    }
    
    .is_active-menu .search-box input.search-data {
        width: 100%;
    }
}

/*ModuleSearchResults*/

.ModuleSearchResults li span img {
    position: relative;
    float: left;
    margin-right: 3px;
    margin-top: 6px;
    width: 15px;
}

.ModuleSearchResults li span a {
    color: rgba(0, 0, 0, 0.86);
}

.ModuleSearchResults li span a:hover {
    color: #ff606a;
}

/* @end */

/* @group Favoriten */

.ModuleFavorites h2 {
    font-size: 1.3rem;
    padding-top: 0;
    padding-bottom: 0;
}

.favoriten-icon::before {
    content: "\F415";
    font: 16px bootstrap-icons;
    color: #ff606a;
    line-height: 50px;
}

.favoriten-icon:hover {
    cursor: pointer;
}

.favoriten-counter, .favoriten-icon::before {
    position: absolute;
    right: 70px;
    top: 0;
}

.favoriten-counter {
    height: 15px;
    width: 15px;
    font-size: 9px;
    background-color: #fff;
    border-radius: 100%;
    right: 62px;
    top: 22px;
    text-align: center;
}

.favoriten-icon.is_active:before {
    content: "\f62a";
    font-size: 20px;
    color: red;
}

.favoriten-icon {
    display: none;
}

@media screen and (max-width: 1023px) {
    .favoriten-icon {
        display: block;
    }
}

.favoriten-box {
    width: 320px;
    box-sizing: border-box;
    position: absolute;
    z-index: 1100;
    top: 50px;
    transition: all ease 0.4s;
    transition-delay: 0.5s;
    right: 0;
    display: none;
}

@media (orientation: landscape) {
    .favoriten-box {
        max-height: calc(100vh - 40px);
    }
    
    .favoriten-box .colcontent {
        overflow-y: scroll;
    }
}

.is_active-favoriten .favoriten-box {
    display: block;
}

.favoriten-box:before {
    position: absolute;
    content: "";
    top: -12px;
    right: 74px;
    width: 0;
    height: 0;
    z-index: -1;
    border: 6px solid transparent;
    border-bottom-color: #2b5590;
}

.ModuleFavorites .colcontent {
    box-shadow: 0 6px 6px rgba(0, 0, 0, 0.2);
    background: linear-gradient(to bottom, #fefdca, #fff740);
    margin: 0;
}

.ModuleFavoritesDesktop .colcontent {
    box-shadow: none;
    padding: 5px;
    margin: 0 5px 9px;
}

.ModuleFavorites ul {
    position: relative;
}

.ModuleFavorites ul:not(.auswahl) {
    border-top: 1px dashed rgba(0, 0, 0, 0.1);
}

.ModuleFavorites ul {
    background-color: rgba(255, 255, 255, 0.2);
    padding-left: 0;
    padding-bottom: 3px;
    margin-left: -5px;
    margin-right: -5px;
}

.ModuleFavorites .delete_all {
    position: absolute;
    margin-top: -37px;
    right: 20px;
}

.ModuleFavoritesDesktop .delete_all {
    position: absolute;
    right: 20px;
    margin-top: -32px;
}

.ModuleFavorites .delete_all:before {
    content: "\F5DE";
    font: 1.1em bootstrap-icons;
    color: hsla(0, 0%, 0%, 0.86);
    position: relative;
    top: 6px;
    cursor: pointer;
}

.ModuleFavoritesDesktop .delete_all:hover {
    cursor: pointer;
}

.ModuleFavorites .delete_all:hover:before {
    color: rgba(202, 0, 2, 1.0);
}

.ModuleFavorites li.tool:hover {
    background-color: rgba(20, 20, 20, 0.05);
    padding-left: 3px;
}

.ModuleFavorites li {
    line-height: 35px;
    height: 35px;
    padding-left: 3px;
    margin-bottom: 5px;
    position: relative;
    white-space: nowrap;
    padding-right: 40px;
    text-overflow: ellipsis;
}

.ModuleFavoritesDesktop li {
    margin-bottom: 0;
}

.ModuleFavorites li a {
    color: hsla(0, 0%, 0%, 0.87);
    padding-left: 0;
    text-overflow: ellipsis;
    display: inline;
}

.ModuleFavorites li a:hover {
    color: #000000;
    text-decoration: underline;
}

.ModuleFavorites li.tool span.delete {
    right: 2px;
    width: auto;
    text-align: center;
    background: rgba(0, 0, 0, 0.7);
    background: #000;
    color: #ffffff;
    line-height: 29px;
    height: 29px;
    top: 3px;
}

.ModuleFavorites li:hover.tool span.delete, .ModuleFavorites li.tool.is_active span.delete {
    display: inline;
    cursor: pointer;
    z-index: +1;
    -ms-touch-action: manipulation;
	   /* IE10  */
    touch-action: manipulation;
	   /* IE11+ */
}

.ModuleFavorites li.tool:before {
    content: "\F4FE";
    font: 13px bootstrap-icons;
    color: #2b5590;
    position: relative;
    top: 1px;
}

.ModuleFavorites li.favorit:before {
    content: "\F3E7";
    font: 13px bootstrap-icons;
    color: #2b5590;
    position: relative;
    top: 1px;
}

.ModuleFavorites .auswahl li.tool span.delete:hover {
    background: rgb(202, 0, 2);
}

.ModuleFavorites li.tool span.delete:hover {
    background: rgb(8, 157, 48);
}

@media (max-width: 880px) {
    .ModuleFavorites li a {
        font-size: 15px;
    }
    
    .favoriten-icon::before {
        right: 70px;
    }
}

@media (max-width: 700px) {
    .is_active-favoriten .favoriten-box {
        width: 100%;
        height: calc(100vh - 50px);
        left: 0;
        transition: 0.5s;
        display: block !important;
    }
    
    .ModuleFavorites .colcontent {
        box-shadow: none;
        height: calc(100vh + 50px);
        overflow-y: auto;
    }
}

@media (min-width: 1023px) {
    .is_active-favoriten .favoriten-box {
        display: none;
    }
}


/*mit Wetterinformationen*/

.ModuleFavorites li.favorit {
    margin-bottom: 3px;
    position: relative;
    z-index: +1;
}

.ModuleFavorites li.favorit:before {
    display: none;
}

.ModuleFavorites li.favorit img.sym_20 {
    max-width: 30px;
    display: inline;
}

.ModuleFavorites li a:not(.tool) {
    position: absolute;
    left: 5px;
	
	
	   /*	String kürzen*/
    max-width: 83%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.ModuleFavorites li.favorit a:not(.tool) {
    left: 45px;
    line-height: 1.3;
    top: 1px;
    font-weight: 600;
}

.ModuleFavorites li.favorit span.temperatur {
    position: absolute;
    line-height: 1;
    height: 14px;
    top: 19px;
    left: 45px;
}

.ModuleFavorites li.favorit span.temp_hoch, .ModuleFavorites li.favorit span.temp_tief {
    text-align: left;
    white-space: nowrap;
    margin-left: 0;
    padding-left: 0;
    line-height: 14px;
    font-size: 12px;
    color: #000;
}

.ModuleFavorites li.favorit span.temp_tief {
    color: #808080;
}

.ModuleFavorites li.favorit span.temp_tief::after {
    content: "/";
    margin-left: 6px;
}

.ModuleFavorites li.favorit a.tool {
    right: 0;
    top: 0;
}

.ModuleFavorites li.tool span.delete {
    right: 5px;
}

/* NEW ModuleFavorites */

.ModuleFavorites h2 {
    font-size: 1.3rem;
    padding-top: 0;
    padding-bottom: 0;
    margin-bottom: 15px;
}

/*delete all Button*/

.ModuleFavoritesDesktop .delete_all {
    position: absolute;
    right: 60px;
    top: 0;
    width: 35px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 0;
    display: none;
}

.ModuleFavorites .delete_all {
    position: absolute;
    right: 60px;
    top: 0;
    width: 35px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 0;
    display: none;
}

.ModuleFavorites .delete_all:before {
    top: 0;
}

/* Edit Button */

.ModuleFavorites .edit, .ModuleFavoritesDesktop .edit {
    position: absolute;
    right: 0;
    top: 3px;
    cursor: pointer;
    width: 37px;
    height: 30px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
}

.ModuleFavorites .edit:before {
    content: "\F4CB";
    font: 1.1em bootstrap-icons;
    color: hsla(0, 0%, 0%, 0.86);
    position: relative;
    top: 0;
    padding: 5px;
}

.ModuleFavorites .edit.is_active:before {
    content: "\F26B";
    font-size: 1.3em;
}

.ModuleFavorites .edit:hover:before {
    padding: 5px;
}

.ModuleFavorites li.tool span.delete {
    right: 2px;
    width: auto;
    text-align: center;
    color: #ffffff;
    height: 35px;
    top: 0 !important;
    display: inline !important;
    background-color: rgba(0, 0, 0, 0.2);
    right: 0;
}

.ModuleFavorites li.tool:before {
    content: "";
}

.ModuleFavorites ul:not(.auswahl) li, .ModuleFavorites ul:not(.auswahl) li.tool:hover {
    margin-bottom: 3px;
    padding-left: 10px;
}



/*Favoriten*/

.ModuleFavorites ul.auswahl {
    overflow: hidden;
    position: relative;
}

.ModuleFavorites li.tool {
    transition: all 0.2s ease-in-out 0s;
}

/*add Icon*/

.ModuleFavorites li.tool span.delete:before {
    content: "\F4FE";
    font: bold 1.1em bootstrap-icons;
    position: relative;
    top: 6px;
    padding: 5px;
    color: #fff;
}

/* delete Icon*/

.ModuleFavorites ul.auswahl li.tool span.delete:before {
    content: "\F62A";
}

.ModuleFavorites .on_edit li.tool {
    transform: translateX(-40px);
    transition: all 0.2s ease-in-out 0s;
}

.ModuleFavorites .on_edit li.tool span.delete {
    display: inline;
    z-index: -1;
    position: absolute;
    transition: all 0.2s ease-in-out;
}

/*alle*/

.ModuleFavorites ul.auswahl li.tool.all {
    max-height: 0;
    opacity: 0;
}

.ModuleFavorites ul.auswahl.on_edit li.tool.all {
    opacity: 1;
    max-height: 35px;
}

.ModuleFavorites ul.auswahl li.tool.all span {
    margin-left: 42px;
    color: red;
}

.ModuleFavorites ul.auswahl li.tool span.delete {
    background-color: red;
    right: -40px;
}


/* Anpassungen fuÌˆr Favoriten und share Buttons */

.ModulePageTitle .colcontent {
    padding-right: 65px;
}

/* @group add Favoritten Button */

.add-favoriten-icon {
    position: absolute;
    background-color: #fff;
    top: calc(50% - 14px);
    width: 28px;
    height: 28px;
    border-radius: 50%;
    border: none;
    z-index: 1;
    right: 45px;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: opacity 0.5s;
}

.add-favoriten-icon::before {
    content: '';
    width: 50px;
    height: 50px;
    top: 1px;
    background: url('../../img/icons/add-to-favorites-icon.svg') center center no-repeat;
    position: relative;
    flex-shrink:0;
}

.success-banner {
    position: absolute;
    top: calc(50% - 16px);
    right: 38px;
    z-index: 51;
    margin: 0 auto;
    padding: 0 0 0 23px;
    float: left;
    border: solid 7px Green;
    background-color: Green;
    line-height: 18px;
    color: #fff;
    overflow: hidden;
    display: none;
}

.success-banner:after {
    content: "";
    position: absolute;
    z-index: 12;
    width: 8px;
    height: 14px;
    bottom: 4px;
    left: 5px;
    border: solid 2px #FFF;
    border-top: none;
    border-left: none;
    transform: rotate(45deg);
}

/* @end */

/* @group share-panel */

.share-tool {
    position: absolute;
    right: 20px;
    bottom: 0;
    border-style: none;
    background: none;
    display: flex;
    margin: 0;
    padding: 0;
    height: 100%;
}

.share-tool .icon {
    position: relative;
    background-color: #fff;
    border-radius: 50%;
    top: calc(50% - 14px);
    width: 28px;
    height: 28px;
    z-index: 5;
    right: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    /*    border: 1px solid #2b5590;*/
}

.share-tool .icon:before {
    content: '\F52E';
    line-height: 30px;
    font: 13px bootstrap-icons !important;
    color: #2b5590;
}

.share-tool .share-panel {
    position: relative;
    right: 0;
    height: 100%;
    font-size: 11px;
    overflow: hidden;
    white-space: nowrap;
    background: #fff;
    z-index: 1;
    color: transparent;
    max-width: 20px;
    transition: color 0.2s 0.3s, all 1s;
    margin-right: -20px;
    margin-left: -25px;
    display: flex;
    align-items: center;
}

.share-tool .share-panel ul {
    list-style: none;
    margin: 0 0 0 15px;
    padding: 0;
    z-index: 5;
    min-height: 36px;
    max-height: 108px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.share-tool .share-panel li {
    position: relative;
    white-space: nowrap;
    float: left;
    margin-right: 15px;
    padding-left: 10px;
}

.share-tool:hover .share-panel {
    max-width: 500px;
    color: #000;
    padding-right: 10px;
    padding-left: 12px;
    transition-delay: 250ms;
}

.share-tool .share-panel a {
    color: inherit;
}

/* @end */








/*Navigation Mobile*/

/* @end */

/* @group Footer */

footer {
    width: 100%;
    display: block;
}

footer a, footer a:visited {
    color: rgba(255, 255, 255, 0.65);
}

footer, footer a:hover {
    color: rgba(255, 255, 255, 1)
}

footer .colcontent {
    background-color: transparent;
}

footer .page {
    background-color: #2B5590 !important;
}

footer .colcontent .group {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
}

footer .group div:not(.social) {
    display: flex;
}

footer .group div.social a {
    margin-right: 1.5rem;
}

footer .group div.countries, footer .group div.otherSites {
    display: inline-block;
    width: 100% !important;
}

footer .group div.countries a, footer .group div.otherSites a {
    width: 32%;
    display: inline-block;
    margin: 0;
}

@media (max-width: 460px) {
    footer .group div.countries a, footer .group div.otherSites a {
        width: 48%;
    }
}

footer .colcontent .group div {
    width: 100%;
    margin-top: 0.6rem;
}

footer .colcontent .copyright {
    font-size: 1rem;
    margin-top: 20px;
    margin-bottom: 0;
}

@media (min-width: 625px) {
    footer .group div.social {
        max-width: 260px;
        min-width: 230px;
    }
    
    footer .colcontent .group {
        flex-direction: row;
    }
    
    footer .group div.countries a {
        width: 20%;
        margin-right: 12%;
    }
    
    footer .group div.otherSites a {
        margin: 0;
    }
}

/* @end */

/* @group Color / Link */

input, textarea {
    color: hsla(0, 0%, 0%, 0.86);
}

:focus {
    outline-style: none;
}

a {
    color: #ff606a;
}

.ModulePostTeaser p {
    margin: 0 0 5px;
}

.ModulePostNav li a, .ModuleMajorCities li a {
    color: hsla(0, 0%, 0%, 0.86);
}

a:visited, a:active {
    color: #ff606a;
}

a:hover, .ModulePostNav li a:hover, .ModuleMajorCities li a:hover {
    color: #ff606a;
    text-decoration: underline;
}

.ModuleSearchResults a, a.link, #searchResults li a, .topnav li a, .ModuleFeedback input[type="submit"], .ModuleContactForm input[type="submit"] {
    text-decoration: none;
}

.ModuleFeedback .subject, .ModuleContactForm .subject {
    display: none;
    visibility: hidden;
}

.quiet {
    color: hsla(0, 0%, 0%, 0.67);
}

a.mehr:hover, input[type="submit"]:hover {
    color: #ff606a;
}

.ModulePostNav li {
    margin-top: 4px;
}

#forecast_table td a {
    font-size: 12px;
}

a:hover.wiki_edit, #forecast_table td a:hover, .ModuleObs1hLatest td a:hover, .Module3hForecastDaySelect a:hover, .Module3hForecastDaySelect li.aktiv a, .ModuleSearch a:hover, a.aktiv, ul.tab_nav li.aktiv a, ul.tab_nav li:hover a, ul#buttons li:hover, input[type="reset"]:hover {
    text-decoration: none;
}

/*a.external.text:before {
	content: "\F1C5";
	line-height: 1.6;
	vertical-align: bottom;
	color: hsla(0, 0%, 0%, 0.87);
	font-family: bootstrap-icons !important;
	padding-right: 2px;
}*/

a[href$=".pdf"] {
    height: 16px;
	   /*	background: url('/img/icons/pdf_icon.gif') no-repeat left center;
			margin-left: 10px;*/
    content: "\F756";
    line-height: 1.6;
    vertical-align: bottom;
    color: hsla(0, 0%, 0%, 0.87);
    font-family: bootstrap-icons !important;
    padding-right: 2px;
}

.mehr, a.mehr, input[type="submit"], input[type="reset"], a.toggleButton {
    display: inline-block;
    line-height: 1.2;
    margin: 2px 2px 2px 0;
    padding: 2px;
    position: relative;
    background-color: transparent;
    color: hsla(0, 0%, 0%, 0.87);
    border: 1px solid #dee2e3;
    font-weight: normal;
    cursor: pointer;
}

a.toggleButton {
    padding-left: 5px;
    text-decoration: none;
}

a.toggleButton.in:after, a.toggleButton.out:after {
    content: "\F229";
    padding-left: 5px;
    font-size: 14px;
    line-height: 14px;
    vertical-align: bottom;
    font-family: bootstrap-icons !important;
}

a.toggleButton.in:after {
    content: "\F235";
    color: #ff606a;
}

span.messzeit a.tool {
    border: none;
}

.mehr:hover, a.mehr, ul.calnav li a, a.toggleButton:hover {
    color: hsla(0, 0%, 0%, 0.87);
}

#forecast_table a.mehr {
    white-space: normal;
}

a.wiki_edit {
    margin-right: 5px;
    display: inline-block;
}

span.temp_hoch, .temp_hoch, .ttmax, .temp_avg {
    color: #ca0002;
}

.MNChartBase .temp_avg, .climateReviewTemp {
    color: #ca0002;
}

.MNChartBase .temp_min {
    color: hsla(0, 0%, 0%, 0.87);
}

.MNChartBase .temp_water, .wasser_temp {
    color: #3878bf;
}

.MNChartBase .temp_range {
    color: #e7e7e7;
}

.MNChartBase .precip, .climateReviewPrecip {
    color: #448bb6;
}

.MNChartBase .precip_range {
    color: #4FA2D4;
}

.MNChartBase .sun, .climateReviewSun {
    color: #FFC000;
}

.MNChartBase .windforce {
    color: #BBBBBB;
}

.MNChartBase .gustforce {
    color: #9BBF93;
}

.MNChartBase .uv_index {
    color: #fed128;
}

/*iOS iPad OS fix*/

input[type=submit] {
    -webkit-appearance: none;
    appearance: none;
    -webkit-border-radius: 0;
    border-radius: 0;
}

/* @end */

/* @group Icons */

[class^="bi-"]::before, [class*=" bi-"]::before {
    background-color: transparent;
    font-size: 16px;
}

/*Wettersymbole Grösse anpassen*/

img.sym_045 {
    max-width: 50px !important;
}

img.sym_039 {
    max-width: 39px !important;
}

/* @end */

/* @group Font */

/* font-family (grösse wurde bereits definiert) */

html {
    font-size: 100.01%;
	   /* Prevent font scaling in landscape while allowing user zoom */
    -webkit-text-size-adjust: 100%;
}

html, body {
    font-size: 13px;
}

@media screen and (max-width: 600px) {
    html {
        font-size: 100.01%;
    }
    
    html, body {
        font-size: 14px;
    }
}

body {
    line-height: 1.6;
    font-family: 'Open sans', Arial, Helvetica, sans-serif;
    color: hsla(0, 0%, 0%, 0.86);
}

h1, h2, h3, h4 {
    font-family: 'Open sans', Arial, Helvetica, sans-serif;
}

.medieninfo h1 {
    line-height: 1.2;
}

h2 {
    padding: 5px 3px 5px 0;
    line-height: 1.4;
    font-size: 1.3rem;
    text-transform: uppercase;
    color: #2b5590;
}

h2.nonfirst {
    background: none;
    margin-top: 9px;
}

h3 {
    font-size: 1.1rem;
    padding: 3px 3px 3px 0;
    text-transform: none;
}

h4.title {
    margin: 0 0 18px;
    line-height: 18px;
    font-style: italic;
}

h4 {
    margin-bottom: 18px;
}

pre, code {
    font-family: "Courier New", Courier, mono;
    white-space: normal;
    overflow: hidden;
}

.colcontent p {
    margin-bottom: 9px;
}

p.mehr_inhalt {
    padding-left: 0;
}

p.copyright {
    margin-bottom: 20px;
}

#searchResults li {
    padding: 0;
    list-style-position: inside;
    margin: 0 0 3px -15px;
}

#searchResults li a {
    color: hsla(0, 0%, 0%, 0.87);
}

#searchResults li a:hover {
    color: #ff606a;
}

.searchDetails {
    font-size: 11px;
    color: #b3b3b3;
    margin-left: 10px;
}

span i {
    margin-left: 5px;
    font-size: 11px;
    white-space: nowrap;
}

/* @end */

/* @group Module */

/* @group Table */

.table-container {
    width: 100%;
    overflow: auto;
    margin-top: 0;
    margin-right: 0;
    margin-left: 0;
    display: inherit;
}

/*für iOS*/

.table-container::-webkit-scrollbar {
    -webkit-appearance: none;
    width: 14px;
    height: 14px;
}

.table-container::-webkit-scrollbar-thumb {
    border-radius: 8px;
    border: 3px solid #fff;
    background-color: rgba(0, 0, 0, .3);
}

table {
    border-collapse: collapse;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
}

table.wikitable {
    margin-left: 5px;
    display: block;
}

table.wikitable td, table.wikitable th {
    padding-right: 5px;
}

/*table.wikitable td:last-child {
	text-align: left;
}*/

table.wikitable p {
    padding: 5px;
}

tbody.on {
    display: table-row-group;
}

tbody.off {
    display: none;
}

th, td {
    vertical-align: bottom;
    white-space: normal;
    text-align: right;
}

th span {
    white-space: normal;
    font-weight: bold;
}

th span span {
    font-size: 9px;
    margin-left: 3px;
}

th:last-child, td:last-child {
    background: none;
    border-right: 0;
}

th.last, td.last {
    background: none;
}

tr.detail_night td {
    padding: 0;
    height: 25px;
}

tr.detail_night td:first-child {
    background-color: transparent;
    border-color: transparent;
}

tr.detail_night td img {
    padding: 0;
    z-index: 100;
    margin-right: auto;
    margin-left: auto;
}

td img {
    padding: 0;
    display: inline-block;
}

span.source img {
    width: 160px;
    max-width: 100%;
}

tr.detail_night td img {
    width: auto;
}

tr.detail_day td img {
    margin-top: -25px;
    margin-right: auto;
    margin-left: auto;
}

tbody tr.detail_night td img {
    margin: 0 0 0 auto;
    position: relative;
    left: 1.7rem;
}

.halfnight {
    width: 25px;
}

/* @end */

/* @group table.wikitable  */

@media screen and (max-width: 360px) {
    table.wikitable td, table.wikitable th {
        width: 100%;
        float: left;
    }
    
    .ModuleMapsPreview table.center td {
        padding: 4px;
        width: 98% !important;
        float: left;
    }
}

@media screen and (min-width: 360px) {
    table.wikitable {
        border-spacing: 0;
        display: block;
        overflow-x: auto;
        text-align: left;
        margin: 0;
        width: 100%;
        table-layout: fixed;
        padding-bottom: 20px;
    }
    
    .wikitable thead {
        background-color: var(--theme);
    }
    
    .wikitable th {
        white-space: nowrap;
        width: auto;
        text-align: right;
    }
    
    .wikitable tr {
        border-bottom: 1px solid rgba(100, 100, 100, 0.05);
    }
    
    .wikitable th, .wikitable td {
        padding: 0.35rem 1rem 0.35rem 0.5rem;
        margin: 0;
        width: auto;
    }
    
    .wikitable td:first-child, .wikitable tr:first-child th:first-child[rowspan], .wikitable tr:first-child th:first-child {
        position: sticky;
        left: -1px;
        z-index: 2;
        background: #fff;
        box-shadow: 2px 0 5px rgba(100, 100, 100, 0.05);
        margin: 0;
        max-width: 50%;
    }
    
    table.wikitable td {
        z-index: 1;
        vertical-align: top;
        width: 50%;
    }
}

/* @end */

/* @group Hitlisten */

.ModuleHitlist td {
    padding-right: 5px;
    padding-left: 5px;
}

.ModuleHitlist tr:nth-child(even) {
    background: #f3f3f3;
}

/* @end */

/* @group scrollTable */

/* @group scrollTable nav scroller Button */

.scrollTable .nav-scroller-btn {
    position: relative;
    background: #fff;
    border: 1px solid #ddd;
    cursor: pointer;
    display: inline !important;
}

@media (max-width: 620px) {
    .scrollTable .nav-scroller-btn {
        display: none !important;
    }
}

.scroll-nav-inner li.aktiv a {
    color: #fff;
}

.scrollTable .nav-scroller-btn--left {
    left: 20px;
    margin-bottom: 5px;
    transition: all 0.3s ease-in-out;
}

.scrollTable .nav-scroller-btn--right {
    right: 0;
    float: right;
    margin-bottom: 5px;
}

/* @end */

.scrollTable.outer {
    position: relative;
    background-color: transparent;
    z-index: 1;
}

.scrollTable .inner {
    overflow-x: auto;
    width: calc(100% - 22px);
    margin-left: 22px;
    scrollbar-width: none;
    -ms-overflow-style: none;
    transition: all 0.3s ease-in-out;
}

.scrollTable .info.is_active+.inner {
    overflow-x: auto;
    width: calc(100% - 11rem);
    margin-left: 11rem;
    scrollbar-width: none;
    -ms-overflow-style: none;
    transition: all 0.3s ease-in-out;
}

@media (pointer: fine) and (min-width: 620px) {
    .scrollTable .info+.inner {
        overflow-x: auto;
        width: calc(100% - 11rem);
        margin-left: 11rem;
        scrollbar-width: none;
        -ms-overflow-style: none;
        transition: all 0.3s ease-in-out;
    }
    
    .scrollTable .info.is_active+.inner {
        overflow-x: auto;
        width: calc(100% - 22px);
        margin-left: 22px;
        scrollbar-width: none;
        -ms-overflow-style: none;
        transition: all 0.3s ease-in-out;
    }
    
    .scrollTable:has(.info) .nav-scroller-btn--left {
        left: 11rem;
        margin-bottom: 5px;
        transition: all 0.3s ease-in-out;
    }
    
    .scrollTable:has(.info.is_active) .nav-scroller-btn--left {
        left: 22px;
        margin-bottom: 5px;
        transition: all 0.3s ease-in-out;
    }
}


.scrollTable .inner::-webkit-scrollbar {
    display: none;
}

.scrollTable col {
    background: #f1f2f3;
}

.scrollTable table {
    border-collapse: collapse;
    position: static;
    width: 100%;
    margin-bottom: 1rem;
    margin-right: 0;
}

.scrollTable tbody tr:not(.days):not(.detail_night):not(.detail_day):hover:not(:nth-child(2)):hover, .scrollTable tbody tr:hover th {
    background-color: #fff;
}

.scrollTable tbody tr:hover th span::before {
    background-color: red;
}

.scrollTable td {
    padding: 0.1rem 0.2rem;
    text-align: right;
    margin: 0.15rem;
    vertical-align: middle;
    border-right: 4px solid white;
    min-width: 6.2rem;
}

@media screen and (min-width: 620px) {
    .scrollTable td {
        padding: 0.1rem 0.25rem;
        text-align: right;
        margin: 0.15rem;
        vertical-align: middle;
        border-right: 4px solid white;
        min-width: 7rem;
    }
}

.scrollTable td img {
    display: inherit;
}

.scrollTable tr.days a:hover {
    color: inherit;
}

.scrollTable tr.days span, .scrollTable tr.days a span {
    width: 100%;
    text-align: center;
}

.scrollTable tr.days span span, .scrollTable tr.days a span span {
    position: relative;
    width: 100%;
    font-size: 11px;
    text-align: center;
    top: -2px;
}

.scrollTable tr:nth-of-type(2) a {
    font-size: 12px;
}

.scrollTable tr.days td {
    text-align: center;
    width: 100%;
}

.scrollTable th {
    position: absolute;
    left: 0;
    display: block;
    min-height: 20px;
    white-space: nowrap;
    width: auto;
    z-index: -1;
}

.scrollTable th, .scrollTable th span {
    font-weight: normal;
    font-style: normal;
    font-size: 13px;
}

.scrollTable th span {
    display: block;
    overflow: hidden;
    max-width: 11rem;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.scrollTable span.temp_hoch {
    padding-right: 0;
}

.scrollTable th span, .scrollTable span.info {
    position: relative;
    z-index: 1;
    line-height: 16px;
}

.scrollTable span.info {
    top: 45px;
    left: 0;
}

.scrollTable span.info:hover+tbody.on th span, .scrollTable span.info:hover {
    display: inline-block;
    visibility: visible !important;
}

.scrollTable span.info {
    z-index: -1;
}

.scrollTable th span::before, .scrollTable span.info::before {
    width: 18px;
    height: 18px;
    margin-right: 5px;
    display: inline-block;
    content: '';
    background-size: 100% auto !important;
    background-repeat: no-repeat;
    position: relative;
    background-color: #000;
    -webkit-mask-size: cover;
    mask-size: cover;
    visibility: visible;
    top: 3px;
    z-index: 5;
}

.scrollTable span.info::before {
    background-color: red;
}

.scrollTable span.info {
    position: absolute;
    cursor: pointer;
}

.scrollTable .info::before {
    -webkit-mask-image: url('../img/icons/menu.svg');
    mask-image: url('../img/icons/menu.svg');
}

.scrollTable .info:hover::before {
    -webkit-mask-image: url('../img/icons/pin.svg');
    mask-image: url('../img/icons/pin.svg');
}

.scrollTable .info.is_active::before {
    -webkit-mask-image: url('../img/icons/close.svg');
    mask-image: url('../img/icons/close.svg');
}

@media (pointer: fine) and (min-width: 620px) {
    .scrollTable .info.is_active::before {
        -webkit-mask-image: url('../img/icons/menu.svg');
        mask-image: url('../img/icons/menu.svg');
    }
    
    .scrollTable .info.is_active:hover::before {
        -webkit-mask-image: url('../img/icons/pin.svg');
        mask-image: url('../img/icons/pin.svg');
    }
    
    .scrollTable .info::before, .scrollTable .info:hover::before {
        -webkit-mask-image: url('../img/icons/close.svg');
        mask-image: url('../img/icons/close.svg');
    }
}

.scrollTable th span.temp::before {
    -webkit-mask-image: url('../img/obsIcons/thermometer-half.svg');
    mask-image: url('../img/obsIcons/thermometer-half.svg');
}

.symb::before {
    -webkit-mask-image: url('../img/obsIcons/cloud.svg');
    mask-image: url('../img/obsIcons/cloud.svg');
}

.uv::before {
    -webkit-mask-image: url('../img/obsIcons/uv.svg');
    mask-image: url('../img/obsIcons/uv.svg');
}

.nullgrad::before {
    -webkit-mask-image: url('../img/icons/null-grad.svg');
    mask-image: url('../img/icons/null-grad.svg');
}

/* @end */

/* @group Astro Preview */

.ModuleAstroPreview .sunmoon_wrapper {
    display: flex;
    flex-wrap: wrap;
}

.ModuleAstroPreview .data-wrapper {
    display: flex;
    flex-direction: column;
}

.ModuleAstroPreview .daylength {
    display: flex;
    flex-direction: row;
    width: 80%;
    text-align: center;
    margin: 0 auto;
    justify-content: center;
    padding-top: 5px;
    margin: 0 auto;
}

.ModuleAstroPreview .daylength .data-name, .ModuleAstroPreview .daylength .data-value {
    text-align: center;
}

.ModuleAstroPreview .data-wrapper .data-name {
    text-transform: uppercase;
    font-weight: normal;
    font-style: normal;
    font-size: 10px;
    line-height: 1.2;
}

.ModuleAstroPreview .data-wrapper .data-value {
    line-height: 1.2;
    color: hsla(0, 0%, 0%, 0.76);
    position: relative;
    text-transform: lowercase;
    font-weight: 600;
}

.ModuleAstroPreview .sun, .ModuleAstroPreview .moon {
    width: 100%;
    margin: 0;
    padding: 0;
}

.ModuleAstroPreview .sun_wrapper {
    width: 80%;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    border-top: 1px solid #d3d3d3;
    padding-top: 5px;
    margin: 0 auto;
}

.ModuleAstroPreview .sun_wrapper .data-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    flex-basis: 33.3333%;
}

.ModuleAstroPreview .sun_path_wrapper {
    --sonnen-stand: 0;
    width: 80%;
    height: 85px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    padding-top: 25px;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
	   /* dynamischer Himmel */
    background: linear-gradient(rgba(47, 73, 88, calc(1 - var(--sonnen-stand) / 5)),
       rgba(51, 101, 138, calc(0.8 - (var(--sonnen-stand) - 0) / 5))),

    linear-gradient(rgba(0, 0, 0, calc(0 + (var(--sonnen-stand) - 60) / 100)),
       rgba(47, 73, 88, calc(0 + (var(--sonnen-stand) - 70) / 100))),
    rgb(139, 198, 242);
}

.ModuleAstroPreview .sun_path_wrapper:before {
    content: ' ';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0.7;
    background-image: url('/img/sternenhimmel.svg');
    background-repeat: repeat;
    background-position: 50% 0;
    background-size: cover;
    transform: rotate(calc(0deg + var(--sonnen-stand) * 0.2deg));
}

.ModuleAstroPreview .sun_path_wrapper .sun_path {
    position: relative;
    height: 58px;
    width: 164px;
}

.ModuleAstroPreview .sun_path_wrapper .sonne::before {
    content: "";
    width: 35px;
    height: 35px;
    display: inline-block;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 10px;
    background: rgb(255, calc(260 - var(--sonnen-stand) * 0.4), 41);
    position: absolute;
    border: 3px solid rgba(250, calc(250 - var(--sonnen-stand) * 0.5), 47, 0.7);
    box-shadow: 0 0 30px 0 #ffc900;
}

.ModuleAstroPreview .sun_path_wrapper .sonne {
    content: "";
    width: 164px;
    height: 164px;
    position: absolute;
    background-color: transparent;
    bottom: -105px;
    transform: rotate(calc(-40deg + (var(--sonnen-stand) * 1.8deg)));
    border-radius: 50%;
    border: 1px dashed rgba(98, 128, 151, 0.7);
}

.ModuleAstroPreview .moon .moon_wrapper {
    display: flex;
    width: 100%;
    justify-content: space-between;
}

.ModuleAstroPreview .moon .moon_wrapper .moonphase-aktuell .moon-phase {
    border-radius: 50%;
    border: 1px solid rgb(230, 230, 230);
    background-color: rgba(15, 15, 15, 0.7);
    margin: 0 10px;
    width: 100px;
    max-width: 70px;
}

/* @group ModuleAstroPreview Tooltip */

.ModuleAstroPreview button.info {
    cursor: pointer;
    border: none;
    width: 0;
    background-color: transparent;
    position: relative;
}

.ModuleAstroPreview button.info:after {
    content: "\F646";
    font: 80% bootstrap-icons !important;
    color: rgb(43, 84, 144);
    margin-left: -0.3rem;
}

.ModuleAstroPreview button.info:before {
    /* - nicht anfassen */
    position: absolute;
    opacity: 0;
    display: none;
	
	   /* custom */
    font: normal 12px mono, arial, sans-serif;
    width: max-content;
    max-width: calc(100vw / 2);
    transition: all 0.10s ease;
    padding: .2rem;
    color: #fff;
    background: rgb(43, 84, 144);
    box-shadow: 0 3px 6px rgba(33, 33, 33, 0.3);
    right: 50%;
    transform: translate(50%, 0);
}

.ModuleAstroPreview button.info:before {
    content: attr(tt);
}

.ModuleAstroPreview button.info:hover:before {
    /* - nicht anfassen */
    opacity: 0.9;
    z-index: +1;
    display: inline-block;
	
	   /* custom */
    right: 50%;
    transform: translate(50%, 1.2rem);
}

/* @end */

@media screen and (max-width: 350px) {
    .ModuleAstroPreview .moon .moon_wrapper .moonphase-aktuell .moon-phase {
        max-width: 50px;
    }
}

.ModuleAstroPreview .moon .moon_wrapper .moon-data-col {
    max-width: 33.33%;
    flex-grow: 2;
    align-items: center;
}

.ModuleAstroPreview .moon .moon_wrapper .moonphase-aktuell {
    display: flex;
    max-width: 33.333%;
    align-items: center;
}

.ModuleAstroPreview .moon .moon_wrapper .moon-data-col:first-of-type .data-name {
    text-align: right;
}

.ModuleAstroPreview .moon .moon_wrapper .moon-data-col:first-of-type .data-wrapper {
    align-items: end;
    text-align: right;
}

.ModuleAstroPreview .moon .moon_wrapper .moon-data-col:last-of-type .data-wrapper {
    align-items: start;
}

.ModuleAstroPreview .moon .moon_wrapper .moon-data-col .data-wrapper {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    margin-top: 10px;
    margin-bottom: 10px;
}

.ModuleAstroPreview p {
    color: #888;
    font-size: 12px;
}

/* @end */

/* @group Modul NewsTeaser */

.ModuleNewsTeaser li {
    margin-bottom: 6px;
}

.ModuleNewsTeaser li a span {
    position: relative;
    top: 5px;
}

.ModuleNewsTeaser span.datum {
    font-size: 12px;
    width: 100%;
    display: block;
    margin-top: -7px;
}

/* @end */

/* @group ModuleButtons */

.sidecontent a {
    max-width: 100%;
}

.sidecontent a img {
    margin-right: auto;
    margin-left: auto;
}

/* @end */

/* @group Module Box height */

.height1 .colcontent {
    min-height: 120px;
}

.height2 .colcontent {
    height: auto;
}

.height3 .colcontent {
    min-height: 319px;
}

.height4 .colcontent {
    min-height: 459px;
}

.height5 .colcontent {
    min-height: 579px;
}

.height6 .colcontent {
    min-height: 699px;
}

.height7 .colcontent {
    min-height: 819px;
}

.height8 .colcontent {
    min-height: 939px;
}

/* @end */

/* @group Teaser */

/*Die richtige Container-Höhe wird anhand des festen Seitenverhältnis berechnet.
padding-top: 11 × 100 ∕ 13  (13/11 bei 100% Breite)*/

.modul.height2 {
    position: relative;
    padding-top: 60%;
    overflow: hidden;
    margin-bottom: 1rem;
}

.modul.height2 .colcontent, .colcontent.teaser {
    padding: 0;
    background-color: #dcdcdc;
}

.modul.height2>div {
    display: block;
    position: absolute;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.teaser h2 {
    position: absolute;
    z-index: 300;
    left: 5px;
    top: 10px;
    padding: 0 !important;
    margin: 0 !important;
}

.map_title p {
    background-color: #fff;
    line-height: 160%;
    padding: 0px 1px 0px 2px;
    font-size: 1rem;
    color: hsla(0, 0%, 0%, 0.86);
    display: inline;
}

.teaser h2 a {
    background-color: #fff;
    padding: 1px 3px;
    font-size: 1.1rem;
}

.teaser:hover h2 a, a:hover .map_title p {
    text-decoration: none;
}

.group {
    display: inline-block;
    width: 100% !important;
    height: 100% !important;
}

.group img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    max-width: 100% !important;
    height: auto !important;
}

span.group {
    display: inline-block;
    position: relative;
}

span.group a img {
    max-width: 100%;
    min-height: 150px !important;
}

.teaser h2 a {
    color: hsla(0, 0%, 0%, 0.86);
}

.teaser {
    overflow: hidden;
}

.teaser a img {
    width: 100%;
}

.teaser:hover .group, .teaser:hover div, .teaser:hover img, span.group a:hover img {
    filter: brightness(93%);
}

/* fuer Insel und Reisewetter Teaser */

.ModuleStationGroupTemplate .colcontent.teaser {
    padding: 10px 5px 5px;
}

.ModuleStationGroupTemplate .colcontent.teaser:hover {
    background-color: #C0C0C0;
}

.ModuleStationGroupTemplate .colcontent.teaser a {
    color: inherit;
    text-decoration: none;
}


/* Teaser Obs */

.ModuleObsPreview {
    min-height: 100% !important;
    min-width: 100% !important;
    position: relative;
    background-color: #dcdcdc;
/*    left: 50%;
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);*/
}
.ModuleObsPreview li span {
    font-size: 10px;
    padding: 0 2px;
}

@media screen and (max-width: 620px) {
    .ModuleObsPreview {
        min-height: 100% !important;
        min-width: 100% !important;
        left: 50%;
        top: 50%;
        position: absolute;
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
    }
}

/*.ModuleObsPreview .temp_hoch {
    color: #fff;
    font-size: 90%;
    background-color: #ca0002;
    margin: 0;
    padding: 0 2px;
    width: auto;
    max-width: 35px;
    line-height: 1.1;
    left: 50%;
    transform: translateX(-50%);
    position: absolute;
    margin-top: -2px;
    margin-left: -6%;
}

.ModuleObsPreview ul.map li img {
    width: 90%;
}*/

/* new Label */

.new-label:before {
    content: "new";
    font-size: 1rem;
    line-height: 45px;
    z-index: 2;
    position: absolute;
    color: #fff;
    height: 45px;
    width: 45px;
    text-align: center;
    background-color: rgba(255, 0, 0, 0.9);
    letter-spacing: 1.5px;
    border-radius: 50% 0 50% 50%;
    right: 5px;
    top: 0;
}

/* @end */

/* @group Biowetter */

.MNHPModuleWithScalesSliders table th {
    text-align: left;
}

.MNHPModuleWithScalesSliders table tr td {
    height: 20px;
}

.MNHPModuleWithScalesSliders .slider_bg {
    display: block;
    width: 60px;
    height: 10px;
    background-image: linear-gradient(left, #00f900 5%, #ff9900 60%, #ff0000 100%);
    background-image: -o-linear-gradient(left, #00f900 5%, #ff9900 60%, #ff0000 100%);
    background-image: -moz-linear-gradient(left, #00f900 5%, #ff9900 60%, #ff0000 100%);
    background-image: -webkit-linear-gradient(left, #00f900 5%, #ff9900 60%, #ff0000 100%);
    background-image: -ms-linear-gradient(left, #00f900 5%, #ff9900 60%, #ff0000 100%);
    margin-top: 4px;
    background-color: #ff0000;
}

span.slider_bg:hover:after, span.slider_bg:focus:after {
    padding: 3px 6px;
    background: #4c4d4c;
    content: attr(alt);
    position: relative;
    left: 0;
    white-space: nowrap;
    z-index: 200;
    color: #fff;
    bottom: 18px;
    box-shadow: #4d4d4d 0px 1px 3px;
    -webkit-user-select: none;
    user-select: none;
}

.MNHPModuleWithScalesSliders .slider {
    display: block;
    height: 10px;
    background-color: #ffffff;
    opacity: 0.85;
    filter: alpha(opacity=85);
    margin-left: 0%;
}

.MNHPModuleWithScalesSliders .sl_button {
    display: block;
    float: left;
    height: 16px;
    position: relative;
    left: 0;
    line-height: 16px;
    padding-left: 3px;
    color: hsla(0, 0%, 0%, 0.87);
    font-size: 12px;
    width: 11px;
    margin-top: -3px;
}

.ModuleTemplateHPChartAirPollutants div.MNChartBase {
    height: 220px;
}

.ModuleTemplateHPChartAirPollutants td.chart-airpollutant {
    color: #448bb6;
}

/* @end */

/* @group AlertsMap */

.ModuleAlertsMapFullsize .colcontent {
    display: block;
    position: relative;
}

.ModuleAlertsMapPreviewTiny img {
    max-width: 337px;
    width: 87% !important;
    height: auto;
    margin-right: auto;
    margin-left: auto;
}

#types {
    width: 225px;
    position: absolute;
    top: 25px;
    right: 10px;
}

#types ul {
    margin: 0;
}

#types ul li {
    float: left;
    border-bottom: rgb(0, 255, 0) 3px solid;
    margin: 0 2px 2px 0;
}

#types ul li img {
    background-color: #fff;
    border: 1px solid #fff;
    margin: 0;
    width: 28px;
    height: 28px;
}

#types ul li img:hover {
    background-color: hsla(360, 0%, 95%, 100);
}

#popup {
    width: 213px;
    position: absolute;
    top: 135px;
    right: 22px;
    display: inline-block;
    background-color: white;
}

#popup_alerts7, #popup_alerts8, #popup_alerts10 {
    width: 213px;
    position: absolute;
    top: 50px;
    left: 50px;
    display: inline-block;
    background-color: white;
}

#popup span, #popup_alerts7 span, #popup_alerts8 span, #popup_alerts10 span {
    width: 208px;
    float: left;
    display: block;
    margin-bottom: 2px;
    padding-left: 5px;
}

#popup span strong, #popup_alerts7 span strong, #popup_alerts8 span strong, #popup_alerts10 span strong {
    display: block;
}

#popup_warn {
    display: block;
    position: absolute;
    z-index: 50;
    width: 340px;
    top: 0;
    right: 0;
    padding-right: 5px;
    padding-left: 5px;
	   /*    font-size: 90%;*/
    background-color: #e6e6e6;
    border-bottom-color: #cccccc;
}

#popup_warn span {
    float: left;
    margin-bottom: 4px;
    padding-left: 5px;
    width: 325px;
    border-left-width: 10px;
    border-left-style: solid;
    background-color: #ffffff;
    color: hsla(0, 0%, 0%, 0.87);
}

#popup_warn h3 {
    margin-top: 4px;
}

#levels {
    width: 225px;
    position: absolute;
    top: 85px;
    right: 10px;
}

#levels ul {
    margin-left: -2px;
}

#levels ul li {
    float: left;
    border: 1px solid #ffffff;
    width: 16px;
    height: 16px;
}

#levels ul li:hover {
    border: 1px solid #4d4d4d;
}

@media screen and (max-width: 600px) {
    .ModuleAlertsMapTemplate #mapimage {
        margin-bottom: 66px;
    }
    
    #types {
        width: auto;
        position: relative;
        display: inline-block;
        height: 60px;
        top: 8px;
        left: 15px;
    }
    
    #levels {
        width: auto;
        position: relative;
        float: left;
        padding-right: 10px;
        top: 9px;
        left: 2px;
    }
    
    #levels ul {
        margin-left: -2px;
    }
    
    #levels ul li {
        float: left;
        border: 1px solid #ffffff;
        width: 26px;
        height: 26px;
    }
    
    #levels ul li:hover {
        border: 1px solid #4d4d4d;
    }
    
    #popup_warn {
        display: block;
        position: absolute;
        z-index: 50;
        width: 340px;
        max-width: calc(100% - 10px);
        padding-right: 5px;
        padding-left: 5px;
        background-color: #e6e6e6;
        border-bottom-color: #cccccc;
        left: 5px !important;
        top: calc(100% - 150px) !important;
    }
    
    #popup_warn span {
        width: 100%;
        font-size: 12px;
    }
    
    #popup {
        width: 213px;
        max-width: calc(100% - 10px);
        position: absolute;
        top: calc(100% - 180px) !important;
        left: 5px;
        display: inline-block;
        background-color: white;
    }
    
    #popup span {
        max-width: 100%;
        font-size: 12px;
    }
    
    #popup_alerts7, #popup_alerts8, #popup_alerts10 {
        width: 213px;
        position: absolute;
        top: calc(100% - 200px) !important;
        left: 15px;
        display: inline-block;
        background-color: white;
    }
    
    #popup span, #popup_alerts7 span, #popup_alerts8 span, #popup_alerts10 span {
        width: 270px;
    }
}

/* @end */

/* @group Skigebiet */

.ModuleAvalanchesDanger td img {
    width: 50px;
}

td.toboggan {
    background: url(../img/icons/sled.svg) left no-repeat;
}

td.crosscountry {
    background: url(../img/icons/langlauf.svg) left no-repeat;
}

td.ski {
    background: url(../img/icons/Lift.svg) left no-repeat;
    background-size: 80% 80%;
    background-position: -10px;
}

/*Sommerwetter*/

td.lift {
    background: url(../img/icons/Lift.svg) left no-repeat;
}

/* @end */

/* @group Feedback/Kontakt Formular */

.ModuleFeedback form, .ModuleContactForm form {
    margin-top: 12px;
}

.ModuleFeedback form label, .ModuleContactForm form label {
    width: 100%;
    display: block;
    padding-left: 5px;
    cursor: pointer;
}

.ModuleFeedback form label a img#reloadButton, .ModuleWebcamArchiver form label a img#reloadButton, .ModuleNewsletter form label a img#reloadButton, .ModuleContactForm form label a img#reloadButton {
    height: 20px;
    display: inline-block;
    vertical-align: top;
    padding-left: 5px;
    cursor: pointer;
}

.ModuleFeedback input[type="text"], .ModuleFeedback input[type="email"], .ModuleFeedback textarea, .ModuleContactForm input[type="text"], .ModuleContactForm input[type="email"], .ModuleContactForm textarea {
    width: 100%;
    margin-bottom: 10px;
    padding: 5px;
    border: none;
    background-color: #f7f7f7;
}

.ModuleFeedback #captcha_img, .ModuleWebcamArchiver #captcha_img, .ModuleNewsletter #captcha_img, .ModuleContactForm #captcha_img {
    display: inline-block;
    margin-bottom: -3px;
}

.ModuleFeedback hr, .ModuleContactForm hr {
    width: 310px;
    padding: 0;
    margin: 5px 0;
    border: none;
}

.ModuleWebcamArchiver input.form_error, .ModuleFeedback input.form_error, .ModuleFeedback textarea.form_error, .ModuleContactForm input.form_error, .ModuleContactForm textarea.form_error {
    border: 1px solid #ff606a;
}

/* @end */

/* @group MeteonewsTV */

.ModuleMeteonewsTV a img.has_animation {
    background-color: transparent;
    position: relative;
    top: 80px;
    left: 90px;
    z-index: 5;
    margin-top: -38px;
    border: none;
}

.ModuleMeteonewsTV .colcontent object#flash {
    margin-left: 5px;
}

.side .ModuleMeteonewsTV .colcontent div, .side .ModuleMeteonewsTV .colcontent a img, .side .ModuleMeteonewsTV .colcontent p {
    max-width: 230px;
    margin-right: auto;
    margin-left: auto;
}

a.play {
    display: block;
    position: absolute;
    width: 97%;
    height: 79%;
    background: url(../img/video-play-button.png) center center no-repeat transparent;
    background-size: 80%;
    z-index: 100;
}

a.play:hover {
    background: url(../img/video-play-button_hover.png) center center no-repeat;
    background-size: 80%;
}

img.vorschau {
    width: 100%;
}

/* @end */

/* @group Footer */

.ModuleFooter, .ModuleFooter a {
    color: rgba(255, 255, 255, .87);
    font-style: normal;
    font-variant: normal;
    font-weight: 300;
    font-size: 14px;
    text-transform: capitalize;
}

.ModuleFooter a:hover, .ModuleFooter strong {
    color: #fff;
    font-weight: 300;
    font-style: normal;
}

/* @end */

/* @group Header */

div.section.header div.col8 .colcontent {
    display: inline-block;
    margin-bottom: 9px;
    border: none;
    margin-top: 9px;
}

/* @end */

/* @group Obs1hLatest */

.ModuleObs1hLatest dl {
    display: flex;
    flex-flow: row wrap;
}

.ModuleObs1hLatest dt {
    flex-basis: 50%;
    padding: 2px 4px;
    text-align: left;
    border-bottom: 1px solid #e2e2e2;
    border-right: 1px solid #e2e2e2;
}

.ModuleObs1hLatest dd {
    flex-basis: 20%;
    flex-grow: 1;
    padding: 2px 4px 2px 20px;
    border-bottom: 1px solid #e2e2e2;
}

.ModuleObs1hLatest dd span img {
    margin-bottom: 0;
    margin-left: -18px;
    padding-top: 2px;
    float: left;
}

.MNHPModuleObs1hLatest table td img {
    margin-right: 0;
    float: right;
    margin-left: 5px;
}

.ModuleObs1hLatest .temp_tief {
    color: inherit;
}

/* @end */

/* @group Sat | Precip | Radar */

.MNHPModuleMaps.modul td, .ModuleMapsPreview td {
    padding-bottom: 15px;
}

.ModuleMapsPreview table td {
    text-align: left !important;
}

.FullsizeMap.colcontent {
    display: inline-block;
    width: 100%;
}

.map_layer0 {
    z-index: 10;
}

.map_layer1 {
    z-index: 20;
}

.map_layer2 {
    z-index: 25;
}

.map_layer3 {
    z-index: 40;
}

.map_layer4 {
    z-index: 50;
}

.map_layer5 {
    z-index: 60;
}

.map_layer6 {
    z-index: 70;
}

.map_layer7 {
    z-index: 80;
}

.map_layer8 {
    z-index: 90;
}

.map_layer9 {
    z-index: 100;
}

.map_layer10 {
    z-index: 110;
}

.content_layer {
    position: relative;
}

.content_layer img, span.group div.map_title {
    position: absolute;
}

.ModuleMapsPreview table {
    max-width: 100%;
}

.ModuleMapsPreview .colcontent td {
    width: 33.333%;
    padding: 5px;
}

.ModuleMapsPreview .group {
    min-width: 200px;
    padding-top: 56.25%;
    overflow: hidden;
    background-color: #dcdcdc;
}

table.center {
    width: 100%;
}

.center td, .center tr {
    background: none;
    border: none;
    vertical-align: top;
    text-align: center;
}

.ModuleMapsPreview tr:hover {
    background: none;
}

.ModuleSatPreviewTiny img {
    height: auto;
}

.map_title {
    top: 10px;
    left: 5px;
}

.content_layer a {
    text-decoration: none;
}

.ModulePrecipTemplate table img {
    position: absolute;
}

/*Datenquelle Bilder*/

p.source img {
    max-width: 150px;
}

.ModuleSatTemplate p, .ModuleSatTemplate table tbody tr td p, .ModulePrecipTemplate p, .ModulePrecipTemplate table tbody tr td p {
    display: inline-block;
    text-align: left;
}

.ModuleSatTemplate table tbody tr td, .ModulePrecipTemplate table tbody tr td {
    padding: 5px;
}

.ModuleSatTemplate .map_img_content {
    background-color: #000;
}

.ModuleSatTemplate img#map_img {
    max-height: 550px;
    width: auto;
}

img#map_img, img#precip_img, img#map_img.commet {
    float: left;
    position: relative;
    width: 100%;
}

img#map_img.commet {
    --offset: 33%;
    --factor: 1.83;
    max-width: 166.67% !important;
    width: calc(100% + var(--offset));
    margin-top: calc(0% - (var(--offset) / var(--factor)));
    margin-bottom: calc(0% - (var(--offset) / var(--factor)));
    margin-left: calc(0% - var(--offset));
}

.map_img_content, .map_img_content_layer {
    float: left;
    width: 100%;
    position: relative;
}

.map_img_content img {
    max-width: 100%;
    width: 100%;
    display: inline-block;
}

.map_img_content_layer img, .map_img_content_layer canvas {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
}

div.map_nav {
    width: 160px;
    min-height: 330px;
    margin-right: 10px;
    padding-left: 500px;
    margin-bottom: 10px;
    display: inline;
}

div.slider_container {
    clear: left;
    padding-top: 0;
    padding-left: 5px;
}

div.slider_nav {
    float: left;
    margin-top: 1px;
}

div.slider_outer {
    margin-left: 140px;
    margin-right: 20px;
}

div#slider {
    z-index: 25;
}

.ModuleRadarTemplate .precip_img_content img, .ModuleRadarTemplate .precip_img_content, .ModuleRadarTemplate div.precip_nav {
    height: 320px;
    min-height: 320px;
}

ul#buttons {
    cursor: pointer;
    margin-top: 5px;
}

ul#buttons li {
    float: left;
    list-style: none;
}

ul#buttons li:last-of-type {
    margin-right: 8px;
}

ul#buttons li div {
    width: 40px;
    height: 25px;
    margin-right: auto;
    margin-left: auto;
    display: inline-block;
    border-radius: 3px;
    background-color: #fff;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.30);
    margin-top: 2px;
    touch-action: manipulation !important;
    -webkit-user-select: none !important;
    user-select: none !important;
}

ul#buttons li img {
    margin-right: auto;
    margin-left: auto;
    margin-top: 5px;
    display: inline-box;
}

ul#buttons li #button_prev img {
    position: relative;
    left: 1px;
}

ul#buttons li:hover div, ul#buttons li.started div {
    background-color: #f5f5f5;
}

div.map_nav ul li, div.precip_nav ul li {
    margin-left: 0;
}

div.map_nav p img, div.precip_nav p img {
    margin: 0;
    padding: 0;
}

div.map_nav>div {
    display: none;
}

div.map_nav #localtime {
    display: inline-block;
    position: relative;
    top: -35px;
    left: 140px;
    font-size: 20px;
}

.ModuleTemplateMaps div p {
    padding: 5px;
}

/* @end */

/* @group panzoom | Radar */

.unselectable {
    -webkit-touch-callout: none !important;
	   /* prevent callout to copy image, etc when tap to hold */
    -webkit-user-select: none !important;
	   /* prevent copy paste, to allow, change 'none' to 'text' */
    -khtml-user-select: none !important;
    -moz-user-select: none !important;
    -ms-user-select: none !important;
    user-select: none !important;
    touch-action: manipulation !important;
}

a {
    -webkit-user-select: none !important;
    user-select: none !important;
}

.panzoom-parent {
    margin: 0;
    padding: 0;
}

.panzoom-element {
    float: left;
    width: 100%;
    position: relative;
    touch-action: manipulation;
}

.panzoom-element img[class*="map_"], .panzoom-element .map-background {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    touch-action: manipulation !important;
    -webkit-user-select: none !important;
    user-select: none !important;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transform: translateZ(0) scale(1, 1);
}

.blendmode {
    mix-blend-mode: multiply;
}

.panzoom-element img#map_img {
    mix-blend-mode: hard-light;
}

.panzoom-element img.border {
    opacity: 0.6;
}

.panzoom-element ul.city li {
    list-style: none;
    z-index: 50;
    transform-origin: left top;
    position: absolute;
    touch-action: manipulation !important;
    -webkit-user-select: none !important;
    user-select: none !important;
    transition: transform 300ms ease-out;
    margin-top: 3px;
    margin-left: -3px;
    font-family: Helvetica, Arial, Geneva, sans-serif;
}

/* Anpassungen an unterschiedliche Landeskarten/Projektionen */

.panzoom-element ul.city.fra li {
    margin-top: 0;
    margin-left: 0;
}

.panzoom-element ul.city li::before {
    content: "";
    width: 4px;
    height: 4px;
    border-radius: 100%;
    display: block;
    background-color: #000000;
}

/* dunkle Karte */

.panzoom-element ul.city li span {
    color: #fff;
    text-shadow: 0 0 2px #000000;
    white-space: nowrap;
    position: relative;
    z-index: inherit;
    font-size: 100%;
    transition: transform ease-in-out;
    transition-delay: 1s;
    line-height: 1;
    width: 100%;
    left: -45%;
    bottom: 1.8em;
}

/*Favoriten auf Map*/

.panzoom-element ul.city li.favorite::before {
    content: "\F51C";
    font-family: bootstrap-icons !important;
    height: 5px;
    line-height: 5px;
    font-size: 110%;
    border-radius: 0;
    display: block;
    background-color: transparent;
    color: red;
    cursor: context-menu;
    z-index: 800;
    padding: 0;
    margin-left: -3px;
    width: 0;
}

.panzoom-element ul.city li.favorite-list::before {
    color: #000;
}

.panzoom-element ul.city li.favorite-fix span {
    color: rgb(255, 255, 255);
    white-space: nowrap;
    position: relative;
    transition: transform 200ms ease-in-out;
    display: inline-block;
    z-index: 805;
}

/*City Kollisionen*/

.panzoom-element ul.city li:not(.favorite).collision {
    opacity: 0;
}

.panzoom-element ul.city li.favorite.collision span {
    display: none;
}

.panzoom-element ul.city li:hover.favorite.collision span {
    display: inline-block;
    background-color: rgba(0, 0, 0, 0.6);
    padding: 0 2px 0 3px;
    color: #fff;
}

.panzoom-buttons {
    position: absolute;
    z-index: 800;
    pointer-events: auto;
    right: 10px;
    top: 12px;
}

.panzoom-buttons button.fullscreen-button::before {
    content: "[ ]";
}

#container.fullsize .panzoom-buttons button.fullscreen-button::before {
    content: "x";
}

.panzoom-buttons button {
    background-color: #fff;
    width: 30px;
    height: 30px;
    display: block;
    text-align: center;
    text-decoration: none;
    color: black;
    margin: 0 0 15px;
    border-radius: 2px;
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.51);
    border-style: none;
    font-size: 18px;
    font-weight: bold;
    text-transform: uppercase;
    line-height: 18px;
    padding: 0;
}

.panzoom-buttons button:hover {
    background-color: #e9e9e9;
}

.panzoom-buttons button.zoom-reset {
    font-size: 10px;
}

.panzoom-buttons .zoom-wrapper {
    padding: 0;
    display: none;
}

.panzoom-buttons .zoom-wrapper input[type="range"] {
    position: absolute;
    top: 9rem;
    right: -3.45rem;
}

.panzoom-buttons button.fullscreen-button {
    display: none;
}

/* @group Input Typ: range */

input[type='range'] {
    align-self: center;
    border: solid 0 transparent;
    border-width: 0.25em 0.5em;
    height: 2em;
    width: 8em;
    border-radius: 0;
    transform: rotate(-90deg);
    background: none;
    font-size: 1em;
}

input[type='range'], input[type='range']::-webkit-slider-runnable-track, input[type='range']::-webkit-slider-thumb {
    -webkit-appearance: none;
}

input[type='range']::-webkit-slider-runnable-track {
    box-sizing: border-box;
    border: 3px solid rgba(0, 0, 0, 0.20);
    width: 11em;
    height: 4px;
}

input[type='range']::-moz-range-track {
    box-sizing: border-box;
    border: 3px solid rgba(0, 0, 0, 0.20);
    width: 11em;
    height: 4px;
}

input[type='range']::-ms-track {
    box-sizing: border-box;
    border: 3px solid rgba(0, 0, 0, 0.20);
    width: 11em;
    height: 4px;
    color: transparent;
}

input[type='range']::-webkit-slider-thumb {
    width: 2em;
    height: 2.5em;
    border-radius: 2px;
    background-color: rgba(245, 245, 245, 0.75);
    box-shadow: inset 0 0.2em 0.15em rgb(255, 255, 255), 0 0.2em 0.2em rgba(0, 0, 0, 0.43);
    left: -1.25em;
    margin-top: -1.25em;
    transform: rotate(90deg);
}

input[type='range']::-moz-range-thumb {
    width: 2em;
    height: 2.5em;
    border-radius: 2px;
    background-color: rgba(245, 245, 245, 0.75);
    -moz-box-shadow: inset 0 0.2em 0.15em rgb(255, 255, 255), 0 0.2em 0.2em rgba(0, 0, 0, 0.43);
    top: -1.25em;
    margin-top: -1.25em;
    transform: rotate(90deg);
}

input[type='range']::-ms-thumb {
    box-sizing: border-box;
    border: solid 1px #1d1d1d;
    width: 2.5em;
    height: 2em;
    border-radius: 2px;
    background-color: rgba(245, 245, 245, 0.75);
    margin-top: -1.25em;
}

input[type='range']::-ms-fill-lower, input[type='range']::-ms-tooltip {
    display: none;
}

input[type='range']:nth-of-type(1)::-webkit-slider-runnable-track {
    background: transparent;
}

input[type='range']:nth-of-type(1)::-moz-range-track {
    background: transparent;
}

input[type='range']:nth-of-type(1)::-ms-track {
    background: transparent;
}

input[type='range']:focus {
    outline: none;
}

/* @end */

ul.zoom-reverse li[data-zoom] {
    display: none;
}

ul.zoom-reverse li.favorite-fix {
    display: block;
}

ul.zoom-reverse[data-zoom="1"] li[data-zoom="1"] {
    display: block;
    font-size: 0.9rem;
}

ul.zoom-reverse[data-zoom="2"] li[data-zoom="3"], ul.zoom-reverse[data-zoom="2"] li[data-zoom="2"], ul.zoom-reverse[data-zoom="2"] li[data-zoom="1"] {
    display: block;
}

ul.zoom-reverse[data-zoom="3"] li[data-zoom="5"], ul.zoom-reverse[data-zoom="3"] li[data-zoom="4"], ul.zoom-reverse[data-zoom="3"] li[data-zoom="3"], ul.zoom-reverse[data-zoom="3"] li[data-zoom="2"], ul.zoom-reverse[data-zoom="3"] li[data-zoom="1"] {
    display: block;
}

ul.zoom-reverse[data-zoom="4"] li[data-zoom="7"], ul.zoom-reverse[data-zoom="4"] li[data-zoom="6"], ul.zoom-reverse[data-zoom="4"] li[data-zoom="5"], ul.zoom-reverse[data-zoom="4"] li[data-zoom="4"], ul.zoom-reverse[data-zoom="4"] li[data-zoom="3"], ul.zoom-reverse[data-zoom="4"] li[data-zoom="2"], ul.zoom-reverse[data-zoom="4"] li[data-zoom="1"] {
    display: block;
}

@media screen and (min-width: 620px) {
    ul.zoom-reverse[data-zoom="1"] li[data-zoom="2"], ul.zoom-reverse[data-zoom="1"] li[data-zoom="1"] {
        display: block;
        font-size: 1rem;
    }
    
    ul.zoom-reverse[data-zoom="2"] li[data-zoom="4"], ul.zoom-reverse[data-zoom="2"] li[data-zoom="3"], ul.zoom-reverse[data-zoom="2"] li[data-zoom="2"], ul.zoom-reverse[data-zoom="2"] li[data-zoom="1"] {
        display: block;
        font-size: 0.9rem;
    }
    
    ul.zoom-reverse[data-zoom="3"] li[data-zoom="6"], ul.zoom-reverse[data-zoom="3"] li[data-zoom="5"], ul.zoom-reverse[data-zoom="3"] li[data-zoom="4"], ul.zoom-reverse[data-zoom="3"] li[data-zoom="3"], ul.zoom-reverse[data-zoom="3"] li[data-zoom="2"], ul.zoom-reverse[data-zoom="3"] li[data-zoom="1"] {
        display: block;
        font-size: 0.9rem;
    }
    
    ul.zoom-reverse[data-zoom="4"] li[data-zoom="9"], ul.zoom-reverse[data-zoom="4"] li[data-zoom="8"], ul.zoom-reverse[data-zoom="4"] li[data-zoom="7"], ul.zoom-reverse[data-zoom="4"] li[data-zoom="6"], ul.zoom-reverse[data-zoom="4"] li[data-zoom="5"], ul.zoom-reverse[data-zoom="4"] li[data-zoom="4"], ul.zoom-reverse[data-zoom="4"] li[data-zoom="3"], ul.zoom-reverse[data-zoom="4"] li[data-zoom="2"], ul.zoom-reverse[data-zoom="4"] li[data-zoom="1"] {
        display: block;
        font-size: 1rem;
    }
}


@media screen and (max-width: 1185px) {
    #container.fullsize .FullsizeMap {
        position: fixed;
        width: 100vw;
        height: 100vh;
        background-color: #f5f5f5;
        z-index: 300000;
        left: 0;
        display: flex;
        justify-content: center;
        align-items: center;
        bottom: 0;
        right: 0;
        margin-left: 0;
        top: 0;
    }
    
    #container.fullsize .FullsizeMap .colcontent {
        width: 85%;
        position: relative;
        box-shadow: none;
    }
    
    #container.fullsize .FullsizeMap .panzoom-parent {
        height: 60%;
        width: 100%;
        display: inline-block;
        background-color: #e8e8e8;
    }
}

@media screen and (max-width: 1020px) {
    #container.fullsize .menu {
        display: none !important;
    }
	
	   /*    .FullsizeMap {
		        margin-right: 5px;
		        margin-left: 5px;
		    }*/
    
    #container.fullsize .FullsizeMap {
        position: fixed;
        width: 100vw;
        height: 100vh;
        background-color: #f5f5f5;
        z-index: 50000;
        left: 0;
        display: flex;
        justify-content: center;
        align-items: center;
        bottom: 0;
        right: 0;
        top: 0;
    }
    
    @media screen and (orientation:landscape) {
        #container.fullsize .FullsizeMap.fullsize {
            justify-content: center;
        }
        
        #container.fullsize .FullsizeMap .panzoom-parent {
            height: 75vh;
            max-height: 75vh;
            width: 100vw;
            z-index: 11000;
            margin: 0;
        }
        
        #container.fullsize .FullsizeMap .colcontent {
            margin: 0;
            height: 100%;
            width: 100%;
            position: fixed;
            top: 40px;
        }
    }
}

@media screen and (max-width: 620px) {
    .panzoom-buttons .zoom-wrapper {
        display: block;
    }
    
    .panzoom-buttons button {
        display: none;
    }
    
    .panzoom-buttons button.fullscreen-button {
        display: block;
        position: absolute;
        right: 0;
        opacity: 0.6;
    }
    
    #container.fullsize .FullsizeMap .panzoom-parent {
        height: auto;
        width: 100vw;
        z-index: 200;
        margin: 0;
    }
    
    #container.fullsize .FullsizeMap .slider_container {
        position: sticky;
        bottom: 0;
        z-index: 250;
    }
    
    #container.fullsize .FullsizeMap .colcontent {
        position: absolute;
        width: 100%;
        margin: 0;
    }
    
    #container.fullsize .kurz_erklaert {
        display: none !important;
    }
}

@media screen and (max-width: 630px) {
    .panzoom-element ul.city li span {
        font-size: 90%;
    }
    
    @media screen and (orientation:portrait) {
        #container.fullsize .FullsizeMap .panzoom-parent {
            z-index: 11000;
            display: flex;
        }
        
        #container.fullsize .FullsizeMap .panzoom-element {
            width: 100%;
            min-height: 100%;
            flex: 100vh 0 0;
        }
        
        #container .FullsizeMap .panzoom-element {
            width: 100%;
            height: 100%;
        }
        
        #container.fullsize .FullsizeMap .colcontent {
            width: 100vw;
            margin: 0;
            height: 80vh;
        }
        
        .panzoom-element ul.city li::before {
            width: 4px;
            height: 4px;
        }
    }
	
	   @media screen and (orientation:landscape) {
        #container.fullsize .FullsizeMap.fullsize {
            justify-content: space-between;
        }
        
        #container.fullsize .FullsizeMap .panzoom-parent {
            height: 70vh;
            max-height: 70vh;
            width: 100vw;
            z-index: 11000;
            margin: 0;
        }
        
        #container.fullsize .FullsizeMap .colcontent {
            width: 100%;
            height: calc(100% - 45px);
            top: 45px;
            margin: 0;
            position: fixed;
        }
    }
}

@media screen and (max-width: 380px) {
    .panzoom-element ul.city li span {
        font-size: 85%;
    }
    
    @media screen and (orientation:portrait) {
        #container.fullsize .FullsizeMap .panzoom-parent {
            z-index: 11000;
            display: flex;
        }
        
        #container.fullsize .FullsizeMap .panzoom-element {
            width: 100%;
            min-height: 100%;
            flex: 100vw 0 0;
        }
        
        #container.fullsize .FullsizeMap .colcontent {
            width: 100vw;
            margin: 0;
            height: 90vh;
        }
        
        #container.fullsize .FullsizeMap .panzoom-element ul.city li span {
            font-size: 90%;
        }
        
        .panzoom-element ul.city li::before {
            width: 4px;
            height: 4px;
        }
    }
	
	   @media screen and (orientation:landscape) {
        #container.fullsize .FullsizeMap.fullsize {
            justify-content: center;
        }
        
        #container.fullsize .FullsizeMap .colcontent {
            width: 100vw;
            height: 100vh;
            position: relative;
            box-shadow: none;
            margin-left: 0;
        }
        
        #container.fullsize .FullsizeMap .panzoom-parent {
            height: 75vh;
            max-height: 90vh;
            width: 100vw;
            z-index: 11000;
        }
    }
}

/* @end */

/* @group  Radar Preview City zoom */

.ModuleRadarPreview .zoom-group {
    width: 1920px;
    height: 1280px;
}

.zoom-group-wrapper {
    overflow: hidden;
    display: block;
    height: 0;
    padding-bottom: 56.25%;
    width: 100%;
}

.zoom-group {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.zoom-group img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    max-width: 100% !important;
    height: 100% !important;
}

.pointer {
    position: absolute;
    z-index: 10;
    color: #eee;
}

.pointer span {
    line-height: 1;
    width: 100%;
    left: -45%;
    bottom: 1.8em;
    position: relative;
}

.pointer::before {
    content: "\F51C";
    font-family: bootstrap-icons !important;
    height: 5px;
    line-height: 5px;
    font-size: 110%;
    display: block;
    background-color: transparent;
    color: red;
    z-index: 800;
    padding: 0;
    margin-left: -5px;
    margin-top: 3px;
}

.blendmode_radar {
    mix-blend-mode: hard-light;
}

.zoom-group .border {
    opacity: 0.5;
}

/* @end */

/* @group Map Slider */

/*! nouislider - 10.0.0 - 2017-05-28 14:52:48 */

.noUi-target, .noUi-target * {
    -webkit-touch-callout: none;
    -webkit-tap-highlight-color: transparent;
    -webkit-user-select: none;
    -ms-touch-action: none;
    touch-action: none;
    -ms-user-select: none;
    -moz-user-select: none;
    user-select: none;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.noUi-target {
    position: relative;
    direction: ltr;
}

.noUi-base {
    position: relative;
    z-index: 1;
}

.noUi-connect {
    position: absolute;
    right: 0;
    top: 0;
    left: 0;
    bottom: 0;
}

.noUi-origin {
    position: absolute;
    height: 0;
    width: 0;
}

.noUi-handle {
    position: relative;
    z-index: 1;
}

.noUi-state-tap .noUi-connect, .noUi-state-tap .noUi-origin {
    -webkit-transition: top .3s, right .3s, bottom .3s, left .3s;
    transition: top .3s, right .3s, bottom .3s, left .3s;
}

.noUi-state-drag * {
    cursor: inherit !important;
}

.noUi-base, .noUi-handle {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.noUi-horizontal .noUi-handle {
    width: 2.5em;
    height: 2em;
    border-radius: 2px;
    background-color: #f5f5f5;
    box-shadow: inset 0 0.2em 0.15em rgb(255, 255, 255), 0 0.2em 0.2em rgba(0, 0, 0, 0.43);
    left: -1.25em;
    -moz-box-shadow: inset 0 0.2em 0.15em rgb(255, 255, 255), 0 0.2em 0.2em rgba(0, 0, 0, 0.43);
    top: -0.8em;
}

.noUi-vertical {
    width: 18px;
}

.noUi-vertical .noUi-handle {
    width: 28px;
    height: 34px;
    left: -7px;
    top: -17px;
}

.noUi-target {
    position: relative;
    display: block;
    height: 3em;
    cursor: pointer;
    border-radius: 3em;
}

.noUi-target:before, .noUi-base {
    height: 0.8em;
    position: absolute;
    transition: 250ms ease-in-out;
    left: 3em;
    right: 2em;
    top: 1.2em;
}

.noUi-connect {
    background: #3FB8AF;
    border-radius: 50%;
    box-shadow: inset 0 0 3px rgba(51, 51, 51, .45);
    -webkit-transition: background 450ms;
    transition: background 450ms;
}

.noUi-draggable {
    cursor: ew-resize;
}

.noUi-vertical .noUi-draggable {
    cursor: ns-resize;
}

.noUi-active {
    box-shadow: inset 0 0 1px #FFF, inset 0 1px 7px #DDD, 0 3px 6px -3px #BBB;
}

.noUi-handle:after, .noUi-handle:before {
    content: "";
    display: block;
    position: absolute;
    height: 14px;
    width: 1px;
    background: #E8E7E6;
    left: 14px;
    top: 7px;
}

.noUi-handle:after {
    left: 17px;
}

.noUi-vertical .noUi-handle:after, .noUi-vertical .noUi-handle:before {
    width: 14px;
    height: 1px;
    left: 6px;
    top: 14px;
}

.noUi-vertical .noUi-handle:after {
    top: 17px;
}

[disabled] .noUi-connect {
    background: #B8B8B8;
}

[disabled] .noUi-handle, [disabled].noUi-handle, [disabled].noUi-target {
    cursor: not-allowed;
}

.noUi-pips, .noUi-pips * {
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.noUi-pips {
    position: absolute;
    color: #999;
}

.noUi-value {
    position: absolute;
    white-space: nowrap;
    text-align: center;
    margin-top: 3px;
}

.noUi-value-sub {
    color: #ccc;
    font-size: 10px;
}

.noUi-marker {
    position: absolute;
    background: #CCC;
}

.noUi-marker-large, .noUi-marker-sub {
    background: #AAA;
}

.noUi-pips-horizontal {
    padding-top: 5px;
    padding-bottom: 10px;
    height: 80px;
    top: 83%;
    width: calc(100% - 3em);
    left: 1.5em;
}

.noUi-value-horizontal {
    -webkit-transform: translate3d(-50%, 50%, 0);
    transform: translate3d(-50%, 50%, 0);
}

.noUi-marker-horizontal.noUi-marker {
    margin-left: -1px;
    width: 2px;
    height: 5px;
}

.noUi-marker-horizontal.noUi-marker-sub {
    height: 10px;
}

.noUi-marker-horizontal.noUi-marker-large {
    height: 15px;
}

.noUi-pips-vertical {
    padding: 0 10px;
    height: 100%;
    top: 0;
    left: 100%;
}

.noUi-value-vertical {
    -webkit-transform: translate3d(0, 50%, 0);
    transform: translate3d(0, 50%, 0);
    padding-left: 25px;
}

.noUi-marker-vertical.noUi-marker {
    width: 5px;
    height: 2px;
    margin-top: -1px;
}

.noUi-marker-vertical.noUi-marker-sub {
    width: 10px;
}

.noUi-marker-vertical.noUi-marker-large {
    width: 15px;
}

.noUi-tooltip {
    display: block;
    position: absolute;
    color: #fff;
    padding: 0 5px;
    text-align: center;
    white-space: nowrap;
    z-index: 30;
}

.noUi-horizontal .noUi-tooltip {
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    position: absolute;
    bottom: 150%;
    background-color: rgba(63, 64, 63, 0.55);
    color: #ffffff;
    line-height: 21px;
    padding: 0 5px;
    white-space: nowrap;
    text-align: center;
    left: 0;
}

.noUi-tooltip .uhrzeit {
    text-align: center;
    width: 100%;
    padding: 0;
    margin-left: 10px;
}

.noUi-horizontal .noUi-tooltip:after {
    position: absolute;
    left: 58%;
    top: 21px;
    border-top: 7px solid rgba(63, 64, 63, 0.55);
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    content: "";
}

.noUi-horizontal .noUi-tooltip.slider-data-messwert:after {
    border-top: 7px solid rgba(63, 64, 63, 0.55);
}

.noUi-horizontal .noUi-tooltip.slider-data-prognose:after {
    border-top: 7px solid rgba(215, 0, 0, 0.55);
}

.noUi-horizontal .noUi-tooltip.slider-data-modell:after {
    border-top: 7px solid rgba(222, 222, 222, 0.55);
}

.noUi-horizontal .noUi-tooltip.slider-data-messwert {
    background-color: rgba(63, 64, 63, 0.55);
}

.noUi-horizontal .noUi-tooltip.slider-data-prognose {
    background-color: rgba(215, 0, 0, 0.55);
}

.noUi-horizontal .noUi-tooltip.slider-data-modell {
    background-color: rgba(222, 222, 222, 0.55);
    color: #222222;
}

.noUi-vertical .noUi-tooltip {
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    top: 50%;
    right: 120%;
}

/* @end */

/* @group IsobarsAndFronts */

.ModuleIsobarsAndFronts img {
    width: 697px;
}

.ModuleIsobarsAndFronts img.isobars {
    width: 697px;
}

/* @end */

/* @group WebcamsPreview */

.ModuleWebcamsPreview .colcontent {
    display: block;
}

.galerie div {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    width: 100%;
}

.galerie span.destination {
    display: flex;
    align-items: center;
    z-index: 5;
    position: absolute;
    width: 97px;
    text-decoration: none;
    padding-left: 4px;
    border-left: 1px solid rgba(255, 96, 105, 0.5);
    font-size: 10px;
    margin-top: -22px;
    line-height: 9px;
    min-height: 23px;
    margin-left: 2px;
    word-break: break-all;
    overflow-wrap: break-word;
    line-height: 1.1;
}

.vjs-loading-spinner {
    display: none !important;
}

.ModuleEventCrosslinks div.galerie {
    margin-bottom: 7px;
}

.ModuleEventCrosslinks.modul span.destination {
    width: 160px;
    display: flex;
    align-items: center
}

.ModuleWebcamsPreviewTiny .galerie div {
    margin-left: 1px;
}

div.galerie a.cam {
    float: left;
    z-index: 10;
    text-decoration: none;
    margin: 4px 0;
    padding: 17px 3px 3px 2px;
    color: #000;
}

div.galerie a:hover:not(.selected) img:not(.has_animation) {
    filter: brightness(75%);
}

.ModuleEventCrosslinks.modul div.galerie img {
    border: 2px solid transparent;
}

div.galerie a.selected img:not(.has_animation) {
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.4);
    border: 2px solid rgb(255, 96, 105);
}

img.selected {
    border: 1px solid #ffffff;
    margin-bottom: 0;
    z-index: 5;
}

div.galerie a img.has_animation {
    background-color: transparent;
    position: relative;
    top: 57px;
    left: 30px;
    z-index: 5;
    margin-top: -38px;
    border: none;
}

div.galerie a img {
    border: 2px solid transparent;
    padding: 0;
    opacity: 1;
}

/* @end */

/* @group Video Player Skin */

.video-js .vjs-menu-button-inline.vjs-slider-active, .video-js .vjs-menu-button-inline:focus, .video-js .vjs-menu-button-inline:hover, .video-js.vjs-no-flex .vjs-menu-button-inline {
    width: 10em
}

.video-js .vjs-controls-disabled .vjs-big-play-button {
    display: none !important
}

.video-js .vjs-control {
    width: 3em
}

.video-js .vjs-menu-button-inline:before {
    width: 1.5em
}

.vjs-menu-button-inline .vjs-menu {
    left: 3em
}

.vjs-paused.vjs-has-started.video-js .vjs-big-play-button, .video-js.vjs-ended .vjs-big-play-button, .video-js.vjs-paused .vjs-big-play-button {
    display: block
}

.video-js .vjs-load-progress div, .vjs-seeking .vjs-big-play-button, .vjs-waiting .vjs-big-play-button {
    display: none !important
}

.video-js .vjs-mouse-display:after, .video-js .vjs-play-progress:after {
    padding: 0 .4em .3em
}

.video-js.vjs-ended .vjs-loading-spinner {
    display: none;
}

.video-js.vjs-ended .vjs-big-play-button {
    display: block !important;
}

.video-js *, .video-js:after, .video-js:before {
    box-sizing: inherit;
    font-size: inherit;
    color: inherit;
    line-height: inherit
}

.video-js.vjs-fullscreen, .video-js.vjs-fullscreen .vjs-tech {
    width: 100% !important;
    height: 100% !important
}

.video-js {
    font-size: 14px;
    overflow: hidden
}

.video-js .vjs-control {
    color: inherit
}

.video-js .vjs-menu-button-inline:hover, .video-js.vjs-no-flex .vjs-menu-button-inline {
    width: 8.35em
}

.video-js .vjs-volume-menu-button.vjs-volume-menu-button-horizontal:hover .vjs-menu .vjs-menu-content {
    height: 3em;
    width: 6.35em
}

.video-js .vjs-control:focus:before, .video-js .vjs-control:hover:before {
    text-shadow: 0 0 1em #fff, 0 0 1em #fff, 0 0 1em #fff
}

.video-js .vjs-spacer, .video-js .vjs-time-control {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-flex: 1 1 auto;
    -moz-box-flex: 1 1 auto;
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto
}

.video-js .vjs-time-control {
    -webkit-box-flex: 0 1 auto;
    -moz-box-flex: 0 1 auto;
    -webkit-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    width: auto
}

.video-js .vjs-time-control.vjs-time-divider {
    width: 14px
}

.video-js .vjs-time-control.vjs-time-divider div {
    width: 100%;
    text-align: center
}

.video-js .vjs-time-control.vjs-current-time {
    margin-left: 1em
}

.video-js .vjs-time-control .vjs-current-time-display, .video-js .vjs-time-control .vjs-duration-display {
    width: 100%
}

.video-js .vjs-time-control .vjs-current-time-display {
    text-align: right
}

.video-js .vjs-time-control .vjs-duration-display {
    text-align: left
}

.video-js .vjs-play-progress:before, .video-js .vjs-progress-control .vjs-play-progress:before, .video-js .vjs-remaining-time, .video-js .vjs-volume-level:after, .video-js .vjs-volume-level:before, .video-js.vjs-live .vjs-time-control.vjs-current-time, .video-js.vjs-live .vjs-time-control.vjs-duration, .video-js.vjs-live .vjs-time-control.vjs-time-divider, .video-js.vjs-no-flex .vjs-time-control.vjs-remaining-time {
    display: none
}

.video-js.vjs-no-flex .vjs-time-control {
    display: table-cell;
    width: 4em
}

.video-js .vjs-progress-control {
    position: absolute;
    left: 0;
    right: 0;
    width: 100%;
    height: .5em;
    top: -.5em
}

.video-js .vjs-progress-control .vjs-load-progress, .video-js .vjs-progress-control .vjs-play-progress, .video-js .vjs-progress-control .vjs-progress-holder {
    height: 100%
}

.video-js .vjs-progress-control .vjs-progress-holder {
    margin: 0
}

.video-js .vjs-progress-control:hover {
    height: 1.5em;
    top: -1.5em
}

.video-js .vjs-control-bar {
    -webkit-transition: -webkit-transform .1s ease 0s;
    -moz-transition: -moz-transform .1s ease 0s;
    -ms-transition: -ms-transform .1s ease 0s;
    -o-transition: -o-transform .1s ease 0s;
    transition: transform .1s ease 0s
}

.video-js.not-hover.vjs-has-started.vjs-paused.vjs-user-active .vjs-control-bar, .video-js.not-hover.vjs-has-started.vjs-paused.vjs-user-inactive .vjs-control-bar, .video-js.not-hover.vjs-has-started.vjs-playing.vjs-user-active .vjs-control-bar, .video-js.not-hover.vjs-has-started.vjs-playing.vjs-user-inactive .vjs-control-bar, .video-js.vjs-has-started.vjs-playing.vjs-user-inactive .vjs-control-bar {
    visibility: visible;
    opacity: 1;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform: translateY(3em);
    -moz-transform: translateY(3em);
    -ms-transform: translateY(3em);
    -o-transform: translateY(3em);
    transform: translateY(3em);
    -webkit-transition: -webkit-transform 1s ease 0s;
    -moz-transition: -moz-transform 1s ease 0s;
    -ms-transition: -ms-transform 1s ease 0s;
    -o-transition: -o-transform 1s ease 0s;
    transition: transform 1s ease 0s
}

.video-js.not-hover.vjs-has-started.vjs-paused.vjs-user-active .vjs-progress-control, .video-js.not-hover.vjs-has-started.vjs-paused.vjs-user-inactive .vjs-progress-control, .video-js.not-hover.vjs-has-started.vjs-playing.vjs-user-active .vjs-progress-control, .video-js.not-hover.vjs-has-started.vjs-playing.vjs-user-inactive .vjs-progress-control, .video-js.vjs-has-started.vjs-playing.vjs-user-inactive .vjs-progress-control {
    height: .25em;
    top: -.25em;
    pointer-events: none;
    -webkit-transition: height 1s, top 1s;
    -moz-transition: height 1s, top 1s;
    -ms-transition: height 1s, top 1s;
    -o-transition: height 1s, top 1s;
    transition: height 1s, top 1s
}

.video-js.not-hover.vjs-has-started.vjs-paused.vjs-user-active.vjs-fullscreen .vjs-progress-control, .video-js.not-hover.vjs-has-started.vjs-paused.vjs-user-inactive.vjs-fullscreen .vjs-progress-control, .video-js.not-hover.vjs-has-started.vjs-playing.vjs-user-active.vjs-fullscreen .vjs-progress-control, .video-js.not-hover.vjs-has-started.vjs-playing.vjs-user-inactive.vjs-fullscreen .vjs-progress-control, .video-js.vjs-has-started.vjs-playing.vjs-user-inactive.vjs-fullscreen .vjs-progress-control {
    opacity: 0;
    -webkit-transition: opacity 1s ease 1s;
    -moz-transition: opacity 1s ease 1s;
    -ms-transition: opacity 1s ease 1s;
    -o-transition: opacity 1s ease 1s;
    transition: opacity 1s ease 1s
}

.video-js.vjs-live .vjs-live-control {
    margin-left: 1em
}

.video-js .vjs-big-play-button {
    top: 50%;
    left: 50%;
    margin-left: -1em;
    margin-top: -1em;
    width: 2em;
    height: 2em;
    line-height: 2em;
    border: none;
    border-radius: 50%;
    font-size: 3.5em;
    background-color: rgba(0, 0, 0, .45);
    color: #fff;
    -webkit-transition: border-color .4s, outline .4s, background-color .4s;
    -moz-transition: border-color .4s, outline .4s, background-color .4s;
    -ms-transition: border-color .4s, outline .4s, background-color .4s;
    -o-transition: border-color .4s, outline .4s, background-color .4s;
    transition: border-color .4s, outline .4s, background-color .4s
}

.video-js .vjs-menu-button-popup .vjs-menu .vjs-menu-content {
    background-color: transparent;
    width: 8em;
    font-size: 1em;
    left: .5em;
    padding-bottom: .4em;
}

.video-js .vjs-menu-button-popup .vjs-menu .vjs-menu-item, .video-js .vjs-menu-button-popup .vjs-menu .vjs-menu-title {
    background-color: #151b17;
    margin: .1em 0;
    padding: .5em;
}

.video-js .vjs-menu-button-popup .vjs-menu .vjs-menu-item.vjs-selected {
    background-color: rgba(255, 92, 102, 0.9);
    color: #fff;
}

.video-js .vjs-big-play-button {
    background-color: rgba(0, 0, 0, 0.45);
    font-size: 3.5em;
    border-radius: 50%;
    height: 2em !important;
    line-height: 2em !important;
    margin-top: -1em !important
}

.video-js:hover .vjs-big-play-button, .video-js .vjs-big-play-button:focus, .video-js .vjs-big-play-button:active {
    background-color: rgba(255, 92, 102, 0.7)
}

.video-js .vjs-loading-spinner {
    border-color: rgba(255, 92, 102, 0.9)
}

.video-js .vjs-control-bar2 {
    background-color: #000
}

.video-js .vjs-control-bar {
    background-color: rgba(0, 0, 0, 0.3) !important;
    color: #ffffff;
    font-size: 12px
}

.video-js .vjs-play-progress, .video-js .vjs-volume-level {
    background-color: rgb(255, 92, 102)
}

/* @end */

/* @group on off */

.on {
    display: inline;
}

.off {
    display: none;
}

/* @end */

/* @group Charts */

div#chart-obs24h, div#chart-obs24h-temp, div#chart-obs24h-sun, div#chart-obs24h-precip, div#chart-obs24h-wind, div#chart-obs24h-temp2, div#chart-obs24h-pres, div#chart-forecast-temp, .HPChartWater, div#chart-uv, div#chart-clima, div#chart-feltairtemp, div#chart-3d-forecast-wind, #chart-modulechartclimatetempprecip {
    height: 220px;
}

.HPChartWater {
    max-width: 90%;
}

div#chart-forecast-temp, div#chart-forecast-precip, div#chart-forecast-sun {
    height: 150px;
}

div#chart-forecast-wind {
    height: 220px;
}

.MNChartBase table {
    visibility: hidden;
    font-size: 10px !important;
}

.MNChartBase dl {
    visibility: hidden;
}

.temp_tief.HPChartClimaTemp {
    color: #000;
}

/* @end */

/* @group 3hForecast dl */

.Module3hForecast .toggleButton {
    float: right;
    margin: 0;
    height: 15px;
    padding: 2px 4px;
}

.Module3hForecast dl.bg {
    margin-bottom: 5px;
    border-top: 1px solid #cccccc;
}

.Module3hForecast dt {
    max-width: 70%;
    font-size: 11px;
    border-bottom: 1px solid #f1f1f1;
    line-height: 18px;
    padding: 0 0 0 5px;
	
	   /*automatisch string kürzen mit ...*/
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.Module3hForecast dd {
    height: 16px;
    margin: -17px 0 0 70%;
    padding: 0 0 0 7px;
    border-bottom: 1px solid #f1f1f1;
    font-size: 12px;
    line-height: 18px;
    width: 29%;
}

ul.forecast_list img {
    margin-bottom: 0;
}

ul.forecast_list {
    display: inline-block;
    padding-right: 10px;
    margin-left: 0;
    padding-bottom: 0;
    margin-bottom: 0;
    margin-top: 0;
}

ul.forecast_list li {
    margin: 0;
    padding: 0;
}

ul.forecast_list li.box {
    width: 100%;
    line-height: 12px;
    background: url(../img/icons/richtung.png) 2px -25px no-repeat #e7e8e9;
    display: inline-table;
    padding: 4px 5px 0;
    margin: 0;
    font-size: 14px;
}

ul.forecast_list li.box.aktiv {
    margin-bottom: 5px;
}

ul.forecast_list ul {
    margin: 0;
    padding: 0;
}

ul.forecast_list li.detail {
    width: 100%;
    line-height: 19px;
    clear: both;
    padding: 0;
    background-color: #ffffff;
    margin: 0;
}

ul.forecast_list li:hover.box, ul.forecast_list li.verweis {
    background: url(../img/icons/zoom-in.png) 2px -10px no-repeat #f1f2f3;
    cursor: pointer;
}

ul.forecast_list li.aktiv:hover.box, ul.forecast_list li.aktiv.verweis {
    background: url(../img/icons/zoom-out.png) 2px -10px no-repeat #f1f2f3;
    cursor: pointer;
}

ul.forecast_list li span {
    display: block;
    font-style: normal;
    width: 100%;
    box-sizing: border-box;
    margin-bottom: 3px;
}

ul.forecast_list li span.c1, ul.forecast_list li span.c2, ul.forecast_list li span.c3, ul.forecast_list li span.c4 {
    float: left;
}

ul.forecast_list li span.c1 {
    width: 37px;
}

ul.forecast_list li span.c2 {
    width: 28%;
    text-align: center;
}

ul.forecast_list li span.c3 {
    width: 29%;
}

ul.forecast_list li span.c4, ul.forecast_list li span {
    width: 28%;
}

ul.forecast_list li span.c4 {
    padding-left: 4%;
}

ul.forecast_list span.time {
    font-weight: bold;
    font-size: 14px;
    margin-top: 40px;
    text-align: right;
}

ul.forecast_list span.symbol {
    width: 30px;
    margin-right: auto;
    margin-left: auto;
    margin-top: -7px;
}

ul.forecast_list span.symbol img {
    display: inline-block;
    max-width: 45px !important;
}

ul.forecast_list span.temp_hoch {
    z-index: 2;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    padding-top: 1px;
}

ul.forecast_list span.sonne {
    padding-left: 5px;
    white-space: nowrap;
    width: 100%;
    text-align: left;
}

ul.forecast_list span.sonne img {
    display: inline-block;
    position: relative;
    top: 4px;
}

ul.forecast_list span.regen {
    color: #0489b7;
    padding-left: 5px;
    margin-top: 10px;
    white-space: nowrap;
    width: 100%;
    text-align: left;
}

ul.forecast_list span.regen img {
    display: inline-block;
    position: relative;
    top: 3px;
    margin-right: 1px;
}

ul.forecast_list li span.wind {
    margin-top: 5px;
}

ul.forecast_list li span.mittelwind {
    text-align: center;
    white-space: nowrap;
    width: 100%;
}

ul.forecast_list span.wind img {
    width: 30px;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 5px;
}

/* @end */

/* @group 3hForecastDaySelect */

.Module3hForecastDaySelect .colcontent {
    text-align: left;
    padding-bottom: 1px;
}

.Module3hForecastDaySelect ul {
    display: inline-block;
    margin: 0;
}

.Module3hForecastDaySelect li {
    float: left;
    margin-left: 2px;
    margin-bottom: 5px;
}

.Module3hForecastDaySelect li a {
    padding: 3px 6px;
    font-size: 13px;
}

/* @end */

/* @group CompanyNavigation */

.ModuleCompanyNavigation .colcontent ul {
    display: block;
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
}

.ModuleCompanyNavigation ul li {
    margin-top: 2px;
    margin-bottom: 2px;
    margin-left: 0;
}

.ModuleCompanyNavigation ul li ul li {
    margin-left: 15px;
}

.ModuleCompanyNavigation ul li a {
    padding: 5px;
}

/* @end */

/* @group 3hForecast */

.Module3hForecast th {
    font-size: 11px;
    white-space: nowrap;
    font-weight: bold;
}

/* @end */

/* @group Breadcrumb */

.ModuleBreadcrumb .colcontent {
    border: none;
    z-index: 2;
    height: auto;
    float: left;
    padding: 0;
    margin-bottom: 20px;
    width: calc(100% - 10px);
    display: flex;
}

.ModuleBreadcrumb ul {
    display: inline-flex;
    white-space: nowrap;
    overflow: hidden;
    overflow-x: auto;
}

.ModuleBreadcrumb ul li {
    float: left;
    line-height: 19px;
    z-index: 10;
    margin-top: 2px;
    padding-right: 0;
    padding-left: 0;
}

.ModuleBreadcrumb ul li.last {
    height: 20px;
    margin-top: 3px;
}

.ModuleBreadcrumb ul li.last:after {
    content: "";
}

.ModuleBreadcrumb ul li a {
    display: inline-block;
    padding: 0;
    text-decoration: none;
    margin-right: 0;
    line-height: 20px;
    color: rgba(0, 0, 0, 0.6);
}

.ModuleBreadcrumb ul li::after {
    content: "/";
    padding-right: 2px;
    padding-left: 3px;
    color: rgba(0, 0, 0, 0.67);
    line-height: 1.5;
}

.ModuleBreadcrumb ul li a:hover {
    text-decoration: underline;
    color: #2a5590;
}

/* @end */

/* @group DailyForecast */

.ModuleDailyForecast td span span, .Module3hForecast td span span {
    float: right;
    margin-left: 5px;
    margin-bottom: 5px;
}

/* @end */

/* @group Water */

.ModuleWaterTeaser tr {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    line-height: 1.2;
    border-bottom: 1px solid #f7f7f7;
    padding-top: 2px;
    padding-bottom: 2px;
}

.ModuleWaterTeaser tr:last-of-type, .ModuleWaterTeaser tr:first-of-type {
    border-bottom: none;
    padding-bottom: 0;
}

.ModuleWater table td:first-child {
    text-align: left;
    width: 100%;
}

.ModuleWater table td span.gewaesser {
    font-size: 13px;
    width: 100%;
    display: inline-block;
    font-weight: bold;
}

.ModuleWater table td span.date {
    width: 100%;
}

.ModuleWater table td span.icon {
    width: 22px;
    height: 22px;
    display: block;
    background: url('../img/icons/wasser_temp.png') no-repeat 0 1px white;
    background-size: 22px 22px;
}

.ModuleWater table td span.wasser_temp {
    font-size: 22px;
    font-weight: bold;
    color: #3a76bf;
    vertical-align: bottom;
    line-height: 15px;
}

.ModuleWaterTeaser table td:first-child, .ModuleWaterOldTeaser table td:first-child, .ModuleWaterTeaser table th:first-child, .ModuleWaterOldTeaser table th:first-child {
    width: 95%;
    display: inline-block;
    vertical-align: bottom;
}

.ModuleWaterTeaser table td.wasser_temp, .ModuleWaterOldTeaser table td.wasser_temp {
    color: #3a76bf;
}

.ModuleWaterTeaser table td span.ort, .ModuleWaterOldTeaser table td span.ort {
    line-height: 1;
    display: inherit;
}

.ModuleWaterTeaser table th span.ort {
    float: left;
}

.ModuleWaterTeaser table span.gewaesser, .ModuleWaterOldTeaser table span.gewaesser {
    font-style: italic;
    margin-right: 5px;
    text-align: right;
    display: inherit;
}

.ModuleWaterTeaser a.mehr {
    margin-right: 5px;
}

.ModuleDevelFeatureNearCoast table thead th {
    padding-top: 16px;
    padding-right: 5px;
    color: #344145;
    border-bottom: 1px dashed #344145;
}

.ModuleDevelFeatureNearCoast table td {
    padding: 5px;
}

.ModuleDevelFeatureNearCoast table {
    position: relative;
    width: 100%;
    background: #ADD8E6;
    overflow: hidden;
}

.ModuleDevelFeatureNearCoast table:before {
    position: absolute;
    content: '';
    top: -14px;
    height: 40px;
    width: 100%;
    background-size: 40px 50px;
    background-position: -15px -2px;
    background-repeat: repeat-x;
    background-image: -webkit-radial-gradient(50% 0%, circle, #fff 50%, transparent 55%);
    background-image: -moz-radial-gradient(50% 5%, circle, #fff 50%, transparent 55%);
    background-image: radial-gradient(circle at 50% 0%, #fff 50%, transparent 0%);
	   /*	filter: drop-shadow(-6px 2px 0 rgba(0, 0, 0, 0.1));*/
}

.ModuleDevelFeatureNearCoast table tbody {
    position: relative;
    width: 100%;
    background: #B0DDEB;
}

/* @end */

/* @group WebcamFullsize */

.ModuleWebcamFullsize span.messzeit {
    position: relative;
    bottom: 0;
    right: 0;
}

.ModuleWebcamFullsize object, .ModuleWebcamFullsize img {
    margin-left: auto;
    margin-right: auto;
    display: block;
}

.ModuleWebcamFullsize p.partner {
    margin-top: 5px;
    padding-bottom: 5px;
}

.ModuleWebcamFullsize .videoplayer {
    max-width: 640px;
    margin-right: auto;
    margin-left: auto;
    display: inherit;
}

/* @end */

/* @group Webcam Archiv */

#WebcamArchiv {
    display: block;
    text-align: left;
    background: url(../img/icons/photo.png) no-repeat 35px center rgba(255, 255, 255, 0.5);
    width: auto;
    min-width: 100px;
    position: absolute;
    top: 60px;
    left: 0;
    right: 0;
    z-index: 3000000;
    font-size: 160%;
    color: #000000;
    text-transform: capitalize;
    padding: 5px 5px 5px 70px;
}

.ModuleWebcamArchiv ul {
    margin-top: 10px;
    margin-bottom: 40px;
}

.ModuleWebcamArchiv li {
    float: left;
    margin-left: 5px;
}

.ModuleWebcamArchiv li img {
    width: 16px;
}

#loading {
    width: 44px;
    height: 44px;
    position: fixed;
    top: 50%;
    left: 50%;
    margin-top: -22px;
    margin-left: -22px;
    opacity: 0.8;
    z-index: 8060;
    background: url(../img/loading.gif) no-repeat center center #000000;
}

.overlay_txt {
    position: absolute;
    top: 60px;
    left: 50%;
    display: block;
    text-align: center;
    font-size: 14px;
    color: #ffffff;
    margin: 0 auto 0 -75px;
    width: 150px;
}

#overlay {
    display: none;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    overflow: hidden;
    z-index: 100000;
    background: url(../img/overlay.png) repeat;
}

.box_layer #overlay {
    display: block;
}

/* @end */

/* @group ContinentCountrySelection */

.ModuleContinentCountrySelection p {
    display: block;
    margin-bottom: 10px;
}

.ModuleContinentCountrySelection select {
    text-align: left;
    float: left;
    margin-right: 10px;
}

@media screen and (max-width: 690px) {
    .map_continent_country {
        display: none;
    }
    
    .ModuleContinentCountrySelection select {
        width: 49%;
        margin-top: 1rem;
    }
    
    .ModuleContinentCountrySelection p {
        display: inline-block;
        width: 49%;
        margin-top: 1rem;
    }
}

@media screen and (max-width: 536px) {
    .ModuleContinentCountrySelection select {
        width: 100%;
        margin-top: 1rem;
    }
    
    .ModuleContinentCountrySelection p {
        display: inline-block;
        width: 100%;
        margin-top: 1rem;
    }
}

/* @end */

/* @group CountryObs */

.ModuleCountryObs .colcontent p {
    display: inline-block;
}

#WetterKarteModuleCountryObsPreview span.temp {
    margin-top: -8px;
    width: 26px;
    color: #000;
    background-color: rgba(255, 255, 255, 0.7);
}

/* @end */

/* @group CountryObs zoom (new) */

#map {
    position: relative;
    width: 100% !important;
    height: 100%;
}

#textwidth {
    position: absolute;
    visibility: hidden;
    height: auto;
    width: auto;
    white-space: nowrap;
    font-family: helvetica, sans-serif;
    font-size: 12px;
}

#map_tooltip {
    position: absolute;
    padding: 0 5px;
    z-index: 100;
    font-size: 12px;
    border-radius: 2px;
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.51);
	   /* dunkel */
	   /*	color: #fff;
			background-color: rgba(0, 0, 0, .70);*/
	
	   /* hell */
    color: hsla(0, 0%, 0%, 0.87);
    background-color: #fff;
    pointer-events: none;
}

#map_overlay {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
    opacity: 0.7;
    background-color: rgba(0, 0, 0, .60);
    z-index: 9999;
    text-align: center;
}

#overlay-content {
    position: absolute;
    top: 50%;
    left: 50%;
    text-align: center;
    z-index: 100;
}

/* loading spinner */

.spin::before {
    animation: 1.5s linear infinite spinner;
    animation-play-state: inherit;
    border: solid 5px #cfd0d1;
    border-bottom-color: #ff606a;
    border-radius: 50%;
    content: "";
    height: 40px;
    position: absolute;
    top: 10%;
    left: 10%;
    transform: translate3d(-50%, -50%, 0);
    width: 40px;
    will-change: transform;
}

@keyframes spinner {
0% {
    transform: translate3d(-50%, -50%, 0) rotate(0deg);
}

100% {
    transform: translate3d(-50%, -50%, 0) rotate(360deg);
}
}

#debugbox {
    background-color: #ccc;
    padding: 3px;
    margin-top: 5px;
    margin-bottom: 5px;
}

/* ModuleCountryObs */

.ModuleCountryObsMap {
    position: relative;
    background-color: #a4b197;
}

/* zoom Buttons */

#zoombuttons {
    position: absolute;
    z-index: 800;
    pointer-events: auto;
    right: 10px;
    top: 20px;
}

#zoombuttons button {
    background-color: #fff;
    width: 30px;
    height: 30px;
    display: block;
    text-align: center;
    text-decoration: none;
    color: black;
    margin: 0 0 15px;
    border-radius: 2px;
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.51);
    border-style: none;
    font-size: 18px;
    font-weight: bold;
    text-transform: uppercase;
    line-height: 18px;
    padding: 0;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    touch-action: manipulation;
}

#zoombuttons button:hover {
    background-color: #e9e9e9;
}

#zoombuttons button.zoom-reset {
    font-size: 10px;
}

/* map Info */

.map-info {
    position: absolute;
    z-index: 800;
    pointer-events: auto;
    left: 5px;
    bottom: 5px;
}

.map-info span {
    background-color: rgba(255, 255, 255, .75);
    padding-left: 5px;
    padding-right: 5px;
}

/* CountryObsMenu */

.CountryObsMenu {
    display: inline-block;
    background-color: #fff;
    width: 100%;
}

.CountryObsMenu li, .CountryObsSubMenu li {
    float: left;
    margin-right: 2px;
    margin-top: 4px;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.CountryObsMenu li button {
    display: block;
    margin: 0;
    padding: 0;
    border-style: none;
}

.CountryObsMenu li:hover button::before {
    background-color: #ff606a;
}

.CountryObsMenu li button.aktiv::before {
    background-color: #fff;
}

.CountryObsMenu li button.aktiv {
    background-color: #2b5590;
}

.CountryObsMenu li button {
    background-color: #f4f4f4;
}

.CountryObsMenu button::before {
    display: inline-block;
    content: '';
    background-size: 100% auto !important;
    background-repeat: no-repeat;
    position: relative;
    background-color: #000;
    -webkit-mask-size: cover;
    mask-size: cover;
}

.CountryObsMenu li button::before {
    width: 25px;
    height: 25px;
    margin: 5px 5px 2px;
}

.symb_preditor::before {
    -webkit-mask-image: url('../img/obsIcons/cloud.svg');
    mask-image: url('../img/obsIcons/cloud.svg');
}

.temp::before {
    -webkit-mask-image: url('../img/obsIcons/thermometer-half.svg');
    mask-image: url('../img/obsIcons/thermometer-half.svg');
}

.pres::before {
    -webkit-mask-image: url('../img/obsIcons/luftdruck.svg');
    mask-image: url('../img/obsIcons/luftdruck.svg');
}

.temp_dew::before {
    -webkit-mask-image: url('../img/obsIcons/taupunkt.svg');
    mask-image: url('../img/obsIcons/taupunkt.svg');
}

.hum::before {
    -webkit-mask-image: url('../img/obsIcons/humidity.svg');
    mask-image: url('../img/obsIcons/humidity.svg');
}

.sun::before {
    -webkit-mask-image: url('../img/obsIcons/brightness-high.svg');
    mask-image: url('../img/obsIcons/brightness-high.svg');
}

.precip::before {
    -webkit-mask-image: url('../img/obsIcons/rain.svg');
    mask-image: url('../img/obsIcons/rain.svg');
}

.winddir::before {
    -webkit-mask-image: url('../img/obsIcons/wind-fahne.svg');
    mask-image: url('../img/obsIcons/wind-fahne.svg');
}

.windforce::before {
    -webkit-mask-image: url('../img/obsIcons/wind.svg');
    mask-image: url('../img/obsIcons/wind.svg');
}

.gustforce::before {
    -webkit-mask-image: url('../img/obsIcons/wind-boeen.svg');
    mask-image: url('../img/obsIcons/wind-boeen.svg');
}

/* Schneehöhen */

.snt::before {
    -webkit-mask-image: url('../img/obsIcons/schneehoehe.svg');
    mask-image: url('../img/obsIcons/schneehoehe.svg');
}

/* Neuschnee */

.snf::before {
    -webkit-mask-image: url('../img/obsIcons/neuschnee.svg');
    mask-image: url('../img/obsIcons/neuschnee.svg');
}


/* CountryObsSubMenu */

.CountryObsSubMenu {
    display: inline-block;
    margin-top: 5px;
}

.CountryObsSubMenu li {
    line-height: 28px;
    height: 28px;
}

.CountryObsSubMenu li.aktiv button {
    color: #fff;
    background-color: #2b5590;
}

.CountryObsSubMenu li.parameter {
    color: #fff;
    background-color: #2b5590;
    padding-right: 10px;
    padding-left: 10px;
}

.CountryObsSubMenu li button {
    color: hsla(0, 0%, 0%, 0.87);
    background-color: #f4f4f4;
    padding: 3px 5px;
    text-decoration: none;
    margin: 0;
    border-style: none;
}

.CountryObsSubMenu li:not(.aktiv) button:hover {
    color: #ff606a;
}

/* CountryObs kurz erklärt */

.ModuleCountryObs dl {
    margin-bottom: 9px;
    background-color: #ffea00;
    padding: 9px;
}

.ModuleCountryObs dt {
    font-size: 14px;
    text-transform: capitalize;
}

.ModuleCountryObs dt[class*="info_"], .ModuleCountryObs dt[class*="info_"]+dd {
    display: none;
}

.ModuleCountryObs dt[class*="info_"].aktiv, .ModuleCountryObs dt[class*="info_"].aktiv+dd {
    display: block;
}

/* @end */

/* @group Toolbox */

.messzeit {
    margin-top: 15px;
}

.content_info {
    display: inline-block;
    margin-left: 5px;
    width: 20px;
}

table, .messzeit, .content_info {
    position: relative;
}

a.tool span.tip, a.tool span.hilfe, #tooltip, li.tool span.delete, ul.map li ul {
    position: absolute;
    padding-right: 6px;
    padding-left: 6px;
    line-height: 16px;
    box-shadow: 1px 1px 2px rgba(77, 77, 77, 0.6);
    z-index: 99999;
    text-align: center;
    display: none;
}

li.tool span.delete {
    box-shadow: none;
}

a.tool span.tip, ul.map li ul li a {
    top: -5px;
    left: 0;
    width: auto;
    height: 16px;
    white-space: nowrap;
    padding: 0 5px;
    z-index: 100;
    font-size: 12px;
    border-radius: 2px;
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.51);
    background-color: #fff;
    color: hsla(0, 0%, 0%, .87);
}

a.tool span.tip {
    z-index: 100;
}

a.tool span.hilfe {
    right: 0;
    width: auto;
    height: 16px;
    white-space: nowrap;
    background: #4d4d4d;
    color: #fff;
    margin-top: -25px;
}

.climate_content a.tool span.hilfe {
    left: auto;
    margin-top: -15px;
    margin-left: 0;
    right: auto;
}

.climate_content .part.summer a.tool span.hilfe {
    right: 0;
    margin-top: -15px;
    margin-left: 0;
}

a.tool span.quelle {
    display: inline-block;
    width: 100%;
    height: 16px;
    color: #888;
    font-size: 12px;
    font-style: italic;
    line-height: 1.1;
    cursor: default;
}

p a.tool {
    cursor: default;
}

#tooltip {
    white-space: nowrap;
    background-color: #282828;
    color: #ffffff;
    -webkit-box-shadow: 0 1px 4px rgba(77, 77, 77, 0.6);
    box-shadow: 0 1px 4px rgba(77, 77, 77, 0.6);
    -moz-box-shadow: 0 1px 4px rgba(77, 77, 77, 0.6);
    font-size: 12px;
    vertical-align: middle;
    display: none;
}

li.tool img.favorit {
    float: left;
    height: 12px;
    margin-left: 10px;
    margin-bottom: -5px;
    position: relative;
    top: 3px;
    opacity: 0.7;
    filter: alpha(opacity=70);
    display: block;
    border: none;
}

#WetterKarteModuleCountryObsPreview a.tool img {
    margin-bottom: -4px;
    width: 80%;
}

a.tool span.lupe:hover, li:hover.tool img {
    opacity: 1;
    filter: alpha(opacity=100);
}

a:hover.tool, a:hover.tool, li:hover .tool {
    text-decoration: none;
}

a:hover.tool span.tip, /*a:hover.tool span.quelle,*/
a:hover.tool span.hilfe {
    display: inline;
    cursor: pointer !important;
    z-index: 2101;
    -ms-touch-action: manipulation;
	   /* IE10  */
    touch-action: manipulation;
	   /* IE11+ */
}

/* @end */

/* @group map */

#WetterKarteModuleCountryMap, #WetterKarteModuleCountryObsPreview, /*#WetterKarteModuleCountryObs, */
#WetterKarteModuleCountryMapGroupList {
    margin: 0 auto;
    z-index: 0;
    width: 100% !important;
    height: auto !important;
    position: relative;
    display: inline-table;
}

#WetterKarteModuleCountryMap {
    background-color: #dcdcdc;
}

.ModuleCountryMap h3 {
    padding: 3px 3px 3px 5px;
}

.ModuleCountryMap .colcontent {
    padding-top: 0;
}

.ModuleCountryMap .related_countries {
    display: block;
    padding: 0 2px 0 4px;
    margin-bottom: 2px;
}

.ModuleCountryMap .related_countries:nth-of-type(2) {
    border-top: 1px dashed #c4c4c4;
    padding-top: 2px;
}

img.map_bg {
    z-index: 1;
    position: absolute;
    width: 100%;
    height: 100%;
    -moz-user-select: none;
    -webkit-user-select: none;
    user-select: none;
}

ul.map, ul#tab_div_a.map {
    z-index: 2;
    position: relative;
    margin-top: 0;
    margin-right: 0;
    margin-left: 0;
    width: 100% !important;
    padding-top: 66%;
	   /*relevant*/
}

.ModuleObsPreview ul.map {
    padding-top: 0;
	   /*relevant*/
}

ul#tab_div_a.map {
    z-index: 1;
}

ul.map li {
    list-style-image: none;
    margin: 0;
}

ul.map ul li a {
    text-decoration: none;
    font-style: normal;
    background-color: transparent;
    padding-right: 6px;
}

ul.map li ul {
    padding-right: 0;
    top: -15px;
    display: none;
}

ul.map li:hover ul {
    display: block;
}

.temp_tief {
    width: 100%;
    color: #fff;
    text-align: center;
    padding-bottom: 0;
}

span.temp_hoch, .temp_hoch {
    text-align: center;
    white-space: nowrap;
}

span.temp_hoch, span.temp_tief {
    border-radius: 2px;
    padding-right: 2px;
    padding-left: 2px;
}

.temp_hoch, .temp_tief {
    max-width: 23px;
    padding: 0;
    width: 100%;
    margin-left: 2px;
    box-sizing: border-box;
}

.temp_range {
    width: 50px;
}

#WetterKarteModuleCountryMap .temp_hoch, #WetterKarteModuleCountryObsPreview .temp_hoch {
    color: #fff;
    background-color: #ca0002;
    width: 50%;
    display: inline-block;
}

#WetterKarteModuleCountryMap .temp_tief, #WetterKarteModuleCountryObsPreview .temp_tief {
    color: hsla(0, 0%, 0%, 0.87);
    background-color: #fff;
    width: 50%;
    display: inline-block;
}

#WetterKarteModuleCountryMap .temp, #WetterKarteModuleCountryObsPreview .temp {
    display: block;
    height: auto;
    font-size: 100%;
    text-align: center;
    z-index: 10;
    line-height: 16px;
    margin-left: 0;
}

.value_bg {
    min-width: 20px;
    margin-top: 13px;
    line-height: 14px;
    text-align: center;
    margin-left: 8px;
    color: #000;
    display: block;
    box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
    padding: 0 1px;
}

.value_bg, .value_bg.ttmax, .value_bg.wert, .value_bg.wasser_temp {
    background-color: rgba(255, 255, 255, 0.85);
}

.value_bg:hover {
    color: #ff606a;
}

.value_bg img {
    float: right;
    margin: 0 0 0 2px;
}

.value_wind {
    text-align: center;
    display: inline-block;
    line-height: 10px;
    color: #000;
    padding: 2px;
    margin-left: 2px;
}

/*	@media Query: if the primary input mechanism includes a pointing device of limited accuracy */
/*	Option: none, coarse, fine */

@media (pointer: coarse) {
    #WetterKarteModuleCountryMapGroupList {
        display: none;
    }
    
    .ModuleCountryMapWintersports .colcontent, .ModuleCountryMapGroupList .colcontent {
        display: none;
    }
}

/* @end */

/* @group map Mobile */

@media screen and (max-width: 600px) {
    #WetterKarteModuleCountryMap img.map_bg, #WetterKarteModuleCountryObs img.map_bg {
        width: 100%;
        height: auto;
        position: sticky;
        top: 0;
        z-index: 1;
    }
    
    #WetterKarteModuleCountryMap, #WetterKarteModuleCountryObs {
        display: inherit;
        overflow: auto;
        -webkit-overflow-scrolling: touch;
        background-color: transparent;
    }
	
	   /*    #WetterKarteModuleCountryMap ul.map, 
		    #WetterKarteModuleCountryObs ul.map,*/
    
    .ModuleCountryMap .map {
        padding-top: 10px !important;
        width: auto;
        position: absolute;
        top: 0;
        z-index: 2;
    }
	
	   /*    #WetterKarteModuleCountryMap li, 
		    #WetterKarteModuleCountryObs li,*/
    
    .ModuleCountryMap .map li {
        position: relative !important;
        left: 0 !important;
        width: 96% !important;
        margin-left: 2%;
        margin-bottom: 5px;
    }
    
    #WetterKarteModuleCountryObs a.tool {
        position: relative;
    }
    
    #WetterKarteModuleCountryMap a.tool, #WetterKarteModuleCountryObs a.tool {
        display: inline-block;
        width: 100%;
        height: 26px;
        background-color: rgba(0, 0, 0, 0.4);
    }
    
    #WetterKarteModuleCountryObs span.value_wind {
        line-height: 4px;
    }
    
    #WetterKarteModuleCountryMap span.tip, #WetterKarteModuleCountryObs span.tip, #WetterKarteModuleCountryObs span.value_wind {
        color: #fff;
        display: block;
        padding: 4px 4px 0;
        margin-top: 6px;
        box-shadow: none;
        text-align: left;
        background-color: transparent;
    }
    
    #WetterKarteModuleCountryMap span.temp {
        color: #fff;
        display: block;
        margin-left: 60%;
        position: absolute;
        font-size: 110%;
        width: 100px;
        margin-top: 1px;
    }
    
    #WetterKarteModuleCountryMap .temp_hoch, #WetterKarteModuleCountryMap .temp_tief {
        padding-right: 0;
        padding-bottom: 0;
        padding-left: 0;
        height: 25px;
        display: block;
        float: left;
        width: 30px;
        line-height: 24px;
        text-align: right;
    }
    
    #WetterKarteModuleCountryMap .temp_hoch {
        width: 40%;
        max-width: 5%;
        color: #fff;
        background-color: transparent;
        font-weight: bold;
        margin-left: 5px;
    }
    
    #WetterKarteModuleCountryObs span.value_bg {
        color: #fff;
        background-color: transparent;
        display: block;
        position: absolute;
        font-size: 110%;
        width: 100px;
        margin-top: 1px;
        box-shadow: none;
        line-height: 1.5;
        right: 20px;
    }
    
    #WetterKarteModuleCountryMap .temp_tief {
        color: #fff;
        background-color: transparent;
    }
    
    #WetterKarteModuleCountryMap .temp_tief::after {
        content: "|";
        position: relative;
        top: -1px;
        left: 10%;
        color: rgba(255, 255, 255, 0.6);
    }
    
    #WetterKarteModuleCountryMap a.tool img, #WetterKarteModuleCountryObs a.tool img {
        height: auto !important;
        width: 36px !important;
        margin-right: 4%;
        float: right;
        margin-top: -8px;
        position: relative;
    }
    
    #WetterKarteModuleCountryObs #tab_div_windforce a.tool img {
        margin-right: -40%;
        width: 20px !important;
        top: 10px;
        -webkit-filter: invert(1);
        filter: invert(1);
    }
    
    #WetterKarteModuleCountryMap ul.map li img {
        transform: scale(1.2);
    }
}

/* @end */

/* @group PageTitle */

.ModulePageTitle h1 {
    z-index: 1;
    font-size: 18px;
    line-height: 24px;
    text-transform: uppercase;
    position: relative;
    margin-bottom: 0;
    padding-bottom: 10px;
}

.ModulePageTitle .colcontent {
    color: #fff;
    margin-bottom: 6px;
    padding: 0 2px 2px 9px;
    background-color: #2b5590;
}

/* @end */

/* @group WarningsNotice */

.MNHPModuleAlerts li {
    display: block;
    margin-bottom: 5px;
}

.ModuleAlertsMapFullsize img *, .ModuleAlertsMapFullsize ul {
    cursor: pointer !important;
}

.MNHPModuleAlerts img {
    float: left;
    margin-right: 5px;
	   /* display: inline-block; */
    margin-bottom: 0;
    width: 24px;
    margin-top: 2px;
}

.MNHPModuleAlerts span {
    display: block;
    margin-left: 30px;
}

.MNHPModuleAlerts span.date {
    font-weight: bold;
    border-left-width: 10px;
    border-left-style: solid;
    background: none;
    padding-left: 2px;
    color: #000000 !important;
}

.MNHPModuleAlerts span.text {
    padding-left: 13px;
}

/* @group warnings */

/* @group Warnstufen */

.warnstufe0 {
    background-color: #00f900;
    border-color: #00f900 !important;
    color: #000000;
}

.warnstufe1 {
    background-color: #fefb00;
    border-color: #fefb00 !important;
    color: #000000;
}

.warnstufe2 {
    background-color: #ff9900;
    border-color: #ff9900 !important;
    color: #000000;
}

.warnstufe3 {
    background-color: #ff0000;
    border-color: #ff0000 !important;
    color: #ffffff;
}

.warnstufe4 {
    background-color: #cc00ff;
    border-color: #cc00ff !important;
    color: #e6e6e6;
}

/* @end */

.ModuleAlertAnnouncement {
    position: relative;
    z-index: 50;
    left: -5px;
    top: -10px;
}

.warnings span {
    z-index: 20;
    display: inline-block;
    text-align: left;
    padding-right: 11px;
}

.warnings .warnstufe0 a, .warnings .warnstufe1 a {
    color: #404040;
}

.warnings .warnstufe2 a, .warnings .warnstufe3 a, .warnings .warnstufe4 a {
    color: #ffffff;
}

.warnings span a:hover {
    color: #000000;
}

.warnings img {
    width: 30px;
    height: 30px;
    border: 0;
    z-index: 15;
    margin-top: 0;
    float: right;
    margin-left: 10px;
}

.warnings em {
    font-size: 1.1rem;
    font-style: normal;
}

.MNHPModuleAlerts h3 {
    margin-left: 30px;
    border-left-width: 10px;
    border-left-style: solid;
    background-color: #f2f2f2;
    margin-bottom: 2px;
    color: #000000 !important;
    border-color: #f2f2f2;
    padding-left: 5px;
}

.colcontent.warnpos {
    line-height: 22px;
    height: 20px;
    margin-left: 0;
    margin-right: 0;
    margin-top: 0;
}

.colcontent.warnpos a {
    color: hsla(0, 0%, 0%, 0.87);
}

.colcontent.warnpos span:last-child {
    background-color: #fff;
    display: inline-block;
    text-align: left;
    padding-right: 4px;
    box-shadow: 0 1px 1px rgba(33, 33, 33, 0.08);
    padding-left: 25px;
    margin-left: -4px;
}

.warnings .info {
    line-height: 2;
    margin-left: 0;
    margin-right: 0;
    margin-top: 0;
    padding-left: 9px;
}

.warninfo {
    display: block;
    width: 18px;
    height: 18px;
    margin-right: -17px;
    margin-top: 2px;
    z-index: 30;
    position: relative;
    margin-left: 8px;
}

/* @end */

/* @group Infobox */

.infobox {
    position: absolute;
    z-index: 6000;
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
    text-align: center;
    margin-bottom: 0;
}

.infobox .info_icon {
    position: absolute;
    left: 13%;
}

.infobox strong {
    color: red;
}

.infobox [class^="bi-"]::before, .infobox [class*=" bi-"]::before {
    background-color: transparent;
    font-size: 18px;
    margin-right: 6px;
}

.infobox p.info_text {
    font-size: inherit;
    color: #404040;
    line-height: 1.3;
    margin: 0 auto;
    background-color: rgba(255, 255, 255, .95);
    width: 80%;
    text-align: center;
    padding: 40px;
    box-shadow: 1px 1px 3px rgba(22, 22, 22, 0.2);
    border: 1px solid rgba(255, 0, 0, 0.4);
}

/* Hier können verschiedene Warn / Info Farben definiert werden */

.infobox.stufe_info {
    background-color: rgba(255, 255, 255, 0.7);
    color: red;
}

/* @end */

/* @end */

/* @group Tab_nav */

ul.tab_nav {
    position: relative;
    width: 100%;
    padding-top: 5px;
    padding-bottom: 0;
    padding-left: 0;
    overflow-x: auto;
    overflow-y: hidden;
    white-space: nowrap;
	   /*    margin-left: -5px;*/
}

ul.tab_nav li {
    margin-bottom: 10px;
    margin-right: 0;
    padding-right: 2px;
    height: 25px;
    display: inline-block;
    line-height: 18px;
}

ul.tab_nav li a {
    color: hsla(0, 0%, 0%, 0.87);
    font-size: 14px;
    padding: 4px;
    text-decoration: none;
}

ul.tab_nav li:hover a {
    border-bottom: 2px solid #c7c7c7;
}

ul.tab_nav li:hover, ul.tab_nav li.aktiv {
    color: hsla(0, 0%, 0%, 0.87);
}

ul.tab_nav li.aktiv a {
    border-bottom: 2px solid #c6000c;
}

ul.tab_nav li.aktiv a, .Module3hForecastDaySelect li.aktiv a, .Module3hForecastDaySelect li a:hover {
    border-color: #c6000c;
}

.Module3hForecastDaySelect li.aktiv a {
    border-left-width: 0;
}

ul.tab_nav li a {
    font-size: 13px;
}

/* @end */

/* @group scrollnav */

#scroll_nav {
    position: relative;
	   /* change to "fixed" if you want a fixed menu bar */
	   /*    z-index: 10000;*/
    z-index: +1;
    left: 0;
    right: 0;
    top: 0;
    width: 100%;
    min-height: 3.5rem;
    margin-bottom: 5px;
}

.scroll-nav-inner {
    overflow-x: auto;
    position: relative;
	   /* change to "fixed" if you want a fixed menu bar */
    z-index: 10000;
    left: 0;
    right: 0;
    width: 100%;
    background-color: #fff;
}

@media screen and (max-width: 620px) {
    .scroll-nav-inner {
        overflow-x: auto;
    }
}

.scroll-nav-inner ul {
    display: inline-flex;
    line-height: 1.3em;
    list-style-type: none;
    position: relative;
    width: auto;
    z-index: 1000;
    -webkit-overflow-scrolling: touch;
}

html.can-touch .scroll-nav-inner ul {
    overflow: auto;
}

.scroll-nav-inner li {
    margin: 0;
    display: flex;
    flex: none;
    float: left;
	   /* non flex browsers */
    border-left: 1px solid rgba(255, 255, 255, 1);
    border-right: 1px solid rgba(255, 255, 255, 1);
    width: 100px;
    min-height: 3rem;
}

.ModuleCountryMap .scroll-nav-inner li, .ModuleCountryObs .scroll-nav-inner li, .Module3hForecastDaySelect .scroll-nav-inner li {
    background-color: #f7f7f7;
}

.scroll-nav-inner li a {
    position: relative;
    font-size: 14px;
    text-decoration: none;
    margin: 0 auto;
    padding: 4px 5px;
    color: rgba(0, 0, 0, 0.67);
    outline: none;
    width: 100%;
    text-align: center;
}

.ModuleCountryObs .scroll-nav-inner li a {
    padding: 12px 10px 4px;
}

.scroll-nav-inner li:last-of-type {
    border-right: none;
}

.scroll-nav-inner li:not(.aktiv) a:hover {
    color: #000;
    background-color: #ebebeb;
}

.scroll-nav-inner li.aktiv {
    background: #2b5590;
    border: none;
    border-top: 2px solid #2b5590;
}

.ModuleCountryMap .scroll-nav-inner li.aktiv a {
    color: #fff;
}

.scroll-nav-inner li a span {
    display: block;
    text-align: center;
    font-style: normal;
    font-size: 12px;
    text-transform: none;
}

html.can-touch .scroll-nav-inner li a:hover {
    /* disable hover effect on touch screen input */
    background: inherit;
}

@media (max-width: 480px) {
    #scroll_nav a, #scroll_nav li a {
        font-size: 1em;
    }
}

/* @group nav scroller Button */

.nav-scroller-btn, .news-scroller-btn {
    position: absolute;
    z-index: 11000;
    height: 3.5rem;
    width: 3.5rem;
    color: #2b5590;
    background: #fff;
    transition: color .3s, opacity .3s;
    cursor: pointer;
    border: none;
    padding: 0;
    margin-top: 0;
}

.nav-scroller-btn:active, .nav-scroller-btn:focus, .news-scroller-btn:active, .news-scroller-btn:focus {
    color: #000;
}

.nav-scroller-btn:hover, .news-scroller-btn:hover {
    color: #000;
}

.nav-scroller-btn:not(.active), .news-scroller-btn:not(.active) {
    opacity: 0.2;
    background: #fff;
    color: #000;
	   /*pointer-events: none;*/
    cursor: unset;
    animation-play-state: paused;
	   /*    display: none;*/
}

.navigation .nav-scroller-btn:not(.active), .navigation .news-scroller-btn:not(.active) {
    display: none;
}

.nav-scroller-icon {
    display: inline-block;
    position: relative;
    width: 1.5em;
    height: 1.5em;
    fill: currentColor;
    vertical-align: middle;
}

.active .nav-scroller-icon {
    animation: pulse 1s ease-out 0s alternate infinite none running;
}

#scroll_nav .nav-scroller-btn--left {
    /*    left: 3px;*/
    border-style: hidden;
}

#scroll_nav .nav-scroller-btn--right {
    float: right;
    right: -5px;
}

@keyframes pulse {
0% {
    transform: scale(1);
}

100% {
    transform: scale(0.6);
}
}

/* Hide scrollbar for Chrome, Safari and Opera */

.scroll-nav-inner::-webkit-scrollbar {
    display: none;
    height: 0;
}

/* Hide scrollbar for IE, Edge and Firefox */

.scroll-nav-inner {
    -ms-overflow-style: none;
	   /* IE and Edge */
    scrollbar-width: none;
	   /* Firefox */
}

/* @end */

/* @end */

/* @group ModuleClimatePerMonth */

.climate_tabs {
    width: 100%;
    margin-bottom: 30px;
}

.climate_tabs a:hover {
    cursor: pointer;
}

.climate_content dd.rrr_sum {
    color: #448bb6;
}

.climate_content dd.tt_max {
    color: #ca0002;
}

.climate_content .part {
    display: block;
    float: left;
    margin-bottom: 10px;
    margin-right: 1%;
    width: 24%;
    height: auto;
    padding-top: 5px;
    padding-right: 5px;
    padding-bottom: 5px;
    box-sizing: border-box;
}

.climate_content .part {
    -webkit-transition: all 0.1s linear;
    -moz-transition: all 0.1s linear;
    -o-transition: all 0.1s linear;
    transition: all 0.1s linear;
}

.climate_content .part {
    background-color: #fbfbfb;
    padding-bottom: 1px;
    padding-left: 1%;
    box-sizing: border-box;
}

.climate_content dt {
    font-style: normal;
    white-space: nowrap;
}

.climate_content dd {
    font-weight: bold;
    margin-bottom: 10px;
    margin-left: 10px;
    text-align: left;
    position: relative;
    margin-top: 4px;
    font-size: 180%;
}

.climate_content .part.temp dd {
    color: hsla(0, 0%, 0%, 0.87);
}

.climate_content .part.precip dd {
    color: #4FA2D4;
}

.climate_content .part.thunder dd {
    color: #448bb6;
}

.climate_content .part.summer dd {
    color: #FFC000;
}

.ModuleClimateTeaser p.ad_text {
    padding-left: 80px;
    width: 100%;
    min-height: 70px;
    margin-bottom: 5px;
    background: url(../img/climate_diagram.png) no-repeat left bottom;
    background-size: 70px 70px;
}

.ModuleClimateTeaser ul {
    display: inline-block;
}

.ModuleClimateTeaser li {
    float: left;
}

p.source.partner {
    display: inline-block;
}

/* @end */

/* @group Country tab nav */

.country-tabs-nav {
    margin-left: 0;
    display: inline-block;
    padding-top: 3px;
    padding-bottom: 0;
    padding-left: 35px;
    height: 80px;
}

.country-tabs-nav ul {
    float: left;
    display: block;
    margin: 0;
    padding: 0;
}

.country-tabs-nav li {
    float: left;
}

.country-tabs-nav .tab-level-0 {
    height: 7px;
}

.country-tabs-nav .tab-level-0 li {
    width: 103px;
    height: 48px;
    text-align: center;
    display: inline-block;
    border-right: 1px solid #7d7d7d;
}

.country-tabs-nav .tab-level-0 li a {
    width: 103px;
    text-align: center;
    display: inline-block;
    text-decoration: none;
    color: #7d7d7d;
    height: 20px;
}

.country-tabs-nav .tab-level-0 li a:hover {
    color: #fff;
    height: 20px;
}

.country-tabs-nav .tab-level-1 {
    margin-top: 14px;
    height: 23px;
    position: relative;
    z-index: 20;
    left: -26px;
}

.country-tabs-nav .tab-level-1 li {
    border-right: 1px solid #d7d8d7;
}

.country-tabs-nav .tab-level-1 li, .country-tabs-nav .tab-level-1 li a {
    width: 51px;
    height: 23px;
    font-size: 9px;
}

.country-tabs-nav .tab-level-1 li a {
    width: 47px;
    height: 21px;
    display: block;
    position: relative;
    top: 0;
    line-height: 21px;
    text-align: center;
    text-decoration: none;
    color: hsla(0, 0%, 0%, 0.87);
    font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
    margin: 2px 2px 0;
}

.country-tabs-nav .tab-level-1 li.tab-night a {
    color: #ffffff;
}

.country-tabs-nav .tab-level-1 li.tab-day a {
    color: hsla(0, 0%, 0%, 0.87);
}

.country-tabs-nav .tab-level-1 li a:hover {
    /*    background-color: #4c4d4c;*/
    color: #fff;
}

.country-tabs-nav .tab-level-1 li span {
    position: relative;
    top: -17px;
    left: -5px;
    text-align: center;
    display: inline-block;
}

.country-tabs-nav .tab-level-2 {
    height: 30px;
    z-index: 30;
}

.country-tabs-nav .tab-level-2 li {
    border-top: 1px solid #d7d8d7;
    border-right: 1px solid #d7d8d7;
}

.country-tabs-nav .tab-level-2 li, .country-tabs-nav .tab-level-2 li a {
    width: 25px;
    height: 20px;
    font-size: 9px;
    display: block;
}

.country-tabs-nav .tab-level-2 li a {
    background-color: #ffffff;
    position: relative;
    top: -17px;
    line-height: 20px;
    text-align: center;
    text-decoration: none;
    color: hsla(0, 0%, 0%, 0.87);
    font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
    border-radius: 12px;
    border: 2px solid #d7d8d7;
    height: 8px;
    width: 8px;
    margin: 3px auto auto;
}

.country-tabs-nav .tab-level-2 li a:hover {
    background-color: #4c4d4c;
}

.country-tabs-nav .tab-level-2 li span {
    position: relative;
    top: 20px;
    left: -6px;
    color: hsla(0, 0%, 0%, 0.87);
    font-size: 112.5%;
}

.country-tabs-nav .tab-level-2 li span.time-last {
    top: -13px;
    left: 20px;
}

.country-tabs-nav li.aktiv a {
    color: #fff;
    border-bottom: 2px solid #ff606a;
}

/* @end */

/* @group PostArticle */

.ModulePostTeaser span.modul_bg {
    display: none;
}

.ModulePostArticle td img {
    margin: 2px;
}

.ModulePostArticle .detail {
    margin-top: 20px;
    margin-bottom: 10px;
    font-size: 12px;
    font-weight: bold;
    border-bottom: 1px solid #f1f2f3;
}

.ModulePostArticle .time::after {
    content: "|";
    margin-left: 5px;
}

.ModulePostArticle p {
    display: block;
    margin-bottom: 9px;
}

@media (max-width: 600px) {
    .ModulePostArticle p {
        word-wrap: break-word;
        overflow-wrap: break-word;
        -webkit-hyphens: auto;
        -moz-hyphens: auto;
        hyphens: auto;
    }
}

.ModulePostArticle li, .ModuleLegalNoticesArticle li {
    list-style-type: disc;
    margin-left: 20px;
}

.ModulePostArticle .floatright {
    float: right;
    margin: 5px;
    clear: right;
}

/* @group .ModulePostArticle Web App */

.ModulePostArticle ol li {
    list-style-type: decimal;
    margin-left: 20px;
}

.ModulePostArticle ol {
    margin-bottom: 9px;
}

.ModulePostArticle .floatleft img[alt*="LANDI App"] {
    float: left;
    padding: 0 30px 30px 20px;
    width: 140px;
    height: auto;
}

.ModulePostArticle img[alt*="Share icon"] {
    display: inline;
}

/* @end */

/* @end */

/* @group FullsizeMap */

.FullsizeMap .colcontent {
    overflow: hidden;
    padding-left: 0;
    padding-right: 0;
    padding-top: 0;
}

/* @end */

/* @group Map Legende */

/* zum stylen */

.h-legende, .v-legende {
    font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
    font-size: 14px;
    color: hsla(0, 0%, 0%, 0.87);
}

.h-legende h2, .v-legende h2 {
    color: #275b72;
    font-size: 14px;
}

.h-legende h3, .v-legende h3 {
    color: #16ade4;
    font-size: 12px;
}


/* nichts verändern ! */

/* @group vertikale Legende */

/*nichts verändern ! */

div.v-bg {
    width: auto;
    position: absolute;
    transition: all 0.3s ease-in;
    z-index: 50;
    margin-left: -72px;
    top: 10px;
}

div.v-bg.show {
    margin-left: 0;
    transition: all 0.3s ease-out;
}

button.v-show {
    position: absolute;
    transform: rotate(-90deg);
    transform-origin: left top;
    border: 0;
    background-color: #000000;
    color: #fff;
    margin: 78px 0 0;
    box-sizing: border-box;
    line-height: 1.5;
    padding-top: 6px;
    text-transform: uppercase;
    left: 66px;
    padding-bottom: 0;
    z-index: 0;
    box-shadow: -2px 2px 5px rgba(49, 47, 47, 0.23);
}

.v-legende {
    min-width: 50px;
    padding: 5px 15px 5px 10px;
    height: auto;
    position: relative;
    background-color: rgba(249, 250, 249, 0.75);
    box-shadow: 2px 2px 5px rgba(49, 47, 47, 0.23);
	   /* display: inline-block; */
    margin: 0;
    float: left;
}

.v-legende h2 {
    width: 100%;
    margin: 0;
}

.v-legende h3 {
    width: 100%;
    margin: 0;
}

.v-legende p.z-text {
    float: left;
    width: 100%;
    font-size: 75%;
}

.v-legende ul {
    list-style: none;
    margin: 0 0 0 20px;
    padding: 0;
    display: inline-block;
    width: 20px;
}

.v-legende ul.no_wert {
    margin-left: 0;
}

.v-legende li {
    float: left;
    position: relative;
    width: 15px;
    height: 12px;
    border-top: 1px solid transparent;
}

.v-legende li:last-of-type {
    border-bottom: 1px solid transparent;
}

.v-legende .pips li {
    width: 25px;
    border-top: 1px solid;
}

.v-legende .pips li:last-of-type {
    border-bottom: 1px solid;
}

.v-legende span.element {
    width: 15px;
    height: 12px;
    display: block;
    margin-left: 8px;
    padding-left: 0;
}

.v-legende .border span.element {
    height: 12px;
    border-left: 1px solid;
    border-right: 1px solid;
}

.v-legende span.wert {
    float: left;
    width: 20px;
    height: 12px;
    text-align: right;
    font-size: 70%;
    position: relative;
    margin-left: -30px;
    margin-top: -7px;
}

.v-legende span.text {
    width: 100px;
    text-align: left;
    display: block;
    font-size: 75%;
    margin-left: 36px;
    margin-top: -16px;
}

.v-legende li:last-of-type span.text {
    display: none;
}

.v-legende li:last-of-type span.element::before {
    content: "N/A";
    font-size: 9px;
    display: inherit;
    padding-top: 1px;
}

.v-legende .offset span.wert {
    top: -10px;
}

.v-legende .offset span.text {
    margin-top: -26px;
}

.v-legende .no_text span.text, .v-legende .no_wert span.wert {
    display: none;
}

/*Einheiten aus dem Title Attr. darstellen*/

.v-legende li:last-child span.wert[title]:after {
    content: attr(title);
    float: left;
    width: 15px;
    text-align: right;
    margin-top: 0;
}

/* @end */

/* @group ModuleCountryObs Legende */

.legende-wrapper {
    position: absolute;
    overflow: hidden;
    width: 100%;
    height: 100%;
    display: inline;
    bottom: 7px;
    right: 5px;
}

.ModuleCountryObs .colcontent p {
    font: 12px 'Open Sans';
    display: inline-block;
    line-height: 1.2;
    margin-bottom: 0;
}

.ModuleCountryObs .colcontent p, .ModuleCountryObs .colcontent a {
    font: 12px 'Open Sans';
}

.ModuleCountryObs .colcontent p span:nth-child(1) {
    font-weight: bold;
}

.ModuleCountryObs .countryObsClick {
    display: none;
}

.ModuleCountryObs .countryObsClick.show {
    display: block;
}

.ModuleCountryObs .countryObsClick.show:before {
    content: "→ ";
}

div.h-bg {
    width: auto;
    position: absolute;
    transition: bottom 0.3s ease-in;
    transition-delay: 3s;
    z-index: 5000;
    bottom: -95px;
    right: 0;
    height: auto;
    padding-bottom: 0;
}

div.h-bg.show {
    bottom: 0;
    transition: bottom 0.3s ease-out;
}

.h-legende {
    min-width: 200px;
    min-height: auto;
    padding: 5px 10px;
    height: auto;
    position: relative;
    background-color: rgba(249, 250, 249, 0.9);
    box-shadow: none;
    display: inline-block;
    margin: 0;
}

.h-legende a {
    display: block;
}

/* @end */

/* @group Symbole */

/*Element Grafik als SVG*/

.el-sonne {
    background: url("data:image/svg+xml,%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' width='32' height='32' viewBox='0 0 32 32'%3E %3Cpath d='M16 9c-3.859 0-7 3.141-7 7s3.141 7 7 7 7-3.141 7-7c0-3.859-3.141-7-7-7zM16 21c-2.762 0-5-2.238-5-5s2.238-5 5-5 5 2.238 5 5-2.238 5-5 5zM16 7c0.552 0 1-0.448 1-1v-2c0-0.552-0.448-1-1-1s-1 0.448-1 1v2c0 0.552 0.448 1 1 1zM16 25c-0.552 0-1 0.448-1 1v2c0 0.552 0.448 1 1 1s1-0.448 1-1v-2c0-0.552-0.448-1-1-1zM23.777 9.635l1.414-1.414c0.391-0.391 0.391-1.023 0-1.414s-1.023-0.391-1.414 0l-1.414 1.414c-0.391 0.391-0.391 1.023 0 1.414s1.023 0.391 1.414 0zM8.223 22.365l-1.414 1.414c-0.391 0.391-0.391 1.023 0 1.414s1.023 0.391 1.414 0l1.414-1.414c0.391-0.392 0.391-1.023 0-1.414s-1.023-0.392-1.414 0zM7 16c0-0.552-0.448-1-1-1h-2c-0.552 0-1 0.448-1 1s0.448 1 1 1h2c0.552 0 1-0.448 1-1zM28 15h-2c-0.552 0-1 0.448-1 1s0.448 1 1 1h2c0.552 0 1-0.448 1-1s-0.448-1-1-1zM8.221 9.635c0.391 0.391 1.024 0.391 1.414 0s0.391-1.023 0-1.414l-1.414-1.414c-0.391-0.391-1.023-0.391-1.414 0s-0.391 1.023 0 1.414l1.414 1.414zM23.779 22.363c-0.392-0.391-1.023-0.391-1.414 0s-0.392 1.023 0 1.414l1.414 1.414c0.391 0.391 1.023 0.391 1.414 0s0.391-1.023 0-1.414l-1.414-1.414z'%3E%3C/path%3E %3C/svg%3E") center center no-repeat;
    background-size: 100%;
}

.el-regen {
    background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAYAAABzenr0AAAAAXNSR0IArs4c6QAAAkFJREFUWAnFl8FLFFEcx9ciioROUejFToGnCImSBE9KChp46hJdgg5J0Kmos+DFv6D/oUMgiGcjiwo9qR2SDh4KETwYZFB9Pss8mR6zs7O7s7Nf+Oy8efP7fX9vZt+8t9tXa01nCb8Ooyl0eJewzvEz/ILSdQfHb/C3CcYYW5pO4bQIofA27VdwH4YSbNvntRBnjrkdawkHTY/hcQG3+STWHHNb0mWiX8Ib2IOfoJHf6SwUlbHmmKuHXnrqfQkyZdIBmBTzJDMjv9Oc2Mdza8zGqXfp+AMGLMMMDMIATEM736U55uqhl556W8Na1qzrIp/74IXn9Z7ufljDWta0dm0B7FjxpCJZy5rWPnl1xj2pSNZyANvW8/Xy5LwnFcla1jxuZ3KVOkYH8DVxvFGqc75ZqFWv3fNJ2PPX0IfVaCEa5toLeA8uKkVlrDnm6pG7EHG9LpdHl0lnZxau7RqehkbymjFhH8jy+W8p7ouc3Iwewk0YASfpJhzBHKgvsApvEzjUbidMcrxqB3oN/XANXHo/gU/FbfsHtKwpMnYg667SfcYYW0jxE2iWdIYAN5Vb4J2J8imJd+i2+xtK0T1cpCe6QNXvCbYr1zMqhu/WduXaomIYgO2uKG8zcsIFpduhr8ixozk0QYUPCbZbVSVzyD8gjxqMrOtz6ByFd+EQsn5qF5pDeXOgwY2ddD+gdQV81E8hVnrepNtxXNvn/iENb8ke7fhmnDedzKGmA/uYGoCbSzyApgadBoxhsAYb4O+JtvQPmFm1oIT7rLcAAAAASUVORK5CYII=');
    background-size: 100%;
}

/* @end */

/* @end */

/* @group Werbung */

/* @group Sidebar */

.sidebar {
    margin-left: 1050px;
    width: auto;
    height: 100%;
    position: fixed;
    top: 79px;
}

/*@media (max-width:1215px) {
    .sidebar {
        display: none;
    }
}*/

.sidebar .sidecontent {
    margin: 0 0 8px;
    background-color: #ffffff;
}

/* @end */

.ModuleAdSkyscraper {
    max-width: none !important;
}

.adspot_container_small, .adspot_container_small_expand {
    position: fixed;
    bottom: 0;
    left: 1060px !important;
    top: 0;
    right: 0;
    z-index: 9999;
}

.ModuleAdMMA.ModuleAdTemplate {
    padding-left: 5px;
    padding-right: 5px;
}

.ModuleAdMMA.ModuleAdTemplate, .ModuleButtonsFullWidth .colcontent {
    display: flex;
    justify-content: center;
    background-color: hsl(0deg 0% 95%);
    box-shadow: none;
    padding: 0;
    align-items: center;
}

/* @group Google Ads */

.adslot_mn_var, .adslot_mn_top {
    display: inline-block;
}

/* innerhalb Content Breite:  fixe Breiten und Höhen*/

.adslot_mn_var {
    width: 300px;
    height: 100px;
    max-height: 100px !important;
}

@media (min-width:490px) {
    .adslot_mn_var {
        width: 468px;
        height: 60px;
    }
}

@media (min-width:740px) {
    .adslot_mn_var {
        width: 728px;
        height: 90px;
    }
}

/* ModuleAdRectangle variable: fixe Breiten und Höhen */


/* top:  fixe Breiten und Höhen */

.adslot_mn_top {
    width: 300px;
    height: 100px;
}

@media (min-width:490px) {
    .adslot_mn_top {
        width: 468px;
        height: 60px;
    }
}

@media (min-width:740px) {
    .adslot_mn_top {
        width: 728px;
        height: 90px;
    }
}

@media (min-width:990px) {
    .adslot_mn_top {
        width: 970px;
        height: 90px;
    }
}

[class*="ModuleAdContentPlace"] .adslot_mn_var {
    width: 300px;
    height: 50px;
    max-height: 300px !important;
}

@media (min-width:490px) {
    [class*="ModuleAdContentPlace"] .adslot_mn_var {
        width: 468px;
        height: 60px;
    }
}

@media (min-width:620px) {
    [class*="ModuleAdContentPlace"] .adslot_mn_var {
        width: 300px;
        height: 250px;
    }
}


/* sky:  fixe Breiten und Höhen */

.adslot_mn_sky {
    width: 160px;
    height: 600px;
}

@media (min-width:1500px) {
    .adslot_mn_sky {
        width: 300px;
        height: 600px;
    }
}

/* @end */

/* @end */

/* @group neue Ads */

/* @group ad-container */


.side {
    --adPlaceholder-Title: 'Advertisement';
}

.ad-container span:before {
    margin: 0 auto;
    text-align: center;
    display: block;
    font-size: 11px;
    color: rgb(142, 142, 144);
    text-transform: uppercase;
    content: var(--adPlaceholder-Title);
    z-index: 3;
    white-space: nowrap;
}


.ModuleAdBottom {
    background-color: hsl(0deg 0% 95%);
    margin-right: 5px;
    margin-left: 5px;
}

.ModuleAdBottom .ad-container {
    width: auto;
    min-height: 90px;
}

.ModuleAdTemplate:not(.ModuleAdLeft):not(.ModuleAdRight) .ad-container,
[class*="ModuleAdContentFullWidthPlace"] .ad-container{
    display: flex;
    align-self: center;
    justify-content: center;
    margin: 0 5px 5px;
    background-color: hsl(0deg 0% 95%);
    width: calc(100% - 10px);
}

/* @end */

/* @group ModuleAdTop ehem. ModuleAdLeaderboard  */

.ModuleAdTop {
    background-color: hsl(0deg 0% 95%);
    margin: 50px 5px 15px !important;
}

.ModuleAdTop .ad-container {
    min-height: 250px;
    width: calc(100% - 10px);
    position: relative;
}


/*[class*="ModuleAdContentPlace"], [class*="ModuleAdContentFullWidthPlace"] {
    background-color: hsl(0deg 0% 95%);
    margin: 0 5px;
}*/

/*[class*="ModuleAdContentPlace"] .ad-container, [class*="ModuleAdContentFullWidthPlace"] .ad-container {
    width: 300px;
    height: 250px;
}*/

/* @end */

/* @end */

/* @group Eigenwerbung */

.ModuleMNWerbung {
    width: 69%;
    position: relative;
    margin: 19% 0;
    display: inline-block;
}

.background-video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    margin-top: -28%;
    overflow: hidden;
}

.ModuleMNWerbung:hover .background-video {
    -webkit-filter: blur(2px);
    filter: blur(2px);
    transition: all 0.5s;
}

.ModuleMNWerbung:hover.v2 .background-video {
    transition: all 0.5s;
}

.overlay {
    position: absolute;
    width: 100% !important;
    height: 100%;
    top: 0;
    left: 0;
    background: rgb(0, 0, 0);
    opacity: 0;
    transition: opacity 0.5s;
    z-index: 10;
    margin-top: -27.8%;
    padding-top: 56%;
}

.ModuleMNWerbung:hover .overlay, .ModuleMNWerbung.v2:hover .overlay {
    opacity: 0.3;
    transition: opacity 0.4s;
}

.front {
    position: absolute;
    width: 100%;
    height: auto;
    box-sizing: border-box;
    z-index: 30;
    top: 0;
    left: 0;
    margin-top: -27.6%;
}

.ModuleMNWerbung.v2 .front {
    opacity: 0;
    transition: all ease-in 0.5s;
}

.ModuleMNWerbung.v2:hover .front {
    opacity: 1;
}

.front img {
    padding: 0;
    width: 100%;
    margin: -4px 0;
}

.ModuleMNWerbung a.button {
    border-radius: 4px;
    border: none;
    box-shadow: 2px 2px 6px rgba(30, 30, 30, 0.66);
    background-color: rgba(54, 96, 162, 0.8);
    transition: all 0.3s;
}

.ModuleMNWerbung a.button:hover {
    -moz-box-shadow: 2px 3px 6px rgba(30, 30, 30, 0.66);
    box-shadow: 2px 3px 6px rgba(30, 30, 30, 0.66);
    background-color: rgba(54, 96, 162, 0.8);
    transform: scale(0.94);
    color: #fcdb16;
}

.ModuleMNWerbung a.button {
    color: #fff;
    font-size: 1.2rem;
    text-decoration: none;
    line-height: 1.5;
    padding: 0 3px;
}

.ModuleMNWerbung a.button:hover {
    color: #fcdb16;
    transition: all 0.3s;
}

a.button.left {
    position: absolute;
    left: 3%;
    z-index: 200;
    top: 85%;
}

a.button.right {
    position: absolute;
    z-index: 200;
    top: 85%;
    left: 50%;
}

ul.playlist {
    width: 29%;
    display: inline-block;
    position: relative;
    margin-left: 0.5%;
}

ul.playlist li {
    float: left;
}

.playlist a.play {
    display: block;
    position: absolute;
    width: 98%;
    height: 41%;
    z-index: 3;
    background: url(../img/video-play-button.png) center center no-repeat transparent;
    background-size: 100%;
    z-index: 100;
}

.playlist a.play:hover {
    background: url(../img/video-play-button_hover.png) center center no-repeat rgba(0, 0, 0, 0.3);
    background-size: 100%;
}

.playlist img.vorschau {
    width: 98%;
    height: 100%;
    float: left;
    margin-right: 5px;
    position: relative;
    bottom: 0;
    overflow: hidden;
}

.playlist h2.sendung {
    width: 100%;
    display: inherit;
    margin: 2px 0;
    font-weight: normal;
    font-style: normal;
    line-height: 1.3rem;
    font-size: 1.2rem;
}

@media screen and (max-width: 820px) {
    .ModuleMNWerbung a.button {
        font-size: 1.1rem;
        line-height: 1.3;
    }
    
    a.button.right {
        left: 50%;
    }
    
    .playlist h2.sendung {
        font-size: 1rem;
    }
}

@media screen and (max-width: 530px) {
    .ModuleMNWerbung {
        width: 100%;
        position: relative;
        margin: 27% 0;
        display: inline-block;
    }
    
    .ModuleMNWerbung a.button {
        font-size: 12px;
        line-height: 1.2;
    }
    
    a.button.right {
        left: 50%;
    }
    
    .playlist h2.sendung {
        font-size: 1rem;
    }
    
    ul.playlist {
        width: 100%;
        display: inline-block;
        position: relative;
        margin-left: 0;
    }
    
    ul.playlist li {
        float: left;
        width: 48%;
    }
    
    ul.playlist li:last-child {
        margin-left: 4%;
    }
    
    .playlist a.play {
        display: block;
        position: absolute;
        width: 47%;
        height: 82%;
        z-index: 3;
        background: url(../img/video-play-button.png) center center no-repeat transparent;
        background-size: 100%;
        z-index: 100;
    }
    
    .playlist a.play:hover {
        background: url(../img/video-play-button_hover.png) center center no-repeat rgba(0, 0, 0, 0.3);
        background-size: 100%;
    }
}

/* @end */

/* @group Werbung Wettertelefon  */

.slide-wrapper {
    width: 100%;
    font-size: 80%;
}

.slide {
    /* Konfigutration */
    --slide-duration: 16s;
    --total-Images: 4;
	
	   /* Format 16/9 */
    padding-bottom: 56.25%;
	
	   /* Font */
    font-weight: 600;
    font-size: 0.8rem;
    color: #333;
    display: block;
    z-index: 200;
    position: relative;
    width: 100%;
    overflow: hidden;
    background-color: #fff;
}

.slide>div {
    position: absolute;
    z-index: 0;
    width: 100%;
    height: 100%;
    top: 0;
    margin: 0;
    padding: 0;
    animation: slide calc(var(--total-Images) * var(--slide-duration)) infinite;
    opacity: 0;
}

.slide>div img {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100% !important;
    height: auto !important;
    transition: top 0.8s ease-in-out;
    transition-delay: 1s;
    animation: zoom calc(var(--total-Images) * var(--slide-duration)) infinite;
}

.slide span.title {
    z-index: 20;
    left: 5%;
    opacity: 1;
    background-color: #fff;
    padding: 0 5px 1px;
    transition: bottom 0.8s ease-in-out;
    transition-delay: 0.8s;
    position: absolute;
    bottom: 20px;
}

.slide>div:nth-child(2) {
    animation-delay: var(--slide-duration);
}

.slide>div:nth-child(3) {
    animation-delay: calc(2* var(--slide-duration));
}

.slide>div:nth-child(4) {
    animation-delay: calc(3* var(--slide-duration));
}

.slide>div:nth-child(5) {
    animation-delay: calc(4* var(--slide-duration));
}

.slide>div:nth-child(6) {
    animation-delay: calc(5* var(--slide-duration));
}

.slide>div:nth-child(7) {
    animation-delay: calc(6* var(--slide-duration));
}

.slide figcaption {
    position: absolute;
    left: 5%;
    width: 95%;
    opacity: 1;
    z-index: 1;
    transition: bottom 0.8s ease-in-out;
    transition-delay: 1s;
    bottom: -80px;
}

.slide figcaption a {
    color: #ff606a;
    text-decoration: none;
    position: relative;
    margin-left: 10px;
}

/* figcaption Background */

.slide:after {
    display: inline-block;
    position: absolute;
    content: "";
    width: 100%;
    height: 100px;
    bottom: -100px;
    background: #fff;
    transition: bottom 0.8s ease-in-out;
    transition-delay: 1s;
}

.slide:hover figcaption, .slide:active figcaption {
    opacity: 1;
    transition-delay: 0s;
    bottom: 0;
}

.slide:hover:after, .slide:active:after {
    bottom: -58px;
    transition-delay: 0s;
}

.slide:hover span.title, .slide:active span.title {
    bottom: 50px;
    transition-delay: 0.1s;
}

.slide:hover div img, .slide:active div img {
    top: -14%;
    transition-delay: 0.1s;
}

.slide:hover figcaption a:after, .slide:active figcaption a:after {
    transition-delay: 1s;
    opacity: 1;
    animation: badge 7s infinite;
}

/*Badge*/

.slide .badge {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    text-align: center;
    border-radius: 100%;
    min-width: 60px;
    min-height: 60px;
    padding: 5px;
    font-size: 0.9rem;
    line-height: 1.3;
    border-color: #ff606a;
    background: #ff606a;
    color: white;
    transition: all 0.8s ease-in-out;
    transition-delay: 1s;
    animation: badge 10s infinite;
    transform-origin: 50% calc(100% + 10px);
    bottom: 25px;
    right: -40px;
}

.slide .badge:after {
    content: "";
    position: absolute;
    width: 0px;
    height: 0px;
    top: 100%;
    left: calc(50% - 10px);
    margin-top: -3px;
    border: 10px solid;
    border-color: transparent;
    border-top-color: inherit;
}

@keyframes slide {
4% {
    opacity: 1;
}

33.33% {
    opacity: 1;
}

43% {
    opacity: 0;
}
}

@keyframes zoom {
10% {
    transform: scale(1);
}

50% {
    transform: scale(1.1);
}
}

@keyframes badge {
0% {
    transform: rotate(270deg);
}

10% {
    transform: rotate(-20deg);
}

20% {
    transform: rotate(25deg);
}

30% {
    transform: rotate(-15deg);
}

60% {
    transform: rotate(0deg);
}
}

@media screen and (min-width: 480px) {
    .slide {
        font-size: 120%;
    }
    
    .slide:hover:after, .slide:active:after {
        bottom: -45px;
        transition-delay: 0s;
    }
    
    .slide:hover span.title, .slide:active span.title {
        bottom: 70px;
        transition-delay: 0.1s;
    }
}

@media screen and (min-width: 600px) {
    .slide {
        font-size: 150%;
    }
    
    .slide .badge {
        min-width: 90px;
        min-height: 90px;
        padding: 2px;
        font-size: 1.4rem;
        line-height: 1.3;
        transform-origin: 50% calc(100% + 12px);
        right: -60px;
        bottom: 35px;
    }
    
    .slide .badge:after {
        content: "";
        position: absolute;
        width: 0px;
        height: 0px;
        top: 100%;
        left: calc(50% - 12px);
        margin-top: -2px;
        border: 12px solid;
        border-color: transparent;
        border-top-color: inherit;
    }
    
    .slide:hover:after, .slide:active:after {
        bottom: -25px;
        transition-delay: 0s;
    }
    
    .slide:hover span.title, .slide:active span.title {
        bottom: 90px;
        transition-delay: 0.1s;
    }
}

/* @end */

/* @group Weather Overview / Hotline linklist */

.ModuleWeatherOverview .colcontent {
    background-color: transparent;
    box-shadow: none;
}

.ModuleWeatherOverview .linklist {
    display: inline-block;
}

.ModuleWeatherOverview .linklist ul {
    width: 100%;
}

.ModuleWeatherOverview li {
    list-style: none;
    width: calc(50% - 8px);
    height: 70px;
    overflow: hidden;
    float: left;
    position: relative;
    box-sizing: border-box;
    margin: 2px 2px 5px;
    background-color: #fff;
    box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.05);
}

.ModuleWeatherOverview li a {
    color: inherit;
    padding-left: 5px;
}

.ModuleWeatherOverview li a:hover {
    color: #ff606a;
    text-decoration: underline;
}

.ModuleWeatherOverview .linklist li .ttmax, .ModuleWeatherOverview .linklist li .ttmin {
    position: absolute;
    width: 40px;
    height: 20px;
    display: block;
    right: 5px;
    z-index: 5;
    text-decoration: none;
    text-align: center;
    top: 45px;
    line-height: 20px;
}

.ModuleWeatherOverview .linklist li .ttmin {
    right: 45px;
    color: hsla(0, 0%, 0%, 0.67);
    border-right: 1px solid hsla(0, 0%, 0%, 0.37);
}

.ModuleWeatherOverview .linklist li .ttmax {
    color: #ca0002;
}

.ModuleWeatherOverview .linklist li .symbol {
    position: absolute;
    right: 62%;
    top: 25px;
    filter: drop-shadow(2px 2px 5px #ebebeb);
}

@media screen and (min-width: 620px) {
    .ModuleWeatherOverview .linklist li {
        width: 24.2%;
    }
}

@media screen and (max-width: 320px) {
    .ModuleWeatherOverview .linklist li {
        width: 100%;
    }
}

/* @end */

/* @group Source Container */

.source_container {
    padding: 5px;
}

.source_container .source {
    font-size: 12px;
    width: 100%;
}

/* @end */

/* @group ModuleNewsletter */

.ModuleNewsletter .colcontent {
    background: none;
}

.ModuleNewsletter .newsletter_form {
    position: relative;
    background-color: #fff;
    margin-right: -5px;
    margin-bottom: -5px;
    margin-left: -5px;
    padding: 10px;
}

#newsletter_form label {
    display: inline-block;
}

#newsletter_form .nltext {
    min-width: 250px;
    width: 100%;
    float: right;
    display: block;
    border-left: 2px solid #2a558f;
    padding-left: 10px;
    margin-top: 10px;
}

@media (min-width: 720px) {
    #newsletter_form .nltext {
        min-width: 250px;
        width: 55%;
        float: right;
    }
}


#newsletter_form input:not([type=radio]):not([type=checkbox]):not([type=button]):not([type=submit]) {
    display: block;
    line-height: 2;
    border: 1px solid #a6a6a6;
    font-size: 13px;
    padding: 0 1rem;
    box-sizing: border-box;
    color: #494a49;
    margin-left: 0;
    min-width: 300px;
    height: 36px;
    margin-bottom: 5px;
}

#newsletter_form input[type=email] {
    background-color: #f7f7f7;
}

#newsletter_form input[type=checkbox]+label {
    width: 100%;
    display: inline;
}

#newsletter_form input[type=checkbox]:checked {
    background: red;
    border-color: red;
}

#newsletter_form input[type=submit] {
    text-align: center;
    border: 1px solid #2a558f;
    background-color: #2a558f;
    color: #fff;
    line-height: 2;
    margin-top: 10px;
    display: block;
}

#newsletter_form input[type=submit]:hover {
    background-color: #fff;
    color: #224372;
    border: 1px solid #2a558f;
}

#newsletter_form .validation_container ul, .ModuleFeedback .validation_container ul, .ModuleContactForm .validation_container ul {
    margin-top: 0;
}

#newsletter_form .validation_container ul li, .ModuleFeedback .validation_container ul li, .ModuleContactForm .validation_container ul li {
    list-style-type: disc;
    list-style-position: inside;
    line-height: 1.2;
}

#newsletter_form ul {
    margin-top: 10px;
    margin-bottom: 10px;
}

#newsletter_form ul li {
    padding-bottom: 4px;
}

#newsletter_form ul li input {
    margin-right: 10px;
}

/* @group Formular Validierung */

#newsletter_form .error {
    outline: 1px solid red;
}

.validation_container {
    min-width: 250px;
    outline: none;
    color: red;
    display: inline;
}

/* @end */

.ModuleNewsletter .vorname, .ModuleFeedback .check, .ModuleContactForm .check {
    display: none;
    visibility: hidden;
}

/* @end */

/* @group Kategorie Lists */

.categorized_list {
    display: inline-block;
    width: 100%;
}

.categorized_list ul.col {
    float: left;
    width: 33.33%;
    display: block;
}

/* @end */

/* @group ModuleStation */

.ModuleStation img {
    margin-right: 5px;
    display: inline;
}

.ModuleStation div div:before {
    content: "";
    border: 1px solid #fff;
    height: 5px;
    width: 5px;
    border-radius: 4px;
    display: inherit;
    left: -1px;
    top: -1px;
    position: relative;
}

/* @end */

/* @group drop_info */

.kurz_erklaert h2 {
    margin-top: 0;
}

.drop {
    cursor: pointer;
    display: block;
    background: #b5cded;
    padding-left: 5px;
    font-variant: normal;
    font-weight: bold;
}

/*Version 2*/

.drop_info {
    background-color: #fbfbfb;
    font-size: 1rem;
    padding: .6rem;
    border: 1px solid #cecece;
}

.kurz_erklaert {
    margin-top: 10px;
}

.kurz_erklaert .drop2 {
    width: auto;
    cursor: pointer;
    display: inline-block;
    color: #fff;
    background: hsl(215, 55%, 37%);
	   ;
    padding-left: 5px;
    font-variant: normal;
	
	   /* Verhindern, dass beim schnellen Auf-/Zuklappen onClick Text ausgewählt wird.
	    */
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: transparent;
    padding-right: 5px;
}

.kurz_erklaert .drop2:hover {
    background-color: hsl(215, 55%, 27%);
    color: #fff;
}

.kurz_erklaert input[type="checkbox"] {
    display: none;
	   /* hide the checkboxes */
}

.kurz_erklaert input+.drop2+.drop_info {
    display: block;
}

.kurz_erklaert input:checked+.drop2+.drop_info {
    display: none;
}

.kurz_erklaert .drop2:after {
    content: '+';
    margin-left: 10px;
    color: inherit;
}

.kurz_erklaert :checked+.drop2:after {
    content: '-';
    margin-left: 10px;
    color: inherit;
}

@media screen and (max-width: 620px) {
    .kurz_erklaert input+.drop2+.drop_info {
        display: none;
    }
    
    .kurz_erklaert input:checked+.drop2+.drop_info {
        display: block;
    }
    
    .kurz_erklaert .drop2:after {
        content: '+';
        margin-left: 10px;
        color: #fff;
    }
    
    .kurz_erklaert :checked+.drop2:after {
        content: '–';
        margin-left: 10px;
        color: #fff;
    }
}

/* @end */

/* @group ModuleLegalNotices */

.ModuleLegalNotices .colcontent {
    border: none;
    background-color: transparent;
    box-shadow: none;
}

button#ot-sdk-btn.ot-sdk-show-settings, #ot-sdk-btn.optanon-show-settings {
    color: #2b5590;
    border: 1px solid #2b5590;
    height: auto;
    white-space: normal;
    word-wrap: break-word;
    padding: 0.8em 2em;
    font-size: 0.8em;
    line-height: 1.2;
    background-color: #fff;
    cursor: pointer;
    -moz-transition: 0.1s ease;
    -o-transition: 0.1s ease;
    -webkit-transition: 1s ease;
    transition: 0.1s ease;
}

button#ot-sdk-btn.ot-sdk-show-settings:hover {
    background-color: #2a5590;
    color: #fff;
}

/* @end */

/* @group WebApp Modal */

@keyframes Wait-And-Start2 {
from {
    transform: translate(0, 100%);
}

to {
    transform: translate(0, -100px);
}
}

.mn-modal-wrapper {
    position: fixed;
    width: 100vw;
    height: 100vh;
    top: 0;
    left: 0;
    visibility: hidden;
    z-index: 50500;
    opacity: 0;
    background: rgba(0, 0, 0, 0.5);
    transition: all 0.3s;
    display: flex;
    align-items: flex-end;
    justify-content: center;
}

.mn-modal-wrapper .mn-modal {
    max-width: 480px;
    min-width: 320px;
    height: auto;
    z-index: 51000;
    margin: 0.5rem;
    transform: translate(0, calc(100% + 0.5rem));
}

.mn-modal-wrapper.mn-show {
    visibility: visible;
    opacity: 1;
}

.mn-modal-wrapper .mn-content {
    color: #626262;
    background: #e5e5e5;
    position: relative;
    border-radius: 12px;
    margin: 0 auto;
}

.mn-modal-wrapper .mn-content h3 {
    margin: 0;
    padding: 0.4em;
    text-align: center;
    font-size: 1.3em;
    line-height: 1.2;
    font-weight: 400;
    opacity: 0.8;
    color: #353535;
    border-bottom: 1px solid #d1d1d1;
    text-transform: uppercase;
}

.mn-modal-wrapper .mn-content>div {
    padding: 10px 15px;
    margin: 0;
    font-weight: 400;
    font-size: 1.1em;
}

.mn-modal-wrapper .mn-content>div p {
    margin: 0;
    padding: 10px 0;
}

.mn-modal-wrapper .mn-content>div ul {
    margin: 0;
    padding: 0 0 10px 20px;
}

.mn-modal-wrapper .mn-content>div ul li {
    padding: 5px 0;
}

.mn-modal-wrapper .mn-content button {
    display: block;
    margin: 0 0 0 auto;
    font-size: 1em;
    background: transparent;
    border: 0;
    color: #378aee;
}

.mn-modal-wrapper.mn-show .mn-modal.mn-effect-1 {
    animation: Wait-And-Start2 0.4s forwards ease-in-out;
}

/* @end */

/* @group pullToReload */

#refresh-container {
    height: 50px;
    text-align: center;
    position: absolute;
    top: 0;
    width: 100vw;
    transition: all 0.6s ease;
    transform: translateY(-50px);
    z-index: 100000;
    background-color: #fff;
}

.refresh-text:before {
    content: "\F119";
    width: 100%;
    height: auto;
    display: inline-block;
    font: 25px bootstrap-icons !important;
    text-align: center;
    color: #2b5590;
    transition: transform 0.3s ease;
}

.release .refresh-text:before {
    transform: rotate(-180deg);
    transition: transform 0.5s ease;
    color: #4c6;
}

.pull .page {
    filter: none;
}

.release .page {
    filter: blur(1px);
}

/* @end */

/* @group MetTeaser */

.ModuleBulletins {
    margin-top: 30px;
    margin-bottom: 20px;
    margin-left: 20px;
    width: calc(100% - 40px);
}

.Bulletins {
    display: flex;
    justify-content: space-between;
    margin-left: 40px;
}

.Bulletins .modul {
    width: 50%;
    padding: 0 20px;
}

.ModuleMetTeaser {
    margin-bottom: 9px;
}

.ModuleMetTeaser img.clip-circle {
    width: 70px;
    margin-right: 10px;
}

.ModuleMetTeaser .clip-circle {
    clip-path: circle(50%);
}

.ModuleMetTeaser .author {
    display: flex;
    justify-content: start;
    align-items: end;
    margin-top: -20px;
    margin-left: -20px;
}

.ModuleMetTeaser .name {
    color: #2b5590;
}

.ModuleMetTeaser p.tag {
    font-size: 12px;
}

@media screen and (max-width:550px) {
    .Bulletins {
        flex-direction: column;
        margin-left: 50px;
    }

    .Bulletins .modul {
        width: 100%;
        padding: 0 10px;
    }

}

/* @end */

/* @group responsiv */

/* @group responsive Table */

/* -----------------------------------------
   Shared Styles
----------------------------------------- */

table th {
    vertical-align: top;
    text-align: right;
    padding-left: 0;
}

table td {
    text-align: right;
}

.ModuleAvalanchesDanger td:first-child[rowspan], table td:first-child, table th:first-child {
    text-align: left;
}

.ModuleAvalanchesDanger table td:first-child {
    text-align: right;
}

th.diff, td.diff {
    background-color: #ededed;
    text-align: right;
}

/* Mobile */

@media screen and (max-width: 767px) {
    table.responsive {
        margin-bottom: 0;
    }
    
    .pinned {
        position: absolute;
        left: 0;
        top: 0;
        background: #fff;
        width: 35%;
        overflow: hidden;
        overflow-x: scroll;
        border-right: 2px solid #d1d1d1;
	      /*border-left: 1px solid #ccc;*/
    }
    
    .pinned table {
        border-right: none;
        border-left: none;
        width: 100%;
        margin-top: 2px;
    }
    
    .pinned table th, .pinned table td {
        white-space: nowrap;
    }
    
    .pinned td:last-child {
        border-bottom: 0;
    }
    
    .pinned tr td {
        height: 18px;
    }
    
    div.table-wrapper {
        position: relative;
        margin-bottom: 20px;
        overflow: hidden;
    }
    
    div.table-wrapper div.scrollable {
        margin-left: 35%;
    }
    
    div.table-wrapper div.scrollable {
        overflow: scroll;
        overflow-y: hidden;
    }
    
    table.responsive td, table.responsive th {
        position: relative;
        white-space: nowrap;
    }
    
    table.responsive th:first-child, table.responsive td:first-child, table.responsive td:first-child, table.responsive.pinned td {
        display: none;
    }
}

/* @end */

@media screen and (max-width: 1022px) {
    .col3 {
        width: 33.333%;
    }
    
    .col6 {
        width: 100%;
    }
    
    .col8 {
        width: 100%;
    }
    
    .col6 .col2 {
        width: 50%;
    }
    
    .col6 .col3 {
        width: 50%;
    }
    
    .col6 .col4 {
        width: 50%;
    }
    
    .col6 .col6 {
        width: 100%;
    }
    
    .site.wrapper {
        width: 100%;
        margin-right: auto;
        margin-left: auto;
        height: 100%;
        display: flex;
        align-content: space-between;
    }
    
    #WetterKarteModuleCountryObsPreview ul.map li {
        transform: scale(1.1);
    }
    
    #WetterKarteModuleCountryMap ul.map li img {
        width: 100%;
	      ;
    }
}


@media screen and (max-width: 660px) {
    .col6 .col2, .col6 .col3, .col6 .col4 {
        width: 100%;
    }
    
    #WetterKarteModuleCountryObsPreview ul.map li {
        transform: scale(1);
    }
    
    .ModuleMapsPreview table.center td {
        padding: 4px;
        width: 98% !important;
        float: left;
    }
    
    .ModuleCountryMapWintersports {
        display: none;
    }
    
    .categorized_list ul.col {
        width: 100%;
    }
    
    .HPChartWater {
        width: 90%;
    }
    
    #buttons li:first-of-type, #buttons li:last-of-type {
        display: none;
    }
    
    #buttons li {
        margin-right: 0;
        margin-left: 0;
    }
    
    ul#buttons li {
        margin-right: 8px;
        margin-left: 10px;
    }
    
    div.slider_outer {
        margin-left: 60px;
        margin-right: 20px;
    }
    
    .modul.height2 {
        padding-top: 0;
        height: 140px;
    }
    
    .modul.height2 .colcontent.teaser {
        overflow: hidden;
    }
    
    .modul.height2 .colcontent.teaser img, .modul.height2 .colcontent.teaser div {
        margin-top: -60px;
    }
    
    .modul.height2 .colcontent.teaser div.ModuleObsPreview, .modul.height2 .colcontent.teaser div.ModuleObsPreview img {
        margin-top: 0;
    }
    
    .modul.height2 .colcontent.teaser:hover img, .modul.height2 .colcontent.teaser:hover div {
        mix-blend-mode: normal;
    }
    
    a.ModuleCountryObsPreview-TeaserLink::before {
        content: "";
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        z-index: 2;
        left: 0;
    }
}

@media screen and (max-width: 420px) {
    .col6 .col2, .col6 .col3 {
        width: 100%;
    }
    
    .colcontent {
        margin-right: 5px;
        margin-left: 5px;
    }
    
    .climate_content .part {
        width: 100%;
    }
    
    g.highcharts-markers image {
        transform: scale(0);
    }
    
    .ModuleAdTop {
        min-height: 0;
        padding: 0;
    }
    
    .ModuleRadarWithSlider:not(.FullsizeMap) .panzoom-element ul.city li {
        margin-top: 2px;
        margin-left: -2px;
    }
}

/* @end */

.ModuleFooter .colcontent, .ModuleW3CLink .colcontent, .ModuleDebug .colcontent, .ModuleSocialMedia .colcontent, .maincontent .alertActiv .colcontent, .ModuleLogo .colcontent, .ModuleCookieIndicator .colcontent, .colcontent.warnpos, .ModuleInfoBox .colcontent, .ModuleBreadcrumb .colcontent {
    background-color: transparent !important;
    border: none;
    box-shadow: none;
}

/* @group Artikel | Blog */

.ModuleNewsContent .colcontent {
    padding-top: 0;
}

/* @group tooltip over Image */

/* disclaimer */

.wrapper-disclaimer {
    position: relative;
    font-size: 80%;
    margin-top: 50px;
}

.wrapper-disclaimer .card {
    width: 100%;
    height: auto;
    background-color: #fff;
    padding: 0 10px;
    display: flex;
    justify-content: start;
    align-items: center;
    border-left: 3px solid #fdc220;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 6px 20px;
}

.wrapper-disclaimer .card .icon {
    font-size: 32px;
    color: #fdc220;
    margin-right: 10px;
}

.wrapper-disclaimer .card .icon:before {
    content: "\F33B";
    font: 32px bootstrap-icons !important;
}

.wrapper-disclaimer h2 {
    text-transform: none;
    margin-bottom: 0;
}

/* disclaimer */

article .wrapper {
    position: relative;
}

article .wrapper button.image-tool {
    position: absolute;
    right: 5px;
    bottom: 8px;
    border-style: none;
    background: none;
    display: flex;
    margin: 0;
    padding: 0;
}

article .wrapper button.image-tool span.icon {
    background-color: rgba(255, 255, 255, 0.6);
    transition: all 10s;
    position: relative;
    border-radius: 50%;
    z-index: 5;
    display: flex;
    align-items: center;
}

article .wrapper button.image-tool:hover span.icon {
    background-color: rgba(255, 255, 255, 1);
    transition: all .2s;
}

article .wrapper button.image-tool span.icon:after {
    content: "i";
    z-index: 2;
    width: 16px;
    font: bold 13px "Courier New", Courier, mono;
    color: #484848;
    text-align: center;
}

article .wrapper button.image-tool span.quelle {
    position: relative;
    right: 8px;
    height: 15px;
    font-size: 11px;
    overflow: hidden;
    white-space: nowrap;
    background: rgba(255, 255, 255, .9);
    line-height: 1.4;
    z-index: 1;
    color: transparent;
    max-width: 0;
    transition: color .2s .3s, all 1s;
    margin: 0;
}

article .wrapper button.image-tool:hover span.quelle {
    max-width: 500px;
    color: #000;
    padding-right: 10px;
    padding-left: 12px;
}

article .wrapper button.image-tool span.quelle a {
    color: inherit;
}

/* @end */

/* @group flex */

.row {
    display: flex;
    flex-direction: column;
    padding: 0;
    width: 100%;
}

.row.row-no-padding {
    padding: 0;
}

.row.row-no-padding>.col {
    padding: 0;
}

.row.row-wrap {
    flex-wrap: wrap;
}

.row.row-top {
    align-items: flex-start;
}

.row.row-bottom {
    align-items: flex-end;
}

.row.row-center {
    align-items: center;
}

.row.row-stretch {
    align-items: stretch;
}

.row.row-baseline {
    align-items: baseline;
}

.row .col {
    display: block;
    flex: 1 1 auto;
    margin-left: 0;
    max-width: 100%;
    width: 100%;
}

.row .col .col-top {
    align-self: flex-start;
}

.row .col .col-bottom {
    align-self: flex-end;
}

.row .col .col-center {
    align-self: center;
}

@media (min-width: 600px) {
    .row {
        flex-direction: row;
        margin-left: -1.0rem;
        width: calc(100% + 2.0rem);
    }
    
    .row .col {
        margin-bottom: inherit;
        padding: 0 1.0rem;
    }
    
    .row .col.col-10 {
        flex: 0 0 10%;
        max-width: 10%;
    }
    
    .row .col.col-20 {
        flex: 0 0 20%;
        max-width: 20%;
    }
    
    .row .col.col-25 {
        flex: 0 0 25%;
        max-width: 25%;
    }
    
    .row .col.col-33, .row .col.col-34 {
        flex: 0 0 33.3333%;
        max-width: 33.3333%;
    }
    
    .row .col.col-40 {
        flex: 0 0 40%;
        max-width: 40%;
    }
    
    .row .col.col-50 {
        flex: 0 0 50%;
        max-width: 50%;
    }
    
    .row .col.col-60 {
        flex: 0 0 60%;
        max-width: 60%;
    }
    
    .row .col.col-66, .row .col.col-67 {
        flex: 0 0 66.6666%;
        max-width: 66.6666%;
    }
    
    .row .col.col-75 {
        flex: 0 0 75%;
        max-width: 75%;
    }
    
    .row .col.col-80 {
        flex: 0 0 80%;
        max-width: 80%;
    }
    
    .row .col.col-90 {
        flex: 0 0 90%;
        max-width: 90%;
    }
}

/* @end */

/* @group Article Search */

:root {
    --gap-S: 0.5rem;
    --gap-M: 1rem;
    --gap-L: 1.5rem;
	   /*  font-weight*/
    --txt-leise: 300;
    --txt-norm: normal;
    --txt-laut: 600;
	
	   /*  Font-size*/
    --txt-XS: 70%;
    --txt-S: 80%;
    --txt-M: 100%;
    --txt-L: 110%;
	
	   /*  Color*/
    --theme: #fff;
    --primary: rgba(0, 0, 0, 0.88);
    --primary-txt: #fff;
    --secondary: rgba(0, 0, 0, 0.56);
    --tertiary: rgba(0, 0, 0, 0.1);
    --tertiary-txt: rgba(0, 0, 0, 0.88);
    --mn-color: #ff606a;
    --body-bg: #f5f5f5;
}

/* @group Article Search */

.ModuleSearchNewsBlog {
    padding: 0 5px;
    margin-bottom: 9px;
}

#SearchNewsBlog .loading {
    width: 22px;
    height: 22px;
    background: url(../img/loading-2.gif) no-repeat center center transparent;
}

.mn-filter-block {
    padding: 10px 10px 10px 10px;
    background-color: #d3d3d2;
}

.mn-filter-block form {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: stretch;
    align-content: flex-start;
    margin-bottom: 20px;
}

.mn-filter-block .mn-search-box {
    padding: 0 1rem;
    box-sizing: border-box;
    background-color: #fff;
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #494a49;
    border: 1px solid #e3e6e8;
    width: 100%;
    height: 36px;
}

.mn-filter-block .mehr {
    text-align: center;
    line-height: 1;
    width: 50%;
    position: relative;
    right: 0;
    left: 50%;
    padding-right: 15px;
    padding-left: 15px;
    margin: 10px 0 0;
    height: 36px;
    color: #fff;
    background-color: #2a558f;
}

.mn-filter-block .mehr:hover {
    background-color: #fff;
    color: #224372;
    border: 1px solid #2a558f;
}

.mn-filter-block .mn-search-box, .mn-filter-block .mn-filter-content, .mn-filter-block .mn-filter-cat {
    margin-bottom: 5px;
}

.mn-filter-block .mn-filter-content, .mn-filter-block .mn-filter-cat {
    width: 50%;
}

@media screen and (min-width: 580px) {
    .mn-filter-block .mn-search-box, .mn-filter-block .mn-filter-content, .mn-filter-block .mn-filter-cat {
        margin-bottom: 0;
    }
    
    .mn-filter-block .mn-filter-content, .mn-filter-block .mn-filter-cat {
        width: 100%;
    }
    
    .mn-filter-block form {
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        justify-content: space-between;
        align-items: center;
        align-content: flex-start;
        background-color: #f6f7f6;
        margin-bottom: 20px;
    }
    
    .mn-filter-block .mn-search-box {
        position: relative;
        padding: 0 1rem;
        box-sizing: border-box;
        background-color: #fff;
        display: flex;
        justify-content: space-between;
        align-items: center;
        color: #494a49;
        margin-left: 0;
        border: 1px solid #e3e6e8;
        width: 100%;
        height: 36px;
    }
    
    .mn-filter-block .mehr {
        position: relative;
        text-align: center;
        border: 1px solid #2a558f;
        line-height: 1;
        padding: 0.8rem;
        height: 36px;
        margin-top: 0;
        left: 0;
    }
}

.mn-search-box input[type=search] {
    width: 100%;
    outline: none;
    background: transparent;
    border: none;
    font-size: 1rem;
    font-weight: 300;
    font-style: inherit;
    box-sizing: content-box;
    -webkit-appearance: none;
    appearance: none;
    line-height: 2;
}

.mn-filter-block .filter {
    padding: .5rem 3rem .5rem 1rem;
    display: block;
    width: 100%;
    border: 1px solid #e3e6e8;
    border-radius: 0;
    background: #fff url(data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2248%22%20height%3D%2248%22%20viewBox%3D%220%200%2048%2048%22%3E%3Cpath%20d%3D%22M14.83%2016.42L24%2025.59l9.17-9.17L36%2019.25l-12%2012-12-12z%22%2F%3E%3C%2Fsvg%3E) no-repeat right 1rem center;
    background-size: 2rem;
    font-size: 1rem;
    font-weight: 300;
    margin: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    cursor: pointer;
    height: 36px;
    white-space: nowrap;
    z-index: 200;
}

.mn-filter-block .filter:hover {
    border-color: #939393;
}

/* @end */

/* @group Search Themen Filter */

.mn-filter-cat-wrapper {
    position: absolute;
    z-index: 300;
    min-width: auto;
    max-height: 0;
    overflow: hidden;
    background-color: var(--theme);
    box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.2);
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    transition: 0.2s all;
    display: inherit;
    margin-top: 8px;
    margin-right: 0;
    margin-bottom: 0;
    padding: 0 10px 0 5px;
    right: 0;
}

.mn-filter-cat.is-active .mn-filter-cat-wrapper {
    max-height: 700px;
    display: block;
    overflow-y: auto;
    transition-delay: 0s;
    padding-bottom: 10px;
}

.mn-filter-cat .items {
    overflow-y: auto;
    max-height: 300px;
}

.mn-filter-cat input {
    display: none;
}

.mn-filter-cat .filter {
    position: relative;
}

.mn-filter-cat .in-cat::after {
    font-size: var(--txt-S);
    text-align: center;
    margin-right: 10px;
    margin-left: 10px;
}

.mn-filter-cat .filter .num_cats {
    display: inherit;
    overflow: hidden;
    text-overflow: ellipsis;
}

.mn-filter-cat .filter span::after {
    background-color: var(--tertiary);
    width: 22px;
    line-height: 22px;
    border-radius: 100%;
    font-size: var(--txt-S);
    text-align: center;
    margin-right: 10px;
}

.mn-filter-cat label {
    display: block;
    position: relative;
    padding-left: 35px;
    line-height: 2rem;
    cursor: pointer;
    font-size: var(--txt-M);
}

.mn-filter-cat label::before {
    content: "\f28a";
    font-family: bootstrap-icons !important;
    position: absolute;
    left: 10px;
}

.mn-filter-cat label:hover, input:focus label {
    color: #ff606a;
}

.mn-filter-cat input:checked+label::before {
    content: "\f26a";
    font-family: bootstrap-icons !important;
    display: inline-block;
}

.searchResults {
    padding-bottom: 10px;
    line-height: 25px;
}

.searchResults a.tag:hover {
    text-decoration: none;
}

.searchResults a.tag span {
    font-size: 1rem;
    box-shadow: none !important;
    white-space: nowrap;
}

.searchResults button.close {
    border: none;
    background-color: transparent;
    height: 1.5rem;
    width: 1.5rem;
    display: block;
    position: absolute;
    right: 10px;
    top: 10px;
    z-index: 100;
    cursor: pointer;
}

.searchResults button.close::before {
    content: "\f623";
    color: #000;
    font-size: 1.5rem;
    font-family: bootstrap-icons !important;
    position: relative;
    left: -6px;
    top: -2px;
    display: inline-block;
}

.searchResults button.close:hover::before {
    color: #ff606a;
}

/* @end */

/* @group ArticleSearchResults */

.ArticleSearchResults {
    margin-top: 10px;
}

.ArticleSearchResults .colcontent {
    background-color: transparent;
}

.ArticleSearchResults article {
    margin: -5px -5px 15px;
    background-color: #fff;
    padding: 5px;
    border: 1px solid transparent;
}

.ArticleSearchResults article:last-of-type:after {
    content: none;
}

.ArticleSearchResults article a {
    color: var(--primary);
    text-decoration: none;
}

.ArticleSearchResults article:hover {
    box-shadow: 5px 5px 10px rgb(234, 234, 234);
    border: 1px solid #eeeeee;
}

.ArticleSearchResults .leadPicture {
    width: 100%;
    height: 140px;
    object-fit: cover;
}

.ArticleSearchResults .wrapper.col.col-70 {
    flex: 0 0 100%;
    max-width: 100%;
    order: 2;
}

.ArticleSearchResults .leadPicture.col.col-20 {
    max-width: 100%;
    order: 1;
    margin-bottom: 5px;
}

@media (min-width: 600px) {
    .ArticleSearchResults .leadPicture {
        width: 100%;
        height: 140px;
        object-fit: cover;
        margin-top: 36px;
    }
    
    .ArticleSearchResults .wrapper.col.col-70 {
        flex: 0 0 100%;
        max-width: 70%;
        order: 1;
    }
    
    .ArticleSearchResults .leadPicture.col.col-20 {
        flex: 0 0 30%;
        max-width: 30%;
        order: 2;
        margin-bottom: 0;
    }
}

.ArticleSearchResults .tag span {
    box-shadow: none;
}

.ArticleSearchResults .articleTitel, .ArticleSearchResults .articleTitel span {
    padding: 0;
    margin: 0;
    top: 0;
}

.ArticleSearchResults a.mehr {
    text-align: center;
    cursor: pointer;
    width: 100%;
    height: 35px;
    line-height: 1.5;
    background-color: #d3d3d2;
}

.ArticleSearchResults a.mehr:before {
    font: bold 17px bootstrap-icons !important;
    content: "\f282";
    margin-right: 10px;
    position: relative;
    top: 5px;
}

.ArticleSearchResults a.mehr:after {
    content: attr(title);
}

.ArticleSearchResults a.mehr:hover {
    background: rgba(0, 0, 0, .6);
    color: #fff;
    text-decoration: none;
}

.ArticleSearchResults strong {
    background-color: #efefef;
    padding: 0 2px;
}

/* @end */

/* @end */

.ModuleNewsArticleRedesign p {
    margin: 0 5% 15px 15%;
    width: 80%;
    padding-left: 30px;
    line-height: 1.6;
    font-size: var(--txt-L);
}

.ModuleNewsArticleRedesign p.leadText {
    margin-bottom: var(--gap-M);
    font-size: var(--txt-L);
    font-weight: var(--txt-laut);
    border-left: 3px solid var(--mn-color);
    padding-left: 27px;
}

/* @group base | reset layout.css */

*, *:before, *:after {
    box-sizing: inherit;
}

* {
    font-family: 'Open Sans';
}

.nobg {
    background-color: transparent;
    text-align: left;
    position: relative;
    padding: 5px;
    margin: 0 5px 9px;
}

article .teaser:hover .group, article.teaser:hover div, article.teaser:hover img {
    filter: none;
}

.ModuleNewsPageTitle .mehr {
    color: #fff;
}

.ModuleNewsPageTitle .mehr:hover {
    color: rgba(255, 255, 255, 0.9);
}

/* @end */

article h1 {
    font-size: 130%;
    line-height: 150%;
    margin-bottom: 10px;
}

article h2 {
    font-size: 120%;
    line-height: 130%;
    margin-bottom: 5px;
    display: inline-block;
}

article.teaser h3 {
    font-size: 115%;
}

article h4 {
    font-weight: var(--txt-laut);
}

article h2 strong {
    font-weight: normal;
    font-style: normal;
}

article p {
    margin-bottom: var(--gap-M);
}

hr {
    display: none;
}

@media (min-width: 768px) {
    :root {
        --gap-S: 0.75rem;
        --gap-M: 1.5rem;
        --gap-L: 3rem;
	      /*  Font-size*/
        --txt-XS: 70%;
        --txt-S: 80%;
        --txt-M: 100%;
        --txt-L: 110%;
    }
    
    article h1 {
        font-size: 150%;
        line-height: 150%;
        margin-bottom: 10px;
    }
}

/* @group utility */

.sticky-top {
    position: sticky;
    top: 0;
}

.sticky-bottom {
    position: sticky;
    bottom: 0;
}

/* @end */

/* @group Links */

.share a[class*=" bi-"]:hover {
    border-bottom: none;
}

/* @end */

/* @group tag */

.tag span {
    background-color: #2a558f;
    color: var(--primary-txt);
    font-size: var(--txt-S);
    text-transform: uppercase;
    padding: 0 6px;
    position: relative;
    box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.1);
    border: 1px solid transparent;
}

.tag.suggestion span {
    box-shadow: none;
    color: #000;
    background-color: #fff;
    border: 1px solid #d7d7d7;
    text-transform: capitalize;
}

a.tag:hover span {
    color: #29558e;
    background-color: transparent;
    border: 1px solid #29558e;
}

a.tag:hover {
    border-bottom: none;
}

a.tag.suggestion:hover span {
    background-color: transparent;
    border: 1px solid #29558e;
}

/* @end */

/* @group article */

.article {
    font-size: 1.1rem;
}

.article, .teaser article {
    background-color: var(--theme);
}

/* @group header */

.article .wrapper {
    padding: var(--gap-S) var(--gap-M);
    text-align: left;
    width: calc(100% + 10px);
    height: 25vh;
    min-height: 200px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    transition: all 0.4s ease;
    background-color: #2b5590;
    margin-right: -5px;
    margin-left: -5px;
    margin-bottom: 10px;
}

.articleTitel span, .authorCompany span {
    background-color: var(--theme);
    padding: 0 3px;
    margin-right: 3px;
    position: relative;
    box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.1);
}

.authorCompany span {
    font-size: var(--txt-S);
}

.teaserArticle .articleTitel span, .teaserArticle .tag span {
    box-shadow: none;
}

.article .leadText {
    margin-bottom: var(--gap-M);
    font-size: var(--txt-L);
    font-weight: var(--txt-laut);
    width: 100%;
}

/* @end */

/* @group main */

.articleText, .article footer {
    max-width: 800px;
    transition: all 0.4s ease;
    padding: 0 var(--gap-M) 30px var(--gap-M);
}

.articleText i {
    font-size: var(--txt-S);
    float: right;
    margin-right: 1rem;
    margin-bottom: 16px;
    width: 100%;
    text-align: right;
    margin-top: 4px;
}

.article .articleText .article-time {
    position: relative;
    font-weight: var(--txt-leise);
}

.article .articleText {
    border-left: 1px solid var(--tertiary);
}

/* used in Preview */

article.highlight_ticker .article-time:before {
    width: 15px !important;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 15px solid red;
    background-color: transparent !important;
}

.article .articleText .article-time:before {
    content: "";
    position: absolute;
    display: block;
    background-color: var(--mn-color);
    width: 3px;
    height: 20px;
    left: -15px;
    top: 0;
}

.articleText img {
    transition-duration: 0.5s;
    width: 100%;
}

.articleText img:hover {
    position: relative;
    z-index: 100;
    transition-delay: 0s;
    cursor: zoom-in;
    transform: none;
    max-width: 100%;
    mix-blend-mode: normal;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
    margin-right: auto;
    margin-left: auto;
}

.article .authorName {
    /* display: inline-block; */
    float: left;
    margin-right: 10px;
}

.article .mainContent ul {
    margin-left: 18px;
    list-style: unset;
    margin-bottom: 9px;
}

.article .mainContent ul li {
    list-style-type: unset;
}

body:not(.PageTypeNewsPreview) .article .articleText .article-time {
    position: sticky;
    top: 78px;
    background-color: #fff;
    width: 100%;
    display: inline-block;
    z-index: 10;
}

@media screen and (max-width:650px) {
    body:not(.PageTypeNewsPreview) .article .articleText .article-time {
        top: 90px;
    }
}

body:not(.PageTypeNewsPreview) .article .articleText>.article-time {
    position: relative;
    top: 0;
    background-color: #fff;
    width: 100%;
    display: inline-block;
}

/* @end */

/* @group lightbox */

.lightbox-modal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background-color: rgba(0, 0, 0, .85);
    display: block;
    z-index: 1000000000;
    animation: fade-in .4s;
}

.lightbox-modal figure {
    position: absolute;
    top: calc(50% - 20px);
    left: calc(50% - 40px);
    transform: translate(-50%, -50%);
    max-width: 80vw;
    max-height: 80vh;
}

.lightbox-modal img {
    max-width: 80vw;
    max-height: 80vh;
    margin: 0 auto;
}

.lightbox-modal figcaption {
    margin-top: 8px;
    color: #eee;
    font-style: italic;
    font-size: 1.2rem;
    text-align: center;
    z-index: 2;
}

.lightbox-modal button {
    position: absolute;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: flex-end;
    align-items: start;
    background: transparent;
    border: none;
    z-index: -1;
    cursor: zoom-out;
    right: 20px;
    top: 20px;
}

@media screen and (max-width: 728px) {
    .lightbox-modal button {
        align-items: flex-end;
        right: 20px;
        top: -80px;
        padding-bottom: 40px;
    }
}

.lightbox-modal button svg {
    fill: red;
}

.lightbox-modal button svg:hover {
    fill: #fff;
    cursor: pointer;
}

@keyframes fade-in {
from {
    opacity: 0
}

to {
    opacity: 1
}
}

/* @end */

/* @end */

.mehrThema {
    margin: var(--gap-L) 0;
}

/* @group table */

article table {
    border-spacing: 0;
    display: block;
    overflow-x: auto;
    text-align: left;
    margin: 0;
    width: 100%;
    table-layout: fixed;
    padding-bottom: 20px;
}

article thead {
    background-color: var(--theme);
}

article th {
    border-bottom: 1px solid var(--tertiary);
    white-space: nowrap;
    width: auto;
    text-align: right;
}

article tr {
    border-bottom: 1px solid rgba(100, 100, 100, 0.05);
}

article th, article td {
    padding: 0.35rem 1rem 0.35rem 0.5rem;
    margin: 0;
    font-size: var(--txt-S);
    width: auto;
    border-right: 1px solid #ecedec;
}

article table td:first-child, article table tr:first-child th:first-child[rowspan], article table tr:first-child th:first-child {
    position: sticky;
    left: -1px;
    z-index: 2;
    background: #fff;
    white-space: nowrap;
    box-shadow: 4px 0 5px rgba(100, 100, 100, 0.05);
    margin: 0;
}

article table td {
    z-index: 1;
}

article table td:last-child {
    text-align: center !important;
}

article caption {
    padding: var(--gap-M);
    caption-side: bottom;
    font-size: var(--txt-S);
    font-weight: var(--txt-leise);
    text-align: left;
    margin: 0;
}

/* @end */

/* @group share */

.article-share {
    line-height: 0.5;
    text-align: center;
    overflow: hidden;
    margin-bottom: var(--gap-M);
}

.article-share ul {
    display: inline-block;
    position: relative;
}

.article-share ul:before, .article-share ul:after {
    content: "";
    position: absolute;
    height: 6px;
    border-top: 1px solid var(--tertiary);
    border-bottom: 1px solid var(--tertiary);
    top: 17px;
    width: 600px;
}

.article-share ul:before {
    right: 100%;
}

.article-share ul:after {
    left: 100%;
    margin-left: 5px;
}

.article-share li {
    padding: 2px;
    line-height: 1;
    margin-top: 0;
    margin-bottom: 0;
    float: left;
    list-style: none;
}

.article-share li .mehr {
    background-color: #fff;
    border: none;
}

/* @end */

/* @group teaser */

.liveticker:before {
    content: "Liveticker";
    line-height: 1.2;
    z-index: 2;
    position: absolute;
    background-color: red;
    color: var(--primary-txt);
    padding: 0 2px;
    margin-top: 10px;
    margin-right: -5px;
    animation: live 2s ease-in-out infinite;
    letter-spacing: 0.5px;
    right: 15px;
}

@keyframes live {
0% {
    opacity: 1;
}

50% {
    opacity: 0.7;
}

100% {
    opacity: 1;
}
}

.teaser {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.teaser a {
    color: var(--primary);
}

.teaser a:hover {
    text-decoration: none !important;
}

.teaser .teaserArticle {
    margin: 5px 5px 15px;
}

.teaser.plus {
    margin: 0 -5px;
}

.teaser .teaserArticle:hover {
    box-shadow: 8px 15px 15px -13px hsla(0, 0%, 70%, 0.4);
}

.teaser .teaserArticle .wrapper {
    padding: 0 var(--gap-S);
    display: flex;
    flex-direction: column;
    min-height: 150px;
    justify-content: space-between;
}

.teaser.plus .teaserArticle:first-child img {
    height: 300px;
    width: 100%;
    object-fit: cover;
}

.teaser.plus article:first-of-type .leadText {
    display: block;
    margin-bottom: var(--gap-M);
    font-size: var(--txt-L);
    font-weight: var(--txt-laut);
}

.teaser .teaserArticle img {
    height: 150px;
    width: 250px;
    object-fit: cover;
}

.teaser .articleTitel span {
    padding: 0;
    line-height: 1.3;
    text-transform: uppercase;
}

.teaser .tag span {
    color: var(--primary-txt);
    font-size: var(--txt-S);
    letter-spacing: 1px;
    padding: 0 3px;
}

.teaser .leadText {
    display: none;
}

.teaser .author-time {
    font-weight: var(--txt-leise);
}

.newsSlider {
    display: flex;
}

.teaser.scroll {
    display: flex;
    overflow-x: scroll;
    scroll-snap-type: x mandatory;
    scroll-behavior: smooth;
    -webkit-overflow-scrolling: touch;
    align-items: center;
    margin-bottom: 5px;
}

.teaser.scroll {
    flex-direction: row;
}

@media (max-width: 481px) {
    .newsSlider {
        display: grid;
        grid-template-columns: repeat(10, 1fr);
        overflow-y: scroll;
    }
    
    .teaser.scroll {
        scroll-snap-type: x proximity;
    }
}

.withNewsSlider {
    overflow: hidden !important;
    display: block !important;
}

.NewsTeaserScroll {
    position: relative;
    padding-right: 5px;
    padding-left: 5px;
}

.NewsTeaserScroll .teaser.scroll {
    position: relative;
}

.NewsTeaserScroll .nav-scroller-btn, .NewsTeaserScroll .news-scroller-btn {
    display: none;
}

@media (min-width: 480px) {
    .NewsTeaserScroll .nav-scroller-btn, .NewsTeaserScroll .news-scroller-btn {
        position: absolute;
        top: calc(40% - 1.75rem);
        color: #000;
        background: rgba(255, 255, 255, 0.5);
        font-size: 1.3rem;
        font-family: bootstrap-icons !important;
        transition: all 0s;
    }
    
    .NewsTeaserScroll:hover .nav-scroller-btn, .NewsTeaserScroll:hover .news-scroller-btn {
        color: #fff;
        background: rgba(0, 0, 0, .4);
    }
    
    .NewsTeaserScroll .nav-scroller-btn--left:before, .NewsTeaserScroll .news-scroller-btn--left:before {
        content: "\f284";
    }
    
    .NewsTeaserScroll .nav-scroller-btn--right:before, .NewsTeaserScroll .news-scroller-btn--right:before {
        content: "\f285";
    }
    
    .ModuleNewsTeaserScroll .nav-scroller-btn--right, .NewsTeaserScroll .news-scroller-btn--right {
        right: 0;
    }
}

.scrollContainer {
    position: relative;
}

.scrollContainer .nav-scroller-btn, .scrollContainer .news-scroller-btn {
    top: calc(50% + 1.75rem);
    transform: translateY(-50%);
}

.scrollContainer .nav-scroller-btn--right, .scrollContainer .news-scroller-btn--right {
    right: -1.75rem;
}

.scrollContainer .nav-scroller-btn--left, .scrollContainer .news-scroller-btn--left {
    left: -1.75rem;
}

.teaser.scroll article {
    scroll-snap-align: center;
    flex-shrink: 0;
    width: 250px;
    min-height: 275px;
    transform-origin: center center;
    transform: scale(1);
    transition: transform 0.5s;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: flex-start;
}

/* @group Article table scroll */

.scrollContainer .nav-scroller-btn, .scrollContainer .news-scroller-btn {
    position: absolute;
    z-index: 11000;
    height: 3.5rem;
    width: 3.5rem;
    color: #000;
    transition: color 0s, opacity 0s;
    cursor: pointer;
    border: none;
    padding: 0;
    margin-top: 0;
    display: flex;
    align-items: center;
}

.scrollContainer .nav-scroller-btn i, .scrollContainer .news-scroller-btn i {
    margin: 0 auto !important;
    width: 1rem;
}

.scrollContainer .nav-scroller-btn, .scrollContainer .news-scroller-btn {
    top: calc(50% + 1.75rem);
    background: rgba(255, 255, 255, 0.5);
}

.scrollContainer:hover .nav-scroller-btn, .scrollContainer:hover .news-scroller-btn {
    color: #fff;
    background: rgba(0, 0, 0, .5);
}

/* @end */

/* @end */

/* @group author */

p.author {
    font-size: var(--txt-S);
    font-weight: var(--txt-leise);
    width: 100%;
}

.author .author-time::before {
    content: " | ";
}

/* @end */

@media (min-width: 600px) {
    .teaser {
        flex-direction: row;
    }
    
    .teaser.plus {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    
    .teaser.plus article:nth-child(1) {
        flex: 100%;
    }
    
    .teaser.plus article {
        flex: 2;
    }
}

@media (min-width: 768px) {
    .article {
        font-size: 1.2rem;
    }
    
    .article header {
        background-position: center top;
        background-size: 100%;
    }
    
    .articleText, .articleText footer {
        margin: 0 5% 30px 5%;
        width: 80%;
        padding-left: 30px;
    }
    
    .article .articleText {
        border-left: 1px solid var(--tertiary);
    }
    
    .article footer {
        flex-wrap: wrap;
    }
    
    .article caption {
        text-align: center;
    }
    
    .PageTypeNews.teaser .teaserArticle {
        margin: var(--gap-S);
        width: 50%;
    }
    
    .article .articleText .article-time:before {
        width: 3px;
        left: -32px;
    }
    
    .teaser {
        flex-direction: row;
    }
    
    .teaser.plus {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    
    .teaser.plus article:nth-child(1) {
        flex: 100%;
    }
    
    .teaser.plus article {
        flex: 2;
    }
}

@media (min-width: 1000px) {
    .articleText, .articleText footer {
        margin: 0 10% 2px 15%;
        padding-left: 60px;
    }
    
    .article .articleText .article-time:before {
        width: 3px;
        left: -62px;
    }
}

@page {
size: A4;
margin: 15mm 15mm 15mm 15mm;
}

@media print {
    html, body {
        width: 210mm;
        height: 297mm;
    }
    
    body {
        background: none;
        background-color: #fff;
    }
    
    .navcontent, #footer, .col2.navcontent, .ModuleNewsletter, .col6 .col6, .ModuleSearchNewsBlog, .ModuleAdTop, .ModuleAdTemplate {
        display: none !important;
        height: 0 !important;
        width: 0 !important;
    }
    
    .site {
        margin-left: 0 !important;
    }
    
    .page {
        width: 210mm;
        background-color: #fff;
        box-shadow: none;
    }
    
    .maincontent {
        width: 100%;
    }
    
    .col6.maincontent {
        width: 100%;
    }
    
    .colcontent {
        background-color: #ffffff;
        box-shadow: none;
    }
    
    .col3 {
        width: 33.333%;
    }
    
    .col6 {
        width: 100%;
    }
    
    .col8 {
        width: 100%;
    }
    
    .col6 .col2 {
        width: 50%;
    }
    
    .col6 .col3 {
        width: 50%;
    }
    
    .col6 .col4 {
        width: 50%;
    }
    
    .col6 .col6 {
        width: 100%;
    }
    
    .article {
        font-size: 1.2rem;
    }
    
    .article header {
        background-position: center top;
        background-size: 100%;
    }
    
    .articleText, .articleText footer {
        margin: 0 5% 30px 5%;
        width: 80%;
        padding-left: 30px;
    }
    
    .article .articleText {
        border-left: 1px solid var(--tertiary);
    }
    
    .article footer {
        flex-wrap: wrap;
    }
    
    .article caption {
        text-align: center;
    }
    
    .PageTypeNews.teaser .teaserArticle {
        margin: var(--gap-S);
        width: 50%;
    }
    
    .article .articleText .article-time:before {
        width: 3px;
        left: -32px;
    }
    
    .teaser {
        flex-direction: row;
    }
    
    .teaser.plus {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    
    .teaser.plus article:nth-child(1) {
        flex: 100%;
    }
    
    .teaser.plus article {
        flex: 2;
    }
    
    article table {
        display: inline-block;
        overflow-x: unset;
    }
    
    .scrollContainer .news-scroller-btn {
        display: none;
    }
    
    article table td:first-child, article table tr:first-child th:first-child[rowspan], article table tr:first-child th:first-child {
        position: relative;
        white-space: nowrap;
    }
    
    article h2 {
        page-break-after: avoid;
    }
    
    p, img {
        page-break-inside: avoid;
    }
    
    * {
        box-shadow: none;
    }
}

/* @end */

/* .hide und .show muss zuunterst sein! */

.hide {
    display: none;
}

.show {
    display: block;
}

.hide-init {
    opacity: 0;
}

/* @end */