/*
 * Custom CSS
 */


/*** BASIS-ELEMENTE ***/

html, body {
	line-height: normal;
}

body {
	line-height: 1.85em;
}

.ce-bodytext ul {
	list-style: disc;
    padding-left: 15px;
}



/*** HEADER ***/

.SocialLink li.search .search-box {
   right: 0 !important;
  left: inherit !important;
  margin-top: 5px;
}

.SocialLink li.search .search-box #kesearch_submit {
  right: 0;
}

@media (min-width: 992px) {

	.header-banner {
		width: 100%;
		margin-left: 50px;
	}
	.j20montevini {
		margin-top: 13px;
	}
}


.SocialLink li .search-box-trigger {
	margin-top: 5px;
	height: 39px;
	border-radius: 4px;
	padding: 10px;
}

.SocialLink li .search-box-trigger::before {
	top: 5px;
}

.SocialLink li.search .search-box .tx-kesearch-pi1 form {
	margin: 0;
}

.SocialLink li.search .search-box div.kesearchbox {
	height: auto;
	margin: 0;
}

.SocialLink li.search .search-box #kesearch_submit {
	height: 42px;
	width: 42px;
}

@media (min-width: 768px) {
	.search-box {
		display: block !important;
	}
}

@media (max-width: 767px) {
	#page-header {
		margin-top: 3vw;
		margin-bottom: 3vw;
	}
	.logo img {
		max-width: 190px;
		height: auto;
	}
	.SocialLink li.search {
		position: inherit;
	}
	.SocialLink li.search .search-box {
		width: 100%;
		background: #fff;
		padding: 5px 15px 5px 0;
	}
	.search.float-right {
		width: 100%;
		float: none;
	}
	.search.collapsed .search-box {
		display: none;
	}
	.search .tx-kesearch-pi1 form {
		margin: 0;
	}
	.search div.kesearchbox {
		height: 38px;
		margin: 0;
	}
}



/*** NAVIGATION ***/

/*@media (min-width: 768px) {
	.navbar-nav > li > a {
		margin: 0 25px;
	}
	#navbarSupportedContent > ul > li:nth-child(1) > a {
		padding-top: 7px;
		padding-bottom: 9px;
	}
}*/

.page-262 #navbarSupportedContent ul > li:first-child > a {
	color: #cc051c;
}

@media (max-width: 1199px) {
	.navbar-nav > li > a {
		margin: 0 30px;
	}
}

@media (max-width: 991px) and (min-width: 768px) {
	.navbar-nav > li > a {
		margin: 0 14px;
		/*padding: 10px 0;*/
	}
}



/*** SUBNAVI ***/

.first-menu {
	padding-left: 0px;
	padding-right: 0px;
}



/*** SLIDER ***/

.main-slider .slick-track {
    height: auto;
}

.main-slider .slick-slide .info-view {
	display: none;
}

.main-slider .slick-arrow {
	width: 50px;
	height: 50px;
}

.main-slider .slick-arrow::before {
	font-size: 45px;
}

@media (max-width: 767px) {
	.main-slider .slick-arrow {
		top: 10px;
		transform: translateY(0);
		-webkit-transform: translateY(0);
	}
	.main-slider .slick-arrow::before {
		font-size: 35px;
	}
}



/*** TEXT-BILD ***/

.ce-gallery figure.image {
	position: relative;
}

.ce-gallery figcaption {
	padding: 8px 10px;
	color: #000;
	font-size: 14px;
	line-height: 1.2;
	position: absolute;
	bottom: 0;
	left: 0;
	/*opacity: 0.7;*/
	width: 100%;
	background-color: rgba(255,255,255, 0.7);
	-webkit-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

/*.ce-gallery .image:hover figcaption {
	font-size: 17px;
	opacity: 1;
	background-color: rgba(255,255,255,0.7);
}*/

.ce-intext.ce-left .ce-gallery {
	margin-right: 20px;
}

.ce-intext.ce-right .ce-gallery,
.ce-intext.ce-left .ce-gallery,
.ce-above .ce-gallery {
	margin-bottom: 20px;
}

@media (max-width: 575px) {
	.ce-left .ce-gallery, .ce-column {
		float: none;
	}
	.ce-intext.ce-left .ce-gallery {
		margin-right: 0;
	}
}


.frame.frame-type-header {
	padding-bottom: 0;
}

.frame-light-bg-frame {
	padding: 30px 20px;
	border-radius: 0;
}

.frame-light-bg-frame a {
	color: #cc051c;
}

.frame-light-bg-frame a:focus,
.frame-light-bg-frame a:hover {
	color: #337ab7;
}

.frame .frame-red-frame,
.frame .frame-blue-frame,
.frame .frame-light-bg-frame {
	padding: 30px 20px !important;
}



/*** BILD ***/

.ce-gallery[data-ce-columns="2"] .ce-row,
.ce-gallery[data-ce-columns="3"] .ce-row,
.ce-gallery[data-ce-columns="4"] .ce-row {
	margin-left: -15px;
	margin-right: -15px;
}

.ce-gallery[data-ce-columns="2"] .ce-column,
.ce-gallery[data-ce-columns="3"] .ce-column,
.ce-gallery[data-ce-columns="4"] .ce-column {
	margin-right: 0;
	margin-bottom: 15px;
	padding-left: 15px;
	padding-right: 15px;
}

.ce-gallery[data-ce-columns="2"] .ce-column {
	width: 50%;
}

.ce-gallery[data-ce-columns="3"] .ce-column {
	width: 33%;
}

.ce-gallery[data-ce-columns="4"] .ce-column {
	width: 25%;
}

.ce-gallery[data-ce-columns="2"] .ce-column img,
.ce-gallery[data-ce-columns="3"] .ce-column img,
.ce-gallery[data-ce-columns="4"] .ce-column img {
	margin-right: 0;
}

@media (max-width: 575px) {
	.ce-gallery[data-ce-columns="2"] .ce-column,
	.ce-gallery[data-ce-columns="3"] .ce-column,
	.ce-gallery[data-ce-columns="4"] .ce-column {
		width: 50%;
		float: left;
	}
}



/*** UEBERSCHRIFT ***/

.frame > header > .h2-icon-warning {
	color: #0069AA;
	font-weight: 400;
	background: url("../img/icon_love_it_warning.svg") no-repeat 0 center;
	padding: 6px 0 7px 55px;
	border-bottom: none;
}



/*** FRAMES ***/

.frame-light-bg-frame.frame-space-after-extra-small {
	margin-bottom: 1em;
}

.frame-light-bg-frame.frame-space-after-small {
	margin-bottom: 2em;
}

.frame-light-bg-frame.frame-space-after-medium {
	margin-bottom: 3em;
}

.frame-light-bg-frame.frame-space-after-large {
	margin-bottom: 4em;
}

.frame-light-bg-frame.frame-space-after-extra-large {
	margin-bottom: 5em;
}



/*** SUCHE ***/

.tx-kesearch-pi1 .result-list-item > p {
	display: none;
}



/*** NEWS ***/

.news-list-view .news-Grid {
	width: 100%;
	float: none;
	padding: 25px 15px;
	margin: 0 0 25px;
}

.news-list-view .news-Grid .press-list {
	float: none;
}

.news-list-view .news-Grid .press-list span {
	float: none;
}

.news-list-view .news-Grid .news-image {
	float: none;
}

.news-list-view .news-Grid .news-content {
	float: none;
}






/*** FOOTER ***/

footer {
	font-weight: 300;
}

footer .frame > header > * {
	border: none;
	color: #fff;
}

.footer-top ul {
	padding: 0;
}

.footer-top ul li {
	list-style: none;
}

@media (min-width: 768px) {
	footer .footer-top .col-md-4:nth-child(2) {
		border: none;
		padding-left: 15px;
		padding-right: 15px;
	}
	footer .footer-top > div > .frame {
		padding: 4vw 0;
	}
	footer .footer-top p {
		margin: 0 0 1.8rem;
	}
}

.small-footer {
	background: #fff;
	padding: 30px 0;
}

.small-footer .left-section p,
.small-footer .right-section ul li a {
	color: #272727;
}

.small-footer .right-section ul li {
	line-height: 1;
}

.small-footer .right-section ul li + li {
	border-left: 1px solid #272727;
}

@media (max-width: 767px) {
	.small-footer .left-section {
		margin-bottom: 15px;
	}
	.small-footer .left-section p,
	.small-footer .right-section > ul {
		line-height: 1.3;
	}
}