/**
 * =============================================================================
 * Anpassungen in diese Datei
 * ==========================================================================
 */
 
/* berkshire-swash-regular - latin */
@font-face {
  font-family: 'Berkshire Swash';
  font-style: normal;
  font-weight: 400;
  src: url('/files/theme/webfonts/berkshire-swash-v16-latin-regular.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('/files/theme/webfonts/berkshire-swash-v16-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('/files/theme/webfonts/berkshire-swash-v16-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('/files/theme/webfonts/berkshire-swash-v16-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('/files/theme/webfonts/berkshire-swash-v16-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('/files/theme/webfonts/berkshire-swash-v16-latin-regular.svg#BerkshireSwash') format('svg'); /* Legacy iOS */
}
/* alegreya-regular - latin */
@font-face {
  font-family: 'Alegreya';
  font-style: normal;
  font-weight: 400;
  src: url('/files/theme/webfonts/alegreya-v29-latin-regular.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('/files/theme/webfonts/alegreya-v29-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('/files/theme/webfonts/alegreya-v29-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('/files/theme/webfonts/alegreya-v29-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('/files/theme/webfonts/alegreya-v29-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('/files/theme/webfonts/alegreya-v29-latin-regular.svg#Alegreya') format('svg'); /* Legacy iOS */
}

.mainmenu ul {
  float: right;
  margin: 0 0 10px 0;
}

.mainmenu ul li span.new {
    font-size: 0.9em;
    font-weight: bold;
    margin-left: 5px;
    background: red;
    color: #fff;
    border-radius: 2px;
    padding-left: 4px;
    padding-right: 4px;
    float: right;
}

.submenulr ul li span.new,
.customNavi-lr span.new {
    display: none;
}

/* fuer alle Geraete-Klassen */

#footer {
  color: rgba(126,64,133,1);
  background-color: rgba(126,64,133,0.2);
}

.fullwidth #main .mod_article {
    padding-top: 40px;
    padding-bottom: 40px;
}


/* fuer tablets und groessere Displays*/
@media only screen and (min-width:768px) {


header .bxsmall .bx-viewport {
    border: 10px solid #e5e8ee;
}

.fullwidth #main .mod_article {
    padding-top: 70px;
    padding-bottom: 70px;
}

}








.ios .jarallax {
    background-size: cover;
    background-attachment: scroll;
} 



.mainmenu ul li span.new {
    font-size: 0.9em;
    font-weight: bold;
    margin-left: 5px;
    background: red;
    color: #fff;
    border-radius: 2px;
    padding-left: 4px;
    padding-right: 4px;
    float: right;
}

.submenulr ul li span.new,
.customNavi-lr span.new {
    display: none;
}

.navititle {
    display: block;
    font-weight: normal;
    font-size: 12px;
}






.figure.effectlily .figcaption>div.link {
    height: 100%;
    margin-top: 0;
}

.figure.effectlily .figcaption>div.link a {
    font-size: 0;
}


/* fuer tablets und groessere Displays*/
@media only screen and (min-width:768px) {

  

    header .bxsmall .bx-viewport {
        border: 10px solid #e5e8ee;
    }

}


/* fuer tablets und groessere Displays*/
@media only screen and (min-width:992px) {

 

}

/* fuer desktop */
@media only screen and (min-width:1025px) {

  

}


/* fuer Smartphones */
@media only screen and (max-width:767px) {}