﻿/*---reset---*/
    
* {
    border:0 none;
    margin:0;
    padding:0;
}

html {
	height: 100%;
	display: block;
}

body {

	min-height: 100%;
	height: 100% !important;
	text-align: center;
}


/*---grundeinstellungen---*/

* {
/*	-webkit-transition: all 1.5s ease;
	-moz-transition: all 1.5s ease;
	-o-transition: all 1.5s ease;
	-khtml-transition: all 1.5s ease;
	transition: all 1.5s ease;
	*/
}

body {
	font-size: 12px;
	font-family: 'Titillium Web', sans-serif;
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	-ms-hyphens: auto;
	hyphens: auto;
	background-color: #CCCCCC;
}


h1, h2, h3, h4, h5, h6 {
	font-size: 1.6em;
}

a {
	text-decoration: none;
	outline: none;
	-moz-outline-style: none;
	color: #666666;
}

a:hover {
	color: #FF6600;
	text-decoration:underline;

}

a:active {
	text-decoration:underline;
}

p {
	text-align: left;
	margin-bottom: 0px;
	line-height: 1.4em;
}

img {
	border:0px;
	outline: none;
	-moz-outline-style: none;
  max-width:100%;
  height:auto;
}

li {
	list-style-type: none;
}
/*---positionen---*/

#bg {
	width: 100%;
	min-height: 100%;
	height: 100% !important;
}

#wrap {
	text-align: left;
	margin-right: auto;
	margin-left: auto;
}

#container {
	margin-top: 35px;
	padding: 10px;
	margin-left:auto;
	margin-right:auto;
}

#spalte {
    bottom: 17px;
    left: 16px;
    position: fixed;
}

#page_content {
	padding: 20px;
	width: 91%;
	float: left;
	min-height: 300px;
}

#footer {
	height: 1px;
	clear: both;
	position: fixed;
	right: 16px;
	bottom: 75px;
}

#testposition {
	height: 1px;
	clear: both;
	position: fixed;
	right: 45px;
	bottom: 45px;
}

div.breadcrumbs {
}

#top div {
	padding-right: 20px;
	padding-left: 20px;
	padding-bottom: 10px;
	padding-top: 0px;
	clear: both;
}


/*---columns---

.cols-3 div.item.column-1, 
.cols-3 div.item.column-2, 
.cols-3 div.item.column-3 {
    float:left;
    padding-right:2%;
    width:32%;
}

.cols-2 div.item.column-1, 
.cols-2 div.item.column-2 {
    float:left;
    padding-right:2%;
    width:48%;
}
*/

.custom_footer_video_rechts {
    margin-left: 737px;
    margin-top: -113px;
    position: absolute;
}