
/* -------------------------------------------------- */
/*    GLOBAL STUFF                                    */
/* -------------------------------------------------- */

* {
	margin: 0px;
	padding: 0px;
	border: 0px none;
	outline: 0px none;
}

body {
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	text-align: left;
	font-size: 62.5%;  /* 1em = 10px , 1.4em = 14px */
	color:#FFF;
	background: #2D2E30;
}

textarea,
input {
	font-family: 'Open Sans', sans-serif;
}

a {
	text-decoration: none;
	color: #e31c1a;
}


a:hover {
	color: #e31c1a;
	text-decoration: underline;
}

article,
nav,
aside {
	display: block;
}



/* -------------------------------------------------- */
/*    POSITIONING                                     */
/* -------------------------------------------------- */

#all {

}

.center {
	overflow: hidden;
	max-width: 1400px;
	margin: 0 auto;
	padding-bottom: 6%;
}
.col2 .center .t3ce,
.col3 .center .t3ce,
.col4 .center .t3ce {
	float: left;
	padding: 0 3%;
}
.col2 .center .t3ce {
	width: 44%;
}
.col3 .center .t3ce {
	width: 27.3%;	
}
.col4 .center .t3ce {
	width: 19%;	
}

.col2 .center .t3ce:nth-child(2n+1),
.col3 .center .t3ce:nth-child(3n+1),
.col4 .center .t3ce:nth-child(4n+1) {
	clear: left;
}



/*  #####  HEAD ELEMENTS  #####  */

#head {
	background: #FFF;
	border: solid #e31c1a;
	border-width: 0.5em 0 0.6em 0;
	position: relative;
	z-index: 5;
}


#navtoggle {
	display: none;
	background: #e31c1a;
	color: #FFF;
	width: 5em;
	height: 5em;
	text-align: center;
	float: left;
	margin: 2.4em 3em 2.6em 3em;
}
#navtoggle i {
	font-size:3em;
	line-height: 1.6em;
}
#logo {
	padding: 1.5em 3em;
}


#metawrap {
	position: absolute;
	top: 0;
	right: 2em;
}


#langnav {
	float: right;
}

#metanav {
	float: right;
}
#socialhead {
	float: right;
}

#mainnav {
	position: absolute;
	left: 25em;
	bottom: 0;
}

#jumpnav {
	position: absolute;
	left: 0;
	width: 100%;
	bottom: -5em;
}

#contnav {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	text-align: center;
	z-index: 1;
}

#login {
	position: absolute;
	right: 2em;
	width: 30em;
	top:5em;
	z-index: 10;
}

#login h4,
#foldout {
	background: #e31c1a;
}
#foldout p {
	font-size: 1.4em;
}
#login h4 {
	float: right;
	padding: 0.5em 1em;
	cursor: pointer;
}
#login h4:before {
	font-family: FontAwesome;
	content: '\f107';
	padding-right: 0.5em;
}
#login input[type="text"],
#login input[type="password"] {
	color: #333;
}

#login input[type="submit"] {
	width: 100%;
}

#foldout {
	clear:right;
	max-height: 0;
	overflow: hidden;

	-webkit-transition: max-height 0.3s, padding 0.3s;
	-moz-transition: max-height 0.3s, padding 0.3s;
	transition: max-height 0.3s, padding 0.3s;

}
#foldout > div{
	padding: 1em;
}
#login:hover #foldout,
#login:focus-within #foldout,
#login:focus #foldout,
#login.open #foldout{
	max-height: 60em;
	-webkit-animation: repaint 1s;
	-moz-animation: repaint 1s;
	-o-animation: repaint 1s;
	-ms-animation: repaint 1s;
	animation: repaint 1s;
}

#login:hover h4:before,
#login.open  h4:before {
	font-family: FontAwesome;
	content: '\f106';
}

#login a {
	color: #FFF;
	text-decoration: underline;
}


@-moz-keyframes repaint {
  from {
    width: 99.9%;
  }
  to {
    width: 100%;
  }
}
@-webkit-keyframes repaint {
  from {
    width: 99.9%;
  }
  to {
    width: 100%;
  }
}
@-o-keyframes repaint {
  from {
    width: 99.9%;
  }
  to {
    width: 100%;
  }
}
@keyframes repaint {
  from {
    width: 99.9%;
  }
  to {
    width: 100%;
  }
}




/*  #####  PAGE ELEMENTS  #####  */


#main {
	clear: left;
}



#cont {
	
}




/*  #####  FOOTER ELEMENTS  #####  */

#footer {
	border-top: 0.6em solid #e31c1a;
	text-align: center;
	padding: 3%;
	background: #FFF;
	color: #444;
}

#footer .t3ce {
	display: inline;
}
#footer ul.nav {
	display: inline;
	padding-left: 2em;
}


#socialfoot {
	position: relative;
	z-index: 10;
}





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

ul.nav {
	list-style:none;
}
ul.nav li{
	padding-right: 1em;
}

.nav a:hover {
	text-decoration: none;
}




#metawrap a {
	color: #666;
	display: inline-block;
	/* padding: 0.5em 1em;*/
	padding: 0.5em;
}

#metawrap li,
#footer li {
	font-size: 1.4em;
	display: inline-block;
}

#langnav a {
	color: #e31c1a;
	padding-right: 0;
}
#langnav a.act {
	font-weight: bold;
}



#mainnav li,
.contnav li {
	display: inline-block;
}

#mainnav a,
.contnav a {
	font-size: 1.8em;
	color: #333;
	display: inline-block;
	padding: 0.5em 1em;
}


#mainnav .act a{
	color: #FFF;
	background: #e31c1a;
}



#contnav nav,
#contnav ul {
	display: inline-block;
}

#contnav a {
	color: #333;
	background: #FFF;
	margin: 0 0.5em;

	-webkit-box-shadow: 0 0 4em rgba(0,0,0, 0.3);
	-moz-box-shadow: 0 0 4em rgba(0,0,0, 0.3);
	box-shadow: 0 0 4em rgba(0,0,0, 0.3);

	-webkit-transition: color 0.5s, background 0.5s;
	-moz-transition: color 0.5s, background 0.5s;
	transition: color 0.5s, background 0.5s;	
}

#jumpnav a,
#contnav .act a {
	color: #FFF;
	background: #e31c1a;
}


#socialhead a {
	color: #e31c1a;
	font-size: 2em;
	padding-top: 0.05em;

}
#socialfoot a {
	color: #e31c1a;
	font-size: 4em;

}
.social a:hover{
	text-decoration: none;
}




/* -------------------------------------------------- */
/*    CONTENT DESIGN                                  */
/* -------------------------------------------------- */

.page {
	background: center no-repeat fixed;
	background-size: cover;
	position: relative;
}

.t3ce {
	padding: 3%;
}

.col1 .image-cont + .image-cont {
	padding-top: 0;
	margin-top: -3%;
}

.bigslide.t3ce {
	padding: 0;
}

.maxwidth .t3ce {
	padding: 3% 0;
}

@-webkit-keyframes pulse { 
    0% { -webkit-transform: rotate(15deg) scale(1); } 
    50% { -webkit-transform: rotate(15deg) scale(1.1); } 
    100% { -webkit-transform: rotate(15deg) scale(1); } 
} 
@keyframes pulse { 
    0% { transform: rotate(15deg) scale(1); } 
    50% { transform: rotate(15deg) scale(1.1); } 
    100% { transform: rotate(15deg) scale(1); } 
}

#button {
	position: absolute;
	left: 65%;
	top: 7em;
	z-index: 5;
}
#button > div {
	font-size: 1.8em;
	position: relative;
	background: #e31c1a;
	background:#2D2E30;
	background:#4D4E50;

	box-shadow: 0.2em 0.2em 1em #000;

	padding: 0.5em 1em;
	text-align: center;
	line-height: 1.1em;
	border-radius: 0.2em;

	-webkit-animation-name: pulse; 
    animation-name: pulse;

	-webkit-animation-duration: 1.5s; 
    animation-duration: 1.5s; 
    -webkit-animation-fill-mode: both; 
    animation-fill-mode: both; 
    -webkit-animation-timing-function: linear; 
    animation-timing-function: linear; 
    animation-iteration-count:infinite; 
    -webkit-animation-iteration-count:infinite; 
}
#button > div  * {
	font-size: inherit;
	color: #FFF;
	text-decoration: none;
	font-weight: 400;
	margin: 0;
	padding: 0;
	line-height: inherit;
}




.relative {
	position: relative;
	padding: 0;
	overflow: visible;
}
.teaserbox {
	position: absolute;
	width: 68em;
	left: 50%;
	bottom:6em;
	bottom:6vh;
	margin-left: -36em;
	padding: 1em 2em;
}

#cont .teaserbox .header-cont {
	padding:0;
	padding-bottom: 1em;
}

.teaserbox .t3ce  h1,
.teaserbox .t3ce  h2 {
	font-size: 2.2em;
	padding-bottom: 0;
	font-weight: 300;
	line-height: 1.1em;
}

.teaserbox .header-cont h1,
.teaserbox .header-cont h2 {
	font-size: 3.2em;
}

.teaserbox {
	border: 1px solid rgba(255,255,255,0.5);
}
.teaserbox a { 
	color: #FFF;
}

.bg-red a {
	color: #FFF;
	text-decoration: underline;
}

.bg-black {
	background:#000;
	color: #DDD;
}

.invert,
.bg-white {
	color: #333;
	background: #FFF;
}

.bg-gray{
	background: #CCC;
	color: #000;
}
.bg-red {
	background: #e31c1a;
}


.teaserbox.col1 {
	text-align: center;
}

.teaserbox.bg-black {
	background:rgba(0,0,0,0.7);
	color: #FFF;
	border: 0 none;
}
.teaserbox.bg-black a,
.teaserbox.bg-red a {
	color: #FFF;
}

.teaserbox.bg-red {
	color: #FFF;
	background:#e31c1a;
	border: 0 none;
}


.teaserbox.bg-white {
	color: #000;
	background:rgba(255,255,255,0.7);
	border: 0 none;
}
.teaserbox.bg-white a { 
	color: #000;
}



.teaserbox a:hover {
	text-decoration: none;
}

.teaserbox .t3ce {
	border-left: 1px solid rgba(255,255,255,0.5);
	margin-left: -1px;
}
.teaserbox.bg-white .t3ce {
	border-left: 1px solid rgba(0,0,0,0.3);
	margin-left: -1px;
}


.teaserbox .t3ce:first-child {
	border-left:0 none;
}

.teaserbox .center {
	display: table;
	width: 100%;
}
#cont .teaserbox .center {
	padding: 0;
}

.teaserbox .center .t3ce{
	cursor: pointer;
	display: table-cell;
	position: relative;
	float: none;
	padding-bottom: 3em;

	-webkit-transform: scale(1,1);
	-moz-transform: scale(1,1);
	transform: scale(1,1);

	-webkit-transition: -webkit-transform 200ms;
	-moz-transition: -moz-transform 200ms;
	transition: transform 200ms;
}

.teaserbox .center .t3ce:hover{
	-webkit-transform: scale(1.05, 1.05);
	-moz-transform: scale(1.05, 1.05);
	transform: scale(1.05, 1.05);
}

.teaserbox .center .t3ce:after {
	font-family: FontAwesome;
	content: '\f107';
	font-size: 3em;
	display: block;
	position: absolute;
	bottom: 0;
	left: 50%;
	margin-left: -0.5em;
}


.leftoverlay {
	position: absolute;
	left: -3em;
	top: 45vh;
	width: 35em;
	max-width: 66%;
	padding:0;
	overflow: hidden;

	transform: translateY(-50%) skewX(-10deg);

}
.leftoverlay > div {
	/* background: rgba(227,28,26, 0.7); */
	background: rgba(227,0,0, 0.8);


	margin: 0 0 0 -13%;
	padding: 1em 30%;
	width: 80%;
	transform: skewX(10deg);
}
.leftoverlay .csc-header{
	margin-left: -20%;
	width: 83%;
	background: rgba(227,0,0, 0.4);
	/* border-bottom: 1px solid rgba(255,255,255, 0.5);*/
}
/*
	font-size: 0.8em;
}
*/

.leftoverlay .csc-text-text {
	font-size: 1.1em;
}

.leftoverlay div h1{
	padding-bottom: 0;
	line-height: 1.1em;
	font-weight: 400;
}
.leftoverlay div p {
	font-weight: 400;
	line-height: 1.3em;
	font-size: 1.4em;
	padding-bottom: 0;
}

.leftoverlay a {
	color: #FFF;
}
.leftoverlay p a {
	font-weight: 700;
}
.leftoverlay h1 a:hover {
	text-decoration: none;
}

#main .bgcaption {
	position: absolute;
	right: 1em;
	bottom: 1em;
	font-size: 1.6em;
	text-shadow: 0 0 2em #000, 0.05em 0.05em 0.2em #000;
	color: #fff;
}

/*
.teaserbox.bg-gray{
	background: #999;
	color: #000;
}
.teaserbox.bg-red {
	background: #e31c1a;
}
*/



.bigslide {
	padding-bottom: 0;
}


.t3ce h1 {
	font-size: 3.2em;
	font-weight: 700;
	padding-bottom: 1em;
}
.t3ce h2 {
	font-size: 3.2em;
	font-weight: 300;
	padding-bottom: 1em;
}
.t3ce h3 {
	font-size: 1.8em;
	font-weight: 400;
	line-height: 1.1em;
	padding-bottom: 5%;
}

h4 {
	font-size: 1.8em;
	font-weight: 400;
}

.csc-text-text ul,
.csc-text-text ol {
	margin-left: 0.5em;
}

a[target="button"] {
	display: inline-block;
	color: #fff;
	background: #e31c1a;
	padding: 0.5em 2em;
	border-radius: 0.25em;
	font-weight: 700;
	transition: background 0.3s;
}
a[target="button"]:hover {
	text-decoration: none;
	background-color: #ac0200;
}

#cont .header-cont {
	text-align: center;
	padding: 6% 3% 3% 3%;
}
#cont .maxheight .header-cont {
	padding: 0 3% 6% 3%;
}

#cont .center {
	padding-top: 6%;
}
#cont .header-cont + .center {
	padding-top: 0;
}
.header-cont h1,
.header-cont h2 {
	font-size: 4.5vw;
	display: inline;
	padding: 0;
}
.header-cont h2:before {
	content: ' ';
	padding: 0;
}

.header-cont.maxheight {
	position: relative;
	top: 50%;
	padding: 0 3%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}


.t3ce p,
.t3ce li,
.csc-textpic-caption {
	font-size: 2em;
	line-height: 1.5em;
	padding-bottom: 0.5em;
}

.t3ce li{
	margin-left: 1em;
}

.t3ce li li,
.t3ce p li,
.t3ce li p {
	font-size: inherit;
}

small {
	font-size: 0.9em;
	line-height: 1.2em;
	opacity: 0.8;
}
p > small:first-child {
	display:block;
}

div.csc-textpic .csc-textpic-imagewrap .csc-textpic-image {
	padding-bottom: 0.25em;
}



.image-cont.csc-frame-indent6633 .csc-textpic-imagecolumn {
	position: relative;
}
.image-cont.csc-frame-indent6633 figure {
	padding-top: 0.8em;
}
.overthumbtit {
	position: absolute;
	top: 0;
	left: 0;
	width: 94%;
	padding: 0 3% 15% 3%;

	border-top: 0.8em solid #FFF;


	
/*
	text-shadow: 1px 1px 4px #000;

	background: -moz-linear-gradient(top, rgba(0,0,0,0.75) 0%, rgba(0,0,0,0) 100%);
	background: -webkit-linear-gradient(top, rgba(0,0,0,0.75) 0%,rgba(0,0,0,0) 100%);
	background: linear-gradient(to bottom, rgba(0,0,0,0.75) 0%,rgba(0,0,0,0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6000000', endColorstr='#00000000',GradientType=0 );
*/


/*
background: -moz-linear-gradient(top, rgba(0,0,0,1) 0%, rgba(0,0,0,0.75) 10%, rgba(0,0,0,0.25) 90%, rgba(0,0,0,0) 100%);
background: -webkit-linear-gradient(top, rgba(0,0,0,1) 0%,rgba(0,0,0,0.75) 10%,rgba(0,0,0,0.25) 90%,rgba(0,0,0,0) 100%);
background: linear-gradient(to bottom, rgba(0,0,0,1) 0%,rgba(0,0,0,0.75) 10%,rgba(0,0,0,0.25) 90%,rgba(0,0,0,0) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#00000000',GradientType=0 );
*/

	color: #e31c1a;
	text-shadow:  0 0 8px #FFF;

background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%);
background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%);
background: linear-gradient(to bottom, rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ccffffff', endColorstr='#00ffffff',GradientType=0 );
	
}
.overthumbtit h2 {
	padding-bottom: 0.25em;
	line-height: 1em;
	font-weight: 400;
}
.overthumbtit p {
	font-weight: 700;
	text-shadow: 0 0 4px #FFF, 0 0 8px #FFF, 0 0 16px #FFF;
}

.image-cont.csc-frame-indent6633 figcaption a {
	display: inline;
	text-decoration: none;
	font-weight: 700;
}
.image-cont.csc-frame-indent6633 figcaption a:after {
	font-family: FontAwesome;
	content: ' \f061';
}

textarea,
input,
#cont label,
div.csc-mailform legend {
	font-size: inherit;
	color: inherit;
}
input[type="text"], input[type=""],
input[type="password"],
textarea {
	border: 0px none;
	padding: 0.5em 1%;
	width: 98%;
	margin-bottom: 0.5em;
	background: rgba(255,255,255, 0.7);
}
input[type="text"]:focus, input[type=""]:focus,
input[type="password"]:focus,
textarea:focus {
	background: rgba(255,255,255, 0.9);
}

input[type="submit"] {
	padding: 0.5em 1%;
	background: #000;
	color: #FFF;
	cursor:pointer;
}

div.csc-mailform fieldset {
	padding-bottom: 2em;
}
div.csc-mailform fieldset ol {
	padding: 0;
	overflow: hidden;
}
div.csc-mailform legend {
	margin-left: 0;
	font-size:150%;
	font-weight: 300;
	padding-bottom: 0.5em;
}
div.csc-mailform ol {
	padding: 0;
	list-style: none;
}
div.csc-mailform li {
	padding: 0;
	margin: 0;
}

div.csc-mailform fieldset li {
	padding: 0.5em 5% 0 0;
}
div.csc-mailform fieldset.label-below li {
	padding-bottom: 0;
}
.label-below input[type="text"], .label-below input[type=""],
.label-below input[type="password"], .label-below textarea {
	margin-bottom: 0;
}

.fieldset-horizontal li {
	float: left;
}

div.csc-mailform .fieldset-url-links {
	position: absolute;
	overflow:hidden;
	height: 1px;
	padding: 0;
}

li.w10 {
	width: 92%;
}
li.w8 {
	width: 70%;
}
li.w5 {
	width: 43%;
}
li.w2 {
	width: 16%;
}

li.fullwidth{
	clear:left;
	width:100%;
}

.ordermoreimages ~ li {
	display: none;
}

#addimage {
	padding: 0 0 1em 0;
	cursor: pointer;
	color: #e31c1a;
}
#addimage,
#addimage ~ li {
	display: block;
}

label em, legend em  {
	font-size: inherit;
	color: #e31c1a;
	display: inline-block;
	padding-left: 0.3em;
}


div.csc-mailform ol li.csc-form-element-submit {
	padding: 2em 0;
}



/* akkreditierungs formular */
#akkreditierung .csc-form-8,
#akkreditierung .csc-form-13 {
	clear:left;
}


span.spamprotection {
    display: none;
    visibility: hidden;
}



.csc-textpic-imagewrap a {
	overflow: hidden;
	display: block;
	position: relative;
}
.csc-textpic-imagewrap a img {
	-webkit-transform: scale(1, 1);
	-moz-transform: scale(1, 1);
	transform: scale(1, 1);

	-webkit-filter: brightness(1);
	-moz-filter: brightness(1);
	filter: brightness(1);

	-webkit-transition: -webkit-transform 200ms, -webkit-filter 200ms;
	-moz-transition: -moz-transform 200ms, -moz-filter 200ms;
	transition: transform 200ms, filter 200ms;
}

/*
.csc-textpic-imagewrap a:hover img {
	-webkit-transform: scale(1.1, 1.1);
	-moz-transform: scale(1.1, 1.1);
	transform: scale(1.1, 1.1);

	-webkit-filter: brightness(1.5);
	-moz-filter: brightness(1.5);
	filter: brightness(1.5);
}


.csc-textpic-imagewrap a:after {
	content:attr(title);
	display: block;
	width: 80%;
	height: 40%;
	padding: 30% 10%;
	text-align: center;
	font-size: 1.8em;
	background: rgba(255,255,255, 0.5);
	color: #000;
	position: absolute;
	top:0;
	left:0;
	opacity: 0;

	-webkit-transition: opacity 600ms;
	-moz-transition: opacity 600ms;
	transition: opacity 600ms;
}

.csc-textpic-imagewrap a:hover:after {
	opacity: 1;
}

.bg-white .csc-textpic-imagewrap a:after {
	color: #FFF;
	background: rgba(0,0,0, 0.3);
}

.bg-white .csc-textpic-imagewrap a:hover img {
	-webkit-filter: brightness(0.5);
	-moz-filter: brightness(0.5);
	filter: brightness(0.5);
}
*/


/*
bigslide immer mit weisser schrift - selbst wenn hintergrund weiss ist

.bg-white .bgcaption{
	color: #000;
	text-shadow: 0 0 2em #FFF, 0.05em 0.05em 0.3em #FFF;
}
*/

/* ---- Formular -----*/
/* ---- Fe-Login -----*/





/* ---- Search Result -----*/




/* ---- Downlaod List -----*/

.csc-uploads-fileName a{
    padding-left: 2em;
    background: url('../img/dl_icon.png') no-repeat left top transparent;
    font-size: 1.2em;	
}





/* bilder kaufen abstand und bildgrösse */
#c408 .center,
#c467 .center {
	padding-bottom: 0;
}
#c461 .center,
#c465 .center {
	padding-top: 0;
}

#c460 .csc-textpic-imagewrap,
#c464 .csc-textpic-imagewrap  {
	max-width: 400px;
	float: right;
}
