*{
	transition: all 0.5s ease;
}

html{
	height: 100%;
}

body{
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	line-height: 20px;
	color: #000;
	margin: 0;
	height: 100%;
}

/* latin */
@font-face {
	font-family: 'Open Sans';
	font-style: normal;
	font-weight: 400;
	src: local('Open Sans'), local('OpenSans'), url(https://fonts.gstatic.com/s/opensans/v13/cJZKeOuBrn4kERxqtaUH3VtXRa8TVwTICgirnJhmVJw.woff2) format('woff2');
	unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215, U+E0FF, U+EFFD, U+F000;
}

a, a:hover{
	color: #004896;
}

h1{
	font-size: 24px;
}

h2{
	font-size: 20px;
}

h3{
	font-size: 18px;
}

h4{
	font-size: 16px;
}

.main{
	background-color: #fff;
	box-shadow: 0px 6px 47px -3px rgba(0,0,0,0.75);
}

.logo{
	display: inline-block;

}

.logo:hover {
	transform: scale(1.2);
}

.menu-button{
	margin-top: 20px;
	color: #000;
	height: 50px;
	width: 50px;
}

.menu-button:hover{
	color: #000;
}

.navi-mobile ul.flexnav li a {
	background-color: #FFF;
}

.navi-mobile ul.flexnav span.touch-button {
	background-color: #FFF;
}

.flexnav .touch-button {
	height: 36px;
}

.flexnav .touch-button .navicon {
	top: 1em;
	background-color: #FFF;
}

.main span.touch-button {
	background-color: #FFF;
}

.navi-left{
	margin: 40px 0 40px 40px;
	display: inline-block;
}

.navi-left a {
	color: #000;
}

.navi-left a:hover {
	text-decoration: underline;
}

.navi-left ul {
	list-style-type: none;
	padding: 0;
}

.navi-left ul li{
	margin: 0;
	padding: 0;
}

.navi-left ul li a{
	font-weight: bold;
	display: inline-block;
	padding: 4px;
}

.navi-left li.active a, .navi-left li.active_no_kids a{
	background-color: #f8f8f8;
	text-shadow: 0 0 5px #d8d8d8;
	border-radius: 4px;
}

.navi-left li.active.parentactive ul a{
	background-color: #fff;
	text-shadow: none;
}

.navi-left ul ul li a{
	font-weight: normal; 
}

.navi-left ul ul a:before{
	content: "- ";
}

.shortcuts ul {
	list-style-type: none;
}

.search{
	margin: 0 0 0 40px;
}

.search .form-control{
	font-size: 14px;
	line-height: 20px;
}


/*id für hauptinhalt (ckeditor)*/
#Content{
	margin: 40px;
}

.templateContent{
	min-height: 300px;
}

.footer{
	margin: 40px;
}

/* Small Devices, Tablets */
@media only screen and (min-width : 768px) {

}

/* Medium Devices, Desktops */
@media only screen and (min-width : 992px) {

}

/* Large Devices, Wide Screens */
@media only screen and (min-width : 1200px) {

}