/* Add here all your css styles (customizations) */

main {
  margin-top: 10rem;
}

.rr-logotext {
  font-family: 'Handlee';
  font-weight: bold;
  font-size: 23px;
  color: #107ef4;
}

/* Header Carousel */

#rr-header-carousel {
  margin-bottom: 3rem;
}

.rr-header {
  position: absolute;
  padding-top: 1rem;
  bottom: 4rem;
  width: 100%;
  text-align: center;
  background-color: rgba(255, 255, 255, 0.7);
  font-family: 'Handlee';
  font-weight: bold;
  color: #107ef4;
}

@media (max-width: 767px) {
  address.text-right {
    text-align: center !important;
  }
}

.rr-symbolfoto {
  position: absolute;
  top: 10px;
  right: 10px;
  color: #555;
  font-size: 0.7rem;
  background-color: rgba(255, 255, 255, 0.5);
  padding: 0.2em 1em;
  border-radius: 1.0em;
}

.rr-copyrightinfo {
  position: absolute;
  bottom: 10px;
  color: whitesmoke;
  font-size: 0.7rem;
  background-color: rgba(255, 255, 255, 0.3);
  padding: 0.2em 1em;
  border-radius: 1.0em;
}

/* Cookie Consent declaration at the bottom of the page */

.cookie-consent {
  padding: 2rem;
  position: fixed;
  bottom: 0;
  background-color: rgba(200, 200, 200, 0.6);
  width: 100%;
}

.cookie-consent button {
  float: right;
}

/* Main Tertiary */

.g-bg-tertiary {
  background-color: #eee !important;
}

/* open-sans-300 - latin */
@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 300;
    src: local(''),
    url('../fonts/open-sans-v34-latin-300.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
    url('../fonts/open-sans-v34-latin-300.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

/* open-sans-regular - latin */
@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    src: local(''),
    url('../fonts/open-sans-v34-latin-regular.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
    url('../fonts/open-sans-v34-latin-regular.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

/* open-sans-500 - latin */
@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 500;
    src: local(''),
    url('../fonts/open-sans-v34-latin-500.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
    url('../fonts/open-sans-v34-latin-500.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

/* open-sans-600 - latin */
@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 600;
    src: local(''),
    url('../fonts/open-sans-v34-latin-600.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
    url('../fonts/open-sans-v34-latin-600.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

/* open-sans-700 - latin */
@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 700;
    src: local(''),
    url('../fonts/open-sans-v34-latin-700.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
    url('../fonts/open-sans-v34-latin-700.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

/* handlee-regular - latin */
@font-face {
    font-family: 'Handlee';
    font-style: normal;
    font-weight: 400;
    src: local(''),
    url('../fonts/handlee-v14-latin-regular.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
    url('../fonts/handlee-v14-latin-regular.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

