/**
 * @file
 * Use this CSS file to override components CSS rules
 */


@media all {
.region-banner {
    background-image:  url("../../kepek/ISAO_cimlap.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    color: #fff;
    height: 300px;
    position: relative;
}

#block-description {
    padding: 15px;
    font-weight: 600;
    font-size: 1.2em;
}

#block-registrationbutton {

}

#block-registrationbutton .field {
    text-align: center;
}
.reg-button a {
    padding: 15px 30px;
    background: #fff;
    border: 1px solid #fff;
    border-radius: 5px;
    display: none;
}

.region-content-top {
    display: flex;
    flex-wrap: wrap;
}

.col-md-12 h2.title {
    font-size: 18px;
    padding-bottom: 15px;
    margin: 0 0 40px 0;
    border-bottom: 1px solid #e7e7e7;
    text-transform: uppercase;
    font-weight: 500;
    text-align: left;
    color: #7b2600;
}

details summary[role="button"] {
    font-family: 'Roboto Condensed', Arial Narrow, Arial, Sans-serif;
    font-size: 18px;
    padding: 15px;
    margin: 0 0 40px 0;
    border-bottom: 1px solid #e7e7e7;
    text-transform: uppercase;
    font-weight: 500;
    cursor: auto;
}

h2.title,
details summary[role="button"] {
    color: #7b2600;
}

.col-md-12 h2.title {
    padding-bottom: 40px;
    text-align: left;
}
.featured-bottom__section {
  padding: 40px 0 100px;
}
.content-top__section {
  padding: 120px 0 60px;
}
.content-top-highlighted__section {
  padding: 40px 0;
}
.main-content__section,
.sidebar__section {
  padding: 40px 0 40px;
}

.red {
    color: red;
}

.details-wrapper .form-composite > legend {
    border: 0;
}

fieldset legend {
  text-transform: none;
}

h3 {
    font-size: 18px;
}

.flex {
    display: flex;
}
.margo {
    padding: 0 1.5em;
    display: flex;
}
.datum {
    font-weight: 700;
    min-width: 7em;
    padding-right: 1.5em;
}
.ora {
    min-width: 7em;
}
.szoveg {
   font-weight: normal;
}
}


@media (min-width: 768px) {

#block-organizingandprogrammecommittee ul {
    padding-left: 1em;
}
}



@media (min-width: 992px) {
.header__container .col-md-4 {
    width: 50%;
}
.header__container .col-md-8 {
    width: 50%;
}

.region-banner {
    background-image:  url("../../kepek/ISAO_cimlap.jpg");
    background-position: top right;
    background-repeat: no-repeat;
    background-size: cover;
    color: #fff;
    height: 480px;
    position: relative;
}
#block-description {
    width: 40vw;
    position: absolute;
    bottom: 85px;
    left: 85px;
}

#block-registrationbutton {
    width: 40vw;
    position: absolute;
    bottom: 50px;
    left: 100px;
    font-weight: 600;
    font-size: 1.2em;
}

}

@media (min-width: 1200px) {
#block-aimsandscope {
   padding-right: 6em;
}
.content-top__section .block {
    width: 50%;
}
}
