body,form,figure{margin:0;padding:0}img{border:0}header,footer,nav,section,aside,article,figure,figcaption{display:block}body{font-size:100.01%}select,input,textarea{font-size:99%}#container,.inside{position:relative}#main,#left,#right{float:left;position:relative}#main{width:100%}#left{margin-left:-100%}#right{margin-right:-100%}#footer{clear:both}#main .inside{min-height:1px}.ce_gallery>ul,.content-gallery>ul{margin:0;padding:0;overflow:hidden;list-style:none}.ce_gallery>ul li,.content-gallery>ul li{float:left}.ce_gallery>ul li.col_first,.content-gallery>ul li.col_first{clear:left}.float_left,.media--left>figure{float:left}.float_right,.media--right>figure{float:right}.block{overflow:hidden}.media{display:flow-root}.clear,#clear{height:.1px;font-size:.1px;line-height:.1px;clear:both}.invisible{border:0;clip:rect(0 0 0 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.custom{display:block}#container:after,.custom:after{content:"";display:table;clear:both}
@media (max-width:767px){#wrapper{margin:0;width:auto}#container{padding-left:0;padding-right:0}#main,#left,#right{float:none;width:auto}#left{right:0;margin-left:0}#right{margin-right:0}}img{max-width:100%;height:auto}.audio_container audio{max-width:100%}.video_container video{max-width:100%;height:auto}.aspect,.responsive{position:relative;height:0}.aspect iframe,.responsive iframe{position:absolute;top:0;left:0;width:100%;height:100%}.aspect--16\:9,.responsive.ratio-169{padding-bottom:56.25%}.aspect--16\:10,.responsive.ratio-1610{padding-bottom:62.5%}.aspect--21\:9,.responsive.ratio-219{padding-bottom:42.8571%}.aspect--4\:3,.responsive.ratio-43{padding-bottom:75%}.aspect--3\:2,.responsive.ratio-32{padding-bottom:66.6666%}.aspect--9\:16,.responsive.ratio-916{padding-bottom:177.7777%}.aspect--1\:1,.responsive.ratio-11{padding-bottom:100%}
#colorbox,#cboxOverlay,#cboxWrapper{position:absolute;top:0;left:0;z-index:9999;overflow:hidden;-webkit-transform:translate3d(0,0,0)}#cboxWrapper{max-width:none}#cboxOverlay{position:fixed;width:100%;height:100%}#cboxMiddleLeft,#cboxBottomLeft{clear:left}#cboxContent{position:relative}#cboxLoadedContent{overflow:auto;-webkit-overflow-scrolling:touch}#cboxTitle{margin:0}#cboxLoadingOverlay,#cboxLoadingGraphic{position:absolute;top:0;left:0;width:100%;height:100%}#cboxPrevious,#cboxNext,#cboxClose,#cboxSlideshow{cursor:pointer}.cboxPhoto{float:left;margin:auto;border:0;display:block;max-width:none;-ms-interpolation-mode:bicubic}.cboxIframe{width:100%;height:100%;display:block;border:0;padding:0;margin:0}#colorbox,#cboxContent,#cboxLoadedContent{box-sizing:content-box;-moz-box-sizing:content-box;-webkit-box-sizing:content-box}#cboxOverlay{background:#000;opacity:.9;filter:alpha(opacity = 90)}#colorbox{outline:0}#cboxContent{margin-top:20px;background:#000}.cboxIframe{background:#fff}#cboxError{padding:50px;border:1px solid #ccc}#cboxLoadedContent{border:5px solid #000;background:#fff}#cboxTitle{position:absolute;top:-20px;left:0;color:#ccc}#cboxCurrent{position:absolute;top:-20px;right:0;color:#ccc}#cboxLoadingGraphic{background:url(../../assets/colorbox/images/loading.gif) no-repeat center center}#cboxPrevious,#cboxNext,#cboxSlideshow,#cboxClose{border:0;padding:0;margin:0;overflow:visible;width:auto;background:0 0}#cboxPrevious:active,#cboxNext:active,#cboxSlideshow:active,#cboxClose:active{outline:0}#cboxSlideshow{position:absolute;top:-20px;right:90px;color:#fff}#cboxPrevious{position:absolute;top:50%;left:5px;margin-top:-32px;background:url(../../assets/colorbox/images/controls.png) no-repeat top left;width:28px;height:65px;text-indent:-9999px}#cboxPrevious:hover{background-position:bottom left}#cboxNext{position:absolute;top:50%;right:5px;margin-top:-32px;background:url(../../assets/colorbox/images/controls.png) no-repeat top right;width:28px;height:65px;text-indent:-9999px}#cboxNext:hover{background-position:bottom right}#cboxClose{position:absolute;top:5px;right:5px;display:block;background:url(../../assets/colorbox/images/controls.png) no-repeat top center;width:38px;height:19px;text-indent:-9999px}#cboxClose:hover{background-position:bottom center}
:root {
	--headerbgdark: rgba(51, 0, 0, 1);
	--texthell: rgba(175, 187, 177, 1);
	--texthover: rgba(221, 103, 13, 1);
	--textblue: rgba(10, 85, 135, 1);
	--textdark: rgba(26, 59, 100, 1);
	--border: rgba(233, 233, 233, 0.9);
}

*, *::before, *::after {
	box-sizing:border-box;
 	-webkit-box-sizing: border-box;
}

html {
	height: 100%;
	margin: 0;
	font-size: 1vw;
	scroll-behavior: smooth;
}

body {
    height:100%;
    margin:0;
    padding:0;
	font-family:'Barlow','verdana',sans-serif;
	font-size: calc( 16px + (20 - 16) * (100vw - 320px) / (1200 - 320) );
	background-color: #44403f;
}

button, html input[type="button"], input[type="reset"], input[type="submit"] {
    cursor: pointer;
}

h1 {
	font-size: 1.46em;
  	font-weight: 400;
/*	text-transform: uppercase; */
  	margin-top: 0.2em;
  	margin-bottom: 0.4em;
}

h2, h3 {
  	margin-top: 0;
	font-weight: 400;
}

h4 {
	margin:0;
	padding: 1em 0 0 0;
}

p {
    font-size: 1em;
}

a, a:active {
	color: var(--texthell);
	text-decoration: none;
}

.ce_toplink a, .ce_hyperlink a, a.blue, .ce_toplink a:active, .ce_hyperlink a:active, a.blue:active {
	color: var(--textblue);
	text-decoration: none;
}

a:hover, .ce_toplink a:hover, .ce_hyperlink a:hover, a.blue:hover {
	color: var(--texthover);
	text-decoration: none;
}

ul {
	list-style: none;
}

.flex-images {
	padding-bottom: 0.4em;
}

body.home #main { 
	background: none;
}

#wrapper {
	margin: 0;
	padding: 0;
	border-top: 1px solid var(--headerbgdark);
	position: relative;
    min-height: 100%;
    height: auto !important;
    height: 100%;
}

#header {
	background: var(--headerbgdark);
	margin-top: -1px;
	position: fixed;
	z-index: 999;
	width: 100%;	
/*	text-align: center;	*/
}

.nav-toggle {
	display: none;
}

.nav-toggle-label {
	position: absolute;
	top: 0;
	left: 0;
	margin-left: 1em;
	height: 100%;
	display: flex;
	align-items: center;
	cursor: pointer;
}

.nav-toggle-label span,
.nav-toggle-label span::before,
.nav-toggle-label span::after {
	display: block;
	background: var(--texthover);
	height: 5px;
	width: 2.4em;
	border-radius: 6px;
	position: relative;
}

.nav-toggle-label span::before,
.nav-toggle-label span::after {
	content:'';
	position: absolute;
}

.nav-toggle-label span::before {
	bottom: 15px;
}

.nav-toggle-label span::after {
	top: 15px;
}

nav.main_nav {
	position: absolute;
	text-align: left;
	top: 100%;
	left: 0;
	background-color: var(--headerbgdark);	
	width: 100%;
	transform: scale(1, 0);
	transform-origin: top;
	transition: transform 400ms ease-in-out;
}

nav.main_nav ul li {
	margin: 0.4em 0 0.4em 1em;
}
	
nav.main_nav ul {
	margin: 0;
	padding: 0;
/*	text-transform: uppercase;	*/
}

nav.main_nav a {
	font-size: 1.4em;
	opacity:0;
	transition: opacity 150ms ease-in-out;
}

.nav-toggle:checked ~ nav.main_nav {
	transform: scale(1, 1);
}

.nav-toggle:checked ~ nav.main_nav a {
	opacity: 1;
	transition: opacity 250ms ease-in-out 250ms;	
}

.logo p {
	text-align: right;
	color: var(--texthell);
	font-weight:400;
	font-size: 1.46em;	
	text-transform: uppercase;
	margin-top: 0.6em;
	margin-bottom: 0.6em;
	line-height:1.2em;
}

.logo p:hover {
	color: var(--texthover);
}

.mod_navigation li > .active, .mod_navigation li > .trail, .mod_navigation li > .forward {
	color: var(--textblue);
	font-weight:400;
	font-size: 1.4em;
}

#container {
	margin: auto;
	width: auto;
	padding-right:1em;
	padding-left:1em;
	max-width:1600px;
}

@media screen and (max-width: 1024px) {
	.logo p {
		margin-right: 1em;
	}
	
	#main {
		padding: 5em 1em;
		background: rgba(255, 255, 255, 0.8);	
	}
	body.home  {
		background: url("../../files/manfred/layout/bg-2022.jpg") no-repeat center center fixed;
	}
}
@media screen and (min-width: 1024px) {
	.logo p {
		margin-right: 3em;
	}
	#main {
		padding: 5em 2em;
		background: rgba(255, 255, 255, 0.8);
	}
	body.home, body.afrika_2022, body.about, body.impressum  {
		background: url("../../files/manfred/layout/bg-2022.jpg") no-repeat center center fixed;
	}	

	body.afrika_2021  {
		background: url("../../files/manfred/layout/tansania-2021-front.jpg") no-repeat center center fixed;
	}
	
	body.afrika_2020  {
		background: url("../../files/manfred/layout/bg-2020.jpg") no-repeat center center fixed;
	}	
	
	body.afrika_2019  {
		background: url("../../files/manfred/layout/bg-2019-2.jpg") no-repeat center center fixed;
	}

	body.afrika_2018 {
		background: url("../../files/manfred/layout/bg-2018.jpg") no-repeat center center fixed;
	}

	body.afrika_2017 {
		background: url("../../files/manfred/layout/bg-2017.jpg") no-repeat center center fixed;
	}

}

	body.home, body.afrika_2022, body.afrika_2021, body.afrika_2020, body.afrika_2019, body.about, body.impressum, body.afrika_2018, body.afrika_2017 { 
		-webkit-background-size: 100%; 
		-moz-background-size: 100%; 
		-o-background-size: 100%; 
		background-size: 100%; 
		-webkit-background-size: cover; 
		-moz-background-size: cover; 
		-o-background-size: cover; 
		background-size: cover;
	}

.home-claim p {
	margin-top: 4em;
	color: #fff;
	font-weight: 400;
	font-size: 1.8em;
	line-height: 1.2em;
}

.home-claim p span.uppercase {
	text-transform: uppercase;
}

.home-claim a:link {
	color:  var(--textblue);
}

.home-claim a:visited, .home-claim a:active {
	color:  var(--textblue);
	text-decoration: none;
}

.home-claim a:hover {
	color: var(--texthover);
}
	
#home-claim p {
	color: #fff;
	font-weight: 600;
	font-size: 2em;
	line-height: 0.45em;
	text-transform: uppercase;
}

.tabcontrol_tabs  {
/*	border-left:2px solid var(--textblue);	*/
	margin-bottom: 1em;
	padding:0;
  	font-weight:400;
	font-size:1.4em;
	text-transform: uppercase;
}

.flex {
	display: flex;
	flex-wrap: wrap;
	/* justify-content: space-between; */
}

.flex .ce_text {
	padding-right: 1em;
}

.flex .ce_text p {
	text-align: center;
}


.ce_gallery {
	padding: 0;
}

.ce_gallery li {
	padding: 1em;
}

#vita-bilder p {
	padding: 0.4em;
}

.ce_gallery img {
	border: 1px solid #fff;
	border-radius: 2px 2px 2px 2px;
}


/*
.image_container {
	padding: 0;
	margin:0;
}

#media .ce_gallery,
#media .ce_gallery ul {
	padding: 0;
	margin: 0;
}

#media .ce_gallery li {
	padding: 0;
	margin: 0;	
}

#media .ce_gallery li figure {
	display: grid;
	grid-template-columns: 5fr 5fr;
}

#media .ce_gallery li .image_container img {
	max-width:100%;
	height: auto;
}

#media .ce_gallery li .caption {
	padding-top: 1em;
	padding-left: 1eM;
}

*/
/* barlow-regular - latin */
@font-face {
  font-family: 'Barlow';
  font-style: normal;
  font-weight: 400;
  src: local('Barlow Regular'), local('Barlow-Regular'),
       url('../../files/manfred/fonts/barlow-v4-latin-regular.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
       url('../../files/manfred/fonts/barlow-v4-latin-regular.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

/* barlow-italic - latin */
@font-face {
  font-family: 'Barlow';
  font-style: italic;
  font-weight: 400;
  src: local('Barlow Italic'), local('Barlow-Italic'),
       url('../../files/manfred/fonts/barlow-v4-latin-italic.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
       url('../../files/manfred/fonts/barlow-v4-latin-italic.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

/* barlow-600 - latin */
@font-face {
  font-family: 'Barlow';
  font-style: normal;
  font-weight: 600;
  src: local('Barlow SemiBold'), local('Barlow-SemiBold'),
       url('../../files/manfred/fonts/barlow-v4-latin-600.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
       url('../../files/manfred/fonts/barlow-v4-latin-600.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

/* barlow-600italic - latin */
@font-face {
  font-family: 'Barlow';
  font-style: italic;
  font-weight: 600;
  src: local('Barlow SemiBold Italic'), local('Barlow-SemiBoldItalic'),
       url('../../files/manfred/fonts/barlow-v4-latin-600italic.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
       url('../../files/manfred/fonts/barlow-v4-latin-600italic.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

