/* source-sans-pro-300 - latin */
@font-face {
  font-family: 'Source Sans Pro';
  font-style: normal;
  font-weight: 300;
  src: local(''),
       url('../font/source-sans-pro-v21-latin-300.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
       url('../font/source-sans-pro-v21-latin-300.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

/* source-sans-pro-300italic - latin */
@font-face {
  font-family: 'Source Sans Pro';
  font-style: italic;
  font-weight: 300;
  src: local(''),
       url('../font/source-sans-pro-v21-latin-300italic.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
       url('../font/source-sans-pro-v21-latin-300italic.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

/* source-sans-pro-regular - latin */
@font-face {
  font-family: 'Source Sans Pro';
  font-style: normal;
  font-weight: 400;
  src: local(''),
       url('../font/source-sans-pro-v21-latin-regular.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
       url('../font/source-sans-pro-v21-latin-regular.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

/* source-sans-pro-italic - latin */
@font-face {
  font-family: 'Source Sans Pro';
  font-style: italic;
  font-weight: 400;
  src: local(''),
       url('../font/source-sans-pro-v21-latin-italic.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
       url('../font/source-sans-pro-v21-latin-italic.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

/* source-sans-pro-600 - latin */
@font-face {
  font-family: 'Source Sans Pro';
  font-style: normal;
  font-weight: 600;
  src: local(''),
       url('../font/source-sans-pro-v21-latin-600.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
       url('../font/source-sans-pro-v21-latin-600.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

/* source-sans-pro-600italic - latin */
@font-face {
  font-family: 'Source Sans Pro';
  font-style: italic;
  font-weight: 600;
  src: local(''),
       url('../font/source-sans-pro-v21-latin-600italic.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
       url('../font/source-sans-pro-v21-latin-600italic.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

/* source-sans-pro-700 - latin */
@font-face {
  font-family: 'Source Sans Pro';
  font-style: normal;
  font-weight: 700;
  src: local(''),
       url('../font/source-sans-pro-v21-latin-700.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
       url('../font/source-sans-pro-v21-latin-700.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

/* source-sans-pro-700italic - latin */
@font-face {
  font-family: 'Source Sans Pro';
  font-style: italic;
  font-weight: 700;
  src: local(''),
       url('../font/source-sans-pro-v21-latin-700italic.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
       url('../font/source-sans-pro-v21-latin-700italic.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}




/*! HTML5 Boilerplate v4.3.0 | MIT License | http://h5bp.com/ */

/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */

/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */

html,
button,
input,
select,
textarea {
    color: #222;
}

html {
    font-size: 13pt;
    line-height: 1.4;
}

html, body {
	height:100%;
}

* {
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

html, button, input, select, textarea,
.pure-g, .pure-g [class *= "pure-u"] {
	font-family: 'Source Sans Pro', sans-serif;
	font-weight:300;
}

/*
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection rule sets have to be separate.
 * Customize the background color to match your design.
 */

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

/*
 * Remove the gap between images, videos, audio and canvas and the bottom of
 * their containers: h5bp.com/i/440
 */

audio,
canvas,
img,
video {
    vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */

textarea {
    resize: vertical;
}

a:active, a:focus, a {
       -moz-outline-style: none;
        -moz-focus-inner-border: 0; 
        outline: none;
        outline-style: none;
}

/* ==========================================================================
   Browse Happy prompt
   ========================================================================== */

.browsehappy {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */

body {

  
  min-height:100%;
  min-height: 100vh;
  position:relative;
  overflow-y:scroll;
}


header { 
	max-height:160px; min-height:160px; 
 
	
	
}
nav    { 
	max-height:50px; min-height:50px;	
}

@media screen and (max-width: 801px) {
	nav { 
		margin-bottom:20px;
	}
}

@media screen and (max-width: 549px) {
	nav { 
		max-height:45px; min-height:45px;
	}
}


main   { 
	padding-bottom:80px;
}



.container {
	margin:0 auto;
	width:100%;
	max-width:960px;
	// height:100%;
	position:relative;
	padding: 0 30px;
}



/************** HEADER ****************/
/************** HEADER ****************/
/************** HEADER ****************/

header {
	background:#ffffff;
	background-position:center center;
	background-size:cover;
	background-image:url("../img/head_1.jpg");
}
header.header-kanzlei { background-image:url("../img/head_1.jpg"); }
header.header-portfolio { background-image:url("../img/head_4.jpg"); }
header.header-team { background-image:url("../img/head_3.jpg"); }
header.header-kontakt { background-image:url("../img/head_1.jpg"); }

@media screen and (min-height: 801px) { header { max-height:220px; min-height:220px; } }
@media screen and (min-height: 1001px) { header { max-height:280px; min-height:280px; } }


header h1 {
	position:absolute;
	bottom:0px;
	left:20px;
	margin:0;
	margin-bottom:-0.15em;
	transform: perspective(1px) scaleX(1.15);
	transform-origin: 0% 0%;
}
header .logo {
	position:absolute;
	left:10px;
	top:20px;
	max-width:340px;
	width:50%;
}
header .logo img {
	width:100%;
}
header .claim {
	position:absolute;
	right:20px;
	top:30px;
	max-width:300px;
	width:40%;
}
@media screen and (max-width: 550px) {
	header .container { padding:0 10px; }
	header .claim { display:none; }
	header .logo { width: 100%; max-width:none; position:relative; margin:0 auto; left:0; }
}

header .claim img {
	width:100%;
}





/************** NAV ****************/
/************** NAV ****************/
/************** NAV ****************/


nav {
	background:#efedec;
	position:relative;
}

nav ul.container {
	position:relative;
	display:block;
	width:100%;
	margin:-25px auto 0 auto;
	padding:0 30px;
	text-align:center;
	list-style-type:none;
	font-size:0.01pt;
	display:flex;
	justify-content:space-between;
}

nav ul.container li {
	width:50px;
	height:50px;
	text-align:center;
	margin:-25px 0px 0px 0px;
	vertical-align:top;

	color:#ffffff;
	font-size:10pt;
	line-height:12pt;

	border-radius:50%;
	cursor:crosshair;
	transition:transform 2s;
	background-color:#928681;
	animation: lihue 10s 0s infinite;
	-webkit-animation: lihue 10s 1s infinite;
}

@media screen and (max-width: 801px) {
	nav ul.container li { margin:0 0px;}
}
@media screen and (max-width: 549px) {
	nav ul.container li { 
		width:45px; height:45px;
		margin:0 0px;	
	}
}

nav ul.container li.mainactive {
	border:2px solid white;
}

nav ul.container li:hover {
	transform: perspective(1px) scale(1.3);
	transition:transform 0.2s;
}
@media screen and (max-width: 549px) {
	nav ul.container li:hover {
		transform: perspective(1px) scale(1.1);
		transition:transform 0.2s;
	}
}


nav ul.container li img {
	display:block;
	width:66%;
	margin:0 auto;
	vertical-align:top;
	margin-top:8px;
}

nav ul.container li span {
	display:none;
	width:100px;
	margin-left:-25px;
	margin-top:10px;
	color:#928681;
	text-transform:uppercase;
	letter-spacing:1px;
	white-space:nowrap;
}
nav ul.container li:hover span {
	display:block;
}
nav ul.container li.mainactive span {
	margin-top:8px;
}

nav ul.container li:nth-child(2n) {
		    animation: lihue 12s 3s infinite;
	-webkit-animation: lihue 10s 3s infinite;
}
nav ul.container li:nth-child(3n) {
		    animation: lihue 13s 5s infinite;
	-webkit-animation: lihue 10s 5s infinite;
}
nav ul.container li:nth-child(5n) {
		    animation: lihue 15s 7s infinite;
	-webkit-animation: lihue 10s 7s infinite;
}
nav ul.container li:nth-child(7n) {
		    animation: lihue 17s 11s infinite;
	-webkit-animation: lihue 10s 11s infinite;
}
nav ul.container li:nth-child(11n) {
		    animation: lihue 21s 3s infinite;
	-webkit-animation: lihue 10s 3s infinite;
}
nav ul.container li:nth-child(13n) {
		    animation: lihue 23s 7s infinite;
	-webkit-animation: lihue 10s 7s infinite;
}
@-webkit-keyframes lihue { /* Chrome, Safari, Opera */
    0%   {background-color:#928681; }
    50%  {background-color:#d8d3d2; }
    100% {background-color:#928681; }
}
@keyframes lihue { /* Standard syntax */
    0%   {background-color:#928681; }
    50%  {background-color:#d8d3d2; }
    100% {background-color:#928681; }
}



/************** FOOTER ****************/
/************** FOOTER ****************/
/************** FOOTER ****************/


footer { 
	//max-height:30px; 
	min-height:30px; 
	//line-height:30px;
	position:fixed;
	bottom:0;
	left:0;
	z-index:200;
	width:100%;
	box-shadow:0 0 20px white, 0 0 5px white, 0 0 2px white;
	font-size:0.9em;	
}


footer {
/*	position:fixed; 
	bottom:0px; */  /* wird für IE9 dann gebraucht! */
	background:#efedec;
	padding:5px 0px;
}
footer .container {	
	display:flex;
	gap:15px;
	align-items:center;
	justify-content:flex-start;
	flex-wrap:wrap;
}

.socialicons {
	display:flex;
	gap:5px;
}

.socialicon {
	width:22px;
	height:22px;
	padding:5px;
	background-color:#928681;
	display:inline-block;
	border-radius:50%;
	border:0px solid white;
}
.socialicon img {
	display:block;
	width:100%;
	height:auto;
}

@media screen and (max-width: 768px) {
	footer .container {	
		justify-content:center;
		gap:7px;
	}
	footer .container > * {	
		margin-left:0 !important;
	}
}



/************** MAIN ****************/
/************** MAIN ****************/
/************** MAIN ****************/



body {
	background-color:white;
	background-image:url('../img/bgplus.png');
	background-position:right -70px bottom;
	background-repeat:no-repeat;
	background-size:600px;
}
body.noplus {background:none !important;}

@media screen and (max-width: 568px) {
	body { background:none; }
}
@media screen and (max-width: 1600px) {
	body { background-size:550px; }
}
@media screen and (max-width: 1280px) {
	body { background-size:475px; }
}
@media screen and (max-width: 1150px) {
	body { background-size:433px; }
}
@media screen and (max-width: 960px) {
	body { background-size:400px; }
}
@media screen and (max-width: 768px) {
	body { background-size:300px; }
}



main .container {
	text-align:left;
}

h1, h2, h3, h4, h5, h6 {
	font-weight:300;
	text-transform:uppercase;
	letter-spacing:2px;
	color:#928681;
}

p, pre {
	margin:1em 0 0 0;
}

h1 {
	line-height:1;
	font-size:25pt;
}
h3 {
	font-size:15pt;
}

em {
	color:#928681;
	font-weight:600;
	font-style:normal;
}


main ul {
	margin:0;
	padding:0;
	list-style-type:none;
}
main ul > li {
	padding-left:30px;
	background:url('../img/bullet20.png') no-repeat;
	margin:5px 0 20px 0;
	font-weight:600;
}

main ul.notbold > li {
	font-weight:300;
}

main ul > li > ul {
	margin-top:10px;
}
main ul > li > ul > li,
main ul.small > li {
	background:none;
	margin:0 0 0 18px;
	padding:0;
	font-weight:300;
	text-indent:-18px;
}
main ul > li > ul > li:before,
main ul.small > li:before {
	content:"+";
	padding-right:10px;
}


main ol {
	margin:0;
	padding:0 0 0 22px;
	list-style-type: none;
}

main ol > li {
	padding-left:10px;
	margin:5px 0 20px 0;
	counter-increment: step-counter;
	text-indent: -32px;
}
main ol > li::before {

    display: inline-block;
    height: 22px;
    width: 22px;
    margin-right: 10px;

    content: counter(step-counter, decimal);

    background-color: #928681;
    border-radius: 50%;
    color: #ffffff;
    font-weight: 600;
    text-align: center;
	text-indent:0;
}


ul.dsgvo {}

ul.dsgvo > li {
	background:none;
	margin-top:50px;
	padding-left:0px;
}

ul.dsgvo > li ul {
	margin-top:10px;
	margin-bottom:10px;
}

ul.dsgvo > li > ul li::before {
	content:"–";
}

ul.dsgvo h4 {
	margin-bottom:0px;
	text-transform:none;
	letter-spacing:0;
}





/************ TEAMSLIDER ************/
/************ TEAMSLIDER ************/


#teamlist {
	margin:0;
	padding:0;
	list-style-type:none;
	font-size:0.01pt;
}

#teamlist li {
	display:inline-block;
	position:relative;
	background-color:#eee;
	width:64px;
	height:64px;
	margin:0px 40px 66px 0px;
	border-radius:50%;
	font-size:10pt;
	line-height:12pt;
    background-color: #928681;
    background-image: url("../img/plus.png");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 40px 40px;
	transition:all 0.3s;
}

#teamlist:hover li:not(:hover) {
	opacity:0.7;
	transition:all 0.2s;
}
#teamlist:hover li:hover {
	opacity:1;
	transform:scale(1.5);
	transition:all 0.3s;
}

#teamlist li img {
	opacity:1;
	width:100%;
	height:100%;
	border-radius:50%;
	transition:all 0.6s;
}

#teamlist li:hover img {
		opacity:1;
	transition:all 0.6s;
}


#teamlist li figcaption {
	position:absolute;
	bottom:-20px;
	height:20px;
	width:104px;
	left:-20px;
	text-align:center;
}


#teammembers > div {
	display:none;
}

#teammembers > div img {
	border-radius:50%;
	float:right;
}




.owl-carousel {
	width:100% !important;
	border-bottom:2px solid #ddd;
}
@media screen and (min-height: 750px) and (min-width:720px) {
	.owl-stage { margin-top:50px; }
	.membertext   { margin-top:-30px; }
}
@media screen and (max-width:549px) {
	.owl-carousel { margin-top:-220px; }
}

#teamnav {
	width:100%;
	text-align:center;
	height:50px;
	margin-bottom:-65px;
	position:relative;
	z-index:999;
}
@media screen and (max-width: 550px) {
	#teamnav { margin-top:170px; margin-bottom:30px; }
}


#teamnav > div {
	display:block;
	position:absolute;
	width:50px;
	height:50px;
	border-radius:50%;
	background:#ddd;
	cursor:crosshair;
	font-size:3em;
	line-height:42px;
	text-align:center;
	color:white;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
@media screen and (max-width: 550px) {
	#teamnav > div { width:35px; height:35px; line-height:26px; }
}

#teamnav > div.owl-prev { left:30px; }
#teamnav > div.owl-next { right:30px; }

@media screen and (max-width: 550px) {
	#teamnav > div.owl-prev { left:15px; }
	#teamnav > div.owl-next { right:15px;  }
}


.owl-carousel .owl-item > div {
	position:relative;
	height:390px;
}

@media screen and (max-width: 550px) { .owl-carousel .owl-item > div { height:auto; } }
@media screen and (min-width: 720px) and (max-width: 959px) { .owl-carousel .owl-item > div { height:330px; } }
@media screen and (min-width: 960px) and (max-width: 1279px) { .owl-carousel .owl-item > div { height:300px; } }
@media screen and (min-width: 1280px) and (max-width: 1449px) { .owl-carousel .owl-item > div { height:320px; } }
@media screen and (min-width: 1450px) and (max-width: 1599px) { .owl-carousel .owl-item > div { height:350px; } }
@media screen and (min-width: 1600px) and (max-width: 1779px) { .owl-carousel .owl-item > div { height:330px; } }
@media screen and (min-width: 1780px) and (max-width: 1919px) { .owl-carousel .owl-item > div { height:370px; } }
@media screen and (min-width: 1920px) and (max-width: 2199px) { .owl-carousel .owl-item > div { height:400px; } }
@media screen and (min-width: 2200px) { .owl-carousel .owl-item > div { height:430px; } }


.owl-carousel .owl-item > div > .membertext {
	opacity:0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	transition:all 0.25s 0s;
	display:inline-block;
	text-align:left;
	width:150%;
	margin-left:15%;
	font-size:1em;
}
@media screen and 						 (max-width: 549px)   { .owl-carousel .owl-item > div > .membertext { font-size:0.95em; display:block; margin-bottom:15px; margin-left:30px; } }
@media screen and (min-width: 550px) and (max-width: 719px)   { .owl-carousel .owl-item > div > .membertext { margin-left:42%; font-size:0.9em; } }
@media screen and (min-width: 720px) and (max-width: 959px)   { .owl-carousel .owl-item > div > .membertext { margin-left:42%; font-size:0.9em; } }
@media screen and (min-width: 960px) and (max-width: 1279px)  { .owl-carousel .owl-item > div > .membertext { margin-left:35%; font-size:0.85em; } }
@media screen and (min-width: 1280px) and (max-width: 1449px) { .owl-carousel .owl-item > div > .membertext { margin-left:40%; font-size:0.9em; } }
@media screen and (min-width: 1450px) and (max-width: 1599px) { .owl-carousel .owl-item > div > .membertext { margin-left:40%; font-size:0.9em; } }
@media screen and (min-width: 1600px) and (max-width: 1919px) { .owl-carousel .owl-item > div > .membertext { margin-left:45%; font-size:0.9em; } }
@media screen and (min-width: 1920px)                         { .owl-carousel .owl-item > div > .membertext { margin-left:45%; font-size:1em; } }



.owl-carousel .owl-item.center .membertext {
	opacity:1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	transition:all 0.5s 0.25s;
}


.owl-carousel .owl-item > div > .membertext > * {
	margin:0;
}




.owl-carousel .owl-item > div > .imgbox {
	width:100%;
	text-align:center;
}



.owl-carousel .owl-item > div > .imgbox > img {
	position:absolute;
	bottom:0px;
	left:-30%;
	height:50%;
	width:auto !important;
	opacity:0.2;
	transition:all 0.25s;
}
@media screen and (max-width: 959px) { 
	.owl-carousel .owl-item > div > .imgbox > img { left:-50%; }
}


.owl-carousel .owl-item.centerprev > div > .imgbox > img,
.owl-carousel .owl-item.centernext > div > .imgbox > img {
	height:66%;
	opacity:0.4;
	transition:all 0.25s;
}
.owl-carousel .owl-item.centernext > div > .imgbox > img {
	// left:-57%;
}
.owl-carousel .owl-item.centernextnext > div > .imgbox > img {
	// left:-50%;
}
.owl-carousel .owl-item.centerprev > div > .imgbox > img {
	// left:3%;
}


@media screen and (max-width: 959px) { 
	.owl-carousel .owl-item.centernext > div > .imgbox > img { left:-25%; } 
	.owl-carousel .owl-item.centerprev > div > .imgbox > img { left:12%; }
}
@media screen and (max-width: 719px) { 
	.owl-carousel .owl-item.centernext > div > .imgbox > img { left:-45%; } 
	.owl-carousel .owl-item.centernextnext > div > .imgbox > img { left:-115%; } 
}
@media screen and (max-width: 549px) { 
	.owl-carousel .owl-item.centernext > div > .imgbox > img { left:0%; } 
	.owl-carousel .owl-item.centernextnext > div > .imgbox > img { left:0%; } 
}


.owl-carousel .owl-item.centerzoom > div > .imgbox > img {
	height:100%;
	left:-50%;
	opacity:1;
	transition:all 0.25s;
}
@media screen and (max-width: 959px) { 
	.owl-carousel .owl-item.centerzoom > div > .imgbox > img {	left:-28%; }
}
@media screen and (max-width: 720px) { 
	.owl-carousel .owl-item.centerzoom > div > .imgbox > img { left:12%; }
}
@media screen and (max-width: 550px) { 
	.owl-carousel .owl-item > div > .imgbox > img { position:relative; width:70% !important; }
	.owl-carousel .owl-item.centerzoom > div > .imgbox > img { left:20%;  }
}

/*
.owl-carousel .owl-item.centerprev {
	margin-right: 2vw !important; 
	margin-left:-2vw !important;
}
.owl-carousel .owl-item.centernext {
	margin-left: 2vw !important;
	margin-right:-2vw !important; 
}
*/











h2 {
	line-height:1;
	font-size:28pt;
	margin-top:1em;
	margin-bottom:1.5em;
	letter-spacing:1px !important;
	font-kerning:normal !important;
	text-rendering: optimizeLegibility !important;

}
@media screen and (max-width: 960px) { 
	h2 { font-size:18pt; }
}
h1 span,
h2 span {
	color:#646567;
}

a {
	cursor:crosshair;
	color:#928681;
	text-decoration:none;
}

/* a:hover {
	cursor:crosshair;
	text-decoration:underline;
} */


/******* News-Formate ******/

a.newsgroup {
	margin-bottom:20px;
	display:block;
	color:black;	
	position:relative;
}
.newsplus {
	position:absolute;
	left:-15px;
	top:-10px;
	width:30px;
	height:30px;
	background-image:url('../img/newsplus_neg.png');
	background-size:100% 100%;
	background-repeat:no-repeat;
}
a.newsgroup:hover .newsplus {
	background-image:url('../img/newsplus_pos.png');
}

.newsthumb {
	vertical-align:top;
	display:inline-block;
	padding-top:5px;
}
.newsthumb img {
	width:100%;
	max-width:100%;
	height:auto;
}
.newsshort {
	vertical-align:top;
	display:inline-block;
	padding-left:20px;
}

.newsshort h3, .newsshort p {
	margin:0px;
}



.newsthumbfull {
	float:left; 
	margin-right:20px;
	margin-top:5px;
}
@media screen and (max-width: 549px) {
	.newsthumbfull {
		float:none; 
		margin:0 0 20px 0;
		display:block;
	}
}


.startnews { 
	display:inline-block;
	width:169px;
	margin-right:11px;
}
.startnews img {
	display:block;
}

.startnewsplus {
	background-image: url('../img/newsplus_neg.png'), linear-gradient(to right, #928681 0%,rgba(255,255,255,0) 100%);
	background-repeat:no-repeat;
	background-position: center center;
	background-size:50px 50px, auto;
	height:105px;
}




#klienten-info_wrapper .bodysubtitle {
	margin-top:2rem !important;
	margin-bottom:1rem !important;
	font-size: 1.1rem !important;
	color:#928681 !important;
	font-weight:500 !important;
}

#klienten-info_wrapper .ki-artikeltitle,
#klienten-info_wrapper h1, 
#klienten-info_wrapper .ki-pagetitle {
	letter-spacing:1px !important;
}


#klienten-info_wrapper #ki-temp-menu {
	display:none !important;
}

#klienten-info_wrapper .ki-infobar {
	//display:none !important;
}

.ki-newsplus {
	left:-5px !important;
}

#klienten-info_wrapper p, 
#klienten-info_wrapper pre {
	color:black !important;
}

#klienten-info_wrapper #ki-article ul {
	list-style-type:none !important;
	margin: 0 !important;
	padding: 0 !important;
}

#klienten-info_wrapper #ki-article li.bodytext, 
#klienten-info_wrapper #ki-article li.ki-bodytext {
	color:black !important;
	padding-left: 30px !important;
	background: url('../img/bullet20.png') no-repeat !important;
	margin: 5px 0 20px 0 !important;
}

#klienten-info_wrapper b, 
#klienten-info_wrapper strong {
	font-weight:500 !important;
}

#klienten-info_wrapper h1, 
#klienten-info_wrapper .ki-pagetitle {
	font-weight:300 !important;
}

#klienten-info_wrapper .ki-artikeltitle-overview {
	font-size:12pt !important;
	letter-spacing:1px !important;
}

/* ==========================================================================
   Helper classes
   ========================================================================== */

/*
 * Image replacement
 */

.ir {
    background-color: transparent;
    border: 0;
    overflow: hidden;
    /* IE 6/7 fallback */
    *text-indent: -9999px;
}

.ir:before {
    content: "";
    display: block;
    width: 0;
    height: 150%;
}

/*
 * Hide from both screenreaders and browsers: h5bp.com/u
 */

.hidden {
    display: none !important;
    visibility: hidden;
}

/*
 * Hide only visually, but have it available for screenreaders: h5bp.com/v
 */

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

/*
 * Extends the .visuallyhidden class to allow the element to be focusable
 * when navigated to via the keyboard: h5bp.com/p
 */

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

/*
 * Hide visually and from screenreaders, but maintain layout
 */

.invisible {
    visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */

.clearfix:before,
.clearfix:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.clearfix:after {
    clear: both;
}

/*
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */

.clearfix {
    *zoom: 1;
}

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */

@media only screen and (min-width: 35em) {
    /* Style adjustments for viewports that meet the condition */
}

@media print,
       (-o-min-device-pixel-ratio: 5/4),
       (-webkit-min-device-pixel-ratio: 1.25),
       (min-resolution: 120dpi) {
    /* Style adjustments for high resolution devices */
}

/* ==========================================================================
   Print styles.
   Inlined to avoid required HTTP connection: h5bp.com/r
   ========================================================================== */

@media print {
    * {
        background: transparent !important;
        color: #000 !important; /* Black prints faster: h5bp.com/s */
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }


    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group; /* h5bp.com/t */
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    @page {
        margin: 0.5cm;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}




.pagetitle, .artikeltitle, .bodytext, .ausgabe, .ausgabe2, .ausgabe3, .bodysubtitle, .bodysubtitle2, .bodysubtitle3, .weiss, .weiss2, .menusubtitle, .menusubtitle2, #klienten-info_wrapper h1, #klienten-info_wrapper h2, #klienten-info_wrapper h3, #klienten-info_wrapper h4, #klienten-info_wrapper p, #klienten-info_wrapper td, #klienten-info_wrapper a, #klienten-info_wrapper .ki-pagetitle, #klienten-info_wrapper .ki-artikeltitle, #klienten-info_wrapper .ki-bodysubtitle, #klienten-info_wrapper .ki-ausgabe, #klienten-info_wrapper .ki-bodytext, #klienten-info_wrapper .ki-copyright-text, #klienten-info_wrapper .ki-infobar, #klienten-info_wrapper .ki-categories, #klienten-info_wrapper a.ki, #klienten-info_wrapper a.ki:hover, #klienten-info_wrapper .ki-btn, #klienten-info_wrapper a.ki-btn, #klienten-info_wrapper .ki-btn:hover, #klienten-info_wrapper a.ki-btn:hover, #klienten-info_wrapper .kicss-button, #klienten-info_wrapper label, #klienten-info_wrapper .ki_wrapper_rechner label, #klienten-info_wrapper .ki-r-text, #klienten-info_wrapper .ki_wrapper_rechner .ki-r-text, #klienten-info_wrapper .ki-r-number, #klienten-info_wrapper .ki_wrapper_rechner .ki-r-number, #klienten-info_wrapper .ki-r-submit, #klienten-info_wrapper .ki_wrapper_rechner .ki-r-submit, #klienten-info_wrapper .ki-r-reset, #klienten-info_wrapper .ki_wrapper_rechner .ki-r-reset, #klienten-info_wrapper .kicss-form .search-massage, #klienten-info_wrapper .kicss-control-group, #klienten-info_wrapper .no-result, #klienten-info_wrapper div {
	
	font-size:13pt !important;
	line-height:1.5 !important;
}