/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 19.01.2020, 18:54:02
    Author     : hingerl
*/

.feature__body.boxed.boxed--border {
    height: 250px;
}
.height-100 {
    height:100vh;
}
@media (min-width: 768px) {
    .hero-text {
        padding: 5px!important;
        margin: 0px!important;
        width:max-content;
    }
    .hero-text2 {
        background-color: inherit;
    }


}

@media (max-width: 768px) {
    .hero-text {
        padding: 5px!important;
        margin: 0px!important;
        font-size:1.9em;
    }
    .hero-text2 {
        background-color: inherit;
    }

    .bock_at_handy {
        display:block;
    }
    .bau2023section .height-100 {
        height:50vh;
    }
}



#nav_bar {
    background-color: #333;
    position: fixed;
    top: 0;
    width: 100%;
    display: block;
    transition: top 0.4s;
    z-index:99999;
}

#nav_bar a {
    float: left;
    display: block;
    color: #f2f2f2;
    text-align: center;
    padding: 15px;
    text-decoration: none;
    font-size: 17px;
}

#nav_bar a:hover {
    background-color: #ddd;
    color: black;
}


.background-image-holder.fix-height {
    top: -30px!important;
    min-height: 10px!important;
}
.menu-horizontal > li:not(:last-child) {
    margin-right: 1.085714286em;
}

.bar {
    padding: 0.85714286em 0;
}
.bar .logo {
    margin: 0;
    position: relative;
    top: 0px;
    max-height: 2.5em;
    max-width: none;
}
.bar .menu-horizontal {
    position: relative;
    top: 0px;
}
.back-to-top {
    background: #006699;
    color:white;
    opacity: 0.5;
}
.back-to-top i {
    color: #eee;
}

@media (max-width: 967px) {
    .pos-vertical-center {
        top: 10%;
        -webkit-transform: none;
    }
}

table.no-padding td  {
    padding:0px;
}
table.no-padding {
    padding:20px;
}
table.no-padding thead {
    font-weight: bold;
}

.type--fine-print {
    font-size: 0.9em;
}
footer .type--fine-print:not(p) {
    opacity: .8;
}

.switchable .switchable__text {
    margin-top: 0.5em;
}

hr.long {
    width: 5.78571429em;
    border-color: #4a90e2;
}

input[type], textarea, select {
    background-color:#f8f8f8;
    border:1px solid #e0e0e0;
}

.feature-2.gruende{
    min-height: 18em;
}

.account-tab {
    padding-top:2.32em;
    padding-bottom:5em;
}


@media (max-width: 967px) {
    .account-tab {
        padding-top:0;
        padding-bottom:0;
        border-bottom:none;
    }
}


.bg-leh-dark, .bg-leh-dark * {
    background-color: #343a40 !important;
    color:#eee;
    padding-top:1em;
    padding-bottom: 1em;
}
.bg-leh-dark a {
    color:#4a90e2;
}

.input-checkbox.field-error label {
    border-color: #D84D4D;
    border-width: 2px;
}

.form-error {
    top:15%;
    bottom:initial;
    padding:1.5em;
}
.form-success {
    top:15%;
    bottom:initial;
    padding:1.5em;
}

a.hoverme:hover {
    text-decoration: underline!important;
}

.masonry__item:hover article div {
    background-color: #eee;
}


.thumb-img {
    height:180px;
    width:100%;
    object-fit: cover;
    object-position: 100% 0;
    border: 1px solid #eee; 
    border-bottom:0px;
}
@media (max-width: 1300px) {
    .thumb-img  {
        height:240px;
    }
}
@media (max-width: 967px) {
    .thumb-img  {
        height:280px;
    }
}

a.not-found {
    color:red!important;
    font-weight: normal;
}


@media (max-width: 967px) {
.bar-1 .menu-horizontal > li > .dropdown__trigger,
.bar-1 .menu-horizontal > li > a {
    font-size:2em;
}
.menu-vertical li a {
    font-size: 1.3em;
}
.menu-horizontal > li:not(:last-child) {
    margin-bottom: 1.5em;
}
.menu-vertical li:not(:last-child) {
    margin-bottom: 1.5em;
}
}

.bar-1 .menu-horizontal > li > .dropdown__trigger,
.bar-1 .menu-horizontal > li > a {
    font-size:1em;
}

.imagebg2:not(.image--light) .boxed:not(.bg--white):not(.bg--none) {
    background: rgba(20, 20, 20, 0.5);
}

.active_menu, .active_menu span {
    color:#2275d7!important;
    opacity: 1!important;
}
#messe {
    position: fixed;
    z-index: 100000;
    left: 375%;
    top: 13%;
    background-color: #ffffff;
    margin: 0;
    text-align: center;
    width: 20%;
    font-size: 70%;
    box-shadow: 0px 0px 10px rgb(0 0 0 / 80%);
    border: none;
    padding: 25px;    
    height: max-content;
    transition: all 1.5s ease-in-out;
    transform: rotate3d(1,1,1,300deg);
    opacity: 0;
}
#messe > img {
  margin: auto;
  border-radius: 12px;
  opacity: 0;
  transition: all 2s ease-in-out;
}
#messe.visi {
    opacity:0.91;
    transform: rotate3d(1,1,1,0deg);

}
#messe.visi > img {
    opacity: 1;
}
span#closemesse {
    width: 20px;
    height: 20px;
    text-align: center;
    cursor: pointer;
    display: grid;
    align-items: center;
    align-content: space-around;
    justify-content: center;
    justify-items: center;
    position: absolute;
    top: -2px;
    right: -2px;
}

@media (min-width: 967px) {
    #messe {
        font-size:101%;
    }
    #messe.visi {
        left: 70%;
        width: 18%;
    }
    #messe > p.lead {
        margin-bottom: 0.25em;
    }
}
@media (max-width: 967px) {
    #messe {
        font-size: 0.65em;
    }
    #messe.visi {
        left: 70%;
        width: 20%;
    }
    #messe > p.lead {
        margin-bottom: 0.2em;
    }
}
@media (max-width: 667px) {
    #messe {
        font-size: 0.65em;
    }
    #messe.visi {
        left: 70%;
        width: 20%;
    }
    #messe > p.lead {
        margin-bottom: 0.2em;
    }
}
@media (min-width: 1200px) {
    #messe {
        font-size:110%;
    }
    #messe > p.lead {
        margin-bottom: 0.25em;
    }
}
.olovl {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 999999;
    background-color: #111111aa;
  }
  .imgprotect {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 999;
    background-color: #ffffff00 !important;
  }