@font-face {
  font-family: "youthproblem";
  src: url("../fonts/THSYouthsProblemVF.woff2") format("woff2 supports variations"),
       url("../fonts/THSYouthsProblemVF.woff2") format("woff2-variations");
  font-weight: 300 700;
}
@font-face {
  font-family: "youthproblem";
  src: url("../fonts/THSYouthsProblemItalicVF.woff2") format("woff2 supports variations"),
       url("../fonts/THSYouthsProblemItalicVF.woff2") format("woff2-variations");
  font-weight: 300 700;
  font-style: italic;
}
@view-transition {
	navigation: auto;
}
:root {
  --eins: #21c4ed; /* gruen */
  --zwei: rgba(0,232,243,1);  /* blau */
  --drei: rgb(224, 45, 106);  /* rot */
  --schwarz: #333635;
  --navhoehe: 500px; 
  --hover: rgb(224, 45, 106);
  --special: #deff34;
  --special2: rgb(222, 255, 52,0.7);
  --font-fallback: BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-sans;
}
html {
  font-family: 'youthproblem';
  font-weight: 400;
}

@supports (font-variation-settings: normal) {
  html {
    font-family: 'youthproblem';
    font-variation-settings: "wght" 400;
  }
}
strong {
	font-weight:600;
	font-variation-settings: "wght" 600;
}

h1,h2,h3,h4,h5,h6 {
	font-weight:420;
	font-variation-settings: "wght" 420;
}
.color-blau {
	color:var(--eins);
}
.color-cyan {
	color: var(--zwei);
}
.color-rot {
	color: var(--drei);
}

body {
	font-family: youthproblem, var(--font-fallback);
	font-weight: 400;
}
body, select, input, textarea {color: var(--schwarz);}



.wrapper {
	margin-top: 140px;
}
@media only screen and (max-width: 768px) {
	.wrapper {
		margin-top: 90px;
	}
}
.container-fluid {
	max-width: 1200px;
	margin-right: 0;
    margin-left: 0;
	padding-left: 30px;
	padding-right: 30px;
}
@media only screen and (max-width: 768px) {
	.container-fluid {
		width: 100%;
		padding-left:20px;
		padding-right:20px;
	}	
}
.w100 {
	width: 100%;
	max-width: 100%!important;
	padding-left:0px;
	padding-right:0px;
}

button,
input,
fieldset,
textarea,
select {
  font-size: inherit;
  color: inherit;
  border: none;
}

a {
 color: var(--schwarz);
-webkit-transition: all 0.5s;
-moz-transition: all 0.5s;
-ms-transition: all 0.5s;
-o-transition: all 0.5s;
transition: all 0.5s;
text-decoration: none!important;
}
a:hover {color: var(--hover);
-webkit-transition: all 0.5s;
-moz-transition: all 0.5s;
-ms-transition: all 0.5s;
-o-transition: all 0.5s;
transition: all 0.5s;
}
/* Custom text-selection colors (remove any text shadows: http://twitter.com/miketaylr/status/12228805301) */
::-moz-selection{background-color: #deff34; color: var(--schwarz); text-shadow: none;}
::selection { background-color: #deff34; color: var(--schwarz);
text-shadow: none;} 

a:link {-webkit-tap-highlight-color:rgba(16,227,148,0.7027429)} 

ins {background-color: var(--eins); color: var(--schwarz); text-decoration: none;}
mark {background-color: var(--eins); color: var(--schwarz);}
.clearer, .clearer_blocks {
	clear: both;
}
/* Mozilla dosen't style place holders by default */
input:-moz-placeholder { color:#a9a9a9; }
textarea:-moz-placeholder { color:#a9a9a9; }

blockquote {
border: var(--hover) solid 1px;
	margin-bottom: 10px;
	padding:10px;
}
blockquote p {
	margin-bottom: 0;
}

p {
	overflow-wrap: break-word;
	-moz-hyphens: auto;
	-o-hyphens: auto;
	-webkit-hyphens: auto;
	-ms-hyphens: auto;
	hyphens: auto; 
	letter-spacing: 0.0413rem;
}

p a {
	border-bottom: 1px solid var(--hover);
}
p img {
	margin-top: 15px;
	max-width:100%
}
pre {
	margin-bottom: 1em;
	background-color: #c4f0e9;
	padding: 5px;
}
h1 {
	text-transform: uppercase;
	-ms-word-break: break-all;
	word-break: break-all;
	/*Non standard for webkit*/
   	-webkit-hyphens: auto;
	-moz-hyphens: auto;
   	hyphens: auto;
   	text-rendering: optimizeLegibility;
   	font-feature-settings: "kern";
   	-webkit-font-feature-settings: "kern";
   	-moz-font-feature-settings: "kern";
   	-moz-font-feature-settings: "kern=1";
}
h2,h3,h4,h5,h6 {
	margin-top:0px!important;
	margin-bottom:0px!important;
	overflow-wrap: break-word;
	-moz-hyphens: auto;
	-o-hyphens: auto;
	-webkit-hyphens: auto;
	-ms-hyphens: auto;
	hyphens: auto; 
}
h5 {
	line-height: 1.4;
}
.hlink a {
	color:var(--eins);
}

.hlink a:hover {
	color:var(--drei);
}

.bildbeschreibung {
	font-style: italic;
}
/* hero ------------------------------- */
#hero {
	width:100%;
	background-repeat: no-repeat;
	background-position: center;
	background-size:cover;
	background-attachment: fixed;
	height: 80vh;
}
@media only screen and (max-width: 768px) {
	#hero {
		width:100%;
		background-repeat: no-repeat;
		background-position: top;
		background-size:contain;
		background-attachment: fixed;
		height: 30vh;
	}
}
/* Menu ------------------------------- */ 
.mainmenu {
	width: 100%;
	height: 124px;
	position: fixed;
	top: 0;
	z-index: 9;
	font-family: youthproblem, var(--font-fallback);
	transition: all 1s;
    -webkit-transition: height 0.3s;
    -moz-transition: height 0.3s;
    -ms-transition: height 0.3s;
    -o-transition: height 0.3s;
    transition: height 0.3s;
}
.mainmenu.smaller {
	height: 70px;
}
.menu_logo {	
	z-index: 3;
	position: absolute;
	margin-left: 41px;
	margin-top: 26px;
	width: 143px;
	height:82px;
	-webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
	    background: transparent url(../i/thslogo.svg) no-repeat;
	background-size: 143px 82px;
}
.menu_thsd {	
	z-index: 3;
	position: absolute;
	margin-left: 188px;
	margin-top: 73px;
	color: var(--zwei);;
	text-transform: uppercase;
	font-family: youthproblem, var(--font-fallback);
	letter-spacing: 1px;
}
.mainmenu.smaller .menu_logo {	
	margin-top: 14px;
	width: 80px;
	height: 46px;	
	background: transparent url(../i/thslogo.svg) no-repeat;
	background-size: 80px 46px;
}

.mainmenu.smaller .menu_thsd {	
	display: none;
	visibility: hidden;
}

.mainmenu.smaller .menu_logo img{	
	width: 100%;
	height: auto;
}
.nav_but {
	position: relative;
	margin-top: 43px;
	float: right;
	text-align: right;
	margin-right: 32px;
	text-transform: uppercase;
	letter-spacing: 0.9px;
}

.mainmenu.smaller .nav_but {
	position: relative;
	margin-top: 20px;
	float: right;
	text-align: right;
	margin-right: 32px;
	text-transform: uppercase;
	letter-spacing: 0.9px;
}

	
.nav_but li
{
	vertical-align: middle;
	position: relative;
	display: inline-block;
}

.nav_but a {
	text-decoration: none;
	transition: all 1s ease;
}

.nav_but a:hover {
	transition: all 0.2s ease;
}
.burger {
	margin-left: 47px;
}
button#burger {
	outline: 0;
	padding: 0;
	margin: 0;
	cursor: pointer;
	color: var(--zwei);
    display: block;
  	width: 30px;
  	height: 30px;
	background: transparent url(../i/burger.svg) no-repeat;
}
button#burger.smaller {
		background: transparent url(../i/burger.svg) no-repeat;
}

button#burger.smaller, footer.smaller, footer nav a.smaller {
	color: var(--zwei);
}
.burgers {
	margin-top: -45px!important;
}
button#burger:hover {
    animation: none;
}

@media only screen and (max-width: 768px) {
	.mainmenu {
		height: 70px;
	}
	button#burger {
			background: transparent url(../i/burger.svg) no-repeat;
	}
	
	.mainmenu .menu_logo {	
		margin-top: 14px;
		width: 80px;
		height: 46px;
		margin-left:25px;
		background: transparent url(../i/thslogo.svg) no-repeat;
		background-size: 80px 46px;

	}
	.mainmenu .menu_logo img{	
		width: 100%;
		height: auto;
	}
	.mainmenu .menu_thsd {	
		display: none;
		visibility: hidden;
	}
	.mainmenu .nav_but {
		position: relative;
		margin-top: 20px;
		float: right;
		text-align: right;
		margin-right: 15px;
	}
	.mainmenu.smaller .nav_but {
		position: relative;
		margin-top: 20px;
		float: right;
		text-align: right;
		margin-right: 15px;
	}
}

button#scrollup {
	background-color: transparent!important;
}
.mobile {
	display: none;
	visibility: hidden;
}
.mr_8 {
	margin-right: 8px;
}
/* navigation */
.open{
    top: 0;
}
.visible {
	visibility: visible;
}

.line{
    border-bottom: 2px none #ffffff;
}
.sub-menu{
    padding-bottom: 30px;
}
.sub-menu li{
    display: inline-block;
}
button#searcher {
	background-color: transparent;
	outline: 0;
	padding: 0;
	margin: 0;
	text-transform: uppercase;
	color: rgba(0, 0, 0, 0.78);
	font: 17px/17px youthproblem, var(--font-fallback);
}
.active {
  height:100%;
}
/* content */

.content {
	max-width: 1142px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
}

.spacer {
	height: 80px;
}

.page_counter {
		font: 138px/78px youthproblem, var(--font-fallback);
	text-align: left;
}


/* page nav */
.page_nav {
	width:100%;
	padding-top: 60px;
		color: var(--eins);
	letter-spacing: 1px;
	text-transform: uppercase;
			font: 37px/43px youthproblem, var(--font-fallback);
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 10px;
}
.page_nav a{
	text-decoration: none;
		color: var(--eins);
}

.page_nav a:hover{
	color: var(--drei);
} 

.page_nav .divider {
	width: 5%;
	display: table-cell;
}


/*Thumbs old */
#thumbs_container {	
	margin-left: auto;
	margin-right: auto;
	margin-top: 115px;

}
.thumbs_frontpage {
  position: relative;
  float: left;
	margin-top: 0;
	margin-bottom: 2px;
	width: 288px;

}
.thumbs_title {
	display: none;
	position: absolute;
	background-color: rgba(255,255,255,0.9);
}
.thumbs_title_text {
	position: absolute;
	top:  20%;
	text-align: center;
    width: 100%;
	text-align: center;
	text-transform: uppercase;
	color: var(--eins);
	font: 45px/30px youthproblem, var(--font-fallback);
}

.thumbs_title_text_cat {
	font-size: 12px;
	letter-spacing: 1px;
}
.item {
	margin: 0 0 -8px;
	padding: 0;
}
a.thumbs_link ,a:hover.thumbs_link  {
	color: #525252;
	text-decoration: none;
}
#thumbs {
	margin-bottom: 10px;
	margin-top: 15px;
}

#thumbs img, #thumbs_video img {
	position: relative;
	padding: 0;
	border-style: none;
	margin: 0 2px -2px 0;
}

#thumbs ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#thumbs li {
	float: left;
	margin: 0;
	padding: 0;
}


/*Thumbs new */
.grid {
  	margin: 25px;
  	padding: 0;
  	margin-top: 125px;
	font: 18px youthproblem, var(--font-fallback);
}
@media only screen and (max-width: 768px) {
	.grid {
		margin-top: 90px;
  }
}

.grid a{
		color: var(--drei);
	text-decoration: none;
}
.grid:after {
  content: '';
  display: block;
  clear: both;
}

.grid-sizer,
.grid-item {
  width: 20%;
}

.grid-item {
  position: relative;
  display: block;
  float: left;
  padding: 4px 2px 6px;
  overflow: hidden;
}

.grid-item img {
  display: block;
  width: 100%;
}

.grid-item a {
	padding: 0;
	margin: 0;
	display: block;
}
.more {
	position: absolute; 
	z-index: 3;
	top: 8px;
    right: 8px;
    width: 18px;
    height: 18px;	 
}
.reveal .hidden { display: block !important; visibility: visible !important; }
.product:hover .reveal img { opacity: 1; }
.reveal { position: relative; }
.reveal .hidden { 
  position: absolute; 
  z-index: -1;
  top: 0; 
  width: 100%; 
  height: 100%;  
  opacity: 0;
  -webkit-transition: opacity 0.2s ease-in-out;
  -moz-transition: opacity 0.2s ease-in-out;
  -o-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out;  
}
.reveal:hover .hidden { 
  z-index: 900;
  opacity: 1;    
}
.reveal .caption {
  position: absolute;
  top: 0;  
  display: table;
  width: 101%;
  height: 101%;
  background-color: white; /* fallback for IE8 */
  background-color: rgba(255, 255, 255, 0.9);
  text-transform: uppercase;
  text-align: center;
	color: var(--eins);
	font: 25px/24px youthproblem, var(--font-fallback);
  letter-spacing: .3pt;
}
.reveal .hidden .caption .centered {
  display: table-cell;
  vertical-align: middle;
}

.unloaded {
	  min-height: 120px;
    /* set a minimum default height for image containers
     this prevents too many images from appearing in the viewport
     thus causing lazy load to load too many images at once
     we will use the lazyload .load() callback to remove this fixed */
}



/* startseite */
#poster, #poster_video {
	background: transparent no-repeat fixed center center;
    background-size: cover !important;
  position: fixed; 
  top: 0; 
  left: 0; 
	
  /* Preserve aspet ratio */
  min-width: 100%;
  min-height: 100%;

}

#poster_video {
	background: transparent no-repeat fixed center center;
	}


.logo_small {
	width: 90%;
	height: 50px;
	margin-bottom: 20px;
	margin-top: 20px;
	margin-left: 25px;
}
.logo_intro {
	height:  195px;
	width: 220px;
    margin: auto;
    position: absolute;
   top: 0; left: 0; bottom: 0; right: 0;
	z-index: 9000;
}

.logo_intro  img{
width:  100%;
height:  auto;
}

.logo_intro a{
	color: #ffffff;
	text-decoration: none;
	letter-spacing: 1px;
}
.margin0 {
	margin: 0 !important;
	padding: 0 !important;
}

.marg22 {
	margin-top: 20px!important;
}
.intro_text_block {
	max-width:50%;
	bottom: 50px;
	left:25px;
	right:25px;
	position: absolute; 
	z-index: 9500;
}

.intro_text {
	color: rgba(255,255,255,1);
	font: 30px/40px youthproblem, var(--font-fallback);
	text-align: left;
	overflow: hidden;
	margin: 0;
	padding: 10px;
	border:3px solid white;
}
.intro_text p {
	margin:0; padding:0;
}

.intro_text a{
	text-decoration: none;
	color: white;
	border-bottom: 2px solid #ffffff;
}

.intro_text a:hover{
	text-decoration: none;
	color: var(--eins);
	border-bottom: 2px solid var(--eins);
}
.intro_logo {
	width: 230px;
	height:  135px;
    position: absolute;
   top: 0; left: 0; bottom: 0; right: 0;
	z-index: 9000;
	margin-top: auto;
	margin-bottom: auto;
	margin-left: 280px;
	transition: all 0.5s;
}
.intro_logo img, .intro_logo svg {
width:  100%;
height:  auto;
}
.intro_logo:hover {
    opacity: .5;
}
.intro_trash {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 6000;
}
.intro_text_backup {
	color: var(--eins);
	font: 445px/220px youthproblem, var(--font-fallback);
	height:  600px;
	width: 100%;
    margin: auto;
    position: absolute; 
    left: 0; 
	z-index: 8000;
	text-align: left;
	top: -100px;
}
.home 
{
	margin: 0;
	padding: 0;
	left: 35px;
	top: 30px;
	position: absolute;
}
/* video */
video#bgvid { 
    position: fixed;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: -100;
    -ms-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    background-size: cover; 
}
.grid_overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    image-rendering: -moz-pixelated;
    image-rendering: -o-pixelated;
    image-rendering: -webkit-optimize-contrast;
    image-rendering: pixelated;
    background-position: center;
    z-index: 10;
	display: block;
}

/* SFX */

@-webkit-keyframes fadeIn { from { opacity:0; } to { opacity:1; } }
@-moz-keyframes fadeIn { from { opacity:0; } to { opacity:1; } }
@keyframes fadeIn { from { opacity:0; } to { opacity:1; } }

.fade-in {
	opacity:0;  /* make things invisible upon start */
	-webkit-animation:fadeIn ease-in 1;  /* call our keyframe named fadeIn, use animattion ease-in and repeat it only 1 time */
	-moz-animation:fadeIn ease-in 1;
	animation:fadeIn ease-in 1;

	-webkit-animation-fill-mode:forwards;  /* this makes sure that after animation is done we remain at the last keyframe value (opacity: 1)*/
	-moz-animation-fill-mode:forwards;
	animation-fill-mode:forwards;

	-webkit-animation-duration:.4s;
	-moz-animation-duration:.4s;
	animation-duration:.4s;
}

.fade-in.one {
-webkit-animation-delay: 0.1s;
-moz-animation-delay: 0.1s;
animation-delay: 0.1s;
}

.fade-in.two {
-webkit-animation-delay: .5s;
-moz-animation-delay:.5s;
animation-delay: .5s;
}

.fade-in.three {
-webkit-animation-delay: .8s;
-moz-animation-delay: .8s;
animation-delay: .8s;
}
.fade-in.four {
-webkit-animation-delay: .9s;
-moz-animation-delay: .9s;
animation-delay: .9s;
}
.fade-in.ten {
-webkit-animation-delay: 4s;
-moz-animation-delay: 4s;
animation-delay: 4s;
}

#only_mobile {
	display: none;
}
#not_mobile {
	display: inline-block;
}

/* Media queries
-------------------------------------------------------------------------------*/

@media only screen and (max-width: 888px) {
	.grid-sizer,
	.grid-item {
	width: 33.333%;
	}
}

@media only screen and (max-width: 900px) { 
.grid_overlay {
	display: none!important;
}
.intro_text_block {
	max-width:100%;
}
.intro_logo {
	width: 180px;
	height:  110px;
    position: absolute;
  	top: 0; left: 0; bottom: 0; right: 0;
	z-index: 9000;
	margin-top: 0;
	margin: auto;
	color: #86baff;
}
.intro_text {
	font-size:22px;
	line-height: 1.3;
	padding:8px;
}
.intro_trash {
	display: none;
}

.footer, .footer_intro {
	background-color: rgba(255,255,255,.9);
}
.footer_intro a{
  color: #4A4A4A;
}

.menu-btn{
    height: 35px;
    width: 35px;
}
}
@media only screen and (max-width: 680px) {

#only_mobile {
	display: inline-block;
}
#not_mobile {
	display: none;
}

pre {	
	margin-bottom: 1em;
	background-color: var(--eins);
	padding: 5px;
	font-size: 13px;
	line-height: 22px;
}
.text_1 img, .text_projects img {
width: 100%;
}
figure {
display: inline-block;

	width: 100%;
	padding-right: 9%;
}
figure img {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
}

figcaption {
		color: #797a7a;
	font-size: 16px;
	line-height: 18px;
	width: 100%;
}






.mainmenu {
	height: 70px;
}
.mainmenu .menu_logo {	
	margin-top: 14px;
	width: 80px;
	height: 60px;
	margin-left:25px;
}
.mainmenu .menu_thsd {	
	display: none;
	visibility: hidden;
}

.mainmenu .menu_logo img{	
	width: 100%;
	height: auto;
}

.mainmenu .nav_but {
	position: relative;
	margin-top: 20px;
	float: right;
	text-align: right;
	margin-right: 15px;
}
.mainmenu.smaller .nav_but {
	position: relative;
	margin-top: 20px;
	float: right;
	text-align: right;
	margin-right: 15px;
}

.intro {
	font: 20px/26px youthproblem, var(--font-fallback);	
	min-height: 1px;
	z-index: 3;
	position: relative;
	width: 90%;
	margin-left: 5%;
	margin-right: 5%;
	margin-top: -8px;
	padding-top: 0px;
	margin-bottom: 0;
	padding-bottom: 4px;
}

.client_t {
	font: 20px/24px youthproblem, var(--font-fallback);
	color: #ffffff;
	z-index: 4;
	position: absolute;
	top: 56px;
	left: 60px;
		background-color: var(--drei);
	width: auto;

}
.client_h{
	font: 33px/33px youthproblem, var(--font-fallback);
	color: rgba(0,232,243,.56);
	z-index: 3;
	position: absolute;
	top: 30px;
	left: 40px;
	text-transform: uppercase;
}


}

@media only screen and (max-width: 600px) {
	.grid-sizer,
	.grid-item {
		width: 50%;
	}
}

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

.grid-sizer,
.grid-item {
  width: 100%;
}
.grid-item {
  position: relative;
  float: left;
  padding: 4px;
}

}
/*  blog ------------------------------------------ */
.datum {
    font: 20px/20px youthproblem, var(--font-fallback);
    color: var(--eins);
	text-transform:uppercase;
    background-color: var(--special);
    letter-spacing: 1px;
    padding: 3px 3px 3px 5px;
}
/*  blog ------------------------------------------ */

.prevnext a {
	font-size: 50px;
	color: var(--eins);
}

.prevnext a:hover {

	color: var(--drei);
}

.prev {
	text-align: right;
	padding-right: 10px;
}
.next {
	padding-left: 10px;
}
/*  nav ------------------------------------------ */
.modal-content {
	background-color: rgba(0,232,243,1);
	
}
.modal-header {
	border-bottom-style: none;

}
.modal ul{
	list-style-type: none;
	padding-left: 0;
}
.modal li{
	text-align:center;
    padding: 0 0 10px;
    text-decoration: none;
    letter-spacing: 2px;
	font-size: 50px;
	line-height: 48px;
}
.modal li a {
	color: #ffffff;
	text-transform: uppercase;
}

.modal li a:hover {
	color: var(--drei);
}

.modal li{
    padding: 0 0 10px;
    text-decoration: none;
    letter-spacing: 2px;
	font-size: 50px;
	line-height: 50px;
}
.searchform {	
    background-color: var(--special);
    padding-top: 50px;
    padding-bottom: 50px;
}
input#search_query {
	color: 	var(--eins);
	width: 80%;
	text-transform: uppercase;
	font:35px/35px youthproblem, var(--font-fallback);
	letter-spacing: 2px;
	padding: 2px 20px 0;
	text-align:center;
}
textarea:focus, input:focus{
    outline: none;
}
/*  footer ------------------------------------------ */
footer {
	background-color: rgba(252,252,252,.9);
	text-transform: uppercase;
	font-size: 15px;
	line-height: 14px;
}
.footer_intro {
	background-color: rgba(252,252,252,0);
	color: #ffffff;
}
.footer_intro a{
	color: #ffffff;
}
button {
	background:transparent
}
/*  linktree ------------------------------------------ */
.linktree {
	text-align: center;
	text-transform: uppercase;
	background-color: var(--special2);
    font-family: youthproblem, var(--font-fallback);
	padding: 10px 15px 8px 15px;
	margin: 10px;
	color: var(--schwarz);
    font-size: 20px;
    line-height: 1.2;
	letter-spacing: .5px;
	border-radius: 15px;
}
.linktree a{
	top:-1px;
	color: var(--schwarz);
}
.linktree a:hover{
	color: var(--drei);
}
 /* simplelightbox */
 .sl-wrapper .sl-close {
    background: url('../i/lx_close.svg') center center no-repeat;
    background-size: contain;
    width: 34px;
    height: 34px;
	transition: all 0.5s;

}

.sl-wrapper button:hover {
    opacity: 1;
    background: url('../i/lx_close_hover.svg') center center no-repeat;
    background-size: contain;
    width: 34px;
    height: 34px;
}

.sl-wrapper .sl-image .sl-caption {
    color: var(--std);
    padding-left: 0;
    line-height: 22px;
    font-size: 14px;
}

.sl-wrapper .sl-counter {
    color: var(--std);
    line-height: 22px;
    font-size: 14px;
}
.sl-wrapper .sl-navigation button.sl-prev {
    opacity: 1;
    background: url(../i/lx_left.svg) center center no-repeat;
    width: 40px;
    height: 40px;
	transition: all 0.5s;
}
.sl-wrapper .sl-navigation button.sl-prev:hover {
    opacity: 1;
    background: url(../i/lx_left_hover.svg) center center no-repeat;
    width: 40px;
    height: 40px;
}
.sl-wrapper .sl-navigation button.sl-next {
    opacity: 1;
    background: url(../i/lx_right.svg) center center no-repeat;
    width: 40px;
    height: 40px;
	transition: all 0.5s;
}
.sl-wrapper .sl-navigation button.sl-next:hover {
    opacity: 1;
    background: url(../i/lx_right_hover.svg) center center no-repeat;
    width: 40px;
    height: 40px;
}
.ficon {
	height:15px;
	cursor:pointer;
  }
  .ficon svg {
		  width:auto; height:100%;
  }
/* ths styles */
.editme {
	z-index:10000;
	color: #ff86d1;
	background-color: rgba(246, 253, 53, 0.71);
	position: fixed;
	top: 0;
	left: 0;
	padding-top:7px;
	padding-left:7px;
	padding-right:7px;
	padding-bottom: 2px;
	font-weight: bold;
	font-size: 18px;
}
.editme:hover {
	background-color: rgba(53, 254, 249, 0.91);
}
.editme a {
	text-decoration: none;
	font-weight: bold;
}