.footer-container {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(350px, 1fr));
    /* grid-template-columns: min-content, minmax(350px, 1fr) min-content, minmax(350px, 1fr) (min-content, minmax(350px, 1fr); */
    /* grid-template-columns: minmax(350px, 1fr) minmax(250px, 1fr) auto; */
    grid-gap: 15px;
    }
.footer-container > div {
    font-size: 12px;
    padding: .5em;
    color: #ffffff;
    text-align: center;
}
.footer-content {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(350px, 1fr));
    grid-gap: 15px;
}
.footer-content > div {
    font-size: 12px;
    padding: .5em;
    color: #ffffff;
    text-align: center;
}

#footer {
    color: #254b7f;
    background:#2e446d;
    padding: 10px;
    height: auto;
    clear: both;
}
#footer .footer-container {
    margin: 0px auto;
    max-width: 1240px;
}
#footer .footer-container .row {
    display: flex;
    height: auto;
    padding: 10px;
    border-bottom: 2px solid #0767b3;
}
.col-newsletter div div.footer-col-title, .col-social-media div.footer-col-title, .col-questions div.footer-col-title {
    margin: 10px;
    color: #3ec6fb;
    font-size: 1.8em;
    font-style: italic;
    font-weight: bold;
    letter-spacing: 1px;
    width: 100%;
}
.col-newsletter div span#newsletter-span-info {
    width: 100%;
    font-size: 1.4em;
    letter-spacing: 1px;
    font-style: italic;
}
.span-info {
    width: 100%;
    font-size: 1.2em;
    letter-spacing: 1px;
    font-style: italic;
    display: block;
    margin: 10px;
    color: white;
}
.span-content {
    font-size: 1.2em;
    font-weight: 700;
    margin: 0px;
    color: white;
}
.span-content li {
    margin-bottom:5px;
    padding-left: 10px;
}
#newsletterForm {
    margin: 0px auto;
    width: 100%;
}

#newsletterMail {
    padding: 10px;
    width: 240px;
    border-radius: 5px 0px 0px 5px;
}
#newsletterMailSubmit {
    width: 100px;
    padding: 10px;
    background: #106196;
    border-radius: 0px 5px 5px 0px;
    color: white;
}
#footer #footer-content .footer-block-menu-title, #footer #footer-content .footer-block-linki-title, #footer #footer-content .footer-block-kontakt-title {
    border-bottom: 0px solid #555;
    margin: 0px;
    color: #106196;
    font-size: 1.3em;
    font-style: italic;
    font-weight: bold;
    letter-spacing: 1px;
    color: #3ec6fb;
}
.w20 p {
    color: #d0d0d0;
}
.w20 a {
    color: #d0d0d0 !important;
}
#footer #footer-content a {
    color: #b4b8bf;
}
#footer #footer-content a:hover {
    color: #fff;
}
#footer #footer-content > div img {
    width: 70%;
    display: block;
    margin: 4% auto;
    margin-top: 4%;
    margin-top: 0;
}
.address-white {
    color:white !important;
}

/* #footer {
  color: #fff;
  height: auto;
  clear: both;
  background: #d9ecf9;
} */
#footer #newsletter {
  background: #d9ecf9;
  color: #fff;
  text-align: center;
}
#footer #newsletter > div {
  max-width: 1240px;
  margin: 0 auto;
  padding: 10px 0;
  padding-right: 0px;
  padding-right: 0px;
  font-size: 1.5em;
  text-align: right;
  min-height: 70px;
  line-height: 50px;
  width: 100%;
  word-break: break-word;
  display: inline-block;
  border-bottom: 2px solid #2e446d;
}
#footer #newsletter > div form {
  display: inline-block;
}
#footer #newsletter > div a {
  color: #09a0f1;
  font-weight: 700;
}
#footer #newsletter > div input[type="checkbox"] {
  width: 20px;
  height: 20px;
  position: relative;
  top: 4px;
  margin-right: 9px;
}
#footer #newsletter > div input[type="text"] {
  padding: 7px 8px;
  border: none;
  transition: box-shadow 0.3s, border 0.3s;
  width: 265px;
  color: #555;
  font-family: inherit;
  margin-left: 5px;
}
#footer #newsletter > div input[type="submit"] {
  font-family: inherit;
  width: 30px;
  height: 30px;
  position: relative;
  top: 0px;
  left: -4px;
  background: #09a0f1;
  color: #fff;
  margin: 10px 0px;
}
#footer #newsletter > div input[type="submit"]:disabled {
  color: #555;
  background: #ddd;
}
#footer #newsletter .checkbox {
  border: 1px solid #dddddd;
  width: 21px;
  height: 21px;
  background: #fff;
  border-radius: 4px;
  display: inline-block;
  overflow: hidden;
  position: relative;
  top: 6px;
  right: 5px;
}
#footer #newsletter .checkbox.checked {
  background: #ffffff url(../img/icon_check.png) no-repeat center center;
}
#footer #newsletter div#checkboxRegulamin {
  border: 1px solid #dddddd;
  width: 21px;
  height: 21px;
  background: #fff;
  border-radius: 4px;
  display: inline-block;
  overflow: hidden;
  position: relative;
  top: 6px;
  right: 5px;
}
#footer #newsletter div#checkboxRegulamin.checked {
  background: #ffffff url(../img/icon_check.png) no-repeat center center;
}
#footer #newsletter #newsletterCaptcha {
  margin-left: 0px;
  width: 20px;
}

#footer #newsletter-span-accept {
  overflow: hidden;
  display: block;
  float: left;
  text-align: left;
  font-size: 1.2em;
  line-height: 1.2em;
  width: 135%;
  min-width: 465px;
  color:#fff
}
#footer #newsletter-span-accept a {
  color:#3ec6fb;
  display:block
}
#footer #newsletter-span-accept .newsletter-reg {
  margin-top: 3px;
  padding-left: 43px;
}

#footer #newsletter-span-accept .newsletter-text {
  padding: 7px 0;  
}

#footer #newsletter-span-accept .checkbox {
  border: 1px solid #d1d1d1;
  float: left;
  top: 0;
  right: 0;
  margin: 20px 10px;
  width: 16px;
  height: 16px;
  background: #39578e;
  cursor: pointer;
}

#footer #newsletter-span-accept .checkbox.checked {
  background: #3ec6fb;
  cursor: pointer;
}

#footer #newsletter-ikon {
  float: left;
}
#newsletter-span-info {
  float: left;
  margin: 0px;
}
#newsletter-span-error-1,
#newsletter-span-captcha,
#newsletter-span-accept {
  float: left;
}
#newsletter-span-error-1 {
  margin: 0px 11px;
  display: block;
  color: #ff8e8e;
  width: 100%;
  font-size: 15px;
}
#newsletter-span-captcha {
  font-size: 12px;color: white;padding-left: 14px;
}
#newsletterForm {
  float: left;
  margin: 10px 15px;
}

#footer #footer-content {
  max-width: 1240px;
  margin: 0 auto;
  padding: 20px 0px;
  font-size: 1.4em;
  color: #d1d1d1;
  width: 100%;
}
#footer #footer-content > div {
  display: inline-block;
  width: 19%;
  margin: 0 0.3%;
  min-width: 200px;
  vertical-align: top;
}
#footer #footer-content > div h5 {
  padding-bottom: 10px;
  border-bottom: 1px solid #555;
  font-size: 1.4em;
}
#footer #footer-content a {
  display: block;
  color: #fff;
}
#footer #footer-content a:hover {
  color: #09a0f1;
}
#footer #footer-content > div img {
  width: 56%;
  display: block;
  margin: 8% auto;
  margin-top: 0;
}
#footer #footer-copyright {
  font-size: 1.2em;
  text-align: center;
  background: #26395c;
  color: #e2e2e2;
  padding: 8px 0;
}

@media (max-width: 620px) {
    #footer #footer-content > div {
        margin-top: 10px;
    }
    #footer-block-menu {
        width: 100% !important;
        max-width: 100%;
    }
    #footer-block-linki {
        width: 100% !important;
        max-width: 100%;
    }
    /* #footer-block-kontakt {
        width: 100% !important;
        max-width: 100%;
    } */
    #footer #footer-content #footer-block-linki .footer-block-linki-title, #footer #footer-content #footer-block-menu .footer-block-menu-title, #footer #footer-content #footer-block-kontakt .footer-block-kontakt-title {
        text-align: center;
    }
    #footer #footer-content #footer-block-menu a, #footer #footer-content #footer-block-linki a {
        font-size: 18px;
        text-align: center;
        padding: 5px;    
        width: max-content;
        float: left;  
    }
    #footer #footer-content #footer-block-menu a::after {
        margin-left:10px;
        content: '|';
    } 
    #footer #footer-content #footer-block-linki a::after {
        margin-left:10px;
        content: '|';
    }    
}