

/* html, body {
    height: 100%;
    margin: 0;
  } */

html{
    background: url('') no-repeat center center fixed; ;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

body {
    color: #000000;
    font-family: 'Barlow', 'sans-serif', 'Roboto', 'Helvetica Neue', 'Arial';
    font-style: normal;
    font-variant: normal;
    font-weight: lighter;
    margin: 0;
    padding: 0;
}



#wrapper_page {
    _background: #fff none repeat scroll 0 0;
    margin: auto;
    width: auto;
    top: 50px;
    position: relative;
    _min-height:100%;
}



h3, h4, h5, h6 {
    font-family: 'Barlow', 'sans-serif', 'Roboto', 'Helvetica Neue', 'Arial';
    font-style: normal;
    font-variant: normal;
    font-weight: lighter;
    line-height: 22px;

}

h3 {
    font-size: 24px;
    line-height: 36px;
    font-family: 'Barlow', 'sans-serif', 'Roboto', 'Helvetica Neue', 'Arial';
}


h2 {
    font-family: 'Barlow', 'sans-serif', 'Roboto', 'Helvetica Neue', 'Arial';
    font-size: 30px;
    font-style: normal;
    font-variant: normal;
    font-weight: lighter;
    line-height: 40px;
}

h1 {
  font-family: 'Barlow', 'sans-serif', 'Roboto', 'Helvetica Neue', 'Arial';
  font-size: 48px;
  font-style: normal;
  font-variant: normal;
  font-weight: lighter;
  line-height: 40px;
  _color: white;
}

.h2unter {
  position: relative;
  top: 20px;
  font-family: 'Barlow', 'sans-serif', 'Roboto', 'Helvetica Neue', 'Arial';
  font-weight: 900;
  font-size: 60px;
  color: white;
}

.h1title  {
  position: relative;
  top: 175px;
  font-family: 'Barlow', 'sans-serif', 'Roboto', 'Helvetica Neue', 'Arial';
  font-weight: 900;
  font-size: 30px;
  color: white;
}

strong {
  font-family: 'Barlow', 'sans-serif', 'Roboto', 'Helvetica Neue', 'Arial';
}

a:hover {
  text-decoration: underline;
    text-decoration-thickness: auto;
  text-decoration-thickness: 3px;
}

#header_id:hover {
    font-size: 24px;
}
a#header_id {
    width: 100px;
}



a {
  color: #e9336b;
  font-family: 'Barlow', 'sans-serif', 'Roboto', 'Helvetica Neue', 'Arial';
  text-decoration-thickness: 3px;
  text-decoration-color: black;
}
a:hover {
    color: rgb(95, 95, 95);

	display: inline-block;
}

.imprint_zeile {
  line-height: 40px;
}



/*  sticky header */

.site-branding{
    padding: 20px;
    text-align: center;
    height: 450px;
    background: url("https://buesum-ferienwohnung.com/wp-content/uploads/2026/02/deich_mittel.jpg")no-repeat;
    z-index: 6;
    top: 0px;
    background-size: 100% 154%;
    position: relative;
}



.header {
    padding: 20px 0px;
    height: 30px;
    margin: auto;
    background: white;
    z-index: 5;
    display: none;
    top: 0px;
    position: relative;
    border-bottom: 3px solid #bbb;
  }

  #header_home {
    width: 100%;
  }

  .home {
    width: 100%;
    display: block;
  }

  .headerinternimage {
    width: 50%;
    margin: auto;
    display: block;
  }


#main {

    width: 98%;
    position: relative;
    top: 150px;
    padding-bottom: 10px;

}

#main_start {
  width: 98%;
  position: relative;
  padding-bottom: 10px;
}



.sticky {
position: sticky;
top: 0px;
width: 100%;
display: block;

}

.sticky + #wrapper_page {
_padding-top: 90px;
}

/* ENDE  sticky header*/



  .site-branding a{
    _width: 100%;
    height: 200px;

    background: white;
    z-index: 100;
    top: 0px;
  }


#header-image-main, #header-image-main-inside {
    position: relative;
    overflow: hidden;

    display: block;
}



#sidebar {
    width: 200px;
    position: relative;
    top: -300px;
    left: 216px;
}   


.wp-block-column {
  background: #ffffffa6;
  padding: 20px;
  box-shadow: .8rem .8rem .6rem -9px rgba(255, 255, 255, 0.39);
}




    /* Navigations Menu */

.row {

  position: fixed;
  top: 8px;
  z-index: 1;
  margin-right: auto;

}


label.hamburg { 
    display: block;
      background:none;
      width: 50px;
      height: 40px;
    position: relative; 
    margin-left: auto; 
    border-radius: 4px; 
    top: 5px;
 }
 
 input#hamburg {display:none}
 
 .line { 
    position: absolute; 
    left:10px;
	height: 4px;
    width: 40px;
    background: #5a5a5a; border-radius: 2px;
    display: block; 
    transition: 0.5s; 
    transform-origin: center; 
 }
 
 .line:nth-child(1) { top: 10px; }
 .line:nth-child(2) { top: 20px; }
 .line:nth-child(3) { top: 30px; }
 
 #hamburg:checked + .hamburg .line:nth-child(1){
    transform: translateY(10px) rotate(-45deg);
 }
 
 #hamburg:checked + .hamburg .line:nth-child(2){
    opacity:0;
 }
 
 #hamburg:checked + .hamburg .line:nth-child(3){
    transform: translateY(-10px) rotate(45deg);
 }
 

#hamburg:checked + .hamburg  + nav.menu-menu-1-container { 
    max-height: 600px; 
    position: relative;
    top: -150px;
    background:white;
    width: 100%;
}

/* Menu neu */


#prime_nav a {
    font-family: "Libre Franklin", sans-serif;
	font-weight: 400;
	font-style: normal;
    font-size: 22px;
	z-index: 1;
	background: #ffffff7a;
  }
  
  .menu-menu-1-container {
    width: 100%;
    position: relative;
    z-index: 1;
    display:flex;
    justify-content:center;
	  top: 0px;
  }


  .menu-menu-1-container ul {
    text-decoration: none;
    color:#757575;
    text-rendering: optimizeLegibility;
	  transition: all 0.25s ease-in-out;
    list-style: none;
    top: 10px;
    position: relative;
  }

  .menu-menu-1-container 
  a:hover {
      color: #727272;
      
  
    display: inline-block;
  }
  
.sub-menu a:hover {
  color: #51AF5F;
}

  .menu-menu-1-container li {
    float: left;
    position: relative;
    margin-bottom: 0;
    left: 200px;
	height: 20px;
  }

    
  .menu-menu-1-container a {
    display: block;
    color: #333;
    font-size: 18px;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility;
    transition: all 0.25s ease-in-out;
  }
  

.menu-menu-1-container li a {
    float: left;
    position: relative;
    top: 0px;
    display: block;
    width: auto;
    text-align: center;
	padding-left: 40px;
    font-size: 14px;
    text-decoration: none;
    color:#1C313D;
    text-rendering: optimizeLegibility;
	transition: all 0.25s ease-in-out;
  }

  .menu-menu-1-container ul ul a {
    background-color: #fff;
    
	  z-index: 1;
  }
  
  
  .menu-menu-1-container li:hover > ul{
    display: block;
    transition:all 0.3s ease-in-out;

  } 



.menu-menu-1-container .menu-item:hover .sub-menu {
    visibility: visible;
    opacity: 1;
  }
  
.sub-menu {
    visibility: hidden;
    opacity: 0;
    transition: visibility 0s, opacity 0.5s linear;
    background: white;
	margin-top: -30px;
  left: 0px;
  position: relative;
	width: 277px;
  height: 215px;
    
  }
  
  .menu-menu-1-container ul ul li {
    float: none;
    margin: 0;
    left: -10px;
    top: -10px;
  }

#menu-item-92 {
  margin-top: 45px;

}

#menu-item-17 {
  margin-right: -80px;
	height: 40px;
	padding-left:5px
}

#menu-item-17::before {
  content: "\25BC";
	color: #0bbf40;
}


#menu-item-112 {
  position: relative;
	margin-top: 150px;
  left: 9px
}

  #menu-item-112 a {
  padding-left: 21px;
  padding-top: 10px;
} 




/* ENDE NAV MENU */



.entry_pages {
    color: #000000;
    font-family: 'Stag Regular,Georgia,serif';
    line-height: 2em;
    min-height: 300px;
    overflow: auto;
    padding: 20px;
    position: relative;
    width: 90%;
    margin-bottom: 200px;
    margin-left:5%;
    top: 50px;

}

#main_start .entry_pages {
    background: none;
 }

.entry_pages, p {
  font-size: 20px;
  letter-spacing: 0.03em;
  line-height: 1.6;
  font-family: 'Barlow', 'sans-serif', 'Roboto', 'Helvetica Neue', 'Arial';
}


.entry_pages img {

    max-width: 300px;

}



  .wp-block-heading.start_text_h2 {
    width: 400px;
    position: relative;
    background: white;
    padding: 30px;
    top: 165px;
  }


  .wp-block-heading.start_text {
    position: relative;
    margin-top: 150px;
    height: 29px;
  }


.wp-block-image img{
    max-width: 500px;
}

.wp-block-embed__wrapper {
    position: relative;
    float: right;
    padding-top: 40px;
  }



  .wp-block-image img {
    opacity: 0.8;
  }



#footer {

  height: 90px;
  position: fixed;
  background: #1c1c1c;
  bottom: 0;
  width: 100%;
  display: none;
  clear: both;
  text-align:center;

}

/* new css */
.footermenu li {
    display: inline-block;
    margin-bottom: 10px;
}

/* old css */
.page-wrap {
    width: 100%;
    height: 100%;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: -200px;
}


.footermenu a {
    color: #FFFFFF;
    text-decoration: none;
    padding-left: 10px;
    padding-right: 10px;
}

.footermenu li {
    list-style-type: none;
}



.imprint, .daten, .kontakt, .satzung, .start {
    color: white;
    float: left;
    position: relative;
    margin-left: 20px;
    margin-top: 20px;
    font-size: 16px;
}

.icon_i {
  float: left;
  position: relative;
  margin-left: 20px;
  margin-top: 20px;
  font-size: 16px;
}
  


#page_title {
    font-size: 30px;
    margin-left: 0;
    margin-top: -90px;
    position: absolute;
    text-transform: uppercase;
}



.wrap {
    max-width: 100%;
    margin-left: 20px;

}


  #footer_start {
    clear: both;
    height: 100px;
    padding: 20px;
    width: 90%;
    overflow: visible;
    position: relative;
    background-repeat: no-repeat;
    margin: auto;
    background-position: center;
  }


  
  #imprint_start, #daten_start {
    float: left;
    position: relative;
    top: 0px;
    display: block;
    width: auto;
    text-align: center;
    padding-left: 50px;
  }

  #imprint_start a {
    float: left;
	position: relative;
	top: 200px;
	left: 20px;
	color: #ffffff;
	font-size: 18px;
	padding: 10px;
	font-size: 18px;
	text-rendering: optimizeLegibility;
	transition: all 0.25s ease-in-out;	
    font-family: 'Avenir-Black';
    font-size: 20px;

}

#daten_start a {
    float: left;
	position: relative;
	left: 40px;
	top: 200px;
	color: #ffffff;
	font-size: 18px;
	padding: 10px;
	text-rendering: optimizeLegibility;
	transition: all 0.25s ease-in-out;	
    font-family: 'Avenir-Black';
    font-size: 20px;

}


#imprint a {
    float: left;
	position: relative;
	top: 10px;
	left: 20px;
	color: #ffffff;
	font-size: 18px;
	padding: 10px;
	font-size: 18px;
	text-rendering: optimizeLegibility;
	transition: all 0.25s ease-in-out;	
    font-family: 'Avenir-Black';
    font-size: 20px;

}

#daten a {
    float: left;
	position: relative;
	left: 40px;
	top: 10px;
	color: #ffffff;
	font-size: 18px;
	padding: 10px;
	text-rendering: optimizeLegibility;
	transition: all 0.25s ease-in-out;	
    font-family: 'Avenir-Black';
    font-size: 20px;

}


#imprint a:hover, #daten a:hover{
	 
	opacity: 0.5;
	display: inline-block;
	}



    

#arrow {
    display: none; 
    position: fixed; 
    bottom: 20px; 
    right: 100px; 
    z-index: 99; 
    border: none; 
    outline: none; 
    cursor: pointer;
    padding: 15px; 
    border-radius: 10px; 
    font-size: 18px; 
    width: 50px;
    height: 50px;
    background-color: transparent;
}


#arrow:hover {
    opacity: 0.7;
}


.button_arrow{
    margin-top: -10px;
    margin-left:-10px;

}


/* ********************** RESPONSIVE ************************************* */

@media only screen and (min-width: 1800px){

  .sticky + #wrapper_page {
    padding-top: 230px;
  }

  .header {
    height: 190px;
  }
    #main, #main_start{
        width: 100%;
    }

    .wp-block-columns.is-layout-flex.wp-container-4, .wp-block-columns.is-layout-flex.wp-container-8 {
        margin-left:120px !important;
      }

      #footer a{
        margin-top: 70px;
        font-size: 24px;
      }

      #footer {
        height: 150px;
        
        margin-top:0;
      }


}

@media only screen and (min-width: 1005px) and (max-width:1400px){

  

  .headerinternimage {
    width: 60%;
    }

    .entry_pages{
        width: 90%;
        margin-left: 5%;
        margin-top: 0;
    }

    

}

@media only screen and (min-width: 576px) and (max-width:1010px){

  
    #header_home {
      width: 100%;
      height: 65px;
      position: fixed;
    }


    .sticky + #wrapper_page {
        padding-top: 0px;
    }   

    .sticky {
        position: relative;
    }

#wrapper_page {

    width: 95%;

}

.site-branding{
        height:100px;
        margin-top: 40px;
    }
   

  /* Navigations menu */
	
	
	#menu-item-17 {
  margin-right:10px;
		height: 235px;
}
	
	#menu-item-17::before {
  content: "";
	
}
	
	#menu-item-112 {
  position: relative;
  margin-top: 0px;
  left: -25px;
}
	
	#menu-item-92 {
  		_left: 42px;
		margin-top: -30px;
	}

 .menu-menu-1-container li a {
    float: none;
    position: relative;
    padding: 5px;
    text-align: left;
    width: auto;
    display: block;
    top: 0;
    left: 0px;
  }

  .menu-menu-1-container li {
    float: none;
    display: block;
	left: -50px;  
	  height: auto;
	  line-height: 20px;
  }

  .menu-menu-1-container ul { 
    _margin-left:-200px;
  }

  .menu-menu-1-container li a {
    _margin-top: 10px;
  }
	
	.menu-menu-1-container ul ul li {
	  _height: 20px;
	  top: 15px;
	}

  #prime_nav a {
    font-size: 20px;
  }

  #prime_nav .sub-menu a {
    font-size: 18px;
	  color: #0bbf40;
    font-weight: 400;
  }


  .sub-menu {
    height: 150px;
	  margin-top: -5px;
  }

	ul ul .sub-menu {
		left: 20px;
		top: -9px;
	}
	
	
  .menu-menu-1-container ul ul {
    display: block;
    position: relative;
    visibility: visible;
    opacity: 1;
    padding-top: 0;
    _top: 13px;
    _left: 150px;
  }

  .menu-menu-1-container ul ul a {
    _top: 5px;
  }

/* Responsive menu */


.row {

    float: none;

}

label.hamburg {
    display: block;
      background: none;
      width: 50px;
      height: 40px;
    position: relative;
    margin-left: auto;
    border-radius: 4px;
    top: 20px;
    left: -20px;        
    z-index: 10;
  }
 
 input#hamburg {display:none}
 
 .line { 
    position: absolute; 
left: -10px;
    height: 5px;
    width: 50px;
    background: #5a5a5a;
    display: block; 
    transition: 0.5s; 
    transform-origin: center; 
 }
 
 .line:nth-child(1) { top: 10px; }
 .line:nth-child(2) { top: 20px; }
 .line:nth-child(3) { top: 30px; }
 
 #hamburg:checked + .hamburg .line:nth-child(1){
    transform: translateY(10px) rotate(-45deg);
 }
 
 #hamburg:checked + .hamburg .line:nth-child(2){
    opacity:0;
 }
 
 #hamburg:checked + .hamburg .line:nth-child(3){
    transform: translateY(-10px) rotate(45deg);
 }
 
 nav.menu-menu-1-container  { 
    height: auto; 
    max-height:0; 
    overflow: hidden; 
    transition: all 0.5s;
    z-index: 10;
    position: relative;
    top: 250px;
    margin-left: -80px;     
}

#hamburg:checked + .hamburg + nav.menu-menu-1-container {
    min-height: 100%;
    position: fixed;
    top: 10px;
    background: white;
    width: 111%;
    padding: 20px;
    z-index: 6;
	left: 60px;
  }

/* ENDE Responsive Menü*/
} 


@media only screen and (min-width: 150px) and (max-width:575px){



    .sticky + #wrapper_page {
        padding-top: 0px;
    }   

    .sticky {
        position: relative;
    }

#wrapper_page {

    width: 95%;
    top: 150px;

}

.site-branding{
        height:100px;
        margin-top: 40px;
    }


    
    h1, .h1title {
        font-size: 34px;
        line-height: 34px;
    }

    h2, .h2unter {
      font-size: 24px;
    }

    h3 {
        font-size: 20px;
        line-height: 33px;
      }

    .entry_pages, p {
        line-height: 24pt;
        font-size: 18px;
 
    }


    #header_home {
      width: 100%;
      height: 65px;
      position: fixed;
    }

    .headerinternimage {
      width: 90%;
    }


    div#main{
        margin-left: -10px;
        margin-top: -10px;
        width: 100%;
        margin-bottom: 100px;
    }

    #main_start{
        top:40px;
        
    }

    .entry_pages{
      width: 90%;
      margin-left: 0%;
      padding: 20px;
      overflow: auto;
      margin-top: -200px;
    }

    #main .entry_pages {
        _margin-left:10%;
    }

    .wp-block-heading.start_text_h2 {
        background: none;
        padding: 0;
        top: 77px;
        left: 30px;
        z-index: 1;
      }


    .wp-block-image img {
        max-width: 320px !important;
        height: auto !important;
      }
  

    .wp-block-image.size-full img {
        width: 320px !important;
        height: auto !important;
      }




    .wrap {
        top:170px;
    }

    #imprint, #daten {
        float: none;
    }

    #imprint a {
        left: -60px;
        top: 70px;
    }

    #daten a {
        left: -60px;
        top: 70px;
    }

    body .uwy.utb .uai {
      width: 45px;
      height: 45px;
    }


 /* Navigations menu */
	
	
	#menu-item-17 {
  margin-right:10px;
		height: 235px;
}
	
	#menu-item-17::before {
  content: "";
	
}
	
	#menu-item-112 {
  position: relative;
  margin-top: 0px;
  left: -25px;
}
	
	#menu-item-92 {
  		_left: 42px;
		margin-top: -30px;
	}

 .menu-menu-1-container li a {
    float: none;
    position: relative;
    padding: 5px;
    text-align: left;
    width: auto;
    display: block;
    top: 0;
    left: 0px;
  }

  .menu-menu-1-container li {
    float: none;
    display: block;
	left: -50px;  
	  height: auto;
	  line-height: 20px;
  }

  .menu-menu-1-container ul { 
    _margin-left:-200px;
  }

  .menu-menu-1-container li a {
    _margin-top: 10px;
  }
	
	.menu-menu-1-container ul ul li {
	  _height: 20px;
	  top: 15px;
	}

  #prime_nav a {
    font-size: 20px;
  }

  #prime_nav .sub-menu a {
    font-size: 18px;
	  color: #0bbf40;
    font-weight: 400;
  }


  .sub-menu {
    height: 150px;
	  margin-top: -5px;
  }

	ul ul .sub-menu {
		left: 20px;
		top: -9px;
	}
	
	
  .menu-menu-1-container ul ul {
    display: block;
    position: relative;
    visibility: visible;
    opacity: 1;
    padding-top: 0;
    _top: 13px;
    _left: 150px;
  }

  .menu-menu-1-container ul ul a {
    _top: 5px;
  }

/* Responsive menu */


.row {

    float: none;

}

label.hamburg {
    display: block;
      background: none;
      width: 50px;
      height: 40px;
    position: relative;
    margin-left: auto;
    border-radius: 4px;
    top: 0px;
    left: -20px;        
    z-index: 10;
  }
 
 input#hamburg {display:none}
 
 .line { 
    position: absolute; 
left: -10px;
    height: 5px;
    width: 50px;
    background: #5a5a5a;
    display: block; 
    transition: 0.5s; 
    transform-origin: center; 
 }
 
 .line:nth-child(1) { top: 10px; }
 .line:nth-child(2) { top: 20px; }
 .line:nth-child(3) { top: 30px; }
 
 #hamburg:checked + .hamburg .line:nth-child(1){
    transform: translateY(10px) rotate(-45deg);
 }
 
 #hamburg:checked + .hamburg .line:nth-child(2){
    opacity:0;
 }
 
 #hamburg:checked + .hamburg .line:nth-child(3){
    transform: translateY(-10px) rotate(45deg);
 }
 
 nav.menu-menu-1-container  { 
    height: auto; 
    max-height:0; 
    overflow: hidden; 
    transition: all 0.5s;
    z-index: 10;
    position: relative;
    top: 250px;
    margin-left: -80px;     
}

#hamburg:checked + .hamburg + nav.menu-menu-1-container {
    min-height: 100%;
    position: fixed;
    top: 10px;
    background: white;
    width: 111%;
    padding: 20px;
    z-index: 6;
	left: 60px;
  }

/* ENDE Responsive Menü*/

  .imprint, .daten, .kontakt, .satzung, .start {
    display: block;
}


.page-wrap {
    margin-left: 0px;
}



.row {

    float: none;

}



  #footer {
    left: 0;
  }

} /* ENDE Smartphones */





