.fieldnod {display:none;
visibility:hidden;}
.trenner {position:relative;
float:left;
clear:both;
background:url(../src/bgmainimage.png) bottom center no-repeat #f1975c;
background-size:contain;
width:100%;
min-height: 400px;
overflow:hidden;
margin-bottom: 20px;
}

@media screen and (max-width:768px) {

.trenner {
min-height:250px
}

}

@media screen and (max-width:567px) {

.trenner {
min-height:200px
}}
.navbar-theme {background-color: rgba(25,155,141,1.0);}
.pb-12, .py-12 {padding-bottom: 12rem !important;}
.pt-12, .py-12 {padding-top: 12rem !important;}
.hurra {display: none;
}

.dropdown-toggle:focus {
border: 0;
outline: transparent;
}

.nav-item:active,
.nav-item:hover,
.nav-item:focus {
border: 0 !important;
outline: none;
}
#userlike-view-container {background-color:#fff !important;}
.userlike-theme-bg  {background-color: rgba(153, 153, 153, 0.80) !important;}
.tshad {text-shadow: 2px 2px 2px rgba(0,0,0,0.1);}
.bg-primary-bright {/*background-color: #ccebeb !important;*/
background-color: #e5f7f7 !important;
}
.btn-back-to-top {position: fixed;
bottom: 0.0rem;
left: 1.5rem !important;
z-index: 999;
padding: 5px 4px 15px 4px;
background: #199b8d;
display: none;
height: 3.0rem;
width: 2.0rem;
text-align: center;
color: #000;
opacity: 0.6;
border-radius: 5px 5px 0 0;}
.inv_desaturate {    filter: none;
    opacity: 100;
    transition: ease-out 0.5s;
}

.inv_desaturate:hover {
filter: grayscale(100%); /* Standard */
    -webkit-filter: grayscale(100%); /* Webkit */
    filter: url(../elements/grayscale.svg#desaturate); /* Firefox 4-34 */
    filter: gray;  /* IE6-9 */
    -webkit-filter: grayscale(1); /* Old WebKit */
transition: ease-in 0.5s;
}
