@font-face {
    font-family: 'Inter';
    src: url('https://pgei.de/wp-content/uploads/fonts/RInter.ttf') format('woff2');
    font-display: swap;
}

:root{
--wp--preset--color--base: #d6d6d6;
  --wp--preset--color--contrast: #191919;
  --wp--preset--color--accent-1: #007eff;
  --wp--preset--color--accent-2: #a2a2a2;
  --wp--preset--color--accent-3: #182949;
  --wp--preset--color--accent-4: #5F5F5F;
  --wp--preset--color--accent-5: #ffffff;
  --wp--preset--color--accent-6: #19191933;

}
body,
html {
    height: 100%;
    width: 100%;
    margin: 0;
    padding: 0;
    font-family: 'Inter', sans-serif;
    background-color: var(--wp--preset--color--base);
    background: var(--wp--preset--color--base);
}

* {
    line-height: 36px;
    font-family: 'Inter', sans-serif;
    font-size: 18px;
}

body {
    overflow-x: hidden;
}

#logo {
    height: 38px;
    margin-top: 20px;
}

#cookie {
    line-height: 1em;
    font-size: 10px;
    text-align: center;
    width: 100%;
    display: inline-block;
    color:  var(--wp--preset--color--contrast);
}

#cookie a{
    color:  var(--wp--preset--color--contrast);
    font-size: 10px;
}

.wapperbox {
    display: flex;
    background-color: var(--wp--preset--color--accent-1);
    padding: 10px;
    width: 95%;
    margin: 10px;
    text-align: left;
}

.text {
    color: var(--wp--preset--color--accent-5);

}

a {
    color: var(--wp--preset--color--accent-1);
}

h1,
h2,
h3,
h4 {
    font-size: 1.2em;
    padding-top: 5px;
    padding-bottom: 10px;
    text-align: center;
    font-family: 'Inter';
    font-weight: 800;
}

h1 {
    padding: 30px 30px 0 30px;
    font-size: 36px;
}

h2 {
    font-size: 30px;
    background-color: var(--wp--preset--color--accent-1);
    position: relative;
    padding: 20px 10px;
    margin: 30px 0px;
    border-top: 10px solid var(--wp--preset--color--base);
    color: white;
}

h3 {
    font-size: 24px;
    border-bottom: 5px solid var(--wp--preset--color--accent-1);
    padding: 10px 0px;
    margin: 10px 30px;
}

#wrapper {
    width: 800px;
    padding-top: 0;
    font-size: 1.1em;
    color: var(--wp--preset--color--contrast);
    background-color: var(--wp--preset--color--accent-5);
    left: 50%;
    margin-left: -550px;
    position: relative;
    top: 5px;
    margin-bottom: 50px;
    margin-top: -7px;
}

.center {
    text-align: center;
}

.column{
    margin-top: 40px;
    margin-bottom: 40px;
    width: 47%;
    text-align: center;
    display: inline-table;
}
.column b:first-child{
    background-color: var(--wp--preset--color--accent-1);
    padding: 20px 80px;
    color: var(--wp--preset--color--accent-5);
}

#dwnbox {
    position: fixed !important;
    left: 52%;
    top: 250px;
    width: 280px;
    padding: 5px;
    margin-left: 260px;
    z-index: 4;
    background-color: var(--wp--preset--color--accent-5);
    text-align: center;
    color: var(--wp--preset--color--contrast);
    margin-top: 25px;
    right: 50%;

}

#dwnbox img {
    padding: 10px 0px;
}

.pgeiProImg {
    width: 93%;
    padding: 20px;
    margin: auto;
}

.dwnMenuImage {
    height: 30px;
    font-size: 1.1em;
    margin: 0px 10px;
    vertical-align: middle;
    display: inline;
}

#dwnMenuList {
    float: left;
    text-align: left;
    margin: auto;
    margin-left: 30px;
}

#dwnbox a {
    color: var(--wp--preset--color--accent-5);
}

.altwrapper {
    margin-top: 20px !important;
}

#install {
    position: fixed;
    display: none;
    left: 50%;
    top: 200px;
    width: 500px;
    margin-left: -265px;
    z-index: 40;
    padding: 30px;
    background-color: var(--wp--preset--color--accent-1);
    opacity: 0.98;
    text-align: center;
}

#info {

    margin: 5px;
    overflow: hidden;
    float: right;
    position: relative;
    text-align: center;
}

#description {
    text-align: left !important;
}

#description img {
    float: right;
    max-width: 50%;
    height: auto;
    margin: 0px 0px 10px 10px;
}

textarea,
input {
    margin: 5px;
    padding: 10px;
    border: 5px solid var(--wp--preset--color--accent-1);
    max-width: 80%;
}

p,
li,
ul {
    padding: 0px 30px;
    text-align: left;
}

footer a,
footer p {
    display: inline;
    padding: 10px;
    color: var(--wp--preset--color--contrast) !important;
}

footer {
    position: relative !important;
    text-align: center;
    padding: 0 20px;
    width: 100%;
}

#header {
    width: 100%;
    background: var(--wp--preset--color--accent-5);
    z-index: 20;
    height: 80px;
    top: 80px;
    padding: 0px 0px;
}
.headerpadder{
 width: 1000px;
 margin: auto;
}

#header nav {
    margin: 5px;
    text-align: center;
    display:inline;
    margin-top: 20px;
    float: right;
}

#header nav a {
    color: var(--wp--preset--color--contrast);
    margin-left: 12px;
    font-size: 18px;
    font-family: 'Inter';

    text-decoration: none;
}

#header a img {
    height: 25px;
}

.results {
    width: 240px;
    height: 180px;
    overflow: hidden;
    display: inline-block;
    margin: 10px;
}

a:has(> div.results){
	text-decoration: none;
}


.titlePlugin {
    background-color: var(--wp--preset--color--accent-1);
    padding: 5px 0;
    font-weight: bold;
    color: white;
    position: absolute;
    width: 240px;
    height: 40px;
    font-size: 0.9em;
    text-overflow: ellipsis;
    overflow: hidden;
    text-align: center;
}

.results img {
    width: 240px;
  height: 180px;
  object-fit: cover;
}


#ad {
    max-height: 100px;
    max-width: 800px;
    left: 50%;
    margin-left: -400px;
}

#awards {
    width: 100%;
    position: absolute;
    z-index: 3;
    bottom: 0;
    left: 0;
}

#first {
    position: relative;
}

#blogbox {
    width: 700px;
    padding: 50px;
    border-top: 20px solid var(--wp--preset--color--base);
    text-align: center;
}

#blogbox .button {
    width: 80%;
}

.button {
    border: 3px solid #bb1616;
    padding: 7px 25px;
    border-radius: 80px;
    color: white;
    display: inline-block;
    margin: 5px;
    background: #bb1616;
    font-family: 'InterBold', Arial, Sans-Serif !important;
    text-align: center;
    text-decoration: none !important;
    text-align: center;
    text-transform: uppercase;
    font-size: 18px;
    transition: 0.3 ease-in-out;
}


a .button {
    color: white;
}


#invertbutton {
    padding: 12px 34px;
}

a #button {
    text-decoration: none;
}


.btnicon {
    margin-right: 8px;
    height: 30px;
    margin-bottom: -7px;
    margin-left: -20px;
}

.relative {
    display: relative;
}

#inline {
    display: inline;
}

.centerText{
margin: auto;
	text-align: center;
}


/*Plugins page*/

@media all and (max-width: 800px) {

    h1,
    h2,
    h3,
    h4 {
        font-size: 1.2em !important;
        word-wrap: break-word;
        position: relative;
        left: 0;
    }
	h1{
	 margin-top: -30px;	
	}

    #first {
        padding: 0 10px;
        text-align: center;
    }
    .column{
        display: none;
    }

    .headerpadder {
        max-width: 100%;
        text-align: center;
    }
    nav{
        display: none;;
    }

    #wrapper {
        position: relative;
        width: 100% !important;
        padding-top: 30px;
        margin-left: 0px !important;
        left: 0 !important;
    }



    #hovers {
        width: 100%;
    }

    #dwnbox {
        display: none;
    }

    .button {
        width: 70%;
        padding: 20px;
    }

    input {
        width: 90% !important;
    }

    #wrapper {
        text-size: medium;
    }

    #header a {
        display: none;
        text-align: center;
        padding-top: 30px;
        margin: auto;
    }

    .results {
        margin: auto;
        display: list-item;
        margin-top: 10px;
    }

    .picture {
        display: none;
    }

    #header img {
        float: left;
        margin: 10px;
    }

    #logo {
        padding: 0px 10px;
        max-width: 370px;
        height: 38px;
        margin: auto;
float: none !important;
    }


    #second {
        margin-top: 90px;
    }

    #flag {
        display: none;
        animation-delay: 4s;
        animation-duration: 2s;
    }

    p {
        max-width: none;
        min-width: none;
        margin-left: 0;
        left: 0;
        padding: 20px;
    }

    .pluginimg {
        width: 100%;
        height: auto;
    }


}

@media (prefers-color-scheme: dark) {
    :root{
    --wp--preset--color--base: #000000;
        --wp--preset--color--contrast: #f3f3f3;
        --wp--preset--color--accent-1: #007eff;
        --wp--preset--color--accent-2: #232323;
        --wp--preset--color--accent-3: #182949;
        --wp--preset--color--accent-4: #f3f3f3;
        --wp--preset--color--accent-5: #171717;
        --wp--preset--color--accent-6: #151515;
    }

    #logo {
        filter: invert(90%)
    }
}