/*!*********************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js??clonedRuleSet-2.use[3]!./web/profiles/uw/uw_profile/modules/uw_theme_components/patterns/atoms/headline/headline.scss ***!
  \*********************************************************************************************************************************************************************************************************************************************************/
/********
 * Colors
 ********/
/************
 * Typography
 ************/
/*
 * We can use the font weight fot the bold styling example below
 * .test-font { font-family: $font-default; } regular
 * .test-font-bold { font-family: $font-default; font-weight: $font-weight-bold; }
 * @see: _typography.scss
*/
/*****************
 * Global elements
 *****************/
/****************
 * Sizing/Spacing
 ****************/
/*******
 * Forms
 ******/
/***********
 * Bootstrap
 ***********/
/**********
 * Mappings
 *********/
/*
 * IMPORTANT:
 *   - This file should *only contain* variables not considered UN style guide *
 */
/**
  Help theming for rtl languages.
*/
/*
 * This handles indentation for the depth of child levels for accordion
 * TODO: improve this implementation, overly complex due to previous design
 */
/*
 * Reset the button appearance to make it look like regular text.
 *
 * The padding can be optionally passed, as it is usually overriden.
 *
 * @param {Number} $padding - The padding to apply to the button.
 */
/*
 * Adds color & text-shadow-based outline to type.
 *
 * @param {color} $color - Color of the marker.
 * @param {color} $border-color - Color for the outline, or border.
 * @param {percent} $border-alpha - Value used in sass:color.scale().
 */
/*
 * Encapsulates the styles for the WYSIWYG editor.
 *
 * We use a mixin in order to be able to reuse these rules inside the
 * CKEditor5 stylesheet to provide the same styles for the editor content.
 * @see un2_theme/scss/admin/_ckeditor5.scss.
 * @see un2_theme/scss/components/_wysiwyg.scss.
 */
.pattern-headline {
  color: #404040;
}
.uw-theme-absolute-black-75 .pattern-headline {
  color: #fff;
}

.uw-theme-absolute-black-68 .pattern-headline {
  color: #fff;
}

.uw-theme-absolute-black-50 .pattern-headline {
  color: #fff;
}

.uw-theme-absolute-black-25 .pattern-headline {
  color: #404040;
}

.uw-theme-absolute-black-04 .pattern-headline {
  color: #404040;
}

.uw-theme-darker-blue .pattern-headline {
  color: #fff;
}

.uw-theme-un-blue-50 .pattern-headline {
  color: #404040;
}

.uw-theme-un-blue-25 .pattern-headline {
  color: #404040;
}

.uw-theme-un-blue-05 .pattern-headline {
  color: #404040;
}

.uw-theme-darker-blue-25 .pattern-headline {
  color: #404040;
}

.uw-theme-darker-blue-05 .pattern-headline {
  color: #404040;
}

.uw-theme-information-blue .pattern-headline {
  color: #fff;
}

.uw-theme-information-blue-25 .pattern-headline {
  color: #404040;
}

.uw-theme-error-red-25 .pattern-headline {
  color: #404040;
}

.uw-theme-warning-yellow-25 .pattern-headline {
  color: #404040;
}

.uw-theme-success-green-25 .pattern-headline {
  color: #404040;
}

.uw-theme-white .pattern-headline {
  color: #404040;
}

.uw-theme-black .pattern-headline {
  color: #fff;
}

.pattern-headline.underline-title-left {
  position: relative;
  margin-block-end: 1.25rem;
  padding-block-end: 0.75rem;
}
.pattern-headline.underline-title-left::after {
  display: block !important;
  position: absolute;
  inset-block-end: 0;
  border-block-start: #009edb solid 3px !important;
  width: 90px;
  content: "" !important;
  inset-inline: 0 auto;
}
.text-center .pattern-headline.underline-title-left::after {
  margin-inline: auto;
}
.pattern-headline.underline-title-center {
  position: relative;
  margin-block-end: 1.25rem;
  padding-block-end: 0.75rem;
}
.pattern-headline.underline-title-center::after {
  display: block !important;
  position: absolute;
  inset-block-end: 0;
  border-block-start: #009edb solid 3px !important;
  width: 90px;
  content: "" !important;
  margin: 0 auto;
  inset-inline: 0;
}
.text-center .pattern-headline.underline-title-center::after {
  margin-inline: auto;
}
.pattern-headline.underline-title-right {
  position: relative;
  margin-block-end: 1.25rem;
  padding-block-end: 0.75rem;
}
.pattern-headline.underline-title-right::after {
  display: block !important;
  position: absolute;
  inset-block-end: 0;
  border-block-start: #009edb solid 3px !important;
  width: 90px;
  content: "" !important;
  inset-inline: auto 0;
}
.text-center .pattern-headline.underline-title-right::after {
  margin-inline: auto;
}
.pattern-headline a {
  display: block;
}
.pattern-headline a, .pattern-headline a:hover, .pattern-headline a:focus, .pattern-headline a:visited {
  color: #404040;
  font-weight: inherit;
  text-decoration: none;
  overflow-wrap: break-word;
}
.uw-theme-absolute-black-75 .pattern-headline a, .uw-theme-absolute-black-75 .pattern-headline a:hover, .uw-theme-absolute-black-75 .pattern-headline a:focus, .uw-theme-absolute-black-75 .pattern-headline a:visited {
  color: #fff;
}

.uw-theme-absolute-black-68 .pattern-headline a, .uw-theme-absolute-black-68 .pattern-headline a:hover, .uw-theme-absolute-black-68 .pattern-headline a:focus, .uw-theme-absolute-black-68 .pattern-headline a:visited {
  color: #fff;
}

.uw-theme-absolute-black-50 .pattern-headline a, .uw-theme-absolute-black-50 .pattern-headline a:hover, .uw-theme-absolute-black-50 .pattern-headline a:focus, .uw-theme-absolute-black-50 .pattern-headline a:visited {
  color: #fff;
}

.uw-theme-absolute-black-25 .pattern-headline a, .uw-theme-absolute-black-25 .pattern-headline a:hover, .uw-theme-absolute-black-25 .pattern-headline a:focus, .uw-theme-absolute-black-25 .pattern-headline a:visited {
  color: #404040;
}

.uw-theme-absolute-black-04 .pattern-headline a, .uw-theme-absolute-black-04 .pattern-headline a:hover, .uw-theme-absolute-black-04 .pattern-headline a:focus, .uw-theme-absolute-black-04 .pattern-headline a:visited {
  color: #404040;
}

.uw-theme-darker-blue .pattern-headline a, .uw-theme-darker-blue .pattern-headline a:hover, .uw-theme-darker-blue .pattern-headline a:focus, .uw-theme-darker-blue .pattern-headline a:visited {
  color: #fff;
}

.uw-theme-un-blue-50 .pattern-headline a, .uw-theme-un-blue-50 .pattern-headline a:hover, .uw-theme-un-blue-50 .pattern-headline a:focus, .uw-theme-un-blue-50 .pattern-headline a:visited {
  color: #404040;
}

.uw-theme-un-blue-25 .pattern-headline a, .uw-theme-un-blue-25 .pattern-headline a:hover, .uw-theme-un-blue-25 .pattern-headline a:focus, .uw-theme-un-blue-25 .pattern-headline a:visited {
  color: #404040;
}

.uw-theme-un-blue-05 .pattern-headline a, .uw-theme-un-blue-05 .pattern-headline a:hover, .uw-theme-un-blue-05 .pattern-headline a:focus, .uw-theme-un-blue-05 .pattern-headline a:visited {
  color: #404040;
}

.uw-theme-darker-blue-25 .pattern-headline a, .uw-theme-darker-blue-25 .pattern-headline a:hover, .uw-theme-darker-blue-25 .pattern-headline a:focus, .uw-theme-darker-blue-25 .pattern-headline a:visited {
  color: #404040;
}

.uw-theme-darker-blue-05 .pattern-headline a, .uw-theme-darker-blue-05 .pattern-headline a:hover, .uw-theme-darker-blue-05 .pattern-headline a:focus, .uw-theme-darker-blue-05 .pattern-headline a:visited {
  color: #404040;
}

.uw-theme-information-blue .pattern-headline a, .uw-theme-information-blue .pattern-headline a:hover, .uw-theme-information-blue .pattern-headline a:focus, .uw-theme-information-blue .pattern-headline a:visited {
  color: #fff;
}

.uw-theme-information-blue-25 .pattern-headline a, .uw-theme-information-blue-25 .pattern-headline a:hover, .uw-theme-information-blue-25 .pattern-headline a:focus, .uw-theme-information-blue-25 .pattern-headline a:visited {
  color: #404040;
}

.uw-theme-error-red-25 .pattern-headline a, .uw-theme-error-red-25 .pattern-headline a:hover, .uw-theme-error-red-25 .pattern-headline a:focus, .uw-theme-error-red-25 .pattern-headline a:visited {
  color: #404040;
}

.uw-theme-warning-yellow-25 .pattern-headline a, .uw-theme-warning-yellow-25 .pattern-headline a:hover, .uw-theme-warning-yellow-25 .pattern-headline a:focus, .uw-theme-warning-yellow-25 .pattern-headline a:visited {
  color: #404040;
}

.uw-theme-success-green-25 .pattern-headline a, .uw-theme-success-green-25 .pattern-headline a:hover, .uw-theme-success-green-25 .pattern-headline a:focus, .uw-theme-success-green-25 .pattern-headline a:visited {
  color: #404040;
}

.uw-theme-white .pattern-headline a, .uw-theme-white .pattern-headline a:hover, .uw-theme-white .pattern-headline a:focus, .uw-theme-white .pattern-headline a:visited {
  color: #404040;
}

.uw-theme-black .pattern-headline a, .uw-theme-black .pattern-headline a:hover, .uw-theme-black .pattern-headline a:focus, .uw-theme-black .pattern-headline a:visited {
  color: #fff;
}

.pattern-headline--text-left {
  text-align: start;
}

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

.pattern-headline--text-right {
  text-align: end;
}
