/* custom_uhl.css */
body {
    font-family: "Futura", sans-serif;
    color:#404040
}

#top p {
    margin:0
}

.nav_startpage .mod_breadcrumb {
    display:none
}

p {
    -webkit-hyphens: auto;
    -webkit-hyphenate-limit-chars: auto 5;
    -webkit-hyphenate-limit-lines: 4;
    -ms-hyphens: auto;
    -ms-hyphenate-limit-chars: auto 5;
    -ms-hyphenate-limit-lines: 4;
    hyphenate-limit-chars: auto 5;
    hyphenate-limit-lines: 4;
    hyphens: auto
}

.iframeBox {
    width: 100%;
    height:600px
}

.newslist-timeline-both.odd .newslist-timeline-content {
    width: 45%;
    right: 0;
    position:absolute
}

.newslist-timeline-both.even .newslist-timeline-content {
    width: 45%;
    right: 55%;
    position:absolute
}

.newslist-timeline-both:before {
    left: 0;
    content: '';
    width: 7px;
    height: 7px;
    border: 4px solid #4dc1ea;
    border-radius: 100%;
    position: absolute;
    top: 10px;
    left: 50%;
    margin-left: -7px;
    display: block;
    z-index: 1
}

.mod_newslist .newslist-timeline-both:nth-child(even) .newslist-timeline-date {
    left: auto;
    right: 0;
    top:0
}

.mod_newslist .newslist-timeline-both h4:before {
    display:none
}

#main .mod_newslist .newslist-timeline-both .newslist-timeline-date, #main .newslist-timeline-both .newslist-timeline-content {
    top:80px
}

#header .headline, #stickyheader .headline {
    margin-top: 20px;
    margin-left: 6px;
    font-size: 24px;
    color: #4dc1ea;
    text-transform: uppercase;
    font-weight:600
}
@media screen and (max-width: 767px){
#header .headline p, #stickyheader .headline p{
margin:0;
}
.header{ line-height: 1; }
.smartmenu .smartmenu-trigger{ height: 20px; }
	#header .headline, #stickyheader .headline {
 font-size: 12px;
margin: 6px 3px;
padding: 0;
	}
	.body_top{display: none; }
	.smartmenu{ display: block; }
	#header img, #stickyheader img {
		width: 13vw;
	}
}
.ce_divider hr {
    border-top: 1px solid rgba(77, 193, 234, .2);
    border-right: 0px solid rgba(77, 193, 234, .2);
    border-bottom: 0px solid rgba(77, 193, 234, .2);
    border-left:0px solid rgba(77, 193, 234, .2)
}

.ce_bgimage.bg-accent .ce_text_extented, .ce_bgimage.bg-black .ce_headline_extended, .ce_bgimage.bg-black .ce_text_extented, .ce_bgimage.bg-accent .ce_headline_extended {
    overflow: visible;
    text-shadow: 0 1px rgba(0, 0, 0, .66)
}

#main .ce_iconbox li, 
#main .ce_text li,
#main .ce_textarea li,
.ce_text_imagebox li {
    margin-left: 20px;
    list-style-position: outside;
	list-style: circle;
}
.body_top {background-color: #f7f7f7; padding-top: 12px;}
.body_top .autogrid_wrapper{
max-width: 1240px;
margin-left: auto;
margin-right: auto;
padding-left: 20px;
padding-right: 20px;
}
#footer, #footer a{
	color: #404040;
}
#footer {
    border-top: 1px solid #e8e8e8;
}
#slider .ce_text_extented .ce_textarea p{
	hyphens: none;
}