@charset "UTF-8";
/* CSS Document */

/* ========= F A R B E N  ===================================================================================== */
/*
#4c738a blau
#ef7c00 orange
*/

/* ========= T Y P O ========================================================================================== */


/* amiri-regular - latin */
@font-face {
  font-family: 'Amiri';
  font-style: normal;
  font-weight: 400;
  src: local('Amiri Regular'), local('Amiri-Regular'),
       url('../_typo/amiri-v10-latin-regular.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
       url('../_typo/amiri-v10-latin-regular.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* amiri-italic - latin */
@font-face {
  font-family: 'Amiri';
  font-style: italic;
  font-weight: 400;
  src: local('Amiri Italic'), local('Amiri-Italic'),
       url('../_typo/amiri-v10-latin-italic.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
       url('../_typo/amiri-v10-latin-italic.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* amiri-700 - latin */
@font-face {
  font-family: 'Amiri';
  font-style: normal;
  font-weight: 700;
  src: local('Amiri Bold'), local('Amiri-Bold'),
       url('../_typo/amiri-v10-latin-700.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
       url('../_typo/amiri-v10-latin-700.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* amiri-700italic - latin */
@font-face {
  font-family: 'Amiri';
  font-style: italic;
  font-weight: 700;
  src: local('Amiri Bold Italic'), local('Amiri-BoldItalic'),
       url('../_typo/amiri-v10-latin-700italic.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
       url('../_typo/amiri-v10-latin-700italic.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

/* ========= B A S I C ========================================================================================== */

html {
	height: 100%;
	-webkit-text-size-adjust: none;
}

body {
	color: #000;
	min-height: 100%;
	font-family:Arial, 'Amiri', Verdana;
	font-size: 100%;
	line-height: 120%;
	background-color:#eee;
	margin: 0;
	padding: 0;
}

/* ========= S E I T E ========================================================================================== */

#bg {
	display: block;
	justify-content: center;
	margin: 0 auto 0 auto;
	padding: 0;
	background-color:#FFF;
	width: 80%;
	min-height: 800px;
	opacity:1;
	transition:opacity 1s ease-out;
}

/* ========= B L Ö C K E ========================================================================================== */

#smartheader {
	display:none;
	text-align:right;
}

header {
    background-image: url(../_i/kopf.jpg);
	background-repeat: no-repeat;
	/*background-attachment:fixed;*/
	background-size:cover;
	background-position: 50% 100%;
	width: 100%;
	height: 320px;
	margin:0;
    padding: 0;
	clear:both;
}

#keyvisualtexte {
    clear: both;
    padding: 4%;
    color: #4c738a;
    font-size: 4.5rem;
    line-height: 100%;
    font-family:'Amiri', Verdana;
    font-style: italic;
    font-weight: 700;
    text-shadow: 2px 2px 6px #FFF;
}

#logo {
    text-align: center;
	margin: 0 0 0 3%;
}

#logo img {
	margin: 0;
	width:auto;
	height:100px;
}

/* ------------------------------------------------------------- */

main {
	/*background-color:#eee;*/
	display: block;
	width:100%;
	height:auto;
	min-height: 440px;
	margin: 0;
	padding:0;
}

main img {
	width: 100%;
	height: auto;
	/*margin: 10px 0 10px 4px;
	border-radius: 10px;*/
}

#bild {
    float: left;
    width: 20%;
    margin: 0 0 0 10%;
}

#theText {
    float: left;
    width: 55%;
    margin: 30px 10% 0 5%;
}

#unten {
    text-align: center;
    /*object-position: center;*/
    margin: 0 10% 0 10%;
}

#dse {
    margin: 30px 15% 0 15%;
}

main .origGr  {
  /* text-align: center; */ /*klappt auch!*/
  padding-left: 15%;
}

main .origGr img {
  width: 50%
}

main .drittelLinks img {
	float:left;
	width: 30%;
	margin:0 20px 0 0;
}

main .drittelRechts img {
	float:right;
	width: 30%;
	margin:0 0 0 20px;
}

main .bildchenLinks img {
	float:left;
	width: 35%;
	margin:0 20px 0 0;
}

main .bildchenRechts img {
	float:right;
	width: 35%;
	margin:0 0 0 20px;
}

/* ------------------------------------------------------------- */

/* ========= F O O T E R ========================================================================================== */

#abschluss {
	display: block;
	background-color:#fff;
	width: 100%;
	height: 20px;
	margin: 0;
	padding: 0;
}

/* ------------------------------------------------------------- */

footer {
	display: block;
	clear:both;
	background-color:#DDD;
	width: 100%;
	height:40px;
	margin: 10px 0 0 0;
	padding:0;
    font-size: 0.95em;
	font-weight:300;
}

footer ul {
	/*background-color:#eee;*/
	margin: 0 0 0 15px;
	padding: 0;
}

footer ul li {
	float: left;
	list-style: none;
	margin:10px 10px 10px 0;
}

footer ul li.binhier {
    color:#ef7c00;
    padding:0 7px 7px 7px;
}

footer a, footer a:visited {
	color:#333;
	padding:7px;
    border-radius: 4px;
    text-decoration: none;
}

footer a:hover {
	color:#FFF;
	background-color:#4c738a;
}

/* ========= A B S A T Z ========================================================================================== */

p, p a, main ol li, main ul li {
	/* font-weight:100; */
	font-size:1.3rem;
	line-height: 130%;
	color:#444;
	margin: 0 0 0.5em 1px; /*die 1, um libü mit der Headline zu sein*/
}

p a {
    color: #4c738a;
    text-decoration: none;
}

a:hover, a:visited {
    text-decoration: underline;
}


p.sub {
    font-size: 0.85em;
    color: #4c738a;
}

p.schmal {
    margin: 0 20% 0 20%;
}

#unten p label {
    color: #FFF;
}

.pers {
    font-family: serif;
    font-style: italic;
    font-size: 1.5rem;
}

.farbe {
    color: #ef7c00;
}

main ul li {
  margin: 1px 0 3px 0;
  list-style-image: url(../_i/list-punkt.svg);
}

main ol li {
/*   font-weight: 700; */
/*   padding-top: 10px; */
  margin-bottom: 0;
}

/* ------------------------------------------------------------- */

h1, h2 {
	font-size:2rem;
	color:#ef7c00;
	font-family: Arial, Verdana, sans-serif;
    font-weight: normal;
	margin: 0 0 10px 0;
	line-height: 110%;
    text-align: left;
}

h2 {
	margin: 20px 0 10px 0;
	font-size: 1.5rem;
    color:#4c738a;
}

h1.index, h2.index {
    font-size:3rem;
	margin: 30px 15% 30px 15%;
	text-align: center;
}

h2.libue {
    font-size:3.5rem;
    margin: 60px 15% 30px 15%;
	text-align: left;
}

h3 {
	clear: both;
	font-size: 1.3rem;
	line-height: 120%;
	color: #666;
	margin:15px 0 5px 1px;
	padding:0;
}

h4 {
	color: #999;
	font-size: 1.25rem;
	margin: 15px 0 5px 3px;
}

h5 {
	clear:both;
	margin:0 0 2px 0;
	padding:10px 0 0 0;
	font-weight:lighter;
	font-size:1.1em;
	line-height: 120%;
	color: #237f52;
}

/* ========= F O R M U L A R E ========================================================================================== */

form {
    display: inline-block;
    vertical-align: middle;
    float: none;
    background-color: #4c738a;
    width: 50%;
    margin: 10px;
    padding: 20px;
    border-radius: 10px;
}

input, button, select, textarea {
	font-size: 1.5em;
	box-sizing: border-box;
}

input[type=text], textarea {
     width: 90%;
}

button, input[type=submit], input[type=button], div.button {
	display: inline-block;
   	background-color: #ef7c00;
    border: none;
	border-radius:7px;
    color: #FFFFFF;
    text-align: center;
    text-decoration: none;
    padding: 6px 30px;
    margin: 4px 2px;
    -webkit-appearance: none;
    cursor: pointer;
}

button a:any-link {
	color: #FFF;
}

button:hover, input[type=submit]:hover, input[type=button]:hover, div.button:hover {
	background-color: #ff911a;
	color: #FFF;
}

/* ========= H I L F S M I T T E L ========================================================================================== */

hr {
	clear:both;
	border:0;
	border-bottom:1px dotted #CCC;
}

hr.weiter {
	margin: 30px 0 5px 4px;
}

.umbruch {
	clear:both;
}

.umbruchR {
	clear:right;
}

.umbruchSmart {
	display:none;
}

/* ------------------------------------------------------------- */

.abstand05, .abstand10, .abstand20, .abstand40 {
	clear:both;
	width:100%;
}

.abstand05 {
	height:5px;
}

.abstand10 {
	height:10px;
}

.abstand20 {
	height:20px;
}

.abstand40 {
	height:40px;
}


/* ========================================================================================================================================================= */
/* ========================================================================================================================================================= */
/* ========================================================================================================================================================= */
/* ========================================================================================================================================================= */
/* ========================================================================================================================================================= */
/* ========================================================================================================================================================= */

/* ----- Seitenanpassung smart ---------------------------------------------------------*/

@media screen and (max-width:940px) {

#logoheader {
	display: none;
}

#bg, header {
	padding:0;
	width: 100%;
}

header {
	width:100%;
	height:auto;
}

#smartheader {
	display:block;
	width:100%;
	margin:0;
	height:auto;
	text-align:center;
}

#smartheader img {
	width: 50%;
	height: auto;
	margin:17px 0 12px 0;
}

#stage {
	/* gesamter Rahmen: linker Rand + main */
	width:100%;
	margin: 0;
}

main {
	float:none;
	margin: 0;
	padding:0;
	width:100%;
  	max-width: unset;
}

main img {
	width: 100%;
	height: auto;
	margin: 10px 0 5px 0;
	border-radius: 0;
}

main ul, main ol {
  margin: 0;
  padding-left:70px;
  width:calc( 85% - 50px );
}

/* ------------------------------------------------------------- */

#smartmenu {
	display:block;
	position:fixed;
	z-index:50;
	/*background-color: #F96;*/
	height: 50%;
	vertical-align:top;
	margin: 33px 0 5px 15px;
	cursor: pointer;
}

form {
    width: 70%;
    margin: 5px;
    background-color: #4c738a;
}

}

/* ========================================================================================================================================================= */
/* ========================================================================================================================================================= */
/* ========================================================================================================================================================= */

@media screen and (max-width:700px) {

#bild {
    float: none;
    width: 40%;
    margin: 0 auto 0 auto;
}

#theText {
    float: none;
    width: 80%;
    margin: 30px 10% 0 10%;
}
    
#keyvisualtexte {
	/*display: flex;
	align-items: center;
	justify-content: center;
	overflow: hidden;*/
    font-size: 3rem;
}

#logo img {
	height:120px;
}

#unten {
    margin: 0 15% 0 15%;
}

form {
    width: 80%;
}

footer {
    height: 100px;
}

footer ul li {
	float: none;
}

footer ul li.binhier {
    padding:7px 7px 0 7px;
}

/* ========================================================================================================================================================= */
/* ========================================================================================================================================================= */

@media screen and (max-height:400px) {

}
    
/* ========================================================================================================================================================= */

@media screen and (max-width:500px) {

#logo img {
	height:100px;
}

#bild {
    width: 60%;
}

#unten {
    margin: 0 10% 0 10%;
}

    #smartmenu {
	margin-top: 35px;
}

/* ============================================================================================================================================================ */
/* ============================================================================================================================================================ */

@media screen and (max-width:360px) {

#keyvisualtexte {
    font-size: 2rem;
}

main ul, main ol {
  padding: 0 0 0 -50px;
  margin-right: 0;
  /* width: 80%; */
}

input[type=button] {
	font-size: 1.075em;
}
    
footer {
    height: 120px;
}

}
