@charset "UTF-8";

/*allgemein*/
* {
    margin: 0;
    padding: 0;
}
body {
    font-family: 'PT Sans', sans-serif;
    font-size: 1em;
    color: #222221;
    line-height: 1.5em;
    margin: 0 auto;
}
h1 {
    font-size: 2.5em;
    font-weight: 700;
    line-height: 1.1em;
    letter-spacing: 0.5px;
    padding-bottom:0.3em;
    color: #1ca700;

}
h2 {
    font-weight: 700;
    font-size: 2em;
    line-height: 1.1em;
    letter-spacing: 0.5px;
    padding-bottom:0.2em;
    color: #1ca700;

}
h3 {
    font-weight: 700;
    font-size: 1.6em;
    line-height: 1.1em;
    letter-spacing: 0.5px;
    padding-bottom:0.2em;
/*    color: #1ca700;*/
}
h4 {
    font-weight: 700;
    font-size: 1.3em;
    letter-spacing: 0.5px;
        line-height: 1.1em;


}
h5 {
    font-weight: 700;
    font-size: 1.15em;
    letter-spacing: 0.5px;
    line-height: 1.3em;
    padding-top:3px;


}
p {
    font-size: 1.1em;
    font-weight: 400;
    line-height: 1.5em;
}
a {
    text-decoration: none;
    color: #1ca700;
}
a:hover {
    color: #777777;
}
blockquote {
    font-size: 2.5em;
    line-height: 2.0em;
    font-style: italic;
    font-weight: normal;
    margin:1.0em;
    text-align: left;
}

.small {
    font-size: 0.8em;
}

dl, ol, ul {

    margin-left: 1rem;
}
.container-fluid {
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
    padding: 0;
    /* background:red; */
}
.container {
    max-width: 992px;
    width: 100%;
    margin: 2em auto;
    padding:0;
    /* background:blue; */
}
section {
    margin: 3em auto;
}
article {
    margin: 0;
    padding: 0;
}
.row {
    padding:0;
}
main {
    margin: 0;
    padding: 0;
}
img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.rund {
    border-radius: 100%;
}
.green {
    /*color: rgb(133,160,90);*/
    color: #1ca700;
}
.hggreen {
    background-color: #1ca700;
}
.black {
    /*color: rgb(34,34,33);*/
    color: #222221;
}
.hgblack {
    background-color: #222221;
}
.white {
    color: #ffffff;
}
.hgwhite {
    background-color: #ffffff;
}
.bi {
    margin: 0;
    padding:0;
    font-size: 2.5em;
    line-height: 1em;
}
.click {
    transition: all .3s linear;
    color: #1ca700 ;
}
.click:hover {
    transform: translateX(8px);
    color: rgba(133,160,90, 0.7);

}
.btn-lg-green {
    padding: 0.5em 1.5em;
    font-size: 1.25rem;
    font-weight: 700;
    border-radius: 0.3rem;
    background: rgba(133,160,90,0.4);
    color:#222221;
    border: 2px solid rgba(34,34,33, 0.5);

}
.btn-lg-green:hover {
    background: rgba(133,160,90,0.1);
    color: #1ca700;
}
.btn-lg-green2 {
    padding: 0.5em 1.5em;
    font-size: 1.25rem;
    font-weight: 700;
    border-radius: 0.3rem;
     background: #fff;
    color:#222221;
    border: 2px solid #1ca700;

}
.btn-lg-green2:hover {
    background:#1ca700;
    color: #fff;
}
.btn-lg-dark {
    padding: 0.5em 1.5em;
    font-size: 1.25rem;
    font-weight: 700;
    border-radius: 0.3rem;
    background: rgba(255,255,255,0.4);
        border: 2px solid #222221;
    color: #222221;

}
.pfeil {
    background-image: url(../media/pfeil_grun.svg);
    background-repeat: no-repeat;
    background-size: cover;
    max-width: 100%;
    max-height: 100%;
    
}
.pfeil:hover {
    background-image: url(../media/pfeil_grun-hover.svg);
}
.pfeildown {
    background-image: url(../media/pfeil_grun_down.svg);
    background-repeat: no-repeat;
    background-size: cover;
    max-width: 100%;
    max-height: 100%;
    
}
.pfeildown:hover {
    background-image: url(../media/pfeil_grun-hover_down.svg);
}
.textschein {
    text-shadow: 5px  5px 20px #FFFFFF, 
    5px  5px 50px #FFFFFF, 
    5px  5px 70px #FFFFFF;

}
.box-shadow {
    box-shadow: 3px 3px 8px  rgba(34,34,33, 0.5);
} 

.bordergrau {
    border: 2px solid rgba(133,160,90,0.4);

}
.bordergreen {
    border: #222221 2px solid;

}
.ratio > * {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    overflow: hidden;
}


/* Navigation */
.navbar-light .navbar-toggler {
    color: #222221;
    border: none;
    box-shadow: 0 0 0 0;
}
.navbar-toggler:focus {
    color: rgba(0,0,0,.55);
    border: none;
}
.navbar-brand {
    height: 70px;
}
.navbar-brand img{
    height: 100%;
    width:auto;
}
.active {
    font-weight: bold;
}
.navbar-light .navbar-nav .nav-link {
    color: #222221;
    font-size: 12px;
    padding: 10px;
}
.navbar-light .navbar-nav .nav-link:hover {
    color: #777777;

}
.navbar-dark .navbar-nav .nav-link {
    color: #ffffff;
    font-size: 1.2em;
    padding: 20px;
}
.navbar-dark .navbar-nav .nav-link:hover {
    color: #777777;

}
.navbar-green .navbar-nav .nav-link {
    color: #222221;
    font-size: 1.2em;
    padding: 20px;
}
.navbar-green .navbar-nav .nav-link:hover {
    color: #ffffff;

}
.bg-dark {
    background-color: #666666 !important;
}
.bg-light {
    background-color: #f5f5f5 !important;
}
.bg-green {
    background-color: #1ca700 !important;
}
.navbar-toggler,
.navbar-toggler:focus,
.navbar-toggler:hover {
    padding: 0.25rem 0.75rem;
    font-size: 1.25rem;
    line-height: 1;
    color: transparent;
    border-color: transparent;
    background-color: transparent;
    border: 0 solid transparent;
    border-radius: 0.25rem;
    transition: box-shadow 0 ease-in-out;
}
.navbar-green .navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%280, 0, 0, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

/* Header */
header {
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
    padding: 0;
    margin-bottom:2em;
}


/* Teaser */
.card {
    border: 2px solid #1ca700;
    border-radius: 0em;
    /* box-shadow: 3px 3px 8px  rgba(34,34,33, 0.3); */
}
.card  {
    font-size:0.9em;
}
.card-img {
    border-radius:0;
}
.row-cols-md-2 .pfeil{
    width: 50px;
    height: 50px;

}
.row-cols-md-3 .pfeil{
    width:35px; 
    height: 35px;

}
.row-cols-md-2 .pfeildown{
    width: 50px;
    height: 50px;

}
.row-cols-md-3 .pfeildown{
    width:35px; 
    height: 35px;

}


/* Formular */
#rex-yform {
    font-size: 1em;
}



#rex-yform .form-check-input[type="checkbox"] {
    border-radius: 3em;
    border:2px solid #1ca700;
    width:30px;
    height:30px;
}

#rex-yform .form-check-input:checked[type="checkbox"] {
    background-image:url(../media/checkbox_full.svg);
}
#rex-yform input[type="radio"]{
    display:inline;
}


#rex-yform .form-control {
    display: block;
    width: 100%;
    padding: 0.5em 1rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #222221;
    background-color: #fff;
    background-clip: padding-box;
    border: 2px solid #1ca700;
    appearance: none;
    border-radius: .3em;
    transition: border-color 0s ease-in-out,box-shadow 0s ease-in-out;

}
#rex-yform .form-select {
    display: block;
    width: 100%;
    padding: 0.5em 1em;
    font-size: 1em;
    font-weight: 400;
    line-height: 1.5;
    color: #222221;
    background-color: #fff;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right .75rem center;
    background-size: 16px 12px;
    border: 2px solid #1ca700;
    border-radius: .3em;
    appearance: none;
}

/*
#formular2 .form-control {
    display: block;
    padding: 0.5em 1rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #222221;
    background-color: #fff;
    background-clip: padding-box;
    border: 2px solid rgba(34,34,33, 0.2);
    appearance: none;
    border-radius: 0em;
    transition: border-color 0s ease-in-out,box-shadow 0s ease-in-out;
    border-left: 0px solid #fff;

}
#formular2 .input-group-text {
    display: flex;
    align-items: center;
    padding: .5em .75em;
    font-size: 1em;
    font-weight: 400;
    line-height: 1.5;
    color: #1ca700;
    text-align: center;
    white-space: nowrap;
    background-color: rgba(133,160,90,0.3);
    border: 0px solid #1ca700;
    border-radius: .0em;
}


#formular2 .form-check-input[type="checkbox"] {
    border-radius: 3em;
    border:2px solid #1ca700;
    width:30px;
    height:30px;
}
#formular2 .form-check-input:checked[type="checkbox"] {
    background-image:url(../media/Checkbox_full.svg);
}


 #formular2 .form-select {
    display: block;
    padding: 0.5em 1em;
    font-size: 1em;
    font-weight: 400;
    line-height: 1.5;
    color: #222221;
    background-color: #fff;
    background-image:  url();
    background-repeat: no-repeat;
    background-position: right .75rem center;
    background-size: 16px 12px;
    border: 2px solid rgba(34,34,33, 0.2);
    border-radius: 0;
    appearance: none;
    cursor: pointer;
    margin:-2px 0 0 0;
    border-left:0px solid #fff;
}

*/
input#yform-table-rex_kontakt-field-4[type="checkbox"] {
    border-radius: 3em;
    border:2px solid #1ca700;
    width:30px;
    height:30px;
}
input#yform-table-rex_kontakt-field-4:checked[type="checkbox"] {
    background-image:url(../media/checkbox_full.svg);
}


/* Galerie */
.carousel-dark .carousel-indicators [data-bs-target] {
    background-color: #000;
    height: 100%;
    width:100%;
}
.carousel-indicators {
    position: relative;
    margin:0;
}
.carousel-control-next-icon {
    background-image: url();
}
.carousel-control-prev-icon {
    background-image: url();
}
.carousel-control-prev, .carousel-control-next {
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    color: #1ca700;
    text-align: center;
    background: 0 0;
    border: 0;
    opacity: 1;
    transition: opacity .15s ease;
    width:auto;
}
.carousel-dark .carousel-control-next-icon, .carousel-dark .carousel-control-prev-icon {
   
    filter: none;
}
.carousel-control-next:focus, .carousel-control-next:hover, .carousel-control-prev:focus, .carousel-control-prev:hover {
    color: #1ca700;
    opacity: 0.7;
}
#carouselExampleDark .bi {
    margin: 0;
    padding:0;
    font-size: 2.5em;
    line-height: 1em;
}

/* Tabellen */

table {
    padding:1em;
    width:100%;
    
}
td {
    width:auto;
}

/* Footer */
footer {
    color: #222221;
}
footer .container {
    margin: 0 auto;
}
/*
footer h4 {
    font-weight: 400;
    font-size: 1.1em;
}
*/

footer p {
    font-size: 1.1em;
}
footer a {
    padding: 0 20px;

}
#white a {
    color: #ffffff;
}
#white a:hover {
    color: rgba(255,255,255,.55);
}
#green a:hover {
    color: #ffffff;
}
#white {
    color: #ffffff;
}


