.kopf img, embed, object, video {
	max-width: 100%;
	height: auto;
	width: auto;
}
/*FLEXNAV*/
/* Flexnav Base Styles */
.flexnav {
	overflow: hidden;
	margin: 0 auto;
	width: 100%;
	max-height: 0;
}
.flexnav.opacity {
	opacity: 0;
}
.flexnav.flexnav-show {
	max-height: 2000px;
	opacity: 1;
}
.flexnav.one-page {
	position: fixed;
	top: 50px;
	right: 5%;
	max-width: 200px;
}
.flexnav li {
	font-size: 100%;
	position: relative;
	overflow: hidden;
}
.flexnav li a {
	position: relative;
	display: block;
	padding: .96em;
	z-index: 2;
	overflow: hidden;
	color: #222222;
	border-bottom: 1px solid rgba(0, 0, 0, 0.15);
}
.flexnav li ul {
	width: 100%;
}
.flexnav li ul li {
	font-size: 100%;
	position: relative;
	overflow: hidden;
}
.flexnav li ul.flexnav-show li {
	overflow: visible;
}
.flexnav li ul li a {
	display: block;
}
.flexnav .touch-button {
	position: absolute;
	z-index: 999;
	top: 0;
	right: 0;
	width: 50px;
	height: 50px;
	display: inline-block;
	background: #acaca1;
	text-align: center;
}
.flexnav .touch-button:hover {
	cursor: pointer;
}
.flexnav .touch-button .navicon {
	position: relative;
	top: 1.4em;
	font-size: 12px;
	color: #666;
}
.menu-button {
	position: relative;
	display: block;
	padding: 1em;
	color: #222222;
	cursor: pointer;
	border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}
.menu-button.one-page {
	position: fixed;
	top: 0;
	right: 5%;
	padding-right: 45px;
}
.menu-button .touch-button {
	background: transparent;
	position: absolute;
	z-index: 999;
	top: 0;
	right: 0;
	width: 50px;
	height: 50px;
	display: inline-block;
	text-align: center;
}
.menu-button .touch-button .navicon {
	font-size: 16px;
	position: relative;
	top: 1em;
	color: #666;
}
@media all and (min-width: 800px) {
	body.one-page {
		padding-top: 70px;
	}
	#startseite .csc-frame {
	}
	.flexnav {
		overflow: visible;
	}
	.flexnav.opacity {
		opacity: 1;
	}
	.flexnav.one-page {
		top: 0;
		right: auto;
		max-width: 1080px;
	}
	.flexnav li {
		position: relative;
		list-style: none;
		float: left;
		display: block;
		background: none;
		overflow: visible;
		width: 20%;
	}
	.flexnav li a {
		border-left: 1px solid #acaca1;
		border-bottom: none;
	}
	.flexnav li > ul {
		position: absolute;
		top: auto;
		left: 0;
	}
	.flexnav li > ul li {
		width: 100%;
	}
	.flexnav li ul li > ul {
		margin-left: 100%;
		top: 0;
	}
	.flexnav li ul li a {
		border-bottom: none;
	}
	.flexnav li ul.open {
		display: block;
		opacity: 1;
		visibility: visible;
		z-index: 1;
	}
	.flexnav li ul.open li {
		overflow: visible;
		max-height: 100px;
	}
	.flexnav li ul.open ul.open {
		margin-left: 100%;
		top: 0;
	}
	.menu-button {
		display: none;
	}
}
.oldie body.one-page {
	padding-top: 70px;
}
.oldie .flexnav {
	overflow: visible;
}
.oldie .flexnav.one-page {
	top: 0;
	right: auto;
	max-width: 1080px;
}
.oldie .flexnav li {
	position: relative;
	list-style: none;
	float: left;
	display: block;
	width: 20%;
	min-height: 50px;
	overflow: visible;
}
.oldie .flexnav li:hover > ul {
	display: block;
	width: 100%;
	overflow: visible;
}
.oldie .flexnav li:hover > ul li {
	width: 100%;
	float: none;
}
.oldie .flexnav li a {
	border-bottom: none;
	overflow: visible;
}
.oldie .flexnav li > ul {
	position: absolute;
	top: auto;
	left: 0;
	display: none;
	z-index: 1;
	overflow: visible;
}
.oldie .flexnav li ul li ul {
	top: 0;
}
.oldie .flexnav li ul li a {
	border-bottom: none;
}
.oldie .flexnav li ul.open {
	display: block;
	width: 100%;
	overflow: visible;
}
.oldie .flexnav li ul.open li {
	width: 100%;
}
.oldie .flexnav li ul.open ul.open {
	margin-left: 100%;
	top: 0;
	display: block;
	width: 100%;
	overflow: visible;
}
.oldie .flexnav ul li:hover ul {
	margin-left: 100%;
	top: 0;
}
.oldie .menu-button {
	display: none;
}
.oldie.ie7 .flexnav li {
	width: 19.9%;
}
/* Nur Firefox */
@-moz-document url-prefix() {
	.content .csc-textpic-above img,  .content .csc-textpic-below img {
		width: 100%;
		height: auto;
	}
}
.align-center {
	text-align: center;
}
.submenu {
	position: relative;
}
.submenu>.dropdown-menu {
	top: 0;
	left: 100%;
	margin-top: -6px;
	margin-left: -1px;
	-webkit-border-radius: 0 6px 6px 6px;
	-moz-border-radius: 0 6px 6px 6px;
	border-radius: 0 6px 6px 6px;
}
.submenu:hover>.dropdown-menu {
	display: block;
}
.submenu>a:after {
	border-left: 4px solid transparent;
	border-right: 4px solid transparent;
	border-top: 4px solid;
	content: " ";
	display: inline-block;
	float: right;
	height: 0;
	margin-right: 6px;
	margin-top: 5px;
	width: 0;
}
.submenu:hover>a:after {
	border-left-color: #ffffff;
}
.submenu.pull-left {
	float: none;
}
.dropdown-submenu.pull-left>.dropdown-menu {
	left: -100%;
	margin-left: 10px;
	-webkit-border-radius: 6px 0 6px 6px;
	-moz-border-radius: 6px 0 6px 6px;
	border-radius: 6px 0 6px 6px;
}
/*DIV.csc-textpic-intext-left DIV.csc-textpic-imagewrap, DIV.csc-textpic-intext-left-nowrap DIV.csc-textpic-imagewrap {
	margin-right: 25px !important;
}
*/
.wichtig .csc-default {
	margin-bottom: 40px;
}
.wichtig .csc-default .csc-default {
	margin-bottom: 0;
}
.wichtig .form-inline .form-group {
	display: inline-block;
	margin-bottom: 0;
	vertical-align: middle;
}
.wichtig .form-inline .form-control {
	display: inline-block;
	width: auto;
	vertical-align: middle;
}
.form-inline .suchwort {
	-webkit-box-shadow: inset 2px 2px 0 #d6dce4;
	-moz-box-shadow: inset 2px 2px 0 #d6dce4;
	box-shadow: inset 2px 2px 0 #d6dce4;
	margin-right: 12px;
}
@media (min-width: 701px) {
	.form-inline .suchwort {
		min-width: 200px;
	}
}
.csc-frame-rulerBefore {
	clear: both;
	margin: 15px 0 0 0;
	padding: 15px 0 0 0;
	border-top: 1px solid #ccd4de;
}
.frame-ruler-after {
	clear: both;
	margin: 0 0 15px 0;
	padding: 0 0 15px 0;
	border-bottom: 1px solid #ccd4de;
}

.frame-ruler-after:after {
	content: "";
	border: 0;
	margin: 0;
	padding: 0;
}

.csc-frame-frame1 {
	background: #ccd4de;
	padding: 14px 20px 20px 20px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
.service .csc-frame-frame1 {
	min-height: 210px;
	padding-right: 10px;
}
.frame-custom-21 h1:first-child,
.frame-custom-21 h2:first-child,
.frame-custom-21 h3:first-child {
	margin-top: 0px;
}
.frame-custom-21 p:last-child {
	margin-bottom: 0;
}

@media (max-width: 1007px) {
	.csc-frame-frame1 {
		margin-bottom: 30px;
	}
}
.content img {
	border-radius: 0;
    max-width: 100%;
    height: auto;
}
.content .csc-default img {
	height: auto!important;
}
.brotkr {
	padding-bottom: 35px;
}
.service {
	margin-top: 20px;
}
.social {
	padding-top: 10px;
}
.social .socialshare-text p {
	margin: 0;
	font-size: 12px;
}
.social .socialshare-text {
	font-weight: 600;
	margin-bottom: 6px;
}
.social-icons .socialshare-text {
	margin-bottom: 6px;
}
.partner {
	background: url(../Images/bg_partner.png) repeat-x;
	min-height: 126px;
	/*  margin-top: 23px;
*/
}
.grau {
	display: inline-block;
	padding: 24px 74px 0 0;
}
.grau:last-child {
	padding-right: 0;
}
.schatten {
	background: url(../Images/bg_schatten.png) repeat-x;
	height: 5px;
}
.fuss {
	background: #002656 url(../Images/bg_fuss.png) no-repeat center top;
	min-height: 152px;
}
.row-xs {
	margin-right: -8px !important;
	margin-left: -8px !important;
}
.col-sm-5,
.col-sm-7,
.col-xs-4 {
	padding-right: 8px !important;
	padding-left: 8px !important;
}
.wichtig .col-xs-4 p {
	margin-bottom: 0;
}
.wichtig .col-xs-4 .csc-default {
	margin-top: 25px;
	/*font-size: 90%;
*/
}
.wichtig .col-xs-4 .csc-default:first-child {
	margin-top: 10px;
}
.rund {
	display: inline-block;
	padding: 56px 39px 35px 0;
}
.toprint {
	float: right;
	display: block;
	padding: 37px 0 0 0;
}
.standard {
	clear: both;
	float: right;
	display: block;
	padding: 25px 0 15px 0;
}
.toprint a, .standard a {
	color: #fff;
	display: inline-block;
	padding-left: 22px;
	width: auto;
}
.toprint a:hover, .standard a:hover {
	color: #fff;
	text-decoration: none;
}
.toprint img {
	display: inline-block;
	padding-right: 7px;
	width: auto;
}
.type-button {
	float: right;
}
.list-gesundheit {
	height: 41px;
	padding: 12px 22px;
	margin: 0 0 5px 0;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background: #dfea9b url(../Images/bg_gesundheit_punkt.png) no-repeat right top;
}
/* REDAXO IMPORT */
.csc-frame-rulerBefore .csc-textpic-left {
	float: left;
	margin: 5px 15px 5px 0;
}
.csc-frame-rulerBefore .csc-textpic-right {
	float: right;
	margin: 5px 0px 5px 5px;
}
.csc-frame-rulerBefore {
	border: 0px;
	margin: 0px;
	padding: 0px
}


/*###Anpassungen####*/

body {
	color: #31363b;
}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
	color: #00285A;
}
h1, .h1 {
	font-size: 24px;
}
h2, .h2 {
	margin-bottom: 16px;
	font-size: 18px;
	margin-top: 20px;
}
h2 a {
	color: #00285a;
}
a {
	color: #1b4a84;
}
h1 a {
	color: #11315a;
}
h1 a:hover {
	color: #11315a;
}
a:hover, a:focus {
	color: #1b4a84;
	text-decoration: underline;
}
table {
	min-width: 74%;
}
table tr {
	border: 1px solid;
}
td, th {
	padding: 5px;
	border-left: 1px solid #000;
}
.contenttable td, .contenttable th {
	border-left: 1px solid #000;
	padding: 5px;
}
.contenttable {
	margin-bottom: 20px;
}
.ce-bodytext p {
	text-align: left !important;
}
/*table contact*/
table.contact tr {
	border: none;
	background: none repeat scroll 0 0 #f4f7fa;
	border-bottom: 10px solid white;
	padding-bottom: 10px;
}
table.contact td, th {
	border: none;
	vertical-align: top;
}
table.contact tr img {
	height: auto;
	width: 200px;
}
table.contact td:last-child {
	height: 134px;
	overflow: hidden;
}

/*table/box author*/
table.autor h2 {
	margin-top: 14px;
}

table.autor p {
	font-size: 14px;
	line-height: 130%;
}

table.autor {
	width: 60%;
	min-width: inherit!important;
	margin-top: 3rem;
	margin-bottom: 3rem;
}
table.autor img {
	height: auto;
	max-width: 100px;
	float: left!important;
}
table.autor tr, td, th {
	border: medium none;
	vertical-align: top;
	padding: 10px;
}
table.autor td:first-child {
}
table.autor tr {
	background: none repeat scroll 0 0 #f4f7fa;
	border-bottom: 10px solid white;
	padding-bottom: 10px;
}
/*Contactbox*/

.contact-list {
	margin-bottom: 15px;
	overflow: hidden;
}

.contact-text {
	float: left;
	width: 50%;
}

.contact-image {
	float: right;
	width: 50%;
}

.contact-image img {
	height: auto;
	max-width: 100%;
	width: 200px;
}


.contact-box {
	background: none repeat scroll 0 0 #f4f7fa;
	overflow: hidden;
	padding: 8px;
	width: 466px;
	margin-bottom: 10px;
}

/*Header*/
.flexnav .level1, .navbar-brand {
	font-size: 18px;
	line-height: 25px;
	margin: 3px 0 1px;
	padding: 13px 18px;
	text-transform: uppercase;
}
.flexnav li a {
	color: #00285A;
}
.flexnav li a:hover {
	text-decoration: none;
}
.flexnav .level1 {
	border: none;
}
.flexnav {
	padding-left: 0;
}
.navbar-nav .level1:hover,
.navbar-nav .level1:focus,
.navbar-brand:hover,
.navbar-brand:focus {
	background: #f4f7fa!important;
}
@media (min-width: 718px) {
	.flexnav {
		float: left !important;
		max-height: inherit;
	}
	.flexnav .item-with-ul:hover a,
	.flexnav .item-with-ul:focus a,
	.flexnav .item-with-ul.active a,
	.flexnav li:hover a,
	.flexnav li:focus a,
	.navbar-brand:hover,
	.navbar-brand:focus {
		background: #f4f7fa;
	}
	.flexnav li {
		width: auto;
	}
	.flexnav li .menu {
		border: medium none;
		padding: 0;
		z-index: 30;
		display: none;
	}
	.flexnav li ul li {
		border-bottom: 1px solid #ccd4de;
		background: none repeat scroll 0 0 #f4f7fa;
	}
	.flexnav li ul li:hover a {
		background: none repeat scroll 0 0 #e5e9ee!important;
	}
	.flexnav li ul li a {
		border: none;
		padding: 0.5em 1.4em 0.5em 1.4em;
	}
	.flexnav li .menu .menu {
		display: none!important;
	}
	.flexnav .touch-button {
		display: none;
	}
	.flexnav .dropdown {
		margin-right: 13px;
	}
	.flexnav .dropdown:last-child .level1 {
		margin-right: 0;
	}
	.submenu > a:after {
		border: none;
	}
}

/*Header*/
.kopf {
	min-height: 129px;
	position: relative;
}
#oben {
	position: relative;
}
#oben .logo {
	padding: 0;
}
#oben .logo a {
	display: block;
	padding: 0;
}
#oben .bild {
	bottom: 0;
	margin: 0;
	padding: 0;
	position: absolute;
	right: 0;
	width: 47%;
}
/*############### Content ###############*/
#startseite .col-md-8 #socialshareprivacy,
#startseite .col-md-8 .socialshare-text,
.page267 .col-md-8 #socialshareprivacy {
	display: none;
}
.social-icons .fb img {
	height: auto;
	width: 38px;
}
.csc-textpic-caption,figcaption,.image-caption {
	color: #888888;
	margin-top: 6px;
}
.news-list-view .news-img-caption {
	display: none;
}
#unterseite .news-single .news-img-wrap img {
	display: block!important;
}
.news-img-caption {
	margin-top: 0;
}
.news .article .teaser-text {
	margin: 4px 0 10px;
}

.rechts div + div.csc-frame {
	margin-top: 37px;
	padding-bottom: 36px;
	margin-bottom: 40px;
}

.col-sm-4.rechts .frame {
	margin-bottom: 3rem;
}

.col-sm-4.rechts .gray-box .frame {
	margin-bottom: 0rem;
}

.news-list-date {
	text-transform: capitalize;
}

.rechts div + div.csc-frame .csc-textpic:lang(es),
.rechts div + div.csc-frame .csc-textpic:lang(fr) {
	padding: 0 0 36px;
}

.element2cols {
	clear: both;
	overflow: hidden;
}
.topic-col {
	width: 50%;
}
.col1.topic-col {
	float: left;
	padding-right: 36px;
}
.col2.topic-col {
	float: right;
	padding-left: 9px;
}


#unterseite .col1.topic-col {
	padding-right: 15px;
}

#unterseite .col2.topic-col {
	padding-left: 15px;
}

.frame-ruler-after {
	border-bottom: 1px solid #ccd4de;
	clear: both;
	margin: 0 0 38px;
	padding: 0 0 36px;
}
.content .frame-ruler-after {
	margin: 0 0 40px;
}
.csc-frame-rulerBefore {
	border-top: 1px solid #ccd4de;
	clear: both;
	margin-top: 38px;
	padding-top: 36px;
}
.content .csc-frame-rulerBefore {
	margin: 0 0 36px;
}
.jumbotron {
	min-height: 400px;
	padding: 55px 15px 30px;
}
/*Suche*/
#searchbutton,
#mailformsubmit {
	background: none repeat scroll 0 0 #647e9e;
	border-radius: 5px;
	color: #fff;
	font-weight: 600;
	padding: 6px 13px;
	border-bottom: 2px solid #3f587b;
	border-right: 2px solid #3f587b;
	position: relative;
	top: -2px;
	border-image: none;
	outline: none;
	float: left;
	height: 34px;
}
.tx-indexedsearch-browsebox li {
	margin-right: 19px;
	display: inline;
}
.tx-indexedsearch-res {
	margin-bottom: 20px;
}
.tx-indexedsearch-title {
	font-weight: bold;
}
.tx-indexedsearch-result-number {
	display: none;
}
.search input {
	border: none;
}

.rechts .tx-indexedsearch-browsebox,
.rechts .tx-indexedsearch-res {
	display: none;
}

.tx-indexedsearch-result-number {
	font-weight: bold;
}
.tx-indexedsearch .tx-indexedsearch-searchbox input.tx-indexedsearch-searchbox-sword {
	margin-right: -20px;
	width: 218px;
}
.tx-indexedsearch-title {
	font-size: 16px;
}
#searchbutton:hover,
#mailformsubmit:hover {
	background: #3f587b;
	border-bottom: 2px solid #3f587b;
	border-right: 2px solid #3f587b;
}
.tx-indexedsearch-browsebox {
	margin-top: 24px;
	margin-bottom: 20px;
}
.tx-indexedsearch-browsebox ul {
	padding: 5px 0 5px 0;
	border-top: 1px solid #CCD4DE;
	border-bottom: 1px solid #CCD4DE;
}
#suchfeld,
#mailformsword {
	height: 32px;
	padding: 6px;
	width: 68%;
	background: #f4f7fa;
	float: left;
	margin-right: 4px;
	border-radius: 5px;
	border-top: 2px solid #d6dce5;
	border-left: 2px solid #d6dce5;
	border-right: 1px solid #f4f7fa;
	border-left: 1px solid #f4f7fa;
}
.search {
	margin-bottom: 12px;
	height: 32px;
}

#mailform {
	display: none;
	margin-bottom: 20px;
	width: 100%;
}

#mailformscols,
#mailform label[for="mailformsword"],
#mailform label[for="mailformscols"] {
	display: none;
}


.element2cols .topic-col .csc-textpic-intext-left-nowrap .csc-textpic-imagewrap,
.element2cols .topic-col .csc-textpic-intext-right-nowrap .csc-textpic-imagewrap {
	margin-top: 52px;
}
#unterseite .search {
	margin-bottom: 35px;
}
.frame.frame-custom-21 {
	background: #f4f7fa;
	padding: 17px!important;
}
#startseite .static #c6192,
#startseite .static #c6193,
#startseite .static #c6194,
#startseite .static #c6195 {
	background: none;
	margin-top: 0;
	padding: 17px 17px 17px 0;
	height: 338px;
	border-bottom-color: #CCD4DE;
	border-bottom-style: solid;
	border-bottom-width: 1px;
}
.static .csc-default h2:first-child {
	margin-top: 0;
}
#unterseite #c7223 {
	margin-top: 0;
	border: none;
}
.csc-textpic-text img {
	height: auto!important;
}

/*Videos*/

.video-caption {
	background: #f4f7fa none repeat scroll 0 0;
	min-height: 84px;
	padding: 10px 16px 14px;
}

/*Youtube Video Extension */


#startseite .youtubeVideo iframe {
	border: 0;
}

#startseite .youtubeVideo .videoWrapper {
	padding-bottom: 47.25% !important;
}

#startseite .youtubeVideo {
}


/*Sidebar Menu*/
#startseite .sidebar-menu,
.page32 .sidebar-menu {
	display: none;
}
.main-point span {
	background: none repeat scroll 0 0 #f4f7fa;
	font-size: 18px;
	margin-bottom: 3px;
	padding: 10px 14px;
	text-transform: uppercase;
	display: block;
}
.main-point.no-sub {
	display: none;
}
.main-point.no-sub + .sidebar-menu {
	display: none;
}
.sidebar-menu {
	background: #f4f7fa;
	padding: 12px 17px;
	margin-bottom: 37px;
}
.sidebar-menu ul {
	margin: 0;
	padding: 0;
}
.sidebar-menu .has-sub.active {
	background: url("../Images/open-arrow.png") no-repeat scroll right 7px rgba(0, 0, 0, 0);
}
.sidebar-menu .has-sub {
	background: url("../Images/close-arrow.png") no-repeat scroll right 7px rgba(0, 0, 0, 0);
}
.sidebar-menu ul li {
	list-style: none;
	margin: 0 0 8px;
	padding: 0;
}
.sidebar-menu ul li.active a {
	font-weight: 600;
	display: block;
}
.sidebar-menu ul li.has-sub.active a {
	padding-bottom: 6px;
}
.sidebar-menu ul li a {
	color: #002a5c;
	font-size: 16px;
	display: block;
}
.sidebar-menu ul li:last-child {
	margin-bottom: 0;
}
/*level 3*/
.sidebar-menu .level3 {
	background: none repeat scroll 0 0 #fff;
	margin-left: -15px;
	padding-bottom: 9px;
	padding-left: 18px;
	padding-top: 8px;
	width: 296px;
}
.sidebar-menu ul li ul {
	display: none;
}
.sidebar-menu ul li.active ul {
	display: block;
}
.sidebar-menu ul li .level3 li.active a {
	font-weight: 600;
}
.sidebar-menu ul li .level3 li {
	list-style: inside disc;
}
.sidebar-menu ul li .level3 li a {
	font-weight: 500;
	font-size: 14px;
	display: inline;
}
/*Level 4*/
.sidebar-menu .level4 {
	margin-left: 24px !important;
	display: none!important;
}
.sidebar-menu .level4 li {
	list-style: none!important;
}
.sidebar-menu .level4 li a {
	font-weight: 500!important;
	color: #2c4772;
}
/*Select Menu*/
.country-option {
	background: #e9edf1;
	border: none;
	height: 44px;
	width: 100%;
}
.option-level1 {
	color: #002c5b;
	font-size: 18px;
	margin-bottom: 5px;
	margin-top: 5px;
	font-weight: 600;
}
.option-level2 {
	margin-left: 10px;
	font-size: 14px;
	color: #002c5b;
}
.option-level3 {
	margin-left: 22px;
	font-size: 14px;
	color: #7087a0;
}
.static {
	margin-bottom: 52px;
}


#startseite .rechts .static + div {
	height: 326px;
}
/*FR*/
#startseite .rechts .static + div#c9612 {
	height: auto;
}
/*ES*/
#startseite .rechts .static + div#c6277 {
	height: auto;
}

/*Weltweit Seite*/
.country .main-point {
	background: url("../Images/select-menu-arrow.jpg") no-repeat scroll right center #f4f7fa;
	color: transparent;
	cursor: pointer;
	font-size: 0;
	height: 44px;
	margin-bottom: -2px;
	margin-top: 79px;
}
.country .main-point span {
	display: none;
}
.country .static .frame.frame-custom-21 {
	display: none;
}
.country .main-point:after {
	color: #12325b;
	content: "Land/Region wählen";
	font-size: 14px;
	font-weight: 600;
	padding-left: 10px;
	padding-top: 11px;
	position: absolute;
	text-transform: none;
}
.country.en .main-point:after {
	content: "Select Country/Region";
}
.country.fr .main-point:after {
	content: "Choisir un pays/une région";
}
.country.es .main-point:after {
	content: "Seleccionar país/región";
}
.country .sidebar-menu li:last-child ul {
	border: none;
}
.country .static .level3 {
	display: block;
	padding-bottom: 10px;
	padding-left: 18px;
	padding-top: 4px;
	border-bottom: 1px solid #d4dce4;
}
.country .static .sidebar-menu ul li .level3 li a {
	font-size: 14px !important;
	font-weight: 500 !important;
}
.country .static .sidebar-menu {
	height: 432px;
	overflow-x: hidden;
	overflow-y: scroll;
}
.country .static .sidebar-menu ul li a {
	font-size: 18px;
	font-weight: 600;
}
.country .static .sidebar-menu {
	background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
	border: 1px solid #d4dce4;
	margin-bottom: 0;
	padding: 12px 17px;
	display: none;
}
.country .static .sidebar-menu.show {
	display: block;
}
.country .static .sidebar-menu .has-sub {
	background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
}
.country .static .sidebar-menu .has-sub {
	font-size: 18px;
	font-weight: 600;
	color: #002a5c;
}
.country .static .sidebar-menu ul li .level3 li {
	font-size: 14px;
	list-style: outside none none;
	margin-left: 8px;
	margin-bottom: 5px;
}
.country .static .level4 {
	display: block !important;
	margin-left: 2px !important;
}
.country .static .level4 a {
	color: #7087a0;
}
.country .static #7223 {
	display: none;
}
/*Breadcrumb*/
#startseite .breadcrumb {
	display: none;
}
.breadcrumb {
	background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
	border-radius: 0;
	list-style: outside none none;
	margin-bottom: 30px;
	padding: 8px 12px 8px 0;
	width: 100%;
	margin-left: -3px;
}
.breadcrumb a[title=Weltweit] + a {
	display: none;
}
.breadcrumb a[title="Weltweit"] {
	background: white none repeat scroll 0 0;
	left: 8px;
	padding-right: 3px;
	position: relative;
	width: 10px;
}


/*############## Slick Slider ##############*/

.slick-slider {
	position: relative;
	display: block;
	box-sizing: border-box;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-touch-callout: none;
	-khtml-user-select: none;
	-ms-touch-action: pan-y;
	touch-action: pan-y;
	-webkit-tap-highlight-color: transparent;
	margin-bottom: 5rem;
}

.slider {
	display: flex;
}

.slick-list {
	position: relative;
	display: block;
	overflow: hidden;
	margin: 0;
	padding: 0;
}

.slick-list:focus {
	outline: none;
}

.slick-list.dragging {
	cursor: pointer;
	cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	-o-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

.slick-track {
	position: relative;
	top: 0;
	left: 0;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.slick-track:before,
.slick-track:after {
	display: table;
	content: '';
}

.slick-track:after {
	clear: both;
}

.slick-loading .slick-track {
	visibility: hidden;
}

.slick-slide {
	display: none;
	float: left;
	height: 100%;
	min-height: 1px;
}

[dir='rtl'] .slick-slide {
	float: right;
}
.slick-slide img {
	display: block;
}
.slick-slide.slick-loading img {
	display: none;
}
.slick-slide.dragging img {
	pointer-events: none;
}
.slick-initialized .slick-slide {
	display: block;
}
.slick-loading .slick-slide {
	visibility: hidden;
}
.slick-vertical .slick-slide {
	display: block;
	height: auto;
	border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
	display: none;
}

.slick-slider .slider__element--text {
	background: none repeat scroll 0 0 #f4f7fa;
	padding: 10px 16px 14px;
	min-height: 70px;
	position: absolute;
	bottom: 0;
	width: 100%;
}

.slick-arrow {
	text-indent: -9999px;
	width: 31px;
	height: 47px;
	justify-content: center;
	position: absolute;
	border: 0;
	z-index: 1;
	top: 50%;
	display: none!important;
	transform: translate(-50%, -50%);
}

.slick-slider:hover .slick-arrow {
	display: inline-block!important;
}

.slick-prev {
	background: url(../Images/slider-arrow-left.png) no-repeat;
	left: 28px;
}

.slick-next {
	background: url(../Images/slider-arrow-right.png) no-repeat;
	right: 0;
}

.slick-dots {
	margin: 0;
	padding: 0;
	display: flex;
	width: 100%;
	justify-content: center;
}

.slick-dots li {
	list-style: none;
	margin-right: 5px;
}

.slick-dots button {
	background: none repeat scroll 0 0 #6883a4!important;
	border-radius: 30px;
	height: 9px;
	padding: 0;
	width: 9px;
	border: 0;
	text-indent: -9999px;
}

.slick-dots .slick-active button {
	height: 11px !important;
	width: 11px !important;
	background: #8CAED1!important;
}

/*############## Slider alt ##############*/


/*
.testimonial-slider .arrow a {
	height: 45px;
	margin: -50px 0 0;
}
.anythingSlider-default .arrow.forward {
	right: 15px;
}
.anythingSlider-default .arrow.back {
	left: 32px;
}
.anythingSlider-default .arrow.forward a {
	background: url(../Images/slider-arrow-right.png) no-repeat;
}
.anythingSlider-default .arrow.back a {
	background: url(../Images/slider-arrow-left.png) no-repeat;
}
.tx-jfmulticontent-pi1 {
	margin-bottom: 7px;
}
.anythingSlider.anythingSlider-default {
	height: 383px !important;
	list-style: outside none none;
	overflow-x: hidden;
	overflow-y: auto;
	width: 100% !important;
	padding: 0;
	margin-bottom: 52px;
}
.anythingSlider-default.activeSlider .anythingWindow {
	border: medium none;
}
.anythingSlider-default .back {
	left: 43px;
}
.anythingSlider-default .forward {
	right: 43px;
}
.anythingSlider .csc-textpic-text {
	background: none repeat scroll 0 0 #f4f7fa;
	padding: 10px 16px 14px;
	min-height: 61px;
}
.anythingSlider .csc-textpic-imagewrap {
	height: 321px;
}
.anythingSlider .csc-textpic-imagewrap img {
	width: 630px!important;
	height: auto;
}
.anythingSlider .panel {
	background: none repeat scroll 0 0 transparent;
	border: 0 solid transparent;
	border-radius: 0;
	box-shadow: none;
	display: block;
	float: left;
	margin: 0;
	overflow: hidden;
	padding: 0;
}
.anythingSlider-default .anythingControls ul li a.cur {
	height: 12px !important;
	width: 12px !important;
	background: #8CAED1!important;
}
.anythingSlider .content .csc-textpic-above img, 
.anythingSlider .content .csc-textpic-below img {
	height: auto;
}
.anythingSlider-default .anythingControls {
	bottom: 68px;
	display: block !important;
	left: 262px;
	margin: 0 auto;
	position: absolute;
}
.tx-jfmulticontent-pi1:hover .anythingSlider-default .arrow {
	display: block!important;
}
.anythingSlider-default .arrow {
	display: none!important;
}
.anythingSlider-default .anythingControls .start-stop {
	display: none!important;
}
.anythingSlider-default .anythingControls a span {
	display: none;
}
.anythingSlider-default.activeSlider .anythingControls a:hover {
	background: none repeat scroll 0 0 #6883a4;
	border-radius: 30px;
	height: 9px;
	padding: 0;
	width: 9px;
}
.anythingSlider-default .anythingControls ul a {
	background: none repeat scroll 0 0 #6883a4!important;
	border-radius: 30px;
	height: 9px;
	padding: 0;
	width: 9px;
}
*/

/*Slider theme portfolio*/

.testimonial-slider {
	margin-bottom: 5rem;
}

.testimonial-slider:after {
	content: "";
	position: absolute;
	right: 47%;
	top: 5px;
	width: 40px;
	height: 40px;
	background: url(../Images/quote-marks.png)no-repeat;
	background-position: 0px -29px;
	background-size: 100px;
	z-index: 100;
}

.testimonial-slider .slick-arrow {
	display: inline-block!important;
	width: 26px;
	height: 27px;
	text-align: center;
}

.testimonial-slider .slick-arrow.slick-next {
	background: url(../Images/slider-arrow-right-dark.png) no-repeat;
	background-size: 16px;
}

.testimonial-slider .slick-arrow.slick-prev {
	background: url(../Images/slider-arrow-left-dark.png) no-repeat;
	background-size: 16px;
}

.testimonial-slider .slider__elementImage {
	max-width: 330px;
	padding: 57px 24px 15px 50px;
	float: left;
}

.testimonial-slider .slider__element--text p{
	font-size: 14px;
	font-weight: 500;
	font-style: normal;
	text-align: left;
}

.testimonial-slider.slick-slider .slider__element--text {
	background: none;
	padding: 50px 50px 20px 50px;
	position: relative;
}

/**/



/*alter slider*/
.anythingSlider.anythingSlider-cs-portfolio.activeSlider {
	background: none;
	margin-top: 35px;
	padding: 0;
	margin: 0;
	overflow: hidden!important;
	margin-bottom: 35px;
}

.anythingSlider-cs-portfolio .anythingControls {
	display: none!important;
}

#aed .anythingSlider-cs-portfolio .csc-textpic-imagewrap img {
	width: auto!important;
}

#aed .anythingSlider-cs-portfolio .csc-textpic-imagewrap {
	height: auto;
}

#aed .anythingSlider-cs-portfolio .csc-textpic-text {
	background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
	min-height: inherit;
	padding: 0 10px 14px 0;
}

.anythingSlider-cs-portfolio .back {
	left: inherit;
	right: 0;
	top: 0;
}


.anythingSlider-cs-portfolio .arrow {
	display: block;
	position: absolute;
	bottom: 17px;
	z-index: 100;
}

.anythingSlider-cs-portfolio .back {
	left: inherit;
	right: 50%;
	top: inherit;
}

.anythingSlider-cs-portfolio .forward {
	right: 46%;
}

.anythingSlider-cs-portfolio {
	margin: 0;
	padding: 0;
}

.anythingSlider-cs-portfolio:after {
	content: "";
	position: absolute;
	right: 47%;
	top: 5px;
	width: 40px;
	height: 40px;
	background: url(../Images/quote-marks.png)no-repeat;
	background-position: 0px -29px;
	background-size: 100px;
	z-index: 100;
}

.anythingSlider-cs-portfolio .anythingWindow p {
	font-size: 14px;
	font-weight: 500;
	font-style: normal;
	text-align: left;
}

.anythingSlider-cs-portfolio .panel .csc-default {
	padding: 50px 43px 20px 43px;
	position: relative;
}

.anythingSlider-cs-portfolio .back {
	left: 0;
	right: inherit;
	top: 0;
	padding-top: 12%;
	padding-left: 10px;
	background: #fff;
}

.anythingSlider-cs-portfolio .arrow.back a {
	background: url('../Images/slider-arrow-left-dark.png') no-repeat;
	background-size: 16px;
}

.anythingSlider-cs-portfolio .forward {
	right: 0px;
	left: inherit;
	top: 0;
	padding-top: 12%;
	background: #fff;
	padding-left: 6px;
}

.anythingSlider-cs-portfolio .arrow.forward a {
	background: url('../Images/slider-arrow-right-dark.png') no-repeat;
	background-size: 16px;
}

.anythingSlider-cs-portfolio .anythingControls {
	position: inherit;
	background: none;
	height: auto;
	margin: 0 auto;
	padding-left: 0;
	text-align: inherit;
}

.anythingSlider-cs-portfolio .anythingControls span {
	visibility: visible;
	color: transparent;
}

.anythingSlider-cs-portfolio .anythingControls {
	bottom: 50px;
	display: block !important;
	left: 45%;
	margin: 0 auto;
	position: relative;
}

.anythingSlider-cs-portfolio .anythingControls ul {
	margin: 0;
	padding: 0;
	float: left;
}

.anythingSlider-cs-portfolio .anythingControls ul li {
	display: inline;
}

.anythingSlider-cs-portfolio .anythingControls ul li a.cur {
	height: 12px !important;
	width: 12px !important;
	background: #8CAED1!important;
}

.anythingSlider-cs-portfolio .start-stop.tooltip,
.anythingSlider-cs-portfolio .start-stop {
	display: none!important;
}

.anythingSlider-cs-portfolio .anythingControls ul a {
	background: none repeat scroll 0 0 #6883a4!important;
	border-radius: 30px;
	height: 9px;
	padding: 0;
	width: 9px;
}

.anythingSlider-cs-portfolio .csc-textpic {
	display: flex;
}

.anythingSlider-cs-portfolio div.csc-textpic-center .csc-textpic-imagewrap,
.anythingSlider-cs-portfolio div.csc-textpic-center figure.csc-textpic-imagewrap {
	flex: 3;
	margin-top: 12px;
}

.anythingSlider-cs-portfolio .csc-textpic-text {
	flex: 7;
	background: none!important;
}

.anythingSlider .csc-textpic-imagewrap img {
	width: inherit!important;
	max-width: 100%;
	height: auto;
}

/**/

/*############### NEWS ###############*/

.news h3 a, .news h2 a {
	color: #11315A;
}
#startseite #c6989,
#startseite #c6261 {
	height: 248px;
}

.news-list-category {
	display: none!important;
}
#startseite .news {
	overflow: hidden;
}

#startseite .news-list-view {
    display: flex;
    flex-wrap: wrap;
}

.news .page-navigation ul {
	margin: 0 auto;
	width: 520px;
	float: none;
}
@media (min-width: 992px) {
	#startseite #c6213 {
		height: 605px;
	}
}

#startseite.hp .news-list-view .header h3 {
	margin-top: 5px;
}

#startseite .news-list-view .news-img-wrap,
#startseite .news-list-view .footer {
	display: none;
}

#startseite.hq .news-list-view .news-img-wrap {
	display: inline-block;
	overflow: hidden;
	order: -1;
}

#startseite.hq .news-list-view .news-img-wrap img {
	width: 80%;
}

.news .article .news-img-wrap a {
	border: 0;
	padding: 0;
}

#startseite.hq .news-list-view .teaser-text {
	display: none;
}
#startseite.hq .news-list-view .header h3 a {
	font-size: 17px;
	font-weight: 500;
	line-height: 130%;
}
#startseite .news-list-view .header h3 {
	margin-bottom: 13px;
}
#startseite .news-list-date {
	display: none;
}

#startseite.hq .news-list-date {
	font-size: 13px;
	font-weight: 600;
	display: block;
	margin-top: 5px;
}
.news-list-view .article {
	float: left;
	padding-right: 36px;
	width: 50%;
	word-wrap: break-word;
}
#startseite.hq .news-list-view .article {
	display: flex;
	align-items: flex-start;
	flex-direction: column;
}
.news .article {
	margin-bottom: 0;
	padding-bottom: 0;
}
#startseite .news-list-view .article {
    margin-bottom: 30px;
}
.news-list-view .header h2 a {
	font-size: 18px;
	line-height: 130%;
}
.news-list-view .header h2 {
	margin: 0;
}
/*News Liste Unterseite*/
#unterseite .news-list-view .footer .news-list-date,
#unterseite .page-navigation p {
	display: none;
}
#unterseite .news-single .article .news-img-wrap img {
	display: block;
	float: none;
	height: auto;
	max-width: 100%;
	width: 100%;
}
#unterseite .news-list-view .article:first-child .footer {
	margin-top: 0px;
}
#unterseite .news-list-view .article {
	border-bottom: 1px solid #ddd;
	margin-bottom: 27px;
	padding-bottom: 29px;
	width: 100%;
}
#unterseite .news-list-date {
	font-size: 13px;
	font-weight: 600;
}
#unterseite .news-list-view .header h2 a {
	font-weight: 600;
}
#unterseite .news .footer {
	margin-top: 0px;
	display: none;
}
#unterseite .news .news-list-view .teaser-text {
	margin: 0;
}
#unterseite .news .article .news-img-wrap a {
	border: medium none;
	padding: 0;
}
#unterseite .news .news-list-view .article .news-img-wrap {
	margin: 0;
}
#unterseite .news .page-navigation {
	width: 100%;
}
#unterseite .news .page-navigation .f3-widget-paginator li {
	font-size: 15px;
}
#unterseite .news .page-navigation .f3-widget-paginator li.current {
	background: #495c73;
	color: #fff;
	margin-left: 10px;
	padding: 8px 13px;
	border-radius: 2px;
}
#unterseite .news .page-navigation .f3-widget-paginator li a {
	color: #fff;
	background: none repeat scroll 0 0 #637d9d;
	margin-left: 10px;
	padding: 8px 13px;
	border-radius: 2px;
	font-size: 15px;
}
#unterseite .news .page-navigation .f3-widget-paginator li a:hover {
	background: #495c73;
	text-decoration: none;
}
#unterseite .news .article .news-img-wrap {
	margin: 3px 12px 0px 0;
}
#unterseite .news-list-view .topnews {
}

#unterseite.blog .news-list-view .article:first-child .news-img-wrap img {
	width: 100% !important;
}

#unterseite .news-list-view .topnews .news-img-wrap {
	margin-right: 0 !important;
	max-width: 100% !important;
	width: 100% !important;
}
#unterseite .news-list-view .topnews .news-img-wrap img {
	width: 100% !important;
}
/*News Detail Unterseite*/
#unterseite .news-single .header h3 {
	font-weight: 600;
	font-size: 18px;
}
#unterseite .news-single .footer {
	border: none;
	margin-top: 10px;
}
#unterseite .news-single .teaser-text {
	color: #686868;
	display: none;
}
#unterseite .news-single .news-list-date {
	color: #000;
	display: block;
	margin-bottom: 15px;
}
#unterseite .news-single .article .news-img-wrap {
	float: right;
	margin: 0 0 20px 25px;
}
#unterseite .news-single .article .news-img-wrap img {
	margin: 3px 0 10px 21px;
	padding: 3px 13px 0 0;
}
#unterseite .news-single .article .news-img-caption {
	margin-left: 21px;
	margin-top: -15px;
}
#unterseite .news .article .news-img-wrap img {
	max-width: 100%;
	padding: 3px 13px 10px 0;
}
#unterseite .news .article .news-img-wrap {
	max-width: 188px;
}
#unterseite .news .news-list-view .article .news-img-wrap {
	overflow: hidden;
	height: 124px;
}
#unterseite .news .article .news-img-wrap a {
	float: none;
}

/*Blog Seite News list*/

#unterseite.blog .news {
	margin-top: 20px;
}
#unterseite.blog .news .news-list-view .article .news-img-wrap {
	height: auto;
}
#unterseite.blog .news .article .news-img-wrap {
	margin: 0;
	width: 100%;
	max-width: 230px;
}
#unterseite.blog #7223 {
	display: none;
}
#unterseite.blog .news-list-view .footer p {
	display: none;
}
#unterseite.blog .news-list-view .footer {
	border-top: 1px solid #ccd4de;
}
#unterseite.blog .news-list-view .header h2 a {
	font-weight: 500;
	font-size: 24px;
}
#unterseite .news-list-date,
#unterseite .news-list-author,
#unterseite .news-list-author-country {
	font-size: 13px;
	font-weight: 600;
	margin-right: -3px;
}
#unterseite.blog .news-list-view .header h3 {
	margin-top: 10px;
}
#unterseite.blog .news-list-view .article:first-child .footer {
	margin-top: 28px;
}
#unterseite.blog .news .footer {
	margin-top: 37px;
}

#unterseite.blog .sidebar-menu,
#unterseite.blog .main-point {
	display: none;
}
#unterseite.blog .content .news-single h1 {
	font-size: 29px;
	font-family: georgia;
}
#unterseite.blog .news-single .footer {
	display: block!important;
}
#unterseite.blog .content .header h2 {
	font-family: Georgia;
	margin-top: 5px;
	margin-bottom: 10px;
}
#unterseite.blog .news-single .header h2 {
	font-size: 29px;
}
#unterseite.blog .content .news-list-view .header h2 a {
	font-size: 29px;
}
#unterseite.blog .news-single .header h2 {
	font-size: 29px;
}
/*Listenansicht rechte Spalte*/
#unterseite.blog .rechts #c8520,
#unterseite.blog .rechts #c8769,
#unterseite.blog .rechts #c8770,
#unterseite.blog .rechts #c8771,
#unterseite.blog .rechts #c8521,
#unterseite.blog .rechts #c8774,
#unterseite.blog .rechts #c8777,
#unterseite.blog .rechts #c8776 {
	background: #f4f7fa none repeat scroll 0 0;
	overflow: hidden;
	padding: 16px;
}
#unterseite.blog .rechts h1 {
	margin-bottom: 10px;
}
#unterseite.blog .rechts .news {
	margin-top: 0;
}
#unterseite.blog .rechts h2 {
	margin-top: 0;
}
#unterseite.blog .rechts .news-list-view .article .news-img-wrap,
#unterseite.blog .rechts .news-list-view .article .teaser-text,
#unterseite.blog .rechts .news-list-view .article .header .news-list-date,
#unterseite.blog .rechts .news-list-view .article .header .news-list-author-country,
#unterseite.blog .rechts .news-list-view .article .header .news-list-author {
	display: none;
}

#unterseite.blog .news-single .article .meta {
	display: flex;
}

#unterseite.blog .news-single .article .meta .news-list-date,
#unterseite.blog .news-single .article .meta .news-list-author,
#unterseite.blog .news-single .article .meta .news-list-author-country {
	margin-right: 0px;
	margin-left: 3px;
}

#unterseite.blog .rechts .static {
	margin-bottom: 40px;
}
#unterseite.blog .rechts .news-list-view .header h3 {
	background: rgba(0, 0, 0, 0) url("../Images/list-dot.png") no-repeat scroll left 8px;
	margin-bottom: 0;
	padding-left: 11px;
}
#unterseite.blog .rechts .news-list-view .article {
	border: none;
	margin-bottom: 0!important;
	padding-bottom: 0!important;
	float: none;
}
#unterseite.blog .rechts .news-list-view .header h3 a {
	font-size: 16px;
}
/*Blog Seite News Detail*/
#unterseite.blog .news-single .news-list-category {
	display: none;
}
#unterseite.blog .news-single .news-list-author {
	color: #000;
}
#unterseite.blog .news-single .footer span {
	border: none;
}
#unterseite.blog .news-single .news-list-date {
	margin: 0 -3px 0 0;
	padding-bottom: 0;
	padding-left: 0;
	padding-top: 0;
}
#unterseite.blog .news-single .article .news-img-wrap {
	margin: 0;
}

#unterseite.blog .news-single .article .news-img-wrap {
	width: 96.2%;
}
#unterseite.blog .news-single .teaser-text {
	color: #31363b;
}
#unterseite .news-single .header h1 {
	font-size: 24px;
	font-weight: 500;
	margin-bottom: 14px;
	margin-top: 2px;
}
#unterseite .news-single .footer {
	border: medium none;
	margin-bottom: 2px;
	margin-top: 0!important;
	padding-top: 0;
}
#unterseite .news-single .article .news-img-wrap {
	max-width: 282px!important;
	width: auto;
}
/*Suche*/


.tx-indexedsearch-redMarkup {
	color: red;
}

.tx-indexedsearch-form input {
	height: 32px;
	padding: 6px;
	width: 68%;
	background: #f4f7fa;
	float: left;
	margin-right: 4px;
	border-radius: 5px;
	border-top: 2px solid #d6dce5;
	border-left: 2px solid #d6dce5;
	border-right: 1px solid #f4f7fa;
	border-left: 1px solid #f4f7fa;
}

.fr .tx-indexedsearch-form input {
	width: 63%;
}

.tx-indexedsearch-form label,
.tx-indexedsearch-searchbox legend,
.tx-indexedsearch-rules,
.tx-indexedsearch-searchbox p {
	display: none;
}

.tx-indexedsearch-searchbox {
	margin-bottom: 1.1rem;
}

#unterseite .tx-indexedsearch-searchbox {
	margin-bottom: 3rem;
}


.tx-indexedsearch tr {
	float: left;
}
.tx-indexedsearch input.tx-indexedsearch-searchbox-sword {
	background: none repeat scroll 0 0 #f4f7fa;
	border-left: 1px solid #f4f7fa;
	border-radius: 5px;
	border-right: 1px solid #f4f7fa;
	border-top: 2px solid #d6dce5;
	height: 34px;
	padding: 6px;
	margin-left: 10px;
}
.tx-indexedsearch-searchbox-button {
	background: none repeat scroll 0 0 #647e9e;
	border-color: #647e9e #3f587b #3f587b #647e9e;
	border-radius: 5px;
	border-style: solid;
	border-width: 1px 2px 2px 1px;
	color: #fff;
	font-weight: 600;
	padding: 5px 13px;
	width: auto!important;
}
.tx-indexedsearch-searchbox-button:hover {
	background: #3F587B;
}
.tx-indexedsearch-searchbox table {
	border: none;
}
.tx-indexedsearch-res table tr,
.tx-indexedsearch-res table td,
.tx-indexedsearch-res table th,
.tx-indexedsearch-searchbox table tr,
.tx-indexedsearch-searchbox table td,
.tx-indexedsearch-searchbox table th {
	border: none;
}
.tx-indexedsearch-icon,
.tx-indexedsearch-percent,
.tx-indexedsearch-info {
	display: none;
}
/*Sprache*/
#language {
	float: right;
	position: absolute;
	right: 0;
	top: 40px;
	width: auto;
	z-index: 1;
}
#language li {
	list-style: none;
	display: block;
	float: left;
	margin-left: 10px;
	width: 41px;
	height: 29px;
	color: transparent;
}
#language a {
	color: transparent;
	display: block;
	float: left;
	height: 29px;
	margin-right: 21px;
	width: 41px;
}
#language a:last-child {
	margin-right: 0;
}
#language .de a {
	background: url("../Images/lang_sprite.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
}
#language .en a {
	background: url("../Images/lang_sprite.png") no-repeat scroll -76px 0 rgba(0, 0, 0, 0);
}
#language .fr a {
	background: url("../Images/lang_sprite.png") no-repeat scroll -149px 0 rgba(0, 0, 0, 0);
}
#language .es a {
	background: url("../Images/lang_sprite.png") no-repeat scroll -224px 0 rgba(0, 0, 0, 0);
}

#language .lo {
	display: none;
}

#language .lo a {
	background: url("../Images/regions/flagge-laos.jpg") no-repeat scroll rgba(0, 0, 0, 0);
}
#language .pt a {
	background: url("../Images/regions/portugal-flagg.png") no-repeat scroll rgba(0, 0, 0, 0);
}
#language .ba a {
	background: url("../Images/regions/bosnia-flagg.jpg") no-repeat scroll rgba(0, 0, 0, 0);
}
#language .ar a {
	background: url("../Images/regions/arabic-flag.jpg") no-repeat scroll rgba(0, 0, 0, 0);
}
#language .al a {
	background: url("../Images/regions/albanian-flag.jpg") no-repeat scroll rgba(0, 0, 0, 0);
}
#language .am a {
	background: url("../Images/regions/armenian-flag.jpg") no-repeat scroll rgba(0, 0, 0, 0);
}
#language .ge a {
	background: url("../Images/regions/georgian-flag.jpg") no-repeat scroll rgba(0, 0, 0, 0);
}
#language .sr a {
	background: url("../Images/regions/serbian-flag.jpg") no-repeat scroll rgba(0, 0, 0, 0);
}

/*no language flagg*/
#language .de {
	background: url("../Images/lang_sprite-off.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
}
#language .en {
	background: url("../Images/lang_sprite-off.png") no-repeat scroll -76px 0 rgba(0, 0, 0, 0);
}
#language .fr {
	background: url("../Images/lang_sprite-off.png") no-repeat scroll -149px 0 rgba(0, 0, 0, 0);
}
#language .es {
	background: url("../Images/lang_sprite-off.png") no-repeat scroll -224px 0 rgba(0, 0, 0, 0);
}
#language .pt {
	background: url("../Images/regions/portugal-flagg-off.png") no-repeat scroll rgba(0, 0, 0, 0);
}
#language .ba {
	background: url("../Images/regions/bosnia-flagg-off.jpg") no-repeat scroll rgba(0, 0, 0, 0);
}
#language .ar {
	background: url("../Images/regions/arabic-flag-off.jpg") no-repeat scroll rgba(0, 0, 0, 0);
}

#language .al {
	background: url("../Images/regions/albanian-flag-off.jpg") no-repeat scroll rgba(0, 0, 0, 0);
}
#language .am {
	background: url("../Images/regions/armenian-flag-off.jpg") no-repeat scroll rgba(0, 0, 0, 0);
}
#language .ge {
	background: url("../Images/regions/georgian-flag-off.jpg") no-repeat scroll rgba(0, 0, 0, 0);
}
#language .sr {
	background: url("../Images/regions/serbian-flag-off.jpg") no-repeat scroll rgba(0, 0, 0, 0);
}


/*Partner*/
.partner .container img {
	margin: 31px 42px auto 0;
	max-height: 77px;
	width: auto;
}
.partner .container a {
	margin-right: 38px;
	display: block;
	float: left;
}
.partner .container img:last-child {
	margin-right: 0;
}
/*Footer*/
.fuss {
	background: #0098d9;
	min-height: 153px;
}
.fuss .container {
	background: url("../Images/footer-image.png") no-repeat scroll left bottom #0098d9;
	min-height: 153px;
}
.fuss .footer__top {
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
    padding: 0 15px;
}

.fuss .footer__top .social-media__items {
    display: flex;
    align-items: center;
    margin-right: 50px;
}

[dir='rtl'] .fuss .footer__top .social-media__items {
    margin-right: 0;
    margin-left: 50px;
    flex-direction: row-reverse;
}

.fuss .footer__top .social-media__item:not(:first-child) {
    margin-left: 20px;
}

[dir='rtl'] .fuss .footer__top .social-media__item {
    margin-right: 20px;
    margin-left: 0;
}

.fuss .footer__top .social-media__item svg {
    height: 35px;
}

.fuss .footer__top .social-media__item {
    color: #ffffff;
    height: 35px;
}

.fuss .footer-navigation {
	margin-top: 38px;
}
.fuss .footer-navigation ul {
	float: right;
}
.fuss .footer-navigation ul li {
	list-style: none;
	float: left;
	margin-left: 10px;
}
.fuss .footer-navigation ul li a {
	color: #fff;
}
/*Powermail*/
.tx-powermail {
	margin-bottom: 20px;
}
.tx-powermail h3 {
	display: none;
}
.tx-powermail .powermail_legend {
	font-size: 18px;
	margin-bottom: 0;
	border: none;
}
.tx-powermail .powermail_fieldset {
	margin-top: 20px;
}
.tx-powermail input,
.tx-powermail button,
.tx-powermail select,
.tx-powermail textarea {
	width: 70%;
}

.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
	float: inherit;
	margin-left: 0px;
}

.tx-powermail .powermail_checkbox {
	width: auto;
}

.powermail_fieldwrap.layout1 {
	border-bottom: 2px solid #6883a4;
	margin-bottom: 18px;
	padding-bottom: 13px;
}
.tx-powermail .powermail_form.powermail_form_1 .powermail_fieldset_6 .powermail_legend {
	margin-bottom: 20px;
}
.tx-powermail .powermail_label {
	display: block;
	color: #484e54;
	font-weight: 600;
}

.tx-powermail .container-fluid {
	padding: 0;
}

.tx-powermail .radio,
.tx-powermail .checkbox {
	padding-left: 0;
}

.powermail_submit {
	background: none repeat scroll 0 0 #637d9d;
	border: medium none;
	border-radius: 2px;
	color: #fff;
	font-size: 15px;
	padding: 8px;
}
.powermail_submit:hover {
	background: none repeat scroll 0 0 #3F587B;
}

.tx-powermail input.parsley-error,
.tx-powermail textarea.parsley-error {
	border: 1px solid darkred;
}

.parsley-errors-list {
	padding-left: 0;
}
.parsley-errors-list .parsley-required {
	list-style: none;
	color: darkred;
}
.csc-default .detail {
	color: #888888 !important;
}
.gray-box {
	background: none repeat scroll 0 0 #f4f7fa;
	padding: 17px;
}
.gray-box h2:first-child {
	margin-top: 0;
}
.tx-powermail select option:disabled {
	color: #ccc;
}

/*Scrolling box */

.scrolling-box {
	background: #f4f7fa none repeat scroll 0 0;
	max-height: 1048px;
	overflow-y: scroll;
	padding: 17px;
}

.scrolling-box .frame-ruler-after {
	border-bottom: 1px solid #000;
	margin-bottom: 16px;
	margin-top: 0;
	padding-bottom: 16px!important;
}

/*Umfrage Formular*/

.powermail_fieldset {
	margin-bottom: 40px;
}
.powermail_fieldset  .powermail_legend {
	background: #ecf0f9 none repeat scroll 0 0;
	margin-bottom: 20px;
	padding: 11px;
}
.powermail_fieldwrap .powermail_label {
	font-size: 15px;
}
.powermail_fieldset_15 legend {
	background: none!important;
}
.powermail_fieldwrap {
	margin-bottom: 20px;
}
.powermail_radio_inner {
}
.powermail_radio_inner input, .powermail_fieldwrap_check input {
	position: relative;
	top: 2px;
	width: auto;
	margin-right: 4px;
}
.powermail_fieldwrap_179 label,
.powermail_fieldwrap_180 label,
.powermail_fieldwrap_181 legend,
.powermail_fieldwrap_182 label,
.powermail_fieldwrap_183 label,
.powermail_fieldwrap_184 legend {
	display: none !important;
}
#powermail_field_age {
	width: 40%;
}
#powermail_field_age {
	width: 30%;
}
#powermail_fieldwrap_185 {
}
#powermail_fieldwrap_185 input {
}
#powermail_fieldwrap_185 label {
	color: #31363b;
	font-weight: 500;
	margin-top: -19px;
}

/*Social share Shariff*/
#startseite .shariff {
	display: none;
}
.shariff {
	margin-bottom: 16px;
	margin-top: 14px;
}
.shariff .orientation-horizontal li {
	margin-right: 33px !important;
	max-width: 40px !important;
	min-width: 36px;
}
.shariff-button.twitter {
	left: 104px;
}
.shariff-button.facebook {
	left: 0;
}
.shariff-button.info {
	display: none;
}
.shariff .orientation-horizontal li .share_text {
	color: transparent;
	font-size: 1px;
}
.shariff li .fa {
	width: 40px;
}

.shariff .mail .fa-envelope {
	line-height: 29px;
}

#unterseite .shariff .shariff-button.info,
#aed .shariff .shariff-button.info,
#bocaed .shariff .shariff-button.info {
	display: none;
}

.theme-color.orientation-horizontal.col-4 {
	height: 32px;
	margin: 0 !important;
	position: relative;
	top: 0 !important;
	position: relative!important;
}
.read-more-level {
	background: #f4f7fa none repeat scroll 0 0;
	padding: 17px;
	margin-top: 36px;
}
.read-more-level  h2 {
	margin-top: 0;
}
.read-more-level  ul {
	padding-left: 12px;
}
.read-more-level li {
	display: none;
}
.read-more-level li:nth-child(1),
.read-more-level li:nth-child(2),
.read-more-level li:nth-child(3),
.read-more-level li:nth-child(4) {
	display: list-item;
}

/*################ MICROSITES ##################*/

/*AED*/
#aed #language .de {
	display: none;
}

#aed.page2012 .static,
#aed.page1187 .static,
#aed.page1189 .static  {
	display: none;
}

#aed.page267 .breadcrumb,
#aed.page267 .static .sidebar-menu,
#aed.page267 .shariff {
	display: none;
}

#aed .backto {
	background: #f4f7fa none repeat scroll 0 0;
	margin-top: 9px;
	padding: 6px 6px 6px 15px;
	width: 39%;
}

#aed .backto a {
	color: #12325b;
	display: block;
	font-weight: 600;
}

#aed .service .social-icons .socials {
	float: right;
	margin-right: 0;
	height: 43px;
}
#aed .service .social-icons {
	float: right;
	margin-right: 16px;
	margin-top: 26px;
	margin-bottom: 10px;
}
#aed .gray-box .frame-ruler-after {
	border-bottom: 1px solid #000;
	margin-bottom: 16px;
	margin-top: 0;
	padding-bottom: 16px;
}
#aed #language {
	width: auto;
}
#aed.page268 .content .element2cols .topic-col .csc-default {
	min-height: 240px;
}
#aed .static {
	margin-bottom: 20px;
}

#aed.page1187 .sidebar-menu,
#aed.page1187 #c6959,
#aed.page1187 #c6961,
#aed.page1187 #c6960,
#aed.page1189 .sidebar-menu,
#aed.page1189 #c6959,
#aed.page1189 #c6961,
#aed.page1189 #c6960 {
	display: none;
}
#aed .csc-sitemap ul li ul li ul {
	display: none;
}




@media (max-width: 798px) {
	#aed .backto {
		width: 60%;
	}
}

@media (max-width: 530px) {
	#aed .backto {
		width: 100%;
	}
}

/*back to contentlist link*/
.back-to-overview {
	margin-bottom: 0;
	position: absolute;
	top: -42px;
}

/*AED Article Search box*/
#c6958, #c6959, #c6961, #c6960 {
	background: none repeat scroll 0 0 #f4f7fa;
	padding: 17px;
}
#c6958 h2, #c6961 h2, #c6960 h2 {
	margin-top: 0;
}

/*AED Select Menu*/
#aed.editions .main-point {
	background: url("../Images/select-menu-arrow.jpg") no-repeat scroll right center #f4f7fa;
	color: transparent;
	cursor: pointer;
	font-size: 0;
	height: 44px;
	margin-bottom: 37px;
	margin-top: 79px;
}
#aed.editions .main-point.show {
	margin-bottom: 0px;
}
#aed.editions .main-point span {
	display: none;
}
#aed.editions .main-point::after {
	color: #12325b;
	content: "Choose an edition";
	font-size: 14px;
	font-weight: 600;
	padding-left: 10px;
	padding-top: 11px;
	position: absolute;
	text-transform: none;
}
#aed.editions.fr .main-point::after {
	content: "Choisir une édition";
}
#aed.editions.es .main-point::after {
	content: "Elegir una edición";
}
#aed.editions .sidebar-menu li:last-child ul {
	border: none;
}
#aed.editions .static .level3 {
	display: block;
	padding-bottom: 10px;
	padding-left: 18px;
	padding-top: 4px;
	border-bottom: 1px solid #d4dce4;
}
#aed.editions .static .sidebar-menu ul li .level3 li a {
	font-size: 14px !important;
	font-weight: 500 !important;
}
#aed.editions .static .sidebar-menu {
	height: 432px;
	overflow-x: hidden;
	overflow-y: scroll;
}
#aed.editions .static .sidebar-menu ul li a {
	font-size: 14px;
	font-weight: 500;
}
#aed.editions .static .sidebar-menu {
	background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
	border: 1px solid #d4dce4;
	margin-bottom: 0;
	padding: 12px 17px;
	display: none;
}
#aed.editions .static .sidebar-menu.show {
	display: block;
	margin-bottom: 37px;
}
#aed.editions .static .sidebar-menu .has-sub {
	background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
}
#aed.editions .static .sidebar-menu .has-sub {
	font-size: 18px;
	font-weight: 600;
	color: #002a5c;
}

/*BoCAED*/
#bocaed.page1167 .breadcrumb, #bocaed.page1167 .static {
	display: none;
}
#bocaed.page1167 .rechts div + div.csc-frame {
	margin-top: 0;
}
#bocaed .service .social-icons .socials {
	float: left;
	margin-right: 20px;
}
#bocaed .service .col-md-4 {
	padding-left: 0;
}

#bocaed #oben .logo {
	padding: 6px 0 67px;
}

#bocaed.page1178 .main-point,
#bocaed.page1178 .sidebar-menu,
#bocaed.page1182 .main-point,
#bocaed.page1182 .sidebar-menu,
#bocaed.page1184 .main-point,
#bocaed.page1184 .sidebar-menu,
#bocaed.page1183 .main-point,
#bocaed.page1183 .sidebar-menu {
	display: none;
}

#bocaed.page1169 .contenttable tr,
#bocaed.page1169 .contenttable td,
#bocaed.page1169 .contenttable th {
	border: 0;
}

#bocaed.page1169 .contenttable td {
	min-width: 121px;
}

#bocaed .backto {
	background: #f4f7fa none repeat scroll 0 0;
	margin-top: 9px;
	padding: 6px 6px 6px 15px;
	width: 39%;
}

#bocaed .backto a {
	color: #12325b;
	display: block;
	font-weight: 600;
}

/* ########## Bildergalerie YAG ##########*/

.tx-yag-breadcrumbcomtainer {
	display: none;
}
.yag-gallery ul {
	padding: 0;
}
.tx-yag-pager {
	display: none;
}
.tx-yag-lightbox-leftcolumn h4, .tx-yag-lightbox-rightcolumn {
	display: none;
}
.mfp-bottom-bar {
	opacity: 1;
	bottom: -89px;
}
.tx-yag-item-meta,
.tx-yag-single-download,
.tx_yag-single-title,
.tx-yag-thumb-caption {
	display: none;
}
.tx-yag-image {
	overflow: hidden;
}
.yag-list-wrap {
	margin-top: 20px;
}
.tx_yag-single-description {
	background: #F4F7FA;
}
.tx-yag-thumb-innerframe img, .tx-yag-image img {
	padding: 0;
}
.yag-item-thumb-outerframe {
	margin: 0 3px 13px 0;
}
.yag-item-thumb-innerframe img {
	width: 95%;
}
.tx-yag-item-thumb-outerframe {
	height: 112px;
}
.tx_yag-single-description {
	background: #f4f7fa none repeat scroll 0 0;
	clear: both;
	display: block;
	float: none;
	margin: 10px 0;
	padding: 8px;
	width: 92.3%;
}
#aed .fancybox-title-float-wrap .child {
	background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
	border-radius: 0;
	color: #000;
	font-weight: normal;
	line-height: 20px;
	margin-right: 0;
	padding: 0 0 2px;
	text-align: left;
	text-shadow: none;
	white-space: inherit;
	display: block;
}
.fancybox-wrap {
}
.fancybox-opened .fancybox-skin {
	position: relative;
}
#aed .fancybox-title-float-wrap {
	background: #fff;
	bottom: 0;
	margin-bottom: 0;
	padding-bottom: 10px;
	padding-top: 10px;
	position: relative;
	right: 0;
	text-align: center;
	width: 100%;
	z-index: 8050;
}

/*Lightbox*/
#lbCaption {
	display: block;
	font-size: 13px;
	font-weight: normal;
	margin-bottom: 16px;
	margin-top: 12px;
}
.frame-custom-1 .ce-gallery .image {
	display: block;
	height: 162px;
	overflow: hidden !important;
	width: 244px;
}

.frame-custom-1 .ce-gallery[data-ce-columns="4"] .image {
	height: inherit;
	width: inherit;
}

.frame-custom-1 .ce-gallery[data-ce-columns="3"] .image {
	height: inherit;
	width: inherit;
}

.frame-custom-1 .ce-gallery .image .image-caption {
	display: none;
}
.content .csc-default img {
	float: right;
}

/*##################### Sonstige Seiten ##################### */

#c13761.csc-frame.frame-ruler-after {
	padding-bottom: 63px;
}

.page16 table, .page17 table {
	min-width: 30%;
	width: 74%!important;
}
.page1226 .sidebar-menu {
	display: none;
}

.kategorieliste {
	margin-top: 30px;
}

.kategorieliste ul {
	padding: 0;
}
.kategorieliste li {
	background: url("../Images/aed-sitemap.jpg") repeat-x scroll 0 0 rgba(0, 0, 0, 0);
	line-height: 13px;
	margin-bottom: 10px;
	margin-top: 4px;
	padding: 6px 0 3px 8px;
	list-style: none;
	font-family: Georgia;
	font-size: 15px;
	color: #01366b;
}
.kategorieliste ul li a {
	background: url("../Images/aed-sitemap.jpg") repeat-x scroll 0 0 rgba(0, 0, 0, 0);
	color: #31363b;
	display: inline-block;
	margin-left: -8px;
	padding-bottom: 5px;
	padding-left: 8px;
	padding-top: 1px;
}
.kategorieliste li ul {
	margin-bottom: 15px;
	margin-top: 15px;
	padding-left: 45px;
}

.kategorieliste li ul li {
	background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
	color: #31363b;
	font-family: arial;
	height: auto;
	line-height: 130%;
	list-style: outside none disc;
	margin: 0 0 15px;
	padding: 0;
	font-size: 14px;
}

.kategorieliste li ul li a {
	color: #01366b;
	background: none;
	display: inline;
	margin: 0;
	padding: 0;
}

.page1445 .main-point, .page1445 .sidebar-menu, .page1445 .csc-frame {
	display: none;
}
/*Footer Seiten Menü ausblenden*/
.page4 .sidebar-menu, .page4 .main-point, .page6 .sidebar-menu, .page6 .main-point, .page9 .sidebar-menu, .page9 .main-point, .page7 .sidebar-menu, .page7 .main-point, .page5 .sidebar-menu, .page5 .main-point {
	display: none;
}
/*AED Article Search box ausblenden*/
.page1215 #c6959, .page1215 #c6961, .page1215 #c6960, .page1121 #c6959, .page1121 #c6961, .page1121 #c6960 {
	display: none;
}
/*FELogin*/
.tx-felogin-pi1 h3, .tx-felogin-pi1 h3 + div {
	display: none;
}
.tx-felogin-pi1 {
	margin-bottom: 20px;
}
.tx-felogin-pi1 form input[type=submit] {
	margin-top: 10px;
	background: none repeat scroll 0 0 #647e9e;
	border: none;
	border-radius: 5px;
	color: #fff;
	font-weight: 600;
	padding: 6px 13px;
	border-bottom: 2px solid #3f587b;
	border-right: 2px solid #3f587b;
	height: 34px;
}
.tx-felogin-pi1 form input[type=submit]:hover {
	background: none repeat scroll 0 0 #3f587b;
}
input:-webkit-autofill, textarea:-webkit-autofill, select:-webkit-autofill {
	background-color: #f4f7fa!important;
}
.tx-felogin-pi1 form input {
	border-top: 2px solid #d6dce5;
	border-left: 2px solid #d6dce5;
	border-right: 1px solid #f4f7fa;
	border-left: 1px solid #f4f7fa;
	background: #f4f7fa;
	padding-left: 9px;
	display: block;
}

/* ########### IMAGE MAP ############*/

.wrap-map {
	position: relative;
	margin-bottom: 20px;
}
#image-map .layer {
	position: absolute;
	z-index: 3;
	display: none;
}
/*Weltkarte*/
#layer1 {
	top: 169px;
	left: 16px;
}
#layer2 {
	left: 92px;
	top: 258px;
}
#layer3 {
	left: 340px;
	top: 294px;
}
#layer4 {
	left: 374px;
	top: 223px;
}
#layer5 {
	left: 261px;
	top: 192px;
}
#layer6 {
	left: 266px;
	top: 161px;
}
#layer7 {
	left: 337px;
	top: 129px;
}
#layer8 {
	left: 382px;
	top: 164px;
}
#layer9 {
	left: 361px;
	top: 139px;
}
#layer10 {
	left: 350px;
	top: 104px;
}
#layer11 {
	left: 427px;
	top: 134px;
}
#layer12 {
	left: 427px;
	top: 134px;
}
#layer13 {
	left: 495px;
	top: 177px;
}
#layer14 {
	left: 495px;
	top: 177px;
}
#layer15 {
	left: 262px;
	top: 162px;
}
#layer16 {
	left: 268px;
	top: 157px;
}
/*Nord- und Westafrika*/
#marokko {
	left: 167px;
	top: 170px;
}
#tunesien {
	left: 419px;
	top: 170px;
}
#mali {
	left: 178px;
	top: 162px;
}
#guinea {
	left: 143px;
	top: 338px;
}
/*Mittelamerika*/
#mexico {
	left: 68px;
	top: 92px;
}
#guatemala {
	left: 294px;
	top: 283px;
}
#kuba {
	left: 388px;
	top: 214px;
}
/*Ostafrika*/
#aethiopien {
	left: 265px;
	top: 34px;
}
#uganda {
    left: 222px;
    top: 189px;
}

#tansania {
    left: 223px;
    top: 259px;
}
/*Südliches Afrika*/
#mosambik {
	left: 324px;
	top: 75px;
}
#malawi {
	left: 357px;
	top: 62px;
}
#simbabwe {
	left: 262px;
	top: 147px;
}
#suedafrika {
	left: 148px;
	top: 240px;
}
/*Naher Osten*/
#jordanien {
	left: 282px;
	top: 167px;
}
#palaestinensische-gebiete {
	left: 260px;
	top: 187px;
}
/*Süd-ost Asien*/
#nepal {
	left: 90px;
	top: 82px;
}
#laos {
	left: 357px;
	top: 196px;
}
#kambodscha {
	left: 399px;
	top: 310px;
}
/*Zentralasien*/
#usbekistan {
	left: 153px;
	top: 139px;
}
#tadschikistan {
	left: 307px;
	top: 201px;
}
#kirgistan {
	left: 326px;
	top: 172px;
}
#afghanistan {
	left: 239px;
	top: 240px;
}
/*Südamerika*/
#kolumbien {
	left: 141px;
	top: 15px;
}
#ecuador {
	left: 122px;
	top: 145px;
}
#peru {
	left: 118px;
	top: 161px;
}
#bolivien {
	left: 246px;
	top: 273px;
}
/*Südost Europa*/
#bosnien-herzegowina {
	left: 218px;
	top: 161px;
}
#serbien {
	left: 286px;
	top: 136px;
}
#kosovo {
	left: 318px;
	top: 216px;
}
#mazedonien {
	left: 328px;
	top: 243px;
}
/*Östliche Nachbarn*/
#belarus {
	left: 247px;
	top: 108px;
}
#ukraine {
	left: 240px;
	top: 160px;
}
#moldawien {
	left: 285px;
	top: 213px;
}
/*Kaukasus und Türkei*/
#tuerkei {
	left: 219px;
	top: 177px;
}
#georgien {
	left: 372px;
	top: 157px;
}
#armenien {
	left: 420px;
	top: 190px;
}
.page1122 .powermail_legend {
	background: none;
}
/*Artikel Index*/
.tx-fedvv-pi1 {
	margin-top: -12px;
}
.tx-fedvv-pi1 table {
	background: none repeat scroll 0 0 #f4f7fa;
}
.tx-fedvv-pi1 table tr:nth-child(7) {
	visibility: collapse;
}
.tx-fedvv-pi1 #grdArtikel tr:nth-child(6) {
	visibility: visible;
}
.tx-fedvv-pi1 table tr, .tx-fedvv-pi1 table td {
	border: none;
}
.tx-fedvv-pi1 td, th {
	padding: 9px;
}
.tx-fedvv-pi1 #btnAnzeigen {
	background: none repeat scroll 0 0 #637d9d;
	border-color: #647e9e #3f587b #3f587b #647e9e;
	border-radius: 5px;
	border-style: solid;
	border-width: 1px 2px 2px 1px;
	color: #fff;
	font-size: 15px;
	padding: 8px;
	margin-bottom: 12px;
	font-weight: 600;
}
.tx-fedvv-pi1 #btnAnzeigen:hover {
	background: #3F587B;
}
.tx-fedvv-pi1 tbody {
	display: block;
	margin-top: 13px;
}
#grdArtikel tbody {
	display: inline;
	margin-top: 0;
}
#grdArtikel {
	background: none;
	margin-top: 24px;
	border: none;
}
#cboAutor, #cboSachgebiet {
	width: 70%;
}
.page1121 .tx-indexedsearch {
}
.page1121 .tx-indexedsearch-searchbox {
	background: #f4f7fa;
	padding: 17px 4px 4px;
}
.page1121 .tx-indexedsearch input.tx-indexedsearch-searchbox-sword {
	background: none repeat scroll 0 0 #fff;
	border: 1px solid #aaa;
	border-radius: 0;
	height: 27px;
	margin-left: 10px;
	padding: 6px;
	margin-top: 3px;
}
#cboLand {
	width: 50%;
}
#grdArtikel tr, #grdArtikel td {
	border: 1px solid #aaa;
}

/*##################### MEDIA QUERIES #####################*/

/*Desktop*/
@media (min-width: 1008px) {
	.sidebar-menu .level3 .has-sub.active {
		background: none;
	}
	.flexnav li:hover ul {
		display: block!important;
	}
	.flexnav li ul {
		display: none!important;
	}
	.sidebar-menu .level3 .has-sub {
		background: none;
	}
	.social .col-md-8 {
		padding: 0;
	}
	/*    #page135+ ul {
        display: none!important;
    }
    */
}
@media (min-width: 1007px) {
	#aed .flexnav .caret {
		display: none;
	}
	#aed .flexnav li.item-with-ul .menu {
		display: none!important;
	}
}
@media (max-width: 1024px) {
	.tx-jfmulticontent-pi1 .anythingSlider-default .arrow {
		display: block!important;
	}
}
/* Tablet + Smartphone */
@media (max-width: 1007px) {
	.anythingSlider-default {
		display: none;
	}

	.anythingSlider.anythingSlider-default {
		height: 410px !important;
	}

	.anythingSlider-default .anythingControls {
		display: none!important;
	}

	.anythingSlider .csc-textpic-imagewrap {
		height: auto;
	}

	#socialshareprivacy .social_share_privacy_area li {
		float: none!important;
		margin-bottom: 20px!important;
	}
	#socialshareprivacy {
		height: 172px;
	}
	.service {
		margin-top: 0px;
	}
	.page16 table {
		width: 100%!important;
	}
	.content img {
		display: block;
		height: auto;
		max-width: 100%;
	}
	.country .main-point, .sidebar-menu {
		display: block;
	}
	#startseite #c6213,
	#startseite #c6989 {
		height: auto;
	}
	#startseite .rechts .static + div {
		height: auto;
	}
	#startseite .static #c7223,
	#startseite .static #c7475,
	#startseite .static #c7476,
	#startseite .static #c7477 {
		height: auto!important;
	}
	#startseite .static #c6192,
	#startseite .static #c6193,
	#startseite .static #c6194,
	#startseite .static #c6195 {
		height: auto!important;
	}
	.country #image-map img {
		display: block;
		height: auto;
		width: 100%;
	}
	map {
		display: none;
	}
	#image-map .layer {
		display: none!important;
	}

	.csc-frame {
		height: auto!important;
	}
}
/*only Tablet*/
@media (min-width: 717px) and (max-width: 1007px) {
	#language {
		width: 20%;
	}
	.sidebar-menu .level3 {
		margin-left: 0;
		width: 100%;
	}
	#language li {
		margin-bottom: 8px;
	}
	#startseite #c6970 {
		height: auto;
	}
	.flexnav.opacity {
		opacity: 1;
	}
	.flexnav li {
		float: left;
	}
	.menu-button {
		display: none;
	}
	#searchbutton {
		font-size: 12px;
		padding: 5px 9px;
	}

	/*Youtube Video Extension */


	#startseite .youtubeVideo iframe {
		height: 100% !important;
	}

	#startseite .youtubeVideo .videoWrapper {
		padding-bottom: inherit;
	}

	#startseite .youtubeVideo {
		margin-bottom: 53px;
	}
}
@media (max-width: 794px) {
	.language {
		width: 20%;
	}

	/*Youtube Video Extension */


	#startseite .youtubeVideo iframe {
		height: 100% !important;
	}

	#startseite .youtubeVideo .videoWrapper {
		padding-bottom: inherit;
	}

	#startseite .youtubeVideo {
		margin-bottom: 53px;
	}
}
/*Navi Breakpoint*/
@media (max-width: 717px) {
	#page268 + .menu .submenu .touch-button {
		display: none;
	}

	#page268 + .menu .submenu > a:after {
		border: 0;
	}

}
@media (max-width: 677px) {
	#oben .bild {
		position: relative;
		float: right;
	}
	.sidebar-menu {
		display: none;
	}
}
/*Smartphone*/
@media (max-width: 717px) {

	#mailform {
		display: inline-block;
	}

	.search {
		display: none;
	}

	.page16 table img,
	.page17 table img {
		width: 100%;
	}
	#aed.editions .main-point {
		display: inherit!important;
	}
	#aed.editions .static .sidebar-menu {
		background: none repeat scroll 0 0 #fff;
	}
	#aed.editions .col-sm-8.content {
		margin-bottom: 30px;
		overflow: hidden;
	}
	#aed.editions .col-sm-4.rechts {
		width: 100%;
	}
	.fuss .container {
		background: url("../Images/footer-image.png") no-repeat scroll left bottom / auto 183px #0098d9;
        background-image: none;
	}
    .fuss .footer__top {
        padding-top: 20px;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
    }
    .fuss .footer__top .social-media__items {
        margin: 0;
    }
	.tx-powermail input,
	.tx-powermail button,
	.tx-powermail select,
	.tx-powermail textarea {
		width: 100%;
	}
	.toprint {
		margin-bottom: 26px;
		float: right;
	}
	.fuss .footer-navigation ul {
		float: right;
		padding: 0;
	}
	.page16 td, .page17 td {
		border: none;
		width: 60%;
	}
	.news .page-navigation ul {
		width: 100%;
		clear: both;
		padding: 0;
	}
	.news .page-navigation ul li {
		margin-top: 7px;
	}
	#unterseite .news .page-navigation .f3-widget-paginator li.current {
		margin-top: 7px;
		margin-left: 0;
	}
	#aed .service .social-icons {
		margin-bottom: 12px;
	}
	#aed #language {
		width: 60%;
	}
	#language {
		clear: both;
		float: none;
		left: -38px;
		position: relative;
		right: inherit;
		top: 0;
		width: 100%;
		margin-bottom: 60px;
	}
	.jumbotron .container {
		position: relative;
	}
	.country .static .level3 {
		width: 100%;
	}
	.country .main-point {
		margin-top: 43px;
	}
	.country .static .sidebar-menu {
		background: none repeat scroll 0 0 #fff;
	}
	.main-point,
	.sidebar-menu {
		display: none;
	}
	.topic-col {
		clear: both;
		padding: 0!important;
	}
	.col-sm-8.content {
		overflow: hidden;
		margin-bottom: 30px;
	}
	.col-sm-4.rechts,
	.col-sm-8, content {
		clear: both;
	}
	#startseite #c6970 {
		height: auto;
	}
	.col-md-4.rechts {
		overflow: hidden;
	}
	.flexnav-show .menu {
		display: none;
	}
	.flexnav-show .menu {
		display: none!important;
	}
	.flexnav-show  .menu.flexnav-show {
		display: block!important;
	}
	.col-md-8.content {
		overflow: hidden;
	}
	.language {
		float: none;
		margin: 21px auto 37px;
		padding-left: 16px;
		position: inherit;
		top: 0;
		width: 100%;
	}
	.navbar-nav .level1, .navbar-brand {
		padding-left: 28px;
	}
	#oben .bild {
		width: 56%;
	}
	.news-list-view .article {
		width: 100%;
		margin-bottom: 36px !important;
		padding-right: 0;
	}
	.topic-col {
		margin-bottom: 38px;
		width: 100%;
	}
	.topic-col:last-child {
		margin-bottom: 0;
	}
	.partner .container {
		padding-bottom: 25px;
	}
	.jumbotron {
		padding: 55px 15px 0;
	}
	.navbar-collapse.in {
		overflow-y: visible;
	}
	.flexnav .level1, .navbar-brand {
		background: none repeat scroll 0 0 #E5E9EE;
		padding: 13px 18px 13px 10px;
	}
	.menu-button {
		background: none repeat scroll 0 0 #fff;
		font-size: 18px;
		line-height: 25px;
		margin: 3px 0 1px;
		padding: 13px 18px 13px 10px;
		text-transform: uppercase;
		border: none;
		float: right;
	}
	.item-with-ul .touch-button .navicon {
		display: none;
	}
	.item-with-ul .touch-button {
		background: transparent;
		border-left: 1px solid lightgray;
	}
	.level1 .caret {
		float: right;
	}
	.flexnav {
		padding-left: 0;
	}
	.flexnav .menu,
	.flexnav .submenu {
		list-style: none;
	}
	.flexnav .menu {
		padding-left: 0;
	}
	.flexnav .menu li a {
		padding-left: 10px;
	}
	.flexnav .menu li {
	}
	.flexnav .submenu {
	}
	.flexnav .menu + .touch-button {
		height: 51px;
	}
	.flexnav .submenu .touch-button {
		height: 47px;
	}
	.menu-button .touch-button .navicon {
		display: none;
	}
	.icon-bar {
		background-color: #888;
		display: block;
		height: 4px;
		margin-bottom: 4px;
		width: 26px;
		border-radius: 2px;
	}
	.flexnav .menu li a {
		background: #F2F6F9;
	}
	.flexnav .menu .menu a {
		background: #fff;
	}
	.flexnav .level1, .navbar-brand {
		border-bottom: 1px solid white !important;
		margin: 0 0 1px;
	}
	.flexnav .level1 {
		border-bottom: 1px solid white !important;
		margin: 0 0 1px;
	}
	.flexnav .item-with-ul:last-child .level1 {
		border: none;
	}
	.navbar.navbar-default .container {
		padding: 0;
	}
	.flexnav .caret {
		border-left: 4px solid transparent;
		border-right: 4px solid transparent;
		border-top: 4px solid;
		display: inline-block;
		height: 0;
		margin: 0 auto;
		position: absolute;
		right: 20px;
		text-align: center;
		top: 50%;
		vertical-align: middle;
		width: 0;
	}

}
@media (max-width: 498px) {
	div.csc-textpic-intext-left .csc-textpic-imagewrap,
	div.csc-textpic-intext-right .csc-textpic-imagewrap,
	div.csc-textpic-intext-left-nowrap .csc-textpic-imagewrap {
		float: none;
	}

	div.csc-textpic-intext-left-nowrap .csc-textpic-text {
		margin-left: 0;
		margin-right: 0;
	}

	.contact-image img {
		max-width: 100%;
		float: none!important;
		height: auto !important;
	}

	.contact-text,
	.contact-image {
		float: none;
		width: 100%;
	}

	.contact-box {
		width: auto;
	}

	#unterseite .news .news-list-view .article .news-img-wrap {
		clear: both;
		float: none;
		height: auto;
	}

}
@media (max-width: 480px) {
	.tx-fedvv-pi1 > form {
		overflow-x: scroll;
	}
	.page16 td, .page17 td {
		display: block;
	}

	.anythingSlider.anythingSlider-default {
		height: 328px !important;
	}
}
@media (max-width: 380px) {
	.anythingSlider.anythingSlider-default {
		height: 294px !important;
	}
}
/*##### LÄNDERSEITEN ANGABEN #####*/

/*Central Asia*/
.central-asia .flexnav .level1,
.central-asia .navbar-brand {
	padding: 13px 16px;
}
.central-asia #oben .bild {
	width: 50%;
	margin-right: 12px;
}
#startseite.central-asia #c8680,
#startseite.central-asia #c9757 {
	margin-top: 0px;
	height: 338px;
	padding-top: 20px;
}
#unterseite.central-asia #c8680,
#unterseite.central-asia #c9757 {
	display: none;
}

.central-asia #language {
	width: 22%;
}
.central-asia #language li {
	margin-left: 2px;
}
#startseite.central-asia .rechts .static + div {
	height: 337px;
}
#startseite.central-asia .rechts .static + #c8977 {
	height: 368px;
}
.page1293.central-asia .sidebar-menu, .page1293.central-asia .search {
	display: none;
}
.central-asia #language a {
	background: rgba(0, 0, 0, 0) none repeat scroll 0 0!important;
	color: #00285a;
	font-size: 15px;
	font-weight: 600;
	text-decoration: underline;
}
.central-asia #language .en {
	background: none;
}

@media (max-width: 1007px) {
	#startseite.central-asia #c8680,
	#startseite.central-asia .news .article {
		height: auto!important;
	}
}
@media (max-width: 676px) {
	.central-asia #oben .bild {
		width: 73%;
	}
	#startseite.central-asia .rechts .static + div {
		height: auto;
	}
}

/*News*/
#startseite.central-asia .news-list-view .article {
	float: initial;
	width: 100%;
}

#startseite.central-asia .news-list-view .teaser-text {
	display: none;
}

#startseite.central-asia .news-list-view .header h3 a {
	font-size: 17px;
	font-weight: 500;
	line-height: 130%;
}

#startseite.central-asia .news-list-date {
	display: block;
}
/*#### South and southeast Asia ####*/
.south-and-southeast-asia #oben .bild {
	width: 50%;
	margin-right: 12px;
}
.south-and-southeast-asia .powermail_fieldset .powermail_legend {
	background: none;
}
#startseite.south-and-southeast-asia #c8707 {
	margin-top: 0px;
	height: 338px;
	padding-top: 20px;
}
#unterseite.south-and-southeast-asia #c8707,
.page1318.south-and-southeast-asia .sidebar-menu {
	display: none;
}
.south-and-southeast-asia #language {
	margin-right: 12px;
	width: auto;
}
#startseite.south-and-southeast-asia .news {
	overflow: hidden;
	padding-bottom: 5px;
	min-height: 222px;
}
#startseite.south-and-southeast-asia .element2cols h2 {
	margin-top: 0;
}
#startseite.south-and-southeast-asia .search + div {
	height: 313px;
}
@media (max-width: 1007px) {
	#startseite.south-and-southeast-asia .search + div {
		height: auto;
	}
	#startseite.south-and-southeast-asia .news {
		height: 222px;
	}
}
@media (max-width: 676px) {
	.south-and-southeast-asia #oben .bild {
		width: 73%;
	}
	#startseite.south-and-southeast-asia .news {
		height: auto;
	}
}
.powermail_legend {
	display: none;
}

/*####### Southern Africa ########*/
.southern-africa #language {
	width: 15%;
}
#startseite.southern-africa .news-img-wrap a {
	border: medium none;
}
#startseite.southern-africa .news-img-wrap {
	display: inherit;
	height: auto;
	margin: 2px 2px 3px 0;
	overflow: hidden;
	float: none;
}
#startseite.southern-africa .news .article {
	margin-bottom: 34px;
	padding-bottom: 0;
}
#startseite.southern-africa .news .article:nth-child(3) {
	padding-bottom: 0;
	margin-bottom: 0;
}

/*###### Eastern Neighbors #######*/
#startseite.eastern-neighbors .news .article .news-img-wrap img {
	float: left;
	height: auto;
	width: 138px;
}
.eastern-neighbors #suchfeld {
	width: 62%;
}
.eastern-neighbors .partner .container a {
	margin-right: 27px;
}
.eastern-neighbors .partner .container a:nth-child(6) {
	margin-top: 12px;
}
#unterseite.eastern-neighbors .news .news-list-view .article .news-img-wrap {
	height: auto;
}
#startseite.eastern-neighbors .news-img-wrap {
	display: inherit;
	height: auto;
	margin: 2px 2px 3px 0;
	overflow: hidden;
}
#startseite.eastern-neighbors .sidebar-menu {
	display: block;
}
#startseite.page1497.eastern-neighbors .sidebar-menu {
	display: none;
}
#startseite.eastern-neighbors .news-img-wrap a {
	border: medium none;
}
#startseite.eastern-neighbors .article:first-child,
#startseite.eastern-neighbors .article:nth-child(2) {
	border-bottom: 1px solid #ddd;
}
#startseite.eastern-neighbors  .news .article {
	height: 270px;
	margin-bottom: 44px;
}
#startseite.eastern-neighbors .rechts .static + div {
	height: 317px;
}
#startseite.eastern-neighbors #c10484,
#unterseite.eastern-neighbors #c10484 {
	display: none;
}
.page1497.eastern-neighbors #c10484 {
	display: block!important;
	height: 312px;
}
#startseite.page1466 .sidebar-menu,
#startseite.page1472 .sidebar-menu,
#startseite.page1478 .sidebar-menu {
	display: block;
}
#startseite.page1466 .search,
#startseite.page1472 .search,
#startseite.page1478 .search {
	height: 66px;
}
#startseite.page1466.eastern-neighbors .rechts .static + div,
#startseite.page1472.eastern-neighbors .rechts .static + div,
#startseite.page1478.eastern-neighbors .rechts .static + div {
	height: 389px;
}
.eastern-neighbors #language li {
	margin-left: 17px;
}
.eastern-neighbors  #language .en {
	background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
}
.eastern-neighbors #language a {
	background: rgba(0, 0, 0, 0) none repeat scroll 0 0 !important;
	color: #00285a;
	font-size: 15px;
	font-weight: 600;
	text-decoration: underline;
}
.eastern-neighbors #language a,
.eastern-neighbors #language li {
	width: auto;
}
.eastern-neighbors #language li {
	color: #444444;
}
.page1498.eastern-neighbors .sidebar-menu {
	display: none;
}
#startseite.page1503.eastern-neighbors .news .article {
	height: auto;

}
@media (max-width: 984px) {
	#startseite.eastern-neighbors .news .article {
		height: auto;
	}
}
#startseite.page1497.eastern-neighbors .news-list-view .article {
	float: initial;
	width: 100%;
	border-bottom: 0;
}
#startseite.page1497.eastern-neighbors .news-list-view .header h3 a {
	font-size: 17px;
	font-weight: 500;
	line-height: 130%;
}
#startseite.page1497.eastern-neighbors  .news-list-view .news-img-wrap,
#startseite.page1497.eastern-neighbors  .news-list-view .footer {
	display: none;
}

#startseite.page1497.eastern-neighbors .news-list-view .teaser-text {
	display: none;
}

#startseite.page1497.eastern-neighbors .news .article {
	height: auto;
}

#startseite.page1497.eastern-neighbors .news-list-date {
	display: block;
}

#startseite.page1497.eastern-neighbors .news .article {
	height: auto;
	margin-bottom: 0;
}

/*#### Latin America ####*/
.latin-america #language {
	width: auto;
}
#startseite.latin-america .news {
	overflow: hidden;
	padding-bottom: 19px;
}
#startseite.latin-america #c11412,
#startseite.latin-america #c11408 {
	height: 338px;
	margin-top: 0;
	padding-top: 20px;
}
.page1687.latin-america .sidebar-menu {
	display: none;
}
@media (max-width: 984px) {
	#startseite.latin-america .news {
		height: auto;
	}
	#startseite.latin-america #c11412,
	#startseite.latin-america #c11408 {
		height: auto;
	}
}

/*#### South America ####*/


#startseite.south-america #c12846,
#startseite.south-america #c12848 {
	height: 338px;
	margin-top: 0;
	padding-top: 20px;
}

.south-america #language {
	display: none;
}

.south-america #oben .bild {
	width: 50%;
}

.page1809.south-america .sidebar-menu {
	display: none;
}

#unterseite.south-america #c12846,
#unterseite.south-america #c12848 {
	display: none;
}

#startseite.south-america #c12822.frame-ruler-after {
	padding: 0 0 58px;
}

#startseite.south-america #c12910.frame-ruler-after {
	height: 304px;
}

@media (max-width: 984px) {
	#startseite.south-america .news {
		height: auto;
	}
	#startseite.south-america #c11412,
	#startseite.south-america #c11408 {
		height: auto;
	}
}

/*#### Bosnia and Herzegovina ####*/

#unterseite.bosnia-herzegovina #c13132,
#unterseite.bosnia-herzegovina #c13337 {
	display: none;
}

.bosnia-herzegovina .partner .ICAE {
	color: #aaa;
	float: right;
	font-size: 11px;
	width: auto;
}

.ICAE > span {
	display: block;
	margin-bottom: -22px;
	margin-top: 19px;
}

.ICAE > img {
	left: 35px;
	position: relative;
	text-align: center;
}

.bosnia-herzegovina .csc-frame-invisible .csc-textpic-imagewrap .csc-textpic-image {
	display: block;
	height: 91px;
	overflow: hidden !important;
	width: 150px;
}

#startseite.bosnia-herzegovina .rechts .static + div {
	height: 306px;
	margin-bottom: 55px;
}

#startseite.bosnia-herzegovina iframe {
	height: 235px !important;
	width: 100%!important;
}

#startseite.bosnia-herzegovina .fb_iframe_widget > span {
	height: 243px !important;
}

.bosnia-herzegovina .rechts div + div.csc-frame {
	margin-top: 24px;
}

.bosnia-herzegovina .search + .frame-ruler-after {
	padding: 0 0 12px;
}

.bosnia-herzegovina #c13365 {
	height: 268px;
}

#startseite.bosnia-herzegovina #c13540.frame-ruler-after,
#startseite.bosnia-herzegovina #c13539.frame-ruler-after {
	padding: 0 0 15px;
}

#startseite .csc-frame-invisible .csc-textpic-imagecolumn {

}

#startseite.bosnia-herzegovina .news-list-view .article {
	float: initial;
	width: 100%;
    margin-bottom: 0;
}

#startseite.bosnia-herzegovina .news-list-view .teaser-text {
	display: none;
}

#startseite.bosnia-herzegovina .news-list-view .header h3 a {
	font-size: 17px;
	font-weight: 500;
	line-height: 130%;
}

#startseite.bosnia-herzegovina .news-list-date {
	display: block;
}

@media (max-width: 815px){
	.bosnia-herzegovina #c13361,
	.bosnia-herzegovina #c13365 {
		height: auto;
	}

	.bosnia-herzegovina div.csc-textpic-imagecolumn,
	.bosnia-herzegovina td.csc-textpic-imagecolumn .csc-textpic-image {
		margin-right: 7px;
	}
}

/*#### Middle East ####*/

.middle-east {

}

#startseite.middle-east .news-list-view .article {
	min-height: 286px;
}

.page1950.middle-east .static #c13683.frame-ruler-after {
	padding: 0 0 52px;
}

.page1950.middle-east .static .frame-ruler-after {
	padding: 0 0 27px;
}

#startseite.middle-east .rechts .static + div {
	height: auto;
}

.page2024.middle-east .sidebar-menu {
	display: none;
}

#startseite.middle-east .rechts div + div.csc-frame {
	padding-bottom: 36px;
}

@media (max-width: 717px) {
	#startseite.middle-east .news-list-view .article {
		min-height: inherit;
	}
	.middle-east #c16490 {
		position: fixed;
		top: 0;
		background: #fff;
		border: 0;
		padding: 12px;
		margin-top: 0;
		right: 0;
	}
}
/*#### Morocco ####*/

.morocco .tx-indexedsearch-form input {
	width: 63%;
}

.page2071.morocco .static #c13683.frame-ruler-after {
	padding: 0 0 52px;
}

.page2071.morocco .static .frame-ruler-after {
	padding: 0 0 27px;
}

#startseite.morocco .rechts .static + div {
	height: 312px;
}

/*News*/

#startseite.morocco .news-list-date {
	display: block;
	text-transform: capitalize;
}

#startseite.morocco .news-list-view .article {
	float: initial;
	width: 100%;
}

#startseite.morocco .news-list-view .header h3 a {
	font-size: 17px;
	font-weight: 500;
	line-height: 130%;
}

#startseite.morocco .news-list-date {
	display: block;
}

/*#### West Africa ####*/

.west-africa .rechts div + div.csc-frame .csc-textpic:lang(es),
.west-africa .rechts div + div.csc-frame .csc-textpic:lang(fr) {
	padding: 0;
}


.page2075.west-africa .static #c13683.frame-ruler-after {
	padding: 0 0 52px;
}

.page2075.west-africa .static .frame-ruler-after {
	padding: 0 0 27px;
}

#startseite.west-africa .rechts .static + div {
	height: 312px;
}

/*News*/

#startseite.west-africa .news-list-view .article {
	width: 50%;
}

#startseite.west-africa .news-list-view .header h3 a {
	font-size: 17px;
	font-weight: 500;
	line-height: 130%;
}

#startseite.west-africa .news-list-date {
	display: block;
}

#startseite.west-africa .news-list-view .article {
	display: flex;
	flex-wrap: wrap;
	flex-direction: column;
}

#startseite.west-africa .news-list-view .news-img-wrap {
	display: inline-block;
	height: 150px;
	overflow: hidden;
}

#startseite.west-africa .news-list-view .news-img-wrap img {
	width: 80%;
}

.west-africa #language li {
	margin-left: 17px;
}
.west-africa  #language .fr, .west-africa  #language .de {
	background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
}
.west-africa #language a {
	background: rgba(0, 0, 0, 0) none repeat scroll 0 0 !important;
	color: #00285a;
	font-size: 15px;
	font-weight: 600;
	text-decoration: underline;
}
.west-africa #language a,
.west-africa #language li {
	width: auto;
}
.west-africa #language li {
	color: #444444;
}

/*#### East Africa ####*/


.page2075.east-africa .static #c13683.frame-ruler-after {
	padding: 0 0 52px;
}

.page2075.east-africa .static .frame-ruler-after {
	padding: 0 0 27px;
}

#startseite.east-africa .rechts .static + div {
	height: 300px;
}

/*News*/

#startseite.east-africa .news-img-wrap {
	display: inherit;
	height: auto;
	margin: 2px 2px 3px 0;
	overflow: hidden;
	float: none;
}

#startseite.east-africa .news-list-view .header h3 a {
	font-size: 17px;
	font-weight: 500;
	line-height: 130%;
}

#startseite.east-africa .news-list-date {
	display: block;
}


/*#### Caucasus and Turkey ####*/

#startseite.caucasus-turkey .rechts .static + div {
	height: 295px;
}

/*News*/

#startseite.caucasus-turkey .news-list-view .teaser-text {
	display: none;
}


#startseite.caucasus-turkey .news-list-view .article {
	float: initial;
	width: 100%;
}

#startseite.caucasus-turkey .news-list-view .header h3 a {
	font-size: 17px;
	font-weight: 500;
	line-height: 130%;
}

#startseite.caucasus-turkey .news-list-date {
	display: block;
}


/*Banner*/

@media screen and (max-width: 767px) {
	#newsletter {position: inherit!important; width: auto!important; margin: 0 auto; margin-top: 56px; margin-bottom: 75px; text-align:center!important; padding-left: 20px; padding-right: 20px;}
}
#newsletter-wrapper.hide {display: none;}
#newsletter-wrapper.show {display: block;}
#newsletter-wrapper .overlay {
	background:rgba(0,0,0,0.6);
	width:100%;
	height:100%;
	position:fixed;
	z-index:1000;
	left:0;
	top:0;
}
#newsletter-banner{
	position:fixed;
	z-index:901;
	background: #fff;
	border: 12px solid #3f587b;
	padding:20px 35px 20px 35px;
	text-align:center;
	transform:translate(-50%,-51%);
	left:50%;
	top:50%;
	width:26%;
}

@media screen and (max-width: 500px){
	#newsletter-banner {height: 78vh; overflow: scroll;}
}
#newsletter-banner p{margin-bottom:10px;color:#6d6a59;}
#newsletter-banner img{max-width:100%;height:auto;width:72px;margin-bottom:10px;}
#newsletter-banner h3{
	font-family: Arial, Helvetica, sans-serif;
	color:#6d6a59;
	font-size:24px;
	margin-bottom:20px;
	line-height:130%;
}
#newsletter-banner .close {
	color:#6d6a59;
	cursor:pointer;
	margin:0;
	opacity:0.5;
	width:17px;
	height:17px;
	display:inline-block;
	position: relative;
	right: -20px;
	top: -10px;
}
#newsletter-banner .btn {
	background: #647e9e;
	font-family: Arial, Helvetica, sans-serif;
	font-size:17px;
	color:#fff;
	cursor:pointer;
	padding:8px 10px;
	margin:10px 0 20px 0;
	display:inline-block;
	border-bottom: 2px solid #3f587b!important;
	border-right: 2px solid #3f587b!important;
}

#newsletter-banner .btn:hover {
	background: #3f587b;
	border-bottom: 2px solid #3f587b;
	border-right: 2px solid #3f587b;
}

@media only screen and (max-width:935px){
	#newsletter-banner{width:100%;}
	#newsletter-banner p {font:normal 17px/1.353em "Minion Pro","Times New Roman",serif;}
}
@media only screen and (max-width:400px){
	#newsletter-banner {width: 100%;}
}

.ce-gallery img {
    max-width: 100%;
    height: auto;
}

.buttonlink {
    background-color: #0098D9;
    color: #ffffff;
    display: inline-block;
    padding: 5px 10px;
    font-size: 15px;
    font-weight: bold;
    border-radius: 10px;
    text-decoration: none;
}

.buttonlink:hover {
    color: #ffffff;
    background-color: rgb(0,40,90);
    text-decoration: none;
}