Guest User

Untitled

a guest
Apr 5th, 2021
61
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 24.26 KB | None | 0 0
  1. <pre><code>
  2. add_theme_support(&#039;avia_template_builder_custom_css&#039;);
  3. add_action( &#039;ava_main_header&#039;, &#039;enfold_customization_header_widget_area&#039; );
  4. function enfold_customization_header_widget_area() {
  5. dynamic_sidebar( &#039;header&#039; );
  6. }</code></pre>
  7. Code added via Custom Widget:
  8. <pre><code>&lt;div class=&quot;addheader&quot;&gt;
  9. &lt;div class=&quot;addheader2&quot;&gt;&lt;a href=&quot;https://staging.digital-print-group.de/unternehmen/anfrage/&quot;&gt;Anfrage &lt;br&gt; stellen&lt;/a&gt;&lt;/div&gt;
  10. &lt;div class=&quot;addheader3&quot;&gt;&lt;a href=&quot;https://staging.digital-print-group.de/unternehmen/kontakt/&quot;&gt;Kontakt&lt;/a&gt;&lt;br&gt;&lt;span class=&quot;phonenumber&quot;&gt;&lt;a href=&quot;tel:+499114771800&quot;&gt;0911-4771800&lt;/a&gt;&lt;/span&gt;&lt;/div&gt;
  11. &lt;/div&gt;</code></pre>
  12. CSS:
  13. <pre><code>/*
  14. Theme Name: Enfold Child
  15. Description: A &lt;a href=&#039;https://codex.wordpress.org/Child_Themes&#039;&gt;Child Theme&lt;/a&gt; for the Enfold WordPress Theme. If you plan to do a lot of file modifications we recommend to use this Theme instead of the original Theme. Updating wil be much easier then.
  16. Version: 1.0
  17. Author: Kriesi
  18. Author URI: https://kriesi.at
  19. Template: enfold
  20. */
  21. .html_header_top .av_bottom_nav_header #header_main_alternate .main_menu ul:first-child &gt; li &gt; a {
  22. text-transform: uppercase !important;
  23. font-weight:lighter !important;
  24. }
  25. .html_header_top .av_bottom_nav_header #header_main_alternate .main_menu ul:first-child &gt; li &gt; a::after {
  26. position: absolute !important;
  27. right: -2px;
  28. top: 40%;
  29. /*margin: -6px -10px 0 0px !important;*/
  30. content: &quot;\f107&quot;;
  31. display: inline-block;
  32. font-family: FontAwesome;
  33. font-style: normal;
  34. font-weight: 400;
  35. line-height: 1;
  36. color: inherit;
  37. -webkit-font-smoothing: antialiased;
  38. -moz-osx-font-smoothing: grayscale;
  39. }
  40. .menu-loesungen-oben-container a {
  41. color: #fff !important;
  42. text-transform: uppercase !important;
  43. margin: 0 0 0 30px !important;
  44. font-size: 15px !important;}
  45. .menu-loesungen-oben-container a:hover {
  46. background: none !important;}
  47. #top .content .flex_column .widget_nav_menu li {
  48. border-bottom-width: 0px !important;}
  49. .menu-technologie-oben-container a {
  50. color: #fff !important;
  51. text-transform: uppercase !important;
  52. margin: 0 0 0 30px !important;
  53. font-size: 15px !important;}
  54. .menu-technologie-oben-container a:hover {
  55. background: none !important;}
  56. .menu-leistungen-oben-container a {
  57. color: #fff !important;
  58. text-transform: uppercase !important;
  59. margin: 0 0 0 30px !important;
  60. font-size: 15px !important;}
  61. .menu-leistungen-oben-container a:hover {
  62. background: none !important;}
  63. /*Generell &amp; Elemente seitenübergreifend:*/
  64. b { color: #555 !important; }
  65. /*Zweite Uberschrift / second Heading im Content:*/
  66. .uberschriftzwei .av-subheading.av-subheading_below &gt; p {
  67. color: #f4983b;
  68. font-size: 1em;
  69. margin: 0 0 1em;
  70. }.uberschriftzwei h3 {
  71. color: #f4983b;
  72. font-size: 1em;
  73. margin: 0 0 1em;}
  74. .h2incontent h2 {
  75. font-size: 1.5em !important;
  76. font-weight: 300 !important;
  77. text-transform: none !important;
  78. }
  79. .merksatz {
  80. border-color: #f4983b !important;
  81. border-left-style: solid;
  82. border-left-width: 7px;
  83. color: #7f7f7f !important;
  84. display: block !important;
  85. font-size: 1.235em;
  86. line-height: 1.5em;
  87. margin: 1em 0 !important;
  88. padding-left: 20px;}
  89. blockquote {
  90. background: #f8f8f8 none repeat scroll 0 0 !important;
  91. border-radius: 4px !important;
  92. box-shadow: 4px 5px 8px #efefef;
  93. padding: 13px !important;
  94. border-left-style: none;
  95. border-left-width: 0;
  96. font-size: 0.97em;
  97. line-height: 1.4em;
  98. margin: 0 !important ;}
  99. /*Box im Content (weitere Informationen)*/
  100. .listeweitereinfo li::before {
  101. content: &quot;» &quot;;}
  102. .listeweitereinfo {
  103. list-style: outside none none !important;
  104. text-align: left;
  105. line-height: 1.6em;
  106. border: none !important;}
  107. .boxweitereinfo {
  108. border: 1px solid #efefef !important;
  109. box-shadow: 3px 3px 4px #efefef !important;}
  110. .boxweitereinfo h3 {
  111. font-size: 1em !important;}
  112. .contentbox {
  113. border: none !important;}
  114. /*HEADER*/
  115. .avia-shadow { box-shadow: none !important;}
  116. .phonenumber {}
  117. #header #header_main_alternate .container {
  118. padding: 0px !important;}
  119. #header_main_alternate{display:block !important;
  120. position:relative;
  121. left: 27px;}
  122. .logo img {
  123. width: 340px;
  124. height: 150px !important;
  125. max-height: 150px !important;
  126. top: 2px;}
  127. .addheader {
  128. float: right;
  129. width: 100%;
  130. color: #222 !important;
  131. padding: 0 0 0 90px !important;
  132. text-transform:uppercase;}
  133. .addheader a {
  134. color:#bdbdbd !important;
  135. text-transform:uppercase;
  136. font-size: 100%;
  137. left: -20px;
  138. position: relative;}
  139. .addheader2 {
  140. background: rgba(0, 0, 0, 0) url(&quot;https://digital-print-group.de/wp-content/uploads/anfrage.png&quot;) no-repeat scroll 0 0;
  141. float: left;
  142. min-height: 52px;
  143. padding: 0 0 0 14%;
  144. text-align: left;
  145. width: 20% !important;
  146. min-width: 150px;}
  147. .addheader3 {
  148. background: rgba(0, 0, 0, 0) url(&quot;https://digital-print-group.de/wp-content/uploads/mail.png&quot;) no-repeat scroll 0 0;
  149. float: left;
  150. min-height: 52px;
  151. padding: 0 0 0 14%;
  152. text-align: left;
  153. width: 25% !important;
  154. min-width: 200px;}
  155. .addheader4 {
  156. background: rgba(0, 0, 0, 0) url(&quot;https://digital-print-group.de/wp-content/uploads/warenkorb.png&quot;) no-repeat scroll 0 0;
  157. float: left;
  158. min-height: 52px;
  159. padding: 0 0 0 14%;
  160. width: 20% !important;
  161. min-width: 150px;}
  162.  
  163. #header .widget_text {
  164. position: absolute;
  165. top: 20px;
  166. right: 0;
  167. width: 50%;
  168. z-index: 9999;
  169. }
  170. /*UBERMENU*/
  171. /* Ubermenu orangefarbene Box*/
  172. .flex_column.av_two_fourth{
  173. position:relative;
  174. z-index:15;}
  175. .flex_column.av_one_fourth{
  176. position:relative;
  177. z-index:20;}
  178. .flex_column.av_one_third{
  179. position:relative;
  180. z-index:20;}
  181. .flex_column.av_two_thirds{
  182. position:relative;
  183. z-index:15;}
  184.  
  185. /* Ubermenu orangefarbene Box */
  186. .topboxmenu {
  187. background: #f4983b !important;}
  188. .topboxmenu .ubermenu-content-block.ubermenu-custom-content.ubermenu-custom-content-padded {
  189. background: rgba(255, 255, 255, 0.8) none repeat scroll 0 0;
  190. margin: 0 !important;
  191. padding: 0 !important;
  192. }
  193. .topboxmenu .ubermenu-content-block.ubermenu-custom-content.ubermenu-custom-content-padded a {
  194. background: none !important;}
  195. /*LAYER SLIDER*/
  196. .ls-l a {
  197. color: #ffffff; }
  198. .container_wrap {
  199. border-top-style: none; }
  200. /*FOOTER*/
  201. .footer_color { background: #252525 !important; }
  202. #socket .copyright { text-align: center;
  203. width: 100%; }
  204. .footer_color .heading-color, .footer_color a.iconbox_icon:hover, .footer_color h1, .footer_color h2, .footer_color h3, .footer_color h4, .footer_color h5, .footer_color h6, .footer_color .sidebar .current_page_item &gt; a, .footer_color .sidebar .current-menu-item &gt; a, .footer_color .pagination .current, .footer_color .pagination a:hover, .footer_color strong.avia-testimonial-name, .footer_color .heading, .footer_color .toggle_content strong, .footer_color .toggle_content strong a, .footer_color .tab_content strong, .footer_color .tab_content strong a, .footer_color .asc_count, .footer_color .avia-testimonial-content strong, .footer_color div .news-headline, #top .footer_color .av-related-style-full .av-related-title, .footer_color .av-default-style .av-countdown-cell-inner .av-countdown-time, .footer_color .wp-playlist-item-meta.wp-playlist-item-title, #top .footer_color .av-no-image-slider h2 a {
  205. color: #f4983b; }
  206. .footer_color a, .footer_color .widget_first, .footer_color strong, .footer_color b, .footer_color b a, .footer_color strong a, .footer_color #js_sort_items a:hover, .footer_color #js_sort_items a.active_sort, .footer_color .av-sort-by-term a.active_sort, .footer_color .special_amp, .footer_color .taglist a.activeFilter, .footer_color #commentform .required, #top .footer_color .av-no-color.av-icon-style-border a.av-icon-char, .html_elegant-blog #top .footer_color .blog-categories a, .html_elegant-blog #top .footer_color .blog-categories a:hover {
  207. color: #b3b2b2; }
  208.  
  209. .footericons { margin:12 0 0 0;}
  210. .footericons a { margin:0 3px 0 0;}
  211. .facebook {
  212. background-image: url(&quot;https://digital-print-group.de/wp-content/uploads/2016/09/fb-off.png&quot;);
  213. float: left;
  214. height: 34px;
  215. width: 34px; }
  216.  
  217. .facebook:hover, .facebook:active, .facebook:focus { background-image:url(&quot;https://digital-print-group.de/wp-content/uploads/2016/09/fb-on.png&quot;);}
  218.  
  219. .twitter {
  220. background-image: url(&quot;https://digital-print-group.de/wp-content/uploads/2016/09/tw-off.png&quot;);
  221. float: left;
  222. height: 34px;
  223. width: 34px; }
  224. .twitter:hover, .twitter:active, .twitter:focus {background-image:url(&quot;https://digital-print-group.de/wp-content/uploads/2016/09/tw-on.png&quot;);}
  225. .gooplus {
  226. background-image: url(&quot;https://digital-print-group.de/wp-content/uploads/g-off.png&quot;);
  227. float: left;
  228. height: 34px;
  229. width: 34px; }
  230. .gooplus:hover, .gooplus:active, .gooplus:focus {
  231. background-image:url(&quot;https://digital-print-group.de/wp-content/uploads/g-on.png&quot;);}
  232. /*SEITEN*/
  233. /*Startseite*/
  234. #starts .av-special-heading {
  235. margin-top: 50px !important;
  236. }
  237. .iconboxmehr {
  238. background: #f4983b none repeat scroll 0 0;
  239. color: #fff;
  240. display: block;
  241. margin: 20px auto 0 auto !important;
  242. padding: 4px;
  243. width: 40%;
  244. }
  245. a.iconboxmehr {
  246. color: #fff !important;
  247. }
  248. .iconboxhome p {font-size:12px;}
  249. .iconboxhome .iconbox_content {background:#fbfbfb !important;}
  250.  
  251. /*Standorte*/
  252. .standortbox{
  253. float: left;
  254. width: 44%;
  255. margin: 2px 2px 2px 2px !important;
  256. padding: 2px !important;
  257. background: #cccccc !important;}
  258. .standortboxr{
  259. float: right;
  260. width: 44%;
  261. margin: 2px 2px 2px 2px !important;
  262. padding: 2px !important;
  263. background: #cccccc !important;}
  264.  
  265. #standort {width: 100%;}
  266.  
  267. .standorte {
  268. background: #e1e1e1 none repeat scroll 0 0;
  269. min-height: 300px;
  270. padding: 20px;
  271. width: 98%;
  272. margin: 0 0 12px 0;}
  273. .standortrow {
  274. position: relative;
  275. top: 31px;
  276. padding: 0 7% 0 0 !important;}
  277. #standortzelle{
  278. padding: 25px 0 0 0 !important;}
  279. /*FORMULARE ANFRAGE &amp; KONTAKT*/
  280. #kontaktformular {
  281. background: #ececec none repeat scroll 0 0;
  282. margin: auto;
  283. min-height: 700px;
  284. padding: 25px;
  285. width: 95%;
  286. }
  287. .kontaktlabel {
  288. font-weight: bold !important;
  289. margin: 0 0 0 4%;
  290. }
  291. #kontaktformular &gt; p {
  292. margin: -12px 0 -12px 0 !important;
  293. }
  294. #kontaktformular .main_color .input-text, #top .main_color input[type=&quot;text&quot;], #top .main_color input[type=&quot;input&quot;], #top .main_color input[type=&quot;password&quot;], #top .main_color input[type=&quot;email&quot;], #top .main_color input[type=&quot;number&quot;], #top .main_color input[type=&quot;url&quot;], #top .main_color input[type=&quot;tel&quot;], #top .main_color input[type=&quot;search&quot;], #top .main_color textarea, #top .main_color select {
  295. margin-left: 20% !important;
  296. width:70% !important;}
  297.  
  298. /*Anfrageformular*/
  299. .h2anfrage {
  300. color: #f4983b !important;
  301. font-size: 18px !important;
  302. }
  303. #anfrageformular {
  304. background: #ececec none repeat scroll 0 0;
  305. margin: auto;
  306. min-height: 2688px;
  307. padding: 25px 35px 0 125px !important;
  308. width: 95%;
  309. }
  310. #hcform {
  311. background: #ececec none repeat scroll 0 0;
  312. margin: auto;
  313. min-height: 2688px;
  314. padding: 25px 35px 0 125px !important;
  315. width: 95%;
  316. }
  317. #scform {
  318. background: #ececec none repeat scroll 0 0;
  319. margin: auto;
  320. min-height: 2300px;
  321. padding: 25px 35px 0 125px !important;
  322. width: 95%;
  323. }
  324. #broschform {
  325. background: #ececec none repeat scroll 0 0;
  326. margin: auto;
  327. min-height: 2300px;
  328. padding: 25px 35px 0 125px !important;
  329. width: 95%;
  330. }
  331. #flyform {
  332. background: #ececec none repeat scroll 0 0;
  333. margin: auto;
  334. min-height: 2300px;
  335. padding: 25px 35px 0 125px !important;
  336. width: 95%;
  337. }
  338. #loseblattform {
  339. background: #ececec none repeat scroll 0 0;
  340. margin: auto;
  341. min-height: 2300px;
  342. padding: 25px 35px 0 125px !important;
  343. width: 95%;
  344. }
  345. #wireform {
  346. background: #ececec none repeat scroll 0 0;
  347. margin: auto;
  348. min-height: 2300px;
  349. padding: 25px 35px 0 125px !important;
  350. width: 95%;
  351. }
  352. #sonstform {
  353. background: #ececec none repeat scroll 0 0;
  354. margin: auto;
  355. min-height: 868px;
  356. padding: 25px 35px 0 125px !important;
  357. width: 95%;}
  358. .label {
  359. font-weight: bold !important;}
  360. /*Labels Sonstiges*/
  361. .labels {font-weight:normal !important; }
  362. .main_color .template-archives .tabcontainer a, #top .main_color .tabcontainer .tab:hover, #top .main_color .tabcontainer .tab.active_tab {
  363. color: #ffffff !important;
  364. background: #f4983b !important;
  365. }
  366.  
  367. /*DATEN-KNOW-HOW*/
  368. .uberschrift-datenup {
  369. font-family: Jura,Helvetica, Arial;
  370. font-size: 1.4em;
  371. }
  372. .datenreiter .tab {
  373. font-size: 1.0em;
  374. }
  375.  
  376. /*UNTERSEITE LEISTUNGEN / LÖSUNGEN / TECHNOLOGIE*/
  377. /*Accordeon*/
  378. #top .aviaccordion-preview-title {
  379. padding: 19% 7% !important;
  380. vertical-align: top !important;
  381. }
  382. /*Banderole zu externer Domain*/
  383. .banderole .av-image-caption-overlay-center {
  384. background: rgba(255, 255, 255, 0.47) none repeat scroll 0 0;
  385. float: right;
  386. font-size: 19px;
  387. margin: 9% 0 0 !important;
  388. padding: 2% !important;
  389. width:30% !important;
  390. }
  391.  
  392. .banderole .av-image-caption-overlay-center a {color:#555555 !important;}
  393. .weiterethemen p {
  394. font-size: 14px !important;
  395. line-height: 2.0em !important;
  396. }
  397. .galocontext {
  398. font-size: 1.2em !important;}
  399. .galerieobercontent {text-align: center !important;}
  400. .galerieobercontent img {
  401. border: 0px solid #d5d5d5 !important;
  402. }
  403. .galerieobercontent .avia-image-container {box-shadow: 3px 3px 8px #d5d5d5 !important;
  404. margin: 0 0 25px 0 !important;
  405. }
  406. #mitbox{
  407. padding: 20px 0 0 0 !important;}
  408.  
  409. /* MASCHINENPARK ----------- */
  410. .maschinenpark h2 {
  411. color: #f4983b !important;
  412. font-size: 1.4em;}
  413.  
  414. /* MAGAZIN ----------- */
  415. .wp-caption-text {
  416. font-size: 10px !important;
  417. line-height: 17px !important;
  418. }
  419. .category .post-entry {
  420. border: 1px solid #ccc !important;
  421. border-radius: 4px;
  422. box-shadow: 2px 7px 17px #efefef;
  423. min-height: 610px !important;
  424. padding: 12px;
  425. }
  426. .category-zahlen-fakten .post-entry {
  427. min-height: 265px !important;
  428. }
  429. .category-zahlen-fakten .post-entry img {
  430. border: medium none !important;
  431. box-shadow: none !important;
  432. width: 120px;
  433. }
  434. .entry-content-wrapper .post-title {
  435. font-size: 34px;
  436. }
  437. .sidebar .widget {
  438. clear: both;
  439. float: none;
  440. position: relative;
  441. background: #f9f9f9;
  442. padding: 12px !important;
  443. border-radius: 5px;
  444. border: 1px solid #d0d0d0 !important;
  445. margin-bottom:20px !important;
  446. }
  447. .sidebar .widgettitle {
  448. color: #d4781b;
  449. text-decoration: underline;
  450. }
  451. .sidebar .widget ul {
  452. list-style: inside none disc;
  453. }
  454.  
  455. .category-zahlen-fakten .av-inner-masonry-content {
  456. min-height: 217px !important;
  457. border: 1px solid #dedede;
  458. box-shadow: 3px 3px 4px #222 !important;
  459. }
  460.  
  461. /* TESTBLOCK ----------- */
  462. .testrespon { border: 1px solid #222 !important; min-height:317px !important; }
  463. .sliderorange { border: 1px solid #ccc !important; }
  464. .sliderorange a { color: #fff !important; font-size: 1.1em !important; line-height: 35px; }
  465. .testorangebox { background: #f4983b !important; }
  466. h2, h3, h4, h5, h6, #top .title_container .main-title, tr.pricing-row td, #top .portfolio-title, .callout .content-area, .avia-big-box .avia-innerbox, .av-special-font, .av-current-sort-title, .html_elegant-blog #top .minor-meta, #av-burger-menu-ul li {
  467. font-family: &quot;Open Sans&quot;,&quot;HelveticaNeue&quot;,&quot;Helvetica Neue&quot;,Helvetica,Arial,sans-serif !important;
  468. }
  469.  
  470. /* für Viewport-Breiten von 0px bis einschließlich 319px */
  471. @media (max-width: 319px) {
  472. .addheader { width: 100%; margin:0 0 0 58px !important; float:left !important; }
  473. .addheader2 { width: 35px; min-width: 35px; margin: 0 8% 0 0 !important; background:rgba(0, 0, 0, 0) url(&quot;https://digital-print-group.de/wp-content/uploads/anfrage.png&quot;) no-repeat scroll 0 0 / 35px 35px !important; }
  474. .addheader3 { width: 35px; min-width: 35px; margin: 0 8% 0 0 !important; background:rgba(0, 0, 0, 0) url(&quot;https://digital-print-group.de/wp-content/uploads/mail.png&quot;) no-repeat scroll 0 0 / 35px 35px !important; }
  475. .addheader4 { display: none; }
  476. .addheader3 a, .addheader2 a, .addheader4 a { display: none; }
  477. #header .widget_text { top: -10px; right: 0em; margin:0 0 0 12px; }
  478. .logo img { width: auto !important;
  479. height: 80px !important;
  480. max-height: 80px !important;
  481. top: 2px;
  482. left: 0em;
  483. }
  484. #footer .flex_column {
  485. width: 50% !important;
  486. float: left !important;
  487. }
  488. #sliderhome .avia-caption-content {
  489. display: none; }
  490. #sliderhome .avia-caption {
  491. top: 43px !important;
  492. position: relative;
  493. margin: 0 auto 0 auto;
  494. width: 80%;
  495. left: 0px !important; }
  496. .avia-slideshow .avia-caption .avia-caption-title {
  497. font-size:11px !important;
  498. }
  499. #sliderhome .avia-slideshow-arrows a::before {
  500. display: none;}
  501. #top .hr-invisible, .hr-invisible .hr-inner {
  502. border: medium none;
  503. height: 3px !important;
  504. margin: 0;
  505. }
  506. .iconboxmehr {
  507. width: 49%;
  508. }
  509. #sliderhome .template-page.content.av-content-full.alpha.units {
  510. padding: 0 0 50px 0 !important;;
  511. }
  512. .category .post-entry {
  513. width: 100% !important;
  514. margin: 12px 0 !important;
  515. min-height:0px !important;
  516. }
  517. #standortzelle h3{
  518. margin: 0 0 0 1.2em !important;
  519. }
  520. .kontaktlabel {
  521. padding: 0 0 17px 0 !important;
  522. }
  523. .weiterethemen {display: none !important;}
  524. #accslidecontent {display: none !important;}
  525. }
  526.  
  527. /* für Viewport-Breiten von 320px bis einschließlich 479px */
  528. @media (min-width: 320px) and (max-width: 479px) {
  529. .addheader { width: 100%; margin:0 0 0 58px !important; float:left !important; }
  530. .addheader2 { width: 35px; min-width: 35px; margin: 0 8% 0 0 !important; background:rgba(0, 0, 0, 0) url(&quot;https://digital-print-group.de/wp-content/uploads/anfrage.png&quot;) no-repeat scroll 0 0 / 35px 35px !important; }
  531. .addheader3 { width: 35px; min-width: 35px; margin: 0 8% 0 0 !important; background:rgba(0, 0, 0, 0) url(&quot;https://digital-print-group.de/wp-content/uploads/mail.png&quot;) no-repeat scroll 0 0 / 35px 35px !important; }
  532. .addheader4 { display: none !important; }
  533. .addheader3 a, .addheader2 a, .addheader4 a { display: none; }
  534. #header .widget_text { top: -10px; right: 0em; margin:0 0 0 12px; }
  535. .logo img { width: auto !important;
  536. height: 80px !important;
  537. max-height: 80px !important;
  538. top: 2px;
  539. left: 0em;
  540. }
  541. #footer .flex_column {
  542. width: 50% !important;
  543. float: left !important;
  544. }
  545. #sliderhome .avia-caption-content {
  546. display: none; }
  547. #sliderhome .avia-caption {
  548. top: 43px !important;
  549. position: relative;
  550. margin: 0 auto 0 auto;
  551. width: 80%;
  552. left: 0px !important; }
  553. .avia-slideshow .avia-caption .avia-caption-title {
  554. font-size:11px !important;
  555. }
  556. #sliderhome .avia-slideshow-arrows a::before {
  557. display: none;}
  558. #top .hr-invisible, .hr-invisible .hr-inner {
  559. border: medium none;
  560. height: 3px !important;
  561. margin: 0;}
  562. .iconboxmehr {
  563. width: 49%;
  564. }
  565. #sliderhome .template-page.content.av-content-full.alpha.units {
  566. padding: 0 0 50px 0 !important;;}
  567. .category .post-entry {
  568. width: 100% !important;
  569. margin: 12px 0 !important;
  570. min-height:0px !important;
  571. }
  572. #standortzelle h3{
  573. margin: 0 0 0 2em !important;
  574. }
  575. .kontaktlabel {
  576. padding: 0 0 17px 0 !important;
  577. }
  578. .weiterethemen {display: none !important;}
  579. #accslidecontent {display: none !important;}
  580. .galerieobercontent .avia-image-container {box-shadow: none !important;
  581. }}
  582. /* für Viewport-Breiten von 480px bis einschließlich 767px */
  583. @media (min-width: 480px) and (max-width: 767px) {
  584. .addheader { width: 100%; }
  585. .addheader2 { width: 35px; min-width: 35px; margin: 0 8% 0 0 !important; background:rgba(0, 0, 0, 0) url(&quot;https://digital-print-group.de/wp-content/uploads/anfrage.png&quot;) no-repeat scroll 0 0 / 35px 35px !important; }
  586. .addheader3 { width: 35px; min-width: 35px; margin: 0 8% 0 0 !important; background:rgba(0, 0, 0, 0) url(&quot;https://digital-print-group.de/wp-content/uploads/mail.png&quot;) no-repeat scroll 0 0 / 35px 35px !important; }
  587. .addheader4 { display: none !important; }
  588. .addheader3 a, .addheader2 a, .addheader4 a { display: none !important; }
  589. #header .widget_text { top: -10px; right: 0em; margin:0 0 0 52px; }
  590. .logo img { width: auto !important;
  591. height: 80px !important;
  592. max-height: 80px !important;
  593. top: 2px;
  594. left: 2em;}
  595. #footer .flex_column {
  596. width: 25% !important;
  597. float: left !important;}
  598. .avia-caption {
  599. bottom: 29px;
  600. left: 69px;
  601. width: 80%;}
  602. #top .hr-invisible, .hr-invisible .hr-inner {
  603. border: medium none;
  604. height: 8px !important;
  605. margin: 0;}
  606. .category .post-entry {
  607. width: 100% !important;
  608. margin: 12px 0 !important;
  609. min-height:0px !important;}
  610. .kontaktlabel {
  611. padding: 0 0 12px 0 !important;}
  612. .weiterethemen {display: none !important;}
  613. #accslidecontent {display: none !important;}
  614. .galerieobercontent .flex_column.av_one_fourth.flex_column_table_cell.av-equal-height-column.av-align-top.av-zero-column-padding {
  615. width: 44% !important;
  616. margin: 0 3% 0 3% !important;
  617. float: left !important;}}
  618.  
  619. /* für Viewport-Breiten von 768px bis einschließlich 854px (Tablet S3) */
  620. @media (min-width: 768px) and (max-width: 854px) {
  621. .addheader { width: 100%; margin:0 0 0 22% !important; float:left !important; }
  622. .addheader3, .addheader2, .addheader { width: 52px; min-width: 52px; margin: 0 8% 0 0 !important; }
  623. #header .widget_text { top: 20px; right: 0em; margin:0 0 0 0; }
  624. .addheader4 { display: none !important; }
  625. .addheader3 a, .addheader2 a, .addheader4 a { display: none !important; }
  626. .flex_column.av_one_fourth.no_margin.flex_column_table_cell.av-equal-height-column.av-align-top.av-zero-column-padding.first.avia-builder-el-0.el_before_av_three_fourth.avia-builder-el-first.topboxmenu {
  627. display: block !important;
  628. float: left !important;
  629. width: 100% !important;
  630. margin: 0 0 20px 0 !important;}
  631. .flex_column.av_three_fourth.no_margin.flex_column_table_cell.av-equal-height-column.av-align-top.av-zero-column-padding.avia-builder-el-2.el_after_av_one_fourth.el_before_av_heading {
  632. display: block !important;
  633. float: left !important;
  634. width: 100% !important;}
  635. .category .post-entry {
  636. width: 100% !important;
  637. margin: 12px 0 !important;
  638. min-height:0px !important;}
  639. .sidebar .widget ul {
  640. font-size: 0.85em !important;}
  641. .kontaktlabel {
  642. padding: 0 0 12px 0 !important;}
  643. #top .av-flex-placeholder {}
  644. #mitbox .av_three_fourth {
  645. margin-left: 6%;
  646. width: 100% !important;}
  647. .flex_column.av_one_fourth.av-hide-on-mobile.flex_column_table_cell.av-equal-height-column.av-align-top.av-zero-column-padding.first.avia-builder-el-6.el_before_av_three_fourth.avia-builder-el-first.contentbox {
  648. display: none !important;}
  649. .weiterethemen {display: none !important;}
  650. #accslidecontent {display: none !important;}}
  651.  
  652. /* für Viewport-Breiten von 855px bis einschließlich 1023px */
  653. @media (min-width: 855px) and (max-width: 1023px) {
  654. .flex_column.av_one_fourth.no_margin.flex_column_table_cell.av-equal-height-column.av-align-top.av-zero-column-padding.first.avia-builder-el-0.el_before_av_three_fourth.avia-builder-el-first.topboxmenu {
  655. font-size: 0.65em !important;}
  656. .topboxmenu {
  657. height: auto !important;}
  658. .kontaktlabel {
  659. padding: 0 0 12px 0 !important;}
  660. .boxweitereinfo li {
  661. font-size:0.9em !important;}
  662. .boxweitereinfo {
  663. line-height: 1.4em;}
  664. .boxweitereinfo h3 {
  665. font-size: 1em !important;}
  666. .contentbox { display: none !important; }
  667. .weiterethemen p {font-size:1.5em !important;}
  668. #accslidecontent h3 {font-size: 1em !important;}
  669. #accslidecontent .aviaccordion-excerpt {font-size: 0.9em !important; line-height: 1.1em !important;}
  670. }}
  671. /* für Viewport-Breiten von 1024px bis einschließlich 1180px */
  672. @media (min-width: 1024px) and (max-width: 1180px) {
  673. .flex_column.av_one_fourth.no_margin.flex_column_table_cell.av-equal-height-column.av-align-top.av-zero-column-padding.first.avia-builder-el-0.el_before_av_three_fourth.avia-builder-el-first.topboxmenu {
  674. font-size: 0.85em !important;}
  675. .topboxmenu {
  676. height: auto !important;}
  677. .kontaktlabel {
  678. padding: 0 0 12px 0 !important;}
  679. .addheader2 {
  680. padding: 1% 0 0 16% !important;
  681. text-align: left !important;
  682. width: 30% !important;
  683. min-width: 30% !important;}
  684. .addheader3 {
  685. padding: 0 0 0 16% !important;
  686. width: 24% !important;
  687. min-width: 240px;
  688. text-align:left !important;}
  689. #header .widget_text {
  690. width: 60% !important;}}
  691. /* für Viewport-Breiten von 1024px bis einschließlich 1180px */
  692. @media (min-width: 1181px) {
  693. #fertig .widget_text {
  694. width: 60% !important;}}</code></pre>
Advertisement
Add Comment
Please, Sign In to add comment