/*!
 * Start Bootstrap - Modern Business (https://startbootstrap.com/template-overviews/modern-business)
 * Copyright 2013-2019 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap-logomodern-business-nav/blob/master/LICENSE)
 */
body {
    font-family: 'Trajan Pro', Georgia, "Times New Roman", Times, serif;

}

a {
    color: #212529;
}

a:hover,
a:focus {
    color: #3f0102;
}

.logo-brand {
    font-variant: small-caps;
    color: #fff;
    font-size: 32px;
    font-family: 'Trajan Pro', Georgia, "Times New Roman", Times, serif;
}

.logo-brand:hover {
    color: #fff;
    text-decoration: none;
}

.portfolio-item {
    margin-bottom: 30px;
}

h3 {
    background: #3f0102;
    color: #fff;
    padding: 10px;
}

.navbar-wrap {
    background: #3f0102;
    padding: 20px;
    margin-top: 15px;
}

.content .container {
    border: 10px solid #3f0102;
    margin-top: 10px;
}

.goethe-logo {
    width: 120px;
}
.navbar-nav li:first-child{
    padding-left: 0;
}
.navbar-nav li {
    font-family: 'Trajan Pro', Georgia, "Times New Roman", Times, serif;
    font-size: 20px;
    text-align: left;
    font-weight: bold;
    padding-right: 40px;
    padding-left: 40px;
}

.navbar-nav li:after {
    content: '|';
    position: absolute;
    top: 15px;
    margin-left: -22px;
}

.navbar-nav li:first-child:after {
    display: none;
}


#navbarResponsive {
    border-bottom: 1px solid #3f0102;
}

.navbar-nav li a {
    color: #999 !important;
}

.navbar-nav li a:hover {
    color: #3f0102 !important;
}

.navbar-toggler {
    background: #3f0102;
}

.btn-lang:before {
    content: "►";
    padding-right: 10px;
    font-size: 28px;
}

.btn-lang {
    background: #fff;
    border-radius: 0;
    color: #3f0102;
    font-weight: bold;
}

.btn-lang:hover {
    background: #3f0102;
    color: #fff;
}

.font-bold{
    font-weight: 600;
}
.bt-1 {
    border-right: 1px solid #fff;
}

.tex-left {
    text-align: left;
}
.daf_logos {
    border-top: 1px solid #3f0102;
    border-bottom: 1px solid #3f0102;
    margin-bottom: 15px;
}
.daf_logos img{
    padding: 20px;
}
/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {

    .navbar-nav li {
        padding-right: 0;
        padding-left: 0;
    }


}

/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 600px) {
    .navbar-nav li {
        padding-right: 0;
        padding-left: 0;
    }


}

/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) {
    .navbar-nav li {
        padding-right: 0;
        padding-left: 0;
    }

}

/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) {
    .navbar-nav li {
        padding-right: 20px;
        padding-left: 20px;
    }


}

/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1200px) {
    .navbar-nav li {
        padding-right: 20px;
        padding-left: 20px;
    }

}