/* @group fonts */

@font-face {
    font-family: 'Malabar';
    src: url('../fnt/MalabarPro-Bold.ttf'); format('truetype');
    font-style: normal;
    font-weight: 800;
    text-rendering: optimizeLegibility;
}

@font-face {
    font-family: 'Radikal';
    src: url('../fnt/Nootype - Radikal-Thin.otf') format('opentype');
    font-style: normal;
    font-weight: 200;
    text-rendering: optimizeLegibility;
}

@font-face {
    font-family: 'Radikal';
    src: url('../fnt/Nootype - Radikal-Light.otf') format('opentype');
    font-style: normal;
    font-weight: 300;
    text-rendering: optimizeLegibility;
}

@font-face {
    font-family: 'Radikal';
    src: url('../fnt/Nootype - Radikal-Regular.otf') format('opentype');
    font-style: normal;
    font-weight: 600;
    text-rendering: optimizeLegibility;
}

@font-face {
    font-family: 'Radikal';
    src: url('../fnt/Nootype - Radikal-Medium.otf') format('opentype');
    font-style: normal;
    font-weight: 700;
    text-rendering: optimizeLegibility;
}

@font-face {
    font-family: 'Radikal';
    src: url('../fnt/Nootype - Radikal-Bold.otf') format('opentype');
    font-style: normal;
    font-weight: 800;
    text-rendering: optimizeLegibility;
}

/* @group Standards */

body {
	font: 18px/1.3em Radikal, "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	font-weight: 200;
	letter-spacing: 0.02em;
	--red: #ff7075;
}

a:link, a:visited, a:active {
	color: black;
	text-decoration: none;
	font-weight: bold;
	font-size: 20px;
}

nav a:hover {
	color: var(--red);
}

nav .active a {
	font-weight: 600;
	margin-left: -17px;
}

nav .active a:before {
	content: "•";
	color: var(--red);
	font-size: 2rem;
	margin-right: 7px;
	line-height: 0;
}

nav a {
	text-decoration: none;
}

a:visited {
}

a:focus {
	-moz-outline-style: none;
}

i, em {
	font-style: italic;
}

b, strong {
	font-weight: 600;
}

q {
	quotes: "»" "«"
}

.clearfloat {
	clear: both;
}

/* @end */

header h1 {
	margin-top: -20px;
}

header h1 a {
	font-size: 64px !important;
	font-family: Malabar;
	line-height: 1em;
}

header h1 a .sans {
   font-family: Radikal;
   font-weight: 700;
}

figcaption h3 {
	text-transform: uppercase;
	font-weight: 600;
	font-style: normal;
	line-height: 1.5em;
	font-size: 18px;
	height: 1.5em;
	overflow: hidden;
}

figcaption h4 {
	text-transform: uppercase;
	font-weight: 100;
	font-style: normal;
	line-height: 1.5em;
	font-size: 18px;
	height: 1.5em;
	overflow: hidden;
}

.full h1 {
	font-size: 21px;
	line-height: 1.4em;
	font-weight: 600;
}

.full h2 {
	font-size: 21px;
	line-height: 1.4em;
	margin-bottom: 1.4em;
	font-weight: 300;
}

.f100 {
	font-weight: 100;
}

.f200 {
	font-weight: 200;
}

.f300 {
	font-weight: 300;
}

.f400 {
	font-weight: 400;
}

.f500 {
	font-weight: 500;
}

.f600 {
	font-weight: 600;
}

.f700 {
	font-weight: 700;
}

.f800 {
	font-weight: 800;
}

#wrapper {
	margin-top: 4%;
	margin-right: 2%;
	margin-left: 4%;
}

header {
}

header hgroup {
	float: left;
	margin-right: 2%;
	margin-bottom: 60px;
}

header hgroup img {
	height: 118px;
}

/* @group main */

.main {
	float: left;
	margin-bottom: 50px;
}

.main li {
	margin-bottom: 15px;
}

.col {
	float: left;
}

.main a {
	text-transform: uppercase;
	font-weight: 200;
	font-style: normal;
	display: inline-block;
	margin-right: 50px;
	font-size: 24px;
}

.main .buero {
	margin-top: 36px;
}

/* @end */

#content {
	clear: both;
}

.projekt {
	float: left;
	margin-right: 2%;
	margin-bottom: 60px;
}

.projekt .mask {
	overflow: hidden;
}

.projekt figcaption {
	margin-top: 10px;
}

.projekt.full {
	width: 99%;
	max-width: 1300px;
}

.projekt.full a {
	font-weight: 300;
	font-style: normal;
	font-size: 15px;
	text-decoration: none;
}

.projekt.full a:hover {
	color: var(--red);
}

.projekt.full .col a:before {
	content: "•";
	color: var(--red);
	font-size: 1.5em;
	margin-right: 6px;
	margin-left: -14px;
	line-height: 0;
	text-decoration: none !important;
}


.projekt.full figure {
	margin-bottom: 40px;
}

.full .col {
	width: 50%;
	max-width: 590px;
}

.col:first-of-type {
	font-weight: 300;
}

.full .col:first-of-type {
	margin-bottom: 60px;
	margin-right: 2%;
	font-size: 15px;
}

.full .col:nth-of-type(2) h3 {
	text-transform: uppercase;
	font-weight: 600;
	margin-bottom: 1em;
	margin-top: 2.5em;
}

.full h3:first-of-type {
	margin-top: 0;
}

.buro h3 {
	font-weight: 300 !important;
}

.full .col:nth-of-type(2) h4 {
	text-transform: uppercase;
	font-weight: 300;
	margin-bottom: 0.5em;
	margin-top: 1em;
}

.full .col:nth-of-type(2) h5 {
	margin-bottom: 0.5em;
}

.full.contact .col:first-of-type {
	font-size: 18px;
	line-height: 1.3em;
}

.full.contact .col:first-of-type p, .full .col:nth-of-type(2) p {
	margin-bottom: 1em;
}

.full.contact .col:last-of-type {
	font-size: 15px;
}

.full.contact .col:first-of-type a {
	font-size: 18px;
}

.achievements {
	margin-top: 20px;
	margin-bottom: 20px;
}

.achievements a {
	text-decoration: underline;
}

.links {
	margin-top: 1em;
}

.body {
	font-size: 18px;
	line-height: 1.4em;
}

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

.projekt figure {
	position: relative;
}

.projekt img {
    -webkit-transition: all 0.25s ease; /* Safari and Chrome */
    -moz-transition: all 0.25s ease; /* Firefox */
    -ms-transition: all 0.25s ease; /* IE 9 */
    -o-transition: all 0.25s ease; /* Opera */
    transition: all 0.25s ease;
}

.projekt:hover .mask img {
    -webkit-transform:scale(1.2); /* Safari and Chrome */
    -moz-transform:scale(1.2); /* Firefox */
    -ms-transform:scale(1.2); /* IE 9 */
    -o-transform:scale(1.2); /* Opera */
     transform:scale(1.2);
}


/* @group footer */

footer {
	background-color: var(--red);
	color: white;
	margin-top: 50px;
	padding: 2%;
	font-weight: 200;
	font-size: 12px;
	line-height: 18px;
}

footer nav {
	text-transform: uppercase;
}

footer .col {
	margin-right: 30px;
	width: 200px;
	margin-bottom: 30px;
}

footer .col:nth-of-type(1), footer .col:nth-of-type(4) {
}

footer .col:nth-of-type(2) {
	margin-bottom: 50px;
}

footer hgroup {
	margin-bottom: 1em;
}

footer h2, footer strong {
	font-weight: 700;
}

footer a:link, footer a:visited {
	color: white;
	font-weight: 300;
	font-size: 12px;
}

/* @end */

/* @group rslides */

.rslides {
	position: relative;
	overflow: hidden;
	width: 100%;
}

.rslides li {
	-webkit-backface-visibility: hidden;
	position: absolute;
	display: none;
	width: 100%;
	left: 0;
	top: 0;
}

.rslides li:first-child {
	position: relative;
	display: block;
	float: left;
}

.rslides img {
	display: block;
	height: auto;
	float: left;
	width: 100%;
	border: 0;
}

a.rslides_nav {
	z-index: 3;
	position: absolute;
	top: 40%;
	height: 20%;
	width: 30px;
	text-indent: 1200px;
	overflow: hidden;
}

.rslides_nav.next {
	right: 10px;
	background: url(../img/LB-WEB-Pfeile.png) -339px no-repeat;
}

.rslides_nav.prev {
	background: url(../img/LB-WEB-Pfeile.png) 4px no-repeat;
	left: 10px;
}

/* @end */

/* @group media */

@media only screen and (max-width : 480px) {
   /* Smartphone view: 1 tile */
   .projekt, hgroup, .full .col:first-of-type {
      width: 99%;
      margin-right: 0;
   }

	.full .col, footer .col {
		width: 99%;
	}

	.main .col:nth-of-type(2) {
		margin-top: 20px;
	}

   #wrapper {
	   margin: 20px;
	   margin-top: 40px;
   }
   figcaption h3 {
	   height: auto;
	   overflow: visible;
   }

   figcaption h4 {
	   overflow: visible;
   }


}

@media only screen and (max-width : 650px) and (min-width : 481px) {
   /* Tablet view: 2 tiles */
   .projekt, hgroup, .full .col:first-of-type, footer .col {
      width: calc(50% - 30px);
   }

   #wrapper {
	   margin: 20px;
   }

   figcaption h3 {
	   height: 1.5em;
	   overflow: hidden;
   }

   figcaption h4 {
	   overflow: visible;
   }
}

@media only screen and (max-width : 1200px) and (min-width : 651px) {
   /* Small desktop / ipad view: 3 tiles */
   .projekt, hgroup, .full .col:first-of-type, footer .col {
      width: calc(50% - 30px);
   }

   figcaption h3 {
   }

   figcaption h4 {
	   overflow: visible;
   }
}

@media only screen and (max-width : 1490px) and (min-width : 1201px) {
   /* Medium desktop: 4 tiles */
   .projekt, hgroup, .full .col:first-of-type, footer .col {
      width: calc(33.3% - 30px);
   }

}

@media only screen and (min-width : 1491px) {
   /* Big desktop: 5 tiles */
	.projekt, hgroup {
      width: calc(23% - 30px);
	}

	footer .col {
      width: calc(23% + 30px) !important;
	}

   .full .col:first-of-type {
      width: calc(33.3% - 30px);
   }

}

/* @end */
