/*
Theme Name: MODULE.OS Standard Theme
Theme URI: https://module22.de
Author: Fabian Lindner / Deniz Bünyamin Temiz
Author URI: https://module22.de
Description: Das Standard MODULE.OS Theme des Unternehmens MODULE22
Version: 0.3.7
*/

html,
html > body{
    font-family: Arial, sans-serif;
}
img{
    width: 100%;
}
body.post-type-attachment img{
    width: auto;
}

/* entfernung aller wordpress focus outlines aus den modulen*/
.cb_global .wp-person a:focus .gravatar,
.cb_global a:focus,
.cb_global a:focus .media-icon img {
    box-shadow: none;
    outline: none;
}

/* Cookie Message */
.cc-window {
    max-width: 350px;
    width: 100%;
    position: fixed;
    z-index: 9999999;
    bottom: 10px;
    right: 10px;
    width: 300px;
    padding: 10px 15px;
    box-shadow: 0px 0px 7px rgba(0,0,0,.5);
    border-radius: 5px;
    background-color: white;
    font-size:13px;
}
.cc-window:after{
    background-image: url(https://module22.de/wp-content/uploads/2020/05/module22-digital-agentur-augsburg-dark.png);
    display: block;
    width: 100%;
    overflow: hidden;
    background-repeat: no-repeat;
    height: 25px;
    content: "";
    background-size: auto 25px;
    background-position: center;
    margin-top: 5px;
    font-size: 13px;
}
.cc-window.cc-invisible{
    display: none;
}
.cc-header{
    display: block;
    font-weight: bold;
    font-size: 18px;
}
.cc-message{

}
.cc-link{

}
.cc-compliance{
    display: flex;
    flex-direction: column-reverse;
    margin-top: 10px;
}
.cc-btn{
    cursor: pointer;
}
.cc-btn:hover{
    text-decoration: none;
}
.cc-btn.cc-deny{
    opacity: .75;
    font-size: .75rem;
    text-align: center;
    margin-top: 5px;
}
.cc-btn.cc-allow{
    padding: 5px;
    border-radius: 5px;
    color: white;
    background-color: #129966;
    text-align: center;
}
.cc-revoke{
    position: fixed;
    z-index: 9999999;
    bottom: 10px;
    left: 10px;
    cursor: pointer;
}
.cc-revoke > i,
.cc-revoke > i:before{
    pointer-events: none;
}
@media only screen and (max-width: 767.98px) {
    .cc-window {
        max-width: 550px;
        width: 100%;
        box-shadow: 0 0 5px rgba(0,0,0,.5);
        border: none;
        right:0;
        left:0;
        bottom:0;
        border-radius: 0px;
    }
    .cc-compliance {
        max-width: 300px;
        margin: 10px auto;
    }
}