/*
 * 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.25em !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);

}

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

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

}
/*
.columns.is-mobile {
	display: block;
}*/

.mobileNavWrapper {
	position: absolute;
}
