/* 
    Created on : 21.APR.2019, 12:48:17
    Updated on : 07.DEC.2021, 19:51:32
    Author     : Alex E. | AEQ-WEB
*/

/*==============================================
1. Cookie Info
================================================*/

#cookie_info {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 0.5em 1em;
    text-align: center;
    background: lightgray;
    z-index: 3;
    color: black;
}

#cookie_info #acceptCookies {
    display: inline-block;
    padding: 0.25em 1em;
    border-radius: 5px;
    border: 1px solid black;
}
#cookie_info #acceptCookies:hover {
    color: white;
    background: black;
}

/*==============================================
2. Simple Galery
================================================*/

.gallerypb {
    display: flex;
}

.gallerycol {
    flex: 33.33%;
    padding: 5px;
}

/*==============================================
3. Color Buttons
================================================*/

/*= BTN Blue =*/
.aeqbtn_blue {
    background-color: #0071bc;
    border: none;
    color: white;
    padding: 15px 32px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    margin: 4px 2px;
    cursor: pointer;
    -webkit-transition-duration: 0.4s; /* Safari */
    transition-duration: 0.4s;
}

.aeqbtn_blue {
    box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2), 0 6px 20px 0 rgba(0,0,0,0.19);
}

.aeqbtn_blue:hover {
    box-shadow: 0 12px 16px 0 rgba(0,0,0,0.24),0 17px 50px 0 rgba(0,0,0,0.19);
    color: #ffffff;
}

/*= BTN Orange =*/
.aeqbtn_orange {
    background-color: #FF5733;
    border: none;
    color: white;
    padding: 15px 32px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    margin: 4px 2px;
    cursor: pointer;
    -webkit-transition-duration: 0.4s; /* Safari */
    transition-duration: 0.4s;
}

.aeqbtn_orange {
    box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2), 0 6px 20px 0 rgba(0,0,0,0.19);
}

.aeqbtn_orange:hover {
    box-shadow: 0 12px 16px 0 rgba(0,0,0,0.24),0 17px 50px 0 rgba(0,0,0,0.19);
    color: #ffffff;
}

/*= BTN Red =*/
.aeqbtn_red {
    background-color: #FF0000;
    border: none;
    color: white;
    padding: 15px 32px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    margin: 4px 2px;
    cursor: pointer;
    -webkit-transition-duration: 0.4s; /* Safari */
    transition-duration: 0.4s;
}

.aeqbtn_red {
    box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2), 0 6px 20px 0 rgba(0,0,0,0.19);
}

.aeqbtn_red:hover {
    box-shadow: 0 12px 16px 0 rgba(0,0,0,0.24),0 17px 50px 0 rgba(0,0,0,0.19);
    color: #ffffff;
}

/*= BTN Green =*/
.aeqbtn_green {
    background-color: #56B621;
    border: none;
    border-radius: 0px;
    color: white;
    padding: 15px 32px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    margin: 4px 2px;
    cursor: pointer;
    -webkit-transition-duration: 0.4s; /* Safari */
    transition-duration: 0.4s;
}

.aeqbtn_green {
    box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2), 0 6px 20px 0 rgba(0,0,0,0.19);
}

.aeqbtn_green :hover {
    box-shadow: 0 12px 16px 0 rgba(0,0,0,0.24),0 17px 50px 0 rgba(0,0,0,0.19);
    color: #ffffff;
}

/*==============================================
4. AEQ Table
================================================*/
#aeq_table {
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
    border-collapse: collapse;
    width: 100%;
}

#aeq_table td, #aeq_table th {
    border: 1px solid #ddd;
    padding: 8px;
}

#aeq_table tr:nth-child(even){background-color: #f2f2f2;}

#aeq_table tr:hover {background-color: #ddd;}

#aeq_table th {
    padding-top: 12px;
    padding-bottom: 12px;
    text-align: left;
    background-color: #ff3657;
    color: white;
}

/*==============================================
5. AEQ Article Tree
================================================*/

.articletree {
    background-color: lightgray;
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 5px;
    padding-bottom: 5px;
    border-left: 10px solid #1C6EA4;
    border-radius: 0px 10px 10px 0px;
}
.articletree p { 
    padding-left: 20px;
    padding-top: 10px;
}

.tg  {border-collapse:collapse;border-spacing:0;}
.tg td{font-family:Arial, sans-serif;font-size:14px;padding:10px 5px;border-style:solid;border-width:1px;overflow:hidden;word-break:normal;border-color:black;}
.tg th{font-family:Arial, sans-serif;font-size:14px;font-weight:normal;padding:10px 5px;border-style:solid;border-width:1px;overflow:hidden;word-break:normal;border-color:black;}
.tg .tg-wp8o{border-color:#000000;text-align:center;vertical-align:top}
.tg .tg-u4c2{font-weight:bold;background-color:#fd6864;color:#000000;border-color:#000000;text-align:center;vertical-align:top}
.tg .tg-73oq{border-color:#000000;text-align:center;vertical-align:top}

/*==============================================
6. AEQ PopUp
================================================*/

.aeq-popup{
    background:rgba(0,0,0,.4);
    cursor:pointer;
    display:none;
    height:100%;
    position:fixed;
    text-align:center;
    top:0;
    width:100%;
    z-index:10000;
}
.aeq-popup .helper{
    display:inline-block;
    height:100%;
    vertical-align:middle;
}
.aeq-popup > div {
    background-color: #fff;
    box-shadow: 10px 10px 60px #555;
    display: inline-block;
    height: auto;
    max-width: 90%;
    min-height: 100px;
    vertical-align: middle;
    width: 75%;
    position: relative;
    border-radius: 8px;
    padding: 15px 5%;
}
.popupCloseButton {
    background-color: #fff;
    border: 3px solid #999;
    border-radius: 50px;
    cursor: pointer;
    display: inline-block;
    font-family: arial;
    font-weight: bold;
    position: absolute;
    top: -20px;
    right: -20px;
    font-size: 25px;
    line-height: 24px;
    width: 30px;
    height: 30px;
    text-align: center;
}
.popupCloseButton:hover {
    background-color: #ccc;
}
.trigger_aeq-popup {
    cursor: pointer;
    font-size: 20px;
    margin: 20px;
    display: inline-block;
    font-weight: bold;
}

/*==============================================
6. PRE Tag (CODE)
================================================*/

pre {
    counter-reset: line-numbering;
    background: #DADADA;
    padding: 12px 0px 14px 0;
    width: 100%;
    color: #000000;
    line-height: 100%;
    border-radius: 5px;
    padding-left: 10px;
}

/*==============================================
7. AEQ Simple Image Preview
================================================*/

div.aeqgallery {
    margin: 5px;
    border: 1px solid #ccc;
    float: left;
    max-width: 160px;
}

div.aeqgallery:hover {
    border: 1px solid #777;
}

div.aeqgallery img {
    width: auto;
    max-width: 150px;
    max-height: 220px;
}

div.aeqgallerydesc {
    padding: 1px;
    text-align: center;
    font-size: 8pt;
}

/*==============================================
8. AEQ Blockqoute
================================================*/

blockquote{
    font-size: 1.4em;
    width:95%;
    margin:50px auto;
    font-family:Open Sans;
    font-style:italic;
    color: #555555;
    padding:1.2em 30px 1.2em 75px;
    border-left:8px solid #78C0A8 ;
    line-height:1.6;
    position: relative;
    background:#EDEDED;
}

blockquote p{
    display:block;
    color:#333333;
    font-style: normal;
    font-weight: bold;
    margin-top:1em;
}

/*==============================================
8. AEQ Attention Box
================================================*/

.aeq-attention-box {
    color: #000000;  
    background: #EABB27;
    padding: 10px 10px 20px 100px;
    line-height: 1.4;
    position: relative;
    font-family: arial, helvetica, sans-serif;
    font-weight: bold;
    font-size: 14px;
    width: 100%;
}
.aeq-attention-box i {
    display: block;
    position: absolute;
    font-size: 50px;
    left: 20px;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    line-height: 22px;
    text-align: center;
    color: black;
    font-weight: normal;
}

/*==============================================
9. AEQ Single Image
================================================*/
.image-view  {
    overflow: hidden;
    position: relative;
}

.image-view .image-credit {
    position: absolute;
    right: 0px;
    top: 5px;
}

.image-credit {
    background: rgba(0,0,0,.7);
    color: #ccc;
    display: inline-block;
    font-size: 10px;
    font-family: helvetica;
    font-weight: 300;
    padding: 2px 4px;
    position: absolute;
    top: 0;
    right: 0;
}

.image-credit a {
    color: white;
}

.image-text {
    position: relative;
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 11px;
    vertical-align: baseline;
}

/*==============================================
10. AEQ Info Box
================================================*/

.aeq-alert-pink {
    padding: 20px;
    background-color: #ff3657;
    color: white;
}

.aeq-alert-red {
    padding: 20px;
    background-color: #ff3333;
    color: white;
}

.aeq-alert-green {
    padding: 20px;
    background-color: #00b300;
    color: white;
}

.aeq-alert-blue {
    padding: 20px;
    background-color: #248efa;
    color: white;
}

/*==============================================
10. AEQ Ads
================================================*/

.aeq-ad-blog {
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    max-height: 100px;
    overflow: hidden;
    margin: auto;
    padding: 5px;
    padding-bottom: 20px;
}
.aeq-ad-blog-dbg {     /*Debug Mode Style*/
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    background-color: lightgray;
    color: white;
    max-height: 100px;
    overflow: hidden;
    margin: auto;
    padding: 10px;
    padding-bottom: 20px;
    border: 3px solid gray; 
    height: 90px;
    text-align: center; 
    vertical-align: middle;
}

.aeq-ad-sidebar {
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    max-height: 350px;
    overflow: hidden;
    margin: auto;
    padding-bottom: 20px;
}
.aeq-ad-sidebar-dbg {     /*Debug Mode Style*/
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    background-color: lightgray;
    color: white;
    max-height: 350px;
    overflow: hidden;
    margin: auto;
    padding: 10px;
    padding-bottom: 20px;
    border: 3px solid gray; 
    height: 340px;
    text-align: center; 
    vertical-align: middle;
}

/*==============================================
11. AEQ Video
================================================*/

.aeq-video-sidebar img {
    padding: 5px;
    opacity: 0.5;
}

a.aeq-video span {
    width: 100%;
    height: 100%;
    position: absolute;
    background: url("/media/static/aeq-play-btn.png") no-repeat;
    background-position: 50% 50%;
    background-size: 25%;
}
@media screen and (max-width: 480px) {
    a.aeq-video  span {
        background-size: 400%;
    }
}
