﻿/* FARBEN
Violett #4a155e
Lila #82358c
Background (lila pastell) #fdf1ec
Transparenter Background (dunkleres lila) #eddadf
Orange #e19538
Blau Schmetterling: hell #0a71b4 dunkel #153169
*/

body {
    padding: 0;
    margin: 0;
	font-family: Geneva, sans-serif;
	line-height: 25px;
    font-size: 20px;
}

.link:link {text-decoration:#82358c; color: #e19538; }
.link:visited {text-decoration:#82358c; color: #e19538; }
.link:active {text-decoration:#82358c; color: #e19538; }
.link:hover {text-decoration: #82358c; color: #eddadf; }


.img {
	width: 100%;
	margin: 0px 0 10px 0;
}

.image {
	width: 100%;
	margin: 0 0 10px 0;
}

.rand {
    height: 20px;
    background-color: #fdf1ec;
    width: 100%;
}

#header {
    height: auto;
    background-color: #fdf1ec;
    width: 100%;
    min-height: 180px;
}

#headerlogo {
    width: 100%;
    background: url(../images/bildwortmarke.png);
    background-position: bottom;
    background-size: contain;
    background-repeat: no-repeat;
    display: block;
    min-height: 300px;
    margin-left: auto;
    margin-right: auto;
}

#wortmarke {
    background: none;
}

#bildmarke {
    background: none;
}

.orange {
    border: 2px solid #e19538;
    padding: 0;
    margin: 0;
}

.violett {
    border: 1px solid #82358c;
    padding: 0;
    margin: 0;
}

.navi {
    font-family: Geneva, sans-serif;
    font-size: 11pt;
    text-align: left;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    padding: 10px 0 10px 0;
    color: #333;
}

.navilink:link {text-decoration:none; color: #333; letter-spacing: 0.65px; }
.navilink:visited {text-decoration:none; color: #333; letter-spacing: 0.65px;}
.navilink:active {text-decoration:none; color: #333; letter-spacing: 0.65px;}
.navilink:hover {text-decoration:none; color: #82358c; font-weight: 600; letter-spacing: 0.1px; }

.navilinkaktiv {
    text-decoration:none; 
    color: #333; 
    letter-spacing: 0.65px;
    text-decoration:none; 
    color: #82358c; 
    font-weight: 600; 
    letter-spacing: 0.1px; 
}


.headerbild {
	background-color: #82358c;
}

#headerbild {
    width: 100%;
    height: 250px;
    max-width: 1600px;
    background-size: 280%;
    background-position: center;
    background: url(../images/header-schmetterlingsmaedchen-breiter.jpg);
	margin-bottom: 20px;
	margin-left: auto;
	margin-right: auto;
    background-color: #82358c;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    display: block;
}

#headerbild-liane {
    width: 100%;
    height: 250px;
    max-width: 1600px;
    background-size: 280%;
    background-position: center;
    background: url(../images/header-portfolio.jpg);
	margin-bottom: 20px;
	margin-left: auto;
	margin-right: auto;
    background-color: #82358c;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    display: block;
}

#headerbild-lesungen {
    width: 100%;
    height: 250px;
    max-width: 1600px;
    background-size: 280%;
    background-position: center;
    background: url(../images/header-lesungen.jpg);
	margin-bottom: 20px;
	margin-left: auto;
	margin-right: auto;
    background-color: #82358c;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    display: block;
}

#headerbild-leseproben {
    width: 100%;
    height: 250px;
    max-width: 1600px;
    background-size: 280%;
    background-position: center;
    background: url(../images/header-leseproben.jpg);
	margin-bottom: 20px;
	margin-left: auto;
	margin-right: auto;
    background-color: #82358c;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    display: block;
}

#headerbild-indiv {
    width: 100%;
    height: 250px;
    max-width: 1600px;
    background-size: 280%;
    background-position: center;
    background: url(../images/header-bienen.jpg);
	margin-bottom: 20px;
	margin-left: auto;
	margin-right: auto;
    background-color: #82358c;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    display: block;
}

#headerbild-gemeinschaftlichkeit {
    width: 100%;
    height: 250px;
    max-width: 1600px;
    background-size: 280%;
    background-position: center;
    background: url(../images/header-schmetterlinge.jpg);
	margin-bottom: 20px;
	margin-left: auto;
	margin-right: auto;
    background-color: #82358c;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    display: block;
}

#headerbild-buecher {
    width: 100%;
    height: 250px;
    max-width: 1600px;
    background-size: 280%;
    background-position: center;
    background: url(../images/header-buecher.jpg);
	margin-bottom: 20px;
	margin-left: auto;
	margin-right: auto;
    background-color: #82358c;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    display: block;
}

.schmetterlingsrand {
	width: 100%;
    height: 20px;
    background-color: #fdf1ec;
    margin-left: auto;
    text-align: center;
    margin-right: auto;
    background-position: bottom;
    position: relative;
    margin-top: 50px;
}

.blauerschmetterling {
	width: 10%;
    margin-left: auto;
    margin-right: auto;
    max-height: 70px;
    max-width: 75px;
    background-position: bottom;
    position: absolute;
    bottom: 0;
}

.lilatextbox {
	width: 100%;
	background-color: #4a155e;
	height: auto;	
}

.headlinebox {
	background-color: #eddadf;
	height: auto;
	width:100%;
	margin-left: auto;
	margin-right: auto;
	text-align:center;
}

.formatiert {
	color: #82358c;
	font-weight: 600;
}

h1 {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	text-transform: uppercase;
	color:#333;
	font-weight: 100;
	padding: 10px 0 10px 0;;
    margin: 0;
	letter-spacing: 1pt;
	font-size: 25pt;
	line-height: 40px;
}

h5 {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	text-transform: uppercase;
	color:#333;
	font-weight: 100;
	padding: 10px 0 10px 0;;
    margin: 0;
	letter-spacing: 1pt;
	font-size: 25pt;
	line-height: 40px;
}

h2 {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-style: italic;
	color:#333;
	font-weight: 100;
	padding: 0 0 15px 0;
    margin: 0;
	font-size: 20pt;
}

.textbox {
	width: 90%;
	background-color: #fdf1ec;
	height: auto;
	white-space: pre-wrap;
	margin-left: auto;
	margin-right: auto;
	padding: 0 5% 0 5%;
	display: flow-root;
}

.spendenbox {
	width: 90%;
	height: auto;
	white-space: pre-wrap;
	margin-left: auto;
	margin-right: auto;
	padding: 0 5% 0 5%;
	display: flow-root;
}

.button, .c2a {
	width: 80%;
	height: auto;
	background-color: #4a155e;
	color: #eddadf;
	white-space: pre-wrap;
	margin-left: auto;
	margin-right: auto;
	padding: 20px;
	-moz-border-radius-topleft:      10px;
	-moz-border-radius-topright:     10px;
	-moz-border-radius-bottomright:  10px;
	-moz-border-radius-bottomleft:   10px;
		 border-top-left-radius:     10px;
		 border-top-right-radius:    10px;
		 border-bottom-right-radius: 10px;
		 border-bottom-left-radius:  10px;
	text-align: center;
	display: inline-table;
	margin: 20px 0;
	line-height: 1.5;
	letter-spacing: 1px;
}

.button:link {text-decoration:none; }
.button:visited {text-decoration:none; }
.button:active {text-decoration:none; }
.button:hover {text-decoration:none; color: #fff; background-color: #e19538;}

.c2a:link {text-decoration:none; }
.c2a:visited {text-decoration:none; }
.c2a:active {text-decoration:none; }
.c2a:hover {text-decoration:none; color: #fff; background-color: #e19538;}

ul {
	margin: 0;
	display: inline;
}

li {
    list-style-type: circle;
    list-style-image: url(../images/herz-navi.png);
    line-height: 1.75;
}

  li::before  {
	content: "";                  /* hier das ♥ wieder rein */
	color: #4a155e;
	font-size: 1.2em;
  }

.bildbox {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
}
.widget {
	width: 100%;
	height:auto;
	float: left;
	background-color: #fdf1ec;
	margin: 0 -20px 20px -27px;
	padding: 0 30px 0px 30px;
}

.lastwidget {
	width: 100%;
	height:auto;
	float: left;
	background-color: #fdf1ec;
	margin: 0 -20px 20px -27px;
	padding: 0 30px 40px 30px;
}

widgetlink {
	color: auto;
}

.widgetlink a:link {text-decoration:none; color:auto; }
.widgetlink a:visited {text-decoration:none; color: auto;}
.widgetlink a:active {text-decoration:none; color: auto; }
.widgetlink a:hover {text-decoration:none; color: auto; }


h3 {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	color: #4a155e;
	text-transform: uppercase;
	padding: 0;
    margin: 0;
	letter-spacing: 1pt;
	font-size: 20pt;
}

h4 {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-style: italic;
	color: #4a155e;
	padding: 0 ;
    margin: 0;
	font-size: 15pt;
}

.widgets {
	display: block;
	vertical-align: top;
	width: 100%;
	background-color: #fdf1ec;
	margin: 0 -20px 20px -27px;
	padding: 0 30px 40px 30px;
}

.zitatbox {
	white-space: pre-wrap;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	display: table;

}

.zitat {
	width: 100%;
	display:block;
	position:absolute;
    margin-left: auto;
    margin-right: auto;
	text-align: center;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-style: italic;
	font-size:18px;
	color: #82358c;
	display: inline-table;
	flex-flow: row wrap;
	position: inherit;

}

main {
  margin: 0 auto;
}


.smallteaser h2 {
  display: flex;
  color: #333;
  border-bottom: 2px solid #8db243;
  align-items: flex-end;
}

.smallteaser h2 img {
  margin-left: auto;
}

strong {
	font-family: 'Raleway', sans-serif;
    font-weight: 500;
    font-style: normal;
    font-size: 20px;
    color: #000;
    line-height: 1.5em;
    white-space: pre-wrap;
    text-align: left;
    margin: 0;
    border: 0;
	outline: 0;
}

#leseproben {
	width: 100%;
}

.leseprobe {
	width: 90%;
	background-color: #153169;
	height: auto;
	color: #eddadf;
	height: auto;
	white-space: pre-wrap;
	margin-left: auto;
	margin-right: auto;
	padding: 20px;
	-moz-border-radius-topleft:      10px;
	-moz-border-radius-topright:     10px;
	-moz-border-radius-bottomright:  10px;
	-moz-border-radius-bottomleft:   10px;
		 border-top-left-radius:     10px;
		 border-top-right-radius:    10px;
		 border-bottom-right-radius: 10px;
		 border-bottom-left-radius:  10px;
	text-align: center;
	display: inline-table;
	margin: 20px 0;
	line-height: 1.5;
}

.downloads {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	text-transform: uppercase;
	padding: 0;
    margin: 0;
	letter-spacing: 1pt;
	font-size: 20pt;
}

i {
	font-style: italic;
	padding: 0;
	margin: 0;
	font-family: fantasy;
}

.mobiler-absatz {
	display: inline-block;
	white-space: nowrap;
}

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

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

    body {
        font-size: 16px;
    }

strong {
    font-size: 16px;
}    

    main > * {
	  flex: 1 1 18em;
	  margin: 1em;
	}
	
    #headerinhalt {
        width: 700px;
        margin-left: auto;
        margin-right: auto;
    }

    #headerbackgound {
        width: 100%;
        margin-left: auto;
        margin-right: auto;
        background-color: #eddadf;
        max-height: 150px;
    }

    #headerlogo {
        background: none;
        min-height: 1200px;
        max-width: 700px;
    }

    #headerbild {
        height: 350px;
    }

    #wortmarke {
        background: url(../images/wortmarke-header.png);
        background-position: bottom;
        background-size: contain;
        background-repeat: no-repeat;
        display: block;    
        float: left;
        width: 300px;
        height: 92px;
        margin-left: auto;
        margin-right: auto;
        margin-top: 58px;
    }

    #bildmarke {
        background: url(../images/bildmarke-header.png);
        background-position: bottom;
        background-size: contain;
        background-repeat: no-repeat;
        display: block;    
        float: right;
        width: 173px;
        height: 150px;
        margin-left: auto;
        margin-right: auto;
   }

    .navi {
        width: 700px;
    }

	.schmetterlingsrand {
		margin-top: 80px;
		max-width: 1100px;
	}

	.headlinebox {
		width:700px;
	}
	
	.textbox {
		width: 660px;
		padding: 5px 13px 25px 27px;
		display: grid;
	}


	.spendenbox {
		width: 660px;
		padding: 5px 13px 25px 27px;
		display: grid;
	}
	
	h3 {
			font-size: 17pt;
	}

	main {
	  display: inline-table;
	  flex-flow: row wrap;
	}
	
	.bildbox {
		width: 700px;
	}

	.widgets {
		float: left;
		display: flex;
		vertical-align: top;
		width: 640px;
		background-color: #fdf1ec;
		margin: 0 -20px 20px -27px;
		padding: 0 30px 40px 30px;
	}

	.widget {
		width: 30%;
		padding: 0 5% 0 0;
		margin: 0;
	}

	.lastwidget {
		width: 30%;
		padding: 0 0 0 0;
		margin: 0;
	}


	.zitat {
		width: 700px;
		margin-left: auto;
		margin-right: auto;
		margin-top: 80px;
	}

	.button {
		max-width: 100px;
		margin: 80px 20px 20px 20px;
	}
	
	#leseproben {
		float: left;
		display: table;
	}
	
	.leseprobe {
		width: 30%;
		float: left;
		margin: 10px;
	}
}

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

	.mobiler-absatz {
		display: none;
	}
}

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

@media screen and (min-width: 1100px) {
    #headerinhalt {
        width: 1100px;
    }

    #headerlogo {
        background: none;
		max-width: 1000px;
    }

	.navi {
		width: 1000px;
		text-align:center;
	}
	
	.headlinebox {
		min-width: 1100px;
	}
	
	.textbox {
		width: 1060px;
		display: flow-root;
	}
	
	.spendenbox {
		width: 1060px;
		display: flow-root;
	}

	.bildbox {
		width: 1100px;
	}
	

}






