﻿.city__featured,.city__section,.city__section--aside{max-width:760px;padding:0.5rem 0.5rem;background-color:#fff;border:1px solid rgba(236,236,236,0.75);border-bottom:2px solid #ececec;border-radius:0.125rem}.landingpage__content{background-color:#fff;border:1px solid #e6e6e5;border-radius:0.125rem;box-shadow:0 0 0.125rem 0 rgba(105,102,99,0.1),0 0.125rem 0.25rem 0 rgba(105,102,99,0.2);max-width:42rem;padding:1rem;margin:4rem auto 2rem}.landingpage__content:focus,.landingpage__content:hover{border-color:transparent;outline-color:transparent}.landingpage__updated{float:right;padding-top:1.1rem;font-size:0.9rem;line-height:inherit;color:#696663;text-align:right}.landingpage__updated:after{clear:both}.landingpage__poi-card--tourism{--category-color: #679b41;box-shadow:0 1px 3px var(--category-color)}.landingpage__poi-card--life{--category-color: #cd2044;box-shadow:0 1px 3px var(--category-color)}.landingpage__poi-card--culture{--category-color: #2a739f;box-shadow:0 1px 3px var(--category-color)}.landingpage__poi-card--service{--category-color: #d67600;box-shadow:0 1px 3px var(--category-color)}.landingpage__poi-card--city{--category-color: #57439B;box-shadow:0 1px 3px var(--category-color)}.landingpage__poi-card--industry{--category-color: #000002;box-shadow:0 1px 3px var(--category-color)}.landingpage__poi-card{display:flex;max-width:31.5rem;height:9rem;margin:2rem auto}.landingpage__poi-img{flex:1;width:9rem;max-width:9rem;height:9rem;max-height:9rem}.landingpage__poi-img>img{width:100%;height:100%}.landingpage__poi-card-body{display:flex;flex:1;flex-direction:column;justify-content:space-between;padding:0.5rem 0.5rem}h2.landingpage__poi-name{font-size:1rem;font-weight:500;color:#222}h2.landingpage__poi-name:hover{text-decoration:underline}ol.landingpage__poi-tags{flex:1;padding-left:0;margin:0 !important;font-size:0.95rem;line-height:1.25;color:#222;list-style-position:inside !important}ul.landingpage__poi-icons{margin:0;list-style:none}ul.landingpage__poi-icons>li{display:inline-block;margin-right:0.75rem}ul.landingpage__poi-icons>li path{fill:#696663}ul.landingpage__poi-icons>li svg{height:1.5rem}.landingpage__more-section{max-width:42rem}.user-content{background-color:#fff;border:1px solid #e6e6e5;border-radius:0.125rem;box-shadow:0 0 0.125rem 0 rgba(105,102,99,0.1),0 0.125rem 0.25rem 0 rgba(105,102,99,0.2);display:flex;flex-direction:column;margin-bottom:2rem}.user-content>header{display:flex;padding:0.75rem;background:linear-gradient(to right, #fafafa, #fff)}.user-content figure{position:relative;display:block;padding-top:52.5%}.user-content figure img{position:absolute;top:0;right:0;bottom:0;left:0;display:block;width:100%;max-width:100%;height:100%;object-fit:cover;object-position:center}.user-content main{padding:0.5rem;border:1px solid #ececec}.user-content main>h1>a{margin-bottom:0.5rem;font-size:1.25rem;color:#222;letter-spacing:-0.1px}.user-content main>h1>a:hover{text-decoration:underline}.user-content main>p{color:#696663}.user-content__avatar-holder{width:2.5rem;height:2.5rem;margin:0 0.5rem;margin-left:0}.user-content__avatar{object-fit:contain}.user-content__action{display:flex;flex-direction:column;justify-content:center;line-height:1}.user-content__time{font-size:0.9rem;line-height:1.5;color:#696663}.cta-register{display:flex;flex-direction:column;align-content:center;justify-content:center;width:calc(100% + 2rem);padding:1rem;margin:3rem -1rem;border-top:0.125rem solid #ececec;border-bottom:0.125rem solid #ececec}h2.cta-register__headline{font-size:1.5rem;text-align:center}.cta-register__btn{display:inline-block;font-variant-ligatures:common-ligatures;line-height:1.61;color:#222;text-align:center;text-decoration:none;cursor:pointer;background:linear-gradient(to top, rgba(236,236,236,0.05), rgba(236,236,236,0.5));border-top:1px solid #ececec;border-bottom:1px solid #333;border-radius:0.125rem;transition:background-color 0.2s;font-size:1rem}.cta-register__btn:hover{background-color:rgba(236,236,236,0.5)}.poi{background-color:#fff;border:1px solid white;border-radius:0.125rem;box-shadow:0 0 0.125rem 0 rgba(236,236,236,0.1),0 0.125rem 0.25rem 0 rgba(236,236,236,0.2);display:flex;max-width:100%;height:4.5rem;max-height:4.5rem;padding:0;margin:2rem 0 0;overflow:hidden;color:#222;text-decoration:none;border-color:#ececec;border-bottom-color:rgba(105,102,99,0.33);border-radius:0.125rem;transition:all 0.2s}.poi .poi__left{flex:0 0 4.5rem;width:4.5rem;height:4.5rem}.poi:hover .poi__name{text-decoration:underline}.poi:hover .poi__image-missing>i{filter:unset}.poi:first-child{margin-top:0}.poi:last-child{margin-bottom:0.75rem}.poi--large{height:9rem;max-height:9rem;box-shadow:0 1px 2px var(--category-color-50)}.poi--large:hover{border-color:var(--category-color-50)}.poi--large .poi__left{flex:0 0 9rem;width:9rem;height:9rem}.poi--large .poi__right{display:flex;flex:1 1 30%;justify-content:end;padding:0.25rem}.poi--tourism{--category-color: #679b41;--category-color-50: #679b4180}.poi--life{--category-color: #cd2044;--category-color-50: #cd204480}.poi--culture{--category-color: #2a739f;--category-color-50: #2a739f80}.poi--service{--category-color: #d67600;--category-color-50: #d6760080}.poi--city{--category-color: #57439B;--category-color-50: #57439B80}.poi--industry{--category-color: #000002;--category-color-50: #00000280}.poi__middle{flex:1;max-width:100%;height:100%;padding:0.25rem 0.5rem 0.25rem 0.75rem}.poi__logo{display:none}@media screen and (min-width: 1080px){.poi__logo{display:block;object-fit:contain;max-height:4rem;margin:0 0 auto auto}}.poi__name{flex:0;max-height:2.75rem;padding:0;margin:0.25rem 0;overflow:hidden;font-size:0.9rem;line-height:1;text-overflow:ellipsis;letter-spacing:-0.05em;white-space:nowrap}@media screen and (min-width: 540px){.poi__name{font-size:1.1rem;letter-spacing:0}}@media screen and (min-width: 1080px){.poi__name{font-size:1.15rem}}.poi__category{flex:1;font-size:0.85rem;line-height:1.3;color:#696663}.poi__image,.poi__image-missing{display:block;width:100%;height:100%;text-align:center;border-radius:0.125rem;object-fit:cover}.poi__image{background-color:#ececec;border:1px solid #ececec;border-radius:0}.poi__image-missing{display:flex;align-items:center;justify-content:center;font-size:2rem;line-height:1;user-select:none;background-color:rgba(236,236,236,0.5);opacity:0.5}.poi__image-missing>svg{height:2rem}.poi__image-missing>svg>path{fill:#696663}.poi__content{flex:1}.poi__tags{flex:1;max-height:2.8rem;padding-bottom:0.2rem;padding-left:0;font-size:0.8rem;line-height:1.2}.poi__tags>li{display:block;max-width:100%;overflow:hidden;color:#333;text-overflow:ellipsis;white-space:nowrap}@media screen and (min-width: 1080px){.poi__tags>li:after{content:' · '}.poi__tags>li:last-child:after{display:none}}@media screen and (min-width: 1080px){.poi__tags{flex:1;padding-left:0;font-size:0.9rem}.poi__tags>li{font-weight:400}.poi__tags>li:after{padding-right:0.25em}}.poi__footer{flex:1;align-self:baseline}.poi__icons{display:flex;flex:1;align-items:center;padding:0.5rem 0 0 0;margin-bottom:0;margin-left:-0.25rem;color:#ececec;list-style:none}.poi__icons>li{display:flex;flex:1;align-items:center;width:2rem;max-width:2rem;height:2rem;max-height:2rem;padding:0.3rem;margin:0 1px;overflow:hidden;font-size:1.5rem;line-height:1;text-align:center}.poi__icons>li:first-child{padding-left:0;margin-left:0}.poi__icons>li svg{width:100%;height:100%}.poi__icons>li path{fill:#333}.city{display:flex;flex-wrap:wrap;justify-content:center;max-width:1080px;margin:0 auto}.city__right,.city__center{width:100%;padding:0.25rem 0.75rem}.city__center{flex:1 1 100%}.city__right{display:none}@media screen and (min-width: 1080px){.city{flex-wrap:nowrap}.city__right{display:unset;flex:0 0 360px}.city__center{flex:1 1 720px}}.city__section,.city__section--aside{display:flex;flex-direction:column;padding:0.5rem;margin:0.75rem auto 1.25rem}@media screen and (min-width: 1080px){.city .city__section--aside{max-width:360px}}.city__section-title{padding:0.75rem 0.2rem 0.25rem 0.25rem;margin-bottom:0.5rem;font-size:1.05rem;line-height:1;color:#333}.city__section-title svg{float:right;width:auto;height:1rem}.city__section-title--large{font-size:1.35rem;color:#222}.city__section-content{padding:0 0.5rem;font-size:0.9rem}.city__section-content>ol{line-height:2}@media screen and (min-width: 42rem){.city__section-content>ol{line-height:1.61}}.city__section-content>ol>li{margin:0.25rem 0;list-style:none}.city__section-content>ol>li>a:hover{color:#222;text-decoration:underline}.city__section-more-link{color:#222;text-decoration:underline;text-decoration-style:dotted;text-decoration-color:var(--primary-color, #222);display:inline-block;width:100%;margin-top:0.5rem;line-height:1.61;text-align:right}.city__section-more-link:hover{text-decoration-style:solid}.city__categories{display:flex;align-items:center;justify-content:space-between}.city__category{flex:1;padding:0;margin:0 1px;color:var(--category-color);background-color:#fff;border:1px solid var(--category-color-15);border-radius:0.125rem;transition:all 0.4s}.city__category:focus,.city__category:hover{background-color:var(--category-color-15);outline:0}.city__category--tourism{--category-color: #679b41;--category-color-15: rgba(103, 155, 65, 0.15);--category-color-75: #679b41da}.city__category--life{--category-color: #cd2044;--category-color-15: rgba(205, 32, 68, 0.15);--category-color-75: #cd2044da}.city__category--culture{--category-color: #2a739f;--category-color-15: rgba(42, 115, 159, 0.15);--category-color-75: #2a739fda}.city__category--service{--category-color: #d67600;--category-color-15: rgba(214, 118, 0, 0.15);--category-color-75: #d67600da}.city__category--city{--category-color: #57439B;--category-color-15: rgba(87, 67, 155, 0.15);--category-color-75: #57439Bda}.city__category--industry{--category-color: #000002;--category-color-15: rgba(0, 0, 2, 0.15);--category-color-75: #000002da}.city__category-header{display:flex}.city__category-icon{flex:1;width:2rem;height:2rem;padding-left:0.125rem}@media screen and (min-width: 42rem){.city__category-icon{flex:1 1 25%}}.city__category-title{display:flex;flex:1 1 75%;flex-direction:column;align-items:center;justify-content:center;hyphens:unset;line-height:1;white-space:nowrap;border:1px solid var(--category-color-75);border-radius:0.125rem;transition:all 0.2s}@media screen and (min-width: 42rem){.city__category-title{flex-direction:row}}.city__category-title:hover{border:1px solid var(--category-color-75)}.city__category-title>h2{flex:1;font-size:0.85rem;font-weight:700;line-height:1;color:var(--category-color);text-decoration:none;letter-spacing:0.05em}@media screen and (min-width: 42rem){.city__category-title>h2{flex:1 0 75%;padding-right:0.25rem;padding-bottom:0;margin-top:0;text-align:center}}.city__category-link{padding-top:0.25rem;hyphens:initial;color:var(--category-color);text-align:right;text-decoration:underline;text-decoration-style:dotted;white-space:nowrap}.city__category-link:hover{color:var(--category-color);text-decoration-style:solid}.city__featured{max-width:42rem;margin:2.5rem auto 1.25rem}.city__featured:focus,.city__featured:hover{border-color:transparent;outline-color:transparent}.city__article-name{display:inline-block;max-width:100%;overflow:hidden;line-height:1.41;color:#333;text-overflow:ellipsis;white-space:nowrap}
