/* Add here all your CSS customizations */
html {
  height: 100%;
}


body {
	position: relative;
	background-color: #FFF;
	/*font-family: 'Raleway', sans-serif;*/
	
    font-family: 'Roboto', sans-serif;

   /* font-family: 'Roboto Condensed', sans-serif;*/


	line-height: 31px;
	font-size: 19px;
	font-weight: 300;
	color: #333;
	height: 100%;
}


#body-content {
	background-color: #FFF;
	
	 position: relative;
    min-height: 100%;
    height: auto !important;
    height: 100%;
	padding-bottom:100px;
}







/* ------------------------------------------------------------- *
 * Headings
/* ------------------------------------------------------------- */

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
	font-weight: 300;
	font-size: 24px;
}
.h1, .h2, .h3, h1, h2, h3 {
	margin-top: 0px;
	margin-bottom: 20px;
}
.h4, .h5, .h6, h4, h5, h6 {
	margin-top: 10px;
	margin-bottom: 15px;
}


.h2, h2 {
	line-height: 30px;
}


/* Zwischenheadline*/
.h3, h3 {
	margin: 0 0 10px;
	font-weight: 400;
	color: #1F1F1F;
	font-size: 18px;
}


/* Titel bei works On Paper*/
.h6, h6 {
	margin: 0;
	font-weight: 400;
	color: #1F1F1F;
	font-size: 18px;
}



/* Datum bei News*/
.h4, h4 {
	margin: 0 0 5px 0;
	font-weight: 300;
	color: #1F1F1F;
	font-size: 16px;
}


.headl {
	font-weight: 500;
}





.publications-box{
	padding-left: 20px;
	padding-top: 20px;
	padding-bottom: 20px;
	padding-right: 0;
}




#logo {
	position: relative;
	float: left;
	top: 15px;
	z-index: 9;
}
#logo a {
	font-size: 24px;
	font-weight: 300;
	color: #B19845;
	text-decoration: none;
}


/* ------------------------------------------------------------- */
/* HEADER */
/* ------------------------------------------------------------- */

#header {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	min-height:90px;
	background-color: #FFF;
	padding: 20px 60px 20px;
	z-index: 999;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
@media only screen and (max-width: 1200px) {
	#header {
		padding: 5px 50px;
	}
}
@media only screen and (max-width: 768px) {
	#header {
		padding-left: 20px;
		padding-right: 20px;
	}
}




/* ------------------------------------------------------------- *
 * Navbar
/* ------------------------------------------------------------- */

.navbar-nav {
	padding-top: 2px;
	/*padding-bottom: 15px;*/
}


/* Navbar links */
.nav > li > a {
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 300;
	position: relative;
	display: block;
	padding-left: 0;
	padding-right: 0;
	margin-left: 20px;
	color: #737373 !important;
}

@media only screen and (max-width: 900px) {
	.nav > li > a {
		margin-left: 10px;
	}
}


@media only screen and (max-width : 767px) {
	.nav > li > a {
		margin-left: 0;
	}
}

.navbar-nav > li > a {
	padding-top: 10px;
	padding-bottom: 8px;
	line-height: 20px;
	font-size: 18px;
	font-weight: 300;
	color: #737373 !important;
}
@media (min-width: 768px) {
	.navbar-nav > li > a {
		padding-top: 20px;
		padding-bottom: 20px;
	}
}



.navbar-header {
	padding-bottom: 20px;
}



/* Make navigation toggle on desktop hover (use class: dropdown-hover).
======================================================================== */
/*@media only screen and (min-width : 769px) {
	.dropdown-hover:hover > .dropdown-menu {
		display: block;
	}
}
*/


/* ------------------------------------------------------------- *
 * Dropdownmenue
/* ------------------------------------------------------------- */

.dropdown-menu > li > a {
	/*display: block;
	margin-bottom: 1px;
	padding: 7px 30px 7px 20px;
	clear: both;*/
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 16px;
	font-weight: 300;
	line-height: 22px;
	color: #333;
	
	/*white-space: nowrap;*/
}


.dropdown-menu {
  z-index: 25000 !important;
}

/* header show/hide on scroll */
@media only screen and (min-width: 768px) {
	#header.show-hide-on-scroll {
		position: fixed;
	}
	#header.show-hide-on-scroll.fly-up {
		margin-top: -350px !important;
	}
}


.navbar-nav li .textGold{
	color: #b19842!important;
	font-weight: 500!important;
}

/* Mobile navbar */
/*@media only screen and (max-width : 800px) {
	.navbar {
		float: none !important;
	}
	.navbar-collapse.in {
		overflow-y: auto;
		max-height: 410px;
	}
	.navbar-nav .open .dropdown-menu {
		padding-top: 0;
		padding-bottom: 0;
	}
}
*/

/* ------------------------------------------------------------- *
 * Button
/* ------------------------------------------------------------- */

.btn-dark-bordered {
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 300;
	font-size: 18px;
	color: #737373;
	background-color: transparent;
	border: 2px solid #fff;
	-webkit-box-shadow: none;
	box-shadow: none;
}
.btn-dark-bordered:hover,
.btn-dark-bordered.focus,
.btn-dark-bordered:focus,
.btn-dark-bordered.active,
.btn-dark-bordered:active,
.btn-dark-bordered.active.focus,
.btn-dark-bordered.active:focus,
.btn-dark-bordered.active:hover,
.btn-dark-bordered:active.focus,
.btn-dark-bordered:active:focus,
.btn-dark-bordered:active:hover,
.open > .dropdown-toggle.btn-dark-bordered,
.open > .dropdown-toggle.btn-dark-bordered.focus,
.open > .dropdown-toggle.btn-dark-bordered:focus,
.open > .dropdown-toggle.btn-dark-bordered:hover {
	color: #b19842;
	background-color: #fff;
	border: 2px solid #b19842;
}



/* isotope grid 2413*/
.isotope-grid {
	margin-top: 5px;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}


.isotope-filter .filter-toggle-btn {
	position: relative;
	width: 100%;
	background-color: #eeeeee !important;
	margin: 8px 0;
	padding: 10px 30px;
	font-size: 20px;
	font-weight: 300;
	color: #b19842;
	border: none;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

/*.filter-toggle-btn:hoover {
	
	background-color: #b19842!important;
	color: #fff!important;
}*/




.isotope-filter .filter-toggle-btn i {
	font-size: 21px;
}
.isotope-filter-links .btn {
	padding-left: 24px;
	padding-right: 24px;
}


/* isotope gutter (add more space between isotope items) */
.isotope.fluid.gutter {
	margin-left: -20px;
}
.isotope.gutter .isotope-item-wrap {
	padding: 20px;
}
.isotope.fluid.gutter .isotope-item-wrap {
	padding: 10px 30px 30px 20px;
}


.isotope.fluid.gutter .isotope-filter {
	margin-left: 25px;
	margin-right: 0px;
}









/*.isotope.fluid.gutter .isotope-item-wrap {
	padding: 0;
}


.isotope.fluid.gutter {
	margin-left: -10px;
}
.isotope.gutter .isotope-item-wrap {
	padding: 20px;
}
.isotope.fluid.gutter .isotope-item-wrap {
	margin: 10px;
}
*/



/* ------------------------------------------------------------- *
 * Sections
/* ------------------------------------------------------------- */

section {
	position: relative;
	height: auto;
	padding: 140px 60px 0 60px;
}
.section-inner {
	position: relative;
	height: 100%;
	margin-left: auto;
	margin-right: auto;
	padding: 80px;
}
@media only screen and (max-width: 1200px) {
	section {
		padding: 140px 50px 0 50px;
	}
	.section-inner {
		padding: 80px 40px;
	}
}
@media only screen and (max-width: 768px) {
	section {
		padding: 140px 20px 0 20px;
	}
	.section-inner {
		padding: 40px 20px;
	}
}


/* ------------------------------------------------------------- *
 * Portfolio
/* ------------------------------------------------------------- */




.portfolio-project-section {
	padding-top: 20px;
	/*max-height: 800px;*/
}


/*.portfolio-nav-section {
	padding: 140px 50px 0 50px;
}*/

.portfolio-nav-section {
	padding-top: 130px;
}

.portfolio-nav-prev, .portfolio-nav-next {
	display: inline-block;
	width: 60px;
	height: 60px;
	line-height: 58px;
	background-color: #FFF;
	text-align: left;
	font-size: 28px;
	color: #DCDCDC;
	
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.portfolio-nav-next {
	text-align: right;
}



.portfolio-nav-all:hover {
	background-color: #fff;
	color: #b19842;
	border-color: #FFFFFF;
}


.portfolio-pic-subline-1 {
	/*position: inherit;*/
	color: #1F1F1F;
	font-size: 17px;
	font-weight: 400;
	line-height: 20px;
	margin-top: 8px;
	margin-bottom: 0;
}

.portfolio-pic-subline-2 {
	color: #1F1F1F;
	font-size: 16px;
	font-weight: 300;
	line-height: 22px;
	margin-top: 8px;
}

/*LightboxSlider sublines*/
.sl-wrapper .sl-image .sl-caption {
	 font-family: 'Roboto', sans-serif;
      display: none;
      padding: 5px;
     /* color: #fff;*/
      background: rgba(210, 210, 210, 0);
     /* font-size: 1rem;*/
	color: #1F1F1F;
	font-size: 17px;
	line-height: 20px;
	font-weight: 400;
      position: absolute;
      bottom: 0;
      left: 0;
      right: 0; 
}
.sl-caption2{
	 
	font-weight: 300;
}






.portfolio-nav:before {
	position: absolute;
	content: "";
	width: 100%;
	height: 1px;
	left: 0;
	top: 50%;
	margin-top: -1px;
	border-bottom: 0px solid #EFEFEF;
}




/* ------------------------------------------------------------- *
 * Portfolio Project info section (Text)
/* ------------------------------------------------------------- */

#portfolio-info-section {
	max-width: 1200px;
	color: #1F1F1F;
	font-size: 18px;
	font-weight: 300;
	line-height: 26px;
}

.portfolio-single-info {
	font-size: 18px;
	font-weight: 300;
	line-height: 26px;
}





/* ------------------------------------------------------------- *
 * Team section (Jetzt: Publications)
/* ------------------------------------------------------------- */

#team-section {
}

.team-wrap {
}
.team-box {
	text-align: center;
	margin-top: 10px;
	margin-left: 0px;
	margin-right: 10px;
	margin-bottom: 60px;
}

/* Team image */
.team-box .team-image {
	position: relative;
	overflow: hidden;
	text-align: center;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

/* Team box image hover (use class "team-box-hover" to enable team box hover effect) */
.team-box-hover .team-image:before {
	position: absolute;
	content: "";
	width: 200%;
	height: 100%;
	left: -150px;
	top: 140%;
	background-color: rgba(255, 255, 255, 0.35);
	z-index: 1;
	-webkit-transform: rotate(30deg);
	-moz-transform: rotate(30deg);
	-o-transform: rotate(30deg);
	-ms-transform: rotate(30deg);
	transform: rotate(30deg);
	-webkit-transition: all 0.7s ease-in-out;
	-moz-transition: all 0.7s ease-in-out;
	-o-transition: all 0.7s ease-in-out;
	-ms-transition: all 0.7s ease-in-out;
	transition: all 0.6s ease-in-out;
}
@media only screen and (min-width: 992px) {
	/* Show team image hover effect on bigger devices only */
	.team-box-hover .team-box:hover .team-image {
		-webkit-transform: translateY(-10px);
		-moz-transform: translateY(-10px);
		-o-transform: translateY(-10px);
		-ms-transform: translateY(-10px);
		transform: translateY(-10px);
	}
	.team-box-hover .team-box:hover .team-image:before {
		top: -160%;
	}
}

/* Team box image rounded (use class "team-box-rounded" to enable rounded images) */
.team-box-rounded .team-image {
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
}



/* Team box info */
.team-info {
	margin-top: 30px;
}

.publications-title{
	font-family: 'Roboto', sans-serif;
	font-size: 16px;
	font-weight: 400;
}
.team-info-text {
	font-family: 'Roboto', sans-serif;
	font-size: 16px;
}

/* Team box info social icons */
.team-info-icons {
	margin-top: 15px;
}
.team-info-icons a {
	display: inline-block;
	width: 32px;
	height: 32px;
	line-height: 32px;
	background-color: #222;
	text-align: center;
	font-size: 14px;
	color: #FFF;
	border-radius: 30px;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
.team-info-icons a:hover {
	background-color: #b19842;
}


 




/* ------------------------------------------------------------- *
 * Exhibition info section
/* ------------------------------------------------------------- */

#exhibition-info-section {
	max-width: 1200px;
	color: #1F1F1F;
	font-size: 18px;
	font-weight: 300;
	line-height: 30px;
}

#exhibition-info-section p {
	margin-bottom: 7px;
}



/* ------------------------------------------------------------- *
 * Biography info section
/* ------------------------------------------------------------- */

#biography-info-section {
	max-width: 1200px;
	color: #1F1F1F;
	font-size: 18px;
	font-weight: 300;
	line-height: 26px;
}

#biography-info-section p {
	margin-bottom: 7px;
}





/* ------------------------------------------------------------- *
 * Publications info section
/* ------------------------------------------------------------- */

#publications-info-section {
	max-width: 1200px;
	color: #1F1F1F;
	font-size: 18px;
	font-weight: 300;
	line-height: 26px;
}

/*#publications-info-section br {
	margin-bottom:15px;
}imprint-info-section
*/




/* ------------------------------------------------------------- *
 * Impressum info section
/* ------------------------------------------------------------- */

#imprint-info-section {
	max-width: 1200px;
	color: #1F1F1F;
	font-size: 18px;
	font-weight: 300;
	line-height: 26px;
}


#imprint-info-section p{
	padding-bottom: 0;
	margin-bottom: 50px;
}

.imprint-title{
	font-weight: 400;
}




/* ------------------------------------------------------------- *
 * NEWS section
/* ------------------------------------------------------------- */

#news-info-section {
	max-width: 1200px;
	color: #1F1F1F;
	font-size: 18px;
	font-weight: 300;
	line-height: 26px;
}

.news-single-info {
	font-size: 18px;
	font-weight: 300;
	line-height: 26px;
}

.ps-image {
	margin-bottom: 0;
}
/*  End NEWS section ---------------------------------------------*/






/* ------------------------------------------------------------- *
 * Footer section
/* ------------------------------------------------------------- */

#footer {
	/*text-align: left;*/
	line-height: 19px;
	padding-bottom: 20px;
	padding-top: 100px;
	position: absolute;
    bottom: 0px;
    width: 100%;
}


/*pos-bottom*/


 
/*div.pos-rel{
position: relative!important;

}

div.pos-bottom {
  position: absolute;
  bottom: 80px;
  right: 0;
  width: 200px;
  height: 100px;
  border: 3px solid #73AD21;
}
*/
/*.body-content .pos-bottom

 {
position: absolute!important;
  bottom: 10px;
}*/

#footer .copyright {
	/*color: #B19845;*/
	font-size: 16px;
	font-weight: 300;
}

#footer .section-inner{
	padding: 0px ;
}

#footer p{
	margin-bottom:8px; ;
}

@media only screen and (max-width : 1200px) {
	#footer {
		padding-bottom: 20px;
	}
}
@media only screen and (max-width : 768px) {
	#footer {
		padding-bottom: 20px;
	}
}

footer-menu a {
	font-family: 'Roboto', sans-serif;
	font-weight: 300;
	color: #888;
}

.footer-menu a:focus, 
.footer-menu a:hover {
	text-decoration: none;
	color: #b19842;
	
}



/*.navbar-default .navbar-nav .nav > li > a > .textGold{
	color: #b19842!important;
	font-weight: 500!important;
}*/

/*.nav.li.textGold{
	color: #b19842!important;
	font-weight: 500;
}*/


/* ------------------------------------------------------------- *
 * Scroll to top button  
/* ------------------------------------------------------------- */

/* In theme.css komplett auskommentiert*/
.scrolltotop {
	
	position: absolute;
	top: -10px;
	right:10px;
	/*left: 50%;*/
	width: 50px;
	height: 50px;
	line-height: 45px;
	background-color: #eeeeee;
	/*margin-bottom: 10px;*/
	text-align: center;
	font-size: 25px;
	color: #b19842;
	text-decoration: none;
	border-radius: 50%;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
.scrolltotop:hover {
	background-color: #b19842;
	color: #FFF;
}







/************************************************************** NAV Icon */

.navbar-toggle {
  border: none;
  background: transparent !important;
}
.navbar-toggle:hover {
  background: transparent !important;
}
.navbar-toggle .icon-bar {
  width: 28px;
  transition: all 0.2s;
}
.navbar-toggle .top-bar {
  transform: rotate(45deg);
  transform-origin: 10% 10%;
	background: #b19842!important;
}
.navbar-toggle .middle-bar {
  opacity: 0;
}
.navbar-toggle .bottom-bar {
  transform: rotate(-45deg);
  transform-origin: 10% 90%;
	background: #b19842!important;
}
.navbar-toggle.collapsed .top-bar {
  transform: rotate(0);
	background: #737373!important;
}
.navbar-toggle.collapsed .middle-bar {
  opacity: 1;
	background: #737373!important;
}
.navbar-toggle.collapsed .bottom-bar {
  transform: rotate(0);
	background: #737373!important;
}








.isotope-filter .navbar-toggle {
  background: #eeeeee !important;

}

.isotope-filter .navbar-toggle:hover {
  background: #b19842 !important;
color:#fff;
}


.isotope-filter .navbar-toggle.collapsed {
  background: #eeeeee!important;
color:#b19842;
}


.isotope-filter .filter-toggle-btn {
	
	font-size: 25px!important;
	
}





/* ------------------------------------------------------------- *
 * owl-carousel
/* ------------------------------------------------------------- */



.Imagecontainer{
	display:inline-block;
	text-align:left;
	/*width:auto;
	height:auto;*/
	
}

.owl-carousel .owl-wrapper {
    display: flex !important;
}
.owl-carousel .cc-item img{
	display: block;
	max-height: 70vh;
	width: auto!important;
  margin-left: auto;
  margin-right: auto;
}


 .owl-carousel .cc-item{
	 display: block;
	margin-left:auto;
	margin-right: auto;
	text-align: center;
}

/* OWL controls */
.owl-carousel .owl-nav .owl-prev, .owl-carousel .owl-nav .owl-next {
	position: absolute;
}

/* Prev/Next nav buttons 
========================= */
.owl-nav {
	margin: 0;
}
.owl-carousel .owl-nav .owl-prev, 
.owl-carousel .owl-nav .owl-next {
	top: 50%;
	width: 50px;
	height: 50px;
	line-height: 50px;
	background-color: rgba(238, 238, 238, 0.4);
	padding: 0;
	margin: 0;
	text-align: center;
	color: #b19842;
	opacity: 0;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);

	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;

	/* FontAwesome icons (http://fontawesome.io/) */
	font: normal normal normal 14px/1 FontAwesome;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-size: 19px;
}

.owl-carousel .owl-nav .owl-prev:hover, 
.owl-carousel .owl-nav .owl-next:hover {
	background-color: rgba(238, 238, 238, 0.7);
}
.owl-carousel .owl-nav .owl-prev {
	left: 0;
	padding-right: 3px;
}
.owl-carousel .owl-nav .owl-next {
	right: 0;
	padding-left: 3px;
}

.owl-carousel .owl-nav .owl-prev:before,
.owl-carousel .owl-nav .owl-next:before {
	display: block;
	line-height: 50px;
}
.owl-carousel .owl-nav .owl-prev:before {
	content: "\f060";
}
.owl-carousel .owl-nav .owl-next:before {
	content: "\f061";
}

.owl-carousel:hover .owl-nav .owl-prev, 
.owl-carousel:hover .owl-nav .owl-next {
	opacity: 1;
}
.owl-carousel:hover .owl-nav .owl-prev {
	left: 0;
}
.owl-carousel:hover .owl-nav .owl-next {
	right: 0;
}

@media (max-width: 992px) {
	.owl-carousel .owl-nav .owl-prev, 
	.owl-carousel .owl-nav .owl-next {
		top: 50%;
		width: 40px;
		height: 40px;
		line-height: 40px;
		font-size: 16px;
	}
	.owl-carousel .owl-nav .owl-prev:before,
	.owl-carousel .owl-nav .owl-next:before {
		line-height: 42px;
	}
}

/* Prev/Next buttons disabled (no loop) */
.owl-carousel .owl-nav .owl-prev.disabled {
	background-color: rgba(173, 173, 173, 0.2);
}
.owl-carousel .owl-nav .owl-next.disabled {
	background-color: rgba(173, 173, 173, 0.2);
}

/* Prev/Next buttons positions outside top */
.nav-outside .owl-nav {
	position: absolute;
	top: -50px;
	right: 0;
	width: 65px;
}
.nav-outside .owl-nav .owl-prev, .nav-outside .owl-nav .owl-next {
	width: 30px;
	height: 30px;
	line-height: 30px;
	/*background: transparent;*/
	font-size: 19px;
	color: #333;
	opacity: 1;
	-moz-transform: translateY(0);
	-ms-transform: translateY(0);
	-webkit-transform: translateY(0);
	transform: translateY(0);
}
.nav-outside .owl-nav .owl-prev:hover, .nav-outside .owl-nav .owl-next:hover {
	background-color: transparent;
	color: #b19842;
}
.nav-outside .owl-nav .owl-prev.disabled, .nav-outside .owl-nav .owl-next.disabled {
	background-color: transparent;
	color: #D0D0D0;
}
.nav-outside:hover .owl-nav .owl-prev {
	left: 0;
}
.nav-outside:hover .owl-nav .owl-next {
	right: 0;
}

.nav-outside .owl-nav .owl-prev:before, .nav-outside .owl-nav .owl-next:before {
	line-height: 28px;
}

/* Prev/Next buttons rounded */
.nav-rounded .owl-nav .owl-prev, .nav-rounded .owl-nav .owl-next {
	-webkit-border-radius: 25px;
	-moz-border-radius: 25px;
	border-radius: 25px;
}
.nav-outside.nav-rounded .owl-nav .owl-prev, .nav-outside.nav-rounded .owl-nav .owl-next {
	line-height: 26px;
	font-size: 14px;
	border: 1px solid #222;
}
.nav-outside.nav-rounded .owl-nav .owl-prev:hover, .nav-outside.nav-rounded .owl-nav .owl-next:hover {
	background-color: #222;
	color: #FFF;
}
.nav-outside.nav-rounded .owl-nav .owl-prev.disabled, .nav-outside.nav-rounded .owl-nav .owl-next.disabled {
	background-color: transparent;
	color: #D0D0D0;
	border-color: #D0D0D0;
}

/* Dots */
.owl-carousel .owl-dot {
	display: inline-block;
}
.owl-dots, .owl-nav.disabled + .owl-dots {
	position: absolute;
	bottom: 15px;
	margin-top: 0px;
	left: 50%;
	overflow: visible;
	z-index: 999;
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}
.owl-dots .owl-dot span {
	display: block;
	width: 8px;
	height: 8px;
	background: #D6D6D6;
	margin: 0px 4px;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}
.owl-dots .owl-dot.active span, .owl-dots .owl-dot:hover span {
	background-color: #b19842;
}

/* folgendes ist auch in theme.css auskommentiert*/
/*.owl-dots .owl-dot.active span {
	-webkit-transform: scale(1.5);
	-moz-transform: scale(1.5);
	-o-transform: scale(1.5);
	-ms-transform: scale(1.5);
	transform: scale(1.5);
}*/

/* Dots positions outside */
.dots-outside .owl-dots, .dots-outside .owl-nav.disabled + .owl-dots {
	bottom: -20px;
}
.dots-left .owl-dots, .dots-left .owl-nav.disabled + .owl-dots {
	left: 20px;
	-moz-transform: translateX(0);
	-ms-transform: translateX(0);
	-webkit-transform: translateX(0);
	transform: translateX(0);
}
.dots-right .owl-dots, .dots-right .owl-nav.disabled + .owl-dots {
	left: inherit;
	right: 20px;
	-moz-transform: translateX(0);
	-ms-transform: translateX(0);
	-webkit-transform: translateX(0);
	transform: translateX(0);
}

/* Dots rounded */
.dots-rounded .owl-dots .owl-dot span {
	width: 10px;
	height: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}
