.pagination__wrapper * {
  transition: all 0.3s ease-in-out;
}
.pagination__wrapper .page-item {
  display: inline-block;
}
.pagination__wrapper .page-item:not(:last-child) {
  margin-right: 10px;
}
.pagination__wrapper .page-item [class^=icon-] {
  position: absolute;
}
.pagination__wrapper .page-item .page-link {
  border-style: solid;
  border-width: 4px;
  border-color: #002F5D;
  border-radius: 100%;
  background: #FFFFFF;
  color: #002F5D;
  height: 50px;
  width: 50px;
  text-align: center;
  font-weight: bold;
  font-size: 17px;
  padding: 6px 0;
  line-height: 30px;
}
.pagination__wrapper .page-item .page-link:before {
  content: "";
  border: 3px solid;
  border-color: #FFFFFF;
  border-radius: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.pagination__wrapper .page-item:not(.active):not(.disabled) a:focus, .pagination__wrapper .page-item:not(.active):not(.disabled) a:hover, .pagination__wrapper .page-item:not(.active):not(.disabled) span:focus, .pagination__wrapper .page-item:not(.active):not(.disabled) span:hover {
  color: #FFFFFF;
  background-color: #002F5D;
  border-color: #002F5D;
}
.pagination__wrapper .page-item:not(.active):not(.disabled) a:focus [class^=icon-], .pagination__wrapper .page-item:not(.active):not(.disabled) a:hover [class^=icon-], .pagination__wrapper .page-item:not(.active):not(.disabled) span:focus [class^=icon-], .pagination__wrapper .page-item:not(.active):not(.disabled) span:hover [class^=icon-] {
  background-color: #FFFFFF;
}
.pagination__wrapper .page-item.active a, .pagination__wrapper .page-item.active a:focus, .pagination__wrapper .page-item.active a:hover, .pagination__wrapper .page-item.active span, .pagination__wrapper .page-item.active span:focus, .pagination__wrapper .page-item.active span:hover {
  color: #FFFFFF;
  background-color: #002F5D;
  border-color: #002F5D;
}
.pagination__wrapper .page-item.disabled {
  cursor: not-allowed;
}
.pagination__wrapper .page-item.disabled .page-link {
  border-color: #B0B0B0;
}
.pagination__wrapper .page-item.disabled [class^=icon-] {
  background-color: #B0B0B0;
}
.pagination__wrapper [class^=icon-] {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: inline-block;
  background-color: #68C1C0;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: contain;
  mask-size: contain;
}
.pagination__wrapper .icon-angle-right {
  -webkit-mask-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiIHN0YW5kYWxvbmU9Im5vIj8+CjxzdmcKICAgd2lkdGg9IjQ3IgogICBoZWlnaHQ9IjQ3IgogICB2aWV3Qm94PSIwIDAgNDcgNDciCiAgIGZpbGw9Im5vbmUiCiAgIHZlcnNpb249IjEuMSIKICAgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIgogICB4bWxuczpzdmc9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KICA8cGF0aAogICAgIGQ9Im0yMSAxNiA4LjA3OCA2LjczMmExIDEgMCAwIDEgMCAxLjUzNkwyMSAzMSIKICAgICBzdHJva2U9IiM2OEMxQzAiCiAgICAgc3Ryb2tlLXdpZHRoPSIzIgogICAgIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIKICAgICBpZD0icGF0aDQiIC8+Cjwvc3ZnPgo=");
  mask-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiIHN0YW5kYWxvbmU9Im5vIj8+CjxzdmcKICAgd2lkdGg9IjQ3IgogICBoZWlnaHQ9IjQ3IgogICB2aWV3Qm94PSIwIDAgNDcgNDciCiAgIGZpbGw9Im5vbmUiCiAgIHZlcnNpb249IjEuMSIKICAgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIgogICB4bWxuczpzdmc9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KICA8cGF0aAogICAgIGQ9Im0yMSAxNiA4LjA3OCA2LjczMmExIDEgMCAwIDEgMCAxLjUzNkwyMSAzMSIKICAgICBzdHJva2U9IiM2OEMxQzAiCiAgICAgc3Ryb2tlLXdpZHRoPSIzIgogICAgIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIKICAgICBpZD0icGF0aDQiIC8+Cjwvc3ZnPgo=");
}
.pagination__wrapper .icon-angle-double-right {
  -webkit-mask-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiIHN0YW5kYWxvbmU9Im5vIj8+CjxzdmcKICAgd2lkdGg9IjQ3IgogICBoZWlnaHQ9IjQ3IgogICB2aWV3Qm94PSIwIDAgNDcgNDciCiAgIGZpbGw9Im5vbmUiCiAgIHZlcnNpb249IjEuMSIKICAgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIgogICB4bWxuczpzdmc9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KICA8cGF0aAogICAgIGQ9Im0yNCAxNiA4LjA3OCA2LjczMmExIDEgMCAwIDEgMCAxLjUzNkwyNCAzMSIKICAgICBzdHJva2U9IiM2OEMxQzAiCiAgICAgc3Ryb2tlLXdpZHRoPSIzIgogICAgIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIKICAgICBpZD0icGF0aDQiIC8+CiAgPHBhdGgKICAgICBkPSJtMTYgMTYgOC4wNzggNi43MzJhMSAxIDAgMCAxIDAgMS41MzZMMTYgMzEiCiAgICAgc3Ryb2tlPSIjNjhDMUMwIgogICAgIHN0cm9rZS13aWR0aD0iMyIKICAgICBzdHJva2UtbGluZWNhcD0icm91bmQiCiAgICAgaWQ9InBhdGg2IiAvPgo8L3N2Zz4K");
  mask-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiIHN0YW5kYWxvbmU9Im5vIj8+CjxzdmcKICAgd2lkdGg9IjQ3IgogICBoZWlnaHQ9IjQ3IgogICB2aWV3Qm94PSIwIDAgNDcgNDciCiAgIGZpbGw9Im5vbmUiCiAgIHZlcnNpb249IjEuMSIKICAgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIgogICB4bWxuczpzdmc9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KICA8cGF0aAogICAgIGQ9Im0yNCAxNiA4LjA3OCA2LjczMmExIDEgMCAwIDEgMCAxLjUzNkwyNCAzMSIKICAgICBzdHJva2U9IiM2OEMxQzAiCiAgICAgc3Ryb2tlLXdpZHRoPSIzIgogICAgIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIKICAgICBpZD0icGF0aDQiIC8+CiAgPHBhdGgKICAgICBkPSJtMTYgMTYgOC4wNzggNi43MzJhMSAxIDAgMCAxIDAgMS41MzZMMTYgMzEiCiAgICAgc3Ryb2tlPSIjNjhDMUMwIgogICAgIHN0cm9rZS13aWR0aD0iMyIKICAgICBzdHJva2UtbGluZWNhcD0icm91bmQiCiAgICAgaWQ9InBhdGg2IiAvPgo8L3N2Zz4K");
}
.pagination__wrapper .icon-angle-left {
  -webkit-mask-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiIHN0YW5kYWxvbmU9Im5vIj8+CjxzdmcKICAgd2lkdGg9IjQ3IgogICBoZWlnaHQ9IjQ3IgogICB2aWV3Qm94PSIwIDAgNDcgNDciCiAgIGZpbGw9Im5vbmUiCiAgIHZlcnNpb249IjEuMSIKICAgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIgogICB4bWxuczpzdmc9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KICA8cGF0aAogICAgIGQ9Im0yNiAzMS04LjA3OC02LjczMmExIDEgMCAwIDEgMC0xLjUzNkwyNiAxNiIKICAgICBzdHJva2U9IiM2OEMxQzAiCiAgICAgc3Ryb2tlLXdpZHRoPSIzIgogICAgIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIKICAgICBpZD0icGF0aDQiIC8+Cjwvc3ZnPgo=");
  mask-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiIHN0YW5kYWxvbmU9Im5vIj8+CjxzdmcKICAgd2lkdGg9IjQ3IgogICBoZWlnaHQ9IjQ3IgogICB2aWV3Qm94PSIwIDAgNDcgNDciCiAgIGZpbGw9Im5vbmUiCiAgIHZlcnNpb249IjEuMSIKICAgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIgogICB4bWxuczpzdmc9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KICA8cGF0aAogICAgIGQ9Im0yNiAzMS04LjA3OC02LjczMmExIDEgMCAwIDEgMC0xLjUzNkwyNiAxNiIKICAgICBzdHJva2U9IiM2OEMxQzAiCiAgICAgc3Ryb2tlLXdpZHRoPSIzIgogICAgIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIKICAgICBpZD0icGF0aDQiIC8+Cjwvc3ZnPgo=");
}
.pagination__wrapper .icon-angle-double-left {
  -webkit-mask-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiIHN0YW5kYWxvbmU9Im5vIj8+CjxzdmcKICAgd2lkdGg9IjQ3IgogICBoZWlnaHQ9IjQ3IgogICB2aWV3Qm94PSIwIDAgNDcgNDciCiAgIGZpbGw9Im5vbmUiCiAgIHZlcnNpb249IjEuMSIKICAgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIgogICB4bWxuczpzdmc9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KICA8ZwogICAgIGlkPSJnMjk3Ij4KICAgIDxwYXRoCiAgICAgICBkPSJtMjMgMzEtOC4wNzgtNi43MzJhMSAxIDAgMCAxIDAtMS41MzZMMjMgMTYiCiAgICAgICBzdHJva2U9IiM2OEMxQzAiCiAgICAgICBzdHJva2Utd2lkdGg9IjMiCiAgICAgICBzdHJva2UtbGluZWNhcD0icm91bmQiCiAgICAgICBpZD0icGF0aDQiIC8+CiAgICA8cGF0aAogICAgICAgZD0ibTMxIDMxLTguMDc4LTYuNzMyYTEgMSAwIDAgMSAwLTEuNTM2TDMxIDE2IgogICAgICAgc3Ryb2tlPSIjNjhDMUMwIgogICAgICAgc3Ryb2tlLXdpZHRoPSIzIgogICAgICAgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIgogICAgICAgaWQ9InBhdGg2IiAvPgogIDwvZz4KPC9zdmc+Cg==");
  mask-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiIHN0YW5kYWxvbmU9Im5vIj8+CjxzdmcKICAgd2lkdGg9IjQ3IgogICBoZWlnaHQ9IjQ3IgogICB2aWV3Qm94PSIwIDAgNDcgNDciCiAgIGZpbGw9Im5vbmUiCiAgIHZlcnNpb249IjEuMSIKICAgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIgogICB4bWxuczpzdmc9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KICA8ZwogICAgIGlkPSJnMjk3Ij4KICAgIDxwYXRoCiAgICAgICBkPSJtMjMgMzEtOC4wNzgtNi43MzJhMSAxIDAgMCAxIDAtMS41MzZMMjMgMTYiCiAgICAgICBzdHJva2U9IiM2OEMxQzAiCiAgICAgICBzdHJva2Utd2lkdGg9IjMiCiAgICAgICBzdHJva2UtbGluZWNhcD0icm91bmQiCiAgICAgICBpZD0icGF0aDQiIC8+CiAgICA8cGF0aAogICAgICAgZD0ibTMxIDMxLTguMDc4LTYuNzMyYTEgMSAwIDAgMSAwLTEuNTM2TDMxIDE2IgogICAgICAgc3Ryb2tlPSIjNjhDMUMwIgogICAgICAgc3Ryb2tlLXdpZHRoPSIzIgogICAgICAgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIgogICAgICAgaWQ9InBhdGg2IiAvPgogIDwvZz4KPC9zdmc+Cg==");
}

.fix-search {
  position: fixed;
  top: 20%;
  right: 0;
  z-index: 2;
  transition: all 0.3s ease-in-out;
  transition-property: top;
}
.fix-search .search {
  z-index: 2;
  position: absolute;
  right: 0;
  top: 13%;
}
@media screen and (min-width: 900px) {
  .fix-search .search {
    top: 20%;
  }
}
.fix-search .search .mod-finder label {
  display: none;
}
.fix-search .search .mod-finder .input-group {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  max-width: 60vw;
}
@media screen and (min-width: 900px) {
  .fix-search .search .mod-finder .input-group {
    max-width: 50vw;
  }
}
@media screen and (min-width: 1500px) {
  .fix-search .search .mod-finder .input-group {
    max-width: 30vw;
  }
}
.fix-search .search .mod-finder .input-group ul[id^=awesomplete_list] {
  display: none;
  margin-top: 48px;
}
.fix-search .search .mod-finder .input-group:hover, .fix-search .search .mod-finder .input-group:focus {
  width: 400px;
  color: #707070;
  background-image: none;
}
.fix-search .search .mod-finder .input-group:hover .awesomplete, .fix-search .search .mod-finder .input-group:focus .awesomplete {
  width: 100%;
}
.fix-search .search .mod-finder .input-group:hover .awesomplete ul[id^=awesomplete_list], .fix-search .search .mod-finder .input-group:focus .awesomplete ul[id^=awesomplete_list] {
  display: block;
  z-index: 10;
}
.fix-search .search .mod-finder .input-group:hover .awesomplete input, .fix-search .search .mod-finder .input-group:focus .awesomplete input {
  width: 100%;
  border-color: #002F5D;
  background-color: #FFFFFF;
  color: #707070;
  padding-left: 12px;
  box-shadow: none;
  outline: none;
}
.fix-search .search .mod-finder .input-group:hover .awesomplete input::placeholder, .fix-search .search .mod-finder .input-group:focus .awesomplete input::placeholder {
  color: #707070;
}
.fix-search .search .mod-finder .input-group:hover .btn, .fix-search .search .mod-finder .input-group:focus .btn {
  color: #009EE3;
}
.fix-search .search .mod-finder .input-group:hover .btn.btn-primary, .fix-search .search .mod-finder .input-group:focus .btn.btn-primary {
  background-color: #FFFFFF;
  border-color: #002F5D;
}
.fix-search .search .mod-finder .input-group .btn {
  padding-left: 0;
}
.fix-search .search .mod-finder .input-group .btn [class^=icon-] {
  font-size: 3rem;
  transition: color 0.3s linear;
}
.fix-search .search .mod-finder .input-group .btn:focus {
  outline: none;
}
.fix-search .search .mod-finder .input-group .btn:active, .fix-search .search .mod-finder .input-group .btn.active {
  box-shadow: none;
}
.fix-search .search .mod-finder .input-group .btn.btn-primary {
  background-color: #002F5D;
  border: solid 3px;
  border-color: #FFFFFF;
  border-left: 0;
  border-right: 0;
  border-radius: 0;
  font-size: 0;
  font-weight: bold;
  font-stretch: normal;
  line-height: 2rem;
  letter-spacing: 0.3px;
  height: 48px;
  transition: border-color 0.3s linear;
}
.fix-search .search .mod-finder .input-group .awesomplete {
  position: relative;
}
.fix-search .search .mod-finder .input-group .awesomplete [role=status] {
  display: none;
}
.fix-search .search .mod-finder .input-group input {
  font-size: 1.75rem;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 2rem;
  letter-spacing: 0.3px;
  height: 48px;
  border-radius: 24px 0 0 24px;
  padding: 13px 15px 15px 7px;
  border: solid 3px;
  border-right: 0;
  border-color: #FFFFFF;
  background-color: #002F5D;
  color: transparent;
  background-size: 40px 40px;
  background-repeat: no-repeat;
  width: 24px;
  transition: border-color 0.3s linear;
}

body:not(.home) .navbar-hde-row + .fix-search {
  top: 108px;
}
body:not(.home) .navbar-hde-row.mod_menu--flat + .fix-search {
  top: 80px;
}
@media screen and (min-width: 900px) {
  body:not(.home) .navbar-hde-row.mod_menu--flat + .fix-search {
    top: 62px;
  }
}

.main-container {
  min-height: 500px;
  width: 100%;
  max-width: 1500px;
}
@media screen and (max-width: 1525px) {
  .main-container {
    padding-left: 25px;
    padding-right: 25px;
  }
}
.main-container .sidebar {
  margin-top: 20px;
}
.main-container .widgetkit-module {
  margin: 0 15px;
  padding-bottom: 40px;
}
.main-container .widgetkit-module + .widgetkit-module {
  padding-top: 40px;
}
.main-container .widgetkit-module .widgetkit-module-title {
  margin-bottom: 0.5em;
  color: #68C1C0;
  font-weight: 600;
  font-size: 36px;
  line-height: 1.2;
  letter-spacing: -1px;
}
@media screen and (min-width: 900px) {
  .main-container .widgetkit-module .widgetkit-module-title {
    font-size: 50px;
  }
}
@media screen and (min-width: 1500px) {
  .main-container .widgetkit-module .widgetkit-module-title {
    font-size: 90px;
  }
}
.main-container .widgetkit-module .widgetkit_header-flex {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 900px) {
  .main-container .widgetkit-module .widgetkit_header-flex {
    flex-direction: column;
    margin-bottom: 23px;
    align-items: flex-start;
  }
  .main-container .widgetkit-module .widgetkit_header-flex h1 {
    margin-bottom: 15.6px;
  }
}
.main-container .widgetkit-module.dark {
  position: relative;
  background-color: #002F5D;
}
.main-container .widgetkit-module.dark::before, .main-container .widgetkit-module.dark::after {
  content: "";
  position: absolute;
  top: 0;
  height: 100%;
  background-color: #002F5D;
}
.main-container .widgetkit-module.dark::before {
  right: 100%;
  left: calc(50% - 50vw);
}
.main-container .widgetkit-module.dark::after {
  right: calc(50% - 50vw);
  left: 100%;
}
.main-container .widgetkit-module.color-1 {
  position: relative;
  background-color: #68C1C0;
}
.main-container .widgetkit-module.color-1::before, .main-container .widgetkit-module.color-1::after {
  content: "";
  position: absolute;
  top: 0;
  height: 100%;
  background-color: #68C1C0;
}
.main-container .widgetkit-module.color-1::before {
  right: 100%;
  left: calc(50% - 50vw);
}
.main-container .widgetkit-module.color-1::after {
  right: calc(50% - 50vw);
  left: 100%;
}
.main-container .widgetkit-module.color-1 .widgetkit-module-title {
  color: #FFFFFF;
}
.main-container .widgetkit-module .uk-scope {
  font-size: 16px;
}
.main-container .widgetkit-module .uk-scope .uk-slider .uk-slidenav {
  transition: all 0.3s ease-in-out;
  padding: 10px 15px;
}
.main-container .widgetkit-module .uk-scope .uk-slider .uk-slidenav.uk-icon {
  border-style: solid;
  border-width: 4px;
  border-color: #002F5D;
  border-radius: 100%;
  background: #FFFFFF;
  color: #002F5D;
  height: 50px;
  width: 50px;
  text-align: center;
  font-weight: bold;
  font-size: 17px;
  margin-bottom: 20px;
}
.main-container .widgetkit-module .uk-scope .uk-slider .uk-slidenav.uk-icon:not(:first-child) {
  margin-left: 30px;
}
.main-container .widgetkit-module .uk-scope .uk-slider .uk-slidenav.uk-icon svg {
  color: #68C1C0;
}
.main-container .widgetkit-module .uk-scope .uk-slider .uk-slidenav.uk-icon svg polyline {
  stroke-width: 3px;
}
.main-container .widgetkit-module .uk-scope .uk-slider .uk-slidenav.uk-icon:hover, .main-container .widgetkit-module .uk-scope .uk-slider .uk-slidenav.uk-icon:focus {
  background-color: #68C1C0;
}
.main-container .widgetkit-module .uk-scope .uk-slider .uk-slidenav.uk-icon:hover svg, .main-container .widgetkit-module .uk-scope .uk-slider .uk-slidenav.uk-icon:focus svg {
  color: #FFFFFF;
}
.main-container .widgetkit-module .uk-scope .uk-slider:not(.actual-news) .uk-slider-items .uk-panel, .main-container .widgetkit-module .uk-scope .uk-slider:not(.position-papers) .uk-slider-items .uk-panel {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  transition: all 0.3s ease-in-out;
}
.main-container .widgetkit-module .uk-scope .uk-slider.actual-news .uk-slider-items .uk-panel {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  transition: all 0.3s ease-in-out;
  padding: 1em;
  border-width: 3px;
  border-style: solid;
  border-color: #002F5D;
}
.main-container .widgetkit-module .uk-scope .uk-slider.actual-news .uk-slider-items .uk-panel:hover, .main-container .widgetkit-module .uk-scope .uk-slider.actual-news .uk-slider-items .uk-panel:focus {
  border-color: #68C1C0;
}
.main-container .widgetkit-module .uk-scope .uk-slider.actual-news .uk-slider-items .uk-panel:hover:before, .main-container .widgetkit-module .uk-scope .uk-slider.actual-news .uk-slider-items .uk-panel:focus:before {
  color: #FFFFFF;
  background-color: rgba(104, 193, 192, 0.1);
  filter: blur(0);
}
.main-container .widgetkit-module .uk-scope .uk-slider.actual-news .uk-slider-items .uk-panel:hover .uk-text-center img, .main-container .widgetkit-module .uk-scope .uk-slider.actual-news .uk-slider-items .uk-panel:focus .uk-text-center img {
  filter: blur(10px);
}
.main-container .widgetkit-module .uk-scope .uk-slider.actual-news .uk-slider-items .uk-panel:before {
  content: "Lesen";
  font-weight: 600;
  font-size: 4em;
  line-height: 4em;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  pointer-events: none;
  z-index: 2;
  color: transparent;
  transition: all 0.3s ease-in-out;
  filter: blur(10px);
}
.main-container .widgetkit-module .uk-scope .uk-slider.actual-news .uk-slider-items .uk-panel .uk-text-center {
  position: relative;
}
.main-container .widgetkit-module .uk-scope .uk-slider.actual-news .uk-slider-items .uk-panel .uk-text-center img {
  width: 100%;
  transition: all 0.3s ease-in-out;
}
.main-container .widgetkit-module .uk-scope .uk-slider.actual-news .uk-slider-items .uk-panel .uk-text-center time {
  position: absolute;
  right: 0;
  bottom: 0;
  padding: 0.5em 0.75em;
  border-top-left-radius: 0.75em;
  background-color: #FFFFFF;
  font-size: 1em;
  font-weight: 600;
  font-style: normal;
  line-height: 1;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #68C1C0;
  z-index: 1;
}
.main-container .widgetkit-module .uk-scope .uk-slider.actual-topics .uk-slider-items .uk-panel {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  transition: all 0.3s ease-in-out;
}
.main-container .widgetkit-module .uk-scope .uk-slider.actual-topics .uk-slider-items .uk-panel .uk-border-rounded {
  border-radius: 15px;
  border: solid 3px;
  border-color: #1E93CD;
  background: #1E93CD;
  transition: all 0.3s ease-in-out;
}
.main-container .widgetkit-module .uk-scope .uk-slider.actual-topics .uk-slider-items .uk-panel > a:hover + div .uk-border-rounded {
  opacity: 0.7;
  border-color: #FFD431;
  background: #FFD431;
}
.main-container .widgetkit-module .uk-scope .uk-slider.position-papers .uk-slider-items .uk-panel {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  transition: all 0.3s ease-in-out;
  padding: 15px 25px;
  border-style: solid;
  border-width: 3px;
  border-radius: 15px;
  border-color: #002F5D;
  color: #1E93CD;
  background-color: #FFFFFF;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.5;
  letter-spacing: 0.5px;
  transition: all 0.3s ease-in-out;
}
.main-container .widgetkit-module .uk-scope .uk-slider.position-papers .uk-slider-items .uk-panel:hover, .main-container .widgetkit-module .uk-scope .uk-slider.position-papers .uk-slider-items .uk-panel:focus {
  background-color: #002F5D;
}
.main-container .widgetkit-module .uk-scope .uk-slider.position-papers .uk-slider-items .uk-panel:hover h1, .main-container .widgetkit-module .uk-scope .uk-slider.position-papers .uk-slider-items .uk-panel:hover h2, .main-container .widgetkit-module .uk-scope .uk-slider.position-papers .uk-slider-items .uk-panel:hover h3, .main-container .widgetkit-module .uk-scope .uk-slider.position-papers .uk-slider-items .uk-panel:hover h4, .main-container .widgetkit-module .uk-scope .uk-slider.position-papers .uk-slider-items .uk-panel:hover h5, .main-container .widgetkit-module .uk-scope .uk-slider.position-papers .uk-slider-items .uk-panel:hover h6, .main-container .widgetkit-module .uk-scope .uk-slider.position-papers .uk-slider-items .uk-panel:hover [class^=uk-h], .main-container .widgetkit-module .uk-scope .uk-slider.position-papers .uk-slider-items .uk-panel:focus h1, .main-container .widgetkit-module .uk-scope .uk-slider.position-papers .uk-slider-items .uk-panel:focus h2, .main-container .widgetkit-module .uk-scope .uk-slider.position-papers .uk-slider-items .uk-panel:focus h3, .main-container .widgetkit-module .uk-scope .uk-slider.position-papers .uk-slider-items .uk-panel:focus h4, .main-container .widgetkit-module .uk-scope .uk-slider.position-papers .uk-slider-items .uk-panel:focus h5, .main-container .widgetkit-module .uk-scope .uk-slider.position-papers .uk-slider-items .uk-panel:focus h6, .main-container .widgetkit-module .uk-scope .uk-slider.position-papers .uk-slider-items .uk-panel:focus [class^=uk-h] {
  color: #FFFFFF;
}
.main-container .widgetkit-module .uk-scope .uk-slider.position-papers .uk-slider-items .uk-panel h1, .main-container .widgetkit-module .uk-scope .uk-slider.position-papers .uk-slider-items .uk-panel h2, .main-container .widgetkit-module .uk-scope .uk-slider.position-papers .uk-slider-items .uk-panel h3, .main-container .widgetkit-module .uk-scope .uk-slider.position-papers .uk-slider-items .uk-panel h4, .main-container .widgetkit-module .uk-scope .uk-slider.position-papers .uk-slider-items .uk-panel h5, .main-container .widgetkit-module .uk-scope .uk-slider.position-papers .uk-slider-items .uk-panel h6, .main-container .widgetkit-module .uk-scope .uk-slider.position-papers .uk-slider-items .uk-panel [class^=uk-h] {
  font-size: 20px;
  color: #1E93CD;
  text-align: center;
  height: 100%;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: center;
  word-break: break-word;
}
.main-container .widgetkit-module .uk-scope .uk-slider.position-papers .uk-slider-items .uk-panel h1 time, .main-container .widgetkit-module .uk-scope .uk-slider.position-papers .uk-slider-items .uk-panel h2 time, .main-container .widgetkit-module .uk-scope .uk-slider.position-papers .uk-slider-items .uk-panel h3 time, .main-container .widgetkit-module .uk-scope .uk-slider.position-papers .uk-slider-items .uk-panel h4 time, .main-container .widgetkit-module .uk-scope .uk-slider.position-papers .uk-slider-items .uk-panel h5 time, .main-container .widgetkit-module .uk-scope .uk-slider.position-papers .uk-slider-items .uk-panel h6 time, .main-container .widgetkit-module .uk-scope .uk-slider.position-papers .uk-slider-items .uk-panel [class^=uk-h] time {
  color: #68C1C0;
  line-height: 1;
  letter-spacing: 1px;
  margin-top: 0.5em;
}
.main-container .widgetkit-module .uk-scope .uk-slider .uk-h2, .main-container .widgetkit-module .uk-scope .uk-slider h2 {
  font-size: 1.5em;
  line-height: 1.1;
  letter-spacing: 0.4px;
  color: #002F5D;
  font-weight: 600;
  text-align: left;
}
@media (min-width: 900px) {
  .main-container .widgetkit-module .uk-scope .uk-slider .uk-h2, .main-container .widgetkit-module .uk-scope .uk-slider h2 {
    font-size: 1.3em;
  }
}
@media (min-width: 1500px) {
  .main-container .widgetkit-module .uk-scope .uk-slider .uk-h2, .main-container .widgetkit-module .uk-scope .uk-slider h2 {
    font-size: 1.1em;
  }
}
@media (min-width: 900px) and (max-width: 1499px) {
  .main-container .widgetkit-module .uk-scope .uk-slider .uk-child-width-1-3\@l > * {
    width: 33.3222259247%;
  }
}
@media (min-width: 1500px) {
  .main-container .widgetkit-module .uk-scope .uk-slider .uk-child-width-1-4\@xl > * {
    width: 25%;
  }
}
.main-container .widgetkit-module .uk-scope .uk-slider .uk-slidenav {
  transition: all 0.3s ease-in-out;
  padding: 10px 15px;
}
.main-container .widgetkit-module .uk-scope .uk-slider .uk-slidenav.uk-icon {
  border-style: solid;
  border-width: 4px;
  border-color: #002F5D;
  border-radius: 100%;
  background: #FFFFFF;
  color: #002F5D;
  height: 50px;
  width: 50px;
  text-align: center;
  font-weight: bold;
  font-size: 17px;
  margin-bottom: 20px;
}
.main-container .widgetkit-module .uk-scope .uk-slider .uk-slidenav.uk-icon:not(:first-child) {
  margin-left: 30px;
}
.main-container .widgetkit-module .uk-scope .uk-slider .uk-slidenav.uk-icon svg {
  color: #68C1C0;
}
.main-container .widgetkit-module .uk-scope .uk-slider .uk-slidenav.uk-icon svg polyline {
  stroke-width: 3px;
}
.main-container .widgetkit-module .uk-scope .uk-slider .uk-slidenav.uk-icon:hover, .main-container .widgetkit-module .uk-scope .uk-slider .uk-slidenav.uk-icon:focus {
  background-color: #68C1C0;
}
.main-container .widgetkit-module .uk-scope .uk-slider .uk-slidenav.uk-icon:hover svg, .main-container .widgetkit-module .uk-scope .uk-slider .uk-slidenav.uk-icon:focus svg {
  color: #FFFFFF;
}

body:not(.home) #navbar-header .icon-container {
  display: none;
}

.form-control {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.form-control:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.color-notice {
  color: #F29318;
}

.btn {
  text-transform: uppercase;
  background-image: none;
  transition: all 0.3s ease-in-out;
}
.btn-readmore {
  border: solid 3px;
  border-radius: 4rem;
  height: 5rem;
  padding: 1rem 2.5rem;
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 1.5;
  letter-spacing: 1.5px;
  text-align: center;
  display: inline-block;
  color: #FFFFFF;
  background-color: #68C1C0;
  border-color: #FFFFFF;
}
.btn-readmore:hover, .btn-readmore:focus {
  color: #002F5D;
  background-color: #FFFFFF;
  border-color: #68C1C0;
}
.btn-secondary {
  border: solid 3px;
  border-radius: 4rem;
  height: 5rem;
  padding: 1rem 2.5rem;
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 1.5;
  letter-spacing: 1.5px;
  text-align: center;
  display: inline-block;
  color: #707070;
  background-color: #FFFFFF;
  border-color: #707070;
  font-size: 11px;
  font-weight: bold;
  line-height: 1.82;
  letter-spacing: 0.7px;
}
.btn-secondary:hover, .btn-secondary:focus {
  color: #002F5D;
  background-color: #FFFFFF;
  border-color: #68C1C0;
}

footer {
  background: #002F5D;
  font-size: 14px;
  transition: all 0.3s ease-in-out;
}
footer .moduletable {
  width: unset;
  background: transparent;
}
footer .container.main-container {
  background: none;
  min-height: unset;
}
footer .container .footer-menu {
  width: 100%;
  margin: 28px auto;
}
footer .container .footer-menu > div + div {
  margin-top: 28px;
}
@media screen and (min-width: 1500px) {
  footer .container .footer-menu > div + div {
    margin-top: 0;
  }
}
@media screen and (min-width: 1500px) {
  footer .container .footer-menu > div:last-child {
    width: 205px;
  }
}
@media screen and (min-width: 600px) {
  footer .container .footer-menu {
    margin: 28px 7px;
  }
  footer .container .footer-menu .nav-item {
    display: inline-block;
  }
  footer .container .footer-menu-second {
    display: flex;
  }
  footer .container .footer-menu-second > div:not(:first-child) {
    margin-left: 28px;
  }
}
@media screen and (min-width: 600px) and (min-width: 1500px) {
  footer .container .footer-menu-second > div:not(:first-child) {
    margin-left: 0;
  }
}
@media screen and (min-width: 1500px) {
  footer .container .footer-menu {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
  }
  footer .container .footer-menu .nav-item {
    display: block;
  }
  footer .container .footer-menu > div {
    display: flex;
    flex-direction: row;
  }
  footer .container .footer-menu > div:not(:last-child) {
    flex-grow: 1;
  }
  footer .container .footer-menu-first {
    width: 66%;
    display: flex;
    flex-direction: row;
  }
  footer .container .footer-menu-first > div {
    width: 50%;
  }
  footer .container .footer-menu-second {
    width: 33%;
    flex-direction: column;
  }
}
footer .container .footer-menu-first, footer .container .footer-menu-second {
  text-align: center;
}
@media screen and (min-width: 600px) {
  footer .container .footer-menu-first, footer .container .footer-menu-second {
    text-align: left;
  }
}
footer .container .footer-menu-first .menu-title, footer .container .footer-menu-second .menu-title {
  padding: 21px 0 7px 7px;
  font-size: 15px;
  font-weight: bold;
  line-height: 1.33;
  letter-spacing: 1px;
  color: #68C1C0;
}
footer .container .footer-menu-first .mod-menu a, footer .container .footer-menu-second .mod-menu a {
  font-size: 14px;
  font-style: normal;
  line-height: 1.43;
  letter-spacing: 0.5px;
  color: #FFFFFF;
  padding: 7px;
}
footer .container .footer-menu-first .mod-menu a:hover, footer .container .footer-menu-first .mod-menu a:focus, footer .container .footer-menu-second .mod-menu a:hover, footer .container .footer-menu-second .mod-menu a:focus {
  background: transparent;
  color: #68C1C0;
}
footer .container .footer-menu-third {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  text-transform: uppercase;
}
@media screen and (min-width: 600px) {
  footer .container .footer-menu-third {
    margin-top: 42px;
  }
}
@media screen and (min-width: 1500px) {
  footer .container .footer-menu-third {
    margin-top: 0;
    padding-top: 21px;
    flex-direction: column;
  }
}
footer .container .footer-menu-third .nav-item {
  display: block;
}
@media screen and (min-width: 1500px) {
  footer .container .footer-menu-third > div + div {
    margin-top: 35px;
  }
}
@media screen and (min-width: 900px) and (max-width: 1499px) {
  footer .container .footer-menu-third > div:first-child .nav-item {
    display: inline-block;
  }
}
footer .container .footer-menu-third > div:first-child .nav-item + .nav-item {
  margin: 21px 0 0;
}
@media screen and (min-width: 900px) and (max-width: 1499px) {
  footer .container .footer-menu-third > div:first-child .nav-item + .nav-item {
    margin: 0 0 0 21px;
  }
}
footer .container .footer-menu-third > div:nth-child(2) {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding-right: 15px;
}
@media screen and (min-width: 600px) {
  footer .container .footer-menu-third > div:nth-child(2) {
    min-width: 150px;
  }
}
footer .container .footer-menu-third > div:nth-child(2) .nav-item + .nav-item {
  margin-top: 10.5px;
}
footer .container .footer-menu-third > div:nth-child(2) .nav-item a {
  position: static;
  display: inline-block;
  padding: 0;
  font-weight: bold;
  line-height: 1.43;
  letter-spacing: 1.5px;
  color: #FFFFFF;
}
footer .container .footer-menu-third > div:nth-child(2) .nav-item a:hover, footer .container .footer-menu-third > div:nth-child(2) .nav-item a:focus {
  color: #68C1C0;
  background-color: transparent;
}
footer .container .footer-bottom {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 14px 7px;
  width: 100%;
}
@media screen and (min-width: 600px) {
  footer .container .footer-bottom {
    flex-direction: row;
    justify-content: space-between;
  }
}
footer .container .footer-bottom > div {
  margin: 14px 0;
}
@media screen and (min-width: 615px) {
  footer .container .footer-bottom > div:last-child {
    padding-right: 15px;
    min-width: 150px;
  }
}
@media screen and (min-width: 615px) and (min-width: 1500px) {
  footer .container .footer-bottom > div:last-child {
    min-width: 205px;
  }
}
footer .container .footer-bottom .copyright {
  font-size: 11.9px;
  line-height: 1.42;
  letter-spacing: 1px;
  color: #FFFFFF;
  text-align: center;
  padding-left: 7px;
}
@media screen and (min-width: 600px) {
  footer .container .footer-bottom .copyright {
    text-align: left;
  }
}
footer .container .footer-bottom .social-buttons > a {
  display: inline-block;
  width: 25px;
  height: 25px;
  margin: 0 2.5px;
}
footer .container .footer-bottom .social-buttons > a .logo {
  display: block;
  height: 100%;
  width: 100%;
  background-size: contain;
  background-repeat: no-repeat;
}
footer .container .footer-bottom .social-buttons > a .logo-facebook {
  background-image: url("/images/Logos/hde-fb.svg");
}
footer .container .footer-bottom .social-buttons > a .logo-twitter {
  background-image: url("/images/Logos/hde-x.svg");
}
footer .container .footer-bottom .social-buttons > a .logo-linkedin {
  background-image: url("/images/Logos/hde-li.svg");
}
footer .container .footer-bottom .social-buttons > a .logo-youtube {
  background-image: url("/images/Logos/hde-yt.svg");
}
footer .mod-menu.buttons .nav-item a {
  text-transform: uppercase;
  background-image: none;
  transition: all 0.3s ease-in-out;
  white-space: nowrap;
}
footer .mod-menu.buttons .nav-item a-readmore {
  border: solid 3px;
  border-radius: 4rem;
  height: 5rem;
  padding: 1rem 2.5rem;
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 1.5;
  letter-spacing: 1.5px;
  text-align: center;
  display: inline-block;
  color: #FFFFFF;
  background-color: #68C1C0;
  border-color: #FFFFFF;
}
footer .mod-menu.buttons .nav-item a-readmore:hover, footer .mod-menu.buttons .nav-item a-readmore:focus {
  color: #002F5D;
  background-color: #FFFFFF;
  border-color: #68C1C0;
}
footer .mod-menu.buttons .nav-item a-secondary {
  border: solid 3px;
  border-radius: 4rem;
  height: 5rem;
  padding: 1rem 2.5rem;
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 1.5;
  letter-spacing: 1.5px;
  text-align: center;
  display: inline-block;
  color: #707070;
  background-color: #FFFFFF;
  border-color: #707070;
  font-size: 11px;
  font-weight: bold;
  line-height: 1.82;
  letter-spacing: 0.7px;
}
footer .mod-menu.buttons .nav-item a-secondary:hover, footer .mod-menu.buttons .nav-item a-secondary:focus {
  color: #002F5D;
  background-color: #FFFFFF;
  border-color: #68C1C0;
}
footer .mod-menu.buttons.buttons-color-1 .nav-item a {
  border: solid 3px;
  border-radius: 4rem;
  height: 5rem;
  padding: 1rem 2.5rem;
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 1.5;
  letter-spacing: 1.5px;
  text-align: center;
  display: inline-block;
  color: #FFFFFF;
  background-color: #68C1C0;
  border-color: #FFFFFF;
}
footer .mod-menu.buttons.buttons-color-1 .nav-item a:hover, footer .mod-menu.buttons.buttons-color-1 .nav-item a:focus {
  color: #002F5D;
  background-color: #FFFFFF;
  border-color: #68C1C0;
}

.simple-slider {
  transition: all 0.4s;
  opacity: 0;
  position: relative;
  z-index: 1;
}
.simple-slider.initialized {
  opacity: 1;
}
.simple-slider .tp-bullets {
  position: absolute;
  right: unset;
  left: 1rem;
  bottom: unset;
  top: 5rem;
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 900px) {
  .simple-slider .tp-bullets {
    display: block;
    left: unset;
    top: unset;
    right: 0;
    bottom: calc(140px - 2.5rem);
  }
}
.simple-slider .tp-bullets .tp-bullet {
  width: 5rem;
  height: 5rem;
  border-radius: 50%;
  border: solid 3px;
  border-color: #002F5D;
  background-color: #FFFFFF;
  transition: none;
  display: inline-block;
  position: static;
}
.simple-slider .tp-bullets .tp-bullet + .tp-bullet {
  margin-top: 1rem;
}
@media screen and (min-width: 900px) {
  .simple-slider .tp-bullets .tp-bullet + .tp-bullet {
    margin-top: 0;
    margin-left: 1rem;
  }
}
.simple-slider .tp-bullets .tp-bullet::after {
  content: "";
  display: none;
}
.simple-slider .tp-bullets .tp-bullet::before {
  content: attr(data-number);
  margin: auto;
  display: block;
  border: 3px solid;
  border-color: #FFFFFF;
  color: #002F5D;
  border-radius: 100%;
  height: 100%;
  width: 100%;
  padding: 0;
  background-color: #FFFFFF;
  font-weight: bold;
  font-size: 17px;
  text-align: center;
  line-height: 35px;
}
.simple-slider .tp-bullets .tp-bullet:not(.selected):hover::before {
  background-color: #68C1C0;
  border-color: #68C1C0;
}
.simple-slider .tp-bullets .tp-bullet.selected {
  background-color: #002F5D;
  color: #FFFFFF;
}
.simple-slider .tp-bullets .tp-bullet.selected::before {
  background-color: #002F5D;
  color: #FFFFFF;
}
.simple-slider ul {
  list-style: none;
  margin: 0;
}
.simple-slider .simple-slider-container {
  position: relative;
  height: calc(100vh - 200px);
  min-height: calc(100vh - 200px);
  max-height: calc(100vh - 200px);
}
.simple-slider .simple-slider-fullwidth {
  height: 100%;
}
.simple-slider .slides {
  height: calc(100% - 70px);
}
.simple-slider .slide {
  height: calc(100% - 70px);
  background-size: cover;
  background-position: center;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  border-bottom: 3px solid #002F5D;
}
.simple-slider .slide:after {
  content: " ";
  position: absolute;
}
.simple-slider .slide-content {
  position: relative;
  bottom: -100px;
  min-width: 100%;
}
@media screen and (max-width: 899px) {
  .simple-slider .slide-content {
    margin: 0;
  }
}
@media screen and (min-width: 900px) {
  .simple-slider .slide-content {
    margin: 0 auto;
    min-width: unset;
  }
}
.simple-slider .slide-content h1 {
  font-size: 25px;
  font-weight: bold;
  font-stretch: normal;
  line-height: 1.11;
  letter-spacing: 0.2px;
}
@media screen and (min-width: 600px) {
  .simple-slider .slide-content h1 {
    font-size: 5vw;
  }
}
@media screen and (min-width: 900px) {
  .simple-slider .slide-content h1 {
    font-size: 45px;
  }
}
.simple-slider .slide-content p {
  font-size: 17px;
  font-weight: 500;
  font-stretch: normal;
  line-height: 1.71;
  letter-spacing: 0.3px;
}
.simple-slider .slide-content > div {
  padding: 0.5rem 35px;
  background: #002F5D;
  border-color: #FFFFFF;
  border-style: solid;
  border-width: 0;
  border-top-width: 3px;
  color: #FFFFFF;
  width: 100%;
}
@media screen and (min-width: 900px) {
  .simple-slider .slide-content > div {
    max-width: 550px;
    border-width: 3px;
  }
}
.simple-slider .slide-content > div > *:not(a) {
  color: #FFFFFF;
}
.simple-slider .btn-readmore {
  display: block;
  position: relative;
  max-width: 100%;
  width: auto;
  bottom: -3rem;
}
@media screen and (min-width: 600px) {
  .simple-slider .btn-readmore {
    right: calc(-50% - 15px);
    max-width: 50%;
    min-width: 220px;
  }
}
@media screen and (min-width: 900px) {
  .simple-slider .btn-readmore {
    left: 55%;
    max-width: 30%;
  }
}

.com-content #search-results {
  margin-top: 20px;
}
.com-content #search-results #search-result-list {
  margin-top: 0;
}
.com-content #search-results li.result__item {
  padding-top: 20px;
  width: unset !important;
}
.com-content #search-results li.result__item:first-child {
  border-top: none;
  padding-top: 0;
}

.com-finder:not(.com-content), .com-content:not(.com-content) {
  margin-bottom: 44px;
}
.com-finder mark, .com-content mark {
  background-color: #FFFFCC;
  font-weight: bold;
  padding: 1px 0;
}
.com-finder #search-results .result__title, .com-content #search-results .result__title {
  margin: 8px 0;
  font-size: 25px;
  font-weight: bold;
  line-height: 1.28;
  letter-spacing: 0.2px;
  text-align: center;
  color: #68C1C0;
}
@media screen and (min-width: 900px) {
  .com-finder #search-results .result__title, .com-content #search-results .result__title {
    font-size: 38px;
    line-height: 1.18;
    text-align: left;
  }
}
.com-finder #search-results .result__title-text, .com-content #search-results .result__title-text {
  font-size: inherit;
}
.com-finder #search-results .result__title-link, .com-content #search-results .result__title-link {
  color: inherit;
}
.com-finder #search-results .result__item, .com-content #search-results .result__item {
  border-top: 3px solid #d6d6d6;
  margin: 0;
  padding: 0;
}
.com-finder #search-results .result__item:last-child, .com-content #search-results .result__item:last-child {
  border-bottom: 3px solid #d6d6d6;
}
.com-finder #search-results .result__item .result__category, .com-content #search-results .result__item .result__category {
  margin: 20px auto 10px;
  display: block;
  width: fit-content;
  padding: 0 20px;
  height: unset;
  text-transform: unset;
}
@media screen and (min-width: 900px) {
  .com-finder #search-results .result__item .result__category, .com-content #search-results .result__item .result__category {
    margin: 20px 0 10px;
  }
}
@media screen and (min-width: 900px) {
  .com-finder #search-results .result__item .result__content, .com-content #search-results .result__item .result__content {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    gap: 45px;
    margin: 25px 0;
  }
}
.com-finder #search-results .result__item .result__description, .com-content #search-results .result__item .result__description {
  margin: 10px 0 25px;
  font-size: 15px;
  font-weight: bold;
  line-height: 1.53;
  letter-spacing: 0.3px;
  color: #707070;
}
@media screen and (min-width: 900px) {
  .com-finder #search-results .result__item .result__description, .com-content #search-results .result__item .result__description {
    margin: 0;
    text-align: left;
  }
}
.com-finder #search-results .result__item .result__description .description-text:empty + .btn-readmore, .com-content #search-results .result__item .result__description .description-text:empty + .btn-readmore {
  margin-top: 0;
}
.com-finder #search-results .result__item .result__description .btn-readmore, .com-content #search-results .result__item .result__description .btn-readmore {
  display: none;
  margin-top: 20px;
  width: fit-content;
  line-height: 1;
  padding: 15px 20px;
}
@media screen and (min-width: 900px) {
  .com-finder #search-results .result__item .result__description .btn-readmore, .com-content #search-results .result__item .result__description .btn-readmore {
    display: block;
  }
}
.com-finder #search-results .result__item .result__date, .com-content #search-results .result__item .result__date {
  display: block;
  margin: 10px 0 15px;
  font-size: 15px;
  font-weight: bold;
  line-height: 23px;
  letter-spacing: 1px;
  text-align: center;
  color: #68C1C0;
}
@media screen and (min-width: 900px) {
  .com-finder #search-results .result__item .result__date, .com-content #search-results .result__item .result__date {
    margin-top: 0;
    text-align: left;
    font-size: 18px;
    line-height: 20px;
  }
}
.com-finder #search-results .result__item .result__date:after, .com-content #search-results .result__item .result__date:after {
  content: unset;
}
.com-finder #search-results .result__item .result__image, .com-content #search-results .result__item .result__image {
  display: flex;
  justify-content: center;
}
.com-finder #search-results .result__item .result__image img, .com-content #search-results .result__item .result__image img {
  width: 100%;
  object-fit: contain;
  margin: 8px 0 10px;
  height: 54.25vw;
}
@media screen and (min-width: 403px) {
  .com-finder #search-results .result__item .result__image img, .com-content #search-results .result__item .result__image img {
    width: 323px;
    height: 218px;
  }
}
@media screen and (min-width: 900px) {
  .com-finder #search-results .result__item .result__image img, .com-content #search-results .result__item .result__image img {
    object-position: top;
    margin-top: 1px;
  }
}
.com-finder #search-results #search-result-empty, .com-content #search-results #search-result-empty {
  margin: 44px 25px 0;
}
@media screen and (min-width: 900px) {
  .com-finder #search-results #search-result-empty, .com-content #search-results #search-result-empty {
    margin: 100px;
  }
}
@media screen and (min-width: 1500px) {
  .com-finder #search-results #search-result-empty, .com-content #search-results #search-result-empty {
    margin: 250px;
  }
}
.com-finder #search-results #search-result-empty *, .com-content #search-results #search-result-empty * {
  font-size: 25px;
  font-weight: bold;
  line-height: 1.28;
  letter-spacing: -1px;
  text-align: center;
  color: #F29318;
}
@media screen and (min-width: 900px) {
  .com-finder #search-results #search-result-empty *, .com-content #search-results #search-result-empty * {
    font-size: 50px;
    line-height: 1.2;
  }
}

.main-container {
  min-height: 500px;
  width: 100%;
  max-width: 1500px;
}
@media screen and (max-width: 1524px) {
  .main-container {
    padding-left: 25px;
    padding-right: 25px;
  }
}

.com_finder__search {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  margin-top: 3em;
  row-gap: 50px;
}
.com_finder__search .input-container {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: calc(33% - 25px);
  position: relative;
  border-radius: 23px;
  border: 3px solid #002F5D;
  background-color: #FFFFFF;
  height: 48px;
  padding: 13px 0 15px 15px;
  color: #002F5D;
  font-weight: 600;
  transition: all 0.3s ease-in-out;
}
.com_finder__search .input-container button span {
  padding: 1em;
  color: #009EE3;
  font-size: 20px;
  transition: all 0.3s ease-in-out;
}
.com_finder__search .input-container button:hover span {
  color: #002F5D;
}
.com_finder__search .input-container:hover {
  border-color: #009EE3;
}
.com_finder__search .search-input {
  flex-grow: 2;
}
.com_finder__search .search-input > * {
  width: 100%;
}
.com_finder__search input, .com_finder__search button {
  position: relative;
  padding: 0;
  border: 0;
  background-color: transparent;
  outline: none;
}
.com_finder__search h1 {
  color: #68C1C0;
  margin-top: 0;
  font-weight: 600;
  font-size: 50px;
  line-height: 1.2;
  width: calc(66% - 25px);
  text-align: right;
}
@media screen and (max-width: 899px) {
  .com_finder__search .input-container {
    order: 2;
    width: 100%;
    transition: width 0s;
  }
  .com_finder__search h1 {
    order: 1;
    margin: 0.5em;
    font-size: 38px;
    line-height: 1.58;
    letter-spacing: -1px;
    width: 100%;
    text-align: center;
  }
}
.com_finder__results {
  margin-top: 50px;
}
@media screen and (max-width: 899px) {
  .com_finder__results {
    margin-top: 15px;
  }
}
.com_finder__results-list {
  list-style: none;
  padding: 0;
  margin-top: 50px;
  margin-bottom: 10px;
}
.com_finder--additional_container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 899px) {
  .com_finder--additional_container {
    flex-direction: column;
  }
}
.com_finder__explained, .com_finder__counter {
  color: #68C1C0;
  font-weight: 600;
  font-size: 18px;
  line-height: 1.39;
  letter-spacing: 1.5px;
  text-transform: uppercase;
}
@media screen and (max-width: 899px) {
  .com_finder__explained, .com_finder__counter {
    margin-bottom: 1em;
    font-size: 15px;
    line-height: 1.53;
  }
}
.com_finder__explained p, .com_finder__counter p {
  text-align: center;
}
@media screen and (min-width: 901px) {
  .com_finder__explained p, .com_finder__counter p {
    text-align: unset;
  }
}
.com_finder__explained p a, .com_finder__counter p a {
  color: #68C1C0;
  transition: all 0.3s ease-in-out;
}
.com_finder__explained p a:hover, .com_finder__counter p a:hover {
  color: #002F5D;
}
.com_finder__sorting {
  width: 200px;
}
.com_finder__sorting .sorting {
  position: relative;
  width: 100%;
}
.com_finder__sorting .sorting .show {
  display: flex !important;
}
.com_finder__sorting .sorting button {
  display: flex;
  align-items: center;
  height: 48px;
  width: 100%;
  padding: 15px 20px;
  border-radius: 23px;
  border: 3px solid #009EE3;
  background-color: #FFFFFF;
  font-size: 15px;
  line-height: 1.33;
  font-weight: 600;
  color: #002F5D;
  transition: all 0.3s ease-in-out;
}
.com_finder__sorting .sorting button:after {
  content: "";
  display: inline-block;
  border: solid #009EE3;
  border-width: 0 3px 3px 0;
  padding: 5px;
  margin: 0.7em 0 0.8em 2em;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transition: all 0.3s ease-in-out;
}
.com_finder__sorting .sorting button:hover {
  border-color: #002F5D;
  color: #009EE3;
}
.com_finder__sorting .sorting button:hover:after {
  border-color: #002F5D;
}
.com_finder__sorting .sorting ul {
  border: 3px solid #002F5D;
  border-radius: 10px;
}
.com_finder__sorting .sorting ul li a {
  color: #002F5D;
  font-weight: 600;
}
.com_finder__sorting ul {
  flex-direction: column;
}

.hde_teaser {
  font-size: 14px;
  margin-top: 30px;
  position: relative;
}
.hde_teaser .strich {
  position: absolute;
  top: calc(1em + 15px);
  width: 100%;
  border-bottom: 3px solid #002F5D;
}
.hde_teaser__container, .hde_teaser__title {
  max-width: 1500px;
}
.hde_teaser__title {
  position: relative;
  margin: auto;
  padding: 15px;
}
.hde_teaser__title h2 {
  padding: 0 15px;
  margin: 0;
  text-transform: uppercase;
  font-size: 1.1em;
  line-height: 1.25;
  font-weight: bold;
  letter-spacing: 1.5px;
  color: #002F5D;
}
.hde_teaser__container {
  padding: 15px;
  margin: 15px auto;
}
.hde_teaser__container.link-hover-effect a .custom-icon-link {
  display: inline-block;
  background-color: #68C1C0;
  width: 50px;
  height: 50px;
  padding: 10px;
  border-radius: 50%;
  position: absolute;
  right: 20px;
  top: 0;
  opacity: 0;
  transition: all 0.3s ease-in-out;
}
.hde_teaser__container.link-hover-effect a .custom-icon-link div {
  background-color: #FFFFFF;
  mask: url("../images/external-link-custom.svg") no-repeat center/contain;
  -webkit-mask: url("../images/external-link-custom.svg") no-repeat center/contain;
  height: 100%;
  width: 100%;
}
.hde_teaser__container.link-hover-effect a:hover .custom-icon-link, .hde_teaser__container.link-hover-effect a:focus .custom-icon-link {
  opacity: 1;
}
@media screen and (min-width: 600px) {
  .hde_teaser__container .hde_teaser__content-width-50 {
    width: 50%;
  }
  .hde_teaser__container .hde_teaser__content-width-51 {
    width: 51%;
  }
  .hde_teaser__container .hde_teaser__content-width-52 {
    width: 52%;
  }
  .hde_teaser__container .hde_teaser__content-width-53 {
    width: 53%;
  }
  .hde_teaser__container .hde_teaser__content-width-54 {
    width: 54%;
  }
  .hde_teaser__container .hde_teaser__content-width-55 {
    width: 55%;
  }
  .hde_teaser__container .hde_teaser__content-width-56 {
    width: 56%;
  }
  .hde_teaser__container .hde_teaser__content-width-57 {
    width: 57%;
  }
  .hde_teaser__container .hde_teaser__content-width-58 {
    width: 58%;
  }
  .hde_teaser__container .hde_teaser__content-width-59 {
    width: 59%;
  }
  .hde_teaser__container .hde_teaser__content-width-60 {
    width: 60%;
  }
  .hde_teaser__container .hde_teaser__content-width-61 {
    width: 61%;
  }
  .hde_teaser__container .hde_teaser__content-width-62 {
    width: 62%;
  }
  .hde_teaser__container .hde_teaser__content-width-63 {
    width: 63%;
  }
  .hde_teaser__container .hde_teaser__content-width-64 {
    width: 64%;
  }
  .hde_teaser__container .hde_teaser__content-width-65 {
    width: 65%;
  }
  .hde_teaser__container .hde_teaser__content-width-66 {
    width: 66%;
  }
  .hde_teaser__container .hde_teaser__content-width-67 {
    width: 67%;
  }
  .hde_teaser__container .hde_teaser__content-width-68 {
    width: 68%;
  }
  .hde_teaser__container .hde_teaser__content-width-69 {
    width: 69%;
  }
  .hde_teaser__container .hde_teaser__content-width-70 {
    width: 70%;
  }
  .hde_teaser__container .hde_teaser__content-width-71 {
    width: 71%;
  }
  .hde_teaser__container .hde_teaser__content-width-72 {
    width: 72%;
  }
  .hde_teaser__container .hde_teaser__content-width-73 {
    width: 73%;
  }
  .hde_teaser__container .hde_teaser__content-width-74 {
    width: 74%;
  }
  .hde_teaser__container .hde_teaser__content-width-75 {
    width: 75%;
  }
  .hde_teaser__container .hde_teaser__content-width-76 {
    width: 76%;
  }
  .hde_teaser__container .hde_teaser__content-width-77 {
    width: 77%;
  }
  .hde_teaser__container .hde_teaser__content-width-78 {
    width: 78%;
  }
  .hde_teaser__container .hde_teaser__content-width-79 {
    width: 79%;
  }
  .hde_teaser__container .hde_teaser__content-width-80 {
    width: 80%;
  }
  .hde_teaser__container .hde_teaser__content-width-81 {
    width: 81%;
  }
  .hde_teaser__container .hde_teaser__content-width-82 {
    width: 82%;
  }
  .hde_teaser__container .hde_teaser__content-width-83 {
    width: 83%;
  }
  .hde_teaser__container .hde_teaser__content-width-84 {
    width: 84%;
  }
  .hde_teaser__container .hde_teaser__content-width-85 {
    width: 85%;
  }
  .hde_teaser__container .hde_teaser__content-width-86 {
    width: 86%;
  }
  .hde_teaser__container .hde_teaser__content-width-87 {
    width: 87%;
  }
  .hde_teaser__container .hde_teaser__content-width-88 {
    width: 88%;
  }
  .hde_teaser__container .hde_teaser__content-width-89 {
    width: 89%;
  }
  .hde_teaser__container .hde_teaser__content-width-90 {
    width: 90%;
  }
  .hde_teaser__container .hde_teaser__content-width-91 {
    width: 91%;
  }
  .hde_teaser__container .hde_teaser__content-width-92 {
    width: 92%;
  }
  .hde_teaser__container .hde_teaser__content-width-93 {
    width: 93%;
  }
  .hde_teaser__container .hde_teaser__content-width-94 {
    width: 94%;
  }
  .hde_teaser__container .hde_teaser__content-width-95 {
    width: 95%;
  }
  .hde_teaser__container .hde_teaser__content-width-96 {
    width: 96%;
  }
  .hde_teaser__container .hde_teaser__content-width-97 {
    width: 97%;
  }
  .hde_teaser__container .hde_teaser__content-width-98 {
    width: 98%;
  }
  .hde_teaser__container .hde_teaser__content-width-99 {
    width: 99%;
  }
  .hde_teaser__container .hde_teaser__content-width-100 {
    width: 100%;
  }
}
.hde_teaser__container .hde_teaser__content {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  margin: 2em auto;
}
.hde_teaser__container .hde_teaser__content .hde_teaser__block {
  display: flex;
  flex-direction: column;
  justify-content: center;
  flex-grow: 1;
}
.hde_teaser__container .hde_teaser__content .hde_teaser__block .hde_teaser__image {
  max-height: 100px;
  position: relative;
}
.hde_teaser__container .hde_teaser__content .hde_teaser__block .hde_teaser__image a {
  display: block;
  height: 100%;
  text-align: center;
}
.hde_teaser__container .hde_teaser__content .hde_teaser__block .hde_teaser__image a img {
  max-width: 100%;
  height: 100%;
  object-fit: contain;
}

.breadcrumbs {
  display: flex;
  align-items: center;
  margin-top: 76px;
  margin-bottom: 78px;
  font-size: 20px;
  font-weight: 600;
  letter-spacing: 1.5px;
  line-height: 1.25;
}
@media screen and (max-width: 900px) {
  .breadcrumbs {
    margin-top: 31px;
    margin-bottom: 24px;
    font-size: 15px;
    line-height: 1.53;
  }
}
@media screen and (max-width: 600px) {
  .breadcrumbs {
    margin-top: 21px;
    margin-bottom: 11px;
  }
}
.breadcrumbs a {
  color: #002F5D;
  transition: all 0.3s ease-in-out;
}
.breadcrumbs a:hover, .breadcrumbs a:focus {
  color: #009EE3;
}
.breadcrumbs span {
  color: #B0B0B0;
}
.breadcrumbs .glyphicon-triangle-right:before {
  margin: 0 0.5em;
  color: #B0B0B0;
}

.module-cnv-tags-selected .list-title {
  margin: 8px 0;
  font-size: 25px;
  font-weight: bold;
  line-height: 1.28;
  letter-spacing: 0.2px;
  text-align: center;
  color: #68C1C0;
}
@media screen and (min-width: 900px) {
  .module-cnv-tags-selected .list-title {
    font-size: 38px;
    line-height: 1.18;
    text-align: left;
  }
}
.module-cnv-tags-selected .overview-title {
  font-size: 20px;
  font-weight: 600;
  letter-spacing: 1.5px;
  line-height: 1.25;
  text-align: center;
}
@media screen and (min-width: 900px) {
  .module-cnv-tags-selected .overview-title {
    text-align: left;
  }
}
.module-cnv-tags-selected .overview-title.margin-y-1 {
  margin: 30px 0;
}
.module-cnv-tags-selected .overview-list {
  list-style: none;
  padding: 0;
}
.module-cnv-tags-selected .overview-list-item {
  padding: 10px 0 20px 0;
  border-bottom: 3px solid #d6d6d6;
  text-align: center;
}
@media screen and (min-width: 900px) {
  .module-cnv-tags-selected .overview-list-item {
    font-size: 38px;
    line-height: 1.18;
    text-align: left;
  }
}
.module-cnv-tags-selected .overview-list-item:first-child {
  padding-top: 0;
}
.module-cnv-tags-selected .overview-list-item:last-child {
  border-bottom: 0;
  margin-bottom: 50px;
}
.module-cnv-tags-selected .article-info .create {
  display: block;
  margin: 10px 0 15px;
  font-size: 15px;
  font-weight: bold;
  line-height: 23px;
  letter-spacing: 1px;
  text-align: center;
  color: #68C1C0;
}
@media screen and (min-width: 900px) {
  .module-cnv-tags-selected .article-info .create {
    margin-top: 0;
    text-align: left;
    font-size: 18px;
    line-height: 20px;
  }
}
.module-cnv-tags-selected .article-info .create:after {
  content: unset;
}
.module-cnv-tags-selected .article-intro {
  color: #6b6b6b;
  text-align: left;
  line-height: 1.41;
  letter-spacing: 0.3px;
  font-size: 17px;
}

.cnv_newsletter {
  height: 70px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #002F5D;
  margin: 1px 0;
  width: calc(100% + 50px);
  margin-left: -25px;
}
@media screen and (min-width: 992px) {
  .cnv_newsletter {
    width: unset;
    margin-left: unset;
  }
}
.cnv_newsletter a {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #FFFFFF;
  font-size: 17px;
  font-weight: 600;
  margin: 0 auto;
  transition: all 0.3s ease-in-out;
  width: 100%;
  height: 100%;
}
.cnv_newsletter a:hover {
  color: #F29318;
}

.mod-custom_sitebar {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #FFFFFF;
  background-color: #00AB97;
  font-size: 17px;
  font-weight: 600;
  width: calc(100% + 50px);
  margin-left: -25px;
}
@media screen and (min-width: 992px) {
  .mod-custom_sitebar {
    width: unset;
    margin-left: unset;
  }
}
.mod-custom_sitebar p {
  margin: revert;
}
.mod-custom_contacts {
  color: #707070;
  margin: 2em 0;
  font-size: 17px;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.35;
  letter-spacing: 0.3px;
  text-align: left;
}
.mod-custom_contacts b, .mod-custom_contacts strong, .mod-custom_contacts .itemTitle {
  font-weight: 600;
}
.mod-custom_contacts .itemTitle {
  color: #002F5D;
  font-size: 30px;
  margin-bottom: 1em;
  line-height: 1.33;
  letter-spacing: 0.4px;
  text-align: left;
}
.mod-custom_contacts b, .mod-custom_contacts strong {
  color: #002F5D;
  font-size: 17px;
}
.mod-custom_contacts joomla-hidden-mail a, .mod-custom_contacts span * > a {
  color: #707070;
}

.item-page {
  display: flex;
  flex-direction: column;
}
.item-page h1.article-detail-title {
  font-size: 45px;
  font-weight: 600;
  line-height: 1.18;
  letter-spacing: 0.2px;
  color: #00AB97;
  max-width: 1000px;
  text-align: left;
}
@media screen and (max-width: 600px) {
  .item-page h1.article-detail-title {
    font-size: 25px;
  }
}
.item-page .img-fulltext-left {
  width: 60%;
  margin-bottom: 50px;
}
.item-page .img-fulltext-left img {
  margin-left: 0;
  width: 100%;
}
@media screen and (max-width: 900px) {
  .item-page .img-fulltext-left {
    width: 100%;
  }
}
@media screen and (max-width: 600px) {
  .item-page .img-fulltext-left {
    margin-left: -25px;
    width: calc(100% + 50px);
    margin-bottom: 20px;
  }
}
.item-page p, .item-page ul, .item-page ol {
  color: #6b6b6b;
  text-align: left;
  line-height: 1.41;
  letter-spacing: 0.3px;
  font-size: 17px;
  max-width: 1000px;
}
.item-page p .hide_attachments_token, .item-page ul .hide_attachments_token, .item-page ol .hide_attachments_token {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  position: relative;
  height: 47px;
  background-color: #00AB97;
  border-radius: 26px;
  max-width: 237px;
  margin-top: 2em;
  border: 3px solid #FFFFFF;
  transition: all 0.3s ease-in-out;
}
.item-page p .hide_attachments_token:hover, .item-page ul .hide_attachments_token:hover, .item-page ol .hide_attachments_token:hover {
  border-color: #00AB97;
  background-color: #FFFFFF;
}
.item-page p .hide_attachments_token:hover a, .item-page ul .hide_attachments_token:hover a, .item-page ol .hide_attachments_token:hover a {
  color: #00AB97;
}
.item-page p .hide_attachments_token:hover a > *, .item-page ul .hide_attachments_token:hover a > *, .item-page ol .hide_attachments_token:hover a > * {
  color: #00AB97;
}
.item-page p .hide_attachments_token:hover a:before, .item-page ul .hide_attachments_token:hover a:before, .item-page ol .hide_attachments_token:hover a:before {
  color: #00AB97;
}
.item-page p .hide_attachments_token a, .item-page ul .hide_attachments_token a, .item-page ol .hide_attachments_token a {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  width: 100%;
  height: 100%;
  font-size: 16px;
  font-weight: 600;
  color: #FFFFFF;
  transition: all 0.3s ease-in-out;
  letter-spacing: 1.5px;
}
.item-page p .hide_attachments_token a:before, .item-page ul .hide_attachments_token a:before, .item-page ol .hide_attachments_token a:before {
  font-family: "Glyphicons Halflings";
  content: "\e259";
  color: #FFFFFF;
  transition: all 0.3s ease-in-out;
}
.item-page p .hide_attachments_token a > *, .item-page ul .hide_attachments_token a > *, .item-page ol .hide_attachments_token a > * {
  background-color: transparent;
  color: #FFFFFF;
  transition: all 0.3s ease-in-out;
}
.item-page .article-info {
  margin-top: 14px;
  margin-bottom: 33px;
}
.item-page .article-info dd {
  font-size: 20px;
  font-weight: 600;
  color: #00AB97;
  line-height: 1.25;
  letter-spacing: 1px;
}
@media screen and (max-width: 900px) {
  .item-page .article-info dd {
    line-height: 1;
    font-size: 16px;
  }
}

.com-content .category-desc {
  color: #6b6b6b;
  text-align: left;
  line-height: 1.41;
  letter-spacing: 0.3px;
  font-size: 17px;
  margin-top: 20px;
  padding-bottom: 20px;
  border-bottom: 3px solid #d6d6d6;
}

/*# sourceMappingURL=compiled.css.map */
