@charset "UTF-8";
/* https://www.leopoldinum.at/wp-content/themes/leopoldinum/style.css?t=1662476803 */
/* Import rule from: https://www.leopoldinum.at/wp-content/themes/leopoldinum/css/style.css */
body {
	font-family: 'Open Sans', sans-serif;
	color: #555;
	font-size: 16px;
	font-weight: 300;
}

h1, .h1, h2, .h2, h3 .h3, h4 .h4, h5 .h5, h6 .h6 {
	font-family: 'Open Sans', sans-serif;
	font-weight: 300;
}

h1, .h1 {
	color: #3588C5;
}

h2, .h2 {
	font-size: 24px;
	color: #890621;
}

h2.border-bottom {
    border-bottom: 2px solid #3589c5;
    padding-bottom: 5px;
    margin-bottom: 20px;
}

a {
	color: #3588C5;
}

h1 {
	/*font-size: ;*/
}

/* ------ bootstrap overwrite ---- */

.form-control {
	border-radius: 0;
}

.btn {
	border-radius: 0;
}

.carousel-control.right {
	background-image: none;
}

.carousel-control.left {
	background-image: none;
}

.carousel-control {
	background-color: rgba(53, 136, 197, 1);
	opacity: 0.8;
	color: #fff;
	height: 35px;
	width: 35px;
	top: 46%;
	text-shadow: none;
	line-height: 34px;
}

.carousel-caption {
	text-align: left;
	background-color: rgba(53, 136, 197, 0.8);
	text-shadow: none;
	width: auto;
	padding: 15px;
	left: 0;
	right: auto;
	bottom: auto;
	top: 50px;
	font-size: 24px;
}

.breadcrumb > .active {
	color: #555;
}

.breadcrumb > li + li:before {
	color: #555;
}

.navbar-collapse {
	background-color: #890621;
}

.navbar-toggle {
	margin-top: 18px;
	margin-bottom: 18px;
}

/* ------ style definition ------ */

.home .main-container {
	padding-top: 0;
}

.main-container.revoslider {
    z-index: 0;
    position: relative;
    height: 100%;
    width: 100%;
    overflow: hidden;
}

.header-full {
	width: 100%;
	min-height: 70px;
	top: 0;
	position: fixed;
	left: 0;
	right: 0;
	background-color: #890621;
	z-index: 2;
}

.logo-wrapper {
	position: relative;
}

.logo-container {
	position: absolute;
	width: 355px;
	max-width: 100%;
	top: 8px;
	z-index: 2;
}

.navbar-main {
	margin-bottom: 0;
	height: 70px;
	border: none;
}

.navbar-main ul li {
	position: relative;
}

.navbar-main ul li a {
	color: #fff;
	padding: 0 10px;
	line-height: 70px;
	font-size: 20px;
}

.navbar-main ul li a:hover, .navbar-main ul li a:focus {
	background-color: #F9BE0C;
	text-decoration: underline;
}

.navbar-main ul li.no-hover > a:hover {
	text-decoration: none;
	cursor: default;
}

.navbar-main ul li ul {
	z-index: 1;
	display: none;
}

.navbar-main ul li:hover > ul {
	display: block;
}

.navbar-main ul li ul {
	position: absolute;
	background: #890621;
	padding: 3px 0;
	list-style: none;
	min-width: 100%;
}

.navbar-main ul li ul li {
	display: block;
	padding: 2px 10px;
}

.navbar-main ul li ul li a {
	display: block;
	padding: 3px 0;
	line-height: normal;
	white-space: nowrap;
	font-size: 16px;
}

.navbar-main ul li ul li ul {
	border: 1px solid #fff;
	left: 100%;
	top: 0;
}

.navbar-toggle {
	border-color: #fff;
}

.navbar-toggle .icon-bar {
	background-color: #fff;
}

@media (max-width: 767px) {
	.header-full {
		position: absolute;
	}
}

.main-container {
	padding-top: 70px;
}

.breadcrumb {
	background-color: #fff;
	margin-bottom: 0;
	padding: 10px 15px;
}

.left-sidebar {
	margin-top: 30px;
}

.sidebar-block {
	margin-bottom: 50px;
}

.sidebar-block:last-child {
	margin-bottom: 0;
}

.left-sidebar h2 {
	border-bottom: 2px solid #3589C5;
	padding-bottom: 5px;
	margin-bottom: 20px;
}

.aktuelles-block ul {
	padding-left: 15px;
	list-style: square;
}

.aktuelles-block ul li {
	margin-bottom: 20px;
}

.aktuelles-block ul li a {
	color: #555;
}

.form-block h2 {
	margin-bottom: 0;
}

.form-block .form-wrapper {
	background-color: #EFEFEF;
	padding: 20px;
}

.form-block .form-control {
	margin-bottom: 10px;
}

.form-block .btn {
	background-color: #3588C5;
	color: #fff;
	border: none;
}

.form-block .btn:after {
	display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
	content: "\f054";
	margin-left: 15px;
}

.content-container {
	margin-top: 30px;
}

.slider-container {
	margin-top: -30px;
}

@media (max-width: 990px) and (min-width: 767px) {
	.logo-container {
	    max-width: 100%;
	    overflow: hidden;
	    width: 95px;
	}
}

@media (max-width: 450px) {
	.logo-container {
	    max-width: 100%;
	    overflow: hidden;
	    width: 95px;
	}	
}

.leopoldinum_bluebutton:after {
	content: "\f054";
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    margin-left: 35px;
    top: -11px;
    position: relative;
}

.leopoldinum_bluebutton a {
	text-decoration: none;
	color: #fff !important;
}

.aktuelles-box {
	margin-bottom: 35px;
}

.aktuelles-box h2 {
	margin-top: 0;
}

/**
 * Revo Slider fix
 */
.slider-container .carousel .carousel-inner .carousel-caption {
	display: none !important;
}

.slider-container .carousel .carousel-control {
	top: 0;
	height: 100%;
}

.slider-container .carousel .carousel-control > .fa {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
}

/**
 * Mobile Nav
 */
#mobile-nav:not(.mm) {
	display: none;
}

.mobile-nav-toggle {
	position: absolute;
	right: 15px;
	top: 17px;
	width: 52px;
	height: 36px;
	border: 1px solid #FFFFFF;
	border-radius: 3px;
	text-align: center;
}

.mobile-nav-toggle .icon {
	position: relative;
	border-top: 2px solid #ffffff;
	border-bottom: 2px solid #ffffff;
	display: inline-block;
	width: 30px;
	height: 20px;
	margin-top: 7px;
}

.mobile-nav-toggle .icon:after {
	content: '';
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
	height: 2px;
	background-color: #ffffff;
	transform: translateY(-50%);
}

#mobile-nav {
	z-index: 99;
	background-color: #890b20;
	color: #FFFFFF;
}

.mm a {
	color: #FFFFFF !important;
}

.mm .current-menu-item > a,
.mm .current-menu-parent > a,
.mm .current-menu-ancestor > a {
	font-weight: 700;
}

.mm li:before,
.mm li:after,
.mm:before,
.mm .sub-menu,
.mm .menu,
.mm a {
	border-color: #FFFFFF !important;
}

@media (min-width: 768px) {
	.mobile-nav-toggle {
		display: none;
	}
}.content-container .wp-caption{margin:0;padding:0;background:#eee;border:1px solid #555;border-radius:3px}.content-container .wp-caption img{margin:5px;border-radius:3px;display:block}.content-container .wp-caption-text{color:#555;margin:5px;padding:0;font-size:12px;line-height:14px;text-align:center}.content-container .alignnone{clear:both;display:block;margin:20px 0 20px 0}.content-container .alignleft{display:inline;float:left;margin:4px 20px 10px 0}.content-container .aligncenter{clear:both;display:block;margin:20px auto 20px auto}.content-container .alignright{display:inline;float:right;margin:4px 0 10px 20px}.gallery{clear:both;display:block;margin:20px 0 20px 0}.gallery-item{float:left;margin:10px 0 10px 0;overflow:hidden}.gallery-icon a img{display:block}.gallery-columns-1 .gallery-item{width:100%}.gallery-columns-2 .gallery-item{width:50%}.gallery-columns-3 .gallery-item{width:33%}.gallery-columns-4 .gallery-item{width:25%}.gallery-columns-5 .gallery-item{width:20%}.gallery-columns-6 .gallery-item{width:16%}.gallery-columns-7 .gallery-item{width:14%}.gallery-columns-8 .gallery-item{width:12%}.gallery-columns-9 .gallery-item{width:11%}#comments{float:left;width:100%;overflow:hidden}.comments_respond{float:left;width:100%}.comment_form table tbody tr td{padding:0 10px 5px 0}.comments_list{float:left;margin:0;padding:0;width:100%;list-style:none}.comment{float:left;margin:0;padding:0 0 25px 0;width:100%}.comment p{margin:0 0 7px 0}.comment_meta{float:left;padding:0 0 5px 0;width:100%}.comment_text{float:left;padding:0 0 0 3%;width:97%}