/*
Theme Name: Enfold Child
Description: A <a href='http://codex.wordpress.org/Child_Themes'>Child Theme</a> for the Enfold Wordpress Theme. If you plan to do a lot of file modifications we recommend to use this Theme instead of the original Theme. Updating will be much easier then.
Version: 1.0
Author: Kriesi
Author URI: http://www.kriesi.at
Template: enfold
*/

.logo{padding:4px 0;}

.copyright{display:none;}

/*#header_meta > div > ul > li.social_bookmarks_mail.av-social-link-mail.social_icon_2{display:none;}*/

.jetzt-online-anmelden{/*display:none;*/}

.footer-strong{font-weight:900;background:white;color:#1b9fab!important;padding:10px;}

.tabcontainer .tab_icon {font-size:1.2em;}
.js_active .tab {font-size:0.9em;}

#scroll-top-link {display: none !important;}
/*#scroll-top-link.avia_pop_class{opacity:0.5;right:35px;bottom:30px;}*/
/*#scroll-top-link{border:2px solid black;background-color:#ff00d7;}*/

.thicker{font-weight:700;}

/* Grund-Grid */
.footer-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 2em;
  justify-content: space-between;
}

.footer-grid-item {
  flex: 1 1 250px; /* flexible Spalten, min 250px */
  margin-bottom: 1.5em;
}

.footer-grid-item h4 {
  font-size: 0.95em;
  margin-bottom: 0.5em;
  color: #333;
}

.footer-grid-item p {
  margin: 0.3em 0;
  font-size: 0.85em;
  color: #555;
}

.footer-map {
  max-width: 200px;
  height: auto;
  margin-top: 0.5em;
}

.footer-backlink-logo {
  max-width: 120px;
  height: auto;
  margin-top: 0.5em;
}

.footer-social {
  display: flex;
  gap: 0.5em;
  margin-top: 0.5em;
}

/* Footer-Links */
.footer-grid-item a {
  color: #555;
  text-decoration: none;
}

.footer-grid-item a:hover {
  text-decoration: underline;
}

/* Mobil */
@media (max-width: 768px) {
  .footer-grid {
    flex-direction: column;
    gap: 1.5em;
  }
  .footer-backlink-logo {
    max-width: 90px;
  }
  .footer-map {
    max-width: 150px;
  }
}