
/* -------  Quote Typografie ------- */



@font-face {
  font-family: "Metric Regular";

  src: url("./fonts/MetricRegular.woff") format("woff"), /* Modern Browsers */
    url("./fonts/MetricRegular.woff2") format("woff2"); /* Modern Browsers */
  font-weight: normal;
  font-style: normal;
}

:root {
  --content-width: 65rem;
}

*,
*:after,
*:before{
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
	  overflow: -moz-scrollbars-vertical; 
    overflow-y: scroll;
}

body {
  font-variant-ligatures: discretionary-ligatures;
  -moz-font-feature-settings: "dlig=1";
  -moz-font-feature-setting: "smcp=1";
  -moz-font-feature-setting: "onum=1"; 
  -moz-font-feature-setting: "clig=1";
  -moz-font-feature-setting: "liga=1"; 
  -webkit-font-feature-settings: "dlig";
  -webkit-font-feature-settings: "onum";
  -webkit-font-feature-settings: "clig";
  -webkit-font-feature-settings: "liga";
  font-feature-settings: "dlig","onum","clig","liga";
  font-variant-numeric: oldstyle-nums;
  text-rendering: optimizeLegibility;
  font-variant: common-ligatures, oldstyle-nums;

  position: relative;
}

li {
  list-style: none;
}

a {
  color: currentColor;
  text-decoration: none;
}

p {
  line-height: 135%;
}

strong, b {
  font-weight: 500;
}

img {
  width: 100%;
}


.container {
margin: 0 auto;
}
.page > * {

}

.alignright {
	float: right;
}

.alignleft {
	float: left;
}

.commonpadding {
	padding: 0px 0px 50px 0px;
}


#head {
	margin-top: 50px;
}

#menu {
	float: right;
	line-height: 64px;
	margin-left: 50px;
}

#menu a {
	margin-left: 10px;
	padding: 2px;
}


.signet {
	background-image: url("../images/logo_dersven.png");
  background-size: cover;
  text-indent: -99999px;
  display:block;
  width: 64px;
  height: 64px;
  float: left;
}





#intro {
  margin-bottom: 150px;
  margin-top: 180px;
}

p.kellermanns {
	font-weight: 400;
	font-size: 21px;
	line-height: 35px;
	margin: 0px 7%;
  font-variant-ligatures: discretionary-ligatures;
  -moz-font-feature-settings: "dlig=1";
  -moz-font-feature-setting: "smcp=1";
  -moz-font-feature-setting: "onum=1"; 
  -moz-font-feature-setting: "clig=1";
  -moz-font-feature-setting: "liga=1"; 
  -webkit-font-feature-settings: "dlig";
  -webkit-font-feature-settings: "onum";
  -webkit-font-feature-settings: "clig";
  -webkit-font-feature-settings: "liga";
  font-feature-settings: "dlig","onum","clig","liga";
  
  
  -webkit-font-feature-settings: "onum" 1; 
  -moz-font-feature-settings: "onum" 1; 
  -moz-font-feature-settings: "onum=1"; 
  -ms-font-feature-settings: "onum" 1; 
  -o-font-feature-settings: "onum" 1; 
  font-feature-settings: "onum" 1;

  font-variant-numeric: oldstyle-nums;
  text-rendering: optimizeLegibility;
  font-variant: common-ligatures, oldstyle-nums;
position: relative;
}

p.kellermanns i {
  font-style: normal !important;
  
}

.smcp {
	font-variant-caps: all-small-caps;
  -moz-font-feature-settings: "c2sc", "smcp";
  -webkit-font-feature-settings: "c2sc", "smcp";
  font-feature-settings: "c2sc", "smcp";
}

p.kellermanns span.spchar {
    cursor: pointer;	
}

p.kellermanns span.spchar:hover {
	  color: rgb(0,145,0);
}

.spchar {
    text-decoration:none;
    position:relative;
}
.spchar span {
    display:none;
}
.spchar:hover span {
    display:block;
    position:fixed;
    overflow:hidden;
}


.spchar span {
    display: none;
    white-space: nowrap;
    position: absolute;
    font-size: 16px;
    font-weight: 300;
    line-height: 20px;
    padding: 8px;
    z-index: 100;
    background: rgb(0,145,0);
    color: #fff;
    -moz-border-radius: 2px; /* this works only in camino/firefox */
    -webkit-border-radius: 2px; /* this is just for Safari */
}
.spchar span:before{
    content:'';
    display:block;
    width:14px;
    height:14px;
    position:absolute;
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent; 
    border-right:6px solid rgb(0,145,0);;
    left:-10px;
    top:7px;
}





/* Items
-------------------------------------------------- */


div.listview {
	display: none;
}


table.portfolio-tableview {
	width: 95%;
	margin-left:auto; 
	margin-right:auto
}

table.portfolio-tableview tr {
	border-bottom: 1px solid rgb(0,145,0);
}


table.portfolio-tableview tr:hover {
	background-color: rgba(0,145,0,0.07);
}


table.portfolio-tableview tr td {
	padding: 15px 10px;
	
}

.portfolio-table-row .far {
	font-size: 10px;
	color: #202020;
}


/* Filter
-------------------------------------------------- */

.boxes {
  margin: 0px 35px 0px 0px;
}

.boxes .btn {
  position: relative;
 	display: inline-block;
	color: #202020;
  font-weight: 300;
  margin: 0px 11px
	}


.boxes .btn label {
  background-color: #fff;
  border: 0px solid #fff;
  border-radius: 50%;
  cursor: pointer;
  height: 24px;
  left: 0;
  position: relative;
  top: 0;
  width: 24px;
  text-indent: 32px;
}

.boxes .btn label:after {
 border: 2px solid #fff;
  border-top: none;
  border-right: none;
  content: "";
  height: 6px;
  left: 7px;
  opacity: 0;
  position: absolute;
  top: 8px;
  transform: rotate(-45deg);
  width: 10px;
}

.boxes .btn input[type="checkbox"] {
  visibility: hidden;
}

.boxes .btn input[type="checkbox"]:checked + label {
  background-color: rgb(0,145,0);
  border-color: rgb(0,145,0);
}

.boxes .btn input[type="checkbox"]:checked + label:after {
  opacity: 1;
}


.gridlist a {
  color: rgb(0,145,0);
}
.gridlist: hover {
  color: #000;
}



.gridlist {
	margin: 15px 0px 15px 30px;
}

.gridlist, .gridview {
	margin: 15px 0px;
}

/* Items
-------------------------------------------------- */


#masonry div.item.www:before,
#masonry div.item.web:before {
    width: 100%;
    height:11px;
    content: " www";
    background-image: url(../images/browserbar.png);
    background-size: cover;
    display: block;
    color: transparent;
}


#masonry {
	position: relative;
  margin: 0 auto;
  max-width: 1700px;

}

.item {
  width: 310px;
  float: left;
	margin-bottom: 40px;
}

.item-one {
  width: 310px;
}

.item-two {
  width: 665px;
}

@media screen and (min-width: 301px) and (max-width: 768px) {
.item-two {
  width: 310px;
}
}


.project-images-stack {
	margin: 0px auto 0px auto;
	padding: 0;
	position: relative;
	overflow: hidden;
}

.project-images-stack div.project-image {
	position: absolute;
	top: 0;
	left: 0;
	width:  100%; 
	height: auto;
	z-index: 2;
}

.project-images-stack div.project-image:last-child {
	position: relative;
}

div.project-image span.caption {
  position: absolute;
  bottom: 25px;
  right: 15px;
  opacity: 0;
  visibility: hidden;
  background: #fff;
  color: rgb(0,145,0);
  -moz-border-radius: 2px; /* this works only in camino/firefox */
  -webkit-border-radius: 2px; /* this is just for Safari */
   -webkit-transition: visibility 0s, opacity 0.25s linear; 
 transition: visibility 0s, opacity 0.25s linear;
}

div.project-image:hover span{
 padding: 6px 10px 6px 10px;
 visibility: visible;
 opacity: 1; 
}
/* Freefonts
-------------------------------------------------- */



.freefonts  {
  position: relative;
}

.freefonts p {
  margin-bottom: 0.35em;
  line-height: 1.5;
}

.stack {
	margin: 0px auto 40px auto;
	width: 400px;
	padding: 0;
	position: relative;
	max-width: 100%;
}

.stack img {
	max-width: 90%;
	position: absolute;
	top: 0;
	left: 0;

	/*start ------------*/
	width: 100%; 
	height: auto;
	z-index: 2;
	background: #F8F8F8; 
	border: solid #BDBDBD 0; 
	box-shadow: 3px 3px 7px rgba(0, 0, 0, 0.1)  ; 
	-webkit-box-shadow: 3px 3px 7px rgba(0, 0, 0, 0.1)  ; 
	-moz-box-shadow: 3px 3px 7px rgba(0, 0, 0, 0.1)  ; 
}

.stack img:last-child {
	position: relative;
}

img.rotate {
	-webkit-transform: rotate(0deg);
	transform: rotate(0deg);
}

/* Random rotation */
.stack img:nth-child(3) {
	-webkit-transform: translate(10px,5px);
	transform: translate(10px,5px);
}

.stack img:first-child {
	-webkit-transform: rotate(-10deg);
	transform: rotate(-10deg);
}

.stack img:nth-child(2) {
	-webkit-transform: rotate(12deg);
	transform: rotate(12deg);
}

.earmark {
  background-image: url('../images/earmark.png');
  width: 30px;
  height: 30px;
  z-index: 10;
  position: absolute;
  right: 0px;
  top:20px;
}

.shadow {
  background-image: url('../images/shadow.png');
  width: 100%;
  height: 20px;
  z-index: 10;
  position: absolute;
  bottom: 0px;
	background-size: 100%;
	background-repeat: no-repeat;
}

.freefonts .content-wrapper {
  clear: both;
  margin-bottom: 20px;}

.lnk {
	color: red;
	
}
p.specimen {
font-size: 1.21em;
line-height: 1.45em;
margin-bottom: 0.35em;

}

.lnk-download, .styles {
text-transform: uppercase;
/* font-variant: small-caps; */
font-size: 12px;
}

.lnk-download.lnk-btn {
  border: solid 1px red;
  padding: 4px 7px;
  margin: 10px 0px 0px -7px;
  text-decoration: none;
}

.lnk-btn:hover {
	  color: rgb(0,145,0);
    border-color: rgb(0,145,0);
}

.fontfaces-list {
    font-family: 'Fira Sans Extra Condensed', sans-serif;
    text-transform: lowercase;
    font-variant: small-caps;
    color: #323232;
    font-size: 1.2em;
}

ul.opentypefeatures {
  margin: 10px 0px 0px -7px
}
ul.opentypefeatures li {
  width: 30px;
  height: 30px;
  background-position: center center;
  text-indent: -99999px;
  display: inline-block;  
  background-repeat: no-repeat;
  list-style-type: none;
  margin: 0px 1px 0px 0px;
  background-repeat: no-repeat;
  background-size: contain;
  opacity: 0.7;

}

ul.opentypefeatures li:last-child {
  margin: 0px 0px 0px 0px;
}

ul.opentypefeatures li:hover {
  background-color: white;
  opacity: 0.85;
}

li.otf-alternates {
  background: url("../images/otf-alternates.png") center center;
}
li.otf-ligatures {
  background: url("../images/otf-ligatures.png") center center;
  background-position-y: -5px!important;
}
li.otf-oldstylefigures {
  background: url("../images/otf-oldstylefigures.png") center center;
}
li.otf-discretionary {
  background: url("../images/otf-discretionary.png") center center;
  background-size: 70%!important;
}
li.otf-fractions {
  background: url("../images/otf-fractions.png") center center;
  background-size: 70%!important;
}
li.otf-ordinals {
  background: url("../images/otf-ordinals.png") center center;
  background-size: 70%!important;
}
li.otf-smallcaps {
  background: url("../images/otf-smallcaps.png") center center;
}
li.otf-swashes {
  background: url("../images/otf-swashes.png") center center;
}
li.otf-ornaments {
  background: url("../images/otf-ornaments.png") center center;
    background-size: 65%!important;
}

hr {
	text-align: center;
	box-shadow: 0px;
  margin: 20px 0px 10px 0px;
  height:1px; width:15%; border-width:0; color:#8c8b8b; background-color:#8c8b8b

}
/*
hr:after {
	content: '/U+2761';
	display: inline-block;
	position: relative;
	top: -15px;
	padding: 0 10px;
	background: #f0f0f0;
	color: #8c8b8b;
	font-size: 18px;
}
*/

footer.footer {
	background-color: rgb(255,255,255);
	overflow: hidden;
	padding: 50px 0px;
}

.postfooter {
	padding: 30px 0px 40px 0px;
	margin-bottom: 50px;
}

.footer-colophon {
	margin-left: 18%
}

.social-columns {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 24px;
	margin-top: -22px;
}

.social-columns.columns-1 {
	grid-template-columns: 1fr;
}

.social-columns .social {
	margin: 0;
	padding: 0;
	min-width: 0;
	list-style: none;
}

.social-columns.columns-1 .social {
	flex-basis: 100%;
}

.social-columns .social li {
	margin-bottom: 8px;
}

.social-columns .social li h3 a,
.social-columns .social li h3 a:hover  {
	font-size: 16px;
	text-decoration: none;
}

.social-columns .social li a span.lnk,
.social-columns .social li a:visited span.lnk {
  color: rgb(0,145,0);
  text-decoration: none;
	font-size: 14px;
	font-style: italic;
	display: block;
	margin: 1px 0px 10px 0px;
}

.social-columns .social li a:hover span.lnk {
	text-decoration: underline;
}

@media (max-width: 720px) {
	.social-columns {
		flex-direction: column;
		gap: 16px;
		margin-top: 0;
	}

	.social-columns .social {
		flex: 1 1 100%;
		min-width: 0;
	}
}

/* -------  Instagram Feed ------- */


.instagram-stack {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 6px;
    margin: 0;
    max-width: 25px;
}

.instagram-stack a {
    display: block;
    overflow: hidden;
    border-radius: 2px;
    aspect-ratio: 1 / 1;
    width: 80px;
    height: 80px;
}

.instagram-stack img {
    width: 80px !important;
    height: 80px !important;
    object-fit: cover;
    transition: transform 0.2s ease;
    display: block;
}

.instagram-stack a:hover img {
  transform: scale(1.05);
}



@media (max-width: 768px) {
  .instagram-stack {
    grid-template-columns: repeat(2, 1fr);
  }
}


/* -------  Font Select ------- */
  /* Minimalistisches Design */

.special {
  position: relative;
}

.suno-geburtstags-staendchen {
  position: absolute;
  right: 50px;
  bottom: 10px;
  display: inline-block;
}

#waveform {
  width: 135px;
  /* Fensterbreite für die Waveform */
  height: 35px;
  /* Höhe der Waveform */
  display: inline-block;
  background-color: rgba(250, 250, 247, 0.8);
  /* Hintergrund */
}

button {
  height: 35px;
  width: 35px;
  font-size: 14px;
  color: rgb(0, 145, 0.8);
  border: none;
  border-radius: 50%;
  cursor: pointer;
  display: inline-block;
  align-items: center;
  justify-content: center;
  font-weight: 300;
  position: relative;
  top: -12px;
}

button:hover {
  color: rgb(0, 145, 1);
}

/* -------  Font Select ------- */

.prefooter {
	background-color: fuchsia;
}







/* -------  Clearfix ------- */


.group:after {
  visibility: hidden;
  display: block;
  content: "";
  clear: both;
  height: 0;
}
* html .group             { zoom: 1; } /* IE6 */
*:first-child+html .group { zoom: 1; } /* IE7 */