@import url(https://fonts.googleapis.com/css?family=Days+One);
@import url(https://fonts.googleapis.com/css?family=Roboto:400,700,300);



body {
	background-color:#ffffff;
	text-align:left;
	margin: 0;
	font-size: 12px;
	font-family: 'Roboto', sans-serif;
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
}

.menu a {
    border-bottom: none !important;
}

.menu a:hover {
    border-bottom: none !important;
}


/* Smartphones (portrait and landscape) ----------- */
@media only screen 
and (min-width : 300px) {

a {
    color: #000;
    text-decoration: underline;
    border-bottom: 1px solid #fff;
}

a:hover {
    color: #000;
    text-decoration: none;
    border-bottom: none;
}

header {
    width: 100%;
    height: 80px;
    position: relative;
    background: #fff;
}

.header-inner {
    width: 100%;
    height: 55px;
    padding: 10px 15px;
    bottom: 0;
    position: absolute;
}

.logo {
    float: left;
}

.logo img {
    width: 150px;
    margin-top: -5px;
}

.header-info {
    float: right;
    display: none;
	font-family: 'Days One', sans-serif;
}

.header-info span.phone {
	font-family: 'Roboto', sans-serif;
	font-size: 11px;
}

.header-info ul {
    list-style: none;
    padding: 0;
    margin: 0;
    padding-top: 20px;
}

.header-info li {
    display: inline-block;
    margin-left: 40px;
}

.slides {
    max-width: 320px;
    width: 100%;
    height: 100vh;
    overflow: hidden;
    position: absolute;
    z-index:-9999;  
}

.slides img.bgM {
    width: auto;
    height: 550px; 
    left: 50%; 
    margin-left: -100%; 
    position: relative;
}

.content {
    max-width: 1000px;
    min-height: 72vh;
    margin: 0 auto;
    padding-top: 20px;
}

.menu {
    display: none;
    width: 200px;
    float: left;
    height: auto;
    margin-right: 10px;
}

.menu-mobile-btn {
    float: right;
    margin-right: 15px;
    margin-top: -10px;
    cursor: pointer;
}

.menu-mobile {
    background: #fff;
    right: 0;
    margin-right: 10px;
    border: 1px solid #000;
    display: none;
    z-index: 9999999;
    position: absolute;
}

.menu-mobile ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.menu-mobile ul li {
    display: block;
    border-bottom: 1px solid #000;
}

.menu-mobile ul li:last-child {
    display: block;
    border-bottom: none;
}

.menu-mobile ul li a {
    display: block;
    padding: 10px 20px;
    background: #fff;
    color: #000;
    font-family: 'Days One', sans-serif;
    text-decoration: none;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    position: relative;
    border-bottom: none;
    letter-spacing: 2px;
}

.menu-mobile ul li a:hover {
    background: #3a3a39;
    color: #fff;
}

.menu-mobile ul li a.active {
    background: #3a3a39;
    color: #fff;
}

.menu ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.menu ul li {
    display: block;
}

.menu ul li a {
    display: block;
    padding: 15px 20px;
    margin-bottom: 10px;
    background: #fff;
    color: #000;
    font-family: 'Days One', sans-serif;
    text-decoration: none;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    position: relative;
    border-bottom: none;
    letter-spacing: 2px;
}

.menu ul li a:hover {
    background: #3a3a39;
    color: #fff;
}

.menu ul li a.active {
    background: #3a3a39;
    color: #fff;
}

.menu ul li a.active:before, .menu ul li a:hover:before {
    content: url("img/ecke_menu.png");
    left: 0px;
    position: absolute;
    top: 40px;
    width: 10px;
    z-index: 100000;
}

.menu ul li a.active:after, .menu ul li a:hover:after {
    content: url("img/ecke_menu_r.png");
    right: 0;
    position: absolute;
    top: 40px;
    width: 10px;
    z-index: 100000;
}

.content-right {
    width: 300px;
    float: none;
    background: #fff;
    padding: 20px;
    color: #3a3a39;
    font-size: 12px;
    line-height: 22px;
    font-weight: 400;
    position: relative;
    max-height: 450px;
    overflow: scroll;
    margin: 0 auto;
}

.content-right ul li {
    font-weight: 700;
    list-style: square;
}

.content-right h1 {
    font-family: 'Days One', sans-serif;
    font-size: 20px;
    letter-spacing: 3px;
}

.clear {
    clear: both;
}

.contact {
    width: auto;
    padding-bottom: 5px;
    border-bottom: 1px solid #000;
    margin-bottom: 10px;
}

.contact-img {
    width: 80px;
    height: 80px;
    overflow: hidden;
    float: left;
    margin-right: 20px;
    display: block;
}

.contact-img img {
    width: 100%;
    height: auto;
}

.contact-info {
    width: 150px;
    min-height: auto;
    float: left;
    margin-right: 0px;
    padding: 0px 0px 10px 0px;
    font-size: 10px;
    line-height: 12px;
}

.contact-phone {
    display: none;
}

.contact-phone-mobile img {
    width: 30px;
    margin-top: 0px;
    margin-right: 5px;
}

.mobile-contact {
    width: 100%;
    height: 110px;
    background: #fff;
	padding-right: 10px;
}

.mobile-contact a {
    border-bottom: none;
    text-decoration: none;
}

.mobile-contact img {
    width: 50px;
    float: right;
    margin-top: 20px;
}

span.days {
    font-family: 'Days One', sans-serif;  
    display: block; 
}

span.contactphone {
    font-family: 'Days One', sans-serif;
    font-size: 10px;
    display: inherit;
    width: 30px;
    float: left;
}


}


/* iPads (portrait) ----------- */
@media only screen 
and (min-width : 768px) {

body, html {
    max-height: 100%;
    height: 100%;
    overflow: hidden;
}

.mobile-contact {
    display: none;
}

.menu-mobile-btn {
    float: right;
    margin-right: 15px;
    margin-top: -10px;
    cursor: pointer;
    display: none;
}

a {
    color: #fff;
    text-decoration: none;
    border-bottom: 1px solid #fff;
}

a:hover {
    color: #fff;
    text-decoration: none;
    border-bottom: none;
}

header {
    width: 100%;
    height: 140px;
    position: relative;
    background: #fff;
}

.header-inner {
    width: 750px;
	padding-right: 5px;
}

.logo {
    float: left;
}

.logo img {
    width: 200px;
    margin-left: 6px;
}

.header-info {
    float: right;
    display: inherit;
	font-family: 'Days One', sans-serif;
}

.header-info span.phone {
	font-family: 'Roboto', sans-serif;
	font-size: 11px;
}

.header-info span.phone a {
	font-family: 'Roboto', sans-serif;
	font-size: 11px;
	color: #000;
}


.header-info ul {
    list-style: none;
    padding: 0;
    margin: 0;
    padding-top: 20px;
}

.header-info li {
    display: inline-block;
    margin-left: 0px;
}

.slides {
    max-width: 100%;
    width: 100%;
    height: 100vh;
    overflow: hidden;
    position: absolute;
    z-index:-9999;  
}

.slides img.bgM {
    width: 100%;
    min-height: 100vh;
    height: auto;
    overflow: hidden;
    z-index:-9999;
    position: absolute; 
    left: 0; 
    margin-left: 0; 
}

.content {
    max-width: 740px;
    height: auto;
    margin: 0 auto;
    padding-top: 20px;
}

.menu {
    display: inherit;
    width: 200px;
    float: left;
    height: auto;
    margin-right: 10px;
}

.menu ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.menu ul li {
    display: block;
}

.menu ul li a {
    display: block;
    padding: 15px 20px;
    margin-bottom: 10px;
    background: #fff;
    color: #000;
    font-family: 'Days One', sans-serif;
    text-decoration: none;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    position: relative;
    border-bottom: none;
    letter-spacing: 2px;
}

.menu ul li a:hover {
    background: #3a3a39;
    color: #fff;
}

.menu ul li a.active {
    background: #3a3a39;
    color: #fff;
}

.menu ul li a.active:before, .menu ul li a:hover:before {
    content: url("img/ecke_menu.png");
    left: 0px;
    position: absolute;
    top: 40px;
    width: 10px;
    z-index: 100000;
}

.menu ul li a.active:after, .menu ul li a:hover:after {
    content: url("img/ecke_menu_r.png");
    right: 0;
    position: absolute;
    top: 40px;
    width: 10px;
    z-index: 100000;
}

.content-right {
    width: 520px;
    height: auto;
    float: left;
    background: #3a3a39;
    padding: 40px;
    color: #f8f8f8;
    font-size: 12px;
    line-height: 22px;
    font-weight: 400;
    position: relative;
    max-height: 550px;
    overflow: auto;
}

/*
.content-right:after {
    content: url("img/ecke_menu_r.png");
    right: 0;
    position: absolute;
    bottom: -13px;
    width: 10px;
    z-index: 100000;   
}
*/
.content-right ul li {
    font-weight: 700;
    list-style: square;
}

.content-right h1 {
    font-family: 'Days One', sans-serif;
    font-size: 20px;
    letter-spacing: 3px;
}

.clear {
    clear: both;
}

.contact {
    width: auto;
    padding-bottom: 5px;
    border-bottom: 1px solid #fff;
    margin-bottom: 10px;
}

.contact-img {
    width: 120px;
    height: 100px;
    overflow: hidden;
    float: left;
    margin-right: 20px;
    display: block;
}

.contact-info {
    width: 200px;
    min-height: 0px;
    float: left;
    margin-right: 10px;
    font-size: 12px;
    padding: 0px 0px 10px 0px;
}

.contact-phone {
    display: inherit;
    width: 190px;
    min-height: 100px;
    float: left;
    padding: 0px 0px 10px 0px;
    font-size: 11px;
}

.contact-phone-mobile {
    display: none;
}

.contact-phone a {
    color: #fff;
}

span.days {
    font-family: 'Days One', sans-serif;   
}

span.contactphone {
    font-family: 'Days One', sans-serif;
    font-size: 12px;
    display: inherit;
    width: 40px;
    float: left;
}

}

/* Desktops and laptops ----------- */
@media only screen 
and (min-width : 1024px) {

.mobile-contact {
    display: none;
}

.menu-mobile-btn {
    float: right;
    margin-right: 15px;
    margin-top: -10px;
    cursor: pointer;
    display: none;
}

a {
    color: #fff;
    text-decoration: none;
    border-bottom: 1px solid #fff;
}

a:hover {
    color: #fff;
    text-decoration: none;
    border-bottom: none;
}

header {
    width: 100%;
    height: 140px;
    position: relative;
    background: #fff;
}

.header-inner {
    width: 1000px;
    left: 50%;
    padding: 10px 0px;
    margin-left: -500px;
}

.logo {
    float: left;
}

.logo img {
    width: 200px;
    margin-left: 0px;
}

.header-info {
    float: right;
    display: inherit;
	font-family: 'Days One', sans-serif;
}

.header-info span.phone {
	font-family: 'Roboto', sans-serif;
	font-size: 11px;
}

.header-info ul {
    list-style: none;
    padding: 0;
    margin: 0;
    padding-top: 20px;
}

.header-info li {
    display: inline-block;
    margin-left: 40px;
}

.slides {
    max-width: 100%;
    width: 100%;
    height: 100vh;
    overflow: hidden;
    position: absolute;
    z-index:-9999;  
}

.slides img.bgM {
    width: 100%;
    min-height: 100vh;
    height: auto;
    overflow: hidden;
    z-index:-9999;
    position: absolute; 
}


.content {
    max-width: 1000px;
    height: auto;
    margin: 0 auto;
    padding-top: 20px;
}

.menu {
    display: inherit;
    width: 200px;
    float: left;
    height: auto;
    margin-right: 10px;
}

.menu ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.menu ul li {
    display: block;
}

.menu ul li a {
    display: block;
    padding: 15px 20px;
    margin-bottom: 10px;
    background: #fff;
    color: #000;
    font-family: 'Days One', sans-serif;
    text-decoration: none;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    position: relative;
    border-bottom: none;
    letter-spacing: 2px;
}

.menu ul li a:hover {
    background: #3a3a39;
    color: #fff;
}

.menu ul li a.active {
    background: #3a3a39;
    color: #fff;
}

.menu ul li a.active:before, .menu ul li a:hover:before {
    content: url("img/ecke_menu.png");
    left: 0px;
    position: absolute;
    top: 40px;
    width: 10px;
    z-index: 100000;
}

.menu ul li a.active:after, .menu ul li a:hover:after {
    content: url("img/ecke_menu_r.png");
    right: 0;
    position: absolute;
    top: 40px;
    width: 10px;
    z-index: 100000;
}

.content-right {
    width: 790px;
    height: auto;
    float: left;
    background: #3a3a39;
    padding: 40px;
    color: #f8f8f8;
    font-size: 12px;
    line-height: 22px;
    font-weight: 400;
    position: relative;
    max-height: 550px;
    overflow: auto;
}

/*
.content-right:after {
    content: url("img/ecke_menu_r.png");
    right: 0;
    position: absolute;
    bottom: -13px;
    width: 10px;
    z-index: 99999999;   
}
*/

.content-right ul li {
    font-weight: 700;
    list-style: square;
}

.content-right h1 {
    font-family: 'Days One', sans-serif;
    font-size: 20px;
    letter-spacing: 3px;
}

.clear {
    clear: both;
}

.contact {
    width: auto;
    padding-bottom: 5px;
    border-bottom: 1px solid #fff;
    margin-bottom: 10px;
}

.contact-img {
    width: 140px;
    height: 100px;
    overflow: hidden;
    float: left;
    margin-right: 20px;
    display: block;
}

.contact-info {
    width: 350px;
    min-height: 100px;
    float: left;
    margin-right: 10px;
    font-size: 12px;
    padding: 50px 0px 10px 0px;
}

.contact-phone {
    display: inherit;
    width: 190px;
    min-height: 100px;
    float: left;
    padding: 30px 0px 10px 0px;
    font-size: 11px;
}

.contact-phone-mobile {
    display: none;
}

.contact-phone a {
    color: #fff;
}

span.days {
    font-family: 'Days One', sans-serif;   
}

span.contactphone {
    font-family: 'Days One', sans-serif;
    font-size: 12px;
    display: inherit;
    width: 40px;
    float: left;
}

}
