/* 
 * sitekreatorCMS
 * agrades.de
 * 
*/

/* roboto-regular - latin */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  src: url('../../pub/fonts/roboto/roboto-v15-latin-regular.eot'); /* IE9 Compat Modes */
  src: local('Roboto'), local('Roboto-Regular'),
       url('../../pub/fonts/roboto/roboto-v15-latin-regular-.eot#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../../pub/fonts/roboto/Unknown') format('woff2'), /* Super Modern Browsers */
       url('../../pub/fonts/roboto/roboto-v15-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('../../pub/fonts/roboto/roboto-v15-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../../pub/fonts/roboto/roboto-v15-latin-regular.svg#Roboto') format('svg'); /* Legacy iOS */
}

html, body {
margin: 0px;
padding: 0px;
height: 100%;
}

body {
	background: url("../../pub/img/bg/hellblau-muster.jpg") #b5b5b5;
	color: #5ab7e8;
    font-family: "Roboto",sans-serif;
}

a {
    color: #5ab7e8;
    text-decoration: none;
}
a:hover {
    font-weight: bold;
}

.clear {
	clear: both
}

.mittiginhalt {
    background: url("../../pub/img/bg/inhalt-weiss-schatten-menurechts.png") repeat-y scroll center center rgba(0, 0, 0, 0);
    margin: 0 auto;
    text-align: left;
    width: 1100px;
	min-height: 100%;
	height: auto !important;
    z-index: 5;
}
.mittigkopf {
    background: url("../../pub/img/bg/kopf-weiss-schatten.png") repeat-y scroll center center rgba(0, 0, 0, 0);
    margin: 0 auto;
    text-align: left;
    width: 1100px;
    height:270px;
    z-index: 5;
}
.mittigfuss {
    background: url("../../pub/img/bg/inhalt-weiss-schatten-menurechts.png") repeat-y scroll center center rgba(0, 0, 0, 0);
    margin: 0 auto;
    text-align: left;
    width: 1100px;
    z-index: 5;
    padding:20px 110px 30px 100px;
}
.menu {
	padding: 20px 0 20px 20px;
	text-align:right;
	z-index: 7;
}

.haupttext {
	/* position: absolute;
	z-index: 6;
	background: #fff;
	border:solid 1px #bbbbbb;
	border-radius: 5px;
	margin-top:20px;
	margin-bottom:20px;
	padding: 0 30px 0 30px;
	width:900px;
	filter:alpha(opacity=90);*/ /* IE */
	-moz-opacity:0.9; /* Gecko-Browser */
	opacity:0.9; /* Opera 9+ */
}
.haupttext h1, h2, h3, h4, h5, a {
	text-decoration: none;
}


#logowebsite {
	position:absolute; margin:60px 50px 20px 350px;
}


#text {
    background: url("../../pub/img/bg/text-hellblau.png") repeat scroll 0 0 rgba(0, 0, 0, 0);
    float: left;
    margin-left: 100px;
    margin-right: 20px;
    padding: 10px 20px 20px 25px;
    width: 620px;
}

#cms {
    background: url("../../pub/img/bg/text-hellblau.png") repeat scroll 0 0 rgba(0, 0, 0, 0);
    float: left;
    margin-left: 100px;
    margin-right: 20px;
    padding: 10px 20px 20px 25px;
    width: 580px;
}

#menu {
    background: url("../../pub/img/bg/schatten-menu-oben.png") no-repeat scroll center top rgba(0, 0, 0, 0);
    float: right;
    margin-right: 84px;
    width: 259px;
}

#menu ul {
    list-style: outside none none;
    margin-top: 0;
    padding-left: 0 !important;
}
#menu li {
    background: url("../../pub/img/bg/menu-hellblau.png") repeat scroll 0 0 rgba(0, 0, 0, 0);
    border-bottom: 1px solid #ffffff;
    color: #fff;
    font-size: 22px;
    font-weight: bold;
    padding: 8px 10px 8px 30px;
}

#menu li a { color:#fff; }
#menu li a:hover { color:#fff; }
#menu li:hover {
    background: url("../../pub/img/bg/menu-hellblau-aktiv.png") repeat scroll 0 0 rgba(0, 0, 0, 0);
    
}
#menu li.aktiv {
    background: url("../../pub/img/bg/menu-hellblau-aktiv.png") repeat scroll 0 0 rgba(0, 0, 0, 0);
}



#menu li li {
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    padding: 5px 0 3px 0;
}

#menu li li a { color:#fff; }
#menu li li a:hover { color:#fff; }

#menu span {
    color: #fff;
    font-size: 22px;
    font-weight: bold;
    padding: 3px 10px 3px 30px;
}
#menu span a {
    color: #fff;
    font-weight: bold;
    text-decoration: none;
}

#inhalt {
    text-align: left;
}
div#inhalt hr {
	border: none;
	border-top: 1px dotted #5ab7e8;
}

#bild {
    left: 10px;
    position: relative;
    top: 60px;
}

.polaroid {
    position: absolute;
    transform: rotate(-3deg);
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: #fff;
    border-image: none;
    border-style: solid;
    border-width: 10px 10px 45px;
    box-shadow: 3px 3px 3px #777;
}


.carousel-fade .carousel-inner .item {
  opacity: 0;
  -webkit-transition-property: opacity;
  -moz-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity;
}
.carousel-fade .carousel-inner .active {
  opacity: 1;
}
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  left: 0;
  opacity: 0;
  z-index: 1;
}
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
  opacity: 1;
}
.carousel-fade .carousel-control {
  z-index: 2;
}

figure {
    margin: 0;
}
