/* STYLEGUIDE */


/* Rundes Icon Box rechts + Mobil Textlink */
.icon-box-wrapper{
	position:fixed !important;
	right:2rem;
	top:7rem;
	width:110px !important;
	z-index:999;
}
.styleguide-icon-download{
	position:fixed !important;
	top: 0rem;
    right: 0vmax;
    width: 110px;
	margin-bottom:10px;
}
.bubble-text-wrapper{
	display:none;
}
a.styleguide-bubble-textlink{
	display:block;
}
a.styleguide-bubble-textlink::after{
  content: "";
  position: absolute;
  width: 1.4em;
  height: 1.4em;
  margin-left:6px;
  margin-top:0px;
  background-image: url("/wp-content/uploads/2025/12/download-simple-fill_1.svg");
  background-size: contain;
  background-repeat: no-repeat;
  transform: scale(1);
  transform-origin: bottom left;
  transition: transform 0.3s ease;
}   
a.styleguide-bubble-textlink:hover::after {
  transform: scale(1.2);
} 
@media (max-width:1590px){
.icon-box-wrapper{
	display:none;
	}
.bubble-text-wrapper{
	display:block;
	padding-top:1rem;
}}





.styleguide-main-abstand-top{
	height: 4.5rem;
}
h1{
	font-size:5.0rem;
	color:#333; 
}
h2{
	color:#333;
	font-size:1.5rem !important;
	margin-bottom:3px !important;
}
h3{
	font-size:1.25rem !important;
  font-weight:600 !important;
	color:#333;
}
#styleguide-main-content {
  margin-left: 250px;
	width: calc(100% - 250px);       
  box-sizing: border-box;
}
.coeo-group-footer-copyright{
	 margin-left: 250px !important;
	width: calc(100% - 250px);  
}
.styleguide-icon-download{
	position: fixed;
  top: 7rem; 
  right: 3vmax; 
  z-index: 1000;
	width:110px;
	transform: scale(1);
  transition: transform 0.6s ease;
}
.styleguide-icon-download:hover{
	transform: scale(1.1);
}
.styleguide-vier-reihen.vc_column_container
.vc_column-inner {
    padding-left: 0rem !important;
}
.styleguide-footer {
  position: fixed;
  bottom: 20px;
  left: 190px;
  right: 0;
  display: flex;
  justify-content: space-between;
  width: calc(100% - 190px);
  max-width: 1030px;
	margin: 0 auto;
  padding: 0.5rem 1rem;
  z-index: 1000;

  transform: translateY(100%);
  opacity: 0;
  transition: transform 0.4s ease, opacity 0.4s ease;
  pointer-events: none;
}
.styleguide-footer span a{
  color: #333;
	font-size: 0.8rem; 
}
.styleguide-footer span a:hover{
  color: #298FC2;
	font-size: 0.8rem;
}
.styleguide-footer.einblenden {
  transform: translateY(0);
  opacity: 1;
  pointer-events: auto;
}
#styleguide-main-content a{
	font-weight:700;
}
#styleguide-main-content a:hover{
	text-decoration:underline;
		font-weight:700;
}


/* INTRODUCTION */
.compass div img{
	width:175px;
}




/* ICONSET */
.icon-download-zwo{
	top: 15rem;
}
.icon-download-drei{
	top: 23rem;
}
.iconset-sammlung div img{
	padding: 50px 50px 50px 50px;
	margin-left:-50px;
}
.iconset-sammlung-inv{
padding: 50px 50px 50px 50px;
}
.iconset-download-icons {
  display: flex;
  gap: 25px;         
  align-items: center; 
}
.iconset-download-icons span img {
  width: 65px;
  height: auto;    
  display: block;  
}
.iconset-download-icons span a img {
  width: 25px;
  height: auto;    
  display: block;  
}

/* IMAGERY */

/* download Images - Icon */
.styleguide-stock-photo-bg div .wpb_wrapper{
	color:#fff;
	background: linear-gradient(to top right, #298FC2, #48A9C5);
}
.styleguide-stock-photo-bg div .wpb_wrapper p a{
	color:#fff;
	text-decoration:underline;
}
.styleguide-current-img {
    position: relative;
}
.styleguide-current-img a {
    position: relative;
    display: inline-block;
}
/* Pseudo-Element als Icon */
.styleguide-current-img a::after {
    content: "";
    position: absolute;
    bottom: 15px;
    right: 15px;
    width: 30px;
    height: 30px;
    background: #fff;
    border-radius: 50%;
    z-index: 2;
    background-image: url("/wp-content/uploads/2025/12/download-simple-fill_1.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 20px 20px;
    pointer-events: auto;
	transition: transform 0.3s ease;
}
.styleguide-current-img a:hover::after {
    transform: scale(1.15);
}
.styleguide-current-img, .stock-photo {
  aspect-ratio: 6 / 4; 
  width: 100%;
  overflow: hidden;
	background:#f7f7f7;
}

.stock-photo div img, .styleguide-current-img div img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.styleguide-stock-photo-bg .vc_column-inner .wpb_wrapper{
	height:100%;
	padding-top:10px;
}


/* TEMPLATES */
.template-download-container {
  display: flex;
  gap: 0.1rem;
  align-items: center;
	justify-content:space-around;
}
.template-download-icon {
  position: relative;
  display: flex;
  align-items: center;
  gap: 0.5rem; 
  color: #333;
  text-decoration: none;
}
/* Icon als ::before vor dem Text */
.template-download-icon::before {
  content: "";
  display: inline-block;
  width: 22px;
  height: 22px;
  background-image: url("/wp-content/uploads/2025/08/download-simple-fill_1.svg");
  background-size: contain;
  background-repeat: no-repeat;
  transform: scale(1);
  transition: transform 0.3s ease;
}
/* Hover-Effekt nur fürs Icon */
.template-download-icon:hover::before {
  transform: scale(1.2);
}




/* LOGO */
.logo-drei-reihen{
	margin: 3rem 0px !important;
}
.logo-drei-reihen .vc_column_container
.vc_column-inner {
    padding-left: 0rem !important;
}
.stylegude-download-icons {
  display: flex;
  gap: 15px;         
  align-items: center; 
	margin-top:7px;
}
.stylegude-download-icons img {
  width: 28px;
  height: auto;    
  display: block;  
transform: scale(1);
  transition: transform 0.3s ease;    
}
.stylegude-download-icons img:hover {
  transform: scale(1.15);
}
.styleguide-logo.smaller div img{
	max-width:215px;
}




/* Corporate Colors */
.styleguide-color-square div img{
	max-width:200px;
}
.styleguide-vier-reihen {
	  align-items: flex-end;
}
.color-values {
  display: flex;
  flex-direction: column;
  gap: 8px;
  max-width: 300px;
}
.color-row {
  display: flex;
  justify-content: flex-start;
  gap: 12px; 
  position: relative;
}
.color-row .label {
  font-weight: 600;
  min-width: 80px; 
}
.color-row .value {
  display: flex;
  align-items: flex-end;
  gap: 6px;
  position: relative;
}
.copy-btn {
  width: 18px;
  height: 18px;
  background: url("/wp-content/uploads/2025/08/copy-fill.svg") no-repeat center/contain;
  border: none;
  padding: 0;
  cursor: pointer;
  transition: transform 0.2s ease;
}
.copy-btn:hover {
  transform: scale(1.1);
}
.magenta{
	color:#d00070 !important;
}
.copy-feedback {
	display:block;
	position:absolute;
	background:#fff;
	color: #298FC2;
	width:140px;
	padding:0px;
	text-align:left;
  font-size: 1rem;
  font-weight: 600;
  animation: fadeInOut 3.5s ease forwards;

}

@keyframes fadeInOut {
  0% { opacity: 0; }
  10% { opacity: 1; }
  80% { opacity: 1; }
  100% { opacity: 0; }
}




/* Corporate Fonts */
.corporate-font-bold{
	font-weight:600;
}
.corporate-font-bold-i{
  font-weight:600;
	font-style: italic;
}
.corporate-font-regular{
  font-weight:400;
}
.corporate-font-regular-i{
	  font-style: italic;
}
.aptos{
	font-family:aptos !important;
}
.aptos-font-kit div img{
	width:100%;
	max-width:405px;
}


/* Corporate Communication */
.styleguide-download-icon a {
  position: relative; 
  display: inline-block;
  padding-right: 31px;
}
.styleguide-download-icon a::after {
  content: "";
  position: absolute;
  right: 0;       
  top: 12px;
  transform: translateY(-50%) scale(1);
  width: 22px;
  height: 22px;
  background-image: url("/wp-content/uploads/2025/08/download-simple-fill_1.svg");
  background-size: contain;
  background-repeat: no-repeat;
  transition: transform 0.3s ease;
  pointer-events: none; 
}
.styleguide-download-icon a:hover::after {
  transform: translateY(-50%) scale(1.2); 
}
h3{
    margin-bottom:0rem;
}

/* do donts */
.dd-table{ display:grid; grid-template-columns:1fr 1fr; /* Do | Don't */ gap:0 28px; max-width:1000px; margin:0 auto; position:relative; } /* Mittlere Trennlinie über beide Spalten */ .dd-table::before{ content:""; position:absolute; top:0; bottom:0; left:50%; width:1px; background:#333; transform:translateX(-50%); } .cell{ padding:14px 0; border-bottom:1px solid #333; line-height:1.4; } .head{ font-size:1.25rem; font-weight:600; border-bottom:1px solid #333; padding-top:8px; }

h3.tone-of-voice{
	margin-bottom:3px;
}





/* SUB-BRAND */
.sub-brands-cai{
	display:block;
	min-height:170px;
}
.sub-brands-cai div{
	display:block;
	width:165px;
	margin-top:80px;
}
.sub-brands-cfn{
	width:160px;
}
.sub-brands-cfn-list{
	width:170px;
}



/* ## WPML ## */
.wpml-list-styleguide{
	display:flex;
	justify-content:flex-end;
	margin-right:20px;
} 
.wpml-ls-legacy-dropdown {
	width:70px;
}
.wpml-ls-legacy-dropdown ul {
	list-style-type: none;
    margin: 0;
}
.wpml-ls-legacy-dropdown ul li a, .wpml-ls-sub-menu li {
	border:0px solid #fff;
	background:transparent;
	box-shadow:none;
}
.wpml-ls-legacy-dropdown a {
    display: block;
    font-size: 1rem;
    line-height: 2.2rem;
    padding: 0 1rem 0 1rem;
    border: none !important;
    color: inherit !important;
    background: transparent;
    box-shadow: 0 0 0 #fff inset;
}
.wpml-ls-legacy-dropdown::before{
  content: "";
  position: absolute;
  width: 1.4em;
  height: 1.4em;
  margin-left:-20px;
  margin-top:10px;
  background-image: url("/wp-content/uploads/2025/12/globe-thin.svg");
  background-size: contain;
  background-repeat: no-repeat;
} 
.wpml-ls-sub-menu {
    box-shadow: none !important;
}

/* LISTEN mit der Klasse einrücken */
.list-style ul {
    padding-left: 1.2em;
    margin-left: 0;
    list-style-position: outside;
}
.list-style ul li {
    margin-bottom: 0.3rem;
}


/* ################
 * MOBILE ANSICHT
 * ###############*/
@media only screen and (max-width:1200px) {
	h1{
	font-size:3.0rem !important;
	color:#333; 
}
	.styleguide-vier-reihen {
		align-items:center;
	}
	.styleguide-vier-reihen .vc_column_container{
		width:50%;
		margin-bottom:20px;
	}
	.styleguide-vier-reihen .vc_column_container:first-child,
	.styleguide-vier-reihen .vc_column_container:nth-child(3){
		width:50% !important;
		margin-bottom:15px;
	}	
	.trenner-mobil{
		display:none;
	}
	
	
} /* ENDE 1200 */



@media only screen and (max-width:1000px) {
	.styleguide-vier-reihen .vc_column_container:first-child,
	.styleguide-vier-reihen .vc_column_container:nth-child(3){
		width:100%  !important;
		margin-bottom:20px;
	}	
	.corporate-font-bold-i, .corporate-font-bold, .corporate-font-regular, .corporate-font-regular-i{
		font-size:0.9rem;
	}
	.trenner-mobil{
		display:block;
	}
	
 .dd-table {
    grid-template-columns: 1fr;
  }

  .dd-table::before {
    display: none;
  }

  .head.dont {
    margin-top: 20px;
    border-top: 1px solid #dcdcdc;
    padding-top: 14px;
  }
	
#styleguide-main-content {
    margin-left:0px;
    width:100%;
}
	
.iconset-sammlung div img {
    margin: 0 auto;
}	
	
		.compass {
		text-align: left;
	}
	.highlight-color div div .wpb_wrapper{
		display:flex;
		justify-content:flex-start;
		gap:1rem;
		align-items:center;
	} 
	.highlight-color div div .wpb_wrapper .styleguide-color-square{
		width:35%;
	}
		.highlight-color div div .wpb_wrapper .styleguide-color-square div img {
    max-width: 140px;
}
	
	.sub-brands-cfn, .sub-brands-cfn-list {
    width: 70%;
		min-height: inherit;
    margin: 0 auto;
}
	
	
.wpml-list-styleguide {
	    opacity: 0;
	    pointer-events: none;
    display: flex;
	    transition: opacity 0.3s ease;
    justify-content: flex-end;
    margin-left: 2.5rem;
	  position:absolute;
	  top:4rem;
	right:1rem;
	z-index:1500;
}
	.wpml-list-styleguide.open {
    opacity: 1;
    pointer-events: auto;
}
}