:root {
	--text: #444444;
	--gruen: rgba( 126,204, 48,1);
	--hellgruen: ##ebebeb;
	--tuerkis: #2A9860;
	--helltuerkis: #ebebeb;
	--moos: #76CF1D;
	--hellmoos: #F1FCAB;
	--blau:	#00386A;
	--orange: #E25F35;
	--dunkelrot: #982704;
}

html {
	width: 100%;
}
@font-face {
    font-family: 'K2D';
    src: url('K2D-MediumItalic.woff2') format('woff2'),
        url('K2D-MediumItalic.woff') format('woff');
    font-weight: 500;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'K2D';
    src: url('K2D-ExtraLightItalic.woff2') format('woff2'),
        url('K2D-ExtraLightItalic.woff') format('woff');
    font-weight: 200;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'K2D';
    src: url('K2D-BoldItalic.woff2') format('woff2'),
        url('K2D-BoldItalic.woff') format('woff');
    font-weight: bold;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'K2D';
    src: url('K2D-Italic.woff2') format('woff2'),
        url('K2D-Italic.woff') format('woff');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'K2D';
    src: url('K2D-ExtraBold.woff2') format('woff2'),
        url('K2D-ExtraBold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'K2D';
    src: url('K2D-ExtraBoldItalic.woff2') format('woff2'),
        url('K2D-ExtraBoldItalic.woff') format('woff');
    font-weight: bold;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'K2D';
    src: url('K2D-Bold.woff2') format('woff2'),
        url('K2D-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'K2D';
    src: url('K2D-SemiBold.woff2') format('woff2'),
        url('K2D-SemiBold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'K2D';
    src: url('K2D-Regular.woff2') format('woff2'),
        url('K2D-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'K2D';
    src: url('K2D-Thin.woff2') format('woff2'),
        url('K2D-Thin.woff') format('woff');
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}

html {
	width: 100%;
}
body {
	font-family: 'K2D', sans-serif;
	font-size: 16px;
	line-height: 20px;
	font-weight: 20bold;
	background-color:#ffffff;
	color: #000;
	width: 100%;
	margin: 0;
	padding: 0;
}

#main ul, #main li {
	list-style:disc;

}

#main ul {
	padding:0;
	margin:0;
}

#main li {
	padding-left:20px;
	margin-left:20px;
}

#mobileswitch {
	position: absolute;
	overflow: hidden;
	right: 20px;
	top: 10px;
	width: 60px;
	height: 45px;
	text-align: center;
	z-index: 1050;
	display: block;
	background-image: url(../images/mobileswitch.png);
	background-size: contain;
	background-position: center center;
	background-repeat: no-repeat;
}

#mobileswitch:hover {
	cursor: pointer;
}

.clearfix {
	clear: both;
}
.button {
  	border-radius: 4px;
	background-color: #f4511e;
	border: none;
	color: #FFFFFF;
	text-align: center;
	font-size: 28px;
	padding: 20px;
	width: 250px;
	transition: all 0.5s;
	cursor: pointer;
	margin: 5px;
}

.button span {
	cursor: pointer;
	display: inline-block;
	position: relative;
	transition: 0.5s;
}

.button span:after {
	content: '\00bb';
	position: absolute;
	opacity: 0;
	top: 0;
	right: -20px;
	transition: 0.5s;
}

.button:hover span {
	padding-right: 25px;
}

.button:hover span:after {
  	opacity: 1;
  	right: 0;
}
.btn {
	padding: 20px 50px;
	margin: 50px 0 0 0;
}

#slider {
	cursor: pointer;
}

#logo {
	position: absolute;
	z-index: 10;
	width: 100%;
	height: auto;
	top: 0;
}

#logo img {
	width: 15vw;
	height: auto;
	position: absolute;
	top: 7vw;
	left: 5vw;
	box-shadow: 0px 0px 0px 0px;
	border-radius: 0px;
}

#tel {
	position: absolute;
	z-index: 1000;
	width: 100%;
	height: auto;
	top: 30px;
}

#tel img {
	width: 3vw;
	height: auto;
	position: absolute;
	top: -30px;
	right: 4vw;
	box-shadow: 0px 0px 0px 0px;
	border-radius: 0px;
}

#email {
	position: absolute;
	z-index: 1000;
	width: 100%;
	height: auto;
	top: 30px;
}

#email img {
	width: 3vw;
	height: auto;
	position: absolute;
	top: -30px;
	right: 8vw;
	box-shadow: 0px 0px 0px 0px;
	border-radius: 0px;
}

/*#logo h1 {
	font-weight: 800;
	color: #FFF;
	font-size: 1.5vw;
	text-align: right;
 	margin-top: calc(40vw - 74px);
	margin-right: 5vw;
}
*/
#box_useragreement h1 {
    color: #FFF;
    width: calc(100% + 40px);
    margin-left: -20px;
    padding: 10px 0;
    background-color:#0021a5;
    text-align: center;
}
.va_cont{
	width:100%;
	max-width:1180px!important;
	height:auto;
	position:relative;
	clear:both;
	margin-bottom:10px;
	padding:10px;
	background-color:#FFFFFF;
	border: solid 1px #444;
	color: #444;
	font-family: arial;
	font-size: 13px;
}

div.colbox {
    float:left;
    background-color:#00efDD;
    width:3em;
    height:1em;
    margin:0px 10px 0px 0px;
    border:1px solid #3d414f;
}

#abdunkeln {
	display: block;
	width: 100vw;
	height: 100vh;
	position: fixed;
	background-color: rgba(0,0,0,0.7);
	z-index: 5000;
}

#loginclose {
	position: absolute;
	right: 10px;
	top: 10px;
	width: 30px;
	height: 30px;
	background-image: url('/img/close.png');
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	cursor: pointer;
}

#loginbox {
	position: relative;
	padding: 10px;
	box-sizing: border-box;
	width: 350px;
	height: auto;
	background-color: #FFF;
	margin-left: calc(50% - 175px);
	margin-top: 200px;
}

#loginbox label {
	display: inline-block;
	width: 120px;
}
  
#content {
	z-index: 0;
}

article {
	position: relative;
	display: block;
	width: 90%;
	max-width: 1200px;
	padding-top: 0px;
	margin: 0 auto;
}

.artikellink {
	position: absolute;
	display: block;
	width: 100%;
	height: 100%;
	z-index: +1;
}


article.hintergrundgrau {
	width: 100%;
	box-sizing: border-box;
	background-color: #eee;
	padding: 10px;
}

article.hintergrundhellgrau {
	width: 100%;
	box-sizing: border-box;
	background-color: #efefef;
	padding: 10px;
}

article.hintergrunddunkelgrau {
	width: 100%;
	box-sizing: border-box;
	background-color: #a0a1a1;
	padding: 10px;
}

article.hintergrundbeige {
	width: 100%;
	box-sizing: border-box;
	background-color: #fffeec;
	padding: 10px;
}

@media only screen and (max-width: 599px) {

	#logo img {
		width: 35vw;
		height: auto;
		position: absolute;
		top: 1vw;
		left: 3vw;
	}
	#logo h1 {
		font-weight: 800;
		color: #FFF;
		font-size: 3vw;
		text-align: right;
		margin-top: calc(55vw - 74px);
		margin-right: 5vw;
	}	

	#tel img {
		width: 10vw;
		height: auto;
		position: absolute;
		top: 11vw;
		right: 5vw;
		box-shadow: 0px 0px 0px 0px;
		border-radius: 0px;
	}

	#email img {
		width: 10vw;
		height: auto;
		position: absolute;
		top: 11vw;
		right: 16vw;
		box-shadow: 0px 0px 0px 0px;
		border-radius: 0px;
	}
	article.parallaxbox {
		display: none;
	}

}

.box33 {
	position: relative;
	max-width: 100%;
	padding: 5px;
}

.box33 h1 {
	margin: 0;
	padding-top: 20px;
	padding-bottom: 20px;
	text-align: center;
	font-size: 150%;
	color: #0021a5	;
}

.box33 h2 {
	margin: 0;
	padding-top: 20px;
	padding-bottom: 20px;
	text-align: center;
	font-size: 100%;
	color: #2f4378;
}

.box33 {
	border: #aaa solid 1px;
	box-sizing: border-box;
	background: #fff;
}

box50 {
	position: relative;
	max-width: 100%;
	padding: 5px;
}

.box50 h2 {
	margin: 0;
	padding-top: 20px;
	padding-bottom: 20px;
	text-align: center;
	font-size: 100%;
	color: #2f4378;
}

.box50 {
	box-shadow: 10px 10px 15px silver;
	border: #aaa solid 1px;
	box-sizing: border-box;
	background: #fff;
}

figure {
	min-width: 100%;
}	
figure img {
	box-shadow: 10px 5px 15px silver;
	width:100px;
	border: solid 4px #FFFFFF;
	border-radius: 10px;
}
		
	
.bildlinks {
	float: left;
	margin: 0 40px 30px 0;
}
	
.bildrechts {
	float: right;
	margin: 0 0 30px 40px;
}
	
.bildtop {
	float: none;
	margin: 0 auto;
}

h1 {
	color: #0021a5;
	font-size: 150%;
	line-height: 150%;
	margin: 20px 0 20px 0;
}

h2 {
	color: #0021a5;
	font-size: 120%;
	line-height: 100%;
	padding-bottom: 10px;
}

h3 {
	color: #0021a5;
	font-size: 80%;
	line-height: 100%;
	margin: 20px 0 20px 0;
}

h4 {
	color: #0021a5;
	font-size: 60%;
	line-height: 100%;
	margin: 20px 0 20px 0;
}

p.italic {
	font-family: 'Droid Serif', sans-serif;
	font-style: italic;
	line-height: 30px;
}

p.italic__lh-21 {
	line-height: 21px;
}

a {
	font: inherit;
	color:#003d8f;
	text-decoration: none;
	transition: all 0.3s ease;
}
a:hover {
  	text-decoration: underline;
}

a[href^="tel:"] {
	color: inherit;
	text-decoration: none;
}

img {
	max-width: 100%;
	box-shadow: 10px 10px 15px silver;
	
}

#content a,
#content a:visited {
	color: #ff0004;
	text-decoration: underline;
}

#content a:hover {
	color:#003d8f;
	text-decoration: underline;
}

h1 a:hover {
  	text-decoration: none;
}

h3 {
	font-size: 30px;
  	line-height: 42px;
}

h4 {
  	font-size: 20px;
  	line-height: 36px;
}
h4 a:hover {
  	text-decoration: none;
  	color: #2f4378;
}
.overlay-wrap {
  	position: relative;
}
.overlay {
  	background: rgba(0, 0, 0, 0.5);
  	position: absolute;
  	left: 0;
  	top: 0;
  	right: 0;
  	bottom: 0;
  	z-index: -1;
}
/*========================================================
                    HEADER styles
=========================================================*/
#header {
	position: relative;
	text-align: left;
	background-size: cover;
	background-position: center center;
}

#header .container {
	width: 60%;
	margin: 0 20%;
}

#header .container .row {
	margin-left: 0;
}

#header .header-wrapper {
	position: relative;
}


/* Main menu styles
========================================================*/
nav {
	width: 100%;
	height: 54px;
	background: rgba(0, 0, 0, 0.4);
	margin: 0 auto;
	line-height: 15px;
	z-index: 1000;
	position: absolute;
	list-style:none;
	text-align: center;
	display: none;
}

.modul {
	position: relative;
	max-width: 1200px;
	margin: 20px auto auto auto;
	padding: 0px;
	overflow: hidden;
	clear: both;
	display: flex;
	flex-wrap: wrap;
}

.container_box33 {
	position: relative;
	max-width: 1200px;
	margin: 20px auto auto auto;
	padding: 0px;
	overflow: hidden;
	clear: both;
}

.modul .box33 {
	float: none;
	flex: 1;
	min-width: 350px;
}


.box33 {
	display: block;
	padding-top: 10px;
	padding-left: 10px;
	padding-right: 10px;
	box-sizing: border-box;
}

.box33 img {
	box-shadow: 0px 0px 0px 0px;
	padding-top: 10px;
	padding-left: 0px;
	padding-right: 0px;
}

.container_box50 {
	position: relative;
	max-width: 1200px;
	margin: 20px auto auto auto;
	padding: 0px;
	overflow: hidden;
	clear: both;
}

.modul .box50 {
	float: none;
	flex: 1;
	min-width: 350px;
}


.box50 {
	display: block;
	padding-top: 10px;
	padding-left: 10px;
	padding-right: 10px;
	box-sizing: border-box;
	box-shadow: 10px 10px 15px silver;
}

.box50 img {
	box-shadow: 0px 0px 0px 0px;
	border-radius: 0px;
	padding-top: 10px;
	padding-left: 0px;
	padding-right: 0px;
}

nav ul {
	width: 100%;
	margin: 0 auto;
	z-index: 900;
	padding-left: 20%;
	color: #f2e1ad;
	font-weight: bold;
	box-sizing: border-box;
}

nav ul a {
	color:#ffffff;
}

nav ul li {
	position: relative;
	padding: 0;
	transition: 0.3s all ease;
	text-align: left; 
	float: none; 
	list-style:none;
	padding: 10px 10px;
}

nav ul > li > a {
	display: inline-block;
 	text-transform: uppercase;
	font-size: 14px;
	text-shadow: 1px 1px rgba(0,0,0,0.7);
	line-height: 12px;
	transition: 0.3s all ease;
	background-color: #efefe8;
	min-width: 180px;
	max-width: 180px;
	padding:3px;
}

nav ul > li > a:hover {
	text-decoration: none;
	color:#ef9a32;
	text-align: left;
}

nav > ul > li:first-child > a {
	padding-left: 10px;
}

nav > ul > li:last-child > a {
	padding-right: 10px;
}

nav ul > li.current > a {
	color:#2f4378;
}

nav ul a {
	transition: 0.3s all ease;
}

nav ul a:hover {
	transition: 0.3s all ease;
}

/* First level sub-menu styles
========================================================*/
nav ul ul {
	position: relative;
	padding-left: 0;
	z-index: 4;
	width: 180px;
	display: block;
	text-align: left;
	text-transform: uppercase;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	background: rgba(0, 0, 0, 0.4);
	color:#2f4378;
}

nav ul ul li a {
	display: block;
	padding-left: 10px;
	color:#2f4378;
}
nav ul ul li a:hover {
	text-decoration: none;
  	color: #efefe8;
}
/* Second level sub-menu styles
========================================================*/
nav ul ul ul {
	position: absolute;
	left: 160px;
	z-index: 4;
	margin-top: -8px;
}

/*========================================================
                    Tablett Ansicht
=========================================================*/
@media (max-width: 1199px) {
    /* XX */

#email img {
    width: 8vw;
    height: auto;
    position: absolute;
    top: 20vw;
    right: 14vw;
    box-shadow: 0px 0px 0px 0px;
    border-radius: 0px;
}

#tel img {
	width: 8vw;
	height: auto;
	position: absolute;
	top: 20vw;
	right: 4vw;
	box-shadow: 0px 0px 0px 0px;
	border-radius: 0px;
}

#logo h1 {
	display: none;
}
}



/*========================================================
                    Mobile Ansicht
=========================================================*/
@media (max-width: 800px) {
    /* XX */

#content .box33 p {
	padding: 0;
}
	
#content .box50 p {
	padding: 0;
}

body {
    font-family: 'Droid Serif', sans-serif;
    font-size: 1.5;
    line-height: 1.2;
    font-weight: 200;
    background-color:#fff;
    color: #000;
    width: 100%;
    margin: 0;
    padding: 0;
}
	
nav {
	width: 100%;
	height: ;
	background-color: rgba(241, 224, 172, 0.8);
	margin: 0 auto;
	line-height: 14px;
	z-index: 1000;
	position: absolute;
	list-style:none;
	text-align: center;
	display: none;
}
	
nav ul {
	width: 100%;
	margin: 0 auto;
	z-index: 900;
	padding-left: 0%;
	color: #2f4378;
	font-weight: bold;
	background-color: rgba(0,0,0,0.6);
}
	
#content .bildlinks { 
	min-width: 100% !important;
	margin: 10px 10px 10px 0px;
}
	
#content .bildrechts { 
	min-width: 100% !important;
	margin: 10px 10px 10px 0px;
}
	
table {
	max-width: 100% !important;
}
	
article.parallaxbox {
	display: none;
}
	
#mobileswitch {
	position: absolute;
	overflow: hidden;
	right: 20px;
	top: 10px;
	width: 95px;
	height: 45px;
	text-align: center;
	z-index: 1050;
	display: block;
	background-image: url(../images/mobileswitch.png);
	background-size: 100% 100%;
	background-position: center center;
	background-repeat: no-repeat;
}
	
#mobileswitch:hover {
	cursor: pointer;
}
	
nav ul ul {
	position: relative;
	padding-left: 0;
	z-index: 4;
	width: 200pt;
	display: block;
	text-align: center;
	text-transform: uppercase;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	background-color:#9c1611;
}
	
nav ul li {
			
	padding: 5px 10px;
	/*border-bottom: solid 1px #efefe8;
	max-width: 215px;*/
}

h1 {
	color: #0021a5;
	font-size: 150%;
	line-height: 120%;
	margin: 20px 0 20px 0;
}

h2 {
	color: #0021a5;
	font-size: 120%;
	line-height: 100%;
	padding-bottom: 10px;
}
.slideboxcontainer {
	position: relative;
	max-width: 100%;
	margin: 10px 10px 10px 10px;
	padding: 20px;
	overflow: hidden;
}

.modul .box33 {
	float: none;
	flex: none;
	min-width: 350px;
}

.box33 {
	min-height: 300px;
	width: 100%;
	overflow: hidden;
	margin-right: 10px;
	margin-bottom: 10px;
	border: 1px;
	border-bottom-color:#CCC;
	box-shadow: 15px 10px 10px silver;
	padding-right: 10px;
}

.modul .box50 {
	float: none;
	flex: none;
	min-width: 350px;
}

.box50 {
	min-height: 300px;
	width: 100%;
	overflow: hidden;
	margin-right: 10px;
	margin-bottom: 10px;
	border: 1px;
	border-bottom-color:#CCC;
	box-shadow: 15px 10px 10px silver;
	padding-right: 10px;
}

figure img {
	box-shadow: 0px 0px 0px silver;
}
	
#footer {
	width: 100%;
	height:auto;
	/*background-color: #0021a5;*/
	background-image: url(../images/hg-footer.jpg);
	background-size: 100% auto;
	background-position: left top;
	background-repeat: no-repeat;
	position:relative;
	display:block;
	font-size: 16px;
  	color:#fff;
  	text-decoration: none;
  	transition: all 0.3s ease;
}

#scrollup.show {
    display: block;
}

}

/*========================================================
                    FOOTER styles
=========================================================*/
#footer {
	width: 100%;
	height:auto;
	/*background-color: #0021a5;*/
	background-image: url(../images/hg-footer.jpg);
	background-size: 100% auto;
	background-position: left top;
	background-repeat: no-repeat;
	position:relative;
	display:block;
	font-size: 24px;
	line-height: 1.5;
  	color:#fff;
  	text-decoration: none;
  	transition: all 0.3s ease;
}

/*========================================================
                    Mobile Ansicht
=========================================================*/
@media (max-width: 1199px) {
    /* XX */

	nav ul li a {
		background-color: #0021a5;
		min-width: 190px;
		border-bottom: #0021a5;
		border-radius: 10pt;
		line-height: 20px;
		min-height: 30px;
		padding: 10px;
	}

	#footer {
		font-size: 15px;
		}
	}


footer a {
	font: inherit;
  	color:#ffffff;
  	text-decoration: none;
  	transition: all 0.3s ease;
}
a:hover {
  	text-decoration: underline;
}

footer img {
	border-radius: 0px 0px 0px 0px;
	box-shadow: 0px 0px 0px silver;
}

#footer div {
	width: 90%;
	max-width: 1200px;
	height: auto;
	margin: 0 auto;
	padding: 30px 0;
}

footer #footerwrapper div {
	float: left;
	width: 300px;
	color: #ffffff;
	margin-right: 50px;
	padding-left: 0;
	text-align:center;
}

#logo h1 {
	display: none;
}
/*============= Overflow ===============*/
.o__hidden {
  	overflow: hidden;
}
.color_2 {
  	color: #eea156;
}

#scrollup {
	width: 60px;
	height: 60px;
	position: fixed;
	bottom: 10px;
	right: 10px;
	font-size: 40px;
	color:#2f4378;
	display: none;
	z-index: 1000;
	box-shadow: 0px 0px 0px silver;
	border-radius: 0px 0px 0px 0px;
}

#scrollup:hover {
	cursor: pointer;
}

/* navigation desktop ab 1200 */

@media only screen and (min-width: 1200px) {

	#mobileswitch { 
		display: none;
	}
	#logo h1 {
		display: block;
	}
	nav {
		display: block;
		text-align: left;
		margin-left: 0px;
		width: 100%;
	}
	
	nav ul li {
		float: left;
	}

	nav ul ul li {
    	max-height: 0;
		overflow: hidden;
		display: block;
		text-transform: uppercase;
		text-decoration: none;
		font-size: 50%;
		transition: 0.3s all ease;
		transition-delay: 0.4s;
		padding: 0px 20px 0px 0px;
		color: #2f4378;
		font-weight: 800;		
		text-shadow: 1px 1px rgba(0,0,0,0.7);
		box-sizing: border-box;
	}
	
	nav ul li:hover li {
		max-height: 80px;
		padding: 10px 10px;
		border-bottom: solid 1px #a42335;
	}

	nav ul li a {
		background: none;
		min-width: 0;
	}
	
	nav ul li ul {
		height: auto;
		position: absolute;
		min-width: 100%;
	}
	
	nav ul ul li {
		background-color: rgba(237,237,237,0.5);
		width: 100%;
	}
	
	nav ul li ul li a {
		text-align: left;
	}
	
	nav.fixed {
		position: fixed;
		top: 0;
		text-align: left;
	}

	#scrollup {
		width: 60px;
		height: 60px;
		position: fixed;
		bottom: 50px;
		right: 40px;
		font-size: 50px;
		color:#2f4378;
		display: none;
		z-index: 1000;
		
	}
	
	#scrollup:hover {
		cursor: pointer;
	}

	#scrollup.show {
		display: block;
	}
	
	figure {
		min-width: 0;
	}

	.container_box33 {
		position: relative;
		max-width: 1200px;
		margin: 20px auto;
		padding: 0px;
		overflow: hidden;
		clear: both;
		display: flex;
		flex-direction: row;
		flex-wrap: wrap;
		row-gap: 10px;
		column-gap: 10px;
	}
	
	.container_box33 .box33 {
		
		width: calc((100% - 20px) / 3 );
		min-width: calc((100% - 20px) / 3 );
		max-width: calc((100% - 20px) / 3 );
		flex: 1;
	}

.container_box50 {
		position: relative;
		max-width: 1200px;
		margin: 20px auto;
		padding: 0px;
		overflow: hidden;
		clear: both;
		display: flex;
		flex-direction: row;
		flex-wrap: wrap;
		row-gap: 10px;
		column-gap: 10px;
	}
	
	.container_box50 .box50 {
		
		width: calc((100% - 10px) / 2 );
		min-width: calc((100% - 10px) / 2 );
		max-width: calc((100% - 10px) / 2 );
		flex: 1;
	}
		
	article.parallaxbox {
	width: 100%;
	min-height: 300px;
	padding-left: calc(50% - 600px);
	padding-right: calc(50% - 600px);
	background-size: cover;
	background-position: center 0;
	background-attachment: fixed;
	color: #fff;
	margin-bottom: 0px;
	text-align: center;
	font-size: 28px;
}

	article.parallaxbox p {
	text-shadow: rgba(0,0,0,0.8) 3px 3px 4px;
	}

}