@charset "utf-8";
/* CSS style-main artvariable */

* {
	font-family: "Roboto", sans-serif;
	  font-optical-sizing: auto;
	  font-weight: 300;
	  font-style: normal;	
	box-sizing: border-box;
	margin: 0;
	padding: 0;
}

html

{

-webkit-tap-highlight-color: rgba(255,255,255,0);	

}
#headersmall {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    background-color: rgba(255, 255, 255, 0.9);
    padding: 15px;
    box-shadow: 0px 1px 3px 0 gray;
	z-index: 2;
}
#headerbig {
    position: fixed;
    top: 0px;
    left: 0px;
    width: auto;
    background-color: rgba(255, 255, 255, 0);
	z-index: 25;

}
.header {
	
}
.logobig {
	visibility: hidden;
	display: none;
}
.logosmall {
	visibility: visible;
	display: block;
	width: 230px;
    margin-bottom: -5px;
}
@media (min-width: 480px) {
.logosmall {
	width: 331px;
    margin-bottom: -5px;
}
	
}
@media (min-width: 768px) {
	#headersmall {
		display: none;
		visibility: hidden;
	}
	.logosmall {
		visibility: hidden;
		display: none;
	}
	.logobig {
		visibility: visible;
		display: block;
		width: 150px;
		padding: 15px
	}
}

#main {
	padding-top: 90px;
	padding-left: 15px;
	padding-right: 15px
}
p {
	font-family: "Roboto condensed", sans-serif;
	font-size: 1em;
} 
.textfarbe-av4 {color: rgba(59,86,83,1)}
.bocksatz {text-align: justify}
.textlinks {text-align: left}
.textrechts {text-align: right}
h1 {
	font-family: "Inria Serif";
	font-size: 2rem;
	font-weight: 900;
}
h2 {
	font-family: "Inria Serif";
	font-size: 1.8rem;
	font-weight: 800;
}
h3 {
	font-family: "Inria Serif";
	font-size: 1.5rem;
	font-weight: 700;
}
h4 {
	font-family: "Roboto Slab";
	font-size: 1.2rem;
	letter-spacing: 1px;
}
.weiss02 {color: rgba(255, 255, 255, 0.2);}
.weiss03 {color: rgba(255, 255, 255, 0.3);}
.weiss04 {color: rgba(255, 255, 255, 0.4);}
.weiss05 {color: rgba(255, 255, 255, 0.5);}
.robotoslab {font-family: "Roboto Slab"}
.font300 {font-weight: 300}
.font500 {font-weight: 500}
.font700 {font-weight: 700}
.font900 {font-weight: 900}
.startlinehigh {line-height: 2rem}
.bildname-big {
    font-family: "Roboto Slab";
    font-size: 1.8rem;
    font-weight: 600;
    /* [disabled]text-transform: uppercase; */
}
.solo-backlink {
    font-weight: 500;
    font-size: 1.5rem;
}
.absatzunten6 {padding-bottom: 6px}
.absatzunten10 {padding-bottom: 10px}
.absatzunten20 {padding-bottom: 20px}
.absatzunten30 {padding-bottom: 30px}
.absatzunten40 {padding-bottom: 40px}
.absatzunten50 {padding-bottom: 50px}
.absatzunten65 {padding-bottom: 65px}
.absatzunten65-20 {padding-bottom: 20px}
.absatzunten5-0 {padding-bottom: 0px}

.absatzoben10 {padding-top: 10px}
.absatzoben20 {padding-top: 20px}
.absatzoben30 {padding-top: 30px}
.absatzoben40 {padding-top: 40px}
.absatzoben50 {padding-top: 50px}
.absatzoben65 {padding-top: 65px}

.outsideliste {
    list-style-type: disc;
    list-style-position: outside;
    margin-left: 1em;
    text-align: left;
    text-align-last: left;
    padding-left: 3px;
}
a.zum-original   {
	text-decoration: none;
	color: rgba(255,82,0,1); 
}
a.zum-original:hover  {
	color: rgba(59, 86, 83, 1);
}
a.zum-kuenstler   {
	text-decoration: none;
	color: rgba(255,82,0,1); 
	font-weight: 500;
}
a.zum-kuenstler:hover  {
	color: rgba(255,255,255,1.00);
}
a.linkimtextaufw   {
	text-decoration: none;
	color: rgba(255,82,0,1); 
}
a.linkimtextaufw:hover  {
	color: rgba(59, 86, 83, 1);
}
@media (min-width: 480px) {
	#main {padding-top: 100px}
	h1 {font-size: 2.5rem;}
	h2 {font-size: 2.0rem;}
	h3 {font-size: 1.5rem;}
	.bildname-big {font-size: 2rem;}

}
@media (min-width: 768px) {
	#main {
		padding-top: 140px;
	    padding-left: 180px;
        padding-right: 180px;
	}
	h1 {font-size: 3rem;}
	h2 {font-size: 2.5rem;}
	h3 {font-size: 2.0rem;}
	.bildname-big {font-size: 2.5rem;}
}
@media (min-width: 1400px) {
	#main {
		padding-top: 140px;
	    padding-left: 280px;
        padding-right: 280px;
	}
	.bildname-big {font-size: 2.5rem;}
}

.testbild {
	width: 50%;
	height: auto;
}
.clear {
	clear: both;
}
.trennlinie {
	border-bottom-color: rgba(255, 82, 0, 1);
    border-bottom-width: 1px;
    border-bottom-style: dotted;
	width: 80%;
	padding-top: 10px;
}
.anker {
    /* [disabled]visibility: hidden; */
    display: block;
	position: absolute;
	z-index: -1;
	color: rgba(255,255,255,1.00);
}
.arrow-back {
	width: 50px;
}
.liste {
	list-style-type: disc;
    list-style-position: outside;
    margin-left: 1em;
    text-align: justify;
    text-align-last: left;
}
/*  ******** Tabelle Vita ANFANG ****************************/
.vita-tabellenrahmen {
	display: flex;
	flex-flow: row wrap;
}
.vita-spalte1 {
	flex-grow: 0px;
	flex-basis: 90px;
	
}
.vita-spalte2 {
	flex-grow: 2;
	flex-basis: 0;
}
.vita-spalte1a {
	flex-grow: 0;
	flex-basis: 55px;
	
}
.vita-spalte1kurz {
    flex-grow: 0;
    flex-basis: 12px;
}
.vita-spalte2a {
	flex-grow: 2;
	flex-basis: 0;
}
.text-rechts {
	text-align: right;
} 
.ueberschriften40 {opacity: 0.7;}
.anfangszeichen {}
.anfangszeichen::before {
	content: '• ';
	margin-left: -10px;
}
/*  ******** Tabelle Vita ANFANG ****************************/

/*  FELD ERWEITERUNG  ***** ANFANG *******************/
#block1, #block2 {padding-bottom: 30px;
}
a.linkbio {
    color: rgba(255, 255, 255, 0.6);
    text-decoration: none;
    font-weight: 400;
}
a.linkbio:hover {
    color: rgba(255, 255, 255, 1);
}

.plus-color-1 {background-color: rgba(109, 37, 13, 1.00)}
.plus-color-2 {background-color: rgba(146, 48, 20, 1.00)}
.plus-color-3 {background-color: rgba(179, 58, 24, 1.00)}
.plus-infoblock1,.plus-infoblock2,.plus-infoblock3  {color: rgba(255,255,255,1.00); opacity: 0;}
.superbig-inside-erweiterung {font-size: 2rem; font-family: "Roboto Slab"; font-weight: 700}
/*****************************************************************************************************************/
img.artist3 {
    width: 60%;
    float: none;
	margin: 0 0 10px 0px;
}
auf, zu {display: block}
.auftext {
	display: inline-block;
	color: rgba(59, 86, 83, 1);
}
.auf {
	display: inline-block;
	width: 40px;
	padding-left: 20px;
}
.auf img {padding-bottom: 0px;}
zu {}
.plus-infoblock1, .plus-infoblock2, .plus-infoblock3 {
	display: none;
	border-radius: 50px 50px 0 50px;
}
input.expand, input.expand2, input.expand3 {
  display: none;
}

input.expand:checked ~ .plus-infoblock1 {
  	display: block;
	position: relative;
    padding: 25px 25px 40px 25px;
    margin: 25px 0;
	transform: translatex(0);
  	animation: fadein 2s linear 1 normal forwards;
	animation-name: fadein;

	
	}
@keyframes fadein {from{opacity: 0} to {opacity: 1}}
@media (min-width: 480px) {
input.expand:checked ~ .plus-infoblock1 {
			padding: 20px 50px 40px 50px;
			margin: 50px 0;

		}
	img.artist3 {
			width: 40%;
			float: none;
			margin: 0 0 10px 0px;
		}
}
@media (min-width: 930px) {
.plus-infoblock1, .plus-infoblock2, .plus-infoblock3 {
	border-radius: 80px 80px 0 80px;

}
img.artist3 {
    width: 35%;
    float: right;
	margin: 0 0 20px 20px;
}	
}
@media (min-width: 1400px) {
img.artist3 {
    width: 30%;
    float: right;
	margin: 0 0 20px 20px;
}	
}

input.expand:checked ~ label zu {
  color: rgba(255, 82, 0, 1);
  width: 100%;
  display: block;
}
input.expand:checked ~ label auf {
  color: rgba(255, 82, 0, 1);
  width: 0%;
   display: none;
}

label.expand, label.expand2, label.expand3 {
  z-index: 1;
  position: relative;
  display: block;
	
}
@media (min-width: 480px) {
		label.expand, label.expand2, label.expand3 {
	}
	.auf img {padding-bottom: 2px;}	
}
@media (min-width: 768px) {
	.auf img {padding-bottom: 5px;}	
}
label.expand:hover, label.expand2:hover, label.expand3:hover  {
  cursor: pointer;
}
label.expand text zu,
label.expand text auf {
    position: relative;
    text-align: left;
    overflow: hidden;
}
label.expand text zu {
  color: rgba(0, 0, 0, 0);
  right: 0;
  width: 0;
  display: none;
}
label.expand text auf {
  color: rgba(255, 82, 0, 1);
  width: 100%;
 display: block;
}

label.expand, label.expand2, label.expand3 {
	position: relative;

}

/*************** 2 *********************/


input.expand2:checked ~ .plus-infoblock2 {
  	display: block;
  	transform: translatex(0);
  	animation: fadein 2s linear 1 normal forwards;
	position: relative;
    padding: 25px 25px 40px 25px;
	margin: 25px 0;
}
@media (min-width: 480px) {
input.expand2:checked ~ .plus-infoblock2 {
    padding: 20px 50px 40px 50px;
	margin: 50px 0;

}
}

input.expand2:checked ~ label zu {
  color: rgba(255, 82, 0, 1);
  width: 100%;
	display: block;
}
input.expand2:checked ~ label auf {
  color: rgba(255, 82, 0, 1);
  width: 0%;
	display: none;
	
}

label.expand2 text2 zu,
label.expand2 text2 auf {
    position: relative;
    text-align: left;
    overflow: hidden;
}
label.expand2 text2 zu {
  color: rgba(0, 0, 0, 0);
  right: 0;
  width: 0;
	display: none;
}
label.expand2 text2 auf {
  color: rgba(255, 82, 0, 1);
  width: 100%;
	display: block;
}

/*************** 3 *********************/


input.expand3:checked ~ .plus-infoblock3 {
  	display: block;
  	transform: translatex(0);
  	animation: fadein 2s linear 1 normal forwards;
	position: relative;
    padding: 25px 25px 40px 25px;
	margin: 25px 0;
}
@media (min-width: 480px) {
input.expand3:checked ~ .plus-infoblock3 {
    padding: 20px 50px 40px 50px;
	margin: 50px 0;

}
}

input.expand3:checked ~ label zu {
  color: rgba(255, 82, 0, 1);
  width: 100%;
	display: block;
}
input.expand3:checked ~ label auf {
  color: rgba(255, 82, 0, 1);
  width: 0%;
	display: none;

}

label.expand3 text3 zu,
label.expand3 text3 auf {
    position: relative;
    text-align: left;
    overflow: hidden;
}
label.expand3 text3 zu {
  color: rgba(0, 0, 0, 0);
  right: 0;
  width: 0;
	display: none;
}
label.expand3 text3 auf {
  color: rgba(255, 82, 0, 1);
  width: 100%;
	display: block;
}





/*  FELD ERWEITERUNG  ***** ENDE *******************/

/*  FLEX Einzelobjekt  ANFANG----------------------------------------------  */
.einzel-flex-container {
    display: block;
    grid-auto-rows: 100%;
    grid-template-columns: 50% 50%;
    width: 100%;
    height: 100%;
}
.einzel-flex-item {
	
}
.einzel-flex-left_top {
    transition-timing-function: ease-in-out;
    transition: background-color 1s;
    display: flex;
    align-items: center;
    justify-content: center;
}
.einzel-flex-right_bottom {
	color: rgba(255,255,255,1.00);
	background-color: rgba(57,170,158,1);
    display: block;
	padding: 30px;
	margin: 0 0 20px 0;
	border-radius: 50px 50px 0px 50px;
    z-index: 0;
    position: relative;
}
.einzel-flex-right_bottom.einzel-flex-item.originale-farbe {
    background-color: rgb(213, 67, 21);
}
.einzel-LI {
	font-weight: 500;
	font-size: 1.2rem;
	padding-right: 10px;
}
.einzel-RE {
	font-size: 1.2rem;
}
.mailanfrage {
	text-decoration: none;
	color: rgba(255,255,255,1.00);
	background-color: rgba(59, 86, 83, 1);
	padding: 5px 10px;
	border-radius: 20px;
	border-width: 1px;
	border-color: rgba(255,255,255,1.00);
	border-style: solid;
}
.mailanfrage:hover {
	text-decoration: none;
	color: rgba(255,255,255,1.00);
	background-color: rgba(59, 86, 83, 0.5);
	padding: 5px 10px;
	border-radius: 20px;
	border-width: 2px;
	border-color: rgba(255,255,255,1.00);
	border-style: solid;
}
.einzel-footertext {
	background-color: rgba(129, 85, 64, 1);
	    border-radius: 50px 50px 0px 50px;
	}
.einzel-footertext-textblock {
		color: rgba(255,255,255,1.00);
		padding: 30px;
	}
.superbig {
		font-size: 4.5rem;
		font-family: roboto slab;
		font-weight: 700;
		color: rgba(255,255,255,0.30);
		line-height: 3.7rem;

	}

@media (min-width: 360px) {
	.mailanfrage {
		padding: 10px 15px;
		border-radius: 20px;
		border-width: 1px;

	}
	.mailanfrage:hover {
		padding: 10px 15px;
		border-radius: 20px;
		border-width: 2px;
	}
}


@media (min-width: 480px) {
		.einzel-flex-right_bottom {
			margin: 0 0 0px 0;
			padding: 50px;
			border-radius: 70px 70px 0px 70px;
		}
}
@media (min-width: 768px) {
	.einzel-footertext {
	background-color: rgba(129, 85, 64, 1);
	}
	.einzel-footertext-textblock {
		color: rgba(255,255,255,1.00);
		padding: 50px;
	}
	.superbig {
		font-size: 6rem;
		font-family: roboto slab;
		font-weight: 700;
		color: rgba(255,255,255,0.30);
		line-height: 5rem;

	}
	.einzel-flex-right_bottom {
			padding: 50px 55px;
			border-radius: 80px 80px 0px 80px;
		}
}
@media (min-width: 1200px) {
	.einzel-flex-container {
		display: grid;
		grid-auto-rows: 100%;
		grid-template-columns: 45% 55%;
		width: 100%;
		height: 100%;
	}
	.absatzunten5-0 {padding-bottom: 5px}
	.absatzunten65-20 {padding-bottom: 65px}
	.einzel-LI {
	font-weight: 500;
	font-size: 1.3rem;
	padding-right: 20px;
	}
	.einzel-RE {
		font-size: 1.3rem;
	}
}
@media (min-width: 1800px) {
	.einzel-flex-container {
		display: grid;
		grid-auto-rows: 100%;
		grid-template-columns: 45% 55%;
		width: 100%;
		height: 100%;
	}
	.einzel-LI {
	font-weight: 500;
	font-size: 1.8rem;
	padding-right: 20px;
	}
	.einzel-RE {
		font-size: 1.8rem;
	}
	.einzel-flex-right_bottom {
		padding: 60px;
		margin: 0 0 0 30px;
	}	
}
@keyframes fade-in {
	from {opacity: 0}
	to {opacity: 1;}
}

/*  FLEX Einzelobjekt  ENDE----------------------------------------------  */

/*  LIGHTBOX  ANFANG----------------------------------------------  */

div#inhalt {
    /* [disabled]margin-left: 5%; */
    /* [disabled]margin-right: 5%; */
}

img {
    /* [disabled]max-height: 80vh; */
}

figcaption a {
  	color: rgba(255,82,0,1); 
	text-decoration: none;
	}

figcaption a:hover {
		color: rgba(59,86,83,1);
	}
.figcap-zusatz-p {
		font-size: 1rem;
		color: rgba(59, 86, 83, 1);
		padding-top: 5px;
		font-weight: 300;
		padding-bottom: 5px;
	}
.startbild {
		width: 80%;
		height: auto;
	}
.italic { font-style: italic; }
.small { font-size: 0.8em; }

/** LIGHTBOX MARKUP **/

.lightbox {
	  /* Default to hidden */
	  display: none;

	  /* Overlay entire screen */
	  position: fixed;
	  z-index: 999;
	  top: 0;
	  left: 0;
	  right: 0;
	  bottom: 0;

	  /* A bit of padding around image */
	  padding: 1rem;

	  /* Translucent background */
	  background: rgba(59,86,83,1);
	}

/* Unhide the lightbox when it's the target */
.lightbox:target {
	  display: block;
	}

.lightbox span {
		/* Full width and height */
		display: block;
		width: 100%;
		height: 90%;
		/* Size and position background image */
		background-position: center;
		background-repeat: no-repeat;
		background-size: contain;
		/* [disabled]margin: 100px 0 100px 0; */
		position: relative;
		top: 5%;
	}
.pic-size_THB {
		/* [disabled]width: 200px; */
		object-fit: contain;
		width: 100%;
		box-shadow: 0px 2px 5px rgba(0,0,0,0.5);
		margin: 10px;
		padding: 20px;
		/* [disabled]height:100%; */
	}
.box-element {
		float: left;
	}


/*  LIGHTBOX  ---------------------------------------------  ENDE -  */




/* FOOTER ANFANG *******************************/
#footer {
	    border-radius: 280px 280px 0px 280px;
}
.footer-distributed {
	color: rgba(255,255,255,1.00);
    background-color: rgba(255,82,0,1);
    box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.12);
    box-sizing: border-box;
    width: 100%;
    text-align: left;
    padding: 55px 20px;
    margin-top: 65px;
}

.flex-container-footer {
		display: flex;
		justify-content: center;
        flex-direction: column;
    }

.footer-distributed .footer-left, .footer-distributed .footer-center, .footer-distributed .footer-right {
        display: block;
        width: 100%;
        margin-bottom: 5px;
        text-align: center;
        padding: 20px 0px;
    }
    .footer-distributed .footer-center {
        border-right-width: 0px;
        border-right-style: none;
        border-right-color: #f7f4f4;
        border-left-width: 0px;
        border-left-style: none;
        border-left-color: #f7f4f4;
        border-top-width: 1px;
        border-top-style: dotted;
        border-top-color: #f7f4f4;
        border-bottom-width: 1px;
        border-bottom-style: dotted;
        border-bottom-color: #f7f4f4;
        padding-left: 0%;
        padding-right: 0%;
        padding-top: 20px;
        padding-bottom: 20px;
    }
    .footer-distributed .footer-left, .footer-distributed .footer-center, .footer-distributed .footer-right {
        display: block;
        width: 100%;
        margin-bottom: 5px;
        text-align: center;
        padding: 20px 0px;
    }
	.footer-logo {
		width: 40%;
	}
	.footerbold {
		font-size: 1.5rem;
		font-weight: 600;
	}
	.footer-distributed .footer-center p span {
		display: block;
		padding: 0;
		background-color: transparent;
	}
    .footerline2, .footerline3 {
        height: auto;
        display: block;
        align-items: center;
        justify-content: center;
        float: none;
        width: 100%;
		padding: 0 0;
    }
    .footerline1 {
        height: auto;
        display: block;
        align-items: center;
        justify-content: center;
        float: none;
        width: 100%;
    }

	.footer-distributed .footer-center p {
    display: inline-block;
    color: #ffffff;
    /* [disabled]vertical-align: middle; */
    font-size: 1rem;
	}
    .addr-icon {
        width: 100%;
        height: 38px;
        text-align: center;
        line-height: 42px;
        margin: 20px 0px 5px 0px;
        vertical-align: middle;
    }
	.footer-distributed a {
		color: rgba(255,255,255,1);
		text-decoration: none;
		opacity: 0.7;
	}
	.footer-distributed a:hover {
		color: rgba(255,255,255,1);
		opacity: 1;
	}
	.insta-logo {
		width: 46px;
	}
	p.footer-links.font07 {
		font-size: 1rem;
	}
    p.footer-links.block-rechtlich span {
        display: inline-block;
        padding: 0 10px;
    }
	.border-rechts {
			border-right-width: 1px;
			border-right-style: solid;
	}
	.block-rechtlich {
		font-size: 1rem;
	}
@media (min-width: 480px) {
	.block-rechtlich {
		font-size: 1rem;
	}
	.footer-distributed {
		padding: 55px 50px;
	}	
}
@media (min-width: 768px) {
	.flex-container-footer {
		flex-direction: row;
		}
	.footer-distributed .footer-left {
		width: 30%;
		text-align: right;
		padding-right: 2%;
	}
	.footer-distributed .footer-left, .footer-distributed .footer-center, .footer-distributed .footer-right {
		display: inline-block;
		vertical-align: top;
	}
	.footer-distributed .footer-center {
		width: auto;
		padding-left: 1.8%;
		padding-right: 1.8%;
		text-align: center;
		border-right-width: 1px;
		border-right-style: dotted;
		border-right-color: #f7f4f4;
		border-left-width: 1px;
		border-left-style: dotted;
		border-left-color: #f7f4f4;
	    
        border-top-width: 0px;
        border-top-style: none;
        border-top-color: #f7f4f4;
        border-bottom-width: 0px;
        border-bottom-style: none;
        border-bottom-color: #f7f4f4;	
	}	
	.footer-distributed .footer-right {
		width: 30%;
		text-align: left;
		padding-left: 2%;
	}
	.footer-logo {
		width: 187px;
	}
	.footerbold {
		font-size: 1.8rem;
		font-weight: 500;
	}
	.footerline2, .footerline3 {
		height: auto;
		display: block;
		align-items: center;
		float: none;
		width: auto;
		padding: 10px 0;
	}
	
	.footerline1 {
		height: auto;
		display: block;
		align-items: center;
		float: none;
		width: auto;
		margin-top: -4px;
	}
	.addr-icon {
		width: 34px;
		height: 34px;
		text-align: center;
		line-height: 31px;
		margin: 0px 5px 0px 0px;
	}
	p.footer-links.font07 {
		font-size: 0.7rem;
	}
	p.footer-links.block-rechtlich span {
    	display: block;
		padding: 0;
	}
	.border-rechts {
			border-right-width: 0px;
			border-right-style: solid;
	}
}
@media (min-width: 1400px) {
	.footer-logo {
        width: 234px;
    }
}
/* FOOTER ENDE *******************************/

.sprachwahl {
	position: fixed;
	bottom: 0px;
	right: 0px;
	background-color: rgba(59, 86, 83, 1);
	padding: 5px 5px 5px 7px;
	border-top-left-radius: 15px;
}
.sprachwahl a {
	color: rgba(255,255,255,0.70);
	text-decoration: none;
	font-weight: 600;
}
.sprachwahl a:hover {
	color: rgba(255,255,255,1.00);
	font-weight: 600;
}

/* TOP Scroller   ******  ANFANG  ***********************************/
.topscroller {
	color: rgba(0,0,0,1.00);
    position: fixed;
    bottom: 40px;
    right: 15px;
    z-index: 4;
	mix-blend-mode: difference;
}

#back-top span {
    width: 35px;
    height: 35px;
    display: block;
    background: url("../graphics/icon_top.svg") no-repeat center center;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    -webkit-transition: 1s;
    -moz-transition: 1s;
    transition: 1s;
}
@media (min-width: 480px) {
    #back-top span {
        height: 50px;
        width: 50px;
    }
}

/* TOP Scroller   ******  ENDE  ***********************************/