@font-face {
    font-family: "Allianz Neo1 Regular";
    src: url("../../assets/fonts/neo/Allianz Neo1 Regular.eot");
    src: local("☺"), url("../../assets/fonts/neo/Allianz Neo1 Regular.woff") format("woff"), url("../../assets/fonts/neo/Allianz Neo1 Regular.ttf") format("truetype"), url("../../assets/fonts/neo/Allianz Neo1 Regular.svg") format("svg");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "Allianz Neo1 Bold";
    src: url("../../assets/fonts/neo/Allianz Neo1 Bold.eot");
    src: local("☺"), url("../../assets/fonts/neo/Allianz Neo1 Bold.woff") format("woff"), url("../../assets/fonts/neo/Allianz Neo1 Bold.ttf") format("truetype"), url("../../assets/fonts/neo/Allianz Neo1 Bold.svg") format("svg");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "Allianz Neo1 Bold Italic";
    src: url("../../assets/fonts/neo/Allianz Neo1 Bold Italic.eot");
    src: local("☺"), url("../../assets/fonts/neo/Allianz Neo1 Bold Italic.woff") format("woff"), url("../../assets/fonts/neo/Allianz Neo1 Bold Italic.ttf") format("truetype"), url("../../assets/fonts/neo/Allianz Neo1 Bold Italic.svg") format("svg");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "Allianz Neo1 Light";
    src: url("../../assets/fonts/neo/Allianz Neo1 Light.eot");
    src: local("☺"), url("../../assets/fonts/neo/Allianz Neo1 Light.woff") format("woff"), url("../../assets/fonts/neo/Allianz Neo1 Light.ttf") format("truetype"), url("../../assets/fonts/neo/Allianz Neo1 Light.svg") format("svg");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "Allianz Neo1 Light Italic";
    src: url("../../assets/fonts/neo/Allianz Neo1 Light Italic.eot");
    src: local("☺"), url("../../assets/fonts/neo/Allianz Neo1 Light Italic.woff") format("woff"), url("../../assets/fonts/neo/Allianz Neo1 Light Italic.ttf") format("truetype"), url("../../assets/fonts/neo/Allianz Neo1 Light Italic.svg") format("svg");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "Allianz Neo1 Italic";
    src: url("../../assets/fonts/neo/Allianz Neo1 Italic.eot");
    src: local("☺"), url("../../assets/fonts/neo/Allianz Neo1 Italic.woff") format("woff"), url("../../assets/fonts/neo/Allianz Neo1 Italic.ttf") format("truetype"), url("../../assets/fonts/neo/Allianz Neo1 Italic.svg") format("svg");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "Allianz Neo2 Regular";
    src: url("../../assets/fonts/neo/Allianz Neo2 Regular.eot");
    src: local("☺"), url("../../assets/fonts/neo/Allianz Neo2 Regular.woff") format("woff"), url("../../assets/fonts/neo/Allianz Neo2 Regular.ttf") format("truetype"), url("../../assets/fonts/neo/Allianz Neo2 Regular.svg") format("svg");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "Allianz Neo2 Bold";
    src: url("../../assets/fonts/neo/Allianz Neo2 Bold.eot");
    src: local("☺"), url("../../assets/fonts/neo/Allianz Neo2 Bold.woff") format("woff"), url("../../assets/fonts/neo/Allianz Neo2 Bold.ttf") format("truetype"), url("../../assets/fonts/neo/Allianz Neo2 Bold.svg") format("svg");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "Allianz Neo4 Regular";
    src: url("../../assets/fonts/neo/Allianz Neo4 Regular.eot");
    src: local("☺"), url("../../assets/fonts/neo/Allianz Neo4 Regular.woff") format("woff"), url("../../assets/fonts/neo/Allianz Neo4 Regular.ttf") format("truetype"), url("../../assets/fonts/neo/Allianz Neo4 Regular.svg") format("svg");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "Allianz Neo4 Bold";
    src: url("../../assets/fonts/neo/Allianz Neo4 Bold.eot");
    src: local("☺"), url("../../assets/fonts/neo/Allianz Neo4 Bold.woff") format("woff"), url("../../assets/fonts/neo/Allianz Neo4 Bold.ttf") format("truetype"), url("../../assets/fonts/neo/Allianz Neo4 Bold.svg") format("svg");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "FontAwesome";
    src: url("../../assets/fontawesome/fonts/fontawesome-webfont.eot");
    src: local("☺"), url("../../assets/fontawesome/fonts/fontawesome-webfont.woff") format("woff"), url("../../assets/fontawesome/fonts/fontawesome-webfont.ttf") format("truetype"), url("../../assets/fontawesome/fonts/fontawesome-webfont.svg") format("svg");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "Allianz_Icon";
    src: url("../../assets/fonts/allianz-icon-font/example-frontify-icons.eot");
    src: local("☺"), url("../../assets/fonts/allianz-icon-font/example-frontify-icons.woff") format("woff"), url("../../assets/fonts/allianz-icon-font/example-frontify-icons.ttf") format("truetype"), url("../../assets/fonts/allianz-icon-font/example-frontify-icons.svg") format("svg");
    font-weight: normal;
    font-style: normal;
}

body {
    padding: 0;
    font-family: "Allianz Neo2 Regular";
    font-size: 18px;
    line-height: 24px;
    letter-spacing: 0.2px;
    color: #414141;
}

.body-bg {
    /* background: #007ab3; */
    /* background: url(../images/bg-body-light-green.png) repeat-x top left; */
    background: unset;
}


/* Background colors */

.bg-lightgreen {
    background: #C0DDBD;
    color: #414141;
}

.bg-darkgreen {
    background: #007D8C;
    color: #fff;
}

.bg-lightblue {
    background: #b2d7e8;
    color: #414141;
}

.bg-darkblue {
    background: #003781;
    color: #fff;
}

.bg-fadedblue {
    background: #007AB3;
    color: #fff;
}

.bg-lightpurple {
    background: #F1F9FA;
}

.bg-darkgreen {
    background: #007D8C;
    color: #fff;
}

.bg-ellex {
    background: #d3aa72;
    color: #fff;
}

a {
    color: #006192;
    text-decoration: unset !important;
}

a:hover,
a:focus,
a:active {
    color: #008ed6;
}

.text-red {
    color: #ed1b35;
}

.text-blue {
    color: #006192;
}

.text-lg {
    font-family: "Allianz Neo2 Bold";
}

.text-md {
    font-family: "Allianz Neo2 Bold";
    line-height: 36px;
}

.text-bold {
    font-family: "Allianz Neo2 Bold";
}

h1,
h2,
h3,
h4,
h5 {
    color: #414141;
}

h1,
h2 {
    font-family: "Allianz Neo2 Bold";
}

h3,
h5 {
    font-family: "Allianz Neo2 Regular";
}

h1 {
    font-size: 40px;
    line-height: 48px;
    letter-spacing: 0.3px;
}

h2 {
    font-size: 35px;
    line-height: 40px;
    letter-spacing: 0.3px;
}

h3 {
    font-size: 30px;
    line-height: 36px;
}

h4 {
    font-size: 26px;
    line-height: 32px;
    font-family: "Allianz Neo2 Bold";
}

.position-relative {
    position: relative;
}

strong {
    font-family: "Allianz Neo2 Bold";
}

p {
    font-size: 18px;
    line-height: 24px;
}


/* Padding */

.ptb-30 {
    padding-top: 30px;
    padding-bottom: 30px;
}

.ptb-60 {
    padding-top: 60px;
    padding-bottom: 60px;
}

.text-normal {
    font-family: "Allianz Neo2 Regular";
}


/* CAT-BLOCKS  */

.cat-block-bg-0 {
    background: #ebe7db !important;
}

.cat-block-bg-1 {
    background: #dfeede !important;
}

.cat-block-bg-2 {
    background: #e6f4f6 !important;
}

.cat-block-bg-3 {
    background: #f3e5df !important;
}

.cat-block-bg-4 {
    background: #F1F9FA !important;
}


/* BUTTONS */

.btn {
    font-family: "Allianz Neo2 Regular";
    font-size: 16px;
    border-radius: 4px !important;
    border-width: 2px !important;
    /* padding: 10px 15px; */
    padding: 10px 30px;
    letter-spacing: 1px;
    line-height: 24px;
    font-weight: 600;
    text-transform: uppercase;
    transition: background-color .2s ease, border-color .2s ease, color .2s ease, box-shadow .2s ease;
}

.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus {
    outline: none;
}

.btn-default {}

.btn-primary {
    border: 2px solid #007AB3;
    background: #007AB3;
    background-image: unset;
}

.btn-primary:hover,
.btn-primary:active,
.btn-primary.active,
.btn-primary:active:hover {
    border: 2px solid #075994;
    background: #075994;
    transition: all 0.2s ease;
    -webkit-transition: all 0.2s ease;
}

.btn-primary:focus,
.btn-primary.active:focus,
.btn-primary:active:focus {
    background: #003781;
    border: 2px solid #003781;
    color: #ffffff;
    box-shadow: none;
}

.btn-primary:active,
.btn-primary.active,
.btn-primary.active:focus,
.btn-primary:active:focus,
.btn-primary:active:hover,
.btn-primary.dropdown-toggle:active:hover {
    background: #003781;
    border: 2px solid #003781;
    color: #ffffff;
    box-shadow: none;
}

.btn-primary.disabled:hover,
.btn-primary.disabled:focus,
.btn-primary.disabled:active,
.btn-primary.disabled.active,
.btn-primary[disabled],
.btn-primary[disabled]:hover,
.btn-primary[disabled]:focus,
.btn-primary[disabled]:active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary:hover,
fieldset[disabled] .btn-primary:focus,
fieldset[disabled] .btn-primary:active,
fieldset[disabled] .btn-primary.active {
    background: rgba(0, 122, 179, 0.4) !important;
    border: 2px solid transparent;
    color: rgba(255, 255, 255, 0.4);
    cursor: not-allowed;
    border-width: 2px;
}

.btn-lg {
    /* font-family: "Allianz Neo2 Bold"; */
}

.btn-gray:hover {
    background: #d9d9d9;
    border-color: #d9d9d9;
    color: #006192;
}

.btn-white {
    /* border-color: #3c99c5; */
    border: 2px solid #007AB3;
    background: transparent;
    color: #006192;
}

.btn-white:hover,
.btn-white:active,
.btn-white.active,
.btn-white:active:hover {
    color: #fff;
    background: #075994;
    background-color: #075994;
    border-color: #075994;
}

.btn-white:focus,
.btn-white.active:focus,
.btn-white:active:focus {
    background: #003781;
    border-color: #003781;
    color: #ffffff;
    box-shadow: none;
}

.btn-white:disabled {
    background-color: transparent;
    border-color: rgba(0, 122, 179, 0.4);
    color: rgba(0, 97, 146, 0.4);
}

.btn-default {
    border: 2px solid #007AB3;
    background: transparent;
    color: #006192;
}

.btn-default:hover,
.btn-default:active,
.btn-default.active,
.btn-default:active:hover {
    border: 2px solid #075994;
    background: #075994;
    transition: all 0.2s ease;
    -webkit-transition: all 0.2s ease;
}

.btn-default:focus,
.btn-default.active:focus,
.btn-default:active:focus {
    background: #003781;
    border: 2px solid #003781;
    color: #ffffff;
    box-shadow: none;
}

.btn-default:active,
.btn-default.active,
.btn-default.active:focus,
.btn-default:active:focus,
.btn-default:active:hover,
.btn-default.dropdown-toggle:active:hover {
    background: #003781;
    border: 2px solid #003781;
    color: #ffffff;
    box-shadow: none;
}

.btn-default.disabled:hover,
.btn-default.disabled:focus,
.btn-default.disabled:active,
.btn-default.disabled.active,
.btn-default[disabled],
.btn-default[disabled]:hover,
.btn-default[disabled]:focus,
.btn-default[disabled]:active,
.btn-default[disabled].active,
fieldset[disabled] .btn-default:hover,
fieldset[disabled] .btn-default:focus,
fieldset[disabled] .btn-default:active,
fieldset[disabled] .btn-default.active {
    background: rgba(0, 122, 179, 0.4) !important;
    border: 2px solid transparent;
    color: rgba(255, 255, 255, 0.4);
    cursor: not-allowed;
    border-width: 2px;
}

.btn-warning {
    background: #F86200;
    color: #ffffff;
    box-shadow: none;
}

.btn-warning:hover,
.btn-warning:active,
.btn-warning.active,
.btn-warning.active:hover {
    background: #E15200;
    border-color: #E15200;
    color: #fff;
}

.btn-warning:focus,
.btn-warning.active.focus,
.btn-warning:active:focus {
    background: #C15500;
    border-color: #C15500;
    color: #fff;
}

.btn-danger {}

a>i.icon-Arrow-Right {
    margin-right: 10px;
}

.btn i {
    /* margin-right: 10px; */
    /* vertical-align: text-top; */
}

.btn-red {
    border: 2px solid #ed1b35;
    background-color: #ed1b35;
}

.btn-red:hover,
.btn-red:focus,
.btn-red.disabled,
.btn-red.disabled:hover,
.btn-red.disabled:focus {
    border: 2px solid #ac2925;
}

.btn-sm {
    padding: 6px 14px;
    font-size: 14px;
    line-height: 16px;
    display: inline-block;
    text-transform: none;
    width: auto;
}

.btn-nocaps {
    text-transform: none !important;
}

.btn-icon {
    font-size: 24px;
    padding: 10px 14px;
    height: auto;
    width: auto;
}

.btn-icon i {
    font-size: 24px;
}

.btn-icon-sm i {
    font-size: 16px;
    vertical-align: middle;
    /* width: 16px; */
    width: auto;
}

.button-actions-top .btn i {
    margin-right: 0;
}

.button-actions-top-center {
    padding-top: 8px;
}

.btn-icon-sm {
    padding: 6px 6px;
    width: 34px;
    height: 30px;
    line-height: 16px;
    font-size: 14px;
    display: inline-block;
}

.btn-icon-sm i {
    font-size: 14px;
}

.btn .btn-icon.btn-white.inactive {}

.btn-disable-tooltip {
    display: inline-block;
}

.btn-disable-tooltip:disabled {
    pointer-events: none;
}


/*  Form */

.form-check {
    padding-left: 0;
    position: relative;
}

.form-label {
    transition: transform 0.15s ease-out, font-size 0.15s ease-out, line-height 0.15s ease-out;
    margin-bottom: 5px;
}


/* input */

.form-control,
textarea,
select,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"] {
    color: #414141;
    font-family: inherit;
    /* font-size: 20px; */
    font-size: 16px;
    /* font-weight: 600; */
    /* line-height: 28px; */
    line-height: 24px;
    letter-spacing: 0.2px;
    height: 32px;
    width: 100%;
    display: block;
    background-image: none;
    background-clip: padding-box;
    border: 0;
    border-bottom: 1px solid #414141;
    box-sizing: border-box;
    padding: 0px;
    padding-bottom: 3px;
    background: transparent;
}

textarea {
    height: auto !important;
}

.form-check-input:checked {
    border-color: #007AB3 !important;
}

.form-check-input:checked[type=radio] {
    background-image: unset;
    margin: 0;
}

.form-check-input:focus {
    box-shadow: unset;
    border-color: #007AB3 !important;
}


/* select */

.form-select {
    border: 0;
    text-align: left;
    background-color: transparent;
    width: 100%;
    border-bottom: 1px solid #414141;
    position: relative;
    cursor: pointer;
    outline: none;
    padding-bottom: 3px;
    padding-right: 10px;
    line-height: normal;
    height: 32px;
    color: #414141;
    background-image: unset;
}

textarea:focus,
select:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus {
    color: #007AB3;
    background-color: #ffffff !important;
    border-color: #007AB3 !important;
    outline: 2px solid transparent;
}

textarea:hover,
select:hover,
input[type="text"]:hover,
input[type="password"]:hover,
input[type="datetime"]:hover,
input[type="datetime-local"]:hover,
input[type="date"]:hover,
input[type="month"]:hover,
input[type="time"]:hover,
input[type="week"]:hover,
input[type="number"]:hover,
input[type="email"]:hover,
input[type="url"]:hover,
input[type="search"]:hover,
input[type="tel"]:hover,
input[type="color"]:hover {
    border-color: #006192;
}

.form-control:disabled,
.form-control[readonly] {
    background-color: transparent;
}

.validated-icon {
    font-size: 18px;
}

.validated-icon-success {
    color: #1e8927;
}


/* Radio */

.form-check .form-radio-input {
    margin: 0;
    width: 24px;
    height: 24px;
}

.form-radio-input {
    opacity: 0;
    position: absolute;
}

.form-check-label {
    color: #414141;
    cursor: pointer;
    display: flex;
    font-size: 16px;
}

.form-radio-input+.form-radio-label:before {
    border: 2px solid #767676;
    border-radius: 50%;
    content: "";
    display: inline-block;
    height: 24px;
    width: 24px;
    margin-right: 12px;
    transition: background-color 0.2s ease;
    vertical-align: middle;
    min-width: 24px;
}
.badge-speciality{
    line-height: unset !important;
    padding: 0px 10px !important;
}

.external-email-cc {
    border:0px ;
    text-align: left;
    background-color: transparent;
    width: 100%;
    border-bottom:1px solid #414141;
    border-bottom-color: rgb(65, 65, 65) !important;
    cursor: pointer;
    outline:none;
    padding-bottom: 3px;
    padding-right: 10px;
    line-height: normal;
    height: 32px;
    color: #414141;
}

.form-radio-input:checked+.form-radio-label::before {
    border: 2px solid #007AB3;
    background: #007AB3;
    background-clip: content-box;
    box-sizing: content-box;
    height: 8px;
    width: 8px;
    min-width: 8px;
    padding: 6px;
}


/* chekcbox */

.form-checkbox-input {
    opacity: 0;
    position: absolute;
    margin: 0px;
    z-index: 1054;
    height: 24px;
    width: 24px;
    left: 25px;
    right: auto;
}

.form-checkbox-label {
    display: inline-flex;
    flex: 1 1 100%;
    flex-wrap: wrap;
    word-wrap: break-word;
    margin-left: 36px;
    font-size: 16px;
    line-height: 24px;
    align-items: center;
    letter-spacing: 0px;
    cursor: pointer;
}

.form-checkbox-label:before {
    content: "";
    background-color: #ffffff;
    border: 2px solid #767676;
    border-radius: 4px;
    color: #ffffff;
    font-size: 16px;
    height: 24px;
    width: 24px;
    left: 0;
    top: 0;
    line-height: 24px;
    position: absolute;
}

.form-checkbox-label:before {
    content: "\e969";
    font-family: "icomoon" !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-weight: 700;
    padding: 3px 2px;
}

.form-checkbox-input:checked+.form-checkbox-label:before {
    background-color: #007AB3;
    border-color: #007AB3;
}

.password-visibility,
.email-validity {
    background-color: transparent;
    border-color: transparent;
}

.tag-sel-ctn {
    height: auto !important;
}


/* Popover */

.popover-header {
    padding: 10px;
    font-size: 18px;
    line-height: 24px;
    background-color: #fff;
    border-bottom: 0;
    font-weight: 600;
}

.popover-body {
    font-family: "Allianz Neo2 Regular";
    font-size: 16px;
    color: #414141;
    padding: 10px;
}

.block-content .popover-body ul li {
    font-size: 16px;
}

.popover .close {
    padding: 0 !important;
}


/* login */

.box-login h2 {
    color: #414141;
    border-color: #414141;
}


/* modal */

.modal-search-360 {
    max-width: 100%;
}

.close {
    color: #414141;
    background: unset;
}

.btn-close {
    color: #414141;
}

.btn-close:focus {
    box-shadow: unset;
}


/* HEADER */

.startpage .navbar {
    background: #fff;
    z-index: 1030;
    border: 0;
    height: auto;
}

.navbar {
    height: auto;
    border: 0;
    background: #fff;
}

.top-header,
.bottom-header {
    flex: 1 0 100%;
    border-bottom: 1px solid #d9d9d9;
}

.navbar {
    padding: 0;
    z-index: 1000;
}

.navbar .bottom-header .megamenu {
    border-top: 0;
    top: 83px;
}

.navbar-default .navbar-nav>li.contract a.create-contract {
    color: #fff;
    padding: 10px 14px;
}

.top-header .topheader-navright {
    position: relative;
    /* margin: 20px 0; */
    padding: 16px 0;
    margin: 0;
}

.navbar-default .navbar-nav>li.contract a.create-contract:focus {
    color: #006192;
}

.navbar-left {
    position: static;
}

.header .nav-link {
    color: #006192;
}

.header .navbar-nav>li>a {
    color: #414141;
}

.navbar-light .navbar-nav .nav-link {
    color: #414141;
}

.navbar-brand {
    font-family: "Allianz Neo2 Bold";
    padding: 16px 0;
}

.navbar-text {
    font-family: "Allianz Neo2 Regular";
}

.navbar-brand span {
    font-family: "Allianz Neo2 Bold";
}

.navbar-brand img {
    display: inline-block;
}

.navbar-collapse {
    width: auto;
    float: none;
    /* height: 98px; */
    padding-left: 0;
    padding-right: 0;
}

.navbar-nav {
    margin: 0;
}

.navbar-nav>li {
    padding: 0 10px;
}

.nav li {
    padding: 0 15px;
}

.nav.topheader-navright li {
    padding: 0 0 0 15px;
}

.header .mobile-menu .nav>li {
    padding: 0;
}

.bottom-header .navbar-nav>li,
.bottom-header .nav>li {
    /* padding: 0px 15px; */
    padding: 0px 15px 0 0;
}

.navbar-nav>li:hover,
.navbar-nav>li:focus,
.navbar-nav>li.active {
    background: transparent;
}

.navbar-nav>li.loggedin.open {
    background: transparent;
}

.navbar-nav>li>a {
    font-size: 16px;
    line-height: 24px;
    padding: 14px 0 18px;
}

.bottom-header .nav li.suche {
    padding-right: 0;
}

li.loggedin a.login-lnk:before,
li.login a.login-lnk:before,
li.suche a.suche-lnk #search-btn {
    /*margin-right: 10px;*/
    margin-right: 5px;
    font-family: "icomoon" !important;
    speak: none;
    font-size: 18px;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

li.loggedin a.login-lnk:before {
    content: "\e918";
}

li.login a.login-lnk:before {
    content: "\e917";
}

.topheader-navright>li.login a.login-lnk,
.topheader-navright>li.loggedin a.login-lnk {
    color: #006192;
    background: transparent;
    font-size: 14px;
    line-height: 16px;
    text-transform: none;
}

.anniversary {
    display: none;
}


.topheader-navright>li.loggedin a.login-lnk:hover,
.topheader-navright>li.loggedin a.login-lnk:focus,
.topheader-navright>li.loggedin.active a.login-lnk:hover,
.topheader-navright>li.loggedin.active a.login-lnk:focus,
.topheader-navright>li.login a.login-lnk:hover,
.topheader-navright>li.login a.login-lnk:focus,
.topheader-navright>li.login.active a.login-lnk:hover,
.topheader-navright>li.login.active a.login-lnk:focus {
    color: #fff;
    background-color: #075994 !important;
    border-color: #075994;
    transition: all 0.2s ease;
    -webkit-transition: all 0.2s ease;
}

.topheader-navright>li.login a.login-lnk:before {
    font-size: 16px;
}

.topheader-navright>li.login a.login-lnk,
.topheader-navright>li.loggedin a.login-lnk,
.topheader-navright>li.suche a.suche-lnk {
    padding: 6px 14px;
}

.topheader-navright>li.loggedin>ul>li>a:hover {
    text-decoration: unset !important;
    color: #006192;
}

.top-header .site-language-switcher {
    font-size: 18px;
}

.top-header .nav li.site-language-switcher a {
    padding: 5px 0 0;
    color: #414141;
}

.top-header .site-language-switcher .dropdown-menu {
    padding: 16px;
    min-width: 80px;
    top: 36px;
}

.top-header .site-language-switcher .dropdown-menu li,
.site-language-switcher-footer .dropdown-menu li {
    padding: 0;
}

.top-header .site-language-switcher .dropdown-menu li a,
.site-language-switcher-footer .dropdown-menu li a {
    padding: 3px 0 3px 20px;
}

.top-header li.site-language-switcher .dropdown-menu,
.site-language-switcher-footer .dropdown-menu {
    min-width: 80px;
    border: 0;
    background: #F5F5F5;
    -webkit-box-shadow: none;
    box-shadow: none;
    padding: 15px;
    min-height: 75px;
    width: 80px;
    z-index: 1;
}

.top-header li.site-language-switcher .dropdown-menu .lang-check,
.site-language-switcher-footer .dropdown-menu .lang-check {
    position: absolute;
    left: 15px;
    right: auto;
}

.top-header li.site-language-switcher .dropdown-menu li a:hover .lang-check:before,
.site-language-switcher-footer .dropdown-menu li a:hover .lang-check:before {
    content: "\ea2e";
}

.bottom-header {
    padding: 15px 0;
    position: relative;
}

.navbar-expand-md .navbar-nav .nav-link {
    /* padding: 14px 0 18px; */
    padding: 14px 0;
}

.navbar-light .navbar-nav .nav-link:hover {
    color: #006192;
}

.bottom-header .navbar-nav>li:hover>a {
    color: #006192;
}

.navbar-expand-md .navbar-nav>li.active>a.nav-link.show {
    font-weight: 700;
    text-decoration: none;
    border-bottom: 4px solid #006192;
    padding-bottom: 0;
    color: #006192;
}

.bottomheader-navleft li.dropdown a {
    color: #414141;
    line-height: 24px;
    font-weight: normal;
}


/* .bottom-header .dropdown:hover .dropdown-menu,
.bottom-header .dropdown:focus .dropdown-menu {
    display: block;
    top: 167px;
} */

.navbar-toggler {
    /* margin-top: 10px; */
    margin-top: 20px;
    border: 0;
}

.navbar-toggler:focus {
    box-shadow: unset;
}

.navbar-toggler i {
    color: #414141;
    font-weight: 700;
}

.navbar-toggle {
    border: 0;
    background-color: transparent !important;
}


/* .dropdown .dropdown-menu {
    top: 0%;
} */

.dropdown-toggle::after {
    display: none;
}

li.site-language-switcher .dropdown-toggle::after,
li.site-language-switcher-footer .dropdown-toggle::after {
    display: inline-block;
}

.dropdown-menu {
    padding: 16px 32px 24px;
    font-size: 16px;
}

.megamenu {
    background: #F5F5F5;
}

.megamenu>li ul>li>a:hover,
.megamenu>li ul>li>a:focus {
    background: transparent;
    color: #007ab3;
}

.kontakt .megamenu {
    padding-top: 16px;
}

.kontakt .block-content span {
    font-family: "Allianz Neo2 Bold";
    color: #414141;
    line-height: 30px;
}

.kontakt .block-content p {
    line-height: 24px;
}

.dropdown-menu[data-bs-popper] {
    margin-top: 0;
}

.dropdown-menu li a {
    color: #414141;
    text-decoration: unset;
}

.dropdown-menu li a:hover {
    color: #003781;
    background-color: transparent;
}

.dropdown-menu .block-modal .block-content {
    color: #414141;
    font-weight: normal;
}

.kontakt .dropdown-menu .block-modal .block-content {
    padding-top: 10px;
}

.dropdown-menu .block-modal .block-content a.btn-primary {
    color: #fff;
    background-color: unset !important;
    background: #007ab3 !important;
    line-height: 24px;
}

.dropdown-menu .block-modal .block-content a {
    color: #006192;
}

.dropdown-menu .block-modal .block-content a:hover {
    color: #008ed6;
}

.dropdown-menu .block-modal .block-content a.btn:hover {
    background: #075994 !important;
    border-color: #075994;
    color: #fff;
    transition: all 0.2s ease;
    -webkit-transition: all 0.2s ease;
}

.dropdown-menu .block-modal .block-content a.btn:focus {
    background: #003781 !important;
    border: 2px solid #003781;
    color: #ffffff;
    box-shadow: none;
}

.bottom-header .nav li.suche.header-search a {
    color: #006192 !important;
    background: transparent;
    line-height: 24px;
    font-weight: normal;
    padding: 14px 0 14px;
}

.bottom-header li.dropdown.site-language-switcher .dropdown-menu {
    /* display: inline-block; */
    z-index: 2;
}

.bottom-header .navbar-right li.suche a:hover {
    color: #008ed6 !important;
    background: transparent;
}

.bottom-header .navbar-right li.suche a:focus {
    color: #006192 !important;
    border: 0 !important;
}

.header-search a {
    margin-top: 0;
}

.suche.header-search a>span#search-btn {
    margin-right: 10px;
    font-size: 18px;
    /* line-height: 40px; */
}

.bottom-header .suche a {
    font-size: 16px;
    padding: 14px 15px 18px;
}

.suchen-update .suchen-header {
    padding-top: 10px;
}

.navbar-nav>li.site-language-switcher .dropdown-menu li a:hover {
    background-color: transparent;
}

.navbar-default .navbar-nav>.dropdown>a .caret {
    border-top-color: #414141;
    border-bottom-color: #414141;
}

.navbar-nav>li.site-language-switcher.open li a {
    /* line-height: 40px; */
    line-height: 20px;
}

.navbar-collapse.bottom-header.collapse.in {
    background: #f6f5f5;
}

.megamenu .dropdown-header {
    font-family: "Allianz Neo2 Bold";
}

.dropdown-header {
    font-size: 16px;
    color: #414141;
}

.navbar-nav>li.loggedin>ul>li>a {
    font-size: 18px;
    line-height: 24px;
}

.megamenu li a {
    font-family: "Allianz Neo2 Regular";
}

.nav>li.loggedin>ul>li {
    padding: 0 0 20px 20px;
}

.nav>li.loggedin>ul>li.dropdown-header {
    margin-bottom: 20px;
}

.nav>li.loggedin>ul>li .dropdown-item {
    padding: 0;
}

.toggle.btn {
    min-height: 30px;
}

.toggle-off.btn {
    border: 2px solid #E15200;
}

.loggedin .dropdown-menu.megamenu {
    right: 16px;
    left: auto;
}


/* BODY */

.content-wrapper {
    /* margin-top: 80px; */
    /* margin-top: 160px; */
}

.container-green {
    background: #007D8C;
}

.container-green {
    background: #007D8C;
}

.container-blue {
    background: #007AB3;
}

.container-gray {
    background: #ECECEC !important;
}

.container-nobg {
    background: unset;
}

.container-light-blue {
    background: #eff7f8;
}

.page-topbanner {
    padding: 20px 0;
    /* margin-bottom: 20px; */
}

.page-topbanner .block {
    /* padding: 0 12px; */
}

.page-topbanner .block h1 {
    font-size: 40px;
    line-height: 48px;
}


/* cards */

.card {
    border: 0;
}


/* accordion */

.accordion-item {
    border-radius: 0;
    border-radius: 4px;
}

.accordion-header {
    padding: 0;
}

.accordion .accordion-header .accordion-button {
    background: #F5F5F5;
    padding: 24px 32px;
}


/* Login */

.box-login-footer a {
    color: #006192;
    text-decoration: none !important;
    font-size: 18px;
}

.box-login-footer a:hover {
    color: #008ed6;
}

.block-green-start {
    top: 0;
    z-index: 1;
}

.block-green {
    background: #fff;
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#97C119', endColorstr='#577115', GradientType=0);
}

.startpage .block-green-start {
    height: 392px;
}

.block-green-content.px-custom-2 {
    padding-left: 0 !important;
}

.block-green-content p {
    font-family: "Allianz Neo2 Bold";
    color: #414141;
    font-size: 30px;
    line-height: 36px;
}

.block-green-content p a {
    color: #006192;
    text-decoration: unset !important;
    font-family: "Allianz Neo2 Bold";
}

.block-green-content p a:hover {
    color: #008ed6;
}

.block-green-content span {
    color: #003781;
    font-family: "Allianz Neo2 Bold";
}

.block-green-content .block-title h2 {
    color: #003781;
    font-family: "Allianz Neo2 Bold";
    padding-left: 0;
}

.startpage .block-green-content {
    height: 392px;
    /* padding-left: 0; */
}

.startpage .block-green-content .block-content {
    /* top: 175px; */
    top: 85px;
    bottom: auto;
}

.block-green-content .block-content {
    font-family: "Allianz Neo2 Regular";
    padding-left: 0;
}

.block-category-cream {
    top: 392px;
    background: #F3E5DF;
    height: 688px !important;
}

.block-options .block-content i {
    color: #007ab3;
}

.block-options .block-content ul li a {
    font-family: "Allianz Neo2 Regular";
    color: #414141;
}

.block-options .block-content ul li a:hover {
    color: #008ed6;
}

.main-content-left .block-content ul li {
    background: unset;
}

.container-black {
    background: #fff;
    font-family: "Allianz Neo2 Regular";
}

.container-black h3 {
    color: #414141;
    font-family: "Allianz Neo2 Bold";
}

.container-black p {
    color: #414141;
    font-size: 18px;
    line-height: 24px;
    font-family: "Allianz Neo2 Regular";
}

.container-black p a {
    /* font-size: 16px;
    line-height: 24px; */
}

.container-black p a i {
    margin-right: 5px;
}

.table>thead>tr>th,
.table>tbody>tr>th,
.table>tfoot>tr>th,
.table>thead>tr>td,
.table>tbody>tr>td,
.table>tfoot>tr>td {
    line-height: 24px;
}

.table-content tr th h3 {
    color: #006192;
    font-family: "Allianz Neo2 Bold";
    line-height: 36px;
}

.table-content tr th span {
    line-height: 24px;
}

.table-content tbody tr td {
    font-family: "Allianz Neo2 Regular";
    font-weight: 600;
    font-size: 18px;
    line-height: 24px;
}

.table-content tbody tr td .col-white {
    background: transparent;
}

.table-content tfoot tr td span {
    font-size: 18px;
    line-height: 24px;
    padding-left: 15px;
}

.white-blocks .block-content,
.white-blocks .block-content p {
    line-height: 24px;
    color: #414141;
}

.white-blocks .block-heading h2 {
    color: #414141;
    font-size: 36px;
    line-height: 36px;
    font-family: "Allianz Neo2 Bold";
}
#legalcaseform h2,.block-adv-heading h2,.nothanks h2{
    font-size:30px;
}

.white-blocks .block-title p,
.white-blocks .block-title p a,
.white-blocks .block-content .block-title p {
    font-family: "Allianz Neo2 Bold";
    color: #414141;
    /* font-size: 26px;
    line-height: 32px; */
}

.white-blocks .block-content .block-title p {
    font-size: 26px;
    line-height: 32px;
}

.white-blocks .block-title p,
.white-blocks .block-title p a {
    font-size: 24px;
    line-height: 32px;
}

.white-blocks .block-title a {
    font-family: "Allianz Neo2 Regular";
    text-decoration: unset !important;
    line-height: 24px;
}

.white-blocks .block-title li {
    display: inline-block;
    /* background: #fff; */
}

.white-blocks .block-title li a {
    background: unset;
    margin: 0;
    padding: 0;
}

.white-blocks .block-title .tal {
    /* color: #ed1b35; */
    color: #767676;
}

.tar {
    text-transform: uppercase;
}

.tar>i.icon-Arrow-Right {
    margin-right: 5px;
}

.white-blocks .block-title ul {
    left: 15px;
}

.white-blocks .block-title a.tar {
    color: #006192;
    bottom: 28px;
    right: 15px;
}

.white-blocks .block-title a.tar:hover {
    color: #008ed6;
}


/* .white-blocks .block-title a.tar i {
    margin-right: 5px;
} */

.block-modal .block-heading {
    /* padding: 0 12px; */
}

.block-modal .block-heading h2 {
    color: #414141;
    font-size: 30px;
    font-family: "Allianz Neo2 Bold";
}

.taglistitem {
    /* height: 32px; */
    font-size: 14px;
    color: #767676;
    padding: 0 15px;
    line-height: 20px;
    font-weight: 600;
    align-items: center;
    border: 1px solid #D9D9D9;
    border-radius: 5px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    transition: background-color 0.2s ease, box-shadow 0.2s ease;
}

.taglistitem a {
    color: #767676;
}

.taglistitem:hover {
    background: #F5F5F5;
}

.tags li {
    padding: 0 15px;
    border: 1px solid #D9D9D9;
    color: #767676;
    font-family: "Allianz Neo2 Regular";
}

.tags li a {
    color: #767676;
    font-size: 16px;
    line-height: 24px;
    vertical-align: middle;
    -webkit-vertical-align: -webkit-baseline-middle;
}

.taglistkeyword {
    /* height: 50px; */
}

.rechtstippsModal .block-content span,
.rechtstippsModal .block-content h3,
.rechtstippsModal .block-content h2 {
    font-family: "Allianz Neo2 Bold";
    line-height: 36px;
}

.rechtstippsModal .block-content h2 {
    padding: 10px 0 0;
    color: #414141;
}

.sticky-feedback-btn {
    /* background: #075994; */
    right: -50px;
}

.p-14{
    font-size: 14px !important;
    line-height: 16px !important;
    height: 38px !important;
}

.page-heading .icon-info {
    color: #414141;
}

.icon-deepl-plus:before {
    content: "\e9a3";
  }
  
.portal .block-white a.block-link:hover .white-blocks .block .block-footer-fixed {
    color: #007ab3;
}

.category-feature li {
    position: relative;
}

.category-feature li span {
    position: absolute;
    left: 0;
}

.table-mobile .table-list-green,
.table-mobile .table-list-grey {
    position: relative;
}

.table-mobile .table-list-green>span,
.table-mobile .table-list-grey>span {
    position: absolute;
    left: 0;
}

.container-pictograms-list {
    background: #F5F5F5;
}

.container-pictograms-list a {
    color: #414141;
    font-size: 18px;
}

.container-pictograms-list a span {
    color: #414141;
}

.container-pictograms-list a:hover,
.container-pictograms-list a:hover span {
    color: #007ab3;
}

.container-pictograms-list .active a,
.container-pictograms-list .active a span {
    color: #007ab3;
}

.panel-group .panel-faq .panel-heading .panel-title {
    /* font-family: "Allianz Neo2 Bold"; */
    font-family: "Allianz Neo2 Regular";
    padding: 0;
    font-size: 24px;
}

.panel-group .panel-faq .panel-body h4 {
    font-size: 24px;
}

.panel-abofaq .panel-faq .panel-body p {
    line-height: 24px;
}

.panel-group .panel-faq .panel-heading a {
    color: #414141;
}

.card .panel-faq .accordion-header i {
    font-size: 24px;
    color: #414141;
}

.block-accordian-icon .panel-group .panel-faq {
    margin-bottom: 20px;
    background: #fff;
}

.block-accordian-icon .panel-group .panel-faq .panel-heading {
    font-family: "Allianz Neo2 Bold";
}

.block-accordian-icon .panel-group .panel-faq .panel-heading i {
    font-size: inherit;
}

.block-accordian-icon .panel-group .panel-faq .panel-heading .panel-title {
    font-family: "Allianz Neo2 Bold";
    border-bottom: 0;
}

.block-accordian-icon .panel-group .panel-faq .panel-heading .heading-icon {
    margin: 0 20px 0 0;
    font-size: 38px;
    vertical-align: middle;
}

.block-accordian-icon .panel-group .panel-faq .panel-heading .panel-title div {
    line-height: 32px;
}

.block-accordian-icon .panel-group .panel-collapse {
    padding: 0;
}

.faqHeader h2 {
    font-family: "Allianz Neo2 Bold";
    font-size: 26px;
    color: #414141;
}

.block-white .block-content {
    /* padding: 0 10px; */
}

.block-white .block-content ul li,
.block-white .block-content ul li a {
    font-size: 18px;
    line-height: 24px;
}

.block-white .block-content .dashboard-list-group li,
.block-white .block-content .dashboard-list-group li a {
    font-size: 16px;
}

.faq-detail h2 {
    color: #414141;
    font-size: 35px;
    line-height: 40px;
    font-family: "Allianz Neo2 Bold";
    margin: 15px 0 5px;
}

.active-faq i {}

.marker {
    background: #C0DDBD;
    color: #414141;
}

.marker p {
    color: #414141 !important;
}

a.glossary {
    /* color: #006192; */
    /* font-weight: bold; */
    text-decoration: underline !important;
}

a.glossary:hover {
    color: #008ed6;
}

.marker a,
.marker a.glossary {
    color: #222529;
    /* font-weight: bold; */
    text-decoration: underline !important;
}

.text-gray>.icon-Check,
.text-red>.icon-Check {
    font-size: 24px;
}

.angebot-table i {
    /* font-size: 24px; */
}

.angebot-content {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 50px;
    padding-bottom: 50px;
}

.angebot-content p {
    font-size: 18px;
}

.block-bordered .block-content p,
.default-lawyer p {
    line-height: 24px;
}

.block-select-info .block-content {
    line-height: 24px;
}

.block-select-info .block-content p {
    line-height: 24px;
}

.tags li.highlight {
    background: #007ab3;
}

.bg-darkgreen .block-content,
.bg-lightblue .block-content,
.bg-lightgreen .block-content,
.bg-lightpurple .block-content,
.bg-fadedblue .block-content {
    padding: 45px 0 0 0;
    overflow: hidden;
    line-height: 32px;
}

.bg-fadedblue .page-topbanner h1,
.bg-fadedblue .page-topbanner h2 {
    color: #fff;
}

.bg-darkgreen .bg-lightpurple .block-content h2,
.bg-lightgreen .block-content h2,
.bg-lightblue .block-content h2,
.bg-fadedblue .block-content h2 {
    font-family: "Allianz Neo2 Bold";
}

.bg-lightblue .page-topbanner h1,
.bg-lightgreen .page-topbanner h1,
.bg-lightpurple .page-topbanner h1,
.bg-lightblue .page-topbanner h2,
.bg-lightgreen .page-topbanner h2,
.bg-lightpurple .page-topbanner h2 {
    color: #414141;
}

.arrow {
    /* right: 15px; */
    right: 40px;
    text-align: right;
}

.arrow a,
.arrow i {
    display: block;
    text-align: right;
    text-decoration: none;
    font-size: 24px;
}

.arrow i {
    color: #006192;
    display: inline-block;
    margin-left: 15px;
}

.arrow a:hover i,
.arrow i:hover {
    color: #008ed6;
}


/* Alert */

.alert {
    font-size: 16px !important;
    line-height: 24px;
    padding: 23px !important;
    letter-spacing: 0px;
    border: 1px solid;
    border-radius: 4px !important;
    box-sizing: border-box;
    /* box-shadow: 0px 2px 4px 0px rgba(65, 65, 65, 0.5); */
    color: #414141;
}

.white-blocks .alert a:hover {
    color: #008ed6;
}

.alert.alert-info {
    background: #ecf0f8;
    border-color: #496ebd;
}

.alert.alert-info {
    color: #496ebd;
}

.alert.alert-danger {
    background: #fce5eb;
    border-color: #dc3149;
}

.alert.alert-danger i {
    color: #dc3149;
}

.alert.alert-warning {
    background: #fdf8e9;
    border-color: #efbe25;
}

.alert.alert-warning i {
    color: #efbe25;
}

.alert.alert-success {
    background: #e8f3e9;
    border-color: #1e8927;
}

.alert.alert-success i {
    color: #1e8927;
}

.bg-lc-access {
    background-color: #C0DDBD !important;
}

.bg-lc-noaccess {
    background-color: #f8d7da !important;
}

.bg-lc-warning {
    background-color: #fff3cd !important;
}

.bg-lc-info {
    background-color: #cfe2ff !important;
}


/* Datatables */

.dataTables_wrapper .pagination>.active>a {
    background: #008ed6;
}


/* table.dataTable thead .sorting_asc::after {
    content: "\ea47";
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
} */

.main-content-left {
    font-family: "Allianz Neo2 Regular";
    font-size: 18px;
    line-height: 24px;
    padding-left: 0;
}

.main-content-left .block-title h2 {
    font-family: "Allianz Neo2 Bold";
}

.block-brown {
    /* top: 1080px !important; */
}

.block-brown-content {
    padding: 40px 30px;
}

.block-brown-content p {
    font-family: "Allianz Neo2 Bold";
    font-size: 18px;
    line-height: 24px;
}


/* portal */

.container-green .block-title h1,
.container-green .block-content h2,
.container-green .block-content .col-md-14 p {
    font-family: "Allianz Neo2 Bold";
}

.breadcurmb>li a {}

.breadcurmb>li a span {
    line-height: 24px;
}

.breadcurmb>li a:hover,
.breadcurmb>li.active>a,
.breadcurmb>li.active>a:hover,
.breadcurmb>li.active>a:focus {
    color: #007ab3;
}

.portal .white-blocks .block-category .block-title h2 {
    font-size: 24px;
    line-height: 32px;
}

.portal .white-blocks .block-category .block-title i {
    font-size: 45px;
    color: #414141;
}

.portal .white-blocks .block-category .block-footer-fixed {
    color: #006192;
    text-decoration: unset;
}

.portal .white-blocks .block-title .badge {
    font-family: "Allianz Neo2 Regular";
}


/* melden */

.block .breadcurmb {
    background: transparent;
    margin-bottom: 30px;
    padding: 0;
}

.block .breadcurmb li a {
    padding-left: 0;
    padding-right: 0;
}

.block .breadcurmb li a i {
    font-size: 16px;
    line-height: 24px;
    margin: 0 10px;
}

.nav-tabs.block-tab {
    border: 0;
    border-bottom: 2px solid #006192;
}

.nav-tabs.block-tab li {
    background: transparent;
    font-family: "Allianz Neo2 Regular";
    margin-bottom: 0;
    padding: 0;
}

.nav-tabs.block-tab li a {
    border: 0;
    font-weight: 400;
    line-height: 32px;
    color: #006192;
}

.nav-tabs.block-tab li:hover a,
.nav-tabs.block-tab li:focus a,
.nav-tabs.block-tab li a.active,
.nav-tabs.block-tab li a.active:hover,
.nav-tabs.block-tab li a.active:focus {
    border: 0;
    font-weight: 700;
    border-bottom: 2px solid #006192;
    color: #006192;
}


/* block-white tabs */

.block-white .block-content .nav-tabs.block-tab li {
    background: transparent;
    font-family: "Allianz Neo2 Regular";
    margin-bottom: 0;
    padding: 0;
}

.block-white .block-content .nav-tabs.block-tab li a {
    border: 0;
    font-weight: 400;
    line-height: 32px;
    color: #006192;
}

.block-white .block-content .nav-tabs.block-tab li:hover a,
.block-white .block-content .nav-tabs.block-tab li:focus a,
.block-white .block-content .nav-tabs.block-tab li a.active,
.block-white .block-content .nav-tabs.block-tab li a.active:hover,
.block-white .block-content .nav-tabs.block-tab li a.active:focus {
    border: 0;
    font-weight: 700;
    border-bottom: 2px solid #006192;
    color: #006192;
}

.block-white .block-content .responsive .panel-title a {
    font-family: "Allianz Neo2 Bold";
    font-size: 18px;
}

.form-wizard {
    color: #414141;
    line-height: 24px;
}

.nav-pills li.active a,
.nav-pills li.active a:hover,
.nav-pills li.active a:focus,
.form-wizard .nav>li>a:hover,
.form-wizard .nav>li>a:focus {
    background-color: #006192;
}

.white-blocks .block {
    background: #F5F5F5;
    margin-bottom: 24px;
}

.block-white .block-content ul.alert li {
    font-size: 16px;
}


/* FAQ */

.form-wizard .card .card-header {
    background-color: transparent;
    border: 0;
    padding: 0 50px;
}

.form-wizard .card .card-body {
    padding: 15px 50px;
}

.form-wizard .card .card-title {
    font-family: "Allianz Neo2 Bold";
    font-size: 24px;
    margin-bottom: 15px;
}

.faqHeader {
    margin-bottom: 10px;
}

.faqHeader h3 {
    padding: 0 0 10px 0;
    color: #414141;
    font-size: 16px;
    line-height: 24px;
    font-family: "Allianz Neo2 Bold";
}

.accordion.panel-abofaq .panel-faq {
    background: transparent;
    margin-bottom: 20px;
    border: 0;
}

.accordion .panel-faq+.panel-faq {
    background: #fff;
}

.accordion .panel-faq .accordion-header .accordion-button {
    background: #F5F5F5;
    padding: 24px 32px;
}

.accordion .panel-faq .accordion-header .accordion-manual {
    background: #F5F5F5;
    padding: 12px 22px !important;
}

.accordion-button:after {
    content: "\e95e";
    font-family: "icomoon" !important;
    background: unset;
    line-height: 24px;
}

.accordion-button:not(.collapsed):after {
    background-image: unset;
    transform: unset;
    content: "\e95a";
    font-family: "icomoon" !important;
}

.card .accordion .accordion-header span {
    display: inline-block;
}

.accordion .panel-faq {
    background: #fff;
}

.accordion .panel-faq .accordion-body {
    padding: 24px 88px 16px 32px;
}

.panel-abofaq .panel-faq .accordion-body p {
    font-size: 16px;
}

.form-wizard .accordion .accordion-header .accordion-button {
    font-family: "Allianz Neo2 Bold";
    font-size: 24px;
    color: #414141;
}

.accordion .panel-faq .accordion-header .accordion-button {
    color: #414141;
    font-family: "Allianz Neo2 Regular";
}

.form-wizard h3 {
    font-family: "Allianz Neo2 Bold";
    line-height: 28px;
}

.wizard-tabs {
    background: #fff;
}

.wizard-tabs ul>li a {
    color: #414141;
}

.wizard-tabs ul>li a i {
    font-size: 16px;
    line-height: 24px;
}

.wizard-tabs ul>li a span {
    line-height: 24px;
}

.wizard-tabs ul>li.active>a,
.wizard-tabs ul>li.active>a:hover,
.wizard-tabs ul>li.active>a:focus {
    color: #007AB3;
}

.form-wizard label,
.form-wizard .has-error label {
    color: #414141;
}

.block-bordered .block-title {
    font-family: "Allianz Neo2 Bold";
}

.required {
    color: #ed1b35;
}

.accordion.panel-abofaq .panel-faq {
    background: transparent;
    margin-bottom: 20px;
    border: 0;
}

.accordion.panel-abofaq .panel-faq .accordion-body {
    font-family: "Allianz Neo2 Regular";
}

.block-select-info .block-title {
    font-family: "Allianz Neo2 Bold";
}

.block-select-info .block-content {
    font-family: "Allianz Neo2 Bold";
}

.kontakt .block-content span.call-cost-info-header,
.block-select-info .block-content p.call-cost-info,
.footer-top .call-cost-info-footer {
    font-family: "Allianz Neo2 Regular";
    line-height: 16px;
}

.block-modal .block-heading-icon span {
    font-size: 18px;
}

.rechtstippsModal .block-content span,
.rechtstippsModal .block-content h4 {
    font-size: 18px;
    line-height: 24px;
}

.rechtstippsModal .block-content h3 {
    font-size: 26px;
    line-height: 32px;
}

.rechtstippsModal .block-content p {
    font-size: 16px;
    line-height: 24px;
    margin: 0 0 20px;
}

.rechtstippsModal .block-content ul li {
    font-size: 16px;
}

.tt-suggestion:hover {
    background-color: #006192;
}

.modal-footer .btn {
    margin-bottom: 10px !important;
}

.team-detail {
    font-size: 18px;
    font-family: "Allianz Neo2 Bold";
}

.team-detail span {
    font-size: "Allianz Neo2 Regular";
}

.portrait-right-content p {
    font-family: "Allianz Neo2 Bold";
}

.portrait-container .portrait-white-block .block-title p,
.portrait-container .portrait-white-block .block-content p {
    font-size: 18px;
}

.portrait-white-block .team-block-wrapper {
    line-height: 24px;
}


/* Tooltips */

.tooltip {
    font-family: "Allianz Neo2 Regular";
}

.tooltip-inner {
    max-width: 400px;
    letter-spacing: 0px;
    font-size: 16px;
    line-height: 24px;
    color: #414141;
    background-color: #fff;
    font-weight: 400;
    box-shadow: 0 8px 24px rgb(65 65 65 / 35%);
}

.tooltip.left>.tooltip-inner,
.tooltip.right>.tooltip-inner,
.tooltip.top>.tooltip-inner {
    color: #414141;
    padding: 24px;
    box-shadow: 0 8px 24px rgb(65 65 65 / 35%);
}

.tooltip.bottom .tooltip-arrow {
    border-bottom-color: #fff;
}

.tooltip.show {
    opacity: 0.95;
}

.bs-tooltip-top .tooltip-arrow::before,
.bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow::before {
    border-top-color: #F5F5F5;
}

.bs-tooltip-start .tooltip-arrow::before,
.bs-tooltip-auto[data-popper-placement^=left] .tooltip-arrow::before {
    border-left-color: #F5F5F5;
}

.bs-tooltip-end .tooltip-arrow::before,
.bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow::before {
    border-right-color: #F5F5F5;
}


/* navtabs */

#contract-tab .nav-tabs li a,
#legalcase-overview-tab .nav-tabs li a {
    line-height: 24px;
}

#contract-tab .nav-tabs a.active,
#legalcase-overview-tab .nav-tabs a.active,
#contract-tab .nav-tabs li:hover a,
#legalcase-overview-tab .nav-tabs li:hover a,
#contract-tab .nav-tabs li a.active:hover,
#legalcase-overview-tab .nav-tabs li a.active:hover,
#contract-tab .nav-tabs li a.active:focus,
#legalcase-overview-tab .nav-tabs li a.active:focus {
    background: #075994;
    color: #fff;
}

#contract-tab h3 {
    padding: 0;
}


/* nav pills */

.nav-pills.nav-stacked .nav-item {
    margin-bottom: 0;
    border-bottom: 1px solid #D9D9D9;
    margin-bottom: 0;
}

.nav-pills.nav-stacked .nav-item a {
    padding: 12px 8px;
    font-size: 18px;
    line-height: 24px;
    background: #fff;
    color: #006192
}

.nav-pills.nav-stacked li.nav-item:hover a {
    color: #008ED6;
    background: #fff;
}

.nav-pills.nav-stacked li.nav-item a.active {
    color: #075994;
    font-weight: 700;
}

.block-white .block-content ul.nav-pills.nav-pills.nav-stacked li,
.block-white .block-content ul.nav-pills.nav-stacked li a {
    font-size: 18px;
}

.profile-status {
    color: #414141;
    /* right: 16px; */
    right: 0;
    font-size: 16px;
}

.toggle-on.btn,
.toggle-off.btn,
.toggle-handle.btn {
    text-transform: none !important;
}

.toggle-on.btn,
.toggle-off.btn {
    line-height: 24px;
}

.profile-status .replacetoggle {
    padding: 0px 15px;
}

.replacetoggle .toggle-handle.btn.btn-default,
.profile-status .toggle-handle.btn.btn-default {
    background: #fff;
    padding: 15px;
    border-color: transparent;
    border: 0;
}

.profile-status .toggle-on {
    background: #075994;
    border-color: #075994;
    padding-left: 10px;
}

.block-white .block-content .alert li {
    line-height: 24px;
    margin-bottom: 5px;
}

.btn.sticky-feedback-btn {
    padding: 6px 14px;
    letter-spacing: 3px;
    right: -45px;
    z-index: 1000;
}

.block-wizard {
    color: #414141;
}

.block-wizard .card .card-header {
    padding-left: 0;
    background: transparent;
    border: 0;
}

.block-wizard .card .card-body {
    padding-left: 0;
    padding-right: 0;
}

.block-wizard .card .card-header .card-title {
    font-family: "Allianz Neo2 Bold";
}

#questionnaire .card-body .form-check label.form-label {
    font-family: "Allianz Neo2 Bold";
    color: #414141;
}

.edit-btn {
    font-size: 50px;
}

.edit-btn a:hover {
    color: #075994;
}

.success-msg .alert,
.checkout-success .alert {
    background: transparent;
    border: 0;
    box-shadow: none;
}

.checkout-success .success-msg {
    min-height: 320px;
}

.success-msg h1 {
    font-size: 50px;
}

.success-msg .icon-Check {
    margin: 0 0 4%;
    font-size: 80px;
}

.success-msg .alert span {
    display: block;
    font-size: 20px;
}


/* Message summary */

.mail-box .sm-side {
    background: none repeat scroll 0 0 #f5f5f5;
}

ul.inbox-nav li a {
    letter-spacing: 1px;
}

ul.inbox-nav li a i {
    font-size: 20px;
}

ul.inbox-nav li.active a i {
    color: #fff;
}

ul.inbox-nav li:hover a,
ul.inbox-nav li:focus a {
    background-color: #ececec;
    color: #414141;
}

ul.inbox-nav li:focus a i,
ul.inbox-nav li a:focus i {
    color: #414141;
}

ul.inbox-nav li.active:hover a i {
    color: #fff;
}

ul.inbox-nav li.active a {
    background: #007ab3;
    color: #fff;
    font-weight: 700;
}

ul.inbox-nav li.active a:hover i {
    color: #fff;
}

.inbox-pagination .btn-icon {
    margin-right: 6px;
}

.inbox-pagination li span {
    padding: 6px;
}

.inbox-pagination li.disabled .btn-icon {
    background-color: transparent;
    border-color: rgba(0, 122, 179, 0.4);
    color: rgba(0, 97, 146, 0.4);
}

.message-note,
.message-note .accordion-header,
.message-note .panel-footer {
    background: #FFE8B0 !important;
}

.message-recent.message-note,
.message-recent.message-note .accordion-header {
    background: #ffffc5 !important;
}

.message-note-open,
.legalcase_note_open {
    background: #FFE8B0 !important;
}

.legalcase_note {
    background: #FFE8B0 !important;
}

.legalcase_reminder,
.message-reminder {
    background: #C1EBFB !important;
}

.date.text-gray>.icon-Check {
    font-size: 14px;
}

.date.text-gray i {
    margin-left: 4px;
}

.attach {
    font-size: 18px !important;
    margin: 0;
}

.message-actions .form-group button {
    margin-bottom: 5px;
}

.reminder-date i {
    font-size: 12px;
    font-weight: 700;
}

input:checked+.slider {
    border-color: #407D71;
    background: #407D71;
}

.radio-block label {
    margin-bottom: 10px;
}

.block-compose .btn-group,
.message-actions .btn-group {
    margin-left: 0;
}

.icon-note_question:before {
    content: "\e9a1";
  }

/* error */

.error-page {
    background: #fff;
}

.error-wrapper-unavailable .error-content {
    color: #414141;
}

.error-wrapper-unavailable .error-header h1 {
    color: #414141;
}

.error-content a {
    color: #006192;
}

.error-content a:hover {
    color: #008ed6;
}


/* FOOTER */

.footer-top {
    background: #f5f5f5;
    color: #717171;
    font-size: 18px;
    line-height: 24px;
}

.footer-top .block-title {
    color: #535353;
    font-size: 18px;
    line-height: 24px;
    border-bottom: 0;
    margin: 0 0 15px;
    /* padding: 0 0 20px 10px; */
    padding: 0 0 20px 0px;
    font-family: "Allianz Neo2 Bold";
}

.footer-top .contact-col .block-title {
    /* padding: 0 0 9px 15px; */
    padding: 0 0 14px 0;
}

.footer-top .contact-col .block-title a {
    text-decoration: none;
}

.footer-top .contact-col .block-title a span {
    vertical-align: top;
}

.footer-top .contact-col .block-title a img {
    margin-top: -5px;
}

.footer-top ul,
ul.payment-medium {
    /* padding: 0 10px; */
    padding: 0;
}

.footer-top ul li a {
    color: #656565;
    font-size: 16px;
    line-height: 24px;
    font-family: "Allianz Neo2 Regular";
    text-decoration: none !important;
}

.footer-top ul li a:hover {
    color: #075994;
}

.footer-top ul li {
    margin-bottom: 10px;
}

p.award-block {
    /* padding: 0 0 0 10px; */
    padding: 0;
}

.footer-top .footer-address {
    font-size: 16px;
    line-height: 24px;
    padding: 0;
}

.footer-top .footer-address a {
    color: #006192;
}

.footer-top .footer-address a:hover {
    color: #008ed6;
}

.footer-top .footer-address i {
    /* color: #006192; */
    margin-right: 5px;
}

.site-language-switcher-footer {
    margin-left: 0;
}

.footer-top ul li.site-language-switcher-footer a.dropdown-toggle {
    padding: 0;
}

.footer-top ul li.site-language-switcher-footer a {
    font-size: 16px;
}

.site-language-switcher-footer .dropdown-menu {
    background: #fff;
    padding-bottom: 0;
}

.site-language-switcher-footer .dropdown-menu li a:hover,
.site-language-switcher-footer .dropdown-menu li a:focus {
    color: #007ab3;
}

.footer-bottom {
    color: #717171;
    padding: 32px 0;
    background: #fff;
}

.footer-bottom p {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 0;
}

.ellex-img>img {
    display: inline-block;
    vertical-align: unset;
}

.mail-option .chk-all {
    /* padding: 6px 10px; */
    border: 0;
}

.mail-option .dropdown-menu {
    padding: 5px 0;
}

.mail-option .btn-group a.all {
    padding: 6px 10px;
    border: 0;
    background: transparent;
}

.mail-option .btn-group a.btn {
    border-radius: 4px !important;
}

#loadMore {
    color: #006192;
    font-family: "Allianz Neo2 Bold";
    text-decoration: unset;
}

#loadMore:hover {
    color: #008ed6;
}

.portrait-right-content span,
.block-brown-content span {
    font-family: "Allianz Neo2 Regular";
    display: inline;
}

.testimonial-heading {
    margin-bottom: 15px;
    font-size: 20px;
    line-height: 28px;
}

.portrait-right-content .testimonial-heading span,
.testimonial-heading span {
    font-size: 20px;
    line-height: 28px;
}

span.testimonial-quotes,
.testimonial-heading span.text-bold {
    /* font-family: "Allianz Neo2 Bold"; */
}

.testimonial-quotes {
    font-size: 16px;
    line-height: 24px;
    font-family: "Allianz Neo2 Regular";
}

.testimonial-quotes span {
    font-family: "Allianz Neo2 Regular";
}

.nav li .form-wizard h3,
.desktop-view .panel .panel-title {
    font-family: "Allianz Neo2 Bold";
    font-size: 18px;
}

.nav li .form-wizard h3 {
    line-height: 25px;
}

.inbox-actions a .icon-cap .path1:before,
.inbox-actions a .icon-cap .path2:before {
    font-size: 18px;
}

#questionnaire textarea.form-control {
    background-color: transparent;
}


/* Accordion */

.accordion .faqHeader {
    margin-bottom: 40px;
}

.accordion-button {
    background: #F5F5F5;
    padding: 24px 32px;
    font-size: 24px;
    line-height: 32px;
    color: #414141;
}

.accordion-button:focus {
    box-shadow: unset;
}

.accordion-button:not(.collapsed) {
    box-shadow: none;
    background: #F5F5F5;
    color: #414141;
}

.accordion-item.panel-faq {
    border: 0;
    margin-bottom: 20px;
}

.block-accordian-icon .accordion .panel-faq .accordion-header .heading-icon {
    margin: 0 20px 0 0;
    font-size: 38px;
    vertical-align: middle;
}

.slimScroll .accordion-item .accordion-header {
    background: #F5F5F5;
    padding: 10px 15px;
    font-size: 18px;
}

.list-group-item {
    border: none !important;
    background: none !important;
    padding: 0px;
}
.message_default_background{
    background: #f5f5f5 !important;
}

.news-list .row {
    line-height: 16px;
}

.news-list .unread,
.news-list a strong,
.news-list a span,
.news-list .unread .date {
    font-family: "Allianz Neo2 Bold";
}

#messagesList a span {
    font-family: "Allianz Neo2 Regular";
}

.news-list a strong {
    font-family: "Allianz Neo2 Bold";
}

.news-list a span {
    font-family: "Allianz Neo2 Regular";
}

.news-list .date {
    font-family: "Allianz Neo2 Regular";
    font-size: 10px;
}


/* Clientprofile */

.editprofile-nav .nav-pills .nav-item {
    width: 100%;
    padding: 0;
}

.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
    background-color: unset;
}

.profile-mobile-view .accordion-item {
    margin-bottom: 10px;
    border: 0;
}

.profile-mobile-view .accordion-button {
    padding: 16px;
    font-size: 18px;
    line-height: 24px;
}

.block-faq .accordion {
    /* padding: 0 10px; */
}

.card-blog-summary ul.blog-summary-list li {
    /* padding: 0 0 0 50px; */
}

.typehead-table {
    border-bottom-width: 0;
}


/* client template */

.clienttemplate {}

.clienttemplate h2,
.clienttemplate p,
.clienttemplate p span {
    font-size: 12px !important;
}

#mailTemplate p {
    font-size: 16px;
}

.mailExample {
    border-style: solid;
    border-width: 1px;
}

/* responsive */

@media all and (min-width: 992px) {
    .navbar .has-megamenu {
        position: static!important;
    }
    .navbar .megamenu {
        left: auto;
        right: 0;
        width: 100%;
        margin-top: 0;
    }
}

@media(min-width:820px) {
    .navbar-header,
    .navbar-brand {
        width: 100% !important;
    }
    .navbar-collapse {
        width: 100% !important;
    }
}

@media(max-width:1200px) {
    .navbar-nav>li.site-language-switcher .dropdown-menu {
        min-height: 75px;
        height: 75px !important;
        overflow: unset;
    }
    .block-category-cream {
        height: 688px !important;
    }
    .navbar-nav>li.site-language-switcher .dropdown-menu .lang-check {
        left: 15px;
    }
    .btn {
        /* font-size: 14px; */
        /* line-height: 16px; */
        /* padding: 6px 14px; */
    }
    /* .btn.sticky-feedback-btn {
        right: -38px;
    } */
}

@media(max-width:991px) {
    .mobile-image {
        margin: 0;
    }
    .block-contact-column.col-md-offset-1 {
        margin-bottom: 0;
    }
    .table-content tbody tr td div.table-list-green {
        /* background: url(../images/tick-red.png) no-repeat left center; */
        background: unset;
        line-height: 24px;
    }
    .table-content tbody tr td div.table-list-grey {
        background: unset;
        line-height: 24px;
    }
    .navbar-nav>li.site-language-switcher .dropdown-menu li a {
        padding: 10px 10px 0px 20px;
    }
    .table-content tbody tr td div {
        padding-left: 10px;
    }
    .table-content tbody tr td h3 {
        font-family: "Allianz Neo2 Bold";
        font-size: 30px;
    }
    .table-mobile .btn {
        font-size: 16px;
        line-height: 24px;
        padding: 10px 30px;
    }
    .white-blocks .block {
        height: 250px;
    }
    .white-blocks .block-title a {
        font-size: 16px;
    }
    .table-content tbody tr td span {
        font-size: 18px;
    }
    .table-content tbody tr td div.table-list {
        font-size: 18px;
    }
    /* .form-wizard .card .card-body {
        padding: 15px;
    } */
    .block-modal .block-heading h2 {
        padding-left: 0;
    }
    .form-wizard .block p.text-blue,
    .form-wizard .block p.text-blue span {
        color: #006192;
    }
    .block-green-content.px-custom-2 {
        padding-left: 12px !important;
    }
    .block-green-content .block-content {
        padding: 0;
    }
    .white-blocks .block-dashboard {
        height: auto !important;
    }
    .portal-dashboard .block .block-content .news-list,
    .portal .block .block-content .news-list {
        max-height: none;
        height: auto;
    }
    .block-footer-fixed {
        position: relative;
        bottom: 0;
        left: 0;
        width: auto;
    }
    .button-actions-top-center {
        float: none;
    }
}

@media(max-width:850px) {
    .top-header .navbar-right {}
    .collapse.navbar-collapse {
        width: 100%;
    }
    .navbar-brand {
        width: auto;
    }
    .navbar-nav>li.site-language-switcher .dropdown-menu {
        min-height: 75px;
        height: auto !important;
        /* overflow: unset; */
        width: auto;
        position: relative;
    }
    .bottom-header .dropdown.site-language-switcher .dropdown-menu {
        top: 0;
    }
    .profile-status {
        position: relative;
        right: 0;
        top: 0 !important;
    }
}

@media(max-width:825px) {
    .navbar-brand .text-blue {
        font-size: 14px !important;
    }
}

@media(max-width:815px) {
    .navbar-nav>li.login a.login-lnk,
    .navbar-nav>li.suche a.suche-lnk {
        padding: 6px 14px;
    }
}

@media (max-width:767px) {
    .d-md-none{
        display: none;
    }
    .container-black .col-md-12 {
        /* padding-left: 6px;
        padding-right: 6px; */
    }
    .btn {
        padding: 14px 20px;
    }
    .btn-sm {
        /* padding: 14px; */
        padding: 6px 10px;
    }
    .btn-icon-sm {
        padding: 6px 10px;
    }
    /* .top-header, */
    .bottom-header {
        border-bottom: 0;
    }
    .navbar .navbar-header {
        padding: 15px 0;
    }
    .header .mobile-menu .nav>li>a {
        padding: 24px 10px;
    }
    .navbar-collapse {
        opacity: unset;
        height: auto;
        visibility: visible;
        z-index: 1;
    }
    .navbar-brand {
        padding: 16px 0;
    }
    .navbar-nav li.dropdown.active.open {
        background: #fff;
        padding: 0;
    }
    .navbar-default .navbar-nav>li>a {
        font-size: 16px;
        line-height: 24px;
        padding: 14px;
    }
    .navbar-nav .open .dropdown-menu>li>a {
        line-height: 24px;
        margin-bottom: 0;
        padding: 16px 16px 0px 5px;
    }
    .navbar-nav>li.login a.login-lnk:before {
        font-size: 20px;
    }
    .header-search-mobile {
        padding: 12px 0;
    }
    .dropdown-toggle {
        display: inline-block !important;
    }
    .bottom-header .navbar-nav {
        padding: 0;
    }
    .megamenu {
        background: transparent;
    }
    .bottom-header .dropdown-menu {
        /* padding: 5px; */
        padding-left: 25px;
        padding-right: 25px;
        font-size: 20px;
        overflow-y: auto;
    }
    .bottomheader-navleft {
        width: 100%;
    }
    .bottom-header .navbar-nav .dropdown-menu .dropdown-header {
        padding-left: 0;
    }
    .block-category-cream {
        height: auto !important;
    }
    /* .navbar-nav>li>a, */
    .megamenu .dropdown-header {
        font-size: 22px;
    }
    .navbar-nav>li.pl-60,
    .navbar-nav>li.kontakt.pl-60 {
        /* padding-left: 35px; */
        padding-left: 0px;
    }
    .navbar-nav>li.pl-60 {
        border-bottom: 1px solid #e8e8e8;
    }
    .dropdown.menu-large .dropdown-menu {
        /* display: block; */
        padding-left: 10px;
    }
    .bottom-header .navbar-nav>li>ul li {
        /* padding: 0 0 20px 20px; */
        /* padding: 0 0 20px 0px; */
        /* margin-bottom: 16px; */
        margin-bottom: 8px;
    }
    .bottom-header .navbar-nav>li>ul li a {
        font-size: 16px;
        line-height: 24px;
    }
    .mb-menu-arrow {
        display: inline-block !important;
        float: right;
    }
    .navbar-nav>li.site-language-switcher .dropdown-menu {
        background: #fff;
    }
    .startpage .block-green-content {
        padding: 0;
        padding-left: 10px;
    }
    .block-green-content.px-custom-2 {
        padding-left: 0px !important;
    }
    .block-faq .faq_search_box {
        padding: 0;
    }
    .panel {
        background-color: transparent;
    }
    .panel-group .panel-faq .accordion-header {
        padding: 16px 16px 16px 1px;
    }
    .panel-group .panel-faq .accordion-header {
        font-size: 18px;
        line-height: 24px;
    }
    .accordion .panel-faq .accordion-body {
        padding: 16px 20px;
    }
    .panel-abofaq .panel-faq .accordion-header {
        /* padding: 16px; */
    }
    .panel-abofaq .panel-faq .accordion-body {
        padding: 16px;
    }
    .faqHeader {
        margin-bottom: 30px;
    }
    .white-blocks .block {
        padding: 12px;
    }
    #contract-tab .panel-default>.panel-heading {
        background-color: #F5F5F5;
    }
    #contract-tab .panel-default>.panel-heading .panel-title>a {
        color: #414141;
        line-height: 24px;
    }
    .accordion .panel-faq .accordion-header .accordion-button {
        font-size: 18px;
        padding: 16px;
        line-height: 24px;
    }
    .required-info {
        font-size: 18px;
        line-height: 24px;
    }
    .footer-top .contact-col .block-title,
    .footer-top .block-title {
        padding: 0;
    }
}

@media(max-width:767px) {
    .anniversary {
        display: block;
    }

    .navbar-brand{
        width: 60%;
    }
    
}

@media(max-width:640px) {
    #search-btn .icon-search {
        font-size: 24px;
    }
}

@media(max-width:571px) {
    .d-md-none{
        display: block;
    }
}

@media (max-width: 480px) {
    .navbar-header {
        padding: 15px 0;
    }
}
@media (max-width: 571px) {
    .col-xs-24.col-sm-12.col-md-6.offset-md-12.mb-18{
        order:2;
    }
    .col-xs-24.d-xs-block.d-md-none.mb-18{
        order:1;
    }
    /* .navbar-brand {
        padding: 15px 0;
    } */
    .navbar-nav>li.pl-60,
    .navbar-nav>li.kontakt.pl-60 {
        /* padding-left: 0px; */
        /* padding-left: 16px; */
        padding: 0;
    }
    .navbar-nav>li.site-language-switcher .dropdown-menu .lang-check {
        left: 8px;
    }
    .navbar-nav>li.site-language-switcher .dropdown-menu li a {
        padding: 10px 10px 0px 30px;
    }
    .navbar-default .bottom-header .navbar-nav>li.active.open>a {
        border-bottom: 0;
        padding-bottom: 16px;
    }
    .dropdown.menu-large .dropdown-menu .container {
        padding: 0;
    }
    .bottom-header li.login a.login-lnk:before {
        font-size: 14px;
    }
    .table-content tr th h3,
    .table-content tbody tr td h3 {
        font-size: 26px;
        line-height: 32px;
    }
    .table-mobile .btn {
        padding: 10px;
    }
    /* .white-blocks .block {
        height: 200px;
    } */
    .white-blocks .block-title ul {
        width: 52%;
        left: 12px;
    }
    .block-footer-fixed {
        padding: 12px 0;
        bottom: 0;
    }
    .page-topbanner .block h1 {
        padding-left: 0;
        padding-right: 0;
    }
    .portal-dashboard .accordion-item {
        border: 1px solid #ddd !important;
    }
    .portal-dashboard .accordion .accordion-header .accordion-button {
        padding: 10px;
        font-size: 18px;
        font-family: 'Allianz Neo2 Bold';
    }
    .block-white .block-content {
        /* padding: 0; */
    }
    .page-topbanner .block {
        padding: 0;
    }
    .block-faq .accordion {
        padding: 0;
    }
    .credit-card {
        font-size: 16px;
        line-height: 24px;
    }
    .portal-dashboard .block .block-content .news-list,
    .portal .block .block-content .news-list {
        overflow: auto;
    }
    .portal .white-blocks .block {
        padding-bottom: 0;
    }
}

@media print {
    strong {
        font-family: "Allianz Neo2 Bold";
        font-weight: 500;
    }
    #avbbanner,
    #avbbanner2 {
        display: none !important;
    }
    .accordion .accordion-item.panel-faq .accordion-header {
        padding: 12px 16px;
    }
    .accordion .accordion-item.panel-faq .accordion-header .accordion-button {
        /* font-family: "Allianz Neo2 Bold"; */
        font-family: "Allianz Neo2 Regular";
        font-size: 20px;
        line-height: 28px;
    }
    .faqHeader {
        margin-bottom: 20px;
    }
    .accordion .accordion-item.panel-faq .accordion-body h4 {
        font-size: 20px;
        line-height: 28px;
    }
    .accordion .accordion-item.panel-faq .accordion-header .accordion-button {
        color: #414141;
    }
    .accordion .accordion-item.panel-faq .accordion-header i {
        font-size: 20px;
        line-height: 28px;
        color: #414141;
    }
    a.glossary {
        text-decoration: none !important;
    }
    .nav-tabs {
        display: none !important;
    }
}

.btn-sm .check-text {
    font-size: 12px;
}

.input-error {
    outline: 1px solid red!important;
}

.msg-display {
    font-size:12px !important;
    line-height:18px !important; 
    word-wrap: unset;
}

#existingDocListModalTable{
    width: 100% !important;
}
/* Quill Editor*/
.ql-container {
    min-height: 10rem;
    height: 100%;
    flex: 1;
    display: flex;
    flex-direction: column;
}

.ql-editor {
    height: 100%;
    flex: 1;
    overflow-y: auto;
    width: 100%;

}
.ql-editor p{
    font-size: 16px;
    padding-top: 5px!important;
    padding-bottom: 5px!important;
}
.ql-editor li{
    font-size: 16px;
}
.height-auto-fixes#msg-div-content,.height-auto-fixes{
    height: 100% !important;
}

.icon-Cost-Approval{
    font-size: 16px !important;
    font-weight: bold;
}
#toolbar-messagesreply{
    background-color: #f5f5f5;
}
#toolbar-noteaddition{
    background: rgba(255, 255, 197, 1) !important;
}
#toolbar-reminderaddition{
    background: #e0edff !important;
}
.bol-reminder-form #toolbar-reminderaddition{
    background: #E8D8C9 !important;
}
.message-content li[data-list="bullet"] {
    list-style-type: disc;
}
@media (max-width: 575.98px) {
    .responsive-textarea {
        height: auto !important;
        min-height: 220px !important;
    }
}

.legalcase-list{
    min-height:100px; 
    max-height:200px; 
    overflow-y:auto;
    font-size: 12px;
}
