body {
	padding:0 0 30px 0;
	margin:0;
	background:url(body-bg.gif) repeat-x top left #ffffff;
	color:#333333;
}

body>header {
    padding:0;
    margin:0;
    height:260px;
    background:url(logo.gif) no-repeat top left;
    margin-bottom:30px;
}

#h1 {
    font-size:18px;
    font-weight:normal;
    color:#404069;
    position:relative;
    padding:0;
    margin:0;
    height:83px;
}

#line1 {
    padding:0;
    margin:0;
    position: absolute;
    left:451px;
    top:31px;
}

#line2 {
    padding:0;
    margin:0;
    position: absolute;
    left:380px;
    top:53px;
}

#line2 span {
    color:#aa0000;
}

#menu {
	list-style:none;
	margin:0;
	padding:6px 0;
	font-weight:bold;
    height:13px;
    line-height:13px;
    padding-left:10px;
}

#menu li {
	float:left;
	border-left:3px double #404069;
	margin:0;
	text-align:center;
	padding:0;
	font-size:13px;
	line-height:13px;
    margin-left:10px;
    padding-left:10px;
}

#menu li:first-child {
    border: none;
    padding:0;
    margin:0;
}

#menu li#kundenlogin {
	position:absolute;
	right:10px;
	border:0;
	margin:0;
	top:10px;
	padding-left:200px;
	background:url(arrow.gif) no-repeat left;
}

#menu li a {
	text-decoration: none;
	margin:0;
	color:#404069;
    display: block;
}

#menu li#kundenlogin a {
	color:#aa0000;
}

#menu li a:hover {
	text-decoration: underline;
}	

#whois {
    position: absolute;
    top:83px;
    right:10px;
    margin:0;
    padding:0;
    font-weight:bold;
    line-height:23px;
    vertical-align:middle;
}

#whois * {
    margin:0;
    vertical-align:middle;
}

#whois, #whois input {
    margin-left:10px;
    font-size:11px;
    font-weight:bold;
    color:#404069;
    background-color:#ffffff;
}

.h2>* {
    color:#404069;
    border-bottom:1px solid #404069;
    font-size:16px;
}

.h3>* {
    font-size:100%;
    color:#aa0000;
}

a {
    color: #aa0000;
}

.erfcms_advimgtext ul {
    list-style:none;
    padding:0;
    margin-left:0;
    margin-right:0;
}

.erfcms_advimgtext ul li {
    padding-left:14px;
    line-height:16px;
    padding-bottom:15px;
    background:url(dot.gif) no-repeat 0 3px;
}

input[type=file]+button+div {
    background-color:#eee;
    padding:5px;
    border: 1px dashed #ccc;
    border-radius: 5px;
    margin-top:5px;
    overflow:hidden;
    width:100%;
    white-space:nowrap;
}

input[type=file]+button+div p {
    text-align:center;
    margin:0;
}
input[type=file]+button+div a {
    color: inherit;
    text-decoration:none;
    cursor: pointer;
}

body .dl-menuwrapper {
    left:0;
    top:0;
    min-height:100%;
    right:10px;
}

body .dl-menuwrapper ul {
    min-height:100%;
}

body .dl-menuwrapper li a {
    border-bottom: 1px solid #ddd;
}

body .dl-menuwrapper ul {
    box-shadow: 1px 0 0 0 #ccc;
}

body .dl-menu.dl-animate-out-1 {
    -webkit-animation: MenuAnimOut2 0.3s ease-in-out;
    animation: MenuAnimOut2 0.3s ease-in-out;
}

@keyframes MenuAnimOut2 {
    0% { }
    100% {
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%);
        opacity: 0;
    }
}

body .dl-menu.dl-animate-in-1 {
    -webkit-animation: MenuAnimIn2 0.3s ease-in-out;
    animation: MenuAnimIn2 0.3s ease-in-out;
}

@keyframes MenuAnimIn2 {
    0% {
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%);
        opacity: 0;
    }
    100% {
        -webkit-transform: translateX(0px);
        transform: translateX(0px);
        opacity: 1;
    }
}

body .dl-menuwrapper > .dl-submenu.dl-animate-in-1 {
    -webkit-animation: SubMenuAnimIn2 0.3s ease-in-out;
    animation: SubMenuAnimIn2 0.3s ease-in-out;
}

@keyframes SubMenuAnimIn2 {
    0% {
        -webkit-transform: translateX(100%);
        transform: translateX(100%);
        opacity: 0;
    }
    100% {
        -webkit-transform: translateX(0px);
        transform: translateX(0px);
        opacity: 1;
    }
}

body .dl-menuwrapper > .dl-submenu.dl-animate-out-1 {
    -webkit-animation: SubMenuAnimOut2 0.3s ease-in-out;
    animation: SubMenuAnimOut2 0.3s ease-in-out;
}

@keyframes SubMenuAnimOut2 {
    0% {
        -webkit-transform: translateX(0%);
        transform: translateX(0%);
        opacity: 1;
    }
    100% {
        -webkit-transform: translateX(100%);
        transform: translateX(100%);
        opacity: 0;
    }
}

body .dl-menuwrapper li.dl-back a {
    font-size:19px;
}

.erfcms_details>header[id] {
    cursor: pointer;
    padding-left:1em;
    position:relative;
    margin-bottom:15px;
    font-weight:bold;
}

.erfcms_details>header[id]:before {
    position: absolute;
    left:0;
    top:0;
    content: "\f0da";
    font-family: fontawesome;
    width:1em;
    text-align:center;
}

.erfcms_details>header[id].erfcms_open:before {
    content: "\f0d7";
}

.erfcms_social a.facebook, .erfcms_social a.twitter, .erfcms_social a.googleplus, .erfcms_social a.email {
    width:120px;
}

.erfcms_social a.facebook span.count, .erfcms_social a.twitter span.count, .erfcms_social a.googleplus span.count {
    float:right;
    margin:0 -7px 0 0;
    padding: 0 8px;
    border-radius:2px;
}

.erfcms_social .solid a.facebook span.count {
    background-color: #99adcf;
    color: #183a75;
}

.erfcms_social .solid a.twitter span.count {
    background-color: #96d4ee;
    color: #0174a4;
}

.erfcms_social .solid a.googleplus span.count {
    background-color: #eda79d;
    color: #a31601;
}

.erfcms_social .outline a.facebook span.count, .erfcms_social .outline a.twitter span.count, .erfcms_social .outline a.googleplus span.count {
    background-color: #fff;
    color:#999;
}

.erfLightbox {
    position: fixed;
    left:0;
    top:0;
    right:0;
    bottom:0;
    background-color:rgba(0,0,0,0.9);
    z-index:99;
    padding:5px;
}

.erfLightbox div {
    width:100%;
    height:100%;
}

.erfLightbox-close {
    position: absolute;
    top: 10px;
    right:20px;
    display: block;
    font-family: FontAwesome;
    font-size:56px;
    line-height:56px;
    color:#fff !important;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
    text-decoration:none !important;
    opacity: 0.5;
    outline: 0;
    z-index:51;
    cursor:pointer;
}

.erfLightbox-close:hover {
    opacity:0.9;
}

.erfLightbox-close:before {
    content: "\f00d";
}

.erfLightbox .erfSlider-slides>* {
    background-repeat: no-repeat;
    background-size:contain;
    background-position:center center;
    position:relative;
}

.erfLightbox header {
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
    font-size:24px;
    margin:0;
    position: absolute;
    left:0;
    right:0;
    bottom:50px;
}
