/*!
Theme Name: alexiahuber
Theme URI: http://underscores.me/
Author: Jana Tausch
Author URI: https://www.seo-bavaria.de
Description: Description
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: alexiahuber
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

alexiahuber is based on Underscores https://underscores.me/, (C) 2012-2017 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
/* =WordPress Core
-------------------------------------------------------------- */
.subheader {
	/*padding:  16px 0;*/
	padding: 0;
}
header i {
    margin-top: -6px;
}

#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item > a.mega-menu-link {
	padding:  0px 7px 0 2px !important;
}
#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link {
	padding: 3px 10px 3px 10px !important;
	line-height: 25px !important;
}
#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link:before {
	margin: 0 !important;
}

.mega-sub-menu li.mega-current_page_item a {
    background: #6e3563 !important;
}

.navigation .button-wrapper .button_container span {
	background-color: #fff !important;
}

/* Groes Headerbild */
.header-bg {
	background-position: 15% 16% !important;
	min-height: 550px;
}
.header-bg .col-text {
	background: rgba(255,255,255,0.8) !important;
}

/* Flaggen */
#mega-menu-wrap-menu-1 #mega-menu-menu-1 img {
    max-width: 18px;
}

/* Blog */
.blog #content .row .col-md-9 {
	flex: 0 0 100%;
    max-width: 100%;
}
.blog #content .row .col-md-3 {
	display: none;
}

/* Angebotsformulare */
.formangebot {
	margin-top: 25px;
}
.formangebot form p {
	margin-bottom: 0.5rem;
}
.formangebot form label.checkboxen {
	margin-bottom: 0;
}
.formangebot form label {
	width: 100%;
}
.formangebot form label input[type=text],
.formangebot form label input[type=tel],
.formangebot form label input[type=email],
.formangebot form label input[type=number],
.formangebot form label textarea {
	width: 50%;
}
.formbreite form label input[type=text],
.formbreite form label input[type=tel],
.formbreite form label input[type=email],
.formbreite form label input[type=number],
.formbreite form label textarea {
	width: 90%;
}
.formangebot form span.steuerberaterstundensatz,
.formangebot form span.contact-allow,
.formangebot form span.data-protection {
	float: left;
	margin-right: 10px;
    margin-bottom: 6px;
}

.formangebot .input-float {
	width: 50px !important;
}
.formangebot .form-subhead {
	font-weight: 700 !important;
}
.formangebot form .formbild {
	margin-bottom: 15px;
}

.quiz input {
	max-width: 150px;
}

/* Subheader in EN ausblenden */
.page-id-2880 #content .subheader {
	display: none;
}

.branch-section .panel-first-child {
	margin-bottom: 30px;
}
.branch-section .panel-last-child .panel-grid {
	display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
}

/* Zeilen ausblenden */
#content .ausblenden {
	display: none;
}

/*article .entry-meta .posted-on {
	display: none;
}*/

.praxispartner {
	text-align: center;
}

/********* Fluent Forms Formulare **********/
.hide {
	display: none;
}
.fluentform .ff-el-input--label.ff-el-is-required.asterisk-right label:after {
	display: none;
}
.fluentform .ff-el-group {
    margin-bottom: 8px !important;
}
.fluentform .cb-info {
    font-size: 13px;
	line-height: 20px;
}
.ff_columns_total_2 .ff-t-cell {
	flex-basis: 50% !important;
}

/* LP Lohnbuchhaltung */
.vorteile-top .sow-features-feature {
	margin-bottom: 20px !important;
}
.vorteile-top .sow-icon-container {
	margin-right: 15px !important;
}
.faq .sow-icon-container {
	margin: 14px 15px 0 !important;
}
.vorteile-top .textwidget {
	text-align: left;
	margin-left: 0px !important;
	width: 95%;
}
.b-weiss {
	background-color: #fff !important;
	color: #000 !important;
}
.b-weiss:hover {
	background-color: #9a7096 !important;
    color: white !important;
}

@media only screen and (max-width: 768px) {
	.header-bg {
		min-height: 400px;
	}
	
	/* Angebotsformulare */
	.formangebot form label input[type=text],
	.formangebot form label input[type=tel],
	.formangebot form label input[type=email],
	.formangebot form label input[type=number],
	.formangebot form label textarea {
		width: 100%;
	}
	
	.formangebot form .formfelder {
		float: none !important;
		width: 100% !important;
	}
	.formangebot form .formbild {
		float: none;
		display: none;
	}
}
	
@media only screen and (max-width: 991px) {
	.qrCode{
		display:none;
	}
	#menuMarker{display:none !important;}
	.subheader {
		padding: 4px 0
	}
}

@media only screen and (max-width: 540px) {
	#site-header .row .col-5 {
		flex: 0 0 100%;
		max-width: 100%;
		margin: 0 auto;
	}
	#site-header .row .col-5 .logo-container {
		text-align: center !important;
	}
	#site-header .row .col-7 {
		flex: 0 0 100%;
		max-width: 100%;
		margin: 0 auto;
		text-align: center !important;
	}
	#site-header .row .col-7 .headtitle {
		display: none;
	}
}

.alignnone {
    margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

.alignright {
    float:right;
    margin: 5px 0 20px 20px;
}

.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

a img.alignnone {
    margin: 5px 20px 20px 0;
}

a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.wp-caption {
/*    background: #fff;*/
    background: transparent;
/*    border: 1px solid #f0f0f0;*/
    border: 0 solid #f0f0f0;
    max-width: 96%; /* Image does not overflow the content area */
    padding: 5px 3px 10px;
    text-align: center;
}

figcaption.wp-caption-text {
	padding-top: 8px;
}

.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}

.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto;
}

.wp-caption p.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px;
}

/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
	background-color: #eee;
	clip: auto !important;
	clip-path: none;
	color: #444;
	display: block;
	font-size: 1em;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
	/* Above WP toolbar. */
}

/* Neue Leistungsseiten */
.inhaltsverzeichnis,
.inhaltsverzeichnis a {
	color: #fff !important;
	font-weight: bold;
}
.inhaltsverzeichnis a {
	text-decoration: underline !important;
}
.inhaltsverzeichnis a:hover {
	color: #000 !important;
}
.inhaltsverzeichnis p {
	font-size: 18px;
}

.leistungen h2 {
	color: #6f3564;
}
/* Zeile mit lila Hintergrund */
.lila-bg h2,
.lila-bg p,
.lila-bg a {
	color: #fff !important;
}

/*--------Container-Breite-----------*/
@media (min-width: 1200px){
.container {
    max-width: 1200px !important;
}
}
.schranke{
	max-width:1240px;
	padding-left:20px;
	padding-right:20px;
	margin-left:auto;
	margin-right:auto;
}
/*---------Schriftart anpassen---------*/
html, body, p, h1, h2, h3, h4, h5, h6{
	font-family: 'Open Sans', sans-serif !important;
}
/*-------Leistungen-Auflistung---------*/
div.leistungenAuf div.row div.col-md-6{
	margin-bottom:50px;
}
/*---Buttons---*/
.skew-btn1 {
    background: #6f3564;
    display: inline-block;
    padding: .5rem 1.875rem .5rem 1.875rem;
    text-decoration: none;
    transform: perspective(1px) translateZ(0) skew(-20deg);
    -moz-transform: perspective(1px) translateZ(0) skew(-20deg);
    -webkit-transform: perspective(1px) translateZ(0) skew(-20deg);
    color: #fff;
    font-size: 14px;
    font-size: .875rem;
    font-weight: 600;
    margin-bottom: 10px;
    margin-bottom: .625rem;
    vertical-align: middle;
    box-shadow: 0 0 1px transparent;
    position: relative;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
	width:60%;
	min-width:300px;
	text-align:center;
}
a.skew-btn1:hover{
	background-color:#9a7096;
	color:white;
}
h3.farbe, h2.farbe{
	color:#6f3564;
}
.button-row{
	float:left;
	margin-right:20px;
}
.navigation nav a:visited, .navigation nav a:active, .navigation nav a {
    color: white !important;
    text-decoration: none;
}

/*------Cookiehinweis------*/
body > div.cc-window.cc-floating.cc-type-info.cc-theme-block.cc-bottom.cc-right.cc-color-override-688238583.cc-invisible > #cookieconsent\3a desc{
	position: absolute;
    bottom: 0;
    margin-bottom: 0;
    margin-left: 120px;
}
body > div.cc-window.cc-floating.cc-type-info.cc-theme-block.cc-bottom.cc-right.cc-color-override-688238583.cc-invisible > div.cc-compliance{
	position: absolute;
    bottom: 0;
    margin-bottom: 10px;
}
div.cc-window{
	bottom: 0 !important;
    max-width: 100% !important;
    width: 100% !important;
    font-size: 14px !important;
    right: 0 !important;
    padding: 10px !important;
	background-color: #6f3564 !important;
}
div.cc-message{
	width:100px !important;
}
a.cc-btn{
	background-color:white !important;
}
@media only screen and (max-width: 991px) {
    .navigation.active {
		background: rgba(0,0,0,.4) !important;
	}

	.navigation.active ul {
      margin: 0 !important;
      padding-left: 0;
      list-style: none;
      padding: 0;
      height: 100%;
  }
  .navigation nav .sub-menu {
      display: block !important;
      left: 15px !important;
      position: relative !important;
      top: 0 !important;
      width: 90% !important;
      z-index: 9999;
      box-shadow: 0 0 10px rgba(0,0,0,.4);
      -moz-box-shadow: 0 0 10px rgba(0,0,0,.4);
      -webkit-box-shadow: 0 0 10px rgba(0,0,0,.4);
  }
  .navigation nav .sub-menu li {
      display: block !important;
      position: relative !important;
      z-index: 9999;
      padding: 0;
      margin: 0;
      text-align: left;
      transition: all .3s ease;
      -moz-transition: all .3s ease;
      -webkit-transition: all .3s ease;
      -o-transition: all .3s ease;
  }
  .navigation nav .sub-menu a {
      background: transparent !important;
      display: inline-block !important;
      position: relative !important;
      z-index: 9999;
      color: #fff;
      padding: 10px;
      padding: .625rem;
      transition: all .3s ease;
      -moz-transition: all .3s ease;
      -webkit-transition: all .3s ease;
      -o-transition: all .3s ease;
  }
  }
@media only screen and (min-width: 992px) {
.navigation-container{
	float:right;
	}
}

.pagination { display: none !important; }
.cat-links { display: none !important; }