html {
font-size: 8px !important;
scroll-behavior: smooth;
}
html, body {
color: #333333;
font-family: Roboto, sans-serif;
margin: 0;
overflow-x: hidden;
background-color: white;
}
body {
font-size: 2rem;
line-height: 3rem;
} .elementor-video {
width: 100%;
height: 100%;
}
a {
color: black;
text-decoration: none;
}
.view a {color: #008E54; }
h1 {
margin: 0;
font-family: 'Roboto Condensed',sans-serif;
font-weight: 600;
padding: 0;
font-size: 38px;
color: #008E54;
margin-bottom: 3rem;
line-height: 5rem;
}
h2 {
font-family: 'Roboto Condensed',sans-serif;
font-size: 30px;
color: #008E54;
margin-bottom: 20px;
font-weight: 600;
line-height: 4rem;
}
h3 {
font-family: 'Roboto Condensed',sans-serif;
font-size: 20px;
line-height: 24px;
font-weight: 600;
color: #008E54;
}
h4 {
}
h5 {
font-size: 2.6rem;
padding: 0;
margin: 0;
font-weight: normal;
}
#site-header {
background-color: white;
-webkit-box-shadow: 0 3px 10px 0 rgba(153,153,153,0.68);
-moz-box-shadow: 0 3px 10px 0 rgba(153,153,153,0.68);
box-shadow: 0 3px 10px 0 rgba(153,153,153,0.68);
position: fixed;
width: 100%;
z-index: 1001;
top: 0;
}
.breadcrumbs-wrapper {
margin-top: 118px;
}
#hamburger {display: none;}
.center {
width: 80%;
margin: 0 auto;
}
.caret {
display: none;
position: absolute;
right: 0;
top: 0;
padding: 1.5rem;
cursor:pointer;
color: white;
background-color: #007743;
}
.caret span {
display: block;
position: relative;
border-top: 4px dashed;
border-right: 4px solid transparent;
border-left: 4px solid transparent;
}
.side-nav .page_item_has_children > .caret {
display: block;
padding: 1.5rem;
height: 30px;
box-sizing: border-box;
}
.top-menu-wrapper {
background-color: #008E54;
}
.top-menu {
font-size: 1.5rem;
display: flex;
flex-wrap: nowrap;
justify-content: flex-end;
padding: 10px 0 6px 0;
}
.contact-data, .top-menu .socials { margin-right: 5rem; }
.contact-data a { color: white; padding: 0 1rem; }
.contact-data a:hover, .top-menu nav > a:hover { text-decoration: underline; }
.top-menu nav > a {
border-right: 1px solid white;
color: white;
padding: 0 1rem;
}
.top-menu nav > a:last-child {
border: none;
}
.logo { height: 100px; z-index: 90;}
.logo img { height: 100%; width: auto; }
#main-nav {
display: flex;
flex-wrap: nowrap;
justify-content: space-between;
align-items: center;
height: 75px;
}
#menu-main-menu {
display: flex;
justify-content: space-between;
align-items: center;
margin: 0;
padding: 0;
font-family: Roboto Condensed, sans-serif;
}
#menu-main-menu > li {
list-style-type: none;
width: 115px;
text-align: center;
position: relative;
height: 75px;
display: flex;
justify-content: center;
flex-direction: column;
align-items: center;
}
#menu-main-menu > li a {
color: #008E54;
font-weight: bold;
width: 90px;
display: inline-block;
line-height: 2.5rem;
}
#menu-main-menu > li a:hover {
color: #333333;
text-decoration: underline;
}
#menu-main-menu .sub-menu {
display: none;
position: absolute;
padding: 0;
left: 50%;
top: 75px;
margin: 0;
transform: translateX(-50%);
list-style-type: none;
z-index: 420;
white-space: nowrap;
}
#menu-item-39 .sub-menu { column-count: 2; column-gap: 0; }
#menu-main-menu .sub-menu > li { 
line-height: 3rem; 
background-color: #008E54;
}
#menu-main-menu .sub-menu > li:nth-child(odd) {
background-color: #007743;
} @media screen and (min-width: 1001px) { 
#menu-main-menu li:hover .sub-menu { display: block; }
}
#menu-main-menu .sub-menu li a { 
color: white;
width: 100%;
padding: 1rem 3rem;
box-sizing: border-box;
}
#menu-main-menu .sub-menu li:hover { background-color: white; }
#menu-main-menu .sub-menu li a:hover { color: #004D32; }
#menu-main-menu > .current_page_item::before, #menu-main-menu > .current_page_ancestor::before, #menu-main-menu >  .menu-item::before {
content: "";
position: absolute;
top: -10px;
left: 0;
width: 100%;
height: 4px;
background: #007743;
opacity: 0;
-webkit-transition: top .19s ease-in-out 0s, opacity .25s ease-in-out;
-o-transition: top .19s ease-in-out 0s, opacity .25s ease-in-out;
transition: top .19s ease-in-out 0s, opacity .25s ease-in-out;
}
#menu-main-menu > .current_page_item::before, #menu-main-menu > .current_page_ancestor::before, #menu-main-menu > .menu-item:hover::before {
opacity: 1;
top: 0;
}
.breadcrumbs-wrapper {
background-color: #f5f5f5;
border: 1px solid #eee;
}
.breadcrumbs {
color: #777;
text-align: center;
height: 100%;
padding: 1.5rem 0;
}
.breadcrumbs a {
color: #008E54;
display: inline-block;
}
.breadcrumbs a::after {
content: "/\00a0";
padding: 0 0 0 5px;
color: #ccc;
}
.breadcrumbs a:hover {
color: #004D32;
}
.clearer {
clear: both;
}
.frontpage-gallery {
width: 100%;
height: 315px;
margin: 118px 0 -2rem;
position: relative;
}
.slide {
height: 100%;
text-align: center;
} .fade {
animation-name: fade;
animation-duration: 1.5s;
}
@keyframes fade {
from {opacity: 0}
to {opacity: 1}
}
.slide h1 {
position: absolute;
color: white;
font-family: 'Roboto Condensed',sans-serif;
font-size: 4rem;
background-color: rgba(0,153,100,0.5);
padding: 15px 20px;
top: 30%;
transform: translate(-50%,-50%);
left: 50%;
display: none;
}
.slide-img {
height: 100%;
object-fit: cover;
width: 100%;
}
.carousel {
position: absolute;
background-color: white;
padding: 2.5rem;
top: 50%;
transform: translateY(-50%);
cursor: pointer;
transition: 0.6s ease;
}
.carousel:hover {
background-color: #ccc;
}
.c-prev {
left:0;
}
.c-next {
right:0;
}
.carousel-control-icon::before {
content: '';
width: 0.5em;
height: 0.5em;
display: block;
border-top: 1px solid #008E54;
border-right: 1px solid #008E54;
}
.c-prev .carousel-control-icon::before {
transform: rotate(225deg);
}
.c-next .carousel-control-icon::before {
transform: rotate(45deg);
}
.button-wrapper {
position: relative;
display: flex;
justify-content: space-between;
margin: -11rem auto -4rem;
}
.button-wrapper-footer {
position: relative;
display: flex;
justify-content: space-around;
}
.bg-wrapper {
background-color: #e3e3e3;
margin: -8rem 0 -4rem;
padding: 7rem 0 6rem;
}
.slide-btn, .footer-btn {
background-color: #008E54;
text-align: center;
color: white;
box-sizing: border-box;
transition: 0.3s;
display: flex;
align-items: center;
border-radius: 5px;
}
.slide-btn {
width: 15%;
padding: 1rem 2rem;
justify-content: center;
}
.footer-btn {
width: 24%;
padding: 2rem 0;
flex-direction: column;
justify-content: space-around;
}
.slide-btn:hover, .footer-btn:hover {
background-color: #f5f5f5;
color: #008E54;
}
.btn-icon {
font-size: 3rem;
margin-right: 2rem;
}
.footer-btn .btn-icon {
display: block;
font-size: 6rem;
margin: 0 0 1rem 0;
}
.btn-text {
text-align: left;
line-height: 2.5rem;
font-size: 2rem;
}
.footer-btn .btn-text {
font-size: 2.5rem;
line-height: 3rem;
font-family: 'Roboto Condensed', sans-serif;
text-align: center;
}
#content {
margin: 4rem auto;
}
.full-wrapper { padding: 6rem 0;
}
.side-wrapper {
width: 23%;
}
.side-wrapper .children {
display: none;
}
.side-wrapper .current_page_item > .children, .side-wrapper .current_page_parent > .children, .side-wrapper .current_page_ancestor > .children {
display: block;
}
.side-nav {
padding: 0;
margin: 0;
z-index: 10;
position: relative;
}
.side-nav li {position: relative; }
.side-nav > li {
background: #008E54;
list-style-type: none;
padding: 5px 0;
margin-bottom: 5px;
}
.side-nav > li a {
font-family: 'Roboto Condensed',sans-serif; color: white;
display: block;
font-weight: bold;
text-transform: uppercase;
line-height: 1.3em;
padding-left: 10px;
}
.side-nav .children {
margin: 0;
padding: 1px 0 1rem 3rem;
background-color: #007743;
}
.side-nav .children > li {
list-style-type: none;
margin: 1rem 0;
}
.side-nav .children li a {
padding: 0;
margin: 0;
text-transform: none;
font-weight: normal;
}
.side-nav .current_page_item {
}
.side-nav .current_page_item > a {
color: #fad841;
}
.closed span {
-webkit-transform: rotate(0deg);
-ms-transform: rotate(0deg);
-o-transform: rotate(0deg);
transform: rotate(0deg);
}
.open span {
-webkit-transform: rotate(180deg);
-ms-transform: rotate(180deg);
-o-transform: rotate(180deg);
transform: rotate(180deg);
}
.closed span, .open span {
-webkit-transition: -webkit-transform 250ms ease-out 0s;
-moz-transition: -moz-transform 250ms ease-out 0s;
-o-transition: -o-transform 250ms ease-out 0s;
transition: transform 250ms ease-out 0s;
}
.full-wrapper {
display: flex;
justify-content: space-between;
}
.page-content {
width: 73%;
}
.page-content.full { width: 100%; }
.full-wrapper a {
color: #008E54;
}
.full-wrapper a:hover {
color: #004d32;
}
.partner-sidebar {
display: none;
position: sticky;
width: 15%;
z-index: 20;
background-color: white;
height: max-content;
top: 141px;
border: 2px solid #DADADA;
border-radius: 10px;
box-sizing: content-box;
padding: 2rem;
}
@media screen and (min-width: 1630px) {
html, body {
overflow-x: clip;
}
.center { 
max-width: 1500px;
}
.partner-sidebar {
display: block;
}
.page-content {
width: 60%;
}
.page-content.full {width: 80%; }
.side-wrapper {
width: 20%;
}
.news.regional {width: 32%; }
.news-wrapper .news.featured .news-category {line-height:calc( 0.64 * 8vw); }
}
.logo-notruf {
text-align: center;
background-color: #ffffff;
padding: 1rem 2rem 0.5rem;
}
.partner-sidebar .ad {
gap: 7px;
}
.partner-sidebar .ad a {
height: 40px;
width: 40px;
}
.partner-sidebar .ad a img {
-webkit-filter: grayscale(100%);
filter: grayscale(100%);
}
.partner-sidebar .ad a img:hover {
-webkit-filter: grayscale(0%);
filter: grayscale(0%);
}
.btn {
white-space: nowrap;
padding: 6px 12px;
font-size: 16px;
line-height: 1.55;
display: inline-block;
background-color: #008E54;
border: 1px solid #008053;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
touch-action: manipulation;
color: white;
cursor: pointer;
}
.btn:hover {
background-color: #006643;
border-color: #00422b;
}
.btn > a {
color: white;
}
.btn > a:hover {
color: white;
}
.btn-cookie {
text-transform: uppercase;
display: block;
margin: 2rem 0 3rem;
padding: 1rem 2rem;
}
.full-wrapper figcaption {
font-size: 1.8rem;
color: #777;
text-align: left;
padding: 0;
margin: 0.5rem 0 2rem;
line-height: 2.6rem;
}
.news-wrapper {
display: flex;
flex-wrap: wrap;
justify-content: space-between;
align-items: stretch;
margin: 0;
padding: 0;
}
.news-wrapper.grey-bg {
margin: 0 -90rem;
padding: 4rem 90rem 2rem;
background-color: #f5f5f5;
}
.news-wrapper.front-bg {
padding: 5rem 0 2rem;
}
.news-wrapper h1, .news-wrapper h2 {
width: 100%;
order: -1;
}
.news {
display: block;
width: 31%;
position: relative;
font-family: 'Roboto Condensed', sans-serif;
margin-bottom: 5rem;
box-sizing: border-box;
background-color: #F2F2F2;
border: 2px solid #D9D9D9;
border-radius: 10px;
overflow: hidden;
order: 2;
}
.news .news-img {
width: 100%;
height: 200px;
object-fit: cover;
transition: 0.3s all ease;
}
.news:not(.featured):hover .news-img {
transform: scale(1.1);
}
.news.regional .news-img {
height: 124px;
}
.news.regional, .news.intern { background-color: #f5f5f5; }
.news-text {
padding: 2rem 2rem 3rem;
line-height: 18px;
max-width: 340px;
color: #7F7F7F;
text-align: center;
margin: 0 auto;
display: flex;
flex-direction: column;
gap: 1rem;
}
.news-date {
color: #5D5959;
font-weight: bold;
font-size: 14px;
}
.news-text .news-date { color: #595959; }
.news .news-category {
position: absolute;
color: #fff;
font-weight: bold;
font-family: 'Roboto Condensed',sans-serif;
font-size: 16px;
top: 1.5rem;
left: 1.5rem;
border-radius: 5px;
padding: 1rem 3rem;
background-color: #008e54;
z-index: 10;
}
.news .news-category:hover {
background-color: #f56942;
}
.news-text h3 {
font-size: 24px;
line-height: 30px;
margin: 0;
padding: 0;
font-family: 'Roboto Condensed',sans-serif;
font-weight: bold;
color: #008e54;
}
.news p {
font-size: 17px;
margin: 0;
font-weight: bold;
line-height: 22px;
}
.news-detail {
font-family: 'Roboto Condensed', sans-serif;
padding-bottom: 0.5rem;
color: white;
}
.news-detail .news-date {
font-size: 2rem;
padding: 1rem 2rem;
background-color: #7f7f7f;
color: white;
font-weight: 400;
}
.news-detail .news-category {
padding: 1rem 2rem;
background-color: #008E54;
}
.news-excerpt {
font-weight: bold;
}
p {
margin-block-start: 10px;
margin-block-end: 1rem;
}
.news.featured {
width: 100%;
display: flex;
position: relative;
max-height: 350px;
order: 1;
}
.news.featured .news-category {
position: relative;
font-size: 4rem;
height: 100%;
text-align: center;
width: 8%;
line-height: calc(0.8 * 8vw);
padding: unset; writing-mode: vertical-rl;
transform: rotate(180deg);
transform-origin: 50.5%;
top: unset;
left: unset;
}
.rotate {
-webkit-transform: rotate(-90deg);
-moz-transform: rotate(-90deg);
-ms-transform: rotate(-90deg);
-o-transform: rotate(-90deg);
transform: rotate(-90deg); -webkit-transform-origin: 50% 50%;
-moz-transform-origin: 50% 50%;
-ms-transform-origin: 50% 50%;
-o-transform-origin: 50% 50%;
transform-origin: 50% 50%; filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
}
.news.featured .news-img {
width: 50%;
height: 100%;
display: block;
order: 2;
}
.news.featured .news-img:hover {
transform: scale(1.1)
}
.news.featured .news-category:hover, .news.featured .news-text h3:hover {
color: #6d6e6d;
}
.featured .news-text {
position: relative;
text-align: center;
width: 50%;
background-color: #F2F2F2;
margin: 0;
max-width: unset;
display: flex;
justify-content: center;
padding: 2rem 4.16vw 3rem;
}
.featured .news-text::before {
content: "";
position: relative;
width: 45px;
height: 45px;
background: url(https://www.bergrettung-salzburg.at/wp-content/uploads/2024/12/03_bergrettungsdienst_oesterreich_rgb_14cm_300dpi_RUND-x45.png);
background-size: cover;
margin: 0 auto;
}
.featured .news-category {
display: none;
}
.news.featured .news-date {
font-size: 2rem; display: none;
margin: 1rem 0 2rem;
}  .featured .news-text h3 {
font-size: 5.0rem;
line-height: 6.0rem;
color: #008E54;
}
.news-text h3:hover {
background: #121FCF;
background: linear-gradient(to right, #121FCF 0%, #CF1512 100%);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
}
.featured .news-text p {
font-size: 2rem;
font-family: 'Roboto', sans-serif;
color: #7F7F7F;
}
.more.btn {
position: absolute;
right: 3rem;
bottom: 2rem;
cursor: pointer;
font-size: 14px;
padding: 0.5rem 4rem;
border: none;
}
.featured .more {
right: unset;
position: relative;
bottom: unset;
font-size: 3rem;
margin: 4rem 0 0;
}
.news-pics img {
width: 100%;
height: auto;
}
.news-pagination {
margin: 3rem auto 4rem;
order: 5;
width: 100%;
text-align: center;
}
.page-numbers {
background-color: white;
border: 1px solid #008E54;
padding: 0.5rem 1rem;
margin: 0 2px 1rem;
display: inline-block;
}
.page-numbers.current, .full-wrapper .page-numbers:hover {
background-color: #008E54;
color: white;
}
.page-numbers.current {padding: 0.5rem 2rem;}
.full-wrapper .page-numbers.dots:hover {background-color: white; color: black; cursor: default;}
.more-news .news-wrapper {
margin: 0 auto;
}
.more-news {
background-color: #f5f5f5;
margin: 2rem 0 -4rem;
padding: 2rem 0;
}
.search-label {
font-weight: bold;
margin-bottom: 5px;
}
.search-form {
display: flex;
justify-content: space-between;
}
.search-form label {
width: 90%;
}
.search-field {
display: block;
width: 100%;
height: 38px;
padding: 6px 12px;
font-size: 16px;
line-height: 1.55;
color: #555;
background-color: #fff;
border: 1px solid #ccc;
box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
-webkit-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
-o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}
.search-field:focus {
border-color: #66afe9;
outline: 0;
-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,0.6);
box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,0.6);
}
.search-submit {
display: inline-block;
font-weight: normal;
text-align: center;
vertical-align: middle;
touch-action: manipulation;
cursor: pointer;
border: 1px solid #008053;
white-space: nowrap;
padding: 6px 12px;
font-size: 2rem;
line-height: 1.55;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
color: #fff;
background-color: #008E54;
margin-right: 3rem;
}
.search-submit:hover {
background-color: #006643;
border-color: #00422b;
}
.results img {
width: auto;
max-height: 200px;
}
.statistics-wrapper {
background: #008E54 url(//www.bergrettung-salzburg.at/wp-content/themes/hello-elementor-child/assets/img/bg-mountain.png) no-repeat;
background-size: auto;
background-size: cover;
background-color: #008E54;
text-align: center;
padding: 8rem 0;
}
.statistics {
color: white;
font-family: 'Roboto Condensed', sans-serif;
display: flex;
justify-content: space-around;
align-items: center;
}
.counter {
font-size: 6rem;
font-weight: bold;
}
.item-text {
font-size: 18px;
line-height: 18px;
display: inline-block;
margin-left: 2rem;
text-align: left;
}
.ad {
display: flex;
flex-wrap: wrap;
justify-content: space-between;
gap: 20px 40px;
margin: 6rem 0 2rem;
}
.ad a {height: 55px; width: 55px; position: relative;}
.ad a img {
object-fit: cover;
max-width: 100%;
height: auto;
position: absolute;
top: 50%;
transform: translateY(-50%);
}
.sitemap-wrapper {
padding: 0 3rem;
} ::placeholder {
font-family: 'Roboto', sans-serif;
}
.wpcf7-form-control-wrap > input, textarea, .wpcf7-form-control-wrap select {
width: 50%;
display: inline-block;
text-align: left;
padding-left: 1rem;
font-size: 2rem;
box-sizing: border-box;
color: black;
margin-bottom: 2rem;
border: 1px solid #ccc;
background-color: white;
}
.wpcf7-form-control-wrap select { cursor: pointer; }
.wpcf7-form-control-wrap > input, .wpcf7-form-control-wrap select {
height: 4rem;
}
.wpcf7-list-item > label {
display: flex;
justify-content: flex-start;
height: 4rem;
line-height: 4rem;
cursor: pointer;
color: black;
margin-left: -1em;
align-items: center;
}
.wpcf7-list-item input[type="checkbox"] {
margin-right: 1rem;
}
.wpcf7-form-control:focus {
border-color: #66afe9;
outline: 0;
-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,0.6);
box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,0.6);
}
#site-footer {
background-color: #504e4e;
max-width: unset;
padding: 4rem 0;
}
.ft-wrapper {
display: flex;
justify-content: space-between;
}
.ft-links a {
color: white;
border-right: 1px solid white;
padding: 0 1rem;
}
.ft-links a:hover { text-decoration: underline; }
.ft-links a:last-child {
border-right: none;
padding-right: 0;
}
.socials a {
color: white;
font-size: 22px;
margin-left: 10px;
}
#myBtn {
background-color: #555;
color: #fff;
bottom: 20px;
right: 20px;
position: fixed;
width: 48px;
height: 48px;
border: none;
cursor: pointer;
opacity: 0;
}
#glt-translate-trigger, #myBtn {
overflow: hidden;
-webkit-transition: all .3s ease-in-out;
-o-transition: all .3s ease-in-out;
transition: all .3s ease-in-out;
z-index: 100;
}
#myBtn:hover {
background-color: #008E54; }
#myBtn .scroll-top-icon {
-webkit-transform: rotate(45deg);
-ms-transform: rotate(45deg);
-o-transform: rotate(45deg);
transform: rotate(45deg);
position: absolute;
top: 0;
left: 0;
height: 100%;
width: 100%;
}
#myBtn .scroll-top-icon::before {
content: '';
position: absolute;
height: 30%;
width: 30%;
border-top: 1px solid;
border-left: 1px solid;
top: 55%;
left: 55%;
-webkit-transform: translate(-50%,-50%);
-ms-transform: translate(-50%,-50%);
-o-transform: translate(-50%,-50%);
transform: translate(-50%,-50%);
}
.pic-intern {
margin: 2rem 0;
max-width: 400px;
}
.pic-intern img {
width: 100%;
height: auto;
}
.news.intern .news-img {
object-fit: contain;
}
.mobile-nav {display:none; }
.event-wrapper {
display: flex;
}
.event-content {
width: 67%;
}
.event-pic {
width: 30%;
}
.event-color {
width: 200px;
height: 20px;
border-radius: 2px;
margin-top: 2rem;
}
.event-content p:nth-of-type(2) {
margin-top: 5rem;
}
.fc-title {
white-space: initial;
}
.fc-time {
display: none;
} @media screen and (min-width: 1301px) {
.carousel{display: none;}
.frontpage-gallery:hover .carousel {
display: block;
}
} @media only screen 
and (min-width: 1024px) 
and (min-height: 1365px) 
and (orientation: portrait) {
} @media screen and (max-width: 1200px) and (min-width: 768px) {
.counter, .item-text {display: block; text-align:center;}
.counter {margin-bottom: 3rem; }
.item-text {margin-left: unset;}
.socials {margin-left: 3rem;}
.ft-wrapper {justify-content: flex-start;}
} @media screen and (max-width: 1300px) {
.center {width: 90%;}
.full-wrapper { padding: 3rem 0; min-height: unset;}
.news { width: 32%; }
.logo {height: 80px;}
#menu-main-menu > li {width: 95px;}
#menu-main-menu > li a {font-size: 14px;}
.top-menu {justify-content: space-between;}
.button-wrapper {
margin-bottom: -1rem;
}
.news.regional {width: 49%;}
.news.regional .news-img {height: 170px;}
} @media screen and (max-width: 1000px) {
.center { width: 90%; }
.full-wrapper { padding: 3rem 0; min-height: unset; flex-wrap: wrap;}
.top-menu .socials { display: none; }
.contact-data { margin:0; }
.featured .news-text h3 {font-size: 5rem; line-height: 6rem; }
.featured .more {margin-top: 2rem;}
.news { width: 49%; }
.button-wrapper {
margin: 5rem auto 2rem;
flex-wrap: wrap;
}
.button-wrapper-footer {
flex-wrap: wrap;
}
.bg-wrapper { margin-top: -5rem; padding-bottom: 4rem;}
.slide-btn {
width: 100%;
margin-bottom: 2rem;
padding: 2rem 3rem;
justify-content: flex-start;
}
.footer-btn {
width: 48%;
margin-bottom: 2rem;
min-height: 136px;
}
.btn-text {font-size:2.5rem;}
.btn-icon {font-size:3.5rem;}
.ft-links {width:70%;}
.wpcf7-form-control-wrap > input, textarea, .wpcf7-form-control-wrap select {
width: 100%;
margin: 0;
}
.wpcf7-form-control-wrap {
display: block;
}
.wpcf7-list-item > label {
margin: 2rem 0 3rem -2rem;
}
.menu-main-menu-container {
overflow:scroll;
}
#menu-main-menu .caret {
display: block;
}
.top-menu { justify-content: space-between; }
#site-header .menu-main-menu-container {
display: none;
position: fixed;
background-color: rgba(0, 142, 84, 0.95);
color: #fff;
height: 100%;
right: 0;
width: 100%;
top: 118px;
z-index: 100;
}
#hamburger {
display: block;
color: #008E54;   
line-height: 56px;
font-size: 4rem;
}
#menu-main-menu {
justify-content: flex-start;
flex-wrap: wrap;
flex-direction: column;
margin: 3rem 2rem 0;
text-align: left;
display: block;
}
#menu-main-menu > .current_page_item::before, #menu-main-menu > .current_page_ancestor::before, #menu-main-menu > .menu-item::before {content:unset;}
#menu-main-menu > li {
display: block;
margin: 2rem;
height: unset;
line-height: inherit;
text-align: inherit;
}
#menu-main-menu > li {width: unset; }
#menu-main-menu > li a {color: white; width: 80%;}
#menu-main-menu .sub-menu {
display: none;
position: relative;
background-color: unset;
padding: 2rem;
left: unset;
top: unset;
margin: 0;
transform: unset;
list-style-type: none;
z-index: 420;
white-space: unset;
column-count: 2;
column-gap: 0;
}
#menu-main-menu .sub-menu li a {
width: 90%;
border-bottom: 0;
margin: 1rem 0;
font-weight: 400;
text-transform: unset;
} } @media screen and (max-width: 1000px) and (min-width: 768px) {
#menu-main-menu .sub-menu li a, .side-nav > li a {
font-size: 2.5rem;
padding: 1rem;
}
#menu-main-menu > li a {font-size: 2.3rem;}
.side-nav .children li a {font-size: 2.3rem; padding: 1rem;}
.breadcrumbs-wrapper {
background-color: white;
border: 0;
position: fixed;
width: 60%;
left: 55%;
transform: translate(-50%);
margin: 55px auto 0;
z-index: 1002;
top: 0;
}
.breadcrumbs.center {width: 100%;}
#content {
margin: 163px auto 4rem;
}
} @media screen and (max-width: 800px) {
.news.featured {width: 100%;}
.news.regional .news-img {height: 140px;}
.contact-data {display: none;}
.page-content, .side-wrapper {
width: 100%;
float: unset;
}
.mobile-nav {
background-color: #008E54;
color: white;
padding: 1rem 2rem;
margin: -2rem 0 2rem;
display: flex;
justify-content: space-between;
align-items: center;
}
.side-nav {display: none; }
.event-wrapper {
flex-wrap: wrap;
gap: 3rem;
}
.event-content {
width: 100%;
order: 2;
}
.event-pic {
width: 100%;
text-align:center;
}
.event-pic img {
max-height: 300px;
width: auto;
}
} @media screen and (max-width: 767px) {
h1 { font-size: 4rem; }
.ft-links a {
border: 0;
display: block;
padding: 0.5rem 1rem;
}
.socials a {
display: block;
font-size: 42px;
margin-bottom: 2rem;
}
.mobile-hide { display: none; }
#site-header .menu-main-menu-container {
top: 116px;
height: calc(100% - 116px);
}
#menu-main-menu > li a {font-size: 2rem;}
.logo {height: 50px;}
#google_translate_element { 
position: absolute;
top: 60px;
left: 50%;
transform: translateX(-50%);
}
.breadcrumbs-wrapper {
margin-top: 115px;
}
.breadcrumbs {text-align:left;}
.frontpage-gallery {
height: 140px;
margin-top: 116px;
}
.slide h1 {display: none; }
.news-wrapper .news {
width: 100%;
height: unset;
} .news.featured {margin-bottom: 5rem; flex-wrap: wrap; max-height: unset;}
.news.featured .news-category { font-size: 2rem; padding: unset; }
.featured .news-text { 
top: unset; 
width: 100%
}
.news.featured .news-img {
width: 100%;
height: unset;
max-height: 300px;
}
.featured .news-text h3 {font-size: 3rem; line-height: 4rem; }
.featured .more.btn { font-size: 2rem; margin: 1rem 0; }
.news-detail {
margin: 2rem 0 3rem;
}
.more.btn {
position: relative;
bottom: unset;
margin: 2rem 0 1rem;
right: unset;
}
.statistics-wrapper {
text-align: unset;
padding: 3rem 0;
}
.statistics {
justify-content: flex-start;
flex-direction: column;
align-items: baseline;
}
.statistics-item {
margin: 2rem 0;
}
.item-text {
font-size: 17px;
line-height: 17px; 
}
.partner-footer {width:80%;}
.ad { gap: 20px; }
} .grecaptcha-badge { 
visibility: hidden;
opacity: 0;
}@font-face {
font-family: 'Roboto';
font-style: normal;
font-weight: 300;
src: url(//www.bergrettung-salzburg.at/wp-content/themes/hello-elementor-child/assets/fonts/roboto/roboto-v20-latin-300.eot); src: local('Roboto Light'), local('Roboto-Light'),
url(//www.bergrettung-salzburg.at/wp-content/themes/hello-elementor-child/assets/fonts/roboto/roboto-v20-latin-300.eot?#iefix) format('embedded-opentype'), url(//www.bergrettung-salzburg.at/wp-content/themes/hello-elementor-child/assets/fonts/roboto/roboto-v20-latin-300.woff2) format('woff2'), url(//www.bergrettung-salzburg.at/wp-content/themes/hello-elementor-child/assets/fonts/roboto/roboto-v20-latin-300.woff) format('woff'), url(//www.bergrettung-salzburg.at/wp-content/themes/hello-elementor-child/assets/fonts/roboto/roboto-v20-latin-300.ttf) format('truetype'), url(//www.bergrettung-salzburg.at/wp-content/themes/hello-elementor-child/assets/fonts/roboto/roboto-v20-latin-300.svg#Roboto) format('svg'); } @font-face {
font-family: 'Roboto';
font-style: italic;
font-weight: 300;
src: url(//www.bergrettung-salzburg.at/wp-content/themes/hello-elementor-child/assets/fonts/roboto/roboto-v20-latin-300italic.eot); src: local('Roboto Light Italic'), local('Roboto-LightItalic'),
url(//www.bergrettung-salzburg.at/wp-content/themes/hello-elementor-child/assets/fonts/roboto/roboto-v20-latin-300italic.eot?#iefix) format('embedded-opentype'), url(//www.bergrettung-salzburg.at/wp-content/themes/hello-elementor-child/assets/fonts/roboto/roboto-v20-latin-300italic.woff2) format('woff2'), url(//www.bergrettung-salzburg.at/wp-content/themes/hello-elementor-child/assets/fonts/roboto/roboto-v20-latin-300italic.woff) format('woff'), url(//www.bergrettung-salzburg.at/wp-content/themes/hello-elementor-child/assets/fonts/roboto/roboto-v20-latin-300italic.ttf) format('truetype'), url(//www.bergrettung-salzburg.at/wp-content/themes/hello-elementor-child/assets/fonts/roboto/roboto-v20-latin-300italic.svg#Roboto) format('svg'); } @font-face {
font-family: 'Roboto';
font-style: normal;
font-weight: 400;
src: url(//www.bergrettung-salzburg.at/wp-content/themes/hello-elementor-child/assets/fonts/roboto/roboto-v20-latin-regular.eot); src: local('Roboto'), local('Roboto-Regular'),
url(//www.bergrettung-salzburg.at/wp-content/themes/hello-elementor-child/assets/fonts/roboto/roboto-v20-latin-regular.eot?#iefix) format('embedded-opentype'), url(//www.bergrettung-salzburg.at/wp-content/themes/hello-elementor-child/assets/fonts/roboto/roboto-v20-latin-regular.woff2) format('woff2'), url(//www.bergrettung-salzburg.at/wp-content/themes/hello-elementor-child/assets/fonts/roboto/roboto-v20-latin-regular.woff) format('woff'), url(//www.bergrettung-salzburg.at/wp-content/themes/hello-elementor-child/assets/fonts/roboto/roboto-v20-latin-regular.ttf) format('truetype'), url(//www.bergrettung-salzburg.at/wp-content/themes/hello-elementor-child/assets/fonts/roboto/roboto-v20-latin-regular.svg#Roboto) format('svg'); } @font-face {
font-family: 'Roboto';
font-style: italic;
font-weight: 400;
src: url(//www.bergrettung-salzburg.at/wp-content/themes/hello-elementor-child/assets/fonts/roboto/roboto-v20-latin-italic.eot); src: local('Roboto Italic'), local('Roboto-Italic'),
url(//www.bergrettung-salzburg.at/wp-content/themes/hello-elementor-child/assets/fonts/roboto/roboto-v20-latin-italic.eot?#iefix) format('embedded-opentype'), url(//www.bergrettung-salzburg.at/wp-content/themes/hello-elementor-child/assets/fonts/roboto/roboto-v20-latin-italic.woff2) format('woff2'), url(//www.bergrettung-salzburg.at/wp-content/themes/hello-elementor-child/assets/fonts/roboto/roboto-v20-latin-italic.woff) format('woff'), url(//www.bergrettung-salzburg.at/wp-content/themes/hello-elementor-child/assets/fonts/roboto/roboto-v20-latin-italic.ttf) format('truetype'), url(//www.bergrettung-salzburg.at/wp-content/themes/hello-elementor-child/assets/fonts/roboto/roboto-v20-latin-italic.svg#Roboto) format('svg'); } @font-face {
font-family: 'Roboto';
font-style: normal;
font-weight: 500;
src: url(//www.bergrettung-salzburg.at/wp-content/themes/hello-elementor-child/assets/fonts/roboto/roboto-v20-latin-500.eot); src: local('Roboto Medium'), local('Roboto-Medium'),
url(//www.bergrettung-salzburg.at/wp-content/themes/hello-elementor-child/assets/fonts/roboto/roboto-v20-latin-500.eot?#iefix) format('embedded-opentype'), url(//www.bergrettung-salzburg.at/wp-content/themes/hello-elementor-child/assets/fonts/roboto/roboto-v20-latin-500.woff2) format('woff2'), url(//www.bergrettung-salzburg.at/wp-content/themes/hello-elementor-child/assets/fonts/roboto/roboto-v20-latin-500.woff) format('woff'), url(//www.bergrettung-salzburg.at/wp-content/themes/hello-elementor-child/assets/fonts/roboto/roboto-v20-latin-500.ttf) format('truetype'), url(//www.bergrettung-salzburg.at/wp-content/themes/hello-elementor-child/assets/fonts/roboto/roboto-v20-latin-500.svg#Roboto) format('svg'); } @font-face {
font-family: 'Roboto';
font-style: italic;
font-weight: 500;
src: url(//www.bergrettung-salzburg.at/wp-content/themes/hello-elementor-child/assets/fonts/roboto/roboto-v20-latin-500italic.eot); src: local('Roboto Medium Italic'), local('Roboto-MediumItalic'),
url(//www.bergrettung-salzburg.at/wp-content/themes/hello-elementor-child/assets/fonts/roboto/roboto-v20-latin-500italic.eot?#iefix) format('embedded-opentype'), url(//www.bergrettung-salzburg.at/wp-content/themes/hello-elementor-child/assets/fonts/roboto/roboto-v20-latin-500italic.woff2) format('woff2'), url(//www.bergrettung-salzburg.at/wp-content/themes/hello-elementor-child/assets/fonts/roboto/roboto-v20-latin-500italic.woff) format('woff'), url(//www.bergrettung-salzburg.at/wp-content/themes/hello-elementor-child/assets/fonts/roboto/roboto-v20-latin-500italic.ttf) format('truetype'), url(//www.bergrettung-salzburg.at/wp-content/themes/hello-elementor-child/assets/fonts/roboto/roboto-v20-latin-500italic.svg#Roboto) format('svg'); } @font-face {
font-family: 'Roboto';
font-style: normal;
font-weight: 700;
src: url(//www.bergrettung-salzburg.at/wp-content/themes/hello-elementor-child/assets/fonts/roboto/roboto-v20-latin-700.eot); src: local('Roboto Bold'), local('Roboto-Bold'),
url(//www.bergrettung-salzburg.at/wp-content/themes/hello-elementor-child/assets/fonts/roboto/roboto-v20-latin-700.eot?#iefix) format('embedded-opentype'), url(//www.bergrettung-salzburg.at/wp-content/themes/hello-elementor-child/assets/fonts/roboto/roboto-v20-latin-700.woff2) format('woff2'), url(//www.bergrettung-salzburg.at/wp-content/themes/hello-elementor-child/assets/fonts/roboto/roboto-v20-latin-700.woff) format('woff'), url(//www.bergrettung-salzburg.at/wp-content/themes/hello-elementor-child/assets/fonts/roboto/roboto-v20-latin-700.ttf) format('truetype'), url(//www.bergrettung-salzburg.at/wp-content/themes/hello-elementor-child/assets/fonts/roboto/roboto-v20-latin-700.svg#Roboto) format('svg'); } @font-face {
font-family: 'Roboto';
font-style: italic;
font-weight: 700;
src: url(//www.bergrettung-salzburg.at/wp-content/themes/hello-elementor-child/assets/fonts/roboto/roboto-v20-latin-700italic.eot); src: local('Roboto Bold Italic'), local('Roboto-BoldItalic'),
url(//www.bergrettung-salzburg.at/wp-content/themes/hello-elementor-child/assets/fonts/roboto/roboto-v20-latin-700italic.eot?#iefix) format('embedded-opentype'), url(//www.bergrettung-salzburg.at/wp-content/themes/hello-elementor-child/assets/fonts/roboto/roboto-v20-latin-700italic.woff2) format('woff2'), url(//www.bergrettung-salzburg.at/wp-content/themes/hello-elementor-child/assets/fonts/roboto/roboto-v20-latin-700italic.woff) format('woff'), url(//www.bergrettung-salzburg.at/wp-content/themes/hello-elementor-child/assets/fonts/roboto/roboto-v20-latin-700italic.ttf) format('truetype'), url(//www.bergrettung-salzburg.at/wp-content/themes/hello-elementor-child/assets/fonts/roboto/roboto-v20-latin-700italic.svg#Roboto) format('svg'); } @font-face {
font-family: 'Roboto';
font-style: normal;
font-weight: 900;
src: url(//www.bergrettung-salzburg.at/wp-content/themes/hello-elementor-child/assets/fonts/roboto/roboto-v20-latin-900.eot); src: local('Roboto Black'), local('Roboto-Black'),
url(//www.bergrettung-salzburg.at/wp-content/themes/hello-elementor-child/assets/fonts/roboto/roboto-v20-latin-900.eot?#iefix) format('embedded-opentype'), url(//www.bergrettung-salzburg.at/wp-content/themes/hello-elementor-child/assets/fonts/roboto/roboto-v20-latin-900.woff2) format('woff2'), url(//www.bergrettung-salzburg.at/wp-content/themes/hello-elementor-child/assets/fonts/roboto/roboto-v20-latin-900.woff) format('woff'), url(//www.bergrettung-salzburg.at/wp-content/themes/hello-elementor-child/assets/fonts/roboto/roboto-v20-latin-900.ttf) format('truetype'), url(//www.bergrettung-salzburg.at/wp-content/themes/hello-elementor-child/assets/fonts/roboto/roboto-v20-latin-900.svg#Roboto) format('svg'); } @font-face {
font-family: 'Roboto';
font-style: italic;
font-weight: 900;
src: url(//www.bergrettung-salzburg.at/wp-content/themes/hello-elementor-child/assets/fonts/roboto/roboto-v20-latin-900italic.eot); src: local('Roboto Black Italic'), local('Roboto-BlackItalic'),
url(//www.bergrettung-salzburg.at/wp-content/themes/hello-elementor-child/assets/fonts/roboto/roboto-v20-latin-900italic.eot?#iefix) format('embedded-opentype'), url(//www.bergrettung-salzburg.at/wp-content/themes/hello-elementor-child/assets/fonts/roboto/roboto-v20-latin-900italic.woff2) format('woff2'), url(//www.bergrettung-salzburg.at/wp-content/themes/hello-elementor-child/assets/fonts/roboto/roboto-v20-latin-900italic.woff) format('woff'), url(//www.bergrettung-salzburg.at/wp-content/themes/hello-elementor-child/assets/fonts/roboto/roboto-v20-latin-900italic.ttf) format('truetype'), url(//www.bergrettung-salzburg.at/wp-content/themes/hello-elementor-child/assets/fonts/roboto/roboto-v20-latin-900italic.svg#Roboto) format('svg'); }@font-face {
font-family: 'Roboto Condensed';
font-style: normal;
font-weight: 300;
src: url(//www.bergrettung-salzburg.at/wp-content/themes/hello-elementor-child/assets/fonts/roboto-condensed/roboto-condensed-v18-latin-300.eot); src: local('Roboto Condensed Light'), local('RobotoCondensed-Light'),
url(//www.bergrettung-salzburg.at/wp-content/themes/hello-elementor-child/assets/fonts/roboto-condensed/roboto-condensed-v18-latin-300.eot?#iefix) format('embedded-opentype'), url(//www.bergrettung-salzburg.at/wp-content/themes/hello-elementor-child/assets/fonts/roboto-condensed/roboto-condensed-v18-latin-300.woff2) format('woff2'), url(//www.bergrettung-salzburg.at/wp-content/themes/hello-elementor-child/assets/fonts/roboto-condensed/roboto-condensed-v18-latin-300.woff) format('woff'), url(//www.bergrettung-salzburg.at/wp-content/themes/hello-elementor-child/assets/fonts/roboto-condensed/roboto-condensed-v18-latin-300.ttf) format('truetype'), url(//www.bergrettung-salzburg.at/wp-content/themes/hello-elementor-child/assets/fonts/roboto-condensed/roboto-condensed-v18-latin-300.svg#RobotoCondensed) format('svg'); } @font-face {
font-family: 'Roboto Condensed';
font-style: italic;
font-weight: 300;
src: url(//www.bergrettung-salzburg.at/wp-content/themes/hello-elementor-child/assets/fonts/roboto-condensed/roboto-condensed-v18-latin-300italic.eot); src: local('Roboto Condensed Light Italic'), local('RobotoCondensed-LightItalic'),
url(//www.bergrettung-salzburg.at/wp-content/themes/hello-elementor-child/assets/fonts/roboto-condensed/roboto-condensed-v18-latin-300italic.eot?#iefix) format('embedded-opentype'), url(//www.bergrettung-salzburg.at/wp-content/themes/hello-elementor-child/assets/fonts/roboto-condensed/roboto-condensed-v18-latin-300italic.woff2) format('woff2'), url(//www.bergrettung-salzburg.at/wp-content/themes/hello-elementor-child/assets/fonts/roboto-condensed/roboto-condensed-v18-latin-300italic.woff) format('woff'), url(//www.bergrettung-salzburg.at/wp-content/themes/hello-elementor-child/assets/fonts/roboto-condensed/roboto-condensed-v18-latin-300italic.ttf) format('truetype'), url(//www.bergrettung-salzburg.at/wp-content/themes/hello-elementor-child/assets/fonts/roboto-condensed/roboto-condensed-v18-latin-300italic.svg#RobotoCondensed) format('svg'); } @font-face {
font-family: 'Roboto Condensed';
font-style: normal;
font-weight: 400;
src: url(//www.bergrettung-salzburg.at/wp-content/themes/hello-elementor-child/assets/fonts/roboto-condensed/roboto-condensed-v18-latin-regular.eot); src: local('Roboto Condensed'), local('RobotoCondensed-Regular'),
url(//www.bergrettung-salzburg.at/wp-content/themes/hello-elementor-child/assets/fonts/roboto-condensed/roboto-condensed-v18-latin-regular.eot?#iefix) format('embedded-opentype'), url(//www.bergrettung-salzburg.at/wp-content/themes/hello-elementor-child/assets/fonts/roboto-condensed/roboto-condensed-v18-latin-regular.woff2) format('woff2'), url(//www.bergrettung-salzburg.at/wp-content/themes/hello-elementor-child/assets/fonts/roboto-condensed/roboto-condensed-v18-latin-regular.woff) format('woff'), url(//www.bergrettung-salzburg.at/wp-content/themes/hello-elementor-child/assets/fonts/roboto-condensed/roboto-condensed-v18-latin-regular.ttf) format('truetype'), url(//www.bergrettung-salzburg.at/wp-content/themes/hello-elementor-child/assets/fonts/roboto-condensed/roboto-condensed-v18-latin-regular.svg#RobotoCondensed) format('svg'); } @font-face {
font-family: 'Roboto Condensed';
font-style: normal;
font-weight: 700;
src: url(//www.bergrettung-salzburg.at/wp-content/themes/hello-elementor-child/assets/fonts/roboto-condensed/roboto-condensed-v18-latin-700.eot); src: local('Roboto Condensed Bold'), local('RobotoCondensed-Bold'),
url(//www.bergrettung-salzburg.at/wp-content/themes/hello-elementor-child/assets/fonts/roboto-condensed/roboto-condensed-v18-latin-700.eot?#iefix) format('embedded-opentype'), url(//www.bergrettung-salzburg.at/wp-content/themes/hello-elementor-child/assets/fonts/roboto-condensed/roboto-condensed-v18-latin-700.woff2) format('woff2'), url(//www.bergrettung-salzburg.at/wp-content/themes/hello-elementor-child/assets/fonts/roboto-condensed/roboto-condensed-v18-latin-700.woff) format('woff'), url(//www.bergrettung-salzburg.at/wp-content/themes/hello-elementor-child/assets/fonts/roboto-condensed/roboto-condensed-v18-latin-700.ttf) format('truetype'), url(//www.bergrettung-salzburg.at/wp-content/themes/hello-elementor-child/assets/fonts/roboto-condensed/roboto-condensed-v18-latin-700.svg#RobotoCondensed) format('svg'); } @font-face {
font-family: 'Roboto Condensed';
font-style: italic;
font-weight: 400;
src: url(//www.bergrettung-salzburg.at/wp-content/themes/hello-elementor-child/assets/fonts/roboto-condensed/roboto-condensed-v18-latin-italic.eot); src: local('Roboto Condensed Italic'), local('RobotoCondensed-Italic'),
url(//www.bergrettung-salzburg.at/wp-content/themes/hello-elementor-child/assets/fonts/roboto-condensed/roboto-condensed-v18-latin-italic.eot?#iefix) format('embedded-opentype'), url(//www.bergrettung-salzburg.at/wp-content/themes/hello-elementor-child/assets/fonts/roboto-condensed/roboto-condensed-v18-latin-italic.woff2) format('woff2'), url(//www.bergrettung-salzburg.at/wp-content/themes/hello-elementor-child/assets/fonts/roboto-condensed/roboto-condensed-v18-latin-italic.woff) format('woff'), url(//www.bergrettung-salzburg.at/wp-content/themes/hello-elementor-child/assets/fonts/roboto-condensed/roboto-condensed-v18-latin-italic.ttf) format('truetype'), url(//www.bergrettung-salzburg.at/wp-content/themes/hello-elementor-child/assets/fonts/roboto-condensed/roboto-condensed-v18-latin-italic.svg#RobotoCondensed) format('svg'); } @font-face {
font-family: 'Roboto Condensed';
font-style: italic;
font-weight: 700;
src: url(//www.bergrettung-salzburg.at/wp-content/themes/hello-elementor-child/assets/fonts/roboto-condensed/roboto-condensed-v18-latin-700italic.eot); src: local('Roboto Condensed Bold Italic'), local('RobotoCondensed-BoldItalic'),
url(//www.bergrettung-salzburg.at/wp-content/themes/hello-elementor-child/assets/fonts/roboto-condensed/roboto-condensed-v18-latin-700italic.eot?#iefix) format('embedded-opentype'), url(//www.bergrettung-salzburg.at/wp-content/themes/hello-elementor-child/assets/fonts/roboto-condensed/roboto-condensed-v18-latin-700italic.woff2) format('woff2'), url(//www.bergrettung-salzburg.at/wp-content/themes/hello-elementor-child/assets/fonts/roboto-condensed/roboto-condensed-v18-latin-700italic.woff) format('woff'), url(//www.bergrettung-salzburg.at/wp-content/themes/hello-elementor-child/assets/fonts/roboto-condensed/roboto-condensed-v18-latin-700italic.ttf) format('truetype'), url(//www.bergrettung-salzburg.at/wp-content/themes/hello-elementor-child/assets/fonts/roboto-condensed/roboto-condensed-v18-latin-700italic.svg#RobotoCondensed) format('svg'); }