﻿input[type="search"] {
    padding: 0rem 0.75rem;
    font-size: 1rem;
    line-height: 1.5;
    display: inline-block;
    vertical-align: middle;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    border: 0;
    border-bottom: 1px solid #000;
    border-radius: 0;
    outline: 0;
    width: 150px;
}

input[type="search"]:focus {
    outline: none !important;
}

ul.alpha-list {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

li.alpha-item {
    display: inline-block;
    padding: 0 0.3rem;
    cursor: pointer;
    font-size: 36px;
    text-decoration: underline;
    line-height:36px;
    margin-bottom:15px;
    font-family: "hsd sans";
}

li.alpha-item.active,
li.alpha-item:hover {
    color: red;
    text-decoration: none;
}

li.alpha-item:nth-last-child(-n+4) {
	padding: 0;
}

li.alpha-item:last-child {
    padding: 0 0.2rem;
}

.search-container  {
}



span.category-text {
    font-size: 13px;
    font-family: Arial;
    line-height: 21px;
    padding: 0.5rem 0.5rem 0 0.5rem;
    text-decoration: underline;
    color: #000;
    cursor: pointer;
}

span.category-text-alphabet {
    font-size: 18px;
    font-family: Arial;
    font-weight: bold;
    line-height: 21px;
    padding: 0.5rem 0.5rem 0 0.5rem;
    text-decoration: underline;
    color: #000;
    cursor: pointer;
}

span.category-text:hover {
    text-decoration: none;
    color: red;
}

@media screen and (min-width:800px) {
.header-container {
    display:flex;
    flex-direction: row;
}
}

@media screen and (max-width:800px) {
    .search-container {
        left: 65px;
    }

    .search-container::after {
        right: 65px;
    }
}


.header-container {
    justify-content: space-between;
    align-items: center;
    margin-bottom: 3em;
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    background-color: #ffffff;
    border-bottom: 2px black solid;
}

.category-container {
    margin-bottom: 36px;
    margin-top: 35px;
}

.category {
    margin-bottom: 0.25em;
}

.category > h3 {
    font-family: "hsd sans";
    font-size: 20px;
    line-height: 22px;
    margin-bottom: 20px;
}

.competence {
    margin-bottom: 7px;
}

span.competence-text {
    font-size: 18px;
    font-family: Arial;
    font-weight: bold;
    line-height: 21px;
}

a.user-link {
    text-decoration: underline;
    font-size: 13px;
    margin-right: 0.25em;
    font-family: Arial;
    line-height: 21px;
}

a.user-link:hover {
    text-decoration: underline;
}


.search-container{
    position: relative;
    margin-top: 35px;
}

.search-container::before {
    content: "Suche:";
    position: absolute;
    left: -65px;
    bottom: 0;
    font-size: 18px;
    font-family: Arial;
    font-weight: bold;
    line-height: 21px;
}

.search-container::after {
    display: inline-block;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f002";
    position: absolute;
    right: 0px;
}

h3.alpha-item{
    font-size:36px;
    color:black;
    line-height:36px;
    margin-bottom:30px;
    font-family: "hsd sans";
}