* {
  margin: 0;
  padding: 0;
  font-family: TildaSansLight;
}

a:link {
  color: white;
}

a:visited {
  color: white;
}

a:hover {
  color: white;
}

a:active {
  color: white;
}

.languageButtons {
	position: absolute;
	top: 5px;
	right: 5px;
}

.languageButton {
	display: inline-block;
    border: 1px solid white;
    border-radius: 6px;
    padding: 0px 6px;
    color: white;
    font-weight: 500;
    cursor: pointer;
	font-size: 12px;
}

#effects[lang=de] .languageDE {
	border-width: 2px;
	font-weight: 700;
	cursor: default;
}

#effects[lang=en] .languageEN {
	border-width: 2px;
	font-weight: 700;
	cursor: default;
}



#effects:not([lang=de]) .lde {
	display: none;
}

#effects:not([lang=en]) .len {
	display: none;
}


.effects {
  position: absolute;
  left: 0px;
  right: 0px;
  
  width: 100%;
  height: 100%;
  background: #1c2338;
  overflow: hidden;
}

.splotches {
  position: absolute;
  left: 20%;
  width: 236px;
  height: 100%;
  background: none;
  background-image: url("../Images/splotches.png");
  background-repeat: repeat-y;
}

.footer {
  position: absolute;
  height: 32px;
  width: 100%;
  background: #1a2134dd;
  bottom: 0px;
  left: 0px;
  padding-top: 14px;
  text-align: center;
  color:white;
}

.impressum:hover {
  cursor: pointer;
}

.title {
  font-size: 56px;
  color: white;
  font-family:TildaSansRegular;
}

.titleButtons {
  position: relative;
  text-align: left;
  top: 4px;
}

.titleButton {
  display: inline-block;
  
  margin-right: 13px;
  margin-left: 3px;
  opacity: 0.5;
  transition: 0.3s ease-in-out;
  
  color: white;

  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  
  
  font-family: TildaSansLight;
}

.titleButton:hover {
  opacity: 1;
  transition: 0.3s ease-in-out;
  cursor: pointer;
}

#effects[show=me] #button_me { 
   opacity: 1;
}

#effects[show=art] #button_art { 
   opacity: 1;
}

#effects[show=contact] #button_contact { 
   opacity: 1;
}


.titleFrame {
  position: absolute;
  left: calc(20% + 262px);
  top: 50%;
   
  animation: initTitle 1s cubic-bezier(0.5, 1, 0.89, 1) 0s 1 normal forwards;
  transition: 0.5s cubic-bezier(0.5, 1, 0.89, 1);   
	
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.taTop {
	top:40px;
	animation: none;
}

.taAnim {
	animation: topTitle 0.3s cubic-bezier(0.5, 1, 0.89, 1) 0s 1 normal forwards;
}


@keyframes initTitle {
	0% {
		opacity: 0;
		top:calc(50% - 140px);
	}

	100% {
		opacity: 1;
		top:calc(50% - 170px);
	}
}

@keyframes topTitle {
	0% {
		top:calc(50% - 170px);
	}

	100% {
		top:40px;
	}
}

.content {
  transition: 0.7s cubic-bezier(0.5, 1, 0.89, 1);
}

.content.me {
  position: absolute;
  top: 200px;  
  width: 320px;
  height: calc(100% - 352px);
  
  font-size: 18px;
  color: white;
  
  overflow: hidden;
  overflow-y: auto;

  padding-right: 25px;
}

.me p {
	text-align: left;
}

.me ul {
	padding-left: 30px;
    padding-top: 10px;
    padding-bottom: 10px;
}

.me .schmidt {
	font-size: 35px;
	position: relative;
	top: 1px;
}

.me h2 {
	color: white;
    position: relative;
    font-weight: normal;
    font-size: 32px;
	padding-bottom: 10px;
}

.me h3 {
	color: white;
    position: relative;
    font-weight: normal;
    font-size: 32px;
	padding-bottom: 10px;
	padding-top: 20px;
}

.me h4 {
	font-size: 20px;
	position: relative;
    top: -18px;
    font-weight: normal;
}

.me img {
    left: 50%;
    transform: translate(-50%, 30px);
    position: relative;
}


#effects #me {
  left: calc(20% + 262px);
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
  pointer-events: none;
}

#effects[show=me] #me {
  left: calc(20% + 262px);
  opacity: 1;
  transition: opacity 0.3s ease-in-out;
  pointer-events: all;
}

.meimg {
  position: absolute;
  top: calc(50% - 180px);
  height: 320px;
  width: 320px;

  left: calc(20% + 652px);
  
  background: #202840ff;
  border-radius: 50%;
  
  transition: 0.7s cubic-bezier(0.5, 1, 0.89, 1);
}

.meimg .bettina {
	height: 400px;
}

.meimg .bleistiftpoetin {
	position: absolute;
    top: 260px;
    left: 80px;
    max-width: 320px;
}

#effects #meimg {
  left: calc(20% + 652px);
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
  pointer-events: none;
}

#effects[show=me] #meimg {
  left: calc(20% + 652px);
  opacity: 1;
  transition: opacity 0.3s ease-in-out;
  pointer-events: all;
}

.content.art {
  position: absolute;
  left: calc(20% + 262px);
  top: 100%;
  
  width: calc(80% - 300px);
  max-width: 1200px;
  height: calc(100% - 352px);
  
  overflow-x: hidden;
  overflow-y: auto;
}

.art h2 {
	color: white;
    position: relative;
    font-weight: normal;
    font-size: 32px;
	padding-bottom: 10px;
}

.art h3 {
	color: white;
    position: relative;
    font-weight: normal;
    font-size: 32px;
	padding-top: 25px;
	padding-bottom: 10px;
}

#effects #art {
  top: 200px;
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
  pointer-events: none;
}

#effects[show=art] #art {
  top: 200px;
  opacity: 1;
  transition: opacity 0.3s ease-in-out;
  pointer-events: all;
}

h1 {
	color: white;
    top: 0px;
    left: 0px;
    z-index: 4200;
    font-weight: normal;
    font-size: 32px;
	padding-left: 25px;
}

.gallery {
  position: absolute;
  top: 15px;
  left: 0px;
  width: 100%;
}

.gallery .left {
  position: relative;
  left: 0px;
  top: 50px;
  width:calc(50% - 38px);
  height:fit-content;
  background: none;
}

.gallery .right {
  position: absolute;
  right: 25px;
  top: 50px;
  width:calc(50% - 38px);
  height:fit-content;
  background: none;
}

.galleryLower {
	background: #1c2338;
	padding: 0px 25px 0px 0px;
	position: relative;
	z-index: 30;
	top: 25px;
}

.galleryTable {
	width: 100%;
}

.gtleft {
	padding-right: 25px;
}

.gtright {
	padding-right: 25px;
}


.galleryImage {
  position: relative;
  width: 100%;
  margin-top: 20px;
  margin-bottom: 50px;
  cursor: pointer;
  background: none;
}

@keyframes spinner {
  to {transform: rotate(360deg);}
}
 
.galleryImage:after {
  content: '';
  box-sizing: border-box;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 20px;
  height: 20px;
  margin-top: -10px;
  margin-left: -10px;
  border-radius: 50%;
  border: 1px solid #232840;
  border-top-color: #888DA2;
  border-right-color: #4D567D;
  border-bottom-color: #3A4269;
  animation: spinner .6s linear infinite;
  z-index:5;
}

.galleryImage img {
	width: 100%;
	height: 100%; 
	object-fit: contain;
	box-shadow: 0px 5px 27px 1px #151a2a;
	min-height:128px;
	z-index:10;
	position: relative;
}

.description {
	position: absolute;
    bottom: 5px;
    left: 0px;
    padding: 10px;
	color: #1c2338;
	z-index: 15;
}

.description h2 {
	color: #1c2338;
    position: relative;
    font-weight: normal;
    font-size: 32px;
	padding-bottom: 0px;
}

.content.contact {
  position: absolute;
  top: 200px;  
  width: calc(80% - 325px);
  height: calc(100% - 352px);
  max-width: 800px;
  
  font-size: 18px;
  color: white;
  
  overflow: hidden;
  overflow-y: auto;
  
  padding-right: 25px;
}

.contact p {
	text-align: justify;
}

.contact h2 {
	color: white;
    position: relative;
    font-weight: normal;
    font-size: 32px;
	padding-bottom: 10px;
}

.contact h3 {
	color: white;
    position: relative;
    font-weight: normal;
    font-size: 32px;
	padding-bottom: 10px;
	padding-top: 20px;
}

.contact ul {
	padding-left: 30px;
    padding-top: 10px;
    padding-bottom: 10px;
}

.mailimage {
    position: relative;
    left: 6px;
    top: 4.4px;
    transform: none;
	cursor: pointer;
}

.pricetable td,
.pricetable th {
	padding-right: 30px;
	padding-top: 10px;
	padding-bottom: 10px;
}

#effects #contact {
  left: calc(20% + 262px);
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
  pointer-events: none;
}

#effects[show=contact] #contact {
  left: calc(20% + 262px);
  opacity: 1;
  transition: opacity 0.3s ease-in-out;
  pointer-events: all;
}

#effects #impressum {
  left: calc(20% + 262px);
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
  pointer-events: none;
}

#effects[show=impressum] #impressum {
  left: calc(20% + 262px);
  opacity: 1;
  transition: opacity 0.3s ease-in-out;
  pointer-events: all;
}

.particle{
	position: absolute;
	top: 0px;
	left: 0px;
	height: 32px;
	width: 32px;
	background-image:url(../Images/splotch.svg);
	background-size: 32px;	
}

/*
.content.me,
.content.art,
.content.contact {
	backdrop-filter: blur(2px);
	-webkit-backdrop-filter: blur(2px);
}*/

.blur1 {
	position: absolute;

	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	
	z-index: 0;
}


.blur2 {
	position: absolute;

	left: 5px;
	top: 5px;
	width: calc(100% - 35px);
	height: calc(100% - 10px);
	
	overflow-y: auto;
	padding-right: 25px;
	
	z-index: 10;
}

#art::-webkit-scrollbar-track,
#me::-webkit-scrollbar-track,
#impressum::-webkit-scrollbar-track,
#contact::-webkit-scrollbar-track
{
  -webkit-box-shadow: inset 0 0 4px rgba(0,0,0,0.3);
  background-color: none;
  border-radius: 10px;
}

#art::-webkit-scrollbar,
#me::-webkit-scrollbar,
#impressum::-webkit-scrollbar,
#contact::-webkit-scrollbar
{
  width: 6px;
  background-color: none;
}

#art::-webkit-scrollbar-thumb,
#me::-webkit-scrollbar-thumb,
#impressum::-webkit-scrollbar-thumb,
#contact::-webkit-scrollbar-thumb
{
  border-radius: 10px;
  background: #252f4aff;
}

.tooltip {
    display:inline-block;
    position:relative;
    text-align:left;
}

.tooltip .bottom {
    top:33px;
    left:50%;
    transform:translate(-50%, 0);
    padding:6px 18px;
    color:#fff;
    background-color: rgba(255,255,255,0.05);
    font-weight:normal;
    font-size:14px;
    border-radius:6px;
    position:absolute;
    z-index:99999999;
    box-sizing:border-box;
    box-shadow:0 1px 8px rgba(22, 28, 45, 0.8);
    visibility:hidden; 
	opacity:0; 
	transition:opacity 0.8s;
	
	font-family: TildaSansLight;
	white-space: nowrap;
}

.tooltip .bottom i {
    position:absolute;
    bottom:100%;
    left:50%;
    margin-left:-12px;
    width:24px;
    height:12px;
    overflow:hidden;
}

.tooltip .bottom i::after {
    content:'';
    position:absolute;
    width:12px;
    height:12px;
    left:50%;
    transform:translate(-50%,50%) rotate(45deg);
    background-color: rgba(255,255,255,0.05);
    box-shadow:0 1px 8px rgba(22, 28, 45, 0.8);
}

.line {
	width: 400px;
	height: 4px;
		
	position: relative;
    top: 5px;
	left: 2px;
	
	overflow: hidden;
}

#menutopbar {
	position: relative;
	top: 0px;
	left: 0px;
	width: 0px;
	height: 1px;
	background: white;
	opacity: 0;
	
	transition: 0.3s cubic-bezier(0.5, 1, 0.89, 1);
}

#effects[show=me] #menutopbar {
  width: 47px;
  left: 1px;
  height: 2px;
  opacity: 1;
  transition: 0.3s cubic-bezier(0.5, 1, 0.89, 1);
}

#effects[show=art] #menutopbar {
  width: 54px;
  left: 67px;
  height: 2px;
  opacity: 1;
  transition: 0.3s cubic-bezier(0.5, 1, 0.89, 1);
}

#effects[show=contact] #menutopbar {
  width: 105px;
  left: 140px;
  height: 2px;
  opacity: 1;
  transition: 0.3s cubic-bezier(0.5, 1, 0.89, 1);
}

#effects[show=impressum] #menutopbar {
	left: -100px;
	width: 0px;
	height: 2px;
	opacity: 0;
	transition: 0.3s cubic-bezier(0.5, 1, 0.89, 1);
}

.lightbox_wrapper {
	display: none;
	position: absolute;
    width: 100%;
    height: 100%;
    z-index: 1000;
	background-color: #00000088;
    backdrop-filter: blur(6px);
}

.lightbox_image {
    position: absolute;
    top: 20px;
    left: 20px;
    width: calc(100% - 40px);
    height: calc(100% - 40px);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
	cursor: pointer;
}

.lightbox_image img {
  width: 100%;
  height: 100%;
  object-fit: scale-down;
}

.loader {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
}

.loadText {
	width: 100%;
    text-align: center;
	font-size: 16px;
	color: white;
	font-family:TildaSansRegular;
}

.lds-heart {
  display: block;
  position: relative;
  width: 80px;
  height: 80px;
  transform: rotate(45deg);
  transform-origin: 40px 40px;
}
.lds-heart div {
  top: 32px;
  left: 32px;
  position: absolute;
  width: 32px;
  height: 32px;
  background: #fff;
  animation: lds-heart 1.2s infinite cubic-bezier(0.215, 0.61, 0.355, 1);
}
.lds-heart div:after,
.lds-heart div:before {
  content: " ";
  position: absolute;
  display: block;
  width: 32px;
  height: 32px;
  background: #fff;
}
.lds-heart div:before {
  left: -24px;
  border-radius: 50% 0 0 50%;
}
.lds-heart div:after {
  top: -24px;
  border-radius: 50% 50% 0 0;
}
@keyframes lds-heart {
  0% {
    transform: scale(0.95);
  }
  5% {
    transform: scale(1.1);
  }
  39% {
    transform: scale(0.85);
  }
  45% {
    transform: scale(1);
  }
  60% {
    transform: scale(0.95);
  }
  100% {
    transform: scale(0.9);
  }
}



@media only screen and (max-width: 1350px) {
  #meimg {
	  display: none;
  }  
}

@media(hover: hover) {
	.tooltip:hover .bottom {
		visibility:visible; 
		opacity:1;
		transition:opacity 0.8s;
	}
}