/*
Theme Name:  GeneratePress Child
Theme URI:   https://generatepress.com
Description: Default GeneratePress child theme
Author:      Rocky Beach Studio
Author URI:  https://www.rockybeachstudio.de
Template:    generatepress
Version:     0.1
*/

/* ultra-regular - latin */
@font-face {
font-display: swap; 
font-family: 'Ultra';
font-style: normal;
font-weight: 400;
src: url('lib/ultra-v24-latin-regular.woff2') format('woff2'); 
}
/* archivo-black-regular - latin */
@font-face {
font-display: swap; 
font-family: 'Archivo Black';
font-style: normal;
font-weight: 400;
src: url('lib/archivo-black-v21-latin-regular.woff2') format('woff2'); 
}
/* roboto-100 - latin */
@font-face {
font-display: swap; 
font-family: 'Roboto';
font-style: normal;
font-weight: 100;
src: url('lib/roboto-v47-latin-100.woff2') format('woff2'); 
}
/* roboto-200 - latin */
@font-face {
font-display: swap; 
font-family: 'Roboto';
font-style: normal;
font-weight: 200;
src: url('lib/roboto-v47-latin-200.woff2') format('woff2'); 
}
/* roboto-300 - latin */
@font-face {
font-display: swap; 
font-family: 'Roboto';
font-style: normal;
font-weight: 300;
src: url('lib/roboto-v47-latin-300.woff2') format('woff2'); 
}
/* roboto-regular - latin */
@font-face {
font-display: swap; 
font-family: 'Roboto';
font-style: normal;
font-weight: 400;
src: url('lib/roboto-v47-latin-regular.woff2') format('woff2'); 
}
/* roboto-500 - latin */
@font-face {
font-display: swap; 
font-family: 'Roboto';
font-style: normal;
font-weight: 500;
src: url('lib/roboto-v47-latin-500.woff2') format('woff2'); 
}
/* roboto-600 - latin */
@font-face {
font-display: swap; 
font-family: 'Roboto';
font-style: normal;
font-weight: 600;
src: url('lib/roboto-v47-latin-600.woff2') format('woff2'); 
}
/* roboto-700 - latin */
@font-face {
font-display: swap; 
font-family: 'Roboto';
font-style: normal;
font-weight: 700;
src: url('lib/roboto-v47-latin-700.woff2') format('woff2'); 
}
/* roboto-800 - latin */
@font-face {
font-display: swap; 
font-family: 'Roboto';
font-style: normal;
font-weight: 800;
src: url('lib/roboto-v47-latin-800.woff2') format('woff2'); 
}
/* roboto-900 - latin */
@font-face {
font-display: swap; 
font-family: 'Roboto';
font-style: normal;
font-weight: 900;
src: url('lib/roboto-v47-latin-900.woff2') format('woff2'); 
}

html, body {
text-decoration:none;
-webkit-text-size-adjust:none;
width:100%;
overflow-x:hidden;
}

* {
-webkit-box-sizing:border-box;
-moz-box-sizing:border-box;
box-sizing:border-box;
-webkit-text-size-adjust:none;
}

a, b, span, div, ul, li, td, th, form, fieldset, input, select, textarea, p, h1, h2, h3, h4 {
outline:none;
border:0;
}

.entry-title {
text-align:center;
}

a {
text-decoration:none;
transition:all .25s;
}

.clearfix {
*zoom:1;
}

  .clearfix:before, .clearfix:after {
  content:' ';
  display:table;
  }

  .clearfix:after {
  clear:both;
  }

.wp-block-separator {
margin:0 auto;
width:112px; height:8px;
background:#000;
border:0;
}

.wp-block-columns,
p {
margin-bottom:0;
}

p + h1,
p + h2,
p + h3,
p + h4,
p + p {
margin-top:1em;
}

body:not(.home) .entry-header {
padding-top:4rem;
}

@media screen and (max-width:768px) {

.wp-block-separator {
width:84px; height:6px;
}

.wp-block-columns.is-layout-flex {
gap:4rem;
}

.usp .wp-block-columns.is-layout-flex {
gap:2rem;
}

.produkte.wp-block-columns.is-layout-flex {
gap:8rem;
}

.wp-block-column .wp-block-spacer {
max-height:32px;
}

}

.site-main .wp-block-group__inner-container {
padding:0;
}

h2.has-background {
position:relative;
display:inline-block;
margin:0 auto -2rem auto;
color:var(--base);
background:var(--accent);
padding:.5rem 2rem;
}

.slider + h2.has-background,
figure + h2.has-background {
margin:-2rem auto 0 auto;
}

.home p {
margin-left:auto;
margin-right:auto;
max-width:980px;
}

.home p:not(.has-text-align-right) {
text-align:left;
}

/* Header */

.wp-block-cover {
min-height:calc(100vh - .5rem) !important;
}

.admin-bar .wp-block-cover {
min-height:calc(100vh - .5rem - 32px) !important;
}

.wp-block-cover .wp-block-cover__inner-container, 
.wp-block-cover-image .wp-block-cover__inner-container {
text-align:center;
}

.wp-block-cover .wp-block-image {
margin:0 auto;
width:80%;
max-width:561px;
}

.site-header {
box-shadow:0 0 10px rgba(0,0,0,.5);
}

.site-header.fixed {
position:fixed; left:0px; top:0px;
width:100%;
z-index:99998;
}

.admin-bar .site-header.fixed {
top:32px;
}

.site-header.fixed + .site {
margin-top:64px;
}

.site-header {
border-top:.5rem solid var(--accent);
}

.site-header .header-image.is-logo-image {
width:6.31rem; height:2.25rem;
}

.menu-item-has-children .dropdown-menu-toggle {
display:none;
}

.main-navigation .main-nav ul li.menu-item-has-children>a {
padding-right:20px;
}

.generate-back-to-top {
/*right:calc(50% - 20px);*/
bottom:auto; right:auto;
position:relative;
display:block;
margin:0 auto;
transform:none !important;
}

.site-footer + .generate-back-to-top {
display:none;
}

.main-navigation .main-nav ul li.lang-item-de a {
padding-right:5px;
}

.main-navigation .main-nav ul li.lang-item-de a:after {
position:relative; left:5px; top:3px;
display:inline-block;
content:'';
width:2px; height:16px;
background:#000;
}

.main-navigation .main-nav ul li.lang-item-en a {
padding-left:5px;
}

.main-navigation .main-nav ul li.current-lang a {
color:var(--accent);
}

.main-navigation .main-nav ul li[class*="current-menu-"]:hover > a,
.main-navigation .main-nav ul li[class*="current-menu-"]:focus-within > a,
.main-navigation .main-nav ul li[class*="current-menu-"] > a:hover,
.main-navigation .main-nav ul li[class*="current-menu-"] > a:focus {
color:var(--accent);
}

@media screen and (min-width:768px) {

  .inside-navigation,
  nav .main-nav .mega-menu {
  position: static;
  }

  nav .main-nav .mega-menu > ul {
  display: none !important;
  position: absolute;
  width: 100%;
  left: 0 !important;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  }

  nav .main-nav .mega-menu>ul>li {
  display: inline-block;
  width: 25%;
  vertical-align: top;
  }

  nav .main-nav .mega-menu.mega-menu-col-2>ul>li {
  width: 50%;
  }

  nav .main-nav .mega-menu.mega-menu-col-3>ul>li {
  width: 33.3333%;
  }

  nav .main-nav .mega-menu.mega-menu-col-5>ul>li {
  width: 20%;
  }

  nav .main-nav .mega-menu > ul > li:hover > a,
  nav .main-nav .mega-menu > ul > li:focus > a,
  nav .main-nav .mega-menu > ul > li[class*="current-"] > a,
  nav .main-nav .mega-menu ul ul {
  background-color: transparent !important;
  color: inherit;
  }

  nav .main-nav .mega-menu ul .sub-menu {
  position: static;
  display: block;
  opacity: 1;
  visibility: visible;
  width: 100%;
  box-shadow: 0 0 0;
  left: 0;
  height: auto;
  pointer-events: auto;
  transform: scale(1);
  }

  nav .main-nav .mega-menu ul.toggled-on .sub-menu {
  pointer-events: auto;
  }

  nav .main-nav .mega-menu .sub-menu .menu-item-has-children .dropdown-menu-toggle {
  display: none;
  }

}

@media screen and (max-width:767.999px) {

.mobile-menu-control-wrapper .menu-toggle, .mobile-menu-control-wrapper .menu-toggle:hover, .mobile-menu-control-wrapper .menu-toggle:focus, .has-inline-mobile-toggle #site-navigation.toggled {
background:var(--base-3);
}

.main-navigation.toggled .main-nav li.lang-item {
float:left;
width:auto;
}

}

.wp-block-cover .wp-block-cover__inner-container, 
.wp-block-cover-image .wp-block-cover__inner-container {
position:static;
}

.wp-block-cover #pfeil {
position:absolute; left:50%; bottom:45px;
display:block;
transform:translateX(-50%);
width:96px; height:96px;
}

.wp-block-cover #pfeil span {
position:absolute; left:50%; top:50%;
margin:-6.175px 0 0 -15.425px;
display:block;
width:30.85px; height:12.35px;
transition:opacity .25s;
animation: bounce 2s infinite;
}

.wp-block-cover #pfeil span svg {
fill:none;
stroke:#fff;
stroke-width:3px;
} 
  
@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(-30px);
  }
  60% {
    transform: translateY(-15px);
  }
}

.entry-content:not(:first-child) {
margin-top:0;
}


@media screen and (max-width:768px) {

.wp-block-cover__inner-container {
margin-top:-1rem;
}

.wp-block-cover #pfeil {
width:48px; height:48px;
}

h1 + .wp-block-spacer {
display:none;
}

}

.inside-header,
.footer-widgets-container {
padding:0 20px;
}

.generate-back-to-top .gp-icon {
transform:rotate(180deg);
}

.generate-back-to-top .gp-icon svg {
width:30.85px; height:12.35px;
fill:none;
stroke:#b51817;
stroke-width:3px;
} 
  
@media screen and (min-width:768.001px) {

.footer-widgets li {
text-align:right;
}

}

.site-footer {
border-bottom:8px solid var(--accent);
padding-bottom:120px;
background:url('img/footer_linien.svg') left 60px no-repeat;
background-size:200% auto;
}

@media screen and (max-width:768px) {

.site-footer {
background-position:left 250px;
background-size:auto 60%;
}

}

.footer-widgets {
background:none;
}

.site-info {
display:none;
}


@media screen and (max-width:400px) {

.site-footer .footer-widgets a {
display:block;
}

.site-footer .footer-widgets a ~ a {
margin-top:-.5em;
}

}

/* Startseite */

.home .inside-article {
padding-top:6rem;
}

.home .entry-content {
text-align:center;
}

.flex-viewport,
.flex-viewport .slides,
.flex-viewport .slides img,
.wp-block-image.alignfull img, 
.wp-block-image.alignwide img {
min-height:300px;
max-height:700px;
object-fit:cover;
}

@media screen and (max-width:768px) {

.home .inside-article {
padding-top:3rem;
}

.usp h3,
.usp p {
float:none !important;
text-align:center;
}

}

/* Kontakt */

.kontakt .wp-block-column:first-child {
position:relative; z-index:2;
}

.kontakt .wp-block-column:last-child {
position:relative; z-index:1;
}

.wpcf7-list-item {
margin:0;
}

input[type="text"]:focus, input[type="email"]:focus, textarea:focus,
input[type=text], input[type=email], textarea {
background:#edefee;
border:0;
margin-top:.5rem;
accent-color:var(--accent);
}

form.wpcf7-form {
position:relative;
}

input[type=submit] {
transition:all .25s;
}


@media screen and (min-width:1024.001px) {

input[type=submit] {
position:absolute; left:100%; bottom:90px;
margin:0 0 10px 40px;
}

.kontakt figure {
margin-top:15px;
height:calc(100% - 5rem);
}

}

@media screen and (min-width:600.001px) and (max-width:1024px) {

input[type=submit] {
float:right;
margin-top:-80px;
}

}

@media screen and (max-width:1024px) {

.kontakt.wp-block-columns {
position:relative;
flex-wrap:wrap !important;
}

.kontakt.wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column:first-child {
position:relative;
flex-basis: 100% !important;
z-index:2;
}

.kontakt.wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column:last-child {
position:absolute; right:-20px; top:65px;
flex-basis: 100% !important;
z-index:1;
}

.kontakt figure {
position:relative; left:40%;
height:444.5px;
width:calc(60% + 60px);
max-width:calc(60% + 60px);
}

textarea {
margin-bottom:2rem;
}

.wpcf7-acceptance {
display:inline-block;
max-width:350px;
}

.wpcf7-acceptance input {
float:left;
margin:7px 10px 1rem 0;
}

}


@media screen and (max-width:768px) {

.kontakt.wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column:last-child {
top:45px;
}

}


.kontakt img {
height:100%;
object-fit:cover;
object-position:center bottom;
}

/* Animationen */

.animate.text h3 {
float:right;
opacity:1;
transition:all .25s ease-out;
white-space:nowrap;
}

.animate.text.inaktiv h3 {
opacity:0;
transition:none 0s;
transition-delay:0s;
}

.animate.text p {
float:left;
position:relative; left:0px;
transition:all .25s ease-out;
transition-delay:.25s;
max-width:510px;
}

.animate.text.inaktiv p {
left:60vw;
transition:none 0s;
transition-delay:0s;
}

@media screen and (max-width:768px) {

.animate.text.inaktiv p {
left:100vw;
}


}

.animate.text.delayed:nth-of-type(3) h3 { transition-delay:.5s; }
.animate.text.delayed:nth-of-type(3) p { transition-delay:.75s; }
.animate.text.delayed:nth-of-type(5) h3 { transition-delay:1s; }
.animate.text.delayed:nth-of-type(5) p { transition-delay:1.25s; }
.animate.text.delayed:nth-of-type(7) h3 { transition-delay:1.5s; }
.animate.text.delayed:nth-of-type(7) p { transition-delay:1.75s; }
.animate.text.delayed:nth-of-type(9) h3 { transition-delay:2s; }
.animate.text.delayed:nth-of-type(9) p { transition-delay:2.25s; }

.animate.crop {
position:relative;
transition:all .25s ease-in;
}

.animate.crop.inaktiv:before,
.animate.crop.inaktiv:after {
transition:none 0s;
transition-delay:0s;
z-index:1000;
}

.animate.crop.inaktiv:before {
left:-4.2vw; top:12vw;
}

.animate.crop.inaktiv:after {
right:-7.37vw; bottom:21vw;
}

.animate.crop:before {
content:'';
position:absolute; left:0%; top:0%;
width: 0px;
height: 0px;
border-style: solid;
border-width: 11.9vw 4.2vw 0 0;
border-color: #FFFFFF transparent transparent transparent;
transform: rotate(0deg);
z-index:1000;
}

.animate.crop.top:before {
left:0%; top:0%;
transition:all .25s ease-in;
}

.animate.crop:after {
content:'';
position:absolute; right:0%; bottom:0%;
width: 0px;
height: 0px;
border-style: solid;
border-width: 0 0 21vw 7.37vw;
border-color: transparent transparent #FFFFFF transparent;
transform: rotate(0deg);
z-index:1000;
}

.animate.crop.bottom:after {
right:0%; bottom:0%;
transition:all .25s ease-in;
}

.wp-block-separator.animate {
max-width:100%;
overflow:hidden;
transition:all 2s ease-out;
}

.wp-block-separator.animate.inaktiv {
max-width:0;
transition:none 0s;
}

.kontakt .animate.crop:before {
border-width: 492px 182px 0 0;
}

.kontakt .animate.crop:after {
display:none;
}

@media screen and (max-width:768px) {

.animate.text h3 {
float:left;
}

.has-text-align-right {
text-align:left;
}

}

/* Impressum, Datenschutz */

body:not(.home) .entry-title {
text-align:left;
}

body:not(.home) h2 {
margin:2.5rem 0 .5rem 0;
font-size:1.5rem;
}

body:not(.home) h3 {
margin:1rem 0 .25rem 0;
font-size:1rem;
}

body:not(.home) h4 {
margin:1rem 0 .25rem 0;
font-size:1rem;
}

body:not(.home) .site-footer {
margin-top:50px;
}

/* Spacer */

@media screen and (max-width:768px) {

.sp80 { height:40px !important; }

}

/* Download */

.page-id-138 .wp-block-cover {
overflow:visible;
width:180px; height:256px;
min-height:256px !important;
margin:2rem auto 1rem auto;
}

.page-id-138 .wp-block-cover .wp-block-cover__inner-container, 
.page-id-138 .wp-block-cover-image .wp-block-cover__inner-container {
position:relative;
display:block;
width:180px; height:256px;
}

.page-id-138 .wp-block-cover .wp-block-image,
.page-id-138 .wp-block-cover a {
display:block;
position:relative;
width:180px; height:256px;
}

.page-id-138 .wp-block-cover .wp-block-image img {
position:absolute; right:-29px; bottom:24px;
width:58px; height:58px;
margin:0;
}

.page-id-138 .wp-block-file {
display:flex;
flex-direction:column;
justify-content:space-between;
height:calc(100% - 256px - 7.75rem);
}

.page-id-138 .wp-block-file a:first-child {
color:inherit;
}

.page-id-138 .wp-block-file__button {
display:block;
width:180px;
margin:1rem auto 0 auto;
border-radius:0;
background:#000;
text-transform:uppercase;
font-weight:700;
color:#fff;
}

.featured-image.page-header-image {
    margin:0 calc(-100vw / 2 + 100% / 2);
    max-width: 100vw;
    width: auto;
}


.page-id-138 .allgemein {
max-width:800px;
margin:0 auto;
}

.page-id-138 .allgemein .wp-block-file {
margin:0;
}

.page-id-138 .allgemein p + .wp-block-file {
margin-top:2em;
}

.page-id-138 .allgemein .wp-block-file a:first-child {
font-size:1.4rem;
font-weight:700;
text-transform:uppercase;
}

.page-id-138 .allgemein .wp-block-file__button {
float:right;
text-align:center;
}


/* Arbfiction Special */

.page-id-374 .entry-content {
text-align:center;
}

.page-id-374 p:not(.has-text-align-center):not(.has-text-align-right) {
text-align:left;
}

h2#arbfiction {
margin:-2rem auto 0 auto;
}

section.arbfiction {
background:url('/wp-content/uploads/2025/08/arbfiction-bg-scaled.jpg') no-repeat center center;
background-size:cover;
}

#dealers {
position:fixed; left:0; top:0;
width:100%; height:100%;
overflow:auto;
display:none;
z-index:9999;
}

#dealers h3 {
text-align:left;
margin:0;
}

#dealers a {
text-decoration:underline;
}

#dealers .wp-block-columns {
margin:0 auto 1rem auto;
max-width:600px;
gap:0px;
}

body:not(.home) h2.xplus {
margin:0 0 1rem 0;
}


@media screen and (max-width:1260px) {

.no-sidebar .entry-content .alignfull.arbfiction {
padding:0 30px;
}

}

.wp-block-video [poster] {
object-fit:contain;
}


.slider.alignfull .wp-block-group__inner-container {
max-width:100%;
}

.gb-accordion__toggle-icon {
margin-right:1em;
}

.gb-accordion__toggle-icon-open,
.gb-accordion__toggle-icon-close {
fill:none;
stroke:#000;
stroke-width:3px;
}

.gb-accordion__toggle-icon-close svg {
transform:rotate(180deg);
}

.gb-accordion .wp-block-image .alignleft {
margin-left:1em;
margin-right:.75em;
}

.gb-accordion__item {
    margin-bottom: 1em;
    border: 0px solid #000000
}

.gb-accordion__toggle {
    align-items: center;
    background-color: var(--base);
    color: #000000;
    column-gap: 1em;
    display: flex;
    justify-content: space-between;
    text-align: left;
    padding: 1em
}

.gb-accordion__toggle:is(.gb-block-is-current,.gb-block-is-current:hover,.gb-block-is-current:focus) {
    font-weight: 600
}

.gb-accordion__toggle:is(:hover,:focus) {
    color: currentColor
}

.gb-accordion__toggle .gb-text {
    flex-grow: 2;
    font-size: 28px;
    font-weight: 900;
    text-transform:uppercase;
}

.gb-accordion__toggle-icon svg {
    width: 30.85px
}

.gb-element {
    margin-top: 1em
}

body:not(.home) .gb-accordion h3 {
margin-bottom:0;
}

.kontinent-block {
position:fixed;
display:inline-block;
padding:20px;
margin-right:10px;
background:#000;
z-index:1000;
}

.kontinent-block:not(.active) {
display:none;
}

.kontinent-block * {
color:#fff;
}

body:not(.home) .kontinent-block h3 {
margin:0;
}

.page-template-page-haendler svg g {
cursor:pointer;
}

.page-template-page-haendler svg > g.active #active .st0,
.page-template-page-haendler svg > g.active g[data-name=active] .st0,
.page-template-page-haendler svg > g:focus #active .st0,
.page-template-page-haendler svg > g:hover #active .st0,
.page-template-page-haendler svg > g:focus g[data-name=active] .st0,
.page-template-page-haendler svg > g:hover g[data-name=active] .st0 {
fill:#b61918;
}

.page-template-page-haendler svg > g.active #inactive .st0,
.page-template-page-haendler svg > g.active g[data-name=inactive] .st0,
.page-template-page-haendler svg > g:focus #inactive .st0,
.page-template-page-haendler svg > g:hover #inactive .st0,
.page-template-page-haendler svg > g:focus g[data-name=inactive] .st0,
.page-template-page-haendler svg > g:hover g[data-name=inactive] .st0 {
fill:#e9bab9;
}

.gb-accordion__item.inactive {
display:none !important;
}

.gb-accordion__toggle {
padding:2px 1em;
}

.page-template-page-haendler .gb-accordion__item .gb-element:last-child {
margin-bottom:1em;
}

@media screen and (min-width:768.01px) {

.gb-accordion__toggle-icon {
margin-right:1.4em;
}

.page-template-page-haendler .gb-accordion__content {
padding:0 110px 0 100px;
}

}

@media screen and (max-width:768px) {

.page-template-page-haendler .wp-block-columns.is-layout-flex {
gap:1rem;
}

.page-template-page-haendler .wp-block-image .alignright {
float:left;
margin:0;
}

.page-template-page-haendler .wp-block-column:has(img[src$="logo_haendler.png"]) {
display:none;
}

}

#current a {
color:#000;
}

#current.filtered a:hover,
#current.filtered a:focus {
color:var(--accent);
}

#current:not(.filtered) a {
cursor:text;
}

#reset {
cursor:pointer;
}

.page-template-page-haendler .wp-block-column:not(:has(#current.filtered)) + .wp-block-column:has(#reset) {
visibility:hidden;
}

.page-template-page-haendler .gb-accordion .wp-block-image.is-style-rounded {
flex-shrink:0;
}

@media screen and (min-width:768.001px) {

select#regions {
display:none;
}

}

@media screen and (max-width:768px) {

#current,
.entry-content .wp-block-spacer:first-child,
svg#map {
display:none;
}

select#regions {
width:100%;
margin-bottom:1em;
appearance:none;
background:rgba(0,0,0,.8) url('img/bg-select.png') right top no-repeat;
background-size:auto 45.5px;
color:#fff;
}

select#regions option:hover,
select#regions option:focus,
select#regions option:checked {
background-color:#b51817;
}


}

@media screen and (max-width:450px) {

.page-template-page-haendler.separate-containers .inside-article {
padding-left:4%;
padding-right:4%;
}

.page-template-page-haendler .gb-accordion .wp-block-image .alignleft {
margin:0;
}

.page-template-page-haendler .gb-accordion__toggle .gb-text {
font-size:24px;
}

}

@media screen and (max-width:370px) {

.page-template-page-haendler .gb-accordion__toggle .gb-text {
font-size:19px;
}

}

/* AGB */

.page-id-1075 ol, .page-id-1064 ol { counter-reset: item; margin:0; }
.page-id-1075 ol li, .page-id-1064 ol li { display: block; margin-top:2em; padding-left:50px; position:relative; }
.page-id-1075 ol li li, .page-id-1064 ol li li { padding-left:0; margin-top:1em; }
.page-id-1075 ol li:before, .page-id-1064 ol li:before { content: counters(item, ".") ". "; counter-increment: item; font-weight:700; position:absolute; left:0; top:0; }
.page-id-1075 ol li li:before, .page-id-1064 ol li li:before { font-weight:400; left:-50px; }

.page-id-1075 .wp-block-file, .page-id-1064 .wp-block-file { 
display:flex;
flex-direction:row;
align-items:center;
}

.page-id-1075 .wp-block-file a:first-child, .page-id-1064 .wp-block-file a:first-child { 
display:inline-block;
width:42px; height:59px;
background:url('img/icon_pdf.svg') no-repeat center center;
background-size:300% auto;
text-indent:-10000px;
overflow:hidden;
}

.page-id-1075 .wp-block-file a.wp-block-file__button, .page-id-1064 .wp-block-file a.wp-block-file__button {
border-radius:0;
padding:5px 10px;
text-transform:uppercase;
background:#000;
color:#fff;
font-weight:700;
}
