/* START GLOBAL START */
.green {
    background-color: #60b246;
}
.green-light {
    background-color: #ccd61c ;
}
.yellow {
    background-color: #f4cd01;
}
.yellow-dark {
    background-color: #f7ac1b;
}
.red {
    background-color: #e73e20;
}
.blue {
    background-color: #32bef0;
}
.turquoise {
    background-color: #5fd8bd;
}
.purple {
    background-color: #a9569d;
}
.pink {
    background-color: #e83b8e;
}
.black {
    background-color: #000;
}

.center {
    text-align: center;
}

.gf_filtertext {
    font-family: 'VeneerTwo';
    font-size: 1.2em;
    font-weight: normal;
    text-transform: uppercase;
    line-height: 1.2em;
    margin-top: 2%;
}
.headline {
    font-family: 'VeneerTwo';
    font-size: 2.5rem;
    font-weight: normal;
    text-transform: uppercase;
    line-height: 1.2em;
    margin:1rem 0;
    background-color: #fff;
}
.headline.blue {
    color: #32bef0;
}
/* END GLOBAL END */


/* START CATEGORY NAV START*/

.kat_nav {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.catlink {
    line-height: 2rem;
    font-size: 2rem;
    font-family: 'VeneerTwo';
    text-decoration: none;
    color: #ffffff!important;
    text-align: center;
    margin: 0.3rem;
    padding: 0.7rem 2.2rem 0.5rem 2.2rem;
    text-transform: uppercase;
    font-weight: normal;
}
.catlink a {
    color: #fff;
}
.catlink:hover {
    text-decoration: none;
    /*filter: hue-rotate(90deg);*/
    filter: grayscale(1);
}

a:hover, a:focus {
    text-decoration: none;
    outline: 0;
}

/* END CATEGORY NAV END*/


/* START NEW ARTICLES START*/

#new-articles {
    display: flex;
    flex-wrap: wrap;
}
.new_article {
    border: 0.1rem solid #cccccc;
    margin: 1rem 0;
}
.col-md-6.text {
    padding: 0 2rem;
}
.author {
    display: flex;
    align-items: center;
    margin: 1rem 0 0 0;
}
.author_image {
    width: 3rem;
    margin: 0 0.5rem 0 0;
}
.author_name {
    font-size: 1rem;
    font-weight: bold;
}
.date {
    font-size: 1rem;
}
.read_more {
    margin: 1rem 0 1rem 0;
}
.read_more a {
    color: #e83b8e;
    font-size: 1rem;
    font-weight: bold;
    text-transform: uppercase;
}
.read_more a:hover {
    filter: grayscale(1);
}
#load_more {
    display: flex;
    justify-content: center;
    margin: 3rem 0;
}
#load_more a .button {
    color: #fff;
    background-color: #f4cd01;
    font-family: 'VeneerTwo';
    font-size: 2.5rem;
    font-weight: normal;
    text-transform: uppercase;
    line-height: 1.2em;
    padding: 0.5rem 1rem;
}
#load_more a .button:hover {
    text-decoration: none;
    filter: grayscale(1);
}

/* END NEW ARTICLES END*/

/* START FORM START */
#own_article {
    padding: 2rem;
    background-color: #f7f7f7;
}
#own_article .gf_detailbox_h1{
    color: #e83b8e;
    margin-top: 0;
}
#own_article .download {
    font-weight: bold;
}
#own_article .download:hover {
    color: #000000;
}

#own_article .download::before {
    color: #e83b8e;
    font-family: 'Material Icons';
    content: "download";
    -webkit-font-feature-settings: 'liga' 1;
    -moz-font-feature-settings: 'liga' 1;
    font-feature-settings: 'liga' 1;
    font-size: 26px;
    position: relative;
    top: 0.5rem;
    left: 0rem;
}#own_article .download:hover::before {
     text-decoration: none;
     filter: grayscale(1);
 }
#own_article input[type="submit"]{
    color: #fff;
    background-color: #32bef0;
    font-family: 'VeneerTwo';
    font-size: 2.5rem;
    font-weight: normal;
    text-transform: uppercase;
    line-height: 1.2em;
    padding: 0.5rem 1rem;
    border: none;
    width: 100%;
    margin: 2rem 0 0 0;
}
#own_article input[type="submit"]:hover {
    text-decoration: none;
    filter: grayscale(1);
}
#own_article button {
    color: #fff;
    background-color: #32bef0;
    font-family: 'VeneerTwo';
    font-size: 2.5rem;
    font-weight: normal;
    text-transform: uppercase;
    line-height: 1.2em;
    padding: 0.5rem 1rem;
    border: none;
    width: 100%;
    margin: 1rem 0 0 0;
}
#own_article button:hover {
    text-decoration: none;
    filter: grayscale(1);
}
/*#own_article input[type="file"] {
    display: none;
}*/
#own_article .file_upload {
    padding: 0 0 0 0rem;
}
#own_article .file_upload::before {
    color: #e83b8e;
    font-family: 'Material Icons';
    content: "add_box";
    -webkit-font-feature-settings: 'liga' 1;
    -moz-font-feature-settings: 'liga' 1;
    font-feature-settings: 'liga' 1;
    font-size: 26px;
    position: relative;
    top: 0.5rem;
    left: 0rem;
}
#own_article .file_upload:hover {
    filter: grayscale(1);
    cursor: pointer;
}
#own_article #list {
    text-align: center;
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
}
#own_article #list img {
    max-height: 100px;
    margin: 1rem;
}
#own_article input[type="text"],
#own_article input[type="email"]{
    width: 100%;
    padding: 1rem;
    margin: 1rem 0;
    border: 1px solid #c1c1c1;
}
#own_article textarea {
    width: 100%;
    height: 20vh;
    resize: none;
    overflow: auto;
    margin: 1rem 0;
    padding: 1rem;
}
#own_article .explaination {
    margin: 0 0 2rem 0;
}
#own_article .legal {
    font-size: 0.8rem;
    color: #999999;
    margin: 1rem 0 0 0;
}
/* END FORM END*/

#load_more .noContent {
    display: none;
}
/*
#new-articles .content {
    display: none;
    padding: 0;
}
*/

