/*
Theme Name: Enfold Child
Description: A <a href='http://codex.wordpress.org/Child_Themes'>Child Theme</a> 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 will be much easier then.
Version: 1.0
Author: Kriesi
Author URI: http://www.kriesi.at
Template: enfold
*/

/* header transparenz */
#top .av_header_glassy.av_header_transparency .header_bg {
    background-color: #000;
    opacity: 0.4;
    filter: alpha(opacity=40);
}


/*----------------------------------------
// CSS - Tab Animation
//--------------------------------------*/
.av-section-tab-title.av-active-tab-title {
animation: shakeMe 0.250s linear 1;
-webkit-animation: shakeMe 0.250s linear 1;
-moz-animation: shakeMe 0.250s linear 1;
-o-animation: shakeMe 0.250s linear 1;
-ms-animation: shakeMe 0.250s linear 1;
}

/* Animation Effect */

@keyframes shakeMe {
25% {
transform: rotateZ(15deg);
-webkit-transform: rotateZ(15deg);
-moz-transform: rotateZ(15deg);
-o-transform: rotateZ(15deg);
-ms-transform: rotateZ(15deg);
}
50% {
transform: rotateZ(-15deg);
-webkit-transform: rotateZ(-15deg);
-moz-transform: rotateZ(-15deg);
-o-transform: rotateZ(-15deg);
-ms-transform: rotateZ(-15deg);
}
100% {
transform: rotateZ(15deg);
-webkit-transform: rotateZ(15deg);
-moz-transform: rotateZ(15deg);
-o-transform: rotateZ(15deg);
-ms-transform: rotateZ(15deg);
}}



 h4, h5, h6 { letter-spacing: 0.1em !important; }

 /* Breadcrumbs style*/

#top .breadcrumb, #top .breadcrumb a {
    font-size: 16px;
    font-weight: 700;
}

/* Title container background color */
.title_container { background-color: red!important; }

/* Title color */
#top .alternate_color.title_container .main-title a { color: white; }

/* Breadcrumb link color */
.breadcrumb-trail * { color: #FFFFFF!important; }


.bgstart {
background-image: url('https://www.wohnung-tennengau.at/wp-content/uploads/2026/03/bg_test.png');
background-repeat: no-repeat;
background-position: bottom 8%  right;
z-index:10000;
}

/*------------------------*/
/*      logo
/*------------------------*/

 .logo, .logo a, .logo img {
overflow: visible;
}

.logo a {
height:100px;
	margin-top: 10px;
}

/*logo hamburger*/
@media only screen and (max-width: 767px) {

.responsive #top #wrap_all #header .logo a > img {
	    z-index: 999!important;

}
}

#scroll-top-link {
  color: #27408b;
}

#scroll-top-link:hover {
  border: 1px solid #848484;
}


/*------------------------*/
/*       Dots menu
/*------------------------*/

.dots-menu + .sticky_placeholder {
	display: none;	
	height: 0px !important;
}

#top .dots-menu {
  background: transparent;
  position: fixed!important;
  right: 10px;
  top: 50%!important;
  transform: translateY(-50%);
  border: none!important;
  max-width: 30px!important;
}

#top .dots-menu .av-subnav-menu > li {    
    display: inline!important;
    margin: 10px !important;
}

#top .dots-menu .av-subnav-menu li a {
  border: 1px solid grey;
  max-width: 25px;
  max-height:25px;
  border-radius:25px;  
  overflow:hidden;
  padding: 0 !important;
  border: none!important;
  background: #f3f4f7;
}

#top .dots-menu .av-subnav-menu li a .avia-bullet {
  display: none !important;
}
#top .dots-menu .av-subnav-menu li a .avia-menu-text { 
visibility: hidden;
}

@media only screen and (max-width: 767px) {
.responsive #top .dots-menu {
  background: transparent;
  position: fixed!important;
  right: 0;
  top: 50%!important;
  transform: translateY(-50%);
}}



/*footer und socket*/
#socket .copyright {
    float: left;
    font-size: 14px;
	padding-top:7px;
}

@media only screen and (max-width:767px) {
  #socket .copyright, 
  .responsive #socket .sub_menu_socket {
    float: none;
    width: 100%;
    display: block;
    text-align: center;
	padding-bottom: 10px;
  }
  
  #socket #impressum {
padding-top: 10px;
margin-right: 40px
  }

  .responsive #socket .sub_menu_socket li {
    float: none;
    display: inline-block;
  }
}
/*end footer und socket*/

/*trennlinie haus*/
span.av-seperator-icon {
    width: 64px;
    line-height: 64px;
	font-size: 35px;
}
/* end trennlinie haus*/




/*  Catalogue title text */

.av-catalogue-container .av-catalogue-list li .av-catalogue-title {
    color: #ffffff;
    font-size: 1.35em;
    letter-spacing: .05em;
    line-height: 1.0em;
    text-transform: none;
}

/* Icon before title */
.av-catalogue-container .av-catalogue-list li .av-catalogue-title:before {    
    content:"\e8c0";
	font-family: 'entypo-fontello';	
	position: absolute;
	left: 0;
	top: 50%;
 transform: translateY(-50%);
		padding-left: 10px;
	
}

.av-catalogue-container .av-catalogue-list li .av-catalogue-title {
	padding-left: 30px;
	margin: 10px;
}

/* Price*/

.av-catalogue-container .av-catalogue-list li .av-catalogue-price {
    font-size: 20px;
	color:#fff;
}
.av-catalogue-container .av-catalogue-list li .av-catalogue-price:hover {
    color:#ededed;
}

@media only screen and (max-width:767px) {
.av-catalogue-container .av-catalogue-list li .av-catalogue-price {
    font-size: 16px;	
}
.av-catalogue-container .av-catalogue-list li .av-catalogue-title {
    color: #ffffff;
    font-size: 1.00em;
    letter-spacing: .02em;
    line-height: 0.9em;
    text-transform: none;
}	
	
	}

/* CSS - List item background */

.av-catalogue-container .av-catalogue-list li:nth-child(odd) {    
    background: gray;
}

.av-catalogue-container .av-catalogue-list li:nth-child(even){    
    background: silver;
}

/* List item on hover */
.av-catalogue-container .av-catalogue-list li:hover { 
    background: #27408b;
}

/*.av-catalogue-container .av-catalogue-list li:nth-child(1) {background-color: grey;}*/
.av-catalogue-container  .av-catalogue-list li:nth-child(4) {background-color:  #27408b;}
.av-catalogue-container  .av-catalogue-list li:nth-child(8) {background-color: #27408b;}


/* scroll-top */
#scroll-top-link {
  color: #fff;
	background-color: #2e3784;
}

a#scroll-top-link:hover { 
background: #ffffff ;
}

.avia-section {
    border-top: none!important;
}

@media only screen and (max-width: 1290px) {
.av-burger-menu-main { 
     display: block!important; 
}
#top .av_mobile_menu_tablet .av-main-nav .menu-item {
     display: none!important;
}}