* {
    margin: 0;
    padding: 0;
}

/*--- Allgemein -------------------------*/

body
{
  font-family: 'Arial';
  color: #444444;
  font-size:15px;
  line-height: 21px;
}


#wrapper
{
	min-height:98vh;
  position: relative;
}

/*---Nach Oben-------------------------*/  

.nachoben
{
	position: fixed;
  z-index:2000;
    bottom: 0px;
	right:5px;
  display:none;
}

.nachoben i
{
	font-size:50px;
	font-weight:bold;
    color: #383838;
}


/*------------------------------------------------ Mobil --------------------------------------------------------------*/

/*---KOPF-------------------------*/  

#top
{
	 height: 185px;
	overflow:hidden;
}

#top .right
{
	background:#6f6f6f;
        rotate: 3deg;
        translate: 1rem 2rem;
        scale: 1.2;
        margin-top: -170px;
        z-index: 50;
        position: relative;
		height: 185px;
}



/*---Wrapper-------------------------*/ 
#middle
{
margin-top:-130px;

}

/*---SIDE-------------------------*/ 
#left_div
{
	
}

/*LOGO --------------*/

#logo
{
  width:225px;
  padding-top: 5px;
  display:block;
}

#logo img
{
	max-width:100%;
	height:auto;
}

/*phone --------------*/  

#phone
{
  display:none;
}

#phone_mobil
{
    display: block;
    position: relative;
    z-index: 111;
  width:50px;
  float:right;
  margin-right: 10px;
}

#phone_mobil a,
#phone a
{
    display:inline-block;
}


#phone_mobil img,
#phone img
{
    width:100%;
  height:auto;
  max-width:60px;
  margin-right:10px;
}


/*Menü --------------*/  
#menu
{

}

#toggleNavMain
{
    position: absolute;
    right: 20px;
	top:6rem;
}


#navMain
{
  	display:none;
 	background:#fff;
    position: absolute;
    z-index:1000;
    width: 100%;
    right: 0;
    top: 9rem;
	border-top:1px solid #999;
}

#navMain li
{
  display:block;
}


#navMain a
{
  color:#555555;
  display:block;
  padding:20px 5px;
  text-decoration:none;
  text-align:center;
  font-size: 25px;
  border-bottom:1px solid #999;
}


#navMain li.active a
{
  background:#93b93a;
  color:#fff;
  font-weight:bold;
}
  /*---Sozial-------------------------*/
#social
  {
    display:none;
  }


#social_mobile 
{
  width:290px; 
  display:inline-block;
  position: absolute;
    z-index: 136;
    bottom: 10px;

}

#social_mobile #folgen
{
  width:250px; 
  display:inline-block;
      background: url(/fileadmin/Resources/Public/Bilder/Basiselemente/folge-uns.png);
        background-size: 100% auto;
    background-repeat: no-repeat;
}

#social_mobile  .icon_insta,
#social_mobile  .icon_ticktok
{
  width:70px; 
  display:inline-block;
}

#social_mobile .icon_insta
{
 padding: 75px 15px 10px 60px;
}

#social_mobile .icon_ticktok
{
  padding:10px 5px 10px 5px;
}

#social_mobile .icon_insta img,
#social_mobile .icon_ticktok img
{
  width:100%;
  height:auto;
}

 /*---Inhalt-------------------------*/
 
main
 {
    /*padding:50px 15px;width:96%;min-height: 66vh;*/
   margin-left: auto;
    margin-right: auto;
    max-width: 1300px;
   
 }

.text_image_content {
  position: relative;
  display: inline-block; /* oder block, je nach Layout */
}


/* Das Bild als Hintergrundebene */
.image_content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
      overflow: hidden;
}

/* Bild auf volle Breite und Höhe strecken */
.image_content img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* Text über das Bild legen */
.text_content {
  position: relative;
  z-index: 2;
  padding: 2rem;
  background: #fffffff2;
  padding-bottom: 180px;
  width: 75%;
  margin-left:auto;
  margin-right:auto;
  align-content: center;
}

/* Höhe richtet sich nach dem Text */
.text_image_content {
  height: auto;
}


.image_content .ce-center .ce-outer,
.image_content .ce-center .ce-inner
{
        width: 100%;
}

.image_content .ce-column
{
  width: max-content;
  position: relative;
  overflow: hidden;
  height: 100%;
  width: 100%;
}

.image_content .frame,
.image_content .ce-image,
.image_content .ce-gallery,
.image_content .ce-outer,
.image_content .ce-inner,
.image_content .ce-row,
.image_content .ce-inner
{
  height: 100%;
} 

.image_content .image
{
  height: 100%;
  width:100%;
} 

.image_content .ce-gallery img 
{
    display: block;
    object-fit: cover;
    width: 100%;
    height: 100%;
}


.frame-type-ce_slider .swiper-button-next, .frame-type-ce_slider .swiper-button-prev
{
     color: #93b93a;
    background: #ffffffcc;
    padding: 2px;
    width: calc(var(--swiper-navigation-size) / 29 * 22);
    font-weight: 600;

}

 /*---Footer-------------------------*/

#footer
{
      height: 125px;
    overflow: hidden;
      margin-top: -115px;
}

#footer .container
{
background: #93b93a;
    rotate: 3deg;
    translate: 1rem 2rem;
    scale: 1.2;
    margin-top: 50px;
    z-index: 50;
    position: relative;
    height: 185px;  
}

#footer .container p
{
    rotate: -3deg;
    padding-top: 15px;
    text-align: center;
    font-size: 13px;
}

#footer, #footer a
{
  color:#fff;
}


/*------------------------------------------------ Browser (ab 1150 PX) ------------------------------------------------------------*/

@media screen and (min-width:1150px)
{  
  
/*---KOPF-------------------------*/  

#top
{

}
  
#top .right
  {

  }

/*phone --------------*/  
#phone_mobil
{
  display:none;
}

  
  
#phone
{
  display:block;
  position: relative;
  z-index: 111;
  width:210px;
  float:right;
  margin-right: 10px;
}

#phone img,
  #phone p 
{
          display: inline-block;
        vertical-align: middle;
}

/*---Wrapper-------------------------*/ 
#middle
{
display: -webkit-flex;
   display: -ms-flex;
   display: flex;
   -webkit-flex-wrap: wrap;
   -ms-flex-wrap: wrap;
   flex-wrap: wrap;
margin-top:-145px;



}

/*---SIDE-------------------------*/ 
#left_div
{
	width: 22%;
    max-width: 500px;
	padding:2%;
}

    /*---Sozial-------------------------*/
#social_mobile
  {
    display:none;
  }

#social 
{
  width:290px; 
        display: inline-block;
        margin-top: 30%;
        position: relative;
        z-index: 101;
}

#social #folgen
{
  width:290px; 
  display:inline-block;
      background: url(/fileadmin/Resources/Public/Bilder/Basiselemente/folge-uns.png);
        background-size: 100% auto;
    background-repeat: no-repeat;
}

#social .icon_insta,
#social .icon_ticktok
{
  width:80px; 
  display:inline-block;
}

#social .icon_insta
{
 padding: 75px 15px 10px 65px;
}

#social .icon_ticktok
{
  padding:10px 5px 10px 5px;
}

#social .icon_insta img,
#social .icon_ticktok img
{
  width:100%;
  height:auto;
}


/*LOGO --------------*/

#logo
{
  width:300px;
}
  
  
/*Menü --------------*/  
#menu 
  {
    margin-top: 20px;
    float: none;
  }
  
#toggleNavMain, .icon, .down
  {
    display:none;
  }

#navMain
  {
    display:block;
    background: transparent;
    position: relative;
    top: 10px;
    border:none;
    width: auto;
  }
  
#navMain li
  {
      margin-bottom:15px;
  }

#navMain a
  {
    display:inline-block;
    padding:10px 17px;
    cursor: pointer;
    font-size: 25px;
    border:none;
	color:#402d1f;
	font-weight: 500;
  }
  
  #navMain a:hover
  {
    text-decoration:underline;
  }
  
  #navMain li.active a
{
  font-weight:normal;
}

 /*---Inhalt-------------------------*/
 
main
 {
	    padding: 0px;
        width: 74%;
        max-width: 2500px;
        margin: 0px;
    }

.text_image_content {
    min-height: 94vh;
}
  
	.text_content
{
        width: 35%;
        padding: 3% 5%;
          min-height: 85vh;
        /*display: inline-block;*/
    }

	.image_content
{

}


  
 }
 


/*------------------------------------------------ Browser (max 1150 PX) ------------------------------------------------------------*/

@media screen and (max-width:1150px)
{


}
