#header_offset {

    top: 0;
	left: 0;
	right: 0;
    padding-left: 0px;
    padding-right: 0px;
	height:152px;
    
	z-index: 9000;
	-webkit-transition: transform 0.25s ease-in-out 0.1s;
	-moz-transition: transform 0.25s ease-in-out 0.1s;
	transition: transform 0.25s ease-in-out 0.1s;
	
    display: block;
    max-width: 1761px;
    margin: auto;	
}

#head_container
{
	width:540px;
	position:absolute;
	top:0;
	left:0;
	height:190px;
	display:flex;
	align-items:center;
	justify-content:center;
	background-color:#fff;
	z-index:9999;
}
#headlogo
{
	/*position:absolute;
	top: 16px;
	left: 0px;*/
	height: 96px;
	width: 291px;	
	display:block;
	background-image: url(../elements/logo/netzwerk-m_logo_4c.svg);
	background-repeat:no-repeat;
	background-size:cover;
	z-index:9999;
}

#header_offset .inner-space
{
	max-width: 1320px;
    margin: auto;
    width: 100%;
    display: block;
    height: 100px;
	position:relative;
}

body.down #header_offset {
	position:fixed;
    -webkit-transform: translate3d(0px, 0px, 0px);
	-moz-transform: translate3d(0px, 0px, 0px);
	transform: translate3d(0px, 0px, 0px);
	background-color:#fff;
}
body.contentpage.down #header_offset {
	background-color:#f5f5f5;
	max-width:unset;
	
}
body.contentpage.down #headlogo
{
	left:27px;
}
body.contentpage.down #header_offset .inside{
	position: relative;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
	padding-left: 20px;
    padding-right: 20px;
	box-sizing: border-box;
	display: block;
}

body.contentpage.down #header_offset .inside:after{
	content: "";
	display: table;
	clear: both;
}


#header_offset1 > .inside {
	height: 130px;
    padding-left: 20px;
    padding-right: 20px;
}

#header_offset > .inside,
{
    display: block;
    margin: auto;
    max-width: 1520px;
}


#header_offset .header_logo > a {
    display: block;
	width: 100%;
	height: 100%;
}

#header_offset .header_logo > a > img.logo {
	display: block;
	width: 240px;
	height: 60px;
}

#header_offset .header_topbar {
    float: right;
    clear: right;
    position: relative;
    margin-top: 25px;
    margin-bottom: 25px;
}

#header_offset .header_topbar > .contactbar,
#header_offset .header_topbar > .sociallinks,
#header_offset .header_topbar > .mod_changelanguage {
    float: left;
    position: relative;
}

#header_offset .header_topbar > .contactbar > a {
    font-size: 15px;
    font-size: 1.5rem;
    text-transform: uppercase;
    color: #666666;
    padding-left: 12px;
    padding-right: 12px;
}

#header_offset .header_topbar > .contactbar > span {
    display: inline-block;
    font-size: 15px;
    font-size: 1.5rem;
    text-transform: uppercase;
    font-variant-numeric: tabular-nums;
    -moz-font-feature-settings: "tnum";
    -webkit-font-feature-settings: "tnum";
    font-feature-settings: "tnum";
}

#header_offset .header_topbar > .contactbar > span.phone {
    padding-left: 12px;
    color: #666666;
}

#header_offset .header_topbar > .sociallinks {
    margin-left: 60px;
}

#header_offset .header_topbar > .sociallinks ul {
    clear: both;
    overflow: hidden;
    margin: 0;
}

#header_offset .header_topbar > .sociallinks li {
    float: left;
    position: relative;
    margin: 0 0 0 10px;
}

#header_offset .header_topbar > .sociallinks li > a > .fa {
    font-size: 18px;
    font-size: 1.8rem;
    color: #666666;
    vertical-align: text-bottom;
}

#header_offset .header_topbar > .sociallinks span {
    text-indent: -9999em;
    position: absolute;
    overflow: hidden;
    visibility: hidden;
}

#header
{
	max-width:1920px;
	margin-left:auto;
	margin-right:auto;
}

#header_offset #top-navigation
{
    position: absolute;
    right: 0;
    width: auto;
    top: 20px;
}


#header_offset #top-navigation li
{
	float:left;
	margin-right:10px;
}

#header_offset #top-navigation .topbar-item.wlabel img
{
	margin-right:5px
}

#header_offset #top-navigation .topbar-item.wlabel
{
	margin-right:19px;
}

#header_offset #top-navigation .topbar-item.wlabel.donation
{
	margin-right:0px;
	margin-left:10px;
	color:#83b53a;
	font-weight:600;
}

#header_offset #top-navigation .topbar-item.wlabel.donation a
{
	color:#83b53a;
}


/* --- Large devices - Desktop // xxl
 * ---------------------------------------- */

@media only screen and (max-width: 1560px) {
	
}


/* --- Large devices - Desktop // xl
 * ---------------------------------------- */
 
@media only screen and (max-width: 1380px) {
	
	#header_offset
	{
		height:125px;
	}

	#head_container
	{
		height: 156px;
		width: 398px;
	}

	#headlogo
	{
		width: 269px;
		height: 89px;
	}
	
	#header_offset #top-navigation
	{
		font-size:14px;
	}
	
}


/* --- Large devices - Desktop // lg
 * ---------------------------------------- */
 
@media only screen and (max-width: 1199px) {
	
	
	
}

/* --- Medium devices - Tablet // sm
 * ---------------------------------------- */
 
@media only screen and (max-width: 1099px) {
	
		
	#header_offset
	{
		height:99px;
	}

	#head_container
	{
		height: 126px;
		width: 318px;
	}

	#headlogo
	{
		width: 229px;
		height: 76px;
	}
	
	#header_offset #top-navigation
	{
		font-size:14px;
	}
	




}


/* --- Medium devices - Tablet // md
 * ---------------------------------------- */
 
@media only screen and (max-width: 991px) {
	
	/*#header_offset #top-navigation {
		position: absolute;
		right: 77px;
		width: 33px;
		top: 66px;
	}*/

}


/* --- Small devices - Phone // sm
 * ---------------------------------------- */
 
@media only screen and (max-width: 767px) {
	
	#header_offset
	{
		height:96px;
	}

	#head_container
	{
		height: 120px;
		width: 296px;
	}

	#headlogo
	{
		width: 200px;
		height: 66px;
	}
	
	#top-navigation {
		right: 16px;
	}
	
	#top-navigation .text-only
	{
		display:none;
	}
	
	#header_offset #top-navigation
	{
		top:10px;
	}
	
	#header_offset #top-navigation .topbar-item.wlabel
	{
		margin-right:10px;
	}

}

/* --- Small devices - Phone // s
 * ---------------------------------------- */
 
@media only screen and (max-width: 639px) {
	


}

/* --- Extra small devices - Phone // xs
 * ---------------------------------------- */
 
@media only screen and (max-width: 544px) {

	#header_offset
	{
		height:79px;
	}

	#head_container
	{
		height: 103px;
		width: 240px;
	}

	#headlogo
	{
		width: 188px;
		height: 62px;
	}

	
}


/* --- Extra small devices - Phone // xs
 * ---------------------------------------- */
 
@media only screen and (max-width: 458px) {

	#header_offset
	{
		height:79px;
	}

	#head_container
	{
		height: 103px;
		width: 240px;
	}

	#headlogo
	{
		width: 188px;
		height: 62px;
	}

	#top-navigation
	{
		display:none;
	}

	
}