@import url("https://fonts.googleapis.com/css2?family=PT+Sans+Narrow:wght@700&display=swap");
.page-editor-columns {
  max-width: 650px;
  margin-right: auto;
  margin-left: auto;
  margin-top: 30px;
}

.ContentViewPortlet .content-view-content.main-content .first-line {
  display: none;
}
.ContentViewPortlet .content-view-content.main-content .view-lead p {
  font-size: 16px;
}
.ContentViewPortlet .first-line {
  font-size: 18px;
  color: white;
  font-weight: bold;
  margin-bottom: 30px;
}
.ContentViewPortlet p {
  margin-bottom: 10px;
}

body .dokk-container #main-section {
  margin: 0;
}

[data-embed=embedPanel] {
  display: inline-block;
}

body .view-body table:first-of-type {
  margin: 0 auto;
  width: 100%;
}
body .view-body table:first-of-type td {
  width: 50%;
}
body .view-body table:first-of-type td > p {
  text-align: left !important;
}
body .view-body table:first-of-type img {
  margin-right: 30px;
  display: block;
}
body .view-body table:last-of-type {
  margin: 0 auto;
  width: 100%;
}
body .view-body table:last-of-type td {
  max-width: unset;
  display: inline-block;
  width: 25%;
  vertical-align: middle !important;
}

body header {
  background: #50B4E5;
  min-height: 180px;
  height: auto;
  font-family: "PT Sans Narrow", sans-serif;
  display: flex;
  justify-content: center;
  align-items: center;
}
body header .header-portlet {
  background: #ffe375;
  width: 650px;
  height: 120px;
  margin-right: auto;
  margin-left: auto;
  display: flex;
  justify-content: center;
}
body header .header-portlet img {
  height: 120px;
}
body header .header-portlet .cdi-header-text {
  text-align: center;
  flex-basis: 87%;
  padding-top: 20px;
}
body header .header-portlet .cdi-header-text h1 {
  margin-bottom: 5px;
}
body header h1 {
  font-size: 26px;
  color: #0196da;
}
body header span {
  color: red;
  font-size: 18px;
}

.intro .intro-title {
  padding: 20px 0;
  font-size: 28px;
  text-align: center;
  margin: 0;
}
.intro .nyelvvalaszto {
  display: flex;
  justify-content: center;
  width: 730px;
}
.intro .nyelvvalaszto .nyelvvalaszto-text {
  display: flex;
  flex-direction: column;
  font-size: 18px;
}
.intro .nyelvvalaszto .nyelvvalaszto-text a {
  color: #ffdd00;
  font-weight: bold;
  text-decoration: underline;
  padding: 5px 0;
}
.intro .nyelvvalaszto .nyelvvalaszto-text a:hover {
  text-decoration: none;
}
.intro .nyelvvalaszto img {
  padding: 0 50px;
}
.intro .languages {
  justify-content: center;
  width: auto;
  padding-bottom: 50px;
}
.intro .languages .hu {
  padding-right: 170px;
}
.intro .languages img {
  max-width: 128px;
}