@charset "UTF-8";

.teaser {
    width: 220px;
    position: relative;
    margin-bottom: 24px;
}

.teaser img {
    position: relative;
}

.teaser h2 {
    font-size: 20px;
    padding: 8px 0;
    font-family: DINWeb, Arial,sans-serif;
}

.teaser_text p {
    font-size: 13px;
}

.teaser textarea {
    width: 195px;
    height: 60px;
}

.teaser_sidebar {
    width: 220px;
}

.teaser_verbinder {
    width: 160px;
    margin-right: 20px;
}

.teaser_zubehoer {
    margin-right: 20px;
}

.teaser_footer {
    margin-right: 20px;
}

.teaser_content_numbered {
    width: 290px;
    margin-right: 34px;
    margin-bottom: 34px;
}

.teaser_content_wide {
    width: auto;
    margin-bottom: 40px;
}


.teaser_content_home  {
    width: auto;
    margin-bottom: 0px;
}

.teaser_content_wide p,
.teaser_content_home p {
    font-size: 15px;
}


.teaser_content_wide h2, .teaser_content_wide p {
    float: right;
    width: 680px;
}

.teaser_content_home h2 {
    width: 450px;
	color: #cc0000;
	font-size: 15px;
	text-transform: uppercase;
	margin-bottom: 8px;
}

.teaser_content_home h4 {
    width: 450px;
}

.teaser_content_home p {
    width: 450px;
}


.home_teaser .start_hr {
	
}
.col_start_left {width:auto !important; margin-right: auto !important}
.home_teaser .col_start_left {width: 450px;margin-right: 40px;}

.teaser_content_home a.button.f-right {
	float: none !important;
}

.col_3_4 .teaser_content_wide h2, .col_3_4 .teaser_content_wide p {
    width: 440px;
}

.teaser_content_numbered h2 {
    background: url('../img/elements/content_numbered_red.jpg') left top no-repeat;
    height: 48px;
    padding-top: 7px;
}

.teaser_content_numbered h2 span {
    display: block;
    float: left;
    width: 36px;
    height: 44px;
    color: #fff;
    margin-right: 10px;
    text-align: center;
}

.teaser_content_numbered_black .teaser_content_numbered h2 {
    background: url('../img/elements/content_numbered_black.jpg') left top no-repeat;
    height: 48px;
    padding-top: 7px;
}

.col_last .teaser_content {
    margin-right: 0px !important;
}

.col_last > .teaser {
    margin-right: 0px;
}

.ui-sortable-helper .teaser {
    -webkit-box-shadow: 5px 5px 30px #555;
    padding: 4px;
    background: #fff;
    -moz-border-radius:6px;
    -webkit-border-radius:6px;
    -opera-border-radius:6px;
    -khtml-border-radius:6px;
    border-radius:6px;
}

.teaser_banner {
    padding: 0;
    width: 214px;
}

a.teaser_orig_page_btn { display: none !important; }
.cms_preview a.teaser_orig_page_btn { display: inline-block !important; margin: 10px auto; }