/*Algemein
*******************************************************************************/
html {
    box-sizing: border-box;
}

*,
::before,
::after {
    box-sizing: inherit;
}

body {
    margin: 0 auto;
    width: 700px;
    font-family: 'Open Sans', sans-serif;
    padding: 20px;
    background-image: url(/img/background.png);
}

h1,h2,h3,h4,h5{
    padding: 0px;
    margin-bottom: 10px;
}
/*h4{
    padding: 0px;
    margin: 0px;
}*/
p{
    margin: 5px 0;
}

table{
    border-collapse: collapse;
}
td{
    padding: 6px 10px 6px 10px;
    line-height: 35px;
}
td:last-child{
    width: 320px;
}
td:first-child{
    text-align: right;
}
.td_kontakt{
    width: 110px;
}
ul{
    margin: 5px 0;
}

/*Formularfelder Devinieren
*******************************************************************************/
.fruehstueck_box{
    float: left;
    width: 70px;
    margin-right: 5px;
}
.input_text{
    width: 100%;
    height: 35px;
    color: #333333;
    background-color: #ffffff;
    border:#cccccc solid 1px;
    font-size: 15px;
    padding: 7px;
}
.input_text:focus{
    box-shadow: #428bca 0px 0px 6px 1px;
    border:#428bca solid 1px;
}
.input_text:disabled{
    background-color:#EBEBEB;
    color: #999999;
}
.input_textarea{
    width: 100%;
    height: 200px;
    resize: none;
    color: #333333;
    background-color: #ffffff;
    border:#cccccc solid 1px;
    font-size: 15px;
    padding: 7px;
}
.input_textarea:focus{
    box-shadow: #428bca 0px 0px 6px 1px;
    border:#428bca solid 1px;
}
.input_textarea:disabled{
    background-color:#EBEBEB;
    color: #999999;
}
.input_select {
    background:  url(/img/dropdown.png) no-repeat right #ffffff;
    width: 100%;
    padding: 7px;
    font-size: 15px;
    line-height: 1;
    border-radius: 0;
    border:#cccccc solid 1px;
    height: 35px;
    -webkit-appearance: none;
    -moz-appearance: none;
}
.input_select:focus{
    box-shadow: #428bca 0px 0px 6px 1px;
    border:#428bca solid 1px;
}
.input_select:disabled{
    background-color:#EBEBEB;
    border-color: #cccccc;
}

input[type=checkbox]:not(old),
input[type=radio   ]:not(old){
    display: none;
}
input[type=checkbox]:not(old) + label,
input[type=radio   ]:not(old) + label{
    float: left;
    display: inline-block;
    margin-right: 10px;
}
input[type=checkbox]:not(old) + label > span,
input[type=radio   ]:not(old) + label > span{
    display          : inline-block;
    width            : 20px;
    height           : 20px;
    margin           : 0 3px 3px 0;
    border           : #cccccc solid 1px;
    border-radius    : 0;
    background       : #ffffff;
    vertical-align   : middle;
}
input[type=checkbox]:not(old):checked + label > span,
input[type=radio   ]:not(old):checked + label > span{
    background       : #ffffff;
}

input[type=checkbox]:not(old):checked + label > span > span,
input[type=radio   ]:not(old):checked + label > span > span{
    display          : block;
    width            : 14px;
    height           : 14px;
    margin           : 2px;
    border           : 1px solid #2a6496;
    border-radius    : 0;
    background       : #428bca;
}
.submit{
    height: 35px;
    color: #333333;
    background-color: #ffffff;
    border:#cccccc solid 1px;
    font-size: 15px;
    padding: 7px;
    text-decoration: none;
}
.submit:hover,
.submit:focus{
    box-shadow: #428bca 0px 0px 6px 1px;
    border:#428bca solid 1px;
}

/*Seite
*******************************************************************************/
.seite{
    width: 100%;
    background-color: #ffffff;
    float: left;
    padding: 0;
    margin: 0;
}

/*header{
    width: 100%;
    height: 60px;
    float: left;
    background-color: #269abc;
    margin: 0;
    padding: 0;
}*/
.slider{
    width: 660px;
    height: 250px;
    float: left;
    /*background-color: #d58512;*/
}
.slider img{
    display: none;
}.slider img:first-child{
    display: block;
}
.seiten_inhalt{
    width: 100%;
    min-height: 300px;
    float: left;
    background-color: #EBEBEB;
    padding: 15px 10px;
    margin:0;
}
footer{
    width: 100%;
    line-height: 10px;
    float: left;
    background-color: #302f2f;
}
footer p{
    color: #9b9a9a;
    text-align: center;
    font-size: 12px;
    font-weight: 200;
}

/* Menu 
*******************************************************************************/
nav{
    width: 100%;
    float: left;
    background: #302f2f;
    font-weight: 400;
}
#menu,
#menu > ul {
    font-family: 'Open Sans', sans-serif;
    float: left;
}
#menu:before,
#menu:after,
#menu > ul:before,
#menu > ul:after {
    content: "";
    display: table;
}
#menu:after,
#menu > ul:after {
    clear: both;
}
#menu {
    width: auto;
}
#menu > ul {
    margin: 0;
    padding: 0;
    position: relative;
}
#menu > ul li {
    margin: 0;
    padding: 0;
    list-style: none;
}
#menu > ul > li {
    float: left;
    position: relative;
    border-right: solid 1px #EBEBEB;
}
#menu > ul > li > a {
    padding: 12px 12px;
    display: block;
    color: #9b9a9a;
    font-size: 13px;
    text-decoration: none;
    text-transform: uppercase;
    line-height: 18px;
}
#menu > ul > li:hover > a,
#menu > ul > li.active > a,
#menu > ul > li > a:active{
    background: #EBEBEB;
    color: #000;
}
#menu > ul > li > a > span {
    line-height: 18px;
}

/*Sprachen
*******************************************************************************/
.sprachen{
    float: right;
    background: #302f2f;
    line-height: 42px;
    font-size: 12px;
    font-weight: 600;
}

.sprachen a{
    background-color: #EBEBEB;
    color: #000;
    border: solid 1px #9b9a9a;
    padding: 5px;
    margin-right: 5px;
    text-decoration: none;
    text-transform: uppercase;
}
.sprachen a:hover,
.sprachen a.active:hover{
    background-color: #9b9a9a;
    box-shadow: #428bca 0px 0px 6px 1px;
    border: solid 1px #428bca;
}
.sprachen a.active{
    background-color: #9b9a9a;
}

/*Errors
*******************************************************************************/
.error_div{
    width: auto;
    color: #000;
    padding: 0;
}
.error_div table{
    width: 500px;
    border-collapse: collapse;
    background-color:  rgba(255, 0, 0, 0.1);
    border: solid 1px;
    border-color: rgba(255, 0, 0, 0.3);
}
.error_div table td{    
    line-height: normal;
    padding: 10px;
    margin: 0;
}
.error_div table td:first-child{
    width: 85px;
}
/*Success
*******************************************************************************/
.success_div{
    width: auto;
    color: #000;
    padding: 0;
}
.success_div table{
    width: 500px;
    border-collapse: collapse;
    background-color:  rgba(0, 200, 0, 0.1);
    border: solid 1px;
    border-color: rgba(0, 200, 0, 0.3);
    margin-bottom: 10px;
}
.success_div table td{    
    line-height: normal;
    padding: 10px;
    margin: 0;
}
.success_div table td:first-child{
    width: 85px;
}
/*Info
*******************************************************************************/

.info_div{
    width: auto;
    color: #000;
    padding: 0;
}
.info_div table{
    width: 500px;
    border-collapse: collapse;
    background-color:  rgba(66, 139, 202, 0.2);
    border: solid 1px;
    border-color: rgba(66, 139, 202, 0.3);
    margin-bottom: 10px;
}
.info_div table td{    
    line-height: normal;
    padding: 10px;
    margin: 0;
}
.info_div table td:first-child{
    width: 85px;
}