/*
 Theme Name:   KC PMS Customized Child Theme
 Theme URI:    https://www.kc-press.de
 Description:  KC PMS Child theme
 Author:       KC PMS
 Author URI:   https://www.karkalis-communications.com
 Template:     generatepress
 Version:      1.1
*/



/* ---------------------------------
      FONTS
   --------------------------------- */

@font-face {
	font-family: 'base'; /* base font */
	src:url('/z-data/uploads/webfonts/opensans-light.eot');
	src:url('/z-data/uploads/webfonts/opensans-light.eot?#iefix') format('embedded-opentype'),
		url('/z-data/uploads/webfonts/opensans-light.woff') format('woff'),
		url('/z-data/uploads/webfonts/opensans-light.ttf') format('truetype'),
		url('/z-data/uploads/webfonts/opensans-light.svg#latoblack') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'title'; /* title font */
	src:url('/z-data/uploads/webfonts/montserrat-regular.eot');
	src:url('/z-data/uploads/webfonts/montserrat-regular.eot?#iefix') format('embedded-opentype'),
		url('/z-data/uploads/webfonts/montserrat-regular.woff') format('woff'),
		url('/z-data/uploads/webfonts/montserrat-regular.ttf') format('truetype'),
		url('/z-data/uploads/webfonts/montserrat-regular.svg#latoblack') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'bold'; /* bold font */
	src:url('/z-data/uploads/webfonts/opensans-semibold.eot');
	src:url('/z-data/uploads/webfonts/opensans-semibold.eot?#iefix') format('embedded-opentype'),
		url('/z-data/uploads/webfonts/opensans-semibold.woff') format('woff'),
		url('/z-data/uploads/webfonts/opensans-semibold.ttf') format('truetype'),
		url('/z-data/uploads/webfonts/opensans-semibold.svg#latoblack') format('svg');
	font-weight: normal;
	font-style: normal;
}









/* ---------------------------------
      VARIABLES
   --------------------------------- */

:root {
	--ci: #ff6e30;
	--cilight: #000; /* bg header presseservice */
	--citext: #000; /* text color */
	--cihover: #ff6e30; /* hover color */
	--cidark: #ff0000; /* additional highlight color */
	--cifooter: #4c4c4c; /* bg color footer */
	--cifootertext: #fff; /* color footer */
	--cicopy: #333; /* bg color copyright */
	--cicopytext: #999; /* color copyright */
	--fbase: 'base', sans-serif;
	--fbold:  'bold', sans-serif;
	--ftitle: 'title', sans-serif;
}





/* ---------------------------------
      GENERAL
   --------------------------------- */



body,
html {
	height: 100%;
}

html {
  box-sizing: border-box;
}

*, *:before, *:after {
  box-sizing: inherit;
}

body {
	font-family: var(--fbase);
	color: var(--citext);
}

a:link,
a:visited {
	color: var(--citext);
}

a:hover,
a:active {
	color: var(--cihover);
}

body,
section,
input,
a {
	outline: none !important;
}

#preloader {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: #fff url('/z-data/uploads/system/preloader.svg') no-repeat 50%;
	-moz-background-size: 128px 128px;
	-o-background-size: 128px 128px;
	-webkit-background-size: 128px 128px;
	background-size: 128px 128px;
	z-index: 99998;
	width: 100%;
	height: 100%;
}

.inside-article {
	background-color: transparent !important;
}


.inner,
body.single-microsite .panel-grid {
	max-width: 1500px;
	margin: 0 auto;
	padding: 5px 40px !important;
}



h1,
h2,
h3,
h4 {
	font-family: var(--ftitle);
}

h3.widget-title {
	font-family: var(--ftitle);
	margin-top: 40px;
	margin-bottom: 10px;
	color: #000;
}

img.alignright {
	margin-left: 30px;
	margin-bottom: 40px;
}

.cta a:link,
.cta a:visited {
	border: solid 1px rgba(255,255,255,.2);
	color: #fff;
	padding: 10px 30px 12px 30px;
	background-color: var(--ci);
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	border-radius: 15px;
	margin-top: 40px;
	margin-bottom: 40px;
	font-family: var(--ftitle);
}

.cta a:hover,
.cta a:active {
	background-color: #000;
}

strong {
	font-family: var(--fbold);
}


/* responsive iframes */
iframe {
	max-width: 100%;
}


/* error pages */
body.error404 {
	background-color: #fff;
	display: -webkit-flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
}

body.error404 header.site-header {
	display: none;
}

body.error404 h2 {
	font-family: var(--fbold);
}

body.error404 .inside-article {
	max-width: 1060px;
	margin: 0 auto;
	padding: 20px 20px;
	text-align: center;
}

body.error404 h2 span {
	display: block;
	font-family: var(--fbase);
	font-size: 15px;
}

body.error404 img:hover {
	opacity: 0.8;
}

body.error404 .site-footer,
body.error404 .go-to-top {
	display: none;
}

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





@media (max-width: 1023px) {
	.inner,
	body.single-microsite .panel-grid {
		padding: 5px 20px !important;
	}
	
	.cta a {
		display: block;
		text-align: center;
	}
	
	h2 {
		margin-bottom: 0 !important;
	}
}


@media only screen and (min-width: 1024px) {
	
	.section {
		padding-top: 100px !important;
		padding-bottom: 100px !important;
	}
	
	.flex-container,
	.flexbox .panel-grid-cell {
		display: -webkit-flex;
		display: flex;
	}
	
	.flexbox .so-panel,
	.flex-item {
		-webkit-flex: 1;
		flex: 1;
		margin: 20px;
	}
	
	.flexbox .so-panel:first-child,
	.flex-item:first-child {
		margin-left: 0;
	}
	
	.flexbox .so-panel:last-child,
	.flex-item:last-child {
		margin-right: 0;
	}
	
	.flex-2 {
		-webkit-flex: 2;
		flex: 2;
	}
	
	.mobile {
		display: none !important;
	}
}


.entry-content {
	margin-top: 0;
}

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


h1 {
	color: var(--citext);
	font-family: var(--ftitle);
	text-transform: uppercase;
	font-size: 26px;
	margin-top: 20px;
	margin-bottom: 0;
	line-height: 1.6;
}

h1 span {
	text-transform: uppercase;
	background-color: var(--cifooter);
	color: #fff;
	display: inline-block;
	padding: 15px 40px;
}

.entry-date {
	color: #999;
	display: block;
	margin-top: 30px;
}

h2 {
	font-size: 28px;
	margin-top: 10px;
	margin-bottom: 0;
}

h3 {
	font-family: var(--ftitle);
	font-size: 38px;
	margin-bottom: 30px;
	color: #000;
}

article h3.widget-title {
	font-size: 21px;
	color: #666;
	margin-bottom: 30px;
}

h4 {
	font-size: 21px;
	color: #666;
	margin-top: 40px;
	margin-bottom: 10px;
	font-family: var(--ftitle);
}

h5 {
	color: #000;
	font-size: 22px;
	margin-top: 30px;
	margin-bottom: 5px;
}



@media only screen and (min-width: 768px) {
	body.single-microsite h1 {
		max-width: 60%;
	}
}

@media only screen and (max-width: 767px) {
	body {
		-moz-hyphens: auto;
		-o-hyphens: auto;
		-webkit-hyphens: auto;
		-ms-hyphens: auto;
		hyphens: auto;
	}
	
	h1 {
		font-size: 24px;
	}
	
	h2 {
		font-size: 21px;
	}
	
	h4 {
		font-size: 17px;
	}
}














/* ---------------------------------
      ARVE VIDEOS
   --------------------------------- */


html #page .arve {
    /*width: 720px;*/
    max-width: 100% !important;
    margin: 0 auto;
    margin-top: 40px;
    margin-bottom: 40px;
}

.custom-html-widget {
    position: relative;
}

.video-overlay-old {
    display: none !important;
}

.arve .arve-video-overlay {
    display: block;
    padding: 5px 0px;
    font-size: 0.8em;
    opacity: 0.0;
    margin-bottom: 10px;
    -webkit-transition: all 400ms linear;
    -moz-transition: all 400ms linear;
    -o-transition: all 400ms linear;
    -ms-transition: all 400ms linear;
    transition: all 400ms linear;
    float: none;
    position: relative;
}

#html .arve-promote-link {
    float: none !important;
    text-align: center;
    font-size: 10px;
    color: #ccc;
}

#html .arve-promote-link a:link,
#html .arve-promote-link a:visited {
    color: #ccc;
    text-decoration: none;
}

#html .arve-promote-link a:hover,
#html .arve-promote-link a:active {
    color: var(--ci);
}

.arve:hover .arve-video-overlay {
    opacity: 1;
}

#html .arve-hover-effect-zoom:hover .arve-thumbnail {
    transform:scale(1.1);
}





@media only screen and (min-width: 768px) {
    .video-overlay a:link,
    .video-overlay a:visited {
        color: var(--ci);
    }

    .video-overlay a:hover,
    .video-overlay a:active {
        color: #fff;
    }
}

@media only screen and (max-width: 767px) {
    .arve .arve-video-overlay {
        opacity: 0.7;   
    }
}









/* ---------------------------------
      HEADER
   --------------------------------- */

#special-header {
	padding-top: 20px;
	padding-bottom: 20px;
	margin-bottom: 50px;
	font-size: 14px;
	background: rgba(255,255,255,0.5);
	-webkit-box-shadow: 0px 5px 5px -3px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 5px 5px -3px rgba(0,0,0,0.2);
	box-shadow: 0px 5px 5px -3px rgba(0,0,0,0.2);
}

#special-header .kundenlogo img {
	height: 80px;
}

#special-header a:link,
#special-header a:visited {
	color: var(--citext);
}

#special-header .flex-item {
	align-self: center;
	margin-top: 0;
	margin-bottom: 0;
}

#special-header .logo {
	text-align: center;
}

#special-header .autor {
	text-align: right;
}

#special-header .autor-title {
	font-family: var(--ftitle);
	padding-top: 3px;
}






/* teamfoto avatar ohne plugin

plugin ausgelagert

*/
















/* ---------------------------------
      HOME PAGE
   --------------------------------- */

body.home h1 {
	font-family: var(--fbase);
	background: #000;
	color: #fff;
	font-size: 18px;
	padding: 5px 20px;
	text-transform: none;
	display: inline-block;
	margin: 0 auto;
	margin-top: 40px;
}

body.home h2 {
	font-size: 42px;
	color: #ff6e30;
	text-transform: uppercase;
	margin-top: 20px;
	margin-bottom: 50px;
}

body.home .home-intro::after {
	content: '\f103';
	font-family: 'FontAwesome';
	color: #ccc;
	font-size: 7em;
	padding-top: 60px;
}

body.home #home-beispiele img {
	-webkit-box-shadow: 5px 5px 5px 0px rgba(0,0,0,0.3);
	-moz-box-shadow: 5px 5px 5px 0px rgba(0,0,0,0.3);
	box-shadow: 5px 5px 5px 0px rgba(0,0,0,0.3);
	border: 1px solid #ccc;
}

@media only screen and (min-width: 1024px) {
	body.home #page {
		background: #fff url('https://login.kc-press.de/assets/images/page-body-bg-login.jpg') no-repeat top right;
		-moz-background-size: 100% auto;
		-o-background-size: 100% auto;
		-webkit-background-size: 100% auto;
		background-size: 100% auto;
	}
	
	body.home .home-intro {
		max-width: 40%;
	}
}

@media only screen and (max-width: 1023px) {
	body.home h2 {
		font-size: 26px;
	}
}








/* ---------------------------------
      NORMAL TEXT
   --------------------------------- */

.widget_black-studio-tinymce .textwidget ul {
    padding-top: 10px;
    padding-bottom: 30px;
}

.widget_black-studio-tinymce .textwidget ul li {
	list-style-type: disc;
    margin-left: 20px;
    padding-top: 3px;
    padding-bottom: 3px;
}





/* ---------------------------------
      DOWNLOAD
   --------------------------------- */

.gallery-download {
	background-color: #f2f2f2;
	color: #4c4c4c;
	border: 1px solid #ccc;
	margin: 0 auto;
    margin-top: 0px;
	margin-top: 60px;
	max-width: 900px;
	text-align: center;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
}

.gallery-download a:link,
.gallery-download a:visited {
	color: #4c4c4c;
	display: block;
	padding: 20px 30px;
}

.gallery-download:hover {
	background-color: var(--cihover);
}

.gallery-download p {
	margin-bottom: 0 !important;
}

.widget_text .textwidget a {
	margin: 0 auto;
	margin-top: 30px;
	margin-bottom: 40px;
}

/* abstand download-button in sidebar */
body.single-microsite #microsite-sidebar .widget_text .textwidget a {
	margin-top: 10px;
}

body.single-microsite .widget_text .textwidget a {
	margin: 0 auto;
	margin-top: 20px;
	margin-bottom: 10px;
}

.widget_text .textwidget a:link,
.widget_text .textwidget a:visited {
	background-color: #f2f2f2;
	color: #4c4c4c;
	border: 1px solid #ccc;
	max-width: 600px;
	text-align: center;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	display: block;
	padding: 20px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	font-family: var(--ftitle);
}

.widget_text .textwidget a:hover,
.widget_text .textwidget a:active {
	background-color: #999;
	color: #fff;
}

.widget_text .textwidget p {
	margin-bottom: 0;
}




/* ---------------------------------
      GALLERY LOOKBOOK & LOOKBOOK +TEXT
   --------------------------------- */


body.single-lookbook .gallery,
body.single-lookbook-xxl .gallery {
	margin-top: 20px;
	margin-bottom: 20px !important;
}

body.single-lookbook-xxl figure.wp-caption figcaption,
body.single-lookbook figure.wp-caption figcaption {
	display: none;
}

body.single-lookbook-xxl figure.gallery-item,
body.single-lookbook figure.gallery-item {
	position: relative;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 5px;
}

body.single-lookbook-xxl figure.gallery-item figcaption,
body.single-lookbook figure.gallery-item figcaption {
	background-color: rgba(0,0,0,0.7);
	color: #fff;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	height: 100%;
	width: 100%;
	opacity: 0;
	transition: .5s ease;
	border: 1px solid #fff;
	outline: 5px solid #404040;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

body.single-lookbook-xxl figure.gallery-item:hover figcaption,
body.single-lookbook figure.gallery-item:hover figcaption {
	opacity: 1;
}

body.single-lookbook-xxl figure.gallery-item figcaption div,
body.single-lookbook figure.gallery-item figcaption div {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	text-align: center;
	/*background-color: lime;*/
	width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 10px;
}

body.single-lookbook-xxl figure.gallery-item figcaption div strong,
body.single-lookbook figure.gallery-item figcaption div strong {
	display: block;
	padding-right: 5px;
	padding-left: 5px;
}

body.single-lookbook-xxl figure.gallery-item a.product-download,
body.single-lookbook figure.gallery-item a.product-download {
	width: 24px;
	height: 29px;
	display: block;
	background: #fff url('/z-data/uploads/content/gallery-download.svg') no-repeat center left;
	-moz-background-size: 24px 29px;
	-o-background-size: 24px 29px;
	-webkit-background-size: 24px 29px;
	background-size: 24px 29px;
	position: absolute;
	bottom: 10px;
	right: 10px;
	opacity: 1 !important;
}

body.single-lookbook-xxl figure.gallery-item a.product-download-sidebar,
body.single-lookbook figure.gallery-item a.product-download-sidebar {
	display: none !important;	
}



/* nur lookbook +text */
body.single-lookbook .panel-grid .inner .panel-grid-cell,
body.single-lookbook-xxl .panel-grid .inner .panel-grid-cell {
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px solid #efefef;
}

/* ohne overlay ausblenden! */
body.single-lookbook-xxl .gallery .ohne-overlay,
body.single-lookbook .gallery .ohne-overlay {
	display: none !important;
}



@media (max-width: 1023px) {
	body.single-lookbook-xxl .gallery,
    body.single-lookbook .gallery {
		margin-top: 50px;
		margin-bottom: 50px;
	}
	
	body.single-lookbook-xxl .gallery-item,
    body.single-lookbook .gallery-item {
		max-width: 50% !important;
	}	
}

@media (max-width: 500px) {
	body.single-lookbook-xxl .gallery-item,
    body.single-lookbook .gallery-item {
		max-width: 100% !important;
	}	
}




/* ---------------------------------
      GALLERY MICROSITE - IN SIDEBAR
   --------------------------------- */

body.single-microsite .gallery {
	margin-top: 0px;
	margin-bottom: 0px !important;
}

body.single-microsite figure.wp-caption figcaption {
	display: none;
}

body.single-microsite figure.gallery-item {
	position: relative;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	/*padding: 5px;*/
	padding: 0;
	/* image is full width = 1 column */
	max-width: 100%;
}

body.single-microsite figure.gallery-item .gallery-icon {
	padding: 0;
}

body.single-microsite figure.gallery-item figcaption {
	background-color: rgba(0,0,0,0.7);
	color: #fff;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	height: 100%;
	width: 100%;
	opacity: 0;
	/*transition: .5s ease;
	border: 1px solid #fff;
	outline: 5px solid #404040;*/
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

body.single-microsite figure.gallery-item:hover figcaption {
	opacity: 0;
}

body.single-microsite figure.gallery-item figcaption div {
	/*position: absolute;
	top: 50%;
	transform: translateY(-50%);
	text-align: center;
	width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 10px;*/
	display: none;
}

/* kein overlay! */
body.single-microsite .gallery .ohne-overlay {
	background-color: #fff;
	padding: 20px;
	border: 1px solid #ccc;
	text-align: left;
	margin-bottom: 40px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

body.single-microsite .gallery .ohne-overlay strong {
	display: block;
}

body.single-microsite figure.gallery-item a.product-download {
	width: 24px;
	height: 29px;
	display: block;
	background: #fff url('/z-data/uploads/content/gallery-download.svg') no-repeat center left;
	-moz-background-size: 24px 29px;
	-o-background-size: 24px 29px;
	-webkit-background-size: 24px 29px;
	background-size: 24px 29px;
	position: absolute;
	bottom: 10px;
	right: 10px;
	opacity: 1 !important;
}

body.single-microsite figure.gallery-item a.product-download-sidebar {
	display: none !important;	
}



@media (max-width: 1023px) {
	body.single-microsite .gallery {
		margin-top: 50px;
		margin-bottom: 50px;
	}
}

@media (max-width: 500px) {
	body.single-microsite .gallery-item {
		max-width: 100% !important;
	}	
}









/* ---------------------------------
      MICROSITE SPECIFIC
   --------------------------------- */

body.single-microsite #microsite-content {
	
}

body.single-microsite #microsite-content a:link,
body.single-microsite #microsite-content a:visited{
	text-decoration: underline;
}

body.single-microsite #microsite-sidebar::before {
	content: 'Download Bildmaterial';
	display: block;
	background-color: #bbb;
	color: #fff;
	font-size: 17px;
	font-family: var(--ftitle);
	padding: 10px 30px;
}

/* english */
body.single-microsite.language-en #microsite-sidebar::before {
	content: 'Download images';
}

body.single-microsite #microsite-sidebar {
	color: #666;
	font-size: 0.8em;
	background: url('/z-data/uploads/content/stripes-bg.png') repeat top left;
	border: 1px solid #ccc;
}

body.single-microsite #microsite-sidebar .so-panel {
	padding: 30px 30px 0 30px;
}

body.single-microsite #microsite-sidebar .so-panel:last-child {
	padding-top: 0;
	padding-bottom: 40px;	
}

body.single-microsite #microsite-sidebar h3.widget-title {
	font-size: 17px;
}

.microsite-infobox {
	color: #666;
	font-size: 0.8em;
	background: url('/z-data/uploads/content/stripes-bg.png') repeat top left;
	border: 1px solid #ccc;
	padding: 30px;
	margin-top: 30px;
	margin-bottom: 30px;
}

.microsite-sidebar-title {
	background-color: #bbb;
	color: #fff;
	margin-top: -30px;
	margin-right: -30px;
	margin-left: -30px;
	padding: 5px 20px 10px 20px;
}

.microsite-sidebar-title p {
	margin-bottom: 0;	
}

.microsite-sidebar-title h3 {
	color: #fff !important;
	font-size: 17px !important;
	margin-bottom: 0 !important;
	display: inline-block;
}

.microsite-sidebar-title h3::after {
	content: '';
	display: inline-block;
	color: #fff !important;
	background: transparent url('/z-data/uploads/content/microsite-sidebar-title.svg') no-repeat bottom left;
	-moz-background-size: cover;
	-o-background-size: cover;
	-webkit-background-size: cover;
	width: 14px;
	height: 14px;
	margin-left: 8px;
}



@media only screen and (min-width: 1024px) {
	body.single-microsite #microsite-content {
		margin-right: 3em;
		max-width: 800px;
	}
	
	body.single-microsite #microsite-sidebar {
		margin-left: 3em;
	}
}







/* ---------------------------------
      FOOTER
   --------------------------------- */

.pms-footer {
	margin-top: 50px;
	padding: 40px;
	background-color: var(--cifooter);
	color: var(--cifootertext);
	font-size: 15px;
}

.footer-logo {
	text-align: center;
	margin-top: 20px;
	margin-bottom: 0;
}

@media (max-width: 1023px) {
	.pms-footer {
		text-align: center;
	}
	
	.pms-footer h3.widget-title {
		margin-top: 40px;
		font-size: 17px;
	}
}

.pms-footer h3.widget-title {
	color: var(--cifootertext);
	margin-top: 0;
	margin-bottom: 10px;
	font-family: var(--ftitle);
}

.pms-footer a:link,
.pms-footer a:visited {
	color: var(--cifootertext);
}

.pms-footer a:hover,
.pms-footer a:active {
	color: var(--ci);
}

@media only screen and (min-width: 1024px) {
	.pms-footer .flex-container {
		max-width: 1200px;
    	margin: 0 auto;
   		padding: 5px 40px !important;
	}
	
	.pms-footer .footer-autor img {
		float: left;
		margin-right: 60px;
	}
	
	.site-info .imprint {
		text-align: right;
	}
	
	body.home .pms-footer .pms-quote {
    	max-width: 50%;
		margin: 0 auto;
		font-size: 32px;
	}
}

@media only screen and (max-width: 1023px) {
	.pms-footer h3.widget-title {
		font-size: 19px;
		margin-top: 30px;
	}
}

.footer-socials ul.menu {
    list-style-type: none;
    margin: 0 !important;
}

.footer-socials ul.menu li {
    list-style-type: none;
    display: inline-block;
    margin: 0 !important;
}

.footer-socials a:link,
.footer-socials a:visited {
	display: inline-block;
	margin-right: 10px;
}

.footer-socials a:hover,
.footer-socials a:active {
	opacity: 0.7;
}

.footer-socials a em {
	display: none;
}

.footer-siegel .textwidget {
	text-align: center;
}






/* home */

body.home .pms-footer a:link,
body.home .pms-footer a:visited {
	/*color: #999;**/
}

body.home .pms-footer a:hover,
body.home .pms-footer a:active {
	color: var(--ci);
}

body.home .pms-footer h3,
body.home .pms-footer h3.widget-title {
	/*color: #999;*/
	font-size: 18px;
	margin-top: 0;
	margin-bottom: 10px;
	font-family: var(--ftitle);
}

body.home .pms-footer h3 {
	margin-top: 30px;
	color: #fff;
}


body.home .pms-footer .pms-quote {
    font-family: var(--fbold);
	margin-top: 25px;
    margin-bottom: 50px;
    color: #fff;
}

body.home .fa {
	margin-right: 10px;
}







.site-info {
	padding: 0;
	background-color: var(--cicopy);
	color: var(--cicopytext);
	text-align: center;
}

.site-info a:link,
.site-info a:visited {
	color: var(--cicopytext);
}

.site-info a:hover,
.site-info a:active {
	color: var(--ci);
}

.site-footer .copy-inner {
	padding: 10px 40px;
}

.site-info .imprint a:first-child {
	margin-right: 15px;
}










