/**
* (C) by Matthias Gally 2010,
* Gally Websolutions GmbH, www.gally-websolutions.com
**/
* {
	margin:0px;
	padding:0px;
	-webkit-text-size-adjust: none;
} 


@font-face {
    font-family: 'robotoregular';
    src: url('../font/Roboto-Regular-webfont.eot');
    src: url('../font/Roboto-Regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../font/Roboto-Regular-webfont.woff') format('woff'),
         url('../font/Roboto-Regular-webfont.ttf') format('truetype'),
         url('../font/Roboto-Regular-webfont.svg#robotoregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'robotobold';
    src: url('../font/Roboto-Bold-webfont.eot');
    src: url('../font/Roboto-Bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../font/Roboto-Bold-webfont.woff') format('woff'),
         url('../font/Roboto-Bold-webfont.ttf') format('truetype'),
         url('../font/Roboto-Bold-webfont.svg#robotobold') format('svg');
    font-weight: normal;
    font-style: normal;

}


@font-face {
    font-family: 'robotoitalic';
    src: url('../font/Roboto-Italic-webfont.eot');
    src: url('../font/Roboto-Italic-webfont.eot?#iefix') format('embedded-opentype'),
         url('../font/Roboto-Italic-webfont.woff') format('woff'),
         url('../font/Roboto-Italic-webfont.ttf') format('truetype'),
         url('../font/Roboto-Italic-webfont.svg#robotoitalic') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'robotolight';
    src: url('../font/Roboto-Light-webfont.eot');
    src: url('../font/Roboto-Light-webfont.eot?#iefix') format('embedded-opentype'),
         url('../font/Roboto-Light-webfont.woff') format('woff'),
         url('../font/Roboto-Light-webfont.ttf') format('truetype'),
         url('../font/Roboto-Light-webfont.svg#robotolight') format('svg');
    font-weight: normal;
    font-style: normal;

}





@font-face {
    font-family: 'chunk';
    src: url('../font/chunk-webfont.eot');
    src: url('../font/chunk-webfont.eot?#iefix') format('embedded-opentype'),
         url('../font/chunk-webfont.woff2') format('woff2'),
         url('../font/chunk-webfont.woff') format('woff'),
         url('../font/chunk-webfont.ttf') format('truetype'),
         url('../font/chunk-webfont.svg#chunkfiveroman') format('svg');
    font-weight:normal;
    font-style: normal;

}


body {
	font-size:12px;
}
body, td, pre, address {
	color: #000;
    font-family: 'robotoregular', Verdana,sans-serif;
    font-size: 14px;
    line-height: 1.5;

}
pre {
    margin:8px 8px 8px 0px;
}
h1 {
	font-family: 'chunk';
	font-weight: normal;
    font-style: normal;
	margin-bottom:14px;
	font-size: 18px; /* 16x1.25=20px */
	color:#333;
	
}
p {
	margin-bottom:15px;
	text-align:left;
	font-size:14px;
}
h1 {
	font-family: 'chunk';
	font-weight: normal;
    font-style: normal;
	font-size:30px;
	text-align:center;
}

h2 {
	font-family: 'chunk';
	font-weight: normal;
    font-style: normal;
	font-size:25px;
	text-align:center;
	margin-bottom:20px;
}
h3, h4, h5, h6 {
	font-family: 'chunk';
	font-weight: normal;
    font-style: normal;
	margin-bottom:10px;
	font-weight:normal;
}
ul {
	margin-bottom:18px;
}
ol {
	margin-bottom:18px;
}
ol li {
	margin:0px 0 12px 2px;
	list-style-position:outside;
}
ul li {
	margin:0px 0 2px 13px;
	list-style-position:outside;
	/*background-image: url(../../img/bild.gif);
	background-repeat:no-repeat;*/	   
}
ul li p {
	padding:0px;
	margin:0px;
}
a {
	color: #000000;
}
a:hover {
	color:#555555;
}
.content a:hover {
	color:#555555;
}
a:visited {
	color:#000000;
}

hr {
	margin-bottom: 20px;
}

table {
	max-width:100%;
}
th {
	text-align:left;
}
tr, td {
	
}
td, #content li {
}
#content td {
}
td img {
	margin-top:3px;
}
img {

}
a img {
	border:0;
}
address {
	margin-top:7px;
	line-height:1.5em;
}
.bildabstand-rechts {
	margin-right:20px;
}
.zeilenabstand-gross {
	line-height:1.25em; /* 16x1.125=18px */
}

/* TinyMCE specific rules */
body.mceContentBody {

}
/* TinyMCE specific rules */
.mceContentBody li  {
}
.mceContentBody a {
   color:#999 !important; /* FF requires a important here */
   text-decoration:underline;
}


b{
	font-style:normal;
	font-weight:normal;
	font-variant:normal;
	}
	

i{
	font-style:normal;
	font-weight:normal;
	font-variant:normal;
	}
	
p{
	font-weight: normal;
    font-style: normal;
	font-variant:normal;
	}
.fragen {
	font-family: 'MavenProBold', sans-serif;
	font-weight:bold;
	background:url(../img/fragen-icon.png);
	background-repeat:no-repeat;
	height:35px;
	padding-top:8px;
	padding-left:40px;
	margin-left:-40px;

}

.show {
	display:block!important;
}
.showinline {
	display:inline-block!important;
}
.icon {
	padding-right:5px;
}


/* CSS Konzept für responsive Bildergalerie. Verhältnis bleibt gleich. */
.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
  clear: both;
  margin-top:-10px;
  
}
.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  border: 0;
}
/* Bildverhältnis beibehalten */
.embed-responsive-16by9 {
  padding-bottom: 56.25%;
}
.embed-responsive-4by3 {
  padding-bottom: 75%;
}
.embed-responsive-590by265 {
  padding-bottom: 44.915%;
}
.embed-responsive-1500by435 {
  padding-bottom: 29%;
}
.embed-responsive-1500by500 {
  padding-bottom: 33%;
}
.embed-responsive-1500by750 {
  padding-bottom: 50%;
}
.embed-responsive-1500by835 {
  padding-bottom: 55%;
}
.embed-responsive-1500by1000 {
  padding-bottom: 66%;
}




/*OwnStyle*/

ul.thumbsoverview li {
    display: inline-block;
    float: left;
    height: 250px!important;
    list-style-type: none;
    padding: 0px 10px 15px 10px!important;
    width: 200px;
	box-sizing:border-box;
    overflow: hidden;
}

.thumbsoverview .gallerycontainer {
	width:120px;
	height:120px;
	overflow:hidden!important;
	margin-bottom:15px;
}

.thumbsoverview img {
    box-shadow:none !important;
	width:auto;
	height:200px;
	margin:0!important;
	margin-bottom:10px!important;
}

.thumbsoverview a {
    font-size: 14px!important;
    font-weight: normal!important;
    line-height: 18px;
    text-decoration: none;
}
.thumbsoverview li img {
    min-height: 200px;
}
.thumbsoverview img {
    max-width: none;
}



