@font-face 
{ font-family: 'NotoSans';
  src: url('/fonts/NotoSans-Light.ttf')  format('truetype'); }
  
@font-face 
{ font-family: 'NotoSans Bold';
  src: url('/fonts/NotoSans-Bold.ttf')  format('truetype'); }
  
@font-face 
{ font-family: 'NotoSans SemiBold';
  src: url('/fonts/NotoSans-CondensedSemiBold.ttf')  format('truetype'); }
  
  
 body
 {
     font-family:"NotoSans";
     font-size: 18px;
 }
 
 h1,h2,h3,h4,h5,h6
 {
     font-family:"NotoSans Bold";
     color:#00AF9A;
 }
 
 h1 > span:not(.nocolor), h2 > span:not(.nocolor), h3 > span:not(.nocolor), h4 > span:not(.nocolor), h5 > span:not(.nocolor), h6 > span:not(.nocolor) {
    color: #00AF9A;
}

a
{
    color: #00AF9A;
}

.dropdown-menu .active
{
    background: rgb(46 150 148);
}

 body:not(.dark) #header:not(.dark) #header-wrap:not(.dark) #primary-menu > div > ul > li:hover a, body:not(.dark) #header:not(.dark) #header-wrap:not(.dark) #primary-menu > div > ul > li.current a {
    color: #00AF9A !important;
}
 
 #detailsYuflyma
 {
     padding:40px 0px;
 }
 
 #gotoTop:hover {
    background-color: #8edcd2 !important;
}
 
 #content {
     overflow:auto;
    overflow-x: hidden;
}

#yuflymaIntroContainer{
    background: rgb(2,0,36);
    background: -moz-linear-gradient(90deg, rgba(2,0,36,1) 0%, rgba(0,33,105,1) 0%, rgba(0,175,154,1) 100%);
    background: -webkit-linear-gradient(90deg, rgba(2,0,36,1) 0%, rgba(0,33,105,1) 0%, rgba(0,175,154,1) 100%);
    background: linear-gradient(90deg, rgba(2,0,36,1) 0%, rgba(0,33,105,1) 0%, rgba(0,175,154,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#020024",endColorstr="#00af9a",GradientType=1);
}

#yuflymaIntroContainer, #yuflymaIntroContainer h1, #yuflymaIntroContainer h2, #yuflymaIntroContainer h3, #yuflymaIntroContainer p
{
    color:#fff;
}
 
/*Media Modal*/
.modal-backdrop{
    background-color: #0000006e !important;
}

 
 
 /*Cookie Popup*/
 #cookieHint {
    background-color: rgba(255,255,255,.9);
    padding-top: 30px!important;
    padding-bottom: 30px!important;
    text-align: left;
    font-size: 15px;
    line-height: 21px;
    color: #0e0e0e;
    max-height: 45%;
    overflow: auto;
    position: fixed;
    bottom: 0;
    width: 100%;
    margin-bottom: 0;
    z-index: 999999;
    padding: 5px;
    display: none;
}


 
 .slider-caption h1
 {
     font-size:41px;
 }
 
 .zitat
 {
     position: absolute;
    z-index: 9;
    top: 100px;
    right: 40px;
    width: 25%;
    background: rgba(255,255,255,0.7);
    padding: 20px;
    border-radius: 29px;
 }    
 
 .zitat quote
 {
    font-size: 14px;
    font-style: italic;
    line-height:20px;
 }
 
 
 .zitat p
 {
    padding:0px;
    margin:0px;
    margin-top:6px;
    font-size:13px;
    font-weight:bold;
 }
 
 .umb-grid ul
 {
         margin-left: 25px;
 }
 

 .mobileHeaderText
 {
     display:none;
 }
 
 .mobileStoerer {
     display: none;
 }
 
 .slider-caption p {
    margin-bottom: 10px;
    font-size: 21px;
}


.subpageContent {
  /*  background-color: #dadada !important;*/
}
 
 .pageContents .pageContainer
 {
     display:none;
 }
 
 
 .pageContents .active
 {
     display:block !important;
 }
 
 .randlosesBild
 {
     padding:0px !important;
 }
 
 a
 {
     cursor:pointer;
 }
 
 #footer.dark
 {
     background-color:#888887;
     color:#ffffff;
 }
 
 
 #footer.dark a
 {
     color:#ffffff;
 }
 
 #footer.dark .legalNotice
 {
     padding-top:10px;
 }
 
 #primary-menu.style-2 {
    float: none;
    max-width: none;
    border-top: 1px solid #Ffffff;
}

#primary-menu ul li > a {
    font-weight: none;
    font-size: 16px;
    text-transform: none;
    font-family: 'NotoSans Bold';
}

#primary-menu.style-2 > div > ul > li > a {
    padding-top: 12px;
    padding-bottom: 12px;
}

#header.sticky-header:not(.static-sticky), #header.sticky-header:not(.static-sticky) #header-wrap, #header.sticky-header:not(.static-sticky):not(.sticky-style-2):not(.sticky-style-3) #logo img {
    height: 52px;
}

#imgSCSpritze:hover, #imgSCPen:hover, #imgSCSpritzeM:hover, #imgSCPenM:hover
{
    background:rgba(0, 175, 154, 0.19);
    border-radius:90%;
}

#imgSCSpritzeM, #imgSCPenM
{
    width:100px;
    height:100px;
}
 
.submenu
{
    position:absolute;
    top:20px;
    margin:auto;
    padding: 0px;
    margin-bottom:40px;
    text-align:center;
    display:none;
    width:100%;
}


.submenu a {
    color: #fff;
    padding: 25px;
    /*border-right: solid 1px #fff;*/
    margin: 0px;
    margin-left: -5px;
    font-family: 'NotoSans Bold';
    font-size:14px;
    position:relative;
    
}

.submenu a:after {
    content: " ";
  display: block;
  position: absolute;
  height: 50px;
  background: #fff;
  width: 1px;
  left: 155px;
  top: 50%;
  margin-top:-25px;
  z-index:99999;
}

.submenu a:last-child:after
{
    display:none;
}

#navbarToggleExternalContent
{
    display:none;
}

.pageSubmenus .submenu
{
    display:flex;
    position:relative;
    top:22px;
    margin-bottom:85px;
    justify-content: center;
    text-align: center;
    justify-items: center;
}

.pageSubmenus .submenu a
{
    background-color: #33ABA8;
    padding: 25px 25px;
    width: 160px;
    display: flex;
    justify-content: center;
    text-align: center;
    justify-items: center;
    vertical-align:middle;
     display: inline-flex;
        max-width: 180px;
        vertical-align: middle;
        align-items: center;
        justify-content: center;
        padding: 20px 6px !important;
        font-size: 14px;
        height: 75px;
}

.dropdown
{
    background-color: #33ABA8;
    padding: 15px 25px;
}

.dropdown a
{
    color:#fff;
      font-family: 'NotoSans Bold';
    font-size:16px;
}

.dropdown-menu a
{
    color: #fff;
    font-family: 'NotoSans Bold';
    font-size: 16px;
    display: block;
    background-color: #33ABA8;
    padding:25px 45px;
}

.nav-tabs > li > a:hover {
    border-color: transparent;
}
.nav > li > a:hover, .nav > li > a:focus {
    text-decoration: none;
    background-color: transparent;
}

.dropdown-menu
{
    border:none;
    background-color:#9e9e9d;
    top:0px !important;
}

.pageSubmenus .submenu a:hover, .dropdown:hover
{
    background-color:#302984;
}

.pageSubmenus .submenu .active
{
    background-color:#302984;
}


.remsimaSC .submenu a, #remsimaSCMenu a
{
    background-color:rgb(145, 86, 156);
}

.remsimaSC .submenu a:hover, #remsimaSCMenu a:hover
{
    background-color:rgb(105, 144, 40);
}

.remsimaSC .submenu .active, #remsimaSCMenu .active
{
    background-color:rgb(105, 144, 40);
}


.remsimaIV .submenu a, #remsimaIVMenu a
{
    background-color: #00af9b;
}

.remsimaIV .submenu a:hover, #remsimaIVMenu a:hover
{
    background-color:rgb(105, 40, 118);
}

.remsimaIV .submenu .active, #remsimaIVMenu .active
{
    background-color:rgb(105, 40, 118);
}

 .homeButton img
 {
     width:50px;
     height:50px;
 }
 
 .homeButton
 {
     display: inline-block;
    border-radius: 90%;
 }
 
 .homeButton:hover
 {
    background-color: #e9efce;
 }
 
 .btnSliderMobil img
 {
     width:80px;
     background:rgba(0,0,0,0.7);
     border-radius:90%;
 }
 
  .btnSliderMobilLeft img
 {
     transform:rotate(180deg);
 }
 
 .btnSliderMobilLeft a:hover img
 {
    background:  rgba(118, 136, 29, .7);
 }
 
 .btnSliderMobilRight a:hover img
 {
    background:  rgba(100, 47, 108, .7);
 }
 
 
 .showDetail img
 {
    background: rgba(0,0,0,0.6);
    border-radius: 90%;
    width: 75px;
    height: 75px;
 }
 
 .showRemsimaIV img
 {
   transform: rotate(180deg);
 }
 
 
 .showRemsimaIV:hover img
 {
    background:rgba(122, 139, 35, 0.7);
 }
 
  .showRemsimaSC:hover img
 {
    background:rgba(102, 55, 104, 0.7);
 }
 
 .sidenav h2, .sidenav .Hintergrundfarbe-1 h2, .sidenav .Hintergrundfarbe-2 h2
 {
     font-size:30px;
    line-height: 48px;
 }
 
 
.sidenav {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 99999999999999999;
  top: 0;
  left: 0;
  background-color: #6D8319;
  overflow-x: hidden;
  transition: 0.5s;
  padding-top: 60px;
}

#SidenavRSC
{
    left:auto;
    right:0px;
    background-color:#692876;
}

.sidenav a {
  padding: 8px 8px 8px 32px;
  text-decoration: none;
  font-size: 25px;
  color: #818181;
  display: block;
  transition: 0.3s;
}

.sidenav a:hover {
  color: #f1f1f1;
}



#wrapper {
    position: relative;
    -webkit-transition: left .4s ease;
    -o-transition: left .4s ease;
    transition: left .4s ease;
}


 .logoFooter
 {
     width:125px;
     vertical-align: middle;
    margin-right: 20px;
 }
 
 #footer .footer-widgets-wrap {
    position: relative;
    padding: 25px 0;
}

 .standard-logo
 {
     padding: 20px;
    display: inline-block;
 }
 
 .standard-logo img
 {
     max-width:220px;
     width: 100%;
 }
 
 .noMarginRow
 {
     margin:0px;
 }
 
 .noPaddingCell
 {
     padding:0px;
 }
 
 .noPaddingTop
 {
     padding-top:0px !important;
 }
 
 .paddingTop90
 {
     padding-top:90px !important;
 }
 
 .noPaddingBottom
 {
     padding-bottom:0px !important;
 }
 
 .prMeldung
 {
     display:none;
 }
 
 #header.sticky-style-2 {
    height: 168px;
}

.headerTrenner
{
    background-image: -webkit-linear-gradient(to right, #00af9b, #232f5d);
    background-image: -moz-linear-gradient(to right, #00af9b, #232f5d);
    background-image: -ms-linear-gradient(to right, #00af9b, #232f5d);
    background-image: -o-linear-gradient(to right, #00af9b, #232f5d);
    background-image: linear-gradient(to right, #00af9b, #232f5d);
}

.colorLila
{
    color:#692876 !important;
}

.colorGruen
{
    color:#699028 !important;
}

.anwendungSC
{
    display:none;
}

.anwendungAktiv
{
    background-color:#699028 !important;
    border-radius:90%;
    
}

.hintSlider
{
    padding:10px 60px;
    text-align:right;
    background-color:#fff;
    border-top:solid 1px #f9f9f9;
}

#detailsIV,#detailsSC
{
    padding-top:160px;
}

#detailsIV,#detailsSC, .detailContainer
{
    display:none;
}

.detailContainer
{
    padding:0px;
    min-height:700px;
}

.umb-grid
{
    background-color:#fff;
}

.containerFluid .column div
{
    padding:60px;
}

@media(max-width: 576px){
    .containerFluid .column div{
        padding: 60px 16px;
    }
}

 .container .containerFluid .column div
{
    padding:60px 0px;
}

.containerFluidSmallPadding .containerFluid .column div
{
    padding:30px 60px;
}

.containerFluidNoPadding .containerFluid .column div
{
    padding:0px 60px;
}

#remsimaIVMenu
{
    position:fixed;
    display:none;
    width:45%;
    top:100px;
    left:0px;
    z-index: 9999;
}

#remsimaSCMenu
{
    position:fixed;
    display:none;
    width:45%;
    top:100px;
    left:43%;
    z-index: 9999;
}

.remsimaIV, .remsimaSC
{
     padding: 100px 50px 60px 50px;
     min-height:471px;
     color:#fff;
     position:relative;
}

.remsimaIV h1, .remsimaSC h1, .remsimaIV h2, .remsimaSC h2,.remsimaIV h3, .remsimaSC h3
{    
    color:#fff;
}


.remsimaIV
{
     background-color:#699028
}

.remsimaSC
{
     background-color:#692876
}

.dark .emphasis-title:not(.not-dark) h1
{
    color:#692876;
    text-align:left;
    font-size:42px !important; 
    font-weight:700 !important;
}

.Hintergrundfarbe-1
{
   background-color:#F3F4F8   
}

.Hintergrundfarbe-2
{
   background-color:#D3C5DC   
}

.Hintergrundfarbe-3
{
    background-color:#EDE5EF;
}

.Hintergrundfarbe-4
{
    background-color:#dadada;
}

.btnSliderMobil
{
    display:none;
}


.Hintergrundfarbe-1 h2, .Hintergrundfarbe-2 h2
{
    font-size: 48px;
    line-height: 60px;
    margin-bottom: 10px;
}

.d-block
{
    display:block !important;
}

.toggle
{
    margin:0px;
}

.toggle.toggle-bg .togglet, .toggle.toggle-bg .toggleta {
    background-color: #e3e3e3;
    line-height: 59px;
    padding: 0 0 0 45px;
    border-radius: 2px;
}

.toggle .togglet, .toggle .toggleta {
    font-size:19px;
}

.toggle .togglet i
{
    font-size:21px;
}

.toggle.toggle-bg .togglet i {
    left: 14px;
    line-height: 60px;
}

.closebtn
{
    color:#fff;
    position:absolute;
    top: 5px !important;
    right: 5px !important;
    font-size:40px;
    z-index: 1000;
    background: #fff;
    border: solid 1px #000;
    box-shadow: 2px 2px 4px #3333;
    width:30px;
    height:30px;
    text-align:center;
    font-size:17px !important;
    border-radius: 90%;
    padding: 3px 4px 4px 4px !important;
}

.closebtn i
{
    font-size: 18px;
    margin-top: -4px;
}

a.popupButton {
    background: rgb(158,158,157);
    font-size: 18px;
    padding: 10px;
    color: #fff;
    text-align: center;
    font-weight: bold;
    margin-bottom: 10px;
}

a.popupButton:hover {
    background: #00af9b;
}

#desktopEntry
{
    background-color: #699028;
}


/** Medien und Materialien **/
.portfolio-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 1;
    z-index: 2;
    text-align: center;
    background-color: rgba(0, 175, 155, 0.51);
    transition:backgroundColor linear 1s;
    cursor:pointer;
}

.portfolio-item:hover .portfolio-overlay {
    background-color: rgba(101, 39, 113, 0);
}

.portfolio-overlay a {
    background-color: transparent;
    border:solid 1px #fff;
    width: 140px !important;
    height: 140px !important;
    margin: 0px 0 0 -70px;
    font-size: 18px;
    line-height: 29px;
    text-align: center;
    color: #fff;    
    font-weight: bold;
    padding-top: 25px;
}

.portfolio-item:hover .portfolio-overlay a {
    background-color: #00af9b;
}

.portfolio-overlay a:hover {
    color: #ffffff;
}

.portfolio-item:hover .portfolio-overlay a.left-icon, .portfolio-item:hover .portfolio-overlay a.right-icon, .iportfolio:hover .portfolio-overlay a.left-icon, .iportfolio:hover .portfolio-overlay a.right-icon {
    margin-top: 0px;
}

body.device-touch.device-xs .portfolio-notitle .portfolio-overlay, body.device-touch.device-xxs .portfolio-notitle .portfolio-overlay {
    display: block !important;
}

.portfolio-item .itemText
{
    position:absolute;
    top:35px;
    left:35px;
    z-index:999;
}

.itemText h2, .itemText p
{
    color:#fff;
    margin-bottom:9px;
    font-size:20px;
}

.portfolio-item:hover .itemText h2, .portfolio-item:hover .itemText p {
    color: #00af9b;
}

.stoerer {
    position: absolute; 
    top: 150px; 
    left: 90px; 
    max-width: 274px; 
    max-height: 274px;
}


    
    .yuflymaLogo img
    {
        width:195px;
    }

#primary-menu ul li:hover > a, #primary-menu ul li.current > a {
    color: #00af9b;
}    





.commonPage a:hover, .commonPage.current a , .commonPage.current a.active, 
.commonPage a:hover div, .commonPage.current a div {
    color: #4db847 !important;
}

/*==========  Non-Mobile First Method  ==========*/
    /* Large Devices, Wide Screens */
    
@media only screen and (min-width:1395px)
{
    #primary-menu ul li > a {
        padding: 39px 20px;
    }
}´


@media only screen and (max-width : 1395px) {
   .remsimaIV, .remsimaSC {
        min-height: 580px;
    }
    
    .submenu a {
    font-size:14px;
    }
}

@media only screen and (max-width : 1280px) {
    
    .pageSubmenus .submenu a
    {
        padding: 25px 10px;
        font-size: 13px;
    }

    #remsimaIVMenu, #remsimaSCMenu
    {
        width:60%;
      
    }
     
         .zitat
 {
    width: 35%;
 }   
    
    .remsimaIV, .remsimaSC {
        min-height: 615px;
    }
    
    .submenu a {
        padding: 15px 12px;
        font-size: 16px;
    }
    
    .submenu {
        padding: 20px 8px;
    }
    
    #primary-menu ul li > a {
        padding: 39px 8px;
        font-size:15px;
    }
    
    .submenu a:after {
      height: 30px;
      left:auto;
      right:4px;
    }
    
    .pageSubmenus .submenu a:after {
      height: 45px;
    }
    
    #remsimaIVContainer .submenu {
        left: 40px;
    }
}

@media only screen and (max-width : 1600px) {
    .pageSubmenus .submenu
    {
        top:0px;    
    }
    
    .submenu a
    {
        display: inline-flex;
        max-width: 180px;
        vertical-align: middle;
        align-items: center;
        justify-content: center;
        padding: 20px 6px !important;
        font-size: 14px;
        height: 75px;
    }
}

@media only screen and (max-width : 1260px) {

    .pageSubmenus .submenu
    {
        top:-20px;    
    }
    
    .submenu a
    {
       display: inline-flex;
        max-width: 180px;
        vertical-align: middle;
        align-items: center;
        justify-content: center;
        padding: 15px 10px !important;
        font-size: 11px !important;
        height: 70px;
    }
    
   .remsimaIV, .remsimaSC {
        min-height: 642px;
    }
    
        
    .detailContainer
    {
        min-height:400px;
    }
    
    .submenu a {
        padding: 15px 6px;
        font-size: 14px;
    }
        
}


@media only screen and (max-width : 1080px) {
    .submenu a
    {
       display: inline-flex;
        max-width: 180px;
        vertical-align: middle;
        align-items: center;
        justify-content: center;
        padding: 15px 4px !important;
        font-size: 11px !important;
        height: 70px;
    }
}


/* Medium Devices, Desktops */
@media only screen and (max-width : 992px) {
    .zitat
    {
        display:none;
    }
    
    #navbarToggleExternalContent
    {
        display:block;
        margin-bottom: 20px;
    }
    
    .pageSubmenus .submenu
    {
        display:none;
    }

    
    .yuflymaLogo
    {
        margin-top: -5px;
        right:10px;
        position:relative;
    }
    .mobileIntro
    {
        padding:20px;
        text-align:center;
        color:#ffffff;
    }
    
    .centerMobil
    {
        text-align:center;
    }
    
    table
    {
        font-size:11px;
    }
    
    table img
    {
        padding:10px;
    }
    
    table p
    {
        margin-bottom:5px;
    }
    
    .mobileIntro h2
    {
        color:#fff;
    }  
    
    .mobileIntro img
    {
        margin-bottom:20px;
    }
    
    .toggle.toggle-bg .togglec {
        padding: 0px;
    }
    
    #desktopEntry
    {
        display:none;
    }
    
    .btnSliderMobil
    {
        display:block;
    }
    
    .dark .emphasis-title:not(.not-dark) h1 {
        font-size: 32px !important;
        margin-left: 20px;
    }
    
    .stoerer {
        position: absolute;
        top: 100px;
        left: 90px;
        max-width: 220px;
        max-height: 220px;
    }
}

/* Small Devices, Tablets */
@media only screen and (max-width : 768px) {
    .homeButton
    {
        display:none;
    }
    
    .portfolio-item .itemText {
        background: rgba(0,0,0,0.5);
        padding: 20px;
    }
    
    .portfolio-overlay a
    {
        margin-top:30px;
    }
    
    .portfolio-item:hover .portfolio-overlay a.left-icon, .portfolio-item:hover .portfolio-overlay a.right-icon, .iportfolio:hover .portfolio-overlay a.left-icon, .iportfolio:hover .portfolio-overlay a.right-icon {
    margin-top: 30px;
}
    
     .mobileHeaderText
    {
        display:block;
        position:absolute;
        top:24px;
        text-align:center;
        z-index:999999;
        width:100%;
    }
    
     .mobileStoerer
    {
        display:block;
    }
    
    .mobileStoerer img {
        position: absolute;
        bottom:24px;
        max-width:180px;
        max-height:180px;
        margin-left: auto;
        margin-right: auto;
        left: 0;
        right: 0;
    }
    
    
     .slider-caption
     {
         background: rgba(255,255,255,.8);
     }
    
     .slider-caption h1
     {
         font-size:22px;
     }
     
     .slider-caption p {
        margin-bottom: 10px;
        font-size: 14px;
        padding:0px 15px;
    }
}




/* Extra Small Devices, Phones */ 
@media only screen and (max-width : 480px) {
    .standard-logo img {
        max-width: 125px;
    }
    
    .sidenav {padding-top: 15px;}
    .sidenav a {font-size: 18px;}
    
    .cookieColDiv {
        width: 100% !important;
        padding-left: 40px !important;
        padding-right: 65px !important;
    }
}


/* Custom, iPhone Retina */ 
@media only screen and (max-width : 350px) {
    .standard-logo img {
       max-width: 125px;
    }
}


/* Elemente für Seiten-Elemente / Accordion */
.pageContents{
  /*  max-width: 1200px;*/
    margin: 0 auto;
}

.subpageContent
{
    padding-bottom:40px;
}

.centerBox h1
{
    color:#fff !important;
}

.centerBoxFlip:hover
{
    background-color:#BABABA !important;
}

.footer-widgets-wrap
{
    font-size:15px !important;
}

.TextohneBild
{
    padding:0px 25px;
}

.BildText,
.Veranstaltung,
.Unterkategorie,
.Kategorie,
.TextohneBild{
    display:inline-block;
    width: 100%;
}

.BildText,
.Veranstaltung,
.Unterkategorie,
.Video{
    margin-top: 15px;
    margin-bottom: 15px;
}

.Kategorie {
    margin-bottom: 2px;
    margin-top: 2px;
}

/*
ACCORDION
*/
.accordionHeader {
    padding: 10px !important;
    background: #00AF9A !important;
    margin-bottom: 3px;
    margin-top: auto;
}

.collapsed .accordionHeader {
    background: #9e9e9d !important;
}

.accordionHeader h2,
.icon-arrow-up2,
.icon-arrow-down2{
    margin: 4px !important;
    margin-left: 30px !important;
    font-size: 20px !important;
    color: white !important;
}

.icon-arrow-up2,
.icon-arrow-down2{
    margin-left: 0px !important;
    position:absolute !important;
}

.accordionIcon {
    text-align: end;
    padding-right: 40px !important;
}

.collapsed .icon-arrow-up2 {
    display: none;
}

.icon-arrow-down2 {
    display: none;
}

.collapsed .icon-arrow-down2 {
    display: inline;
}

/*
BILDTEXT / EVENT
*/

.teaserText,
.player{
    margin-top:20px !important;
}

.titel,
.Video .untertitel{
    color:  #00AF9A;
    margin-bottom:10px;
}

.untertitel,
.untertitel2{
    margin-bottom:0px;
}

.untertitel2 {
    color: rgb(194, 194, 194);
}

.collapsed .weniger {
    display: none;
} 

.mehr {
    display: none;
}

.collapsed .mehr {
    display: inline;
}


.slider-arrow-left, .slider-arrow-right
{
    display:none !important;
}

.dropdown-menu .active {
    background: rgb(87 186 76) !important;
}


.teaserText ul
{
    padding-left:25px;
}

.Video {
    /*max-height: 450px;*/
    margin-bottom: 70px;
}

.Video .untertitel
{
    font-size:15px;
}

.player {
    /*width:560px;
    height:315px; */
    margin-top:40px !important;
}

.dokumentennr{
    margin-top:20px;
    color: rgb(194, 194, 194);
    font-size: 15px;
}

.Unterkategorie h2 {
    font-size: 20px !important;
    padding:0px 50px;
}


@media screen and (max-width: 1220px)
{
    .spanBlock
    {
        display:block;
    }

}

@media screen and (max-width: 767px)
{
    .slider-caption h1 {
        font-size: 19px;
        margin-bottom: -5px;
    }

    #yuflimaBanner {
        height:1200px!important;
    }

}




