/*
 * jQuery Nivo Slider v3.2
 * http://nivo.dev7studios.com
 *
 * Copyright 2012, Dev7studios
 * Free to use and abuse under the MIT license.
 * http://www.opensource.org/licenses/mit-license.php
 */
 
/* The Nivo Slider styles */
.nivoSlider {
	position:relative;
	width:100%;
	height:auto;
	overflow: hidden;
}
.nivoSlider img {
	position:absolute;
	top:0px;
	left:0px;
	max-width: none;
}
.nivo-main-image {
	display: block !important;
	position: relative !important; 
	width: 100% !important;
}

/* If an image is wrapped in a link */
.nivoSlider a.nivo-imageLink {
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	border:0;
	padding:0;
	margin:0;
	z-index:6;
	display:none;
	background:white; 
	filter:alpha(opacity=0); 
	opacity:0;
}
/* The slices and boxes in the Slider */
.nivo-slice {
	display:block;
	position:absolute;
	z-index:5;
	height:100%;
	top:0;
}
.nivo-box {
	display:block;
	position:absolute;
	z-index:5;
	overflow:hidden;
}
.nivo-box img { display:block; }

/* Caption styles */
.nivo-caption {
	position:absolute;
	left:0px;
	bottom:0px;
	background:#000;
	color:#fff;
	width:100%;
	z-index:8;
	padding: 5px 10px;
	opacity: 0.8;
	overflow: hidden;
	display: none;
	-moz-opacity: 0.8;
	filter:alpha(opacity=8);
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;         /* Opera/IE 8+ */
}
.nivo-caption p {
	padding:5px;
	margin:0;
}
.nivo-caption a {
	display:inline !important;
}
.nivo-html-caption {
    display:none;
}
/* Direction nav styles (e.g. Next & Prev) */
.nivo-directionNav a {
	position:absolute;
	top:45%;
	z-index:9;
	cursor:pointer;
}
.nivo-prevNav {
	left:0px;
}
.nivo-nextNav {
	right:0px;
}
/* Control nav styles (e.g. 1,2,3...) */
.nivo-controlNav {
	text-align:center;
	padding: 15px 0;
}
.nivo-controlNav a {
	cursor:pointer;
}
.nivo-controlNav a.active {
	font-weight:bold;
}/**
 * The following styles will provide an attempt to normalize the sliders
 */

/* Reset some style. Using body to push specificity */
body .metaslider .coin-slider,
body .metaslider .nivoSlider,
body .metaslider .nivoSlider img,
body .metaslider .rslides,
body .metaslider .rslides li,
body .metaslider .flexslider ul.slides,
body .metaslider .flexslider .slides li,
body .metaslider .flexslider .slides ul,
body .metaslider .flexslider .slides ol,
body .metaslider .flexslider .slides img,
body .metaslider .flexslider .flex-direction-nav,
body .metaslider .flexslider .flex-direction-nav li {
    border: 0;
    margin: 0;
    list-style-type: none;
    list-style: none;
    padding: 0;
    line-height: normal;
    max-width: none;
    max-height: none;
}

.metaslider {
    position: relative;
    z-index: 0;
}

/* Avoids overflow when slideshow takes the whole window' width - The fullwidth class needs to be added in the slideshow settings. */
.metaslider.fullwidth {
	overflow: hidden;
}

.metaslider .caption {
    padding: 5px 10px;
    word-wrap: break-word;
}

.metaslider .caption-wrap {
    position: absolute;
    bottom: 0;
    left: 0;
    background: black;
    color: white;
    opacity: 0.7;
    margin: 0;
    display: block;
    width: 100%;
    line-height: 1.4em;
}

.metaslider img {
    height: auto;
    padding: 0;
    margin: 0;
    -moz-user-select: none;
}

.metaslider a {
    outline: none;
}

.metaslider.ms-left {
    float: left;
    margin: 0 20px 20px 0;
}

.metaslider.ms-right {
    float: right;
    margin: 0 0 20px 20px;
}

.metaslider li:before,
.metaslider li:after {
    content: "" !important;
    display: none !important;
    bottom: auto !important;
    margin: 0 !important;
}

.metaslider .caption-wrap .caption img {
    width: auto;
}

.metaslider .slides img {
	width: 100%;
	display: block;
}

/* Flexslider */

.metaslider .flexslider {
    background: none;
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -o-box-shadow: none;
    border: 0;
    margin: 0 0 40px;
    max-width: none;
    max-height: none;
}

.metaslider .flex-control-nav {
    border: 0;
    margin: auto;
    list-style-type: none;
    list-style: none;
    padding: 0;
	bottom: -27px;
    line-height: 11px;
    z-index: 2;
}

.metaslider-flex.ms-theme-default .flex-next:focus {
    background: url(//www.werksarzt-haiger.de/wp-content/plugins/ml-slider/assets/metaslider/bg_direction_nav.png) scroll right 0 transparent!important;
    height: 27px!important;
}
.metaslider-flex.ms-theme-default .flex-prev:focus {
    background: url(//www.werksarzt-haiger.de/wp-content/plugins/ml-slider/assets/metaslider/bg_direction_nav.png) scroll left 0 transparent!important;
    height: 27px!important;
}

/** move margin from list items to anchors */
.metaslider .flex-control-nav li {
	margin: 0;
}

.metaslider .flex-control-nav li a {
	margin: 0 6px;
	padding: 0;
}

.metaslider .flexslider .slides li {
    position: relative;
    height: auto;
}

/** fix for users with RTL languages */
.metaslider .flex-viewport {
    direction: ltr;
}

/** add transition effects to firefox **/
.metaslider .flex-direction-nav a {
    -moz-transition: all .3s ease;
    transition: all .3s ease;
}

.metaslider .flexslider .slides p {
    margin: 0;
}

.metaslider .flexslider.filmstrip {
	margin-top: 10px;
}

.metaslider .flexslider.filmstrip .slides li {
    cursor: pointer;
    opacity: 0.5;
}

.metaslider .flexslider.filmstrip .slides li.flex-active-slide,
.metaslider .flexslider.filmstrip .slides li:hover,
.metaslider .flexslider.filmstrip .slides li:focus {
    opacity: 1.0 !important;
}

.metaslider .flex-control-thumbs li {
    width: auto;
}

.metaslider ol.flex-control-thumbs img,
#content .metaslider ol.flex-control-thumbs img {
    margin: 10px 5px 0;
    width: auto;
}

.metaslider.nav-hidden .flexslider {
    margin-bottom: 0;
}

.metaslider.nav-hidden.add-margin .flexslider {
    margin-bottom: 40px;
}

/* Arrow styles to use background images (old style) */
/* which makes it compatible with the theme builder */

.metaslider .flexslider .flex-direction-nav li a:before {
    content:none!important;
}
.metaslider .flexslider .flex-direction-nav li a {
    width: 30px;
    height: 30px;
    border: 0;
    margin: -20px 0 0;
    box-shadow: none!important;
    display: block;
    background-color: transparent;
    background-image: url(//www.werksarzt-haiger.de/wp-content/plugins/ml-slider/assets/metaslider/bg_direction_nav.png);
    background-repeat:  no-repeat;
    position: absolute;
    right: 10px;
    top: 50%;
    z-index: 10;
    cursor: pointer;
    text-indent: -9999px;
    opacity: 0;
    -webkit-transition: all .3s ease;
       -moz-transition: opacity .25s ease-in-out;
            transition: all .3s ease;
}
.metaslider .flex-direction-nav .flex-prev {
    background-position: left 0;
    left: 10px;
}
.metaslider .flex-direction-nav .flex-next {
    background-position: right 0;
    text-align: left;
    /* Fix for single character text */
    text-indent: 9999px;
}
.metaslider .flexslider:focus-within .flex-next,
.metaslider .flexslider:hover .flex-next {
    opacity: 0.8;
    
}
.metaslider .flexslider:focus-within .flex-prev,
.metaslider .flexslider:hover .flex-prev {
    opacity: 0.8;
    /* Fix for single character text */
    text-indent: -9999px;
}
.metaslider .flexslider:focus-within .flex-next:focus,
.metaslider .flexslider:focus-within .flex-prev:focus,
.metaslider .flexslider:hover .flex-next:hover,
.metaslider .flexslider:hover .flex-prev:hover {
    opacity: 1;
}
.metaslider .flexslider .flex-next:focus,
.metaslider .flexslider .flex-prev:focus {
	outline: -webkit-focus-ring-color auto 5px;
}
.metaslider .flexslider .flex-direction-nav .flex-disabled {
    cursor: default;
    pointer-events: none;
}
.metaslider .flexslider .flex-control-nav a {
	box-shadow: none !important;
}
.metaslider .flexslider .flex-control-nav a:focus {
	outline: -webkit-focus-ring-color auto 5px;
}
.metaslider .flexslider .slides > li {
    position: relative;
}

/* Responsive Slides */
.metaslider .rslides_nav,
.metaslider .rslides_tabs a {
    box-shadow: none !important;
}
.metaslider .rslides_tabs {
    margin: 0 0 40px;
}

.metaslider .rslides_nav:focus,
.metaslider .rslides_nav:hover {
    color: #ffffff;
}

.metaslider-responsive.no-text .rslides_nav{
	width: 30px;
	height: 30px;
	border: 0;
	margin: 0 5px;
	box-shadow: none !important;
	display: block;
	background-color: transparent;
	background-image: url(//www.werksarzt-haiger.de/wp-content/plugins/ml-slider/assets/metaslider/bg_direction_nav.png);
	background-repeat: no-repeat;
	position: absolute;
	top: 50%;
	z-index: 10;
	cursor: pointer;
	text-indent: -9999px;
	opacity: 1;
	-webkit-transition: all .3s ease;
	-moz-transition: opacity .25s ease-in-out;
	transition: all .3s ease;
}
.metaslider-responsive.no-text .rslides_nav.next {
	background-position: right 0;
}

/* Nivo Slider */
div.metaslider .theme-default .nivoSlider {
   -webkit-box-shadow: 0 0 0;
      -moz-box-shadow: 0 0 0;
           box-shadow: 0 0 0;
}

.metaslider .slider-wrapper .nivo-directionNav a,
.metaslider .slider-wrapper .nivo-controlNav a,
.metaslider .slider-wrapper img {
    border: 0;
    box-shadow: none;
    /* margin: 0; */
    list-style-type: none;
    list-style: none;
    padding: 0;
    line-height: normal;
    max-width: none;
    max-height: none;
}
div.metaslider .slider-wrapper .nivo-controlNav a {
    transition: none;
}

/* Coin Slider */
.metaslider .coin-slider {

    /* This keeps the slider from spilling out the container */
    max-width: 100%;
    overflow:hidden;
}
.metaslider .coin-slider .cs-buttons a,
.metaslider .coin-slider > a {
	box-shadow: none !important;
}
.metaslider .coin-slider a[href="javascript:void(0)"] {
	cursor: default !important;
}

/* Admin Bar */
#wpadminbar #wp-admin-bar-ms-main-menu .ab-item #metaslider-main-menu-icon {
	background-size: 18px;
	background-repeat: no-repeat;
	background-position: left center;
	width: 18px;
	height: 32px;
	float: left;
	margin-right: 5px;
}
#wpadminbar #wp-admin-bar-ms-main-menu:hover #metaslider-main-menu-icon{
    background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPHN2ZyBmaWxsPSIjNzJhZWU2IiB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IiB2aWV3Qm94PSIwIDAgMjU1LjggMjU1LjgiIHN0eWxlPSJmaWxsOiM3MmFlZTYiIHhtbDpzcGFjZT0icHJlc2VydmUiPjxnPjxwYXRoIGQ9Ik0xMjcuOSwwQzU3LjMsMCwwLDU3LjMsMCwxMjcuOWMwLDcwLjYsNTcuMywxMjcuOSwxMjcuOSwxMjcuOWM3MC42LDAsMTI3LjktNTcuMywxMjcuOS0xMjcuOUMyNTUuOCw1Ny4zLDE5OC41LDAsMTI3LjksMHogTTE2LjQsMTc3LjFsOTIuNS0xMTcuNUwxMjQuMiw3OWwtNzcuMyw5OC4xSDE2LjR6IE0xNzAuNSwxNzcuMWwtMzguOS00OS40bDE1LjUtMTkuNmw1NC40LDY5SDE3MC41eiBNMjA4LjUsMTc3LjFMMTQ2LjksOTkgbC02MS42LDc4LjJoLTMxbDkyLjUtMTE3LjVsOTIuNSwxMTcuNUgyMDguNXoiLz48L2c+PC9zdmc+Cg==") !important;
}
.ms-edit-frontend {
	text-decoration: none !important;
	font-size: 18px;
}
.ms-edit-frontend .dashicons.dashicons-external {
	height: 25px;
	vertical-align: middle;
}

#preview-container .ms-edit-frontend{
    display: none;
}.ms-theme-precognition{opacity:0;padding-bottom:40px;-webkit-transition:opacity .3s;transition:opacity .3s}.ms-theme-precognition.ms-loaded{opacity:1}.metaslider.ms-theme-precognition *,.metaslider.ms-theme-precognition *::before,.metaslider.ms-theme-precognition *::after{-webkit-box-sizing:border-box;box-sizing:border-box}.metaslider.ms-theme-precognition .flexslider{margin-bottom:0;width:100%}.metaslider.ms-theme-precognition .flex-control-nav{width:100%}.metaslider.ms-theme-precognition .flexslider ol.flex-control-nav:not(.flex-control-thumbs),.metaslider.ms-theme-precognition ul.rslides_tabs,.metaslider.ms-theme-precognition div.slider-wrapper .nivo-controlNav:not(.nivo-thumbs-enabled){background:transparent;bottom:0;-webkit-box-pack:center;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-pack:center;-ms-flex-wrap:wrap;flex-wrap:wrap;justify-content:center;line-height:1.5;margin:0;padding:0 !important;position:relative;-webkit-transition:top .2s;transition:top .2s;width:100%;z-index:8}.metaslider.ms-theme-precognition .flexslider ol.flex-control-nav:not(.flex-control-thumbs) li,.metaslider.ms-theme-precognition ul.rslides_tabs li,.metaslider.ms-theme-precognition div.slider-wrapper .nivo-controlNav:not(.nivo-thumbs-enabled) li{align-items:center;-webkit-box-align:center;-webkit-box-flex:1;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex:1;flex:1;-ms-flex-align:center}.metaslider.ms-theme-precognition .flexslider ol.flex-control-nav:not(.flex-control-thumbs) li a,.metaslider.ms-theme-precognition ul.rslides_tabs li a,.metaslider.ms-theme-precognition div.slider-wrapper .nivo-controlNav:not(.nivo-thumbs-enabled) li a{text-decoration:none}.has-carousel-mode.metaslider.ms-theme-precognition .flexslider ol.flex-control-nav:not(.flex-control-thumbs),.ms-is-small.metaslider.ms-theme-precognition .flexslider ol.flex-control-nav:not(.flex-control-thumbs),.has-carousel-mode.metaslider.ms-theme-precognition ul.rslides_tabs,.ms-is-small.metaslider.ms-theme-precognition ul.rslides_tabs,.has-carousel-mode.metaslider.ms-theme-precognition div.slider-wrapper .nivo-controlNav:not(.nivo-thumbs-enabled),.ms-is-small.metaslider.ms-theme-precognition div.slider-wrapper .nivo-controlNav:not(.nivo-thumbs-enabled){margin-bottom:10px;margin-top:5px}.has-carousel-mode.metaslider.ms-theme-precognition .flexslider ol.flex-control-nav:not(.flex-control-thumbs) li,.ms-is-small.metaslider.ms-theme-precognition .flexslider ol.flex-control-nav:not(.flex-control-thumbs) li,.has-carousel-mode.metaslider.ms-theme-precognition ul.rslides_tabs li,.ms-is-small.metaslider.ms-theme-precognition ul.rslides_tabs li,.has-carousel-mode.metaslider.ms-theme-precognition div.slider-wrapper .nivo-controlNav:not(.nivo-thumbs-enabled) li,.ms-is-small.metaslider.ms-theme-precognition div.slider-wrapper .nivo-controlNav:not(.nivo-thumbs-enabled) li{-webkit-box-flex:0;-ms-flex:none;flex:none}.metaslider.ms-theme-precognition .coin-slider .cs-buttons{background:transparent;bottom:0;-webkit-box-pack:start;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-pack:start;-ms-flex-wrap:wrap;flex-wrap:wrap;justify-content:flex-start;left:0 !important;line-height:15px;margin:0;margin-left:0 !important;padding:0 !important;position:absolute;-webkit-transition:top .2s;transition:top .2s;width:100%;z-index:8}.metaslider.ms-theme-precognition .coin-slider .cs-buttons li{align-items:center;-webkit-box-align:center;-webkit-box-flex:1;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex:1;flex:1;-ms-flex-align:center}.metaslider.ms-theme-precognition .coin-slider .cs-buttons li a{text-decoration:none}.metaslider.ms-theme-precognition .flexslider ol.flex-control-nav:not(.flex-control-thumbs) li a,.metaslider.ms-theme-precognition ul.rslides_tabs li a,.metaslider.ms-theme-precognition div.slider-wrapper .nivo-controlNav:not(.nivo-thumbs-enabled) a,.metaslider.ms-theme-precognition .coin-slider .cs-buttons a{align-items:center;background:#fff;border:0;border-radius:0;-webkit-box-align:center;-webkit-box-flex:1;-webkit-box-pack:center;-webkit-box-shadow:none !important;box-shadow:none !important;color:#343536;cursor:pointer;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex:1;flex:1;-ms-flex-align:center;-ms-flex-pack:center;font-size:14px;height:93px;justify-content:center;line-height:normal;line-height:initial;margin:0;padding:1rem;text-indent:0;-webkit-transition:background .2s ease-in-out,background .2s ease-in-out;transition:background .2s ease-in-out,background .2s ease-in-out;width:100%}.has-carousel-mode.metaslider.ms-theme-precognition .flexslider ol.flex-control-nav:not(.flex-control-thumbs) li a,div:not(.has-thumb-nav).ms-is-small.metaslider.ms-theme-precognition .flexslider ol.flex-control-nav:not(.flex-control-thumbs) li a,.has-carousel-mode.metaslider.ms-theme-precognition ul.rslides_tabs li a,div:not(.has-thumb-nav).ms-is-small.metaslider.ms-theme-precognition ul.rslides_tabs li a,.has-carousel-mode.metaslider.ms-theme-precognition div.slider-wrapper .nivo-controlNav:not(.nivo-thumbs-enabled) a,div:not(.has-thumb-nav).ms-is-small.metaslider.ms-theme-precognition div.slider-wrapper .nivo-controlNav:not(.nivo-thumbs-enabled) a,.has-carousel-mode.metaslider.ms-theme-precognition .coin-slider .cs-buttons a,div:not(.has-thumb-nav).ms-is-small.metaslider.ms-theme-precognition .coin-slider .cs-buttons a{height:1.5em;margin-bottom:5px;margin-right:10px;padding:0;width:1.5em}.ms-is-small.metaslider.ms-theme-precognition .flexslider ol.flex-control-nav:not(.flex-control-thumbs) li a,.ms-is-small.metaslider.ms-theme-precognition ul.rslides_tabs li a,.ms-is-small.metaslider.ms-theme-precognition div.slider-wrapper .nivo-controlNav:not(.nivo-thumbs-enabled) a,.ms-is-small.metaslider.ms-theme-precognition .coin-slider .cs-buttons a{text-indent:-9999px}.has-carousel-mode.metaslider.ms-theme-precognition .flexslider ol.flex-control-nav:not(.flex-control-thumbs) li a,.has-carousel-mode.metaslider.ms-theme-precognition ul.rslides_tabs li a,.has-carousel-mode.metaslider.ms-theme-precognition div.slider-wrapper .nivo-controlNav:not(.nivo-thumbs-enabled) a,.has-carousel-mode.metaslider.ms-theme-precognition .coin-slider .cs-buttons a{text-indent:0}.metaslider.ms-theme-precognition .flexslider ol.flex-control-nav:not(.flex-control-thumbs) li:last-child a,.metaslider.ms-theme-precognition ul.rslides_tabs li:last-child a,.metaslider.ms-theme-precognition div.slider-wrapper div.nivo-controlNav:not(.nivo-thumbs-enabled) a:last-child,.metaslider.ms-theme-precognition .coin-slider .cs-buttons a:last-child{margin-right:0}.metaslider.ms-theme-precognition .flexslider ol.flex-control-nav li a.flex-active,.metaslider.ms-theme-precognition .flexslider ol.flex-control-nav:not(.flex-control-thumbs) li a:hover,.metaslider.ms-theme-precognition ul.rslides_tabs li.rslides_here a,.metaslider.ms-theme-precognition ul.rslides_tabs li a:hover,.metaslider.ms-theme-precognition div.slider-wrapper div.nivo-controlNav:not(.nivo-thumbs-enabled) a.active,.metaslider.ms-theme-precognition .slider-wrapper .nivo-controlNav:not(.nivo-thumbs-enabled) a:hover,.metaslider.ms-theme-precognition .coin-slider .cs-buttons a.cs-active,.metaslider.ms-theme-precognition .coin-slider .cs-buttons a:hover{background:#343536;color:#fff}.metaslider.ms-theme-precognition .flexslider ol.flex-control-nav li a.flex-active::after,.metaslider.ms-theme-precognition .flexslider ol.flex-control-nav:not(.flex-control-thumbs) li a:hover::after,.metaslider.ms-theme-precognition ul.rslides_tabs li.rslides_here a::after,.metaslider.ms-theme-precognition ul.rslides_tabs li a:hover::after,.metaslider.ms-theme-precognition div.slider-wrapper div.nivo-controlNav:not(.nivo-thumbs-enabled) a.active::after,.metaslider.ms-theme-precognition .slider-wrapper .nivo-controlNav:not(.nivo-thumbs-enabled) a:hover::after,.metaslider.ms-theme-precognition .coin-slider .cs-buttons a.cs-active::after,.metaslider.ms-theme-precognition .coin-slider .cs-buttons a:hover::after{opacity:1}.metaslider.ms-theme-precognition .flexslider ul.flex-direction-nav li a,.metaslider.ms-theme-precognition a.rslides_nav,.metaslider.ms-theme-precognition div.nivoSlider div.nivo-directionNav a,.metaslider.ms-theme-precognition .coin-slider .coin-slider div a{background:transparent;border-radius:50%;-webkit-box-shadow:none;box-shadow:none;color:black;height:70px;margin-top:0;opacity:0;overflow:hidden;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%);-webkit-transition:all .2s ease-in-out;transition:all .2s ease-in-out;width:70px}.ms-is-small.metaslider.ms-theme-precognition .flexslider ul.flex-direction-nav li a,.ms-is-small.metaslider.ms-theme-precognition a.rslides_nav,.ms-is-small.metaslider.ms-theme-precognition div.nivoSlider div.nivo-directionNav a,.ms-is-small.metaslider.ms-theme-precognition .coin-slider .coin-slider div a{height:40px;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%);width:40px}.metaslider.ms-theme-precognition .flexslider ul.flex-direction-nav li a::before,.metaslider.ms-theme-precognition a.rslides_nav::before,.metaslider.ms-theme-precognition div.nivoSlider div.nivo-directionNav a::before,.metaslider.ms-theme-precognition .coin-slider .coin-slider div a::before{background-size:100%;content:'' !important;display:block;height:30px;left:50%;position:absolute;top:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);width:18px}.metaslider.ms-theme-precognition .flexslider ul.flex-direction-nav li a.flex-prev,.metaslider.ms-theme-precognition .rslides_nav.prev,.metaslider.ms-theme-precognition div.nivoSlider div.nivo-directionNav a.nivo-prevNav,.metaslider.ms-theme-precognition .coin-slider .coin-slider div a.cs-prev{left:2%}.metaslider.ms-theme-precognition .flexslider ul.flex-direction-nav li a.flex-prev:before,.metaslider.ms-theme-precognition .rslides_nav.prev:before,.metaslider.ms-theme-precognition div.nivoSlider div.nivo-directionNav a.nivo-prevNav:before,.metaslider.ms-theme-precognition .coin-slider .coin-slider div a.cs-prev:before{background:url(//www.werksarzt-haiger.de/wp-content/plugins/ml-slider/themes/precognition/v1.0.0/images/arrow-left.png) no-repeat center center}.metaslider.ms-theme-precognition .flexslider ul.flex-direction-nav li a.flex-next,.metaslider.ms-theme-precognition .rslides_nav.next,.metaslider.ms-theme-precognition div.nivoSlider div.nivo-directionNav a.nivo-nextNav,.metaslider.ms-theme-precognition .coin-slider .coin-slider div a.cs-next{right:2%}.metaslider.ms-theme-precognition .flexslider ul.flex-direction-nav li a.flex-next:before,.metaslider.ms-theme-precognition .rslides_nav.next:before,.metaslider.ms-theme-precognition div.nivoSlider div.nivo-directionNav a.nivo-nextNav:before,.metaslider.ms-theme-precognition .coin-slider .coin-slider div a.cs-next:before{background:url(//www.werksarzt-haiger.de/wp-content/plugins/ml-slider/themes/precognition/v1.0.0/images/arrow-right.png) no-repeat center center}.metaslider.ms-theme-precognition .flexslider:hover ul.flex-direction-nav li a,.metaslider.ms-theme-precognition .flexslider:focus-within ul.flex-direction-nav li a,.metaslider.ms-theme-precognition:hover a.rslides_nav,.metaslider.ms-theme-precognition div.nivoSlider:hover div.nivo-directionNav a,.metaslider.ms-theme-precognition .coin-slider:hover .coin-slider div a{opacity:1 !important}.metaslider.ms-theme-precognition .flexslider:hover ul.flex-direction-nav li a:hover,.metaslider.ms-theme-precognition .flexslider:focus-within ul.flex-direction-nav li a:hover,.metaslider.ms-theme-precognition:hover a.rslides_nav:hover,.metaslider.ms-theme-precognition div.nivoSlider:hover div.nivo-directionNav a:hover,.metaslider.ms-theme-precognition .coin-slider:hover .coin-slider div a:hover{color:black;opacity:1 !important}.metaslider.ms-theme-precognition .coin-slider .coin-slider div{display:block !important}.metaslider.ms-theme-precognition .flexslider ul.slides .caption-wrap,.metaslider.ms-theme-precognition .rslides .caption-wrap,.metaslider.ms-theme-precognition div.nivoSlider .nivo-caption{background:rgba(0,0,0,0.8);background:-webkit-gradient(linear,left top,left bottom,from(rgba(0,0,0,0)),to(rgba(0,0,0,0.8)));background:linear-gradient(rgba(0,0,0,0),rgba(0,0,0,0.8));bottom:0;color:inherit;color:#fff;height:145px;margin:0;padding:0;-webkit-transition:.5s all;transition:.5s all;width:100%}.metaslider.ms-theme-precognition div.nivoSlider .nivo-caption{-webkit-transform:translateY(0);transform:translateY(0)}.metaslider.ms-theme-precognition .cs-title{margin:10px;padding:20px;width:calc(100% - 20px)}.metaslider.ms-theme-precognition .flexslider ul.slides .flex-active-slide .caption-wrap,.metaslider.ms-theme-precognition .rslides li[class*=rslides] .caption-wrap{-webkit-transform:translateY(0);transform:translateY(0)}.metaslider.ms-theme-precognition .flexslider ul.slides .caption-wrap .caption,.metaslider.ms-theme-precognition .rslides .caption-wrap .caption,.metaslider.ms-theme-precognition .nivoSlider .nivo-caption{bottom:70px;color:#fff;font-size:.9rem;left:50%;padding:0;position:absolute;text-align:center;-webkit-transform:translateX(-50%);transform:translateX(-50%)}.ms-is-small.metaslider.ms-theme-precognition .flexslider ul.slides .caption-wrap .caption,.ms-is-small.metaslider.ms-theme-precognition .rslides .caption-wrap .caption,.ms-is-small.metaslider.ms-theme-precognition .nivoSlider .nivo-caption{bottom:60px;width:90%}.metaslider.ms-theme-precognition .nivoSlider .nivo-caption{bottom:0;font-size:1rem;padding-top:25px}.ms-is-small.metaslider.ms-theme-precognition .nivoSlider .nivo-caption{bottom:0;padding-top:45px}.metaslider.ms-theme-precognition .filmstrip{border-radius:0;margin-top:10px;width:100%;z-index:4}.metaslider.ms-theme-precognition .filmstrip ul.flex-direction-nav li a::after{width:10px}.metaslider.ms-theme-precognition .filmstrip ul.flex-direction-nav li a.flex-prev,.metaslider.ms-theme-precognition .filmstrip ul.flex-direction-nav li a.flex-next{height:60px;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%);width:60px}.ms-is-small.metaslider.ms-theme-precognition .filmstrip ul.flex-direction-nav li a.flex-prev,.ms-is-small.metaslider.ms-theme-precognition .filmstrip ul.flex-direction-nav li a.flex-next{height:40px;width:40px}.metaslider.ms-theme-precognition .filmstrip ul.flex-direction-nav li a.flex-prev{left:10px}.ms-is-small.metaslider.ms-theme-precognition .filmstrip ul.flex-direction-nav li a.flex-prev{left:10px}.metaslider.ms-theme-precognition .filmstrip ul.flex-direction-nav li a.flex-next{right:10px}.ms-is-small.metaslider.ms-theme-precognition .filmstrip ul.flex-direction-nav li a.flex-next{right:10px}.metaslider.ms-theme-precognition.has-filmstrip .flexslider:not(.filmstrip) ul.flex-direction-nav{width:90px}.metaslider.ms-theme-precognition.has-filmstrip .flexslider ul.slides .caption-wrap{margin-right:110px}.metaslider.ms-theme-precognition .slider-wrapper .nivo-controlNav.nivo-thumbs-enabled a:hover,.metaslider.ms-theme-precognition .slider-wrapper .nivo-controlNav.nivo-thumbs-enabled a.active{border:0 none}/*
Skin Name: Nivo Slider Default Theme
Skin URI: http://nivo.dev7studios.com
Description: The default skin for the Nivo Slider.
Version: 1.3
Author: Gilbert Pellegrom
Author URI: http://dev7studios.com
Supports Thumbs: true
*/

.metaslider .theme-default .nivoSlider {
	position:relative;
	box-shadow: 0px 1px 5px 0px #4a4a4a;
}
.metaslider .theme-default .nivoSlider img {
	position:absolute;
	top:0px;
	left:0px;
	display:none;
}
.metaslider .theme-default .nivoSlider a {
	border:0;
	display:block;
}

.metaslider .theme-default .nivo-controlNav {
	text-align: center;
	padding: 20px 0;
}
.metaslider .theme-default .nivo-controlNav a {
	display:inline-block;
	width:22px;
	height:22px;
	background:url(//www.werksarzt-haiger.de/wp-content/plugins/ml-slider/assets/sliders/nivoslider/themes/default/bullets.png) no-repeat;
	text-indent:-9999px;
	border:0;
	margin: 0 2px;
}
.metaslider .theme-default .nivo-controlNav a.active {
	background-position:0 -22px;
}

.metaslider .theme-default .nivo-directionNav a {
	display:block;
	width:30px;
	height:30px;
	background:url(//www.werksarzt-haiger.de/wp-content/plugins/ml-slider/assets/sliders/nivoslider/themes/default/arrows.png) no-repeat;
	text-indent:-9999px;
	border:0;
	opacity: 0;
	transition: all 200ms ease-in-out;
}
.metaslider .theme-default:hover .nivo-directionNav a { opacity: 1; }
.metaslider .theme-default a.nivo-nextNav {
	background-position:-30px 0;
	right:15px;
}
.metaslider .theme-default a.nivo-prevNav {
	left:15px;
}

.metaslider .theme-default .nivo-caption {
	font-family: Helvetica, Arial, sans-serif;
}
.metaslider .theme-default .nivo-caption a {
	color:#fff;
	border-bottom:1px dotted #fff;
}
.metaslider .theme-default .nivo-caption a:hover {
	color:#fff;
}

.metaslider .theme-default .nivo-controlNav.nivo-thumbs-enabled {
	width: 100%;
}
.metaslider .theme-default .nivo-controlNav.nivo-thumbs-enabled a {
	width: auto;
	height: auto;
	background: none;
	margin-bottom: 5px;
}
.metaslider .theme-default .nivo-controlNav.nivo-thumbs-enabled img {
	display: block;
	width: 120px;
	height: auto;
}