@charset "UTF-8";

/*  =========================================================
Stylesheet für Bildschirmdarstellung
Datei: screen.css 
Datum: 18-09-2015
Autor: Mathias Hübner
========================================================== */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
}
/* HTML5 display-role reset for shitty browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
ol, ul {
	list-style: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
html {
    width: 100%;
    height: 100%;	/* für #fond hight 100% */
    font-size: calc(11px + (16 - 11)*(100vw - 380px)/(1600 - 380));
}

* {
	box-sizing: border-box;
}

img, embed, object, video {
    max-width: 100%;
    }

body {
	-webkit-hyphens: auto;
	 -moz-hyphens: auto;
	 -ms-hyphens: auto;
	 hyphens: auto;
	 font-family: 'Open Sans', sans-serif;
	 font-weight: 400;
}

/* Schriften gehosted ======================== */
/* bree-serif-regular - latin */
@font-face {
	font-family: 'Bree Serif';
	font-style: normal;
	font-weight: 400;
	src: local(''),
			 url('../fonts/bree-serif-v17-latin-regular.woff2') format('woff2'),
			 url('../fonts/bree-serif-v17-latin-regular.woff') format('woff');
}
/* open-sans-regular - latin */
@font-face {
	font-family: 'Open Sans';
	font-style: normal;
	font-weight: 400;
	src: local(''),
			 url('../fonts/open-sans-v29-latin-regular.woff2') format('woff2'),
			 url('../fonts/open-sans-v29-latin-regular.woff') format('woff');
}
/* open-sans-700 - latin */
@font-face {
	font-family: 'Open Sans';
	font-style: normal;
	font-weight: 700;
	src: local(''),
			 url('../fonts/open-sans-v29-latin-700.woff2') format('woff2'),
			 url('../fonts/open-sans-v29-latin-700.woff') format('woff');
}
/* Ende Schriften gehosted ======================== */

@media screen {

body {
	height: 100%;
	background-image: url(/bilder/P1210796.jpg);
  background-repeat: no-repeat;
  background-size: cover;
	}

/*---------------------------------
Seite
-----------------------------------*/

/*--- body-Varianten --------------*/

#startseite, #impressum, #datenschutz {
    background-color: #011001;
	}
	

/*--- body-Varianten -------- Ende */

/*--- Hintergrund-Varianten ----------- Ende */

/*---------------------------------
Kopf
-----------------------------------*/

header {
	color: black;
    background-color: #072707;
    display: flex;
    justify-content: center;
    width: 100%;
    height: auto;
    position: absolute;
    margin-top: 1em;
	padding: .2em 1em;
	 }

header p {
	display: inline-block;
	color: white;
	line-height: 1.2em;
	margin: .5em .7em 0 10px;
	}

header img {
	width: 200px;
	float: left;
	margin: .2em .2em 0 0;
	}

hi, h2, h3, h4, h5, h6 {
	font-family: 'Bree Serif', sans-serif;
	letter-spacing: .05rem
	}

h2 {
	color: #254a47;
	font-size: 2.0rem;
    font-weight: bold;
	margin-bottom: .2em;
	}
	
h3 {
	color: #8b207f;
	font-size: 1.5rem;
	}

/*---------------------------------
nav
-----------------------------------*/


nav {
}

nav ul {
	display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
	-webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;justify-content: flex-start;
	-webkit-box-orient: horizontal;
    -webkit-box-direction: normal;-webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
	top: .5em;
	margin: auto;
	padding: .3em 0;
}

nav ul li {
	font-family: 'Bree Serif', sans-serif;
	font-size: 1.2rem;
	font-weight: bold;
	letter-spacing: .1rem;
	padding: 0 rem;
	margin-right: .5em;
    color: #edf5d6;
    display: inline;
}

nav ul #hier {
	color: rgba(100, 100, 100, 0.7);
	background: rgba(255, 255, 255, .5);
	padding: 0 .2rem;
	border-radius: .25rem;
}

nav a {
	padding: 0 .2rem;
}

nav a:link,
nav a:visited,
nav a:active,
nav a:focus {
	color: #edf5d6;
	text-decoration: none;
	}

nav a:hover {
	color: #91589f;
	text-decoration: none;
	padding: 0 .2rem;
	border-radius: .25rem;
	}

/*---------------------------------
#wrapper
-----------------------------------*/

#wrapper {
    max-width: 100%;
    /* background-image: url(/bilder/P1210796.jpg);
    background-repeat: no-repeat;
    background-size: cover; */
	}

/*---------------------------------
main
-----------------------------------*/
main {
    max-width: 100%;
    height: 100vh;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
	}

main header {
	margin-bottom: 0;
	padding: 0 5%;
	}

main header h2{
	color: white;
	font-weight: 700;
	letter-spacing: 1px;
	line-height: 1.0;
	text-shadow: 0px 0px 5px black;
    text-align: center;
	}

main h3{
	line-height: 1.1;
	text-align: left;
	}


main p {
	font-size: 1.2em;
	font-family: 'Open Sans', sans-serif;
	line-height: 1.4em;
	margin-bottom: 0.5em;
	}

main strong {
	color: #df7500;	
	}

.strong2 {	/* 'strong' ohne orange - eventuell lieber umdrehen? */
	color: #40464f;
	font-weight: bold;
	}

main blockquote {
	color: #df7500; /* orange */
	font-size: 0.8em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: 400;
	font-style: italic;
	line-height: 1.3em;
	margin-bottom: 0.5em;
	margin-left: 2em;
	text-indent: -0.4em;
	}
    
article {
    color: black;
	box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.6);
	background: rgba(255, 255, 255, .7);
	border-radius: .3em;
	padding: 2em;
	margin: 2% 10%;
	margin-bottom: 0;
	text-align: justify;
  max-width: 800px;
	overflow: auto;
	}
    
article:first-of-type {
    margin: 20vh 10% .3em; 
    }
    
main article h2 {
        line-height: 1em;
    }
    
article img {
        width: 40%;
        display: inline;
        float: left;
        margin-right: 1em;
        margin-bottom: 1em;
        border-radius: .2em;
    }
    
address {
	margin-top: .5rem;
}

#kontakt address {
	margin-top: 1.5rem;
}


address::first-line {
	font-weight: 700;
}

address .verbindung {
	width: 5rem;
	display: inline-block;
	font-weight: 700;
}

address .nummer {

}

	
/*-------------------------------------------------------------------------
Footer-Bereich
__________________________________________________________________________*/

    footer {
        width: 100%;
        max-width: 800px;
        margin: 0 10%;
        padding: 0 2em;
    }

/*_____________________________________________________________________
Adresse (im Kontakt)
-----------------------------------------------------------------------*/


#kontakt #mail, #impressum #mail, #datenschutz #mail {
	padding-top: 0.5em; /* + Durchschuss zu Telenummern */
}

#kontakt .orange, #impressum .orange, #datenschutz .orange {
	color: #df7500;
}

/*-----------------------------------------------------------------------
Ende Adresse
_____________________________________________________________________*/


} /* Ende @media screen - nicht löschen! */


/*-------------------------------------------------------------------------
Media-Queries-Bereich
__________________________________________________________________________*/
