/*
* Theme Name: Company
* Theme URI: http://www.artviper.de
* Theme Description: Theme für Company
* Author: artViper Marketingagentur | Stephan Geissler
* Author URI: http://www.artviper.de
* Version: 1.3
* Tags: bootstrap, complete modified
* License: Not for resell or free
* License URI:
* Text Domain: Company
*/

/* Apply bootstrap styles */

@font-face {
	font-family: "Lato-Black";
	src: url(fonts/Lato-Black.ttf);
}
@font-face {
	font-family: "Lato-Italic";
	src: url(fonts/Lato-Italic.ttf);
}
@font-face {
	font-family: "Lato-Bold";
	src: url(fonts/Lato-Bold.ttf);
}
@font-face {
	font-family: "Lato-Light";
	src: url(fonts/Lato-Light.ttf);
}
@font-face {
	font-family: "";
	src: url(fonts/.ttf);
}
@font-face {
	font-family: "Lato-Regular";
	src: url(fonts/Lato-Regular.ttf);
}
@font-face {
	font-family: "Lato-Thin";
	src: url(fonts/Lato-Thin.ttf);
}

body,
html {
	overflow-x: hidden;
	color: #222d35;
	scroll-behavior: smooth;
}
.divider {
	margin-bottom: 25px;
	padding-top: 25px;
	clear: both;
	display: block;
	margin-bottom: 15px;
	padding-top: 15px;
	width: 100%;
}

/*Header Menu */
.fontwh {
	color: #FFF;
	text-align: center;
	padding: 10px 0;
	margin-bottom: 0 !important;
	font-size: 22px;
}
.fontwh p {
	color: #FFF;
	font-size: 22px;
}

.header-menu {
	list-style: none outside none;
	display: inline-block;
}
.header-menu li {
	display: inline;
	padding-right: 10px;
	padding-left: 5px;
	border-right: 1px solid white;
}
.header-menu li:last-child {
	border-right: none;
}

/* Footer */

.footer-wrapper {
    min-height: 100%;
    height: 100%;
    width: 100%;
    top: 0px;
    left: 0;
    padding: 20px 15px;
    color: #000;
    background-color: #404041;
}
.footer {
	padding-top: 50px;
	padding-bottom: 50px;
	color: #ffffff;
}
.footer a {
	color: #222222 !important;
}
.footer a:hover {
	color: #0056b3 !important;
	font-weight: 600;
	text-decoration: none;
}
.copyright a {
	color: #fff;
	font-size: 14px;
}

/* Copyright*/

.copyright-wrapper {
	background-color: #404040;
	min-height: 100%;
	height: 100%;
	width: 100%;
	top: 0px;
	left: 0;
	padding: 15px;
	color: #ffffff;
	font-size: 14px;
	list-style: none;
}
.credit {
	font-size: 10px;
	text-transform: none;
	list-style: none outside none;
	display: inline-block;
	text-transform: uppercase;
}
.credit li {
	display: inline;
}
.copyright {
	padding-top: 3px;
	padding-bottom: 2px;
	vertical-align: middle;
	align-items: center;
}
.copyright p {
	font-size: 14px !important;
	font-weight: 300;
    color: white;
}
.copyright ul li a {
	font-size: 12px !important;
	font-weight: 300;
}
.brand {
	margin-top: 8px;
    margin-bottom: 8px;
}
#site-title {
	font-size: 35px;
}
.header-menu {
	list-style: none outside none;
	display: inline-block;
}
.header-menu li {
	display: inline;
	padding-right: 10px;
	padding-left: 5px;
	border-right: 1px solid white;
}
#myHeader {
	border-bottom: 1px solid #000;
    padding: 15px 0px;
    background: #FFF;
    /* Moderne Browser & IE9+ */
    opacity: 0.9;
    /* Internet Explorer 5-8 */
    filter: alpha(opacity=90);
    /* Ältere Firefox-Versionen (vor 0.9) */
    -moz-opacity: 0.9;
    /* Ältere Safari-Versionen (1.x) */
    -khtml-opacity: 0.9;
    /* Trigger für "hasLayout" in IE, um Transparenz zu ermöglichen */
    zoom: 1;

}




/* New Css Start Here */
.mb50 {
	font-size: 22px;
}
.telurl_1, .mailurl_1 {
	font-family: "Lato-Regular" !important;
	font-size: 22px;
	color: #FFF;
	transition: all ease 700ms;
	-moz-transition: all ease 700ms;
	-webkit-transition: all ease 700ms;
	-ms-transition: all ease 700ms;
	-o-transition: all ease 700ms;
	text-decoration: none !important;
}
.telurl_1:hover, .telurl_1:active, .telurl_1:focus, .mailurl_1:hover, .mailurl_1:focus, .mailurl_1:active {
	color: #FFF;
	transition: all ease 700ms;
	-moz-transition: all ease 700ms;
	-webkit-transition: all ease 700ms;
	-ms-transition: all ease 700ms;
	-o-transition: all ease 700ms;
	text-decoration: underline !important;
}
.mailurl_2, .telurl_2  {
	font-family: "Lato-Regular" !important;
	font-size: 22px;
	color: #000;
	transition: all ease 700ms;
	-moz-transition: all ease 700ms;
	-webkit-transition: all ease 700ms;
	-ms-transition: all ease 700ms;
	-o-transition: all ease 700ms;
	text-decoration: none !important;
}
.mailurl_2:hover, .mailurl_2:focus, .mailurl_2:active, .telurl_2:hover, .telurl_2:focus, .telurl_2:active {
	color: #000;
	text-decoration: underline !important;
	transition: all ease 700ms;
	-moz-transition: all ease 700ms;
	-webkit-transition: all ease 700ms;
	-ms-transition: all ease 700ms;
	-o-transition: all ease 700ms;
	text-decoration: underline; !important;
}
#text-2 {
	font-size: 22px;
}
#welcome p {
	font-size: 20px !important;
}

body,
html {
	color: #222d35 !important;
}
body,
html,
h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: "Lato-Regular" !important;
}
p,
a {
	font-family: "Lato-Regular" !important;
	font-size: 16px;
	color: #000000;
}
html body .container {
	max-width: 1170px;
}
a,
a:hover {
	color: #1d71b8;
	text-decoration: none !important;
}
.text-right {
	text-align: right;
}
.text-left {
	text-align: left;
}
.text-center {
	text-align: center;
}
.tz_contact_form nf-field .nf-field-element input,
.tz_contact_form nf-field .nf-field-element textarea,
.tz_contact_form nf-field .nf-field-element input:focus,
.tz_contact_form nf-field .nf-field-element textarea:focus {
    background: transparent;
    color: #fff !important;
    height: 49px;
    font-size: 13px;
    border: 1px solid #ffffff !important;
}
.tz_contact_form nf-field .submit-container .nf-field .nf-field-element input {
    background-color: #ffffff !important;
    padding: 10px 30px;
    height: 50px;
    font-size: 14px;
    transition: 0.6s;
    text-transform: uppercase;
    color: #1d71b9 !important;
    width: 100%;
}
.tz_contact_form nf-field .submit-container .nf-field .nf-field-element input:hover {
	background-color: #eceff0 !important;
	color: #73848e;
}
.tz_contact_form .nf-before-form-content,
.tz_contact_form .nf-field-label{
	display: none !important;
}
.tz_contact_form #ninja_forms_required_items,
.tz_contact_form .nf-field-container {
    margin-bottom: 20px;
}
.tz_contact_form ::placeholder{
	color: white;
}
body .tz_contact_form #nf-label-field-6-0{
	color: white;
    font-size: 12px;
}
.mobile_show{
	display: none;
}

/* Header And Footer CSS */

.brand a {
    font-family: blippo !important;
    font-size: 34px;
    color: #1d71b8;
    text-transform: uppercase;
}
.main_logo .row{
	vertical-align: middle;
    align-items: center;
	padding: 5px 0px;
}
.footer_menu ul,
.footer_social ul {
    padding: 0;
    margin: 0;
    list-style: none;
}
.footer_social li {
    display: inline-block;
    padding: 0px 10px;
}
.footer_social a {
    color: white;
    font-size: 32px;
}
.footer_menu ul li a{
	color: white;
	text-transform: capitalize;
}
.top_header{
    background-color: #f2f2f2;
}
.top_header p{
    margin: 0;
}
.top_header a,
.top_header a:hover {
    background-color: #3b9ea4;
    padding: 10px 20px;
    color: white;
    font-family: "Lato-Bold" !important;
}
.v_middle{
    vertical-align: middle;
    align-items: center;
}
.cls_flex{
    display: flex;
    justify-content: end;
}
.cls_flex p {
    margin-right: 35px;
}
.main_header {
    border-bottom: 1px solid #000;
    padding: 15px 0px;
    background: #FFF;
    /* Moderne Browser & IE9+ */
    opacity: 0.9;
    /* Internet Explorer 5-8 */
    filter: alpha(opacity=90);
    /* Ältere Firefox-Versionen (vor 0.9) */
    -moz-opacity: 0.9;
    /* Ältere Safari-Versionen (1.x) */
    -khtml-opacity: 0.9;
    /* Trigger für "hasLayout" in IE, um Transparenz zu ermöglichen */
    zoom: 1;
}
.top-main-menu nav{
    padding: 0;
}
.top-main-menu nav li{
	padding: 15px 0px;
}
.top-main-menu nav li a{
    padding: 0 !important;
    margin-left: 30px !important;
    position: relative;
}
.top-main-menu nav li.current-menu-item a::before,
.top-main-menu nav li:hover a::before{
    content: "";
    padding: 10px;
    position: absolute;
    top: -12px;
    border-top: 2px solid #1c3562;
    left: 0;
    width: 100%;
}
.main_header .row .navbar-collapse {
    justify-content: end;
}
#menu-main-menu li.menu-item-has-children:hover .dropdown-menu {
    display: block;
    top: 45px;
    background-color: #ffffff;
    border-radius: 0;
    border: none;
    border-radius: 10px;
    box-shadow: 0px 0px 3px 1px rgb(0 0 0 / 40%);
    -webkit-box-shadow: 0px 0px 3px 1px rgb(0 0 0 / 40%);
    -moz-box-shadow: 0px 0px 3px 1px rgba(0,0,0,0.40);
	padding: 8px 20px;
}
#menu-main-menu li.menu-item-has-children .dropdown-menu a{
	color: #5b5b5b !important;
	text-transform: capitalize;
	padding: 10px !important;
	transition: 0.6s;
	margin: 0 !important;
	border-bottom: 1px solid #e1e1e1;
}
#menu-main-menu li.menu-item-has-children .dropdown-menu a:nth-last-of-type(1){
	border: none;
}
#menu-main-menu li.menu-item-has-children .dropdown-menu a:hover{
	background-color: #fff;
	color: #1c3562 !important;
}
#menu-main-menu li .dropdown-menu .dropdown-item::before{
	display: none;
}
body .dropdown-toggle::after {
	border: none;
    vertical-align: 0;
    background-image: url(http://immo.artviper.de/wp-content/uploads/2021/11/Ebene-5-Kopie.png);
    padding: 6px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    margin-top: 0px;
}

footer ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
footer ul li{
    padding: 0;
    display: inline-block;
}
footer ul li a{
    color: white !important;
    font-size: 15px;
}
footer .tz_footer_grid li {
    display: block;
    padding-bottom: 5px;
}
footer .tz_footer_grid li a{
    color: #000 !important;
}
.tz_footer_grid {
    width: calc(100% / 6 - 10px);
    margin: 5px;
}
.tz_footer_grid h4 {
    font-family: "Lato-Bold" !important;
    font-size: 16px;
}
.footer_scroll_btn img{
    width: 60px;
}
.footer_scroll_btn,
.footer_scroll_btn:focus,
.footer_scroll_btn:hover{
    display: none;
    position: fixed;
    bottom: 20px;
    right: 30px;
    z-index: 99;
    font-size: 18px;
    border: none;
    outline: none;
    background-color: transparent;
    color: white;
    cursor: pointer;
    padding: 0px;
    padding-left: 0px;
    padding-right: 0px;
    border-radius: 0px;
    outline: none;
}
#menu-footer-menu li {
    padding-left: 20px;
}

/* Home Page CSS */

.tz_hover_box{

}
.tz_hover_box .wpb_text_column{
	padding: 15px 30px !important;
	position: absolute;
	bottom: 30px;
	width: 100%;
}
.tz_hover_box .wpb_content_element h3 {
    color: white;
    text-transform: uppercase;
    font-family: "Lato-Bold" !important;
    font-size: 32px;
	margin: 0;
}
.tz_hover_box .wpb_content_element p{
	color: white;
}
body .main_hov_box_sec .tz_hover_box .vc_col-sm-4{
	overflow: hidden;
	transition: 0.6s;
}
body .main_hov_box_sec .tz_hover_box .vc_col-sm-4 .wpb_single_image{
    transition: 0.6s;
	overflow: hidden;
}
body .main_hov_box_sec .tz_hover_box .vc_col-sm-4 .wpb_single_image img{
	transition: 0.6s;
}
body .main_hov_box_sec .tz_hover_box .vc_col-sm-4:hover img {
    transform: scale(1.1);
}
.img_100 .vc_figure,
.img_100 .vc_single_image-wrapper,
.img_100 img{
	width: 100%;
}
.under_line_title{
	font-family: 'Lato-Bold' !important;
	text-transform: uppercase;
	color: white;
	position: relative;
}
.col_blue {
    border-bottom: 1px solid #1c3562;
}
.col_blue h3 {
    background-color: #1c3562;
}
.col_green{
	border-bottom: 1px solid #3b9ea4;
}
.col_green h3 {
    background-color: #3b9ea4;
}
.under_line_title h3{
	font-size: 16px;
	margin: 0;
	width: fit-content;
    padding: 5px 30px;
	font-family: 'Lato-Bold' !important;
}
.under_line_title a {
    position: absolute;
    right: 10px;
    top: 8px;
    text-transform: capitalize;
    color: #2b2b2b;
    font-size: 14px;
}
.tz_post_grid .vc-gitem-zone-height-mode-auto:before {
    padding-top: 70%;
}
.tz_post_grid .vc_gitem-post-category-name:hover{
	background-color: transparent !important;
}
.tz_post_grid .vc_gitem-post-data-source-post_categories {
    text-align: left !important;
    margin-bottom: 5px;
}
.tz_post_grid .vc_gitem-zone{
	background-color: transparent !important;
	border-radius: 10px;
	transition: 0.6s;
}
.tz_post_grid .vc_gitem-animated-block .vc_gitem-zone:hover{
	transform: scale(1.1);
}
.tz_post_grid h4 {
    font-size: 20px;
    font-family: 'Lato-Bold' !important;
}
.tz_post_grid .vc_gitem-animated-block {
	overflow: hidden;
    border-radius: 10px;
}
.post_side_grid .vc_gitem-animated-block {
	width: 50%;
    float: left;
}
.post_side_grid .vc_gitem-zone-c{
	width: 50%;
    float: left;
	padding-right: 15px;
}
.post_side_grid .vc_gitem-zone-c .vc_col-sm-12{
	padding: 0 !important;
}
.post_side_grid .vc-gitem-zone-height-mode-auto:before {
    padding-top: 100%;
}
.post_side_grid .vc_grid-item-mini {
    display: flex;
    direction: rtl;
}
.post_side_grid h4 {
    font-size: 18px;
    font-family: 'Lato-Regular' !important;
    line-height: 24px;
}
.tz_provider_category{
	display: inline-block;
}
.tz_provider_category ul li {
    width: calc(100% / 5 - 10px);
    margin: 5px;
    float: left;
	border-radius: 10px;
	transition: 0.6s;
	background-color: #f0f3f6;
}
.tz_main_img{
	width: 100%;
}
.title_sec{
	padding: 35px 20px;
	position: relative;
}
.title_sec img {
    position: absolute;
    width: 39px;
    right: 20px;
    top: -20px;
    display: none;
}
.title_sec h4 {
    font-family: 'Lato-Bold' !important;
    font-size: 17px;
}
.tz_provider_category ul li:hover .title_sec img{
	display: block;
}
.tz_provider_category ul li:hover .title_sec h4{
	color: #3b9ea4;
}
body.page-slug-home .hide_pg_text,
body.page-slug-baufinanzierung .hide_pg_text,
body.page-slug-rechner .hide_pg_text,
body.page-slug-checklisten .hide_pg_text,
body.page-slug-kontakt .hide_pg_text,
.side_top_grid .hide_pg_text{
	display: none;
}

/* News Page CSS */

body .pg_text {
    display: inline-block;
    margin: 60px 0px;
}
.remove_ul_pad{
	padding: 0;
	margin: 0;
	list-style: none;
}
.tz_cat_list {
    margin-top: 30px;
}
.tz_cat_list a {
    margin-bottom: 4px !important;
    display: block;
    font-size: 18px;
    color: #000000;
}
body.page-slug-news .post_side_grid.l_t_r .vc_grid-item-mini{
    direction: unset;
}
body.page-slug-news .post_side_grid.l_t_r .vc_gitem-zone-c{
    padding-right: 0px;
    padding-left: 30px;
}
body.page-slug-news .post_side_grid h4 {
    font-family: 'Lato-Bold' !important;
}
body.page-slug-news .post_side_grid .vc-gitem-zone-height-mode-auto:before,
body.page-slug-rechner-details .post_side_grid .vc-gitem-zone-height-mode-auto:before,
body.page-slug-baufinanzierung .post_side_grid .vc-gitem-zone-height-mode-auto:before,
body.page-slug-foerdermittel .post_side_grid .vc-gitem-zone-height-mode-auto:before,
body.page-slug-kontakt .post_side_grid .vc-gitem-zone-height-mode-auto:before,
body.page-slug-checklisten .post_side_grid .vc-gitem-zone-height-mode-auto:before {
    padding-top: 70%;
}
body .vc_btn3.vc_btn3-color-blue,
body .vc_btn3.vc_btn3-color-blue.vc_btn3-style-flat {
    background-color: #3b9ea4;
    font-family: 'Lato-Bold' !important;
    text-transform: uppercase;
    letter-spacing: 0.6px;
}
body .vc_btn3.vc_btn3-color-blue.vc_btn3-style-flat:focus,
body .vc_btn3.vc_btn3-color-blue.vc_btn3-style-flat:hover,
body .vc_btn3.vc_btn3-color-blue:focus,
body .vc_btn3.vc_btn3-color-blue:hover {
    background-color: #1c3562;
}

/* Post Single Page */

.tz_main_cont{

}
.tz_sing_blog{

}
.tz_sing_blog img {
    width: 100%;
    margin-bottom: 20px;
}
.tz_sing_blog h2 {
    font-family: 'Lato-Bold' !important;
    font-size: 26px;
    color: black;
    padding-bottom: 8px;
}
.tz_sing_blog .cat_list {
    margin-bottom: 10px;
}
.tz_sing_blog .tz_sing_cont p {
    font-size: 16px;
    line-height: 24px;
}
.shariff {
    margin-top: 30px;
}
.tz_post_bg_img {
    height: 230px;
    background-size: cover;
    border-radius: 10px;
    margin-bottom: 15px;
}
.tz_related_post_sec a h4 {
    color: #000;
    font-family: 'Lato-Bold' !important;
    font-size: 18px;
    line-height: 26px;
}
.tz_related_post_sec {
	margin-top: 40px;
    margin-bottom: 60px;
}
.tz_related_post_sec .cat_name{
	margin-bottom: 6px;
	color: #444444;
}

/* Other Page CSS */

.main_pg_bg{
	height: 330px;
}
.tz_other_title{
	color: #1c3562;
}
.f_bold{
	font-family: Lato-Bold !important;
}
.t_white,
.t_white p{
	color: white;
}
body .vc_btn3-container.tz_main_btn a {
    background-color: #3b9ea4 !important;
    color: white !important;
    text-transform: uppercase;
    font-family: 'Lato-Bold' !important;
	transition: 0.6s;
}
body .vc_btn3-container.tz_main_btn a:hover{
	background-color: #1c3562 !important;
}
body .vc_btn3-container.tz_btn_blue a {
    background-color: #1c3562 !important;
}
body .vc_btn3-container.tz_btn_blue a:hover {
    background-color: #3b9ea4 !important;
}
body .vc_btn3-container.white_btn a{
	background-color: #fff !important;
	color: black !important;
}
body .vc_btn3-container.white_btn a:hover{
	color: #fff !important;
}
body .tz_accordian .vc_tta-panels .vc_tta-panel-heading {
    background-color: transparent !important;
}
body .tz_accordian .vc_tta-panels .vc_tta-panel-heading h4 a {
    padding: 15px 0px;
    color: black !important;
	line-height: 22px;
}
body .tz_accordian .vc_tta-panels .vc_tta-panel {
    border-bottom: 1px solid #e3e3e3;
    background-color: transparent;
}
body .tz_accordian .vc_tta-panels .vc_tta-panel-body {
    padding: 0;
    border-top: 1px solid #e3e3e3;
    padding: 20px 0px;
}
body .tz_accordian .vc_tta-panels .vc_tta-panel-heading h4 a i::before,
body .tz_accordian .vc_tta-panels .vc_tta-panel-heading h4 a i::after{
	border-color: #84b5da !important;
}
.white_title{
	font-size: 40px;
}
body .tz_tab_pen_sec.vc_tta-color-grey.vc_tta-style-classic .vc_tta-tab.vc_active>a {
    border-color: #ffffff00;
    background-color: #ffffff00;
}
body .tz_tab_pen_sec.vc_tta.vc_tta-shape-rounded .vc_tta-tab>a {
    border-radius: 0px;
    border: none;
}
body .tz_tab_pen_sec.vc_tta-color-grey.vc_tta-style-classic.vc_tta-tabs .vc_tta-panels{
	background-color: #ffffff00 !important;
	border: none;
    border-top: 1px solid #ebebeb;
}
body .tz_tab_pen_sec .vc_tta-panel-body{
	padding: 40px 20px !important;
}
.tz_tab_cont_title {
    line-height: 25px;
    padding: 6px 0px;
}
.tz_tab_cont_title a {
    font-family: 'Lato-Bold' !important;
    font-size: 20px;
}
.tz_tab_cont_title a:hover{
	color: #0264b3 !important;
}
.tz_tab_pen_sec .vc_btn3-container.tz_btn_blue a{
	width: 200px;
}
body .tz_cont_form .wpcf7-form-control-wrap{
	width: 90%;
	display: inline-block;
	margin-bottom: 10px;
}
body .tz_cont_form .wpcf7-form-control{
    width: 100%;
    border: 1px solid #c4c4c4;
    padding: 10px 20px;
    border-radius: 6px;
}
body .tz_cont_form .wpcf7-form-control:focus{
	outline: none !important;
}
body .tz_cont_form .wpcf7-form-control.wpcf7-acceptance{
	padding: 0;
	margin: 0;
	outline: none;
	border: none;
}
body .tz_cont_form .wpcf7-list-item{
	margin: 0;
}
body .tz_cont_form .wpcf7-submit {
    background-color: #1c3562;
    border: 1px solid #1c3562;
    color: white;
    text-transform: uppercase;
    font-family: 'Lato-Bold';
    letter-spacing: 0.6px;
	width: 90%;
}
.tz_main_immo_pg .main_pg_bg {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

/* Immobilien Page CSS */

.tz_search_form {
    width: 100%;
    margin: 0 auto;
	display: inline-block;
}
.tz_form_row input,
.tz_form_row select{
	border: none;
    padding: 10px 20px;
    height: 50px;
    width: 100%;
	background-color: transparent;
}
.box_1 {
    width: 40%;
	float: left;
}
.box_2{
	width: 20%;
	float: left;
}
.box_3{
	width: 20%;
	float: left;
}
.box_4{
	width: 20%;
	float: left;
}
.form_field{
	background-color: white;
}
.tz_category_pg_list {
    margin: 60px 0px;
}
.tz_ser_form_row {
    width: calc(100% / 4);
    float: left;
    padding: 2px;
}
.tz_ser_form_row .tz_ser_txt,
.tz_ser_form_row select{
	padding: 10px;
	border: 1px solid #b1b1b1;
	background-color: transparent;
	width: 100%;
	border-radius: 5px;
}
.tz_ser_form_row .tz_ser_txt:focus,
.tz_ser_form_row select:focus{
	outline: none;
}
body .tz_search_form .tz_main_btn {
    transition: 0.6s;
    border-radius: 5px;
    display: inherit;
    width: 100%;
    text-align: center;
    padding: 10px;
    background-color: #1c3562;
    border: none;
    color: white;
    font-family: 'Lato-Bold';
    text-transform: uppercase;
    font-size: 14px;
	height: 45px;
}
.tz_immobilien_list_sec {
    padding: 0;
    margin: 0;
    list-style: none;
}
.tz_immobilien_list_sec li {
    margin: 20px 0;
    background: #fff;
    box-shadow: 0 0 15px rgb(231 231 231 / 70%);
	display: inline-block;
    width: 100%;
	display: flex;
    vertical-align: middle;
    align-items: center;
}
.tz_img_sec {
    width: 40%;
	float: left;
}
.bg_img_main{
	display: block;
	height: 350px;
    background-size: cover;
    background-position: center center;
}
.tz_immo_text {
    width: 60%;
    float: left;
	padding: 30px;
}
.tz_immo_text h4 a {
    font-size: 20px;
    font-family: 'Lato-Bold' !important;
    color: #000;
}
.tz_immo_text .address {
    margin: 10px 0px;
    font-size: 16px;
}
.tz_immobilien_list_sec li .info {
    position: relative;
    display: flex;
    flex-wrap: wrap;
}
.tz_immobilien_list_sec li .info .item {
    display: flex;
    flex-wrap: wrap;
    text-align: left;
    flex-direction: column;
	padding-right: 20px;
    margin-bottom: 15px;
    width: 50%;
}
.tz_immobilien_list_sec li .info .item span {
    display: block;
    font-size: 24px;
	font-family: Lato-Bold !important;
}
.tz_immobilien_list_sec li .info .item span.iprsmfon {
    font-size: 14px;
    color: #6a6a6a;
}
.tz_immobilien_list_company{

}
.tz_immobilien_list_company li{
	width: calc(100% / 3 - 20px);
	float: left;
	border: 1px solid #cfcfcf;
	margin: 10px;
	border-radius: 10px;
	display: flex;
    flex-flow: wrap;
	transition: 0.6s;
}
.tz_immobilien_list_company li:hover {
    box-shadow: 0px 0px 15px 1px rgb(0 0 0 / 30%);
    -webkit-box-shadow: 0px 0px 15px 1px rgb(0 0 0 / 30%);
    -moz-box-shadow: 0px 0px 15px 1px rgba(0,0,0,0.30);
}
.tz_comp_bg {
    height: 200px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
	width: 100%;
    background-size: cover;
    background-position: center center;
}
.tz_comp_cont{
	padding: 15px 20px;
}
.tz_comp_cont h4{
	font-family: 'Lato-Bold' !important;
	font-size: 20px;
    color: #000;
    padding-bottom: 10px;
}
.comp_cont {
    font-size: 15px;
}
.tz_rat_cat {
    display: flex;
    justify-content: space-between;
    border-top: 1px solid #898989;
    margin-top: 20px;
    padding-top: 10px;
}
.tz_rat{

}
.tz_rat i {
    color: #f9cd47;
}
.tz_immobilien_list_company {
	/* display: inline-block; */
	padding-bottom: 20px;
}

/* Immobilien Single Page CSS */

.main_slider img {
    width: 100%;
    height: 400px;
    object-fit: cover;
}
.main_thumb_slider img {
    height: 150px;
    width: 100%;
    object-fit: cover;
    padding: 5px;
}
.other_cont_sec{

}
.flex-container {
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
}
.imopreis {
    margin-top: 50px;
}
.bluprice {
    color: #2d76bd;
    font-size: 24px;
    font-weight: bold;
    line-height: 1;
	width: 20%;
}
.iprsmfon {
    color: #000;
    font-size: 15px;
    font-weight: 400;
}
.objbeschreibung {
    border-top: 1px solid #bbbbbb;
    margin-top: 40px;
    padding-top: 35px;
}
.fhcell {
    display: flex;
    height: 25px;
    align-items: center;
}
.objbeschreibung .col-xs-4{
	width: 40%;
}
.objbeschreibung .col-xs-8{
	width: 60%;
}
.tz_full_btn.tz_main_btn a {
    width: 100%;
    background-color: #1d3563;
    display: block;
    text-align: center;
    color: white;
    padding: 10px;
    border-radius: 6px;
    margin-top: 30px;
    font-family: 'Lato-Bold' !important;
    text-transform: uppercase;
}
.imofinanz,
.bausubst,
.imoausstat,
.imogriss,
.imolage,
.imosonst{
    margin-top: 30px;
}
.moitem4{

}
.moitem2{
	width: 30%;
}
.moitem6 {
    width: 30%;
}
.tz_marg_bottom{
	margin-bottom: 50px;
}
.tz_main_btn.btn_green a{
	background-color: #3b9ea4;
}
.cont_info_box{
	width: 100%;
    background-color: #f5eff1;
    padding: 30px;
	margin-bottom: 40px;
}

/* Dienstleister Single Page CSS */

.diens_top_img_sec{

}
.diens_top_img_sec ul li{
	height: 300px;
	width: calc(100% / 4);
	float: left;
	transition: 0.6s;
	overflow: hidden;
}
.diens_top_img_sec ul li:hover{
	/* transform: scale(1.1); */
}
.diens_top_sec {
    margin-bottom: 40px;
    border-bottom: 1px solid #c4c4c4;
    padding: 30px 0px;
}
.tz_top_diens_sec h3 {
    color: #2b2b2b;
    font-size: 22px;
}
.tz_top_diens_sec h2 {
    font-size: 30px;
    font-family: 'Lato-Bold' !important;
    color: #000;
    margin-top: 30px;
}
.both_btn a {
    background-color: #1c3562;
    padding: 10px 15px;
    color: white !important;
    font-family: 'Lato-Bold' !important;
    border-radius: 6px;
	width: 47%;
    display: block;
    float: left;
    margin: 5px;
    text-align: center;
}
.comp_phone{

}
.msg_friend {
    background-color: #cfcfcf !important;
    color: #333 !important;
}
.comp_desc h3 {
    color: #1c3562;
    font-family: 'Lato-Bold' !important;
    font-size: 30px;
}
.tz_comp_title {
    color: #1c3562;
}
.main_Sec_pd{
	padding-top: 40px;
}
.tz_icon_box .vc_column-inner .wpb_wrapper {
    display: flex;
    vertical-align: middle;
    align-items: center;
}
.tz_icon_box .vc_column-inner .wpb_wrapper .wpb_text_column {
    padding-left: 20px !important;
}
.gallery_video_sec {
    margin-top: 50px;
}
.gallery_video_sec li {
    width: calc(100% / 3 - 6px);
    margin: 3px;
    float: left;
}
.gallery_video_sec li img,
.gallery_video_sec li video{
	width: 100%;
	height: 250px;
	object-fit: cover;
}
.tz_single_diens_main_page{
	margin-bottom: 60px;
}
.sidebar_map_sec{

}
.main_map_sec {
    margin: 10px;
    border: 1px solid #cfcfcf;
    border-radius: 10px;
}
.main_map_sec iframe {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    height: 200px;
	width: 100%;
}
.side_sec_title {
    font-family: 'Lato-Bold' !important;
    font-size: 18px;
    margin-bottom: 15px;
}
.frame_sec {
    padding: 30px;
}
.frame_sec li {
    padding-bottom: 15px;
    display: flex;
    vertical-align: middle;
    align-items: center;
}
.frame_sec li img {
    margin-right: 30px;
    display: inline-block;
    height: 100%;
}
.main_map_sec .shariff{
	margin: 0;
}
.main_map_sec .shariff.shariff-align-flex-start ul {
    justify-content: end;
}
.tz_add_sec {
    margin: 10px;
    border: 1px solid #cfcfcf;
    border-radius: 10px;
    margin-top: 30px;
    padding: 30px;
}

.tz_immo_header_search_form{

}
.tz_search_txt_box {
    width: 40%;
    float: left;
}
.tz_search_sel_box {
    width: 20%;
    float: left;
}
.tz_immo_header_search_form input,
.tz_immo_header_search_form select {
    padding: 10px 15px;
    border: 1px solid #ffffff;
    background-color: white;
    width: 100%;
    border-radius: 0px;
    height: 45px;
    border-left: 1px solid #939393;
}
.tz_immo_header_search_form input:hover,
.tz_immo_header_search_form select:hover,
.tz_immo_header_search_form input:focus,
.tz_immo_header_search_form select:focus{
	outline: none !important;
}
.tz_head_ser_btn {
    width: calc(20% - 8px);
    float: left;
    margin-left: 8px;
}
.tz_head_ser_btn .tz_main_btn {
    background-color: #3b9ea4;
    border-color: #3b9ea4;
    color: white;
    text-transform: uppercase;
    font-weight: 600;
    border-radius: 5px;
}
.select2-container--default .select2-selection--single {
    background-color: #fff;
    border: 0px solid #aaa;
    border-radius: 0px;
    height: 45px;
}
.select2-container--default .select2-selection--single .select2-selection__rendered{
    line-height: 45px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow{
    height: 45px;
}
.tz_immo_header_search_form .select2-container--default .select2-selection--single{
    border-left: 1px solid #939393;
}
.select2-container--open .select2-dropdown{
    top: 33px !important;
}
.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
    background-color: #1c3562;
}
.select2-container--default .select2-results__option--selected {
    background-color: #1c3562;
    color: #fff;
}
body.page-slug-dienstleister .main_pg_bg {
    height: 400px;
}
.tz_ser_form_row .select2.select2-container .selection .select2-selection{
	border: 1px solid #b1b1b1;
	background-color: transparent;
	width: 100%;
	border-radius: 5px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow b{
	display: none;
}
.select2-container--default .select2-selection--single{
	position: relative;
	transition: 0.6s;
}
.select2-container--default .select2-selection--single::after{
	content: "";
    box-sizing: border-box;
    height: 10px;
    width: 10px;
    border-style: solid;
    border-color: #4b4b4b;
    border-width: 0px 1px 1px 0px;
    transition: border-width 150ms ease-in-out;
    position: absolute;
    transform: rotate(44deg);
    top: 15px;
    right: 15px;
	transition: 0.6s;
}
.select2-container--default.select2-container--open .select2-selection--single::after{
    transform: rotate(225deg);
	top: 18px;
	transition: 0.6s;
}
.tz_not_found {
    text-align: center;
    margin: 30px 0px;
    width: 100%;
    background-color: #1c3562;
    padding: 10px;
    color: white;
}
.view_sites,
.view_sites:hover{
    display: block;
    width: 94%;
    text-align: center;
    background-color: #1c3562;
    margin: 0 auto;
    padding: 15px;
    color: white;
    border-radius: 6px;
    margin-top: 25px;
}
.tz_tax_cont{
	margin: 40px 0px;
}
.commen_cat_sec_bottom {
    margin-top: 50px;
}
.top_sec_one {
    height: 400px;
    background-size: cover;
    background-position: center center;
    display: flex;
    vertical-align: middle;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.top_sec_one h3 {
    color: white;
    font-size: 42px;
    font-family: "Lato-Bold" !important;
	text-align: center;
}
.top_sec_one p {
    color: white;
    font-size: 20px;
}
.top_sec_one a {
    background-color: white;
    padding: 12px 20px;
    border: 1px solid white;
    border-radius: 6px;
    text-transform: uppercase;
    font-size: 14px;
    color: black;
}
.tz_cat_cont{
	margin: 50px 0px;
}
.tz_tax_cont .tz_ser_form_row {
    width: calc(100% / 3);
}
.social_icons{
	text-align: right;
	margin-top: 15px;
}
.social_icons a {
    margin-left: 10px;
}




@media( max-width:1024px) {
	.tz_hover_box .wpb_content_element h3 {
	    font-size: 18px;
	}
	.tz_post_grid h4 {
	    font-size: 18px;
	}
	.post_side_grid .vc_gitem-animated-block {
	    width: 100%;
	}
	.post_side_grid .vc_gitem-zone-c {
	    width: 100%;
	    padding-right: 0px;
	}
	.post_side_grid .vc_grid-item-mini {
	    display: inline-block;
	    direction: unset;
	}
	.post_side_grid .vc_gitem-zone-c .vc_col-sm-12 {
	    padding: 0 !important;
	    margin-top: 10px;
	}
	.title_sec {
	    padding: 25px 10px;
	}
	.tz_immobilien_list_company li {
	    width: calc(100% / 2 - 20px);
	}
}

@media( max-width:991px) {
	.top-main-menu nav.navbar,
	.top-main-menu .navbar-header {
		text-align: right;
		padding: 5px;
		width: 100%;
	}
	.top-main-menu ul li {
	    display: flow-root;
	    border: none !important;
        margin-bottom: 10px;
	}
	.top-main-menu ul li.btn_reservation {
	    border: 0px solid rgba(255,255,255,0.48) !important;
	}
	.top-main-menu ul li.current-menu-item a, .top-main-menu ul li:hover a {
	    color: #000 !important;
	    border-bottom: 0px solid white;
	}
	#menu-menu-1 {
		padding-right: 15px;
		opacity: 1;
    	filter: alpha(opacity=100);
    /* Ältere Firefox-Versionen (vor 0.9) */
    -moz-opacity: 1;
    /* Ältere Safari-Versionen (1.x) */
    -khtml-opacity: 1;
    /* Trigger für "hasLayout" in IE, um Transparenz zu ermöglichen */
    zoom: 1;
	}
	.container.main {
	
}

	.navbar-light .navbar-toggler {
	    background-color: white;
	}
	header .main_header #navbarSupportedContent {
		text-align: left;
	    background-color: #1c3562;
	    padding: 5px;
		z-index: 10;
    	position: relative;
	}
	.top-main-menu ul li a {
	    font-size: 14px;
	}
	.brand a {
	    font-size: 32px;
	}
	.top-main-menu{
		position: absolute;
	    right: 0;
	    top: 0px;
	    width: 100%;
	}
	.sticky-element-original.sticky-element-active.element-is-not-sticky {
		height: 53px;
	}
    .top_header {
        display: none;
    }
    .top-main-menu nav li a {
        padding: 0 !important;
    }
    .top-main-menu nav li.current-menu-item a::before,
    .top-main-menu nav li:hover a::before{
        display: none;
    }
    .top-main-menu nav li a {
        color: #000 !important;
    }
    #navbarSupportedContent {
    	background: #FFF;
    	opacity: 1;
    	filter: alpha(opacity=100);
    /* Ältere Firefox-Versionen (vor 0.9) */
    -moz-opacity: 1;
    /* Ältere Safari-Versionen (1.x) */
    -khtml-opacity: 1;
    /* Trigger für "hasLayout" in IE, um Transparenz zu ermöglichen */
    zoom: 1;
    }
    .tz_footer_grid {
        width: calc(100% / 3 - 10px);
    }
    .top-main-menu nav li a {
        padding: 0 !important;
        margin-left: 15px !important;
    }
	.top-main-menu nav li {
    	padding: 7px 0px;
	}

}
@media( max-width:767px) {
	#myHeader {
		height: 80px;
		z-index: 999;
	}
	.mobile_show{
		display: block;
	}
	.mobile_hide{
		display: none !important;
	}
	.main_header .main_logo .brand{
		width: 80%;
		z-index: 99;
	}
    .main_header {
        
    }
    .tz_footer_grid {
        width: calc(100% / 1 - 10px);
    }
    #menu-footer-menu li {
        padding: 0;
        padding: 5px 10px;
    }
    #menu-footer-menu{
        text-align: center;
    }
    .footer-wrapper {
        padding: 20px 10px;
    }
    .copyright-wrapper {
        padding: 10px 5px;
    }
    .footer_scroll_btn, .footer_scroll_btn:focus, .footer_scroll_btn:hover {
        right: 10px;
    }
	.tz_main_title {
	    font-size: 22px;
	}
	.tz_provider_category ul li {
	    width: calc(100% / 2 - 10px);
	}
	body.page-slug-news .post_side_grid.l_t_r .vc_gitem-zone-c {
	    padding-left: 10px;
	}
	.shariff {
	    margin-bottom: 30px;
	}
	.tz_other_title {
	    font-size: 28px;
	}
	.tz_main_btn.tz_btn_blue{
		margin-top: 20px !important;
	}
	.white_title {
	    font-size: 26px;
	}
	body .tz_cont_form .wpcf7-form-control-wrap,
	body .tz_cont_form .wpcf7-submit {
		width: 100%;
	}
	.tz_ser_form_row {
	    width: calc(100% / 1);
	    margin-bottom: 6px;
	}
	.tz_immobilien_list_sec li {
		display: flex;
    	flex-flow: wrap;
	}
	.tz_img_sec {
	    width: 100%;
	}
	.bg_img_main{
		height: 200px;
	}
	.tz_immo_text {
	    width: 100%;
	    padding: 20px;
	}
	.tz_immobilien_list_company li {
	    width: calc(100% / 1 - 20px);
		margin: 0;
    	margin-bottom: 20px;
	}
	.main_slider img {
	    height: 220px;
	}
	.main_thumb_slider img {
	    height: 70px;
	    padding: 2px;
	}
	.other_cont_sec h3{
		font-size: 22px;
	}
	.imopreis {
	    margin-top: 30px;
	}
	.bluprice {
	    width: 50%;
	    margin-bottom: 18px;
	}
	.objbeschreibung .col-xs-4,
	.objbeschreibung .col-xs-8 {
	    width: 50%;
	}
	.moitem2 {
	    width: 20%;
	}


}
