@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,700);
/*@import url(https://fonts.googleapis.com/css?family=Bree+Serif);*/

body {
	font-size: 18px;
	line-height: 32px;
	color: #000099 ;
	margin: 5px 0 0 0;
	padding: 0 20px 0 20px;
	word-wrap: break-word !important;
	font-family: 'Open Sans', sans-serif;
	background-image: url(../img/meer2-satter.jpg);
	background-repeat: repeat-y;
	background-position: center;
	background-attachment: fixed !important;
}
span.line {
	display: inline-block;
}
hr {
	border-top: 1px solid blue;
}
#trommel_startseite {
	padding-top: 30px;
	z-index: 1;
	text-align: center;
}
#hinweis {
	font-size: 20px;
	background-color: #f9b200;
	font-weight: 800;
	text-align: center;
	padding: 10px 5px 10px 5px;
	width: 95%;
}
#hinweis a {
	font-size: 16px;
	font-weight: normal;
}

h1 {
	margin-top: 50px;
	text-align: left;
	font-size: 25px;
	padding-bottom: 70px:
 font-family: 'Open Sans', sans-serif;
}
h2 {
	clear: both;
	margin-top: 40px;
	font-size: 20px;
	line-height: 34px;
	text-align: left;
}
#content {
	margin: 0 auto 50px;
	max-width: 800px;
	background-image: url(../img/bloeterli-weniger-rechts800x100px.png);
	background-repeat: repeat-y;
	background-position: top right;
	/* Platz für Blöterli schaffen */
	padding-right: 105px;
}
#content iframe {
	background-color: transparent !important;
	height: 500px;
}
.img-index-cintia {
	max-width: 100%; 
}
p {
	text-align: left;
	padding-top: 10px;
	padding-bottom: 0;
	hyphens: auto;
}
#footer {
	clear: both;
	background-color: #f9b200; 
	min-height: 60px;
	margin-top: 40px;
	margin-bottom: 10px;
}
.footertext_1 {
	padding: 20px 0 20px 0;
	margin: 0px 0px 20px 0px;
	font-weight: 400;
	color: #15a2e2;
	font-style: normal;
	font-variant: normal;
	font-size: 20px;
	text-align: center;
}
#content ol {
	padding: 0px;
}
#content ol li {
	padding: 13px;
	margin-left: 20px;
}
#content ul {
	padding: 0px;
}
#content ul li {
	padding: 0 0 8px 13px;
	margin-left: 20px;
}
tr {
	vertical-align: top;
	text-align: left;
}
td {
	padding-bottom: 10px;
}
table {
	margin: 50px 0 20px 0;
	vertical-align: top;
}
 .toggle, [id^=drop] {
 display: none;
}
/* Giving a background-color to the nav container. */
nav {
	margin: 0 0 30px 0;
	padding: 0;
}
#logo {
	display: block;
	padding: 5px 30px 0px 0;
	float: left;
	width: 40%;
}
#logo img {
	width: 70%;
}
/* Since we'll have the "ul li" "float:left"
 * we need to add a clear after the container. */

nav:after {
	content: "";
	display: table;
	clear: both;
}
/* Removing padding, margin and "list-style" from the "ul",
 * and adding "position:relative" */
nav ul {
	float: right;
	padding: 0;
	margin: 0;
	list-style: none;
	position: relative;
}
/* Positioning the navigation items inline */
nav ul li {
	margin: 0px;
	display: inline-block;
	float: left;
	background-color: #f9b200 ;
}
/* Styling the links */
nav a {
	display: block;
	padding: 20px 20px;
	color: #ab1517 ;
	font-size: 17px;
	text-decoration: none;
}
nav ul li ul li:hover {
	background: gold ;
	color: #eb610a ;
}
/* Background color change on Hover */
nav a:hover {
	background-color: #eb610a /*darkorange*/;
	color: white ;
}
/* Hide Dropdowns by Default
 * and giving it a position of absolute */
nav ul ul {
	display: none;
	position: absolute;
	/* has to be the same number as the "line-height" of "nav a" */
	top: 70px;
}
/* Display Dropdowns on Hover */
nav ul li:hover > ul {
	display: inherit;
}
/* Fisrt Tier Dropdown */
nav ul ul li {
	width: 170px;
	float: none;
	display: list-item;
	position: relative;
}
/* Second, Third and more Tiers	
 * We move the 2nd and 3rd etc tier dropdowns to the left
 * by the amount of the width of the first tier.
*/
nav ul ul ul li {
	position: relative;
	top: -60px;
	/* has to be the same number as the "width" of "nav ul ul li" */ 
	left: 170px;
}
/* Change ' +' in order to change the Dropdown symbol */
li > a:after {
	content: ' +';
}
li > a:only-child:after {
	content: '';
}


/* Media Queries
--------------------------------------------- */

/*@media all and (max-width : 768px) { */
@media all and (max-width : 1050px) {
body {
	padding: 0 10px 0 10px;
}
#logo {
	display: block;
	padding: 0 0 30px 0;
	width: 100%;
	text-align: center;
	float: none;
}
#logo img {
	width: 50%;
}
nav {
	margin: 0 0 30px 0;
*/
}
/* Hide the navigation menu by default */
	/* Also hide the  */
.toggle + a, .menu {
	display: none;
	float: left;
	padding: 0 0 0 30px;
}
/* Stylinf the toggle label */
.toggle {
	display: block;
	background-color: #fbb200  ;
	padding: 14px 20px;
	color: #ab1517  ;
	font-size: 17px;
	text-decoration: none;
	border: none;
}
.toggle:hover {
	background-color: #eb610a ;
	color: white ;
}
/* Display Dropdown when clicked on Parent Lable */
[id^=drop]:checked + ul {
	display: block;
}
/* Change menu item's width to 100% */
nav ul li {
	display: block;
	width: 100%;
}
nav ul ul .toggle, nav ul ul a {
	padding: 0 40px;
}
nav ul ul ul a {
	padding: 0 80px;
}
nav a:hover, nav ul ul ul a {
	background-color: darkorange;
}
nav ul li ul li .toggle, nav ul ul a, nav ul ul ul a {
	padding: 14px 20px;
	color:  #ab1517 /*cd1719*/ /*000099*/ ;
	font-size: 17px;
}
nav ul li ul li .toggle, nav ul ul a {
	background-color: gold;
}
/* Hide Dropdowns by Default */
nav ul ul {
	float: none;
	position: static;
	color: #000099 /* has to be the same number as the "line-height" of "nav a" */
}
/* Hide menus on hover */
nav ul ul li:hover > ul, nav ul li:hover > ul {
	display: none;
}
/* First Tier Dropdown */
nav ul ul li {
	display: block;
	width: 100%;
}
nav ul ul ul li {
	position: static;/* has to be the same number as the "width" of "nav ul ul li" */
}
}
@media all and (max-width : 768px) {
.img-index-cintia {
	width: 75%; 
}
#content {
	margin: 0 auto 50px;
	max-width: 800px;
	background-image: url(../img/bloeterli-weniger-rechts800x60px.png);
	background-repeat: repeat-y;
	background-position: top right;
	/* Platz für Blöterli schaffen */
	padding-right: 65px;
}

}

@media all and (max-width : 503px) {
/* Hier schaltet das Kontaktformular um von neben- auf untereinander */
#content iframe {
	height: 775px;
}

}


@media all and (max-width : 360px) {
body {
	padding: 0 5px 0 5px;
}
#logo {
	font-size: 40px;
	display: block;
	padding: 0 0 20px 0;
	width: 100%;
	text-align: center;
	float: none;
}
nav ul li {
	display: block;
	width: 94%;
}
#content {
	margin: 0 auto 50px;
	max-width: 800px;
	background-image: none;
	background-repeat: repeat-y;
	background-position: top right;
	/* Platz für Blöterli schaffen */
	padding-right: 0px;
}
.img-index-cintia {
	width: 90%; 
}
}/* CSS Document */
