.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
}}
.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;}
.tshad {text-shadow: 1px 1px 2px rgba(0,0,0,0.8);}
.cc_banner a {color: #008732 !important;
text-decoration: underline;}
.cc_banner {text-align: center;
font-family: roboto, sans-serif;
font-size: 15px !important;
line-height: 18px !important;
color: #000 !important;
padding-bottom: 0;}
.cc_btn {color:#fff !important;
background-color:#008732 !important;
transition:background 200ms ease-in-out,color 200ms ease-in-out,box-shadow 200ms ease-in-out;
-webkit-transition:background 200ms ease-in-out,color 200ms ease-in-out,box-shadow 200ms ease-in-out;
border-radius:5px;-webkit-border-radius:5px
}

.cc_container 
.cc_btn:hover,
.cc_container 
.cc_btn:active{
	background-color:#008732;
	color:#fff !important;
}

#btn{
	color:#fff !important;
font-weight: bold;



}
.green {color: hsl(76, 73%, 44%) !important;}
.bg-lightgreen {background-color: #f4f8e7 !important;}
.bg-lightgrey {background-color: hsl(124, 0%, 91%) !important;}
.blue {color: hsl(209, 90%,31%) !important;}
.bshad {box-shadow: 0px 0px 10px #ededed;
}
.bg-light-blue {background-color: #e8eaf5 !important;
border: 1px solid #085096;}
.nav-link {padding-left: 20px !important;
padding-right: 20px !important;
}
@media (min-width: 990px) {

.nav-link {
padding-left: 14px !important;
padding-right: 14px !important;
}}
.desat {    filter: none;
    opacity: 100;
    transition: ease-out 0.5s;
}

.desat: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;
}
.indent {margin-left: 1.0em;}
