/* ========= SWSLANG ========= */
/* ======================================================= */
@import 'swslang.css';

/* --- tags --- */
body {
	margin: 0px;
	padding: 0px;
	background-color: #ffffff;
}
body.plain {
	background: #ffffff;
	padding: 0px;
	margin: 0px;
}
body, td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
hr {
	height: 2px;
	border: 0px;
	border-bottom: 2px solid #ebebeb;
}
a, a:active {
	color: #544A55;
	text-decoration: underline;
}
a:hover {
	color: #000000;
	text-decoration: none;
}
a img {
	border:0px;
}
form {
	margin: 0px;
}
legend {
    display: table; /* enable line-wrapping in IE8+ */
}
select, textarea, input {
	padding: 3px;
	border: 1px solid #D3D3D3;
	background-color: #ffffff;
	font-family: Verdana, Arial, Helvetica, sans-serif; /* fix wrong font shown in textarea */
}
select {
	padding: 2px;
}
input.cb, input.rb, input.image, input[type="checkbox"], input[type="radio"] {
	padding: 0px;
	border: 0px;
	background: none;
	width: auto;
}
label, input.button, button.button, button, input.cb, input.rb, input.image {
	cursor: pointer;
}
input.button, a.button, button.button, button, input[type="button"] {
	padding: 4px 8px 4px 8px;
	border: none;
	background-color: #888888;
	color: #ffffff !important;
	width: auto;
	text-decoration: none;
	display: inline-block;
	cursor: pointer;
}
input.button:hover, a.button:hover, button.button:hover, button:hover, input[type="button"]:hover {
	opacity: 0.7;
}
input.btnDisabled, button.btnDisabled {
	color: #aaaaaa !important;
	cursor: default;
}
.copyright {}
.clearFloat {
	clear: both;
}
.clearFloat hr {
	display: none;
}
.hidden {
	position: absolute;
	left: -1000em;
	top: -1000em;
	height: 1px;
	width: 1px;
}
.nospacing {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
.maxwidth {
	width: 100%;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
.islink {
	cursor: pointer;
}
.swTable {
	display: table;
}
.swTableRow {
	display: table-row;
}
.swTableCell {
	display: table-cell;
}

[data-animation-effect] {
    opacity: 0;
}

[data-animation-effect].animated {
    opacity: 1;
}


/* --- common --- */
.modTitle, .modSubTitle, .modTitle a {
	font-family: Georgia, Palatino, "Times New Roman", Times, serif;
	font-weight: bold;
	color: #000000;
}
.modTitle a, .modTitle a:active {
	text-decoration: none;
}
.modTitle a:hover {
	color: #000000;
	text-decoration: underline;
}
.modSubTitle {
	font-weight: bold;
	color: #E53434;
	color: #8f8e8e;
}
.modTeaser {}
.modAlert {
	color:#e53434;
}
input.modAlert, textarea.modAlert {
	border: 1px solid #e53434 !important;
}
.statusMsg {
	text-align: center;
	padding: 40px 0px 40px 0px;
}
.swWatermark {
	color: #8F8E8E !important;
}

/* --- icons --- */
.iconsDetail {
	clear: both;
	text-align: right;
}
.topIcons .iconsDetail {
	padding: 0px 0px 20px 0px;
}
.bottomIcons .iconsDetail {
	padding: 20px 0px 0px 0px;
}
.topIcons {
	display: none;
}
.bottomIcons {}
.linkIconLeft {
	padding: 3px 10px 3px 0px;
	background-image: url(../../images/icon_arrow_left.gif);
	background-position: right center;
	background-repeat: no-repeat;
}
.linkIconLeft a {}
.linkIconLeft a, .linkIconLeft a:active {}
.linkIconLeft a:hover {}
.linkIconRight {
	padding: 3px 0px 3px 10px;
	background-image: url(../../images/icon_arrow_right.gif);
	background-position: left center;
	background-repeat: no-repeat;
	/*clear: both;*/
}
.linkIconRight a {}
.linkIconRight a, .linkIconRight a:active {}
.linkIconRight a:hover {}
.btnBookmark {}
.btnTellfriend {}
.btnPrint {}

.btnDateselect {
	background-image: url(../../images/btn_dateselect.gif);
	background-repeat: no-repeat;
	background-position: 0px 1px;
	background-color: transparent !important;
	width: 23px !important;
	height: 20px !important;
	margin: 0px 2px 0px 0px;
	border: 0px;
}
.btnDateselect:hover {
	background-position: 0px -21px;
}
/* --- special inputs --- */
.inputShowPasswort {
	background-image: url(../../images/input_password_bkg.gif);
}
.inputShowUser {
	background-image: url(../../images/input_user_bkg.gif);
}

.barAccessKeys {
	position: absolute;
	top: -200px;
}

/* datepicker */
input.jQueryUiDatepicker {
	background-image: url(../../images/input_datepicker_bkg.png);
	background-position: right center;
	background-repeat: no-repeat;
	padding-right: 28px;
	width: 68px !important;
}
input.hasDateTime {
	width: 105px !important;
}
input.jQueryUiDatepicker:hover {
	/*background-position: right -30px;*/
}
input.jQueryUiDatepicker.hasTime {
	background-image: url(../../images/input_timepicker_bkg.png);
}
input.hasTime {
	width: 35px !important;
}

/* tabs */
.tabs {
	display: table;
	width: 100%;
	table-layout: fixed;
	margin: 0px 0px 20px 0px;
	border-bottom: 1px solid #9E9E9E;
}
.tabs li {
	display: table-cell;
	border-bottom: 1px solid #9E9E9E;
	vertical-align: middle;
	text-align: center;
	font-weight: 700;
	padding: 10px 0px 10px 0px;
	cursor: pointer;
	border-bottom: 3px solid #ffffff;
	color: #9E9E9E;
}
.tabs li:hover {
	border-bottom: 3px solid #EAEAEA;
	color: #EAEAEA;
}
.tabs li.selected {
	border-bottom: 3px solid #9E9E9E;
}
.tabs li.selected:hover {
	color: #9E9E9E;
}
.tabscontent li {
	display: none;
}
.tabscontent li.selected {
	display: block;
}

.aspectratio {
	display: inline-block;
	position: relative;
	width: 100%;
}
.aspectratio:before {
	content: "";
	display: block;
	padding-top: 100%; /* 1:1 aspect ratio */
}
.aspectratio.ratio16_9:before {
	padding-top: 56.25%; /* 16:9 aspect ratio */
}
.aspectratio.ratio4_3:before {
	padding-top: 75%; /* 4:3 aspect ratio */
}
.aspectratio .element {
	position: absolute;
	top: 0px;
	bottom: 0px;
	left: 0px;
	right: 0px;
}


/* === swGrid System === */


/* ============================================= */

.swgridMultiCol {}

.swgridMultiCol .swgridFlex {
    display: flex;
    flex-wrap: wrap;
    margin-left: -15px;
    margin-right: -15px;
}

.swgridMultiCol .swgridFlexItem {
    margin-left: 15px;
    margin-right: 15px;
    margin-bottom: 30px;
    border-bottom: 1px solid $colorSpacer;
    flex: 0 1 calc(50% - 30px);
}


/* ========== width: mobile ========== */

.swgridMultiCol[max-width~='419px'] {
    & .swgridFlex {
        display: block;
    }
    & .swgridFlexItem {
        margin-bottom: 15px;
    }
    & .swgridFlexItem.swgridFlexItemEmpty {
        display: none;
    }
    & .listSpacer {
        display: none;
    }
}


/* ========== width: mobile-landscape ========== */

.swgridMultiCol[min-width~='420px'] {
    & .swgridFlexItem {
        flex-basis: calc(50% - 30px); // col-size minus margin
    }
}


/* ========== width: tablet ========== */

.swgridMultiCol[min-width~='720px'] {
    & .swgridFlexItem {
        flex-basis: calc(33.3333% - 30px); // col-size minus margin
    }
}


/* ========== width: desktop ========== */

.swgridMultiCol[min-width~='932px'] {
    & .swgridFlexItem {
        flex-basis: calc(25% - 30px); // col-size minus margin
    }
}


/* ========== width: large ========== */

.swgridMultiCol[min-width~='1140px'] {
    & .swgridFlexItem {
        flex-basis: calc(20% - 30px); // col-size minus margin
    }
}


/* ========== fixed width columns ========== */

.swgridMultiCol.swgridList2Col .swgridFlexItem {
    overflow: hidden;
    flex-basis: calc(50% - 30px); // col-size minus margin
}

.swgridMultiCol.swgridList3Col .swgridFlexItem {
    overflow: hidden;
    flex-basis: calc(33.3333% - 30px); // col-size minus margin
}

.swgridMultiCol.swgridList4Col .swgridFlexItem {
    overflow: hidden;
    flex-basis: calc(25% - 30px); // col-size minus margin
}


/* ========== IE11: fix flexbox width not taking box-sizing into account ========== */

@media all and (-ms-high-contrast: none),
(-ms-high-contrast: active) {
    /* target IE10+ only */
    .swgridMultiCol .swgridFlexItem {
        flex-basis: calc(50% - 32px); // col-size minus margin
    }
    .swgridMultiCol[min-width~='420px'] .swgridFlexItem {
        flex-basis: calc(50% - 32px); //  col-size minus margin
    }
    /* ========== width: tablet ==========/* target IE10+ only */
    .swgridMultiCol[min-width~='720px'] .swgridFlexItem {
        flex-basis: calc(33.3333% - 32px); // col-size minus margin
    }
    /* ========== width: desktop ==========/* target IE10+ only */
    .swgridMultiCol[min-width~='932px'] .swgridFlexItem {
        flex-basis: calc(25% - 32px); // col-size minus margin
    }
    /* ========== width: large mobile ==========/* target IE10+ only */
    .swgridMultiCol[min-width~='1140px'] .swgridFlexItem {
        flex-basis: calc(20% - 32px); // col-size minus margin
    }
    /* ========== fixed width columns ==========/* target IE10+ only */
    .swgridMultiCol.swgridList2Col .swgridFlexItem {
        flex-basis: calc(50% - 32px); // col-size minus margin
    }
    .swgridMultiCol.swgridList3Col .swgridFlexItem {
        flex-basis: calc(33.3333% - 32px); // col-size minus margin
    }
    .swgridMultiCol.swgridList4Col .swgridFlexItem {
        flex-basis: calc(25% - 32px); // col-size minus margin
    }
}


/* === swList System === */

.swList {}

.swList .swListFlex {
    display: flex;
}

.swListImage .swListFlexItem {}

.swListImage .swListFlexItem.contentImage {
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: 170px; // maximum image width
}

.swListImage .swListFlex.swListDirectionleft .swListFlexItem.contentImage {
    margin-right: 15px;
}

.swListImage .swListFlexItem.listContent {
    width: 100%;
}

.swList .swListFlex.swListDirectionright {
    flex-direction: row-reverse;
}

.swListImage .swListFlex.swListDirectionright .swListFlexItem.contentImage {
    margin-left: 15px;
}
