@font-face {
    font-family: 'caviar_dreamsregular';
    src: url('../fonts/CaviarDreams-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'open_sanscondensed_light';
    src: url('../fonts/OpenSans-CondLight-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

html, body {
    height: 100%;
    font-family: 'open_sanscondensed_light';
    font-size: 1.1em;
}

h1, h2, h3, h4 {
    font-family: 'caviar_dreamsregular';
    text-decoration: underline;
    margin-bottom: 1em;
    color: #444;
}

body {
    background-image: url('../images/Background-Header.jpg');
    background-attachment: fixed;
    background-position: bottom right;
    background-size: cover;
}

header {
    height: 100%;
}

header.small-banner {
    height: min-content !important;
}

header .header-text {
    position:fixed;
    left: 40px;
    top: 30px;
    font-family: 'caviar_dreamsregular';
    z-index: -1;
}

header .header-text h1 {
    text-decoration: none;
}

header .header-text p {
}

.bg-alt-light{
    background-color: #eeefff;
}

div[itemprop="blogPost"] {
    margin-top:5em;
}


nav#main-navbar.with-header {
    margin-top: -56px;
}

.navbar-light .navbar-nav .nav-link {
    color: #222;
}

li.nav-item.item-101 {
    display:none;
}

.content {
    padding-top: 100px;
    padding-bottom: 100px;
    background-color: #fff;
}

.intermezzo {
    background-size: cover;
    padding-top: 100vh;
    background-attachment: fixed;
    background-repeat: no-repeat;
}

.card-header{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}
.card-header span {
    display: block;
    white-space: pre-line;
}

.card-header span:nth-child(1) {

    flex-grow: 2;
}

.card {
    margin-bottom: 1.2em;
}

#intermezzo-1 {
    background-image: url("../images/industrial-2.jpg");
}

#intermezzo-2 {
    background-image: url("../images/industrial.jpg");
}

#intermezzo-resume {
    background-image: url("../images/eisenbahn.jpg");
}

#intermezzo-blog {
    background-image: url("../images/industrial-3.jpg");
}

#intermezzo-extension {
    background-image: url("../images/industrial-5.jpg");
}

#content-3 {
    background-color: #eee;
}

#content-5 {
    background-color: #ccc;
}

footer {
    border-top: 2px solid #ddd;
    padding-top: 30px;
    padding-bottom: 30px;
    background-color: #eee;
}

.list-group-item.active {
    background-color: #111;
    border-color: #111;
}

.content p a,
.content p a:link,
.content p a:visited,
.content p a:hover,
footer p a,
footer p a:link,
footer p a:visited,
footer p a:hover{
    color: #222;
    font-weight: bold;
}

.fa-4 {
    font-size: 4em !important;
}

#list-tab {
    margin-bottom: 30px;
}

/*@media (min-width: 576px) {*/

/*}*/

@media (min-width: 768px) {
    header .header-text h1 {
        font-size: 6em;
    }

    header .header-text p {
        font-size: 2em;
        padding-left: 100px;
    }
}

/*@media (min-width: 992px) {*/

/*}*/

/*@media (min-width: 1200px) {*/

/*}*/