@font-face {
	font-family: "Conduit ITC W02 Regular";
	src: url("../fonts/f2bf0236-fe34-42d3-a1ec-1f520a42ff40.woff2") format("woff2"), url("../fonts/2db18dc0-fa6c-4a35-8de2-cde6fd4ea6ff.woff") format("woff");
}

@font-face {
	font-family: "Conduit ITC W01 Medium";
	src: url("../fonts/c6b46433-99c4-4b4e-b400-c09db6df522c.woff2") format("woff2"), url("../fonts/ddbb5185-dc6a-4e11-be8d-8939e9ea8bd9.woff") format("woff");
}

@font-face {
	font-family: "Conduit ITC W02 Bold";
	src: url("../fonts/aeb28a2b-e09b-4805-b27f-87ff38ef5fe2.woff2") format("woff2"), url("../fonts/e0c131cb-5ea3-4264-a7be-70b52501aacd.woff") format("woff");
}

@font-face {
	font-family: "Concert One";
	src: url("../fonts/ConcertOne-Regular.ttf") format("truetype");
}

	/* ==========================================================================
		Main styles
		========================================================================== */
html, body {
	background-color: #E3E3E3;
	height: 100%;
}

body {
	display: table;
	width: 100%;
	margin: 0;
	padding: 0;
	font-family: "Conduit ITC W01 Medium", 'Concert One', Impact, Charcoal, sans-serif;
}

#page {
	display: table-row;
	height: 100%;
}

h1, h2, h3, h4, h5, h6, p {
	font-family: "Conduit ITC W02 Bold", 'Concert One', Impact, Charcoal, sans-serif;
}

a, a:hover {
	color: #D83224;
	text-decoration: none;
}

/* selection color */
::selection {
	background: #D83224;
	color: #ffffff;
}

::-moz-selection {
	background: #D83224;
	color: #ffffff;
}

* {
	outline: none;
}

.box-sizing {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.transition {
	-webkit-transition: all 100ms ease-in-out;
	-moz-transition: all 100ms ease-in-out;
	-o-transition: all 100ms ease-in-out;
	transition: all 100ms ease-in-out;
}

input {
	box-shadow: none !important;
	border: 0 none transparent;
}

.mail-frame {
	margin: 0;
	padding: 0;
	border: none;
	width: 100%;
	height: 210px;
}

.padding-l-r-15 {
	padding-left: 15px;
	padding-right: 15px;
}

.submit-button {
	background-color: #D83224;
	color: #ffffff;
	border-radius: 4px;
	padding: 5px 20px;
}

.form-checkbox {
	margin: 7px 10px 0 0 !important;
	clear: left;
	float: left;
	position: relative !important;
}

.kontakt-abo-radio-1 {
	padding-right: 20px;
}

.overvlow {
	overflow: auto;
}

.text-align-right {
	text-align: right;
}

.text-align-center {
	text-align: center;
}

/* ######################################################################## */
/* ######################## FONTS / CONTENT STYLES ######################## */
/* ######################################################################## */
/* Image Typo */
.csc-textpic-image {
	margin-bottom: 30px !important;
}

.csc-textpic-image > img {
	max-width: 100%;
	height: auto;
}

[data-ce-columns="2"] .ce-column {
	float: left;
	margin-right: 10px;
}

.btn-group > .btn-group:last-child > .btn:first-child {
	border-radius: 4px;
}

/* Middle */
.font-middle, .bodytext, span.important, .font-middle p, .bodytext p, .font-middle div, .bodytext div, .font-middle-red, .font-middle-black {
	font-size: 17px;
	line-height: 1.7;
	color: #000000;
	font-family: "Conduit ITC W02 Bold", 'Concert One', Impact, Charcoal, sans-serif;
}

.font-middle.medium, .font-small.medium {
	font-family: "Conduit ITC W01 Medium", 'Concert One', Impact, Charcoal, sans-serif;
}

.font-middle.red, span.important, .font-middle a.red, li.font-middle.red a, .font-middle p.red, .font-middle label.red, .font-middle-red, p.font-middle-red, .red {
	color: #D83224;
}

.font-middle.white, .font-middle a.white, .font-middle p.white, .font-middle label.white, .color--white {
	color: #ffffff;
}

/* Small */
.font-small, .font-small-red, .font-small-black {
	font-size: 14px;
	line-height: 1.7;
	color: #000000;
	font-family: "Conduit ITC W02 Bold", 'Concert One', Impact, Charcoal, sans-serif;
}

.font-small.red, .font-small a.red, li.font-small.red a, .font-small p.red, .font-small label.red, .font-small-red {
	color: #D83224;
}

.font-small.white, .font-small a.white, .font-small p.white, .font-small label.white {
	color: #ffffff;
}

.font-small.dark-gray, .font-small a.dark-gray, .font-small p.dark-gray, .font-small label.dark-dark-dark-gray {
	color: #828481;
}

/* ######################################################################## */
/* ######################## LISTS / CONTENT STYLES ######################## */
/* ######################################################################## */
ul.listing {
	padding: 0;
}

ul.listing li {
	list-style-type: none;
}

ul.listing.float li {
	float: left;
	margin-right: 17px;
}

ul.listing li a {
	text-decoration: none;
}

ul.listing.komma-list li {
	margin-right: 3px;
}

ul.listing.komma-list li:after {
	content: ", ";
}

ul.listing.komma-list li:last-child:after {
	content: "";
}

/* Red */
ul.listing.komma-list li.red:after {
	color: #D83224;
}

/* ==========================================================================
	Title and text styles
	========================================================================== */
.full-width-page-title {
	padding: 40px 0;
}

/* ######################################################################## */
/* ########################## HEADLINE BASIC CSS ########################## */
/* ######################################################################## */
.content-title-small {
	font-size: 19px;
	margin: 15px 0 3px 0;
	color: #000000;
}

.content-title-small.red {
	color: #D83224;
}

/* ######################################################################## */
/* ########################## HEADLINE BASIC CSS ########################## */
/* ######################################################################## */

.headline-breakeble {
	overflow: hidden;
	text-align: center;
	max-width: 800px;
	margin: 0 auto;
}

.headline-breakeble-div {
	width: 300px;
}

.headline-breakeble a, .headline-breakeble a:hover {
	text-decoration: none;
}

.headline-breakeble h1, .headline-breakeble h2, .headline-breakeble h3, .headline-breakeble p {
	display: inline-block;
	padding: 0 15px;
	position: relative;
	font-size: 2.4em;
	color: #000000;
	max-width: 300px;
	margin: 0;
}

.headline-breakeble h1:before, .headline-breakeble h2:before, .headline-breakeble h3:before, .headline-breakeble p:before, .headline-breakeble h1:after, .headline-breakeble h2:after, .headline-breakeble h3:after, .headline-breakeble p:after {
	background: #000000;
	content: "";
	display: block;
	height: 1px;
	position: absolute;
	top: 18px;
	width: 400%;
}

/* Subtitle */
.headline-breakeble h1.sub-title:before, .headline-breakeble h2.sub-title:before, .headline-breakeble h3.sub-title:before, .headline-breakeble p.sub-title:before, .headline-breakeble h1.sub-title:after, .headline-breakeble h2.sub-title:after, .headline-breakeble h3.sub-title:after, .headline-breakeble p.sub-title:after {
	background: none;
	content: inherit;
	display: none;
	height: 0;
	position: absolute;
	top: auto;
	width: auto;
}

.headline-breakeble h1.sub-title, .headline-breakeble h2.sub-title, .headline-breakeble h3.sub-title, .headline-breakeble p.sub-title {
	width: 100%;
	line-height: 1;
	max-width: 800px !important;
}

.headline-breakeble h1:before, .headline-breakeble h2:before, .headline-breakeble h3:before, .headline-breakeble p:before {
	right: 100%;
}

.headline-breakeble h1:after, .headline-breakeble h2:after, .headline-breakeble h3:after, .headline-breakeble p:after {
	left: 100%;
}

/* ######################################################################## */
/* ############################# TITLE COLORS ############################# */
/* ######################################################################## */
/* ######### BLACK ######### */
.headline-breakeble.black h1, .headline-breakeble.black h2, .headline-breakeble.black h3, .headline-breakeble.black p, .headline-breakeble.black a, .headline-breakeble.black {
	color: #000000;
}

.headline-breakeble.black h1:before, .headline-breakeble.black h2:before, .headline-breakeble.black h3:before, .headline-breakeble.black p:before, .headline-breakeble.black h1:after, .headline-breakeble.black h2:after, .headline-breakeble.black h3:after, .headline-breakeble.black p:after {
	background: #000000;
}

/* ######### WHITE ######### */
.headline-breakeble.white h1, .headline-breakeble.white h2, .headline-breakeble.white h3, .headline-breakeble.white p, .headline-breakeble.white a, .headline-breakeble.white {
	color: #ffffff;
}

.headline-breakeble.white h1:before, .headline-breakeble.white h2:before, .headline-breakeble.white h3:before, .headline-breakeble.white p:before, .headline-breakeble.white h1:after, .headline-breakeble.white h2:after, .headline-breakeble.white h3:after, .headline-breakeble.white p:after {
	background: #ffffff;
}

/* ######### RED ######### */
.headline-breakeble.red h1, .headline-breakeble.red h2, .headline-breakeble.red h3, .headline-breakeble.red p, .headline-breakeble.red a, .headline-breakeble.red {
	color: #D83224;
}

.headline-breakeble.red h1:before, .headline-breakeble.red h2:before, .headline-breakeble.red h3:before, .headline-breakeble.red p:before .headline-breakeble.red h1:after, .headline-breakeble.red h2:after, .headline-breakeble.red h3:after, .headline-breakeble.red p:after {
	background: #D83224;
}

.headline-breakeble .sub-title.red, .headline-breakeble .sub-title.red a {
	color: #D83224;
}

/* ######### GRAY ######### */
.headline-breakeble.gray h1, .headline-breakeble.gray h2, .headline-breakeble.gray h3, .headline-breakeble.gray p, .headline-breakeble.gray a, .headline-breakeble.gray {
	color: #BBBDBA;
}

.headline-breakeble.gray h1:before, .headline-breakeble.gray h2:before, .headline-breakeble.gray h3:before, .headline-breakeble.gray p:before .headline-breakeble.gray h1:after, .headline-breakeble.gray h2:after, .headline-breakeble.gray h3:after, .headline-breakeble.gray p:after {
	background: #BBBDBA;
}

.headline-breakeble .sub-title.gray, .headline-breakeble .sub-title.gray a {
	color: #BBBDBA;
}

/* ######################################################################## */
/* ############################## TITLE SIZES ############################# */
/* ######################################################################## */
/* ######### BIG ######### */
.headline-breakeble.big-title {
	max-width: 800px;
}

.headline-breakeble.big-title h1, .headline-breakeble.big-title h2, .headline-breakeble.big-title h3, .headline-breakeble.big-title p {
	font-size: 2.4em;
	max-width: 300px;
}

.headline-breakeble.big-title h1:before, .headline-breakeble.big-title h2:before, .headline-breakeble.big-title h3:before, .headline-breakeble.big-title p:before, .headline-breakeble.big-title h1:after, .headline-breakeble.big-title h2:after, .headline-breakeble.big-title h3:after, .headline-breakeble.big-title p:after {
	top: 18px;
}

/* Desktop */
@media (min-width: 520px) {
	.headline-breakeble.big-title h1, .headline-breakeble.big-title h2, .headline-breakeble.big-title h3, .headline-breakeble.big-title p {
		font-size: 3.8em;
		max-width: 500px;
	}

	.headline-breakeble.big-title h1:before, .headline-breakeble.big-title h2:before, .headline-breakeble.big-title h3:before, .headline-breakeble.big-title p:before, .headline-breakeble.big-title h1:after, .headline-breakeble.big-title h2:after, .headline-breakeble.big-title h3:after, .headline-breakeble.big-title p:after {
		top: 30px;
	}

}

@media (max-width: 520px) {
	.modal-logo {
		width: 70% !important;
	}
}

@media (max-width: 320px) {
	.headline-breakeble.big-title h1 {
		font-size: 1.8em;
		max-width: 300px;
	}
}


/* ######### MIDDLE ######### */
.headline-breakeble.middle-title {
	max-width: 500px;
	width: 85%;
}

.headline-breakeble.middle-title h1, .headline-breakeble.middle-title h2, .headline-breakeble.middle-title h3, .headline-breakeble.middle-title p {
	font-size: 1.7em;
	max-width: 210px;
}

.headline-breakeble.middle-title h1:before, .headline-breakeble.middle-title h2:before, .headline-breakeble.middle-title h3:before, .headline-breakeble.middle-title p:before, .headline-breakeble.middle-title h1:after, .headline-breakeble.middle-title h2:after, .headline-breakeble.middle-title h3:after, .headline-breakeble.middle-title p:after {
	top: 15px;
}

/* Desktop */
@media (min-width: 520px) {
	.headline-breakeble.middle-title h1, .headline-breakeble.middle-title h2, .headline-breakeble.middle-title h3, .headline-breakeble.middle-title p {
		font-size: 1.9em;
		max-width: 400px;
	}

	.headline-breakeble.middle-title h1:before, .headline-breakeble.middle-title h2:before, .headline-breakeble.middle-title h3:before, .headline-breakeble.middle-title p:before, .headline-breakeble.middle-title h1:after, .headline-breakeble.middle-title h2:after, .headline-breakeble.middle-title h3:after, .headline-breakeble.middle-title p:after {
		top: 18px;
	}
}

/* ######### MIDDLE SMALLER ######### */
.headline-breakeble.middle-title.smaller {

}

.headline-breakeble.middle-title.smaller.full-width {
	width: 100%;
}

.headline-breakeble.middle-title.smaller h1, .headline-breakeble.middle-title.smaller h2, .headline-breakeble.middle-title.smaller h3, .headline-breakeble.middle-title.smaller p, .headline-breakeble.middle-title.smaller a {
	font-size: 1.4em;
}

.headline-breakeble.middle-title.smaller h1:before, .headline-breakeble.middle-title.smaller h2:before, .headline-breakeble.middle-title.smaller h3:before, .headline-breakeble.middle-title.smaller p:before, .headline-breakeble.middle-title.smaller h1:after, .headline-breakeble.middle-title.smaller h2:after, .headline-breakeble.middle-title.smaller h3:after, .headline-breakeble.middle-title.smaller p:after {
	top: 13px;
}


/* Desktop */
@media (min-width: 520px) {
	.headline-breakeble.middle-title.smaller h1, .headline-breakeble.middle-title.smaller h2, .headline-breakeble.middle-title.smaller h3, .headline-breakeble.middle-title.smaller p {
		font-size: 1.6em;
	}

	.headline-breakeble.middle-title.smaller h1:before, .headline-breakeble.middle-title.smaller h2:before, .headline-breakeble.middle-title.smaller h3:before, .headline-breakeble.middle-title.smaller p:before, .headline-breakeble.middle-title.smaller h1:after, .headline-breakeble.middle-title.smaller h2:after, .headline-breakeble.middle-title.smaller h3:after, .headline-breakeble.middle-title.smaller p:after {
		top: 14px;
	}
}

/*######### SMALL #########*/


/*########################################################################*/
/*############################### Text Width #############################*/
/*########################################################################*/
.headline-breakeble.max200 h1, .headline-breakeble.max200 h2, .headline-breakeble.max200 h3, .headline-breakeble.max200 p, .headline-breakeble.max200 a {
	max-width: 200px;
}

.headline-breakeble.max300 h1, .headline-breakeble.max300 h2, .headline-breakeble.max300 h3, .headline-breakeble.max300 p, .headline-breakeble.max300 a {
	max-width: 300px;
}

.headline-breakeble.max400 h1, .headline-breakeble.max400 h2, .headline-breakeble.max400 h3, .headline-breakeble.max400 p, .headline-breakeble.max400 a {
	max-width: 400px;
}

.headline-breakeble.max500 h1, .headline-breakeble.max500 h2, .headline-breakeble.max500 h3, .headline-breakeble.max500 p, .headline-breakeble.max500 a {
	max-width: 500px;
}

.headline-breakeble.max600 h1, .headline-breakeble.max600 h2, .headline-breakeble.max600 h3, .headline-breakeble.max600 p, .headline-breakeble.max600 a {
	max-width: 600px;
}

.headline-breakeble.max700 h1, .headline-breakeble.max700 h2, .headline-breakeble.max700 h3, .headline-breakeble.max700 p, .headline-breakeble.max700 a {
	max-width: 700px;
}

.headline-breakeble.max800 h1, .headline-breakeble.max800 h2, .headline-breakeble.max800 h3, .headline-breakeble.max800 p, .headline-breakeble.max800 a {
	max-width: 800px;
}


/* ==========================================================================
	Helper Classes
	========================================================================== */
.top-buffer80 {
	margin-top: 80px !important;
}

.top-buffer10 {
	margin-top: 10px;
}

.top-buffer16 {
	margin-top: 16px;
}

.top-buffer32 {
	margin-top: 32px !important;
}

.top-buffer40 {
	margin-top: 40px;
}


.top-buffer55 {
	margin-top: 55px !important;
}

.top-buffer60 {
	margin-top: 60px !important;
}

.bottom-buffer16 {
	margin-bottom: 16px;
}

.bottom-buffer60 {
	margin-bottom: 60px !important;
}

.top-buffer22 {
	margin-top: 22px;
}

.bottom-buffer22 {
	margin-bottom: 22px;
}

.bottom-buffer80 {
	margin-bottom: 80px !important;
}

.top-buffer70 {
	margin-top: 70px !important;
}

.bottom-buffer70 {
	margin-bottom: 70px !important;
}

.bottom-buffer30 {
	margin-bottom: 30px;
}

.bottom-buffer40 {
	margin-bottom: 40px !important;
}

.bottom-buffer-80 {
	margin-bottom: -80px;
}


.bottom-buffer55 {
	margin-bottom: 55px;
}

.bottom-buffer10 {
	margin-bottom: 10px;
}

.col-no-padding {
	padding: 0;
}

.col-15px-padding {
	padding: 15px;
}


.col-no-margin {
	margin: 0;
}

.col-no-margin-right {
	margin-right: 0;
}

.col-no-margin-left {
	margin-left: 0;
}

.col-md-15px-padding-left {
	padding-left: 15px;
}

.col-md-15px-padding-left-important {
	padding-left: 15px !important;
}

.col-md-30px-padding-left {
	padding-left: 30px;
}

.col-sd-15px-padding-left {
	padding-left: 15px;
}

.col-sd-no-padding-right {
	padding-right: 0;
}

.multiple-column-2 {
	-webkit-column-count: 2;
	-moz-column-count: 2;
	column-count: 2;
	-webkit-column-gap: 30px;
	-moz-column-gap: 30px;
	column-gap: 30px;
}

@media (max-width: 768px) {
	.multiple-column-2 {
		-webkit-column-count: auto;
		-moz-column-count: auto;
		column-count: auto;
		-webkit-column-gap: 0;
		-moz-column-gap: 0;
		column-gap: 0;
	}

	.col-15px-padding {
		padding: 15px;
	}

	.col-sd-no-padding-right {
		padding-right: 0;

	}

	.section_kuenstler_box {
		padding-left: 15px;
	}

	.modal-content {
		width: 90%;
	}
}


@media (min-width: 768px) {
	.col-sm-no-padding-right {
		padding-right: 0;
	}

	.col-sm-no-padding-left {
		padding-left: 0;
	}

	.modal-content {
		width: 80%;
	}
}

@media (min-width: 992px) {
	.col-md-no-padding-right {
		padding-right: 0;
	}

	.col-md-no-padding-left {
		padding-left: 0;
	}

	.modal-content {
		width: 60%;
	}
}

.clear-b {
	clear: both;
}

/* ==========================================================================
	Container Types
	========================================================================== */
.container-gray-gradient {
	background: rgba(165, 165, 165, 1);
	background: -moz-linear-gradient(-45deg, rgba(165, 165, 165, 1) 0%, rgba(198, 198, 197, 1) 100%);
	background: -webkit-gradient(left top, right bottom, color-stop(0%, rgba(165, 165, 165, 1)), color-stop(100%, rgba(198, 198, 197, 1)));
	background: -webkit-linear-gradient(-45deg, rgba(165, 165, 165, 1) 0%, rgba(198, 198, 197, 1) 100%);
	background: -o-linear-gradient(-45deg, rgba(165, 165, 165, 1) 0%, rgba(198, 198, 197, 1) 100%);
	background: -ms-linear-gradient(-45deg, rgba(165, 165, 165, 1) 0%, rgba(198, 198, 197, 1) 100%);
	background: linear-gradient(135deg, rgba(165, 165, 165, 1) 0%, rgba(198, 198, 197, 1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#a5a5a5', endColorstr='#c6c6c5', GradientType=1);
}

@media (min-width: 800px) {
	.container-gray-gradient {
		background: rgba(165, 165, 165, 1);
		background: -moz-linear-gradient(left, rgba(165, 165, 165, 1) 0%, rgba(198, 198, 198, 1) 51%, rgba(165, 165, 165, 1) 100%);
		background: -webkit-gradient(left top, right top, color-stop(0%, rgba(165, 165, 165, 1)), color-stop(51%, rgba(198, 198, 198, 1)), color-stop(100%, rgba(165, 165, 165, 1)));
		background: -webkit-linear-gradient(left, rgba(165, 165, 165, 1) 0%, rgba(198, 198, 198, 1) 51%, rgba(165, 165, 165, 1) 100%);
		background: -o-linear-gradient(left, rgba(165, 165, 165, 1) 0%, rgba(198, 198, 198, 1) 51%, rgba(165, 165, 165, 1) 100%);
		background: -ms-linear-gradient(left, rgba(165, 165, 165, 1) 0%, rgba(198, 198, 198, 1) 51%, rgba(165, 165, 165, 1) 100%);
		background: linear-gradient(to right, rgba(165, 165, 165, 1) 0%, rgba(198, 198, 198, 1) 51%, rgba(165, 165, 165, 1) 100%);
		filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#a5a5a5', endColorstr='#a5a5a5', GradientType=1);
	}
}


.container-dark-gray {
	background-color: #3D3D3D;
}

.container-middle-gray {
	background-color: #BBBDBC;
}

.container-light-gray {
	background-color: #ebebeb;
}

.container-white {
	background-color: #ffffff;
}

.container-height {
	height: 55px;
}

.container-paper-bg {
	background-image: url(../Img/shadow-bottom.png), url(../Img/content-paper-bg.png);
	background-repeat: repeat-x, repeat;
	background-position: bottom, center;
}

.container-datepicker-bg {
	background: url('../Img/content-datepicker-bg.jpg') no-repeat center center fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

/* shadows */
.container-inset-shadow-top {
	box-shadow: inset 0 11px 8px -10px #CCC;
}

.container-inset-shadow-top {
	background-image: url("../Img/shadow-top.png");
	background-repeat: repeat-x;
	background-position: top;
}

.container-inset-shadow-bottom {
	background-image: url("../Img/shadow-bottom.png");
	background-repeat: repeat-x;
	background-position: bottom;
}

.big-white-border-top {
	border-top: 2px solid #ffffff;
}

.big-white-border-left {
	border-left: 1px solid #ffffff;
}


/* ==========================================================================
	Buttons
	========================================================================== */
a.link-button {
	display: block;
	background-color: #A7A9A8;
	padding: 5px 10px;
	text-decoration: none;
	color: white;
	float: left;
	text-align: center;
}

a.link-button:hover {
	background-color: #606261;
	color: white;
}

/* Red big button */
.a-button {
	background-color: #D83224;
	color: #ffffff !important;
	text-decoration: none !important;
	display: block;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	text-align: center;
	padding: 17px 45px;
	font-size: 19px;
}

.a-button:hover {
	color: #ffffff;
	background-color: #9e1e1d;
}

a.no-hover {
	text-decoration: none;
}

.no-hover:hover {
	text-decoration: none;
}

.a-button.loading {
	background: url("../Img/ajax-loader.gif") center no-repeat #D83224;
	color: transparent !important;
}

/* ==========================================================================
	Little navigation top (Mobile)
	========================================================================== */
@media (max-width: 991px) {
	.mobile-container-to-full-width {
		padding-right: 0;
		padding-left: 0;
		width: 100%;
	}
}

.gray-line-bottom {
	border-bottom: 1px solid rgba(54, 54, 54, 0.09);
}

#top-nav {
	width: 100%;
	float: right;
	margin: 0;
	padding: 0;
}

#top-nav li {
	list-style: none;
	float: left;
}

#top-nav li form {
	margin: 0;
}

#top-nav li form #search-inpt {
	height: 47px;
	border: 0 none transparent;
	text-align: right;
	font-size: 17px;
	border-left: 1px solid rgba(54, 54, 54, 0.09);
	background-color: transparent;
	color: #ffffff;
	line-height: 2.7em;
	-moz-appearance: textfield;
	-webkit-appearance: textfield;
	appearance: textfield;
}

/* change placeholder color */
#top-nav li form #search-inpt::-webkit-input-placeholder {
	/* WebKit browsers */
	color: #ffffff;
}

#top-nav li form #search-inpt:-moz-placeholder {
	/* Mozilla Firefox 4 to 18 */
	color: #ffffff;
	opacity: 1;
}

#top-nav li form #search-inpt::-moz-placeholder {
	/* Mozilla Firefox 19+ */
	color: #ffffff;
	opacity: 1;
}

#top-nav li form #search-inpt:-ms-input-placeholder {
	color: #ffffff;
}

#top-nav li {
	border-right: 1px solid rgba(54, 54, 54, 0.09);
}

#top-nav li a {
	font-size: 17px;
	display: block;
	color: #ffffff;
	padding: 12px 15px 11px 15px;
	text-decoration: none;
}

#top-nav li a:hover {
	border-bottom: 5px solid #D83224;
	padding-bottom: 6px;
}

/* Navigation search button */
#top-nav li label {
	margin: 0;
}

#top-nav li #search-button {
	display: block;
	color: #ffffff;
	padding: 12px 15px 12px 5px;
	text-decoration: none;
	cursor: pointer;
}

@media (min-width: 470px) {
	#top-nav {
		width: auto;
	}
}

/* ==========================================================================
	Little navigation top
	========================================================================== */
@media (min-width: 992px) {
	#top-nav {

	}

	#top-nav li {

	}

	#top-nav li a {

	}

	#top-nav li a:hover {

	}

	/* Navigation search button */
	#top-nav li #search-button {

	}

	#top-nav li #search-button:hover {

	}
}

/* ==========================================================================
	Language Nav
	========================================================================== */
.c-language {
	margin: 0;
	padding-left: 0;
	padding-top: 8px;
	padding-bottom: 8px;
	list-style: none;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

@media (min-width: 991px) {
	.c-language {
		order: 2;
	}
}

.c-language__item {
	color: #ffffff;
	padding-left: 15px;
	padding-right: 15px;
}

@media (min-width: 991px) {
	.c-language__item {
		font-size: 21px;
	}
}

.content-img {
	width: 100%;
	height: auto;
}

/* ==========================================================================
	Logo Head
	========================================================================== */
/* Main Head Logo */
.header-logo {
	display: block;
	max-width: 335px;
	margin-top: 15px;
	margin-bottom: 15px;
}

.header-aside-logo img {
	width: 120px;
}

@media (max-width: 768px) {
	.header-aside-logo {
		display: none;
	}
}

@media (min-width: 768px) {
	.header-aside-logo img {
		width: 160px;
	}

	/* OpenUp */
	.Open_up_article thead tr th.open_up_image {
		display: block;
	}
}

/* ==========================================================================
	Big navigation top (Mobile)
	========================================================================== */
/* Show Button */
.more-button {
	height: 50px;
	position: absolute;
	right: 0;
	width: 50px;
	background-color: #aaaaaa;
	float: left;
}

.more-button label.glyphicon {
	line-height: 3.1;
}

#header-nav ul li a p {
	text-align: left;
	font-size: 21px;
}

#header-nav ul li ul li {
	display: block;
	float: left;
	width: 100%;
}

#header-nav ul li ul li a {
	text-transform: none;
	border-bottom: 1px solid rgba(54, 54, 54, 0.09);
}

#header-nav ul {
	text-align: justify;
	padding: 0;
	margin: 0;
	width: 100%;
}

#header-nav ul li {
	list-style: none;
	clear: both;
}

#header-nav ul li a {
	display: block;
	text-decoration: none;
	line-height: 2.4;
	text-align: center;
	border-bottom: 1px solid rgba(54, 54, 54, 0.09);
	color: #ffffff;
	font-size: 16px;
}

#header-nav ul li a p {
	margin: 0;
}

.mobilenavid-r .more-button {
	background-color: #a81d1c;
}

#header-nav ul.mobilenavid-r li {
	background-color: #D83224;
}

#header-nav ul.mobilenavid-r li ul li a {
	text-transform: none;
	background-color: #D83224;
	border-bottom: 1px solid #c1313a;
}

/* ==========================================================================
	Big navigation top
	========================================================================== */

@media (min-width: 992px) {

	#header-nav ul {
		width: auto;
		float: left;
	}

	/* Nav left */
	#header-nav ul li {
		display: table-cell;
		clear: none;
	}

	#header-nav ul li a {
		border-bottom: 0 none transparent;
		padding: 2px 25px 0 0;
		line-height: 2.2;
	}

	#header-nav ul li a p {
		text-align: center;
		padding-left: 0;
		border-bottom: 3px solid transparent;
		padding-top: 3px;
	}

	#header-nav ul li a p.active {
		border-bottom: 3px solid #D83224;
	}

	#header-nav ul li ul {
		display: none;
		position: absolute;
		z-index: 999;
		background-color: #BBBDBC;
		border-top: 5px solid #D83224;
		margin-top: -3px;
	}

	#header-nav ul li ul:before {
		content: "";
		background-image: url("../Img/nav-arrow.png");
		background-position: bottom;
		background-repeat: no-repeat;
		position: absolute;
		margin: -5px 0 0 20px;
		height: 5px;
		width: 10px;
	}

	#header-nav ul li ul li {
		display: block;
		float: none;
		width: auto;
		border-bottom: 1px solid #c7c9c8;
	}

	#header-nav ul li ul li a {
		text-align: left;
		line-height: 2.2;
		padding: 0 20px;
		background-color: transparent;
		border: none;
	}

	#header-nav ul li ul li a p {
		text-align: left;
		padding-left: 0;
		font-size: 20px;
		border-bottom: 0;
		padding-top: 0;
	}

	#header-nav ul li ul li a:hover {
		background-color: #ADADAD;
	}

	#header-nav ul li.taphover:hover ul, #header-nav ul li.taphover.hover ul {
		display: block;
	}

	/* Nav Right */
	#header-nav ul.mobilenavid-r {
		width: auto;
		float: right;
	}

	#header-nav ul.mobilenavid-r li ul {
		border-top: 5px solid #989898;
	}

	#header-nav ul.mobilenavid-r li ul:before {
		background-image: url("../img/nav-l-arrow.png");
		margin: -5px 20px 0 0;
		right: 0;
	}

	#header-nav ul.mobilenavid-r li {
		background-color: #D83224;
		position: relative;
		border-bottom: 0 none transparent;
	}

	#header-nav ul.mobilenavid-r li a {
		padding: 2px 15px 0 15px;
	}

	#header-nav ul.mobilenavid-r li a:hover {
		background-color: #a81d1c;
	}

	#header-nav ul.mobilenavid-r li ul {
		right: 0;
	}

}

/* ==========================================================================
	Footer navigation
	========================================================================== */

@media (min-width: 640px) {
	.row .section_kuenstler_box {
		margin-bottom: 20px;
		height: 300px;
	}

}


/* ==========================================================================
	Event Programm
	========================================================================== */
.event_col.col-md-3 {
	padding: 0;
}

.event_btn {
	background-color: rgb(122, 122, 122);
	border: medium none;
	bottom: 11px;
	float: right;
	margin-right: 20px;
	margin-top: 21px;
	padding: 5px;
	position: relative;
	width: 175px;
}

.event_text_col.col-md-9 {
	background-color: rgb(207, 209, 208);
}

.event_btn_link {
	color: #fff;
	text-transform: uppercase;
}

.programm:hover, .programm:focus {
	color: #000;
	text-decoration: none;
}

.programm {
	color: #000;
}

.programm_more:hover, .programm_more:focus {
	color: #000;
	text-decoration: none;
}

.programm_more {
	background-color: rgb(207, 209, 208);
	border: medium none;
	color: rgb(0, 0, 0);
	padding: 8px;
	box-sizing: border-box;
	position: relative;
	text-align: center;
	text-transform: uppercase;
	top: 1px;
	display: block;
}

.event_more {
	color: #fff;
	text-transform: uppercase;
	background-color: rgb(122, 122, 122);
	border: medium none;
	text-align: center;
	margin-right: 20px;
	margin-top: 21px;
	position: relative;
	width: 175px;
	padding: 7px 17px;
}

.event_more:hover {
	color: #fff;
	text-decoration: none;
}

/* ==========================================================================
	Soundbox (sidebar) (remove)
	========================================================================== */
.sound_more {
	background-color: rgb(207, 209, 208);
	border: medium none;
	color: rgb(0, 0, 0);
	padding: 8px;
	box-sizing: border-box;
	position: relative;
	text-align: center;
	text-transform: uppercase;
	top: 1px;
	display: block;
}

.sound_more:hover {
	color: #000;
	text-decoration: none;
}

#sound {
	padding: 0;
}

#sound > h3 {
	background-color: rgb(207, 209, 208);
	border-bottom: 1px solid #fff;
	margin: 0;
	text-align: left;
}

/* ==========================================================================
	Spielstaetten (google map)
	========================================================================== */
#map-canvas {
	height: 400px !important;
}

#map-canvas.small {
	height: 330px !important;
}

.red_link {
	color: #b61c1c;
}

.about-text {
	text-align: center;
	font-size: 18px;
}

/* ==========================================================================
	Open up
	========================================================================== */
.young_child_text, .young_child {
	text-align: center;
	font-size: 18px;
	line-height: 1.6;
	padding: 0 0 30px 0;
	margin: 0 35px;
}

.placeholder {
	height: 530px;
}

.open_up_h1 {

}

.Open_up_more {
	color: rgb(181, 29, 28);
	text-transform: uppercase;
	text-decoration: none;
	font-size: 19px;
	font-family: "Conduit ITC W02 Bold", 'Concert One', Impact, Charcoal, sans-serif;
	text-align: center;
	margin: 25px auto 15px auto;
	display: table;
	border-bottom: 3px solid rgba(0, 0, 0, 0);
	line-height: 1.1;
}

.Open_up_more:hover {
	border-bottom: 3px solid #B51D1C;
	color: #B51D1C;
}

.open_up_image {
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	height: 540px;
}


.open_up_cell_left {
	width: 60%;
	padding: 0 60px;
	text-align: center;
}

/* ==========================================================================
	Künstler Übersicht Plugin
	========================================================================== */
select {
	font-family: Conduit ITC W01 Medium, 'Concert One', Impact, Charcoal, sans-serif;
	font-size: 1.35em;
	padding: 13px;
	margin: 0;
	background: transparent;
	color: #000;
	border: none;
	outline: none;
	display: inline-block;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	cursor: pointer;
}

#filters, #filtersTwo {
	margin-right: 50px;
}

#filters {
	margin-left: 0;
	width: 120%;
	height: 50px;
	position: relative;
	left: -15px;
	text-transform: uppercase;

}

#filtersTwo {
	height: 50px;
	width: 114%;
	position: relative;
	left: -15px;
	margin: 0;
	text-transform: uppercase;

}

#filtersThree {
	width: 112%;
	height: 50px;
	position: relative;
	left: -15px;
	text-transform: uppercase;

}

.select_style_one, .select_style_two, .select_style_three {
	position: relative
}


.select_style_one, .select_style_two, .select_style_three {
	overflow: hidden;
	background: url("../Img/dropdown.png") no-repeat;
	border: 1px solid rgb(204, 204, 204);
	background-color: rgb(255, 255, 255);
	background-position: 90% center;
	height: 50px;
	float: left;
}

.select_style_one:after, .select_style_two:after, .select_style_three:after {
	content: '';
	font: 1.35em "Conduit ITC W01 Medium", 'Concert One', monospace;
	color: #000;
	-webkit-transform: rotate;
	position: absolute;
	right: 8px;
	top: 2px;
	padding: 0 0 2px;
	border-bottom: 1px solid #ddd;
	pointer-events: none;
}

.select_style_one {
	margin-right: 69.2px;
	width: 22%;
}


.select_style_two {
	margin-right: 57.4px;
	width: 31%;
}

.select_style_three {
	width: 32%;
	margin-right: 0 !important;
}

.sorting_button {
	border: medium none;
	float: left;
	font-size: 13px;
	margin: -13px 62px;
	padding: 7px 17px;
	position: relative;
	text-decoration: none;
	text-transform: uppercase;
}

.sorting_button_remove {
	background-color: transparent;
	border: medium none;
	color: #D83224;
	font-size: 1.35em;
	position: relative;
	float: right;
	left: -1%;
}

/* ------------------ Isotope ------------------*/
.sorting_one_link, .sorting_two_link, .sorting_three_link {
	float: left;
	font-size: 13px;
	line-height: 1.5;
	margin-right: 0;
	padding: 7px 37px;
	position: relative;
	text-decoration: none;
	text-transform: uppercase;
}


.sorting_one_link:hover, .sorting_two_link:hover {
	color: #fff;
}

.section_kuenstler_box_color {
	background-color: #D83224;
}

.section_kuenstler_box_bg-color:hover {
	opacity: 0.7;
}

.section_kuenstler_box_bg-color {
	background-color: #b61c1c;
	height: 300px;
	padding: 0 !important;
	display: block;
	background-position: center center;
	background-size: cover;
}

.section_kuenstler_box_h3 {
	background-color: rgba(0, 0, 0, 0);
	color: rgb(255, 255, 255);
	display: block;
	margin-top: -83px;
	position: absolute;
	text-align: center;
	width: 89%;
	bottom: 0;
}

.section_kuenstler_box_h3_more {
	background-color: transparent;
	color: #ffffff;
	text-align: center;
	margin-top: -50px;
	display: block;
	position: absolute;
	right: 0;
	width: 100%;
}

.section_kuenstler_box_hover:hover {
	opacity: 0.7;
}

.section_kuenstler_box_bg-color_more {
	background-color: #bbbdbc;
	height: 300px;
	padding: 0;
	display: block;
	background-image: url("../Img/musikfest_Website_pngs/boebbel_transparent.png");
	background-position: center center;
	background-repeat: no-repeat;
}

.section_kuenstler_box_a {
	color: #fff;
}

.section_kuenstler_box_a:hover {
	color: #fff;
}

.open_up_article {
	display: table;
}

.open_up_article_table-cell {
	display: table-cell;
}

/* ==========================================================================
	spielstätte
	========================================================================== */

.spielstätte_link_box a {
	color: rgb(255, 255, 255);
	font-size: 19px;
	padding: 0;
	margin: 0;
	text-transform: uppercase;
	position: relative;
	top: 16px;
}

.location_link {
	background-image: url("../Img/location_link_.png");
	background-position: 95%;
	background-repeat: no-repeat;
}

.location_link_ {
	background-image: url("../Img/location_link_.png");
	background-position: 98%;
	background-repeat: no-repeat;
}

@media (max-width: 1199px) and (min-width: 990px) {
	.select_style_one, .select_style_two {
		margin-right: 52px;
	}
}

@media (max-width: 990px) {
	.content-img {
		padding: 15px;
		width: 100%;
		height: auto;
	}
}

@media (max-width: 990px) and (min-width: 769px) {
	.select_style_one, .select_style_two {
		margin-right: 33px;
	}

	.modal-content {
		width: 80%;
	}
}

@media (max-width: 768px) {

	/* Select Menu */
	.select_style_one, .select_style_two, .select_style_three {
		width: 100%;
	}

	#filters, #filtersTwo, #filtersThree {
		width: 104.5% !important;
	}

}

@media (max-width: 640px) {

	#filters, #filtersTwo, #filtersThree {
		width: 106.75% !important;
	}
}

@media (max-width: 620px) {

	.csc-textpic-image {
		padding: 15px;
	}


}

@media (max-width: 320px) {

	.section_kuenstler_box {
		padding-left: 0 !important;
	}

	#filters, #filtersTwo, #filtersThree {
		width: 112% !important;
	}

	.sponsoren-logos-wrapper .sponsor-logo  img {
		display: block;
		margin: 0 auto;
		width: 100% !important;
		max-width: 100%;
	}
}


/* Scroll to top Button */
.scrollToTopBtn {
	width: 50px;
	height: 50px;
	padding: 10px;
	text-align: center;
	background-color: #D83224;
	text-decoration: none;
	position: fixed;
	bottom: 56px;
	right: 16px;
	display: none;
	overflow: auto;
	border: 1px solid #8f1b1a;
	transition: 0.2s;
	z-index: 99999;

	/* Opacity */
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
	filter: alpha(opacity=70);
	-moz-opacity: 0.7;
	-khtml-opacity: 0.7;
	opacity: 0.7;
}

.scrollToTopBtn:hover {
	/* Opacity */
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=1)" !important;
	filter: alpha(opacity=1) !important;
	-moz-opacity: 1 !important;
	-khtml-opacity: 1 !important;
	opacity: 1 !important;
	text-decoration: none;
}

.scrollToTopBtn span {
	color: #ffffff;
	font-size: 18px;
	line-height: 1.4;
	height: 20px;
	overflow: hidden;
}

/* PAGINATION */

ul.f3-widget-paginator {
	display: inline-block;
}

ul.f3-widget-paginator > li {
	display: inline;
}

ul.f3-widget-paginator > li.current {
	color: #D83224;
}

/* THUMBNAIL */

div.tx-musikfestpress div.thumbnail {
	border-radius: 0;
	box-shadow: 0 0 0;
}

/* Presse Bilder */

div.tx-musikfestpress div.same-height-container h3 {
	max-width: 800px;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}


@media (max-width: 866px) {

	.col-sd-15px-padding-left {
		padding-left: 15px;
	}
}

/* The Modal (background) */
.modal {
	display: none; /* Hidden by default */
	position: fixed; /* Stay in place */
	z-index: 1; /* Sit on top */
	padding-top: 100px; /* Location of the box */
	left: 0;
	top: 0;
	width: 100%; /* Full width */
	height: 100%; /* Full height */
	overflow: auto; /* Enable scroll if needed */
	background-color: rgb(0, 0, 0); /* Fallback color */
	background-color: rgba(0, 0, 0, 0.4); /* Black w/ opacity */
}

/* Modal Content */
.modal-content {
	position: relative;
	background-color: #fefefe;
	margin: auto;
	padding: 20px;
	border: 1px solid #888;
	max-width: 90%;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
	-webkit-animation-name: animatetop;
	-webkit-animation-duration: 0.4s;
	animation-name: animatetop;
	animation-duration: 0.4s
}

/* Add Animation */
@-webkit-keyframes animatetop {
	from {
		top: -300px;
		opacity: 0
	}
	to {
		top: 0;
		opacity: 1
	}
}

@keyframes animatetop {
	from {
		top: -300px;
		opacity: 0
	}
	to {
		top: 0;
		opacity: 1
	}
}

/* The Close Button */
.modal-close {
	color: #D83224;
	float: right;
	font-size: 28px;
	font-weight: bold;
}

.modal-close:hover,
.modal-close:focus {
	color: #000;
	text-decoration: none;
	cursor: pointer;
}

.modal-header {
	padding: 2px 16px;
	background-color: #D83224;
	color: white;
	font-size: 28px;
	font-weight: bold;
}

.modal-body {
	padding: 2px 20px;
}

.modal-logo {
	height: auto;
	max-width: 150px;
	float: left;
	padding-left: 17px;
}

.modal-footer {
	padding: 2px 16px;
	color: white;
	border: none;
}

.image_credits_container {
	position: relative;
	width: 100%;
}

.image_credits_pic {
	opacity: 1;
	display: block;
	width: 100%;
	height: auto;
	transition: .5s ease;
	backface-visibility: hidden;
}

.image_credits_text_Box {
	text-align: center;
	opacity: 0;
	width: 100%;
	position: absolute;
	top: 96%;
	left: 50%;
	transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%)
}

.image_credits_container:hover .image_credits_text_Box {
	opacity: 1;
}

.image_credits_container:hover .presse_credits_text_Box {
	opacity: 1;
}

.image_credits_text {
	background-color: #c99191;
	color: white;
	padding: 2% 4%;
}

.image-center {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.presse_credits_text_Box {
	text-align: center;
	opacity: 0;
	width: 100%;
	position: absolute;
	top: 94%;
	left: 50%;
	transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%)
}

.presse_credits_text {
	background-color: #c99191;
	color: white;
	padding: 1% 2%;
}

/* ==========================================================================
	Link
	========================================================================== */

a.external-link-new-window, a.external-link a.internal-link, a.internal-link-new-window, a.download, .bodytext a {
	color: #D83224;
}

/* ==========================================================================
	Form
	========================================================================== */

.control-label {
	display: none;
}

.form-check-label {
	font-weight: normal !important;
	font-family: "Conduit ITC W02 Bold", 'Concert One', Impact, Charcoal, sans-serif;
	color: #000000;
	font-size: 17px;
}

.form-check-label a {
	color: #D83224;
}


.btn-primary {
	background: #D83224;
	border-color: #D83224;
	font-size: 17px;
	font-family: "Conduit ITC W02 Bold", 'Concert One', Impact, Charcoal, sans-serif;
}

.btn-primary:hover {
	background: #D83224;
	border-color: #D83224;
}

.btn-primary:active {
	background: #D83224;
	border-color: #D83224;
}

.btn-primary:focus {
	background: #D83224;
	border-color: #D83224;
}

.btn-primary:active:focus:hover {
	background: #D83224;
	border-color: #D83224;
	outline: #D83224;
	outline-offset: 0;
}

.btn-sticky-container {
	width: 100vw;
	position: fixed;
	bottom: 0;
	left: 0;
	z-index: 999999;
	right: 0;
	display: flex;
	justify-content: center;
}

.btn-sticky-button {
	position: relative;
	top: 8px;
	padding: 12px 17px;
	display: initial;
}

@media (max-width: 768px) {
	.btn-sticky-button {
		width: 100vw;
	}
}

.c-header__container {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

@media (max-width: 991px) {
	.c-header__container {
		flex-direction: column;
	}
}

.c-navigation {
	width: 100%;
	display: none;
}

@media (min-width: 991px) {
	.c-navigation {
		display: block;
		width: auto;
		order: 1;
	}
}

.c-navigation-bar {
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
	width: 100%;
	text-decoration: none;
	text-align: center;
	border-bottom: 1px solid rgba(54, 54, 54, 0.09);
	color: #ffffff;
	font-size: 16px;
	background-color: rgba(54, 54, 54, 0.09);
}

@media (min-width: 991px) {
	.c-navigation-bar {
		background-color: transparent;
	}
}

.c-navigation-toggle {
	padding-top: 8px;
	padding-bottom: 8px;
	padding-left: 15px;
}

.c-navigation-toggle .icon-bar {
	height: 4px;
	width: 30px;
	background-color: #ffffff;
	margin: 5px 0;
	display: block;
}

.c-navigation__item {
	background-color: #b6b6b6;
}

@media (min-width: 991px) {
	.c-navigation__item {
		background-color: transparent;
	}
}
.c-navigation__item a {
	padding-left: 15px;
}


.c-footer {
	padding-top: 15px;
	padding-bottom: 15px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 50px;
}

@media (max-width: 768px) {
	.c-footer {
		flex-direction: column;
		gap: 15px;
	}
}

.c-footer__list {
	padding: 0;
	margin: 0;
	display: flex;
	gap: 30px;
	list-style: none;
}

.c-footer-nav a {
	text-transform: uppercase;
}

.c-social-media-bar {
	display: flex;
	gap: 15px;
}

@media (min-width: 991px) {
	.c-social-media-bar {
		position: absolute;
		left: 50%;
		transform: translateX(-50%);
	}
}

.u-text-center {
	text-align: center;
}

.u-hide-mobile {
	display: none;
}

@media (min-width: 991px) {
	.u-hide-desktop {
		display: none;
	}
}

.u-block {
	display: block;
}

.breadcrumb li a,
.c-footer__list li a {
	color: #000000;
}


