@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.11.3/font/bootstrap-icons.min.css");

:root {
    --color-main: #4a5e61;
    --color-bg:#d9e3e7;
}

body {
    font-family: "Titillium Web", Helvetica, Arial, sans-serif !important;
    color: var(--color-main);
}

.bg-main, footer {
    background-color: var(--color-bg);
}

.btn-default {
    background-color: var(--color-main);
}

.form_search input {
    font-size: 0.9rem;
}

.form_search .btn {
    font-size: 0.9rem;
    color: white;
}

.headerbild {
    position: relative;
}

.carousel-caption {
    text-align: left;
    bottom: 250px;
    color: var(--color-main);
    left: 12%;
    top: 20%;
    padding: 0;
}

.carousel-caption.dark {
    text-shadow: 2px 2px 1px #FFFFFF;
}

.carousel-header {
    font-size: 3rem;
}

.carousel-caption p {
    padding-left: 100px;
    font-size: 2rem;
}

.carousel-control-next-icon, .carousel-control-prev-icon {
    width: 3rem;
    height: 3rem;
    background-color: var(--color-main);
    border-radius: 50px;
}

.carousel-control-next, .carousel-control-prev {
    opacity: 1;
    width: 8%;
}

.col-home > .col-12 {

}

.col-home > .col-12 > .item {
    text-align: center;
    background-color: var(--color-bg);
    border: 1px solid var(--color-main);
    height: 100%;
    padding: 0;

}

.txt-box {
    position: relative;
    padding: 3rem 1rem 50px 1rem;
}

.txt-box a {
    position: absolute;
    left: 50%;
    bottom: 1rem;
    transform: translateX(-50%);
}

.img-box {
    position: relative;
    margin-top: 1.5rem;
}

.img-box-txthover {
    position: absolute;
    display:none;
    background-color: white;
    border: 1px solid var(--color-main);
    border-radius: 25px;
    padding: 0.8rem;
    z-index: 10;
    font-size: 0.8rem;
}


.img-box-txthover:nth-child(2) {
    left:0;
    bottom: 50%;
    transform: translateY(50%);
}

.img-box-txthover:nth-child(3) {
    left:50%;
    bottom: 0%;
    transform: translateX(-50%) translateY(100%);
}

.img-box-txthover:nth-child(4) {
    right:0%;
    bottom: 50%;
    transform: translateY(50%);
}

.img-box-txthover:nth-child(5) {
    left:50%;
    top: 0;
    transform: translateX(-50%) translateY(-100%);
}

#imgbox-2 .img-box-txthover:nth-child(2) {
    left:0;
    bottom: 60%;
    transform: none;
}

#imgbox-2 .img-box-txthover:nth-child(5) {
    left:0;
    top: 80%;
    transform: none;
}

#imgbox-3 .img-box-txthover:nth-child(2) {
    left:0;
    bottom: 60%;
    transform: none;
}

#imgbox-3 .img-box-txthover:nth-child(5) {
    left:0;
    top: 80%;
    transform: none;
}

.btn-primary {
    background-color: var(--color-main);
    color: white;
    border-color: var(--color-main);
}

.btn-primary:hover {
    background-color: white;
    color: var(--color-main);
}

.post-it .imgfull {
    margin-top: 0px !important;
}

.imgfull {
    width: 100%;
    margin-top: 15%;
    margin-bottom: 1%;
    height: auto;
}

.img-fluid-max {
    width: 100%;
    height: auto;
}

.post-it-bg {
    z-index: -99;
    position: absolute;
}

.post-it {
    position: absolute;
    z-index: 2;
    /* margin-top: -17%; */
    /* margin-left: 42%; */
    width: 23%;
    min-width: 150px;
    visibility: visible;
    right: 20px;
    bottom: 0;
    transform: translateY(-200px);
}

.post-it .post-it-rot {
    z-index: 1;
    font-family: 'Patrick Hand', cursive;
    font-size: 1.3rem;
    position: absolute;
    margin-top: 2rem;
    line-height: 140%;
    color: #ba121d;
    margin-left: 3rem;
}

a {
    color: var(--color-main);
}

footer a {
    color: var(--color-main);
}

.footer-image {
    text-align: center;
}

footer h2 {
    font-size: 1.3rem;
    font-weight: bold;
}

.footer-item {
    padding: 1rem;
}

.footer-image {
    margin-bottom: 1rem;
}

.footer-image img {
    width: 100%;
    height: auto;
}

.table>:not(caption)>*>* {
    padding: .5rem .5rem;
    color: inherit;
    background-color: transparent;
    border:0;
    box-shadow: none;
}

main.subpage {
    border-top: 20px solid;
    padding-top: 1rem;
}

.box {
    border: 1px solid;
    height: 100%;
}

.box > .box-text {
    padding: 1rem;
}

@media (min-width: 992px) {
    .text-columns {
        column-count: 2;
        column-gap: 30px;
    }
}