@font-face {
    font-family: designer;
    src: url(../font/Designer.otf);
}

@font-face {
    font-family: Creato;
    src: url(../font/CreatoDisplay-Light.otf);
}

body,
.bg-body-tertiary,
header {
    background-color: black !important;
}

header {
    z-index: 2;
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
}

.navbar-toggler {
    margin-top: 1rem;
    margin-left: 1rem;
    border: 0px;
}

.navbar-toggler-icon {
    width: 2rem;
}

.nav-link {
    z-index: 2;
    margin-top: 1rem;
    margin-left: 1rem;
    margin-bottom: 1rem;
    font-size: larger;
}

.content {
    margin-top: 50px;
}

.carousel {

    margin-bottom: 20px;
}

.carousel-inner {
    z-index: -1;
    background-color: white;
    padding: 5px;
}

.carousel-control-prev,
.carousel-control-next {
    opacity: 1 !important;
    margin: -12%;
}

.profil-pic {
    background-color: white;
    padding: 5px;
    margin-bottom: 20px;
}

h1 {
    margin: 20px;
    margin-bottom: 20px;
}

h1,
h2 {
    color: white;
    text-align: center;
    font-family: designer;
}

h2 {
    margin-bottom: 20px;
}

h4,
h5,
h3,
h5 a {
    color: white;
    text-align: center;
    font-family: designer;
    margin-top: 35px;
    margin-bottom: 20px;

}

p {
    font-family: creato;
    font-size: large;
    color: white;
    text-align: justify;
    margin-bottom: 15px;
}

.nav-projects {
    text-align: center;
}

.nav-projects a {
    font-size: larger;
    font-family: creato;
    color: gray;
}

.nav-projects a:hover {
    color: white;
}

section,
.geschenkegutschein {
    margin-top: 50px;
}

.info {
    text-align: center;
}

/*fotomappe*/
.img-fotomappe {
    margin-top: 30px;
    background-color: white;
    padding: 5px;
}

.hover-container {
    position: relative;
    overflow: hidden;
}

.hover-text {
    position: absolute;
    color: white;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.3);
    transition: left 0.5s ease-out, opacity 0.5s;
    opacity: 0;
}

.hover-text ul {
    margin-left: 0.5%;
    list-style-type: none;
}

.hover-text ul li {
    font-family: creato;
    margin-bottom: 1%;
}

.hover-container:hover .hover-text,
.hover-container:focus-within .hover-text {
    left: 0;
    opacity: 1;
}

/*cd*/

#corporate-design ul li {
    color: white;
    font-family: creato;
    list-style-type: none;

}

#corporate-design ul li:before {
    content: '-> ';
}

#corporate-design ul li:hover {
    text-decoration: underline;
}

.img-logo {
    height: 250px;
    padding: 5px;
}

.cd {
    background-color: white;
    padding: 5px;
    margin-bottom: 5px;
}

footer {
    border-top: white solid 5px;
    margin-top: 100px;
    margin-bottom: 30px;
}

/*Imprint */
.contact ul {
    list-style: none;
    text-align: center;
}

.address p {
    text-align: center;
}

a {
    font-family: creato;
    color: white;
    text-decoration: none;
}

.address a:hover,
.contact a:hover {
    text-decoration: underline white;
}

.social-media {
    text-align: center;

}

.imprint .col-11 p {
    text-align: center;

}