/*@import url("uikit-base.css");
@import url("mmenu.css");
@import url("font-awesome.min.css");*/

/* roboto-regular - latin-ext_latin */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/roboto-v27-latin-ext_latin-regular.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/roboto-v27-latin-ext_latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/roboto-v27-latin-ext_latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/roboto-v27-latin-ext_latin-regular.woff') format('woff'), /* Modern Browsers */
       url('../fonts/roboto-v27-latin-ext_latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/roboto-v27-latin-ext_latin-regular.svg#Roboto') format('svg'); /* Legacy iOS */
}

/* roboto-700 - latin-ext_latin */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  src: url('../fonts/roboto-v27-latin-ext_latin-700.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/roboto-v27-latin-ext_latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/roboto-v27-latin-ext_latin-700.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/roboto-v27-latin-ext_latin-700.woff') format('woff'), /* Modern Browsers */
       url('../fonts/roboto-v27-latin-ext_latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/roboto-v27-latin-ext_latin-700.svg#Roboto') format('svg'); /* Legacy iOS */
}




* {
margin: 0;
padding: 0;
/*-webkit-appearance: none;
-moz-appearance: none;*/
}

*, *:before, *:after {
    -moz-box-sizing: border-box;
     box-sizing: border-box;
}

body {
     height: 100%;
	font-family: "Roboto", Helvetica, Arial, "sans-serif";
	font-size: 18px;
	line-height: 1.6;
}

a img {
border: none;
}

img {
max-width: 100%;
	height: auto;
}

table {
/*width: 100%;
table-layout:fixed;*/
}

figure.image {
    display: inline-block;
    border: 1px solid gray;
    margin: 0 2px 0 1px;
    background: #f5f2f0;
}

figure.align-left {
    float: left;
}

figure.align-right {
    float: right;
}

figure.image img {
    margin: 8px 8px 0 8px;
}

figure.image figcaption {
    margin: 6px 8px 6px 8px;
    text-align: center;
}

.main {
	width: 100%;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: -1;

}


.wrap {
	max-width: 1000px;
	margin: 50px auto;
	width: 95%;
}

.header {
	background-color: #fff;
	text-align: center;
}

.content {
	background-color: rgba(255,255,255,0.7);
}


.content a, #impressum a, #datenschutz a {
	color: #c91717;
	text-decoration: none;
	-moz-transition: color 0.5s;
-ms-transition: color 0.5s;
-o-transition: color 0.5s;
-webkit-transition: color 0.5s;
transition: color 0.5s;
}

.content a:hover,  #impressum a:hover, #datenschutz a:hover {
	color: #006ab5;
}
h1 {
	color: #006ab5;
	font-weight: normal;
	font-size: 26px;
	margin-bottom: 26px;
	text-align: center;
}

h2 {
	color: #006ab5;
	font-weight: normal;
	font-size: 22px;
	margin-bottom: 1.6em;
}

h3 {
	color: #000000;
	font-weight: bold;
	font-size: 16px;
	margin-bottom: 0;
}

p {
	margin-bottom: 1.6em;
}

.footerWrap {
	background-color: #006ab5;
	color: #fff;
}

#footer a {
	color: #ffffff;
	text-decoration: none;
	-moz-transition: color 0.5s;
-ms-transition: color 0.5s;
-o-transition: color 0.5s;
-webkit-transition: color 0.5s;
transition: color 0.5s;
}

#footer a:hover {
	color: #c91717;
}

.footNav {
    font-size: 15px;
}
