@import url('https://fonts.googleapis.com/css2?family=Quicksand:wght@300..700&display=swap');


body {
    color: #333;
    font-family: "Quicksand", sans-serif;
    font-size: 18px;
    font-weight: 300;
}


.checkout.woocommerce-checkout > .container{
	border-top: 1px solid #DADADA;
	position: relative;
}
.checkout.woocommerce-checkout > .container > .row > .col-md-6:nth-of-type(2) {
	position: relative;
}

.checkout.woocommerce-checkout > .container > .row > .col-md-6:nth-of-type(2)::after {
	content: ''; 
	position: absolute;
	z-index: -1;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: #fafafa;
}
.checkout.woocommerce-checkout > .container > .row.mt-4 {
	position: relative;
	z-index: 9;
	background: #fff;
}
.page-id-57 {
	overflow-x: hidden;
}
.checkout.woocommerce-checkout {
	position: relative;
	overflow-x: hidden;
	
}
.checkout.woocommerce-checkout::after {
/* 	content: ''; */
	position: absolute;
	right: 0;
	top: 0;
	width: 50%;
	height: 100%;
	background: #fafafa;
}
.checkout.woocommerce-checkout > .container::after{
	content: '';
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	top: 0;
	background: #DADADA;
	height: calc(100% - 88px);
	width: 1px;
}
.checkout.woocommerce-checkout {
	padding-top: 0 !important;
}

.woocommerce:where(body:not(.woocommerce-uses-block-theme)) ul.products li.product .price {
  color: #000 !important;
}

.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor*)) .woocommerce #respond input#submit, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor*)) .woocommerce a.button, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor*)) .woocommerce button.button, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor*)) .woocommerce input.button {
  font-size: 100%;
  margin: 0;
  line-height: 1;
  cursor: pointer;
  position: relative;
  text-decoration: none;
  overflow: visible;
  padding: .618em 1em;
  font-weight: 500;
  border-radius: 3px;
  left: auto;
  color: #515151;
  background-color: #e9e6ed;
  border: 0;
  display: inline-block;
  background-image: none;
  box-shadow: none;
  text-shadow: none;
  font-size: 16px;
}

.logo img{
    width: 160px;
}

.fa-share::before {
  content: "\f064";
  margin-right: ;
  margin-left: 15px;
}

.pulse-button {
  display: inline-block;
  padding: 15px 45px;
  color: #fff;
  background-color: #020202;
  border: none;
  border-radius: 55px;
  cursor: pointer;
  animation: pulse 4s infinite;
  font-weight: 500;
  font-size: 17px;
  margin-top: 40px;
}


@keyframes pulse {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.05);
  }
  100% {
    transform: scale(1);
  }
}


.arrow{
    margin-left: 15px;
}

.beratungstermin-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 18px 50px;
  background-color: #000000;
  color: white;
  border: none;
  border-radius: 40px;
  font-size: 17px;
  cursor: pointer;
  position: relative;
  text-decoration: none;
  font-weight: 500;
  margin-top: 40px;
  line-height: 26px;
}

.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor*)) .woocommerce #respond input#submit.alt, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor*)) .woocommerce a.button.alt, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor*)) .woocommerce button.button.alt, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor*)) .woocommerce input.button.alt {
  background-color: #000 !important;
  color: #fff;
  -webkit-font-smoothing: antialiased;
  font-size: 16px;
  font-weight: 500;
}

.woocommerce:where(body:not(.woocommerce-uses-block-theme)) div.product p.price, .woocommerce:where(body:not(.woocommerce-uses-block-theme)) div.product span.price {
  color: #0d0d0d !important;
  font-size: 1.25em;
}



.search-pc-icon {
    position: relative;
}
.navbar-light .navbar-nav .nav-link {
    color: rgba(0,0,0,1);
}
.search-wrap {
    display: none;
    position: absolute;
    bottom: 100%;
    top: 0px;
    right: 60px;
    left: auto;
    width: 100%;
    max-width: 900px;
    min-width: 900px;
    background-color: #fff !important;
    height: 70px;
    padding: 0px;
    z-index: 1000;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;
    /* margin-left: -15px !important; */
    /* min-height: 134px; */
    margin-top: 0px;
}
.search-row {
    background-color: #fff;
    text-align: right;
}
.search-wrap .form-inline {
    width: auto;
    align-items: center;
}
.search-wrap .form-inline {
    float: right;
    margin-right: -10px;
}
.search-wrap .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
}
.search-wrap .form-inline .btn {
    position: relative;
    z-index: 999;
    right: 0;
    top: 0;
    margin: 0 !important;
    outline: 0;
    padding-left: 35px;
    padding-right: 35px;
    font-size: 15px;
    cursor: pointer;
    padding-top: 10px;
    padding-bottom: 10px;
    border-right: 0;
        background-color: #f1db1e !important;
    border-color: #f1db1e !important
}
.search-wrap .form-control {
    display: block;
    width: 100%;
    height: 44px;
    padding: 0.375rem 0.75rem;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid transparent;
    border-radius: 0;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    margin-bottom: 0 !important;
}

.navbar-light .navbar-nav .nav-link.nav-link-search:focus, 
.navbar-light .navbar-nav .nav-link.nav-link-search:hover {
    color: #e60604 !important;
    background-color: #fff;
    border-bottom: 1px solid transparent;
    transition: all 0.4s ease-in-out;
}
.search-wrap .form-control:focus {
  border-color: #ced4da; /* default B5 color or set your own color*/
  border: none !important; /* if you want to remove borders at all*/
  outline: none !important;
  box-shadow: none !important;
}  

@media (max-width: 1200px) {
    .search-wrap {
        display: block;
        position: relative;
        bottom: 100%;
        top: auto;
        right: auto;
        left: auto;
        width: auto;
        max-width: 100%;
        background-color: #fff;
        padding: 0px;
        z-index: 1000;
        -webkit-transition: all 1s;
        -moz-transition: all 1s;
        -o-transition: all 1s;
        transition: all 1s;
        /* margin-left: -15px !important; */
        /* min-height: 134px; */
        min-width: 100px;
    }
    .search-wrap .form-inline {
        float: none;
        margin-right: 0px;
    }
    .nav-link-search {
        width: 50px;
        float: right;
        display: none;
    }
    .search-wrap {
        margin-top: 15px;
    }
}




     

 .beratungstermin-button:hover {
            background-color: #333333;
        }

.btn.btn-dark {
  border-radius: 30px;
  padding-left: 50px;
  padding-right: 50px;
  padding-top: 15px;
  padding-bottom: 15px;
  margin-top: 40px;
}

.gigets h2{
    font-size: 30px;
    margin-bottom: 20px;
}

.bespecher {
  z-index: 334;
  position: absolute;
  left: 13%;
  bottom: 25%;
  font-size: 40px;
  font-weight: 600;
  line-height: 33px;
}
.bespechersub {
  
  font-size: 17px;
  font-weight: 500;
}

.titles{
    padding: 30px;
    font-weight: 700;

}

.textinhalt{
padding: 30px;
font-size: 33px;
font-weight: 100;
}

.colore {
  height: 400px;
  background-color: #eee;
  margin-bottom: 30px;
}

.colore1{
    background-color: #f2f5fa;
}

.colore2 {
  background-color: #1e1e1e;
  color: #fff;
}

.colore3{
     background-color: #fcde18;
    
}

.colore4{
     background-color: #f8f8f8;
    
}

.colore5{
     background-color: #f8ede3;
    
}



.woocommerce span.onsale {
  min-height: 3.236em;
  min-width: 3.236em;
  padding: .202em;
  font-size: 1em;
  font-weight: 700;
  position: absolute;
  text-align: center;
  line-height: 3.236;
  top: -.5em;
  left: -.5em;
  margin: 0;
  border-radius: 100%;
  background-color: #db0a0a !important;
  color: #fff;
  font-size: .857em;
  z-index: 9;
}

::placeholder {
  color: #7d7b6d;
}

.heder {
  font-size: 14px;
  float: right;
  width: 100%;
  display: block;
  text-align: right;
  padding-right: 35px;
  font-weight: 600;
  background-color: #000b20;
  padding-bottom: 10px;
  padding-top: 10px;
  margin-bottom: 10px;
  color: #cecece;
  text-align: center;
}
.grey {
  width: 35%;
}

.far {
  padding-left: 25px;
  padding-right: 5px;
  font-size: 15px;
  color: #ceb820;
}


input, textarea {
  color: #141412;
}

input, textarea {
  border: 1px solid #d4d0ba;
  font-family: inherit;
  padding: 5px;
  background-color: #E8E8E8;
}

.wpcf7 input.adress_plz {
  width: 30%;
}

.wpcf7 input.adress_city {
  float: right;
  width: 65%;
}

td {
  border-top: 1px solid #ededed;
  padding: 6px 10px 6px 0;
}

h1 {
  font-size: 26px;
  font-weight: 500;
  color: #000;
  margin-top: 0px;
}

.claimer {
  margin-top: -230px;
  position: absolute;
  z-index: 3333;
  color: #fff;
  margin-left: 0px;
  
}

.claimer h2{
font-size: 40px;
line-height: 50px;
color: #fff;
text-shadow: 1px 1px 3px rgba(0, 0, 0, .55);
}

h2 {
    font-size: 28px;
    line-height: 50px;
    font-weight: 600;
    margin-bottom: 25px;
    color: #000;
}

h3 {
    font-size: 21px;
    font-weight: 900;
    margin-top: 20px;
    margin-bottom: 20px;
}

.columsecond h3 {
    font-size: 28px;
    line-height: 50px;
    font-weight: 500;
    margin-bottom: 15px;
    color: #000;
    font-style: italic;
    margin-top: 50px;
}

h5{
    font-size: 21px;
    font-weight: 500;
    margin-top: 20px;
    margin-bottom: 20px;
    background-color: #ecece8;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
    font-weight: 700;
}

p {}

.bild_unterseite2{
    background-color: #f2eee9;
    padding-top: 20px;
    padding-bottom: 20px;
}

.bild_unterseite2 h1 {
  font-size: 36px;
  margin-bottom: 0px;
  font-weight: 500;
  color: #000;
  margin-top: 0px;
  padding-bottom: 25px;
  padding-top: 25px;
}

.referenzen2 {
  position: absolute;
  margin-top: -52px;
  color: #fff;
  display: inline-block;
  background-color: #2f2f2f;
  right: 0;
  padding: 12px;
    padding-right: 15px;
    padding-left: 15px;
  padding-right: 20px;
  padding-left: 20px;
  padding-right: 20px;
  padding-left: 20px;
  padding-left: 30px;
  padding-right: 30px;
  width: 270px;
  z-index: 44222;
  font-size: 18px;
  display: none;
}

.modal-body h2{
  font-size: 19px;
  line-height: 50px;
  font-weight: 700;
  margin-bottom: 0;
  color: #000;
}
a {
  color: #000;
  text-decoration: none;
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}

a:hover {
  color: #666;
  text-decoration: underline;
}
.modal-body {
  font-size: 18px;
}



button.close {
  padding: 0;
  background: 0 0;
    background-color: rgba(0, 0, 0, 0);
  border: 0;
  -webkit-appearance: none;
  background-color: #c00 !important;
}

.referenzen {
  position: absolute;
  color: #000 !important;
  display: inline-block;
  background-color: #f1db1e !important;
  right: 0;
  padding: 12px;
    padding-right: 20px;
    padding-left: 20px;
  padding-right: 20px;
  padding-left: 20px;
  padding-left: 30px;
  padding-right: 88px;
  width: 270px;
  z-index: 45;
  font-weight: 600;
  font-size: 18px;
  display: none;
}



a:hover.referenzen {

    background-color: #00263d;
    color: #fff;
    text-decoration: none;
    transition: all 0.4s ease-in-out;

}

.vrhu {
  z-index: 22;
  position: relative;
  right: 0;
  bottom: 15%;
  margin-top: 30%;
}

b, strong {
    font-weight: bolder;
    font-weight: 700;
}

[type="reset"], [type="submit"], button, html [type="button"] {
    -webkit-appearance: button;
    border: none;
    margin-left: 10px;
    font-size: 12px;
    background-color: #0d2e82;
    color: #fff;
    border-radius: 3px;
}

button.pea_cook_btn {
    background-color: #0d2e82 !important;
    border: 1px solid #bbb;
    border-radius: 5px;
    color: #fff !important;
        line-height: normal;
    line-height: 1;
    padding: 5px 0;
    font: normal !important;
    width: auto !important;
    margin-left: 15px !important;
    margin-top: 0px;
    text-shadow: none !important;
    box-shadow: none !important;
    margin-top: 0px;
    padding-left: 10px !important;
    padding-right: 10px !important
}

.pea_cook_wrapper.pea_cook_bottomright {
    bottom: 30px;
    right: 30px;
    margin-left: 5%;
    width: 300px;
}
.pea_cook_wrapper {
    position: fixed;
    padding: 15px !important;
    margin: 0;
        margin-left: 0px;
    border-radius: 5px;
    z-index: 10000;
    text-align: left !important;
}

.pea_cook_wrapper p {
    bottom: 30px;
    font-family: 'Effra_Lt',sans-serif !important;
    font-size: 18px !important;
    margin: 0;
    font-weight: normal !important;
}

a#fom, a#pea_close {
    border-bottom: none !important;
    color: #0d2e82 !important;
}

.columsecond2{
    margin-top: 70px;
    margin-bottom: 70px;
}

.aktuelles img{
    display: none;
}

.columsecond em {
    display: block;
    width: 100%;
    overflow: hidden;
    padding-top: 22px;
}

.columsecond ul {
    padding-left: 15px;
    display: block;
    width: 100%;
    overflow: hidden;
    margin-bottom: 30px;
    padding-top: 10px;
}

.marketings a {
    background-color: #20282e;
    padding: 10px;
        padding-right: 10px;
        padding-left: 10px;
    padding-left: 15px;
    padding-right: 15px;
    color: #fff;
    margin-top: 30px;
    display: inline-block;
    border-radius: 5px;
    font-size: 21px;
}

.marketings a:hover {
    background-color: #303b45;
    text-decoration: none;
    transition: all .7s ease !important;
    opacity: 1 !important;
}

.footeradresse a{
    color: #000;
}

.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 55555555;
  display: none;
  overflow: hidden;
  outline: 0;
}

.panel-default > a > .panel-heading, .panel-default > .panel-heading {
    background-color: #ecece8;
    border-color: #000;
    color: #000;
    padding-left: 20px;
    padding-top: 15px;
    padding-bottom: 1px;
}

.post-title h2{
  font-size: 28px;
  line-height: 50px;
  font-weight: 500;
  margin-bottom: 5px;
  color: #000;
}

.mv-daynames-table {
    table-layout: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background: #ccc;
    color: #20c;
}


hr {
  border-top: 1px solid #d9d9d9;
}

.columsecond img{
    max-width: 100%;
    height: auto;
}

.table td, .table th {
    border-bottom: 1px solid #000;
}

.downl ul{
    padding-left: 25px !important;
    padding-top: 0;
}

.downl ul li {
     list-style-image: url(../img/pdf.png) !important;
     padding-bottom: 5px;
}

.downl ul li a{
    color: #333;
}

.columsecond ul{
    padding-left: 15px;
}

.columsecond ul li{
     list-style-image: url(../img/azeichens2.png);
     border-bottom: 1px solid #000;
     padding-bottom: 5px;
     padding-top: 0px;
}

.columsecond h2{
    font-size: 34px;
    line-height: 50px;
    font-weight: 500;
    margin-bottom: 25px;
    color: #000;
    font-style: italic;
    margin-top: 50px;
}

.columsecond a{
    color: #9f9e8e;
}


.downloadstext{
    margin-top: 78px;
}

.dropdown-item {
    border-bottom: 1px solid #ddd;
    padding-bottom: 10px;
    padding-top: 10px;
    font-size: 17px;
    font-weight: 600;
}

.dropdown-menu {
    padding-top: 0;
    padding-bottom: 0;
}

.dropdown-item.active, .dropdown-item:active {
    color: #c00;
    text-decoration: none;
    background-color: #fff;
}

.navbar-nav li.current-menu-parent > a, .navbar-nav li.current-menu-ancestor > a {
     color: #e60604 !important;
  background-color: #fff;
  border-bottom: 1px solid;
}

.home-image-col a{
    color: #333;
}

.home-image-col a:hover{
    text-decoration: none;
    color: #9f9e8e;
}

td {
    width: 33%;
    vertical-align: top;
}

.activtable{
    background-color: #ecece8;
}

.columsecond{
    margin-top: 130px;
    margin-bottom: 130px;
}

.form-inline .form-control {
  display: inline-block;
  width: 40%;
  vertical-align: middle;
  padding-top: 15px;
  padding-bottom: 15px;
}

.logos{
    padding-top: 10px;
    padding-bottom: 10px;
}

.logopraetigau{
    text-align: right;
    padding-top: 50px;
}


.lines{
    border-left: 1px solid #ccc; 
    padding-right: 15px;
    padding-top: 5px;
    padding-bottom: 5px;
    margin-bottom: 15px;
}

.lineslast{
    border-right: 1px solid #ccc;   
}

.adresses{
    padding-top: 35px;
    padding-bottom: 15px;
    font-weight: 500;
    font-size: 17px;
    color: #666;
}

.adresses p{
    margin-bottom: 0;
}

.modal-header h2{
  font-size: 23px;
  line-height: 50px;
  font-weight: 600;
  margin-bottom:0px;
  color: #000;

}

.adresses h2{
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 700;
    font-style: normal;
    margin-bottom: 0;
    line-height: 30px;
    color: #333;
}



.titel {
    width: 100%;
    padding-left: 15px;
}

.navcolors{
    padding-top: 60px;
    font-weight: 500;
}

.navcolors h2{
    font-size: 24px;
    font-weight: 600;
    color: #395c2b;
    padding-bottom: 10px;
    margin-bottom: 0;
}

.navcolors ul{
    padding-left: 0;
    margin-left: 0;
    padding-bottom: 40px;
}

.navcolors ul li {
    list-style: none;
    border-bottom: 1px solid #999;
    padding-bottom: 3px;
    padding-top: 3px;
}

.navcolors img{
    width: 100%;
    height: auto;
}

.form-inline {
    display: -ms-flexbox;
    display: block;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -ms-flex-align: center;
    align-items: center;
}

.details {
    text-align: right;
    position: absolute;
    float: right;
    right: 0;
    padding-top: 20px;
    background-color: #fff;
    display: block;
    width: 100%;
    font-weight: 600;
    border-top: 1px solid #ccc;
}

.gelb{
    color: #f1db1e;
}

.news{
    padding-bottom: 200px;
}
.page-template-page-news .news {
    padding-top: 0px;
    padding-bottom: 100px;
}
.aktuelles, .publikationen{
    font-weight: 400;
    font-size: 18px;
    line-height: 28px;
    color: #333;
}

.ml-auto, .mx-auto {
  margin-left: auto !important;
}

.aktuelles{
    border-right: 15px solid #fff;
}



.publikationen {
  border-left: 15px solid #fff !important;
}

.publikationen li{
    list-style: none;
    padding-top: 40px;
    border-top: 1px solid #ccc;
    padding-bottom: 40px;
}

@media (min-width: 1200px) {
  .navbar-expand-xl .navbar-nav {
    -ms-flex-direction: row;
    flex-direction: row;
    margin-top: 40px;
  }
}

.aktuelles ul, .publikationen ul{
    padding-left: 0;
    margin-left: 0;
}

.aktuelles li{
    list-style: none;
    padding-top: 40px;
    border-top: 1px solid #ccc;
    padding-bottom: 40px;
}

.navbar-light .navbar-nav .active > .nav-link, .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .show > .nav-link {
  color: #000 !important;
  background-color: #fff;
}

.navbar-expand-xl .navbar-nav .nav-link {
  padding-right: 15px;
  padding-left: 15px;
}

.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
  color: #000 !important;
  background-color: #fff;
   border-bottom: 3px solid #fcde19;
}

.btn-outline-primary {
  color: #fff;
  background-color: #e60604;
  background-image: none;
  border-color: #e60604;
  font-weight: 600;
  padding-top: 10px;
  padding-bottom: 10px;
}

.btn-outline-primary:hover {
    color: #fff;
    background-color: #000;
    background-image: none;
    border-color: #000;
}

.navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 15px;
    padding-left: 15px;
}

.map {
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);
}

.unterseitebild img {
    width: 100%;
    height: auto;
}

.fa {
    font-size: 24px;
    margin-right: 10px;
    margin-left: 25px;
}

.navbar-light .navbar-toggler {
    color: rgba(0, 0, 0, .5);
    border-color: #fff;
    font-size: 29px;
    background-color: #fff;
}

.alignleft {
    float: left;
    margin-right: 20px;
}

a:focus {
    outline: medium none;
}

.bg-light {
    background-color: transparent !important;
    padding-right: 0;
}

  .bild_unterseite {
  height: 0;
  padding-bottom: 45vh;
  position: relative;
}

@media (min-width: 1560px) {
  .container {
    min-width: 1400px;
  }


}

.navbar-brand {
  display: inline-block;
  padding-top: 11px;
  padding-bottom: .3125rem;
  margin-right: 1rem;
  font-size: 1.25rem;
  line-height: inherit;
  white-space: nowrap;
  padding-top: 0;
}

.nav-link {
  padding-bottom: 10px;
  font-weight: 600;
  font-size: 18px;
  color: #333333 !important;
}

.navbar {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: .5rem 1rem;
        padding-right: 1rem;
        padding-top: 0px;
        padding-bottom: 15px;
        padding-left: 0;
}

.feed_background {
    background-attachment: scroll, scroll;
    background-clip: border-box, border-box;
    background-color: rgba(0, 0, 0, 0);
    background-image: none, none;
    background-origin: padding-box, padding-box;
    background-position: center center, 0 0;
    background-repeat: repeat, no-repeat;
    background-size: cover;
    height: auto;
    padding-bottom: 60%;
    margin: auto;
    margin-top: 50px;
}

.gallery-thumb {
   /* float: left;*/
}

.gallery-thumb img {
    max-width: 100%;
}

.col-xs-12.gallery-custom h2 {
    padding-left: 15px;
}

.background-image {
    width: auto;
}

.gallery-thumb a {
    color: #000;
}

.gallery-thumb a:hover {
    text-decoration: none;
}


/*Fixed contact icons*/
.cicons {
  display: block;
  /* width: 50px; */
  position: fixed;
  right: -180px;
  top: 50%;
  z-index: 9999;
  transform: translateY(-50%);
}
.cemail {
  display: block;
}
.cphone {
  display: block;
  transform: translateX(0);
  transition: 0.3s ease all;
}
.cphone:hover {
  transform: translateX(-170px);
  transition: 0.3s ease all;
}
.cemail__img {
  width: 50px;
  margin-top: 5px;
}
.cphone__img {
  /* display: inline; */
  width: 50px;
}
.cphone__span {
  background: rgba(255, 0, 0, 0.69);
  padding: 8px 10px;
  height: 50px;
  display: inline-block;
  color: #fff;
  width: 180px;
  font-size: 18px;
  line-height: 31px;
}

.gallery-thumb p {
    margin-top: 15px;
    margin-bottom: 15px !important;
    font-size: 21px;
}

.flex-direction-nav .flex-next {
    background-position: 100% 0;
    right: 0 !important;
}

.slick-slider .slide,
.slick-slider .slide img {
    width: 100%;
    height: 400px;
}

.slick-slider p:hover {
    cursor: pointer;
}

.slick-slider .left-arrow {
    text-align: left;
}

.slick-slider .right-arrow {
    text-align: right;
}



.item-slide {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}

.slider-wrapper {
    position: relative;
    display: block;
    background: transparent;
    padding: 0;
}

.slider-wrapper .slide-overlay {
    position: absolute;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    z-index: 9;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: transparent;
    text-transform: uppercase;
    font-size: 32px;
    font-weight: bold;
    opacity: 1;
    transition: opacity .25s;
}

.slider-inner {
    position: relative;
    height: 45vh;
    overflow: hidden;
}

.slider-wrapper .slide-single {
    position: absolute;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    float: left;
    z-index: 1;
    opacity: 0;
    transition: opacity 1.5s;
}

.slider-wrapper .slide-single .slide-caption {
    color: #fff;
    font-weight: bold;
    text-align: center;
}

.slider-wrapper .slide-single .slide-caption p {
    display: inline-block;
    padding: 5px 15px;
    margin-bottom: 0;
    font-size: 26px;
    text-shadow: 1px 1px 3px rgba(0, 0, 0, .75);
    -webkit-transform: translateX(-100px);
    transform: translateX(-100px);
    opacity: 0;
    transition: opacity .35s, -webkit-transform .35s;
    transition: transform .35s, opacity .35s;
    transition: transform .35s, opacity .35s, -webkit-transform .35s;
    transition-delay: .25s;
}

.slider-wrapper .slide-single .slide-caption h3 {
    padding: 10px 15px;
    font-size: 62px;
    text-transform: uppercase;
    text-shadow: 1px 1px 3px rgba(0, 0, 0, .75);
    -webkit-transform: translateX(100px);
    transform: translateX(100px);
    opacity: 0;
    transition: opacity .35s, -webkit-transform .35s;
    transition: transform .35s, opacity .35s;
    transition: transform .35s, opacity .35s, -webkit-transform .35s;
    transition-delay: .5s;
    font-weight: 100;
}

.slider-wrapper .slide-nav button {
    position: absolute;
    z-index: 9;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    top: 0;
    width: 130px;
    height: 100%;
    color: #fff;
    font-size: 52px;
    font-weight: bold;
    line-height: 1.2;
    text-shadow: 1px 1px 3px rgba(0, 0, 0, .75);
    background: none;
    border: none;
    cursor: pointer;
    opacity: .5;
    transition: opacity .5s;
}

.slider-wrapper .slide-nav button:focus {
    outline: 0 !important;
}

.slider-wrapper .slide-nav [data-target="next"] {
    
    right: 0;
}

.slider-wrapper .slide-nav [data-target="prev"] {
    left: 0;
}

.slider-wrapper .slide-nav button:hover {
    opacity: 1;
}

.slider-wrapper .slide-single.active-slide {
    opacity: 1;
    z-index: 2;
}

.slider-wrapper .slide-single.active-slide .slide-caption p,
.slider-wrapper .slide-single.active-slide .slide-caption h3 {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
}

button:focus {
  outline: none;
  outline: 5px auto -webkit-focus-ring-color;
}

[type="reset"], [type="submit"], button, html [type="button"] {
  -webkit-appearance: button;
  border: none;
  margin-left: 0;
  font-size: 18px;
  background-color: #fff;
  color: #000;
  border-radius: 0px;
  padding-left: 0;
  cursor:pointer;
  padding: 20px;
}

.footerbg{
    padding-top: 100px;
    padding-bottom: 100px;
    font-size: 18px;
  line-height: 25px;
  font-weight: 500;
}

.footerbg h2{ 
    font-size: 22px;
    line-height: 50px;
    font-weight: 600;
    margin-bottom: 15px;
    color: #000;
}

.footeradresse {
  font-size: 18px;
  line-height: 25px;
  font-weight: 500;
}

.footeradresse h3 {
  font-size: 22px;
  padding-bottom: 15px;
  font-weight: 600;
  margin-top: 10px;
  margin-bottom: 0;
}

.footercopyright {
  padding-bottom: 30px;
  padding-top: 30px;
  color: #000;
  font-weight: 500;
  font-size: 16px;
}

.form-row {
    width: 100%;
}

.footercopyright a {
    color: #333;
}

.column-half,
.column-full {
    float: left;
    position: relative;
    padding: 0.65rem;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

/*home-news*/
.news-card {
    margin-bottom: 20px;
    background-color: #fff9c5;
    padding: 20px;
    transition: 0.3s;

}
.member-col{
    width: 100%;
}

.member-col a:hover {
text-decoration: none;
color: #000;
}

.member-col a:hover .news-card {
    background-color: #efeccd;
    }

.filter-wrapper .team__ul{
list-style-type: none;
padding-left: 20px;
}

h3.filter__heading {
    font-size: 32px;
    font-weight: 600;
    margin-top: 0;
}
.active-category,
.filter-item {
    position: relative;
    text-decoration: none;
    transition: 0.3s;
}

.filter-item::before {
    content: '';
    position: absolute;
background-image: url(../img/right-arrows.png);
left: -22px;
top: 50%;
transform: translateY(-50%);
width: 16px;
height: 16px;
display: none;
}

.active-category::after {
    content: '';
    position: absolute;
background-image: url(../img/right-arrows.png);
left: -22px;
top: 50%;
transform: translateY(-50%);
width: 16px;
height: 16px;
}

.active-category,
.filter-item:hover {
    color: #1c78b0;
    text-decoration: none;
}

.filter-item:hover::before {
    display: block;
}

form .button-group {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding-left: 20px;
}

form .button-group button{
margin-bottom: 3px;
background-color: transparent;
color: #000;
font-size: 20px;
}

form .button-group button:focus{
  outline: none;
    }

.search-box{
    display: flex;
    justify-content: end;
    margin-bottom: 20px;
}

#news-search{
    width: 250px;
}

.preloader {
    margin: 50px 0 50px 0;
    text-align: center;
    width: 100%
}

.preloader-ball {
    height: 15px;
    width: 15px;
    margin-right: 5px;
    list-style: none;
    display: inline-block;
    border-radius: 100%;
    background-color: #1b63c6;
    -webkit-animation: ball 1s infinite ease-in-out both;
    animation: ball 1s infinite ease-in-out both
}

.preloader-ball:nth-child(1) {
    -webkit-animation-delay: 0s;
    animation-delay: 0s
}

.preloader-ball:nth-child(2) {
    -webkit-animation-delay: 0.15s;
    animation-delay: 0.15s
}

.preloader-ball:nth-child(3) {
    -webkit-animation-delay: 0.3s;
    animation-delay: 0.3s
}

.preloader-ball:nth-child(4) {
    -webkit-animation-delay: 0.45s;
    animation-delay: 0.45s
}

.preloader-ball:nth-child(5) {
    -webkit-animation-delay: 0.6s;
    animation-delay: 0.6s
}

@-webkit-keyframes ball {
    0%,80%,100% {
        -webkit-transform: scale(0);
        transform: scale(0)
    }

    40% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@keyframes ball {
    0%,80%,100% {
        -webkit-transform: scale(0);
        transform: scale(0)
    }

    40% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

.news-wrapper{
    padding-bottom: 40px;
}

@media only screen and (max-width:991px) {
    .member-col.single {
        overflow-y: auto;
    }
    }

@media only screen and (max-width:767px) {
#news-search{
    width: 100%;
}

.filter-wrapper.single {
    margin-bottom: 20px;
}
}
/* home-news end */



@media only screen and (min-width:48em) {
    .column-half {
        width: 50%;
    }
}

.navbar-expand-xl .navbar-nav .dropdown-menu {
  position: absolute;
  z-index: 77899;
}

.wpcf7 input[type="text"]:focus {
    background: #fff;
}

.wpcf7-submit {
    float: right;
    background: #000;
    color: #fff;
    text-transform: uppercase;
    border: none;
    padding: 8px 20px;
    cursor: pointer;
    width: 100%;
    border: 1px solid #000;
}

.wpcf7-submit:hover {
    background: #fff;
    color: #000;
    border: 1px solid #000;
}

span.wpcf7-not-valid-tip {
    text-shadow: none;
    font-size: 12px;
    color: #fff;
    background: #ff0000;
    padding: 5px;
}

div.wpcf7-validation-errors {
    text-shadow: none;
    border: transparent;
    background: #f9cd00;
    padding: 5px;
    color: #9C6533;
    text-align: center;
    margin: 0;
    font-size: 12px;
}

div.wpcf7-mail-sent-ok {
    text-align: center;
    text-shadow: none;
    padding: 5px;
    font-size: 12px;
    background: #59a80f;
    border-color: #59a80f;
    color: #fff;
    margin: 0;
}

.screen-reader-response ul {
    display: none;
}

@media (max-width:768px) {
    .slider-wrapper .slide-nav button {
        top: auto;
        bottom: 0;
        height: 80px;
        width: 50%;
    }
    .slider-wrapper .slide-single .slide-caption p {
        font-size: 16px;
    }
    .slider-wrapper .slide-single .slide-caption h3 {
        font-size: 32px;
    }

    .slide-nav{
        display: none;
    }

}

@media (max-width:1108px) {

    .bild_unterseite2 h1 {
  font-size: 30px;
  margin-bottom: 0px;
  font-weight: 500;
  color: #000;
  margin-top: 0px;
  padding-bottom: 45px;
  padding-top: 25px;
}

input, textarea {
  color: #141412;
  width: 100%;
}
}

@media (max-width:760px) {
    .columsecond {
    margin-bottom: 30px;
}
	.publikationen {
  border-left: 15px solid #fff !important;
  margin-top: 80px;
}
.screen-reader-response td {
  border-top: 1px solid #ededed;
  padding: 6px 10px 6px 0;
  width: 100%;
  width: 100% !important;
  display: block;
}

.claimer h2 {
  font-size: 30px !important;
  line-height: 40px;
  color: #fff;
}

.navbar-expand-xl .navbar-nav .nav-link {
  padding-right: 12px;
  padding-left: 12px;
  border-bottom: 1px solid;
}

.nav-link {
  padding-bottom: 12px;
  padding-top: 12px;
  font-weight: 600;
  font-size: 18px;
}
    h1 {
    font-size: 24px;
    margin-bottom: 30px;
    font-weight: 600;
    color: #000;
    margin-top: 0px;
padding-bottom: 15px;
}

h2 {
    font-size: 22px;
    line-height: 50px;
    font-weight: 600;
    margin-bottom: 25px;
    color: #000;
    font-style: italic;
}

h3 {
    font-size: 21px;
    font-weight: 500;
    margin-top: 20px;
    margin-bottom: 20px;
}
    }

    @media (max-width:600px) {


.pea_cook_wrapper.pea_cook_bottomright {
    bottom: 0px !important;
    right: 0px !important;
    margin-left: 0% !important;
    width: 100% !important;
}

@media (min-width: 1200px) {
    .container {
        max-width: 1170px;
    }
}

.hover-margin-up {
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    display: block;
    height: 100%;
}
.hover-margin-up i {
    float: left;
    display: block;
    width: auto;
    height: inherit;
    color: #666;
}
.hover-margin-up p {
    color: #666;
    float: left;
    display: block;
    width: auto;
}
.hover-margin-up:hover {
    text-decoration: none;
    
    margin-top: -15px;
}
.clear-fix {
    clear: both;
}

/* Home aktuelles - publikaTIONEN */
/*.aktuelles ul li p {
    margin-bottom: 5px;
}*/
.aktuelles-wrap {
    padding: 50px 0;
}
.aktuelles-wrap .content-excerpt {
    height: 230px;
    overflow: hidden;
}
.aktuelles-link {
    color:#333;
}
.aktuelles-link:hover {
    text-decoration: none;
    color:#333;
}
.aktuelles-link-b {
  display: block;
  color: #333;
  font-size: 15px;
  font-weight: 600;
}
.aktuelles-link-b:hover {
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    letter-spacing: 1px;
    color: #333;
    font-weight: normal;
}
/*.aktuelles-link-b span{
    padding: 1px 10px;
    background-color: #333;
    color: #fff;
    border:1px solid #333;
}
.aktuelles-link-b:hover span {
    background-color: #fff;
    color: #333;
}*/
.home-image-col h2 { overflow: hidden; }
.home-image-col img {
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}
.home-image-col:hover img {
    -webkit-transform:scale(1.2);
    -moz-transform:scale(1.2);
    -o-transform:scale(1.2);
    -ms-transform:scale(1.2);
    transform:scale(1.2);
}
.single-custom-post, .search-result-wrap {
    padding: 100px 0;
}
.search .search-result-wrap {
    padding: 50px 0;
}
.details a {
    color: #000;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}
.details a:hover {
    color: #e60604 !important;
background-color: #fff;
text-decoration: none;
transition: all 0.4s ease-in-out;
}
.top-image-wrapper img  {
    width: 100%;
    height: 50vh;
    object-fit: cover;
}
.post_content {
    overflow: hidden;
}
.post_content img {
    display: block;
    max-width: 100%;
    height: auto;
    margin-bottom: 10px;
}
.form-mobile-menu {
    display: none;
}
.navbar-brand-mobile {
    display: none;
}
.single #top-image, .single #top-image img {
    height: 40vh;
}
.image-col-wrap {
    overflow: hidden;
    display: block;
    height: 220px;
    background-color: #f0f0f0;
    position: relative;
    margin-bottom: 5px;
}
.image-col-wrap img {
    display: block;
    height: 220px;
    width: 100%;
    object-fit: cover;
}
.event-dates {
    position: relative;
    right: 0;
    top: 0;
    margin: 0;
    display: inline-block;
    padding: 7px 0px;
    background-color: rgba(255,255,255, .64);
    font-size: 15px;
    text-align: right;
}
.aktuelles-item h3 {
  margin-top: 15px;
  overflow: hidden;
}
.tempate-page-heading {
    padding: 30px 0 0px;
}
.tempate-page-heading .page-text p {
    margin: 0;
}
/* Datepicker for rent */
html .ea-bootstrap {
    font-family: 'Source Sans Pro', sans-serif !important;
}
.ea-bootstrap .form-horizontal .control-label {
    padding-top: 7px;
    margin-bottom: 0;
    text-align: left !important;
    display: block !important;
    width: 100% !important;
    max-width: 100% !important;
}
.ea-bootstrap .step.form-group .col-sm-8 {
    width: 100% !important;
    max-width: 100% !important;
}
.ea-bootstrap select.form-control {
    display: block;
    width: 100% !important;
    border-radius: 0;
}
.ui-datepicker .ui-datepicker-title {
    font-weight: 700;
    margin-bottom: 15px !important;
}
.ui-datepicker {
    background-color: #fff;
    border: 0px solid #000 !important;
    border-radius: 0px !important;
    box-shadow: 0 0 0px rgba(102,175,233,.6) !important;
    display: none;
    margin-top: 4px;
    padding: 20px 15px !important;
    /* width: 240px; */
}
.ea-bootstrap .time-disabled {
    cursor: default;
    display: inline-block;
    min-width: 20%;
    padding-top: 5px;
    padding-bottom: 5px;
    text-align: center;
    vertical-align: middle;
    border: 1px solid #ccc;
    font-size: 1.1em;
    background-color: #f39999 !important;
    color: #fff !important;
}
.ea-bootstrap .form-control {
    border-radius: 0px !important;
}
.ui-datepicker .ui-datepicker-calendar td {
    border-radius: 0px !important;
}
.ea-bootstrap .btn {
    color: #fff;
    background-color: #9f9e8e !important;
    background-image: none;
    border-color: #9f9e8e !important;
    font-weight: 600;
}
.ea-bootstrap .btn.ea-cancel {
    background-color: #f39999 !important;
    border-color: #f39999 !important;
    color: #fff !important;
}
.ea-bootstrap .btn:hover {
    opacity: .77;
}
.ea-actions-group {
    margin-top: 20px;
}

#booking-overview-header, #booking-overview, #booking-overview .row-worker  {
    display: none;
}
.ea-bootstrap.ea-bootstrap .selected-time, .ea-bootstrap.ea-bootstrap .selected-time:hover {
    background-color: #acfbac !important;
    color:  #000 !important;
}
.ui-datepicker .ui-datepicker-current-day {
    background-color: #9f9e8e !important;
}
.ea-bootstrap a {
    color: #000 !important;
}
.ea-bootstrap .form-control:focus {
  box-shadow: inset 0 0px 0px rgba(0, 0, 0, 0.075), 0 0 0px rgba(255, 0, 0, 0.6) !!important;
}
.ea-bootstrap .form-control:focus {
    border-color: #9f9e8e !important;
    box-shadow: 0 0 5px rgba(159,158,142, 0.4) !important
}

@media (min-width:992px) and (max-width:1240px) {
    #nav1 {
        padding-left: 0;
        padding-right: 0;
    }
    .nav-link {
        padding-bottom: 20px;
        padding-top: 20px;
        font-weight: 700;
        font-size: 13px;
        color: #333333 !important;
        text-transform: uppercase;
    }
    /*.navbar-nav {
        display: inline-block;
        float: none;
    }

    .navbar .navbar-collapse {
        text-align: center;
    }*/
}
@media(max-width:991px) {
    .form-mobile-menu {
        display: inline-block;
    }
    .search-form-desktop {
        display: none;
    }
    .navbar {
        padding: 0;
    }
    .navcolor {
        padding: 0;
        background-color: #fff;
        border-bottom: 1px solid #fff;
    }
    .navcolors {
        padding-bottom: 40px;
        padding-top: 40px;
    }
    .navbar-brand-mobile {
        display: inline-block;
    }
    .navbar-brand-mobile img {
        height: 60px;
    }
    .container.logos {
        display: none;
    }
    .navbar-brand-desktop {
        display: none;
    }
    .navbar-toggler {
        outline: 0;
        border: none;
    }
    .navbar-collapse {
        padding-bottom: 20px;
    }
.nav-link {
  padding-bottom: 12px;
  padding-top: 12px;
  font-weight: 600;
  font-size: 17px;
}
    .form-inline .form-control {
        width: 50%;
        min-width: 250px;
    }
    .news {
        padding-top: 50px;
        padding-bottom: 50px;
    }
    .home .aktuelles {
        border-right: 0px solid #fff;
    }
    .home .details {
        padding: 5px 15px 15px;
    }
    .footerbg {
        padding: 10px 0 20px;
        font-size: 20px;
    }
    .footercopyright {
        padding-left: 0;
        padding-right: 0;
    }
    #top-image, #top-image img {
        height: 34vh;
    }
    .page-template-page-aktuelles .columsecond, .page-template-page-publikationen .columsecond {
        margin-top: 30px;
        margin-bottom: 30px;
    }
    .aktuelles-wrap {
        padding: 15px 0;
    }
    .aktuelles-wrap .aktuelles-item {
        padding-bottom: 15px;
        border-bottom: 1px solid #333;
        margin-bottom: 15px;
    }
    .page-template-page-news .aktuelles {
        border-right: 0px solid #fff;
    }
}


@media (max-width: 767px) {
    .form-inline .form-control {
        width: 70%;
        min-width: auto;
    }
}
@media (min-width:768px) and (max-width:991px) {
    .adresses {
        padding-left: 25px;
        padding-right: 25px;
        max-width: 100%;
    }
    .adresses h2 {
        font-size: 15px;
        font-weight: 700;
    }
    .adresses .lines {
        padding-left: 10px;
        padding-right: 10px;
    }
    .fas.fa-map-marker-alt, .fa-phone, .fa-envelope, .fa-clock {
        font-size: 18px;
    }
    .hover-margin-up p {
        font-size: 14px;
    }
}
@media (min-width:576px) and (max-width:767px) {
    .line-phone {
        border-right:1px solid #ccc;
    }   
}

.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor*)) .woocommerce #respond input#submit.alt, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor*)) .woocommerce a.button.alt, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor*)) .woocommerce button.button.alt, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor*)) .woocommerce input.button.alt {
  background-color: #000;
  color: #fff;
  -webkit-fon



