/*
Theme Name: eder
Description: A Child Theme for the Enfold Wordpress Theme.
Version: 1.0
Author: Kriesi
Author URI: http://www.kriesi.at
Template: enfold
*/

/* =========================
   Fonts
========================= */
@font-face {
  font-family: 'Amaranth';
  font-style: normal;
  font-weight: 400;
  src: url('fonts/amaranth-v9-latin-regular.eot'); /* IE9 Compat Modes */
  src: local('Amaranth Regular'), local('Amaranth-Regular'),
       url('fonts/amaranth-v9-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('fonts/amaranth-v9-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('fonts/amaranth-v9-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('fonts/amaranth-v9-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('fonts/amaranth-v9-latin-regular.svg#Amaranth') format('svg'); /* Legacy iOS */
}

/* =========================
   Base Typography
========================= */
body,
#footer,
#main,
p,
input,
#header,
.avia-menu-text,
#top .main_color .variations select {
  font-family: 'Amaranth', sans-serif;
}

/* ursprünglich “orphan rule” ohne Selector – sauber global definiert */
body {
  font-weight: 400;
  color: #4c3c2d;
  font-size: 15px;
}

#top label { font-size: 18px; font-weight: normal !important; padding-bottom: 10px; }
#top label span { color: #4c3c2d !important; }

p,
.avia-promocontent p,
ul,
li,
ul li {
  line-height: 25px !important;
}

.entry-content-wrapper li {
  line-height: 20px;
  font-size: 16px;
}

/* =========================
   Layout / Containers
========================= */
.container {
  padding: 0px 10px;
  padding-bottom: 30px;
}

.content { padding-bottom: 0px !important; }

#main {
  -webkit-box-shadow: 0px 7px 35px -4px rgba(0,0,0,0.29);
  -moz-box-shadow: 0px 7px 35px -4px rgba(0,0,0,0.29);
  box-shadow: 0px 7px 35px -4px rgba(0,0,0,0.29);
}

#header {
  width: 100% !important;
  max-width: 100% !important;
}

html.responsive,
.responsive body {
  overflow-x: visible !important;
}

/* =========================
   Header / Logo / Menu
========================= */
.responsive .logo img { padding-top: 30px; }

/* FIX: Media query Syntax (and) + konsolidiert */
@media only screen and (min-width: 0px) and (max-width: 350px) {
  .logo img { padding-top: 50px !important; }
}
@media only screen and (min-width: 351px) and (max-width: 990px) {
  .logo img { padding-top: 0px !important; }
}
@media only screen and (min-width: 991px) {
  .logo img { padding-top: 50px !important; }
}

/* Header transparency padding */
@media only screen and (max-width: 990px) {
  .html_header_transparency #top .avia-builder-el-0 .container { padding-top: 0px; }
}
@media only screen and (min-width: 991px) {
  .html_header_transparency #top .avia-builder-el-0 .container { padding-top: 120px; }
}

/* FIX: responsive -> .responsive */
@media only screen and (max-width: 990px) {
  .responsive .logo img { max-width: 70%; }
}

/* Header colors on mobile */
@media only screen and (max-width: 990px) {
  #header_main { background: #f4f4eb !important; }
  #header_meta { background: #cf8349 !important; }
  #header_main li a { padding: 10px; }
}

/* Menu links */
#header_main li a {
  font-weight: bold !important;
  background: #cf8349;
  color: #f4f4eb;
  border-left: 1px solid #d39f78;
}

.av-main-nav > li > a { padding: 0 12px; font-weight: bold !important; }

/* FIX: av-main-nav -> .av-main-nav */
@media only screen and (min-width: 991px) {
  .avia-menu-text,
  .av-main-nav > li > a,
  .responsive .main_menu ul:first-child > li > a {
    font-size: 15px;
  }
}

#top #header_main > .container .main_menu .av-main-nav > li > a {
  height: 60px !important;
  line-height: 60px !important;
  padding: 10px;
}

.av-main-nav li { top: -20px; }
#top .av-main-nav ul li a { padding: 8px; }

.header_color .avia-menu-fx { height: 10px !important; }

.header_color .main_menu ul:first-child > li a:hover,
.header_color .main_menu ul:first-child > li.current-menu-item > a,
.header_color .main_menu ul:first-child > li.current_page_item > a {
  color: #4c3c2d !important;
}

/* =========================
   Mega Menu (Max Mega Menu)
========================= */
#mega-menu-wrap-avia { background: transparent !important; }

#mega-menu-wrap-avia #mega-menu-avia {
  padding: 0px 20px 10px 20px !important;
}

#mega-menu-wrap-avia #mega-menu-avia > li.mega-menu-item > a.mega-menu-link {
  color: #f4f4eb !important;
  text-shadow: 0px -1px 0px rgba(207,131,73,1);
  background: none;
}

#mega-menu-wrap-avia #mega-menu-avia > li.mega-menu-megamenu > ul.mega-sub-menu {
  background: rgba(244, 244, 235, 0.9);
  border-radius: 10px;
  color: #f4f4eb !important; /* (wie original gewünscht) */
}

#mega-menu-wrap-avia .mega-menu-toggle + #mega-menu-avia {
  border-radius: 0px 0px 10px 10px;
  background: #4c3c2d;
}

/* Mobile mega menu adjustments */
@media only screen and (max-width: 990px) {
  #mega-menu-wrap-avia #mega-menu-avia > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link {
    line-height: 10px;
  }
  #mega-menu-wrap-avia .mega-menu-toggle + #mega-menu-avia { top: 80px; }
}

#mega-menu-wrap-avia #mega-menu-avia > li.mega-menu-item > a.mega-menu-link:hover,
#mega-menu-wrap-avia #mega-menu-avia > li.mega-menu-item > a.mega-menu-link:active,
#mega-menu-wrap-avia #mega-menu-avia > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link:hover,
#mega-menu-wrap-avia #mega-menu-avia > li.mega-menu-item.mega-current-menu-item > a.mega-menu-link,
#mega-menu-wrap-avia #mega-menu-avia > li.mega-menu-item.mega-current-menu-ancestor > a.mega-menu-link {
  background: #cf8349;
  color: #f4f4eb !important;
  font-weight: normal;
  text-decoration: none;
  border-radius: 0px 0px 10px 10px;
  text-shadow: none !important;
}

#mega-menu-wrap-avia #mega-menu-avia > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link,
#mega-menu-wrap-avia #mega-menu-avia > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link:active,
.woocommerce-gzd-legal-checkbox-text {
  color: #4c3c2d !important;
}

#mega-menu-wrap-avia #mega-menu-avia > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link {
  font-size: 16px !important;
  text-transform: none;
}

#mega-menu-wrap-avia #mega-menu-avia > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item {
  padding: 0px !important;
}

#mega-menu-wrap-avia #mega-menu-avia > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item li.mega-menu-item > a.mega-menu-link {
  color: #cf8349;
  text-align: center !important;
  font-size: 16px !important;
  border-radius: 0px 0px 10px 10px;
}

#mega-menu-wrap-avia #mega-menu-avia > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item li.mega-menu-item > a.mega-menu-link:hover {
  color: #cf8349;
  background: #4c3c2d !important;
  padding: 3px;
  border-radius: 0px 0px 10px 10px;
}

/* Burger Toggle */
#mega-menu-wrap-avia .mega-menu-toggle {
  background: transparent !important;
  border-radius: 0;
  line-height: 70px;
  height: 70px;
  width: 40px !important;
  margin-right: 50px !important;
}

#mega-menu-wrap-avia .mega-menu-toggle .mega-toggle-block-1 .mega-toggle-animated {
  width: 40px;
  margin-right: 33px;
}

#mega-menu-wrap-avia .mega-menu-toggle .mega-toggle-block-1 .mega-toggle-animated-box {
  margin-right: 30px;
  margin-top: 40px;
}

#mega-menu-wrap-avia .mega-menu-toggle .mega-toggle-block-1 .mega-toggle-animated-inner,
#mega-menu-wrap-avia .mega-menu-toggle .mega-toggle-block-1 .mega-toggle-animated-inner::before,
#mega-menu-wrap-avia .mega-menu-toggle .mega-toggle-block-1 .mega-toggle-animated-inner::after {
  background-color: #cf8349 !important;
}

/* Enfold burger */
.responsive.html_mobile_menu_tablet .av-burger-menu-main { display: none !important; }
.av-hamburger { color: #cf8349 !important; margin: 20px !important; }
.html_av-overlay-side #top #wrap_all div .av-burger-overlay-scroll #av-burger-menu-ul a:hover {
  background-color: #84b34f !important;
}

/* =========================
   Headings
========================= */
#top h1 a, #top h2 a, #top h3 a, #top h4 a, #top h5 a, #top h6 a { font-size: 20px; }

h1,
.caldera-grid h1,
.template-page .entry-content-wrapper h1 {
  text-transform: none !important;
  font-size: 25px !important;
  margin-bottom: 20px;
}

h2 {
  text-shadow: 0px -1px 0px rgba(244,244,235,0.3);
  text-transform: none !important;
  color: #4c3c2d !important;
  font-size: 22px;
  margin-bottom: 5px;
}

h3 {
  margin-bottom: 10px !important;
  font-size: 20px;
  text-transform: none !important;
}

#top #wrap_all .all_colors h3,
h1, h2, h3, h4, h5,
#top #wrap_all .av-inherit-size .av-special-heading-tag,
#top #wrap_all .custom-color-heading .av-special-heading-tag {
  font-weight: bold;
}

/* Spezielle Überschriften */
.vorteile {
  color: #f4f4eb !important;
  text-shadow: 0px -1px 0px rgba(76,60,45,1);
  padding: 10px 15px;
  font-size: 27px;
}

h2.uberschrift { color: #f4f4eb !important; }

#recht h1 {
  text-shadow: 0px -1px 0px rgba(244,244,235,1);
  text-transform: none !important;
  color: #4c3c2d !important;
  font-size: 25px !important;
  margin-bottom: 20px;
}

/* =========================
   Slideshow / Captions (konsolidiert)
========================= */
.avia-caption {
  font-weight: bold !important;
  font-size: 25px;
}

.avia-caption-title,
.avia-slideshow .avia-caption .avia-caption-title {
  background: none !important;
  padding: 10px !important;
  margin: 0px !important;
  font-size: 20px;
  text-shadow: 1px 1px 2px #382410, 0 0 25px #634813, 0 0 5px #bf2bb6;
  text-align: center;
}

/* FIX: center + justify gleichzeitig entfernt (war widersprüchlich) */
/* Falls du wirklich Blocksatz willst: text-align: justify; hier setzen */

.avia-slideshow li img,
.av-horizontal-gallery-wrap,
.avia-image-container .avia_image {
  border-radius: 10px;
  border: 5px solid #cf8349 !important;
}

/* =========================
   Footer
========================= */
#footer p { color: #e4e4ce !important; }
#footer h3 { color: #4c3c2d !important; }

#footer a {
  display: inline-block;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
  line-height: 19px;
}

#footer a:hover,
#footer a:focus,
#footer a:active {
  -webkit-transform: translateX(8px);
  transform: translateX(8px);
  color: #e4e4ce !important;
  line-height: 19px !important;
  text-decoration: none;
}

/* =========================
   Buttons / Forms
========================= */
input[type="submit"],
#submit,
.button,
textarea,
.wpcf7-text,
.wpcf7-select {
  padding: 20px 22px;
  color: #f4f4eb;
  border: none;
  -webkit-appearance: none;
  border-radius: 5px !important;
  width: 100%;
  font-size: 20px;
}

button,
.woocommerce-page .button,
.woocommerce-widget-layered-nav-dropdown__submit {
  font-size: 20px;
  color: #f4f4eb;
}

button {
  padding: 15px;
  line-height: 1em;
  margin: 4px 2px 0 0;
  float: left;
  width: auto;
  vertical-align: middle;
  text-align: center;
  text-decoration: none;
  border: none;
  cursor: pointer;
  background: #4c3c2d;
  font-family: inherit;
  border-radius: 5px;
}

.main_color .button:hover { color: #f4f4eb !important; }

#top form { margin-top: 20px; }
#top div form .form-row input.input-text { padding: 13px !important; }
#top div form .form-row input.input-text,
#top div form .form-row textarea { font-size: 20px !important; }

#searchsubmit,
#top #searchsubmit { color: #4c3c2d !important; }

#top .main_color input[type="search"] {
  font-size: 18px;
  font-family: 'Amaranth', sans-serif !important;
}

#top input[type="search"] { font-family: 'Amaranth', sans-serif; }
#top .header_color input[type="search"] { background: #cf8349 !important; }

/* =========================
   Tabs / Toggles
========================= */
.av-inner-tab-title,
.av_icon_caption {
  font-weight: bold !important;
  font-size: 20px !important;
  text-transform: none !important;
}

.av-inner-tab-title,
.av-tab-section-icon,
.av-tab-arrow-container,
.av-tab-section-image {
  width: 100% !important;
}

.av-tab-section-tab-title-container {
  background-color: white !important;
  padding: 0px;
}

#top .av-section-tab-title { color: #382410 !important; }

.js_active .toggler {
  font-weight: bold !important;
  font-size: 20px !important;
  padding: 20px 3px 20px 35px;
  text-align: left !important;
  border-radius: 10px !important;
}

.toggle_content {
  padding: 20px 30px 0px 30px;
  margin: 0px 0 10px 0;
}

.toggle_icon { border-style: none !important; display: none !important; }
.activeTitle { color: #4c3c2d !important; }
.avia_message_box { text-align: left !important; }

.avia_message_box {
  background: rgba(207,131,73, 0.7) !important;
  color: #f4f4eb !important;
  text-transform: none !important;
  font-weight: 400 !important;
  line-height: 18px !important;
  font-size: 15px;
}

.avia_message_box_title { color: #f4f4eb !important; }

.avia_message_box.avia-size-large {
  padding: 40px 20px 20px 20px;
  border-radius: 10px !important;
}

/* =========================
   CTA
========================= */
.wrapper {
  display: flex;
  justify-content: center;
}

.cta {
  padding: 8px 8px;
  text-decoration: none;
  font-family: 'Amaranth', sans-serif !important;
  font-size: 3vw;
  color: #4c3c2d !important;
  background: #e4e4ce;
  transition: 1s;
  box-shadow: 6px 6px 0 #cf8349;
  transform: skewX(-15deg);
  line-height: 30px !important;
}

@media only screen and (max-width: 990px) {
  .cta { font-size: 20px; }
}

/* =========================
   HVR Shutter (Kommentar repariert + konsolidiert)
========================= */
#main .hvr-shutter-in-vertical {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
  background: #afd189;
  color: #f4f4eb;
  text-decoration: none;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  height: auto;
  padding: 15px;
}

#main .hvr-shutter-in-vertical:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0; bottom: 0; left: 0; right: 0;
  background: #84b34f;
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
  -webkit-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

#main .hvr-shutter-in-vertical:hover,
#main .hvr-shutter-in-vertical:focus,
#main .hvr-shutter-in-vertical:active {
  color: #fff;
}

#main .hvr-shutter-in-vertical:hover:before,
#main .hvr-shutter-in-vertical:focus:before,
#main .hvr-shutter-in-vertical:active:before {
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
}

/* FIX: Kommentar sauber geschlossen + -webkit-tap-highlight-color wieder aktiviert */
[class^="hvr-"] {
  margin: .4em;
  padding: 1em;
  cursor: pointer;
  background: #e1e1e1;
  text-decoration: none;

  /* Prevent highlight colour when element is tapped */
  -webkit-tap-highlight-color: rgba(0,0,0,0);

  /* Smooth fonts */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

* { box-sizing: border-box; }

@keyframes color_anim {
  0%   { fill: #4c3c2d; }
  50%  { fill: #4c3c2d; }
  100% { fill: #e4e4ce; }
}

/* =========================
   WooCommerce (bereinigt)
========================= */
.template-shop .product_meta { margin-left: 19px; }
.product_meta { display: none !important; }

#top .woocommerce-tabs h2,
#top .price,
#top .price span,
#top del,
#top ins {
  font-size: 20px;
}

/* Preis-Farbe konsolidiert */
.price { color: #cf8349 !important; }

.summary .price {
  font-size: large !important;
  background: #ffc439;
  padding: 6px;
  border-radius: 5px;
}

h2.woocommerce-loop-product__title { color: #cf8349 !important; font-size: 1.2em !important; }

/* Responsive Größen */
@media only screen and (max-width: 990px) {
  .woocommerce-loop-product__title { font-size: 17px; }
}
@media only screen and (min-width: 991px) {
  .woocommerce-loop-product__title { font-size: 22px; }
}

/* Tabs */
#top div div.product .woocommerce-tabs ul.tabs li a { white-space: nowrap; }
#top div.product .woocommerce-tabs ul.tabs a { background: #cf8349; border: 0px; }
#top div.product .woocommerce-tabs .panel {
  background: rgba(244, 244, 235, 0.7);
  border-style: none !important;
  border-radius: 10px !important;
}

.template-shop div.product div.summary {
  padding: 15px;
  background: rgba(244, 244, 235, 0.7);
  border-radius: 10px !important;
}

/* Active tab */
#top div div.product .woocommerce-tabs ul.tabs li.active a {
  background: #4c3c2d;
  color: #f4f4eb !important;
  border: none !important;
  border-radius: 0px 10px 0px 10px !important;
  padding: 9px 10px 10px 10px;
  position: relative;
}

/* Bilder */
.woocommerce div.product div.images div.thumbnails a img {
  border: 5px solid #a68464 !important;
}

/* FIX: opacity muss 0..1 sein */
.single-product div.product .woocommerce-product-gallery img { opacity: 1 !important; }

/* FIX: background-color none -> transparent */
.main_color .single-product-main-image .thumbnails a { background-color: transparent !important; }

/* Cart Buttons */
#top .main_color .avia_cart_buttons .button {
  color: #4c3c2d !important;
  background: #f4f4eb !important;
}

.avia_cart_buttons { opacity: 1 !important; }

.widget_shopping_cart_content,
.cart_dropdown_link {
  background: rgba(207,131,73, 1.0) !important;
  margin-right: 3px !important;
}

.widget_shopping_cart_content { padding: 10px; }

#menu-item-shop .cart_dropdown_link { line-height: 50px !important; padding: 0px 20px !important; }
.cart_dropdown_link { height: 50px !important; }

/* FIX: Mini cart selector */
.woocommerce-mini-cart__total strong,
.woocommerce-mini-cart__total .amount {
  color: #f4f4eb !important;
}

/* PayPal Express / Buttons – FIX: Klassen/Selektoren */
#woo_pp_ec_button_product,
.woo_pp_ec_button_product,
.wcppec-checkout-buttons,
.woo_pp_cart_buttons_div {
  text-align: left !important;
}

.wcppec-checkout-buttons { text-align: left !important; }

/* =========================
   Colors / Backgrounds
========================= */
#top .av_header_transparency #header_meta,
.header_color .container_wrap_meta,
.html_header_sticky_disabled,
.alternate_color {
  background: #cf8349;
}

#header_meta,
#top .variations_form,
.main_color .inner_product_header {
  background: #cf8349;
}

.main_color .inner_product_header { background: #4c3c2d; }

#top .alternate_color { background: #4c3c2d; }

.main_color {
  background: -moz-linear-gradient(180deg, rgba(196,189,160,1) 49%, rgba(209,169,122,1) 100%, rgba(251,251,251,1) 100%);
  background: -webkit-linear-gradient(180deg, rgba(196,189,160,1) 49%, rgba(209,169,122,1) 100%, rgba(251,251,251,1) 100%);
  background: linear-gradient(180deg, rgba(196,189,160,1) 49%, rgba(209,169,122,1) 100%, rgba(251,251,251,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#c4bda0",endColorstr="#fbfbfb",GradientType=1);
}

/* =========================
   Links
========================= */
.main_color a,
#top .av_inherit_color a { color: #cf8349; }

a, a:visited { text-decoration: none !important; }
a:hover, a:focus { text-decoration: none !important; }

/* =========================
   Misc Fixes / Cleanups
========================= */
blockquote { font-weight: 400 !important; }

th, td, table { letter-spacing: inherit !important; }
table { text-decoration: none !important; }

.phone-info { font-size: 18px; }

#wpadminbar > #wp-toolbar > #wp-admin-bar-top-secondary > #wp-admin-bar-search #adminbarsearch input.adminbar-input { display: none; }
#wp-toolbar, .quicklinks, #fb-root { display: none !important; }

.durchstreichen { text-decoration: line-through; }

.page-thumb img { display: none; }

.leaflet-container { font: inherit; }

.select2-results__option { font-size: 12px !important; }

#scroll-top-link { color: #fff !important; }

/* Cookie */
.avia-cookie-consent .avia-cookie-consent-button .avia-cookie-hide-notification,
.avia-cookie-consent .avia-cookie-consent-button {
  font-family: 'Amaranth', sans-serif;
  color: #e4e4ce !important;
  padding: 0.7em;
  background: #4c3c2d !important;
  font-size: 14px !important;
  border: none !important;
  font-weight: bold;
}

.avia-cookie-consent p { color: #e4e4ce !important; }

/* ProvenExpert */
#ProvenExpert_widgetbar_container > div { z-index: 1 !important; }

/* =========================
   Checkbox Custom (unverändert, syntaktisch ok)
========================= */
.container2 {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.container2 input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #eee;
}
.container2:hover input ~ .checkmark { background-color: #ccc; }
.container2 input:checked ~ .checkmark { background-color: #2196F3; }
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}
.container2 input:checked ~ .checkmark:after { display: block; }
.container2 .checkmark:after {
  left: 9px;
  top: 5px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

/* =========================
   Font scaling (bereinigt)
   FIX: bdoy -> body
========================= */
@media only screen and (max-width: 1280px) {
  #footer, #footer a, #footer p, #footer h2, #footer h3,
  td, table, tr, th, .container,
  #top label span, #top legend span, label, ul, li, ul li {
    font-size: 16px;
  }

  #mega-menu-wrap-avia #mega-menu-avia > li.mega-menu-item > a.mega-menu-link,
  .avia-promocontent p,
  .template-page .entry-content-wrapper h2 {
    font-size: 17px;
  }
}

@media only screen and (min-width: 1281px) {
  .avia-menu-text,
  .av-main-nav > li > a {
    font-size: 20px;
  }

  #footer, #footer a, .geschichte, p, body,
  td, table, tr, th, .container,
  #top label span, #top legend span, label {
    font-size: 20px;
  }

  .avia-slideshow .avia-caption-title { font-size: 20px; }

  #mega-menu-wrap-avia #mega-menu-avia > li.mega-menu-item > a.mega-menu-link,
  .avia-promocontent p,
  .template-page .entry-content-wrapper h2 {
    font-size: 20px;
  }
}

.html_header_top #top .av_header_stretch .container {width: 80% !important;}
/* =========================
   Ende
========================= */
