
/* Basic CSS */
 
body {
    background: #e6e6e6 url(../images/bg_tile.gif) repeat-x 0 0;
    color: #777;
    margin-top: 0 ;
    padding: 0;
    font: 16px/1.5 "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

h4{
    text-align: center;
}

section,  footer {
    display: block;
    float: left;
    width: 100%;
}

article {
    background-color: #FFFFFF;
    min-height: 550px;
    width: 78%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 30px;
    padding: 0 15px 15px 15px;
}
header img {
    float: right;
    display: block;
    margin-right: 10px;
}
/* gallerie  */

.vorschau{
    width: 180px;
    height: 125px;
}

figure,
figcaption {
	margin: 0;
	padding: 0;
}

figure.einzel {
	overflow: hidden;
	position: relative;
	display: inline-block;
	min-width: 200px;
}

figure img {
	width: 100%;
	display: block;
}

figcaption {
	position: absolute;
	bottom: 0;
	width: 100%;
	text-align: center;
	line-height: 3em;
	color: white;
	background: rgba(0, 0, 0, 0.5);
}

figcaption {
	position: absolute;
	bottom: -3em;
	text-align: center;
	line-height: 3em;
	white-space: nowrap;
	color: white;
}

figure figcaption {
	bottom: 0;
	left: 0;
	width: 100%;
	background: rgba(0, 0, 0, 0.5);
}

.carbonad {
	margin-top: 15px ;
	margin-right: auto;
	margin-left: auto;
}

img {
	max-width: 100%;
}
img.plan{
    display: block;
    margin-left: auto;
    margin-right: auto;
    border: 1px solid grey;
}

.scrollicon {
	background: url(../images/scrollicon.png) no-repeat;
	position: fixed;
	bottom: 2%;
	right: 2%;
	display: none;
	opacity: 0.7;
	text-decoration: none;
	cursor: pointer;
	width: 67px;
	height: 57px;
}




.impressum{
    margin: 0 auto;
    text-align: justify;
}

#footer{
    margin-top: 60px;
    border-top: 3px solid #0000ff;
    padding: 20px 0px;
    position: relative;
}

.row{
    text-align: center;
}

.nosee{
    display:none;
}

/* kontakt- Formular */

.kon_back_link{
	text-align: center;
}

.kon{
	max-width: 400px;
	margin: auto;
}

.kon_box{
	margin: 20px 0px 20px 0px;
	padding-bottom: 6px;
	border: 1px solid #DBDADA;
}

.kon_header{
	background: #bfbfcc;
	border-bottom: 1px solid #DBDADA;
	padding: 3px 10px;
	font-size: 13px;
	font-weight: bold;
}

.kon_body{
	padding: 10px;
}
.kontakt_row_einwilligung{
    text-align: justify;
}
.kontakt_check{
    text-align: left;
}
.kontakt_message,
.kon_row,
.kon_message{
	margin: 3px 0px;
	clear: both;
}

.kon_row label{
	width: 85px;
	font-weight: bold;
	display: block;
	float: left;
}

.kon_message input{
	width: 30px;
}

.kon_input,
.kontakt textarea,	
.kon textarea{
	width: 70%;
	padding: 3px;
	border: 1px solid #bfbfcc;
}

.kontakt_message,
.kon_message{
	margin-top: 30px;
}

.kon_message label{
	font-weight: bold;
}

.kontakt_message p,	
.kon_message p{
	margin-bottom: 6px;
	font-size: 11px;
}
				
.kontakt_message textarea,
.kon_message textarea{
    width: 100%;
	height: 150px;
}

.kon_buttons{
	text-align: center;
}

.kon_buttons p{
	display: inline;
}

.kon_buttons input{
	background: #bfbfcc;
	
	cursor: pointer;
	height: auto;
	width: 150px;
	font-size: 12px;
	border: solid 1px #85ABC4;
	padding: 5px 0px 5px 0px;
	margin: 0px 2px;
}

.kon_buttons a{
	text-decoration: none;
}

.kontakt{ 
    max-width: 500px; 
    margin: auto;
}

.kontakt_row label{
	width: 250px;
    display: block;
 	float: left; 
}

@media screen and (max-width: 480px) {
.name {
    text-align: left; 
    font-style: italic;
    font-size: 1.5em;
}

h1{
    font-size: 1.5em;
    text-align: center;
}

h2 {
    font-size: 1.3em;
    text-align: center;
}

h3{
    font-size: 1.1em;
    margin: 6px 0;
}
header img {
    min-width: 27px;
    width: 8%;
}
.uberuns{
    text-align: justify;
}

}   /* ende sonderheiten mobile ansicht   */


@media screen and (min-width: 480px) {

.umflossen {
	float: right;
	max-width: 50%;
    padding-left: 5px;
}
.name {
    text-align: left;
    font-weight: bold;
    font-style: italic;
    letter-spacing: 3px;
}

header img {
    min-width: 45px;
    width: 5%;
 }
.uberuns{
    text-align: center;
}

h1 {
    font-size: 3em;
    font-weight: 100;
    text-align: center;
}

h2 {
    font-size: 2em;
    font-weight: 100;
    text-align: center;
    margin-top: 40px;
    text-decoration: underline;
}

h3{
    font-size: 1.6em;
    margin: 6px 0;
}

.carbonad {
	margin-top: 15px ;
	margin-right: auto;
	margin-left: auto;
	width: 80%;
}
} /* media screen 480 ende */