/* html elements (h1 - h6, p, ... */
body {
  background-color: #FAF9F7;
}

a:hover {
  text-decoration: none;
}

p a:hover {
  text-decoration: underline;
}

.text-light {
  color: #bdbdbd !important;
}

h1 {
  font-size: 24px;
  text-transform: uppercase;
  letter-spacing: 0.75px;
  font-weight: bold;
  color: #20377F;
  line-height: 33px;
}

h2 {
  margin-top: 25px;
  font-size: 21px;
  text-transform: uppercase;
  letter-spacing: 0.75px;
  color: #20377F;
}

h3 {
  font-size: 17px;
  text-transform: uppercase;
  letter-spacing: 0.75px;
  color: #ED7161;
  margin-top: 20px;
  margin-bottom: 5px;
}

h4 {
  font-size: 17px;
  letter-spacing: 1px;
  text-transform: uppercase;
  line-height: 28px;
  color: #353659;
}

h5 {
  font-weight: 700;
  font-size: 18px;
  letter-spacing: 0.9px;
  line-height: 26px;
  color: #2A2B65;
}

h6 {
  color: #ED7161;
}

input[type=text],
input[type=password],
input[type=number] {
  margin: 0px 0px 15px 0px !important;
}

li, p, th, td {
  letter-spacing: 0.75px;
  line-height: 27px;
  color: #353659;
}

h1, h2, h3, h5 {
  font-family: "filson-pro";
}

h4, h6, p, li, th, td {
  font-family: "museo-sans";
}

p {
  margin-bottom: 10px;
}

/* bootstrap elements */
.col-12 {
  padding-right: 40px;
  padding-left: 40px;
}

/* Buttons */
.btn img {
  margin-right: 8px;
}

.btn-primary,
.btn-dark-blue,
.btn-blue {
  text-transform: uppercase;
  letter-spacing: 0.5px;
  font-family: "museo-sans";
  font-size: 11px;
  font-weight: bold;
  padding: 6px 15px;
  background-color: #2A2B65;
  border-color: #20377F40;
  color: #FFF;
}

.btn-blue:hover {
  border-color: #20377F66;
  color: #20377F;
}

.btn-dark-blue:hover {
  color: #FFF;
  background: linear-gradient(98deg, #13277A 0%, #080D4C 100%) !important;
  border-color: #13277A !important;
}

.btn-pink,
.btn-pink:active .btn-pink:focus {
  color: #fff;
  background-color: #ED7161;
  border-color: #ED7161;
}

.btn-pink a,
.btn-pink:active a,
.btn-pink:focus a {
  color: #ffffff;
}

.btn-pink:hover a, .btn-white:hover a {
  text-decoration: none;
}

.btn-pink:hover, .btn-pink:hover a {
  color: #ED7161;
  background-color: transparent !important;
  border-color: #ED7161;
}

.btn-white {
  color: #ED7161 !important;
  background-color: #FFFFFF;
  border-color: #ED7161;
  padding: 6px 35px;
  text-decoration: none !important;
}

.btn-white a {
  color: #ED7161;
}

.btn-white:hover, .btn-white:hover a {
  color: #ffffff !important;
  background-color: #ED7161 !important;
  border-color: #ED7161;
}

.btn-center {
  margin: 50px auto;
  display: block;
}

.btn-large {
  padding: 13px 30px;
  font-size: 14px;
}

.btn-green, .btn-purple, .btn-blue {
  color: #FFFFFF;
  border-radius: 4px;
  padding: 9px 35px 6px;
  font-family: "filson-pro";
  margin-right: 10px;
}

.btn-green a, .btn-purple a, .btn-blue a {
  color: #20377F;
}

.btn-green .icon-right, .btn-purple .icon-right, .btn-blue .icon-right {
  height: 15px !important;
  width: auto !important;
  margin-top: -3.5px;
  margin-left: 3px;
}

.btn-green {
  background-color: #25B29740;
  border-color: #25B29740;
}

.btn-purple {
  background-color: #893EB740;
  border-color: #893EB740;
}

.btn-fluid {
  width: 100%;
  min-height: 40px;
}

.btn-green:hover {
  background-color: #25B29766;
  border-color: #25B29766;
  color: #20377F;
}

.btn-purple:hover {
  background-color: #893EB766;
  border-color: #893EB766;
  color: #20377F;
}

/* login navbar */
#login-navbar {
  padding-left: 75px;
  padding-right: 75px;
  background: linear-gradient(92deg, #131F64 0%, #0A0C41 100%) !important;
}

#login-navbar a {
  color: #C5C5D0 !important;
  font-size: 11px !important;
  text-transform: uppercase;
  letter-spacing: 0.75px;
  text-align: center;
  font-family: "filson-pro";
  font-weight: 600;
}

#login-navbar .align-right {
  margin: 0 0 0 auto !important;
}

#login-navbar .navbar-brand, #login-navbar img {
  max-height: 90px;
}

#login-navbar .icon-right {
  height: 15px !important;
  width: auto !important;
  margin-top: -3.5px;
  margin-left: 3px;
}

#button-register {
  background-color: #ED7161;
  border-radius: 5px;
  padding-right: 8px;
  padding-left: 8px;
}

#button-register a {
  color: #ffffff !important;
}

#login-navbar .nav-item {
  margin-right: 15px;
}

/* navbar and menu */
#navbar-container, #mobile-navbar {
  background: linear-gradient(98deg, #13277A 0%, #080D4C 100%);
}

#navbar-container .navbar-brand, #navbar-container img {
  max-height: 90px;
}

#navbar-container .align-center {
  margin: 0 auto;
}

#navbar-container .nav-link {
  text-transform: uppercase;
  letter-spacing: 0.75px;
  font-size: 11px;
  text-align: center;
  color: #ffffff;
  font-family: "filson-pro";
  font-weight: 300;
}

#navbar-container .nav-item {
  padding-left: 10px;
  padding-right: 10px;
}

.icon-top {
  display: block;
  max-height: 65px !important;
  margin: 0 auto 10px auto;
  padding: 15px;
  border-radius: 20px;
}

#icon-personal {
  background-color: #FFFFFF;
}

#icon-news {
  background-color: #ED7161;
}

#icon-events {
  background-color: #B74552;
}

#icon-jobs {
  background-color: #FCBF35;
}

#icon-companies {
  background-color: #25B297;
}

#icon-associations {
  background-color: #299BD8;
}

#icon-holidays {
  background-color: #893EB7;
}

#icon-gastronomies {
  background-color: #a3459a;
}

.icon-xs {
  height: 25px;
  float: left;
  margin-right: 30px;
}

#navbar-container .icon-right {
  height: 15px !important;
  width: auto !important;
  margin-top: -3.5px;
  margin-left: 3px;
}

.navbar-icon {
  background-color: #FFFFFF;
  max-height: 25px !important;
  margin: 0 10px 0px 0px;
  padding: 1px;
  border-radius: 5px;
}

#button-voucher a {
  border: 1px solid #ffffff;
  border-radius: 4px;
  padding-left: 20px;
  padding-right: 20px;
  font-family: "museo-sans";
  font-weight: 900 !important;
  margin-top: 25%;
}

#mobile-navbar {
  padding: 10px 20px 20px 20px;
}

#mobile-navbar .navbar-brand, #mobile-navbar .navbar-brand img {
  max-height: 70px;
}

#mobile-navbar .icon-left {
  height: 45px;
  padding: 10px;
  border-radius: 10px;
  margin-right: 20px;
}

#mobile-navbar .nav-link {
  color: #ffffff;
}

#mobile-navbar .navbar-collapse .navbar-nav {
  margin: 0 22.5% 0 22.5%;
}

#mobile-navbar .navbar-toggler {
  border: 0;
  float: right;
  margin-top: 20px;
  margin-right: 1%;
}

#mobile-navbar .navbar-collapse {
  padding-top: 50px;
}

#mobile-navbar .link-login-logout {
  float: right;
  margin-top: 25px;
  margin-right: 2%;
}

#mobile-navbar .navbar-toggler-icon {
  background-image: url("../icons/icon-menu-white.svg");
}

#mobile-navbar #button-voucher a {
  margin-top: 40px;
  margin-bottom: 25px;
  text-align: center;
}

#mobile-navbar #button-voucher .icon-right {
  margin-left: 10px;
}

@media (max-width: 767.99px) {
  #navbar-container, #login-navbar {
    display: none !important;
  }

  #mobile-navbar {
    display: block;
  }
}
@media (min-width: 768px) {
  #navbar-container, #login-navbar {
    display: block;
  }

  #mobile-navbar {
    display: none !important;
  }
}
/* footer */
.footer-title {
  font-size: 18px;
  line-height: 1.5em;
  color: #ffffff;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: bold;
}

.footer-sections {
  padding: 50px 70px;
  background: linear-gradient(109deg, #0D1750 0%, #080A2F 100%);
  border-top: 6px solid #ED7161;
}

@media (max-width: 767.99px) {
  .footer-sections {
    padding: 50px 0px;
    text-align: center;
  }

  .footer-sections img {
    margin-bottom: 30px !important;
  }

  .footer-sections img.icon-left {
    margin-bottom: 0px !important;
  }

  h4.footer-title {
    margin-top: 30px;
  }
}
.footer-sections a, .footer-sections p, .footer-sections li {
  color: #ffffff;
  font-size: 14px;
}

.footer-sections ul {
  list-style-type: none;
  padding-left: 0;
}

@media (max-width: 767.99px) {
  .footer-sections-column {
    padding-left: 50px;
    padding-right: 50px;
  }
}
/* Copyright*/
.copyright-menu, .copyright-menu li {
  display: inline;
}

.copyright-menu li::after {
  content: "|";
  margin-left: 8px;
  margin-right: 5px;
}

.copyright-menu li:last-child::after {
  content: "";
}

.copyright {
  border-top: 1px solid #06062C;
  padding: 13px 70px;
  background-color: #06062C;
}

@media (max-width: 767.98px) {
  .copyright {
    padding: 13px 0;
  }

  .copyright-left, .copyright-right {
    text-align: center !important;
  }

  .copyright-left {
    margin-bottom: 5px;
  }

  .copyright-center {
    margin-bottom: 10px;
  }
}
.copyright-left, .copyright-center, .copyright-right, .copyright-left a, .copyright-center a, .copyright-right a {
  color: #ffffff;
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-family: "museo-sans";
  font-weight: lighter;
}

.copyright-left {
  text-align: left;
}

.copyright-center {
  text-align: center !important;
}

.copyright-right {
  text-align: right;
}

#powered-by {
  text-transform: none !important;
  font-style: normal !important;
  font-weight: bold;
}

.social-icons {
  text-align: center;
  border-radius: 3px;
  color: #06062C;
  background-color: #ffffff;
}

#social-icon-facebook {
  padding: 3px 4px 2px 5px;
}

#social-icon-instagram {
  padding: 3px 2px 2px 3px;
  margin-left: 5px;
}

/* Blue section above footer*/
.blue_row {
  background: linear-gradient(112deg, #0D1750 0%, #080A2F 100%);
  padding: 20px;
  color: #FFFFFF;
}
.blue_row p {
  color: #FFFFFF;
}
.blue_row a {
  color: #FFFFFF;
  text-decoration: underline;
}

.blue_section {
  background: linear-gradient(112deg, #0D1750 0%, #080A2F 100%);
}

.headline_section {
  height: 200px;
  text-align: center;
  padding-top: 50px;
  margin-bottom: 40px;
}
.headline_section h2 {
  color: #FFF;
  font-size: 45px;
}

.blue_section .container {
  padding: 70px 0px;
  margin-bottom: 0px;
}

@media (max-width: 767.99px) {
  .blue_section .container {
    padding: 70px 0px;
  }

  .blue_section h3 {
    margin-top: 70px;
  }
}
.blue_section button {
  margin-top: 15px;
}

.blue_section h1 {
  color: #ffffff;
  margin-bottom: 20px;
  margin-top: 0;
}

.blue_section p {
  color: #ffffff;
}

.blue_section .news-meta-detail, .blue_section .events-meta-detail {
  color: #ffffff;
}

.blue_section .news-meta-detail-pipe, .blue_section .events-meta-detail-pipe, .blue_section h5 {
  color: #ED7161;
}

.blue_border {
  border: 3px solid #0D1750;
  padding: 10px;
}

/* Blogarticles and events homepage */
.highlight-blogarticle {
  min-height: 500px;
  border-radius: 5px;
  width: 100% !important;
  margin-left: 15px;
  margin-right: 15px;
  background-blend-mode: multiply;
}

@media (min-width: 992px) {
  .highlight-blogarticle {
    min-height: 500px;
  }
}
.blogarticle-overlay-mode {
  mix-blend-mode: multiply;
  width: 100% !important;
}

.blogarticle-text-container {
  position: absolute;
  bottom: 0;
}

h1#blogarticle-large {
  color: #ffffff !important;
  width: 50%;
  margin-top: 0;
}

h4.blogarticle-event-date {
  color: #ED7161;
}

.blogarticle-excerpt {
  color: #C5C5D0;
  width: 70%;
}

#blogarticle-date-small {
  margin-top: 0px;
  margin-bottom: 0;
}

.event-category {
  text-align: right;
  font-size: 13px;
  color: #20377F;
}

.event-icon {
  color: #C5C5D0;
}

.event-home-seperator {
  border-bottom: 1px solid #C5C5D0;
  padding-top: 20px;
  padding-bottom: 35px;
}

.events-home .event-home-seperator:nth-last-child(2) {
  border-bottom: 0 !important;
}

/* BlogArticles Overview */
.bg-image {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.blog-detail .blog-article-date {
  width: 75px;
  background-color: #ED7161;
  border-radius: 5px;
  padding: 10px 5px;
  position: absolute;
  top: 50px;
  left: 0px;
}

.blog-article-date {
  width: 10%;
  background-color: #ED7161;
  border-radius: 5px;
  padding: 5px 10px;
  position: absolute;
  top: 6%;
  left: 3.25%;
}

.blog-article-date p {
  margin-bottom: 0;
  text-align: center;
  color: #ffffff;
}

.blog-article-date #day {
  font-size: 27px;
}

.blog-article-date #month {
  font-size: 16px;
  line-height: 11px;
}

.blog-article-date #year {
  font-size: 13px;
}

.blog-article-content-small {
  padding: 50px;
  box-shadow: 0px 60px 120px -35px rgba(63, 63, 31, 0.3);
  margin-bottom: 40px;
}

.blog-article-content-large {
  box-shadow: 0px 60px 150px -35px rgba(63, 63, 31, 0.3);
  padding: 75px;
}

/* BlogArticles Detail */
em.news-meta-detail-pipe {
  color: #353659;
  font-style: normal !important;
}

.icon-forward {
  height: 28px !important;
}

.icon-backward {
  height: 22px !important;
}

/* Event Detail*/
.event-date {
  display: block;
  position: absolute;
  top: 42%;
  left: 20.25%;
  background-color: #ED7161;
  padding: 18px;
  border-radius: 5px;
}

.event-date #day, .event-date #hour {
  color: #ffffff;
}

.event-date #day {
  font-size: 30px;
}

.event-date #hour {
  font-size: 18px;
  margin-bottom: 0;
}

.events-meta-detail {
  margin-top: 20px;
}

#blue_section_above_footer .event-date {
  display: block;
  position: absolute;
  top: 17%;
  left: 0%;
  background-color: #ED7161;
  padding: 18px;
  border-radius: 5px;
}

#blue_section_above_footer .event-date #day {
  font-size: 24px;
  margin-bottom: 0;
}

#blue_section_above_footer .event-date #hour {
  font-size: 14px;
  margin-bottom: 0;
}

/* Provider Detail*/
.provider_detail h2 {
  font-weight: bold;
  margin-top: 0px;
}

.provider-profile-img {
  background-color: #FFF;
  box-shadow: 0px 1px 1px #00000029;
  height: 200px;
  margin-bottom: 20px;
  margin-top: 20px;
  padding: 20px;
  display: flex;
  align-items: center;
}

.provider-detail-title {
  font-size: 28px;
  line-height: 34px;
  letter-spacing: 1.5px;
}
@media (min-width: 1200px) {
  .provider-detail-title {
    font-size: 56px;
    line-height: 62px;
  }
}

.provider-gallery-section {
  height: auto;
}
@media (min-width: 1200px) {
  .provider-gallery-section {
    height: 400px;
    margin-bottom: 150px;
  }
}

.provider-detail-grey-headlines, .provider-social-media {
  font-family: "museo-sans";
  letter-spacing: 1px;
  line-height: 28px;
  color: #ACACAC;
}

h5.provider-detail-grey-headlines {
  font-size: 13px;
  letter-spacing: 0.5px;
  font-weight: 500;
}

#provider-detail-button-col {
  padding-left: 75px;
}

.btn-provider-detail {
  margin-bottom: 15px;
  width: 100%;
}

.provider-social-media img {
  height: 23px;
  margin-left: 10px;
  margin-top: -5px;
}

.provider-gallery-main-img {
  background-size: cover;
  background-position: center center;
  height: 200px;
  width: 100%;
}
@media (min-width: 1200px) {
  .provider-gallery-main-img {
    height: 600px;
    width: 120%;
    margin: -175px auto auto -10%;
  }
}

table.opening-hours tr:first-child th, table.opening-hours tr:first-child td {
  border-top: 0;
}

table.opening-hours-mobile td {
  text-align: center;
}

/* Tabs */
* {
  box-sizing: border-box;
}

.hidden-by-default {
  display: none;
}

.job-overview-tab-title {
  color: #ED7161;
  font-style: normal;
  font-family: "filson-pro";
  font-weight: 600;
  font-size: 20px;
}

.job-overview-tab-provider {
  color: #353659;
  font-style: normal;
  font-family: "museo-sans";
}

.tab button:hover, .tab button.active {
  border-right: 4px solid #ED7161;
}

.tabcontent .row {
  margin-bottom: 20px;
}

.tabcontent p {
  font-size: 14px;
  line-height: 25px;
}

.tabcontent h1 {
  font-size: 22px;
}

.tabcontent h3 {
  font-size: 15px;
}

/* Style the tab */
.tab {
  float: left;
  width: 29%;
  margin-right: 1%;
}

/* Style the buttons that are used to open the tab content */
.tab button {
  display: block;
  background-color: inherit;
  padding: 22px 16px;
  width: 100%;
  outline: none;
  text-align: left;
  cursor: pointer;
  transition: 0.3s;
  margin-bottom: 10px;
  border: 1px solid #eeeeee;
}

/* Change background color of buttons on hover */
.tab button:hover {
  background-color: #eeeeee;
}

/* Create an active/current "tab button" class */
.tab button.active {
  background-color: #eeeeee;
}

/* Style the tab content */
.tabcontent {
  float: left;
  padding: 35px;
  border: 1px solid #eeeeee;
  width: 70%;
}

/* Map */
#provider_detail_map {
  height: 250px;
}
@media (min-width: 1200px) {
  #provider_detail_map {
    height: 500px;
  }
}

/* All */
.container {
  max-width: 1250px !important;
}

body i {
  margin-right: 10px;
}

.icon-left {
  margin-right: 10px;
}

.sf-toolbar-clearer {
  height: 0 !important;
}

.container {
  margin-bottom: 50px;
}

.vertical_entity_scrollbar {
  height: 500px;
  overflow-y: scroll;
  padding-top: 20px;
}
.vertical_entity_scrollbar hr {
  margin: 0px 0px;
}

.provider_horiz_small {
  margin: 10px 0px;
  width: 100%;
}
.provider_horiz_small .provider-img {
  float: left;
  width: 30%;
  height: 50px;
  background-position: center center;
  background-size: cover;
  margin-right: 40px;
}
.provider_horiz_small .provider-details {
  margin-left: 20px;
}

.leaflet-popup .leaflet-popup-content-wrapper {
  border-radius: 0px;
  box-shadow: none;
}
.leaflet-popup .leaflet-popup-close-button {
  font-size: 25px !important;
  right: 10px !important;
}
.leaflet-popup .leaflet-popup-content {
  width: 300px;
}
.leaflet-popup h1 {
  margin-top: 0px;
  font-size: 15px;
  line-height: 15px;
}

.no-padding {
  padding: 0 0 0 0;
}

.img-fluid {
  max-height: 100%;
}

#provider-categories .btn {
  margin: 5px;
}

.provider_edit .vich-image img {
  display: none;
}

.vich-image img {
  max-width: 200px;
}

.provider_speisekarte span.price {
  color: #ED7161;
  font-weight: bold;
  font-size: 20px;
}

/** Comments **/
.row-comment {
  margin-bottom: 10px;
  margin-top: 10px;
}

.col-comment-user {
  padding: 0px 10px 0px 10px;
}
.col-comment-user img {
  max-height: 100px;
  float: right;
  text-align: right;
}

@media (min-width: 768px) {
  .col-comment {
    padding-left: 0px;
  }
}

.articlePreview .additionalInfo {
  color: #404040;
}
.articlePreview .additionalInfo .numberOfComments {
  float: right;
}

.highlight-blogarticle .additionalInfo {
  color: #FFFFFF;
}
.highlight-blogarticle .additionalInfo .numberOfComments {
  padding-left: 75px;
}
.highlight-blogarticle .additionalInfo img {
  filter: invert(100%) sepia(0%) saturate(0%) hue-rotate(149deg) brightness(104%) contrast(101%);
}

img.svg-white {
  filter: invert(100%) sepia(0%) saturate(0%) hue-rotate(149deg) brightness(104%) contrast(101%);
}

.pagination {
  display: inline-block;
  margin: 0px auto 20px auto;
}
.pagination a {
  color: black;
  float: left;
  padding: 8px 16px;
  text-decoration: none;
  border-radius: 5px;
  transition: background-color 0.3s;
}
.pagination span.current {
  color: black;
  float: left;
  padding: 8px 16px;
  text-decoration: none;
  border-radius: 5px;
  transition: background-color 0.3s;
  background-color: #2A2B65;
  color: white;
  border-radius: 5px;
}
.pagination a:hover:not(.active) {
  background-color: #ddd;
}

/*# sourceMappingURL=custom-style.css.map */
