HTML {
	height:100%;
	min-height:100%;
}

body {
    background: #fff;
    font-size: 20px;
	min-height:100%;
    color: #727471;
    position: relative;
    font-family: 'Helvetica Neue LT Rom', sans-serif;
}
/*=======================================================
      HEADINGS
========================================================*/
h1, h2, h3, h4, h5, h6 {
    color: #727471;
    font-weight: normal;
}
h1 {
    font-size: 44px;
	margin-bottom:38px;
}
h2 {
    font-size: 30px;
}
h3 {
    font-size: 26px;
}
h4 {
    font-size: 22px;
}
h5 {
    font-size: 20px;
}
h6 {
    font-size: 16px;
}
p {
    font-weight: normal;
    color: #727471;
    font-size: 20px;
	font-size: 18px;
    line-height: 30px;
    text-rendering: optimizeLegibility;
}
button {
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
a {
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    text-decoration: none !important;
    color: #727471 !important;
}
img {
    -webkit-transition: 0.4s ease-in-out;
    -moz-transition: 0.4s ease-in-out;
    -ms-transition: 0.4s ease-in-out;
    -o-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
}
:focus {
    outline: none !important;
}

p {
	margin-bottom:20px;
}

strong {
	font-weight:bold;
}
/*=======================================================
      Buttons
========================================================*/
.btn {
    border: 1px solid #fff;
    height: 40px;
    text-align: center;
    font-size: 22px;
    color: #fff;
    position: relative;
    border-radius: 1px;
    text-transform: uppercase;
    font-weight: 100;
    padding: 0 25px;
    line-height: 40px;
}
/* .btn::before {
    border: 1px solid #fff;
    content: "";
    height: 105%;
    left: -5px;
    position: absolute;
    border-radius: 1px;
    top: -5px;
    width: 101.3%;
} */
.btn.dark {
    color: #fff!important;
}
.btn.lg {
    font-size: 24px;
    line-height: 50px;
    height: 50px;
    padding: 0 40px;
}
.btn:hover {
    color: #fff!important;
}
.btn:hover::before {
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
}
section {
    padding: 60px 0;
    position: relative;
}

section .container{
    position: relative;
}
    .wow:first-child {
      visibility: hidden;
    }
/*=======================================================
      Heading
========================================================*/
.heading,
.frame-type-header {
    margin-bottom: 0px;
}
/*=======================================================
      Header
========================================================*/
header .top_head {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
    margin-bottom: 16px;
}
header .container{
    max-width: 920px;
}
header .top_head .head_inside, header .top_head .head_inside_icon {
    width: 33.333333%;
}
header .top_head .head_inside_icon a {
}
header .top_head .head_inside_icon {
}
header .top_head .head_inside a {
    display:inline-block;
}
header .top_head .head_inside_icon .icon_header,
header .top_head .head_inside_icon .insta_icon {
	position:relative;
    width: 30px;
    margin-left: 30px;
}

header .top_head .head_inside_icon .icon_header .message-icon-hover {
	/*position:absolute;
	opacity:0;
	top:8px;
	bottom:0;
	left:0;
	z-index:1;*/
   display:none;
}

header .top_head .head_inside_icon .icon_header:hover .message-icon-hover {
  display:inline-block;
}

header .top_head .head_inside_icon .icon_header:hover .message-icon-normal {
  display:none;
}

header .top_head .head_inside_icon .icon_header .insta-icon-hover {
	display:none;
}

header .top_head .head_inside_icon .icon_header:hover .insta-icon {
	display:none;
}

header .top_head .head_inside_icon .icon_header:hover .insta-icon-hover {
	display:inline-block;
}


header .top_head .head_inside_icon .icon_header:hover .message-icon-hover,
header .top_head .head_inside_icon .icon_header:hover .insta-icon-hover {
	opacity:1;
}

header nav {
    border-top: 1px solid #fff;
}

header.header_bg {
    background: #b7b8b6;
	background:rgba(113,115,112,0.51);
    display: inline-block;
    width: 100%;
    position: absolute;
    left: 0px;
    z-index: 999;
    top: 0px;
    padding: 20px 0;
    padding: 16px 0;
    padding-bottom: 0px;
}
header.header-inner {
    position: relative;
    position: absolute;
    background: #b7b8b6;
	background:rgba(113,115,112,0.51);
}

header nav {
	display:block !important;
}

header nav ul {
    width: 100%;
    justify-content: center;
    padding-top: 15px;
    padding-bottom: 15px;
	text-align:center;
}

header nav ul.nav1 {
    position:relative;
}

header nav ul.nav2 {
    position:absolute;
	left:0;
	text-align:center;
}

header nav li {
    border-right: 1px solid rgba(255,255,255,0.7);
	display:inline-block;
}

header nav ul.nav2 li{
    display:inline-block;
}

header nav li .nav-link {
    margin: 0px 20px;
    font-size: 20px;
    padding: 0px;
    border-bottom: 1px solid;
    border-color: transparent;
    color: #fff !important;
}
header nav li .nav-link:hover {
    border-bottom: 1px solid #fff;
}
header nav li.active .nav-link,
header nav li.active li.active .nav-link {
    border-bottom: 1px solid #fff;
}

header nav li.active li .nav-link  {
    border-bottom: none;
}

header nav li:nth-last-child(1) {
    border-right: none;
}
header .icon_header.icon_navi {
}
header .icon_header.icon_navi.collapsed {
    transform: rotate(90deg)
}
header .icon_header img {
    max-width: 28px;
	max-width: 22px;
}

header .top_head .head_inside .logo-link img {
	position:relative;
	max-width:54px;
	height:auto;
	z-index:10;
}

header .top_head .head_inside:hover .logo-link img {
	-ms-transform:scale(.6617647058823529) translateY(-20px);
	-o-transform:scale(.6617647058823529) translateY(-20px);
	-webkit-transform:scale(.6617647058823529) translateY(-20px);
	-moz-transform:scale(.6617647058823529) translateY(-20px);
	transform:scale(.6617647058823529) translateY(-20px);
}

.logo-link .logo-claim {
	position:absolute;
	top:67px;
	top:53px;
	left:0;
	right:0;
	-webkit-opacity:0;
	-moz-opacity:0;
	opacity:0;
	margin:0 auto;
	color:#fff;
	font-size:15px;
	font-size:14px;
	line-height:18px;
	-webkit-transition: 0.4s ease-in-out;
    -moz-transition: 0.4s ease-in-out;
    -ms-transition: 0.4s ease-in-out;
    -o-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
}

header .top_head .head_inside:hover .logo-claim {
	-moz-opacity:1;
	-webkit-opacity:1;
	opacity:1;
	-webkit-transition: 0.4s ease-in-out 0.4s;
    -moz-transition: 0.4s ease-in-out 0.4s;
    -ms-transition: 0.4s ease-in-out 0.4s;
    -o-transition: 0.4s ease-in-out 0.4s;
    transition: 0.4s ease-in-out 0.4s;
}

.logo-link .logo-claim span{
	display:inline-block;
	padding-right:10px;
	margin-right:10px;
	border-right:1px solid #fff;
}

.logo-link .logo-claim span:last-child{
	padding-right:0px;
	margin-right:0px;
	border:0;
}

/*=======================================================
      Top Banner
========================================================*/
.main-body {
    background: url("../images/start_phs-architektur_de1.jpg") no-repeat;
    background-position: center;
    background-size: cover;
    height: 100vh;
    width: 100%;
    position: relative;
	/* mobile viewport bug fix */
}
/*=======================================================
      Hero Header
========================================================*/
.hearo_header {
    background: url("../images/hero_header.jpg") no-repeat;
    background-size: cover;
    min-height: 730px;
    padding-top: 170px;
    display: flex;
    align-items: center;
}
.hearo_header .hero_text p {
    font-size: 18px;
    line-height: 30px;
    text-align: justify;
}
.hearo_header .hero_text h1 {
    font-size: 40px;
    font-size: 30px;
    margin: 0px;
    margin-bottom: 20px;
    font-weight: normal;
}
.hearo_header .hero_text {
    background: rgba(255,255,255,0.75);
    padding: 20px 30px;
    max-width: 645px;
}


/*=======================================================
      Content
========================================================*/

#content {
	padding-top:104px;
	padding-top:83px;
	padding-bottom:60px;
	-webkit-transition: padding 0.4s;
    -moz-transition: padding 0.4s;
    -ms-transition: padding 0.4s;
    -o-transition: padding 0.4s;
    transition: padding 0.4s;
}

#content.nav-open,
#page-7 #content.nav-has-subnav.nav-open,
#page-8 #content.nav-has-subnav.nav-open {
	padding-top:166px;
	padding-top:145px;
}

#content.nav-has-subnav.nav-open {
	padding-top:228px;
}

/*=======================================================
      Leistungen
========================================================*/
.leistungen_sec .leistungen_services li article {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: center;
    position: relative;
    margin-top: 30px;
    text-align: center;
    border-radius: 2px;
}
.leistungen_sec .leistungen_services ul {
    display: flex;
    margin: 0 -15px;
    border-bottom: none;
	/* new styles JPI */
	margin-bottom:60px;
}

.leistungen_sec .leistungen_services ul li a {
	position:relative;
	padding-top:131px;
	background-repeat:no-repeat;
	background-position:center 77px;
}

.leistungen_sec .leistungen_services ul li:first-child a {
	background-image:url("../images/leistungen_icon_1.png");
}

.leistungen_sec .leistungen_services ul li:first-child a.active,
.leistungen_sec .leistungen_services ul li:first-child a:hover,
.leistungen_sec .leistungen_services ul li:first-child a:focus,
.leistungen_sec .leistungen_services ul li:first-child a:active {
	background-image:url("../images/leistungen_icon_1_active.png");
}

.leistungen_sec .leistungen_services ul li:nth-child(2) a {
	background-image:url("../images/leistungen_icon_2.png");
}

.leistungen_sec .leistungen_services ul li:nth-child(2) a.active,
.leistungen_sec .leistungen_services ul li:nth-child(2) a:hover,
.leistungen_sec .leistungen_services ul li:nth-child(2) a:focus,
.leistungen_sec .leistungen_services ul li:nth-child(2) a:active {
	background-image:url("../images/leistungen_icon_2_active.png");
}

.leistungen_sec .leistungen_services ul li:nth-child(3) a {
	background-image:url("../images/leistungen_icon_3.png");
}

.leistungen_sec .leistungen_services ul li:nth-child(3) a.active,
.leistungen_sec .leistungen_services ul li:nth-child(3) a:hover,
.leistungen_sec .leistungen_services ul li:nth-child(3) a:focus,
.leistungen_sec .leistungen_services ul li:nth-child(3) a:active {
	background-image:url("../images/leistungen_icon_3_active.png");
}


.leistungen_sec .leistungen_services li {
    width: 33.33333%;
    padding: 0 15px;
    position: relative;
}
.leistungen_sec .leistungen_services li span i {
    width: 100%;
    display: block;
    margin-bottom: 30px;
    text-align: center;
}
.leistungen_sec .leistungen_services li a {
    top: 0px;
    left: 0px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    font-size: 26px;
    border: 1px solid #d2d2d2;
}
.leistungen_sec .leistungen_services {
    margin-top: 20px;
    margin-bottom: 60px;
}
.leistungen_sec .leistungen_services li a:hover {
    border-color: #c4a14e;
}
.leistungen_sec .leistungen_services li a.active {
    border-color: #c4a14e;
}
/*=======================================================
      Accordion Section
========================================================*/
.brandschutz_accor {
    padding-top: 0px;
}
.brandschutz_accor h3,
.leistungen_services h3{
    font-size: 26px;
    margin-bottom: 20px;
}
.brandschutz_accor p,
.leistungen_services p {
    font-size: 20px;
	font-size: 18px;
    margin-bottom: 0px;
}
/*=======================================================
      Accordion
========================================================*/
.accordion,
div[id^="accordion"]{
	width:100%;
    max-width: 950px;
    margin: 0 auto;
    margin-top: 60px;
}
.accordion .card,
div[id^="accordion"] .card {
    margin-bottom: 20px;
    border: none;
}

div[id^="accordion"] header {
	display:none;
}

.accordion .card-body,
div[id^="accordion"] .card-body {
    padding: 20px 30px;
}

.card .card-header,
div[id^="accordion"] .card-header {
	padding:0;
	border-radius:0;
	border:0;
}

.accordion .card .acr-tittle,
.card .card-header .btn.btn-link {
    padding: 16px 29px;
    background: #fff;
    border-radius: 3px;
    border-radius: 0px;
    margin: 0px;
    font-size: 20px;
    position: relative;
    overflow: hidden;
    border: 1px solid #d1a852;
    color: #d1a852 !important;
	text-decoration:none !important;
}

.card .card-header .btn.btn-link {
	width:100%;
	display:block;
    height: auto;
    text-align: left;
    color: #fff;
    position: relative;
    text-transform: none;
    font-weight: 400;
    line-height: 30px;
	box-shadow:none !important;
}

.accordion .card .acr-tittle:before,
div[id^="accordion"] .card .btn.btn-link:after {
    /*font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f106";
    content: "\f077";
    color: #d1a852;*/
	content:"";
	width:24px;
	height:16px;
	background-image:url("../images/acc-arrow-up.png");
	background-repeat:no-repeat;
	background-position: center;
    padding: 0px;
    float: right !important;
    position: absolute !important;
    right: 20px !important;
	left:auto !important;
    top: 50%;
	-ms-transform:translateY(-50%);
	-o-transform:translateY(-50%);
	-webkit-transform:translateY(-50%);
	-moz-transform:translateY(-50%);
	transform:translateY(-50%);
    font-size: 20px;
    line-height: 50px;
}
.accordion .card .acr-tittle.collapsed:before,
div[id^="accordion"] .card .btn.btn-link.collapsed:after {
    /*content: "\f107";
    content: "\f078";
    color: #727471;*/
	background-image:url("../images/acc-arrow-down.png");
}
.accordion .card .acr-tittle.collapsed,
div[id^="accordion"] .card .btn.btn-link.collapsed{
    border: 1px solid #bebebe;
    color: #727471 !important;
}
/*=======================================================
      Team
========================================================*/
.teaming_sec {
    padding-top: 0px;
}
/*
.teaming_sec .team_membs {
    margin-top: 50px;
}*/

.teaming_sec .frame-type-header {
    margin-bottom: 50px;
}
.teaming_sec .team_membs article img {
    max-width: 100%;
}

.teaming_sec .team_membs article .overlay_member p, .teaming_sec .team_membs article .overlay_member h5, .teaming_sec .team_membs article .overlay_member h4,
.teaming_sec .team_membs article .overlay_member h3 {
    color: #fff;
    margin: 0px;
    margin-bottom: 10px;
    margin-bottom: 15px;
    margin-bottom: 9px;
}

.teaming_sec .team_membs article .overlay_member a {
	color:#fff !important;
}

.teaming_sec .team_membs article .overlay_member .position {
	font-size:20px;
	font-size:18px;
	color: #fff;
    margin: 0px;
    margin-bottom: 10px;
}

.teaming_sec .team_membs article .overlay_member p svg {
    margin-right: 10px;
}
.teaming_sec .team_membs article .overlay_member h4,
.teaming_sec .team_membs article .overlay_member h3 {
   /* position: absolute;
    bottom: 20px;*/
    color: #727471;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.teaming_sec .team_membs article .overlay_member .lower-sec {
    position: absolute;
    bottom: 20px;
    bottom: 19px;
}

.teaming_sec .team_membs article .overlay_member .member-mail {
	margin-bottom:4px;
}

.teaming_sec .team_membs article .overlay_member .member-phone {
	margin-bottom:0;
}

.teaming_sec .team_membs article .overlay_member h3 {
	font-size:21px;
	color:#fff;
}

.teaming_sec .team_membs article:hover .overlay_member h3 {
	color:#fff;
}

.teaming_sec .team_membs article .overlay_member.d-flex h3,
.teaming_sec .team_membs article .overlay_member.d-flex p{
	color:#727471 !important;
}

.teaming_sec .team_membs article {
    margin-bottom: 30px;
}
.teaming_sec .team_membs .overlay_member.d-flex {
    background: none !important;
}
.teaming_sec .team_membs .overlay_member.d-flex h3,
.teaming_sec .team_membs .overlay_member.d-flex p {
    width: 100%;
    font-size: 26px;
    margin: 0px;
    margin-top: 80px;
}
.teaming_sec .team_membs article .overlay_member {
    background: rgba(196,162,78,0);
    background: rgba(0,0,0,.10);
    position: absolute;
    left: 0px;
    top: 0px;
    z-index: 9;
    height: 100%;
    width: 100%;
    padding: 23px 20px;
    color: #fff;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.teaming_sec .team_membs article .overlay_member .upper-sec {
    opacity: 1;
}

.teaming_sec .team_membs article .overlay_member .lower-sec{
    opacity: 0;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.teaming_sec .team_membs article:hover .overlay_member .lower-sec{
    opacity: 1;
}

.teaming_sec .team_membs article .overlay_member .upper-sec .position{
    opacity: 0;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.teaming_sec .team_membs article:hover .overlay_member .upper-sec .position{
    opacity: 1;
}


.teaming_sec .team_membs article:hover .overlay_member h4 {
    color: #fff;
    text-shadow: none;
}
.teaming_sec .team_membs article .overlay_member p i {
    font-size: 18px;
    margin-right: 10px;
}
.teaming_sec .team_membs article:hover .overlay_member {
    background: rgba(196,162,78,0.9);
}
.teaming_sec .team_membs article:hover .upper-sec {
    opacity: 1;
}
.teaming_sec .team_membs article {
    border: 1px solid #d0d0d0;
    border-radius: 2px;
    position: relative;
    overflow: hidden;
	max-width:375px;
}
/*=======================================================
      Heading
========================================================*/
.big-heading {
    background: #0e0e0e;
    padding: 60px 0;
    overflow: hidden;
    position: relative;
    -webkit-box-shadow: 0px 6px 24px 0px rgba(50, 50, 50, 0.37);
    -moz-box-shadow: 0px 6px 24px 0px rgba(50, 50, 50, 0.37);
    box-shadow: 0px 6px 24px 0px rgba(50, 50, 50, 0.37);
}
.big-heading strong {
    font-size: 300px;
    position: absolute;
    right: 70px;
    top: 0;
    line-height: 220px;
    font-family: 'Teko', sans-serif;
    color: #131313;
    font-weight: 400;
    z-index: 1;
}
.big-heading h2 {
    font-size: 40px;
    color: #fff;
    text-transform: uppercase;
    float: right;
    margin: 0;
    position: relative;
    z-index: 1;
}
.big-heading h2 span {
    border-bottom: 2px solid;
    display: inline-block;
}
/*=======================================================
      Bauten Section
========================================================*/
.main_thumnail header {
    background-color: #b7b8b6 !important;
}

.thum_div {
    position: relative;
	-o-transform:scale(.5);
	-ms-transform:scale(.5);
	-moz-transform:scale(.5);
	-webkit-transform:scale(.5);
	transform:scale(.5);
	opacity:0;
	-o-transition:.8s cubic-bezier(0.175, 0.885, 0.32, 1.275);
	-ms-transition:.8s cubic-bezier(0.175, 0.885, 0.32, 1.275);
	-webkit-transition:.8s cubic-bezier(0.175, 0.885, 0.32, 1.275);
	-moz-transition:.8s cubic-bezier(0.175, 0.885, 0.32, 1.275);
	transition:.8s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.thum_div.visible {
    position: relative;
	-o-transform:scale(1);
	-ms-transform:scale(1);
	-moz-transform:scale(1);
	-webkit-transform:scale(1);
	transform:scale(1);
	opacity:1;
}

.image_thumnail {
    opacity: 1;
    display: block;
    width: 100%;
    height: auto;
    transition: .4s ease;
    backface-visibility: hidden;/* transition: all .5s ease-in-out;   */
}
/* .thum_div:hover{
    
    -ms-transform: scale(1.1); 
  -webkit-transform: scale(1.1);
  transform: scale(1.1); 
} */
.middle {
    transition: .4s ease;
    opacity: 0;
    height: 100%;
    position: absolute;
    bottom: 0px;
    width: 100%;
    padding-left: 20px;
    z-index: 999;
    background: #b7b8b68a;
	background: rgba(71,73,70,.51);
    display: flex;
}
.left_side_ge svg {
    font-size: 24px;
    margin-bottom: -3px;
    margin-right: 8px;
    color: #939397;
}

.left_side_ge img {
	margin-top:-6px;
}

.left_side_ge:hover,
.left_side_ge:focus,
.left_side_ge:active {
	color:#d0a64d !important;
}

.thum_div:hover .image_thumnail {
    -ms-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 2;
    cursor: pointer;
}
.thum_div:hover .middle {
    opacity: 1;
}
.text_thum {
    color: white;
    position: absolute;
    bottom: 0px;
    left: 20px;
	right:20px;
    font-size: 16px;
}
.text_thum h3,
.text_thum h2 {
    color: #fff;
    margin-bottom: 6px;
    font-size: 24px;
}
.text_thum p {
    color: #fff;
}
h4.thum_title {
    margin-top: 20px;
    margin-bottom: -8px;
    font-size: 32px;
}
.overlay-dark {
    position: relative;
    overflow: hidden;
}
.overlay-dark:hover::before, .overlay-dark:hover::before {
    transition: .5s ease;
    z-index: 9;
}
.overlay-dark::before, .overlay-dark::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
.overlay {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
}
.position-center-center {
    left: 50%;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.position-center-x {
    position: absolute;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
}
.position-center-y {
    left: 50%;
    position: absolute;
    -webkit-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
}
.bauten_sec .thum_div,
.news-list-view .thum_div {
    margin-top: 30px;
}
.bauten_sec .heading h2 {
    font-size: 34px;
}
/*=======================================================
      Footer
========================================================*/
.auf_inside_details .auf_top_info {
    margin-bottom: 50px;
}
.auf_inside_details .auf_top_info i {
    width: 20px;
    margin-right: 20px;
    float: left;
}
.auf_inside_details .auf_top_info .right_side_ge i {
    float: right;
    margin-right: 0px;
    margin-left: 20px;
}
.auf_inside_details .grew_para,
.de_news_einzelnews .grew_para {
    text-align: justify;
	margin-top:-6px;
}
.auf_inside_details .auf_top_info {
}

.footer-links {
  padding:0;
}

.footer-links li {
  display:inline-block;
  line-height:30px;
  margin-right:2px;
}

.footer-links li a{
  position:relative;
  font-size:17px;
  font-size:15px;
  color:#fff !important;
  padding-right:15px;
  margin-right:6px;
  border-right:1px solid #fff;
}

.footer-links li:last-child a{
  margin-right:0px;
}

.footer-links li:last-child a{
  padding-right:0px;
  border-right:0;
}

/*=======================================================
      NEWS
========================================================*/

.de_news_einzelnews .auf_top_info {
    margin-bottom: 50px;
}
.de_news_einzelnews .auf_top_info i {
    width: 20px;
    margin-right: 20px;
    float: left;
}
.de_news_einzelnews .auf_top_info .right_side_ge i {
    float: right;
    margin-right: 0px;
    margin-left: 20px;
}
.de_news_einzelnews.grew_para {
    text-align: justify;
}
.de_news_einzelnews .news_icon {
    max-width: 16px;
    margin-bottom: 10px;
}
.de_news_einzelnews .heading h2 {
    font-size: 34px;
}
.de_news_einzelnews p {
    text-align: justify;
}
/*=======================================================
      CONTACT US
========================================================*/

.contact_us .map {
    width: 100%;
}


.map-container {
	overflow:hidden;
	position:relative;
	height:0;
}

.map-container iframe {
	left:0;
	top:0;
	height:100%;
	width:100%;
	position:absolute;
}

#map-container-1 {
    height: 458px;
}

#map-container-1 p {
	background: #d7d7cb;
	cursor: pointer;
	height: 458px;
	padding: 30px;
	animation: 4s infinite bgcolorchange;
}

#map-container-1 p b {
	font-size:1.5em;
}

@keyframes bgcolorchange {
  0% {
    background: #d7d7cb;
  }
  50% {
    background: #f8f8f8;
  }
}



.contact_us p {
	font-size:20px;
}

.contact_us .contact_content {
    margin-bottom: 32px;
}
.contact_us .contact_content p {
    line-height: 24px;
    padding-top: 4px;
}
.contact_us .contact_details {
    margin-bottom: 14px;
}
.contact_us .contact_details li {
    color: #747472;
    padding-bottom: 8px;
    font-size: 16px;
}
.contact_us .contact_details li a:hover {
    color: #d0a64d !important;
}
.contact_us .form-control {
    border-radius: 0px;
}
.contact_us .form_content label {
    color: #747472;
    padding-bottom: 8px;
    font-size: 16px;
}
.contact_us .form_content p {
    color: #747472;
    padding-bottom: 20px;
    font-size: 18px;
}
.contact_us .form_content input{
    margin-left: 10px;
    margin-top: 5px;
}
.contact_us .form_content .btn_submitted {
    background-color: #d0a64d;
    border-color: #d0a64d;
    color: #fff;
    font-family: 'Helvetica Neue LT Rom';
    font-size: 18px;
    padding-bottom: 0px;
    min-width: 162px;
    height: 57px;
}
.contact_us .space_top {
    margin-top: 10px;
}
/*=======================================================
      Footer
========================================================*/
footer {
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
    padding: 10px;
    background: #939397;
    background: #717370;
}

#page-1 footer {
	position:fixed;
	bottom:0;
}
footer .foot_paragh a {
    color: #fff !important;
    margin-bottom: 0px;
}
footer .foot_paragh {
    color: #fff;
    margin-bottom: 0px;
}
footer.footer_inner {
    position: relative;
}
.main-heading-holder.pro-head {
    padding: 0 0 50px;
}
.main-heading-holder::after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}
/*=======================================================
      Slider
========================================================*/
.zuru_slider {
    padding-bottom: 150px;
    padding-top: 0px;
}
.zuru_slider .slider {
    position: relative;
}
.zuru_slider img {
    max-width: 100%;
	width:100%;
	height:auto;
}
.swiper-container {
    width: 100%;
    height: 100%;
}
.swiper-button-next, .swiper-container-rtl .swiper-button-prev {
    right: -45px;
}
.swiper-button-next, .swiper-button-prev {
    margin-top: 0px;
}
.swiper-button-prev, .swiper-container-rtl .swiper-button-next {
    left: -45px;
}
.swiper-button-next:after, .swiper-button-prev:after {
    font-size: 26px;
    color: #727471;
}

.swiper-button-next, .swiper-button-prev {
	-ms-transform:translateY(-50%);
	-o-transform:translateY(-50%);
	-webkit-transform:translateY(-50%);
	-moz-transform:translateY(-50%);
	transform:translateY(-50%);
}


.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    border: 1px solid #d0d0d0;
}
.main-heading-holder.pro-head .main-heading {
    padding: 0;
}
.main-heading-holder .main-heading {
    display: inline-block;
    padding: 0 0 35px;
}
.main-heading-holder .main-heading h2 {
    line-height: 42px;
    font-size: 40px;
    margin: 0 0 10px;
}
.main-heading-holder .main-heading h3 {
    color: #414141;
    margin: 0;
}
.main-heading-holder .main-heading h3 span {
    font-weight: 600;
}
.main-heading-holder .main-heading p {
    font-size: 16px;
    color: #696767;
    margin: 0;
}
.theme-pagination {
    position: relative;
}
.theme-pagination.border-top {
    border-top: 1px solid #e7e7e7;
    padding: 30px 0 0;
}
.theme-pagination ul {
    display: inline-block;
    margin: 0;
}
.theme-pagination ul li {
    margin: 0 0 0 5px;
    float: left;
}
.theme-pagination ul li:first-child {
    margin: 0;
}
.theme-pagination ul li a {
    font-family: 'Teko', sans-serif;
    height: 35px;
    line-height: 35px;
    min-width: 35px;
    text-align: center;
    font-weight: 400;
    color: #777;
    border: 2px solid #e1e1e1;
    padding: 0;
    border-radius: 0!important;
    position: relative;
    display: block;
    background: none;
    font-size: 22px;
}
.theme-pagination ul li a:before {
    font-size: 15px;
    line-height: 18px;
    position: absolute;
    top: 7px;
    left: 9px;
}
.breadcrumb ul {
    display: inline-block;
}
.breadcrumb li {
    float: left;
    color: #fff;
}
.breadcrumb li a {
    float: left;
    font-size: 14px;
    color: #fff;
    line-height: 20px;
}
.breadcrumb li::before {
    float: left;
    line-height: 22px;
    content: "/";
    font-family: fontawesome;
    margin: 0 10px;
}
.breadcrumb li:first-child::before {
    display: none;
    margin: 0;
}
.social-icons ul li {
    float: left;
    margin: 0 0 0 20px;
}
.social-icons ul li:first-child {
    margin: 0;
}
.social-icons ul > li > a {
    border: 1px solid #fff;
    height: 39px;
    width: 39px;
    line-height: 37px;
    text-align: center;
    font-size: 14px;
    color: #fff;
    position: relative;
    font-size: 18px;
    border-radius: 1px;
}
.social-icons ul > li > a::before {
    border: 1px solid #fff;
    content: "";
    height: 105%;
    left: -5px;
    position: absolute;
    border-radius: 1px;
    top: -5px;
    width: 105%;
}
.social-icons.gray ul li a, .social-icons.gray ul li a::before {
    border-color: #848484;
    color: #848484;
}
.social-icons ul li a:hover {
    color: #fff;
}
.social-icons ul li a:hover::before {
    left: 0;
    height: 100%;
    width: 100%;
    top: 0;
}
.social-icons .title {
    font-family: 'Teko', sans-serif;
    font-weight: 400;
    font-size: 22px;
}
.social-icons.style-2 li {
    display: inline-block;
    margin: 0 10px;
}
.rating-stars li {
    float: left;
    margin: 0 0 0 3px;
}
.rating-stars li i {
    vertical-align: middle;
    color: orange;
    line-height: 27px;
}
.rating-stars li:first-child {
    margin: 0
}
.p-absolute {
    position: absolute;
}
.p-relative {
    position: relative;
}
.z-index-1 {
    z-index: 1;
}
.z-index-2 {
    z-index: 2;
}
.row.no-gutters {
    margin-right: 0;
    margin-left: 0;
}
.row.no-gutters > [class^="col-"], .row.no-gutters > [class*=" col-"] {
    padding-right: 0;
    padding-left: 0;
}
.white-bg {
    background: #fff;
}
.gray-bg {
    background: #f2f2f2;
}
.text-white {
    color: #fff;
}
.font-bold {
    font-weight: bold;
}
.text-left {
    text-align: left;
}
.text-right {
    text-align: right;
}
.d-inline-block {
    display: inline-block;
}
.d-block {
    display: block;
}
.h-white h1, .h-white h2, .h-white h3, .h-white h4, .h-white h5, .h-white h6 {
    color: #fff;
}
.p-white p {
    color: #fff;
}
.h-m-0 h1, .h-m-0 h2, .h-m-0 h3, .h-m-0 h4, .h-m-0 h5, .h-m-0 h6 {
    margin: 0;
}
.p-m-0 p {
    margin: 0;
}
.h-white h1 a, .h-white h2 a, .h-white h3 a, .h-white h4 a, .h-white h5 a, .h-white h6 a {
    color: #fff;
}
.p-white p {
    color: #fff;
}
.h-m-0 h1 a, .h-m-0 h2 a, .h-m-0 h3 a, .h-m-0 h4 a, .h-m-0 h5 a, .h-m-0 h6 a {
    margin: 0;
}
.p-m-0 p a {
    margin: 0;
}
label {
    font-size: 16px;
    color: #747588;
}
.mb-10 {
    margin-bottom: 10px;
}
.mb-20 {
    margin-bottom: 20px;
}
.mb-30 {
    margin-bottom: 30px;
}
.mb-40 {
    margin-bottom: 40px;
}
.mb-50 {
    margin-bottom: 50px;
}
.mb-60 {
    margin-bottom: 60px;
}
.mb-70 {
    margin-bottom: 70px;
}
.mb-80 {
    margin-bottom: 80px;
}
.mb-90 {
    margin-bottom: 90px;
}
.mb-100 {
    margin-bottom: 100px;
}
.mt-10 {
    margin-top: 10px;
}
.mt-20 {
    margin-top: 20px;
}
.mt-30 {
    margin-top: 30px;
}
.mt-40 {
    margin-top: 40px;
}
.mt-50 {
    margin-top: 50px;
}
.mt-60 {
    margin-top: 60px;
}
.mt-70 {
    margin-top: 70px;
}
.mt-80 {
    margin-top: 80px;
}
.mt-90 {
    margin-top: 90px;
}
.mt-100 {
    margin-top: 100px;
}
.pb-10 {
    padding-bottom: 10px;
}
.pb-20 {
    padding-bottom: 20px;
}
.pb-30 {
    padding-bottom: 30px;
}
.pb-40 {
    padding-bottom: 40px;
}
.pb-50 {
    padding-bottom: 50px;
}
.pb-60 {
    padding-bottom: 60px;
}
.pb-70 {
    padding-bottom: 70px;
}
.pb-80 {
    padding-bottom: 80px;
}
.pb-90 {
    padding-bottom: 90px;
}
.pb-100 {
    padding-bottom: 100px;
}
.pt-10 {
    padding-top: 10px;
}
.pt-20 {
    padding-top: 20px;
}
.pt-30 {
    padding-top: 30px;
}
.pt-40 {
    padding-top: 40px;
}
.pt-50 {
    padding-top: 50px;
}
.pt-60 {
    padding-top: 60px;
}
.pt-70 {
    padding-top: 70px;
}
.pt-80 {
    padding-top: 80px;
}
.pt-90 {
    padding-top: 90px;
}
.pt-100 {
    padding-top: 100px;
}
.theme-padding-top {
    padding-top: 80px;
}
.theme-padding-bottom {
    padding-bottom: 80px;
}
.theme-padding {
    padding: 80px 0;
}
.theme-margin {
    margin: 80px 0;
}
.theme-margin-top {
    margin-top: 80px;
}
.theme-margin-bottom {
    margin-bottom: 80px;
}
.btn-list {
    margin: 0;
    padding: 0;
    list-style: none;
}
.btn-list li {
    float: left;
    margin: 0 0 0 30px;
}
.btn-list li:first-child {
    margin: 0;
}
.inline-b {
    display: inline-block;
}
ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.m-0 {
    margin: 0!important;
}
.m-bottom-0 {
    margin-bottom: 0!important;
}
.p-0 {
    padding: 0!important;
}
.border-0 {
    border: 0!important;
}
.m-lef-0 {
    margin-left: 0;
}
.m-right-0 {
    margin-right: 0;
}
.full-width {
    width: 100%;
}
.full-height {
    height: 100%;
}
.radius-4 {
    border-radius: 4px;
}
.overflow-hidden {
    overflow: hidden;
}
.has-layout {
    float: left;
    width: 100%;
}
.navbar-brand {
    height: auto;
    width: auto;
    padding: 0;
}
.after-clear::after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}
.slick-list {
    margin: 0 -15px;
    overflow: hidden;
}
.slick-list .slick-slide {
    margin: 0 20px;
    outline: none;
    top: 5px;
    position: relative;
}
.gary-patern {
    background: url(assets/images/gary-pattern.jpg) repeat;
}
.wite-pattern {
    background: url(assets/images/wite-pattern.jpg) repeat;
}
.blog-grid-arrrows, .service-icon {
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.banner-slide, .parallax-section, .testimonial {
    background-size: 100% 100%!important;
}
.sp {
    font-size: 18px;
}
p.sp_style {
    display: contents;
    font-size: 20px;
}
.right_side_ge svg {
    font-size: 24px;
    margin-bottom: -3px;
    margin-left: 8px;
    color: #939397;
}
.grew_div img {
    max-width: 100%;
	width:100%;
	height:auto;
}
.grew_div {
    position: relative;
	border:1px solid #d0d0d0;
}
.grew_content .logo_symb {
    position: absolute;
    left: 30px;
    top: 30px;
}
.grew_content {
    position: absolute;
    bottom: 0px;
    left: 0px;
    padding: 25px;
    padding-left: 110px;
    width: 100%;
    background: #93939782;
    background: rgba(71,73,70,.51);
}
img.grew_image {
    max-width: 100%;
}
.grew_div h3,
.grew_div h1 {
    color: #fff;
    margin: 0px;
	font-size:30px;
}
.grew_div p {
    color: #fff;
    margin-bottom: 0px;
    font-size: 18px;
}
.tabcontent {
    display: none;
}
.tablink {
    cursor: pointer;
}


/* Remove IE arrow */
select::-ms-expand {
 display: none;
}
/* Custom Select */
.select {
    position: relative;
    display: flex;
    line-height: 3;
    overflow: hidden;
    height: 40px;
}
select {
    flex: 1;
    font-size: 16px;
    padding: 0 .5em;
    color: #727471;
    cursor: pointer;
    padding-right: 30px;
    border: 1px solid #d0d0d0;
}
/* Arrow */
.select::after {
    content: '';
    position: absolute;
    top: 1px;
    background: #fff url("../images/down-selector.svg") center no-repeat;
    
    width: 20px;
    height: 38px;
    right: 1px;
    padding: 0 1em;
    cursor: pointer;
    pointer-events: none;
    -webkit-transition: .25s all ease;
    -o-transition: .25s all ease;
    transition: .25s all ease;
}
.select::before{
     content: '';
    position: absolute;
    z-index: -1;
    background: #fff;
    top: 0px;
    height: 100%;
}
.wth_extra.select::after {
    top: 40px;
}
.select:hover::after {
}

.news-filter {
	position:absolute;
	top:6px;
	right:15px;
}

.news-filter-btn {
    position: relative;
    display: flex;
    overflow: hidden;
    height: 52px;
    line-height: 52px;
    flex: 1;
    font-size: 24px;
    padding: 0 22px;
    color: #727471 !important;
    cursor: pointer;
    padding-right: 50px;
	background:#fff !important;
    border: 1px solid #d0d0d0 !important;
	box-shadow:none !important;
	text-transform:none !important;
}

.news-filter-btn:hover,
.news-filter-btn:focus,
.news-filter-btn:active {
    color: #727471 !important;
	background:#fff !important;
    border: 1px solid #d0d0d0 !important;
}

/* Arrow */
.news-filter-btn::after {
    content: '';
    position: absolute;
    top: 7px;
    background: url("../images/down-selector.svg") center no-repeat;
    width: 20px;
    height: 38px;
    right: 16px;
    padding: 0 16px;
    cursor: pointer;
    pointer-events: none;
    -webkit-transition: .5s all ease;
    -o-transition: .5s all ease;
    transition: .5s all ease;
	border: 0 !important;
}

.news-filter-btn[aria-expanded="true"]::after {
    -ms-transform:rotate(180deg);
    -o-transform:rotate(180deg);
    -webkit-transform:rotate(180deg);
    -moz-transform:rotate(180deg);
    transform:rotate(180deg);
}

.news-filter-btn::before{
     content: '';
    position: absolute;
    z-index: -1;
    background: #fff;
    top: 0px;
    height: 100%;
}

.news-filter .dropdown-menu {
	width:100%;
	font-size:18px;
	border-radius:0;
	margin-top:-1px;
}

.news-filter .dropdown-menu li{
	background:#fff !important;
}

.news-filter .dropdown-menu li a{
	background:#fff !important;
}

.news-filter .dropdown-menu li a:hover,
.news-filter .dropdown-menu li a:focus,
.news-filter .dropdown-menu li a:active,
.news-filter .dropdown-menu li a.active{
	color:#d0a64d !important;
}

section.leistungen_services,
section.leistungen_services .container {
	padding:0;
}

.leistungen_sec {
	margin-bottom:60px;
}

.leistungen_sec .leistungen_services {
    margin-top: 20px;
    margin-bottom: 0px;
}

#page-1 .header_bg {
	position:absolute !important;
}

.img-col .ce-gallery,
.img-col .ce-gallery .ce-column,
.img-col .ce-gallery figure {
	width:100%;
}

.img-col .ce-gallery img {
	width:100%;
	height:auto;
	margin-top:10px;
}

/* Powermail */

.tx-powermail {
	margin-top:6px;
	margin-bottom:30px;
}

.tx-powermail .container-fluid {
	padding:0;
}

.tx-powermail .powermail_fieldwrap {
	margin-bottom:35px;
}

.tx-powermail .powermail_fieldwrap_name,
.tx-powermail .powermail_fieldwrap_e_mail {
    width: 41.666667%;
	display:inline-block;
}

.tx-powermail .powermail_fieldwrap_e_mail {
    float:right;
}

.tx-powermail .powermail_fieldwrap_ihrenachricht {
	clear:both;
}

.tx-powermail label {
	font-size:18px;
	font-size:20px;
}

.tx-powermail input{
	display: block;
    width: 100%;
    height: calc(1.5em + .75rem + 2px);
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.tx-powermail textarea{
	display: block;
    width: 100%;
    height: auto;
    padding: .375rem 24px;
    font-size: 24px;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.tx-powermail .checkbox input {
	width:20px;
	height:20px;
	float:right;
	margin-left:23px;
	margin-top:5px;
}

.tx-powermail .checkbox label {
	margin-bottom:0;
}

.tx-powermail .powermail_fieldwrap_ihrenachricht {
	margin-bottom:21px;
}

.tx-powermail .powermail_fieldwrap_einwilligungzumdatenschutz {
	margin-bottom:0;
}

.tx-powermail input[type="submit"]{
	display:block;
	width:auto;
	background-color: #d0a64d;
    color: #fff;
	font-size:22px;
    font-family: 'Helvetica Neue LT Rom';
    min-width: 162px;
    height: 57px;
	border:0;
	padding:0;
    line-height: 57px;
	text-transform:uppercase;
}

.tx-powermail input[type="submit"]:hover,
.tx-powermail input[type="submit"]:focus,
.tx-powermail input[type="submit"]:active{
	background-color: #939397;
}

.tx-powermail a {
	color:#c4a14e !important;
}


.tx-powermail a:hover,
.tx-powermail a:focus,
.tx-powermail a:active {
	text-decoration:underline !important;
}

.tx-powermail .parsley-required {
	color:#d0654d;
	padding:4px 15px;
	border-left:3px solid #d0654d;
	margin:10px 0;
}

/* News */
.news .top-content {
	margin-bottom:44px;
}

.news-detail-page .news-list-view .news-item-link .article{
	opacity:.4;
	-webkit-transition: 0.4s ease-in-out;
    -moz-transition: 0.4s ease-in-out;
    -ms-transition: 0.4s ease-in-out;
    -o-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
}

.news-detail-page .news-list-view .news-item-link:hover .article,
.news-detail-page .news-list-view .news-item-link:focus .article,
.news-detail-page .news-list-view .news-item-link:active .article {
	opacity:1;
}

.news-related {
    width: 100%;
	margin-top:7px;
    padding: 0;
    border: 0;
    display: block;
}

.news-related img{
    margin-top:-8px;
	margin-right:10px;
}

.news-related a:hover,
.news-related a:focus,
.news-related a:active{
    color:#d0a64d !important;
}


#page-7 .submenu, #page-8 .submenu{
	display:none !important;
}

.ref-image img{
    border: 1px solid #d0d0d0;
}

.foot_paragh {
	font-size:17px;
	font-size:15px;
	line-height: 30px;
}

.phone-icon {
	margin-right:8px;
}

/* Login */
.tx-felogin-pi1 form {
	margin-top:30px;
}

.tx-felogin-pi1 input[type="text"],
.tx-felogin-pi1 input[type="password"] {
    display: block;
    width: 100%;
	max-width:400px;
    height: calc(1.5em + .75rem + 2px);
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;   
	margin-bottom: 20px;
}

.tx-felogin-pi1 input[type="password"] {
	margin-bottom: 35px;
}


.tx-felogin-pi1 input[type="submit"] {
	display: block;
    width: auto;
    background-color: #d0a64d;
    color: #fff;
    font-size: 20px;
    font-family: 'Helvetica Neue LT Rom';
    min-width: 162px;
    height: 50px;
    border: 0;
    padding: 0;
    line-height: 50px;
    text-transform: uppercase;
	margin-top:20px;
}

.tx-felogin-pi1 input[type="submit"]:hover,
.tx-felogin-pi1 input[type="submit"]:focus,
.tx-felogin-pi1 input[type="submit"]:active {
    background-color: #717370;
}

/* QR-CODE */
.contact_log.img-col {
	text-align:right;
}

.contact_log.img-col .qr-code {
	max-width:126px;
	width:126px;
	height:126px;
	margin-top:26px;
}

#c173 {
	display: none;
}
 
/* Responsive Styling */

@media (min-width:1280px) {
	.container, .container-lg, .container-md, .container-sm, .container-xl {
		max-width: 1230px;
	}
}

@media (max-width:1199px) {
	body {
		font-size: 16px;
		line-height: 24px;
	}

	p,.sp, p.sp_style {
		font-size: 16px;
		line-height: 24px;
	}

	#content.nav-open,
	#page-7 #content.nav-has-subnav.nav-open,
	#page-8 #content.nav-has-subnav.nav-open {
		padding-top:160px;
	}

	#content.nav-has-subnav.nav-open {
		padding-top:216px;
	}

	.text_thum h3, .text_thum h2 {
		font-size: 20px;
	}

	.text_thum p {
		font-size: 16px;
	}

	.grew_div h3, .grew_div h1 {
		font-size: 24px;
	}

	.grew_div p {
		font-size: 16px;
	}
}

@media (min-width:992px){
	.leistungen_sec .leistungen_services li a {
		min-height: 325px;
		line-height: 194px;
	}
}

@media (max-width:991px) and (min-width:768px) {
	.teaming_sec .team_membs article .overlay_member {
		padding: 15px;
	}

	.teaming_sec .team_membs article .overlay_member h3 {
	    margin-bottom: 0px;
		font-size:18px !important;
	}

	.teaming_sec .team_membs article .overlay_member .position {
		font-size: 16px;
		margin-bottom: 10px;
	}

	.teaming_sec .team_membs .overlay_member.d-flex h3, .teaming_sec .team_membs .overlay_member.d-flex p {
		font-size: 18px;
		line-height: 24px;
		margin-top: 30px;
	}

	.teaming_sec .team_membs article .overlay_member a,
	.teaming_sec .team_membs article .overlay_member p.tel {
		font-size: 12px !important;
		line-height:24px;
	}
}

@media (max-width:991px) {
	h1 {
		font-size: 28px;
	}
	h2 {
		font-size: 26px;
	}
	h3 {
		font-size: 24px;
	}
	h4 {
		font-size: 18px;
	}
	h5 {
		font-size: 16px;
	}
	h6 {
		font-size: 12px;
	}

	.hearo_header .hero_text h1 {
		font-size: 36px;
	}

	.hearo_header .hero_text p {
		font-size: 16px;
		line-height: 28px;
	}

	.leistungen_sec .leistungen_services ul li a {
		padding-top: 120px;
		font-size: 22px;
	    background-size: 71px auto;
		padding-bottom: 30px;
		background-position: center 42px;
	}

	.tx-powermail .powermail_fieldwrap_name, .tx-powermail .powermail_fieldwrap_e_mail {
		width: 47.82608695652174%;
	}

	.foot_paragh {
		font-size:16px;
	}

	.footer-links {
		margin-top: -2px;
	}

	.footer-links li a {
		font-size: 15px;
	}

	.grew_content {
		padding: 20px;
		padding-left: 94px;
	}

	.grew_content .logo_symb {
		position: absolute;
		left: 20px;
		top: 25px;
	}

	.grew_div h3, .grew_div h1 {
		font-size: 20px;
	}

	.grew_div p {
		font-size: 14px;
	}
}

@media (min-width:768px) {
	.screen_intro{
	    width: 40%;
		max-width: 550px;
	}
}

@media(max-width:767px) {
	#wrap {
		padding-bottom: 60px;
	}

	.screen_intro {
		text-align:center;
	}

	.screen_intro img {
		max-width: 80%;
		margin:0 auto;
	}

	.leistungen_sec .leistungen_services li {
		width: 100%;
		padding: 0 15px;
		position: relative;
		margin-bottom: 10px;
	}

	.leistungen_sec .leistungen_services ul li a {
		padding-top: 10px;
		font-size: 22px;
		text-align: left;
		justify-content: left;
		padding-left:66px;
		background-size: 38px auto;
		padding-bottom: 10px;
		background-position: 15px center;
	}

	footer .d-flex {
			display:block !important;
	}

	.tx-powermail .powermail_fieldwrap_name, .tx-powermail .powermail_fieldwrap_e_mail {
		width: 100%;
	}

	.tx-powermail textarea {
		padding: .375rem 15px;
		font-size: 20px;
	}

	.project-img-col,
	.news-img-col {
		margin-bottom:30px;
	}

	.zuru_slider {
		padding-bottom:0;
	}

	.swiper-button-next, .swiper-button-prev {
		background:rgba(255,255,255,.6);
		width:40px;
	}

	.swiper-button-prev, .swiper-container-rtl .swiper-button-next {
		left: 0px;
	}

	.swiper-button-next, .swiper-container-rtl .swiper-button-prev {
		right: 0px;
	}

	.contact_log.img-col .ce-gallery img {
		max-width:200px;
		width: 100%;
		height: auto;
	}

	.news-filter {
		top: 0;
	}

	.news-filter-btn {
		height: 48px;
		line-height: 48px;
		height: auto;
		line-height: initial;
		font-size: 20px;
		padding: 13px 18px 10px;
		padding-right: 46px;
	}

	.news-filter-btn::after {
		top: 5px;
		width: 20px;
		height: 38px;
		right: 14px;
		padding: 0 16px;
		background-size: 90% auto;
	}

	header nav li .nav-link {
		margin: 0px 15px;
		font-size: 18px;
	}

	.contact_log.img-col img {
		max-width: 300px;
		margin-top: 30px;
		margin-bottom: 45px;
	}

	.contact_log.img-col {
		text-align:left;
	}

	.contact_log.img-col img {
		display:block;
	}
}

@media (max-width:575px) {
	header nav.submenu .d-flex {
		display:block !important;
	}


	header nav.submenu li {
		display:block;
		border-right:0;
		padding-bottom:5px;
	}
	header nav.submenu li .nav-link {
		margin: 0px 15px;
		font-size: 18px;
	}

	#page-17 header nav.submenu li .nav-link {
		padding:5px 0;
		display:inline-block;
	}

	#page-17 #content.nav-has-subnav.nav-open {
		padding-top:401px;
	}

	#content.nav-open,
	#page-7 #content.nav-has-subnav.nav-open,
	#page-8 #content.nav-has-subnav.nav-open {
		padding-top:160px;
	}

	#content.nav-has-subnav.nav-open {
		padding-top:216px;
	}

	.ref-image {
		margin-bottom:15px;
	}

	#map-container-1 p {
		padding: 15px;
	}
  
  .logo-link .logo-claim {
    display:none !important;
  }
  header .top_head .head_inside .logo-link img {
    -ms-transform:none !important;
    -moz-transform:none !important;
    -webkit-transform:none !important;
    transform:none !important;
  }
  
}


@media(max-width:500px) {	
	.screen_intro p {
		font-size: 16px;
	}
	.screen_intro p span {
		padding: 0px 15px;
	}
}

@media(max-width:400px) {	
	.screen_intro p {
		font-size: 15px;
	}
}

@media(max-width:350px) {	
	.screen_intro p span {
		padding: 0px 10px;
	}
}
