/* THEME BY SOKUBI e.V. */
.clear {
  clear: both
}

.center {
  text-align: center
}

.relative {
  position: relative
}

/* START */

p {
  font-size: 1.4rem;
  font-family: 'Londrina';
  color: #3b4151;
  line-height: 1.5;
}

a {
  color: #d36666;
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

a.button {
  background: #d36666;
  color: #fff;
  display: inline-block;
  padding: 2px 15px;
  border-radius: 5px;
  border: 3px solid #d36666;
  font-size: 1.2rem;
  text-transform: uppercase;
  letter-spacing: 1px;
 font-family: 'londrina', 'Arial', sans-serif;
}

a.button:hover {
  color: #d36666;
  background: transparent;
}

img {
  max-width: 100%;
}

.spacer {
  clear: both;
  margin: 60px 0px 20px 0px;
  text-align: center;
  position: relative;
  font-family: 'londrina', 'Arial', sans-serif;
  background: url('../img/spacer-deco.png') repeat-x center center;
  line-heiGHT: 15px;

}
hr{
 background: url('../img/spacer-deco.png') repeat-x center center;
height: 15px;
  border: none;
  width: 100%;
}
.spacer.top-spacer {
  margin-top: 10px;
  margin-bottom: 0px;
  display: none;
}

.spacer .spacer-title {
padding: 3px 33px 2px 33px;
  font-size: 22px;
  color: #233326;
  text-transform: uppercase;
  transition: all ease 0.4s;
  font-size: 4rem;
  letter-spacing: 2px;
    background: url('../img/bg-textures/asfalt-light.png') #e2efe5;
}

.spacer .spacer-title.none {
  background-image: none !important;
}

.spacer-title a {
  color: #fff;
}



body {
  text-align: center;
  background: #111;
  color: #666;
 font-family: 'Londrina', 'Arial', sans-serif;
 /*
padding-top: 46px;*/
}

.page {
  text-align: left;
 padding-top:30px;
  background: url('../img/bg-textures/asfalt-light.png') #e2efe5;
  z-index: 1;
  padding-bottom: 50px;

}

.content{
  max-width: 1080px;
  margin: 0px auto 0px auto!important;
  padding: 10px;
  padding-top: 40px;
}
.entry{
}
header {
  text-align: center;
  background:  transparent;
  text-align: center;
  position: fixed;
  top: 0px;
  width: 100%;
  z-index: 9999;
  margin: auto;
  transition: all 0.3s;
  padding: 3px
}
header.over-content{
    background: rgba(0,0,0, 0.7);
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.4) !important;
}

.hero-head{
  padding: 32vh 0px;
  color: #fff;
}
.hero-head.texture{
    background: url('../img/bg-textures/asfalt-light.png');
}

.hero-head img{

  -webkit-filter: drop-shadow(4px 4px 2px rgba(20, 20, 20, 0));
  filter: drop-shadow(4px 4px 2px rgba(20, 20, 20, 0));
}
@media (max-width: 1080px) {
  .page {
    padding: 0px 30px;
  }
}
.hero-head h1{
  font-size: 6rem;
  line-height: 95%;
  padding: 0px 20px;
  margin: 0px;
  text-transform: uppercase;
  text-shadow: 2px 2px 1px rgba(0,0,0, 0.2);
  font-family: 'londrina', 'Arial', sans-serif;

}
.hero-head h3{
  font-size: 3rem;
  padding: 0px;
  font-family: 'londrina', 'Arial', sans-serif;
  margin-bottom: -6px;
     text-shadow: 2px 2px 1px rgba(0,0,0, 0.2);

}
.hero-head .teaser{

   display: inline-block;
  color: #fff;
padding: 5px 0px;
max-width: 800px;
}

@media (max-width: 560px){

.hero-head h1{
  font-size: 3.5rem !important;
  line-height: 95%;
   text-shadow: 2px 2px 10px rgba(50,50,50, 0.5);
}
  .hero-head h3{
  font-size: 1.5rem !important;
    text-shadow: 2px 2px 10px rgba(50,50,50, 0.5);
}

}



nav {
  font-family: 'londrina', 'Arial', sans-serif;
  width: 100%;
}
nav .main-nav  {
  margin: 0px;
  padding: 0px  ;
}
nav .main-nav li {
  display: block;
  margin-left: 10px;
  position: relative;
display: inline-block;
}

nav .main-nav li a {
  padding: 6px 12px 6px 12px;
  display: block;
  font-size: 1.4rem;
  color: #fff;
  letter-spacing: 1px;
  transition: all ease 0.4s;
  text-transform: uppercase;
}
header.over-content nav .main-nav li a{
  color: #fff;
}

nav .main-nav li a:hover, .current-menu-item a{
background: url(../img/brush/brush-3-white.png);
background-repeat: no-repeat;
background-size: 100% 100%;
color: #333 !important;
}

.mobile-triggers {
  display: none;
}

@media (max-width: 740px) {
  header  {
    display: none;
  }
  .mobile-triggers {
    display: block;
  }
  body {
    background-image: none !important;
    padding-top: 0px;
  }
  .page {
    transition: all ease 0.4s;
    padding: 10px 24px;
    margin-top: 0px;
    box-shadow: 0px 0px 0px 0px rgba(30, 30, 30, 0.6);
    padding-bottom: 50px;
    margin-bottom: 0px;
  }
   header .head-info {
    display: none;
  }
  #slider{
    display: none;
  }
}

@media (max-width: 960px) {
  header {
    height: auto !important;
  }
  header .logo {
    position: initial !important;
    margin: auto;
    margin-top: 20px;
    max-width: 320px;
    padding: 20px;
    width: 80% !important;

  }
  header .logo img {
    width: 100% !important;

  }

  nav {
    position: initial !important;
    text-align: center;
  }

}

@media (max-width: 560px) {
  nav {
    margin: 10px 0px;
    text-align: center;
  }
  nav .main-nav li {
    display: block;
    float: none;
    display: inline-block;
    margin-left: 0px;
  }
  nav .main-nav li a {
    font-size: 18px;
  }
}




@media (max-width: 560px) {
  .head-img {
    display: none;
  }
}


.post .tags {
  margin: 20px 0px;
}

.post .tags a {
  padding: 7px 10px;
  font-weight: 600;
  background: #eee;
  color: #999;
  display: inline-block;
  font-size: 16px !important;
  margin-bottom: 10px;
  border-radius: 4px;
  margin-right: 8px;
}

.post .tags a:hover {
  background: #5fcfca;
  color: #fff;
}


/* FOOTER */

footer {

  background: url('../img/bg-textures/asfalt-light.png') #3e7f7f;

}

.copyright {
  text-align: center;
  font-size: 0.9em;
padding: 3px;
  margin: 30px 0px;
  background: #fff;
}

/* BLOG Naviogation */

.blog-navigation {
  margin: 20px 0px;
}

.blog-navigation .nav-left a, .blog-navigation .nav-right a {
  background: #d36666;
  color: #fff !important;
  padding: 4px 8px;
}

.blog-navigation .nav-left {
  float: left;
}

.blog-navigation .nav-right {
  float: right;
}

/* POST GALLERY */
.post-gallery{

}
.post-gallery h3 {
  text-align: center;
  padding-bottom: 10px;
  font-family: 'Londrina', 'Arial', sans-serif;
  font-size: 2.5rem !important;
  color: #239978;
}

.post-gallery .item{
  box-sizing: border-box;
  margin-bottom: 3%;

}
.post-gallery .item img{
    border: 6px solid rgba(0,0,0, 0.05);
border-radius: 10px;

}



/* MINI NAV */

.mini-nav {
  margin: 0px auto 20px auto;
  font-size: 1rem;
  padding: 6px;
  background: rgba(0,0,0, 0.05);
  color: #777;
  width: 100%;
}


.mini-nav a {
  text-decoration: underline;
  margin-right: 0px;
}

.fullsize-text-excerpt {
  margin-top: 20px;
  background: #ededed;
  padding: 20px;
}
.fullsize-text-excerpt p{
  font-family: 'Barlow';
  color: #444;
}
footer .tags {
  list-style: none;
  padding: 0px;
  margin: 0px;

}
footer .tags li a {
  font-size: 2rem;
  background: #fff;
  padding: 1px 8px;
  margin-bottom: 4px;
  display: inline-block;
  border-radius: 3px;
}



.entry {
  padding: 0px 25px;
  list-style: none;
}
@media (max-width: 560px){

  .entry {
  padding: 0px 0px;
  list-style: none;
  }

}

.entry p{
 max-width: 700px;
  margin: auto;

}
.entry ul {
  background: rgba(255,255,255, 0.2);
  padding: 20px 55px;
  border: 1px solid rgba(0,0,0, 0.03);
  border-bottom: 1px solid rgba(0,0,0, 0.03);
  margin: 20px 0px;
}

.entry ul li {
  list-style: none;
  line-height: 30px;
  text-transform: uppercase;
}
.entry ul li .checked{
  color: #d36666;
  font-size: 30px;
  position: absolute;
  text-indent: -30px;
}

/* FULLPAGE TEXT */

.fullpage-text {
  max-width: 1000px;
  margin: auto;
  margin-bottom: 80px;
  padding-top: 10px;
}

.fullpage-text p {
  margin-bottom: 14px;
}

.fullpage-text .spacer+p {
  margin-top: 20px;
}

.fullpage-text p+.spacer {
  margin-top: 40px;
}




.multirow-more {
  text-align: center;
}

.blogpost h2 {
  margin-top: 10px;
}

.blogpost .mini-nav {
  margin-top: 10px;
}

h1.search-for {
  background: #d36666;
  color: #fff;
  font-weight: bold;
  padding: 7px 20px;
  margin-top: 34px;
}

strong {
  font-weight: bold;
}

em {
  font-style: italic;
}

.jump-posts-nav a {
  font-size: 1.5rem !important;
}

.jump-posts-nav .prev {
  float: left;
}

.jump-posts-nav .next {
  float: right;
}

.ghost-post {
  display: inline;
  margin: 0px !important;
}

/* IFRAME */

iframe {
  width: 100%;
  min-height: 450px;
}

@media (max-width: 580px) {
  iframe {
    min-height: 155px;
  }
}


.entry h1{
text-align: center;
  transition: all ease 0.4s;
  font-size: 5rem;
  letter-spacing: 1px;
}
@media (max-width: 560px){

  .entry h1{

  font-size: 4.3rem;
}

}
.entry h2{
max-width: 800px;
font-size: 2rem;
  background: url(../img/brush/brush-3.png);
background-repeat: no-repeat;
background-size: 100% 100%;
  text-align: center;
  padding: 30px 20px;
    transform: rotate(-1deg);
color: #e2efe5 !important;
  margin: 10px auto;
}
.entry h3{
max-width: 700px;
margin: 20px auto 10px auto;
padding:6px 0px;
  font-size: 1.4rem;
border-bottom: 4px solid rgba(0, 0, 0, 0.1) !important;
}
.zll-hero{
  position: relative;
}
.zll-hero img{
  width: 100%;
}
.zll-hero h1{
  position: absolute;
  bottom: 9%;
  max-width: 60%;
  left: 8%;
  transform: rotate(-3deg);
  background: #ffcc00;
  color: #fff;
  padding: 15px 25px;
  font-size: 30px;
}
@media (max-width: 960px) {
   .zll-hero h1{
    position: inherit;
    bottom: 9%;
    max-width: 100%;
    left: 0%;
    transform: rotate(0deg);
    background: #ffcc00;
    color: #fff;
    padding: 15px 25px;
    font-size: 20px;
  }
}

#slider {
  box-sizing: border-box;
  margin: 5px 0px;
  margin-bottom: 20px;

}
#slider img{
   max-height: 360px;
}
.slider{
  margin-top: 20px;
}

.childlist.default{



}
.childlist{
  padding: 10px 4px;
  margin: 0px 0px;
}
.childlist .item{
padding: 1%;
}
.childlist .item a{
display: block;
}
.childlist .item:hover{
 filter: saturate(50%);

}
.childlist .item img{
 width: 100%;
}
.childlist .item h4{
position: absolute;
padding: 5px 10px !important;
bottom: 14%;
z-index: 99;
color: #fff;
  left: 0;
width: 99%;
  rotate: -1.9deg;
  font-size: 3.5rem !important;
  font-family: 'Londrina', 'Arial', sans-serif;
  text-shadow: 3px 3px 0px rgba(50,50,50, 0.6);
  text-align: center;
  text-transform: uppercase;
}
.childlist .item.col-md-6 h4{
}

.narrow-head-img img{
  width: 100%;
}
.narrow-entry h2 {
  margin: 10px 0px 15px 0px;
  text-align: ;
font-size: 18px;
  padding: 13px 20px 10px 10px;
  text-transform: uppercase;
  font-family: 'Londrina', sans-serif;
    background: #ededed;
  border-left: 0px;
}
.button.prev, .button.next{
  font-size: 12px;
  margin-top: 10px;
}

.fullbank{
  max-width: 1080px;
  margin: auto;
  padding: 40px 0px;
  color: #f2f2f2;

}
.fullbank p{
  color: #ededed;
}
.fullbank h4{
  font-size: 2rem;
  text-align: left
}
.bg-image-inlay{
  -webkit-animation: fadein 5s; /* Safari, Chrome and Opera > 12.1 */
       -moz-animation: fadein 5s; /* Firefox < 16 */
        -ms-animation: fadein 5s; /* Internet Explorer */
         -o-animation: fadein 5s; /* Opera < 12.1 */
            animation: fadein 5s;
}

.blogpost{
  margin: 25px 0px;
  position: relative;

  background:  #333;
background: url('../img/bg-textures/snow.png') rgba(6,40,52, 0.8);
}
.blogpost p{

  color: #fff;
  font-family: 'Londrina', 'Arial', sans-serif;
}
.blogpost h2{
  color: #fff;
  font-size: 2rem;
  border-bottom: none !important;
  margin-bottom: 0px;
}
.blogpost h3{
  color: #fff;
  margin: 5px 0px 8px 0px;
  font-size: 1rem;
  border-bottom: none !important;
  background: rgba(255,255,255, 0.7);
  color: #333;
  padding: 3px 10px !important;
  display: inline-block;
}
.blogpost .featured{
  color: #fff;
  padding: 6px 10px;
  background: #08ade2;
position: absolute;
  top: 0px;
  left: 0px;
  font-size: 1.2rem;
}
.blogpost .btn{
  color: #fff;
  border: 0px solid red;
  background: #d36666;
position: absolute;
  bottom: 0px;
  right: 0px;
  border-radius: 0px;
  font-size: 1.2rem;
}
.blogpost .spacer{
  background: transparent !important;
  text-align: left;
}
.post-list-inlay{
 height: 100%;
  background: url('../img/bg-textures/snow.png') rgba(6,40,52, 0.6);
  padding: 3% 30px;
}


/* MOVIE */

.angebot-single-info{
  max-width: 700px;
  margin: 20px auto;
  position: relative;
}
.angebot-single-info .inlay{
  background: url('../img/bg-textures/asfalt-light.png') #53aa53;
  padding: 15px 30px !important;


}

.angebot-single-info ul{
  margin: 0px !important;
  padding: 0px !important;
  background: transparent !important;
}
.angebot-single-info a{

   color: #efefef !important;
}


.angebot-single-info li{
  font-size: 1.3rem;
  font-family: 'Londrina', 'Arial', sans-serif;
  color: #fff;
  display: block !important;
  padding: 4px 0px;
  width: 100%;
  margin-bottom: 8px;
}
.angebot-credit{
  background: rgba(0,0,0, 0.05);
  font-size: 1rem;
  color: #555;
  padding: 2px 10px;
}
.angebot-single-info span{
  border-bottom: 2px dashed ;
  color: #fff;
  display: inline-block;
}
.angebot-single-info  .tags a{
background: #fff;
 color: #444 !important;
  font-size: 0.8em;
  text-transform: uppercase;
  padding: 2px 8px;
  border-radius: 3px;
}
.angebot .tags a:hover{
opacity: 0.8;
}

/* NETRY */
.entry ul{
  max-width: 700px;
  margin: 15px auto;
  border: 0px;

}
.entry ul li{text-transform: initial !important;}

.download-header{

    display: block;
     background-size: cover !important;
    text-align: center;

}
.download-header h3{
   border: none !important;
   margin: 50px auto;
   display: inline-block;
font-family: 'londrina', 'Arial', sans-serif;
    max-width: 300px;
    font-size: 3rem;
    rotate: -1deg;
}
.download-header:hover{
    opacity: 0.8;
}

.term-description{
    background: #ededed;
    padding: 20px 0px;

}

.head-logo{
  max-width: 170px;
  display: inline-block;
  margin-top: 8px;

}

p a{
border-bottom: 2px dashed;

}

#start-page h1{
  font-size: 3rem;
}
h1.small{font-size: 3rem;}
.jump-logo{
  max-width: 320px;
  margin: auto;
  margin-top: -110px;
  background: #e2efe5;
  padding: 16px 40px;
  border-radius: 8px;
}


.entry h4{

  padding: 8px 0px;
  max-width: 700px;
  margin: auto;
  color: #d36666;
}
.page-tags{
  padding: 4px 10px;
}
.page-tags a{
  display: inline-block;
  background: #d36666;
  color: #fff;
  padding: 4px 7px;
  margin: 4px;
  text-transform: uppercase;
}
.programm-info .buchbar{
  display: inline-block;
  background: #619797;
  color: #fff;
  font-size: 1.1rem;
  padding: 2px 10px;

  border-radius: 3px;
}
.programm-info .termine{
  display: inline-block;
  background: #b1e0b1;
  color: #444;
  font-size: 1.1rem;
  padding: 2px 10px;

  border-radius: 3px;
}
@media (max-width: 480px) {
  .programm-info {
    display: none;
  }
}
.cardlist h2{
max-width: 800px;
font-size: 2rem;
  background: url(../img/brush/brush-3-white.png);
background-repeat: no-repeat;
background-size: 100% 100%;
  text-align: center;
  padding: 15px 20px;
color: #666 !important;
  margin: 10px auto;

}
.about-img{
  margin: auto;
}
.about-img img{
 width: 100%;
}
.max-700{
  max-width: 700px;
}
.nav-social-links img{
max-height: 30px;  
}
.mobil-social-links img{
max-height: 40px;  
}