/* W3.CSS 4.15 December 2020 by Jan Egil and Borge Refsnes */
html {
    box-sizing: border-box
}

*, *:before, *:after {
    box-sizing: inherit
}
/* Extract from normalize.css by Nicolas Gallagher and Jonathan Neal git.io/normalize */
html {
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%
}

html {
    scroll-behavior: smooth;
}

body {
    margin: 0
}

article, aside, details, figcaption, figure, footer, header, main, menu, nav, section {
    display: block
}

summary {
    display: list-item
}

audio, canvas, progress, video {
    display: inline-block
}

progress {
    vertical-align: baseline
}

audio:not([controls]) {
    display: none;
    height: 0
}

[hidden], template {
    display: none
}

a {
    background-color: transparent;
    background-color: transparent;
    overflow-wrap: anywhere;
}

    a:active, a:hover {
        outline-width: 0
    }

abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    text-decoration: underline dotted
}

b, strong {
    font-weight: bolder
}

dfn {
    font-style: italic
}

mark {
    background: #ff0;
    color: #000
}

small {
    font-size: 80%
}

sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sub {
    bottom: -0.25em
}

sup {
    top: -0.5em
}

figure {
    margin: 1em 40px
}

img {
    border-style: none
}

.imghov img {
    width: 100%;
    height: auto;
    /* SCALE */
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    /* VERZÖGERUNG */
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
    .imghov img:hover {
        -webkit-transform: scale(1.2);
        -moz-transform: scale(1.2);
        -ms-transform: scale(1.2);
        -o-transform: scale(1.2);
        transform: scale(1.2);
    }

code, kbd, pre, samp {
    font-family: monospace,monospace;
    font-size: 1em
}

hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible
}

button, input, select, textarea, optgroup {
    font: inherit;
    margin: 0;
    transition: all .15s linear;
}

optgroup {
    font-weight: bold
}

button, input {
    overflow: visible
}

input, select {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

button, select {
    text-transform: none
}

button, [type=button], [type=reset], [type=submit] {
    -webkit-appearance: button
}

    button::-moz-focus-inner, [type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner {
        border-style: none;
        padding: 0
    }

    button:-moz-focusring, [type=button]:-moz-focusring, [type=reset]:-moz-focusring, [type=submit]:-moz-focusring {
        outline: 1px dotted ButtonText
    }

fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: .35em .625em .75em
}

legend {
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal
}

textarea {
    overflow: auto
}

[type=checkbox], [type=radio] {
    padding: 0
}

[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
    height: auto
}

[type=search] {
    -webkit-appearance: textfield;
    outline-offset: -2px
}

    [type=search]::-webkit-search-decoration {
        -webkit-appearance: none
    }

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit
}
/* End extract */


html {
    overflow-x: hidden
}

h1 {
    font-size: 2em;
}

h2 {
    font-size: 1.5em;
}

h3 {
    font-size: 1.5em;
}

h4 {
    font-size: 1.5em;
}

h5 {
    font-size: 1.2em;
}

h6 {
    font-size: 1em;
}

.w3-serif {
    font-family: serif
}

.w3-sans-serif {
    font-family: sans-serif
}

.w3-cursive {
    font-family: cursive
}

.w3-monospace {
    font-family: monospace
}

h1, h2, h3, h4, h5, h6 {
    font-family: var(--main-font, Helvetica, Calibri, 'Trebuchet MS', sans-serif);
    /*font-family: "Segoe UI",Arial,sans-serif;*/
    font-weight: 400;
    margin: 1em 0;
    line-height: normal;
}

.w3-wide {
    letter-spacing: 4px
}

hr {
    border: 0;
    border-top: 1px solid #eee;
    margin: 20px 0
}

.w3-image {
    max-width: 100%;
    height: auto
}

img {
    vertical-align: middle
}

a {
    color: inherit;
    transition: all .15s linear;
}

/*
===============================================================================
===============================================================================
===============================================================================
*/

:root {
    --gold: #FCCC3D; /* gold */
    --darkgold: rgb(208,160,15); /* dark gold */
    --link: darkblue;
    --linkhover: #FCCC3D; /* #c32e04;*/
    --linkback: #ECECEC;
    --hilite: #FCCC3D; /* gold */
    --inputback: #fbfbfb;
    --main-font: Helvetica, Calibri, 'Trebuchet MS', sans-serif;
    --alert: red;
    --graylite: #fbfbfb;
    --graymedium: #f0f0f0; /*#dedede;*/
    --graydark: #b4b4b4;
    --formback: #f0f0f0;
}

html, body {
    font-size: 14px; /*16px;*/
    padding: .1em;
    font-family: var(--main-font, Helvetica, Calibri, 'Trebuchet MS', sans-serif);
    line-height: 1.5;
    color: #666;
    background-color: white;
}

.contentbody {
    background-color: white;
    border: 0px solid #efefef;
}

p {
    display: block;
    margin-block-start: 0em;
    margin-block-end: 0em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
}

.wrapper {
    display: flex;
    flex-flow: row wrap;
    text-align: center;
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
}

    .wrapper > * {
        padding: 0px;
        flex: 1 100%;
    }

#nswlogo {
    display: none;
}

#nswlogohm {
    width: 100%;
    max-width: 150px;
    margin-right: 1em;
}

#mUpdates {
    display: none;
}

.header {
    background: white;
    border-bottom: 1px solid #ddd;
}

    .header a {
        text-decoration: none;
    }

.h_imgmenu, h_imgmenu-right {
    flex: 1;
    padding: 0;
    display: block;
    width: 100%;
    /*align-self: flex-end;*/
}

    .h_imgmenu a, h_imgmenu-right a {
        text-decoration: none;
    }

    .h_imgmenu p, h_imgmenu-right p {
        margin: 0;
    }

.h_imgmenu-right {
    /*align-self: flex-start;*/
}

.stmenu {
    padding: 0.5em 0;
}

.left-col {
    flex: 1;
    padding: 0;
    margin: 0;
    background: white;
    justify-content: start;
    align-items: flex-start;
    max-width: 194.5px; /*200px*/
    margin-left: auto;
    margin-right: auto;
}


    .left-col a {
        text-decoration: none;
        display: block;
    }

    .left-col p {
        margin: 0;
    }

.right-col {
    background: white;
    justify-content: space-evenly;
    flex-direction: column;
}

    .right-col a {
        /*display: inline-table;*/
        /*background-color: red;*/
        display: block;
        margin: 1px;
    }

        .right-col a:hover {
            background-color: var(--linkhover);
        }

.header-nav {
    text-align: center;
    margin-top: 60px;
}

    .header-nav a:hover {
        background-color: var(--linkhover);
    }

    .header-nav p {
        background-color: var(--linkback);
    }
    .header-nav div {
        background-color: var(--linkback);
    }
.menu {
    flex: 1;
    flex-direction: row;
    display: block;
    padding: 0;
    text-align: left;
    /*font-size: smaller;*/
    /*overflow: auto;*/
}

    .menu a {
        text-decoration: none;
        display: block;
        margin: 1px;
    }

    .menu p {
        margin: 0;
    }

.footer {
    background-color: var(--linkback);
    min-height: 25px;
    align-items: center;   
}

.footer a {    
    text-decoration: none;
}
.content {
    text-align: left;
    /*background: deepskyblue;*/
    padding: .6em;
    min-height: 100px;
    flex: unset;
    width: 100%;
}

.hlborder {
    border-radius: .5em;
    border: 3px solid var(--gold, #FCCC3D);
    width: 100%;
    padding: 1em;
}
.hlbox {
    display: table;
    border-radius: .5em;
    border: 3px solid var(--gold, #FCCC3D);
    width: 100%;
    padding: 1em;
    margin: 1em 0;
}
.formback {
    width: 100%;
    padding: 1em;
    margin: 1em auto;
    background-color: var(--formback, #f0f0f0);
    border-radius: .5em;
}

.pagetitle {
    font-size: 1.5em;
    text-align: center;
    font-weight: bold;
    border-radius: .5em;
    padding: .5em;
    margin-top: .9em;
    margin-bottom: .9em;
    border: 3px solid var(--gold, #FCCC3D);
    background-color: var(--graymedium, #EFEFEF);
    width: 100%;
}
.rowbborder {
    box-shadow: 0px 1px 0px 0px var(--graymedium, #dedede);   
}
.rowtborder {
    box-shadow: 0px -1px 0px 0px var(--graymedium, #dedede);
}
.center {
    text-align: center;
}
.tcenter {
    text-align: center;
}
.hcenter {
    margin-left: auto;
    margin-right: auto;
}
.NoWrap {
    text-wrap: nowrap;
}
.alert {
    color: var(--alert, red);
    font-weight: bold;
}
#mmenuT {
    position: absolute;
    left: 0;
    top: 86px;
    width: 100%;
    /* padding: .5em;*/
    display: none;
    min-width: 120px;
}
#mmenuL {
    position: absolute;
    left: 0;
    top: 86px;
    width: 100%;
    /* padding: .5em;*/
    display: none;
    min-width: 120px;
}
    #mmenuL div {
        transition: all .15s linear;
    }
#mmenuT div {
    transition: all .15s linear;
}
#hmmenu div {
    transition: all .15s linear;
}
.aside-1 {
    background: gold;
}

.aside-2 {
    /* background: hotpink;*/
    max-width: 120px;
}

.rightmax {
    max-width: 100%;
}

#rigthmenu {
    display: flex;
    align-content: stretch;
    height: 3em;
    padding: 0.7em;
    transition: all .15s linear;
}

#rigthmenu2 {
    display: flex;
    align-content: stretch;
    height: 3em;
    padding: 0.7em;
    background-color: var(--linkback);
    visibility: visible;
}
#rigthmenu-3 {
    align-self: center;
}

#Homepage {
    display: flex;
}

.imgresp {
    /* width: 100%;*/
    max-inline-size: 100%;
}
.header .imgresp {
    width: 100%;
}

.table {
    display: table;
}
.tablebox {
    display: table;
    width: 100%;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.orderbox {
    border-radius: 5px 0 5px 50%;
    border: 3px solid var(--gold, #FCCC3D);
    background-color: white;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    padding: 1em;
    margin: 1.4em -.6em .5em .5em;
}
.box {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    padding: 2em;
    margin: 0 0 2em 0;
}
.boxheader {
    margin-top: 0;
    margin-bottom: 1em;
    border-bottom: 3px solid var(--gold, #FCCC3D);
    font-weight: bold;
    font-size: larger;
}

.cellcaption {
    border-bottom: thin solid #FDCD3D;
    background-color: #F8F8F8;
    padding: .5em;
    border-radius: .5em .5em 0 0;
}

.tabcaption {
    width: min-content;
    background-color: #F8F8F8;
    padding: .5em;
    border-radius: .5em .5em 0 0;
}

.rowgroup {
    display: table-row-group;
}

.cellrow {
    display: table-row;
    width: 100%;
}
.lbulletX {margin-left: 13px; padding: .5em; text-indent: -10px;} /*13px/-10px bezieht sich auf /styles/img/bullet1.png*/
.bulletX {margin-left: 21px; padding: .5em; text-indent: -10px;} /*21px/-10px bezieht sich auf /styles/img/bullet1.png*/
    .lbulletX::before, .bulletX::before {
        display: inline-block;
        content: ' ';
        width: 10px;
        /*background: rgb(255,220,65);*/
    }

.lbullet1 {margin-left: 13px; padding: .5em; text-indent: -10px;} /*13px/-10px bezieht sich auf /styles/img/bullet1.png*/
.bullet1 {margin-left: 21px; padding: .5em; text-indent: -10px;} /*21px/-10px bezieht sich auf /styles/img/bullet1.png*/
    .lbullet1::before, .bullet1::before {
        display: inline-block;
        content: url(/styles/img/bullet1.png);
        width: 10px;
        /*background: rgb(255,220,65);*/
    }
.lbullet2 {margin-left: 13px; padding: .5em; text-indent: -10px;} /*13px/-10px bezieht sich auf /styles/img/bullet2.png*/
.bullet2 {margin-left: 21px; padding: .5em; text-indent: -10px;} /*21px/-10px bezieht sich auf /styles/img/bullet2.png*/
    .lbullet2::before, .bullet2::before {
        display: inline-block;
        content: url(/styles/img/bullet2.png);
        width: 10px;
        /*background: rgb(255,220,65);*/
    }
    

.cellbullet {
    display: table-cell;
    width: 1em;
    vertical-align: top;
    text-align: center;
    padding-left: .5em;
    padding-top: .5em;
}

    .cellbullet img {
        vertical-align: top;
    }

.celltext {
    display: table-cell;
    vertical-align: top;
    text-align: left;
    padding: .5em;
}
.celltextcenter {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    padding: .5em;
}



.twobox {
    display: flex;
    flex-flow: row wrap;
    text-align: left;
}

    .twobox > * {
        padding: 0;
        flex: 1 100%;
    }

.twoboxL {
    /*background: gold;*/
}

.twoboxR {
    /*background: hotpink;*/
    margin-left: 0;
}

.twoboxX {
    margin-left: 0;
}

@media all and (min-width: 450px) {
    .twoboxcell {
        flex: 1 0 0;
    }

    .twoboxL {
        order: 1;
        padding-right: 0.5em;
        /*flex: 2;*/
    }

    .twoboxR {
        order: 2;
        padding-left: 0.5em;
        /*flex: 3;*/
        /*margin-left: 0;*/
        /*padding: inherit;*/
    }
}

.pd1 {
    padding: 1em;
}
.pd2 {
    padding: 2em;
}
.mg1 {
    margin: 1em;
}
.mg2 {
    margin: 2em;
}
.indent {
    margin-left: 1em;
}
.indent2 {
    margin-left: 2em;
}
.indent3 {
    margin-left: 3em;
}
.indent05 {
    margin-left: .5em;
}
.vindent {
    margin-top: 1em;
}
.mt05 {
    margin-top: .5em;
}
.mt1 {
    margin-top: 1em;
}
.mt15 {
    margin-top: 1.5em;
}
.mt2 {
    margin-top: 2em;
}
.mb05 {
    margin-bottom: .5em;
}

.mb1 {
    margin-bottom: 1em;
}

.mb15 {
    margin-bottom: 1.5em;
}

.mb2 {
    margin-bottom: 2em;
}
.divdotline {
    font-weight: bold;
    font-size: 1.25em;
    color: #222266;
    margin-top: .5em;
    margin-bottom: .5em;
    width: 100%;
}

#TopBtn {
    display: none;
    position: fixed;
    bottom: 1em;
    right: 1em;
    z-index: 99;
    font-size: 1em;
    border: 1px solid white;
    outline: none;
    background-color: var(--gold, #FCCC3D);
    color: darkblue;
    cursor: pointer;
    padding: .5em;
    border-radius: .5em;
    opacity: .95;
}

    #TopBtn:hover {
        background-color: #555;
        color: white;
    }

/*/////// navigation \\\\\\\\\\\\\*/
@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");

/** {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: "Poppins", sans-serif;
}

.container {
    max-width: 1050px;
    width: 90%;
    margin: auto;
}*/
.smaller {
    font-size: smaller;
}
.smallerifmin {
    font-size: smaller;
}
.larger {
    font-size: larger;
}
.shadow {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.imgshadow {
    box-shadow: .5em .5em .5em rgb(146 161 176 / 15%);
}

.navbar {
    width: 100%;
    box-shadow: 0 1px 4px rgb(146 161 176 / 15%);
    top: 0;
    position: fixed;
    background-color: white;
    /*opacity: 1;*/
    z-index: 99;
}

.nav-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 62px;
}

.navbar .menu-items {
    display: flex;
}

.navbar .nav-container li {
    list-style: none;
}

.navbar .nav-container a {
    text-decoration: none;
    color: #0e2431;
    /*font-weight: 500;
    font-size: 1.2rem;
    padding: 0.7rem;*/
}

    .navbar .nav-container a:hover {
        font-weight: bolder;
    }

.nav-container {
    display: block;
    position: relative;
    height: 60px;
    background-color: transparent;
    z-index: 999;
}

    .nav-container .checkbox {
        position: absolute;
        display: block;
        height: 32px;
        width: 32px;
        top: 20px;
        left: 20px;
        z-index: 5;
        opacity: 0;
        cursor: pointer;
    }

    .nav-container .hamburger-lines {
        display: block;
        height: 26px;
        width: 32px;
        position: absolute;
        top: 17px;
        left: 20px;
        z-index: 2;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }

        .nav-container .hamburger-lines .line {
            display: block;
            height: 4px;
            width: 100%;
            border-radius: 10px;
            background: #0e2431;
        }

        .nav-container .hamburger-lines .line1 {
            transform-origin: 0% 0%;
            transition: transform 0.4s ease-in-out;
        }

        .nav-container .hamburger-lines .line2 {
            transition: transform 0.2s ease-in-out;
        }

        .nav-container .hamburger-lines .line3 {
            transform-origin: 0% 100%;
            transition: transform 0.4s ease-in-out;
        }

.navbar .menu-items {
    padding-top: 120px;
    box-shadow: inset 0 0 2000px rgba(255, 255, 255, .5);
    height: 200vh;
    width: 100%;
    transform: translate(-150%);
    display: flex;
    flex-direction: column;
    /*margin-left: -40px;*/
    padding-left: 50px;
    transition: transform 0.5s ease-in-out;
    text-align: left;
    background: var(--gold, #FCCC3D);
    opacity: 0.97;
}

    .navbar .menu-items li {
        /*margin-bottom: 1.2rem;
        font-size: 1.5rem;
        font-weight: 500;*/
    }

.logo {
    position: absolute;
    top: 0px;
    right: 0px;
    font-size: .9rem;
    color: #0e2431;
    height: 60px;
}

.navbar .nav-container a {
    padding: 0px;
}

.nav-container #hmenu:checked ~ .menu-items {
    transform: translateX(0);
}

.nav-container #hmenu:checked ~ #mmenuT {
    background-color: yellow;
}

.nav-container #hmenu:checked ~ .hamburger-lines .line1 {
    transform: rotate(45deg);
}

.nav-container #hmenu:checked ~ .hamburger-lines .line2 {
    transform: scaleY(0);
}

.nav-container #hmenu:checked ~ .hamburger-lines .line3 {
    transform: rotate(-45deg);
}

.nav-container #hmenu:checked ~ .logo {
    display: none;
}

/*\\\\\\\ navigation /////////////*/


.displaysmall {
    display: block;
    /*background-color:aqua;*/
}

.displaybig {
    display: none;
    /*background-color: hotpink;*/
}

@media all and (min-width: 700px) {

    .tablebox {
        width: 550px;
    }
}
@media all and (min-width: 600px) {
    .smallerifmin {
        font-size: unset;
    }
    .displaysmall {
        display: none;
    }

    .displaybig {
        display: block;
    }
}

@media all and (min-width: 600px) {

    .content {
        width: unset;
        padding: 1em;
    }

    html, body {
        padding: .5em;
    }

    .contentbody {
        background-color: white;
        border: 1px solid #efefef;
    }

    .footer {
        font-size: 1em;
    }

    #hmenunav {
        display: none;
    }

    .aside {
        flex: 1 0 0;
    }

    .stmenu {
        padding: 0.2em 0;
    }
    #rigthmenu {
        height: 4em;
        padding-top: 0;
    }
    #rigthmenu2 {
        display: none;
    }
    #rigthmenu-3 {
        align-self: flex-end;
    }
    body {
        padding: .5em;
        font-size: 1em;
    }

    #Homepage {
        display: none;
    }

    #nswlogo {
        max-width: 100%;
        display: block;
    }

    #mUpdates {
        display: block;
    }


    #mmenuT {
        position: relative;
        left: 0;
        top: 0;
        width: 100%;
        /* padding: .5em;*/
        display: block;
    }
    #mmenuL {
        position: relative;
        left: 0;
        top: 0;
        width: 100%;
        /* padding: .5em;*/
        display: block;
    }
    .rightmax {
        max-width: 120px;
    }

    #rigthmenu {
        height: unset;
    }

    .header-nav {
        margin-top: 0px;
    }

    .content, .header-nav {
        flex: 3;
    }

    .aside-1, .left-col {
        order: 1;
    }

    .content, .header-nav {
        order: 2;
    }

    .aside-2, .right-col {
        order: 3;
    }

    .footer {
        order: 4;
    }

    .content {
        min-height: 600px;
    }

    .left-col {
        max-width: 194.5px; /*200px*/
    }

    .right-col {
        background-color: white;
        display: block;
        text-align: right;
        flex-direction: row;
    }

        .right-col a {
            background-color: white;
        }

    .h_imgmenu-right {
        align-self: flex-end;
    }
}



.validation-message {
    color: red;
    font-size: 0.8em;
    padding: .5em;
    display: none;
    display: block;
    width: 100%;
}

/*PLACES*/
.custom-autocomplete-list {
    position: absolute;
    background: white;
    border: 1px solid #ccc;
    max-height: 200px;
    overflow-y: auto;
    z-index: 9999;
}
.custom-autocomplete-item {
    padding: 5px;
    cursor: pointer;
}
    .custom-autocomplete-item:hover {
        background: #eee;
    }

.pac-item {
    padding: 0.5em;
    cursor: pointer;
    font-family: Arial, sans-serif;
    cursor: default;
    padding: 0 .8em;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    line-height: 2em;
    text-align: left;
    border-top: 1px solid #e6e6e6;
}
    .pac-item:hover {
        background-color: #eee;
    }
/*.pac-icon-marker {
    display: inline-block;
    width: 1em;
    height: 1em;
    margin-right: .35em;
    background: url('img/autocomplete1.png') no-repeat center center;
    background-size: contain;
}*/

.pac-matched {
    font-weight: bold;
}

/*------------------------------------------------------------*/

@keyframes bounceEffect {
    0% {
        transform: translateY(0);
    }
    30% {
        transform: translateY(5em);
    }
    60% {
        transform: translateY(-2em);
    }
    100% {
        transform: translateY(0);
    }
}

.bounce-after-scroll {
    animation: bounceEffect 0.6s ease;
}

/*------------------------------------------------------------*/

.pac-container {
    background-color: #fff;
    position: absolute !important;
    z-index: 1000;
    border-radius: 2px;
    border-top: 1px solid #d9d9d9;
    font-family: Arial,sans-serif;
    -webkit-box-shadow: 0 2px 6px rgba(0,0,0,.3);
    box-shadow: 0 2px 6px rgba(0,0,0,.3);
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    overflow: hidden
}

.pac-logo:after {
    content: "";
    padding: 1px 1px 1px 0;
    height: 18px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    text-align: right;
    display: block;
    background-position: right;
    background-repeat: no-repeat;
    -webkit-background-size: 120px 14px;
    background-size: 120px 14px
}

.hdpi.pac-logo:after {
    
}

.pac-item {
    cursor: default;
    padding: 0 4px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    line-height: 30px;
    text-align: left;
    border-top: 1px solid #e6e6e6;
    font-size: 11px;
    color: #515151
}

    .pac-item:hover {
        background-color: #fafafa
    }

.pac-item-selected, .pac-item-selected:hover {
    background-color: #ebf2fe
}

.pac-matched {
    font-weight: 700
}

.pac-item-query {
    font-size: 13px;
    padding-right: 3px;
    color: var(--nuw-main-color, navy);
}

.pac-icon {
    width: 15px;
    height: 20px;
    margin-right: 7px;
    margin-top: 6px;
    display: inline-block;
    vertical-align: top;
    background-image: url(img/autocomplete-icons.png);
    -webkit-background-size: 34px 34px;
    background-size: 34px
}

.hdpi .pac-icon {
    background-image: url(img/autocomplete-icons_hdpi.png)
}

.pac-icon-search {
    background-position: -1px -1px
}

.pac-item-selected .pac-icon-search {
    background-position: -18px -1px
}

.pac-icon-marker {
    background-position: -1px -161px
}

.pac-item-selected .pac-icon-marker {
    background-position: -18px -161px
}

.pac-placeholder {
    color: gray
}

.custom-autocomplete-item:hover .pac-icon {
    background-position: -18px -161px;
    /*funktioniert nicht background-size: 240px 28px;*/    /*  2x Originalgröße s.o. */
}


.info-icon {
    font-family: ui-monospace, SFMono-Regular, SF Mono, Menlo, Consolas, Liberation Mono, monospace !important;
    font-style: normal;
    font-variant-emoji: text; /* verhindert Emoji-Darstellung (nicht überall unterstützt) */
    border: solid 1px;
    padding: .0em .25em;
    border-radius: 3px;
    color: var(--nuw-main-color, navy);
}

    .info-icon.overlay-open {
        background: var(--nuw-main-color, navy); /* Hintergrund = Textfarbe */
        color: white; /* Schrift weiß */
        /*border-color: #fff;*/ /* border-color: transparent; */
    }

.place-info-overlay {
    position: fixed;
    z-index: 99999;
    max-width: 300px;
    padding: 1em;
    background: white;
    border: 1px solid #ccc;
    border-radius: 6px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.3);
    font-size: 1.05em;
    color: var(--nuw-main-color, navy);
}

    .place-info-overlay .close {
        float: right;
        cursor: pointer;
        font-weight: bold;
        font-size: 1.2em;
    }

    .place-info-overlay h4 {
        margin-top: 0;
    }

