/**
*	Theme Name: Universum Sicherheit
**/

/*
    font-family: "Urbanist";
    font-family: "Rubik";
*/

body{
    font-family: "Urbanist" !important;
}
body .container{
    max-width: 1350px;
    padding: 0;
}
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}
.alignself{
    align-self: center;
}
.m-0{
    margin: 0;
}
.item:focus,
.item:hover{
    outline: none !important;
}
.gform_body ul li.gfield.gfield_error input,
.gform_body ul li.gfield.gfield_error textarea{
	border: 1px solid #ff0000 !important;
}
.gform_wrapper .gfield_error .gfield_label {
    color: #b69c9c!important;
}
.gform_wrapper .field_description_below .gfield_description {
    padding-top: 8px!important;
}
.gform_wrapper.gform_validation_error .gform_body ul li.gfield.gfield_error:not(.gf_left_half):not(.gf_right_half) {
    max-width: inherit!important;
}
.gform_wrapper li.gfield.gfield_error {
    background-color: transparent !important;
    margin-bottom: 6px!important;
    border: 0px !important;
	padding-bottom: 0 !important;
}
ul#menu{
    display: none;
}
/* width */
::-webkit-scrollbar {
  width: 10px;
}

/* Track */
::-webkit-scrollbar-track {
  background-color: rgba(0,0,0,0.4);
  border-radius: 10px;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #3f4551;
  border-radius: 10px;
}

a,
a:hover {
    text-decoration: none !important;
}
p {
    margin: 0 0 20px;
}
img {
    height: auto;
    max-width: 100%
}
a:focus,
input:focus,
button:focus,
select:focus,
textarea:focus {
	outline: 0 !important
}
input[type="checkbox"],
input[type="radio"] {
	width: auto !Important
}
.searchform {
	position: relative
}
.searchform input {
	border: 1px solid #ccc;
	padding: 14px 20px;
	width: 100%;
}
.searchform button {
	border: 0px;
	background-color: transparent;
	font-size: 24px;
	position: absolute;
	top: 5px;
	right: 10px;
}
.not-found {
	margin: 100px 0;
}
.not-found p {
	margin-bottom: 30px;
}

/* Navbar */
body.bmenu-open {
    overflow: hidden;
}
.nav-bar {
    text-align: right;
}
.main-navigation {
    clear: both;
    position: relative;
}
ul#primary-menu {
    display: flex;
    align-items: center;
    justify-content: right;
}
ul.nav-menu,
div.nav-menu > ul {
    margin: 0;
    padding: 0;
}
.nav-menu li {
    display: inline-block;
    margin: 0 27px 0 0;
    position: relative;
}
.nav-menu li:last-child {
    margin: 0;
}
.nav-menu li a {
    color:  #616161;
    display: inline-block;
    font-size: 15px;
    font-family: "Rubik";
    font-weight: 400;
    text-transform: uppercase;
    line-height: 1;
    transition: all 0.4s ease;
    letter-spacing: 0.50px;
}
.nav-menu li.menu-item-has-children {
    position: relative;
    padding-right: 10px;
}
.nav-menu li.menu-item-has-children::after {
    color: #616161;
    display: block;
    content: '\f0d7';
    font-family: FontAwesome;
    position: absolute;
    font-size: 13px;
    right: -3px;
    top: 2px;
    line-height: 1;
}
.nav-menu li.menu-item-has-children ul.sub-menu li.menu-item-has-children::after {
    color: #ffffff;
    display: block;
    content: '\f0da';
    font-family: FontAwesome;
    position: absolute;
    font-size: 11px;
    right: 16px;
    top: 18px;
}
.nav-menu .sub-menu,
.nav-menu .children {
    background-color: rgba(0, 0, 0, 0.8);
    border: 0;
    padding: 0;
    position: absolute;
    left: -2px;
    z-index: 99999;
    height: 1px;
    width: 1px;
    overflow: hidden;
    clip: rect(1px, 1px, 1px, 1px);
    transform: translateX(20px);
}
ul.sub-menu li {
    margin: 0;
}
ul.sub-menu li a {
    color: #ffffff !important;
    padding: 14px 15px;
    text-align: left;
    width: 225px;
    font-size: 14px;
    text-transform: capitalize;
}
ul.sub-menu li a:hover {
    background: #0e0129;
}
.nav-menu .sub-menu ul,
.nav-menu .children ul {
    border-left: 0;
    left: 100%;
    top: 0;
}
ul.nav-menu ul a,
.nav-menu ul ul a {
    color: #ffffff;
    margin: 0;
}

ul.nav-menu ul a:hover,
.nav-menu ul ul a:hover,
ul.nav-menu ul a:focus,
.nav-menu ul ul a:focus {
    color: #ffffff !important;
    background-color: red !important;
}

ul.nav-menu li:hover > ul,
.nav-menu ul li:hover > ul,
ul.nav-menu .focus > ul,
.nav-menu .focus > ul {
    clip: inherit;
    overflow: inherit;
    height: inherit;
    width: inherit;
    transform: translateY(0);
    transition: all 0.4s ease;
}
.nav-menu .current_page_item > a,
.nav-menu .current_page_ancestor > a,
.nav-menu .current-menu-item > a,
.nav-menu .current-menu-ancestor > a,
.nav-menu li a:hover {
    color: red !important;
    background: transparent !important;
}

.closebtn,
.openmenu,
.menuToggle,
.mobilesubmenu,
span.submenu-toggle{
    display: none;
}

/*  Alignment  */
.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: #ffffff;
	border: 1px solid #f0f0f0;
	max-width: 96%;
	padding: 5px 3px 10px;
	text-align: center;
}
.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;
}

/* Slider */
.slick-list.draggable {
	padding: 0px !important;
}
.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}
.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}
.slick-list:focus {
    outline: none;
}
.slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.slick-track:before,
.slick-track:after {
    display: table;
    content: '';
}
.slick-track:after {
    clear: both;
}
.slick-loading .slick-track {
    visibility: hidden;
}
.slick-slide{
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide {
    float: right;
}
.slick-slide img {
    display: block;
}
.slick-slide.slick-loading img {
    display: none;
}
.slick-slide.dragging img {
    pointer-events: none;
}
.slick-initialized .slick-slide {
    display: block;
}
.slick-loading .slick-slide {
    visibility: hidden;
}
.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}
.nopd {
    padding: 0 !Important
}
.fw-container-fluid.nopd .fw-row {
    margin: 0;
}
.cover {
    background-size: cover !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
}
.content-header.cover {
    padding: 180px 0;
    position: relative;
    background-attachment: fixed !important;
}
.content-header.cover::after {
    content: '';
    display: inline-block;
    background: linear-gradient(146deg, #ff00006b 42%, rgb(14 1 41 / 48%) 50%);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
}
.conthead-content{
    position: relative;
    z-index: 1;
}
.conthead-content h1{
    color: #ffffff;
    font-size: 50px;
    font-weight: 600;
    text-align: center;
    margin: 0 0 15px 0;
}
ul#breadcrumbs{
    list-style: none;
    padding: 0;
    margin: 0;
    text-align: center;
}
ul#breadcrumbs li{
    display: inline-block;
    margin-right: 8px;
}
ul#breadcrumbs li:last-child{
    margin-right: 0;
}
ul#breadcrumbs li,
ul#breadcrumbs li a,
ul#breadcrumbs li strong{
    color: #ffffff;
    font-size: 16px;
    font-weight: 500;
}
.all-pages-content {
    padding: 60px 0 45px;
}
.all-pages-content h1,
.all-pages-content h2,
.all-pages-content h3,
.all-pages-content h4,
.all-pages-content h5,
.all-pages-content h6{
    color: #0e0129;
    font-size: 30px;
    font-weight: 500;
    margin-bottom: 20px;
}
.all-pages-content p{
    color: #0e0129;
    font-size: 16px;
    font-weight: 400;
    margin: 0 0 15px 0;
}
.all-pages-content p a{
    color: #0e0129;
    text-decoration: underline !important;
    transition: all 0.4s ease;
}
.all-pages-content p a:hover{
    color: red;
}
.all-pages-content ul{
    list-style: none;
    padding: 0;
    margin: 10px 0;
}
.all-pages-content ul li {
    color: #0e0129;
    font-size: 16px;
    font-weight: 400;
    margin: 0 0 5px 0;
    position: relative;
    padding-left: 25px;
}
.all-pages-content ul li::after {
    display: block;
    content: '\f00c';
    font-family: FontAwesome;
    position: absolute;
    font-size: 15px;
    left: 0;
    top: 0;
}
.all-pages-content ul li:last-child{
    margin-bottom: 0;
}

/* Pagination  */
.pagination {
    display: inline-block;
    margin: 30px 0 0;
    width: 100%;
}
.sub-pagenation-div li {
	display: inline-block;
    width: auto;
}
.sub-pagenation-div li a {
    color: #333333;
    display: block;
    padding: 10px 20px;
}
.sub-pagenation-div li.current a,
.sub-pagenation-div li:hover a {
    background: #394e8c;
    color: #ffffff;
}

/* DatePicker Table */
.ui-datepicker table {
	width: 100%;
}
.ui-datepicker-header {
	background: url('../img/dark_leather.png') repeat 0 0 #0e0129;
	color: #e0e0e0;
	font-weight: bold;
	-webkit-box-shadow: inset 0px 1px 1px 0px rgba(250, 250, 250, 2);
	-moz-box-shadow: inset 0px 1px 1px 0px rgba(250, 250, 250, .2);
	box-shadow: inset 0px 1px 1px 0px rgba(250, 250, 250, .2);
	text-shadow: 1px -1px 0px #0e0129;
	filter: dropshadow(color=#000, offx=1, offy=-1);
	line-height: 30px;
	border-width: 1px 0 0 0;
	border-style: solid;
	border-color: #111;
}
.ui-datepicker-title {
	text-align: center;
}
.ui-datepicker-prev, .ui-datepicker-next {
	display: inline-block;
	width: 30px;
	height: 30px;
	text-align: center;
	cursor: pointer;
	background-image: url('images/arrow.png');
	background-repeat: no-repeat;
	line-height: 600%;
	overflow: hidden;
}
.ui-datepicker-prev {
	float: left;
	background-position: center -30px;
}
.ui-datepicker-next {
	float: right;
	background-position: center 0px;
}
.ui-datepicker thead {
	background-color: #f7f7f7;
	background-image: -moz-linear-gradient(top,  #f7f7f7 0%, #f1f1f1 100%);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f7f7f7), color-stop(100%,#f1f1f1));
	background-image: -webkit-linear-gradient(top,  #f7f7f7 0%,#f1f1f1 100%);
	background-image: -o-linear-gradient(top,  #f7f7f7 0%,#f1f1f1 100%);
	background-image: -ms-linear-gradient(top,  #f7f7f7 0%,#f1f1f1 100%);
	background-image: linear-gradient(top,  #f7f7f7 0%,#f1f1f1 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f7f7f7', endColorstr='#f1f1f1',GradientType=0 );
	border-bottom: 1px solid #bbb;
}
.ui-datepicker th {
	text-transform: uppercase;
	font-size: 6pt;
	padding: 5px 0;
	color: #666666;
	text-align: center;
	text-shadow: 1px 0px 0px #fff;
	filter: dropshadow(color=#fff, offx=1, offy=0);
}
.ui-datepicker tbody td {
	padding: 0;
	background-color: #ffffff;
	border-right: 1px solid #bbb;
}
.ui-datepicker tbody td:last-child {
	border-right: 0px;
}
.ui-datepicker tbody tr {
	border-bottom: 1px solid #bbb;
}
.ui-datepicker tbody tr:last-child {
	border-bottom: 0px;
}
.ui-datepicker td span, .ui-datepicker td a {
	display: inline-block;
	font-weight: bold;
	text-align: center;
	width: 30px;
	height: 30px;
	line-height: 30px;
	color: #666666;
	text-shadow: 1px 1px 0px #fff;
	filter: dropshadow(color=#fff, offx=1, offy=1);
}
.ui-datepicker-calendar .ui-state-default {
	background: #ededed;
	background: -moz-linear-gradient(top,  #ededed 0%, #dedede 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ededed), color-stop(100%,#dedede));
	background: -webkit-linear-gradient(top,  #ededed 0%,#dedede 100%);
	background: -o-linear-gradient(top,  #ededed 0%,#dedede 100%);
	background: -ms-linear-gradient(top,  #ededed 0%,#dedede 100%);
	background: linear-gradient(top,  #ededed 0%,#dedede 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ededed', endColorstr='#dedede',GradientType=0 );
	-webkit-box-shadow: inset 1px 1px 0px 0px rgba(250, 250, 250, .5);
	-moz-box-shadow: inset 1px 1px 0px 0px rgba(250, 250, 250, .5);
	box-shadow: inset 1px 1px 0px 0px rgba(250, 250, 250, .5);
}
.ui-datepicker-calendar .ui-state-hover {
	background: #f7f7f7;
}
.ui-datepicker-calendar .ui-state-active {
	background: #6eafbf;
	-webkit-box-shadow: inset 0px 0px 10px 0px rgba(0, 0, 0, .1);
	-moz-box-shadow: inset 0px 0px 10px 0px rgba(0, 0, 0, .1);
	box-shadow: inset 0px 0px 10px 0px rgba(0, 0, 0, .1);
	color: #e0e0e0;
	text-shadow: 0px 1px 0px #4d7a85;
	filter: dropshadow(color=#4d7a85, offx=0, offy=1);
	border: 1px solid #55838f;
	position: relative;
	margin: -1px;
}
.ui-datepicker-unselectable .ui-state-default {
	background: #f4f4f4;
	color: #b4b3b3;
}
.ui-datepicker-calendar td:first-child .ui-state-active {
	width: 29px;
	margin-left: 0;
}
.ui-datepicker-calendar td:last-child .ui-state-active {
	width: 29px;
	margin-right: 0;
}
.ui-datepicker-calendar tr:last-child .ui-state-active {
	height: 29px;
	margin-bottom: 0;
}
/* MAIN CSS  */
.container::after,
.blogdetail::after,
.fw-container::after,
.entry-content::after {
	content: '';
	clear: both;
	display: block;
}

/*Header*/
.topbar {
    background-color: red;
    padding: 11px 0;
    text-align: center;
}
.topbar-content ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}
.topbar-content ul li{
    display: inline-block;
}
.topbar-leftdt ul li {
    margin-right: 25px;
    position: relative;
    padding-right: 30px;
}
.topbar-leftdt ul li:last-child{
    margin-right: 0;
}
.topbar-leftdt ul li::after {
    content: '';
    display: inline-block;
    background-color: #ffffff30;
    width: 1px;
    height: 25px;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 0;
}
.topbar-leftdt ul li:last-child::after{
    display: none;
}
.topbar-leftdt ul li a,
.topbar-leftdt ul li span{
    color: #ffffff;
    font-size: 15px;
    font-weight: 500;
    display: inline-block;
    transition: all 0.4sease;
}
.topbar-leftdt ul li a:hover{
    color: rgba(255,255,255,0.8);
}
.topbar-leftdt ul li svg {
    width: 18px;
    fill: #ffffff;
    position: relative;
    top: 6px;
    margin-right: 6px;
}
.topbar-leftdt ul li img,
a.all-buttons .btncolor img{
    height: 18px;
    margin-right: 5px;
    position: relative;
    top: -1px;
}
.topbar-social {
    text-align: right;
    margin-top: 4.55px;
}
.topbar-social ul li{
    color: #ffffff;
    font-size: 15px;
    font-family: 'Roboto', sans-serif;
    font-weight: bold;
}
.topbar-social ul li:first-child{
    margin-right: 15px;
}
.topbar-social ul li a {
    color: #FFFFFFCC;
    font-size: 15px;
    transition: all 0.4s ease;
    display: inline-block;
    margin-right: 10px;
}
.site-header {
    position: sticky;
    z-index: 9;
}
.header-content {
    padding: 10px 0;
}
/*Header*/

/*Home*/
.hbanner-sec.cover {
    padding: 70px 0 180px;
    position: relative;
}
.hbanner-sec.cover.contactpgb-sec.cover {
    padding: 200px 0 200px;
}
.hbanner-sec.cover::before {
    content: '';
    display: inline-block;
    background: linear-gradient(146deg, #ff00006b 42%, rgb(14 1 41 / 48%) 50%);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
}
.hbanner-sec.cover::after {
    content: '';
    display: inline-block;
    background-image: url(images/homebg-shape.svg);
    width: 100%;
    height: 92px;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 0;
}
.hbanner-content{
    position: relative;
    z-index: 1;
}
.hbanner-ct{
    position: relative;
    z-index: 1;
}
.hbanner-ct h1,
.hbanner-ct h2,
.hbanner-ct h3,
.hbanner-ct h4,
.hbanner-ct h5,
.hbanner-ct h6{
    color: #ffffff;
    font-size: 50px;
    font-weight: 300;
    margin: 0 0 20px 0;
}
.hbanner-ct h4,
.hbanner-ct h5,
.hbanner-ct h6{
    font-size: 28px;
    font-weight: 200;
    margin: 0 0 20px 0;
}
.hbanner-ct h1 strong,
.hbanner-ct h2 strong,
.hbanner-ct h3 strong,
.hbanner-ct h4 strong,
.hbanner-ct h5 strong,
.hbanner-ct h6 strong{
    color: red;
    font-weight: 600;
}
.hbanner-ct p {
    color: #ffffff;
    font-size: 16px;
    line-height: 27px;
    font-weight: 200;
    margin: 0 0 20px 0;
    width: 80%;
}
.hbanner-formct {
    padding: 25px 0 0;
    text-align: center;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}
.hbanner-formct p {
    color: #ffffff;
    font-size: 17px;
    font-weight: 200;
    margin: 0;
}
.hbanner-ct p strong,
.hbanner-formct p strong{
    color: red;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    position: relative;
    padding-left: 70px;
    letter-spacing: 2px;
}
.hbanner-formct p strong{
    padding: 0;
}
.hbanner-ct p strong::after,
.hbanner-formct p strong::after{
    content: '';
    display: inline-block;
    background-color: red;
    width: 53px;
    height: 1px;
    position: absolute;
    top: 12.5px;
    left: 0;
}
.hbanner-formct p strong::after{
    display: none;
}
a.all-buttons,
.nav-menu li.all-buttons.menu-btn a{
    color: #ffffff;
    font-size: 15px;
    font-weight: bold;
    display: inline-block;
    background-image: linear-gradient(136.1deg, red 1.84%, #FE5D68 100%) !important;
    padding: 11px 35px;
    transition: all 0.4s ease;
    margin-top: 20px;
    position: relative;
    overflow: hidden;
    text-transform: uppercase;
    letter-spacing: 1px;
}
a.all-buttons:before,
.nav-menu li.all-buttons.menu-btn a::before{
    position: absolute;
    top: 125px;
    left: -50px;
    right: -50px;
    height: 170px;
    content: "";
    background: #0e0129;
    -webkit-transform: translateY(-50px);
    transform: translateY(-50px);
    border-radius: 50%;
    transition-duration: 800ms;
    transition: 1s all ease;
    z-index: 0;
    visibility: hidden;
}
a.all-buttons:hover:before,
.nav-menu li.all-buttons.menu-btn a:hover::before{
    top: 0%;
    left: -70px;
    right: -70px;
    visibility: visible;
}
a.all-buttons span,
a.all-buttons .btncolor,
.nav-menu li.all-buttons.menu-btn a span,
.nav-menu li.all-buttons.menu-btn a span .btncolor{
    color: #ffffff;
    z-index: 1;
    position: relative;
}
.nav-menu li.all-buttons.menu-btn a{
    font-size: 15px;
    margin-top: 0;
    text-transform: uppercase;
    letter-spacing: 0.50px;
    padding-top: 15px;
    padding-bottom: 15px;
}
.hbcontact-form {
    position: relative;
    margin: 0;
    background: linear-gradient(146deg, rgb(14 1 41 / 48%) 42%, rgb(216 6 80 / 46%) 50%);
}
.hbcontact-form .row {
    --bs-gutter-x: 12px;
    --bs-gutter-y: 12px;
}
.hbanner-form {
    padding: 25px 35px 1px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}
.hbanner-form br{
    display: none;
}
.hbanner-form p{
    margin: 0;
}
.hbanner-form span.wpcf7-list-item.first {
    margin-left: 0;
    margin-right: 5px;
}
.hbanner-form .wpcf7-form-control-wrap {
    position: relative;
    display: block;
}
.hbanner-form .wpcf7-form-control-wrap span {
    color: #757575;
    display: flex;
    align-items: center;
    font-family: "Rubik";
    font-weight: 500 !important;
}
.hbanner-form .wpcf7-form-control-wrap span.wpcf7-not-valid-tip {
    color: #dc3232 !important;
    font-size: 11px;
    margin: 5px 0 0;
}
.hbanner-form .checkboxx .dsflex span.wpcf7-not-valid-tip {
    display: none !important;
}
.hbanner-form p label,
.hbanner-form span.wpcf7-quiz-label{
    color: #ffffff;
    font-size: 14px;
    font-weight: 600 !important;
    display: block;
    margin-bottom: 10px;
    font-family: "Rubik";
    text-transform: capitalize;
}
.hbanner-form input,
.hbanner-form select,
.hbanner-form textarea,
.hbanner-form input::placeholder,
.hbanner-form select::placeholder,
.hbanner-form textarea::placeholder{
    color: rgba(75, 75, 75, 0.6);
    font-size: 11px;
    font-weight: 600;
}
.hbanner-form input,
.hbanner-form select,
.hbanner-form textarea {
    background: none !important;
    background-color: #ffffff !important;
    padding: 0 13px;
    width: 100%;
    border: none;
}
.hbanner-form input,
.hbanner-form select {
    height: 40px;
}
.hbanner-form textarea {
    padding-top: 13px;
    height: 100px;
}
.hbanner-form .choice-wrapper span.wpcf7-checkbox input[type="checkbox"] {
    height: 13px !important;
    width: 13px !important;
    margin-right: 8px;
    border: 1px solid #eeeeee !important;
    background-color: #ffffff !important;
}
.hbanner-form .choice-wrapper span.wpcf7-checkbox span.wpcf7-list-item-label {
    font-size: 14px;
    color: rgba(255, 255, 255, 0.8);
    font-weight: 600 !important;
    text-transform: capitalize;
}
.hbanner-form .checkboxx .dsflex {
    display: flex;
}
.hbanner-form .checkboxx p {
    color: rgba(255, 255, 255, 0.8);
    font-size: 14px;
    font-family: "Rubik";
    font-weight: 400 !important;
}
.hbanner-form .checkboxx p a {
    color: rgba(255, 255, 255, 0.8);
    transition: all 0.4s ease;
    text-decoration: underline !important;
}
.hbanner-form .checkboxx p a:hover{
    color: #2F8F53;
}
.hbanner-form .checkboxx span{
    margin: 0;
}
.hbanner-form .checkboxx input {
    width: 13px !important;
    height: 13px !important;
    margin-right: 10px;
    position: relative;
    top: 4px;
}
.hbanner-form .button{
    text-align: center;
}
.hbanner-form .button input.wpcf7-form-control.wpcf7-submit.has-spinner {
    color: #ffffff;
    font-size: 16px;
    font-weight: bold;
    display: inline-block;
    background-image: linear-gradient(136.1deg, red 1.84%, #FE5D68 100%) !important;
    transition: all 0.4s ease;
    margin-top: 20px;
    text-transform: uppercase;
    padding: 0;
    height: 50px;
    cursor: pointer;
    border: none;
    letter-spacing: 1px;
}
.hbanner-form .button input.wpcf7-form-control.wpcf7-submit.has-spinner:hover{
    color: #ffffff;
    background-image: linear-gradient(136.1deg, #0e0129 1.84%, #0e0129 100%) !important;
}
.hbanner-formct .titletag {
    color: #ffffff;
    font-size: 26px;
    font-weight: bold;
    margin: 0;
    text-transform: capitalize;
    letter-spacing: 1px;
}
.hbanner-formct .titletag strong{
    color: red;
    font-weight: bold;
}
.hbanner-form .wpcf7 form .wpcf7-response-output {
    margin: 0 0 15px;
    padding: 11px 40px;
    border: 1px solid #00a0d2;
    color: #ffffff;
    text-align: center;
    font-size: 13px;
}
.hbanner-form .wpcf7-spinner{
    margin: 5px auto 0;
}
.hbanner-ct ul.d-flex {
    padding: 0;
    list-style: none;
    margin: 40px 0 0 0;
    column-gap: 30px;
}
.hbanner-ct ul.d-flex img{
    height: 160px;
    width: auto;
    margin: 0;
}
.hbcompany-sec {
    position: relative;
    z-index: 1;
}
.hbcompany-sec .container {
    max-width: 1170px;
}
.hbcompany-list {
    margin: 0 auto;
    background-color: #ffffff;
    padding: 25px 50px 5PX;
    margin-top: -110px;
}
#hbcompany_lslide .slick-prev{
    left: -30px;
}
#hbcompany_lslide .slick-next{
    right: -30px;
}
#hbcompany_lslide .slick-prev,
#hbcompany_lslide .slick-next,
#hbcompany_lslide .slick-next:before,
#hbcompany_lslide .slick-prev:before{
    display: inline-block;
    width: 16px;
    height: 38px;
    font-size: 0;
    z-index: 1;
}
#hbcompany_lslide .slick-next:before,
#hbcompany_lslide .slick-prev:before{
    content: '' !important;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
#hbcompany_lslide .slick-prev:before{
    background-image: url(images/left-arrow.png);
}
#hbcompany_lslide .slick-next:before{
    background-image: url(images/right-arrow.png);
}

.hbcompany-lbox .vertically-center {
    display: table;
    width: 100%;
    text-align: center;
}
.hbcompany-lbox .vertically-center div {
    display: table-cell;
    vertical-align: middle;
    width: 100%;
    height: 100%;
    padding: 0 20px;
}
.hbcompany-lbox .vertically-center img {
    object-fit: contain;
    margin: 0 auto;
    width: auto;
    height: 120px;
}
.hprovenexpert-content #pewl {
    max-width: 100%;
}
.hprovenexpert-sec {
    padding: 60px 0;
}
.hservices-sec {
    padding: 60px 0 30px;
}
.hservices-sec.hpadvantage-sec{
    background-color: #f8f8f8;
    padding: 70px 0;
    margin: 40px 0;
}
.hservices-sec .hmain-content {
    margin-bottom: 40px;
    text-align: center;
}
.hservice-list {
    background-color: #f8f8f8;
    padding: 28px 26px 85px;
    text-align: center;
    position: relative;
    border: 1px solid #f8f8f8;
}
.hservices-sec.hpadvantage-sec .hservice-list {
    padding: 30px 23px 20px;
    height: 100%;
}
.hservices-content .row {
    --bs-gutter-x: 18px;
    --bs-gutter-y: 18px;
}
.hservice-list h2 {
    color: #0e0129;
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
    margin: 0 auto 15px;
    text-align: center;
    letter-spacing: 0.60px;
}
.hpadvantage-sec .hservices-content .col-sm-12:nth-child(2n) .hservice-list h2{
    color: #0e0129;
}
.hservice-list .link-wrapper{
    margin-bottom: 5px;
}
.hservice-list .link-wrapper:last-child{
    margin-bottom: 0;
}
.hservice-list .link-wrapper a{
    color: #565656;
    text-decoration: underline !important;
    transition: all 0.4s ease;
}
.hservice-list .link-wrapper a:hover{
    color: red;
}
.hpadvantage-sec .hservice-list .link-wrapper a i {
    margin-right: 8px;
}
.hpadvantage-sec .hservice-list h2 {
    font-size: 20px;
    line-height: 24px;
    margin: 0 auto 13px;
}
.hpadvantage-sec .hservices-content .col-sm-12:nth-child(2n) .hservice-list h2 {
    color: #0e0129;
}
.hpadvantage-sec.standorte-sec .hservice-list {
    text-align: left;
    box-shadow: 0px 10px 60px 0px rgb(0 0 0 / 4%);
}
.hpadvantage-sec .hservice-licon {
    width: 105px;
    height: 105px;
    line-height: 105px;
}
.hpadvantage-sec .hservice-licon img {
    height: 55px;
}
.hpadvantage-sec .hservices-content .col-sm-12:nth-child(2n) .hservice-list {
    background: none;
    background-color: #f8f8f8;
}
.hpadvantage-sec.standorte-sec .hservices-content .col-sm-12:nth-child(2n) .hservice-list{
    background-color: #ffffff;
    border: none;
}
.hpadvantage-sec .hservices-content {
    background-color: transparent;
    border: none;
}
.hpadvantage-sec .hmain-content {
    text-align: center;
    margin-bottom: 40px;
}
.standorte-sec .hmain-content {
    margin: 0 0 20px 0;
}
.hservice-list ul {
    list-style: none;
    padding: 0;
    margin: 0;
    text-align: left;
}
.hservice-list ul li {
    position: relative;
    padding-left: 25px;
    display: block;
    margin-bottom: 10px;
}
.hservice-list ul li::after {
    content: '\f00c';
    display: inline-block;
    color: red;
    font-family: FontAwesome;
    position: absolute;
    font-size: 16px;
    left: 0;
    top: 0;
}
.hservice-list a.all-buttons {
    position: absolute;
    width: 100%;
    left: 0;
    right: 0;
    bottom: 30px;
    max-width: 180px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    padding: 10px 15px;
    font-size: 13px;
    font-weight: bold;
    text-transform: uppercase;
    margin: 0 auto;
}
.hservice-thumb img {
    width: 100%;
    height: 270px;
    object-fit: cover;
}
.hmain-content p strong {
    color: red;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    position: relative;
    padding-left: 45px;
    letter-spacing: 2px;
}
.hmain-content p strong::after {
    content: '';
    display: inline-block;
    background-color: red;
    width: 30px;
    height: 1px;
    position: absolute;
    top: 11.4px;
    left: 0;
}
.hmain-content h1,
.hmain-content h2,
.hmain-content h3,
.hmain-content h4,
.hmain-content h5,
.hmain-content h6,
.hmain-content .titletag{
    color: #0e0129;
    font-size: 26px;
    font-weight: 600;
    margin: 0 0 15px 0;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.hmain-content h1 strong,
.hmain-content h2 strong,
.hmain-content h3 strong,
.hmain-content h4 strong,
.hmain-content h5 strong,
.hmain-content h6 strong,
.hmain-content .titletag strong,
.hmain-content .titletag{
    color: red;
    font-weight: 600;
}
.hmain-content.white h1,
.hmain-content.white h2,
.hmain-content.white h3,
.hmain-content.white h4,
.hmain-content.white h5,
.hmain-content.white h6{
    color: #ffffff;
    text-transform: capitalize;
}
.hmain-content.white h1 strong,
.hmain-content.white h2 strong,
.hmain-content.white h3 strong,
.hmain-content.white h4 strong,
.hmain-content.white h5 strong,
.hmain-content.white h6 strong{
    color: red;
}
.hmain-content p,
.hservice-list p, .hservice-list ul li, .hservice-list .link-wrapper{
    color: #757575;
    font-size: 16px;
    line-height: 27px;
    font-weight: 400;
    margin: 0 0 15px 0;
    letter-spacing: 0.50px;
}
.hservice-list p {
    font-size: 16px;
    line-height: 26px;
    font-weight: 400;
}
.hmain-content p a{
    color: #757575;
    text-decoration: underline !important;
    transition: all 0.4s ease;
}
.hmain-content p a:hover{
    color: red;
}
.hmain-content.white p{
    color: rgba(255,255,255,0.8);
}
.hmain-content ul{
    list-style: none;
    padding: 0;
    margin: 0;
}
.hmain-content ul li {
    color: #757575;
    font-size: 16px;
    font-weight: 400;
    position: relative;
    padding-left: 26px;
    margin-bottom: 11px;
}
.hmain-content ul li::after{
    content: '\f00c';
    display: inline-block;
    color: red;
    font-family: FontAwesome;
    position: absolute;
    font-size: 16px;
    left: 0;
    top: 0;
}
.hmain-content a.all-buttons {
    font-size: 15px;
    padding: 12px 40px;
    margin-top: 10px;
    text-decoration: none !important;
}
.hpleftright-sec {
    padding: 60px 0 80px;
}
.hpleftright-sec .container {
    padding: 0 40px;
}
.hpleftright-sec .hmain-content {
    text-align: center;
    margin-bottom: 70px;
}
.hmain-content.hpfleftright-ct {
    text-align: left;
}
.hpfleftright-ct {
    padding-left: 30px;
    margin-top: 45px;
}
.hpleftright-content .row {
    margin-bottom: 120px;
    align-items: center;
    margin-left: -40px;
    margin-right: -40px;
}
.hpleftright-content .row:last-child{
    margin-bottom: 0;
}
.row.right .hpfleftright-ct{
    padding-left: 0;
    padding-right: 30px;
}
.row.right .col-sm-12:first-child {
    order: 2;
}
.hpfleftright-image {
    position: relative;
    margin-top: -40px;
}
.hpfleftright-image::after {
    content: '';
    display: inline-block;
    background-image: linear-gradient(136.1deg, red 1.84%, #FE5D68 100%);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    right: -40px;
    z-index: -1;
    border-radius: 0;
}
.row.left .hpfleftright-image::after {
    left: -40px;
}
.hpfleftright-image img {
    width: 100%;
    height: 500px;
    object-fit: cover;
    border-radius: 0;
    position: relative;
    top: 40px;
}
.hservice-licon {
    width: 110px;
    height: 110px;
    background-image: linear-gradient(136.1deg, red 1.84%, #FE5D68 100%);
    border-radius: 100%;
    margin: 0 auto 25px;
    line-height: 110px;
}
.hservice-licon img {
    height: 42px;
    filter: brightness(0) saturate(100%) invert(100%) sepia(1%) saturate(23%) hue-rotate(355deg) brightness(104%) contrast(101%);
}
.hcermembership-content .hmain-content {
    text-align: center;
    margin-bottom: 50px;
}
.hcermembership-slider-one .vertically-center {
    display: table;
    width: 100%;
    text-align: center;
}
.hcermembership-slider-one .vertically-center div {
    display: table-cell;
    vertical-align: middle;
    width: 100%;
    height: 100%;
    padding: 0 20px;
}
.hcermembership-slider-one .vertically-center img {
    -webkit-filter: grayscale(1);
    filter: grayscale(1);
    -webkit-transition: 0.2s -webkit-filter ease;
    transition: 0.2s -webkit-filter ease;
    transition: 0.2s filter ease;
    transition: 0.2s filter ease, 0.2s -webkit-filter ease;
    object-fit: contain;
    margin: 0 auto;
    width: auto;
    height: 80px;
}
.hcermembership-slider-one .slick-current .hcermember-logo img,
.hcermembership-slider-one .hcermember-logo:hover img{
    -webkit-filter: grayscale(0);
    filter: grayscale(0);
}
.hcermembershipslider-two.slick-initialized.slick-slider {
    background-color: #f8f8f8;
    padding: 40px;
    text-align: center;
    margin: 40px 0;
}
.hcermembershipslider-two .titletag{
    color: red;
    font-size: 30px;
    font-weight: 600;
    text-transform: capitalize;
    position: relative;
    letter-spacing: 0.50px;
}
.hcermembershipslider-two span.zerti-span {
    color: #0e0129;
    font-size: 23px;
    font-weight: 600;
    margin: 10px 0 15px 0;
    display: block;
}
.hcermembershipslider-two p {
    color: #757575;
    font-size: 17px;
    line-height: 28px;
    font-weight: 300;
    margin: 0 auto;
    width: 85%;
}
.hcermembershipslider-two .slick-prev{
    left: 40px;
}
.hcermembershipslider-two .slick-next{
    right: 40px;
}
.hcermembershipslider-two .slick-prev,
.hcermembershipslider-two .slick-next,
.hcermembershipslider-two .slick-next:before,
.hcermembershipslider-two .slick-prev:before{
    display: inline-block;
    width: 21px;
    height: 50px;
    font-size: 0;
    z-index: 1;
}
.hcermembershipslider-two .slick-next:before,
.hcermembershipslider-two .slick-prev:before{
    content: '' !important;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.hcermembershipslider-two .slick-prev:before{
    background-image: url(images/left-arrow.png);
}
.hcermembershipslider-two .slick-next:before{
    background-image: url(images/right-arrow.png);
}
.hcontactfrm-content {
    position: relative;
    padding: 70px 70px 40px;
    background: linear-gradient(146deg, #ff00006b 42%, rgb(14 1 41 / 48%) 50%);
    display: inline-block;
}
.hcontactfrm-content .hbanner-form{
    padding: 0;
    margin-top: 40px;
}
.hbanner-form .row {
    --bs-gutter-x: 12px;
    --bs-gutter-y: 12px;
}
.hcontactfrm-content .hmain-content p {
    color: rgba(255, 255, 255, 0.8);
    font-size: 16px;
    line-height: 27px;
}
.hcontactfrm-content .hmain-content p a{
    color: rgba(255,255,255,0.8);
    transition: all 0.4s ease;
    text-decoration: underline !important;
}
.hcontactfrm-content .hmain-content p a:hover{
    color: red;
}
.hcontactfrm-content .hbanner-form input,
.hcontactfrm-content .hbanner-form select{
    height: 48px;
}
.hcontactfrm-content .hbanner-form input,
.hcontactfrm-content .hbanner-form select,
.hcontactfrm-content .hbanner-form textarea{
    padding: 0 20px;
    border-radius: 0;
}
.hcontactfrm-content .hbanner-form textarea {
    padding-top: 13px;
    height: 120px;
}
.hcontactfrm-content .hbanner-form input,
.hcontactfrm-content .hbanner-form select,
.hcontactfrm-content .hbanner-form textarea,
.hcontactfrm-content .hbanner-form input::placeholder,
.hcontactfrm-content .hbanner-form select::placeholder,
.hcontactfrm-content .hbanner-form textarea::placeholder{
    font-size: 13px;
    font-weight: 400;
}
.hcontactfrm-content .hmain-content{
    text-align: left;
}
.hcontactfrm-content .hmain-content,
.hcontactfrm-content .hbanner-form{
    width: 55%;
}
.hblog-sec {
    padding: 50px 0 15px;
    background: #ffffff;
}
.page-template-blog  .hblog-sec {
    padding: 55px 0 30px;
}
.hblog-sec .container {
    max-width: 1300px;
}
.hblog-sec .main-content p {
    width: 84%;
}
.hblog-content .row{
    justify-content: center;
}
.hblog-thumb img {
    width: 100%;
    height: 270px;
    object-fit: cover;
}
.hblog-box {
    background: #ffffff;
    box-shadow: 0px 10px 60px 0px rgb(0 0 0 / 7%);
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    position: relative;
    min-height: 630px;
    margin-bottom: 30px;
}
.hblog-boxinner {
    padding: 35px 30px 0;
}
.hblog-date {
    background-color: red;
    display: inline-block;
    color: #ffffff;
    font-size: 15px;
    font-weight: 600;
    width: 70px;
    height: 70px;
    text-align: center;
    padding-top: 24px;
    margin-left: 30px;
    margin-top: -35px;
    box-shadow: 0px 10px 60px 0px rgb(0 0 0 / 7%);
}
.hblog-date p {
    color: #ffffff;
    display: block;
    line-height: 3px;
}
.hblog-boxinner {
    padding-bottom: 30px;
}
.hblog-boxinner h3 {
    color: #05254d;
    font-size: 22px;
    font-weight: 600;
    margin: 0 0 15px 0;
    overflow: hidden;
    white-space: normal;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
}
.hblog-boxinner p{
    color: #878c8f;
    font-size: 15px;
    line-height: 27px;
    font-weight: 400;
    margin: 0;
}
.page-template-blog .hblog-boxinner p {
    overflow: hidden;
    white-space: normal;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
}
.readbtn {
    position: absolute;
    bottom: 30px;
    left: 30px;
}
.readbtn a.all-buttons{
    font-size: 14px;
    padding: 10px 30px;
    margin-top: 0;
    background-color: red;
}
.readbtn a.all-buttons:before{
    background-color: #0e0129;
}
.hblog-sec .hmain-content {
    text-align: center;
    margin-bottom: 30px;
}
.hparallax-sec.cover {
    background-attachment: fixed !important;
    padding: 60px 0 45px;
    position: relative;
    margin: 60px 0 20px;
}
.hparallax-sec.cover::after{
    content: '';
    display: inline-block;
    background: linear-gradient(146deg, #ff00006b 42%, rgb(14 1 41 / 48%) 50%);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
}
.hparallax-content{
    position: relative;
    z-index: 1;
}
.hparallax-content .hmain-content,
.hfaq-content .hmain-content{
    text-align: center;
    width: 72%;
    margin: 0 auto;
}
.hfaq-sec {
    padding: 50px 0 40px;
    background-color: #f8f8f8;
}
.hfaq-content .hmain-content {
    text-align: center;
    margin-bottom: 40px;
}
#faqs_list {
    width: 90%;
    margin: 0 auto;
}
.faqs_list .card {
    border: none;
    box-shadow: 0 0 18px #f1f1f1;
    background-color: #ffffff;
    margin-bottom: 15px;
    transition: all 0.4s ease;
}
.faqs_list a.card-link {
    color: #0e0129;
    font-size: 18px;
    font-weight: 600;
    padding: 20px 65px 20px 33px;
    text-transform: capitalize;
    letter-spacing: 0.30px;
}
.faqs_list .card-body {
    padding: 20px 33px 10px;
    border-top: 1px solid #f8f8f8;
}
.faqs_list .card-body p {
    color: #757575;
    font-size: 16px;
    line-height: 27px;
    font-weight: 400;
    margin: 0 0 15px 0;
}
.faqs_list .card.active a.card-link{
    color: red;
    transition: all 0.4s ease;
}
.faqs_list .card.active a.card-link::after{
    color: #ffffff;
    content: "\f107";
    transition: all 0.4s ease;
}
.faqs_list .card a.card-link::after {
    color: #ffff;
    display: block;
    content: "\f105";
    font-family: FontAwesome;
    position: absolute;
    font-size: 17px;
    right: 32px;
    top: 19px;
    background-color: red;
    width: 30px;
    height: 30px;
    line-height: 30px;
    border-radius: 100%;
    text-align: center;
    transition: all 0.4s ease;
}
/*Home*/

/*Contact*/
.hcontactfrm-sec.cover.contactpgfrm-sec{
    width: unset;
    background-position: unset !important;
    clip-path: unset;
    margin: 50px 0;
}
.contactpgfrm-sec .hcontactfrm-content {
    background: red;
}
.contactpgfrm-sec .hmain-content p strong,
.hcontactfrm-sec.cover .hmain-content p strong{
    color: rgba(255, 255, 255, 0.8);
}
.contactpgfrm-sec .hmain-content p strong::after,
.hcontactfrm-sec.cover .hmain-content p strong::after{
    background-color: rgba(255, 255, 255, 0.8);
}
.contactpgfrm-sec .hmain-content .titletag,
.hcontactfrm-sec.cover .hmain-content h1,
.hcontactfrm-sec.cover .hmain-content h2,
.hcontactfrm-sec.cover .hmain-content h3,
.hcontactfrm-sec.cover .hmain-content h4,
.hcontactfrm-sec.cover .hmain-content h5,
.hcontactfrm-sec.cover .hmain-content h6,
.hcontactfrm-sec.cover .titletag{
    color: #ffffff;
}
.hcontactfrm-sec.cover .titletag {
    text-transform: capitalize;
}
.contactpgfrm-sec .hcontactfrm-content .hmain-content p a:hover{
    color: #ffffff;
}
.contactpgfrm-sec .hcontactfrm-content .hmain-content,
.contactpgfrm-sec .hcontactfrm-content .hbanner-form{
    width: 100%;
    text-align: left;
}
/*Contact*/

/*Template*/

.hcontactfrm-sec.cover.deftemp {
    margin-top: 60px;
}
.suspiciondef-sec {
    padding: 2px 0 40px;
    margin-bottom: 0;
}
.suspiciondef-content {
    text-align: center;
}
.single-standorte .suspiciondef-content {
    text-align: left;
}
.hbanner-deftemp .hbanner-ct h1,
.hbanner-deftemp .hbanner-ct h2,
.hbanner-deftemp .hbanner-ct h3,
.hbanner-deftemp .hbanner-ct h4,
.hbanner-deftemp .hbanner-ct h5,
.hbanner-deftemp .hbanner-ct h6 {
    font-size: 35px;
    font-weight: 500;
}
.defbenefits-sec {
    padding: 40px 0 35px;
    background-color: #f8f8f8;
}
.defbenefits-sec {
    padding: 50px 0 40px;
    background-color: #f8f8f8;
    margin-bottom: 45px;
}
.defbenefits-content .hmain-content h2 {
    text-align: center;
    color: red;
    margin-bottom: 30px;
}
.hcontactfrm-sec.cover.deftemp {
    width: 100%;
    background-position: center !important;
    clip-path: unset;
}
.hcontactfrm-sec.cover.deftemp .hmain-content {
    text-align: left;
}
.page-id-157 .defbenefits-sec {
    padding: 0;
    background-color: transparent;
    margin-bottom: 30px;
}
.hservices-sec.hpadvantage-sec {
    margin: 0;
    padding: 20px 0;
    background-color: transparent;
}
/*Template*/

/*Standorte*/
.hservices-sec.hpadvantage-sec.standorte-sec {
    background-color: transparent;
    padding: 70px 0 20px;
}
.standorte-sec .hservices-content .row{
    --bs-gutter-x: 18px;
    --bs-gutter-y: 18px;
}
.hpadvantage-sec.standorte-sec .hservice-list h2 {
    font-size: 21px;
    margin: 0 0 20px 0;
    text-align: left;
}
.standorte-sec .hservice-list a.all-buttons{
    font-size: 15px;
    text-align: center;
}

/*Standorte*/

/*Footer*/
.site-footer{
    background-color: #0e0129;
    padding: 50px 0 0;
    position: relative;
    font-family: "Urbanist";
}
.site-footer .container {
    max-width: 100%;
    padding: 0 100px;
}
.footer-content{
    position: relative;
    z-index: 1;
}
.footer-content .row {
    justify-content: space-between;
    flex-wrap: unset;
}
.footer-content .col-sm-12 {
    flex: auto;
    width: auto;
}
.footer-logo {
    text-align: center;
    width: 355px;
}
.footer-logo img {
    width: 90%;
    margin: 0 auto 20px;
}
.footer-logo p {
    color: rgba(255, 255, 255, 0.7);
    font-size: 15px;
    font-weight: 400;
    margin: 0 0 15px 0;
    line-height: 24px;
}
.footer-logo a.all-buttons{
    font-size: 14px;
}
.footer-logo strong.ftmain-title {
    margin-bottom: 5px;
}
strong.ftmain-title {
    color: red;
    font-size: 21px;
    font-weight: bold;
    display: block;
    margin-bottom: 17px;
    text-transform: capitalize;
    letter-spacing: 1px;
}
.ftsocial-links{
    margin-top: 30px;
}
.ftsocial-links ul{
    list-style: none;
    padding: 0;
    margin: 0;
}
.ftsocial-links ul li{
    display: inline-block;
    margin-right: 5px;
}
.ftsocial-links ul li:last-child{
    margin-right: 0;
}
.ftsocial-links ul li a {
    font-size: 18px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 43px;
    height: 43px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.2);
    z-index: 1;
}
.ftsocial-links ul li a::before{
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    border-radius: 50%;
    background-color: red;
    transform: scale(0.5);
    opacity: 0;
    transition: all 300ms linear;
    transition-delay: 0.1s;
    content: "";
}
.ftsocial-links ul li a:hover::before {
    transform: scale(1);
    opacity: 1;
}
.ftsocial-links ul li a span{
    color: #ffffff;
    position: relative;
    z-index: 1;
}
.footer-menu ul,
.contact-dt ul{
    list-style: none;
    padding: 0;
    margin: 0;
}
.footer-menu ul li,
.contact-dt ul li{
    margin-bottom: 11px;
}
.footer-menu ul li{
    line-height: 24px;
}
.footer-menu ul li a,
.contact-dt ul li a,
.contact-dt ul li span{
    color: rgba(255, 255, 255, 0.6);
    font-size: 16px;
    font-weight: 400;
    transition: all 0.4s ease;
}
.footer-menu ul li a:hover,
.contact-dt ul li a:hover{
    color: red;
}
.contact-dt ul li a, .contact-dt ul li span {
    font-size: 17px;
}
.footer-menu.magazin {
    width: 260px;
}
.contact-dt ul li{
    position: relative;
    padding-left: 30px;
}
.contact-dt ul li::after{
    color: red;
    display: inline-block;
    font-family: FontAwesome;
    position: absolute;
    font-size: 14px;
    left: 0;
    top: 2px;
}
.contact-dt ul li.address::after{
    content: '\f041';
}
.contact-dt ul li.phone::after {
    content: '\f095';
    font-size: 20px;
}
.contact-dt ul li.whatsapp::after{
    content: '\f232';
}
.contact-dt ul li.email::after{
    content: '\f0e0';
    font-size: 16px;
}
.copyright {
    background-color: red;
    padding: 15px 0;
    text-align: center;
    margin-top: 35px;
    position: relative;
    z-index: 1;
}
.copyright-text span {
    color: rgba(255, 255, 255, 0.9);
    font-size: 16px;
    font-weight: 400;
    display: block;
}
.copyright-text span a{
	color: #ffffff;
	text-decoration: underline !important;
	transition: all 0.4s ease;
}
.copyright-text span a:hover{
	color: #0e0129;
}
.wpml-ls-legacy-list-horizontal.wpml-ls-statics-footer {
    margin-bottom: 0;
}
/*Footer*/

/*  Media Query  */
@media(max-width: 830px){
    
#menuToggle {
    display: flex;
    flex-direction: column;
    position: absolute;
    top: 112px;
    right: 32px;
    z-index: 1;
    user-select: none;
}
#menuToggle.open {
    position: fixed;
    top: 25px;
    right: 6px;
    opacity: 1;
    z-index: 999999999;
}
#menuToggle input {
    width: 100% !important;
    height: 100% !important;
    position: absolute;
    cursor: pointer;
    opacity: 0;
    z-index: 1;
    top: 0;
    right: 0;
    display: inline-block;
}
#menuToggle.open input {
    top: -6px;
    right: 1px;
}
#menuToggle span {
    display: flex;
    width: 29px;
    height: 2px;
    margin-bottom: 5px;
    position: relative;
    background: #0e0129;
    border-radius: 3px;
    z-index: 0;
    transform-origin: 5px 0px;
    transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1.0),
    background 0.5s cubic-bezier(0.77, 0.2, 0.05, 1.0),
    opacity 0.55s ease;
}
#menuToggle.open span:first-child {
    transform-origin: 0% 0%;
}
#menuToggle.open span:nth-last-child(2) {
    transform-origin: 0% 100%;
}
#menuToggle.open input:checked ~ span {
    opacity: 1;
    transform: rotate(45deg) translate(-3px, -1px);
    background: #fff;
}
#menuToggle.open input:checked ~ span:nth-last-child(3) {
    opacity: 0;
    transform: rotate(0deg) scale(0.2, 0.2);
}
#menuToggle.open input:checked ~ span:nth-last-child(2) {
    transform: rotate(-45deg) translate(0, -1px);
}
ul.nav-menu li ul.sub-menu {
    display: none !important;
}
ul.nav-menu li.open ul.sub-menu {
    display: block !important;
}
.nav-menu li.menu-item-has-children ul.sub-menu {
    height: 0;
    transition: all 0.4s ease;
}
.nav-menu li.menu-item-has-children.open ul.sub-menu.open-submenu {
    display: block !important;
    left: 0;
    height: auto;
    background-color: transparent;
    border-right: 1px solid rgba(255, 255, 255, 0.1);
    padding-right: 15px;
    padding-bottom: 0;
}
.nav-menu li.menu-item-has-children:last-child.open ul.sub-menu.open-submenu{
    padding-bottom: 0;
}
.nav-menu li.menu-item-has-children{
    padding-right: 0;
}
.mobilesubmenu.open {
    background-color: rgba(72, 72, 72, 0.85) !important;
}
.nav-menu .sub-menu,
.nav-menu .children {
    background-color: transparent;
}
ul.sub-menu {
    display: none !important;
    position: relative !important;
    top: -100% !important;
}
.mobilesubmenu i {
    position: relative;
    top: 12px;
    right: 0;
}
.nav-bar li {
    display: block;
    margin: 0;
    width: 100%;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    overflow: hidden;
    padding-right: 10px !important;
    border-right: 1px solid rgba(255, 255, 255, 0.1);
}
.mobilesubmenu {
    display: inline-block;
    position: absolute;
    top: 0;
    cursor: pointer;
    color: #fff;
    right: 0;
    z-index: 9999;
    border-left: 1px solid #717171;
    padding-left: 0;
    height: 100%;
    width: 45px;
    text-align: center;
    margin: 0 auto;
}
ul.sub-menu.open-submenu .mobilesubmenu {
    border: none;
}
.nav-menu li.menu-item-has-children::after,
.nav-menu li.menu-item-has-children ul.sub-menu li.menu-item-has-children::after {
    display: none;
}
.nav-menu .sub-menu,
.nav-menu .children {
    width: 100%;
}
.nav-menu .sub-menu, .nav-menu .children{
    transform: translateX(0);
}
ul.sub-menu li {
    display: block;
}
ul.sub-menu,
.open-submenu {
    transition: all 1s;
}
.openmenu {
    display: inline-block;
    font-size: 30px;
    cursor: pointer;
    color: #333;
    float: right;
}
#navbar{
    height: 100vh;
    overflow-y: auto;
    overflow-x: hidden;
}
#navbar::-webkit-scrollbar {
    width: 3px;
    visibility: hidden;
    opacity: 0;
}
#navbar::-webkit-scrollbar-track,
#navbar::-webkit-scrollbar-thumb {
    border-radius: 0;
}
#navbar:hover::-webkit-scrollbar {
    visibility: visible;
    opacity: 1;
}
#menuToggle {
    display: flex;
    flex-direction: column;
    position: absolute;
    top: 26px;
    right: 15px;
    z-index: 1;
    user-select: none;
}
#menuToggle.open {
    position: fixed;
    top: 25px;
    right: 6px;
    opacity: 1;
    z-index: 999999999;
}
#menuToggle input {
    width: 100% !important;
    height: 100% !important;
    position: absolute;
    cursor: pointer;
    opacity: 0;
    z-index: 1;
    top: 0;
    right: 0;
    display: inline-block;
}
#menuToggle.open input{
    top: -6px;
    right: 5px;
}
#menuToggle span {
    display: flex;
    width: 29px;
    height: 2px;
    margin-bottom: 5px;
    position: relative;
    background: #ffffff;
    border-radius: 3px;
    z-index: 0;
    transform-origin: 5px 0px;
    transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1.0),
    background 0.5s cubic-bezier(0.77, 0.2, 0.05, 1.0),
    opacity 0.55s ease;
}
#menuToggle.open span:first-child {
    transform-origin: 0% 0%;
}
#menuToggle.open span:nth-last-child(2) {
    transform-origin: 0% 100%;
}
#menuToggle.open input:checked ~ span {
    opacity: 1;
    transform: rotate(45deg) translate(-3px, -1px);
    background: #fff;
}
#menuToggle.open input:checked ~ span:nth-last-child(3) {
    opacity: 0;
    transform: rotate(0deg) scale(0.2, 0.2);
}
#menuToggle.open input:checked ~ span:nth-last-child(2) {
    transform: rotate(-45deg) translate(0, -1px);
}
ul.nav-menu li ul.sub-menu {
    display: none !important;
}
ul.nav-menu li.open ul.sub-menu {
    display: block !important;
}
.nav-menu li.menu-item-has-children ul.sub-menu {
    height: 0;
    transition: all 0.4s ease;
}
.nav-menu li.menu-item-has-children.open ul.sub-menu.open-submenu {
    display: block !important;
    left: 0;
    height: auto;
    background-color: transparent;
    border-right: 1px solid rgba(255, 255, 255, 0.1);
    padding-right: 15px;
    padding-bottom: 0;
}
.nav-menu li.menu-item-has-children:last-child.open ul.sub-menu.open-submenu{
    padding-bottom: 0;
}
.nav-menu li.menu-item-has-children{
    padding-right: 0;
}
.mobilesubmenu.open {
    background-color: rgba(72, 72, 72, 0.85) !important;
}
.nav-menu .sub-menu,
.nav-menu .children {
    background-color: transparent;
}
ul.sub-menu {
    display: none !important;
    position: relative !important;
    top: -100% !important;
}
.mobilesubmenu i {
    position: relative;
    top: 12px;
    right: 0;
}
.nav-bar li {
    display: block;
    margin: 0;
    width: 100%;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    overflow: hidden;
}
.mobilesubmenu {
    display: inline-block;
    position: absolute;
    top: 0;
    cursor: pointer;
    color: #fff;
    right: 0;
    z-index: 9999;
    border-left: 1px solid #717171;
    padding-left: 0;
    height: 100%;
    width: 45px;
    text-align: center;
    margin: 0 auto;
}
ul.sub-menu.open-submenu .mobilesubmenu {
    border: none;
}
.nav-menu li.menu-item-has-children::after,
.nav-menu li.menu-item-has-children ul.sub-menu li.menu-item-has-children::after {
    display: none;
}
.nav-menu .sub-menu,
.nav-menu .children {
    width: 100%;
}
.nav-menu .sub-menu, .nav-menu .children{
    transform: translateX(0);
}
ul.sub-menu li {
    display: block;
}
ul.sub-menu,
.open-submenu {
    transition: all 1s;
}
.openmenu {
    display: inline-block;
    font-size: 30px;
    cursor: pointer;
    color: #333;
    float: right;
}
.nav-bar.open {
    right: 0;
}
ul.sub-menu li:last-child {
    border: 0 !important;
}
ul.sub-menu li a {
    color: #fff !important;
    font-weight: 600;
    width: auto;
	display: inline-block;
    text-align: left;
}
.nav-bar {
    background-color: #0d1755;
    height: 100%;
    position: fixed;
    top: 0;
    right: -100%;
    padding: 20px 20px 100px;
    padding-top: 60px;
    transition: all 0.3s;
    width: 100%;
    text-align: left;
    z-index: 99999;
}
span.submenu-toggle {
    position: absolute;
    top: 8px;
    right: 8px;
    color: #ffffff;
    width: 30px;
    display: inline-block;
    height: 30px;
    background-color: rgba(0, 0, 0, 0.2);
    text-align: center;
    line-height: 33px;
    font-size: 13px;
}
.closebtn {
    display: block;
    position: absolute;
    top: -55px;
    font-size: 20px;
    right: 0;
    color: #fff;
    cursor: pointer;
    margin-bottom: 20px;
}

}