@font-face {
    font-family: 'john_handyregular';
    src: url('../fonts/john_handy.woff2') format('woff2'),
         url('../fonts/john_handy.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url('../fonts/lato-light.woff2') format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('../fonts/lato-regular.woff2') format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url('../fonts/lato-bold.woff2') format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
html {
    width: 100vw;
    overflow-x: hidden;
}
.popup {
    position: fixed;
    text-align: center;
    padding: 2rem;
    box-sizing: border-box;
    width: 80%;
    height: 80%;
    font-size: 1.3rem;
    text-transform: uppercase;
    background-color: #6d6057f9;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: 500px;
    max-height: 500px;
    box-shadow: 0 0 10px #00000066, 
        0 0 100vw 100vw rgba(216,194,179,0.9);
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    opacity: 0;
    pointer-events: none;
    z-index: 100000;
    transition: opacity .5s ease-in-out .5s
}
.popup.popopen {
    opacity: 1;
    pointer-events: all
}
.popup #closepopup {
    position: absolute;
    top: 1rem;
    right: 1rem;
    cursor: pointer;
}
body {
    background-image: url(../images/general/background.jpg);
    background-position: center;
    background-size: cover;
    background-attachment: fixed;
    font-family: 'Lato', sans-serif;
    font-weight: 400:
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    margin: 0;
    padding: 0;
    color: #58585a;
    font-size: 16px;
    line-height: 24px;
}
a {
    text-decoration: none;
}

h1 {
    font-family: 'john_handyregular';
    color: #fff;
    font-size: 44px;
    font-weight: 400;
    line-height: 62px;
    margin: 0px 0px 10px;
}
h2 {
    font-size: 18px;
    margin: 14px 0px 30px;
}

.writing {
	    font-family: 'john_handyregular';
}

.outerwrapper {
    position: relative;
    width: 100%;
    height: calc(100vh - 60px);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    padding-bottom: 0px;
    min-height: 850px;
}
.innerwrapper {
    position: relative;
    width: 100%;
    height: 850px;
    box-shadow: 0px 0px 46px rgba(104, 87, 75, 0.4);
    background-color: rgba(247, 231, 218, 1);
    display: flex;
    flex-flow: row-reverse wrap;
    overflow: hidden;
    max-width: 1800px;
}
.innerwrapper:before, .innerwrapper:after {
    content: "";
    background-color: #8d8077;
    height: 2px;
    display: block;
    width: 100%;
    position: absolute;
    z-index: 10;
}
.innerwrapper:before {
    top: 20px;
    left: 0;
}
.innerwrapper:after {
    bottom: 20px;
    right: 0;
}
@media (max-width:850px) {
.outerwrapper {
    display: block !important;
    padding-bottom: 20px !important;
    height: auto !important;
}
.innerwrapper {
    height: auto;
    display: flex;
    flex-flow: column;
    overflow: visible;
}
.content > .logobox {
    padding: 55px 30px 0px !important;
    text-align: center !important;
}
.content > article {
    padding: 30px 30px !important;
    max-height: 100% !important;
    overflow: visible !important;
    box-sizing: border-box;
}
.innerwrapper > * {
    max-width: 100% !important;
    margin: 0 !important;
} 
.innerwrapper:before, .innerwrapper:after {
    width: 100vw;
}
.innerwrapper::after {
    bottom: auto !important;
    right: 0;
    top: 180px !important;
}
.siteimage {
    margin-bottom: -70px !important;
}
.siteimage#ueber_mich {
    background-position: center !important;
    }
nav ul {
    margin-top: 0 !important;
}
.navbutton {
    display: block !important;
    padding: 0;
    text-transform: uppercase;
    text-align: center;
    transform: scale(1) !important;
    cursor: pointer;
}
nav.navi {
    height: auto;
    max-height: 50px;
    overflow: hidden;
    transition: all 0.3s ease-in;
    padding: 10px 0px;
}
nav.drop {
    height: auto;
    max-height: 750px;
    overflow: hidden;
    transition: all 0.3s ease-in;
}
.centerbar .contactdata {
    display: none;
}
footer .footerdata {
    display: flex !important;
    flex-flow: row wrap;
    text-align: left;
    max-width: 430px;
    margin: 0 auto;
    justify-content: space-between;
}
footer .footerdata p {
	width: 50%;
	margin-left: 5px;
	margin-top: 5px;
}
footer .footerdata .day {
    display: inline-block;
    width: 45%;
}
footer .footerdata .time {
    display: inline-block;
    width: 55%;
}
footer .footerdata p:last-child {
	width: 40% !important;
}
}
.content {
    background-color: #c6c0bc;
    box-shadow: 0px 0px 10px #7e6a5b;
    max-width: 575px;
    flex: 1 1 300px;
    z-index: 5;
}
.content > .logobox {
    padding: 55px 31px 0px;
    box-sizing: border-box;
    text-align: left;
}
.content > .logobox img {
    width: 80%;
    max-width: 364px;
}
.content > article {
    padding: 30px 20px 0px 30px;
    max-height: 600px;
    overflow-y: scroll;
    box-sizing: border-box;
}
.content > article.contentbox {
    max-height: 550px;
    overflow-y: scroll;
    box-sizing: border-box;
    scrollbar-width: thin;
    scrollbar-color: #8d8077 transparent;
}
::-webkit-scrollbar {
    width: 8px;
    height: 100%;
}
::-webkit-scrollbar:disabled {
    display: none;
}
::-webkit-scrollbar-button{
    display: none
}
::-webkit-scrollbar-track {
    background-color: transparent;
    margin: -4px;
}
::-webkit-scrollbar-thumb {
    background-color: #8d8077;
    border-radius: 4px;
}
.content a {
	color: #f7e7da;
    transition: color 0.5s ease-in-out;
}
.content a:hover {
	color: #8d8077;
}
.centerbar {
    /*background-color: rgba(247, 231, 218, 0.9);*/
    background: -moz-linear-gradient(left, rgba(175,148,128,0.9) 0%, rgba(216,194,179,0.9) 2%, rgba(247,231,218,0.9) 5%, rgba(247,231,218,0.9) 100%);
    background: -webkit-linear-gradient(left, rgba(175,148,128,0.9) 0%,rgba(216,194,179,0.9) 2%,rgba(247,231,218,0.9) 5%,rgba(247,231,218,0.9) 100%);
    background: linear-gradient(to right, rgba(175,148,128,0.9) 0%,rgba(216,194,179,0.9) 2%,rgba(247,231,218,0.9) 5%,rgba(247,231,218,0.9) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e6af9480', endColorstr='#e6f7e7da',GradientType=1 );
    max-width: 220px;
    min-width: 220px;
    color: #58585a;
    flex: 1 1 70px;
    z-index: 9;
}

/* ========== - Gestaltung Teamseite - ========== */

.teamtable {
	display: block;
	width: 100%;
}

.teamrow {
	display:flex; 
    flex-flow: row wrap-reverse;
    justify-content: space-between;
    align-items: stretch;
}

.teamcell {
	display: block;
}

#teamtext {
	flex: 1 1 70%;
    box-sizing: border-box;
    padding-right: 50px;
}
#teamtext h3 {
	margin: 5px 0px;
}

#teamtext p {
	margin: 0px 0px 10px 0px;
}

#teamimg {
	flex: 1 1 100px;
}

#teamimg img {
	max-width: 120px;
	margin: 20px 0px;
    border-radius: 100%;
}

/* ========== - Gestaltung Teamseite-Ende - ========== */

/* ========== - Gestaltung Preisseite - ========== */

.pricetable {
	display: table;
	width: 100%;
	margin: 50px 0px;
    box-sizing: border-box;
    border-collapse: collapse;
    table-layout: fixed;
}

.pricetable p, .pricetable h3 {
    padding: 0px 5px;
	margin: 5px 0px;
}
.pricetable h3 {
    font-family: 'john_handyregular';
    font-size: 1.7rem;
}

.pricerow {
	/*display:table-row; */
    display: inline-flex !important;
    justify-content: stretch;
    width: 100%;
    flex-flow: row wrap;
    border-bottom: 3px solid #c6c0bc;
}
.pricerow.hascells {
    background-color: rgba(255,255,255,0.2);
}

.pricecell {
	display: table-cell;
    vertical-align: middle;
    border-bottom: 3px solid #c6c0bc;
    border-left: 3px solid #c6c0bc;
    border-right: 3px solid #c6c0bc;
}
.pricecell:empty {
    background-color: #c6c0bc !important;
}
.pricetext, .pie_box {
}
.pricetext {
    flex: 1 1 160px;
}
.pie_box {
    display: inline-flex;
    align-content: center;
    justify-content: space-between;
}
.priceineuro {
	text-align: right;
    flex: 1 1 100px;
}

.pricecellfull {
	width: 100%;
}
.priceineuro.textcell {
    text-align: left !important;
}
.fullwidth {
    display: table-caption !important;
    caption-side: bottom;
    margin: 0px 3px;
}
/* ========== - Gestaltung Preisseite-Ende - ========== */

/* ========== - Gestaltung Impressionen - ========== */

.imagegallery {
    list-style: none;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row wrap;
    justify-content: space-between;
    padding: 0;
}
.imagegallery li {
    width: 110px;
    height: 110px;
    margin-bottom: 10px;
    overflow: hidden;
    display: inline-flex;
    align-items: center;
    border: 0px solid #fff;
    transition: border 0.3s ease-in;
    box-sizing: border-box;
    cursor: pointer;
}
.imagegallery li:hover {
    border: 2px solid rgb(255, 255, 255) !important;
    transition: border 0.3s ease-in;
}
.imagegallery li img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}
/* .gal.fullimg {
    position: fixed;
    height: calc(100vh - 40px);
    top: 20px;
    left: 20px;
    width: calc(100% - 40px);
    z-index: 100 !important;
    display: block;
    margin: 0 !important;
    background-size: contain !important;
    background-repeat: no-repeat;
    background-color: rgba(0,0,0,0);
    cursor: auto !important;
}
.galbg:after {
    content: "";
    display: block;
    background-color: rgba(0,0,0,0.7);
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    z-index: 90;
}
.gallerybox {
    pointer-events: none;
}
.gallerybox.gal {
    cursor: pointer;
    pointer-events: all;
}
.gallerybox.gal:before, .gallerybox.gal.fullimg:before, .gallerybox.gal.fullimg:hover:before {
    content: url(../images/general/lupe.png) "\A Klicken zum vergrößern";
    position: relative;
    font-size: 22px;
    color: #fff;
    left: calc(60% - 60px);
    width: 120px;
    text-align: center;
    cursor: pointer;
    opacity: 0;
    height: 100%;
    display: flex;
    vertical-align: middle;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    -webkit-filter: drop-shadow(0px 0px 0px #412700) drop-shadow(0px 0px 0px #412700) blur(5px);
    filter: drop-shadow(0px 0px 0px #412700) drop-shadow(0px 0px 0px #412700) blur(5px);
    transition: all 0.3s ease-in;
}
.gallerybox.gal:hover:before {
    opacity: 1;
    -webkit-filter: drop-shadow(0px 0px 10px #412700) drop-shadow(0px 0px 4px #412700) blur(0px);
    filter: drop-shadow(0px 0px 10px #412700) drop-shadow(0px 0px 4px #412700) blur(0px);
    transition: all 0.3s ease-in;
}*/
.gallerybox p {
    font-size: 100px;
    color: #fff;
    cursor: pointer;
    display: none;
    margin: 0;
    transform: scale(1);
    opacity: 0.7;
    transition: all 0.3s ease-in;
}
.gallerybox p:hover {
    transform: scale(1.5);
    opacity:  1;
    transition: all 0.3s ease-in;
}
.closer {
    font-size: 35px !important;
    position: absolute;
    right: 20px;
    top: 20px;
    z-index: 1000;
}
.prev, .next {
    top: 0;
    height: calc(100vh - 40px);
    width: 20%;
    max-width: 80px;
    position: absolute;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}
.prev {
    left: -20px;
}
.next {
    right: -20px;
}
.fullimg p {
    display: block !important;
}
.placeholder {
    margin-left: -220px;
    flex: 1 1 270px;
    min-height: 270px;
    z-index: 0;
    display: none;
    background-image: url(../images/siteimages/siteimage_impressionen.jpg);
    background-position: center;
    background-size: cover;
}
/*
.fullimgbox > .placeholder {
    display: block;
}

@media (max-width:850px) {
.placeholder {
    display: block;
    margin-bottom: -70px !important;

.gallerybox {
    display: none;
}
.gallerybox.gal.fullimg {
    cursor: pointer;
    pointer-events: all;
    position: fixed;
    height: calc(100vh - 40px);
    top: 20px;
    left: 20px;
    width: calc(100% - 40px);
    z-index: 100 !important;
    display: block;
    margin: 0 !important;
    background-size: contain !important;
    background-repeat: no-repeat;
    background-color: rgba(0,0,0,0);
    cursor: auto !important;
}
}*/
/* ========== - Gestaltung Kontaktseite - ========== */

.formular {
    opacity: 1;
    transition: all 0.5s ease;
}
.kontakt {
    display: flex;
    flex-flow: row wrap;
}
.kontakt .fieldsmall {
    flex: 1 1 250px;
    display: flex;
    flex-flow: row wrap;
    align-items: center;
}
.kontakt .fieldsmall > * {
    min-width: 0 !important;
}
.kontakt .fieldsmall > .label {
    flex: 1 1 110px;
}
.kontakt .fieldsmall > .input {
    flex: 1 1 150px;
}
.kontakt .fieldbig {
    flex: 1 1 100%;
}
.kontakt .fieldbig.safety {
    display: flex;
    align-items: stretch;
    flex-flow: row wrap;
}
.kontakt .fieldbig > .fieldsmall {
    padding: 0;
    display: flex;
    flex-flow: column;
    align-items: left;
    justify-content: space-between;
    flex: 1 1 250px;
}
.kontakt .fieldbig > .fieldsmall > p {
    display: flex;
    align-items: start;
    flex: 1 1 100%;
}
.kontakt .fieldbig > .fieldsmall > p > small > a {
    margin: 0 10px;
}
.kontakt .fieldbig > .fieldsmall > .captinput {
    flex: 1 1 70px;
    max-height: 25px;
}
.fieldsmall.buttonfield {
    justify-content: right;
}
.hide {
    pointer-events:none;
    opacity: 0.5;
    transition: all 0.5s ease;
}
.kontfeedbackbox {
    opacity: 0;
    pointer-events: none;
    position: fixed;
    transition: opacity 0.5s linear;
    background-color: #8d8077;
    z-index: 30000;
    height: 195px;
    padding: 20px;
    box-sizing: border-box;
    width: 70%;
    max-width: 300px;
    right: 20px;
    top: 20px;
    left: auto;
    cursor: auto;
}
.kontfeedbackbox.feed {
    opacity: 1;
    pointer-events: all;
}
.closefeed {
    position: absolute;
    right: 10px;
    top: 7px;
    cursor: pointer;
    margin: 0;
    color: #fff !important;
    font-size: 20px !important;
}
.kontfeedbackbox .move {
    position: absolute;
    left: 10px;
    top: 10px;
    cursor: move;
    margin: 0;
}
.kontfeedback {
    border: none;
    width: 100%;
    transition: all 0.5s ease;
}
.sent, .upload {
    height: 150px;
    transition: all 0.5s ease;
}
#feedback:before {
    display: block;
    content: " ";
    margin-top: -50px;
    height: 50px;
    visibility: hidden;
}
form {
    margin: 0px 0px 40px;
    width: calc(100% + 20px);
}
form a:before {
    display: none !important;
}
.fieldsmall, .fieldbig {
    margin-bottom: 20px;
    padding: 0px 20px 0px 0px;
    box-sizing: border-box;
    -webkit-box-sizing:border-box;
    position: relative;
}
form[min-width~="526px"] .fieldsmall {
    display: inline-block;
    width: 50%;
    vertical-align: top;
    margin-right: -4.1px;
}
@media only screen and (device-width: 768px) {
	form[min-width~="526px"] .fieldsmall {
    display: inline-block;
    width: calc(50% - 2.5px);
    vertical-align: top;
    margin-right: 0px;
}
}
form[max-width~="525px"] .fieldsmall {
    display: inline-block;
    width: 100%;
    vertical-align: top;
    margin-right: 0px;
}
.fieldbig {
    display: inline-block;
    width: 100%;
    min-width: 212px;
    vertical-align: top;
}
.filler {
    width: 0.1% !important;
    max-width: 0.1%;
    height: 0px;
    margin: 0;
    padding: 0;
    min-width: 0px;
}
input, textarea, .touched:required:valid {
    width: calc(100% - 14px);
    min-width: calc(100% - 14px);
    max-width: calc(100% - 14px);
    font-family: inherit;
    font-size: 14px;
    border: none;
    padding: 7px;
    transition: all .2s ease-in;
    -webkit-appearance: none;
    border-radius: 0;
    background-color: rgba(255, 255,255,0.8);
    box-shadow: 0 0 #eee;
    background-position: calc(100% - 5px) center;
    background-repeat: no-repeat; 
}
input {
    background-size: 0px;
    transition: all .2s ease-in;
}
.touched {
    background-size: 20px;
    transition: all .2s ease-in;
}
input:focus, textarea:focus {
    background-color: rgba(255, 255,255,1) !important;
    transition: all .2s ease-in;
}
.touched:required:valid {
    background-image: url(../images/general/valid_kopfsache.svg);
    border: none !important;
}
.touched:required:invalid {
    background-image: url(../images/general/invalid_kopfsache.svg);
}
.button {
    display: block;
    background-color: #E036A2;
    color: #fff;
    cursor: pointer;
    transition: all .2s ease-in;
    padding: 7px;
    text-align: center;
    width: 100%;
    box-sizing: border-box;
    border-radius: 0;
    transition: all .2s ease-in;
}
.button:hover {
    color: #58585a;
    background-color: #c6c0bc;	
}

.button2 {
    display: block;
    background-color: #E036A2;
    color: #fff;
    cursor: pointer;
    transition: all .2s ease-in;
    padding: 2px;
    text-align: center;
    width: 150px;
	height: 30px;
    box-sizing: border-box;
    border-radius: 0;
    transition: all .2s ease-in;
}
.button2:hover {
    color: #58585a;
    background-color: #c6c0bc;	
}

form p {
    margin: 0px;
}
.reload {
    animation: rel 1s infinite linear;
    animation-play-state: paused;
    -webkit-animation-play-state: paused;
}
.reload:hover {
    animation: rel 1s infinite linear;
    animation-play-state: running;
    -webkit-animation-play-state: running;
}
@keyframes rel {
    0%   { transform: rotate(0deg);}
    100%   { transform: rotate(360deg);}
}
.fieldsmaller {
    width: 50%;
    box-sizing: border-box;
    display: inline-block;
}
.margintop {
    margin: 60px 0px 22px !important;
}

@media (max-width: 550px){
.fieldsmaller {
    width: 100%;
    box-sizing: border-box;
    display: inline-block;
}
}

.move {
    position: absolute;
    margin: 0;
    cursor: move;
}
.move:after {
    content: url(../images/general/move.svg);
    display: inline-block;
    height: 12px;
}
.contentform > .move {
    right: 80px;
    top: 36px;
}
.description .move {
    left: 10px;
    top: 10px;
}
.notvalid {
    font-size: 16px !important;
    padding: 20px;
    position: absolute;
    bottom: 20px;
    margin: 0;
    border-radius: 10px;
    color: #fff !important;
    background-color: #f00;
    box-sizing: border-box;
    width: 256px;
}

/* ========== - Gestaltung Kontaktseite-Ende - ========== */


nav ul {
    list-style: none;
    padding: 0;
    margin-top: 40px;
}
nav ul li {
    display: block;
    padding: 14px 0px 10px 30px;
}
nav ul li a{
    display: block;
    width: 100%;
    height: 100%;
    text-transform: uppercase;
    color: #58585a;    
    padding: 0px;
    transform: scale(1);
    transform-origin: left center;
    transition: all 0.3s ease-in;
    line-height: 16px;
}
nav ul li:hover a {
    transform: scale(1.2);
    transition: all 0.3s ease-in;
}
nav ul li.active a{
    transform: scale(1.4);
    transition: all 0.3s ease-in;
}
nav ul li.active a:before {
    content: "";
    width: 25px;
    height: 25px;
    display: inline-block;
    border-radius: 100%;
    background-color: #fff;
    margin: 0px 9px -6px -34px;
    z-index: 9;
}
.navbutton {
    display: none;
}
.centerbar .contactdata {
    font-size: 12px;
    padding: 15px 30px;
    width: 160px;
    line-height: 24px;
    position: absolute;
    bottom: 18px;
}
.centerbar .contactdata p {
    margin-top: 22px;
}
.centerbar .day {
    display: inline-block;
    width: 25%;
}
.centerbar .time {
    display: inline-block;
    width: 75%;
}
footer .footerdata {
    display: none;
}
.siteimage {
    flex: 1 1 270px;
    min-height: 270px;
    z-index: 0;
}

.siteimage#home{
    /*background-image: url(../images/siteimages/siteimage_home-cut.jpg);*/
    background-image: url(../images/siteimages/siteimage_home_032024.jpg);
    position: relative;
    background-position: center right;
    background-size: cover;
    margin-left: -220px;
}
.siteimage#ueber_mich {
    background-image: url(../images/siteimages/siteimage_ueber_mich.jpg);
    position: relative;
    background-position: 60% 100%;
    background-size: cover;
    margin-left: -220px;
}

.siteimage#preise {
    background-image: url(../images/siteimages/siteimage_preise.jpg);
    position: relative;
    background-position: center;
    background-size: cover;
    margin-left: -220px;
}

.siteimage#produkte {
    background-image: url(../images/siteimages/siteimage_produkte.jpg);
    position: relative;
    background-position: center;
    background-size: cover;
    margin-left: -220px;
}

.siteimage#philosophie {
    background-image: url(../images/siteimages/siteimage_philosophie.jpg);
    position: relative;
    background-position: center;
    background-size: cover;
    margin-left: -220px;
}

.siteimage#kontakt {
    background-image: url(../images/siteimages/siteimage_about-cut.jpg);
    position: relative;
    background-position: center left;
    background-size: cover;
    margin-left: -220px;
}
.siteimage#impressum, .siteimage#datenschutz {
    background-image: url(../images/siteimages/siteimage_kontakt.jpg);
    position: relative;
    background-position: center;
    background-size: cover;
    margin-left: -220px;
}

.siteimage#impressionen {
    background-image: url(../images/siteimages/siteimage_kontakt.jpg);
    position: relative;
    background-position: center;
    background-size: cover;
    transition: background .1s linear;
}

footer {
    position: relative;
    width: 100%;
    text-align: center;
    padding: 5px;
}
footer p, footer a {
    font-size: 12px;
    color: #867264;
}
.mCSB_dragger_bar {
    background-color: #8d8077 !important;
}
.mCSB_draggerRail {
    background-color: #aaa5a1 !important;
}
input.checkbox{
    width: 20px;
    min-width: 0;
    padding: 0;
    margin: 0;
    -webkit-appearance: checkbox;
    appearance: checkbox;
    height: 20px;
}
input.input.hpt {
    width: 0px;
    height: 0px;
    border: none;
    padding: 0;
    margin: 0;
    opacity: 0;
    position: absolute;
}
.siteimage .headertxt {
    display: block;
    position: absolute;
    z-index: 1;
    background-color: rgba(247,231,218,0.7);
    text-transform: none;
    padding: 20px;
}
.siteimage .headertxt .centered {
    text-align: center;
}
@media (min-width: 851px) {
.siteimage .headertxt .centered {
    margin: 20px auto;
}
}
@media (min-width: 300px) and (max-width: 850px) {
.siteimage .headertxt .centered {
  margin: 10px auto;
}
}

@media (min-width: 300px) and (max-width: 500px) {
.siteimage {
    min-height: 370px;
}
.innerwrapper::after {
    top: 280px !important;
}
.siteimage .headertxt {
    width: calc(100% - 40px);
    left: 0;
    bottom: 70px;
}
.siteimage .headertxt p {
    font-size: 1rem;
    line-height: 1.2rem;
}
.skill {
    font-size: 1.2rem;
    line-height: 0.9rem;
}
.skillcontainer {
    display: flex;
    flex-flow: row wrap;
    margin: 10px auto;
}
}
@media (min-width: 501px) and (max-width: 850px) {
.siteimage .headertxt {
    width: calc(100% - 40px);
    left: 0;
    bottom: 70px;
}
.siteimage .headertxt p {
    font-size: 1.1rem;
    line-height: 1.5rem;
}
.skill {
    font-size: 1.5rem;
    line-height: 1rem;
}
.skillcontainer {
    display: flex;
    flex-flow: row wrap;
    margin: 10px auto;
}
.highlighted {
    font-size: 1rem;
}
}
@media (min-width: 851px) and (max-width: 1775px){
.siteimage .headertxt p {
    font-size: 1.2rem;
    line-height: 1.7rem
}
.skill {
    font-size: 2.5rem;
    line-height: 2rem;
}
.highlighted {
    font-size: 1.5rem;
}
}

@media (min-width: 1776px){
.siteimage .headertxt p {
    font-size: 2rem;
    line-height: 2.5rem;
}
.skill {
    font-size: 3rem;
    line-height: 2.5rem;
}
.highlighted {
    font-size: 2rem;
}
}
@media (min-width: 851px) and (max-width: 1490px){
.siteimage .headertxt {
    width: calc(100% - 260px);
    left: 220px;
    bottom: 15%;
}
.skillcontainer {
    display: block;
    margin: 30px auto;
}
}  
@media (min-width: 1491px){
.siteimage .headertxt {
    width: calc(100% - 260px);
    left: 220px;
    bottom: 25%;
}
.skillcontainer {
    display: flex;
    align-items: center;
    justify-content: center;
}
}
.skillcontainer {
    width: 100%;
}
.skill {
    flex: 1 1 145px;
    text-align: center;
    font-weight: 300;
    min-width: 150px;
    margin: 10px auto;
}
.highlighted {
    font-family: 'john_handyregular';
}
.small {
    font-size: 0.8rem !important;
    font-weight: 400;
}
p.small.centered {
    margin: 0 auto !important; 
}
span.conttable {
    display: block;
    max-width: 430px;
	margin-bottom: 15px;
}
span.conttable > span {
    display: flex;
    flex-flow: row wrap;
}
span.conttable > span > *:first-child {
    width: 100px;
}
span.conttable > span > *:last-child {
    flex: 1 1 150px;
}
/* SMARTPHONE */
@media only screen 
    and (min-width: 375px) 
    and (max-width: 812px) 
    and (-webkit-min-device-pixel-ratio: 3), 
    only screen 
    and (min-width: 375px) 
    and (max-width: 667px) 
    and (-webkit-min-device-pixel-ratio: 2),
    (max-width: 500px)
{ 
}

/* TABLET */
@media only screen 
    and (min-width : 768px) 
    and (max-width : 1100px) 
    and (-webkit-min-device-pixel-ratio: 1),
    only screen 
    and (min-width : 768px) 
    and (max-width : 1100px)
    and (-webkit-min-device-pixel-ratio: 2),
    (min-width: 501px) and (max-width: 1100px){

}
