




/* ---------- Fonts ---------- */ 

@import url('/engine/fonts/Inter.css');
@import url('/engine/fonts/Playfair-Display.css');



  


.slider .slides .slide-text {
	top: 55%;
    width: 40%;
    margin: 0 auto;
    text-align: center;
    left: 25%;
    right: 25%;
}
	
.slider h2 {
	font-size:50px;
}

main section, main article {
	background-color: #FFFFFF;
}

 

/* ---------- Colors ---------- */ 

body {
	background:#FFFFFF;
	color: #444444;
}

p {
	color: #444444;
    font-size: 16px;
}

h1, h2, h3, h4, h5, h6 {
	color: #000000;
}
	


h1 {
	font-size: 44px;
}

h2 {
	font-size: 30px;
}

h3 {
	font-size: 24px;
}

header, .sticky {
	background:#FFFFFF;
}


.title-bar {
  background:#FFFFFF;
  color: #fefefe;
  padding: 0.5rem; }
  .title-bar::before, .title-bar::after {
    content: ' ';
    display: table; }
  .title-bar::after {
    clear: both; }
  .title-bar .menu-icon {
    margin-left: 0.25rem;
    margin-right: 0.5rem; }

.title-bar-left {
  float: left; }

.title-bar-right {
  float: right;
  text-align: right; }

.title-bar-title {
  font-weight: bold;
  vertical-align: middle;
  display: inline-block; }
  
.menu-icon {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
  width: 26px;
  height: 26px; 
  background: #FFFFFF;
  padding: 5px;
  }
.menu-icon:hover {
  background: #FFFFFF;
  }  
.menu-icon::after {
    content: '';
    position: absolute;
    display: block;
    width: 18px;
    height: 2px;
    background: #000000;
    top: 5px;
    left: 4px;
    box-shadow: 0 7px 0 #000000, 0 14px 0 #000000; }
    
.menu-icon:hover::after {
    background: #444444;
    box-shadow: 0 7px 0 #444444, 0 14px 0 #444444; } 
 
.accordion-content {
  padding: 1rem;
  display: none;
  border-bottom: 1px solid #e6e6e6;
  background-color: #fefefe; }

.is-accordion-submenu-parent > a {
  position: relative; }
  .is-accordion-submenu-parent > a::after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    border-color: #000000 transparent transparent;
    border-top-style: solid;
    border-bottom-width: 0;
    position: absolute;
    top: 50%;
    margin-top: -4px;
    right: 1rem; }

.is-dropdown-submenu-parent.is-down-arrow > a::after {
	border-color:#000000 transparent transparent;
}

.is-dropdown-submenu-parent.is-down-arrow:hover > a::after {
	border-color:#444444 transparent transparent;
}

footer {
	background:#000000;
    color: #FFFFFF;
}

footer p, footer .fa, footer .fa-regular, footer .fa-solid, footer .fa-light, footer .fa-thin, footer .fa-duotone {
	color: #FFFFFF;
}

footer a {
	color: #FFFFFF;
}

footer a:hover {
	color: #FFFFFF;
}

footer a .fa:hover, footer a .fa-regular:hover, footer a .fa-solid:hover, footer a .fa-light:hover, footer a .fa-thin:hover, footer a .fa-duotone:hover {
	color: #ffffff;
}

header .menu a,
.row_icons {
	color:#000000;
    font-size: 16px;
    font-family: 'Playfair Display';
}

header .fa,header .fa-regular,header .fa-solid,header .fa-light,header .fa-thin,header .fa-duotone {
	color:#000000;
    font-size: 16px;
}


a,
.accordion-title,
.speise h3 a {
	color: #000000;
}

.tabs ul {margin:auto; }
.tabs { margin-bottom: 50px; }
.tabs-title { border: 0px; margin-right: 5px; }
.tabs-title a {
	color: #000000;
	font-family: 'Playfair Display';
	font-size: 16px;
	background:#ffffff;
	border: 0;
}

.tabs-title.is-active a:hover {
	color: #444444;
	background:#EEEEEE;
	border: 0;
}

.tabs-title a:hover {
	color: #444444;
	background:#EEEEEE;
	border: 0;
}

.tabs-title > a:focus, .tabs-title > a[aria-selected='true'] {
      background: #ffffff; 
}
 
.tabs-title.is-active{
	background:#EEEEEE !important;
}     

.tabs > li.is-active > a {
background: #EEEEEE;
color: #444444;
}

header .menu a:hover {
			color: #444444 !important;
	}

.row_icons .fa, .row_icons_left .fa,.row_icons .fa-regular, .row_icons_left .fa-regular,.row_icons .fa-light, .row_icons_left .fa-light, .row_icons .fa-thin, .row_icons_left .fa-thin,.row_icons .fa-duotone, .row_icons_left .fa-duotone,.row_icons .fa-brands {
	color: #000000;
}
	
footer a {
	color:#FFFFFF;
}

a:hover,
.menu > li > a:hover,
a:focus {
	color:#ffffff;
}
		
.button, button,
.owl-theme .owl-controls .owl-page span {
	color:#FFFFFF;
	background:#333333;
}

.button:hover, button:hover,
.owl-theme .owl-controls .owl-page span:hover {
	background:#FFFFFF;color:#000000;}
	
.cd-top {
	background: #333333 url(../img/cd-top-arrow.svg) no-repeat center 50%;
}

.no-touch .cd-top:hover {
	background-color:#FFFFFF;
}
	
section .button, section button {
	background:#333333;
	color:#FFFFFF;
}
	
/*
.button:hover, button {
	background:#F18611;
}
*/
	
.dropdown.menu:not(.vertical) .is-dropdown-submenu.first-sub li {
	background:#EEEEEE;
}

label, input, textarea {
	/* color: #444444; */
}

textarea{
	height: 10em;
}
formselect.selected, .selected {
	color: #444444;
}




/* ---------- Typography ---------- */ 

body {
	font-family: 'Inter';
	font-style: normal;
}

h1, h2, h3, h4, h5, h6 {
	font-family: 'Playfair Display';
	font-style: normal;
	font-weight: normal;
}

p {
	font-family: 'Inter';
}
	
	
a.button, button, [type='submit'] {
	font-family: 'Inter';
	font-style: normal;
}
	
.event-info p, .event-info p a,
.event-details p, .event-details p a {
	font-family: 'Inter';
	font-weight:400;
}
	

	
p, 
footer .sitemap ul li a,
.row_team a {
	font-family: 'Inter';
	font-style: normal;
	font-weight: 400;
}
	
p strong {
	font-style: normal;
	font-weight: 700;
}

.flexslider .slides .slide-text h2{
	font-family: 'Playfair Display';
    margin: 0;
    padding: 0;
    font-size: 55px;
    color: #000000;
}



.flexslider .slides .slide-text p{
	margin: 0 0 20px 0;
    padding: 0;
    color: #000000;
    font-size: 28px;
}

.flexslider .slides li .slide-text {
    width: 80%;
    top: 28%;
}






.row_testimonials .flexslider h2 {
	color:#000000;
	font-size: 30px;
    margin: 0 0 25px 0;
}

.row_testimonials .flexslider p {
	color:#444444;
}

/* ---------- Logo ---------- */ 

h5#logo a, h5#logo-center a  {
	background-image: url(../../sites/site0324/media/logo/logo-schwarz.svg);
	background-repeat: no-repeat;
}

h5#logo_footer a  {
	background-image: url(../../sites/site0324/media/logo/logo.svg);
	background-repeat: no-repeat;
    background-position: top left;
}

/* ---------- Accordion Programmiert ----------- */
.accor {
	background:#000000;
    cursor: pointer;
    padding: 14px;
    width: 100%;
    border: none;
    text-align: left;
    transition: 0.4s;
    margin-top: 10px;
}

.accor h1, .accor h2, .accor h3, .accor h4, .accor h5{
	color:#ffffff;
    margin:0;
	float:left;
	}

.accor.active, .accor:hover {
    background: #444444;
}

.accor:before{
    content: '+';
    font-size: 20px;
    color: #ffffff;
    float: left;
    line-height: 28px;
    font-weight: bold;
	margin: 0 15px 0 0;
}

.accor.active:before {
    content: "-";
}

.panel {
	max-height: 0;
    overflow: hidden;
	padding:0 20px;
    transition: 0.6s ease-in-out;
    opacity: 0;
    font-size: 16px;
    font-family: Interpx;
}

.panel.show {
    opacity: 1;
    max-height: 5000px;
	padding: 20px;
}

.row_content_half .fa,.row_content_half .fa-regular,.row_content_half .fa-solid,.row_content_half .fa-thin,.row_content_half .fa-light,.row_content_half .fa-duotone,.row_content_half .fa-brands {
font-size: 55px;
margin: 10px 0;
}	





/* ---------- Speisekarte ----------- */	

.speise {
margin: 0 0 35px 0;
display: inline-block;
margin-left: -4px;
float: none;
vertical-align: top;
}
	
.speise h5:before {
    content: "";
    left: 0;
    bottom: 0;
    height: 1px;
    width: 100px;
    border-bottom: 1px solid rgba(255,255,255,.2);
    display: block;
    margin: 0 auto 30px;
}

.speise h5:after {
    content: "";
    left: 0;
    bottom: 0;
    height: 1px;
    width: 100px;
    display: block;
    margin-top: 25px;
}

.speise h3{
	float:left;
	font-size: 1.2em;
    font-family: Inter;
    color: #444444;
	margin:0;
	max-width:80%;
	}
.speise h2{
	float: left;
	font-size: 1.6em;
    font-family: Inter;
	margin:0;
	max-width:80%;
	}
	
.speise h5{
	text-align: center;
	font-size: 1.8em;
    font-family: Inter;
	margin:0;
	max-width:100%;
	}
	
.speise p{
	margin:0;
	font-size: 1em;
	clear:both;
	width: 80%; 
	}
.speise h4.preis{
	float:right;
	font-size: 1.6em;
    font-family: Inter;
	 margin: 0;
	}
	
.speise .allergene{
	float:none;
	clear:both;
	font-size: 11px;
    margin: 0 0 10px 0;
	}



<!-- .tabs-panel .speise:nth-of-type(2n+1) {
clear: both;
}
-->
	
/* Fiver Changes */

.row_content_third {
overflow: hidden;
}

.aos-init {
overflow: hidden;
}




/* Content-spezifische Styles */


@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 100;
  src: local('Roboto Thin'), local('Roboto-Thin'), url(/engine/fonts/roboto-v30-latin-300.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215;
}


/* Page Loader Mobile Speed CSS */

.loader-added .loader-bg {
        opacity: 0;
        visibility: hidden;        
    }
    
.loader-bg {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgba(255,255,255,1);
    z-index: 99999;
    transition: all 0.3s ease-in-out;
}

.loader-logo {
    position: fixed;
    top: 50%;
    width: 150px;
    margin: 0 auto;
    left: 0;
    right: 0;
    margin-top: -75px;    
    animation: spinning 1.5s infinite ease-in-out;
}


@keyframes spinning {
	0% { transform:  scale(1) ;}
	50% { transform:  scale(0.8) ;}
	100% { transform:  scale(1) ;}
}

@keyframes lds-eclipse {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  50% {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.loader-logo:after {
    content: "";
    position: absolute;
    width: 180px;
    height: 180px;
    background-color:
    rgba(0,0,0,0);
 border-radius:100%;
 margin:-15px;
    box-shadow: 0 4px 0 0 #000;
    transition: all 1s linear;
    animation: lds-eclipse 1s linear infinite;
    left: -16px;
    right: 0;
    top: 50%;
    margin: 0 auto;
    margin-top: -90px;
}

#section-52717 h1 { color: #FFFFFF;}
#section-52717 h2 { color: #FFFFFF;}
#section-52717 h3 { color: #FFFFFF;}
#section-52717 p { color: #EEEEEE;}
#section-52717 {margin-top:0;}
#section-52720 {display:none;}
#section-52721 img{width:100px;height:100px;margin-bottom:30px;}
#section-52721 
h1{line-height:52px;margin-bottom:40px;}
#section-52721 
p{font-size:20px;}
#section-52722 { background-color: #222222;}
#section-52722 h1 { color: #FFFFFF;}
#section-52722 h2 { color: #FFFFFF;}
#section-52722 h3 { color: #FFFFFF;}
#section-52722 .button{margin-bottom:50px;}
#section-52723 { background-color: #222222;}
#section-52723 h1 { color: #FFFFFF;}
#section-52723 h2 { color: #FFFFFF;}
#section-52723 h3 { color: #FFFFFF;}
#section-52723 h2{margin-bottom:40px;font-size:36px;}
#section-52723 
h3{margin-top:350px;color:#FFFFFF;font-size:30px;text-shadow:0 0 10px #000;}
#section-52723 
.large-4:nth-child(1){background-image:url(/sites/site0324/media/allgemein/feature1.jpg);background-size:125%;background-position:center center;}
#section-52723 
.large-4:nth-child(1):hover{background-size: 115%; transition: background-size 2s ease-out; -moz-transition: background-size 2s ease-out; -web-kit-transition: background-size 2s ease-out;transition:0.5s;}
#section-52723 
.large-4:nth-child(2){background-image:url(/sites/site0324/media/allgemein/feature2.jpg);background-size:120%;background-position:center center;}
#section-52723 
.large-4:nth-child(2):hover{background-size: 110%; transition: background-size 2s ease-out; -moz-transition: background-size 2s ease-out; -web-kit-transition: background-size 2s ease-out;transition:0.5s;}
#section-52723 
.large-4:nth-child(3){background-image:url(/sites/site0324/media/allgemein/feature3.jpg);background-size:120%;background-position:center center;}
#section-52723 
.large-4:nth-child(3):hover{background-size: 110%; transition: background-size 2s ease-out; -moz-transition: background-size 2s ease-out; -web-kit-transition: background-size 2s ease-out;transition:0.5s;}
#section-52723 
p{font-size:20px;}
#section-52724 h2{margin-bottom:50px;}
#section-52724 
img{width:150px;height:150px;margin-bottom:30px;}
#section-52724 
p{font-size:20px;}
#section-52725 .fa, #section-52725 .fa-regular,#section-52725 .fa-solid,#section-52725 .fa-light,#section-52725 .fa-thin,#section-52725 .fa-duotone { color: #eeeeee !important;}
#section-52725 {padding-top:0;}
#section-52725 
h2{margin-bottom:40px;}
#section-Hochzeitsblog-Teaser { background-color: #000000;}
#section-Hochzeitsblog-Teaser h1 { color: #FFFFFF;}
#section-Hochzeitsblog-Teaser h2 { color: #FFFFFF;}
#section-Hochzeitsblog-Teaser h3 { color: #FFFFFF;}
#section-Hochzeitsblog-Teaser { background-image: url(/sites/site0324/media/galerie/hd_img_1853.jpg); background-position: center;background-repeat:no-repeat;background-size: cover;}
#section-Hochzeitsblog-Teaser {background-size:cover;background-position:center center;}
#section-Hochzeitsblog-Teaser 
h3{font-size:40px;margin-top:200px;text-shadow:0 0 10px #000;}
#section-team-kurz { background-color: #000000;}
#section-team-kurz h1 { color: #FFFFFF;}
#section-team-kurz h2 { color: #FFFFFF;}
#section-team-kurz h3 { color: #FFFFFF;}
#section-team-kurz p { color: #EEEEEE;}
#section-team-kurz img{border-radius:50%;border: 8px solid rgba(255,255,255,0.7);}
#section-formular-reservierung { background-color: #000000;}
#section-formular-reservierung h1 { color: #FFFFFF;}
#section-formular-reservierung h2 { color: #FFFFFF;}
#section-formular-reservierung h3 { color: #FFFFFF;}
#section-formular-reservierung p { color: #EEEEEE;}
#section-formular-reservierung .button, .button a { color: #333333;}
#section-formular-reservierung .button, .button a { background-color: #FFFFFF;}
#section-formular-reservierung { background-image: url(/sites/site0324/media/backgrounds/hd_back-form.jpg); background-position: center;background-repeat:no-repeat;background-size: cover;}
#section-52731 h1 { color: #FFFFFF;}
#section-52731 h2 { color: #FFFFFF;}
#section-52731 h3 { color: #FFFFFF;}
#section-52731 p { color: #EEEEEE;}
#section-52731 { background-image: url(/sites/site0324/media/allgemein/hd_img_5688.jpg); background-position: center;background-repeat:no-repeat;background-size: cover;}
#section-52731 h1{margin-top:400px;text-shadow: 0 0 10px #000;width:70%;font-size:60px;}
#section-52731 
{background-position:top center;}
#section-52732 img{width:100px;height:100px;margin-bottom:30px;}
#section-52732 
h1{line-height:52px;margin-bottom:40px;}
#section-52734 .fa, #section-52734 .fa-regular,#section-52734 .fa-solid,#section-52734 .fa-light,#section-52734 .fa-thin,#section-52734 .fa-duotone { color: #eeeeee !important;}
#section-52734 h2{margin-bottom:40px;}
#section-52735 { background-color: #000000;}
#section-52735 h1 { color: #FFFFFF;}
#section-52735 h2 { color: #FFFFFF;}
#section-52735 h3 { color: #FFFFFF;}
#section-52735 { background-image: url(/sites/site0324/media/backgrounds/hd_einladungen.jpg); background-position: center;background-repeat:no-repeat;background-size: cover;}
#section-52735 {background-size:100%;background-position:center center;}
#section-52735 
h3{font-size:40px;margin-top:200px;text-shadow:0 0 10px #000;}
#section-52736 { background-color: #333333;}
#section-52736 h1 { color: #FFFFFF;}
#section-52736 h2 { color: #FFFFFF;}
#section-52736 h3 { color: #FFFFFF;}
#section-52736 {background:linear-gradient(to bottom right,#333,#111);border-top:4px solid #000;}
#section-52737 { background-color: #444444;}
#section-52737 h1 { color: #FFFFFF;}
#section-52737 h2 { color: #FFFFFF;}
#section-52737 h3 { color: #FFFFFF;}
#section-52737 p { color: #EEEEEE;}
#section-52737 img{border-radius:50%;border: 8px solid rgba(255,255,255,0.7);}
#section-52738 .fa, #section-52738 .fa-regular,#section-52738 .fa-solid,#section-52738 .fa-light,#section-52738 .fa-thin,#section-52738 .fa-duotone { color: #FFFFFF !important;}
#section-52738 {background:linear-gradient(to bottom right,#000,#444);}
#section-52738 
.fa-brands{color:#e9dbd3;}
#section-52738 
h4{color:#e9dbd3;}
#section-52738 
p{color:white;}
#section-52738 
a:link{color:white;}
#section-52738 
.fa-solid{margin-top:20px;}
#section-52739 { background-color: #444;}
#section-52739 h1 { color: #e9dbd3;}
#section-52739 h2 { color: #e9dbd3;}
#section-52739 h3 { color: #e9dbd3;}
#section-52739 .fa, #section-52739 .fa-regular,#section-52739 .fa-solid,#section-52739 .fa-light,#section-52739 .fa-thin,#section-52739 .fa-duotone { color: #FFFFFF !important;}
#section-52739 {background:linear-gradient(to bottom right,#000,#444);}
#section-52739 
.fa-brands{color:#e9dbd3;}
#section-52739 
h4{color:#e9dbd3;}
#section-52739 
p{color:white;}
#section-52739 
a:link{color:white;}
#section-52739 
.fa-solid{margin-top:20px;}
#section-52741 { background-color: #FFFFFF;}
#section-52741 {padding-top:200px;}
#section-52743 h1 { color: #FFFFFF;}
#section-52743 h2 { color: #FFFFFF;}
#section-52743 h3 { color: #FFFFFF;}
#section-52743 p { color: #EEEEEE;}
#section-52743 { background-image: url(/sites/site0324/media/allgemein/hd_aboutme-desktop.jpg); background-position: center;background-repeat:no-repeat;background-size: cover;}
#section-52743 h1{margin-top:400px;text-shadow: 0 0 10px #000;width:70%;font-size:60px;}
#section-52743 
{background-position:top center;}
#section-52744 img{width:100px;height:100px;margin-bottom:30px;}
#section-52744 
h1{line-height:52px;margin-bottom:40px;}
#section-52745 {padding-top:0;}
#section-52747 { background-color: #000000;}
#section-52747 h1 { color: #FFFFFF;}
#section-52747 h2 { color: #FFFFFF;}
#section-52747 h3 { color: #FFFFFF;}
#section-52747 { background-image: url(/sites/site0324/media/backgrounds/hd_einladungen.jpg); background-position: center;background-repeat:no-repeat;background-size: cover;}
#section-52747 {background-size:100%;background-position:center center;}
#section-52747 
h3{font-size:40px;margin-top:200px;text-shadow:0 0 10px #000;}
#section-52748 { background-color: #333333;}
#section-52748 h1 { color: #FFFFFF;}
#section-52748 h2 { color: #FFFFFF;}
#section-52748 h3 { color: #FFFFFF;}
#section-52748 {background:linear-gradient(to bottom right,#333,#111);border-top:4px solid #000;}
#section-52752 h1 { color: #FFFFFF;}
#section-52752 h2 { color: #FFFFFF;}
#section-52752 h3 { color: #FFFFFF;}
#section-52752 p { color: #EEEEEE;}
#section-52752 { background-image: url(/sites/site0324/media/allgemein/hd_leistung-anfrage.jpg); background-position: center;background-repeat:no-repeat;background-size: cover;}
#section-52752 h1{margin-top:550px;text-shadow: 0 0 10px #000;width:70%;font-size:70px;}
#section-52752 
{background-position:top center;}
#section-52753 img{width:100px;height:100px;margin-bottom:30px;}
#section-52753 
h1{line-height:52px;margin-bottom:40px;}
#section-52754 {padding-top:0;}
#section-52755 .fa, #section-52755 .fa-regular,#section-52755 .fa-solid,#section-52755 .fa-light,#section-52755 .fa-thin,#section-52755 .fa-duotone { color: #eeeeee !important;}
#section-52755 {padding-top:0;}
#section-52755 
h2{margin-bottom:40px;}
#section-52756 { background-color: #000000;}
#section-52756 h1 { color: #FFFFFF;}
#section-52756 h2 { color: #FFFFFF;}
#section-52756 h3 { color: #FFFFFF;}
#section-52756 { background-image: url(/sites/site0324/media/backgrounds/hd_einladungen.jpg); background-position: center;background-repeat:no-repeat;background-size: cover;}
#section-52756 {background-size:100%;background-position:center center;}
#section-52756 
h3{font-size:40px;margin-top:200px;text-shadow:0 0 10px #000;}
#section-52757 { background-color: #333333;}
#section-52757 h1 { color: #FFFFFF;}
#section-52757 h2 { color: #FFFFFF;}
#section-52757 h3 { color: #FFFFFF;}
#section-52757 {background:linear-gradient(to bottom right,#333,#111);border-top:4px solid #000;}
#section-52758 { background-color: #444444;}
#section-52758 h1 { color: #FFFFFF;}
#section-52758 h2 { color: #FFFFFF;}
#section-52758 h3 { color: #FFFFFF;}
#section-52758 p { color: #EEEEEE;}
#section-52758 img{border-radius:50%;border: 8px solid rgba(255,255,255,0.7);}
#section-52760 h1 { color: #FFFFFF;}
#section-52760 h2 { color: #FFFFFF;}
#section-52760 h3 { color: #FFFFFF;}
#section-52760 p { color: #EEEEEE;}
#section-52760 { background-image: url(/sites/site0324/media/allgemein/hd_img_5688.jpg); background-position: center;background-repeat:no-repeat;background-size: cover;}
#section-52760 h1{margin-top:400px;text-shadow: 0 0 10px #000;width:70%;font-size:60px;}
#section-52760 
{background-position:top center;}
#section-53844 h1 { color: #FFFFFF;}
#section-53844 h2 { color: #FFFFFF;}
#section-53844 h3 { color: #FFFFFF;}
#section-53844 p { color: #EEEEEE;}
#section-53844 { background-image: url(/sites/site0324/media/allgemein/hd_zeremonienmeisterin-desktop.jpg); background-position: center;background-repeat:no-repeat;background-size: cover;}
#section-53844 h1{margin-top:550px;text-shadow: 0 0 10px #000;width:70%;font-size:70px;}
#section-53844 
{background-position:top center;}
#section-53845 img{width:100px;height:100px;margin-bottom:30px;}
#section-53845 
h1{line-height:52px;margin-bottom:40px;}
#section-53846 {padding-top:0;}
#section-53848 { background-color: #000000;}
#section-53848 h1 { color: #FFFFFF;}
#section-53848 h2 { color: #FFFFFF;}
#section-53848 h3 { color: #FFFFFF;}
#section-53848 { background-image: url(/sites/site0324/media/backgrounds/hd_einladungen.jpg); background-position: center;background-repeat:no-repeat;background-size: cover;}
#section-53848 {background-size:100%;background-position:center center;}
#section-53848 
h3{font-size:40px;margin-top:200px;text-shadow:0 0 10px #000;}
#section-53849 { background-color: #333333;}
#section-53849 h1 { color: #FFFFFF;}
#section-53849 h2 { color: #FFFFFF;}
#section-53849 h3 { color: #FFFFFF;}
#section-53849 {background:linear-gradient(to bottom right,#333,#111);border-top:4px solid #000;}
#section-53850 { background-color: #444444;}
#section-53850 h1 { color: #FFFFFF;}
#section-53850 h2 { color: #FFFFFF;}
#section-53850 h3 { color: #FFFFFF;}
#section-53850 p { color: #EEEEEE;}
#section-53850 img{border-radius:50%;border: 8px solid rgba(255,255,255,0.7);}
#section-53852 h1 { color: #FFFFFF;}
#section-53852 h2 { color: #FFFFFF;}
#section-53852 h3 { color: #FFFFFF;}
#section-53852 p { color: #EEEEEE;}
#section-53852 { background-image: url(/sites/site0324/media/allgemein/hd_teil-komplettplanung.jpg); background-position: center;background-repeat:no-repeat;background-size: cover;}
#section-53852 h1{margin-top:550px;text-shadow: 0 0 10px #000;width:70%;font-size:70px;}
#section-53852 
{background-position:top center;}
#section-53853 img{width:100px;height:100px;margin-bottom:30px;}
#section-53853 
h1{line-height:52px;margin-bottom:40px;}
#section-53854 {padding-top:0;}
#section-53855 .fa, #section-53855 .fa-regular,#section-53855 .fa-solid,#section-53855 .fa-light,#section-53855 .fa-thin,#section-53855 .fa-duotone { color: #eeeeee !important;}
#section-53855 {padding-top:0;}
#section-53855 
h2{margin-bottom:40px;}
#section-53856 { background-color: #000000;}
#section-53856 h1 { color: #FFFFFF;}
#section-53856 h2 { color: #FFFFFF;}
#section-53856 h3 { color: #FFFFFF;}
#section-53856 { background-image: url(/sites/site0324/media/backgrounds/hd_einladungen.jpg); background-position: center;background-repeat:no-repeat;background-size: cover;}
#section-53856 {background-size:100%;background-position:center center;}
#section-53856 
h3{font-size:40px;margin-top:200px;text-shadow:0 0 10px #000;}
#section-53857 { background-color: #333333;}
#section-53857 h1 { color: #FFFFFF;}
#section-53857 h2 { color: #FFFFFF;}
#section-53857 h3 { color: #FFFFFF;}
#section-53857 {background:linear-gradient(to bottom right,#333,#111);border-top:4px solid #000;}
#section-53858 { background-color: #444444;}
#section-53858 h1 { color: #FFFFFF;}
#section-53858 h2 { color: #FFFFFF;}
#section-53858 h3 { color: #FFFFFF;}
#section-53858 p { color: #EEEEEE;}
#section-53858 img{border-radius:50%;border: 8px solid rgba(255,255,255,0.7);}
#section-53860 h1 { color: #FFFFFF;}
#section-53860 h2 { color: #FFFFFF;}
#section-53860 h3 { color: #FFFFFF;}
#section-53860 p { color: #EEEEEE;}
#section-53860 { background-image: url(/sites/site0324/media/allgemein/hd_planungshilfe.jpg); background-position: center;background-repeat:no-repeat;background-size: cover;}
#section-53860 h1{margin-top:550px;text-shadow: 0 0 10px #000;width:70%;font-size:70px;}
#section-53860 
{background-position:top center;}
#section-53861 img{width:100px;height:100px;margin-bottom:30px;}
#section-53861 
h1{line-height:52px;margin-bottom:40px;}
#section-53862 {padding-top:0;}
#section-53863 .fa, #section-53863 .fa-regular,#section-53863 .fa-solid,#section-53863 .fa-light,#section-53863 .fa-thin,#section-53863 .fa-duotone { color: #eeeeee !important;}
#section-53863 {padding-top:0;}
#section-53863 
h2{margin-bottom:40px;}
#section-53864 { background-color: #000000;}
#section-53864 h1 { color: #FFFFFF;}
#section-53864 h2 { color: #FFFFFF;}
#section-53864 h3 { color: #FFFFFF;}
#section-53864 { background-image: url(/sites/site0324/media/backgrounds/hd_einladungen.jpg); background-position: center;background-repeat:no-repeat;background-size: cover;}
#section-53864 {background-size:100%;background-position:center center;}
#section-53864 
h3{font-size:40px;margin-top:200px;text-shadow:0 0 10px #000;}
#section-53865 { background-color: #333333;}
#section-53865 h1 { color: #FFFFFF;}
#section-53865 h2 { color: #FFFFFF;}
#section-53865 h3 { color: #FFFFFF;}
#section-53865 {background:linear-gradient(to bottom right,#333,#111);border-top:4px solid #000;}
#section-53866 { background-color: #444444;}
#section-53866 h1 { color: #FFFFFF;}
#section-53866 h2 { color: #FFFFFF;}
#section-53866 h3 { color: #FFFFFF;}
#section-53866 p { color: #EEEEEE;}
#section-53866 img{border-radius:50%;border: 8px solid rgba(255,255,255,0.7);}
#section-53868 h1 { color: #FFFFFF;}
#section-53868 h2 { color: #FFFFFF;}
#section-53868 h3 { color: #FFFFFF;}
#section-53868 p { color: #EEEEEE;}
#section-53868 { background-image: url(/sites/site0324/media/allgemein/hd_location_neu.jpg); background-position: center;background-repeat:no-repeat;background-size: cover;}
#section-53868 h1{margin-top:550px;text-shadow: 0 0 10px #000;width:70%;font-size:70px;}
#section-53868 
{background-position:top center;}
#section-53869 img{width:100px;height:100px;margin-bottom:30px;}
#section-53869 
h1{line-height:52px;margin-bottom:40px;}
#section-53870 {padding-top:0;}
#section-53871 .fa, #section-53871 .fa-regular,#section-53871 .fa-solid,#section-53871 .fa-light,#section-53871 .fa-thin,#section-53871 .fa-duotone { color: #eeeeee !important;}
#section-53871 {padding-top:0;}
#section-53871 
h2{margin-bottom:40px;}
#section-53872 { background-color: #000000;}
#section-53872 h1 { color: #FFFFFF;}
#section-53872 h2 { color: #FFFFFF;}
#section-53872 h3 { color: #FFFFFF;}
#section-53872 { background-image: url(/sites/site0324/media/backgrounds/hd_einladungen.jpg); background-position: center;background-repeat:no-repeat;background-size: cover;}
#section-53872 {background-size:100%;background-position:center center;}
#section-53872 
h3{font-size:40px;margin-top:200px;text-shadow:0 0 10px #000;}
#section-53873 { background-color: #333333;}
#section-53873 h1 { color: #FFFFFF;}
#section-53873 h2 { color: #FFFFFF;}
#section-53873 h3 { color: #FFFFFF;}
#section-53873 {background:linear-gradient(to bottom right,#333,#111);border-top:4px solid #000;}
#section-53874 { background-color: #444444;}
#section-53874 h1 { color: #FFFFFF;}
#section-53874 h2 { color: #FFFFFF;}
#section-53874 h3 { color: #FFFFFF;}
#section-53874 p { color: #EEEEEE;}
#section-53874 img{border-radius:50%;border: 8px solid rgba(255,255,255,0.7);}
#section-53876 h1 { color: #FFFFFF;}
#section-53876 h2 { color: #FFFFFF;}
#section-53876 h3 { color: #FFFFFF;}
#section-53876 p { color: #EEEEEE;}
#section-53876 { background-image: url(/sites/site0324/media/allgemein/hd_hochzeitsdesign_neu.jpg); background-position: center;background-repeat:no-repeat;background-size: cover;}
#section-53876 h1{margin-top:550px;text-shadow: 0 0 10px #000;width:70%;font-size:70px;}
#section-53876 
{background-position:top center;}
#section-53877 img{width:100px;height:100px;margin-bottom:30px;}
#section-53877 
h1{line-height:52px;margin-bottom:40px;}
#section-53878 {padding-top:0;}
#section-53879 .fa, #section-53879 .fa-regular,#section-53879 .fa-solid,#section-53879 .fa-light,#section-53879 .fa-thin,#section-53879 .fa-duotone { color: #eeeeee !important;}
#section-53879 {padding-top:0;}
#section-53879 
h2{margin-bottom:40px;}
#section-53880 { background-color: #000000;}
#section-53880 h1 { color: #FFFFFF;}
#section-53880 h2 { color: #FFFFFF;}
#section-53880 h3 { color: #FFFFFF;}
#section-53880 { background-image: url(/sites/site0324/media/backgrounds/hd_einladungen.jpg); background-position: center;background-repeat:no-repeat;background-size: cover;}
#section-53880 {background-size:100%;background-position:center center;}
#section-53880 
h3{font-size:40px;margin-top:200px;text-shadow:0 0 10px #000;}
#section-53881 { background-color: #333333;}
#section-53881 h1 { color: #FFFFFF;}
#section-53881 h2 { color: #FFFFFF;}
#section-53881 h3 { color: #FFFFFF;}
#section-53881 {background:linear-gradient(to bottom right,#333,#111);border-top:4px solid #000;}
#section-53882 { background-color: #444444;}
#section-53882 h1 { color: #FFFFFF;}
#section-53882 h2 { color: #FFFFFF;}
#section-53882 h3 { color: #FFFFFF;}
#section-53882 p { color: #EEEEEE;}
#section-53882 img{border-radius:50%;border: 8px solid rgba(255,255,255,0.7);}
#section-53884 h1 { color: #FFFFFF;}
#section-53884 h2 { color: #FFFFFF;}
#section-53884 h3 { color: #FFFFFF;}
#section-53884 p { color: #EEEEEE;}
#section-53884 { background-image: url(/sites/site0324/media/allgemein/hd_img_5685.jpg); background-position: center;background-repeat:no-repeat;background-size: cover;}
#section-53884 h1{margin-top:550px;text-shadow: 0 0 10px #000;width:70%;font-size:70px;}
#section-53884 
{background-position:top center;}
#section-53885 img{width:100px;height:100px;margin-bottom:30px;}
#section-53885 
h1{line-height:52px;margin-bottom:40px;}
#section-53886 {padding-top:0;}
#section-53887 .fa, #section-53887 .fa-regular,#section-53887 .fa-solid,#section-53887 .fa-light,#section-53887 .fa-thin,#section-53887 .fa-duotone { color: #eeeeee !important;}
#section-53887 {padding-top:0;}
#section-53887 
h2{margin-bottom:40px;}
#section-53888 { background-color: #000000;}
#section-53888 h1 { color: #FFFFFF;}
#section-53888 h2 { color: #FFFFFF;}
#section-53888 h3 { color: #FFFFFF;}
#section-53888 { background-image: url(/sites/site0324/media/backgrounds/hd_einladungen.jpg); background-position: center;background-repeat:no-repeat;background-size: cover;}
#section-53888 {background-size:100%;background-position:center center;}
#section-53888 
h3{font-size:40px;margin-top:200px;text-shadow:0 0 10px #000;}
#section-53889 { background-color: #333333;}
#section-53889 h1 { color: #FFFFFF;}
#section-53889 h2 { color: #FFFFFF;}
#section-53889 h3 { color: #FFFFFF;}
#section-53889 {background:linear-gradient(to bottom right,#333,#111);border-top:4px solid #000;}
#section-53890 { background-color: #444444;}
#section-53890 h1 { color: #FFFFFF;}
#section-53890 h2 { color: #FFFFFF;}
#section-53890 h3 { color: #FFFFFF;}
#section-53890 p { color: #EEEEEE;}
#section-53890 img{border-radius:50%;border: 8px solid rgba(255,255,255,0.7);}
#section-54134 {padding-bottom:0px;}
#section-54148 {padding-top:0px;}
#section-54292 h1 { color: #FFFFFF;}
#section-54292 h2 { color: #FFFFFF;}
#section-54292 h3 { color: #FFFFFF;}
#section-54292 p { color: #EEEEEE;}
#section-54292 { background-image: url(/sites/site0324/media/allgemein/hd_aboutme-mobile.jpg); background-position: center;background-repeat:no-repeat;background-size: cover;}
#section-54294 h1 { color: #FFFFFF;}
#section-54294 h2 { color: #FFFFFF;}
#section-54294 h3 { color: #FFFFFF;}
#section-54294 p { color: #EEEEEE;}
#section-54294 { background-image: url(/sites/site0324/media/allgemein/hd_zeremonienmeisterin-mobile.jpg); background-position: center;background-repeat:no-repeat;background-size: cover;}
#section-54470 { background-color: #000000;}
#section-54470 h1 { color: #ffffff;}
#section-54470 h2 { color: #ffffff;}
#section-54470 h3 { color: #ffffff;}
#section-64170 {padding-top:200px;}
#section-64170 
{padding-bottom:20px;}
#section-64172 {padding-top:20px;}
#section-64172 
{padding-bottom:20px;}
#section-64173 {padding-top:20px;}
#section-64173 
{padding-bottom:20px;}
#section-64174 {padding-top:20px;}
#section-64174 
{padding-bottom:20px;}
#section-64175 {padding-top:20px;}
#section-64175 
{padding-bottom:20px;}
#section-64176 {padding-top:20px;}
#section-64176 
{padding-bottom:20px;}
#section-64249 {padding-top:20px;}
#section-64249 
{padding-bottom:20px;}
#section-64257 {padding-top:20px;}
#section-64259 {padding-top:200px;}
#section-64259 
{padding-bottom:20px;}
#section-64260 {padding-top:20px;}
#section-64260 
{padding-bottom:20px;}
#section-64261 {padding-top:20px;}
#section-64261 
{padding-bottom:20px;}
#section-64262 {padding-top:20px;}
#section-64262 
{padding-bottom:20px;}
#section-64263 {padding-top:20px;}
#section-64263 
{padding-bottom:20px;}
#section-64264 {padding-top:20px;}
#section-64264 
{padding-bottom:20px;}
#section-64265 {padding-top:20px;}
#section-64265 
{padding-bottom:20px;}
#section-64266 {padding-top:20px;}
#section-64380 {padding-top:20px;}
#section-64380 
{padding-bottom:20px;}
#section-64381 {padding-bottom:20px;}
#section-64381 
{padding-top:20px;}
#section-64385 { background-color: #000000;}
#section-64386 { background-color: #000000;}
#section-64386 h1 { color: #FFFFFF;}
#section-64386 h2 { color: #FFFFFF;}
#section-64386 h3 { color: #FFFFFF;}
#section-64386 p { color: #FFFFFF;}
#section-65483 {padding-top:200px;}
#section-65483 
{padding-bottom:20px;}
#section-65484 {padding-top:20px;}
#section-65484 
{padding-bottom:20px;}
#section-65485 {padding-top:20px;}
#section-65485 
{padding-bottom:20px;}
#section-65486 {padding-top:20px;}
#section-65486 
{padding-bottom:20px;}
#section-65487 {padding-top:20px;}
#section-65487 
{padding-bottom:20px;}
#section-65488 {padding-top:20px;}
#section-65488 
{padding-bottom:20px;}
#section-65489 {padding-top:20px;}
#section-65489 
{padding-bottom:20px;}
#section-65490 {padding-top:20px;}
#section-65490 
{padding-bottom:20px;}
#section-65491 {padding-top:20px;}
#section-67568 {padding-top:200px;}
#section-67568 
{padding-bottom:20px;}
#section-67569 {padding-top:20px;}
#section-67569 
{padding-bottom:20px;}
#section-67570 {padding-top:20px;}
#section-67570 
{padding-bottom:20px;}
#section-67571 {padding-top:20px;}
#section-67571 
{padding-bottom:20px;}
#section-67572 {padding-top:20px;}
#section-67572 
{padding-bottom:20px;}
#section-67573 {padding-top:20px;}
#section-67573 
{padding-bottom:20px;}
#section-67574 {padding-top:20px;}
#section-67574 
{padding-bottom:20px;}
#section-67575 {padding-top:20px;}
#section-67575 
{padding-bottom:20px;}
#section-67576 {padding-top:20px;}

/* Custom Styles */

h5#logo{width:200px !important;height:120px !important;}
header{padding:0;position:fixed;}
.top-bar .row{min-width:70%;}
.top-bar-right {margin-top:30px;font-weight:500;}
.top-bar .top-bar-right > ul.menu.medium-horizontal > li:nth-last-child(-n+4) a {padding: 5px;}

.button{font-size:14px;border-radius:0px;text-transform:uppercase;font-family:Inter;font-weight:500;}
footer p{font-size:16px;}
footer a:link{font-size:16px;}
subhead{font-size:24px;color:#333;}
subhead2{font-family:DM Serif Display;font-size:38px;color:#333;}
preis{background:#B1C677;color:white;font-weight:bold;padding:10px;}
small{font-family:Inter;font-size:18px;text-transform:uppercase;font-weight:400;color:#777;}
small2{font-family:Inter;font-size:20px;text-transform:uppercase;font-weight:400;color:#aaa;}
zitat{Font-size:22px;font-style:italic;}
h1,h2,h3{font-weight:300;}
p{font-weight:400;}

.icon-list {list-style: none;}
.icon-list li{position: relative;font-size:18px;}
.icon-list i {font-size: 0.8em;position: absolute;left: -1.2em;width: 2em;line-height: 0.35em;margin: 10px 0;}
.icon-list .fa-solid{font-size:18px;color:#B1C677;}

/* Startseite Fullsize BG Image hover effekt */
#section-52726:hover{background-size: 110%; transition: background-size 1s ease-out; -moz-transition: background-size 1s ease-out; -web-kit-transition: background-size 1s ease-out;}

/* Unterseite Fullsize BG Image hover effekt */
#section-52735:hover{background-size: 110%; transition: background-size 1s ease-out; -moz-transition: background-size 1s ease-out; -web-kit-transition: background-size 1s ease-out;}

.tabs-title{float: none !important;display: inline-block; vertical-align: middle;margin-bottom:10px;} 
.tabs{text-align: center;}
.tabs-title { border: 0px; margin-right: 5px;}
.tabs-title a {color: #000000;font-family: Work Sans;text-transform:uppercase;font-size: 15px;background:#FFFFFF;border: 0;padding:10px !important;}
.tabs-title.is-active a:hover {	color: #d1b8a6;	background:#FFFFFF;border: 0;}
.tabs-title a:hover {	color: #d1b8a6;	background:#000000;border: 0;}
.tabs-title > a:focus, .tabs-title > a[aria-selected=true] {background: #000000;}
.tabs-title.is-active{background:#000000 !important;}     
.tabs > li.is-active > a {background: #000000;color: #d1b8a6;}

.flexslider {overflow: hidden;}

.kontakt_mobile_fixed{display:none;}

/* MOBILE ANSICHTEN */

@media screen and (max-width: 899px){
header{background:white !important;position:relative !important;}
h5#logo{height:100px !important;width:270px !important;}
h1{font-size:30px;}
h2{font-size:22px;}
h3{font-size:20px;}
h5#logo a{background-image: url(/sites/site0324/media/logo/logo-mobile.svg);background-repeat: no-repeat;}
/* Startseite Fullsize BG NO hover effekt */
#section-52726{background-size:cover !important;}

/* Unterseite Fullsize BG NO hover effekt */
#section-52735{background-size:cover !important;}
#section-52731 h1{margin-top:150px;text-shadow: 0 0 10px #000;font-size:50px;}
#section-52743 h1{margin-top:150px;text-shadow: 0 0 10px #000;font-size:50px;}
#section-52752 h1{margin-top:150px;text-shadow: 0 0 10px #000;font-size:50px;}
#section-52743{background-image:url(/sites/site0324/media/backgrounds/back-annika-mobile.jpg);}
#section-52735 h3{font-size:25px;margin-top:50px;}

.kontakt_mobile_fixed{display:block;position:fixed;bottom:0;left:0;width:100%;height:65px;line-height:65px;background:linear-gradient(to bottom,#000000,#000000);text-align:center;font-size:20px;color:#FFFFFF;border-top:1px solid #000;}

.kontakt_mobile_fixed a:link{color:white !important;}
.kontakt_mobile_fixed .fa-phone{color:white !important;}
}