/* css document */
*{
  margin: 0;
  padding: 0;
  font-weight: normal;
  text-decoration: none;
  position: relative;
  /*display: block;*/
  font-family: Arial, Tahoma;  
}

body {
  background: #ffffff;
}

a:hover {
  text-decoration: underline; 
}

#wrapper {
  width: 100%;
  height: auto;
}

.clear {
  clear: both;
}

strong.bold {
  font-weight: bold;
  color: #272523;  
}

/*--------------------> header */
#header-container {
  width: 100%;
  height: 257px;
  background: url(/images/header-background.png) top left repeat-x;
}

#header-container .inner {
  width: 1000px;
  height: 257px;
  margin: 0 auto;
}


#header-container.small,
#header-container.small .inner {
  height: 217px;
}

/*--------------------> menu */
#menu {
  width: auto;
  height: auto;
}

#menu ul {
  width: 300px;
  list-style: none;
  margin: 45px 0 0 0;
}

#menu ul.left {
  float: left;
  text-align: right;
}

#menu ul.right {
  float: right;
  text-align: left;
}

#menu ul li {
  line-height: 30px;
}

#menu a {
  font-family: 'Palatino Linotype';
  font-variant: small-caps;
  font-size: 17px;
  color: #6b6c69;  
}

#menu a:hover,
#menu a.selected {
  text-decoration: none;
  color: #074b7c;
}

#menu ul.left a {
  background: url(/images/menu-arrow-left.png) center right no-repeat;
  padding-right: 22px;
}

#menu ul.right a {
  background: url(/images/menu-arrow-right.png) center left no-repeat;
  padding-left: 22px;  
}

/*--------------------> logo */
#logo {
  position: absolute;
  left: 330px;
  top: 10px;  
}

/*--------------------> pictureline */
#pictureline-container {
  width: 100%;
  height: 463px;
  background: url(/images/pictureline-background-big.png) center left repeat-x;  
}

#pictureline-container .inner {
  width: 1000px;
  height: 463px;
  margin: 0 auto;  
}

#pictureline-container.small {
  height: 97px;
  background: url(/images/pictureline-background-small.png) center left repeat-x;  
}

#pictureline-container.small .inner {
  height: 257px;  
}

#slider {
  position: absolute;
  width: 1000px;
  height: 435px;
  background: url(/images/slider-background.png) center top no-repeat;
  top: -64px;
  left: 0;
}

#pictureline-container.small #slider {
  padding: 0 0 29px 0;
}

#introtext ul {
  padding-top: 260px;
  height: 150px;
  list-style: none;
}

#introtext ul li {
  float: left;
  /*width: 275px;*/
  width: 33%;
  height: 150px;
  overflow: hidden;
  padding: 0 29px;
}

#introtext ul li:nth-child(2) {
  border-left: 1px solid rgba(255, 255, 255, .35);
  border-right: 1px solid rgba(255, 255, 255, .35);
  padding: 0 28px;    
}

#introtext h2 {
  font-family: 'Palatino Linotype';
  font-variant: small-caps;
  font-size: 22px;
  color: #ffffff;
  letter-spacing: 1px;  
}

#introtext p {
  font-size: 13px;
  line-height: 19px;
  color: #ffffff;
  opacity: 0.7;
  margin-top: 15px;
  text-align: justify;      
}

/*--------------------> content */
#content-container {
  width: 100%;
  height: auto;
  background: url(/images/header-background.png) top left repeat-x;    
}

#content-container .inner {
  width: 1000px;
  height: auto;
  margin: 0 auto;
  padding-bottom: 60px;    
}

/*--------------------> content left */
#content-container .left {
  width: 525px;
  float: left;
  padding: 30px 20px 0 0;
}

#content-container .content-left {
  width: 715px;
  padding: 0;
}

#content-container h1 {
  font-family: 'Palatino Linotype';
  font-variant: small-caps;
  font-size: 28px;
  color: #272523;
  letter-spacing: 1px;
  margin-bottom: 20px;
}

#content-container h2 {
  font-family: 'Palatino Linotype';
  font-variant: small-caps;
  font-size: 22px;
  color: #074b7c;
  letter-spacing: 1px;
  margin-bottom: 15px;
}

#content-container p {
  font-size: 14px;
  color: #3a3a3a;
  line-height: 20px;
  margin: 15px 0;
  text-align: justify;
}

#content-container ul,
#content-container ol {
  padding-left: 30px;
}

#content-container li {
  font-size: 14px;
  color: #3a3a3a;
  line-height: 20px;
  text-align: justify;
}

#content-container p.map {
  text-align: center;
}

#content-container p a {
  text-decoration: underline;
  color: #074b7c;
}

#content-container p span.info {
  color: #074b7c;
}

#content-container .content-content {
  margin-top: -10px;
  background: #ffffff;
  padding: 40px 30px 0 30px;
  background: url(/images/content-gradient.png) top left repeat-x;  
}

#content-container p.quote {
  border-bottom: #ececec 1px solid;
  padding-bottom: 5px;
  text-indent: 35px;
  background: url(/images/quote.png) 0 4px no-repeat;
  margin-top: 0;
  padding-top: 10px;    
}

#content-container p.quote span {
  display: block;
  font-style: italic;
  margin-top: 5px;
  color: #074b7c;
  text-indent: 0;    
}

/*--------------------> registration_container */
#registration_container .row {
  margin-bottom: 10px;
}

#registration_container .row .col {
  font-size: 14px;
  color: #074b7c;
  border-bottom: #ececec 1px solid;
  float: left;
  width: 200px;
  margin-right: 10px;        
}

#registration_container input,
#registration_container select,
#registration_container textarea {
  border: none;
  border-radius: 10px;
  background: #ececec;
  resize: none;
  padding: 5px 10px;
  width: 320px;
  font-size: 13px;
  color: #373737;  
}

#registration_container select {
  width: 320px;
}

#registration_container textarea {
  height: 150px;
}

#registration_container input.button {
  font-family: 'Palatino Linotype';
  text-transform: uppercase;
  font-size: 16px;
  color: #ffffff;
  letter-spacing: 1px;
  text-align: center;
  background: #074b7c;
  border-radius: 10px;
  padding: 10px 0;
  margin-top: 10px;
  display: inline-block;
  text-decoration: none;
  box-shadow: 0px 0px 7px #888888;
  cursor: pointer;
  margin-left: 210px;
  width: 320px;  
}

/*--------------------> right */
#content-container .right {
  width: 455px;
  float: left;
}

#content-container .content-right {
  width: 285px;
}

#content-container .toregistration {
  width: 445px;
  height: auto;
  margin-top: -10px;
  padding: 5px;
  float: left;
  background: -webkit-linear-gradient(#e9e9e9, #ffffff); /* For Safari */
  background: -o-linear-gradient(#e9e9e9, #ffffff); /* For Opera 11.1 to 12.0 */
  background: -moz-linear-gradient(#e9e9e9, #ffffff); /* For Firefox 3.6 to 15 */
  background: linear-gradient(#e9e9e9, #ffffff); /* Standard syntax */ 
}

#content-container .toregistration .insideborder {
  width: auto;
  height: auto;
  border: 5px solid rgba(255, 255, 255, .35);
}

#content-container .toregistration h2 {
  font-family: 'Palatino Linotype';
  font-variant: small-caps;
  font-size: 28px;
  color: #6b6c69;
  letter-spacing: 1px;
  margin: 30px 0 20px 0;
  text-align: center;
}

#content-container .toregistration p {
  font-size: 14px;
  color: #6b6c69;
  line-height: 20px;
  margin: 15px 20px;
  text-align: center;
}

#content-container .toregistration p span {
  font-size: 18px;
  font-weight: bold;
  line-height: 22px;
}

#content-container a.button {
  font-family: 'Palatino Linotype';
  text-transform: uppercase;
  font-size: 16px;
  color: #ffffff;
  letter-spacing: 1px;
  text-align: center;
  background: #074b7c;
  border-radius: 10px;
  padding: 10px 30px;
  margin-top: 10px;
  display: inline-block;
  text-decoration: none;
  box-shadow: 0px 0px 7px #888888;
}

#content-container .rightpics {
  padding-top: 30px;
}

/*--------------------> footer */
#footer-container {
  width: 100%;
  height: auto;  
}

#footer-container .inner {
  width: 1000px;
  height: auto;
  margin: 0 auto;
  border-top: #074b7c 1px solid;
  padding: 20px 0;  
}

#footer-container p {
  font-size: 13px;
  color: #6B6C69;
  line-height: 18px;
}

#footer-container ul {
  list-style: none;
  margin-top: 2px;
}

#footer-container ul li {
  float: left;
  padding-left: 22px;
  background: url(/images/bullet.png) 8px 8px no-repeat;    
}

#footer-container ul li:first-child {
  padding-left: 0;
  background: none;
}

#footer-container ul li a {
  font-size: 13px;
  color: #6B6C69;
  text-decoration: none;
}

#footer-container ul li a:hover {
  color: #074b7c;
}   

p.cities {
  text-align: center !important;
}

p.cities a.citybutton,
a.subscribebutton {
  font-family: 'Palatino Linotype';
  text-transform: uppercase;
  font-size: 16px;
  color: #ffffff !important;
  letter-spacing: 1px;
  text-align: center;
  background: #074b7c;
  border-radius: 10px;
  padding: 5px 20px;
  margin: 10px 5px 0 5px;
  display: inline-block;
  text-decoration: none !important;
  box-shadow: 0px 0px 7px #888888;
}

p.registration {
  border-top: #074b7c 1px dotted;
  padding-top: 10px;
  margin-top: 30px !important;
}

p.registration a {
  text-decoration: none !important;
}

.datelabel {
  display: inline-block;
  width: 240px;
}

p.highlight-box {
  background: rgba(7,75,124,0.1);
  padding: 15px 20px;
  border-left: #074b7c 5px solid;
  margin: 15px 0 !important;
}

p.highlight-box-2 {
  background: #074b7c;
  padding: 15px 20px;
  border-left: rgba(255,255,255,0.7) 5px solid;
  margin: 15px 0 !important;
  color: #ffffff !important;
  font-size: 18px !important;
  text-align: left !important;
  line-height: 28px !important;
}

/*--------------------> statistic */
.statistic {
  border-bottom: #ececec 1px solid;
  padding-bottom: 5px;
  margin-top: 0;
  padding-top: 10px;
}

.statistic p:first-child {
  color: #074b7c !important;
  font-size: 16px !important;
  margin-top: 5px !important;
}

.statistic p:not(:first-child) {
  margin: 7px 0 !important;
}

.statistic table td {
  background: #ececec;
  padding: 5px;
  font-size: 13px;
}

.statistic .responsive-table {
  max-width: 100%;
  overflow-x: auto;
}

/* -------------------------------------------------------------------------- */

section#important {
  width: 100%;
  padding: 50px 0 0 0;
}

section#important .iwrapper {
  background: #ffebf1;
  border: #ff0000 2px solid;
  border-radius: 5px;
  flex-direction: column;
  padding: 30px 30px 30px 65px;
}

section#important .iwrapper .icon {
  position: absolute;
  top: 35px;
  left: -30px;
}

section#important .iwrapper .ititle {
  display: block;
  font-size: 30px;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #ff0000;
  font-weight: 600;
  text-align: left;
  width: 100%;
  margin-bottom: 15px;
}

section#important .iwrapper .icontent {
  display: block;
  text-align: justify;
  font-size: 14px;
  width: 100%;  
}


section#important .iwrapper .icontent strong {
  display: inline-block;
  font-weight: 600;
}

@media only screen
and (max-width : 1160px) {
  section#important .iwrapper .icon {
    left: -15px;
  }
}

/* -------------------------------------------------------------------------- */

body.kepzesi-hitel #content-container .inner,
body.kepzesi-hitel #content-container .content-left {
  width: 100% !important;
}

section#hitel0-container {
  width: 100%;
  padding: 50px 0 50px 0;
}

section#hitel1-container {
  width: 100%;
  flex-direction: column;
  padding: 50px 0 50px 0;
  flex: 1;
  background: #efefef;
}

section#hitel2-container {
  width: 100%;
  flex-direction: column;
  padding: 50px 0 50px 0;
  flex: 1;
}

section#hitel3-container {
  width: 100%;
  flex-direction: column;
  padding: 50px 0 50px 0;
  flex: 1;
  background: #074b7c;
}

section#hitel3-container .container::after {
  content: '';
  position: absolute;
  right: 50px;
  top: -30px;
  height: calc(100% + 60px);
  width: 100%;
  background: url(../images/check.svg) center right no-repeat;
  background-size: auto 100%;
  opacity: 0.2;  
}

section#hitel4-container {
  width: 100%;
  flex-direction: column;
  padding: 50px 0 50px 0;
  flex: 1;  
}

section#hitel0-container .container,
section#hitel1-container .container,
section#hitel2-container .container,
section#hitel3-container .container,
section#hitel4-container .container {
  flex-direction: column;
  width: 100%;
  max-width: 1000px;
  margin: 0 auto; 
}

section#hitel1-container h2,
section#hitel2-container h2 {
  width: 100%;
  text-align: left;
  justify-content: flex-start;
  text-transform: uppercase;
  color: #074b7c;
  font-weight: 600;
  font-size: 20px;  
  margin: 0;
  padding-left: 35px;  
}

section#hitel1-container h2 span,
section#hitel2-container h2 span {
  color: #074b7c;
  font-size: 50px;
  position: absolute;
  top: -15px;
  left: 0;
  opacity: 0.2;
  font-weight: 700;
}

section#hitel3-container h2 {
  width: 100%;
  text-align: left;
  justify-content: flex-start;
  text-transform: uppercase;
  color: #ffffff;
  font-weight: 600;
  font-size: 24px;  
}

section#hitel4-container h2 {
  width: 100%;
  text-align: left;
  justify-content: flex-start;
  text-transform: uppercase;
  color: #074b7c;
  font-weight: 600;
  font-size: 24px;  
}

section#hitel1-container p,
section#hitel2-container p {
  width: 100%;
  line-height: 30px;
  font-size: 14px;
  text-align: justify;
  margin: 15px 0 0 0;
  display: block;    
}

section#hitel1-container ul,
section#hitel2-container ul,
section#hitel3-container ul,
section#hitel4-container ul {
  flex-direction: column;
  width: 100%;
  align-items: flex-start;
  margin: 0;
  padding: 0;
}

section#hitel1-container ul li,
section#hitel2-container ul li {
  font-size: 14px;
  margin-top: 10px;
  display: block;
  padding-left: 30px;
}

section#hitel3-container ul li {
  font-size: 14px;
  margin-top: 10px;
  display: block;
  padding-left: 40px;
  color: #ffffff;
}

section#hitel4-container ul li {
  font-size: 14px;
  margin-top: 10px;
  display: block;
  padding-left: 40px;
}

section#hitel4-container ul li a {
  display: inline-block;
  color: inherit;
  text-decoration: underline;
}

section#hitel1-container li strong,
section#hitel2-container li strong {
  font-weight: inherit;
  display: inline-block;
  font-weight: 600;
}

section#hitel1-container li::before,
section#hitel2-container li::before {
  font-family: 'Font Awesome 5 Free'; 
  font-weight: 900;  
  content: '\f054';
  color: #074b7c;
  font-size: 24px;
  position: absolute;
  top: -1px;
  left: 0;
}

section#hitel3-container li::before {
  font-family: 'Font Awesome 5 Free'; 
  font-weight: 900;  
  content: '\f00c';
  color: #ffffff;
  font-size: 24px;
  position: absolute;
  top: -1px;
  left: 0;
}

section#hitel4-container li::before {
  font-family: 'Font Awesome 5 Free'; 
  font-weight: 900;  
  content: '\f00c';
  color: #074b7c;
  font-size: 24px;
  position: absolute;
  top: -1px;
  left: 0;
}

section#hitel1-container .infobox,
section#hitel2-container .infobox {
  display: block;
  margin-top: 30px;
  background: rgba(255,255,255,0.5);
  border-radius: 5px;
  padding: 30px 30px 30px 65px;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(7,75,124,0.6);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(7,75,124,0.6);  
}

section#hitel1-container .infobox h3,
section#hitel2-container .infobox h3 {
  font-style: italic;
  color: #074b7c;
  font-size: 18px;
  font-weight: 600;
  display: block;
  margin: 0 0 10px 0;
}

section#hitel1-container .infobox p,
section#hitel2-container .infobox p {
  font-style: italic;
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
  opacity: 0.8;
  display: block;
  margin: 10px 0 0 0;  
}

section#hitel1-container .infobox i,
section#hitel2-container .infobox i {
  color: #074b7c;
  font-size: 60px;
  position: absolute;
  top: 10px;
  left: 20px;
  opacity: 0.2;
}

section#hitel4-container .button {
  background: #074b7c;
  padding: 0 20px;
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  border-radius: 5px;
  text-transform: uppercase;
  letter-spacing: 1px;
  height: 45px;
  margin-top: 50px;
  -webkit-animation: pulsate 2s ease-out;
  -webkit-animation-iteration-count: infinite; 
  animation: pulsate 2s ease-out;
  animation-iteration-count: infinite;
  display: flex;
  align-items: center;
  justify-content: center;
  width: max-content;
  margin: 50px auto 0 auto;  
}

@keyframes pulsate {
  0% { 
    opacity: 0.2;
  }
  50% { 
    opacity: 1.0;
  }
  100% { 
    opacity: 0.2;
  }
}

section#hitel1-container .highlight,
section#hitel2-container .highlight {
  color: #074b7c;
  font-weight: bold;  
}

section#hitel0-container h1 {
  width: 100%;
  text-align: center;
  text-transform: uppercase;
  color: #074b7c;
  font-weight: 600;
  font-size: 28px;  
  margin: 0;
}








.tematika {
  width: 100%;
}

.tematika h3 {
  font-weight: 600;
  margin-top: 30px;
  text-transform: uppercase;
  font-size: 14px;
  border-bottom: #074b7c 1px dotted;
  padding-bottom: 10px;
}

.tematika h4 {
  color: #074b7c;    
  font-weight: 600;
  margin-top: 15px;
  font-size: 14px;
}

.tematika h5 {  
  font-style: italic;
  margin-top: 5px;
  color: #074b7c; 
  font-weight: 600;  
}

.tematika .block {
  display: block;
  padding-left: 10px;
}

.tematika ul {
  list-style: outside disc;
}









.xmas-open {
  flex-direction: column;
  margin: 25px 0 -10px 0;
  padding: 20px 20px 70px 20px;
  background: #074b7c url(../images/xmas-section.png) bottom center repeat-x;
  background-size: auto 50px;
}

.xmas-open h2 {
  text-align: center;
  font-size: 18px !important;
  font-weight: 600;
  color: #ffffff !important;
  text-transform: uppercase;
  font-family: Arial, Tahoma !important;
}

.xmas-open h3 {
  text-align: center;
  font-size: 14px;
  font-weight: 600;
  color: #ffffff;
  margin: 10px 0;
}

.xmas-open h4 {
  text-align: center;
  font-size: 14px;
  font-weight: 400;
  color: #ffffff;
  font-style: italic;
}