.ck_album {
    width: 100%;
}

.ck_album .album {
    list-style: none; margin:0;padding:0;
}

.ck_album .album li {
          margin:0;padding:0;  display: block; float: left; width:33.3333%;
}

.ck_album .album li a{
           display: block; width:100%; overflow: hidden; margin:0px;padding:0; text-decoration: none;


    }




.ck_album .album li a:hover { opacity: 0.7; }
.ck_album .album li img {
           vertical-align: top; object-fit: cover;  width: 300px;
            height: 300px; margin:10px;
}


.albumtext {
    font-size:16px; text-decoration: none; text-align: center; position:absolute; margin-top:0px; background-color: #fff;
    width:311px; opacity: 0.8;
}


.cke_editable .ck_album {
    background-color:#E7E7E7; min-height:460px; background-image: url(hi_album.png);
}


.align-left {float:left; margin-right:20px; margin-bottom:10px;}
.align-right {float:right; margin-left:20px; margin-bottom:10px;}


.ck_maps { width:100%; height: 680px;
   background-color:#E7E7E7; background-image: url(map.png); background-position: center center; background-repeat: no-repeat; overflow: hidden;
}

.ck_maps .map {
    height: 680px;
}

.ck_album {

}



/* menu */




#menu {
    margin: 0px;


    height: 20px;
    z-index: 80;

    padding-top:75px;
    padding-bottom:40px;

    position: relative;
    display: inline-block;


    left: 50%;
    transform: translateX(-50%);

}




#menu ul {
    margin: 0;
    padding: 0;
    list-style: none;


}



#menu li {
    margin: 0px;
    padding: 0px;

    list-style: none;
    height: 50px;

    padding-left: 24px;
    padding-right: 24px;

}

* html #menu li {
    width: 100px;
}

#menu li a {
    display: block;

    text-decoration: none;

	/*height: 17px; */

    color:#7ba02d;

    text-transform: uppercase;
    letter-spacing: 0.10em;

    font-family: 'Roboto', sans-serif;
    font-weight: bold;



}


#menu li:first-child a {
        border-left: 0px solid #fff;
 }

#menu li a.aktiv {
    border-bottom: 2px #7BA02D solid;
}

#menu li li a.aktiv {
    border-bottom: 0px #7BA02D solid;
}

#menu ul li a.hover2 {
}

#menu ul {
    position: relative;
}

#menu ul li {
    float: left;
    zoom: 1;
}

#menu ul a:hover {
}

#menu ul a:active {
}

#menu ul li a {
    display: block;
}

#menu ul li:last-child a {
    border-right: none;
}

#menu ul li.hover, #menu ul li:hover {
    position: relative;
}

#menu ul li.hover a {
}

#menu ul li.hover {
}

#menu ul li.hover ul {
}

#menu ul li.hover ul li {
    background-color: #7ba02d;
    background-color: #A1BD6C;
    background-color: rgba(123,160,45,0.80);
    background-color: rgba(161,189,108,0.9);
}

#menu ul li.hover ul li.menu_last_child {
    padding-bottom: 10px;
}

/*
	LEVEL TWO
*/
#menu ul ul {
    width: 250px;
    visibility: hidden;
    position: absolute;
    top: 100%;
    left: 0px;
    padding-bottom: 8px;
    margin-left: 5px;
}

#menu ul ul li {
    float: none;
    width: 250px;
    padding: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
    height: auto;
    margin: 0;
    border: 0;
}
/* IE 6 & 7 Needs Inline Block */
#menu ul ul li a {
    width: 225px;
    display: inline-block;
    padding: 0px;
    text-align: left;
    padding: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
    vertical-align: bottom;
    padding-left: 15px;

    border-left:0px #fff solid;
    color:#fff;

}

#menu li li a:hover, #menu li li a.aktiv {
}

#menu ul li.hover ul li.hover {
}

#menu ul ul li a.hover2 {
    
}



*+html #menu {
    width: 670px;
}

/*
	LEVEL THREE
*/

#menu ul ul ul {
    width: 250px;
    visibility: hidden;
    position: absolute;
    top: 100%;
    left: 0px;
    padding-bottom: 8px;
    margin-left: -250px;
    margin-top:-44px;
}

/* Magnific Popup CSS */
.mfp-bg {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1042;
    overflow: hidden;
    position: fixed;
    background: #000000;
    opacity: 0.8;
    filter: alpha(opacity=80);
}

.mfp-wrap {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1043;
    position: fixed;
    outline: none !important;
    -webkit-backface-visibility: hidden;
}

.mfp-container {
    text-align: center;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    padding: 0 8px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.mfp-container:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
    display: none;
}

.mfp-content {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin: 0 auto;
    text-align: left;
    z-index: 1045;
}

.mfp-inline-holder .mfp-content, .mfp-ajax-holder .mfp-content {
    width: 100%;
  /*height: 100%;*/
    cursor: auto;
}

.mfp-ajax-cur {
    cursor: progress;
}

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
    cursor: -moz-zoom-out;
    cursor: -webkit-zoom-out;
    cursor: zoom-out;
}

.mfp-zoom {
    cursor: pointer;
    cursor: -webkit-zoom-in;
    cursor: -moz-zoom-in;
    cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
    cursor: auto;
}

.mfp-close, .mfp-arrow, .mfp-preloader, .mfp-counter {
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}

.mfp-loading.mfp-figure {
    display: none;
}

.mfp-hide {
    display: none !important;
}

.mfp-preloader {
    color: #cccccc;
    position: absolute;
    top: 50%;
    width: auto;
    text-align: center;
    margin-top: -0.8em;
    left: 8px;
    right: 8px;
    z-index: 1044;
}

.mfp-preloader a {
    color: #cccccc;
}

.mfp-preloader a:hover {
    color: white;
}

.mfp-s-ready .mfp-preloader {
    display: none;
}

.mfp-s-error .mfp-content {
    display: none;
}

button.mfp-close, button.mfp-arrow {
    overflow: visible;
    cursor: pointer;
    background: transparent;
    border: 0;
    -webkit-appearance: none;
    display: block;
    outline: none;
    padding: 0;
    z-index: 1046;
    -webkit-box-shadow: none;
    box-shadow: none;
}

button::-moz-focus-inner {
    padding: 0;
    border: 0;
}

.mfp-close {
    width: 44px;
    height: 44px;
    line-height: 44px;
    position: absolute;
    right: 0;
    top: 0;
    text-decoration: none;
    text-align: center;
    opacity: 0.65;
    filter: alpha(opacity=65);
    padding: 0 0 18px 10px;
    color: white;
    font-style: normal;
    font-size: 28px;
    font-family: Arial, Baskerville, monospace;
}

.mfp-close:hover, .mfp-close:focus {
    opacity: 1;
    filter: alpha(opacity=100);
}

.mfp-close:active {
    top: 1px;
}

.mfp-close-btn-in .mfp-close {
    color: #fff;
}

.mfp-image-holder .mfp-close, .mfp-iframe-holder .mfp-close {
    color: white;
    right: -6px;
    text-align: right;
    padding-right: 6px;
    width: 100%;
}

.mfp-counter {
    position: absolute;
    top: 0;
    right: 0;
    color: #cccccc;
    font-size: 12px;
    line-height: 18px;
}

.mfp-arrow {
    position: absolute;
    opacity: 0.65;
    filter: alpha(opacity=65);
    margin: 0;
    top: 50%;
    margin-top: -55px;
    padding: 0;
    width: 90px;
    height: 110px;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.mfp-arrow:active {
    margin-top: -54px;
}

.mfp-arrow:hover, .mfp-arrow:focus {
    opacity: 1;
    filter: alpha(opacity=100);
}

.mfp-arrow:before, .mfp-arrow:after, .mfp-arrow .mfp-b, .mfp-arrow .mfp-a {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: medium inset transparent;
}

.mfp-arrow:after, .mfp-arrow .mfp-a {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px;
}

.mfp-arrow:before, .mfp-arrow .mfp-b {
    border-top-width: 21px;
    border-bottom-width: 21px;
    opacity: 0.7;
}

.mfp-arrow-left {
    left: 0;
}

.mfp-arrow-left:after, .mfp-arrow-left .mfp-a {
    border-right: 17px solid white;
    margin-left: 31px;
}

.mfp-arrow-left:before, .mfp-arrow-left .mfp-b {
    margin-left: 25px;
    border-right: 27px solid #3f3f3f;
}

.mfp-arrow-right {
    right: 0;
}

.mfp-arrow-right:after, .mfp-arrow-right .mfp-a {
    border-left: 17px solid white;
    margin-left: 39px;
}

.mfp-arrow-right:before, .mfp-arrow-right .mfp-b {
    border-left: 27px solid #3f3f3f;
}

.mfp-iframe-holder {
    padding-top: 40px;
    padding-bottom: 40px;
}

.mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px;
}

.mfp-iframe-holder .mfp-close {
    top: -40px;
}

.mfp-iframe-scaler {
    width: 100%;
    height: 0;
    overflow: hidden;
    padding-top: 56.25%;
}

.mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: black;
}

/* Main image in popup */
img.mfp-img {
    width: auto;
    max-width: 100%;
    height: auto;
    display: block;
    line-height: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 40px 0 40px;
    margin: 0 auto;
}

/* The shadow behind the image */
.mfp-figure {
    line-height: 0;
}

.mfp-figure:after {
    content: '';
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #444444;
}

.mfp-figure small {
    color: #bdbdbd;
    display: block;
    font-size: 12px;
    line-height: 14px;
}

.mfp-figure figure {
    margin: 0;
}

.mfp-bottom-bar {
    margin-top: -36px;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    cursor: auto;
}

.mfp-title {
    text-align: left;
    line-height: 18px;
    color: #f3f3f3;
    word-wrap: break-word;
    padding-right: 36px;
}

.mfp-image-holder .mfp-content {
    max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
    cursor: pointer;
}

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
    .mfp-img-mobile .mfp-image-holder {
        padding-left: 0;
        padding-right: 0;
    }

    .mfp-img-mobile img.mfp-img {
        padding: 0;
    }

    .mfp-img-mobile .mfp-figure:after {
        top: 0;
        bottom: 0;
    }

    .mfp-img-mobile .mfp-figure small {
        display: inline;
        margin-left: 5px;
    }

    .mfp-img-mobile .mfp-bottom-bar {
        background: rgba(0, 0, 0, 0.6);
        bottom: 0;
        margin: 0;
        top: auto;
        padding: 3px 5px;
        position: fixed;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

    .mfp-img-mobile .mfp-bottom-bar:empty {
        padding: 0;
    }

    .mfp-img-mobile .mfp-counter {
        right: 5px;
        top: 3px;
    }

    .mfp-img-mobile .mfp-close {
        top: 0;
        right: 0;
        width: 35px;
        height: 35px;
        line-height: 35px;
        background: rgba(0, 0, 0, 0.6);
        position: fixed;
        text-align: center;
        padding: 0;
    }
}

@media all and (max-width: 900px) {
    .mfp-arrow {
        -webkit-transform: scale(0.75);
        transform: scale(0.75);
    }

    .mfp-arrow-left {
        -webkit-transform-origin: 0;
        transform-origin: 0;
    }

    .mfp-arrow-right {
        -webkit-transform-origin: 100%;
        transform-origin: 100%;
    }

    .mfp-container {
        padding-left: 6px;
        padding-right: 6px;
    }
}

.mfp-ie7 .mfp-img {
    padding: 0;
}

.mfp-ie7 .mfp-bottom-bar {
    width: 600px;
    left: 50%;
    margin-left: -300px;
    margin-top: 5px;
    padding-bottom: 5px;
}

.mfp-ie7 .mfp-container {
    padding: 0;
}

.mfp-ie7 .mfp-content {
    padding-top: 44px;
}

.mfp-ie7 .mfp-close {
    top: 0;
    right: 0;
    padding-top: 0;
}


/* v1.0.5 */
/* Core RS CSS file. 95% of time you shouldn't change anything here. */
.royalSlider {
	width: 100%;
    margin-top:0px;


    position: relative;
	direction: ltr;
}
.royalSlider > * {
	float: left;
}

.rsWebkit3d .rsSlide {
	-webkit-transform: translateZ(0);
}


.rsWebkit3d .rsSlide,
.rsWebkit3d .rsContainer,
.rsWebkit3d .rsThumbs,
.rsWebkit3d .rsPreloader,
.rsWebkit3d img,
.rsWebkit3d .rsOverflow,
.rsWebkit3d .rsBtnCenterer,
.rsWebkit3d .rsAbsoluteEl,
.rsWebkit3d .rsABlock,
.rsWebkit3d .rsLink {
	-webkit-backface-visibility: hidden;
}
.rsFade.rsWebkit3d .rsSlide,
.rsFade.rsWebkit3d img,
.rsFade.rsWebkit3d .rsContainer {
    -webkit-transform: none;
}
.rsOverflow {
	width: 100%;
	height: 100%;
	position: relative;
	overflow: hidden;
	float: left;
	-webkit-tap-highlight-color:rgba(0,0,0,0);
}
.rsVisibleNearbyWrap {
	width: 100%;
	height: 100%;
	position: relative;
	overflow: hidden;
	left: 0;
	top: 0;
	-webkit-tap-highlight-color:rgba(0,0,0,0);
}
.rsVisibleNearbyWrap .rsOverflow {
	position: absolute;
	left: 0;
	top: 0;

}
.rsContainer {
	position: relative;
	width: 100%;
	height: 100%;
	-webkit-tap-highlight-color:rgba(0,0,0,0);
}

.rsArrow,
.rsThumbsArrow {
	cursor: pointer;
}

.rsThumb {
	float: left;
	position: relative;
}


.rsArrow,
.rsNav,
.rsThumbsArrow {
	opacity: 1;
	-webkit-transition:opacity 0.3s linear;
	-moz-transition:opacity 0.3s linear;
	-o-transition:opacity 0.3s linear;
	transition:opacity 0.3s linear;
}
.rsHidden {
	opacity: 0;
	visibility: hidden;
	-webkit-transition:visibility 0s linear 0.3s,opacity 0.3s linear;
	-moz-transition:visibility 0s linear 0.3s,opacity 0.3s linear;
	-o-transition:visibility 0s linear 0.3s,opacity 0.3s linear;
	transition:visibility 0s linear 0.3s,opacity 0.3s linear;
}


.rsGCaption {
	width: 100%;
	float: left;
	text-align: center;
}

/* Fullscreen options, very important ^^ */
.royalSlider.rsFullscreen {
	position: fixed !important;
	height: auto !important;
	width: auto !important;
	margin: 0 !important;
	padding: 0 !important;
	z-index: 2147483647 !important;
	top: 0 !important;
	left: 0 !important;
	bottom: 0 !important;
	right: 0 !important;
}

.royalSlider .rsSlide.rsFakePreloader {
	opacity: 1 !important;
	-webkit-transition: 0s;
	-moz-transition: 0s;
	-o-transition:  0s;
	transition:  0s;
	display: none;
}

.rsSlide {
	position: absolute;
	left: 0;
	top: 0;
	display: block;
	overflow: hidden;

	height: 100%;
	width: 100%;
}

.royalSlider.rsAutoHeight,
.rsAutoHeight .rsSlide {
	height: auto;
}

.rsContent {
	width: 100%;
	height: 100%;
	position: relative;
}

.rsPreloader {
	position:absolute;
	z-index: 0;
}

.rsNav {
	-moz-user-select: -moz-none;
	-webkit-user-select: none;
	user-select: none;
}
.rsNavItem {
	-webkit-tap-highlight-color:rgba(0,0,0,0.25);
}

.rsThumbs {
	cursor: pointer;
	position: relative;
	overflow: hidden;
	float: left;
	z-index: 22;
}
.rsTabs {
	float: left;
	background: none !important;
}
.rsTabs,
.rsThumbs {
	-webkit-tap-highlight-color:rgba(0,0,0,0);
	-webkit-tap-highlight-color:rgba(0,0,0,0);
}

.rsABlock {
	left: 0;
	top: 0;
	position: absolute;
	z-index: 15;

}

img.rsImg {
	max-width: none;
}

.grab-cursor {
	cursor:url(grab.png) 8 8, move;
}

.grabbing-cursor{
	cursor:url(grabbing.png) 8 8, move;
}

.rsNoDrag {
	cursor: auto;
}

.rsLink {
	left:0;
	top:0;
	position:absolute;
	width:100%;
	height:100%;
	display:block;
	z-index: 20;

}

/******************************
*
*  RoyalSlider Default Skin
*
*    1. Arrows
*    2. Bullets
*    3. Thumbnails
*    4. Tabs
*    5. Fullscreen button
*    6. Play/close video button
*    7. Preloader
*    8. Caption
*
*  Sprite: 'rs-default.png'
*  Feel free to edit anything
*  If you don't some part - just delete it
*
******************************/


/* Background */
.rsDefault,
.rsDefault .rsOverflow,
.rsDefault .rsSlide,
.rsDefault .rsVideoFrameHolder,
.rsDefault .rsThumbs {
	/*background: #151515;*/
    color: #FFF;
}


/***************
*
*  1. Arrows
*
****************/

.rsDefault .rsArrow {
    height: 100%;
    width: 44px;
    position: absolute;
    display: block;
    cursor: pointer;
    z-index: 21;
}

.rsDefault.rsVer .rsArrow {
    width: 100%;
    height: 44px;
}

.rsDefault.rsVer .rsArrowLeft {
    top: 0;
    left: 0;
}

.rsDefault.rsVer .rsArrowRight {
    bottom: 0;
    left: 0;
}

.rsDefault.rsHor .rsArrowLeft {
    left: 0;
    top: 0;
}

.rsDefault.rsHor .rsArrowRight {
    right: 0;
    top: 0;
}

.rsDefault .rsArrowIcn {
    width: 32px;
    height: 32px;
    top: 50%;
    left: 50%;
    margin-top: -16px;
    margin-left: -16px;
    position: absolute;
    cursor: pointer;
    background: url('rs-default.png');
    background-color: #000;
    background-color: rgba(0,0,0,0.75);
    *background-color: #000;
    border-radius: 2px;
}

.rsDefault .rsArrowIcn:hover {
    background-color: rgba(0,0,0,0.9);
}

.rsDefault.rsHor .rsArrowLeft .rsArrowIcn {
    background-position: -64px -32px;
}

.rsDefault.rsHor .rsArrowRight .rsArrowIcn {
    background-position: -64px -64px;
}

.rsDefault.rsVer .rsArrowLeft .rsArrowIcn {
    background-position: -96px -32px;
}

.rsDefault.rsVer .rsArrowRight .rsArrowIcn {
    background-position: -96px -64px;
}

.rsDefault .rsArrowDisabled .rsArrowIcn {
    opacity: .2;
    filter: alpha(opacity=20);
    *display: none;
}




/***************
*
*  2. Bullets
*
****************/

.rsDefault .rsBullets {
    position: absolute;
    z-index: 35;
    left: 0;
    bottom: 0;
    width: 100%;
    height: auto;
    margin: 0 auto;
    background: #000;
    background: rgba(0,0,0,0.75);
    text-align: center;
    line-height: 8px;
    overflow: hidden;
}

.rsDefault .rsBullet {
    width: 8px;
    height: 8px;
    display: inline-block;
    *display: inline;
    *zoom: 1;
    padding: 6px 5px 6px;
}

.rsDefault .rsBullet span {
    display: block;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #777;
    background: rgba(255,255,255,0.5);
}

.rsDefault .rsBullet.rsNavSelected span {
    background-color: #FFF;
}








/***************
*
*  7. Preloader
*
****************/

.rsDefault .rsPreloader {
    width: 20px;
    height: 20px;
    background-image: url(preloader-white.gif);
    left: 50%;
    top: 50%;
    margin-left: -10px;
    margin-top: -10px;
}




/***************************************************************************************************/

/***************
*
*  2. Bullets
*
****************/

/***************
*
*  2. Bullets
*
****************/

.rsMinW .rsBullets {
    bottom: 6px;
    height: auto;
    line-height: 6px;
    overflow: hidden;
    padding-top: 4px;
    position: absolute;

    text-align: center;
    z-index: 35;
    margin-left:auto;
    margin-right:auto;
    width:100%;
    opacity: 0.8;
}

.rsMinW .rsBullet {
    width: 10px;
    height: 10px;
    display: inline-block;
    *display: inline;
    *zoom: 1;
    margin-left:4px; margin-right:4px;

}

.rsMinW .rsBullet span {
    display: block;
    width: 10px;
    height: 10px;
     border-radius: 50%;
    background: #fff;

}

.rsMinW .rsBullet.rsNavSelected span {
    background-color: #CDA372;
}

.royalSlider {
    overflow: hidden;
}

.royalSlider > .rsContent {
    visibility: hidden;
/* or display:none depending on your needs... */;
}

.fullWidth {
    z-index: 10;
    position: relative;
}


/* slider */

/***************
*
*  1. Arrows
*
****************/

.rsMinW .rsArrow {
    height: 100%;
    width: 110px;
    position: absolute;
    display: block;
    cursor: pointer;
    z-index: 21;
}

.rsMinW.rsVer .rsArrow {
    width: 100%;
    height: 59px;
}

.rsMinW.rsVer .rsArrowLeft {
    top: 0;
    left: 0;
}

.rsMinW.rsVer .rsArrowRight {
    bottom: 0;
    left: 0;
}

.rsMinW.rsHor .rsArrowLeft {
    left: 0;
    top: 0;
}

.rsMinW.rsHor .rsArrowRight {
    right: 0;
    top: 0;
}

.rsMinW .rsArrowIcn {
    width: 32px;
    height: 64px;
    top: 50%;
    left: 50%;
    margin-top: -32px;
    margin-left: -16px;
    position: absolute;
    cursor: pointer;

}

.rsMinW.rsHor .rsArrowLeft .rsArrowIcn {
    background-position: -900px -1000px;
}

.rsMinW.rsHor .rsArrowRight .rsArrowIcn {
    background-position: -800px -1000px;
}

.rsMinW.rsHor .rsArrowLeft:hover .rsArrowIcn {
    background-position: -700px -1000px;
}

.rsMinW.rsHor .rsArrowRight:hover .rsArrowIcn {
    background-position: -600px -1000px;
}



/****************************************************************************************/

/***************
*
*  1. Arrows
*
****************/

.rsMinW2 .rsArrow {
    height: 100%;
    width: 110px;
    position: absolute;
    display: block;
    cursor: pointer;
    z-index: 21;
}

.rsMinW2.rsVer .rsArrow {
    width: 100%;
    height: 58px;
}

.rsMinW2.rsVer .rsArrowLeft {
    top: 0;
    left: 0;
}

.rsMinW2.rsVer .rsArrowRight {
    bottom: 0;
    left: 0;
}

.rsMinW2.rsHor .rsArrowLeft {
    left: 0;
    top: 0;
}

.rsMinW2.rsHor .rsArrowRight {
    right: 0;
    top: 0;
}

.rsMinW2 .rsArrowIcn {
    width: 40px;
    height: 60px;
    top: 50%;
    left: 50%;
    margin-top: -30px;
    margin-left: -20px;
    position: absolute;
    cursor: pointer;
    background-image: url(hi_icons.png);
    background-repeat: no-repeat;
}

.rsMinW2.rsHor .rsArrowLeft .rsArrowIcn {
    background-position: -500px -900px;
}

.rsMinW2.rsHor .rsArrowRight .rsArrowIcn {
    background-position: -400px -900px;
}

.rsMinW2.rsHor .rsArrowLeft:hover .rsArrowIcn {
    background-position: -100px -900px;
}

.rsMinW2.rsHor .rsArrowRight:hover .rsArrowIcn {
    background-position: 0px -900px;
}



/****************************************************************************************/


/* Lightbox und Video*/

.video {display: block; width:100%;
padding-bottom:56.25%;
background-color:#E7E7E7; background-image: url(playbutton.png); background-repeat: no-repeat; background-position: center center;}


.video_content {
    width: 100%;

}

.video_content embed {
    width: 500px;
    height: 300px;
}

.video_content {
}

.yt {
    position: relative;
    padding-bottom: 56.25%;
 /* 16:9 */
    padding-top: 25px;
    height: 0;
    width: 100%;
}

.yt iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.video_lightbox {
    width: 500px;
    margin: 0 auto;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
}

.mfp-content_gal {
    height: 100%;
}

.sliderContainer1 {
    width: 100%;
    height: 100%;
    margin: 0 auto;
}

.sliderInLightbox {
    width: 100%;
    height: 100%;
    margin: 0 auto;
}

.sliderContainer1 {
}

.sliderInLightbox img {
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.9);
}

.lbprev, .lbnext {
    color: #fff;
    text-decoration: none;
}

.lb1 {
    width: auto;
    cursor: default;
}

.lb1 .rsImg {
    cursor: move;
}

.lb2 {
    width: 320px;
    margin: 0 auto;
    text-align: center;
}

@media screen and (max-width: 760px) {
    .sliderContainer1,
    .sliderInLightbox {
    }
}

.video3 {
    position: relative;
    padding-bottom: 0;
 /* 16:9 */
    padding-top: 0px;
    width: 720px;
    height: 404px;
    margin: 0 auto;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
}

.video3 video, .video3 embed {
    height: 100%;
    width: 100%;
}

.video3 embed {
    background-color: #000;
}

@media only screen and (min-width: 0px) and (max-width: 990px) {
    .video3 {
        position: relative;
        padding-bottom: 56.25%;
 /* 16:9 */
        padding-top: 25px;
        height: 0;
        width: auto;
    }

    .video3 iframe, .video3 video, .video3 embed {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }

    .video_content {
        width: 100%;
    }
}


/* Common styles of menus */

.dl-menuwrapper {

    width: 100%;
    position: absolute;
    -webkit-perspective: 1000px;
    -moz-perspective: 1000px;
    perspective: 1000px;
    -webkit-perspective-origin: 50% 200%;
    -moz-perspective-origin: 50% 200%;
    perspective-origin: 50% 200%;
    z-index: 4000;
    margin-top:0px;
    left:0px;

}

.dl-menuwrapper:first-child {
}



.dl-trigger {
        z-index: 4000;
        background-image: url(hi_mobilemenu.png);
        background-position: 0px 0px;
        background-repeat: no-repeat;
        display:block;
        width:22px;
        height:32px;
         position: absolute;
        right:3%;


        text-indent: -9999px;

        margin-top:0px;
}

.dl-trigger.dl-active {

}

.dl-menuwrapper ul {
    /*background: #aaa;*/
    margin-top:0px !important;
}

.dl-menuwrapper ul {
    padding: 0;
    list-style: none;
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    transform-style: preserve-3d;
    margin-top:0px !important;
}

.dl-menuwrapper li {
    position: relative;
}

.dl-menuwrapper li a {
    display: block;
    position: relative;
    padding: 10px 25px;
    outline: none;
    text-decoration: none;
    color:#fff;
    background-color: #A1BD6C;

     text-transform: uppercase;
    letter-spacing: 0.10em;

    font-family: 'Roboto', sans-serif;
    font-weight: bold;

}

.dl-menuwrapper li a.rot {  background-color :#7BA02D; }

.no-touch .dl-menuwrapper li a:hover {
    background-color: #7BA02D;
}

.no-touch .dl-menuwrapper li a.rot:hover {
    background-color: #7BA02D;
}

.dl-menuwrapper li.dl-back > a {
    padding-left: 25px;
    background-color: #7BA02D;
}

.dl-menuwrapper .ulrot li.dl-back > a {
    background-color: #7BA02D;
}


.dl-menuwrapper li.dl-back:after,
.dl-menuwrapper li > a:not(:only-child):after {
    position: absolute;
    top: 0;
    line-height: 40px;
    speak: none;
    -webkit-font-smoothing: antialiased;
    content: "»";
    font-weight: bold;
}

.dl-menuwrapper li.dl-back:after {
    left: 10px;
    color: rgba(255,255,255,0.4);
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    transform: rotate(180deg);
    font-weight: bold;
    margin-top:5px;
}

.dl-menuwrapper li > a:after {
    right: 10px;
    color: rgba(255,255,255,0.4);
}

.dl-menuwrapper .dl-menu {
    margin: 0px 0 0 0;
    position: absolute;
    width: 100%;
    opacity: 0;
    pointer-events: none;
    -webkit-transform: translateY(10px);
    -moz-transform: translateY(10px);
    transform: translateY(10px);
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    top: 60px;
    display: none\9 !important;
 /* IE 7-8 */;
}

.dl-menuwrapper .dl-menu.dl-menu-toggle {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.dl-menuwrapper .dl-menu.dl-menuopen {
    opacity: 1;
    pointer-events: auto;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    transform: translateY(0px);
    display: block\9 !important;
 /* IE 7-8 */;
}



/* Hide the inner submenus */
.dl-menuwrapper li .dl-submenu {
    display: none;
}

/*
When a submenu is openend, we will hide all li siblings.
For that we give a class to the parent menu called "dl-subview".
We also hide the submenu link.
The opened submenu will get the class "dl-subviewopen".
All this is done for any sub-level being entered.
*/
.dl-menu.dl-subview li,
.dl-menu.dl-subview li.dl-subviewopen > a,
.dl-menu.dl-subview li.dl-subview > a {
    display: none;
}

.dl-menu.dl-subview li.dl-subview,
.dl-menu.dl-subview li.dl-subview .dl-submenu,
.dl-menu.dl-subview li.dl-subviewopen,
.dl-menu.dl-subview li.dl-subviewopen > .dl-submenu,
.dl-menu.dl-subview li.dl-subviewopen > .dl-submenu > li {
    display: block;
}

/* Dynamically added submenu outside of the menu context */
.dl-menuwrapper > .dl-submenu {
    position: absolute;
    width: 100%;
    top: 60px;
    left: 0;
    margin: 0;
}

/* Animation classes for moving out and in */



.dl-menu.dl-animate-out-2 {
    -webkit-animation: MenuAnimOut2 0.3s ease-in-out;
    -moz-animation: MenuAnimOut2 0.3s ease-in-out;
    animation: MenuAnimOut2 0.3s ease-in-out;
}

@-webkit-keyframes MenuAnimOut2 {
    100% {
        -webkit-transform: translateX(-100%);
        opacity: 0;
    }
}

@-moz-keyframes MenuAnimOut2 {
    100% {
        -moz-transform: translateX(-100%);
        opacity: 0;
    }
}

@keyframes MenuAnimOut2 {
    100% {
        transform: translateX(-100%);
        opacity: 0;
    }
}

.dl-menu.dl-animate-in-2 {
    -webkit-animation: MenuAnimIn2 0.3s ease-in-out;
    -moz-animation: MenuAnimIn2 0.3s ease-in-out;
    animation: MenuAnimIn2 0.3s ease-in-out;
}

@-webkit-keyframes MenuAnimIn2 {
    0% {
        -webkit-transform: translateX(-100%);
        opacity: 0;
    }

    100% {
        -webkit-transform: translateX(0px);
        opacity: 1;
    }
}

@-moz-keyframes MenuAnimIn2 {
    0% {
        -moz-transform: translateX(-100%);
        opacity: 0;
    }

    100% {
        -moz-transform: translateX(0px);
        opacity: 1;
    }
}

@keyframes MenuAnimIn2 {
    0% {
        transform: translateX(-100%);
        opacity: 0;
    }

    100% {
        transform: translateX(0px);
        opacity: 1;
    }
}

.dl-menuwrapper > .dl-submenu.dl-animate-in-2 {
    -webkit-animation: SubMenuAnimIn2 0.3s ease-in-out;
    -moz-animation: SubMenuAnimIn2 0.3s ease-in-out;
    animation: SubMenuAnimIn2 0.3s ease-in-out;
}

@-webkit-keyframes SubMenuAnimIn2 {
    0% {
        -webkit-transform: translateX(100%);
        opacity: 0;
    }

    100% {
        -webkit-transform: translateX(0px);
        opacity: 1;
    }
}

@-moz-keyframes SubMenuAnimIn2 {
    0% {
        -moz-transform: translateX(100%);
        opacity: 0;
    }

    100% {
        -moz-transform: translateX(0px);
        opacity: 1;
    }
}

@keyframes SubMenuAnimIn2 {
    0% {
        transform: translateX(100%);
        opacity: 0;
    }

    100% {
        transform: translateX(0px);
        opacity: 1;
    }
}

.dl-menuwrapper > .dl-submenu.dl-animate-out-2 {
    -webkit-animation: SubMenuAnimOut2 0.3s ease-in-out;
    -moz-animation: SubMenuAnimOut2 0.3s ease-in-out;
    animation: SubMenuAnimOut2 0.3s ease-in-out;
}

@-webkit-keyframes SubMenuAnimOut2 {
    0% {
        -webkit-transform: translateX(0%);
        opacity: 1;
    }

    100% {
        -webkit-transform: translateX(100%);
        opacity: 0;
    }
}

@-moz-keyframes SubMenuAnimOut2 {
    0% {
        -moz-transform: translateX(0%);
        opacity: 1;
    }

    100% {
        -moz-transform: translateX(100%);
        opacity: 0;
    }
}

@keyframes SubMenuAnimOut2 {
    0% {
        transform: translateX(0%);
        opacity: 1;
    }

    100% {
        transform: translateX(100%);
        opacity: 0;
    }
}


/* No JS Fallback */
.no-js .dl-menuwrapper .dl-menu {
    position: relative;
    opacity: 1;
    -webkit-transform: none;
    -moz-transform: none;
    transform: none;
}

.no-js .dl-menuwrapper li .dl-submenu {
    display: block;
}

.no-js .dl-menuwrapper li.dl-back {
    display: none;
}

.no-js .dl-menuwrapper li > a:not(:only-child) {
    background: rgba(0,0,0,0.1);
}

.no-js .dl-menuwrapper li > a:not(:only-child):after {
    content: '';
}



/* Farben Menu resp. */



.dl-menuwrapper ul {
    /*background: rgba(0,0,0,0.8);  */
}

@media only screen and (min-width: 0px) and (max-width: 1200px) {


    .rsArrowIcn {
      display: none;
    }


}

@media only screen and (min-width: 400px) and (max-width: 960px) {


     #start_slider .rsArrowIcn {
      /*display: none;*/
    }


}

@media only screen and  (max-width: 400px) {


     #start_slider .rsArrowIcn {
      display: none;
    }


}

.rsWebkit3d .rsSlide {
    -webkit-transform: none;
}





.carousel {
  width:100%;
  }

.carousel li{
  width: width:100%; overflow:hidden;
}


.kalender {
  border-collapse: collapse; border: 0px solid #fff; background-color: #F5EDE3; padding:0px;margin:0px;
}

.kalender td {
  width:127px; height:153px; border:0px; border-left:1px solid #fff; border-bottom:1px solid #fff; vertical-align: top;
  padding:0px;margin:0px;
}

.kalender .wochentage tr { padding:0px;margin:0px; border:0px;

}

.kalender .wochentage td {
   background-color: #fff; height:20px; text-align: right; padding:3px;
}

.tag {
   padding:6px; text-align: right; font-size: 14px; padding-bottom:0px;
}

a.termin {
  display:block;
  -webkit-border-radius: 6px;
    -khtml-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
     background-color: #D1A46D;
     padding:12px;
     color:#fff;
     margin-bottom:2px;

     color:#fff;
     font-weight: normal;
     font-size: 14px;
     text-decoration: none;
     line-height: 100%;
     margin:6px;
     word-wrap:  break-word;
     overflow: hidden;
     height:56px;


}

a.termin.yoga {
     background-color: #336699;
}

a.termin.pilates {
    background-color: #6DAE08;
}

a.termin.energiearbeit {
    background-color: #9E0B0F;
}

.termin .punkt1,.termin .punkt2,.termin .punkt3 {
  margin-right:5px;
}

.termin_woche .punkt1,.termin_woche .punkt2,.termin_woche .punkt3 {
  margin-right:5px;
}

a.termin_woche {
  display:block;
  -webkit-border-radius: 6px;
    -khtml-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
     background-color: #CDA372;
     padding:3px;
     color:#fff;
     margin-bottom:2px;

     color:#fff;
     font-weight: normal;
     font-size: 14px;
     text-decoration: none;
     line-height: 100%;
     margin-top:30px;
      word-wrap:  break-word;
      width: 85px;
      overflow: hidden;




}

.kalender .woche_datum td {
    background-color: #fff; height:16px; text-align: right;padding:3px;
}

.kalender .woche_art td {
    background-color: #f6f8f8; height:20px; width:55px;
}

.kalender .woche_art td.art {
    background-color: #fff; text-align: right;
}

.uhrzeit div {
    height: 32px;
    padding: 4px;
    background-color: #fff;
}



#datum_anz {

}

.breit, .schmal, .schmal1 {
    position: relative;
}

.wochenkalender a {
    padding:4px; margin:2px; height:22px;
}

.cprev, .cnext {
    color: #D1A46D; text-decoration: none;
}
