@charset "UTF-8";
.wpcf7 .screen-reader-response {
position: absolute;
overflow: hidden;
clip: rect(1px, 1px, 1px, 1px);
clip-path: inset(50%);
height: 1px;
width: 1px;
margin: -1px;
padding: 0;
border: 0;
word-wrap: normal !important;
}
.wpcf7 .hidden-fields-container {
display: none;
}
.wpcf7 form .wpcf7-response-output {
margin: 2em 0.5em 1em;
padding: 0.2em 1em;
border: 2px solid #00a0d2; }
.wpcf7 form.init .wpcf7-response-output,
.wpcf7 form.resetting .wpcf7-response-output,
.wpcf7 form.submitting .wpcf7-response-output {
display: none;
}
.wpcf7 form.sent .wpcf7-response-output {
border-color: #46b450; }
.wpcf7 form.failed .wpcf7-response-output,
.wpcf7 form.aborted .wpcf7-response-output {
border-color: #dc3232; }
.wpcf7 form.spam .wpcf7-response-output {
border-color: #f56e28; }
.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
border-color: #ffb900; }
.wpcf7-form-control-wrap {
position: relative;
}
.wpcf7-not-valid-tip {
color: #dc3232; font-size: 1em;
font-weight: normal;
display: block;
}
.use-floating-validation-tip .wpcf7-not-valid-tip {
position: relative;
top: -2ex;
left: 1em;
z-index: 100;
border: 1px solid #dc3232;
background: #fff;
padding: .2em .8em;
width: 24em;
}
.wpcf7-list-item {
display: inline-block;
margin: 0 0 0 1em;
}
.wpcf7-list-item-label::before,
.wpcf7-list-item-label::after {
content: " ";
}
.wpcf7-spinner {
visibility: hidden;
display: inline-block;
background-color: #23282d; opacity: 0.75;
width: 24px;
height: 24px;
border: none;
border-radius: 100%;
padding: 0;
margin: 0 24px;
position: relative;
}
form.submitting .wpcf7-spinner {
visibility: visible;
}
.wpcf7-spinner::before {
content: '';
position: absolute;
background-color: #fbfbfc; top: 4px;
left: 4px;
width: 6px;
height: 6px;
border: none;
border-radius: 100%;
transform-origin: 8px 8px;
animation-name: spin;
animation-duration: 1000ms;
animation-timing-function: linear;
animation-iteration-count: infinite;
}
@media (prefers-reduced-motion: reduce) {
.wpcf7-spinner::before {
animation-name: blink;
animation-duration: 2000ms;
}
}
@keyframes spin {
from {
transform: rotate(0deg);
}
to {
transform: rotate(360deg);
}
}
@keyframes blink {
from {
opacity: 0;
}
50% {
opacity: 1;
}
to {
opacity: 0;
}
}
.wpcf7 [inert] {
opacity: 0.5;
}
.wpcf7 input[type="file"] {
cursor: pointer;
}
.wpcf7 input[type="file"]:disabled {
cursor: default;
}
.wpcf7 .wpcf7-submit:disabled {
cursor: not-allowed;
}
.wpcf7 input[type="url"],
.wpcf7 input[type="email"],
.wpcf7 input[type="tel"] {
direction: ltr;
}
.wpcf7-reflection > output {
display: list-item;
list-style: none;
}
.wpcf7-reflection > output[hidden] {
display: none;
}
      body {
margin: 0; }  article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
display: block; } audio,
canvas,
progress,
video {
display: inline-block; vertical-align: baseline; } audio:not([controls]) {
display: none;
height: 0; } [hidden],
template {
display: none; }  a {
background-color: transparent; } a:active,
a:hover {
outline: 0; }  abbr[title] {
border-bottom: 1px dotted; } b,
strong {
font-weight: bold; } dfn {
font-style: italic; } h1 {
font-size: 2em;
margin: 0.67em 0; } mark {
background: #ff0;
color: #000; } small {
font-size: 80%; } sub,
sup {
font-size: 75%;
line-height: 0;
position: relative;
vertical-align: baseline; }
sup {
top: -0.5em; }
sub {
bottom: -0.25em; }  img {
border: 0; } svg:not(:root) {
overflow: hidden; }  figure {
margin: 1em 40px; } hr {
-moz-box-sizing: content-box;
box-sizing: content-box;
height: 0; } pre {
overflow: auto; } code,
kbd,
pre,
samp {
font-family: monospace, monospace;
font-size: 1em; }   button,
input,
optgroup,
select,
textarea {
color: inherit; font: inherit; margin: 0; } button {
overflow: visible; } button,
select {
text-transform: none; } button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
-webkit-appearance: button; cursor: pointer; } button[disabled],
html input[disabled] {
cursor: default; } button::-moz-focus-inner,
input::-moz-focus-inner {
border: 0;
padding: 0; } input {
line-height: normal; } input[type="checkbox"],
input[type="radio"] {
box-sizing: border-box; padding: 0; } input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
height: auto; } input[type="search"] {
-webkit-appearance: textfield; -moz-box-sizing: content-box;
-webkit-box-sizing: content-box; box-sizing: content-box; } input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
-webkit-appearance: none; } fieldset {
border: 1px solid #c0c0c0;
margin: 0 2px;
padding: 0.35em 0.625em 0.75em; } legend {
border: 0; padding: 0; } textarea {
overflow: auto; } optgroup {
font-weight: bold; }  table {
border-collapse: collapse;
border-spacing: 0; }
td,
th {
padding: 0; }    @font-face {
font-family: 'VerbCond';
src: url(//pap-art.de/wp-content/themes/PAP-ART/fonts/verbcond-regular.woff2) format("woff2"), url(//pap-art.de/wp-content/themes/PAP-ART/fonts/verbcond-regular.woff) format("woff");
font-weight: normal;
font-style: normal; }
@font-face {
font-family: 'VerbCond light';
src: url(//pap-art.de/wp-content/themes/PAP-ART/fonts/verbcond-light.woff2) format("woff2"), url(//pap-art.de/wp-content/themes/PAP-ART/fonts/verbcond-light.woff) format("woff");
font-weight: normal;
font-style: normal; }
@font-face {
font-family: 'VerbCond extralight';
src: url(//pap-art.de/wp-content/themes/PAP-ART/fonts/verbcond-extralight.woff2) format("woff2"), url(//pap-art.de/wp-content/themes/PAP-ART/fonts/verbcond-extralight.woff) format("woff");
font-weight: normal;
font-style: normal; }
@font-face {
font-family: 'VerbCond semibold';
src: url(//pap-art.de/wp-content/themes/PAP-ART/fonts/verbcond-semibold.woff2) format("woff2"), url(//pap-art.de/wp-content/themes/PAP-ART/fonts/verbcond-semibold.woff) format("woff");
font-weight: normal;
font-style: normal; }
html {
font-family: VerbCond, "Lucida Bright", "DejaVu Serif", Georgia, "serif";
font-size: 100%;
font-weight: normal;
color: #4a4944;
line-height: 1.4;
-ms-text-size-adjust: 100%;
-webkit-text-size-adjust: 100%; }
body {
font-size: 120%; }
@media (min-width: 2200px) {
body {
font-size: 128%; } }
@media (min-width: 1900px) {
body {
font-size: 134%; } }
@media (max-width: 480px) {
body {
font-size: 120%; } }
h1, h2, h3, h4, h5, h6 {
font-family: 'VerbCond semibold';
font-weight: normal;
color: #0a4b3d;
margin-top: 0; }
h1 {
font-size: 220%;
line-height: 1.1;
margin-bottom: 0.9em; }
@media (max-width: 900px) {
h1 {
font-size: 220%; } }
@media (max-width: 480px) {
h1 {
font-size: 180%;
text-align: center; } }
#header-logo h1 {
text-indent: -9999px;
height: 0;
margin: 0; }
h2 {
font-size: 180%;
line-height: 1.1;
margin-bottom: 0.9em; }
@media (max-width: 690px) {
h2 {
font-size: 180%; } }
.widget h2 {
display: none; }
h3 {
font-size: 140%;
line-height: 1.1;
margin: 0 0 14px 0; }
h4 {
font-size: 120%;
letter-spacing: -0.01em;
line-height: 1.1;
margin-bottom: 0.8em; } h5 {
font-size: 120%;
margin-bottom: 12px;
line-height: 1.1em; } .privacy h5 {
margin-bottom: 1.4em; }
h6 {
font-family: "europa",sans-serif;
font-size: 114%;
margin-bottom: 4px;
line-height: 1.1em; }
p:empty {
display: none; }
p {
margin: 0 0 1.4em 0; }
p.roofline {
color: #9ac9dd;
font-style: normal;
font-size: 60%;
font-weight: bold;
text-transform: none;
margin-bottom: 6px;
letter-spacing: 0.25em; }
p.roofline a {
letter-spacing: 0.14;
text-transform: none;
text-decoration: none; }
p.roofline a:hover {
text-decoration: underline; }
.rl-category {
color: #71b2b4;
font-style: italic;
text-transform: uppercase; }
.category-content .roofline {
padding-left: 4px;
margin-bottom: 10px; }
.startpage-table p {
font-size: 80%;
color: #64635e; }
.startpage-table a {
font-size: 100%; }
.product-title {
font-size: 70%;
color: #7c7c7c;
text-transform: uppercase; }
a, a:visited {
color: #e61e91;
text-decoration: none; }
a:hover, a:focus, a:active {
color: #7f8585;
text-decoration: underline; }
footer a {
color: #4a4944 !important; }
footer a:hover {
color: #fff !important; }
a.postTrigger {
cursor: pointer; }
.post_tags a, .pb-button a {
text-decoration: none; }
h3 a:hover {
text-decoration: none; }
header a:hover, header a:focus, header a:active {
text-decoration: none; }
#lang_switch a {
color: #e2ded4;
text-decoration: none;
padding: 0 2px;
line-height: 1em; }
#lang_switch a:hover, #lang_switch a:focus, #lang_switch a:active {
text-decoration: none;
color: #fff; }
.sb-btn {
background: #b1b0a7;
margin-bottom: 14px;
padding: 3px; }
.sb-btn:hover {
background: #deab13;
color: #fff; }
.sb-btn-text {
color: #eeede9;
font-weight: bold;
letter-spacing: -0.02em;
line-height: 40px; } .wp-block-button__link {
border-radius: 6px !important; }
.wp-block-button__link:hover {
background: #0a4b3d !important; }
a.wp-block-button__link:active,
a.wp-block-button__link:focus,
a.wp-block-button__link:hover {
text-decoration: none !important; }
small, .imprint, .privacy {
font-size: 60%; }
blockquote {
color: #4f574f;
font-family: "freight-text-pro";
font-size: 120%;
font-style: italic;
margin: 20px 0 20px 40px; } .versal {
font-size: 300%;
font-style: italic;
line-height: 1;
margin-left: -25px; }
.imprint, .privacy {
color: #686868;
font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, "sans-serif"; }
.imprint p, .privacy p {
line-height: 1.2; }
.imprint h1, .imprint h2, .imprint h3, .imprint h4, .imprint h5, .imprint h6, .imprint b, .imprint strong, .privacy h1, .privacy h2, .privacy h3, .privacy h4, .privacy h5, .privacy h6, .privacy b, .privacy strong {
color: #919191; }
.imprint h4, .imprint h5, .imprint h6, .privacy h4, .privacy h5, .privacy h6 {
font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, "sans-serif"; }
.ab-accordion-title {
color: #919191;
cursor: pointer;
font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, "sans-serif";
font-size: 160%;
letter-spacing: -0.01em;
line-height: 1.1;
margin-bottom: 0.8em;
text-transform: uppercase; }
.ab-accordion-title:hover {
color: #fff; }
.imprint table {
font-size: 80%; } #start-headline {
text-align: center;
color: #fff;
margin: -100px 0 34px 0; }
#start-headline h1 {
color: #fff;
font-size: 30pt;
letter-spacing: -0.03em;
margin-bottom: 6px;
line-height: 1.1; }
p.slideshow-subline {
font-style: italic;
letter-spacing: 0.05em;
line-height: 1; }
.subline-allcaps {
font-size: 70%;
font-weight: bold;
text-transform: uppercase;
letter-spacing: 0.2em;
margin-top: 10px; }
#kontaktzeile {
font-size: 11px;
margin: -6px 0 0 0;
color: #7e7c72; }
.bullet-list-item * {
line-height: 1.2; }
::-webkit-input-placeholder {
color: #67675f;
font-style: italic; }
:-moz-placeholder { color: #67675f;
font-style: italic; }
::-moz-placeholder { color: #67675f;
font-style: italic; }
:-ms-input-placeholder {
color: #67675f;
font-style: italic; }
.qb-text strong {
line-height: 1.1em; }
.four-o-four {
font-size: 280px;
font-weight: bold;
letter-spacing: -0.1em;
margin-bottom: 0;
line-height: 0.9; }
.four-o-four-roofline {
color: #aeaaaa;
font-size: 8px;
letter-spacing: 0.8em;
text-transform: uppercase; }
.caption {
font-size: 90%;
color: #4a4a4a; }
.fa {
border-radius: 14px;
height: 28px;
text-align: center;
width: 28px; }
.fa-phone {
background: #c3950b;
color: #e2c054;
font-size: 22px !important;
line-height: 1.35 !important; }
.fa-bicycle {
background: #c3950b;
color: #e2c054;
font-size: 18px !important;
line-height: 1.5 !important; }
.fa-globe {
background: #e2c054;
color: #c3950b;
font-size: 31px !important;
line-height: 0.95 !important; }
.fa-websitesteps {
background: none !important;
color: #87857b;
font-size: 100px !important;
height: 100px;
margin: 0 0 8px 18px;
text-align: center; }
input, textarea {
background: #f8f8f8;
border: 1px solid #d4d4d4;
box-sizing: border-box;
max-width: 100%;
padding: 12px; }
.wpcf7-list-item-label,
input.wpcf7-form-control,
textarea.wpcf7-form-control {
width: 80%; }
@media (max-width: 900px) {
.wpcf7-list-item-label,
input.wpcf7-form-control,
textarea.wpcf7-form-control {
width: 100%; } }
.wpcf7-list-item {
margin: 0; }
.wpcf7-list-item-label {
margin: -25px 0 40px 25px;
max-width: 70%;
display: block; }
input.wpcf7-submit {
background: #575756;
border: none;
color: #fff;
font-size: 80%;
letter-spacing: 0.04em;
padding: 16px 12px;
text-transform: uppercase; }
input.wpcf7-submit:hover {
background: #e61e91; }
.wpcf7 p {
margin-bottom: 4px; }
.wpcf7 label:not(.wpcf7-list-item > label) {
position: absolute;
top: -9999px; }
.wpcf7 textarea {
margin-bottom: 30px; }
.wpcf7-response-output {
background: #e61e91;
border: none !important;
color: #fff;
font-size: 80%;
margin-left: 0 !important;
max-width: 300px;
padding: 40px !important;
width: 80%; }
.wpcf7-not-valid-tip {
color: #e61e91;
font-size: 80%; }
.quizcontainer { height: 40px;
margin-bottom: 30px;
position: relative;
width: 100%; }
.quizcontainer label {
padding: 12px 0 0 150px;
position: relative !important;
top: 0 !important; }
.quizcontainer label span {
position: absolute;
top: 0;
padding: 12px 0;
left: 0;
max-width: 100px;
width: 100px; }
.quizcontainer label input {
position: absolute;
top: 0;
left: 80px;
max-width: 60px;
text-align: center;
width: 60px; } @media screen and (max-width: 860px) {
#slideshow-container h1 {
font-size: 24pt; }
#start-headline {
margin: -230px 0 34px; } } @media screen and (max-width: 600px) {
#slideshow-container h1 {
font-size: 21pt; }
p.slideshow-subline {
font-size: 14px; }
h2 {
font-size: 160%; } } @media screen and (max-width: 480px) {
.imprint tr td:first-child {
color: #9fa49f;
font-weight: 400; } }   @media screen { #hNav {
bottom: 40px;
box-sizing: border-box;
left: 0;
position: absolute;
margin: 0 14px;
text-align: center; width: 100%;
z-index: 105;
-webkit-transition: all 0.5s;
-moz-transition: all 0.5s;
-ms-transition: all 0.5s;
-o-transition: all 0.5s;
transition: all 0.5s;
z-index: 10; } }
@media screen and (max-width: 1450px) {
#hNav {
bottom: 20px; } }
@media screen and (max-width: 1450px) {
#hNav {
margin: 0;
width: 100%; } }
@media screen {
header.smaller #hNav {
top: 25px; } #menu-item-113 {
display: none; } }
@media screen and (max-width: 1450px) {
#menu-item-113 {
display: block; } }
@media screen {
#hNav ul {
*zoom: 1;
display: inline-block;
list-style-type: none;
margin: 0;
padding: 0;
text-align: center; }
#hNav ul:before, #hNav ul:after {
content: "";
display: table; }
#hNav ul:after {
clear: both; }
#hNav ul > li {
float: left;
list-style: none;
margin: 0;
position: relative; } #hNav ul > li.menu-item-has-children > a:after {
content: url(//pap-art.de/wp-content/themes/PAP-ART/images/menu-item-dropdown-arrow.png); }
#hNav ul > li.menu-item-has-children.current-menu-item > a:hover, #hNav ul > li.menu-item-has-children.current-menu-item:hover > a { padding-bottom: 9px; }
#hNav a, .tabs li a {
border-right: 1px solid #7f8585;
color: #7f8585;
display: block;
font-size: 120%;
font-weight: 400;
letter-spacing: -0.03em;
line-height: 1.2em;
padding: 0 16px;
text-decoration: none; text-transform: uppercase;
text-shadow: 1px -1px 13px white;
-webkit-transition: all 0.4s;
-moz-transition: all 0.4s;
-ms-transition: all 0.4s;
-o-transition: all 0.4s;
transition: all 0.4s; } }
@media screen and (min-width: 2200px) {
#hNav a, .tabs li a {
font-size: 26px; } }
@media screen and (max-width: 1088px) {
#hNav a, .tabs li a {
font-size: 18px; } }
@media screen and (max-width: 1450px) {
#hNav a, .tabs li a {
padding: 0 12px; } }
@media screen {
#hNav ul li:last-of-type > a,
#hNav ul li:nth-child(6) > a,
#hNav ul li:nth-child(7) > a,
#hNav ul li:nth-child(8) > a,
#hNav ul li#menu-item-104 > a {
border-right: none; }
#hNav a:hover, #hNav a:focus, #hNav a:hover,
.tabs li.current a, .tabs li a:hover,
#hNav li.current_menu_item a,
#hNav li.current_page_item a {
color: #e61e91;
cursor: pointer; text-decoration: none; }
header.smaller #hNav a {
color: #fff;
font-size: 95%;
opacity: 0.76;
text-shadow: none; }
header.smaller #hNav a:hover {
opacity: 1; }
#hNav li.current-menu-item a,
header.smaller #hNav li.current-menu-item a {
color: #e61e91; }  #hNav li ul {
background: #1e1e1e;
border-left: 1px solid #666666; left: -1px;
max-width: 400px; position: absolute;
top: 39px;
white-space: nowrap;
width: auto;
z-index: 1; }
#hNav li ul li {
border-left: none;
max-height: 0;
overflow: hidden;
padding: 0;
width: 99%;
width: calc(100% - 1px);
-webkit-transition: max-height 500ms ease;
-moz-transition: max-height 500ms ease;
-o-transition: max-height 500ms ease;
transition: max-height 500ms ease; }
#hNav li ul li a { color: #aca9a3;
padding: 10px 20px; }
#hNav li ul li a:hover {
background: #000000; }
#hNav ul > li:hover ul li {
max-height: 150px; }
#hNav li ul li > a:hover, #hNav li ul > li:hover {
background-color: #000;
color: #FFF; } .menuTrigger {
display: inline-block;
position: absolute;
right: 30px;
top: 90px;
width: 40px;
height: 40px;
z-index: 13;
cursor: pointer;
vertical-align: middle;
-webkit-transition: all 0.4s;
-moz-transition: all 0.4s;
-ms-transition: all 0.4s;
-o-transition: all 0.4s;
transition: all 0.4s; } }
@media screen and (max-width: 1450px) {
.menuTrigger {
display: inline-block;
top: 60px; } }
@media screen and (max-width: 690px) {
.menuTrigger {
display: inline-block;
right: 20px;
top: 30px; } }
@media screen and (pointer: coarse) {
.menuTrigger {
display: inline-block; } }
@media screen {
header.smaller .menuTrigger {
top: 23px; }
.soc-links {
position: absolute;
right: 80px;
top: 200px;
width: 60px;
-webkit-transition: all 0.4s;
-moz-transition: all 0.4s;
-ms-transition: all 0.4s;
-o-transition: all 0.4s;
transition: all 0.4s; } }
@media screen and (max-width: 1450px) {
.soc-links {
top: 110px;
width: 40px; } }
@media screen and (max-width: 1450px) {
.soc-links {
top: 110px;
right: 30px;
width: 40px; } }
@media screen and (max-width: 480px) {
.soc-links {
right: 20px;
top: 75px; } }
@media screen {
.soc-links .icon {
height: 50px;
margin-bottom: 30px;
opacity: .8;
width: 50px; } }
@media screen and (max-width: 1450px) {
.soc-links .icon {
height: 40px;
margin-bottom: 20px;
width: 40px; } }
@media screen and (max-width: 480px) {
.soc-links .icon {
margin-bottom: 16px; } }
@media screen {
.soc-links .icon:hover {
opacity: 1; }
.soc-links #fb {
background: url(//pap-art.de/wp-content/themes/PAP-ART/images/facebook-icon.svg) center center no-repeat;
background-size: 100%; }
.soc-links #insta {
background: url(//pap-art.de/wp-content/themes/PAP-ART/images/instagram-icon.svg) center center no-repeat;
background-size: 100%;
margin-bottom: 0; }
header.smaller .soc-links { } }
@media screen and (max-width: 480px) {
header.smaller .soc-links {
right: -80px; } }
@media screen {
#wpfront-scroll-top-container {
width: 50px; }
#wpfront-scroll-top-container img {
max-width: 100%;
height: auto; } }
@media screen and (max-width: 1450px) {
#wpfront-scroll-top-container {
width: 40px; } }
@media screen {
ul.menu {
margin: 0 !important; } .sub-nav-button {
color: #7A7A7A;
cursor: pointer;
font-size: 28px;
line-height: 1;
position: absolute;
top: 24px;
right: 24px;
padding: 8px 8px 0 8px;
-moz-border-radius: 4px;
border-radius: 4px;
z-index: 13; }
.sub-nav-button:hover {
background: #e3e3df; }
.sub-nav-list {
position: absolute;
top: 0;
right: -500px;
overflow: hidden;
max-width: 500px;
z-index: 12;
-webkit-transition: all .3s ease;
-moz-transition: all .3s ease;
-ms-transition: all .3s ease;
-o-transition: all .3s ease;
transition: all .3s ease; }
.sub-nav-list ul li {
background: #31302c;
list-style: none;
margin: 0; }
.sub-nav-list ul li a {
background: #31302c;
color: #bbbab4;
font-size: 26px;
text-align: center;
text-decoration: none;
display: block;
padding: 30px;
letter-spacing: -0.01em;
line-height: 1.1em; } }
@media screen and (max-width: 480px) {
.sub-nav-list ul li a {
padding: 20px 0; } }
@media screen {
.sub-nav-list ul li:first-of-type a {
padding-top: 80px; } }
@media screen and (max-width: 480px) {
.sub-nav-list ul li:first-of-type a {
padding-top: 50px; } }
@media screen {
.sub-nav-list ul li:last-of-type a {
color: #e61e91;
padding-bottom: 80px; }
.sub-nav-list.list-closed {
right: -500px; }
.sub-nav-list.list-open {
background: #fff;
right: 0;
top: 0;  -webkit-transition: all 0.4s;
-moz-transition: all 0.4s;
-ms-transition: all 0.4s;
-o-transition: all 0.4s;
transition: all 0.4s;
width: 100%; }
.sub-nav-list.list-open ul li a {
opacity: 1; }
.sub-nav-list ul li a:hover,
.sub-nav-list ul li a:focus,
.sub-nav-list ul li a:active {
color: #fff;
background: #000; }
.sub-nav-list ul li.current-menu-item a {
color: #fff; }
.sub-nav-list ul li#menu-item-142.current-menu-item a,
.sub-nav-list ul li#menu-item-143.current-menu-item a,
.sub-nav-list ul li#menu-item-144.current-menu-item a,
.sub-nav-list ul li#menu-item-145.current-menu-item a {
color: #fff !important; }
.sub-nav-list ul li#menu-item-142 a:hover,
.sub-nav-list ul li#menu-item-143 a:hover,
.sub-nav-list ul li#menu-item-144 a:hover,
.sub-nav-list ul li#menu-item-145 a:hover {
color: #fff !important; }
.sub-nav-list ul li#menu-item-127 > a {
color: #e61e91; } .menuTrigger {
opacity: 0.6;
display: none; } }
@media screen and (max-width: 1450px) {
.menuTrigger {
display: block; } }
@media screen {
.menuTrigger:hover {
opacity: 0.9; }
.menuTrigger.closed {
background: url(//pap-art.de/wp-content/themes/PAP-ART/images/nav-icon.png);
background: url(//pap-art.de/wp-content/themes/PAP-ART/images/nav-icon.svg), none;
background-repeat: no-repeat; }
header.smaller .menuTrigger.closed {
background: url(//pap-art.de/wp-content/themes/PAP-ART/images/nav-icon-light.svg), none;
background-repeat: no-repeat; }
.menuTrigger.open {
background: url(//pap-art.de/wp-content/themes/PAP-ART/images/nav-icon-close.png);
background: url(//pap-art.de/wp-content/themes/PAP-ART/images/nav-icon-close.svg), none;
background-position: 14px 1px;
background-repeat: no-repeat;
background-size: 25px; }
.menuTrigger.open .mainLine {
color: #ef9; } }  html {
height: 100%;
overflow-y: scroll; }
body {
background: #7f8585 url(//pap-art.de/wp-content/themes/PAP-ART/images/headerbild.jpg) top left no-repeat;
background-size: 100%;
background-attachment: fixed;
height: 100%;
position: relative; }
@media (max-width: 900px) {
body {
margin: 0;
padding: 0; } }
@media (max-width: 690px) {
body {
background-size: 140%; } }
@media (max-width: 480px) {
body {
background-size: 200%; } }
.mobile {
display: none; }
@media (max-width: 1450px) {
.mobile {
display: block; } }
@media (max-width: 1450px) {
.desktop {
display: none; } }
#wrapper {
min-height: 100%;
overflow: hidden;
padding: 10px 10px 0 10px; }
@media (max-width: 480px) {
#wrapper {
padding: 10px 5px 0 5px; } }
header {
background: none;
box-sizing: border-box;
height: 90vh;
left: 0;
opacity: 1;
position: fixed;
top: 0;
width: 100%;
z-index: 120;
-webkit-transition: all 0.4s;
-moz-transition: all 0.4s;
-ms-transition: all 0.4s;
-o-transition: all 0.4s;
transition: all 0.4s; }
@media (max-width: 900px) {
header {
background: rgba(0, 0, 0, 0);
border-bottom: none;
border-top: none;
margin: 0;
width: 100%;
z-index: 9990; } }
@media (max-aspect-ratio: 12 / 10) {
header {
border-top: none;
margin: 0;
width: 100%;
z-index: 9990; } }
@media (max-width: 690px) {
header {
height: 100px; } }
header.smaller {
background: #1e2020;
height: 70px; }
@media (max-width: 900px) {
header.smaller {
height: 70px; } }
#header-signet {
background: url(//pap-art.de/wp-content/themes/PAP-ART/images/pap-art_schriftzug.svg) top left no-repeat;
background-size: 100%;
height: 20px;
left: 40px;
opacity: 0;
position: absolute;
top: -80px;
width: 164px;
z-index: 200;
-webkit-transition: all 0.6s;
-moz-transition: all 0.6s;
-ms-transition: all 0.6s;
-o-transition: all 0.6s;
transition: all 0.6s; }
@media (max-width: 1450px) {
#header-signet {
left: 30px; } }
@media (max-width: 900px) {
#header-signet {
left: 20px; } }
@media (max-width: 690px) {
#header-signet {
left: 10px; } }
header.smaller #header-signet {
opacity: 1;
top: 25px; }
@media (max-width: 1450px) {
header.smaller #header-signet {
left: 30px; } }
@media (max-width: 900px) {
header.smaller #header-signet {
left: 20px; } }
@media (max-width: 690px) {
header.smaller #header-signet {
left: 10px; } }
#header-contact {
font-size: 120%;
position: absolute;
right: 60px;
text-transform: uppercase;
top: 50px;
z-index: 112;
-webkit-transition: all 0.4s;
-moz-transition: all 0.4s;
-ms-transition: all 0.4s;
-o-transition: all 0.4s;
transition: all 0.4s; }
#header-contact a:hover {
color: #fff; }
@media (max-width: 1450px) {
#header-contact {
display: none; } }
header.smaller #header-contact {
font-size: 100%;
top: 22px; }
#top-gradient {
background: #020024;
background: -moz-linear-gradient(180deg, #020024 0%, black 0%, rgba(0, 0, 0, 0) 100%);
background: -webkit-linear-gradient(180deg, #020024 0%, black 0%, rgba(0, 0, 0, 0) 100%);
background: linear-gradient(180deg, #020024 0%, black 0%, rgba(0, 0, 0, 0) 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#020024",endColorstr="#000000",GradientType=1);
height: 20vh;
left: 0;
opacity: .7;
position: absolute;
top: 0;
width: 100%;
-webkit-transition: all 0.4s;
-moz-transition: all 0.4s;
-ms-transition: all 0.4s;
-o-transition: all 0.4s;
transition: all 0.4s; }
header.smaller #top-gradient {
height: 20px; }
.header-slideshow {
box-sizing: border-box;
position: fixed;
top: 0;
width: 100%; }
@media (max-aspect-ratio: 15 / 9) {
.header-slideshow {
width: 130%;
margin-left: -16%;
overflow: hidden; } }
@media (max-aspect-ratio: 12 / 10) {
.header-slideshow {
position: relative; } }
@media (max-width: 900px) {
.header-slideshow {
position: relative;
width: 170%; } }
#header-box {
padding: 10px 32px 30px 40px;
-webkit-transition: all 0.4s;
-moz-transition: all 0.4s;
-ms-transition: all 0.4s;
-o-transition: all 0.4s;
transition: all 0.4s; }
@media (max-width: 480px) {
#header-box {
padding: 0 0 18px 0; } }
@media (max-width: 1450px) {
#header-box {
padding-bottom: 16px; } }
header.smaller #header-box {
padding: 0 30px; }
@media (max-width: 900px) {
header.smaller #header-box {
padding: 0; } }
#header-logo {
background: url(//pap-art.de/wp-content/themes/PAP-ART/images/PAP-ART-Logo.png) no-repeat;
background-position: 0 0;
background-size: 100%;
height: 288px;
margin: 28vh auto 0;
opacity: 1;
position: relative;
width: 600px;
-webkit-transition: all 0.6s;
-moz-transition: all 0.6s;
-ms-transition: all 0.6s;
-o-transition: all 0.6s;
transition: all 0.6s; }
@media (min-width: 2200px) {
#header-logo {
height: 385px;
width: 800px; } }
@media (min-width: 1900px) {
#header-logo {
height: 337px;
width: 700px; } }
@media (max-width: 1441px) {
#header-logo {
margin: 40px auto 0; } }
@media (max-width: 1450px) {
#header-logo {
margin: 40px auto 0; } }
@media (max-width: 900px) {
#header-logo {
height: 192px;
margin: 80px auto 0;
width: 400px; } }
@media (max-width: 480px) {
#header-logo { margin: 80px 12px 0 15px;
width: calc(100% - 27px); } }
#header-logo p.info-p {
bottom: 0;
left: 0;
position: absolute;
text-align: center;
width: 100%; }
header.smaller #header-logo {
margin: -700px auto 0;
opacity: 0; }
#partnerlogos {
background: #fff;
border-bottom-left-radius: 25px;
border-top-left-radius: 25px; box-shadow: 3px 5px 16px 0px rgba(0, 0, 0, 0.75);
-webkit-box-shadow: 5px 5px 12px 0px rgba(0, 0, 0, 0.5);
-moz-box-shadow: 5px 5px 12px 0px rgba(0, 0, 0, 0.5);
box-sizing: border-box; font-size: 70%;
padding: 30px 30px 18px 20px;
position: absolute;
right: 0px;
text-align: right;
top: 40vh;
width: 200px;
z-index: 11;
-webkit-transition: all 0.4s;
-moz-transition: all 0.4s;
-ms-transition: all 0.4s;
-o-transition: all 0.4s;
transition: all 0.4s; }
#partnerlogos img {
height: auto;
margin-bottom: 12px;
width: 100%; }
@media (max-width: 1450px) {
#partnerlogos {
font-size: 50%;
padding: 30px 20px 18px 10px;
top: 110px;
width: 130px; } }
@media (max-width: 690px) {
#partnerlogos {
border-radius: 20px;
font-size: 50%;
height: 95px;
padding: 20px;
position: relative;
text-align: center;
top: 0;
width: 380px;
margin: 0 auto; }
#partnerlogos img {
float: left;
width: 28%; }
#partnerlogos img.wp-image-561 {
float: right;
height: 60px;
margin-right: 20px !important;
margin-top: -17px !important;
width: auto; }
#partnerlogos #block-9 img {
margin-left: 26px; }
#partnerlogos #block-10 img {
margin-top: -8px; } }
@media (max-width: 480px) {
#partnerlogos {
padding: 10px 20px 20px;
top: -10px;
width: 98%;
width: calc(100% - 10px); } }
header.smaller #partnerlogos {
top: -550px; }
@media (max-width: 690px) {
header.smaller #partnerlogos {
right: auto; } }
iframe {
margin: 0;
min-height: 390px;
width: 100%; }
.single-wrapper .parallax-window {
min-height: 360px; }
#top {
height: 86vh;
height: calc(100vh - 184px);  }
@media (max-width: 1450px) {
#top {
height: 270px; } }
@media (max-width: 480px) {
#top {
height: 200px; } }
#totop {
background: url(//pap-art.de/wp-content/themes/PAP-ART/images/icon-arrow-up.svg) top left no-repeat;
background-size: 100%;
bottom: 0;
height: 30px;
right: 17px;
opacity: .8;
position: absolute;
width: 30px;
z-index: 101; }
#totop:hover {
opacity: 1; }
.content-wrapper {
background: url(//pap-art.de/wp-content/themes/PAP-ART/images/content-bgr.png);
background-position: top;
border-radius: 50px;
margin: 0 auto 50px;
max-width: 1230px;
min-height: 350px;
padding: 80px 60px;
position: relative;
box-shadow: 3px 5px 16px 0px rgba(0, 0, 0, 0.75);
-webkit-box-shadow: 5px 5px 12px 0px rgba(0, 0, 0, 0.5);
-moz-box-shadow: 5px 5px 12px 0px rgba(0, 0, 0, 0.5);
-webkit-transition: all 0.4s;
-moz-transition: all 0.4s;
-ms-transition: all 0.4s;
-o-transition: all 0.4s;
transition: all 0.4s; }
@media (max-width: 480px) {
.content-wrapper {
background: url(//pap-art.de/wp-content/themes/PAP-ART/images/content-bgr-mobile.png);
background-position: top;
border-radius: 20px;
padding: 90px 20px 73px 20px; } }
.content-wrapper.textpage {
padding: 100px 80px; }
@media (min-width: 1900px) {
.content-wrapper.textpage {
padding: 140px 120px; } }
@media (max-width: 480px) {
.content-wrapper.textpage {
padding: 73px 20px; } }
#header-box {
margin: 0 auto;
max-width: 1125px;
position: relative; }
.content-section {
background: #fff; }
.content-column {
margin: 0 auto;
max-width: 740px;
padding: 0 80px 0;
position: relative; }
@media (max-width: 1450px) {
.content-column {
padding: 0 30px 70px; } }
@media (max-width: 690px) {
.content-column {
padding: 0 20px 70px; } }
.bottompadding {
padding-bottom: 160px; }
.cs-2col {
-webkit-column-count: 2;
-moz-column-count: 2;
column-count: 2;
-webkit-column-gap: 50px;
-moz-column-gap: 50px;
column-gap: 50px; }
@media (max-width: 690px) {
.cs-2col {
-webkit-column-count: 1;
-moz-column-count: 1;
column-count: 1; } }
.content-section {
background: #fff;
position: relative; } @media (max-width: 690px) {
.ImageRow .wp-block-nk-awb {
padding-bottom: 150px;
padding-top: 150px; } }
@media (max-width: 480px) {
.ImageRow .wp-block-nk-awb {
padding-bottom: 90px;
padding-top: 90px; } }
.homeSlide {
height: 500px;
overflow: hidden;
width: 100%; }
@media (min-width: 2200px) {
.homeSlide {
height: 700px; } }
@media (max-width: 1450px) {
.homeSlide {
height: 400px; } }
@media (max-width: 690px) {
.homeSlide {
height: 300px; } }
#start::before {
content: "";
display: block;
height: 80px; }
@media (max-width: 480px) {
#start::before {
height: 60px; } }
@media (max-width: 480px) {
#biergarten, #kueche, #events, #kontakt {
height: 60px !important; } }
#map {
padding-bottom: 200px;
padding-top: 82px; }
#wpfront-scroll-top-container {
opacity: 0.6 !important; }
.page-content {
background: #1b717e;
margin-bottom: 120px; }
.page-thumbnail {
border-radius: 150px;
height: 300px !important;
margin: 0 0 40px 0;
overflow: hidden;
position: relative;
width: 300px; }
.page-thumbnail img {
height: 100%;
width: 100%; }
.ellipsis { overflow: hidden;
line-height: 22px;
position: relative;
-webkit-transition: all 0.4s ease;
-moz-transition: all 0.4s ease;
-ms-transition: all 0.4s ease;
-o-transition: all 0.4s ease;
transition: all 0.4s ease; }
.ellipsis.post-closed {
max-height: 3px;
opacity: 0; }
.ellipsis.post-open {
max-height: 1300px;
opacity: 1; }
.postTrigger {
-webkit-transition: all 0.4s ease;
-moz-transition: all 0.4s ease;
-ms-transition: all 0.4s ease;
-o-transition: all 0.4s ease;
transition: all 0.4s ease; }
.rightcol {
float: right;
width: 45%; }
@media (max-width: 690px) {
.rightcol {
width: 100%;
margin: 0 0 40px 0;
width: 100%; } }
.alignright, .alignleft {
max-width: 48%;
height: auto; }
@media (max-width: 690px) {
.alignright, .alignleft {
width: 100%;
margin: 0 0 40px 0;
max-width: 100%; } }
.alignright {
float: right;
margin: 5px 0 40px 140px; }
.alignleft {
float: left;
margin: 5px 40px 60px 0; }
.wp-block-image {
margin: 0 !important; }
.wp-block-image .alignleft {
margin: 0 50px 40px 0 !important; }
@media (max-width: 480px) {
.wp-block-image .alignleft {
margin: 30px 0 40px 0 !important; } }
.wp-block-image .alignright {
margin: 0 0 40px 50px !important; }
@media (max-width: 480px) {
.wp-block-image .alignright {
margin: 30px 0 40px 0 !important; } }
#content {
padding-top: 80px; }
@media (max-width: 690px) {
#content {
padding-top: 170px; } }
@media (max-width: 480px) {
#content {
padding-top: 180px; } }
.content {
position: relative;
background: rgba(255, 255, 255, 0.9);
color: #313131 !important;
padding: 40px; }
@media (max-width: 480px) {
.content {
padding: 12px; } }
.content img:not(.avatar) {
width: 100%;
height: auto;
margin-bottom: 20px; }
.close-btn {
width: 20px;
height: 20px;
background: url(//pap-art.de/wp-content/themes/images/close-btn.png);
background: url(//pap-art.de/wp-content/themes/images/close-btn.svg), none;
background-repeat: no-repeat;
background-size: 20px 20px;
opacity: 0.65;
position: absolute;
top: 20px;
right: 20px; }
.close-btn:hover {
opacity: 1; }
.col-25 {
float: left;
width: 25%; }
.col-33 {
float: left;
width: 33.32%; }
.col-50 {
float: left;
width: 50%; } .ms-item {
width: 25%; }
.ms-box {
margin-bottom: 8px;
padding: 20px;
position: relative; }
.ms-box img {
height: auto;
margin-bottom: 5px !important;
max-width: 100%;
box-shadow: 3px 5px 10px 0px rgba(0, 0, 0, 0.3);
-webkit-box-shadow: 3px 5px 10px 0px rgba(0, 0, 0, 0.3);
-moz-box-shadow: 3px 5px 10px 0px rgba(0, 0, 0, 0.3); } .elpt-portfolio {
padding-top: 0 !important; }
.elpt-portfolio-filter {
padding-bottom: 30px !important; }
h2.elementor-heading-title {
padding-left: 10px; }
a.portfolio-item {
background-size: contain !important;
background-repeat: no-repeat;
border-top: 1px solid #ddd !important;
box-shadow: 3px 5px 10px 0px rgba(0, 0, 0, 0.3) !important;
-webkit-box-shadow: 3px 5px 10px 0px rgba(0, 0, 0, 0.3) !important;
-moz-box-shadow: 3px 5px 10px 0px rgba(0, 0, 0, 0.3) !important; }
@media (max-width: 1200px) {
a.portfolio-item {
height: 271px !important; } }
@media (max-width: 992px) {
a.portfolio-item {
height: 500px !important; } }
@media (max-width: 480px) {
a.portfolio-item {
height: 455px !important; } }
@media (max-width: 400px) {
a.portfolio-item {
height: 429px !important; } }
.elpt-portfolio-content .portfolio-item-category {
font-size: 60% !important;
font-style: normal !important;
letter-spacing: .1em;
text-transform: uppercase; }
.elementor-2 .elementor-element.elementor-element-06bbe51 .elpt-portfolio-content.elpt-portfolio-margin .portfolio-item-wrapper {
padding-top: 6px; }
.elementor-section.elementor-section-boxed > .elementor-container {
max-width: 100% !important; }
.elementor-column-gap-default > .elementor-column > .elementor-element-populated {
padding: 0 !important; }
.elpt-portfolio-filter {
text-align: left !important; }
.elpt-portfolio-filter .portfolio-filter-item {
background: none !important;
border-right: 1px solid #7f8585;
color: #7f8585 !important;
font-size: inherit !important;
padding: 0 10px !important;
text-transform: uppercase;
-webkit-transition: all 0.4s;
-moz-transition: all 0.4s;
-ms-transition: all 0.4s;
-o-transition: all 0.4s;
transition: all 0.4s; }
@media (max-width: 480px) {
.elpt-portfolio-filter .portfolio-filter-item {
font-size: 75% !important;
padding: 0 5px !important;
margin: 0 !important; } }
.elpt-portfolio-filter .portfolio-filter-item:last-of-type {
border-right: none; }
.elpt-portfolio-filter .portfolio-filter-item.item-active,
.elpt-portfolio-filter .portfolio-filter-item:hover {
background: none !important;
color: #e61e91 !important;
opacity: 1 !important; }
.sl-wrapper .sl-image .sl-caption {
padding: 10px;
color: #000 !important;
background: none !important;
font-size: 70%; }
.elementor-element-ccbef24 .elpt-portfolio-content div:nth-of-type(2) { }
.elementor-element-ccbef24 .elpt-portfolio-content div:nth-of-type(2) .portfolio-item-infos-wrapper {
background: url(https://pap-art.de/wp-content/uploads/2023/03/633-04_hover.jpg) !important;
background-size: 100% !important; }
.elementor-element-ccbef24 .elpt-portfolio-content div:nth-of-type(2) .portfolio-item-infos-wrapper .portfolio-item-infos * {
color: #000 !important; }
.elementor-element-ccbef24 .elpt-portfolio-content div:nth-of-type(3) { }
.elementor-element-ccbef24 .elpt-portfolio-content div:nth-of-type(3) .portfolio-item-infos-wrapper {
background: url(https://pap-art.de/wp-content/uploads/2023/03/633-02_hover-1.jpg) !important;
background-size: 100% !important; }
.elementor-element-ccbef24 .elpt-portfolio-content div:nth-of-type(3) .portfolio-item-infos-wrapper .portfolio-item-infos * {
color: #000 !important; }  footer {
background: #1e2020;
color: rgba(255, 255, 255, 0.3);
box-sizing: border-box;
font-size: 80%;
padding: 80px 20vw;
position: relative;
width: 100%; }
@media (max-width: 1450px) {
footer {
padding: 100px 60px; } }
@media (max-width: 690px) {
footer {
padding: 100px 20px; } }
footer .footer-content {
display: flex;
flex-direction: row;
height: 100%;
width: 100%; }
@media (max-width: 690px) {
footer .footer-content {
flex-direction: column; } }
footer .footer-content .container { position: relative;
width: 25%; }
footer .footer-content .container img { margin-bottom: 20px;
max-height: 100%;
max-width: 170px;
opacity: .5;
width: auto; }
@media (max-width: 690px) {
footer .footer-content .container {
margin-bottom: 40px;
width: 100%; } }
footer .footer-content .container:first-of-type {
width: 50%; }
@media (max-width: 690px) {
footer .footer-content .container:first-of-type {
width: 100%; } }
footer .footer-content .container:last-of-type img {
float: right;
max-height: 100px;
margin-left: 20px; }
@media (max-width: 690px) {
footer .footer-content .container:last-of-type img { max-height: 70px; } }
footer .footer-content .container:last-of-type img:first-of-type {
max-height: 130px; }
@media (max-width: 690px) {
.footer-partnerlogos img {
max-height: 45px !important;
margin-right: 30px; } }
.clearfix:after {
content: "";
clear: both;
display: block;
visibility: hidden;
height: 0px; }
li.widget {
list-style: none; }
fieldset {
border: none; }
ul {
margin: 0 0 50px 40px;
padding: 0; }
ul.postlist li {
margin-bottom: 50px; }
li {
line-height: 1.2; margin-bottom: 0.3em;
-webkit-column-break-inside: avoid; page-break-inside: avoid; break-inside: avoid; break-inside: avoid-column;   -webkit-margin-before: 0;
-webkit-margin-after: 0; }
ul ul {
padding-top: 20px;
margin-bottom: 30px; }
ul ul li {
list-style: url(//pap-art.de/wp-content/themes/images/list-style-item-sub.png); }
.wp-block-table.is-style-stripes {
border-bottom: none; }
table { margin-bottom: 30px; }
td {
padding: 16px 10px; }
.wp-block-table {
margin-left: 0; }
@media (max-width: 1450px) {
.wp-block-table {
margin-right: 0; } }
.wp-block-table tr, .wp-block-table td {
border: none; }
.wp-block-table td {
border: none;
padding: 4px 0; }
.su-table .su-even td {
background: rgba(255, 255, 255, 0.04) !important; }
.su-table td {
border: none !important;
background: rgba(255, 255, 255, 0.02) !important; }
@media (max-width: 480px) {
.su-table td {
float: left; } }
.su-spacer.ornament {
background: url(//pap-art.de/wp-content/themes/PAP-ART/images/ornament.png) top center no-repeat;
box-sizing: border-box;
height: 32px !important;
margin: 10px 0 30px; }
.content-floatbox-left {
float: left;
width: 340px;
margin: 40px 20px 0 0; }
.content-floatbox-right {
float: right;
width: 340px;
margin: 40px 0 0 20px; }
.bullet-list-item {
margin-bottom: 12px; }
.sb-box .textwidget {
padding-bottom: 20px;
margin-bottom: 20px;
border-bottom: 3px dotted #bfbdb0; }
.sb-btn {
border: none;
text-align: center;
background: #c8990c;
width: 100%;
padding: 10px 0 0 0; }
.sb-btn:hover {
color: #fff;
background: #deab13; }
.sb-btn .fa {
color: #f4cd56;
font-size: 120%; }
.contact-entry {
height: 50px;
padding: 20px 0 4px 44px;
-webkit-column-break-inside: avoid; page-break-inside: avoid; break-inside: avoid; break-inside: avoid-column; display: table; }
#location {
background: url(//pap-art.de/wp-content/themes/images/icon-location.png) 0 28px no-repeat;
background: url(//pap-art.de/wp-content/themes/images/icon-location.svg) 0 28px no-repeat;
margin-bottom: 10px; }
#location p {
line-height: 1.1; }
#mail {
background: url(//pap-art.de/wp-content/themes/images/icon-mail.png) 0 28px no-repeat;
background: url(//pap-art.de/wp-content/themes/images/icon-mail.svg) 0 28px no-repeat;
line-height: 50px; }
#mail p {
line-height: 50px; }
#phone {
background: url(//pap-art.de/wp-content/themes/images/icon-phone.png) 0 28px no-repeat;
background: url(//pap-art.de/wp-content/themes/images/icon-phone.svg) 0 28px no-repeat;
line-height: 50px; }
#phone p {
line-height: 50px; }
#location, #mail, #phone {
background-size: 36px; }
a#scroll-to-top {
bottom: 42px !important;
height: 40px !important;
right: 30px !important;
width: 40px !important; }
@media (max-width: 480px) {
a#scroll-to-top {
bottom: 17px !important;
right: 20px !important; } }