/* @override https://www.swissinvestgroup.ch/css/global.css
	https://swissinvestgroup.ch/css/global.css */

@CHARSET "ISO-8859-1";
/* Reset CSS
 * --------------------------------------- */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,
form,fieldset,input,textarea,p,blockquote,th,td {
    padding: 0;
    margin: 0;
}
a,
.brandimage a img,
#section3 div.fp-tableCell ul li a {
	text-decoration:none;
	-webkit-transition:
		background-image 0.3s ease,
		color 0.3s ease,
		opacity 0.3s ease;	
	-moz-transition:
		background-image 0.3s ease,
		color 0.3s ease,
		opacity 0.3s ease;	
	-ms-transition:	
		background-image 0.3s ease,
		color 0.3s ease,
		opacity 0.3s ease;	
	-o-transition:
		background-image 0.3s ease,
		color 0.3s ease,
		opacity 0.3s ease;	
	transition:
		background-image 0.3s ease,
		color 0.3s ease,
		opacity 0.3s ease;	
}
table {
    border-spacing: 0;
}
fieldset,img {
    border: 0;
}
address,caption,cite,code,dfn,em,strong,th,var {
    font-weight: normal;
    font-style: normal;
}
strong{
	font-weight: bold;
}
ol,ul {
    list-style: none;
    margin:0;
    padding:0;
}
caption,th {
    text-align: left;

}
h1,h2,h3,h4,h5,h6 {
    font-weight: normal;
    font-size: 100%;
    margin:0;
    padding:0;
    color:#444;
}
q:before,q:after {
    content:'';
}
abbr,acronym { border: 0;
}


/* Custom CSS
 * --------------------------------------- */
body{
	font-family: 'Playfair Display', serif;
	color: #333;
	color: #d80001;
	-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
.wrap{
	margin-left: auto;
	margin-right: auto;
	width: 960px;
	position: relative;
}
h1{
	font-size: 6em;
}
p{
	font-size: 2em;
	color: #000;
}
.intro p{
	/*width: 50%;
	margin: 0 auto;*/
	font-size: 1.5em;
}

p.introtext,
p.extranet {
	width: 50%;
	margin-left: auto;
	margin-right: auto;
}

span.logotype {
	font-style: italic;
	color: #d80001;
	margin-right: 5px;
	font-size: 34px;
}

#section3 h2 {
	font-style: italic;
	color: #d80001;
	font-size: 34px;
	margin-bottom: 20px;
}

#section3 ul {
	margin-top: 40px;
}

#section3 ul li {
	margin-top: 30px;
}

#section3 ul li a {
	font-style: italic;
	color: #d80001;
	font-size: 24px;
	margin-bottom: 20px;
}

#section3 ul li a:hover {
	color: #000;
}

#section3 ul li:last-child a {
	margin-bottom: 0px;
	padding-bottom: 50px;
	background-image: url(/img/dldicon0.png);
	background-size: 25px auto;
	background-repeat: no-repeat;
	background-position: center 50px;
}

#section3 ul li:last-child a:hover {
	background-image: url(/img/dldicon1.png);
}

.section{
	text-align:center;
}
#menu li {
	display:inline-block;
	margin: 10px;
	color: #000;
	background:#fff;
	background: rgba(255,255,255, 0.5);
	-webkit-border-radius: 10px;
            border-radius: 10px;
}
#menu li.active{
	background:#666;
	background: rgba(0,0,0, 0.5);
	color: #fff;
}
#menu li a{
	text-decoration:none;
	color: #000;
}
#menu li.active a:hover{
	color: #000;
}
#menu li:hover{
	background: rgba(255,255,255, 0.8);
}
#menu li a,
#menu li.active a{
	padding: 9px 18px;
	display:block;
}
#menu li.active a{
	color: #fff;
}
#menu{
	position:fixed;
	top:0;
	left:0;
	height: 40px;
	z-index: 70;
	width: 100%;
	padding: 0;
	margin:0;
}
.twitter-share-button{
	position: fixed;
	z-index: 99;
	right: 149px;
	top: 9px;
}


div#social {
	height: calc(100% - 260px);
	position: fixed;
	z-index: 100000;
	top: 130px;
	bottom: 130px;
	left: 20px;
display: -webkit-flex;
display: flex;
-webkit-align-items: center;
align-items: center;
}
div#social div.link {
	height: 90px;
}

div#social a {
	font-style: italic;
	color: #d80001;
	font-size: 22px;
	line-height: 40px;
}

div#social a:hover {
	font-style: italic;
	color: #000;
}
#download{
	margin: 10px 0 0 0;
	padding: 15px 10px;
	color: #fff;
	text-shadow: 0 -1px 0 rgba(0,0,0,0.25);
	background-color: #49afcd;
	background-image: -moz-linear-gradient(top, #5bc0de, #2f96b4);
	background-image: -ms-linear-gradient(top, #5bc0de, #2f96b4);
	background-image: -webkit-gradient(linear,0 0,0 100%,from( #5bc0de),to( #2f96b4));
	background-image: -webkit-linear-gradient(top, #5bc0de, #2f96b4);
	background-image: -o-linear-gradient(top, #5bc0de, #2f96b4);
	background-image: linear-gradient(top, #5bc0de, #2f96b4);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#5bc0de', endColorstr='#2f96b4', GradientType=0);
	border-color: #2f96b4 #2f96b4 #1f6377;
	border-color: rgba(0,0,0,.1) rgba(0,0,0,.1) rgba(0,0,0,.25);
	filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);

	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	vertical-align: middle;
	cursor: pointer;
	display: inline-block;
	-webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,0.2),0 1px 2px rgba(0,0,0,0.05);
	-moz-box-shadow: inset 0 1px 0 rgba(255,255,255,0.2),0 1px 2px rgba(0,0,0,0.05);
	box-shadow: inset 0 1px 0 rgba(255,255,255,0.2),0 1px 2px rgba(0,0,0,0.05);
}
#download a{
	text-decoration:none;
	color:#fff;
}
#download:hover{
	text-shadow: 0 -1px 0 rgba(0,0,0,.25);
	background-color: #2F96B4;
	background-position: 0 -15px;
	-webkit-transition: background-position .1s linear;
	-moz-transition: background-position .1s linear;
	-ms-transition: background-position .1s linear;
	-o-transition: background-position .1s linear;
	transition: background-position .1s linear;
}



#infoMenu{
	height: 20px;
	color: #f2f2f2;
	position:fixed;
	z-index:70;
	bottom:0;
	width:100%;
	text-align:right;
	font-size:0.9em;
	padding:8px 0 8px 0;
}
#infoMenu ul{
	padding: 0 40px;
}
#infoMenu li a{
	display: block;
	margin: 0 22px 0 0;
	color: #333;
}
#infoMenu li a:hover{
	text-decoration:underline;
}
#infoMenu li{
	display:inline-block;
	position:relative;
}
#examplesList{
	display:none;
	background: #282828;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	padding: 20px;
	float: left;
	position: absolute;
	bottom: 29px;
	right: 0;
	width:638px;
	text-align:left;
}
#examplesList ul{
	padding:0;
}
#examplesList ul li{
	display:block;
	margin: 5px 0;
}
#examplesList ul li a{
	color: #BDBDBD;
	margin:0;
}
#examplesList ul li a:hover{
	color: #f2f2f2;
}
#examplesList .column{
	float: left;
	margin: 0 20px 0 0;
}
#examplesList h3{
	color: #f2f2f2;
	font-size: 1.2em;
	margin: 0 0 15px 0;
	border-bottom: 1px solid rgba(0, 0, 0, 0.4);
	-webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.1);
	-moz-box-shadow: 0 1px 0 rgba(255,255,255,0.1);
	box-shadow: 0 1px 0 rgba(255, 255, 255, 0.1);
	padding: 0 0 5px 0;
}



/* Demos Menu
 * --------------------------------------- */
 #demosMenu{
	position:fixed;
	bottom: 10px;
	right:10px;
	z-index: 999;
 }

div.fp-tableCell div.intro h1 {
	color: #d80001;
	font: 75px/91px 'Playfair Display', serif;
	letter-spacing: 10px;
}



div.fp-tableCell div.intro h1 {
	color: #d80001;
}


div.fp-tableCell div.intro div.markenwrapper {
	max-width: 720px;
	margin-top: 50px;
	margin-right: auto;
	margin-left: auto;
	width: 100%;
}
div.markenwrapper_neu  {
	text-align: center;
	display: table;
}
div.intro div.teamraster div.markenwrapper_neu {
		max-width: 1024px;
	width: calc(100% - 80px);
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}




.marken_logo {
	float: left;
	width: calc(33.33% - 20px);
	height: auto;
	margin-right: 10px;
	margin-left: 10px;
	min-height: 220px;
}




.marken_team {
	float: left;
	width: calc(33.33% - 20px);
	height: auto;
	margin-right: 10px;
	margin-left: 10px;
}

.marken_team:nth-child(4) {
	float: left;
	width: calc(33.33% - 10px);
	height: auto;
	margin-right: 10px;
	margin-left: 16.665%;
}

.marken_team:nth-child(5) {
	float: left;
	width: calc(33.33% - 10px);
	height: auto;
	margin-right: 16.665%;
	margin-left: 10px;
}


div.markenbild img {
	width: 100%;
	height: auto;
	float: left;
}



div#logoprime_standard {
	position: fixed;
	top: 20px;
	left: 20px;
	z-index: 1;
	max-width: 154px;
	height: auto;
}

div#logoprime_standard img {
	width: 100%;
	height: auto;
}


div.markentext {
	float: left;
	width: 100%;
	margin-top: 20px;
	margin-bottom: 20px;
}

div.markentext p {
	width: 100%;
	font-size: 15px;
	line-height: 18px;
}

div.textunten  {
	color: #d80001;
	float: left;
	width: 100%;
	height: auto;
	margin-top: 10px;
}

div.textunten p {
	color: #d80001;
	
	font-size: 22px;
}

div.markentext p b {
	
}

div.fp-tableCell div.intro div.teamraster div.markenwrapper div.markenwrapper2 div.zentriert {
	
	margin-right: auto;
	margin-left: auto;
}

div.fp-tableCell div.intro div.wrapperh2 {
	max-width: 860px;
	margin-right: auto;
	margin-left: auto;
}

div.fp-tableCell div.intro div.wrapperh2 h2 {
	color: #d80001;
	font-size: 50px;
	line-height: 60px;
}

div.fp-tableCell div.intro div.formular {
	max-width: 676px;
	margin-right: auto;
	margin-left: auto;
}
form#meinFormular fieldset {
	width: 100%;
}
form#meinFormular fieldset div.formular_row {
width: 100%;
	
	margin-bottom: 20px;
	float: left;
}

input#firstname {
	width: calc((100% / 2) - 30px);
	border: 1px solid black;
	font-size: 15px;
		font-family: 'Playfair Display', serif;
	padding: 3px 10px;

	float: left;
	color: black;
}
input[type="submit"] {
   font-size: 16px; padding: 6px 80px; 
 
  	font-family: 'Playfair Display', serif;
   font-weight: 300;
   border: 1px solid #d80001;
   background-color:  #d80001;

  
   color: white;
   text-transform: uppercase;
   letter-spacing: 2px;
   -webkit-appearance: none;
   margin-top: 20px;
}
textarea#nachricht {
		width: calc((100% / 1) - 42px);
		border: 1px solid black;
		font-size: 15px;
			font-family: 'Playfair Display', serif;
		padding: 5px 10px 10px;
	
		float: left;
		color: black;
		margin-left: 10px;
	margin-right: 10px;
		height: 150px;
	margin-bottom: 20px;
		margin-top: 20px;
}

div.weitei {
	display: none;
}

.section.fp-section.fp-table.fp-completely div.fp-tableCell div.weitei a img {
	width: 50px;
	padding-bottom: 10px;
}

.section.fp-section.fp-table.fp-completely div.fp-tableCell div.weitei
 {
	display: block;
width: 100%;
	text-align: center;
	position: absolute;
	bottom: 0;
}
/*.section.fp-section.fp-table.active.fp-completely div.fp-tableCell div.rubrik {
	
} */
div.rubrik {

	font: 30px 'Roboto Condensed', sans-serif;
	font-weight:300;
	position: absolute;
	top: 20px;
	right: 20px;

	-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;

text-decoration: none; 
background: url(../img/underline.gif) repeat-x 100% 100%;
padding-bottom: 2px;
white-space: nowrap;
letter-spacing: 1px;
}


::placeholder {
    color: black;
    opacity: 1; /* Firefox */
	text-transform: uppercase;
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
   color: black;
   text-transform: uppercase;
}

::-ms-input-placeholder { /* Microsoft Edge */
   color: black;
   text-transform: uppercase;
}
input#firstname, input#lastname , input#phone, input#email, input#firma, input#website {
		border: 1px solid black;
		font-size: 15px;
			font-family: 'Playfair Display', serif;
		padding: 3px 10px;
	
		float: left;
		width: calc(50% - 42px);
		margin-right: 10px;
	margin-left: 10px;
}

input#nachricht {
	width: calc(100% - 20px);
	height: 100px;
	margin-right: 10px;
	margin-left: 10px;
	border: 1px solid black;
	
	font-size: 15px;
		font-family: 'Playfair Display', serif;
}


div.fp-tableCell div.footer {
	position: absolute;
	bottom: 20px;
	width: 100%;
	left: 0;
}

div.footer div.footer_links {
	width: calc(50% - 20px);
	float: left;
	text-align: left;
	margin-left: 20px;
}

div.footer div.footer_rechts 
{
width: calc(50% - 20px);
	float: right;
	text-align: right;
	margin-right: 20px;
}

div.footer div.footer_rechts a, div.footer_links a {
	font-style: italic;
	color: #7f807f;
}
div.footer div.footer_rechts a:hover, div.footer_links a:hover {
	
	color: #000;
}

div.fehler {
	position: fixed;
	top: 0;
	right: 0;
	left: 0;
	width: calc(100% - 40px);
	height: auto;
	z-index: 300000;
	padding: 20px;
}

div.fehler ul {
	font-size: 14px;
	line-height: 16px;
}


div.formular_row {
	width: 100%;
	float: left;
	margin-bottom: 12px;
	
}




/* @group Solovivo */

#solovivo-container {
	max-width: 1000px;
	margin-top: 100px;
	margin-left: auto;
	margin-right: auto;
}

div#solovivo-container p a {
	color: #d80001;
	font-size: 22px;
	font-style: italic;
}

/* @end */

/* @group 05-2023 */

.brandgrid {
	padding-left: 25px;
	padding-right: 25px;
	max-width: 1000px;
	margin-left: auto;
	margin-right: auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin-top: 60px;
	margin-bottom: 40px;
}

.teamgrid {
	padding-left: 25px;
	padding-right: 25px;	
	max-width: 1400px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 60px;
	margin-bottom: 40px;
}

.brand {
	width: 220px;
	margin-left: 10px;
	margin-right: 10px;
	margin-bottom: 60px;
}

.row {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

.teammember {
	width: 330px;
	margin-left: 10px;
	margin-right: 10px;
	margin-bottom: 60px;
}

.brand:last-child,
.teammember:last-child {
	margin-bottom: 0px;
}


.brandimage {
	display: inline-block;
}

.teamimage {
	display: inline-block;
}

.brandtext p,
.teamtext p {
	width: 100%;
	font-size: 15px;
	line-height: 18px;
}

.brandtext,
.teamtext {
	display: block;
	margin-top: 10px;
}

.brandimage img,
.teamimage img {
	width: 100%;
	height: auto;
	float: left;
}

.brandimage a {
	cursor: pointer;
}

.brandimage a:hover > img {
	opacity: .5;
}

/* @end */

@media (max-width: 1100px) { 

.teammember {
	width: 25%;
	margin-bottom: 30px;
}

}



@media (max-width: 780px) { 
	
div.intro div.teamraster div.markenwrapper_neu {
		max-width: 1024px;
	width: calc(100% - 60px);
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}
input#firstname, input#lastname , input#phone, input#email, input#firma, input#website {
		border: 1px solid black;
		font-size: 13px;
			font-family: 'Playfair Display', serif;
		padding: 3px 10px;
	
		float: left;
		width: calc(100% - 42px);
		margin-right: 10px;
		margin-left: 10px;
		margin-bottom: 10px;
}
form#meinFormular fieldset div.formular_row {
width: 100%;
	
	margin-bottom: 0px;
	float: left;
}
div.fp-tableCell div.intro h1 {
	color: #d80001;
	font: 24px/28px 'Playfair Display', serif;
	letter-spacing: 5px;
}

.marken:nth-child(1), .marken:nth-child(2), .marken:nth-child(3), .marken:nth-child(4) {
	float: left;
	width: calc((100% / 2) - 20px);
	height: auto;
margin-right: 10px;
	margin-left: 10px;
}




div.fp-tableCell div.intro div.wrapperh2 h2 {
	color: #d80001;
	font-size: 25px;
	line-height: 30px;
	width: 80%;
	margin-right: 10%;
		margin-left: 10%;
}
form#meinFormular fieldset {
	width: calc(100% - 50px);
	margin-right: 25px;
		margin-left: 25px;
}

textarea#nachricht {
		width: calc((100% / 1) - 42px);
		border: 1px solid black;
		font-size: 13px;
			font-family: 'Playfair Display', serif;
		padding: 5px 10px 10px;
	
		float: left;
		color: black;
		margin-left: 10px;
	margin-right: 10px;
		height: 40px;
	margin-bottom: 20px;
}
div.rubrik {

	font: 20px 'Roboto Condensed', sans-serif;
	font-weight:300;
	position: absolute;
	top: 10px;
	right: 15px;

	-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;

text-decoration: none; 
background: url(../img/underline.gif) repeat-x 100% 100%;
padding-bottom: 2px;
white-space: nowrap;
letter-spacing: 1px;
}
div#logoprime_standard {
	position: fixed;
	top: 10px;
	left: 15px;
	z-index: 1;
	max-width: 100px;
	height: auto;
}






.marken_team:nth-child(1), .marken_team:nth-child(2), .marken_team:nth-child(3), .marken_team:nth-child(4) {
	float: left;
	width: calc(50% - 20px);
	height: auto;
	margin-right: 10px;
	margin-left: 10px;
}

.marken_team:nth-child(5), .marken_team:nth-child(6), .marken_team:nth-child(7) {
	float: left;
	width: calc(50% - 20px);
	height: auto;
	margin-right: 10px;
	margin-left: 10px;
}





.marken_team div.markentext {
	float: left;
	width: 100%;
	margin-top: 10px;
	margin-bottom: 10px;
}
.marken_team div.markentext p {
	width: 100%;
	font-size: 12px;
	line-height: 15px;
}
.section.fp-section.fp-table.fp-completely div.fp-tableCell div.weitei a img {
	width: 30px;
	padding-bottom: 5px;
}
div.textunten  {
	color: #d80001;
	float: left;
	width: 100%;
	height: auto;
	margin-top: 20px;
}
div.textunten p {
	color: #d80001;
	
	font-size: 16px;
}




.marken_logo {
	float: left;
	width: calc(50% - 20px);
	height: auto;
	margin-right: 10px;
	margin-left: 10px;
	min-height: 220px;
}




.marken_logo div.markentext p {
	width: 100%;
	
}


.marken_logo div.markentext {
	float: left;
	width: 100%;
	margin-top: 10px;
	margin-bottom: 10px;
}

div.fp-tableCell div.intro div.markenwrapper {
	max-width: 1024px;
	margin-top: 5px;
	margin-right: auto;
	margin-left: auto;
	width: 100%;
}




p.introtext,
p.extranet {
	width: auto;
	margin-left: 130px;
	margin-right: 130px;
}


.brandgrid,
.teamgrid {
	margin-top: 40px;
}




.brand {
	width: 180px;
	margin-left: 10px;
	margin-right: 10px;
	margin-bottom: 30px;
}

.row {
	margin-bottom: 20px;
}

.brandtext,
.teamtext {
	margin-top: 5px;
}

div.fp-tableCell div.intro div.formular {
	margin-right: 130px;
	margin-left: 130px;
}

} 

@media (max-width: 680px) { 

div.fp-tableCell div.intro div.formular {
	margin-right: 30px;
	margin-left: 30px;
}


div#social {
	display: none;
}


.brand {
	width: 220px;
	margin-left: 10px;
	margin-right: 10px;
	margin-bottom: 20px;
}

.teammember {
	width: 40%;
	margin-left: 10px;
	margin-right: 10px;
	margin-bottom: 20px;
}

.marken_logo {
	width: calc(100% - 20px);
	min-height: auto;
}

.marken_logo div.markenbild img {
	display: none;
}


div.fp-tableCell div.intro h1 {
	color: #d80001;
	font: 24px/28px 'Playfair Display', serif;
	letter-spacing: 5px;
	margin-bottom: 30px;
}
div.textunten  {
	color: #d80001;
	float: left;
	width: 100%;
	height: auto;
	margin-top: 30px;
}

p.introtext,
p.extranet,
p.globalimprint {
	font-size: 20px;
	line-height: 28px;
	margin-left: 30px;
	margin-right: 30px;
}

span.logotype {
	font-size: 20px;
	line-height: 28px;
	margin: 0;
}

.brandgrid,
.teamgrid {
	margin-top: 20px;
	margin-bottom: 0px;
}

}



@media (max-width: 480px) { 

.brandgrid,
.teamgrid {
	padding-left: 30px;
	padding-right: 15px;
}

.brand {
	width: calc(33.333% - 15px);
	margin-left: 0px;
	margin-right: 15px;
	margin-bottom: 30px;
}

.teammember {
	width: calc(33.333% - 15px);
	margin-left: 0px;
	margin-right: 15px;
	margin-bottom: 10px;
}

#section3 h2 {
	font-size: 24px;
	margin-bottom: 20px;
}

#section3 ul li {
	margin-top: 20px;
}

#section3 ul li a {
	font-size: 18px;
	margin-bottom: 20px;
}

#section3 ul li:last-child a {
	background-position: center 40px;
}

}
