.selected {
	background-color: #2b2b2b !important;
	color: #e2f42f !important;
}

/* Einrückung Submenus unter Mobile*/
@media screen and (max-width: 992px) {
	li.menu-item-has-children ul li.menu-item {
	padding-left: 30px;
	}
}


nav.nav_h ul ul {
    position: absolute;
    top: -999px;
    left: 0px;
    text-align: left;
    visibility: hidden;
    width: 260px;
}

nav.nav_h .menu-item a {
	padding-right: 25px;
	padding-left: 25px;
	margin-left: 0px;
	margin-right: 0px;
}

nav.nav_h .sub-menu .menu-item a {
    font-size: 14px;
	color: #ffffff;
	padding-right: 25px;
    padding-left: 25px;
    margin-left: 0px;
    margin-right: 0px;
	left: 0px;
}



/* Formatierung Main Copy*/
h1.page-title {
	font-size: 1.5em;
	color: #e2f42f;
	padding-bottom: 8px;
	border-bottom: 1px solid rgb(180, 180, 180);
}

h2 {
	font-size: 1.4em;
	/*color: #ffb35c;*/
}

h3 {
	font-size: 1.2em;
	font-weight: 500;
	/*color: #ffb35c;*/
}

h2.first-maincopy-title {
	margin-top: 12px;
	margin-bottom: 9px;
}

h2.maincopy-title {
	margin-top: 30px;
	margin-bottom: 9px;
}

h2#maincopy-title-homepage {
	margin-top: 40px;
	margin-bottom: 9px;
	padding-bottom: 8px;
	border-bottom: 1px solid rgb(180, 180, 180);
}


h3.maincopy-title_2 {
	margin-top: 30px;
	margin-bottom: 9px;
}

p.videotitle {
	padding-top: 50px;
}


div.the__copy p {
	/*font-size: 15px;*/
	margin-top: 9px;
	margin-bottom: 11px;
}

div.the__copy p b {
	/*color: #ffd8ac;*/
}

img.page-image {
	margin-top: 12px;
	border: 1px solid rgb(180, 180, 180);
}

img.page-image-single {
	margin-top: 12px;
	margin-bottom: 18px;
	border: 1px solid rgb(180, 180, 180);
}

img.zoom-image {
	margin-top: 12px;
	border: 1px solid rgb(180, 180, 180);
}

@media screen and (min-width: 992px){
img.zoom-image {
	margin-left: 0px;
	}
}


/* Blocksatz*/
div.the__copy {
	text-align: justify;
}

/* Silbentrennung*/
div.the__copy {
	hyphens: auto;
	hyphenate-limit-chars: 2;
	hyphenate-limit-lines: 2;
	-webkit-hyphens: auto;	
	-webkit-hyphenate-limit-chars: auto 3;
	-webkit-hyphenate-limit-lines: 2;
	-ms-hyphens: auto;	
	-ms-hyphenate-limit-chars: auto 3;
	-ms-hyphenate-limit-lines: 2;
}


/* Transition Transform img*/
@media screen and (min-width: 992px){
	img.zoom-image {
 		transition: transform 0.5s;
	 	-moz-transition: transform 0.5s;
	 	-webkit-transition: transform 0.5s;
	 	-o-transition: transform 0.5s;
		-ms-transition: transform 0.5s;
	}
	img.zoom-image:hover {
 		cursor: zoom-in;
		cursor: -moz-zoom-in;
	 	cursor: -webkit-zoom-in;
	 	transform: matrix(1.5, 0, 0, 1.5, -140, 130);
		-moz-transform: matrix(1.5, 0, 0, 1.5, -140, 130);
		-webkit-transform: matrix(1.5, 0, 0, 1.5, -140, 130);
		-o-transform: matrix(1.5, 0, 0, 1.5, -140, 130);
		-ms-transform: matrix(1.5, 0, 0, 1.5, -140, 130);
		z-index:10;
	}
}

/* Language-Selector */
.page__pallet__top > .content > ul {
	font-size: 0;
	margin : 0;
	padding: 0;
	position: absolute; right: 10px;
	text-align: center;
}

/* remove sharebutton slideshow */
.fancybox-button--pallet {
display:none;
}

/* Vegas Slideshow_Album Theater*/
#vegas_caption p {
    border-bottom: 0px solid rgb(190, 190, 190);
    margin: 0 auto;
    max-width: 900px;
    padding: 12px 24px;
}

/* Vimeo Video*/
div.video {
    width: 600px;
    padding: 6px;
    border: 1px solid black;
    margin: 0; 
} 

/* Link-Styling*/
/* unvisited link */
a.videolink:link {
   	font-size: 120%;
	background-color: #414141;
    color: #e2f42f;
	border: 1px solid black;
	padding: 4px 10px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
}

/* visited link */
a.videolink:visited {
    font-size: 120%;
	background-color: #414141;
    color: #e2f42f;
	border: 1px solid black;
	padding: 4px 10px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
}

/* mouse over link */
a.videolink:hover {
    font-size: 120%;
	background-color: #333333;
    color: #e2f42f;
	border: 1px solid black;
	padding: 4px 10px;
	text-align: center;
    text-decoration: underline;
}

/* selected link */
a.videolink:active {
    font-size: 120%;
	background-color: #333333;
    color: #e2f42f;
	border: 1px solid black;
	padding: 4px 10px;
	text-align: center;
    text-decoration: underline;
}



