@CHARSET "UTF-8";

html{color:#000;background:#FFF}body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{margin:0;padding:0}table{border-collapse:collapse;border-spacing:0}fieldset,img{border:0}address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal}ol,ul{list-style:none}caption,th{text-align:left}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal}q:before,q:after{content:''}abbr,acronym{border:0;font-variant:normal}sup{vertical-align:text-top}sub{vertical-align:text-bottom}input,textarea,select{font-family:inherit;font-size:inherit;font-weight:inherit;*font-size:100%}legend{color:#000}#yui3-css-stamp.cssreset{display:none}


@font-face {  font-family: 'Raleway';  font-weight: 100;  src: local('Raleway Thin'), local('Raleway-Thin'), url('/fonts/raleway/Raleway-Thin.otf'); }
@font-face {  font-family: 'Raleway';  font-weight: 200;  src: local('Raleway ExtraLight'), local('Raleway-ExtraLight'), url('/fonts/raleway/Raleway-ExtraLight.otf'); }
@font-face {  font-family: 'Raleway';  font-weight: 300;  src: local('Raleway Light'), local('Raleway-Light'), url('/fonts/raleway/Raleway-Light.otf'); }
@font-face {  font-family: 'Raleway';  font-weight: 400;  src: local('Raleway Regular'), local('Raleway-Regular'), url('/fonts/raleway/Raleway-Regular.otf'); }
@font-face {  font-family: 'Raleway';  font-weight: 500;  src: local('Raleway Medium'), local('Raleway-Medium'), url('/fonts/raleway/Raleway-Medium.otf'); }
@font-face {  font-family: 'Raleway';  font-weight: 600;  src: local('Raleway SemiBold'), local('Raleway-SemiBold'), url('/fonts/raleway/Raleway-SemiBold.otf'); }
@font-face {  font-family: 'Raleway';  font-weight: 600;  src: local('Raleway Bold'), local('Raleway-Bold'), url('/fonts/raleway/Raleway-Bold.otf'); }
@font-face {  font-family: 'Raleway';  font-weight: 800;  src: local('Raleway ExtraBold'), local('Raleway-ExtraBold'), url('/fonts/raleway/Raleway-ExtraBold.otf'); }
@font-face {  font-family: 'Raleway';  font-weight: 900;  src: local('Raleway Black'), local('Raleway-Black'), url('/fonts/raleway/Raleway-Black.otf'); }


*{
  font-family: 'Raleway', sans-serif;
  font-weight: 300;

-webkit-overflow-scrolling: none !important;
}

img.leftimage{
	position: absolute;
	right: 102%;
}

div.scroller_wrapper, div.scroller_wrapper_wrapper{
	clear: both;
}

div.tab-header{
	float: left;
	border: 1px solid #999;
	border-bottom: none;
	color: black;
	white-space: nowrap;
	display: inline-block;
	position: relative;
	overflow: hidden;
	vertical-align: bottom;
	padding-left: 10px;
	padding-right: 10px;
	margin-right: 10px;
	cursor: pointer;
}

div.tab-header.active{
	background-color: #f0f0f0;
}

div.tab-header div.bg-overlay{
	position: absolute;
	border-radius: 1500px;
	height: 1px;
	width: 1px;
	background-color: black;
	opacity: 0.05;
	left: -5px;
	top: -5px;
	display: block;
}

div.tab-content{
	border-top: 1px solid #999;
	color: black;
	display: inline-block;
	position: relative;
	vertical-align: bottom;
	padding: 10px;
}

div.compositionPageParallax img, div.compositionPageParallax p, div.compositionPageParallax h1, .animate {
	-webkit-transform : translateZ(0);
	-o-transform : translateZ(0);
	-moz-transform : translateZ(0);
	transform : translateZ(0);

}

.mobile{
	display: none;
}

.nomobile{
	display: initial;
}

a{
  text-decoration: none;
}

div.noshow{
	display: none;

}

div.tldr{
	padding: 10px;
	background-color: #ededef;
	color: #444;
}

div#menu_top_wrapper, div#logo, div.jumbotrons,div#main-content-wrapper, div.page-wrapper, div#footer {
  width: 1173px;
  margin: auto;
}



div#main-content-wrapper{
	position: relative;
}

div.spreader{
  width: 100%;
  margin: auto;
}




div.clear{
clear: both;
}
div.relativebottom{
position: relative;
bottom: 0px;
}

div#menu_main_wrapper{
border-top: 1px solid #dedede;
border-bottom: 1px solid #dedede;
height: 60px;
background-color: white;
z-index: 1000;
top: 0px;
width: 100%;
}

div#language-switch-desktop{
    color: black;
    display: block;
    position: relative;
    float: right;
    font-size: 11px;
    font-weight: 400;
    height: 60px;
    letter-spacing: 2px;
    line-height: 60px;
    padding-left: 20px;
    padding-right: 0px;
    text-decoration: none;
    text-transform: uppercase;
    width: 50px;
    overflow: hidden;
    border-right: 1px solid #dedede;
    border-left: 1px solid #dedede;
}
div#language-switch-desktop div.bg-overlay{
    background-color: black;
    border-radius: 1500px;
    display: block;
    height: 1px;
    left: -5px;
    opacity: 0.05;
    position: absolute;
    top: -5px;
    width: 1px;
}
div#language-switch-desktop a{
    display: block;
    position: absolute;
    left: 0px;
    top: 0px;
    height: 60px;
    width: 100%;
    font-size: inherit;
    font-weight: inherit;
    letter-spacing: inherit;
    line-height: inherit;
    text-decoration: inherit;
    text-transform: inherit;
    text-align: center;
    color: black;
}

div#logo{
  margin-top: 40px;
  margin-bottom: 30px;
  position: relative;
}

div#categoryHeadlineText{
	position: absolute;
	bottom: -3px;
	left: 216px;
	font-size: 26px;
	font-weight: 300;
	text-transform: uppercase;
	letter-spacing: 3px;
}

div#categoryHeadlineText a{
	color: black;
	font-weight: 100;
}

div#menu_main li{
  float: left;
  list-style-type: none;
  position: relative;
  overflow: hidden;

}

div#menu_main li.active{
	background-color: #f3f3f3;
}

div#menu_main li div.bg-overlay{
	position: absolute;
	border-radius: 1500px;
	height: 1px;
	width: 1px;
	background-color: black;
	opacity: 0.05;
	left: -5px;
	top: -5px;
	display: block;
}

a.textflowlink div.bg-overlay{
	position: absolute;
	border-radius: 1500px;
	height: 1px;
	width: 1px;
	background-color: black;
	opacity: 0.05;
	left: -5px;
	top: -5px;
	display: block;
}

div#menu_main{
  float: left;
  height: 60px;
  border-left: 1px solid #dedede;
}

div#menu_topright{
  float: right;
  height: 60px;

  border-right: 1px solid #dedede;
}

div#menu_lightswitch{
  float: right;
  height: 60px;
}


div.line1{
  border-bottom: 1px solid #dedede;
  width: 150px;
  margin: auto;
  margin-top: 40px;
  margin-bottom: 40px;
}

div#menu_top_wrapper li a{
  display: block;
  height: 60px;
  border-left: 1px solid #dedede;
  line-height: 60px;
  text-decoration: none;
  padding-left: 20px;
  padding-right: 20px;
  color: black;
  font-size: 11px;
  font-weight: 400;
  letter-spacing: 2px;
  text-transform:uppercase;
}

div#menu_main li a{
  border-left: none;
  border-right: 1px solid #dedede;
  position: relative;
}

div.jumbotrons{
  margin-top: 30px;
  position: relative;
  height: 570px;
}

div#page-jumbotron{
  height: 467px;
  overflow: hidden;
}


div#startjumbotron{
	overflow: hidden;
}

div#startjumbotron div.jumbotron{
  position: absolute;
  display: none;
  width: 100%;
}

div#startjumbotron div.jumbotron p{
  width: 95%;
  margin-left: 5px;
  margin-top: 25px;
  position: relative;
  font-size: 14px;
  line-height: 22px;
}


div#startjumbotron a{
  color: black;
  text-decoration: none;
}

div#startjumbotron  .headline, div#startjumbotron .subheadline{
	opacity: 0;
}

div.jumbotrons .headline, div.jumbotrons .subheadline{
  position: absolute;
  left: 0px;
  background-color: white;
  /* background-color:rgba(255,255,255,0.7); */
  font-weight: 300;
  color: block;
  white-space: nowrap;

}


div.jumbotrons .headline{
  top: 325px;
  font-size: 45px;
  line-height: 55px;
  padding-left: 0px;
  left:-2px;
  padding-right: 28px;
  border-top: 0px solid white;
  /* border-bottom: 5px solid white; */
}

 div.jumbotrons .subheadline{
  top: 378px;
  font-size: 23px;
  line-height: 30px;
  padding-left: 0px;
  left:-1px;
  padding-right: 24px;
  border-bottom: 5px solid white;
}


div.jumbotron_prev, div.jumbotron_next{
  position: absolute;
  background-color: white;
  top: 209px;
  cursor: pointer;
  height: 50px;
}

div.jumbotron_prev{
  left: 0px;
}

div.jumbotron_next{
  right: -2px;
}

div.slider_containter div.jumbotron_next{
  right: -1px;
}


div#startjumbotron img.jumbotron-image, div#page-jumbotron img{
  /* border: 1px solid #cfcfcf; */
  float: none;
  width: 100%;
  position: relative
}

div.jumboimg {
    position: relative;
    overflow: hidden;
}


div.previews{
	float: left;
	width: 66%;
	margin-bottom: 40px;
}

div.previews div.preview a{
	display: block;
	overflow: hidden;
}

div.previews div.preview{
  position: relative;
  width: 49%;
  float: left;
  margin-bottom: 30px;
}

div.previews div.preview0{
	margin-right: 2%;
}

div.previews div.preview img, div.small-previews div.smallpreview img, div.tag-2-column img, div.blog-preview div.image img{
	width: 100%;
	transform: rotate3d(0, 0, 1, 0deg) scale(1);
	-webkit-transform: rotate3d(0, 0, 1, 0deg) scale(1);
	display: block;
	transition: all .5s ease-in-out;
	-webkit-transition: all .5s ease-in-out;
}

div.previews div.preview img:hover, div.small-previews div.smallpreview img:hover, div.tag-2-column img:hover, div.blog-preview div.image img:hover{
	/*transform: rotate3d(0, 0, 1, 2deg)  scale(1.1);
	-webkit-transform: rotate3d(0, 0, 1, 2deg)  scale(1.1);*/
	transform: scale(1.1);
	-webkit-transform: scale(1.1);
	opacity: 0.85;
}

div.widepreviews div.preview{
  width: 770px;
}

div.previews div.preview p{
  margin-top: 22px;
  font-size: 14px;
  line-height: 22px;
}

div.previews:last-child div.preview p{
  margin-top: 35px;
}

div.preview h3.headline,div.preview h3.subheadline{
  position: absolute;
  left: 0px;
  background-color: white;
  padding-left: 0px;
  padding-right: 10px;


}

div.preview h3.headline{
  top: 300px;
  font-size: 25px;
  line-height: 30px;
}

div.preview h3.subheadline{
  top: 328px;
  font-size: 14px;
  line-height: 22px;
}

div.preview a{
  color: black;
  text-decoration: none;
}

strong{
  font-weight: 600;
}

ul#main_right{
  float: right;
  border-right: 1px solid #dedede;
  height: 60px;
}

ul#main_right li {
  padding-right: 10px;
  padding-left: 10px;
  border-left: 1px solid #dedede;
  height: 60px;
}

li#lightswitch{
  cursor: pointer;
}

div.newswrapper{
  float: right;
  width: 31%;
}

div.newswrapper div.news{
	width: 100%;
}

div.newswrapper div.news p{
  margin-top: 10px;
  margin-bottom: 35px;

  font-size: 14px;
  line-height: 22px;
}

div.newswrapper div.news p a{
    font-size: inherit;
    line-height: inherit;
    color: black;
    text-decoration: none;
}

div.newswrapper div.news h3 a{
  color: white;
  background-color: black;
  padding-left: 2px;
  padding-right: 2px;
  font-size:14px;
}


div.smallpreview{
  width: 19%;

  float: left;
  position: relative;
  margin-right: 1.25%;
  margin-top: 40px;
  margin-bottom: 40px;
}

div.smallpreview4{
	margin-right: 0;
}

div.smallpreview img{
  width: 100%;
  display: block;
}

div.smallpreview h3{
  position: absolute;
}

div.smallpreview a{
	display: block;
	overflow: hidden;
}


div.smallpreview h3.headline a, div.smallpreview h3.subheadline a{
  color: black;
}

div.smallpreview h3.headline, div.smallpreview h3.subheadline{
  background-color: white;
  padding-left: 0px;
  padding-right: 5px;
}

div.smallpreview h3.headline{
  top:78.5%;
  font-size: 16px;
  line-height: 24px;
  padding-left: 0px;
}


div.smallpreview h3.subheadline{
  top:105%;
  font-size: 14px;
  line-height: 22px;
}


div#taginfo{
  background-color: white;
  border: 1px solid #cfcfcf;
  /* margin-top: 100px; MODDK CHECK */
  border-top: none;
  border-right: none;
  border-bottom: none;
  width: 280px;
  float: right;
  line-height: 18px;
  position: absolute;
  right: 0px;
  z-index: 2;
}

div#taginfo div#taginfo-inner{
  margin-top: 25px;
  margin-left: 20px;
  margin-right: 0px;
}

div#introtext{
  width: 845px;
  margin-top: 30px;
  margin-bottom: 30px;
  margin-left: 0px;
}

span.introtext{
  background-color: white;
  color: #888;
  font-weight: 200;
  font-size: 22px;
  line-height: 26px;
  /* letter-spacing: 1px; */
  /* box-shadow: 5px 0 0 black, -5px 0 0 black; */
}

div.maintext{
  width: 550px;
  margin-left: 316px;
  font-size: 14px;
  line-height: 22px;
}

div.maintext div.date, div.maintext div.autor{
	display: inline-block;
	font-size: 12px;
	margin-bottom: 5px;
}


div#main-content-wrapper div.maintext h1{
  font-weight: 200;
  color: #888;
  line-height: 28px;
  font-size: 30px;
  margin-top: 30px;
  margin-bottom: 0px;
}

div#main-content-wrapper div.maintext h1 a{
	font-weight: 200;
  color: #888;
  line-height: 28px;
  font-size: 30px;
}


div#main-content-wrapper div.maintext h2{
  font-weight: 200;
  color: #888;
  line-height: 24px;
  font-size: 22px;
  margin-top: 30px;
  margin-bottom: 0px;
}

div#main-content-wrapper div.maintext h2 a{
	font-weight: 200;
  color: #888;
  line-height: 24px;
  font-size: 22px;
}


div.asset-longertext-wrapper{
  position: relative;
  max-width: 160.5%;
}



div.asset-longertext{
  position: absolute;
  bottom: 25px;
  text-align: right;
  font-size: 14px;
  line-height: 18px;
  margin-right: 30px;
  right: 0px;
}


div.asset-longertext-wrapper img.asset{
	max-width: 160.5%;
}

div.slider_containter div.asset-longertext-wrapper img.asset{
  float: none;
  width: 100%;
}

div.slider_containter div.asset-longertext{
  right: 1px;
}

img.asset{
  float: right;
}

div.asset-longertext span{
  background-color: black;
  color: white;
  font-size: 14px;
  line-height: 18px;
  box-shadow: 30px 0 0 black, -10px 0 0 black;
}

div.slider_containter{
  position: relative;
  left: -57.5%;
  width: 157.5%;
}

div.slider_containter div.asset-longertext-wrapper{
  position: relative;
  width: 100%;
}

div.slider-bar{
	position: relative;
	height: 3px;
	background-color: #888;
	width: 1px;
}

div.jumbotron-slider-bar{
	position: absolute;
	height: 3px;
	background-color: #888;
	width: 1px;
	left: 0px;
	top: 475px;
}

div#tocheader, div#metaheader, div#tagheader{
  font-size: 12px;
  font-weight: 900;
  padding-left: 35px;
  margin-left: -30px;
  text-transform: uppercase;
  /* color: #888; */
  color: white;
  letter-spacing: 1px;
  background-color: black;
  margin-bottom: 8px;
}

div#metaheader{
  margin-top: 30px;
}

div#tocheader{
  margin-top: 30px;
}


ul#toc li{
  /*background-color: white; */
  /* MODDK */
  margin-bottom: 0px;
  padding-bottom: 3px;
  padding-top: 5px;
  border-bottom: 1px solid #d0d0d0;
  position: relative;
  overflow: hidden;
}

ul#tags li{
 /* background-color: #343138; */
  margin-bottom: 2px;

}

ul#toc li div.bg-overlay{
	position: absolute;
	border-radius: 1500px;
	height: 1px;
	width: 1px;
	background-color: #f4f4f4;
	/* opacity: 0.15; */
	left: -5px;
	top: -5px;
	display: block;
}

ul#toc li.activeTocLink div.bg-overlay{
	position: absolute;
	border-radius: 1500px;
	height: 500px;
	width: 500px;
	/* background-color: #eaeaea; */
	/* opacity: 0.15; */
	left: -250px;
	top: -250px;
	display: block;
}

ul#tags li div{
  font-weight: 400;
  /* color: white; */
  line-height: 12px;
  padding: 0px;
  text-transform: uppercase;
  font-size: 11px;
}

ul#tags a{
	text-decoration: none;
	color: black;
	font-weight: 400;
}

ul#toc li a{
  display: block;
  font-weight: 400;
  color: black;
  line-height: 12px;
  padding: 5px;
  text-transform: uppercase;
  font-size: 11px;
  letter-spacing: 1px;
  position: relative;
}
/*ul#toc {
list-style-type: square;
list-style-position: inside;
}*/

/*ul#toc {
    list-style-type: none;
    padding: 0px;
    margin: 0px;
}

ul#toc li {
    background-image: url(sqpurple.gif);
	background-color: red;
    background-repeat: no-repeat;
    background-position: 0px 5px;
    padding-left: 0px;
}*/
ul#toc li a.activeTocLink{
	/*color: #888; */
	font-weight: 800;
}


div.maintext ul{
  list-style: square inside none;
  margin-left: 0px;
}

ul#meta li{
  /* background-color: #343138; */
  padding-bottom: 4px;
  padding-top: 5px;
  text-align: right;
  position: relative;
  height: 20px;
  line-height: 15px;
  letter-spacing: 1px;
  border-bottom: 1px solid #d0d0d0;
}

ul#meta li.percent0{
	display: none;
}

ul#meta li.percent1{
  height: 25px;
}

ul#meta li.percent2{
  height: 40px;
}

ul#meta li.percent3{
  height: 55px;
}

ul#meta li div{
  font-size: 11px;
  color: black;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 1px;
}

ul#meta li div.left{
  position: absolute;
  padding: 5px;
  text-align: left;
  padding-top: 3px;
  line-height: 17px;
}

ul#meta li div.right{
  padding: 5px;
  position: absolute;
  right: 5px;
  padding-top: 3px;
  line-height: 17px;
}

ul#meta li div.percentbar{
  height: 11px;
  background-color: #f0f0f0;
  border: 1px solid #d0d0d0;
  position: absolute;
  right: 0px;
  top: 6px;
  width: 50px;
  border-radius: 1px;
}

ul#meta li div.percentbar1{
  top: 9px;
}

ul#meta li div.percentbar2{
  top: 27px;
}

ul#meta li div.percentbar3{
  top: 45px;
}

div#footer{
  border-top: 1px solid black;
  font-size: 12px;
  line-height: 25px;
  position: relative;
  margin-top: 50px;
}

div#footer1_menu{
  position: absolute;
  top: 22px;
  right: 20px;
}

div#footer1_menu > ul > li:not(:first-child) {
  margin-left: 10px;
}

div#footer1_menu > ul > li {
  display: inline-block;
}

div#footer4_address{
  position: absolute;
  top: 20px;
  left: 20px;
}

div#footer4_address ul{
  margin-left: 75px;
  margin-top: 2px;

}

div#footer a, div#footer{
  color: #5E5A66;
}

div#footer h1{
  color: #888;
  border-top: 4px solid #888;
  position: absolute;
  top: -20px;
  line-height: 60px;
  font-size: 13px;
}

div#footerheight{
  height: 30px;
}


img#backtotop{
  position: fixed;
  bottom: 120px;
  display: none;
  cursor: pointer;
}



div#logo_right {
  float: right;
  margin-top: 18px;
  margin-right: 10px;
}

div#logo_right img {
  display: none;
  width: 150px;
}



blockquote:before,blockquote:after{content:'» '; font-size: 40px; line-height: 0px;}
blockquote:after{content:' «'}



blockquote{
  font-style: italic;
  position: relative;
  left: -27%;
  width: 125%;
  font-size: 130%;
}

a.linkexternalbox{
	display: block;
	width: 330px;
	height: 63px;
	background-image: url('assetbox-external.png');
	position: relative;
	color: black;
	text-decoration: none;
}

a.linkexternalbox div{
	position: absolute;
	left: 0px;
	top: 0px;
	width: 245px;
	overflow: hidden;
}

a.linkexternalbox div.linkexternalbox-name{
	left: 70px;
	top: 7px;
	font-weight: 500;
}

a.linkinternalbox{
	display: block;
	width: 330px;
	height: 63px;
	background-image: url('assetbox-external.png');
	position: relative;
	color: black;
	text-decoration: none;
}

a.linkinternalbox div{
	position: absolute;
	left: 0px;
	top: 0px;
	width: 245px;
	overflow: hidden;
}

a.linkinternalbox div.linkinternalbox-name{
	left: 70px;
	top: 7px;
	font-weight: 500;
}

a.textflowlink{

	border: 1px solid #999;
	color: black;
	white-space: nowrap;
	display: inline-block;
	position: relative;
	overflow: hidden;
	vertical-align: bottom;
}

a.textflowlink span.url{
	color: #888;
}

a.assetbox{
	display: block;
	width: 100%;
	position: relative;
	color: black;
	text-decoration: none;
	overflow: hidden;
}

a.assetbox img.bg{
	width: 100%;
	display: block;
}

a.assetbox div{
	position: absolute;
	left: 0px;
	top: 0px;
}

a.assetbox div.bg-overlay{
	border-radius: 1500px;
	height: 1px;
	width: 1px;
	background-color: black;
	opacity: 0.05;
	left: -5px;
	top: -5px;
	display: block;
}

a.assetbox div.assetbox-name{
	left: 0px;
	top: 26%;
	font-weight: 300;
	font-size: 22px;
	background-color: white;
	padding-left: 10px;
	padding-right: 10px;
	color: #444;
	line-height: 30px;
}

a.assetbox div.assetbox-type,a.assetbox div.assetbox-shorturl{
	left: auto;
	right: 3%;
	top: 66%;
	color: black;
	font-size: 12px;
	font-weight: 500;
	line-height: -25%;
	height: 21%;
}

a.assetbox img.icon{
	vertical-align: middle;
	height: 98%;
}

div.tag-2-column{
	width: 48%;
	float: left;
	position: relative;

}

div.tag-2-column img, div.tag-2-column div.img{
	width: 100%;
	display: block;
	overflow:hidden;
}
div.tag-2-column.column0{
	margin-right: 4%;
}

div.tag-2-column h3.headline,div.tag-2-column h3.subheadline{
	position: absolute;
	top: 0px;
	left: 0px;
	background-color: white;
	box-shadow: 18px 0 0 white, -15px 0 0 white;
	border-bottom: 1px solid white;
}


div.tag-2-column h3.headline{
	top: 239px;

}
div.tag-2-column h3.subheadline{
	top: 269px;
	line-height: 22px;
	left: 0px;
	box-shadow: 17px 0 0 white, -16px 0 0 white;
	border-bottom: 0px solid white;
}




div.tag-2-column h3.headline a{
	font-size: 25px;
	color: black;
	line-height: 30px;
}

div.tag-2-column h3.subheadline a{
	font-size: 14px;
	color: black;
	line-height: 10px;
}


div.tag-2-column p{
	margin-top: 14px;
	margin-bottom: 65px;
	line-height: 22px;
}

div.tag-2-column a{
	color: white;

}







div.maintext div.tag-2-column{
	margin-top: 20px;

}

div.maintext div.tag-2-column h3.headline, div.maintext div.tag-2-column h3.subheadline{
	left: 0px;
	box-shadow: 10px 0 0 white, -10px 0 0 white; /*nach rechts */
	border-bottom: 0px solid white;

}


div.maintext div.tag-2-column h3.headline{
	top: 100px;
}
div.maintext div.tag-2-column h3.subheadline{
	top: 125px;
	line-height: 18px;
}




div.maintext div.tag-2-column h3.headline a, div.maintext div.tag-2-column h3.subheadline a{
	font-size: 18px;
	color: black;
	background-color: white;
	box-shadow: 1px 0 0 white, -5px 0 0 white;
}

div.maintext div.tag-2-column h3.subheadline a{
	font-size: 12px;
}


div.maintext div.tag-2-column p{
	display: none;
}




#logo a img {
   width: 200px;
}


div.compositionPage{
	position: relative;
	width: 73.8%;
	font-size: 20px;
	line-height: 30px;
}

div.composition-article.fullwidth div.compositionPage{
	width: 100%;
}

div.compositionPage img{
	width: 100%;
	display: block;
}
div.compositionPage img.fixed{
	position: relative;
}
div.compositionPage h1, div.compositionPage p{
	position: absolute;
	left: 0;
	top: 0;
}

div.composition-article{
	overflow: hidden;
	z-index: 1;
}

div.compositionPage.compositionPageParallax img{
	position: absolute;
	width: auto;
	display: block;
	top: auto;
	left: auto;
}

div#mobilemenu{
	display: none;
}


div.blog-preview{
	width: 100%;
	margin-top: 30px;
	vertical-align: top;
	position: relative;
}



div.blog-preview div.text{
	vertical-align: top;
	display: inline-block;
	color: black;
	margin-left: 3.4%;
	margin-right: 3.4%;
	width: 66.5%;
}

div.blog-preview div.image{
	display: inline-block;
	width: 25.5%;
	overflow: hidden;
}


div.blog-preview div.image img{
	width: 100%;
	display:block;
	cursor: pointer;
}

div.blog-preview h1{
	font-size: 30px;
	margin-top: 5px;
	margin-bottom: 3px;
	line-height: 25px;
	font-weight: 300;
	color: #888;
}
div.blog-preview h2{
	font-size: 18px;
	font-weight: 600;
	line-height: 24px;
	margin-bottom: 20px;
	color: black;
}

div.blog-preview div.text div.blogmaintext{
	margin-bottom: 10px;
	margin-top: 10px;
	font-size: 14px;
	font-weight: 300;
	line-height: 22px;
	overflow: hidden;
}

div.blog-preview div.text div.blogmaintext{
	position: relative;
}

div.blog-preview div.text div.blogmaintext span.target{
	display: inline-block;
	position: relative;
}

div.blog-preview div.text div.bullet{
	position: absolute;
	top: 10px;
	background-color: white;
	width: 1px;
}

div.blog-preview a.bloghash{
	width: 1px;
	height: 1px;
	position: absolute;
	top: -100px;
}

div.blog-preview div.text div.bulletm{ left: 90%; }
div.blog-preview div.text div.bullete{ left: 91%; }
div.blog-preview div.text div.bulleth{ left: 92%; }
div.blog-preview div.text div.bulletr{ left: 93%; }

div.blog-preview div.text div.buttons{
	border-bottom: 1px solid #dbdbdb;
	height: 29px;
	position: relative;
}

div.blog-preview div.text div.buttons div{
	background-color: #fcfcfc;
	position: absolute;
	height: 28px;
	width: 150px;
	right: 0px;
	cursor: pointer;
	border: 1px solid #dbdbdb;
	text-align: center;
	line-height: 28px;
	font-size: 16px;
	border-bottom: 1px solid #888;
	background-repeat: no-repeat;
	background-position: 10px 9px;
}

div.blog-preview div.text div.buttons div.weiterlesen{
	background-image: url('https://www.kalbeck.com/templates/httpswwwkalbeckcom/images/blog_arrow_down.png');
}
div.blog-preview div.text div.buttons div.minimieren{
	background-image: url('https://www.kalbeck.com/templates/httpswwwkalbeckcom/images/blog_arrow_up.png');
}


div.blog-preview div.text div.hidden{
	display: none;
}


div.blog-preview div.date, div.blog-preview div.autor{
	display: inline-block;
	font-size: 14px;
	color: black;
	font-weight: 400;
	margin-bottom: 15px;
}

div.blog-preview div.autor{
	text-align: right;
}


@media
screen and (max-width: 1220px), screen
and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : landscape) {

	div.compositionPage{
		font-size: 1.65vw;
		line-height: 2.475vw;
	}

	div#menu_top_wrapper, div#logo, div#main-content-wrapper, div#footer {
	  width: 98%;
	}

	div.jumbotrons, div.page-wrapper{
	  width: 100%;
	}

	div.jumbotron_prev, div.jumbotron_next{
	  top: 17vw;
	}

	div.jumbotron-slider-bar{
	  top: 39.12vw;
	}

	div.jumbotrons .headline{
	  top: 27vw;
	  font-size: 4vw;
	  line-height: 5vw;
	}

	div.jumbotrons .subheadline{
	  top: 31.5vw;
	  font-size: 2vw;
	  line-height: 3vw;
	}

	div#startjumbotron{
	  height: 52vw;
	}

	div#page-jumbotron{
	  height: 38.40vw;
	}

	div#page-jumbotron img{
	  height: 38.4vw;
	}


	div.line1{
	  margin-top: 2vw;
	  margin-bottom: 2vw;
	}

	div.preview h3.headline{
	  top: 24.7vw;
	  font-size: 2.1vw;
	  line-height: 2.6vw;
	}

	div.preview h3.subheadline{
	  top: 27.1vw;
	  font-size: 1.2vw;
	  line-height: 1.6vw;
	}

	div#taginfo{
		width: 24.7%;
	}

	div#taginfo div#taginfo-inner{
	  margin: 1.5vw;
	}

	div#introtext {
	  width: 72%;
	}

	div.maintext {
	  width: 45.5%;
	  margin-left: 27.5%;
	}

	div.tag-2-column h3.headline{
		top: 20.6vw;
	}
	div.tag-2-column h3.subheadline{
		top: 22.7vw;
		line-height: 1.6vw;
	}

	div.tag-2-column h3.headline a{
	  font-size: 2.05vw;
	  line-height: 2.6vw;
	}
	div.tag-2-column h3.subheadline a{
	  font-size: 1.15vw;
	  line-height: 1.6vw;
	}


	div.maintext div.tag-2-column h3.headline{
		top: 7.6vw;
	}
	div.maintext div.tag-2-column h3.subheadline{
		top: 9.8vw;
		line-height: 1.4vw;
	}

	div.maintext div.tag-2-column h3.headline a{
	  font-size: 1.35vw;
	}
	div.maintext div.tag-2-column h3.subheadline a{
	  font-size: 1vw;
	}



	div.smallpreview{
	  margin-bottom: 60px;
	}

	div.smallpreview h3.headline{
	  font-size: 1.6vw;
	}


	a.assetbox div.assetbox-name{
		font-size: 1.8vw;
		line-height: 2.5vw;
	}

	a.assetbox div.assetbox-type,a.assetbox div.assetbox-shorturl{
		font-size: 1vw;
	}

	div.slider_containter{
	  position: relative;
	  left: -60.5%;
	  width: 160.5%;
	}

	div.blog-preview h1{
		font-size: 2.5vw;
		margin-top: 0.2vw;
		margin-bottom: 0.3vw;
		line-height: 2.15vw;
	}
	div.blog-preview h2{
		font-size: 1.5vw;
		line-height: 1.25vw;
	}

	div.blog-preview div.date, div.blog-preview div.autor{
		font-size: 1.2vw;
		margin-bottom: 2vw;
		line-height: 1.65vw;
	}

	div.blog-preview div.text div.blogmaintext{
		font-size: 1.2vw;
		line-height: 1.65vw;
	}

}

@media
screen and (min-width: 361px)and (max-width: 767px) and (orientation : landscape),
screen and (min-width: 361px)and (max-width: 768px) and (orientation : portrait),
screen and (min-device-width : 768px)and (max-device-width : 1024px) and (orientation : portrait) {

	img.leftimage{
		position: relative;
		right: auto;
		left: 0%;
		display: block;
	}

	div#menu_top_wrapper, div#logo, div#main-content-wrapper, div#footer {
	  width: 95%;
	}

	div#startjumbotron{
	  height: 55vw;
	}

	div#startjumbotron div.jumbotron p{
	  font-size: 2vw;
	  line-height: 3vw;
	}

	div.previews{
	  float: none;
	  width: 100%;
	}

	div.preview h3.headline{
	  top: 37.7vw;
	  font-size: 3.1vw;
	  line-height: 3.6vw;
	}

	div.preview h3.subheadline{
	  top: 41.1vw;
	  font-size: 2.2vw;
	  line-height: 2.6vw;
	}

	div.tag-2-column h3.headline{
		top: 19.6vw;
	}
	div.tag-2-column h3.subheadline{
		top: 22.7vw;
		line-height: 1.6vw;
	}

	div.tag-2-column h3.headline a{
	  font-size: 2.55vw;
	}
	div.tag-2-column h3.subheadline a{
	  font-size: 1.55vw;
	  line-height: 1.6vw;
	}

	div.maintext div.tag-2-column h3.headline{
		top: 12.6vw;
	}
	div.maintext div.tag-2-column h3.subheadline{
		top: 15.5vw;
		line-height: 1.8vw;
	}

	div.maintext div.tag-2-column h3.headline a{
	  font-size: 2.1vw;
	}
	div.maintext div.tag-2-column h3.subheadline a{
	  font-size: 1.55vw;
	}

	div.newswrapper{
	  float: none;
	  width: 100%;
	}

	div.newswrapper div.news{
		width: 49%;
		float: left;
	}

	div.newswrapper div.news0{
	  margin-right: 2%;
	}

	div.smallpreview{
	  width: 32%;
	  margin-right: 1.33%;
	}

	div.smallpreview h3.headline{
	  font-size: 2.6vw;
	}

	div.smallpreview4{
		margin-right: inherit;
	}

	div.smallpreviewthird2{
		margin-right: 0;
	}




	div.maintext {
	  width: 73%;
	  margin-left: 0%;
	}

	div.slider_containter{
	  left: 0%;
	  width: 100%;
	}

	div.asset-longertext-wrapper, div.asset-longertext-wrapper img.asset {
	width: 100%;
	max-width: 100%;
	}

	blockquote{
	  left: 5%;
	  width: 90%;
	}


	a.assetbox div.assetbox-name{
		font-size: 2.9vw;
		line-height: 3.5vw;
	}

	a.assetbox div.assetbox-type,a.assetbox div.assetbox-shorturl{
		font-size: 1.6vw;
	}

	div.blog-preview h1{
		font-size: 2.15vw;
		margin-top: 1.2vw;
		margin-bottom: 0.3vw;
		line-height: 2.35vw;
	}
	div.blog-preview h2{
		font-size: 1.55vw;
		line-height: 1.70vw;
	}

	div.blog-preview div.date, div.blog-preview div.autor{
		font-size: 1.4vw;
		margin-bottom: 1vw;
	}

    div#menu_top_wrapper li a{
        padding-left: 10px;
        padding-right: 10px;
    }



}

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

	img.leftimage{
		position: relative;
		right: auto;
		left: 0%;
		display: block;
	}

	div.compositionPage{
		width: 100%;
		font-size: 1.6vw;
		line-height: 2.875vw;
	}


	div#menu_top_wrapper, div#logo, div#main-content-wrapper, div#footer {
	  width: 95%;
	}

	div#startjumbotron {
	    height: 90vw;
	}

	div.previews{
	  float: none;
	  width: 100%;
	}

	div.preview h3.headline{
	  top: 37.7vw;
	  font-size: 3.1vw;
	  line-height: 3.6vw;
	}

	div.preview h3.subheadline{
	  top: 41.1vw;
	  font-size: 2.2vw;
	  line-height: 2.6vw;
	}



	div.newswrapper{
	  float: none;
	  width: 100%;
	  clear: both;
	}

	div.newswrapper div.news{
		width: 100%;
		float: none;
	}

	div.newswrapper div.news0{
	  margin-right: 0%;
	}

	div.smallpreview{
	  width: 32%;
	  margin-right: 1.33%;
	}

	div.smallpreview h3.headline{
	  font-size: 2.6vw;
	  top: 75%;
	  line-height: 3.5vw;
	}


	div.smallpreview4{
		margin-right: inherit;
	}

	div.smallpreviewthird2{
		margin-right: 0;
	}

	div.jumbotron_prev, div.jumbotron_next, div.jumbotron_prev img, div.jumbotron_next img{
	  height: 25px;
	  width: 25px;
	}

	div.jumbotrons .headline{
	  top: 27vw;
	  font-size: 5vw;
	  line-height: 6vw;
	}

	div.jumbotrons .subheadline{
	  top: 32vw;
	  font-size: 3vw;
	  line-height: 4vw;
	}

	div#menu_main, div#menu_main_wrapper{
	  height: 40px;
	}

	div#menu_topright{
		display: none;
	}

	div#menu_top_wrapper li a{
	  height: 40px;
	  line-height: 40px;
	  padding-left: 10px;
	  padding-right: 10px;
	}




	div#logo_right{
	display: none;
	}



	div.tag-2-column{
		width: 100%;
		float: none;
	}

	div.tag-2-column.column0{
		margin-right: 0%;
	}


	div.tag-2-column h3.headline{
		top: 38vw;
	}
	div.tag-2-column h3.subheadline{
		top: 43vw;
	}

	div.tag-2-column h3.headline a{
	  font-size: 5vw;
	line-height: 6.5vw;
	}
	div.tag-2-column h3.subheadline a{
	  font-size: 3vw;
	  line-height: 6vw;
	}







	div.maintext div.tag-2-column h3.headline{
		top: 36vw;
	}
	div.maintext div.tag-2-column h3.subheadline{
		top: 42.5vw;
		line-height: 5.6vw;
	}

	div.maintext div.tag-2-column h3.headline a{
	  font-size: 5.95vw;

	}
	div.maintext div.tag-2-column h3.subheadline a{
	  font-size: 3vw;
	}




	div#categoryHeadlineText{
	  font-size: 25px;
	  bottom: 0px;
	}

	div.maintext {
	  width: 100%;
	  margin-left: 0%;
	}

	div.slider_containter{
	  left: 0%;
	  width: 100%;
	}

	div.asset-longertext-wrapper, div.asset-longertext-wrapper img.asset {
	width: 100%;
	max-width: 100%;
	}

	blockquote{
	  left: 5%;
	  width: 90%;
	}

	div#introtext {
	  width: 98%;
	}


	div#startjumbotron div.jumbotron p, div.previews div.preview p, div.smallpreview h3.subheadline, div.newswrapper div.news p{
	font-size: 12px;
	line-height: 19px;
	}



	a.assetbox div.assetbox-name{
		font-size: 3.7vw;
		line-height: 5vw;
	}

	a.assetbox div.assetbox-type,a.assetbox div.assetbox-shorturl{
		font-size: 2vw;
	}

	div#categoryHeadlineText{
		font-size: 20px;
		letter-spacing: 2.5px;
	}




	div.blog-preview div.image{
		display: inline-block;
		width: 93%;
		margin-right: 3.4%;
		margin-left: 3.4%;
		overflow: hidden;
	}

	div.blog-preview div.text{
	  width: 93%;
	}

	div.blog-preview div.image img{

		width: 100%;
		display:block;
	}

	div.blog-preview h1{
		font-size: 5vw;
		margin-top: 1.2vw;
		margin-bottom: 0vw;
		line-height: 4.5vw;
	}
	div.blog-preview h2{
		font-size: 4vw;
		line-height: 5.5vw;
	}

	div.blog-preview div.date, div.blog-preview div.autor{
		font-size: 3.5vw;
		margin-bottom: 2vw;
	}

	div.blog-preview div.text div.blogmaintext{
		font-size: 3.5vw;
		line-height: 5vw;
		margin-bottom: 2vw;
	}

	div.blog-preview a.bloghash{
	top: 150px;
}

}

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


	div#menu_main_wrapper{
		display: none;
	}

	div#menu_top_wrapper li a {
	  height: 40px;
	  line-height: 40px;
	}


	div#menu_main, div#menu_main_wrapper{
		height: auto;
		float: none;
	}
	div#menu_main li{
		float: none;
		border-top: 1px solid #dedede;
	}

	div#menu_main li:first-child{
		border-top: none;
	}

	div#mobilemenu{
		display: block;
		width: 30px;
		height: 30px;
		border: 1px solid #dedede;
		position: absolute;
		top: 10px;
		right: 10px;
		line-height: 30px;
		text-align: center;
		cursor: pointer;
	}
    div#language-switch-desktop{
        float: none;
        width: auto;
        height: 40px;
        line-height: 40px;
        border-top: 1px solid #dedede;
        text-align: left;

    }

    div#language-switch-desktop a{
        text-align: left;
        padding-left: 10px;
        padding-right: 10px;
    }
}


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

	.nomobile{
	display: none;
	}

	div#footer1_menu{
	  top: 120px;
	}

}

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

	.mobile{
		display: initial;
	}

}
/*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */
.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp
{
	padding: 0;
	margin: 0;
	border: 0;
	outline: none;
	vertical-align: top;
}

.fancybox-wrap {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 8020;
}

.fancybox-skin {
	position: relative;
	background: #f9f9f9;
	color: #444;
	text-shadow: none;
	-webkit-border-radius: 4px;
	   -moz-border-radius: 4px;
	        border-radius: 4px;
}

.fancybox-opened {
	z-index: 8030;
}

.fancybox-opened .fancybox-skin {
	-webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	   -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	        box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}

.fancybox-outer, .fancybox-inner {
	position: relative;
}

.fancybox-inner {
	overflow: hidden;
}

.fancybox-type-iframe .fancybox-inner {
	-webkit-overflow-scrolling: touch;
}

.fancybox-error {
	color: #444;
	font: 14px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
	margin: 0;
	padding: 15px;
	white-space: nowrap;
}

.fancybox-image, .fancybox-iframe {
	display: block;
	width: 100%;
	height: 100%;
}

.fancybox-image {
	max-width: 100%;
	max-height: 100%;
}

#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
	background-image: url('fancybox_sprite.png');
}

#fancybox-loading {
	position: fixed;
	top: 50%;
	left: 50%;
	margin-top: -22px;
	margin-left: -22px;
	background-position: 0 -108px;
	opacity: 0.8;
	cursor: pointer;
	z-index: 8060;
}

#fancybox-loading div {
	width: 44px;
	height: 44px;
	background: url('fancybox_loading.gif') center center no-repeat;
}

.fancybox-close {
	position: absolute;
	top: -18px;
	right: -18px;
	width: 36px;
	height: 36px;
	cursor: pointer;
	z-index: 8040;
}

.fancybox-nav {
	position: absolute;
	top: 0;
	width: 40%;
	height: 100%;
	cursor: pointer;
	text-decoration: none;
	background: transparent url('blank.gif'); /* helps IE */
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	z-index: 8040;
}

.fancybox-prev {
	left: 0;
}

.fancybox-next {
	right: 0;
}

.fancybox-nav span {
	position: absolute;
	top: 50%;
	width: 36px;
	height: 34px;
	margin-top: -18px;
	cursor: pointer;
	z-index: 8040;
	visibility: hidden;
}

.fancybox-prev span {
	left: 10px;
	background-position: 0 -36px;
}

.fancybox-next span {
	right: 10px;
	background-position: 0 -72px;
}

.fancybox-nav:hover span {
	visibility: visible;
}

.fancybox-tmp {
	position: absolute;
	top: -99999px;
	left: -99999px;
	visibility: hidden;
	max-width: 99999px;
	max-height: 99999px;
	overflow: visible !important;
}

/* Overlay helper */

.fancybox-lock {
    overflow: hidden !important;
    width: auto;
}

.fancybox-lock body {
    overflow: hidden !important;
}

.fancybox-lock-test {
    overflow-y: hidden !important;
}

.fancybox-overlay {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	display: none;
	z-index: 8010;
	background: url('fancybox_overlay.png');
}

.fancybox-overlay-fixed {
	position: fixed;
	bottom: 0;
	right: 0;
}

.fancybox-lock .fancybox-overlay {
	overflow: auto;
	overflow-y: scroll;
}

/* Title helper */

.fancybox-title {
	visibility: hidden;
	font: normal 13px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
	position: relative;
	text-shadow: none;
	z-index: 8050;
}

.fancybox-opened .fancybox-title {
	visibility: visible;
}

.fancybox-title-float-wrap {
	position: absolute;
	bottom: 0;
	right: 50%;
	margin-bottom: -35px;
	z-index: 8050;
	text-align: center;
}

.fancybox-title-float-wrap .child {
	display: inline-block;
	margin-right: -100%;
	padding: 2px 20px;
	background: transparent; /* Fallback for web browsers that doesn't support RGBa */
	background: rgba(0, 0, 0, 0.8);
	-webkit-border-radius: 15px;
	   -moz-border-radius: 15px;
	        border-radius: 15px;
	text-shadow: 0 1px 2px #222;
	color: #FFF;
	font-weight: bold;
	line-height: 24px;
	white-space: nowrap;
}

.fancybox-title-outside-wrap {
	position: relative;
	margin-top: 10px;
	color: #fff;
}

.fancybox-title-inside-wrap {
	padding-top: 10px;
}

.fancybox-title-over-wrap {
	position: absolute;
	bottom: 0;
	left: 0;
	color: #fff;
	padding: 10px;
	background: #000;
	background: rgba(0, 0, 0, .8);
}

/*Retina graphics!*/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
	   only screen and (min--moz-device-pixel-ratio: 1.5),
	   only screen and (min-device-pixel-ratio: 1.5){

	#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
		background-image: url('fancybox_sprite@2x.png');
		background-size: 44px 152px; /*The size of the normal image, half the size of the hi-res image*/
	}

	#fancybox-loading div {
		background-image: url('fancybox_loading@2x.gif');
		background-size: 24px 24px; /*The size of the normal image, half the size of the hi-res image*/
	}
}