.woocommerce-product-gallery {
  position: relative;
  top: 20px;
}
.alignleft {
    float: left;
    margin:0 15px 30px 0;
}
.aligncenter {
    display: block;
    margin: 0 auto 30px auto;
}
.alignright {
    float: right;
    margin:0 0 30px 15px;
}
.alignnone {
    float: none;
    display:block;
    margin:0 0 30px 0;
}
p .alignleft {
    float: left;
    margin:5px 15px 30px 0;
}
p .aligncenter {
    display: block;
    margin: 5px auto 30px auto;
}
p .alignright {
    float: right;
    margin:5px 0 30px 15px;
}
p .alignnone {
    float: none;
    display:block;
    margin:5px 0 30px 0;
}


.pull-up .news-eintrag .content .titelbild img {
    width: 280px;
    height: auto;
    float: left;
    margin-right: 25px;
}







/*
.aussen {
	position: relative;
	overflow: hidden;
}

.text ol li {
	list-style-type: decimal;
}

.text ul li {
	list-style-type: disc;
}


a:hover {
	text-decoration: none;
}

.gallery {
	overflow: hidden;
}

.gallery-item {
	width: 33%;
	float: left;
}

.single .pull-up {
  top: -40px;
}

.single .top-thumb {
  top: 0px;
}

.single .termin-slider {
  margin-bottom: 0px;
}


.button-more {
	 padding: 0px 8px 0px 13px;
}

.button-more a .icon {
		  padding-left: 3px;
}

.pull-up .termin-slider .slider-page .termin .layover .time {
  width: auto;
}

.pull-up .container-shadow .teaser-boxen .page-box {
  border-bottom: 0px;
  cursor: auto;

}

.pull-up .content .news .news-eintrag .h3 a {
  display: block;
}


.top-thumb #thumb-img {
  height: 450px;
  background-position: top center;
}

.slider-section .slider-page {
  background-position: top center;
}

.slider-page-inner .text {
	opacity: 0.9;

		
}

.slider-section .slider-page .slider-page-inner .text .h2 {
	font-size: 50px;
	color: white;
	font-weight: 300;
	letter-spacing: 2px;
	text-transform: uppercase;
	line-height: 60px;
	margin: 0px;
	background-color: #cc8910;
	padding: 0px 20px;
	display: inline-block;

}

.text ul {
  margin-left: 18px;
}

.pull-up .termin-slider .slider-page .termin .layover {
  height: auto;
}

.pull-up .termin-slider .slider-page .termin {
  background-color: rgba(0, 155, 76, 0.9);
}

.slider-section .slider-page .slider-page-inner .text {
  text-align: center;
}

.slider-section .slider-page .slider-page-inner {
  top: 320px;
  display: block;
  left: auto;
  margin-left: auto;
}
*/

/*********************/

a {
  color: #B07830;
}

.pull-up {
  z-index: 101;
}
.slick-dots {
  position: absolute;
  bottom: 3px!important;
  text-align: center;
  width: 100%;
  z-index: 100;
}
.slick-dots li button {
  border: none;
  background: transparent;
  color: rgba(0,0,0,0);
  outline: none;
}
.slick-dots li {
  display: inline-block;
  background-color: white;
  width: 14px;
  height: 14px;
  margin-right: 6px;
}
.slick-dots li.slick-active {
  background-color: #ce1a17;
}
.slick-active {
  color: white!important;
}

.slick-list {
  height: 100%;
}
.slick-track {
  height: 100%;
}
#overwrite .slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 8px;
  width: 8px;
  outline: none;
  line-height: 0;
  font-size: 0;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}
#overwrite .slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 8px;
  height: 8px;
  background-color: #89888d;
  text-align: center;
  border-radius: 4px;
  opacity: 1;
}
#overwrite .slick-dots li {
  position: relative;
  display: inline-block;
  height: 8px;
  width: 8px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
#overwrite .slick-dots li.slick-active button:before {
  background-color: white;
  opacity: 1;
}

.menus .main-navigation > div > ul > li:hover > .sub-menu {
    display: block;
}

.menus .info-menu .alink {
    display: block;
    font-weight: lighter;
    font-size: 16px;
    color: white;
    height: 53px;
    text-align: center;
    line-height: 53px;
    padding: 0px 55px 0px 48px;
    background-color: #8e5b00;
    cursor: pointer;
}
.container {

}

.pull-up .single .button-more .kommentieren .abuttons .icon {
    width: 50px;
    text-align: center;
}

.button-more::after {
    bottom: -15px;
}

.button-more::before {
    bottom: -11px;
}

.comment-reply-title {
  display: none;

  
}

.form-submit #submit {

  padding: 10px 15px;
  background-color: rgb(206, 26, 23);
  color: white;
  width: auto;
  border: none;

}

.form-submit #submit:hover {
  background-color: rgb(170, 23, 20);
}

.pull-up .single .button-more .kommentieren .komment-hide .benachrichtigung {
    margin-top: 0px;
}

.comments-title {
  margin-top: 60px; 
}

.comment-list {
  padding-left: 0px; 
}

.comment-author img {
  height: 40px;
  width: 40px;
  margin-right: 10px;
  margin-bottom: 10px;
}

.comment-body {
  margin-bottom: 40px;
}

.reply a {
  padding: 10px;
  background-color: rgb(206, 26, 23);
  color: white;
  text-decoration: none!important;
  margin-top: 10px;
}

.menus .info-menu .sub-menu {
    position: absolute;
    width: 100%;
}

  #agentur-footer a {
    color: white;
    display: block;
    text-align: center;
    line-height: 60px;
    opacity: 0.7;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;

  }

  #agentur-footer a:hover {
    opacity: 1;

  }

  #agentur-footer a img {
    height: 20px;
    width: 20px;
    margin: 0px 5px;

  }

  #agentur-footer hr {
    margin-bottom: 0px;
    opacity: 0;

  }

  .form-submit {
    float: left;
    margin: 0px;
  }

  .form-submit #submit {
    margin: 0px;
  }

  .comment-form-subscriptions {
    margin-bottom: 0px;
    margin-top: 11px;
    float: right;
  }

  .pull-up .single .button-more .kommentieren .komment-hide input {
    margin-bottom: 0px;
}

.pull-up .single .button-more .kommentieren .abuttons .bestellen a {
    float: left;
    color: #ab7429;
    cursor: pointer;
}

#termin-list {
  margin-top: 30px;
  }

.list {
  margin-top: 40px;
  }


.termin-row {
    position: relative;
  }


 .timebox {
    display: inline-block;
    padding: 10px 15px;
    border: 1px solid rgba(142, 91, 0, 0.8);
    float: left;
    margin-right: 30px;
    color: #8E5B00;
    background-color: white;
    
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    
  }



  .timebox:hover {
    background-color: rgba(142, 91, 0, 0.8);
    color: white;

  }

  .time, .timer {
    display: block;
    text-align: center;
    line-height: 30px;
    letter-spacing: 1px;
    font-weight: 300;
  }


  .time {
    font-size: 17px;
  }

  .timer {
    font-size: 15px;
    
    
  }



  .termin-titel h3 {
    font-size: 18px;
    color: #ce1a17;
    font-weight: 300;
    margin-bottom: 0px;

  }

  .veranstaltung {
    float: right;
    background-color: #FFFFFF;
    color: #CE1A17;
    padding: 7px 12px;
    border: 1px solid #CE1A17;
    margin-top: -39px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }

  .veranstaltung:hover {
    background-color: #CE1A17;
    color: white;
  }

  .menus .main-navigation > div > ul > li > a {
    padding: 0px 55px 0px 28px;
}

.product .product_meta {
    display: none;
}
  

 .woocommerce td.product-name dl.variation dd p {
    margin-top: 0px!important;
}

.woocommerce-cart .cart-collaterals .cart_totals table td, .woocommerce-cart .cart-collaterals .cart_totals table th {
    padding-right: 10px!important;
}





/***********************
** Mobil
***********************/
@media (max-width: 991px) {
  .menus .info-menu .alink {
    font-size: 14px;
    height: 36px;
    line-height: 36px;
    padding: 0px 30px 0px 17px;
  }

  .menus .info-menu .sub-menu {
    font-size: 12px;
  } 

  .pull-up .single .button-more .kommentieren .abuttons .kommentar, .pull-up .single .button-more .kommentieren .abuttons .teilen {
    float: left;
    margin-top: 10px;
  }

  .termin-titel h3 {
    font-size: 15px;
  }
  
  
}

@media (max-width: 768px) {

  .menus .info-menu .alink {
    font-size: 14px;
    height: 36px;
    line-height: 36px;
    padding: 0px 30px 0px 17px;
  }

  /*.container {
    padding-left: 10px;
    padding-right: 10px;
    
  }*/

  .pull-up .single .content {
    padding: 15px;
  }

  .pull-up .single .content .text h1, .pull-up .single .content .text h2, .pull-up .single .content .text .h2, .pull-up .single .content .text .h3 {
    font-size: 20px;
  }

  .headline img {
    height: 50px;
    width: auto;
  }

  .pull-up .single .button-more .kommentieren {
    padding: 20px;
  }

  

  .pull-up .news-link {
    margin-top: 30px;
  }

  .footer {
    margin-top: 100px;
  }

  .veranstaltung {
    text-align: center;
    float: none;
    display: block;
    margin-top: 15px;
    background-color: #CE1A17;
    color: white;
  }

  .timebox {
    margin-bottom: 15px;
    display: block;
    float: none;
    margin-right: 0px;
    padding: 5px 15px;
    background-color: #8E5B00;
    color: white;
  }

 

  
}






