/* merriweather-regular - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Gomes Dorce";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/GomesDorce.woff") format("woff"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* open-sans-regular - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/open-sans-v43-latin-regular.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* open-sans-italic - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Open Sans";
  font-style: italic;
  font-weight: 400;
  src: url("../fonts/open-sans-v43-latin-italic.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* open-sans-700 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/open-sans-v43-latin-700.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
.symbol {
  position: relative;
  display: inline-block;
  top: 9px;
  padding-right: 7px;
  font-family: "Material Symbols Outlined";
  font-size: 30px;
  font-variation-settings: "FILL" 0, "wght" 200, "GRAD" -25, "opsz" 30;
}

@media (min-width: 0) and (max-width: 960px) {
  .desktop-only {
    display: none !important;
  }
}

@media (min-width: 960px) {
  .mobile-only {
    display: none !important;
  }
}

@media (min-width: 0) and (max-width: 960px) {
  .desktop-menu-area {
    display: none !important;
  }
}

@media (min-width: 960px) {
  .mobile-menu-area {
    display: none !important;
  }
}

html {
  font-size: 14px;
}
@media (min-width: 800px) {
  html {
    font-size: 14px;
  }
}
@media (min-width: 900px) {
  html {
    font-size: 14px;
  }
}
@media (min-width: 1070px) {
  html {
    font-size: 16px;
  }
}

html,
body,
p,
span,
a,
td,
li,
div,
label .uk-navbar-item,
.uk-navbar-nav > li > a,
.uk-navbar-toggle {
  font-family: "Open Sans", serif;
  font-weight: 400;
  font-style: normal;
  color: #111;
}

h1,
h2,
h3,
h4,
h5,
h6,
.pseudo-h1,
.pseudo-h2,
.pseudo-h3 {
  font-family: "Gomes Dorce", serif;
  font-weight: 400;
  font-style: normal;
  color: #111;
}

strong,
b,
.strong,
.bold {
  font-family: "Open Sans";
  font-weight: 700;
  font-style: normal;
}

em,
i {
  font-family: "Open Sans";
  font-weight: 400;
  font-style: italic;
}

h1,
.pseudo-h1 {
  font-size: 2.4rem;
  text-transform: uppercase;
  color: #444;
}
h1::after,
.pseudo-h1::after {
  content: "";
  display: block;
  width: 50px;
  height: 1px;
  background: #444;
  margin-bottom: 30px;
  margin-top: 30px;
  margin-left: 0;
}

h1 strong {
  color: #444;
  letter-spacing: 1px;
}

h2,
.pseudo-h2 {
  font-size: 1.6rem;
}

h3,
.pseudo-h3 {
  font-size: 1.3rem;
}

a {
  color: #bb5e31;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

a:hover {
  color: #c76119;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  text-decoration: none;
}

a:focus,
a:active {
  color: #c76119;
}

.uk-section {
  padding: 0;
  margin: 0;
}

.uk-background-muted {
  background-color: hsl(0, 0%, 70%);
}

.uk-background-primary {
  background-color: #c97e5a;
}

.uk-background-secondary {
  background-color: #c97e5a;
}

.uk-button-primary,
.uk-button-primary:focus,
.uk-button-primary:active {
  background-color: #bb5e31;
}

.uk-button-primary:hover {
  background-color: #964b27;
}

.uk-button-secondary,
.uk-button-secondary:focus,
.uk-button-secondary:active {
  background-color: #9e232c;
}

.uk-button-secondary:hover {
  background-color: #964b27;
}

.uk-width-1-12 {
  width: 8.333%;
}

.uk-width-2-12 {
  width: 16.666%;
}

.uk-width-3-12 {
  width: 25%;
}

.uk-width-4-12 {
  width: 33.333%;
}

.uk-width-5-12 {
  width: 41.666%;
}

.uk-width-6-12 {
  width: 50%;
}

.uk-width-7-12 {
  width: 58.333%;
}

.uk-width-8-12 {
  width: 66.666%;
}

.uk-width-9-12 {
  width: 75%;
}

.uk-width-10-12 {
  width: 83.333%;
}

.uk-width-11-12 {
  width: 91.666%;
}

.pt5 {
  padding-top: 5px;
}

.pt10 {
  padding-top: 10px;
}

.pt15 {
  padding-top: 15px;
}

.pt20 {
  padding-top: 20px;
}

.pt30 {
  padding-top: 30px;
}

.pt40 {
  padding-top: 40px;
}

.pt45 {
  padding-top: 45px;
}

.pt60 {
  padding-top: 60px;
}

.pt90 {
  padding-top: 90px;
}

.pt120 {
  padding-top: 120px;
}

.pb5 {
  padding-bottom: 5px;
}

.pb10 {
  padding-bottom: 10px;
}

.pb15 {
  padding-bottom: 15px;
}

.pb20 {
  padding-bottom: 20px;
}

.pb30 {
  padding-bottom: 30px;
}

.pb40 {
  padding-bottom: 40px;
}

.pb45 {
  padding-bottom: 45px;
}

.pb60 {
  padding-bottom: 60px;
}

.pb90 {
  padding-bottom: 90px;
}

.pb120 {
  padding-bottom: 120px;
}

.mt5 {
  margin-top: 5px;
}

.mt10 {
  margin-top: 10px;
}

.mt15 {
  margin-top: 15px;
}

.mt20 {
  margin-top: 20px;
}

.mt30 {
  margin-top: 30px;
}

.mt40 {
  margin-top: 40px;
}

.mt45 {
  margin-top: 45px;
}

.mt60 {
  margin-top: 60px;
}

.mt90 {
  margin-top: 90px;
}

.mt120 {
  margin-top: 120px;
}

.mb5 {
  margin-bottom: 5px;
}

.mb10 {
  margin-bottom: 10px;
}

.mb15 {
  margin-bottom: 15px;
}

.mb20 {
  margin-bottom: 20px;
}

.mb30 {
  margin-bottom: 30px;
}

.mb40 {
  margin-bottom: 40px;
}

.mb45 {
  margin-bottom: 45px;
}

.mb60 {
  margin-bottom: 60px;
}

.mb90 {
  margin-bottom: 90px;
}

.mb120 {
  margin-bottom: 120px;
}

.align_left {
  float: left;
  padding-right: 20px;
  padding-bottom: 20px;
}

.align_right {
  float: right;
  padding-left: 20px;
  padding-bottom: 20px;
}

.align_center {
  display: block;
  margin: 0 auto;
  padding-bottom: 20px;
}

body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-height: 100vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

#stage {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.show-banner > .privacywire-page-wrapper,
.show-options > .privacywire-page-wrapper,
.show-message > .privacywire-page-wrapper {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.6);
  backdrop-filter: blur(5px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 10000;
}

.privacywire {
  display: none;
}

.show-banner .privacywire.privacywire-banner,
.show-options .privacywire.privacywire-options,
.show-message .privacywire.privacywire-message {
  display: block;
  position: relative;
  left: auto;
  right: auto;
  bottom: auto;
  max-width: 450px;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.privacywire {
  background: #ffffff;
  border: 1px solid red;
}

.privacywire .privacywire-header {
  text-align: center;
  margin-bottom: 15px;
}

div.privacywire-ask-consent {
  background-color: transparent;
  padding: 90px 15px;
  text-align: center;
}

div.privacywire-ask-consent p {
  color: inherit;
}

.show-banner .privacywire .allow-all {
  color: inherit;
  margin: 0 0 10px 0;
  border: none;
  overflow: visible;
  font: inherit;
  color: inherit;
  text-transform: none;
  -webkit-appearance: none;
  border-radius: 0;
  display: inline-block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0 30px;
  vertical-align: middle;
  font-size: 0.875rem;
  line-height: 38px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: 0.5s all;
  transition: 0.5s all;
  width: 100%;
}

.show-banner .privacywire .allow-all:hover {
  -webkit-transition: 0.5s all;
  transition: 0.5s all;
  cursor: pointer;
}

.privacywire .allow-necessary,
.privacywire .choose,
.privacywire-consent-button,
.privacywire .toggle,
.privacywire .save {
  margin: 0 0 10px 0;
  border: none;
  overflow: visible;
  font: inherit;
  color: inherit;
  text-transform: none;
  -webkit-appearance: none;
  border-radius: 0;
  display: inline-block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0 30px;
  vertical-align: middle;
  font-size: 0.875rem;
  line-height: 38px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: 0.1s ease-in-out;
  transition: 0.1s ease-in-out;
  -webkit-transition-property: color, background-color, border-color;
  transition-property: color, background-color, border-color;
  width: 100%;
}

.privacywire .allow-necessary:hover,
.privacywire .choose:hover,
.privacywire-consent-button:hover,
.privacywire .toggle:hover,
.privacywire .save:hover {
  background-color: #ddd;
  -webkit-transition: 0.5s all;
  transition: 0.5s all;
  cursor: pointer;
}

.glb-footer {
  min-height: 100px;
  background-color: #c2b5a5;
  color: #fff;
  padding: 60px 0 60px 0;
}

.glb-footer div,
.glb-footer td,
.glb-footer a {
  color: #fff;
}

.glb-footer a {
  text-decoration: underline;
}

.glb-footer a:hover {
  text-decoration: none;
}

.footerlogo {
  max-width: 160px;
  position: relative;
  left: 4px;
}

.rb-gap {
  padding: 19px 0 0 19px;
}

.glb-mobilemenu {
  position: fixed;
  width: 100%;
  z-index: 999;
}

.glb-mobilemenu-gap {
  height: 80px;
  width: 100%;
}

.glb-mobilemenu > div {
  padding: 10px 10px 10px 10px;
  background-color: #faf9f5;
}

.glb-mobilemenu .menu-container {
  margin-top: 20px;
}

.glb-mobilemenu .toggle-icon {
  padding: 0 20px 0 0;
  color: hsl(0, 0%, 60%);
}

.glb-mobilemenu #toggle-animation {
  -webkit-box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 6px -1px, rgba(0, 0, 0, 0.06) 0px 2px 4px -1px;
          box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 6px -1px, rgba(0, 0, 0, 0.06) 0px 2px 4px -1px;
}

.glb-mobilemenu .uk-nav-default > li {
  padding: 8px 0 8px 20px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.glb-mobilemenu .uk-nav-default > li:first-child {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.glb-mobilemenu .uk-nav-default > li > a {
  color: #555;
}

.glb-mobilemenu-gap {
  height: 94px;
}

.glb-mobilemenu .uk-nav-default > li > a {
  font-size: 17px;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.glb-centermenu {
  background-color: hsl(0, 0%, 97%);
}

.glb-centermenu li.active a {
  color: #bb5e31;
}

.glb-infologoinfo {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #faf9f5;
}

.glb-infologoinfo .toplogo {
  max-width: 50%;
}

.glb-infologoinfo a,
.glb-infologoinfo a:focus,
.glb-infologoinfo a:active {
  color: hsl(0, 0%, 50%);
}

.glb-infologoinfo a:hover {
  color: hsl(0, 0%, 20%);
  text-decoration: none;
}

.glb-logomenu {
  background-color: #faf9f5;
  height: 80px;
  position: fixed;
  width: 100%;
  z-index: 999;
}

.glb-logomenu-gap {
  height: 80px;
  width: 100%;
}

.glb-logomenu .uk-navbar-container {
  margin: 0 auto;
  max-width: 1200px;
}

.glb-logomenu li.active a {
  color: #bb5e31;
}

.toplogo-container {
  position: relative;
  z-index: 999;
  display: inline-block;
  margin-top: 2px;
  padding: 20px 20px 10px 0px;
  background-color: #faf9f5;
}

.toplogo {
  width: 200px;
  height: auto;
}

.uk-navbar-nav li a {
  color: #666;
}

.uk-navbar-nav > li > a {
  font-family: "Gomes Dorce", sans-serif;
  font-weight: 400;
  font-style: normal;
}

#glb-desktopmenu {
  background-color: #faf9f5;
  height: 120px;
  position: fixed;
  width: 100%;
  z-index: 999;
  padding-top: 12px;
  padding-bottom: 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

#glb-desktopmenu .toplogo {
  max-width: 150px;
  height: auto;
  width: 100%;
}

#glb-desktopmenu .menu-items a {
  text-transform: uppercase;
  display: inline-block;
  padding: 20px 0 0 20px;
  font-size: 17px;
  letter-spacing: 2px;
  color: #000;
}

#glb-desktopmenu .menu-items a.active {
  color: #9e232c;
}

.glb-desktopmenu-gap {
  height: 120px;
}

#map {
  width: 100%;
  height: 500px;
  border-top: 3px solid #bb5e31;
  margin-top: 90px;
}

.leaflet-tile-pane {
  -webkit-filter: grayscale(90%);
          filter: grayscale(90%);
}

.cardbox {
  background-color: #eeeeee;
  -webkit-box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 2px 6px 2px;
          box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 2px 6px 2px;
}

.cardbox-header {
  padding: 5px 0 5px 10px;
  background-color: #bb5e31;
  color: #fff;
}

.cardbox-body {
  padding: 10px;
}

#rb-section-hero {
  background-color: #faf9f5;
}

.rb-intro {
  padding: 8%;
}

.fineline {
  width: 80px;
  border-top: 1px solid #999;
  margin-bottom: 15px;
}

.rb-slider {
  background-color: #ddd;
}

.rb-intro {
  background-color: #faf9f5;
}

#rb-section-orientation {
  margin-top: 15px;
  background-color: #faf9f5;
  padding: 60px 0 60px 0;
}

.rb-orientation-tile {
  background-color: #faf9f5;
  padding: 30px;
  font-size: 14px;
  color: #555;
}

.rb-otile-dark {
  background-color: #faf9f5;
  color: #fff;
}

.rb-orientation-tile h2 {
  font-family: "Gomes Dorce", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 18px;
  color: #555;
}

.rb-otile-dark h2 {
  color: #fff;
}

.rb-otile-dark .fineline {
  border-color: #fff;
}

#rb-section-gallery {
  margin-top: 15px;
}

#rb-section-offer {
  background-color: #faf9f5;
  margin: 0 0 15px 0;
  padding: 60px 0 60px 0;
}

#rb-section-reservation {
  background-color: #faf9f5;
  margin: 15px 0 15px 0;
  padding: 60px 0 60px 0;
}

#rb-section-veranstaltungen {
  background-color: #faf9f5;
  margin: 15px 0 15px 0;
  padding: 0;
}

.rb-formattext-veranstaltungen {
  padding: 60px;
}

#rb-section-history {
  background-color: #faf9f5;
  margin: 15px 0 15px 0;
  padding: 60px 0 60px 0;
}

#rb-section-anfahrt {
  background-color: #faf9f5;
  margin: 15px 0 15px 0;
  padding: 60px 0 60px 0;
}

#rb-section-dishes .uk-accordion li {
  background-color: hsl(0, 0%, 90%);
}

#rb-section-dishes .uk-accordion-title {
  color: #333;
  font-size: 17px;
  letter-spacing: 2px;
  padding: 15px;
}

#rb-section-dishes .uk-accordion-content {
  margin-top: 0;
  color: #555;
  background-color: #fafafa;
  font-size: 15px;
  padding: 15px;
}

#rb-section-dishes .uk-accordion-content strong {
  font-family: "Open Sans";
  font-weight: 700;
  font-style: normal;
}

.dishes-item {
  margin-bottom: 15px;
}

#rb-section-dishes .uk-accordion > :nth-child(n+2) {
  margin-top: 4px;
}

.history-section {
  margin-top: 60px !important;
}

.gutscheine-button {
  border-radius: 10px;
  font-size: 18px;
  padding: 5px 25px 5px 24px;
  background-color: #9e232c;
}

.gutscheine-button svg {
  width: 30px;
  -webkit-transform: translateY(-2px);
          transform: translateY(-2px);
}

#page-home #hero-section {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  aspect-ratio: 2/1;
  background-color: #c2b5a5;
  background-image: url("../images/home-hero.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  opacity: 0;
  -webkit-animation: fadeInHero 1s ease-in forwards;
          animation: fadeInHero 1s ease-in forwards;
  position: relative;
}

@-webkit-keyframes fadeInHero {
  to {
    opacity: 1;
  }
}

@keyframes fadeInHero {
  to {
    opacity: 1;
  }
}
.home-title-overlay {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  text-align: center;
  z-index: 2;
  width: 100%;
  max-width: 1100px;
}

.home-title-container {
  padding: 3%;
}

.home-teaser-container {
  max-width: 700px;
  margin: 40px auto 0 auto;
}

.home-teaser-tile {
  display: block;
  background-color: rgba(187, 94, 49, 0.85);
  color: #fff;
  text-align: center;
  -webkit-box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
          box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

.teaser-tile-icon {
  max-width: 50px;
  margin: 0 auto 10px auto;
  padding-top: 10%;
}

.teaser-tile-caption {
  color: #fff;
  font-size: 17px;
  letter-spacing: 2px;
  padding-bottom: 10%;
}

#page-home .intro-caption-container {
  background-color: #ded5cd;
  background-color: #eee9e7;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

#page-home .intro-caption {
  width: 80%;
  padding-top: 60px;
  padding-bottom: 45px;
}
@media (min-width: 960px) {
  #page-home .intro-caption {
    padding-top: 0;
    padding-bottom: 0;
  }
}

#page-home .carte-caption-container {
  background-color: #eee9e7;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

#page-home .carte-caption {
  width: 80%;
  padding-top: 60px;
  padding-bottom: 45px;
}
@media (min-width: 960px) {
  #page-home .carte-caption {
    padding-top: 0;
    padding-bottom: 0;
  }
}

.carte-button {
  border: none;
  border-radius: 0;
  cursor: pointer;
  white-space: nowrap;
  padding: 10px 40px 10px 30px;
  font-size: 17px;
  letter-spacing: 2px;
}

#page-home .open-caption-container {
  background-color: #ded5cd;
  background-color: #eee9e7;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

#page-home .open-caption {
  width: 80%;
  padding-top: 60px;
  padding-bottom: 45px;
}
@media (min-width: 960px) {
  #page-home .open-caption {
    padding-top: 0;
    padding-bottom: 0;
  }
}

.gaensemarsch-fullscreen-modal .uk-modal-dialog {
  background-color: #3b3b3b;
}
.gaensemarsch-fullscreen-modal .uk-modal-body {
  background-color: #3b3b3b;
}
.gaensemarsch-fullscreen-modal .uk-modal-close-full {
  background-color: #000;
  color: #bb5e31;
}
.gaensemarsch-fullscreen-modal .uk-modal-close-full:hover {
  color: #555555;
}
.gaensemarsch-fullscreen-modal .gaensemarsch-modal-content {
  color: #efeae4;
  text-align: center;
}
.gaensemarsch-fullscreen-modal .gaensemarsch-modal-content h2 {
  color: #efeae4;
  margin-bottom: 30px;
  font-size: 2.5rem;
}
.gaensemarsch-fullscreen-modal .gaensemarsch-modal-content p {
  color: #efeae4;
  font-size: 1.2rem;
  line-height: 1.8;
  margin-bottom: 20px;
}
.gaensemarsch-fullscreen-modal .gaensemarsch-modal-content .gaensemarsch-modal-button {
  margin-top: 30px;
  background-color: #bb5e31;
  color: #ffffff;
  border: none;
  border-radius: 0;
  cursor: pointer;
  padding: 15px 50px;
  font-size: 17px;
  letter-spacing: 2px;
}
.gaensemarsch-fullscreen-modal .gaensemarsch-modal-content .gaensemarsch-modal-button:hover {
  background-color: #964b27;
}

.history-page .uk-overlay {
  background: rgba(0, 0, 0, 0.5);
  color: white;
  padding: 10px;
  text-align: center;
}

.cmp-faq .uk-accordion > :nth-child(n+2) {
  margin-top: 0;
}

.cmp-faq .uk-accordion-title {
  background-color: yellow;
  padding: 10px;
  border-bottom: 1px solid #fff;
}

.cmp-faq .uk-accordion-content {
  background-color: yellowgreen;
  margin: 0;
  padding: 10px;
}

.cmp-iconlinks {
  background-color: #ffeeee;
}

.cmp-iconlinks ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
  text-align: center;
}

.cmp-iconlinks li {
  list-style: none;
  padding: 0;
  margin: 0;
  display: inline;
}

.cmp-iconlinks .iconlinkicon {
  width: 30px;
  height: 30px;
  color: green;
}

.cmp-iconlinks a:hover .iconlinkicon {
  color: greenyellow;
}/*# sourceMappingURL=app.css.map */