body {
	font-family: "HelveticaNeue-Condensed", "IBM Plex Sans", sans-serif;
    padding: 0;
    margin: 0;
	font-size: 16px;
    line-height: 1.5;
    font-weight: lighter;
    color: white;
    background-color: black;
}

a {
    text-decoration: none;
    color: yellow;
}

a[href*="//"]:not([href*="https://intern.proberaumscheibbs.com/"]):not([href*="http://intern.proberaumscheibbs.com/"]), a[href^="mailto"], .ablue {
    color: #0073aa;
	font-weight: 400;
}

.abold {
    font-weight: bold;
}

.agrey {
    color: #d7d7d7;
    font-weight: bold;
    font-size: 12px;
}

h1, h2, h3 {
    /*font-family: "HelveticaNeue-Condensed", "IBM Plex Sans", sans-serif;*/
    font-weight: normal;
    margin: 0 0 10px;
    color: yellow;
}

hr {
    margin-top: 20px;
    border: 0;
    border-top: 1px solid yellow;
}

p {
    margin: 0 0 20px;
}

.burger {
    position: absolute;
    top: 10px;
    right: 5vw;
    font-size: 30px;
    color: yellow;
    display: none;
}

nav {
    display: inline-block;
    width: 300px;
    margin-top: 100px;
    vertical-align: top;
    /*background-color: green;*/
}

nav ul {
    list-style: none;
    margin: 0 0 0 150px;
    padding: 0;
    /* background-color: navy; */
}

nav ul li {
    width: 70px;
	height: 70px
}

nav img {
    width: 60px;
    margin-top: -8px;
}

main {
    display: inline-block;
    width: 850px;
    margin-top: 100px;
    /*background-color: orange;*/
}

input, select, textarea {
    /*font-family: "HelveticaNeue-Condensed", "IBM Plex Sans", sans-serif !important;
    font-weight: bold;*/
    color: white;
    font-size: 16px;
    padding: 5px;
    line-height: 21px;
}

textarea {
    height: 120px;
}

input:focus,
select:focus,
textarea:focus,
button:focus {
    outline: none;
    outline-width: 0;
}

input {
    color: white !important;
    border-left: 0 !important;
    border-top: 0 !important;
    border-right: 0 !important;
    border-bottom: 1px solid yellow !important;
    background-color: transparent !important;
    border-radius: 0 !important;
    -webkit-appearance: none;
}

select {
    -webkit-appearance: none !important;
    -moz-appearance: none !important;
    padding: .5em !important;
    border-radius: 3px !important;
    border-width: 0 0 1px 0 !important;
    border-color: yellow !important;
    border-radius: 0 !important;
    background-color: transparent !important;
}

select::-ms-expand {
    display: none;
}

textarea {
    color: white !important;
    border-left: 0 !important;
    border-top: 0 !important;
    border-right: 0 !important;
    border-bottom: 1px solid yellow !important;
    resize: none;
    background-color: black !important;
}

textarea:focus {
    outline: none;
}

input[type="submit"], .button {
    background-color: transparent !important;
    border: 1px solid yellow !important;
    color: yellow !important;
    cursor: pointer;
}

input[type='checkbox'] {
    display: none !important;
}

input[type="checkbox"] + label::before {
    width: 15px;
    height: 15px;
    border-radius: 0;
    border: 1px solid yellow;
    background-color: transparent;
    display: block;
    content: "";
    float: left;
    margin: 5px 15px;
}

input[type="checkbox"]:checked+label::before {
    box-shadow: inset 0px 0px 0px 3px black;
    background-color: yellow;
}

.blog-post-author:before, .blog-post-date:before {
    font-family: "Font Awesome 5 Free";
    padding-right: 10px;
}

.blog-post-date:before {
    content: "\f017";
}

.blog-post-date {
    padding-right: 30px;
}

.blog-post-author:before {
    content: "\f007";
}

/* BUDDPRESS DOCUMENTS */
.folder-row .toggle-content.loading {
  background:url('icons/loading__.gif') no-repeat 50% !important;
}

article {
    margin-top: 5px !important;
}

@media only screen and (max-width: 1160px) {
    main {
        width: 65%;
    }
}

@media only screen and (max-width: 900px) {

    nav {
        display: none;
        position: absolute;
        top: 0; left: 0;
        width: 100vw;
        height: 100vh;
        margin-top: 15px !important;
        background-color: black;
        z-index: 100;
    }

    nav ul {
        position: absolute;
        margin: 10% 0;
        padding: 0;
        width: 100%;
        top: 10%;
        columns: 2;
        -webkit-columns: 2;
        -moz-columns: 2;
    }

    nav ul li {
        text-align: center;
        width: 100%;
        margin-bottom: 20px;
    }

    main {
        width: 90vw;
        margin: 60px 5vw 0 5vw;
    }

    #wpadminbar {
        display: none;
    }

    .burger {
        display: inline;
        z-index: 200;
    }

    #alltags ul {
        columns: 2 !important;
        -webkit-columns: 2 !important;
        -moz-columns: 2 !important;
    }
}

@media only screen and (max-width: 500px) {
    
    #alltags ul {
        columns: 1 !important;
        -webkit-columns: 1 !important;
        -moz-columns: 1 !important;
    }
}