@CHARSET "UTF-8";

@import url(http://fonts.googleapis.com/css?family=Dosis&subset=latin,latin-ext);

/* width : 1040px */

body {
	font-family: Dosis, sans-serif;
	color: #878787;
	padding: 0px;
	margin: 0px;
	background-image: url("../images/schatten_bg.png");
	background-attachment: scroll;
	background-position: bottom;
	background-repeat: no-repeat;
	background-color: #eeefef;
	overflow-y: scroll;
}

#outer {
	margin-top: 70px;
	width: 1040px;
	margin-left: auto;
	margin-right: auto;
	border: 1px solid #878787;
	margin-bottom: 70px;
	background-color: white;
}

#main {
	padding-left: 70px;
	padding-right: 70px;
	padding-bottom: 10pt;
}

#logo {
	position: relative;
    top: 10px;
    left: 0;
    padding: 10px 50px;
    background: #fff;
    width: 25%;
    -webkit-box-shadow: 3px 0px 11px 0px rgba(0,0,0,0.31); 
	box-shadow: 3px 0px 11px 0px rgba(0,0,0,0.31);
}

#headImage{
	position: absolute;
}

#top{
	height: 340px;
}
.row{
  display: flex;
  margin-bottom: 35px;
}
.column{
  flex: 30%;
}
.column{
    padding-right: 20px;
}
.column:last-child{
    padding-right: 0px;
}
.column img{
    border: 1px solid;
	width: 100%;
	height: auto;
}



#main p {
	margin-top: 0px;
}

h1 {
	text-transform: uppercase;
	margin-bottom: 0px;
	margin-top: 40pt;
}
a {
	outline: 0px;
	text-decoration: none;
	color:#1c9ad7;
}
a:hover{
	
	color: #941541;
}

q {
  quotes: "“" "”" "‘" "’";
}
q:before {
    content: open-quote;
}
q:after {
    content: close-quote;
}

.indent {
	padding-left: 2em;
	padding-right: 2em;
}

/* footer */

#footer {
	position: fixed;
	right: 10px;
	bottom: 10px;
}

/* language */

#lang {
	float: right;
	padding-top: 0.5em;
	padding-bottom: 0.5em;
	padding-right: 0.5em;
}

/* menu */

ul.menu {
	margin: 0px;
	background-color: #1d9ad7;
	padding-left: 70px;
	padding-top: 0.5em;
	padding-bottom: 0.5em;
}

ul.menu > li {
	display: inline;
	padding-right: 1em;
}

ul.menu a {
	text-decoration: none;
	text-transform: uppercase;
	color: white;
}

ul.menu a.active {
	color: #941541;
}

ul.menu a.active:visited {
	color: #941541;
}

ul.menu a:visited {
	color: white;
}

ul.menu a:hover,
a:hover {
	color: #941541;
}
