@font-face {
	font-family: 'FFFranziskaWebPro';
	src: url('../fonts/304996_0_0.eot');
	src: url('../fonts/304996_0_0.eot?#iefix') format('embedded-opentype'),url('../fonts/304996_0_0.woff2') format('woff2'),url('../fonts/304996_0_0.woff') format('woff'),url('../fonts/304996_0_0.ttf') format('truetype');
}
@font-face {
	font-family: 'FFFranziskaWebProDemiBold';
	src: url('../fonts/304996_1_0.eot');
	src: url('../fonts/304996_1_0.eot?#iefix') format('embedded-opentype'),url('../fonts/304996_1_0.woff2') format('woff2'),url('../fonts/304996_1_0.woff') format('woff'),url('../fonts/304996_1_0.ttf') format('truetype');
}
@font-face {
	font-family: 'Roboto Regular';
	src: url('../fonts/roboto-v20-latin-regular.woff2') format('woff2'),url('../fonts/roboto-v20-latin-regular.woff') format('woff');
	font-weight: normal;
}
@font-face {
	font-family: 'Roboto Regular Italic';
	src: url('../fonts/roboto-v20-latin-italic.woff2') format('woff2'),url('../fonts/roboto-v20-latin-italic.woff') format('woff');
	font-weight: normal;
}
@font-face {
	font-family: 'Roboto Bold';
	src: url('../fonts/roboto-v20-latin-700.woff2') format('woff2'),url('../fonts/roboto-v20-latin-700.woff') format('woff');
	font-weight: normal;
}
@font-face {
	font-family: 'Open Sans Thin';
	src: url('../fonts/open-sans-v17-latin-300.woff2') format('woff2'),url('../fonts/open-sans-v17-latin-300.woff') format('woff');
	font-weight: normal;
}
@font-face {
	font-family: 'Open Sans Regular';
	src: url('../fonts/open-sans-v17-latin-regular.woff2') format('woff2'),url('../fonts/open-sans-v17-latin-regular.woff') format('woff');
	font-weight: normal;
}
@font-face {
	font-family: 'NipCensPrintUnicode';
	src: url('../fonts/NipCensPrintUnicode.woff2') format('woff2'),url('../fonts/NipCensPrintUnicode.woff') format('woff');
	font-weight: normal;
}

body {
	background: #F2F2FA;
	color: #333;
	font-size: 14px;
	line-height: 22px;
	font-family: "Open Sans Thin", sans-serif;
}
.invisible {
	display: none;
}
.container {
	margin-top: 20px;
}
a,
a:hover {
	color: #333;
}
h1 {
	text-transform: uppercase;
	font-weight: "Open Sans Regular";
	font-size: 24px;
	margin-top: 0;
}


h2 {
  font: normal 28px/32px Times, serif uppercase;
  margin-bottom: 30px;
  color: #444;
  -webkit-font-smoothing: antialiased;
}

/* ---- */
/* LOGO */
/* ---- */

.logo {
	margin: 0 0 15px 0;
	border: 0;
	display: block;
	outline: none;
	font-size: 20px;
}
.logo:hover {
	color: inherit;
	text-decoration: none;
}
/*.logo img {
	border: 0;
}*/

/* ---------- */
/* NAVIGATION */
/* ---------- */

.navbar-toggle {
	position: absolute;
	top: -14px;
	right: -10px;
}
.navbar-toggle span {
	background: #333;
}
aside.navbar-collapse {
	padding-left: 0;
	padding-right: 0;
}
aside.navbar-collapse {
	max-height: none;
}
aside ul {
	list-style-type: none;
	padding: 0;
}
aside ul li {
	margin-bottom: 1px;
	padding-top: 1px;
}
aside ul ul {
	margin: 5px 0 15px 5px;
}
aside ul li>a {
	color: #333	;
	display: block;
	line-height: 24px;
	font-size: 14px;
	text-decoration: none;
	padding: 2px 8px;
	overflow: hidden;
	outline: none;
}
aside ul li.active>a,
aside ul a.trail {
	color: #fff;
	background: #333;
	-moz-box-shadow: 2px 3px 8px #aaa;
}
aside ul a:hover  {
	color: #000;
	background: #dbe8eb;
	text-decoration: none;
}
aside ul>li>ul>li>a {
	font-size: 12px;
}

/* --------------- */
/* IMAGE SLIDESHOW */
/* --------------- */

.carousel {
	margin-bottom: 50px;
	overflow: hidden;
	padding-bottom: 100px;
}
.carousel .item {
	-webkit-transition: .3s ease-in-out left;
	        transition: .3s ease-in-out left;
}
.carousel .item img {
	margin: 0 auto;
}
.carousel-indicators {
	bottom: 60px;
}
.carousel-indicators li,
.carousel-indicators li.active {
 	height: 10px;
 	width: 10px;
	border-color: #666666;
	margin: 1px;
}
.carousel-indicators li.active {
	background: #666666;
}
.carousel-inner {
	overflow: visible;
}
.carousel-caption {
	padding: 0;
	bottom: -80px;
	color: #333333;
	text-shadow: none;
}
.carousel-control.left,
.carousel-control.right {
	background-image: none;
}
.carousel-control span {
	color: #333333;
}

/* --------------- */
/* FOOTER          */
/* --------------- */

footer {
	font-size: 12px;
	color: #545458;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-top: 50px;
	border-top: 5px solid #fff;
}
footer a {
	color: #545458;
}
@media screen and (min-width: 768px) {
	footer {
		text-align: center;
	}
	footer div {
		display: inline;
		padding: 0 30px;
	}
}

/* --------------- */
/* STARTSEITE      */
/* --------------- */

@media screen and (min-width: 768px) {
	#startseite .mod_customnav div,
	#startseite .mod_navigation div {
		height: 125px;
		width: 250px;
		background-position: 0 -125px;
		float: left;
		overflow: hidden;
		margin: 0 5px 5px 0;
		position: relative;
	}
	#startseite .mod_customnav div img,
	#startseite .mod_navigation div img {
		position: absolute;
		top: -125px;
		left: 0;
		border: 0;
	}
	#startseite .mod_customnav div:hover img,
	#startseite .mod_navigation div:hover img {
		top: 0;
	}
}
@media screen and (max-width: 767px) {
	#startseite .mod_customnav,
	#startseite .mod_navigation,
	#startseite h1 {
		display: none;
	}
}

/* -------------------------------- */
/* BÜROPORTRAIT &  AUSZEICHNUNGEN   */
/* -------------------------------- */

#bueroportrait table td,
#auszeichnungen table td {
	margin-left: -5px;
}
#bueroportrait table td,
#auszeichnungen table td {
	padding: 3px 5px;
}
#bueroportrait table .col_0,
#auszeichnungen table .col_0 {
	width: 120px;
	font-family: "Open Sans Regular";
}
#bueroportrait table .col_1,
#auszeichnungen table .col_1 {
	padding-right: 20px;
}
#bueroportrait table .odd,
#auszeichnungen table .odd {
	background: #E7EAF4;
}

/* ---------- */
/* KONTAKT    */
/* ---------- */

#kontakt img {
	float: left;
	margin-right: 10px;
	max-width: 100%;
}
#kontakt table {
	margin-left: 20px;
}
#kontakt table td {
	vertical-align: top;
	padding: 3px 5px;
}
#kontakt table .col_0 {
	font-family: "Open Sans Regular";
}
#kontakt #adresse strong {
	font-size: 15px;
}
#kontakt #rechtliches {
	clear: both;
	font-size: 11px;
	color: #888;
	padding-top: 30px;
}

.ce_gallery ul {
	  margin: 0;
	  padding: 0;
	  list-style-type: none;
}
.ce_gallery img {
	margin-bottom: 90px;
	width: 100%;
	height: auto;
}
figcaption {
	margin-top: -80px;
	margin-bottom: 80px;
}
picture {
	width: 100%;
	height: auto;
}

.scroll-to-top {
	position: fixed;
	bottom: 0;
	right: 0;
	background: rgba(0,0,0,0.75);
	color: white;
	padding: 5px 15px;
	cursor: pointer;
}
.scroll-to-top:hover {
	text-decoration: none;
	background: rgba(0,0,0,0.95);
	color: white;
}

/* ---------- */
/* MAGAZIN    */
/* ---------- */

.magazin h1 {
	margin: 0 0 30px 0;
	font-family: Roboto Bold, sans-serif;
	font-size: 36px;
	line-height: 40px;
	text-transform: none;
}
.magazin h2 {
	margin: 50px 0 20px 0;
	font-family: Roboto Bold, sans-serif;
	font-size: 32px;
	line-height: 36px;
}
.magazin h3 {
	margin: 50px 0 20px 0;
	font-family: Roboto Bold, sans-serif;
}
.magazin p{
	color: #444444;
	font: normal 20px/32px FFFranziskaWebPro, serif;
	-webkit-font-smoothing: antialiased;
	margin-bottom: 30px;
}
.magazin ul {
	margin-bottom: 50px;
}
.magazin li {
	color: #444444;
	font: normal 20px/32px FFFranziskaWebPro, serif;
	-webkit-font-smoothing: antialiased;
	margin-bottom: 5px;
}
.magazin a {
	color: #009DFF;
}
.magazin .subheadline p {
	font-family: Roboto, sans-serif;
	font-size: 20px;
	line-height: 28px;
}
.magazin time {
	font-size: 14px;
	font-family: Roboto, sans-serif;
	color: #4C4C4C;
}
.magazin hr {
	border-color: #D8D8D8;
	width: 60%;
	margin: 50px auto;
}
.magazin strong {
	font-family: FFFranziskaWebProDemiBold;
	font-weight: normal;
}
.magazin img {
	max-width: 100%;
	height: auto;
}
.magazin figcaption {
	margin: 10px 0;
	font-family: Roboto Regular Italic;
	color: #4C4C4C;
	width: 100% !important;
}
.magazin .has-shadow img {
	box-shadow: 0 0 4px 0 rgba(157, 157, 157, 0.7);
}

.magazin .is-rotated img {
	-webkit-transform: rotate(-2deg);
	transform: rotate(-2deg);
}

/* -------------- */
/* BLOG-ÜBERSICHT */
/* -------------- */


.mod_newslist h2 {
	font-family: Roboto Bold;
}
.mod_newslist .layout_latest img {
	max-width: 100%;
	height: auto;
}

.handwriting-headline,
h6 {
    font-size: 2.5rem;
    line-height: 2.5rem;
    text-transform: uppercase;
    font-family: 'NipCensPrintUnicode';
    font-weight: normal;
}
