




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

@import url('/engine/fonts/Dancing-Script.css');
@import url('/engine/fonts/Quicksand.css');



  


/* ---------- If Fullwidth Background Image ---------- */

section, footer {
	max-width: 65rem;
    margin-left: auto;
    margin-right: auto;
}	

main section, main article {
	background-color: #;
}
	
.flexslider_bg {
    position: fixed;
    top:0; 
    z-index: -10;
	height: 100%;
	/* overflow: hidden; */
	width: 100%;
}
	


header {
	position: static;
    max-width: 65rem;
    margin: auto;
}


@media screen and (max-width : 1540px)  { 
/* ----- Slider ----- */
	.fullwidth_slider .slides .slide-text {
		width: 60%;
		left: 20%;
	    right: 20%;
		top: 50%;
		margin-top: -70px;
	}
}


 

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

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

p {
	color: #555555;
    font-size: 18px;
}

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


h1 {
	font-size: 40px;
}

h2 {
	font-size: 34px;
}

h3 {
	font-size: 26px;
}

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: #756c6c;
    top: 5px;
    left: 4px;
    box-shadow: 0 7px 0 #756c6c, 0 14px 0 #756c6c; }
    
.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: #756c6c 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:#756c6c transparent transparent;
}

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

footer {
	background:#8a7864;
    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:#756c6c;
    font-size: 16px;
    font-family: 'Quicksand';
}

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


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

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

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

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

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

.tabs > li.is-active > a {
background: #FFFFFF;
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: #8a7864;
}
	
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:#8a7864;
}

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

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

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

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




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

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

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

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

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

.flexslider .slides .slide-text h2{
	font-family: 'Dancing Script';
    margin: 0;
    padding: 0;
    font-size: 55px;
    color: #8a7864;
}



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

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






.row_testimonials .flexslider h2 {
	color:#8a7864;
	font-size: 34px;
    margin: 0 0 25px 0;
}

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

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

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

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

/* ---------- Accordion Programmiert ----------- */
.accor {
	background:#756c6c;
    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: 18px;
    font-family: Quicksandpx;
}

.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: Quicksand;
    color: #555555;
	margin:0;
	max-width:80%;
	}
.speise h2{
	float: left;
	font-size: 1.6em;
    font-family: Quicksand;
	margin:0;
	max-width:80%;
	}
	
.speise h5{
	text-align: center;
	font-size: 1.8em;
    font-family: Quicksand;
	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: Quicksand;
	 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-8615 { background-color: #fdf7ed;}
#section-8615 {padding-bottom:60px;}
#section-8616 { background-color: #fdf7ed;}
#section-8616 {padding-top:0px;}
#section-8618 h1 { color: #FFFFFF;}
#section-8618 h2 { color: #FFFFFF;}
#section-8618 h3 { color: #FFFFFF;}
#section-8618 p { color: #FFFFFF;}
#section-8623 { background-color: #fdf7ed;}
#section-8625 h1 { color: #FFFFFF;}
#section-8625 h2 { color: #FFFFFF;}
#section-8625 h3 { color: #FFFFFF;}
#section-8625 p { color: #FFFFFF;}
#section-8630 h1 { color: #FFFFFF;}
#section-8630 h2 { color: #FFFFFF;}
#section-8630 h3 { color: #FFFFFF;}
#section-8630 p { color: #FFFFFF;}
#section-8634 h1 { color: #FFFFFF;}
#section-8634 h2 { color: #FFFFFF;}
#section-8634 h3 { color: #FFFFFF;}
#section-8634 p { color: #FFFFFF;}
#section-8640 h1 { color: #FFFFFF;}
#section-8640 h2 { color: #FFFFFF;}
#section-8640 h3 { color: #FFFFFF;}
#section-8640 p { color: #FFFFFF;}
#section-8643 h1 { color: #FFFFFF;}
#section-8643 h2 { color: #FFFFFF;}
#section-8643 h3 { color: #FFFFFF;}
#section-8643 p { color: #FFFFFF;}
#section-8670 { background-color: #fdf7ed;}
#section-8672 img{border-radius:50%;border: 8px solid  white;}
#section-8672 
h2{margin-top:40px;}
#section-8673 { background-color: #dacfbc;}
#section-8674 h1 { color: #FFFFFF;}
#section-8674 h2 { color: #FFFFFF;}
#section-8674 h3 { color: #FFFFFF;}
#section-8674 p { color: #FFFFFF;}
#section-8675 h2{font-size:55px;}
#section-9787 { background-color: #8a7864;}
#section-9787 h1 { color: #FFFFFF;}
#section-9787 h2 { color: #FFFFFF;}
#section-9787 h3 { color: #FFFFFF;}
#section-9787 p { color: #FFFFFF;}
#section-9787 {background:linear-gradient(to bottom right,#8a7864,#b39d84);}
#section-9791 { background-color: #fdf7ed;}
#section-9874 h1 { color: #FFFFFF;}
#section-9874 h2 { color: #FFFFFF;}
#section-9874 h3 { color: #FFFFFF;}
#section-9874 p { color: #FFFFFF;}
#section-9875 { background-color: #fdf7ed;}
#section-9878 h1 { color: #FFFFFF;}
#section-9878 h2 { color: #FFFFFF;}
#section-9878 h3 { color: #FFFFFF;}
#section-9878 p { color: #FFFFFF;}
#section-9888 h1 { color: #FFFFFF;}
#section-9888 h2 { color: #FFFFFF;}
#section-9888 h3 { color: #FFFFFF;}
#section-9888 p { color: #FFFFFF;}
#section-9889 { background-color: #8a7864;}
#section-9889 h1 { color: #FFFFFF;}
#section-9889 h2 { color: #FFFFFF;}
#section-9889 h3 { color: #FFFFFF;}
#section-9889 p { color: #FFFFFF;}
#section-9889 h1{font-size: 45px;color: #FFFFFF;text-shadow:0 0 5px #8a7864;}
#section-9889 
p{font-size: 20px;color: #FFFFFF;text-shadow:0 0 5px #8a7864;}
#section-9889 
{background:linear-gradient(to bottom right,#8a7864,#b39d84);}
#section-9890 { background-color: #FFFFFF;}
#section-9891 { background-color: #fdf7ed;}
#section-9892 { background-color: #FFFFFF;}
#section-9893 h1 { color: #FFFFFF;}
#section-9893 h2 { color: #FFFFFF;}
#section-9893 h3 { color: #FFFFFF;}
#section-9893 p { color: #FFFFFF;}
#section-9894 { background-color: #fdf7ed;}
#section-9895 { background-color: #8a7864;}
#section-9895 h1 { color: #FFFFFF;}
#section-9895 h2 { color: #FFFFFF;}
#section-9895 h3 { color: #FFFFFF;}
#section-9895 p { color: #FFFFFF;}
#section-9895 h1{font-size: 45px;color: #FFFFFF;text-shadow:0 0 5px #8a7864;}
#section-9895 
p{font-size: 20px;color: #FFFFFF;text-shadow:0 0 5px #8a7864;}
#section-9895 
{background:linear-gradient(to bottom right,#8a7864,#b39d84);}
#section-9896 { background-color: #FFFFFF;}
#section-9897 { background-color: #fdf7ed;}
#section-9898 { background-color: #fdf7ed;}
#section-9899 { background-color: #FFFFFF;}
#section-9900 h1 { color: #FFFFFF;}
#section-9900 h2 { color: #FFFFFF;}
#section-9900 h3 { color: #FFFFFF;}
#section-9900 p { color: #FFFFFF;}
#section-9901 { background-color: #8a7864;}
#section-9901 h1 { color: #FFFFFF;}
#section-9901 h2 { color: #FFFFFF;}
#section-9901 h3 { color: #FFFFFF;}
#section-9901 p { color: #FFFFFF;}
#section-9901 h1{font-size: 45px;color: #FFFFFF;text-shadow:0 0 5px #8a7864;}
#section-9901 
p{font-size: 20px;color: #FFFFFF;text-shadow:0 0 5px #8a7864;}
#section-9901 
{background:linear-gradient(to bottom right,#8a7864,#b39d84);}
#section-9902 { background-color: #FFFFFF;}
#section-9903 { background-color: #fdf7ed;}
#section-9905 { background-color: #FFFFFF;}
#section-9906 h1 { color: #FFFFFF;}
#section-9906 h2 { color: #FFFFFF;}
#section-9906 h3 { color: #FFFFFF;}
#section-9906 p { color: #FFFFFF;}
#section-9907 { background-color: #8a7864;}
#section-9907 h1 { color: #FFFFFF;}
#section-9907 h2 { color: #FFFFFF;}
#section-9907 h3 { color: #FFFFFF;}
#section-9907 p { color: #FFFFFF;}
#section-9907 h1{font-size: 45px;color: #FFFFFF;text-shadow:0 0 5px #8a7864;}
#section-9907 
p{font-size: 20px;color: #FFFFFF;text-shadow:0 0 5px #8a7864;}
#section-9907 
{background:linear-gradient(to bottom right,#8a7864,#b39d84);}
#section-9908 { background-color: #FFFFFF;}
#section-9909 { background-color: #fdf7ed;}
#section-9911 { background-color: #FFFFFF;}
#section-9912 h1 { color: #FFFFFF;}
#section-9912 h2 { color: #FFFFFF;}
#section-9912 h3 { color: #FFFFFF;}
#section-9912 p { color: #FFFFFF;}
#section-9914 { background-color: #FFFFFF;}
#section-9918 h1 { color: #FFFFFF;}
#section-9918 h2 { color: #FFFFFF;}
#section-9918 h3 { color: #FFFFFF;}
#section-9918 p { color: #FFFFFF;}
#section-9920 { background-color: #fdf7ed;}
#section-9924 h1 { color: #FFFFFF;}
#section-9924 h2 { color: #FFFFFF;}
#section-9924 h3 { color: #FFFFFF;}
#section-9924 p { color: #FFFFFF;}
#section-9929 { background-color: #fdf7ed;}
#section-9931 { background-color: #fdf7ed;}
#section-9934 { background-color: #fdf7ed;}
#section-9937 { background-color: #fdf7ed;}
#section-9941 h1 { color: #FFFFFF;}
#section-9941 h2 { color: #FFFFFF;}
#section-9941 h3 { color: #FFFFFF;}
#section-9941 p { color: #FFFFFF;}
#section-9942 { background-color: #fdf7ed;}
#section-9943 { background-color: #8a7864;}
#section-9943 h1 { color: #FFFFFF;}
#section-9943 h2 { color: #FFFFFF;}
#section-9943 h3 { color: #FFFFFF;}
#section-9943 p { color: #FFFFFF;}
#section-9943 {background:linear-gradient(to bottom right,#8a7864,#b39d84);}
#section-9952 { background-color: #8a7864;}
#section-9952 h1 { color: #FFFFFF;}
#section-9952 h2 { color: #FFFFFF;}
#section-9952 h3 { color: #FFFFFF;}
#section-9952 p { color: #FFFFFF;}
#section-9952 {background:linear-gradient(to bottom right,#8a7864,#b39d84);}
#section-9961 { background-color: #fdf7ed;}
#section-10016 { background-color: #fdf7ed;}
#section-10018 h1 { color: #FFFFFF;}
#section-10018 h2 { color: #FFFFFF;}
#section-10018 h3 { color: #FFFFFF;}
#section-10018 p { color: #FFFFFF;}
#section-10063 { background-color: #fdf7ed;}
#section-10066 h1 { color: #FFFFFF;}
#section-10066 h2 { color: #FFFFFF;}
#section-10066 h3 { color: #FFFFFF;}
#section-10066 p { color: #FFFFFF;}
#section-10070 { background-color: #fdf7ed;}
#section-10072 h1 { color: #FFFFFF;}
#section-10072 h2 { color: #FFFFFF;}
#section-10072 h3 { color: #FFFFFF;}
#section-10072 p { color: #FFFFFF;}
#section-10102 h1 { color: #FFFFFF;}
#section-10102 h2 { color: #FFFFFF;}
#section-10102 h3 { color: #FFFFFF;}
#section-10102 p { color: #FFFFFF;}
#section-10103 { background-color: #dacfbc;}
#section-10105 h1 { color: #FFFFFF;}
#section-10105 h2 { color: #FFFFFF;}
#section-10105 h3 { color: #FFFFFF;}
#section-10105 p { color: #FFFFFF;}
#section-10105 {background:linear-gradient(to bottom right,#8a7864,#b39d84);}
#section-10107 { background-color: #dacfbc;}
#section-10108 h1 { color: #FFFFFF;}
#section-10108 h2 { color: #FFFFFF;}
#section-10108 h3 { color: #FFFFFF;}
#section-10108 p { color: #FFFFFF;}
#section-10720 h1 { color: #FFFFFF;}
#section-10720 h2 { color: #FFFFFF;}
#section-10720 h3 { color: #FFFFFF;}
#section-10720 p { color: #FFFFFF;}
#section-10725 h1 { color: #FFFFFF;}
#section-10725 h2 { color: #FFFFFF;}
#section-10725 h3 { color: #FFFFFF;}
#section-10725 p { color: #FFFFFF;}
#section-14073 { background-color: #fdf7ed;}
#section-23750 { background-color: #fdf7ed;}
#section-23751 h1 { color: #FFFFFF;}
#section-23751 h2 { color: #FFFFFF;}
#section-23751 h3 { color: #FFFFFF;}
#section-23751 p { color: #FFFFFF;}
#section-23757 { background-color: #8a7864;}
#section-23757 h1 { color: #FFFFFF;}
#section-23757 h2 { color: #FFFFFF;}
#section-23757 h3 { color: #FFFFFF;}
#section-23757 p { color: #FFFFFF;}
#section-23759 h1 { color: #FFFFFF;}
#section-23759 h2 { color: #FFFFFF;}
#section-23759 h3 { color: #FFFFFF;}
#section-23759 p { color: #FFFFFF;}
#section-24151 { background-color: #fdf7ed;}
#section-25729 h1 { color: #FFFFFF;}
#section-25729 h2 { color: #FFFFFF;}
#section-25729 h3 { color: #FFFFFF;}
#section-25729 p { color: #FFFFFF;}
#section-26245 h1 { color: #FFFFFF;}
#section-26245 h2 { color: #FFFFFF;}
#section-26245 h3 { color: #FFFFFF;}
#section-26245 p { color: #FFFFFF;}
#section-57489 { background-color: #fdf7ed;}

/* Custom Styles */

header{background-color:rgba(255,255,255,0.9);margin-bottom:10px;background-repeat:no-repeat;}

h5#logo-center { height:100px !important; margin: 20px auto 30px auto; }

main section, main article {
background: rgba(255,255,255,0.9);}

#section-8675{display:none;} 

@media screen and (max-width: 767px){
#section-8675{display:block;}
#section-8614{display:none;}
header{height:auto;}
h5#logo-center { height:100px !important; margin: 30px auto 30px auto; }
}