/*
	
Theme Name: Swissopen
Theme URI: http://webgearing.com
Description: based on the Starkers Theme.
Version: 1.0
Author: Andris Linz @ webgearing ag
Author URI: http://webgearing.com

*/

/* COLORS 
	
	gold:		#c6a756
	schwarz:		#1d1d1b
	weiss:			#fff
	
*/




/* ------------------------- RESET ------------------------- */


body, html, h1, h2, h3, h4, h5, h6, p, ul, li, ol, img, fieldset { margin:0; padding:0; border:0; }

ul, li, ol { list-style:none; }

:focus { outline:none; }


/* ------------------------- UTILITIES ------------------------- */

.clear { clear:both; height:0;}

.floatLeft { float:left; }

.floatRight { float:right; }


/* ------------------------- MAIN-STYLES ------------------------- */


body {font-family:'Univers', Helvetica, Arial, sans-serif; letter-spacing:.08em;  color:#201F1D; background:#fff; font-size:16px; background:url('images/bg.png') repeat-x;
	min-height:843px;}


/* BUTTON */

.button {padding:15px 45px !important; background:#C1C1C1 !important; font-size:1em !important; border:0 !important; font-weight:700 !important; display:inline-block; border-radius:0px 0px 0px 0px !important; line-height:1.5em !important; font-family:'Univers', Helvetica, Arial, sans-serif; }

.button span, .button {color:#201F1D !important; hyphens:auto;}

.button:hover {cursor:pointer !important; background:#c6a756 !important; border:0 !important; }

.button:hover span, .button:hover {color:#fff !important;}

/* BUTTON-LINK */

.button-link {padding:10px 15px !important; background:#C1C1C1 !important; font-size:14px !important; border:0 !important; font-weight:700 !important; display:inline-block; line-height:20px !important; font-family:'Univers', Helvetica, Arial, sans-serif;  color:#201F1D !important; hyphens:auto; text-decoration:none;}

.button-link:hover {cursor:pointer !important; background:#c6a756 !important; border:0 !important; color:#fff !important; text-decoration:none;}







/* ------------------------- TYPO ------------------------- */


h1	{font-size:2.5em; font-weight:300; line-height:1.2em; margin:0; font-family:'Univers', Helvetica, Arial, sans-serif; text-transform:uppercase; }

h1 strong {
	font-weight:700;
	
}

h2 	{font-size:1.8em; font-weight:700; line-height:1.2em; margin:0 0 30px 0; font-family:'Univers', Helvetica, Arial, sans-serif; text-transform:uppercase; }

.header h2 {
	font-weight:300;
	font-size:38px;
	line-height:46px;
}

h3 	{font-size:1.5em; font-weight:700; line-height:1.2em; margin:0 0 30px 0; font-family:'Univers', Helvetica, Arial, sans-serif; }

h4 	{font-size:1.5em; font-weight:300; line-height:1.2em; margin:0 0 30px 0; font-family:'Univers', Helvetica, Arial, sans-serif; }

p 	{font-size:1em; line-height:1.5em; font-weight:300; margin:0 0 15px 0;}

p strong {font-weight:700;}

a {text-decoration:none; color:#c6a756; transition: all ease 0.3s;}

a:hover {text-decoration:underline; color:#c6a756; transition: all ease 0.3s;}

hr {border:none; border-bottom:#dd3333 1px solid; height:1px; background:transparent; margin:0 0 13px 0; width:33%; min-width:150px;}

.so-widget-sow-editor ul {margin:0 0 30px 0px;}

.so-widget-sow-editor ul li {list-style:none; padding:0 0 0 30px; margin:0 0 15px 0; background:url('images/bullet.svg') no-repeat 0px 5px; background-size:.8em .8em; hyphens:auto;}

.so-widget-sow-editor ol {margin:0 0 15px 15px;}

.so-widget-sow-editor ol li {list-style: decimal; padding:0 0 0 5px; margin:0 0 5px 0;}

@media (max-width: 1240px){
	h1 { font-size: 2.1em }
	h2 { font-size: 1.5em }
}

/* ------------------------- HEADER ------------------------- */

/* TOPHEADER AREA */

#topheader-area {
	background:#c6a756;
	color:#fff;
	padding:10px 26px;
	width:calc(100% - 52px);
}

#topheader-area p {
	margin:0;
	font-size:16px;
	font-family:'Univers', Helvetica, Arial, sans-serif;
}

#topheader-area p a {color:#fff; }

#topheader-area p a:hover {color:#fff;}

#topheader-area ul li {float:right; display:inline-block; list-style:none; margin:0 0 0 13px;}

#topheader-area ul li a {background:#fff; color:#3D3832; font-size:12px; text-transform:uppercase; padding:6px 13px;} 

#topheader-area ul li a:hover, #topheader-area ul li.current-menu-item a {background:#007759; color:#fff;}

/* HEADER */

header {
	width:100%; 
	padding:0; 
	background:#000; 
	box-shadow: 0px 1px 3px rgba(0,0,0,0.16); 
	position:relative;
	}

header .inner {
	width:1240px; 
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
}

header .inner .clear {
	display: none;
}

@media screen and (max-width: 1240px) {
	header .inner {
		width: 100%;
	}
}

/* LOGO AREA */

#logo-area {
	flex: 1 1;
	align-self: center;
}

#logo-area img {
	border-radius:0;
	padding: 0 15px;
}

#logo-area .widget-container {margin:0;}


/* HEADER AREA */

#header-area {
	flex: 2 1;
	padding:30px;
	max-width: 100%;
}

.header-link-element {
	display: flex;
	flex-direction: row;
	justify-content: right;
}

#header-area .panel-layout {
	display: flex;
	flex-direction: column;
	width: max-content;
	margin-left: auto;
	max-width: 100%;
}

.header-link-element .panel-last-child {
	margin-left: 75px;
}

/* MENU AREA */

#menu-area {
	height:40px; 
	width:auto; 
	text-align:left; 
	padding:0; 
	background:url('images/nav.png') repeat-x;
	}

/* ------------------------- NAVIGATION ------------------------- */


#menu-area .menu {
	height:30px; 
	position:relative; 
	}

#menu-area .menu li {
	display:inline-block; 
	line-height:40px; 
	position:relative;
	}

#menu-area .menu li a {
	color:#fff; 
	font-size:14px; 
	transition: all ease 0.3s; 
	padding:0 15px; 
	font-weight:500; 
	text-decoration: none; 
	font-family:'Univers', Helvetica, Arial, sans-serif;
	display:block;
	height:40px;
	}

#menu-area .menu li.menu-item-has-children a {
	padding:0 15px; 
	margin:0 13px 0 0;
	}

#menu-area .menu li a:hover {
	transition: all ease 0.3s; 
	text-decoration: none;
	background:#fff;
	color:rgba(0,0,0,1);
	}
	
#menu-area .menu li.menu-item-has-children:hover a {
	background:#fff;
	color:rgba(0,0,0,1);
}


#menu-area .menu li.current-menu-item a, #menu-area .menu li.current-menu-ancestor > a {
	transition: all ease 0.3s;
	}

/*
#menu-area .menu li.menu-item-has-children a:after {
	position:absolute; 
	right:0; 
	top:65px; 
	content: "\f107"; 
	display: inline-block; 
	font-family: FontAwesome; 
	font-style: normal; 
	font-weight: 400; 
	line-height: 1; 
	color:#c6a756; 
	}
*/

#menu-area .menu .sub-menu {
	display:none;
	position:absolute; 
	top:40px;
	box-shadow:3px 3px 3px 0px rgba(0,0,0,0.16);
	z-index:999; 
	padding:15px 0; 
	background:#fff;
	transition: all ease 0.5s;
	}


#menu-area .menu li.menu-item-has-children:hover .sub-menu {
	display: block;
	transition: all ease 0.5s; 
}
	
#menu-area .menu li.align-right.menu-item-has-children .sub-menu {
	right:-30px;
	}

#menu-area .menu li.menu-item-has-children .sub-menu li {
	display:block; 
	line-height:40px; 
	width:auto; 
	min-width:200px; 
	text-align:left;
	}

#menu-area .menu li.menu-item-has-children .sub-menu li a {
	color:rgba(0,0,0,0.8); 
	display:block; 
	font-weight:500;
	font-size: 13px;
	}

#menu-area .menu li.menu-item-has-children:hover .sub-menu li.current-menu-item a, #menu-area .menu li.menu-item-has-children:hover .sub-menu li a:hover { 
	color:rgba(0,0,0,1);
	}

#menu-area .menu li.menu-item-has-children#menu-item-147 .sub-menu li.current-menu-item a {
	font-weight:500;
	}

#menu-area .menu li.menu-item-has-children#menu-item-147 .sub-menu li.current-menu-item a:hover {
	font-weight:900;
	}

#menu-area .menu li.menu-item-has-children .sub-menu li a:after {
	content: "";
	}


/* Menu Underline 

#menu-area .menu li {
	list-style:none; 
	margin-bottom:5px;
}

#menu-area .menu li a {
	text-decoration:none; 
	display:block;  
	font-weight:700;
	width:auto; 
	position:relative; 
	display:inline-block;
}

#menu-area .menu li a:hover {
	
}

#menu-area .menu li a:before {
  content: "";
  position: absolute;
  width: 0;
  height: 5px;
  border-radius:15px 0px 15px 0px;
  bottom:40px;
  left: 0;
  background-color:#c6a756;
  visibility: hidden;
  transition: all 0.3s ease-in-out;
}

#menu-area .menu li a:hover:before, #menu-area .menu li.current-menu-item a:before {
  visibility: visible;
  width:100%;
}

#menu-area .menu li.menu-item-has-children:hover a:before {
	width:0;
	visibility:hidden;
}

*/



/* Menu Toggle */

#menutoggle {
	position:fixed;
	top:40px;
	right:25px;
	width: 28px;
	height: 22px;
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	transform: rotate(0deg);
	-webkit-transition: .5s ease-in-out;
	-moz-transition: .5s ease-in-out;
	-o-transition: .5s ease-in-out;
	transition: .5s ease-in-out;
	cursor: pointer;
	z-index:999999999;
	display:none;
}

body.sticky.menu--open #menutoggle.open {
	position:fixed;
	top:35px;
	right:25px;
}


#menutoggle span {
  display: block;
  position: absolute;
  height: 4px;
  width: 100%;
  background:#c6a756;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .25s ease-in-out;
  -moz-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
}

body.sticky #menutoggle span {
	background:#000;
}

#menutoggle span:nth-child(1) {
  top: 0px;
}

#menutoggle span:nth-child(2) {
  top: 8px;
}

#menutoggle span:nth-child(3) {
  top: 16px;
}

#menutoggle.open span:nth-child(1) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 7px;
  background:#fff;
}

#menutoggle.open span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 7px;
  background:#fff;
}

#menutoggle.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: 7px;
  background:#fff;
}


body #overlay-area {
	display:none;
}

body.menu--open #overlay-area {
	display:block;
	overflow:scroll;
	padding-top:30px;
}

#overlay-area {
	position:fixed; 
	top:0; 
	left:0; 
	bottom:0; 
	right:0; 
	background:#000; 
	z-index:9999999; 
	padding:30px;
}

#overlay-area .menu {
	margin:0 auto 30px auto;
}

#overlay-area .menu li {
	list-style:none; 
	margin-bottom:15px;
}

#overlay-area .menu li a {
	text-decoration:none; 
	display:block; 
	font-size:30px; 
	line-height:40px; 
	font-weight:300;
	color:#fff; 
	width:auto; 
	position:relative; 
	display:inline-block;
	font-family:'Univers', Helvetica, Arial, sans-serif;
}

#overlay-area .menu li a:hover, #overlay-area .menu li.current-menu-item .sub-menu li a:hover {
	color:rgba(255,255,255,0.5);
}

#overlay-area .menu li.current-menu-item a, #overlay-area .menu li.current-menu-item .sub-menu li.current-menu-item a, #overlay-area .menu li.current-menu-ancestor a, #overlay-area .menu li.current-menu-ancestor .sub-menu li.current-menu-item a  {
	color:#c6a756;
}

#overlay-area .menu li .sub-menu li a {
	color:#fff;
}

#overlay-area .menu .sub-menu {
	padding:0;
	margin-bottom:15px;
}

#overlay-area .menu .sub-menu li {
	margin-bottom:5px;
}

#overlay-area .menu .sub-menu li a {
	font-size:18px;
	line-height:28px;
}


.overlay-logo img {
	width:200px;
	height:auto;
}

/* ------------------------- MAIN ------------------------- */


#main {
	max-width:1240px; 
	padding:0; 
	margin:0 auto;
	min-height:600px;
	background:#fff;
}

#main.ohne-slider {padding:60px 0 0 0;}


.content {
	float:left;
	width:1000px;
	padding:30px;
	box-sizing:border-box;
}

#sponsor-area {
	float:right;
	width:240px;
	padding:30px;
	box-sizing:border-box;
	margin-top: 30px;
}

#sponsor-area a:hover {
	opacity: 0.7;
}

.header-link-element a:hover {
	opacity: 0.7;
}

/* HEADER */

/*
.header-home {
	padding:90px 0;
	border-radius: 0px 0px 100px 0px;
}

.header-home-text {
	background:rgba(32,31,29,0.8);
	padding:45px 90px;
	display:inline-block;
	border-radius: 0px 0px 50px 0px;
}

.header-home-text h1 {
	color:#fff;
}

.header-home-text h1.pink {
	color:#c6a756;
}

.header h2 {
	font-weight:300;
	font-size:38px;
	line-height:46px;
}
*/

header p {
	color:#fff;
	margin-bottom:0;
}

header p.gold {
	color:#c6a756;
}

/* HOME */

.aktuelles-home h2 {
	background:#201F1D;
	border-radius:50px 0px 50px 0px;
	color:#fff;
	font-size:38px;
	line-height:46px;
	text-align:center;
	padding:15px 60px;
	width:300px;
	margin:0 auto;
}


/* TAGESBERICHTE */

p.datum {
	background:#C1C1C1;
	padding:5px 10px;
	display:inline-block;
	font-size:12px;
	line-height:18px;
	margin-bottom:10px;
}

.single-tagesberichte h1 {
	margin-bottom:30px;
}

.teaserpost {
	padding:0px;
	position:relative;
	box-sizing: border-box;
	margin-bottom:60px;
}

.teaserpost p:last-child {
	margin-bottom:0px;
}

.teaserpost:first-child .teaser-bild, .teaserpost:first-child .teaser-text {
	display:block;
	clear:both;
	width:100%;
}

.teaserpost .teaser-bild {
	float:left;
	width:33%;
	box-sizing: border-box;
	margin-bottom:30px;
	padding-right:30px;
}

.teaserpost .teaser-bild img {
	width:100%;
	height:auto;
}

.teaserpost .teaser-text {
	float:left;
	width:67%;
	box-sizing: border-box;
}

.teaserpost h3.teaser-titel {
	font-size:22px;
	line-height: 30px;
	margin-bottom:15px;
}

.teaserpost h3.teaser-titel a {
	text-decoration:none;
}

/* SECTiON TITLE */

.section-title {
	height:550px;
	border-radius: 100px 0px 100px 0px;
	position:relative;
}

.section-title h2 {
	position:absolute;
	bottom:0;
	padding:60px 0;
	width:100%;
	background:rgba(0,0,0,0.8);
	text-align:center;
	color:#fff;
	margin:0;
	border-radius: 0px 0px 100px 0px;
}

/* FOOTER BILD */

.footer-bild {
	height:550px;
	border-radius: 100px 0px 0px 0px;
	position:relative;
}


/* TEASERBOXEN */

.teaserbox {
	border-left:1px #ddd solid;
	padding:0 30px 30px 30px;
	position:relative;
	box-sizing: border-box;
}

.teaserbox .panel-last-child {
	position:absolute;
	bottom:0px;
	width:auto;
}

/* JOBS */

.teaserposts .teaserpost, .grid-sizer {
	width:calc(33% - 60px);
	padding:0px 30px 0px 30px;	
}

span.pensum {
	font-size:0.6em;
}

.benefits h3 {font-size:1em; font-weight:700; line-height:1.2em; margin:0 0 15px 0; font-family: Verdana, Helvetica, Arial, sans-serif;}

.jobs {
	margin-bottom:90px;
}

.jobs h3.pensum {
	font-size:1em;
	font-weight:300;
	margin-bottom:15px;
}

#main.single-jobs {
	margin-bottom:90px;
}

.single-jobs h1 {
	margin-bottom:60px;
}

/* REFERENZEN */

.filterbox {
	background:#C1C1C1;
	margin-bottom:60px;
	width:100%;
	box-sizing:border-box;
	position:relative;
	padding:30px 0px;
}

.filterbox .inner {
	display:flex;
	justify-content:space-around;
	max-width:1240px; 
	padding:0; 
	margin:0 auto;
}

.filterbox select {
	background:#c6a756;
	color:#fff;
	border-radius:15px 0px 15px 0px;
	border:none;
	width:auto;
	box-sizing:border-box;
	padding:15px 45px 15px 10%;
	position:relative;
	background-image:none;
	background:#c6a756 url('images/arrow-down.svg') no-repeat 90% 50%;
	-moz-appearance: none; 
	-webkit-appearance: none; 
	appearance: none;
	font-family:'Univers', Helvetica, Arial, sans-serif;
}

.filterbox select option:first-child {
	background:#c6a756;
	color:#fff;
}

.filterbox select option {
	background:#fff;
	color:#201F1D;
}

.referenzen {max-width:1240px; padding:0; margin:0 auto;}

.referenz {
	display:none;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 60px;
}

.referenz.active {
	display:flex;
}

.referenz-logo {
	width:33%;
	box-sizing: border-box;
	text-align:center;
	padding-right:30px;
}

.referenz-logo img {
	width:200px;
	height:auto;
}

.referenz-text {
	width:67%;
	box-sizing: border-box;
	padding-left:30px;
	border-left:1px #c6a756 solid;
}

.referenz-text p:last-child {
	margin-bottom:0;
}

.referenzen-liste {
	display:inline-block;
}

.referenzen-liste.branchen:after {
	content:" | ";
}

.referenzen-liste li {
	display:inline-block;
}

.referenzen-liste li:after {
	content:", ";
}

.referenzen-liste li:last-child:after {
	content:"";
}

/* TEAM */

.teaserbox .team img {
	border-radius:15px 0px 15px 0px;
}

.teaserbox .sm-team .sow-social-media-button {
	border-radius:15px 0px 15px 0px !important;
}

/* Social Media Buttons */

/*
.sow-social-media-button {
	border-radius:15px 0px 15px 0px !important;
}
*/



/* ------------------------- FORMULAR ------------------------- */


.nf-form-fields-required {
	display:none;
}

.nf-form-content input[type="text"], .nf-form-content input[type="email"], .nf-form-content textarea {
	border:#707070 1px solid;
	background-color:#fff !important;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size:1em;
	color:#201F1D !important;
}

.nf-form-content input[type="text"]:focus,.nf-form-content input[type="email"]:focus, .nf-form-content textarea:focus	 {
	border:#c6a756 2px solid !important;
}

.nf-form-content input[type="button"] {
	border-radius:15px 0px 15px 0px !important;
	background:#C1C1C1 !important;
	color:#201F1D !important;
	font-family:'Univers', Helvetica, Arial, sans-serif;
	padding:15px 45px !important;
	line-height:1em;
}

.nf-form-content input[type="button"]:hover {
	background:#c6a756 !important;
	color:#fff !important;
}

.nf-form-content input[type="text"]::placeholder, .nf-form-content input[type="email"]::placeholder, .nf-form-content textarea::placeholder {
	opacity:1;
}

.nf-error.field-wrap .nf-field-element::after {
	border-radius:0px 0px 15px 0px !important;
}


/* ------------------------- PAGE ------------------------- */


table {font-size:16px; margin-bottom:30px; border:none;}

table thead {background:#1d1d1b; color:#fff;}

table tbody {background:#fff; color:#222;}

table td {padding:10px; vertical-align:top; border:none; }

table tr {border-bottom:#000 1px solid;}

/* ------------------------- FOOTER ------------------------- */



footer {background:#000; padding:5px 0 0 0; color:#222; width:100%;}

footer .inner {
	padding:0 30px 5px 30px;
	margin:0 auto;
	max-width:1240px;
	}

#first-footer-widget-area {margin:0;}

footer p, footer h3 {
	color:#fff;
	font-family:'Univers', Helvetica, Arial, sans-serif;
}

footer a {text-decoration:underline; color:rgba(255,255,255,1);}

footer a:hover {text-decoration:underline; color:rgba(255,255,255,0.5);}

footer h3 {font-size:16px; font-weight:300; line-height:34px; margin:0; color:#c6a756;}

footer p {
	font-size: 12px;
}

/* BUTTON-TOP */

#btn_top {
	position:fixed; 
	bottom:30px;
	right:30px;
	display:none;
	padding:15px 15px 10px 15px !important; 
	background:#C1C1C1 !important; 
	font-size:1em !important; 
	border:0 !important; 
	font-weight:700 !important; 
	line-height:1.5em !important; 
	font-family:'Univers', Helvetica, Arial, sans-serif;
	color:#201F1D !important;
	hyphens:auto;
	}
	
#btn_top.active {
	display:block;
}

#btn_top.active:before {
	content: url(images/arrow-up.svg);
}


#btn_top:hover {
	color:#fff !important;
	cursor:pointer !important; 
	background:#c6a756 !important;
	border:0 !important; 
	}

#btn_top.active:hover:before {
	content: url(images/arrow-up_hover.svg);
}


/* ----- RESPONSIVE TABLET STYLES ----- */


@media screen and (max-width: 1240px){
		/*#logo-area img {height:40px; width:auto;}*/

	#main {width:calc(100% - 80px); padding:0 40px 26px; margin:0 auto; min-height:500px;}
	
	.content {
		float:left;
		width:80%;
		padding:30px;
		box-sizing:border-box;
	}
	
	#sponsor-area {
		float:right;
		width:20%;
		padding:30px;
		box-sizing:border-box;
	}

	
	.aktuelles-home .panel-grid-cell-empty {
		display:none;
	}
	
}


@media screen and (max-width: 959px) {

	header .inner {width:calc(100% - 80px); margin:0 40px;}
	
	#main {width:calc(100% - 80px); padding:0 40px 26px; margin:0 auto; min-height:500px;}
	
	footer .inner {width:calc(100% - 80px);}
}

@media screen and (max-width: 959px) {
	#menu-area {
		display: none;
	}

	#menutoggle {
		display:block;
	}
}


/* ----- RESPONSIVE MOBILE STYLES ----- */


@media screen and (max-width: 687px) {

	/* LAYOUT */
	#topheader-area {
		display: none;
	}

	header .inner {
		width: calc(100% - 52px);
		margin: 0 auto;
		flex-direction: column;
		align-items: center;
	}

	.header-link-element .panel-last-child {
		margin-left: 0;
	}

	#logo-area {
		clear: both;
		align-self: center;
	}

	#logo-area img {
		height: 100px;
		width: auto;
	}

	#header-area {
		clear: both;
		padding: 30px 0;
	}

	#menu-area {
		width: calc(100% - 170px);
		margin: 0 auto;
		padding: 0;
	}

	#main {
		width: calc(100% - 40px);
		padding: 0 20px 26px;
		margin: 0 auto;
		min-height: 500px;
	}

	/* 	footer .inner {width:calc(100% - 40px);} */
	footer h3 {
		font-size: 22px;
		line-height: 26px;
		margin: 0;
	}

	/* TYPO */
	h1 {
		font-size: 2.2em;
	}

	h2 {
		font-size: 1.8em;
	}

	h3 {
		font-size: 1.6em;
	}



	/* TEASERPOST */
	.teaserpost .teaser-bild, .teaserpost .teaser-text {
		display: block;
		clear: both;
		width: 100%;
	}

	/* Sponsoren */
	#pgc-w61c307fc9eb8b-0-0 {
		display: flex;
		flex-wrap: wrap;
		flex-direction: row;
		gap: 10px;
	}

	#pg-w61c307fc9eb8b-0 #pgc-w61c307fc9eb8b-0-0 > .so-panel {
		width: calc(50% - 5px);
		margin-bottom: 20px;
	}

	#pg-w61c307fc9eb8b-0 #pgc-w61c307fc9eb8b-0-0 > .panel-first-child {
		width: 100%;
	}

	.sow-image-container {
		justify-content: center;
	}
	
}

@media screen and (max-width: 920px){
	.content {
		clear: both;
		width: 100%;
		padding: 30px 0;
		box-sizing: border-box;
	}

	#sponsor-area {
		clear: both;
		width: 100%;
		padding: 30px;
		box-sizing: border-box;
	}
}

	.so-widget-sow-social-media-buttons-flat-2cca3dd14fa2 .social-media-button-container {
	display: flex;
}

.title-first {
	display: none;
}

.teaserpost:first-child .title-first {
	display: block;
}

.teaserpost:first-child .title-second {
	display: none;
}

/*#menu-area .menu li:nth-last-child(2) {
	border-left: 1px white solid;
}

#menu-area .menu li:last-child,
#menu-area .menu li:nth-last-child(2) {
	float: right;
}

#menu-area .menu li:last-child > a,
#menu-area .menu li:nth-last-child(2) > a {
	font-size: 10px;
}*/
#icl_lang_sel_widget-2 {
	position: relative;
}


#icl_lang_sel_widget-2 li > a {
	font-size: 10px;
	line-height: 40px;
	padding: 0 20px;
	color: #fff;
	text-transform: lowercase;
}

#icl_lang_sel_widget-2 li > a:hover {
	color: #000;
	background-color: #fff;
}

#icl_lang_sel_widget-2 .wpml-ls-sidebars-menu-area {
	border: none;
	padding: 0;
	position: absolute;
	right: 0;
	width: max-content;
}

#icl_lang_sel_widget-2 li:last-child > a {
	border-left: 1px white solid;
}

.golden-borders img,
img.golden-border {
	border: 1px solid #C93;
	padding: 5px;
	margin: 0 5px;
}

/* Mail List/Facts Overflow Fix */

#panel-69-0-0-1 .textwidget,
#panel-233-2-0-0 .textwidget {
	overflow-x: auto;
}

/* Sponsor Overflow Fix */
#panel-202-1-0-0 .textwidget img {
	max-width: 90%;
	height: auto;
}

/*
@media screen and (max-width: 687px) {
	#panel-202-1-0-0 h3, #panel-202-1-0-0 p {
		display: flex;
		justify-content: center;
		flex-wrap: wrap;
	}
}*/

/* Logo Fix */
@media screen and (max-width: 920px) {
	#logo-area {
		display: none;
	}
}

@media screen and (max-width: 687px) {
	#logo-area {
		display: block;
	}
}

@media screen and (max-width: 920px){
	#sponsor-area .panel-grid-cell {
		display: flex;
		flex-wrap: wrap;
		gap: 4%;
	}

	#sponsor-area .panel-grid-cell > div.so-panel {
		width: 48%;
		display: flex;
		align-items: center;
		justify-content: center;
		margin-top: 25px;
		margin-bottom: 25px;
	}



	#sponsor-area .panel-grid-cell > div.so-panel:first-child {
		width: 100%;
	}

	#sponsor-area .panel-grid-cell > div.so-panel img {
		min-width: 135px;
	}
}

@media (max-width: 385px) {
	#sponsor-area .panel-grid-cell > div.so-panel {
		width: 100%;
	}
}

#overlay-area .widget_icl_lang_sel_widget {
	text-align: center;
}

#overlay-area .widget_icl_lang_sel_widget li:last-child {
	border-left: 1px white solid;
}

#overlay-area .widget_icl_lang_sel_widget a {
	color: #fff;
}

/* Simple Lightbox */
.slb_details {
	display: none;
}