body {background-color:#f8f8f8;padding:0px;overflow-y:scroll;}
.container {background:#FFF;padding-top:20px;}
header.top {padding-top:0px;}
.header-title {position:relative;top:20px;}

h3.ce-headline-center {margin-top:10px;}

.row-header.col-md-12 {text-align:center;font-size:36px;font-weight:bold;font-style: italic;}
.logo-mandant {float:right;}
.logo-mandant img {
    max-width: auto;
    height: auto;
    float: right;
    
}

footer .container .row {border-top:none;}

.logo-brand {float:left;}
.col-md-9.header-box {border:1px solid lightgrey;height:145px;}
.col-md-3.header-box {
    border: 1px solid lightgrey;
    height: 145px;
    max-width: 262px;
    margin-right: 20px;
}

.field-errors {
    color: red;
    position: relative;
    top: -8px;
    margin-left: 165px;
}
.event-list-value.event-registrations {text-align:center;}


/* Navigation */
#sidebar-nav .list-group-item {padding:0px;margin-bottom:5px;}
#sidebar-nav .list-group-item a {font-weight:bold;color:#777;
background-image: url("/fileadmin/images/layout/nav-back.png");
background-repeat:no-repeat;
background-position:right 0px;
padding-right:25px;
background-size: 40px 100%;
} 
#sidebar-nav .list-group-item a:hover {font-weight:bold;background:#777;color:#FFF;}
#sidebar-nav .list-group-item.active a {font-weight:bold;background:#777;color:#FFF;}


#sidebar-nav .list-group-item.current:first-child a {background:#777;color:#FFF;}
#sidebar-nav .list-group-item.current:first-child a:hover {background:#777;color:#FFF;}


.row.main .sidebar {
    margin-top: 20px;
}

/* Layout Address Box */
.adress-box {padding:15px;background:#F8F8F8;border:1px solid #ddd;}
.adress-box a {color:#72C1AB;text-decoration:none;}
.adress-box a:hover {text-decoration:underline;}

/* Anmeldeformular */
form.registration label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: 700;
    width: 160px;
	color:#34393f;
}

form.registration .event-registration-label{
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: 700;
    width: 160px;
	color:#34393f;
	float:left;
}


form.registration .event-registration-row {

    width: 100%;
    float: left;
   
    max-width: 510px;

}


form.registration .event-list-label{
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: 700;
    width: 160px;
	color:#34393f;
	float:left;
}

form.registration label.notes {float:left;}

form.registration input[type="text"] {
  width: 280px;
  margin-bottom: 10px;
  border:1px solid #7a7a7a;
  padding-left:5px;
}

form.registration input[type="submit"] {
float:right;
margin-bottom:20px;
position:relative;
right:72px;
}


form.registration textarea {
    overflow: auto;
    width: 279px;
	padding-left:5px;
	height:165px;
	margin-bottom:20px;
}

form.registration h3 {color:#00a79f;font-size:20px;float:left;width:100%;}

	.logo-mandant img {
    height: 60px;
    width: auto;
    float: right;
	max-width:auto;
	
	
}
