/*
Theme Name: Enfold BOSA
Author: 
Description: Your description goes here
Version: 1.0
Template: enfold

This is the child theme for Enfold theme, generated with Generate Child Theme plugin by catchthemes.

(optional values you can add: Theme URI, Author URI, License, License URI, Tags, Text Domain)
*/



/*------------*/
/* Typografie */
/*------------*/


h1, h2 {
	font-style: italic;
	line-height: 1.3em;
}

h4 {
	letter-spacing: 0.04em;
}

strong {
	font-weight: 800;
	font-size: 1.1em;
}
	
	
strong > a {
	text-decoration: underline !important;
	color: #b01711;
	font-weight: 800;
}


h3.widgettitle {	
	/*font-family: 'montserrat-v31-latin-800',Helvetica,Arial,sans-serif;*/
	font-style: italic;
	text-transform: uppercase !important;
	font-weight: 400 !important;
	font-size: 20px;
	letter-spacing: 0.05em;
}


.liste-leistungen {
	font-weight: 800;
	font-size: 1.1em;
	color: #ffffff;
}

.liste-leistungen li::marker {
	color: #7ed0d6;
	font-size: 1.5em;
}

/*.liste-benefits {
	font-weight: 800;
	font-size: 1.1em;
	color: #000000;
}

.liste-benefits li::marker {
	color: #b11811;
	font-size: 1.5em;
}*/

/*Liste Benefits mit Checkmark*/

#top .liste-benefits li {
	list-style: none !important; 
	padding: 0; 
	font-weight: 800;
	font-size: 1.1em;
	color: #000000;
	margin-left: 0;
}

/*#top .liste-benefits li {
	padding-left: 2em; 
	text-indent: -2em; 
}*/

#top .liste-benefits ul li:before {
	content: "\2714";  /*Checkmark html-Zeichen*/
	/*font-family: 'Entypo Fontello';*/
	font-size: 1.6em;
	font-weight: normal;
	font-style: normal;
	padding-right: 0.5em;
	color: #b11811;
}



/*--------*/
/* Header */
/*--------*/

/* Schatten ändern */
#header {
    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
}


/*-----------*/
/* Hauptnavi */
/*-----------*/

#top #header .av-main-nav > li {
	/*font-family: 'montserrat-v31-latin-800',Helvetica,Arial,sans-serif;*/
	/*font-weight: 800 !important;*/
	font-style: italic;
	padding: 0px 0px 0px 30px;
    margin: 18px 0 0 0px;
}

/*---------*/
/* Content */
/*---------*/


/* Margin um Bildcontainer entfernen */
#top .avia-image-diff-container {
  display: flex;
  position: relative;
  width: 100%;
  justify-content: flex-start;
  margin: 0px;
   /* margin-top: 5px;*/
  box-sizing: content-box;
  overflow: hidden;
}

/*** Vorher-Nachher ***/

/* Abstände Pfeile zur Linie */
.avia-image-diff-container.av-handle-arrows .av-handle-left-arrow {
	margin-left: -26px !important;
}

.avia-image-diff-container.av-handle-arrows .av-handle-right-arrow {
	margin-left: 6px !important;
}

/* Größe Peile > Inset Border gesamt */
.av-image-diff-handle .av-handle-arrow {
  position: absolute;
  top: 50%;
  margin-top: -6px;
  width: 0;
  height: 0;
  border: 10px inset transparent !important;
}

/* Größe und Farbe der linken und rechten Pfeile */
.av-image-diff-handle .av-handle-left-arrow {
  border-right: 10px solid #b01711 !important;
    /*border-right-color: rgb(255, 255, 255);*/
  left: 50%;
}

.av-image-diff-handle .av-handle-right-arrow {
  border-left: 10px solid #b01711 !important;
    /*border-right-color: rgb(255, 255, 255);*/
  left: 50%;
}

/* Radius  bei Bildern > Vor-Nach enfernen */
#top .avia-image-diff-container .avia_image {
	border-radius: 0 !important;
}

/* img rote Icons unter Leistungsliste */
#rote-icons {
	padding: 0 10% 0 0;
}

@media only screen and (max-width: 989px) {
	#rote-icons {
	padding: 0 0 0 0;
	}
}

/* Column mit Bild unter Leistungen quer ab 767px */
/*@media only screen and (max-width: 767px) {*/
	#leistung-bild-quer /*.responsive #top #wrap_all .flex_column*/{
	margin: 0;
    margin-bottom: 0px !important; /*geändert*/
    width: 100%;
	}

/* team icon auf Seite Team + Jobs */
#team-icon-1 {
	max-width: 250px;
 	height: auto;
}

/*** Icon list ***/

/* Icon List Timeline ausblenden */
.avia-icon-list .iconlist-timeline {
	display: none;
}

/* Größe Icons */
.avia-svg-icon svg:first-child {
  height: 2em;
  width: 2em;
}

/* Position Icons */
.avia-icon-list .iconlist_icon svg:first-child {
  margin-top: 2px !important;
  margin-left: 1px !important;
}


/*--------*/
/* Footer */
/*--------*/

/* Widget Kontakt zentrieren */
#footer section#text-2.widget.clearfix.widget_text {
	margin-left: 35%
}

@media only screen and (max-width: 767px) {
#footer section#text-2.widget.clearfix.widget_text {
	margin-left: 0%
	}
}


