body {
}

.assigned-topics {
    border: 3px solid green;
}

.assigned-topics div:hover {
    background-color: yellow
}

.not-assigned-topics {
    border: 3px solid red;
}

.not-assigned-topics div:hover{
    background-color: yellow
}

.yp-press-releases {
    height: 400px;
}

    .yp-press-releases .yp-tileview-tile {
        width: 100px;
        height: 100px;
    }
	
	
	

/* Design */


@font-face {
    font-family: 'SiemensSans';
    src: url('../fonts/SiemensSans_Prof_Roman.woff2') format('woff2'),
         url('../fonts/SiemensSans_Prof_Roman.woff') format('woff');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'SiemensSans';
    src: url('../fonts/SiemensSans_Prof_Bold.woff2') format('woff2'),
         url('../fonts/SiemensSans_Prof_Bold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: 'SiemensSans';
    src: url('../fonts/SiemensSans_Prof_Black.woff2') format('woff2'),
         url('../fonts/SiemensSans_Prof_Black.woff') format('woff');
    font-weight: 800;
    font-style: normal;
}

@font-face {
    font-family: 'SiemensSans';
    src: url('../fonts/SiemensSerif_Prof_Italic.woff2') format('woff2'),
         url('../fonts/SiemensSerif_Prof_Italic.woff') format('woff');
    font-weight: 400;
    font-style: italic;
}

@font-face {
    font-family: 'SiemensSans';
    src: url('../fonts/SiemensSans_Prof_BoldItalic.woff2') format('woff2'),
         url('../fonts/SiemensSans_Prof_BoldItalic.woff') format('woff');
    font-weight: 600;
    font-style: italic;
}

@font-face {
    font-family: 'SiemensSans';
    src: url('../fonts/SiemensSans_Prof_BlackItalic.woff2') format('woff2'),
         url('../fonts/SiemensSans_Prof_BlackItalic.woff') format('woff');
    font-weight: 800;
    font-style: italic;
}



*html body{overflow:auto}
*html img{behavior: url(js/iepngfix.htc);}


html:-ms-fullscreen {
    width: 100%;
}

html, body {
    margin: 0;
    display: flex;
    flex-direction: column;
    height: 100%;
    flex: 1 0 auto;
	overflow: hidden;
}

body, textarea, input, select, button {
	font-family: 'SiemensSans', 'Siemens Sans', arial, helvetica, sans-serif;
	font-size: 18px;
    line-height: 28px;
	color: #000028;
}

div, 
span {
    word-break: break-word;
}

p {
    margin: 1.333333em 0 0 0;
}

p:first-of-type {
    margin: 0;
}

p.note {
	margin-bottom: 30px;
}

body {
    margin: 0;
	overflow: auto;
	/*overflow: overlay;*/
}

.yp-hidden {
	display: none !important; 
}

.yp-screen {
    display: flex;
    flex-direction: column;
    flex: 1 0 auto;
	overflow: hidden;
}


.yp-header {
	min-height: 78px;
	border-bottom: 2px solid #dfdfd9;
}

.yp-center {
	width: 90vw;
    max-width: 1280px;
    margin: 0 auto;
    position: relative;
}

.yp-center.yp-center2,
.yp-center.yp-center3,
.yp-center.yp-center4 {
	width: auto;
    max-width: 1160px;
	margin: 0 80px 0 40px;
    position: relative;
}

.yp-center.yp-center3 {
    max-width: 720px;
	margin: 0 auto;
}

.yp-center.yp-center4 {
    max-width: 640px;
	margin: 0 auto;
}

.yp-logo {
    flex: 0 0 120px;
}

.yp-logo-display {
    margin: 29px 0 0 0;
    width: 120px;
    height: 20px;
	display: block;
	position: relative;
}

.yp-logo-display::before {
    content: " ";
	position: absolute;
	top: 0;
	left: 0;
    width: 100%;
    height: 100%;
    -webkit-mask-size: 100%;
    mask-size: 100%;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    background-color: rgba(0, 153, 153, 1);
    -webkit-mask-image: url(../images/sag_sab/logo_siemens.svg);
    mask-image: url(../images/sag_sab/logo_siemens.svg);
}

.yp-header-display {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.yp-topnavi {
    display: flex;
    flex-direction: row;
    padding: 31px 0 0 0;
	align-items: flex-start;
}

.yp-topnavi > div {
    padding: 0 0 3px 8px;
    font-size: 18px;
    line-height: 18px;
    font-weight: 800;
    position: relative;
    margin: 0 0 0 26px;
    cursor: pointer;
}

.yp-topnavi > div:hover {
	color: #005159;
}

.yp-topnavi > div > a,
.yp-topnavi > div > span {
	position: relative;
}

.yp-topnavi > div:hover > span::after,
.yp-topnavi > div:hover > a::after {
    content: "";
    width: calc(100% - 1px);
    /* border-bottom: 1px solid #005159;*/
    position: absolute;
    bottom: -2px;
    right: 0px;
}

.yp-topnavi > div a,
.yp-topnavi > div a:hover {
    color: inherit;
    text-decoration: none;
}

	.yp-topnavi .yp-login-link,
	.yp-topnavi .yp-contact-link,
	.yp-topnavi .yp-language-link {
		padding-left: 32px
	}

		.yp-topnavi .yp-login-link::before,
		.yp-topnavi .yp-contact-link::before,
		.yp-topnavi .yp-language-link::before {
			content: "";
			width: 24px;
			height: 24px;
			position: absolute;
			top: -4px;
			left: 2px;
			-webkit-mask-size: 100% 100%;
			mask-size: 100% 100%;
			-webkit-mask-position: center center;
			mask-position: center center;
			-webkit-mask-repeat: no-repeat;
			mask-repeat: no-repeat;
			background-color: #000028;
			mask-image: url(../images/sag_sab/icon_login.svg);
			-webkit-mask-image: url(../images/sag_sab/icon_login.svg);
			opacity: 1;
			cursor: pointer;
		}

.yp-topnavi .yp-contact-link::before {
    mask-image: url(../images/sag_sab/icon_mail.svg);
    -webkit-mask-image: url(../images/sag_sab/icon_mail.svg);
}

.yp-topnavi .yp-language-link::before {
	mask-image: url(../images/sag_sab/icon_language.svg);
	-webkit-mask-image: url(../images/sag_sab/icon_language.svg);
}

.yp-topnavi .yp-login-link:hover::before,
.yp-topnavi .yp-contact-link:hover::before,
.yp-topnavi .yp-language-link:hover::before {
	background: #005159;
}


.yp-topnavi > div.yp-language-link:hover > span::after {
    border: 0;
}

.yp-topnavi .yp-language-link {
	cursor: default;
}

.yp-topnavi .yp-language-link .yp-client-language-select-list {
    position: absolute;
    width: 140px !important;
    border: 1px solid #cdd9e1 !important;
    background: #ffffff !important;
    right: -30px;
    top: -22px;
    padding: 72px 30px 12px 30px !important;
    display: none !important;
}

.yp-client-language-select-list::before {
    content: "";
    background: #dfe6ed;
    height: 2px;
    width: calc(100% - 58px);
    position: absolute;
    left: 29px;
    top: 58px;
}

.yp-topnavi .yp-language-link:hover  .yp-field-select,
.yp-topnavi .yp-language-link:hover::before {
	z-index: 1;
}

.yp-topnavi .yp-language-link:hover .yp-client-language-select-list {
    display: flex !important;
    flex-direction: column;
}

.yp-client-language-select-list > div {
    color: #000028;
    padding: 6px 0 6px 24px !important;
	position: relative;
	align-self: flex-start;
	cursor: pointer;
	line-height: 16px;
    font-weight: 400;
    text-decoration: underline;
    text-underline-position: under;
    text-underline-offset: -2px;
}

.yp-client-language-select-list > div::before {
    content: "";
    width: 24px;
    height: 24px;
    position: absolute;
	top: 2px;
    left: -4px;
    -webkit-mask-size: 100% 100%;
    mask-size: 100% 100%;
    -webkit-mask-position: center center;
    mask-position: center center;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
	
    background: #000028;
    mask-image: url(../images/sag_sab/icon_arrow_right.png);
    -webkit-mask-image: url(../images/sag_sab/icon_arrow_right.png);
}

.yp-client-language-select-list > div:hover {
    color: inherit;
}

.yp-client-language-select-list > div:hover::before {	
    background: #005159;
}

.yp-client-language-select-list > div:hover::after {
    content: "";
    width: calc(100% - 24px);
    border-bottom: 1px solid #005159;
    position: absolute;
    bottom: 4px;
    right: 0px;
}

.yp-language-de .yp-client-language-select-de,
.yp-language-en .yp-client-language-select-en {
    display: none;
}

.yp-contentscreen.yp-center {
    position: static;
}
.yp-topnavi .yp-user {
	position: relative;
}

.yp-topnavi .yp-user .yp-user-shortname {
    height: 26px;
    width: 26px;
    overflow: hidden;
    background: #e5e5e9;
    border-radius: 50%;
    display: flex;
    flex-direction: column;
    padding: 0;
    align-items: center;
    justify-content: center;
    font-size: 10px;
    margin: 0;
    font-weight: 600;
    flex: 0 0 26px;
    position: relative;
    top: -6px;
    left: -4px;
}

.yp-user-menu {
	transition: display 0s 2s ease;
    position: absolute;
    right: -34px;
    top: calc(100% + 10px);
	display: none;
	z-index: 1;
	cursor: default;
}

.yp-topnavi > .yp-user:hover:hover::after {
	display: none; /* Underline */
}

.yp-topnavi .yp-user:hover .yp-user-menu {
	display: block;
}

.yp-user-menu-display {
    background: #001f39;
    min-width: 280px;
    position: relative;
    box-shadow: 1px 1px 10px 0px rgb(0 0 0 / 30%);
    font-size: 18px;
    line-height: 26px;
    font-weight: 600;
    color: #ffffff;
    padding: 10px 0 6px 0;
}

.yp-user-name {
    padding: 10px 20px;
}

.yp-user-name {
	padding-left: 50px;
    position: relative;
}

.yp-user-name::before {
    content: "";
    width: 24px;
    height: 24px;
    position: absolute;
    top: 10px;
    left: 16px;
    -webkit-mask-size: 100% 100%;
    mask-size: 100% 100%;
    -webkit-mask-position: center center;
    mask-position: center center;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    background: #ffffff !important;
	
	background-image: url(../images/sag_sab/icon_user.png);
    mask-image: url(../images/sag_sab/icon_user.png);
    -webkit-mask-image: url(../images/sag_sab/icon_user.png);
	opacity: 1;	
	cursor: pointer;
}

.yp-user-menu-display .yp-button-ghost {
    color: #00cccc;
    padding: 10px 20px;
	cursor: pointer;
}

.yp-user-menu-display .yp-button-ghost span {
    position: relative;
}

.yp-user-menu-display .yp-button-ghost:hover span::after {
    content: "";
    width: calc(100% - 0px);
    border-bottom: 1px solid #00cccc;
    position: absolute;
    bottom: -2px;
    right: 0;
}

.yp-user-menu-display .yp-button-ghost.yp-button-logout {
    border-top: 1px solid #000028;
    margin-top: 12px;
	padding-left: 50px;
    position: relative;
}

.yp-user-menu-display .yp-button-ghost.yp-button-logout::before {
    content: "";
    width: 24px;
    height: 24px;
    position: absolute;
    top: 10px;
    left: 18px;
    -webkit-mask-size: 100% 100%;
    mask-size: 100% 100%;
    -webkit-mask-position: center center;
    mask-position: center center;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    background: #00cccc !important;
	
	background-image: url(../images/sag_sab/icon_logout.png);
    mask-image: url(../images/sag_sab/icon_logout.png);
    -webkit-mask-image: url(../images/sag_sab/icon_logout.png);
	opacity: 1;	
	cursor: pointer;
}



.yp-user-menu-display::before {
    content: "";
    border: 10px solid transparent;
    border-bottom-color: #001f39;
    position: absolute;
    right: 40px;
    top: -19px;
    display: block;
}

.yp-user-menu-display::after {
    content: "";
    width: calc(100% - 24px);
    height: 52px;
    position: absolute;
    bottom: 100%;
    right: 24px;
}

html.yp-client:not(.yp-loggedin) .yp-topnavi .yp-user,
html.yp-client.yp-loggedin .yp-topnavi .yp-login-link {
	display: none;
}


.yp-contentscreen {
    padding: 24px 0 72px 0;
    flex: 1 1 auto;
}

.yp-footer {
    background-color: #f3f3f0;
    min-height: 42px;
}

.yp-footer-content {
	padding: 72px 0 50px 0;
}

.yp-footer a {
    color: #000028;
    padding: 0 15px 0 0;
}

.yp-footer .copyright {
    padding: 0 20px 0 0;
}

.yp-jp-page,
.yp-login {
    display: flex;
    flex-direction: column;
    padding: 58px 0 64px 0;
}

.yp-login-display {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.yp-login .yp-form {
    margin-top: 32px;
}

a {
	color: #007993;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
    color: #005159;
}

.textblock a {
	border-bottom: 1.5px solid #007993;
}

.textblock a:hover {
	text-decoration: none;
	border-color: #005159;
}


.yp-core-button a {
    border: 0;
}

.yp-core-button a::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

a.icon::before {
    display: block;
    content: " ";
    width: 100%;
    height: 100%;
    -webkit-mask-size: 100%;
    mask-size: 100%;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    background-position: center;
    background-color: #007993;
    display: inline-block;
	width: 19px;
    height: 16px;
    margin-bottom: -1px;
    margin-right: 4px;
}

a.icon:hover::before {
    background-color: #005159;
}

a.link-pdf::before {
	-webkit-mask-image: url(../images/sag_sab/icon_pdf.svg);
    mask-image: url(../images/sag_sab/icon_pdf.svg);
}

a.link-mail::before {
	-webkit-mask-image: url(../images/sag_sab/icon_mail.svg);
    mask-image: url(../images/sag_sab/icon_mail.svg);
	width: 16px;
    height: 17px;
    margin-bottom: -3px;
    -webkit-mask-size: 18px;
    mask-size: 18px;
    -webkit-mask-position: center;
    mask-position: center;
}

.yp-scta {
    position: relative;
    font-size: 18px;
    line-height: 26px;
    font-weight: 600;
    margin: 48px 0 0 0;
    display: inline-block;
	align-self: flex-start;
}

.yp-scta:hover {
	text-decoration: none;
}

.yp-scta::after {
    content: "";
    height: 2px;
    width: 100%;
    position: absolute;
    bottom: -2px;
    left: 0;
    background: #007993;
}

.yp-scta:hover::after {
    background: #005159;
}

.yp-h1-kicker,
.yp-h2 {
    font-size: 20px;
    line-height: 28px;
}

.yp-h1 {
    font-size: 32px;
    line-height: 48px;
    font-weight: 600;
}

.yp-h2 {
    margin: 12px 0 24px;
}

.yp-col8 > .yp-h1-kicker,
.yp-col8 > .yp-h1,
.yp-col8 > .yp-h2 {
    max-width: 90%;
}

.yp-col8 > .yp-h1-focusline {
    max-width: 90%;
}

.yp-h1-focusline .yp-h1-kicker {
    font-size: 20px;
    line-height: 26px;
    text-transform: uppercase;
    font-weight: 800;
	margin-left: 24px;
}

.yp-h1-focusline .yp-h1-kicker > span > span:not(:empty) {
    padding-bottom: 14px;
    display: block;
    position: relative;
    top: 6px;
}

.yp-h1-focusline .yp-h1 {
    font-size: 48px;
    line-height: 54px;
    font-weight: 400;
    font-weight: 800;
	/*letter-spacing: 0.2px;*/
}

.yp-h1-focusline .yp-h1 b {
    font-weight: 800;
}

.yp-h1-focusline .yp-h1-kicker,
.yp-h1-focusline .yp-h1 {
	margin-left: 29px;
}

.yp-h1-focusarea {
    position: relative;
}

.yp-h1-focusarea::before {
    content: "";
    position: absolute;
    width: 5px;
    height: 100%;
    height: calc(100% - 21px);
    left: 0;
    top: 11px;
    background: linear-gradient(180deg,#00ffb9 0,#00e6dc 100%);
}

.yp-h1-focusline .yp-key-message {
    font-size: 20px;
    line-height: 28px;
    padding-top: 16px;
}

.yp-general-notice .yp-notice:not(:empty) {
    font-size: 20px;
    line-height: 28px;
    margin: 28px 0;
    padding: 18px 30px;
    background: #f3f3f0;
}

.yp-hide-focusline .yp-h1-focusarea::before {
    display: none;
}

.yp-hide-focusline .yp-h1-focusarea div.yp-h1-kicker, 
.yp-hide-focusline .yp-h1-focusarea div.yp-h1 {
	margin-left: 0;
}

.yp-grid {
	display: flex;
    flex-direction: row;
	margin: 0 -15px;
}

.yp-col4,
.yp-col6,
.yp-col8 {
    flex: 0 0 auto;
	display: flex;
    flex-direction: column;
    padding: 0 15px;
    box-sizing: border-box;
}

.yp-col4 {
    flex-basis: calc(100% / 12 * 4);
	width: calc(100% / 12 * 4);
}

.yp-col6 {
    flex-basis: calc(100% / 12 * 6);
	width: calc(100% / 12 * 6);
}

.yp-col8 {
    flex-basis: calc(100% / 12 * 8);
	width: calc(100% / 12 * 8);
}



.yp-banner {
	background-color: #f3f3f0;
	padding: 26px 30px;
}

.yp-bg-dark {
	background-color: #000028;
}

.yp-bg-dark span, 
.yp-bg-dark div {
	color: #ffffff;
}

.yp-banner-full-width {
	width: 100vw;
    position: relative;
    left: calc((100vw - 100%) / -2);
    overflow: hidden;
	margin: 48px 0;
    padding: 36px 0;
}

.yp-banner .yp-h1-focusline .yp-h1 {
    font-size: 40px;
    line-height: 46px;
    font-size: 36px;
    line-height: 42px;
}

.yp-banner .yp-h1-focusline .yp-h1-kicker, 
.yp-banner .yp-h1-focusline .yp-h1 {
    margin-left: 24px;
    margin-left: 22px;
}

.yp-banner .yp-h1-focusline .yp-h1-kicker > span > span:not(:empty) {
    padding-bottom: 9px;
    top: 4px;
	padding-bottom: 8px;
    top: 3px;
}

.yp-banner .yp-h1-focusarea::before {
    width: 4px;
    height: calc(100% - 18px);
    top: 9px;
	height: calc(100% - 16px);
    top: 8px;
}

.yp-banner .yp-h1-focusline .yp-key-message {
    padding-top: 8px;
}

.yp-col6 .yp-banner .yp-button,
.yp-col4 .yp-banner .yp-button {
    width: 100%;
    text-align: center;
	padding-left: 36px;
    padding-right: 36px;
}

.yp-banner-small .yp-h1-focusarea::before {
    width: 3px;
    height: calc(100% - 13px);
    top: 6px;
}

.yp-banner-small .yp-h1-focusline .yp-h1-kicker, 
.yp-banner-small .yp-h1-focusline .yp-h1 {
    margin-left: 17px;
}

.yp-banner-small .yp-h1-focusline .yp-h1-kicker > span > span:not(:empty) {
    padding-bottom: 2px;
    top: 1px;
}

.yp-banner-small .yp-h1-focusline .yp-h1 {
    font-size: 28px;
    line-height: 34px;
}

.yp-banner-small .yp-h1-focusline .yp-h1-kicker,
.yp-banner-small .yp-h1-focusline .yp-key-message,
.yp-banner-small .yp-button.yp-pcta {
    font-size: 18px;
    line-height: 24px;
}

.yp-banner-small .yp-h1-focusline .yp-key-message {
    line-height: 26px;
	padding-top: 6px;
}

.yp-banner-small .yp-button.yp-pcta {
    line-height: 22px;
    padding-top: 16px;
    padding-bottom: 16px;
}

.yp-banner-small .yp-button.yp-icon .yp-button-display {
    padding-left: 34px;
}

.yp-banner-small .yp-button.yp-icon.yp-icon-mail .yp-button-display::before {
    mask-image: url(../images/sag_sab/icon_button_mail_s2.png);
    -webkit-mask-image: url(../images/sag_sab/icon_button_mail_s2.png);
}


.yp-press-content {
    margin-top: 96px;
	margin-top: 36px;
	display: flex;
    flex-direction: column;
}

/* Tileview */
.yp-press-releases.yp-tileview {
    height: auto;
}

.yp-tileview-viewcontainer {
    position: relative;
}

.yp-tileview-sizer {
    position: absolute;
}


.yp-tileview.yp-press-releases .yp-tileview-content {
	display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    margin: 0 -15px -1px -15px;
}

.yp-tileview.yp-press-releases .yp-tileview-tile {
    flex: 0 0 calc(100% / 12 * 4);
    margin: 0px 0px;
    padding: 0 15px;
    box-sizing: border-box;
	height: auto;
	min-height: 1px;
}

.yp-tileview.yp-press-releases .yp-tileview-tile:not(.yp-tileview-tile-disabled) {
    margin-bottom: 20px;
}

.yp-tileview.yp-press-releases .yp-tileview-tile .yp-tileview-tile-display {
	transition: all 0.2s ease;
    background: #f3f3f0;
    display: block;
	cursor: pointer;
	height: 100%;	
	position: relative;
}

.yp-tileview.yp-press-releases .yp-tileview-tile .yp-tileview-tile-display:hover {
	transition: all 0.1s ease;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
}

.yp-newsletter-preview {
	overflow: hidden;
    padding: 92.5% 0 0 0;
    position: relative;
}

.yp-newsletter2 .yp-newsletter-preview {
    padding: 56.25% 0 0 0;
}

.yp-newsletter-preview img {
	transition: all 1.0s ease;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
	/*transform-origin: 50% 50%;*/
    /*transform: scale(1.0) rotate(0.05deg);*/
}

.yp-newsletter2 .yp-newsletter-preview img {
	/*transition: all 2.0s ease;*/
}

.yp-tileview.yp-press-releases .yp-tileview-tile .yp-tileview-tile-display:hover .yp-newsletter-preview img {
	/*transition: all 2.0s ease;*/
    /*transform: scale(1.05) rotate(0.05deg);*/
}

.yp-tileview.yp-press-releases .yp-tileview-tile .yp-tileview-tile-display:hover .yp-newsletter2 .yp-newsletter-preview img {
	/*transition: all 4.0s ease;*/
    /*transform: scale(1.1) rotate(0.05deg);*/
}




.yp-newsletter-info-display {
    padding: 18px 30px 24px 30px;
}

.yp-tileview-tile-display .yp-newsletter-info-display {
    padding: 20px 45px 20px 20px;
	position: relative;
}

.yp-tileview.yp-press-releases .yp-tileview-tile .yp-tileview-tile-display::before {
    content: "";
    width: 24px;
    height: 24px;
    position: absolute;
	bottom: 20px;
    right: 18px;
    -webkit-mask-size: 100% 100%;
    mask-size: 100% 100%;
    -webkit-mask-position: center center;
    mask-position: center center;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
	
    background: #000028;
    mask-image: url(../images/sag_sab/icon_arrow_right.png);
    -webkit-mask-image: url(../images/sag_sab/icon_arrow_right.png);
}

.yp-tileview.yp-press-releases .yp-tileview-tile .yp-tileview-tile-display:hover::before {	
    background: #005159;
}



.yp-tileview-tile-display .yp-newsletter-date:not(:empty) {
    margin-bottom: 0.6em;
}

.yp-newsletter-subject {
    font-size: 20px;
    line-height: 28px;
    font-weight: 600;
    word-wrap: break-word;
    overflow: hidden;
    text-overflow: clip;
    display: -webkit-box;
    line-clamp: 5;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
}

.yp-tileview-tile-display .yp-newsletter-subject {
	margin-bottom: 1em;
}

.yp-newsletter-description {
    word-wrap: break-word;
   overflow: hidden;
    text-overflow: clip;
    display: -webkit-box;
    line-clamp: 10;
    -webkit-line-clamp: 10;
    -webkit-box-orient: vertical;
}


.yp-screen > .yp-floating {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 1000;
    overflow: hidden;
}

.yp-floating > div::before {
    content: "";
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
	background: rgba(0, 0, 0, 0.8);
}

.yp-floating > div {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
	pointer-events: all;
}

.yp-floating .yp-newsletter-dialog-display {
    width: 100%;
    max-width: 860px;
    height: 80vh;
    margin: 10vh auto 0 auto;
    position: relative;
	display: flex;
    flex-direction: column;
}

.yp-newsletter-dialog-preview {
    flex: 1 1 auto;
}

.yp-newsletter-dialog-display .yp-newsletter-info {
    background: #f3f3f0;
}

.yp-newsletter-dialog-display .yp-newsletter-subject {
    height: auto;
    -webkit-box-orient: unset;
    overflow: visible;
    text-overflow: unset;
    display: block;
    line-clamp: unset;
    -webkit-line-clamp: unset;
    -webkit-box-orient: unset;
}

.yp-floating iframe {
    width: 100%;
    height: 100%;
    border: 0;
}

.yp-close {
    display: block;
    width: 74px;
    position: fixed;
    top: 20px;
    right: 30px;
	cursor: pointer;
}


.yp-close::before {
    transition: all 0.3s ease;
    content: "";
    width: 100%;
    padding-top: 100%;
    position: relative;
	border-radius: 50%;
	background: linear-gradient(90deg, #00FFB9, #00E6DC);
	display: block;
}

.yp-close:hover::before {
    background: #c7ffef;
}

.yp-close::after {
    content: "";
    width: 36px;
    height: 36px;
    position: absolute;
    top: 50%;
    left: 50%;
	margin: -18px 0 0 -18px;
    -webkit-mask-size: 100% 100%;
    mask-size: 100% 100%;
    -webkit-mask-position: center center;
    mask-position: center center;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    background: #000028 !important;
	
	background-image: url(../images/sag_sab/icon_close_big.png);
    mask-image: url(../images/sag_sab/icon_close_big.png);
    -webkit-mask-image: url(../images/sag_sab/icon_close_big.png);
	opacity: 1;
}


.yp-core-buttons.yp-col6 {
    align-items: flex-end;
    justify-content: flex-end;
}

/* Registrierung */

.yp-registration .yp-login-display {
    flex-direction: column;
}

.yp-registration .yp-form {
    margin: 24px 0 0 0;
}

.yp-registration button.yp-pcta {
    align-self: flex-end;
}

.yp-registration .yp-core-buttons.yp-col4 {
    align-items: flex-end;
    justify-content: flex-end;
}

.yp-policy-info {
    padding: 6px 0 12px 0;
    font-size: 12px;
    line-height: 16px;
    color: #D72339;
}

.yp-policy-info-fine {
    color: #01893A;
}

.yp-login.yp-registration {
    padding-bottom: 0;
}


.yp-policy-info {
    display: none;
}


.yp-policy-prepared .yp-policy-info {
    display: block;
}

.yp-policy-info-too-short,
.yp-policy-info-missing-lowers,
.yp-policy-info-missing-uppers,
.yp-policy-info-missing-numbers,
.yp-policy-info-missing-specials,
.yp-policy-info-ref-not-equals {
    display: none;
}


.yp-policy-too-short .yp-policy-info-fine,
.yp-policy-missing-lowers .yp-policy-info-fine,
.yp-policy-missing-uppers .yp-policy-info-fine,
.yp-policy-missing-numbers .yp-policy-info-fine,
.yp-policy-missing-specials .yp-policy-info-fine,
.yp-policy-ref-not-equals .yp-policy-info-fine {
    display: none;
}

.yp-policy-too-short:not(.yp-policy-hide) .yp-policy-info-too-short,
.yp-policy-missing-lowers:not(.yp-policy-hide) .yp-policy-info-missing-lowers,
.yp-policy-missing-uppers:not(.yp-policy-hide) .yp-policy-info-missing-uppers,
.yp-policy-missing-numbers:not(.yp-policy-hide) .yp-policy-info-missing-numbers,
.yp-policy-missing-specials:not(.yp-policy-hide) .yp-policy-info-missing-specials,
.yp-policy-ref-not-equals:not(.yp-policy-hide) .yp-policy-info-ref-not-equals  {
    display: block;
}


.yp-field-policy-info {
    margin-bottom: 18px;
}





/* Inputs */

.yp-core-field {
    position: relative;
    margin: 10px 0 0 0;
}
/*
.yp-core-field.yp-core-labelled-input > .yp-field > div:not([class]), 
.yp-core-field.yp-core-labelled-input > .yp-field {
    display: flex;
    flex-direction: column;
}
*/
.yp-core-field .yp-labelled-label {
	transition: all 0.2s ease;
    position: absolute;
    top: 18px;
    left: 20px;
    font-size: 18px;
    line-height: 24px;
    color: #4c4c68;
	pointer-events: none;
	z-index: 1;
}

.yp-core-labelled-select .yp-labelled-label,
.yp-field.yp-field-labelled:not(.yp-field-empty) .yp-labelled-label,
.yp-field-active .yp-labelled-label {
	font-size: 12px;
    line-height: 16px;
    top: 8px;
}

.yp-core-field.yp-field-required .yp-labelled-label::before {
	transition: all 0.2s cubic-bezier(0.11, 0.75, 0.39, 1.01);
    content: "*";
    position: absolute;
    left: -12px;
	padding-left: 0px;
}

.yp-core-field.yp-field-required .yp-field.yp-field-labelled:not(.yp-field-empty) .yp-labelled-label::before,
.yp-core-field.yp-field-required .yp-field-active .yp-labelled-label::before {
	padding-left: 4px;
}



.yp-core-field .yp-field-labelled .yp-labelled-content {
    display: flex;
    flex-direction: column;
}

.yp-core-field .yp-labelled-content .yp-field.yp-field-input::after {
    content: "";
	width: 100%;
	position: absolute;
	bottom: 0;
	left: 0;
    border-bottom: 1px solid #4c4c68;
}

.yp-core-field:hover .yp-labelled-content .yp-field.yp-field-input::after,
.yp-core-field .yp-field-active .yp-labelled-content .yp-field.yp-field-input::after {
    border-color:#00d7a0;
}

.yp-core-field .yp-labelled-content > .yp-field.yp-field-input {
    background: #ebf7f8;
}

.yp-core-field:hover .yp-field-labelled .yp-labelled-content > .yp-field.yp-field-input,
.yp-core-field .yp-field-active .yp-labelled-content > .yp-field.yp-field-input {
   background: #d1fff2;
}

.yp-core-field:hover .yp-labelled-label,
.yp-core-field .yp-field-active .yp-labelled-label {
    color: inherit;
}

.yp-core-field:hover .yp-field-labelled .yp-labelled-content::after,
.yp-core-field .yp-field-active .yp-labelled-content::after {
    border-color: #00d7a0;
}


.yp-field.yp-field-labelled .yp-labelled-content .yp-field.yp-field-input {
    min-height: 56px;
    flex: 1 0 auto;
    display: flex;
    flex-direction: column;
	position: relative;
}

select,
input, 
textarea {
    border: 0;
    outline: none;
    background: none;
    flex: 1 0 auto;
    padding: 24px 20px 6px 20px;
    font-size: 18px;
	width: 100%;
    box-sizing: border-box;
}

select {
    background: none;
    border: 0;
    color: inherit;
    height: 100%;
    appearance: none;
}

select option {
    color: #000028;
}

.yp-core-labelled-select > .yp-field::after {
    content: "";
    position: absolute;
    right: 21px;
    top: 50%;
    margin-top: -2px;
    border: 6px solid transparent;
    border-top-color: #ffffff;
	pointer-events: none;
}

.yp-field.yp-field-labelled.yp-core-labelled-multiline-input .yp-labelled-content .yp-field.yp-field-input {
    padding-top: 25px;
}

textarea {
    min-height: 189px;
    padding-top: 0;
    resize: vertical;
}

.yp-login-part .yp-textlink {
    text-align: right;
    font-size: 12px;
    font-weight: 600;
    position: relative;
}

.yp-button.yp-pcta {
    transition: all 0.3s ease;
    border: 0;
    border-radius: 0;
    padding: 20px 60px;
    font-size: 20px;
	line-height: 24px;
    font-weight: 700;
    background: linear-gradient(90deg, #00FFB9, #00E6DC);
    margin: 36px 0 0 0;
	cursor: pointer;
	box-sizing: border-box;
	display: inline-block;
	position: relative;
}

.yp-button.yp-pcta span {
    color: #000028;
}

.yp-button.yp-pcta:hover {
    background: #c7ffef;
	background: linear-gradient(90deg, #c7ffef, #c7ffef);
}

.yp-button.yp-icon .yp-button-display {
    padding-left: 38px;
    display: inline-block;
    text-align: left;
	position: relative;
}

.yp-button.yp-icon .yp-button-display::before {
    content: "";
    width: 24px;
    height: 24px;
    position: absolute;
    top: 50%;
    left: 0;
	margin-top: -12px;
    -webkit-mask-size: 100% 100%;
    mask-size: 100% 100%;
    -webkit-mask-position: center center;
    mask-position: center center;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
	
    background: #000028;
}

.yp-button.yp-icon.yp-icon-mail .yp-button-display::before {
    mask-image: url(../images/sag_sab/icon_button_mail.png);
    -webkit-mask-image: url(../images/sag_sab/icon_button_mail.png);
}



.yp-topics-assign-button {
    align-self: center;
    color: #007993;
    cursor: pointer;
    position: relative;
    transition: all 0.3s ease;
    border-radius: 0;
    padding: 19px 59px;
    font-size: 20px;
    line-height: 24px;
    font-weight: 600;
    margin: 22px 0 -18px 0;
    background: transparent;
    border: 1px solid #007993;
}

.yp-topics-assign-button:hover {
    background: #c2ffee;
    color: #005159;
    border-color: #005159;
}

.yp-topics-assign-button.yp-button-medium {
    line-height: 22px;
    padding-top: 16px;
    padding-bottom: 16px;
    font-size: 18px;
    padding-left: 36px;
    padding-right: 36px;
}

.yp-topics-assign-button > span {
    padding-left: 34px;
	position: relative;
}



.yp-topics-assign-button > span::before {
    content: "";
    width: 24px;
    height: 24px;
    position: absolute;
    top: 50%;
    left: 0px;
	margin-top: -12px;
    -webkit-mask-size: 100% 100%;
    mask-size: 100% 100%;
    -webkit-mask-position: center center;
    mask-position: center center;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
	
    background: #007993;
    mask-image: url(../images/sag_sab/icon_save.png);
    -webkit-mask-image: url(../images/sag_sab/icon_save.png);
}

.yp-topics-assign-button:hover > span::before {	
    background: #005159;
}


.yp-field-password input {
	padding-right: 52px;
}

.yp-toggle-view {
    position: absolute;
    right: 16px;
    top: 50%;
    margin-top: -12px;
    width: 24px;
    height: 24px;
}

.yp-toggle-view::before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0;
    -webkit-mask-size: 100% 100%;
    mask-size: 100% 100%;
    -webkit-mask-position: center center;
    mask-position: center center;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    background: #000028 !important;
	
	background-image: url(../images/sag_sab/icon_show.png);
    mask-image: url(../images/sag_sab/icon_show.png);
    -webkit-mask-image: url(../images/sag_sab/icon_show.png);
	opacity: 1;	
	cursor: pointer;
}

.yp-field-visible .yp-toggle-view::before {	
	background-image: url(../images/sag_sab/icon_hide.png);
    mask-image: url(../images/sag_sab/icon_hide.png);
    -webkit-mask-image: url(../images/sag_sab/icon_hide.png);
}

form + .yp-textlink {
    display: block;
    margin-top: 36px;
}


.yp-group {
    margin-top: 16px;
}

.yp-group-title {
    font-weight: 600;
    margin: 6px 0;
}

/* Bohnen */

.yp-topic-selection {
    display: flex;
    flex-direction: row;
    margin: 0 -30px;
}

.yp-topic-selection .yp-labelled-label {
    font-size: 20px;
    line-height: 24px;
    padding: 0 0 12px 0;
    display: block;
}

.yp-topic-selection > div {
    flex: 1 1 50%;
	max-width: 50%;
    box-sizing: border-box;
    padding: 0 30px;
    position: relative;
}

.yp-topic-selection > div:not(:last-child)::after {
    content: "";
    width: 1px;
    height: 100%;
    background: #007993;
    position: absolute;
    right: 0;
    top: 0;
}

.assigned-topics, 
.not-assigned-topics {
    height: 100%;
    border: 0;
	font-size: 0;
    line-height: 0;
}

.yp-topic-element {
	transition: all 0.3s ease;
    border: 1px solid #007993;
    display: inline-block;
    margin: 5px 10px 5px 0;
    border-radius: 50px;
    padding: 5px 20px;
    color: #007993;
	cursor: pointer;
	white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    max-width: 100%;
    box-sizing: border-box;
	font-size: 16px;
    line-height: 24px;
	
}

.assigned-topics .yp-topic-element:hover,
.not-assigned-topics .yp-topic-element:hover,
.assigned-topics .yp-topic-element {
	background: #c2ffee;
    color: #005159;
    border-color: #005159;
}

.yp-client.yp-language-en .yp-topic-element-language-de,
.yp-client.yp-language-de .yp-topic-element-language-en {
	display: none;
}

.yp-topic-element > * {
	pointer-events: none;
}

/* Suche */

.yp-press-releases-header {
    background: #f3f3f0;
    margin: 48px 0 24px 0;
    padding: 10px 30px;
    display: flex;
    flex-direction: revert;
    align-items: center;
	justify-content: space-between;
}

.yp-press-releases-header > div {
    flex: 1 1 50%;
}

.yp-press-releases-result {
    font-size: 20px;
    font-weight: 600;
    padding: 10px 0;
}

.yp-press-releases-search {
    display: flex;
    justify-content: flex-end;
}

.yp-press-releases-search .yp-field {
    position: relative;
    width: 100%;
    max-width: 340px;
}

.yp-press-releases-search .yp-labelled-content {
    border: 1px solid #4c4c68;
    background: #ebf7f8;
}

.yp-press-releases-search .yp-field:hover .yp-labelled-content,
.yp-press-releases-search .yp-field-active .yp-labelled-content {
    border-color: #00d7a0;
    background: #d1fff2;
}


.yp-press-releases-search input {
    padding: 8px 48px 7px 16px;
}

.yp-press-releases-search .yp-labelled-label,
.yp-press-releases-search .yp-field.yp-field-labelled:not(.yp-field-empty) .yp-labelled-label, 
.yp-press-releases-search .yp-field-active .yp-labelled-label {
    top: 9px;
    left: 16px;
    position: absolute;
	font-size: 18px;
    line-height: 24px;
	color: #4c4c68;
}

.yp-press-releases-search .yp-field:hover .yp-labelled-label {
	/*color: inherit;*/
}

.yp-press-releases-search .yp-field.yp-field-labelled .yp-labelled-content .yp-field.yp-field-input {
    min-height: 0;
}

.yp-press-releases-search .yp-field-active .yp-labelled-label {
    opacity: 0.3;
}

.yp-press-releases-search .yp-field.yp-field-labelled:not(.yp-field-empty) .yp-labelled-label {
    opacity: 0;
}

.yp-press-releases-search .yp-labelled-content::before {
    content: "";
    width: 24px;
    height: 24px;
    position: absolute;
    top: 50%;
    right: 12px;
    margin-top: -12px;
    -webkit-mask-size: 100% 100%;
    mask-size: 100% 100%;
    -webkit-mask-position: center center;
    mask-position: center center;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    background: #000028 !important;
    background-image: url(../images/sag_sab/icon_search.png);
    mask-image: url(../images/sag_sab/icon_search.png);
    -webkit-mask-image: url(../images/sag_sab/icon_search.png);
    opacity: 1;
    cursor: pointer;
}

.yp-floating.yp-field-select-floating > div {
    position: relative;
}

.yp-floating.yp-field-select-floating > div::before {
	display: none;
}



ol {
    list-style: none;
    counter-reset: count;
    padding-left: 56px;
}

ol li {
    padding-left: 0px;
    position: relative;
}

ol li:before {
    content: "("counters(count, ". ") ") ";
    counter-increment: count;
    position: absolute;
    right: calc(100% + 10px);
    white-space: nowrap;
}





h2 {
    font-size: 32px;
    font-weight: 400;
    line-height: 38px;
    font-weight: 400;
	margin-bottom: 56px;
}

.yp-entry,
.section {
	padding-bottom: 104px;
}

.yp-entry {
    max-width: 480px;
}

.yp-entry h1 {
    font-size: 40px;
    font-weight: 400;
    letter-spacing: -0.5px;
    line-height: 52px;
}

.yp-entry h3 {
	font-size: 18px;
	font-weight: 400;
	line-height: 28px;
	margin-bottom: 40px;
}

.float {
    display: flex;
}

.float .img {
    width: 50%;
	max-width: 520px;
    display: flex;
    flex-direction: column;
    align-self: center;
	align-self: flex-start;
}

.float .img .img-container {
    width: 100%;
    display: flex;
    align-self: center;
	align-self: flex-start;
}

img {
    border: 0px;
    padding: 0px;
    margin: 0px;
    max-width: 100%;
    height: auto;
}

.float .text {
    flex: 1;
    padding: 12px 48px 12px 0px;
    align-self: center;
}

.float.left .text {
    padding: 0 0 0 120px;
	order: 1;
}

.textblock {
    max-width: 880px;
}

.textblock.textcenter {
    text-align: center;
    margin: auto;
}

.caption {
	font-size: 12px;
	font-weight 400;
	line-height: 20px;
	margin-top: 16px;
}



.yp-note {
    background: #f3f3f0;
	padding: 56px 80px;
	margin: 0 -80px;
}

.yp-note h2 {
    margin: 8px 0 24px 0;
}

button.yp-core-button.yp-button.yp-scta {
    font-weight: 700;
    text-align: center;
    background: #196269;
    padding: 9px 30px;
    margin-top: 30px;
    max-width: 340px;
    border: 0;
}

button.yp-core-button.yp-button.yp-scta .yp-core-button-display {
    color: #ffffff;
}

.yp-scta::after {
    display: none;
}



.yp-press-releases-count::after {
/*    content: "Results";
    padding-left: 6px;*/
}

.yp-floating iframe {
    height: 1900px;
}

.yp-floating .yp-newsletter-dialog-display {
    height: auto;
	margin: 10vh auto;
}

.yp-floating > div > div {
    overflow: auto;
    height: 100%;
    position: relative;
    z-index: 1;
}



.yp-info-logo {
    width: 121px;
    height: 23px;
    -webkit-mask-size: 100%;
    mask-size: 100%;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    background-color: rgba(254, 208, 20, 1);
    background-color: rgba(255, 255, 255, 1);
    -webkit-mask-image: url(../images/sag_sab/yesspress_logo.svg);
    mask-image: url(../images/sag_sab/yesspress_logo.svg);
	
	
    display: inline-block;
    position: relative;
    top: 3px;
}

.yp-info-version {
    display: inline-block;
    margin: 0 0 0 6px;
}

.yp-info-version:after {
	content: "Version 8.0.6728";
    font-size: 14px;
    /* font-family: calibri; */
    color: rgba(179, 179, 190, 1);
    display: block;
    display: inline-block;
}


.yp-footer.yp-footer-yesspress a {
    padding: 0 4px;
}

.yp-footer.yp-footer-yesspress a:last-child {
    padding-right: 0;
}

.yp-pushkin-a-application-name,
.yp-pushkin-a-application-name1 {
	font-size: 18px;
    font-weight: 800;
    display: inline-block;
    position: relative;
    top: -15px;
}

.yp-pushkin-a-application-name1 {
    font-weight: 300;
}

.yp-pushkin-a-application-name::after,
.yp-pushkin-a-application-name1::after {
	height: 30px;
	width: 1px;
	content: "";
	background: #ffffff;
	display: inline-block;
	position: relative;
	top: 8px;
	margin: 0px 20px 0 30px;
}

.yp-pushkin-a-application-name::after {
    background: transparent;
}





.yp-syntaxcontainer {
	margin: 18px 0 22px 0;
}

.yp-syntaxcontainer .yp-caption {
	font-size: 12px;
    color: rgba(179, 179, 190, 1);
    font-weight: 700;
    margin: 36px 0 2px 0;
}

.yp-syntaxcontainer .yp-codebox {
	background: #23233c;
	border: 0;
	border-top-color:#879BAA;
	width: auto;
	padding: 0 16px 0 0;
	overflow-x: auto;
}

.yp-syntaxcontainer .yp-codebox > div{
	padding: 8px 0;
	background: #23233c;
	background: -moz-linear-gradient(left, #37374d 40px, #23233c 40px, #23233c 100%);
	background: -webkit-linear-gradient(left, #37374d 40px,#23233c 40px,#23233c 100%);
	background: linear-gradient(to right, #37374d 40px,#23233c 40px,#23233c 100%);
	min-width: 550px;

}

/*
.yp-syntaxcontainer .yp-codebox ol { 
    counter-reset: item;
    list-style-type: none;
}
.yp-syntaxcontainer .yp-codebox li > div {display: inline-block; }
.yp-syntaxcontainer .yp-codebox li:before { 
    content: counter(item) "  "; 
    counter-increment: item;
	 display: inline-block; }
}
*/


.yp-syntaxcontainer .yp-codebox ol { 
    padding: 0 0 0 36px;
	margin: 0px;
	list-style: auto;
}

.yp-syntaxcontainer .yp-codebox ol li { 
    padding: 2px 20px 2px 12px;
	color: rgba(179, 179, 190, 1);
    font-size: 12px;
}

.yp-syntaxcontainer .yp-codebox ol li:before {
    display: none;
}



.yp-syntaxcontainer .yp-codebox ol li > div {
	/* font-style: italic; */
    color: rgba(179, 179, 190, 1);
    /* color: #ffffff; */
    font-size: 18px;
    font-family: monospace;
}

/*
.yp-syntaxcontainer .yp-codebox li > div.tab1 {
	padding: 0 0 0 30px;
}

.yp-syntaxcontainer .yp-codebox li > div.tab2 {
	padding: 0 0 0 60px;
}

.yp-syntaxcontainer .yp-codebox li > div.tab3 {
	padding: 0 0 0 90px;
}

.yp-syntaxcontainer .yp-codebox li > div.tab4 {
	padding: 0 0 0 120px;
}

.yp-syntaxcontainer .yp-codebox li > div.tab5 {
	padding: 0 0 0 150px;
}
.yp-syntaxcontainer .yp-codebox li > div.tab1:before { 
    content:"\00a0\00a0\00a0\00a0\00a0";
}

.yp-syntaxcontainer .yp-codebox li > div.tab2:before { 
    content:"\00a0\00a0\00a0\00a0\00a0\00a0\00a0\00a0\00a0\00a0";
}

.yp-syntaxcontainer .yp-codebox li > div.tab3:before { 
    content:"\00a0\00a0\00a0\00a0\00a0\00a0\00a0\00a0\00a0\00a0\00a0\00a0\00a0\00a0\00a0";
}
*/



.yp-syntaxcontainer .yp-codebox li > div > div {
	display: inline-block;	
	padding: 0 16px 0 0;	
}

.yp-syntaxcontainer .yp-codebox li > div > div[class^='tab'] {
	padding: 0;
	flex: 0 0 auto;
}

.yp-syntaxcontainer .yp-codebox li > div > div[class^='tab']:before { 
    content:"\00a0";
}

.yp-syntaxcontainer .yp-codebox li > div {
	display: flex;	
	font-weight: 400;
}

.yp-syntaxcontainer .yp-codebox li > div > div:last-child {
    flex: 1 1 auto;
}



.yp-syntaxcontainer .yp-codebox:focus {
	background: rgba(0, 31, 57, 1);
	border: 0;
	border-top-color:#879BAA;
	width: auto;
	user-select: text;
	white-space: nowrap;
	outline: none;
}

.yp-syntaxcontainer .yp-codebox:focus > div {
    background: rgba(0, 31, 57, 1);
    background: -moz-linear-gradient(left, #00d7a0 40px, rgba(0, 31, 57, 1) 40px, rgba(0, 31, 57, 1) 100%);
    background: -webkit-linear-gradient(left, #00d7a0 40px,rgba(0, 31, 57, 1) 40px,rgba(0, 31, 57, 1) 100%);
    background: linear-gradient(to right, #00d7a0 40px,rgba(0, 31, 57, 1) 40px,rgba(0, 31, 57, 1) 100%);
}

.yp-syntaxcontainer .yp-codebox:focus ol li {
	color: #000028;
	font-weight: 600;
}

.yp-syntaxcontainer .yp-codebox:focus ol li > div {
	color: #00d7a0;
}

.yp-syntaxcontainer .yp-codebox:focus li > div {
    display: block;
}




.accordion {
    margin-right: -40px;
}

.accordion .item {
    margin-top: -1px;
    position: relative;
}

.accordion .item:not(.expand) .content {
    height: 0px;
    overflow: hidden;
    position: relative;
    padding-top: 0;
    padding-bottom: 0;
}

.accordion .item:not(.expand):hover {
    z-index: 1;
}

.accordion .item .header {
    padding: 32px 24px;
    cursor: pointer;
}

.accordion .item .header h1 {
    font-size: 20px;
    line-height: 28px;
    font-weight: 700;
    margin: 0;
}

.accordion .item .content {
    padding: 8px 24px 64px 24px;
}

.item.expand {
    z-index: 1;
}

.accordion .item .header {
    border-top: 1px solid #ffffff;
}

.accordion .item .header::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    border-bottom: 1px solid #ffffff;
	pointer-events: none;
}

.accordion .item.expand:last-child .header::after {
    display: none;
}

.item.expand .header {
    border-top-color: #00e6dc;
}

.accordion .item:not(.expand) .header:hover, 
.accordion .item .header:hover::after {
    border-color: #00ffb9;
    background: rgba(0, 230, 220, .12);
}

.accordion .item .header h1 {
	position: relative;
	padding-right: 36px;
}

.accordion .item .header h1::before {
			content: "";
			width: 24px;
			height: 24px;
			position: absolute;
			top: 50%;
			right: 0px;
			margin-top: -12px;
			-webkit-mask-size: 100% 100%;
			mask-size: 100% 100%;
			-webkit-mask-position: center center;
			mask-position: center center;
			-webkit-mask-repeat: no-repeat;
			mask-repeat: no-repeat;
			background-color: #ffffff;
			mask-image: url(../images/sag_sab/icon_plus.svg);
			-webkit-mask-image: url(../images/sag_sab/icon_plus.svg);
}

.accordion .item.expand .header h1::before {
			background-color: #00e6dc;
			mask-image: url(../images/sag_sab/icon_minus.svg);
			-webkit-mask-image: url(../images/sag_sab/icon_minus.svg);
}




.tiles {
	display: flex;
    flex-wrap: wrap;
    margin: 0 -20px -40px -20px;
	position: relative;
}

.tile {
	flex: 0 0 calc(100% / 2);
    margin: 0px 0px;
    padding: 0 20px;
    box-sizing: border-box;
    height: auto;
    min-height: 1px;
	display: flex;
}

.tiles.col-3 .tile {
	flex: 0 0 calc(100% / 3);
    padding: 0 20px 40px 20px;
}


.tiles .tile-display {
    transition: right 0.3s ease 2s, border 0s ease 0.3s;
    position: relative;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
	padding: 0 24px 76px 24px;
	background: rgba(0, 204, 204, .12);
	flex: 1 0 auto;
    box-sizing: border-box;
}


.tiles .tile-display:hover {
	background: rgba(0, 204, 204, .2);
	color: #00ffb9;
}

.tiles .tile-display h2 {
    padding: 32px 0 0;
    position: relative;
	margin: 0 0 16px 0;
	font-size: 24px;
	line-height: 32px;
	font-weight: 700;
}




.tiles .tile-display a::before {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	cursor: pointer;
}



.tiles .tile-display a::after {
	content: "";
	width: 62px;
	height: 62px;
	position: absolute;
	bottom: 11px;
    right: 11px;
	-webkit-mask-size: 100% 100%;
	mask-size: 100% 100%;
	-webkit-mask-position: center center;
	mask-position: center center;
	-webkit-mask-repeat: no-repeat;
	mask-repeat: no-repeat;
	background-color: #00cccc;
	mask-image: url(../images/sag_sab/icon_arrow-right_62.svg);
	-webkit-mask-image: url(../images/sag_sab/icon_arrow-right_62.svg);
}

.tiles .tile-display:hover a::after{
	background-color: #00ffb9;
}

/* responsive */

@media screen and (max-width:1440px)
{	
	.yp-entry h1 {
	    font-size: 36px;
	    line-height: 48px;
	}
	.yp-center.yp-center2,
	.yp-center.yp-center3,
	.yp-center.yp-center4 {
		margin: 0 3.25vw;
    	max-width: none;
	}
	
	.accordion {
	    margin-right: auto;
	}
	
	.float.left .text {
	    padding-left: 8.2vw;
	}
	
	.float .img {
	    width: 47%;
	}
	
	.yp-note {
    	margin: 0 -5vw;
		padding-left: 5vw;
    	padding-right: 5vw;
	}
}

@media screen and (max-width:1280px)
{
}

@media screen and (max-width:1023px)
{
	.yp-footer.yp-footer-yesspress {
		flex-direction: column;
	}
	
	.yp-footer.yp-footer-yesspress .yp-notice {
	    margin-bottom: 30px;
	}

	.yp-footer.yp-footer-yesspress .yp-info {
	    margin-bottom: 8px;
	}
	
	.yp-entry {
	    max-width: none;
		padding-bottom: 80px;
	}
	
	.yp-center.yp-center2 {
	    margin: 0 19.75vw 0 3.25vw;
	}
	
	.accordion {
	    margin-right: -16.5vw;
	}
	
	.float.left .text {
		order: unset;
	    padding-left: 0;
		padding-bottom: 24px;
	}
	
	.float.left .img {
		margin-top: 64px;
		width: 100%;
    	max-width: none;
	}


	.float {
    	margin: 0 0 36px 0;
    	flex-direction: column;
	}

	.tiles.col-3 .tile {
		flex: 0 0 calc(100% / 2);
		align-self: flex-start;
	}

}

@media screen and (max-width:900px)
{
	.yp-pushkin-a-application-name,
	.yp-pushkin-a-application-name1 {
		display: none;
	}

	.yp-topnavi {
		padding-top: 34px;
	}

		.yp-topnavi .yp-login-link,
		.yp-topnavi .yp-contact-link,
		.yp-topnavi .yp-language-link {
			height: 29px;
		}

		.yp-topnavi .yp-login-link span,
		.yp-topnavi .yp-contact-link span {
			display: none;
		}
	
	.yp-jp-page, 
	.yp-login {
    	padding: 24px 0 48px 0;
	}
	
	.yp-grid {
    	flex-direction: column;
	}
	
	.yp-col4,
	.yp-col6,
	.yp-col8 {
    	flex-basis: calc(100% / 12 * 12);
		width: calc(100% / 12 * 12);
	}
	
	a.yp-login-button.yp-scta {
    	margin: 36px 0 36px 0;
	}
	
}



@media screen and (max-width:800px)
{
	
	.yp-tileview.yp-press-releases .yp-tileview-tile {
    	flex-basis: 50%;
	}
	
	.yp-col8 .yp-h1-kicker,
	.yp-col8 .yp-h1,
	.yp-col8 .yp-h2 {
    	max-width: 100%;
	}
}


@media screen and (max-width:599px)
{	
	
	.yp-center.yp-center2, .yp-center.yp-center3, .yp-center.yp-center4 {
    	margin: 0;
	}
	
	.accordion {
    	margin-right: auto;
	}
	
	.tiles.col-3 .tile {
		flex: 0 0 calc(100% / 1);
		padding-bottom: 24px;
	}
}

@media screen and (max-width:560px)
{	
	.yp-jp-page, 
	.yp-login {
    	padding: 12px 0 36px 0;
	}
	
	button.yp-pcta {
    	width: 100%;
	}	
	
	.yp-press-releases-header {
    	flex-direction: column;
    	align-items: flex-start;
    	padding: 10px 20px;
	}
	
	.yp-press-releases-header > div {
    	flex: 1 1 100%;
    	width: 100%;
	}
	
	.yp-press-releases-search .yp-field {
    	max-width: 100%;
	}

	.yp-press-releases-result {
		padding-top: 4px;
	}
}


	
@media screen and (max-width:480px)
{

	.yp-topnavi .yp-login-link,
	.yp-topnavi .yp-contact-link,
	.yp-topnavi .yp-language-link {
		margin: 0 0 0 8px;
	}
	
	.yp-tileview.yp-press-releases .yp-tileview-tile {
    	flex-basis: 100%;
	}
	
	.yp-topic-selection {
    	margin: 0 -15px;
	}
	
	.yp-topic-selection > div {
    	padding: 0 15px;
	}
	
	.yp-topic-element {
    	padding: 4px 12px;
    	font-size: 14px;
	}
	
	.yp-close {
    	transform: scale(0.75);
    	top: 5px;
    	right: 5px;
	}
	
}


.yp-press-releases-count::after {
/*    content: "Results";
    padding-left: 6px;*/
}

.yp-floating iframe {
    height: 1900px;
}

.yp-floating .yp-newsletter-dialog-display {
    height: auto;
	margin: 10vh auto;
}

.yp-floating > div > div {
    overflow: auto;
    height: 100%;
    position: relative;
    z-index: 1;
}




/* Darkmode */

.yp-dark-mode {
    background-color: #000028;
}

.yp-dark-mode body, 
.yp-dark-mode textarea, 
.yp-dark-mode input, 
.yp-dark-mode button {
	    color: #ffffff;
	}
	
.yp-dark-mode .yp-logo-display {
    	margin: 37px 0 0 0;
	}

.yp-dark-mode .yp-topnavi {
	    padding: 38px 0 0 0;
	}
	
.yp-dark-mode .yp-logo-display::before,
.yp-dark-mode .yp-topnavi .yp-login-link::before, 
.yp-dark-mode .yp-topnavi .yp-contact-link::before, 
.yp-dark-mode .yp-topnavi .yp-language-link::before {
	    background-color: #ffffff;
	}
	
.yp-dark-mode .yp-header {
		min-height: 96px;
	    border-bottom-color: transparent;
	}
	
.yp-dark-mode a {
		color: rgba(0, 204, 204, 1);
	}
	
.yp-dark-mode .yp-topnavi > div:hover,
.yp-dark-mode a:hover {
		color: rgba(0, 255, 185, 1);
	}
	
.yp-dark-mode .textblock a {
	    border-bottom-color: rgba(0, 204, 204, 1);
	}
	
.yp-dark-mode .textblock a:hover {
	    border-bottom-color: rgba(0, 255, 185, 1);
	}
	
.yp-dark-mode a.icon::before {
	    background-color: rgba(0, 204, 204, 1);
	}
	
.yp-dark-mode a.icon:hover::before {
	    background-color: rgba(0, 255, 185, 1);
	}
	
.yp-dark-mode .yp-topnavi .yp-login-link:hover::before,
.yp-dark-mode .yp-topnavi .yp-contact-link:hover::before,
.yp-dark-mode .yp-topnavi .yp-language-link:hover::before {
	    background-color: rgba(0, 255, 185, 1);
	}
	
.yp-dark-mode p.note {
		color: #8C8C8C;
	}
	
.yp-dark-mode .yp-core-field .yp-labelled-content > .yp-field.yp-field-input {
	    background: rgba(0, 24, 59, 1)
	}
	
.yp-dark-mode .yp-core-field:hover .yp-field-labelled .yp-labelled-content > .yp-field.yp-field-input,
.yp-dark-mode .yp-core-field .yp-field-active .yp-labelled-content > .yp-field.yp-field-input {
		background: rgba(0, 31, 57, 1);
	}
	
.yp-dark-mode .yp-core-field .yp-labelled-content .yp-field.yp-field-input::after {
	    border-bottom-color: rgba(179, 179, 190, 1);
	}
	
.yp-dark-mode .yp-core-field:hover .yp-labelled-content .yp-field.yp-field-input::after,
.yp-dark-mode .yp-core-field .yp-field-active .yp-labelled-content .yp-field.yp-field-input::after {
	    border-bottom-color: rgba(1, 255, 185, 1);
	}
	
.yp-dark-mode .yp-core-field .yp-labelled-label {
    	color: rgba(179, 179, 190, 1);
	}
	
.yp-dark-mode .yp-core-field:hover .yp-labelled-label {
    	color: rgba(255, 255, 255, 1);
	}
	
.yp-dark-mode .yp-core-field .yp-field-active .yp-labelled-label {
    	color: rgba(1, 255, 185, 1);
	}
	
.yp-dark-mode .yp-footer {
    	background-color: transparent;
	}
	
.yp-dark-mode .yp-footer a {
    	color: rgba(255, 255, 255, 1);
		text-decoration: underline;		
	}
	
.yp-dark-mode .yp-footer a.type1 {
    	color: rgba(179, 179, 190, 1);		
	}
	
.yp-dark-mode .yp-footer a:hover,
.yp-dark-mode .yp-footer a:hover.type1 {
    	color: rgba(1, 255, 185, 1);		
	}
	
.yp-dark-mode .yp-topnavi .yp-language-link .yp-client-language-select-list {
    	border-color: rgba(0, 16, 52, 1) !important;
		background: rgba(0, 16, 52, 1) !important;
	}
	
.yp-dark-mode .yp-client-language-select-list::before {
	    background: rgba(0, 204, 204, 1);
	}
	
.yp-dark-mode .yp-client-language-select-list > div::before {
	    background: #ffffff;
	}

.yp-dark-mode .yp-client-language-select-list > div {
	    color: #ffffff;
	}
	
.yp-dark-mode .yp-client-language-select-list > div:hover {
	    color: rgba(0, 255, 185, 1);
	}
	
.yp-dark-mode .yp-client-language-select-list > div:hover::after {
    	border-bottom-color: rgba(0, 255, 185, 1);
	}
	
.yp-dark-mode .yp-note {
    	background: #f3f3f0;
    	color: #000028;
}

.yp-dark-mode button.yp-core-button.yp-button.yp-scta {
    	background: #00cccc;
	}
	
.yp-dark-mode button.yp-core-button.yp-button.yp-scta:hover {
    	background: #00ffb9;
	}
	
.yp-dark-mode button.yp-core-button.yp-button.yp-scta .yp-core-button-display  {
    	color: #000028;
	}
	
	

/* END Darkmode */



/* 231109 neu */

.yp-validate-input-notes {
    color: #B3B3BE;
    background-color: transparent;
    font-size: 12px;
    line-height: 18px;
    margin-top: 20px;
    padding: 0 20px;
}

.yp-core-field .yp-labelled-label {
    z-index: 2;
}

.validate-input {
    background-color: #331131;
    box-shadow: 0 -1px inset #FF5454;
    z-index: 1;
}

form.yp-form-success .yp-button[type="submit"] {
    pointer-events: none;
    opacity: .3;
    filter: grayscale(.5);
}


.yp-col12 {
    flex: 0 0 auto;
	display: flex;
    flex-direction: column;
    padding: 0 15px;
    box-sizing: border-box;
}

.yp-col12 {
    flex-basis: calc(100% / 12 * 12);
	width: calc(100% / 12 * 12);
}

.yp-success-sent {
    color: #01FFB9;
	padding: 0 15px;
}

.yp-success-sent h2 {
    font-size: 24px;
    line-height: 34px;
    margin: 48px 0 24px 0;
	font-weight: 600;
}

.yp-success-sent p {
    font-size: 20px;
    line-height: 28px;
}


.yp-button.yp-pcta[type="submit"] .status {
	display: none;
}

.form-disabled .yp-button.yp-pcta[type="submit"] span {
    color: transparent;
}

.form-disabled .yp-button.yp-pcta[type="submit"] {
    background: #c7ffef;
    position: relative;
}



.form-disabled .yp-button.yp-pcta[type="submit"] .status, 
.form-disabled .yp-button.yp-pcta[type="submit"] .status::before, 
.form-disabled .yp-button.yp-pcta[type="submit"] .status::after {
	border-radius: 50%;
	width: 7px;
	height: 7px;
	animation-fill-mode: both;
	animation: FadInOut 2.2s infinite ease-in-out;
}

.form-disabled .yp-button.yp-pcta[type="submit"] .status {
	display: block;
    color: #000028;
    position: absolute;
    transform: translateZ(0);
    animation-delay: -0.3s;
    top: 50%;
    left: 50%;
    margin-left: -10px;
    margin-top: -8px;
    font-size: 3px;
}

.form-disabled .yp-button.yp-pcta[type="submit"] .status::before,
.form-disabled .yp-button.yp-pcta[type="submit"] .status::after {
	content: '';
	position: absolute;
	top: 0;
}

.form-disabled .yp-button.yp-pcta[type="submit"] .status::before {
	left: -16px;
	animation-delay: -0.6s;
}

.form-disabled .yp-button.yp-pcta[type="submit"] .status::after {
	left: 16px;
}

@keyframes FadInOut {
  0%, 80%, 100% { box-shadow: 0 7px 0 -3em }
  40% { box-shadow: 0 7px 0 0 }
}

/* END 231109 neu */