
/* Gesamtschrift und Gesamtrand festlegen */
body {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  background-color: #225cab;

  background-position: center;
  margin: 3px;
}


/* 2016-08-28 container self first b varat */

#flex-container {
	display: -webkit-flex;
	display: flex;
	/*    width: 400px;
    height: 250px; */
	background-color: white;
}

#flex-item {
    background-color: white;
/*    width: 100px;
    height: 100px;  */
    margin: 10px;
}



/* mother-container, contains logo, navi, content and footer */
#mother {
  text-align: left;
  margin: auto;
  padding: 0;
  width: 970px;
  color: black;
  /* background-color: #ECECEC; */
  background-color: white;
  /* background-image: url(background.gif); */

	-moz-border-radius: 10px;
	border-radius: 10px;
	-moz-box-shadow: 3px 3px 15px #333;
	-webkit-box-shadow: 3px 3px 15px #333;
	box-shadow: 3px 3px 15px #333;
	/* fuer ie 8 */
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135,Color='#333333')";
	/* fuer ie 5.5 bis 7 */
	filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135,Color='#333333')";	

}


/* 2017-07-08 zwei spalten bei content wie wau-gew  */
#contentspalte {
    width: 680px;
    column-count: 2;
    column-gap: 40px;
	 column-rule-color: blue;
	 column-rule-width: 1px;
	 column-rule-style: dotted;
}




/* Container mit dem Logo */
#logo {
	width: 940px;
	height: 522px;
	color: black;
	margin-left: 10px;
	margin-right: 5px;
	padding-top: 1px;
	padding-right: 1px;
	padding-bottom: 0;
	padding-left: 1px; /* background-color: transparent; */
	background-color: #00008B;
	background-image: url(40kids1-2018-940.jpg);
	/* background-image: url(start-950-2016.jpg); */
	background-repeat: no-repeat; /* background-image: url(verlauf_logo4.gif); */
	
	background-position: center;
}

/* Titel */
#logo h1{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 1.8em;
	line-height: 1.3;
	float: left;
	width: 485px;
	padding-left: 17px;
	padding-top: 5px;
	padding-bottom: 0;
	color: white;
	background-color: transparent;
	background-image: none;
	margin-top: 0px;
	margin-bottom: 0px;
}

/* Suchfeld */
#search {
  float: right;
  color: black;
  width: 170px;
  background-color: transparent;
  margin-top: 5px;
}


/* flashfeld */
#flashfeld {
  float: right;
  color: black;
  width: 275px;
  background-color: transparent;
  margin-top: 2px;
  padding-top: 0px;
  padding-right: 10px;
}


#search label {
  color: white;
}

/* Haupt-Navigationsbereich */
#navi {
  font-size: 0.7em;
  float: left;
  color: black;
  width: 170px;
  padding-top: 10px;
  padding-left: 12px;
}

/* Navigationspfad */
#path {
  padding: 2px;
  height: 30px;
}


/* Navigation Text Wirt */
#navitext {
  font-size: 0.8em;
  color: Silver;
  float: left;
  padding-left: 10px;
}




/* Inhaltsbereich */
#content {
	float: right;
	color: black;
	width: 760px;
	font-size: 0.7em;
	line-height: 1.3em;
	border-left-style: solid;
	border-left-width: 1px;
	border-left-color: silver;
	padding-top: 10px;
	padding-left: 6px;
	padding-right: 12px;
	text-align: justify;
}

/* Stilregel für Plugins, z.B. feedback 
wichtig, um die gewünschte Hintergrundfarbe festlegen
zu können */
.plugin {
  background-color: #F8F8F8;
  font-size: 1em;
  line-height: 1.3em;
}

/* Stilregel für Frontend-Einloggbereich, 
wichtig, um die gewünschte Hintergrundfarbe festlegen zu
können */
.login {
  background-color: #F8F8F8;
  font-size: 1em;
  line-height: 1.3em;
}

/* Fußzeile */
#footer {
  color: black;
  padding: 5px;
  background-color: transparent;
  clear: both;
}

#footer div {
  font-size: 0.7em;
  text-indent: 10px;  
}

/* Listenstile für Menüeintrag im Navibereich topmenu */
#topmenu {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  margin-top: 10px;
  margin-bottom: 2px;
}

#topmenu ul {
  font-size: 1em;
  text-align: right;
  border-bottom: 1px solid silver; 
  padding-bottom: 2px;
}

#topmenu li {
  display: inline;
}

#topmenu a {
  padding: 3px 1em;
  margin-right: 3px;
  border: 1px solid silver;
  text-decoration: none; 
  border-bottom: 0;
}

#topmenu a:link {
  text-decoration: none;
}

#topmenu a:visited {
  color: gray;
  text-decoration: none;
}

#topmenu a:hover {
  background-color: #003084;
  width: 100%;
  color: white;
}

#topmenu .obermenuhigh {
  padding: 3px 1em;
  margin-right: 3px;
  border: 1px solid silver;
  background-color: #003084;
  color: white;
  border-bottom: 0;
}

/* ENDE Listenstile für Menüeintrag im topmenu */

/* Listenstile für Menüeintrag im Navibereich 
Dieser Abschnitt ist sehr lang */
#navi ul {
  list-style-type: none;
  margin-top: 0px;
  margin-left: 1px;
  padding-left: 1px;
}

#navi ul ul {
  list-style-image: url(reddot.gif);
  padding-left: 10px;
  margin-left: 10px;
  }

#navi ul li a {
  display: block;
  list-style-type: none;
  text-indent: 0px;
  margin-top: 1px;
  padding: 4px 4px 4px 8px;
  font-weight: bold;
  color: black;
  background-color: transparent;
  border-bottom-style: solid;
  border-width: 1px;
  border-color: silver;
}

#navi ul ul li a {
 display: block;
 margin-top:1px;
 padding:4px 4px 4px 2px;
 text-indent: 0px;
 font-weight: bold;
 color: black;
 background-color: transparent;
 border-top-style: none;
 border-bottom-style: none;
}

#navi a:link {
  display: block;
  text-decoration: none;
  width: 140px;
}

#navi a:visited {
  color: gray;
  text-decoration: none;
  display: block;
  width: 140px;
}

#navi a:hover {
  display: block;
  background-color: transparent;
  width: 140px;
  color: #003084;
}

#navi ul .obermenuhigh {
  list-style-type: none;
  display: block;
  width: 140px;
  margin-top: 1px;
  padding: 4px 4px 3px 8px;
  font-weight: bold;
  color: white;
  background-color: #225cab;
  border-bottom-style: solid;
  border-width: 1px;
  border-color: #003084;
}

#navi ul ul .submenuhigh {
  list-style-type: none;
  display: block;
  width: 130px;
  margin-top: 1px;
  padding: 4px 4px 4px 2px;
  font-weight: bold;
  color: black;
  background-color: #220000;
  color: white;
}


/* 04-09-2016 update 1-6-7 nicht mehr obermenuhigh  */
#navi ul b      {
 list-style-type: none;
  display: block;
  width: 140px;
  margin-top: 1px;
  padding: 4px 4px 3px 8px;
  font-weight: bold;
  color: white;
  background-color: #225cab;
  border-bottom-style: solid;
  border-width: 1px;
  border-color: #003084;
}	

/* 04-09-2016 update 1-6-7 nicht mehr submenuhigh  */
#navi ul ul b    {
  list-style-type: none;
  display: block;
  width: 130px;
  margin-top: 1px;
  padding: 4px 4px 4px 2px;
  font-weight: bold;
  color: black;
  background-color: #220000;
  color: white;
}	


/* ENDE Listenstile für Menüeintrag im Navibereich */

/* Überschrift 1 gestalten */
h1 {
  color: #003084;
  font-size: 1.4em;
  line-height: 1.4;
  margin-top: 10px;
  background-image: url(verlauf.jpg);
  background-repeat: repeat-y;
  padding: 4px;
}

/* Überschrift 2 */
h2 {
  font-size: 1.1em;
  line-height: 1.4;
  background-image: url(rotkaro.gif);
  background-repeat: no-repeat;
  text-indent: 20px;
  background-position: left;
  padding-bottom: 1px;
  margin-bottom: 5px;
  padding-top: 0;
  margin-top: 8px;
  column-break-before: column;
}

/* Überschrift 3 */
h3 {
  font-size: 1em;
  line-height: 1.4;
  margin-bottom: 1px;
  padding-bottom: 1px;
}

/* Absatz und div */
p, div {
  padding-right: 3px;
}

p {
  margin-top: 3px;
  margin-bottom: 12px;
}

/* Tag b zusätzlich einfärben */
b {
 /*  color: #7C580A; */
 color: black;
}

/* Zeichenformat strong */
strong {
  /*  color: #AF1810; */
 color: black;
}

/* normaler Listenstil, beschränkt auf Inhaltsbereich */
#content ul {
  list-style-image: url(karo.gif);
  font-size: 1em;
  line-height: 1.4;
  margin-left: 0.7em;
  padding-left: 0.7em;
  margin-top: 0;
  padding-top: 0;
}

#content ol {
  font-size: 1em;
  line-height: 1.4;
  margin-top: 0;
  padding-top: 0;
}

#content li {
  margin-bottom: 0.2em;
}

/* Hovereffekt für Links */
a:hover {
  text-decoration: none;
}

/* besuchte Hyperlinks */
a:visited {
  color: gray;
}

/* Hier beginnen die ungebundenen Klassen, zu erkennen
am Punkt vor dem Klassennamen */
/* Gestaltung des rechts ausgerichteten News-Kastens */
.kasten {
  font-size: 1em;
  margin-top: 10px;
  float: right;
  width: 170px;
  border-style: dotted;
  border-width: 2px;
  border-color: silver;
  padding: 3px;
  margin: 3px;
}

.kasten h3 {
  margin-top: 0px;
}

/* Beginn der neuen Newskasten-Formate, ab CMBasic 1.3 */
.boxcover {
  font-size: 0.9em;
  margin-top: 10px;
  float: right;
  width: 200px;
  padding: 3px;
}

.box {
  font-size: 0.9em;
  margin-top: 10px;
  padding-right: 0px;
  float: right;
  width: 100%;
  border-style: solid;
  border-width: 1px;
  border-color: #0000A0;
}

.box h3 {
  background-color: #003084; 
  color: white;
  padding: 3px;
  margin-top: 0px;
}

.box div {
 padding: 3px;
}
/* Ende der neuen Newskasten-Formate */

/* Einführungsabsatz */
.lead, .lead p {
  font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif; 
  font-size:  1em;
  line-height: 1.5em;
  font-weight: bold;
  margin-top: 5px;
  margin-bottom: 10px;
}

.lead img {
  padding: 5px;
}

/* grauer Rahmen mit Umrandung */
.rahmen {
  font-family : Verdana, Arial, Helvetica, sans-serif; 
  font-size : 1em;
  width: 90%;
  background-color : #EEEEEE; 
  border-style : solid; 
  border-width : 1px; 
  border-color : #003084; 
  padding: 5px;
  margin-top: 10px;
  margin-bottom: 15px;
}

/* Rahmen mit gestrichelter Umrandung */
.tipp {
  font-family : Verdana, Arial, Helvetica, sans-serif; 
  font-size : 1em; 
  width: 90%;
  border-style : dotted; 
  border-width : 1px; 
  border-color : gray; 
  padding : 5px;
  margin-top: 8px;
  margin-bottom: 10px; 
}

code, .code {
  font-family: 'Courier New', Courier, monospace;
  font-size: 1em;
  color: #000099;
}

/* Bildunterschrift */
.bu {
  margin-top: 0px;
  font-size: 0.75em;
  font-weight: bold;
}

/* Linie interessant gestalten */
hr {
  border-style: solid;
  border-width: 1px;
  border-color: #003084;
  /* width: 85%; */
  margin-left: 0px;
  text-align: left;
}

/* Luft für Tabellen */
table th, th, tbody {
  padding: 3px;
}

/* Links innerhalb von Absätzen mit 
kleinem Zeichen versehen */
/*
#content p a {
  display: inline;
  padding-left: 15px;
  background-image: url(bluedot.gif);
  background-repeat: no-repeat;
}
*/


/* Format für zuletzt geändert usw. */
.datum {
 font-size: 0.8em;
}


/* von siehe ch nachfolgend */



/* bis 800 Pixel Bildschirmbreite, z.B. Tablet */

@media (max-width: 850px) {
  #header img {
   /* max-width: 100%;    */
   /* height: auto; */
	 display: none;
}
  
#idslideshow {
	width: 700px;
	height: 120px;
}


.slideshow  {
	width: 700px;
	height: 120px;
}  

.slideshow img {
	width: 700px;
	height: 120px;
}  

#logo {
 	 height: 30px;
    width: 230px;
}

  #logo h1 {
  /* 11-09-2014 eingefügt */
    font-size: 1.2em;
  }

 /* 11-09-2014 eingefügt */ 
    #logo h2 {    
    font-size: 0.7em;
  }  
  
}


/* bis 600 Pixel Bildschirmbreite, z.B. Smartphone */
@media (max-width: 600px) {
  body {
	margin: 0;
	padding: 0;
	/* Rö 2014-10-30 */
	background-image: none;
	background-color: transparent;
}

/* Rö 2014-10-30 */
#header img {
    max-width: 100%;    
    height: auto;      
  }
  
#content img {
    max-width: 95%;    
    height: auto;      
  }  
  
  
/* Rö 2016-10-08 */
#img {
    max-width: 95%;    
    height: auto;      
  }  
  
#wrapper {    
  width: 100%;  
}
/* Rö 2014-10-30 */
#idslideshow {
	display: none;
}
/* Rö 2014-10-30 */
#slideshow {
	display: none;
}
#slideshow img {
	display: none;
}
  
#logo {
 	 /* height: 30px;
    width: 230px; */
	 width: 100%;   
}
  
#logo h1 {
	/* 08-10-2016 */
	font-size: 0.9em;
	line-height: normal;
	max-width: 100%;
	color: #225cab;
}
 
/* 16-08-2014 verkleinert bisher 1.5em */ 
    #logo h2 {    
    font-size: 0.3em;
  }
  
#content {    
    display: block;
    float: none !important;
    max-width: 95%;
}
  
#mother {    
  width: 100%;
     
}  


#footer {
	display: none;
}
  
/* navi statt nav */
  
  #navi {    
    display: block;
    float: none !important;
    width: 100%;
  }
  
  
  #topmenu {
    display: block;
    float: none !important;
    width: 100%;  
  }

/* 2015-02 rö */

#topmenu2 {
    display: block;
    float: none !important;
    width: 100%;  
}
  
#topmenu2 ul { 
    list-style-type: none !important;
    list-style-image: none !important;        
    padding-left: 0;    
}

#topmenu2 ul li {    
    margin: 1px;
    padding-left: 2px !important;    
}

#topmenu2 ul li li {
    margin: 2px;    
    padding: 2px;      
}
  
#topmenu2 a { 
    padding: 5px !important;  
    color: white !important;
    text-decoration: none;    
    font-weight: bold;
    display: block;        
    background: #0002cc !important; /* Gesamtfarbe, aufgehellt */
}
  
#topmenu2 b {
    padding: 5px !important;
    background: #008041 !important; /* Gesamtfarbe */
	 display: block;   /* ergänzt 2015-02 rö */
}
   
#topmenu2 a:visited {
    color: white !important;    
}
  
#topmenu2 a:hover {
	background: #008041 !important; /* Gesamtfarbe */
	color: white;
	text-decoration: none;
}   
 
/* navi statt nav */
  
  
  #navi ul { 
    list-style-type: none !important;
    list-style-image: none !important;        
    padding-left: 0;    
  }

  #navi ul li {    
    margin: 1px;
    padding-left: 2px !important;    
  }
  #navi ul li li {
    margin: 2px;    
    padding: 2px;      
  }
  
  #navi a { 
    padding: 5px !important;  
    color: white !important;
    text-decoration: none;    
    font-weight: bold;
    display: block;        
    background: #225cab !important; /* Gesamtfarbe, aufgehellt */
  }
  
  #navi b {
    padding: 5px !important;
    background: #00008B !important; /* Gesamtfarbe */
  }
   
  #navi a:visited {
    color: white !important;    
  }
  
  #navi a:hover {
	background: #00008B !important; /* Gesamtfarbe */
	color: white;
	text-decoration: none;
}   
}

