body {
	color: rgb(76,76,76);
}

.container {
	position: relative;
	display: block;
	max-width: 1100px;
	margin: 0 auto;
	width: 100%;
}

.bx-wrapper {
	margin: 0;
}

/* LANDINGPAGE SECTION */

.logo-section {
	text-align: center;
	margin-top: 30px;
}

hr#topbar-devider {
	opacity: 0.5;
	border-top: 1px solid #aaa;
}

.title-section {
	margin-top: 3px;
/* 	height: 23px; */
	text-align: center;
	font-weight: 200;
	font-size: 18px;
	letter-spacing: 4px;
}

#login-section {
	font-weight: 300;
	font-size: 15px;
	position: absolute;
	bottom: 5px;
	right: 5px;
	text-align: right;
}

#logo {
	width: 200px;
	display: inline;
	margin-top: 10px;
	margin-bottom: 20px;
}

.navigation {
    margin: 0px auto;
    font-family: "Trebuchet MS", sans-serif;
    font-size: 24px;
    font-style: normal;
    font-weight: 300;
    letter-spacing: 1.4px;
    height: calc(100vh - 127px);
}

.background-section {
	position: absolute;
	width: 1120px;
	background: url(/assets/img/bg.png) no-repeat bottom left;
	background-size: inherit;
	height: 80vh;
	bottom: 0;
	z-index: -1;
}

img#lernen {
	position: absolute;
	width: 600px;
	bottom: 85px;
	left: 40px;
}

span#lernen-text {
	position: absolute;
	width: 700px;
	bottom: 20px;
	left: 40px;
	font-size: 55px;
	color: rgb(205,205,205);
}

.navigation .item {
    position:absolute;
}

.aktuelles {
    top:140px;
    left:30px;
}

.bildungsangebote {
   top:150px;
   left:240px;
}

.wissensdatenbank {
   top:210px;
   left:420px;
}

.praxistool {
   top:310px;
   left:565px;
}

.patientenservice {
	top: 440px;
	left: 670px;
}

.archiv {
	top: 580px;
	left: 745px;
}

.verein {
   top:735px;
   left:775px;
}

a.icon {
    width:53px;
    height:53px;
    position:absolute;
    top:0px;
    left:0px;
    cursor:pointer;
}

a.icon i {
	color: #fff;
	position: absolute;
	font-size: 30px;
}

div.aktuelles a i {
	left: 14px;
	top: 11px;
}

div.bildungsangebote a i {
	left: 12px;
	top: 11px;
}

div.wissensdatenbank a i {
	left: 13px;
	top: 12px;
}

div.praxistool a i {
	left: 12px;
	top: 12px;
}

div.patientenservice a i {
	left: 13px;
	top: 10px;
}

div.archiv a i {
	left: 12px;
	top: 12px;
}

div.verein a i {
	left: 8px;
	top: 12px;
}

.navigation .item a.active {
    background-position:0px -52px;
}

.item img.circle {
    position:absolute;
    top:0px;
    left:0px;
    width:52px;
    height:52px;
    opacity:1;
}

.item h2 {
    position:absolute;
    width:305px;
    height:52px;
    margin: 0;
    color:#222;
    font-size:20px;
    font-weight: 300;
    top:0px;
    left:52px;
    text-indent:10px;
    line-height:52px;
    text-shadow:1px 1px 1px #fff;
}
.item h2.active {
    color:#fff;
    text-shadow:1px 0px 1px #555;
}
.item ul {
    list-style:none;
    position:absolute;
    top:40px;
    left:20px;
    display:none;
}
.item ul li a {
    font-size:15px;
    text-decoration:none;
    letter-spacing:1.5px;
    text-transform:uppercase;
    color:#fff;
    text-shadow:1px 0px 1px #555;
    padding:3px;
    float:left;
    clear:both;
}
.item ul li a:hover {
    background-color:#fff;
    color:#444;
    text-shadow: none;
    -moz-border-radius:3px;
    -webkit-border-radius:3px;
    border-radius:3px;
}

/* CONTENT SECTIONS */

div.content-section {
	position: relative;
	width: 100%;
	opacity: 0;
	margin-left: -100vw;
}

.content-section .section-header {
	width: 100%;
	height: 70px;
	background: rgb(104,170,118);
}

.section-header h3 {
	font-size: 30px;
	font-weight: 200;
	text-transform: uppercase;
	letter-spacing: 3px;
	color: #fff;
	line-height: 70px;
	padding-left: 20px;
	text-shadow:1px 0px 1px #888;
	margin: 0;
}

.section-header a:hover {
	text-decoration: none;
}

.content-section .content {
	width: calc(100% - 40px);
	padding: 20px;
	margin-bottom: 30px;
	margin-left: 20px;
	font-weight: 200;
    font-size: 19px;
    line-height: 1.4;
}

span.content-header {
	display: block;
	margin-bottom: 5px;
	font-size: 23px;
	font-weight: 300;
}

.content div a img {
	width: 100%;
}

.content .left {
	float: left;
	width: calc(50% - 10px);
	padding-right: 10px;
}

.content .right {
	float: right;
	width: calc(50% - 10px);
	padding-left: 10px;
}

.nice-select.salutation {width: 100%;}

.content .center {
	float: left;
	display: block;
	width: 100%;
	background-color: #fff;
	color: rgb(76,76,76);
}

.center.centered-logos {
	text-align: center;
}

.centered-logos img {
	margin: 10px;
}

.centered-logos img.dfp_logo {
	width: 90px;
}
.centered-logos img.oeak_logo {
	width: 120px;
}
.centered-logos img.oecert_logo {
	width: 120px;
}
.swiper-container#news_container {
	max-height: 440px;
}
.swiper-container#ba_container {
	max-height: 300px;
}
.swiper-container#kunden_container {
	max-height: 650px;
}
.swiper-slide {
	text-align: center;
}
.round-button-as-link {
	display: inline-block;
	background: rgb(104,170,118);
	border-radius: 17px;
	color: #fff;
	padding: 5px 20px;
	margin: 10px 0px;
}

.round-button-as-link:hover,
.round-button-as-link:active,
.round-button-as-link:visited {
	color: #fff;
	text-decoration: none;
}

.mobile-navigation {
	display: none;
}

.topProdukt {
	position: relative;
	display: block;
	width: 100%;
	padding: 0 40px;
	max-height: 300px;
}

div.kunde {
	width: calc(33.33% - 20px);
	padding: 10px;
	text-align: left;
	display: inline-block;
	vertical-align: top
}

.kunde img.kunden-bild {
	display: block;
	max-width: 70px;
	max-height: 300px;
	margin: 0 auto;
	border-radius: 300px;
	margin-bottom: 10px;
}

.kunde span.kunden-name {
	display: block;
	width: 100%;
	text-align: center;
	font-size: 16px;
}

.kunde div.kunden-beschreibung {
	display: block;
	width: calc(100% - 10px);
	max-height: 300px;
	padding: 5px;
	font-weight: 200;
	max-height: 200px;
	overflow: auto;
	font-size: 13px !important;
}

.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
	bottom: 0px;
}

.php-if-workaround-large {
	display: block;
}
.php-if-workaround-small {
	display: none;	
}

#mobile400 {
	display: none;
}

.slider-large {
	display: block;
}
.slider-small {
	display: none;
}

#contactFrm {
	display: block;
	position: relative;
	width: 100%;
}

#contactFrm label {
	font-weight: 400;
	font-size: 14px;
}

#contactFrm input[type="text"],
#contactFrm input[type="email"],
#contactFrm textarea {
	width: 100%;
	font-size: 19px;
	padding: 5px;
}

#contactFrm textarea {
	height: 200px;
	resize: none;
	border: 1px solid rgb(238, 238, 238);
}

#contactFrm label {
	display: block;
	line-height: 40px;
	width: auto;
	margin-top: 0;
}

#contactFrm .interestarea {
	display: none;
}

#contactFrm label input[type="checkbox"] {
	float: left;
	height: 40px;
	margin-right: 10px;
}

#unnediger-wrapper-weil-jquery-behindert-ist {
	position: relative;	
}

#unnediges-overlay-weil-jquery-behindert-ist {
	position: absolute;        
    top: 20px;
    left: 0;
    opacity: .1;
    height: 46px;
    width: 114px;
}

button#send {
	margin-top: 20px;
}

button#send:disabled {
	background: #999;
	pointer-events: none;
}

#contactFrm-message {
	display: none;
	text-align: center;
    min-height: 100px;
    font-size: 22px;
}

#click-link-first-popover {
	position: absolute;
	bottom: 50px;
	left:57px;
	z-index: 10;
	max-width: 240px;
	background: #fff;
	padding: 15px;
	border-radius: 3px;
	font-size: 14px;
	box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
	display: none;
}

/* FOOTER SECTION */

#footerLeft {
	padding: 20px;
}

#footerLeft p {
	font-weight: 200;
	font-size: 15px;
}

#footerRight {
	padding: 20px;
}

#footerRight table td {
	font-weight: 200;
	padding: 1px;
	font-size: 15px;
}

#footer h2 {
	color: #000;
	font-weight: 400;
	margin: 0;
}

.footer-link,
.footer-link:hover,
.footer-link:active,
.footer-link:visited {
	font-weight: 400;
	font-size: 15px;
	color: #000;
	text-decoration: none;	
}

#only-small {
	display: none;
}

@media(min-width: 1068px) {
	.content-section {
		max-height: none !important;
	}
}

@media(max-width: 1068px) {
	.navigation, .navnew {
		display: none;
	}
	.container {
		width: 100%;
	}
	
	.mobile-navigation {
		display: block;
		width: 100%;
		background: rgb(104,170,118);
		color: #fff;
		padding: 10px;
		margin: 20px 0px;
	}
	
	.mobile-navigation i {
		font-size: 25px;
	}
	
	.mobile-nav-container {
		display: none;
		margin-top: 10px;
		padding-top: 10px;
		border-top: 1px solid #fff;
	}
	
	.mob-nav-item,
	.mob-nav-item:visited,
	.mob-nav-item:active,
	.mob-nav-item:hover {
		display: block;
		color: #fff;
		text-decoration: none;
		padding: 3px;
		font-size: 18px;
		font-weight: 200;
	}
	
	.mob-nav-items {
		list-style: none;
	}
	
	.mob-nav-items li a,
	.mob-nav-items li a:hover,
	.mob-nav-items li a:active,
	.mob-nav-items li a:visited {
		color: #fff;
		text-decoration: none;
		font-weight: 200;
	}
	
	.content-section {
		margin-top: 10px;
		margin-bottom: 10px;
	}
	
	.content-section {
		max-height: 70px;
		overflow: hidden;
	}
	
	#section1 {
		max-height: none;
	}
	
}

@media(max-width: 760px) {
	.content .left,
	.content .right {
		width: 100%;
		float: left;
		padding: 0;
		margin-bottom: 10px;
	}
	.logo-section {
/* 		text-align: left; */
	}	
	.slider-large {
		display: none;
	}
	.slider-small {
		display: block;
	}
	div.kunde {
		width: calc(100% - 20px);
	}
	#footer-right {
		text-align: center;
	}
	#footerRight table {
		display: inline;
	}
	#only-small {
		display: inline-block;
	}
}

@media(max-width: 530px) {
	.section-header h3 {
		font-size: 19px;
	}
}

@media(max-width: 464px) {
	#mobile400 {
		display: inline;
	}
}

/* NEW NAVIGATION */

.neuesbgbild {
	position: absolute;
    bottom: 0px;
    left: calc(50% - 313px);
    max-width: 710px;
    height: auto;
    margin: 0 auto;
    display: block;
}

.bigbg {
	display: none;
}

.navigation {
	position: relative;
}

.navnew {
	height: calc(100vh - 195px);
}

img#lernen {
	width: 300px;
	left: calc(50% - 150px);
}

span#lernen-text {
	width: auto;
	font-size: 28px;
	bottom: 40px;
	left: calc(50% - 166.96px);
}

.newbubble {
	position: absolute;
}

.newbubble .circle {
	width: 50px;
	height: 50px;
	border-radius: 50%;
	background-color: rgb(104,170,118);
}

.newbubble#praxis {
	bottom: 70px;
	left: calc(50% - 380px);
}

.newbubble#archiv {
	bottom: 200px;
	left: calc(50% - 320px);
}
.newbubble#wdb {
	bottom: 301px;
	left: calc(50% - 198px);
}

.newbubble#aktuelles {
	bottom: 347px;
	left: calc(50% - 26px);
}

.newbubble#bildung {
	bottom: 301px;
	left: calc(50% + 156px);
}
.newbubble#service {
	bottom: 200px;
	left: calc(50% + 275px);
}

.newbubble#verein {
	bottom: 70px;
	left: calc(50% + 338px);
}


.newbubble h2 {
    position: absolute;
    margin: 0;
    color: #222;
    font-size: 20px;
    font-weight: 300;
    top: 0px;
    left: 60px;
    text-indent: 10px;
    line-height: 52px;
    text-shadow: 1px 1px 1px #fff;
}

.newbubble i {
	top: 10px;
	left: 12px;
}

#bildung i {
	left: 10px;
}

#archiv i {
	left: 11px;
}

#verein i {
	left: 7px;
}

.newbubble img {
	position: absolute;
}

.leftpos h2 {
	left: unset;
	right: 65px;
}
#aktuelles h2 {
	left: -21px;
	top: -50px;
}
#aktuelles i {
	left: 13px;
}



@media (min-height: 720px) and (min-width: 1340px) {
	.neuesbgbild {
		display: none;
	}
	
	.bigbg {
		position: absolute;
	    bottom: 0px;
	    left: calc(50% - 425px);
	    max-width: 850px;
	    height: auto;
	    margin: 0 auto;
	    display: block;
	}
	
	
	.navigation {
		position: relative;
	}
	
	.navnew {
		height: calc(100vh - 195px);
	}
	
	img#lernen {
		width: 300px;
		left: calc(50% - 150px);
	}
	
	span#lernen-text {
		width: auto;
		font-size: 28px;
		bottom: 40px;
		left: calc(50% - 166.96px);
	}
	
	.newbubble {
		position: absolute;
	}
	
	.newbubble .circle {
		width: 50px;
		height: 50px;
		border-radius: 50%;
		background-color: rgb(104,170,118);
	}
	
	.newbubble#praxis {
		bottom: 100px;
		left: calc(50% - 470px);
	}
	
	.newbubble#archiv {
		bottom: 260px;
		left: calc(50% - 400px);
	}
	.newbubble#wdb {
		bottom: 391px;
		left: calc(50% - 260px);
	}
	
	.newbubble#aktuelles {
		bottom: 463px;
		left: calc(50% - 26px);
	}
	
	.newbubble#bildung {
		bottom: 391px;
		left: calc(50% + 200px);
	}
	.newbubble#service {
		bottom: 260px;
		left: calc(50% + 355px);
	}
	
	.newbubble#verein {
		bottom: 100px;
		left: calc(50% + 420px);
	}
	
	
	.newbubble h2 {
	    position: absolute;
	    margin: 0;
	    color: #222;
	    font-size: 20px;
	    font-weight: 300;
	    top: 0px;
	    left: 60px;
	    text-indent: 10px;
	    line-height: 52px;
	    text-shadow: 1px 1px 1px #fff;
	}
	
	.newbubble i {
		top: 10px;
		left: 12px;
	}
	
	#bildung i {
		left: 10px;
	}
	
	#archiv i {
		left: 11px;
	}
	
	#verein i {
		left: 7px;
	}
	
	.newbubble img {
		position: absolute;
	}
	
	.leftpos h2 {
		left: unset;
		right: 65px;
	}
	#aktuelles h2 {
		left: -21px;
		top: -50px;
	}
	#aktuelles i {
		left: 13px;
	}
}
 #section1 .kunde img.kunden-bild {
	 border-radius: 50%;
	 max-height: unset;
 }
 #scrollIcon {
	position: absolute;
    display: block;
    width: 50px;
    margin: 0 auto;
    bottom: 5px;
    left: calc(50% - 22px);
    z-index: 90000;
}

.homevideo {
	width: 100%;
}

.interestarea {
	display: none;
}

#interestlabel {
	display: none;
}