:root {
--demonhunter: #a330c9;
--deathknight: #c41f3b;
--druid: #ff7d0a;
--evoker: #33937f;
--hunter: #abd473;
--mage: #69ccf0;
--monk: #00ff96;
--paladin: #f58cba;
--priest: #ffffff;
--rogue: #fff569;
--shaman: #0070de;
--warlock: #9482c9;
--warrior: #c79c6e;
}
@media (min-width: 921px) {
.wp-block-columns .wp-block-group.gg-profession-list {
padding: 0;
margin-bottom: 20px;
}
}
.discord {
padding: 20px;
max-width: 90%;
font-size: 90%;
margin: 40px auto 20px auto;
border: 1px dashed #777;
display: flex;
align-items: center;
justify-content: center;
text-align: center;
background: #252525;
border-radius: 8px;
margin-bottom: 2rem;
}
a,
a:active,
a:focus {
color: white;
}
.shopping-list img {
position: relative;
margin-top: -15px;
margin-right: 2px;
}
.gg-card-farmguide {
overflow: hidden;
width: 245px;
border: 1px solid black;
margin: 1px 3px 10px;
display: inline-block;
}
.gg-card-farmguide img {
height: 100px;
width: 245px;
object-fit: cover;
object-position: 100% 0%;
transition: all 200ms ease;
}
.gg-card-farmguide:hover img {
transform: scale(1.04);
transition: all 200ms ease;
}
.gg-card-guide {
overflow: hidden;
width: 245px;
border: 1px solid black;
margin: 1px 3px 10px;
display: inline-block;
transition: all 200ms ease;
}
.gg-card-guide:hover {
border-color: #daa205;
}
.gg-card-guide img {
height: 100px;
object-fit: cover;
object-position: 100% 0%;
transition: all 200ms ease;
}
.gg-card-guide:hover img {
transform: scale(1.04);
transition: all 200ms ease;
}
.gg-card-guide.big {
width: 500px;
border-color: #daa205;
border-radius: 4px;
margin: 10px auto 2rem auto;
display: block;
position: relative;
}
.gg-card-guide.big:hover {
border-color: #121212;
}
.gg-card-guide.big:before {
content: '\f25a';
font-family: 'Font Awesome 6 Free';
font-weight: 600;
font-size: 26px;
position: absolute;
right: 0px;
bottom: 0;
margin-right: 10px;
}
.gg-card-guide.big img {
height: auto;
}
@media screen and (max-width: 528px) {
.gg-card-guide.big {
width: 350px;
}
.gg-card-guide.big img {
height: 120px;
}
}
.gg-card-caption {
text-align: center;
font-size: 14px;
padding: 5px;
color: #b6b6b6;
background: #131313;
}
.entry-content a.gg-card-farmguide {
border-bottom: 0px;
}
.gg-copy-floating {
position: absolute;
right: 0;
opacity: 1;
padding: 5px 8px;
background-color: #242424;
border: 1px solid #999999;
color: #cdcdcd;
font-size: 12px;
border-radius: 4px;
margin-right: 35px;
margin-top: -35px;
white-space: nowrap;
}
.gg-copy-line {
position: relative;
}
button.gg-copy-text {
bottom: 0;
font-size: 13px;
border: 0px solid #afafaf;
color: #afafaf;
background: #121212;
font-weight: normal;
position: absolute;
right: -6px;
bottom: -8px;
padding: 5px 8px;
}
button.gg-copy-text:hover {
background: #daa205;
color: #121212;
}
.gg-copy-inline {
display: inline-block;
}
.entry-content code:not(pre > code) { cursor: pointer;
color: #989898;
position: relative;
border-radius: 4px;
padding: 4px 26px 4px 4px;
background: #212121;
display: inline-flex;
align-items: center;
}
.entry-content code:not(pre > code):hover {
color: #dbdbdb;
}
.entry-content code:not(pre > code)::after, .gg-ingame-pin:after {  
content: '\f0c5';
font-family: 'Font Awesome 5 Free';
font-weight: 600;
font-size: 14px;
color: #989898;
position: absolute;
right: 4px;
}
.entry-content code:hover::after {
color: #daa205;
}
.gg-ingame-pin:after {
margin-top: 1px;
}
.gg-ingame-pin {
cursor: pointer;
position: relative;
display: inline-block;
background: #212121;
color: #989898;
padding: 4px 25px 4px 25px;
background-image: url(https://assets.goldgoblin.net/wow/misc/ingame-pin.png);
background-repeat: no-repeat;
background-position: 5px 5px;
border-radius: 4px;
font: 15px Monaco,Consolas,"Andale Mono","DejaVu Sans Mono",monospace
}   
.gg-ingame-pin span.gg-ingame-pin-script {display: none; }
.gg-ingame-pin-copy {
position: absolute;
top: -20px;
transform: translateX(-100%);
border: 1px solid #cecece;
background: #212121;
color: #cecece;
padding: 3px 8px;
border-radius: 4px;
white-space: nowrap;
font-size: 12px;
}
.gg-copy-inline button.gg-copy-text {
bottom: 0;
font-size: 10px;
color: #131313;
font-weight: normal;
position: relative;
right: 0px;
bottom: 0px;
padding: 8px;
margin: 0 8px 0 5px;
} .gg-expand-please {
background: #212121;
padding: 10px;
border-radius: 5px;
color: #daa205;
cursor: pointer;
transition: all 200ms ease;
}
.gg-expand-please:hover {
color: #adadad;
transition: all 150ms ease;
}
.gg-expand {
display: none;
padding: 0 25px 10px 25px;
}
.gg-expand-please::before {
content: '\f055';
font-family: 'Font Awesome 5 Free';
font-weight: 600;
width: 15px;
text-align: center;
position: relative;
display: inline-block;
margin-right: 12px;
}
.gg-expand-active::before {
content: '\f056';
}
.gg-expand .wp-block-preformatted {
margin-bottom: 20px;
}
.gg-expand-button {
display: inline-block;
width: auto;
padding: 2px;
padding-right: 15px;
font-size: 11px;
border-radius: 15px;
margin-left: 5px;
background: #262626;
}
.gg-expand pre.routes {
white-space: normal;
}
.gg-expand h6 {
font-weight: 500;
margin: 5px;
}
.gg-expand ::-webkit-scrollbar {
height: 8px;
}
.gg-expand ::-webkit-scrollbar-track {
background: #181818;
}
.gg-expand ::-webkit-scrollbar-thumb {
background: #daa205;
}
.gg-expand ::-webkit-scrollbar-thumb:hover {
background: #555;
}
#gg-tabs {
width: 100%;
border-bottom: solid 0px #daa205;
margin-top: 30px;
}
#gg-tabs .wp-block-button__link {
border-radius: 5px 5px 0 0;
}
#gg-tabs.wp-block-buttons {
padding: 0;
}
#gg-tabs .wp-block-button {
margin-bottom: 0;
}
#gg-tabs div a {
min-width: 80px;
font-size: small;
padding: 8px;
background: #181818;
color: #adadad;
pointer-events: none;
font-weight: bold;
display: block;
text-decoration: none;
outline: none;
transition: unset;
}
#gg-tabs div:first-child {
margin-left: 5px;
}
#gg-tabs .inactive a {
cursor: pointer;
pointer-events: unset;
padding: 8px;
color: #daa205;
background: #202020;
outline: none;
}
#gg-tabs div a:hover,
#gg-tabs div a.inactive:hover {
color: #daa205;
background: #282828;
outline: none;
}
.gg-tab-content {
border: solid 1px #181818;
border-radius: 5px;
background: #282828;
text-align: left;
padding: 20px;
margin-bottom: 25px;
}
.gg-tab-content p {
margin-bottom: 1rem;
}
.entry-content .gg-tab-content h1,
.entry-content .gg-tab-content h2,
content .gg-tab-content h3 {
background: transparent;
padding: 0;
margin: 0 0 1rem;
}
@media screen and (max-width: 580px) {
#gg-tabs div:first-child {
margin-left: 0;
}
#gg-tabs .wp-block-button__link {
border-radius: 5px;
margin: 2px 0 5px 0;
}
} .gg-skillguide .wp-block-column {
margin: 0;
}
.wp-block-columns.gg-skillguide {
gap: 0;
}
.entry-content .gg-skillguide p a {
color: white;
border: 0;
}
.gg-skillguide p {
margin: 0 0 15px;
}
.gg-skillguide ul {
margin-top: 15px;
margin-bottom: 15px;
}
.gg-skillguide p:last-child {
margin-bottom: 0;
}
.gg-skillguide .range,
.gg-skillguide .action {
padding: 15px;
border: 1px solid #252525;
}
.gg-skillguide .range {
flex-basis: 100px !important;
text-align: right;
font-weight: 700;
background: rgba(0, 0, 0, 0.15);
}
.gg-skillguide .action {
background: rgba(0, 0, 0, 0);
border-left: none;
border-top-right-radius: 5px;
border-bottom-right-radius: 5px;
}
.gg-skillguide .range {
border-right: none;
border-left: none;
}
.gg-skillguide.red {
border-left: 3px solid #e47943;
}
.gg-skillguide.red > .range {
color: #e47943;
}
.gg-skillguide.yellow {
border-left: 3px solid #f2cc19;
}
.gg-skillguide.yellow > .range {
color: #f2cc19;
}
.gg-skillguide.green {
border-left: 3px solid #40bf40;
}
.gg-skillguide.green > .range {
color: #40bf40;
}
.gg-skillguide.grey {
border-left: 3px solid #797979;
}
.gg-skillguide.grey > .range {
color: #aaaaaa;
}
.gg-skillguide + .gg-skillguide:not(:has(+ .gg-skillguide)), .gg-skillguide.last {
margin-bottom: 2rem;
}
.gg-skillguide p.has-small-font-size {
margin-top: -10px;
color: #a5a5a5;
}
.gg-skillguide .action p:first-of-type a[data-wh-icon-added]:first-of-type {
margin-left: 5px;
margin-right: 3px;
}
@media (min-width: 600px) and (max-width: 781px) {
.gg-skillguide .wp-block-column:not(:only-child) {
flex-basis: 100% !important;
}
.gg-skillguide .range {
padding: 5px 15px;
text-align: left;
}
}
@media (max-width: 782px) {
.gg-skillguide .wp-block-column:not(:only-child) {
text-align: left;
padding: 10px;
}
}
.entry-content p.gg-gewinnspiel {
text-align: center;
margin: 30px 0 40px 0;
}
.entry-content a.gg-gewinnspiel:before {
content: '\f061';
font-family: 'Font Awesome 6 Free';
font-weight: 600;
position: relative;
margin-right: 10px;
color: #121212;
}
.entry-content p a.gg-gewinnspiel {
background: #daa205;
color: #121212;
padding: 10px 25px;
border-radius: 50px;
border-bottom: none;
font-size: 120%;
transition: none;
}
.entry-content p a.gg-gewinnspiel:hover {
background: #232323;
color: #daa205;
transition: none;
}
p.code-kasten {
border: 1px solid #e6cc80;
border-radius: 5px;
background: #212121;
margin: 15px !important;
padding: 10px !important;
}
.p75 {
max-width: 75%;
}
.p50 {
max-width: 50%;
}
.entry-content p.bottom-m15 {
margin-bottom: 0.5em;
}
.entry-content p.bottom-0{
margin-bottom: 0;
}
.entry-content h5.bottom-0 {
margin-bottom: 2px;
} .entry-content p.bottom-10,
.entry-content h5.bottom-10 {
margin-bottom: 10px;
margin-left: 3px;
}
.entry-content p.top-30,
.entry-content h5.top-30 {
margin-top: 20px;
}
.wp-block-image.size-full.margin-0 {
margin-top: 0;
}
.liste-eng li {
margin-bottom: 0;
}
.blocks-gallery-caption,
.wp-block-embed figcaption,
.wp-block-image figcaption {
color: #888888;
background: rgba(0, 0, 0, 0.5);
}
.wp-block-image figcaption {
margin-top: -3px;
border-radius: 5px;
}
.gg-skillfarbe {
font-size: 11px;
line-height: 15px;
font-weight: 700;
margin-right: 5px;
color: black;
border-radius: 2px;
width: 28px;
text-align: center;
display: inline-block;
position: relative;
top: -1px;
}
.rot {
background: #e47943;
}
.gelb {
background: #ff0;
}
.gruen {
background: #40bf40;
}
.grau {
background: #808080;
}
p:empty {
display: none;
}
hr {
margin: 20px auto;
}
#toc_container p.toc_title {
color: #cecece;
text-align: left !important;
font-size: 16px;
text-align: left;
}
#post-13259 #toc_container > ul > li:nth-child(5) > a,
#post-13265 #toc_container > ul > li:nth-child(5) > a,
#post-13269 #toc_container > ul > li:nth-child(5) > a,
#post-13275 #toc_container > ul > li:nth-child(5) > a,
#post-13279 #toc_container > ul > li:nth-child(5) > a,
#post-13283 #toc_container > ul > li:nth-child(5) > a,
#post-13287 #toc_container > ul > li:nth-child(5) > a,
#post-13291 #toc_container > ul > li:nth-child(5) > a,
#post-13303 #toc_container > ul > li:nth-child(5) > a {
font-weight: bold;
color: #fff;
line-height: 260%;
font-size: 105%;
background: #daa205;
margin: -3px;
color: #333333;
padding: 5px 50px 5px 5px;
}
#post-13259 #toc_container > ul > li:nth-child(5) > a:hover,
#post-13265 #toc_container > ul > li:nth-child(5) > a:hover,
#post-13269 #toc_container > ul > li:nth-child(5) > a:hover,
#post-13275 #toc_container > ul > li:nth-child(5) > a:hover,
#post-13279 #toc_container > ul > li:nth-child(5) > a:hover,
#post-13283 #toc_container > ul > li:nth-child(5) > a:hover,
#post-13287 #toc_container > ul > li:nth-child(5) > a:hover,
#post-13291 #toc_container > ul > li:nth-child(5) > a:hover,
#post-13303 #toc_container > ul > li:nth-child(5) > a:hover {
color: #daa205;
background: #121212;
} .gg-profession-list-current {
font-size: 16px;
font-weight: 700;
min-width: 240px;
list-style-type: none;
}
.gg-profession-list-current a:hover {
color: #cecece;
}
.gg-profession-list-current h5 {
color: #cecece;
font-weight: 700;
font-size: 16px;
margin: 0;
border-radius: 0;
border-top: 2px solid #daa205;
padding-left: 50px;
}
.gg-profession-list-current ul {
list-style-type: none;
margin: 0 40px;
padding: 0;
}
.gg-profession-list-current ul li a {
display: block;
background: rgb(33,33,33);
background: linear-gradient(90deg, rgba(33,33,33,1) 20%, rgba(49,49,49,0) 100%);
line-height: 46px;
padding-left: 50px;
font-size: 15px;
margin: 8px 0;
border: 0px solid #121212 !important;
border-radius: 4px;
}
.gg-profession-list-current ul li a:hover {
background: #121212;
color: #cecece;
}
.gg-profession-list-current img {
margin-left: 0px;
margin-left: 5px;
margin-top: 5px;
max-height: 36px;
float: left;
border: 1px solid #121212;
border-radius: 4px;
}
.gg-profession-list-current-p {
padding: 0 0 0 40px;
margin-bottom: 0px !important;
} h3.bc,
.bc a,
.bc {
color: #99cc00;
} .gg-profession-list {
font-weight: 700;
font-size: 16px;
min-width: 220px;
}
.gg-profession-list a:hover {
color: #cecece;
}
.gg-profession-list h5 {
font-weight: 700;
font-size: 16px;
margin: 0 0 5px 0;
border-radius: 6px; background: #181818;
color: #cecece;
padding: 15px 10px;
}
.gg-profession-list ul {
list-style-type: none; margin: 0;
background: #222222;
border-radius: 6px;
padding: 5px 10px;
}
.gg-profession-list ul li a {
display: block; line-height: 24px;
border-bottom: none;
font-size: 15px;
font-weight: 400;
margin: 2px;
}
.gg-profession-list ul li a:hover { color: #fff;
}
.gg-profession-list ul li a:hover::before {
content: "\f30b"; 
position: absolute;
font-family: 'Font Awesome 5 Free';
font-weight: 600;
margin-left: -20px;
margin-right: 5px;
}
.gg-profession-list img {
margin-right: -5px;
margin-top: -10px;
max-height: 40px;
float: right;
border-radius: 5px !important;
}
.gg-clear {
clear: left;
}
ul.gg-profession-sub-list {
display: flex;
margin: 20px 0;
flex-wrap: wrap;
text-align: center;
gap: 4px;
justify-content: center;
list-style-type: none;
}
ul.gg-profession-sub-list.classic {
justify-content: center;
}
ul.gg-profession-sub-list > li > a {
color: #daa205;
font-size: 11px;
line-height: 34px;
text-align: center;
text-decoration: none;
border-radius: 10px;
width: 154px;
padding: 0px;
display: block;
background: #1a1a1a;
border-bottom: none;
transition: none;
}
ul.gg-profession-sub-list.classic > li > a {
width: 190px;
color: #99cc00;
}
ul.gg-profession-sub-list > li > a:hover {
background: #101010;
color: #adadad;
} .gg-farm-list {
font-size: 16px;
min-width: 220px;
margin-top: 15px;
gap: 10px;
}
.gg-farm-list h5 {
color: #cecece;
font-weight: 700;
font-size: 14px;
border-radius: 5px;
padding: 5px;
padding-left: 10px;
margin: 5px 0;
background: #161616;
}
.gg-farm-list ul {
list-style-type: none;
margin: 0;
padding: 0;
}
.gg-farm-list ul li {
height: 38px;
}
.gg-farm-list ul li:last-child {
margin-bottom: 20px;
}
.gg-farm-list ul li a {
padding-left: 46px;
display: block;
background: #222222;
margin: 7px 0;
border-radius: 5px;
line-height: 40px;
border-bottom: 0;
color: #cacaca;
font-size: 13px !important;
}
.gg-farm-list ul li a.zweizeilig {
line-height: normal;
}
.gg-farm-list ul li a:hover {
background: #151515;
color: #daa205;
}
.gg-farm-list ul li img {
float: left;
max-height: 36px;
margin-top: 2px;
margin-left: 2px;
border-radius: 0px !important;
border-bottom-left-radius: 5px !important;
border-top-left-radius: 5px !important;
} .profession-menu-flex-container {
display: flex;
margin: 0 0 20px 0;
flex-wrap: wrap;
text-align: center;
gap: 4px;
justify-content: space-between;
}
.profession-menu-flex-container > a,
.profession-menu-flex-container > div {
color: #daa205;
font-size: 11px;
line-height: 34px;
text-align: center;
text-decoration: none;
border-radius: 10px;
width: 154px;
padding: 0px;
display: block;
background: #1a1a1a;
border-bottom: none;
}
.profession-menu-flex-container > a:hover {
background: #daa205;
color: #222222;
}
.profession-grid-container {
display: grid;
grid-row-gap: 10px;
margin: 10px 0px 30px;
grid-template-columns: 110px auto;
}
.profession-grid-container p {
margin: 0;
padding: 0 0 15px 0;
}
.profession-grid-action ul {
margin: 0 0 1.5rem 1rem;
list-style-type: disc;
}
.profession-grid-action ul li {
margin: 0 0 5px 0;
}
.profession-grid-skillpoints {
background-color: rgba(0, 0, 0, 0.2);
padding: 10px 20px;
font-weight: bold;
text-align: right;
color: #daa205;
}
.profession-grid-action {
background-color: rgba(0, 0, 0, 0.1);
padding: 10px 20px !important;
color: #cecece;
text-align: left;
}
.profession-grid-skill-orange {
border-left: 3px solid #e47943;
color: #e47943;
}
.profession-grid-skill-yellow {
border-left: 3px solid #f2cc19;
color: #f2cc19;
}
.profession-grid-skill-green {
border-left: 3px solid #40bf40;
color: #40bf40;
} .more-mats {
border-top: 1px solid rgba(242, 204, 25, 0.3);
background: rgba(0, 0, 0, 0.1);
color: #cacaca;
}
.bc-beta-hint {
color: #c2c324;
text-align: center;
padding: 10px;
font-size: 14px;
background: #222222;
margin: 25px !important;
border: 1px solid #c2c324;
border-radius: 6px;
}
.wrong-farmguide {
text-align: center;
font-size: 90%;
padding: 5px;
background: #222222;
margin: 7px -10px 20px;
border: 1px solid #daa205;
border-radius: 15px;
}
.classic-hint {
text-align: center;
font-size: 130%;
padding: 15px;
background: #222222;
margin: 7px 30px 15px 30px;
border: 1px solid #99cc00;
border-radius: 6px;
}
.classic-hint-text {
color: #99cc00;
}
.classic-switch {
color: #ff8d41;
text-align: center;
padding: 10px;
background: #222222;
margin: 7px 15px 15px 15px;
border: 1px solid #ff6600;
border-radius: 6px;
}
.classic-switch a {
color: #99cc00;
font-weight: bold;
text-decoration: underline;
}
.hinweis {
border-radius: 0 !important;
position: relative;
top: 2px;
}
.beta-hint {
color: #ff8d41;
text-align: center;
padding: 10px;
background: #222222;
margin: 25px !important;
border: 1px solid #ff6600;
border-radius: 6px;
}
.beta-hint a {
color: #99cc00;
font-weight: bold;
text-decoration: underline;
} .berufs-links a {
text-decoration: none;
font-size: 12px;
text-align: center; margin: 4px;
padding: 4px;
min-width: 146px;
border-radius: 5px;
background: #1a1a1a;
float: left;
}
.berufs-links a:hover {
background: #daa205;
color: #1a1a1a;
}
.berufs-links-classic-link {
color: #99cc00 !important;
}
.berufs-links-classic-link:hover {
background: #99cc00 !important;
color: #1a1a1a !important;
}
.berufs-links p {
padding: 0 !important;
padding-left: 5px !important;
margin: 0 auto;
} .bfa-berufe table {
width: 80%;
margin: 15px auto 25px auto !important;
}
.bfa-berufe table > tbody > tr > td {
padding: 2px;
}
.bfa-berufe table > tbody > tr > td:nth-child(1) {
width: 45% !important;
min-width: 250px !important;
max-width: 50% !important;
}
.bfa-berufe td {
height: 45px;
line-height: 40px;
}
.bfa-berufe td img {
height: 36px;
padding: 2px;
float: left;
margin-right: 5px;
margin-left: 25px;
}
.bfa-berufe-guide h5 {
margin: 15px 25px 5px 15px;
padding: 5px 10px;
border-radius: 5px;
background: #222222;
background: -moz-linear-gradient(left, #222222 0%, #333333 60%);
background: -webkit-linear-gradient(left, #222222 0%, #333333 60%);
background: linear-gradient(to right, #222222 0%, #333333 60%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#222222', endColorstr='#333333',GradientType=1 );
}
.bfa-berufe-guide td > h5 {
margin: 15px 25px 5px -10px;
}
.bfa-berufe-guide p {
padding: 10px 40px !important;
}
.bfa-berufe-guide ul {
margin: 10px 0;
padding: 0 30px 5px 60px;
}
.bfa-berufe-guide ul > li {
margin: 3px 0;
}
.bfa-berufe-guide table ul {
margin: 0;
padding: 0 30px 5px 20px;
}
.bfa-berufe-guide table ul > li {
margin: 0;
}
.bfa-berufe-guide table {
width: auto !important;
margin-bottom: 15px !important;
}
.bfa-berufe-guide table p {
padding: 10px 0 0 0 !important;
}
.bfa-berufe-guide table td {
padding: 15px 15px 15px 0;
}
.bfa-berufe-guide table > tbody > tr > td:nth-child(1) {
text-align: right;
width: 80px !important;
min-width: 80px !important;
max-width: 80px !important;
vertical-align: top;
font-weight: bold;
color: #daa205;
}
.bfa-berufe-guide table tr td:nth-child(2) {
padding-left: 25px;
}
.bfa-berufe-guide table tr:nth-child(even) {
background: rgba(41, 41, 41, 0.5);
}
.bfa-berufe-guide table td:nth-child(odd) {
background: rgba(41, 41, 41, 0.7);
}
.guide-info {
text-align: center;
font-size: 80%;
padding: 10px 20px 5px 20px;
}
.farmguide-case {
padding: 15px 25px;
float: left;
}
.farmguide-case p {
padding: 0 !important;
margin: 0 !important;
}
.farmguide-case h3 {
font-size: 18px;
margin: 0;
height: 35px;
line-height: 35px;
padding: 0 0 0 10px;
}
.farmguide-legion {
border-radius: 6px;
}
.farmguide-case a {
text-decoration: none;
color: #cecece;
}
.farmguide-link {
height: 35px;
margin: 8px 0;
padding: 0 35px 0 10px;
border: 0px solid blue;
line-height: 35px;
background: #222222;
border-radius: 5px;
}
.farmguide-link img {
float: left;
max-height: 35px;
border-top-left-radius: 5px;
border-bottom-left-radius: 5px;
position: relative;
left: -10px;
border-bottom-right-radius: 0;
border-top-right-radius: 0;
}
.farmguide-link:hover {
background: #444444;
border-radius: 5px;
}
.farmguide-icon {
border-radius: 10px !important;
}
.Ads_Main {
width: 320px;
height: 100px;
}
@media (min-width: 500px) {
.Ads_Main {
width: 468px;
height: 60px;
}
}
@media (min-width: 800px) {
.Ads_Main {
width: 728px;
height: 90px;
}
}
@media screen and (max-width: 865px) {
#toc_container {
border-radius: 0px;
padding: 6px;
}
}
span.gg-boe {
background: #121212;
border-radius: 5px;
padding: 2px 5px;
font-size: 11px;
font-weight: bold;
margin-left: 5px;
white-space: nowrap;
}
span.gg-boe .fas {
color: #daa205;
}
span.gg-patch {
background: #daa205;
position: relative;
top: -3px;
margin: 0 4px 0 2px;
border-radius: 2px;
padding: 0px 3px;
font-size: 11px;
font-weight: 700;
text-transform: uppercase;
color: #121212;
}
span.gg-tag,
sup {
background: #121212;
position: relative;
top: -1px;
margin: 0 4px 0 4px;
border-radius: 2px;
padding: 2px 6px;
font-size: 10px;
font-weight: 600;
text-transform: uppercase;
color: #cecece;
}
table span.gg-tag {
top: -3px;
margin: 0 4px 0 15px;
}
span.gg-expansion {
background: #121212;
position: relative;
top: -3px;
border-radius: 2px;
padding: 0px 2px;
font-size: 8px;
font-weight: 700;
text-transform: uppercase;
color: black;
}
span.gg-expansion.exp-vanilla {
background: rgb(240, 227, 111);
}
span.gg-expansion.exp-bc {
background: rgb(194, 219, 81);
}
span.gg-expansion.exp-wotlk, span.gg-expansion.exp-df {
background: rgb(87, 187, 233);
}
span.gg-expansion.exp-cata {
background: rgb(240, 169, 111);
}
span.gg-expansion.exp-mop {
background: rgb(97, 228, 173);
}
span.gg-expansion.exp-wod {
background: rgb(172, 52, 52);
}
span.gg-expansion.exp-legion {
background: rgb(155, 223, 77);
}
span.gg-expansion.exp-bfa {
background: rgb(77, 152, 223);
}
span.gg-expansion.exp-sl {
background: rgb(192, 179, 230);
}
span.gg-expansion.exp-tww {
background: rgb(254, 97, 4);
}
span.gg-expansion.exp-midnight {
background: rgb(118, 91, 237);
}
span.gg-expansion.exp-tlt {
background: rgb(233, 202, 115);
}
.gg-materialtable td,
.wp-block-table.is-style-stripes.gg-materialtable th {
text-align: center;
padding: 0px 4px;
}
.gg-materialtable tr td:first-child,
.wp-block-table.is-style-stripes.gg-materialtable table tr th:first-child {
text-align: left;
}
.wp-block-table.is-style-stripes.gg-materialtable {
margin-top: 25px;
}
.wp-block-ub-tabbed-content .wp-block-ub-tabbed-content-tabs-content {
border: 1px solid #181818;
background: #282828;
border-radius: 0 0 5px 5px;
}
.wp-block-ub-tabbed-content .wp-block-ub-tabbed-content-tabs-content .wp-block-columns {
margin: 0;
}
.wp-block-ub-tabbed-content .wp-block-ub-tabbed-content-tabs-content .wp-block-table.is-style-stripes.gg-materialtable {
margin-top: 0;
}
.wp-block-ub-tabbed-content .wp-block-ub-tabbed-content-tab-title-wrap {
border: 0;
}
.wp-block-ub-tabbed-content-tab-title-wrap,
.wp-block-ub-tabbed-content-tab-title-vertical-wrap {
background-color: #202020 !important;
padding: 4px 10px;
}
.wp-block-ub-tabbed-content-tab-title {
color: #daa205;
font-size: 14px;
font-weight: 600;
}
.active .wp-block-ub-tabbed-content-tab-title {
color: #cecece;
}
.gg-expand-parent-content {
padding: 10px 15px;
border: 1px solid #111111;
border-top: 0;
border-radius: 2px;
margin-bottom: 20px;
margin-top: -11px;
background: rgba(0, 0, 0, 0.1);
}
.gg-treasures {
padding: 5px 10px;
border: 1px solid #111111;
border-radius: 2px;
margin-bottom: 10px;
background: rgba(0, 0, 0, 0.1);
display: grid;
grid-template-columns: 185px 100px auto;
gap: 20px;
}
.gg-columns-border {
padding: 15px;
border: 1px solid #111111;
border-radius: 2px;
margin-bottom: 20px;
background: rgba(0, 0, 0, 0.1);
display: grid;
grid-template-columns: auto 250px;
gap: 20px;
}
.gg-mount-border {
display: grid;
gap: 20px;
margin-bottom: 20px;
}
.gg-mount-border img {
border-radius: 10px 10px 0 0;
}
.grid-2 {
grid-template-columns: 1fr 1fr;
}
.grid-3 {
grid-template-columns: 1fr 1fr 1fr;
}
.gg-mount-border > * {
border: 1px solid #111111;
border-radius: 10px;
background: rgba(0, 0, 0, 0.1);
}
.gg-mount-border p a {
border: none;
}
.gg-mount-border p.gg-expand-please {
margin: 0;
background: transparent;
border-radius: 0;
}
.gg-mount-border .wp-block-image.size-full {
margin: 0;
}
.gg-mount-border h4 {
background: rgba(0, 0, 0, 0.25);
padding: 8px 26px;
margin: 0 0 3px;
}
.gg-mount-border p {
padding: 5px 15px 10px 25px;
margin-top: 5px;
}
.gg-pets p {
padding: 5px;
text-align: center;
margin: 0;
}
.gg-pets p:nth-child(3) {
font-size: 1.1rem;
padding: 5px;
background: #252525;
border-top: 3px solid #656565;
}
.gg-pets p:first-of-type {
font-size: 75%;
padding: 0;
margin: 0;
color: #a8a8a8;
}
.gg-list-border {
margin: 2em 0;
padding: 20px 40px;
border: 1px solid #111111;
border-radius: 2px;
margin-bottom: 20px;
background: rgba(0, 0, 0, 0.1);
}
.gg-columns-border h3 {
font-weight: 600;
}
.gg-treasures.gg-df-professions {
grid-template-columns: 230px 160px auto;
padding: 12px;
}
.gg-treasures.gg-df-professions pre {
margin-bottom: 0px;
padding: 5px 10px;
}
.gg-treasures.gg-df-professions h2 {
font-size: 1.2em;
margin-bottom: 5px;
}
.gg-treasures.gg-df-professions .wp-block-image.aligncenter,
.gg-columns-border .wp-block-image.aligncenter {
margin: 0;
}
.gg-columns-border figcaption {
margin-bottom: 0;
}
.gg-profession-master {
grid-template-columns: 200px 220px auto;
}
.gg-profession-master .wp-block-image.aligncenter {
margin: 0;
}
.gg-profession-master pre {
margin-bottom: 5px;
}
.gg-profession-master p {
margin-bottom: 0.5rem;
padding: 5px;
}
.gg-profession-master .wp-block-image figcaption {
margin-bottom: 0px;
}
.gg-synthesis-plans {
grid-template-columns: 200px 100px auto;
}
@media screen and (min-width: 320px) and (max-width: 630px) {
div.gg-tww-profession-treasures {
grid-template-columns: 1fr;
}
.gg-treasures,
.gg-treasures.gg-df-professions,
.gg-columns-border,
.grid-2,
.grid-3 {
grid-template-columns: 1fr;
gap: 5px;
}
.gg-treasures > div:first-child > p {
margin: 0;
padding: 2px;
}
.gg-treasures.gg-synthesis-plans > div:first-child > p.gg-expand-please {
font-size: 12px;
border-radius: 15px;
margin-top: 20px;
display: inline-block;
padding-right: 10px;
}
}
.gg-synthesis-plans pre {
padding: 4px 8px;
}
.gg-synthesis-plans .fa-youtube::after {
content: 'Video';
font-size: 16px;
position: relative;
margin-left: 4px;
top: -3px;
font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen-Sans, Ubuntu, Cantarell, Helvetica Neue, sans-serif;
}
.page .entry-content .gg-treasures h2 {
margin: 0 0 10px 0;
font-size: 100%;
background: transparent;
padding: 2px 0;
}
.gg-treasures .wp-block-image img {
border: 1px solid #111111;
}
.gg-treasures .wp-block-image {
margin: 5px 0;
}
.gg-treasures .wp-block-image figcaption {
color: #b6b6b6;
background: rgba(0, 0, 0, 0.3);
border: 1px solid #111111;
border-top: 0px;
margin-top: -2px;
border-radius: 2px;
padding: 0px;
}
.gg-treasures .fab {
font-size: 20px;
position: relative;
top: 2px;
left: 5px;
}
.entry-content a.gg-icon {
border-bottom: 0;
}
.gg-treasures > div:first-child > p.gg-expand-parent {
background: #212121;
padding: 2px;
padding-right: 15px;
display: inline-block;
font-size: 11px;
border-radius: 2px;
margin-top: 15px;
color: #daa205;
cursor: pointer;
transition: all 200ms ease;
}
.gg-treasures > div:first-child > p.gg-expand-parent:hover {
color: #adadad;
transition: all 150ms ease;
}
.gg-treasures > div:first-child > p.gg-expand-parent::before {
content: '\f055';
font-family: 'Font Awesome 5 Free';
font-weight: 600;
width: 15px;
text-align: center;
position: relative;
display: inline-block;
margin-right: 6px;
}
.gg-treasures > div:first-child > p.gg-expand-parent.gg-expand-active::before {
content: '\f056';
}
p.gg-recipe-yellow {
font-size: 13px;
line-height: 16px;
color: #b6b6b6;
}
p.gg-recipe-yellow span {
color: #f2cc19;
}
.gg-fake-table {
border: 1px solid #111111;
border-radius: 2px;
margin: 20px 0;
list-style-type: none;
}
.gg-fake-table li {
padding: 8px 15px;
}
.gg-fake-table li:nth-child(odd) {
background: rgba(0, 0, 0, 0.1);
}
.gg-fake-table li:nth-child(even) {
background: rgba(0, 0, 0, 0.2);
}
.gg-icon .fab.fa-youtube {
font-size: 26px;
}
.single-post .gg-icon .fab.fa-youtube {
font-size: 20px;
position: relative;
top: 2px;
}
.gg-materials p {
margin-bottom: 5px;
}
.gg-fake-table-list {
display: grid;
grid-template-columns: 1.5fr 2fr;
grid-gap: 1px;
border: 1px solid #222222;
border-radius: 10px;
margin: 20px 0 40px;
list-style-type: none;
}
.gg-fake-table-list li {
padding: 5px 10px;
}
.gg-fake-table-list li:nth-of-type(4n + 1),
.gg-fake-table-list li:nth-of-type(4n + 2) {
background: rgba(0, 0, 0, 0.1);
}
.gg-fake-table-list li:nth-of-type(4n + 3),
.gg-fake-table-list li:nth-of-type(4n + 4) {
background: rgba(0, 0, 0, 0.2);
}
.gg-fake-table-list.fake-head li:nth-of-type(1),
.gg-fake-table-list.fake-head li:nth-of-type(2) {
background: rgba(0, 0, 0, 0.3);
font-weight: 600;
padding: 10px;
color: #cecece;
}
.gg-fake-table-list li:nth-of-type(1) {
border-top-left-radius: 10px;
}
.gg-fake-table-list li:nth-of-type(2) {
border-top-right-radius: 10px;
}
.gg-fake-table-list li:last-child(-1) {
border-bottom-left-radius: 10px;
}
.gg-fake-table-list li:last-child {
border-bottom-right-radius: 10px;
}
@media screen and (max-width: 590px) {
.gg-fake-table-list,
.gg-pets {
grid-template-columns: 1fr;
}
.gg-fake-table-list li {
padding: 2px 8px;
}
.gg-fake-table-list.fake-head li:nth-of-type(1),
.gg-fake-table-list.fake-head li:nth-of-type(2) {
display: none;
}
}
iframe#skilltree {
max-width: 820px;
margin: 0 -6px;
}
.gg-border img {
border: 1px solid rgba(0, 0, 0, 0.5);
}
.gg-border.radius img,
.gg-radius img {
border-radius: 10px;
}
.gg-border.radius2 img,
.gg-radius2 img {
border-top-left-radius: 10px;
border-top-right-radius: 10px;
}
#presetContainer ul {
list-style: none;
margin: 0;
padding-left: 0;
}
#presetContainer li {
padding-left: 1em;
text-indent: -1em;
}
#presetContainer li:before {
content: '»';
padding-right: 5px;
}
#presetContainer ul a:hover {
text-decoration: underline;
}
.wp-block-button .wp-block-button__link {
background: rgb(218, 162, 5);
background: linear-gradient(0deg, rgba(218, 162, 5, 1) 37%, rgba(252, 221, 133, 1) 99%);
border-radius: 30px;
}
.gg-postits {
display: grid;
gap: 20px;
grid-template-columns: 1fr 1fr;
}
.gg-postit {
border-radius: 10px;
display: inline-block;
background: #121212;
border: 1px solid #080808;
width: calc(50% - 25px);
max-width: calc(50% - 25px);
margin: 10px;
text-align: center;
background-image: url(https://www.goldgoblin.net/wp-content/uploads/2022/12/Dunkelmond-Jahrmarkt-Wissen-Thumb.jpg);
background-size: cover;
background-position: center center;
transition: all 200ms ease;
}
.gg-postit:not(:has(+ .gg-postit)) {
margin-bottom: 4rem;
}
.gg-postit.col3 {
width: calc(33.33% - 24px);
max-width: calc(33.33% - 24px);
}
.gg-postit.col3 .title {
font-size: 21px;
letter-spacing: 0px;
}
.gg-postit.col3 .text {
padding: 8px 4px 4px 4px;
}
.gg-postit.col4 {
width: calc(25% - 20px);
max-width: calc(25% - 20px);
}
@media screen and (max-width: 680px) {
.gg-postit,
.gg-postit.col3,
.gg-postit.col4 {
width: 95%;
max-width: 95%;
}
}
.gg-postit.col1 {
width: 500px;
max-width: 100%;
margin: 0 auto 2rem;
display: block;
position: relative;
}
.gg-guide-overview .gg-postit.col1 {
margin-bottom: 10px;
}
.gg-postit:hover { border-color: #daa205;
transition: all 200ms ease;
border-radius: 15px;
}
.gg-postit.farm {
background-image: url(https://www.goldgoblin.net/wp-content/uploads/2023/01/Test-Hochblume.jpg);
}
.gg-postit .text {
display: flex;
align-items: center;
justify-content: center;
flex-direction: column;
padding: 10px;
background: #080808db;
border-bottom-left-radius: 8px;
border-bottom-right-radius: 8px;
position: relative;
border-top: 2px solid #daa205;
transition: all 100ms ease;
}
.gg-postit:hover .text {
transition: all 100ms ease;
border-bottom-left-radius: 14px;
border-bottom-right-radius: 14px;
}
.gg-postit.col1 .text {
padding: 15px 0;
border-top: 4px solid #daa205;
}
.gg-guides-overview .gg-postit.col1 .text {
padding: 8px 0;
}
.gg-postit.col1::before {
content: '\f25a';
font-family: 'Font Awesome 6 Free';
font-weight: 600;
font-size: 20px;
color: white;
position: absolute;
text-shadow: 2px 2px 3px black;
right: 0px;
top: 50%;
margin-right: 10px;
z-index: 10;
}
.gg-postit.col1:hover::before {
display: none;
}
.gg-postit .icon {
content: '';
display: inline-block;
background: url(https://assets.goldgoblin.net/wow/misc/schaufel-farmicon.jpg);
background-size: cover;
position: absolute;
border: 1px solid black;
outline: 3px solid #daa205;
border-radius: 4px;
height: 40px;
width: 40px;
top: -37px;
left: calc(50% - 18px);
}
.gg-postit.col3 .icon {
outline-width: 2px;
}
.gg-postit.farm.col1 .text::before {
height: 48px;
width: 48px;  }
.gg-postit .img {
height: 100px;
}
.gg-postit.col3 .img {
height: 80px;
}
.gg-postit.col4 .img {
height: 60px;
}
.gg-postit.col1 .img {
height: 160px;
}
.gg-guide-overview .gg-postit.col1 .img {
height: 100px;
}
.gg-postit .cat {
background: #f1cf5a;
background: linear-gradient(to bottom, #f1cf5a 10%, #daa205 100%);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
text-transform: uppercase; filter: drop-shadow(1px 1px #101010);
line-height: 1.1;
font-weight: 600;
font-size: 15px;
}
.gg-postit.col1 .cat {
font-size: 20px;
}
.gg-postit .title {
background: #fff;
background: linear-gradient(to bottom, #fff 0%, #cecece 80%);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
font-family: Viga;
font-size: 25px;
text-transform: uppercase;
letter-spacing: -1px;
filter: drop-shadow(1px 1px #101010);
line-height: 1;
padding: 5px 0 0 0;
}
.gg-postit.col1 .title {
font-size: 30px;
}
.gg-guide-overview .gg-postit.col1 .title {
font-size: 26px;
}
.gg-guide-overview .gg-postit.col1 .cat {
font-size: 18px;
}
.green .title {
background: #99cc00;
background: linear-gradient(to bottom, #c2d262 0%, #80b31c 80%);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
}
.gg-classlist {
border-top-right-radius: 10px;
border-bottom-right-radius: 10px;
border-left: 2px solid #121212;
padding: 10px 40px;
background: #212121;
background-repeat: no-repeat;
background-size: 24px;
background-position: 8px 10px;
}
ul.gg-classlist {
margin: 0 1em 1.5em 1em;
}
.gg-classlist.deathknight {
border-color: var(--deathknight);
background-image: url(https://assets.goldgoblin.net/wow/classes/class_icon_deathknight.jpg);
}
.gg-classlist.deathknight:before {
content: 'Todesritter';
font-family: Viga;
color: var(--deathknight);
}
.gg-classlist.demonhunter {
border-color: var(--demonhunter);
background-image: url(https://assets.goldgoblin.net/wow/classes/class_icon_demon_hunter.jpg);
}
.gg-classlist.demonhunter:before {
content: 'Dämonenjäger';
font-family: Viga;
color: var(--demonhunter);
}
.gg-classlist.druid {
border-color: var(--druid);
background-image: url(https://assets.goldgoblin.net/wow/classes/class_icon_druid.jpg);
}
.gg-classlist.druid:before {
content: 'Druide';
font-family: Viga;
color: var(--druid);
}
.gg-classlist.evoker {
border-color: var(--evoker);
background-image: url(https://assets.goldgoblin.net/wow/classes/class_icon_evoker.jpg);
}
.gg-classlist.evoker:before {
content: 'Rufer';
font-family: Viga;
color: var(--evoker);
}
.gg-classlist.hunter {
border-color: var(--hunter);
background-image: url(https://assets.goldgoblin.net/wow/classes/class_icon_hunter.jpg);
}
.gg-classlist.hunter:before {
content: 'Jäger';
font-family: Viga;
color: var(--hunter);
}
.gg-classlist.mage {
border-color: var(--mage);
background-image: url(https://assets.goldgoblin.net/wow/classes/class_icon_mage.jpg);
}
.gg-classlist.mage:before {
content: 'Magier';
font-family: Viga;
color: var(--mage);
}
.gg-classlist.monk {
border-color: var(--monk);
background-image: url(https://assets.goldgoblin.net/wow/classes/class_icon_monk.jpg);
}
.gg-classlist.monk:before {
content: 'Mönch';
font-family: Viga;
color: var(--monk);
}
.gg-classlist.paladin {
border-color: var(--paladin);
background-image: url(https://assets.goldgoblin.net/wow/classes/class_icon_paladin.jpg);
}
.gg-classlist.paladin:before {
content: 'Paladin';
font-family: Viga;
color: var(--paladin);
}
.gg-classlist.priest {
border-color: var(--priest);
background-image: url(https://assets.goldgoblin.net/wow/classes/class_icon_priest.jpg);
}
.gg-classlist.priest:before {
content: 'Priester';
font-family: Viga;
color: var(--priest);
}
.gg-classlist.rogue {
border-color: var(--rogue);
background-image: url(https://assets.goldgoblin.net/wow/classes/class_icon_rogue.jpg);
}
.gg-classlist.rogue:before {
content: 'Schurke';
font-family: Viga;
color: var(--rogue);
}
.gg-classlist.shaman {
border-color: var(--shaman);
background-image: url(https://assets.goldgoblin.net/wow/classes/class_icon_shaman.jpg);
}
.gg-classlist.shaman:before {
content: 'Schamane';
font-family: Viga;
color: var(--shaman);
}
.gg-classlist.warlock {
border-color: var(--warlock);
background-image: url(https://assets.goldgoblin.net/wow/classes/class_icon_warlock.jpg);
}
.gg-classlist.warlock:before {
content: 'Hexenmeister';
font-family: Viga;
color: var(--warlock);
}
.gg-classlist.warrior {
border-color: var(--warrior);
background-image: url(https://assets.goldgoblin.net/wow/classes/class_icon_warrior.jpg);
}
.gg-classlist.warrior:before {
content: 'Krieger';
font-family: Viga;
color: var(--warrior);
}
.gg-items {
display: grid;
gap: 20px;
margin-bottom: 40px;
}
.gg-items p a {
text-decoration: none;
font-weight: 400;
border: 0;
}
.gg-items.reittier {
grid-template-columns: 1fr 1fr;
}
.gg-items.haustier {
grid-template-columns: 1fr 1fr 1fr;
gap: 10px;
}
.gg-items .wp-block-image {
margin: 0 !important;
}
@media screen and (max-width: 680px) {
.gg-items.reittier, .gg-items.haustier {
grid-template-columns: 1fr;
}
}
.entry-content .gg-items h5 {
border-top: 1px dashed #5c5c5c;
background: rgba(0, 0, 0, 0.25);
margin: 0 0 3px;
border-radius: 0;
padding: 8px 26px;
}
.entry-content .gg-items.haustier h5 {
border-top: 1px dashed #5c5c5c;
padding: 10px 15px;
font-size: 16px;
}
.gg-items p {
padding: 5px 25px;
margin: 0;
text-align: left;
border-radius: 0 0 5px 5px;
}
.gg-items.haustier p {
padding: 5px 15px;
}
.entry-content .gg-items p:last-child {
margin-bottom: 10px;
}
.gg-items img {
border: 0;
border-radius: 10px 10px 0 0;
}
.gg-items .wp-block-image.size-full {
margin: 0;
}
.gg-items .item_edit_button {
position: absolute;
right: -20px;
top: -20px;
margin: 5px;
font-size: 22px;
background: #212121;
padding: 5px 12px;
border-radius: 35px;
border-bottom-left-radius: 0;
}
.gg-item {
border: 2px solid #232323;
border-radius: 10px;
background: rgba(0, 0, 0, 0.1);
position: relative;
}
.gg-item button.gg-copy-text {
right: 5px;
bottom: -20px;
}
.gg-item pre {
margin: 10px;
padding: 5px 10px;
border-radius: 10px;
line-height: 1.4;
white-space: pre-line;
}
.gg-item > .typ {
position: absolute;
font-size: 70%;
margin: 10px;
border-radius: 6px;
padding: 2px 6px 1px;
background: #454545;
}
.haustier .gg-item > .typ {
margin: 5px;
padding: 1px 4px 0px;
}
.gg-item > .patch-nummer {
position: absolute;
font-size: 70%;
margin: 10px;
margin-top: 40px;
border-radius: 6px;
padding: 2px 6px 1px;
background: #454545;
}
.haustier .gg-item > .patch-nummer {
margin: 5px;
margin-top: 30px;
padding: 1px 4px 0px;
}
.gg-itemcount {
font-size: 80%;
color: #787887;
padding: 5px 10px;
}
.gg-guide-list {
width: 80%;
margin: 0 auto 30px auto;
}
.gg-guide-list .wp-block-image.size-full {
margin: 0;
}
.gg-guide-list .wp-block-image {
margin-bottom: 0 !important;
}
.gg-guide-list-item {
display: grid;
grid-template-columns: max-content auto;
border: 1px solid #131313;
background: #212121;
border-radius: 8px;
margin-bottom: 10px;
-webkit-transition: all .2s ease;
-moz-transition: all .2s ease;
-ms-transition: all .2s ease;
-o-transition: all .2s ease;
transition: all .2s ease;
}
.gg-guide-list-image {
position: relative;
overflow: hidden;
border-radius: 8px 0 0 8px;
}
.gg-guide-list-image img {
width: 120px;
height: 120px;
object-fit: cover;  
margin: 0;
padding: 0;
border-radius: 8px 0 0 8px;
-webkit-transition: all .2s ease;
-moz-transition: all .2s ease;
-ms-transition: all .2s ease;
-o-transition: all .2s ease;
transition: all .2s ease;
}
.gg-guide-list-item:hover {
background: #282828;
}
.gg-guide-list-item:hover img {
-webkit-transform:scale(1.1); -moz-transform:scale(1.1); -ms-transform:scale(1.1); -o-transform:scale(1.1); transform:scale(1.1);
}
.gg-guide-list-info {
padding: 0px 20px;
align-self: center;
position: relative;
object-fit: cover;  
}
.gg-guide-list-item h3 {
font-size: 1.4em;
background: transparent;
margin: 0;
padding: 0;
}
p.gg-guide-list-expansion {
margin: 0;
}
@media screen and (max-width: 600px) {
.gg-guide-list {
width: 100%;
margin: 10px auto 30px auto;
}
.gg-guide-list-item {
grid-template-columns: 1fr;
}
.gg-guide-list-image img {
width: 100%;
max-height: 120px;
border-radius: 8px 8px 0 0;
}
.gg-guide-list-info {
padding: 20px;
}
}
.gg-guide-list-icon img {
height: 48px;
width: 48px;
border: 1px solid black;
border-radius: 8px;
position: absolute;
right: 12px;
top: 12px;
}
.entry-content .gg-guide-list p {
margin: 0;
}
.entry-content .gg-guide-list p strong {
background: #888888;
color: #101010;
font-size: 75%;
padding: 0px 6px 2px;
border-radius: 4px;
}
.link-spanner{
position:absolute; 
width:100%;
height:100%;
top:0;
left: 0;
z-index: 1; }
.gg-menu-smaller {
font-size: 90%;
margin-bottom: 2px;
margin-left: 8px;
font-weight: bold;
color: #cecece;
margin-bottom: -1px;
}
:is(#menu-item-20571, #menu-item-20570, #menu-item-40060, #menu-item-46218, #menu-item-38655, #menu-item-40079, #menu-item-47164, #menu-item-62505) .menu-link {
margin-top: 15px;
}
.wp-block-columns.gg-guide-overview {
gap: 30px;
}
.gg-guide-overview h2 {
border-radius: 8px;
margin: 2rem -0.75rem 1rem -0.75rem;
}
h2.gg-list-big-plus {
background:  #79b330;
color: #374722; 
margin: 3rem 2rem 0 2rem;
padding: .5rem 1rem;
font-size: 1.5rem;
font-weight: 600;
margin-bottom: 0;
border-bottom: 0;
}
ul.gg-list-big-plus {
--icon-space: 2.3em; 
list-style: none;
padding: 10px 20px 20px 20px;
background: #242424;
margin: 0 3em 1.5em 3em;
border-radius: 6px;
position: relative;
padding-left: 1.2em;
}
ul.gg-list-big-plus li {
margin: 15px 15px 15px 50px;
}
ul.gg-list-big-plus li:before {  
content: '\f055';
font-family: 'Font Awesome 5 Free';
font-weight: 600;
font-size: 26px;
color: #79b330;
position: absolute;
left: 25px;
margin-top: -10px;
}
h2.gg-list-big-minus {
background:  #79b330;
color: #d14b4b; 
margin-left: 30px;
padding-left: 20px;
margin-right: 30px;
font-weight: 600;
margin-bottom: 0;
border-bottom: 0;
}
ul.gg-list-big-minus {
--icon-space: 2.3em; 
list-style: none;
padding: 10px 20px 20px 20px;
background: #242424;
margin: 0 3em 1.5em 3em;
border-radius: 6px;
position: relative;
padding-left: 1.2em;
}
ul.gg-list-big-minus li {
margin: 15px 15px 15px 50px;
}
ul.gg-list-big-minus li:before {  
content: '\f056';
font-family: 'Font Awesome 5 Free';
font-weight: 600;
font-size: 26px;
color: #d14b4b;
position: absolute;
left: 25px;
margin-top: -10px;
}
ul.gg-list-big-plus li strong {	
color: #79b330; 
}
ul.gg-list-big-minus li strong {	
color: #e55d5d; 
}
h2.gg-list-big-minus {
background:  #212121;
border: 2px solid #e55d5d;
color: #e55d5d; margin-left: 30px;
padding-left: 20px;
margin-right: 30px;
font-weight: 600;
margin-bottom: 0;
}
ul.gg-list-big-minus {
--icon-space: 2.3em; 
list-style: none;
padding: 10px 20px 20px 20px;
background: #242424;
margin: 0 3em 1.5em 3em;
border-radius: 6px;
position: relative;
padding-left: 1.2em;
}
ul.gg-list-big-minus li {
margin: 15px 15px 15px 50px;
}
ul.gg-list-big-minus li:before {  
content: '\f056';
font-family: 'Font Awesome 5 Free';
font-weight: 600;
font-size: 26px;
color: #d14b4b;
position: absolute;
left: 25px;
margin-top: -10px;
}