/*
Theme Name:     Divi Child
Author:         Elegant Themes
Template: Divi
Text Domain:	   divi-child
Description:    Smart. Flexible. Beautiful. Divi is the most powerful theme in our collection.
*/
/* This file was modified 2019-10-13 by Aspen Grove Studios to customize metadata in header comment */

::-webkit-input-placeholder { /* Chrome/Opera/Safari */
	opacity:1;
}
::-moz-placeholder { /* Firefox 19+ */
	opacity:1;
}
:-ms-input-placeholder { /* IE 10+ */
	opacity:1;
}
:-moz-placeholder { /* Firefox 18- */
	opacity:1;
}
@font-face {
    font-family: 'Roboto';
    src: url('fonts/Roboto-Bold.woff2') format('woff2'),
        url('fonts/Roboto-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Roboto';
    src: url('fonts/Roboto-BlackItalic.woff2') format('woff2'),
        url('fonts/Roboto-BlackItalic.woff') format('woff');
    font-weight: 900;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Roboto';
    src: url('fonts/Roboto-Black.woff2') format('woff2'),
        url('fonts/Roboto-Black.woff') format('woff');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Roboto';
    src: url('fonts/Roboto-Light.woff2') format('woff2'),
        url('fonts/Roboto-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Roboto';
    src: url('fonts/Roboto-Thin.woff2') format('woff2'),
        url('fonts/Roboto-Thin.woff') format('woff');
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Roboto';
    src: url('fonts/Roboto-LightItalic.woff2') format('woff2'),
        url('fonts/Roboto-LightItalic.woff') format('woff');
    font-weight: 300;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Roboto';
    src: url('fonts/Roboto-ThinItalic.woff2') format('woff2'),
        url('fonts/Roboto-ThinItalic.woff') format('woff');
    font-weight: 100;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Roboto';
    src: url('fonts/Roboto-Regular.woff2') format('woff2'),
        url('fonts/Roboto-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Roboto';
    src: url('fonts/Roboto-Medium.woff2') format('woff2'),
        url('fonts/Roboto-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Roboto';
    src: url('fonts/Roboto-Italic.woff2') format('woff2'),
        url('fonts/Roboto-Italic.woff') format('woff');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Roboto';
    src: url('fonts/Roboto-MediumItalic.woff2') format('woff2'),
        url('fonts/Roboto-MediumItalic.woff') format('woff');
    font-weight: 500;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Roboto';
    src: url('fonts/Roboto-BoldItalic.woff2') format('woff2'),
        url('fonts/Roboto-BoldItalic.woff') format('woff');
    font-weight: bold;
    font-style: italic;
    font-display: swap;
}
body,p{
	font-family: 'Roboto';
	color: rgba(0,0,0,0.65);
	line-height: 1.7;
	font-size: 20px;
	font-weight: 300;
}
.custom_h2 h3 {
    font-weight: 700;
    font-size: 36px;
    color: rgba(11,12,15,0.85);
    letter-spacing: -0.01em;
    line-height: 1.2;
}
.custom_heading_h3 h2{
    font-size: 22px;
}
.custom_h2_white h3{
    font-weight: 700;
    font-size: 36px;
    color: #fff;
    letter-spacing: -0.01em;
    line-height: 1.2;
}   

ul {
    list-style: none !important;
}

#left-area ul, .entry-content ul, .et-l--body ul, .et-l--footer ul, .et-l--header ul{
	line-height: 1.7
}
.mainsec h1{
	font-weight: 700;
    font-size: 40px;
    color: #FFFFFF;
    letter-spacing: -0.02em;
    line-height: 1.2;
}

.secondary_header_class p{
	color: #fff;
	text-align: center;
}
.secondary_header_class h1{
    font-size: 40px;
    font-weight: bold;
    color: #fff;
    text-align: center;
}
.secondary_header_class {
    min-height: 400px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    text-align: center;
}
.secondary_header_class  .et_pb_row{
	max-width: 980px;
}
h2{
	font-weight: 700;
    font-size: 36px;
    color: rgba(11,12,15,0.85);
    letter-spacing: -0.01em;
    line-height: 1.2
}
a.readmore_btn{
    font-weight: normal;
    text-decoration: underline;
    position: relative;
    padding-right: 30px;
    display: inline-block;
    margin-top: 15px;
    
}
a.readmore_btn:after {
    content: "\22";
    font-family: etmodules;
    font-weight: bold;
    position: absolute;
    top: 50%;
    transform: translate(0,-50%);
}
.mb1em{
    margin-bottom: 1em!important
}
.readmore_btn.active:after{
    content: "\21";
}
.readmore_text{
	display: none;
	margin-bottom: 1em;
}
.white_text.anchor_text_parent a,
.white_text .anchor_text_parent a{
    color: #fff
}
.anchor_text_parent a{
    text-decoration: underline;
}
.white_bg_column {
    background: #fff;
    padding: 50px;
}
.white_text p,
.white_text h3,
.white_text h2,
.sp_box_single a.readmore_btn,
.white_text li,
.blue_boxes_rows h2,
.blue_boxes_rows p,
.blue_boxes_rows a.readmore_btn,
.white_text.dots_list li:before{
	color: #fff;
}
.home_cards_row .et_pb_column {
	transition: all 0.3s;
    min-height: 260px;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
}
.blue_boxes_rows{
	display: flex;
	flex-wrap: wrap;
}
.blue_boxes_rows .et_pb_column{
	background-color: #0f4d85;
	padding:25px;
	box-shadow: 6px 6px 18px 0px rgba(0,0,0,0.3);
}
.home_cards_row .box-title{
	width: 100%;
}
.home_cards_row .et_pb_column:hover{
	box-shadow: 0px 10px 20px rgb(15 77 133 / 50%);
}
.custom_blog_modules .et_pb_ajax_pagination_container{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.custom_blog_modules .entry-title{
	color: rgba(11,12,15,0.85);
    font-size: 24px;
    padding-left: 20px;
    padding-right: 20px;
}
.custom_blog_modules .post-content{
	padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 30px;
}
.custom_blog_modules .et_pb_post{
    width: calc(50% - 20px);
    background: #fafafa;
    margin-left: 10px;
    margin-right: 10px;
}
.box-title .et_pb_text_inner h4{
	display: flex;
    justify-content: space-between;
    align-items: center;
    align-content: center;
    padding: 25px 15px;
    background: rgba(15,77,133,0.85);
}

.box_title_ip .et_pb_text_inner h4 {
	justify-content: center;
	column-gap: 20px;
}
.pt0{
	padding-top: 0!important
}
.pt10{
	padding-top: 10px!important
}
.pt20{
	padding-top: 20px!important
}
.pt30{
	padding-top: 30px!important
}
.pt40{
	padding-top: 40px!important
}
.pt50{
	padding-top: 50px!important
}
.pb0{
	padding-bottom: 0!important
}
.pb10{
	padding-bottom: 10px!important
}
.pb20{
	padding-bottom: 20px!important
}
.pb30{
	padding-bottom: 30px!important
}
.pb40{
	padding-bottom: 40px!important
}
.pb50{
	padding-bottom:50px!important
}
.mt0{
	margin-top: 0!important
}
.mt10{
	margin-top: 10px!important
}
.mt20{
	margin-top: 20px!important
}
.mt30{
	margin-top: 30px!important
}
.mt40{
	margin-top: 40px!important
}
.mt50{
	margin-top: 50px!important
}
.mt60{
	margin-top: 50px!important
}
.mb0{
	margin-bottom: 0!important
}
.mb10{
	margin-bottom: 10px!important
}
.mb20{
	margin-bottom: 20px!important
}
.mb30{
	margin-bottom: 30px!important
}
.mb40{
	margin-bottom: 40px!important
}
.mb50{
	margin-bottom: 50px!important
}
.mb60{
	margin-bottom: 60px!important
}
.dn{
	display: none!important
}
.white_text{
    color:#fff !important;
}
.custom_btn {
    border-bottom: 2px solid #fff;
    display: inline-block;
    color: #fff;
}
.custom_h1{
    font-size: 60px;
    line-height: 1.5;
}
.sp_box_single .cs_text_cont h2 {
    color: #fff;
    line-height: 1.5;
    font-size: 23px;
}
.sp_box_single .cs_text_cont ul li {
    font-size: 18px;
}
.cont_btn {
    background: #0F4D85;
    color: #fff;
    padding: 20px 25px;
    display: flex;
    align-items: center;
    height: 70px;
    box-shadow: 3px 15px 20px rgba(15, 77, 133, 0.2);
    flex-direction: row-reverse;
}
.c_btn_text {
	width: 0px;
	overflow: hidden;
	opacity: 0;
	transition: all 0.2s;
	padding-left: 0;
}
.c_btn_icon {
    margin-left: 5px;
    margin-right: 5px;
}
.service_points p {
    font-size: 18px;
}
.services_section_row {
    display: flex;
    flex-wrap: wrap;
}
.services_section_row .et_pb_image_wrap img {
    object-fit: cover;
    object-position: center;
    height: 200px;
}
.services_section_row .et_pb_column {
    box-shadow: 0px 10px 20px rgb(15 77 133 / 20%);
    border-radius: 5px;
}
.services_section_row .et_pb_column .et_pb_code {
    padding: 20px;
}   
.cont_btn:hover .c_btn_text{
	width: auto;
	padding-right: 10px;
	opacity: 1;
}
.phone_btn .c_btn_icon img {
	  margin-top: 5px;
}
.custom_blog_modules .post-content .more-link,
.et_pb_button.primary_btn,
.primary_btn,
.wpkontakt_forms .wpforms-submit,
.Kontaktform_btn{
	transition: all 0.3s;
    background: #0f4d85!important;
    padding: 17px 25px!important;
    display: inline-block!important;
    border-radius: 2px!important;
    border: 1px solid #0f4d85!important;
    cursor: pointer;
    font-weight: normal;
    font-size: 18px!important;
    color: #fff!important;
    line-height: 1.3!important;
    overflow: hidden!important;
    text-align: center;
    min-width: 200px;
}
.Kontaktform_btn:hover,
.custom_blog_modules .post-content .more-link:hover,
.et_pb_button.primary_btn:hover,
.primary_btn:hover{
    border: 1px solid #01348B!important;
    color: #01348B!important;
    background: rgba(0,0,0,0)!important;
    border-radius: 2px!important;
    letter-spacing: 0!important;
    padding: 17px 25px!important;
}
.et_pb_button.primary_btn:hover:after,
.primary_btn:hover:after,
.et_pb_button.secondary_btn:hover:after,
.secondary_btn:hover:after{
	display: none;
}
h3{
    line-height: 1.2
}
.primary_btn.orange_cta_button,
.orange_cta_button{
    background-color: #ffa500 !important;
    border-color: #ffa500 !important;
    color: #fff!important;
    padding: 17px 25px!important;
}
.primary_btn.orange_cta_button:hover,
.et_pb_button.orange_cta_button:hover,
.orange_cta_button:hover{
    background-color: #fff!important;
    color:#0f4d85!important;
    border-color: #fff !important;
}
.et_pb_button.secondary_btn,
.secondary_btn{
    transition: all 0.3s;
    background: #fff;
    padding: 17px 25px!important;
    display: inline-block;
    border-radius: 2px!important;
    border: 1px solid #ffff;
    cursor: pointer;
    font-weight: normal;
    font-size: 18px!important;
    color: #0f4d85;
    line-height: 1.3!important;
    overflow: hidden;
    text-align: center;
    min-width: 200px;
}
.et_pb_button.secondary_btn:hover,
.secondary_btn:hover{
	background: #0f4d85;
	border: 1px solid #0f4d85;
	color: #fff;
	padding: 17px 25px!important;
	letter-spacing: 0!important;
}
.custom_blog_modules .post-content .more-link {
    margin-top: 1rem;
}
.contact_rows_Sec .et_pb_row {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding: 0
}
.contact_rows_Sec h2,
.contact_rows_Sec p{
	color:#fff;
}
.fontweight_light{
	font-weight: normal!important;
}
.contact_rows_Sec .et_pb_button_module_wrapper{
	text-align: right;
}
ul.social_link{
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}
ul.social_link li{
	margin-right: 7px
}
ul.social_link a{
	display: block;
	background: #01348B;
	color: #fff;
	height: 30px;
	width: 30px;
	line-height: 30px;
	text-align: center;
	transition: all 0.3s;
	border:1px solid #01348B;
}
ul.social_link a:hover{
	border:1px solid #01348B;
	background: rgba(0,0,0,0);
	color:#01348B;
}
.footer_blurb_module .et_pb_main_blurb_image{
    width: 30px;
    margin-right: 10px;
    margin-bottom: 0;
}
.footer_blurb_module .et_pb_blurb_container {
    width: calc(100% - 40px);
    padding-left: 0;
}
.footer_blurb_module .et_pb_blurb_content {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.wpkontakt_forms input[type='text'], 
.wpkontakt_forms input[type='tel'], 
.wpkontakt_forms input[type='email'], 
.wpkontakt_forms select, .wpkontakt_forms textarea {
    width: 100%!important;
    border: none!important;
    border-bottom: 2.06672px solid rgba(196, 196, 196, 0.2)!important;
    font-size: 16px!important;
    transition: all 0.3s!important;
    margin-bottom: 5px!important;
    max-width: 100%!important;
    height: auto!important;
}
.wpkontakt_forms div.wpforms-container-full .wpforms-form .wpforms-captcha-math input {
    width: 100px!important;
}
.wpkontakt_forms .wpforms-field-checkbox a, 
.wpforms_das_sind .wpforms-field-checkbox a, 
.wpforms_kunden .wpforms-field-checkbox a {
    color: #2D334A;
    text-decoration: underline;
}
.new_accordion .et_pb_toggle.et_pb_toggle_close {
    background: unset;
}
.win_num_box .et_pb_text_inner {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 100%;
}
.win_num_box {
    margin-bottom: 40px !important;
    width: 75px;
    height: 75px;
}
.win_num_box .et_pb_text_inner p,
.win_text_box  p{
    color: #fff;
}
.win_text_box h4{
	font-size: 22px;
    color: #fff;
}
.win_row:before {
	content: '';
    position: absolute;
    top: 65px;
    width: 78%;
    height: 1px;
    left: 20px;
    border-bottom: 3px dashed #FFFFFF;
}
.win_text_box {
    padding: 30px;
    background-color: rgba(15,77,133,0.85);
    color: #fff;
    min-height: 410px;
    cursor: pointer;
}
.home_slider .et_pb_code {
    padding: 40px;
}

.test_card .profile_img {
		width: 80px;
    height: 80px;
    border-radius: 50%;
    background-size: cover;
	margin-bottom: 40px;
}

.test_card .profile_img:after {
	content: url(/wp-content/uploads/2022/01/Quote.png);
	position: relative;
	bottom: -60px;
	left: 20px;
	height: 40px;
	width: 40px;
	padding: 8px 8px 2px;
	background: #fff;
	border-radius: 50%;
}

.test_card .test_text {
	font-weight: 300;	
	margin-bottom: 25px;
}
.test_card .test_name {
	font-weight: bold;
	color: #0B0C0F;
}

.test_card .test_position {
	font-weight: 300;
	color: #333333;
}
.footer_logo_sec.et_pb_section{
	padding-top: 20px;
    padding-bottom: 20px;
    background-color: #f3f3f3;
}
.footer_logo_sec .et_pb_row,
.footer_bottom_sec .et_pb_row{
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}
.footer_logo_sec .et_pb_column:nth-child(1){
    width: 230px;
    margin-right: 20px;
}
.footer_logo_sec .et_pb_column:nth-child(2){
    width: calc(100% - 250px)!important;
    justify-content: flex-end;
    display: flex;
    flex-wrap: wrap;
}
.footer_bottom_sec .et_pb_column:nth-child(1){
	margin-right: 10px;
    width: 190px;
}
.flex_row_col{
	display:flex;
	flex-wrap: wrap;
	align-items: center;
}
.footer_bottom_sec .et_pb_column.et-last-child {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    width: calc(100% - 200px);
}
body footer .footer_bottom_sec .et_pb_module{
	margin:5px!important;
}
.footer_logo_sec .et_pb_column:nth-child(2) .et_pb_image{
    margin: 5px 5px 5px 20px!Important;
}
.footer_bottom_sec.et_pb_section{
	padding-top: 15px;
	padding-bottom: 15px;
}
.footer_bottom_sec,
.footer_bottom_sec p{
	font-size: 14px;
}

.hover_text {
	min-height: 300px;
	opacity: 0;
	transition: all 0.2s;
}
.hover_text p {
    color: #fff;
}
.show_hover_text {
	opacity: 1;
}

.customsidetabs {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start
}
.customsidetabs .et_pb_tabs_controls {
    width: 350px;
    margin-right: 40px
}
.customsidetabs .et_pb_all_tabs {
    width: calc(100% - 390px)
}
.customsidetabs .et_pb_tabs_controls li {
    width: 100%;
    border: none!important;
    text-align: center;
    font-weight: 400!important;
    border-bottom: 1px solid rgba(216,219,199,.3)!important;
    background-color: #fff!important;
    min-height: 90px;
    list-style: none!important
}
.customsidetabs .et_pb_tabs_controls li a {
    line-height: 1.3!important;
    padding: 20px 15px!important;
    font-weight: 600!important;
    color: rgba(0,0,0,0.85)!important;
}
.customsidetabs li.et_pb_tab_active {
    background: #0F4D85!important;
    border-bottom: 1px solid rgba(0,0,0,0)!important;
}
.et-db #et-boc .et-l .customsidetabs .et_pb_tab_active a,
.customsidetabs li.et_pb_tab_active a {
    color: #fff!important
}
.customsidetabs.et_pb_tabs {
    border: none!important
}
.customsidetabs .et_pb_tabs_controls {
    border-top: 1px solid rgba(0,0,0,0);
    border-left: 1px solid rgba(0,0,0,0);
    border-right: 1px solid rgba(0,0,0,0);
    background: #fff;
    box-shadow: 0 8px 50px rgba(25,55,82,.02);
    border-radius: 8px;
    overflow: hidden;
}
.customsidetabs ul.et_pb_tabs_controls:after {
    display: none
}
.customsidetabs .et_pb_tabs_controls li:last-child {
    border-bottom: none
}
.customsidetabs .et_pb_all_tabs {
    border: 1px solid rgba(0,0,0,0);
    box-shadow: 0 8px 50px rgba(25,55,82,.02);
    border-radius: 8px;
}
.customsidetabs .et_pb_tab {
    padding: 50px 40px!important;
    max-height: 100%!important
}
.customsidetabs h3{
	line-height: 1.3;
    font-weight: 600;
    color: rgba(45, 51, 74, 0.85);
    font-size: 26px;
}
.toggle_above_image_rows .et_pb_toggle,
.toggle_with_icon_rows .et_pb_toggle {
    border: none;
    background: #336897;
    color: #fff;
    width: 100%;
}
.toggle_with_icon_rows .et_pb_toggle_title,
.toggle_above_image_rows .et_pb_toggle_title {
    color: #fff!important;
    font-size: 20px!important;
    line-height: 1.3;
}
.toggle_with_icon_rows .et_pb_toggle_title:before,
.toggle_above_image_rows .et_pb_toggle_title:before {
    content: "+";
    font-size: 30px!important;
    color: #fff;
    font-weight: 300!important;
    transform: translate(0,-50%);
    margin: 0;
    font-family: 'Roboto'!important;
}
.toggle_with_icon_rows .et_pb_toggle_open .et_pb_toggle_title:before,
.toggle_above_image_rows .et_pb_toggle_open .et_pb_toggle_title:before {
    content: "-";
}
.toggle_with_icon_rows .et_pb_image {
	text-align: center;
}
.toggle_above_image_rows .et_pb_column {
    min-height: 400px;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
}
.toggle_above_image_rows .et_pb_toggle_content{
	font-size: 16px;
}
.icon_boxes_rows{
	display: flex;
	flex-wrap: wrap;
}
.icon_boxes_rows .et_pb_column{
	background-color: #FFFFFF;
    box-shadow: 1.29px 3.87px 16.13px 0px rgba(0,0,0,0.15);
}
.icon_boxes_rows h4{
	background-color: rgba(15,77,133,0.85);
	padding: 25px;
	font-size: 18px;
	color: #fff;
	text-align: center;
}
.icon_boxes_rows .et_pb_image {
    text-align: center;
    min-height: 150px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    margin-bottom: 0!important
}
.checklist_list ul,
.dots_list ul{
    list-style: none!important;
    padding-left: 0!important
}
.dots_list li,
.checklist_list li{
    position: relative;
    padding-left: 25px;
}
.dots_list li:before,
.checklist_list li:before{
    content: "\4e";
    font-family: etmodules;
    font-weight: bold;
    color: #0f4d85;
    position: absolute;
    top: 0;
    left: 0;
}
.dots_list li:before{
	content: "\5c";
}

.dots_list li:before, .checklist_list_white li:before {
    content: "\4e";
    font-family: etmodules;
    font-weight: bold;
    color: #fff;
    position: absolute;
    top: 0;
    left: 0;
}
.dots_list, .checklist_list_white{
    position: relative;
}
.custom_toggle_class .et_pb_toggle {
	background: #f3f3f3!important;
    border: none;
}
.custom_toggle_class .et_pb_toggle_title{
	font-size: 18px;
    line-height: 1.5;
    color: rgba(0,0,0,0.85);
}
.custom_toggle_class .et_pb_toggle_title:before{
	display: block!important;
	content: "\22"!important;
    color: #0f4d85;
    font-weight: bold;
}
.custom_toggle_class .et_pb_toggle_open .et_pb_toggle_title:before{
	content: "\21"!important;
}
.Kontact_form .wpforms-field label {
    font-weight: 300!important;
    font-size: 18px!important;
    color: rgba(0,0,0,0.65)!important;
    opacity: 0.85;
}
.Kontact_form .wpforms-field input, .Kontact_form .wpforms-field textarea{
	border: none!important;
    border-bottom: 1px solid rgb(45 45 43 / 40%)!important;
}
.custom_refrece_boxes{
	display: flex;
	flex-wrap: wrap;
}
.custom_refrece_boxes .et_pb_column{
    box-shadow: 0px 8px 50px 0px rgba(25,55,82,0.08);
    background-color: rgba(255,255,255,1);
    border-color: rgba(11,12,15,0.1);
    padding: 25px
}
.custom_refrece_boxes img {
    height: 75px;
    object-fit: contain;
    object-position: center;
}
.expertise_rows_boxes h4,
.custom_refrece_boxes h4{
	font-size: 24px;
    line-height: 1.3;
}
.expertise_rows_boxes h4,
.expertise_rows_boxes p{
	text-align: center;
}
.expertise_rows_boxes{
	display: flex;
	flex-wrap: wrap;
}
.expertise_rows_boxes .et_pb_column{
    background: #fff;
    padding: 40px 25px;
}
.expertise_rows_boxes .et_pb_image {
    height: 80px;
    object-fit: contain;
    margin-bottom: 30px!important;
}
.partner_logo_rows .et_pb_column{
    background: #fff;
    border: 1px solid #ccc;
    padding: 10px;
    transform: scale(1);
    transition: all 0.3s;
    cursor: pointer;
}
.partner_logo_rows .et_pb_column:hover{
	transform: scale(1.1);
}
.partner_logo_rows {
    display: flex;
    flex-wrap: wrap;
}
.mob-menu-header-holder{
	display: none!important
}

body.mob-menu-overlay, 
body.mob-menu-slideout, 
body.mob-menu-slideout-over, 
body.mob-menu-slideout-top{
	padding-top: 0!important
}
header .et_pb_section {
	padding: 10px 0!important;
}
header .et_pb_section .et_pb_row {
    display: flex;
    flex-wrap: wrap;
    padding: 10px 0;
    align-items: center;
}
header .et_pb_section .et_pb_row .et_pb_column{
	width: 220px!important;
	margin-right: 10px!important;
	margin-bottom: 0!important;
}
header .et_pb_section .et_pb_row .et_pb_column.et-last-child {
	width: calc(100% - 230px)!important;
	margin-right: 0!important;
	text-align: right;
}
span#trigger_menu_custom:after {
    content: "Menü";
    display: block;
    font-weight: bold;
    color: #0f4d85;
    line-height: 18px;
    font-size: 18px;
}
span#trigger_menu_custom:before {
    content: "\61";
    font-family: etmodules;
    display: block;
    text-align: center;
    font-size: 35px;
    line-height: 35px;
    color: #0f4d85;
}
span#trigger_menu_custom{
	display: inline-block;
	cursor: pointer;
}
body .mobmenu-right-panel{
	width: 50%;
	min-width: 270px;
}
body .mobmenu-right-panel li, 
body .rightmbottom, 
body .rightmtop {
    padding-left: 35px;
    padding-right: 35px;
}
body .mobmenu-content li a{
	display: inline-block;
}
body .mobmenu-content #mobmenuright li:hover,
body .mobmenu-content #mobmenuright > li > a:hover,
body .mobmenu-content #mobmenuright .sub-menu {
    background-color: transparent!important;
}
body #mobmenuright li a, 
body #mobmenuright li a:hover {
    color: rgba(0,0,0,0.85)!important;
}
body .mobmenu-content li > .sub-menu li {
    padding-left: 0;
}
body ul#mobmenuright > li > a {
    font-weight: 600;
}
body .mob-icon-down-open:before{	
	content: "\4c";	
    font-family: etmodules;
    font-weight: bold;
}
body .mob-icon-up-open:before{
	content: "\4b";
    font-family: etmodules;
    font-weight: bold;
}
body #mobmenuright li > ul{
	padding-left: 20px;
}
.footer_bottom_sec .et_pb_blurb_content{
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}
.footer_bottom_sec .et_pb_main_blurb_image{
	margin-bottom: 0
}
.logorows_sec .et_pb_image{
    text-align: center!important;
    margin-left: auto;
    margin-right: auto;
    margin-top: 10px!important;
    margin-bottom: 10px!important;
}
.two_dual_section ul{
   padding: 0;
}
.two_dual_section ul li {
    list-style-type: none !important;
}
.two_dual_section h3 {
    color: #fff !important;
}
.checklist_list_white li {
    position: relative;
    padding-left: 25px;
    color: #fff;
}
.section_4_colum_tools {
    display: flex;
    flex-wrap: wrap;
}
.section_4_colum_tools .et_pb_column {
    background: #fff;
    padding: 20px;
}
.dn_b767{
    display: none;
}
.h3_like_ul h3{
    font-size:20px !important;
    line-height:1.5 !important;
    color:rgba(0, 0, 0, 0.65);
    font-weight:300 !important;
}
.h3_like_ul_like h3{
    font-size:20px !important;
    line-height:1.5 !important;
    color:#fff !important;
    font-weight:300 !important;
}
.h3_like_ul_like p {
    color: #fff;
}
.h3_like_h4 h3 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px 10px;
    background: rgba(15,77,133,0.85);
    color: #fff;
    font-size: 16px;
}
.big_img_section .et_pb_image_wrap img {
  height: 790px;
  object-fit: cover;
  object-position: right;
}
.four_point_section ul {
    padding: 0;
}
/* home page slider */

.homepage_boxes_slider .et_pb_module img {
    margin: -25px -25px 25px -25px;
    width: calc(100% + 50px);
    display: block;
    max-width: calc(100% + 50px);
}
.homepage_boxes_slider .et_pb_module img {
    height: 250px;
    object-fit: cover;
    object-position: center;
}
.homepage_boxes_slider .et_pb_module {
    box-shadow: 0px 10px 20px rgb(15 77 133 / 5%);
    padding: 25px;
    margin-left: 15px;
    margin-right: 15px;
    margin-bottom: 0!important;
    height: inherit;
    background: #fff;
    border: 1px solid #ccc;
    margin-bottom: 90px!important;
}
.homepage_boxes_slider .slick-track{
    display: flex;
}
.homepage_boxes_slider .arrow_prev:before{
    content: "\23";    
    font-family: etmodules;
}
.arrow_next:before{
    content: "\24";    
    font-family: etmodules;
}
.homepage_boxes_slider  .slick-arrow {
    position: absolute;
    bottom: 0;
    width: 60px;
    height: 60px;
    background: #fff;
    color: #0f4d85;
    line-height: 60px;
    text-align: center;
    border: 1px solid #fff;
    transition: all 0.3s;
    z-index: 999999;
    font-size: 24px;
    cursor: pointer;
}
.homepage_boxes_slider  .slick-arrow:hover{
    border: 1px solid #0f4d85;
    background: #0f4d85;
    color: #fff;
}
.homepage_boxes_slider .arrow_next.slick-arrow {
    left: calc(50% + 10px);
}
.homepage_boxes_slider .arrow_prev.slick-arrow {
    right: calc(50% + 10px);
}
.home_cards_row .box-title span {
    display: none;
}
.unsere-partner_ul_banner_Section ul {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}
body[data-scroll-step] .terminbuchung-meeting-embed .et_pb_column_1 {
    transition: none !important;
    transform: none !important;
}
.hero-checklist ul li {
	background: #0F4D85;
	margin-bottom: 15px;
	max-width: 830px;
	padding: 12px 10px 12px 60px;
	border-radius: 0px 25px 25px 0px;
	transition: all 0.3s;
}
.hero-checklist ul li:last-child {
	margin-bottom: 0px;
}
.hero-checklist ul li:before {
    background: #fff;
    color: #01348B;
    top: 12px;
    left: 26px;
    height: 19px;
    width: 19px;
    display: flex;
    justify-content: center;
    border-radius: 50px;
    font-size: 12px;
    padding: 2px;
}

@media screen and (max-width:1280px){
	body, p,
	.custom_toggle_class .et_pb_toggle_title{
		font-size: 18px;
	}
	.custom_toggle_class .et_pb_toggle_title{
		line-height: 1.3
	}
	h2{
		font-size: 24px;
	}
    .custom_h2 h3 {
        font-size: 24px;
    }
}
@media screen and (max-width: 980px){
	body, p, .custom_toggle_class .et_pb_toggle_title {
	    font-size: 16px;
	}
  .flex-direction-column{
    display: flex;
    flex-direction: column-reverse;
  }
  .flex-direction-column .et_pb_image_wrap {
    padding-bottom: 30px;
  }
  .et_pb_text_inner{
      line-height: 1.7
  }
  .sp_box_single .cs_text_cont ul li {
      font-size: 14px;
  }
	body .mobmenu-right-panel li, 
	body .rightmbottom, 
	body .rightmtop {
	    padding-left: 10px;
	    padding-right: 10px;
	}
	body .mobmenu-content li a{
		font-size: 16px!important
	}
	body #mobmenuright li > ul {
	    padding-left: 10px;
	}
	.secondary_header_class h1{font-size: 26px;}
	.footer_bottom_sec .et_pb_column:nth-child(1){
		margin-right: 0;
		margin-bottom: 0;
	    width: 190px;
	}
	.et_pb_button.secondary_btn, .secondary_btn,
	.custom_blog_modules .post-content .more-link, .et_pb_button.primary_btn, .primary_btn, .wpkontakt_forms .wpforms-submit, .Kontaktform_btn{
		font-size: 16px!important
	}
	body .sp_box_single .cs_text_cont {
	    min-height: auto!important;
	}
	.contact_rows_Sec .et_pb_button_module_wrapper{
		text-align: left;
	}
	.footer_logo_sec .et_pb_row, .footer_bottom_sec .et_pb_row{
		flex-direction: column;
	}
	div.wpforms-container-full .wpforms-form .wpforms-one-half, div.wpforms-container-full .wpforms-form .wpforms-three-sixths, div.wpforms-container-full .wpforms-form .wpforms-two-fourths{
		width: 100%!important;
		margin-left: 0!important;
		margin-right: 0!important;
	}
	.dn_b980{
		display: none!important
	}
	.wpkontakt_forms div.wpforms-container-full .wpforms-form .wpforms-one-half, 
	.wpkontakt_forms div.wpforms-container-full .wpforms-form .wpforms-three-sixths, 
	.wpkontakt_forms div.wpforms-container-full .wpforms-form .wpforms-two-fourths{
		width: 100%!important
	}
	header .et_pb_section {
		padding: 0 !important;
	}
	header .et_pb_section .et_pb_row {
		display: flex;
		flex-wrap: wrap;
		padding: 20px 0;
	}
	header .et_pb_section .et_pb_row .et_pb_column {
		width: 160px!important;
		margin-right: 10px!important;
		margin-bottom: 0!important;
	}
	header .et_pb_section .et_pb_row .et_pb_column.et-last-child {
		width: calc(100% - 170px)!important;
		margin-right: 0!important;
	}
	header .et_mobile_menu {
		width: calc(100% + 170px);
		left: -170px;
	}
	body .card_slider_nav div{
		height: 55px;
    	width: 55px;
	}
	.footer_logo_sec .et_pb_column:nth-child(1) {
	    width: 230px!important;
	    margin-right: 0;
	    margin-bottom: 10px;
	}
	.footer_logo_sec .et_pb_column:nth-child(2){
		justify-content: center;
		width: 100%!important;
	}
	.footer_bottom_sec .et_pb_column.et-last-child{
		width: 100%
	}
	body .sp_box_single .num_box{
		height: 70px;
		width: 70px;
		font-size: 30px;
	}
	body .sp_box_single .cs_text_cont h2{
		line-height: 1.3;
    	font-size: 20px;
	}
	.mobile_flex_rows{
		display: flex;
		flex-wrap: wrap;
		flex-direction: column-reverse;
	}
	.mobile_flex_rows .et_pb_column:nth-child(1){
		margin-bottom: 0!important
	}
	.mobile_flex_rows .et_pb_column.et-last-child{
		margin-bottom: 30px!important
	}
	.footer_bottom_sec .et_pb_text_inner {
	    text-align: center;
	}
	.height_250_mobile span.et_pb_image_wrap {
	    width: 100%;
      margin-bottom: 20px;
	}
	.height_250_mobile span.et_pb_image_wrap img{
	    width: 100%!important;
    	height: 250px!important;
    	object-fit: cover!important;
	}
    .Über_uns_page_section .white_bg_column {
        padding: 20px 15px;
    }
    .section_4_colum_tools h3 {
        line-height: 1.5;
        font-size: 19px;
    }
}
@media screen and (max-width: 767px) {
    .dn_a767{
        display: none;
    }
    .dn_b767{
        display: block;
    }
    .page-id-56542 .et_pb_section{
        padding: 20px 0;
    }
    
}

@media screen and (max-width: 600px) {
    .hero-checklist ul li:before {
        top: 12px;
        left: 8px;
        padding: 1px;
        align-items: center;
    }
}


@media screen and (min-width: 981px) {
	.btn_right_a980{
		text-align: right;
	}
	.vam_a980{
		display: flex;
		flex-wrap: wrap;
		align-items: center;
	}		
	.dn_a980{
		display: none!important
	}
	.mob-expand-submenu i {
	    font-weight: 600;
	    font-size: 26px;
	}
	body ul#mobmenuright > li > a{
		font-size: 26px;
	}
}