.newcalendarfunktion {
	width: 100vw;
	height: 100vh;
	background-color: rgba(255,255,255,0.75);
	z-index: 8000;
	position: fixed;
	top: 0;
}
.newcalendarfunktion .cookiewindow {
	background-color: rgb(255, 254, 255);
	border: 4px solid rgb(221, 221, 221);
	margin: 0 auto;
	position: relative;
	top: 30vh;
	width: 390px;
	height: 200px;
	padding: 10px 20px;
}
.newcalendarfunktion .cookietext {
	color: rgb(170, 170, 170);
	font-size: 20px;
	text-align: center;
	line-height: 28px;
	margin-bottom: 25px;
	font-weight: bold;
}
.newcalendarfunktion .checkbutton {
	color: rgb(0, 0, 0);
	font-size: 16px;
	/*font-weight: bold;*/
	text-align: center;
}
.newcalendarfunktion .checkbutton #ckeckwindow {
	border: 1px solid;
	border-radius: 0;
	height: 25px;
	width: 25px;
	margin-top: -3px;
	vertical-align: middle;
}
.newcalendarfunktion .okbutton {
	text-align: center;
	margin-top: 20px;
}
.newcalendarfunktion .checkbutton #ckeckwindow:hover, .newcalendarfunktion .okbutton .hideWindow:hover {
	cursor: pointer;
}
.newcalendarfunktion .okbutton .hideWindow {
	font-family: Myriad Pro, Arial, Helvetica, sans-serif;
	width: 90px;
	height: 30px;
	padding: 0;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	color: rgba(0,0,0,1);
	font: bold 18px/30px;
	border: 3px solid rgba(128,128,128,1);
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	background-color: rgba(255,255,255,1);
	-webkit-box-shadow: rgba(0,0,0,0.3) 6px 5px 5px 0px;
	-moz-box-shadow: rgba(0,0,0,0.3) 6px 5px 5px 0px;
	box-shadow: rgba(0,0,0,0.3) 6px 5px 5px 0px;
	-webkit-appearance: none;
}
.calendarsearchform {
	min-height: 50px;
	width: 95%;
	padding-top: 20px;
	overflow: hidden;
}
#SearchForm_SearchForm {
	float: right;
	max-width: 260px;
	width: 30%;
}
#SearchForm_SearchForm fieldset {
	border: 0;
}
#SearchForm_SearchForm_Search_Holder, #Search {
	font-family: Myriad Pro, Arial, Helvetica, sans-serif;
	float: left;
	color: bfbfbf;
	width: 70%;
}
#SearchForm_SearchForm input[type="submit"] {
	    background-color: rgb(255, 255, 255);
    background-image: url("img/searchlupe.png");
    background-position: center top;
    background-repeat: no-repeat;
    border: medium none;
    box-shadow: none;
    display: inline-block;
    float: right;
    font-family: Myriad Pro,Arial,Helvetica,sans-serif;
    font-size: 18px;
    height: 34px;
    text-indent: -999px;
    width: 40px;
}
#SearchForm_SearchForm input[type="submit"]:focus {
	outline: none
}
/*#SearchForm_SearchForm input[type="submit"]:hover, #SearchForm_SearchForm input[type="submit"].hover {
	background-color: #346392;
	text-shadow: -1px 1px #27496d;
}
#SearchForm_SearchForm input[type="submit"]:active, #SearchForm_SearchForm input[type="submit"].active {
	background-color: #27496d;
	text-shadow: -1px 1px #193047;
}*/
#SearchForm_SearchForm input[type="text"] {
	margin: 0;
	width: 100%;
	appearance: none;
	box-shadow: none;
	border-radius: none;
}
#SearchForm_SearchForm input[type="text"]:focus {
	outline: none;
	color: bfbfbf;
}
/* Für local und Live*/

#SearchForm_SearchForm .middleColumn input[type="text"] {
	font-size: 1em;
	padding: 9px 10px 6px;
	border: none;
	border: 1px solid;
	box-sizing: border-box;
	max-width: 200px;
	-webkit-box-shadow: inset 5px 5px 6px 1px rgba(0,0,0,0.32);
	-moz-box-shadow: inset 5px 5px 6px 1px rgba(0,0,0,0.32);
	box-shadow: inset 5px 5px 6px 1px rgba(0,0,0,0.32);
	color: bfbfbf;
	background-color: ebebeb;
	text-align: center;
	-webkit-border-radius:0;
}
#SearchForm_SearchForm .middleColumn input[type="text"]:focus {
	border-bottom: solid 1px #000000;
}
.searchdiscription {
	float: left;
	font-size: 16px;
	padding-left: 22px;
	padding-top: 5px;
	width: 60%;
}
.searchdiscription span {
	float: right;
	width: 70%;
}
.searchdiscription span ul {
	list-style-position:outside;
	margin-left:22px;
}
.searchdiscription a {
	background: rgba(0, 0, 0, 0) url("img/back-arrow.gif") no-repeat scroll left -1px;
	color: rgb(0, 0, 0);
	padding-bottom: 4px;
	padding-top: 1px;
	padding-left: 26px;
}
.searchdiscription a:hover {
	color: rgb(226, 27, 60);
}
.editbutton {
	position: fixed;
	left: 0px;
	top: 0px;
	border: 1px solid #930;
	background: #F66;
	font-size: 10px;
	z-index: 1000;
	padding: 4px;
	display: block;
}
html, body, div, p, h1, h2, h3, h4, h5, h6, br, ul, li, a, img, table, td, tr, object, form, input, textarea, fieldset, iframe {
	-moz-border-bottom-colors: none;
	-moz-border-left-colors: none;
	-moz-border-right-colors: none;
	-moz-border-top-colors: none; /* border-bottom-color: -moz-use-text-color;*/
	border-bottom-style: none;
	border-bottom-width: 0;
	border-image-outset: 0 0 0 0;
	border-image-repeat: stretch stretch;
	border-image-slice: 100% 100% 100% 100%;
	border-image-source: none;
	border-image-width: 1 1 1 1;
	border-left-color-ltr-source: physical;
	border-left-color-rtl-source: physical;
	border-left-color-value: -moz-use-text-color;
	border-left-style-ltr-source: physical;
	border-left-style-rtl-source: physical;
	border-left-style-value: none;
	border-left-width-ltr-source: physical;
	border-left-width-rtl-source: physical;
	border-left-width-value: 0;
	border-right-color-ltr-source: physical;
	border-right-color-rtl-source: physical;
	border-right-color-value: -moz-use-text-color;
	border-right-style-ltr-source: physical;
	border-right-style-rtl-source: physical;
	border-right-style-value: none;
	border-right-width-ltr-source: physical;
	border-right-width-rtl-source: physical;
	border-right-width-value: 0;
	border-top-color: -moz-use-text-color;
	border-top-style: none;
	border-top-width: 0;
	margin-bottom: 0;
	margin-left: 0;
	margin-right: 0;
	margin-top: 0;
	outline-color: -moz-use-text-color;
	outline-style: none;
	outline-width: 0;
	padding-bottom: 0;
	padding-left: 0;
	padding-right: 0;
	padding-top: 0;
	text-decoration: none;
}
.newsletterhead {
	background-color: rgb(226, 27, 60);
	height: 158px;
	width: 100%;
}
.newsletterhead .cbfhead {
	height: 110px;
	width: 100%;
}
.newsletterhead .mdbhead {
	background-color: rgb(255, 255, 255);
	width: 100%;
	height: 48px;
}
.newsletterhead .cbfhead img, .newsletterhead .mdbhead img {
	margin-left: 10%;
}
.link {
	color: #87888a;
}
p {
	margin-top: 5px;
	line-height: 18px;
	-moz-hyphens: auto;
	-o-hyphens: auto;
	-webkit-hyphens: auto;
	-ms-hyphens: auto;
	hyphens: auto;
}
p a {
	text-decoration: none;
	color: #000;
}
p a:hover {
	color: #e21b3c;
}
body {
	margin: 0;
	padding: 0;
	font-family: Myriad Pro, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	-webkit-text-size-adjust: none;
	/*	background: url(img/test.gif);
	
	background-color: rgba(253, 255, 178,0.4);*/
}
/*#head { position:fixed; width:100%; height: 194px; z-index:500;}*/


.iframeWrapper {
	width: 100%; /* pick whatever width you want */
}
.iframeWrapper iframe {
	width: 460px;
	height: 316px;
}
#calendar {
	margin-top: 30px;
}
#header {
	width: 100%;
	background-color: #e21b3c;
	height: 47px;
	color: #FFFFFF;
	clear: both;
	margin-left: auto;
	margin-right: auto;
}
#header a {
	color: #000;
}
#header a:hover {
	color: #FFF;
}
#header .social {
	/*position: relative;
	top: 12px;
	left: 753px;
	float:left;*/
	
	position: relative;
	top: 12px;
	right: 50px;
	float: right;
}
#header .social a {
	padding-left: 10px;
}
#footer .social a {
	padding-right: 3px;
}
#footer .social {
	padding-top: 5px;
}
#header .lang {
	position: relative;
	top: 15px;
	color: #000000;
	float: right;
	right: 20px;
}
#header a.langCurrent {
	color: #FFFFFF;
}
.imprint {
	left: 952px;
	position: absolute;
	top: 52px;
	font-size: 10px;
}
#logo {
	background-color: #ffffff;
	height: 147px;
	color: #FFFFFF;
}
#logo img {
	padding-left: 50px;
}
#contentwrapper {
	width: 80%;
	/*overflow: hidden;*/
	padding-left: 50px;
	max-width: 1150px;/*	position:relative;
	top: 194px;*/
}
.marginwrapper {
	width: 20%;
	min-width: 300px;
}
#contentwrapperfix {
	padding-left: 50px;
	width: 820px;
}
#contentwrapperfix .slides {
	padding-left: 35px;
	border: none;
}
#contentList, #virtualContent {
	padding-left: 50px;
	width: 80%;
	/*max-width: 800px;*/
	float: left;/*overflow:hidden;*/
}
#virtualContent {
	padding-top: 30px;
}
/* MENÜ BUTTON */

#openNavi {
	font-size: 14px;
	color: #87888a;
	cursor: pointer;
	display: block;
	margin-left: 50px;
	padding-bottom: 20px;
	padding-right: 300px;
	padding-top: 15px;
	position: absolute;
	top: 3px;
	z-index: 1000;
}
/* MENUE BUTTON */


#openNavi .menue {
	color: #FFFFFF;
	font-weight: bold;
}
/* MENUE PLANE */


#openNavi:hover #navigation, #navigation:hover {
	display: block;
}
#navigation {
	/*background-color: #FFFFFF;*/
	overflow: hidden;
	position: absolute;
	top: 44px;
	display: none;
	z-index: 10500;
	width: 450px;
	padding-top: 12px;
	padding-bottom: 20px;
	background: url(img/menue-hintergrund.png) no-repeat left bottom;
	left: -4px;/*-moz-box-shadow: 5px 3px 3px 0 #D1D1D1;
	-webkit-box-shadow: 5px 3px 3px 0 #D1D1D1;
	box-shadow: 5px 3px 3px 0 #D1D1D1; 
	filter:progid:DXImageTransform.Microsoft.dropShadow(color=#D1D1D1, offX=5, offY=3, positive=true);*/
}
#navigationMobile, #languageMobile, .mobileContact {
	display: none;
}
/*.current {
	color: #e21b3c;
}*/
.lang .current {
	color: #ffffff;
}
#navigation #leftcollum, #navigation #rightcollum {
	float: left;
	position: relative;
	padding-left: 20px;
}
#navigation #rightcollum {
	padding-left: 30px;
}
#navigation a {
	color: #87888a;
}
#navigation a:hover {
	color: #e21b3c;
}
#rightcollum .levelone, #leftcollum .levelone {
	/*display: block;*/
	font-weight: bold;
}
#leftcollum {
	width: 230px;
}
.boxen, .boxMain {
	float: left;
	overflow: hidden;
	margin-bottom: 30px;
	margin-right: 15px;
}
.sizeboxMain {
	width: 400px;
	margin-right: 0;
	margin-bottom: 0;
}
.lineLeft {
	border-left: 3px solid #e21b3c;
}
.lineLeftSmal {
	border-left: 1px solid #e21b3c;
}
#contentwrapperfix .slides h3 {
	margin-left: 0;
}
.sizeA, .sizeB, .sizeC, .sizeD, .sizeE, .sizeF, .sizeG, .sizeH, .sizeI, .sizeJ, .sizeSlideshow {
/*margin-right: 15px;*/
}

.accOpen {
    background: rgba(0, 0, 0, 0) url("img/accOpenStart.gif") no-repeat scroll left bottom;
    margin-top: 5px;
    position: absolute;
    width: 20px;
	height: 20px;
}

.Label, #Label, .Labelgrey, #Labelgrey, #Labelnews, .Labelnews {
	min-height: 116px;
	width: 180px;
	border-left: 3px solid #e21b3c;
	padding-bottom: 5px;
}
.Label {
	background: url(img/lable-footer.gif) no-repeat left bottom;
}
.Labelgrey {
	background: url(img/lablegrey-footer.gif) no-repeat bottom;
	border-left: 3px solid #c6c8ca;
}
#Label /*used for ContentListPage*/ {
	background: #e21b3c url(img/introduction-footer.gif) no-repeat bottom;  /* without "+"*/
	margin-right: 0;
}
.boxRed, .boxGrey {
	min-height: 116px;
}
.boxRed {
	background: #e21b3c url(img/introduction-footer.gif) no-repeat right bottom;
}
#Labelgrey { /*used for ContentListPage*/
	background: #c6c8ca url(img/boxgrey-footer.png) no-repeat bottom; /* without "+"*/
}
.Labelnews, #Labelnews {
	width: 200px;
}
.boxMenuFirst {
	margin-bottom: 15px;
	margin-right: 0;
}
.boxMenu {
	margin-bottom: 15px;
	margin-left: 0px;
	margin-right: 0;
}
.boxGrey, .ReferenceBox {
	background: #c6c8ca url(img/boxgrey-footer.png) no-repeat right bottom;
}
/* Contact Label Static*/
.Labelgreyfix {
	/*background: #C6C8CA url("img/lablegrey-footer.gif") center bottom no-repeat;*/
	background: url(img/lablegrey-footer.gif) no-repeat bottom;
	position: fixed;
	right: 20px;
	top: 174px;
	width: 180px;
	min-width: 180px;
	margin-top: 20px;
	border-left: 3px solid #C6C8CA;
	padding-bottom: 5px;
}
.Labelredfix .fett,
.Labelredfix2 .fett {
	font-weight: bold;
}
.newsletterheadline {
	color: #e21b3c;
	font-size: 18px;
	margin-top: 13px;
	display: block;
}
.ordernewsletter {
	color: #e21b3c;
	font-size: 18px;
	margin-top: 13px;
	margin-left: 15px;
	display: block;
}
.red {
	color: #e21b3c !important;
}
.Labelredfix {
	/*background: #C6C8CA url("img/lablegrey-footer.gif") center bottom no-repeat;*/
	background: url(img/lable-footer.gif) no-repeat left bottom;
	position: fixed;
	right: 20px;
	top: 325px;
	width: 180px;
	min-width: 180px;
	margin-top: 20px;
	border-left: 3px solid #e21b3c;
	padding-bottom: 5px;
}
.Labelredfix2 {
	/*background: #C6C8CA url("img/lablegrey-footer.gif") center bottom no-repeat;*/
	background: url(img/lable-footer.gif) no-repeat left bottom;
	position: fixed;
	right: 20px;
	top: 525px;
	width: 180px;
	min-width: 180px;
	margin-top: 20px;
	border-left: 3px solid #e21b3c;
	padding-bottom: 5px;
}
.sizeA {
	width: 40px;
}
.sizeB {
	width: 90px;
}
.sizeC {
	width: 140px;
}
.sizeD {
	width: 190px;
}
.sizeE {
	width: 240px;
}
.sizeF {
	width: 290px;
}
.sizeG {
	width: 340px;
}
.sizeH {
	width: 390px;
}
.sizeI {
	width: 440px;
}
.sizeJ {
	width: 490px;
}
/* TYPO START*/

h1 {
	font-weight: normal;
	font-size: 36px;
	line-height: 36px;
}
h2 {
	font-weight: normal;
	font-size: 19px;
}
h3 {
	color: #87888a;
	font-size: 14px;
	font-weight: normal;
}
h4 {
	color: #000000;
	font-size: 14px;
	font-weight: normal;
	padding: 0;
	margin: 0;
}
h5.newsHeadline {
	font-size: 12px;
	font-weight: normal;
	color: #e21b3c;
	margin: 10px 15px 2px;
}
.teaser h1 {
	font-size: 38px;
} /* Für h1 Textformatierung in TeaserPage*/
.teaser h2 {
	font-size: 24px;
} /* Für h2 Textformatierung in TeaserPage*/
.teaser h1, .teaser h2, .boxen h3, .boxMain h3 {
	margin-left: 15px;
	margin-top: 3px;
}
.boxen p, .boxMain p {
	margin: 0 15px 15px;
}
.boxen li p {
	margin-bottom: 0px;
}
.Label p, #Label p, .Labelgrey p, #Labelgrey p, .Labelgreyfix p, #Labelnews p, .boxGrey p, .boxRed p {
	margin: 0 15px 30px;
}
.Labelnews p {
	margin-left: 15px;
	margin-top: 0;
}
.ReferenceBox p {
	margin: 15px 15px 0px 25px;
}
.ReferenceBox p.smallRed {
	margin: 0px 15px 20px 25px;
}
.Label h2, #Label h2, .Labelgrey h2, #Labelgrey h2, .Labelgreyfix h2, .boxGrey h2, .boxRed h2 {
	color: #ffffff;
	font-size: 19px;
	padding-left: 15px;
	padding-right: 10px;
	padding-top: 8px;
}
.Labelnews h2, #Labelnews h2 {
	padding-left: 15px;
	color: #e21b3c;
	font-size: 19px;
	padding-top: 8px;/*margin-bottom: 5px;*/
}
.singleNews, .singleArticle, .singleReference, .singleBild, .vitaList {
	display: block;
	padding-top: 30px;
	color: #87888a;
	font-size: 14px; /*line-height: 18px;*/
	clear: both;
	overflow: hidden;
	padding-bottom: 12px;
}
.singleNews img, .singleArticle img {
	display: block;
	padding-right: 12px;
	padding-bottom: 6px;
}
.lightboximagelink:hover {
	cursor: zoom-in;
}
h1.newsgroupHead {
	padding-top: 30px;
	font-size: 36px;
	color: #000000;
}
.singleNews h1 {
	color: #000;
	font-size: 36px;
}
.singleNews h1.red {
	font-size: 75px;
	font-weight: bold;
	line-height: normal;
}
.NewsImageHolder {
	display: inline-block;
	float: left;
	height: 110px;
	overflow: hidden;
}
.singleArticle h2, .singleArticle h2 a, .singleArticle h2 a:hover, .singleNews h2 {
	font-size: 25px;
	color: #e21b3c;
}
.singleArticle p {
	margin-top: 0; /*padding-bottom: 12px;*/
} /* GOLO */
.singleArticle .text.current {
	color: rgb(0,0,0);
}
.singleArticle .ordernewsletter {
	margin-left: 0px;
}
.singleReference p {
	margin-top: 0;
	padding-bottom: 0px;
}
.smallRed {
	font-size: 12px;
	font-weight: normal;
	color: #e21b3c;
	margin: 10px 15px 2px;
}
.singleReference p.smallRed {
	margin: 0px;
}
a.moreLink {
	font-weight: bold;
	color: #000000;
}
a.moreLink:hover {
	color: #e21b3c;
}
.boxRed a.moreLink:hover {
	color: #FFFFFF;
}
/* ARCHIV */
li a {
	color: #87888A;
}
li a:hover {
	color: #E21B3C;
}
a.Label, a.Label:link, a.Label:visited, a.Label:focus, a.Label:hover, a.Label:active, a.Labelgrey, a.Labelgrey:link, a.Labelgrey:visited, a.Labelgrey:focus, a.Labelgrey:hover, a.Labelgrey:active, a.Labelgreyfix, a.ReferenceBox {
	color: #000000;
}
.introduction {
	padding-bottom: 30px;
	display: block;
	width: 180px;
}
a.toparrow {
	position: fixed;
	width: 22px;
	display: block;
	left: 12px;
	bottom: 24px;
	font-size: 12px;
	text-align: center;
	padding-top: 12px;
	background: url(img/top-arrow.gif) no-repeat center top;
	color: #000;
	clear: both;
	z-index: 500;
}
a.toparrow:hover {
	color: #e21b3c;
}
div.headspacer {
	height: 300px;
}
#footer {
	width: 100%;
	background-color: #babcbf; /*height: 310px;*/
	color: #000000;
	clear: both;
	padding-top: 25px;
	margin-top: 15px;
	overflow: hidden;
	padding-bottom: 20px;
	float: left;/*position:relative;
	top:240px;*/
}
#footer h4 {
	color: #e21b3c;
	font-weight: bold;
	margin: 0;
	padding: 0;
}
#footer p {
	margin: 0;
	padding: 0;
}
#footernavi {
	margin-left: 50px;
	float: left;
	width: 150px;
}
#footerLeistung {
	margin-left: 50px;
	padding-left: 10px;
	float: left;
	width: 390px;
	margin-bottom: 16px;
}
#footerKontakt {
	margin-left: 50px;
	padding-left: 10px;
	float: left;
	width: 240px;
}
/*SLIDESHOW*/ 


.slides {
	list-style: none outside none;
}
.slides h2 {
	margin-left: 15px;
	margin-top: 8px;
	color: #87888a;
	line-height: 22px;
}
.sizeSlideshowA {
	width: 640px;/*height: 360px;*/
}
.slideImgA {
	width: 640px;
	height: 360px;
}
.sizeSlideshowB {
	width: 526px;/*height: 300px;*/
}
.slideImgB {
	width: 526px;
	height: 300px;
}
.sizeSlideshowC {
	width: 426px;/*height: 225px;*/
} /*COVERFLOW*/
.slideImgC {
	width: 426px;
	height: 225px;
}
.sizeSlideshowD {
	width: 333px;/*height: 225px;*/
}
.slideImgD {
	width: 333px;
	height: 225px;
}
.slideImgA, .slideImgB, .slideImgC, .slideImgD {
	background-color: #eeeeee;
	overflow: hidden;
}
.slidenavi {
	position: relative;
	top: 35%;
	width: 100%;
	z-index: 500;
}
.slidenavi .prev { /*background-color: transparent;
	background-image: url("img/sildeshowfarrows.png");
	background-position: left top;
	background-repeat: no-repeat;*/
	display: block;
	float: left;
	height: 72px;
	left: 12px;
	position: relative;/*width: 30px;*/
}
.slidenavi .next { /*background-color: transparent;
	background-image: url("img/sildeshowfarrows.png");
	background-position: -30px top;
	background-repeat: no-repeat;*/
	display: block;
	float: right;
	height: 72px;
	position: relative;
	right: 12px;/*width: 30px;*/
}
.slidenavi .next img, .slidenavi .prev img {
	width: 2em;
}
.slidefooter {
	position: relative;
	top: 370px;
}
/* Bilderbuch Navi*/
#buchNavi {
	position: fixed;
	top: 340px;
	right: 20px;
	width: 312px;
	list-style-type: none;
	display: block;
}
#buchNavi li, #buchNavi li a {
	display: inline-block;
	height: 60px;
	width: 60px;
}
#buchNavi li a {
	margin-left: 3px;
	margin-bottom: 3px;
}
.videostyleSmal {
	background-image: url("img/video_background_klein.png");
	height: 181px;
	margin-right: 10px;
	padding: 44px 29px 51px 26px;
	width: 329px;
}
.videostyleBig {
	background-image: url("img/video_background_gross.png");
	background-repeat: no-repeat;
	height: 364px;
	margin-right: 10px;
	margin-top: 30px;
	/*padding-left: 37px;
    padding-right: 44px;
    padding-top: 70px;*/
	width: 527px;
	padding: 4% 5%;
}
.videostyleBig video {
	height: 294px;
	width: 523px;
}
.videounterzeile {
	clear: left;
	left: 36px;
	position: relative;
	/*top: -1%;*/
	top: -20px;
}
#contentList .videostyle, #contentList .slides {
	margin-top: 30px;
}
/*.twitterstyle { height:180px; }*/
.twitterstyle iframe {
	/*margin-left: 15px;*/
	margin-left: 9px;
	max-height: 345px;
}
.twitterstyle {
	min-width: 240px;
	/*min-height:190px;*/
	min-height: 387px;
}
.twitterstyle img {
	width: auto;
	padding-left: 15px;
}
.twitterstyle iframe#twitter-widget-1 {
	margin-left: -8px;
}
iframe html body div#twitter-widget-1 div.stream a time {
	display: none !important;
}
.twitterstyle div#twitter-widget-1 .footer {
	display: none;
}
.vitaList {
	padding-left: 75px;
}
.vitaList p {
	margin: 0;
	text-indent: -45px;
}
.vitaList .vitaJahr {
	float: left;
}
.vitaList .vitaText {
	margin-left: 45px;
	position: relative;
	-webkit-text-size-adjust: none;
}
}
/*
.videostyle{
	width:334px;
	height:175px;
}*/
