    /*
    Theme Name: Hueman Child
    Description: Hueman Child-Theme
    Author: Michael Wodetzki
    Author URI: http://faehren.net
    Template: hueman
    Version: 1.0.0
    Text Domain: hueman-child
    */
     
    @import url("../hueman/style.css");
     
    /* Theme Anpassungen beginnen hier */
	
#footer #copyright {
	color: rgba(255,255,255);
	font-size:75%;
}

.boxed #wrapper {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.boxed #page {
    background: #fff;
}

.top{
	text-align: right;
  	font-size: 70%;
}

.topnew{
	margin-top:10px;
}

.nav-container{
font-weight: 500;
}

.nav ul.sub-menu {
    width: auto;
}

.nav ul {
    width: auto;
}

.nav ul li a {
    font-size: 1.4em;
    font-weight: 500;
}

.nav .sub-menu li {
	margin: 0.5em 0;
}

#nav-topbar .nav li a {
	color:rgba(255,255,255,.9) !important;
}

#header {
	height:100% !important;
}

.group .pad .central-header-zone {
    padding:0px 30px 0px;
}

.site-title {
	padding:0;
}

.site-title a {
	font-weight:900;
	font-style:italic;
	color:#00a300;
	padding:0;
}

.site-description {
	color:#666;
	font-weight:600;
	padding:21px 0;
}

.single .post-title {
    font-size: 2em;
    letter-spacing: 0px;
    line-height: 1.1em;
}

.pad {
	padding: 30px 30px 20px;
}

.hu-pad {
	padding: 30px 30px 20px;
}

.homeh1 {
    margin-top: -15px;
    margin-bottom: 30px;
    font-size: 140%;
	text-align: center;
}

.homeh1 .brand{
    color:#000;
	font-size:105%;
}

.page-title h1 {
    color: #666;
	font-size: 2em;
    line-height: 1.1em;
}

.page-title p {
	font-size: 90%;
	font-weight: bold;
	margin: 10px 2px;
	text-transform: none;
}

.h1_extension {
	color:#efefef !important;
	font-size:1.25em;
}

.h2{
	font-size: 1.6em !important;
}

.h3{
	font-size: 1.3em !important;
}

#homepagetext {
	text-align: left;
	padding-left: 1em;
	padding-right: 1em;
}

#flexslider-featured .flex-control-nav li a {
    height: 8px;
  	margin: 0 2px;
	width: 44px;
}

#flexslider-featured .flex-direction-nav a {
    background: #fff;
    color: #bbb;
    font-size: 25px;
    line-height: 24px;
    position: relative;
    width: 15px;
    height: 35px;
    margin: 15px;
    display: block;
    text-align: center;
    cursor: pointer;
    text-indent: -999px;
    overflow: hidden;
    opacity: 1;
    -webkit-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}

table {
	box-shadow: 1px 1px 11px 1px #eee;
}

table, th, td {
	text-align: left !important;
	line-height: 2em;
}

th, td {
    border-bottom: 1px solid #ddd;
}

td.label {
	font-weight: 700;
  	width: 30%;
	vertical-align: top !important;
}

hr {
	margin: 10px 0;
    clear: both;
}

dl, dd{
    list-style: disc;
}

.img.logo, .wp-caption {
	background-color: #fff !important;
}

.image-container {
    position: relative;
}

.image-container img {
    display: block;
    height: auto;
    width: 100%;
}

.image-caption, .wp-caption-text {
    display: block !important;
    z-index: 99;
}

.image-container .description {
    bottom: -16px;
    color: #666;
    float: left;
    font-size: 0.6em;
    line-height: 1.2em;
    right: 8px;
}

.image-container .image-caption {
    font-size: 0.9em;
	font-weight: normal;
	left: 0;
	margin-top: 8px;
	position: relative;
	width: 100%;
}

#breadcrumbs {
    background-color: #f0f0f0;
  	clear: both;
    font-size: 80%;
    padding: 0 1.8em;
}

img.breitbild {
	width: 800px;
}

p:empty:before {
 content:none;
}

@media only screen and (max-width: 719px) {
#breadcrumbs {
	background-color: #f0f0f0;
	font-size: 70%;
	padding: 0 1.2em;	
}
}

@media only screen and (max-width: 359px) {
#breadcrumbs {
	background-color: #f0f0f0;
	font-size: 70%;
	padding: 0 1em;	
}
}

/* Widget */
p.post-item-title, p.post-iten-date{
	font-size: 0.75em !important;
}

/* HubPages Ports, Routs */
.su-subpages li {
    margin: 1em 0;
}

/* Archive */
.post-meta{
	font-size: 0.7em;
	font-weight: 400;
	color: #bbb;
	margin: 0px;
}

.post-thumbnail{
	margin-bottom: 0.1em;
}

.abpreis{
	background:#ff7400;
  	border-radius: 5px;
  	bottom: 0;
	font-size: 1.3rem;
	font-weight: bold;
	line-height: 1.8rem;
	color: #fff;
	display: block;
	margin-bottom: 3px;
	margin-right: 3px;
	opacity: 0.92;
	padding: 2px 7px;
	right: 0;
	-webkit-box-shadow: inset -1px 0 1px rgba(0,0,0,.2);
	box-shadow: inset -1px 0 1px rgba(0,0,0,.2);
	z-index: 2;
	position: relative;
	float: right;
	bottom: 35px;
}

.abpreiscf{
  	bottom: 44px;
	font-size: 2rem;
	line-height: 2.2rem;
	margin-bottom: 5px;
	margin-right: 5px;
	opacity: 0.9;
}

/* Ferry Operator */
.faqh3 {
	font-size:1.25em;
}

table.fo {
	font-size:95%;
}

.themenbox {
	box-shadow:1px 1px 11px 1px #eee;
	border-radius:5px;
	margin:30px auto;
	min-height: 250px;
	padding:10px;
}

.themenbox h3{
	font-size:1.25em;
}

.themenbox .themenbox_image {
	float:left;
	max-width:40%;
	padding:3px 10px 3px 3px;
}

/* Routendetailseite */
.offerroute {
    float: left;
  	min-width: 305px;
  	width: 60%;
}

.offertime {
  	float: left;
	min-width: 280px;
}

.offertime li.number {
  	margin-left: 25px;
}

.offertime h3, .offerroute h3{
  	font-size: 1.3em !important;
}

.faq h3{
  	font-size: 1em;
	font-weight: bold;
	line-height: 1.6em;
	margin-top: 20px;
	display: flex;
	align-items: center;
}

.arrow-icon {
  transition: transform .3s ease;
  margin-right: 15px;
}

.accordion-content {
  border-top: none !important;
}

.separator {
	width: 90%;
	margin: 10px auto;
	border-top: 1px solid #ccc;
}

.offertime li:first-child {
    font-weight: bold;
}

/* Schiffsdetailseite */

.ship_position .caption, .ship_bugcam .caption {
    font-size: 80%;
    margin: -11px 0 20px 10px;
	text-align: right;
}

.image-gallery {
    position: relative;
}

.image-gallery img {
    display: block;
    height: auto;
	margin-top: 20px;
    width: 100%;
}
.image-gallery .description {
    bottom: -16px;
    color: #666;
    float:right;
    font-size: 0.7em;
    line-height: 1.2em;
	margin-bottom: 1em;
    right: 8px;
}

.video { 
	position: relative; 
	padding-bottom: 56.25%;
	overflow: hidden;
	max-width: 100%;
	height: auto;
} 

.video iframe, .video object, .video embed { 
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/* Bookingwidget */

.bookingwidget {
	background-color:#fff;
	border-radius:5px;
	box-shadow:1px 4px 4px 4px #ccc;
	clear:both;
	margin:50px auto;
	padding:25px 15px;
	width:95%;
}

.bookingwidget hr {
	margin:20px;
}

.bookingwidget_text {
	float:left;
	width:55%;
}

.bookingwidget_img {
	float:right;
}

.bookingwidget_img img {
	float:right;
	margin:10px auto;
	max-width:120px;
}

.bookingwidget_button {
	background-color: #00a300;
	border-radius: 5px;
	box-shadow: 4px 4px 4px #ccc;
	cursor: pointer;
	font-weight: 700;
	margin: 25px auto;
	overflow: hidden;
	padding: 10px;
	text-align: center;
	width: 50%;
}

.bookingwidget_button a {
	color: #fff;
}

.note_bookability {
	box-shadow:1px 4px 4px 4px #ccc;
	border-radius:5px;
	display: flex;
	margin-bottom:50px;
	margin-top:-25px;
}

.note_bookability .infobox {
	float: left;
	min-width: 15%;
	text-align: center;
	color: #00a300;
	border-radius: 5px 0 0 5px;
	border: solid 8px #00a300;
	font-family: initial;
	font-size: 200%;
	font-weight: 900;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 15px;
}

.note_bookability .note_b {
	font-size: 90%;
	border-radius: 0 5px 5px 0;
	border-top: solid 2px #00a300;
	border-right: solid 2px #00a300;
	border-bottom: solid 2px #00a300;
	padding-left: 15px;
	width: 100%;
}

.deleted {
	box-shadow:1px 4px 4px 4px #ccc;
	border-radius:5px;
	display: flex;
	margin:50px auto;
}

.deleted .infobox {
	float: left;
	min-width: 15%;
	text-align: center;
	color: #ff7400;
	border-radius: 5px 0 0 5px;
	border: solid 8px #ff7400;
	font-family: initial;
	font-size: 200%;
	font-weight: 900;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 15px;
}

.deleted .note_b {
	font-size: 80%;
	border-radius: 0 5px 5px 0;
	border-top: solid 2px #ff7400;
	border-right: solid 2px #ff7400;
	border-bottom: solid 2px #ff7400;
	padding: 5px 15px;
}

.deletedh3{
  	color:#000;
	font-size: 1.2em;
	font-weight: bold;
	line-height: 1.5em;
	margin-top: 10px;
}

.deleted a{
  	color:#000;
}

.updatebox {
	box-shadow:1px 4px 4px 4px #ccc;
	border-radius:5px;
	display: flex;
	margin:50px auto;
}

.updatebox .infobox {
	float: left;
	min-width: 15%;
	text-align: center;
	color: #00a300;
	border-radius: 5px 0 0 5px;
	border: solid 8px #00a300;
	font-weight: 900;
	display: flex;
	justify-content: center;
	padding: 15px;
}

.updatebox .note_b {
	border-radius: 0 5px 5px 0;
	border-top: solid 2px #00a300;
	border-right: solid 2px #00a300;
	border-bottom: solid 2px #00a300;
	padding: 15px;
	width: 100%;
}

.author-bio .bio-avatar {
	margin-right: 15px;
	width: 100px;
}

.author-bio .bio-avatar::after {
	display:none;
}

.author-bio {
	border-radius: 10px;
}

.author-bio .bio-avatar img {
	border-radius: 66px;
}

/* Angebote/DEALS */

.logo {
    float: right;
    margin: 10px 20px;
    max-width: 280px;
}

.published {
    white-space: nowrap;
}

.offer{
	background-color: #fffffe;
  	border-radius: 5px;
	box-shadow: -2px -2px 5px #ccc, 3px 5px 7px #ccc;
	margin: 1px 5px 33px 5px;
	min-height: 350px;
	padding-bottom: 10px;
}

.offerh2{
	font-size: 1.6em !important;
  	font-weight: bold !important;
	margin-bottom: 33px !important;
}

.offerh3{
	margin: 0;
 	padding: 0;
  	width: 100%;
}

.offerh3 h3{
	background-color: #f0f0f0;
  	border-radius: 5px 5px 0 0;
	font-size: 1.2em !important;
  	margin:0;
	padding: 5px;
}

.h2bold{
  	color: #000 !important;
  	font-weight: bold;
  	letter-spacing: 0.05em;
}

.offerroutepicture{
	clear: both;
	float: left;
    height: auto;
	margin: 0 3px;
  	max-width: 100%;
 	padding: none;
}

.offerroutepicture2 img{
    display: block;
	margin: 0 auto;
  	margin-bottom: 20px;
  	max-width: 100%;
 	padding: none;
  	border-radius:0 !important;
}

.offer .caption, .offerroutepicture2 .caption, .routenbild .caption {
    font-size: 80%;
    margin: -20px 0 20px 10px;
}

.offerdetails{
	height: 100%;
  	min-width: 200px;
 	padding: 0 10px;
}

.offerdetails li.none {
	list-style: none;
	margin-left: -20px;
}

.offerdetails li.number, .routendetails li.number {
	list-style: none;
  	margin-left: 25px;
}

li.number::before {
    color: #1072b9;
    content: '\f041';
    font-family: 'FontAwesome';
    font-size: 1.25em;
    margin-left: 1em;
	margin-right: 0.3em;
}

li.number:first-child::before, li.number:last-child::before {
    color: #ff7400;
  	margin-left:0;
  
}

.offerroute ol{
	margin: 0 0 8px 8px;
}

.offerdetails .price{
	font-size: 150%;
	font-weight: bold;
	color: #00cc00;
}

.offerdetails .streichpreis{
	font-size: 120%;
	font-weight: bold;
	color: red;
  	text-decoration: line-through;
}

.offerdetails .ersparnis{
	font-size: 110%;
	font-weight: bold;
}

.offerdescription{
	clear: both;
  	margin:0;
  	padding: 10px;
}

.offerlink, .offerlinkopacity{
  	background-color: #00a300;
    border-radius: 5px;
    box-shadow: 4px 4px 4px #ccc;
    color: #fff;
    cursor: pointer;
    display: block;
    font-size: 1em;
    font-weight: 700;
    margin: 25px auto;
    overflow: hidden;
    padding: 15px 0;
    text-align: center;
    text-decoration: underline;
    text-transform: uppercase;
    transition: background .5s ease 0s;
    width: 99%;
}

.offerlinkopacity{
  	opacity:0.5;
}

.offerlinkopacity:hover{
  	opacity:0.9;
}

.affiliatelink{
  	background-color: #ff7400;
    border-radius: 5px;
    box-shadow: 4px 4px 4px #ccc;
    color: #fff;
    cursor: pointer;
    display: block;
    font-size: 1em;
    font-weight: 700;
    margin: 25px auto;
	margin-left:-20px;
    overflow: hidden;
    padding: 15px 0;
    text-align: center;
    text-decoration: underline;
    transition: background .5s ease 0s;
    width: 105%;
}

.affiliatelinkmini{
  	background-color: #ff7400;
    border-radius: 5px;
    box-shadow: 4px 4px 4px #ccc;
    color: #fff;
    cursor: pointer;
    display: block;
    font-size: 1em;
    font-weight: 700;
    margin: 25px auto;
    overflow: hidden;
    padding: 15px 0;
    text-align: center;
    text-decoration: underline;
    transition: background .5s ease 0s;
    width: 80%;
}

.offerlink a, .affiliatelink a, .affiliatelinkmini a{
  	color:#fff;
	padding: 1em;
	width: 100%;
}

.sternchentexte{
  	background: #fafafa;
  	border-radius: 10px;
	font-size: 80%;
  	padding: 1em;
}

.sternchentextheading {
	font-size: 100%;
  	font-weight: bold;
}

.button {
    background: rgba(0, 0, 0, 0) linear-gradient(to bottom, #3b8dbd, #2b7dbd ) repeat scroll 0 0;
    border-radius: 5px;
    color: #fff !important;
    display: inline-block;
    font-weight: bold;
  	margin: 10px 0;
    padding: 7px 20px;
    text-align: center;
    text-decoration: none;
    text-shadow: 1px 1px 1px #000;
    vertical-align: middle;
}

table.deals td{
	text-align:left;
	vertical-align:top;
}


/* Kommentarfeld */
#wp-comment-cookies-consent input{
	float:left;
  	margin:17px 8px;
}

#wp-comment-cookies-consent label{
	font-size:0.5em;
}

/* Destinationen */

.text-bild-element {
    clear: both;
  	float: left;
  	margin: 1em 0;
	width: 100%;
}

.country_image {
	float:right;
	width:50%
}

.country_image img {
	height:360px;
	width:360px;
}

.destination_image {
    float: left;
    max-width: 100%;
	position: relative;
}

.destination_image_caption {
    background: #000;
    border-radius: 3px;
    bottom: 0.75em;
    color: #fff;
    font-size: 75%;
    font-weight: bold;
    line-height: 1.5em;
    max-width: 95%;
    opacity: 0.6;
    position: absolute;
    padding: 0.1em 0.8em;
}

#toc_container {
    width: 97% !important;
}

.toc{
  	background: #fafafa;
	border-radius: 5px;
	box-shadow: 4px 4px 4px #ccc;
	line-height: 1.6em;
	margin: 33px 0;
	padding: 1em;
	transition: background .5s ease 0s;
}

.toc ol li, .entry ol li{
    list-style: decimal;
    padding: 0 10px;
}

.toc ol li a {
    line-height: 1.8em;
    font-weight: 500;
}

.toc p, .destination_prolog{
	font-weight: bold;
}

.su-expand-link {
    background-color: #ff7400;
    border-radius: 5px;
	box-shadow: 0px 0px 5px 3px #ccc;
    font-weight: 700;
    margin: 0 auto;
	margin-top: 25px !important;
    padding: 5px;
    width: 80%;
}

.su-expand-link a {
    color: #fff !important;
}

/* directferries iframe */
.fs .form-group, .fs .frmGrp {
    margin-bottom: 12px;
}

/* category description 2 */
.categorydescription2 {
    background: #fff none repeat scroll 0 0;
    color: #888;
    margin-bottom: 30px;
    padding:15px;
}
.categorydescription2 h2, .categorydescription2 h3{
    margin-bottom:20px;
	margin-top:35px;
}
.categorydescription2 ul{
    list-style: inside none disc;
    margin:10px 0 10px 20px;
}
.categorydescription2 ol{
    list-style: inside none;
    list-style-type: decimal;
    margin:10px 0 10px 20px;
}
.categorydescription2 li{
    padding:5px 0;
}

/* cookie notice */
#cookie-notice{
	font-size: 12px;
	max-width: 95%;
	opacity:0.95;
}
.cookie-notice-container {
    background-color: #3b8dbd;
    font-size: 100%;
	font-weight: 500;
    padding: 5px;  
}
.cookie-notice-content {
	color: #fff;
	max-width: 90%;
	margin: 0 auto;
	text-align: left;
	line-height: 1.2em;
}

/* SearchForm */
@media only screen and (max-width: 600px) {
    #dealFinder {
        height: 440px;
      	width: 97% !important;
      	margin-top: 35px !important;
      	margin-left: 0;
      	margin-right: 0;
      	margin-bottom: 3px;
		padding: 5px;
    }
}

/* SearchFormHeader */
#main-header-search .toggle-search {
    top: inherit;
    float: right;
    position: relative;
    z-index: 1;
    -webkit-box-shadow: none;
    box-shadow: none;
}

#main-header-search .search-expand {
    background: #454e5c;
    background-color: rgb(69, 78, 92);
    display: none;
    right: 0;
    top: 50px;
}

.affiliatebox {
text-align: center;
font-weight: bold;
color: #fff;
background-color: #5cb85c;
border: 1px solid #4cae4c;
border-radius: 5px;
box-shadow: 5px 5px 3px #ccc;
margin-top: 1.5em;
margin-bottom: 1.5em;
display: block;
padding: 20px;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
margin-bottom: 20px;
}

.affiliatebox a{
color: #fff;
padding: 20px;
}

.wc-shortcodes-posts-template-borderless .wc-shortcodes-post-border > :first-child {
    float: left;
    margin-right: 1em;
}

.webcamhinweis {
	font-size: 80%;
}
/* CC Child-Pages Anpassungen START */
.hubpages {
	background-color: #fff;
}

.hubpages .ccchildpage {
    background-color: #fff;
	-moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
	border-radius: 3px;
	box-shadow: 3px 3px 3px 2px #ccc;
    margin: 1em 1%;
    padding: 0.75em 2%;
    display: block;
    float: left;
}

.cc-child-pages-thumb {
	max-width: 100%;
	height: auto;
	display: block;
	margin: 0 auto;
	clear: both;
}
/* CC Child-Pages Anpassungen ENDE */
#redalert {
	background-color: #f00;
}

.advent-calendar-render .adventcalendar .adventcalendar__doors-wrapper .adventcalendar__door-dialog {
	background-color: #fffff9;
	box-shadow: #eee 0 0 1em;
	overflow: hidden;
}

.adress_box_wraper {
	background-color: #F5F5F5;
	box-shadow: 3px 3px 3px #eee;
	padding: 10px;
	border-radius: 5px;
	margin: 20px auto;
	max-width: 90%;
}

.fas.fa-map-marked-alt.adress {
	float: left;
	font-size: 200%;
}

.adress_box {
	margin: auto 75px;
}

.newsletterbox {
	background-color: #00a300;
	border-radius: 5px;
	box-shadow: 4px 4px 4px #ccc;
	color: #fff;
	cursor: pointer;
	display: block;
	font-size: 0.8em;
	margin: 25px auto;
	margin-left: -20px;
	overflow: hidden;
	padding: 15px;
	transition: background .5s ease 0s;
	width: 101%;
}

.newsletterbox .newsletterlabel {
	font-size: 1em;
	font-weight: bold;
	color: #fff;
}

.newsletterbox #newslettervalue {
	border-radius: 3px;
	color: #aaa;
	font-size:1em;
	margin: 15px 0;
	width: 95%;
}

.newsletterbox #newsletterbutton, .newsletterbox #newsletterbuttonform{
	float:right;
}

#newsletterbutton, #newsletterbuttonform {
	animation-name: shake;
	animation-duration: 7s;
	animation-iteration-count: infinite;
    animation-timing-function: ease-in;
}

@keyframes shake {
  0% { transform: translateX(0) rotate(0);}
  1% { transform: translateX(-10px) rotate(1deg);}
  2% { transform: translateX(0) rotate(0);}
  3% { transform: translateX(15px) rotate(-1.5deg);}
  4% { transform: translateY(0) rotate(0); }
  5% { transform: translateX(-15px) rotate(1.5deg);}
  6% { transform: translateX(0) rotate(0); }
  7% { transform: translateX(-10px) rotate(1deg);}
  8% { transform: translateX(0) rotate(0);}
}

.reedereiimage {
	background-color: #fff;
	border-radius: 5px;
	box-shadow: 3px 3px 3px #ccc;
	margin: 15px auto;
	min-height: 8em;
	padding: 20px 0px;
	text-align: center;
	width: 99%;
}

/* Instagram-Style Container */
.instagram-style {
    display: flex;
    flex-wrap: wrap;
}

/* Instagram-Style Einzelnes Element */
.subpage-item {
    width: 48%; /* Zweireihige Darstellung mit etwas Abstand */
    margin: 1%;
    border: 1px solid #ccc;
    overflow: hidden;
}

.subpage-item a {
    display: block;
}

/* Stil für den Inhalt innerhalb eines Elements */
.subpage-content {
    padding: 10px;
}

.subpage-content h3 {
    margin-bottom: 10px;
}

.subpage-content p {
    margin-bottom: 0;
}

/* BILDERSLIDER */
input[type="radio"] {
  display: none;
}

/* Stilisiere den Slider-Container */
.slider {
  position: relative !important;
  width: 100% !important;
  margin: 0 auto !important;
  overflow: hidden !important;
}

/* Stilisiere die einzelnen Folien */
.slide {
  opacity: 0;
  position: absolute;
  transition: opacity 1s ease-in-out;
}

/* Zeige nur die ausgewählte Folie */
input[type="radio"]:checked + .slide {
  opacity: 1;
}

/* Stilisiere die Pfeile für die Navigation */
label.prev, label.next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  font-size: 24px;
  cursor: pointer;
}

label.prev {
  left: 10px;
}

label.next {
  right: 10px;
}

/* Stil für das Accordion */
.accordion-label {
    cursor: pointer;
    padding: 10px;
    display: block;
    background-color: #f1f1f1;
}

/* Verstecke den Input */
.accordion-input {
    display: none;
}

/* Inhalt nur anzeigen, wenn der Input aktiv ist */
.accordion-input:checked + .accordion-label + .accordion-content {
    display: block;
}

/* Standardmäßig den Inhalt verstecken */
.accordion-content {
    display: none;
    padding: 10px;
    border-top: 1px solid #ccc;
}