Advertisement
Guest User

Untitled

a guest
May 8th, 2024
52
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 3.70 KB | None | 0 0
  1.  
  2. /* Text mit Foto*/
  3. .avia_textblock p img {
  4.   border-radius: 100%;
  5.   box-shadow: rgba(255, 255, 255, 0.6) 0px 0px 4px 4px;
  6. }
  7.  
  8. .avia_textblock img.alignleft {
  9.   margin-right: 40px;
  10.   margin-bottom: 20px;
  11. }
  12.  
  13. /* ScrollDown Pfeil */
  14. #top .scroll-down-link {
  15.   color: #a47654;
  16. }
  17.  
  18. /* Blog Leerzeile entfernen */
  19. .page-id-691 #after_section_2 {
  20.   display: none;
  21. }
  22.  
  23. /* Blog Postdatum entfernen */
  24. .page-id-691 .av-masonry .av-masonry-date {
  25.   display: none;
  26. }
  27.  
  28. /* SocialMedia Icons*/
  29. #top #wrap_all .av-social-link-instagram:hover a,
  30. #top #wrap_all .av-social-link-instagram a:focus {
  31.   color: #fff;
  32.   background-color: #c82161;
  33. }
  34.  
  35. /* Icon Circle schneller*/
  36. .avia_start_animation .avia-icon-circles-inner {
  37.   transition: all 0s cubic-bezier(0, 0, 0, 0);
  38. }
  39.  
  40. #top #wrap_all .slideshow_inner_caption .avia-slideshow-button.avia-button {
  41.   background-color: #a37652;
  42.   color: white;
  43.   border-radius: 10px;
  44. }
  45.  
  46. #top #wrap_all .slideshow_inner_caption .avia-slideshow-button.avia-button:hover {
  47.   background-color: #c79a52;
  48.   color: white;
  49.   border-radius: 15px;
  50. }
  51.  
  52. /* CookieBanner*/
  53. #top .avia-cookie-consent .avia-cookie-consent-button.av-extra-cookie-btn,
  54. #top .avia-popup .avia-cookie-consent-button.av-extra-cookie-btn {
  55.   background-color: #484f5d;
  56.   color: #ffffff;
  57.   border-color: #484f5d;
  58.   border-radius: 10px;
  59. }
  60.  
  61. #top #wrap_all .header_color #menu-item-1628.av-menu-button-colored>a .avia-menu-text,
  62. #top #wrap_all .header_color #menu-item-1627.av-menu-button-colored>a .avia-menu-text {
  63.   background-color: #484f5d;
  64.   color: #ffffff;
  65.   border-color: #484f5d;
  66.   border-radius: 10px;
  67. }
  68.  
  69. .html_elegant-blog #top .avia-content-slider .blog-categories {
  70.   display: none;
  71. }
  72.  
  73.  
  74. /* Desktop Menu*/
  75. @media only screen and (max-width: 2500px) {
  76.   #top #header.av_header_transparency .av-main-nav>li.menu-item {
  77.     display: none !important;
  78.   }
  79.  
  80.   #top #header.av_header_transparency .av-burger-menu-main {
  81.     cursor: pointer;
  82.     display: block !important;
  83.   }
  84. }
  85.  
  86. /* Header Button Desktop*/
  87. @media only screen and (max-width: 450px) {
  88.   .slideshow_inner_caption {
  89.     top: -40px;
  90.   }
  91.  
  92.   #hello .avia_textblock img {
  93.     width: 50%;
  94.   }
  95. }
  96.  
  97. @media only screen and (min-width: 768px) {
  98.   #top .caption_bottom .slideshow_caption .slideshow_inner_caption {
  99.     position: relative;
  100.     text-align: center;
  101.   }
  102.  
  103.   #top .slideshow_inner_caption .avia-slideshow-button.avia-button {
  104.     width: 500px;
  105.     height: 56px;
  106.     font-size: 22px;
  107.   }
  108.  
  109.   .slideshow_inner_caption {
  110.     top: -125px;
  111.   }
  112. }
  113.  
  114.  
  115. @media only screen and (max-width: 767px) {
  116.  
  117.   /* Header mobile */
  118.   .responsive #top #wrap_all #header {
  119.     position: fixed;
  120.   }
  121.  
  122.   /* Header Button Mobile*/
  123.   .home .avia-fullscreen-slider .caption_bottom .slideshow_caption {
  124.     bottom: 325px;
  125.     left: 300px;
  126.   }
  127.  
  128.   .home .slideshow_inner_caption .avia-slideshow-button.avia-button {
  129.     background-color: #a37652;
  130.     color: white;
  131.     border-radius: 10px;
  132.   }
  133.  
  134.   .responsive #header_main .container {
  135.     height: 50px !important;
  136.   }
  137.  
  138.   .responsive .logo a {
  139.     vertical-align: top !important;
  140.   }
  141.  
  142.   .responsive .logo img {
  143.     max-height: 50px !important;
  144.   }
  145.  
  146.   .responsive #top #wrap_all .main_menu {
  147.     top: -15px;
  148.     height: 45px;
  149.     left: auto;
  150.     right: 0;
  151.     display: block;
  152.     position: absolute;
  153.   }
  154.  
  155.   #top #wrap_all .slideshow_inner_caption .avia-slideshow-button.avia-button {
  156.     background-color: #a37652;
  157.     color: white;
  158.     border-radius: 10px;
  159.   }
  160. }
  161.  
  162. @media only screen and (max-width: 500px) {
  163.   .responsive #top #wrap_all #main {
  164.     padding-top: 50px !important;
  165.   }
  166. }
  167.  
  168. /* Farbe Nachrichtenversand */
  169. h3.avia-form-success {
  170.   color: #99a502 !important;
  171. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement