@import url(fonts.css);
@import url(registrierung.css);

body{
	margin: 0;
	font-family: 'Open Sans';
	font-size: 16px;
	color: #3e3e3e;
	line-height: 25px;
	counter-reset: section;
}

h1{
	font-family: 'Open Sans Semibold';
	color: #103d4c;
	font-size: 36px;
	line-height: 36px;
	padding: 40px 15px;
	margin: 0;
}
	h1 .content-wrapper{
		display: block;
		padding-bottom: 0;
		overflow: unset;
	}
h2{
	font-family: 'Open Sans Semibold';
	font-size: 30px;
	line-height: 50px;
	color: #103d4c;
	margin: 0 0 20px 0;
}


h3{
	font-family: 'Open Sans Semibold';
	font-size: 24px;
	line-height: 36px;
	color: #103d4c;
	margin: 0 0 20px 0;
}
.container.header > img[alt="Firmenbanner"] {
	display: none;
}
#logoutButton{
	display: none;
}

.navbar{
		position: relative;
		top: -6px;
		background: transparent;
		margin: 0;
	}

span.headline{
	display: block;
	font-family: 'Open Sans Semibold';
	margin-bottom: 10px;
	color: #103d4c;
}
	span.headline.small{
		margin-bottom: 10px;
	}
	span.headline:not(.small){
		font-family: 'Open Sans Semibold';
		font-size: 20px;
		line-height: 24px;
	}

a{
	text-decoration: none;
	color: #577781;
}
	a:hover:not(.arrow){
		text-decoration: underline;
	}
	a.arrow:before{
		font-family: fontAwesome;
		content: '\f0da';
		font-size: 20px;
		position: relative;
		top: 2px;
		margin-right: 5px;
	}
	a.arrow:hover:before{
		color: #103d4c !important;
	}

ol{
	margin: 10px 0;
	padding: 0 0 0 27px;
}
	ol li{
		padding-left: 5px;
	}

.content-wrapper{
	max-width: 1000px;
	margin: 20px auto 0 auto;
	padding: 0 15px 20px 15px;
}

a:link {
    text-decoration: none;
    color: #004B95;
}

a:visited {
    text-decoration: none;
    color: #404041;
}

a:hover {
    text-decoration: underline;
    color: #004B95;
}

#bodyMicrosite {
    background: url("/inc/ifrShowContentFile.cfm?hash=7E94A5870AC52B826516FA8E9F9D4C0E&type=dmsHash") repeat-x scroll 0 0 #A4CD12;
    font-family: Arial, Helvetica, sans-serif;
}

#divNavContainer {
    background-color: transparent;
    height: 1%;
}

.divNavPunktDefault {
    padding: 0 0 0 7px;
    background: url("/inc/ifrShowContentFile.cfm?hash=6A1A954B20563153C1BBCD3D4CD3F725&type=dmsHash") no-repeat scroll 0 -506px transparent;
    height: auto;
    margin-right: 1px;
}

.divNavPunktContainer {
    padding: 10px 20px 9px 10px;
    background: url("/inc/ifrShowContentFile.cfm?hash=6A1A954B20563153C1BBCD3D4CD3F725&type=dmsHash") no-repeat scroll 100% -553px transparent;
}



div#frontendMainDiv {
    padding: 27px;
}

.frontendHead {
    display: none;
}

h1 {
    color: #333333;
    font-size: 18px;
    font-weight: bold;
    margin: 0 0 20px;
    padding: 0 0 10px;
}


h6,
h5,
h4,
h3,
h2,
p,
li,
th,
td {
    font-size: 13px;
    font-weight: normal;
    line-height: 1.23;
}

h6,
h5,
h4,
h3,
h2,
h1 {
    font-weight: bold;
}

.divContent {
    overflow: visible !important;
}

#bodyMicrosite .ContentContainer {
    padding: 27px;
	
}

.ContentContainer {
    width: 100%;
    background-color: #FFFFFF;
}

.ContentContainer p {
    padding-bottom: 20px;
}

.divContent {
    background-color: #9AC10E !important;
}

.LoopContainer {
    cursor: pointer;
    border-bottom: 1px solid #ACCC38;
    padding: 7px 20px 7px 20px;
    color: #617C00;
}

.LoopContainer:hover {
    background-color: #F6FFE2;
}

.loopTermine,
.loopOrt,
.loopTitel {
    float: left;
}

.loopTermine {
    width: 170px;
}

.loopOrt {
    width: 250px;
    padding-left: 20px
}

.loopTitel {
    width: 280px;
    padding-left: 20px
}

/*Registrierung*/

* {
    font-family: Arial, Helvetica, sans-serif !important;
}

#frontendHead {
	display: none;
}

label {
    display: contents;
}


/* *** GENERAL *** */
/* --- Auflistung --- */
.list-wrapper small{
	display: inline-block;
	margin: 5px 0;
	font-size: 14px;
	line-height: 15px;
}
	.list-wrapper .list-head{
		display: none;
	}
	.list-wrapper .list-body > div{
		padding: 20px 0px 18px;
		border-bottom: 1px dashed #aaa;
		position: relative;
	}
	.list-wrapper .list-body:not(.accordion) > div > div{
		display: inline-block;
		width:95px;
		vertical-align: top;
	}
	.list-wrapper .list-body:not(.accordion) > div > div + div{
		width:calc(100% - 100px);
	}
	.list-wrapper .list-body:not(.accordion) > div .mobile{
		float: left;
		width: 100px;
		margin-right: 20px;
		font-family: 'Open Sans Semibold';
	}

/* --- Day Select --- */
.day-select{
	margin-bottom: 15px;
}
	.day-select > span{
		display: inline-block;
		width: calc(50% - 3px);
		background: #e7ebed;
		padding: 10px 20px;
		cursor: pointer;
	}
	.day-select > span.active{
		background: #078159;
		color: #fff;
	}

	.day{
		display: none;
	}
	.day.active{
		display: block;
	}


/* --- Accordion --- */
.accordion > div > div:not(.content){
	cursor: pointer;
}
	.accordion > div:before{
		font-family: fontAwesome;
		content: '\f078';
		float: right;
		margin-top: -3px;
		-moz-transition: all 800ms ease;
		-webkit-transition: all 800ms ease;
		-o-transition: all 800ms ease;
		transition: all 800ms ease;

	}
	.accordion > div.open:before{
		-moz-transform: rotate(180deg);
		-webkit-transform:  rotate(180deg);
		-o-transform: rotate(180deg);
		transform: rotate(180deg);
		color:#fff;
	}
	.accordion .content{
		overflow: hidden;
		max-height: 0;

		-webkit-transition:	max-height 500ms ease;
		-moz-transition:	max-height 500ms ease;
		-ms-transition:		max-height 500ms ease;
		-o-transition:		max-height 500ms ease;
		transition:			max-height 500ms ease;
	}
	.accordion > div.open > div:not(.content){
		font-weight: 500;
		margin: -19px -11px;
	    padding: 15px;
	    background: #103d4c;
	    color: #fff;

	}
	.accordion > div.open .content{
		max-height: 500px;
    	margin-top: 18px;
    	padding: 16px 0 0;
	}
	.accordion > div.open .content p{
		margin: 0;
	}
	.accordion.list-body > div{
		padding: 18px 10px 18px;
		border: 1px dashed #aaa;
		margin-bottom: 10px;
		position: relative;
	}

/* --- Anmelden Button --- */

#bodyRegistration {
	font-family: 'Open Sans', arial, sans;
}
.anmelden-button{
	display: block;
	width: 250px;
	margin: 30px auto;

	background-color: #078159;
	color: #FFFFFF;
	text-align: center;
	padding: 10px;
	text-decoration: none !important;

	-webkit-transition:	background-color 500ms ease;
	-moz-transition:	background-color 500ms ease;
	-ms-transition:		background-color 500ms ease;
	-o-transition:		background-color 500ms ease;
	transition:			background-color 500ms ease;
}
	.anmelden-button:hover{
		background-color: #103d4c;
	}
	/*.anmelden-button img{
		display: block;
	}
	.anmelden-button img:last-child,
	.anmelden-button:hover img:first-child{
		display: none;
	}
	.anmelden-button:hover img:last-child{
		display: block;
	}*/

/* --- Galerie --- */
.galerie{
	overflow: hidden;
}
	.galerie .galerie-img{
		float: left;
		width: calc((50% - 5px / 2));
		outline: none;
	}
	.galerie .galerie-img img{
		display: block;
		width: calc(100% - 7px);
		margin-bottom: 5px;
	}


/* --- Signatur --- */
.signature{
	margin-top: 75px;
}
	.signature > div{
		text-align: center;
	}
	.signature > div:not(:last-child){
		margin-bottom: 40px;
	}
	.signature > div > span{
		display: block;
	}
	.signature > div > span.position{
		font-size: 14px;
	}
	.signature > div > .unterschrift{
		margin-top: 20px;
	}


/* *** HEADER *** */
#header,
#header .content-wrapper{
	display: none;
}


/* *** NAVIGATION *** */
#subnavigation{
	position: absolute;
	right: 0;
	width: 100%;
	font-size: 14px;
}
	#subnavigation .content-wrapper{
		margin-top: 0;
	}
	#subnavigation .content-wrapper > div{
		float: right;		
	}

	#subnavigation .content-wrapper > div > a{
		float: right;
		background: #07815A;
		padding: 5px 15px;
		margin-left: 10px;
		color: #fff;
	}

.navbar{
	background-color: transparent;
	position: fixed;
	z-index: 50;
	top: 0;
	width: auto;
	display: inline-table;
	border-top-left-radius: 6px;
	border-top-right-radius: 6px;
	border: 0 none;
	box-shadow: none;
	background-image: none;
	
}
	.navbar .navbar-header{
		overflow: hidden;
		padding: 10px 15px 20px 15px;
		width: calc(100% - 30px);
		max-width: 1000px;
		margin: 0 auto;
	}
	.navbar .navbar-header:before{
		position: absolute;
		content: '';
		width: 90px;
		height: 50px;
		/*background: url(/inc/ifrShowContentFile.cfm?hash=A634F48E8772BD0604294213CD4F941D&type=dmsHidden) no-repeat;*/
		background-size: contain;
	}
	.navbar .navbar-header button{
		background: 0 none;
		border: 0 none;
		padding: 0;
		color: transparent;
		border: 2px solid #FFFFFF;
		width: 44px;
		height: 44px;
		border-radius: 22px;
		font-size: 21px;
		float: right;
		outline: none;
	}
	.navbar .navbar-header button:before{
		font-family: fontAwesome;
		content: '\f0c9';
	}
	.navbar .navbar-header button span{
		display: none;
	}

.navbar-collapse{
	height: 0;
	overflow: hidden;
	clear: both;
	
	margin: 0 -15px;
	padding: 0 15px;

	-webkit-transition:	height 500ms ease;
	-moz-transition:	height 500ms ease;
	-ms-transition:		height 500ms ease;
	-o-transition:		height 500ms ease;
	transition:			height 500ms ease;
}
	.navbar-collapse.in{
		border-top: 2px solid #FFFFFF;
		height: auto;
	}

.navbar-collapse ul{
	margin: 0;
	padding: 0;
	list-style-type: none;
}
	.navbar-collapse ul li a{
		display: block;
		color: #FFFFFF;
		border: 0 none;
	}
	.navbar-collapse ul li#divNavPunkt_home a:after{
		font-family: fontAwesome;
		color: #fff;
		float: right;
		font-size: 36px;
		margin-top: 1px;
	}

.navbar-collapse #naviLanguage{
	display: none;
}


/* *** CONTENT *** */
#divContent{
	margin-top: 74px;
}


/* *** SIDEBAR *** */
#sidebar{
	margin-top: 40px;
	overflow: hidden;
	padding: 10px;

}
	#sidebar > div{
		padding: 10px;
		max-width: 400px;
		box-sizing: border-box;
		box-shadow: 4px 2px 9px 0px #bbb;
	}
	#sidebar > div:not(:last-child){
		margin-bottom: 30px;
	}
	#sidebar > div > div.inner-box{
		display: block;
		padding-top: 10px;
		border-bottom: 1px dashed #aaa;
		padding-bottom: 10px;
	}
	#sidebar > div > div.inner-box + .inner-box{
		border: 0;
	}

	#sidebar span.headline{
		background: #103d4c;
		color: #fff;
		margin: -10px -10px 10px -10px;
		padding: 7px;
	}
	#sidebar span.headline.small{
		background: transparent;
		padding: 0;
		margin: 0;
		color: #103d4c;
	}
	#sidebar img{
		display: block;
		width: calc(100% + 20px);
		margin: -10px -10px 0px -10px;
	}
	#sidebar a{
		display: block;
	}
	#sidebar span:not(.headline){
		display: block;
		padding-left: 30px;
		position: relative;
	}
	#sidebar span:not(.headline):before{
		font-family: fontAwesome;
		font-size: 16px;
		text-align: center;
		position: absolute;
		left: 3px;
		top: 1px;
		width: 20px;
	}
	#sidebar span.firma:before{
		content: '\f0b1';
	}
	#sidebar span.name:before{
		content: '\f007';
	}
	#sidebar span.telefon:before{
		content: '\f095';
	}
	#sidebar span.email:before{
		content: '\f003';
	}

	#sidebar .type-1{
		background-color: #e7ebed;
	}
	#sidebar .type-2{
		background-color: #e7ebed;
	}


/* *** FOOTER *** */
#lower-footer{
	background-color: #27505e;
	color: #FFFFFF;
	padding-top: 20px;
}
	#lower-footer a{
		color: #FFFFFF;
	}
	#lower-footer a.social-media{
		display: inline-block;
		width: 40px;
		height: 40px;
		text-align: center;
		font-size: 25px;
		line-height: 40px;
		margin-right: 10px;
		background: #07815A;
	}
	#lower-footer > div > div{
		margin-bottom: 15px;
	}


/* *** GO TO TOP *** */
#gototop{
	position: fixed;
    right: 10px;
    bottom: 10px;
    width: 50px;
    height: 50px;
    background-color: #07815A;
    border-radius: 0;
    text-align: center;
    font-size: 50px;
    color: #fff;
    display: none;
    line-height: 48px;
}
	#gototop:hover{
		color: #07815A;
		background-color: #fff;
	}
	#gototop i{
		line-height: 30px;
	}


/* *** PLUGINS *** */
/* --- PLUGINS -> Timelify --- */
.timeline:before{
	width: 1px;
	background-color: #dcdcdc;
}
	.timeline h2{
		background-color: #FFFFFF;
		color: #078159;
		font-size: 25px;
		margin: -7px auto 0 auto;
		height: 18px;
	}
	.timeline h2:before{
		margin: auto;
		font-family: fontAwesome;
		content: '\f107';
		line-height: 30px;
		font-size: 30px;
		width: 20px;
		height: 20px;
		display: block;
		background-size: contain;
		position: relative;
		bottom: 0px;
		left: 1px;
		background-color: #FFFFFF;
	}
	.timeline .timeline-items .timeline-item{
		background-color: transparent !important;
		border-top: 1px solid #dcdcdc;
		padding-top: 0;
		text-align: right;
		width: calc(50% + 10px);
	}
	.timeline .timeline-items .timeline-item.inverted{
		text-align: left;
		left: 50%;
	}
	.timeline .timeline-items .timeline-item:before{
		display: none;
	}
	.timeline .timeline-items .timeline-item:after,
	.timeline .timeline-items .timeline-item.inverted:after{
		background: #FFFFFF;
		width: 8px;
		height: 8px;
		top: -6px;
		left: calc(100% - 7px);
		border: 2px solid #078159;
	}
	.timeline .timeline-items .timeline-item.inverted:after{
		left: -6px;
	}
	.timeline .timeline-items .timeline-item span.headline{
		position: relative;
		top: -65px;
		height: 50px;
	}
	.timeline .timeline-items .timeline-item span.headline span{
		position: absolute;
		bottom: 0;
		left: 0;
		width: 100%;
	}
	.timeline .timeline-items .timeline-item .text{
		margin-top: -35px;
	}
	.timeline .timeline-items .timeline-item .text > div:first-child{
		margin-top: 10px;
	}
	.timeline .timeline-items .timeline-item .text > div:not(:last-child){
		margin-bottom: 10px;
	}
	.timeline .timeline-items .timeline-item .text .room{
		font-size: 13px;
	}
	.timeline .timeline-items .timeline-item .text .room span{
		background-color: #e7ebed;
		padding: 5px 10px;
	}
	.timeline .timeline-items .timeline-item .text .referent{
		font-size: 13px;
	}
	.timeline .timeline-items .timeline-item .text .referent span{
		background-color: #078159;
		color: #FFFFFF;
		font-weight: normal;
		padding: 5px 10px;
		text-decoration: none;
	}
	.timeline .timeline-items .timeline-item .text .info{
		color: #333;
		font-size: 14px;
		line-height: 20px;
	}


/* *** PAGE SPECIFIC *** */
/* --- Login --- */
#site-login .form-group{
	overflow: hidden;
	margin-top: 20px;
}
	#site-login .form-group input[type="text"],
	#site-login .form-group input[type="password"]{
		font-size: inherit;
		font-family: inherit;
		outline: none;
		width: 100% !important;
		padding: 5px 10px;
		background-color: #FFFFFF;
		border: 1px solid #999999;
	}
	#site-login .form-group > div:first-child{
		float: left;
		width: 100px;
	}
	#site-login .form-group > div:last-child{
		float: left;
		width: calc(100% - 100px)
	}
	#site-login #submitknop{
		font-size: inherit;
		font-family: inherit;
		background-color: #103d4c;
		color: #FFFFFF;
		border: 0 none;
		padding: 5px 15px;
		margin-top: 20px;
		cursor: pointer;

		-webkit-transition:	background-color 500ms ease;
		-moz-transition:	background-color 500ms ease;
		-ms-transition:		background-color 500ms ease;
		-o-transition:		background-color 500ms ease;
		transition:			background-color 500ms ease;
	}
	#site-login #submitknop:hover{
		background-color: #07815A;
	}
	#site-login #submitknop i{
		display: none;
	}
	#site-login .alert-danger{
		border: 1px solid #ed5565;
		margin-top: 20px;
		padding: 5px 10px;
		color: #ed5565;
	}
	#site-login .form-group .help-block{
		margin: 0;
		color: #ed5565;
	}

/* --- Agenda --- */
#site-agenda .list-wrapper .list-body:not(.accordion) > div .time{
	width: auto;
	display: inline-block;
	background: #103d4c;
	color: #fff;
	float: none;
	clear: both;
	margin: 0;
	text-align: center;
	padding: 10px 20px;
	font-weight: bold;
	position: absolute;
	bottom: -1px;
	top: 0;
	line-height: 23px;
	border-bottom: 1px dashed #fff;
}
	#site-agenda .list-wrapper .list-body:not(.accordion) > div.kategorie_Pause .time{
		background: #406470;
	}
	#site-agenda .list-wrapper .list-body:not(.accordion) > div .info{
		display: inline;
		background: #e7ebed;
		padding: 5px;
		font-size: 13px;
	}
	#site-agenda .list-wrapper .list-body:not(.accordion) > div .info.speaker{
		background: #078159;
		color: #fff;
	}
	#site-agenda .list-wrapper .list-body:not(.accordion) > div .name{
		font-weight: bold;
	}
	#site-agenda .list-wrapper .list-body:not(.accordion) > div .speaker + .name,
	#site-agenda .list-wrapper .list-body:not(.accordion) > div .room +.name{
		margin-top:15px;
	}
	#site-agenda .list-wrapper .list-body:not(.accordion) > div .bemerkung{
		font-weight: 300;
		font-size: 14px;
	}

/* --- Timeline --- */
#site-timeline .day-select{
	width: 50%;
}

/* --- Hotel --- */
#site-hotel .list-wrapper-detail{
	margin-top: 50px;
}
	#site-hotel .list-wrapper-detail > div:not(:last-child){
		margin-bottom: 30px;
		padding-bottom: 30px;
		border-bottom: 1px dashed #b7c4c9;
	}
	#site-hotel .list-wrapper-detail img{
		display: block;
		width: 100%;
	}
	#site-hotel .list-wrapper-detail .text{
		padding: 10px 10px 30px 10px;
	}
	#site-hotel .list-wrapper-detail .text > span{
		display: block;
	}
	#site-hotel .list-wrapper-detail .text > span.telefon{
		margin-top: 10px;
	}
	#site-hotel .list-wrapper-detail .text > span > span{
		display: inline-block;
		width: 90px;
	}
	#site-hotel .list-wrapper-detail .text > span.website{
		margin-top: 20px;
	}
	#site-hotel .list-wrapper-detail .text .website a{
		text-decoration: none;
		background-color: #078159;
		color: #FFFFFF;
		padding: 5px 10px;

		-webkit-transition:	background-color 500ms ease;
		-moz-transition:	background-color 500ms ease;
		-ms-transition:		background-color 500ms ease;
		-o-transition:		background-color 500ms ease;
		transition:			background-color 500ms ease;
	}
	#site-hotel .list-wrapper-detail .text .website a:hover{
		background-color: #103d4c;
	}
	#site-hotel .list-wrapper-detail .gmaps{
		margin-top: 50px;
		width: 100%;
		height: 200px;
	}
	#site-hotel .list-wrapper-detail .teaser{
		display: block;
		font-size: 16px;
		font-style: italic;
		padding: 10px;
		background: #e7ebed;
		border-radius: 40px;
		text-align: center;
		position: relative;
	}

	#site-hotel .list-wrapper-detail .teaser:before {
	    content: '';
	    display: block;
	    border: 20px solid transparent;
	    border-bottom-color: #e7ebed;
	    border-top-width: 0;
	    position: absolute;
	    top: -20px;
	    left: 50%;
	    border-right-width: 40px;
	    border-left-width: 0px;
	}


@media only screen and (min-width: 721px){
	.mobile{
		display: none;
	}

	/* *** GENERAL *** */
	/* --- Galerie --- */
	.galerie .galerie-img{
		width: calc((25% - 15px / 3));
	}
		.galerie .galerie-img:nth-child(4n+4){
			margin-right: 0;
		}

	/* --- Signatur --- */
	.signature{
		overflow: hidden;
	}
		.signature > div{
			float: left;
			width: 50%;
		}


	/* *** HEADER *** */
	#header{
		display: block;
		width: 100%;
		background-color: #3CAACF;
	}
		#header .background{
			display: block;
			object-fit: cover;
			width: 100%;
			height: 200px;
		}


	/* *** NAVIGATION *** */
	
		.fixed .navbar{
			position: fixed;
			top: 0;
			background-color: rgba(16,61,76,0.9);
		}

	#subnavigation .content-wrapper{
		max-width:1400px;
	}
		#subnavigation .content-wrapper > div{
			padding: 0 5px;
		}


	/* *** CONTENT *** */
	#divContent{
		margin-top: 0;
	}
	.fixed + #divContent{
		margin-top: 70px;
	}


	/* *** SIDEBAR *** */
	#sidebar > div{
		float: left;
		width: calc(50% - 30px);
		max-width: unset;
	}
		#sidebar > div:nth-child(2n+1){
			margin-right: 20px;
		}


	/* *** FOOTER *** */
	#lower-footer > div > div{
		float: left;
		width: calc(50% + 10px);
		margin-top: 10px;
	}


	/* *** PAGE SPECIFIC *** */
	/* --- Agenda --- */
	#site-agenda .list-wrapper .list-head{
		display: block;
		color: #103d4c;
		font-family: 'Open Sans Semibold';
	}
	
		#site-agenda .list-wrapper .list-head > div > div:nth-child(3),
		#site-agenda .list-wrapper .list-body:not(.accordion) > div > div:nth-child(3){
			width: 200px;
		}

	/* --- Hotel --- */
	#site-hotel .list-wrapper-detail > div{
		overflow: hidden;
	}
		#site-hotel .list-wrapper-detail img{
			float: right;
			width: 310px;
			height: 242px;
			object-fit: cover;
			margin-top: 5px;
			margin-right: 0;
			margin-bottom: 50px;
		}
		#site-hotel .list-wrapper-detail .text{
			float: left;
			width: calc(100% - 330px);
			padding: 0;
			margin-bottom: 50px;
		}
		#site-hotel .list-wrapper-detail .teaser{
			clear: both;
		}

		#site-hotel .list-wrapper-detail .teaser:before{
	    	border-right-width: 0px;
	    	border-left-width: 40px;
		}
}


@media only screen and (min-width: 1280px){


	.container {
    	width: 970px;
    	margin: 0 auto;
    	height: 240px;
	}

	.content-wrapper{
		padding: 0 15px 50px 15px;
	}

	/* *** HEADER *** */

	.navbar{
		position: relative;
		top: -6px;
		background: #F1F1F1;
		margin: 0;
	}

	#header{
		min-height: 200px;
		background-color: #3CAACF;
			position: relative;
	}
		#header .content-wrapper{
			display: block;
			padding: 0;
			margin-top: 0;
		}
		#header #logo{
			position: absolute;
			/*width: 150px;*/
			top: calc(50% - 35px);
			height:70px;
		}
		#header #logo img{
			height: 100%;
		}


	/* *** NAVIGATION *** */
	.navbar .navbar-header,
	.navbar .navbar-header:before,
	.navbar .navbar-header button{
		display: none;
	}

	.navbar-collapse{
		max-width: 1000px;
		margin: 0 auto;
		overflow: 	visible;
		border: 0 none;
	}
		.navbar-collapse ul li a{
			float: left;
			border: 0 none;
			position: 	relative;
			transition: 	all 400ms;
			text-decoration: 	none;
			color: #0054A7 !important;
			font-weight: 600;
			background-color: transparent !important;
			background-image: none !important;
			box-shadow: none !important;
			padding: 7px;
		}

		.navbar-collapse ul li a:hover{
			color: #3CAACF;
			text-decoration: 	none;
		}
		.navbar-collapse ul li.active a:before{
		   
		}

		.navbar-collapse ul li#divNavPunkt_home.active a:before{
			bottom:-16px;
		}

		.navbar-collapse ul li#divNavPunkt_home a{
			padding:15px 20px;
			font-size: 0;
		}
		.navbar-collapse ul li#divNavPunkt_home a:after{
			content: '\f015';
			line-height: 26px;
		}
		
		
	.fixed .navbar-collapse ul li.active a:before
	{	    
	    border-top-color: 	rgba(16,61,76,0.9);
	    
	}



	#subnavigation{
		z-index: 	9999;
		margin-top: -22px;
	}

	#subnavigation .content-wrapper > div > a{
		position: 	relative;
		margin-left:15px;
	}
	#subnavigation .content-wrapper > div > a:before{
		content: 	'';
		position: 	absolute;
		border-bottom: 0;
	    border-right: 0;
	    border-left: 20px solid transparent;
	    border-top: 13px solid #103d4c;
	    left: 	-20px;
	    bottom: 	0;
	}

	.fixed #subnavigation{
		position: 	fixed;
		top:63px;
	}


	.fixed #subnavigation .content-wrapper > div > a:before{
		border-top-color: 	rgba(16,61,76,0.9);
	}


	/* *** CONTENT *** */
	.fixed + #divContent{
		margin-top: 58px;
	}
		.content.with-sidebar{
			display: inline-block;
			width: calc(100% - 300px);
			margin-right: 45px;
		}


	/* *** SIDEBAR *** */
	#sidebar{
		display: inline-block;
		width: 250px;
		border-top: 0 none;
		margin-top: 10px;
		vertical-align: top;
		overflow: visible;
		padding: 0;
	}
		#sidebar > div{
			float: none;
			width: 100%;
			margin-right: 0 !important;
		}


	/* *** FOOTER *** */
	
	#lower-footer {
		padding-top: 0;
		min-height: 70px;
	}
	#lower-footer > div > div{
		width: calc(50% - 10px);
		padding-top: 10px;
	
	}

	#lower-footer a.social-media{
		margin-top: -13px;
		position: relative;
		margin-right: 15px;
		float: right;
	}

	#lower-footer a.social-media:before{
		   content: '';
	    position: absolute;
	    border-bottom: 0;
	    border-right: 0;
	    border-left: 20px solid transparent;
	    border-bottom: 13px solid #27505E;
	    left: -20px;
	    top: 0;
	}
}