h1, h2, h3, h4, h5, h6, span{
    font-family: 'Roboto',sans-serif;
    font-weight: bold;
}

.main-footer h1, .main-footer h2, .main-footer h3, .main-footer h4, .main-footer h5, .main-footer h6 {
	font-family: 'Roboto',sans-serif;
	font-weight: 700;
	font-size: 1em;
	margin-top: 0;
}

.main-footer p, .main-footer li, .main-footer blockquote, .main-footer cite, .main-footer dd, .main-footer .btn {
	font-family: 'Roboto',serif;
	font-weight: 300;
}

.main-header__admin-link,.main-header__lang-link {
    padding: .25em .5em;
    margin-left: 0.5em;
    background-color: #c10b0b;
    color: #fff;
    cursor: pointer
}

.main-header__admin {
	display: flex;
    font-size: smaller;
    float: right;
}

/* Body background image */
.indexSite {
    /* background-image: url("https://geotherm-journal.com/public/journals/1/homepageImage_de_DE.png"); */
    background-repeat: no-repeat;
    background-position: initial;
   background-size: cover
}

.indexSite .main-footer a{
  color: white !important;
}

.indexSite .main-footer{
    background-color: transparent;
    border: 0px;
}

.indexSite .pkp_structure_head {
    background-color: transparent;
    border-bottom: none;
}

.indexSite .main-header {
    background-color: transparent;
}

/* Title logo */
.indexSite .main-header__title {
    background-image: url("https://geotherm-journal.com/public/journals/1/homepageImage_de_DE.png");
    background-repeat: no-repeat;
    background-position: center;
    height: 110px;
    margin: 5vh auto 5vh auto;
}

.indexSite .main__header,
.indexSite .is_img,
.indexSite #languageNav,
.indexSite .img-thumbnail, .indexSite p {
    display: inline-block;
}

.indexSite .has_thumb {
    box-shadow: 0 4px 6px 0 rgba(0, 0, 0, 0.5);
    transition: .3s;
    flex: 0 1 600px;
    display: flex;
    flex-direction: column;
    background-color: white;
}

.indexSite .has_thumb:hover {
    box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.5);
}

.indexSite .index-site__journals {
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
}

.indexSite .index-site__journals li {
    margin: 0.5em;
	background: lightgrey;
	
}


.indexSite main a:after,
.indexSite aside a:after {
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
    border-bottom: none;
}

/* First journal card image */
.indexSite .img-wrapper[href="https://geotherm-journal.com/index.php/gtj/home"] {
    /* background-image: url("https://geotherm-journal.com/public/journals/1/journalThumbnail_de_DE.jpg"); */
    background-size: cover;
    width: 100%;
    height: 130PX;
    background-repeat: no-repeat;
}

/* Second journal card image*/
.indexSite .img-wrapper[href="https://geotherm-journal.com/index.php/gtjw"] {
    /* background-image:  url("https://geotherm-journal.com/public/journals/1/journalThumbnail_de_DE.jpg"); */
    background-size: cover;
    width: 100%;
    height: 10PX;		/* anstatt 130 px */
    background-repeat: no-repeat;

}


.indexSite h3 {
    text-align: center;
    margin: 0.5em;
}

.indexSite p {
    padding: 0.5em;
}

.indexSite .btn-secondary {
    display: none;
}

.indexSite .btn-primary {
    width: 100%;
    box-shadow: 0 4px 6px 0 rgba(0, 0, 0, 0.38);
    border: none;
}

.indexSite .btn-primary:hover,
.indexSite .btn-primary:not(:disabled):not(.disabled).active,
.indexSite .btn-primary:not(:disabled):not(.disabled):active,
.indexSite .show>.btn-primary.dropdown-toggle {
    background-color: #b10d28;
    color: #fff;
    border: none;
}

.indexSite .row:first-child(div) {
    max-width: 100%;
}

@media (min-width: 992px) {
    .indexSite .col-lg-8 {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .indexSite .offset-lg-2 {
        margin-left: 0%;
    }
}

@media (min-width: 768px) {
    .indexSite .col-md-10 {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .indexSite .offset-md-1 {
        margin-left: 0%;
    }
}

.indexSite .index-site__links {
    margin-top: auto;
}
