#top-menu li li a{width:310px}.nav li ul{width:350px}.entry-content table tbody>tr:first-child td{background:#bfc1cb;color:black}.entry-content table tbody tr td:first-child{background:#bfc1cb}.custom_svg svg{width:200px}.menue1-cta-termin a{color:#fff!important;background-color:#b6464b;border-radius:25px;-webkit-border-radius:25px;-moz-border-radius:25px;text-align:center;line-height:9px;font-weight:600;padding:12px 12px!important;display:block;padding-left:25px!important;padding-right:25px!important;border:0px}@media (min-width:981px){.menue1-cta-termin a:hover{opacity:1!important;color:#fff!important;background-color:#346fa4;transform:scale(1.1)}}.et_pb_menu--with-logo .et_pb_menu__menu>nav>ul>li>a{padding-top:0px;padding-bottom:0px}.et_pb_menu .et_pb_menu__menu>nav>ul>li{align-items:center}.custom_bullets_wpcc ul li{padding-left:30px;list-style:none;display:flex}.custom_bullets_wpcc ul li::before{content:'';display:inline-block;margin-right:7px;margin-left:-30px;padding-right:5px;font-family:'ETmodules';font-size:1.2em;vertical-align:middle}.custom_bullets_wpcc--white-check-circle ul li::before{content:'\52';color:#ffffff!important}.custom_bullets_wpcc--white-check-square ul li::before{content:'\5a';color:#ffffff!important;margin-bottom:10px}.custom_bullets_wpcc--blue-triangle ul li::before{content:'\45';color:#346fa4!important}.custom_bullets ul li{padding-left:30px;list-style:none;margin-bottom:10px;display:flex}.custom_bullets ul li::before{content:'\45';display:inline-block;margin-right:7px;margin-left:-30px;padding-right:5px;font-family:'ETmodules';font-size:1.2em;vertical-align:middle}.et_pb_section_0_tb_footer.et_pb_section{padding-top:10px;padding-bottom:10px;background-color:#346fa4!important}.et_pb_row_0_tb_footer.et_pb_row{padding-top:10px!important;padding-bottom:10px!important;margin-top:0px!important;margin-bottom:0px!important;padding-top:10px;padding-bottom:10px}.et_pb_text_0_tb_footer,.et_pb_text_4_tb_footer{font-size:14px}.et_pb_text_1_tb_footer.et_pb_text{color:#E8E8F4!important}.et_pb_text_1_tb_footer,.et_pb_text_2_tb_footer,.et_pb_text_3_tb_footer{line-height:1em;font-size:14px;line-height:1em}.et_pb_text_2_tb_footer.et_pb_text,.et_pb_text_3_tb_footer.et_pb_text{color:#FFFFFF!important}.et_pb_section_1_tb_footer.et_pb_section{padding-top:0px;padding-bottom:0px;margin-top:0px;margin-bottom:0px}.et_pb_row_1_tb_footer.et_pb_row{padding-top:10px!important;padding-bottom:10px!important;padding-top:10px;padding-bottom:10px}#chatics-widget {
position: fixed;
bottom: 20px;
z-index: 99999;
}
.chatics-position-right {
right: 20px;
}
.chatics-position-left {
left: 20px;
}
#chatics-toggle {
min-width: 60px;
min-height: 60px;
border-radius: 50%;
border: none;
background-color: #00b894;
color: #fff;
font-size: 24px;
cursor: pointer;
display: flex;
align-items: center;
justify-content: center;
box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
padding: 0;
}
#chatics-toggle img {
width: 28px;
height: 28px;
}
#chatics-toggle svg {
width: 40px;
height: 40px;
fill: currentColor;
}
#chatics-frame-wrapper {
position: fixed;
bottom: 90px;
width: 400px;
height: 600px;
border-radius: 16px;
overflow: hidden;
box-shadow: 0 8px 40px rgba(0, 0, 0, 0.2);
background: #fff;
display: none;
flex-direction: column;
transform: scale(0.8);
opacity: 0;
transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
transform-origin: center center;
}
#chatics-frame-wrapper.show {
transform: scale(1);
opacity: 1;
}
.chatics-position-right #chatics-frame-wrapper {
right: 20px;
}
.chatics-position-left #chatics-frame-wrapper {
left: 20px;
}
#chatics-frame-wrapper iframe {
border: none;
width: 100%;
height: 100%;
} #chatics-header {
background-color: #00b894;
color: #fff;
padding: 12px 16px;
font-weight: bold;
display: flex;
justify-content: space-between;
align-items: center;
}
.chatics-header-buttons {
display: flex;
gap: 5px;
}
#chatics-fullscreen,
#chatics-close {
background: none;
border: none;
color: #fff;
font-size: 24px;
cursor: pointer;
padding: 10px;
border-radius: 4px; 
} #chatics-frame-wrapper.fullscreen {
position: fixed !important;
top: 0 !important;
left: 0 !important;
right: 0 !important;
bottom: 0 !important;
width: calc(100vw ) !important;
height: calc(100vh) !important;
border-radius: 16px !important;
z-index: 999999 !important;
transform-origin: center center !important;
transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1) !important;
}
#chatics-frame-wrapper.fullscreen iframe {
height: calc(100vh) !important;
} #chatics-frame-wrapper:not(:has(#chatics-header)) iframe,
#chatics-frame-wrapper:not([data-has-header="true"]) iframe {
height: 100% !important;
}
#chatics-frame-wrapper.fullscreen:not(:has(#chatics-header)) iframe,
#chatics-frame-wrapper.fullscreen:not([data-has-header="true"]) iframe {
height: 100vh !important;
}