/*
 * Theme Name: KHuF child-theme for agma
 * Template: agma
 * Version: 1.2.0
 * Author: KHuF | Robert Schild (modified)
 * Description: Ein Child-Theme für Agma-Theme
*/

:focus,
body *:focus {
    outline: solid 2px #000 !important;
}

.tabs-content .content h2,
.tabs-content .content h3 {
	font-size: 1.3em !important;
}

img {
    max-width: 100% !important;
    height: auto !important;
}


.logo img {
    min-height: 3em;
    height: 75%;
    max-width: 100%;
    width: auto;
    margin: 1em;
    z-index: 1000;
}

.skip-link {

    position: absolute;
    top: -1000em;
    left: 6px;
    height: auto;
    width: auto;
    display: block;
    font-size: 14px;
    font-weight: 600;
    padding: 15px 23px 14px;
    background: #f0f0f1;
    color: #2271b1;
    z-index: 100000;
    line-height: normal;
    text-decoration: none;
    transform: translatey(-100%);
    transition: transform 0.3s;
}


.skip-link:focus,
.skip-link:active {
    transform: translatey(0%);
    top: 7px;
    background: #f0f0f1;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, .6);

}

@media screen and (min-width: 769px) and (max-width: 1090px), print {
  .columns:not(.is-desktop) {
	  display: block;
	}
	.column.is-one-quarter {
		width: 100%;
	}
}
	  

.clickable {
    cursor: pointer;
    background-color: #fff;
	color: #000;
    padding: 0.5em;
}

.clickable:hover,
.clickable:focus,
.clickable:active {
    background-color: rgba(0, 0, 0, 0.1);

}

.mobileNavWrapper {
	position: absolute;
}

.up-arrow
{

    display: none !important; /* Anfangs ausblenden */
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 9999;
    cursor: pointer;
    background-color: #333;
    color: #fff;
    width: 40px;
    height: 40px;
    text-align: center;
    border-radius: 50%;
    font-size: 24px;
    line-height: 40px;
}

.up-arrow.fa-chevron-up:hover,
.up-arrow.fa-chevron-up.hover {
    color: black; /* Bei Hover */
	background-color: rgba(0,0,0,0.25);
	border: solid black 2px;
    font-weight: 1000; /* Bei Hover fett */
}

.up-arrow.fa-chevron-up.hover-reset,
.up-arrow:active
 {
	
}

.up-arrow.show {
    display: block !important; /* Einblenden, wenn sichtbar */
}


/* Stile für das Dark-Theme */
/* @media (prefers-color-scheme: dark) {
  body {
    background-color: #1a1a1a;
    color: #ffffff;
  }
	.clickable {
    background-color: #1a1a1a;
		color: #fff;
}

.clickable:hover,
.clickable:focus,
.clickable:active {
    background-color: rgba(250, 250, 250, 0.1);

}
}
*/

