/* ========= NAVIGATION ========= */
/* ======================================================= */
@import 'nav_tree_main.css';
@import 'nav_tree_sub.css';
@import 'nav_bar_lang.css';
@import 'nav_bar_partner.css';


/* ========= LAYOUT ========= */
/* ======================================================= */
.contentWrapper {
	width: 970px;
	margin: 0px auto;
}

#loggedInBox {
	position: fixed;
	background-color: #7D2248;
	color: #FCFAF0;
	bottom: 0px;
	right: 0px;
	padding: 5px 10px 5px 10px;
	text-transform: uppercase;
}
#topBox ul {
	display: block;
	height: 130px;
}
#topBox ul li {
	height: 130px;
}
#topBox ul div.swTable {
	width: 100%;
}
#topBox a {
	display: table-cell;
	height: 130px;
	vertical-align: middle;
	white-space: nowrap;
}

#topBox .homelink {
	float: left;
}
#topBox .homelink a {
	display: block;
	width: 280px;
	background-image: url(../../images/site/top_logo.svg);
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
}
#topBox .homelink a:hover {
	opacity: 0.7;
}
#topBox .jep {}
#topBox .gep {}
#topBox .jep, #topBox .gep {
	width: 275px;
	float: right;
}
#topBox .jep a, #topBox .gep a {
	padding: 0px 0px 0px 15px;
	text-decoration: none;
	color: #7D2248;
}
#topBox .jep a:hover, #topBox .gep a:hover {
	background-color: #7D2248;
	color: #ffffff;
	text-decoration: none;
}
#topBox .main {
	font-family: "jaf-bernina-sans-condensed", sans-serif;
	font-weight: 700;
	float: left;
	display: block;
}
#topBox .sub {
	font-family: 'Crimson Text', serif;
	font-style: italic;
	display: block;
	padding: 0px 0px 0px 95px;
}
#navBox {
	border-top: 3px solid #000000;
	border-bottom: 1px dotted #000000;
}
#mainnavBox {
	position: relative;
}
#langnavBox {
	float: right;
}
#searchBox {
	float: right;
}
#searchBox input[type=text] {
	border: none;
	line-height: 47px;
	padding: 0px 10px 0px 10px;
	text-align: right;
	color: #000000;
	font-family: "jaf-bernina-sans", sans-serif;
	background: transparent;
	width: 120px;
}
#searchBox input::-webkit-input-placeholder {
   color: #8A8474;
   font-family: "Crimson Text", serif;
   font-style: italic;
}
#searchBox input:-moz-placeholder { /* Firefox 18- */
   color: #8A8474;
   font-family: "Crimson Text", serif;
   font-style: italic;
}
#searchBox input::-moz-placeholder {  /* Firefox 19+ */
   color: #8A8474;
   font-family: "Crimson Text", serif;
   font-style: italic;
}
#searchBox input:-ms-input-placeholder {
   color: #8A8474;
   font-family: "Crimson Text", serif;
   font-style: italic;
}
#searchBox .button {
	float: right;
	width: 40px;
	height: 47px;
	font-size: 0px;
	text-indent: -11111px;
	padding: 0px 0px 0px 0px;
	background-image: url(../../images/site/btn_search.svg);
	background-repeat: no-repeat;
	background-position: center;
	background-color: transparent;
}
#parameterBox {
	width: 100%;
	margin: 50px 0px 0px 0px;
}
#parameterBox .swTableCell {
	vertical-align: top;
}
#parameterBox .image {
	width: 450px;
}
#headerTitleBox {
	font-weight: 700;
}
#headerSubtitleBox {
	font-family: "Crimson Text", serif;
	color: #7d2248;
	text-align: center;
	padding: 30px 0px 0px 0px;
}
#headerImageBox {
	width: 420px;
	height: 420px;
	border-radius: 100%;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	margin: 0px 0px 0px auto;
}
#headerImageBox img {
	width: 420px;
	height: 420px;
	border-radius: 100%;
	opacity: 0;
}
#subnavBox {
	border-top: 3px solid #000000;
	margin: 46px 0px 0px 0px;
}
#contentBox {
	padding: 60px 110px 60px 98px;
}
#bottomBox {
	margin: 30px 0px 0px 0px;
	padding: 80px 0px 0px 0px;
	border-top: 1px solid #8A8474;
}
#bottomBox .header {
	font-weight: 700;
	padding: 0px 0px 25px 0px;
}
#addressBox {
	width: 270px;
	float: left;
	margin: 0px 65px 0px 0px;
}
#addressBox .content {
	font-family: "Crimson Text", serif;
	padding: 5px 0px 0px 0px;
}
#addressBox .content a {
	color: #000000;
	text-decoration: none;
}
#addressBox .content a:hover {
	color: #7d2248;
	text-decoration: none;
}
#partnernavBox {
	width: 270px;
	float: left;
}
#newsletterBox {
	width: 310px;
	float: right;
}
#newsletterBox .header::after {
	content: "i";
	float: right;
	border: 1px solid #8A8474;
	color: #8A8474;
	font-size: 17px;
	line-height: 12px;
	padding: 5px 0px 0px 0px;
	width: 17px;
	font-family: "Crimson Text", serif;
	text-align: center;
	font-style: italic;
	border-radius: 100%;
}
#newsletterBox .emailWrapper {
	border-top: 1px dotted #8A8474;
	border-bottom: 1px dotted #8A8474;
	padding: 1px 0px 1px 0px;
}
#newsletterBox .emailWrapper input {
	border: none;
	line-height: 17px;
	padding: 10px 10px 10px 10px;
	color: #000000;
	font-family: "jaf-bernina-sans", sans-serif;
}
#newsletterBox .emailWrapper input::-webkit-input-placeholder {
   color: #8A8474;
   font-family: "Crimson Text", serif;
   font-style: italic;
}
#newsletterBox .emailWrapper input:-moz-placeholder { /* Firefox 18- */
   color: #8A8474;
   font-family: "Crimson Text", serif;
   font-style: italic;
}
#newsletterBox .emailWrapper input::-moz-placeholder {  /* Firefox 19+ */
   color: #8A8474;
   font-family: "Crimson Text", serif;
   font-style: italic;
}
#newsletterBox .emailWrapper input:-ms-input-placeholder {
   color: #8A8474;
   font-family: "Crimson Text", serif;
   font-style: italic;
}
#logoBox {
	border-top: 1px dotted #8A8474;
	margin: 40px 0px 0px 0px;
	padding: 40px 0px 0px 0px;
}
#logoBox li {
	display: inline-block;
	margin: 0px 110px 0px 0px;
	vertical-align: middle;
}
#logoBox a {
	display: block;
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
}
#logoBox a:hover {
	opacity: 0.5;
}
#logoBox .paulofreirezentrum a {
	background-image: url(../../images/site/logo_paulofreirezentrum.svg);
	width: 217px;
	height: 13px;
}
#logoBox .centrumfureintent a {
	background-image: url(../../images/site/logo_centrumfureintent.svg);
	width: 220px;
	height: 54px;
}
#logoBox .ausdevcoop a {
	background-image: url(../../images/site/logo_ausdevcoop.svg);
	width: 113px;
	height: 66px;
}
/* #logoBox .ausdevcoop.lang_de a {
	background-image: url(../../images/site/logo_ausdevcoop_de.png);
    width: 143px;
	height: 55px;
}
#logoBox .ausdevcoop.lang_en a {
	background-image: url(../../images/site/logo_ausdevcoop_en.png);
} */
#footerBox {
	border-top: 1px solid #8A8474;
	padding: 10px 0px 0px 0px;
	margin: 40px 0px 0px 0px;
	color: #8A8474;
}
#footerBox a {
	color: #8A8474;
	text-decoration: underline;
}
#footerBox a:hover {
	color: #7d2248;
	text-decoration: none;
}
#tplswitchBox {
	padding: 50px 0px 80px 0px;
	color: #7d2248;
	text-transform: uppercase;
}
#tplswitchBox .header {
	color: #8A8474;
}
#tplswitchBox .header, #tplswitchBox ul, #tplswitchBox li{
	display: inline;
}
#tplswitchBox li {
	padding: 0px 0px 0px 10px;
	font-weight: 700;
}
#tplswitchBox a {
	color: #8A8474;
	font-weight: 400;
}
#tplswitchBox a:hover {
	color: #7d2248;
	text-decoration: none;
}

#stagenavBox {
	border-top: 1px dotted #000000;
	border-bottom: 1px dotted #000000;
	padding: 20px 0px 10px 0px;
	margin: 30px 0px 20px 0px;
}
#stagenavBox::before {
	content: "";
	display: block;
	border-top: 3px solid #000000;
}


/* ========= LAYOUT: index ========= */
/* ======================================================= */
.index #indexSliderBox {
	padding: 40px 0px 40px 0px;
	border-bottom: 3px solid #000000;
}
.index #contentBox {
	padding: 30px 0px 0px 0px;
}
.index #bottomBox {
	margin: 0px 0px 0px 0px;
}
.index .newsContent {
	padding: 45px 0px 45px 0px;
	border-bottom: 3px solid #000000;
	margin: 0px 0px 30px 0px;
}
.index .newsContent .modSubTitle {
	padding: 0px 0px 25px 0px;
}
.index .newsContent .modTitle {
	font-family: "Crimson Text", serif;
   font-style: italic;
   padding: 0px 0px 25px 0px;
}
.index .newsContent .modTeaser {
	color: #8A8474;
}
.index .shopContent .modTitle {}
.index .shopContent .subtitle {
	color: #7d2248;
	font-weight: 700;
	padding: 0px 0px 25px 0px;
}
.index .shopContent .itemInfo {
	font-family: "Crimson Text", serif;
   font-style: italic;
   padding: 25px 0px 0px 0px;
   color: #8A8474;
}
.index .shopContent .itemInfo span:before {
	content: "\2022";
	padding: 0px 10px 0px 10px;
}
.index .shopContent .itemInfo span:first-child:before {
	content: "";
	padding: 0px 0px 0px 0px;
	display: none;
}
.index .shopContent .swTable .contentSection {
	padding: 40px 65px 40px 0px;
	width: 50%;
}
.index .shopContent .swTable .contentSection:last-child {
	padding: 40px 0px 40px 65px;
	border-left: 1px dotted #8A8474;
}
.index .shopContent .listSpacer {
	border-bottom: 1px dotted #8A8474;
	text-align: center;
	padding: 9px 0px 0px 0px;
	margin: 5px 0px 15px 0px;
}
.index .shopContent .listSpacer::before {
	content: "";
	display: block;
	margin: -16px auto 0px auto;
	width: 31px;
	height: 31px;
	background-color: #FCFAF0;
	border-radius: 100%;
}
.index .shopContent .listSpacer::after {
	content: "";
	display: block;
	margin: -26px auto 0px auto;
	width: 18px;
	height: 18px;
	background-color: #FCFAF0;
	border-radius: 100%;
	border: 2px solid #8A8474;
}

.index .newsContent .articleList .listSpacer {
	height: 60px;
	margin: 0px 0px 0px 0px;
	border: none;
}


/* ========= LAYOUT: tplShopList ========= */
/* ======================================================= */
.tplShopList #contentBox {
	padding: 30px 0px 60px 0px;
	width: 530px;
	float: left;
}
.tplShopList #sidebarBox {
	padding: 30px 0px 60px 0px;
	width: 310px;
	float: right;
}



/* ========= LAYOUT: inline popup ========= */
/* ======================================================= */
body.inlinePopup {
	padding: 20px;
	background-color: #ffffff;
	background-image: none;
	/*background-image: url(../../images/site/bkg_popup.gif);*/
	background-repeat: repeat-x;
}


/* ========= LAYOUT: print ========= */
/* ======================================================= */
#printFooterBox {
	display: none;
}
#printHeaderBox {
	display: none;
}
@media print {
	body {
		margin: 0px;
		padding: 0px;
		background-color: #FFFFFF;
		background-image: none;
	}
	.noprint {
		display: none !important; /* Alle nicht-druckbaren Elemente ausblenden */
	}
	.print {
		width: auto !important;
		padding: 0px !important;
		margin: 0px !important;
		border: 0px !important;
		background: transparent !important;
		left: 0 !important;
	}

	/* ---- LAYOUT ----  */
	/* ---------------------------------------------------------  */
	#contentBox {
		width: auto !important;
		padding: 0px !important;
		margin: 0px auto !important;
		margin-bottom: 20px;
		color: #000000;
	}
	#printHeaderBox { /* ---- KOPFZEILE ----  */
		clear: both;
		display: block !important;
		width: auto;
		padding: 5px 10px 5px 10px;
		/* border-top: 1px solid #000000; */
		/* border-bottom: 1px solid #000000; */
		margin-bottom: 15px;
		text-align: center;
	}
	#printFooterBox { /* ---- FUSSZEILE ----  */
		clear: both;
		display: block !important;
		width: auto;
		padding-top: 10px;
		/* border-top: 1px solid #000000; */
		text-align: center;
		margin-top: 20px;
		font-size: 9px;
	}
}
