
/* ***************/
/* Body */
/* ***************/

html, body {
	margin: 0px;
	background: #FFFFFF;
	
	height: 100%;
}
  
 
.scroll-to-top-link {
    position: fixed;
    right: 20px;
    bottom: 100px;
    cursor: pointer;
	
	background: url(../images/scroll-to-top-link.png) no-repeat;
	opacity: 1;
	width: 60px;
	height: 60px;
	z-index:99;
}
 
 
@media screen and (min-width: 1024px){

	.scroll-to-top-link {
		right: 2.5%;
		bottom: 7.5%;
	}

}	
 
 

/* ***************/
/* Header */
/* ***************/

header {
	display: block;
	width: 100%; 
	height: 75px;
	margin: 0px auto;
}
	
header .baseline {
	display: block;
	width: 100%; 		
    height: auto;
	margin: 0px auto;
}

header .layer {
	display: block;
	width: 100%;
	
	height: 70px;
	background: #EBEBEB;
	margin: 0px auto;
	border-top: 5px solid #FFD405;
	position: fixed;
    z-index: 3;
	
	box-shadow: inset 0px -3px 6px -6px #616161;
}

header .layer .logo {
    float: left;
    width: 390px;
	height: 55px;
    margin: 5px 0px 0px 40px;
	padding: 0px;
    background: url("../images/img_logo_smart.png") no-repeat;
}

header .layer .button { 
	float: right;
	width: auto;	
	margin: 20px 40px 0px 0px;
}

header .layer a {
	color: #396DB3;  
	font-family: arial, sans-serif;  
	font-size: 20px;
	font-weight: bold;
	text-decoration: none; 
	padding: 0px;
}

header .layer a:before {
    content: '\25C0';	/* https://www.w3schools.com/cssref/css_entities.asp */
	font-family: arial, sans-serif; 
	font-size: 18px;
	font-weight: normal;
	color: #000000;
    padding: 0px 10px 0px 0px;    
}


@media screen and (max-width:800px){
	
	header .layer .button { 
		display: none;
	}
	
}


@media screen and (max-width:460px){

	header .baseline {
		display: flex;
		align-items: center;
		justify-content: center;
	}

	header .layer .logo {
		display: block;
		width: 390px;
		height: 55px;
		margin: 5px 0px 0px 0px;
		padding: 0px;
		background: url("../images/img_logo_smart.png") no-repeat;
	}

}


@media screen and (max-width:414px){
	
	header .layer .logo {
		display: block;
		width: 350px;
		height: 50px;
		margin: 5px 0px 0px 0px;
		padding: 0px;
		background: url("../images/img_logo_smart_klein.png") no-repeat;
	}	
	
}	




.menubar {
	position: fixed;
	bottom: 0px;
	left: 0px;
	
	background: #EBEBEB;
	width: 100%;
	height: 80px;
	margin: 0px 0px 0px 0px;
	
	box-shadow: inset 0px 3px 6px -6px #616161;
	
	z-index: 1000000000;	
}

a.menubutton {
	position: fixed;
    left: 0px;
    bottom: 15px;
    cursor: pointer;
	text-decoration: none;
	
	background: #FFD405;
	
	height: 50px;
	width: 90%;
	border-radius: 5px;
	margin: 0px 5% 0px 5%;
	z-index: 10000000000;			
}

#button {
	text-align: center;
    color: #000000;
	font-family: arial, sans-serif; 
	font-size: 17px;
	font-weight: bold;
	padding: 15px 5% 15px 5%;
}







/* ***************/
/* Navigation */
/* ***************/

nav {
	position: fixed;
	bottom: 75px;
	left: 0px;
	width: 100%;
	
	display: none;
	height: auto;
	
	z-index: 1000000;
}

nav a {
	display: inline-block;
	width: 100%;
	padding: 15px 0px 15px 0px;
	text-decoration: none;
	color: inherit;
	font-family: arial, sans-serif;
	font-weight: normal;
}

nav ul {
	overflow: hidden;
	font-size: 17px;	
	color: #FFFFFF;
	text-transform: normal;
	padding: 0px;
	text-align: left;
	margin: 0px;
	width: 100%; 
	margin: 0px auto;
	background-color: #396DB3;
	padding-left: 0px;
}

nav ul li {
	display: inline-block;
	box-sizing: border-box;
	width: 100%;
	padding: 0px;
	text-align: center;
	border-bottom: 1px solid #FFFFFF;
}

nav ul li:hover {
	color: #FFD405;
}

#nr {
	display: none;	
}







/* ***************/
/* Main */
/* ***************/

main {
	display: block;
	width: 100%; 
    height: auto;
	margin: 0px auto;
}

main .body {
	display: block;
	width: 100%; 
    height: auto;
	margin: 0px auto;
	padding: 0px;
}



/* ***************/
/* Article */
/* ***************/

article {
	float: left;
	width: 100%; 
    height: auto;
	margin: 40px 0px 40px 0px;
	padding: 0px 0px 0px 0px;
}

article h1 {
	color: #396DB3;  
	font-family: arial, sans-serif;  
	font-size: 30px;
	font-weight: bold;
	line-height: 40px;
	margin: 0px;
	text-align: left;
}

article h2 {
	color: #000000;  
	font-family: arial, sans-serif;  
	font-size: 20px;
	line-height: 30px;
	font-weight: bold;
	margin: 0px;
	text-align: left;
	text-decoration: underline;
}

article h3 {
	color: #000000;  
	font-family: arial, sans-serif;  
	font-size: 17px;
	line-height: 22px;
	font-weight: normal;
	margin: 0px;
	text-align: left;
}

article #nr {
	color: #000000;
	font-family: arial, sans-serif;  
	font-size: 30px;
	font-weight: bold;
	line-height: 40px;
}

article .bild {
	display: block;
    float: left;
    margin: 30px 0px 0px 0px;
	width: 100%;
}

article section {
	display: block;
	max-width: 1024px; 
    height: auto;
	margin: 0px auto;
	padding: 0px 40px 0px 40px;
}

article section #p1 {
	margin: 40px 0px 0px 0px;
	padding: 0px;
}

article section #p2 {
	margin: 20px 0px 0px 0px;
	padding: 0px;
}

article section .bullet {
	padding-left: 20px;
	padding-top: 0px;
	margin-left: 0px; 
	margin-bottom: 0px; 
}

article section .bullet ul {
	margin: 0px;
	padding: 0px;
	list-style-type: disc;
	list-style-position: outside;
}

article section .bullet li {
	color: #000000;  
	font-family: arial, sans-serif; 
	font-size: 17px;
	line-height: 22px;
	margin-top: 20px;
}





.video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 0;
    height: 0;
    overflow: hidden;
	
	margin-top:30px;
}

.video-container iframe,
.video-container object,
.video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.video-container-wrapper {
	max-width: 100%;
	width: 920px;
	left: 0;
	right:0;
	margin:auto;
}





/* ***************/
/* Aside */
/* ***************/

aside {
	float: left;
	width: 100%; 
    height: auto;
	margin: 0px 0px 0px 0px;
	padding: 0px;
	
}

aside .headline {
	display: none;
}

aside .layer1 {
	float: left;
	width: 100%; 
    height: auto;
	margin: 0px;
	padding: 0px;
}

aside .layer2 {
	display: none;
}








/* ***************/
/* Footer */
/* ***************/

footer {
	display: block;
	width: 100%; 
    height: auto;
	margin: 0px auto;
	clear: both;
}

footer .baseline1 {
	float: left;
	width: 100%; 
    height: auto;
	margin: 0px auto;
	padding: 40px 0px 40px 0px;
	background: #616161;
}

footer .baseline2 {
	float: left;
	width: 100%; 
    height: auto;
	margin: 0px auto;
	padding: 20px 0px 20px 0px;
	background: #EBEBEB;
}

footer .layer1 {
	display: block;
	max-width: 1024px; 
    height: auto;
	margin: 0px auto;
	padding: 0px 40px 0px 40px;
}

footer .layer1 .section1 {
	float: left;
	width: 100%;
	height: auto;
	padding: 0px 0px 0px 0px;
}	

footer .layer1 .section2 {
	float: left;
	width: 100%;
	height: auto;
	padding: 0px 0px 0px 0px;
}
	
footer .layer1 #headline {
	color: #FFFFFF;  
	font-family: arial, sans-serif;  
	font-size: 17px;
	line-height: 22px;
	font-weight: bold;
	margin: 0px 0px 30px 0px;
	text-align: left;
}

footer .layer1 #logoam {
	float: left;
    width: 225px;
	height: 233px;
    margin: 0px 0px 40px 0px;
	padding: 0px;
    background: url("../images/logo_advomedica.png") no-repeat;
}

footer .layer2 {
	display: block;
	max-width: 1024px; 
    height: auto;
	margin: 0px auto;
	padding: 0px 40px 0px 40px;
}

footer .layer2 #text {
	color: #000000;  
	font-family: arial, sans-serif;  
	font-size: 17px;
	line-height: 22px;
	font-weight: normal;
	margin: 0px;
}

footer .layer2 .section1 {
	float: left;
	width: auto;
	height: auto;
	text-align: left;
	padding: 0px 0px 0px 0px;
}

footer .layer2 .section2 {
	float: left;
	width: auto;
	height: auto;
	text-align: left;
	padding: 20px 0px 80px 0px;
}
	

footer .layer3 {
	display: block;
	max-width: 1024px; 
    height: auto;
	margin: 0px auto;
	padding: 0px 40px 0px 40px;
}

footer .layer3 .section {
	float: left;
	width: 100%;
	height: auto;
	padding: 0px 0px 30px 0px;
}	

footer .layer3 #headline {
	color: #FFFFFF;  
	font-family: arial, sans-serif;  
	font-size: 17px;
	line-height: 22px;
	font-weight: bold;
	margin: 0px 0px 30px 0px;
	text-align: left;
}

footer .layer3 #text {
	display: inline-block;
	color: #000000;  
	font-family: arial, sans-serif;  
	font-size: 17px;
	line-height: 22px;
	font-weight: normal;
	margin: 30px 0px 30px 0px;
	text-align: left;
}

footer .layer3 .image1 {
	display: block;
	margin: 0px;
	background: url(../images/img_footer.png) 0px 0px no-repeat;
	width: 225px;
	height: 216px;
}

footer .layer3 .image2 {
	display: block;
	margin: 0px;
	background: url(../images/img_footer.png) -240px 0px no-repeat;
	width: 225px;
	height: 216px;
}

footer .layer3 .image3 {
	display: block;
	margin: 0px;
	background: url(../images/img_footer.png) -485px 0px no-repeat;
	width: 225px;
	height: 216px;
}



	

	
	
	
	
	




/* ***************/
/* Links */
/* ***************/

a.link1:link, a.link1:visited {
	color: #000000;  
	font-family: arial, sans-serif;  
	font-size: 16px;
	line-height: 20px;
	font-weight: normal;
	text-decoration: none;
}

a.link1:hover, a.link1:focus, a.link1:active {
	text-decoration: underline;
}

a.link2:link, a.link2:visited {
	color: #396DB3;  
	font-family: arial, sans-serif;  
	font-size: 17px;
	line-height: 22px;
	font-weight: bold;
	text-decoration: underline;
}

a.link2:hover, a.link2:focus, a.link2:active {
	text-decoration: none;
}






a.link3:link, a.link3:visited {
	color: #000000;  
	font-family: arial, sans-serif;  
	font-size: 17px;
	line-height: 22px;
	font-weight: normal;
	text-decoration: underline;
}

a.link3:hover, a.link3:focus, a.link3:active {
	text-decoration: none;
}

a.link4:link, a.link4:visited {
	color: #000000;  
	font-family: arial, sans-serif;  
	font-size: 17px;
	line-height: 22px;
	font-weight: normal;
	text-decoration: none;
}

a.link4:hover, a.link4:focus, a.link4:active {
	text-decoration: underline;
}


a.link5:link, a.link5:visited {
	color: #000000;  
	font-family: arial, sans-serif;  
	font-size: 17px;
	line-height: 22px;
	font-weight: normal;
	text-decoration: none;
	
	cursor: text;
}

a.link5:hover, a.link5:focus, a.link5:active {
	text-decoration: none;
}


.links a:link,.links a:visited {
	color: #000000;  
	font-family: arial, serif; 
	font-size: 17px;
	line-height: 25px;
	text-decoration: none;
}

.links a:hover,.links a:focus,.links a:active {
	text-decoration: underline;  
}








/* ***************/
/* Tellinks */
/* ***************/

a.tellink1[href^="tel"]:link,
a.tellink1[href^="tel"]:visited, 
a.tellink1[href^="tel"]:hover {

    color: #396DB3;  
	font-family: arial, sans-serif;  
	font-size: 32px;
	font-weight: bold;
	text-decoration: none;
}

a.tellink2[href^="tel"]:link,
a.tellink2[href^="tel"]:visited, 
a.tellink2[href^="tel"]:hover {

	color: #000000;  
	font-family: arial, sans-serif;  
	font-size: 20px;
	line-height: 30px;
	font-weight: bold;
	text-decoration: none;
}















