@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url(https://cdn.boersenmedien.com/static/inter/v13/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa25L7SUc.woff2) format("woff2");
  unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url(https://cdn.boersenmedien.com/static/inter/v13/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1ZL7.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  box-sizing: border-box;
  font-weight: 300;
}

html {
  font-size: 16px;
  width: 100%;
  font-display: swap;
  scroll-behavior: smooth;
}

body {
  font-family: "Inter", sans-serif;
  color: #232323;
  -webkit-font-smoothing: antialiased;
}

h1 {
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 16px;
}

h2 {
  font-size: 1rem;
  font-weight: 700;
  margin-bottom: 16px;
}

p {
  margin-bottom: 2em;
  line-height: 1.6em;
  font-weight: 400;
}

p:last-child {
  margin-bottom: 0;
}

p.paragraph-small small {
  display: inline-block;
  font-size: 0.75rem;
  line-height: 1.6em;
}

a.text-link {
  color: #232323;
}

strong {
  font-weight: 700;
}

.text-center {
  text-align: center;
}

.content-short {
  max-width: 960px;
}

.container {
  max-width: 1360px;
  padding: 32px 20px;
}

.container.container-short {
  max-width: 840px;
}

@media screen and (min-width: 768px) {
  .container {
    max-width: 1360px;
    padding: 32px 40px;
    margin: 0 auto;
  }
}
#page-header {
  margin-bottom: 32px;
}

#page-header img {
  display: block;
  width: 100%;
  max-width: 280px;
  margin: 0 auto;
}

.origin-boersenmedien #page-header img {
  width: 100%;
  max-width: 306px;
  margin-top: 30px;
}

.origin-boerseonline #page-header img {
  max-width: 180px;
  margin-top: 30px;
}

.origin-deraktionaer #page-header {
  width: 260px;
  padding: 19px 21px;
  background-color: #e91b2d;
  margin-left: auto;
  margin-right: auto;
}

.origin-deraktionaer #page-header img {
  filter: invert(100%) sepia(0%) saturate(0%) hue-rotate(93deg) brightness(103%) contrast(103%);
  width: 100%;
}

#page-footer .container {
  padding: 20px 20px;
  font-size: 0.75rem;
}

#page-footer .container + .container {
  border-top: 1px solid #232323;
}

#page-footer nav ul {
  list-style: none;
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  gap: 20px 50px;
}

#page-footer nav ul a {
  color: #232323;
  text-decoration: none;
}

.info-icon {
  display: inline-block;
  width: 16px;
  height: 16px;
  background-image: url("https://images.boersenmedien.com/images/46fadd52-4eae-4354-8b96-928ab25809cc.svg");
  vertical-align: middle;
}

.broker-list {
  list-style: none;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
  margin: 8px 0 24px;
}

.broker-list li {
  display: block;
  border: 1px solid #ececec;
  border-radius: 8px;
  box-shadow: 0px 6px 12px 0px rgba(0, 0, 0, 0.0392156863);
  width: 100%;
  aspect-ratio: 3/1.7;
  transition: all 0.2s ease;
  padding: 2px;
  background-clip: padding-box;
}

.broker-list li:hover {
  border: 2px solid rgb(31, 153, 238);
  padding: 0px;
}

.broker-list li a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}

.broker-list li a img {
  width: 100%;
  height: 100%;
  max-width: 70%;
  max-height: 70%;
  transition: all 0.2s ease;
}

.broker-list li:hover a img {
  max-width: 73%;
  max-height: 73%;
}

.notice-container {
  padding: 24px;
  margin: 0 -24px;
  border-radius: 8px;
}

#borkerize-info img {
  margin-bottom: 16px;
}

#borkerize-info.animate {
  animation: marknotice 1.3s;
  animation-delay: 0.5s;
}

@keyframes marknotice {
  0% {
    background-color: rgb(255, 255, 255);
  }
  40% {
    background-color: rgba(246, 255, 0, 0.34);
  }
  80% {
    background-color: rgba(246, 255, 0, 0.34);
  }
  100% {
    background-color: rgb(255, 255, 255);
  }
}
@media screen and (min-width: 468px) {
  .broker-list {
    gap: 24px;
  }
  .broker-list li {
    aspect-ratio: 3/1;
  }
  .broker-list li a img {
    max-width: 50%;
    max-height: 50%;
  }
  .broker-list li:hover a img {
    max-width: 53%;
    max-height: 53%;
  }
}
@media screen and (min-width: 768px) {
  .broker-list {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media screen and (min-width: 1024px) {
  .broker-list {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
}

/*# sourceMappingURL=scss.css.map */
