/*
Theme Name: Enfold Schwarz
Theme URI: http://www.kriesi.at/themes/enfold/
Template: enfold
Author: Kriesi und Schwarz Steuerberatung und Anne Völkel, Dipl. Designerin
Author URI: https://kriesi.at
Description: Steuerberatung Jochen Schwarz
Updated: 2018-09-05 13:20:29

*/

/*----- Farben

Dunkelblau Logo und Navilinks
#02283e

Graublau Überschriften
#4f6979

Graublau heller
#889ba6

Grau
#dfe2e3

Hellgrau
#f7f7f7

Graublau hell
#d6dce0

Graublau heller
#eaedef



/*----------Typografie. Die zusätzlichen Google Fonts sind im Header und in der functions.php verlinkt-------*/


h1, h2, h3, h4, h5 {
	letter-spacing: 0px !important;
	text-transform: none !important;	
} 

h1 {
	font-size: 34px;
	color: #4f6979;
	line-height: 2.5em;
}

h2 {
	font-size: 20px;
	color: #4f6979;
	line-height: 1.5em;
}

h3 {
	font-size: 16px;
	color: #4f6979 !important;
	/*line-height: 1.5em;*/
}

h4 {
	line-height: 1.5em;
}

ul {
	margin: 0 0 1em 0;	
}

.entry-content-wrapper li {
	padding-left: 8px;
}

a {
	text-decoration: none !important;
}

a:hover {
color: #889ba6 !important;
}

a:active {
color: #4f6979;
}


/*--- Einzug bei Länderflaggen----*/

.sprachen p {
	padding-left: 30px;
	text-indent: -28px;
	font-weight: bold;
}

/*-------*/

.widgettitle {
	font-size: 20px !important;
    margin-top: 0.85em;
	color: #02283e !important;
}

/*---------------------- Header und Navi -------------------*/


/*------ Logo mittig oben -------*/
.logo, .logo a {
    height: 65%;
    margin-top: 2.5%;
}

/*------ Schatten unter Header ---*/
.av_minimal_header_shadow {
    box-shadow: 0 0 4px 0px rgba(0,0,0,0.5);
}

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

 #top #header .av-main-nav > li > a .avia-menu-text, #top #header .av-main-nav > li > a .avia-menu-subtext {
    font-weight: 700;
    padding-left: 1em;
    padding-right: 1em; 
    margin-top:1.2em;
    margin-bottom: 3em;
}

.av_minimal_header #header_main_alternate {
    border: none;
    height: 60px;
    padding-top: 5px;
    background-color: #f7f7f7;
    
}

/*------- Subnavi --------*/
.av-main-nav ul li {
    margin:0;
    padding: 5px 0 5px 16px;
    width: 165%;
    font-weight: 700 !important;
    background-color: #f7f7f7 !important;
}

#top #wrap_all .av-main-nav ul > li > a, 
#top #wrap_all .avia_mega_div,
#top #wrap_all .avia_mega_div ul, 
#top #wrap_all .av-main-nav ul ul {
    font-size: 20px;
    background-color: #f7f7f7;
}

/*--------- Burger Menu  -----*/

.html_av-overlay-side-classic #top .av-burger-overlay li li .avia-bullet {
    height: 6px;
    display: block;
    position: absolute;
    margin-top: 0;
    opacity: 1;
    border-radius: 3px;
    width: 6px;
    left: 50px;
    top: 50%;
}

/*@only screen and (max-width: 1024px) {
  nav.main_menu {
    display: block !important;
  }
  #avia-menu .menu-item {
    display: none;
  }
  .av-burger-menu-main.menu-item-avia-special {
    display: block;
  }
}

*/

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

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

/*---- Slider volle Breite mit Hintergrundfarbe --*/

.avia-slide-wrap {
	background-color: #dfe2e3;
}

/*-------------------- Menü Leistungen -------------------*/

#top .widget_nav_menu ul {
    margin: 0;
    padding: 0 0 0 16px;
    float: none;
    list-style: disc outside;
    font-family: "Open Sans Condensed", Arial, Helvetica, sans serif;
    font-weight: 700;
}

#top .widget_nav_menu li {
    position: relative;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    clear: both;
    font-size: 17px;
}


@media only screen and (min-width: 768px) and (max-width: 768px) {
	#top .widget_nav_menu li {
    font-size: 14px;
    }
}


#top .content .flex_column .widget_nav_menu li {
    background-color: transparent;
    margin: 0;
    padding: 0;
    border: none !important;
}

#top .content .flex_column .widget_nav_menu li a {
    padding: 0.4em 0px;
}

/*------- Textfarbe und Hintergrund bei active -----*/

.widget_nav_menu .current-menu-item > a, .widget_nav_menu .current_page_item > a {
    font-weight: bold;
    color: #4f6979;
    background-color: #f7f7f7 !important;
}
    


/*----- Hintergrundfarbe bei active ---*/

#top .content .flex_column .widget_nav_menu ul:first-child > .current-menu-item, #top .content .flex_column .widget_nav_menu ul:first-child > .current_page_item {
    background-color: none;
}
/*---- Ende Menü Leistungen ----*/


/*-------- responsive Container ab 767 px --------*/

@media only screen and (max-width: 767px) {
.responsive #top .container .av-content-small, 
.responsive #top #wrap_all .flex_column, 
.responsive #top #wrap_all .av-flex-cells .no_margin {
    margin: 0;
    margin-bottom: 0px !important;
    width: 100%;
    }
}

/*------- Schalter bei Datenschutz -----*/

#top .av-toggle-switch input[type="checkbox"]:checked + .toggle-track {
    background: #4f6979;
}

.toggle-label-content {
	font-weight: 400 !important;
	font-size: 16px !important;
}


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

#footer {
    padding: 10px 0 12px 0;
    z-index: 1;
    box-shadow: 0px 0 4px 0px rgba(0,0,0,0.6);
}

#footer .widget {
    padding: 0;
    margin: 0;
    overflow: hidden;
}


/*---- neue Klasse für Anordnung in einer Footerspalte ----*/

.flex-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.flex-container > div {
  width: auto;
  margin: 0em 1.7em 0em 1.7em;
  text-align: left;
  color: #4f6979;
  font-size: 17px;
  font-family: "Open Sans Condensed", Arial, Helvetica, sans serif;
  font-weight: 700;
}

/*------- Cookie Bar----*/
.avia-cookie-consent {
    background-color: rgba(79,105,122,0.9);
    
}

