@charset "utf-8";

/* CSS Document */
body {
    background: url('../img/bg-preseminar.jpg') #FFF no-repeat top center;
    background-size: contain
}

#seminar {
    padding: 0;
}

@media (max-width:768px) {
    #seminar {
        padding: 0
    }

}

@media (max-width:727px) {
    body {
        background: none
    }

    .triplisted .thumbnail .caption h2 {
        font-size: 22px !important
    }

    .thumbnail {
        margin-bottom: 0 !important
    }

}

@media (max-width:992px) {
    .triplisted .thumbnail .caption {
        padding: 20px 5px !important;
        min-height: 100px !important;
        max-height: 100px !important;
    }

    .triplisted .thumbnail .caption h2 {
        font-size: 22px !important
    }

}

.underline {
    border-bottom: 1px dashed #CFCFCF;
    padding-bottom: 40px;
}

.underline:last-child {
    border-bottom: none
}

.preseminar h2, .preseminar h3 {
    font-family: 'Prompt', sans-serif;
}

.preseminar h2 {
    font-size: 28px;
    color: #000 !important
}

.preseminar h3 {
    font-size: 28px;
    color: #333 !important;
    padding-bottom: 30px;
    border-bottom: 1px solid #CCC;
}

.preseminar h4 {
    font-family: 'Prompt', sans-serif;
    font-size: 23px;
    color: #999;
    line-height: 1em
}

.en {
    font-size: 18px
}

.ilisted i {
    margin-right: 10px
}

.ilisted a {
    font-size: 22px;
    background: #95cece;
    color: #FFF;
    padding: 10px 20px;
    text-align: left;
    margin: 1px 0;
    overflow: hidden;
    white-space: nowrap;
    text-decoration: none;
    text-overflow: ellipsis;
    display: block;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-transition: background 0.5s linear;
    -moz-transition: background 0.5s linear;
    -ms-transition: background 0.5s linear;
    -o-transition: background 0.5s linear;
    transition: background 0.5s linear;
}

.ilisted a:hover {
    background: #2c9e9e !important;
}

.ilisted .active {
    background: #2c9e9e !important;
}

.listspace {
    padding-top: 150px
}

@media(max-width:767px) {
    .listspace {
        padding-top: 30px;
    }

}

.borderbottom:last-child {
    border-bottom: none
}

.preseminar {
    padding-bottom: 20px;
    min-height: 260px;
    display: block;
    border: 1px solid #DADADA
}

.preseminar h3 {
    border-bottom: none;
    margin-bottom: 10px;
    padding: 0
}

.preseminar h4 {
    margin: 0;
    margin-bottom: 10px;
}

.listspace {
    padding-top: 0
}

.btn-group {
    display: flex;
    flex-direction: row;
}

.btn-group button {
    color: #FFF;
    font-size: 22px;
    border-radius: 10px;
}

.btn-group button:first-child {
    width: 100%;
    text-align: left
}

.btn-group .btn.focus, .btn-group .btn:focus, .btn-group .btn:hover {
    color: #FFF !important
}

.dropdown-menu a, .dropdown-menu a:hover {

    /*  background: none transparent;
    border-radius: 0 !important*/
}

.dropdown-menu a:hover {
    color: #FFF !important
}

.dropdown-menu {
    width: 100%
}

.m50 {
    margin: 50px 0;
}

.mt50 {
    margin: 50px 0 0 0;
}

.mb50 {
    margin: 0 0 50px 0;
}

.headline {
    padding: 10px 15px;
    margin-bottom: 20px;
    border-bottom: 2px dotted #EAEAEA
}

.en {
    font-size: 20px
}

h1 {
    font-family: 'Prompt', sans-serif;
    font-weight: 600
}

h3.head {
    font-family: 'Prompt', sans-serif;
    font-weight: 600;
    font-size: 25px !important
}

.downloadlist {
    padding: 0 20px;   /* border-left: 2px dotted #EAEAEA*/
}

ul.downloadlist {
    list-style: none;
}

.downloadlist li {
    list-style-position: outside;
    font-family: 'Prompt', sans-serif;
    font-size: 1.1em !important;
    background: #EAEAEA;
    padding: 10px 60px 10px 20px !important;
    margin: 0 1px 5px 0;
    border-radius: 5px
}

.mt-30 {
    margin-top: 30px;
}

.downloadlist li a {
    color: #333;
}

.downloadlist li:hover {
    background-color: #DADADA;
    transition: all ease-in-out .5s
}

.downloadlist li.form {
    background: #0CF
}

.downloadlist li.form:hover {
    background: #08def8;
}

.downloadlist li a:after {
    content: "\f019";
    font-family: 'FontAwesome';
    display: block;
    color: #999;
    position: absolute;
    right: 50px;
    display: inline-block;
    font-size: 20px;
    margin: 5px 10px 0 0
}

.downloadlist li a.block {
    cursor: no-drop
}

.downloadlist li a.block:after {
    content: "\f0ad"
}

#content {
    margin: 0;
    border-bottom: 2px dotted #EAEAEA;
    padding-bottom: 30px
}

.downloadlist small {
    padding: 20px 0;
    display: inline-block;
    font-size: 1em;
}

.tripimg {
    border: 5px solid #DADADA;
}

.btn-download {
    padding: 20px 30px;
    background: #F00;
    color: #FFF;
    font-size: 18px
}

.btn-download:hover {
    color: #FFF
}

.btn-download small {
    display: inline-block;
    font-size: 11px
}

@media (max-width:992px) {
    body {
        background: none;
    }

    .downloadlist li a:after {
        content: ""
    }

    #content {
        margin: 10px 0 0 0
    }

    #seminar {
        padding: 0 !important;
    }

}

.headerbox {
    display: block;
    width: 100%;
}

.headerbox h2 {
    color: #333;
    display: block;
    margin: 0 auto;
    text-align: center;
    font-weight: 400;
    padding: 40px 0 0 0;
}

.downloadlist li a {
    font-size: 16px
}

.downloadlist li.active {
    background-color: #990000;
    color: #FFF
}

.downloadlist li.active a {
    color: #FFF
}

.downloadlist li a:after {
    margin: 0 !important;
}

.downloadlist li.subset {
    padding: 20px !important;
    margin: 20px 0;
    background-color: transparent !important;    /*border: 1px solid #eaeaea;*/
    border-radius: 0;
}

ol {
    list-style: none;
    counter-reset: cupcake;
    padding: 0
}

ol li {
    counter-increment: cupcake;
}

ol li:before {
    content: counters(cupcake, ".") ". ";
}

.subset li a:after {
    right: 70px;
}

.subset span {
    padding: 20px 0;
    display: block;
    font-size: 20px;
    font-weight: 600
}
