/* ############################################################################################################ */
/* ##  name: Custom CSS                                                                                      ## */
/* ############################################################################################################ */

/* outfit-200 - 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: 'Outfit';
  font-style: normal;
  font-weight: 200;
  src: url('/project/nureinshop/pub/font/outfit-v15-latin-200.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
       url('/project/nureinshop/pub/font/outfit-v15-latin-200.ttf') format('truetype'); /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
}

/* outfit-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: 'Outfit';
  font-style: normal;
  font-weight: 400;
  src: url('/project/nureinshop/pub/font/outfit-v15-latin-regular.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
       url('/project/nureinshop/pub/font/outfit-v15-latin-regular.ttf') format('truetype'); /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
}

/* outfit-500 - 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: 'Outfit';
  font-style: normal;
  font-weight: 500;
  src: url('/project/nureinshop/pub/font/outfit-v15-latin-500.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
       url('/project/nureinshop/pub/font/outfit-v15-latin-500.ttf') format('truetype'); /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
}

/* outfit-600 - 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: 'Outfit';
  font-style: normal;
  font-weight: 600;
  src: url('/project/nureinshop/pub/font/outfit-v15-latin-600.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
       url('/project/nureinshop/pub/font/outfit-v15-latin-600.ttf') format('truetype'); /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
}

/*••••• Fonts •••••*/

/*••••• Colors •••••*/

:root {
  --maincolor: #344f65;
  --red: #ae191d;
  --lightcolor: color-mix(in srgb, var(--maincolor) 20%, white);
}


/*••••• Cookie Window •••••*/

[data-ref="nureinshop/plugin/cookie_message"] .cookie-message--btn {
    background-color: var(--maincolor);
}

.cookie-message--p {
color: #000;
}

.cookie-message-details td {
color: #000;
}

/*••••• Webseite •••••*/

html {
    background-color: #FFF;
}

body {
    background-color: #FFF;
    font-family: 'Outfit', Arial, Sans-serif;
    font-size: 16px;
	font-size: clamp(16px, 4vw, 18px);
    font-weight: 400;
    color: var(--maincolor);
    letter-spacing: 0.08em;
    line-height: 1.55;
    background-image: url('/pub/media/fd258c793b8aa2f5586c833ee64d0baf/background-element.svg');
    background-repeat: no-repeat;
    background-size: auto 90vh;
    background-position: 95% calc(100vw * 1200 / 2560);
}

/*••••• Headings & Co. •••••*/

h1, h2, h3, h4 {
    margin-bottom: 0;
	line-height: 1.2;
	letter-spacing: 0.1em;
}

h1 {
    color: var(--maincolor);
    font-size: clamp(150%, 4.5vw, 250%);
    font-weight: 400;
    text-transform: uppercase;
}

.page-nureinshop-home h1 {
    padding: 0;
}

h2 {
    color: var(--maincolor);
    font-size: clamp(150%, 2.5vw, 200%);
    font-weight: 400;
    padding-top:20px;
    text-transform: uppercase;
}

.mit-deko h2::before {
	display: inline-block;
	content: '';
	margin-right: 20px;
	height: 30px;
	width: 30px;
	background-image: url('/pub/media/9ac7d37e65e0fb91266aebdb4296516c/physiotherapie-deko.svg');
	background-size: 100%;
	background-repeat: no-repeat;
	margin-bottom: -2px;
}

h3 {
    font-weight: 700;
    font-size: clamp(110%, 1.2vw, 120%);
}

p {
    margin-top: 10px;
    margin-bottom: 0;
}

strong {
    font-weight: 600;
}

a {
    	text-decoration: underline;
    	text-underline-offset: 3px;
	color: var(--maincolor);
}

a:hover {
    color: var(--maincolor);
	text-shadow: 0 0 0 var(--maincolor), 0.03em 0 var(--maincolor);
}

.btn {
	color: #fff;
	background-color: var(--maincolor);
	border-radius: 0;
	text-decoration: none;
	font-family: inherit;
	letter-spacing: inherit;
	font-weight: 400;
	transition: 0.3s ease;
}

.btn:hover {
    background-color: var(--red);
    transform: scale(1.1);
}

blockquote {
	margin-top: 25px;
	background-color: var(--maincolor);
	color: #fff;
	padding: 20px;
	/*
	background-image: url('/pub/media/8d4cf8f85426bae9b10a42fcb45c337d/apg-blockquote-dekor.svg');
    	background-repeat: no-repeat;
    	background-position: bottom 8px right 8px;
    	background-size: auto 60%;
	*/
}

blockquote h1, blockquote h2, blockquote h3, blockquote h4, blockquote a {
	color: #fff;
}

blockquote .btn, blockquote .btn:hover {
    background-color: #fff;
    color: var(--maincolor);
}

blockquote a:hover {
    color: inherit;
    text-shadow: 0 0 0 #fff, 0.03em 0 #fff;
}

blockquote > *:first-child {
    margin-top: 0;
}

.nureinshop-block-accordion--head {
	background-color: var(--maincolor);
	color: #fff;
    text-decoration: none;
}

.nureinshop-block-accordion--body::after {
    content: "";
    display: table;
    clear: both;
}

#region-breadcrumb ul li a {
	color: var(--maincolor);
}

#region-content ul, #region-content ol {
    margin-left: 25px;
}

#region-content ul li::marker {
	color: var(--maincolor)
}

/*••••• Header •••••*/

header {
    position: sticky;
    top: 0;
    min-height: 0;
    display: flex;
}

@media (max-width: 990px) {
    header {
        display: none;
    }
}

#region-search {
    display: none;
}

header .container {
	min-height: inherit;
	height: inherit;
}

#region-logo {
  float: left;
  width: auto;
}

#region-logo a {
    padding: 30px 5px 15px 5px;
}

#region-logo a img {
  height: 40px;
}

#region-search {
    position: absolute;
    right: 40px;
    margin-right: 0;
}


/* [data-id="search"] {
    display:none!important;
} */

/*••••• Navigation •••••*/

#region-nav .level-1 > li > a {
    border: none!important;
    color: #568cb2;
}

#region-nav ul li a {
    text-decoration: none;
	padding: 4px 15px;
}

@media (max-width: 1130px) {
    #region-nav .level-1 > li a {
	    padding: 4px 5px!important;
        font-size: 95%;
    }
}

#region-nav .level-1 > li.active > a, #region-nav .level-1 > li.inpath > a {
    text-transform: uppercase;
    color: var(--maincolor);
    font-weight: 600;
}

#region-nav .level-2 > li.active > a, #region-nav .level-2 > li.inpath > a {
    text-transform: uppercase;
    font-weight: 600;
}

#region-nav .level-1 > li.active > a:hover, #region-nav .level-1 > li.inpath > a:hover {
    color: #fff;
}

#region-nav {
    min-height: inherit;
    display: flex;
    justify-content: flex-end;
    flex-direction: column;
    height: 100%;
    padding-bottom: 5px;
}

#region-nav nav {
  background-color: transparent;
  border: none;
}

#region-nav nav .container {
    width: 100%;
}

#region-nav ul.level-1 {
	list-style-type: none;
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-end;
	padding-bottom: 6px;
}

#region-nav .level-2 {
    left: 1px;
}

#region-nav .level-2 a, #region-nav .level-2 ul a {
	padding-top: 10px;
	padding-bottom: 8px;
	border-bottom: 1px solid var(--maincolor);
}

#region-nav .level-2, #region-nav .level-2 ul {
	background-color: #ccc6bd!important;
}

#region-nav .level-2 > li a {
    color: var(--maincolor);
}

.level-1 li.active:has(> .level-2:hover) > a, .level-1 li.inpath:has(> .level-2:hover) > a  {
  color: #fff!important;
}

@media only screen and (max-width: 1290px) {
    #region-nav li:last-of-type .level-2 {
        right: 0;
    }
}

.navid-ffe11ca329b1 > a {
    background-color: var(--red);
    color: #fff!important;
}

.navid-ffe11ca329b1 a:hover {
    color: var(--maincolor);
}

#region-nav .level-2 > li a:hover {
    background-color: var(--maincolor);
    color: #fff;
}

/*••••• Mobiles Nav •••••*/

.offcanvas-nav li a {
    text-decoration: none;
    color: var(--maincolor);
}

.offcanvas-menu li.active > a, .offcanvas-menu li.inpath > a  {
    font-weight: 600;
    text-transform: uppercase;
}

.offcanvas-menu  .navid-ffe11ca329b1 a:hover {
    color: var(--maincolor);
}

.offcanvas-menu .level-1 li.active:has(> .level-2:hover) > a, .offcanvas-menu .level-1 li.inpath:has(> .level-2:hover) > a  {
  color: var(--maincolor)!important;
}

.offcanvas-menu li.inpath > a {
	background-color: #ccc6bd;
	color: var(--maincolor) !important;
}

/*••••• Slider •••••*/

.hero-slider .container {
    width: 100%;
}

.hero-slider .owl-carousel .owl-dots {
    left: 5%;
    display: flex;
}

.hero-slider .owl-carousel .owl-dots .owl-dot {
	height: 25px;
	width: 25px;
	background-color: #fff;
	border-radius: 0;
	margin: 0 5px 0 5px;
}

.hero-slider .owl-carousel .owl-dots .owl-dot.active {
	background-color: transparent;
	border: 5px solid #fff;
}

/*••••• Inhalt •••••*/



[data-block-id="b86fe1dee1575ca8b71b0f20d0a25970"] img {
    height: 50px;
    width: auto;
    margin-left: auto;
    margin-right: auto;
    display: block;
}

[data-block-id="b86fe1dee1575ca8b71b0f20d0a25970"] p {
    color: #000;
}

[data-block-id="b86fe1dee1575ca8b71b0f20d0a25970"] h2 {
	color: var(--maincolor);
	font-weight: 600;
	font-size: clamp(120%, 2.5vw, 130%);
	text-transform: uppercase;
	margin-top: 0;
}

.border { 
    margin-top: 25px;
    border-right: 1px solid #ccc6bd;
    padding: 20px;
}

@media only screen and (max-width: 960px) {
    [data-block-id="b86fe1dee1575ca8b71b0f20d0a25970"] .col-4 {
        width: 100%;
        margin-top: 25px;
    }
    .border {
        border: none;
        margin-top: 0;
    }
}

[data-block-id="b86fe1dee1575ca8b71b0f20d0a25970"] .col-4 {
    padding: 0;
}

[data-block-id="b86fe1dee1575ca8b71b0f20d0a25970"] .col-4:last-of-type .border {
    border: none;
}

.hintergrund-rot {
    margin-top: 30px;
    background-color: var(--red);
    color: #fff;
    padding-top: 25px;
    padding-bottom: 35px;
}

.hintergrund-rot a, .hintergrund-rot h2 {
    color: #fff;
}

.hintergrund-dunkel {
    color: #fff;
    background-color: var(--maincolor);
    padding-top: 25px;
}

.hintergrund-dunkel h2, .hintergrund-dunkel h3, .hintergrund-dunkel h4 {
    color: #fff;
}
    
.block-nureinshop-image-gallery .owl-dots {
    display: none;
}

.nureinshop-block-image-gallery--list .owl-stage-outer {
    position: relative;
}

.nureinshop-block-image-gallery--list .owl-nav {
    display: block!important;
    width: 100%;
    position: absolute;
    top: 0;
    height: 100%;
}

 .block-nureinshop-image-gallery .owl-carousel .owl-nav .owl-prev,  .block-nureinshop-image-gallery .owl-carousel .owl-nav .owl-next {
	position: absolute;
	left: 0;
	background-image: url('/pub/media/6eb96738b496bf7d3b8a7a133dae3703/nav-pfeil.svg') !important;
	height: 150px;
	width: 75px;
	background-repeat: no-repeat !important;
	background-color: transparent !important;
	background-size: 100% !important;
	margin-left: -130px;
	top: 0;
	bottom: 0;
	margin-top: auto;
	margin-bottom: auto;
}

.block-nureinshop-image-gallery .owl-carousel .owl-nav .owl-next {
    position: absolute;
    right: 0!important;
    left: unset!important;
    margin-left: unset!important;
    margin-right: -130px!important;
    transform: scale(-1, -1);
}

.block-nureinshop-image-gallery span {
    display: none!important;
}

.team-karussell,  .block-nureinshop-image-gallery  {
    overflow-x: clip;
}

.team-karussell .owl-carousel .owl-nav button.owl-prev,
.team-karussell .owl-carousel .owl-nav button.owl-next {
	background-image: url('/pub/media/6eb96738b496bf7d3b8a7a133dae3703/nav-pfeil.svg') !important;
	filter: brightness(20);
	height: 150px;
	width: 75px;
	left: -130px;
	top: 20px;
	bottom: 0;
	margin-top: auto;
	margin-bottom: auto;
	opacity: 1;
}

.team-karussell .owl-carousel .owl-nav button.owl-next {
    left: unset;
    right: -130px;
    transform: scale(-1, -1);
}


/*••••• Beitragslite •••••*/

.beitragsliste-buttons .subpages {
	display: flex;
	column-gap: 30px;
	row-gap: 30px;
	margin-top: 20px;
	flex-wrap: wrap;
}

.beitragsliste-buttons .subpages-grid article {
	background-color: var(--maincolor);
	color: #fff;
	padding: 0 20px;
	width: 30%;
	flex-grow: 1;
	height: 100%;
	aspect-ratio: 20/5;
	display: flex;
	transition: 0.3s ease;
}

.beitragsliste-buttons .subpages-grid article a {
    text-decoration: none;
}

.beitragsliste-buttons .subpages-grid article:has(a:hover) {
  background-color: var(--red);
  transform: scale(1.1);
}

@media (max-width: 1024px) {
    .beitragsliste-buttons .subpages-grid article {
        width: calc(50% - 20px);
        max-width: calc(50% - 20px);
    }
}

@media (max-width: 670px) {
    .beitragsliste-buttons .subpages-grid article {
        width: 100%;
        max-width: 100%;
        aspect-ratio: 20/4;
    }
}

.beitragsliste-buttons .subpages-grid .subpages-title {
	color: #fff;
	font-size: 105%;
	font-weight: 600;
	text-transform: uppercase;
	text-align: center;
	line-height: 1.2;
	margin-top: 0;
	padding-top: 0;
}

h2 .subpages-title {
    padding-top:0px;
}

.beitragsliste-buttons .subpages-grid .subpages-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 100%;
}


.team-karussell {
    background-color: var(--maincolor);
    padding-bottom: 55px;
}

.team-karussell .subpages article, .team .subpages article  {
	background-color: transparent;
	position: relative;
}


.team-karussell .subpages .subpages-content, .team .subpages .subpages-content {
position: absolute;
  z-index: 2;
  color: #fff;
  bottom: 0;
  background-color: #ae191dc4;
  width: 100%;
  text-align: center;
  padding-bottom: 10px;
  height: 30%;
  display: flex;
  flex-direction: column;
}

.team .subpages .subpages-intro, .team-karussell .subpages .subpages-intro {
	display: flex;
	flex-direction: column;
	justify-content: center;
	flex-grow: 1;
	padding: 0 3px;
}

.team-karussell .subpages .subpages-content h2, .team .subpages .subpages-content h2  {
    color: #fff;
    font-size: 22.5px;
    margin-top: 0;
    padding-top: 8px;
}

.team-karussell .subpages .subpages-content p, .team .subpages .subpages-content p {
    margin-top: 0;
    line-height: 1.2;
    font-size: 78%;
}

@media (max-width: 1023px) {
    .team-karussell .subpages .subpages-content h2, .team .subpages .subpages-content h2  {
        margin-top: 20px;
        font-size: 150%;
    }
    .team-karussell .subpages .subpages-content p, .team .subpages .subpages-content p {
        font-size: 100%;
    }
}

.block-nureinshop-subpages:not(.team, .beitragsliste-buttons) .subpages-grid article {
  background-color: #CCC6BD;
  padding: 0 0 20px 0;
  color: #000;
}

.block-nureinshop-subpages:not(.team, .beitragsliste-buttons) .subpages-grid .subpages-content {
    display: flex;
    flex-direction: column;
    height: 100%;
}

.block-nureinshop-subpages:not(.team, .beitragsliste-buttons) .subpages-grid .subpages-button {
    padding: 20px 15px 0 15px;
    margin-top: auto;
}

.block-nureinshop-subpages:not(.team, .beitragsliste-buttons) .subpages-grid .subpages-title {
	font-size: clamp(100%, 2.5vw, 120%);
	font-weight: 600;
	border-bottom: 1px solid var(--maincolor);
	padding: 20px 15px 15px 15px;
	padding-bottom: 20px;
	margin-top: 0;
	color: #fff;
	background-color: var(--maincolor);
}

.block-nureinshop-subpages:not(.team, .beitragsliste-buttons) .subpages-grid .subpages-intro {
    padding: 10px 15px 0 15px;
}

.block-nureinshop-subpages:not(.team, .beitragsliste-buttons) .subpages-grid .subpages-content > a  {
    text-decoration: none;
}

/*••••• Reviews •••••*/

.block-nureinshop-contentgrid .nureinshop-block-contengrid--item {
  color: #fff;
  background-color: var(--red);
  padding: 20px;
  text-align: center;
  font-size: 120%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  transition: 0.3s ease;
}

.block-nureinshop-contentgrid .nureinshop-block-contengrid--item > *:first-child {
    margin-top: 0;
} 

.block-nureinshop-contentgrid a.nureinshop-block-contengrid--item {
    text-decoration: none;
}

.block-nureinshop-contentgrid .nureinshop-block-contengrid--item:hover {
    background-color: var(--maincolor);
    transform: scale(1.1);
} 

/*••••• Reviews •••••*/

.nureinshop-block-google-reviews--item {
	display: flex;
	flex-direction: column;
	padding: 5px 15px;
	border-right: 1px solid #ccc6bd;
	border-radius: 0;
	height: fit-content!important;
}

.block-nureinshop-google-reviews {
    padding-top: 25px;
    padding-bottom: 25px;
    background-image: url('/pub/media/deaad2745aadd741b92810d6c53342ef/background-white.svg');
    background-size: auto 110%;
    background-position: 95% 10%;
    background-repeat: no-repeat;
}

.block-nureinshop-google-reviews .owl-nav {
    display: none!important;
}

.nureinshop-block-google-reviews--carousel { 
    margin-top: 0;
    padding-top: 0;
}

.nureinshop-block-google-reviews--item .review-stars {
	order: 1;
	display: flex;
    justify-content: center;
}

.nureinshop-block-google-reviews--item .review-content {
	order: 2;
	color: #000;
	text-align: center;
}

.nureinshop-block-google-reviews--item .review--header {
	order: 3;
	text-align: center;
	margin-top: auto;
	padding-top: 20px;
}

.nureinshop-block-google-reviews--morebtn .btn {
    background-color: transparent;
    color: var(--maincolor);
    font-weight: 400;
    font-size: 120%;
}

.owl-item.active:not(:has(+ .active)) .nureinshop-block-google-reviews--item {
    border-right: 0;
}

.review-photo {
    display: none;
}
/*••••• Produkte •••••*/

.productpage-variant-selectors {
	background-color: rgba(255,255,255,0.6);
	padding: 20px 0;
}

.productpage-pricewrapper {
	background-color: #efebe4;
	padding: 1px 20px 20px 25px;
}

/*••••• Footer & Copyright •••••*/

footer {
    margin-top: 80px;
}

footer::before {
    height: 50px;
    content: '';
    background-image: url('/pub/media/9ac7d37e65e0fb91266aebdb4296516c/physiotherapie-deko.svg');
    width: 100%;
    background-position: center;
    background-repeat: no-repeat;
    display: block;
    position: absolute;
    margin-top: -25px;
}

#region-footer {
    padding-top: 80px;
    background-color: #ccc6bd;
	color: var(--maincolor);
	padding-bottom: 10px;
}

#region-footer p {
    margin-top: 5px;
}

#region-footer a {
	color: var(--maincolor);
}

 #region-footer h2, #region-footer h3 {
	color: var(--maincolor);
	text-transform: uppercase;
}

#region-footer h3 {
    font-size: 100%;
}

#region-footer h2 {
	color: var(--maincolor);
	text-transform: uppercase;
	font-weight: 600;
	font-size: 130%;
}

#region-footer .col-6 > *:first-child {
    margin-top: 0;
}

.post-footer {
    font-weight: 600;
    font-size: 85%;
    text-transform: uppercase;
    margin-top: 15px;
}

#region-copyright {
	background: #fff;
	margin-top: 0;
	text-transform: uppercase;
	font-weight: 600;
	font-size: 85%;
	padding: 10px 0 10px 0;
}

#region-copyright p {
    margin-top: 0;
}

/*••••• Suchseite •••••*/

.search-form .input-wrapper::before {
  display: block;
  position: absolute;
  height: 20px;
  width: 20px;
  opacity: 1;
  background-image: url('/pub/media/c97f64839b348aa3371a0db7209c9a97/gvv-hardheim-wallduern-suche.svg');
  background-size: 20px 20px;
  z-index: 40;
  content: '';
  margin-top: 18px;
  margin-left: 15px;
}

.search-form .input-wrapper input[type="text"] {
    color: #000;
    border-radius: 12px;
    padding: 15px 0 15px 50px;
}

.input-wrapper input::placeholder {
    color: #000;
}

.search-item-header h2 {
    font-size: 120%;
    hyphens: none;
}

.productgrid .row {
    display: flex;
    flex-wrap: wrap;
}

.productgrid .search-item {
    padding: 10px;
    hyphens: auto;
    border-radius: 12px;
    padding-bottom: 25px;
}

.page-nureinshop-search .search-form input[type="submit"] {
    width: fit-content;
}

@media only screen and (min-width: 960px) {
  .productgrid .col-3 {
    width: 49.9%;
    align-items: stretch;
    display: flex;
  }
  .productgrid .search-item {
    display: flex;
    flex-direction: column;
    padding: 20px;
  }
  .search-item-header h2 {
    margin-top: 5px;
  }
  .search-item-more-btn {
    margin-top: auto;
    width: 50%;
    margin-left: auto;
    margin-right: auto;
  }
 .search-item-short {
     margin-bottom: 20px;
 }
}

/*••••• Social Sidebar •••••*/

.social-links {
	position: fixed;
	right: 0px;
	width: 50px;
	top: 320px;
	z-index: 99;
}

.social-links strong {
	display: inline-block;
	transform: rotate(270deg);
	background-color: var(--red);
	margin: 0;
	text-transform: uppercase;
	letter-spacing: 2px;
	width: 180px;
	right: 63px;
	position: relative;
	padding: 0;
	text-align: center;
	color: #ffffff;
	font-size: 14px;
}

.social-links strong a {
    color: #fff;
    height: 100%;
    padding: 15px 7px;
    text-decoration: none;
    width: 100%;
    display: inline-block;
}

.social-links > a {
	box-sizing: border-box;
	position: relative;
	display: inline-block;
	height: 50px;
	width: 50px;
	text-align: center;
	background-color: var(--red);
	margin-bottom: 3px;
	padding: 10px;
	line-height: 0;
}

/* .social-links a span {
	display: none;
	width: auto;
	position: absolute;
	right: 50px;
	background-color: var(--maincolor);
	height: 50px;
	top: 0;
	color: #ffffff;
	line-height: 50px;
	padding-left: 25px;
	padding-right: 15px;
	white-space: nowrap;
} */

.social-links a span {
	display: inline-block;
	position: absolute;
	right: 50px;
	background-color: var(--red);
	height: 50px;
	top: 0;
	color: #ffffff;
	line-height: 50px;
	padding-left: 15px;
	padding-right: 15px;
	white-space: nowrap;
	opacity: 0;
	transform: translateX(80px); /* Startposition weiter weg */
	z-index: -1;
}


.social-links a span.zweizeilig {
	line-height: 20px;
	padding-top: 5px;
	height: 50px;
	padding-right: 20px;
}

/*••••• Socials: Hover-Effect •••••*/

@keyframes bounceIn {
	0% { transform: translateX(80px); opacity: 0; } /* Start weiter rechts für mehr Drama */
	45% { transform: translateX(-15px); opacity: 1; } /* Weiter über das Ziel hinausschießen */
	65% { transform: translateX(7px); }
	80% { transform: translateX(-4px); }
	100% { transform: translateX(0); }
}

.social-links a:hover {
	background-color: var(--maincolor);
	opacity: 1;
}

.social-links a:hover span {
    opacity: 1;
	animation: bounceIn 0.8s ease-out forwards; /* Noch etwas länger für bessere Sichtbarkeit */
}

/*••••• Socials: Responsive •••••*/

@media only screen and (max-width:1200px) {
	.social-links {
		top: 360px;
	}
}

@media only screen and (max-width:980px) {
	.social-links {
		top: 275px;
		width: 35px;
	}
	.social-links > a {
	    width: 35px;
	    height: 35px;
	}
	.social-links a span, .social-links a span.zweizeilig  {
	    height: 35px;
	    right: 35px;
	    line-height: 35px;
	}
}

@media only screen and (max-width:760px) {
	.social-links {
		top: 240px;
	}
}

@media only screen and (max-width:1180px) {
    .social-links {
        opacity: 1;
    }
}


/** generated: 2025-12-18 23:57:16 **/