@charset "utf-8";
/* CSS Document */

/* handlee-regular - latin */
@font-face {
  font-family: 'Handlee';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/handlee-v9-latin-regular.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/handlee-v9-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/handlee-v9-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/handlee-v9-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('../fonts/handlee-v9-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/handlee-v9-latin-regular.svg#Handlee') format('svg'); /* Legacy iOS */
}
/* hind-madurai-regular - latin */
@font-face {
  font-family: 'Hind Madurai';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/hind-madurai-v6-latin-regular.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/hind-madurai-v6-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/hind-madurai-v6-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/hind-madurai-v6-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('../fonts/hind-madurai-v6-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/hind-madurai-v6-latin-regular.svg#HindMadurai') format('svg'); /* Legacy iOS */
}

/* hind-madurai-600 - latin */
@font-face {
  font-family: 'Hind Madurai';
  font-style: normal;
  font-weight: 600;
  src: url('../fonts/hind-madurai-v6-latin-600.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/hind-madurai-v6-latin-600.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/hind-madurai-v6-latin-600.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/hind-madurai-v6-latin-600.woff') format('woff'), /* Modern Browsers */
       url('../fonts/hind-madurai-v6-latin-600.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/hind-madurai-v6-latin-600.svg#HindMadurai') format('svg'); /* Legacy iOS */
}


:root {
  --cicolor: #b5d064;
  --cicolor2: #f273bf;
  --websiteSize: 1300px;
}

*{
    box-sizing: border-box;
}

a:active, a:focus {outline: none;}
.webseiteSize{
    width:var(--websiteSize);
    margin-left: auto;
    margin-right: auto;
}
html{
    scroll-behavior: smooth;
    font-family: 'Hind Madurai', sans-serif;
    font-size:1.2em;
}
body{
    margin: 0px;
    background-image: url(../img/background.png);
    background-size: 100% auto;
    background-repeat: repeat-y;
    color:#3d3d3d;
}
a{
    color:#3d3d3d;
}

.flex_oneLine{
    display:flex;
    flex-wrap:nowrap;
    justify-content:space-between;   
}
.flex_wrap{
    display:flex;
    flex-wrap:wrap;
    justify-content:space-between;   
}
.flex_dontScaleVertical{
    align-items:flex-start;
}.fullscreenimg{
    width:100%;
    height: auto;
    margin-bottom: 1em;
align-self: flex-start;
}
.noscallfullscreenimg{
    width:auto;
    max-width: 100%;
    height: auto;
    margin-bottom: 1em;
}
h1, h2, h3{
    margin: 0px;
    margin-bottom: 1em;
}
.marginBottomElement{
    margin-bottom: 3em;
}
/* NAVIGATION DESKTOP START */
nav#mainNav{
    width:100%;
    background-color: var(--cicolor);
    border-top:1px solid #fff;
    border-bottom:1px solid #fff;
    
    position: sticky;
    top:0px;
}
nav#mainNav ul{
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    list-style: none;
    margin: 0px;
    padding: 0px;
    font-family: 'Handlee', cursive;
    width: var(--websiteSize);
    margin-left: auto;
    margin-right: auto;
    font-size:1.2em;
}
nav#mainNav ul li a.rex-current{
    background-color: var(--cicolor2);
}
nav#mainNav ul li{
    margin-left: 1%;
    margin-right: 1%;
    flex-grow: 1;
    position: relative;
}
nav#mainNav ul li a{
    display: block;
    color:#fff;
    text-decoration: none;
    width:100%;
    padding-top:0.4em;
    padding-bottom: 0.2em;
    text-align: center;
}

nav#mainNav ul li ul{
    width:100%;
    position: absolute;
    display: none;
    background-color: #575756;
    color:#fff;
    padding-left:4px;
    padding-right: 4px;
    font-size:0.9em;
}
nav#mainNav ul li ul li a{
    font-size:0.8em;
}
nav#mainNav ul li ul li a{
    line-height: 2em;
}
/* NAVIGATION DESKTOP ENDE */


header{
    border-top:10px solid var(--cicolor2);
    width:100%;
    height: 36vw;
    background-image: url(/media/kopfbild.jpg);
    background-size: cover;
    background-position: center center;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-content: flex-start;
    align-items: flex-start;
}

.logoWrapper{
    width:20vw;
    background-color: rgba(255,255,255,0.8);
    height: auto;
    border-left:1px solid var(--cicolor);
    border-right:1px solid var(--cicolor);
    padding-left:40px;
    padding-right:40px;
    padding-bottom:30px;
}
.logoWrapper img{
    width:100%;
    height: auto;
    transform: translateY(-10px);
}

.hvr-sweep-to-top::before{
    background-color: var(--cicolor2);
}
address{
    background-color: var(--cicolor2);
    text-align: center;
    padding-top:0.6em;
    padding-bottom: 0.6em;
    color:#fff;
    font-style: normal;
    font-size:0.9em;
    margin-bottom: 6em;
    border-top:1px solid var(--cicolor);
    border-bottom:2px solid var(--cicolor);
    padding-left: 10px;
    padding-right: 10px;
}

#preFooter{
    text-align: center;
}
#preFooter img{
    width: var(--websiteSize);
}

footer{
    background-color: var(--cicolor);
    padding-top:2em;
    padding-bottom: 3em;
    color:#fff;
}

footer .flex_oneLine{
    justify-content: flex-start;
}
footer .flex_oneLine div{
    margin-right: 10%;
}
footer a{
    color:#fff;
}
footer #smFooter{
    text-align: right;
    flex-grow: 3;
    margin-right: 0px;
}
#subFooter{
    background-color: var(--cicolor2);
}
#subFooter .webseiteSize{
    text-align: right;
}
#subFooter .webseiteSize a, #subFooter .webseiteSize{
    color:#fff;
    text-decoration: none;
    padding-top:0.3em;
    padding-bottom: 0.3em;
}

.leftRow{
    width:50%;
}
.rightRow{
    width:40%;
}

.borderedBottomElement{
    padding-bottom:3em;
    border-bottom:6px solid var(--cicolor2);
}

.sliderWrapper{
    margin-top: -3em;
    border-bottom:6px solid var(--cicolor2);

}
article.sliderText{
    width:25%;
    background-color: #eef4e1;
    paddng-top:10px;
    padding-left: 2%;
    padding-right: 2%;
}
.slickSliderWrapper{
    width:72%;
}
.slickSlider img{
    width:100%;
    height: auto;
}
.slickSlider .fullscreenimg{
    margin-bottom: 0px;
}
button.slick-arrow{
    position: absolute;
    z-index: 10;
    width:50px;
    height: 50px;
    border:none;
    font-size:0px;
    background-size: 100% 100%;
    cursor: pointer;
    background-color:transparent;
}
button.slick-next{
    top:50%;
    right:30px;
    background-image: url(../img/nextArrow.png);
}
button.slick-prev{
    top:50%;
    left:30px;
    background-image: url(../img/prevArrow.png);
}
a.blogEntry{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    text-decoration: none;
    color:#000;
    margin-bottom: 2em;
    align-items: flex-start;
}
a.blogEntry h4{
    width:100%;
    font-size:1.9em;
    color:var(--cicolor2);
    margin-bottom: 0.3em;
}
a.blogEntry img, a.productEntry img{
    width:40%;
    height: auto;
}
a.blogEntry div{
    width:50%;
}

a#phoneCall{
    position: absolute;
    right:1%;
    top:30px;
    color:var(--cicolor);
    font-size:1.15em;
    font-weight: bold;
    text-decoration: none;
    background-image: url(../img/phone.png);
    background-size: auto 100%;
    background-repeat: no-repeat;
    background-position: left center;
    padding-left:45px;
}

.bildergalerie{
    display: grid;
    grid-template-columns: 32% 32% 32%;
    grid-column-gap: 3%;
    grid-row-gap:2em;
}
.bildergalerie a img{
    width:100%;
    height: auto;
}

.obermeierform input, label{
    width:100%;
}

.obermeierform input, .obermeierform textarea, .obermeierform select{
    margin-bottom: 1em;
    background-color: var(--cicolor);
    border:1px solid #ccc;
    line-height: 1.6em;
    width:100%;

}
label.checkLabel{
    margin-bottom: 1em !important;
}
.obermeierform input[type='checkbox']{
    margin-bottom: 0px;
}

.obermeierform input[type=checkbox]{
    width:auto;
}
.hiddenWrapper{
    display: none !important;
    transition: 1s;
}
.w50{
    width:48%;
}

.teamList{
    display: flex;
    flex-wrap: wrap;
}
.teamItem{
    width:30%;
    margin-right: 3%;    
    margin-bottom: 2em;
}
.teamItem:first-of-type{
    margin-right: 60%;

}
.teamItem .fullscreenimg{
    margin-bottom: 0.2em;
}
.teamName{
    color:var(--cicolor);
    font-size:1.5em;
    margin-bottom: 0px;
}
.teamItem p{
    margin: 0px;
    font-weight: bold;
}