@font-face {
  font-family: "TT Norms";
  src: url("../fonts/3ABECF_0_0.woff2") format("woff2"),
    url("../fonts/3ABECF_0_0.woff") format("woff");
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: "TT Norms";
  src: url("../fonts/3ABECF_12_0.woff2") format("woff2"),
    url("../fonts/3ABECF_12_0.woff") format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "TT Norms";
  src: url("../fonts/3ABECF_10_0.woff2") format("woff2"),
    url("../fonts/3ABECF_10_0.woff") format("woff");
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: "TT Norms";
  src: url("./fonts/3ABECF_E_0.woff2") format("woff2"),
    url("./fonts/3ABECF_E_0.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "TT Norms";
  src: url("./fonts/3ABECF_D_0.woff2") format("woff2"),
    url("./fonts/3ABECF_D_0.woff") format("woff");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: "TT Norms";
  src: url("./fonts/3ABECF_6_0.woff2") format("woff2"),
    url("./fonts/3ABECF_6_0.woff") format("woff");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "TT Norms";
  src: url("./fonts/3ABECF_2_0.woff2") format("woff2"),
    url("./fonts/3ABECF_2_0.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

body * {
  font-family: "TT Norms", Arial;
  letter-spacing: 0;
  font-weight: 400;
}

h3 {
  color: #000;
  font-style: inherit;
  text-align: center;
  line-height: 1.1;
  font-size: 32px;
  margin-top: 2.4rem;
  margin-bottom: 1.2rem;
}

p {
  margin-top: 0rem;
  margin-bottom: 1.2rem;
}

a {
  color: #000;
  text-decoration: none;
}

body strong {
  font-weight: 600;
}

.navbar {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 20px 0;
}

.lisca-newsletter * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.lisca-newsletter {
  justify-content: center;
  display: flex;
  flex-direction: column;
  background-position: left top;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: scroll;
}

.row-full-width-inner {
  width: 100%;
  max-width: 850px;
  box-sizing: border-box;
  margin-left: auto;
  margin-right: auto;
}
.column-group {
  display: flex;
}

.column {
  display: flex;
  flex-direction: column;
  background-position: left top;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: scroll;
}

.column {
  justify-content: flex-start;
  width: 50%;
  align-self: stretch;
}

.column.background-image {
  background-image: url(./images/nw_bg.webp);
  background-position: calc(100% + 130px) top;
}

form {
  width: 100%;
  float: left;
  padding: 15px 0 15px;
}

.form-group {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.form-group .input {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 20px;
}

.form-group input,
.form-group select {
  width: calc(100% - 120px);
  border: 1px solid #000;
  background: #fff;
  text-align: left;
  text-transform: none;
  font-size: 14px;
  height: 42px;
  line-height: 42px;
  padding: 0 15px;
}

select:not([multiple]) {
  -webkit-appearance: none;
  -moz-appearance: none;
  background: #fff
    url("data:image/svg+xml;utf8,<svg viewBox='0 0 140 140' width='14' height='14' xmlns='http://www.w3.org/2000/svg'><g><path d='m121.3,34.6c-1.6-1.6-4.2-1.6-5.8,0l-51,51.1-51.1-51.1c-1.6-1.6-4.2-1.6-5.8,0-1.6,1.6-1.6,4.2 0,5.8l53.9,53.9c0.8,0.8 1.8,1.2 2.9,1.2 1,0 2.1-0.4 2.9-1.2l53.9-53.9c1.7-1.6 1.7-4.2 0.1-5.8z' fill='black'/></g></svg>")
    no-repeat;
  background-position: calc(100% - 12px) 16px;
}

.form-group .action.subscribe {
  font-size: 14px;
  line-height: 42px;
  height: 42px;
  padding: 0;
  width: 120px;
  border: none;
  text-align: center;
  margin-top: 15px;
}

.action.primary {
  display: inline-block;
  background-color: #000;
  border: 1px solid #000;
  color: #fff;
  cursor: pointer;
  transition-duration: 300ms;
  transition-property: background-color;
  border-radius: 0px;
  -o-border-radius: 0px;
  -ms-border-radius: 0px;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
}

.action.primary:hover {
  background: #393939;
}

.form-group .action.subscribe span {
  color: #fff;
  font-size: 14px;
  line-height: 1;
  text-transform: none;
}

.terms-condition-container {
  position: relative;
  text-align: center;
}

.terms-condition-container label {
    cursor:pointer;
}

.terms-condition-container label a {
    text-decoration: underline;
}

input[type="checkbox"] {
  position: relative;
  width: 17px;
  height: 17px;
  margin: 2px 6px 0 0;
  top: 2px;
  cursor: pointer;
}

.error-msg {
  color: red;
  margin-top: 5px;
}

::-webkit-input-placeholder {
  color: #a2a2a2;
  font-size: 12px;
  font-style: italic;
  padding-left: 5px;
}

.narocnik-obstaja {
    display: none;
    color: red;
}

.success {
  display: none;
}

.success-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-top: 25px;
  padding: 10px;
  background: #e3ffe3;
  border: 1px solid green;
  border-radius: 10px;
  text-align: center;
}

.success-icon svg {
  width: 30px;
}

.fadeInUp {
  animation: 1.5s fadeInUp;
}

@keyframes fadeInUp {
  0% {
    transform: translateY(10%);
    opacity: 0;
  }
  100% {
    transform: translateY(0%);
    opacity: 1;
  }
}

.footer {
  display: flex;
  justify-content: center;
  width: 100%;
  padding: 60px 0 0 0;
}

.footer span {
  font-size: 12px;
  text-align: center;
}

@media (min-width: 768px) {
  .lisca-newsletter {
    margin-top: 20px;
  }

  .column {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
}

@media (max-width: 767px) {
  .column-group {
    flex-wrap: wrap;
  }

  .column {
    background-attachment: scroll !important;
    flex-basis: 100%;
    max-width: 100%;
  }
}
