@charset "UTF-8";
@import url("webfonts/CooperHewitt_Book/stylesheet.css");
@import url("webfonts/CooperHewitt_Bold/stylesheet.css");
@import url("webfonts/CooperHewitt_Medium/stylesheet.css");
@import url("webfonts/CooperHewitt_Semibold/stylesheet.css");

/*Global / Desktop View*/
body {
    background-color: rgba(255,255,255,1.00);
    font-family: "CooperHewitt Book";
    font-size: 1.1em;
    height: auto;
}
header {
    margin-top: 20px;
    margin-bottom: 20px;
    margin-left: 1%;
    margin-right: 1%;
    width: 98%;
    height: auto;
}
.jk-logo   {
    width: 100%;
    height: auto;
    max-width: 600px;
    float: left;
    margin-bottom: 10px;
    margin-top: 5px;
}
.nav-contact {
    max-width: 180px;
    width: 50%;
    height: auto;
    float: left;
    clear: both;
    margin-top: 0%;
    margin-bottom: 1%;
}
.container {
    max-width: 1366px;
    width: 100%;
    height: auto;
    display: block;
    margin-left: auto;
    margin-right: auto;
}
main {
    min-height: 400px;
}
footer {
    margin-right: 1%;
    margin-left: 1%;
    margin-bottom: 1%;
    width: 98%;
    max-height: 80px;
    height: auto;
    float: left;
    clear: both;
    text-decoration: none;
}
p {
    font-family: "CooperHewitt Book";
    font-size: 1.1em;
    color: #7F7F7F;
}
.image-grid {
    margin-top: 1%;
    margin-bottom: 1%;
    float: left;
}
.image-grid:after {
    clear: both;
    display: block;
    content: "";
}
.float-left {
    float: left;
}
.float-right {
    float: right;
}
.clear-fix {
    clear: both;
}
.responsive-image {
    width: 100%;
    height: auto;
    display: block;
}
.text-image {
    color: #332A24;
    font-family: "CooperHewitt Book";
    font-size: 1.1em;
    text-decoration: none;
    text-transform: none;
    margin-top: 1%;
}
.p-contact-seite {
    float: left;
    clear: both;
    margin-top: 150px;
    margin-left: 1%;
    margin-right: 1%;
    font-size: 1.1em;
    color: #332A24;
    text-decoration: none;
    text-transform: none;
    list-style-image: none;
    list-style-type: none;
}
.ces-style {
    font-size: small;
    clear: both;
    color: #332A24;
    margin-left: 1%;
}
.col {
    margin-left: 1%;
    margin-right: 1%;
    margin-bottom: 1%;
    margin-top: 1%;
}
.text-img-lg {
    text-decoration: none;
    color: #332A24;
    /* [disabled]font-family: "CooperHewitt Book"; */
    font-size: 1em;
    text-transform: none;
    margin-left: 1%;
    margin-right: 1%;
}
.p-titel {
    color: #332A24;
    font-family: "CooperHewitt Semibold";
    font-size: 1.4em;
}

/*Desktop View*/
@media screen and (min-width:769px){
.col-lg {
    width: 31.3%;
    margin: 1%;
}   
}

/*Tablet View*/
@media screen and (min-width:401px) and (max-width:768px){
.col-md {
    width: 48%;
    margin: 1%;
}
.p-contact-seite-tablet {
    font-size: medium;
}
}

/*Mobile View*/
@media screen and (max-width:400px){
header a img {
    width: 100%;
    height: 100%;
    text-align: left;
}
.contact a img {
    width: 50%;
    height: 50%;
    text-align: left;
}
.col-xs {
    width: 98%;
    margin: 1%;
}
.p-contact-seite-tel {
    font-size: medium;
    margin-top: 100px;
}
}
