/*
	 ___ ___   _         _         
	| | | . |_| |___ ___|_|___ ___ 
	|_  | . | . | -_|_ -| | . |   |
	  |_|___|___|___|___|_|_  |_|_|
	                      |___|    
					  
// UTF-8[ñ] //

 Theme Name:   Hättig & Partner
 Theme URI:    https://www.haettig-partner.de
 Description:  Theme for HÄTTIG & PARTNER based on enfold
 Author:       Fabian Groß
 Author URI:   http://www.48design.de
 Template:     enfold
 Version:      2.0
 License:      -
 License URI:  -
 Tags:         haettig, enfold
 Text Domain:  haettig-partner
*/

/*
#top .title_container .main-title a {
	color: #fff;
}

#top .title_container .container{
	min-height: 30px !important;
	padding: 0 50px;
}

.breadcrumb-trail * {
	color: #fff !important;
}

#main {
	-webkit-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.1);
	   -moz-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.1);
			box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.1);
}

#header {
	background-color: rgba(255,255,255,1);
	-webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.2);
	   -moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.2);
			box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.2);
}

#header_main {
	border: 0;
}

.avia-menu-fx {
	height: 4px;
}

.av-main-nav > li > ul {
    border-top-width: 4px;
    margin-top: -3px;
}

.textwidget .av-special-heading {
	margin-top: 0;
}

#scroll-top-link {
	opacity: 1.0 !important;
	background-color: #1D53AA;
	border: none;
	color: #fff;
}
#scroll-top-link:hover {
	opacity: 0.75 !important;
	background-color: #215dbc;
	border: none;
	color: #fff;
}

#socket .copyright {
	width: 100%;
	text-align: center;
	color: #fff;
}

.external-news-widget {
	vertical-align: middle;
}

.external-news-widget ul {
	display: table;
	margin: 0;
}

.external-news-widget .moses_index_item:before,
.external-news-widget li:before {
	content: '»';
	display: table-cell;
    text-align: right;
    padding-right: 0.5em;
}

.external-news-widget .moses_index_item,
.external-news-widget li {
	list-style: none;
    display: table-row;
}

.external-news-widget li img {
	float: left !important;
}

.external-news-widget a {
	font-weight: bold !important;
}

.textwidget h3 a {
	font-weight: 400 !important;
}

.external-news-widget .moses_index_desc {
	padding-left: 1em;
	margin-bottom: 0.5em;
}

#socket {
	border: 0;
}

#socket .container {
	padding: 5px 50px;
}

.socket_color li {
	border-color: #fff;
}

.download-button {
	margin: 15px 0;
}

.download-button .avia_button_icon {
	margin: 0 5px;
}

.select option {
	background-color: #fefefe;
}

.construction-box .iconbox_content {
	min-height: 225px;
}

#construction .container,
#construction .content {
	max-width: 100%;
	padding: 0;
	margin: 0;
}

.welcome-news {
	background-color: rgba(255,255,255,0.85) !important;
	border-radius: 3px !important;

	-webkit-transition: background .5s ease-out;
	   -moz-transition: background .5s ease-out;
	     -o-transition: background .5s ease-out;
  			transition: background .5s ease-out;
}
.welcome-news:hover {
	background-color: rgba(255,255,255,1) !important;
}

#panorama .container {
	padding: 0;
	width: 100%;
}

.steuertermine .deubner_mio_atom h3 {
	display: none;
}

#top .iconbox,
.iconbox_content {
  display: flex;
}

.iconbox_content {
  flex-flow: column nowrap;
}

.iconbox_icon {
    flex-shrink: 0;
}

header.entry-content-header {
  display: flex;
  align-items: center;
  height: auto;
  flex-grow: 1;
}

#searchsubmit:hover {
	background-color: #5885CD;
}

#top .av-toggle-switch {
	margin-bottom: 3em;
}

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

@media only screen and (max-width: 767px) {
	#panorama .container {
		width: 100% !important;
		max-width: 100% !important;
		margin: 0 !important;	
	}
	h1.main-title {
		min-height: 14px !important;
	}
	.breadcrumb .breadcrumb-title {
		display: none;
	}
	body .container_wrap .hr.avia-builder-el-last {
		margin-bottom: 50px !important;
	}

	.responsive #socket .sub_menu_socket {
	    display: inline-block;
	}

	#socket .container {
	    text-align: center;
	}
}

.avia-cookie-consent .avia-cookie-consent-button.avia-cookie-hide-notification,
.avia-popup .avia-cookie-consent-button.avia-cookie-hide-notification {
	color: #000 !important;
}
*/