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

/* =Reset default browser CSS. Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html
-------------------------------------------------------------- */

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, font, 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 
	{
	background: transparent;
	border: 0;
	margin: 0;
	padding: 0;
	vertical-align: baseline;
}
body {
    background-color: FFFFFF;
	line-height: 1;
	margin: 0;
	padding: 0;
}
h1, h2, h3, h4, h5, h6 {
	clear: both;
	font-weight: normal;
}
ol, ul {
	list-style: none;
}
blockquote {
	quotes: none;
}
blockquote:before, blockquote:after {
	content: '';
	content: none;
}
del {
	text-decoration: line-through;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
a img {
	border: none;
}
* {
  box-sizing: border-box;
} 
html {
    scroll-behavior: smooth;
    scroll-padding-top: 130px; /* height of sticky header */
}


/*------------------ links ----------------------*/

a {
	text-decoration:none;
	border:none;
}

a:link, a:visited {
	color:#E07182;
}

a:hover, a:active, a:focus {
	color:#CCC;
}
	
	
a img:hover,
a img:active,
a img:focus
{ 
opacity:0.5;
}


/*------------------ general ----------------------*/

p {
	padding: 10px 0;
	line-height: 130%;
}
h2 {
	font-size: 150%;
	letter-spacing: 3px;
	font-weight: 700;
	padding: 10px;
}
h3 {
	font-size: 120%;
	font-weight: 300;
	font-style: italic;
}
h4 {
	font-size: 110%;
	font-weight: bold;
}
strong {
	font-weight: bolder;
}

hr { 
    color: #f096c2;
    width: 70%;
}
/*------------------ layout ----------------------*/
.container {
	max-width: 96%;
	margin:  0 auto;
}
.contentblock {
    
}

body {
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
	letter-spacing: 1px;
	background-color: #FFFFFF;
	text-align: center;
}

#headerbild {
    margin: 0 auto;
}
#headernavi {
    margin: 0 auto;
}
#headerbild img {
    max-width: 100%;
    height: auto;
}
#landingpage {
	margin: 0 auto;
	text-align: center;
}
.projekt-headline {
	text-align: center;
}
.projekt-block {
	padding: 2%;
}
.flexboxes {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
	margin: 20px auto;	
	flex: 100%;
	max-width: 80%;
}
.flexboxes img {
    max-width: 100%;
	/*min-width: 100px;*/
    padding: 2%;
	margin: 0px;
	flex-shrink: 1;	
	vertical-align: middle;
}
/*#healing-flexbox-raum1,
#healing-flexbox-raum2,
#healing-flexbox-raum3 {
    justify-content: flex-start;
}*/

.headImage {
	max-width: 100%;
	height: auto;
	display: block;
	padding: 10px 0;
}

.lightbox-caption-title {
    text-transform: uppercase;
}
.lighbox-caption-format {
    font-weight: 500;
    font-style: italic;
}
.textblock {
	margin: 0 auto;
	max-width: 85%;
}
#kitchen21-dates, 
#healing-stationen {
	text-align: left;
	padding-left: 2%;
}
#kitchen21-textblock, 
#healing-textblock {
	max-width: 800px;
	margin-top: 30px;
	padding: 5%;
	text-align: left;
}
.kitchen21-flexboxes {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
	margin: 20px auto;	
	flex: 100%;
	max-width: 90%;
}
.kitchen21-flexboxes img {
    max-width: 100%;
	/*min-width: 100px;*/
    padding: 5px;
	margin: 5px;
	flex-shrink: 1;	
	vertical-align: middle;
}

.kichen21-dates h3 {
    font-weight: bold;
}
#kitchen21-names {
    font-weight: 700;
    font-style: italic;
    line-height: 140%;
}
.kitchen21-names-vorbei {
    font-weight: 700;
    font-style: italic;
    line-height: 140%;
    color:#E07182;
}
.scrollanchor {
    color: #ffffff;
    display: block;
    border: 0;
    margin: 50px;
}
.kitchen21-artist-block-A {
    margin: 40px auto; 
}

.kitchen21-artist-block-B {
    margin: 40px auto; 
    
}
.socialmedia {
    margin: 0 auto;
    max-width: 50%;
    display:block;
}
.socialmedia img {
    padding: 5px;
}
video {
    max-width: 100%;
    padding: 20px;
    margin: 20px;
}

@media screen and (max-width: 480px) {
    span {display: block}
}
	
@media screen and (min-width: 481px) {
	span {display: inline}
}
@media screen and (max-width: 798px) {
   #kitchen21-textblock, #healing-textblock {
	max-width: 96%;
	margin-top: 30px;
	padding: 1%;
}
    .textblock {
	max-width: 96%;
}
    .kitchen21-flexboxes {
	max-width: 96%;

}