/*
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 wil be much easier then.
Version: 1.0
Author: Kriesi
Author URI: http://www.kriesi.at
Template: enfold
*/

/*Kinderloste orange
#f7931e
rgba(247,146,30, 0.2)
10%: #fef4e8

2. Türkis Grün)

#327684
also: 
rgba(50, 118, 132, 1);
10%: #eaf1f2
heller:
#afd0d6

Dunkler:
#153036!


*/
.hidden {
	display:none!important;
}
p, h1,h2,h3,h4,h5,h6 {
	hyphens: auto;
}
blockquote p{
	hyphens: none;
}
.avia-toc-style-elegant a,
.template-page .entry-content-wrapper h1,
.template-page .entry-content-wrapper h2,
.template-page .entry-content-wrapper h3, 
h1, h2, h3{
	text-transform: none;
	
}
.main_color p a,
.alternate_color p a{
	color: black;
}
#top p a:where(:not(.wp-element-button)){
		text-decoration: underline;
}

blockquote {
    border-left-style: none;
    border-left-width: 0px;
    margin: 2em;
    font-size: 1.2em;
    font-style: italic;
}
blockquote p{
	line-height: 1.3em!important;
	color: var(--enfold-main-color-color);
}
blockquote p strong{
	color:  var(--enfold-main-color-meta);
}

/* Kreise vor der "Contenttable" (Inhaltsverzeichnis) */
.avia-toc-style-elegant a.avia-toc-level-0 span:after,
.avia-toc-style-elegant a.avia-toc-level-0:after {
	width: 4px;
	height: 4px;
	left: -24px;
    top: 0.5em;
}

.iconbox_left_content .iconbox_content, .iconbox_right_content .iconbox_content {
    padding: 20px;
    background-color: #eaf1f2;
    border-radius: 30px;
}

/* Portfolio Raster mit runden Bildern. An die ID denken! */

#portfolio-raster-rund .main_color.inner-entry {
background-color: transparent!important;
}
#portfolio-raster-rund .main_color.inner-entry a img{
border-radius: 50%;
}
#portfolio-raster-rund .grid-entry {
   padding: 10px;

}
#portfolio-raster-rund .grid-entry .inner-entry {
    box-shadow: none;
}
#portfolio-raster-rund .grid-content {
   margin-top: 20px;
    border-radius: 12px;
}
/* ENDE Portfolio Raster mit runden Bildern */


.logo img {
    top: 50%;
    transform: translateY(-50%);
}
#main > div.stretch_full.container_wrap.alternate_color.light_bg_color.title_container > div > div > div > span:nth-child(4) > span > a > span,
.breadcrumb .sep,
.trail-begin,
.trail-end,
#top .main-title a{
    text-transform: uppercase;
    color: #afd0d6 !important;
    font-size: 1.3em;
    letter-Spacing: 2px;
}
.avia-menu-text{
	text-transform: uppercase;
}
.av-burger-overlay-bg {
    opacity: 0.9;
    background: #153036!important;
	}
.av-burger-menu-main { 
     display: block!important; 
}
.breadcrumb-title,
#top .av-main-nav .menu-item {
     display: none!important;
}

.av-icon-circles-container .icon-title {
	
	text-transform: uppercase;
	
}

.avia-team-member .team-member-job-title{
	line-height: 1.5em;
}

/* Typke-IT: Spenden-Button */

.scroll-button {
  position: fixed;
  top: 100px;
  left: 50px;
  background-color: #f7931e;
  border: 1px solid #153036;
  border-radius: 50px;
  padding: 20px 25px;
  cursor: pointer;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.9s ease, visibility 0.9s ease;
  z-index: 9999;
  -webkit-box-shadow: 21px 15px 44px 9px rgba(0,0,0,0.21); 
  box-shadow: 21px 15px 44px 9px rgba(0,0,0,0.21);
}
.scroll-button a {
  color: #fff;
  font-size: 1.75em;
  font-family: 'open sans',Helvetica,Arial,sans-serif;
}

.scroll-button.visible {
  opacity: 1;
  visibility: visible;
  transition: background-color 0.5s ease;
}
.scroll-button.visible:hover {
	background-color: #327684;
}
.page-id-506 .scroll-button.visible {
	display: none;
}

#full-width-section-image-left .container,
#full-width-section-image-right .container {
width: 100%;
max-width: none !important;
padding: 0;
}


#content-box .av-milestone-contentbox
 {
        border-radius: 30px!important;
		padding: 20px;
 }

/* Formulare */

#top legend {
	font-size: 0.6em;
}
#top label {
	font-size: 0.8em;
	
}
#top .input-text,
#top input[type="text"],
#top input[type="input"],
#top input[type="password"],
#top input[type="email"],
#top input[type="number"],
#top input[type="url"],
#top input[type="tel"],
#top input[type="search"],
#top textarea,
#top select,
#top .avia_ajax_form .select, 
#top .entry-content-wrapper select{
	font-size: 0.6em;
}
/* Ende Formulare */


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

}



/* large screens with 1140px with */
@media only screen and (max-width: 1180px) {
	
blockquote {
    font-size: 1.1em;
}
	
}

/* Tablet Portrait size to standard 960 (devices and browsers) */
@media only screen and (min-width: 768px) and (max-width: 989px) {
	
	.html_av-overlay-full #av-burger-menu-ul li{
		font-size: 1em;
	}

}

/* Mobile Landscape Size to Tablet Portrait (devices and browsers) */
@media only screen and (min-width: 480px) and (max-width: 767px) {

	/* Bei zweispaltigem Text den Abstand der 2. Spalte verringern */
	.zweite-spalte-text {
		margin-top: -2em !important;
	}
}

/* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */
@media only screen and (max-width: 479px) {
	
	/* Bei zweispaltigem Text den Abstand der 2. Spalte verringern */
	.zweite-spalte-text {
		margin-top: -2em !important;
	}
	
	
.scroll-button a {
    font-size: 1.25em;
  
}
.scroll-button {
    left: 20px;
    margin: 10px;
}

}