/* nunito-sans-regular - latin */
@font-face {
  font-family: 'Nunito Sans';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/nunito-sans-v11-latin-regular.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/nunito-sans-v11-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/nunito-sans-v11-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/nunito-sans-v11-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('../fonts/nunito-sans-v11-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/nunito-sans-v11-latin-regular.svg#NunitoSans') format('svg'); /* Legacy iOS */
}

/* nunito-sans-800 - latin */
@font-face {
  font-family: 'Nunito Sans';
  font-style: normal;
  font-weight: 800;
  src: url('../fonts/nunito-sans-v11-latin-800.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/nunito-sans-v11-latin-800.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/nunito-sans-v11-latin-800.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/nunito-sans-v11-latin-800.woff') format('woff'), /* Modern Browsers */
       url('../fonts/nunito-sans-v11-latin-800.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/nunito-sans-v11-latin-800.svg#NunitoSans') format('svg'); /* Legacy iOS */
}
/* roboto-regular - latin */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/roboto-v29-latin-regular.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/roboto-v29-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/roboto-v29-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/roboto-v29-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('../fonts/roboto-v29-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/roboto-v29-latin-regular.svg#Roboto') format('svg'); /* Legacy iOS */
}

/* roboto-700 - latin */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  src: url('../fonts/roboto-v29-latin-700.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/roboto-v29-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/roboto-v29-latin-700.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/roboto-v29-latin-700.woff') format('woff'), /* Modern Browsers */
       url('../fonts/roboto-v29-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/roboto-v29-latin-700.svg#Roboto') format('svg'); /* Legacy iOS */
}
/*eigener Box-Style für zwei "Slider" z.B. Rollläden&Raffstore-Seite*/
.my-boxed-style-trigger #wrapper {
	max-width:none;
}
.my-boxed-style-trigger #container {
	background:none;
}
.my-boxed-style {
	max-width: 1240px;
    margin-left: auto;
    margin-right: auto;
    background:#fff;
}
/*LINK "nach oben" legen in Fancybox und Megamenu*/
/*a-Tag auf das erste bschränken*/
.ce_fancybox.style3 div.atropos-inner a.hyperlink_txt {
  /*position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  text-indent: -99999px;*/
  z-index: 100;
}
.ce_fancybox.style3 .content a {
	position:relative;
	z-index:101;
  color:#fff;
  /*text-decoration:underline;*/
}
/*Mega-menu*/
.ce_wrap .inside a {
display: inline;
position: relative;
top: 0;
left: 0;
bottom: 0;
right: 0;
z-index: 101;
}
/**/
.my-link a  {
	text-decoration:none;
	transition: all 0.3s ease;
}
.my-link a:hover  {
	opacity: .7;
}
.my-box-textcolor p a {
	color:#fff !important;
}

@media only screen and (min-width: 768px) and (max-width: 1035px){
#top .mod_top_phone {
  display: inherit;
}
#top .mod_top_phone .my-top-text {
  display: none;
}
}
/*--------HOME unter Slider----------*/
.mod_article.article-pb-m > .container {
  padding-bottom: 0;
}
/*Home Fancy boxes*/
.ce_fancybox.style3.fancy_box_color_accent .overlay {
  opacity: 1;
}