* {
	font-family: 'Roboto', Helvetica, sans-serif;
	font-size: 100%;
	line-height: 150%;
	margin: 0;
	padding: 0;
	font-weight: 300;
}

body {
	background: #dedede;
}

/* @group Cover */

#cover {
	background-color: black;
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0%;
	transition: all 1s;
}

#startup {
	position: absolute;
	left: 45%;
	left: calc(100%/2 - 50px);
	bottom: 30px;
	border-radius: 50px;
	cursor: pointer;
	width: 100px;
	height: 100px;
	background-color: black;
	text-align: center;
	color: white;
	line-height: 120px;
	animation: bounce 2.0s infinite ease-in-out;

}



#startdown {
	position: absolute;
	top: 0px;
	cursor: pointer;
	width: 100%;
	height: 20px;
	background-color: #dedede;
	text-align: center;
	color: white;
	line-height: 10px;
	display: none;
	z-index: -100;
	
	
}

#headline {
	font-family: "Roboto", "Helvetica Neue", Helvetica, sans-serif;
	font-weight: 300;
	color: white;
	position: absolute;
	top: 30px;
	left: 30px;
	font-size: 200%;
	width: 270px;
	padding: 25px 30px;
}

#logo {
	position: absolute;
	right: 3%;
	top: 0;
	z-index: 1000;
	
}

#logo h1 {
	color: white;
	line-height: 20px;
	text-indent: -10000px;
}

/*#logo h1:after {
	 font-family: "icomoon";
	 font-style: normal;
	 content: "\e618";
	font-size: 300%;
}*/

.icon-swm {
	font-size: 160px;
	color: white;
}

/* @end */

/* @group etabs */

.etabs {
	margin: 0;
	padding: 0;
}

ul.etabs {
	/*position: fixed;
	top: 0;*/
	width: 100%;
	z-index: 10;

margin: 22px auto 0px;
max-width: 1100px;
min-width: 320px;
padding: 0px;	

}
.tab {
	display: inline-block;
	width: 33.33333333333333%;
	float: left;
	background: #dedede;




}

.tab a {
	font-size: 14px;
	height: 48px;
	display: block;
	line-height: 48px;
	text-align: center;
	text-decoration: none;
	color: black;

}

.tab a:hover {
	text-decoration: underline;
	background: #cdccce;
}

.tab.active {
	background: #fff;
	position: relative;
	text-decoration: none;
}

.tab a.active {
	font-weight: normal;
	background-color: #eee;
	text-decoration: none;
}

#tab-container {
margin: 0px auto;
max-width: 1024px;
min-width: 320px;
padding: 0px;	
}

.tab-container .panel-container {
	background: white;
	height: 100%
}

/*Inhalt*/
.panel-container {
	padding: 60px 10px 10px;
	background-color: white;
}


/* @end */

/* @group spezial */

.iconright {
	position: absolute;
	right: 0;
	top: 0;
	line-height: 1px
}


.centertext {
    display: block;
	font-size: 100%;

 	color: white;
        
    padding-top: 50%;
	padding-bottom: 50%;
	display: block;
	line-height: 0;
	text-align: center;
	
	white-space:nowrap;
}




.frage, .frage-archiv {
	list-style: none;
	display: inline;
	display: block;
	float: left;
	color: white;
	margin-right: 0;
	margin-bottom: 0%;
	position: relative;
	overflow: hidden;
	text-indent: 0;
	margin-bottom: 1px;
	background-color: #3fa9f5;
}

.x31 {
	padding: 0 100% 33.333333% 0;
	margin-bottom: 1px;
}

.x31 .innen {
	color: white;
	width: 93%;
	margin: 3.5%;
	position: absolute;
 	/*background-color: rgba(255,255,255,0.1);*/ 
	height: 78%;
	

}

.x31 .centertext {
	position: absolute;
	line-height: 5px;
	text-align: center;
	width: 100%;
	padding: 12.5% 0;
}

/* ! faq */

.frage, .frage-archiv {
	font-size: 120%;
	cursor: pointer;
	transition: padding 0.5s;
}

/*
 .frage:hover .centertext {
	color: black;
}
*/

.frage.schliessen {
/*
	padding: 0 100% 33.333333% 0;
	transition: padding 0.5s;
*/
}


.antwort, .antwort-archiv {
	float: left;
/* 	background-color: #f6f6f6; */
	width: 93%;
	margin: 0 3.5% 3.5%;

}


.frage .iconright, .frage-archiv .iconright {
	position: absolute;
	right: 0;
	top: 0;
	line-height: 30px;
	display: block;
}


.frage .iconright:after, .frage-archiv .iconright:after {
	 font-family: "icomoon";
	 font-style: normal;
	 content: "\e611";

}

.schliessen .iconright:after {
	 font-family: "icomoon";
	 font-style: normal;
	 content: "\e600";
	
}

/* @end */


.klein {
	font-size: .875em;
}

.gross {
	font-size: 1.6em;
	font-weight: 300;
}

h1 {
    font-size: 2em;
    margin: 1.5em 0 .75em 0;
    font-weight: 300;
}


h2 {
    font-size:1.25em;
    margin: 1.4em 0 1em 0;
    line-height:120%;
    font-weight: bolder;
    color: #3fa9f5
}

h3 {
    font-size:1em;
    margin: -.2em 0em 0.2em 0em;
	hyphens: auto;
	font-weight: bold ! IMPORTANT;
	letter-spacing: 0.03em;
	word-spacing: -0.05em;
	color: #525252;
}

p {
    font-size: 1em;
    margin: 0 0 0.5em 0;
	hyphens: auto;
	font-weight: 300 ! IMPORTANT;
	color: black;
}

hr {
	border-top: 1px solid #8c8b8b;
}



p.abteilung,
p.name,
p.funktion,
p.ausbildung {
    margin: 0 0 0em 0;

}

p.abteilung {
	text-transform: uppercase;
	color: white;
	letter-spacing: 3px;
}

p.name {
	font-weight: bolder ! IMPORTANT;
}

p.abteilung,
p.funktion,
p.ausbildung {
    display: none;

}

a[href^="tel:"]{
	/*padding: 6px 12px;
	background-color: white;*/
	text-decoration: none;
	/*border-radius: 20px;
	margin-top: 5px;
	margin-bottom: 5px;*/
}

a[href^="mailto:"]{
	text-decoration: none;
	border-radius: 20px;
}

a {
	color: black;
}

.centertext a {
	color: white;
	text-decoration: none;
}

strong {
	font-weight: bolder;
}
.panel-container ul {
	margin-bottom: 0;
}

.colleft li, .colright li  {
	list-style-position: outside;
	margin-left: 1em;
	hyphens: auto;
}

#footer {
	background-color: #676767;
	/*height: 150px;*/
	display: block;
	clear: both;
	padding: 5%;
}

#footer p{
	color: #eee;
	font-size: 80%;
}

#footer a {
	color: white;
	text-decoration: underline;
}

#archiv, #downloads {
	padding-top: 1em;
}

#archiv .file, #downloads .file {
	padding-top: 5px;
}

#archiv .file a, #downloads .file a  {
	text-decoration: none;
}

#archiv .file a:hover, #downloads .file a:hover {
	text-decoration: underline;
}

/* @group Raster */

img {
	height: auto;
	width: 100%;
	}

.clear {
	clear: both;
	background-color: white;

}


.span25, .span33, .span50, .span66, .span75, .span80, .span90, .span100  {
	display: block;
	float: left;
	margin-right: 5%;
	margin-bottom: 5%;
	/*background-color: rgba(147,144,144,0.07);*/	
}

.last {
	float: right;
	margin-right: 0;
}

.first {
	margin-left: 8%;
}

.span25 {
	width: 21.25%;
	background-color: #d4f6e6
}

.span33 {
	width: 30%;
	/*background-color: rgba(209,164,232,0.26)*/
}

.span50 {
	width: 47.5%;
	/*background-color: #cce0fb*/
}

.span66 {
	width: 65%;
}

.span75 {
	width: 73.75%;
	background-color: #ffe8fa
}


.span80 {
	clear: both;
	margin-left: 10%;
	width: 80%;	
}

.span90 {
	clear: both;
	margin-left: 5%;
	width: 90%;	
}

.span100 {
	clear: both;
	width: 100%;
	}

.linie {
		background: transparent url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAYAAAAfFcSJAAAADUlEQVQIW2NkYGCoBwAAiQCB1bUosQAAAABJRU5ErkJggg==') repeat-y center;
		
}

.colleft {
	width: 100%;
	/*background-color: #d4f6e6;*/
	float: left;
}

.colright {
	width: 100%;	
	/*background-color: #ffe8fa;*/
	float: right;
}

/* @end */




/*Responsive*/


/* Small screens (default) */
html { 
	font-size: 100%; }

.hideonphone {
	display: none;
}	
 
@media (min-width: 640px) {

/* html { font-size: 112%;  */
html{
	/*color: red ! important;*/
}

p.abteilung,
p.funktion {
    display: block;

}

.colleft {
	width: 47.5%;
	/*background-color: #d4f6e6;*/
	float: left;
}

.colright {
	width: 47.5%;	
	/*background-color: #ffe8fa;*/
	float: right;
}


.x31 .centertext {
	position: absolute;
	padding: 10% 0;
	line-height: 5px;
	text-align: center;
	width: 100%;
	font-size: 115%;

	
}


.centertext {
	font-size: 125%;
	/*color: red*/
}

.tab a {
	font-size: 18px;
	height: 56px;
	line-height: 56px;
}


/*Inhalt*/
.panel-container {
	padding: 90px 24px 24px;
	background-color: white;
}

/*.x11 {
	padding: 0 25% 25% 0;
}*/

.x31 {
	padding: 0 100% 25% 0;
}	

.scrolls img {
	  position: relative;
	  height: auto;
	  width: 100%; 
	  float:left; 
	  margin: 0 0 2% 0;
 }
 
.hideonphone {
	display: block;
}

}
 
@media (min-width: 960px) {
/* html { font-size: 120%;  */
html{	
	/*color: blue ! important; */
}

p.abteilung,
p.funktion,
p.ausbildung {
    display: block;

}


.x31 .centertext {
	position: absolute;
	padding: 7% 0;
	line-height: 5px;
	text-align: center;
	width: 100%;
	font-size: 145%;

	
}

.centertext {
	font-size: 165%;
		/*color: bisque*/

}

.tab a {
	font-size: 20px;
	height: 60px;
	line-height: 60px;
}

/*Inhalt*/
.panel-container {
	background-color: white;
	padding: 90px 30px 30px;
}

.scrolls img {
	  height: auto;
	  width: 49%;
	  float:left;
	margin: 0 1% 1% 0;
	padding: 0;
}

.span90 {
	clear: both;
	margin-left: 5%;
	width: 91%;	
}

/*.x11 {
	padding: 0 20% 20% 0;
}*/

.x31 {
	padding: 0 100% 20% 0;
}

.hideonphone {
	display: block;
}

}

@keyframes bounce {
	0%, 100% { transform: scale(0.9)
}

50% {
	transform: scale(1.0)
}

}