/* ----------------------------------------------------------------------------- *
 *                           Styles der Basisversion                             *
 * ----------------------------------------------------------------------------- */
/* ----------------------------------------------------------------------------- *
 * Änderung des default-Box-Modells aller Elemente auf "border-box"
 * http://www.paulirish.com/2012/box-sizing-border-box-ftw/
 * << apply a natural box layout model to all elements >>
 * ----------------------------------------------------------------------------- */
*, *:before, *:after {
    -webkit-box-sizing: border-box; /* Safari/Chrome, andere WebKit-Browser */
    -moz-box-sizing: border-box; /* Firefox, andere Gecko-Browser */
    box-sizing: border-box; /* Opera/IE 8+ */
}
input.checkbox {background: black; padding: 3px;}
/* ----------------------------------------------------------------------------- */
html    {
    font-size: 100%;
}

body {
    color: black; /* black */
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 0.825em; /* 12px */
    line-height: 1.375em; /* 18px */
}


.page-wrapper {
   background-color: none;
   border: none;
   box-shadow: none;
   margin: 0;
}
.klein {
	font-size: 0.75em;
	line-height: 1.25em;
}

nav {
	display: none;
}

header {
 	display: none;
}

.menuJS {
	display: none;
}

.smartscreen {
	display: none;
}

.widescreen, .desktopscreen, .tabletscreen {
	display: none;
}
	
.undertitle {
	display: none;
}

.under_title {
	display: none;
}

.gallery_whole {
	overflow: hidden;
	background-color: #024038;
	padding: 0.375em 0 0.5em 0;
	margin-top: 1em;
	position: relative;
}

#fig-gallery {
	position: absolute;
	right: 0.125em;
	bottom: 0.5em;
	z-index: 3;
	opacity: 0.6;
}

.gallery_left, .gallery_right, .gallery_list {
	display: none;
}

.gallery_middle {
	width: 96%;
}

.gallery_mid_inner {
	position: relative;
}

.legend p {
	text-align: center;
	margin: 0;
	line-height: 1.125em;
	color: #fff;
}

.shopScreen {
	display:none;
}

.shopLoeschen {
	display:none;
}

aside {                   /* rechts  */
	display:none;
}


.rubrik-img {
	display:none;
}

.articles {
	margin: 0.6em 0;
}

#sp_formular {
	display: none;
}

.fig-teaser-articles {
	position: absolute;
	left: 0.875em;
	top: 0.5em;
	z-index: 3;
	background-color: #DAE4F0;
	padding: 0.5em 0.625em 0.5em 0.625em;
	margin-top: 0.5em;
	font-size: 0.8125em; /* 10px */
	color: #00594e; 
	line-height: 0.75em; /* 12px */
	font-weight: bold;
}

#main-liste {
	padding: 0.2em;
	margin: 1em 0;
}
	
.main-article {
	padding: 0.2em;
	margin: 1em 0;
}

.main-bottom {
	padding: 0 0.5em;
}

.mainContent {
    width: 100%;
	transition: 0.2s;
}

#main-top {
	margin-bottom: 1em;
	background: #efefef;
	padding-bottom: 0.25em;
}

#img-teaser img {
 	display: none;
}

p.teasertext    {
	display: none;
}

#fig-teaser a {
	display: none;
}

aside {
	display:none;
}

#delete {
    display:none;
}


/* ----------------------------------------------------------------------------- *
 *                             Druckeinstellungen                                *
 * ----------------------------------------------------------------------------- */
#bodyinnen {
	margin-top: 0;
	max-width: 920px; 
	padding: 20px; 
	}

.form_print {
	display: none;
}

.drucken a:link, .drucken a:visited {
	padding: 5px; 
	color: #000000; 
	background-color: #eeeeee; 
	text-decoration: none; 
	border-top: 1px solid #FFFFFF; 
	border-left: 1px solid #FFFFFF; 
	border-bottom: 1px solid #666666; 
	border-right: 1px solid #666666; 
	}

.drucken a:active {
	padding: 5px; 
	color: #30756d; 
	background-color: #eeeeee; 
	text-decoration: none; 
	border-top: 1px solid #FFFFFF; 
	border-left: 1px solid #FFFFFF; 
	border-bottom: 1px solid #666666; 
	border-right: 1px solid #666666; 
	}

.drucken a:hover {
	padding: 5px; 
	color: #ac1c1c; 
	text-decoration: none; 
	background-color: #eeeeee; 
	border-top: 1px solid #666666; 
	border-left: 1px solid #666666; 
	border-bottom: 1px solid #FFFFFF; 
	border-right: 1px solid #FFFFFF; 
	}


.drucken img {
	margin-bottom: -4px;
	}

#seitenzahlen {
	display: none;
	}

/* ... Schriften ... 
a,p,center,br,ul,ol,li,dl,dd,dt,td,pre,address,menu {
	font-size: 12px; c
	olor: #000000; 
	line-height: 17px; 
	margin-bottom: 2px;
	margin-top: 0; 
	text-align: left;
	}
        
h1  { 
	font-size: 18px; 
	line-height: 21px; 
	color: #30756d; 
	font-weight: bold;
	text-align: left; 
	margin-top: 16px; 
	margin-bottom: 7px;
	}
	
h2  { 
	font-size: 14px; 
	color: #000000; 
	font-weight: bold;
	margin-top: 16px; 
	margin-bottom: 7px;
	}
	
h3  { 
	font-size: 12px; 
	color: #000000; 
	font-weight: bold;
	margin-top: 14px; 
	margin-bottom: 5px;
	}
	
h4  { 
	font-size: 13.5px; 
	color: #30756d; 
	font-weight: bold;
	margin-top: 6px; 
	margin-bottom: 8px;
	}
	
h5  { 
	font-size: 12px; 
	color: #000000; 
	font-weight: bold;
	margin-top: 4px; 
	margin-bottom: 6px;
	}
	
h6  { 
	font-size: 10.5px; 
	color: #000000; 
	font-weight: normal;
	margin-top: 0; 
	margin-bottom: 2px; 
	line-height: 13px;
	}						*/


/* ----------------------------------------------------------------------------- *
 *                             Textauszeichnungen                                *
 * ----------------------------------------------------------------------------- */
h1 {
    margin: 0;
}

h2 {
    margin: 0.6em 0;
	color: #1d7a80;
}

ul, ol {
    padding: 0;
    margin: 0 0 0.625em 20px;
}

/* ----------------------------------------------------------------------------- *
 *                             Klassen fuer Artikel                              *
 * ----------------------------------------------------------------------------- */

.autor {
	margin-bottom: 0.625em;
}

.linie {
	background-color: #efefef;
	height: 0.3125em;
	margin-left: auto;
	margin-right: auto;
	width: 80%;
}

.rub_link{
   font-size: 1em;
   line-height: 0.875em;
   margin: 0 0 1em 0;
}

	/* ----------------------------------------------------------------------------- * 
	 *                          Styles für Formulare                                 *
	 * ----------------------------------------------------------------------------- */
	.bg-form {
		background-color: #DAE4F0;
		margin: 1.8em 0 0.8em 0;
		padding: 0.8em;
	}
	 
	fieldset {
		border: 3px outset #F4F4F4;
		margin: 6px 0 6px 0; 
		padding: 6px;
		border-radius: 10px;
	}

	fieldset.field-aside {
		border: none;
		margin: 0;
		padding: 0;
	}

	legend {
		font-size: 0.875em;
		padding: 0 0.5em;
		color: #30756d; 
		font-weight: bold;
	}

	.formset {
		margin: 0.8em 0px;
	}

	.formset label, .formset input, .formset textarea, .formset select {
		display: inline-block;
	}

	.formset label {
		width: 100%;
		padding-right: 2%;
	}

	.formset input, .formset textarea, .formset select {
		width: 97%;
		border: 2px inset #fff;
		padding: 0.2em;
		margin: 0.1em 0;
		background: #fff;
	}

	.formset select {
		margin: 0.1em 0.5em 0 0;
	}

	.submit-btn {
		float: right;
		border: 1px solid #C2D2E5;
		padding: 0.4em;
		color: #fff;
		background: #008578;
		margin-right: 2.5%;
	}

	.submit-btn-area {
		background: #0853a6;
		width:90%;
	}

	.left-btn {
		float: left;
		margin-left: 2.5%;
	}

	.submit-btn:hover {
		background: #83c7b7;
		color: #000;
	}

	.submit-btn-area:hover {
		background: #f7f6f6;
		color: #000;
	}

	input.bestell   { 
		border: 1px outset #cccccc; 
		padding: 0.375em;
		background-color: #f5f5f5;
		width: 60px;
		margin-left: 0;
	}
	
	:required {
		background: red;
	}

	#land  { 
		width: 97%; 
		margin: 0.125em 0;
	}
	 
	#plz   { 
		width: 97%;
		margin: 0.125em 0;
	}
		  
	#ort   { 
		width: 97%;
		margin: 0.125em 0;
	}
	
	#nachricht   { 
		height: 24em;
	}
	
	#message    {
		height: 15em;
	}

	#kategorie   { 
		width: 97%;
		margin: 0.75em 0;
		float: left;
	}
	
	.checkbox_button {
		width: 3%;
		float: left;
		padding: 0;
		margin: 3px 7% 18px 0;
	}

	.checkbox_text p {
		width: 90%;
		float: left;
		margin: 0;
		margin: 3px 0 18px 0;
	}

	#sic        {
		display: none;
	}
    
	.schluss        {
		clear: both; 
	}



/* ----------------------------------------------------------------------------- *
 *                       Kapitel: Anpassungsfähige Bilder                        *
 *                                                  *
 * ----------------------------------------------------------------------------- */
/* Bilder flexibel machen:
 * hier mit max-width: 100%; damit sie nicht größer werden als das Original
 * width: 100%; würde die Bilder immer einpassen, aber u.U. auch aufblähen
 **/
 figure {
	 width: 100%;
 }
 
img {
    max-width: 100%;
    height: auto;
}

/* figure.slides-Container um die Bilder */
.main-slides {
    line-height: 0;
}

.slides {
    margin: 20px 0;
    line-height: 0;
}

figcaption {
    background-color: #EDEDED;
    font-size: 0.875em;
    line-height: 1.4em;
    padding: 0.5em;
    text-align: center;
}


/* Andere Abstände und Schatten auf größeren Screens */
@media only screen and (min-width: 46.875em) {
    .slides {
        margin: 0 0 2em 0;
        box-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
    }
}



/* ----------------------------------------------------------------------------- *
 *                                   Kapitel: Shop                               *
 *                                                                               *
 * ----------------------------------------------------------------------------- */

	.mainShop {
        /* clearing für die floatenden gleichlangen Spalten (.mainContent und .aside) */
        overflow: hidden;
    }
	
    .asideShop {
        width: 22%;
		float: right;
        margin-top: 14px;
		margin-right: 2%;
		margin-left: 2%;
    }

    .mainContentShop {
		padding: 0 20px 0 0;
		margin-left: 2%;
	}


/* ----------------------------------------------------------------------------- *
 *                          Styles für Teaserboxen                               *
 * ----------------------------------------------------------------------------- */

/* clearing für floatende Teaserboxen */
section {
    overflow: auto;
}

.box {
    margin: 0;
	padding: 0.5em;
    border-bottom: 1px solid rgba(250, 250, 250, 0); /* verhindert das margin-Collapse nach unten */
    background-color: #DAE4F0;
	z-index: 2;
	position: relative;
}

.teaser {
    margin: 0 0 1em 0;
}

.box-inner {
}

.box.teaser {
    overflow: auto;
}


.teaser h3 {
    margin: 0.2em 0 0.4em;
}

.teaser p {
    margin: 0;
    font-size: 1em; /* 16 px */
}


/* ----------------------------------------------------------------------------- *
 *                  Teaser geht noch über die gesamte Breite,                    *
 *              aber Text rutscht im Teaser rechts neben das Bild                *
 *                          400px / 16px/em = 25em                               *
 * ----------------------------------------------------------------------------- */
    .box.teaser img {
        width: 45%;
        float: left;
		margin: 0.5em 1em 1em 0;
	}
    
	.box-inner {
        line-height: 1.375em;
    }
	


