/*
|--------------------------------------------------------------------------
| Fonts
|--------------------------------------------------------------------------
*/
@import url(https://fonts.googleapis.com/css?family=Lekton:400,700);

html,
body {
	font-family: 'Lekton', sans-serif;
	font-size: 13px;
	color: #1D1D1D;
	letter-spacing: 2px;
}

h1,
h2,
h3,
h4,
h5 {
	font-family: inherit;
	font-size: inherit;
	color: inherit;
	font-weight: normal;
	text-transform: uppercase;
	margin: 0 0 4px;
}

h1 {
	font-weight: 700;
}

a {
	color: inherit;
}

a:hover,
a:focus,
a:active {
	color: inherit;
	text-decoration: underline;
}



/*
|--------------------------------------------------------------------------
| General
|--------------------------------------------------------------------------
*/
body {
	padding: 45px 30px;
}

.logo {
	max-width: 250px;
	margin: 0 auto;
}
.textblocktitel {
	max-width: 700px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 40px;
	text-align: center;
	font-size: 18px;
	font-weight: bold;	
}
.textblockuntertitel {
	max-width: 700px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
	text-align: center;
		font-size: 16px;
		font-weight: bold;	

}
.textblock {
	max-width: 700px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
	text-align: center;
}
.textblockoeffnung {
	max-width: 700px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
	text-align: center;
	font-weight: bold
}
.textblocklink {
	max-width: 700px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
	max-resolution: 500px;
	text-align: center;
}
.vcenter {
    display: inline-block;
    vertical-align: middle;
    float: none;
}

@media (max-width: 991px) {
	body {
		text-align: center;
	}
}



/*
|--------------------------------------------------------------------------
| Bootstrap
|--------------------------------------------------------------------------
*/
@media (min-width: 992px) {
	.text-md-right {
		text-align: right;
	}
}
@media (min-width: 992px) {
	.logo {
	max-width: 500px !important;
	margin: 0 auto;
	margin-top: 100px !important;
}
}


/*
|--------------------------------------------------------------------------
| Footer
|--------------------------------------------------------------------------
*/
body {
	margin-bottom: 79px; /* bottom = footer height */
}

.footer {
	padding: 30px; 
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
		font-weigt: bold;
}