/*
Theme Name: Enfold Child
Description: <strong>Wordpress Design Enfold Child</strong> - <br/> Ramon Volmering<br/> <a href='http://www.wordpress-design.info'>Zur Webseite</a><br/>
Author URI: http://www.wordpress-design.info
Template: enfold
Version: 1.1
*/



/* Have fun adding your style here :) - PS: At all times this file should contain a comment or a rule, otherwise opera might act buggy :( */

/* General Custom CSS */


p, span {	
	-moz-hyphens: auto;
	hyphens: auto;
}

::-moz-selection {
  color: #ffffff;
  background:rgba(155,155,155,0.70);
}

::selection {
  color: #ffffff ;
  background: rgba(155,155,155,0.70);
}





/* Kleine Leiste über dem Menü */

#header_meta .phone-info,
#header_meta nav.sub_menu {
	font-size: 14px !important;
}

.sub_menu img {
	margin-top: -4px !important;
}





/* Blog-Darstellung usw  */

.single-post .post-meta-infos .text-sep-date,
.category .text-sep-cat,
.category span.blog-author {
	display: none;
}




/* Bug Fix Aussehen & Funktionsverbesserungen  */

.slideshow_caption {
	width: 100% !important;
}

#top .av-large-testimonial-slider .avia-slideshow-arrows a {
	opacity: 1 !important;
}

:focus {
    outline: none !important;
}





/* schmale Farbsektion  */

#small-section,
#small-section .av-section-color-overlay{
height: 10px !important;
	min-height: 10px !important;

}


/* Animation Pulse */

.banner {
  animation: pulse 3s infinite;
  margin: 0 auto;
  display: table;
  margin-top: 50px;
  animation-direction: alternate;
  -webkit-animation-name: pulse;
  animation-name: pulse;
}

@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.1);
  }
}
@keyframes pulse {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.1);
  }
}


/* Datepicker  */

#top .avia-datepicker-div.ui-datepicker .ui-datepicker-prev span, #top .avia-datepicker-div.ui-datepicker .ui-datepicker-next span {
    display: none;}
a.ui-datepicker-prev.ui-corner-all:before {
    content: '<<';
    display: block;}

a.ui-datepicker-next.ui-corner-all:before {    content: '>>';
    display: block;}


.avia_ajax_form option,
a.ui-state-hover
{
	color:#333333 !important;	
}
#top .ui-datepicker-calendar tr td:nth-child(6), 
#top .ui-datepicker-calendar tr td:nth-child(7)
{
    pointer-events: none;
}

 
#top .ui-datepicker-calendar tr td:nth-child(6) a, 
#top .ui-datepicker-calendar tr td:nth-child(7) a{
    background-color:#B5B5B5 ;
    color: #3D3D3D;
}


/* Borlabs */

.BorlabsCookie th {
	width: 20% !important;
}

.avia_codeblock .BorlabsCookie h3 {
	margin-top: 70px !important;
}


/* Borlabs Block Layout

#BorlabsCookieBox {

left: 50% !important;
bottom: 0px !important;
position: fixed !important;
z-index: 9999999999999999999999999999;

}
*/











/*
Mobile Styles
================================================== */


@media only screen and (max-width: 3600px) and (min-width: 1025px){

.ipad,
.smart
	{
     display: none;
}
	

	
}


/*
I Pad quer
================================================== */

@media only screen and (max-width: 1024px) and (min-width: 491px) {
	
/* Bug Fix Aussehen & Funktionsverbesserungen  */	
	
.av-main-nav > li.menu-item-avia-special {
    display: block;
}
.av-main-nav > li {
    display: none;
}
	
.responsive #top #wrap_all .flex_column,
.responsive #top #wrap_all .av-break-at-tablet .flex_cell {
		
			}
	
	#footer .av_one_fourth {
    width: 100%;
    margin-left:0;
}
	
	#footer .av_one_third {
    width: 100%;
    margin-left:0;
}


.BorlabsCookie th {
	width: 30% !important;
}
	
	

.desk,
.smart
	{
     display: none;
}
	


	
}



/*
Smartphone
================================================== */

@media only screen and (max-width: 490px) {

	
/* Bug Fix Aussehen & Funktionsverbesserungen  */
	.av-burger-menu-main { 
     display: block!important; 
}	
	
	
.responsive #scroll-top-link {
  display: block !important;
	color: #ffffff;
border: 1px solid #fffffff;
background-color: #4D4D4D;
	
}
	
.avia-testimonial-image {
	margin-left: 35% !important;
}
.responsive #top #wrap_all .flex_column,
.responsive #top #wrap_all .av-break-at-tablet .flex_cell {
	
			}
	
.avia-testimonial-meta-mini {
	text-align: center !important;
	}
	
.sub_menu img {
	margin-top: 4px !important;
}
	

	
.desk,
.ipad

	{
     display: none;
}
	



}







/*
Mobile Styles EXTRA
================================================== */

/*
I Pad Pro
================================================== */


@media only screen and (max-width: 1366px) and (min-width: 1025px) {
	
	
}
	
	



/*
I Pad hochkant
================================================== */

@media only screen and (max-width: 768px) and (min-width: 491px ) {


}
	



