.gn_iframeContainer {
position: relative;
}
.gn_cookieContentLayer {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: #fff;
display: flex;
flex-direction: column;
align-items: center;
font-size: 1rem;
line-height: normal;
border: 1px solid;
transition: opacity 0.5s ease;
justify-content: center;
}
.gn_cookieContentLayer>.gn_cookieContentLayerBg {
content: "";
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: radial-gradient(circle at -20% -20%, #f7e94d, #eeeeee);
opacity: 0.5;
}
.gn_cookieContentLayerWrapper {
padding: 20px 30px;
text-align: center;
width: 100%;
max-width: 1000px;
position: relative;
}
.gn_cookieContentLayerWrapper .gn_cookieContentHeadline {
font-size: 1.1em;
display: block;
margin-bottom: 0.5em;
font-weight: bold;
}
.gn_cookieContentLayerWrapper .gn_cookieContentHeadline:after {
display: block;
content: "";
width: 100%;
border-bottom: 1px solid;
margin-top: 0.5em;
opacity: 0.25;
}
button.gn_closeCookieContentLayer {
box-shadow: inset -3px -5px 0 rgb(0 0 0 / 20%), inset 0 0 0 1px transparent;
border-radius: 5px;
font-weight: bold;
display: inline-block;
cursor: pointer;
text-align: center;
border: 0;
padding: 10px 25px 10px 25px;
transition: 200ms ease all;
outline: none;
margin-top: 10px;
font-size: 1em;
line-height: normal;
position: relative;
}
button.gn_closeCookieContentLayer,
button.gn_closeCookieContentLayer:focus, 
button.gn_closeCookieContentLayer:hover {
color: #3c3c3c;
background-color: #f7e94d;
}
#gn_maxlayer * {
font-family: helvetica, arial, sans-serif;
font-style: normal;
line-height: 1.5;
text-transform: none;
}
#gn_maxlayer *,
#gn_maxlayer :after,
#gn_maxlayer :before {
box-sizing: border-box;
}
#gn_maxlayer :focus,
#gn_maxlayer :active {
outline: none;
}
#gn_maxlayer {
position: fixed;
margin: 0 auto;
z-index: 9999999;
background: rgba(48, 48, 48, 0.8);
border: 0;
overflow-y: auto;
width: 100%;
padding: 30px;
max-width: 600px;
max-height: calc(100% - 20px);
}
#gn_maxlayer .gn_toggle {
font-size: 14px;
background-color: transparent;
padding: 0;
}
#gn_maxlayer .gn_layoutRowToggle.gn_toggle {
font-size: 20px;
margin-top: 10px;
}
#gn_maxlayer .gn_toggle:hover,
#gn_maxlayer .gn_toggle:focus {
background-color: transparent;
}
#gn_maxlayer .gn_midlayer {
color: #ffffff;
width: 100%;
margin: 0 auto;
margin-top: 5px;
font-size: 14px;
font-family: sans-serif;
justify-content: center;
}
#gn_maxlayer .gn_midlayer .title {
color: #ffffff;
font-weight: 300;
margin: 0;
font-size: 26px;
text-transform: none;
}
#gn_maxlayer .gn_midlayer.alignRight {
text-align: right;
}
#gn_maxlayer .gn_midlayer.alignRight:after {
content: "";
display: block;
clear: both;
}
#gn_maxlayer .dsqButton {
display: inline-block;
cursor: pointer;
text-align: center;
border-radius: 5px;
background-color: #fff;
border: 1px solid #eeeeee;
box-shadow: inset -2px -4px 0 #eee, inset 0 0 0 1px transparent;
color: #3c3c3c;
height: 35px;
min-height: 35px;
padding: 5px 25px 11px 25px;
transition: 200ms ease all;
outline: none;
width: 100%;
margin-top: 10px;
font-size: inherit;
}
#gn_maxlayer .dsqButton:hover,
#gn_maxlayer .dsqButton:focus {
background: rgba(255, 255, 255, 0.8);
}
#gn_maxlayer .dsqButton.highlight {
border: none;
background: #f7e94d 0% 0% no-repeat padding-box;
box-shadow: inset -3px -5px 0 rgba(0, 0, 0, 0.2), inset 0 0 0 1px transparent;
position: relative;
}
#gn_maxlayer .dsqButton.highlight:hover:after,
#gn_maxlayer .dsqButton.highlight:focus:after,
button.gn_closeCookieContentLayer:hover:after,
button.gn_closeCookieContentLayer:focus:after {
content: "";
background-color: #000;
opacity: 0.1;
position: absolute;
left: 0;
top: 0;
width: 100%;
height: 100%;
}
#gn_maxlayer .dsqButton.highlight:hover,
#gn_maxlayer .dsqButton.highlight:focus {
background-color: #f7e94d;
}
#gn_maxlayer .gn_dsq_daschu {
text-decoration: none;
color: #ffffff;
text-decoration-color: #ffffff;
}
#gn_maxlayer .gn_dsq_daschu:active,
#gn_maxlayer .gn_dsq_daschu:hover,
#gn_maxlayer .gn_dsq_daschu:focus {
color: #eeeeee;
text-decoration-color: #eeeeee;
}
#gn_maxlayer .gn_layoutRow {
display: flex;
flex-direction: row;
margin: 0;
margin-bottom: 0;
width: 100%;
justify-content: flex-start;
flex-wrap: wrap;
}
#gn_maxlayer .gn_checkBoxOption {
min-height: 30px;
margin: 10px 0 0 0;
width: 100%;
}
#gn_maxlayer .gn_checkBoxOption input {
position: absolute;
opacity: 0;
cursor: pointer;
height: 0;
width: 0;
margin: 0px;
}
#gn_maxlayer .gn_checkBoxOption input:checked + label > svg {
height: 24px;
-webkit-animation: draw-checkbox ease-in-out 0.2s forwards;
animation: draw-checkbox ease-in-out 0.2s forwards;
}
#gn_maxlayer .gn_checkBoxOption label {
font-weight: 300;
color: #ffffff;
line-height: 25px;
cursor: pointer;
position: relative;
display: inline-block;
margin-bottom: 0.5em;
padding-left: 0;
}
#gn_maxlayer .gn_checkBoxOption label.greyed-text {
opacity: 0.6;
}
#gn_maxlayer .gn_checkBoxOption label:active:after,
#gn_maxlayer .gn_checkBoxOption label:focus:after {
background-color: #666666;
}
#gn_maxlayer .gn_checkBoxOption label:after {
content: "";
height: 25px;
width: 25px;
margin-right: 5px;
float: left;
border: 2px solid #ffffff;
border-radius: 3px;
-webkit-transition: 0.15s all ease-out;
transition: 0.15s all ease-out;
}
#gn_maxlayer .gn_checkBoxOption svg {
stroke: #ffffff;
stroke-width: 3px;
height: 0;
width: 16px;
position: absolute;
left: 5px;
top: 0px;
stroke-dasharray: 33;
}
#gn_maxlayer .toggleHide {
display: none;
}
#gn_maxlayer .toggleHide.collapsed {
display: block;
}
#gn_maxlayer .gn_descContent span {
display: block;
}
#gn_maxlayer .gn_layoutRow-toggle {
margin-top: 10px;
}
#gn_maxlayer .gn_toggle {
border: 0;
box-shadow: none;
color: #fff;
cursor: pointer;
display: inline-block;
font-weight: 800;
text-shadow: none;
-webkit-transition: background 0.2s;
transition: background 0.2s;
position: relative;
line-height: normal;
}
#gn_maxlayer .gn_toggle:after {
position: absolute;
top: 0.4em;
margin-left: 0.4em;
display: inline-block;
border-right: 0.4em solid transparent;
border-bottom: 0.4em solid white;
border-left: 0.4em solid transparent;
content: "";
transition: all 200ms ease;
}
#gn_maxlayer .gn_toggle.active:after {
transform: rotate(180deg);
}
#gn_maxlayer .gn_descContent th,
#gn_maxlayer .gn_descContent td {
padding: 5px 10px;
}
#gn_maxlayer a.posLeft {
float: left;
margin-top: 10px;
}
#gn_maxlayer .gn_dsq_daschu:focus,
#gn_maxlayer .gn_descToggle:focus {
border-bottom: 2px #fff dotted;
}
@media screen and (max-width: 601px) {
#gn_maxlayer .gn_midlayer {
text-align: justify;
}
}
@-webkit-keyframes draw-checkbox {
0% {
stroke-dashoffset: 33;
}
100% {
stroke-dashoffset: 0;
}
}
@keyframes draw-checkbox {
0% {
stroke-dashoffset: 33;
}
100% {
stroke-dashoffset: 0;
}
}
iframe[src*="youtube"] {
--video-aspect-ratio: 1.77777;
height: 100%;
aspect-ratio: var(--video-aspect-ratio);
}#gn_maxlayer{
top: 10px;
left: 50%;
transform: translateX(-50%);
}
@media screen and (min-width: 600px){
#gn_maxlayer .dsqButton{
max-width: 200px;
margin-left: 10px;
}
#gn_maxlayer .gn_checkBoxOption{
width: 50%;
}
#gn_maxlayer a.posLeft{
margin-top: 15px;
}
#gn_maxlayer .gn_layoutRow.toggleHide{
display: flex;
}
#gn_maxlayer .gn_layoutRowToggle.gn_toggle{
display: none;
}
}