/*
Theme Name: GLI one
Theme URI: http://www.global-learning-institute.org/
Author: Dipl. Ing. Adrian Marc Zwygart
Author URI: http://wordpress.org/
Description: The 2018 Global Theme for WordPress.
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: global-thinking, global-handling, global, global-learning
Text Domain: twentythirteen

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/





ul li ul { display: none; position: relative; }
ul li:hover > ul { display: block; position: absolute; top: 0; right: 0; }

h4 { size: 200px;}

h3 {
    font-size: 16px;
}

h1
{
    font-size: 20px;
}

p {
    font-size: 18px;
}

ul {
    font-size: 18px;
}

ul {font-size: 18px;  }

.screen-reader-text{display: none }



/*
Body
 */

body.gli-body
{
    /* background-color: #f0f0f0; */
    // background-color: #f5f5f5;
    background-color: black;
}

/*
Header elements
 */

div.gli-header-container
{
    background-color: white;
    width:100%;
    padding:10px;
    padding-bottom: 20px;
    padding-top: 20px;
    float:right;
}

/*
Menu elements
 */

div.gli-menu-container
{
    background-color: #23272b;
    display: inline-block;
    width: 100%;
    float: right;
}

div.gli-menu-link-container
{
    background-color: #23272b;
    padding:5px;
    padding-left: 10px;
    padding-right: 10px;
    float:left;
}

h4.gli-menu-text-main
{
    color: ghostwhite;
    font-size: 21px;
}

div.gli-menu-flags-container
{
    background-color: #23272b;
    padding:10px;
    float:right;
    height: 50px;
}

div.gli-menu-search-container
{
    float: right; padding-top: 10px;
}

input.menu-search{
    border: 1px solid ghostwhite;
    background-color: #23272b;
    color: ghostwhite;
    height: 30px;
    width: 200px;
    padding: 5px;
}

/*
Slider elements
 */

@font-face {
    font-family: Zitatfont;
    src: url(https://www.global-learning-institute.org/wp-content/themes/gli-one/fonts/Calligraffiti.ttf);
    font-weight: normal;
}

div.gli-zitat-container
{
    position: absolute; z-index: 999; right: 10px; top: 25px; padding: 10px; padding-bottom: 0px;
}

p.gli-zitat {
    font-family: "Zitatfont", Arial, sans-serif;
    //color: #D9534F;
    color: palegreen;
    font-size: 26px;
}

a.gli-zitat-person
{
    //color: #D9534F;
    color: palegreen;
    font-weight: bold;
    font-size: 21px;
    font-family: Arial;
}

/*
Global blog
 */

div.gli-globalblog-working-container
{
    width:50%;
    height:600px;
    padding:10px;
    float:left;
    background-color: lightskyblue;
}

div.gli-globalblog-insights-container
{
    width:50%;
    height:600px;
    padding:10px;
    float:right;
    background-color: palegreen;
}



/*
All Blog elements
*/

div.gli-blog-item-container
{
    float:left;
    //background-color: #23272b;
    background-color: #23272b;
    padding: 0px;
    margin-right: 0px;
    margin-bottom: 15px;
    width: 100%;
}

div.gli-blog-item-textfield
{
    float: left;
    //background-color: #23272b;
    background-color: #23272b;
    //color: white;
    color: ghostwhite;
    margin-right: 0px;
    padding: 2px;
    padding-top: 5px;
    height: 150px;
}

a.follow {
    font-size: 12px;
    height: 12px;
}

/*
Blog results
 */

nav.pagination span {
    color: grey;
    font-size: 18px;
}

nav.pagination a {
    color: black;
    font-weight: normal;
    font-size: 18px;
}