.flex-container a:hover, .flex-slider a:hover, .flex-container a:focus, .flex-slider a:focus {
outline: none;
}
.slides, .slides > li, .flex-control-nav, .flex-direction-nav {
margin: 0;
padding: 0;
list-style: none;
}
.flex-pauseplay span {
text-transform: capitalize;
} .flexslider {
margin: 0;
padding: 0;
}
.flexslider .slides > li {
display: none; }
.flexslider .slides img {
width: 100%;
display: block;
}
.flexslider .slides:after {
content: "\0020";
display: block;
clear: both;
visibility: hidden;
line-height: 0;
height: 0;
}
html[xmlns] .flexslider .slides {
display: block;
}
* html .flexslider .slides {
height: 1%;
}
.no-js .flexslider .slides > li:first-child {
display: block;
} .flexslider {
margin: 0 0 41px;
border: none;
position: relative;
zoom: 1;
}
.flexslider .slides { }
.flexslider .slides img {
height: auto;
}
.flexslider .slide-caption {
margin-bottom: 0;
padding-right: 95px;
position: absolute;
top: 100%;
}
.flex-viewport {
max-height: 2000px;
-webkit-transition: all 1s ease;
-moz-transition: all 1s ease;
-ms-transition: all 1s ease;
-o-transition: all 1s ease;
transition: all 1s ease;
}
.loading .flex-viewport {
max-height: 300px;
}
.carousel li {
margin-right: 5px;
}
.flex-direction-nav {
*height: 0;
}
.flex-direction-nav li {
position: inherit;
line-height: 1;
list-style-type: none;
}
.flex-direction-nav a {
text-decoration: none;
display: block;
width: 25px;
height: 25px;
margin: -13px 0 0;
position: absolute;
top: 50%;
z-index: 10;
overflow: hidden;
opacity: 0;
cursor: pointer;
color: rgba(0, 0, 0, 0.0);
border-radius: 50%;
-webkit-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
-ms-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
}
.flex-direction-nav a::before {
display: inline-block;
width: 25px;
height: 25px;
content: '';
background: url(//www.no1charlottenburg.de/wordpress-cms/wp-content/themes/charlottenburg/images/arrow-left-white-25.png) 0 0 no-repeat;
}
.flex-direction-nav a.flex-next::before {
background-image: url(//www.no1charlottenburg.de/wordpress-cms/wp-content/themes/charlottenburg/images/arrow-right-white-25.png);
}
.flex-direction-nav .flex-prev {
left: 20px;
}
.flex-direction-nav .flex-next {
right: 20px;
text-align: right;
}
.flexslider:hover .flex-direction-nav .flex-prev {
opacity: 1;
}
.flexslider:hover .flex-direction-nav .flex-prev:hover {
opacity: 0.5;
}
.flexslider:hover .flex-direction-nav .flex-next {
opacity: 1;
}
.flexslider:hover .flex-direction-nav .flex-next:hover {
opacity: 0.5;
}
.flex-direction-nav .flex-disabled {
opacity: 0 !important;
filter: alpha(opacity=0);
cursor: default;
}
.flex-control-nav {
width: 100%;
position: absolute;
bottom: -32px;
text-align: right;
z-index: 5;
}
.flex-control-nav li {
margin: 0 0 0 8px;
display: inline-block;
zoom: 1;
*display: inline;
}
.flex-control-paging li a {
width: 8px;
height: 8px;
display: block;
background: #e2dcd2;
cursor: pointer;
text-indent: -9999px;
text-align: left;
border-radius: 50%;
}
.flex-control-paging li a:hover {
background: #8d734a;
}
.flex-control-paging li a.flex-active {
background: #8d734a;
cursor: default;
}
.flex-control-thumbs {
margin: 5px 0 0;
position: static;
overflow: hidden;
}
.flex-control-thumbs li {
width: 25%;
float: left;
margin: 0;
} @media screen and (max-width: 860px) { }