/* FONT */
/* --------------------------------------- */


@media (max-width: 767px) {

body, p, table, td {
font-size: 15px !important;
}

h1 {
font-size: 32px !important;
}

h2 {
font-size: 25px !important;
}

h3 {
font-size: 22px !important;
}

}


@media (min-width: 768px) { 

.j-header h1,
.j-header h2 {
text-align: center;
}

.indented-text-block {
padding: 0 70px;
text-align: center;
}

}



/* FORMS */ 
/* --------------------------------------- */

.j-formnew input[type=submit] {
background-color: #ddd;
}

form.cc-m-form .cc-m-form-view-element {
padding: 15px 0 !important;
}

.j-formnew input[type=text],
.j-formnew input[type=email],
.j-formnew textarea {
padding: 5px 10px !important;
}

/* SPACING MODULE */
/* --------------------------------------- */

@media (max-width: 767px) {
.cc-m-spacer {
max-height: 20px !important;
}
}



@media (min-width: 768px) {
.body {
background-color: #bbaa99 !important;
background-image: url(https://u.jimcdn.com/cms/o/sf67ba0becb9d3ba9/userlayout/img/wooden.jpg?t=1577651795);
background-repeat: no-repeat;
background-size: cover;
background-position: center top;
background-attachment: fixed;
}
}



.ctpl-container {
  min-width: 300px;
  max-width: 1280px;
  margin: 0 auto;
  background-color: white;
}


@media (min-width: 768px) {
  .ctpl-container {
    margin-bottom: 70px;
    box-shadow: 0 0 30px 30px rgba(0, 0, 0, 0.5);
  }
}

.ctpl-sidebar {
display:none;
}

.ctpl-emo {
display: block;
height: 25vw;
background-image: url(https://u.jimcdn.com/cms/o/sf67ba0becb9d3ba9/userlayout/img/emo.jpg?t=1570132518);
background-size: cover;
background-repeat: no-repeat;
background-position: center top;
}

@media (min-width: 992px) {
  .ctpl-emo {
    height: 355px;
  }
}

.ctpl-nav {
  padding: 10px 35px;
  border-top: 2px white solid;
  border-bottom: 2px white solid;
  background-color: #5e783c;
  text-align: center;
}

@media (min-width: 576px) {
  .ctpl-nav {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}

.ctpl-nav-menu {
  display: none;
}

@media (min-width: 576px) {
  .ctpl-nav-menu {
    display: block;
  }
}

#ctpl-control-checkbox:checked + .ctpl-inner .ctpl-nav-menu {
  display: block;
}

.ctpl-nav-hamburger-icon {
  position: relative; 
  display: block;
  width: 60px; 
  height: 50px; 
  padding: 10px;
  box-sizing: border-box;
  margin: 0 auto; 
  cursor: pointer;
}

@media (min-width: 576px) {
  .ctpl-nav-hamburger-icon {
    display: none;
  }
}

.ctpl-nav-hamburger-icon span { 
   position: absolute; 
   display: block; 
   left: 10px;
   height: 3px; 
   width: 40px; 
   border-radius: 2px;
   background: white; 
   transition: transform 0.25s ease-in-out,  opacity 0.25s ease-in-out; 
   transform-origin: center; 
}

.ctpl-nav-hamburger-icon span:nth-child(1) { top: 12px; }
.ctpl-nav-hamburger-icon span:nth-child(2) { top: 24px; }
.ctpl-nav-hamburger-icon span:nth-child(3) { top: 36px; }


#ctpl-control-checkbox:checked + .ctpl-inner .ctpl-nav-hamburger-icon {
  margin-bottom: 10px;
}

#ctpl-control-checkbox:checked + .ctpl-inner .ctpl-nav-hamburger-icon span:nth-child(1){
   transform: translateY(12px) rotate(-45deg);
}

#ctpl-control-checkbox:checked + .ctpl-inner .ctpl-nav-hamburger-icon span:nth-child(2){
   opacity:0;
}

#ctpl-control-checkbox:checked + .ctpl-inner .ctpl-nav-hamburger-icon span:nth-child(3){
   transform: translateY(-12px) rotate(45deg);
}


@media(min-width: 576px) {
  .ctpl-nav-hamburger-icon {
    display: none;
  }
}

@media(min-width: 992px) {
.ctpl-nav {
padding: 0;
}

}

.ctpl-nav ul.j-nav-level-0 {
max-width: 576px;
padding: 0;
margin: 0 auto;
list-style: none;
}

@media(min-width: 992px) {

.ctpl-nav ul.j-nav-level-0 {
max-width: none;
margin: 0;
}

}

.ctpl-nav li {
display: block;
position: relative;
}

@media(min-width: 992px) {
.ctpl-nav li {
display: inline-block;
}

}


.ctpl-nav a:link,
.ctpl-nav a:visited {
  position: relative;
  display: block;
  padding: 7px 10px;
  text-decoration: none;
  color: white;
  transition: background-color 120ms ease-in;
}

@media (min-width: 992px) {
  .ctpl-nav a:link,
  .ctpl-nav a:visited {
    padding: 14px 20px;
  }
}

@media (min-width: 1200px) {
  .ctpl-nav a:link,
  .ctpl-nav a:visited {
    padding: 17px 35px;
  }

}



.ctpl-nav a:hover {
  background-color: rgba(0, 0, 0, .15);
}


.ctpl-nav a.j-nav-current,
.ctpl-nav a.j-nav-current:hover {
  background-color: white;
  color: #555;
}


@media(min-width: 1200px) {
  .ctpl-nav li.j-nav-current:after {
    content: ''; 
    position: absolute;
    z-index: 10;
    bottom: -20px;
    left: 50%;
    transform: translateX(-50%);
    display: block;
    width: 24px;
    height: 24px;
    background: url(https://u.jimcdn.com/cms/o/sf67ba0becb9d3ba9/userlayout/font/nav-arrow.svg?t=1577659123) no-repeat 0 0;
    background-size: cover;
    opacity: 0.5;
  }
}



.ctpl-content {
  position: relative;
  padding: 30px 20px;
  background-color: white;
}

@media(max-width: 575px) {
  .ctpl-content {
    word-wrap: break-word;
  }
}

@media(min-width: 768px) { 
  .ctpl-content {
    padding: 75px 10% 150px;
    background: white url(https://u.jimcdn.com/cms/o/sf67ba0becb9d3ba9/userlayout/img/oak-tree-illu.png?t=1578237293) no-repeat center bottom;
  }
}


@media(min-width: 992px) {

  .ctpl-content:after {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    display: block;
    width: 200px;
    height: 200px;
    background: url(https://u.jimcdn.com/cms/o/sf67ba0becb9d3ba9/userlayout/img/oaky1.png?t=1577704587) no-repeat bottom left;
    background-size: 250%;
    filter: contrast(130%);
  }

  .ctpl-content:before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    display: block;
    width: 350px;
    height: 350px;
    background: url(https://u.jimcdn.com/cms/o/sf67ba0becb9d3ba9/userlayout/img/oaky1.png?t=1577704587) no-repeat top right;
    background-size: 250%;
    filter: contrast(120%);
  }

}



.ctpl-content a:link,
.ctpl-content a:visited {
  font-weight: bold;
}





/* FOOTER   */
/* --------------------------------------- */

.ctpl-footer {
  background-color: #5e783c;
  padding: 20px;
  border-top: 2px white solid;
  border-bottom: 2px white solid;
  color: transparent;
}

@media only screen and (min-width: 768px) {
  .ctpl-footer {
    padding: 25px 80px;
  }
}

.ctpl-footer a:link,
.ctpl-footer a:visited {
  color: rgba(255,255,255,0.8);
  font-size: 14px;
  text-decoration:none;
  transition: color 120ms ease-in;
}

.ctpl-footer a:hover {
  color: white;
}


#contentfooter .rightrow a {
  display: none;
}

@media only screen and (max-width: 767px) {
  .ctpl-footer #contentfooter {
    color: transparent;
    font-size: 0px; 
  } 

  div#contentfooter div.leftrow,
  div#contentfooter div.rightrow {
    float: none !important;
    width: 100% !important;
  }

  .ctpl-footer #contentfooter a {
    display: block;
    line-height: 170%;
    text-align: center; 
  } 
}

#contentfooter .rightrow:after {
  content: 'Hof Meyer, Auf der Kuhlen 2, 21726 Oldendorf';
  color: rgba(255,255,255,0.8);
  font-size: 14px;
}

@media(max-width: 767px) {
  #contentfooter .rightrow:after {
    display: block;
    text-align: center;
    margin-top: 40px;
    line-height: 150%;
  }
}


@media(max-width: 767px) {
  .j-hgrid .cc-m-hgrid-column {
    width: 100% !important;
    float: none !important;
    margin: 20px 0 !important;
  }
}


.jimdo-free-footer-ad {
display: none !important;
}