/*Reset by Eric Meyer. Thank you very much, Eric*/
/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}

body {
    line-height: 1;
}

ol, ul {
    list-style: none;
}

blockquote, q {
    quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}

/* tables still need cellspacing="0" in the markup */
table {
    border-collapse: collapse;
    border-spacing: 0;
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

input, select {
    vertical-align: middle;
}

body {
    font: 11px/1.231 sans-serif;
    font-size: 100%;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    text-size-adjust: 100%;
}

select, input, textarea, button {
    font: 99% sans-serif;
}

pre, code, kbd, samp {
    font-family: monospace, sans-serif;
}

a:active {
    outline: none;
}

a, a:active, a:visited {
    color: #fff;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

ol {
    list-style-type: decimal;
}

small {
    font-size: 85%;
}

strong, th {
    font-weight: bold;
}

td, td img {
    vertical-align: top;
}

sub {
    vertical-align: sub;
    font-size: smaller;
}

sup {
    vertical-align: super;
    font-size: smaller;
}

pre {
    padding: 15px;
    white-space: pre-wrap; /* CSS 2.1 */
    word-wrap: break-word; /* IE */
}

textarea {
    overflow: auto;
}

/*End of Eric Meyer's code*/

input[type="radio"] {
    vertical-align: text-bottom;
}

input[type="checkbox"] {
    vertical-align: middle;
}

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

button, input, select, textarea {
    margin: 0;
}

button {
    width: auto;
    overflow: visible;
}

.clearfix:before, .clearfix:after {
    content: "\0020";
    display: block;
    height: 0;
    visibility: hidden;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    zoom: 1;
}

:root {
    --tb-banner-bg: linear-gradient(0deg, #19193E, #19193E), #1F1F4C;
    --tb-button-bg: #e38842;
    --tb-bage-bg: rgba(243, 136, 37, 0.75);
    --tb-bage-pin-bg: rgb(243, 136, 37);
}

html {
    height: 100%;
    height: -webkit-fill-available;
}

body {
    width: 100%;
    min-height: 100%;
    min-height: -webkit-fill-available;
    height: 100%;
    font-family: 'Noto Sans', sans-serif;
}

strong {
    font-weight: 700;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.hidden {
    display: none;
}

.invisible {
    visibility: hidden;
}

.transparent {
    opacity: 0;
}

html, body, #main {
    min-height: -webkit-fill-available;
    min-height: -moz-available;
}
#main {
    height: 100%;
    max-width: 1260px;
    margin: 0 auto;
    min-width: 280px;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
}
#main.sticky {
    height: auto;
    position: relative;
}
.sticky .iframe-tb {
    height:70vh;
	position: sticky;
	top:0;
	z-index:10;
}


.header, .footer {
    background: #023764;
    color: #fff;
    padding: 20px;
    user-select: none;
}

.header {
    padding-bottom: 0;
}

.nav {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
}

.header h1 {
    font-size: 24px;
    margin-bottom: 0.5em;
    font-weight: 700;
}
/*--------NAV----------------*/
.nav>li {
    box-sizing: border-box;
    padding: 10px 20px;
    border-right: 1px solid #04599d;
    cursor: pointer;
    transition: all ease 1s;
    position: relative;
}
.nav>li:first-child {
    padding-left: 0;
}
.nav>li:last-child {
    border-right: none;
}

.sub-nav {
    position: absolute;
    z-index: 10;
    min-width: 100%;
    box-sizing: border-box;
    padding: 10px 0;
    top:100%;
    left: 0;
    background: #fff;
    border:1px solid #04599d;
    box-shadow: 4px 4px 5px 0 rgba(0, 0, 0, 0.3);
    color:#000;
    display: none;
}
.opened .sub-nav {
    display: block;
}
.sub-nav a {
    display: block;
    padding: 0.2em 0.5em;
    color:#023764;
}
.sub-nav a:hover {
    background: #cccccc;
}

.content {
    position: relative;
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
}

.content-area {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    overflow: auto;
    display: flex;
    flex-direction: column;
}
.content-area.sub-content {
    position: relative;
    max-width: 1260px;
    margin: 0 auto;
    min-width: 280px;
}

.content-header {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 20px;
}
.content-area .content-header h2 {
    padding: 0;
}
.content-header .logo-holder {
    width: 120px;
}
.logo-holder svg {
    display: block;
    width: 100%;
}


.content-area a,
.content-area a:visited,
.content-area a:focus {
    color: #000;
}

.content-area h2 {
    font-size: 28px;
    padding: 1em 20px;
}
.content-area p {
    font-size: 14px;
    line-height: 1.4em;
    padding: 0 0 1em 0;
}
.welcome {
    box-sizing: border-box;
    width: 100%;
    height: 100%;
    padding: 1em;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: center;
    align-content: stretch;
    align-items: center;
    background: linear-gradient(45deg, #80FFDB, #5390D9);
}
.welcome-content {
    background: #373737;
    padding: 3em;
    text-align: center;
    border-radius: 3em;
    color:#fff;
    min-width: 50%;
    box-shadow: 0 0 70px 50px #fff;
}
.welcome-content img {
    display: block;
    width: 350px;
    max-width: 90%;
    margin: 0 auto;
}
.welcome h2 {
    font-size: 28px;
}

.text-area {
    padding: 0 20px;
}
.text-area h2 {
    padding: 1em 0;
}

.text-area h4 {
    font-size: 18px;
    padding:0 0 1em 0;
}

.text-area ul {
    padding:0 0 1em 0;
    margin-left: 1em;
    list-style: disc;
}
.text-area li {
    font-size: 14px;
    line-height: 1.4em;
    margin-bottom: 0.5em;
}

a.example-link,
a.example-link:visited,
a.example-link:focus {
    display: inline-block;
    font-size: 18px;
    font-weight: 700;
    margin: 1em;
    text-decoration: underline;
    color:#04599d;
}
a.example-link:hover {
    text-decoration: none;
}

.dest-list {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    padding: 0 20px;
}

.dest-list li {
    width: 30%;
    background: #fff;
    border-radius: 6px;
    -webkit-box-shadow: 4px 4px 5px 0 rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 4px 4px 5px 0 rgba(0, 0, 0, 0.3);
    box-shadow: 4px 4px 5px 0 rgba(0, 0, 0, 0.3);
    margin-bottom: 1em;
    overflow: hidden;
}

.dest-list li:hover{
    box-shadow: 2px 2px 3px 0px rgba(0, 0, 0, 0.3);
}

.dest-list a:hover{
    text-decoration: none;
}

.dest-img img {
    width: 100%;
}

.dest-name {
    padding: 20px;
    transition: all ease 1s;
}
.iframe-tb-holder {
    width: 100%;
    flex: 1 1 auto;
    background: #023764;
    display: block;
    position: relative;
}
.iframe-tb-holder .iframe-tb {
    height: 100%;
}
.iframe-tb {
    width: 100%;
    flex: 1 1 auto;
    background: #023764;
    display: block;
}

.widget-list {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    padding-bottom: 2%;
}

.widget-list li {
    position: relative;
    width: 20%;
    background: #ccc;
    padding-bottom: 23%;
    border-radius: 8px;
    overflow: hidden;
}

.widget-list a {
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
}

.widget-list a:hover {
    text-decoration: none;
}


.map-teaser {
    display: block;
    width: 100%;
    min-height: 50%;
    position: relative;
    background: url("../img/rm_mini_back.png") no-repeat center center / cover;
    aspect-ratio: 1;
}

.map-teaser a {
    display: block;
    width: 100%;
    height: 100%;
}
.map-info-list {
	display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
	position:absolute;
	top:25%;
	width:100%;
	font-size:1.6em;
}
.map-info-list li {
	margin:0.4em;
	min-width:20%;
}
.rm-txt{
	text-align:center;
	padding:0.5em 1em;
	color:#fff;
	background:rgba(31,31,79,0.7);
	border-radius:20px;
	white-space:nowrap;
}
.rm-txt h3 {
	margin-bottom:0.3em;
	font-size:0.8em;
}

.rm-logo {
	display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
	margin:0 auto;
	position:absolute;
	bottom:10%;
	left:50%;
	transform:translateX(-50%);
	font-size:1.6em;
}
.rm-logo img {
	width:2em;
	margin-right:0.5em;
}


.content-area .teaser-list.discover-list.tb__widget-gp{
    box-sizing: border-box;
    width: 100%;
    padding: 0 20px;
    box-sizing: border-box;
    width: 100%;
    margin-bottom: 2%;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.teaser:hover{
    cursor: pointer;
}
.badge-name {
    font-weight: bold;
}

/*---------Popup view------------*/

.overlay {
    width: 100%;
    height: 180px;
    position: relative;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-content: stretch;
    align-items: center;
}

.map-preview {
    width: 100%;
    height: 180px;
    position: relative;
}
.map-preview img {
    display: block;
    object-fit: cover;
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 2;
    cursor: pointer;
}
.popup-img-map .map-preview img,
.popup-iframe-map .map-preview img {
    display: none;
}

.pop-iframe {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top:0;
    left: 0;
    z-index: 1;
}
.popup-img-map .overlay-img,
.popup-iframe-map .overlay-iframe
{
    background: rgba(2, 55, 100, 0.4);
    position: fixed;
    z-index: 10;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    padding-top: 40px;
    padding-bottom: 40px;
    top: 0;
    left: 0;
    overflow: hidden;
}
.popup-img-map .overlay-img .pop-iframe,
.popup-iframe-map .overlay-iframe .pop-iframe
{
    position: relative;
    box-sizing: border-box;
    width: calc(100% - 80px);
    height: 100%;
    max-width: 1200px;
    border:10px solid #fff;
    border-radius: 5px;
    box-shadow: 0 0 50px 20px rgba(0,0,0,0.4);
}

.show-map {
    width: 20px;
    height: 20px;
    position: absolute;
    z-index: 3;
    top: 10px;
    right: 10px;
}
.show-map .icon {
    width: 20px;
    height: 20px;
    cursor: pointer;
}
.show-map svg {
    display: block;
    width: 100%;
    height: 100%;
    fill: #fff;
}
.popup-open {
    display: block;
}
.popup-close {
    display: none;
}
.popup-img-map .popup-open,
.popup-iframe-map .popup-open {
    display: none;
}
.popup-img-map .show-map,
.popup-iframe-map .show-map {
    width: calc(100% - 80px);
    max-width: 1200px;
    left: 0;
    margin: 0 auto;
    right: 0;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-end;
    align-content: stretch;
    align-items: center;
}

.popup-img-map .popup-close,
.popup-iframe-map .popup-close {
    display: block;
}

.instr-sample h3 {
    margin-bottom: 0.2em;
    padding-top: 1em;
    font-weight: 700;
}
.instr-sample h4 {
    margin-bottom: 0.2em;
}

/*------RealPopup----------*/
body.popuped {
    overflow: hidden;
}
.popup-overlay{
    background: rgba(0,0,0,.4);
    box-sizing: border-box;
    position: fixed;
    z-index: 10;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 20px;
    display: none;
}
.popuped .popup-overlay {
    display: block;
}
.popup {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-content: stretch;
    align-items: stretch;
    height: 100%;
    max-width: 1200px;
    margin: 0 auto;
}

.popup-header {
    padding: 10px;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-content: stretch;
    align-items: center;
    background: #023764;
    color: #fff;
    font-size: 20px;
    line-height: 1em;
    font-weight: 700;
}
.popup-header .icon {
    display: block;
    width: 20px;
    height: 20px;
    fill:#fff;
    cursor: pointer;
}
.popup-body {
    background: #fff;
    flex: 1 1 auto;
    overflow: auto;
    padding: 20px;
}
.popup-content {
    height: 100%;
    overflow: auto;
}
.popup pre {
    background: beige;
    padding: 15px;
    margin-bottom: 10px;
}
.popup-content h4 {
    margin-bottom: 5px;
    font-weight: 700;
}
.button {
    display: inline-block;
    padding: 20px;
    background: #0079C0;
    color:#fff;
    border-radius: 4px;
    cursor: pointer;
}


/*-----COntent Area-------*/
.row {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-around;
    align-content: space-around;
    align-items: stretch;
    gap:1em;
    padding: 1em 0;
}
.col {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-content: stretch;
    align-items: center;
    width: calc(33.333% - 2em);
    box-sizing: border-box;
    padding: 1em;
    background: aqua;
    min-height: 150px;
}
.row-2 .col {
    width: calc(50% - 2em);
}
.col h2 {
    font-size: 18px;
    text-align: center;
    padding: 0;
    margin-bottom: 0.5em;
}
.col p  {
    padding: 0;
    margin-bottom: 1em;
}
.col a {
    text-decoration: underline;
}
.col-buttons {
    padding-top: 1em;
}
.col-buttons .button {
    padding: 10px;
}


@media (max-width: 600px) {
    .row {
        flex-direction: column;
    }
    .col,
    .row-2 .col
    {
        width:100%;
    }
    .popup-img-map .overlay-img .pop-iframe,
    .popup-iframe-map .overlay-iframe .pop-iframe  {
        width: 100%;
        border: none;
    }
    .popup-img-map .show-map,
    .popup-iframe-map .show-map {
        width: calc(100% - 20px);
    }
}

@media (max-width: 800px) {
	.map-info-list,
	.rm-logo
	 {
		font-size:1.4em;
	}
}
@media (max-width: 600px) {
    .nav>li {
        width: auto;
        font-size: 0.8em;
        transition: all ease 1s;
        padding: 10px;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }
    .content-area h2 {
        font-size: 20px;
        padding: 10px 20px;
    }

    .dest-name {
        font-size: 0.8em;
        transition: all ease 1s;
    }
    .widget-list li {
        width: 48%;
        padding-bottom: 48%;
        margin-bottom: 2%;
    }
    .content-area .teaser-list.discover-list {
        -webkit-justify-content: space-around;
        -ms-flex-pack: distribute;
        justify-content: space-around;
    }

    .content-area .teaser-list.discover-list .teaser {
        width: 48%;
    }

    .count-txt {
        font-size: 12px;
    }

    .badge-name {
        font-size: 16px;
    }

    .badge-type {
        font-size: 12px;
    }
	.map-info-list,
	.rm-logo
	 {
		font-size:1.1em;
	}
}
@media (max-width: 480px) {
	.map-info-list,
	.rm-logo
	 {
		font-size:0.9em;
	}
}


