/**
 * =============================================================================
 * Anpassungen in diese Datei - Adjustments to this file
 * ==========================================================================
 */

/* fuer alle Geraete-Klassen */
p {
	/* Zeilenumbruch */
   -moz-hyphens: auto;
   -o-hyphens: auto;
   -webkit-hyphens: auto;
   -ms-hyphens: auto;
   hyphens: auto; 
}
.myClass p {
    color: #ff0000;
}
.mb-xs {margin-bottom: 25px;}
.mt-xs {margin-top: 25px;}
.mb-s {margin-bottom: 50px;}
.mt-s {margin-top: 50px;}
.max600 {max-width: 600px;margin: 0 auto;}
.max800 {max-width: 800px;margin: 0 auto;}
.max900 {max-width: 900px;margin: 0 auto;}
.max1200 {max-width: 1200px;margin: 0 auto;}
.pt-xs {padding-top: 25px;}
.pt-xl {padding-top: 350px;}
.pb-xs {padding-bottom: 25px;}
.center {text-align:center;}

.marken img {padding:15px;}
div.parall {
	/* Create the parallax scrolling effect */
	height: auto;
    background-image: url("../../banner/brillenstudio.jpg");
    background-attachment: fixed;    
    background-position: center;    
    background-repeat: no-repeat;    
    -webkit-background-size: cover;    
    -moz-background-size: cover;    
    -o-background-size: cover;    
    background-size: cover;  top: 0;
}
div.parall2 {
	/* Create the parallax scrolling effect */
	height: 450px;
    background-image: url("../../banner/wohnzimmer.jpg");
    background-attachment: fixed;    
    background-position: center;    
    background-repeat: no-repeat;    
    -webkit-background-size: cover;    
    -moz-background-size: cover;    
    -o-background-size: cover;    
    background-size: cover;  top: 0;
}
div.parall3 {
	/* Create the parallax scrolling effect */
	height: 550px;
    background-image: url("../../banner/brillenfassungen-auswahl-2.jpg");
    background-attachment: fixed;    
    background-position: center 100px;
    background-repeat: no-repeat;    
    -webkit-background-size: cover;    
    -moz-background-size: cover;    
    -o-background-size: cover;    
    background-size: cover;  top: 0;
}
.bg-trans {
	background: rgba(255,255,255,.85);
	padding: 20px;
}
.wohnzimmer {background-image: url("../../banner/brillenstudio.jpg");}
.bg-trans[class*="bg-"] h2 {color: #005ca9;}
td {padding-right:10px;}

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

.myClass p {
    color: #00ff99;
}

.pt-xl {
    padding-top: 150px;
}

}


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

.myClass p {
    color: #f300ff;
}
div.parall {height:auto;}

}

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

.myClass p {
    color: #0800ff;
}


}


/* fuer Smartphones */
@media (max-width:767px) {
.pt-xl {
    padding-top: 25px;
	}
.mod_article.container-fluid.width100 {
    padding-right: 30px;
    padding-left: 30px;
	}
}

h1 {
    font-size: 1.8em;
}
.ce_gallery ul li {padding: 10px;}
.mod_article.bg-grey, [class*="ce_"].bg-dark > .inner {
    background-color: #f5f5f5;
}
#main .inside {
    padding: 0;
}
.pt-m {padding-top: 30px}
.pt-l {padding-top: 50px}
.pb-l {padding-bottom: 50px}
.mt-l {margin-top: 50px}
.mb-l {margin-top: 50px}
.mt-s {margin-top: 25px}
.mb-s {margin-top: 25px}
.tage {position: relative;
display: block;
width: 100%;
max-width: 80px;
float: left;
height: 40px;}
.zeiten {position: relative;
display: block;
width: 100%;
max-width: 140px;
float: left;
text-align: right;}
.filialen {position: relative;
    background: #ececec;
    padding: 15px;
    min-height:420px;
    z-index: 9999999999999999;
}
h2 {
    font-size: 1.5em;
}
.headercontainer .inside {
	padding-top: 10px;
	padding-bottom: 10px;
}
p {text-align: justify;}

#footer .inside .footer.top.container {
    padding: 20px 30px 0 30px;
}
footer, #footer a {
    font-size: 15px;
}
footer h4, #footer h5, #footer h6 {
    color: 
    rgba(240, 240, 240, 1);
}
.grey {background: #f5f5f5;}
.pink {background: #d01372;}
.circle {
    text-align: center;
	padding-top: 10px;
}
.circle img {
    border-radius: 99em;
}
.adressen {margin-top: 20px;}

.slider-control {display: none;}

.rs-column.-large-col-3-1 {
    width: 30.70513%;
}
.rs-column {
    margin-top: 7.69231%;
    margin-right: 3.69231%;
}
@media screen and (max-width: 599px) {
.rs-column.-large-col-3-1 {
    width: 100%;
}
}
.mb-xl {margin-bottom: 50px;}
.mt-xl {margin-top: 50px;}
.maxwith {max-width: 1165px;margin: 0 auto;}
.bbutton {
	padding: 12px;
margin-bottom: 0;
text-align: center;
vertical-align: middle;
text-decoration: none;
line-height: 16px;
font-size: 16px;
color: #fff;
cursor: pointer;
border: 1px solid #005ca9;
border-radius: 0;
background-color: #005ca9;
background-image: -webkit-linear-gradient(top, #005ca9, #005ca9);
background-image: linear-gradient(to bottom, #005ca9, #005ca9);
background-repeat: repeat-x;
-webkit-transition: background 0.15s linear;
transition: background 0.15s linear;
}
.bbutton:hover {
	border: 1px solid #005ca9;
  background-color: #eaeaea;
  background-image: -webkit-linear-gradient(top, #eaeaea, #eaeaea);
  background-image: linear-gradient(to bottom, #eaeaea, #eaeaea);
  background-position: 0 !important;
  color: #555;
  -webkit-transition: background 0.15s linear;
  transition: background 0.15s linear;
}
@media (max-width:767px) {
div.parall3 {
    background-attachment: scroll;
    background-position: center 0%;
    background-size: contain;
    height: 160px;
}
}

.cookiebar{box-sizing:border-box;position:fixed;left:0;width:100%;padding:.6em 1.2em;background-color:#4b4b4b;color:#fff;font-size:1em;text-align:center;z-index:10}
.cookiebar *{box-sizing:border-box}
.cookiebar--active{display:flex!important;justify-content:center;align-items:center;flex-wrap:wrap}
.cookiebar--position-top{top:0}.cookiebar--position-bottom{bottom:0}
.cookiebar__message,.cookiebar__text{margin-right:1.5em}
.cookiebar__link{color:#fff;text-decoration:underline}
.cookiebar__link:hover{text-decoration:none}
.cookiebar__button{margin:0;padding:.6em 1.2em;border:none;border-radius:0;background-color:#cd4984;color:#fff;font-weight:700;cursor:pointer}
.cookiebar__button:hover{background-color:#cf2127;}
.cookiebar__analytics{margin-right:1.5em}
.cookiebar__analytics-label{cursor:pointer}
.cookiebar__analytics-checkbox{margin-right:5px}
.cookiebar--position-bottom {
    z-index: 99999999999999999;
}