.content-buchtip h1 {
    color: #00265d;
    float: left;
    font-size: 36px;
    font-weight: lighter;
    margin: 11px 0 0;
}
.buchtip_cont h1 {
    float: none;
    margin-bottom: 32px;
}
.buchtip_cont h2 {
    font-size: 24px;
    margin-bottom: 24px;
}
.buchtipdate {
    color: #00265d;
    float:left;
    font-weight: bold;
    font-size: 16px;
}
.latest_buchtip {
    background-color: #ececec;
    margin-bottom: 40px;
    margin-top: 19px;
    padding: 30px;
}
.latestdate {
    color: #00265d;
    font-weight: bold;
}
.latestbuchtip_text span a {
    background: url("/fileadmin/template/images/evt_more_bg.png") no-repeat scroll 0 55% transparent;
    display: inline-block;
    width: 54px;
}
.latestbuchtip_text a {
    color: #00265b;
}

.latestbuchtip_text p {
    font-size: 14px;
}
.latestbuchtip_text p a {
    font-weight: bold;
    color: #00265b;
}
.latestbuchtip_text small {
    font-weight: bold;
    color: #00265b;
    font-size: 14px;
}
.latestbuchtip_text h2 {
    font-size: 28px;
    font-weight: lighter;
    margin-bottom: 18px;
    margin-top: 0;
}
.latestbuchtip_pic {
    padding-right: 30px;
    padding-bottom: 10px;
    float: left;
}
.buchtippics_wrapper{
    float: left;
    margin-right: 30px;
}
.buchtippic_wrapper {
    display: inline-block;
}
.buchtippic_wrapper p {
    font-size: 11px;
}
#latestlongtext a,
.buchtiptext_wrapper a {
    font-weight: bold;
}
.buchtiptext_wrapper {
    padding-bottom: 20px;
}
.buchtippic {

}
.buchtippic img {
    padding-bottom: 10px;
}

.buchtippic span {

}
.buchtip_detail {
    padding-bottom: 30px;
}
.buchtip_back {
    float: right;
    font-size: 16px;
}
.buchtip_back a {
    color: #f49900 !important;
    font-weight: bold;
}
.lupe_overlay {
    margin-top: -146px;
    position: absolute;
}
.more_related {
    color: #00265d;
    font-size: 14px;
    font-weight: bold;
    padding-bottom: 5px;
    padding-top: 30px;
}

.date,
.buchtip_text,
.listpic,
.rel_listpic {
    float: left;
}
.date {
    height: 80px;
    padding-right: 15px;
}
.date_inner {
    padding-top: 8px;
}
.buchtip_text {
    font-size: 14px;
    padding-left: 20px;
    width: 90%;
}
.buchtip_text h2 {
    font-size: 22px;
    font-weight: lighter;
    margin-bottom: 10px;
    margin-top: 0;
}
.buchtip_text a {
    text-decoration: none;
    color: #00265d;
}
.buchtip_text p a {
    font-weight: bold;
}
.buchtip_text span a {
    background: url("/fileadmin/template/images/evt_more_bg.png") no-repeat scroll 0 7px transparent;
    color: #00265d;
    display: inline-block;
    font-weight: bold;
    text-decoration: none;
    width: 54px;
}
.buchtip_text p {
    margin: 0;
    font-size: 14px;
}
.buchtip_text small {
    color: #00265d;
    font-weight: bold;
    margin-bottom: 5px;
    font-size: 14px;
}
.buchtip_inner {
    padding-bottom: 27px;
}
.buchtip_listpic {
    float: left;
}
.buchtiplist_month {
    color: #f29800;
    font-size: 15px;
    font-weight: bold;
    text-align: center;
}
.buchtiplist_day {
    color: #00265d;
    font-family: 'Open Sans Condensed',sans-serif;
    font-size: 40px;
    line-height: 33px;
    padding-top: 3px;
}


.buchtipbox_navi span {
    color: #00265d;
    font-size: 16px;
    position: relative;
    text-decoration: none;
    top: 20%;
}
.buchtipbox_navi ul li {
    cursor: pointer;
    background-color: #ffffff;
    float: left;
    height: 40px;
    margin-right: 8px;
    text-align: center;
    width: 128px;
}
.buchtipbox_navi ul {
    list-style: none;
}
.buchtipbox_content  {
    border-top: 1px solid #aeb2c1;
    padding-top: 40px;
    width: 65%;
    float: left;
}
.buchtipbox_icons {
    float: left;
    border-top: 1px solid #aeb2c1;
    width: 28%;
    padding-top: 40px;
    text-align: center;
}
.buchtip_filter {
    float: right;
}
.buchtip_filter select {
    -moz-appearance: none;
    background: none repeat scroll 0 0 #e4e4e4;
    border: medium none;
    color: #00265d;
    cursor: pointer;
    display: inline-block;
    font-size: 17px;
    font-weight: lighter;
    height: 42px;
    margin: 0;
    outline: medium none;
    padding: 7px;
    width: 241px;
}
/* Targetting Webkit browsers only. FF will show the dropdown arrow with so much padding. */
@media screen and (-webkit-min-device-pixel-ratio:0) {
    .buchtip_filter select {padding-right:18px}
}
.buchtip_filter label {position:relative}
.buchtip_filter label:after {
    color: #00265d;
    font-size: 28px;
    padding-bottom: 2px;
    padding-left: 0;
    padding-top: 0;
    pointer-events: none;
    position: absolute;
    right: 12px;
    top: 0;
}
.buchtip_filter label:before {
    background: url("/fileadmin/template/images/icons/pulldown.png") no-repeat scroll 14px 16px #e4e4e4;
    border-left: 1px solid #fff;
    content: "";
    display: block;
    height: 42px;
    pointer-events: none;
    position: absolute;
    right: 0;
    top: 0;
    width: 42px;
}
.buchtip_main {
    margin-top: 10px;
}
.buchtip_main ul li {
    list-style: none;
}
.content ul.list_buchtip li:before {
    content: none;
}

.buchtipteaser_active {
    background-color: #00265d !important;
}
.buchtipteaser_active span {
    color: #ffffff !important;
}

.buchtipbox_content ul {
    list-style: none;
}

.buchtipbox_icons_inner {
    background: url("/fileadmin/template/images/buchtip_line_div.png") repeat-y scroll 0 0 rgba(0, 0, 0, 0);
    padding: 7% 0 13%;
}
.presslink {
}
.internlink {
    margin-top: 24%;
}
.pers .buchtipteaser_text,
.akt .buchtipteaser_text {
    width: 90%;
}
.buchtipteaser_text {
    background: url("/fileadmin/template/images/buchtip_line_div.png") repeat-y scroll 0 0 rgba(0, 0, 0, 0);
    padding-top: 8px;
}

.buchtip_dls {
    border-top: 1px solid #cccccc;
    margin-top: 20px;
}
.buchtip_dls a {
    color: #00265b;
}
.buchtip_dl_item {
    border-bottom: 1px solid #cccccc;
    display: inline-block;
    padding-bottom: 20px;
    padding-top: 20px;
    width: 100%;
}
.buchtip_dl_icon {
    float: left;
}
.buchtip_dl_file {
    font-size: 16px;
    float: left;
    padding-left: 15px;
}
.buchtip_dl_link {
    font-size: 16px;
    padding-bottom: 5px;
}
.bucht_text a {
    color: #00265b;
    font-weight: bold;
}
.bucht_text h3 {
    color: #00265b;
    font-size: 18px;
}
.buchtip_dl_link a {
    background: url("/typo3conf/ext/ig_buchtip/Resources/Public/Icons/more_bg.png") no-repeat scroll 100% 6px rgba(0, 0, 0, 0);
    padding-right: 12px;
}
.buchtip_dl_caption {

}
.bucht_text {
    padding-top: 20px;
}
.butp_order_title,
.butp_order_titles {
    color: #00265b;
    padding-bottom: 18px;
}
.butp_order_title {
    padding-top: 18px;
}
.butp_fields_left {
    float: left;
    width: 50%;
}
.butp_fields_right {
    float: right;
    text-align: right;
    width: 50%;
}
.butp_fields_right > .butp_order_titles {
    text-align: left;
    padding-left: 27px;
}
.butp_plz_ort {
    width: 100%;
}
#butp_neu_plz {
    margin-right: 20px;
}
#butp_inv_ort {
    margin-left: 20px;
}
.butnew_fields input {
    border-bottom: medium none;
    border-image: none;
    border-left: medium none;
    border-top: medium none;
    color: #888888;
    font-size: 16px;
    height: 40px;
    padding: 5px 5px 5px 12px;
    margin-bottom: 20px;
}
.butp_sendimage {
    border-top: 1px solid #cccccc;
    padding-bottom: 65px;
    padding-top: 30px;
}
.butp_sendimage input {
    background-color: #00265b;
    border: medium none;
    color: #ffffff !important;
    font-size: 14px;
    height: 40px;
    margin: 3px 0 0;
    padding: 0;
    width: 200px;
}
.butnew_fields {
    font-size: 16px;
    padding-bottom: 40px;
    padding-top: 20px;
}
.butnew_fields textarea,
.butnew_fields input {
    color: #00265d;
    font-family: 'Open Sans', sans-serif;
}
.butp_mandatory {
    color: #4c4c4c;
    font-size: 14px;
    margin-bottom: 30px;
}
.butp_mandatory span {
    color: #00265d;
    padding-right: 3px;
}

.input_400 {
    background: url("/fileadmin/template/images/form_sprite_400.gif") no-repeat scroll 0 0 #e4e4e4;
    width: 400px;
}
.input_280 {
    background: url("/fileadmin/template/images/form_sprite_280.gif") no-repeat scroll 0 0 #e4e4e4;
    width: 280px;
}
.input_100 {
    background: url("/fileadmin/template/images/form_sprite_100.gif") no-repeat scroll 0 0 #e4e4e4;
    width: 100px;
}
.butp_abo {
    width: 15px !important;
    height: 15px !important;
    margin-right: 15px !important;
}

.buchtiptext_text a {
    color: #00265d;
}

@media only screen
and (max-width:1110px) {
    .buchtip_text {
        font-size: 14px;
        padding-left: 20px;
        width: 87%;
    }

    .buchtip_listpic {
        width:13%;
    }
}

@media only screen
and (max-width:768px) {

}

@media only screen
and (max-width:469px) {
    .buchtip_listpic {
        width:100%;
        text-align: center;
    }

    .latestbuchtip_pic{
        text-align: center;
        width: 100%;
        padding-right: 0;
    }

    .buchtip_listpic > a, .latestbuchtip_pic > a{
        display: inline-block;
    }

    .buchtip_text {
        width: 100%;
    }
}