</* ################################################### CONFIG ELEMENTS ################################################## */

[class*='frame-background-'] .frame-background-none {
    margin-top: -3.5rem;
}

/* ##################################################
# KLARO COOKIE CONSENT DEFAULT COLORS
################################################## */

.klaro .cookie-notice .cm-btn.cm-btn-success {
    background: var(--primary);
}

.klaro .cookie-notice a {
    color: var(--primary);
}

/* ##################################################
# BOOTSTRAP COOKIE CONSENT STYLING
################################################## */

#cookieconsent,
#cookieconsent .form-control,
#cookieconsent .btn {
    font-size: 1rem;
}

.cc-container {
    max-width: 100%;
}

.cc-link, .cc-link:active, .cc-link:visited {
    color: currentColor;
}


/* ##################################################
# BOOTSTRAP TABLE STYLING
################################################## */

.table-responsive > .table3070 > tbody > tr > th:first-child,
.table-responsive > .table3070 > tbody > tr > td:first-child {
    width: 30%;
    font-weight: bolder;
}
.table-responsive > .table3070 > tbody > tr > th:last-child,
.table-responsive > .table3070 > tbody > tr > td:last-child {
    width: 70%;
}

.table-responsive > .table5050 > tbody > tr > th:first-child,
.table-responsive > .table5050 > tbody > tr > td:first-child {
    width: 50%;
    font-weight: bolder;
}
.table-responsive > .table5050 > tbody > tr > th:last-child,
.table-responsive > .table5050 > tbody > tr > td:last-child {
    width: 50%;
}


/* ##################################################
# SCROLL TOP BUGFIX
################################################## */

.scroll-top {
    font-size: 1.25rem;
    bottom: -200px!important;
}

.scroll-top.scroll-top-visible {
    bottom: 20px!important;
}

.scroll-top.scroll-top-quickcontact {
    min-width: 3em;
    padding: 2px;
    position: fixed;
    left: 20px;
    bottom: 100px;
    border: 1px solid #33333333;
    background: var(--primary);
    transition: all 0.3s cubic-bezier(0, 1.04, 1, 1);
}

.scroll-top.scroll-top-quickcontact:hover {
    min-width: 420px;
}

.scroll-top.scroll-top-quickcontact:hover .scroll-top-quickcontact-text {
    padding-left: 18px;
}

.scroll-top.scroll-top-quickcontact-text {
    font-weight: 700;
    color: #ffffff;
    transition: all 0.3s cubic-bezier(0, 1.04, 1, 1);
    white-space: nowrap;
}

.md-up.near-bottom .scroll-top.scroll-top-quickcontact {
    display: none;
}



/* ##################################################
# CAROUSEL
################################################## */
.carousel-indicators li {
    background-color: var(--gray-600)
}

.carousel-item-type-text_and_image .carousel-image {
    display:block;
}


.carousel-item-type-image .carousel-image img {

}

.carousel-normal .carousel-item-type-image {
    height: inherit!important;
}

/* ##################################################
# SCROLLBUTTON
################################################## */

a.scroll-button {
  position: absolute;
  bottom: 160px;
  left: 50%;
  z-index: 2;
  display: inline-block;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  color: #fff;
  letter-spacing: .1em;
  text-decoration: none;
  transition: opacity .3s;
}

a.scroll-button:hover {
  opacity: .5;
}

a.scroll-button span {
  position: absolute;
  top: -34px;
  left: -20px;
  width: 64px;
  height: 64px;
  margin-left: -12px;
  border-left: 8px solid #fff;
  border-bottom: 8px solid #fff;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  box-sizing: border-box;
}


/* ##################################################
# DOWNLOAD LIST STYLING
################################################## */

h4.media-heading {
    line-height: 1;
}

.media,
.media-body {
    min-height: 40px;
}

.media {
    align-items: center!important;
}

.uploads-filename {
    margin-left: 0px;
    margin-top: 14px!important;
    padding-bottom: 6px!important;
    position: absolute;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: calc(100% - 160px);
    line-height: 1;
}

.uploads-filesize {
    margin-right: 10px;
    float: right;
    right: -8px;
    margin-top: 10px;
}

.uploads-filedescription {
    margin: -15px 0px 15px 55px!important;
}

.media-body .bootstrappackageicon {
    margin: 10px;
}

.media-left {
    padding-top: 0.5rem;
    padding-right: : 0rem;
    padding-bottom: 0.5rem;
    padding-left: 0.5rem;
}

.uploads-filename {
    padding-left: 0.5rem;
}

/* ##################################################
# CARDS AND ACCORDION TEXT, BACKGROUND AND BORDERS
################################################## */

.media,
.accordion-title-link {
    background-color: #00000000;
}
.media:hover,
.accordion-title-link:hover {
    background-color: #00000009;
}

.media,
.card {
    border: 1px solid #00000011!important;
}

.media,
.frame-inner .accordion-item {
    border-bottom: 1px solid #00000066!important;
}

body.layout-inverse .media,
body.layout-inverse .accordion-title-link {
    background-color:#ffffff00;
}

body.layout-inverse .media:hover,
body.layout-inverse .accordion-title-link:hover {
    background-color: #ffffff09;
}

body.layout-inverse .media,
body.layout-inverse .card {
    border: 1px solid #ffffff11!important;
}

body.layout-inverse .media,
body.layout-inverse .frame-inner .accordion-item {
    border-bottom: 1px solid #ffffff66!important;
}

.media:hover a span,
.accordion-title-link:hover a span {
    color: var(--primary);
}



/* ##################################################
# MAGALONE FLIPBOOK
################################################## */

.tx-magaloneflipbook a.flipbook-thumbnail img {
    border: 1px solid #999999;
}

.tx_magaloneflipbook tr td {
    background-color: var(--light);
    padding-bottom: 5px;
    padding-top: 10px;
    padding-left: 5px;
}

.tx_magaloneflipbook tr {
    border-top: 5px solid #ffffff;
}
.tx_magaloneflipbook {
    width: 100%;
}

.tx_magaloneflipbook tr > *:nth-child(1) {
    width: 110px;
}

.tx_magaloneflipbook tr > *:nth-child(2) {
    padding-left: 15px;
}

.tx-magaloneflipbook a.flipbook-thumbnail img {
  border: 0px solid #999999;
}

.tx-magaloneflipbook .bootstrappackageicon {
  color: var(--dark);
  font-size: 80px;
}



/* ##################################################
# DEBUGGER
################################################## */

.extbase-debugger-floating {
    position: relative;
    z-index: 9999;
}



/* ##################################################
# CARD
################################################## */
.card-group-element-item .card-title a:hover {
    text-decoration: none!important;
}



/* ##################################################
# MEDIA INDEXSEARCH
################################################## */
.media.indexedsearch {
    margin-bottom: 24px;
    padding: 20px;
}





/* ##################################################
# POWERMAIL
################################################## */
.tx-powermail .container-fluid,
.tx-powermail .powermail_fieldwrap .col-sm-10,
.tx-powermail .powermail_fieldwrap .col-sm-2 {
    padding-right: 0px;
    padding-left: 0px;
}

.tx-powermail .container-fluid h3 {
    display: none;
}

.tx-powermail .powermail_fieldwrap input,
.tx-powermail .powermail_fieldwrap textarea {
    width: 100%;
}
.tx-powermail .powermail_fieldwrap input.powermail_checkbox {
    width: inherit;
}

.tx-powermail .powermail_field .powermail_submit {
    display: inline-block;
    font-weight: 100;
    text-align: center;
    vertical-align: middle;
    user-select: none;
    border: 1px solid transparent;
    padding: 0.375rem 0.75rem;
    font-size: 1.25rem;
    line-height: 1.8;
    border-radius: 0;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    color: var(--primary);
    background-color: var(--white);
    border-color: var(--primary);
}

.tx-powermail .powermail_field .powermail_submit:hover {
    color: var(--white);
    background-color: var(--primary);
    border-color: var(--primary);
}


.tx-powermail .checkbox {
    padding-left: 24px;
    font-size: 1rem;
}

.tx-powermail .checkbox input {
    position: absolute;
    margin-top: 8px;
    margin-left: -24px;
}








ul.parsley-errors-list {
    padding-left: 0px;
    margin-left: 0px;
}
ul.parsley-errors-list li {
    list-style: none;
    color: var(--danger);
    font-size: .9rem;
    font-weight: bold;
}

/* ##################################################
# POWERMAIL
################################################## */
#page-content .frame-type-menu_sitemap_pages ul li {
    list-style: none;
}











/* ##################################################
# SITEMAP
################################################## */

/* ------------------------------------------------------------
	Reset Styles
------------------------------------------------------------ */

#page-content .frame-type-menu_sitemap_pages ul,
#page-content .frame-type-menu_sitemap_pages li
{
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-family: inherit;
	vertical-align: baseline;
}

/* ------------------------------------------------------------
	General Styles
------------------------------------------------------------ */

#page-content .frame-type-menu_sitemap_pages * {
	box-sizing: border-box;
}
#page-content .frame-type-menu_sitemap_pages {
	font-family: "Proxima Nova", Helvetica, Arial, sans-serif;
	background: white;
	color: black;
	line-height: 1;
	padding: 2em;
}
#page-content .frame-type-menu_sitemap_pages {
	margin: 0 0 2em 0;
}

/* ------------------------------------------------------------
	Page Styles
------------------------------------------------------------ */

/* -------- Top Level --------- */

#page-content .frame-type-menu_sitemap_pages {
	clear: both;
	width: 100%;
	margin-top: 3em;
}
#page-content .frame-type-menu_sitemap_pages #home {
	position: absolute;
	margin-top: -3em;
	margin-bottom: 0;
	min-width: 11.5em;
	width: 100%;
}
#page-content .frame-type-menu_sitemap_pages #home:before {
	display: none;
}
#page-content .frame-type-menu_sitemap_pages ul {
	display: flex;
	flex-wrap: wrap;
	list-style: none;
	position: relative;
}
#page-content .frame-type-menu_sitemap_pages li {
	flex: 1;
	flex-basis: 11.5em;
	padding-right: 1.25em;
	position: relative;
}
#page-content .frame-type-menu_sitemap_pages > ul > li {
	margin-top: 3em;
}
#page-content .frame-type-menu_sitemap_pages li a {
	margin: 0;
	padding: .875em .9375em .9375em .9375em;
	display: block;
	font-weight: bold;
	color: var(--primary)!important;
	text-decoration: none;
}
#page-content .frame-type-menu_sitemap_pages a:link:after,
#page-content .frame-type-menu_sitemap_pages a:visited:after {
	content: " "attr(href)" ";
	display: block;
	font-weight: 600;
	font-size: .75em;
	margin-top: .95em;
	word-wrap: break-word;
	color: var(--dark);
}

/* -------- Second Level --------- */

#page-content .frame-type-menu_sitemap_pages ul ul {
	display: block;
}
#page-content .frame-type-menu_sitemap_pages ul ul li {
	padding-top: .6875em;
	padding-right: 0;
}

/* -------- Third Level --------- */

#page-content .frame-type-menu_sitemap_pages ul ul ul {
	margin-top: .6em;
	padding-top: .6em;
	padding-bottom: .625em;
}
#page-content .frame-type-menu_sitemap_pages ul ul ul li {
	padding-top: .3125em;
	padding-bottom: .3125em;
}
#page-content .frame-type-menu_sitemap_pages ul ul ul li a {
	padding: .75em;
	margin-right: 0;
	margin-left: auto;
}
#page-content .frame-type-menu_sitemap_pages ul ul ul li:first-child {
	padding-top: 1em;
}


/* --------	Fourth Level --------- */

#page-content .frame-type-menu_sitemap_pages ul ul ul ul {
	margin-top: 0;
	padding-top: .3125em;
	padding-bottom: .3125em;
}
#page-content .frame-type-menu_sitemap_pages ul ul ul ul li a {
	padding: .75em ;
	width: 80%;
}
#page-content .frame-type-menu_sitemap_pages ul ul ul ul li a:link:after,
#page-content .frame-type-menu_sitemap_pages ul ul ul ul li a:visited:after {
	display: none;
}

/* ------------------------------------------------------------
	Connecting Lines:
	Uncomment 'border-color: red' for debugging
------------------------------------------------------------ */

#page-content .frame-type-menu_sitemap_pages ul:before,
#page-content .frame-type-menu_sitemap_pages ul:after,
#page-content .frame-type-menu_sitemap_pages ul li:before,
#page-content .frame-type-menu_sitemap_pages ul li:after {
	display: block;
	content: '';
	position: absolute;
	z-index: -1;
}
#page-content .frame-type-menu_sitemap_pages > ul > li:before {
	height: 1.375em;
	top: -1.375em;;
	right: calc(50% + .625em);
	width: calc(100% - 2px);
}
#page-content .frame-type-menu_sitemap_pages > ul > li:first-child + li:before {
	height: 5em;
	top: -5em;
}
#page-content .frame-type-menu_sitemap_pages ul ul li:after {
	width: 50%;
	height: .6875em;
	top: 0;
	right: 1px;
}
#page-content .frame-type-menu_sitemap_pages ul ul li:first-child:before {
	width: 50%;
	height: 1.3125em;
	top: .6875em;
	right: 1px;
}
#page-content .frame-type-menu_sitemap_pages > ul > li:last-child:after {
	border-bottom-width: 0;
}
#page-content .frame-type-menu_sitemap_pages ul ul ul li:before {
	width: calc(50% - 5px) !important;
	height: calc(100% - 2px);
	top: -50%;
	left: 0;
}
#page-content .frame-type-menu_sitemap_pages ul ul ul li:first-child:before {
	height: 2.125em;
	top: -1px;
}
#page-content .frame-type-menu_sitemap_pages ul ul ul:before {
	width: 50%;
	height: 1.25em;
	top: -10px;
	right: 1px;
}
#page-content .frame-type-menu_sitemap_pages ul ul ul li:after {
	border-width: 0;
}
#page-content .frame-type-menu_sitemap_pages ul ul ul ul li:before,
#page-content .frame-type-menu_sitemap_pages ul ul ul ul li:first-child:before {
	display: none;
}

#page-content .frame-type-menu_sitemap_pages ul ul ul ul:before {
	width: 1px;
	height: calc(100% + 2.5em);
	top: -2.5em;
	left: 0;
}

#page-content .frame-type-menu_sitemap_pages a:hover {
	text-decoration: none!important;
}

#page-content .frame-type-menu_sitemap_pages a {
    padding-top: 1.875em!important;
}

/* ------------------------------------------------------------
	Responsive Styles
------------------------------------------------------------ */

@media screen and (max-width: 30em) {
	#page-content .frame-type-menu_sitemap_pages ul {
		display: block;
	}
	#page-content .frame-type-menu_sitemap_pages li {
		width: 100%;
		padding-right: 0;
	}
	#page-content .frame-type-menu_sitemap_pages #home {
		width: 100%;
		position: relative;
		margin-bottom: -1em;
		margin-top: 0;
	}
}


#page-content .frame-type-menu_sitemap_pages ul ul li a {
	margin-left: 0px
}


/* The media queries below keep the grid column widths intact when
a column wraps. This prevents the wrapped column from displaying at
100% width. These queries also make the homepage line item flex
appropriately. When your sitemap is complete, remove the queries
that you don't need, and your sitemap layout will work perfectly. */

/* two column */
@media screen and (min-width: 30em) {
	#page-content .frame-type-menu_sitemap_pages > ul > li {	max-width: 50%;	}
}
/* three column */
@media screen and (min-width: 38.5em) {
	#page-content .frame-type-menu_sitemap_pages > ul > li {	max-width: 33%;	}
}
/* four column */
@media screen and (min-width: 50em) {
	#page-content .frame-type-menu_sitemap_pages > ul > li {	max-width: 25%;	}
}
/* five column */
@media screen and (min-width: 61em) {
	#page-content .frame-type-menu_sitemap_pages > ul > li {	max-width: 20%;	}
}
/* six column */
@media screen and (min-width: 73em) {
	#page-content .frame-type-menu_sitemap_pages > ul > li {	max-width: 16.66%;	}
}
/* seven column */
@media screen and (min-width: 84.5em) {
	#page-content .frame-type-menu_sitemap_pages > ul > li {	max-width: 14.285%;	}
}
/* eight column */
@media screen and (min-width: 96em) {
	#page-content .frame-type-menu_sitemap_pages > ul > li {	max-width: 12.5%; }
}
/* nine column */
@media screen and (min-width: 107.5em) {
	#page-content .frame-type-menu_sitemap_pages > ul > li {	max-width: 11.11%; }
}
/* ten column */
@media screen and (min-width: 119em) {
	#page-content .frame-type-menu_sitemap_pages > ul > li {	max-width: 10%; }
}




#page-content .frame-type-menu_sitemap_pages li a,
#page-content .frame-type-menu_sitemap_pages ul ul li a,
#page-content .frame-type-menu_sitemap_pages ul ul ul li a,
#page-content .frame-type-menu_sitemap_pages ul ul ul ul li a {
    border: 1px solid #00000011;
    border-bottom: 1px solid #00000066;
}

#page-content .frame-type-menu_sitemap_pages li a:hover,
#page-content .frame-type-menu_sitemap_pages ul ul li a:hover,
#page-content .frame-type-menu_sitemap_pages ul ul ul li a:hover,
#page-content .frame-type-menu_sitemap_pages ul ul ul ul li a:hover {
    background-color: #00000005;
}

#page-content .frame-type-menu_sitemap_pages ul li a {
    border-left: 10px solid var(--primary);
}
#page-content .frame-type-menu_sitemap_pages ul ul li a {
    border-left: 10px solid var(--gray-700);
}
#page-content .frame-type-menu_sitemap_pages ul ul ul li a {
    border-left: 40px solid var(--gray-300);
}
#page-content .frame-type-menu_sitemap_pages ul ul ul ul li a {
    border-left: 10px solid var(--gray-100);
}


#page-content .frame-type-menu_sitemap_pages ul li {
    min-width: 100%;
}

#page-content .frame-type-menu_sitemap_pages li {
    padding-top: 0px;
    padding-bottom: 0px;
    margin-top: 40px;
    margin-bottom: 0px;
}

#page-content .frame-type-menu_sitemap_pages li li {
    padding-top: 0px;
    padding-bottom: 0px;
    margin-top: 0px;
    margin-bottom: 0px;
}

.media-list-audio audio {
    margin: -10px 10px 10px 10px;
    width: calc(100% - 20px);
}


/* ##################################################
# GRIDELEMENTS
################################################## */

.sm-down .frame-type-gridelements_pi1.frame-space-before-none.frame-space-after-none .row .col-12 {
    margin-top: 2.5rem;
}

.sm-down .frame-type-gridelements_pi1.frame-space-before-none.frame-space-after-none .row .col-12:first-child {
    margin-top: 0rem;
}



/* ##################################################
# GALLYERY
################################################## */

.md-down .gallery-item-size-2,
.md-down .gallery-item-size-3,
.md-down .gallery-item-size-4,
.md-down .gallery-item-size-5,
.md-down .gallery-item-size-6 {
    width: calc(50%)!important;
}

.xs-down .gallery-item-size-2,
.xs-down .gallery-item-size-3,
.xs-down .gallery-item-size-4,
.xs-down .gallery-item-size-5,
.xs-down .gallery-item-size-6 {
    width: calc(100%)!important;
}



.frame-layout-colouriseline img {
    border: 1px solid var(--gray-300);
    filter: grayscale(100%);
    padding: 0px 40px 0px 40px;
    transition: .5s all;
}

.frame-layout-colourise img {
    filter: grayscale(100%);
    padding: 0px 40px 0px 40px;
    transition: .5s all;
}

.frame-layout-colourisewhite img {
    filter: grayscale(100%);
    padding: 20px 70px 20px 70px;
    transition: .5s all;
    background-color: #ffffff;
}


.md-down .frame-layout-colouriseline img,
.md-down .frame-layout-colourise img,
.md-down .frame-layout-colourisewhite img {
    padding: 20px 90px 20px 90px;
}

.frame-layout-colourisewhite img {
    background-color: #ffffff;
}

.frame-layout-colourise img:hover,
.frame-layout-colouriseline img:hover,
.frame-layout-colourisewhite img:hover {
    filter: inherit;
}


.frame-layout-colourisewhite .gallery-item {
    padding-left: 2px;
    padding-right: 2px;
}

.frame-layout-colourisewhite figure {
    margin-bottom: 4px;
}



.card .card-body p a.more {
    position: absolute;
    bottom: 1rem;
    right: 1rem;
}


.btn {
    margin-bottom: 1.5rem;
}

.btn:not:first-child {
    margin-left: 1.5rem;
}

.color-arrow.color-gray {
    display: none;
}



/* ##################################################
# POWERMAIL LAYOUT2
################################################## */
.layout2 .form-group.col-md-6 {
  width: 100%;
  display: flex;
  flex: 0 0 100%;
  max-width: 100%;
}

.layout2 .form-group.col-md-6 label {
  width: 25%;
  text-align: right;
  padding-right: 24px;
  font-weight: bold;
}

.layout2 .form-group.col-md-6 .powermail_field,
.layout2 .form-group.col-md-6 .powermail_field select {
  width: 100%;
}

.layout2 .form-group.col-md-6 .powermail_select {
  display: block;
  width: 100%;
  height: 38px;
  padding: 6px 12px;
  font-size: 16px;
  line-height: 1.55;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
  -webkit-transition: border-color ease-in-out .15s , box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s , box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s , box-shadow ease-in-out .15s;
}
