@CHARSET "UTF-8";

/* DEFAULT */

body,
p,
div,
form,
big,
span,
b,
a,
img {
    margin: 0;
    padding: 0;
    color: #333;
    font-family: arial, helvetica, sans-serif;
    border: transparent 0px #ffffff;
}

body {
    background-image: url(/image/cc_background.png);
    background-repeat: no-repeat;
    background-color: white;
    background-position: top center;
    width: 100%;
}


/* COMPLETE */

#cc_complete {
    margin: auto;
    width: 740px;
    padding-top: 10px;
    text-align: left;
}

#cc_left {
    width: 165px;
    float: left;
}

#cc_right {
    width: 565px;
    float: left;
    padding-left: 10px;
    min-height: 500px;
}

#cc_foot {
    clear: both;
}

#cc_menu_left .region .btn-region {
    color: #000000;
    //text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-color: #88b0c5;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    padding: 7px 7px;
    font-size: 12px;
    font-weight: bold;
    text-align: center;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    max-width: 141px;
    margin-bottom: 5px;
    margin-top: 5px;
    overflow: visible;
    display: block;
}
#cc_menu_left .region .btn-region-active {
    color: #000000;
    //text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-color: #ffffff;
    border: 3px solid #88b0c5 ;
    padding: 4px 3px;
    font-size: 12px;
    font-weight: bold;
    text-align: center;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    max-width: 141px;
    margin-bottom: 5px;
    margin-top: 5px;
    overflow: visible;
    display: block;
}


#cc_menu_left .region .btn-online {
    color: #000000;
    //text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-color: #ff6600;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    padding: 7px 7px;
    font-size: 12px;
    font-weight: bold;
    text-align: center;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    max-width: 141px;
    margin-bottom: 5px;
    margin-top: 5px;
    overflow: visible;
    display: block;
}
#cc_menu_left .region .btn-online-active {
    color: #000000;
    //text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-color: #ffffff;
    border: 3px solid #ff6600 ;
    padding: 4px 3px;
    font-size: 12px;
    font-weight: bold;
    text-align: center;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    max-width: 141px;
    margin-bottom: 5px;
    margin-top: 5px;
    overflow: visible;
    display: block;
}


#cc_menu_left .region {
    margin-top: 20px;
    text-align: center;
}

.cc_region {
    margin-bottom: 20px;
    display: flex;
	justify-content: space-between;

}
.cc_region .btn-region {
    color: #000000;
    //text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-color: #88b0c5;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    padding: 7px 7px;
    font-size: 12px;
    font-weight: bold;
    text-align: center;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    margin: 5px;
	display: block;
	text-decoration: none;
	float:left;
	width: 27vw;
}
.cc_region .btn-region-active {
    color: #000000;
    //text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-color: #ffffff;
    border: 3px solid #88b0c5 ;
    padding: 4px 4px;
    font-size: 12px;
    font-weight: bold;
    text-align: center;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    margin: 5px;
	display: block;
	text-decoration: none;
	float:left;
	width: 27vw;
}



.cc_region .btn-online {
    color: #000000;
    //text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-color: #ff6600;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    padding: 7px 7px;
    font-size: 12px;
    font-weight: bold;
    text-align: center;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    margin: 5px;
	display: block;
	text-decoration: none;
	float:left;
	width: 27vw;
}
.cc_region .btn-online-active {
    color: #000000;
    //text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-color: #ffffff;
    border: 3px solid #ff6600 ;
    padding: 4px 4px;
    font-size: 12px;
    font-weight: bold;
    text-align: center;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    margin: 5px;
	display: block;
	text-decoration: none;
	float:left;
	width: 27vw;
}


.cc_clear {
    clear: both;
    padding-top: 10px;
}

.cc_boldred {
    color: red;
    font-weight: bold;
}

.cc_input_readable {
    background-color: white;
}

.cc_input_readonly {
    background-color: lightgray;
}

.cc_hand {
    cursor: hand;
}


/* LEFT */

#cc_logo {}

#cc_menu_left {
    padding: 27px 0px 0px 0px;
    font-size: 12px;
    font-weight: bold;
    text-align: right;
}

#cc_menu_left a {
    text-decoration: none;
    cursor: pointer;
    margin-bottom: 9px;
    margin-right: 10px;
    padding: 3px 0px 3px 3px;
    display: block;
    /*	color: white;*/
    color: black;
}


/*
#cc_menu_left_0{	background-color: #8a8a89;	}
#cc_menu_left_1{	background-color: #9ab0d9;	}
#cc_menu_left_2{	background-color: #c3088e;	}
#cc_menu_left_3{	background-color: #7cbc2e;	}
#cc_menu_left_4{	background-color: #3b3396;	}
#cc_menu_left_5{	background-color: #ffffff;	}
#cc_menu_left_6{	background-color: #a3d3ee;	}
#cc_menu_left_7{	background-color: #ee7f01;	}
#cc_menu_left_8{	background-color: #e2007a;	}
*/

#cc_menu_left_0 {
    border-bottom: solid 3px #8a8a89;
}

#cc_menu_left_1 {
    border-bottom: solid 3px #7cbc2e;
}

#cc_menu_left_2 {
    border-bottom: solid 3px #5caceb;
}

#cc_menu_left_3 {
    border-bottom: solid 3px #3b3396;
}

#cc_menu_left_4 {
    border-bottom: solid 3px #fcca13;
}

#cc_menu_left_5 {
    border-bottom: solid 3px #ffffff;
}

#cc_menu_left_6 {
    border-bottom: solid 3px #c3088e;
}

#cc_menu_left_7 {
    border-bottom: solid 3px #24A8BE;
}

#cc_menu_left_704 {
    border-bottom: solid 3px #fcca13;
}

#cc_menu_left_705 {
    border-bottom: solid 3px darkblue;
}

#cc_menu_left_711 {
    border-bottom: solid 3px #fcca13;
}

#cc_menu_left_8 {
    border-bottom: solid 3px #e2007a;
}


/* RIGHT */

#cc_menu_top {
    padding: 35px 0px 0px 0px;
    margin-bottom: 10px;
    font-size: 11px;
}

#cc_menu_top a {
    text-decoration: none;
    padding: 3px 3px 3px 0px;
    padding-right: 5px;
}

#cc_menu_top_0 {
    padding-left: 0px;
}

#cc_menu_top_6 {
    padding-right: 0px;
}

#cc_menu_top_0 {
    border-right: solid 1px black;
}

#cc_menu_top_1 {
    border-right: solid 1px black;
}

#cc_menu_top_2 {
    border-right: solid 1px black;
}

#cc_menu_top_3 {
    border-right: solid 1px black;
}

#cc_menu_top_4 {
    border-right: solid 1px black;
}

#cc_menu_top_5 {
    border-right: solid 1px black;
}

#cc_menu_top_7 {
    border-right: solid 1px black;
}


/*
#cc_menu_top_6{	border-right: solid 1px black;	}
*/

#cc_addNewsletter_layer {
    background-color: #ffffff;
    z-index: 9999;
    position: fixed;
    top: 130px;
    left: 40%;
    width: 370px;
    height: auto;
    display: none;
    max-width: 276px;
    padding-left: 1px;
    padding-bottom: 15px;
    text-align: left;
    white-space: normal;
    background-color: #fefefe;
    border: 1px solid #ccc;
    font-size: 12px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.3);
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.3);
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box;
}

#cc_doubleOptInNewsletter_layer {
    background-color: #ffffff;
    z-index: 9999;
    position: absolute;
    top: 130px;
    left: 40%;
    width: 370px;
    height: auto;
    display: none;
    max-width: 276px;
    padding-left: 1px;
    padding-bottom: 15px;
    text-align: left;
    white-space: normal;
    background-color: #fefefe;
    border: 1px solid #ccc;
    font-size: 12px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.3);
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.3);
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box;
}

.popover-title {
    padding: 8px 14px;
    margin: 0;
    font-size: 14px;
    font-weight: bold;
    line-height: 16px;
    background-color: #f7f7f7;
    border-bottom: 1px solid #ebebeb;
    -webkit-border-radius: 5px 5px 0 0;
    -moz-border-radius: 5px 5px 0 0;
    border-radius: 5px 5px 0 0;
}

.popover-content {
    padding-left: 7px;
    margin: 0;
}

.popover.bottom .arrow {
    top: -11px;
    left: 50%;
    margin-left: -11px;
    border-bottom-color: #999;
    border-bottom-color: rgba(0, 0, 0, 0.25);
    border-top-width: 0;
}

.popover .arrow {
    border-width: 11px;
}

.permission {
    width: 250px;
    margin-top: 10px;
    margin-left: 7px;
    margin-right: 5px;
    overflow-y: auto;
    /*	height: 230px; */
    font: 13.3333px Arial;
}

.btn-primary {
    color: #ffffff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-color: #006dcc;
    background-image: -moz-linear-gradient(top, #0088cc, #0044cc);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0088cc), to(#0044cc));
    background-image: -webkit-linear-gradient(top, #0088cc, #0044cc);
    background-image: -o-linear-gradient(top, #0088cc, #0044cc);
    background-image: linear-gradient(to bottom, #0088cc, #0044cc);
    background-repeat: repeat-x;
    border-color: #0044cc #0044cc #002a80;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#ff0088cc', endColorstr='#ff0044cc', GradientType=0);
    filter: progid: DXImageTransform.Microsoft.gradient(enabled=false);
}

.btn-light {
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    color: #5a6268;
    background-color: #f8f9fa;
    border-color: #5a6268;
}

.btn.disabled,
.btn[disabled] {
    color: #666666;
    text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
    background-color: #f5f5f5;
    background-repeat: repeat-x;
    border: 1px solid #cccccc;
    border-color: #e6e6e6 #e6e6e6 #bfbfbf;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    border-bottom-color: #b3b3b3;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
}

.btn-extra-large {
    color: #ffffff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-color: #002c77;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    padding: 7px 7px;
    font-size: 12px;
    font-weight: bold;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    width: 155px;
    overflow: visible;
	display: block;
    cursor: pointer;
    margin-bottom: 20px;
}


#top_menu {
    height: 50px;
}

#cc_content {
    padding: 0px;
    margin: 0px;
    font-size: 10pt;
    margin-bottom: 20px;
}

.cc_caption {
    clear: both;
    display: block;
    border-bottom: solid 5px #8a8a89;
    background-image: url(/image/cc_symbol_50px.png);
    background-repeat: no-repeat;
    background-position: bottom right;
    background-color: solid white;
    margin-bottom: 10px;
    padding-top: 15px;
    font-size: 20pt;
    font-weight: bold;
}

#cc_caption_0 {
    border-bottom: solid 5px #8a8a89;
}

#cc_caption_1 {
    border-bottom: solid 5px #7cbc2e;
}

#cc_caption_2 {
    border-bottom: solid 5px #5caceb;
}

#cc_caption_3 {
    border-bottom: solid 5px #3b3396;
}

#cc_caption_4 {
    border-bottom: solid 5px #fcca13;
}

#cc_caption_5 {
    border-bottom: solid 5px #ffffff;
}

#cc_caption_6 {
    border-bottom: solid 5px #c3088e;
}

#cc_caption_7 {
    border-bottom: solid 5px #24A8BE;
}

#cc_caption_704 {
    border-bottom: solid 5px #fcca13;
}

#cc_caption_705 {
    border-bottom: solid 5px darkblue;
}

#cc_caption_711 {
    border-bottom: solid 5px #fcca13;
}

#cc_caption_8 {
    border-bottom: solid 5px #e2007a;
}

#cc_perm_kurz {
    float: left;
}

#cc_caption_extend {
    font-size: 12pt;
    font-weight: normal;
    font-style: italic;
}

.cc_headline {
    font-weight: bold;
    padding-bottom: 0.5em;
    padding-top: 0.5em;
}

.cc_subline {
    font-weight: bold;
    padding-bottom: 0.5em;
}

.cc_bigline {
    font-weight: bold;
    padding-bottom: 0.5em;
    font-size: 22px;
}

.cc_text {
    padding-bottom: 0.75em;
}

.newsletterInput {
    float: none !important;
}

.cc_text_small {
    font-size: 8pt;
    line-height: 14px;
    padding-bottom: 0.75em;
}

.cc_text p {
    padding-bottom: 0.75em;
}

.cc_text li {
    padding-bottom: 0.75em;
}

.cc_suchtext {
    color: red;
    font-style: italic;
}

.cc_zurueck_label {
    padding-top: 15px;
    float: left;
    width: 150px;
}


/* FOOT */

#cc_animation {
    position: relative;
}

#cc_tracking {
    border: solid 1px red;
    display: none;
}


/* TEASER */

#cc_teaser_content {
    /*
	background-image: url(/image/background_teaser.png);
	background-repeat: no-repeat;
	*/
    height: 450px;
    width: 550px;
    position: relative;
}

#cc_teaser_intro * {
    color: black;
    padding: 0px 0px 5px 0px;
}

#cc_teaser_intro img {
    padding: 0px 0px 20px 0px;
    float: right;
    width: 400px;
}

#cc_button_events_all {
    padding: 0;
}

#cc_button_events_all {
    position: absolute;
    height: 32px;
    width: 203px;
    bottom: 15px;
    left: 20px;
}


/* EDITORIAL */

#cc_editorial_image_div {
    float: right;
    padding: 20px;
}

#cc_editorial_image {
    border: solid 2px white;
}

#cc_editorial_absender {
    color: gray;
}


/* FAQ */

#cc_faq_content {
    padding: 0px 3px 6px 3px;
}

#cc_faq_0_head,
#cc_faq_1_head,
#cc_faq_2_head,
#cc_faq_3_head,
#cc_faq_4_head,
#cc_faq_5_head,
#cc_faq_6_head,
#cc_faq_7_head {
    margin-top: 1em;
    cursor: hand;
    text-decoration: underline;
    cursor: pointer;
}


/* PARTNER */

#cc_partner_content {
    margin-bottom: 20px;
    padding-bottom: 20px;
}

div.cc_partner_liste {
    width: 540px;
}

div.cc_partner_list_item {
    float: left;
    display: table;
    width: 115px;
    height: 115px;
    border: solid 2px gray;
    margin: 2px;
    padding: 0px;
}

div.angebot {
    display: block;
    clear: both;
    padding-top: 10px;
}

.cc_partner_list_item a {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    text-decoration: none;
    width: 115px;
    height: 115px;
    padding: 5px;
}

.cc_partner_titel_liste {
    max-width: 105px;
    max-height: 105px;
}

.cc_partner_bild_liste {
    width: 105px !important;
    max-width: 105px;
    max-height: 105px;
}

.cc_partner_bild_einzel {
    float: right;
    max-width: 200px;
    max-height: 200px;
}

.cc_partner_homepage {
    padding: 10px;
    text-decoration: none;
}


/* ANGEBOT */

#cc_angebot_send_a_friend_link {
    text-align: right;
}

#cc_angebot_buchen_confirm {}

#cc_angebot_send_a_friend_form {
    padding-bottom: 10px;
}

#cc_angebot_buchen_form {
    display: block;
    padding-bottom: 10px;
}

.cc_angebot_buchen_step {
    text-align: right;
    font-weight: bold;
    font-size: 14pt;
    padding-bottom: 0.5em;
}

.cc_angebot_buchen_element {
    clear: both;
}

.cc_angebot_buchen_label {
    float: left;
    width: 150px;
    margin-top: 10px;
}

.cc_angebot_buchen_text {
    float: left;
    margin-top: 10px;
}

.cc_angebot_buchen_text2 {
    float: left;
    margin-top: 5px;
}

.cc_angebot_buchen_text2_error {
    float: left;
    margin-top: 5px;
    color: red;
}

.cc_angebot_buchen_text2_success {
    float: left;
    padding-top: 5px;
    color: green;
}

#cc_rubrik_1_content,
#cc_rubrik_2_content,
#cc_rubrik_3_content,
#cc_rubrik_4_content {
    clear: both;
    margin-top: 10px;
    padding-top: 10px;
    margin-bottom: 20px;
    padding-bottom: 20px;
}

#cc_rubrik_symbole {
    clear: both;
    padding-top: 3px;
    font-style: italic;
    padding-top: 10px;
}

.cc_angebots_liste_links {
    width: 270px;
    float: left;
}

.cc_angebots_liste_rechts {
    width: 270px;
    float: right;
}

.cc_angebot_list_item3,
.cc_angebot_list_item {
    display: table;
    margin: 1px;
    clear: both;
}

.cc_angebot_list_item {
    height: 92px;
}

.cc_angebot_list_item2 {
    display: table;
    height: 92px;
    margin-top: 5px;
    margin-bottom: 0px;
    border-bottom: 1px solid #bbb;
    padding-top: 8px;
    padding-bottom: 5px;
}

.cc_angebot_list_item2 div::first-line { 
/*    font-weight: bold; */
}

.cc_angebot_list_item a {
    display: table-row;
    text-decoration: none;
    cursor: hand;
    height: 1em;
    text-align: left;
    vertical-align: middle;
}

.cc_angebot_list_image3,
.cc_angebot_list_image {
    display: table-cell;
    width: 20px;
    height: 1em;
    float: left;
    text-align: left;
    vertical-align: middle;
}

div.cc_angebot_list_image2 {
    display: table-cell;
    float: left;
    width: 80px;
    height: 80px;
    padding: 0px;
    margin: 0px;
    margin-right: 8px;
    overflow: hidden;
}

img.cc_angebot_list_image2 {
    float: left;
    width: 80px !important;
    max-width: 80px;
}

.cc_angebot_list_titel3,
.cc_angebot_list_titel {
    display: table-cell;
    text-align: left;
    vertical-align: middle;
    float: left;
    height: 1em;
}

.cc_angebot_list_titel2 {
    display: table-cell;
    text-align: left;
    vertical-align: middle;
    float: left;
    width: 180px;
}

#cc_rubrik_symbole .cc_angebot_list_titel3 {
    font-size: 10pt;
}

.cc_angebot_einzel_image {
    float: right;
    width: 200px !important;
    max-width: 200px;
    border: solid 2px lightgray;
    margin-left: 1.0em;
    margin-bottom: 0.5em;
}

.cc_angebot_table {
    width: 545px;
}

.cc_angebot_head {
    clear: both;
}

.cc_angebot_row {
    clear: both;
}

#cc_angebot_head_datum,
#cc_angebot_head_uhrzeit,
#cc_angebot_head_pk,
#cc_angebot_head_preis,
#cc_angebot_head_titel,
#cc_angebot_head_res_ende,
#cc_angebot_head_buchung,
.cc_angebot_row_datum,
.cc_angebot_row_uhrzeit,
.cc_angebot_row_pk,
.cc_angebot_row_preis,
.cc_angebot_row_titel,
.cc_angebot_row_res_ende,
.cc_angebot_row_buchung {
    float: left;
    padding: 2px;
}

#cc_angebot_head_titel,
#cc_angebot_head_datum,
#cc_angebot_head_uhrzeit,
#cc_angebot_head_preis,
#cc_angebot_head_pk,
#cc_angebot_head_buchung,
#cc_angebot_head_res_ende {
    text-align: left;
}

.cc_angebot_row_titel {
    text-align: left;
}

.cc_angebot_row_datum,
.cc_angebot_row_uhrzeit,
.cc_angebot_row_pk,
.cc_angebot_row_res_ende,
.cc_angebot_row_buchung {
    text-align: center;
}

.cc_angebot_row_preis {
    text-align: center;
}

#cc_angebot_head_datum,
.cc_angebot_row_datum {
    width: 65px;
}

#cc_angebot_head_uhrzeit,
.cc_angebot_row_uhrzeit {
    width: 40px;
}

#cc_angebot_head_pk,
.cc_angebot_row_pk {
    width: 20px;
}

#cc_angebot_head_preis,
.cc_angebot_row_preis {
    width: 50px;
}

#cc_angebot_head_titel,
.cc_angebot_row_titel {
    width: 210px;
}

#cc_angebot_head_res_ende,
.cc_angebot_row_res_ende {
    width: 65px;
}

#cc_angebot_head_buchung,
.cc_angebot_row_buchung {
    width: 50px;
}

#cc_angebot_head_datum,
#cc_angebot_head_uhrzeit,
#cc_angebot_head_pk,
#cc_angebot_head_preis,
#cc_angebot_head_titel,
#cc_angebot_head_res_ende,
#cc_angebot_head_buchung {
    margin-bottom: 4px;
    height: 4em;
    border-bottom: solid 2px lightgray;
}

.cc_angebot_row_datum,
.cc_angebot_row_uhrzeit,
.cc_angebot_row_pk,
.cc_angebot_row_preis,
.cc_angebot_row_titel,
.cc_angebot_row_res_ende,
.cc_angebot_row_buchung {
    font-weight: bold;
}


/* KARTE */

.cc_karte_bestellen_element {
    clear: both;
    padding-top: 3px;
}

.cc_karte_bestellen_option_value {
    float: left;
    width: 30px;
}

.cc_karte_bestellen_option_text {
    float: left;
    width: 500px;
}

.cc_karte_bestellen_label {
    float: left;
    width: 150px;
    height: 1.7em;
    padding-top: 5px;
}

.cc_karte_bestellen_text {
    float: left;
    height: 1.7em;
}

.cc_karte_bestellen_text2 {
    float: left;
    height: 1.7em;
    padding-top: 5px;
}

.cc_karte_bestellen_text_error {
    float: left;
    height: 1.7em;
    padding-top: 5px;
    color: red;
}

.cc_karte_bestellen_text_success {
    float: left;
    height: 1.7em;
    padding-top: 5px;
    color: green;
}


/* ANIMATION */

#cc_ani_frame {
    overflow: hidden;
    width: 740px;
    /* siehe complete + JS animation_head.html abgleichen (cc_ani_breite_frame) */
    height: 120px;
    position: relative;
    padding: 0px;
    margin: 10px 0px 20px 0px;
}

#cc_ani_images {
    /*	width: 7000px; */
    position: relative;
    right: 0px;
    /* 984.3945838829042px; */
    height: 120px;
    padding: 0px;
    margin: 0px;
}

.cc_ani_image img {
    /* JS animation_head.html abgleichen */
    float: left;
    padding: 0px 3px 0px 3px;
    /* cc_ani_bilder_space (Summe Breite) */
    margin: 0px 3px 0px 3px;
    /* cc_ani_bilder_space (Summe Breite) */
    height: 120px;
    /* cc_ani_bilder_height */
}

.cc_ani_image a {
    float: left;
}