

/* =Box Sizing 
========================================================================================*/
* { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; -o-box-sizing: border-box; -ms-box-sizing: border-box; box-sizing: border-box; }
*:before, *:after { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; -o-box-sizing: border-box; -ms-box-sizing: border-box; box-sizing: border-box; }
input[type="text"], input[type="password"], input[type="email"], input[type="tel"], input[type="search"], textarea, select, input[type="button"], input[type="submit"], button { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; -o-box-sizing: border-box; -ms-box-sizing: border-box; box-sizing: border-box;  }


/* =Default Tag & General Classes
========================================================================================*/
html, body { -webkit-font-smoothing:antialiased; -moz-font-smoothing:antialiased; -ms-font-smoothing:antialiased; font-smoothing:antialiased; /* Fix for webkit rendering */ -webkit-text-size-adjust:100%; }
body { font: 22px/1.227 'Gravur Condensed', Arial, Helvetica, sans-serif; color: var(--main-text-color); }
img { vertical-align:top; border:0; }
a, input[type="button"], input[type="submit"], button, table th, table td { -webkit-transition:background-color 550ms cubic-bezier(0.77,0,0.175,1), color 550ms cubic-bezier(0.77,0,0.175,1); transition:background-color 550ms cubic-bezier(0.77,0,0.175,1), color 550ms cubic-bezier(0.77,0,0.175,1); }
.allanim  { -webkit-transition:all 550ms cubic-bezier(0.77,0,0.175,1); transition:all 550ms cubic-bezier(0.77,0,0.175,1); }
a { color: var(--main-text-color); text-decoration: underline; outline: none; }
a:focus, a:active { outline: none; }
a:hover { text-decoration:underline; /*color: var(--main-bg-color);*/ color: rgba(37,66,84,0.7); }
@media screen and (-ms-high-contrast:active), (-ms-high-contrast:none) {
	a:active{ background-color:transparent;}
}
strong { font-weight:bold; }
small, .small { font-size: 85%; }
sub, sup { font-size:80% }

ul { list-style: disc; list-style-type: disc; margin-left: 0px; }

.contact-section ul { margin-left: 26px; }

.content-wrap { max-width: 1320px; width: 100%; margin: 0 auto; padding-left: 0; padding-right: 0; background-image: url("../images/bgi/bg-pattern.png"); background-repeat: repeat; }
.container { max-width: 1160px; width: 100%; margin: 0 auto; padding-left: 20px; padding-right: 20px; }
.cf:after,.container:after { content:""; display:table; clear: both; }

.cols { margin-left:-20px; margin-right:-20px; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-flex-wrap: wrap; -ms-flex-wrap: wrap; flex-wrap: wrap; width: 100%; }
.cols .col { padding-left:20px; padding-right:20px; }
.cols1 .col { width:100% }
.cols2 .col { width:50% }
.cols3 .col { width:33.333333333333%; }
.cols4 .col { width:25%; }



/* =Form Style
========================================================================================*/
.form-group { padding: 3px 0 0; margin-bottom: 8px; }
button, input[type="text"], input[type="password"], input[type="email"], input[type="tel"], input[type="search"], input[type="url"], textarea, select, input[type="submit"], input[type="button"] { font-size: 100%; margin: 0; vertical-align: baseline; vertical-align:middle;
 -webkit-appearance: none; -webkit-border-radius: 0; border-radius: 0; }
button, input { line-height: normal; }
input[type="text"], input[type="password"], input[type="email"], input[type="tel"], input[type="search"], input[type="url"], textarea, select {	background:#fff; padding:4px 29px 4px 29px; height:50px; line-height:1.55; border:0; color:#454648; width:100%; font-family:'Gravur Condensed', Arial, Helvetica, sans-serif; -moz-transition:border-color 200ms ease-in; -webkit-transition:border-color 200ms ease-in; transition:border-color 200ms ease-in; border-bottom: 2px solid #dedede; border-right: 2px solid #dedede; font-size: 22px; }
input[type="text"].input-lg, input[type="password"].input-lg, input[type="email"].input-lg, input[type="tel"].input-lg, input[type="search"].input-lg, input[type="url"].input-lg { height: 75px; }
input[type="text"].input-sm, input[type="password"].input-sm, input[type="email"].input-sm, input[type="tel"].input-sm, input[type="search"].input-sm, input[type="url"].input-sm { height: 48px; }
textarea { width: 100%; height: 207px; overflow: auto; resize: vertical; padding: 4px 29px 4px 29px; }


.custom-select { display: block; margin: 0; position: relative; background: #fff; }
.custom-select:after { content: ''; height: 10px; width: 10px; border-right: 2px solid #979797; border-bottom: 2px solid #979797; transform: rotate(45deg); position: absolute; right: 19px; top: 50%; margin-top: -8px; }

/* Bootstrap select */
.form-group .bootstrap-select { width: 100% !important; }
.select-box .btn-light { font-family: 'Gravur Condensed', Arial, Helvetica, sans-serif; background: #fff; padding: 4px 26px 4px 29px; height: 50px; line-height: 1.7; border: 0; transition: border-color 200ms ease-in; border-bottom: 2px solid #dedede; border-right: 2px solid #dedede; font-size: 22px; color: #878787; outline: none !important; box-shadow: none !important; }
.bootstrap-select .dropdown-toggle:focus { outline: none !important; box-shadow: none; }
.select-box .btn-light:not(:disabled):not(.disabled).active, .select-box .btn-light:not(:disabled):not(.disabled):active, .select-box.show > .btn-light.dropdown-toggle { background: #fff; border-color: #dedede; color: #878787; }

.select-box .dropdown-menu { margin: 0; padding: 0 0 15px; border-radius: 0; border: 0; border-right: 2px solid #dedede; border-bottom: 2px solid #dedede; margin-top: -2px; font-size: 22px; }
.select-box .dropdown-menu[x-placement="top-start"] { margin: 0 0 -2px; border-bottom: 0; padding-bottom: 0; padding-top: 20px; }
.select-box .dropdown-item { color: #878787; padding: 7px 45px; line-height: 1; }
.select-box .dropdown-menu li:first-child .dropdown-item { padding-top: 0; }
.select-box .dropdown-item.active, .select-box .dropdown-item:active { background: none; color: #000; }
.select-box .dropdown-item:focus, .select-box .dropdown-item:hover { background: #fff; }
.select-box .dropdown-toggle:after { height: 13px; width: 13px; border: 0; border-right: 2px solid var(--main-text-color); border-bottom: 2px solid var(--main-text-color); margin: 0; position: absolute; right: 26px; top: 14px; transform: rotate(45deg); }
.select-box.show .dropdown-toggle:after { transform: rotate(225deg); top: 18px; }
.form-2 .select-box .btn-light, .form-2 .select-box .btn-light:not(:disabled):not(.disabled).active, .form-2 .select-box .btn-light:not(:disabled):not(.disabled):active, .form-2 .select-box.show > .btn-light.dropdown-toggle { color: var(--main-action-color); }

select { padding: 4px 42px 4px 24px; -webkit-appearance: none; -moz-appearance: none; -ms-appearance: none; appearance: none;font-size: 22px; color: #878787;
 position: relative; z-index: 1; background: none; line-height: 1.25; border-radius: 0; height: 50px; }
select::-ms-expand { display:none; }
/*input[type="text"]:focus, input[type="password"]:focus, input[type="email"]:focus, input[type="tel"]:focus, input[type="search"]:focus, input[type="url"]:focus, textarea:focus, select:focus { border: solid 1px #acacac; }*/
input::-moz-focus-inner, button::-moz-focus-inner { border:0; padding:0; }
input[type="button"], input[type="submit"], button { background-color:var(--main-action-color); font-size: 21px; color: #fefefe; display: inline-block; line-height:1.2; padding: 13px 104px;  border:0; cursor:pointer; width: auto; overflow:visible; vertical-align: middle; text-decoration: none; font-family:'Gravur Condensed', Arial, Helvetica, sans-serif; text-align: center; }
input[type="button"]:hover, input[type="submit"]:hover, button:hover { background-color: #172d3b; color: #fff; }
input[type="checkbox"], input[type="radio"] { margin: 4px 8px 0; vertical-align: top; }
::-webkit-input-placeholder { opacity:1; }
::-moz-placeholder { opacity:1; color: #878787; }
:-ms-input-placeholder { opacity:1; }
:-moz-placeholder {	opacity:1; }

/* =Table CSS
========================================================================================*/
table { max-width: 100%; background-color: transparent; border-collapse: collapse; border-spacing: 0;}
table { width: 100%; margin-bottom: 30px; }
table th, table td { padding: 14px 15px; text-align: left; vertical-align: top; border-top: 1px solid #ddd; border-right: 1px solid #ddd; }
table th { background: #ececec; font-weight: 700; padding: 17px 15px; font-size: 16px; }
table tr.selected td { background: #fbfbfb; }
table thead th { vertical-align: middle; }
/*table caption + thead tr:first-child th, table caption + thead tr:first-child td, table colgroup + thead tr:first-child th, table colgroup + thead tr:first-child td, table thead:first-child tr:first-child th, table thead:first-child tr:first-child td { border-top: 0; }*/

/* =Common button CSS
========================================================================================*/
.button { background-color:var(--main-action-color); font-size: 21px; color: #fefefe; display: inline-block; line-height:1.2; padding: 13px 104px; vertical-align:bottom; font-weight: normal; position: relative; border-radius: 0; text-decoration: none !important; }
.button:before { content: ""; position: absolute; background-image: url("../images/bgi/button-pattern.png"); background-repeat: repeat;  height: 100%; width: 100%; left: 0; top: 0; z-index: 11; mix-blend-mode: multiply; }
.button:hover { background-color:#172d3b; text-decoration:none; color:#FFFFFF; }
.button span { display: block; z-index: 2; position: relative; }
.button.btn-lg, input[type="submit"].btn-lg, input[type="button"].btn-lg, button.btn-lg { padding:16px 35px; font-size:18px; }
.button.btn-sm, input[type="submit"].btn-sm, input[type="button"].btn-sm, button.btn-sm { padding:10px 25px; font-size:14px; }
.button.btn-xs, input[type="submit"].btn-xs, input[type="button"].btn-xs, button.btn-xs { padding:8px 20px; font-size:12px; }
.button.btn-lightgray, input[type="submit"].btn-lightgray, input[type="button"].btn-lightgray, button.btn-lightgray { background:#969fb0; color:#fff; }
.button.btn-lightgray:hover, input[type="submit"].btn-lightgray:hover, input[type="button"].btn-lightgray:hover, button.btn-lightgray:hover { background:#757f90; }
.button.btn-secondary, input[type="submit"].btn-secondary, input[type="button"].btn-secondary, button.btn-secondary { background-color: var(--main-bg-color); color:var(--main-action-color); }
.button.btn-secondary:hover, input[type="submit"].btn-secondary:hover, input[type="button"].btn-secondary:hover, button.btn-secondary:hover { background-color: #E9E24F; }
.button.btn-outline, input[type="submit"].btn-outline, input[type="button"].btn-outline, button.btn-outline { background-color:#fff; border:solid 1px var(--main-action-color); color: var(--main-action-color);  }
.button.btn-outline:hover, input[type="submit"].btn-outline:hover, input[type="button"].btn-outline:hover, button.btn-outline:hover { background-color:var(--main-action-color); color:#fff; }

.button.btn-lg.btn-outline, input[type="submit"].btn-lg.btn-outline, input[type="button"].btn-lg.btn-outline {  padding:14px 35px;   }
.button.btn-outline, input[type="submit"].btn-outline, input[type="button"].btn-outline {  padding:11px 30px;   }
.button.btn-sm.btn-outline, input[type="submit"].btn-sm.btn-outline, input[type="button"].btn-sm.btn-outline {  padding:8px 25px;   }
.button.btn-xs.btn-outline, input[type="submit"].btn-xs.btn-outline, input[type="button"].btn-xs.btn-outline {  padding:6px 20px;   }



/* = Header & Footer CSS
========================================================================================*/
#header { position: fixed; left: 0; top: 0; right: 0; z-index: 111; transition: 350ms all; }
#header:before { content: ""; position: absolute; left: 0; top: 0; height: 100%; width: 100%; background-image: url("../images/bgi/header-pattern.png"); background-repeat: repeat; opacity: 0.73; transition: 350ms all; }
.header-top { font-size: 14px; text-align: center; border-bottom: 1px solid #7a7a7a; position: relative; padding: 18px 0 9px; z-index: 1; position: relative; }
.header-top p { margin: 0; line-height: 1.2; }
.specialist-agencies { position: absolute; right: 0; top: 0; text-align: right; }
.specialist-info { position: relative; }
.specialist-info .specialist-trigger { padding: 11px 39px 8px; font-size: 21px; font-weight: bold; text-transform: uppercase; color: var(--main-text-color); display: block; z-index: 2; position: relative; text-decoration: none; }
.specialist-agencies ul { margin: 0; width: 287px; list-style: none; position: absolute; right: -10px; top: 0; background: rgba(255,255,255,0.95); padding: 44px 6px 18px 0; display: none; }
.specialist-agencies ul li a { display: block; padding: 10px 36px 10px 20px; text-decoration: none; color: #999999; transition: none; font-weight: normal; font-size: 21px; }
.specialist-agencies ul li a:hover, .specialist-agencies ul li.active a { color: #000; font-weight: 900; }

.hambarger-lines { position: absolute; right: 3px; top: 17px; margin: 6px 0; z-index: 1; }
.hambarger-lines, .hambarger-lines:before, .hambarger-lines:after { height: 4px; width: 23px; background: var(--main-text-color); }
.hambarger-lines:before, .hambarger-lines:after { content: ""; position: absolute; right: 0; }
.hambarger-lines:before { top: -6px; }
.hambarger-lines:after { bottom: -6px; }
.hambarger-lines.open { background: none; right: 1px; }
.hambarger-lines.open:before, .hambarger-lines.open:after {  -webkit-transform-origin: 50% 50%;  -moz-transform-origin: 50% 50%;  -ms-transform-origin: 50% 50%; transform-origin: 50% 50%; top: 0; height: 2px; width: 20px; }
.hambarger-lines.open:before { -webkit-transform: rotate3d(0, 0, 1, 45deg); transform: rotate3d(0, 0, 1, 45deg); } 
.hambarger-lines.open:after {  -webkit-transform: rotate3d(0, 0, 1, -45deg); transform: rotate3d(0, 0, 1, -45deg); }

.header-bottom { padding: 57px 0 32px; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-flex-wrap: wrap; flex-wrap: wrap; align-items: center; -webkit-align-items: center; transition: 350ms all; }
#logo { width: 372px; position: relative; margin-left: 6px; z-index: 111; }
#logo img { /*max-width: 100%;*/ height: auto; width: auto; }
#mainmenu { font-size: 30px; margin-left: auto; }
#mainmenu ul { list-style: none; }
.menu ul { margin: 0; padding: 0; list-style: none; }
.menu ul:after { content: ""; display: table; clear: both; }
.menu li { float:left; line-height:30px; }
.menu > li { margin:0 0 0 55px; font-weight: bold; }
.menu > li:first-child { margin-left: 0; }
.menu a { text-decoration: none; padding: 0; display: block; color: var(--main-text-color); position: relative; }

.specialist-mobile { display: none; }

#header.sticky { top: -45px; }
#header.sticky .header-bottom { padding: 31px 0; }
#header.sticky .menu li a { color: #7c7b7b; }
#header.sticky:before { opacity: 0.9; }


.go-back-home { position: absolute; max-width: 200px; left: 5px; margin-top: -4px; }
.go-back-logo { width: 100%; }


#footer { background: var(--main-bg-color); position: relative; font-size: 21px; }
.footer-birds, .footer-men { position: absolute; pointer-events: none; }
.footer-birds { left: 7.03%; bottom: calc(100% - 50px); max-width: 20.46%; }
.footer-men { right: 4.63%; bottom: calc(100% - 148px); max-width: 12.60%; }
.footer-birds img, .footer-men img { width: 100%; }

.footer-top-row > .row { margin: 0 -10px; }
.footer-top-row > .row > div { padding: 0 10px; }
.footer-box h4 { text-transform: uppercase; margin-bottom: 30px; }
.footer-box address, .footer-box p { max-width: 265px; }
.subscribe-box { margin-top: 34px; max-width: 340px; }
.subscribe-box .form-group { margin: 0; position: relative; padding: 0; }
.subscribe-box .form-group input[type="text"], .subscribe-box .form-group input[type="email"] { background: #fff url("../images/bgi/header-pattern.png"); font-size: 21px; padding: 4px 30px; padding-right: 129px; border: 0; border-bottom: solid 2px rgba(0,0,0,0.13); }
.subscribe-box .form-group input[type="submit"] { position: absolute; right: 0; top: 0; bottom: 0; padding: 0; width: 99px; font-size: 19px; }

.footer-bottom { background: #fff; padding: 13px 0 13px; color: var(--main-text-color); }
.footer-bottom p { margin: 0 0 33px; }
.footer-bottom ul { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-flex-wrap: wrap; flex-wrap: wrap; align-items: center; list-style: none;
-webkit-align-items: center; -webkit-justify-content: space-between; justify-content: space-between; margin: 0 -10px; }
.footer-bottom ul li { padding: 0 10px; margin-bottom: 25px; }
.footer-bottom ul li a { display: block; }

.fmenu { margin:0; padding:0; list-style:none; }
.fmenu li { margin-bottom: 3px; }
.fmenu li a { color: var(--main-text-color); text-decoration: underline; }
.fmenu li a:hover { color: rgba(37,66,84,0.7); text-decoration: underline; }
.location-box { margin-top: 30px; }
.location-box a { color: var(--main-text-color); text-decoration: underline; }
.location-box a:hover { color: rgba(37,66,84,0.7); }


.footer-info { position: relative; }
footer-contact										{ -webkit-box-shadow: 0px 0px 20px 5px rgba(255,255,255,0.4);
														 -moz-box-shadow: 0px 0px 20px 5px rgba(255,255,255,0.4);
															  box-shadow: 0px 0px 20px 5px rgba(255,255,255,0.4); }

.footer-top-row .col-md-4:last-child .footer-box 										{ margin-bottom: 50px; }

.footer-contact-main 								{ max-width: 361px; margin-left: 0; position: relative; z-index: 9999; }

.footer-contact.open:not(.fixed),
.footer-contact:not(.fixed) 						{ margin-bottom: 0px; left: inherit !important; right: 0; position: relative; }

.footer-contact.open:not(.fixed) h5 				{ border-bottom: 0px solid #FFFFFF; }
.footer-contact.open h5 							{ border-bottom: 2px solid #FFFFFF !important; }

.footer-top-row .col-md-4:last-child 				{ margin-bottom: 0; }


.footer-contact 									{ max-width: 361px; width: 100%; background: var(--main-action-color); border-radius: 9px 9px 0 0; overflow: hidden; color: #fff; position: absolute; bottom: 0;
													  -webkit-box-shadow: 0px 0px 5px 3px rgba(0,0,0,0.2);
													 	 -moz-box-shadow: 0px 0px 5px 3px rgba(0,0,0,0.2));
															  box-shadow: 0px 0px 5px 3px rgba(0,0,0,0.2); }

.footer-contact:before { content: ""; position: absolute; left: 0; top: 0; height: 100%; width: 100%; background: url("../images/bgi/button-pattern.png") repeat; mix-blend-mode: multiply; }
.footer-contact h5 { padding: 8px 50px 8px 24px; color: #fff; text-transform: none; cursor: pointer; margin: 0; font-weight: normal; position: relative; }
.footer-contact h5:before { content: "+"; position: absolute; right: 27px; top: 50%; transform: translateY(-50%); margin-top: -2px; }
.footer-contact.open h5:before { content: "-"; }
.contact-info { visibility: hidden; height: 0; opacity: 0; transition: all 400ms ease; z-index: 1; position: relative; }
.contact-box { padding: 20px 24px 10px 24px; font-size: 20px;  }
.contact-box a { color: #fff; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; align-items: center; -webkit-align-items: center; text-decoration: underline; }
.contact-box a:hover { color: #C0C0C0; }
.contact-box a figure { width: 22px; top: 5px; margin-right: 11px; position: relative; }
.contact-box a span { display: block; }
.contact-list li { margin-bottom: 9px; }
.opening-hours p { margin: 0; }
.opening-hours-info { padding-left: 12px; }
.opening-hours a { line-height: 1.04; display: block; text-decoration: underline; margin-bottom: 15px; font-size: 21px; }

.footer-contact.fixed { position: fixed; z-index: 99; bottom: -2px; }
.footer-contact.fixed.open { bottom: 0; }
.contact-info ul { margin-bottom: 15px; margin-left: 0; list-style: none; }
.contact-info.open { height: auto; opacity: 1; visibility: visible; }

/* = Homepage CSS
========================================================================================*/

.banner-section { background-size: 100% auto; background-position: center bottom; background-repeat: no-repeat; background-color: var(--main-bg-color); padding-top: 170px; }
.banner-section.home-banner { min-height: 800px; height: 100vh; }
.banner-section { height: auto; min-height: 496px; }
.banner-row { padding-top: 89px; }
.banner-row h1, .banner-row h2 { font-size: 94px; line-height: 1.063; font-weight: normal; letter-spacing: -0.010em; margin-bottom: 65px; text-transform: none; }
.banner-row a { font-size: 40px; font-weight: bold; display: table; text-decoration: underline; color: var(--main-action-color); text-transform: uppercase; margin-left: 8px; line-height: 1.125; }

.logos-section .row > div { margin-bottom: 60px; }
.logo-box { text-align: center; }
.logo-box figure { max-width: 215px; margin: 0 auto; }
.logo-box figure img { width: 100%; }

.location-info { max-width: 1072px; }
.location-info h2 { text-transform: uppercase; }
.location-info p { margin-bottom: 25px; }

.read-more { position: relative; display: inline-block; padding-right: 15px; color: var(--main-action-color); font-weight: bold; border-bottom: 1px solid var(--main-action-color); text-decoration: none; transition: 350ms all; }
.read-more:before { content: ">"; position: absolute; right: 0; top: 0; transition: 350ms all; }
.read-more:hover { text-decoration: none; border-bottom-color: var(--main-bg-color); }
.read-more:hover:before { transform: translateX(3px); }

.location-map { position: relative; }
.location-map figure { max-width: 652px; margin: 0 auto; position: relative; }
.location-map figure img { width: 100%; }
.location-map span { font-size: 40px; line-height: 1; text-transform: uppercase; font-weight: bold; position: absolute; }
.location-map span.dietikon-tag { top: 214px; right: 274px; }
.location-map span.affoltern-tag { bottom: 408px; left: 58px; }




/* =tabnav CSS
========================================================================================*/
.tabnav, .filter-nav { margin: 0 0 62px; padding: 0; list-style: none; display: flex; justify-content: flex-end; -webkit-flex-wrap: wrap; flex-wrap: wrap; }
.tabnav li, .filter-nav li { float:left; position: relative; margin:0; font-weight:600; }
.tabnav li:first-child, .filter-nav li:first-child { margin-left: 0; }
.tabnav li a, .filter-nav li a { display: block; padding: 0 31px 16px 0; text-decoration:none; color: var(--main-text-color); line-height: 1; font-size: 30px; font-weight: normal; position: relative; margin-right: 10px; }
.tabnav li a:before, .filter-nav li a:before { content: ""; position: absolute; left: 0; bottom: 0; height: 4px; width: 41px; background: var(--main-text-color); opacity: 0; visibility: hidden; transition: 350ms all; }
.tabnav li a:after, .filter-nav li a:after { content: "|"; position: absolute; top: 0; right: 0; font-weight: 400; }
.tabnav li:last-child a, .filter-nav li:last-child a { margin-right: 0; padding-right: 7px; }
.tabnav li:last-child a:after, .filter-nav li:last-child a:after { display: none; }
.tabnav li.active a, .filter-nav li.active a { font-weight: 900; padding-top: 1px; }
body.chrome .tabnav li.active a, body.chrome .filter-nav li.active a { padding-top: 2px; }
.tabnav li.active a:before, .filter-nav li.active a:before { opacity: 1; visibility: visible; }
.tabcontent { display: none; }

/* mac OS */
body.mac-os .tabnav li.active a, body.mac-os .filter-nav li.active a { padding-top: 4px; }
body.mac-os.chrome .tabnav li.active a, body.mac-os.chrome .filter-nav li.active a { padding-top: 5px; }


.news-section { background: var(--main-bg-color); margin-bottom: 0; position: relative; }
/*.news-section .tree-img { position: absolute; left: 0; bottom: -3px; max-width: 20.93%; pointer-events: none; }*/
.news-section .tree-img img { width: 100%; }
.news-row { position: relative; z-index: 1; }
.news-box.color1 { background: #ec660b; }
.news-box.color2 { background: #15a1b8; }
.news-box.color3 { background: #d22327; }
.news-box.color4 { background: #517f97; }
.news-box.color5 { background: #6f934a; }
.news-box.color6 { background: #3c3938; }
.news-box.color7 { background: #cccccc; }
.news-box.color8 { background: #214051; }
.news-box a { padding: 22px 27px; color: #fff; text-decoration: none; min-height: 320px; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; }
.news-data { padding-bottom: 50px; position: relative; }
.news-data .date { display: block; line-height: 1; font-size: 17px; margin-bottom: 12px; }
.news-data h4 { color: #fff; font-weight: normal; line-height: 1; text-transform: none; }
.news-data figure { position: absolute; right: 0; bottom: 0; }
.news-data figure img { max-width: 100%; }

.filter-list { margin: 0 -10px; }
.filter-list > div { padding: 0 10px; margin-bottom: 20px; }

.more-news { text-align: center; margin-top: 33px; }
.more-news a { color: var(--main-text-color); font-size: 30px; font-weight: bold; display: inline-block; line-height: 1; padding-bottom: 15px; position: relative; text-decoration: none; }
.more-news a:hover { color: rgba(37,66,84,0.7); }
.more-news a:before { content: ""; position: absolute; left: 0; right: 0; bottom: 0; height: 7px; width: 14px; background: url("../images/arrow-down.png") no-repeat; background-size: 100% auto;  margin: auto; }

.title-row h3 { text-transform: uppercase; margin: 0; }
.filter-title { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; align-items: flex-start; -webkit-align-items: flex-start; margin-bottom: 64px; }
.filter-nav { margin: 8px 0 0 auto; }

.team-section .title-row { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-flex-wrap: wrap; flex-wrap: wrap; }
.team-block { margin-bottom: 41px; }
.team-block > h3 { margin-bottom: 31px; }
.team-block:last-child { margin-bottom: 0; }
.team-section .title-row .tabnav { margin: 11px 0 0 auto; }
.team-section .accordion-row { margin-bottom: 20px; }
.team-section .accordion-row:last-child { margin-bottom: 0; }
.team-section .accordion-row .accordion-trigger { font-size: 21px; font-weight: normal; }
.team-section .accordion-row .accordion-trigger:before, .team-section .accordion-row .accordion-trigger:after { top: 12px; }
.team-section .accordion-row .accordion-data { padding: 12px 13px; }
.team-info li { margin-bottom: 0; }
.team-info li strong { font-weight: 900; }
.team-info li a { display: table; color: var(--main-action-color); }

.contact-section { overflow: hidden; }
.contact-form textarea { height: 181px; }
.contact-form .form-submit { margin-top: 21px; }
.contact-section .title-row { margin-bottom: 38px; }
.contact-section .title-row h3 { text-transform: uppercase; }
.contact-map iframe { width: 100%; height: 369px; }

.contact-col { line-height: 1.18; }
.contact-col p { margin-bottom: 0; }


/* = innerpage CSS
========================================================================================*/
.breadcrumbs ul li, .link-list ul li {  display: inline-block; font-weight: bold; /*margin: 0 0 0 10px;*/ position: relative; font-size: 30px; padding-left: 20px; }
.breadcrumbs ul li:first-child, .link-list ul li:first-child { padding-left: 0; margin: 0; }
.breadcrumbs ul li::after { content: '/'; width: 0; height: 0; display: inline-block; position: absolute; left: 0; top: 0; margin-top: 0; color: #b3b3b3;}
.breadcrumbs ul li:first-child:after, .link-list ul li:first-child:after { display: none; }
.breadcrumbs ul li a { color: #b3b3b3; }

.link-list ul li { padding-left: 32px; margin: 0 0 0 10px; }
.link-list ul li:after { width: 0; height: 0; top: 0; left: 4px; margin-top: 0; content: "|"; display: inline-block; position: absolute; color:var(--main-action-color); }
.link-list ul li a { color:var(--main-action-color); }

.title { margin-bottom: 30px; font-size: 50px; line-height: 1; display: inline-block; }
.default-box p { font-size: 22px; }

.minneapolis-section .row > div:first-child { display: -webkit-flex; display: -ms-flexbox; display: flex; margin-top: auto;}
.minneapolis-box { background: var(--main-action-color); padding:20px 22px 24px 22px; color: #fff; }
.minneapolis-box h4 { font-size: 30px; color: #fff; margin-bottom: 20px;}
.minneapolis-box p { font-size: 20px; margin-bottom: 40px; }
.minneapolis-section { margin: 0 0 70px 0; }
.minneapolis-box .button.btn-outline { width: 100%; text-align: center; background: transparent; color: #fff; border: 1px solid #fff; transition: 550ms all; }
.minneapolis-box .button.btn-outline:hover { background: #fff; color: var(--main-text-color); }
.accordion-row { margin-bottom: 30px;}
.accordion-row .accordion-trigger { font-size: 28px; padding: 0 25px 10px 0; border-bottom: 1px solid var(--main-text-color); margin: 0; position: relative; cursor: pointer;}
.two-row-box { margin-bottom: 77px; }
.accordion-row .accordion-trigger:after {  -webkit-transform: rotate3d(0, 0, 1, 180deg);transform: rotate3d(0, 0, 1, 180deg);  }
.accordion-row .accordion-trigger:before {  -webkit-transform: rotate3d(0, 0, 1, 90deg);transform: rotate3d(0, 0, 1, 90deg);  }
.accordion-row .accordion-trigger.open:after {  -webkit-transform: rotate3d(0, 0, 1, -45deg);transform: rotate3d(0, 0, 1, -45deg);  }
.accordion-row .accordion-trigger.open:before {  -webkit-transform: rotate3d(0, 0, 1, 45deg);transform: rotate3d(0, 0, 1, 45deg);  }
.accordion-row .accordion-data { padding:8px 15px; display: none; }

.accordion-row .accordion-trigger::before, .accordion-row .accordion-trigger::after {  content: ''; display: inline-block; width: 18px; height: 2px; position: absolute; right: 0; top: 15px; background: var(--main-text-color); -moz-transition: all 550ms cubic-bezier(0.450, 1.000, 0.320, 1.000);  -ms-transition: all 550ms cubic-bezier(0.450, 1.000, 0.320, 1.000); -webkit-transition: all 550ms cubic-bezier(0.450, 1.000, 0.320, 1.000); transition: all 550ms cubic-bezier(0.450, 1.000, 0.320, 1.000); -webkit-transform-origin: 50% 50%; -moz-transform-origin: 50% 50%; -ms-transform-origin: 50% 50%; transform-origin: 50% 50%;}

.shop-main-box h4 { margin-bottom: 24px; }
.shop-main-box .assembly-box { margin-bottom: 45px; }
.shop-main-box .assembly-box p { margin-bottom: 0;}
.shop-main-box .assembly-box a { color:var(--main-action-color);  font-weight: 900; text-decoration: underline;}
.shop-main-box .assembly-box a:hover { color:var(--main-bg-color);}
.general-main-form h3 { font-size: 40px; margin-bottom: 20px; }
/*
.general-main-form p { margin-bottom: 50px; }
*/
.general-main-form .accordion-row { margin-bottom: 30px; }
.general-main-form .accordion-data p { margin-bottom: 0; }
.general-main-form .form-group .form-btn { margin-top: 10px; max-width: 265px;}

.custom-select { height: auto; border:0; padding: 0;}
.alcohol-main-box { padding: 120px 0 80px;}
.alcohol-main-box strong { margin-bottom: 5px; display: block;}
.shop-main-box {  padding: 98px 0 120px; }
.alcohol-main-box p {  margin-bottom: 26px; }
.alcohol-main-box ul li { margin-bottom: 0; position: relative; padding-left: 15px; font-size: 21px; line-height: 1.4; }
.alcohol-main-box ul li:before { content: ''; width: 6px; height: 6px; border-radius: 50%; background: var(--main-action-color); position: absolute; left: 0; top: 13px;}
.info-box { margin-bottom: 15px;}
.info-box span { display: block; line-height: 1.2; margin-bottom: 2px; }
.info-box span a { color: var(--main-action-color); text-decoration: underline; font-weight: 900; }
.info-box span a:hover { color: var(--main-bg-color); }
.cost-box p { margin-bottom: 4px;}
.information-section .form-2 { margin-top: 40px;}
.information-section .form-btn { margin-top: 12px; max-width: 265px;}
.form-2 select { color: var(--main-action-color); }
form select option { font-size: 18px; }
.form-2  ::-moz-placeholder {  color: var(--main-action-color); }

.table-section thead {  border-right: 2px solid var(--main-action-color); }
.table-section thead th { background: var(--main-bg-color); border: 2px solid var(--main-action-color); border-left: 1px solid #000; border-right: 1px solid #000; font-size: 22px; text-align: center; color: var(--main-action-color); font-weight: 900; padding: 5px; }
.table-section .table thead th:first-child { background: transparent; border: 0; border-right: 2px solid var(--main-action-color); width: 492px;  }
.table-section .table tbody { border: 2px solid var(--main-action-color); }
.table-section .table tbody td { border-top: 1px solid var(--main-action-color); border-right: 1px solid var(--main-action-color); color: var(--main-action-color); font-weight: 900; padding: 12px; text-align: center; vertical-align: middle;}
.table-section .table tbody th { border-top: 1px solid var(--main-action-color); border-right: 1px solid var(--main-action-color); color: var(--main-action-color); font-weight: 900; padding: 12px; background: transparent; font-size: 22px; }
.table-section .table thead th { vertical-align: middle; width: 210px; line-height: 21px;}
.pdf-main-box { align-items: center; display: -webkit-flex; display: -ms-flexbox; display: flex; }
.pdf-main-box img { width: 100%; box-shadow: 4px 2px 8px rgba(0,0,0,0.30);}
.pdf-section 										{ padding: 0px 0 60px; position: relative; z-index: 9; }
.pdf-section .row  									{ margin: 0 -50px; }
.pdf-section .row > div 							{ padding: 0 50px; }
.pdf-section2 .pdf-data,
.pdf-section2 .pdf-img 								{ width: 100%; }
.pdf-data { margin-top: 0; margin-bottom: auto; padding: 0 20px; width: 60%; display: -webkit-flex; display: -ms-flexbox; display: flex; flex-direction: column; }
.pdf-data h4 { margin-bottom: 5px; font-weight: 900; }
.pdf-data .pdf-match { /*min-height: 130px;*/ margin-bottom: 15px; }
.pdf-data .pdf-match ul { margin-left: 20px; }
.pdf-data a { text-decoration: underline; color: var(--main-text-color); font-weight: bold; /*padding-left: 18px;*/ position: relative;}
.pdf-data a:hover { /*color: var(--main-bg-color);*/ color: rgba(37,66,84,0.7); }
.pdf-data a:hover:before { /*background: var(--main-bg-color);*/ background: rgba(37,66,84,0.7); }
/*
.pdf-data a::before { content: ''; width: 6px; height: 6px; border-radius: 50%; background: var(--main-text-color); display: inline-block; position: absolute; left: 0;  top: 50%; transition: background-color 550ms cubic-bezier(0.77,0,0.175,1), color 550ms cubic-bezier(0.77,0,0.175,1); }
*/
.pdf-img { margin-top: 5px; margin-bottom: auto; padding: 0 20px; width: 40%; }
.pdf-img a { display: inline-block; }
.pdf-section .title { margin-bottom: 35px; }
.pdf-section2 .pdf-main-box { flex-direction: column;}
.pdf-section2 .pdf-data  { margin-bottom: 30px;}
.pdf-section2 .pdf-data p  { min-height: auto; margin-bottom: 10px;}
.gallery-section { padding: 48px 0;}
.gallery-img figure img { max-width: 100%;}
.gallery-img-box .row { margin: 0 -10px;}
.gallery-img-box .row > div { padding: 0 10px; margin-bottom: 20px;}

.mission-statement-section { background: var(--main-bg-color); position: relative; }
.mission-statement-section .tree-img { position: absolute; left: -6px; bottom: 0; max-width: 402px; }
.mission-statement-content h3 { font-size: 40px; margin-bottom: 12px;}
.mission-statement-content h2 { margin-bottom: 33px;}
.mission-statement-content ul { margin: 0; padding: 0; list-style: none;}
.mission-statement-content ul li { padding-left: 18px; position: relative; line-height: 1.3;}
.mission-statement-content ul li:before { content: ''; width: 6px; height: 6px; border-radius: 50%; background: var(--main-action-color); position: absolute; left: 0; top: 10px;}
.mission-statement-content ul li ul { margin-top: 8px;}
.mission-statement-content ul li ul li { padding-left: 18px; position: relative; }
.mission-statement-content ul li ul li:before {  content: ''; width: 8px; height: 2px; border-radius: 0; background: var(--main-action-color); position: absolute; left: 0; top: 50%;}
.below-yellow-section { margin: 0; padding: 80px 0 55px;}
.info-box h4 { margin-bottom: 0;}
.information-section { padding: 28px 0 100px;}
.gallery-img-box { padding: 26px 0 98px; }
.execution-box p { margin-bottom: 15px; }
.location-box h4 { margin-bottom: 4px;}
.lightcase-icon-close:hover {  text-decoration: none; }


#angebote .minneapolis-section 						{ margin-right: -43px; display: block; }

#angebote .minneapolis-section .col-lg-4,
#angebote .minneapolis-section .col-md-6			{ padding-right: 10px; padding-left: 10px; }

@media screen and (max-width: 1200px) 				{
	#angebote .minneapolis-section 					{ margin-right: 5px; }
}

@media screen and (max-width: 767px) 				{
	#angebote .minneapolis-section 					{ margin-bottom: 30px !important; }
}


body.ie-detect .button:before, body.ie-detect .footer-contact:before { display: none; }

