/* GRID */

.kein-Abstand
{
    padding:0px 60px !important;
}

.Abstand-Oben
{
    padding:60px 60px 0px 60px !important;
}

.Abstand-Unten
{
    padding:0px 60px 60px 60px !important;
}

.Hintergrund-Yuflyma
{
    background-color:#eeeff5;
}

.min-vh-90 {
    min-height: 90vh !important;
}

.pt-0
{
    padding-top:0px !important;
}

.pl-5
{
    padding-left:100px;
}

.mb-1
{
    margin-bottom:20px;
}

.mb-2
{
    margin-bottom:40px;
}

.kontaktButton
{
    width: 65px;
    height: 65px;
    background: #f3ead8;
    position: fixed;
    bottom: 110px;
    right: 23px;
    border-radius: 50%;
    box-shadow: 1px 2px 5px #ccc;
    text-align:center;
    z-index:999;
    display:none;
}

.kontaktButton i
{
    color: #000;
    font-size: 36px;
    margin-top: 7px;
}

.pageSubmenus
{
    z-index:999999;    
}

.BiteBox h5
{
    color:#ffffff !important;
}

.search_field
{
    padding:20px;
}

::-webkit-input-placeholder { /* Edge */
  color: #666;
  font-weight:bold;
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #666;
  font-weight:bold;
}

::placeholder {
  color: #666;
  font-weight:bold;
}


::-moz-selection { /* Code for Firefox */
  color: white !important;
  background: #ccc !important;
}

::selection {
  color: white !important;
  background: #ccc !important;
}

.centerBoxFlip
{
    cursor:pointer;
}

.slider-caption
{
    padding:0px 40px;
}


/* #slider:not(.auto-height){
        height:65vh !important;
    }
*/

@media only screen and (max-width: 576px) {
    .grid-section > div.kein-Abstand {
       padding: 0px 8px !important;
    }
    
    .grid-section .containerFluid .row .column > div.kein-Abstand
    {
         padding: 30px 16px !important;
    }
    
    .grid-section .containerFluid .row .column > .Abstand-Oben{
        padding-left: 0!important;
        padding-right: 0!important;
    }
}

.heading-block h1, .heading-block h2, .heading-block h3, .heading-block h4, .emphasis-title h1, .emphasis-title h2
{
    text-transform:unset;    font-size: 41px;
}


.hoverHome
{
        position: absolute;
    display: inline-block;
    background: black;
    font-size: 12px;
    color: #fff;
    padding: 5px 10px;
    right: -75px;
    bottom: -8px;
    display:none;
}

#gotoTop
{
    right:115px !important;
}

.commonPage a
{
    color:#444444 !important;
}

.commonPage a:hover, .commonPage.current a
{
    color:#4db847 !important;
}

.mobilesHeaderbild img
{
    width:100%;
}

@media only screen and (max-width : 768px) {
    .slider-caption
    {
        padding:0px 10px;
    }
    
    .hidden-sm
    {
        display:none !important;
    }
    
    .hidden-xs
    {
        display:block !important;
    }
}

@media only screen and (max-width : 576px) {
     #slider{
        height:30vh !important;
    }
    
    .hidden-sm
    {
        display:block !important;
    }
    
    .hidden-xs, .slider-arrow-left, .slider-arrow-right
    {
        display:none !important;
    }
    
}

@media screen and (min-width: 2560px){
 
 .widescreen {
    min-height: 1050px!important;
 }
    
/*.widescreen #slider{
    
    height:1200px !important;
}*/

#yuflymaBanner {
    height:1200px !important;
    
}
    
    
}
