html {
	position: relative;
	min-height: 100%;
}

.item-image img {
	max-width: 100%;
	border-radius: 3px;
}

.img-hover {
	overflow: hidden;
}

.img-hover img {
	width: 100%;
	height: auto;
    -webkit-transition: all .6s ease;
  	-moz-transition: all .6s ease;
  	-o-transition: all .6s ease;
  	-ms-transition: all .6s ease;
  	transition: all .6s ease;
}

.img-hover img:hover {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform:translateZ(0) scale(1.05);
    -moz-transform:scale(1.05);
    -ms-transform:scale(1.05);
    -o-transform:translatZ(0) scale(1.05);
    transform:translatZ(0) scale(1.05);
}

body {
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	background-color: #fdfdfd !important;
	overflow-x: hidden;
}

.relative {
	position: relative;
}

a {
	text-decoration: none;
	color: #a42789;
}

.bg-primary {
	background-color: #a42789 !important;
}

.bg-info {
	background-color: #667232 !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	-moz-hyphens: auto;
	-o-hyphens: auto;
	-webkit-hyphens: auto;
	-ms-hyphens: auto;
	hyphens: auto;
	text-transform: uppercase;
	color: #a42789;
}

#top {
	border-top: #a42789 solid 1px;
	margin-bottom: 10px;
	padding-top: 5px;
	font-size: 90%;
}

#top .container {
	position: relative;
	top: 23px;
}

#logo a {
	margin-bottom: 10px;
	max-width: 180px;
}

.navbar-dark .navbar-nav .nav-item a {
	color: #ffffff !important;
}

.navbar-expand-lg .navbar-nav .nav-item {
	padding: .5rem;
}

.jevbootstrap .mod_events_latest_date,
.jevbootstrap .mod_events_latest_content {
	line-height: inherit !important;
	vertical-align: inherit !important;
	float: right !important;
	text-align: right !important;
}

.jev_evdt_hits {
  display: none !important;
}

.jev_toprow div.previousmonth, .jev_toprow div.nextmonth {
	background-color: #a42789;
	border: 1px solid #a42789;
}

.jev_toprow div.currentmonth {
	border-top: 1px solid #a42789;
	border-bottom: 1px solid #a42789;
	margin-bottom: -1px;
}

#slider {
	margin-top: -20px;
	border-top: solid 40px #8a8c8e;
	border-bottom: solid 2px #8a8c8e;
}

#content .blog,
#content .item-page {
	margin-bottom: 100px;
}

#jevents_header {
	padding-top: 70px;
}

.jevbootstrap h1,
.jevbootstrap h2,
.jevbootstrap h3,
.jevbootstrap h4,
.jevbootstrap h5,
.jevbootstrap h6 {
	font-weight: 500 !important;
}

#content .blog.greyfull .leading-0,
#content .blog.greyfull .leading-1,
#content .blog.greyfull .leading-2,
#content .blog.greyfull .leading-3,
#content .blog.greyfull .leading-4,
#content .blog.greyfull .leading-5,
#content .blog.greyfull .leading-6,
#content .blog.greyfull .leading-7,
#content .item-page,
.com-content-category-blog__item
{
	padding-top: 70px;
	padding-bottom: 70px;
}

#content .blog.greyfull .leading-1,
#content .blog.greyfull .leading-3,
#content .blog.greyfull .leading-5,
#content .blog.greyfull .leading-7 {
	background-color: #F0F0F0;
}

#content .blog.greyfull .items-row {
	padding-top: 70px;
	padding-bottom: 70px;
}

#content .blog.greyfull .row-0,
#content .blog.greyfull .row-2,
#content .blog.greyfull .row-4,
#content .blog.greyfull .row-6,
#content .blog.greyfull .row-8,
#content .blog.greyfull .row-10,
#content .blog.greyfull .row-12,
#content .blog.greyfull .row-14,
#content .blog.greyfull .row-16,
#content .blog.greyfull .row-18,
#content .blog.greyfull .row-20,
#content .blog.greyfull .row-22,
#content .blog.greyfull .row-24,
#content .blog.greyfull .row-26,
#content .blog.greyfull .row-28 {
	background-color: #F0F0F0;
}

#content .blog.greyfull .col-md-6,
#content .blog.greyfull .col-md-4 {
	float: left;
}

#content .parcours .col-md-4 {
	position: relative;
	text-align: center;
}

#content .parcours .col-md-4 h2 {
	position: absolute;
	width: 300px;
	top: 60%;
	left: 50%;
	transform: translate(-50%, -50%);
	font-size: 250% !important;
	color: #fff;
	text-shadow: 1px 1px 5px #000;
}

#content .parcours .col-md-4 h3 {
	position: absolute;
	width: 300px;
	top: 70%;
	left: 50%;
	transform: translate(-50%, -50%);
	font-size: 120% !important;
	color: #fff;
	text-shadow: 1px 1px 3px #000;
}

#content .parcours .col-md-4 p {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 300px;
	height: 130px;
	transform: translate(-50%, -50%);
	font-size: 110% !important;
	color: #fff;
	text-shadow: 1px 1px 3px #000;
	display: none;
}

#content .parcours .col-md-4 p.readmore {
	position: absolute;
	top: 80%;
	left: 50%;
	height: 40px;
	transform: translate(-50%, -50%);
	display: block;
}

a:hover {
	color: #212529;
}

a.btn {
	margin-top: 15px;
	padding: 7px;
	text-transform: uppercase;
	border: 1px solid #a42789;
}

a.btn:focus,
a.btn:active:focus,
a.btn.active:focus,
a.btn.focus,
a.btn:active.focus,
a.btn.active.focus {
	outline: none !important;
}

.footer-oben {
	background: #dddddd;
	padding-top: 35px;
	padding-bottom: 35px;
}

.footer-unten {
	background: #8a8c8e;
	color: #ffffff;
	padding-top: 15px;
	padding-bottom: 5px;
}

.footer-unten a {
	color: #ffffff;
}


.hidden-mobile {
	display: none;
}

h1 {
	font-size: 26px !important;
}

h2 {
	font-size: 22px !important;
}

h3 {
	font-size: 20px !important;
}

h4 {
	font-size: 18px !important;
}

h5 {
	font-size: 16px !important;
}

h6 {
	font-size: 14px !important;
}

#logo {
	margin-bottom: 30px;
	max-width: 220px;
}

.jevbootstrap .mod_events_latest_date,
.jevbootstrap .mod_events_latest_content {
	float: none !important;
	text-align: center !important;
	width: 100%;
	margin-left: auto !important;
	margin-right: auto !important;
}

#content .blog,
#content .item-page {
	margin-bottom: 40px;
}


@media (min-width: 576px) {
	.hidden-mobile {
		display: none;
	}
	
	h1 {
		font-size: 26px !important;
	}
	
	h2 {
		font-size: 22px !important;
	}
	
	h3 {
		font-size: 20px !important;
	}
	
	h4 {
		font-size: 18px !important;
	}
	
	h5 {
		font-size: 16px !important;
	}
	
	h6 {
		font-size: 14px !important;
	}

	#logo {
		margin-bottom: 30px;
		max-width: 220px;
	}
	
	.jevbootstrap .mod_events_latest_date,
	.jevbootstrap .mod_events_latest_content {
		float: none !important;
		text-align: center !important;
		width: 100%;
		margin-left: auto !important;
		margin-right: auto !important;
	}
	
	#content .blog,
	#content .item-page {
		margin-bottom: 40px;
	}
}

@media (max-width: 767px) {
	.hidden-desktop {
		display: none;
	}

	#content .blog.greyfull .row-0,
	#content .blog.greyfull .row-2,
	#content .blog.greyfull .row-4,
	#content .blog.greyfull .row-6,
	#content .blog.greyfull .row-8,
	#content .blog.greyfull .row-10,
	#content .blog.greyfull .row-12,
	#content .blog.greyfull .row-14,
	#content .blog.greyfull .row-16,
	#content .blog.greyfull .row-18,
	#content .blog.greyfull .row-20,
	#content .blog.greyfull .row-22,
	#content .blog.greyfull .row-24,
	#content .blog.greyfull .row-26,
	#content .blog.greyfull .row-28 {
		background: none !important;
	}
	
	#content .blog.greyfull .items-row {
		padding-top: 0px;
		padding-bottom: 0px;
	}
	
	#content .blog.greyfull .col-md-4,
	#content .col-md-12 {
		padding-top: 40px;
		padding-bottom: 40px;
	}
	
	#content .item-image.pull-left {
		margin-bottom: 30px;
	}
	
}

@media (min-width: 768px) and (max-width: 991px) {
	.hidden-desktop {
		display: none;
	}

	#content .parcours .col-md-4 h2 {
		top: 65%;
		font-size: 200% !important;
	}
	
	#content .parcours .col-md-4 h3 {
		top: 78% !important;
		font-size: 80% !important;
	}
	
	#content .item-image.pull-left {
		margin-bottom: 50px;
	}
	
	#content .item-image.pull-left.portrait img {
		width: 280px !important;
		margin-right: 60px;
		margin-bottom: 180px;
		border-radius: 3px;
		
	}
}

@media (min-width: 992px) and (max-width: 1199px) {
	#content .parcours .col-md-4 h3 {
		top: 72% !important;
		font-size: 110% !important;
	}
	
	#content .item-image.pull-left {
		margin-bottom: 50px;
	}
	
	#content .item-image.pull-left.portrait img {
		width: 280px !important;
		margin-right: 60px;
		margin-bottom: 60px;
		border-radius: 3px;
	}
	
	#content #flexslider-109 {
		width: 400px;
		float: left;
		margin-right: 60px;
	}
		
	#position-1.col-sm-12 .kontakt {
		margin-left: 621px;
	}
}

@media (min-width: 1200px) {
	#content .item-image.pull-left img {
		width: 400px;
		margin-right: 60px;
		border-radius: 3px;
	}
	
	#content .item-image.pull-left.portrait img {
		width: 280px !important;
		margin-right: 60px;
		margin-bottom: 60px;
		border-radius: 3px;
		
	}

	#content .item-image.pull-right img {
		width: 400px;
		margin-left: 60px;
		border-radius: 3px;
	}

	#content .blog .item-image img {
		width: 400px;
		border-radius: 3px;
	}
	
	#content #flexslider-109 {
		width: 400px;
		float: left;
		margin-right: 60px;
	}
	
	#position-1.col-sm-12 .kontakt {
		margin-left: 695px;
	}
}