/* BENTHACK SCHIERHOLZ JOOMLA 5 w BOOTSTRAP 5 CSS 2023/2024 */
* {
  margin: 0;
  padding: 0;
}
html, body {
  height: 100%;
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  font-size: 15px;
  line-height: 21px;
  color: #484848;
}
body {
  background: #fff;
}
h1, h2, h3, h4, h5 {
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  font-variant: normal;
  color: #00305e;
  font-size: 22px;
  line-height: 26px;
  margin: 0 0 10px 0;
}
h4 {
  font-size: 20px;
  line-height: 24px;
  margin: 0 0 15px 0;
}
h5 {
  font-weight: 700;
  font-size: 15px;
  line-height: 21px;
  color: #484848;
}
a {
  transition: all 300ms linear 0s;
  -webkit-transition: all 300ms linear 0s;
  -moz-transition: all 300ms linear 0s;
  -ms-transition: all 300ms linear 0s;
  -o-transition: all 300ms linear 0s;
  color: #00305e;
  text-decoration: none;
}
a:hover, a:active, a:focus, a:visited {
  text-decoration: underline;
  transition: all 300ms linear 0s;
  -webkit-transition: all 300ms linear 0s;
  -moz-transition: all 300ms linear 0s;
  -ms-transition: all 300ms linear 0s;
  -o-transition: all 300ms linear 0s;
  color: #00305e;
}
strong {
  font-weight: 700;
}
em {
  font-style: italic;
}
hr {
  border: 0;
  border-top: 1px solid #eee;
  border-bottom: 1px solid #ddd;
  color: inherit;
  margin: 1rem 0;
}
[class*="span"] {
  min-height: 0px;
}
.clearfix:after {
  content: "";
  display: table;
  clear: both;
}
img {
  max-width: 100%;
}
ul ul {margin-bottom:1rem;}
/**** ALL CONTENT ****/
.section-mobile-nav {
  padding: 10px 0;
}
.section-mobile-nav .mobile-nav {
  width: 50%;
  float: left;
}
.section-mobile-nav .mobile-logo {
  width: 50%;
  float: left;
}
.section-top {
  min-height: 60px;
  margin: 15px 0;
}
/*PROMO AREA*/
.promobox .custom {
  color: #00305e;
  background-color: #e6f3ff;
  padding: 6px 5px 3px 0;
  width: 225px;
  border-radius: 5px;
  font-size: 13px;
  line-height: 16px;
}
.promobox .custom strong {
  text-transform: uppercase;
  font-size: 14px;
}
.promobox .custom p {
  margin: 0;
}
.promobox .custom i {
  float: left;
  padding: 3px 10px 0 5px;
  font-size: 40px;
}
/*LOGO*/
.main-logo .custom {
  max-width: 100%;
}
.main-logo .custom p {
  margin: 0;
  text-align: right;
}
/*SLIDER*/
.main-slider {}
/**MENU OVERRIDES*/
.dj-megamenu-default {
  font-family: 'Roboto Condensed', sans-serif !important; /*font-family: 'Roboto', sans-serif!important;*/
}
.dj-megamenu-default li a.dj-up_a {
  float: left;
  display: block;
  height: 44px !important;
  line-height: 44px !important;
  background: transparent;
  font-size: 14px !important;
  font-weight: 400 !important;
  padding: 0 10px 0 10px !important;
}
.dj-megamenu-default li a.dj-up_a .title {
  font-size: 14px !important;
  font-weight: 400 !important;
}
.dj-megamenu-default li a.dj-up_a span {
  height: 44px !important;
  line-height: 44px !important;
}
.dj-megamenu-default li a.dj-up_a .arrow, .dj-megamenu-default li a.dj-up_a.withsubtitle .arrow {
  right: 10px !important;
}
.dj-megamenu-default li a.dj-up_a span.dj-drop {
  padding: 0 15px 0 0 !important;
}
.span.dj-drop {
  padding: 0 10px 0 0 !important;
}
/*SPECIAL EVENT ICONS IN NAVIGATION
.dj-icon.fa-solid.fa-ghost {
	color: #fff;
	font-size: 16px;
	padding: 0;
}*/
/*MOBILE NAVIGATION*/
.dj-megamenu-select-dark .dj-mobile-open-btn, .dj-megamenu-offcanvas-dark .dj-mobile-open-btn, .dj-megamenu-accordion-dark .dj-mobile-open-btn {
  font-size: 30px !important;
  background: #fff !important;
  color: #00305e !important;
  width: 40px !important;
  height: 40px !important;
}
#dj-megamenu112mobile.dj-megamenu-select-light .dj-mobile-open-btn, #dj-megamenu112mobile.dj-megamenu-offcanvas-light .dj-mobile-open-btn, #dj-megamenu112mobile.dj-megamenu-accordion-light .dj-mobile-open-btn {
  background: #ffffff !important;
}
#dj-megamenu112mobile.dj-megamenu-select-light .dj-mobile-open-btn, #dj-megamenu112mobile.dj-megamenu-offcanvas-light .dj-mobile-open-btn, #dj-megamenu112mobile.dj-megamenu-accordion-light .dj-mobile-open-btn {
  color: #00305e !important;
}
.dj-mobile-open-btn.active .dj-mobile-open-icon, .dj-megamenu-select-light .dj-mobile-open-btn:focus, .dj-megamenu-select-light:hover .dj-mobile-open-btn, .dj-megamenu-offcanvas-light .dj-mobile-open-btn:hover, .dj-megamenu-offcanvas-light .dj-mobile-open-btn:focus, .dj-megamenu-accordion-light .dj-mobile-open-btn:hover, .dj-megamenu-accordion-light .dj-mobile-open-btn:focus {
  background: #ffffff !important;
  color: #e4e4e4;
}
/*MOBILE SUB SIDEBOX TOP*/
.section-sidebox-top-mobile .container .shortcut-icons-mobile {
  background-color: #00305e;
  padding: 10px 10px 10px 30px;
}
.section-sidebox-top-mobile .container p {
  margin: 0;
}
.section-sidebox-top-mobile .container .fas, .section-sidebox-top-mobile .container .fab {
  color: #fff;
  font-size: 20px;
  padding: 0 10px;
}
.section-sidebox-top-mobile .container .shortcut-icons-mobile a:hover {
  color: #e51724;
}
/*BASIC CONTENT FORMATS*/
.section-main .main-content, .content-upper, .content-lower {
  margin: 0;
}
.main-content {
  padding: 40px 0 20px 0;
}
.page-header {
  margin-bottom: 25px;
}
.com-content-article.item-page li {
  margin-bottom: 7px;
}
.com-content-article.item-page li:last-child {
  margin-bottom: 0;
}
.item-image {
  padding: 0;
  max-width: 250px;
}
.items-leading {
  margin: 0 0 20px 0;
}
.main-content img {
  max-width: 100%;
}
.category-desc {
  margin: 0 0 40px 0;
}
.item {
  margin: 0 0 40px 0;
}
/*BASIC CONTENT LARGE FONTAWESOME ICONS*/
.section-main .far, .section-main .fas, .section-main .fab, .section-main .fa-regular, .section-main .fa-solid {
  font-size: 40px;
  padding: 0 30px 30px 0;
  color: #00305e;
  text-align: center;
}
/*SIDEBOX CONTAINER*/
.shortcut-icons h3, .pressekontakt h3, .stellenangebote h3, .suche h3, .katalogfeature h3, .sortiment-list h3, .moduletable-chronik h3 {
  font-weight: 400;
  margin: 0 0 20px 0;
}
.moduletable.shortcut-icons, .moduletable.suche {
  margin: 40px 0 20px 0;
}
.moduletable.sidebox-hours {
  background-color: #efefef;
  padding: 15px 15px 5px 15px;
  margin: 0 0 30px 0;
}
/*SIDEBOX APPOINTMENT PROMO*/
.appointment-promobox {
  background-color: #e6f3ff;
  padding: 12px;
  margin: 0 0 30px 0;
}
.appointment-promobox a, .appointment-promobox strong {
  color: #00305e;
  text-decoration: none;
}
.appointment-promobox a:hover {
  color: #fff;
  text-decoration: none;
}
.appointment-promobox p:first-child, .appointment-promobox p:last-child {
  margin: 0;
}
.appointment-promobox img {
  margin: 0 0 10px 0;
  width: 100%;
}
.section-main .sideboxes i {
  padding-left: 5px !important;
}
/*SIDEBOX PRAKTIKUM*/
.karriere-info {
  padding: 10px;
  background-color: #e6f3ff;
  margin: 0 0 40px 0;
}
/*SIDEBOX CTA LINKS*/
.karriere-info p {
  margin: 0 0 10px 0;
  padding: 0;
}
.karriere-info img {
  margin: 0 0 10px 0;
  width: 100%;
}
.karriere-c2a, .appointment-c2ta {
  background-color: #00305e;
  color: #fff;
  padding: 5px 10px;
  display: block;
}
.karriere-c2a:hover, .appointment-c2a:hover {
  text-decoration: none;
  color: #fff;
}
.section-main .karriere-c2a i.fa-solid.fa-arrow-pointer, .section-main .appointment-c2a i.fa-solid.fa-arrow-pointer {
  font-size: 16px;
  padding-left: 30px;
  color: #fff;
  display: inline-block;
}
/*CONTENT UPPER SECTION*/
.moduletable.gender-notification {
  margin: 40px 0 0 0;
  background-color: #efefef;
  color: #2d2d2d;
  padding: 15px 15px 5px 15px;
}
.moduletable.gender-notification .fa-solid {
  font-size: 40px;
  padding: 0 15px 0 0;
  color: #00305e;
  float: left;
}
/*CONTENT: FRONTPAGE*/
.frontpage-lead .item-content img, .about-leading .item-content img {
  margin: 20px 0 0 0;
}
/*CONTENT: KONTAKT*/
.kontakt-articles .blog-item{border-radius: 8px;padding:1rem; background-color:#f5f5f5;}
.kontakt-articles .far, .kontakt-articles .fab, .kontakt-articles .fas {
  color: #00305e;
  display: block;
  margin: auto;
}
.kontakt-articles a {
  font-weight: 400;
}
.schautag p {
  display: block;
  text-align: center;
  padding: 15px;
  margin: 0;
  font-size: 19px;
  font-weight: 700;
  color: #00305e;
  background-color: #e6f3ff;
}
/*CONTENT: LEISTUNGEN*/
.section-main .leistungen-articles .btn i {
  font-size: 16px;
  color: #fff;
  margin: 0 4px 0 0;
  padding: 0;
}
/*CONTENT: SERVICE*/
.service-articles .item-content p:first-child {
  text-align: center;
  margin-bottom: 0px;
}
.service-articles .blog-item {
  margin-bottom: 20px;
  text-align: center;
  padding: 20px;
  background-color: #efefef;
}
.section-main .service-articles .blog-item .far, .section-main .service-articles .blog-item .fas, .section-main .service-articles .blog-item .fab, .section-main .service-articles .blog-item .fa-solid {
  display: block;
  margin: auto;
  font-size: 40px;
  padding: 0 0 20px 0;
  color: #00305e;
  text-align: center;
}
.special-notification-box {
  padding: 10px;
  background-color: #e8e8e8;
  overflow: auto;
}
.special-notification-box img {
  padding: 0 20px 0 0;
}
.clearfix::after {
  clear: both;
  display: block;
}

/*HINWEISBOX*/ 
.hinweisbox-top {padding: 10px;
  background-color: #ebebeb;font-size:1.1rem;line-height:1.4rem;border:1px solid #ccc;border-radius: 5px;}

/*CONTENT: KARRIERE*/
.karriere-articles .fields-container {
  font-size: 14px;
  line-height: 19px;
  padding: 10px;
  border: solid 1px #ccc;
  background-color: #efefef;
}
.karriere-articles .fields-container .field-entry {
  line-height: 20px;
}
.karriere-articles .fields-container .field-value {
  font-weight: 700;
}
.moduletable.hrteam .mod-custom {
  background-color: #00305e;
  color: #fff;
  padding: 1rem;
  display: block;
  margin: 30px 0;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.moduletable.hrteam strong {
  font-size: 20px;
}
.moduletable.hrteam a i{
  color: #fff!important;
  font-size: 36px;
    padding:0;
}
.moduletable.hrteam a i:hover {
  color: #e6f3ff!important;
}
.moduletable.hrteam img {
  border: 2px solid #fff;
  max-width: 130px;
  float:left; 
  margin:0 1rem 2rem 0;
}

/*KARRIERE AZUBI BASES*/
.item-page.ausbildung .benthack-base .hr-team-card{
    width:300px;
}
.benthack-base .hr-team-card {
  position: relative;
  background-color: #00305e;
  color: #ffffff;
  border: 3px solid #fff;
  font-size: 14px;
  line-height: 18px;
  box-shadow: 0 0 12px 1px #00305e;
  font-weight: 300;
}
.benthack-base .hr-team-card:hover h3 {
  color: #bbff08;
  text-shadow: 0 0 15px #FFF, 0 0 20px #4BA6C1, 0 0 30px #4BA6C1, 0 0 40px #4BA6C1, 0px 0px 10px rgba(255, 255, 255, 0);
}
.benthack-base .hr-team-card .azubi-hr-team {
  position: absolute;
  top: 80px;
  left: 0px;
  z-index: 1001;
}
.benthack-base .hr-team-card-content {
  padding: 10px 1rem 5px 1rem;
}
.benthack-base .hr-team-card h3 {
  color: #ffffff;
  font-weight: 700;
  text-transform: uppercase;
  margin: 0 0 1rem 0;
  padding-top: 1rem;
  font-size: 19px;
  text-align: center;
}
.benthack-base .hr-team-card h3 i {
  font-size: 16px;
  font-weight: inherit;
  margin-right: 5px;
}
.benthack-base .hr-team-card h4 {
  font-size: 17px;
  color: #ffffff;
  padding-left: 92px;
  font-weight: 400;
}
.benthack-base .hr-team-card a i {
  color: #fff;
}
.benthack-base .hr-team-card a i:hover {
  text-shadow: 0 0 15px #FFF, 0 0 20px #4BA6C1, 0 0 30px #4BA6C1, 0 0 40px #4BA6C1, 0px 0px 10px rgba(255, 255, 255, 0);
}
.benthack-base .hr-team-card i {
  font-size: 42px;
  margin-right: 1rem;
}
.benthack-base .hr-team-card a.button {
  color: #00305e;
  font-weight: 700;
  letter-spacing: 1px;
  background-color: #ffffff;
  text-decoration: none;
  text-align: center;
  margin: auto;
  padding: 7px 6px 5px 6px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  display: block;
  margin-bottom: 1rem;
}
.benthack-base .hr-team-card a.button:hover {
  box-shadow: 0 0 8px 3px #4BA6C1;
}
.benthack-base .hr-team-card a.button i {
  font-size: 1rem;
  margin-right: 6px;
  color: #00305e;
}
.benthack-base .hr-team-card .ausbildungen-list p {
  text-align: center;
  margin: 2.5rem 0 1rem 0;
}
.item-page.ausbildung .hr-team-card .ausbildungen-list {
  display: none;
}

.karriere-modules-wrapper > .benthack-base { 
    flex: 1 1 calc(33.333% - 1.5rem); 
    display: flex; 
}

@media (max-width: 1200px) { 
    .karriere-modules-wrapper > .benthack-base {
        flex: 1 1 calc(50% - 1.5rem);
    }
.benthack-base .hr-team-card .azubi-hr-team {
  top: 115px;
}
}
@media (max-width: 768px) { 
    .karriere-modules-wrapper > .benthack-base { 
        flex: 1 1 calc(100%);
    }
.benthack-base .hr-team-card .azubi-hr-team {
  top:25%;
}
}    



.wa-info {
  margin: 20px 0 0 0;
  padding: 5px;
  background-color: #ff0005;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.ausbildung-hinweise {
  margin-top: 40px;
}
.section-main .azubi-info .fa-solid, .section-main .azubi-info .fas {
  padding: 0 30px 0 0
}
.azubi-info td {
  padding: 10px 15px 10px 15px;
  background-color: #eee;
  text-align: left;
  vertical-align: top;
}
.azubi-info tr {
  border-bottom: 10px solid #fff;
}
.azubi-info p {
  margin: 0;
}
/*CONTENT: ÜBER UNS*/
.dl-horizontal dt {
  width: 90px;
  float: left;
  text-align: right;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.dl-horizontal dd {
  margin-left: 100px;
}
.moduletable.ueber-chronik {
  margin: 0 0 30px 0;
}
/*CONTENT: LEGAL*/
.section-main .item-page.content-agb i {
  color: #00305e;
}
a.sidebar-link {
  color: #fff;
  background-color: #ff0005;
  text-decoration: none;
  padding: 5px 10px;
}
a.sidebar-link-ausbildung {
  color: #fff;
  background-color: #00305e;
  text-decoration: none;
  padding: 5px 11px;
  display: block;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
/*CONTENT LOWER SECTION*/
.lower {
  margin: 0 0 20px 0;
  padding: 20px;
  background-color: #e6f3ff;
}
.custom.lowerinfo {
  clear: both;
  margin: 20px 0 0 0;
}
.content-lower .projects-gallery {
  margin: 0 0 20px 0;
  padding: 20px;
  background-color: #e6f3ff;
}
/*BOTTOM SECTION*/
/*FOOTER SECTION*/
.section-footer .container {
  margin-top: 40px;
}
.section-footer .legal-links {
  text-align: center;
}
/*FOOTER MENU*/
.footermenu ul {
  float: left;
  margin: 8px 0 0 0;
}
.footermenu li {
  font-size: 14px;
  font-weight: 400;
  display: block;
  float: left;
  border-right: 1px solid #999;
  text-transform: uppercase;
  padding-left: 13px;
  padding-right: 13px;
}
.footermenu li a {
  text-decoration: none;
  background-color: inherit;
  color: #00305e;
}
.footermenu li a:hover, .footermenu li a:focus {
  text-decoration: underline;
  border-bottom: none;
  background-color: inherit;
}
.footermenu li a:active {}
.footermenu li:last-child {
  border-right: none;
}
.footermenu li:first-child {
  padding-left: 0;
}
.footermenu .current a {
  font-weight: 700;
}
.footer-separator hr {
  border-top: 1px solid #bbb;
  margin: 0 0 10px 0;
}
.footer-address {
  font-family: 'Roboto Condensed', sans-serif;
  text-align: center;
}
/*FIELDS*/
.fields-container dd {
  margin-left: 0;
  font-size: 14px;
}
.fields-container li {
  margin-bottom: 5px;
}
.fields-container, .item-page.ausbildung .fields-container {
  font-size: 14px;
  line-height: 16px;
  padding: 10px;
  border: solid 1px #ccc;
    background-color:#efefef;
    margin-bottom:2rem;
        column-count: 2;
    column-gap: 20px;
}
.fields-container .field-value {
  font-weight: 700;
}
.ausbildung-articles .fields-container .field-value, .item-page.ausbildung .fields-container .field-value {
  font-weight: 700;
}
.footer-social {
  color: #00305e;
  font-size: 40px;
  text-align: center;
}
.copyright .custom {
  margin: 20px 0 0 0;
  font-weight: 700;
  text-align: center;
}
/*SUCHE*/
.search .element-invisible {
  float: left;
  margin: 5px 10px 5px 0;
}
.search .phrases-box label {
  float: left;
  margin-right: 10px;
}
.search .ordering-box {
  clear: both;
}
.search .form-limit label {
  float: left;
  margin: 5px 10px 0 0;
}
.badge {
  padding-right: 9px;
  padding-left: 8px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.badge-info {
  background-color: #00305e;
}
.result-title {
  padding-top: 7px;
}
.result-category .small {
  border-bottom: none;
  font-size: 14px;
  text-transform: uppercase;
  color: #555;
}
.highlight {
  font-weight: 700;
}
dd.published {
  margin-left: 0;
}
.presse .item .page-header {
  margin-bottom: 10px;
}
.article-info {
  margin-bottom: 5px;
}
.icon-calendar:before {
  font-family: "Font Awesome 5 Free";
  content: "\f073";
  display: inline-block;
  padding: 0 6px 0 0;
  vertical-align: middle;
  font-weight: 900;
  color: #aaa;
  margin-bottom: 5px;
  background-image: none;
}
[class^="icon-"], [class*=" icon-"] {
  background-image: none;
}
.icon-chevron-right:before, .icon-rightarrow:before, .icon-arrow-right:before {
  font-family: "Font Awesome 5 Free";
  content: "\f105";
  display: inline-block;
  padding: 0 6px 0 0;
  vertical-align: middle;
  font-weight: 900;
  color: #00305e;
  margin-bottom: 5px;
  background-image: none;
}
.muted {
  text-transform: uppercase;
  font-size: 13px;
}
.fa-small {
  font-size: 20px;
  padding: 0 10px 0 0;
}
/*FIELDS*/
.fields-container dd {
  margin-left: 0;
  font-size: 14px;
}
/*IGNITE GALLERY OVERRIDES*/
.igallery_title {
  margin-bottom: 25px;
}
.igui-light, .igui-overlay-primary {
  color: #fff;
}
.ig-category-description {
  margin-bottom: 40px;
}
.galerie-slider .ig-category-description {
  margin: 20px 0 0 0;
}
#gallery-scope-6411 li {
  list-style: none !important
}
#gallery-scope-6411 .photo-copy {
  font-size: 12px;
  color: #CCC;
}
/*CONVERT FORMS*/
.convertforms .cf-content-wrap, .convertforms .cf-form-wrap {
  padding-top: 0;
}
.main-content .cf-response p {
  margin-bottom: 0;
}
.main-content .convertforms.cf-success .cf-response {
  background-color: #00305e;
  font-weight: 700;
}
/*BOOTSTRAP BUTTONS*/
a.btn {
  color: #fff;
  text-decoration: none;
  text-align: left;
}
.btn-primary {
  background-color: #00305e;
  border-color: #00305e;
  color: #fff;
}
button.btn-primary:focus {
  color: #fff;
}
a.btn-primary {
  color: #fff;
}
.btn-secondary {
  background-color: #fff;
  border: 1px solid;
  border-color: #00305e;
  color: #00305e;
}
a.btn-secondary {
  color: #00305e;
}
.btn-link {
  font-weight: 400;
  color: #fff;
  btn-bg: #00305e;
  btn-border-color: #00305e;
  btn-hover-border-color: transparent;
  btn-active-border-color: transparent;
  btn-disabled-color: #6d757e;
  btn-disabled-border-color: transparent;
  btn-box-shadow: 0 0 0 #000;
  btn-focus-shadow-rgb: 67, 105, 183;
  text-decoration: none;
}
.btn-link:hover {
  color: #fff;
  background-color: #00305e;
}
.section-main .btn i {
  font-size: 16px;
  color: #fff;
  margin: 0 0 0 3px;
  padding: 0; /*FONTAWESOME IN BUTTONS*/
}
.btn:hover {
  color: #fff;
  background-color: #1f5b95;
  border-color: #1f5b95;
}
.btn-secondary:hover {
  color: #00305e;
  background-color: #e6f3ff;
  border-color: #00305e;
}
.btn-check:checked + .btn, .btn.active, .btn.show, .btn:first-child:active, :not(.btn-check) + .btn:active {
  color: #fff;
  background-color: #357fc6;
  border-color: #357fc6;
}
button:focus:not(:focus-visible) {
  color: #00305e;
}
/*COOKIE NOTIFICATION*/
#redim-cookiehint .cookiehead .headline::before {
  font-family: "Font Awesome 5 Free";
  content: "\f564" !important;
  font-weight: 900;
  color: #00305e;
  position: absolute;
  left: 0px;
  top: 0px;
  width: inherit !important;
  height: inherit !important;
  background-image: none !important;
}
#redim-cookiehint .cookiehead .headline {
  padding: 3px 0px 3px 30px !important;
  color: #00305e !important;
}
/* X-Small devices (portrait phones, less than 576px) */
/* No media query for `xs` since this is the default in Bootstrap */
@media (min-width: 128px) {
  .section-main .main-content, .content-upper, .content-lower {
    margin: 15px;
  }
  .kontakt-articles .blog-item .item-content p {
    text-align: center;
  }
}
/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) {
  .section-main .main-content, .content-upper, .content-lower {
    margin: 0;
  }
  .section-main .content-upper, .section-main .content-lower {
    margin: 20px 0 0 20px;
  }
  .kontakt-articles .blog-item .item-content p {
    text-align: center;
  }
  .section-main .far, .section-main .fas, .section-main .fab, .section-main .fa-regular, .section-main .fa-solid, .section-main .fa-brands {
    font-size: 40px;
    padding: 0 40px 30px 0;
    color: #00305e;
    text-align: center;
  }
  .moduletable.gender-notification {
    margin: 20px 0 0 0;
  }
  .section-footer .legal-links {
    text-align: center
  }
}
/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {
  .section-main .main-content {
    margin: 0 0 0 20px;
  }
  .section-main .content-upper, .section-main .content-lower {
    margin: 40px 0 0 20px;
  }
  .footer-address {
    text-align: left;
  }
  .footer-social {
    text-align: right;
  }
  .section-main .far, .section-main .fas, .section-main .fab, .section-main .fa-regular, .section-main .fa-solid, .section-main .fa-brands {
    font-size: 40px;
    padding: 0 15px 30px 0;
    color: #00305e;
    text-align: center;
  }
  .section-footer .legal-links {
    text-align: left;
  }
}
/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {
  .section-main .main-content {
    margin: 0 0 0 20px;
  }
  .section-main .content-upper, .section-main .content-lower {
    margin: 40px 0 0 20px;
  }
  .footer-address {
    text-align: left;
  }
  .footer-social {
    text-align: right;
  }
  .section-footer .legal-links {
    text-align: left;
  }
}
/* X-Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
  .section-main .main-content {
    margin: 0 0 0 20px;
  }
  .section-main .content-upper, .section-main .content-lower {
    margin: 40px 0 0 20px;
  }
  .footer-address {
    text-align: left;
  }
  .footer-social {
    text-align: right;
  }
  .section-footer .legal-links {
    text-align: left;
  }
}
/* XX-Large devices (larger desktops, 1400px and up) */
@media (min-width: 1400px) {
  .section-main .main-content {
    margin: 0 0 0 20px;
  }
  .section-main .content-upper, .section-main .content-lower {
    margin: 40px 0 0 20px;
  }
  .footer-address {
    text-align: left;
  }
  .footer-social {
    text-align: right;
  }
  .section-footer .legal-links {
    text-align: left;
  }
}