/* Reset :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td
{margin:0;padding: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;} h1,h2,h3,h4,h5,h6{font-size:100%;
font-weight:normal;} blockquote:before, blockquote:after,q:before, q:after {content: '';content:
none;} :focus {outline: 0;} a, a:hover {text-decoration: none;} a[href],input[type='submit'],
input[type='image'], label[for], select, button, .pointer {cursor: pointer;}



/* FARBSCHEMA ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
Farbe 			rot #e2001a
Farbe			grau #1A171B
Farbe			#



/* Fonts via http://www.fontsquirrel.com/tools/webfont-generator :::::::::::::::::::::::::::::: */
@font-face {
    font-family: 'caviar';
    src: url('/media/fonts/caviar_dreams_bold-webfont.eot?995cc52f4d23');
    src: url('/media/fonts/caviar_dreams_bold-webfont.eot?&995cc52f4d23#iefix') format('embedded-opentype'),
         url('/media/fonts/caviar_dreams_bold-webfont.woff?995cc52f4d23') format('woff'),
         url('/media/fonts/caviar_dreams_bold-webfont.ttf?995cc52f4d23') format('truetype'),
         url('/media/fonts/caviar_dreams_bold-webfont.svg?995cc52f4d23#caviar_dreamsbold') format('svg');
    font-weight: normal;
    font-style: normal;
}


/* Grundkonfiguration ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */
html {

}

body{
	padding: 0px;
	font-size: 14px;
    line-height: 1.44em;
	font-family: Arial, sans-serif;
	color: #1a171b;
}

h1 {
    font-size: 1.5em;
    color: #e2001a;
    margin-bottom: 10px;
}

h2 {
    color: #e2001a;
    font-size: 2.2em;
    margin-bottom: 10%;
    line-height: 1.1em;
    letter-spacing: 0.01em;
}

h1, h2, h3,
nav {
	font-family: 'caviar', Arial, sans-serif;
}

h3{
    font-size: 1.2em;
    font-weight: bold;
    color: #e2001a;
    margin-bottom: 9px;
}

h4 {
	 color: #e2001a;
	 font-weight: bold;
	 font-size: 1.1em;
     margin-bottom: 20px;
}

p {
    margin-bottom: 2em;
}

a {
	text-decoration: underline;
	color: #1a171b;
}

.btn {
    padding: 5px 20px;
    background: #999;
    border: none;
    color: #FFF;
    width: auto;
} 

a:hover,
.btn:hover {
	text-decoration: none;
	opacity: 0.9;
}

/* responsive image */
img {
   height: auto;
}



/* Layout ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */
.fullCol {
	max-width: 980px;
	margin: 0px auto;
}

.col {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.halfCol {
	width: 50%;
	*width: 49%;
	float: left;
}

.thirdCol {
	width: 33.33%;
	*width: 31%;
	float: left;
}

.fourthCol {
	width: 25%;
	*width: 20.9%;
	float: left;
    padding-right: 20px;
}

.twothirdCol {
	width: 66.66%;
	*width: 62%;
	float: left;
}

.none {
	display: none;
}


.show,
.show1 {
	display: none;
}

/* Styles ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */
.padding {
	padding: 0 4px;
}

.wrapper {
	position: relative;
}

.fullImg {
	position: absolute;
	left: 0;
	top: 0;
	z-index: -1;
	width: 100%;
}

.link {
	display: block;
	overflow: hidden;
}

.last,
footer .last {
	padding: 0;
}

header img,
footer img {
	width: 100%;
}

footer,
.anchorup {
	opacity: 0.5;
}

footer:hover,
.anchorup:hover {
	opacity: 1;
}

.mainNav {
	width: 65%;
	padding: 25px 30px;
}

.subNav {
	line-height: 1.7em;
	padding: 20px 0 30px 0;
}

.shortlinkbox {
	padding: 0;
}

#main .shortlinkbox .weather {
	position: relative;
}

#main .shortlinkbox .weather img {
	position: absolute;
	left: 50px;
	top: -14px;
}

.temperatur {
	margin-top: 0px;
	position: absolute;
	top: 0;
}

.wetterEintrag {
	padding-bottom: 20px;
	border-bottom: 1px solid gray;
	margin-bottom: 20px;
}

.wetterEintrag h4 {
	margin-bottom: 8px;
}

.wetterEintrag .description {
	font-size: 1.4em;
	font-style: italic;
}

p.description {
	margin-bottom: 10px;
}

.right.mainPreview {
    height: 40px;
    width: 135px;
}

/* header ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */
header {
    /*margin-bottom: 20px;*/
    padding: 20px 0 50px;
    background-size: cover;
    background-position: center bottom;
}

header .thirdCol {
	padding: 3px;
}

#teaser .thirdCol {
	position: relative;
}

#teaser .wrapper {
	line-height: 0;
	margin-bottom: 6px;
    position: relative;
}


#teaser .wrapper p {
	line-height: 1.44em;
}

.wrapper a {
	color: #1a171b;
}

#teaser {
	position: relative;
    max-width: 1800px;
    margin: 0 auto;
}

#teaser .imgText {
	position: absolute;
	display: none;
    top: 0;
}

#teaser .spacer {
    padding-bottom: 100%;
}

#teaser .imgText.active {
	display: block;
}

#teaser .text {
	position: absolute;
	left: 9%;
	bottom: 3%;
}

#teaser .wrapper a.more {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 200;
    width: 100%;
    height: 100%;
}

.line {
	left: 0;
	top: 0;
	z-index: 20;
	background-image: -webkit-repeating-linear-gradient(35deg, #EAEAEA, #EAEAEA 1px, transparent 1px, transparent 6px);
  	background-image: -moz-repeating-linear-gradient(35deg, #EAEAEA, #EAEAEA 1px, transparent 1px, transparent 6px);
  	background-image: -o-repeating-linear-gradient(35deg, #EAEAEA, #EAEAEA 1px, transparent 1px, transparent 6px);
  	background-image:  repeating-linear-gradient(35deg, #EAEAEA, #EAEAEA 1px, transparent 1px, transparent 6px);
  	position: absolute;
  	height: 100%;
  	width: 100%;
  	opacity: 0.4;
}

.line_dark {
	left: 0;
	top: 0;
	z-index: 20;
	background: #1A171B;
	background-image: -webkit-repeating-linear-gradient(35deg, #302E30, #302E30 1px, transparent 1px, transparent 6px);
  	background-image: -moz-repeating-linear-gradient(35deg, #302E30, #302E30 1px, transparent 1px, transparent 6px);
  	background-image: -o-repeating-linear-gradient(35deg, #302E30, #302E30 1px, transparent 1px, transparent 6px);
  	background-image:  repeating-linear-gradient(35deg, #302E30, #302E30 1px, transparent 1px, transparent 6px);
  	opacity: 0.9;
}  	
	

.intro .line_dark {
    background-image: -webkit-repeating-linear-gradient(35deg, #302E30, #302E30 1px, transparent 1px, transparent 6px);
  	background-image: -moz-repeating-linear-gradient(35deg, #302E30, #302E30 1px, transparent 1px, transparent 6px);
  	background-image: -o-repeating-linear-gradient(35deg, #302E30, #302E30 1px, transparent 1px, transparent 6px);
  	background-image:  repeating-linear-gradient(35deg, #302E30, #302E30 1px, transparent 1px, transparent 6px);
  	float: right;
    right: 0;
    top: 0;
    z-index: 20;
    width: 65%;
    opacity: 0.9;
    padding: 25px 30px;
}

.line:hover {
	background-image: none;
}

a.logo {
	position: absolute;
	right: 0px;
    top: 0px;
    left: auto;
	width: 180px;
	height: 95px;
	background:url('/media/images/wassermann-logo.png?e17408e2abb0') no-repeat center right;
	background-size: 180px auto;
	z-index: 201;
}

a.logo:hover {
	opacity: 0.9;
}

header .link {
	width: 70%;
}

/* nav */
nav a {
	color: white;
	text-decoration: none;
	text-transform: uppercase;
	margin-bottom: 8px;
	display: block;
	letter-spacing: 0.01em;
	font-size: 1.1em;
}

.mainNav {
	line-height: 34px;
}

.mainNav a {
	font-size: 24px;
}

nav.subNav li.selected a,
nav.mainNav li.ancestor a,
nav.mainNav li.selected a,
nav a:hover {
    color: #FF0000;
}

nav.mainNav a.selected .subNav,
nav.mainNav li:hover .subNav {
    display: block;
}


header .fullImg {
	height: 100%;
	*height: 160%;
	overflow: hidden;
}

.shortNav {
	height: 35px;
	margin: 0 20px;
}

.facebook {
	background: url('/media/images/facebook.png?e66021ea1230') no-repeat;
	height: 20px;
	width: 20px;
	display: block;
	margin: 0 10px;
	padding: 0;
}

.shortNav .language_d,
.shortNav .language_e {
	width: 22px;
	height: 14px;
	margin-top: 3px;
	display: none;
}

.language_d {
	background: url('/media/images/de.png?e66021ea1230') no-repeat;
}

.language_e {
	background: url('/media/images/gb.png?e66021ea1230') no-repeat;
}

.shortNav .active {
	display: block;
}

nav.subNav {
	/*display: none;*/
}

.menue {
	height: 45px;
	width: 45px;
	margin-left: 20px;
	background:url('/media/images/menue.png?e66021ea1230') no-repeat center center #1A171B;
}

#mobileNav {
    display: none;
}

#mobileNav li ul {
    display: none;
}

/* anchor ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */
.anchordown,
.anchorup {
	text-align: center;
	height: 25px;
    width: 100%;
	/*background: white;
	padding: 20px 0 0;*/
}

.anchor {
    position: fixed;
    z-index: 2000;
    left: 0px;
    bottom: 0px;
}

.anchordown a,
.anchorup a {
	height: 26px;
	width: 37px;
	display: inline-block;
}

.anchordown a {
	background: url('/media/images/ancher.png?e66021ea1230') no-repeat #fff center center;
	border-left: 1px solid #999;
	border-right: 1px solid #999;
	border-top: 1px solid #999;
}

.anchorup a {
	background: url('/media/images/ancherup.png?e66021ea1230') no-repeat #fff center center;
	border-left: 1px solid #e2001a;
	border-right: 1px solid #e2001a;
	border-top: 1px solid #e2001a;
}

/* main ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */
#main {
	position: relative;
	background: url('/media/images/mainbg.png?e66021ea1230') repeat-x #fff;
	margin-bottom: 20px;
}

.intro {
	margin-bottom: 45px;
}

.introtext {
	font-size: 1.2em;
	margin-bottom: 8px;
}

.col1,
.col2 {
	margin-bottom: 20px;
}

.col1 img {
	margin-right: 20px;
}

#main .twothirdCol {
	padding: 60px 10px 0 60px;
}

#main .halfCol {
	margin-bottom: 20px;
}

.shortlinkbox {
	color: white;
}

.shortlinkbox a {
	color: white;
	text-decoration: none;
}

a.home {
	background: url('/media/images/home.png?e66021ea1230') no-repeat center center;
	height: 22px;
	width: 22px;
	margin-left: 20px;
}

a.contact {
	background: url('/media/images/contact.png?e66021ea1230') no-repeat center center;
	height: 22px;
	width: 24px;
	margin-left: 20px;
}

.infobox .imgText {
	background: #EDEDED;
	padding: 20px;
}

#main .imgText img {
	margin-right: 25px;
}

#main .text {
	position: relative;
	min-height: 140px;
}

#main .more {
	position: absolute;
	left: 0;
	bottom: 0;
	font-style: italic;
}

#main a.more {
	color: #1a171b;
	text-decoration: none;
}

#main a.more:hover {
	text-decoration: underline;
}

#main .fullCol.textImg .richtext {
    float: left;
    width: 60%;
}

table {
	width: 100%;
	border-collapse: collapse;
    margin-bottom: 1em;
}

table td {
	border-bottom: 1px solid #AFAFAF;
	height: 35px;
    text-align: center;
}

table td:first-child {
    width: 50%;
    text-align: left;
}

.imgContainer {
	position: relative;
}

.plus {
	position: absolute;
	background: url('/media/images/plus.png?f9b46b05b922') no-repeat;
	left: 0;
	top: 0;
	width: 15px;
	height: 15px;
}

/* footer ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */
footer {
	background: url('/media/images/mainbg.png?e66021ea1230') repeat-x top;
	margin-top: 2px;
	padding: 44px 0;
}

footer .fourthCol {
    height: 220px;
}

footer h2 {
	font-size: 1.4em;
	margin-bottom: 7px;
}

footer a {
	text-decoration: none;
	color: #1a171b;
}

footer .shortlinkbox {
	background: none;
	color: #e2001a;
	padding: 0;
	width: 100%;
}

footer .shortlinkbox a {
	color: #e2001a;
	font-weight: bold;
}

footer .shortlinkbox .weather,
footer .shortlinkbox .footer_facebook {
	font-family: 'caviar', Arial, sans-serif;
	font-size: 1.4em;
	font-weight: normal;
}

footer .shortlinkbox .weather {
	margin-right: 20px;
}

footer .shortlinkbox .footer_facebook {
	color: #0C3183;
}

footer h4 {
	display: inline-block;
}

footer .richtext {
    margin-bottom: 3px;
}
footer .richtext p {
    line-height: 1.4em;
    margin-bottom: 0.5em;
}

footer .gray {
	color: #1A171B;
	margin-bottom: 5px;
	display: inline-block;
}

footer .gallery {
    position: relative;
}

footer .gallery img {
    position: absolute;
    display: none;
}
footer .gallery img:first-child {
    display: block;
}

/* Forms ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */
form .halfCol {
	width: 48%;
}

form .fullCol {
	text-align: center;
}

form .send {
    width: 200px;
    color: white;
    background: #e2001a;
}

input,
textarea,
select {
	font-family: "Trebuchet MS", sans-serif;
    font-size: 1em;
	padding: 5px;
	background: #FFF;
    border: 1px solid #DDD;
    color: #1a171b;
    border-radius: 3px 3px 3px 3px;
	width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

input:focus,
textarea:focus {
    color: #000;
    border: 1px solid #999;
	-moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.20);
	-webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.20);
	box-shadow: 0 0 3px  rgba(0, 0, 0, 0.20);
}

.fieldrow {
    margin-bottom: 5px;
}

/* Suche */
.search {
	border: 1px solid #ddd;
	display: inline-block;
}


.search input {
	
	float: left;
	border: none;
}

.search .searchtext {
	width: 200px;
	border-right: 1px solid #ddd;
}

.search .searchbutton {
	width: 100px;
	background: gray;
}


/* Special Select */
span.customSelect {
	font-size: 1em;
	background-color: #FFF;
	color:#1a171b;
	padding:5px;
	border:1px solid #DDD;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

span.customSelect.changed {
	background-color: #EEE;
}

span.customSelect .customSelectInner {
	background:url('/media/images/iconSelect.png?e66021ea1230') no-repeat center right;
}


/* Mobile :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */
/* Screen Cica > 1400px */
@media only screen and (min-width: 1400px){
	a.logo {
	height: 310px;
	background: url('/media/images/wassermann-logo.png?e17408e2abb0') no-repeat;
	width: 280px;
	top: 0px;
	right: 20px;
	background-size: 280px auto;
	}
}


/* IPad Portrait > 1536px */

/* IPad Mini Landscape > 1024px */

/* Screen> 980px, Iphone Landscape 960 */
@media only screen and (max-width: 980px){
	.show1 {
   	display: block!important;
	}
	
	.hide1 {
	display: none!important;
	}
		
	header .fullImg {
    height: 90%;
    }
    
    #main {
    padding-left: 20px;
    }
    
    .mainNav a {
	font-size: 20px;
	}
}

/* IPad Portrait > 768, IPhone > 640 */
@media only screen and (max-width: 768px){
	.show2 {
   	display: block!important;
	}
	
	.hide2 {
		display: none!important;
	}
	
	nav a {
    margin-bottom: 20px;
	}
   
	#mobileNav {
    padding: 20px;
	background: #1A171B;
	background-image: -webkit-repeating-linear-gradient(35deg, #302E30, #302E30 1px, transparent 1px, transparent 6px);
  	background-image: -moz-repeating-linear-gradient(35deg, #302E30, #302E30 1px, transparent 1px, transparent 6px);
  	background-image: -o-repeating-linear-gradient(35deg, #302E30, #302E30 1px, transparent 1px, transparent 6px);
  	background-image:  repeating-linear-gradient(35deg, #302E30, #302E30 1px, transparent 1px, transparent 6px);
  	opacity: 0.9;
  	margin-top: 40px;
	}
	
	 #mobileNav ul ul a {
	font-size: 0.9em;
	}
	
	#mobileNav ul ul {
	margin-bottom: 20px;
	border-bottom: 1px solid white;
	}
	
	#mobileNav .left {
	float: none;
	}
	
	.mainNav {
    height: 100%;
    left: -15px;
    line-height: 34px;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 31;
	}
	
	nav.right {
	float: left;
	}
	
	nav.mainNav {
	width: 100%;
	}
	
	#main .line_dark {
	float: left;
	}
	
	header img, footer img {
	width: 
	}
	
	header .thirdCol {
    }
	
	.intro .line_dark {
    width: 95%;
	}
	
	footer .shortlinkbox {
    padding-bottom: 29px;
	}
}		
	

/* Small Tablet > 480px, Ihone 3 Landscape */
@media only screen and (max-width: 480px){	
	.show3 {
   	display: block!important;
	}
	
	.hide3 {
	display: none!important;
	}
	
	body {
    font-size: 16px;
	}
	
	.halfCol, .thirdCol,
	#teaser .thirdCol, .form .halfCol,
	.link,
	.fourthCol {
	float: none;
	width: 100%!important;
	margin-bottom: 10px;
	}
	
	h1 {
    line-height: 29px;
	}
	
	.halfCol, .thirdCol,
	.link,
	.twothirdCol, .fourthCol {
	float: none;
	width: 100%;
	margin-bottom: 10px;
	}
	
	.fullCol .left {
		float: none;
	}
	
	.fullCol img {
	width: 100%;
	}

	
	header {
	margin-bottom: 0;
	padding-bottom: 5px;
	}
	
	header .fullImg {
	height: 160%;
    }
    
    header img {
    height: 329px;
    width: 329px;
    }
    
    header .link {
    width: 100%;
	}
	
	.menue {
	margin-left: 20px;
	}
	
	.subNav {
    width: 100%;
	}
	
	.intro .line_dark {
	float: left;
	width: 82%;
	}
	
	.shortlinkbox {
    width: 100%;
    float: left;
	}
	
	.logo {
	top: 0;
	height: 95px;
	right: 4px;
	}
	
	#teaser {
    margin: 50px auto 0;
    margin-top: 0;
    }
	
	#main {
    padding-left: 0;
    }
    
    #main .fullCol {
    padding: 0 10px;
	}
	
	#main .twothirdCol {
	padding: 30px 10px 0;
	}
		
	#main .more {
	position: relative;
	}
	
	col1 img,
	#main .imgText img {
    margin-right: 0;
	}
	
	.col1 img {
    margin-right: 0;
	}
		
	.anchordown, .anchorup {
    padding: 0 0 0;
	}
	
	footer {
    padding: 80px 10px 40px 10px;
	}
	
	footer .fourthCol {
    height: 100%;
    padding: 0;
	}
	
	footer .fourthCol {
	height: auto;
	margin-bottom: 40px;
    }
    
    footer .fourthCol img {
	position: relative;
    }

	footer .shortlinkbox {
	float: none;
	margin-top: 20px;
	}
	
}

/* IPhone 3 > 320px */
@media only screen and (max-width: 320px){
	
}    

/* SmartPhone > 240px */
@media only screen and (max-width: 240px){
   }



/* Floatings ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */
.borderBox {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.left {
	float: left;
	display: inline;
}

.center {
	float: left;
	display: inline;
}

.right {
	float: right;
	display: inline;
}

.clearer {
	clear: both;
	height: 0px;
	line-height: 0px;
	font-size: 0px;
	overflow: hidden;
}

.centered {
	margin: 0px auto;
}

.overflow {
	overflow: hidden;
    text-indent: -999px;
	font-size: 0px;
	line-height: 0px;
}

.rounded {
  	-moz-border-radius: 5px; 
  	-webkit-border-radius: 5px;
  	-khtml-border-radius: 5px; 
  	border-radius: 5px;
    behavior: url('/media/css/lib/pie/PIE.htc'); /* Absolute URL verwenden http://www.abc.at/lib/pie/PIE.htc */
}

.shadow {
	-moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.50);
	-webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.50);
	box-shadow: 0 0 3px  rgba(0, 0, 0, 0.50);
    behavior: url('/media/css/lib/pie/PIE.htc'); /* Absolute URL verwenden http://www.abc.at/lib/pie/PIE.htc */
}

.innershadow {
	-moz-box-shadow: 1px 0px 4px #444 inset;
	-webkit-box-shadow: 1px 0px 4px #444 inset;	
	box-shadow: 1px 0px 4px #444 inset;
    behavior: url('/media/css/lib/pie/PIE.htc'); /* Absolute URL verwenden http://www.abc.at/lib/pie/PIE.htc */
}

.clearfix:before, .clearfix:after { content: "\0020"; display: block; height: 0; overflow: hidden; }
.clearfix:after { clear: both; }
.clearfix { zoom: 1; }
 
html[xmlns] .clearfix {
	display: block;
}
 
* html .clearfix {
	height: 1%;
}

a.opacity:hover {
	opacity: 0.8;
	*filter: alpha(opacity = 80);
}

.text-left {
    text-align: left;
}

.text-right {
    text-align: right;
}

.block {
    display: block;
}

.relative {
    position: relative;
}


/* Animacion! :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */
.ease {
	-moz-transition: -moz-transform 0.2s ease;
	-webkit-transition: -webkit-transform 0.2s ease;
	-o-transition: -o-transform 0.2s ease;
	-ms-transition: -ms-transform 0.2s ease;
	transition: all 0.2s ease;
}

.moveUp:hover {
	-moz-transform: translate(0px, -10px);
	-webkit-transform: translate(0px, -10px);
	-o-transform: translate(0px, -10px);
	-ms-transform: translate(0px, -10px);
	transform: translate(0px, -10px);
}

.moveRight:hover {
	-moz-transform: translate(10px, 0px);
	-webkit-transform: translate(10px, 0px);
	-o-transform: translate(10px, 0px);
	-ms-transform: translate(10px, 0px);
	transform: translate(10px, 0px);
}

.flip180 {
	-moz-transform: scaleX(-1);
	-o-transform: scaleX(-1);
	-webkit-transform: scaleX(-1);
	transform: scaleX(-1);
	filter: FlipH;
	-ms-filter: "FlipH";
}


/* Richtext ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */
.bold, strong {
	font-weight: bold;
}

.red {
	color: #e2001a;
}

.italic {
	font-style: italic;
}

/* CMS Fixes ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */
body.edit #teaser .wrapper a.logo {
    top: 30px;
}

body.edit .col2 .cms_placeholder {
    width: 50%;
    float: left;
    clear: none;
}

body.edit footer .cms_placeholder {
    width: 25%;
    float: left;
    clear: none;
}

body.edit footer .cms_placeholder > .fourthCol,
body.edit .col2 .cms_placeholder > .halfCol {
    width: 100%;
}

body.edit #teaser .imgText {
    position: relative;
    display: block;
}

body.edit #teaser .wrapper a.more,
body.edit #teaser .line {
    top: 40px;
}

