/*
Theme Name: AKOBA Premium
Theme URI: https://akoba.de/
Author: AKOBA
Description: Schlankes, DSGVO-freundliches Theme für AKOBA – Header/Footer im Theme, Inhalte über WPBakery.
Version: 1.1.0
Requires at least: 6.0
Requires PHP: 7.4
License: GPLv2 or later
Text Domain: akoba-premium
*/
@import url('assets/css/theme.css');
/* Sozial Links als Icon */

.ak-social__link{
  width:40px;
  height:40px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  border:1px solid rgba(255,255,255,.14);
  border-radius:12px;
  text-decoration:none;
  color:inherit;
}

.ak-social__link:hover{
  border-color: rgba(255,255,255,.28);
  transform: translateY(-1px);
}

.ak-ico{
  width:20px;
  height:20px;
  fill: currentColor;
  display:block;
}
